/*
    Template Name    : Infovict Html Template
	Description      : A Smart web agency that bring together creative capabilities .
    Version          : 1.0
*/
* {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #1D1E2C;
  overflow-x: hidden;
  background-color: #fff;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  outline: 0 !important;
  text-decoration: none;
  transition: 0.4s;
  display: inline-block;
  color: #000;
}
a:hover {
  color: #0026ff;
  text-decoration: none;
}

img {
  vertical-align: middle;
  border: none;
  outline: none;
  max-width: 100%;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4 {
  font-family: "Jost", sans-serif;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

p {
  color: #1D1E2C;
}

section {
  padding: 75px 0;
}

.section-title {
  font-size: 2.5rem;
  line-height: 1.3;
  font-family: "Jost", sans-serif;
}
.section-subtitle {
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
  line-height: 1.2;
  position: relative;
  color: #0026ff;
}
.section-subtitle:before {
  content: "";
  left: -1rem;
  padding-right: 1rem;
  border-left: 0.15rem solid #0026ff;
}
.section-text {
  font-size: 1.125rem;
  line-height: 1.3;
  font-family: "Poppins", sans-serif;
  color: #363636;
}
.section-h3 {
  font-size: 3rem;
  line-height: 1.3;
}
.section-h4 {
  font-size: 2rem;
  line-height: 1.2;
}
.section-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
}
.section-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.09;
  z-index: -1;
}

.content-desktop {
  display: block;
}

