@charset "UTF-8";
/*----------------------------------------------------
@File: Default Styles

This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.
---------------------------------------------------- */
/*=====================================================================
@Template Name: Spider Elements

@Default Styles
Table of Content:
01/ Variables
02/ Common
03/ Accordion
04/ Tabs
05/ Testimonial
06/ Video
07/ Alerts_box
08/ Pricing_Table
09/ Pricing_Table_Switcher
10/ Animation
11/ List_Item
12/ Cheat_sheet
13/ Team
14/Integration
15/ After_before


=====================================================================*/
/* Variable CSS */
:root {
  --spe_brand_color: #A77DEF;
  --spe_heading_color: #031933;
  --spe_p_color: #6A737C;
  --gradient_bg_color1: #fffbf2;
  --gradient_bg_color2: #edfffd;
  --border_on_white: #e6edf0;
  --border_on_highlight: #e6edf0;
  --body_bg: #fff;
  --black_25: #f9f9f9;
  --black_50: #ebebeb;
  --black_100: #d6d9dc;
  --black_150: #c8ccd0;
  --black_200: #bbc0c4;
  --black_300: #9fa6ad;
  --black_350: #9199a1;
  --black_400: #848d95;
  --black_500: #6a737c;
  --black_600: #535a60;
  --black_700: #3c4146;
  --black_750: #2f3337;
  --black_800: #242729;
  --black_900: #0c0d0e;
  --bs_sm: 0 1px 2px rgb(0 0 0 / 5%), 0 1px 4px rgb(0 0 0 / 5%), 0 2px 8px rgb(0 0 0 / 5%);
  --bs_md: 0 1px 3px rgb(0 0 0 / 6%), 0 2px 6px rgb(0 0 0 / 6%), 0 3px 8px rgb(0 0 0 / 9%);
  --bs_lg: 0 1px 4px rgb(0 0 0 / 9%), 0 3px 8px rgb(0 0 0 / 9%), 0 4px 13px rgb(0 0 0 / 13%);
}

/* Spider Elements common CSS */
.fade {
  transition: opacity 0.15s linear;
}

.se-black-25 {
  color: var(--black_25) !important;
}

.se-black-50 {
  color: var(--black_50) !important;
}

.se-black-100 {
  color: var(--black_100) !important;
}

.se-black-150 {
  color: var(--black_150) !important;
}

.se-black-200 {
  color: var(--black_200) !important;
}

.se-black-300 {
  color: var(--black_300) !important;
}

.se-black-350 {
  color: var(--black_350) !important;
}

.se-black-400 {
  color: var(--black_400) !important;
}

.se-black-500 {
  color: var(--black_500) !important;
}

.se-black-600 {
  color: var(--black_600) !important;
}

.se-black-700 {
  color: var(--black_700) !important;
}

.se-black-800 {
  color: var(--black_800) !important;
}

.se-black-900 {
  color: var(--black_900) !important;
}

a:hover, a:focus {
  outline: none;
  text-decoration: none;
}

/** Hover Classes **/
/*.h\:bs-md:hover {
  box-shadow: var(--bs_md) !important;
}

.h\:bs-lg:hover {
  box-shadow: var(--bs_md) !important;
}*/
/*
.elementor-section .elementor-container {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

@media (min-width: 768px) {
  .elementor-column.elementor-col-100,
  .elementor-column[data-col="100"] {
    width: 100%;
  }
}

.elementor-column {
  position: relative;
  min-height: 1px;
  display: flex;
}

.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 10px;
}
.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
  display: flex;
}
.elementor-widget-wrap {
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  align-content: flex-start;
}

.elementor-widget-wrap > .elementor-element {
  width: 100%;
}*/
.toggle_shortcode {
  padding-bottom: 60px;
}

.toggle_btn {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: var(--black_800);
  background: var(--black_25);
  text-align: left;
  border-radius: 4px;
  padding: 12px 30px;
  position: relative;
  text-decoration: none;
}
.toggle_btn:not(.collapsed) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  color: #4c4cf1;
}
.toggle_btn:before {
  content: "";
  background-image: url("../images/svgviewer-output.svg");
  height: 12px;
  width: 20px;
  position: absolute;
  font-size: 18px;
  font-family: eleganticons;
  right: 30px;
  transform: rotate(360deg);
  transition: all 0.2s linear;
  color: #4c4cf1;
}
.toggle_btn.collapsed:before {
  transform: rotate(180deg);
  color: rgb(36, 39, 41);
}
.toggle_btn.collapsed:before .toggle_btn {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: rgb(36, 39, 41);
  background: rgb(249, 249, 249);
  text-align: left;
  border-radius: 4px;
  padding: 12px 30px;
  position: relative;
  text-decoration: none;
}
.toggle_btn.collapsed:before .toggle_btn:not(.collapsed) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  color: #4c4cf1;
}
.toggle_btn.collapsed:before .toggle_btn:before {
  content: "C";
  position: absolute;
  font-size: 18px;
  font-family: eleganticons;
  right: 30px;
  transform: rotate(180deg);
  transition: all 0.2s linear;
  color: rgb(76, 76, 241);
}
.toggle_btn.collapsed:before .toggle_btn.collapsed:before {
  transform: rotate(0deg);
  color: rgb(36, 39, 41);
}
.toggle_btn.collapsed .doc_accordion {
  border: 0;
  margin-bottom: 1rem;
}
.toggle_btn.collapsed .doc_accordion .toggle_body {
  border: 1px solid rgb(235, 235, 235);
  padding: 18px 30px 24px;
  border-radius: 0 0 4px 4px;
  line-height: 26px;
  background: #ffffff;
}
@media only screen and (min-width: 320px) and (max-width: 425px) {
  .toggle_btn.collapsed .doc_accordion .toggle_body {
    padding: 18px 15px 24px;
  }
}
.toggle_btn.collapsed .doc_accordion .toggle_body p {
  font-size: 16px;
  font-weight: 400;
}
.toggle_btn.collapsed .doc_accordion .toggle_body p:last-child {
  margin-bottom: 0;
}
.toggle_btn.collapsed .doc_accordion .card-header {
  border-radius: 0;
}
.toggle_btn.collapsed .doc_accordion .card-header .doc_accordion {
  border: 0;
  background: transparent;
  padding: 0;
}
.toggle_btn.collapsed .doc_accordion .card-header .doc_accordion .title {
  padding: 0;
}
.toggle_btn.collapsed .doc_accordion .card-header .doc_accordion button {
  padding: 12px 30px;
  border-radius: 4px 4px 0 0;
  text-align: left;
  width: 100%;
  font-size: 16px;
  color: #4c4cf1;
  font-weight: 500;
  background: var(--black_25);
  text-decoration: none;
  position: relative;
}
.toggle_btn.collapsed .doc_accordion .card-header .doc_accordion button svg {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  transition: all 0.2s linear;
}
.toggle_btn.collapsed .doc_accordion .card-header .doc_accordion button svg + svg {
  display: block;
}
.toggle_btn.collapsed .doc_accordion .card-header .doc_accordion button.collapsed {
  color: var(--black_800);
  border-radius: 4px;
}
.toggle_btn.collapsed .doc_accordion .card-header .doc_accordion button.collapsed svg {
  display: block;
  color: var(--spe_p_color);
}
.toggle_btn.collapsed .doc_accordion .card-header .doc_accordion button.collapsed svg + svg {
  display: none;
}
.toggle_btn.collapsed .doc_accordion .accordion-article-wrap .toggle_btn {
  font-weight: 400;
}
.toggle_btn.collapsed .doc_accordion .accordion-article-wrap .toggle_btn .accordion-article-wrap .toggle_btn {
  font-weight: 400;
}
.toggle_btn.collapsed .doc_accordion .accordion-article-wrap .toggle_btn .accordion-article-wrap .accordion-article-item {
  border: 1px solid rgb(230, 237, 240);
  padding: 20px;
  margin: 12px 0;
}
.toggle_btn.collapsed .doc_accordion .accordion-article-wrap .toggle_btn .accordion-article-wrap .accordion-article-item h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}
.toggle_btn.collapsed .doc_accordion .accordion-article-wrap .toggle_btn .accordion-article-wrap .accordion-article-item h4:hover {
  color: #4c4cf1;
}
.toggle_btn.collapsed .doc_accordion .accordion-article-wrap .toggle_btn .accordion-article-wrap .accordion-article-item .post-meta {
  margin-bottom: 0;
}
.toggle_btn.collapsed .doc_accordion .accordion-article-wrap .toggle_btn .accordion-article-wrap .accordion-article-item .post-meta li {
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  color: rgb(132, 141, 149);
  font-weight: 400;
}
.toggle_btn.collapsed .doc_accordion .accordion-article-wrap .toggle_btn .accordion-article-item {
  border: 1px solid var(--border_on_white);
  padding: 20px;
  margin: 12px 0;
  min-height: 230px;
}
.toggle_btn.collapsed .doc_accordion .accordion-article-wrap .toggle_btn .accordion-article-item h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}
.toggle_btn.collapsed .doc_accordion .accordion-article-wrap .toggle_btn .accordion-article-item h4:hover {
  color: #4c4cf1;
}
.toggle_btn.collapsed .doc_accordion .accordion-article-wrap .toggle_btn .accordion-article-item .post-meta {
  margin-bottom: 0;
}
.toggle_btn.collapsed .doc_accordion .accordion-article-wrap .toggle_btn .accordion-article-item .post-meta li {
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  color: rgb(132, 141, 149);
  font-weight: 400;
}
.toggle_btn.collapsed .doc_accordion .accordion-article-wrap .accordion-article-item h4 {
  margin-bottom: 15px;
}
.toggle_btn.collapsed .doc_accordion .accordion-article-wrap .accordion-article-item p {
  font-size: 16px;
  font-weight: 400;
}
.toggle_btn.collapsed .doc_accordion .accordion-article-wrap .accordion-article-item ul {
  margin-left: auto;
}

.multi-collapse .toggle_body {
  border: 1px solid rgb(235, 235, 235);
  padding: 18px 30px 24px;
  border-radius: 0 0 4px 4px;
  line-height: 26px;
  background: #ffffff;
}
@media only screen and (min-width: 320px) and (max-width: 425px) {
  .multi-collapse .toggle_body {
    padding: 18px 15px 24px;
  }
}
.multi-collapse .toggle_body P {
  font-size: 16px;
  font-weight: 400;
}

.icon_btn2 svg {
  width: 20px;
  height: 20px;
  margin-left: 7px;
}
.icon_btn2 svg:hover {
  margin-left: 5px;
  border-bottom: 1px solid;
}

.accordion .doc_accordion {
  border: 0;
  margin-bottom: 1rem;
}
.accordion .doc_accordion:last-child {
  margin-bottom: 0;
}
.accordion .doc_accordion .card-header {
  border-radius: 0;
  border: 0;
  background: transparent;
  padding: 0;
}
.accordion .doc_accordion .card-header .title {
  padding: 0;
}
.accordion .doc_accordion .card-header button {
  padding: 12px 30px;
  border: unset;
  border-radius: unset;
  text-align: left;
  width: 100%;
  font-size: unset;
  color: var(--spe_brand_color);
  font-weight: 500;
  background: var(--black_50);
  text-decoration: none;
  position: relative;
}
.accordion .doc_accordion .card-header button .icon-wrapper {
  position: absolute;
  right: 0;
}
.accordion .doc_accordion .card-header button svg {
  position: absolute;
  right: 0;
  top: 0;
  transform: unset;
  transition: all 0.2s linear;
  width: 16px;
  height: 16px;
}
.accordion .doc_accordion .card-header button svg + svg {
  display: block;
}
.accordion .doc_accordion .card-header button .collapsed-icon {
  display: block;
}
.accordion .doc_accordion .card-header button .expanded-icon {
  display: none;
}
.accordion .doc_accordion .card-header button.collapsed {
  color: var(--black_800);
}
.accordion .doc_accordion .card-header button.collapsed svg {
  display: block;
  color: var(--spe_p_color);
}
.accordion .doc_accordion .card-header button.collapsed .expanded-icon {
  display: block;
}
.accordion .doc_accordion .card-header button.icon-align-left {
  padding-left: 60px;
}
.accordion .doc_accordion .card-header button.icon-align-left .icon-wrapper {
  left: 30px;
  right: unset;
}
.accordion .doc_accordion .accordion_title_aria {
  border: unset;
}

.accordion-article-wrap .toggle_btn {
  font-weight: 400;
}
.accordion-article-wrap .accordion-article-item {
  border: 1px solid rgb(230, 237, 240);
  padding: 20px;
  margin: 12px 0;
  min-height: 230px;
}
.accordion-article-wrap .accordion-article-item h4 {
  color: rgb(36, 39, 41);
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}
.accordion-article-wrap .accordion-article-item h4:hover {
  color: rgb(76, 76, 241);
}
.accordion-article-wrap .accordion-article-item .post-meta {
  margin-bottom: 0;
}
.accordion-article-wrap .accordion-article-item .post-meta li {
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  color: rgb(132, 141, 149);
}

button.btn.btn-link.collapsed .collapsed-icon {
  display: none;
}

button.btn.btn-link:focus {
  box-shadow: none;
}

.toggle_body {
  border-style: none;
  border-radius: 0;
}

/*===== accordion style two =====*/
/*============== Tab =========*/
.tab_shortcode .nav-tabs {
  border: 0;
}
.tab_shortcode .nav-tabs .nav-item {
  margin: 0;
}
.tab_shortcode .nav-tabs .nav-item .nav-link {
  font-size: 16px;
  color: var(--spe_p_color);
  border-radius: 0;
  padding: 9px 20px;
  background: var(--black_25);
  border: 1px solid var(--black_50);
  position: relative;
  text-decoration: none;
  margin-bottom: 0px !important;
}
.tab_shortcode .nav-tabs .nav-item .nav-link:before {
  content: "";
  width: 0;
  height: 2.1px;
  background: var(--spe_brand_color);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: width 0.2s linear;
}
.tab_shortcode .nav-tabs .nav-item .nav-link.active {
  background: var(--bs-white);
  color: var(--black_800);
  border-color: transparent #ebebeb;
}
.tab_shortcode .nav-tabs .nav-item .nav-link.active:before {
  opacity: 1;
  width: 100%;
}
.tab_shortcode .nav-tabs .nav-item:last-child .nav-link {
  border-right: 1px solid var(--black_50);
}
.tab_shortcode .tab-content {
  color: var(--spe_p_color);
  padding: 25px 30px;
  border: 1px solid var(--black_50);
  border-radius: 0 5px 5px 5px;
  background-color: var(--bs-white);
}

.header_tab_items .nav-tabs .numb, .tab_shortcode .nav-tabs .numb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--spe_brand_color);
  display: inline-block;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  margin-right: 10px;
  transition: all 0.2s linear;
  color: #ffffff;
}

.header_tab_items .nav-tabs .nav-item .nav-link {
  border: none;
  box-shadow: none;
  background: transparent;
  border-radius: 0;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  padding: 10px 30px;
  text-decoration: none;
  transition: all 300ms linear 0s;
}
.header_tab_items .nav-tabs .nav-item .nav-link.active {
  background: #ffffff;
  color: var(--spe_brand_color);
}

.process_tab_shortcode {
  position: relative;
  overflow: hidden;
}
.process_tab_shortcode .previous,
.process_tab_shortcode .next {
  position: absolute;
  top: 56%;
  transform: translateY(-50%);
  padding: 0;
  border-radius: 0;
  background: #e1ebf0;
  border: 0;
  color: var(--spe_brand_color);
  outline: none;
  box-shadow: none;
  transition: all 0.4s linear;
  height: 32px;
  width: 19px;
  text-align: center;
}
.process_tab_shortcode .previous:focus,
.process_tab_shortcode .next:focus {
  outline: none;
  box-shadow: none;
}
.process_tab_shortcode .previous:hover,
.process_tab_shortcode .next:hover {
  outline: none;
  box-shadow: none;
  background: var(--spe_brand_color);
  color: #fff;
  border-color: transparent #ebebeb;
}
.process_tab_shortcode .next {
  right: -30px;
  border-radius: 5px 0 0 5px;
}
.process_tab_shortcode .previous {
  left: -30px;
  border-radius: 0 5px 5px 0;
}
.process_tab_shortcode:hover .next {
  right: 0;
}
.process_tab_shortcode:hover .previous {
  left: 0;
}

.v_menu {
  border-bottom: 1px solid #e8ecee;
  padding-bottom: 20px;
  padding-top: 5px;
  margin-bottom: 20px;
}
.v_menu .nav-item {
  display: inline-block;
}
.v_menu .nav-item .nav-link {
  font-size: 16px;
  color: var(--spe_p_color);
  transition: all 0.2s linear;
  padding: 0;
  border: 0;
  border-radius: 0;
}
.v_menu .nav-item .nav-link span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #e1e3eb;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  margin-right: 10px;
  transition: all 0.2s linear;
  position: relative;
  top: -2px;
}
.v_menu .nav-item .nav-link.active, .v_menu .nav-item .nav-link:hover {
  color: var(--spe_brand_color);
  border: 0;
  background: transparent;
}
.v_menu .nav-item .nav-link.active span, .v_menu .nav-item .nav-link:hover span {
  background: var(--spe_brand_color);
  color: #fff;
}
.v_menu .nav-item + li {
  margin-left: 55px;
}

body.admin-bar .sticky_tab.tab_fixed.sticky_tab_item {
  top: -38px;
}

.sticky_tab.tab_fixed.sticky_tab_item {
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  background: var(--spe_heading_color);
  transform: translateY(70px);
  transition: transform 500ms ease, background 500ms ease;
  z-index: 30;
}

.tabs_sliders {
  position: relative;
}
.tabs_sliders ul.nav-tabs {
  align-items: flex-start;
  flex-wrap: nowrap !important;
  overflow: hidden;
}
.tabs_sliders ul.nav-tabs li {
  min-width: fit-content;
}
.tabs_sliders span.scroller-btn {
  position: absolute;
  top: 50%;
  color: var(--spe_brand_color);
  font-size: 20px;
  cursor: pointer;
  transform: translateY(-50%);
}
.tabs_sliders span.inactive {
  display: none;
}
.tabs_sliders.sticky_tab_item span.scroller-btn {
  left: 0;
  height: 100%;
  width: 40px;
  background: #f9f9f9;
  box-shadow: 4px 0px 9px 1px rgba(0, 0, 0, 0.03);
  line-height: 44px;
  z-index: 1;
  text-align: center;
}
.tabs_sliders.sticky_tab_item span.scroller-btn:before {
  content: "";
  width: 20px;
  height: 100%;
  background: linear-gradient(90deg, rgba(249, 249, 249, 0.8) 30%, rgb(249, 249, 249) 100%, rgb(249, 249, 249) 16%, rgb(249, 249, 249) 100%);
  position: absolute;
  right: -20px;
}
.tabs_sliders.sticky_tab_item span.right {
  right: 0;
  left: auto;
}
.tabs_sliders.sticky_tab_item span.right:before {
  left: -20px;
  right: auto;
}
.tabs_sliders.sticky_tab_item.header_tab_items span.scroller-btn {
  left: -24px;
}
.tabs_sliders.sticky_tab_item.header_tab_items span.right {
  right: -24px;
  left: auto;
}

.process_tab_shortcode .version {
  background: var(--black_25);
  padding: 30px;
  font-size: 15px;
  margin-bottom: 28px;
}
.process_tab_shortcode .version p {
  margin-bottom: 20px;
  font-size: 15px;
  color: #6b707f;
}
.process_tab_shortcode .version p:last-child {
  margin-bottom: 0;
}
.process_tab_shortcode .version .v_head {
  padding-bottom: 24px;
}
.process_tab_shortcode .version .v_middle p {
  margin-bottom: 0;
  font-size: 15px;
}
.process_tab_shortcode .version .v_middle p .red {
  color: #f12249;
}
.process_tab_shortcode .version .v_middle p .green {
  color: #11c52f;
}
.process_tab_shortcode .version .v_footer {
  padding-top: 25px;
}
.process_tab_shortcode .version .v_footer p {
  margin-bottom: 0;
}

.process_tab_shortcode .previous,
.process_tab_shortcode .next {
  position: absolute;
  top: 56%;
  transform: translateY(-50%);
  padding: 0;
  border-radius: 0;
  background: #e1ebf0;
  border: 0;
  color: var(--spe_brand_color);
  outline: none;
  box-shadow: none;
  transition: all 0.4s linear;
  height: 32px;
  width: 19px;
  text-align: center;
}
.process_tab_shortcode .previous:focus,
.process_tab_shortcode .next:focus {
  outline: none;
  box-shadow: none;
}
.process_tab_shortcode .previous:hover,
.process_tab_shortcode .next:hover {
  outline: none;
  box-shadow: none;
  background: var(--spe_brand_color);
  color: #fff;
}
.process_tab_shortcode .next {
  right: -30px;
  border-radius: 5px 0 0 5px;
}
.process_tab_shortcode .previous {
  left: -30px;
  border-radius: 0 5px 5px 0;
}
.process_tab_shortcode:hover .next {
  right: 0;
}
.process_tab_shortcode:hover .previous {
  left: 0;
}

/* Sticky Tab
    ============================================================================================ */
body.remove .tab_fixed.header_tab_items {
  transform: translateY(144px);
}

.header_tabs_area .tab_fixed.header_tab_items .nav.nav-tabs li a svg,
.header_tabs_area .tab_fixed.header_tab_items .nav.nav-tabs li a i,
.header_tabs_area .tab_fixed.header_tab_items .nav.nav-tabs li a img {
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  margin-right: 4px;
}
.header_tabs_area .tab_fixed .header_tab_content {
  margin-top: 61px;
}

