/*==========================================================================
Font
========================================================================== */
/*==========================================================================
Color
========================================================================== */
/*==========================================================================
Pack
========================================================================== */
@import url("css2.css");
body {
  font-family: "Roboto", sans-serif;
  color: #686C73;
  font-size: 16px;
  line-height: 1.5;
  text-transform: capitalize;
}

img {
  
  max-width: 100%;
  height: auto;
  transition: all 0.3s ease-out 0s;
}

a:focus,
a:hover {
  text-decoration: none;
  color: inherit;
}

a,
button {
  outline: none;
  color: inherit;
  text-decoration: none;
  transition: all 0.4s ease-out 0s;
}

a,
button,
i {
  text-decoration: none;
  color: inherit;
}

a:focus,
.button:focus {
  text-decoration: none;
  color: inherit;
  outline: none;
}

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

i::before {
  position: relative;
}

input,
input:hover,
input:focus,
input[type=text],
input[type=email],
textarea,
textarea:hover,
textarea:focus,
button,
button:hover,
button:focus {
  box-shadow: none;
  border: 0px;
  outline: none;
  border-radius: 0.5rem;
}

.form-control:focus {
  border: 0;
  outline: 0;
  box-shadow: none;
}

.section-padding {
  padding-block: 60px;
}
@media (min-width: 768px) {
  .section-padding {
    padding-block: 80px;
  }
}
@media (min-width: 992px) {
  .section-padding {
    padding-block: 120px;
  }
}

.padding-top {
  padding-top: 60px;
}
@media (min-width: 768px) {
  .padding-top {
    padding-top: 80px;
  }
}
@media (min-width: 992px) {
  .padding-top {
    padding-top: 120px;
  }
}

.padding-bottom {
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .padding-bottom {
    padding-bottom: 80px;
  }
}
@media (min-width: 992px) {
  .padding-bottom {
    padding-bottom: 120px;
  }
}

/*==========================================================================
Theme Btn CSS
========================================================================== */
.theme-banner-btn,
.theme-bg-btn,
.border-btn,
.theme-btn {
  display: inline-block;
  border-radius: 0.5rem;
  background: #704CFF;
  color: white;
  font-size: 14px;
  padding: 0.65rem 1rem;
  text-align: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  z-index: 4;
  position: relative;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  text-transform: capitalize;
}
@media (min-width: 992px) {
  .theme-banner-btn,
  .theme-bg-btn,
  .border-btn,
  .theme-btn {
    padding: 1rem 1.5rem;
    font-size: 16px;
  }
}
.theme-banner-btn i::before,
.theme-bg-btn i::before,
.border-btn i::before,
.theme-btn i::before {
  font-size: 15px;
  margin-left: 10px;
}

.border-btn::before,
.theme-banner-btn::before,
.theme-bg-btn::before,
.theme-btn::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 100%;
  height: 0%;
  border: #704CFF;
  transform: translate(-50%, -50%) rotate(55deg);
  z-index: -1;
  transition: all 0.6s ease-in-out;
}

.theme-banner-btn:hover::before,
.theme-bg-btn:hover::before,
.border-btn:hover::before,
.theme-btn:hover::before {
  height: 380%;
}

.theme-banner-btn::before {
  background: white;
}
.theme-banner-btn:hover {
  color: #704CFF;
}

.theme-bg-btn {
  background: #030A15;
}
.theme-bg-btn::before {
  background: white;
}
.theme-bg-btn:hover {
  color: #704CFF;
}

.border-btn {
  border: 1px solid #704CFF;
  background: none;
  color: #704CFF;
}
.border-btn::before {
  background: white;
}
.border-btn:hover {
  color: #704CFF;
  border-color: white;
}
.border-btn:focus {
  color: #704CFF;
}

.theme-btn::before {
  background: #030A15;
}
.theme-btn:hover {
  color: white;
}
.theme-btn:focus {
  color: white;
}

/*==========================================================================
Hedging CSS
========================================================================== */
h1 {
  font-size: 90px;
  line-height: 110px;
  padding: 0;
  margin: 0;
  color: #030A15;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
}

h2 {
  font-size: 48px;
  line-height: 1.2;
  padding: 0;
  margin: 0;
  color: #030A15;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
}

h3 {
  font-size: 22px;
  line-height: 1.2;
  padding: 0;
  margin: 0;
  color: #fff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
}

h4 {
  font-size: 20px;
  line-height: 1.2;
  padding: 0;
  margin: 0;
  color: #030A15;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
}

h5 {
  font-size: 18px;
  line-height: 1.2;
  padding: 0;
  margin: 0;
  color: #030A15;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
}

h6 {
  font-size: 14px;
  line-height: 1.2;
  padding: 0;
  margin: 0;
  color: #030A15;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
}

p {
  font-size: 16px;
  line-height: 1.5;
  padding: 0;
  margin: 0;
  color: #686C73;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.t-left {
  text-align: left;
}

.t-center {
  text-align: center;
}

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

@media (max-width: 991px) {
  .lg-left {
    text-align: left;
  }
  .lg-center {
    text-align: center;
  }
  .lg-right {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .st-left {
    text-align: left;
  }
  .st-center {
    text-align: center;
  }
  .st-right {
    text-align: right;
  }
}
@media (max-width: 575px) {
  .dt-left {
    text-align: left;
  }
  .dt-center {
    text-align: center;
  }
  .dt-right {
    text-align: right;
  }
  h2 {
    font-size: 32px;
  }
}
@media (max-width: 440px) {
  h2 {
    font-size: 24px;
  }
}
/*==========================================================================
Preloader CSS
========================================================================== */
.spinner {
  width: 80px;
  height: 80px;
  position: relative;
  margin: 100px auto;
}

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #704CFF;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  animation-delay: -1s;
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.theme-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #030A15;
  z-index: 9999999999;
}
.theme-loader .spinner {
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
}

/*==========================================================================
Section header CSS
========================================================================== */
.section-header {
  text-align: center;
  margin-bottom: 35px;
}
@media (min-width: 992px) {
  .section-header {
    text-align: start;
  }
}
.section-header-top {
  margin-bottom: 0.85rem;
  position: relative;
  display: inline-block;
}
.section-header-top span {
  position: relative;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #704CFF;
  z-index: 2;
}
.section-header-top::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 40px;
  left: -20%;
  bottom: 0;
  background: #92EC13;
  z-index: 0;
  filter: blur(25px);
}
.section-header-top--style2 span {
  position: relative;
  font-family: "Plus Jakarta Sans", sans-serif;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  color: #92EC13;
  z-index: 2;
}
.section-header-top--style2::before {
  background: #030A15;
}
.section-header h2 {
  max-width: 20ch;
  margin-inline: auto;
  font-size: 32px;
}
@media (min-width: 768px) {
  .section-header h2 {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .section-header h2 {
    margin-inline: 0;
    font-size: 48px;
  }
}

.section-header-top {
  position: relative;
  display: inline-block;
}
.section-header-top span {
  position: relative;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #704CFF;
  z-index: 2;
}
.section-header-top::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 40px;
  left: -20%;
  bottom: 0;
  background: #92EC13;
  z-index: 0;
  filter: blur(25px);
}
.section-header-top--style2 span {
  position: relative;
  font-family: "Plus Jakarta Sans", sans-serif;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  color: #92EC13;
  z-index: 2;
}
.section-header-top--style2::before {
  background: #030A15;
}

.bg-body {
  background-color: #686C73;
}

