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

body {
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  color: #EAFFFC;
  line-height: 1.6;
  background-color: #000;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }
}

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

section {
  overflow: hidden;
}

a {
  text-decoration: none;
}
a:hover {
  color: #FF3B73;
}
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 {
  font-family: "Orbitron", sans-serif;
  font-weight: 800;
  letter-spacing: 1.2px;
  margin: 0;
  color: #FF3B73;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

p {
  margin: 0;
}

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

.scroll-top {
  position: fixed;
  bottom: 30px;
  right: 0;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: none;
}
@media only screen and (max-width: 767px) {
  .scroll-top {
    bottom: 20px;
  }
}
.scroll-top img {
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media only screen and (max-width: 767px) {
  .scroll-top img {
    height: 40px;
  }
}
@media only screen and (max-width: 482px) {
  .scroll-top img {
    height: 35px;
  }
}
.scroll-top a {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.scroll-top a:focus img, .scroll-top a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

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

.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: #FF3B73;
  -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);
  }
}
.img-posi {
  margin-top: -190px;
}
@media only screen and (max-width: 991px) {
  .img-posi {
    margin-top: 10px;
  }
}

/*--------------------------------------------------------------
# navbar
--------------------------------------------------------------*/
.navbar-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: rgba(8, 1, 1, 0.4);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  -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: 12px 0;
}
@media only screen and (max-width: 991px) {
  .navbar {
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  .navbar {
    padding: 10px 0;
  }
}
@media (max-width: 482px) {
  .navbar {
    padding: 10px 0;
  }
}
@media (min-width: 992px) {
  .navbar .nav-center {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.navbar .navbar-brand {
  padding: 0;
  text-decoration: none;
}
.navbar .navbar-brand img {
  height: 48px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media only screen and (max-width: 991px) {
  .navbar .navbar-brand img {
    height: 44px;
  }
}
@media only screen and (max-width: 767px) {
  .navbar .navbar-brand img {
    height: 40px;
  }
}
@media only screen and (max-width: 482px) {
  .navbar .navbar-brand img {
    height: 36px;
  }
}
.navbar .navbar-nav {
  /** Large devices (desktops, 992px and up) **/
}
@media (min-width: 992px) {
  .navbar .navbar-nav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.navbar .navbar-nav .nav-item {
  position: relative;
  margin-right: 45px;
}
.navbar .navbar-nav .nav-item::after {
  content: "";
  position: absolute;
  top: 19px;
  right: -27px;
  width: 6px;
  height: 6px;
  background-color: #FF3B73;
  border-radius: 20px;
}
@media only screen and (max-width: 991px) {
  .navbar .navbar-nav .nav-item::after {
    display: none;
  }
}
.navbar .navbar-nav .nav-item:last-child {
  margin-right: 0;
}
.navbar .navbar-nav .nav-item:last-child::after {
  display: none;
}
@media only screen and (max-width: 991px) {
  .navbar .navbar-nav .nav-item {
    margin-left: 16px;
  }
}
.navbar .navbar-nav .nav-item a {
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding: 10px 0;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .navbar .navbar-nav .nav-item a {
    color: #fff;
    font-size: 15px;
  }
}
.navbar .navbar-nav .nav-item a:hover, .navbar .navbar-nav .nav-item a.active {
  color: #FF3B73;
}
@media only screen and (max-width: 991px) {
  .navbar .navbar-nav .nav-item a {
    display: inline-block;
    margin: 4px 0px;
    padding: 6px 0;
  }
}
@media only screen and (max-width: 767px) {
  .navbar .navbar-nav .nav-item a {
    display: inline-block;
    padding: 6px 0;
  }
}
@media only screen and (max-width: 991px) {
  .navbar .navbar-nav.btn-nav .nav-item {
    margin-left: 16px;
  }
}
.navbar .navbar-nav.btn-nav .nav-item a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #FF3B73;
  color: #fff;
  padding: 10px 31px;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .navbar .navbar-nav.btn-nav .nav-item a {
    font-size: 15px;
    padding: 11px 25px;
  }
}
.navbar .navbar-nav.btn-nav .nav-item a:hover, .navbar .navbar-nav.btn-nav .nav-item a:focus {
  background-color: #5be922;
  color: #000;
}
@media only screen and (max-width: 991px) {
  .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: rgba(8, 1, 1, 0.863);
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
    z-index: 9;
    -webkit-box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.1);
    padding: 15px 12px 20px 12px;
  }
}
@media only screen and (max-width: 767px) {
  .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: rgba(8, 1, 1, 0.863);
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
    z-index: 9;
    -webkit-box-shadow: 0 15px 20px 0 rgba(43, 56, 109, 0.1);
            box-shadow: 0 15px 20px 0 rgba(43, 56, 109, 0.1);
  }
}
.navbar .navbar-toggler {
  padding: 0;
}
.navbar .navbar-toggler:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.navbar .navbar-toggler .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: #FFFFFF;
  display: block;
  margin: 5px 0;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.navbar .navbar-toggler.active .toggler-icon:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}
