/*Transition*/
.rating-color {
  color: #ffcb1f;
}

/*****************************
  Typography
*****************************/
body {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  color: #d4d6d7;
  overflow-x: hidden;
  background-color: #000000;
  scroll-behavior: auto;
}

html {
  scroll-behavior: smooth;
}

a {
  outline: medium none !important;
  color: #00b5ff;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
a:focus {
  color: #000000;
  text-decoration: none !important;
}
a:hover {
  color: #000000;
  text-decoration: none !important;
}

button {
  border: none;
  background: transparent;
  outline: none;
}
button:focus {
  border: none;
  outline: none;
}

input {
  outline: medium none !important;
  color: #00b5ff;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-outer-spin-button input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  caret-color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  -webkit-transition: background-color 9999s ease-in-out 0s;
  transition: background-color 9999s ease-in-out 0s;
}

input:-webkit-autofill::spelling-error,
input:-webkit-autofill:hover::spelling-error,
input:-webkit-autofill:focus::spelling-error,
textarea:-webkit-autofill::spelling-error,
textarea:-webkit-autofill:hover::spelling-error,
textarea:-webkit-autofill:focus::spelling-error,
select:-webkit-autofill::spelling-error,
select:-webkit-autofill:hover::spelling-error,
select:-webkit-autofill:focus::spelling-error {
  color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Russo One", sans-serif;
  color: #f8f8f8;
  margin: 0px 0px 1rem;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  color: inherit;
}

h1 {
  font-size: 66px;
  font-style: normal;
  line-height: normal;
}

h2 {
  font-size: 50px;
  line-height: 1.2;
}

h3 {
  font-size: 38px;
  line-height: 1.2;
}

h4 {
  font-size: 32px;
  line-height: normal;
}

h5 {
  font-size: 26px;
  line-height: normal;
}

h6 {
  font-size: 22px;
  line-height: normal;
}

.bg-black h1,
.bg-black h2,
.bg-black h3,
.bg-black h4,
.bg-black h5,
.bg-black h6,
.bg-black .h1,
.bg-black .h2,
.bg-black .h3,
.bg-black .h4,
.bg-black .h5,
.bg-black .h6 {
  color: #f8f8f8;
}

iframe {
  width: 100%;
}

label {
  font-weight: normal;
}

*::-moz-selection {
  background: #00b5ff;
  color: #ffffff;
  text-shadow: none;
}

::-moz-selection {
  background: #00b5ff;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background: #00b5ff;
  color: #ffffff;
  text-shadow: none;
}

p {
  line-height: 1.6;
  font-size: calc(13px + 3 * (100vw - 320px) / 1600);
}
@media (max-width: 767px) {
  p {
    line-height: 1.5;
  }
}

p,
span,
a {
  letter-spacing: 0.2px;
}

/*----------------------------------*/
/* Container Fluid */
/*----------------------------------*/
@media (min-width: 1400px) {
  .container {
    max-width: 1520px;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 100%;
  }
}
/*----------------------------------*/
/* Section Title */
/*----------------------------------*/
.sticky-top {
  z-index: 0;
}
.sticky-top .service-title {
  margin-bottom: 12px;
}
@media (max-width: 575px) {
  .sticky-top .service-title {
    margin-bottom: 8px;
  }
}
.sticky-top .service-title .title {
  font-size: calc(18px + 22 * (100vw - 320px) / 1600);
  line-height: 1.2;
}
.sticky-top p {
  color: rgba(255, 255, 255, 0.7);
}

.section-title {
  margin-bottom: calc(30px + 30 * (100vw - 320px) / 1600);
}
.section-title .title {
  margin-bottom: calc(3px + 7 * (100vw - 320px) / 1600);
  text-transform: capitalize;
}
.section-title p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.8);
}
.section-title p + p {
  margin-top: calc(10px + 10 * (100vw - 320px) / 1600);
}
@media (min-width: 576px) {
  .section-title.text-center .title {
    width: 76%;
    margin-inline: auto;
  }
}

/*----------------------------------*/
/* Blockquote */
/*----------------------------------*/
blockquote {
  font-size: 20px;
  line-height: 1.6;
  padding-inline: 18px 10px;
  margin: 0;
  color: #f8f8f8;
  border-left: 5px solid #00b5ff;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
}

/*===============================================*/
/* Responsive CSS */
/*===============================================*/
@media (max-width: 1200px) {
  h1 {
    font-size: 62px;
  }
  h2 {
    font-size: 50px;
  }
}
@media (max-width: 1199.98px) {
  .section-title .sub-title {
    margin-bottom: 6px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 56px;
  }
  h2 {
    font-size: 42px;
  }
  h3 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 52px;
  }
  h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 30px;
  }
  h4 {
    font-size: 28px;
  }
  h5 {
    font-size: 24px;
  }
  h6 {
    font-size: 20px;
  }
  /* Breadcrumb */
  .breadcrumb {
    margin-top: 10px;
  }
}
@media (max-width: 575px) {
  body {
    font-size: 14px;
    line-height: 1.4;
  }
  h1 {
    font-size: 44px;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 14px;
  }
}
.loader-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 8;
  margin: 0;
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader {
  width: calc(45px + 15 * (100vw - 320px) / 1600);
  height: calc(45px + 15 * (100vw - 320px) / 1600);
  border-radius: 50%;
  display: inline-block;
  border-top: 4px solid #00b5ff;
  border-right: 4px solid transparent;
  animation: rotation 1s linear infinite;
}
.loader:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border-bottom: 4px solid #00b5ff;
  border-left: 4px solid transparent;
}

@media (max-width: 575px) {
  .loader,
  .loader::after {
    border-width: 2px;
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*****************************
  Helper Classes
*****************************/
/* background */
.bg-black {
  background-color: #000000 !important;
}

/* Z-Index */
.z-index-2 {
  z-index: 2;
}

/*----------------------------*/
/* Section Margin Padding */
/*----------------------------*/
.space-ptb {
  padding: 110px 0;
}

.space-pt {
  padding: 110px 0 0;
}

.space-pb {
  padding: 0 0 110px;
}

.space-medium-pt {
  padding: 90px 0 0;
}

.space-medium-pb {
  padding-bottom: 90px;
}

.space-small-mt {
  margin: 60px 0 0;
}

.space-small-mb {
  margin: 0 0 60px;
}

.margin-start {
  margin-left: 110px;
}

.margin-end {
  margin-right: 110px;
}

/*----------------------------*/
/* Section BG Image */
/*----------------------------*/
.section-bg-half {
  position: relative;
}
.section-bg-half .bg-fixed {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50%;
}
.section-bg-half .bg-fixed.clm-3 {
  width: 25%;
}
.section-bg-half .bg-fixed.clm-4 {
  width: 33.3333%;
}
.section-bg-half .bg-fixed.clm-5 {
  width: 41.6666%;
}
.section-bg-half .bg-fixed.clm-6 {
  width: 50%;
}
.section-bg-half .bg-fixed.clm-7 {
  width: 58.3333%;
}
.section-bg-half .bg-fixed.clm-8 {
  width: 66.6666%;
}

/*----------------------------*/
/* Section BG Effect */
/*----------------------------*/
.section-bg-effect {
  position: relative;
  overflow: hidden;
}

.section-bg-effect:before {
  content: "";
  width: 500px;
  height: 500px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: rgb(255, 220, 234);
  background: radial-gradient(circle, rgba(255, 220, 234, 0.4) 0%, rgba(255, 255, 255, 0) 80%);
}

.section-bg-effect:after {
  content: "";
  width: 500px;
  height: 500px;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: rgb(190, 243, 233);
  background: radial-gradient(circle, rgba(190, 243, 233, 0.3) 0%, rgba(255, 255, 255, 0) 80%);
}

/*Font Weight*/
.fw-600 {
  font-weight: 600;
}

.fw-500 {
  font-weight: 500;
}

/* Text Stroke */
.bg-text-stroke {
  color: transparent !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff;
  display: block;
}

/* img holder */
.bg-holder {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
}

/*=====================================================*/
/* Grid Col - CSS */
/*=====================================================*/
.grid-wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 30px;
}

.grid-justify-center {
  justify-items: center;
}

.grid-align-center {
  align-items: center;
}

.grid-gap-50 {
  grid-gap: 50px 30px;
}

.grid-gap-30 {
  grid-gap: 30px 30px;
}

.grid-gap-15 {
  grid-gap: 15px 30px;
}

.grid-gap-10 {
  grid-gap: 10px;
}

.grid-gap-5 {
  grid-gap: 5;
}

.grid-gap-0 {
  grid-gap: 0;
}

.grid-wrapper.grid-xl-1 {
  grid-template-columns: repeat(1, 1fr);
}

.grid-wrapper.grid-xl-2 {
  grid-template-columns: repeat(2, 1fr);
}

.grid-wrapper.grid-xl-3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid-wrapper.grid-xl-4 {
  grid-template-columns: repeat(4, 1fr);
}

.grid-wrapper.grid-xl-5 {
  grid-template-columns: repeat(5, 1fr);
}

.grid-wrapper.grid-xl-6 {
  grid-template-columns: repeat(6, 1fr);
}

@media only screen and (max-width: 1199px) {
  .grid-wrapper.grid-lg-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-wrapper.grid-lg-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-wrapper.grid-lg-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-wrapper.grid-lg-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-wrapper.grid-lg-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-wrapper.grid-lg-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media only screen and (max-width: 991px) {
  .grid-wrapper.grid-md-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-wrapper.grid-md-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-wrapper.grid-md-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-wrapper.grid-md-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-wrapper.grid-md-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-wrapper.grid-md-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .grid-wrapper.grid-sm-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-wrapper.grid-sm-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-wrapper.grid-sm-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-wrapper.grid-sm-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-wrapper.grid-sm-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-wrapper.grid-sm-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media only screen and (max-width: 575px) {
  .grid-wrapper.grid-xs-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-wrapper.grid-xs-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-wrapper.grid-xs-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-wrapper.grid-xs-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-wrapper.grid-xs-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-wrapper.grid-xs-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
/*----------------------------*/
/* Rotate CSS */
/*----------------------------*/
.rotate {
  transform: rotate(2deg);
}

/*=====================================================*/
/* Responsive CSS */
/*=====================================================*/
@media (max-width: 1199px) {
  /* Page Section Padding */
  .space-ptb {
    padding: 100px 0;
  }
  .space-pt {
    padding: 100px 0 0;
  }
  .space-pb {
    padding: 0 0 100px;
  }
  .space-medium-pt {
    padding: 80px 0 0;
  }
  .space-medium-pb {
    padding-bottom: 80px;
  }
  /* Page Section Margin */
  .space-small-mt {
    margin: 60px 0 0;
  }
  .space-small-mb {
    margin: 0 0 60px;
  }
  .margin-start {
    margin-left: 40px;
  }
  .margin-end {
    margin-right: 40px;
  }
}
@media (max-width: 991px) {
  /* Page Section Padding */
  .space-ptb {
    padding: 90px 0;
  }
  .space-pt {
    padding: 90px 0 0;
  }
  .space-pb {
    padding: 0 0 90px;
  }
  .space-medium-pt {
    padding: 70px 0 0;
  }
  .space-medium-pb {
    padding-bottom: 70px;
  }
  /* Page Section Margin */
  .space-small-mt {
    margin: 50px 0 0;
  }
  .space-small-mb {
    margin: 0 0 50px;
  }
  .margin-start {
    margin-left: 20px;
  }
  .margin-end {
    margin-right: 20px;
  }
  .cursor,
  .cursor-follower {
    display: none;
  }
}
@media (max-width: 767px) {
  /* Page Section Padding */
  .space-ptb {
    padding: 70px 0;
  }
  .space-pt {
    padding: 70px 0 0;
  }
  .space-pb {
    padding: 0 0 70px;
  }
  .space-medium-pt {
    padding: 50px 0 0;
  }
  .space-medium-pb {
    padding-bottom: 50px;
  }
  /* Page Section Margin */
  .margin-start {
    margin-left: 0px;
  }
  .margin-end {
    margin-right: 0px;
  }
}
@media (max-width: 575px) {
  /* Page Section Padding */
  .space-ptb {
    padding: 50px 0;
  }
  .space-pt {
    padding: 50px 0 0;
  }
  .space-pb {
    padding: 0 0 50px;
  }
  .space-medium-pt {
    padding: 30px 0 0;
  }
  .space-medium-pb {
    padding-bottom: 30px;
  }
  /* Page Section Margin */
  .margin-start {
    margin-left: 0px;
  }
  .margin-end {
    margin-right: 0px;
  }
  .section-bg-effect:before {
    width: 400px;
    height: 400px;
  }
  .section-bg-effect:after {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 479px) {
  .section-bg-effect:before {
    width: 300px;
    height: 300px;
  }
  .section-bg-effect:after {
    width: 300px;
    height: 300px;
  }
}
/*****************************
  Accordion
*****************************/
.accordion .accordion-item {
  background-color: inherit;
  margin-bottom: 20px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  overflow: hidden;
  border-radius: 8px;
}
.accordion .accordion-item .accordion-header {
  overflow: hidden;
}
.accordion .accordion-item .accordion-header .accordion-button {
  font-size: 18px;
  padding: 20px;
  background-color: inherit;
  color: #f8f8f8;
  background-color: rgba(255, 255, 255, 0.09);
  justify-content: space-between;
  transition: all 0.4s ease-in-out;
  gap: 4px;
}
.accordion .accordion-item .accordion-header .accordion-button::after {
  display: none;
}
.accordion .accordion-item .accordion-header .accordion-button .accordion-arrow {
  width: calc(30px + 5 * (100vw - 320px) / 1600);
  height: calc(30px + 5 * (100vw - 320px) / 1600);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  position: relative;
  transition: all 0.4s ease-in-out;
  flex-shrink: 0;
}
.accordion .accordion-item .accordion-header .accordion-button .accordion-arrow::after, .accordion .accordion-item .accordion-header .accordion-button .accordion-arrow::before {
  content: "";
  width: 12px;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease-in-out;
}
.accordion .accordion-item .accordion-header .accordion-button .accordion-arrow::before {
  width: 2px;
  height: 12px;
}
.accordion .accordion-item .accordion-header .accordion-button:hover .accordion-arrow {
  border-color: #00b5ff;
}
.accordion .accordion-item .accordion-header .accordion-button:hover .accordion-arrow::after, .accordion .accordion-item .accordion-header .accordion-button:hover .accordion-arrow::before {
  background-color: #00b5ff;
}
.accordion .accordion-item .accordion-header .accordion-button:hover:after {
  color: #00b5ff;
}
.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  box-shadow: none;
  outline: none;
  color: #00b5ff;
}
.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) .accordion-arrow {
  border-color: #00b5ff;
}
.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) .accordion-arrow::after, .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) .accordion-arrow::before {
  background-color: #00b5ff;
}
.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) .accordion-arrow::before {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.accordion .accordion-item .accordion-button:focus {
  border-color: #00b5ff;
  box-shadow: none;
}
.accordion .accordion-item .accordion-collapse .accordion-body {
  background-color: rgba(255, 255, 255, 0.09);
  padding: 20px;
  padding-top: 10px;
  color: #d4d6d7;
}
.accordion .accordion-item .accordion-collapse .accordion-body p {
  margin-bottom: 0;
  font-size: calc(13px + 2 * (100vw - 320px) / 1600);
}
.accordion .accordion-item:last-child {
  margin-bottom: 0px;
}

@media (max-width: 575px) {
  .accordion .accordion-item {
    margin-bottom: 12px;
  }
  .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 13px;
    padding: 12px;
  }
  .accordion .accordion-item .accordion-header .accordion-button::before, .accordion .accordion-item .accordion-header .accordion-button::after {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }
  .accordion .accordion-item .accordion-collapse .accordion-body {
    padding: 12px;
    padding-top: 0;
  }
}
.domain-section .accordion-item {
  border: none;
  overflow: unset;
  border-radius: 0;
  position: relative;
}
.domain-section .accordion-item:not(:last-child) {
  margin-bottom: calc(20px + 20 * (100vw - 320px) / 1600);
  padding-bottom: calc(20px + 20 * (100vw - 320px) / 1600);
}
.domain-section .accordion-item:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: radial-gradient(circle, rgba(0, 181, 255, 0.7) 0%, rgba(0, 0, 0, 0) 85%);
  filter: blur(3px);
}
.domain-section .accordion-item .accordion-header {
  overflow: unset;
}
.domain-section .accordion-item .accordion-header:not(.collapsed) .accordion-button img {
  transform: scaleY(-1);
}
.domain-section .accordion-item .accordion-header:not(.collapsed) .domain-description p {
  display: block;
}
.domain-section .accordion-item .accordion-header .accordion-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  font-size: unset;
  background: none;
  margin-bottom: calc(12px + 28 * (100vw - 320px) / 1600);
}
.domain-section .accordion-item .accordion-header .accordion-button::after, .domain-section .accordion-item .accordion-header .accordion-button::before {
  display: none;
}
.domain-section .accordion-item .accordion-header .accordion-button img {
  width: calc(16px + 4 * (100vw - 320px) / 1600);
  height: calc(16px + 4 * (100vw - 320px) / 1600);
  -o-object-fit: contain;
     object-fit: contain;
  transition: 0.4s ease;
}
.domain-section .accordion-item .accordion-header .accordion-button .domain-title {
  display: flex;
  align-items: center;
  gap: calc(12px + 16 * (100vw - 320px) / 1600);
  color: #ffffff;
  width: calc(100% - (16px + 4 * (100vw - 320px) / 1600));
}
.domain-section .accordion-item .accordion-header .accordion-button .domain-title span,
.domain-section .accordion-item .accordion-header .accordion-button .domain-title h3 {
  font-size: calc(14px + 16 * (100vw - 320px) / 1600);
  text-transform: capitalize;
}
.domain-section .accordion-item .accordion-header .accordion-button .domain-title span {
  font-family: "Russo One";
  position: relative;
  line-height: 1;
  padding-block: calc(7px + 6 * (100vw - 320px) / 1600);
}
.domain-section .accordion-item .accordion-header .accordion-button .domain-title span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(20px + 5 * (100vw - 320px) / 1600);
  height: calc(32px + 22 * (100vw - 320px) / 1600);
  background: linear-gradient(180deg, #00b5ff 0%, rgb(0, 129, 217) 100%);
  z-index: -1;
  transform: translate(-50%, -50%) skewX(-18deg);
  opacity: 0.5;
}
.domain-section .accordion-item .accordion-header .accordion-button .domain-title h3 {
  letter-spacing: 0.5px;
  margin-bottom: 0;
}
.domain-section .accordion-item .accordion-header .domain-description {
  display: flex;
  align-items: center;
  gap: calc(20px + 20 * (100vw - 320px) / 1600);
  margin-left: calc(20px + 90 * (100vw - 320px) / 1600);
}
@media (max-width: 575px) {
  .domain-section .accordion-item .accordion-header .domain-description {
    margin-left: 0;
  }
}
.domain-section .accordion-item .accordion-header .domain-description img {
  width: calc(50px + 20 * (100vw - 320px) / 1600);
  height: calc(50px + 20 * (100vw - 320px) / 1600);
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 575px) {
  .domain-section .accordion-item .accordion-header .domain-description img {
    display: none;
  }
}
.domain-section .accordion-item .accordion-header .domain-description p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.8);
  width: calc(100% - (50px + 20 * (100vw - 320px) / 1600) - (20px + 20 * (100vw - 320px) / 1600));
  text-align: left;
}
@media (max-width: 575px) {
  .domain-section .accordion-item .accordion-header .domain-description p {
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.domain-section .accordion-item .accordion-collapse .accordion-body {
  background: none;
  padding: 0;
  margin-top: calc(20px + 20 * (100vw - 320px) / 1600);
}
.domain-section .accordion-item .accordion-collapse .accordion-body .domain-box {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.16) 0%, rgba(13, 103, 170, 0.16) 100%);
  padding: calc(10px + 10 * (100vw - 320px) / 1600);
  border-radius: 10px;
  position: relative;
  transition: all 0.4s ease-in-out;
  height: 100%;
}
.domain-section .accordion-item .accordion-collapse .accordion-body .domain-box:hover::after {
  opacity: 1;
  background-position: 100% 0%;
}
.domain-section .accordion-item .accordion-collapse .accordion-body .domain-box::after {
  content: "";
  background: linear-gradient(190deg, rgba(0, 129, 217, 0.3) 45%, rgba(0, 181, 255, 0.8) 100%);
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 2px;
  border-radius: inherit;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  transition: all 0.4s ease-in-out;
  z-index: -1;
  opacity: 0.4;
  background-size: 200% 100%;
  background-position: 0% 0%;
}
.domain-section .accordion-item .accordion-collapse .accordion-body .domain-box h6 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: calc(10px + 10 * (100vw - 320px) / 1600);
  margin-bottom: calc(10px + 10 * (100vw - 320px) / 1600);
}
.domain-section .accordion-item .accordion-collapse .accordion-body .domain-box .domain-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: calc(10px + 18 * (100vw - 320px) / 1600);
  padding-left: calc(15px + 5 * (100vw - 320px) / 1600);
  margin-bottom: 0;
}
.domain-section .accordion-item .accordion-collapse .accordion-body .domain-box .domain-list li {
  font-size: calc(13px + 3 * (100vw - 320px) / 1600);
  letter-spacing: 0.2px;
}
.domain-section .accordion-item .accordion-collapse .accordion-body .domain-box .domain-list li::marker {
  font-size: 12px;
  vertical-align: middle;
}
@media (min-width: 1200px) {
  .domain-section .accordion-item .domain-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
  }
}
@media (max-width: 1199px) {
  .domain-section .accordion-item .domain-list .swiper-slide {
    height: unset;
  }
  .domain-section .accordion-item .domain-list .swiper-slide .domain-box {
    height: 100%;
  }
}

/*****************************
  Address Info
*****************************/
.address-info-wrapper .address-info-title {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 20px;
}
.address-info-wrapper .address-info-list {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 15px;
  flex-direction: column;
  list-style-type: none;
}
.address-info-wrapper .address-info-list li {
  display: flex;
  gap: 20px;
  font-size: 20px;
  align-items: baseline;
}
.address-info-wrapper .address-info-list li i {
  min-width: 20px;
  text-align: center;
}
.address-info-wrapper.address-info-dark .address-info-title {
  color: #ffffff;
}
.address-info-wrapper.address-info-dark .address-info-list li {
  color: #ffffff;
}