.content-mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  .content-desktop {
    display: none;
  }

  .content-mobile {
    display: block;
  }
}
button:focus {
  outline: none;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.btn {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  color: #000;
  background-color: #fff;
  border-radius: 0 1.6rem 1.6rem;
}
.btn:hover {
  color: #fff;
  background-color: #0026ff;
}
.btn-round {
  border-radius: 1.6rem 1.6rem;
}
.btn-lg {
  padding: 0.9rem 1.8rem;
  font-size: 0.95rem;
}
.btn-primary {
  color: #fff;
  background: linear-gradient(to right, #0026ff, #00b503);
  border: none;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary:focus {
  color: #fff;
  background-color: #00b503;
  transition: all 0.3s ease-in-out;
}
.btn-check:active + .btn-primary:focus, .btn-check:checked + .btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.1);
}
.btn-secondary {
  color: #fff;
  background-color: #0026ff;
  border: none;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary.active, .btn-secondary:focus {
  color: #fff;
  background-color: #00b503;
  transition: all 0.5s ease-in-out;
}
.btn-outline {
  background: none;
  border: 0.1rem solid #fff;
  padding: 0.8rem 1.8rem;
}
.btn-outline:hover, .btn-outline:active, .btn-outline.active, .btn-outline:focus {
  color: #000;
  background-color: #fff;
  border-color: #fff;
  transition: all 0.3s ease-in-out;
}
.btn-outline-primary {
  color: #0026ff;
  background: none;
  border: 0.1rem solid #0026ff;
  padding: 0.8rem 1.8rem;
}
.btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary:focus {
  color: #fff;
  background-color: #0026ff;
  border-color: #0026ff;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
}
.btn-outline-check {
  color: #0026ff;
  background: none;
  border: 0.1rem solid #0026ff;
  border-radius: 1.6rem 1.6rem;
  padding: 0.8rem 1.8rem;
}
.btn-outline-check:hover, .btn-outline-check:active, .btn-outline-check.active, .btn-outline-check:focus {
  color: #fff;
  background-color: #2AC4EA;
  border-color: #2AC4EA;
  transition: all 0.3s ease-in-out;
}

.btn-check:checked + .btn-outline-primary:focus,
.btn-check:active + .btn-outline-primary:focus,
.btn-outline-primary:active:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: none;
}

.preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #ffffff;
  top: 0;
  left: 0;
  z-index: 99999;
}
.preloader .loader-1 {
  position: relative;
  width: 64px;
  height: 64px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.preloader .loader-1 .loader-outter {
  position: absolute;
  border: 4px solid #0026ff;
  border-left-color: transparent;
  border-bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  animation: loader-1-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
}
.preloader .loader-1 .loader-inner {
  position: absolute;
  border: 4px solid #0026ff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  left: calc(50% - 20px);
  top: calc(50% - 20px);
  border-right: 0;
  border-top-color: transparent;
  animation: loader-1-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
}

@keyframes loader-1-outter {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loader-1-inner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.secimgl {
  position: relative;
}
.secimgl-row {
  display: flex;
  align-items: center;
}
.secimgl-content {
  padding: 50px;
  padding-left: 0;
}
.secimgl-img {
  position: relative;
  height: 100%;
}
.secimgr {
  position: relative;
}
.secimgr-row {
  display: flex;
  align-items: center;
}
.secimgr-content {
  padding: 50px;
  padding-left: 0;
}
.secimgr-img {
  position: relative;
  height: 100%;
}
.secsgd-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.secsgd-dots {
  position: absolute;
  opacity: 0.1;
}
.secsgd-shape {
  position: absolute;
}
.secsgd-trifl {
  animation: 6s linear 1s infinite heartBeat;
}
.secsgd-cigr {
  animation: 6s linear 2s infinite shakeY;
}
.secsgd-trigr {
  animation: 6s linear 2s infinite shakeX;
}

.feag-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.feag-icon {
  margin-bottom: 0.75rem;
  border-radius: 50%;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}

.section {
  position: relative;
}
.section.dark {
  color: white;
}
.section.dark .section-text {
  color: #c0c0c0;
}
.section.dark .section-text span {
  color: white;
}

.topbar {
  background-color: #0026ff;
  padding: 0.6rem 1rem 0.5rem;
  line-height: normal;
}
@media (max-width: 991px) {
  .topbar-mobile {
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 0;
    background-color: #00b503;
    right: -100%;
    padding: 50px 15px !important;
    display: block;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
  }
  .topbar-mobile.open {
    visibility: visible;
    opacity: 1;
    right: 0;
  }
}
.topbar-content {
  display: flex;
  padding-top: 0.2rem;
}
@media (max-width: 991px) {
  .topbar-content {
    display: block;
    margin-bottom: 10px;
  }
}
.topbar-content-p {
  padding: 0.25rem 0;
  font-size: 1.025rem;
  color: #fff;
  vertical-align: baseline;
  margin-bottom: 0;
  line-height: 1.2;
  margin-right: 25px;
}
.topbar-row {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .topbar-row {
    justify-content: center;
    flex-direction: column;
  }
}
.topbar-social {
  display: inline-block;
}
.topbar-icon {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  padding-right: 10px;
}
.topbar-link {
  color: #fff;
}
.topbar-link:hover {
  color: #fff;
}

.close-topbar {
  display: block;
  position: absolute;
  top: 13px;
  right: 16px;
}
.close-topbar i {
  color: #fff;
  font-size: 26px;
}

.mobile-top-bar {
  opacity: 0;
  visibility: none;
}
.mobile-top-bar i {
  font-size: 24px;
  position: relative;
  top: 3px;
}
@media (max-width: 991px) {
  .mobile-top-bar {
    visibility: visible;
    opacity: 1;
  }
}

.navbar-minimal {
  position: relative;
  background-color: transparent;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
}
.navbar-options {
  font-size: 1.3rem;
  color: #0026ff;
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}
@media (max-width: 1200px) {
  .navbar-options {
    display: none;
  }
}
.navbar-options .cart-icon {
  position: relative;
}
.navbar-options .cart-icon span {
  position: absolute;
  top: -4px;
  left: 11px;
  background-color: #0026ff;
  color: #fff;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  border-radius: 50%;
  font-size: 12px;
  transition: all 0.5s;
}
.navbar-brand {
  text-transform: none;
  font-size: 28px;
  font-family: "Jost", sans-serif;
  font-weight: 800;
}
.navbar-nav {
  flex-direction: row;
}
@media (max-width: 991px) {
  .navbar-nav {
    width: 100%;
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .navbar-menu-wrap {
    width: 100%;
    position: fixed;
    background: #fff;
    z-index: 999;
    top: 0;
    height: 100vh;
    transition: 0.5s;
    left: -100%;
    padding: 55px 20px 30px;
    overflow-y: auto;
    transition: 0.4s;
  }
  .navbar-menu-wrap.open {
    left: 0;
  }
}
.navbar-toggle {
  visibility: hidden;
  opacity: 0;
  border: 1px solid #000;
  font-size: 14px;
}
@media (max-width: 991px) {
  .navbar-toggle {
    opacity: 1;
    visibility: visible;
  }
}
.navbar-main {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 1.15rem;
  vertical-align: middle;
}
.navbar-main .mega-menu .ul-sub {
  position: relative;
  padding-right: 1rem;
}
.navbar-main .has-subnav .ul-sub {
  position: relative;
  padding-right: 1rem;
}
.navbar-main .ul-sub::after {
  font-family: "infovict";
  content: "\e901";
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  font-size: 0.6rem;
  margin-top: -0.5rem;
}
.navbar-light {
  background-color: white;
}
.navbar-light .navbar-brand span {
  color: #00b503;
}
.navbar-light .navbar-nav .nav-link {
  color: #000;
  position: relative;
  z-index: 1;
}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #0026ff;
}
.navbar-light .navbar-toggler {
  color: rgba(24, 24, 24, 0.8);
  border-color: #000;
}
.navbar.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.has-subnav {
  position: relative;
}
@media (max-width: 991px) {
  .has-subnav.open .submenu {
    position: relative;
    opacity: 1;
    transform: scaleY(1);
    visibility: visible;
  }
}
@media (min-width: 991px) {
  .has-subnav:hover .submenu {
    opacity: 1;
    transform: scaleY(1);
    visibility: visible;
  }
}

.submenu {
  position: absolute;
  top: calc(100% + 15px);
  left: 0;
  min-width: 218px;
  padding: 1rem 1.2rem;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  z-index: 998;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  transition: all 0.36s ease 0s;
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 991px) {
  .submenu {
    top: 0;
    box-shadow: none;
  }
}

.nav-item {
  padding: 0 0.4rem;
}
.nav-item:hover .nav-link::after, .nav-item.active .nav-link::after {
  visibility: visible;
  opacity: 1;
}

.infovict-nav .mobile-menu-wrap {
  display: flex;
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 991px) {
  .infovict-nav .mobile-menu-wrap {
    visibility: visible;
    opacity: 1;
  }
}

.menu-close {
  display: none;
}
.menu-close i {
  font-size: 26px;
}
@media (max-width: 991px) {
  .menu-close {
    display: block;
    position: absolute;
    top: 13px;
    right: 16px;
  }
}

.mobile-menu a {
  width: 48px;
  height: 48px;
  border-radius: 50% 50% 30%;
  text-align: center;
  background-color: #00b503;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 24px;
}
.mobile-menu i {
  color: #fff;
}

@media (min-width: 991px) {
  .mega-menu:hover .mega-menu-content {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
  }
}
@media (max-width: 991px) {
  .mega-menu.open .mega-menu-content {
    position: relative;
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
    transition: all 0.36s;
  }
}
.mega-menu-content {
  position: absolute;
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  display: block;
  left: 60px;
  top: 100%;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  opacity: 0;
  padding: 30px;
  right: 60px;
  transition: all 0.14s ease 0s;
  visibility: hidden;
  z-index: 9999;
}
@media (max-width: 991px) {
  .mega-menu-content {
    top: 0;
    left: 0;
    box-shadow: none;
  }
}
.mega-menu-title {
  font-size: 1.3rem;
  color: #0026ff;
}
.mega-menu-subcon {
  margin-left: 1rem;
}
.mega-menu-icon {
  height: 64px;
}
.mega-menu-subtitle {
  font-size: 1rem;
  margin-bottom: 0.4rem;
}
.mega-menu-subtext {
  font-size: 0.75rem;
  font-family: "Poppins", sans-serif;
}

.footer {
  display: block;
}
.footer-dark {
  background: #363636;
}
.footer p {
  color: #fff;
}
.footer ul li a {
  color: #000;
}
.footer-bottom {
  padding: 25px 0;
  background-color: white;
  border-top: 0.001px solid rgba(116, 116, 116, 0.2);
}
.footer-bottom p {
  font-size: 1.2rem;
  font-weight: 500;
  color: #000;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .footer-bottom p {
    margin-bottom: 0.75rem;
  }
}
.footer-row {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .footer-row {
    flex-direction: column;
    align-items: center;
  }
}
.footer span {
  color: #0026ff;
}

/* Theme bg */
.bg-primary {
  background-color: #0026ff !important;
}
.bg-primary:focus, .bg-primary:hover, .bg-primary:active {
  background-color: #0026ff !important;
}

.bg-secondary {
  background-color: #00b503 !important;
}
.bg-secondary:focus, .bg-secondary:hover, .bg-secondary:active {
  background-color: #00b503 !important;
}

.bg-third {
  background-color: #2AC4EA !important;
}
.bg-third:focus, .bg-third:hover, .bg-third:active {
  background-color: #2AC4EA !important;
}

.bg-success {
  background-color: #1bcfb4 !important;
}
.bg-success:focus, .bg-success:hover, .bg-success:active {
  background-color: #1bcfb4 !important;
}

.bg-info {
  background-color: #198ae3 !important;
}
.bg-info:focus, .bg-info:hover, .bg-info:active {
  background-color: #198ae3 !important;
}

.bg-warning {
  background-color: #fed713 !important;
}
.bg-warning:focus, .bg-warning:hover, .bg-warning:active {
  background-color: #fed713 !important;
}

.bg-danger {
  background-color: #fe7c96 !important;
}
.bg-danger:focus, .bg-danger:hover, .bg-danger:active {
  background-color: #fe7c96 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}
.bg-light:focus, .bg-light:hover, .bg-light:active {
  background-color: #f8f9fa !important;
}

.bg-dark {
  background-color: #3e4b5b !important;
}
.bg-dark:focus, .bg-dark:hover, .bg-dark:active {
  background-color: #3e4b5b !important;
}

.form-switch {
  min-height: 2em;
  line-height: 2em;
}
.form-switch .form-check-input {
  height: 1.5em;
}

.form-block {
  position: relative;
  padding: 0;
  z-index: 1;
}
.form-block .form-check-input {
  position: absolute;
  left: 0;
  z-index: -1;
  opacity: 0;
}
.form-block .form-check-label {
  width: 100%;
  padding: 0.75rem;
  border: 2px solid #fff;
  border-radius: 0.25rem;
  cursor: pointer;
}
.form-block .form-check-label:hover {
  border-color: #f2f2f2;
}
.form-block .form-check-label::before {
  position: absolute;
  top: 0rem;
  right: 0rem;
  width: 1.5rem;
  height: 1.5rem;
  display: none;
  line-height: 1.5rem;
  color: #ffffff;
  font-size: 0.625rem;
  text-align: center;
  background-color: #0284c7;
  border-bottom-left-radius: 0.25rem;
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Pro";
  font-weight: 900;
  content: "\f00c";
  z-index: 1;
}
.form-block .form-check-input:checked ~ .form-check-label {
  border-color: #0284c7;
}
.form-block .form-check-input:focus ~ .form-check-label {
  border-color: #0284c7;
  box-shadow: 0 0 0 0.25rem rgba(2, 132, 199, 0.25);
}
.form-block .form-check-input:checked ~ .form-check-label::before {
  display: block;
}
.form-block .form-check-input:disabled + .form-check-label,
.form-block .form-check-input[readonly] + .form-check-label {
  opacity: 0.5;
  cursor: not-allowed;
}
.form-block .form-check-input:disabled:not([checked]) + .form-check-label:hover,
.form-block .form-check-input[readonly]:not([checked]) + .form-check-label:hover {
  border-color: #e4e7ed;
}

.form-control {
  font-family: "Poppins", sans-serif;
  padding: 0.75rem 0.75rem;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #0026ff;
  box-shadow: none;
}
.form-control.form-control-alt {
  border-color: #f0f2f5;
  background-color: #f0f2f5;
  transition: none;
}
.form-control.form-control-alt:focus {
  border-color: #e4e7ed;
  background-color: #e4e7ed;
  box-shadow: none;
}
.form-control.form-control-alt.is-valid {
  border-color: #ebf5df;
  background-color: #ebf5df;
}
.form-control.form-control-alt.is-valid:focus {
  border-color: #dfefcc;
  background-color: #dfefcc;
}
.form-control.form-control-alt.is-invalid {
  border-color: #fae9e8;
  background-color: #fae9e8;
}
.form-control.form-control-alt.is-invalid:focus {
  border-color: #f5d5d3;
  background-color: #f5d5d3;
}

.form-select {
  font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.form-select.form-control-alt {
  border-color: #f0f2f5;
  background-color: #f0f2f5;
  transition: none;
}
.form-select.form-control-alt:focus {
  border-color: #e4e7ed;
  background-color: #e4e7ed;
  box-shadow: none;
}
.form-select.form-control-alt.is-valid {
  border-color: #ebf5df;
  background-color: #ebf5df;
}
.form-select.form-control-alt.is-valid:focus {
  border-color: #dfefcc;
  background-color: #dfefcc;
}
.form-select.form-control-alt.is-invalid {
  border-color: #fae9e8;
  background-color: #fae9e8;
}
.form-select.form-control-alt.is-invalid:focus {
  border-color: #f5d5d3;
  background-color: #f5d5d3;
}

.input-group-text.input-group-text-alt {
  background-color: #e4e7ed;
  border-color: #e4e7ed;
}

.aboutus {
  position: relative;
}
.aboutus-title {
  font-size: 2.6rem;
}

.intro {
  position: relative;
  padding: 0;
}
.intro-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: -1;
}
.intro-row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.intro-content {
  position: relative;
  padding-left: 1rem;
}
.intro-content-h4 {
  font-size: 2.2rem;
  padding-bottom: 1rem;
  color: #fff;
}
.intro-content-p {
  font-size: 1.125rem;
  color: #fff1ff;
  padding-bottom: 0.5rem;
}
.intro-title {
  font-size: 4.64rem;
  margin-bottom: 1rem;
  color: #1c1c1c;
  font-family: "Jost", sans-serif;
}

.slider {
  position: relative;
  overflow: hidden;
  padding: 0;
}
.slider-item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  z-index: initial;
}
.slider-wrap {
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.slider-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: -1;
}
.slider-content {
  position: relative;
  padding-left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.slider-content-h4 {
  font-size: 2.2rem;
  padding-bottom: 1rem;
  color: #fff;
}
.slider-content-p {
  font-size: 1.125rem;
  color: #fff1ff;
  padding-bottom: 0.5rem;
}
.slider-title {
  font-size: 4.64rem;
  margin-bottom: 1rem;
  color: #1c1c1c;
  font-family: "Jost", sans-serif;
}
.slider-subtitle {
  font-size: 1.2rem;
  margin-bottom: 0.55rem;
  color: #0026ff;
  font-family: "Jost", sans-serif;
}
.slider-text {
  font-size: 1.25rem;
  color: #2c2d30;
  margin-bottom: 0.35rem;
}
.slider-shape {
  position: absolute;
  max-width: 80%;
}
.slider-cist {
  animation: 10s linear 1s infinite shakeY;
}
.slider-stkc {
  animation: 10s linear 1s infinite shakeX;
}
.slider-block {
  animation: 8s linear 1s infinite wobble;
}
.slider-dotstr {
  animation: 10s linear 1s infinite swing;
}
.slider-trifl {
  animation: 10s linear 1s infinite tada;
}
.slider-service .slider-title {
  font-size: 3.8rem;
}

.slider .slick-arrow {
  color: #fff;
  font-size: 1.4rem;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 2px solid #0026ff;
  padding: 3px;
  position: absolute;
  left: 15%;
  bottom: 10px;
  top: auto;
  border-radius: 50%;
  text-align: center;
  z-index: 2;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.slider .slick-arrow .fs1 {
  background-color: #0026ff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  position: relative;
  border-radius: 50%;
  padding-top: 0.1rem;
}

.slider .slick-arrow.slick-next {
  left: auto;
  right: 15%;
}

.slider .slick-arrow:hover {
  transition: all 0.3s ease-in-out;
  border-color: #00b503;
}
.slider .slick-arrow:hover .fs1 {
  background-color: #00b503;
}

.slick-prev:before,
.slick-next:before {
  content: none;
}

.slider .slick-dots {
  width: auto;
  height: 100%;
  text-align: center;
  position: absolute;
  left: 20px;
  top: 50%;
  margin: 0;
  z-index: 4;
  list-style: none;
}
.slider .slick-dots li {
  display: block;
}

.slider .slick-dots li button {
  background-color: rgb(230, 230, 230);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -99999px;
  padding: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.slider .slick-dots li.slick-active button {
  background-color: #0026ff;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-active .slider-subtitle {
  animation-name: fadeinLeft;
  animation-duration: 1s;
  animation-delay: -0.6s;
}

.slick-active .slider-title {
  animation-name: fadeinLeft;
  animation-duration: 1s;
  animation-delay: -0.4s;
}

.slick-active .slider-text {
  animation-name: fadeinLeft;
  animation-duration: 1s;
  animation-delay: -0.2s;
}

.slick-active .slider-btn {
  animation: fadeInLeft 1s;
}

@keyframes fadeinLeft {
  0% {
    opacity: 0;
    transform: translateX(-200px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes wigglein {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(10px);
  }
  75% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
.feature {
  position: relative;
}
.feature-item {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 40px;
  background-color: #191970;
}
.feature-nav {
  flex-wrap: nowrap;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .feature-nav {
    overflow-x: scroll;
  }
}
.feature .nav-tabs {
  border: none;
  display: flex;
  justify-content: center;
}
.feature .nav-tabs .nav-link {
  border: none;
}
.feature-nav-tabs {
  border: none;
}
.feature-nav-tabs .feature-nav-link {
  background-color: #0026ff;
  padding: 10px 30px;
}
.feature-nav-tabs .feature-nav-link.active, .feature-nav-tabs .feature-nav-link.show {
  color: #fff;
  background: #00b503;
  border-bottom-color: #00b503;
  transition: all 0.4s ease-in-out;
}
.feature-nav-tabs .feature-nav-link:hover, .feature-nav-tabs .feature-nav-link:focus {
  color: #fff;
}
.feature-nav-link {
  font-size: 1.6rem;
  color: #fff;
  margin-right: 72px;
  font-weight: 700;
  transition: all 0.4s ease-in-out;
}
.feature-nav-link:hover, .feature-nav-link:focus {
  color: #fff;
}
.feature-tab-item {
  position: relative;
  padding-top: 40px;
  background: none;
}

.service {
  background-color: #fcfcfc;
}
.service-item {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 0 40px 6px rgba(0, 0, 0, 0.05);
  transition: all 0.5s;
  margin-bottom: 20px;
  z-index: 1;
  cursor: pointer;
}
.service-box {
  padding: 25px;
  background-color: #fff;
  box-shadow: 0 0 40px 6px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}
.service-box:hover {
  transform: translateY(-10px);
}
.service-box:hover .service-thumb {
  animation: 10s linear infinite shakeY;
}
.service-box:hover .service-shape {
  visibility: visible;
  opacity: 0.4;
}
.service-shape {
  position: absolute;
  right: -2rem;
  bottom: -2rem;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all 0.4s ease-in-out;
}
.service-thumb {
  text-align: center;
  padding-top: 10px;
}
.service-thumb img {
  border-radius: 5px;
}
.service-content {
  position: relative;
  text-align: center;
  padding-top: 20px;
}
.service-title {
  font-size: 1.25rem;
  line-height: 1.1;
  color: #000;
}
.service-text {
  font-size: 0.9rem;
  line-height: 1.2;
  color: #212121;
}
.service-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
}
.service-bg::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.service-istyle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
  margin-bottom: 20px;
  cursor: pointer;
  padding: 25px;
  background-color: #fff;
}
.service-istyle .service-icon {
  font-size: 64px;
  color: #0026ff;
}

.project {
  background: #ececec;
}
.project-filter-nav {
  width: 100%;
  text-align: center;
}
.project-btn {
  background: none;
  border: 0;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px;
  margin: 0 20px;
  position: relative;
  color: #263a4f;
}
.project-btn i {
  font-size: 1.75rem;
  margin-bottom: 12px;
}
.project-btn span {
  font-size: 1.2rem;
  font-family: "Jost", sans-serif;
  font-weight: 500;
}
.project-btn:hover, .project-btn.active {
  color: #0026ff;
}
.project-item {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 0 40px 6px rgba(0, 0, 0, 0.05);
  transition: all 0.5s;
  margin-bottom: 20px;
  cursor: pointer;
}
.project-item:hover .project-content {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.project-item:hover .project-thumb {
  transform: scale(1.2);
  transition: all 6s;
}
.project-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  z-index: 1;
  background: #0026ff;
  padding: 20px 20px;
  display: flex;
  justify-content: space-between;
  visibility: hidden;
  opacity: 0;
  transform: scale(0);
  transition: all 0.4s;
}
.project-content:hover .project-link {
  transform: translateX(15px);
}
.project-title {
  font-size: 1.25rem;
  line-height: 1;
  color: #fff;
}
.project-link {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.project-link i {
  padding-left: 6px;
  color: #fff;
  font-size: 24px;
}

.portfolio {
  background: #ececec;
}
.portfolio-filter-nav {
  text-align: center;
  overflow-x: auto;
  white-space: nowrap;
}
.portfolio-container {
  padding: 2rem;
}
@media (max-width: 991px) {
  .portfolio-container {
    padding: 0.85rem;
  }
}
.portfolio-btn {
  background: none;
  border: 0;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px;
  margin: 0 20px;
  position: relative;
  color: #263a4f;
}
.portfolio-btn i {
  font-size: 1.75rem;
  margin-bottom: 12px;
}
.portfolio-btn span {
  font-size: 1.2rem;
  font-family: "Jost", sans-serif;
  font-weight: 500;
}
.portfolio-btn:hover, .portfolio-btn.active {
  color: #0026ff;
}
.portfolio-item {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 0 40px 6px rgba(0, 0, 0, 0.05);
  transition: all 0.5s;
  margin-bottom: 20px;
  cursor: pointer;
}
.portfolio-item:hover .portfolio-content {
  visibility: visible;
  opacity: 0.75;
  transform: scale(1);
}
.portfolio-item:hover .portfolio-thumb {
  transform: scale(1.2);
  transition: all 6s;
}
.portfolio-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  z-index: 1;
  background: #0026ff;
  padding: 20px 20px;
  display: flex;
  justify-content: space-between;
  visibility: hidden;
  opacity: 0;
  transform: scale(0);
  transition: all 0.4s;
}
.portfolio-content:hover .portfolio-link {
  transform: translateX(15px);
}
.portfolio-title {
  font-size: 1.25rem;
  line-height: 1;
  color: #fff;
}
.portfolio-link {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.portfolio-link i {
  padding-left: 6px;
  color: #fff;
  font-size: 24px;
}
.portfolio-descr {
  color: #777777;
  font-size: 18px;
  font-style: italic;
  line-height: 1.7em;
  font-weight: 300;
  margin-bottom: 20px;
}
.portfolio-cats {
  position: relative;
  color: #222222;
  font-size: 14px;
  margin: 28px 0;
}
.portfolio-info {
  position: relative;
  padding-top: 28px;
  border-top: 2px solid #f6f6f6;
}
.portfolio-info li {
  position: relative;
  color: #aaaaaa;
  width: 33.333%;
  font-size: 15px;
  padding-left: 30px;
  border-right: 1px solid #d3d3d3;
}
.portfolio-info li span {
  position: relative;
  display: block;
  font-weight: 600;
  color: #222222;
  text-transform: uppercase;
}
.portfolio-slider-style1 .slick-slide {
  margin-left: 10px;
  margin-right: 20px;
}
@media (max-width: 480px) {
  .portfolio-slider-style1 .slick-slide {
    margin-right: 0;
  }
}
.portfolio-stylef .portfolio-content {
  height: 100%;
  z-index: 1;
  background: linear-gradient(-45deg, #0026ff, #00b503);
  justify-content: center;
  align-items: center;
}
.portfolio-stylef .portfolio-item:hover .portfolio-thumb {
  transform: none;
}

.tech-dark {
  background-color: #0026ff;
  color: #fff;
}
.tech-slider {
  position: relative;
}
.tech-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.tech-icon {
  color: #fff;
  font-size: 96px;
  margin-bottom: 10px;
}
.tech-title {
  color: #f0f0f0;
  font-size: 1.4rem;
  font-weight: 400;
}

.einfo {
  position: relative;
  background-color: #ecf7ff;
  padding: 0 40px;
}
.einfo-row {
  display: flex;
  align-items: center;
}
.einfo-content {
  padding: 50px;
  padding-left: 0;
}
.einfo-img {
  position: relative;
  height: 100%;
}

.mobapp {
  position: relative;
}
.mobapp-row {
  display: flex;
  align-items: center;
}
.mobapp-content {
  padding: 50px;
  padding-left: 0;
}
.mobapp-img {
  position: relative;
  height: 100%;
}

.pricing {
  position: relative;
  padding: 0;
}
.pricing .section-subtitle {
  color: #fff;
}
.pricing .section-subtitle:before {
  border-left: 0.15rem solid #fff;
}
.pricing .section-title {
  color: #fff;
  font-size: 2.2rem;
}
.pricing-bg {
  background: #5f48f0;
  padding: 75px 0;
}
.pricing-space {
  padding: 50px 0;
}
.pricing-fg {
  position: relative;
  background: #f1f1f1;
  width: 110%;
}
.pricing-plans {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -120px;
}
.pricing-header {
  display: flex;
  justify-content: space-between;
  padding: 20px;
}

.industry-slider .slick-slide {
  display: flex;
  margin-left: 40px;
  margin-right: 80px;
}
@media (max-width: 480px) {
  .industry-slider .slick-slide {
    margin-right: 0;
  }
}
.industry-item {
  margin: 0 40px;
  padding: 50px 30px 50px 0;
  display: flex;
  background: #fff;
}
.industry-content {
  position: relative;
  transform: translateX(-30%);
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 30px 0;
}
.industry-title {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
}
.industry-cate {
  font-size: 12px;
  color: #808080;
}
.industry-img {
  position: relative;
  transform: translateX(-50%);
}
.industry-style1 {
  margin: 0px;
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.industry-style1 .industry-img {
  position: relative;
  transform: none;
}
.industry-style1 .industry-content {
  position: relative;
  transform: none;
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.industry-style1 .industry-title {
  font-size: 26px;
  font-weight: bold;
  background: linear-gradient(to right, #0026ff, #00b503);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0px;
}

.innerpage {
  background: #0026ff;
}
.innerpage-title {
  text-align: center;
  color: white;
  font-size: 1.35rem;
  font-weight: 600;
}

.wim-area {
  position: relative;
  padding: 100px 0;
}
.wim-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wim-item {
  transition: 0.5s ease-in-out;
  position: relative;
  background-color: #fff;
  padding: 30px;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 12px;
}
.wim-item:hover::before {
  top: 0;
  height: 100%;
}
.wim-hover {
  position: absolute;
  right: -0.5rem;
  bottom: -0.5rem;
  opacity: 0.5;
  transition: all 0.4s ease-in-out;
}
.wim-hover img {
  max-height: 128px;
}
.wim-icon {
  font-size: 48px;
  color: #0026ff;
  text-align: center;
  padding-bottom: 0.6rem;
}
.wim-content {
  text-align: justify;
}
.wim-content::first-letter {
  padding-left: 25%;
}
.wim-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  background: #f6f6f6;
}
.wim-text {
  font-size: 3rem;
  font-weight: 600;
  text-transform: uppercase;
}
.wim-opaque {
  opacity: 0.125;
  z-index: -1;
}
.wim-leftop {
  position: absolute;
  left: 2%;
  top: 30px;
  animation: 10s linear 1s infinite shakeX;
}
.wim-botrit {
  position: absolute;
  right: 1%;
  bottom: 30px;
}
.wim-service .wim-item {
  background-color: #f1f1f1;
}
.wim-service .wim-title {
  position: relative;
  margin-top: 1rem;
  font-size: 1.25rem;
}
.wim-service .wim-title::before {
  content: "";
  position: absolute;
  top: -0.5rem;
  width: 5rem;
  height: 4px;
  background: #0026ff;
}
.wim-service .wim-content::first-letter {
  padding-left: 0;
}
.wim-service .wim-bg {
  background: #fcfcfc;
}
.wim-style1 .wim-item {
  background: none;
}
.wim-style1 .wim-title {
  position: relative;
  margin-top: 1rem;
  font-size: 1.25rem;
}
.wim-style1 .wim-title::before {
  content: "";
  position: absolute;
  top: -0.75rem;
  width: 70%;
  height: 6px;
  background: #0026ff;
}
.wim-style1 .wim-content {
  text-align: left;
}
.wim-style1 .wim-content::first-letter {
  padding-left: 0;
}
.wim-style1 .wim-bg {
  background: #fcfcfc;
}

.process {
  position: relative;
}
.process-item {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 40px;
  background-color: #191970;
}
.process-wrap {
  padding-top: 1.8rem;
}
.process-iwrap {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 4rem;
  height: 4rem;
  background: #f1f1f1;
  border-top-left-radius: 100%;
  text-align: center;
  opacity: 0.1;
}
.process-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 1.4rem;
  line-height: 1;
  padding-right: 0.7rem;
  padding-bottom: 0.7rem;
  color: #fff;
}
.process-img {
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 1;
  padding-right: 0.7rem;
  padding-bottom: 0.7rem;
  opacity: 0.08;
}
.process-img img {
  width: 96px;
}
.process-title {
  color: #212121;
}
.process-step {
  font-size: 4rem;
  font-family: "Jost", sans-serif;
  font-weight: bolder;
  line-height: 1;
  color: #0026ff;
  opacity: 0.15;
  position: absolute;
  left: 0;
  top: 0;
}
.process-h5 {
  color: #f1f1f1;
}
.process-text {
  color: #393939;
}
.process-nav {
  flex-wrap: nowrap;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .process-nav {
    overflow-x: scroll;
  }
}
.process .nav-tabs {
  border: none;
}
.process .nav-tabs .nav-link {
  border: none;
}
.process-nav-tabs {
  border: none;
}
.process-nav-tabs .process-nav-link.active, .process-nav-tabs .process-nav-link.show {
  color: #00b503;
  background: none;
  border-bottom-color: #00b503;
  transition: all 0.4s ease-in-out;
}
.process-nav-tabs .process-nav-link:hover, .process-nav-tabs .process-nav-link:focus {
  color: #00b503;
  background: none;
}
.process-nav-link {
  font-size: 1.6rem;
  color: #dcdcdc;
  padding: 0.2rem 0;
  border-bottom: 2px solid transparent;
  margin-right: 72px;
  font-weight: 700;
  transition: all 0.4s ease-in-out;
}
.process-tab-item {
  position: relative;
  padding-top: 40px;
  background: none;
}
.process-vertical {
  text-align: left;
}
.process-vertical .process-item {
  position: relative;
  display: flex;
  flex-direction: column;
  background: none;
}
.process-vertical .process-step-circle {
  padding: 30px;
  margin: 0 15px 0 0;
  background-color: #0026ff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.process-vertical .process-step {
  font-size: 30px;
  position: relative;
  opacity: 1;
  color: #fff;
  margin: 0;
}
.process-vertical .process-wrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  position: relative;
  padding-bottom: 60px;
}
.process-dark .process-title {
  color: #f1f1f1;
}
.process-dark .process-step {
  color: #fff;
}
.process-dark .process-text {
  color: #c0c0c0;
}
.process-style1 {
  text-align: center;
}
.process-style1 .process-item {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0px;
  background: none;
}
.process-style1 .process-item:hover .process-step-circle {
  background: #fff;
  border: 4px solid #0026ff;
  transition: all 0.4s;
}
.process-style1 .process-item:hover .process-step {
  color: #0026ff;
}
.process-style1 .process-step-circle {
  height: 98px;
  width: 98px;
  border: 4px solid transparent;
  background-color: #0026ff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.process-style1 .process-step-circle:before {
  content: "";
  height: 2px;
  display: block;
  background-color: #ededed;
  position: absolute;
  width: 50%;
  left: 75%;
}
.process-style1 .process-step-last.process-step-circle:before {
  display: none;
}
.process-style1 .process-step {
  font-size: 30px;
  position: relative;
  opacity: 1;
  color: #fff;
  margin: 0;
}
.process-style1 .process-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-bottom: 60px;
}

.faq-row {
  margin-left: 50px;
}
.faq-accordion {
  position: relative;
}
.faq-accordion .accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
  box-shadow: none;
}
.faq-item {
  position: relative;
}
.faq-item:before {
  content: "Q";
  position: absolute;
  left: -50px;
  width: 40px;
  height: 40px;
  font-size: 20px;
  font-weight: 700;
  color: black;
  background-color: #d0d0d0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cta-area {
  position: relative;
  margin-bottom: -132px;
  z-index: 1;
}
.cta-row {
  display: flex;
  justify-content: flex-end;
}
.cta-box {
  width: 100%;
  height: 242px;
  background: linear-gradient(to right, #0026ff, #00b503);
  border-radius: 20px;
  box-shadow: 1px 1px 60px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 70px;
  position: relative;
}
@media (max-width: 991px) {
  .cta-box {
    padding: 40px;
    height: auto;
    display: block;
    text-align: center;
  }
}
.cta-box::before, .cta-box::after, .cta-box .circle-shape::before, .cta-box .circle-shape::after, .cta-box .circle-shape span::before, .cta-box .circle-shape span::after {
  content: "";
  position: absolute;
  top: 17px;
  left: 79px;
  width: 24px;
  height: 24px;
  background: transparent;
  border: 5px solid #ffffff;
  border-radius: 50%;
  opacity: 0.3;
  pointer-events: none;
  animation: movedelement 5s linear infinite;
  z-index: 0;
}
@media (max-width: 991px) {
  .cta-box::before, .cta-box::after, .cta-box .circle-shape::before, .cta-box .circle-shape::after, .cta-box .circle-shape span::before, .cta-box .circle-shape span::after {
    display: none;
  }
}
.cta-box .circle-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  pointer-events: none;
  z-index: 0;
}
.cta-box .circle-shape::before {
  top: 29px;
  left: 391px;
  animation: movedelement 10s linear infinite;
}
.cta-box .circle-shape::after {
  top: 69px;
  left: auto;
  right: 464px;
  animation: movedelement 8s linear infinite;
}
.cta-box .circle-shape span::before {
  top: 29px;
  left: auto;
  right: 43px;
  animation: movedelement 3s linear infinite;
}
.cta-box .circle-shape span::after {
  top: auto;
  bottom: 38px;
  left: auto;
  right: 282px;
  animation: movedelement 5s linear infinite;
}
.cta-box .circle-shape::after {
  top: auto;
  bottom: 26px;
  left: 260px;
  animation: movedelement 7s linear infinite;
}
.cta-title {
  font-size: 3rem;
  color: #fff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cta-title {
    font-size: 2.4rem;
  }
}
.cta-text {
  color: #fff;
  font-weight: 600;
}
.cta-btn {
  font-size: 1.2rem;
  padding: 1rem 2rem;
  color: #0026ff;
  font-weight: bold;
  border-radius: 3rem;
  background-color: #fff;
  transition: all ease 700ms;
  position: relative;
  overflow: hidden;
}
.cta-btn span {
  position: relative;
  z-index: 1;
}
.cta-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(0, -50%);
  width: 105%;
  height: 105%;
  background: #010f2e;
  border-radius: 40px;
  transition: 0.5s;
  z-index: 0;
}
.cta-btn:hover {
  color: #fff;
}
.cta-btn:hover:before {
  left: 0;
}

.secimgl {
  position: relative;
  z-index: 2;
}
.secimgl-row {
  display: flex;
  align-items: center;
}
.secimgl-content {
  padding: 50px;
  padding-left: 0;
}
.secimgl-img {
  position: relative;
  height: 100%;
}
.secimgr {
  position: relative;
}
.secimgr-row {
  display: flex;
  align-items: center;
}
.secimgr-content {
  padding: 50px;
  padding-left: 0;
}
.secimgr-img {
  position: relative;
  height: 100%;
}
.secsgd-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.secsgd-dots {
  position: absolute;
  opacity: 0.1;
  z-index: 1;
}
.secsgd-shape {
  position: absolute;
}
.secsgd-trifl {
  animation: 6s linear 1s infinite heartBeat;
}
.secsgd-cigr {
  animation: 6s linear 2s infinite shakeY;
}
.secsgd-trigr {
  animation: 6s linear 2s infinite shakeX;
}

.feag-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.feag-icon {
  margin-bottom: 0.75rem;
  border-radius: 50%;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.06);
}

.benefit-icon {
  font-size: 72px;
  margin-bottom: 1rem;
}

.social-icons {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}
.social-icons-sm .social-icon {
  font-size: 1rem;
  width: 2.125rem;
  height: 2.125rem;
}
.social-icons-sm .social-icon:not(:last-child) {
  margin-right: 0.5rem;
}
.social-icons-sm .social-label {
  margin-right: 1rem;
}

.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  width: 4rem;
  height: 4rem;
  color: #777;
  margin: 0;
  background-color: transparent;
  border: 0.1rem solid #e1e2e6;
  border-radius: 50%;
  text-decoration: none;
  opacity: 1;
  transition: all 0.35s ease;
}
.social-icon:hover, .social-icon:focus {
  color: #0026ff;
  border-color: #0026ff;
  background-color: transparent;
}

.bubbles_wrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 990;
  overflow: hidden;
  pointer-events: none;
}

