@charset "UTF-8";
ul {
  padding-left: 0;
}

.generic-border-btn {
  font-size: 16px;
  font-weight: 500;
  color: #1a1a1a;
  border: 2px solid #1a1a1a;
  height: 60px;
  line-height: 56px;
  text-align: center;
  border-radius: 5px;
  padding: 0 48px;
  display: inline-block;
}
.generic-border-btn:hover {
  color: #fff;
  background: #1a1a1a;
  border-color: #1a1a1a;
}

.generic-text-btn {
  font-size: 16px;
  font-weight: 500;
  color: #1a1a1a;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  border-bottom: 1px solid #1a1a1a;
}
.generic-text-btn:hover {
  gap: 15px;
  color: #1a1a1a;
}

.generic-border-btn-rounded {
  font-size: 14px;
  font-weight: 500;
  color: #666666;
  height: 45px;
  line-height: 43px;
  display: inline-block;
  border: 1px solid #666666;
  border-radius: 30px;
  padding: 0 26px;
}
.generic-border-btn-rounded:hover {
  color: #fff;
  background: #666666;
  border-color: #666666;
  box-shadow: 0px 20px 25px rgba(23, 27, 30, 0.15);
}

.body-content-box {
  display: flex;
  gap: 40px;
}

.image-and-description {
  align-items: center;
}
.image-and-description h4 {
  font-size: 20px;
  font-weight: 600;
}
.image-and-description .generic-text-btn {
  border: none;
  color: #592dee;
}
.image-and-description .content-img img {
  min-width: 155px;
}

.x-clip {
  overflow-x: clip;
}

.generic-blog-btn {
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  text-align: left;
  color: #666;
  text-transform: capitalize;
}
.generic-blog-btn a i {
  padding-left: 6px;
}
.generic-blog-btn a:hover {
  color: #592dee;
}

.generic-blog-btn-solid {
  font-family: "DM Sans";
  font-weight: 500;
  font-size: 14px;
  text-align: left;
  color: #666;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #efefef;
  display: inline-block;
  padding: 0 25px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.generic-blog-btn-solid:hover {
  background-color: #592dee;
  color: #fff;
  border-color: #592dee;
}

.blog-bg-color {
  background-color: #f8f8f9;
}

@keyframes circle-animation {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.img-overlayed {
  position: relative;
}
.img-overlayed::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #ddd;
  top: 0;
  left: 0;
}

/*--
    - Overlay
------------------------------------------*/
[data-overlay] {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
[data-overlay]::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
}

/*-- Overlay Color --*/
[data-overlay=light]::before {
  background-color: var(--clr-common-white);
}

[data-overlay=dark]::before {
  background-color: var(--clr-body-heading);
}

/*-- Overlay Opacity --*/
[data-opacity="1"]::before {
  opacity: 0.1;
}

[data-opacity="2"]::before {
  opacity: 0.2;
}

[data-opacity="3"]::before {
  opacity: 0.3;
}

[data-opacity="4"]::before {
  opacity: 0.4;
}

[data-opacity="5"]::before {
  opacity: 0.5;
}

[data-opacity="6"]::before {
  opacity: 0.6;
}

[data-opacity="7"]::before {
  opacity: 0.7;
}

[data-opacity="8"]::before {
  opacity: 0.8;
}

[data-opacity="9"]::before {
  opacity: 0.9;
}

.gen__banner-wrapper h2 {
  color: red;
  font-size: 60px;
}

.iconbox-wrapper {
  padding: 0 60px;
}

.generic-iconbox-icon {
  width: 90px;
  height: 90px;
  text-align: center;
  line-height: 90px;
  font-size: 36px;
  border-radius: 50%;
  background: linear-gradient(to bottom right, #6d41ff 0%, #b3a1ff 100%);
  color: #666;
  margin: 0 auto;
  margin-bottom: 40px;
  box-shadow: 0px 15px 30px rgba(104, 83, 255, 0.2);
}

.icon-bg-gradient .generic-iconbox-icon {
  color: var(--clr-common-white);
}

.generic-iconbox {
  text-align: center;
  border: 1px solid #efefef;
  border-radius: 10px;
  padding: 45px 25px 45px;
  transition: 0.3s;
  background: var(--clr-common-white);
}
.generic-iconbox:hover {
  box-shadow: 0px 30px 60px rgba(10, 25, 87, 0.07);
  border-color: var(--clr-common-white);
}

.generic-iconbox-title {
  font-size: 22px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 20px;
}

.generic-iconbox p {
  margin-bottom: 40px;
}

.generic-iconbox-btn .generic-border-btn {
  border: 1px solid #efefef;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  color: #666666;
  height: 45px;
  line-height: 43px;
  padding: 0 26px;
}
.generic-iconbox-btn .generic-border-btn:hover {
  background: #592dee;
  border-color: #592dee;
  box-shadow: 0px 20px 25px rgba(32, 38, 201, 0.15);
  color: var(--clr-common-white);
}

.icon-bg-gradient .generic-iconbox-icon {
  background: linear-gradient(to bottom right, #6d41ff 0%, #b3a1ff 100%);
  box-shadow: 0px 15px 30px rgba(104, 83, 255, 0.2);
}

.iconbox-bg-white.generic-iconbox {
  box-shadow: 0px 30px 60px rgba(10, 25, 87, 0.07);
  border-radius: 0;
  border-color: var(--clr-common-white);
}

.iconbox-bg-white .generic-iconbox-icon {
  font-size: 80px;
  color: var(--clr-common-black);
  background: none;
  box-shadow: none;
}

.iconbox-bg-white .generic-border-btn-rounded {
  border-color: #6db6ff;
}
.iconbox-bg-white .generic-border-btn-rounded:hover {
  box-shadow: 0px 20px 25px rgba(41, 136, 219, 0.15);
  background: #6db6ff;
}

.iconbox-bg-coloured.generic-iconbox {
  border: 1px solid #fbf1f4;
  background: #fbf1f4;
  padding: 35px 25px 35px;
  min-height: 320px;
  display: flex;
  align-items: center;
}
.iconbox-bg-coloured.generic-iconbox:hover {
  box-shadow: none;
}

.iconbox-bg-coloured .generic-iconbox-icon {
  color: #ef5085;
  font-size: 70px;
  background: no-repeat;
  box-shadow: none;
  line-height: 1;
  margin-bottom: 20px;
}

.iconbox-bg-coloured .generic-iconbox-title {
  font-size: 20px;
  line-height: 1.5;
  color: #1a1a1a;
  margin-bottom: 0px;
  transition: 0.3s;
}

.iconbox-bg-coloured.generic-iconbox:hover .generic-iconbox-title {
  margin-bottom: 30px;
}

.iconbox-bg-coloured .generic-fill-btn {
  font-size: 14px;
  font-weight: 500;
  color: var(--clr-common-white);
  text-transform: inherit;
  background: #ef5085;
  border-color: #ef5085;
  padding: 0 26px;
  height: 45px;
  line-height: 43px;
}
.iconbox-bg-coloured .generic-fill-btn:hover {
  box-shadow: 0px 20px 25px rgba(201, 32, 84, 0.15);
  color: #fff;
  background: #ef5085;
}

.iconbox-bg-coloured .generic-iconbox-btn {
  height: 0px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.iconbox-bg-coloured.generic-iconbox:hover .generic-iconbox-btn {
  height: 45px;
  opacity: 1;
  visibility: visible;
}

.generic-banner-area {
  height: 970px;
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
}
.generic-banner-area:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #302598;
  opacity: 0.8;
  z-index: -1;
}

.gen-banner-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
}
.gen-banner-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.generic-banner-subtitle,
.generic-banner-subtitle {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

.generic-banner-content p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 30px;
}

.gen-banner-title {
  font-size: 80px;
  font-weight: 700;
  color: #fff;
}

.generic-el-banner-wrapper > div {
  justify-content: center;
}

.generic-border-btn-r {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  height: 60px;
  line-height: 56px;
  padding: 0 48px;
  border: 2px solid #fff;
  display: inline-block;
  border-radius: 30px;
}
.generic-border-btn-r:hover {
  color: #1a1a1a;
  background: #fff;
  border-color: #fff;
}

.gen-white-banner-content .generic-banner-subtitle {
  color: #592dee;
}
.gen-white-banner-content .gen-banner-title {
  color: #1a1a1a;
  line-height: 1.12;
}
.gen-white-banner-content p {
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
}

.generic-fill-btn {
  font-size: 15px;
  font-weight: 500;
  background: #592dee;
  height: 60px;
  border-radius: 5px;
  display: inline-block;
  border: 1px solid #592dee;
  line-height: 58px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  padding: 0 55px;
  white-space: nowrap;
}
.generic-fill-btn:hover {
  color: #592dee;
  background: #fff;
}

.play-btn {
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border: 1.2px solid #592dee;
  display: inline-block;
  border-radius: 50%;
  color: #592dee;
  font-size: 15px;
}

.gen-video-btn {
  font-size: 15px;
  font-weight: 500;
  color: #1a1a1a;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 18px;
}

.gen-white-banner-content .generic-banner-btn {
  display: flex;
  gap: 30px;
  align-items: center;
}

.banner-970 {
  min-height: 970px;
  min-height: 970px;
}

.gen-white-banner-area {
  display: flex;
  align-items: center;
  display: flex;
  align-items: center;
}

.gen-white-banner-img {
  max-width: 490px;
  position: relative;
  display: flex;
  margin-left: auto;
  z-index: 2;
}
.gen-white-banner-img > img {
  width: 100%;
}

.gen-white-banner-shapes img {
  position: absolute;
}

.white-banner-shape-4 {
  bottom: -82px;
  right: -92px;
  z-index: -1;
}

.white-banner-shape-1 {
  top: -35px;
  left: -40px;
  z-index: -1;
}

.white-banner-shape-2 {
  top: 29%;
  right: -60px;
}

.white-banner-shape-3 {
  top: 40%;
  left: -100px;
}

.gen-gradient-banner-area {
  position: relative;
  display: flex;
  align-items: center;
}

.banner-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.banner-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gen-gradient-banner-content {
  padding-top: 50px;
}
.gen-gradient-banner-content .gen-banner-title {
  font-size: 70px;
  color: #1a1a1a;
  line-height: 1.14;
  margin-bottom: 45px;
}

.gen-gradient-banner-img {
  position: absolute;
  bottom: 0;
  left: 51%;
}

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

.gen-white-banner-content .gen-video-btn.popup-video {
  width: inherit;
}

.generic-team-single {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.generic-team-single:hover .generic-el-team-content {
  margin-bottom: 0;
}
.generic-team-single:hover .generic-el-team-content::before {
  opacity: 1;
}

.generic-team-thumb {
  position: relative;
  overflow: hidden;
  margin-bottom: 75px;
}
.generic-team-thumb img {
  width: 100%;
}

.generic-team-single:hover .generic-team-thumb img {
  transform: scale(1.05);
}

.generic-el-team-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: var(--clr-common-white);
  margin: 0 auto;
  left: 0;
  right: 0;
  max-width: 250px;
  padding: 22px 20px 21px;
  text-align: center;
  margin-bottom: -55px;
  transition: 0.5s;
}
.generic-el-team-content::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  border: 3px solid #bcbfcc;
  top: 10px;
  left: 10px;
  border-right: 0;
  border-bottom: 0;
  opacity: 0;
  transition: 0.5s;
  box-shadow: 0px 10px 40px rgba(8, 21, 84, 0.05);
}

.generic-member-name {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 7px;
}
.generic-member-name a:hover {
  color: #592dee;
}

.generic-member-designation {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 12px;
  display: block;
}

.generic-social-links ul {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.generic-social-links li {
  list-style: none;
}

.team-social-links a {
  color: #bcbfcc;
}
.team-social-links a:hover {
  color: #592dee;
}

.generic-social-links.team-social-links ul {
  gap: 22px;
}

.team-boxed-style .generic-el-team-content {
  position: static;
  margin-bottom: 0;
  padding: 27px 20px 25px;
}
.team-boxed-style .generic-el-team-content::before {
  display: none;
}
.team-boxed-style .generic-team-thumb {
  margin: 0 25px;
  padding-bottom: 0;
  border-radius: 10px;
  overflow: hidden;
}
.team-boxed-style .team-social-links {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateX(-100%);
  transition: 0.5s;
}
.team-boxed-style .team-social-links a {
  background: #673cfb;
  width: 50px;
  display: inline-block;
  text-align: center;
  color: #fff;
  height: 30px;
  line-height: 30px;
}
.team-boxed-style .team-social-links a:hover {
  background: #592dee;
}
.team-boxed-style .team-social-links ul {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.team-boxed-style .generic-team-single:hover .team-social-links {
  transform: translateX(0);
}
.team-boxed-style .generic-team-single::before {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% - 40px);
  background: #fff;
  bottom: 0;
  left: 0;
  border-radius: 10px;
  z-index: -1;
}
.team-boxed-style .generic-member-designation {
  margin-bottom: 0;
}

.team-gradient-overlay .generic-team-single {
  border-radius: 10px;
  overflow: hidden;
}
.team-gradient-overlay .generic-team-single:hover .generic-team-thumb::before {
  opacity: 0.8;
}
.team-gradient-overlay .generic-team-single:hover .generic-el-team-content {
  opacity: 1;
  visibility: visible;
}
.team-gradient-overlay .generic-team-thumb {
  margin-bottom: 0;
}
.team-gradient-overlay .generic-team-thumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(#6a3ceb 0%, #0783ff 100%);
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: 0.5s;
}
.team-gradient-overlay .generic-el-team-content {
  z-index: 2;
  margin-bottom: -60px;
  bottom: 50%;
  transform: translateY(50%);
  background: transparent;
  opacity: 0;
  visibility: hidden;
}
.team-gradient-overlay .generic-el-team-content::before {
  display: none;
}
.team-gradient-overlay .generic-member-name {
  color: var(--clr-common-white);
}
.team-gradient-overlay .generic-member-name a:hover {
  color: #1a1a1a;
}
.team-gradient-overlay .generic-member-designation {
  color: var(--clr-common-white);
}
.team-gradient-overlay .team-social-links a {
  color: var(--clr-common-white);
}
.team-gradient-overlay .team-social-links a:hover {
  color: #1a1a1a;
}

.generic-el-team-carousel-wrapper {
  position: relative;
}
.generic-el-team-carousel-wrapper .generic-el-team-content {
  margin-bottom: -55px;
}

.generic-el-team-carousel-wrapper .tp-arrow {
  top: 50%;
  margin-top: -75px;
}

.swiper-button-prev.tp-arrow {
  left: -25px;
  right: auto;
}

div.tp-arrow {
  background: #fff;
  height: 50px;
  width: 50px;
  font-size: 20px;
  color: #592DEE;
  transition: all 0.3s ease-out 0s;
  box-shadow: 0px 20px 50px rgba(10, 25, 87, 0.16);
}

.swiper-button-next.tp-arrow {
  right: -25px;
  left: auto;
}

.swiper-button-next::after, .swiper-button-prev::after {
  display: none;
}

div.tp-arrow:hover {
  background: #592DEE;
  color: #ffffff;
}

div.generic-el-team-carousel-wrapper .swiper-pagination-bullets {
  padding-top: 20px;
}

div.generic-el-team-carousel-wrapper .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 2px solid transparent;
  margin: 0 5px;
  display: inline-block;
  background: #DBDDE6;
  opacity: 1;
}

div.generic-el-team-carousel-wrapper .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #592DEE;
}