/*****************************
  Social Info
*****************************/
.social-info-wrapper .social-info-title {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
  background: linear-gradient(90deg, #3663d8 0%, #00b5ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.social-info-wrapper .social-info-title:after {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #00b5ff;
  background: linear-gradient(130deg, #3663d8 0%, #00b5ff 100%);
}
.social-info-wrapper .social-info-list {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style-type: none;
}
.social-info-wrapper .social-info-list a {
  display: inline-block;
  position: relative;
  font-size: 16px;
  line-height: 30px;
  padding: 3px 15px;
  color: #d4d6d7;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15);
  border-radius: 50px;
}
.social-info-wrapper .social-info-list a span {
  position: relative;
  z-index: 1;
}
.social-info-wrapper .social-info-list a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  background-color: #00b5ff;
  background: linear-gradient(130deg, #3663d8 0%, #00b5ff 100%);
}
.social-info-wrapper .social-info-list a:hover {
  color: #ffffff;
}
.social-info-wrapper .social-info-list a:hover:before {
  opacity: 1;
}
.social-info-wrapper.social-info-dark .social-info-list a {
  color: #ffffff;
  box-shadow: inset 0 0 0 1px #ffffff;
}

/*****************************
  Action box
*****************************/
.action-box {
  display: flex;
}
.action-box .action-box-content span {
  font-size: 90px;
  line-height: normal;
  font-weight: bold;
  color: #ffffff;
  font-family: "Russo One", sans-serif;
  margin-bottom: 10px;
  display: block;
}
.action-box .action-box-content p {
  font-size: 20px;
  margin-bottom: 0px;
}
.action-box.action-box-02 {
  flex-direction: column;
  align-items: center;
  width: 60%;
  margin: 0 auto;
}
.action-box.action-box-02 .action-box-content {
  margin-bottom: 30px;
}
.action-box.action-box-02 .action-box-content span {
  margin-bottom: 0;
}
.action-box.action-box-03 {
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.action-box.action-box-03 .action-box-content {
  text-align: center;
  margin-bottom: 45px;
}
.action-box.action-box-03 .action-box-content span {
  margin-bottom: 0;
}

.action-box-section .action-box-bg {
  background-color: #00b5ff;
  padding-top: 100px;
  padding-bottom: 80px;
  text-align: center;
}
.action-box-section .action-box-bg.position-absolute {
  top: 48%;
  right: 0;
  width: calc(100% - 100px);
}

@media (max-width: 1399px) {
  .action-box.action-box-02 {
    width: 80%;
  }
  .action-box-section .action-box-bg {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .action-box-section .action-box-bg.position-absolute {
    top: 38%;
  }
}
@media (max-width: 1199px) {
  .action-box.action-box-02 .action-box-content span {
    font-size: 70px;
  }
  .action-box-section .action-box-bg {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .action-box-section .action-box-bg.position-absolute {
    top: 58%;
  }
}
@media (max-width: 991px) {
  .action-box .action-box-content span {
    font-size: 48px;
  }
  .action-box.action-box-02 .action-box-content span {
    font-size: 48px;
  }
  .action-box-section .action-box-bg {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .action-box {
    flex-direction: column;
  }
  .action-box .action-box-content {
    margin-bottom: 30px;
  }
  .action-box .action-box-content span {
    font-size: 30px;
  }
  .action-box.action-box-02 {
    width: 100%;
  }
  .action-box.action-box-02 .action-box-content span {
    font-size: 30px;
  }
  .action-box-section {
    margin-bottom: 60px;
  }
  .action-box-section .action-box-bg.position-absolute {
    top: 0;
    position: inherit !important;
    width: 95%;
    margin-left: auto;
    margin-top: -50px;
  }
}
/*****************************
  Awards
*****************************/
.awards-wrapper .awards-item {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.awards-wrapper .awards-item .item-inner {
  display: flex;
  gap: 100px;
  padding: 25px 0;
  align-items: center;
  background-color: #000000;
}
.awards-wrapper .awards-item .awards-year {
  min-width: 60px;
  margin-right: 50px;
  transition: all 0.3s ease-in-out;
}
.awards-wrapper .awards-item .awards-city {
  min-width: 150px;
  transition: all 0.3s ease-in-out;
}
.awards-wrapper .awards-item .awards-name {
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.awards-wrapper .awards-item .awards-action {
  margin-left: auto;
  transition: all 0.3s ease-in-out;
}
.awards-wrapper .awards-item .marquee-wrapper {
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.awards-wrapper .awards-item:hover .item-inner .awards-year,
.awards-wrapper .awards-item:hover .item-inner .awards-city,
.awards-wrapper .awards-item:hover .item-inner .awards-name {
  opacity: 0;
  pointer-events: none;
}
.awards-wrapper .awards-item:hover .awards-action {
  z-index: 8;
}
.awards-wrapper .awards-item:hover .marquee-wrapper {
  opacity: 1;
  pointer-events: auto;
}

/*=====================================================*/
/* Responsive CSS */
/*=====================================================*/
@media (max-width: 991px) {
  .awards-wrapper .awards-item .item-inner {
    gap: 60px;
  }
  .awards-wrapper .awards-item .awards-year {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .awards-wrapper .awards-item .item-inner {
    flex-direction: column;
    gap: 15px;
    align-items: normal;
  }
  .awards-wrapper .awards-item .awards-action {
    margin-left: 0;
  }
}
/*****************************
	Blog Post
*****************************/
/* Blog Post Style 1 -------------------------*/
.blog-post-wrapper.blog-style-1 {
  position: relative;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: #000000;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 575px) {
  .blog-post-wrapper.blog-style-1 {
    padding: 10px;
  }
}
.blog-post-wrapper.blog-style-1 .post-meta {
  margin-bottom: 15px;
}
.blog-post-wrapper.blog-style-1 .post-title {
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .blog-post-wrapper.blog-style-1 .post-title {
    margin-bottom: 18px;
  }
}
.blog-post-wrapper.blog-style-1 .blog-post-img {
  overflow: hidden;
  position: relative;
  border-radius: 5px;
}
.blog-post-wrapper.blog-style-1 .blog-post-img:has(.post-link)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  backdrop-filter: blur(7px);
  transition: all 0.3s ease-in-out;
  border-radius: inherit;
}
.blog-post-wrapper.blog-style-1 .blog-post-img .post-link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  display: flex;
  gap: 10px;
}
.blog-post-wrapper.blog-style-1 .blog-post-img .post-link .solid-arrow {
  width: calc(40px + 10 * (100vw - 320px) / 1600);
  height: calc(40px + 10 * (100vw - 320px) / 1600);
}
.blog-post-wrapper.blog-style-1 .blog-post-img .post-link .solid-arrow i {
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
}
.blog-post-wrapper.blog-style-1 .blog-post-img img {
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .blog-post-wrapper.blog-style-1 .blog-post-img img {
    width: 100%;
  }
}
.blog-post-wrapper.blog-style-1 .blog-action-info {
  margin-top: 20px;
  text-align: right;
}
@media (max-width: 575px) {
  .blog-post-wrapper.blog-style-1 .blog-action-info {
    margin-top: 12px;
  }
}
.blog-post-wrapper.blog-style-1 .blog-action-info .post-category {
  font-family: "Open Sans", sans-serif;
  margin: 0;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  text-transform: uppercase;
}
.blog-post-wrapper.blog-style-1 .blog-action-info.active p {
  -webkit-line-clamp: unset;
}
.blog-post-wrapper.blog-style-1 .blog-action-info p {
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  color: rgba(255, 255, 255, 0.7);
  text-align: left;
}
.blog-post-wrapper.blog-style-1:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  z-index: -1;
  opacity: 0;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
  background: linear-gradient(to right, #3663d8, #00b5ff);
}
.blog-post-wrapper.blog-style-1:hover .blog-post-img::after {
  opacity: 1;
}
.blog-post-wrapper.blog-style-1:hover .blog-post-img .post-link {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.blog-post-wrapper.blog-style-1:hover .blog-post-img img {
  transform: scale(1.1);
}
.blog-post-wrapper.blog-style-1:hover .post-title a,
.blog-post-wrapper.blog-style-1:hover .post-title a:hover {
  color: #ffffff;
}
.blog-post-wrapper.blog-style-1:hover .blog-action-info .post-category a:hover {
  color: #00b5ff;
}
.blog-post-wrapper.blog-style-1:hover:before {
  opacity: 1;
}

.blog-post-wrapper.blog-style-1 .post-title a:hover,
.blog-post-wrapper.blog-style-1 .post-title a:focus {
  color: #ffffff;
}

@media (max-width: 575px) {
  .work-section blockquote {
    font-size: 16px;
    line-height: 1.4;
    padding-inline: 10px 0;
    border-left-width: 2px;
  }
}

/*****************************
  Services
*****************************/
/* Service Style 1 */
.service-wrapper.service-style-1 {
  overflow: hidden;
}
.service-wrapper.service-style-1 .service-inner {
  position: relative;
  margin: 0;
  padding: calc(16px + 8 * (100vw - 320px) / 1600);
  background: rgba(217, 217, 217, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  box-shadow: inset 0px 0px 10px 4px rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  position: relative;
}
@media (min-width: 768px) {
  .service-wrapper.service-style-1 .service-inner {
    margin-top: 35px;
    padding-top: 0;
  }
}
.service-wrapper.service-style-1 .service-inner::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid transparent;
  background-clip: border-box;
  -webkit-mask: linear-gradient(red 0 0) padding-box, linear-gradient(red 0 0);
  mask-composite: xor;
  -webkit-mask-composite: xor;
  -webkit-mask: linear-gradient(red 0 0) padding-box, linear-gradient(red 0 0);
  -webkit-mask-composite: xor;
          mask: linear-gradient(red 0 0) padding-box exclude, linear-gradient(red 0 0);
  pointer-events: none;
  background: linear-gradient(var(--rotate), #3db0df 0%, rgba(19, 75, 253, 0.2) 38.23%, rgba(19, 66, 253, 0.2) 62.96%, #269ee1 100%) border-box;
  z-index: -2;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  will-change: opacity;
  animation: spin 8s linear infinite;
}
.service-wrapper.service-style-1 .service-inner::before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  width: 80px;
  height: 80px;
  background: #00b5ff;
  border-radius: 100%;
  transform: translateX(-50%);
  filter: blur(70px);
  opacity: 0;
  transition: all 0.4s ease-in-out;
  z-index: -1;
}
.service-wrapper.service-style-1 .service-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(220deg, rgba(0, 181, 255, 0.6) 0%, rgba(0, 129, 217, 0.6) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  transition: all 0.3s ease-in-out;
  position: relative;
}
@media (min-width: 768px) {
  .service-wrapper.service-style-1 .service-icon {
    margin-top: -35px;
  }
}
.service-wrapper.service-style-1 .service-icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  z-index: -1;
  border-radius: 6px;
}
.service-wrapper.service-style-1 .service-icon img {
  width: 42px;
  height: 42px;
  filter: brightness(0) invert(1);
}
.service-wrapper.service-style-1 .service-content {
  padding-top: calc(20px + 13 * (100vw - 320px) / 1600);
}
.service-wrapper.service-style-1 .service-content .service-title {
  font-size: calc(15px + 5 * (100vw - 320px) / 1600);
  margin-bottom: calc(8px + 2 * (100vw - 320px) / 1600);
}
.service-wrapper.service-style-1 .service-content p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7);
}
.service-wrapper.service-style-1:hover .service-inner::after, .service-wrapper.service-style-1:hover .service-inner::before {
  opacity: 1;
}

@media (max-width: 575px) {
  .service-wrapper.service-style-1 .service-icon {
    width: 60px;
    height: 60px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .service-wrapper.service-style-1 .service-icon img {
    width: 36px;
    height: 36px;
  }
  .service-wrapper.service-style-1 .service-content .service-title {
    margin-bottom: 5px;
  }
}
@keyframes spin {
  0% {
    --rotate: 0deg;
  }
  100% {
    --rotate: 360deg;
  }
}
@property --rotate {
  syntax: "<angle>";
  initial-value: 132deg;
  inherits: false;
}
@media (min-width: 768px) {
  .service-slider .services {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: calc(35px + 42 * (100vw - 576px) / 1344) 40px;
    margin-bottom: 100px;
  }
}
@media (min-width: 768px) and (max-width: 1399.98px) and (min-width: 1200px) {
  .service-slider .services {
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .service-slider .services > div:nth-child(even) {
    transform: translateY(100px);
  }
}
@media (min-width: 768px) and (max-width: 1399.98px) and (min-width: 1200px) {
  .service-slider .services > div:nth-child(even) {
    transform: translateY(80px);
  }
}
@media (max-width: 767px) {
  .service-slider .services .swiper-slide {
    height: unset;
  }
  .service-slider .services .swiper-slide .service-wrapper {
    opacity: 1;
    transform: unset;
  }
  .service-slider .services .swiper-slide .service-wrapper,
  .service-slider .services .swiper-slide .service-inner {
    height: 100%;
  }
}

/*****************************
	Team
*****************************/
.team-item {
  position: relative;
  z-index: 1;
}
.team-item .team-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 8px;
}
.team-item .team-img img {
  transform: scale(1);
  transition: all 0.4s ease-in-out;
}
.team-item .team-img .image-overlay {
  border-radius: 8px;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 50px;
  z-index: 1;
  opacity: 0;
  text-align: center;
  transition: all 0.3s ease-in-out;
  background: linear-gradient(180deg, rgba(0, 56, 255, 0) 40%, rgba(0, 56, 255, 0.7) 80%);
}
.team-item .team-info .team-title {
  font-size: 26px;
  line-height: 34px;
  font-family: "Russo One", sans-serif;
  color: #f8f8f8;
  display: block;
  margin-bottom: 5px;
}
.team-item .team-info .team-title:hover {
  color: #00b5ff;
}
.team-item .team-info .team-destination {
  color: #ffffff;
}
.team-item:hover .team-img img {
  transform: scale(1.1);
}
.team-item:hover .team-img .image-overlay {
  opacity: 1;
}
.team-item:hover .team-img .image-overlay img {
  transform: inherit;
}
.team-item:hover .team-social {
  left: 0;
}

.team-style-1 .team-social {
  margin-top: 15px;
}
.team-style-1 .team-social ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 10px;
}
.team-style-1 .team-social ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 39px;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #ffffff;
  font-weight: normal;
  text-transform: uppercase;
  position: relative;
  transition: all 0.3s ease-in-out;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 80%;
}
.team-style-1 .team-social ul li a:after {
  content: "";
  position: absolute;
  left: -4px;
  bottom: -4px;
  width: 100%;
  height: 100%;
  z-index: -2;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 80%;
  transition: all 0.3s ease-in-out;
}
.team-style-1 .team-social ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  border-radius: 80%;
  transition: all 0.3s ease-in-out;
  background-color: #00b5ff;
  background: linear-gradient(150deg, #3663d8 2%, #00b5ff 56%, #00d1ff 100%);
}
.team-style-1 .team-social ul li a:hover:after {
  left: 0px;
  bottom: 0px;
  opacity: 0;
}
.team-style-1 .team-social ul li a:hover:before {
  opacity: 1;
}
.team-style-1 .team-social:hover .team-social {
  left: 0;
}

.team-boxs.team-top-space {
  margin-top: 100px;
}

.team-style-2 {
  margin-bottom: 20px;
}
.team-style-2:last-child {
  margin-bottom: 0;
}
.team-style-2 .team-img {
  overflow: visible;
}
.team-style-2 .team-img > img {
  border-radius: 8px;
}
.team-style-2 .team-social {
  z-index: 99;
  position: absolute;
  bottom: -30px;
  right: 20px;
  transition: all 0.4s ease-in-out;
}
.team-style-2 .team-social .share-icon {
  margin-top: 0;
  height: 60px;
  width: 60px;
  background-image: linear-gradient(60deg, #3663d8 -20%, #00b5ff 100%);
  border-radius: 100%;
  border: 7px solid #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.team-style-2 .team-social .share-icon img {
  height: 20px;
  width: 20px;
}
.team-style-2 .team-social .share-icon ul {
  position: absolute;
  right: 0;
  bottom: 100%;
  list-style: none;
  gap: 10px;
  margin: 0;
  padding: 0;
  visibility: hidden;
  opacity: 0;
  display: flex;
  align-items: flex-end;
  flex-direction: column-reverse;
  transition: all 0.4s ease-in-out;
}
.team-style-2 .team-social .share-icon ul li {
  margin-right: 7px;
}
.team-style-2 .team-social .share-icon ul li a {
  padding: 10px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #ffffff;
  border-radius: 100px;
  color: #8f91ab;
  gap: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.team-style-2 .team-social .share-icon ul li a span {
  font-size: 0;
  line-height: 26px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.team-style-2 .team-social .share-icon ul li a i {
  height: 26px;
  width: 18px;
  line-height: 26px;
}
.team-style-2 .team-social .share-icon ul li a:hover {
  gap: 10px;
}
.team-style-2 .team-social .share-icon ul li a:hover span {
  font-size: 18px;
}
.team-style-2 .team-social:hover {
  padding-top: 15px;
}
.team-style-2 .team-social:hover .share-icon ul {
  visibility: visible;
  opacity: 1;
}
.team-style-2 .team-social:hover .share-icon ul li {
  position: relative;
}
.team-style-2 .team-social:hover .share-icon ul li.share-icon {
  margin-top: 5px;
}
.team-style-2:hover .team-social {
  left: inherit;
}
.team-style-2:hover .team-img img {
  transform: scale(1);
}

/*****************************
	Team Single
*****************************/
.team-single .team-img {
  padding-right: 110px;
}
.team-single .team-info .team-title {
  margin-bottom: 10px;
}
.team-single .team-info .team-destination {
  font-size: 24px;
  line-height: normal;
  font-weight: 500;
  color: #000000;
}
.team-single .team-info .social-icon {
  margin: 40px 0px;
}

@media (max-width: 1199px) {
  .team-single .team-img {
    padding-right: 0px;
  }
}
@media (max-width: 991px) {
  .team-single .team-img {
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .team-single .team-img {
    margin-bottom: 30px;
  }
  .team-single .team-info .social-icon {
    margin: 20px 0px;
  }
  .team-single .team-info .team-destination {
    font-size: 16px;
  }
  .team-boxs.team-top-space {
    margin-top: 30px;
  }
  .team-style-2 {
    margin-bottom: 0;
  }
}
.testimonial-section .swiper-slide {
  height: unset;
}
.testimonial-section .testimonial-box {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.16) 0%, rgba(13, 103, 170, 0.16) 100%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  padding: calc(15px + 15 * (100vw - 320px) / 1600);
  border-radius: 12px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.testimonial-section .testimonial-box img {
  width: calc(26px + 14 * (100vw - 320px) / 1600);
  height: calc(26px + 14 * (100vw - 320px) / 1600);
}
.testimonial-section .testimonial-box .testimonial-center {
  margin-block: calc(15px + 15 * (100vw - 320px) / 1600);
  text-align: center;
  position: relative;
}
.testimonial-section .testimonial-box .testimonial-center::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.14);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.testimonial-section .testimonial-box .testimonial-center .rating-list {
  display: inline-flex;
  align-items: center;
  gap: calc(3px + 3 * (100vw - 320px) / 1600);
  background: #01080e;
  justify-content: center;
  padding-inline: calc(16px + 16 * (100vw - 320px) / 1600);
}
.testimonial-section .testimonial-box .testimonial-center .rating-list i {
  font-size: calc(13px + 2 * (100vw - 320px) / 1600);
}
.testimonial-section .testimonial-box .testimonial-center .rating-list i:not(.rating-color) {
  color: rgba(255, 255, 255, 0.7);
}
.testimonial-section .testimonial-box .testimonial-top {
  display: flex;
  gap: calc(10px + 10 * (100vw - 320px) / 1600);
  align-items: flex-start;
  flex: 1;
}
.testimonial-section .testimonial-box .testimonial-top p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.testimonial-section .testimonial-box .testimonial-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: calc(8px + 2 * (100vw - 320px) / 1600);
  flex: 1;
}
.testimonial-section .testimonial-box .testimonial-bottom .author-info h6 {
  font-size: calc(15px + 5 * (100vw - 320px) / 1600);
  margin-bottom: 3px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 1;
}
.testimonial-section .testimonial-box .testimonial-bottom .author-info span {
  font-size: calc(13px + 3 * (100vw - 320px) / 1600);
  color: rgba(255, 255, 255, 0.7);
}
.testimonial-section .testimonial-box .testimonial-bottom .end-quote {
  transform: scale(-1);
}

/*****************************
  Newsletter
*****************************/
.newsletter {
  position: relative;
}
.newsletter .form-control {
  padding-right: 150px;
}
.newsletter .btn {
  position: absolute;
  right: 0;
  line-height: 20px;
  top: 0;
  padding: 14px 30px;
}

.newsletter-subscribe .title {
  font-family: "Russo One", sans-serif;
  font-size: 200px;
  line-height: normal;
  color: rgba(255, 255, 255, 0.03);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.newsletter-subscribe .form-group .form-control {
  color: #ffffff;
  font-size: 20px;
  padding: 30px 0px;
  padding-right: 150px;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.newsletter-subscribe .form-group .form-control:-moz-placeholder {
  color: #ffffff;
}
.newsletter-subscribe .form-group .form-control:placeholder-shown {
  color: #ffffff;
}
.newsletter-subscribe .form-group .form-control:focus {
  border-color: #00b5ff;
}
.newsletter-subscribe .form-group .subscribe-btn {
  font-size: 20px;
  line-height: normal;
  flex-direction: row;
  gap: 15px;
  padding: 15px 0;
  height: auto;
  width: auto;
  border: none;
  color: white;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.newsletter-subscribe .form-group .subscribe-btn:hover {
  border: none;
  color: #00b5ff;
}
.newsletter-subscribe .form-group .subscribe-btn:after {
  display: none;
}
.newsletter-subscribe .form-check {
  margin: 0;
  min-height: auto;
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.newsletter-subscribe .form-check .form-checkbox {
  position: relative;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  height: 16px;
  width: 16px;
  border-radius: 4px;
  border: 1px solid #ffffff;
}
.newsletter-subscribe .form-check .form-checkbox:checked {
  border-color: transparent;
}
.newsletter-subscribe .form-check .form-checkbox:checked:before {
  content: "\f00c";
  height: 16px;
  width: 16px;
  border-radius: 4px;
  font-family: "Font Awesome 6 Free";
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: linear-gradient(-55deg, #3663d8 2%, #00b5ff 56%, #00d1ff 99%);
}

@media (max-width: 1199px) {
  .newsletter-subscribe .title {
    font-size: 160px;
  }
}
@media (max-width: 991px) {
  .newsletter-subscribe .title {
    font-size: 120px;
  }
  .newsletter-subscribe .form-group .form-control {
    padding: 20px 0;
  }
  .newsletter-subscribe .form-check {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .newsletter-subscribe .title {
    font-size: 90px;
  }
}
@media (max-width: 575px) {
  .newsletter-subscribe .title {
    font-size: 74px;
  }
  .newsletter-subscribe .form-group .form-control {
    padding: 15px 0;
    font-size: 16px;
  }
  .newsletter-subscribe .form-group .subscribe-btn {
    font-size: 16px;
    gap: 10px;
  }
  .newsletter-subscribe .form-check label {
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  .newsletter-subscribe .title {
    text-align: center;
    font-size: 46px;
    position: relative;
    top: inherit;
    left: inherit;
    transform: none;
    z-index: 1;
    margin-bottom: 15px;
  }
}
.technology-wrapper .technology-item {
  border: 1px solid rgba(255, 255, 255, 0.16);
  padding: calc(12px + 12 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  gap: calc(15px + 15 * (100vw - 320px) / 1600);
  border-radius: 12px;
}
@media (max-width: 991.98px) {
  .technology-wrapper .technology-item {
    flex-direction: column;
  }
}
.technology-wrapper .technology-item + .technology-item {
  margin-top: calc(30px + 30 * (100vw - 320px) / 1600);
}
.technology-wrapper .technology-item ul {
  padding-left: 0;
  margin-bottom: 0;
}
.technology-wrapper .technology-item ul li {
  display: inline-block;
}
.technology-wrapper .technology-item .technology-content {
  width: 35%;
}
@media (max-width: 991.98px) {
  .technology-wrapper .technology-item .technology-content {
    width: 100%;
  }
}
.technology-wrapper .technology-item .technology-content .technology-icon {
  width: 48px;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: calc(12px + 12 * (100vw - 320px) / 1600);
}
.technology-wrapper .technology-item .technology-content h6 {
  margin-bottom: calc(5px + 3 * (100vw - 320px) / 1600);
}
.technology-wrapper .technology-item .technology-content p {
  font-size: calc(13px + 1 * (100vw - 320px) / 1600);
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
}
.technology-wrapper .technology-item .technology-list {
  flex: 1;
  position: relative;
  padding-left: 60px;
}
@media (max-width: 991.98px) {
  .technology-wrapper .technology-item .technology-list {
    padding-left: 0;
    width: 100%;
  }
}
.technology-wrapper .technology-item .technology-list::before {
  content: "";
  position: absolute;
  border-left: 1px solid #2A3E47;
  width: 100%;
  height: calc(100% - 60px);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-top: 14px;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .technology-wrapper .technology-item .technology-list::before {
    display: none;
  }
}
.technology-wrapper .technology-item .technology-list > li {
  display: block;
  line-height: 1.1;
}
.technology-wrapper .technology-item .technology-list > li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  padding-bottom: calc(10px + 10 * (100vw - 320px) / 1600);
  margin-bottom: calc(8px + 8 * (100vw - 320px) / 1600);
}
.technology-wrapper .technology-item .technology-list > li span {
  font-size: calc(11px + 3 * (100vw - 320px) / 1600);
  color: rgba(0, 181, 255, 0.8);
  margin-bottom: calc(10px + 2 * (100vw - 320px) / 1600);
  display: inline-block;
  font-weight: 600;
}
.technology-wrapper .technology-item .technology-list > li .skills-list {
  display: grid;
  grid-template-columns: repeat(6, auto);
  align-items: center;
  gap: 8px;
  position: relative;
}
@media (max-width: 480.98px) {
  .technology-wrapper .technology-item .technology-list > li .skills-list {
    grid-template-columns: repeat(3, auto);
  }
}
.technology-wrapper .technology-item .technology-list > li .skills-list::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #2A3E47;
  border-radius: 100%;
  top: 50%;
  left: -63px;
  transform: translateY(-50%);
}
@media (max-width: 991.98px) {
  .technology-wrapper .technology-item .technology-list > li .skills-list::before {
    display: none;
  }
}
.technology-wrapper .technology-item .technology-list > li .skills-list::after {
  content: "";
  border-top: 1px solid #2A3E47;
  width: 25px;
  position: absolute;
  display: inline-block;
  height: 1px;
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991.98px) {
  .technology-wrapper .technology-item .technology-list > li .skills-list::after {
    display: none;
  }
}
.technology-wrapper .technology-item .technology-list > li .skills-list li {
  padding: 4px calc(3px + 5 * (100vw - 320px) / 1600);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  background-color: rgba(13, 103, 170, 0.2);
  font-size: calc(12px + 3 * (100vw - 320px) / 1600);
  letter-spacing: 0.2px;
  line-height: 1.5;
  text-align: center;
  transition: all 0.4s ease-in-out;
  color: #ffffff;
}
@media (max-width: 1199.98px) and (min-width: 991.98px) {
  .technology-wrapper .technology-item .technology-list > li .skills-list li {
    font-size: 13px;
    padding-inline: 4px;
  }
}
.technology-wrapper .technology-item .technology-list > li .skills-list li:hover {
  background-color: #00b5ff;
  color: #000000;
}

/*****************************
  Counter
*****************************/
.counter {
  display: flex;
  gap: 30px;
  align-items: center;
  color: #ffffff;
}
.counter .counter-number {
  font-family: "Russo One", sans-serif;
  font-size: 48px;
}
@media (max-width: 991.98px) {
  .counter .counter-number {
    font-size: 35px;
  }
}
.counter .counter-title {
  font-family: "Russo One", sans-serif;
  font-size: 22px;
  line-height: 1.2px;
}
@media (max-width: 991.98px) {
  .counter .counter-title {
    font-size: 20px;
  }
}
.counter {
  /* Counter Style 1 ----------------*/
}
.counter.counter-style-1 {
  position: relative;
  padding: 20px 0;
  border-bottom: 3px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 991.98px) {
  .counter.counter-style-1 {
    padding: 12px 0;
    gap: 12px;
  }
}
.counter.counter-style-1:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 50px;
  height: 3px;
  background-color: #00b5ff;
  background: linear-gradient(170deg, #3663d8 0%, #00b5ff 100%);
}
.counter {
  /* Counter Style 2 ----------------*/
}
.counter.counter-style-2 {
  position: relative;
  padding: 35px 50px;
  margin-left: 10px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;
}
.counter.counter-style-2 .counter-number {
  font-size: 42px;
  line-height: 42px;
}
.counter.counter-style-2 .counter-info {
  width: 190px;
}
.counter.counter-style-2:before {
  content: "";
  position: absolute;
  left: -10px;
  bottom: -10px;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  z-index: -1;
}

@media (max-width: 1199px) {
  .counter.counter-style-2 {
    padding: 35px 20px;
  }
  .counter {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .counter.counter-style-2 {
    gap: 15px;
    padding: 30px 15px;
  }
  .counter.counter-style-2 .counter-number {
    font-size: 30px;
    line-height: 30px;
  }
  .counter.counter-style-2 .counter-title {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .counter {
    padding: 10px 0;
  }
  .counter .counter-number {
    font-size: 26px;
  }
  .counter .counter-info .counter-title {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .counter.counter-style-1 .counter-info {
    width: auto;
  }
}
/*****************************
  Case Studies
*****************************/
/* Case Studies Style-2 */
.case-studies-wrapper.case-studies-style-2 .case-studies-item {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  gap: calc(10px + 10 * (100vw - 320px) / 1600);
  padding: 60px 0;
}
@media (max-width: 1199.98px) {
  .case-studies-wrapper.case-studies-style-2 .case-studies-item {
    padding: calc(20px + 20 * (100vw - 320px) / 880) 0;
  }
}
@media (max-width: 767.98px) {
  .case-studies-wrapper.case-studies-style-2 .case-studies-item {
    padding: 10px;
    gap: calc(10px + 10 * (100vw - 320px) / 1600);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.08);
  }
  .case-studies-wrapper.case-studies-style-2 .case-studies-item + .case-studies-item {
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .case-studies-wrapper.case-studies-style-2 .case-studies-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}
@media (min-width: 768px) {
  .case-studies-wrapper.case-studies-style-2 .case-studies-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 181, 255, 0.1);
    transform: scaleY(0);
    transform-origin: var(--hover-origin);
    border-radius: 10px;
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    z-index: -1;
  }
  .case-studies-wrapper.case-studies-style-2 .case-studies-item.hover-move::before {
    transform: scaleY(1);
  }
}
.case-studies-wrapper.case-studies-style-2 .case-studies-item .image-flex {
  flex-shrink: 0;
}
@media (max-width: 767.98px) {
  .case-studies-wrapper.case-studies-style-2 .case-studies-item .image-flex {
    position: relative;
    width: 40%;
  }
}
@media (max-width: 575px) {
  .case-studies-wrapper.case-studies-style-2 .case-studies-item .image-flex {
    width: 100%;
  }
}
.case-studies-wrapper.case-studies-style-2 .case-studies-item .image-flex .case-studies-image {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s ease 0s;
  left: -275px;
  border-radius: 10px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  height: 100%;
  max-width: 280px;
}
@media (max-width: 1199.98px) {
  .case-studies-wrapper.case-studies-style-2 .case-studies-item .image-flex .case-studies-image {
    max-width: 250px;
  }
}
@media (max-width: 991.98px) {
  .case-studies-wrapper.case-studies-style-2 .case-studies-item .image-flex .case-studies-image {
    max-width: 220px;
  }
}
@media (max-width: 767.98px) {
  .case-studies-wrapper.case-studies-style-2 .case-studies-item .image-flex .case-studies-image {
    position: relative;
    inset: unset;
    opacity: 1;
    visibility: visible;
    transform: unset;
    max-width: unset;
  }
}
@media (max-width: 575px) {
  .case-studies-wrapper.case-studies-style-2 .case-studies-item .image-flex .case-studies-image {
    width: 100%;
    border-radius: 4px;
  }
  .case-studies-wrapper.case-studies-style-2 .case-studies-item .image-flex .case-studies-image::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgb(20, 20, 20) 20%, rgba(2, 3, 7, 0.75) 40%, rgba(2, 3, 7, 0.45) 50%, rgba(2, 3, 7, 0.15) 75%, rgba(2, 3, 7, 0) 100%);
  }
}
.case-studies-wrapper.case-studies-style-2 .case-studies-item .image-flex .case-studies-image img {
  height: 100%;
  opacity: 0;
  transform: translateX(-5%);
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.8s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.8s ease;
}
@media (max-width: 767.98px) {
  .case-studies-wrapper.case-studies-style-2 .case-studies-item .image-flex .case-studies-image img {
    clip-path: none;
    opacity: 1;
    transform: unset;
  }
}
@media (max-width: 575px) {
  .case-studies-wrapper.case-studies-style-2 .case-studies-item .image-flex .case-studies-image img {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .case-studies-wrapper.case-studies-style-2 .case-studies-item .image-flex .case-studies-title {
    display: none;
  }
}
.case-studies-wrapper.case-studies-style-2 .case-studies-item .case-studies-title {
  margin: 0;
  transition: all 0.3s ease-in-out;
  font-size: calc(17px + 21 * (100vw - 320px) / 1600);
}
.case-studies-wrapper.case-studies-style-2 .case-studies-item .case-studies-description {
  max-width: 40%;
  transition: all 0.3s ease-in-out;
  margin-left: auto;
}
@media (max-width: 1399px) {
  .case-studies-wrapper.case-studies-style-2 .case-studies-item .case-studies-description {
    max-width: 35%;
  }
}
@media (max-width: 767.98px) {
  .case-studies-wrapper.case-studies-style-2 .case-studies-item .case-studies-description {
    max-width: 60%;
  }
}
@media (max-width: 575.98px) {
  .case-studies-wrapper.case-studies-style-2 .case-studies-item .case-studies-description {
    max-width: 100%;
    margin-left: 0;
    margin-top: calc(-25px + -35 * (100vw - 320px) / 255);
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 767.98px) {
  .case-studies-wrapper.case-studies-style-2 .case-studies-item .case-studies-description .case-studies-title {
    display: block !important;
    margin-bottom: 6px;
  }
}
.case-studies-wrapper.case-studies-style-2 .case-studies-item .case-studies-description p {
  margin-bottom: 0;
}
.case-studies-wrapper.case-studies-style-2 .case-studies-item:hover .case-studies-title {
  padding-left: 300px;
}
@media (max-width: 1199.98px) {
  .case-studies-wrapper.case-studies-style-2 .case-studies-item:hover .case-studies-title {
    padding-left: 260px;
  }
}
@media (max-width: 991.98px) {
  .case-studies-wrapper.case-studies-style-2 .case-studies-item:hover .case-studies-title {
    padding-left: 230px;
  }
}
@media (max-width: 767.98px) {
  .case-studies-wrapper.case-studies-style-2 .case-studies-item:hover .case-studies-title {
    padding-left: 10px;
  }
}
.case-studies-wrapper.case-studies-style-2 .case-studies-item:hover .case-studies-image {
  opacity: 1;
  visibility: visible;
  left: 0px;
}
.case-studies-wrapper.case-studies-style-2 .case-studies-item:hover .case-studies-image img {
  opacity: 1;
  transform: translateX(0);
  clip-path: inset(0 0 0 0);
}

/*Case Study Single*/
.case-info-section {
  padding: 50px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.case-info-section .case-info ul {
  padding-left: 0px;
  list-style: none;
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(5, 1fr);
  margin-bottom: 0px;
}
.case-info-section .case-info ul li h6 {
  margin-bottom: 6px;
}
.case-info-section .case-info ul li a:hover {
  color: #ffffff;
}

.challenge-iteam h6.title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  font-family: "Jost", sans-serif;
  display: flex;
  align-items: start;
}
.challenge-iteam h6.title img {
  width: 24px;
  flex: 0 0 24px;
  margin-right: 20px;
}
.challenge-iteam {
  margin-bottom: 40px;
}

.case-study-fancy-wrapper {
  display: flex;
  gap: 30px;
  padding: 0 30px;
}
.case-study-fancy-wrapper .case-studies-wrapper.case-studies-style-1 {
  flex: 1;
  border-radius: 20px;
  transition: 0.8s;
  height: 800px;
}
.case-study-fancy-wrapper .case-studies-wrapper.case-studies-style-1 .case-studies-img {
  height: 100%;
}
.case-study-fancy-wrapper .case-studies-wrapper.case-studies-style-1 .case-studies-img img {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  transition: 0.5s;
  background-position: center center;
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
}
.case-study-fancy-wrapper .case-studies-wrapper.case-studies-style-1 .case-studies-info {
  padding: 40px 50px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  transition-delay: 250ms;
  z-index: 1;
}
.case-study-fancy-wrapper .case-studies-wrapper.case-studies-style-1 .case-studies-info .case-studies-info-inner .case-studies-title {
  margin-bottom: 20px;
}
.case-study-fancy-wrapper .case-studies-wrapper.case-studies-style-1 .case-studies-info .case-studies-info-inner .case-studies-content {
  margin-bottom: 20px;
  opacity: 1;
}
.case-study-fancy-wrapper .case-studies-wrapper.case-studies-style-1.active {
  flex: 3.5;
}
.case-study-fancy-wrapper .case-studies-wrapper.case-studies-style-1.active .category {
  color: #00b5ff;
}
.case-study-fancy-wrapper .case-studies-wrapper.case-studies-style-1.active .category:before {
  border: 1px solid #3663d8;
}
.case-study-fancy-wrapper .case-studies-wrapper.case-studies-style-1.active .category:after {
  border: 1px solid #3663d8;
}
.case-study-fancy-wrapper .case-studies-wrapper.case-studies-style-1.active .case-studies-img:before {
  opacity: 1;
}
.case-study-fancy-wrapper .case-studies-wrapper.case-studies-style-1.active .case-studies-info {
  opacity: 1;
  visibility: visible;
}
.case-study-fancy-wrapper .case-studies-wrapper.case-studies-style-1.active .case-studies-info:before {
  opacity: 1;
}

.work-detail-page .work-top-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: calc(5px + 7 * (100vw - 320px) / 1600);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding-bottom: calc(18px + 6 * (100vw - 320px) / 1600);
  margin-bottom: calc(18px + 6 * (100vw - 320px) / 1600);
}
@media (max-width: 375px) {
  .work-detail-page .work-top-item {
    align-items: flex-start;
  }
}
.work-detail-page .work-top-item .work-item-left {
  display: flex;
  align-items: center;
  gap: calc(6px + 10 * (100vw - 320px) / 1600);
}
@media (max-width: 375px) {
  .work-detail-page .work-top-item .work-item-left {
    align-items: flex-start;
    width: 70%;
  }
}
.work-detail-page .work-top-item .work-item-left .work-icon img {
  width: calc(35px + 29 * (100vw - 320px) / 1600);
  height: calc(35px + 29 * (100vw - 320px) / 1600);
  -o-object-fit: contain;
     object-fit: contain;
}
.work-detail-page .work-top-item .work-item-left .work-detail {
  width: calc(100% - (35px + 29 * (100vw - 320px) / 1600) - (6px + 10 * (100vw - 320px) / 1600));
}
.work-detail-page .work-top-item .work-item-left .work-detail h5 {
  font-size: calc(14px + 14 * (100vw - 320px) / 1600);
  margin-bottom: calc(2px + 6 * (100vw - 320px) / 1600);
}
.work-detail-page .work-top-item .work-item-left .work-detail p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 375px) {
  .work-detail-page .work-top-item .work-item-left .work-detail p {
    font-size: 11px;
  }
}
.work-detail-page .work-top-item .work-item-right {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: calc(5px + 11 * (100vw - 320px) / 1600);
}
.work-detail-page .work-top-item .work-item-right li {
  list-style: none;
}
.work-detail-page .work-top-item .work-item-right li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: calc(5px + 11 * (100vw - 320px) / 1600);
}
.work-detail-page .work-top-item .work-item-right li a:hover img {
  filter: brightness(0) saturate(100%) invert(71%) sepia(51%) saturate(7063%) hue-rotate(167deg) brightness(103%) contrast(107%);
}
.work-detail-page .work-top-item .work-item-right li a img {
  width: calc(18px + 8 * (100vw - 320px) / 1600);
  height: calc(18px + 8 * (100vw - 320px) / 1600);
  -o-object-fit: contain;
     object-fit: contain;
}
.work-detail-page .title-flex {
  display: flex;
  align-items: center;
  gap: calc(8px + 4 * (100vw - 320px) / 1600);
  margin-bottom: calc(6px + 6 * (100vw - 320px) / 1600);
}
.work-detail-page .title-flex img {
  width: calc(20px + 10 * (100vw - 320px) / 1600);
  height: calc(20px + 10 * (100vw - 320px) / 1600);
  -o-object-fit: contain;
     object-fit: contain;
}
.work-detail-page .work-description {
  margin-bottom: calc(20px + 30 * (100vw - 320px) / 1600);
}
@media (max-width: 575px) {
  .work-detail-page .work-description {
    height: 125px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
  }
  .work-detail-page .work-description::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.03) 54%, rgb(0, 0, 0) 100%);
    transition: all 0.4s ease-in-out;
  }
  .work-detail-page .work-description.active {
    height: auto;
  }
  .work-detail-page .work-description.active::after {
    background: transparent;
  }
  .work-detail-page .work-description.active .read-more {
    position: relative;
    inset: unset;
    justify-content: center;
  }
}
.work-detail-page .work-description p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.8);
  margin-left: calc(28px + 14 * (100vw - 320px) / 1600);
}
.work-detail-page .work-description p + p {
  margin-top: 12px;
}
.work-detail-page .work-description .read-more {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: center;
  width: 100%;
  transition: all 0.4s ease-in-out;
}
.work-detail-page .work-description .read-more::after {
  display: none;
}
@media (min-width: 576px) {
  .work-detail-page .work-description .read-more {
    display: none;
  }
}
.work-detail-page .app-screenshot .title-flex {
  margin-bottom: calc(15px + 9 * (100vw - 320px) / 1600);
}
.work-detail-page .app-screenshot .app-screenshot-section {
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: calc(5px + 7 * (100vw - 320px) / 1600);
  padding: calc(15px + 25 * (100vw - 320px) / 1600);
  background-color: rgba(255, 255, 255, 0.06);
}
.work-detail-page .app-screenshot .app-screenshot-section .swiper-slide {
  width: calc(25% - 30px);
}
@media (max-width: 992px) {
  .work-detail-page .app-screenshot .app-screenshot-section .swiper-slide {
    width: calc(33.3333333333% - 20px);
  }
}
@media (max-width: 992px) {
  .work-detail-page .app-screenshot .app-screenshot-section .swiper-slide {
    width: calc(50% - 20px);
  }
}
@media (max-width: 475px) {
  .work-detail-page .app-screenshot .app-screenshot-section .swiper-slide {
    width: calc(100% - 20px);
  }
}
.work-detail-page .app-screenshot .app-screenshot-section .swiper-slide img {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.work-detail-page .app-screenshot.slider-width .swiper-slide {
  width: 220px !important;
}

.work-section .title-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: calc(8px + 2 * (100vw - 320px) / 1600);
  padding-bottom: calc(30px + 30 * (100vw - 320px) / 1600);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media (max-width: 991.98px) {
  .work-section .title-flex {
    border-bottom: none;
  }
}
@media (max-width: 768px) {
  .work-section .title-flex {
    flex-direction: column;
    align-items: flex-start;
  }
}
.work-section .section-title p {
  width: 75%;
}
@media (max-width: 991.98px) {
  .work-section .section-title p {
    width: 100%;
  }
}
.work-section .secondary-btn {
  flex-shrink: 0;
}

/*****************************
	Owl Carousel
*****************************/
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 60px;
  height: 60px;
  padding: 0px;
  background: #ffffff;
  transition: all 0.5s ease-in-out;
  position: absolute;
  top: 0;
  transform: translate(0px, 0px);
  z-index: 2;
  overflow: hidden;
  font-family: "Russo One", sans-serif;
  border-radius: 100%;
}
.owl-carousel .owl-nav button.owl-prev i,
.owl-carousel .owl-nav button.owl-next i {
  display: none;
}
.owl-carousel .owl-nav button.owl-prev.owl-prev,
.owl-carousel .owl-nav button.owl-next.owl-prev {
  top: 250px;
  left: 40px;
}
.owl-carousel .owl-nav button.owl-prev.owl-prev:after,
.owl-carousel .owl-nav button.owl-next.owl-prev:after {
  position: absolute;
  content: "";
  background: url(../images/svg/owl-arrow-prev.svg);
  background-repeat: no-repeat;
  background-size: 22px;
  height: 21px;
  width: 22px;
}
.owl-carousel .owl-nav button.owl-prev.owl-next,
.owl-carousel .owl-nav button.owl-next.owl-next {
  right: 40px;
  top: 250px;
}
.owl-carousel .owl-nav button.owl-prev.owl-next:after,
.owl-carousel .owl-nav button.owl-next.owl-next:after {
  position: absolute;
  content: "";
  background: url(../images/svg/owl-arrow-next.svg);
  background-repeat: no-repeat;
  background-size: 22px;
  height: 21px;
  width: 22px;
}

.owl-carousel .owl-item img {
  width: auto;
  display: inherit;
}

.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 20px;
}
.owl-carousel button.owl-dot {
  width: 9px;
  height: 9px;
  background: #000000 !important;
  border-radius: 50%;
  margin-right: 10px;
  opacity: 0.5;
}
.owl-carousel button.owl-dot.active {
  background: #00b5ff !important;
  opacity: 1;
}

.owl-carousel.slider-overflow .owl-stage-outer {
  overflow: visible;
}

div[cursor-type=text] .owl-carousel,
div[cursor-type=arrow] .owl-carousel,
.owl-carousel[cursor-type=text],
.owl-carousel[cursor-type=arrow] {
  cursor: none;
}

/*-------------------------*/
/* Big Arrow */
/*-------------------------*/
.owl-carousel.carousel-arrow-big {
  padding: 0 250px;
}
.owl-carousel.carousel-arrow-big .owl-nav button {
  position: absolute;
  top: 50%;
  margin-top: -64px;
  width: 128px;
  height: 128px;
  background: transparent;
  border: 1px solid #00b5ff;
}
.owl-carousel.carousel-arrow-big .owl-nav button.owl-prev {
  left: 0;
}
.owl-carousel.carousel-arrow-big .owl-nav button.owl-prev:after {
  height: 38px;
  width: 41px;
  background-size: 41px;
}
.owl-carousel.carousel-arrow-big .owl-nav button.owl-next {
  left: auto;
  right: 0;
}
.owl-carousel.carousel-arrow-big .owl-nav button.owl-next:after {
  height: 38px;
  width: 41px;
  background-size: 41px;
}

@media (max-width: 1400px) {
  .owl-carousel.carousel-arrow-big {
    padding: 0 200px;
  }
}
@media (max-width: 1200px) {
  .owl-carousel.carousel-arrow-big {
    padding: 0 150px;
  }
  .owl-carousel.carousel-arrow-big .owl-nav button {
    width: 100px;
    height: 100px;
  }
  .owl-carousel.carousel-arrow-big .owl-nav button.owl-prev:after {
    height: 30px;
    width: 32px;
    background-size: cover;
  }
  .owl-carousel.carousel-arrow-big .owl-nav button.owl-next:after {
    height: 30px;
    width: 32px;
    background-size: cover;
  }
}
@media (max-width: 991px) {
  .owl-carousel.carousel-arrow-big {
    padding: 0 130px;
  }
  .owl-carousel.carousel-arrow-big .owl-nav button {
    width: 80px;
    height: 80px;
  }
  .owl-carousel.carousel-arrow-big .owl-nav button.owl-prev:after {
    height: 26px;
    width: 28px;
  }
  .owl-carousel.carousel-arrow-big .owl-nav button.owl-next:after {
    height: 26px;
    width: 28px;
  }
}
@media (max-width: 767px) {
  .owl-carousel .owl-nav {
    display: none;
  }
  .owl-carousel.carousel-arrow-big {
    padding: 0 15px;
  }
}
/*****************************
  Pricing
*****************************/
.pgs-accordion {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.pgs-accordion .accordion-item {
  padding: 35px 40px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
}
.pgs-accordion .accordion-item .accordion-header {
  display: flex;
  align-items: center;
  gap: 130px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.pgs-accordion .accordion-item .accordion-header .package-info {
  display: flex;
  gap: 20px;
  align-items: baseline;
}
.pgs-accordion .accordion-item .accordion-header .package-info .package-check {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 30px;
  height: 30px;
  width: 30px;
  border: 2px solid #8b87ab;
  border-radius: 100%;
}
.pgs-accordion .accordion-item .accordion-header .package-info .package-check i {
  opacity: 0;
  background: linear-gradient(130deg, #3663d8 0%, #00b5ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pgs-accordion .accordion-item .accordion-header .package-price {
  display: flex;
  align-items: baseline;
}
.pgs-accordion .accordion-item .accordion-header .package-price .price {
  font-size: 38px;
  line-height: 48px;
  margin: 0;
}
.pgs-accordion .accordion-item .accordion-header .package-price .period {
  font-size: 18px;
}
.pgs-accordion .accordion-item .accordion-header .package-title {
  margin-bottom: 5px;
}
.pgs-accordion .accordion-item {
  /* Accordion Content */
}
.pgs-accordion .accordion-item .accordion-content {
  display: none;
  margin: 0;
  margin-top: 30px;
}
.pgs-accordion .accordion-item .accordion-content .content-inner {
  display: flex;
}
.pgs-accordion .accordion-item .accordion-content .content-inner .pricing-link {
  align-self: center;
}
.pgs-accordion .accordion-item .accordion-content .pricing-lists .pricing-lists {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 30px;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.pgs-accordion .accordion-item .accordion-content .pricing-lists .pricing-lists li {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 20px;
  width: calc(50% - 15px);
}
.pgs-accordion .accordion-item .accordion-content .pricing-link a {
  width: 80px;
  height: 80px;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffffff;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.pgs-accordion .accordion-item .accordion-content .pricing-link a:before {
  content: "";
  position: absolute;
  left: 5px;
  right: 5px;
  top: 5px;
  bottom: 5px;
  border-radius: 50px;
  background-color: #ffffff;
}
.pgs-accordion .accordion-item .accordion-content .pricing-link a svg {
  position: relative;
  width: 23px;
  height: 25px;
}
.pgs-accordion .accordion-item .accordion-content .pricing-link a svg path {
  stroke: #00b5ff;
}
.pgs-accordion .accordion-item {
  /* Accordion Active Header */
}
.pgs-accordion .accordion-item.is-active {
  border: none;
  background-color: #00b5ff;
  background: linear-gradient(130deg, #3663d8 0%, #00b5ff 100%);
}
.pgs-accordion .accordion-item.is-active .accordion-header .package-name .package-title,
.pgs-accordion .accordion-item.is-active .accordion-header .package-name .package-discount {
  color: #ffffff;
}
.pgs-accordion .accordion-item.is-active .accordion-header .package-price .price,
.pgs-accordion .accordion-item.is-active .accordion-header .package-price .period {
  color: #ffffff;
}
.pgs-accordion .accordion-item.is-active .accordion-header .package-info .package-check {
  background: #ffffff;
  border-color: #ffffff;
}
.pgs-accordion .accordion-item.is-active .accordion-header .package-info .package-check i {
  opacity: 1;
}
.pgs-accordion .accordion-item.is-active {
  /* Accordion Active Content */
}
.pgs-accordion .accordion-item.is-active .accordion-content .pricing-lists li {
  color: #ffffff;
}
.pgs-accordion {
  /* Accordion Light */
}
.pgs-accordion.pgs-accordion-light .accordion-item:not(.accordion-item.is-active) {
  border-color: rgba(255, 255, 255, 0.2);
}
.pgs-accordion.pgs-accordion-light .accordion-item:not(.accordion-item.is-active) .package-info .package-discount {
  color: #ffffff;
}
.pgs-accordion.pgs-accordion-light .accordion-item:not(.accordion-item.is-active) .package-info .package-check {
  border-color: #ffffff;
}
.pgs-accordion.pgs-accordion-light .accordion-item:not(.accordion-item.is-active) .package-price .period {
  color: #ffffff;
}

@media (max-width: 991px) {
  .pgs-accordion .accordion-item .accordion-content .pricing-lists .pricing-lists {
    gap: 10px;
  }
  .pgs-accordion .accordion-item .accordion-content .pricing-lists .pricing-lists li {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .pgs-accordion .accordion-item .accordion-header {
    display: flex;
    align-items: flex-start;
    gap: 5px;
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .pgs-accordion .accordion-item .accordion-content .content-inner {
    flex-direction: column;
    gap: 25px;
  }
  .pgs-accordion .accordion-item .accordion-content .content-inner .pricing-link {
    align-self: flex-start;
  }
}
/*****************************
  Countdown
*****************************/
.countdown-wrapper {
  display: flex;
  gap: 80px;
  justify-content: center;
}
.countdown-wrapper .countdown {
  position: relative;
  text-align: center;
}
.countdown-wrapper .countdown span {
  font-size: 130px;
  line-height: 110px;
  font-weight: 400;
  display: block;
  color: #f8f8f8;
  margin-bottom: 20px;
}
.countdown-wrapper .countdown p {
  font-size: 32px;
  line-height: 40px;
  font-weight: normal;
  color: #d4d6d7;
  text-transform: capitalize;
  margin-bottom: 0;
}
.countdown-wrapper .countdown:after {
  content: ":";
  color: #f8f8f8;
  position: absolute;
  right: -50px;
  top: 0;
  font-size: 80px;
  font-weight: 600;
}
.countdown-wrapper .countdown:last-child:after {
  content: normal;
}
.countdown-wrapper.countdown-light .countdown span {
  color: #ffffff;
}
.countdown-wrapper.countdown-light .countdown p {
  color: #ffffff;
}
.countdown-wrapper.countdown-light .countdown:after {
  color: #ffffff;
}

@media (max-width: 1200px) {
  .countdown-wrapper .countdown span {
    font-size: 100px;
    line-height: 90px;
  }
  .countdown-wrapper .countdown p {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 991px) {
  .countdown-wrapper {
    gap: 50px;
  }
  .countdown-wrapper .countdown span {
    font-size: 70px;
    line-height: 60px;
  }
  .countdown-wrapper .countdown p {
    font-size: 20px;
    line-height: 30px;
  }
  .countdown-wrapper .countdown:after {
    font-size: 50px;
    right: -33px;
    top: -10px;
  }
}
@media (max-width: 767px) {
  .countdown-wrapper {
    gap: 20px;
  }
  .countdown-wrapper .countdown span {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 0;
  }
  .countdown-wrapper .countdown p {
    font-size: 16px;
    line-height: 22px;
  }
  .countdown-wrapper .countdown:after {
    font-size: 22px;
    right: -15px;
    top: -3px;
  }
}
/*****************************
  Button
*****************************/
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 160px;
  height: 160px;
  padding: 15px;
  gap: 10px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 100%;
  transition: all 0.35s ease-in-out;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .btn {
    width: 130px;
    height: 130px;
    padding: 10px;
    gap: 8px;
  }
}
@media (max-width: 575px) {
  .btn {
    width: 110px;
    height: 110px;
  }
}
.btn .btn-effect {
  position: absolute;
  z-index: 0;
  display: block;
  width: 0px;
  height: 0px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  opacity: 1;
  background-color: #fa4729;
  transition: all 0.9s ease;
  outline: none;
}
.btn span {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #ffffff;
  transition: all 0.35s ease-in-out;
}
@media (max-width: 767px) {
  .btn span {
    font-size: 16px;
    line-height: 1.1px;
  }
}
@media (max-width: 767px) {
  .btn svg {
    width: 16px;
    height: 16px;
  }
}
.btn svg path {
  stroke: #ffffff;
  transition: all 0.35s ease-in-out;
}
.btn:after {
  position: absolute;
  content: "";
  right: -6px;
  top: -6px;
  width: 100%;
  height: 100%;
  margin: auto;
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition: all 0.35s ease-in-out;
  z-index: -1;
  border-radius: 100%;
}
@media (max-width: 767px) {
  .btn:after {
    right: -4px;
    top: -4px;
  }
}
.btn:hover, .btn:focus {
  border: 1px solid #00b5ff;
  background: none;
}
.btn:hover span, .btn:focus span {
  color: #00b5ff;
}
.btn:hover:after, .btn:focus:after {
  border: 1px solid #00b5ff;
}
.btn:hover svg path, .btn:focus svg path {
  stroke: #00b5ff;
}
.btn.arrow-down {
  width: 128px;
  height: 128px;
}
.btn.arrow-down svg {
  transform: rotate(90deg);
  width: 37px;
  height: 40px;
}
.btn.arrow-down svg path {
  stroke: #ffffff;
}
.btn.arrow-down:before {
  left: 8px;
  top: 8px;
  right: 8px;
  bottom: 8px;
}
.btn.arrow-down:hover svg path {
  stroke: #00b5ff;
}

.btn-primary {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  color: #ffffff;
  border: none;
  padding: 10px 45px;
  border-radius: 50px;
  background-color: #00b5ff;
  background: linear-gradient(130deg, #3663d8 0%, #00b5ff 100%);
}

/* Small Button Arrow ----------------*/
.btn-arrow {
  width: 50px;
  height: 50px;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  padding-top: 2px;
  padding-right: 2px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 575px) {
  .btn-arrow {
    width: 40px;
    height: 40px;
    padding-top: 2px;
    padding-right: 2px;
  }
}
.btn-arrow svg {
  position: relative;
}
@media (max-width: 575px) {
  .btn-arrow svg {
    margin-right: 5px;
  }
}
.btn-arrow svg path {
  stroke: #d4d6d7;
  transition: all 0.3s ease-in-out;
}
.btn-arrow:after {
  content: "";
  position: absolute;
  left: -2px;
  bottom: -2px;
  opacity: 1;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
}
@media (max-width: 575px) {
  .btn-arrow:after {
    left: -2px;
    bottom: -2px;
  }
}
.btn-arrow:before {
  /*		content: "";*/
  position: absolute;
  left: 3px;
  right: 3px;
  top: 3px;
  bottom: 3px;
  opacity: 0;
  transform: scale(0.8);
  border-radius: 50px;
  background-color: #00b5ff;
  transition: all 0.3s ease-in-out;
  background: linear-gradient(170deg, #3663d8 0%, #00b5ff 100%);
}
.btn-arrow:hover {
  border: 1px solid #00b5ff;
}
.btn-arrow:hover svg path {
  stroke: #ffffff;
}
.btn-arrow:hover:after {
  border: 1px solid #00b5ff;
}
.btn-arrow:hover:before {
  opacity: 1;
  transform: scale(1);
}

/* Button Hover Effect */
.attract-hover {
  display: inline-block;
}

.attract-hover-easing {
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.primary-btn {
  padding: 8px calc(25px + 11 * (100vw - 1199px) / 721);
  border-radius: 40px;
  background: linear-gradient(215deg, rgb(0, 181, 255) 0%, rgb(0, 129, 217) 100%);
  box-shadow: 0 15px 10px -8px rgba(0, 181, 255, 0.25);
  position: relative;
  transition: all 0.4s ease-in-out;
  z-index: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .primary-btn {
    padding: 4px 22px;
  }
}
.primary-btn:hover {
  background: linear-gradient(215deg, #0072cf 0%, #0072cf 100%);
}
.primary-btn::after {
  content: "";
  background: linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 50%, black 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  opacity: 0;
  z-index: -1;
  mix-blend-mode: soft-light;
  transition: all 0.4s ease-in-out;
  opacity: 0.4;
}
.primary-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1.5px;
  border-radius: inherit;
  background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0.6) 100%);
  -webkit-mask: linear-gradient(#ffffff 0 0) content-box, linear-gradient(#ffffff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
  mix-blend-mode: soft-light;
  transition: all 0.4s ease-in-out;
}
.primary-btn span {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.2px;
  color: #ffffff;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .primary-btn span {
    font-size: 16px;
  }
}
.primary-btn span::after, .primary-btn span::before {
  content: "";
  background: radial-gradient(circle, white 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  left: 50%;
  width: 70%;
  height: 12px;
  border-radius: 100%;
  transform: translateX(-50%);
  mix-blend-mode: overlay;
  transition: all 0.4s ease-in-out;
}
.primary-btn span::after {
  bottom: -3px;
  opacity: 0.3;
}
.primary-btn span::before {
  top: -2px;
  opacity: 0.5;
}

.secondary-btn {
  display: inline-flex;
  align-items: center;
  gap: calc(18px + 9 * (100vw - 320px) / 1600);
  justify-content: end;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(8px);
  padding: 2px 2px 2px calc(10px + 10 * (100vw - 320px) / 1600);
  color: #ffffff;
  border-radius: 200px;
  line-height: 1;
  font-weight: 500;
  font-size: calc(13px + 2 * (100vw - 320px) / 1600);
  position: relative;
  overflow: hidden;
  transition-delay: 0.1s;
}
.secondary-btn:hover::after {
  width: calc(100% - 4px);
  opacity: 1;
  visibility: visible;
}
.secondary-btn::after {
  content: "";
  position: absolute;
  width: 0;
  height: calc(100% - 4px);
  top: 50%;
  right: 2px;
  background-color: #00b5ff;
  border-radius: inherit;
  z-index: -1;
  transition: all 0.4s ease-in-out;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
}
.secondary-btn i {
  width: calc(32px + 12 * (100vw - 320px) / 1600);
  height: calc(32px + 12 * (100vw - 320px) / 1600);
  color: #000000;
  border-radius: 136px;
  background-color: #00b5ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.solid-arrow {
  width: 40px;
  height: 40px;
  background: #00b5ff;
  border-radius: 100%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.solid-arrow i {
  font-size: 14px;
  color: #000000;
}

.read-more {
  cursor: pointer;
  font-size: calc(13px + 2 * (100vw - 320px) / 1600);
  margin-top: calc(5px + 5 * (100vw - 320px) / 1600);
  display: inline-block;
  transition: all 0.3s ease-in-out;
  color: #00b5ff;
}
.read-more:focus {
  color: #00b5ff;
}
.read-more::after {
  content: "";
  position: relative;
  margin-top: 1px;
  width: 0;
  height: 1px;
  background-color: #00b5ff;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  display: block;
  margin-left: auto;
}
.read-more:hover {
  color: #00b5ff;
}
.read-more:hover::after {
  opacity: 1;
  width: 100%;
}

/*****************************
	Our History
*****************************/
.about-page .about-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
@media (min-width: 1200px) {
  .about-page .about-list {
    justify-content: center;
  }
}
.about-page .about-list > div:not(:last-child) .about-item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -28px;
  width: 56px;
  background: linear-gradient(0deg, rgba(102, 102, 102, 0.5) 0%, #666666 70%, rgba(102, 102, 102, 0.5) 100%);
  height: 236px;
  transform: translateY(-50%) rotate(5deg) scalex(-1);
  z-index: -2;
  clip-path: polygon(2.5% 0%, 0% 0%, 0% 1.39%, 1.67% 1.39%, 1.67% 2.09%, 2.5% 2.09%, 3.33% 2.79%, 4.17% 2.79%, 4.17% 3.48%, 5% 3.48%, 5.83% 4.18%, 6.67% 4.18%, 6.67% 4.88%, 7.5% 4.88%, 7.5% 5.23%, 9.17% 5.57%, 9.17% 6.27%, 10% 6.27%, 10% 6.62%, 10.83% 6.62%, 10.83% 6.97%, 12.5% 7.32%, 12.5% 8.01%, 13.33% 8.01%, 13.33% 8.36%, 15% 8.71%, 15% 9.41%, 15.83% 9.41%, 15.83% 9.76%, 17.5% 10.1%, 17.5% 10.8%, 18.33% 10.8%, 18.33% 11.15%, 20% 11.5%, 20% 12.2%, 20.83% 12.2%, 20.83% 12.54%, 22.5% 12.89%, 22.5% 13.59%, 23.33% 13.59%, 23.33% 13.94%, 25% 14.29%, 25% 14.98%, 25.83% 14.98%, 25.83% 15.33%, 26.67% 15.33%, 26.67% 16.03%, 28.33% 16.38%, 28.33% 17.07%, 29.17% 17.07%, 29.17% 17.77%, 30% 17.77%, 30% 18.47%, 30.83% 18.47%, 30.83% 19.16%, 31.67% 19.16%, 31.67% 19.86%, 32.5% 19.86%, 32.5% 20.56%, 33.33% 20.56%, 33.33% 21.25%, 34.17% 21.25%, 34.17% 22.3%, 35% 22.3%, 35% 23%, 35.83% 23%, 35.83% 24.04%, 36.67% 24.04%, 36.67% 24.74%, 37.5% 24.74%, 38.33% 26.83%, 39.17% 26.83%, 39.17% 27.53%, 40% 27.53%, 40% 28.92%, 40.83% 28.92%, 40.83% 29.97%, 41.67% 29.97%, 41.67% 31.01%, 42.5% 31.01%, 42.5% 32.4%, 43.33% 32.4%, 43.33% 33.8%, 44.17% 33.8%, 44.17% 35.19%, 45% 35.19%, 45% 36.93%, 45.83% 36.93%, 45.83% 39.02%, 46.67% 39.02%, 46.67% 41.81%, 47.5% 41.81%, 47.5% 45.3%, 48.33% 45.3%, 48.33% 55.4%, 49.17% 55.4%, 49.17% 58.89%, 50% 58.89%, 50% 61.32%, 50.83% 61.32%, 50.83% 63.41%, 51.67% 63.41%, 51.67% 65.16%, 52.5% 65.16%, 52.5% 66.55%, 53.33% 66.55%, 54.17% 69.34%, 55% 69.34%, 55% 70.38%, 55.83% 70.38%, 55.83% 71.78%, 56.67% 71.78%, 57.5% 73.87%, 58.33% 73.87%, 58.33% 74.56%, 59.17% 74.56%, 59.17% 75.61%, 60% 75.61%, 60% 76.31%, 60.83% 76.31%, 60.83% 77.35%, 61.67% 77.35%, 61.67% 78.05%, 62.5% 78.05%, 62.5% 79.09%, 63.33% 79.09%, 63.33% 79.79%, 64.17% 79.79%, 64.17% 80.49%, 65% 80.49%, 65% 81.18%, 65.83% 81.18%, 65.83% 81.88%, 66.67% 81.88%, 66.67% 82.58%, 67.5% 82.58%, 68.33% 83.97%, 69.17% 83.97%, 69.17% 84.32%, 70% 84.32%, 70% 85.02%, 71.67% 85.37%, 71.67% 86.06%, 72.5% 86.06%, 72.5% 86.41%, 74.17% 86.76%, 74.17% 87.46%, 75% 87.46%, 75% 87.8%, 76.67% 88.15%, 76.67% 88.85%, 77.5% 88.85%, 77.5% 89.2%, 79.17% 89.55%, 79.17% 90.24%, 80% 90.24%, 80% 90.59%, 80.83% 90.59%, 80.83% 90.94%, 82.5% 91.29%, 82.5% 91.99%, 83.33% 91.99%, 83.33% 92.33%, 85% 92.68%, 85% 93.38%, 85.83% 93.38%, 85.83% 93.73%, 87.5% 94.08%, 87.5% 94.77%, 88.33% 94.77%, 88.33% 95.12%, 90% 95.47%, 90% 96.17%, 90.83% 96.17%, 90.83% 96.52%, 91.67% 96.52%, 91.67% 96.86%, 93.33% 97.21%, 93.33% 97.91%, 94.17% 97.91%, 94.17% 98.26%, 95.83% 98.61%, 95.83% 99.65%, 99.17% 99.65%, 99.17% 98.61%, 97.5% 98.61%, 97.5% 97.91%, 96.67% 97.91%, 96.67% 97.56%, 95% 97.21%, 95% 96.52%, 94.17% 96.52%, 94.17% 96.17%, 93.33% 96.17%, 93.33% 95.82%, 91.67% 95.47%, 91.67% 94.77%, 90.83% 94.77%, 90.83% 94.43%, 89.17% 94.08%, 89.17% 93.38%, 88.33% 93.38%, 88.33% 93.03%, 86.67% 92.68%, 86.67% 91.99%, 85.83% 91.99%, 85.83% 91.64%, 85% 91.64%, 85% 91.29%, 83.33% 90.94%, 83.33% 90.24%, 82.5% 90.24%, 82.5% 89.9%, 80.83% 89.55%, 80.83% 88.85%, 80% 88.85%, 80% 88.5%, 78.33% 88.15%, 78.33% 87.46%, 77.5% 87.46%, 77.5% 87.11%, 75.83% 86.76%, 75.83% 86.06%, 75% 86.06%, 75% 85.71%, 73.33% 85.37%, 73.33% 84.67%, 71.67% 84.32%, 71.67% 83.62%, 70% 83.28%, 70% 82.58%, 69.17% 82.58%, 69.17% 81.88%, 68.33% 81.88%, 68.33% 81.18%, 67.5% 81.18%, 67.5% 80.49%, 66.67% 80.49%, 66.67% 79.79%, 65.83% 79.79%, 65.83% 79.09%, 65% 79.09%, 65% 78.05%, 64.17% 78.05%, 64.17% 77.35%, 63.33% 77.35%, 63.33% 76.66%, 62.5% 76.66%, 62.5% 75.61%, 61.67% 75.61%, 61.67% 74.91%, 60.83% 74.91%, 60.83% 73.87%, 60% 73.87%, 60% 72.82%, 59.17% 72.82%, 59.17% 71.78%, 58.33% 71.78%, 58.33% 70.73%, 57.5% 70.73%, 56.67% 68.64%, 55.83% 68.64%, 55.83% 67.25%, 55% 67.25%, 55% 65.85%, 54.17% 65.85%, 54.17% 64.11%, 53.33% 64.11%, 53.33% 62.37%, 52.5% 62.37%, 52.5% 60.28%, 51.67% 60.28%, 51.67% 57.84%, 50.83% 57.84%, 50.83% 54.01%, 50% 54.01%, 50% 43.9%, 49.17% 43.9%, 49.17% 40.77%, 48.33% 40.77%, 48.33% 38.33%, 47.5% 38.33%, 47.5% 36.24%, 46.67% 36.24%, 46.67% 34.49%, 45.83% 34.49%, 45.83% 33.1%, 45% 33.1%, 44.17% 30.31%, 43.33% 30.31%, 43.33% 29.27%, 42.5% 29.27%, 42.5% 27.87%, 41.67% 27.87%, 41.67% 26.83%, 40.83% 26.83%, 40.83% 25.78%, 40% 25.78%, 40% 25.09%, 39.17% 25.09%, 38.33% 23%, 37.5% 23%, 37.5% 22.3%, 36.67% 22.3%, 36.67% 21.6%, 35.83% 21.6%, 35.83% 20.56%, 35% 20.56%, 35% 19.86%, 34.17% 19.86%, 34.17% 19.16%, 33.33% 19.16%, 33.33% 18.47%, 32.5% 18.47%, 32.5% 17.77%, 31.67% 17.77%, 31.67% 17.07%, 30.83% 17.07%, 30% 15.68%, 28.33% 15.33%, 28.33% 14.63%, 26.67% 14.29%, 26.67% 13.59%, 25.83% 13.59%, 25.83% 13.24%, 24.17% 12.89%, 24.17% 12.2%, 23.33% 12.2%, 23.33% 11.85%, 21.67% 11.5%, 21.67% 10.8%, 20.83% 10.8%, 20.83% 10.45%, 19.17% 10.1%, 19.17% 9.41%, 18.33% 9.41%, 18.33% 9.06%, 16.67% 8.71%, 16.67% 8.01%, 15.83% 8.01%, 15.83% 7.67%, 15% 7.67%, 15% 7.32%, 13.33% 6.97%, 13.33% 6.27%, 12.5% 6.27%, 12.5% 5.92%, 10.83% 5.57%, 10.83% 4.88%, 10% 4.88%, 10% 4.53%, 8.33% 4.18%, 8.33% 3.48%, 7.5% 3.48%, 7.5% 3.14%, 5.83% 2.79%, 5.83% 2.09%, 5% 2.09%, 5% 1.74%, 4.17% 1.74%, 3.33% 1.05%, 2.5% 1.05%, 2.5% 0%);
}
@media (max-width: 1750.98px) {
  .about-page .about-list > div:not(:last-child) .about-item::after {
    transform: translateY(-50%) rotate(6deg) scalex(-1);
  }
}
@media (max-width: 1399.98px) {
  .about-page .about-list > div:not(:last-child) .about-item::after {
    height: 210px;
  }
}
@media (max-width: 1199.98px) {
  .about-page .about-list > div:not(:last-child) .about-item::after {
    display: none;
  }
}
@media (max-width: 624.98px) {
  .about-page .about-list > div:not(:last-child) .about-item::after {
    height: 197px;
  }
}
.about-page .about-list .about-item {
  display: block;
  background-color: rgba(255, 255, 255, 0.06);
  border-radius: 100%;
  position: relative;
  border-bottom: 2px solid #666666;
  border-top: 2px dashed #666666;
  padding: 20px;
  z-index: 0;
  flex: 1;
  width: calc(344px + 30 * (100vw - 1400px) / 520);
  height: calc(344px + 30 * (100vw - 1400px) / 520);
}
.about-page .about-list .about-item:hover::before {
  animation: spin 2s ease-in-out infinite;
}
@media (max-width: 1399.98px) {
  .about-page .about-list .about-item {
    width: 280px;
    height: 280px;
    padding: 28px;
  }
}
@media (max-width: 1199.98px) {
  .about-page .about-list .about-item {
    width: 324px;
    height: 324px;
    flex: none;
    flex-shrink: 0;
    margin-inline: auto;
  }
}
@media (max-width: 672.98px) {
  .about-page .about-list .about-item {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 624.98px) {
  .about-page .about-list .about-item {
    width: 270px;
    height: 270px;
  }
}
@media (max-width: 385.98px) {
  .about-page .about-list .about-item {
    width: 250px;
    height: 250px;
  }
}
.about-page .about-list .about-item .border-effect {
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border-style: solid;
  border-width: 2px;
  border-color: transparent;
  border-bottom-color: #00b5ff;
  z-index: -1;
}
.about-page .about-list .about-item .border-effect::after {
  left: calc(26px + 24 * (100vw - 320px) / 1600);
}
@media (max-width: 1399.98px) {
  .about-page .about-list .about-item .border-effect::after {
    left: 30px;
  }
}
.about-page .about-list .about-item .border-effect::before {
  right: calc(26px + 24 * (100vw - 320px) / 1600);
}
@media (max-width: 1399.98px) {
  .about-page .about-list .about-item .border-effect::before {
    right: 30px;
  }
}
.about-page .about-list .about-item .border-effect::after, .about-page .about-list .about-item .border-effect::before {
  content: "";
  width: 22px;
  height: 22px;
  background-color: #ffffff;
  border: 6px solid #00b5ff;
  position: absolute;
  border-radius: 100%;
  bottom: 36px;
  animation: pulse 2s infinite;
}
@media (max-width: 1399.98px) {
  .about-page .about-list .about-item .border-effect::after, .about-page .about-list .about-item .border-effect::before {
    width: 18px;
    height: 18px;
    bottom: 33px;
  }
}
@media (max-width: 1199.98px) {
  .about-page .about-list .about-item .border-effect::after, .about-page .about-list .about-item .border-effect::before {
    bottom: 40px;
  }
}
@media (max-width: 624.98px) {
  .about-page .about-list .about-item .border-effect::after, .about-page .about-list .about-item .border-effect::before {
    bottom: 28px;
  }
}
@media (max-width: 385.98px) {
  .about-page .about-list .about-item .border-effect::after, .about-page .about-list .about-item .border-effect::before {
    bottom: 22px;
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 181, 255, 0.6);
  }
  70% {
    box-shadow: 0 0 0 12px rgba(0, 181, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 181, 255, 0);
  }
}
.about-page .about-list .about-item .about-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
}
.about-page .about-list .about-item .about-box .about-icon {
  width: calc(60px + 40 * (100vw - 320px) / 1600);
  height: calc(60px + 40 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
}
@media (max-width: 1399.98px) {
  .about-page .about-list .about-item .about-box .about-icon {
    width: 60px;
    height: 60px;
  }
}
.about-page .about-list .about-item .about-box .about-icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(220deg, rgba(0, 181, 255, 0.25) 0%, rgba(0, 129, 217, 0.25) 100%);
  z-index: -1;
  border-radius: 100%;
  filter: blur(60px);
}
.about-page .about-list .about-item .about-box .about-icon img {
  width: calc(45px + 10 * (100vw - 320px) / 1600);
  height: calc(45px + 10 * (100vw - 320px) / 1600);
  -o-object-fit: contain;
     object-fit: contain;
}
.about-page .about-list .about-item .about-box .about-info {
  margin-top: calc(15px + 5 * (100vw - 320px) / 1600);
}
.about-page .about-list .about-item .about-box .about-info span {
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  letter-spacing: 0;
  font-family: "Russo One", sans-serif;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.about-page .about-list .about-item .about-box .about-info p {
  margin-bottom: 0;
  font-size: calc(12px + 1 * (100vw - 320px) / 1600);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: calc(6px + 4 * (100vw - 320px) / 1600);
  margin-top: calc(6px + 4 * (100vw - 320px) / 1600);
}
.about-page .about-list .about-item.circle-top {
  border-bottom: 2px dashed #666666;
  border-top: 2px solid #666666;
}
@media (max-width: 575.98px) {
  .about-page .about-list .about-item.circle-top {
    margin-left: auto;
  }
}
.about-page .about-list .about-item.circle-top .border-effect {
  border-top-color: #00b5ff;
  border-bottom-color: transparent;
  top: -1px;
}
.about-page .about-list .about-item.circle-top .border-effect::after, .about-page .about-list .about-item.circle-top .border-effect::before {
  bottom: unset;
  top: calc(34px + 2 * (100vw - 320px) / 1600);
}
@media (max-width: 1399.98px) {
  .about-page .about-list .about-item.circle-top .border-effect::after, .about-page .about-list .about-item.circle-top .border-effect::before {
    top: 33px;
  }
}
@media (max-width: 1199.98px) {
  .about-page .about-list .about-item.circle-top .border-effect::after, .about-page .about-list .about-item.circle-top .border-effect::before {
    top: 40px;
  }
}
@media (max-width: 624.98px) {
  .about-page .about-list .about-item.circle-top .border-effect::after, .about-page .about-list .about-item.circle-top .border-effect::before {
    top: 28px;
  }
}
@media (max-width: 385.98px) {
  .about-page .about-list .about-item.circle-top .border-effect::after, .about-page .about-list .about-item.circle-top .border-effect::before {
    top: 22px;
  }
}
.about-page .about-list .about-item.circle-top::after {
  transform: translateY(-50%) rotate(355deg) !important;
}
@media (max-width: 1750.98px) {
  .about-page .about-list .about-item.circle-top::after {
    transform: translateY(-50%) rotate(354deg) !important;
  }
}
.about-page .about-pagination {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
  margin-top: calc(20px + 10 * (100vw - 320px) / 1600);
}
.about-page .about-pagination .swiper-pagination-bullet {
  width: calc(8px + 4 * (100vw - 320px) / 1600);
  height: calc(8px + 4 * (100vw - 320px) / 1600);
  background-color: rgba(0, 181, 255, 0.3);
  display: block;
  border-radius: 10px;
  transition: 0.4s ease;
}
.about-page .about-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: calc(22px + 8 * (100vw - 320px) / 1600);
  height: calc(6px + 6 * (100vw - 320px) / 1600);
  background-color: #00b5ff;
}

.history-wrapper {
  position: relative;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;
}
.history-wrapper:hover::after {
  opacity: 1;
}
.history-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid transparent;
  background-clip: border-box;
  -webkit-mask: linear-gradient(red 0 0) padding-box, linear-gradient(red 0 0);
  mask-composite: xor;
  -webkit-mask-composite: xor;
  -webkit-mask: linear-gradient(red 0 0) padding-box, linear-gradient(red 0 0);
  -webkit-mask-composite: xor;
          mask: linear-gradient(red 0 0) padding-box exclude, linear-gradient(red 0 0);
  pointer-events: none;
  background: linear-gradient(var(--rotate), #3db0df 0%, rgba(19, 75, 253, 0.2) 38.23%, rgba(19, 66, 253, 0.2) 62.96%, #269ee1 100%) border-box;
  z-index: 0;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  will-change: opacity;
  animation: spin 8s linear infinite;
}
.history-wrapper + .history-wrapper {
  margin-top: calc(15px + 15 * (100vw - 320px) / 1600);
}
.history-wrapper .history-year-sm {
  font-family: "Russo One", sans-serif;
  font-size: calc(18px + 8 * (100vw - 320px) / 1600);
  margin-bottom: calc(12px + 8 * (100vw - 320px) / 1600);
  background: linear-gradient(160deg, #3663d8 0%, #00b5ff 20%, #00d1ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;
  align-items: center;
  gap: calc(8px + 2 * (100vw - 320px) / 1600);
}
.history-wrapper .history-year-sm::-moz-selection {
  -webkit-text-fill-color: #ffffff;
}
.history-wrapper .history-year-sm::selection {
  -webkit-text-fill-color: #ffffff;
}
.history-wrapper .history-year-sm img {
  width: calc(20px + 6 * (100vw - 320px) / 1600);
  height: calc(20px + 6 * (100vw - 320px) / 1600);
  -o-object-fit: contain;
     object-fit: contain;
}
.history-wrapper .history-info {
  display: flex;
  gap: 15px;
}
.history-wrapper .history-info .history-year-lg {
  font-family: "Russo One", sans-serif;
  font-size: calc(32px + 32 * (100vw - 320px) / 1600);
  writing-mode: vertical-lr;
  transform: scale(-1);
  align-self: center;
  line-height: normal;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.18);
  line-height: 1;
}
.history-wrapper .history-info .history-content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
}
.history-wrapper .history-info .history-content p + p {
  margin-top: 12px;
}
.history-wrapper .history-info .history-content blockquote {
  margin: 20px 0;
  padding: 0;
  font-size: inherit;
  font-weight: normal;
  line-height: normal;
  font-style: normal;
  color: #d4d6d7;
  border-radius: 0;
  padding-left: 15px;
}

@media (max-width: 767px) {
  .history-wrapper .history-info {
    gap: 10px;
    flex-direction: column;
    gap: 4px;
  }
  .history-wrapper {
    padding: 15px;
  }
  .history-wrapper .history-info .history-year-lg {
    writing-mode: inherit;
    transform: inherit;
    align-self: flex-start;
  }
}
/*****************************
  Form Control
*****************************/
form .form-control {
  position: relative;
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  line-height: normal;
  border-radius: 0px;
  padding: 15px 0px;
  border: none;
  background: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  color: #d4d6d7;
}
form .form-control::-moz-placeholder {
  color: #d4d6d7;
}
form .form-control::placeholder {
  color: #d4d6d7;
}
form .form-control:focus {
  color: #d4d6d7;
  box-shadow: none;
  background: transparent;
  border-color: #00b5ff;
}
form .form-control:active {
  background: transparent;
}
form textarea.form-control.pre-textarea {
  margin-bottom: 30px;
}
form.form-style-border .form-control {
  padding: calc(9px + 3 * (100vw - 320px) / 1600) calc(10px + 5 * (100vw - 320px) / 1600);
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background-color: rgba(255, 255, 255, 0.04);
}
form.form-style-border .form-control:focus {
  border-color: #00b5ff;
}
form.form-dark .form-control {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.2);
}
form.form-dark .form-control::-moz-placeholder {
  color: #ffffff;
}
form.form-dark .form-control::placeholder {
  color: #ffffff;
}
form.form-dark .form-control:focus {
  border-color: #00b5ff;
}

.form-control:focus {
  box-shadow: none;
  background: transparent;
  border-color: #00b5ff;
}

.form-check .form-check-input {
  width: 21px;
  height: 21px;
  margin-top: 2px;
  margin-right: 10px;
  border: 2px solid rgba(255, 255, 255, 0.15);
}

.form-check .form-check-input:checked {
  background-color: #00b5ff;
}

.contact-page .section-title .title {
  font-size: 48px;
  letter-spacing: 0.2px;
}
@media (max-width: 767px) {
  .contact-page .section-title .title {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .contact-page .section-title .title {
    font-size: 22px;
  }
}
.contact-page .section-title p {
  color: rgba(255, 255, 255, 0.8);
}
.contact-page .divder-image {
  margin-top: -140px;
  z-index: 0;
  position: relative;
}
@media (max-width: 991px) {
  .contact-page .divder-image {
    margin-top: -110px;
  }
}
@media (max-width: 767px) {
  .contact-page .divder-image {
    margin-top: -70px;
  }
}
@media (max-width: 575px) {
  .contact-page .divder-image {
    margin-top: -54px;
  }
}
@media (max-width: 475px) {
  .contact-page .divder-image {
    margin-top: -30px;
  }
}
.contact-page .contact-bg-effect p {
  margin-bottom: 0;
  width: 70%;
}
.contact-page .contact-bg-effect h3 {
  letter-spacing: 0.2px;
  margin-bottom: 30px;
}
.contact-page .contact-form {
  padding: 40px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: url(../images/bg/contact-bg.png);
  border-radius: 16px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .contact-page .contact-form {
    padding: 15px;
  }
}
.contact-page .primary-btn {
  padding: calc(6px + 4 * (100vw - 320px) / 1600) calc(25px + 25 * (100vw - 320px) / 1600);
  margin-top: 6px;
}
.contact-page .primary-btn span {
  font-size: calc(16px + 4 * (100vw - 320px) / 1600);
}
@media (max-width: 767px) {
  .contact-page .map-section {
    margin-top: 70px;
  }
}
@media (max-width: 575px) {
  .contact-page .map-section {
    margin-top: 50px;
  }
}
.contact-page .map-section .contact-main-info {
  border-radius: 20px;
  padding: calc(15px + 15 * (100vw - 767px) / 1153) calc(12px + 8 * (100vw - 320px) / 1600);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: url(../images/contact-card.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  margin-left: auto;
  margin-bottom: -200px;
  background-position: center;
  min-width: 450px;
  min-height: 450px;
  position: relative;
}
@media (max-width: 991px) {
  .contact-page .map-section .contact-main-info {
    min-width: 390px;
    min-height: 409px;
  }
}
@media (max-width: 767px) {
  .contact-page .map-section .contact-main-info {
    background: linear-gradient(320deg, #000f2d 0%, #00357f 100%);
    min-width: 100%;
    margin-bottom: 0px;
    min-height: unset;
    padding: 18px;
  }
}
.contact-page .map-section .contact-main-info h6 {
  margin-bottom: 4px;
  text-transform: capitalize;
}
.contact-page .map-section .contact-main-info p {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0;
}
.contact-page .map-section .contact-main-info .contact-list {
  padding-top: calc(15px + 15 * (100vw - 320px) / 1600);
}
.contact-page .map-section .contact-main-info .contact-list li {
  display: flex;
  gap: calc(8px + 2 * (100vw - 320px) / 1600);
}
.contact-page .map-section .contact-main-info .contact-list li + li {
  margin-top: calc(12px + 8 * (100vw - 320px) / 1600);
  padding-top: calc(14px + 8 * (100vw - 320px) / 1600);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.contact-page .map-section .contact-main-info .contact-list li .detail-icon {
  width: calc(32px + 6 * (100vw - 320px) / 1600);
  height: calc(32px + 6 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(4px);
}
.contact-page .map-section .contact-main-info .contact-list li .detail-icon i {
  color: #ffffff;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.contact-page .map-section .contact-main-info .contact-list li .detail-info {
  width: calc(100% - (32px + 6 * (100vw - 320px) / 1600) - (8px + 2 * (100vw - 320px) / 1600));
}
.contact-page .map-section .contact-main-info .contact-list li .detail-info span {
  font-size: 13px;
  display: block;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 4px;
  line-height: 1;
}
.contact-page .map-section .contact-main-info .contact-list li .detail-info a,
.contact-page .map-section .contact-main-info .contact-list li .detail-info p {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 0;
  display: block;
}
.contact-page .map-section .contact-main-info .contact-list li .detail-info a:hover {
  text-decoration: underline !important;
}
.contact-page .map-section iframe {
  height: calc(320px + 280 * (100vw - 320px) / 1600);
  display: block;
  filter: invert(1) hue-rotate(190deg);
}
.contact-page .map-section .info-flex {
  display: flex;
  gap: calc(5px + 5 * (100vw - 320px) / 1600);
  align-items: center;
}
.contact-page .map-section .info-flex h2 {
  font-size: 48px;
  letter-spacing: 0.2px;
}
@media (max-width: 991px) {
  .contact-page .map-section .info-flex h2 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .contact-page .map-section .info-flex {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .contact-page .map-section .info-flex h2 {
    margin-bottom: 12px;
    font-size: 18px;
  }
}
.contact-page .error-message {
  display: none;
  color: #ff0033;
  margin-top: calc(3px + 2 * (100vw - 320px) / 1600);
  font-size: calc(12px + 2 * (100vw - 320px) / 1600);
  line-height: 1.2;
  align-items: center;
  gap: 4px;
}
.contact-page .error-message i {
  font-size: 12px;
}
.contact-page .error-border {
  border: 1px solid #dc3545 !important;
}
.contact-page .col-lg-12.text-center {
  margin-top: 0;
}
.contact-page .error-alert,
.contact-page .success-alert {
  display: none;
  margin-bottom: 0;
  box-shadow: inset 0 0 5px 0px rgba(255, 255, 255, 0.15);
  padding: calc(3px + 3 * (100vw - 320px) / 1600) calc(10px + 6 * (100vw - 320px) / 1600);
  border-radius: 4px;
  font-size: calc(13px + 2 * (100vw - 320px) / 1600);
  font-weight: 400;
  text-transform: capitalize;
  align-items: center;
  gap: 8px;
  justify-content: center;
  margin-top: 25px;
}
.contact-page .success-alert {
  color: #28a745;
  border: 1px solid rgba(40, 167, 69, 0.5);
  background-color: rgba(40, 167, 69, 0.2);
}
.contact-page .error-alert {
  color: #ff0033;
  border: 1px solid rgba(255, 0, 51, 0.5);
  background-color: rgba(255, 0, 51, 0.2);
}

.gm-style-moc {
  background-color: red !important;
}

/*****************************
    Timeline
*****************************/
.timeline-item {
  position: relative;
}
.timeline-item .timeline-info-number {
  margin-bottom: 25px;
}
.timeline-item .timeline-info-number .timeline-number {
  font-size: 30px;
  line-height: normal;
  font-weight: 600;
  color: #00b5ff;
  font-family: "Russo One", sans-serif;
}
.timeline-item .timeline-info-content {
  position: relative;
  padding-top: 55px;
  z-index: 5;
}
.timeline-item .timeline-info-content .timeline-title {
  margin-bottom: 20px;
}
.timeline-item .timeline-info-content .timeline-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.timeline-item .timeline-info-content .timeline-content ul li {
  font-size: 20px;
  line-height: normal;
  color: #d4d6d7;
  margin-bottom: 10px;
}
.timeline-item .timeline-info-content .award-img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.timeline-item:before {
  position: absolute;
  top: 57px;
  left: 0;
  content: "";
  height: 15px;
  width: 15px;
  background-color: #ffffff;
  border-radius: 100%;
}

.timeline-section {
  margin-right: -22%;
}

.timeline-section-line {
  position: relative;
}
.timeline-section-line:before {
  position: absolute;
  top: 64px;
  left: 80px;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #333333;
}

@media (max-width: 1699px) {
  .timeline-section {
    margin-right: -8%;
  }
}
@media (max-width: 1299px) {
  .timeline-section {
    margin-right: -4%;
  }
}
@media (max-width: 1199px) {
  .timeline-section {
    margin-right: 0%;
  }
  .timeline-section-line:before {
    left: 40px;
  }
}
@media (max-width: 991px) {
  .timeline-section-line:before {
    left: 30px;
  }
}
@media (max-width: 767px) {
  .timeline-section-line:before {
    left: 12px;
  }
}
/*****************************
  Progress Bar
*****************************/
.progress {
  position: relative;
  overflow: visible;
  height: 10px;
  border-radius: inherit;
  margin-top: 65px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  background-color: transparent;
}
.progress .progress-bar {
  background-color: #00b5ff;
  border-radius: 20px;
  border: 1px solid #00b5ff;
}
.progress .progress-bar .progress-bar-title {
  position: absolute;
  left: 0;
  top: -40px;
  color: #000000;
  font-size: 20px;
}
.progress .progress-bar .progress-bar-number {
  position: absolute;
  right: 0;
  top: -40px;
  color: #000000;
  font-size: 18px;
}

/*****************************
  Range Slider
*****************************/
.irs--flat .irs-line {
  height: 8px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.irs--flat .irs-bar {
  background-color: #00b5ff;
  background: linear-gradient(130deg, #3663d8 0%, #00b5ff 100%);
  height: 8px;
}
.irs--flat .irs-from {
  background: transparent;
  color: #d4d6d7;
  font-size: 18px;
  top: -7px;
}
.irs--flat .irs-from:before {
  display: none;
}
.irs--flat .irs-to {
  background: transparent;
  color: #d4d6d7;
  font-size: 18px;
  top: -7px;
}
.irs--flat .irs-to:before {
  display: none;
}
.irs--flat .irs-single {
  background: transparent;
  color: #d4d6d7;
  font-size: 18px;
  top: -7px;
}
.irs--flat .irs-single:before {
  display: none;
}
.irs--flat .irs-handle > i:first-child {
  background: #00b5ff;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.irs--flat .irs-handle:hover > i:first-child {
  background: #00b5ff;
}
.irs--flat .irs-handle.state_hover > i:first-child {
  background: #00b5ff;
}

.price-range-filter .price-filter {
  display: flex;
  margin-top: 15px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 12px 16px;
  border-radius: 5px;
}
.price-range-filter .price-filter .ms-auto {
  display: flex;
  align-items: center;
  gap: 10px;
}
.price-range-filter .price-filter .ms-auto i {
  font-size: 14px;
}

/*****************************
  List style
*****************************/
.list-wrapper .list {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 10px;
  flex-direction: column;
  list-style-type: none;
}
.list-wrapper .list li {
  display: flex;
  gap: 15px;
  align-items: baseline;
  font-weight: 400;
}
.list-wrapper .list li a {
  color: #d4d6d7;
}
.list-wrapper .list li a:hover {
  color: #00b5ff;
}
.list-wrapper .list.list-style-disc li {
  display: list-item;
  list-style: inside;
  list-style-type: disc;
}
.list-wrapper .list.col-2 {
  width: 100%;
  gap: 10px 30px;
  flex-wrap: wrap;
  flex-direction: inherit;
}
.list-wrapper .list.col-2 li {
  width: calc(50% - 15px);
}
.list-wrapper.list-style-2 .list {
  gap: 10px;
}
.list-wrapper.list-style-2 .list li {
  font-size: inherit;
  gap: 20px;
}
.list-wrapper.list-style-2 .list li i {
  color: #00b5ff;
}
.list-wrapper.list-light .list li {
  color: #ffffff;
}
.list-wrapper.list-light .list li a {
  color: #ffffff;
}
.list-wrapper.list-light .list li a:hover {
  color: #00b5ff;
}

/*****************************
  Location
*****************************/
.location-wrapper.location-style-1 {
  display: flex;
  align-items: flex-end;
  padding: 45px;
  min-height: 410px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}
.location-wrapper.location-style-1 .location-inner {
  overflow: hidden;
}
.location-wrapper.location-style-1 .city-image {
  position: relative;
}
.location-wrapper.location-style-1 .city-info {
  margin-top: 20px;
}
.location-wrapper.location-style-1 .city-info .city-name {
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
}
.location-wrapper.location-style-1 .city-location {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.location-wrapper.location-style-1 .city-location .location-item {
  display: flex;
  align-items: baseline;
}
.location-wrapper.location-style-1 .city-location .location-item .icon {
  width: 25px;
  flex: none;
  margin-right: 15px;
}
.location-wrapper.location-style-1:hover {
  border-color: #00b5ff;
}
.location-wrapper.location-style-1:hover .city-info .city-name {
  background: linear-gradient(60deg, #3663d8 -20%, #00b5ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*------------------------------------*/
/* Responsive CSS */
/*------------------------------------*/
@media (max-width: 1399px) {
  .location-wrapper.location-style-1 {
    padding: 30px;
  }
}
@media (max-width: 1199px) {
  .location-wrapper.location-style-1 {
    padding: 25px;
  }
}
/*****************************
  Marquee style
*****************************/
.marquee-wrapper {
  overflow: hidden;
  width: 100%;
}

.marquee-wrapper .marquee-list {
  display: flex;
  align-items: center;
  gap: 35px;
  position: relative;
  white-space: nowrap;
  margin-bottom: 0;
  padding-left: 0;
  will-change: transform;
}

.marquee-wrapper .marquee-list li {
  display: block;
}

.marquee-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(12px + 8 * (100vw - 320px) / 1600);
  padding-bottom: 1px;
}
.marquee-item .icon {
  width: 38px;
  height: 38px;
}
.marquee-item .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.marquee-item .title {
  position: relative;
  font-family: "Russo One", sans-serif;
  font-size: calc(20px + 20 * (100vw - 320px) / 1600);
  line-height: normal;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease-in-out;
}
.marquee-item:hover .title {
  color: #ffffff;
}

@media (max-width: 767px) {
  .marquee-item {
    gap: 18px;
  }
  .marquee-item .title {
    font-size: 30px;
  }
  .marquee-item .icon img {
    width: 30px;
    height: 30px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
/*****************************
  Social Icon
*****************************/
.social-icon ul {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.social-icon ul li {
  margin: 0 13px;
}
.social-icon ul li a {
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.social-icon ul li a:hover {
  color: #00b5ff;
}
.social-icon ul li:first-child {
  margin-left: 0px;
}
.social-icon ul li:last-child {
  margin-right: 0px;
}
.social-icon ul li.title {
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  color: #ffffff;
  position: relative;
  padding-right: 45px;
}
.social-icon ul li.title:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 25px;
  background-color: #ffffff;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

/*===============================================*/
/* Responsive CSS */
/*===============================================*/
@media (max-width: 767px) {
  .social-icon ul li {
    margin: 0 8px;
  }
  .social-icon ul li.title {
    padding-right: 35px;
  }
  .social-icon ul li.title:before {
    width: 20px;
  }
}
/*****************************
  Steps
*****************************/
.steps-wrapper {
  display: flex;
  flex-direction: column;
}
.steps-wrapper .steps-item {
  display: flex;
  gap: 30px;
}
.steps-wrapper .steps-item:not(:last-child) .step-arrow {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.steps-wrapper .steps-item:not(:last-child) .step-arrow:after {
  content: "";
  position: relative;
  border-left: 1px dashed rgba(255, 255, 255, 0.15);
  width: 1px;
  height: 100%;
  display: block;
  margin-block: 10px;
}
.steps-wrapper .steps-item:not(:last-child) .step-info {
  padding-bottom: 70px;
}
@media (max-width: 1199.98px) {
  .steps-wrapper .steps-item:not(:last-child) .step-info {
    padding-bottom: 32px;
  }
}
.steps-wrapper .steps-item .step-number {
  display: inline-block;
  font-size: calc(18px + 8 * (100vw - 320px) / 1600);
  font-family: "Russo One", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  padding: calc(4px + 6 * (100vw - 320px) / 1600);
}
.steps-wrapper .steps-item .step-number::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(20px + 3 * (100vw - 320px) / 1600);
  height: calc(34px + 16 * (100vw - 320px) / 1600);
  background: linear-gradient(180deg, #00b5ff 0%, rgb(0, 129, 217) 100%);
  z-index: -1;
  transform: translate(-50%, -50%) skewX(-18deg);
  opacity: 0.5;
}
@media (max-width: 575px) {
  .steps-wrapper .steps-item .step-number {
    margin-bottom: 10px;
  }
}
.steps-wrapper .steps-item .step-title {
  margin-bottom: calc(5px + 7 * (100vw - 320px) / 1600);
  font-size: calc(16px + 14 * (100vw - 320px) / 1600);
}
.steps-wrapper .steps-item p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7);
}
.steps-wrapper .steps-item .step-image {
  margin-top: 30px;
}
.steps-wrapper .steps-item .step-info .step-number {
  margin-bottom: 12px;
  display: none;
}
@media (max-width: 575px) {
  .steps-wrapper .steps-item .step-info .step-number {
    display: inline-block;
  }
}

.quick-service {
  display: flex;
  align-items: center;
  gap: calc(8px + 4 * (100vw - 320px) / 1600);
  position: relative;
  margin-top: calc(30px + 45 * (100vw - 320px) / 1600);
  justify-content: end;
}
.quick-service span {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #00b5ff;
  opacity: 0.5;
}
@media (max-width: 480.98px) {
  .quick-service span {
    display: none;
  }
}
.quick-service span::after, .quick-service span::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 6px;
  height: 6px;
  background-color: #00b5ff;
  border-radius: 100%;
  transform: translateY(-50%);
}
.quick-service span::before {
  left: 0;
}
.quick-service span::after {
  right: 0;
}
.quick-service .quick-content {
  display: flex;
  align-items: center;
  gap: calc(8px + 4 * (100vw - 320px) / 1600);
}
.quick-service .quick-content h6 {
  margin-bottom: 0;
  white-space: nowrap;
  font-size: calc(16px + 7 * (100vw - 320px) / 1600);
  letter-spacing: 0.2px;
}
.quick-service .quick-content .solid-arrow {
  flex-shrink: 0;
  width: calc(35px + 5 * (100vw - 320px) / 1600);
  height: calc(35px + 5 * (100vw - 320px) / 1600);
}
.quick-service .quick-content .solid-arrow i {
  transition: all 0.4s ease-in-out;
}
.quick-service .quick-content .solid-arrow:hover i {
  transform: scale(1.2);
}

@media (max-width: 1200px) {
  .steps-wrapper .steps-item {
    gap: 30px;
  }
}
@media (max-width: 575px) {
  .steps-wrapper .steps-item:not(:last-child) .step-info {
    padding-bottom: 25px;
  }
  .steps-wrapper .steps-item .step-arrow {
    display: none !important;
  }
  .steps-wrapper .steps-item .list-wrapper .list.col-2 li {
    width: 100%;
  }
  .steps-wrapper .steps-item p {
    margin-bottom: 0;
  }
}
/*****************************
  Skill
*****************************/
.skill {
  position: relative;
  width: 100%;
  height: 10px;
  margin: 35px 0 20px 0;
  border-radius: 10px;
}
.skill:not(:first-child) {
  margin-top: 64px;
}
.skill:last-child {
  margin-bottom: 0;
}
.skill:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;
}

.skill-bar {
  position: relative;
  z-index: 1;
  height: 100%;
  border-radius: 10px;
  padding: 0px;
  background-color: #00b5ff;
  background: linear-gradient(175deg, #3663d8 0%, #00b5ff 100%);
  box-shadow: none;
  transition: width 0.9s ease;
  -webkit-transition: width 0.9s ease;
  -o-transition: width 0.9s ease;
  -ms-transition: width 0.9s ease;
  -moz-transition: width 0.9s ease;
}
.skill-bar .progress-number {
  color: #d4d6d7;
  float: right;
  margin-top: -18px;
  position: absolute;
  right: 0;
  top: -20px;
  font-size: 18px;
  font-weight: 500;
  right: 18px;
}
.skill-bar .progress-type {
  color: #d4d6d7;
  float: right;
  margin-top: -18px;
  position: absolute;
  right: 0;
  top: -20px;
  font-size: 18px;
  font-weight: 500;
}

.progress-bar {
  position: relative;
  height: 100%;
  border-radius: 4px;
  padding: 0px;
  background-color: #00b5ff;
  box-shadow: none;
}

.skill-title {
  color: #d4d6d7;
  font-size: 18px;
  font-weight: 500;
  position: absolute;
  text-align: left;
  margin-left: 0;
  margin-top: -40px;
}
.skill-title > i {
  margin-right: 8px;
}

/* Skill Style 2 ------------*/
.skill-style-2 .skill-bar {
  position: unset;
}

/*****************************
	Select Custom
*****************************/
.nice-select {
  font-size: inherit;
  color: #d4d6d7;
  box-shadow: none;
}
.nice-select .list {
  width: 100%;
}
.nice-select .list .option {
  font-size: 18px;
}
.nice-select .list .option.selected {
  color: #ffffff;
  font-weight: 500;
  background-color: #00b5ff;
  background: linear-gradient(130deg, #3663d8 0%, #00b5ff 100%);
}
.nice-select.form-control {
  width: 100%;
  height: auto;
}
.nice-select:after {
  width: 10px;
  height: 10px;
  right: 8px;
  margin-top: -6px;
  border-bottom-color: #d4d6d7;
  border-right-color: #d4d6d7;
}

/*-------------------------*/
/* Form Style Border */
/*-------------------------*/
.form-style-border .nice-select:after {
  right: 25px;
}

/*****************************
	Video Button
*****************************/
.video-wrapper {
  position: relative;
  z-index: 9;
}
.video-wrapper .attract-hover {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -75px;
  margin-top: -75px;
}
.video-wrapper .video-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 215px;
  height: 215px;
  padding: 15px;
  color: #ffffff;
  font-size: 42px;
  line-height: 42px;
  font-family: "Russo One", sans-serif;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 1;
  transform: translate(-65px, -65px);
  border-radius: 100%;
  z-index: 1;
}
.video-wrapper .video-btn:after {
  content: "";
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 100%;
}
.video-wrapper .video-btn:before {
  position: absolute;
  content: "";
  width: 215px;
  height: 215px;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  top: 10px;
  left: -10px;
  z-index: -1;
}
.video-wrapper .video-btn.btn-hide {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  width: auto;
  height: auto;
  transform: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  border-radius: 0;
  cursor: none;
}

.video-wrapper.wrapper-absolute {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: none;
}

.video-bg-jarallax {
  position: relative;
  z-index: 5;
  height: 750px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2563ad;
  background-blend-mode: multiply;
}

@media (max-width: 767px) {
  .video-wrapper .video-btn,
  .video-wrapper .video-btn.btn-hide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 130px;
    padding: 15px;
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 1;
    transform: translate(-65px, -65px);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 100%;
  }
  .video-wrapper .video-btn:before,
  .video-wrapper .video-btn.btn-hide:before {
    height: 130px;
    width: 130px;
  }
  .video-wrapper .attract-hover {
    margin: 0;
  }
}
@media (max-width: 575px) {
  .video-wrapper .video-btn {
    width: 100px;
    height: 100px;
    padding: 10px;
    font-size: 18px;
    font-weight: 500;
    transform: translate(-50px, -50px);
  }
  .video-wrapper .video-btn:before {
    height: 100px;
    width: 100px;
  }
}
/*****************************
  Header Default
*****************************/
.header-default {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 9;
  padding: 0 calc(25px + 55 * (100vw - 1200px) / 720);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(5px);
  transition: all 0.3s ease-in-out;
}
.header-default.header-absolute {
  position: absolute;
  left: 0;
  background: transparent;
}
.header-default .header-inner {
  display: flex;
  gap: calc(25px + 25 * (100vw - 1200px) / 720);
  justify-content: space-between;
  align-items: center;
}
.header-default {
  /* Site Main Logo */
}
.header-default .site-logo {
  min-width: 210px;
  width: 210px;
}
.header-default .site-logo .navbar-brand {
  display: block;
  padding: 18px 0;
}
.header-default {
  /* Site Main Menu */
}
.header-default .site-menu .main-menu {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0 calc(18px + 17 * (100vw - 1200px) / 720);
  height: 100%;
  list-style-type: none;
}
@media (max-width: 1522px) and (min-width: 1399.98px) {
  .header-default .site-menu .main-menu {
    gap: 22px;
  }
}
.header-default .site-menu .main-menu .nav-item {
  display: flex;
  position: relative;
  align-items: center;
}
.header-default .site-menu .main-menu .nav-item::after {
  content: "";
  position: absolute;
  left: 0%;
  bottom: 23px;
  height: 1px;
  width: 0%;
  background: linear-gradient(90deg, #00b5ff 0%, #00b5ff 48.5%, rgba(255, 139, 47, 0) 100%);
  transition: 0.3s all;
}
.header-default .site-menu .main-menu .nav-item a {
  font-family: "Open Sans", sans-serif;
  font-size: calc(16px + 2 * (100vw - 1200px) / 720);
  padding: 28px 0px;
  color: rgba(255, 255, 255, 0.8);
  position: relative;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1522px) and (min-width: 1399.98px) {
  .header-default .site-menu .main-menu .nav-item a {
    gap: 16px;
  }
}
.header-default .site-menu .main-menu .nav-item a i {
  font-weight: bold;
  margin-left: 5px;
  font-size: 12px;
  margin-top: 2px;
}
.header-default .site-menu .main-menu .nav-item:hover > a, .header-default .site-menu .main-menu .nav-item.active > a {
  text-shadow: 0 0 #00b5ff;
  color: #00b5ff;
}
.header-default .site-menu .main-menu .nav-item:hover::after, .header-default .site-menu .main-menu .nav-item.active::after {
  width: 100%;
}
.header-default .site-menu .main-menu .nav-item.active > a {
  -webkit-text-stroke: 0.3px #00b5ff;
}
.header-default .site-menu .main-menu .nav-item:hover .submenu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.header-default .site-menu .main-menu {
  /* Header Submenu */
}
.header-default .site-menu .main-menu .submenu {
  background: url(../images/bg/polygon-bg.png);
  list-style-type: none;
  position: absolute;
  left: -20px;
  top: 100%;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  padding: 30px;
  margin-top: 20px;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  min-width: 720px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 60px;
       column-gap: 60px;
  background-position: left center;
}
@media (max-width: 1199.98px) {
  .header-default .site-menu .main-menu .submenu {
    min-width: 580px;
    padding: 20px;
  }
}
.header-default .site-menu .main-menu .submenu li {
  position: relative;
  transition: 0.3s all;
}
.header-default .site-menu .main-menu .submenu li::after {
  content: "";
  position: absolute;
  height: 1px;
  bottom: 0;
  left: 0;
  width: 0%;
  background: linear-gradient(90deg, #00b5ff 0%, #00b5ff 48.5%, rgba(255, 139, 47, 0) 100%);
  transition: 0.3s all;
}
.header-default .site-menu .main-menu .submenu li.active a {
  -webkit-text-stroke: 0.3px #00b5ff;
}
.header-default .site-menu .main-menu .submenu li.active, .header-default .site-menu .main-menu .submenu li:hover {
  border-color: transparent;
}
.header-default .site-menu .main-menu .submenu li.active > a, .header-default .site-menu .main-menu .submenu li:hover > a {
  text-shadow: 0 0 #00b5ff;
  color: #00b5ff;
}
.header-default .site-menu .main-menu .submenu li.active::after, .header-default .site-menu .main-menu .submenu li:hover::after {
  width: 100%;
}
.header-default .site-menu .main-menu .submenu li:nth-child(2) > a, .header-default .site-menu .main-menu .submenu li:first-child > a {
  padding-top: 0;
}
.header-default .site-menu .main-menu .submenu li a {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding-block: 18px;
}
@media (max-width: 1199.98px) {
  .header-default .site-menu .main-menu .submenu li a {
    padding-block: 12px;
    font-size: 14px;
  }
}
.header-default {
  /* Site Action Button */
}
.header-default .site-action {
  gap: calc(20px + 160 * (100vw - 1200px) / 720);
}
.header-default .site-action .action-hamburger {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1522px) and (min-width: 1399.98px) {
  .header-default .site-action .primary-btn {
    padding-inline: 20px;
  }
  .header-default .site-action .primary-btn span {
    font-size: 16px;
  }
}
.header-default {
  /* Sticky Header */
}
.header-default.is-sticky {
  position: fixed;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease-in-out;
  top: 0;
  animation: stickySlideDown 0.6s ease;
  background: rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 13px 3px rgba(255, 255, 255, 0.05);
}

@keyframes stickySlideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
/*---------------------------------*/
/* Menu Overlay */
/*---------------------------------*/
.offcanvas.menu-overlay-offcanvas {
  height: 100vh;
  background-color: #000000;
}
.offcanvas.menu-overlay-offcanvas:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.05;
  z-index: -1;
  background-image: url("../images/bg/overlay-bg.png");
  background-size: cover;
}
.offcanvas.menu-overlay-offcanvas .offcanvas-close {
  position: absolute;
  right: 50px;
  top: 50px;
}
.offcanvas.menu-overlay-offcanvas .offcanvas-close .btn-close {
  background: #ffffff;
  opacity: 1;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.offcanvas.menu-overlay-offcanvas .offcanvas-close .btn-close svg path {
  stroke: #000000;
}
.offcanvas.menu-overlay-offcanvas .offcanvas-body {
  padding: 0;
}
.offcanvas.menu-overlay-offcanvas .offcanvas-body .body-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.offcanvas.menu-overlay-offcanvas .container-top {
  margin-top: auto;
  margin-bottom: auto;
  height: 60%;
  overflow: hidden;
}
.offcanvas.menu-overlay-offcanvas .navbar {
  padding: 0;
  height: 100%;
  overflow: auto;
  overflow-x: hidden;
  margin-right: 50px;
  display: flex;
  align-items: flex-end;
}
.offcanvas.menu-overlay-offcanvas .navbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.01);
  background-color: #0c0c0c;
}
.offcanvas.menu-overlay-offcanvas .navbar::-webkit-scrollbar {
  width: 3px;
  background-color: #0c0c0c;
}
.offcanvas.menu-overlay-offcanvas .navbar::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.1);
}
.offcanvas.menu-overlay-offcanvas .navbar .navbar-nav {
  gap: 10px;
}
.offcanvas.menu-overlay-offcanvas .navbar .navbar-nav .nav-item > a {
  display: inline-flex;
  padding: 0;
  font-family: "Russo One", sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
  align-items: baseline;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
}
.offcanvas.menu-overlay-offcanvas .navbar .navbar-nav .nav-item > a.show, .offcanvas.menu-overlay-offcanvas .navbar .navbar-nav .nav-item > a:hover {
  background: linear-gradient(130deg, #3663d8 0%, #00b5ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.offcanvas.menu-overlay-offcanvas .navbar .navbar-nav .nav-item > a:hover {
  padding-left: 15px;
}
.offcanvas.menu-overlay-offcanvas .navbar .navbar-nav .nav-item > a:after {
  margin-top: 3px;
  font-size: 18px;
}
.offcanvas.menu-overlay-offcanvas .navbar .navbar-nav .nav-item > a.dropdown-toggle:after {
  content: "+";
  border: none;
  font-size: 28px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}
.offcanvas.menu-overlay-offcanvas .navbar .navbar-nav .nav-item > .dropdown-menu {
  display: none;
  padding: 0;
  margin: 0;
  padding-top: 10px;
  padding-left: 30px;
  border: none;
  background: transparent;
}
.offcanvas.menu-overlay-offcanvas .navbar .navbar-nav .nav-item > .dropdown-menu li a {
  padding: 8px 0;
  font-size: 30px;
  font-weight: 400;
  background: transparent;
}
.offcanvas.menu-overlay-offcanvas .navbar .navbar-nav .nav-item > .dropdown-menu li a:hover, .offcanvas.menu-overlay-offcanvas .navbar .navbar-nav .nav-item > .dropdown-menu li a.active {
  color: #00b5ff;
}
.offcanvas.menu-overlay-offcanvas .navbar .navbar-nav .nav-item.active > a {
  background: linear-gradient(130deg, #3663d8 0%, #00b5ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.offcanvas.menu-overlay-offcanvas .widget.widget-infobox {
  margin-bottom: 40px;
  max-width: 340px;
}

/*---------------------------------*/
/* Mobile Offcanvas Menu */
/*---------------------------------*/
.mobile-action {
  gap: 12px;
}
@media (max-width: 575px) {
  .mobile-action .primary-btn {
    display: none;
  }
}
.mobile-action .mobile-hamburger {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
}

.offcanvas.main-menu-offcanvas {
  width: 380px;
  background-color: rgba(0, 0, 0, 0.07);
  backdrop-filter: blur(30px);
  box-shadow: inset 1px 4px 12px 2px rgba(255, 255, 255, 0.09);
}
.offcanvas.main-menu-offcanvas .offcanvas-header .navbar-brand img {
  max-height: 40px;
}
@media (max-width: 575px) {
  .offcanvas.main-menu-offcanvas .offcanvas-header .navbar-brand img {
    max-height: 34px;
  }
}
.offcanvas.main-menu-offcanvas .offcanvas-header .btn-close {
  background-color: rgba(255, 255, 255, 0.2);
}
.offcanvas.main-menu-offcanvas .offcanvas-body {
  padding: 20px;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
@media (max-width: 575px) {
  .offcanvas.main-menu-offcanvas .offcanvas-body {
    padding: 18px 12px;
    padding-top: 0;
  }
}
.offcanvas.main-menu-offcanvas .offcanvas-body .body-inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 1199.98px) {
  .offcanvas.main-menu-offcanvas .offcanvas-body .body-inner {
    gap: 22px;
  }
}
.offcanvas.main-menu-offcanvas .offcanvas-body .body-inner::-webkit-scrollbar {
  display: none;
}
.offcanvas.main-menu-offcanvas .offcanvas-body .body-inner .navbar {
  flex: 1;
  overflow-y: auto;
  align-items: flex-start;
}
.offcanvas.main-menu-offcanvas .offcanvas-body .body-inner .primary-btn {
  text-align: center;
  display: none;
}
@media (max-width: 575px) {
  .offcanvas.main-menu-offcanvas .offcanvas-body .body-inner .primary-btn {
    display: block;
    padding: 8px;
  }
}
.offcanvas.main-menu-offcanvas .offcanvas-body .body-inner .hiring-img {
  width: 50%;
  margin-inline: auto;
}
.offcanvas.main-menu-offcanvas .offcanvas-body ::-webkit-scrollbar {
  width: 4px;
}
.offcanvas.main-menu-offcanvas .offcanvas-body ::-webkit-scrollbar-track {
  background-color: transparent;
  border-color: transparent;
}
.offcanvas.main-menu-offcanvas .offcanvas-body .navbar {
  padding: 0;
}
.offcanvas.main-menu-offcanvas .offcanvas-body .navbar .navbar-nav {
  width: 100%;
  padding-right: 5px;
}
.offcanvas.main-menu-offcanvas .offcanvas-body .navbar .navbar-nav .nav-item {
  position: relative;
  padding: 10px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
}
.offcanvas.main-menu-offcanvas .offcanvas-body .navbar .navbar-nav .nav-item + .nav-item {
  margin-top: calc(8px + 4 * (100vw - 320px) / 1600);
}
.offcanvas.main-menu-offcanvas .offcanvas-body .navbar .navbar-nav .nav-item::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.15) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  width: 100%;
  z-index: -1;
  height: 100%;
}
.offcanvas.main-menu-offcanvas .offcanvas-body .navbar .navbar-nav .nav-item a {
  display: flex;
  padding: 0;
  font-size: calc(16px + 4 * (100vw - 320px) / 1600);
  font-weight: 400;
  color: #f8f8f8;
  align-items: center;
  gap: 10px;
}
.offcanvas.main-menu-offcanvas .offcanvas-body .navbar .navbar-nav .nav-item a.dropdown-toggle.show::after {
  content: "\f106";
}
.offcanvas.main-menu-offcanvas .offcanvas-body .navbar .navbar-nav .nav-item a.dropdown-toggle:after {
  content: "\f107";
  margin-top: 3px;
  font-size: 16px;
  margin-left: auto;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: "Font Awesome 6 Free";
  border: none;
  font-weight: 600;
}
.offcanvas.main-menu-offcanvas .offcanvas-body .navbar .navbar-nav .nav-item .dropdown-menu {
  padding: 0;
  margin: 0;
  padding-top: 22px;
  padding-left: 18px;
  border: none;
  background: transparent;
}
.offcanvas.main-menu-offcanvas .offcanvas-body .navbar .navbar-nav .nav-item .dropdown-menu li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.offcanvas.main-menu-offcanvas .offcanvas-body .navbar .navbar-nav .nav-item .dropdown-menu li::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 8px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.25);
}
.offcanvas.main-menu-offcanvas .offcanvas-body .navbar .navbar-nav .nav-item .dropdown-menu li:has(.active)::before {
  background-color: #00b5ff;
}
.offcanvas.main-menu-offcanvas .offcanvas-body .navbar .navbar-nav .nav-item .dropdown-menu li + li::before {
  margin-top: 20px;
}
.offcanvas.main-menu-offcanvas .offcanvas-body .navbar .navbar-nav .nav-item .dropdown-menu li + li a {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.offcanvas.main-menu-offcanvas .offcanvas-body .navbar .navbar-nav .nav-item .dropdown-menu li a {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
}
.offcanvas.main-menu-offcanvas .offcanvas-body .navbar .navbar-nav .nav-item .dropdown-menu li a:active, .offcanvas.main-menu-offcanvas .offcanvas-body .navbar .navbar-nav .nav-item .dropdown-menu li a:focus {
  background: none;
}
.offcanvas.main-menu-offcanvas .offcanvas-body .navbar .navbar-nav .nav-item .dropdown-menu li a.active, .offcanvas.main-menu-offcanvas .offcanvas-body .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
  color: #00b5ff;
  background-color: transparent;
}
.offcanvas.main-menu-offcanvas .offcanvas-body .navbar .navbar-nav .nav-item:has(.active)::before {
  background: linear-gradient(180deg, rgba(0, 181, 255, 0.02) 0%, rgba(0, 181, 255, 0.45) 100%);
}
.offcanvas.main-menu-offcanvas .offcanvas-body .navbar .navbar-nav .nav-item:has(.active) > .nav-link {
  color: #00b5ff;
  font-weight: 600;
  letter-spacing: 0.8px;
}
.offcanvas.main-menu-offcanvas .offcanvas-body .bottom-info {
  display: none;
}

/*---------------------------------*/
/* Header Side Panel Offcanvas */
/*---------------------------------*/
.offcanvas.hiring-offcanvas {
  width: 460px;
  background: url(../images/bg/sidebar-bg.png);
  color: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
}
.offcanvas.hiring-offcanvas .offcanvas-header {
  padding-bottom: 0;
}
.offcanvas.hiring-offcanvas .offcanvas-body {
  padding: 20px;
}
.offcanvas.hiring-offcanvas .offcanvas-body .body-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 45px;
  overflow: auto;
}
.offcanvas.hiring-offcanvas .offcanvas-body .body-inner p {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: 0.5px;
}
.offcanvas.hiring-offcanvas .offcanvas-body .body-inner::-webkit-scrollbar {
  width: 4px;
}
.offcanvas.hiring-offcanvas .offcanvas-body .body-inner::-webkit-scrollbar-track {
  background-color: transparent;
  border-color: transparent;
}
.offcanvas.hiring-offcanvas .offcanvas-body .hiring-title {
  text-align: center;
}
.offcanvas.hiring-offcanvas .offcanvas-body .hiring-title h4 {
  font-size: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 8px;
  margin-bottom: 14px;
  line-height: 1.2;
}
.offcanvas.hiring-offcanvas .offcanvas-body .hiring-title p {
  margin-bottom: 0;
  color: #ffffff;
}
.offcanvas.hiring-offcanvas .offcanvas-body .hiring-img {
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.offcanvas.hiring-offcanvas .offcanvas-body .hiring-img img {
  width: 50%;
}
.offcanvas.hiring-offcanvas .offcanvas-body .hiring-img .primary-btn {
  width: 70%;
  text-align: center;
  margin-top: 20px;
  padding: 7px;
}
.offcanvas.hiring-offcanvas .offcanvas-body .hiring-info h6 {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1;
  text-align: center;
}
.offcanvas.hiring-offcanvas .offcanvas-body .hiring-info .work-list {
  padding-left: 0;
  margin-bottom: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.offcanvas.hiring-offcanvas .offcanvas-body .hiring-info .work-list li {
  display: block;
  font-size: 14px;
  font-weight: 400;
  padding: 8px 10px;
  border-radius: 10px;
  position: relative;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
}
.offcanvas.hiring-offcanvas .offcanvas-body .hiring-info .work-list li::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.6) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}
.offcanvas.hiring-offcanvas .offcanvas-body .hiring-info .work-list li::after {
  content: "";
  position: absolute;
  inset: 2px;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.08);
  z-index: -2;
}

/* Comman Offcanvas */
.offcanvas-header {
  padding: 20px;
}
.offcanvas-header .btn-close {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  opacity: 1;
  font-size: 17px;
  padding: 0;
  margin: 0;
  margin-left: auto;
  outline: none;
  box-shadow: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  position: relative;
  backdrop-filter: blur(8px);
  box-shadow: inset 0 0 5px 3px rgba(255, 255, 255, 0.12);
}
.offcanvas-header .btn-close:hover::after, .offcanvas-header .btn-close:hover::before {
  transform: translate(-50%, -50%) rotate(0deg);
}
.offcanvas-header .btn-close::after, .offcanvas-header .btn-close::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 1.5px;
  background-color: #ffffff;
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: all 0.4s ease-in-out;
}
.offcanvas-header .btn-close::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.offcanvas-body .contact-info {
  display: flex;
  align-items: center;
  gap: 5px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  justify-content: space-between;
}
@media (max-width: 1199.98px) {
  .offcanvas-body .contact-info {
    padding-top: 15px;
  }
}
@media (max-width: 575px) {
  .offcanvas-body .contact-info {
    gap: 3px;
    flex-direction: column;
    gap: 10px;
  }
}
.offcanvas-body .contact-info .social-list-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 0;
  margin-bottom: 0;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .offcanvas-body .contact-info .social-list-item {
    gap: 5px;
  }
}
@media (max-width: 575px) {
  .offcanvas-body .contact-info .social-list-item {
    gap: 3px;
  }
}
.offcanvas-body .contact-info .social-list-item li {
  display: block;
  line-height: 1;
}
.offcanvas-body .contact-info .social-list-item li a {
  display: inline-block;
}
.offcanvas-body .contact-info .mail-text {
  font-size: 15px;
  color: #ffffff;
}
@media (max-width: 1199.98px) {
  .offcanvas-body .contact-info .mail-text {
    font-size: 14px;
  }
}

.social-icon {
  position: relative;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.social-icon:hover .social-icon-shape {
  animation: jello-horizontal 0.9s both;
}

.social-icon-shape {
  z-index: 1;
  padding: 0;
  width: 100%;
  height: 100%;
  fill: #ffffff;
  transition: fill 0.3s ease;
}

/* Twitter */
.twitter-icon:hover .social-icon-shape {
  fill: #2cc5ef;
}

/* Facebook */
.facebook-icon:hover .social-icon-shape {
  fill: #3b5998;
}

/* Instagram */
.instagram-icon:hover .social-icon-shape {
  fill: #cd486b;
}

/* Linkedin */
.linkedin-icon:hover .social-icon-shape {
  fill: #0077b5;
}

/* Call */
.call-icon:hover .social-icon-shape {
  fill: #0b8341;
}

/*---------------------------------*/
/* Hamburger Menu Trigger */
/*---------------------------------*/
.hamburger {
  padding: calc(10px + 5 * (100vw - 1200px) / 720);
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  background-color: transparent;
}
@media (max-width: 575px) {
  .hamburger {
    padding: 10px;
  }
}

.hamburger .hamburger-container {
  position: relative;
  top: 3px;
  width: 28px;
  height: 18px;
  display: inline-block;
}
@media (max-width: 575px) {
  .hamburger .hamburger-container {
    width: 24px;
  }
}

.hamburger .hamburger-container .hamburger-inner {
  position: absolute;
  width: 85%;
  height: 2px;
  top: 50%;
  transform: translate(10px, -50%);
  background-color: #d4d6d7;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.5s;
  opacity: 1;
}

.hamburger .hamburger-container .hamburger-inner:before {
  position: absolute;
  content: "";
  transform: translate(-5px, 0);
  top: -8px;
  width: 100%;
  height: 2px;
  background-color: #d4d6d7;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.5s;
  opacity: 1;
}

.hamburger .hamburger-container .hamburger-inner:after {
  position: absolute;
  content: "";
  top: 8px;
  transform: translate(-5px, 0);
  width: 100%;
  height: 2px;
  background-color: #d4d6d7;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.5s;
  opacity: 1;
}

.hamburger .hamburger-container .hamburger-hidden {
  position: absolute;
  top: 50%;
  transform: translate(51px, -50%);
  width: 100%;
  height: 2px;
  background-color: #00b5ff;
  opacity: 0;
  transition-duration: 0.5s;
  transition-property: transform, opacity;
  transition-timing-function: ease;
}

.hamburger .hamburger-container .hamburger-hidden:before {
  position: absolute;
  content: "";
  top: -11px;
  width: 100%;
  height: 2px;
  background-color: #00b5ff;
  transition-duration: 0.5s;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transform: translate(102px, 0);
}

.hamburger .hamburger-container .hamburger-hidden:after {
  position: absolute;
  content: "";
  top: 11px;
  transform: translate(101px, 0);
  width: 100%;
  height: 2px;
  background-color: #00b5ff;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.4s;
}

.hamburger:hover .hamburger-inner {
  transform: translate(-51px, 50%);
  opacity: 0;
}

.hamburger:hover .hamburger-inner:before {
  transform: translate(102px, 0);
  opacity: 0;
}

.hamburger:hover .hamburger-inner:after {
  transform: translate(102px, 0);
  opacity: 0;
}

.hamburger:hover .hamburger-hidden {
  opacity: 1;
  transform: translate(0, -50%);
}

.hamburger:hover .hamburger-hidden:before {
  opacity: 1;
  transform: translate(0, 0);
}

.hamburger:hover .hamburger-hidden:after {
  opacity: 1;
  transform: translate(0, 0);
}

/*---------------------------------*/
/* Page Header */
/*---------------------------------*/
.inner-header {
  position: relative;
  z-index: 5;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 85px;
  background-color: #000000;
}
.inner-header::before {
  content: "";
  position: absolute;
  left: 0;
  height: calc(50px + 65 * (100vw - 320px) / 1600);
  width: 100%;
  background: linear-gradient(0deg, rgb(2, 3, 7) 18%, rgba(1, 5, 12, 0) 84%);
  bottom: -20px;
  z-index: -1;
}
.inner-header .title {
  color: #ffffff;
  font-size: calc(25px + 17 * (100vw - 320px) / 1600);
  display: inline-block;
  margin-bottom: 0;
}
.inner-header .title::after {
  content: "";
  position: relative;
  display: block;
  width: calc(100% + 30px);
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  margin-block: calc(8px + 8 * (100vw - 320px) / 1600);
}
@media (max-width: 767px) {
  .inner-header .title::after {
    width: 100%;
  }
}
.inner-header p {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.inner-header .text-btn {
  font-size: 15px;
  margin-top: 10px;
  color: #00b5ff;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  line-height: 1;
  position: relative;
}
.inner-header .text-btn::after {
  content: "";
  position: absolute;
  margin-top: 1px;
  width: 0;
  height: 1px;
  background-color: #00b5ff;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  display: block;
  margin-left: auto;
  bottom: -5px;
}
.inner-header .text-btn:hover {
  color: #00b5ff;
}
.inner-header .text-btn:hover::after {
  opacity: 1;
  width: 100%;
}
.inner-header .text-btn:focus, .inner-header .text-btn:active, .inner-header .text-btn:hover {
  color: #00b5ff;
}

/*====================================================*/
/* Responsive CSS */
/*====================================================*/
@media (max-width: 1399px) {
  .header-default .site-logo {
    min-width: 200px;
    width: 200px;
  }
  .header-default .site-menu .main-menu {
    gap: 0 20px;
  }
  /*---------------------*/
  /* Header Menu Overlay */
  /*---------------------*/
  .offcanvas.menu-overlay-offcanvas .navbar .navbar-nav .nav-item > a {
    font-size: 50px;
  }
}
@media (max-width: 1199px) {
  .header-default .site-logo {
    min-width: 150px;
    width: 150px;
  }
  .header-default .site-logo .navbar-brand {
    padding: 12px 0;
  }
  .header-default .site-menu .main-menu .nav-item::after {
    bottom: 17px;
  }
  .header-default .site-menu .main-menu .nav-item > a {
    padding: 20px 0px;
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  /*---------------------*/
  /* Page Header */
  /*---------------------*/
  .inner-header {
    height: 350px;
  }
  /*---------------------*/
  /* Header Menu Overlay */
  /*---------------------*/
  .header-default {
    padding: 0 30px;
  }
  .header-default .site-logo .navbar-brand {
    display: block;
    padding: 10px 0;
  }
  .offcanvas.menu-overlay-offcanvas .offcanvas-close {
    z-index: 2;
  }
  .offcanvas.menu-overlay-offcanvas .offcanvas-body .body-inner {
    padding: 0 50px;
  }
  .offcanvas.menu-overlay-offcanvas .navbar {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  /*---------------------*/
  /* Header Default */
  /*---------------------*/
  .header-default {
    padding: 0 15px;
  }
  .header-default .site-logo {
    min-width: 150px;
    width: 150px;
  }
  /*---------------------*/
  /* Page Header */
  /*---------------------*/
  .inner-header {
    height: 300px;
  }
}
@media (max-width: 575px) {
  .offcanvas-start,
  .offcanvas-end {
    width: 320px !important;
  }
  .offcanvas-header {
    gap: 5px;
    padding: 8px 12px;
  }
  /*---------------------*/
  /* Header Menu Overlay */
  /*---------------------*/
  .offcanvas.menu-overlay-offcanvas .offcanvas-body .body-inner {
    padding: 0 30px;
  }
  .offcanvas.menu-overlay-offcanvas .container-top {
    height: 85%;
  }
  .offcanvas.menu-overlay-offcanvas .container-bottom {
    padding-top: 40px;
  }
  .offcanvas.menu-overlay-offcanvas .navbar .navbar-nav {
    gap: 15px;
  }
  .offcanvas.menu-overlay-offcanvas .navbar .navbar-nav .nav-item > a {
    font-size: 40px;
  }
  .offcanvas.menu-overlay-offcanvas .navbar .navbar-nav .nav-item > a:hover {
    padding-left: 0;
  }
  .offcanvas.menu-overlay-offcanvas .navbar .navbar-nav .nav-item > .dropdown-menu li a {
    font-size: 24px;
    line-height: 30px;
  }
}
/*====================================================*/
/* keyframes CSS */
/*====================================================*/
@keyframes jello-horizontal {
  0% {
    transform: scale3d(1, 1, 1);
  }
  20% {
    transform: scale3d(1.15, 0.85, 1);
  }
  35% {
    transform: scale3d(0.9, 1.1, 1);
  }
  50% {
    transform: scale3d(1.05, 0.95, 1);
  }
  65% {
    transform: scale3d(0.97, 1.03, 1);
  }
  80% {
    transform: scale3d(1.02, 0.98, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
/*****************************
  Site Banner
*****************************/
/*-----------------------------------*/
/* Main Banner 1 */
/*-----------------------------------*/
.main-banner-1 .banner-inner {
  padding-block: calc(55px + 30 * (100vw - 320px) / 1600 + 70px + 150 * (100vw - 320px) / 1600) calc(70px + 150 * (100vw - 320px) / 1600);
  position: relative;
}
.main-banner-1 .banner-inner::before {
  content: "";
  position: absolute;
  left: 0;
  height: 115px;
  width: 100%;
  background: linear-gradient(0deg, rgba(1, 5, 12, 0) 0%, rgb(1, 5, 12) 50%, rgba(1, 5, 12, 0) 100%);
  bottom: -56px;
}
.main-banner-1 .banner-inner::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 12%, rgba(0, 0, 0, 0.4) 63%, rgba(0, 0, 0, 0) 100%);
  z-index: -1;
  opacity: 0.9;
}
.main-banner-1 .banner-inner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .main-banner-1 .banner-content {
    text-align: center;
  }
}
.main-banner-1 .banner-content h2 {
  line-height: 1.2;
  text-transform: capitalize;
  margin-bottom: 0;
}
.main-banner-1 .banner-content p {
  margin-block: calc(5px + 5 * (100vw - 320px) / 1600) calc(25px + 25 * (100vw - 320px) / 1600);
}
.main-banner-1 .banner-content .primary-btn {
  padding: calc(8px + 3 * (100vw - 320px) / 1600) calc(22px + 7 * (100vw - 320px) / 1600);
  display: inline-flex;
}

/*-----------------------------------*/
/* Main Banner 2 */
/*-----------------------------------*/
.main-banner.main-banner-2 {
  padding-top: 250px;
  overflow: hidden;
}
.main-banner.main-banner-2 .banner-inner {
  position: relative;
  padding-bottom: 110px;
}
.main-banner.main-banner-2 .banner-inner .banner-bg {
  position: absolute;
  right: -10px;
  top: 0px;
}
.main-banner.main-banner-2 .banner-inner .banner-conent {
  position: relative;
}
.main-banner.main-banner-2 .banner-inner .banner-conent .sub-title {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
  background: linear-gradient(60deg, #3663d8 -20%, #00b5ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main-banner.main-banner-2 .banner-inner .banner-conent .title {
  font-size: 140px;
  line-height: 150px;
}
.main-banner.main-banner-2 .banner-inner .banner-conent .conent {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.main-banner.main-banner-2 .banner-inner .banner-conent .conent .small-text {
  max-width: 450px;
  margin-bottom: 0px;
  margin-top: 20px;
}
.main-banner.main-banner-2 .banner-inner .banner-conent .conent .title {
  position: relative;
  margin-left: 28px;
}
.main-banner.main-banner-2 .banner-inner .banner-conent .conent .title .banner-icon {
  position: absolute;
  top: 54px;
  left: 102px;
}
.main-banner.main-banner-2 .banner-inner .banner-conent .counter.counter-style-1 {
  margin-left: -50px;
}

/*-----------------------------------*/
/* Main Banner 3 */
/*-----------------------------------*/
.main-banner.main-banner-3 {
  overflow: hidden;
  padding: 280px 0 175px 0;
  position: relative;
}
.main-banner.main-banner-3 .banner-bg {
  -o-object-position: right top;
     object-position: right top;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-banner.main-banner-3 .banner-inner {
  position: relative;
  padding: 0 150px;
}
.main-banner.main-banner-3 .banner-inner .banner-conent {
  width: 65%;
  position: relative;
}
.main-banner.main-banner-3 .banner-inner .banner-conent .sub-title {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
  background: linear-gradient(60deg, #3663d8 -20%, #00b5ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main-banner.main-banner-3 .banner-inner .banner-conent .title {
  font-size: 92px;
  line-height: 92px;
  margin-bottom: 50px;
}
.main-banner.main-banner-3 .banner-inner .banner-conent .title .icon-title {
  position: relative;
  display: inline-block;
}
.main-banner.main-banner-3 .banner-inner .banner-conent .title .icon-title .banner-icon {
  width: 45px;
  height: 45px;
  position: absolute;
  top: 28px;
  left: 68px;
}
.main-banner.main-banner-3 .banner-inner .banner-conent .conent {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.main-banner.main-banner-3 .banner-inner .banner-conent .conent .small-text {
  max-width: 450px;
  margin-bottom: 0px;
  margin-top: 20px;
}
.main-banner.main-banner-3 .banner-inner .banner-conent .conent .title {
  position: relative;
  margin-left: 28px;
}
.main-banner.main-banner-3 .banner-inner .banner-conent .conent .title .banner-icon {
  position: absolute;
  top: 54px;
  left: 102px;
}
.main-banner.main-banner-3 .banner-inner .banner-conent .banner-conent-footer {
  display: flex;
  align-items: center;
  gap: 50px;
}

.rotate {
  animation: rotate 50s normal linear infinite;
}

@keyframes rotate {
  0% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  25% {
    transform: rotate3d(0, 0, 1, 90deg);
  }
  50% {
    transform: rotate3d(0, 0, 1, 180deg);
  }
  75% {
    transform: rotate3d(0, 0, 1, 270deg);
  }
  100% {
    transform: rotate3d(0, 0, 1, 360deg);
  }
}
/*------------------------------*/
/* Responsive CSS */
/*------------------------------*/
@media (max-width: 1699px) {
  .main-banner.main-banner-3 .banner-inner .banner-conent {
    width: 75%;
  }
}
@media (max-width: 1599px) {
  .main-banner.main-banner-3 .banner-inner {
    padding: 0 100px;
  }
  .main-banner.main-banner-3 .banner-inner .banner-conent {
    width: 85%;
  }
}
@media (max-width: 1399px) {
  /* Main Banner 2 ----------*/
  .main-banner.main-banner-2 .banner-inner .banner-conent .title {
    font-size: 110px;
    line-height: 120px;
  }
  .main-banner.main-banner-2 .banner-inner .banner-conent .conent .title .banner-icon {
    top: 38px;
    left: 75px;
  }
  /* Main Banner 3 ----------*/
  .main-banner.main-banner-3 {
    padding: 250px 0 150px 0;
  }
  .main-banner.main-banner-3 .banner-inner {
    padding: 0 80px;
  }
  .main-banner.main-banner-3 .banner-inner .banner-conent {
    width: 90%;
  }
}
@media (max-width: 1199px) {
  /* Main Banner 2 ----------*/
  .main-banner.main-banner-2 {
    padding-top: 200px;
  }
  .main-banner.main-banner-2 .banner-inner .banner-conent .title {
    font-size: 85px;
    line-height: 95px;
  }
  .main-banner.main-banner-2 .banner-inner .banner-conent .conent .title .banner-icon {
    top: 32px;
    left: 59px;
    width: 40px;
  }
  /* Main Banner 3 ----------*/
  .main-banner.main-banner-3 {
    padding: 180px 0 120px 0;
  }
  .main-banner.main-banner-3 .banner-inner {
    padding: 0 50px;
  }
  .main-banner.main-banner-3 .banner-inner .banner-conent .title {
    font-size: 80px;
    line-height: 90px;
    margin-bottom: 40px;
  }
  .main-banner.main-banner-3 .banner-inner .banner-conent .title .icon-title .banner-icon {
    width: 40px;
    height: 40px;
    top: 30px;
    left: 59px;
  }
}
@media (max-width: 991px) {
  /* Main Banner 2 ----------*/
  .main-banner.main-banner-2 {
    padding-top: 140px;
  }
  .main-banner.main-banner-2 .banner-inner {
    padding-bottom: 30px;
  }
  .main-banner.main-banner-2 .banner-inner .banner-conent {
    padding: 50px 0px;
  }
  .main-banner.main-banner-2 .banner-inner .banner-conent .title {
    font-size: 62px;
    line-height: 72px;
  }
  .main-banner.main-banner-2 .banner-inner .banner-conent .conent .small-text {
    max-width: 400px;
    margin-right: 15px;
    margin-top: 0px;
  }
  .main-banner.main-banner-2 .banner-inner .banner-conent .conent .title {
    margin-left: 0px;
  }
  .main-banner.main-banner-2 .banner-inner .banner-conent .conent .title .banner-icon {
    top: 24px;
    left: 43px;
    width: 30px;
  }
  /* Main Banner 3 ----------*/
  .main-banner.main-banner-3 {
    padding: 180px 0 50px 0;
  }
  .main-banner.main-banner-3 .banner-inner {
    padding: 0 30px;
  }
  .main-banner.main-banner-3 .banner-inner .banner-conent {
    width: 100%;
  }
  .main-banner.main-banner-3 .banner-inner .banner-conent .title {
    font-size: 64px;
    line-height: 64px;
  }
  .main-banner.main-banner-3 .banner-inner .banner-conent .title .icon-title .banner-icon {
    width: 30px;
    height: 30px;
    top: 20px;
    left: 48px;
  }
}
@media (max-width: 767px) {
  /* Main Banner 2 ----------*/
  .main-banner.main-banner-2 .banner-bg {
    display: none;
  }
  .main-banner.main-banner-2 .banner-inner {
    padding-bottom: 40px;
  }
  .main-banner.main-banner-2 .banner-inner .banner-conent {
    padding: 0px;
  }
  .main-banner.main-banner-2 .banner-inner .banner-conent .title {
    font-size: 62px;
    line-height: 72px;
  }
  .main-banner.main-banner-2 .banner-inner .banner-conent .conent .small-text {
    order: 1;
    max-width: 100%;
  }
  .main-banner.main-banner-2 .banner-inner .banner-conent .counter.counter-style-1 {
    margin-left: 0px;
  }
  /* Main Banner 3 ----------*/
  .main-banner.main-banner-3 {
    padding: 150px 0 40px 0;
  }
  .main-banner.main-banner-3 .banner-bg {
    display: none;
  }
  .main-banner.main-banner-3 .banner-inner {
    padding: 0;
  }
  .main-banner.main-banner-3 .banner-inner .banner-conent .sub-title {
    margin-bottom: 20px;
  }
  .main-banner.main-banner-3 .banner-inner .banner-conent .title {
    font-size: 56px;
    line-height: 60px;
  }
  .main-banner.main-banner-3 .banner-inner .banner-conent .title .icon-title .banner-icon {
    width: 26px;
    height: 26px;
    top: 21px;
    left: 41px;
  }
}
@media (max-width: 575px) {
  /* Main Banner 2 ----------*/
  .main-banner.main-banner-2 .banner-bg {
    display: none;
  }
  .main-banner.main-banner-2 .banner-inner {
    padding-bottom: 40px;
  }
  .main-banner.main-banner-2 .banner-inner .banner-conent {
    padding: 0px;
  }
  .main-banner.main-banner-2 .banner-inner .banner-conent .title {
    font-size: 44px;
    line-height: 60px;
    margin: 0px !important;
  }
  .main-banner.main-banner-2 .banner-inner .banner-conent .conent .small-text {
    order: 1;
    max-width: 100%;
  }
  .main-banner.main-banner-2 .banner-inner .banner-conent .conent .title .banner-icon {
    top: 20px;
    left: 30px;
    width: 22px;
  }
  .main-banner.main-banner-2 .banner-inner .banner-conent .counter.counter-style-1 {
    margin-bottom: 40px;
  }
  /* Main Banner 3 ----------*/
  .main-banner.main-banner-3 .banner-inner .banner-conent .title {
    font-size: 46px;
    line-height: 54px;
  }
  .main-banner.main-banner-3 .banner-inner .banner-conent .title .icon-title .banner-icon {
    width: 22px;
    height: 22px;
    top: 19px;
    left: 35px;
  }
}
@media (max-width: 479px) {
  /* Main Banner 3 ----------*/
  .main-banner.main-banner-3 {
    padding: 125px 0 30px 0;
  }
  .main-banner.main-banner-3 .banner-inner .banner-conent .sub-title {
    font-size: 16px;
  }
  .main-banner.main-banner-3 .banner-inner .banner-conent .title {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 30px;
  }
  .main-banner.main-banner-3 .banner-inner .banner-conent .title .icon-title .banner-icon {
    width: 16px;
    height: 16px;
    top: 14px;
    left: 26px;
  }
  .main-banner.main-banner-3 .banner-inner .banner-conent .banner-conent-footer {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
/*****************************
  Layout
*****************************/
/* Sticky column */
.is-sticky {
  position: sticky;
  top: 130px;
}

.text-accent-bg {
  background-color: #000000;
  color: #ffffff;
  padding: 0 0.4em;
  display: inline-block;
}

.text-tooltip {
  text-decoration: underline;
}

/*----------------------------------*/
/* Scrollbar */
/*----------------------------------*/
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: inherit;
  }
}
::-webkit-scrollbar {
  width: 0px;
}

::-webkit-scrollbar-track {
  background-color: #dfdfdf;
  border: 1px solid #dfdfdf;
}

::-webkit-scrollbar-thumb {
  background-color: #00b5ff;
}

/*----------------------------------*/
/* Back To Top */
/*----------------------------------*/
.back-to-top {
  position: fixed;
  z-index: 9;
  right: 60px;
  bottom: 60px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(248, 248, 248, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
  transform: translateY(30px);
  backdrop-filter: blur(8px);
  background-color: rgba(255, 255, 255, 0.08);
}
@media (max-width: 575px) {
  .back-to-top {
    height: 45px;
    width: 45px;
    right: 22px;
    bottom: 22px;
  }
}
.back-to-top::before {
  position: absolute;
  font-family: "Font Awesome 6 Free";
  content: "\f062";
  text-align: center;
  line-height: 50px;
  opacity: 1;
  height: 50px;
  width: 50px;
  font-size: 18px;
  font-weight: 600;
  color: #00b5ff;
}
@media (max-width: 575px) {
  .back-to-top::before {
    height: 45px;
    width: 45px;
    line-height: 45px;
  }
}
.back-to-top svg path {
  fill: none;
}
.back-to-top svg.progress-circle path {
  stroke: #00b5ff;
  stroke-width: 4;
}
.back-to-top.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/*----------------------------------*/
/* Workspaces Outside : Home 01 */
/*----------------------------------*/
.workspaces-outside {
  margin-bottom: 250px;
}
.workspaces-outside .workspaces-centered-slider {
  margin-bottom: -250px;
}

.marquee-relative {
  position: relative;
}
.marquee-relative .marquee-absolute {
  position: absolute;
  right: 1px;
  left: 0;
  bottom: 18px;
}

/*----------------------------------*/
/* Top White Gradient : Home 02 */
/*----------------------------------*/
.image-gradient {
  position: relative;
}
.image-gradient:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 70%;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}

/*----------------------------------*/
/* Price with Image : Home 02 */
/*----------------------------------*/
.image-with-price {
  position: relative;
}
.image-with-price .price-box {
  position: absolute;
  left: 30px;
  top: 30px;
  width: 212px;
  height: 212px;
  z-index: 1;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.image-with-price .price-box .symbol {
  font-size: 36px;
  font-weight: 700;
  margin: 0;
  background: linear-gradient(130deg, #3663d8 0%, #00b5ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.image-with-price .price-box .price-valid {
  display: flex;
  gap: 10px;
}
.image-with-price .price-box .price {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  background: linear-gradient(130deg, #3663d8 0%, #00b5ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.image-with-price .price-box .valid {
  font-size: 24px;
  font-weight: 700;
  color: #f8f8f8;
  margin: 0;
  padding-top: 10px;
}
.image-with-price .price-box .month {
  font-size: 24px;
  font-weight: 700;
  color: #f8f8f8;
  margin: 0;
}
.image-with-price .price-box:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: -8px;
  bottom: -8px;
  z-index: -1;
  border: 1px solid #ffffff;
  border-radius: 100%;
}

/*----------------------------------*/
/* FAQ White Box : Home 02 */
/*----------------------------------*/
.accordion-bg-box {
  position: relative;
  background: #ffffff;
  padding: 100px;
}

/*----------------------------------*/
/* Client review : Home 03 */
/*----------------------------------*/
.clienti-reviews {
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.clienti-reviews .clienti-profile {
  list-style-type: none;
  display: flex;
  padding: 0;
  margin: 0;
}
.clienti-reviews .clienti-profile li {
  flex: 0 0 52px;
  height: 52px;
  width: 52px;
  margin-left: -15px;
  border-radius: 100%;
  border: 2px solid #000000;
}
.clienti-reviews .clienti-profile li:first-child {
  margin-left: 0px;
}
.clienti-reviews .clienti-profile li img {
  border-radius: 100%;
}
.clienti-reviews .reviews {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0px;
  justify-content: center;
  flex-direction: column;
}
.clienti-reviews .reviews .reviews-number {
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
  color: #ffffff;
}
.clienti-reviews .reviews span {
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
}

/*----------------------------------*/
/* Workspace Filter : Workspace Page  */
/*----------------------------------*/
.workspaces-filter {
  display: flex;
  align-items: center;
  padding: 5px 0;
  margin-bottom: 40px;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.workspaces-filter .sidebar-btn {
  margin-bottom: 0;
}
.workspaces-filter .workspaces-sorting .nice-select {
  border: none;
  padding-left: 0;
  background-color: transparent;
}

.perfect-space-filter-wrapper {
  max-width: 925px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.perfect-space-filter-wrapper .title {
  margin-bottom: 30px;
}
.perfect-space-filter-wrapper .space-filter-wrapper {
  padding-right: 20px;
}

/*----------------------------------*/
/* Map : Contact Us */
/*----------------------------------*/
.map {
  height: 550px;
  margin-bottom: -8px;
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(99%);
  /* Chrome 19+ & Safari 6+ */
  -webkit-backface-visibility: hidden;
  /* Fix for transition flickering */
}

/*----------------------------------*/
/* 404 Page */
/*----------------------------------*/
.error-section .error-content {
  position: relative;
}
.error-section .error-content .error-main-title {
  position: relative;
}
.error-section .error-content .error-main-title .error-text {
  display: block;
  font-size: 380px;
  line-height: 400px;
  font-weight: 400;
  color: #000000;
  -webkit-text-stroke: 2px;
  -webkit-text-stroke-color: #ffffff;
  margin-bottom: 30px;
  font-family: "Russo One", sans-serif;
}
.error-section .error-content .error-main-title .bg-text-stroke {
  font-size: 380px;
  line-height: 400px;
  font-weight: 400;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  margin-left: 6px;
  margin-top: 12px;
  width: 100%;
  -webkit-text-stroke: 2px;
  -webkit-text-stroke-color: rgba(212, 214, 215, 0.2);
  font-family: "Russo One", sans-serif;
}
.error-section .error-content .error-main-title .smile-icon {
  top: 80px;
  left: 50%;
  width: 220px;
  height: 220px;
  position: absolute;
  transform: translateX(-50%);
}
.error-section .error-content .btn.btn-effect {
  width: 175px;
  height: 175px;
}
.error-section .error-content .btn.btn-effect:hover svg path {
  stroke: #00b5ff;
}

/*----------------------------------*/
/* Coming Soon */
/*----------------------------------*/
.coming-soon-section {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 9;
  padding: 150px 0;
  height: 100vh;
  background-color: #2563ad;
  background-blend-mode: multiply;
}
.coming-soon-section .btn {
  width: 175px;
  height: 175px;
}
.coming-soon-section .countdown-wrapper .countdown span {
  font-family: "Russo One", sans-serif;
}

.inner-content {
  display: flex;
  gap: 50px;
  flex-direction: column;
}

.coming-soon-title {
  font-size: 60px;
  line-height: normal;
  font-weight: 500;
  color: #ffffff;
  font-family: "Russo One", sans-serif;
}

.coming-soon-description {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 0px;
}

/*Home 02*/
.rated-reviews {
  padding: 25px 30px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}
.rated-reviews h6 {
  margin: 0px;
  font-size: 18px;
  line-height: 28px;
  font-family: "Open Sans", sans-serif;
  color: #d4d6d7;
}
.rated-reviews h6 span {
  font-size: 22px;
  line-height: 22px;
  font-family: "Russo One", sans-serif;
}
.rated-reviews h6 span i {
  color: #ffd401;
  margin: 0 5px;
}
.rated-reviews h6 a {
  font-weight: 700;
  background: linear-gradient(60deg, #3663d8 -20%, #00b5ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-img {
  position: relative;
}
.about-img img {
  border-radius: 10px;
}
.about-img .about-logo {
  position: absolute;
  left: 80px;
  top: 30px;
}

/*Home 03*/
.about-details {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  padding-top: 80px;
}
.about-details .list-wrapper {
  margin-left: 195px;
}

.about-right {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: space-between;
}

.rated-reviews-2 {
  padding-right: 75px;
  margin: 0;
}
.rated-reviews-2 h6 {
  display: flex;
  gap: 10px;
  color: #d4d6d7;
  margin: 0;
}
.rated-reviews-2 h6 span {
  font-size: 22px;
  line-height: 32px;
  flex-shrink: 0;
}
.rated-reviews-2 h6 span i {
  margin-left: 10px;
  font-size: 19px;
  color: #ffd401;
}
.rated-reviews-2 h6 .review-detail {
  font-size: 18px;
  line-height: 28px;
  display: inline-block;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  flex-shrink: 1;
}
.rated-reviews-2 h6 .review-detail a {
  background-image: linear-gradient(60deg, #3663d8 -20%, #00b5ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.events-tab-wrapper {
  margin-top: -150px;
}

.event-tabs {
  justify-content: flex-end;
  margin-bottom: 100px;
  border-bottom: 0;
}
.event-tabs .nav-link.btn {
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 6px;
  color: #ffffff;
  font-family: "Russo One", sans-serif;
  font-size: 22px;
  line-height: 32px;
  margin-left: 8px;
  height: auto;
  width: auto;
}
.event-tabs .nav-link.btn:after {
  left: -8px;
  top: -8px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 6px;
  margin: 0;
}
.event-tabs .nav-link.btn.active {
  background: linear-gradient(60deg, #3663d8 -20%, #00b5ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: 1px solid #00b5ff;
}
.event-tabs .nav-link.btn.active:after {
  border: 1px solid #00b5ff;
}
.event-tabs .nav-link.btn:hover {
  background: linear-gradient(60deg, #3663d8 -20%, #00b5ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: 1px solid #00b5ff;
}
.event-tabs .nav-link.btn:hover:after {
  border: 1px solid #00b5ff;
}

.events-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.events-list li:first-child .event-box {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.event-box {
  padding: 50px;
  background-color: #000000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  transition: all 0.3s ease-in-out;
}
.event-box .event-schedule {
  position: relative;
}
.event-box .event-schedule:after {
  content: "";
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.05);
  position: absolute;
  top: 0;
  right: -12px;
}
.event-box .event-schedule h5 {
  margin-bottom: 20px;
}
.event-box .event-schedule h6 {
  color: #d4d6d7;
  margin-bottom: 0;
}
.event-box .event-schedule h6 .event-date {
  font-size: 32px;
  line-height: 42px;
}
.event-box .event-details {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
}
.event-box .event-details .inner-event h6 {
  color: #d4d6d7;
  margin-bottom: 20px;
}
.event-box .event-details .inner-event .event-vanue {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 25px;
}
.event-box .event-details .inner-event .event-vanue .event-info {
  display: flex;
  gap: 10px;
}
.event-box .event-details .inner-event .event-vanue .event-info img {
  width: 20px;
  height: 20px;
  margin-top: 3px;
}
.event-box .event-details .inner-event .event-vanue .event-info p {
  margin-bottom: 0;
  line-height: 26px;
}
.event-box:hover {
  border-color: #00b5ff;
}

.rotate-images {
  position: relative;
  margin-top: 50px;
}
.rotate-images .rotate-bg-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.rotate-images .rotate-img {
  text-align: center;
}

.our-process .list-wrapper .process-list {
  gap: 45px 30px;
  margin-top: 40px;
}
.our-process .list-wrapper .process-list li {
  gap: 20px;
  color: #ffffff;
}
.our-process .list-wrapper .process-list li .process-number {
  position: relative;
  padding: 8px 15px 3px;
  border-radius: 100%;
  color: #d4d6d7;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.our-process .list-wrapper .process-list li .process-number:after {
  content: "";
  position: absolute;
  left: -4px;
  bottom: -4px;
  opacity: 1;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}

/*Home Shep line*/
.z-index-2 {
  z-index: 2;
  position: relative;
}

.item-efftect {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  bottom: 0;
}

.item-efftect .efftect {
  position: absolute;
  width: 1px;
  height: 100vh;
  top: 0px;
  background: transparent;
  overflow: hidden;
}

.item-efftect .efftect::after {
  position: absolute;
  top: -50%;
  left: 0;
  content: "";
  height: 70px;
  width: 100%;
  background: linear-gradient(to bottom, rgba(131, 131, 131, 0.1) 0%, #00b5ff 75%, rgba(131, 131, 131, 0.1) 100%);
  display: block;
  animation: run 5s 0s infinite;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}

.item-efftect .efftect:nth-child(1) {
  left: 5%;
}

.item-efftect .efftect:nth-child(1)::after {
  animation-delay: 0.05s;
}

.item-efftect .efftect:nth-child(2) {
  left: 25%;
}

.item-efftect .efftect:nth-child(2)::after {
  animation-delay: 0.15s;
}

.item-efftect .efftect:nth-child(3) {
  left: 50%;
}

.item-efftect .efftect:nth-child(3)::after {
  animation-delay: 0.25s;
}

.item-efftect .efftect:nth-child(4) {
  left: 75%;
}

.item-efftect .efftect:nth-child(4)::after {
  animation-delay: 0.35s;
}

.item-efftect .efftect:nth-child(5) {
  left: 95%;
}

.item-efftect .efftect:nth-child(5)::after {
  animation-delay: 0.45s;
}

@keyframes run {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}
/*------------------------------*/
/* Ellipse Shep */
/*------------------------------*/
.ellipse-top {
  background-image: url("../images/bg/ellipse-top.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto;
}

.ellipse-bottom {
  background-image: url("../images/bg/ellipse-bottom.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: auto;
}

/*------------------------------*/
/* About Us */
/*------------------------------*/
.about-section {
  background: url(../images/bg/about-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (max-width: 575px) {
  .about-section.space-ptb {
    padding-bottom: 0;
  }
}
.about-section::after, .about-section::before {
  content: "";
  position: absolute;
  left: 0;
  height: calc(80px + 35 * (100vw - 320px) / 1600);
  width: 100%;
  background: linear-gradient(0deg, rgba(1, 5, 12, 0) 0%, rgb(1, 5, 12) 50%, rgba(1, 5, 12, 0) 100%);
}
.about-section::before {
  top: calc(-36px + -16 * (100vw - 320px) / 1600);
}
.about-section::after {
  bottom: calc(-36px + -16 * (100vw - 320px) / 1600);
}
@media (max-width: 575px) {
  .about-section::after {
    display: none;
  }
}
@media (min-width: 1530px) {
  .about-section .col-md-7 {
    width: 50.133333%;
    padding: 0;
  }
}
.about-section .col-md-5 {
  flex: 1;
}
.about-section .section-title p {
  margin-bottom: calc(15px + 35 * (100vw - 320px) / 1600);
  width: 80%;
}
@media (max-width: 575.98px) {
  .about-section .section-title p {
    width: 100%;
  }
}
.about-section .counter-list {
  display: grid;
  align-items: center;
  margin-bottom: 0;
  grid-template-columns: auto auto auto;
  margin-block: 20px 15px;
}
@media (min-width: 1530px) {
  .about-section .counter-list {
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  .about-section .counter-list {
    justify-content: center;
  }
}
.about-section .counter-list > div .counter-box:first-child {
  transform: scale(1.4);
}
.about-section .counter-list > div .counter-box:last-child {
  transform: scale(1.23);
  margin-top: 4vw;
}
@media (max-width: 991px) {
  .about-section .counter-list > div .counter-box:last-child {
    margin-top: 6vw;
  }
}
@media (max-width: 575px) {
  .about-section .counter-list > div .counter-box:last-child {
    margin-top: 8vw;
  }
}
.about-section .counter-list > .counter-box:first-child {
  margin-left: auto;
}
.about-section .counter-list > .counter-box:last-child {
  transform: scale(1.23);
  margin-left: 1vw;
}
@media (max-width: 991px) {
  .about-section .counter-list > .counter-box:last-child {
    margin-left: 1.4vw;
  }
}
@media (max-width: 575px) {
  .about-section .counter-list > .counter-box:last-child {
    margin-left: 3.6vw;
  }
}
.about-section .counter-list .counter-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 11.3vw;
  height: 10.9vw;
  position: relative;
  background: linear-gradient(92deg, rgba(0, 181, 255, 0.6) 0%, rgba(0, 129, 217, 0.3) 100%);
  z-index: 0;
  clip-path: polygon(3.29% 47.72%, 3.29% 49.12%, 2.96% 49.12%, 2.96% 54.39%, 3.29% 54.39%, 3.29% 55.44%, 3.62% 55.44%, 3.62% 56.49%, 3.95% 56.49%, 4.28% 57.89%, 4.93% 58.25%, 5.26% 59.65%, 5.92% 60%, 5.92% 60.7%, 6.25% 60.7%, 6.58% 62.11%, 7.24% 62.46%, 7.24% 63.16%, 7.57% 63.16%, 7.89% 64.56%, 8.55% 64.91%, 8.55% 65.61%, 8.88% 65.61%, 9.21% 67.02%, 9.87% 67.37%, 10.2% 68.77%, 10.86% 69.12%, 10.86% 69.82%, 11.18% 69.82%, 11.51% 71.23%, 12.17% 71.58%, 12.17% 72.28%, 12.5% 72.28%, 12.83% 73.68%, 13.49% 74.04%, 13.49% 74.74%, 13.82% 74.74%, 14.14% 76.14%, 14.8% 76.49%, 14.8% 77.19%, 15.13% 77.19%, 15.46% 78.6%, 16.12% 78.95%, 16.12% 79.65%, 16.45% 79.65%, 16.45% 80.35%, 17.11% 80.7%, 17.11% 81.4%, 17.43% 81.4%, 17.76% 82.81%, 18.42% 83.16%, 18.75% 84.56%, 19.41% 84.91%, 19.41% 85.61%, 19.74% 85.61%, 20.07% 87.02%, 20.72% 87.37%, 20.72% 88.07%, 21.05% 88.07%, 21.38% 89.47%, 22.04% 89.82%, 22.04% 90.53%, 22.37% 90.53%, 22.7% 91.93%, 23.03% 91.93%, 23.03% 92.28%, 23.36% 92.28%, 23.36% 92.63%, 23.68% 92.63%, 23.68% 92.98%, 24.01% 92.98%, 24.01% 93.33%, 24.34% 93.33%, 24.34% 93.68%, 24.67% 93.68%, 24.67% 94.04%, 25% 94.04%, 25% 94.39%, 25.33% 94.39%, 25.66% 95.09%, 26.32% 95.09%, 26.32% 95.44%, 26.97% 95.44%, 26.97% 95.79%, 27.96% 95.79%, 27.96% 96.14%, 28.95% 96.14%, 28.95% 96.49%, 71.05% 96.49%, 71.05% 96.14%, 72.04% 96.14%, 72.04% 95.79%, 72.7% 95.79%, 72.7% 95.44%, 74.01% 95.09%, 74.01% 94.74%, 74.34% 94.74%, 74.67% 94.04%, 75.33% 94.04%, 75.33% 93.68%, 75.99% 93.33%, 75.99% 92.63%, 76.32% 92.63%, 76.32% 92.28%, 76.97% 91.93%, 77.3% 90.53%, 77.96% 90.18%, 77.96% 89.47%, 78.29% 89.47%, 78.62% 88.07%, 79.28% 87.72%, 79.28% 87.02%, 79.61% 87.02%, 79.93% 85.61%, 80.59% 85.26%, 80.59% 84.56%, 80.92% 84.56%, 81.25% 83.16%, 81.91% 82.81%, 82.24% 81.4%, 82.89% 81.05%, 82.89% 80.35%, 83.22% 80.35%, 83.55% 78.95%, 84.21% 78.6%, 84.21% 77.89%, 84.54% 77.89%, 84.87% 76.49%, 85.53% 76.14%, 85.53% 75.44%, 85.86% 75.44%, 86.18% 74.04%, 86.84% 73.68%, 87.17% 72.28%, 87.83% 71.93%, 87.83% 71.23%, 88.16% 71.23%, 88.49% 69.82%, 89.14% 69.47%, 89.14% 68.77%, 89.47% 68.77%, 89.8% 67.37%, 90.46% 67.02%, 90.79% 65.61%, 91.45% 65.26%, 91.45% 64.56%, 91.78% 64.56%, 91.78% 63.86%, 92.11% 63.86%, 92.43% 62.46%, 93.09% 62.11%, 93.42% 60.7%, 94.08% 60.35%, 94.08% 59.65%, 94.41% 59.65%, 94.74% 58.25%, 95.39% 57.89%, 95.39% 57.19%, 95.72% 57.19%, 95.72% 56.49%, 96.05% 56.49%, 96.05% 55.79%, 96.38% 55.79%, 96.38% 54.74%, 96.71% 54.74%, 96.71% 49.12%, 96.38% 49.12%, 96.38% 47.72%, 96.05% 47.72%, 96.05% 47.02%, 95.72% 47.02%, 95.39% 45.61%, 94.74% 45.26%, 94.74% 44.56%, 94.41% 44.56%, 94.08% 43.16%, 93.42% 42.81%, 93.09% 41.4%, 92.43% 41.05%, 92.43% 40.35%, 92.11% 40.35%, 91.78% 38.95%, 91.12% 38.6%, 91.12% 37.89%, 90.79% 37.89%, 90.46% 36.49%, 89.8% 36.14%, 89.8% 35.44%, 89.47% 35.44%, 89.14% 34.04%, 88.49% 33.68%, 88.16% 32.28%, 87.5% 31.93%, 87.5% 31.23%, 87.17% 31.23%, 86.84% 29.82%, 86.18% 29.47%, 86.18% 28.77%, 85.86% 28.77%, 85.53% 27.37%, 84.87% 27.02%, 84.87% 26.32%, 84.54% 26.32%, 84.21% 24.91%, 83.55% 24.56%, 83.55% 23.86%, 83.22% 23.86%, 82.89% 22.46%, 82.24% 22.11%, 81.91% 20.7%, 81.25% 20.35%, 81.25% 19.65%, 80.92% 19.65%, 80.59% 18.25%, 79.93% 17.89%, 79.61% 16.49%, 78.95% 16.14%, 78.95% 15.44%, 78.62% 15.44%, 78.29% 14.04%, 77.63% 13.68%, 77.3% 12.28%, 76.64% 11.93%, 76.64% 11.23%, 76.32% 11.23%, 76.32% 10.88%, 75.99% 10.88%, 75.99% 10.53%, 75.66% 10.53%, 75.66% 10.18%, 75.33% 10.18%, 75.33% 9.82%, 75% 9.82%, 75% 9.47%, 74.67% 9.47%, 74.67% 9.12%, 74.34% 9.12%, 74.01% 8.42%, 73.36% 8.42%, 73.36% 8.07%, 72.7% 8.07%, 72.7% 7.72%, 72.04% 7.72%, 72.04% 7.37%, 71.05% 7.37%, 71.05% 7.02%, 28.62% 7.02%, 28.62% 7.37%, 27.63% 7.37%, 27.63% 7.72%, 26.97% 7.72%, 26.97% 8.07%, 25.66% 8.42%, 25.66% 8.77%, 25.33% 8.77%, 25.33% 9.12%, 25% 9.12%, 25% 9.47%, 24.67% 9.47%, 24.67% 9.82%, 24.34% 9.82%, 24.34% 10.18%, 24.01% 10.18%, 24.01% 10.53%, 23.68% 10.53%, 23.68% 10.88%, 23.36% 10.88%, 23.36% 11.23%, 22.7% 11.58%, 22.7% 12.28%, 22.37% 12.28%, 22.37% 12.98%, 21.71% 13.33%, 21.71% 14.04%, 21.38% 14.04%, 21.38% 14.74%, 21.05% 14.74%, 21.05% 15.44%, 20.72% 15.44%, 20.72% 16.14%, 20.07% 16.49%, 19.74% 17.89%, 19.08% 18.25%, 19.08% 18.95%, 18.75% 18.95%, 18.42% 20.35%, 17.76% 20.7%, 17.76% 21.4%, 17.43% 21.4%, 17.11% 22.81%, 16.45% 23.16%, 16.12% 24.56%, 15.46% 24.91%, 15.46% 25.61%, 15.13% 25.61%, 14.8% 27.02%, 14.14% 27.37%, 14.14% 28.07%, 13.82% 28.07%, 13.49% 29.47%, 12.83% 29.82%, 12.83% 30.53%, 12.5% 30.53%, 12.17% 31.93%, 11.51% 32.28%, 11.51% 32.98%, 11.18% 32.98%, 10.86% 34.39%, 10.2% 34.74%, 9.87% 36.14%, 9.21% 36.49%, 9.21% 37.19%, 8.88% 37.19%, 8.55% 38.6%, 7.89% 38.95%, 7.89% 39.65%, 7.57% 39.65%, 7.24% 41.05%, 6.58% 41.4%, 6.58% 42.11%, 6.25% 42.11%, 5.92% 43.51%, 5.26% 43.86%, 4.93% 45.26%, 4.28% 45.61%, 4.28% 46.32%, 3.95% 46.32%, 3.95% 47.02%, 3.62% 47.02%, 3.62% 47.72%, 3.29% 47.72%);
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199.98px) {
  .about-section .counter-list .counter-box {
    width: 12.6vw;
    height: 11.6vw;
  }
}
@media (max-width: 991.98px) {
  .about-section .counter-list .counter-box {
    width: 17.6vw;
    height: 16.6vw;
  }
}
@media (max-width: 575px) {
  .about-section .counter-list .counter-box {
    width: 28.6vw;
    height: 27.6vw;
  }
}
.about-section .counter-list .counter-box:hover {
  background: linear-gradient(92deg, rgba(0, 129, 217, 0.4) 0%, rgba(0, 181, 255, 0.8) 100%);
  transition: all 0.4s ease-in-out;
}
.about-section .counter-list .counter-box:hover::after {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  top: 2px;
  left: 2px;
}
.about-section .counter-list .counter-box:hover .counter-info {
  filter: drop-shadow(0px 4px 34px rgba(0, 181, 255, 0.5));
}
.about-section .counter-list .counter-box::after {
  content: "";
  background: url(../images/bg/polygon-bg.png);
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background-size: cover;
  position: absolute;
  top: 1px;
  left: 1px;
  clip-path: polygon(3.29% 47.72%, 3.29% 49.12%, 2.96% 49.12%, 2.96% 54.39%, 3.29% 54.39%, 3.29% 55.44%, 3.62% 55.44%, 3.62% 56.49%, 3.95% 56.49%, 4.28% 57.89%, 4.93% 58.25%, 5.26% 59.65%, 5.92% 60%, 5.92% 60.7%, 6.25% 60.7%, 6.58% 62.11%, 7.24% 62.46%, 7.24% 63.16%, 7.57% 63.16%, 7.89% 64.56%, 8.55% 64.91%, 8.55% 65.61%, 8.88% 65.61%, 9.21% 67.02%, 9.87% 67.37%, 10.2% 68.77%, 10.86% 69.12%, 10.86% 69.82%, 11.18% 69.82%, 11.51% 71.23%, 12.17% 71.58%, 12.17% 72.28%, 12.5% 72.28%, 12.83% 73.68%, 13.49% 74.04%, 13.49% 74.74%, 13.82% 74.74%, 14.14% 76.14%, 14.8% 76.49%, 14.8% 77.19%, 15.13% 77.19%, 15.46% 78.6%, 16.12% 78.95%, 16.12% 79.65%, 16.45% 79.65%, 16.45% 80.35%, 17.11% 80.7%, 17.11% 81.4%, 17.43% 81.4%, 17.76% 82.81%, 18.42% 83.16%, 18.75% 84.56%, 19.41% 84.91%, 19.41% 85.61%, 19.74% 85.61%, 20.07% 87.02%, 20.72% 87.37%, 20.72% 88.07%, 21.05% 88.07%, 21.38% 89.47%, 22.04% 89.82%, 22.04% 90.53%, 22.37% 90.53%, 22.7% 91.93%, 23.03% 91.93%, 23.03% 92.28%, 23.36% 92.28%, 23.36% 92.63%, 23.68% 92.63%, 23.68% 92.98%, 24.01% 92.98%, 24.01% 93.33%, 24.34% 93.33%, 24.34% 93.68%, 24.67% 93.68%, 24.67% 94.04%, 25% 94.04%, 25% 94.39%, 25.33% 94.39%, 25.66% 95.09%, 26.32% 95.09%, 26.32% 95.44%, 26.97% 95.44%, 26.97% 95.79%, 27.96% 95.79%, 27.96% 96.14%, 28.95% 96.14%, 28.95% 96.49%, 71.05% 96.49%, 71.05% 96.14%, 72.04% 96.14%, 72.04% 95.79%, 72.7% 95.79%, 72.7% 95.44%, 74.01% 95.09%, 74.01% 94.74%, 74.34% 94.74%, 74.67% 94.04%, 75.33% 94.04%, 75.33% 93.68%, 75.99% 93.33%, 75.99% 92.63%, 76.32% 92.63%, 76.32% 92.28%, 76.97% 91.93%, 77.3% 90.53%, 77.96% 90.18%, 77.96% 89.47%, 78.29% 89.47%, 78.62% 88.07%, 79.28% 87.72%, 79.28% 87.02%, 79.61% 87.02%, 79.93% 85.61%, 80.59% 85.26%, 80.59% 84.56%, 80.92% 84.56%, 81.25% 83.16%, 81.91% 82.81%, 82.24% 81.4%, 82.89% 81.05%, 82.89% 80.35%, 83.22% 80.35%, 83.55% 78.95%, 84.21% 78.6%, 84.21% 77.89%, 84.54% 77.89%, 84.87% 76.49%, 85.53% 76.14%, 85.53% 75.44%, 85.86% 75.44%, 86.18% 74.04%, 86.84% 73.68%, 87.17% 72.28%, 87.83% 71.93%, 87.83% 71.23%, 88.16% 71.23%, 88.49% 69.82%, 89.14% 69.47%, 89.14% 68.77%, 89.47% 68.77%, 89.8% 67.37%, 90.46% 67.02%, 90.79% 65.61%, 91.45% 65.26%, 91.45% 64.56%, 91.78% 64.56%, 91.78% 63.86%, 92.11% 63.86%, 92.43% 62.46%, 93.09% 62.11%, 93.42% 60.7%, 94.08% 60.35%, 94.08% 59.65%, 94.41% 59.65%, 94.74% 58.25%, 95.39% 57.89%, 95.39% 57.19%, 95.72% 57.19%, 95.72% 56.49%, 96.05% 56.49%, 96.05% 55.79%, 96.38% 55.79%, 96.38% 54.74%, 96.71% 54.74%, 96.71% 49.12%, 96.38% 49.12%, 96.38% 47.72%, 96.05% 47.72%, 96.05% 47.02%, 95.72% 47.02%, 95.39% 45.61%, 94.74% 45.26%, 94.74% 44.56%, 94.41% 44.56%, 94.08% 43.16%, 93.42% 42.81%, 93.09% 41.4%, 92.43% 41.05%, 92.43% 40.35%, 92.11% 40.35%, 91.78% 38.95%, 91.12% 38.6%, 91.12% 37.89%, 90.79% 37.89%, 90.46% 36.49%, 89.8% 36.14%, 89.8% 35.44%, 89.47% 35.44%, 89.14% 34.04%, 88.49% 33.68%, 88.16% 32.28%, 87.5% 31.93%, 87.5% 31.23%, 87.17% 31.23%, 86.84% 29.82%, 86.18% 29.47%, 86.18% 28.77%, 85.86% 28.77%, 85.53% 27.37%, 84.87% 27.02%, 84.87% 26.32%, 84.54% 26.32%, 84.21% 24.91%, 83.55% 24.56%, 83.55% 23.86%, 83.22% 23.86%, 82.89% 22.46%, 82.24% 22.11%, 81.91% 20.7%, 81.25% 20.35%, 81.25% 19.65%, 80.92% 19.65%, 80.59% 18.25%, 79.93% 17.89%, 79.61% 16.49%, 78.95% 16.14%, 78.95% 15.44%, 78.62% 15.44%, 78.29% 14.04%, 77.63% 13.68%, 77.3% 12.28%, 76.64% 11.93%, 76.64% 11.23%, 76.32% 11.23%, 76.32% 10.88%, 75.99% 10.88%, 75.99% 10.53%, 75.66% 10.53%, 75.66% 10.18%, 75.33% 10.18%, 75.33% 9.82%, 75% 9.82%, 75% 9.47%, 74.67% 9.47%, 74.67% 9.12%, 74.34% 9.12%, 74.01% 8.42%, 73.36% 8.42%, 73.36% 8.07%, 72.7% 8.07%, 72.7% 7.72%, 72.04% 7.72%, 72.04% 7.37%, 71.05% 7.37%, 71.05% 7.02%, 28.62% 7.02%, 28.62% 7.37%, 27.63% 7.37%, 27.63% 7.72%, 26.97% 7.72%, 26.97% 8.07%, 25.66% 8.42%, 25.66% 8.77%, 25.33% 8.77%, 25.33% 9.12%, 25% 9.12%, 25% 9.47%, 24.67% 9.47%, 24.67% 9.82%, 24.34% 9.82%, 24.34% 10.18%, 24.01% 10.18%, 24.01% 10.53%, 23.68% 10.53%, 23.68% 10.88%, 23.36% 10.88%, 23.36% 11.23%, 22.7% 11.58%, 22.7% 12.28%, 22.37% 12.28%, 22.37% 12.98%, 21.71% 13.33%, 21.71% 14.04%, 21.38% 14.04%, 21.38% 14.74%, 21.05% 14.74%, 21.05% 15.44%, 20.72% 15.44%, 20.72% 16.14%, 20.07% 16.49%, 19.74% 17.89%, 19.08% 18.25%, 19.08% 18.95%, 18.75% 18.95%, 18.42% 20.35%, 17.76% 20.7%, 17.76% 21.4%, 17.43% 21.4%, 17.11% 22.81%, 16.45% 23.16%, 16.12% 24.56%, 15.46% 24.91%, 15.46% 25.61%, 15.13% 25.61%, 14.8% 27.02%, 14.14% 27.37%, 14.14% 28.07%, 13.82% 28.07%, 13.49% 29.47%, 12.83% 29.82%, 12.83% 30.53%, 12.5% 30.53%, 12.17% 31.93%, 11.51% 32.28%, 11.51% 32.98%, 11.18% 32.98%, 10.86% 34.39%, 10.2% 34.74%, 9.87% 36.14%, 9.21% 36.49%, 9.21% 37.19%, 8.88% 37.19%, 8.55% 38.6%, 7.89% 38.95%, 7.89% 39.65%, 7.57% 39.65%, 7.24% 41.05%, 6.58% 41.4%, 6.58% 42.11%, 6.25% 42.11%, 5.92% 43.51%, 5.26% 43.86%, 4.93% 45.26%, 4.28% 45.61%, 4.28% 46.32%, 3.95% 46.32%, 3.95% 47.02%, 3.62% 47.02%, 3.62% 47.72%, 3.29% 47.72%);
  z-index: -1;
  background-position: right;
  transition: all 0.4s ease-in-out;
}
.about-section .counter-list .counter-box .counter-number {
  font-size: calc(14px + 18 * (100vw - 320px) / 1600);
  font-family: "Russo One", sans-serif;
  color: #ffffff;
  display: flex;
  justify-content: center;
}
.about-section .counter-list .counter-box .counter-info {
  line-height: 1;
  text-align: center;
  transition: all 0.4s ease-in-out;
}
.about-section .counter-list .counter-box .counter-title {
  font-size: calc(8px + 5 * (100vw - 320px) / 1600);
  color: #ffffff;
  font-weight: 400;
  margin-top: calc(5px + 5 * (100vw - 320px) / 1600);
  display: inline-block;
}
@media (max-width: 1530.98px) {
  .about-section .counter-list .counter-box .counter-title {
    max-width: -moz-min-content;
    max-width: min-content;
    line-height: 1.3;
  }
}
.about-section .quick-service {
  display: flex;
  align-items: center;
}

/*------------------------------*/
/* Job Opening */
/*------------------------------*/
.benefits-list {
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 50px;
  padding-left: 0;
  margin-bottom: calc(50px + 30 * (100vw - 320px) / 1600);
}
@media (max-width: 1399px) {
  .benefits-list {
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .benefits-list {
    grid-template-columns: auto auto;
    gap: 25px 10px;
  }
}
.benefits-list li {
  display: flex;
  align-items: center;
  gap: 20px;
}
.benefits-list li:hover .job-icon {
  animation: pulse-inset 1.8s ease-in-out infinite alternate;
}
@media (min-width: 1400px) {
  .benefits-list li {
    justify-content: center;
  }
}
@media (max-width: 1399px) {
  .benefits-list li {
    gap: 12px;
  }
}
@media (max-width: 991px) {
  .benefits-list li {
    gap: 5px;
  }
}
@media (max-width: 767px) {
  .benefits-list li {
    gap: 10px;
  }
}
@media (max-width: 499px) {
  .benefits-list li {
    flex-direction: column;
    position: relative;
    padding-inline: 4px;
  }
}
@media (max-width: 767px) {
  .benefits-list li:nth-child(3)::before {
    display: none;
  }
}
.benefits-list li + li::before {
  content: "";
  position: relative;
  display: block;
  width: 1px;
  height: 100%;
  margin-right: 50px;
  background: linear-gradient(180deg, rgba(0, 181, 255, 0) 0%, rgba(0, 181, 255, 0.8) 50%, rgba(0, 181, 255, 0) 100%);
}
@media (max-width: 1399px) {
  .benefits-list li + li::before {
    margin-right: 25px;
  }
}
@media (max-width: 1199px) {
  .benefits-list li + li::before {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .benefits-list li + li::before {
    margin-right: 30px;
  }
}
@media (max-width: 499px) {
  .benefits-list li + li::before {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.benefits-list li .job-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 8px;
  border: 1px solid rgba(0, 181, 255, 0.15);
  box-shadow: inset 0 0 6px 2px rgba(0, 181, 255, 0.12);
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) {
  .benefits-list li .job-icon {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 991px) {
  .benefits-list li .job-icon {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .benefits-list li .job-icon {
    width: 50px;
    height: 50px;
  }
}
.benefits-list li .job-icon img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  .benefits-list li .job-icon img {
    width: 25px;
    height: 25px;
  }
}
.benefits-list li span {
  font-size: 18px;
}
@media (max-width: 1399px) {
  .benefits-list li span {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .benefits-list li span {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .benefits-list li span {
    font-size: 15px;
  }
}
@media (max-width: 499px) {
  .benefits-list li span {
    text-align: center;
    font-size: 14px;
  }
}

@keyframes pulse-inset {
  from {
    box-shadow: inset 0 0 5px rgba(0, 181, 255, 0.3);
  }
  to {
    box-shadow: inset 0 0 12px rgba(0, 181, 255, 0.4);
  }
}
.main-job {
  position: relative;
  overflow: hidden;
}
@media (min-width: 575px) {
  .main-job {
    background-color: #111;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.15);
  }
}
.main-job iframe {
  min-height: 630px;
  height: auto !important;
}

/*===============================================*/
/* Responsive CSS */
/*===============================================*/
@media (max-width: 1399px) {
  .about-img .about-logo {
    left: 30px;
    top: 30px;
  }
  .about-details {
    padding-top: 30px;
  }
  .about-details .list-wrapper {
    margin-left: 125px;
  }
  .rated-reviews-2 {
    padding-right: 0;
  }
}
@media (max-width: 1199px) {
  .about-details .list-wrapper {
    margin-left: 0;
  }
  .our-process .list-wrapper .process-list {
    gap: 25px;
  }
  .our-process .list-wrapper .process-list li {
    width: 100%;
  }
}
@media (max-width: 991px) {
  /* FAQ White Box */
  .accordion-bg-box {
    padding: 80px;
  }
  /* Video BG Jarallax */
  .video-bg-jarallax {
    height: 470px;
  }
  /* Map Iframe */
  .map {
    height: 400px;
  }
  /* Workspace Filter : Workspace Page  */
  .workspaces-filter-area {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
  }
  .workspaces-filter-area .sidebar-btn {
    flex: none;
    margin-bottom: 0;
  }
  .workspaces-filter-area .workspaces-filter {
    width: 100%;
    margin-bottom: 0;
  }
  .workspaces-filter-area .workspaces-filter .workspaces-sorting .nice-select {
    line-height: 24px;
  }
  /* Error 404 */
  .error-section .error-content .error-main-title .error-text {
    font-size: 300px;
    line-height: 320px;
  }
  .error-section .error-content .error-main-title .bg-text-stroke {
    font-size: 300px;
    line-height: 320px;
  }
  .error-section .error-content .error-main-title .smile-icon {
    top: 60px;
    left: 50%;
    width: 190px;
    height: 190px;
  }
  /* Coming Soon */
  .coming-soon-title {
    font-size: 50px;
  }
  /* Home 03 */
  .events-tab-wrapper {
    margin-top: 0;
  }
  .event-tabs {
    justify-content: flex-start;
    margin-bottom: 30px;
  }
  .event-box {
    padding: 40px 30px;
  }
  .our-process .list-wrapper .process-list {
    margin-top: 30px;
  }
  .our-process .list-wrapper .process-list li {
    width: calc(50% - 15px);
  }
}
@media (max-width: 767px) {
  .marquee-relative .marquee-absolute {
    position: relative;
    bottom: 15px;
  }
  /* FAQ White Box */
  .accordion-bg-box {
    padding: 60px;
  }
  /* Video BG Jarallax */
  .video-bg-jarallax {
    height: 350px;
  }
  /* Map Iframe */
  .map {
    height: 300px;
  }
  /* Workspace Filter : Workspace Page  */
  .workspaces-filter-area {
    flex-direction: column;
    gap: 20px;
  }
  /* Error 404 */
  .error-section .error-content .error-main-title .error-text {
    font-size: 140px;
    line-height: 160px;
  }
  .error-section .error-content .error-main-title .bg-text-stroke {
    font-size: 140px;
    line-height: 160px;
    margin-left: 2px;
    margin-top: 8px;
  }
  .error-section .error-content .error-main-title .smile-icon {
    top: 32px;
    width: 90px;
    height: 90px;
  }
  /* Coming Soon */
  .coming-soon-title {
    font-size: 40px;
  }
  .inner-content {
    gap: 35px;
  }
  .about-details {
    height: auto;
  }
  .event-tabs .nav-link.btn {
    padding: 10px;
    font-size: 20px;
    margin-left: 6px;
    line-height: 28px;
  }
  .event-tabs .nav-link.btn:after {
    left: -6px;
    top: -6px;
  }
  .event-box {
    padding: 30px;
  }
  .event-box .event-schedule {
    margin-bottom: 30px;
  }
  .event-box .event-schedule:after {
    display: none;
  }
  .event-box .event-schedule h5 {
    margin-bottom: 10px;
  }
  .event-box .event-details .inner-event h6 {
    color: #d4d6d7;
    margin-bottom: 14px;
  }
  .rotate-images {
    margin-top: 30px;
  }
  .rotate-images .rotate-img img {
    width: 150px;
  }
}
@media (max-width: 575px) {
  /* Video BG Jarallax */
  .video-bg-jarallax {
    height: 300px;
  }
  /* Map Iframe */
  .map {
    height: 200px;
  }
  /* Workspace Filter : Workspace Page  */
  /* Error 404 */
  .error-section .error-content .error-title {
    font-size: 130px;
    line-height: 150px;
  }
  .error-section .error-content .smile-icon {
    top: 30px;
    left: 50%;
    width: 80px;
    height: 80px;
    position: absolute;
    transform: translateX(-50%);
  }
  .about-details {
    padding-top: 0;
    margin-bottom: 30px;
    height: auto;
  }
  .about-right {
    height: auto;
    gap: 15px;
  }
  .event-box .event-schedule {
    margin-bottom: 25px;
  }
  .event-box .event-schedule h5 {
    margin-bottom: 5px;
  }
  .event-box .event-details {
    flex-wrap: wrap;
    gap: 20px;
  }
  .our-process .list-wrapper .process-list li {
    width: 100%;
  }
}
@media (max-width: 479px) {
  /* Workspace Filter : Workspace Page  */
  .workspaces-filter {
    flex-direction: column;
    align-items: inherit;
    padding: 0;
    gap: 15px;
  }
  .about-details {
    gap: 15px;
  }
  .event-tabs {
    margin-bottom: 20px;
  }
  .event-tabs .nav-link.btn {
    padding: 10px 5px;
    font-size: 16px;
    margin-left: 5px;
    line-height: 24px;
  }
  .event-tabs .nav-link.btn:after {
    left: -5px;
    top: -5px;
  }
  .event-box {
    padding: 30px 15px;
  }
}
/*------------------------------*/
/* Blog Standard */
/*------------------------------*/
.blog-standard {
  display: flex;
  gap: 60px;
  flex-direction: column;
}

.format-standard .blog-post-img {
  overflow: hidden;
}
.format-standard .blog-post-img img {
  border-radius: 10px;
}
.format-standard .blog-post-content {
  margin-top: 40px;
}
.format-standard .post-content-header {
  margin-bottom: 20px;
}
.format-standard .post-content-header .post-meta ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  gap: 15px;
}
.format-standard .post-content-header .post-meta ul li {
  color: #d4d6d7;
  font-size: 16px;
  text-transform: uppercase;
}
.format-standard .post-content-header .post-meta ul li a:hover, .format-standard .post-content-header .post-meta ul li a:focus {
  color: #00b5ff;
}
.format-standard .post-content-header .post-title {
  margin-bottom: 0;
  margin-top: 10px;
}
.format-standard .post-content-header .post-title a:hover, .format-standard .post-content-header .post-title a:focus {
  color: #00b5ff;
}
.format-standard .post-content-body p {
  margin-bottom: 0;
}
.format-standard .post-content-body p + p {
  margin-top: 15px;
}
.format-standard .post-content-footer {
  margin-top: 30px;
}
.format-standard .post-content-footer .social-icon {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  gap: 15px;
}
.format-standard .post-content-footer .social-icon li {
  position: relative;
  font-size: 20px;
  color: #f8f8f8;
}
.format-standard .post-content-footer .social-icon li a {
  color: #f8f8f8;
}
.format-standard .post-content-footer .social-icon li a:hover {
  background: linear-gradient(130deg, #3663d8 0%, #00b5ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.format-standard .post-content-footer .social-icon li.title {
  display: flex;
  align-items: center;
  gap: 15px;
}
.format-standard .post-content-footer .social-icon li.title:after {
  content: "";
  background: #f8f8f8;
  width: 25px;
  height: 2px;
  position: relative;
  top: 1px;
}

/*------------------------------*/
/* Pagination */
/*------------------------------*/
.page-pagination .pagination {
  gap: 10px;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}
.page-pagination .pagination li a {
  width: 70px;
  height: 70px;
  font-size: 20px;
  color: #d4d6d7;
}
.page-pagination .pagination li a:before {
  z-index: -1;
}
.page-pagination .pagination li a:hover {
  color: #ffffff;
}
.page-pagination .pagination li.active a {
  color: #ffffff;
  border-color: #00b5ff;
}
.page-pagination .pagination li.active a:before {
  opacity: 1;
  transform: scale(1);
}

/*------------------------------*/
/* Mobile Sidebar */
/*------------------------------*/
.sidebar-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: #f8f8f8;
  padding: 10px 25px;
  margin-bottom: 25px;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.sidebar-btn i {
  background: linear-gradient(130deg, #3663d8 0%, #00b5ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sidebar-btn:focus {
  color: #ffffff;
}

.mobile-offcanvas .header-default {
  z-index: 0;
  opacity: 0;
  transition: all 0.1s ease-in-out;
}

.offcanvas-sidebar .offcanvas-header {
  padding: 35px;
}

/*------------------------------*/
/* Author Info */
/*------------------------------*/
.blog-author-info {
  display: flex;
  gap: 50px;
}
.blog-author-info .author-image {
  flex: 0 0 180px;
}

/*------------------------------*/
/* Comment Area */
/*------------------------------*/
.comments {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.comments .comment-list .comment-body {
  display: flex;
  gap: 30px;
  padding: 30px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.comments .comment-list .comment-body .comment-author {
  flex: 0 0 100px;
}
.comments .comment-list .comment-body .comment-content .author-name {
  margin-bottom: 7px;
}
.comments .comment-list .comment-body .comment-content .comment-text p {
  margin-bottom: 0;
}
.comments .comment-list .comment-body .comment-content .comment-reply {
  margin-top: 10px;
}
.comments .comment-list .comment-body .comment-content .comment-reply a {
  font-weight: 500;
  background: linear-gradient(130deg, #3663d8 0%, #00b5ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.comments .comment-list .children {
  padding: 0;
  margin: 0;
  padding-left: 110px;
  list-style-type: none;
}
.comments > .comment-list:last-child > .comment-body:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

/*Blog Single*/
.blog-single .post-content-header .blog-single-info {
  display: flex;
  margin: 30px 0px;
  align-items: center;
  justify-content: space-between;
}
.blog-single .post-content-header .blog-single-info .blog-author {
  display: flex;
  align-items: center;
}
.blog-single .post-content-header .blog-single-info .blog-author img {
  width: 70px;
  height: 70px;
  flex: 0 0 70px;
  margin-right: 20px;
  border-radius: 50px;
}
.blog-single .post-content-header .blog-single-info .blog-author .blog-info .author-name {
  margin-bottom: 8px;
}
.blog-single .post-content-header .blog-single-info .blog-author .blog-info p {
  margin-bottom: 0px;
}
.blog-single .post-content-header .blog-single-info .social-icon {
  display: flex;
  align-items: center;
}
.blog-single .post-content-header .blog-single-info .social-icon ul li {
  margin: 0 10px;
}
.blog-single .post-content-header .blog-single-info .social-icon ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 39px;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #ffffff;
  font-weight: normal;
  text-transform: uppercase;
  position: relative;
  transition: all 0.3s ease-in-out;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 80%;
}
.blog-single .post-content-header .blog-single-info .social-icon ul li a:after {
  content: "";
  position: absolute;
  left: -4px;
  bottom: -4px;
  width: 100%;
  height: 100%;
  z-index: -2;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 80%;
  transition: all 0.3s ease-in-out;
}
.blog-single .post-content-header .blog-single-info .social-icon ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  border-radius: 80%;
  transition: all 0.3s ease-in-out;
  background-color: #00b5ff;
  background: linear-gradient(150deg, #3663d8 2%, #00b5ff 56%, #00d1ff 100%);
}
.blog-single .post-content-header .blog-single-info .social-icon ul li a:hover:after {
  left: 0px;
  bottom: 0px;
  opacity: 0;
}
.blog-single .post-content-header .blog-single-info .social-icon ul li a:hover:before {
  opacity: 1;
}

/*****************************
  Blog Fancy
*****************************/
.blog-wrapper.grid-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 0;
}

.blog-item.blog-style-3 {
  position: relative;
  padding: 40px 0;
  background-color: #000000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  transition: all 0.3s ease-in-out;
}
.blog-item.blog-style-3 .blog-year {
  margin-bottom: 20px;
  line-height: 28px;
}
.blog-item.blog-style-3 .blog-title {
  margin-bottom: 25px;
}
.blog-item.blog-style-3 .blog-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog-item.blog-style-3 .blog-footer .blog-catagory {
  font-weight: 600;
  text-transform: uppercase;
  line-height: 28px;
}
.blog-item.blog-style-3 .blog-action {
  z-index: 9;
  transition: all 0.3s ease-in-out;
}
.blog-item.blog-style-3:hover {
  border-color: #00b5ff;
}

/*=====================================================*/
/* Responsive CSS */
/*=====================================================*/
@media (max-width: 1199px) {
  .blog-wrapper.grid-wrapper {
    grid-column-gap: 50px;
  }
}
@media (max-width: 991px) {
  /* Mobile Sidebar */
  .offcanvas-sidebar .offcanvas-body {
    padding: 35px;
    padding-top: 0;
  }
  .blog-wrapper .blog-item.blog-style-3 {
    padding: 30px 0;
  }
  .blog-wrapper .blog-item.blog-style-3 .blog-year {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .blog-single .blog-post-content {
    padding-bottom: 60px;
  }
  .blog-single .blog-post-content,
  .blog-single .blog-post-author-info,
  .blog-single .blog-post-comments {
    margin-bottom: 60px;
  }
  /* Pagination */
  .page-pagination .pagination {
    gap: 8px;
  }
  .page-pagination .pagination li a {
    width: 50px;
    height: 50px;
    font-size: 16px;
  }
  .page-pagination .pagination li a svg {
    width: 17px;
    height: 16px;
  }
  /* Post Content Footer */
  .blog-single .post-content-footer {
    flex-direction: column;
    align-items: flex-start;
  }
  /* Comment Area */
  .comments .comment-list .children {
    padding-left: 80px;
  }
  .comments .comment-list .comment-body .comment-author {
    flex: 0 0 80px;
  }
  .blog-wrapper .blog-item.blog-style-3:hover .item-inner {
    padding-right: 170px;
  }
}
@media (max-width: 575px) {
  .blog-single .post-content-header .blog-single-info {
    flex-wrap: wrap;
  }
  .blog-single .post-content-header .blog-single-info .blog-author {
    margin-bottom: 20px;
  }
  .blog-single .post-content-header .blog-single-info .social-icon ul li {
    margin: 0 5px;
  }
  /* Author Info */
  .blog-post-author-info {
    flex-direction: column;
    gap: 20px;
  }
  .blog-post-author-info .author-image {
    flex: 0 0 180px;
    width: 180px;
  }
  /* Comment Area */
  .comments .comment-list .children {
    padding-left: 50px;
  }
  .comments .comment-list .comment-body {
    flex-direction: column;
    gap: 20px;
  }
  .comments .comment-list .comment-body .comment-author {
    flex: 0 0 80px;
    width: 80px;
  }
  .blog-wrapper .blog-item.blog-style-3 .blog-title {
    margin-bottom: 20px;
  }
  .blog-wrapper .blog-item.blog-style-3:hover .item-inner {
    padding-right: 0;
  }
}
/*****************************
    Footer
*****************************/
.site-footer {
  background: url(../images/bg/footer-bg1.png);
  position: relative;
  z-index: 8;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (min-width: 1400px) {
  .site-footer .container {
    max-width: 1680px;
  }
}
.site-footer .footer-main {
  padding-block: calc(20px + 20 * (100vw - 320px) / 1600);
}
.site-footer ul {
  padding-left: 0;
  margin-bottom: 0;
}
.site-footer ul li {
  display: inline-block;
}
.site-footer .address-info-list {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 20px;
  justify-content: space-between;
  flex: 1;
}
@media (max-width: 991px) {
  .site-footer .address-info-list {
    grid-template-columns: auto auto;
    justify-content: unset;
  }
}
@media (max-width: 575px) {
  .site-footer .address-info-list {
    grid-template-columns: auto;
  }
}
.site-footer .address-info-list li {
  display: flex;
  gap: 15px;
}
.site-footer .address-info-list li .icon {
  width: calc(30px + 10 * (100vw - 320px) / 1600);
  height: calc(30px + 10 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(114deg, #3663d8 17%, #00b5ff 100%);
  border-radius: 100%;
}
@media (max-width: 575px) {
  .site-footer .address-info-list li .icon {
    width: unset;
    height: unset;
    display: block;
    background: transparent;
  }
}
.site-footer .address-info-list li .icon img {
  width: calc(16px + 4 * (100vw - 320px) / 1600);
  height: calc(16px + 4 * (100vw - 320px) / 1600);
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
@media (max-width: 575px) {
  .site-footer .address-info-list li .icon img {
    width: 25px;
    height: 25px;
    filter: unset;
  }
}
.site-footer .address-info-list li .info {
  width: calc(100% - (30px + 10 * (100vw - 320px) / 1600) - 15px);
  line-height: 1;
}
@media (max-width: 575px) {
  .site-footer .address-info-list li .info {
    width: calc(100% - 25px - 15px);
  }
}
.site-footer .address-info-list li .info label {
  font-size: calc(12px + 2 * (100vw - 320px) / 1600);
  text-transform: uppercase;
  color: rgba(0, 181, 255, 0.8);
  font-weight: 600;
  display: inline-block;
  margin-bottom: 6px;
}
.site-footer .address-info-list li .info .mail-flex {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 13px;
}
.site-footer .address-info-list li .info .mail-flex + .mail-flex {
  margin-top: 2px;
}
.site-footer .address-info-list li .info .mail-flex span {
  width: 50px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 400;
}
.site-footer .address-info-list li .info span {
  width: 14vw;
  line-height: 1.6;
}
@media (max-width: 1199.98px) {
  .site-footer .address-info-list li .info span {
    width: 22vw;
  }
}
@media (max-width: 991.98px) {
  .site-footer .address-info-list li .info span {
    width: 39vw;
  }
}
@media (max-width: 767.98px) {
  .site-footer .address-info-list li .info span {
    width: 26vw;
  }
}
@media (max-width: 575px) {
  .site-footer .address-info-list li .info span {
    width: 100%;
  }
}
.site-footer .address-info-list li .info span,
.site-footer .address-info-list li .info a {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  font-size: calc(13px + 1 * (100vw - 320px) / 1600);
  transition: all 0.4s ease-in-out;
}
.site-footer .address-info-list li .info a:hover {
  color: #00b5ff;
}
@media (min-width: 576px) {
  .site-footer .footer-inner {
    background: rgba(255, 255, 255, 0.04);
    border-radius: calc(12px + 8 * (100vw - 320px) / 1600);
    box-shadow: inset 0px 0px 4px 1px rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(40px);
    overflow: hidden;
  }
}
.site-footer .footer-inner .widget-content {
  display: flex;
  justify-content: space-between;
  gap: 100px;
}
@media (min-width: 576px) {
  .site-footer .footer-inner .widget-content {
    padding: calc(15px + 75 * (100vw - 320px) / 1600) calc(15px + 45 * (100vw - 320px) / 1600);
  }
}
@media (max-width: 1399.98px) {
  .site-footer .footer-inner .widget-content {
    gap: 30px;
  }
}
@media (max-width: 1199.98px) {
  .site-footer .footer-inner .widget-content {
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .site-footer .footer-inner .widget-content {
    gap: 12px;
  }
}
.site-footer .footer-inner .widget-content .footer-content {
  width: 20%;
}
@media (max-width: 1199.98px) {
  .site-footer .footer-inner .widget-content .footer-content {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 25px;
  }
}
@media (max-width: 575px) {
  .site-footer .footer-inner .widget-content .footer-content {
    justify-content: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 12px;
  }
}
.site-footer .footer-inner .widget-content .footer-logo {
  display: inline-block;
  margin-bottom: 20px;
}
@media (max-width: 1199.98px) {
  .site-footer .footer-inner .widget-content .footer-logo {
    margin-bottom: 0;
  }
}
.site-footer .footer-inner .widget-content .footer-logo img {
  width: calc(145px + 66 * (100vw - 320px) / 1600);
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.site-footer .footer-inner .widget-content p {
  margin-bottom: 0;
  width: 100%;
  font-size: calc(12px + 2 * (100vw - 320px) / 1600);
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 1199.98px) {
  .site-footer .footer-inner .widget-content p {
    width: 45%;
    margin-left: auto;
  }
}
@media (max-width: 991.98px) {
  .site-footer .footer-inner .widget-content p {
    width: 56%;
  }
}
.site-footer .footer-inner .item-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 576px) {
  .site-footer .footer-inner .item-flex {
    padding: calc(12px + 6 * (100vw - 320px) / 1600) calc(10px + 50 * (100vw - 320px) / 1600);
    background: rgba(255, 255, 255, 0.04);
    box-shadow: inset 0px 0px 4px 1px rgba(255, 255, 255, 0.12);
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .site-footer .footer-inner .item-flex {
    padding: 10px;
  }
}
@media (max-width: 575px) {
  .site-footer .footer-inner .item-flex {
    flex-direction: column;
    gap: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding-top: 12px;
    margin-top: 12px;
  }
}
.site-footer .footer-inner .item-flex .footer-links {
  display: flex;
  align-items: center;
  gap: calc(3px + 32 * (100vw - 320px) / 1600);
}
@media (max-width: 767px) and (min-width: 576px) {
  .site-footer .footer-inner .item-flex .footer-links {
    gap: 5px;
  }
}
@media (max-width: 575px) {
  .site-footer .footer-inner .item-flex .footer-links {
    flex-wrap: wrap;
    gap: 8px 18px;
    width: 100%;
    justify-content: center;
  }
}
.site-footer .footer-inner .item-flex .footer-links li:hover a {
  color: #00b5ff;
  text-shadow: 0 0 #00b5ff;
}
.site-footer .footer-inner .item-flex .footer-links li a {
  font-size: calc(13px + 4 * (100vw - 320px) / 1600);
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 767px) and (min-width: 576px) {
  .site-footer .footer-inner .item-flex .footer-links li a {
    font-size: 13px;
  }
}
.site-footer .footer-inner .item-flex .social-list-item {
  display: flex;
  align-items: center;
  gap: calc(6px + 6 * (100vw - 320px) / 1600);
}
.site-footer .footer-inner .item-flex .social-list-item li {
  line-height: 1;
}
.site-footer .footer-inner .item-flex .social-list-item li a .social-icon {
  width: calc(20px + 4 * (100vw - 320px) / 1600);
  height: calc(20px + 4 * (100vw - 320px) / 1600);
}
.site-footer .footer-copyright {
  color: #ffffff;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  text-align: center;
  padding: calc(10px + 5 * (100vw - 1200px) / 720) 0;
}
.site-footer .footer-copyright p {
  display: inline-block;
  margin-bottom: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 575px) {
  .site-footer .footer-copyright p {
    font-size: 12px;
  }
}/*# sourceMappingURL=style.css.map */