.header_tab_items {
  background: var(--spe_heading_color);
}
.header_tab_items .nav.nav-tabs {
  justify-content: center;
  border: none;
}
.header_tab_items .nav.nav-tabs li {
  margin-bottom: 0;
}
.header_tab_items .nav.nav-tabs li a {
  border: none;
  box-shadow: none;
  background: transparent;
  border-radius: 0;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  padding: 10px 30px;
  text-decoration: none;
}
.header_tab_items .nav.nav-tabs li a svg,
.header_tab_items .nav.nav-tabs li a i,
.header_tab_items .nav.nav-tabs li a img {
  display: block;
  margin-bottom: 2px;
}
.header_tab_items .nav.nav-tabs li a:hover {
  background: var(--black_50);
  color: var(--spe_p_color);
}
.header_tab_items .nav.nav-tabs li a:hover svg path {
  fill: var(--spe_p_color);
}
.header_tab_items .nav.nav-tabs li a.active {
  background-color: #fff;
  color: var(--spe_brand_color);
}
.header_tab_items .nav.nav-tabs li a.active svg path {
  fill: var(--spe_brand_color);
}

.header_tab_content .tab-pane {
  padding: 0;
}

ul.nav.nav-tabs {
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: -1px;
  margin-top: 0;
  list-style: none;
}

.tab_shortcode .nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.tab-content > .active {
  display: block;
}

.toggle_body p:last-child,
.tab_shortcode .tab-content p {
  margin: 0;
}

.tab-content p {
  margin-top: 0;
}

/*============ Start doc_feedback_area css ==========*/
.doc_feedback_info {
  position: relative;
}

.slider_nav .arrow {
  width: 25px;
  height: 2px;
  background: #989dad;
  transition: all 0.3s ease-in-out;
  display: block;
  margin-top: 12px;
}
.slider_nav .arrow:before, .slider_nav .arrow:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  left: -2px;
  background-color: #bdb4b4;
  transition: all 0.3s ease-in-out;
}
.slider_nav .prev,
.slider_nav .next {
  height: 25px;
  width: 27px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.slider_nav .prev:hover,
.slider_nav .next:hover {
  width: 40px;
}
.slider_nav .prev:hover .arrow,
.slider_nav .next:hover .arrow {
  width: 40px;
  background: #d92c0a;
}
.slider_nav .prev:hover .arrow:before, .slider_nav .prev:hover .arrow:after,
.slider_nav .next:hover .arrow:before,
.slider_nav .next:hover .arrow:after {
  background: #d92c0a;
}
.slider_nav .prev {
  left: 0;
}
.slider_nav .prev .arrow:before {
  top: 17px;
  transform: rotate(45deg);
}
.slider_nav .prev .arrow:after {
  top: 7px;
  transform: rotate(-45deg);
}
.slider_nav .prev:hover {
  left: -20px;
}
.slider_nav .next {
  right: 0;
}
.slider_nav .next .arrow:before {
  transform: rotate(-45deg);
  right: -1px;
  left: auto;
  bottom: 6px;
}
.slider_nav .next .arrow:after {
  transform: rotate(45deg);
  right: -1px;
  left: auto;
  top: 6px;
}
.slider_nav .next:hover {
  right: -20px;
}

.doc_feedback_slider {
  max-width: 770px;
  margin: 0 auto 0;
  text-align: center;
}
.doc_feedback_slider .item .author_img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin: 0 auto 43px;
}
.doc_feedback_slider .item p {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  margin-bottom: 38px;
  font-weight: 300;
}
.doc_feedback_slider .item h5 {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
.doc_feedback_slider .item h6 {
  font-size: 16px;
  color: #989dad;
  font-weight: 400;
  margin-bottom: 0;
}

/*============ End doc_feedback_area css ==========*/
/*============ Start doc_action_area css ==========*/
.doc_action_area {
  position: relative;
  z-index: 1;
  padding: 93px 0;
}
.doc_action_area .overlay_bg {
  background-image: linear-gradient(180deg, rgba(4, 133, 161, 0.6) 0%, rgba(29, 39, 70, 0.6) 100%);
}
.doc_action_area .action_btn {
  border: 1px solid var(--spe_brand_color);
}
.doc_action_area .action_btn:hover {
  background: transparent;
  border-color: #fff;
  color: #fff;
}

.action_text h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 500;
}
.action_text p {
  font-size: 18px;
  line-height: 28px;
  color: #b4b9c8;
  margin-bottom: 0;
}

/*============ End doc_action_area css ==========*/
/*============= spider_testimonial_area css  ================*/
.doc_testimonial_slider {
  padding-right: 100px;
}
.doc_testimonial_slider .item {
  padding-left: 15px;
  position: relative;
  padding-top: 10px;
}
.doc_testimonial_slider .item:before {
  content: "“";
  font-weight: 400;
  font-size: 150px;
  color: #4c4cf1;
  opacity: 0.1;
  position: absolute;
  left: -5px;
  width: 38px;
  height: 38px;
  line-height: 130px;
  top: 0;
  z-index: 1;
}
.doc_testimonial_slider .item h3 {
  font-size: 34px;
  line-height: 52px;
  font-weight: 400;
  margin-bottom: 20px;
  margin-top: 0;
}
.doc_testimonial_slider .item .name {
  font-size: 14px;
  font-weight: 700;
  color: var(--black_500);
  margin-bottom: 20px;
}

.doc_testimonial_slider {
  padding-right: 100px;
}
.doc_testimonial_slider .item {
  padding-left: 15px;
  position: relative;
  padding-top: 10px;
}
.doc_testimonial_slider .item:before {
  content: "“";
  font-weight: 400;
  font-size: 150px;
  color: #4c4cf1;
  opacity: 0.1;
  position: absolute;
  left: -5px;
  width: 38px;
  height: 38px;
  line-height: 130px;
  top: 0;
  z-index: 1;
}
.doc_testimonial_slider .item h3 {
  font-size: 34px;
  line-height: 52px;
  font-weight: 400;
  margin-bottom: 20px;
  margin-top: 0;
}
.doc_testimonial_slider .item .name {
  font-size: 14px;
  font-weight: 700;
  color: var(--black_500);
  margin-bottom: 20px;
}
.doc_testimonial_slider .item .name h5 {
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 0;
  text-transform: capitalize;
}
.doc_testimonial_slider .item .name span {
  font-weight: 400;
}
.doc_testimonial_slider .item .sign {
  display: inline-block;
}
.doc_testimonial_slider .slick-dots {
  position: relative;
  bottom: 0;
  text-align: left;
  margin-top: 30px;
  padding-left: 15px;
}
.doc_testimonial_slider .slick-dots li {
  width: auto;
  height: auto;
}
.doc_testimonial_slider .slick-dots li button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #dbdbfc;
  transition: all 0.2s;
}
.doc_testimonial_slider .slick-dots li button:before {
  display: none;
}
.doc_testimonial_slider .slick-dots li:nth-child(even) button {
  background: #a5a5f8;
}
.doc_testimonial_slider .slick-dots li.slick-active button {
  background: #4c4cf1;
}
.doc_testimonial_slider .action_text h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 500;
}
.doc_testimonial_slider .action_text p {
  font-size: 18px;
  line-height: 28px;
  color: #b4b9c8;
  margin-bottom: 0;
}

.doc_img_slider .item {
  text-align: center;
  position: relative;
  padding-bottom: 25px;
  z-index: 1;
}
.doc_img_slider .item img {
  display: inline-block;
  border-radius: 20px;
}
.doc_img_slider .item .dot {
  border-radius: 0;
  position: absolute;
  left: 60px;
  bottom: 0;
  z-index: -1;
}
.doc_img_slider .item .round {
  border-radius: 50%;
  position: absolute;
  z-index: -1;
}
.doc_img_slider .item .round.one {
  width: 150px;
  height: 150px;
  right: 60px;
  top: 60px;
  background-image: linear-gradient(50deg, rgb(87, 54, 254) 0%, rgb(253, 64, 110) 100%);
  opacity: 0.1;
}
.doc_img_slider .item .round.two {
  width: 280px;
  height: 280px;
  right: 0;
  top: 50%;
  margin-top: -140px;
  background-image: linear-gradient(50deg, rgb(87, 54, 254) 0%, rgb(253, 64, 110) 100%);
}
.doc_img_slider .item.slick-active .one {
  animation: zoomIn 0.8s linear both 0.4s;
}
.doc_img_slider .item.slick-active .two {
  animation: zoomIn 0.8s linear both 0.5s;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*============= Allfolio Testimonial Area CSS  ================*/
.testimonial_area_nine .navigation .swiper-button-prev,
.testimonial_area_nine .navigation .swiper-button-next {
  width: 50px;
  height: 50px;
  background: rgba(70, 69, 71, 0.3882352941);
  color: #464547;
  border-radius: 50%;
  top: 65%;
  transition: all 0.3s;
  opacity: 0;
}
.testimonial_area_nine .navigation .swiper-button-prev:after,
.testimonial_area_nine .navigation .swiper-button-next:after {
  font-size: 15px;
}
.testimonial_area_nine .navigation .swiper-button-prev:hover,
.testimonial_area_nine .navigation .swiper-button-next:hover {
  background: #e86a42;
  color: #fff;
}
.testimonial_area_nine .navigation .swiper-button-prev {
  left: -130px;
}
.testimonial_area_nine .navigation .swiper-button-next {
  right: -130px;
}
.testimonial_area_nine:hover .swiper-button-prev {
  left: -100px;
  opacity: 1;
}
.testimonial_area_nine:hover .swiper-button-next {
  right: -100px;
  opacity: 1;
}

.testimonial-slider-inner .testimonial-item {
  display: flex;
  border: 2px solid #e86a42;
  padding: 50px 110px 50px 50px;
  border-radius: 8px;
  margin-top: 280px;
  align-items: flex-start;
  margin-bottom: 78px;
  flex-direction: row-reverse;
}
.testimonial-slider-inner .testimonial-item p {
  font-size: 24px;
  font-weight: 500;
  color: #e6e6e6;
  letter-spacing: 0.01em;
  font-family: var(--ibm);
  margin-bottom: 30px;
  line-height: 1.3;
  margin-top: 30px;
}
.testimonial-slider-inner .testimonial-item .quote-img-top {
  margin-top: -150px;
  width: fit-content;
}
.testimonial-slider-inner .testimonial-item .quote-img-bottom {
  position: absolute;
  right: 50px;
  bottom: 0px;
}
.testimonial-slider-inner .testimonial-content {
  flex: 1;
}
.testimonial-slider-inner .author-info .author-name {
  font-size: 18px;
  color: #e8e6e6;
  font-weight: 600;
  letter-spacing: 0.01em;
  font-family: var(--ibm);
  margin-bottom: 0px;
}
.testimonial-slider-inner .author-info .author-position {
  font-size: 18px;
  font-weight: 400;
  color: #ccccce;
  letter-spacing: 0.01em;
}
.testimonial-slider-inner .author-image {
  padding: 14px;
  border-radius: 8px;
  background: #2e2d31;
  margin-left: 40px;
  margin-top: -330px;
}
.testimonial-slider-inner .author-image img {
  border-radius: 8px;
}

/*============ testimonial slider 4 ===========*/
.testimonial-area-4 {
  overflow: hidden;
}
.testimonial-area-4 .section-tag {
  padding-top: 0;
}
.testimonial-area-4 .section-tag .heading {
  padding-left: 0;
  color: #b9b9ba;
}
.testimonial-area-4 .section-tag .p {
  padding-left: 0;
  color: #b9b9ba;
}
.testimonial-area-4 .section-tag .title-text {
  padding-left: 13px;
}
.testimonial-area-4 :is(.swiper-button-next, .swiper-button-prev) {
  --swiper-navigation-size: 15px;
  --swiper-navigation-color: #9d9ca0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.testimonial-area-4 :is(.swiper-button-next, .swiper-button-prev)::before {
  content: "";
  top: 6px;
  position: absolute;
  width: 34px;
  height: 3px;
  background: #9d9ca0;
  border-radius: 20px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.testimonial-area-4 :is(.swiper-button-next, .swiper-button-prev)::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.testimonial-area-4 :is(.swiper-button-next, .swiper-button-prev):hover::before {
  width: 43px;
}
.testimonial-area-4 :is(.swiper-button-next, .swiper-rtl .swiper-button-prev) {
  right: -50px;
}
.testimonial-area-4 :is(.swiper-button-next, .swiper-rtl .swiper-button-prev)::after {
  content: "\f054";
}
.testimonial-area-4 :is(.swiper-button-next, .swiper-rtl .swiper-button-prev)::before {
  left: auto;
  right: 3px;
}
.testimonial-area-4 :is(.swiper-button-next, .swiper-rtl .swiper-button-prev):hover {
  right: -60px;
}
.testimonial-area-4 :is(.swiper-button-prev, .swiper-rtl .swiper-button-next) {
  left: -55px;
}
.testimonial-area-4 :is(.swiper-button-prev, .swiper-rtl .swiper-button-next)::after {
  content: "\f053";
}
.testimonial-area-4 :is(.swiper-button-prev, .swiper-rtl .swiper-button-next)::before {
  left: 3px;
}
.testimonial-area-4 :is(.swiper-button-prev, .swiper-rtl .swiper-button-next):hover {
  left: -65px;
}

:is(.testimonial-slide-4) .testimonial-slider-img img {
  width: 100%;
}

@media screen and (min-width: 1200px) {
  :is(.testimonial-slide-4) .testimonial-slider-img img {
    width: auto;
  }
}
:is(.testimonial-slide-4) .testimonial-content {
  padding-top: 30px;
}

@media screen and (min-width: 768px) {
  :is(.testimonial-slide-4) .testimonial-content {
    padding-top: 0;
  }
}
@media screen and (min-width: 1441px) {
  :is(.testimonial-slide-4) .testimonial-content {
    padding-right: 50px;
    padding-left: 20px;
  }
}
:is(.testimonial-slide-4) .testimonial-content .section-tag .heading {
  padding-left: 0;
}

:is(.testimonial-slide-4) .testimonial-content p {
  font-size: 16px;
  line-height: 2;
  font-style: italic;
  padding-left: 0;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  :is(.testimonial-slide-4) .testimonial-content p {
    font-size: 20px;
    line-height: 35px;
  }
}
:is(.testimonial-slide-4) .testimonial-content hr {
  background: #e6e6e6;
  width: 100%;
  height: 1px;
  margin: 0 0;
  padding: 0;
  border: none;
  border-radius: 0;
  opacity: 1;
  margin-top: 2.8125rem;
}

:is(.testimonial-slide-4) .testimonial-content .testimonial-author-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.625rem;
}

:is(.testimonial-slide-4) .testimonial-content .author h5 {
  margin-bottom: 0;
}

/*============ testimonial slider 6 ===========*/
.feedback_section_one .slick-arrow-one {
  position: absolute;
  right: 0;
  top: -80px;
}

.feedback-slider-one .item {
  margin-left: 15px;
  margin-right: 15px;
}

.feedback-block-one {
  background: #f9ffe1;
  border: 2px solid #000;
  border-radius: 30px;
  padding: 40px 40px 45px;
  transition: all 0.25s linear;
}
.feedback-block-one:hover {
  background: #d2f34c;
}
.feedback-block-one .logo {
  height: 50px;
}
.feedback-block-one .logo img {
  max-height: 100%;
}
.feedback-block-one h3 {
  font-size: 36px;
  line-height: 1.3888em;
  color: #000;
  margin-top: 50px;
  margin-bottom: 50px;
}
.feedback-block-one .name {
  font-size: 16px;
  margin-bottom: 40px;
}
.feedback-block-one .name span {
  font-weight: 500;
}
.feedback-block-one .review {
  border-top: 2px solid #000;
  padding-top: 40px;
}
.feedback-block-one .review .text-md {
  font-size: 20px;
  font-weight: 500;
}
.feedback-block-one .star-rating {
  font-size: 15px;
  font-family: eicons;
  display: inline-block;
}
.feedback-block-one .star-rating i {
  font-style: normal;
  position: relative;
  display: inline-block;
  color: rgba(0, 0, 0, 0.4784313725);
}
.feedback-block-one .star-rating i::before {
  content: "\e934";
  display: block;
  font-size: inherit;
  font-family: inherit;
  position: absolute;
  overflow: hidden;
  color: #000;
  top: 0;
  left: 0;
}
.feedback-block-one .star-rating .elementor-star-empty:before {
  content: none;
}
.feedback-block-one .star-rating .elementor-star-1:before {
  width: 10%;
}
.feedback-block-one .star-rating .elementor-star-2:before {
  width: 20%;
}
.feedback-block-one .star-rating .elementor-star-3:before {
  width: 30%;
}
.feedback-block-one .star-rating .elementor-star-4:before {
  width: 40%;
}
.feedback-block-one .star-rating .elementor-star-5:before {
  width: 50%;
}
.feedback-block-one .star-rating .elementor-star-6:before {
  width: 60%;
}
.feedback-block-one .star-rating .elementor-star-7:before {
  width: 70%;
}
.feedback-block-one .star-rating .elementor-star-8:before {
  width: 80%;
}
.feedback-block-one .star-rating .elementor-star-9:before {
  width: 90%;
}
.feedback-block-one.color-two {
  background: #755146;
  border: none;
}
.feedback-block-one.color-two:hover {
  background: #249f47;
}
.feedback-block-one.color-two .review {
  border-top: 1px solid #fff;
}
.feedback-block-one.color-two .review ul li a {
  color: #fff;
}

/*========= feedback-slider-two css =============*/
.feedback-section-two .slick-dots {
  margin: 40px 0 0 15px;
  position: relative;
  bottom: 0;
  text-align: left;
}
.feedback-section-two .slick-dots li {
  height: auto;
  width: auto;
  margin: 0px;
}
.feedback-section-two .slick-dots li button {
  text-indent: -50000px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0 5px;
  background: #e4e4e4;
  transition: all 0.3s ease-in-out;
  padding: 0px;
}
.feedback-section-two .slick-dots li.slick-active button {
  background: #00bf58;
}

.feedback-slider-two .item {
  margin: 50px 25px;
}

.feedback-block-two {
  box-shadow: 0px 20px 35px rgba(0, 16, 34, 0.03);
  background: #ffffff;
  border-radius: 10px;
  padding: 38px 45px 40px;
  border: 0px;
}
.feedback-block-two:hover {
  background: #fff;
}
.feedback-block-two h3 {
  font-size: 20px;
  line-height: 2em;
  color: #212529;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 45px;
}
.feedback-block-two .review {
  border: 0px;
  padding-top: 0;
}
.feedback-block-two .review .text-md {
  font-size: 28px;
  color: #00bf58;
  line-height: 1;
}
.feedback-block-two .review .star-rating {
  letter-spacing: 7px;
}
.feedback-block-two .review .star-rating i:before {
  color: #ffcc4a;
}
.feedback-block-two .block-footer {
  padding-top: 35px;
  border-top: 1px solid #000;
}
.feedback-block-two .block-footer .author-img {
  width: 50px;
  height: 50px;
}
.feedback-block-two .block-footer .name {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  color: #212529;
  line-height: 1;
}
.feedback-block-two .block-footer span {
  font-size: 16px;
}
.feedback-block-two .block-footer .quote-icon {
  width: 40px;
}

.feedback-section-five .slick-arrow-one {
  position: absolute;
  right: 0;
  top: -80px;
}
.feedback-section-five .slick-arrow-one li {
  color: #fff;
}
.feedback-section-five .slick-arrow-one li:hover {
  background: #00bf58;
  color: #fff;
}
.feedback-section-five .feedback-slider-one {
  margin-left: -35px;
  margin-right: -35px;
}
.feedback-section-five .feedback-slider-one .item {
  margin: 0 35px;
}

.feedback-block-three {
  position: relative;
  padding: 45px 55px 40px;
  background: #fff;
  border-radius: 10px;
  border: 0px;
}
.feedback-block-three .quote-icon {
  position: absolute;
  top: 58px;
  right: 55px;
  width: 41px;
}
.feedback-block-three .review {
  border: 0px;
  padding-top: 0;
}
.feedback-block-three .review .text-md {
  font-size: 28px;
  color: #00bf58;
}
.feedback-block-three .star-rating i {
  letter-spacing: 7px;
}
.feedback-block-three .star-rating i:before {
  color: #ffcc4a;
}
.feedback-block-three h3 {
  font-size: 24px;
  line-height: 2em;
  font-weight: 400;
  color: #212529;
}
.feedback-block-three .name {
  margin-bottom: 0;
  font-size: 20px;
  color: #212529;
  font-weight: 500;
}
.feedback-block-three .name span {
  opacity: 0.5;
  font-weight: 400;
  padding-left: 5px;
}
.feedback-block-three .author-img {
  width: 60px;
  height: 60px;
}
.feedback-block-three:hover {
  background: #fff;
}

/*==== testimonial 8 css ====*/
#feedBack_carousel {
  position: relative;
}
#feedBack_carousel .carousel-inner p {
  font-size: 36px;
  line-height: 1.888em;
  color: #000;
  margin-bottom: 55px;
}
#feedBack_carousel .name {
  font-size: 22px;
  color: #000;
  font-weight: 500;
}
#feedBack_carousel .name:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background: #000;
  left: -45px;
  top: 16px;
}
#feedBack_carousel .name span {
  font-weight: 400;
}
#feedBack_carousel .carousel-indicators {
  position: static;
  width: 100%;
  margin: 60px 0 0;
}
#feedBack_carousel .carousel-indicators button {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 3px solid transparent;
  opacity: 1;
  margin: 0 10px;
  transition: all 0.2s linear;
  text-indent: 0;
}
#feedBack_carousel .carousel-indicators button.active {
  border-color: #29503d;
}
#feedBack_carousel .carousel-btn {
  top: 65px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.15);
  opacity: 1;
  line-height: 48px;
  text-align: center;
  font-size: 30px;
  color: #000;
  transition: all 0.3s linear;
}
#feedBack_carousel .carousel-btn:hover {
  border-color: #29503d;
  background: #29503d;
  color: #fff;
}