.bubble {
  position: absolute;
  border-radius: 50%;
  box-shadow: none;
  width: 5px;
  height: 5px;
}

.x1 {
  animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
  left: 6%;
  top: 45%;
  background: #010f2e;
}

.x2 {
  animation: animateBubble 10s linear infinite, sideWays 4s ease-in-out infinite alternate;
  left: 15%;
  top: 80%;
  background: #497cff;
}

.x3 {
  animation: animateBubble 18s linear infinite, sideWays 2s ease-in-out infinite alternate;
  left: 10%;
  top: 40%;
  background: #4faa84;
}

.x4 {
  animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate;
  left: 20%;
  top: 0;
  background: #5dbe96;
}

.x5 {
  animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;
  left: 30%;
  top: 50%;
  background: #497cff;
}

.x6 {
  animation: animateBubble 11s linear infinite, sideWays 2s ease-in-out infinite alternate;
  left: 50%;
  top: 0;
  background: #5dbe96;
}

.x7 {
  animation: animateBubble 10s linear infinite, sideWays 2s ease-in-out infinite alternate;
  left: 65%;
  top: 70%;
  background: #4faa84;
}

.x8 {
  animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate;
  left: 80%;
  top: 10%;
  background: #010f2e;
}

.x9 {
  animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;
  left: 90%;
  top: 50%;
  background: #777777;
}