/*==========================================================================
Scroll Top CSS
========================================================================== */
.scroll-top {
  display: inline-grid;
  place-items: center;
  background-color: #704CFF;
  bottom: 5%;
  color: white;
  transition: all 0.3s ease-in-out;
  font-size: 1rem;
  position: fixed;
  right: 5%;
  width: 40px;
  height: 40px;
  z-index: 9;
  cursor: pointer;
  place-items: center;
  border-radius: 0.5rem;
}
@media (min-width: 992px) {
  .scroll-top {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}
.scroll-top:hover {
  background-color: #92EC13;
  color: #030A15;
}

/*==========================================================================
Video Animation CSS
========================================================================== */
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animation {
  100% {
    left: 125%;
  }
}
@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
  bottom: 0;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
.mt-0 {
  margin-top: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.ml-0 {
  margin-left: 0px;
}

.mr-0 {
  margin-right: 0px;
}

.pt-0 {
  padding-top: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pl-0 {
  padding-left: 0px;
}

.pr-0 {
  padding-right: 0px;
}

.mt-5 {
  margin-top: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.ml-5 {
  margin-left: 5px;
}

.mr-5 {
  margin-right: 5px;
}

.pt-5 {
  padding-top: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pl-5 {
  padding-left: 5px;
}

.pr-5 {
  padding-right: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.pt-15 {
  padding-top: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pl-15 {
  padding-left: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.ml-25 {
  margin-left: 25px;
}

.mr-25 {
  margin-right: 25px;
}

.pt-25 {
  padding-top: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pl-25 {
  padding-left: 25px;
}

.pr-25 {
  padding-right: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.ml-30 {
  margin-left: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.pr-30 {
  padding-right: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mb-35 {
  margin-bottom: 35px;
}

.ml-35 {
  margin-left: 35px;
}

.mr-35 {
  margin-right: 35px;
}

.pt-35 {
  padding-top: 35px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pl-35 {
  padding-left: 35px;
}

.pr-35 {
  padding-right: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pl-40 {
  padding-left: 40px;
}

.pr-40 {
  padding-right: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mb-45 {
  margin-bottom: 45px;
}

.ml-45 {
  margin-left: 45px;
}

.mr-45 {
  margin-right: 45px;
}

.pt-45 {
  padding-top: 45px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pl-45 {
  padding-left: 45px;
}

.pr-45 {
  padding-right: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.ml-50 {
  margin-left: 50px;
}

.mr-50 {
  margin-right: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pl-50 {
  padding-left: 50px;
}

.pr-50 {
  padding-right: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mb-55 {
  margin-bottom: 55px;
}

.ml-55 {
  margin-left: 55px;
}

.mr-55 {
  margin-right: 55px;
}

.pt-55 {
  padding-top: 55px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pl-55 {
  padding-left: 55px;
}

.pr-55 {
  padding-right: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.ml-60 {
  margin-left: 60px;
}

.mr-60 {
  margin-right: 60px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pl-60 {
  padding-left: 60px;
}

.pr-60 {
  padding-right: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mb-65 {
  margin-bottom: 65px;
}

.ml-65 {
  margin-left: 65px;
}

.mr-65 {
  margin-right: 65px;
}

.pt-65 {
  padding-top: 65px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pl-65 {
  padding-left: 65px;
}

.pr-65 {
  padding-right: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.ml-70 {
  margin-left: 70px;
}

.mr-70 {
  margin-right: 70px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pl-70 {
  padding-left: 70px;
}

.pr-70 {
  padding-right: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mb-75 {
  margin-bottom: 75px;
}

.ml-75 {
  margin-left: 75px;
}

.mr-75 {
  margin-right: 75px;
}

.pt-75 {
  padding-top: 75px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pl-75 {
  padding-left: 75px;
}

.pr-75 {
  padding-right: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.ml-80 {
  margin-left: 80px;
}

.mr-80 {
  margin-right: 80px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pl-80 {
  padding-left: 80px;
}

.pr-80 {
  padding-right: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mb-85 {
  margin-bottom: 85px;
}

.ml-85 {
  margin-left: 85px;
}

.mr-85 {
  margin-right: 85px;
}

.pt-85 {
  padding-top: 85px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pl-85 {
  padding-left: 85px;
}

.pr-85 {
  padding-right: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mb-90 {
  margin-bottom: 90px;
}

.ml-90 {
  margin-left: 90px;
}

.mr-90 {
  margin-right: 90px;
}

.pt-90 {
  padding-top: 90px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pl-90 {
  padding-left: 90px;
}

.pr-90 {
  padding-right: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mb-95 {
  margin-bottom: 95px;
}

.ml-95 {
  margin-left: 95px;
}

.mr-95 {
  margin-right: 95px;
}

.pt-95 {
  padding-top: 95px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pl-95 {
  padding-left: 95px;
}

.pr-95 {
  padding-right: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.ml-100 {
  margin-left: 100px;
}

.mr-100 {
  margin-right: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pl-100 {
  padding-left: 100px;
}

.pr-100 {
  padding-right: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mb-105 {
  margin-bottom: 105px;
}

.ml-105 {
  margin-left: 105px;
}

.mr-105 {
  margin-right: 105px;
}

.pt-105 {
  padding-top: 105px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pl-105 {
  padding-left: 105px;
}

.pr-105 {
  padding-right: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mb-110 {
  margin-bottom: 110px;
}

.ml-110 {
  margin-left: 110px;
}

.mr-110 {
  margin-right: 110px;
}

.pt-110 {
  padding-top: 110px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pl-110 {
  padding-left: 110px;
}

.pr-110 {
  padding-right: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mb-115 {
  margin-bottom: 115px;
}

.ml-115 {
  margin-left: 115px;
}

.mr-115 {
  margin-right: 115px;
}

.pt-115 {
  padding-top: 115px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pl-115 {
  padding-left: 115px;
}

.pr-115 {
  padding-right: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mb-120 {
  margin-bottom: 120px;
}

.ml-120 {
  margin-left: 120px;
}

.mr-120 {
  margin-right: 120px;
}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pl-120 {
  padding-left: 120px;
}

.pr-120 {
  padding-right: 120px;
}

@media (max-width: 991px) {
  .lg-mb-0 {
    margin-bottom: 0px;
  }
  .lg-mt-0 {
    margin-top: 0px;
  }
  .lg-ml-0 {
    margin-left: 0px;
  }
  .lg-mr-0 {
    margin-right: 0px;
  }
  .lg-pt-0 {
    padding-top: 0px;
  }
  .lg-pb-0 {
    padding-bottom: 0px;
  }
  .lg-pl-0 {
    padding-left: 0px;
  }
  .lg-pr-0 {
    padding-right: 0px;
  }
  .lg-mb-5 {
    margin-bottom: 5px;
  }
  .lg-mt-5 {
    margin-top: 5px;
  }
  .lg-ml-5 {
    margin-left: 5px;
  }
  .lg-mr-5 {
    margin-right: 5px;
  }
  .lg-pt-5 {
    padding-top: 5px;
  }
  .lg-pb-5 {
    padding-bottom: 5px;
  }
  .lg-pl-5 {
    padding-left: 5px;
  }
  .lg-pr-5 {
    padding-right: 5px;
  }
  .lg-mb-10 {
    margin-bottom: 10px;
  }
  .lg-mt-10 {
    margin-top: 10px;
  }
  .lg-ml-10 {
    margin-left: 10px;
  }
  .lg-mr-10 {
    margin-right: 10px;
  }
  .lg-pt-10 {
    padding-top: 10px;
  }
  .lg-pb-10 {
    padding-bottom: 10px;
  }
  .lg-pl-10 {
    padding-left: 10px;
  }
  .lg-pr-10 {
    padding-right: 10px;
  }
  .lg-mb-15 {
    margin-bottom: 15px;
  }
  .lg-mt-15 {
    margin-top: 15px;
  }
  .lg-ml-15 {
    margin-left: 15px;
  }
  .lg-mr-15 {
    margin-right: 15px;
  }
  .lg-pt-15 {
    padding-top: 15px;
  }
  .lg-pb-15 {
    padding-bottom: 15px;
  }
  .lg-pl-15 {
    padding-left: 15px;
  }
  .lg-pr-15 {
    padding-right: 15px;
  }
  .lg-mb-20 {
    margin-bottom: 20px;
  }
  .lg-mt-20 {
    margin-top: 20px;
  }
  .lg-ml-20 {
    margin-left: 20px;
  }
  .lg-mr-20 {
    margin-right: 20px;
  }
  .lg-pt-20 {
    padding-top: 20px;
  }
  .lg-pb-20 {
    padding-bottom: 20px;
  }
  .lg-pl-20 {
    padding-left: 20px;
  }
  .lg-pr-20 {
    padding-right: 20px;
  }
  .lg-mb-25 {
    margin-bottom: 25px;
  }
  .lg-mt-25 {
    margin-top: 25px;
  }
  .lg-ml-25 {
    margin-left: 25px;
  }
  .lg-mr-25 {
    margin-right: 25px;
  }
  .lg-pt-25 {
    padding-top: 25px;
  }
  .lg-pb-25 {
    padding-bottom: 25px;
  }
  .lg-pl-25 {
    padding-left: 25px;
  }
  .lg-pr-25 {
    padding-right: 25px;
  }
  .lg-mb-30 {
    margin-bottom: 30px;
  }
  .lg-mt-30 {
    margin-top: 30px;
  }
  .lg-ml-30 {
    margin-left: 30px;
  }
  .lg-mr-30 {
    margin-right: 30px;
  }
  .lg-pt-30 {
    padding-top: 30px;
  }
  .lg-pb-30 {
    padding-bottom: 30px;
  }
  .lg-pl-30 {
    padding-left: 30px;
  }
  .lg-pr-30 {
    padding-right: 30px;
  }
  .lg-mb-35 {
    margin-bottom: 35px;
  }
  .lg-mt-35 {
    margin-top: 35px;
  }
  .lg-ml-35 {
    margin-left: 35px;
  }
  .lg-mr-35 {
    margin-right: 35px;
  }
  .lg-pt-35 {
    padding-top: 35px;
  }
  .lg-pb-35 {
    padding-bottom: 35px;
  }
  .lg-pl-35 {
    padding-left: 35px;
  }
  .lg-pr-35 {
    padding-right: 35px;
  }
  .lg-mb-40 {
    margin-bottom: 40px;
  }
  .lg-mt-40 {
    margin-top: 40px;
  }
  .lg-ml-40 {
    margin-left: 40px;
  }
  .lg-mr-40 {
    margin-right: 40px;
  }
  .lg-pt-40 {
    padding-top: 40px;
  }
  .lg-pb-40 {
    padding-bottom: 40px;
  }
  .lg-pl-40 {
    padding-left: 40px;
  }
  .lg-pr-40 {
    padding-right: 40px;
  }
  .lg-mb-45 {
    margin-bottom: 45px;
  }
  .lg-mt-45 {
    margin-top: 45px;
  }
  .lg-ml-45 {
    margin-left: 45px;
  }
  .lg-mr-45 {
    margin-right: 45px;
  }
  .lg-pt-45 {
    padding-top: 45px;
  }
  .lg-pb-45 {
    padding-bottom: 45px;
  }
  .lg-pl-45 {
    padding-left: 45px;
  }
  .lg-pr-45 {
    padding-right: 45px;
  }
  .lg-mb-50 {
    margin-bottom: 50px;
  }
  .lg-mt-50 {
    margin-top: 50px;
  }
  .lg-ml-50 {
    margin-left: 50px;
  }
  .lg-mr-50 {
    margin-right: 50px;
  }
  .lg-pt-50 {
    padding-top: 50px;
  }
  .lg-pb-50 {
    padding-bottom: 50px;
  }
  .lg-pl-50 {
    padding-left: 50px;
  }
  .lg-pr-50 {
    padding-right: 50px;
  }
  .lg-mb-55 {
    margin-bottom: 55px;
  }
  .lg-mt-55 {
    margin-top: 55px;
  }
  .lg-ml-55 {
    margin-left: 55px;
  }
  .lg-mr-55 {
    margin-right: 55px;
  }
  .lg-pt-55 {
    padding-top: 55px;
  }
  .lg-pb-55 {
    padding-bottom: 55px;
  }
  .lg-pl-55 {
    padding-left: 55px;
  }
  .lg-pr-55 {
    padding-right: 55px;
  }
  .lg-mb-60 {
    margin-bottom: 60px;
  }
  .lg-mt-60 {
    margin-top: 60px;
  }
  .lg-ml-60 {
    margin-left: 60px;
  }
  .lg-mr-60 {
    margin-right: 60px;
  }
  .lg-pt-60 {
    padding-top: 60px;
  }
  .lg-pb-60 {
    padding-bottom: 60px;
  }
  .lg-pl-60 {
    padding-left: 60px;
  }
  .lg-pr-60 {
    padding-right: 60px;
  }
  .lg-mb-65 {
    margin-bottom: 65px;
  }
  .lg-mt-65 {
    margin-top: 65px;
  }
  .lg-ml-65 {
    margin-left: 65px;
  }
  .lg-mr-65 {
    margin-right: 65px;
  }
  .lg-pt-65 {
    padding-top: 65px;
  }
  .lg-pb-65 {
    padding-bottom: 65px;
  }
  .lg-pl-65 {
    padding-left: 65px;
  }
  .lg-pr-65 {
    padding-right: 65px;
  }
  .lg-mb-70 {
    margin-bottom: 70px;
  }
  .lg-mt-70 {
    margin-top: 70px;
  }
  .lg-ml-70 {
    margin-left: 70px;
  }
  .lg-mr-70 {
    margin-right: 70px;
  }
  .lg-pt-70 {
    padding-top: 70px;
  }
  .lg-pb-70 {
    padding-bottom: 70px;
  }
  .lg-pl-70 {
    padding-left: 70px;
  }
  .lg-pr-70 {
    padding-right: 70px;
  }
  .lg-mb-75 {
    margin-bottom: 75px;
  }
  .lg-mt-75 {
    margin-top: 75px;
  }
  .lg-ml-75 {
    margin-left: 75px;
  }
  .lg-mr-75 {
    margin-right: 75px;
  }
  .lg-pt-75 {
    padding-top: 75px;
  }
  .lg-pb-75 {
    padding-bottom: 75px;
  }
  .lg-pl-75 {
    padding-left: 75px;
  }
  .lg-pr-75 {
    padding-right: 75px;
  }
  .lg-mb-80 {
    margin-bottom: 80px;
  }
  .lg-mt-80 {
    margin-top: 80px;
  }
  .lg-ml-80 {
    margin-left: 80px;
  }
  .lg-mr-80 {
    margin-right: 80px;
  }
  .lg-pt-80 {
    padding-top: 80px;
  }
  .lg-pb-80 {
    padding-bottom: 80px;
  }
  .lg-pl-80 {
    padding-left: 80px;
  }
  .lg-pr-80 {
    padding-right: 80px;
  }
  .lg-mb-85 {
    margin-bottom: 85px;
  }
  .lg-mt-85 {
    margin-top: 85px;
  }
  .lg-ml-85 {
    margin-left: 85px;
  }
  .lg-mr-85 {
    margin-right: 85px;
  }
  .lg-pt-85 {
    padding-top: 85px;
  }
  .lg-pb-85 {
    padding-bottom: 85px;
  }
  .lg-pl-85 {
    padding-left: 85px;
  }
  .lg-pr-85 {
    padding-right: 85px;
  }
  .lg-mb-90 {
    margin-bottom: 90px;
  }
  .lg-mt-90 {
    margin-top: 90px;
  }
  .lg-ml-90 {
    margin-left: 90px;
  }
  .lg-mr-90 {
    margin-right: 90px;
  }
  .lg-pt-90 {
    padding-top: 90px;
  }
  .lg-pb-90 {
    padding-bottom: 90px;
  }
  .lg-pl-90 {
    padding-left: 90px;
  }
  .lg-pr-90 {
    padding-right: 90px;
  }
  .lg-mb-95 {
    margin-bottom: 95px;
  }
  .lg-mt-95 {
    margin-top: 95px;
  }
  .lg-ml-95 {
    margin-left: 95px;
  }
  .lg-mr-95 {
    margin-right: 95px;
  }
  .lg-pt-95 {
    padding-top: 95px;
  }
  .lg-pb-95 {
    padding-bottom: 95px;
  }
  .lg-pl-95 {
    padding-left: 95px;
  }
  .lg-pr-95 {
    padding-right: 95px;
  }
}
@media (max-width: 767px) {
  .md-mb-0 {
    margin-bottom: 0px;
  }
  .md-mt-0 {
    margin-top: 0px;
  }
  .md-mr-0 {
    margin-right: 0px;
  }
  .md-pt-0 {
    padding-top: 0px;
  }
  .md-pb-0 {
    padding-bottom: 0px;
  }
  .md-pl-0 {
    padding-left: 0px;
  }
  .md-pr-0 {
    padding-right: 0px;
  }
  .md-mb-5 {
    margin-bottom: 5px;
  }
  .md-mt-5 {
    margin-top: 5px;
  }
  .md-mr-5 {
    margin-right: 5px;
  }
  .md-pt-5 {
    padding-top: 5px;
  }
  .md-pb-5 {
    padding-bottom: 5px;
  }
  .md-pl-5 {
    padding-left: 5px;
  }
  .md-pr-5 {
    padding-right: 5px;
  }
  .md-mb-10 {
    margin-bottom: 10px;
  }
  .md-mt-10 {
    margin-top: 10px;
  }
  .md-mr-10 {
    margin-right: 10px;
  }
  .md-pt-10 {
    padding-top: 10px;
  }
  .md-pb-10 {
    padding-bottom: 10px;
  }
  .md-pl-10 {
    padding-left: 10px;
  }
  .md-pr-10 {
    padding-right: 10px;
  }
  .md-mb-15 {
    margin-bottom: 15px;
  }
  .md-mt-15 {
    margin-top: 15px;
  }
  .md-mr-15 {
    margin-right: 15px;
  }
  .md-pt-15 {
    padding-top: 15px;
  }
  .md-pb-15 {
    padding-bottom: 15px;
  }
  .md-pl-15 {
    padding-left: 15px;
  }
  .md-pr-15 {
    padding-right: 15px;
  }
  .md-mb-20 {
    margin-bottom: 20px;
  }
  .md-mt-20 {
    margin-top: 20px;
  }
  .md-mr-20 {
    margin-right: 20px;
  }
  .md-pt-20 {
    padding-top: 20px;
  }
  .md-pb-20 {
    padding-bottom: 20px;
  }
  .md-pl-20 {
    padding-left: 20px;
  }
  .md-pr-20 {
    padding-right: 20px;
  }
  .md-mb-25 {
    margin-bottom: 25px;
  }
  .md-mt-25 {
    margin-top: 25px;
  }
  .md-mr-25 {
    margin-right: 25px;
  }
  .md-pt-25 {
    padding-top: 25px;
  }
  .md-pb-25 {
    padding-bottom: 25px;
  }
  .md-pl-25 {
    padding-left: 25px;
  }
  .md-pr-25 {
    padding-right: 25px;
  }
  .md-mb-30 {
    margin-bottom: 30px;
  }
  .md-mt-30 {
    margin-top: 30px;
  }
  .md-mr-30 {
    margin-right: 30px;
  }
  .md-pt-30 {
    padding-top: 30px;
  }
  .md-pb-30 {
    padding-bottom: 30px;
  }
  .md-pl-30 {
    padding-left: 30px;
  }
  .md-pr-30 {
    padding-right: 30px;
  }
  .md-mb-35 {
    margin-bottom: 35px;
  }
  .md-mt-35 {
    margin-top: 35px;
  }
  .md-mr-35 {
    margin-right: 35px;
  }
  .md-pt-35 {
    padding-top: 35px;
  }
  .md-pb-35 {
    padding-bottom: 35px;
  }
  .md-pl-35 {
    padding-left: 35px;
  }
  .md-pr-35 {
    padding-right: 35px;
  }
  .md-mb-40 {
    margin-bottom: 40px;
  }
  .md-mt-40 {
    margin-top: 40px;
  }
  .md-mr-40 {
    margin-right: 40px;
  }
  .md-pt-40 {
    padding-top: 40px;
  }
  .md-pb-40 {
    padding-bottom: 40px;
  }
  .md-pl-40 {
    padding-left: 40px;
  }
  .md-pr-40 {
    padding-right: 40px;
  }
  .md-mb-45 {
    margin-bottom: 45px;
  }
  .md-mt-45 {
    margin-top: 45px;
  }
  .md-mr-45 {
    margin-right: 45px;
  }
  .md-pt-45 {
    padding-top: 45px;
  }
  .md-pb-45 {
    padding-bottom: 45px;
  }
  .md-pl-45 {
    padding-left: 45px;
  }
  .md-pr-45 {
    padding-right: 45px;
  }
  .md-mb-50 {
    margin-bottom: 50px;
  }
  .md-mt-50 {
    margin-top: 50px;
  }
  .md-mr-50 {
    margin-right: 50px;
  }
  .md-pt-50 {
    padding-top: 50px;
  }
  .md-pb-50 {
    padding-bottom: 50px;
  }
  .md-pl-50 {
    padding-left: 50px;
  }
  .md-pr-50 {
    padding-right: 50px;
  }
  .md-mb-55 {
    margin-bottom: 55px;
  }
  .md-mt-55 {
    margin-top: 55px;
  }
  .md-mr-55 {
    margin-right: 55px;
  }
  .md-pt-55 {
    padding-top: 55px;
  }
  .md-pb-55 {
    padding-bottom: 55px;
  }
  .md-pl-55 {
    padding-left: 55px;
  }
  .md-pr-55 {
    padding-right: 55px;
  }
  .md-mb-60 {
    margin-bottom: 60px;
  }
  .md-mt-60 {
    margin-top: 60px;
  }
  .md-mr-60 {
    margin-right: 60px;
  }
  .md-pt-60 {
    padding-top: 60px;
  }
  .md-pb-60 {
    padding-bottom: 60px;
  }
  .md-pl-60 {
    padding-left: 60px;
  }
  .md-pr-60 {
    padding-right: 60px;
  }
  .md-mb-65 {
    margin-bottom: 65px;
  }
  .md-mt-65 {
    margin-top: 65px;
  }
  .md-mr-65 {
    margin-right: 65px;
  }
  .md-pt-65 {
    padding-top: 65px;
  }
  .md-pb-65 {
    padding-bottom: 65px;
  }
  .md-pl-65 {
    padding-left: 65px;
  }
  .md-pr-65 {
    padding-right: 65px;
  }
  .md-mb-70 {
    margin-bottom: 70px;
  }
  .md-mt-70 {
    margin-top: 70px;
  }
  .md-mr-70 {
    margin-right: 70px;
  }
  .md-pt-70 {
    padding-top: 70px;
  }
  .md-pb-70 {
    padding-bottom: 70px;
  }
  .md-pl-70 {
    padding-left: 70px;
  }
  .md-pr-70 {
    padding-right: 70px;
  }
}
@media (max-width: 575px) {
  .sm-mb-0 {
    margin-bottom: 0px;
  }
  .sm-mt-0 {
    margin-top: 0px;
  }
  .sm-mr-0 {
    margin-right: 0px;
  }
  .sm-pt-0 {
    padding-top: 0px;
  }
  .sm-pb-0 {
    padding-bottom: 0px;
  }
  .sm-pl-0 {
    padding-left: 0px;
  }
  .sm-pr-0 {
    padding-right: 0px;
  }
  .sm-mb-5 {
    margin-bottom: 5px;
  }
  .sm-mt-5 {
    margin-top: 5px;
  }
  .sm-mr-5 {
    margin-right: 5px;
  }
  .sm-pt-5 {
    padding-top: 5px;
  }
  .sm-pb-5 {
    padding-bottom: 5px;
  }
  .sm-pl-5 {
    padding-left: 5px;
  }
  .sm-pr-5 {
    padding-right: 5px;
  }
  .sm-mb-10 {
    margin-bottom: 10px;
  }
  .sm-mt-10 {
    margin-top: 10px;
  }
  .sm-mr-10 {
    margin-right: 10px;
  }
  .sm-pt-10 {
    padding-top: 10px;
  }
  .sm-pb-10 {
    padding-bottom: 10px;
  }
  .sm-pl-10 {
    padding-left: 10px;
  }
  .sm-pr-10 {
    padding-right: 10px;
  }
  .sm-mb-15 {
    margin-bottom: 15px;
  }
  .sm-mt-15 {
    margin-top: 15px;
  }
  .sm-mr-15 {
    margin-right: 15px;
  }
  .sm-pt-15 {
    padding-top: 15px;
  }
  .sm-pb-15 {
    padding-bottom: 15px;
  }
  .sm-pl-15 {
    padding-left: 15px;
  }
  .sm-pr-15 {
    padding-right: 15px;
  }
  .sm-mb-20 {
    margin-bottom: 20px;
  }
  .sm-mt-20 {
    margin-top: 20px;
  }
  .sm-mr-20 {
    margin-right: 20px;
  }
  .sm-pt-20 {
    padding-top: 20px;
  }
  .sm-pb-20 {
    padding-bottom: 20px;
  }
  .sm-pl-20 {
    padding-left: 20px;
  }
  .sm-pr-20 {
    padding-right: 20px;
  }
  .sm-mb-25 {
    margin-bottom: 25px;
  }
  .sm-mt-25 {
    margin-top: 25px;
  }
  .sm-mr-25 {
    margin-right: 25px;
  }
  .sm-pt-25 {
    padding-top: 25px;
  }
  .sm-pb-25 {
    padding-bottom: 25px;
  }
  .sm-pl-25 {
    padding-left: 25px;
  }
  .sm-pr-25 {
    padding-right: 25px;
  }
  .sm-mb-30 {
    margin-bottom: 30px;
  }
  .sm-mt-30 {
    margin-top: 30px;
  }
  .sm-mr-30 {
    margin-right: 30px;
  }
  .sm-pt-30 {
    padding-top: 30px;
  }
  .sm-pb-30 {
    padding-bottom: 30px;
  }
  .sm-pl-30 {
    padding-left: 30px;
  }
  .sm-pr-30 {
    padding-right: 30px;
  }
  .sm-mb-35 {
    margin-bottom: 35px;
  }
  .sm-mt-35 {
    margin-top: 35px;
  }
  .sm-mr-35 {
    margin-right: 35px;
  }
  .sm-pt-35 {
    padding-top: 35px;
  }
  .sm-pb-35 {
    padding-bottom: 35px;
  }
  .sm-pl-35 {
    padding-left: 35px;
  }
  .sm-pr-35 {
    padding-right: 35px;
  }
  .sm-mb-40 {
    margin-bottom: 40px;
  }
  .sm-mt-40 {
    margin-top: 40px;
  }
  .sm-mr-40 {
    margin-right: 40px;
  }
  .sm-pt-40 {
    padding-top: 40px;
  }
  .sm-pb-40 {
    padding-bottom: 40px;
  }
  .sm-pl-40 {
    padding-left: 40px;
  }
  .sm-pr-40 {
    padding-right: 40px;
  }
  .sm-mb-45 {
    margin-bottom: 45px;
  }
  .sm-mt-45 {
    margin-top: 45px;
  }
  .sm-mr-45 {
    margin-right: 45px;
  }
  .sm-pt-45 {
    padding-top: 45px;
  }
  .sm-pb-45 {
    padding-bottom: 45px;
  }
  .sm-pl-45 {
    padding-left: 45px;
  }
  .sm-pr-45 {
    padding-right: 45px;
  }
  .sm-mb-50 {
    margin-bottom: 50px;
  }
  .sm-mt-50 {
    margin-top: 50px;
  }
  .sm-mr-50 {
    margin-right: 50px;
  }
  .sm-pt-50 {
    padding-top: 50px;
  }
  .sm-pb-50 {
    padding-bottom: 50px;
  }
  .sm-pl-50 {
    padding-left: 50px;
  }
  .sm-pr-50 {
    padding-right: 50px;
  }
  .sm-mb-55 {
    margin-bottom: 55px;
  }
  .sm-mt-55 {
    margin-top: 55px;
  }
  .sm-mr-55 {
    margin-right: 55px;
  }
  .sm-pt-55 {
    padding-top: 55px;
  }
  .sm-pb-55 {
    padding-bottom: 55px;
  }
  .sm-pl-55 {
    padding-left: 55px;
  }
  .sm-pr-55 {
    padding-right: 55px;
  }
  .sm-mb-60 {
    margin-bottom: 60px;
  }
  .sm-mt-60 {
    margin-top: 60px;
  }
  .sm-mr-60 {
    margin-right: 60px;
  }
  .sm-pt-60 {
    padding-top: 60px;
  }
  .sm-pb-60 {
    padding-bottom: 60px;
  }
  .sm-pl-60 {
    padding-left: 60px;
  }
  .sm-pr-60 {
    padding-right: 60px;
  }
  .sm-mb-65 {
    margin-bottom: 65px;
  }
  .sm-mt-65 {
    margin-top: 65px;
  }
  .sm-mr-65 {
    margin-right: 65px;
  }
  .sm-pt-65 {
    padding-top: 65px;
  }
  .sm-pb-65 {
    padding-bottom: 65px;
  }
  .sm-pl-65 {
    padding-left: 65px;
  }
  .sm-pr-65 {
    padding-right: 65px;
  }
  .sm-mb-70 {
    margin-bottom: 70px;
  }
  .sm-mt-70 {
    margin-top: 70px;
  }
  .sm-mr-70 {
    margin-right: 70px;
  }
  .sm-pt-70 {
    padding-top: 70px;
  }
  .sm-pb-70 {
    padding-bottom: 70px;
  }
  .sm-pl-70 {
    padding-left: 70px;
  }
  .sm-pr-70 {
    padding-right: 70px;
  }
}
/*==========================================================================
Search Box CSS
==========================================================================*/
.header__area-left-contact {
  background: #704CFF;
  padding: 21px 30px;
}
.header__area-left-contact-icon i::before {
  font-size: 30px;
  color: white;
  margin-right: 20px;
}
.header__area-left-contact-content span {
  color: #030A15;
  text-transform: uppercase;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
}
.header__area-left-contact-content p {
  color: white;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
}

/*==========================================================================
Responsive Menu Css
========================================================================== */
.responsive-menu {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}

.mean-container a.meanmenu-reveal {
  color: #030A15;
  width: 25px;
  height: 31px;
  transition: all 0s ease-out 0s;
  top: 10px;
  right: 5px !important;
}
.mean-container a.meanmenu-reveal span {
  background: white;
  margin-top: 6px;
}
.mean-container .mean-bar {
  background: transparent;
  padding: 0;
  z-index: 99;
}
.mean-container .mean-bar a i, .mean-container .mean-bar svg {
  font-size: 22px;
  padding-top: 4px;
  display: block;
  color: white;
}
.mean-container .mean-nav {
  background: #F6F4FF;
  margin-top: 71px;
  border-radius: 0.5rem;
  box-shadow: 5px 5px 10px rgba(3, 10, 21, 0.1);
  overflow: hidden;
}
.mean-container .mean-nav li:first-child > a {
  border: none;
}
.mean-container .mean-nav ul li a.mean-expand {
  background: #704CFF;
  height: 28px;
  color: white;
  border-radius: 0.5rem 0 0 0.5rem;
  margin-top: 0;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
  background: #704CFF;
}

.mean-container .mean-nav ul li a,
.mean-container .mean-nav ul li li a,
.mean-container .mean-nav li li:first-child > a {
  color: #030A15;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  border-top: 1px solid #E6E7E8;
  opacity: 1;
}

@media (max-width: 1199px) {
  .header__area-left-contact {
    background: #704CFF;
    padding: 15px 25px;
  }
  .header__area-left-contact-icon i::before {
    font-size: 25px;
    margin-right: 10px;
  }
  .header__area-left-contact-content p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
  }
}
@media (max-width: 991px) {
  .header__area-transparent-header {
    padding: 1rem;
  }
  .header__area-left {
    display: none;
  }
  .responsive-menu {
    display: inline-block;
  }
  .header__area-menu.header__area-menu-sticky-menu .header__area-transparent-header {
    padding: 1rem;
  }
}
/*==========================================================================
Main Menu
========================================================================== */
.header__area {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
}
.header__area-transparent-header {
  background: rgba(3, 10, 21, 0.4);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(112, 76, 255, 0.2);
  border-radius: 0.5rem;
  padding-left: 15px;
  margin-top: 1rem;
}
.header__area-menu-sticky-menu {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 999;
  width: 100%;
  animation: header_sticky 1.1s;
  display: block;
}
.header__area-menu-sticky-menu .header__area-transparent-header {
  background-color: #030A15;
  border-color: rgba(112, 76, 255, 0.7);
}
@keyframes header_sticky {
  0% {
    top: -250px;
  }
  100% {
    top: 0;
  }
}
.header__area-top-bar-transparent-bar {
  background: #030A15;
  padding: 12px 15px;
}
.header__area-top-bar-left ul li:last-child {
  margin: 0;
}
.header__area-top-bar-left ul li {
  display: inline-block;
  margin-right: 25px;
}
.header__area-top-bar-left ul li a {
  color: white;
}
.header__area-top-bar-left ul li a i::before {
  color: #704CFF;
  margin-right: 7px;
}
.header__area-top-bar-right ul li:last-child {
  margin: 0;
}
.header__area-top-bar-right ul li {
  display: inline-block;
  margin-right: 15px;
}
.header__area-top-bar-right ul li a {
  color: white;
  transition: all 0.3s ease-in-out;
}
.header__area-top-bar-right ul li a i::before {
  color: white;
  transition: all 0.3s ease-in-out;
}
.header__area-top-bar-right ul li a:hover i::before {
  color: #704CFF;
}
.header__area-logo a {
  display: inline-block;
}
.header__area-logo a img {
  max-width: 155px;
  z-index: 999;
  position: relative;
}
.header__area-main-menu ul li {
  display: inline-block;
  position: relative;
}
.header__area-main-menu ul li:hover > a {
  color: #92EC13;
}
.header__area-main-menu ul li:hover > .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.header__area-main-menu ul li .sub-menu {
  position: absolute;
  background: #030A15;
  min-width: 240px;
  transition: 0.3s;
  top: 120%;
  opacity: 0;
  visibility: hidden;
  border-top: 2px solid #704CFF;
  z-index: 99;
  box-shadow: 0px 15px 30px 0px rgba(112, 76, 255, 0.05);
  text-align: left;
  border-radius: 0.5rem;
}
.header__area-main-menu ul li .sub-menu li {
  display: block;
  margin: 0;
  border-bottom: 1px solid rgba(112, 76, 255, 0.2);
}
.header__area-main-menu ul li .sub-menu li a {
  color: white;
  padding: 13px 25px;
  font-size: 1rem;
  text-transform: capitalize;
}
.header__area-main-menu ul li .sub-menu li .sub-menu {
  left: 100%;
  top: 0;
}
.header__area-main-menu ul li .sub-menu li:hover > a {
  color: #92EC13;
  padding-left: 30px;
}
.header__area-main-menu ul li .sub-menu li:last-child {
  border: none;
}
.header__area-main-menu ul li ul .sub-menu li .sub-menu {
  color: white;
  cursor: pointer;
}
.header__area-main-menu ul li a {
  color: white;
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  padding: 38px 25px;
  transition: all 0.3s ease-in-out;
  font-family: "Plus Jakarta Sans", sans-serif;
  text-transform: uppercase;
}
.header__area-main-menu ul li:last-child a {
  padding-right: 0;
}
.header__area-main-menu-icon > a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  width: 2px;
  height: 8px;
  background-color: currentColor;
  transition: all 0.3s ease;
}
.header__area-main-menu-icon > a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  width: 8px;
  height: 2px;
  background-color: currentColor;
}
.header__area-main-menu-icon:hover > a::before {
  transform: translateY(-50%) rotate(90deg);
  opacity: 0;
}
.header__area .responsive-menu {
  display: none;
  transition: all 0s ease-out 0s;
}
.header__area-sticky-left {
  position: relative;
  left: 23%;
  top: 0;
}
.header__area-button {
  display: none;
}
@media (min-width: 992px) {
  .header__area-button {
    margin-inline-start: 40px;
    margin-inline-end: 20px;
    background-color: #704CFF;
    display: inline-block;
    padding: 0.65rem 1rem;
    border-radius: 0.5rem;
    color: white;
  }
  .header__area-button i, .header__area-button svg {
    margin-inline-start: 5px;
    display: inline-block;
    transition: transform 0.3s ease-in-out;
  }
  .header__area-button:hover {
    color: white;
    background-color: #5c33ff;
  }
  .header__area-button:hover i, .header__area-button:hover svg {
    transform: translateX(5px);
  }
}
@media (min-width: 1200px) {
  .header__area-button {
    padding: 0.75rem 1.25rem;
  }
}

@media (max-width: 1199px) {
  .header__area-main-menu ul li:hover ul {
    top: 84px;
  }
  .header__area-main-menu ul li a {
    padding: 30px 20px;
  }
  .header__area-main-menu-icon > a::before {
    right: 11px;
  }
  .header__area-main-menu-icon > a::after {
    right: 8px;
  }
}
@media (max-width: 991px) {
  .header__area-main-menu-icon > a::before {
    display: none;
  }
  .header__area-main-menu-icon > a::after {
    display: none;
  }
  .header__area .responsive-menu {
    display: block;
  }
}
@media (max-width: 444px) {
  .header__area-top-bar-transparent-bar {
    padding: 8px 10px;
  }
  .header__area-top-bar-left ul li:last-child {
    margin: 0;
  }
  .header__area-top-bar-left ul li {
    margin-bottom: 5px;
    margin-right: 5px;
  }
}
/*==========================================================================
Banner
========================================================================== */
.banner__area-prev {
  display: none;
  transition: all 0.4s ease-out 0s;
}
.banner__area-content {
  position: relative;
  z-index: 9;
  padding-block: 200px 120px;
}
@media (min-width: 768px) {
  .banner__area-content {
    padding-block: 250px 200px;
  }
}
@media (min-width: 1200px) {
  .banner__area-content {
    padding-block: 325px 255px;
  }
}
.banner__area-content span {
  color: #92EC13;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.banner__area-content h1 {
  color: white;
}
.banner__area-content-area {
  transform: translateY(-50px);
  transition: transform 2000ms ease;
  opacity: 0;
}
.banner__area-swiper-image {
  background-color: #030A15;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: all 20s ease-out 0s;
  transform: scale(1);
  bottom: 0;
  z-index: 1;
  text-align: center;
}
.banner__area-swiper-image::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #030A15;
  background-image: radial-gradient(at 100.9% 6%, rgba(112, 76, 255, 0.7) 0px, transparent 50%), radial-gradient(at -0.1% -1.3%, rgba(146, 236, 19, 0.7) 0px, transparent 50%);
  opacity: 0.9;
}
@media (min-width: 768px) {
  .banner__area:hover .banner__area-prev {
    display: block;
  }
}
.banner__area-btn {
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .banner__area-btn {
    margin-top: 60px;
  }
}
.banner__area-button {
  transform: translateY(40px);
  transition: transform 2000ms ease;
  opacity: 0;
}
.banner__area.swiper-slide-active .banner__area-content-area {
  transform: translateY(0%);
  opacity: 1;
}
.banner__area.swiper-slide-active .banner__area-button {
  transform: translateY(0%);
  opacity: 1;
}
.banner__area.swiper-slide-active .banner__area-swiper-image {
  transform: scale(1.5);
}

.swiper-button-prev.slide-prev i::before,
.swiper-button-next.slide-next i::before {
  width: 50px;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  text-align: center;
  background: rgba(112, 76, 255, 0.3);
  color: #704CFF;
  border-radius: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.swiper-button-prev.slide-prev:hover i::before,
.swiper-button-next.slide-next:hover i::before {
  background: #704CFF;
  color: white;
}

.swiper-button-prev.slide-prev {
  left: 50px;
}

.swiper-button-next.slide-next {
  right: 50px;
}

@media (max-width: 1199px) {
  .banner__area-content h1 {
    font-size: 71px;
    line-height: 86px;
  }
}
@media (max-width: 991px) {
  .banner__area-content h1 {
    font-size: 55px;
    line-height: 70px;
    max-inline-size: 17ch;
    margin-inline: auto;
  }
}
@media (max-width: 767px) {
  .banner__area-content h1 {
    font-size: 42px;
    line-height: 57px;
  }
}
@media (max-width: 470px) {
  .banner__area-content h1 {
    font-size: 34px;
    line-height: 48px;
  }
}
@media (max-width: 402px) {
  .banner__area-content h1 {
    font-size: 26px;
    line-height: 40px;
  }
}
@media (max-width: 360px) {
  .banner__area-content h1 {
    font-size: 23px;
    line-height: 37px;
  }
}
/*==========================================================================
Features
========================================================================== */
.features__area-item {
  padding: 40px 40px;
  background: #F6F4FF;
  position: relative;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  border-radius: 0.75rem;
}
@media (min-width: 576px) {
  .features__area-item {
    padding: 40px 20px;
  }
}
@media (min-width: 768px) {
  .features__area-item {
    padding: 40px 32px;
  }
}
.features__area-item span {
  position: absolute;
  top: 40px;
  right: 30px;
  font-size: 48px;
  font-weight: 800;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #704CFF;
  opacity: 0.3;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  z-index: 2;
}
.features__area-item-icon {
  position: relative;
}
.features__area-item-icon i {
  color: #704CFF;
  font-size: 60px;
  display: inline-block;
  z-index: 2;
}
.features__area-item-icon::before {
  width: 50px;
  height: 50px;
  background-color: #92EC13;
  position: absolute;
  top: 0;
  z-index: 2;
}
.features__area-item-content h4 {
  color: #030A15;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 2;
}
.features__area-item:hover {
  background: #030A15;
  background-image: radial-gradient(at 100.9% 6%, rgba(146, 236, 19, 0.4) 0px, transparent 50%), radial-gradient(at -0.1% -1.3%, rgba(112, 76, 255, 0.4) 0px, transparent 50%);
}
.features__area-item:hover i {
  color: #92EC13;
}
.features__area-item:hover h4 {
  color: white;
}

/*==========================================================================
About
========================================================================== */
.about__area-left-image {
  position: relative;
}
.about__area-left-image-small-img {
  position: absolute;
  bottom: -80px;
  left: -60px;
  max-width: 250px;
  border: 17px solid white;
}
.about__area-right {
  max-width: 600px;
}
.about__area-right-bottom {
  border-top: 1px solid #E6E7E8;
}
.about__area-right-bottom-signature img {
  max-width: 185px;
}

@media (max-width: 390px) {
  .about__area-left-image-small-img {
    max-width: 200px;
  }
}
/*Account Section Starts Here*/
.account {
  overflow: hidden;
}
.account__wrapper {
  text-align: center;
  box-shadow: 0 30px 50px rgba(112, 76, 255, 0.05);
  border-radius: 0.75rem;
  padding: 50px 40px;
  margin: 0 auto;
  background-color: #F6F4FF;
}
.account__wrapper .title {
  text-transform: capitalize;
  margin-bottom: 30px;
}
.account__wrapper .cate {
  font-style: normal;
}
.account__wrapper .cate a {
  font-weight: 600;
}
.account__wrapper .cate a:hover {
  color: #704CFF;
}
.account__form .form-group {
  margin-bottom: 30px;
}
.account__form .form-group input {
  width: 100px;
  border: 1px solid rgba(112, 76, 255, 0.3);
  outline: none;
  color: white;
  background: #686C73;
  box-shadow: 0px 2px 2px 0px rgba(112, 76, 255, 0.1);
  padding: 0.6rem 1rem;
}
.account__form .form-group .checkgroup {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
}
.account__form .form-group .checkgroup input[type=checkbox] {
  width: 18px;
  height: 18px;
  margin-right: 15px;
}
@media (max-width: 575px) {
  .account__form .form-group .checkgroup input[type=checkbox] {
    width: 14px;
    height: 14px;
    margin-right: 8px;
  }
}
.account__form .form-group .checkgroup label {
  margin: 0;
  color: #030A15;
}
@media (max-width: 575px) {
  .account__form .form-group .checkgroup label {
    font-size: 14px;
  }
}
.account__form .form-group a {
  color: #030A15;
  text-decoration: underline;
}
@media (max-width: 575px) {
  .account__form .form-group a {
    font-size: 14px;
  }
}
.account__form .form-group a:hover {
  color: #704CFF;
}
.account__form .form-group button {
  box-shadow: none;
  border: none;
  background-color: #704CFF;
  margin-inline: auto;
}
@media (max-width: 575px) {
  .account__form .form-group button {
    margin-top: 24px;
  }
}
.account__form .form-floating input {
  background: white;
  border: 1px solid rgba(112, 76, 255, 0.1);
  border-radius: 0.75rem;
  color: #030A15;
}
.account__form .form-floating input:focus {
  border-color: rgba(112, 76, 255, 0.3);
  outline: none;
  box-shadow: none;
}

/*==========================================================================
Services
========================================================================== */
.services__area {
  overflow: hidden;
  background: #F6F4FF;
}
.services__area-item {
  transition: all 0.3s ease-in-out;
  padding: 40px;
  background: white;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0.75rem;
}
.services__area-item-top h3 {
  transition: all 0.3s ease-in-out;
}
.services__area-item-top i::before {
  color: #704CFF;
  font-size: 60px;
  line-height: 60px;
  margin-right: 30px;
  display: inline-block;
  z-index: 2;
}
.services__area-item-content {
  border-top: 1px solid #E6E7E8;
  transition: all 0.3s ease-in-out;
}
.services__area-item-content p {
  transition: all 0.3s ease-in-out;
}
.services__area-item-content a {
  display: inline-block;
  color: #030A15;
  font-size: 16px;
  line-height: 26px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  position: relative;
}
.services__area-item:hover {
  background: #030A15;
  background-image: radial-gradient(at 100.9% 6%, rgba(146, 236, 19, 0.4) 0px, transparent 50%), radial-gradient(at -0.1% -1.3%, rgba(112, 76, 255, 0.4) 0px, transparent 50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.services__area-item:hover .services__area-item-top h3 {
  color: white;
}
.services__area-item:hover .services__area-item-top i::before {
  color: #92EC13;
}
.services__area-item:hover .services__area-item-content {
  border-color: #353B44;
}
.services__area-item:hover .services__area-item-content p {
  color: white;
}
.services__area-item:hover .services__area-item-content a {
  color: #92EC13;
}

/*==========================================================================
Portfolio Details
========================================================================== */
.services__details {
  overflow: hidden;
}
.services__details-left-image img {
  border-radius: 0.75rem;
}
.services__details-left-content h3 {
  font-size: 36px;
  line-height: 46px;
}
.services__details-right-widget-category {
  padding: 40px 30px;
  background: #F6F4FF;
  border-radius: 0.75rem;
}
.services__details-right-widget-category h4 {
  position: relative;
}
.services__details-right-widget-category ul li:last-child {
  margin: 0;
}
.services__details-right-widget-category ul li {
  margin-bottom: 15px;
}
.services__details-right-widget-category ul li a {
  border-radius: 0.5rem;
  display: inline-block;
  background: white;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding-left: 15px;
  text-transform: uppercase;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  color: #030A15;
  font-weight: 700;
  position: relative;
  transition: all 0.3s ease-in-out;
  left: 0;
}
.services__details-right-widget-category ul li a i::before {
  color: #704CFF;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  margin-right: -15px;
}
.services__details-right-widget-category ul li a:hover {
  color: #704CFF;
}
.services__details-right-widget-category ul li a:hover i::before {
  margin-right: 7px;
  opacity: 1;
}
.services__details-right-help {
  position: relative;
  padding: 50px 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0.75rem;
  overflow: hidden;
  color: white;
  background-color: #030A15;
}
.services__details-right-help::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 0;
  background: #030A15;
  background-image: radial-gradient(at 100.9% 6%, rgba(112, 76, 255, 0.4) 0px, transparent 50%), radial-gradient(at -0.1% -1.3%, rgba(146, 236, 19, 0.4) 0px, transparent 50%);
  opacity: 0.9;
  opacity: 0.9;
}
.services__details-right-help h4 {
  position: relative;
  color: white;
  z-index: 1;
}
.services__details-right-help p {
  color: #a7a1bf;
  position: relative;
  z-index: 1;
}
.services__details-right-help-item {
  position: relative;
  z-index: 1;
}
.services__details-right-help-item-icon i::before {
  color: #704CFF;
  font-size: 40px;
  margin-right: 10px;
}
.services__details-right-help-item-content span {
  color: #92EC13;
  text-transform: uppercase;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
}
.services__details-right-help-item-content p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #E6E7E8;
}

@media (max-width: 1199px) {
  .services__area-item {
    padding: 40px 30px;
  }
  .services__area-item-top h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .services__area-item-top i::before {
    margin-right: 20px;
  }
}
@media (max-width: 991px) {
  .services__area-item {
    padding: 40px;
  }
  .services__area-item-top h3 {
    font-size: 22px;
    line-height: 32px;
  }
  .services__area-item-top i::before {
    margin-right: 20px;
  }
}
@media (max-width: 360px) {
  .services__area-item {
    padding: 30px;
  }
  .services__area-item-top h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .services__area-item-top i::before {
    margin-right: 15px;
  }
}
/*==========================================================================
Portfolio
========================================================================== */
.portfolio__area {
  position: relative;
}
.portfolio__area::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #030A15;
  background-image: radial-gradient(at 100.9% 6%, rgba(146, 236, 19, 0.7) 0px, transparent 50%), radial-gradient(at -0.1% -1.3%, rgba(112, 76, 255, 0.7) 0px, transparent 50%);
  opacity: 0.9;
}
.portfolio__area-button {
  text-align: right;
  padding-right: 23px;
  position: relative;
  z-index: 1;
}
.portfolio__area-button-next {
  display: inline-block;
  position: static;
  margin: 0;
  margin-left: 40px;
}
.portfolio__area-button-next i::before {
  width: 50px;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  text-align: center;
  background: rgba(38, 32, 64, 0.3);
  color: white;
  border-radius: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.portfolio__area-button-next:hover i::before {
  background: #704CFF;
  color: white;
}
.portfolio__area-button-prev {
  display: inline-block;
  position: static;
  margin: 0;
}
.portfolio__area-button-prev i::before {
  width: 50px;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  text-align: center;
  background: rgba(38, 32, 64, 0.3);
  color: white;
  border-radius: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.portfolio__area-button-prev:hover i::before {
  background: #704CFF;
  color: white;
}
.portfolio__area-title {
  position: relative;
  z-index: 1;
}
.portfolio__area-title h2 {
  color: white;
}
.portfolio__area-item {
  position: relative;
}
.portfolio__area-item img {
  border-radius: 0.75rem;
}
.portfolio__area-item::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 0;
  background: #030A15;
  background-image: radial-gradient(at 100.9% 6%, rgba(112, 76, 255, 0.7) 0px, transparent 50%), radial-gradient(at -0.1% -1.3%, rgba(146, 236, 19, 0.7) 0px, transparent 50%);
  border-radius: 0.75rem;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.portfolio__area-item-content {
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 40px;
  right: 40px;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}
.portfolio__area-item-content h3 a {
  font-size: 30px;
  line-height: 40px;
  color: white;
  margin-bottom: 10px;
}
.portfolio__area-item-content p {
  color: #704CFF;
  font-weight: 500;
}
.portfolio__area-item-popup {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 40px;
  transform: translateY(0%);
  opacity: 0;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}
.portfolio__area-item-popup i::before {
  background: white;
  height: 60px;
  width: 60px;
  color: #030A15;
  display: inline-block;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  font-size: 30px;
}
.portfolio__area-item:hover::after {
  opacity: 0.7;
}
.portfolio__area-item:hover .portfolio__area-item-content {
  opacity: 1;
  bottom: 40px;
}
.portfolio__area-item:hover .portfolio__area-item-popup {
  opacity: 1;
  bottom: 15px;
  transform: translateY(-50%);
}

/*==========================================================================
Portfolio Page
========================================================================== */
.portfolio__area {
  position: relative;
}
.portfolio__area-page-item {
  position: relative;
  border-radius: 0.75rem;
  overflow: hidden;
}
.portfolio__area-page-item img {
  border-radius: 0.75rem;
}
.portfolio__area-page-item::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 0;
  background: #030A15;
  background-image: radial-gradient(at 100.9% 6%, rgba(112, 76, 255, 0.7) 0px, transparent 50%), radial-gradient(at -0.1% -1.3%, rgba(146, 236, 19, 0.7) 0px, transparent 50%);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.portfolio__area-page-item a {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}
.portfolio__area-page-item a i::before {
  background: white;
  height: 50px;
  width: 50px;
  color: #030A15;
  display: block;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  font-size: 25px;
}
.portfolio__area-page-item-content {
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 0;
  opacity: 0;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}
.portfolio__area-page-item-content h3 a {
  position: inherit;
  font-size: 24px;
  line-height: 34px;
  color: white;
  margin-bottom: 10px;
}
.portfolio__area-page-item-content p {
  color: #704CFF;
  font-weight: 500;
}
.portfolio__area-page-item:hover::after {
  opacity: 0.7;
}
.portfolio__area-page-item:hover a {
  opacity: 1;
}
.portfolio__area-page-item:hover .portfolio__area-page-item-content {
  opacity: 1;
  bottom: 30px;
}

/*==========================================================================
Portfolio Details
========================================================================== */
.portfolio__details-left-image {
  border-radius: 0.75rem;
  overflow: hidden;
}
.portfolio__details-left-content {
  border-bottom: 1px solid #E6E7E8;
  padding-bottom: 40px;
  margin-bottom: 35px;
}
.portfolio__details-left-content h3 {
  font-size: 36px;
  line-height: 46px;
}
.portfolio__details-left-content ul li:last-child {
  margin: 0;
}
.portfolio__details-left-content ul li {
  margin-bottom: 10px;
  color: #030A15;
}
.portfolio__details-left-content ul li i::before {
  color: #704CFF;
  font-size: 25px;
  margin-right: 10px;
  top: 0;
}
.portfolio__details-project h3 {
  font-size: 30px;
  line-height: 40px;
}
.portfolio__details-right-info {
  background: #F6F4FF;
  padding: 40px 30px;
  border-radius: 0.75rem;
}
.portfolio__details-right-info h4 {
  position: relative;
}
.portfolio__details-right-info ul li:last-child {
  margin: 0;
}
.portfolio__details-right-info ul li {
  margin-bottom: 10px;
}
.portfolio__details-right-info ul li span {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  color: #030A15;
  font-family: "Plus Jakarta Sans", sans-serif;
  padding-right: 7px;
}
.portfolio__details-right-info ul li ul li:first-child {
  margin: 0;
}
.portfolio__details-right-info ul li ul li:last-child {
  margin: 0;
}
.portfolio__details-right-info ul li ul li {
  display: inline-block;
  margin-right: 10px;
}
.portfolio__details-right-info ul li ul li i {
  font-size: 1rem;
  color: #704CFF;
  transition: all 0.3s ease-in-out;
}
.portfolio__details-right-info ul li ul li i::before {
  top: 0;
}
.portfolio__details-right-info ul li ul li i:hover {
  color: #030A15;
}
.portfolio__details-right-info ul li li {
  margin: 0;
}
.portfolio__details-right-help {
  position: relative;
  padding: 50px 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0.75rem;
  overflow: hidden;
  background-color: #030A15;
  color: white;
}
.portfolio__details-right-help::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 0;
  background: #030A15;
  background-image: radial-gradient(at 100.9% 6%, rgba(112, 76, 255, 0.4) 0px, transparent 50%), radial-gradient(at -0.1% -1.3%, rgba(146, 236, 19, 0.4) 0px, transparent 50%);
  opacity: 0.9;
}
.portfolio__details-right-help h4 {
  position: relative;
  color: white;
  z-index: 1;
}
.portfolio__details-right-help p {
  color: #a7a1bf;
  position: relative;
  z-index: 1;
}
.portfolio__details-right-help-item {
  position: relative;
  z-index: 1;
}
.portfolio__details-right-help-item-icon i::before {
  color: #704CFF;
  font-size: 40px;
  margin-right: 10px;
}
.portfolio__details-right-help-item-content span {
  color: #92EC13;
  text-transform: uppercase;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
}
.portfolio__details-right-help-item-content p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #E6E7E8;
}

@media (max-width: 1690px) {
  .portfolio__area-item-content {
    left: 30px;
    right: 30px;
  }
  .portfolio__area-item-content h3 a {
    font-size: 19px;
    line-height: 29px;
    margin-bottom: 5px;
    font-weight: 700;
  }
  .portfolio__area-item-popup i::before {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 20px;
  }
  .portfolio__area-item:hover .portfolio__area-item-content {
    bottom: 30px;
  }
}
@media (max-width: 767px) {
  .portfolio__area-button {
    text-align: center;
    padding-top: 10px;
  }
  .portfolio__area-title {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .portfolio__area-button {
    right: 0;
  }
  .portfolio__details-left-content h3 {
    font-size: 28px;
    line-height: 38px;
  }
  .portfolio__details-project h3 {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (max-width: 360px) {
  .portfolio__area-item-content {
    left: 25px;
    right: 25px;
  }
  .portfolio__area-item-popup {
    top: 0;
  }
  .portfolio__area-item-popup i::before {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 20px;
  }
  .portfolio__area-item:hover .portfolio__area-item-popup {
    top: 30px;
    transform: translateY(0%);
  }
}
/*==========================================================================
Team
========================================================================== */
.team__area {
  overflow: hidden;
}
.team__area-item-image {
  position: relative;
  overflow: hidden;
  background-color: #F6F4FF;
  border-radius: 0.75rem;
  transition: all 0.4s ease-in-out;
}
.team__area-item-image img {
  position: relative;
  border-radius: 0.75rem;
  z-index: 1;
}
.team__area-item-image::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 0;
  background: #030A15;
  background-image: radial-gradient(at 100.9% 6%, rgba(112, 76, 255, 0.7) 0px, transparent 50%), radial-gradient(at -0.1% -1.3%, rgba(146, 236, 19, 0.7) 0px, transparent 50%);
  border-radius: 0.75rem;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.team__area-item-content {
  border-radius: 0.75rem;
  position: relative;
  overflow: hidden;
  padding: 1.25rem 1.5rem;
  background: white;
  max-width: 88%;
  margin: 0 auto;
  margin-top: -55px;
  box-shadow: 0 30px 50px rgba(112, 76, 255, 0.05);
  z-index: 2;
}
.team__area-item-content p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #704CFF;
  padding: 10px 0;
}
.team__area-item-content-icon {
  display: inline-grid;
  place-items: center;
  height: 40px;
  width: 40px;
  border-radius: 0.5rem;
  background-color: #030A15;
  transition: all 0.3s ease-in-out;
}
.team__area-item-content-icon i, .team__area-item-content-icon svg {
  color: white;
  font-size: 1rem;
}
.team__area-item-content-icon ul li {
  display: inline-block;
  margin-right: 10px;
}
.team__area-item-content-icon ul li:last-child {
  margin: 0;
}
.team__area-item-content-icon:hover {
  background-color: #704CFF;
}
.team__area-item:hover .team__area-item-image {
  background-color: transparent;
}
.team__area-item:hover .team__area-item-image::after {
  opacity: 0.8;
}
.team__area-item:hover .team__area-item-image img {
  filter: grayscale(0);
}

@media (max-width: 1199px) {
  .team__area-item-content {
    padding: 25px;
  }
}
.team__single-thumb {
  overflow: hidden;
}
.team__single-thumb img {
  border-radius: 0.75rem;
}
.team__single-name {
  margin-bottom: 25px;
}
.team__single-name h3 {
  margin-bottom: 10px;
}
.team__single-name p {
  margin-bottom: 0;
  font-weight: 500;
}
.team__single-text p {
  line-height: 1.5;
  max-inline-size: 60ch;
}

/*==========================================================================
Counter
========================================================================== */
.counter__area {
  background-color: #030A15;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 200px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
@media (min-width: 992px) {
  .counter__area {
    padding-bottom: 140px;
  }
}
.counter__area::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 0;
  background: #030A15;
  background-image: radial-gradient(at 100.9% 6%, rgba(112, 76, 255, 0.7) 0px, transparent 50%), radial-gradient(at -0.1% -1.3%, rgba(146, 236, 19, 0.7) 0px, transparent 50%);
  opacity: 0.9;
}
.counter__area-item {
  border-right: 1px dashed #686C73;
  border-radius: 2px;
  position: relative;
  z-index: 2;
}
.counter__area-item-icon i::before {
  font-size: 45px;
  color: white;
  width: 100px;
  height: 100px;
  line-height: 100px;
  display: inline-block;
  background: #704CFF;
  border-radius: 0.75rem;
}
.counter__area-item-content h2 {
  color: white;
  padding: 10px;
  font-size: 32px;
}
@media (min-width: 768px) {
  .counter__area-item-content h2 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .counter__area-item-content h2 {
    font-size: 48px;
  }
}
.counter__area-item-content p {
  color: white;
}
.counter__area--style2 {
  background-image: none;
  padding-block: 100px;
}
.counter__area--style2 .counter__area::after {
  background-color: #F6F4FF;
}
.counter__area--style2 .counter__area-item {
  border-right: 1px dashed #686C73;
  border-radius: 2px;
}
.counter__area--style2 .counter__area-item-icon i::before {
  font-size: 45px;
  color: white;
  width: 100px;
  height: 100px;
  line-height: 100px;
  display: inline-block;
  background: #704CFF;
  border-radius: 0.75rem;
}
.counter__area--style2 .counter__area-item-content h2 {
  color: #030A15;
  padding: 10px;
}
.counter__area--style2 .counter__area-item-content p {
  color: #030A15;
}

/*==========================================================================
Counter About
========================================================================== */
.counter__area {
  overflow: hidden;
}
.counter__area-about {
  background: #F6F4FF;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: clip;
}
.counter__area-about-item {
  border-right: 1px dashed #686C73;
  border-radius: 2px;
}
.counter__area-about-item-icon i::before {
  font-size: 45px;
  color: white;
  width: 100px;
  height: 100px;
  line-height: 100px;
  display: inline-block;
  background: #704CFF;
  border-radius: 50%;
}
.counter__area-about-item-content h2 {
  color: #030A15;
  padding: 10px;
  font-size: 32px;
}
@media (min-width: 768px) {
  .counter__area-about-item-content h2 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .counter__area-about-item-content h2 {
    font-size: 48px;
  }
}
.counter__area-about-item-content p {
  color: #030A15;
}

/*==========================================================================
Experience
========================================================================== */
.experience__area {
  margin-top: -130px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.experience__area .experience__area-wrapper {
  background: white;
  box-shadow: 0 30px 50px rgba(112, 76, 255, 0.05);
  border-radius: 0.75rem;
  padding: 30px 20px 50px;
}
.experience__area-skill-content {
  position: relative;
}
.experience__area-skill-content h5 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  color: #353B44;
}
.experience__area-skill-count {
  position: absolute;
  top: 0;
  left: 60%;
  color: #704CFF;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.experience__area-skill-inner {
  width: 65%;
  height: 8px;
  background: #E6E7E8;
  margin-top: 10px;
  position: relative;
  border-radius: 0.5rem;
}
.experience__area-skill-bar {
  height: 8px;
  position: absolute;
  width: 0;
  top: 0px;
  left: 0px;
  background: #704CFF;
  transition: 3.5s;
  border-radius: 0.5rem;
}
.experience__area-left {
  padding-inline-start: 1rem;
}
.experience__area-right-image {
  position: relative;
}
.experience__area-right-image img {
  border-radius: 0.75rem;
}
.experience__area-right-image-content {
  position: absolute;
  left: -50px;
  bottom: 60px;
  background: #F6F4FF;
  box-shadow: 0 30px 50px rgba(112, 76, 255, 0.05);
  padding: 2rem 1.5rem;
  border-left: 2px solid #704CFF;
  border-radius: 0.75rem;
}
.experience__area-right-image-content p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  color: #030A15;
  font-family: "Plus Jakarta Sans", sans-serif;
  text-transform: uppercase;
  padding-top: 10px;
}
.experience__area-video-icon {
  position: absolute;
  top: 40%;
  right: 50%;
  z-index: 10;
  transform: translate(50%);
  box-sizing: content-box;
  width: 25px;
  height: 26px;
  display: block;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}
.experience__area-video-icon::before {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  display: block;
  top: 50%;
  left: 50%;
  z-index: 0;
  background: #704CFF;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
  animation: pulse-border 1500ms ease-out infinite;
}
.experience__area-video-icon::after {
  position: absolute;
  content: "";
  background: #704CFF;
  top: 50%;
  left: 50%;
  display: block;
  z-index: 1;
  transform: translateX(-50%) translateY(-50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  transition: all 200ms;
}
.experience__area-video-icon span {
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 20px solid white;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  display: block;
}
.experience__area--home2 {
  z-index: 1;
}

@media (max-width: 991px) {
  .experience__area-skill-count {
    left: auto;
    right: 0;
  }
  .experience__area-skill-inner {
    width: 100%;
    height: 8px;
    background: #E6E7E8;
    margin-top: 10px;
    position: relative;
  }
}
@media (max-width: 575px) {
  .experience__area-right-image {
    position: relative;
  }
  .experience__area-right-image-content {
    padding: 20px;
    left: 0;
    bottom: 0;
  }
  .experience__area-right-image-content::before {
    display: none;
  }
  .experience__area-right-image-content p {
    font-size: 14px;
    line-height: 24px;
  }
  .experience__area-video-icon::before {
    width: 70px;
    height: 70px;
  }
  .experience__area-video-icon::after {
    width: 70px;
    height: 70px;
  }
}
/*==========================================================================
Choose
========================================================================== */
.choose__area {
  overflow: hidden;
}
.choose__area-left-image {
  position: relative;
  margin-left: 50px;
}
.choose__area-left-image img {
  border-radius: 0.75rem;
}
.choose__area-left-image-counter {
  background: #030A15;
  background-image: radial-gradient(at 100.9% 6%, rgba(112, 76, 255, 0.9) 0px, transparent 50%), radial-gradient(at -0.1% -1.3%, rgba(146, 236, 19, 0.4) 0px, transparent 50%);
  border: 2px solid white;
  border-radius: 0.75rem;
  position: absolute;
  top: 8%;
  left: -16%;
  max-width: 250px;
  padding: 20px 24px;
}
@media (min-width: 768px) {
  .choose__area-left-image-counter {
    top: 50px;
    left: -8%;
    padding: 30px 40px;
  }
}
@media (min-width: 992px) {
  .choose__area-left-image-counter {
    top: 8%;
    left: -16%;
    padding: 20px 24px;
  }
}
@media (min-width: 1200px) {
  .choose__area-left-image-counter {
    top: 50px;
    left: -8%;
    padding: 30px 40px;
  }
}
.choose__area-left-image-counter h2 {
  color: #92EC13;
}
.choose__area-left-image-counter p {
  color: white;
}
@media (min-width: 992px) {
  .choose__area-right {
    max-width: 600px;
  }
}
.choose__area-right-list i::before {
  color: #704CFF;
  font-size: 35px;
  text-align: center;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 2.2;
  background: #F6F4FF;
  border-radius: 0.5rem;
}
.choose__area-right-list p {
  margin-top: 10px;
  max-width: 400px;
}

@media (max-width: 991px) {
  .choose__area-right-list p {
    max-width: 400px;
    margin: 0 auto;
  }
}
@media (max-width: 390px) {
  .choose__area-left-image-small-img {
    max-width: 150px;
    border: 10px solid white;
  }
}
/*==========================================================================
Testimonial
========================================================================== */
.testimonial__area {
  background: #F6F4FF;
  overflow: hidden;
}
.testimonial__area-item-content {
  background: #030A15;
  background-image: radial-gradient(at 100.9% 6%, rgba(112, 76, 255, 0.2) 0px, transparent 50%), radial-gradient(at -0.1% -1.3%, rgba(146, 236, 19, 0.3) 0px, transparent 50%);
  position: relative;
  padding: 40px 35px;
  border-radius: 0.75rem;
}
.testimonial__area-item-content p {
  color: #a7a1bf;
}
.testimonial__area-item-content i::before {
  position: absolute;
  right: 35px;
  top: 35px;
  font-size: 20px;
  color: #92EC13;
}
.testimonial__area-item-content h5 {
  color: white;
}
.testimonial__area-item-content h6 {
  font-family: "Roboto", sans-serif;
  color: #92EC13;
  border-bottom: 1px solid #E6E7E8;
  padding: 5px 0 25px 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
.testimonial__area-item-content::after {
  content: "";
  position: absolute;
  left: 47%;
  bottom: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px;
  border-color: #030A15 transparent transparent transparent;
}
@media (min-width: 992px) {
  .testimonial__area-item-content::after {
    left: 32px;
  }
}
.testimonial__area-item img {
  position: relative;
  max-width: 80px;
  border-radius: 0.5rem;
}
.testimonial__area-button-next {
  display: inline-block;
  position: static;
  margin: 0;
}
.testimonial__area-button-next i::before {
  width: 50px;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  text-align: center;
  background: rgba(112, 76, 255, 0.1);
  color: #704CFF;
  border-radius: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.testimonial__area-button-next:hover i::before {
  background: #704CFF;
  color: white;
}
.testimonial__area-button-prev {
  display: inline-block;
  position: static;
  margin: 0;
  margin-right: 40px;
}
.testimonial__area-button-prev i::before {
  width: 50px;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  text-align: center;
  background: rgba(112, 76, 255, 0.1);
  color: #704CFF;
  border-radius: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.testimonial__area-button-prev:hover i::before {
  background: #704CFF;
  color: white;
}

@media (max-width: 991px) {
  .testimonial__area-title {
    text-align: center;
  }
  .testimonial__area-button {
    text-align: center;
  }
}
/*==========================================================================
Management
========================================================================== */
.management__area {
  background: #030A15;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.management__area::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 0;
  background: #030A15;
  background-image: radial-gradient(at 100.9% 6%, rgba(112, 76, 255, 0.7) 0px, transparent 50%), radial-gradient(at -0.1% -1.3%, rgba(146, 236, 19, 0.7) 0px, transparent 50%);
  opacity: 0.96;
}
.management__area-wrapper {
  position: relative;
  z-index: 2;
}
.management__area-title h2 {
  color: white;
}
.management__area-title p {
  color: #a7a1bf;
  max-width: 50ch;
  text-align: center;
}
@media (min-width: 768px) {
  .management__area-title p {
    max-width: 80ch;
  }
}
@media (min-width: 992px) {
  .management__area-title p {
    text-align: left;
  }
}
.management__area-contact {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 200px;
  text-align: center;
  border-radius: 0.75rem;
  background: #030A15;
  background-image: radial-gradient(at 100.9% 6%, rgba(112, 76, 255, 0.7) 0px, transparent 50%), radial-gradient(at -0.1% -1.3%, rgba(146, 236, 19, 0.7) 0px, transparent 50%);
  opacity: 0.8;
  z-index: 2;
}
.management__area-contact i::before {
  font-size: 35px;
  color: white;
  width: 100px;
  height: 100px;
  line-height: 100px;
  display: inline-block;
  background: #704CFF;
  border-radius: 0.75rem;
  top: -15px;
  margin-bottom: 20px;
}
.management__area-contact span {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #E6E7E8;
  text-transform: capitalize;
  font-weight: 700;
}
.management__area-contact p {
  color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
}

/*==========================================================================
Contact
========================================================================== */
.contact__area-content {
  max-width: 700px;
  margin: 0 auto;
}
.contact__area-address {
  background: #F6F4FF;
  padding: 50px 30px;
  border-radius: 0.75rem;
}
.contact__area-address h4 {
  position: relative;
}
.contact__area-address h4::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 4px;
  bottom: -5px;
  left: 0;
  background: #704CFF;
}
.contact__area-address-item-icon i::before {
  color: #704CFF;
  font-size: 45px;
  margin-right: 20px;
}
.contact__area-address-item-content span {
  color: #030A15;
  text-transform: capitalize;
  font-weight: 600;
}
.contact__area-address-item-content p {
  font-weight: 500;
}
.contact__area-address-item-content h5 {
  font-size: 16px;
  line-height: 26px;
}
.contact__area-address-item-socalicon ul li {
  display: inline-block;
  margin-right: 6px;
}
@media (min-width: 768px) {
  .contact__area-address-item-socalicon ul li {
    margin-right: 10px;
  }
}
@media (min-width: 992px) {
  .contact__area-address-item-socalicon ul li {
    margin-right: 2px;
  }
}
@media (min-width: 1200px) {
  .contact__area-address-item-socalicon ul li {
    margin-right: 10px;
  }
}
.contact__area-address-item-socalicon ul li a i::before {
  background: #030A15;
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: white;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  border-radius: 0.5rem;
  text-align: center;
}
.contact__area-address-item-socalicon ul li a i:hover::before {
  background: #704CFF;
}
.contact__area-address-item-socalicon ul li:last-child {
  margin: 0;
}
.contact__area-right {
  background: rgba(246, 244, 255, 0.0705882353);
  padding: 50px 20px;
  border-radius: 0.75rem;
  backdrop-filter: blur(10px);
}
@media (min-width: 992px) {
  .contact__area-right {
    padding: 50px 50px;
  }
}
.contact__area-right-form-group input {
  width: 100%;
  height: 58px;
  background: white;
  padding-left: 25px;
  border: 2px solid white;
  border-radius: 0.5rem;
  transition: all 0.2s ease-in-out;
}
.contact__area-right-form-group input:focus {
  border-color: #704CFF;
}
.contact__area-right-form-group textarea {
  width: 100%;
  background: white;
  padding-left: 25px;
  height: 170px;
  border: 2px solid white;
  border-radius: 0.5rem;
  transition: all 0.2s ease-in-out;
  padding-top: 15px;
}
.contact__area-right-form-group textarea:focus {
  border-color: #704CFF;
}
.contact__area-right--style2 {
  background-color: #F6F4FF;
}
.contact__area-map iframe {
  width: 90%;
  height: 600px;
  border-radius: 0.75rem;
}

/*==========================================================================
Blog
========================================================================== */
.blog__area {
  overflow: hidden;
}
.blog__area-item {
  border-radius: 0.75rem;
  background-color: #F6F4FF;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.blog__area-item-image {
  position: relative;
}
.blog__area-item-content {
  padding: 0 30px;
  box-shadow: 0 30px 50px rgba(112, 76, 255, 0.05);
}
.blog__area-item-content h3 {
  transition: all 0.3s ease-in-out;
}
.blog__area-item-content-date {
  background: #704CFF;
  border-radius: 0.35rem;
  padding: 2px 15px;
  display: inline-block;
  position: relative;
  bottom: 15px;
  margin-bottom: 15px;
}
.blog__area-item-content-date span {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: white;
}
.blog__area-item-content-date span i::before {
  color: white;
  margin-right: 10px;
}
.blog__area-item-content ul {
  padding: 1rem 0;
  border-top: 0.5px solid rgba(112, 76, 255, 0.2);
}
.blog__area-item-content ul li:last-child {
  margin: 0;
}
.blog__area-item-content ul li {
  display: inline-block;
  margin-right: 20px;
  color: #686C73;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.blog__area-item-content ul li i::before {
  color: #704CFF;
  margin-right: 10px;
  font-size: 18px;
}
.blog__area-item-content-btn {
  margin-block: 1rem;
}
.blog__area-item-content-btn a {
  display: inline-block;
  color: #704CFF;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  text-transform: capitalize;
  position: relative;
}
.blog__area-item:hover {
  background: #030A15;
  background-image: radial-gradient(at 100.9% 6%, rgba(112, 76, 255, 0.7) 0px, transparent 75%), radial-gradient(at -0.1% -1.3%, rgba(146, 236, 19, 0.7) 0px, transparent 75%);
}
.blog__area-item:hover .blog__area-item-content h3 {
  color: white;
}
.blog__area-item:hover .blog__area-item-content li {
  color: #a7a1bf;
}
.blog__area-item:hover .blog__area-item-content-btn a {
  color: #92EC13;
}

/*==========================================================================
Blog Details
========================================================================== */
.blog__details-left-image {
  border-radius: 0.75rem;
  overflow: hidden;
}
.blog__details-left-content h3 {
  font-size: 30px;
  line-height: 40px;
}
.blog__details-left-content-date {
  background: #704CFF;
  padding: 5px 15px;
  position: relative;
}
.blog__details-left-content-date::before {
  position: absolute;
  content: "";
  right: -17px;
  top: 10px;
  border-left: 17px solid #704CFF;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
.blog__details-left-content ul {
  padding: 20px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #E6E7E8;
}
.blog__details-left-content ul li:last-child {
  margin: 0;
}
.blog__details-left-content ul li {
  display: inline-block;
  color: #686C73;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}
.blog__details-left-content ul li i::before {
  color: #704CFF;
  margin-right: 10px;
  font-size: 18px;
}
.blog__details-left-content ul li span {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: white;
}
.blog__details-left-content ul li span i::before {
  color: white;
  margin-right: 10px;
}
.blog__details-left-content-box {
  background: #F6F4FF;
  padding: 30px 40px;
  border-radius: 0.75rem;
}
.blog__details-left-content-box h6 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  font-style: italic;
}
.blog__details-left-content-box span {
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  font-family: "Plus Jakarta Sans", sans-serif;
  display: inline-block;
  text-transform: uppercase;
  padding-left: 40px;
  position: relative;
}
.blog__details-left-content-box span::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 3px;
  left: 0;
  top: 10px;
  background: #704CFF;
}
.blog__details-left-related {
  border-bottom: 1px solid #E6E7E8;
  padding-bottom: 30px;
}
.blog__details-left-related h6 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
}
.blog__details-left-related-tag a {
  display: inline-block;
  background: #F6F4FF;
  color: #030A15;
  font-size: 14px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
}
.blog__details-left-related-tag a:hover {
  background-color: #704CFF;
  color: white;
}
.blog__details-left-related-share ul li {
  display: inline-block;
  margin-right: 10px;
}
.blog__details-left-related-share ul li:last-child {
  margin: 0;
}
.blog__details-left-related-share ul li i::before {
  font-size: 15px;
}
.blog__details-left-comment-area-item {
  background: #F6F4FF;
  padding: 30px;
  margin-left: 40px;
  border-radius: 0.5rem;
}
.blog__details-left-comment-area-item-user {
  float: left;
  margin-left: -70px;
}
.blog__details-left-comment-area-item-user img {
  width: 100%;
  border-radius: 0.5rem;
}
.blog__details-left-comment-area-item-details {
  overflow: hidden;
  padding-left: 30px;
}
.blog__details-left-comment-area-item-details-name {
  position: relative;
  overflow: hidden;
}
.blog__details-left-comment-area-item-details-name p {
  font-size: 14px;
  color: #704CFF;
  padding: 5px 0;
  font-weight: 500;
}
.blog__details-left-comment-area-item-details-name a {
  position: absolute;
  top: 0;
  background: #704CFF;
  font-weight: 600;
  right: 0;
  padding: 5px 18px;
  color: white;
  border-radius: 3px;
  display: inline-block;
}
.blog__details-left-contact-area input {
  background: #F6F4FF;
}
.blog__details-left-contact-area textarea {
  background: #F6F4FF;
}

/*==========================================================================
Blog Details
========================================================================== */
.blog__standard-left-item-content {
  background: white;
  box-shadow: 0 30px 50px rgba(112, 76, 255, 0.05);
  padding: 10px 30px 30px 30px;
}
.blog__standard-left-item-content h3 {
  font-size: 30px;
  line-height: 40px;
}
.blog__standard-left-item-content-date {
  background: #704CFF;
  padding: 5px 15px;
  position: relative;
}
.blog__standard-left-item-content-date::before {
  position: absolute;
  content: "";
  right: -17px;
  top: 10px;
  border-left: 17px solid #704CFF;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
.blog__standard-left-item-content ul {
  padding: 20px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #E6E7E8;
}
.blog__standard-left-item-content ul li:last-child {
  margin: 0;
}
.blog__standard-left-item-content ul li {
  display: inline-block;
  color: #686C73;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}
.blog__standard-left-item-content ul li i::before {
  color: #704CFF;
  margin-right: 10px;
  font-size: 18px;
}
.blog__standard-left-item-content ul li span {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: white;
}
.blog__standard-left-item-content ul li span i::before {
  color: white;
  margin-right: 10px;
}
.blog__standard-left-item-content a {
  display: inline-block;
  color: #704CFF;
  font-size: 16px;
  line-height: 26px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  position: relative;
}
.blog__standard-left-item-content a::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  background: #704CFF;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.blog__standard-left-item-content a:hover::after {
  width: 80px;
}

.blog__sidebar-item {
  background: #F6F4FF;
  padding: 40px 30px;
  border-radius: 0.75rem;
}
.blog__sidebar-item h4 {
  position: relative;
}
.blog__sidebar-item-search {
  position: relative;
}
.blog__sidebar-item-search input {
  background: white;
  width: 100%;
  height: 60px;
  padding: 0 15px;
  position: relative;
}
.blog__sidebar-item-search button {
  position: absolute;
  right: 0;
  top: 0;
  color: white;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #704CFF;
  display: inline-block;
}
.blog__sidebar-item-widget-category ul li:last-child {
  margin: 0;
}
.blog__sidebar-item-widget-category ul li {
  margin-bottom: 15px;
}
.blog__sidebar-item-widget-category ul li a {
  display: inline-block;
  background: white;
  border-radius: 0.5rem;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding-left: 15px;
  text-transform: uppercase;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  color: #030A15;
  font-weight: 700;
  position: relative;
  transition: all 0.3s ease-in-out;
  left: 0;
}
.blog__sidebar-item-widget-category ul li a i::before {
  color: #704CFF;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  margin-right: -15px;
}
.blog__sidebar-item-widget-category ul li a:hover {
  color: #704CFF;
}
.blog__sidebar-item-widget-category ul li a:hover i::before {
  margin-right: 7px;
  opacity: 1;
}
.blog__sidebar-item-post {
  border-bottom: 1px solid #E6E7E8;
}
.blog__sidebar-item-post-thumb {
  margin-right: 20px;
}
.blog__sidebar-item-post-thumb img {
  max-width: 90px;
  border-radius: 0.5rem;
}
.blog__sidebar-item-post-content h6 a {
  transition: all 0.3s ease-in-out;
}
.blog__sidebar-item-post-content h6 a:hover {
  color: #704CFF;
}
.blog__sidebar-item-post-content span {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}
.blog__sidebar-item-post-content span i::before {
  color: #704CFF;
  margin-right: 10px;
}
.blog__sidebar-item-widget-tag a:last-child {
  margin: 0;
}
.blog__sidebar-item-widget-tag a {
  display: inline-block;
  background: white;
  color: #030A15;
  font-size: 14px;
  font-weight: 700;
  height: 45px;
  line-height: 45px;
  padding: 0 25px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.blog__sidebar-item-widget-tag a:hover {
  background-color: #704CFF;
  color: white;
}

@media (max-width: 1199px) {
  .blog__area-item-content {
    padding: 0px 25px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .blog__area-item-content {
    padding: 0px 20px;
  }
}
@media (max-width: 1199px) and (min-width: 1200px) {
  .blog__area-item-content {
    padding: 40px 26px;
  }
}
@media (max-width: 1199px) {
  .blog__area-item-content h3 {
    font-size: 18px;
    line-height: 28px;
  }
  .blog__area-item-content ul li {
    margin-right: 10px;
  }
  .blog__area-item-content ul li i::before {
    font-size: 16px;
    margin-right: 5px;
  }
  .blog__sidebar-item-widget-tag a {
    padding: 0 12px;
    margin-right: 5px;
  }
}
@media (max-width: 575px) {
  .blog__details-left-content h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .blog__details-left-content-box {
    padding: 20px;
  }
  .blog__details-left-content-box h6 {
    font-size: 14px;
    line-height: 24px;
  }
  .blog__details-left-related {
    border-bottom: 1px solid #E6E7E8;
    padding-bottom: 30px;
  }
  .blog__details-left-related h6 {
    font-size: 13px;
    line-height: 24px;
    font-weight: 600;
  }
  .blog__details-left-related-tag a {
    font-size: 12px;
    font-weight: 600;
    padding: 0 14px;
    margin-right: 5px;
  }
  .blog__details-left-related-share ul li {
    display: inline-block;
    margin-right: 10px;
  }
  .blog__details-left-related-share ul li:last-child {
    margin: 0;
  }
  .blog__details-left-related-share ul li i::before {
    font-size: 15px;
  }
  .blog__details-left-comment-area-item {
    margin-left: 0;
    text-align: center;
  }
  .blog__details-left-comment-area-item-user {
    float: none;
    margin-left: 0;
  }
  .blog__details-left-comment-area-item-user img {
    max-width: 80px;
    height: auto;
    margin-bottom: 10px;
  }
  .blog__details-left-comment-area-item-details {
    padding: 0;
  }
  .blog__details-left-comment-area-item-details-name a {
    position: inherit;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .blog__standard-left-item-content {
    padding: 0;
    box-shadow: none;
  }
  .blog__standard-left-item-content h3 {
    font-size: 19px;
    line-height: 29px;
  }
  .blog__standard-left-item-content-date {
    margin-bottom: 5px;
  }
}
/*==========================================================================
Solution 
========================================================================== */
.solution__area-content {
  background-image: url(../image/1.png);
  background-position: center;
  border-radius: 0.75rem;
  margin-bottom: -103px;
  position: relative;
  padding: 50px 30px;
  text-align: center;
  background-size: cover;
}
.solution__area-content h2 {
  color: white;
  max-width: 20ch;
  text-align: center;
  margin-inline: auto;
  margin-bottom: 2rem;
}
@media (min-width: 576px) {
  .solution__area-content h2 {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .solution__area-content h2 {
    font-size: 48px;
  }
}

@media (max-width: 991px) {
  .solution__area-content {
    padding: 40px 30px;
  }
}
@media (max-width: 575px) {
  .solution__area-left h2 {
    font-size: 24px;
    line-height: 34px;
  }
}
/*==========================================================================
Footer
========================================================================== */
.footer__area {
  background: #030A15;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 103px;
}
.footer__area-wrapper {
  padding-block: 25px;
}
@media (min-width: 576px) {
  .footer__area-wrapper {
    padding-block: 50px;
  }
}
@media (min-width: 768px) {
  .footer__area-wrapper {
    padding-block: 80px;
  }
}
@media (min-width: 992px) {
  .footer__area-wrapper {
    padding-block: 50px;
  }
}
.footer__area-widget {
  gap: 127px;
}
.footer__area-widget-about {
  position: relative;
  z-index: 0;
  padding: 0 37px;
}
.footer__area-widget-content-logo a img {
  max-width: 155px;
}
.footer__area-widget-content p {
  color: #a7a1bf;
}
.footer__area-widget-content h4 {
  color: white;
  padding-top: 11px;
  margin-bottom: 22px;
}
.footer__area-widget-content-contact-info-icon i::before {
  color: #704CFF;
  margin-right: 15px;
}
.footer__area-widget-content-contact-info-title p {
  color: white;
}
.footer__area-widget-content-menu ul li:last-child {
  margin: 0;
}
.footer__area-widget-content-menu ul li {
  margin-bottom: 15px;
}
.footer__area-widget-content-menu ul li a {
  color: #a7a1bf;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  position: relative;
  left: 0;
}
.footer__area-widget-content-menu ul li a:hover {
  color: #704CFF;
  left: 4px;
}
.footer__area-widget-content ul li:last-child {
  margin: 0;
}
.footer__area-widget-content ul li {
  margin-bottom: 15px;
}
.footer__area-widget-content ul li a {
  color: #a7a1bf;
  transition: all 0.3s ease-in-out;
  position: relative;
  left: 0;
}
.footer__area-widget-content ul li a:hover {
  color: #704CFF;
  left: 4px;
}
.footer__area-widget-content-subscribe-button {
  position: relative;
}
.footer__area-widget-content-subscribe-button-input {
  height: 60px;
  width: 100%;
  padding-left: 20px;
  padding-right: 80px;
  font-size: 14px;
  background: white;
}
.footer__area-widget-content-subscribe-button-btn {
  display: block;
  height: 60px;
  width: 60px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  background: #704CFF;
  border: none;
  color: white;
  font-size: 20px;
  line-height: 60px;
}
.footer__area-copyright {
  border-top: 1px solid #1b2230;
}
.footer__area-copyright-left p {
  color: white;
}
.footer__area-copyright-right ul li {
  display: inline-block;
}
.footer__area-copyright-right ul li:last-child a {
  padding: 0;
  margin: 0;
  border: 0;
}
.footer__area-copyright-right ul li a {
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 2px solid #686C73;
  opacity: 70%;
  transition: all 0.3s ease-in-out;
}
.footer__area-copyright-right ul li a:hover {
  color: #704CFF;
  opacity: 1;
}

@media (max-width: 365px) {
  .footer__area-copyright-right ul li a {
    margin-right: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 991px) {
  .footer__area-widget {
    padding-left: 30px;
  }
  .footer__area-widget-about {
    padding: 0 30px;
  }
}
/*==========================================================================
Consulting
========================================================================== */
.consulting__area {
  background-color: #030A15;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  text-align: center;
  padding-top: 130px;
  padding-bottom: 290px;
  overflow: clip;
}
.consulting__area-content {
  max-width: 1000px;
  margin: 0 auto;
}
.consulting__area-content h2 {
  color: white;
}
.consulting__area-about {
  overflow: clip;
}
.consulting__area-about-right-image {
  position: relative;
}
.consulting__area-about-right-image-small-img {
  position: absolute;
  top: -30px;
  left: -60px;
  max-width: 250px;
  border: 17px solid white;
}

/*==========================================================================
Consulting Video
========================================================================== */
.consulting__video {
  margin-top: -245px;
  position: relative;
  z-index: 1;
}
.consulting__video-video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  width: 25px;
  height: 26px;
  display: block;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}
.consulting__video-video-icon::before {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  display: block;
  top: 50%;
  left: 50%;
  z-index: 0;
  background: #704CFF;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
  animation: pulse-border 1500ms ease-out infinite;
}
.consulting__video-video-icon::after {
  position: absolute;
  content: "";
  background: #704CFF;
  top: 50%;
  left: 50%;
  display: block;
  z-index: 1;
  transform: translateX(-50%) translateY(-50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  transition: all 200ms;
}
.consulting__video-video-icon span {
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 20px solid white;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  display: block;
}

@media (max-width: 1199px) {
  .consulting__video {
    margin-top: -200px;
  }
}
@media (max-width: 991px) {
  .consulting__video {
    margin-top: -148px;
  }
  .consulting__area {
    padding-bottom: 180px;
  }
  .consulting__area-content h2 {
    font-size: 37px;
    line-height: 51px;
  }
}
@media (max-width: 767px) {
  .consulting__video {
    margin-top: -110px;
  }
  .consulting__area {
    padding-bottom: 140px;
  }
  .consulting__area-content h2 {
    font-size: 27px;
    line-height: 41px;
  }
}
@media (max-width: 575px) {
  .consulting__video {
    margin-top: -90px;
  }
  .consulting__area {
    padding-bottom: 120px;
  }
  .consulting__area-content h2 {
    font-size: 24px;
    line-height: 38px;
  }
}
/*==========================================================================
Page
========================================================================== */
.page__banner {
  background-color: #030A15;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  text-align: center;
  padding-top: 170px;
  padding-bottom: 100px;
}
@media (min-width: 992px) {
  .page__banner {
    padding-top: 230px;
    padding-bottom: 130px;
  }
}
@media (min-width: 1200px) {
  .page__banner {
    padding-top: 250px;
    padding-bottom: 150px;
  }
}
.page__banner::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 0;
  background: #030A15;
  background-image: radial-gradient(at 100.9% 6%, rgba(112, 76, 255, 0.6) 0px, transparent 50%), radial-gradient(at -0.1% -1.3%, rgba(146, 236, 19, 0.6) 0px, transparent 50%);
  opacity: 0.9;
}
.page__banner-content {
  position: relative;
  z-index: 2;
}
.page__banner-content h2 {
  color: white;
  margin-bottom: 20px;
}
.page__banner-content ul li:last-child {
  margin: 0;
}
.page__banner-content ul li {
  display: inline-block;
  margin-right: 10px;
  color: #92EC13;
  text-transform: capitalize;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
}
.page__banner-content ul li a {
  color: white;
  padding-right: 10px;
}
.page__banner-content ul li i::before {
  font-size: 12px;
  color: white;
  top: 0;
}

/*==========================================================================
Error
========================================================================== */
.error__area-content img {
  max-width: 600px;
  margin-bottom: 30px;
}

/*==========================================================================
Pagination
========================================================================== */
.pagination__area ul li:last-child {
  margin: 0;
}
.pagination__area ul li {
  display: inline-block;
  margin-right: 15px;
}
.pagination__area ul li .active {
  background: #704CFF;
  color: white;
}
.pagination__area ul li a {
  color: #030A15;
  background: #F6F4FF;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 0.5rem;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.pagination__area ul li a:hover {
  background: #704CFF;
  color: white;
}

/*==========================================================================
Border None
========================================================================== */
.border-n {
  border-right: none;
  border-bottom: none;
}

@media (max-width: 991px) {
  .lg-border-n {
    border-right: none;
  }
}
@media (max-width: 775px) {
  .sm-border-n {
    border-right: none;
  }
}
/*==========================================================================
Background
========================================================================== */
.thin-bg {
  background: #F6F4FF;
}

.primary-bg {
  background: #704CFF;
}

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

@media(max-width:450px) {
	
	.choose__area-left-image img{
		width:100%;
		height:250px;
	}
	.choose__area-left-image-counter{
		padding:10px 14px;
	}
	.choose__area-left-image-counter h2{
		font-size:14px;
	}
	.choose__area-left-image-counter p{
		font-size:14px;
	}
	#about h2{
		font-size:16px;
	}
	.features__area .row>*{
		width:50%;
		float:left;
	}
	.team__area-wrapper .row>*{
		
		width:50%;
		float:left;
	}
	.features__area-item-icon{
		text-align:center;
	}
	.features__area-item-content h4{
		text-align:center;
	}
	h4,h5{
		font-size:14px;
	}
}