@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,600;0,700;0,800;1,400;1,500;1,700;1,800&display=swap"); /*--------------------------------------------------------------
# base
--------------------------------------------------------------*/
::-moz-selection {
  color: #fff;
  background: rgba(0, 182, 149, 0.6);
}
::selection {
  color: #fff;
  background: rgba(0, 182, 149, 0.6);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 30px;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #EAFFFC;
  line-height: 1.5;
  background: linear-gradient(187.66deg, rgba(0, 56, 255, 0.33) -1.19%, rgba(0, 0, 0, 0) 11.61%), linear-gradient(180deg, #0bac59 8.53%, #3839de, #99109b, #000000 32.02%), radial-gradient(23.75% 4.82% at 29.69% 6.17%, #ffffff 0%, #ffffff 100%);
  background-color: #000;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

section {
  overflow: hidden;
}

a {
  text-decoration: none;
}
a:link{
  color: #fcb900;
}
a:visited{
  color: #fcb900;
}
a:hover {
  color: #7bdc97;
}
a:focus, a:hover {
  text-decoration: none;
}

i,
span,
a {
  display: inline-block;
}

audio,
img,
svg,
video {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #fff;
}

p {
  margin: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

.scroll-top {
  width: 35px;
  height: 35px;
  background-color: #fcb900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  color: #fff;
  border-radius: 7px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: none;
}
.scroll-top img {
  height: 18px;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}
.scroll-top:focus, .scroll-top:hover {
  color: #fff;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 182, 149, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(0, 182, 149, 0.5);
}

/*--------------------------------------------------------------
  ##  Page Loader
  --------------------------------------------------------------*/
.page-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
}

.lds-ellipsis {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
}

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #7bdc97;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
          animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
          animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
          animation: lds-ellipsis3 0.6s infinite;
}

@-webkit-keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(24px, 0);
            transform: translate(24px, 0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(24px, 0);
            transform: translate(24px, 0);
  }
}
/*--------------------------------------------------------------
# sec-t
--------------------------------------------------------------*/
.sec-t {
  text-align: center;
  margin-bottom: 40px;
}
.sec-t h2 {
  font-size: 35px;
  font-weight: 700;
  color: #7bdc97;
  background: linear-gradient(87.65deg, #7bdc97 -8.44%, #8ed1f6 97.32%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .sec-t h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 482px) {
  .sec-t h2 {
    font-size: 27px;
  }
}
.sec-t p {
  font-size: 17px;
  font-weight: 600;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .sec-t p {
    font-size: 16px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 482px) {
  .sec-t p {
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
}

/*--------------------------------------------------------------
# navbar
--------------------------------------------------------------*/
.navbar-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.navbar {
  padding: 0;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding: 17px 0;
}
@media only screen and (max-width: 991px) {
  .navbar {
    padding: 10px 0px;
  }
}
@media (max-width: 767px) {
  .navbar {
    padding: 8px 0;
  }
}
@media (max-width: 482px) {
  .navbar {
    padding: 8px 0;
  }
}
.navbar .navbar-brand {
  padding: 0;
  text-decoration: none;
}
.navbar .navbar-brand img {
  height: 35px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .navbar .navbar-brand img {
    height: 30px;
  }
}
@media only screen and (max-width: 482px) {
  .navbar .navbar-brand img {
    height: 30px;
  }
}
.navbar .btn-toggle {
  border: 0;
  background-color: transparent;
}
.navbar .btn-toggle::after {
  display: none;
}
.navbar .btn-toggle img {
  height: 20px;
}
.navbar .t-drop .dropdown-menu {
  background-color: #1A282E;
  border: 0;
  padding: 16px 4px;
}
.navbar .t-drop .dropdown-menu li:not(:last-child) {
  margin-bottom: 10px;
}
.navbar .t-drop .dropdown-menu a {
  text-decoration: none;
  color: #EAFFFC;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.navbar .t-drop .dropdown-menu a:hover, .navbar .t-drop .dropdown-menu a:focus {
  background-color: transparent;
  color: #fcb900;
}
.navbar .slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

.animate {
  animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}

@keyframes slideIn {
  0% {
    -webkit-transform: translateY(1.1rem);
            transform: translateY(1.1rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0rem);
            transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1.1rem);
            transform: translateY(1.1rem);
    opacity: 0;
  }
}
@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}
/*--------------------------------------------------------------
# hero-area
--------------------------------------------------------------*/
.hero-area {
  padding-top: 100px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .hero-area {
    text-align: center;
    padding-top: 140px;
    padding-bottom: 130px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-area {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 482px) {
  .hero-area {
    padding-top: 160px;
    padding-bottom: 130px;
  }
}
.hero-area .hero-text h1 {
  font-size: 44px;
  font-weight: 700;
  color: #7bdc97;
  background: linear-gradient(87.65deg, #7bdc97 -8.44%, #8ed1f6 97.32%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1199px) {
  .hero-area .hero-text h1 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-area .hero-text h1 {
    font-size: 33px;
    margin-bottom: 18px;
  }
}
.hero-area .hero-text p {
  font-size: 17px;
  word-wrap: break-word;
  font-weight: 500;
  color: #EAFFFC;
  max-width: 480px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .hero-area .hero-text p {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .hero-area .hero-text p {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 482px) {
  .hero-area .hero-text p {
    max-width: 260px;
    margin-bottom: 12px;
  }
}
.hero-area .hero-img img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.hero-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -8px;
  margin-right: -8px;
}
@media only screen and (max-width: 991px) {
  .hero-btns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .hero-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.btn-hero {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-left: 8px;
  margin-right: 8px;
  background: linear-gradient(269.21deg, #8ed1f6 -62.88%, #7bdc97 173.99%);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border-radius: 10px;
  border: 0;
  padding: 8px 20px;
  min-width: 170px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.btn-hero:link {
  -webkit-box-shadow: 0 3px 20px 0px rgba(95, 167, 250, 0.52);
          box-shadow: 0 3px 20px 0px rgba(95, 167, 250, 0.52);
  color: #eafffc;
}

.btn-hero:hover {
  -webkit-box-shadow: 0 3px 20px 0px rgba(95, 167, 250, 0.52);
          box-shadow: 0 3px 20px 0px rgba(95, 167, 250, 0.52);
  color: #fcb900;
}
@media only screen and (max-width: 767px) {
  .btn-hero {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    margin-top: 16px;
  }
}

.btn-2 {
  background: linear-gradient(97.68deg, #7452bd 16.12%, #1a68ff 102.09%);
  border-radius: 10px;
}

/*--------------------------------------------------------------
# why
--------------------------------------------------------------*/
.why {
  padding-top: 40px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 991px) {
  .why {
    padding-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .why {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 50px;
  }
}
.why .container {
  max-width: 1200px;
}
.why .why-single {
  background-color: #1A282E;
  padding: 44px 30px 30px 30px;
  border-radius: 20px;
  text-align: center;
  height: 100%;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
@media only screen and (max-width: 482px) {
  .why .why-single {
    padding: 64px 30px 50px 30px;
  }
}
.why .why-single .why-img {
  width: 100%;
  height: 230px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1199px) {
  .why .why-single .why-img {
    height: 180px;
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .why .why-single .why-img {
    height: 170px;
    margin-bottom: 16px;
  }
}
.why .why-single h4 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 22px;
}
@media only screen and (max-width: 767px) {
  .why .why-single h4 {
    font-size: 23px;
    margin-bottom: 18px;
  }
}
.why .why-single p {
  font-size: 16px;
  font-weight: 500;
  color: #c3c4c5;
}
.why .why-single:hover {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  background-color: #23343b;
}

/*--------------------------------------------------------------
# services
--------------------------------------------------------------*/
.services {
  padding: 80px 0px;
}
@media only screen and (max-width: 767px) {
  .services {
    padding: 50px 0px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.services .container {
  max-width: 1200px;
}

.service-single {
  background-color: #1a282e;
  padding: 20px 30px 20px 30px;
  border-radius: 30px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.service-single:not(:last-child) {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .service-single {
    padding: 30px 24px 30px 24px;
  }
}
@media only screen and (max-width: 482px) {
  .service-single .title-flx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
  }
}
.service-single .title-flx .mer-logo {
  display: none;
}
@media only screen and (max-width: 482px) {
  .service-single .title-flx .mer-logo {
    display: block;
    height: 70px;
    -o-object-fit: contain;
       object-fit: contain;
    margin-right: 15px;
  }
}
.service-single h4 {
  background: linear-gradient(271.43deg, #ffffff -10.14%, #2291a7 152.86%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.21);
  font-size: 30px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .service-single h4 {
    font-size: 25px;
    margin: 15px 0px;
  }
}
@media only screen and (max-width: 482px) {
  .service-single h4 {
    font-size: 23px;
  }
}
.service-single .ser-logo {
  max-height: 120px;
}
@media only screen and (max-width: 767px) {
  .service-single .ser-logo {
    max-height: 100px;
  }
}
@media only screen and (max-width: 482px) {
  .service-single .ser-logo {
    display: none;
  }
}
.service-single .ser-logo.ser-logo-3 {
  max-height: 110px;
}
@media only screen and (max-width: 767px) {
  .service-single .ser-logo.ser-logo-3 {
    max-height: 90px;
  }
}
.service-single p {
  font-size: 16px;
  font-weight: 500;
  color: #e2e2e2;
}
@media only screen and (max-width: 991px) {
  .service-single p {
    max-width: 400px;
  }
}
.service-single:hover {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  background-color: #23343b;
}

/*--------------------------------------------------------------
# partners
--------------------------------------------------------------*/
.partners {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .partners {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.partners .container {
  max-width: 1200px;
}

.p-single {
  position: relative;
  display: block;
  width: 100%;
  background-color: #1A282E;
  border-radius: 25px;
  text-align: center;
  padding: 40px 30px;
  height: 100%;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
@media only screen and (max-width: 767px) {
  .p-single {
    padding: 30px 30px;
  }
}
.p-single .p-logo {
  width: 100%;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 482px) {
  .p-single .p-logo {
    height: 60px;
  }
}
.p-single .p-logo.sat-logo {
  max-width: 380px;
}
@media only screen and (max-width: 991px) {
  .p-single .p-logo.sat-logo {
    max-width: 310px;
  }
}
.p-single .p-logo.s-logo {
  max-width: 240px;
}
@media only screen and (max-width: 991px) {
  .p-single .p-logo.s-logo {
    max-width: 200px;
  }
}
.p-single .p-logo.par-logo {
  max-width: 300px;
}
@media only screen and (max-width: 482px) {
  .p-single .p-logo.par-logo {
    max-width: 220px;
  }
}
.p-single:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

/*--------------------------------------------------------------
# community
--------------------------------------------------------------*/
.community {
  padding-top: 100px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .community {
    padding-top: 50px;
    padding-bottom: 80px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.community .com-single {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  text-align: center;
  word-wrap: break-word;
  padding: 40px 30px;
  border-radius: 20px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
@media only screen and (max-width: 767px) {
  .community .com-single {
    padding: 40px 30px;
  }
}
.community .com-single .com-img {
  height: 80px;
  margin-bottom: 22px;
}
@media only screen and (max-width: 767px) {
  .community .com-single .com-img {
    height: 80px;
    margin-bottom: 22px;
  }
}
@media only screen and (max-width: 482px) {
  .community .com-single .com-img {
    height: 84px;
  }
}
.community .com-single h5 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .community .com-single h5 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.community .com-single p {
  font-size: 15px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .community .com-single p {
    font-size: 14px;
    font-weight: 400;
  }
}
.community .com-single.twitter h5 {
  color: #EAFFFC;
}
.community .com-single.twitter p {
  color: #EAFFFC;
}
.community .com-single.discord h5 {
  color: #EAFFFC;
}
.community .com-single.discord p {
  color: #EAFFFC;
}
.community .com-single.telegram h5 {
  color: #EAFFFC;
}
.community .com-single.telegram p {
  color: #EAFFFC;
}
.community .com-single.medium h5 {
  color: #ffffff;
}
.community .com-single.medium p {
  color: #ffffff;
}
.community .com-single:hover {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  background-color: #99109b;
}

/*--------------------------------------------------------------
# body-new-css
--------------------------------------------------------------*/
.body-new-css {
  background: radial-gradient(143.12% 189.23% at 52.24% 61.83%, rgba(0, 200, 255, 0.0496) 0%, rgba(21, 57, 73, 0) 100%), radial-gradient(106.4% 51.48% at 19.21% 50%, rgba(0, 67, 167, 0.1) 0%, rgba(23, 50, 62, 0) 100%), linear-gradient(227.98deg, rgba(43, 138, 159, 0.3) 8.54%, rgba(23, 50, 62, 0) 35.73%), linear-gradient(108.84deg, #153b49 8.33%, #0f273d 128.76%);
}
.body-new-css .header .navbar-area {
  background: rgba(30, 30, 30, 0.84);
}
.body-new-css .header .navbar-area .navbar {
  padding: 12px 0;
}
.body-new-css .header .navbar-area .navbar .navbar-brand {
  padding: 0;
  text-decoration: none;
}
.body-new-css .header .navbar-area .navbar .navbar-brand img {
  height: 30px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .body-new-css .header .navbar-area .navbar .navbar-brand img {
    height: 30px;
  }
}
@media only screen and (max-width: 482px) {
  .body-new-css .header .navbar-area .navbar .navbar-brand img {
    height: 30px;
  }
}
.body-new-css .t-drop .dropdown-menu {
  background-color: #0e0e0e;
  border: 0;
  padding: 16px 4px;
}
.body-new-css .t-drop .dropdown-menu li:not(:last-child) {
  margin-bottom: 10px;
}
.body-new-css .t-drop .dropdown-menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #EAFFFC;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.body-new-css .t-drop .dropdown-menu a:hover, .body-new-css .t-drop .dropdown-menu a:focus {
  background-color: transparent;
  color: #7bdc97;
}
.body-new-css .t-drop .dropdown-menu a img {
  height: 20px;
  min-width: 23px;
  margin-right: 6px;
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

.animate {
  animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}

@keyframes slideIn {
  0% {
    -webkit-transform: translateY(1.1rem);
            transform: translateY(1.1rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0rem);
            transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1.1rem);
            transform: translateY(1.1rem);
    opacity: 0;
  }
}
@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}
/*--------------------------------------------------------------
# fisco
--------------------------------------------------------------*/
.page-title {
  text-align: center;
}
.page-title h1 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1199px) {
  .page-title h1 {
    font-size: 30px;
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 991px) {
  .page-title h1 {
    font-size: 27px;
    margin-bottom: 28px;
  }
}

.fisco {
  padding-top: 125px;
  min-height: 100vh;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .fisco {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .fisco {
    padding-top: 90px;
  }
}

.fisco-wrapper .page-teddy {
  position: absolute;
  bottom: 0;
  right: 10%;
  width: 100%;
  max-width: 250px;
  z-index: -1;
}
@media only screen and (max-width: 1399px) {
  .fisco-wrapper .page-teddy {
    max-width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .fisco-wrapper .page-teddy {
    max-width: 170px;
    right: 5%;
  }
}

.fis-block {
  display: block;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  background-color: #0e0e0e;
  padding: 30px 30px;
  border-radius: 22px;
}
@media only screen and (max-width: 767px) {
  .fis-block {
    padding: 25px 25px;
  }
}
.fis-block .fis-t {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.fis-block .fis-t h3 {
  font-size: 21px;
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  .fis-block .fis-t h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 482px) {
  .fis-block .fis-t h3 {
    font-size: 16px;
  }
}
.fis-block .fis-t h3 br {
  /** Small devices (landscape phones, 576px and up) **/
}
@media (min-width: 576px) {
  .fis-block .fis-t h3 br {
    display: none;
  }
}
.fis-block .fis-t h3 span {
  color: #5aff0c;
  background: none;
  padding: 0;
}
.fis-block .fis-t .span-btn {
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 0;
  outline: none;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0.36)), linear-gradient(90.99deg, #2f749b 21.23%, #2a8fa0 356.28%);
  padding: 2px 26px;
  color: #fff;
  font-size: 14px;
  border-radius: 7px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
@media only screen and (max-width: 991px) {
  .fis-block .fis-t .span-btn {
    font-size: 13px;
    padding: 2px 18px;
  }
}
@media only screen and (max-width: 482px) {
  .fis-block .fis-t .span-btn {
    font-size: 12px;
    padding: 2px 14px;
  }
}
.fis-block .fis-t .span-btn:hover {
  -webkit-box-shadow: 0 3px 20px 0px rgba(95, 167, 250, 0.32);
          box-shadow: 0 3px 20px 0px rgba(95, 167, 250, 0.32);
  color: #fff;
}
.fis-block .form-control {
  background-color: #1a1a1a;
  border-color: #424242;
  border-radius: 12px;
  padding: 0.575rem 0.75rem;
  color: #fff;
  font-size: 15px;
  margin-bottom: 18px;
}
.fis-block .btn-submit {
  display: block;
  width: 100%;
  border: 0;
  outline: none;
  text-align: center;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0.36)), linear-gradient(90.99deg, #2f749b 21.23%, #2a8fa0 356.28%);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 18px 20px;
  border-radius: 12px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.fis-block .btn-submit:hover, .fis-block .btn-submit:focus {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0.36)), linear-gradient(30.99deg, #326e91 21.23%, #165e6b 356.28%);
}
@media only screen and (max-width: 767px) {
  .fis-block .btn-submit {
    padding: 16px 20px;
  }
}

.frm-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0.36)), linear-gradient(90.99deg, #2f749b 21.23%, #2a8fa0 356.28%);
  border-radius: 16px;
  text-align: center;
  padding: 15px 15px;
  min-height: 130px;
}
@media only screen and (max-width: 767px) {
  .frm-result {
    min-height: 100px;
  }
}
.frm-result h5 {
  font-size: 22px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .frm-result h5 {
    font-size: 20px;
  }
}

/*--------------------------------------------------------------
# main-footer
--------------------------------------------------------------*/
.main-footer {
  background: linear-gradient(91.49deg, #0bac59 -1.04%, #3839de, #99109b, #000000);
  padding: 50px 0px;
}
@media only screen and (max-width: 767px) {
  .main-footer {
    padding: 30px 0px;
  }
}
.main-footer .footer-logo-w {
  max-width: 270px;
}
.main-footer .footer-logo-w .footer-logo {
  max-height: 35px;
  margin-bottom: 13px;
}
.main-footer .footer-logo-w p {
  font-size: 14px;
}

.footer-links h5 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 18px;
}
@media only screen and (max-width: 991px) {
  .footer-links h5 {
    margin-bottom: 8px;
  }
}
.footer-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-links ul li:not(:last-child) {
  margin-bottom: 5px;
}
@media only screen and (max-width: 991px) {
  .footer-links ul li:not(:last-child) {
    margin-bottom: 3px;
  }
}
.footer-links ul a {
  text-decoration: none;
  display: inline-block;
  color: #C2CAD1;
  font-size: 14px;
  font-weight: 600;
}

.footer-social a {
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.footer-social a:not(:last-child) {
  margin-right: 8px;
}
@media only screen and (max-width: 1199px) {
  .footer-social a:not(:last-child) {
    margin-right: 2px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-social a:not(:last-child) {
    margin-right: 6px;
  }
}
.footer-social a:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
.footer-social a img {
  height: 28px;
}

@media only screen and (max-width: 991px) {
  .legal-text {
    max-width: 280px;
  }
}
.legal-text p {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  .legal-text p {
    margin-top: 15px;
  }
}
/*# sourceMappingURL=main.css.map */