.feedback-section-four .bg-wrapper {
  background: #1ea243;
  padding: 125px 150px 165px 110px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .feedback-section-four .bg-wrapper {
    padding: 80px 100px 130px 70px;
  }
}
@media (max-width: 1200px) {
  .feedback-section-four .bg-wrapper {
    padding: 40px 40px 80px 40px;
  }
}
.feedback-section-four .bg-wrapper .icon {
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.16);
}
.feedback-section-four .bg-wrapper p {
  font-size: 40px;
  line-height: 1.7em;
  color: #fff;
  margin: 50px 0 95px;
}
.feedback-section-four .bg-wrapper .name {
  font-size: 20px;
}
.feedback-section-four .bg-wrapper .slider-arrows {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: 0;
}
.feedback-section-four .bg-wrapper .slider-arrows li {
  width: 60px;
  height: 60px;
  font-size: 22px;
  text-align: center;
  line-height: 60px;
  color: #fff;
  cursor: pointer;
  transition: all 0.2s linear;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.13);
}
.feedback-section-four .bg-wrapper .slider-arrows li:hover {
  background: #fff;
  color: #000;
}

.feedback-section-four .slider-wrapper {
  position: absolute;
  width: 70vw;
  right: -32vw;
  bottom: 9%;
}
@media (min-width: 1921px) {
  .feedback-section-four .slider-wrapper {
    right: -28vw;
    width: 55vw;
  }
}
@media (max-width: 1400px) {
  .feedback-section-four .slider-wrapper {
    right: -12vw;
  }
}
@media (max-width: 1024px) {
  .feedback-section-four .slider-wrapper {
    width: 100%;
    position: static;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 40px;
  }
}
.feedback-section-four .slider-wrapper .item {
  margin: 0 15px;
}
.feedback-section-four .slider-wrapper .slick-dots {
  position: absolute;
  margin: 0;
  padding: 0;
  bottom: -14%;
  left: 20%;
  width: auto;
}
@media (max-width: 1024px) {
  .feedback-section-four .slider-wrapper .slick-dots {
    position: relative;
    margin-top: 15px;
    left: 0;
    bottom: 0;
  }
}
.feedback-section-four .slider-wrapper .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 auto;
}
.feedback-section-four .slider-wrapper .slick-dots li button {
  text-indent: -50000px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0 5px;
  background: #e4e4e4;
  transition: all 0.3s ease-in-out;
  padding: 0px;
}
.feedback-section-four .slider-wrapper .slick-dots li.slick-active button {
  background: #00bf58;
}
@media (max-width: 1024px) {
  .feedback-section-four .col-lg-6 {
    width: 100%;
    max-width: 100%;
  }
}

.testimonial-area {
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
  color: #fff;
}
.testimonial-area .bg-shape .shape {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.testimonial-area span {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #b9b9ba;
}
.testimonial-area .review-text {
  font-size: 36px;
  font-style: italic;
  font-weight: 400;
  line-height: 54px;
  letter-spacing: 1px;
  margin-bottom: 55px;
  margin-top: 50px;
}
.testimonial-area .author-img {
  border-radius: 10px;
  max-width: 100%;
  margin-left: auto;
}
.testimonial-area .author-info h5 {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #fff;
  margin-bottom: 2px;
}
.testimonial-area .author-info p {
  margin-bottom: 0;
  color: #b9b9ba;
}
.testimonial-area .custom_slider_nav {
  position: absolute;
  bottom: 0;
  left: 40%;
  transform: translateX(-50%, 0);
}
.testimonial-area .custom_slider_nav .slide_info {
  display: flex;
  flex-direction: row;
}
.testimonial-area .custom_slider_nav .total_slide {
  color: rgba(255, 255, 255, 0.7);
}

.testimonial-slider .arrow {
  width: 45px;
  height: 2px;
  background: #989dad;
  transition: all 0.3s ease-in-out;
  display: block;
  margin-top: 12px;
  position: relative;
}
.testimonial-slider .arrow::before, .testimonial-slider .arrow::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  left: -2px;
  background-color: #bdb4b4;
  transition: all 0.3s ease-in-out;
}
.testimonial-slider .arrow::before {
  transform: rotate(45deg);
  right: -1px;
  left: auto;
  bottom: 6px;
}
.testimonial-slider .arrow::after {
  transform: rotate(-45deg);
  right: -1px;
  left: auto;
  top: 6px;
}
.testimonial-slider .next {
  height: 25px;
  width: 27px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  right: -50px;
  cursor: pointer;
}
.testimonial-slider .next:hover {
  right: -50px;
}
.testimonial-slider .next:hover .arrow {
  width: 70px;
}

/*----------------- Video Playlist Widget CSS ------------------*/
.video2_wrapper {
  display: flex;
}

.ycp .belah .luhur {
  height: 74px;
}
.ycp .belah .luhur span.about {
  display: none;
}
.ycp .belah .luhur span.tombol {
  font-size: 14px;
}
.ycp .belah .luhur span.tombol.vid-next {
  float: right;
  margin-right: 0;
}

.video_list_area.bg_gradient {
  background: linear-gradient(180deg, #ffffff 0%, #f0f3f7 100%);
}
.video_list_area.bg_gradient .accordion .card {
  box-shadow: 0 0.3px 0.9px rgba(29, 56, 70, 0.1), 0 1.6px 3.6px rgba(29, 56, 70, 0.13);
}
.video_list_area .art-video-player .art-bottom {
  overflow: visible;
}
.video_list_area .art-video-player .art-bottom .art-progress .art-control-progress .art-control-progress-inner .art-progress-highlight span {
  background: transparent !important;
}
.video_list_area .art-video-player .art-state {
  width: 80px;
  height: 80px;
}
.video_list_area .art-video-player .art-state ion-icon {
  font-size: 28px;
}
.video_list_area .art-video-player .art-mask-show.add_icon .art-danmuku:before {
  content: "";
  background: rgba(54, 56, 149, 0.5);
  border-radius: 5px 5px 0 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 11;
}
.video_list_area.theatermode {
  overflow: hidden;
}
.video_list_area.theatermode .row > * {
  flex: 0 0 100%;
  max-width: 100%;
  transition: all 0.3s linear 0s;
}
.video_list_area.theatermode .video_list {
  width: 100%;
  margin-top: 100px;
}
.video_list_area.theatermode .video_list .video_list_inner .card .card-body .nav li {
  width: 100%;
  display: block;
}

.art-auto-size {
  height: 530px !important;
  align-items: flex-start !important;
}

.art-video-player.art-subtitle-show.art-layer-show.art-control-show.art-mask-show.art-fullscreen:hover .art-bottom {
  bottom: 0 !important;
}

.art-video-player.art-fullscreen-web {
  height: 100% !important;
  position: relative !important;
  z-index: 10 !important;
}

.art-video-player {
  width: 100% !important;
}

.mCSB_scrollTools {
  width: 8px;
  background: #fff;
  border-radius: 4px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
  background: #b8c3cc;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background: #fff;
}

.video_list h3 {
  font-size: 24px;
  color: #1d2746;
  margin: 0;
}
.video_list .mCustomScrollBox {
  padding-right: 20px;
}
.video_list .mCSB_scrollTools {
  width: 8px;
  background: #fff;
  border-radius: 4px;
}
.video_list .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
  background: #b8c3cc;
}
.video_list .mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background: #fff;
}
.video_list .video_list_inner {
  max-height: 472px;
  padding-right: 0;
  margin-top: 32px;
}
.video_list .video_list_inner .card {
  border: none;
  border-radius: 5px !important;
  background-color: #fff;
  margin-bottom: 10px;
}
.video_list .video_list_inner .card:last-child {
  margin-bottom: 0;
}
.video_list .video_list_inner .card .card-header {
  border: none;
  background: transparent;
  padding: 0;
}
.video_list .video_list_inner .card .card-header .title {
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
.video_list .video_list_inner .card .card-header button {
  padding: 16px 30px 5px 30px;
  font-size: 18px;
  color: #242729;
  font-weight: 500;
  text-decoration: none;
  margin-bottom: 0;
  border: none;
  outline: none;
  text-transform: inherit;
  display: flex;
  align-items: center;
  background: #ffffff;
}
.video_list .video_list_inner .card .card-header button .count {
  color: #7f8493;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  margin-left: 11px;
  background: transparent;
  height: 22px;
  display: flex;
  line-height: 1.2;
  padding: 3px 7px 5px 7px;
  transition: all 0.3s;
  min-width: 20px;
  border-radius: 2em;
}
.video_list .video_list_inner .card .card-header button.collapsed #minus {
  display: none;
}
.video_list .video_list_inner .card .card-header button .plus-minus {
  margin-left: auto;
  right: 20px;
  position: absolute;
}
.video_list .video_list_inner .card .card-header button .plus-minus svg {
  line-height: 26px;
  color: #425466;
}
.video_list .video_list_inner .card .card-header button .plus-minus#plus {
  display: inline-block;
}

.video_list .video_list_inner .card .card-body {
  padding: 8px 35px 25px 35px;
}
.video_list .video_list_inner .card .card-body .nav {
  border: none;
}
.video_list .video_list_inner .card .card-body .nav li {
  margin-bottom: 20px;
}
.video_list .video_list_inner .card .card-body .nav li a {
  padding: 0;
  border: none;
  text-decoration: none;
}
.video_list .video_list_inner .card .card-body .nav li a .media .d-flex {
  padding-right: 20px;
}
.video_list .video_list_inner .card .card-body .nav li a .media .d-flex .video_tab_img {
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.video_list .video_list_inner .card .card-body .nav li a .media .d-flex .video_tab_img img {
  height: 100%;
}
.video_list .video_list_inner .card .card-body .nav li a .media .d-flex .video_tab_img:before {
  content: "";
  background: rgba(29, 39, 70, 0.55);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 300ms linear 0s;
}
.video_list .video_list_inner .card .card-body .nav li a .media .d-flex .video_tab_img:after {
  content: "\f215";
  font: normal normal normal 20px/1 ionicons;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  position: absolute;
  color: #fff;
  opacity: 0;
  transition: all 300ms linear 0s;
}
.video_list .video_list_inner .card .card-body .nav li a .media .media-body h4 {
  color: #1d2746;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 3px;
  transition: all 300ms linear 0s;
}
.video_list .video_list_inner .card .card-body .nav li a .media .media-body .list div {
  display: inline-block;
  color: #7f8493;
  font-weight: 400;
  font-size: 12px;
  margin-right: 20px;
}
.video_list .video_list_inner .card .card-body .nav li a .media .media-body .list div:last-child {
  margin-right: 0;
}
.video_list .video_list_inner .card .card-body .nav li a .media .media-body .list .dot {
  position: relative;
}
.video_list .video_list_inner .card .card-body .nav li a .media .media-body .list .dot::before {
  content: "";
  width: 3px;
  height: 3px;
  background: #7f8493;
  border-radius: 50%;
  position: absolute;
  left: -12px;
  top: 62%;
  transform: translateY(-62%);
}
.video_list .video_list_inner .card .card-body .nav li a:hover .media.d-flex .video_tab_img:before, .video_list .video_list_inner .card .card-body .nav li a:hover .media.d-flex .video_tab_img:after, .video_list .video_list_inner .card .card-body .nav li a.active .media.d-flex .video_tab_img:before, .video_list .video_list_inner .card .card-body .nav li a.active .media.d-flex .video_tab_img:after {
  opacity: 1;
}
.video_list .video_list_inner .card .card-body .nav li a:hover .media.d-flex .media-body h4, .video_list .video_list_inner .card .card-body .nav li a.active .media.d-flex .media-body h4 {
  color: #4c4cf1;
}
.video_list .video_list_inner .card .card-body .nav li:hover .media.d-flex .media-body h4 {
  text-decoration-color: #4c4cf1;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.video_list .video_list_inner .card .card-body .nav li:last-child {
  margin-bottom: 0;
}

.art-video-player.art-layer-show .art-layers {
  display: none !important;
}

.art-control.art-control-control13.art-control-onlyText {
  display: none;
}

/* End Video Area css
============================================================================================ */
/* Video Slider Area css
============================================================================================ */
.gallery-thumbs {
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}
.gallery-thumbs .item {
  padding-left: 10px;
  padding-right: 10px;
}
.gallery-thumbs .item img {
  max-width: 100%;
}
.gallery-thumbs .item .caption_text {
  padding-left: 15px;
  padding-right: 15px;
}
.gallery-thumbs .item .caption_text svg {
  width: 23px;
  height: 23px;
}
.gallery-thumbs .item .caption_text h4 {
  font-size: 12px;
  margin-top: 8px;
}

.next svg,
.prev svg {
  width: 10px;
}

.prev {
  left: 8px;
}

.next {
  right: 8px;
}

.video_slider_area .gallery_inner_thumb {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.video_slider_area .gallery_inner_thumb:before {
  content: "";
  height: 145px;
  width: 100%;
  background: linear-gradient(180deg, rgba(44, 44, 81, 0) 0%, rgba(44, 44, 81, 0.9) 73.67%);
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 5px;
  top: 7px;
}
.video_slider_area .gallery-top .art-video-player.art-auto-size {
  height: 410px !important;
}
.video_slider_area .gallery-top .art-video-player.art-auto-size:hover .art-bottom {
  transform: translateY(0);
}
.video_slider_area .gallery-top .art-video-player {
  border-radius: 10px;
  overflow: hidden;
}
.video_slider_area .gallery-top .art-video-player .art-bottom {
  bottom: 0;
  background: rgba(235, 245, 250, 0.1);
  border-radius: 0 0 5px 5px;
  transform: translateY(48px);
  overflow: visible !important;
}
.video_slider_area .gallery-top .art-video-player .art-bottom .art-controls .art-control {
  color: #fff;
}
.video_slider_area .gallery-top .art-video-player .art-bottom .art-controls .art-control.art-control-subtitle[aria-label="Hide subtitle"] svg {
  fill: rgba(235, 245, 250, 0.5);
}
.video_slider_area .gallery-top .art-video-player .art-bottom .art-controls .art-control.art-control-subtitle[aria-label="Show subtitle"] svg {
  fill: #fff;
}
.video_slider_area .gallery-top .art-video-player .art-bottom .art-controls .art-control.art-control-setting[aria-label="Hide subtitle"] svg {
  fill: #fff;
}
.video_slider_area .gallery-top .art-video-player .art-bottom .art-controls .art-control.art-control-setting[aria-label="Show subtitle"] svg {
  fill: rgba(235, 245, 250, 0.5);
}
.video_slider_area .gallery-top .art-video-player .art-bottom .art-controls .art-control.art-control-control13.art-control-onlyText {
  display: none;
}
.video_slider_area .gallery-top .art-video-player .art-bottom .art-controls .art-control .art-icon svg {
  fill: rgba(235, 245, 250, 0.5);
}
.video_slider_area .gallery-top .art-video-player .art-bottom .art-controls .art-control .art-icon svg:hover {
  fill: #fff !important;
}
.video_slider_area .gallery-top .art-video-player .art-bottom .art-controls .art-control-volume .art-volume-panel .art-volume-slider-handle {
  background: #fff;
}
.video_slider_area .gallery-top .art-video-player .art-bottom .art-controls .art-control-volume .art-volume-panel .art-volume-slider-handle:after {
  background: rgba(235, 245, 250, 0.5);
}
.video_slider_area .gallery-top .art-video-player .art-bottom .art-controls .art-control-volume .art-volume-panel .art-volume-slider-handle:before, .video_slider_area .gallery-top .art-video-player .art-bottom .art-controls .art-control-volume .art-volume-panel .art-volume-slider-handle:after {
  background: #fff;
}
.video_slider_area .gallery-top .art-video-player .art-bottom .art-progress {
  background: rgba(235, 245, 250, 0.1);
}
.video_slider_area .gallery-top .art-video-player .art-bottom .art-progress .art-control-progress {
  height: 2px;
  transition: all 300ms linear 0s;
}
.video_slider_area .gallery-top .art-video-player .art-bottom .art-progress .art-control-progress:hover {
  height: 4px;
  margin-top: -2px;
}
.video_slider_area.theatermode .gallery-top .artplayer-app, .video_slider_area.theatermode .gallery-top .art-video-player {
  height: 717px !important;
}
.video_slider_area.theatermode .gallery-top .slide_text {
  margin-top: 30px;
  padding-left: 0;
  padding-bottom: 4px;
}
.video_slider_area.theatermode .gallery-top .slide_text p {
  max-width: 100%;
}

.slide_text {
  padding-left: 8px;
  transition: all 300ms linear 0s;
}
.slide_text h4 {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 25px;
}
.slide_text p {
  font-size: 16px;
  color: #54595d;
  max-width: 420px;
  margin-bottom: 12px;
  transition: all 300ms linear 0s;
}
.slide_text .video_user a {
  color: #425466;
  font-size: 14px;
  margin-right: 15px;
  display: inline-block;
}
.slide_text .video_user img {
  width: auto;
  max-width: 100%;
  display: inline-block;
  position: relative;
  top: -1px;
}
.slide_text .video_user ion-icon {
  position: relative;
  top: 2px;
}

.gallery_main_area {
  position: relative;
}
.gallery_main_area .prev,
.gallery_main_area .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  height: 36px;
  width: 36px;
  border-radius: 50%;
  border: 1px solid #dfe1e5;
  z-index: 0;
  color: #848d95;
  background-color: #fff;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.gallery_main_area .prev:hover svg path,
.gallery_main_area .next:hover svg path {
  fill: #4c4cf1;
}
.gallery_main_area .prev.slick-disabled,
.gallery_main_area .next.slick-disabled {
  display: none !important;
}
.gallery_main_area .prev.prev,
.gallery_main_area .next.prev {
  left: -20px;
}
.gallery_main_area .prev.next,
.gallery_main_area .next.next {
  right: -20px;
}
.gallery_main_area .prev:hover,
.gallery_main_area .next:hover {
  color: #3c4146;
}
.gallery_main_area .gallery-thumbs .slick-track {
  margin: 0 -15px;
}

.gallery_main_area {
  position: relative;
}
.gallery_main_area .prev,
.gallery_main_area .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  height: 36px;
  width: 36px;
  border-radius: 50%;
  border: 1px solid #dfe1e5;
  z-index: 0;
  color: #848d95;
  background-color: #fff;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.gallery_main_area .prev:hover svg path,
.gallery_main_area .next:hover svg path {
  fill: #4c4cf1;
}
.gallery_main_area .prev.slick-disabled,
.gallery_main_area .next.slick-disabled {
  display: none !important;
}
.gallery_main_area .prev.prev,
.gallery_main_area .next.prev {
  left: -20px;
}
.gallery_main_area .prev.next,
.gallery_main_area .next.next {
  right: -20px;
}
.gallery_main_area .prev:hover, .gallery_main_area .prev.slick-current,
.gallery_main_area .next:hover,
.gallery_main_area .next.slick-current {
  color: #3c4146;
}
.gallery_main_area .gallery-thumbs {
  margin-top: 45px;
}
.gallery_main_area .gallery-thumbs .slick-track {
  margin: 0 -15px;
}
.gallery_main_area .gallery-thumbs .item {
  padding: 0 15px;
  position: relative;
  cursor: pointer;
}
.gallery_main_area .gallery-thumbs .item > img {
  width: 100%;
}
.gallery_main_area .gallery-thumbs .item .caption_text .play-icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
  left: 50%;
  display: none;
}
.gallery_main_area .gallery-thumbs .item .caption_text .play-icon ion-icon {
  font-size: 18px;
}
.gallery_main_area .gallery-thumbs .item .caption_text img {
  margin: auto !important;
}
.gallery_main_area .gallery-thumbs .item .caption_text h4 {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  text-align: center;
  position: absolute;
  bottom: 15px;
  transform: translateX(-50%);
  left: 50%;
  width: 95%;
}
.gallery_main_area .gallery-thumbs .item .caption_text svg {
  opacity: 0;
}
.gallery_main_area .gallery-thumbs .item:hover .caption_text svg {
  opacity: 1;
}
.gallery_main_area .gallery-thumbs .item.slick-current .caption_text svg {
  opacity: 1;
}
.gallery_main_area .gallery-thumbs .item.slick-current .caption_text .play-icon {
  display: flex;
}
.gallery_main_area .gallery-thumbs .slick-prev,
.gallery_main_area .gallery-thumbs .slick-next {
  z-index: 5;
}
.gallery_main_area .gallery-thumbs .slick-prev::before,
.gallery_main_area .gallery-thumbs .slick-next::before {
  content: "";
  font-size: 60px;
  color: #425466;
  opacity: 1;
  background-image: url(../img/svg/arrow_left.svg);
}
.gallery_main_area .gallery-thumbs .slick-prev {
  left: 0;
}
.gallery_main_area .gallery-thumbs .slick-next {
  right: 0;
}

.social_option {
  margin-top: 32px;
}

.social_option .count_div.active i {
  color: #4c4cf1;
}

.social_option .count_div {
  display: inline-block;
  line-height: 40px;
  font-size: 14px;
  margin-right: 15px;
  color: #425466;
}

.social_option .count_div a,
.social_option .count_div ion-icon {
  color: #425466;
  margin-right: 2px;
}

.social_option .share_gropu {
  position: relative;
  display: inline-block;
  width: 160px;
  transition: all 300ms linear 0s;
}

.social_option .share_gropu .nav {
  position: absolute;
  left: 0;
  top: 0;
  transition: all 300ms linear 0s;
  transform: perspective(1px) translateZ(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transform: scaleX(0);
}

.social_option .share_gropu.active {
  width: 150px;
}

.social_option .share_gropu.active .nav {
  transform: scaleX(1);
}

.social_option .nav {
  background: rgba(76, 76, 241, 0.2);
  border-radius: 20px;
  box-shadow: 0 0.3px 0.9px rgba(29, 56, 70, 0.1), 0 1.6px 3.6px rgba(29, 56, 70, 0.13);
  padding-right: 12px;
}

.social_option .nav li {
  display: inline-block;
  margin-right: 10px;
}

.social_option .nav li ion-icon {
  color: #3c4146;
}

.social_option .nav li:first-child a {
  background: #fafcfc;
  box-shadow: 0 0 3.6px rgba(29, 56, 70, 0.1);
  border-radius: 20px;
  height: 42px;
  width: 42px;
  text-align: center;
}

.social_option .nav li a {
  color: #373b46;
  display: inline-block;
  line-height: 42px;
}

.social_option .nav li a ion-icon {
  position: relative;
  top: 2px;
}

.social_option .nav li:hover a {
  color: #4c4cf1;
}

.status_area {
  margin-top: 125px;
}
.status_area .status_inner {
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(12, 0, 46, 0.1);
  border-radius: 5px;
  padding: 25px 50px;
}
.status_area .status_inner .media {
  align-self: center;
  align-items: center;
}
.status_area .status_inner .media .d-flex {
  margin-right: 86px;
}
.status_area .status_inner .media .media-body {
  align-self: center;
}
.status_area .status_inner .media .media-body h4 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 0;
}
.status_area .status_inner .media .media-right .main_btn {
  background: #4c4cf1;
  color: #fff;
  line-height: 60px;
  padding: 0 37px;
  font-size: 20px;
  font-weight: 700;
}
.status_area .status_inner .media .media-right .main_btn:hover {
  color: #fff;
  background: #4c4cf1;
}

.art-state,
.play-icon {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.art-state ion-icon,
.play-icon ion-icon {
  text-shadow: 0 6px 12px rgba(76, 76, 241, 0.5);
  color: #4c4cf1;
}

.video_popup_slider {
  padding: 120px 0;
  background: #ffffff;
}
.video_popup_slider .container {
  position: relative;
}
.video_popup_slider .prev1,
.video_popup_slider .next1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 50px;
  width: 50px;
  background: #54595d;
  opacity: 0.5;
  border-radius: 50%;
  transition: all 300ms linear 0s;
  cursor: pointer;
  text-align: center;
}
.video_popup_slider .prev1 ion-icon,
.video_popup_slider .next1 ion-icon {
  color: #fff;
  font-size: 30px;
  position: relative;
  top: 10px;
}
.video_popup_slider .prev1:hover,
.video_popup_slider .next1:hover {
  opacity: 1;
}
.video_popup_slider .prev1.slick-disabled,
.video_popup_slider .next1.slick-disabled {
  opacity: 0;
  visibility: hidden;
}
.video_popup_slider .prev1 {
  left: 25px;
}
.video_popup_slider .next1 {
  right: 25px;
}
.video_popup_slider .popup_slick {
  margin-left: -15px;
  margin-right: -15px;
}
.video_popup_slider .popup_slick .item {
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
}
.video_popup_slider .popup_slick .item img {
  max-width: 100%;
}
.video_popup_slider .popup_slick .item:hover .item_modal_box .text svg {
  opacity: 1;
  transform: scale(1);
}
.video_popup_slider .popup_slick .item .item_modal_box {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  height: 320px;
}
.video_popup_slider .popup_slick .item .item_modal_box video::-moz-range-track {
  display: none !important;
}
.video_popup_slider .popup_slick .item .item_modal_box video::-moz-range-thumb {
  display: none !important;
}
.video_popup_slider .popup_slick .item .item_modal_box:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 145px;
  background: linear-gradient(180deg, rgba(29, 56, 70, 0) 0%, rgba(29, 56, 70, 0.8) 100%);
}
.video_popup_slider .popup_slick .item .item_modal_box video {
  height: 320px;
  width: 100%;
  z-index: 3;
}
.video_popup_slider .popup_slick .item .item_modal_box .text {
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
  padding: 0 15px;
}
.video_popup_slider .popup_slick .item .item_modal_box .text svg,
.video_popup_slider .popup_slick .item .item_modal_box .text img {
  position: absolute;
  left: 50%;
  top: 39%;
  margin-left: -20px;
  margin-top: -20px;
  opacity: 0;
  transform: scale(0.8);
  transition: all 300ms linear 0s;
}
.video_popup_slider .popup_slick .item .item_modal_box .text h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 17px;
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
  padding: 0 15px;
  left: 0;
}
.video_popup_slider .popup_slick .item .item_modal_box .text img:hover {
  transform: scale(1);
  opacity: 1;
}