.swiper-button-prev i, .swiper-button-next i {
  font-family: "Font Awesome 5 Pro";
}

.generic-el-team-carousel-wrapper .swiper-pagination {
  position: static;
  line-height: 1;
}

.generic-accordion-general .accordion-button {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  background-color: #f8f8f9;
  box-shadow: none;
  border-radius: 0;
  padding: 0 30px;
  height: 55px;
}
.generic-accordion-general .accordion-button::after {
  width: 13px;
  height: 8px;
  background-image: none;
  background-color: #d6d6de;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.generic-accordion-general .accordion-button:not(.collapsed)::after {
  transform: rotate(-180deg);
}
.generic-accordion-general .accordion {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.generic-accordion-general .accordion-item {
  border: 0;
  background-color: transparent;
}
.generic-accordion-general .accordion-item:first-of-type {
  border-radius: 0;
}
.generic-accordion-general .accordion-item:first-of-type .accordion-button {
  border-radius: 0;
}
.generic-accordion-general .accordion-item:last-of-type {
  border-radius: 0;
}
.generic-accordion-general .accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 0;
}
.generic-accordion-general .accordion-body {
  color: #666666;
  padding: 20px 30px 25px;
  font-size: 16px;
  line-height: 26px;
  background: #fff;
}
.generic-accordion-general .accordion-collapse {
  box-shadow: 0px 5px 10px rgba(8, 21, 84, 0.05);
}

.generic-accordion-bordered .accordion-button {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  background-color: #ffffff;
  box-shadow: none;
  border-radius: 0;
  padding: 0 28px;
  height: 55px;
}
.generic-accordion-bordered .accordion-button::after {
  background-image: none;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  color: #4d64f9;
  font-size: 20px;
  line-height: 1;
  width: auto;
  height: auto;
}
.generic-accordion-bordered .accordion-button:not(.collapsed)::after {
  transform: rotate(-90deg);
}
.generic-accordion-bordered .accordion {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.generic-accordion-bordered .accordion-item {
  border: 1.5px solid #7b91fe;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 5px 20px rgba(32, 41, 81, 0.05);
  background-color: transparent;
}
.generic-accordion-bordered .accordion-item:first-of-type {
  border-radius: 5px;
}
.generic-accordion-bordered .accordion-item:first-of-type .accordion-button {
  border-radius: 0;
}
.generic-accordion-bordered .accordion-item:last-of-type {
  border-radius: 5px;
}
.generic-accordion-bordered .accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 0;
}
.generic-accordion-bordered .accordion-body {
  color: #666666;
  padding: 20px 28px 25px;
  font-size: 16px;
  line-height: 26px;
  background: #fff;
}
.generic-accordion-bordered .accordion-collapse {
  box-shadow: none;
}

.generic-accordion-gradient .accordion-button {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(to right, #a355f1 0%, #ff8fb5 100%);
  box-shadow: none;
  border-radius: 0;
  padding: 0 30px;
  height: 55px;
}
.generic-accordion-gradient .accordion-button::before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  margin-right: 20px;
  transition: transform 0.2s ease-in-out;
}
.generic-accordion-gradient .accordion-button:not(.collapsed)::before {
  transform: rotate(-180deg);
}
.generic-accordion-gradient .accordion-button::after {
  background-image: none;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  color: #4d64f9;
  font-size: 20px;
  line-height: 1;
  width: auto;
  height: auto;
  display: none;
}
.generic-accordion-gradient .accordion-button:not(.collapsed)::after {
  transform: rotate(-90deg);
}
.generic-accordion-gradient .accordion {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.generic-accordion-gradient .accordion-item {
  border: 0;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: none;
  background-color: transparent;
}
.generic-accordion-gradient .accordion-item:first-of-type {
  border-radius: 5px;
}
.generic-accordion-gradient .accordion-item:first-of-type .accordion-button {
  border-radius: 0;
}
.generic-accordion-gradient .accordion-item:last-of-type {
  border-radius: 5px;
}
.generic-accordion-gradient .accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 0;
}
.generic-accordion-gradient .accordion-body {
  color: #666666;
  padding: 20px 30px 25px;
  font-size: 16px;
  line-height: 26px;
  background: linear-gradient(to right, #f5ebff 0%, #ffeff5 100%);
}
.generic-accordion-gradient .accordion-collapse {
  box-shadow: none;
}

.generic-accordion-coloured .accordion-button {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: #7b91ff;
  box-shadow: none;
  border-radius: 0;
  padding: 0 30px;
  height: 55px;
}
.generic-accordion-coloured .accordion-button::before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  margin-right: 20px;
  transition: transform 0.2s ease-in-out;
  display: none;
}
.generic-accordion-coloured .accordion-button:not(.collapsed)::before {
  transform: rotate(-180deg);
}
.generic-accordion-coloured .accordion-button::after {
  background-image: none;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  width: auto;
  height: auto;
}
.generic-accordion-coloured .accordion-button:not(.collapsed)::after {
  transform: rotate(-180deg);
  content: "";
}
.generic-accordion-coloured .accordion {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.generic-accordion-coloured .accordion-item {
  border: 0;
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
  background-color: transparent;
}
.generic-accordion-coloured .accordion-item:first-of-type {
  border-radius: 0;
}
.generic-accordion-coloured .accordion-item:first-of-type .accordion-button {
  border-radius: 0;
}
.generic-accordion-coloured .accordion-item:last-of-type {
  border-radius: 0;
}
.generic-accordion-coloured .accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 0;
}
.generic-accordion-coloured .accordion-body {
  color: #666666;
  padding: 20px 30px 25px;
  font-size: 16px;
  line-height: 26px;
  background: #f5f8ff;
}
.generic-accordion-coloured .accordion-collapse {
  box-shadow: none;
}

.generic-accordion-blured .accordion-button {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  box-shadow: none;
  border-radius: 0;
  padding: 0 28px;
  height: 55px;
  background: transparent;
  background-color: transparent;
  background-color: transparent;
  background-color: transparent;
  backdrop-filter: blur(6px);
  --webkit-backdrop-filter: blur(6px);
  background-color: rgba(255, 255, 255, 0.05);
}
.generic-accordion-blured .accordion-button::after {
  background-image: none;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  width: auto;
  height: auto;
}
.generic-accordion-blured .accordion-button:not(.collapsed)::after {
  transform: rotate(-90deg);
}
.generic-accordion-blured .accordion {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.generic-accordion-blured .accordion-item {
  border: 1px solid rgba(172, 173, 185, 0.15);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: none;
  background-color: transparent;
}
.generic-accordion-blured .accordion-item:first-of-type {
  border-radius: 28px;
}
.generic-accordion-blured .accordion-item:first-of-type .accordion-button {
  border-radius: 0;
}
.generic-accordion-blured .accordion-item:last-of-type {
  border-radius: 28px;
}
.generic-accordion-blured .accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 0;
}
.generic-accordion-blured .accordion-body {
  color: #fff;
  padding: 20px 28px 25px;
  font-size: 16px;
  line-height: 26px;
  background: transparent;
  background-color: transparent;
  backdrop-filter: blur(6px);
  --webkit-backdrop-filter: blur(6px);
  background-color: rgba(255, 255, 255, 0.05);
  border-top: 1px solid rgba(172, 173, 185, 0.15);
}
.generic-accordion-blured .accordion-collapse {
  box-shadow: none;
}

.task-percentage-number {
  font-size: 36px;
  font-weight: 700;
  color: #592dee;
  line-height: 1;
  display: block;
}

.task-single p {
  margin-bottom: 0;
}

.task-percentage {
  display: flex;
  gap: 100px;
  position: relative;
  width: fit-content;
}
.task-percentage:after {
  position: absolute;
  content: "";
  width: 1px;
  background: #ececec;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.title-and-description .content-title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}

.title-and-description .content-details {
  width: 300px;
}

.title-and-description .generic-fill-btn {
  border-radius: 10px;
  font-size: 16px;
  text-transform: capitalize;
  background: #f62d6a;
  border-color: #f62d6a;
  height: 50px;
  line-height: 48px;
  padding: 0 38px;
}

.title-and-description .generic-fill-btn:hover {
  background: #fff;
  color: #f62d6a;
}

.generic-accordion-blured .accordion-body * {
  color: #fff;
}

.generic-accordion-blured .title-and-description .generic-fill-btn:hover {
  background: transparent;
  color: #fff;
  border-color: #fff;
}

.generic-accordion-gradient .task-percentage:after {
  background: #e5c9c9;
}

.rating {
  font-size: 15px;
  color: #eca52a;
  display: flex;
  gap: 5px;
}

.generic-testimonial-default {
  border: 1px solid #f1f1f1;
  border-radius: 10px;
  padding: 48px 40px 48px;
  background: #fff;
  transition: 0.3s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px) {
  .generic-testimonial-default {
    padding: 38px 30px 38px;
  }
}
@media (max-width: 450px) {
  .generic-testimonial-default {
    padding: 38px 25px 38px;
  }
}
.generic-testimonial-default .generic-testimonial-content p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 50px;
}
.generic-testimonial-default .generic-testimonial-content .rating {
  margin-bottom: 40px;
}
.generic-testimonial-default .generic-author-meta {
  display: flex;
  gap: 20px;
  align-items: center;
}
.generic-testimonial-default .generic-author-meta .generic-author-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}
.generic-testimonial-default .generic-author-meta .generic-author-name {
  font-size: 20px;
  margin-bottom: 0;
}
.generic-testimonial-default .generic-author-meta .generic-author-designation {
  font-size: 14px;
  line-height: 1;
}

.generic-author-img img {
  width: 100%;
}

.generic-testimonial-style2-wrapper {
  width: 100%;
  position: relative;
  max-width: 970px;
}

.gen-test-p-element .p-thumb {
  position: absolute;
  top: 0;
  right: 100%;
  width: 80px;
  border: 5px solid var(--clr-common-white);
  border-radius: 50%;
  box-shadow: 0px 20px 60px rgba(8, 13, 58, 0.1);
}
.gen-test-p-element .p-thumb-1 {
  right: 110%;
  top: 8%;
  width: 60px;
  opacity: 0.3;
}
.gen-test-p-element .p-thumb-2 {
  right: 123%;
  top: 28%;
}
.gen-test-p-element .p-thumb-3 {
  right: 103%;
  top: 79%;
}
.gen-test-p-element .p-thumb-4 {
  left: 117%;
  top: -17%;
}
.gen-test-p-element .p-thumb-5 {
  left: 107%;
  top: 30%;
  width: 60px;
}
.gen-test-p-element .p-thumb-6 {
  left: 120%;
  top: 48%;
  opacity: 0.3;
}