.x10 {
  animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
  left: 80%;
  top: 80%;
  background: #4faa84;
}

@keyframes animateBubble {
  0% {
    margin-top: 20%;
  }
  100% {
    margin-top: -30%;
  }
}
@keyframes sideWays {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: 25px;
  }
}
@media (max-width: 576px) {
  .slider .slick-arrow {
    visibility: hidden;
  }
}
@media (max-width: 767px) {
  .navbar.is-sticky {
    display: none;
  }

  .slider-wrap {
    height: 300px;
  }
  .slider-content {
    padding-left: 1.3rem;
  }
  .slider-content-h4 {
    font-size: 1.5rem;
    padding-bottom: 0.6rem;
  }
  .slider-content-p {
    font-size: 0.75rem;
    padding-bottom: 0.4rem;
  }
  .slider-btn {
    padding: 0.55rem 0.75rem;
    font-size: 0.65rem;
  }
  .slider-title {
    font-size: 1.4rem;
    margin-bottom: 0.4rem;
  }
  .slider-subtitle {
    font-size: 0.9rem;
    margin-bottom: 0.1rem;
  }
  .slider-text {
    font-size: 0.75rem;
    padding-bottom: 0.15rem;
  }
  .slider-shape img {
    max-width: 40%;
  }
  .slider-error {
    right: -20% !important;
  }

  .feature-item {
    margin-bottom: 20px;
  }

  .aboutus-content {
    padding-right: 0;
  }
  .aboutus-title {
    font-size: 1.6rem;
  }
  .aboutus-col {
    margin-top: 30px;
  }

  .project-content {
    height: 30px;
    padding: 8px 10px;
  }
  .project-tittle {
    font-size: 0.75rem;
  }
  .project-link {
    font-size: 0.45rem;
  }
}
@media screen and (max-width: 990px) {
  body,
p {
    font-size: 0.8rem;
  }

  btn .btn-lg {
    padding: 0.75rem 0.75rem;
    font-size: 0.9rem;
    line-height: 1.2;
  }

  .promo__left {
    display: none;
  }
  .promo__right {
    display: none;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  .slider-wrap {
    height: 450px;
  }
  .slider-title {
    font-size: 2.6rem;
    margin-bottom: 0.8rem;
  }
  .slider-shape img {
    max-width: 60%;
  }
}
/*
================================================
Utilities
================================================
*/
/*
================================================
Animations
================================================
*/
@keyframes movedelement {
  0% {
    transform: translate(0);
  }
  25% {
    transform: translate(10px, 10px);
  }
  50% {
    transform: translate(5px, 5px);
  }
  75% {
    transform: translate(10px, -5px);
  }
  100% {
    transform: translate(0);
  }
}
.animation-movedelement {
  animation-delay: 0;
  animation-duration: 10s;
  animation-name: movedelement;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: fowards;
  animation-direction: forward;
}

@media (min-width: 991px) {
  .l-none {
    display: none !important;
  }
}

.ml-auto, .mx-auto {
  margin-left: auto !important;
}

.mr-auto, .mx-auto {
  margin-right: auto !important;
}

.container-max {
  padding: 0 80px;
  width: 100%;
}
@media (max-width: 991px) {
  .container-max {
    padding: 0 15px;
  }
}

.text-right {
  text-align: right;
}