.modal_slider_css .modal-dialog {
  max-width: 100%;
  margin: 0;
}
.modal_slider_css .modal-dialog .modal-content {
  background: #4b5155;
  min-height: 100vh;
}
.modal_slider_css .modal-dialog .modal-content .modal-header {
  border: none;
  padding: 0;
  padding-top: 25px;
  width: 100%;
  height: 76px;
  position: relative;
}
.modal_slider_css .modal-dialog .modal-content .modal-header .button_social {
  position: absolute;
  right: 0;
}
.modal_slider_css .modal-dialog .modal-content .modal-header .close {
  height: 50px;
  width: 50px;
  background: #41484d;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
  color: #fff;
  opacity: 1;
  margin: 0;
  margin-right: 25px;
  float: none;
  display: inline-block;
  transition: all 300ms linear 0s;
}
.modal_slider_css .modal-dialog .modal-content .modal-header .close ion-icon {
  position: relative;
  left: -1px;
  top: -1px;
}
.modal_slider_css .modal-dialog .modal-content .modal-header .close:hover {
  background: #4c4cf1;
}
.modal_slider_css .modal-dialog .modal-content .modal-header .share_icon {
  height: 50px;
  width: 50px;
  background: #41484d;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
  display: inline-block;
  color: #fff;
  opacity: 1;
  margin: 0;
  margin-right: 27px;
  padding: 1rem 1rem;
  cursor: pointer;
  transition: all 300ms linear 0s;
}
.modal_slider_css .modal-dialog .modal-content .modal-header .share_icon ion-icon {
  position: relative;
  left: -1px;
  top: -1px;
}
.modal_slider_css .modal-dialog .modal-content .modal-header .share_icon:hover {
  background: #4c4cf1;
}
.modal_slider_css .modal-dialog .modal-content .modal-header .modal_social {
  position: absolute;
  right: 106px;
  top: 0;
  background: #393d40;
  width: 171px;
  border-radius: 25px;
  justify-content: flex-end;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  transform-origin: 100% 50%;
  transition-property: transform;
  transform: scaleX(0);
  transition: all 300ms linear 0s;
}
.modal_slider_css .modal-dialog .modal-content .modal-header .modal_social li a {
  display: inline-block;
  margin-right: 15px;
  color: rgba(255, 255, 255, 0.5);
  transition: all 300ms linear 0s;
  line-height: 50px;
  font-size: 18px;
}
.modal_slider_css .modal-dialog .modal-content .modal-header .modal_social li a i {
  position: relative;
  top: 2px;
}
.modal_slider_css .modal-dialog .modal-content .modal-header .modal_social li a:hover {
  color: #fff;
}
.modal_slider_css .modal-dialog .modal-content .modal-header .modal_social li:last-child a {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  text-align: center;
  background: #41484d;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.2);
  font-size: 22px;
  line-height: 56px;
  margin-right: 0;
}
.modal_slider_css .modal-dialog .modal-content .modal-header .modal_social.active {
  transform: scaleX(1);
}
.modal_slider_css .modal-dialog .modal-content .modal-body {
  padding-left: 0;
  padding-right: 0;
}
.modal_slider_css .modal-dialog .modal-content .modal-body #modal_slider {
  padding-left: 0;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .posting {
  position: relative;
  max-width: 1350px;
  margin: auto;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .posting .video_item {
  transform: scale(0.8);
  margin: 0 20px;
  transition: all 300ms linear 0s;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .posting .video_item h4 {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  opacity: 0;
  visibility: hidden;
  z-index: 3;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .posting .video_item .video-js {
  max-width: 100%;
  height: 669px;
  border-radius: 5px;
  overflow: hidden;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .posting .video_item .video-js .vjs-poster {
  background-size: cover;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .posting .video_item .video-js .vjs-progress-control.vjs-control {
  margin: 0;
  margin-right: -40px;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .posting .video_item .video-js .vjs-time-tooltip {
  display: none;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .posting .video_item .video-js .vjs-progress-control .vjs-play-progress {
  background-color: #fff;
  height: 5px;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .posting .video_item .video-js .vjs-progress-control .vjs-play-progress:before {
  display: none;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .posting .video_item .video-js .vjs-progress-control .vjs-load-progress {
  background-color: #9da2a6;
  height: 5px;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .posting .video_item .video-js .vjs-progress-control .vjs-slider:before {
  height: 5px;
  background: #9da2a6;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .posting .video_item .video-js .vjs-big-play-button {
  background: url(../img/play-button.png) no-repeat;
  border: none;
  display: none;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .posting .video_item .video-js .vjs-control-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  height: 5px;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .posting .video_item .video-js .vjs-control-bar .vjs-button {
  display: none;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .posting .video_item .video-js .vjs-control-bar .vjs-current-time {
  display: none;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .posting .video_item .video-js .vjs-control-bar .vjs-duration {
  display: none;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .posting .video_item video {
  border-radius: 5px;
  overflow: hidden;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .posting .video_item img {
  max-width: 100%;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .posting li .video_item {
  position: relative;
  filter: blur(5px);
  transition: all 300ms linear 0s;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .posting li .video_item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(107, 112, 127, 0.5);
  opacity: 0;
  transition: all 300ms linear 0s;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .posting li .video_item:hover {
  filter: blur(0);
}
.modal_slider_css .modal-dialog .modal-content .modal-body .posting li .video_item:hover:before {
  opacity: 1;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .posting li.slick-current .video_item {
  transform: scale(1);
  filter: blur(0);
  border-radius: 0 0 5px 5px;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .posting li.slick-current .video_item:before {
  display: none;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .posting li.slick-current .video_item:after {
  content: "";
  background: linear-gradient(180deg, rgba(29, 56, 70, 0) 0%, rgba(29, 56, 70, 0.8) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  height: 285px;
  width: 100%;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .posting li.slick-current .video_item h4 {
  visibility: visible;
  opacity: 1;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .posting li.slick-current .video_item .vjs-big-play-button {
  display: block;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .posting li.slick-current .video_item .vjs-playing .vjs-big-play-button {
  display: none;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .posting li.slick-current .video_item .vjs-has-started .vjs-big-play-button {
  display: none;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .posting li.slick-current .video_item .vjs-ended .vjs-big-play-button {
  display: block;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .posting li.slick-current .video_item .vjs-paused .vjs-big-play-button {
  display: block;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .posting li.slick-current + .slick-active .video_item {
  filter: blur(5px);
  transition: all 300ms linear 0s;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .posting li.slick-current + .slick-active .video_item:hover {
  filter: blur(0);
}
.modal_slider_css .modal-dialog .modal-content .modal-body .posting li.slick-current + .slick-active .video_item:hover:before {
  opacity: 1;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .quesiton_slider {
  position: relative;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .prev_modal {
  position: absolute;
  top: 50%;
  height: 50px;
  width: 50px;
  background: rgba(166, 174, 179, 0.5);
  border-radius: 50%;
  transition: all 300ms linear 0s;
  color: #c0c3cc;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
  transform: translateY(-50%);
  z-index: 5;
  left: 60px;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .prev_modal:hover {
  background: #4c4cf1;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .prev_modal ion-icon {
  font-size: 20px;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .next_modal {
  position: absolute;
  top: 50%;
  height: 50px;
  width: 50px;
  background: rgba(166, 174, 179, 0.5);
  border-radius: 50%;
  transition: all 300ms linear 0s;
  color: #c0c3cc;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
  transform: translateY(-50%);
  z-index: 5;
  right: 60px;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .next_modal:hover {
  background: #4c4cf1;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .next_modal ion-icon {
  font-size: 20px;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .prev_modal.slick-disabled {
  opacity: 0;
  visibility: hidden;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .next_modal.slick-disabled {
  opacity: 0;
  visibility: hidden;
}
.modal_slider_css .modal-dialog .modal-content .modal-body h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  margin-left: 50px;
  margin-bottom: 18px;
  margin-top: 50px;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .main_div_carousel {
  position: relative;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .main_div_carousel .prev_car {
  position: absolute;
  top: 50%;
  height: 50px;
  width: 50px;
  background: rgba(34, 37, 38, 0.9);
  border-radius: 50%;
  transition: all 300ms linear 0s;
  color: #c0c3cc;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
  transform: translateY(-50%);
  opacity: 0;
  left: 60px;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .main_div_carousel .prev_car ion-icon {
  font-size: 20px;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .main_div_carousel .prev_car:hover {
  background: #000;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .main_div_carousel .next_car {
  position: absolute;
  top: 50%;
  height: 50px;
  width: 50px;
  background: rgba(34, 37, 38, 0.9);
  border-radius: 50%;
  transition: all 300ms linear 0s;
  color: #c0c3cc;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
  transform: translateY(-50%);
  opacity: 0;
  right: 60px;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .main_div_carousel .next_car ion-icon {
  font-size: 20px;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .main_div_carousel .next_car:hover {
  background: #000;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .main_div_carousel .prev_car.slick-disabled {
  opacity: 0;
  visibility: hidden;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .main_div_carousel .next_car.slick-disabled {
  opacity: 0;
  visibility: hidden;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .main_div_carousel:hover .prev_car {
  opacity: 1;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .main_div_carousel:hover .next_car {
  opacity: 1;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .main_div_carousel .slick-current .text_item {
  background: #393d40;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .main_div_carousel .slick-current .text_item h4 {
  color: #fff;
}
.modal_slider_css .modal-dialog .modal-content .modal-body #modal_carousel {
  margin-bottom: 0;
}
.modal_slider_css .modal-dialog .modal-content .modal-body #modal_carousel li {
  padding-left: 10px;
  padding-right: 10px;
}
.modal_slider_css .modal-dialog .modal-content .modal-body #modal_carousel .slick-list {
  padding: 0 27% 0 0 !important;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .text_item {
  background: #393d40;
  padding: 13px 24px;
  border-radius: 5px;
}
.modal_slider_css .modal-dialog .modal-content .modal-body .text_item h4 {
  color: #8a8e99;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 0;
}

.video_slider_area {
  position: relative;
}
.video_slider_area #video_loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f3f3f3;
  z-index: 9999;
}
.video_slider_area #video_loader #loader {
  border: 6px solid rgba(152, 149, 149, 0.614);
  border-top: 6px solid var(--spe_brand_color);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -60px;
  margin-left: -60px;
  animation: spin 2s linear infinite;
}
.video_slider_area.loaded #video_loader {
  display: none;
}
.video_slider_area .video-js {
  min-height: 414px;
  border-radius: 5px;
  overflow: hidden;
}
.video_slider_area .video-js:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(44, 44, 81, 0.6);
  border-radius: 5px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.video_slider_area .video-js .vjs-big-play-button {
  border: none;
}
.video_slider_area .video-js .vjs-control-bar {
  transform: translateY(45px);
}
.video_slider_area .video-js .vjs-control-bar .vjs-button {
  color: rgba(235, 245, 250, 0.5);
  transition: all 300ms linear 0s;
}
.video_slider_area .video-js .vjs-control-bar .vjs-button:hover {
  color: #fff;
}
.video_slider_area .video-js .vjs-control.vjs-button.vjs-control-button.vjs-mode-control span {
  border-color: rgba(235, 245, 250, 0.5);
  transition: all 300ms linear 0s;
}
.video_slider_area .video-js .vjs-control.vjs-button.vjs-control-button.vjs-mode-control:hover span {
  border-color: #fff;
}
.video_slider_area .video-js:hover .vjs-control-bar {
  transform: translateY(0);
}
.video_slider_area .video-js.vjs-has-started:before {
  opacity: 0;
  visibility: hidden;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* End Video Area css
============================================================================================ */
/* 3d video Slider Area css
============================================================================================ */
.flipvideo_area .slider-wrapper.no-padding .js-slider--main {
  padding-top: 7px;
}
.flipvideo_area .slider-wrapper.no-padding .js-slider--main .swiper-slide-shadow-left {
  background-image: unset;
}
.flipvideo_area .slider-wrapper.no-padding .js-slider--main .swiper-slide-shadow-right {
  background-image: unset;
}
.flipvideo_area .slider-wrapper.no-padding .js-slider--main .swiper-slide.swiper-slide-prev {
  position: relative;
}
.flipvideo_area .slider-wrapper.no-padding .js-slider--main .swiper-slide.swiper-slide-prev:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 3px;
  width: 100%;
  height: 98%;
}
.flipvideo_area .slider-wrapper.no-padding .js-slider--main .swiper-slide.swiper-slide-next {
  position: relative;
}
.flipvideo_area .slider-wrapper.no-padding .js-slider--main .swiper-slide.swiper-slide-next:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 3px;
  width: 100%;
  height: 98%;
}
.flipvideo_area .slider-wrapper.no-padding .swiper-container.js-slider--nav {
  padding-bottom: 0;
}
.flipvideo_area .slider-wrapper.no-padding .swiper-container.js-slider--nav .swiper-button-prev {
  left: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  opacity: 0;
  transition: all 300ms linear 0s;
  background: #4c4cf1;
}
.flipvideo_area .slider-wrapper.no-padding .swiper-container.js-slider--nav .swiper-button-prev:after {
  font-size: 16px;
}
.flipvideo_area .slider-wrapper.no-padding .swiper-container.js-slider--nav .swiper-button-next {
  right: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  opacity: 0;
  transition: all 300ms linear 0s;
  background: #4c4cf1;
}
.flipvideo_area .slider-wrapper.no-padding .swiper-container.js-slider--nav .swiper-button-next:after {
  font-size: 16px;
}
.flipvideo_area .slider-wrapper.no-padding .swiper-container.js-slider--nav:hover .swiper-button-prev {
  opacity: 1;
}
.flipvideo_area .slider-wrapper.no-padding .swiper-container.js-slider--nav:hover .swiper-button-next {
  opacity: 1;
}

.swiper-pagination-bullet {
  border: 1px solid #1da1f2;
}

.swiper-pagination-bullet-active {
  background: #1da1f2;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex: 0 0 auto;
  flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}

.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container.one {
  padding-top: 40px;
  text-align: center;
}

.swiper-container.one .swiper-slide {
  padding: 0 43px;
}

.swiper-container {
  width: 100%;
  padding-bottom: 60px;
}

.swiper-slide img {
  display: block;
  margin: auto;
  width: 100%;
}

.js-slider--main .swiper-slide {
  width: 390px;
  height: auto;
  padding: 0 0;
}

.swiper-slide .slider-image .preview-icon {
  z-index: -1;
  width: calc(100% - 30px);
}

.swiper-slide.swiper-slide-active .slider-image:hover .preview-icon {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  z-index: 1;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
}

.swiper-pagination-bullet {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #ee0f6f;
  border-radius: 10px;
  display: inline-block;
  height: 10px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  width: 26px;
  transition: 0.2s;
}

.swiper-pagination-bullet-active {
  background: rgba(0, 0, 0, 0) linear-gradient(to right, #ee0f6f 0%, #f89482 100%) repeat scroll 0 0;
  border: medium none;
  height: 12px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  width: 12px;
}

.art-video-player .art-mask .art-state {
  width: 80px !important;
  height: 80px !important;
  bottom: 0 !important;
  right: 0 !important;
  left: 0 !important;
  top: 0 !important;
  margin: auto;
  overflow: hidden;
  transform: unset !important;
}

.art-video-player .art-mask .art-state i svg {
  fill: white;
  width: 100px;
  height: 100px;
  background: blue;
}

.accordion-panel .accordion-content.show {
  height: unset;
}

.accordion-panel .accordion-content.show #minus {
  display: inline-block;
}

.accordion-panel .accordion-header.active::before {
  content: "-";
}

.accordion-header:not(.collapsed) #plus {
  display: none;
}

.accordion-panel .accordion-content {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease-out;
}

.accordion-panel.active .accordion-content {
  height: auto;
  transition: height 0.3s ease-in;
}

.accordion-header {
  cursor: pointer;
}

.art-undercover {
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  height: 100%;
  width: 100%;
  opacity: 0.9;
  z-index: 10;
}

@media (max-width: 576px) {
  .video_list_area .art-video-player {
    height: 396px !important;
  }
}
@media (max-width: 450px) {
  .video_list_area .art-video-player {
    height: 277px !important;
  }
}
/*=========== message_alert Shortcode css ========*/
.message_alert {
  display: flex;
  border: 1px solid var(--black_50);
  border-radius: 4px;
  background: rgba(243, 243, 243, 0.24);
  padding: 32px 40px 30px;
  margin-bottom: 20px;
}
.message_alert i {
  font-size: 24px;
  color: #abb0c0;
  margin-right: 25px;
}
.message_alert h5 {
  font-size: 16px;
  color: var(--spe_heading_color);
  font-weight: 500;
  margin-bottom: 12px;
}
.message_alert p {
  margin-bottom: 0;
}
.message_alert .close {
  position: absolute;
  right: 14px;
  top: 12px;
  font-size: 24px;
  opacity: 1;
  border: none;
  background: transparent;
}
.message_alert .close i {
  margin-right: 0;
}

.alert-danger {
  background: rgba(255, 243, 244, 0.7);
  border-color: #fbadb3;
}
.alert-danger i,
.alert-danger h5 {
  color: #fa303e;
}

.alert-success {
  background: rgba(241, 253, 243, 0.7);
  border-color: #94e3a1;
}
.alert-success i,
.alert-success h5 {
  color: #10d631;
}

.alert-warning {
  background: #fefbf1;
  border-color: #f2dca0;
}
.alert-warning i,
.alert-warning h5 {
  color: #f6ba18;
}

.alert-info {
  background: #f1fbfd;
  border-color: #a0e3f2;
}
.alert-info i,
.alert-info h5 {
  color: var(--spe_brand_color);
}

.notice {
  border-left: 10px solid;
  padding: 30px 40px;
  margin-bottom: 20px;
  margin-top: 0;
}
.notice:before, .notice:after {
  display: none;
}
.notice i {
  font-size: 24px;
  margin-right: 25px;
}
.notice h5 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 16px;
}
.notice p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
  color: #6b707f;
  line-height: 34px;
}
.notice p span {
  padding: 1px 10px;
  background: #fff;
  color: #ed2937;
}

.notice-success {
  background: #459e6d;
  border-color: #30845e;
}

.notice-warning {
  background: #fefaed;
  border-color: #f6ba18;
}
.notice-warning i {
  color: #f6ba18;
  padding-top: 4px;
}

.notice-danger {
  background: #ffeff0;
  border-color: #fa303e;
}
.notice-danger i {
  color: #fa303e;
}

.explanation {
  position: relative;
  background: linear-gradient(90deg, var(--bs-white), rgba(117, 227, 251, 0.6196078431));
  border: 10px solid var(--bs-white);
  padding: 1rem 2rem;
  border-radius: 16px;
}
.explanation::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border: 1px solid #e6edf0;
  border-radius: 8px;
  pointer-events: none;
}
.explanation::after {
  font-family: "Roboto", sans-serif;
  content: "Hey!";
  text-transform: uppercase;
  font-weight: 700;
  top: -19px;
  left: 1rem;
  padding: 0 0.5rem;
  font-size: 0.6rem;
  position: absolute;
  z-index: 1;
  color: #000;
  background: var(--bs-white);
}

.note-with-icon {
  margin: 0;
  padding-left: 20px;
  position: relative;
}
.note-with-icon .nic-content-wrap .info-tab .icon-wrapper::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  transform: rotateX(60deg);
}
.note-with-icon .nic-content-wrap .info-tab .icon-wrapper i {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  left: 0;
  right: 0;
  text-align: center;
  height: 20px;
  color: white;
}
.note-with-icon .nic-content-wrap .info-tab .icon-wrapper::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  transform: rotateX(60deg);
  background-color: #3b3f4c;
  width: 20px;
  height: 20px;
  border: 12px solid transparent;
  border-bottom-color: #fff;
  border-left-color: #fff;
  bottom: -18px;
  box-shadow: inset 12px 0 13px rgba(0, 0, 0, 0.5);
}

.note-with-icon .nic-content-wrap {
  margin: 0 0 0 4px;
}

.nic-content-wrap .nic-alert {
  padding: 3px;
  margin: 15px 0 20px;
}

.nic-alert .nic-content-wrap .note-box {
  color: #144261;
  background: #d5e9f6;
  padding: 30px 40px;
}

.nic-alert .nic-content-wrap .note-box h5.title {
  margin-bottom: 16px;
}

.nic-alert .nic-content-wrap .note-box p {
  margin-bottom: 3px;
}

.nic-alert .nic-content-wrap .note-icon {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 0;
  color: white;
}

/* ALERT [MESSAGE && INFO] */
.nic-alert.nic-alert-info .nic-content-wrap .note-box,
.nic-alert.nic-alert-message .nic-content-wrap .note-box {
  background: rgba(76, 76, 241, 0.05);
}

.nic-alert.nic-alert-info .nic-content-wrap .note-icon,
.nic-alert.nic-alert-message .nic-content-wrap .note-icon {
  background: #4C5267;
}

.nic-alert-message .note-icon .icon-wrapper::after,
.nic-alert-info .note-icon .icon-wrapper::after {
  background: #3b3f4c;
}

/* ALERT [WARNING] */
.nic-alert.nic-alert-warning .nic-content-wrap .note-box {
  background: #fefbf1;
}

.nic-alert.nic-alert-warning .nic-content-wrap .note-icon {
  background: #f6ba18;
}

.nic-alert.nic-alert-warning .note-icon .icon-wrapper::after {
  background: #e1aa17;
}

/* ALERT [SUCCESS] */
.nic-alert.nic-alert-success .nic-content-wrap .note-box {
  background: #459e6d;
}

.nic-alert.nic-alert-success .nic-content-wrap .note-icon {
  background: #30845e;
}

.nic-alert.nic-alert-success .note-icon .icon-wrapper::after {
  background: #2d7655;
}

/* ALERT [DANGER] */
.nic-alert.nic-alert-danger .nic-content-wrap .note-box {
  background: #ffeff0;
}

.nic-alert.nic-alert-danger .nic-content-wrap .note-icon {
  background: #fa303e;
}

.nic-alert.nic-alert-danger .note-icon .icon-wrapper::after {
  background: #fa303e;
}

.dual-box-wrapper {
  position: relative;
  border-width: 2.5px;
  border-radius: 8px;
  border-style: solid;
}

.dual-box-wrapper.bottom-right,
.dual-box-wrapper.top-right {
  right: -8px;
}

.dual-box-wrapper .dual-box-content {
  bottom: 10px;
  left: 10px;
  border-width: 2.5px;
  border-radius: 8px;
  border-style: solid;
  background: #fff;
  position: relative;
  padding: 20px;
  box-sizing: border-box;
}
.dual-box-wrapper .dual-box-content.top-left {
  top: 10px;
  left: 10px;
}
.dual-box-wrapper .dual-box-content.top-right {
  top: 10px;
  right: 10px;
  left: unset;
}
.dual-box-wrapper .dual-box-content.bottom-right {
  bottom: 10px;
  right: 10px;
  left: unset;
}
.dual-box-wrapper .dual-box-content .notice {
  display: flex;
  border: none;
  border-radius: 6px;
  margin: 0;
  padding: 20px;
}
.dual-box-wrapper .dual-box-content.notice-warning .dual-box-content {
  border-color: #f6ba18;
}
.dual-box-wrapper .dual-box-content.notice-success .dual-box-content {
  border-color: #30845e;
}
.dual-box-wrapper .dual-box-content.notice-danger .dual-box-content {
  border-color: #fa303e;
}
.dual-box-wrapper .dual-box-content.notice-success .dual-box-content i {
  color: #459e6d;
}
.dual-box-wrapper .dual-box-content p {
  color: var(--black_600);
}

.block-notice-wrapper {
  position: relative;
  padding: 20px 40px;
  margin: 0 0 5px;
  box-sizing: border-box;
}
.block-notice-wrapper::before {
  content: "";
  display: block;
  clear: both;
  width: 1rem;
  height: 100%;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-style: solid;
  border-color: #8cafd3;
  position: absolute;
  left: 0;
  top: 0;
  border-right: none;
}
.block-notice-wrapper::after {
  content: "";
  display: block;
  clear: both;
  width: 1rem;
  height: 100%;
  border-bottom-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-style: solid;
  border-color: #8cafd3;
  position: absolute;
  right: 0;
  top: 0;
  border-left: none;
}

.block-notice-content-wrapper {
  background: white;
  position: relative;
}

.block-notice-wrapper .block-notice-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--bs-white);
  position: absolute;
  left: -70px;
  top: -8px;
  border: 10px solid white;
}
.block-notice-wrapper .block-notice-icon svg {
  width: auto;
  position: absolute;
  right: -2px;
  max-width: 2.5rem;
  top: -2px;
  z-index: 9999;
}

.dual-box-wrapper .dual-box-content .notice i {
  width: auto;
  padding: 0;
  box-sizing: border-box;
  margin-right: 15px;
}
.dual-box-wrapper .dual-box-content .notice svg {
  width: auto;
  padding: 0;
  height: auto;
  max-height: 30px;
  margin-top: 5px;
  max-width: 3rem;
  margin-right: 15px;
}

.block-notice-wrapper .block-notice-icon i {
  position: absolute;
  font-size: 22px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  text-align: center;
  height: 0;
  top: -22px;
  z-index: 9999;
}
.block-notice-wrapper .block-notice-body h5 {
  margin-bottom: 20px;
}
.block-notice-wrapper .block-notice-body p {
  margin: 0;
}
.block-notice-wrapper .block-notice-icon:after {
  content: "";
  display: block;
  clear: both;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
}
.block-notice-wrapper.block-notice-message .block-notice-icon:after {
  background: rgba(76, 76, 241, 0.05);
}
.block-notice-wrapper.block-notice-warning .block-notice-icon:after {
  background: #fefbf1;
}
.block-notice-wrapper.block-notice-info .block-notice-icon:after {
  background: #F6F6FE;
}
.block-notice-wrapper.block-notice-success .block-notice-icon:after {
  background: #459E6D;
}
.block-notice-wrapper.block-notice-danger .block-notice-icon:after {
  background: #FFEFF0;
}
.block-notice-wrapper.block-notice-message:before, .block-notice-wrapper.block-notice-message:after {
  border-color: #4C5267;
}
.block-notice-wrapper.block-notice-warning:before, .block-notice-wrapper.block-notice-warning:after {
  border-color: #F6BA18;
}
.block-notice-wrapper.block-notice-info:before, .block-notice-wrapper.block-notice-info:after {
  border-color: #4C5267;
}
.block-notice-wrapper.block-notice-success:before, .block-notice-wrapper.block-notice-success:after {
  border-color: #30845E;
}
.block-notice-wrapper.block-notice-danger:before, .block-notice-wrapper.block-notice-danger:after {
  border-color: #FA303E;
}
.block-notice-wrapper.block-notice-success .block-notice-icon i {
  color: #fff;
}

.pricing-area.section-padding {
  padding-top: 6.25rem;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .pricing-area.section-padding {
    padding-top: 7.8125rem;
    padding-bottom: 4.375rem;
  }
}
.pricing-area.section-padding-2 {
  padding: 5rem 0 4.6875rem;
}
@media screen and (min-width: 576px) {
  .pricing-area.section-padding-2 {
    padding: 7.5rem 0 7.1875rem;
  }
}
@media screen and (min-width: 992px) {
  .pricing-area.section-padding-2 {
    padding: 8.75rem 0 8.4375rem;
  }
}
.pricing-area .section-title-center {
  padding-bottom: 4.0625rem;
}
@media screen and (min-width: 992px) {
  .pricing-area .section-title-center h2 {
    font-size: 2.5rem;
    line-height: 1.2;
    max-width: 52%;
    margin-left: auto;
    margin-right: auto;
  }
}
.pricing-area .tex {
  font-size: 1.125rem;
  color: #5d5d66;
  margin-top: 3.75rem;
}
.pricing-area .nav-item {
  width: 100%;
}
@media screen and (min-width: 576px) {
  .pricing-area .nav-item {
    width: auto;
  }
}
.pricing-area .nav-item .nav-link {
  width: 100%;
}
@media screen and (min-width: 576px) {
  .pricing-area .nav-item .nav-link {
    width: auto;
  }
}

.pricing-area-two {
  position: relative;
}
.pricing-area-two .section-title-center {
  padding-bottom: 50px;
}
.pricing-area-two .section-title-center p {
  font-size: 20px;
  line-height: 1.6;
  padding-top: 15px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .pricing-area-two .section-title-center p {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .pricing-area-two .ps-28 {
    padding-left: 28px;
  }
  .pricing-area-two .pe-28 {
    padding-right: 28px;
  }
}
.pricing-area-two .tab-pane {
  padding-top: 80px;
}

.pricing-currency {
  border-color: #a0a1a3;
  font-size: 1rem;
  text-transform: uppercase;
  color: #6d6d6d;
  border-radius: 0.625rem;
  float: right;
  padding: 15px;
  position: relative;
}
.pricing-currency .icon {
  width: 15px;
  height: 100%;
  background: red;
}

.pricing-tabs {
  border: none;
  padding: 0.625rem;
  border-radius: 0.625rem;
  background: #f9f9f9;
  display: inline-flex;
}
.pricing-tabs .nav-link {
  padding: 0.3125rem 1.125rem;
  border-radius: 0.375rem;
  font-size: 1rem;
  color: #6d6d6d;
  border-color: transparent;
}
.pricing-tabs .nav-link.active {
  border-color: transparent;
  background-color: #ec595a;
  color: #fff;
  font-weight: 600;
}
.pricing-tabs .nav-link:hover {
  border-color: transparent;
  color: unset;
}

.pricing-tabs-two {
  display: inline-flex;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #676099;
}
.pricing-tabs-two li {
  display: inline-block;
}
.pricing-tabs-two li:first-child .nav-link {
  padding-left: 40px;
}
.pricing-tabs-two li:first-child .nav-link::before {
  transform-origin: right;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
}
.pricing-tabs-two li:last-child .nav-link {
  padding-right: 40px;
}
.pricing-tabs-two li .nav-link {
  padding: 10px 29px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: #4f4f4f;
  border: none;
  border-radius: 0;
  position: relative;
  z-index: 1;
}
.pricing-tabs-two li .nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  background-color: transparent;
  z-index: -1;
  transition: all 0.2s linear;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
}
.pricing-tabs-two li .nav-link.active {
  font-weight: 600;
  color: #ffffff;
  border-radius: 0;
  background-color: transparent;
}
.pricing-tabs-two li .nav-link.active::before {
  background-color: #473d8d;
  transform: scaleX(1);
}

.tab-pane {
  position: relative;
}
.tab-pane.popular {
  top: 60px;
  right: 35%;
  position: absolute;
}
@media screen and (min-width: 992px) {
  .tab-pane {
    padding-top: 6.25rem;
  }
}

.pricing-item {
  background: #fafafa;
  border-radius: 1.25rem;
  padding: 3.75rem 1.375rem 2.5rem;
  margin-top: 1.875rem;
  position: relative;
  border: 2px solid transparent;
  text-align: center;
  transition: 0.3s ease-out;
}
.pricing-item p {
  margin: 0;
  font-size: 17px;
}

.pricing-item:hover {
  background: rgba(255, 227, 218, 0.5);
  border-color: #171717;
}

@media screen and (min-width: 576px) {
  .pricing-item {
    text-align: left;
  }
}
@media screen and (min-width: 992px) {
  .pricing-item {
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  .pricing-item {
    text-align: left;
  }
}
.pricing-item .badge {
  top: -2px;
  right: 0;
  left: 0;
  position: absolute;
  width: 7.8125rem;
  margin: 0 auto;
  border-radius: 0;
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
  padding: 8px 25px;
  background: #ec595a;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  height: 30px;
  text-align: center;
}
.pricing-item .pricing-title {
  margin: 0;
  font-size: 1.625rem;
  font-weight: 500;
}
.pricing-item .price {
  font-size: 1.875rem;
  color: #ec595a;
  margin-top: 0.9375rem;
}
.pricing-item .price .dollar {
  display: inline-block;
}
.pricing-item .price .euro {
  display: none;
}
.pricing-item .price sup {
  font-size: 0.875rem;
  color: #171717;
  font-weight: 400;
}
.pricing-item .pricing-item-user {
  font-size: 0.875rem;
  display: block;
  margin-top: 0.625rem;
}
.pricing-item .pricing-btn {
  display: inline-block;
  border: 2px solid #ec595a;
  background: #ffe3da;
  color: #ec595a;
  border-radius: 0.375rem;
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: 500;
  padding: 0.8125rem 1.875rem;
  margin-top: 2.1875rem;
  transition: 0.3s ease-out;
  margin-bottom: 20px;
}
.pricing-item .pricing-btn:hover {
  background: #ec595a;
  color: #fff;
  border-color: #2c2c2c;
  text-decoration: none;
}
.pricing-item ul {
  padding-top: 20px;
}
.pricing-item ul li {
  font-size: 0.9375rem;
  padding-top: 15px;
  font-weight: 500;
}
.pricing-item ul li.text-gray-100 {
  color: #999;
}
.pricing-item.active {
  background: rgba(255, 227, 218, 0.5);
  border-color: #171717;
}
.pricing-item.active .pricing-item-user {
  color: #ec595a;
}
.pricing-item.active .pricing-btn {
  background: #ec595a;
  color: #fff;
  border: 2px solid #2c2c2c;
}
.pricing-item.bg-yellow-200 {
  background: #fff7dd;
}

.tab-content .fade {
  transition: opacity 0.15s linear;
}

.fade:not(.show) {
  opacity: 0;
}

.current-price {
  font-weight: 700;
  font-size: 28px;
  line-height: 44px;
  display: inline-block;
  vertical-align: middle;
}

.saving-price {
  background-color: #fff;
  border-radius: 1px;
  color: #171717;
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  padding: 6px 8px;
}

.price-format {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 25px;
}

.subscribe-btn {
  border-radius: 2px;
  display: inline-block;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  background-color: #ec595a;
  padding: 12px 24px;
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.subscribe-btn:hover {
  background-color: #171717;
  color: #ec595a;
}

.price-note {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 22px;
  width: 60%;
}

.pricing-compare-table > table {
  margin: 0;
}
.pricing-compare-table .table-bg {
  background: #2c3563;
}
.pricing-compare-table .table-bg2 {
  background: #202647;
}
.pricing-compare-table .table-title-bg {
  background: #252c53;
}
.pricing-compare-table .red-top {
  border-top: 1px solid #ec595a;
}
.pricing-compare-table .red-bottom {
  border-bottom: 1px solid #ec595a;
}
.pricing-compare-table .gray-bottom {
  border-bottom: 1px solid #c6c6c6;
}
.pricing-compare-table .plan-title {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 30px;
}
.pricing-compare-table .nav-tabs {
  border-bottom: none;
  justify-content: center;
}
.pricing-compare-table .nav-tabs .nav-link {
  border: 1px solid #c6c6c6;
  border-radius: 2px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  padding: 4px 5px;
  margin: 0 5px;
}
.pricing-compare-table .nav-tabs .nav-link.active {
  color: #171717;
}
.pricing-compare-table .tab-pane {
  padding-top: 8px;
}
.pricing-compare-table .old-price {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  color: #c6c6c6;
}
.pricing-compare-table .current-price {
  font-size: 14px;
  line-height: 22px;
  margin: 10px 0;
}
.pricing-compare-table .current-price span {
  font-size: 18px;
}
.pricing-compare-table .price-format {
  margin-bottom: 10px;
}
.pricing-compare-table .saving-price {
  margin-bottom: 15px;
}
.pricing-compare-table .subscribe-btn {
  background-color: #fff;
  color: #171717;
  display: block;
  font-size: 16px;
  line-height: 26px;
  padding: 5px 24px;
  margin-bottom: 20px;
}
.pricing-compare-table .subscribe-btn:hover {
  background-color: #ec595a;
  color: #fff;
}
.pricing-compare-table .price-note {
  color: #c6c6c6;
  width: 100%;
}
.pricing-compare-table .feature-title {
  width: 45%;
  padding: 25px 0;
  box-shadow: -10px 5px 30px 0 #191e38;
}
.pricing-compare-table .feature {
  width: 25%;
  text-align: center;
}
.pricing-compare-table .feature .feature-text p {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  padding: 0 32px;
}
.pricing-compare-table .feature .feature-text i {
  color: #fff;
  font-size: 27px;
}
.pricing-compare-table .feature-btn {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  padding-left: 60px;
  position: relative;
}
.pricing-compare-table .feature-btn:before {
  content: "L";
  font-family: "ElegantIcons";
  font-weight: 400;
  position: absolute;
  left: 15px;
}
.pricing-compare-table .feature-btn.collapsed:before {
  content: "K";
}

.pricing-compare-table .feature-title {
  padding: 15px 20px;
  background: #f7f7f7;
  color: #333;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  position: relative;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}
.pricing-compare-table .feature-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #eee;
  position: relative;
}
.pricing-compare-table .feature-row:last-of-type {
  border-bottom: none;
}
.pricing-compare-table .feature-row .feature-type {
  text-align: center;
}
.pricing-compare-table .feature-row .feature-type .section-text {
  color: #ec595a;
  text-align: center;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.5px;
  transform: rotate(180deg);
  writing-mode: tb-rl;
}
.pricing-compare-table .feature-row .feature-body {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.pricing-compare-table .feature-row .feature-body p {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  padding: 12px 65px 0 60px;
}
.pricing-compare-table .feature-row .feature-body:last-of-type p {
  padding-bottom: 12px;
}
.pricing-compare-table .feature-row .feature-btn {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 40px;
}
.pricing-compare-table .feature-row .feature-btn:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ec595a;
}
.pricing-compare-table.mobile .feature-title {
  width: 100%;
  padding: 5px 0;
  box-shadow: none;
  text-align: left;
}
.pricing-compare-table.mobile .sub-padding {
  padding: 20px 25px 15px;
}
.pricing-compare-table.mobile .product-plan {
  margin-bottom: 30px;
}
.pricing-compare-table.mobile .feature-body p {
  padding: 12px 0 0 20px;
}
.pricing-compare-table.mobile .feature-btn {
  padding-left: 20px;
}
.pricing-compare-table.mobile .feature-btn:before {
  left: 0;
}

@media (min-width: 768px) {
  .nav .nav-link {
    font-size: 1.375rem;
    padding: 0.625rem 1.875rem;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
  }
}
.tab-content .tab-pane {
  display: none;
}
.tab-content .tab-pane.active {
  display: block;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

.section-title-center {
  padding-bottom: 45px;
  text-align: center;
}
.section-title-center .title {
  margin: 0;
  font-size: 50px;
  font-family: "Poppins", sans-serif;
  color: #171717;
  font-weight: 700;
  line-height: 1.4;
}

button {
  border: none;
  background: transparent;
  outline: none;
  cursor: pointer;
}

.cloud-pricing-wrapp .nav .nav-link {
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  border: transparent;
  background-color: transparent;
  padding: 0;
  margin-right: 30px;
  margin-bottom: 40px;
  color: #848d95;
}
.cloud-pricing-wrapp .nav .nav-link.active {
  color: #171717;
}
.cloud-pricing-wrapp .nav .nav-link span {
  width: 12px;
  height: 12px;
  border: 1px solid #848d95;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  margin-right: 5px;
}
.cloud-pricing-wrapp .nav .nav-link span:before {
  content: "";
  width: 0;
  height: 9px;
  border-radius: 50%;
  background-color: #EC595A;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.cloud-pricing-wrapp .nav .nav-link.active span:before {
  width: 9px;
}
.cloud-pricing-wrapp .tab-pane {
  padding-top: 0;
}
.cloud-pricing-wrapp-item {
  cursor: pointer;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 30px 40px;
  margin-bottom: 15px;
  transition: all 0.3s linear;
}
.cloud-pricing-wrapp-item .plan {
  width: 25%;
}
.cloud-pricing-wrapp-item .label {
  font-size: 15px;
  line-height: 27px;
  color: #171717;
  margin-bottom: 0;
  font-family: "inter", sans-serif;
  font-family: 15px;
}
.cloud-pricing-wrapp-item .space {
  color: #171717;
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.5px;
}
.cloud-pricing-wrapp-item .price {
  width: 25%;
  padding-left: 60px;
}
.cloud-pricing-wrapp-item .type {
  font-family: "inter", sans-serif;
  font-size: 17px;
  color: #171717;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 0;
}
.cloud-pricing-wrapp-item .btn-purchase {
  border-radius: 5px;
  background-color: #EC595A;
  color: #fff;
  transition: all 0.4s ease-in-out;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  padding: 4px 21px;
  margin-top: 6px;
  font-family: "inter", sans-serif;
}
.cloud-pricing-wrapp-item .btn-purchase:hover {
  background-color: #171717;
  color: #EC595A;
  text-decoration: none;
}

.cloud-heading-2 {
  font-size: 50px;
  line-height: 1.24;
  margin-top: 0;
  font-family: "poppins", sans-serif;
}

.app-pricing-area .pricing-title span {
  position: relative;
}
.app-pricing-area .pricing-title span .border-shape {
  bottom: -2px;
  left: 50%;
  position: absolute;
  width: 110px;
}
.app-pricing-area .title-text {
  margin-top: 0;
  font-size: 17px;
  font-family: "inter", sans-serif;
  color: #5D5D66;
}
.app-pricing-area .title-text .offer {
  font-family: "Kalam", cursive;
  font-weight: 700;
  color: #EC595A;
}
.app-pricing-area .pricing-switcher.nav .nav-link {
  font-size: 16px;
  font-weight: 600;
  border-radius: 22.5px;
  border: 1px solid;
  padding: 3px 16px;
  margin: 0 10px;
  color: #848d95;
}
.app-pricing-area .pricing-switcher.nav .nav-link.active {
  color: #171717;
  font-weight: 600;
}

.app-pricing-item {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #f0f0f0;
  text-align: center;
  transition: all 0.3s ease-in-out;
  padding: 38px 35px 50px;
}

.app-pricing-item.active {
  position: relative;
}

.app-pricing-item.active .popular-shape {
  top: -13%;
  right: -18%;
  position: absolute;
  z-index: 1;
}

.app-pricing-item:hover {
  box-shadow: 0 20px 50px 0 rgba(23, 23, 23, 0.08);
}

.app-pricing-item .item-title {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 14px;
}

.app-pricing-item .item-label {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 18px;
}

.app-pricing-item .item-price {
  margin-bottom: 33px;
}

.app-pricing-item .item-price .dollar {
  color: #EC595A;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  position: relative;
}

.app-pricing-item .item-price .dollar svg {
  bottom: 0;
  left: 0;
  position: absolute;
}

.app-pricing-item .item-price .time {
  color: #9199A1;
  font-size: 18px;
  line-height: 36px;
}

.app-pricing-item .item-price .border-shape {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 41px;
}

.app-pricing-item ul {
  border-top: 1px solid #f0f0f0;
  padding-top: 33px;
  margin-bottom: 45px;
}

.app-pricing-item ul li {
  font-size: 15px;
  line-height: 40px;
}

.app-pricing-item .btn {
  border-color: #EC595A;
  color: #EC595A;
}

.app-pricing-item .btn:hover {
  background: #EC595A;
  color: #fff;
  text-decoration: none;
}

.app-pricing-question .question-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.5px;
}

.app-pricing-question .question-text {
  color: #171717;
  padding: 0 15px;
}

.app-pricing-question .question-text a {
  color: #EC595A;
  text-decoration: underline;
}

.choose-plan-area-three .pricing-switcher {
  padding-bottom: 80px;
}

.choose-plan-area-three .pricing-switcher .nav-link::after {
  background: #435bcc;
}

.choose-plan-area-three .tab-pane {
  padding-top: 0;
}

.choose-plan-area-three .pricing-item {
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 5px 16px 0 rgba(32, 32, 32, 0.1);
  padding: 65px 50px 70px;
  margin-top: 0;
  border: none;
  transition: all 0.3s linear;
}

.choose-plan-area-three .pricing-item.active,
.choose-plan-area-three .pricing-item:hover {
  box-shadow: 0 50px 80px 0 rgba(53, 42, 67, 0.1);
  transform: translateY(-20px);
  border: none;
}

.choose-plan-area-three .pricing-item.active h4,
.choose-plan-area-three .pricing-item:hover h4 {
  color: #3c73f0;
}

.choose-plan-area-three .pricing-item.active .btn,
.choose-plan-area-three .pricing-item:hover .btn {
  color: #fff;
  background-color: #356eef;
}

.choose-plan-area-three .pricing-item h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  transition: all 0.3s linear;
}

.choose-plan-area-three .pricing-item .price {
  font-size: 40px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 40px;
  margin-top: 0;
  color: #171717;
}

.choose-plan-area-three .pricing-item .price span {
  color: #8d8d8d;
  font-size: 20px;
}

.choose-plan-area-three .pricing-item .list-wrapp {
  margin-bottom: 50px;
}

.choose-plan-area-three .pricing-item .list-wrapp .list-title {
  font-size: 18px;
  line-height: 160%;
  font-weight: 700;
  color: #171717;
  margin-bottom: 20px;
}

.choose-plan-area-three .pricing-item .list-wrapp ul {
  padding-top: 0;
}

.choose-plan-area-three .pricing-item .list-wrapp ul li {
  display: flex;
  font-size: 17px;
  line-height: 1;
  color: var(--text-color-2);
  text-align: left;
  padding: 0;
  margin-bottom: 20px;
}

.choose-plan-area-three .pricing-item .list-wrapp ul li.disable {
  color: rgba(23, 23, 23, 0.5);
}

.choose-plan-area-three .pricing-item .list-wrapp ul li .icon-check {
  color: #45c260;
  margin-right: 10px;
  font-size: 20px;
}

.choose-plan-area-three .pricing-item .list-wrapp ul li .icon-close {
  color: #c1c1c1;
  margin-right: 10px;
  font-size: 20px;
}

.choose-plan-area-three .pricing-item .btn {
  border: 1px solid #356eef;
  border-radius: 26px;
  padding: 10px 0;
  font-family: "Poppins", sans-serif;
  color: #171717;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.5px;
  display: block;
  height: 52px;
  width: 190px;
  margin: 0 auto;
  text-align: center;
  transition: all 0.3s linear;
}

.choose-plan-area-three .pricing-item .btn:hover {
  color: #fff;
  background-color: #356eef;
  text-decoration: none;
}

.pricing-tabs .nav-link {
  padding: 0.3125rem 1.125rem;
  border-radius: 0.375rem;
  font-size: 1rem;
  color: #6d6d6d;
}

.pricing-tabs .nav-link.active {
  border-color: transparent;
  background: #ec595a;
  color: #fff;
}

.pricing-tabs .nav-link:hover {
  border-color: transparent;
}

@media (max-width: 480px) {
  .cloud-pricing-wrapp .nav .nav-link {
    margin-right: 15px;
    margin-bottom: 15px;
  }
}
.tab-content .fade {
  transition: opacity 0.1s linear;
}

.fade:not(.show) {
  opacity: 0;
}

.pricing-item-2 {
  box-shadow: 0 10px 25px 0 rgba(191, 191, 191, 0.2509803922);
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
  transition: all 0.3s linear;
}
.pricing-item-2.active, .pricing-item-2:hover {
  box-shadow: 0 20px 50px 0 rgba(191, 191, 191, 0.5019607843);
  transform: translateY(-30px);
}
.pricing-item-2 h4 {
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.5px;
  color: #171717;
  margin-top: 45px;
  margin-bottom: 20px;
}
.pricing-item-2 p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.5px;
  color: #70717b;
  margin-bottom: 72px;
}
.pricing-item-2 .price {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.5px;
  color: #333;
  margin-bottom: 10px;
}
.pricing-item-2 .pack-feature {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.5px;
  color: #828282;
}
.pricing-item-2 .btn {
  border-radius: 5px;
  padding: 17px 0;
  width: 95%;
  margin-top: 33px;
}
.pricing-item-2 .btn:hover {
  color: #fff;
  background-color: #eb5757;
  border-color: #eb5757;
  text-decoration: none;
}

.pricing-item-3 {
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.0509803922);
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
  transition: all 0.3s ease-out;
}
.pricing-item-3:hover {
  box-shadow: 0 50px 80px 0 rgba(53, 42, 67, 0.1019607843);
}
.pricing-item-3 .price-body {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.pricing-item-3 .price-body p {
  margin-bottom: 0;
  font-size: 17px;
  font-family: "inter", sans-serif;
}
.pricing-item-3.middle .price {
  padding-top: 71px;
}
.pricing-item-3 h5 {
  font-family: "Inter", sans-serif;
  font-size: 22px;
  line-height: 18px;
  text-align: center;
  padding: 36px 0;
  box-shadow: 0 1px 1px 0 rgba(71, 61, 141, 0.1019607843);
  margin-bottom: 0;
  margin-top: 0;
  text-transform: capitalize;
}
.pricing-item-3 .price {
  font-family: "Inter", sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 18px;
  color: #473d8d;
  padding-top: 44px;
  padding-bottom: 58px;
  text-align: center;
}
.pricing-item-3 .price span {
  color: #c6c6c6;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}
.pricing-item-3 .price span:first-child {
  color: #473d8d;
}
.pricing-item-3 ul {
  margin-left: auto;
  margin-right: auto;
}
.pricing-item-3 ul li {
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  color: #8d8d8d;
  margin-top: 15px;
}
.pricing-item-3 ul li:first-child {
  margin-top: 0;
}
.pricing-item-3 ul li span {
  width: 22px;
  height: 22px;
  font-size: 9px;
  color: #a0a1a3;
  border: 1px solid #a0a1a3;
  border-radius: 50%;
  background-color: transparent;
  margin-right: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.pricing-item-3 ul li span i {
  display: inline-block;
}
.pricing-item-3 ul li.checked {
  color: #171717;
}
.pricing-item-3 ul li.checked span {
  background-color: #473d8d;
  border-color: #473d8d;
  color: #fff;
}
.pricing-item-3 .btn {
  margin-left: auto;
  margin-right: auto;
  padding: 10px 76px;
  border: 1px solid #473d8d;
  border-radius: 25px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 42px;
  margin-top: 33px;
  line-height: 1.5;
  text-transform: capitalize;
  position: relative;
  text-decoration: none;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  transition: 0.3s ease-out;
  color: #212529;
}
.pricing-item-3 .btn:hover {
  background-color: #473d8d;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}

.pricing-switcher {
  position: relative;
  z-index: 99;
  justify-content: space-between;
  text-align: center;
}
.pricing-switcher .nav-link {
  color: #828282;
  text-transform: capitalize;
  padding: 5px 10px;
  display: inline-block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
}
.pricing-switcher .nav-link:hover {
  color: unset;
}
.pricing-switcher .nav-link:before {
  position: absolute;
  content: "";
  border: 1px solid rgba(79, 79, 79, 0.2);
  width: 100px;
  height: 40px;
  background: transparent;
  border-radius: 25px;
  right: -51px;
  top: 50%;
  margin-top: -20px;
}
.pricing-switcher .nav-link:after {
  position: absolute;
  content: "";
  width: 31px;
  height: 31px;
  background: #eb5757;
  border-radius: 50%;
  margin-top: -15.5px;
  z-index: 1;
  top: 50%;
  right: -47px;
  transition: all ease 0.3s;
  animation-name: fadeInLeft;
  animation-duration: 0.3s;
}
.pricing-switcher .nav-link:after.fadeInLeft {
  animation-name: fadeInLeft;
  animation-duration: 0.3s;
}
.pricing-switcher .nav-link:nth-child(odd) {
  padding-right: 80px;
}
.pricing-switcher .nav-link:nth-child(even) {
  text-align: right;
  padding-left: 80px;
}
.pricing-switcher .nav-link:nth-child(even):before {
  left: -49px;
  right: auto;
}
.pricing-switcher .nav-link:nth-child(even):after {
  right: auto;
  left: -45px;
  animation-name: fadeInRight;
  animation-duration: 0.3s;
}
.pricing-switcher .nav-link:nth-child(even):after.fadeInRight {
  animation-name: fadeInRight;
  animation-duration: 0.3s;
}
.pricing-switcher .nav-link.active {
  color: #333333;
  font-weight: 600;
}
.pricing-switcher .nav-link.active::after, .pricing-switcher .nav-link.active::before {
  display: none;
  z-index: -9;
}

/*================================================
Pricing Two CSS
=================================================*/
.bg-price {
  background-color: #f7f7f7;
}

.pricing-menu {
  position: static;
  background-color: #fff;
}
.pricing-menu.navbar_fixed {
  position: fixed;
}

.pricing-banner-2 .pricing-switcher-2 {
  background-color: #ec595a;
  border-radius: 23px;
  border: none;
  display: inline-flex;
  padding: 4px;
  position: relative;
  z-index: 1;
  width: fit-content;
}
.pricing-banner-2 .pricing-switcher-2 .switcher-bg {
  content: "";
  width: 50%;
  height: auto;
  background: #fff;
  position: absolute;
  display: inline-block;
  left: 3px;
  top: 3px;
  bottom: 3px;
  border-radius: 23px;
  z-index: -1;
  transition: all 0.4s ease-out;
}
.pricing-banner-2 .pricing-switcher-2 .switcher-bg.right {
  left: 48%;
}
.pricing-banner-2 .pricing-switcher-2 .nav-link {
  border-radius: 23px;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  border: none;
  color: #fff;
  padding: 6px 23px;
}
.pricing-banner-2 .pricing-switcher-2 .nav-link.active {
  background-color: transparent;
  color: #171717;
}
.pricing-banner-2 .tab-pane {
  padding-top: 20px;
}

.old-price,
.current-price,
.price-format,
.subscribe-btn,
.price-note {
  color: #fff;
  font-family: "Poppins", sans-serif;
}

.old-price {
  font-size: 22px;
  line-height: 36px;
  text-decoration: line-through;
}

.current-price {
  font-weight: 700;
  font-size: 28px;
  line-height: 44px;
  display: inline-block;
  vertical-align: middle;
}

.saving-price {
  background-color: #fff;
  border-radius: 1px;
  color: #171717;
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  padding: 6px 8px;
}

.price-format {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 25px;
}

.subscribe-btn {
  border-radius: 2px;
  display: inline-block;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  background-color: #ec595a;
  padding: 12px 24px;
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.subscribe-btn:hover {
  background-color: #171717;
  color: #ec595a;
}

.price-note {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 22px;
  width: 60%;
}

.pricing-compare-table > table {
  margin: 0;
}

.pricing-compare-table .table-bg {
  background: #2c3563;
}
.pricing-compare-table .table-bg2 {
  background: #202647;
}
.pricing-compare-table .table-title-bg {
  background: #252c53;
}
.pricing-compare-table .red-top {
  border-top: 1px solid #ec595a;
}
.pricing-compare-table .red-bottom {
  border-bottom: 1px solid #ec595a;
}
.pricing-compare-table .gray-bottom {
  border-bottom: 1px solid #c6c6c6;
}
.pricing-compare-table .plan-title {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 30px;
}
.pricing-compare-table .nav-tabs {
  border-bottom: none;
  justify-content: center;
}
.pricing-compare-table .nav-tabs .nav-link {
  border: 1px solid #c6c6c6;
  border-radius: 2px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  padding: 4px 5px;
  margin: 0 5px;
}
.pricing-compare-table .nav-tabs .nav-link.active {
  color: #171717;
}
.pricing-compare-table .tab-pane {
  padding-top: 8px;
}
.pricing-compare-table .old-price {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  color: #c6c6c6;
  margin-bottom: 0;
}
.pricing-compare-table .current-price {
  font-size: 14px;
  line-height: 22px;
  margin: 10px 0;
}
.pricing-compare-table .current-price span {
  font-size: 18px;
}
.pricing-compare-table .price-format {
  margin-bottom: 10px;
}
.pricing-compare-table .saving-price {
  margin-bottom: 15px;
}
.pricing-compare-table .subscribe-btn {
  background-color: #fff;
  color: #171717;
  display: block;
  font-size: 16px;
  line-height: 26px;
  padding: 5px 24px;
  margin-bottom: 20px;
}
.pricing-compare-table .subscribe-btn:hover {
  background-color: #ec595a;
  color: #fff;
}

.pricing-compare-table .price-note {
  color: #c6c6c6;
  width: 100%;
}
.pricing-compare-table .feature-title {
  width: 45%;
  padding: 25px 0;
  box-shadow: -10px 5px 30px 0 #191e38;
}
.pricing-compare-table .feature {
  width: 25%;
  text-align: center;
}
.pricing-compare-table .feature-text p {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  padding: 0 32px;
}
.pricing-compare-table .feature-text i {
  color: #fff;
  font-size: 27px;
}
.pricing-compare-table .feature-btn {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  padding-left: 60px;
  position: relative;
}
.pricing-compare-table .feature-btn:before {
  content: "L";
  font-family: "ElegantIcons";
  font-weight: 400;
  position: absolute;
  left: 15px;
}
.pricing-compare-table .feature-btn.collapsed:before {
  content: "K";
}
.pricing-compare-table .feature-body p {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  padding: 12px 65px 0 60px;
}
.pricing-compare-table .feature-row .feature-type {
  text-align: center;
}
.pricing-compare-table .feature-row .feature-type .section-text {
  color: #ec595a;
  text-align: center;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.5px;
  transform: rotate(180deg);
  writing-mode: tb-rl;
}
.pricing-compare-table.mobile .feature-title {
  width: 100%;
  padding: 5px 0;
  box-shadow: none;
  text-align: left;
}
.pricing-compare-table.mobile .sub-padding {
  padding: 20px 25px 15px;
}
.pricing-compare-table.mobile .product-plan {
  margin-bottom: 30px;
}
.pricing-compare-table.mobile .feature-body p {
  padding: 12px 0 0 20px;
}
.pricing-compare-table.mobile .feature-btn {
  padding-left: 20px;
}
.pricing-compare-table.mobile .feature-btn:before {
  left: 0;
}

/*================================================
Pricing Two CSS
=================================================*/
.bg-price {
  background-color: #f7f7f7;
}

.pricing-menu {
  position: static;
  background-color: #fff;
}
.pricing-menu.navbar_fixed {
  position: fixed;
}

.pricing-compare-table .feature-title {
  padding: 15px 20px;
  background: #f7f7f7;
  color: #333;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  position: relative;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}
.pricing-compare-table .feature-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #eee;
  position: relative;
}
.pricing-compare-table .feature-row:last-of-type {
  border-bottom: none;
}
.pricing-compare-table .feature-row .feature-type {
  text-align: center;
}
.pricing-compare-table .feature-row .feature-type .section-text {
  color: #ec595a;
  text-align: center;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.5px;
  transform: rotate(180deg);
  writing-mode: tb-rl;
}
.pricing-compare-table .feature-row .feature-body {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.pricing-compare-table .feature-row .feature-body p {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  padding: 12px 65px 0 60px;
}
.pricing-compare-table .feature-row .feature-body:last-of-type p {
  padding-bottom: 12px;
}
.pricing-compare-table .feature-row .feature-btn {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 40px;
}
.pricing-compare-table .feature-row .feature-btn:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ec595a;
}
.pricing-compare-table.mobile .feature-title {
  width: 100%;
  padding: 5px 0;
  box-shadow: none;
  text-align: left;
}
.pricing-compare-table.mobile .sub-padding {
  padding: 20px 25px 15px;
}
.pricing-compare-table.mobile .product-plan {
  margin-bottom: 30px;
}
.pricing-compare-table.mobile .feature-body p {
  padding: 12px 0 0 20px;
}
.pricing-compare-table.mobile .feature-btn {
  padding-left: 20px;
}
.pricing-compare-table.mobile .feature-btn:before {
  left: 0;
}

.tab-content .tab-pane {
  display: none;
}
.tab-content .tab-pane.active {
  display: block;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

button {
  border: none;
  background: transparent;
  outline: none;
  cursor: pointer;
}

.pricing-item-2 .btn {
  position: relative;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  text-transform: capitalize;
  text-decoration: none;
  border: 2px solid #171717;
  border-radius: 0.375rem;
  padding: 0.8125rem 2rem;
  margin: 0 0;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  transition: 0.3s ease-out;
  color: #212529;
  font-family: "Inter", sans-serif;
  margin-top: 30px;
}

.cloud-pricing-wrapp .nav {
  border: none;
}
.cloud-pricing-wrapp .nav .nav-link {
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  border: transparent;
  background-color: transparent;
  padding: 0;
  margin-right: 30px;
  margin-bottom: 40px;
  color: #848d95;
}
.cloud-pricing-wrapp .nav .nav-link.active {
  color: #171717;
}
.cloud-pricing-wrapp .nav .nav-link span {
  width: 12px;
  height: 12px;
  border: 1px solid #848d95;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  margin-right: 5px;
}
.cloud-pricing-wrapp .nav .nav-link span:before {
  content: "";
  width: 0;
  height: 9px;
  border-radius: 50%;
  background-color: #EC595A;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.cloud-pricing-wrapp .nav .nav-link.active span:before {
  width: 9px;
}
.cloud-pricing-wrapp .tab-pane {
  padding-top: 0;
}
.cloud-pricing-wrapp-item {
  cursor: pointer;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 30px 40px;
  margin-bottom: 15px;
  transition: all 0.3s linear;
}
.cloud-pricing-wrapp-item .plan {
  width: 25%;
}
.cloud-pricing-wrapp-item .label {
  font-size: 15px;
  line-height: 27px;
  color: #171717;
  margin-bottom: 0;
  font-family: "inter", sans-serif;
  font-family: 15px;
}
.cloud-pricing-wrapp-item .space {
  color: #171717;
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.5px;
}
.cloud-pricing-wrapp-item .price {
  width: 25%;
  padding-left: 60px;
}
.cloud-pricing-wrapp-item .type {
  font-family: "inter", sans-serif;
  font-size: 17px;
  color: #171717;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 0;
}
.cloud-pricing-wrapp-item .btn-purchase {
  border-radius: 5px;
  background-color: #EC595A;
  color: #fff;
  transition: all 0.4s ease-in-out;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  padding: 4px 21px;
  margin-top: 6px;
  font-family: "inter", sans-serif;
}
.cloud-pricing-wrapp-item .btn-purchase:hover {
  background-color: #171717;
  color: #EC595A;
  text-decoration: none;
}

.cloud-heading-2 {
  font-size: 50px;
  line-height: 1.24;
  margin-top: 0;
  font-family: "poppins", sans-serif;
}

.cloud-pricing-wrapp .nav .nav-link span {
  width: 12px;
  height: 12px;
  border: 1px solid #848d95;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  margin-right: 5px;
}

.cloud-pricing-wrapp .nav .nav-link span:before {
  content: "";
  width: 0;
  height: 9px;
  border-radius: 50%;
  background-color: #EC595A;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.cloud-pricing-wrapp .nav .nav-link.active span {
  border-color: #171717;
}

.cloud-pricing-wrapp .nav .nav-link.active {
  background-color: transparent;
}

.cloud-pricing-wrapp .nav .nav-link.active span:before {
  width: 9px;
}

.cloud-pricing-wrapp .tab-pane {
  padding-top: 0;
  width: 100%;
}

.cloud-pricing-item {
  cursor: pointer;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 30px 40px;
  margin-bottom: 15px;
  transition: all 0.3s linear;
}

.cloud-pricing-item .plan {
  width: 25%;
}

.cloud-pricing-item .content {
  width: 50%;
}

.cloud-pricing-item .price {
  width: 25%;
  padding-left: 60px;
}

.cloud-pricing-item .label {
  font-size: 15px;
  line-height: 27px;
  color: #171717;
  margin-bottom: 0;
  font-family: "inter", sans-serif;
}

.cloud-pricing-item .label .tag {
  color: #EC595A;
  margin-left: 8px;
}

.cloud-pricing-item .space {
  color: #171717;
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.5px;
  margin-bottom: 0;
}

.cloud-pricing-item .plan-text {
  font-size: 15px;
  line-height: 22px;
}

.cloud-pricing-item .type {
  color: #171717;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 5px;
  font-family: "inter", sans-serif;
  font-size: 17px;
}

.cloud-pricing-item .btn-purchase {
  border-radius: 5px;
  background-color: #EC595A;
  color: #fff;
  transition: all 0.4s ease-in-out;
  font-size: 15px;
  font-family: "inter", sans-serif;
  font-weight: 500;
  line-height: 22px;
  padding: 4px 21px;
  margin-top: 6px;
}

.cloud-pricing-item .btn-purchase:hover {
  background-color: #171717;
  color: #EC595A;
  text-decoration: none;
}

.cloud-pricing-item:hover {
  box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.1);
}

.app-pricing-area .pricing-title span {
  position: relative;
}
.app-pricing-area .pricing-title span .border-shape {
  bottom: -2px;
  left: 50%;
  position: absolute;
  width: 110px;
}
.app-pricing-area .title-text {
  margin-top: 0;
  font-size: 17px;
  font-family: "inter", sans-serif;
  color: #5D5D66;
}
.app-pricing-area .title-text .offer {
  font-family: "Kalam", cursive;
  font-weight: 700;
  color: #EC595A;
}
.app-pricing-area .pricing-switcher.nav .nav-link {
  font-size: 16px;
  font-weight: 600;
  border-radius: 22.5px;
  border: 1px solid;
  padding: 3px 16px;
  margin: 0 10px;
  color: #848d95;
}
.app-pricing-area .pricing-switcher.nav .nav-link.active {
  color: #171717;
  font-weight: 600;
}

.app-pricing-switcher.nav .nav-link {
  font-size: 16px;
  font-weight: 600;
  border-radius: 22.5px;
  border: 1px solid;
  padding: 3px 16px;
  margin: 0 10px;
  color: #848d95;
  font-family: "poppins", sans-serif;
}

.app-pricing-switcher.nav .nav-link.active {
  color: #171717;
}

.app-pricing-item {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #f0f0f0;
  text-align: center;
  transition: all 0.3s ease-in-out;
  padding: 38px 35px 50px;
}

.app-pricing-item .btn {
  position: relative;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  text-transform: capitalize;
  text-decoration: none;
  border: 2px solid #171717;
  border-radius: 0.375rem;
  padding: 0.8125rem 2rem;
  margin: 0 0;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  transition: 0.3s ease-out;
  color: #212529;
  font-family: "Inter", sans-serif;
}

.app-pricing-item.active {
  position: relative;
}
.app-pricing-item.active .popular-shape {
  top: -13%;
  right: -18%;
  position: absolute;
  z-index: 1;
}

.app-pricing-item:hover {
  box-shadow: 0 20px 50px 0 rgba(23, 23, 23, 0.08);
}
.app-pricing-item .item-title {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 14px;
}
.app-pricing-item .item-label {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 18px;
}
.app-pricing-item .item-price {
  margin-bottom: 33px;
}
.app-pricing-item .item-price .dollar {
  color: #EC595A;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  position: relative;
}
.app-pricing-item .item-price .dollar svg {
  bottom: 0;
  left: 0;
  position: absolute;
}
.app-pricing-item .item-price .time {
  color: #9199A1;
  font-size: 18px;
  line-height: 36px;
}
.app-pricing-item .item-price .border-shape {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 41px;
}
.app-pricing-item ul {
  border-top: 1px solid #f0f0f0;
  padding-top: 33px;
  margin-bottom: 45px;
}
.app-pricing-item ul li {
  font-size: 15px;
  line-height: 40px;
}
.app-pricing-item .btn {
  border-color: #EC595A;
  color: #EC595A;
}
.app-pricing-item .btn:hover {
  background: #EC595A;
  color: #fff;
  text-decoration: none;
}

.choose-plan-area-three .pricing-switcher {
  padding-bottom: 80px;
}
.choose-plan-area-three .pricing-switcher .nav-link::after {
  background: #435bcc;
}
.choose-plan-area-three .tab-pane {
  padding-top: 0;
}
.choose-plan-area-three .pricing-item {
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 5px 16px 0 rgba(32, 32, 32, 0.1);
  padding: 65px 50px 70px;
  margin-top: 0;
  border: none;
  transition: all 0.3s linear;
}
.choose-plan-area-three .pricing-item:hover {
  box-shadow: 0 50px 80px 0 rgba(53, 42, 67, 0.1);
  transform: translateY(-20px);
  border: none;
}
.choose-plan-area-three .pricing-item:hover h4 {
  color: #3c73f0;
}
.choose-plan-area-three .pricing-item:hover .btn {
  color: #fff;
  background-color: #356eef;
}
.choose-plan-area-three .pricing-item h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  transition: all 0.3s linear;
  font-family: "poppins", sans-serif;
}
.choose-plan-area-three .pricing-item .price {
  font-size: 40px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 40px;
  margin-top: 0;
  color: #171717;
}
.choose-plan-area-three .pricing-item .price span {
  color: #8d8d8d;
  font-size: 20px;
}
.choose-plan-area-three .pricing-item .list-wrapp {
  margin-bottom: 50px;
}
.choose-plan-area-three .pricing-item .list-wrapp ul {
  padding-left: 0;
}
.choose-plan-area-three .pricing-item .list-wrapp .list-title {
  font-size: 18px;
  line-height: 160%;
  font-weight: 700;
  color: #171717;
  margin-bottom: 20px;
}
.choose-plan-area-three .pricing-item .list-wrapp ul {
  padding-top: 0;
}
.choose-plan-area-three .pricing-item .list-wrapp ul li {
  display: flex;
  font-size: 17px;
  line-height: 1;
  color: var(--text-color-2);
  text-align: left;
  padding: 0;
  margin-bottom: 20px;
}
.choose-plan-area-three .pricing-item .list-wrapp ul li .icon-check {
  color: #45c260;
  margin-right: 10px;
  font-size: 20px;
}
.choose-plan-area-three .pricing-item .list-wrapp ul li .icon-close {
  color: #c1c1c1;
  margin-right: 10px;
  font-size: 20px;
}
.choose-plan-area-three .pricing-item .list-wrapp ul li.disable {
  color: rgba(23, 23, 23, 0.5);
}
.choose-plan-area-three .pricing-item .btn {
  border: 1px solid #356eef;
  border-radius: 26px;
  padding: 10px 0;
  font-family: "Poppins", sans-serif;
  color: #171717;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.5px;
  display: block;
  height: 52px;
  width: 190px;
  margin: 0 auto;
  text-align: center;
  transition: all 0.3s linear;
}
.choose-plan-area-three .pricing-item .btn:hover {
  color: #fff;
  background-color: #356eef;
  text-decoration: none;
}
.choose-plan-area-three .pricing-item.active {
  box-shadow: 0 50px 80px 0 rgba(53, 42, 67, 0.1);
  transform: translateY(-20px);
  border: none;
}
.choose-plan-area-three .pricing-item.active h4 {
  color: #3c73f0;
}
.choose-plan-area-three .pricing-item.active .btn {
  color: #fff;
  background-color: #356eef;
}

@media (max-width: 991px) {
  .cloud-pricing-wrapp .nav {
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .pricing-switcher .nav-link:nth-child(odd) {
    padding-right: 60px;
  }
  .pricing-switcher .nav-link:nth-child(even) {
    padding-left: 60px;
  }
  .pricing-banner-2 .current-price {
    font-size: 24px;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes height {
  0% {
    opacity: 0;
    height: 0;
  }
  100% {
    opacity: 0.1;
    height: 50%;
  }
}
@keyframes height {
  0% {
    opacity: 0;
    height: 0;
    transition: all 0.6s linear;
  }
  100% {
    opacity: 0.3;
    height: 50%;
  }
}
.height {
  -webkit-animation-name: height;
  animation-name: height;
}

@-webkit-keyframes fadeInDown2 {
  0% {
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0.2;
  }
}
@keyframes fadeInDown2 {
  0% {
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 0.2;
  }
}
.fadeInDown2 {
  -webkit-animation-name: fadeInDown2;
  animation-name: fadeInDown2;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0.2;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0.2;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp2 {
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

.app-pricing-area {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.app-pricing-area .shape {
  position: absolute;
  z-index: -1;
}

.app-pricing-area .shape:nth-child(1) {
  width: 10px;
  height: 10px;
  top: 7%;
  left: 15%;
  position: absolute;
  border-radius: 50%;
  background: #37bd8a;
  animation: zoomIn 3s linear infinite both alternate-reverse;
}

.app-pricing-area .shape:nth-child(2) {
  width: 25px;
  height: 25px;
  top: 10%;
  left: 7%;
  position: absolute;
  border-radius: 50%;
  background: #bbc0c4;
  animation: zoomIn 6s linear infinite both alternate-reverse;
}

.app-pricing-area .shape:nth-child(3) {
  width: 10px;
  height: 10px;
  top: 18%;
  right: 26%;
  position: absolute;
  border-radius: 50%;
  background: #37bd8a;
  animation: zoomIn 4s linear infinite both alternate-reverse;
}

.app-pricing-area .shape:nth-child(4) {
  width: 25px;
  height: 25px;
  top: 10%;
  right: 12%;
  position: absolute;
  border-radius: 50%;
  background: #bbc0c4;
  animation: zoomIn 5s linear infinite both alternate-reverse;
}

.app-pricing-area .shape:nth-child(5) {
  top: 16%;
  left: 24%;
  position: absolute;
}

.app-pricing-area .shape:nth-child(6) {
  right: 20%;
  bottom: 12%;
  position: absolute;
}

.steps-panel {
  box-shadow: 0 3px 6px 0 rgba(4, 73, 89, 0.02);
  border: 1px solid rgb(235, 235, 235);
  border-radius: 10px;
  padding-right: 10px;
}

ul.ordered-list li::before {
  content: "h";
  font-family: "ElegantIcons";
  font-size: 10px;
}

.ordered-list {
  position: relative;
  list-style: none;
  padding-left: 20px;
  margin: 30px 0;
}
.ordered-list::before {
  content: "";
  position: absolute;
  left: 32px;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #c4cdd5;
}
.ordered-list::after {
  content: "";
  position: absolute;
  left: 32px;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #c4cdd5;
}
.ordered-list li {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin: 16px 0;
  position: relative;
  padding-left: 35px;
  counter-increment: a;
  z-index: 1;
}
.ordered-list li::before {
  content: counter(a);
  position: absolute;
  color: #fff;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  font-weight: 500;
  font-size: 12px;
  background-color: rgb(76, 76, 241);
  text-align: center;
  line-height: 23px;
  top: -4px;
  left: -4px;
  border: 5px solid #ffffff;
}
.ordered-list li:last-child {
  padding-bottom: 0;
}

.direction_steps {
  display: inline-flex;
  align-items: center;
}
.direction_steps .direction_step {
  padding: 0 8px;
  font-size: 13px;
  border-radius: 4px;
  background: rgba(127, 130, 248, 0.8);
  color: #fff;
  position: relative;
  line-height: 20px;
}
.direction_steps .direction_step + .direction_step {
  margin-left: 26px;
}
.direction_steps .direction_step + .direction_step:before {
  content: "$";
  font-family: eleganticons;
  position: absolute;
  left: -20px;
  color: rgba(127, 130, 248, 0.8);
}

/*========== cheatsheet_info css =========*/
.cheatsheet_info + .cheatsheet_info {
  margin-top: 30px;
}

.cheatsheet_accordian .card {
  border: 0;
  padding: 0;
  overflow: visible;
  margin-top: 10px;
  background: transparent;
}
.cheatsheet_accordian .card .card-header {
  padding: 0;
  border: 0;
  background: transparent;
}
.cheatsheet_accordian .card .card-header button {
  padding: 0;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
  background: transparent;
  color: rgb(29, 39, 70);
  text-decoration: none;
  margin-left: 8px;
  border: none;
}
.cheatsheet_accordian .card .card-header button .minus {
  display: inline-block;
}
.cheatsheet_accordian .card .card-header button .pluse {
  display: none;
}
.cheatsheet_accordian .card .card-header button.collapsed .pluse {
  display: inline-block;
}
.cheatsheet_accordian .card .card-header button.collapsed .minus {
  display: none;
}

.cheatsheet_item {
  text-align: left;
  padding: 20px 20px 30px;
  margin-bottom: 30px;
  transition: all 0.3s linear;
  background: #ffffff;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.cheatsheet_item:hover {
  box-shadow: 0 20px 27px 20px rgba(4, 73, 89, 0.08);
}
.cheatsheet_item .cheatsheet_num {
  text-align: right;
}
.cheatsheet_item p {
  margin-bottom: 0;
}
.cheatsheet_item h5 {
  margin-bottom: 0;
  color: rgb(76, 76, 241);
}

.light-header {
  position: absolute;
  bottom: -23px;
  left: 0;
  width: 100%;
  text-align: center;
}
@media (max-width: 768px) {
  .light-header {
    bottom: -10px;
  }
}
.light-header .title-light {
  color: #eff4f7;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}
@media (max-width: 768px) {
  .light-header .title-light {
    font-size: 30px;
    bottom: -10px;
  }
}

.expert-slider-one .item {
  margin: 0px 15px;
}

.card-style-three .name {
  font-weight: 500;
  font-size: 20px;
  color: #212529;
}
.card-style-three .name:hover {
  color: #244034;
  text-decoration: underline;
}
.card-style-three .img-meta {
  margin-bottom: 20px;
}
.card-style-three .img-meta img {
  border-radius: 200px;
}

.card-style-three .post {
  color: rgba(0, 0, 0, 0.5);
}

.expert-section-one .slick-arrow-one {
  position: absolute;
  right: 0;
  top: -100px;
}

.slick-arrow-one {
  margin-left: -2px;
  margin-right: -2px;
}
.slick-arrow-one li {
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #000;
  text-align: center;
  line-height: 50px;
  font-size: 22px;
  transition: all 0.2s linear;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slick-arrow-one li:hover {
  background: #D2F34C;
}
.slick-arrow-one.color-two li:hover {
  background: #D2F34C;
  color: #fff;
}

.expert-slider-two .slick-slide {
  margin: 0px 15px;
}
.expert-slider-two .slick-dots {
  position: relative;
  padding: 0;
  margin: 65px 0 0;
  justify-content: center;
  bottom: 0;
  display: flex;
}
.expert-slider-two .slick-dots:after, .expert-slider-two .slick-dots::before {
  content: "";
  position: absolute;
  width: 44%;
  height: 1px;
  background: #E0E0E0;
  top: 4px;
  left: 0;
}
.expert-slider-two .slick-dots::before {
  left: auto;
  right: 0;
}
.expert-slider-two .slick-dots li {
  margin: 0px;
  padding: 0;
  width: auto;
  height: auto;
}
.expert-slider-two .slick-dots li button {
  text-indent: -50000px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0 5px;
  background: #E4E4E4;
  transition: all 0.3s ease-in-out;
}
.expert-slider-two .slick-dots li.slick-active button {
  background: #00BF58;
}

.card-style-eight .img-meta {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.card-style-eight .img-meta::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background: #fff;
  right: -25px;
  bottom: -25px;
  transform: rotate(45deg);
}

.card-style-eight .name {
  font-size: 18px;
  color: #000;
  font-weight: 500;
}
.card-style-eight .name:hover {
  color: #00BF58;
}
.card-style-eight .post {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
}

.big-circle {
  width: 490px;
  height: 490px;
  z-index: 1;
  border: 1px solid #EEEEEE;
}
.big-circle .inner-circle {
  width: 51%;
  height: 51%;
  border: 1px solid #EEEEEE;
}
.big-circle .shape_01 {
  right: -7%;
  bottom: 30%;
}
.big-circle .brand-icon {
  background: #fff;
  position: absolute;
  z-index: 2;
  border: 1px solid #EEEEEE;
  overflow: hidden;
}
.big-circle .brand-icon:nth-child(1) {
  width: 51%;
  height: 51%;
  border: 1px solid #EEEEEE;
  position: relative;
}
.big-circle .brand-icon:nth-child(2) {
  width: 65px;
  height: 65px;
  top: -25px;
  left: 50%;
  animation: jumpTwo 8s infinite linear;
}
.big-circle .brand-icon:nth-child(3) {
  width: 100px;
  height: 100px;
  top: 19%;
  right: -4%;
  animation: jumpThree 8s infinite linear;
}
.big-circle .brand-icon:nth-child(4) {
  width: 140px;
  height: 140px;
  bottom: -8%;
  right: 10%;
  animation: jumpFour 8s infinite linear;
}
.big-circle .brand-icon:nth-child(5) {
  width: 80px;
  height: 80px;
  bottom: 8%;
  left: 4%;
  animation: jumpTwo 8s infinite linear;
}
.big-circle .brand-icon:nth-child(6) {
  width: 100px;
  height: 100px;
  top: 22%;
  left: -7%;
  animation: jumpThree 8s infinite linear;
}

/* Custome Animation */
@-webkit-keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes jumpTwo {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jumpTwo {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes jumpThree {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jumpThree {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes jumpFour {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jumpFour {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes jumpFive {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jumpFive {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.integration_style_two {
  background: url("../images/bg_shape_02.png") no-repeat scroll center center;
  border: 0px;
}
.integration_style_two .brand-icon {
  position: absolute;
  background: #fff;
}
.integration_style_two .brand-icon:nth-child(1) {
  width: 155px;
  height: 155px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.integration_style_two .brand-icon:nth-child(2) {
  width: 55px;
  height: 55px;
  top: 2%;
  left: 50%;
  animation: jumpTwo 8s infinite linear;
}
.integration_style_two .brand-icon:nth-child(3) {
  width: 88px;
  height: 88px;
  top: 20%;
  right: 2%;
  animation: jumpThree 8s infinite linear;
}
.integration_style_two .brand-icon:nth-child(4) {
  width: 110px;
  height: 110px;
  bottom: -2%;
  right: 23%;
  animation: jumpFour 8s infinite linear;
}
.integration_style_two .brand-icon:nth-child(5) {
  width: 68px;
  height: 68px;
  bottom: 17%;
  left: 7%;
  animation: jumpTwo 8s infinite linear;
}
.integration_style_two .brand-icon:nth-child(6) {
  width: 88px;
  height: 88px;
  top: 20%;
  left: 2%;
  animation: jumpThree 8s infinite linear;
}

@media (max-width: 1199px) {
  .big-circle .brand-icon {
    max-height: 105px;
    max-width: 105px;
    padding: 15px;
  }
}
@media (max-width: 991px) {
  .big-circle {
    margin: 60px auto 0;
  }
  .integration_style_two {
    margin-top: 0;
    background-size: contain !important;
  }
}
@media (max-width: 767px) {
  .big-circle {
    width: 370px;
    height: 370px;
  }
}
@media (max-width: 576px) {
  .big-circle .brand-icon:nth-child(2) {
    right: 1%;
  }
  .big-circle .brand-icon:nth-child(6) {
    left: 1%;
  }
}
.blog-meta-two .post-img {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px !important;
}
.blog-meta-two .post-img img {
  transition: all 0.4s ease-in-out;
}
.blog-meta-two .post-img .tags {
  font-size: 11px;
  letter-spacing: 0.5px;
  border-radius: 13px;
  padding: 5px 18px;
  color: #fff;
  text-transform: uppercase;
  background: #00bf58;
  position: absolute;
  left: 30px;
  bottom: 30px;
}
.blog-meta-two .post-img .tags:hover {
  text-decoration: underline;
}
.blog-meta-two:hover .post-img img {
  transform: scale3d(1.1, 1.1, 1);
}
.blog-meta-two .fw-500 {
  font-weight: 500;
}
.blog-meta-two .date a {
  color: #aaaaaa;
}
.blog-meta-two .date a:hover {
  color: #000;
  text-decoration: underline;
}
.blog-meta-two .blog-title {
  font-family: "gordita";
  font-size: 32px;
  line-height: 1.28em;
  margin: 25px 0;
  font-weight: 500;
  color: #000;
  transition: color 0.2s linear;
}
.blog-meta-two .blog-title:hover {
  color: #00bf58;
}
.blog-meta-two .blog-title.two {
  font-size: 24px;
  line-height: 1.428em;
  margin-top: 10px;
  margin-bottom: 30px;
}
.blog-meta-two .continue-btn {
  font-size: 18px;
  color: #000;
  letter-spacing: -1px;
  vertical-align: middle;
  font-weight: 500;
  transition: all 0.3s linear;
}
.blog-meta-two .continue-btn i {
  margin-left: 5px;
}
.blog-meta-two .continue-btn:hover {
  color: #00bf58;
}
.blog-meta-two .continue-btn.btn-seven {
  font-weight: 500;
  padding: 13px 28px;
  min-width: 150px;
  text-align: center;
  border-radius: 50px;
  color: #00bf58;
  border: 1px solid #00bf58;
  transition: all 0.3s ease-in-out 0s;
  display: inline-block;
  text-align: center;
}
.blog-meta-two .continue-btn.btn-seven:hover {
  background: #244034;
  border-color: #244034;
  color: #fff;
}
.blog-meta-two.box-layout {
  background: #fff;
  border-radius: 20px;
  padding: 20px 25px 50px;
}
.blog-meta-two.box-layout .post-img {
  border-radius: 15px;
}

.blog-meta-one {
  margin-top: 35px;
}
.blog-meta-one .post-img {
  overflow: hidden;
}
.blog-meta-one .post-img img {
  transition: all 0.3s ease-in-out;
}
.blog-meta-one .post-data {
  margin-top: 25px;
}
.blog-meta-one .date {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
}
.blog-meta-one .date .fw-500 {
  font-weight: 500;
}
.blog-meta-one .date a {
  color: rgba(0, 0, 0, 0.5);
}
.blog-meta-one .date a:hover {
  text-decoration: underline;
}
.blog-meta-one .blog-title {
  font-family: "gordita";
  font-size: 24px;
  line-height: 1.4em;
  color: #000;
  margin: 6px 0px 10px;
  transition: color 0.2s linear;
}
.blog-meta-one .blog-title:hover {
  color: #00bf58;
}
.blog-meta-one p {
  font-family: "gordita";
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 20px;
}
.blog-meta-one .continue-btn {
  font-size: 30px;
  color: #000;
}
.blog-meta-one .author {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
}
.blog-meta-one .author a {
  font-weight: 500;
  color: #000;
  transition: all 0.2s linear;
}
.blog-meta-one .author a:hover {
  text-decoration: underline;
}
.blog-meta-one:hover .post-img img {
  transform: scale3d(1.1, 1.1, 1);
}

.blog-meta-one .tags {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.4);
  transition: all 0.2s linear;
}
.blog-meta-one .tags:hover {
  color: #000;
}

.tag-style {
  font-family: "Kalam", cursive;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #464547;
  display: block;
}
.tag-style.body {
  padding-left: 13px;
}
.tag-style:is(.heading, .p) {
  padding-left: 0;
}

.blog-item {
  padding: 20px;
  margin-left: 10px;
  margin-top: 15px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (min-width: 992px) {
  .blog-item .blog-item {
    padding: 40px;
  }
}
.blog-item.is-active {
  background: #28172e;
}
.blog-item .blog-meta {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
}
.blog-item .blog-meta .author-img img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}
.blog-item .blog-meta .author-info h5 {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  color: #b9b9ba;
  margin-bottom: 0;
  padding-left: 0;
  text-transform: capitalize;
}
.blog-item .blog-meta .author-info h5 a {
  color: #b9b9ba;
  font-weight: 600;
}
.blog-item .blog-meta .author-info span {
  color: #b9b9ba;
  font-size: 13px;
  padding-left: 0;
}
.blog-item .blog-meta :is(.blog-category, .blog-category a, .blog-read) {
  color: #b9b9ba;
  font-size: 14px;
  font-family: "IBM Plex Sans", sans-serif;
  position: relative;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.blog-item .blog-meta .blog-category:hover,
.blog-item .blog-meta .blog-category a:hover {
  color: #ef4953;
}
.blog-item .blog-meta .blog-read::before {
  content: "";
  top: 50%;
  left: -10px;
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #ef4953;
  transform: translateY(-50%);
}
.blog-item .blog-title {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  padding-top: 5px;
  padding-left: 0;
}
.blog-item .blog-title a {
  color: #ffffff;
}
.blog-item .read-more-btn {
  margin-top: 50px;
  display: inline-block;
}
.blog-item .read-more-btn a {
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 16px;
  font-family: "IBM Plex Sans", sans-serif;
  color: #fff;
  position: relative;
  z-index: 2;
}
.blog-item .read-more-btn a i {
  margin-left: 10px;
}
.blog-item .read-more-btn a::before {
  content: "";
  bottom: -2px;
  left: 0;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #ef4953;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  z-index: -1;
}
.blog-item .read-more-btn a:hover::before {
  width: 100%;
  height: 18px;
}
.blog-item:hover {
  background: #28172e;
}

.before-after-banner {
  position: relative;
}
@media (min-width: 1080px) {
  .before-after-banner {
    max-height: 100vh;
  }
}
.before-after-banner #beforeAfter {
  height: 100%;
}
.before-after-banner img {
  max-width: inherit;
  width: 100%;
}
@media (min-width: 1080px) {
  .before-after-banner img {
    max-height: 100vh;
  }
}
.before-after-banner .indicator {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  color: #17161a;
  background-color: #fff;
  padding: 6px 20px;
  border-radius: 4px;
  display: inline-block;
  position: absolute;
  bottom: 30px;
  z-index: 1;
}
.before-after-banner .indicator.after {
  right: 60px;
}
.before-after-banner .indicator.before {
  left: 60px;
}

@keyframes blinkwithopacity {
  0% {
    transform: scale(0);
    opacity: 0.2;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0);
    opacity: 0.2;
  }
}
.skill-showcase {
  position: relative;
  height: 472px;
}
.skill-showcase span {
  position: absolute;
  position: absolute;
  color: #d92c0a;
  font-size: 22px;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  animation: blinkwithopacity 5s ease-in-out infinite;
}
.skill-showcase span.small {
  font-size: 16px;
  animation-duration: 6s;
}
.skill-showcase span.big {
  font-size: 24px;
  animation-duration: 4s;
}
.skill-showcase span:nth-child(1) {
  top: 10%;
  left: 51%;
}
.skill-showcase span:nth-child(2) {
  top: 25%;
  left: 25%;
  animation-delay: 0.4s;
}
.skill-showcase span:nth-child(3) {
  top: 25%;
  left: 85%;
  animation-delay: 2s;
}
.skill-showcase span:nth-child(4) {
  top: 25%;
  left: 59%;
  animation-delay: 1s;
}
.skill-showcase span:nth-child(5) {
  top: 39%;
  left: 5%;
  animation-delay: 2.2s;
}
.skill-showcase span:nth-child(6) {
  top: 40%;
  left: 25%;
}
.skill-showcase span:nth-child(7) {
  top: 39%;
  left: 55%;
  animation-delay: 2s;
}
.skill-showcase span:nth-child(8) {
  top: 43%;
  left: 75%;
  animation-delay: 0.9s;
}
.skill-showcase span:nth-child(9) {
  top: 53%;
  left: 83%;
}
.skill-showcase span:nth-child(10) {
  top: 52%;
  left: 34%;
  animation-delay: 1.9s;
}
.skill-showcase span:nth-child(11) {
  top: 55%;
  left: 61%;
  animation-delay: 0.8s;
}
.skill-showcase span:nth-child(12) {
  top: 56%;
  left: 95%;
}
.skill-showcase span:nth-child(13) {
  top: 57%;
  left: 11%;
  animation-delay: 1.9s;
}
.skill-showcase span:nth-child(14) {
  top: 64%;
  left: 47%;
  animation-delay: 0.7s;
}
.skill-showcase span:nth-child(15) {
  top: 74%;
  left: 16%;
  animation-delay: 1.1s;
}
.skill-showcase span:nth-child(16) {
  top: 69%;
  left: 35%;
}
.skill-showcase span:nth-child(17) {
  top: 69%;
  animation-delay: 1.9s;
  left: 86%;
}
.skill-showcase span:nth-child(18) {
  top: 85%;
  left: 75%;
  animation-delay: 0.8s;
}
.skill-showcase span:nth-child(19) {
  top: 85%;
  left: 13%;
}
.skill-showcase span:nth-child(20) {
  top: 81%;
  animation-delay: 2s;
  left: 48%;
}

.timeline-widget {
  list-style: none;
  padding: 0;
  position: relative;
}
.timeline-widget::before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 5px;
  background-color: #f5f5f5;
  left: 50%;
  margin-left: -1.5px;
  border-radius: 2.5px;
}

.timeline-wrapper {
  display: block;
  margin-bottom: 40px;
  position: relative;
  width: 100%;
  padding-right: 90px;
}
.timeline-wrapper.timeline-inverted {
  padding-right: 0;
  padding-left: 90px;
}
.timeline-wrapper.timeline-inverted .timeline-panel {
  margin-left: auto;
  margin-right: 10%;
  text-align: left;
}
.timeline-wrapper.timeline-inverted .timeline-panel p::after {
  left: inherit;
  right: calc(100% + 75px);
}
.timeline-wrapper.timeline-inverted .timestamp {
  left: inherit;
  right: calc(50% + 30px);
}
.timeline-wrapper.timeline-inverted .timestamp::after {
  right: inherit;
  left: 100%;
  border-right: none;
  border-left: 11px solid #f5f5f5;
}
.timeline-wrapper::after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 16px;
  left: calc(50% - 7px);
  z-index: 0;
  border-radius: 50%;
  border: 3px solid #3d3d4e;
}
.timeline-wrapper .timeline-panel {
  position: relative;
  width: 40%;
  text-align: right;
  margin-left: 10%;
}
.timeline-wrapper .timeline-panel h3 {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  color: #17161a;
}
.timeline-wrapper .timeline-panel span,
.timeline-wrapper .timeline-panel p {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #3d3d4e;
}
.timeline-wrapper .timeline-panel p {
  margin-top: 20px;
  position: relative;
}
.timeline-wrapper .timeline-panel p::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../images/timeline-bg.png");
  background-position: center;
  background-size: cover;
  position: absolute;
  left: calc(100% + 75px);
  top: 0;
}
.timeline-wrapper .timestamp {
  position: absolute;
  top: 9px;
  left: calc(50% + 30px);
  z-index: 0;
  background: #f5f5f5;
  border-radius: 3px;
  padding: 2px 9px;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
}
.timeline-wrapper .timestamp::after {
  position: absolute;
  right: 100%;
  content: "";
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 11px solid #f5f5f5;
  top: 50%;
  transform: translateY(-50%);
}

.timeline-roadmap .icon {
  position: relative;
  z-index: 1;
  height: 100%;
  display: inline-block;
  overflow: hidden;
}
.timeline-roadmap .icon.animated::after {
  transform: scaleY(1);
}
.timeline-roadmap .icon.no-line::after {
  display: none;
}
.timeline-roadmap .icon img {
  border-radius: 50%;
  padding: 15px;
  border: 1px solid #ccccce;
  background: #f5f5f5;
  display: inline-flex;
  overflow: hidden;
}
.timeline-roadmap .icon::after {
  content: "";
  position: absolute;
  border-left: 1px solid #ccccce;
  z-index: -1;
  height: 100%;
  left: 50%;
  top: 10%;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 1s linear;
}
.timeline-roadmap h4 {
  margin-bottom: 30px;
  margin-top: 15px;
}
.timeline-roadmap h4 a {
  font-family: "IBM Plex Sans", sans-serif;
  color: #17161a;
}
.timeline-roadmap .timeline div {
  padding: 0;
  height: 40px;
}
.timeline-roadmap .curve {
  display: flex;
  overflow: hidden;
}
.timeline-roadmap .corner {
  border: 1px solid #ccccce;
  width: 100%;
  position: relative;
  border-radius: 10px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 1s linear;
}
.timeline-roadmap .corner.top-right {
  left: 43px;
  top: -50%;
  transition-delay: 1s;
}
.timeline-roadmap .corner.top-left {
  right: 42px;
  top: -50%;
  transform-origin: right;
  transition-delay: 1s;
}
.timeline-roadmap .corner.right-bottom {
  left: 43px;
  top: calc(50% - 1px);
  transform-origin: right;
  transition-delay: 4s;
}
.timeline-roadmap .corner.left-bottom {
  right: 43px;
  top: calc(50% - 1px);
  transition-delay: 4s;
}
.timeline-roadmap .animated hr {
  transform: scale(1);
  transition-delay: 2s;
}
.timeline-roadmap .animated .corner {
  transform: scale(1);
}
.timeline-roadmap hr {
  border-top: 1px solid #ccccce;
  margin: 0;
  top: 19px;
  position: relative;
  opacity: 1;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 2s linear;
}
.timeline-roadmap .animate-reverse hr {
  transform-origin: right;
}

.keyword-tag {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.keyword-tag a {
  display: inline-block;
  color: #17161a;
  padding: 1px 10px;
  background-color: #fff;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.0509803922);
  color: #17161a;
  border-radius: 3px;
}
.keyword-tag a:hover {
  background-color: #d92c0a;
  color: #fff;
  box-shadow: none;
}

.scroll-down-one {
  display: inline-block;
}
.scroll-down-one .circle {
  height: 25px;
  width: 18px;
  border-radius: 9px;
  position: relative;
  border: 1px solid #fff;
  box-sizing: border-box;
}
.scroll-down-one .circle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 6px;
  width: 1px;
  background-color: #fff;
}
.scroll-down-one .arrow-cont {
  cursor: pointer;
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
}
.scroll-down-one .arrow-cont i {
  position: absolute;
  bottom: 0;
  background-size: contain;
  top: 2px;
  left: 0%;
  font-size: 17px;
  color: #fff;
}
.scroll-down-one .arrow-cont i:nth-child(2) {
  margin-top: 5.5px;
}
.scroll-down-one .arrow-cont i:nth-child(3) {
  margin-top: 11.5px;
}
.scroll-down-one:hover i {
  animation-name: bounceAlphaUpper;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.scroll-down-one:hover i:nth-child(1) {
  animation-delay: 0.4s;
}
.scroll-down-one:hover i:nth-child(2) {
  animation-delay: 0.2s;
}

.banner-content-typing h1 {
  font-family: "Playfair Display", serif;
  font-size: 68px;
  color: #e6e6e6;
  letter-spacing: 0;
  font-weight: 700;
}
.banner-content-typing .single-headline {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 68px;
  line-height: 1.2;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 0;
}
.banner-content-typing .single-headline:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  top: 0;
  right: 0;
  background: #fff;
}
.banner-content-typing .single-headline span {
  opacity: 0;
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
  font-style: normal;
}
.banner-content-typing .single-headline span b {
  color: #E86A42;
}
.banner-content-typing .single-headline span.is-visible {
  position: relative;
  opacity: 1;
}
.banner-content-typing p {
  color: #B9B9BA;
  font-size: 36px;
  font-weight: 500;
  margin-top: 15px;
  font-family: "IBM Plex Sans", sans-serif;
}
.banner-content-typing .allfolio-btn-group {
  margin-top: 65px;
}
.banner-content-typing .allfolio-btn-group .theme-btn {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.01em;
  text-transform: capitalize;
}
.banner-content-typing .allfolio-btn-group .theme-btn + .theme-btn {
  margin-left: 20px;
}

@media (max-width: 1300px) {
  .banner-content-typing h1,
  .banner-content-typing .single-headline {
    font-size: 50px;
    line-height: 1.2;
  }
}
@media (max-width: 575px) {
  .banner-content-typing h1,
  .banner-content-typing .single-headline {
    font-size: 45px;
    line-height: 50px;
  }
}
/*======== video popup 1 ========*/
.video-icon {
  width: 120px;
  height: 120px;
  line-height: 120px;
  color: #fff;
  font-size: 35px;
  background: #00bf58;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.video-icon:hover {
  text-decoration: none !important;
}

/*======== video popup 1========*/
@keyframes pulse-white {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}
@keyframes pulse-red {
  0% {
    box-shadow: 0 0 0 0 rgb(217, 44, 10);
  }
  80% {
    box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}
/*======== video popup 1(with wave) ========*/
.wave a::before {
  animation: pulse-red 2s infinite;
  width: 110px;
  height: 110px;
}
.wave a {
  width: 90px;
  transition: 0.3s ease-out;
}
.wave a::before {
  content: "";
  width: 110px;
  height: 110px;
  top: -10px;
  left: -10px;
  position: absolute;
  border-radius: 50%;
}

/*======== video popup 1(with hover wave) ========*/
.hover_wave a {
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 50%;
  color: #d92c0a;
  background: #fff;
  display: block;
  text-align: center;
  font-size: 40px;
  padding-top: 5px;
  transition: 0.3s ease-out;
}
.hover_wave a::before {
  content: "";
  width: 110px;
  height: 110px;
  top: -10px;
  left: -10px;
  position: absolute;
  border-radius: 50%;
}
.hover_wave a:hover::before {
  animation: pulse-white 2s infinite;
}

/*======== video popup 2========*/
.play-button2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.play-button2 a::before {
  animation: pulse-red 2s infinite;
  width: 110px;
  height: 110px;
}
.play-button2 a {
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 50%;
  color: #fff;
  background: #d92c0a;
  display: block;
  text-align: center;
  font-size: 40px;
  padding-top: 5px;
  transition: 0.3s ease-out;
}
.play-button2 a::before {
  content: "";
  width: 110px;
  height: 110px;
  top: -10px;
  left: -10px;
  position: absolute;
  border-radius: 50%;
}
.play-button2.play-button-white a {
  background: #fff;
  color: #d92c0a;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 25px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .play-button2.play-button-white a {
    width: 78px;
    height: 78px;
    line-height: 78px;
    font-size: 35px;
  }
}
.play-button2.play-button-white a::before {
  content: "";
  top: -15px;
  left: -15px;
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  animation: pulse-white 2s infinite;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .play-button2.play-button-white a::before {
    width: 106px;
    height: 106px;
  }
}
.play-button2.play-button-white a::after {
  content: "";
  top: -30px;
  left: -30px;
  position: absolute;
  width: 110px;
  height: 110px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  animation: pulse-white 2s infinite;
  animation-delay: 1.3s;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .play-button2.play-button-white a::after {
    height: 136px;
    width: 136px;
  }
}

/*======== video popup 3========*/
.btn-circle {
  position: relative;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  cursor: pointer;
}
.btn-circle .text {
  position: absolute;
  height: 100%;
  margin-top: 0px;
  animation: rotate 8s linear infinite;
  color: #B9B9BA;
}
.btn-circle .text p {
  font-size: 30px;
  text-transform: uppercase;
  margin-top: -20px;
  margin-left: 0;
}
.btn-circle .text p span {
  position: absolute;
  left: 50%;
  font-size: 0.8em;
  transform-origin: 0 12vmin;
}
.btn-circle .youtube_logo {
  color: #B9B9BA;
}
.btn-circle .youtube_logo:focus {
  color: #fff;
}

.youtube_logo {
  position: absolute;
  width: 230px;
  height: 230px;
  background: linear-gradient(143deg, rgba(86, 86, 86, 0.25) 0%, rgba(212, 212, 212, 0) 100%);
  border: 1px solid rgba(232, 230, 230, 0.11);
  color: #B9B9BA;
  border-radius: 50%;
  filter: contrast(1.5);
  transition: all 0.3s;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
  animation: none;
}

@keyframes rotate {
  from {
    transform: rotate(360deg);
    -webkit-filter: blur(0.2px);
  }
  to {
    transform: rotate(0);
    -webkit-filter: blur(0px);
  }
}
svg.radial-progress {
  height: auto;
  padding: 0.5em;
  transform: rotate(-90deg);
}

svg.radial-progress circle {
  fill: transparent;
  stroke: #fff;
  stroke-dashoffset: 219.9114857513;
  stroke-width: 6px;
}

svg.radial-progress circle.complete {
  stroke-dasharray: 219.9114857513;
}

svg.radial-progress text {
  fill: #e8e6e6;
  font-size: 16px;
  font-weight: 500;
  text-anchor: middle;
}

svg.radial-progress circle.complete {
  stroke: #ef4953;
  stroke-linecap: round;
}

svg.radial-progress circle.incomplete {
  stroke: #5d5b62;
}

/*# sourceMappingURL=main.css.map */