.testimonial-style2-active {
  overflow: visible;
}
.testimonial-style2-active .swiper-slide {
  opacity: 0;
  transition: opacity 0.5s;
}
.testimonial-style2-active .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.generic-testimonial-style2 {
  max-width: 970px;
  background: #fff;
  border-radius: 20px;
  padding: 55px 90px 50px;
  box-shadow: 0px 30px 60px rgba(10, 25, 87, 0.05);
  position: relative;
  margin-bottom: 60px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .generic-testimonial-style2 {
    padding: 55px 40px 50px;
  }
}
@media (max-width: 450px) {
  .generic-testimonial-style2 {
    padding: 55px 22px 50px;
  }
}
.generic-testimonial-style2::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  width: calc(100% - 60px);
  height: 100%;
  bottom: -30px;
  -webkit-box-shadow: 0px 30px 60px rgba(10, 25, 87, 0.05);
  -moz-box-shadow: 0px 30px 60px rgba(10, 25, 87, 0.05);
  box-shadow: 0px 30px 60px rgba(10, 25, 87, 0.05);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  z-index: -1;
  background: #ffffff;
  margin: 0 auto;
}
.generic-testimonial-style2 .generic-testimonial-content {
  text-align: center;
}
.generic-testimonial-style2 .generic-testimonial-content p {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 70px;
}
.generic-testimonial-style2 .generic-testimonial-icon {
  font-size: 50px;
  background: -webkit-linear-gradient(180deg, #a355f1 0%, #ff8fb5 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 25px;
}
.generic-testimonial-style2 .generic-author-meta .generic-author-name {
  font-size: 20px;
  margin-bottom: 2px;
}
.generic-testimonial-style2 .generic-author-meta .generic-author-designation {
  font-size: 14px;
}

.generic-testimonial-style3-wrapper {
  padding: 0 80px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .generic-testimonial-style3-wrapper {
    padding: 0 0px;
  }
}

.generic-testimonial-style3 .generic-testimonial-icon {
  font-size: 30px;
  color: #7461f8;
  margin-bottom: 25px;
}
.generic-testimonial-style3 .generic-testimonial-content p {
  font-size: 30px;
  line-height: 1.4;
  margin-bottom: 50px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .generic-testimonial-style3 .generic-testimonial-content p {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .generic-testimonial-style3 .generic-testimonial-content p {
    font-size: 20px;
  }
}
.generic-testimonial-style3 .generic-author-meta .generic-author-name {
  font-size: 20px;
  margin-bottom: 3px;
}
.generic-testimonial-style3 .generic-author-meta .generic-author-designation {
  font-size: 14px;
  display: block;
}
.generic-testimonial-style3 .generic-author-meta .generic-author-signature {
  font-size: 30px;
  font-weight: 400;
  color: #1a1a1a;
  transform: rotate(-10deg);
  display: inline-block;
}

.generic-test-group-thumb {
  position: relative;
  padding-top: 20px;
  max-width: 500px;
  margin-left: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .generic-test-group-thumb {
    width: 90%;
    margin-left: 0;
  }
}
.generic-test-group-thumb img {
  width: 100%;
}
.generic-test-group-thumb .group-thumb-img {
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0px 20px 60px rgba(8, 13, 58, 0.1);
  border-radius: 50%;
}
.generic-test-group-thumb .group-thumb-1 {
  width: 22%;
  left: 13%;
}
.generic-test-group-thumb .group-thumb-2 {
  width: 20%;
  left: 64%;
  top: 2%;
}
.generic-test-group-thumb .group-thumb-3 {
  width: 32%;
  left: 32%;
  top: 20%;
}
.generic-test-group-thumb .group-thumb-4 {
  width: 24%;
  left: 1%;
  top: 40%;
}
.generic-test-group-thumb .group-thumb-5 {
  width: 28%;
  left: 67%;
  top: 41%;
}
.generic-test-group-thumb .group-thumb-6 {
  width: 28%;
  left: 34%;
  top: 58%;
}

.generic-price-package-general {
  border: 2px solid var(--clr-common-white);
  border-radius: 10px;
  box-shadow: 0px 20px 50px rgba(8, 18, 48, 0.07);
  padding: 55px 50px 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}
.generic-price-package-general:hover {
  border-color: #6258f2;
}
.generic-price-package-general.package-popular {
  border-color: #6258f2;
}
.generic-price-package-general.package-popular .generic-pricing-btn .generic-fill-btn {
  box-shadow: 0px 20px 30px rgba(19, 13, 104, 0.2);
  color: var(--clr-common-white);
}
.generic-price-package-general .generic-package-name {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 35px;
}
.generic-price-package-general .generic-package-price {
  font-size: 80px;
  font-weight: 700;
  color: #6258f2;
  line-height: 0.7;
  display: flex;
  justify-content: center;
}
.generic-price-package-general .price-currency {
  font-size: 20px;
  font-weight: 500;
  color: #1a1a1a;
}
.generic-price-package-general .additional-points {
  font-size: 20px;
  font-weight: 500;
  color: #1a1a1a;
  margin-top: auto;
}
.generic-price-package-general .features-list {
  border-top: 1px solid #ececec;
  padding-top: 45px;
  margin-top: 50px;
  margin-bottom: 45px;
}
.generic-price-package-general .features-list li {
  font-size: 16px;
  color: #666666;
  list-style: none;
}
.generic-price-package-general .features-list ul {
  display: flex;
  flex-direction: column;
  gap: 17px;
}
.generic-price-package-general .generic-pricing-btn .generic-fill-btn {
  height: 55px;
  background: #6258f2;
  border-radius: 10px;
  border-color: #6258f2;
  line-height: 53px;
  font-size: 14px;
  font-weight: 700;
}
.generic-price-package-general .generic-pricing-btn .generic-fill-btn:hover {
  box-shadow: 0px 20px 30px rgba(19, 13, 104, 0.2);
  color: var(--clr-common-white);
}
.generic-price-package-general .popular-tag {
  font-size: 14px;
  font-weight: 700;
  background: #6258f2;
  color: var(--clr-common-white);
  text-transform: uppercase;
  width: 200px;
  height: 200px;
  display: flex;
  align-items: end;
  justify-content: center;
  padding-bottom: 15px;
  position: absolute;
  top: -116px;
  left: -116px;
  transform: rotate(-45deg);
}

.generic-price-package-style-2 {
  background: var(--clr-common-white);
  padding: 45px 39px 45px;
  position: relative;
  z-index: 2;
  transition: 0.3s;
  border-left: 1px solid #ececec;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .generic-price-package-style-2 {
    border-top: 1px solid #ececec;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .generic-price-package-style-2 {
    border-left: 0;
  }
}
.generic-price-package-style-2 * {
  transition: 0.3s;
}
.generic-price-package-style-2.package-popular, .generic-price-package-style-2:active {
  border-color: #7e65ff;
}
.generic-price-package-style-2.package-popular::before, .generic-price-package-style-2:active::before {
  opacity: 1;
  visibility: visible;
}
.generic-price-package-style-2.package-popular .generic-package-icon, .generic-price-package-style-2:active .generic-package-icon {
  color: var(--clr-common-white);
}
.generic-price-package-style-2.package-popular .generic-package-name, .generic-price-package-style-2:active .generic-package-name {
  color: var(--clr-common-white);
}
.generic-price-package-style-2.package-popular .features-list li, .generic-price-package-style-2:active .features-list li {
  color: var(--clr-common-white);
}
.generic-price-package-style-2.package-popular .features-list li i, .generic-price-package-style-2:active .features-list li i {
  color: var(--clr-common-white);
}
.generic-price-package-style-2.package-popular .generic-package-price, .generic-price-package-style-2:active .generic-package-price {
  color: var(--clr-common-white);
}
.generic-price-package-style-2.package-popular .generic-package-price .price-period, .generic-price-package-style-2:active .generic-package-price .price-period {
  color: var(--clr-common-white);
}
.generic-price-package-style-2.package-popular .generic-pricing-btn .generic-fill-btn, .generic-price-package-style-2:active .generic-pricing-btn .generic-fill-btn {
  background: #ffe600;
  border-color: #ffe600;
  color: #1a1a1a;
}
.generic-price-package-style-2.package-popular .generic-pricing-btn .generic-fill-btn:hover, .generic-price-package-style-2:active .generic-pricing-btn .generic-fill-btn:hover {
  background: var(--clr-common-white);
  border-color: var(--clr-common-white);
  color: #1a1a1a;
}
.generic-price-package-style-2::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(#8e4dff 0%, #7277ff 100%);
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.generic-price-package-style-2 .generic-package-icon {
  font-size: 35px;
  line-height: 1;
  color: #6258f2;
  display: block;
  margin-bottom: 30px;
}
.generic-price-package-style-2 .generic-package-name {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}
.generic-price-package-style-2 .features-list {
  margin-bottom: 30px;
}
.generic-price-package-style-2 .features-list li {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  list-style: none;
  display: flex;
  align-items: baseline;
}
.generic-price-package-style-2 .features-list li i {
  color: #6258f2;
  font-weight: 500;
  transition: 0.3s;
  width: 25px;
}
.generic-price-package-style-2 .features-list ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.generic-price-package-style-2 .generic-package-price {
  font-size: 40px;
  font-weight: 700;
  color: #6258f2;
  display: flex;
  line-height: 0.7;
  margin-bottom: 40px;
}
.generic-price-package-style-2 .generic-package-price .price-period {
  font-size: 16px;
  font-weight: 400;
  color: #666;
  margin-top: auto;
}
.generic-price-package-style-2 .generic-pricing-btn .generic-fill-btn {
  height: 55px;
  background: #6258f2;
  border-radius: 10px;
  border-color: #6258f2;
  line-height: 53px;
  font-size: 14px;
  font-weight: 700;
}
.generic-price-package-style-2 .generic-pricing-btn .generic-fill-btn:hover {
  background: #ffe600;
  border-color: #ffe600;
  color: #1a1a1a;
}

.generic-price-package-style-3 {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  text-align: center;
}
.generic-price-package-style-3 .generic-pricing-header {
  background: #313131;
  padding-top: 28px;
  padding-bottom: 35px;
}
.generic-price-package-style-3 .generic-pricing-content {
  border: 1px solid #f1f1f1;
}
.generic-price-package-style-3 .generic-package-name {
  font-size: 18px;
  font-weight: 400;
  color: var(--clr-common-white);
  margin-bottom: 15px;
}
.generic-price-package-style-3 .generic-package-price {
  font-size: 30px;
  font-weight: 700;
  color: var(--clr-common-white);
  display: flex;
  justify-content: center;
  line-height: 0.7;
}
.generic-price-package-style-3 .features-list li {
  font-size: 16px;
  font-weight: 400;
  list-style: none;
  height: 50px;
  line-height: 50px;
}
.generic-price-package-style-3 .features-list li:nth-child(2n) {
  background: #f8f8f9;
}
.generic-price-package-style-3 .generic-pricing-btn {
  margin-top: 30px;
  margin-bottom: 40px;
}
.generic-price-package-style-3 .generic-pricing-btn .generic-border-btn {
  height: 55px;
  line-height: 51px;
  padding: 0 48px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  border-radius: 10px;
}
.generic-price-package-style-3 .generic-pricing-btn .generic-border-btn:hover {
  box-shadow: 0px 20px 30px rgba(57, 58, 56, 0.2);
}

.pricing-wrapper-style-3 .row > div:nth-child(1) .generic-price-package-style-3 .generic-pricing-header {
  background: #68bd48;
}
.pricing-wrapper-style-3 .row > div:nth-child(1) .generic-price-package-style-3 .generic-pricing-btn .generic-border-btn {
  border-color: #68bd48;
}
.pricing-wrapper-style-3 .row > div:nth-child(1) .generic-price-package-style-3 .generic-pricing-btn .generic-border-btn:hover {
  background: #68bd48;
  box-shadow: 0px 20px 30px rgba(57, 164, 17, 0.2);
}
.pricing-wrapper-style-3 .row > div:nth-child(2) .generic-price-package-style-3 .generic-pricing-header {
  background: #ef835b;
}
.pricing-wrapper-style-3 .row > div:nth-child(2) .generic-price-package-style-3 .generic-pricing-btn .generic-border-btn {
  border-color: #ef835b;
}
.pricing-wrapper-style-3 .row > div:nth-child(2) .generic-price-package-style-3 .generic-pricing-btn .generic-border-btn:hover {
  background: #ef835b;
  box-shadow: 0px 20px 30px rgba(164, 93, 17, 0.2);
}
.pricing-wrapper-style-3 .row > div:nth-child(3) .generic-price-package-style-3 .generic-pricing-header {
  background: #6384f2;
}
.pricing-wrapper-style-3 .row > div:nth-child(3) .generic-price-package-style-3 .generic-pricing-btn .generic-border-btn {
  border-color: #6384f2;
}
.pricing-wrapper-style-3 .row > div:nth-child(3) .generic-price-package-style-3 .generic-pricing-btn .generic-border-btn:hover {
  background: #6384f2;
  box-shadow: 0px 20px 30px rgba(17, 54, 164, 0.2);
}

.generic-price-package.generic-price-package-style-2.generic-pricing-box.generic-el-price-wrapper:focus::before {
  opacity: 0;
  visibility: hidden;
}

.generic-section-title-general {
  max-width: 520px;
}
.generic-section-title-general .generic-section-subtitle {
  font-size: 18px;
  font-weight: 600;
  color: #f2375d;
  position: relative;
  padding-left: 40px;
  line-height: 1;
  display: inline-block;
  margin-bottom: 25px;
}
.generic-section-title-general .generic-section-subtitle:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  background: #f2375d;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.generic-section-title-general .generic-section-main-title {
  font-size: 60px;
  line-height: 1.1;
}
.generic-section-title-general .generic-section-main-title span {
  color: #f2375d;
}

.heading-shape-img {
  display: flex;
  justify-content: end;
}

.generic-section-title-style-2 .generic-section-subtitle {
  font-size: 18px;
  font-weight: 600;
  color: #f2375d;
  margin-bottom: 25px;
  line-height: 1;
}
.generic-section-title-style-2 .generic-section-main-title {
  font-size: 60px;
  font-weight: 600;
  line-height: 1.1;
}

.generic-section-title-border-style {
  position: relative;
  display: inline-block;
}
.generic-section-title-border-style:before {
  position: absolute;
  content: "";
  width: 70px;
  height: 1px;
  background: #f2375d;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.generic-section-title-border-style:after {
  position: absolute;
  content: "";
  width: 70px;
  height: 1px;
  background: #f2375d;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}
.generic-section-title-border-style .dot {
  width: 9px;
  height: 9px;
  background: #f2375d;
  border-radius: 2px;
  display: inline-block;
  transform: rotate(45deg);
}

.generic-section-title-style-2 {
  text-align: center;
}

.generic-section-title-style-3 {
  max-width: 410px;
}
.generic-section-title-style-3 .generic-section-main-title {
  font-size: 60px;
  line-height: 1.1;
  font-weight: 300;
}
.generic-section-title-style-3 .generic-section-main-title span {
  background-image: linear-gradient(to bottom right, #ff07a4 0%, #fe9723 100%);
  font-weight: 700;
  font-style: italic;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.generic-section-title-style-4 {
  position: relative;
  z-index: 2;
}
.generic-section-title-style-4 .generic-section-main-title {
  font-size: 99px;
  text-transform: uppercase;
  font-weight: 800;
  background-color: #592dee;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  line-height: 0.75;
}
.generic-section-title-style-4 .gen-section-back-text {
  font-size: 200px;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 0.7;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #212534;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
  margin-top: -35px;
}
.generic-section-title-style-4 p {
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
  color: #aaaaaa;
}

.gen-content-heading {
  font-size: 40px;
  font-weight: 600;
}

.generic-el-feature-list.list-checked-circle ul {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.generic-el-feature-list.list-checked-circle li {
  list-style: none;
  display: flex;
  align-items: center;
}
.generic-el-feature-list.list-checked-circle li i {
  color: #592DEE;
  font-size: 14px;
  font-weight: 500;
  margin-right: 12px;
}
.generic-el-feature-list.list-numeric li {
  list-style: none;
}
.generic-el-feature-list.list-numeric li span {
  width: 25px;
  display: inline-block;
}
.generic-el-feature-list.list-numeric ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.generic-el-feature-list.list-checked-circle li img {
  width: 17px;
  height: 17px;
  margin-right: 13px;
}

.generic-el-feature-list-left ul li {
  list-style: none;
  display: flex;
  margin-bottom: 20px;
}

.generic-feature-left-icon {
  margin-right: 30px;
}

.generic-feature-left-icon i {
  border: 2px solid #592DEE;
  padding: 16px;
  border-radius: 6px;
  color: #592DEE;
  font-size: 16px;
  font-weight: 500;
}

.generic-el-feature-list-left-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 12px;
}

.generic-feature-left-content p {
  font-size: 16px;
  color: #666666;
  line-height: 1.6;
}

.generic-el-feature-list-right-image {
  text-align: right;
}

.generic-el-feature-list-left-image {
  text-align: left;
}

.generic-feature-left-icon.feature-right-icon i {
  border: transparent;
  background-color: #EBEDFE;
  color: #592DEE;
}

.generic-brand-active-01 .swiper-pagination {
  position: static;
  line-height: 1;
  margin-top: 50px;
}

.generic-brand-active-01 .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 2px solid transparent;
  margin: 0 5px;
  display: inline-block;
  background: #DBDDE6;
  opacity: 1;
}

.generic-brand-active-01 .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #592DEE;
  border-color: #592DEE;
}

.swiper-slide.generic-brand-single img {
  max-width: 130px;
}

.swiper-slide.generic-brand-single img {
  opacity: 0.5;
  transition: all 0.3s;
}

.swiper-slide.generic-brand-single:hover img {
  opacity: 1;
}

.generic-btn {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  height: 75px;
  line-height: 75px;
  text-align: center;
  padding: 0 55px;
  display: inline-block;
  border-radius: 10px;
  border: 2px solid #625df8;
  background-color: #625df8;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.generic-btn i {
  padding-left: 5px;
  vertical-align: middle;
}
.generic-btn:hover {
  background-color: transparent;
  border-color: #625df8;
  color: #1a1a1a;
}
.generic-btn::after {
  color: rebeccapurple;
}

.generic-filled-btn {
  background: red;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 2px solid transparent;
}

.generic-filled-btn::before {
  content: "";
  position: absolute;
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  width: 200%;
  height: 200%;
  top: 110%;
  left: 50%;
  background: green;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
}

.generic-filled-btn:hover::before {
  top: -40%;
}

.generic-filled-btn:hover {
  color: #fff;
}

.generic-filled-btn:focus {
  color: #fff;
}

.generic-grad-normal-btn {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  height: 75px;
  line-height: 75px;
  text-align: center;
  text-transform: uppercase;
  padding: 0 55px;
  display: inline-block;
  background: linear-gradient(92.29deg, #0029ff -9.05%, #cb0753 103.12%);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  z-index: 1;
}

.generic-grad-normal-btn::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  background: linear-gradient(92.29deg, #cb0753 -9.05%, #0029ff 103.12%);
  z-index: -1;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  opacity: 0;
}

.generic-grad-normal-btn:hover {
  color: #fff;
}

.generic-grad-normal-btn:hover::before {
  opacity: 1;
}

.generic-ripple-btn {
  position: relative;
  display: inline-flex;
  height: 75px;
  padding: 0 55px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  border: 2px solid #f2375d;
  text-align: center;
  line-height: 71px;
  color: #1a1a1a;
  border-radius: 10px;
  overflow: hidden;
}
.generic-ripple-btn span {
  position: relative;
  z-index: 1;
}
.generic-ripple-btn:before {
  position: absolute;
  content: "";
  top: var(--y);
  left: var(--x);
  width: 0px;
  height: 0px;
  border-radius: 50%;
  background: #f2375d;
  transition: 0.5s;
}
.generic-ripple-btn:hover {
  color: var(--clr-common-white);
}
.generic-ripple-btn:hover:before {
  width: 400px;
  height: 400px;
}

.generic-shadow-btn {
  height: 75px;
  padding: 0 55px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  border: 2px solid #1f99d3;
  text-align: center;
  line-height: 71px;
  color: #1a1a1a;
  border-radius: 10px;
  display: inline-block;
  position: relative;
  background: #fff;
}
.generic-shadow-btn:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 5px;
  left: 5px;
  background: #1f99d3;
  border-radius: 10px;
  border: 2px solid #1f99d3;
  z-index: -1;
  transition: 0.3s;
}
.generic-shadow-btn:hover {
  color: #1a1a1a;
}
.generic-shadow-btn:hover:before {
  top: 10px;
  left: 10px;
}

.generic-gr-border-btn {
  height: 75px;
  padding: 0 55px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  line-height: 75px;
  color: #1a1a1a;
  border-radius: 10px;
  display: inline-block;
  position: relative;
  background: linear-gradient(to right, #a355f1 0%, #ff8fb5 100%);
  z-index: 1;
}
.generic-gr-border-btn:before {
  position: absolute;
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  top: 2px;
  left: 2px;
  background: #fff;
  border-radius: 10px;
  border: 2px solid #fff;
  z-index: -1;
  transition: 0.3s;
}
.generic-gr-border-btn span {
  z-index: 1;
}
.generic-gr-border-btn:hover {
  color: #fff;
}
.generic-gr-border-btn:hover:before {
  opacity: 0;
  visibility: hidden;
}
.generic-gr-border-btn.generic-gr-transparent-border-btn {
  border-radius: 50px;
}
.generic-gr-border-btn.generic-gr-transparent-border-btn:before {
  border-radius: 50px;
}

.generic-el-two-dot-btn {
  height: 75px;
  padding: 0 55px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  line-height: 75px;
  color: #fff;
  border-radius: 0px;
  display: inline-block;
  position: relative;
  background: linear-gradient(to right, #5c97fc 0%, #1460d2 100%);
  z-index: 1;
}
.generic-el-two-dot-btn:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  top: 0;
  left: 0;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #fff;
  z-index: -1;
  transition: 0.3s;
  transform: translate(-50%, -50%);
}
.generic-el-two-dot-btn:after {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  bottom: 0;
  right: 0;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #fff;
  z-index: -1;
  transition: 0.3s;
  transform: translate(50%, 50%);
}
.generic-el-two-dot-btn:hover {
  color: #fff;
}
.generic-el-two-dot-btn:hover:before {
  transform: translate(-100%, -100%);
}
.generic-el-two-dot-btn:hover:after {
  transform: translate(100%, 100%);
}

.generic-blog-wrapper {
  border: 1px solid #efefef;
  background: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.generic-blog-wrapper .generic-blog-thumb {
  position: relative;
}
.generic-blog-wrapper .generic-blog-thumb img {
  width: 100%;
}
.generic-blog-wrapper .generic-blog-thumb .generic-blog-date-meta {
  position: absolute;
  right: 0;
  bottom: 0;
  left: auto;
  top: auto;
  background-color: #592dee;
  padding: 12px;
}
.generic-blog-wrapper .generic-blog-thumb .generic-blog-date-meta span {
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #fff;
  display: block;
}
.generic-blog-wrapper .generic-blog-thumb .generic-blog-date-meta span span {
  font-size: 16px;
  line-height: 16px;
}
.generic-blog-wrapper .generic-blog-thumb .generic-blog-author {
  display: flex;
  background-color: #fff;
  flex-wrap: wrap;
  padding: 10px;
  border-radius: 50px;
  box-shadow: 0px 3px 5px rgba(10, 25, 87, 0.07);
  align-items: center;
  position: absolute;
  left: 30px;
  bottom: -28px;
}
.generic-blog-wrapper .generic-blog-thumb .generic-blog-author .author-thumb img {
  height: 35px;
  width: 35px;
  border-radius: 50px;
}
.generic-blog-wrapper .generic-blog-thumb .generic-blog-author .author-name {
  font-family: "DM Sans";
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  color: #666;
  text-transform: capitalize;
  padding: 0 15px;
}
.generic-blog-wrapper .generic-blog-content {
  padding: 30px 30px 40px 30px;
}
.generic-blog-wrapper .generic-blog-content .generic-blog-meta {
  margin-bottom: 15px;
}
.generic-blog-wrapper .generic-blog-content .generic-blog-meta ul li {
  list-style: none;
  display: inline-block;
  margin-right: 35px;
}
.generic-blog-wrapper .generic-blog-content .generic-blog-meta ul li i {
  margin-right: 5px;
}
.generic-blog-wrapper .generic-blog-content .generic-blog-meta ul li a {
  font-family: "DM Sans";
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #666;
  text-transform: capitalize;
}
.generic-blog-wrapper .generic-blog-content .generic-blog-meta ul li a i {
  margin-right: 5px;
}
.generic-blog-wrapper .generic-blog-content .generic-blog-meta ul li a:hover {
  color: #592dee;
}
.generic-blog-wrapper .generic-blog-content .generic-blog-meta.gen-bottom-meta {
  padding-top: 10px;
}
.generic-blog-wrapper .generic-blog-content .generic-blog-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #1a1a1a;
  margin-bottom: 30px;
}
.generic-blog-wrapper .generic-blog-content .generic-blog-title:hover a {
  color: #592dee;
}
.generic-blog-wrapper .generic-blog-content.blog-content-02 {
  padding-top: 45px;
}
.generic-blog-wrapper .generic-blog-content.blog-content-02 .generic-blog-title {
  margin-bottom: 15px;
}
.generic-blog-wrapper .generic-blog-content.blog-content-02 p {
  font-family: "DM Sans";
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #666;
  margin-bottom: 30px;
}
.generic-blog-wrapper .generic-blog-content.generic-blog-content-03 {
  text-align: center;
}
.generic-blog-wrapper.generic-el-blog-wrapper-02 {
  border: none;
}
.generic-blog-wrapper.generic-blog-wrapper-03 {
  border: 0;
}
.generic-blog-wrapper.generic-blog-wrapper-03:hover {
  box-shadow: none;
}
.generic-blog-wrapper.generic-blog-wrapper-03 .generic-blog-title {
  margin-bottom: 0;
}

.generic-blog-list-style-1.generic-blog-wrapper {
  background: #ffffff;
  border: 0;
}
.generic-blog-list-style-1 .generic-blog-element-wrapper {
  overflow: hidden;
}
.generic-blog-list-style-1 .generic-blog-thumb {
  position: relative;
  width: 50%;
  height: 100%;
  float: left;
  min-height: 100%;
  overflow: hidden;
  min-width: 50%;
}
.generic-blog-list-style-1 .generic-blog-tag {
  margin-bottom: 14px;
}
.generic-blog-list-style-1 .generic-blog-tag a {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background: #592dee;
  height: 28px;
  display: inline-block;
  line-height: 28px;
  padding: 0px 20px;
  border-radius: 4px;
}
.generic-blog-list-style-1 .generic-blog-content {
  padding: 40px 30px 30px;
  overflow: hidden;
  height: 100%;
}
.generic-blog-list-style-1 .generic-blog-content .generic-blog-title {
  font-size: 24px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.4;
  margin-bottom: 10px;
}
.generic-blog-list-style-1 .generic-blog-content .generic-blog-meta {
  margin-bottom: 25px;
  line-height: 1;
}
.generic-blog-list-style-1 .generic-blog-content .generic-blog-meta ul li {
  font-size: 14px;
  color: #666666;
  margin-right: 25px;
}
.generic-blog-list-style-1 .generic-blog-content .generic-blog-meta ul li:last-child {
  margin-right: 0;
}
.generic-blog-list-style-1 .generic-blog-content .generic-blog-meta ul li a {
  font-size: 14px;
  color: #666666;
}
.generic-blog-list-style-1 .generic-blog-content .generic-blog-meta ul li a i {
  margin-right: 10px;
}
.generic-blog-list-style-1 .generic-blog-content .generic-blog-meta ul li i {
  margin-left: 10px;
}
.generic-blog-list-style-1 .generic-blog-content p {
  margin-bottom: 0;
}

.generic-blog-list-style-2.generic-blog-wrapper {
  background: #ffffff;
  box-shadow: none;
  border: 0;
}
.generic-blog-list-style-2 .generic-blog-element-wrapper {
  overflow: hidden;
}
.generic-blog-list-style-2 .generic-blog-thumb {
  position: relative;
  width: 100%;
  height: 100%;
  float: none;
  min-height: 100%;
  overflow: hidden;
}
.generic-blog-list-style-2 .generic-blog-tag {
  margin-bottom: 0;
  position: absolute;
  top: -55px;
  left: 20px;
  z-index: 2;
}
.generic-blog-list-style-2 .generic-blog-tag a {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background: #f2375d;
  height: 35px;
  display: inline-block;
  line-height: 35px;
  padding: 0px 24px;
  border-radius: 0;
}
.generic-blog-list-style-2 .generic-blog-content {
  padding: 35px 50px 35px;
  overflow: visible;
  height: 100%;
  position: relative;
}
.generic-blog-list-style-2 .generic-blog-content .generic-blog-title {
  font-size: 32px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.3;
  margin-bottom: 20px;
}
.generic-blog-list-style-2 .generic-blog-content .generic-blog-meta {
  margin-bottom: 35px;
  line-height: 1;
}
.generic-blog-list-style-2 .generic-blog-content .generic-blog-meta ul {
  display: flex;
  align-items: center;
}
.generic-blog-list-style-2 .generic-blog-content .generic-blog-meta ul li {
  font-size: 14px;
  color: #666666;
  margin-right: 35px;
  position: relative;
}
.generic-blog-list-style-2 .generic-blog-content .generic-blog-meta ul li::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 15px;
  background: #d9d9d9;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}
.generic-blog-list-style-2 .generic-blog-content .generic-blog-meta ul li:last-child {
  margin-right: 0;
}
.generic-blog-list-style-2 .generic-blog-content .generic-blog-meta ul li:last-child:after {
  display: none;
}
.generic-blog-list-style-2 .generic-blog-content .generic-blog-meta ul li a {
  font-size: 14px;
  color: #666666;
}
.generic-blog-list-style-2 .generic-blog-content .generic-blog-meta ul li a i {
  margin-right: 10px;
}
.generic-blog-list-style-2 .generic-blog-content .generic-blog-meta ul li i {
  margin-right: 10px;
}
.generic-blog-list-style-2 .generic-blog-content .generic-blog-meta .generic-blog-author {
  display: flex;
  gap: 10px;
  align-items: center;
}
.generic-blog-list-style-2 .generic-blog-content .generic-blog-meta .generic-blog-author .author-thumb {
  width: 40px;
  height: 40px;
}
.generic-blog-list-style-2 .generic-blog-content p {
  margin-bottom: 38px;
}
.generic-blog-list-style-2 .generic-blog-content .generic-blog-button .generic-btn {
  font-weight: 500;
  border-radius: 5px;
  height: 50px;
  line-height: 46px;
  text-transform: capitalize;
  padding: 0 36px;
  color: #1a1a1a;
  border-color: #ededed;
  background: #fff;
}
.generic-blog-list-style-2 .generic-blog-content .generic-blog-button .generic-btn:hover {
  background: #592dee;
  border-color: #592dee;
  color: #fff;
}

.generic-blog-list-style-3.generic-blog-wrapper {
  background: #ffffff;
  box-shadow: none;
  border: 0;
}
.generic-blog-list-style-3.generic-blog-wrapper:hover .generic-blog-thumb img {
  transform: scale(1.05);
}
.generic-blog-list-style-3 .generic-blog-element-wrapper {
  overflow: hidden;
}
.generic-blog-list-style-3 .generic-blog-thumb {
  position: relative;
  width: 100%;
  height: 100%;
  float: none;
  min-height: 100%;
  overflow: hidden;
}
.generic-blog-list-style-3 .generic-blog-tag {
  margin-bottom: 15px;
}
.generic-blog-list-style-3 .generic-blog-tag a {
  font-size: 14px;
  font-weight: 400;
  color: #592dee;
  display: inline-block;
  border-radius: 0;
}
.generic-blog-list-style-3 .generic-blog-tag a i {
  margin-right: 10px;
}
.generic-blog-list-style-3 .generic-blog-content {
  padding: 20px 0px 0px;
  overflow: visible;
  height: 100%;
  position: relative;
}
.generic-blog-list-style-3 .generic-blog-content .generic-blog-title {
  font-size: 24px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.4;
  margin-bottom: 20px;
}
.generic-blog-list-style-3 .generic-blog-content .generic-blog-meta {
  margin-bottom: 0px;
  line-height: 1;
}
.generic-blog-list-style-3 .generic-blog-content .generic-blog-meta ul {
  display: flex;
  align-items: center;
}
.generic-blog-list-style-3 .generic-blog-content .generic-blog-meta ul li {
  font-size: 14px;
  color: #959595;
  margin-right: 20px;
  position: relative;
}
.generic-blog-list-style-3 .generic-blog-content .generic-blog-meta ul li::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  background: #959595;
  right: -13px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.generic-blog-list-style-3 .generic-blog-content .generic-blog-meta ul li:last-child {
  margin-right: 0;
}
.generic-blog-list-style-3 .generic-blog-content .generic-blog-meta ul li:last-child:after {
  display: none;
}
.generic-blog-list-style-3 .generic-blog-content .generic-blog-meta ul li a {
  font-size: 14px;
  color: #666666;
}
.generic-blog-list-style-3 .generic-blog-content .generic-blog-meta ul li a i {
  margin-right: 10px;
}
.generic-blog-list-style-3 .generic-blog-content .generic-blog-meta ul li i {
  margin-right: 10px;
}
.generic-blog-list-style-3 .generic-blog-content .generic-blog-meta .generic-blog-author {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #1a1a1a;
}
.generic-blog-list-style-3 .generic-blog-content .generic-blog-meta .generic-blog-author .author-thumb {
  width: 30px;
  height: 30px;
}
.generic-blog-list-style-3 .generic-blog-content p {
  margin-bottom: 20px;
}

.generic-blog-list-style-3-short.generic-blog-wrapper {
  background: #ffffff;
  box-shadow: none;
  border: 0;
}
.generic-blog-list-style-3-short.generic-blog-wrapper:hover .generic-blog-thumb img {
  transform: scale(1.05);
}
.generic-blog-list-style-3-short .generic-blog-element-wrapper {
  overflow: hidden;
}
.generic-blog-list-style-3-short .generic-blog-thumb {
  position: relative;
  width: 190px;
  height: 100%;
  float: left;
  min-height: 100%;
  overflow: hidden;
}
.generic-blog-list-style-3-short .generic-blog-tag {
  margin-bottom: 15px;
}
.generic-blog-list-style-3-short .generic-blog-tag a {
  font-size: 14px;
  font-weight: 400;
  color: #592dee;
  display: inline-block;
  border-radius: 0;
}
.generic-blog-list-style-3-short .generic-blog-tag a i {
  margin-right: 10px;
}
.generic-blog-list-style-3-short .generic-blog-content {
  padding: 0px 0px 0px 20px;
  overflow: hidden;
  height: 100%;
  position: relative;
}
.generic-blog-list-style-3-short .generic-blog-content .generic-blog-title {
  font-size: 17px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 25px;
  margin-bottom: 15px;
}
.generic-blog-list-style-3-short .generic-blog-content .generic-blog-meta {
  margin-bottom: 0px;
  line-height: 1;
}
.generic-blog-list-style-3-short .generic-blog-content .generic-blog-meta ul {
  display: flex;
  align-items: center;
}
.generic-blog-list-style-3-short .generic-blog-content .generic-blog-meta ul li {
  font-size: 14px;
  color: #959595;
  margin-right: 20px;
  position: relative;
}
.generic-blog-list-style-3-short .generic-blog-content .generic-blog-meta ul li::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  background: #959595;
  right: -13px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.generic-blog-list-style-3-short .generic-blog-content .generic-blog-meta ul li:last-child {
  margin-right: 0;
}
.generic-blog-list-style-3-short .generic-blog-content .generic-blog-meta ul li:last-child:after {
  display: none;
}
.generic-blog-list-style-3-short .generic-blog-content .generic-blog-meta ul li a {
  font-size: 14px;
  color: #666666;
}
.generic-blog-list-style-3-short .generic-blog-content .generic-blog-meta ul li a i {
  margin-right: 10px;
}
.generic-blog-list-style-3-short .generic-blog-content .generic-blog-meta ul li i {
  margin-right: 5px;
}
.generic-blog-list-style-3-short .generic-blog-content .generic-blog-meta .generic-blog-author {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #1a1a1a;
}
.generic-blog-list-style-3-short .generic-blog-content .generic-blog-meta .generic-blog-author .author-thumb {
  width: 30px;
  height: 30px;
}
.generic-blog-list-style-3-short .generic-blog-content p {
  margin-bottom: 20px;
}

.generic-blog-list-style-1 .generic-blog-tag i {
  margin-right: 8px;
}

.generic-blog-list-style-2 .generic-blog-tag a i {
  margin-right: 8px;
}

.generic-blog-element-wrapper.generic-blog-align-center {
  display: flex;
  align-items: center;
}

.generic-cta-area-02 {
  background-color: #fff;
  padding-top: 240px;
  padding-bottom: 240px;
  position: relative;
  text-align: center;
  z-index: 2;
}

.generic-el-cta-wrapper-02 .generic-cta-title-02 {
  font-size: 80px;
  color: #000;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 85px;
  margin-bottom: 15px;
}
.generic-el-cta-wrapper-02 .generic-cta-title-02 span {
  color: #E759BF;
}
.generic-el-cta-wrapper-02 .generic-el-subtitle {
  font-size: 18px;
  text-transform: capitalize;
  color: #666666;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 15px;
  display: block;
}
.generic-el-cta-wrapper-02 .generic-el-desc {
  font-size: 18px;
  color: #666666;
  line-height: 1.2;
  margin-bottom: 40px;
}

.generic-cta-shape-wrapper-02 img {
  position: absolute;
}
.generic-cta-shape-wrapper-02 img.shape-01 {
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  top: 13%;
  z-index: -1;
  animation: circle-animation 9s linear infinite;
}
.generic-cta-shape-wrapper-02 img.shape-02 {
  right: 0;
  top: 12%;
}
.generic-cta-shape-wrapper-02 img.shape-03 {
  left: 16%;
  bottom: 10%;
}
.generic-cta-shape-wrapper-02 img.shape-04 {
  right: 23%;
  bottom: 36%;
}
.generic-cta-shape-wrapper-02 img.shape-05 {
  right: 7%;
  bottom: 9%;
}
.generic-cta-shape-wrapper-02 img.shape-06 {
  left: 0;
  bottom: 40%;
}

.generic-cta-area-03 {
  border-radius: 20px;
}

.generic-cta-03-right-text .generic-cta-title-03 {
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 25px;
}
.generic-cta-03-right-text p {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 1.2;
}

.generic-cta-area-04 {
  padding-top: 230px;
  padding-bottom: 230px;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.generic-cta-wrapper-04 .generic-el-subtitle {
  font-size: 16px;
  text-transform: capitalize;
  color: #DF013C;
  display: block;
  margin-bottom: 15px;
  line-height: 1.2;
}
.generic-cta-wrapper-04 .generic-cta-title-04 {
  font-size: 80px;
  line-height: 80px;
  font-weight: 700;
  margin-bottom: 20px;
}
.generic-cta-wrapper-04 .generic-el-desc {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 35px;
}
.generic-cta-wrapper-04 .generic-cta-shape-wrapper-04 img {
  position: absolute;
}
.generic-cta-wrapper-04 .generic-cta-shape-wrapper-04 img.shape-07 {
  left: 55%;
  right: auto;
  top: 10%;
}
.generic-cta-wrapper-04 .generic-cta-shape-wrapper-04 img.shape-08 {
  right: 3%;
  top: 50%;
}
.generic-cta-wrapper-04 .generic-cta-shape-wrapper-04 img.shape-09 {
  left: 6%;
  bottom: 22%;
}
.generic-cta-wrapper-04 .generic-cta-shape-wrapper-04 img.shape-10 {
  left: 8%;
  bottom: 21%;
}
.generic-cta-wrapper-04 .generic-cta-shape-wrapper-04 img.shape-11 {
  left: 7%;
  bottom: 19%;
}

.generic-cta-area-05 {
  background-color: #F4F1ED;
  padding-top: 80px;
  padding-bottom: 80px;
}

.generic-cta-05-content .generic-cta-title-04 {
  font-size: 50px;
  line-height: 1.2;
  color: #1A1A1A;
  font-weight: 600;
  margin-bottom: 20px;
}
.generic-cta-05-content .generic-el-desc {
  font-size: 16px;
  color: #1A1A1A;
  line-height: 1.2;
  margin-bottom: 30px;
}
.generic-cta-05-content .generic-cta-price-wrap {
  margin-bottom: 35px;
}
.generic-cta-05-content .generic-cta-price-wrap h5 {
  font-size: 16px;
  text-transform: capitalize;
  line-height: 1.2;
  margin-bottom: 5px;
}
.generic-cta-05-content .generic-cta-price-wrap span {
  font-size: 28px;
  color: #1A1A1A;
  font-weight: 700;
  line-height: 1.2;
}

.gen-el-skill-general.gen-el-skill--content {
  padding-bottom: 15px;
}
.gen-el-skill-general .gen-el-skill--title__wrapper {
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.gen-el-skill-general .gen-el-skill--title__wrapper span {
  position: absolute;
  top: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  color: #1a1a1a;
  display: none;
}
.gen-el-skill-general .gen-el-skill--title {
  font-size: 13px;
  display: inline-block;
  margin-bottom: 0px;
  font-weight: 400;
  text-transform: uppercase;
  color: #1a1a1a;
}
.gen-el-skill-general .gen-el-skill__wrapper .progress {
  height: 7px;
  border-radius: 10px;
  overflow: inherit;
  background-color: #eceef6;
}
.gen-el-skill-general .gen-el-skill__wrapper .progress .progress-bar-wrapper {
  width: 100%;
  overflow-x: clip;
  border-radius: 10px;
}
.gen-el-skill-general .gen-el-skill__wrapper .progress .progress-bar {
  background: #4a66fa;
  position: relative;
  overflow: inherit;
  border-radius: 10px;
  height: 7px;
}
.gen-el-skill-general .gen-el-skill__wrapper .progress .progress-bar .progress-icon {
  height: 22px;
  width: 4px;
  display: inline-block;
  background: var(--clr-theme-1);
  position: absolute;
  transform: rotate(20deg);
  right: -2px;
  border-radius: 30px;
  display: none;
}
.gen-el-skill-general .gen-el-skill__wrapper .progress .progress-bar .progress-number {
  position: absolute;
  top: -25px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  color: #1a1a1a;
  display: block;
  right: 0;
}

.gen-el-skill-box-gradient.gen-el-skill--content {
  padding-bottom: 15px;
}
.gen-el-skill-box-gradient .gen-el-skill--title__wrapper {
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.gen-el-skill-box-gradient .gen-el-skill--title__wrapper span {
  position: absolute;
  top: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  color: #1a1a1a;
  display: none;
}
.gen-el-skill-box-gradient .gen-el-skill--title {
  font-size: 13px;
  display: inline-block;
  margin-bottom: 0px;
  font-weight: 400;
  text-transform: uppercase;
  color: #1a1a1a;
}
.gen-el-skill-box-gradient .gen-el-skill__wrapper .progress {
  height: 25px;
  border-radius: 13px;
  overflow: inherit;
  background-color: #fff;
  padding: 10px;
  box-shadow: 0px 0px 10px rgba(19, 30, 86, 0.1);
}
.gen-el-skill-box-gradient .gen-el-skill__wrapper .progress .progress-bar-wrapper {
  width: 100%;
  overflow-x: clip;
  border-radius: 10px;
}
.gen-el-skill-box-gradient .gen-el-skill__wrapper .progress .progress-bar {
  background: #4a66fa;
  position: relative;
  overflow: inherit;
  border-radius: 10px;
  height: 5px;
}
.gen-el-skill-box-gradient .gen-el-skill__wrapper .progress .progress-bar .progress-icon {
  height: 22px;
  width: 4px;
  display: inline-block;
  background: var(--clr-theme-1);
  position: absolute;
  transform: rotate(20deg);
  right: -2px;
  border-radius: 30px;
  display: none;
}
.gen-el-skill-box-gradient .gen-el-skill__wrapper .progress .progress-bar .progress-number {
  position: absolute;
  top: -35px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  color: #1a1a1a;
  display: block;
  right: 0;
}
.gen-el-skill-box-gradient .gen-el-skill__wrapper:nth-child(1) .progress-bar {
  background: linear-gradient(89.98deg, #6e4bfb 0.54%, #ce67ff 99.98%);
}
.gen-el-skill-box-gradient .gen-el-skill__wrapper:nth-child(2) .progress-bar {
  background: linear-gradient(89.98deg, #46b320 0.54%, #73dc8a 99.98%);
}
.gen-el-skill-box-gradient .gen-el-skill__wrapper:nth-child(3) .progress-bar {
  background: linear-gradient(89.98deg, #de54c0 0.54%, #ffc267 99.98%);
}
.gen-el-skill-box-gradient .gen-el-skill__wrapper:nth-child(4) .progress-bar {
  background: linear-gradient(89.98deg, #fbe94b 0.54%, #bf72fb 99.98%);
}

.gen-el-skill-gradient.gen-el-skill--content {
  padding-bottom: 15px;
}
.gen-el-skill-gradient .gen-el-skill--title__wrapper {
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.gen-el-skill-gradient .gen-el-skill--title__wrapper span {
  position: absolute;
  top: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  color: #1a1a1a;
  display: none;
}
.gen-el-skill-gradient .gen-el-skill--title {
  font-size: 13px;
  display: inline-block;
  margin-bottom: 0px;
  font-weight: 400;
  text-transform: uppercase;
  color: #1a1a1a;
}
.gen-el-skill-gradient .gen-el-skill__wrapper .progress {
  height: 34px;
  border-radius: 20px;
  overflow: inherit;
  background: linear-gradient(90.03deg, #fc7dd1 0.02%, #fa738f 99.48%);
  padding: 16px 15px;
}
.gen-el-skill-gradient .gen-el-skill__wrapper .progress .progress-bar-wrapper {
  width: 100%;
  overflow-x: clip;
  border-radius: 10px;
}
.gen-el-skill-gradient .gen-el-skill__wrapper .progress .progress-bar {
  background: repeating-linear-gradient(to right, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5) 15px, transparent 15px, transparent 25px);
  position: relative;
  overflow: inherit;
  border-radius: 10px;
  height: 2px;
}
.gen-el-skill-gradient .gen-el-skill__wrapper .progress .progress-bar:after {
  position: absolute;
  content: url(../img/icon/cycling.png);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
}
.gen-el-skill-gradient .gen-el-skill__wrapper .progress .progress-bar .progress-icon {
  height: 22px;
  width: 4px;
  display: inline-block;
  background: var(--clr-theme-1);
  position: absolute;
  transform: rotate(20deg);
  right: -2px;
  border-radius: 30px;
  display: none;
}
.gen-el-skill-gradient .gen-el-skill__wrapper .progress .progress-bar .progress-number {
  position: absolute;
  top: -41px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  color: #1a1a1a;
  display: block;
  right: 0;
}
.gen-el-skill-gradient .gen-el-skill__wrapper:nth-child(1) .progress {
  background: linear-gradient(90.03deg, #fc7dd1 0.02%, #fa738f 99.48%);
}
.gen-el-skill-gradient .gen-el-skill__wrapper:nth-child(2) .progress {
  background: linear-gradient(90.03deg, #4bcbf3 0.02%, rgba(125, 241, 213, 0.99) 99.48%);
}
.gen-el-skill-gradient .gen-el-skill__wrapper:nth-child(3) .progress {
  background: linear-gradient(90.03deg, #e759bf 0.02%, rgba(250, 223, 154, 0.99) 99.48%);
}
.gen-el-skill-gradient .gen-el-skill__wrapper:nth-child(4) .progress {
  background: linear-gradient(90.03deg, #76cb58 0.02%, rgba(132, 239, 156, 0.99) 99.48%);
}

.gen-el-skill-fatline-color.gen-el-skill--content {
  padding-bottom: 15px;
}
.gen-el-skill-fatline-color .gen-el-skill--title__wrapper {
  margin-bottom: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  padding-left: 25px;
}
.gen-el-skill-fatline-color .gen-el-skill--title__wrapper span {
  position: absolute;
  top: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  color: #1a1a1a;
  display: none;
}
.gen-el-skill-fatline-color .gen-el-skill--title {
  font-size: 13px;
  display: inline-block;
  margin-bottom: 0px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
}
.gen-el-skill-fatline-color .gen-el-skill__wrapper {
  position: relative;
}
.gen-el-skill-fatline-color .gen-el-skill__wrapper .progress {
  height: 35px;
  border-radius: 0px;
  overflow: inherit;
  background: #302e31;
  padding: 0px 0px;
}
.gen-el-skill-fatline-color .gen-el-skill__wrapper .progress .progress-bar-wrapper {
  width: 100%;
  overflow-x: clip;
  border-radius: 0px;
}
.gen-el-skill-fatline-color .gen-el-skill__wrapper .progress .progress-bar {
  background: #bd4bf3;
  position: relative;
  overflow: inherit;
  border-radius: 0px;
  height: 35px;
}
.gen-el-skill-fatline-color .gen-el-skill__wrapper .progress .progress-bar:after {
  position: absolute;
  content: "";
  width: calc(100% + 80px);
  height: 7px;
  top: 0;
  left: -40px;
  background: repeating-linear-gradient(to right, transparent, transparent 5px, rgba(255, 255, 255, 0.5) 5px, rgba(255, 255, 255, 0.5) 7px);
  transform: skewX(-35deg);
  animation: animateStripeRTL 2s linear infinite;
}
.gen-el-skill-fatline-color .gen-el-skill__wrapper .progress .progress-bar .progress-icon {
  height: 22px;
  width: 4px;
  display: inline-block;
  background: var(--clr-theme-1);
  position: absolute;
  transform: rotate(20deg);
  right: -2px;
  border-radius: 30px;
  display: none;
}
.gen-el-skill-fatline-color .gen-el-skill__wrapper .progress .progress-bar .progress-number {
  position: absolute;
  top: 50%;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  display: block;
  right: 10px;
  transform: translateY(-50%);
}
.gen-el-skill-fatline-color .gen-el-skill__wrapper:nth-child(1) .progress-bar {
  background: #bd4bf3;
}
.gen-el-skill-fatline-color .gen-el-skill__wrapper:nth-child(2) .progress-bar {
  background: #f08354;
}
.gen-el-skill-fatline-color .gen-el-skill__wrapper:nth-child(3) .progress-bar {
  background: #7443ff;
}
.gen-el-skill-fatline-color .gen-el-skill__wrapper:nth-child(4) .progress-bar {
  background: #38ca58;
}

@keyframes animateStripeRTL {
  0% {
    -webkit-transform: translate(0, 0) skewX(-35deg);
    transform: translate(0, 0) skewX(-35deg);
  }
  100% {
    -webkit-transform: translate(-35px, 0) skewX(-35deg);
    transform: translate(-35px, 0) skewX(-35deg);
  }
}
.gen-el-skill-tooltip.gen-el-skill--content {
  padding-bottom: 15px;
}
.gen-el-skill-tooltip .gen-el-skill--title__wrapper {
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.gen-el-skill-tooltip .gen-el-skill--title__wrapper span {
  position: absolute;
  top: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  color: #1a1a1a;
  display: none;
}
.gen-el-skill-tooltip .gen-el-skill--title {
  font-size: 13px;
  display: inline-block;
  margin-bottom: 0px;
  font-weight: 400;
  text-transform: uppercase;
  color: #1a1a1a;
}
.gen-el-skill-tooltip .gen-el-skill__wrapper .progress {
  height: 7px;
  border-radius: 10px;
  overflow: inherit;
  background-color: #eceef6;
}
.gen-el-skill-tooltip .gen-el-skill__wrapper .progress .progress-bar-wrapper {
  width: 100%;
  overflow-x: clip;
  border-radius: 10px;
}
.gen-el-skill-tooltip .gen-el-skill__wrapper .progress .progress-bar {
  background: #4a66fa;
  position: relative;
  overflow: visible;
  border-radius: 10px;
  height: 7px;
}
.gen-el-skill-tooltip .gen-el-skill__wrapper .progress .progress-bar .progress-icon {
  height: 22px;
  width: 4px;
  display: inline-block;
  background: var(--clr-theme-1);
  position: absolute;
  transform: rotate(20deg);
  right: -2px;
  border-radius: 30px;
  display: none;
}
.gen-el-skill-tooltip .gen-el-skill__wrapper .progress .progress-bar .progress-number {
  position: absolute;
  top: -39px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  color: #1a1a1a;
  display: block;
  right: -20px;
  width: 40px;
  height: 25px;
  line-height: 25px;
  background: #fb7abc;
  border-radius: 10px;
}
.gen-el-skill-tooltip .gen-el-skill__wrapper .progress .progress-bar .progress-number:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 5px;
  background: #fb7abc;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.gen-el-skill-tooltip .gen-el-skill__wrapper:nth-child(1) .progress {
  background: #eceef6;
}
.gen-el-skill-tooltip .gen-el-skill__wrapper:nth-child(1) .progress .progress-bar {
  background: #58e0fc;
}
.gen-el-skill-tooltip .gen-el-skill__wrapper:nth-child(1) .progress .progress-number {
  background: #58e0fc;
}
.gen-el-skill-tooltip .gen-el-skill__wrapper:nth-child(1) .progress .progress-number:before {
  background: #58e0fc;
}
.gen-el-skill-tooltip .gen-el-skill__wrapper:nth-child(2) .progress {
  background: #f1e8fa;
}
.gen-el-skill-tooltip .gen-el-skill__wrapper:nth-child(2) .progress .progress-bar {
  background: #bb80f8;
}
.gen-el-skill-tooltip .gen-el-skill__wrapper:nth-child(2) .progress .progress-number {
  background: #bb80f8;
}
.gen-el-skill-tooltip .gen-el-skill__wrapper:nth-child(2) .progress .progress-number:before {
  background: #bb80f8;
}
.gen-el-skill-tooltip .gen-el-skill__wrapper:nth-child(3) .progress {
  background: #fbebf7;
}
.gen-el-skill-tooltip .gen-el-skill__wrapper:nth-child(3) .progress .progress-bar {
  background: #fb7abc;
}
.gen-el-skill-tooltip .gen-el-skill__wrapper:nth-child(3) .progress .progress-number {
  background: #fb7abc;
}
.gen-el-skill-tooltip .gen-el-skill__wrapper:nth-child(3) .progress .progress-number:before {
  background: #fb7abc;
}
.gen-el-skill-tooltip .gen-el-skill__wrapper:nth-child(4) .progress {
  background: #e3f6ee;
}
.gen-el-skill-tooltip .gen-el-skill__wrapper:nth-child(4) .progress .progress-bar {
  background: #61ecb9;
}
.gen-el-skill-tooltip .gen-el-skill__wrapper:nth-child(4) .progress .progress-number {
  background: #61ecb9;
}
.gen-el-skill-tooltip .gen-el-skill__wrapper:nth-child(4) .progress .progress-number:before {
  background: #61ecb9;
}

.gen-el-skill-gradient-bar.gen-el-skill--content {
  padding-bottom: 30px;
  height: 380px;
  display: flex;
  gap: 40px;
}
.gen-el-skill-gradient-bar .gen-el-skill--title__wrapper {
  margin-bottom: 0px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  position: absolute;
  padding-left: 0px;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.gen-el-skill-gradient-bar .gen-el-skill--title__wrapper span {
  position: absolute;
  top: auto;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #1a1a1a;
  bottom: -32px;
  left: 50%;
  transform: translateX(-50%);
}
.gen-el-skill-gradient-bar .gen-el-skill--title {
  font-size: 13px;
  display: inline-block;
  margin-bottom: 0px;
  font-weight: 400;
  text-transform: uppercase;
  color: #1a1a1a;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  transform: rotate(-90deg);
  transform-origin: left;
  bottom: 17px;
}
.gen-el-skill-gradient-bar .gen-el-skill__wrapper {
  position: relative;
  height: 100%;
  width: 60px;
  margin-right: 0px;
  float: left;
}
.gen-el-skill-gradient-bar .gen-el-skill__wrapper .progress {
  height: 100%;
  border-radius: 0px;
  overflow: inherit;
  background-color: #fbebf7;
  width: 60px;
}
.gen-el-skill-gradient-bar .gen-el-skill__wrapper .progress .progress-bar-wrapper {
  width: 100%;
  overflow-x: clip;
  border-radius: 0px;
  overflow-y: clip;
}
.gen-el-skill-gradient-bar .gen-el-skill__wrapper .progress .progress-bar {
  background: linear-gradient(180deg, #fc7dd2 0%, #fa738e 100%);
  position: absolute;
  overflow: inherit;
  border-radius: 0px;
  width: 100%;
  bottom: 0;
}
.gen-el-skill-gradient-bar .gen-el-skill__wrapper .progress .progress-bar .progress-icon {
  height: 22px;
  width: 4px;
  display: inline-block;
  background: var(--clr-theme-1);
  position: absolute;
  transform: rotate(20deg);
  right: -2px;
  border-radius: 30px;
  display: none;
}
.gen-el-skill-gradient-bar .gen-el-skill__wrapper .progress .progress-bar .progress-number {
  position: absolute;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #1a1a1a;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  bottom: -30px;
  top: auto;
  display: none;
}
.gen-el-skill-gradient-bar .gen-el-skill__wrapper:nth-child(1) .progress {
  background: #fbebf7;
}
.gen-el-skill-gradient-bar .gen-el-skill__wrapper:nth-child(1) .progress .progress-bar {
  background: linear-gradient(180deg, #fc7dd2 0%, #fa738e 100%);
}
.gen-el-skill-gradient-bar .gen-el-skill__wrapper:nth-child(2) .progress {
  background: #eceef6;
}
.gen-el-skill-gradient-bar .gen-el-skill__wrapper:nth-child(2) .progress .progress-bar {
  background: linear-gradient(180deg, #6df2ff 0%, #27b6f7 100%);
}
.gen-el-skill-gradient-bar .gen-el-skill__wrapper:nth-child(3) .progress {
  background: #f1e8fa;
}
.gen-el-skill-gradient-bar .gen-el-skill__wrapper:nth-child(3) .progress .progress-bar {
  background: linear-gradient(180deg, #d57ff6 0%, #7583fe 100%);
}
.gen-el-skill-gradient-bar .gen-el-skill__wrapper:nth-child(4) .progress {
  background: #eceef6;
}
.gen-el-skill-gradient-bar .gen-el-skill__wrapper:nth-child(4) .progress .progress-bar {
  background: linear-gradient(180deg, #feb1c3 0%, #f2c349 100%);
}

.generic-el-funfact-general.generic-el-funfact-wrapper {
  text-align: left;
}
.generic-el-funfact-general .generic-el-funfact-icon {
  font-size: 42px;
  color: #f2375d;
  margin-bottom: 25px;
}
.generic-el-funfact-general .generic-el-funfact-number {
  font-size: 40px;
  font-weight: 700;
  color: #000000;
  line-height: 1;
  margin-bottom: 5px;
}
.generic-el-funfact-general .generic-el-funfact-title {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}

.generic-el-funfact-icon-gradient.generic-el-funfact-wrapper {
  text-align: center;
}
.generic-el-funfact-icon-gradient .generic-el-funfact-icon {
  font-size: 35px;
  color: #fff;
  margin-bottom: 25px;
  width: 85px;
  height: 85px;
  line-height: 85px;
  background: linear-gradient(180deg, #ff88a0 0%, #f075ce 100%);
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}
.generic-el-funfact-icon-gradient .generic-el-funfact-number {
  font-size: 40px;
  font-weight: 700;
  color: #000000;
  line-height: 1;
  margin-bottom: 5px;
}
.generic-el-funfact-icon-gradient .generic-el-funfact-title {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}

.generic-el-funfact-box-wrapped.generic-el-funfact-wrapper {
  text-align: center;
  padding: 80px 20px 80px;
  background: #ffffff;
  box-shadow: 0px 20px 50px rgba(10, 24, 60, 0.07);
  border-radius: 5px;
  transition: 0.3s;
}
.generic-el-funfact-box-wrapped.generic-el-funfact-wrapper:hover {
  box-shadow: none;
}
.generic-el-funfact-box-wrapped .generic-el-funfact-icon {
  font-size: 42px;
  color: #f2375d;
  margin-bottom: 25px;
}
.generic-el-funfact-box-wrapped .generic-el-funfact-number {
  font-size: 40px;
  font-weight: 700;
  color: #000000;
  line-height: 1;
  margin-bottom: 5px;
}
.generic-el-funfact-box-wrapped .generic-el-funfact-title {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}

.generic-el-funfact-box-gradient.generic-el-funfact-wrapper {
  padding: 35px 30px 35px;
  background: linear-gradient(102.47deg, #fc7dd2 -3.5%, #fa738e 108.11%);
  border-radius: 10px;
}
.generic-el-funfact-box-gradient.generic-el-funfact-wrapper:hover {
  box-shadow: none;
}
.generic-el-funfact-box-gradient .generic-el-funfact-content {
  display: flex;
  gap: 30px;
  align-items: center;
}
.generic-el-funfact-box-gradient .generic-el-funfact-icon {
  font-size: 52px;
  color: #fff;
  margin-bottom: 0px;
}
.generic-el-funfact-box-gradient .generic-el-funfact-number {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  margin-bottom: 5px;
}
.generic-el-funfact-box-gradient .generic-el-funfact-title {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

.generic-el-funfact-circle-border.generic-el-funfact-wrapper {
  padding-top: 100%;
  text-align: center;
  position: relative;
  border-radius: 50%;
  border: 1.2px solid;
  border: double 1.2px transparent;
  background-image: linear-gradient(rgba(48, 48, 48, 0), rgba(48, 48, 48, 0)), linear-gradient(180deg, #f2375d 0%, rgba(48, 48, 48, 0) 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
}
.generic-el-funfact-circle-border.generic-el-funfact-wrapper:hover {
  box-shadow: none;
}
.generic-el-funfact-circle-border.generic-el-funfact-wrapper:hover .generic-el-funfact-dot {
  animation: funfact-dot 10s linear infinite;
}
.generic-el-funfact-circle-border.generic-el-funfact-wrapper .generic-el-funfact-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.generic-el-funfact-circle-border.generic-el-funfact-wrapper .generic-el-funfact-dot {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: rotate(-30deg);
}
.generic-el-funfact-circle-border.generic-el-funfact-wrapper .generic-el-funfact-dot::before {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  background: #f2375d;
  border-radius: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.generic-el-funfact-circle-border .generic-el-funfact-icon {
  font-size: 42px;
  color: #f2375d;
  margin-bottom: 25px;
}
.generic-el-funfact-circle-border .generic-el-funfact-number {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  margin-bottom: 5px;
}
.generic-el-funfact-circle-border .generic-el-funfact-title {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

@keyframes funfact-dot {
  0% {
    opacity: 1;
    transform: rotate(-30deg);
  }
  50% {
    opacity: 0;
    transform: rotate(180deg);
  }
  100% {
    opacity: 1;
    transform: rotate(330deg);
  }
}
.generic-el-funfact-group {
  max-width: 450px;
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  justify-content: center;
}
.generic-el-funfact-group > div:nth-child(2) {
  border-left: 1px solid #774ffd;
}
.generic-el-funfact-group > div:nth-child(3) {
  border-top: 1px solid #774ffd;
}
.generic-el-funfact-group > div:nth-child(4) {
  border-left: 1px solid #774ffd;
  border-top: 1px solid #774ffd;
}

.generic-el-funfact-group-item {
  width: calc(100% / 2);
  padding: 43px 0;
  flex-grow: 1;
}
.generic-el-funfact-group-item.generic-el-funfact-wrapper {
  text-align: center;
}
.generic-el-funfact-group-item .generic-el-funfact-icon {
  font-size: 42px;
  color: #fff;
  margin-bottom: 25px;
}
.generic-el-funfact-group-item .generic-el-funfact-number {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  margin-bottom: 5px;
}
.generic-el-funfact-group-item .generic-el-funfact-title {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

.funfact-text .generic-section-main-title {
  font-size: 60px;
  line-height: 1.1;
  color: #fff;
}
.funfact-text .generic-el-description {
  color: #fff;
}

.funfactor-bg-color {
  background-color: #6136F4;
}

.fp-subtitle {
  color: #ffffff;
  margin-bottom: 15px;
  display: block;
}

.generic-form-general .single-input-field {
  position: relative;
  margin-bottom: 25px;
}
.generic-form-general .single-input-field input {
  height: 60px;
  border: 1px solid #f9f9f9;
  background: #f9f9f9;
  padding: 0 19px;
  border-radius: 0;
}
.generic-form-general .single-input-field input:focus {
  border-color: #f9f9f9;
}
.generic-form-general .single-input-field label {
  font-size: 16px;
  color: #000000;
  margin-bottom: 14px;
  line-height: 1;
}
.generic-form-general .single-input-field textarea {
  height: 180px;
  border: 1px solid #f9f9f9;
  background: #f9f9f9;
  padding: 12px 19px;
  resize: none;
  border-radius: 0;
}
.generic-form-general .single-input-field textarea:focus {
  border-color: #f9f9f9;
}
.generic-form-general .generic-btn {
  height: 60px;
  line-height: 56px;
  border-radius: 0;
  border-color: #592dee;
  background: #592dee;
}
.generic-form-general .generic-btn:hover {
  color: #fff;
  border-color: #000000;
  background: #000000;
}

.generic-form-style-2 .single-input-field {
  position: relative;
  margin-bottom: 25px;
  z-index: 2;
}
.generic-form-style-2 .single-input-field input {
  height: 50px;
  border: none;
  background: transparent;
  padding: 12px 0px;
  border-radius: 0;
  border-bottom: 1px solid #323232;
  color: #fff;
}
.generic-form-style-2 .single-input-field input:focus {
  border-color: #dbdbdb;
}
.generic-form-style-2 .single-input-field input:focus ~ .form__label {
  top: -7px;
  background-color: var(--clr-common-white);
  padding: 0px 5px;
  font-size: 14px;
  color: #1a1a1a;
  left: 14px;
  display: none;
}
.generic-form-style-2 .single-input-field input:not(:placeholder-shown) ~ .form__label {
  top: -7px;
  background-color: var(--clr-common-white);
  padding: 0px 5px;
  font-size: 14px;
  color: #1a1a1a;
  left: 14px;
  display: none;
}
.generic-form-style-2 .single-input-field label {
  font-size: 16px;
  color: #afafaf;
  margin-bottom: 0;
  line-height: 1;
  position: absolute;
  top: 17px;
  left: 0;
  z-index: -1;
}
.generic-form-style-2 .single-input-field textarea {
  height: 50px;
  border: none;
  background: transparent;
  padding: 12px 0px;
  resize: none;
  border-radius: 0;
  border-bottom: 1px solid #323232;
  overflow: hidden;
  color: #fff;
}
.generic-form-style-2 .single-input-field textarea:focus {
  border-color: #dbdbdb;
}
.generic-form-style-2 .single-input-field textarea:focus ~ .form__label {
  top: -7px;
  background-color: var(--clr-common-white);
  padding: 0px 5px;
  font-size: 14px;
  color: #1a1a1a;
  left: 14px;
  display: none;
}
.generic-form-style-2 .single-input-field textarea:not(:placeholder-shown) ~ .form__label {
  top: -7px;
  background-color: var(--clr-common-white);
  padding: 0px 5px;
  font-size: 14px;
  color: #1a1a1a;
  left: 14px;
  display: none;
}
.generic-form-style-2 .generic-btn {
  height: 60px;
  line-height: 56px;
  border-radius: 30px;
  border-color: #f2375d;
  background: #f2375d;
}
.generic-form-style-2 .generic-btn:hover {
  color: #f2375d;
  background: transparent;
}

.generic-form-style-3 {
  background: #ffffff;
  box-shadow: 0px 20px 60px rgba(10, 15, 58, 0.07);
  padding: 70px 80px;
}
.generic-form-style-3 .single-input-field {
  position: relative;
  margin-bottom: 25px;
  z-index: 2;
}
.generic-form-style-3 .single-input-field input {
  height: 60px;
  border: 1px solid #f0f0f0;
  background: transparent;
  padding: 12px 19px;
  border-radius: 0;
}
.generic-form-style-3 .single-input-field input:focus {
  border-color: #592dee;
}
.generic-form-style-3 .single-input-field input:focus ~ .form__label {
  top: -7px;
  background-color: var(--clr-common-white);
  padding: 0px 5px;
  font-size: 14px;
  color: #1a1a1a;
  left: 14px;
  z-index: 2;
}
.generic-form-style-3 .single-input-field input:not(:placeholder-shown) ~ .form__label {
  top: -7px;
  background-color: var(--clr-common-white);
  padding: 0px 5px;
  font-size: 14px;
  color: #1a1a1a;
  left: 14px;
  z-index: 2;
}
.generic-form-style-3 .single-input-field label {
  font-size: 16px;
  color: #aeaeae;
  margin-bottom: 0;
  line-height: 1;
  position: absolute;
  top: 22px;
  left: 19px;
  transition: 0.3s;
  z-index: -1;
}
.generic-form-style-3 .single-input-field textarea {
  height: 160px;
  border: none;
  background: transparent;
  padding: 12px 0px;
  resize: none;
  border: 1px solid #f0f0f0;
  background: transparent;
  padding: 12px 19px;
  border-radius: 0;
}
.generic-form-style-3 .single-input-field textarea:focus {
  border-color: #592dee;
}
.generic-form-style-3 .single-input-field textarea:focus ~ .form__label {
  top: -7px;
  background-color: var(--clr-common-white);
  padding: 0px 5px;
  font-size: 14px;
  color: #1a1a1a;
  left: 14px;
  z-index: 2;
}
.generic-form-style-3 .single-input-field textarea:not(:placeholder-shown) ~ .form__label {
  top: -7px;
  background-color: var(--clr-common-white);
  padding: 0px 5px;
  font-size: 14px;
  color: #1a1a1a;
  left: 14px;
  z-index: 2;
}
.generic-form-style-3 .generic-btn {
  height: 60px;
  line-height: 56px;
  border-radius: 0;
  border-color: #592dee;
  background: #592dee;
}
.generic-form-style-3 .generic-btn:hover {
  color: #fff;
  border-color: #000000;
  background: #000000;
}

div.generic-el-contact-form-wrapper .single-input-field input::placeholder {
  font-size: 16px;
  color: #aeaeae !important;
  line-height: 1;
  text-transform: capitalize;
}

div.generic-el-contact-form-wrapper .single-input-field.field-message textarea::placeholder {
  font-size: 16px;
  color: #aeaeae !important;
  text-transform: capitalize;
  opacity: 1;
}

.style-1.generic-el-video-area {
  padding: 130px 0;
  padding-top: 50px;
}
.style-1.generic-el-video-wrapper {
  background: #ffffff;
  box-shadow: 0px 20px 80px rgba(9, 19, 54, 0.19);
  border-radius: 10px;
  padding: 0px 0px;
  position: relative;
  z-index: 5;
}
.style-1.generic-el-video-wrapper .video-shapes span,
.style-1.generic-el-video-wrapper .video-shapes img {
  position: absolute;
}
.style-1.generic-el-video-wrapper .video-shapes .video-shape-1 {
  width: 85px;
  height: 85px;
  background: #e785ab;
  border-radius: 10px;
  left: -30px;
  top: -25px;
}
.style-1.generic-el-video-wrapper .video-shapes .video-shape-2 {
  height: 60px;
  width: 60px;
  background: #bec3f5;
  border-radius: 10px;
  top: 22px;
  left: -125px;
}
.style-1.generic-el-video-wrapper .video-shapes .video-shape-3 {
  width: 30px;
  height: 30px;
  background: #b5e1ce;
  border-radius: 10px;
  left: -40px;
  top: 95px;
}
.style-1.generic-el-video-wrapper .video-shapes .video-shape-4 {
  width: 230px;
  height: 230px;
  border: 1px solid #a1bbe5;
  border-radius: 50%;
  left: -30px;
  top: -15px;
}
.style-1.generic-el-video-wrapper .video-shapes .video-shape-5 {
  width: 12px;
  height: 12px;
  background: #7443ff;
  border-radius: 50%;
  right: -36px;
  bottom: 195px;
}
.style-1.generic-el-video-wrapper .video-shapes .video-shape-6 {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  bottom: 160px;
  right: -15px;
  background: #e86c88;
}
.style-1.generic-el-video-wrapper .video-shapes .video-shape-7 {
  bottom: -27px;
  right: -27px;
  width: 110px;
}
.style-1 .generic-el-video-inner {
  background: #fff;
  padding: 15px 15px;
  position: relative;
  z-index: 2;
  border-radius: 10px;
}
.style-1 .video-thumb {
  border-radius: 10px;
  overflow: hidden;
}
.style-1 .video-thumb img {
  width: 100%;
}
.style-1 .video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.style-1 .video-btn .play-btn {
  width: 90px;
  height: 90px;
  line-height: 90px;
  color: #6e4bfb;
  border-color: #fff;
  background: #fff;
  font-size: 20px;
}
@media (max-width: 450px) {
  .style-1 .video-btn .play-btn {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 16px;
  }
}

.style-2.generic-el-video-area {
  background: #4617cd;
  position: relative;
  overflow: hidden;
  padding: 240px 0;
}
.style-2 .video-content {
  position: relative;
  z-index: 2;
}
.style-2 .video-content .video-area-title {
  font-size: 70px;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .style-2 .video-content .video-area-title {
    font-size: 65px;
  }
}
@media (max-width: 450px) {
  .style-2 .video-content .video-area-title {
    font-size: 40px;
  }
}
.style-2 .video-content .video-area-title span {
  background: linear-gradient(90deg, #ffd80e 1.72%, #ff7ed3 66.9%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.style-2 .video-content .back-text {
  color: #4216bf;
  font-size: 515px;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 0.7;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  left: -82%;
  font-family: "Archivo", sans-serif;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .style-2 .video-content .back-text {
    font-size: 400px;
    left: -50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .style-2 .video-content .back-text {
    top: 50%;
    left: 0;
    font-size: 300px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .style-2 .video-content .back-text {
    top: 8%;
    left: 0;
    font-size: 300px;
  }
}
@media (max-width: 450px) {
  .style-2 .video-content .back-text {
    top: 0;
    left: 0;
    font-size: 150px;
  }
}
.style-2 .video-thumb {
  position: absolute;
  width: 43%;
  height: 100%;
  right: 0;
  top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .style-2 .video-thumb {
    position: relative;
    width: 100%;
    margin-top: 35px;
  }
}
.style-2 .video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.style-2 .video-thumb .video-btn {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .style-2 .video-thumb .video-btn {
    left: 50%;
  }
}
.style-2 .video-thumb .video-btn .play-btn {
  width: 125px;
  height: 125px;
  background: #fff;
  border-color: #fff;
  color: #6e4bfb;
  font-size: 25px;
  line-height: 122px;
  animation: pulseBig infinite 3s linear;
}
@media (max-width: 450px) {
  .style-2 .video-thumb .video-btn .play-btn {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 16px;
  }
}

.style-3.generic-el-video-area {
  background: #f5f5f5;
  position: relative;
  overflow: hidden;
  padding: 130px 0;
}
.style-3 .generic-el-video-wrapper {
  position: relative;
  z-index: 2;
}
.style-3 .generic-el-video-wrapper .video-shapes span,
.style-3 .generic-el-video-wrapper .video-shapes img {
  position: absolute;
}
.style-3 .generic-el-video-wrapper .video-shapes .video-b-shape-1 {
  top: 27px;
  left: -277px;
}
.style-3 .generic-el-video-wrapper .video-shapes .video-b-shape-2 {
  width: 9px;
  height: 9px;
  background: #09e8e3;
  left: -145px;
  top: 95px;
  border-radius: 50%;
}
.style-3 .generic-el-video-wrapper .video-shapes .video-b-shape-3 {
  bottom: 40px;
  left: -60px;
  z-index: -1;
}
.style-3 .generic-el-video-wrapper .video-shapes .video-b-shape-4 {
  top: -40px;
  right: -345px;
}
.style-3 .generic-el-video-wrapper .video-shapes .video-b-shape-5 {
  top: -130px;
  right: -415px;
}
.style-3 .generic-el-video-wrapper .video-shapes .video-b-shape-6 {
  bottom: 30px;
  right: -75px;
}
.style-3 .video-content {
  position: relative;
  z-index: 2;
  background: #ffffff;
  box-shadow: 0px 20px 70px rgba(10, 22, 53, 0.1);
  border-radius: 10px;
  padding: 60px 60px;
  margin-top: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .style-3 .video-content {
    padding: 50px 50px;
    margin-left: -50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .style-3 .video-content {
    margin-top: 60px;
    padding: 40px 30px;
  }
}
@media (max-width: 450px) {
  .style-3 .video-content {
    padding: 30px 25px;
    margin-top: 30px;
  }
}
.style-3 .video-content .video-area-subtitle {
  background: linear-gradient(90deg, #fb7abc -23.33%, #feb054 138.67%);
  border-radius: 5px;
  color: #000;
  height: 35px;
  display: inline-block;
  line-height: 35px;
  padding: 0 23px;
  margin-bottom: 12px;
}
.style-3 .video-content .video-area-title {
  font-size: 40px;
  line-height: 1.25;
  color: #1a1a1a;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 450px) {
  .style-3 .video-content .video-area-title {
    font-size: 30px;
  }
}
.style-3 .video-content .video-area-title span {
  background: linear-gradient(90deg, #ffd80e 1.72%, #ff7ed3 66.9%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 20px;
}
.style-3 .video-content p {
  color: #666666;
}
.style-3 .video-content .back-text {
  color: #4216bf;
  font-size: 515px;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 0.7;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  left: -82%;
  font-family: "Archivo", sans-serif;
}
.style-3 .video-content .video-btn {
  margin-top: 40px;
}
.style-3 .video-content .video-btn .play-btn {
  width: 80px;
  height: 80px;
  background: #fff;
  border-color: #7443ff;
  color: #7443ff;
  font-size: 17px;
  line-height: 76px;
  border-width: 2px;
}
.style-3 .video-content .video-btn .play-btn:hover {
  color: #fff;
  background: #7443ff;
  border-color: #7443ff;
}
@media (max-width: 450px) {
  .style-3 .video-content .video-btn .play-btn {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 16px;
  }
}
.style-3 .video-content .video-btn span {
  color: #000000;
  padding-left: 15px;
}
.style-3 .video-thumb {
  max-width: 690px;
  margin-right: -165px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .style-3 .video-thumb {
    margin-right: 0;
  }
}
.style-3 .video-thumb img {
  width: 100%;
}

.style-4.generic-el-video-area {
  background: #4617cd;
  position: relative;
  overflow: hidden;
  padding: 136px 0;
}
.style-4.generic-el-video-area .generic-el-video-area-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.style-4.generic-el-video-area .generic-el-video-area-bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #070d2b;
  opacity: 0.75;
}
.style-4.generic-el-video-area .generic-el-video-area-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.style-4 .video-content {
  position: relative;
  z-index: 2;
  text-align: center;
}
.style-4 .video-content .video-area-subtitle {
  font-size: 24px;
  font-weight: 500;
  color: #f51d49;
  margin-bottom: 20px;
  display: block;
}
.style-4 .video-content .video-area-title {
  font-size: 70px;
  line-height: 1;
  color: #fff;
  font-weight: 600;
  margin-bottom: 25px;
}
@media (max-width: 450px) {
  .style-4 .video-content .video-area-title {
    font-size: 40px;
  }
}
.style-4 .video-content .video-area-title span {
  background: linear-gradient(90deg, #ffd80e 1.72%, #ff7ed3 66.9%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.style-4 .video-content p {
  font-size: 18px;
  color: #b0b0b0;
}
.style-4 .video-content .back-text {
  color: #4216bf;
  font-size: 515px;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 0.7;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  left: -82%;
  font-family: "Archivo", sans-serif;
}
.style-4 .video-content .video-btn {
  margin-top: 65px;
}
.style-4 .video-content .video-btn .play-btn {
  width: 95px;
  height: 95px;
  background: #fff;
  border-color: #fff;
  font-size: 20px;
  color: #f51d49;
  line-height: 93px;
  animation: pulseBig20 infinite 3s linear;
}
@media (max-width: 450px) {
  .style-4 .video-content .video-btn .play-btn {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 16px;
  }
}
.style-4 .video-thumb {
  position: absolute;
  width: 43%;
  height: 100%;
  right: 0;
  top: 0;
}
.style-4 .video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* pulseBig */
@keyframes pulseBig {
  0% {
    box-shadow: 0 0 0 0 #ffffff;
  }
  50% {
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulseBig20 {
  0% {
    box-shadow: 0 0 0 0 #ffffff;
  }
  50% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.play_btn-border {
  position: relative;
}

.play_btn-border:after,
.play_btn-border:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  border-radius: 50%;
  width: 100%;
  height: 100%;
  border: 1px solid #cccccc;
  animation-name: popupBtn;
  animation-duration: 1.8s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  z-index: -1;
}

.play_btn-border:before {
  animation-delay: 0.8s;
}

@keyframes popupBtn {
  0% {
    transform: scale(0.95);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.4);
    opacity: 0.4;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}
.style-1.generic-el-subscription-form-wrapper {
  background: #fffdf5;
  border: 1px solid #030047;
  padding: 39px 49px;
  display: flex;
  align-items: center;
  gap: 50px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .style-1.generic-el-subscription-form-wrapper {
    flex-direction: column;
    padding: 40px 20px;
  }
}
.style-1 .subscription-img {
  width: 55%;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .style-1 .subscription-img {
    width: 80%;
  }
}
.style-1 .subscription-img img {
  width: 100%;
}
.style-1 .subscription-content {
  flex-grow: 1;
}
.style-1 .subscriptin-text {
  margin-bottom: 22px;
}
.style-1 .subscriptin-text h4 {
  font-size: 30px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 10px;
}
.style-1 .subscriptin-text p {
  color: #1a1a1a;
}
.style-1 .subscription-form .input-field {
  position: relative;
}
.style-1 .subscription-form .input-field input {
  width: 100%;
  height: 60px;
  background: #ffffff;
  border: 1px solid #030047;
  border-radius: 0;
  padding: 0 19px;
  margin-bottom: 20px;
}
.style-1 .subscription-form .subscribe-btn {
  background: #ffe923;
  border: 1px solid #030047;
  height: 60px;
  display: inline-flex;
  width: 100%;
  text-align: center;
  padding: 0 50px;
  line-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: #000000;
}
.style-1 .subscription-form .subscribe-btn:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}

.style-2.generic-el-subscription-area {
  position: relative;
  overflow: hidden;
  padding: 130px 0;
}
.style-2 .generic-el-subscription-area-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.style-2 .generic-el-subscription-area-bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.1;
  top: 0;
  left: 0;
}
.style-2 .generic-el-subscription-area-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.style-2.generic-el-subscription-form-wrapper {
  background: #fff;
  border: 0;
  padding: 10px 10px;
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .style-2.generic-el-subscription-form-wrapper {
    flex-direction: column;
    padding: 40px 20px;
  }
}
.style-2 .subscription-img {
  width: 58%;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .style-2 .subscription-img {
    width: 100%;
  }
}
.style-2 .subscription-img img {
  width: 100%;
}
.style-2 .subscription-content {
  flex-grow: 1;
  text-align: center;
  padding-right: 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .style-2 .subscription-content {
    padding-right: 0;
  }
}
.style-2 .subscriptin-text {
  margin-bottom: 42px;
}
.style-2 .subscriptin-text > span {
  font-size: 22px;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 10px;
  display: block;
}
.style-2 .subscriptin-text h4 {
  font-size: 60px;
  font-weight: 300;
  color: #000;
  margin-bottom: 2px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 450px) {
  .style-2 .subscriptin-text h4 {
    font-size: 40px;
  }
}
.style-2 .subscriptin-text h4 span {
  font-weight: 800;
}
.style-2 .subscriptin-text p {
  color: #666666;
}
.style-2 .subscription-form .input-field {
  position: relative;
}
.style-2 .subscription-form .input-field input {
  width: 100%;
  height: 60px;
  background: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 0;
  padding: 0 19px;
  margin-bottom: 20px;
}
.style-2 .subscription-form .input-field input::placeholder {
  color: #a5a5a5;
}
.style-2 .subscription-form .subscribe-btn {
  background: #e42983;
  border: 1px solid #e42983;
  height: 60px;
  display: inline-flex;
  width: 100%;
  text-align: center;
  padding: 0 50px;
  line-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: #fff;
}
.style-2 .subscription-form .subscribe-btn:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}

.style-3.generic-el-subscription-area {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
}
.style-3 .generic-el-subscription-area-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.style-3 .generic-el-subscription-area-bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.1;
  top: 0;
  left: 0;
}
.style-3 .generic-el-subscription-area-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.style-3.generic-el-subscription-form-wrapper {
  background: #fff;
  border: 0;
  padding: 0px 0px;
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
  z-index: 2;
}
.style-3 .subscription-img {
  width: 58%;
}
.style-3 .subscription-img img {
  width: 100%;
}
.style-3 .subscription-content {
  flex-grow: 1;
  text-align: center;
  padding-right: 0px;
}
.style-3 .subscriptin-text {
  margin-bottom: 52px;
}
.style-3 .subscriptin-text > span {
  font-size: 22px;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 10px;
  display: block;
}
.style-3 .subscriptin-text h4 {
  font-size: 40px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
}
.style-3 .subscriptin-text h4 span {
  font-weight: 800;
}
.style-3 .subscriptin-text p {
  color: #666666;
}
.style-3 .subscription-form .input-field {
  position: relative;
}
.style-3 .subscription-form .input-field input {
  width: 100%;
  height: 70px;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 35px;
  padding: 0 29px;
  margin-bottom: 0;
  padding-right: 230px;
}
@media (max-width: 450px) {
  .style-3 .subscription-form .input-field input {
    margin-bottom: 20px;
    padding: 0 29px;
  }
}
.style-3 .subscription-form .input-field input::placeholder {
  color: #a5a5a5;
}
.style-3 .subscription-form .subscribe-btn {
  background: #00ceb5;
  border: 1px solid #00ceb5;
  height: 70px;
  display: inline-flex;
  width: auto;
  text-align: center;
  padding: 0 57px;
  line-height: 68px;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: #fff;
  border-radius: 35px;
  border-top-left-radius: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 450px) {
  .style-3 .subscription-form .subscribe-btn {
    position: static;
    border-radius: 35px;
  }
}
.style-3 .subscription-form .subscribe-btn:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}
.style-3 .subscription-list {
  margin-top: 20px;
}
.style-3 .subscription-list ul {
  display: flex;
  justify-content: center;
  column-gap: 30px;
  flex-wrap: wrap;
}
.style-3 .subscription-list ul li {
  font-size: 16px;
  color: #666666;
  list-style: none;
}
.style-3 .subscription-list ul li i {
  color: #00ceb5;
  font-weight: 700;
  font-size: 14px;
  margin-right: 7px;
}

.style-4.generic-el-subscription-area {
  background: #592dee;
  padding: 130px 0;
}
.style-4.generic-el-subscription-form-wrapper {
  background: #fff;
  border: 0;
  padding: 50px 60px 60px;
  display: flex;
  align-items: center;
  gap: 0;
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 450px) {
  .style-4.generic-el-subscription-form-wrapper {
    padding: 40px 20px 50px;
  }
}
.style-4 .subscription-img {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.style-4 .subscription-img img {
  width: 100%;
}
.style-4 .subscription-content {
  flex-grow: 1;
  text-align: center;
}
.style-4 .subscriptin-text {
  margin-bottom: 43px;
}
.style-4 .subscriptin-text h4 {
  font-size: 30px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 10px;
}
.style-4 .subscriptin-text p {
  color: #666666;
}
.style-4 .subscription-form .input-field {
  position: relative;
}
.style-4 .subscription-form .input-field input {
  width: 100%;
  height: 60px;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 10px;
  padding: 0 19px;
  margin-bottom: 20px;
}
.style-4 .subscription-form .input-field input::placeholder {
  color: #a5a5a5;
}
.style-4 .subscription-form .subscribe-btn {
  background: linear-gradient(91.59deg, #ff88a0 -31.21%, #fca250 116.85%);
  border: 0;
  height: 60px;
  display: inline-flex;
  width: 100%;
  text-align: center;
  padding: 0 50px;
  line-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: #fff;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.style-4 .subscription-form .subscribe-btn:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}
.style-4 .subscription-form .subscribe-btn:hover:before {
  opacity: 0;
}
.style-4 .subscription-form .subscribe-btn:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(91.59deg, #ff88a0 -31.21%, #fca250 116.85%);
  z-index: -1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.style-1.generic-el-countdown {
  display: flex;
  justify-content: space-between;
}
.style-1 .count_down {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.style-1 .cn-count {
  font-size: 80px;
  color: #000000;
  font-family: "Archivo", sans-serif;
  font-weight: 100;
  display: block;
  line-height: 0.7;
  min-width: 100px;
}
.style-1 .cn-cat {
  font-size: 16px;
  color: #666666;
  line-height: 1;
  display: block;
}
.style-1 .cn-separetor {
  font-size: 40px;
  color: #000000;
  line-height: 56px;
}

.style-2.generic-el-countdown {
  display: flex;
  justify-content: space-between;
}
.style-2 .count_down {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.style-2 .cn-count {
  font-size: 40px;
  color: #000;
  font-family: "Archivo", sans-serif;
  font-weight: 300;
  display: block;
  line-height: 0.7;
  min-width: 100px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  color: #fff;
  height: 90px;
  line-height: 90px;
  padding: 0 30px;
}
.style-2 .cn-cat {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  display: block;
}
.style-2 .cn-separetor {
  font-size: 40px;
  color: #fff;
  line-height: 90px;
}

.style-3.generic-el-countdown {
  display: flex;
  justify-content: center;
  max-width: 460px;
  flex-wrap: wrap;
  gap: 20px;
}
.style-3 .count_down {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 22px;
  width: calc((100% - 20px) / 2);
  background: #ffffff;
  border: 2px solid rgba(255, 128, 53, 0.5);
  box-shadow: 0px 20px 50px rgba(19, 9, 51, 0.1);
  border-radius: 10px;
  padding: 46px 0 36px;
}
.style-3 .count_down:nth-child(1) {
  border-color: rgba(242, 55, 93, 0.5);
}
.style-3 .count_down:nth-child(1) .cn-count {
  color: #f2375d;
}
.style-3 .count_down:nth-child(3) {
  border-color: rgba(97, 236, 185, 0.5);
}
.style-3 .count_down:nth-child(3) .cn-count {
  color: #61ecb9;
}
.style-3 .count_down:nth-child(5) {
  border-color: rgba(110, 75, 251, 0.5);
}
.style-3 .count_down:nth-child(5) .cn-count {
  color: #6e4bfb;
}
.style-3 .count_down:nth-child(7) {
  border-color: rgba(255, 128, 53, 0.5);
}
.style-3 .count_down:nth-child(7) .cn-count {
  color: #ff8035;
}
.style-3 .cn-count {
  font-size: 80px;
  color: #6e4bfb;
  font-family: "Archivo", sans-serif;
  font-weight: 500;
  display: block;
  line-height: 0.7;
  min-width: 100px;
}
.style-3 .cn-cat {
  font-size: 16px;
  color: #1a1a1a;
  line-height: 1;
  display: block;
}
.style-3 .cn-separetor {
  font-size: 40px;
  color: #000000;
  line-height: 56px;
  display: none;
}

.style-4.generic-el-countdown {
  display: flex;
  justify-content: space-between;
}
.style-4 .count_down {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 160px;
  height: 160px;
  background: linear-gradient(180deg, #8eaeff 0%, #9a77ff 100%);
  justify-content: center;
  border-radius: 50%;
}
.style-4 .count_down:nth-child(1) {
  background: linear-gradient(180deg, #ff92e0 0%, #ff78a1 100%);
}
.style-4 .count_down:nth-child(3) {
  background: linear-gradient(180deg, #8eaeff 0%, #9a77ff 100%);
}
.style-4 .count_down:nth-child(5) {
  background: linear-gradient(180deg, #ffd571 0%, #fc8a91 100%);
}
.style-4 .count_down:nth-child(7) {
  background: linear-gradient(180deg, #9eedbe 0%, #8acf53 100%);
}
.style-4 .cn-count {
  font-size: 60px;
  color: #fff;
  font-family: "Archivo", sans-serif;
  font-weight: 400;
  display: block;
  line-height: 0.7;
  min-width: 100px;
}
.style-4 .cn-cat {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  display: block;
}
.style-4 .cn-separetor {
  font-size: 40px;
  color: #000000;
  line-height: 160px;
}

.style-5.generic-el-countdown {
  display: flex;
  justify-content: space-between;
}
.style-5 .count_down {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 130px;
  height: 130px;
  background: rgba(255, 255, 255, 0.2);
  justify-content: center;
  border-radius: 50%;
  margin: 17px;
  position: relative;
}
.style-5 .count_down::before {
  position: absolute;
  content: "";
  width: calc(100% + 34px);
  height: calc(100% + 34px);
  border: 2px solid #969696;
  border-radius: 50%;
  top: 0;
  left: 0;
  transform: translate(-17px, -17px);
}
.style-5 .cn-count {
  font-size: 48px;
  color: #fff;
  font-family: "Archivo", sans-serif;
  font-weight: 300;
  display: block;
  line-height: 0.7;
  min-width: 100px;
}
.style-5 .cn-cat {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  display: block;
}
.style-5 .cn-separetor {
  font-size: 40px;
  color: #000000;
  line-height: 160px;
  display: none;
}

/*# sourceMappingURL=generic-elements-pro.css.map */