.navbar .navbar-toggler.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}
.navbar .navbar-toggler.active .toggler-icon:nth-of-type(3) {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: -7px;
}
.navbar .dropdown-menu {
  background: #6c5b9d;
  border: 1.5px solid #6c5b9d;
  padding: 14px 0px;
  border-radius: 0px;
}
.navbar .dropdown-menu li:not(:last-child) {
  margin-bottom: 10px;
}
.navbar .dropdown-menu a {
  padding: 4px 13px !important;
  text-decoration: none;
  color: #EAFFFC;
  font-size: 13px !important;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar .dropdown-menu a img {
  height: 15px;
  margin-right: 12px;
  min-width: 23px;
}
.navbar .dropdown-menu a:hover, .navbar .dropdown-menu a:focus {
  background-color: #200b66;
  color: #FF3B73;
}
.navbar .dropdown-menu a.active {
  background-color: #200b66;
  color: #FF3B73;
}
@media only screen and (max-width: 991px) {
  .navbar .dropdown-menu a {
    margin: 0px 0px !important;
  }
}

.sticky {
  position: fixed;
  z-index: 99;
  background-color: rgba(8, 1, 1, 0.763);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.sticky .navbar {
  padding: 10px 0;
}
@media only screen and (max-width: 991px) {
  .sticky .navbar {
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  .sticky .navbar {
    padding: 10px 0;
  }
}
@media (max-width: 482px) {
  .sticky .navbar {
    padding: 10px 0;
  }
}
.sticky .navbar .navbar-brand {
  padding: 0;
  text-decoration: none;
}
.sticky .navbar .navbar-brand img {
  height: 44px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media only screen and (max-width: 991px) {
  .sticky .navbar .navbar-brand img {
    height: 44px;
  }
}
@media only screen and (max-width: 767px) {
  .sticky .navbar .navbar-brand img {
    height: 40px;
  }
}
@media only screen and (max-width: 482px) {
  .sticky .navbar .navbar-brand img {
    height: 36px;
  }
}
@media only screen and (max-width: 991px) {
  .sticky .navbar .btn-nav .nav-item {
    margin-left: 16px;
  }
}
.sticky .navbar .btn-nav .nav-item a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 30px;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .sticky .navbar .btn-nav .nav-item a {
    font-size: 15px;
    padding: 11px 25px;
  }
}

.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: 140px;
  padding-bottom: 100px;
  position: relative;
  background: #4b27ab;
  z-index: 1;
}
.hero-area .background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}
@media only screen and (max-width: 1199px) {
  .hero-area {
    padding-top: 120px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-area {
    background-image: none;
    padding-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-area {
    padding-top: 80px;
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 482px) {
  .hero-area {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.hero-area .hero-text {
  position: relative;
  z-index: 9;
}
.hero-area .hero-text h1 {
  font-size: 49px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 1px;
  color: #65C0EB;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1399px) {
  .hero-area .hero-text h1 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-area .hero-text h1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-area .hero-text h1 {
    font-size: 34px;
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-area .hero-text h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 482px) {
  .hero-area .hero-text h1 {
    font-size: 25px;
  }
}
.hero-area .hero-text p {
  font-size: 19px;
  font-weight: 500;
  max-width: 580px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .hero-area .hero-text p {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 25px;
  }
}

.hero-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -8px;
  margin-right: -8px;
}
.hero-btns .btn-solid {
  margin-left: 8px;
  margin-right: 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #FF3B73;
  color: #EAFFFC;
  text-transform: uppercase;
  padding: 13px 38px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 2px;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
@media only screen and (max-width: 767px) {
  .hero-btns .btn-solid {
    font-size: 15px;
    padding: 11px 30px;
  }
}
.hero-btns .btn-solid:hover, .hero-btns .btn-solid:focus {
  background-color: #5be922;
  color: #000;
}
.hero-btns .btn-outline {
  margin-left: 8px;
  margin-right: 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid #FF3B73;
  background-color: transparent;
  color: #EAFFFC;
  text-transform: uppercase;
  padding: 13px 38px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 2px;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 767px) {
  .hero-btns .btn-outline {
    font-size: 15px;
    padding: 11px 30px;
  }
}
.hero-btns .btn-outline:hover {
  background-color: #FF3B73;
}

/*--------------------------------------------------------------
  ## page-banner
--------------------------------------------------------------*/
.page-banner {
  padding-top: 190px;
  padding-bottom: 130px;
  background: #3d1f94;
  background-image: url("../img/hero/banner-img-2.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .page-banner {
    padding-top: 140px;
    padding-bottom: 80px;
  }
}
.page-banner .page-inner {
  text-align: center;
}
.page-banner .page-inner h1 {
  font-size: 44px;
  color: #65C0EB;
}
@media only screen and (max-width: 767px) {
  .page-banner .page-inner h1 {
    font-size: 35px;
  }
}
.page-banner ul {
  list-style: none;
  margin: auto;
  padding: 0;
  background-color: rgba(8, 1, 1, 0.6);
  display: inline-block;
  padding: 6px 18px;
  margin-top: 20px;
}
.page-banner ul li {
  display: inline-block;
}
.page-banner ul li:not(:last-child) {
  margin-right: 16px;
}
.page-banner ul a {
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  color: #EAFFFC;
  text-transform: uppercase;
}
.page-banner ul a.act {
  color: #FF3B73;
}

@media only screen and (max-width: 768px) {
  #lottie {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  #lottie1 {
    margin-top: 80px;
    display: block !important;
  }
}
/*--------------------------------------------------------------
  ## why
--------------------------------------------------------------*/
.why {
  position: relative;
  background: #3d1f94;
  background-image: url("../img/hero/team-bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 70px 0px;
}
@media only screen and (max-width: 767px) {
  .why {
    padding: 40px 0px;
  }
}
.why .sec-t {
  text-align: center;
}
.why .sec-t h2 {
  font-size: 44px;
  color: #65C0EB;
  margin-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .why .sec-t h2 {
    font-size: 38px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .why .sec-t h2 {
    font-size: 28px;
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 482px) {
  .why .sec-t h2 {
    font-size: 28px;
  }
}

.why-single {
  padding: 60px 40px;
  border-radius: 16px;
  background-color: #301876;
  border: 1px solid #2b146d;
  height: 100%;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 1199px) {
  .why-single {
    padding: 50px 35px;
  }
}
@media only screen and (max-width: 991px) {
  .why-single {
    padding: 40px 30px;
  }
}
.why-single .why-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.why-single .why-icon img {
  height: 70px;
  width: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  min-width: 70px;
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .why-single .why-icon img {
    height: 55px;
    width: 55px;
    min-width: 55px;
    margin-right: 20px;
  }
}
.why-single .why-txt h5 {
  font-size: 20px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .why-single .why-txt h5 {
    font-size: 18px;
    margin-bottom: 13px;
  }
}
.why-single .why-txt p {
  font-size: 15px;
}
.why-single:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.55);
          box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.55);
  background-color: #24115e;
}

/*--------------------------------------------------------------
  ## services
--------------------------------------------------------------*/
.services {
  position: relative;
  background: #2c156b;
  background-image: url("../img/hero/right-pattern-01.png");
  background-position: right;
  background-repeat: no-repeat;
  padding: 70px 0px;
}
@media only screen and (max-width: 767px) {
  .services {
    padding: 40px 0px;
  }
}
.services .sec-t {
  text-align: center;
}
.services .sec-t h2 {
  font-size: 44px;
  color: #65C0EB;
  margin-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .services .sec-t h2 {
    font-size: 38px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .services .sec-t h2 {
    font-size: 30px;
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 482px) {
  .services .sec-t h2 {
    font-size: 21px;
  }
}
.services .home-single {
  padding: 40px 40px;
  background-color: #3D1F94;
  text-align: center;
  height: 100%;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
@media only screen and (max-width: 767px) {
  .services .home-single {
    padding: 30px 30px;
  }
}
.services .home-single .service-icon img {
  height: 100px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .services .home-single .service-icon img {
    height: 80px;
    margin-bottom: 18px;
  }
}
.services .home-single .title {
  font-size: 22px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .services .home-single .title {
    font-size: 19px;
    margin-bottom: 16px;
  }
}
.services .home-single p {
  font-size: 17px;
}
@media only screen and (max-width: 767px) {
  .services .home-single p {
    font-size: 15px;
  }
}
.services .home-single .btn-w100 {
  display: block;
  width: 100%;
  padding: 11px 20px;
  background-color: #FF3B73;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
  margin-top: 30px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.services .home-single .btn-w100:hover {
  background-color: #5be922;
  color: #000;
}
.services .home-single:hover {
  background-color: #11082e;
}

.wy {
  position: relative;
  background: #3d1f94;
  background-image: url("../img/hero/roadmap-bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 70px 0px;
}
@media only screen and (max-width: 767px) {
  .wy {
    padding: 40px 0px;
  }
}
.wy .sec-t {
  text-align: center;
}
.wy .sec-t h2 {
  font-size: 44px;
  color: #65C0EB;
  margin-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .wy .sec-t h2 {
    font-size: 38px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .wy .sec-t h2 {
    font-size: 30px;
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 482px) {
  .wy .sec-t h2 {
    font-size: 21px;
  }
}
.wy .serviceBox {
  text-align: center;
  margin: 0 15px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.wy .serviceBox:before {
  content: "";
  background: transparent;
  height: 150px;
  width: 2px;
  border: 2px solid #c5c5c5;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
}
.wy .serviceBox .service-icon {
  color: #fff;
  background: linear-gradient(45deg, #FF3B73, #FF3B73, #2c156b);
  font-size: 40px;
  text-align: center;
  line-height: 80px;
  height: 80px;
  width: 80px;
  margin: 0 auto 40px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 7px #fff inset, 0 0 0 2px #FF3B73;
          box-shadow: 0 0 0 7px #fff inset, 0 0 0 2px #FF3B73;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.wy .serviceBox:hover .service-icon {
  -webkit-box-shadow: 0 0 0 7px #fff inset, 0 0 0 2px #FF3B73, 0 0 10px #555;
          box-shadow: 0 0 0 7px #fff inset, 0 0 0 2px #FF3B73, 0 0 10px #555;
}
.wy .serviceBox .service-icon i {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.wy .serviceBox:hover .service-icon i {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}
.wy .serviceBox .service-content {
  background-color: #24115e;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
  padding: 20px 0 0 0;
}
.wy .serviceBox .title {
  color: #fff;
  background: linear-gradient(45deg, #FF3B73, #FF3B73, #6b1561, rgb(203, 34, 149));
  font-size: 21px;
  font-weight: 600;
  text-shadow: 0 0 2px #000;
  padding: 15px 10px;
  margin: 0 -15px 5px;
  position: relative;
}
.wy .serviceBox .title:before,
.wy .serviceBox .title:after {
  content: "";
  background: linear-gradient(45deg, transparent 49%, #FF3B73 50%);
  height: 15px;
  width: 16px;
  position: absolute;
  left: -1px;
  top: 100%;
}
.wy .serviceBox .title:after {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  left: auto;
  right: -1px;
}
.wy .serviceBox .description {
  font-size: 14px;
  padding: 15px;
  margin: 0;
}
@media only screen and (max-width: 990px) {
  .wy .serviceBox {
    margin: 0 15px 30px;
  }
}

/*--------------------------------------------------------------
  ## our-vison
--------------------------------------------------------------*/
.our-vison {
  position: relative;
  background: #4a28a9;
  background-image: url("../img/hero/roadmap-bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 70px 0px;
}
@media only screen and (max-width: 767px) {
  .our-vison {
    padding: 40px 0px;
  }
}
.our-vison .vis--t h3 {
  font-size: 40px;
  color: #65C0EB;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .our-vison .vis--t h3 {
    font-size: 35px;
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .our-vison .vis--t h3 {
    font-size: 30px;
  }
}
.our-vison .vis--t p {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .our-vison .vis--t p {
    font-size: 16px;
  }
}
.our-vison .vis--t p:not(:last-child) {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .our-vison .vis--t p:not(:last-child) {
    margin-bottom: 16px;
  }
}
.our-vison .vis--t p span {
  font-family: "Orbitron", sans-serif;
  font-size: 20px;
  color: #fff;
  letter-spacing: 2px;
}
@media only screen and (max-width: 767px) {
  .our-vison .vis--t p span {
    font-size: 18px;
    letter-spacing: 1.5px;
  }
}
.our-vison .img-small {
  display: block;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.ros {
  padding-top: 60px;
}
@media only screen and (max-width: 767px) {
  .ros {
    padding-top: 50px;
  }
}

.video-sec {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 70px;
}
@media only screen and (max-width: 991px) {
  .video-sec {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .video-sec {
    padding-bottom: 50px;
  }
}
.video-sec video {
  width: 100%;
  height: auto;
}

/* Custom play button */
.play-button {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80px; /* Adjust as needed */
  height: 80px; /* Adjust as needed */
  background: url("../img/play-btn.png") no-repeat center center;
  background-size: cover;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .play-button {
    width: 60px;
    height: 60px;
  }
}

.vision-home-img {
  background-image: url("../img/hero/btc-bg.png") !important;
  background-position: right !important;
  background-size: contain !important;
}
@media only screen and (max-width: 767px) {
  .vision-home-img {
    background-position: top !important;
  }
}

/*--------------------------------------------------------------
  ## 
--------------------------------------------------------------*/
.about-page {
  background: #31187e;
  background-image: url("../img/hero/right-pattern-01.png");
  background-position: right;
  background-repeat: no-repeat;
  padding: 70px 0px;
}
@media only screen and (max-width: 767px) {
  .about-page {
    padding: 40px 0px;
  }
}
.about-page .abt-p-txt h2 {
  font-size: 36px;
  color: #65C0EB;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .about-page .abt-p-txt h2 {
    font-size: 30px;
    margin-bottom: 12px;
  }
}
.about-page .abt-p-txt p {
  font-size: 15px;
}

.ros {
  padding-top: 60px;
}
@media only screen and (max-width: 767px) {
  .ros {
    padding-top: 50px;
  }
}

.serviceBox-1 {
  text-align: center;
  padding: 50px 0 0;
  margin: 80px 10px 0;
  border-left: 3px solid #FF3B73;
  background-color: #32187a;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.55);
          box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.55);
}

.serviceBox-1:before,
.serviceBox-1:after {
  content: "";
  background-color: #FF3B73;
  height: 3px;
  width: 50%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}

.serviceBox-1:after {
  background: #FF3B73;
  width: 100%;
  top: auto;
  bottom: 0;
}

.serviceBox-1 .service-icon-1 {
  color: #fff;
  background: #FF3B73;
  font-size: 50px;
  line-height: 100px;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border-radius: 50%;
  position: absolute;
  top: -70px;
  left: 0;
  right: 0;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.serviceBox-1:hover .service-icon-1 {
  font-size: 60px;
}

.serviceBox-1 .service-icon-1:before,
.serviceBox-1 .service-icon-1:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  height: 96%;
  width: 96%;
  border: 10px solid #fff;
  border-radius: 50%;
  z-index: -1;
}

.serviceBox-1 .service-icon-1:after {
  border: none;
  background: #FF3B73;
  height: 82%;
  width: 82%;
  z-index: -1;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.serviceBox-1:hover .service-icon-1:after {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3), 0 0 10px #fff inset;
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.3), 0 0 10px #fff inset;
}

.serviceBox-1 .service-content-1 {
  padding: 0 20px 20px;
  border-right: 3px solid #FF3B73;
}

.serviceBox-1 .title {
  color: #FF3B73;
  font-size: 20px;
  text-transform: capitalize;
  margin: 0 0 10px;
}

.serviceBox-1 .description-1 {
  color: #fff;
  font-size: 15px;
}

.serviceBox-1.yellow:after,
.serviceBox-1.yellow .service-icon-1,
.serviceBox-1.yellow .service-icon-1:after {
  background: -webkit-gradient(linear, left top, right top, from(#FF3B73), to(#FF3B73));
  background: linear-gradient(to right, #FF3B73, #FF3B73);
}

.serviceBox-1.yellow:before {
  background-color: #FF3B73;
}

.serviceBox-1.yellow {
  border-left-color: #FF3B73;
}

.serviceBox-1.yellow .service-content-1 {
  border-right-color: #FF3B73;
}

.serviceBox-1.yellow .title {
  color: #FF3B73;
}

.serviceBox-1.blue:after,
.serviceBox-1.blue .service-icon-1,
.serviceBox-1.blue .service-icon-1:after {
  background: #FF3B73;
}

.serviceBox-1.blue:before {
  background-color: #FF3B73;
}

.serviceBox-1.blue {
  border-left-color: #FF3B73;
}

.serviceBox-1.blue .service-content-1 {
  border-right-color: #FF3B73;
}

.serviceBox-1.blue .title {
  color: #FF3B73;
}

.serviceBox-1.green:after,
.serviceBox-1.green .service-icon-1,
.serviceBox-1.green .service-icon-1:after {
  background: #FF3B73;
}

.serviceBox-1.green:before {
  background-color: #FF3B73;
}

.serviceBox-1.green {
  border-left-color: #FF3B73;
}

.serviceBox-1.green .service-content-1 {
  border-right-color: #FF3B73;
}

.serviceBox-1.green .title {
  color: #FF3B73;
}

@media only screen and (max-width: 990px) {
  .serviceBox-1 {
    margin: 100px 0 0;
  }
}
/*--------------------------------------------------------------
  ## our-values
--------------------------------------------------------------*/
.our-values {
  background: #411f9c;
  background-image: url("../img/hero/right-pattern-01.png");
  background-position: right;
  background-repeat: no-repeat;
  padding: 70px 0px;
}
@media only screen and (max-width: 767px) {
  .our-values {
    padding: 40px 0px;
  }
}
.our-values .sec-t {
  text-align: center;
}
.our-values .sec-t h2 {
  font-size: 44px;
  color: #65C0EB;
  margin-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .our-values .sec-t h2 {
    font-size: 38px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .our-values .sec-t h2 {
    font-size: 30px;
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 482px) {
  .our-values .sec-t h2 {
    font-size: 21px;
  }
}

.form-sec {
  background: #31187e;
  background-image: url("../img/hero/right-pattern-01.png");
  background-position: right;
  background-repeat: no-repeat;
  padding: 70px 0px;
}
@media only screen and (max-width: 767px) {
  .form-sec {
    padding: 40px 0px;
  }
}
.form-sec .subs-form {
  background-color: #190a45;
  border-radius: 0px;
  padding: 40px 40px;
}
@media only screen and (max-width: 767px) {
  .form-sec .subs-form {
    padding: 30px 30px;
  }
}
.form-sec .subs-form .form-grp {
  margin-bottom: 25px;
}
.form-sec .subs-form .form-control {
  background-color: transparent;
  border-radius: 0px;
  height: 50px;
  padding-left: 26px;
  color: #fff;
  font-weight: 500;
  border-color: #31187e;
  border-width: 2px;
}
.form-sec .subs-form .form-control::-webkit-input-placeholder {
  color: #6459de;
}
.form-sec .subs-form .form-control::-moz-placeholder {
  color: #6459de;
}
.form-sec .subs-form .form-control:-ms-input-placeholder {
  color: #6459de;
}
.form-sec .subs-form .form-control::-ms-input-placeholder {
  color: #6459de;
}
.form-sec .subs-form .form-control::placeholder {
  color: #6459de;
}
.form-sec .theme-btn {
  display: inline-block;
  border: 0;
  background-color: #FF3B73;
  padding: 10px 30px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.1px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  text-transform: uppercase;
}
.form-sec .theme-btn:focus, .form-sec .theme-btn:hover {
  background-color: #ff084f;
  color: #fff;
}

/*--------------------------------------------------------------
  ## contact-social
--------------------------------------------------------------*/
.contact-social {
  padding-bottom: 0px;
}
.contact-social .sic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  text-decoration: none;
  padding: 10px;
  width: 100%;
  height: 100%;
  background-color: #190a45;
  height: 180px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
@media only screen and (max-width: 1199px) {
  .contact-social .sic {
    height: 160px;
  }
}
@media only screen and (max-width: 482px) {
  .contact-social .sic {
    height: 140px;
  }
}
.contact-social .sic .sic-img {
  height: 90px;
  margin-bottom: 12px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
@media only screen and (max-width: 1199px) {
  .contact-social .sic .sic-img {
    height: 76px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-social .sic .sic-img {
    height: 65px;
  }
}
@media only screen and (max-width: 482px) {
  .contact-social .sic .sic-img {
    height: 55px;
  }
}
.contact-social .sic p {
  font-size: 17px;
  color: #EAFFFC;
  line-height: 1.1;
}
@media only screen and (max-width: 1199px) {
  .contact-social .sic p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 482px) {
  .contact-social .sic p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 482px) {
  .contact-social .sic p.small-on-mobile {
    font-size: 11px;
  }
}
.contact-social .sic.teli {
  background-color: #247fa3;
}
.contact-social .sic.whats {
  background-color: #179144;
}
.contact-social .sic.mails {
  background-color: #761421;
}
.contact-social .sic:hover .sic-img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/*--------------------------------------------------------------
  ## service-welcome
--------------------------------------------------------------*/
.new-vison {
  position: relative;
  background: #45259c;
  background-image: url("../img/hero/right-pattern-01.png");
  background-position: right;
  background-repeat: no-repeat;
}

.ser-sss {
  position: relative;
  background: #3d1f94;
  background-image: url("../img/hero/roadmap-bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 70px 0px;
}
@media only screen and (max-width: 767px) {
  .ser-sss {
    padding: 40px 0px;
  }
}
.ser-sss .sec-t {
  text-align: center;
}
.ser-sss .sec-t h2 {
  font-size: 40px;
  color: #65C0EB;
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .ser-sss .sec-t h2 {
    font-size: 30px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .ser-sss .sec-t h2 {
    font-size: 30px;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 482px) {
  .ser-sss .sec-t h2 {
    font-size: 21px;
  }
}
.ser-sss .ser-cc {
  background-color: #31177c;
  padding: 40px 40px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  border: 1px dashed #FF3B73;
}
@media only screen and (max-width: 1199px) {
  .ser-sss .ser-cc {
    padding: 30px 30px;
  }
}
.ser-sss .ser-cc img {
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1199px) {
  .ser-sss .ser-cc img {
    height: 80px;
  }
}
.ser-sss .ser-cc h4 {
  font-size: 21px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .ser-sss .ser-cc h4 {
    font-size: 20px;
  }
}
.ser-sss .ser-cc p {
  font-size: 15px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .ser-sss .ser-cc p {
    margin-bottom: 20px;
  }
}
.ser-sss .ser-cc .btn-visit {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: transparent;
  border: 1px dashed #FF3B73;
  padding: 10px 20px;
  color: #FF3B73;
  margin-top: auto;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.ser-sss .ser-cc .btn-visit:hover {
  background-color: #FF3B73;
  color: #fff;
}

/*--------------------------------------------------------------
  ## service-pro
--------------------------------------------------------------*/
.service-pro {
  background: #31187e;
  background-image: url("../img/hero/right-pattern-01.png");
  background-position: right;
  background-repeat: no-repeat;
}
.service-pro .sec-t {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  background-color: #200e55;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
  padding: 40px 40px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .service-pro .sec-t {
    padding: 20px 20px;
    max-width: 500px;
  }
}
@media only screen and (max-width: 482px) {
  .service-pro .sec-t {
    max-width: 340px;
  }
}
.service-pro .sec-t p {
  font-size: 16px;
  color: #EAFFFC;
}
@media only screen and (max-width: 767px) {
  .service-pro .sec-t p {
    font-size: 15px;
  }
}

/*--------------------------------------------------------------
  ## se-ds
--------------------------------------------------------------*/
.se-ds {
  position: relative;
  background: #3d1f94;
  background-image: url("../img/hero/team-bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 70px 0px;
}
@media only screen and (max-width: 767px) {
  .se-ds {
    padding: 40px 0px;
  }
}
.se-ds.se-ds-2 {
  background: #31187e;
  background-image: url("../img/hero/right-pattern-01.png");
  background-position: right;
  background-repeat: no-repeat;
}
.se-ds.se-ds-3 {
  background: #4727a6;
  background-image: url("../img/hero/roadmap-bg.png");
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
}
.se-ds .sec-t {
  text-align: center;
}
.se-ds .sec-t h2 {
  font-size: 44px;
  color: #65C0EB;
  margin-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .se-ds .sec-t h2 {
    font-size: 38px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .se-ds .sec-t h2 {
    font-size: 28px;
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 482px) {
  .se-ds .sec-t h2 {
    font-size: 28px;
  }
}
.se-ds .ds-txt h4 {
  font-size: 32px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .se-ds .ds-txt h4 {
    font-size: 26px;
    margin-bottom: 16px;
  }
}

.snr {
  padding-top: 40px;
}
@media only screen and (max-width: 767px) {
  .snr {
    padding-top: 30px;
  }
}
.snr .sntxt h4 {
  font-size: 32px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .snr .sntxt h4 {
    font-size: 26px;
    margin-bottom: 16px;
  }
}
.snr ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.snr ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.snr ul li:not(:last-child) {
  margin-bottom: 12px;
}
.snr ul li img {
  width: 30px;
  height: 30px;
  min-width: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 8px;
}

/*--------------------------------------------------------------
  ## cta
--------------------------------------------------------------*/
.cta {
  padding: 80px 0px;
  background-image: url("../img/hero/bg-banner.png");
  background-position: center;
  background-size: cover;
  background-color: #0b052a;
  padding: 70px 0px;
}
@media only screen and (max-width: 767px) {
  .cta {
    padding: 40px 0px;
  }
}
.cta .cta-txt {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.cta .cta-txt h2 {
  font-size: 38px;
  margin-bottom: 18px;
}
@media only screen and (max-width: 991px) {
  .cta .cta-txt h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .cta .cta-txt h2 {
    font-size: 26px;
    margin-bottom: 13px;
  }
}

/*--------------------------------------------------------------
  ## blog-page
--------------------------------------------------------------*/
.blog-page {
  background-color: #4a28a9;
  background-image: url("../img/hero/left-pattern-01.png");
  background-position: left;
  background-repeat: no-repeat;
  padding: 70px 0px;
}
@media only screen and (max-width: 767px) {
  .blog-page {
    padding: 40px 0px;
  }
}
.blog-page .blog-single-c {
  background-color: #633cd7;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
}
.blog-page .blog-single-c .blog-single-c-txt {
  padding: 22px 28px;
}
.blog-page .blog-single-c .blog-single-c-txt .date-txt {
  font-size: 14px;
  color: #ccc;
  margin-bottom: 6px;
}
.blog-page .blog-single-c .blog-single-c-txt .title {
  font-size: 20px;
  margin-bottom: 10px;
  font-family: "Urbanist", sans-serif;
  color: #fff;
  font-weight: 600;
  color: #65C0EB;
}
.blog-page .blog-single-c .blog-single-c-txt p {
  font-size: 14px;
  line-height: 1.5;
}
.blog-page .blog-single-c .blog-single-c-txt .read-more {
  display: inline-block;
  color: #FF3B73;
  font-weight: 600;
  margin-top: 22px;
  padding: 6px 14px;
  background-color: #FF3B73;
  font-size: 14px;
  color: #fff;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.blog-page .blog-single-c .blog-single-c-txt .read-more:hover {
  background-color: #5be922;
  color: #000;
}

.paginator {
  padding-bottom: 30px;
}
.paginator a {
  display: inline-block;
  padding: 8px 13px;
  min-width: 90px;
  text-align: center;
  border-radius: 7px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-color: rgba(91, 233, 34, 0.6);
  color: #000;
}
.paginator a.disabled {
  background-color: rgba(91, 233, 34, 0.2);
  color: #777;
}

/*--------------------------------------------------------------
# post-det
--------------------------------------------------------------*/
.post-det {
  background: #411f9c;
  padding: 70px 0px;
}
@media only screen and (max-width: 767px) {
  .post-det {
    padding: 40px 0px;
  }
}
.post-det .post-con {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  background-color: #200e55;
  overflow: hidden;
}
.post-det .post-img {
  width: 100%;
  height: auto;
}
.post-det .post-img img {
  width: 100%;
  height: auto;
}
.post-det .post-body {
  padding: 20px 20px;
}
@media only screen and (max-width: 767px) {
  .post-det .post-body {
    padding: 20px 15px;
  }
}
.post-det .post-body .date {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 15px;
  color: #ccc;
}
.post-det .post-body .post-title {
  font-size: 28px;
  margin-bottom: 12px;
}
@media only screen and (max-width: 767px) {
  .post-det .post-body .post-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 482px) {
  .post-det .post-body .post-title {
    font-size: 21px;
  }
}
.post-det .post-body h1,
.post-det .post-body h2,
.post-det .post-body h3,
.post-det .post-body h4,
.post-det .post-body h5,
.post-det .post-body h6 {
  margin-bottom: 12px;
}
.post-det .post-body h1 {
  font-size: 26px;
}
@media only screen and (max-width: 767px) {
  .post-det .post-body h1 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 482px) {
  .post-det .post-body h1 {
    font-size: 21px;
  }
}
.post-det .post-body h2 {
  font-size: 23px;
}
@media only screen and (max-width: 767px) {
  .post-det .post-body h2 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 482px) {
  .post-det .post-body h2 {
    font-size: 18px;
  }
}
.post-det .post-body h3 {
  font-size: 22px;
}
@media only screen and (max-width: 767px) {
  .post-det .post-body h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 482px) {
  .post-det .post-body h3 {
    font-size: 18px;
  }
}
.post-det .post-body h4 {
  font-size: 22px;
}
@media only screen and (max-width: 767px) {
  .post-det .post-body h4 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 482px) {
  .post-det .post-body h4 {
    font-size: 18px;
  }
}
.post-det .post-body h5 {
  font-size: 22px;
}
@media only screen and (max-width: 767px) {
  .post-det .post-body h5 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 482px) {
  .post-det .post-body h5 {
    font-size: 18px;
  }
}
.post-det .post-body h6 {
  font-size: 21px;
}
@media only screen and (max-width: 767px) {
  .post-det .post-body h6 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 482px) {
  .post-det .post-body h6 {
    font-size: 18px;
  }
}
.post-det .post-body p {
  margin-bottom: 16px;
  line-height: 1.5;
}

/*--------------------------------------------------------------
  ## pk-single
--------------------------------------------------------------*/
.pk-single {
  background-color: #0a0724;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
}
.pk-single .pk-header {
  text-align: center;
  background-color: #000000;
  padding: 20px 20px;
}
.pk-single .pk-header img {
  height: 190px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1299px) {
  .pk-single .pk-header img {
    height: 170px;
  }
}
@media only screen and (max-width: 991px) {
  .pk-single .pk-header img {
    height: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .pk-single .pk-header img {
    height: 150px;
  }
}
.pk-single .pk-header h4 {
  font-size: 24px;
  margin-bottom: 5px;
}
.pk-single .pk-header span {
  display: inline-block;
  color: #65C0EB;
  font-weight: 600;
}
.pk-single .pk-body {
  padding: 30px 30px;
}
@media only screen and (max-width: 767px) {
  .pk-single .pk-body {
    padding: 20px 30px 30px 30px;
  }
}
.pk-single .pk-body p {
  font-size: 14px;
}
.pk-single .pk-body p:not(:last-child) {
  margin-bottom: 16px;
}
.pk-single .pk-body p strong {
  color: #FF3B73;
  font-size: 16px;
}
.pk-single .btn-get {
  display: block;
  width: 100%;
  background-color: #5be922;
  color: #000;
  text-align: center;
  padding: 11px 16px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  margin-top: 25px;
}
.pk-single .btn-get:hover {
  background-color: #FF3B73;
  color: #fff;
}

/*--------------------------------------------------------------
  ## ser-one
--------------------------------------------------------------*/
.ser-one {
  background: #3d1f94;
  background-image: url("../img/hero/right-pattern-01.png");
  background-position: right;
  background-repeat: no-repeat;
  padding: 70px 0px;
}
@media only screen and (max-width: 767px) {
  .ser-one {
    padding: 40px 0px;
  }
}
.ser-one .sec-t {
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.ser-one .sec-t h2 {
  font-size: 36px;
  color: #65C0EB;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .ser-one .sec-t h2 {
    margin-bottom: 33px;
    font-size: 30px;
  }
}
@media only screen and (max-width: 482px) {
  .ser-one .sec-t h2 {
    font-size: 26px;
  }
}
.ser-one .onne-single {
  background-color: #281467;
  border: 1px solid #261161;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.55);
          box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.55);
  padding: 30px 20px 20px 20px;
  text-align: center;
  height: 100%;
}
.ser-one .onne-single h5 {
  font-size: 17px;
  margin-bottom: 14px;
}
.ser-one .onne-single p {
  font-size: 14px;
}

.onne-txtx {
  text-align: center;
  padding-top: 50px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 991px) {
  .onne-txtx {
    padding-top: 35px;
  }
}

/*--------------------------------------------------------------
  ## ser-cta
--------------------------------------------------------------*/
.ser-cta {
  background-color: #4a28a9;
  padding: 80px 0px;
  background-image: url("../img/hero/btc-bg.png");
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .ser-cta {
    padding: 50px 0px;
  }
}
@media only screen and (max-width: 482px) {
  .ser-cta {
    padding: 30px 0px;
  }
}
.ser-cta .set-cta-txt {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.ser-cta .set-cta-txt h3 {
  font-size: 32px;
  color: #65C0EB;
  margin-bottom: 30px;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .ser-cta .set-cta-txt h3 {
    font-size: 28px;
    margin-bottom: 22px;
  }
}
@media only screen and (max-width: 482px) {
  .ser-cta .set-cta-txt h3 {
    font-size: 23px;
  }
}
.ser-cta .btn-cta {
  display: inline-block;
  border: 0;
  background-color: #FF3B73;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 10px 30px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.ser-cta .btn-cta:hover {
  background-color: #5be922;
  color: #000;
}

/* Absolute Center Spinner ajax */
.loading-ajax.hidden {
  display: none;
}

.loading-ajax {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: visible;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading-ajax:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading-ajax:not(:required) {
  /* hide "loading-ajax..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading-ajax:not(:required):after {
  content: "";
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
          animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(255, 59, 115, 0.75) 1.5em 0 0 0, rgba(255, 59, 115, 0.75) 1.1em 1.1em 0 0, rgba(255, 59, 115, 0.75) 0 1.5em 0 0, rgba(255, 59, 115, 0.75) -1.1em 1.1em 0 0, rgba(255, 59, 115, 0.75) -1.5em 0 0 0, rgba(255, 59, 115, 0.75) -1.1em -1.1em 0 0, rgba(255, 59, 115, 0.75) 0 -1.5em 0 0, rgba(255, 59, 115, 0.75) 1.1em -1.1em 0 0;
          box-shadow: rgba(255, 59, 115, 0.75) 1.5em 0 0 0, rgba(255, 59, 115, 0.75) 1.1em 1.1em 0 0, rgba(255, 59, 115, 0.75) 0 1.5em 0 0, rgba(255, 59, 115, 0.75) -1.1em 1.1em 0 0, rgba(255, 59, 115, 0.75) -1.5em 0 0 0, rgba(255, 59, 115, 0.75) -1.1em -1.1em 0 0, rgba(255, 59, 115, 0.75) 0 -1.5em 0 0, rgba(255, 59, 115, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# success-modal
--------------------------------------------------------------*/
.modal-index {
  z-index: 9999;
}

.modal-confirm {
  color: #636363;
  width: 325px;
  font-size: 14px;
  margin-left: auto;
  margin-right: auto;
}
.modal-confirm .btn-success {
  background-color: #31d71c !important;
}

.modal-confirm .modal-content {
  padding: 20px;
  border-radius: 5px;
  border: none;
  background-color: #151515;
}

.modal-confirm .modal-header {
  border-bottom: none;
  position: relative;
}

.modal-confirm h4 {
  text-align: center;
  font-size: 26px;
  margin: 30px 0 -15px;
  color: #fff;
}

.modal-confirm p {
  color: #fff;
  opacity: 0.4;
}

.modal-confirm .form-control,
.modal-confirm .btn {
  min-height: 40px;
  border-radius: 3px;
}

.modal-confirm .close {
  position: absolute;
  top: -5px;
  right: -5px;
}

.modal-confirm .modal-footer {
  border: none;
  text-align: center;
  border-radius: 5px;
  font-size: 13px;
}

.modal-confirm .icon-box {
  color: #fff;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -70px;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  z-index: 9;
  /* background: #82ce34; */
  padding: 15px;
  text-align: center;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  background-color: #31d71c !important;
}

.modal-confirm .icon-box i {
  font-size: 38px;
  position: relative;
  top: 13px;
}

.modal-confirm.modal-dialog {
  margin-top: 80px;
}

.modal-confirm .btn {
  color: #fff;
  border-radius: 4px;
  /* background: #82ce34; */
  text-decoration: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  line-height: normal;
  border: none;
}

.modal-confirm .btn:hover,
.modal-confirm .btn:focus {
  /* background: #6fb32b; */
  outline: none;
}

.trigger-btn {
  display: inline-block;
  margin: 100px auto;
}

/*--------------------------------------------------------------
  ## main-footer
--------------------------------------------------------------*/
.main-footer {
  padding: 40px 0px;
  background-color: #2b1567;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .main-footer {
    padding: 40px 0px;
  }
}
@media only screen and (max-width: 767px) {
  .main-footer {
    padding: 30px 0px;
  }
}
.main-footer .logo-footer {
  margin-bottom: 20px;
}
.main-footer .logo-footer img {
  height: 150px;
}
@media only screen and (max-width: 767px) {
  .main-footer .logo-footer img {
    height: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .main-footer .logo-footer {
    margin-bottom: 15px;
  }
}
.main-footer p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 13px;
}
.main-footer span {
  font-size: 13px;
  color: #ccc;
}
/*# sourceMappingURL=main.css.map */