/* header.css */
.navbar-area {
  z-index: 999;
  transition: 1s;
}
.navbar-area.sticky {
  top: 0;
  left: 0;
  position: sticky !important;
  width: 100%;
  z-index: 999 !important;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.06);
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  transition: var(--transition);
}
.navbar-area .other-options .option-item {
  margin-left: 20px;
}
.navbar-area .other-options .option-item:first-child {
  margin-left: 0;
}
.navbar-area .other-options .option-item .mobile-options {
  width: 20px;
}
.navbar-area .other-options .option-item .mobile-options button:after {
  display: none;
}
.navbar-area .other-options .option-item .mobile-options button i {
  font-size: 18px;
  line-height: 0.8;
  position: relative;
  top: 2px;
  color: var(--titleColor);
}
.navbar-area .other-options .option-item .mobile-options .dropdown-menu {
  background-color: transparent;
  padding: 0;
  min-width: 200px;
}
.navbar-area .other-options .option-item .mobile-options .dropdown-menu .dropdown-item {
  width: 197px;
  padding: 0;
}
.navbar-area .other-options .option-item .mobile-options .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
}
.navbar-area .other-options .option-item .mobile-options .dropdown-menu-centered {
  top: calc(100% + 15px) !important;
  left: 5% !important;
  transform: translateX(-50%) !important;
}
.navbar-area .other-options .option-item .search-btn {
  position: relative;
}
.navbar-area .other-options .option-item .search-btn:after {
  display: none;
}
.navbar-area .other-options .option-item .search-btn i {
  font-size: 18px;
  line-height: 0.8;
  position: relative;
  top: 2px;
  color: var(--titleColor);
}
.navbar-area .other-options .option-item .search-dropdown {
  min-width: 420px;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.06);
  transform: translate(0, 0) !important;
  transition: var(--transition);
  visibility: hidden;
  opacity: 0;
  display: block !important;
}
.navbar-area .other-options .option-item .search-dropdown.dropdown-menu-right {
  left: auto !important;
  right: 5.8% !important;
}
.navbar-area .other-options .option-item .search-dropdown.dropdown-menu-right.show {
  visibility: visible;
  opacity: 1;
}
.navbar-area .other-options .option-item .search-dropdown .search-popup input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  height: 50px;
}
.navbar-area .other-options .option-item .search-dropdown .search-popup input::-moz-placeholder {
  opacity: 1;
  color: var(--paraColor);
}
.navbar-area .other-options .option-item .search-dropdown .search-popup input::placeholder {
  opacity: 1;
  color: var(--paraColor);
}
.navbar-area .other-options .option-item .search-dropdown .search-popup input:focus {
  border-color: var(--primaryColor);
}
.navbar-area .other-options .option-item .search-dropdown .search-popup button {
  padding: 5px 12px;
}
.navbar-area .menu-section {
  margin-right: 15px;
}
.navbar-area.style-one {
  background-color: transparent;
}
.navbar-area.style-one.sticky {
  background-color: var(--titleColor);
}
.navbar-area.style-one .menu > ul > li > a {
  color: var(--offwhiteColor);
}
.navbar-area.style-one .menu > ul > li > a:before {
  background-color: rgba(255, 255, 255, 0.3);
}
.navbar-area.style-one .menu > ul > li > a:hover, .navbar-area.style-one .menu > ul > li > a.active {
  color: var(--whiteColor);
}
.navbar-area.style-one .menu > ul > li.menu-item-has-children > a i {
  color: rgba(255, 255, 255, 0.3);
}
.navbar-area.style-one .menu > ul > li.menu-item-has-children > a.active i, .navbar-area.style-one .menu > ul > li.menu-item-has-children > a:hover i {
  color: var(--whiteColor);
}
.navbar-area.style-two .menu > ul > li > a, .navbar-area.style-three .menu > ul > li > a {
  color: var(--titleColor);
}
.navbar-area.style-two .menu > ul > li > a:hover, .navbar-area.style-two .menu > ul > li > a.active, .navbar-area.style-three .menu > ul > li > a:hover, .navbar-area.style-three .menu > ul > li > a.active {
  color: var(--whiteColor);
}
.navbar-area.style-two {
  padding: 15px 15px 0;
}
.navbar-area.style-two.sticky {
  background-color: #F4E6F8;
  padding: 0;
}
.navbar-area.style-three.sticky {
  background-color: #F5EBE2;
}

.offcanvas-backdrop {
  background-color: rgba(25, 39, 43, 0.9) !important;
}

.menu > ul > li {
  display: inline-block;
  line-height: 1;
  margin-right: 20px;
}
.menu > ul > li:last-child {
  margin-right: 0;
}
.menu > ul > li.menu-item-has-children a i {
  font-size: 16px;
  font-weight: 500;
  line-height: 0.8;
  margin-left: 4px;
  transition: var(--transition);
}
.menu > ul > li .menu-column-1 {
  min-width: 17.1rem;
  max-width: 17.1rem;
}
.menu > ul > li .menu-subs {
  position: absolute;
  width: 100%;
  height: auto;
  padding: 0;
  border: none;
  outline: none;
  z-index: 500;
  opacity: 0;
  list-style: none;
  visibility: hidden;
  background: var(--whiteColor);
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
}
.menu > ul > li .menu-subs li a {
  padding: 13px 17px;
  display: block;
  line-height: 1.6;
  color: var(--titleColor);
  border-left: 4px solid transparent;
  border-bottom: 1px solid rgba(38, 38, 54, 0.08);
}
.menu > ul > li .menu-subs li a:hover, .menu > ul > li .menu-subs li a.active {
  color: var(--primaryColor);
  border-left-color: var(--secondaryColor);
}
.menu > ul > li .menu-subs li .menu-subs:before {
  display: none;
}
.menu > ul > li .menu-subs > li:last-child > a {
  border-bottom: none;
}
.menu > ul > li .menu-subs > ul > li {
  line-height: 1;
}
.menu > ul > li .menu-subs > ul > li a {
  display: inline-block;
  font-family: inherit;
  border: none;
  outline: none;
  padding: 15px 0;
  text-transform: capitalize;
  text-rendering: optimizeLegibility;
  transition: all 0.3s ease-in-out;
}
.menu > ul > li > a {
  position: relative;
  display: inline-block;
  border: none;
  outline: none;
  z-index: 1;
  background-color: transparent;
  color: var(--whiteColor);
  border-radius: 50px;
  display: inline-block;
}
.menu > ul > li > a:before {
  position: absolute;
  top: 50%;
  left: 15px;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: var(--transition);
  background-color: rgba(99, 102, 241, 0.47);
}
.menu > ul > li > a:hover, .menu > ul > li > a.active {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
}
.menu > ul > li > a:hover:before, .menu > ul > li > a.active:before {
  background-color: var(--whiteColor);
}
.menu ul li a {
  color: var(--primaryColor);
  font-weight: 600;
  transition: var(--transition);
}
.menu ul li a.menu-item-has-children i {
  font-weight: 400;
}
.menu ul li a.active, .menu ul li a:hover {
  color: var(--whiteColor);
}
.menu .menu-section {
  margin-left: 42px;
}

.menu-mobile-header,
.menu-mobile-trigger {
  display: none;
}

@media only screen and (max-width: 767px) {
  .navbar-area .navbar-brand img {
    max-width: 100px;
  }
  .navbar-area .other-options .option-item {
    margin-left: 20px;
  }
  .navbar-area .other-options .option-item:first-child {
    margin-left: 0;
  }
  .navbar-area.style-one .other-options .option-item, .navbar-area.style-two .other-options .option-item, .navbar-area.style-three .other-options .option-item {
    margin-left: 15px;
  }
  .navbar-area.style-one .other-options .option-item:first-child, .navbar-area.style-two .other-options .option-item:first-child, .navbar-area.style-three .other-options .option-item:first-child {
    margin-left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .navbar-area {
    padding: 12px 0;
    z-index: 99;
  }
  .navbar-area.sticky {
    top: 0 !important;
    margin-top: 0;
  }
  .navbar-area .navbar .navbar-brand img {
    max-width: 105px;
  }
  .navbar-area .menu {
    border-radius: 0;
  }
  .navbar-area .menu > ul > li > a {
    border-radius: 0;
  }
  .navbar-area .menu > ul > li > a:before {
    display: none;
  }
  .navbar-area .menu ul li a i {
    float: right;
    font-size: 18px;
  }
  .navbar-area .menu-mobile-trigger span {
    background: var(--primaryColor);
  }
  .navbar-area.style-one .menu-section, .navbar-area.style-two .menu-section, .navbar-area.style-three .menu-section {
    margin-left: 0;
    margin-right: 0;
  }
  .navbar-area.style-one .menu > ul > li > a, .navbar-area.style-two .menu > ul > li > a, .navbar-area.style-three .menu > ul > li > a {
    color: var(--blackColor);
  }
  .navbar-area.style-one .menu > ul > li > a.active, .navbar-area.style-one .menu > ul > li > a:hover, .navbar-area.style-two .menu > ul > li > a.active, .navbar-area.style-two .menu > ul > li > a:hover, .navbar-area.style-three .menu > ul > li > a.active, .navbar-area.style-three .menu > ul > li > a:hover {
    color: var(--primaryColor);
  }
  .navbar-area.style-one .other-options .option-item .mobile-options button i {
    color: var(--whiteColor);
  }
  .navbar-area.style-one .menu-mobile-trigger span {
    background: var(--whiteColor);
  }
  .navbar-area.style-two {
    padding: 25px 13px 0;
  }
  .navbar-area.style-two.sticky {
    padding: 13px 0;
  }
  .navbar-area.style-two .other-options .option-item .mobile-options button i, .navbar-area.style-three .other-options .option-item .mobile-options button i {
    color: var(--titleColor);
  }
  .navbar-area.style-two .menu-mobile-trigger span, .navbar-area.style-three .menu-mobile-trigger span {
    background: var(--titleColor);
  }
  .navbar-area .other-options .option-item .search-dropdown {
    min-width: 290px;
    max-width: 290px;
  }
  .navbar-area .other-options .option-item .search-dropdown.dropdown-menu-right {
    top: 75px !important;
  }
  .navbar-area .other-options .option-item .search-dropdown.dropdown-menu-right.show {
    top: 60px !important;
  }
  .menu-mobile-trigger {
    position: relative;
    display: block;
    cursor: pointer;
    width: 1.75rem;
    height: 1rem;
    border: none;
    outline: none;
    background: 0 0;
    transform: rotate(0deg);
    transition: 0.35s ease-in-out;
  }
  .menu-mobile-trigger span {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    border: none;
    outline: none;
    opacity: 1;
    border-radius: 0.25rem;
    background: var(--primaryColor);
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
  }
  .menu-mobile-trigger span:nth-child(1), .menu-mobile-trigger span:nth-child(2) {
    top: 0;
  }
  .menu-mobile-trigger span:nth-child(2), .menu-mobile-trigger span:nth-child(3) {
    top: 0.5rem;
    width: 80%;
    margin-left: 20%;
  }
  .menu-mobile-trigger span:nth-child(4) {
    top: 1rem;
  }
  .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1099;
    overflow: hidden;
    background: #FFFBF3;
    transform: translate(-100%);
    transition: all 0.5s ease-in-out;
  }
  .menu.active {
    transform: translate(0%);
  }
  .menu ul li a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-left: none !important;
  }
  .menu ul li a:after {
    display: none;
  }
  .menu ul li a:hover, .menu ul li a.active {
    color: var(--primaryColor);
    background-color: transparent !important;
  }
  .menu > ul > li {
    display: block;
    line-height: 1;
    margin: 0;
  }
  .menu > ul > li .menu-subs {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
    min-width: auto;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 1rem 0;
    padding-top: 50px;
    opacity: 1;
    overflow-y: auto;
    visibility: visible;
    transform: translateX(100%);
    box-shadow: none;
    transition: var(--transition);
  }
  .menu > ul > li .menu-subs > ul > li a {
    display: block;
  }
  .menu > ul > li .menu-subs.active {
    transform: translateX(0%);
  }
  .menu > ul > li > a {
    display: block;
    padding: 20px 25px;
  }
  .menu > ul > li > a i {
    position: absolute;
    font-size: 22px;
    top: 50%;
    right: 22px;
    text-align: center;
    transform: translateY(-50%) rotate(-90deg);
  }
  .menu .menu-mobile-header {
    position: relative;
    position: sticky;
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: 0;
    height: 3.125rem;
    z-index: 501;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
    background: #FFFBF3;
  }
  .menu .menu-mobile-header .menu-mobile-arrow {
    display: none;
    font-size: 1.25rem;
    line-height: 3.125rem;
    width: 3.125rem;
    height: 3.125rem;
    cursor: pointer;
    border-right: 1px solid rgba(0, 0, 0, 0.19);
    color: var(--titleColor);
    text-align: center;
  }
  .menu .menu-mobile-header.active .menu-mobile-arrow {
    display: block;
  }
  .menu .menu-mobile-header .menu-mobile-title {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    line-height: inherit;
    color: var(--titleColor);
    text-transform: capitalize;
    text-rendering: optimizeLegibility;
  }
  .menu .menu-mobile-header .menu-mobile-close {
    font-size: 24px;
    cursor: pointer;
    width: 4.125rem;
    height: 3.125rem;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    color: var(--titleColor);
    text-align: center;
  }
  .menu .menu-section {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1098;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.55);
    transition: all 0.3s ease-in-out;
  }
  .overlay.active {
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (min-width: 992px) {
  .navbar-area.style-one .menu > ul > li.menu-item-has-children a i, .navbar-area.style-two .menu > ul > li.menu-item-has-children a i, .navbar-area.style-three .menu > ul > li.menu-item-has-children a i {
    color: rgba(99, 102, 241, 0.47);
  }
  .navbar-area.style-one .menu > ul > li.menu-item-has-children a.active i, .navbar-area.style-one .menu > ul > li.menu-item-has-children a:hover i, .navbar-area.style-two .menu > ul > li.menu-item-has-children a.active i, .navbar-area.style-two .menu > ul > li.menu-item-has-children a:hover i, .navbar-area.style-three .menu > ul > li.menu-item-has-children a.active i, .navbar-area.style-three .menu > ul > li.menu-item-has-children a:hover i {
    color: var(--whiteColor);
  }
  .navbar-area.style-one .menu ul li a.active, .navbar-area.style-one .menu ul li a:hover, .navbar-area.style-two .menu ul li a.active, .navbar-area.style-two .menu ul li a:hover, .navbar-area.style-three .menu ul li a.active, .navbar-area.style-three .menu ul li a:hover {
    color: var(--whiteColor);
  }
  .navbar-area.style-one .menu ul li.menu-item-has-children a, .navbar-area.style-two .menu ul li.menu-item-has-children a, .navbar-area.style-three .menu ul li.menu-item-has-children a {
    background-color: transparent;
  }
  .navbar-area.style-one .menu ul li.menu-item-has-children a i, .navbar-area.style-two .menu ul li.menu-item-has-children a i, .navbar-area.style-three .menu ul li.menu-item-has-children a i {
    color: rgba(99, 102, 241, 0.47);
  }
  .navbar-area.style-one .menu ul li.menu-item-has-children a.active, .navbar-area.style-one .menu ul li.menu-item-has-children a:hover, .navbar-area.style-two .menu ul li.menu-item-has-children a.active, .navbar-area.style-two .menu ul li.menu-item-has-children a:hover, .navbar-area.style-three .menu ul li.menu-item-has-children a.active, .navbar-area.style-three .menu ul li.menu-item-has-children a:hover {
    background-color: var(--primaryColor);
  }
  .navbar-area.style-one .menu ul li.menu-item-has-children a.active i, .navbar-area.style-one .menu ul li.menu-item-has-children a:hover i, .navbar-area.style-two .menu ul li.menu-item-has-children a.active i, .navbar-area.style-two .menu ul li.menu-item-has-children a:hover i, .navbar-area.style-three .menu ul li.menu-item-has-children a.active i, .navbar-area.style-three .menu ul li.menu-item-has-children a:hover i {
    color: var(--whiteColor);
  }
  .navbar-area .other-options .option-item .search-dropdown.dropdown-menu-right {
    top: 110px !important;
  }
  .navbar-area .other-options .option-item .search-dropdown.dropdown-menu-right.show {
    top: 100px !important;
  }
  .menu > ul > li > a {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .menu > ul > li > .menu-subs > li > .menu-subs {
    left: -100%;
    margin-top: -50px !important;
  }
  .menu > ul li:hover > .menu-subs {
    margin-top: -7px;
    opacity: 1;
    visibility: visible;
  }
  .menu > ul li.menu-item-has-children .menu-subs li.menu-item-has-children a i {
    float: right;
    top: 5px;
    position: relative;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-area .navbar-brand img {
    max-width: 105px;
  }
  .navbar-area .menu-section {
    margin-left: 20px;
  }
  .navbar-area .other-options .option-item {
    margin-left: 12px;
  }
  .navbar-area .other-options .option-item:first-child {
    margin-left: 0;
  }
  .navbar-area .other-options .option-item .btn {
    font-size: 14px;
    padding: 9px 48px 9px 15px;
  }
  .navbar-area .other-options .option-item .btn span {
    padding: 10px 11px;
  }
  .menu > ul > li {
    margin-right: 0px;
  }
  .menu > ul > li > a {
    padding-top: 7px;
    padding-right: 8px;
    padding-bottom: 7px;
    padding-left: 28px;
  }
  .menu > ul > li:last-child {
    margin-right: 0;
  }
  .menu > ul > li.menu-item-has-children a i {
    margin-left: 1px;
    font-size: 16px;
  }
  .menu > ul > li .menu-column-1 {
    min-width: 14.8rem;
    max-width: 14.8rem;
  }
  .menu > ul > li .menu-subs > li > .menu-subs {
    left: -100%;
  }
  .menu ul li a {
    font-size: 15px;
  }
  .menu ul li .menu-subs li a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1199px) {
  .navbar-area.style-two .navbar-brand img {
    max-width: 100px;
  }
  .navbar-area.style-two .other-options .option-item .contact-link img {
    position: relative;
    top: -1px;
  }
  .navbar-area.style-two .other-options .option-item .search-btn img {
    max-width: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .menu > ul > li > a {
    padding-top: 7px;
    padding-right: 9px;
    padding-bottom: 7px;
    padding-left: 32px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .navbar-area.style-one .navbar-brand img, .navbar-area.style-three .navbar-brand img {
    max-width: 120px;
  }
  .navbar-area.style-one .menu > ul > li, .navbar-area.style-two .menu > ul > li, .navbar-area.style-three .menu > ul > li {
    margin-right: 9px;
  }
  .navbar-area.style-one .menu > ul > li:last-child, .navbar-area.style-two .menu > ul > li:last-child, .navbar-area.style-three .menu > ul > li:last-child {
    margin-right: 0;
  }
  .navbar-area.style-two .navbar-brand img {
    max-width: 110px;
  }
  .navbar-area.style-two .menu-section {
    margin-left: 0px;
  }
  .navbar-area.style-two .other-options .option-item {
    margin-left: 13px;
  }
  .navbar-area.style-two .other-options .option-item:first-child {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1400px) {
  .menu .menu-section {
    margin-left: 42px;
  }
  .menu > ul > li {
    margin-right: 25px;
  }
  .menu > ul > li:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1920px) {
  .navbar-area.style-one .other-options .option-item, .navbar-area.style-two .other-options .option-item, .navbar-area.style-three .other-options .option-item {
    margin-left: 30px;
  }
  .navbar-area.style-one .other-options .option-item:first-child, .navbar-area.style-two .other-options .option-item:first-child, .navbar-area.style-three .other-options .option-item:first-child {
    margin-left: 0;
  }
  .navbar-area.style-one .menu-section {
    margin-right: 75px;
  }
  .navbar-area.style-one .container-fluid, .navbar-area.style-two .container-fluid {
    padding: 0 105px;
  }
  .navbar-area.style-one .menu-section, .navbar-area.style-two .menu-section {
    margin-left: 100px;
  }
  .navbar-area.style-three .container-fluid {
    padding: 0 105px;
  }
  .navbar-area.style-three .menu-section {
    margin-left: 100px;
  }
  .menu > ul > li {
    margin-right: 40px;
  }
  .menu > ul > li:last-child {
    margin-right: 0;
  }
}/*# sourceMappingURL=header.css.map */

/* style.css */

/*
@File: Aixio Template 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.

This files table contents are outlined below>>>>>

/*--------------------------------
=========Table Of Contents========

1.  General Styles 
2.  Back To Top Button CSS
3.  Preloader CSS
4.  Button & Link CSS
5.  Section Title, Overlay & Shape CSS
6.  Pagination CSS
7.  Breadcrumb CSS
8.  Hero CSS
----------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");

:root {
  --primaryFont: "DM Sans", sans-serif;
  --secondaryFont: "Clash Display", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  --primaryColor: #6366F1;
  --secondaryColor: #D4FF12;
  --paraColor: #555;
  --titleColor: #1F1F1F;
  --grayeColor: #f3f3f3;
  --whiteColor: #fff;
  --blackColor: #000;
  --offwhiteColor: #ddd;
  --aztechColor:#111828;
  --charcoalColor:#30363D;
  --codColor: #12131B;
  --borderColor:rgba(255,255,255,0.21);
  --darkParaColor: #C0C0C0;
  --slateGrayColor:#2a2a2a;
  --fontSize: 16px;
  --transition: all ease .5s;
}

/*---------------------------------
    General Styles
-----------------------------------*/
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: auto;
}

.form-control:focus {
  box-shadow: none;
  outline: none;
}

a,
button,
input[type=submit] {
  cursor: pointer;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

/* clears the ‘X’ from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}

a {
  text-decoration: none;
  transition: all 0.4s ease;
}

a:hover,
a:focus {
  text-decoration: none;
  box-shadow: none;
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: var(--titleColor);
}

body {
  color: var(--paraColor);
  font-size: var(--fontSize);
  font-family: var(--primaryFont);
  font-weight: 400;
  line-height: 26px;
}

.text_primary {
  color: var(--primaryColor);
}

.text_secondary {
  color: var(--secondaryColor);
}

.text-title {
  color: var(--titleColor);
}

.text-para {
  color: var(--paraColor);
}

.text-offwhite {
  color: var(--offwhiteColor);
}

.font-primary {
  font-family: var(--primaryFont);
}

.font-secondary {
  font-family: var(--secondaryFont);
}

.bg-black {
  background-color: var(--blackColor);
}

.bg-title {
  background-color: var(--titleColor);
}

.bg-gray {
  background-color: var(--grayColor);
}

.bg_primary {
  background-color: var(--primaryColor);
}

.bg_secondary {
  background-color: var(--secondaryColor);
}

.bg-optional {
  background-color: var(--optionalColor);
}

.ht-60 {
  height: 60px;
}

.ht-50 {
  height: 50px;
}

.ht-56 {
  height: 56px;
}

.ht-150 {
  height: 150px;
}

.ht-160 {
  height: 160px;
}

.ht-200 {
  height: 200px;
}

.ht-250 {
  height: 250px;
}

.fw-black {
  font-weight: 900;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.fs-19 {
  font-size: 19px;
  line-height: 30px;
}

.fs-20 {
  font-size: 20px;
  line-height: 30px;
}

.fs-22 {
  font-size: 22px;
}

.fs-24 {
  font-size: 24px;
  line-height: 34px;
}

.fs-28 {
  font-size: 28px;
}

.fs-30 {
  font-size: 30px;
}

.fs-36 {
  font-size: 36px;
}

.ls-1 {
  letter-spacing: 0.1em;
}

.ls-15 {
  letter-spacing: 0.15em;
}

.outline-0:focus {
  outline: none;
}

.fw-extrabold {
  font-weight: 800;
}

.resize-0 {
  resize: none;
}

.pt-50 {
  padding-top: 50px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-130 {
  padding-top: 120px;
}

.pt-130 {
  padding-top: 120px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 95px;
}

.pb-130 {
  padding-bottom: 120px;
}

.ptb-130 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.mb-6 {
  margin-bottom: 6px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-18 {
  margin-bottom: 18px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-22 {
  margin-bottom: 22px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-28 {
  margin-bottom: 28px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-42 {
  margin-bottom: 42px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-120 {
  margin-bottom: 120px;
}

.btn {
  overflow: hidden;
  padding: 12px 75px 12px 25px;
  border-radius: 50px;
  border-right: none;
}
.btn span {
  border-radius: 0 50px 50px 0;
  padding: 10px 15px;
  transition: var(--transition);
}
.btn span img {
  transition: var(--transition);
}
.btn span:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition-delay: 0.4s;
  z-index: 1;
}
.btn:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  transition: var(--transition);
}
.btn:hover:before {
  visibility: visible;
  opacity: 1;
  width: 100%;
}
.btn:hover span:before {
  width: 100%;
  opacity: 1;
}
.btn.style-one {
  background-color: transparent;
  border: 1px solid rgba(206, 210, 193, 0.56);
  color: var(--blackColor);
}
.btn.style-one:before {
  background-color: var(--secondaryColor);
}
.btn.style-one span {
  background-color: var(--secondaryColor);
}
.btn.style-one span:before {
  background-color: var(--primaryColor);
}
.btn.style-one:hover {
  border-color: transparent;
  color: var(--titleColor);
}
.btn.style-one:hover span {
  background-color: var(--primaryColor);
}
.btn.style-one:hover span img {
  filter: brightness(0) invert(1);
}
.btn.style-two {
  background-color: transparent;
  border: 1px solid rgba(206, 210, 193, 0.56);
  color: var(--blackColor);
}
.btn.style-two:before {
  background-color: var(--secondaryColor);
}
.btn.style-two span {
  background-color: var(--primaryColor);
}
.btn.style-two:hover {
  border-color: transparent;
  color: var(--titleColor);
}
.btn.style-two:hover span img {
  filter: brightness(0) invert(1);
}
.btn.style-three {
  background-color: transparent;
  border: 1px solid var(--primaryColor);
  color: var(--blackColor);
}
.btn.style-three span {
  background-color: var(--primaryColor);
}
.btn.style-three:hover {
  border-color: transparent;
  background-color: var(--secondaryColor);
}
.btn.style-four {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.56);
  color: var(--blackColor);
}
.btn.style-four:before {
  background-color: var(--secondaryColor);
}
.btn.style-four span {
  background-color: var(--secondaryColor);
}
.btn.style-four span:before {
  background-color: var(--primaryColor);
}
.btn.style-four:hover {
  border-color: transparent;
}
.btn.style-four:hover span img {
  filter: brightness(0) invert(1);
}
.btn.style-five {
  background-color: var(--secondaryColor);
  border: none;
  color: var(--blackColor);
}
.btn.style-five span {
  background-color: var(--primaryColor);
}
.btn.style-five:hover {
  border-color: transparent;
  background-color: var(--primaryColor);
  color: var(--whiteColor);
}
.btn.style-five:hover span {
  background-color: var(--secondaryColor);
}
.btn.style-five:hover span img {
  filter: brightness(0) invert(0);
}
.btn.style-six {
  background-color: var(--primaryColor);
  border: none;
  color: var(--whiteColor);
}
.btn.style-six span {
  background-color: var(--secondaryColor);
}
.btn.style-six span img {
  filter: brightness(0) invert(0);
}
.btn.style-six:hover {
  border-color: transparent;
  background-color: var(--secondaryColor);
  color: var(--blackColor);
}
.btn.style-six:hover span {
  background-color: var(--primaryColor);
}
.btn.style-six:hover span img {
  filter: brightness(0) invert(1);
}
.btn.style-seven {
  background-color: transparent;
  border: 1px solid var(--secondaryColor);
  color: var(--whiteColor);
}
.btn.style-seven:before {
  background-color: var(--secondaryColor);
}
.btn.style-seven span {
  background-color: var(--secondaryColor);
}
.btn.style-seven span:before {
  background-color: var(--primaryColor);
}
.btn.style-seven:hover {
  border-color: transparent;
  color: var(--blackColor);
}
.btn.style-seven:hover span {
  background-color: var(--primaryColor);
}
.btn.style-seven:hover span img {
  filter: brightness(0) invert(1);
}
.btn.style-eight {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.33);
  color: var(--whiteColor);
}
.btn.style-eight:before {
  background-color: var(--secondaryColor);
}
.btn.style-eight span {
  background-color: var(--secondaryColor);
}
.btn.style-eight span:before {
  background-color: var(--primaryColor);
}
.btn.style-eight:hover {
  border-color: transparent;
  color: var(--blackColor);
}
.btn.style-eight:hover span {
  background-color: var(--primaryColor);
}
.btn.style-eight:hover span img {
  filter: brightness(0) invert(1);
}
.btn.style-nine {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--whiteColor);
}
.btn.style-nine:before {
  background-color: var(--primaryColor);
}
.btn.style-nine span {
  background-color: var(--primaryColor);
}
.btn.style-nine:hover {
  border-color: transparent;
}
.btn.style-nine:hover span {
  background-color: var(--secondaryColor);
}
.btn.style-nine:hover span img {
  filter: brightness(0) invert(0);
}
.btn.style-ten {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--whiteColor);
}
.btn.style-ten:before {
  background-color: var(--primaryColor);
}
.btn.style-ten span {
  background-color: rgba(255, 255, 255, 0.23);
}
.btn.style-ten:hover {
  border-color: transparent;
}
.btn.style-ten:hover span {
  background-color: var(--secondaryColor);
}
.btn.style-ten:hover span img {
  filter: brightness(0) invert(0);
}
.btn.style-11 {
  background-color: transparent;
  border: 1px solid rgba(206, 210, 193, 0.56);
  color: var(--blackColor);
}
.btn.style-11:before {
  background-color: var(--primaryColor);
}
.btn.style-11 img {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.btn.style-11:hover {
  border-color: transparent;
  color: var(--titleColor);
}
.btn.style-11:hover span {
  background-color: var(--primaryColor);
}
.btn.style-11:hover span img {
  filter: brightness(0) invert(1);
}
.btn.style-12 {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
}
.btn.style-12:before {
  background-color: var(--secondaryColor);
}
.btn.style-12:hover {
  border-color: transparent;
  color: var(--titleColor);
}

.link {
  position: relative;
  padding-bottom: 1px;
  line-height: 1;
}
.link:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  transition: var(--transition);
}
.link i {
  margin-left: 5px;
  font-size: 21px;
  font-weight: 300;
  line-height: 0.8;
  position: relative;
  top: 2px;
  transition: var(--transition);
}
.link img {
  position: relative;
  top: -1px;
  margin-left: 5px;
  transition: var(--transition);
}
.link:hover:after {
  width: 100%;
}
.link:hover img {
  margin-left: 9px;
}
.link:hover i {
  margin-left: 9px;
}
.link.style-one {
  color: var(--secondaryColor);
}
.link.style-one:after {
  background-color: var(--secondaryColor);
}
.link.style-two {
  color: var(--primaryColor);
}
.link.style-two:after {
  background-color: var(--titleColor);
}
.link.style-two:hover {
  color: var(--titleColor);
}
.link.style-three {
  color: var(--secondaryColor);
}
.link.style-three:after {
  background-color: var(--secondaryColor);
  width: 100%;
  visibility: visible;
  opacity: 1;
}
.link.style-three:hover {
  color: var(--primaryColor);
}
.link.style-three:hover:after {
  background-color: var(--primaryColor);
}
.link.style-four {
  color: var(--offwhiteColor);
}
.link.style-four:after {
  background-color: var(--secondaryColor);
}
.link.style-four:hover {
  color: var(--secondaryColor);
}

.link-hover-white,
.link-hover-primary,
.link-hover-secondary {
  position: relative;
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size 0.6s;
}
.link-hover-white:hover,
.link-hover-primary:hover,
.link-hover-secondary:hover {
  background-size: 100% 2px;
}

.link-hover-title:hover {
  background-image: linear-gradient(var(--titleColor), var(--titleColor));
  color: var(--titleColor);
}

.link-hover-primary:hover {
  background-image: linear-gradient(var(--primaryColor), var(--primaryColor));
  color: var(--primaryColor) !important;
}

.link-hover-white:hover {
  background-image: linear-gradient(var(--whiteColor), var(--whiteColor));
  color: var(--whiteColor) !important;
}

.link-hover-yellowGreen:hover {
  background-image: linear-gradient(var(--yellowGreenColor), var(--yellowGreenColor));
  color: var(--yellowGreenColor) !important;
}

.link-hover-titleTwo:hover {
  background-image: linear-gradient(#134404, #134404);
  color: #134404;
}

.link-hover-secondary:hover {
  background-image: linear-gradient(var(--secondaryColor), var(--secondaryColor));
  color: var(--secondaryColor) !important;
}

.hover-text-secondary:hover {
  color: var(--secondaryColor) !important;
}

.hover-text-title:hover {
  color: var(--titleColor) !important;
}

.hover-text-primary:hover {
  color: var(--primaryColor) !important;
}

.hover-text-jaffa:hover {
  color: var(--jaffaColor) !important;
}

.hover-text-secondary:hover {
  color: var(--secondaryColor);
}

.hover-text-optional:hover {
  color: var(--optionalColor);
}

.tilt-img {
  transition: 0.3s ease;
  transform-style: preserve-3d;
}

.img-hover-zoom .img-zoom img {
  transition: all 500ms ease;
}
.img-hover-zoom .img-zoom img:first-child {
  transform: translateX(50%) scaleX(2);
  opacity: 0;
  filter: blur(10px);
}
.img-hover-zoom:hover .img-zoom img:first-child {
  transform: translateX(0) scaleX(1);
  opacity: 1;
  filter: blur(0);
}
.img-hover-zoom:hover .img-zoom img:nth-child(2) {
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  filter: blur(10px);
}

.img-hover:before {
  position: absolute;
  top: 0;
  left: -80%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}

.img-hover-wrap:hover .img-hover:before {
  animation: shine 0.75s;
}
.img-hover-wrap:hover .img-hover img {
  transform: scale(1.05);
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.bg-f {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ddd;
}

.transition {
  transition: var(--transition);
}

.social-profile li {
  display: inline-block;
  margin-right: 5px;
}
.social-profile li:last-child {
  margin-right: 0;
}
.social-profile li a i {
  line-height: 0.8;
  transition: var(--transition);
}
.social-profile.style-one li {
  margin-right: 5px;
  padding-right: 7px;
  line-height: 1;
  border-right: 1px solid rgba(221, 221, 221, 0.24);
}
.social-profile.style-one li:last-child {
  margin-right: 0;
  border-right: none;
}
.social-profile.style-one li a i {
  font-size: 15px;
  line-height: 15px;
  position: relative;
  color: rgba(221, 221, 221, 0.6);
}
.social-profile.style-one li a:hover {
  border-color: transparent;
}
.social-profile.style-one li a:hover i {
  color: var(--secondaryColor);
}
.social-profile.style-two li {
  margin-right: 7px;
  line-height: 1;
  padding-right: 9px;
  border-right: 1px solid rgba(255, 255, 255, 0.38);
}
.social-profile.style-two li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.social-profile.style-two li a i {
  font-size: 14px;
  line-height: 1;
  position: relative;
  color: var(--offwhiteColor);
}
.social-profile.style-two li a:hover i {
  color: var(--secondaryColor);
}
.social-profile.style-three li {
  margin-right: 8px;
  line-height: 1;
}
.social-profile.style-three li:last-child {
  margin-right: 0;
}
.social-profile.style-three li a {
  width: 36px;
  height: 36px;
  background-color: rgba(99, 102, 241, 0.16);
}
.social-profile.style-three li a i {
  font-size: 15px;
  line-height: 1;
  position: relative;
  color: var(--primaryColor);
}
.social-profile.style-three li a:hover {
  background-color: var(--primaryColor);
  border-color: transparent;
}
.social-profile.style-three li a:hover i {
  color: var(--whiteColor);
}
.social-profile.style-four li {
  margin-right: 7px;
  line-height: 1;
  padding-right: 9px;
  border-right: 1px solid rgba(85, 85, 85, 0.38);
}
.social-profile.style-four li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.social-profile.style-four li a i {
  font-size: 14px;
  line-height: 1;
  position: relative;
  color: var(--paraColor);
}
.social-profile.style-four li a:hover i {
  color: var(--primaryColor);
}

.section-subtitle {
  line-height: 13px;
}
.section-subtitle.style-one {
  padding: 10.5px 20px 10.5px 18px;
}
.section-subtitle.style-two {
  padding: 13px 20px 9px 18px;
}
.section-subtitle.style-two img {
  position: relative;
  margin-right: 12px;
  top: -1px;
}

.section-title {
  font-family: var(--secondaryFont);
}
.section-title.style-one, .section-title.style-two, .section-title.style-three, .section-title.style-four {
  font-size: 40px;
  line-height: 50px;
}

.slider-btn .prev-btn,
.slider-btn .next-btn {
  overflow: hidden;
  width: 50px;
  height: 50px;
}
.slider-btn .prev-btn:before,
.slider-btn .next-btn:before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 0;
  transition: var(--transition);
}
.slider-btn .prev-btn img, .slider-btn .prev-btn i,
.slider-btn .next-btn img,
.slider-btn .next-btn i {
  transition: var(--transition);
}
.slider-btn .prev-btn i,
.slider-btn .next-btn i {
  font-size: 20px;
  line-height: 1;
  font-weight: 300;
  position: relative;
  top: 0;
}
.slider-btn .prev-btn:hover:before,
.slider-btn .next-btn:hover:before {
  width: 100%;
  opacity: 1;
}
.slider-btn .prev-btn:hover img,
.slider-btn .next-btn:hover img {
  filter: brightness(0) invert(1);
}
.slider-btn .prev-btn i {
  left: -1px;
}
.slider-btn .next-btn i {
  right: -1px;
}
.slider-btn.style-one .prev-btn,
.slider-btn.style-one .next-btn {
  background-color: rgba(80, 137, 255, 0.11);
}
.slider-btn.style-one .prev-btn:before,
.slider-btn.style-one .next-btn:before {
  background: var(--primaryColor);
}
.slider-btn.style-one .prev-btn i,
.slider-btn.style-one .next-btn i {
  color: var(--titleColor);
}
.slider-btn.style-one .prev-btn:hover,
.slider-btn.style-one .next-btn:hover {
  border-color: transparent;
}
.slider-btn.style-two .prev-btn,
.slider-btn.style-two .next-btn {
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.12);
}
.slider-btn.style-two .prev-btn img,
.slider-btn.style-two .next-btn img {
  filter: brightness(0) invert(1);
}
.slider-btn.style-two .prev-btn:before,
.slider-btn.style-two .next-btn:before {
  background: var(--secondaryColor);
}
.slider-btn.style-two .prev-btn:hover img,
.slider-btn.style-two .next-btn:hover img {
  filter: brightness(0) invert(0);
}
.slider-btn.style-three .prev-btn,
.slider-btn.style-three .next-btn {
  width: 50px;
  height: 50px;
  background-color: #EDEFE2;
}
.slider-btn.style-three .prev-btn:before,
.slider-btn.style-three .next-btn:before {
  background: var(--secondaryColor);
}
.slider-btn.style-three .prev-btn:hover img,
.slider-btn.style-three .next-btn:hover img {
  filter: brightness(0) invert(0);
}

.outline-0:focus {
  outline: none;
}

.round-5 {
  border-radius: 5px;
}

.round-10 {
  border-radius: 10px;
}

.round-12 {
  border-radius: 12px;
}

.round-15 {
  border-radius: 15px;
}

.round-20 {
  border-radius: 20px;
}

.round-oval {
  border-radius: 50px;
}

.rating li {
  display: inline-block;
}
.rating li i {
  line-height: 0.8;
  color: #FF9D0A;
}

/*---------------------------------
   Preloader Area CSS
----------------------------------*/
.preloader-area {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  position: fixed;
  text-align: center;
  overflow: hidden;
  background-color: var(--whiteColor);
}
.preloader-area .spinner {
  width: 7px;
  height: 7px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.preloader-area .spinner div {
  animation: spinner 1.875s infinite backwards;
  background-color: var(--primaryColor);
  border-radius: 50%;
  height: 100%;
  position: absolute;
  width: 100%;
}
.preloader-area .spinner div:nth-child(1) {
  animation-delay: 0.15s;
  background-color: rgba(242, 82, 8, 0.9);
}
.preloader-area .spinner div:nth-child(2) {
  animation-delay: 0.3s;
  background-color: rgba(242, 82, 8, 0.8);
}
.preloader-area .spinner div:nth-child(3) {
  animation-delay: 0.45s;
  background-color: rgba(242, 82, 8, 0.7);
}
.preloader-area .spinner div:nth-child(4) {
  animation-delay: 0.6s;
  background-color: rgba(242, 82, 8, 0.6);
}
.preloader-area .spinner div:nth-child(5) {
  animation-delay: 0.75s;
  background-color: rgba(242, 82, 8, 0.5);
}

@keyframes spinner {
  0% {
    transform: rotate(0deg) translateY(-200%);
  }
  60%, 100% {
    transform: rotate(360deg) translateY(-200%);
  }
}
/*---------------------------------
    Back To Top CSS
----------------------------------*/
.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px var(--titleColor);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
}
.progress-wrap::after {
  position: absolute;
  font-family: remixicon !important;
  content: "\ea76";
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  left: 0;
  color: var(--titleColor);
  top: 1px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.progress-wrap svg path {
  fill: none;
}

.progress-wrap:hover::before {
  opacity: 1;
}

.progress-wrap svg.progress-circle path {
  stroke: var(--titleColor);
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
  stroke: var(--titleColor);
}

/*---------------------------------
     Animation CSS
----------------------------------*/
.rotate {
  animation: rotation 20s infinite linear;
}

.bounce {
  animation: float 1500ms infinite ease-in-out;
}

.animationFramesTwo {
  animation: animationFramesTwo 20000ms infinite ease-in-out;
}

.moveHorizontal {
  animation: moveHorizontal 3000ms infinite ease-in-out;
}

.moveVertical {
  animation: moveVertical 3000ms infinite ease-in-out;
}

.zoomIn {
  animation: zoom-in 3500ms infinite ease-in-out;
}

.waving_left {
  animation: waving_left 7s infinite linear;
  transition: all 0.3s ease-in-out;
}

.waving_right {
  animation: waving_right 7s infinite linear;
  transition: all 0.3s ease-in-out;
}

.img-anim-top {
  animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

.img-anim-bottom {
  animation: img-anim-bottom 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

.img-anim-right {
  animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

.img-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

.moving_cloud_one {
  animation: movingclouds 20s linear infinite;
}

.moving_cloud_two {
  animation: movingclouds 45s linear infinite;
}

.moving_cloud_three {
  animation: movingclouds 19s linear infinite;
}

.moving_cloud_four {
  animation: movingclouds 35s linear infinite;
}

.moving_cloud_five {
  animation: movingclouds 50s linear infinite;
}

[data-aos=fade-up] {
  transform: translate3d(0, 40px, 0);
}
@keyframes waving_left {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(3deg);
  }
  50% {
    -webkit-transform: rotate(6deg);
  }
  75% {
    -webkit-transform: rotate(-3deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@keyframes waving_right {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-3deg);
  }
  50% {
    -webkit-transform: rotate(-6deg);
  }
  75% {
    -webkit-transform: rotate(-3deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@keyframes img-anim-top {
  0% {
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes img-anim-bottom {
  0% {
    transform: translateY(5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes img-anim-right {
  0% {
    transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 80px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes movingclouds {
  0% {
    margin-left: 100%;
  }
  100% {
    margin-left: -110%;
  }
}
@keyframes movingplane {
  0% {
    margin-left: 100%;
    top: 300px;
  }
  29% {
    margin-left: 50%;
    top: 50px;
    transform: rotate(20deg);
  }
  31% {
    transform: rotate(-20deg);
  }
  60% {
    margin-left: 0%;
    top: 300px;
  }
  100% {
    margin-left: -100%;
    top: 300px;
  }
}
.reveal-text {
  visibility: hidden;
  max-width: 100%;
}
.reveal-text .letter {
  position: relative;
  display: inline-block;
  will-change: transform;
  transform-style: preserve-3d;
}
.reveal-text .letter div {
  width: 100%;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}
.reveal-text .perspective {
  position: relative;
  display: inline-block;
}
.reveal-text .perspective div {
  position: relative;
  display: inline-block;
}
.reveal-text .word {
  display: inline-block;
}

.ripple:before {
  animation-delay: 0.1s;
  content: "";
  position: absolute;
}
.ripple:after {
  animation-delay: 0.1s;
  content: "";
  position: absolute;
}

.ripple,
.ripple:before,
.ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translateX(-50%) translateY(-50%);
  transform-origin: center center;
  border-radius: 50%;
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  animation: ripple 3s infinite;
}
@keyframes reveal {
  0% {
    transform: translate(0, 100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes zoomin {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomout {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes moveHorizontal {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes moveVertical {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(100px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(63px, 71px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 52px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes ripple {
  70% {
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
/*-------------------------------
    Custom Cursor CSS
-------------------------------*/
.cursor {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  transition: all 350ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  transform: translate(calc(-50% + 15px), -50%);
  z-index: 999;
  border: 1px solid var(--primaryColor);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-family: sans-serif;
  color: var(--primaryColor);
  background-color: transparent;
}

.cursor-inner {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  opacity: 0.9;
  position: fixed;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: width 0.6s, height 0.6s, opacity 0.6s;
  background-color: var(--primaryColor);
  z-index: 999;
}
.cursor-inner.hidden {
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.5s, transform 0.5s;
}

.hover {
  border-color: transparent;
  opacity: 0.8;
  width: 3px;
  height: 3px;
  z-index: 999;
  background-color: var(--primaryColor);
}

.cursorinnerhover {
  width: 15px;
  height: 15px;
  opacity: 0.5;
}

.cursor-text {
  display: none;
  pointer-events: none;
}

.cursor.view {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
  border-color: transparent;
  width: 120px;
  height: 120px;
  font-size: 16px;
  cursor: pointer;
}

.cursor.view .cursor-text {
  display: block;
}

/*---------------------------------
   Pagination CSS
----------------------------------*/
.pagination-area .page-numbers {
  position: relative;
  width: 50px;
  height: 50px;
  color: var(--primaryColor);
  font-weight: 600;
  background-color: rgba(99, 102, 241, 0.1);
  transition: var(--transition);
  margin-right: 13px;
}
.pagination-area .page-numbers i {
  position: relative;
  top: 1px;
  font-size: 30px;
  font-weight: 300;
}
.pagination-area .page-numbers img {
  transition: var(--transition);
}
.pagination-area .page-numbers:first-child i {
  right: 2px;
}
.pagination-area .page-numbers:last-child {
  margin-right: 0;
}
.pagination-area .page-numbers:last-child i {
  left: 2px;
}
.pagination-area .page-numbers.current, .pagination-area .page-numbers:hover {
  background-color: var(--primaryColor);
  border-color: transparent;
  color: var(--whiteColor);
}
.pagination-area .page-numbers.current img, .pagination-area .page-numbers:hover img {
  filter: brightness(0) invert(1);
}

/*-------------------------------
        Breadcrumb CSS
-------------------------------*/
.breadcrumb-area {
  padding: 165px 0 86px;
  background-image: url(https://storage.googleapis.com/msgsndr/8qNUPNuuUUUUzG3Hi4bv/media/68c8a5d4c1b6abc9d0b37a09.png);
  background-position: bottom center;
  margin: -100px 13px 0;
}
.breadcrumb-area .br-title {
  font-size: 46px;
  line-height: 56px;
}
.breadcrumb-area .br-menu {
  border-radius: 50px;
  padding: 5px 16px;
}
.breadcrumb-area .br-menu li {
  display: inline-block;
  position: relative;
  margin-right: 7px;
  padding-right: 11px;
  color: rgba(0, 0, 0, 0.6);
}
.breadcrumb-area .br-menu li:after {
  position: absolute;
  top: 50%;
  right: -1px;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--blackColor);
  transform: translateY(-50%);
}
.breadcrumb-area .br-menu li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.breadcrumb-area .br-menu li:last-child:after {
  display: none;
}
.breadcrumb-area .br-menu li a {
  color: var(--blackColor);
}
.breadcrumb-area .br-menu li a:hover {
  color: var(--primaryColor);
}

/*---------------------------------
   Hero Section CSS
----------------------------------*/
.hero-area.style-one {
  padding: 340px 0 268px;
}
.hero-area.style-one .hero-shape-one {
  bottom: 16%;
}
.hero-area.style-one .hero-shape-two {
  top: 16%;
}
.hero-area.style-one .br-one:before {
  position: absolute;
  top: 0;
  left: 16.5%;
  content: "";
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.06);
  z-index: 0;
}
.hero-area.style-one .br-one:after {
  position: absolute;
  top: 0;
  right: 18%;
  content: "";
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.06);
  z-index: 0;
}
.hero-area.style-one:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--blackColor);
  border-radius: 0 0 100px 100px;
  z-index: 0;
}
.hero-area.style-one:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--secondaryColor);
  z-index: -1;
}
.hero-area.style-one .hero-section-shape {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.hero-area.style-one .hero-content:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 100%;
  height: 100%;
}
.hero-area.style-one .hero-content .section-subtitle {
  padding: 9px 17px 10px;
  margin-bottom: 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  background: linear-gradient(11.31deg, rgba(217, 218, 255, 0.29) 9.11%, rgba(79, 70, 229, 0.29) 51.2%, rgba(255, 255, 255, 0.29) 122.26%);
}
.hero-area.style-one .hero-content h1 {
  font-size: 80px;
  line-height: 86px;
  margin-bottom: 33px;
}
.hero-area.style-one .hero-content .btn-wrap a:first-child {
  margin-right: 22px;
}
.hero-area.style-one .stat-box.style-one {
  position: absolute;
  background-color: #282727;
  top: 18%;
  left: 20px;
  min-width: 225px;
  padding: 18px 25px 18px;
}
.hero-area.style-one .stat-box.style-one div {
  margin-left: 13px;
}
.hero-area.style-one .stat-box.style-one div p {
  line-height: 18px;
}
.hero-area.style-one .stat-box.style-two {
  position: absolute;
  background-color: #212121;
  bottom: 8%;
  left: 25px;
  border-radius: 6px;
  padding: 9px 13px 12px;
}
.hero-area.style-one .stat-box.style-two span:last-child {
  color: rgba(221, 221, 221, 0.5);
}
.hero-area.style-one .stat-box.style-two img {
  padding: 0 5px;
}
.hero-area.style-one .stat-box.style-three {
  position: absolute;
  background-color: #161515;
  top: 14%;
  right: 20px;
  padding: 12px 17px 14px;
  border-radius: 6.3px;
}
.hero-area.style-one .stat-box.style-four {
  position: absolute;
  bottom: 9%;
  right: 30px;
  padding-right: 90px;
}
.hero-area.style-one .stat-box.style-four .stat-box-one {
  background-color: #212121;
  padding: 20px;
  width: 134px;
  padding: 9px 14px 16px;
  border-radius: 5px;
}
.hero-area.style-one .stat-box.style-four .stat-box-two {
  position: absolute;
  width: 119px;
  height: 94px;
  top: -65px;
  right: 0;
  background-color: #363535;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 7.5px 38px -1.8px rgba(6, 12, 59, 0.08);
}
.hero-area.style-one .stat-box.style-four .stat-box-two h6 {
  font-size: 28px;
}
.hero-area.style-two {
  background-image: url(../img/hero/hero-bg-2.jpg);
  border-radius: 15px;
  padding: 215px 0 0;
  margin-left: 12px;
  margin-right: 12px;
}
.hero-area.style-two .blur-text.style-one, .hero-area.style-two .blur-text.style-two {
  font-weight: 700;
  font-family: var(--secondaryFont);
  letter-spacing: 0.1em;
}
.hero-area.style-two .blur-text.style-one {
  font-size: 100px;
  bottom: 3.6%;
  left: 4.5%;
  color: rgba(255, 255, 255, 0.4);
}
.hero-area.style-two .blur-text.style-two {
  bottom: 8.5%;
  right: 3%;
  font-size: 100px;
  color: rgba(255, 255, 255, 0.15);
  writing-mode: vertical-rl;
  text-orientation: mixed;
  z-index: 2;
  transform: rotate(180deg);
}
.hero-area.style-two .hero-content {
  position: relative;
  padding-bottom: 120px;
}
.hero-area.style-two .hero-content .section-subtitle {
  padding: 13px 20px 10px;
  line-height: 13px;
}
.hero-area.style-two .hero-content h1 {
  font-size: 58px;
  line-height: 68px;
  margin-bottom: 15px;
}
.hero-area.style-two .hero-img-wrap {
  position: absolute;
  bottom: -10px;
  right: 0;
  max-width: 75%;
  padding-left: 10px;
}
.hero-area.style-two .hero-img-wrap .blur-text {
  position: absolute;
  top: 43%;
  left: 26%;
  font-size: 120px;
  font-weight: 700;
  font-family: var(--secondaryFont);
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.15);
  z-index: 1;
}
.hero-area.style-two .hero-img-wrap .circle-text-wrap {
  position: absolute;
  top: 24%;
  right: 10%;
  width: 230px;
  height: 230px;
  z-index: 1;
}
.hero-area.style-two .hero-img-wrap .circle-text-wrap span {
  width: 75px;
  height: 75px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: var(--transition);
}
.hero-area.style-two .hero-img-wrap .circle-text-wrap:hover span {
  background-color: var(--primaryColor);
}
.hero-area.style-two .hero-img-wrap .circle-text-wrap:hover span img {
  filter: brightness(0) invert(1);
}
.hero-area.style-two .hero-img-wrap .circle-text-wrap:hover span i {
  color: var(--whiteColor);
}
.hero-area.style-three {
  background-image: url(https://storage.googleapis.com/msgsndr/8qNUPNuuUUUUzG3Hi4bv/media/68c8a5818dc23173ae5cdaf1.jpeg);
  padding: 140px 0 135px;
}
.hero-area.style-three .hero-content .section-subtitle {
  padding: 13px 20px 10px;
  line-height: 13px;
  margin-bottom: 23px;
}
.hero-area.style-three .hero-content h1 {
  font-size: 63px;
  line-height: 73px;
  margin-bottom: 28px;
}
.hero-area.style-three .hero-content .btn-wrap a:first-child {
  margin-right: 17px;
}
.hero-area.style-three .hero-img-wrap {
  padding-right: 50px;
}
.hero-area.style-three .hero-img-wrap .half-circle {
  top: 35px;
  right: 40px;
}
.hero-area.style-three .social-profile {
  position: absolute;
  padding: 0;
  top: 53.5%;
  right: -5px;
  min-height: 350px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  z-index: 1;
  transform: translateY(-50%);
}
.hero-area.style-three .social-profile li {
  position: relative;
  margin: 0 0 11px;
  padding: 0 0 17px;
}
.hero-area.style-three .social-profile li:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  width: 2px;
  height: 6px;
  background-color: var(--blackColor);
  transform: translate(-50%);
}
.hero-area.style-three .social-profile li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.hero-area.style-three .social-profile li:last-child:after {
  display: none;
}
.hero-area.style-three .social-profile li a {
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.2em;
  color: var(--blackColor);
  transition: var(--transition);
}
.hero-area.style-three .social-profile li a:hover {
  color: var(--primaryColor);
}

/*-------------------------------
    About Section CSS
-------------------------------*/
.about-area.style-one {
  border-radius: 50px 50px 0 0;
}
.about-area.style-one .about-img-wrap .about-img {
  top: 18%;
  left: 20%;
  transform: translate(-50%, -50%);
}
.about-area.style-one .about-content .section-subtitle {
  padding: 13px 11px;
}
.about-area.style-one .about-content .section-title span.thumb {
  border-radius: 15px;
}
.about-area.style-one .about-content .section-title span.thumb img {
  border-radius: 15px;
  margin: 0 10px;
}
.about-area.style-one .about-content .section-title span.blur-text {
  color: rgba(255, 255, 255, 0.3);
}
.about-area.style-one .about-content .about-promo-text.style-one {
  position: absolute;
  top: 6%;
  right: 28%;
  background-color: rgba(20, 21, 102, 0.35);
  padding: 5px 16px;
  border-radius: 15px;
  display: inline-block;
  color: var(--whiteColor);
  transform: rotate(22deg);
}
.about-area.style-one .about-content .about-promo-text.style-one img {
  margin-right: 6px;
}
.about-area.style-one .about-content .about-promo-text.style-two {
  position: absolute;
  bottom: 21px;
  left: 5%;
  background-color: rgba(10, 12, 85, 0.28);
  padding: 10px 24px;
  border-radius: 15px;
  display: inline-block;
  color: var(--whiteColor);
  transform: rotate(-22deg);
}
.about-area.style-one .about-content .about-promo-text.style-two img {
  margin-right: 6px;
}
.about-area.style-one .about-content .about-promo-text.style-two img {
  position: relative;
  top: -2px;
}
.about-area.style-two .move-text {
  position: absolute;
  bottom: 30%;
  left: 0;
  width: 100%;
  z-index: -1;
}
.about-area.style-two .move-text.style-one {
  height: 47px;
}
.about-area.style-two .move-text.style-one ul li {
  font-size: 48px;
  line-height: 1;
  font-weight: 400;
  margin: 0 26px 0 0;
  padding: 0 43px 0 0;
  color: rgba(45, 28, 34, 0.1);
}
.about-area.style-two .move-text.style-one ul li:last-child:after {
  display: none;
}
.about-area.style-two .move-text.style-one ul li:after {
  position: absolute;
  top: 50%;
  right: 0px;
  content: "|";
  font-size: 48px;
  font-weight: 400;
  transform: translateY(-50%);
}
.about-area.style-three .about-img {
  left: 50%;
  max-width: 520px;
}
.about-area.style-three .about-thumb {
  position: absolute;
  bottom: 30px;
  left: 0;
  filter: blur(3px);
  transform: rotate(20deg);
}
.about-area.style-three .section-title {
  padding-bottom: 60px;
}
.about-area.style-three .section-title span.thumb {
  position: relative;
  top: -4px;
  margin: 0 11px;
}
.about-area.style-three .section-title span.blur-text {
  color: rgba(255, 255, 255, 0.21);
}
.about-area.style-three .circle-text-wrap {
  width: 270px;
  height: 270px;
}
.about-area.style-three .circle-text-wrap span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 70px;
  line-height: 1;
}
.about-area.style-four .about-img-wrap .about-img {
  top: 18%;
  left: 20%;
  transform: translate(-50%, -50%);
}
.about-area.style-four .about-content .section-subtitle {
  padding: 13px 11px;
}
.about-area.style-four .about-content .section-title span.thumb {
  border-radius: 15px;
}
.about-area.style-four .about-content .section-title span.thumb img {
  border-radius: 15px;
  margin: 0 10px;
}
.about-area.style-four .about-content .section-title span.blur-text {
  color: rgba(0, 0, 0, 0.2);
}
.about-area.style-four .about-content .about-promo-text.style-one {
  position: absolute;
  top: 6%;
  right: 28%;
  background-color: var(--primaryColor);
  padding: 5px 16px;
  border-radius: 15px;
  display: inline-block;
  color: var(--whiteColor);
  transform: rotate(22deg);
}
.about-area.style-four .about-content .about-promo-text.style-one img {
  margin-right: 6px;
}
.about-area.style-four .about-content .about-promo-text.style-two {
  position: absolute;
  bottom: 21px;
  left: 5%;
  background-color: #5D2157;
  padding: 10px 24px;
  border-radius: 15px;
  display: inline-block;
  color: var(--whiteColor);
  transform: rotate(-22deg);
}
.about-area.style-four .about-content .about-promo-text.style-two img {
  margin-right: 6px;
}
.about-area.style-four .about-content .about-promo-text.style-two img {
  position: relative;
  top: -2px;
}

.feature-list.style-one li {
  margin-bottom: 10px;
  padding-left: 33px;
}
.feature-list.style-one li:last-child {
  margin-bottom: 0;
}
.feature-list.style-one li i, .feature-list.style-one li img {
  position: absolute;
  top: 0;
  left: 0;
}
.feature-list.style-one li i {
  color: rgba(99, 102, 241, 0.3);
  font-size: 25px;
  line-height: 1;
}
.feature-list.style-two li {
  margin-bottom: 9px;
  padding-left: 15px;
}
.feature-list.style-two li:last-child {
  margin-bottom: 0;
}
.feature-list.style-two li:before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--titleColor);
}
.feature-list.style-two li i {
  color: rgba(99, 102, 241, 0.3);
  font-size: 25px;
  line-height: 1;
}

.vision-tab {
  background-image: url(https://storage.googleapis.com/msgsndr/8qNUPNuuUUUUzG3Hi4bv/media/68c8a613b376d91ff40c91ed.jpeg);
  padding: 31px 43px 72px;
}

.vision-tablist {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.49);
}
.vision-tablist .nav-item {
  margin-right: 40px;
}
.vision-tablist .nav-item:last-child {
  margin-right: 0;
}
.vision-tablist .nav-item .nav-link {
  font-size: 20px;
  font-weight: 500;
  padding: 0 0 10px 0;
  color: var(--paraColor);
  border: none;
  background-color: transparent;
  transition: var(--transition);
  position: relative;
}
.vision-tablist .nav-item .nav-link:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  opacity: 0;
  transition: var(--transition);
  background-color: var(--primaryColor);
}
.vision-tablist .nav-item .nav-link:hover, .vision-tablist .nav-item .nav-link.active {
  color: var(--titleColor);
}
.vision-tablist .nav-item .nav-link:hover:after, .vision-tablist .nav-item .nav-link.active:after {
  opacity: 1;
}

.mission-bg {
  background-image: url(../img/about/mission-bg.jpg);
  padding: 31px 43px 32px;
  height: 100%;
}
.mission-bg .exp-box {
  position: absolute;
  top: 45px;
  right: 45px;
}
.mission-bg .exp-box span {
  font-size: 64px;
}
.mission-bg h4 {
  font-size: 32px;
  line-height: 42px;
  position: absolute;
  bottom: 49px;
  left: 55px;
  max-width: 60%;
}

/*-------------------------------
    Why Choose Us Section CSS
-------------------------------*/
.wh-area.style-two .section-shape-two {
  left: 53%;
  transform: translateX(-50%);
}
.wh-area.style-two .wh-content .feature-list li {
  position: relative;
  padding-left: 58px;
  margin-bottom: 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.wh-area.style-two .wh-content .feature-list li span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 40px;
  margin-right: 18px;
  background-color: #2A2DB7;
  transform: translateY(-50%);
  border: 1px dashed var(--primaryColor);
}
.wh-area.style-two .wh-bg {
  height: 805px;
}
.wh-area.style-two .wh-bg.bg-1 {
  background-image: url(../img/about/wh-img-2.jpg);
}
.wh-area.style-two .wh-bg.bg-2 {
  background-image: url(https://storage.googleapis.com/msgsndr/8qNUPNuuUUUUzG3Hi4bv/media/68c8a6130aed91e6377290c3.png);
}
.wh-area.style-three {
  background-image: url(https://storage.googleapis.com/msgsndr/8qNUPNuuUUUUzG3Hi4bv/media/68c8b1e48dc231fc375df934.jpeg);
  border-radius: 10px;
  margin: 0 12px;
}
.wh-area.style-three .wh-content .feature-item {
  padding: 21px 46px 21px 20px;
  box-shadow: 0 0 50px rgba(99, 102, 241, 0.26);
  margin-bottom: 15px;
}
.wh-area.style-three .wh-content .feature-item i {
  font-size: 32px;
  width: 32px;
  color: rgba(99, 102, 241, 0.38);
}
.wh-area.style-three .wh-content .feature-item span {
  width: calc(100% - 45px);
  margin-left: auto;
}
.wh-area.style-four .wh-content .feature-list li {
  position: relative;
  padding-left: 58px;
  margin-bottom: 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.wh-area.style-four .wh-content .feature-list li span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 40px;
  margin-right: 18px;
  background-color: #2A2DB7;
  transform: translateY(-50%);
  border: 1px dashed var(--primaryColor);
}
.wh-area.style-four .wh-bg {
  height: 805px;
}
.wh-area.style-four .wh-bg.bg-1 {
  background-image: url(../img/about/wh-img-2.jpg);
}
.wh-area.style-four .wh-bg.bg-2 {
  background-image: url(https://storage.googleapis.com/msgsndr/8qNUPNuuUUUUzG3Hi4bv/media/68c8a6130aed91e6377290c3.png);
}

/*-------------------------------
   Funfact Section CSS
-------------------------------*/
.counter-area.style-one .move-text {
  position: absolute;
  bottom: 27%;
  left: 0;
  width: 100%;
  z-index: -1;
}

.counter-card-wrap.style-one .counter-card {
  width: 16.66%;
  height: 235px;
  border-bottom: 1px solid rgba(99, 102, 241, 0.08);
  border-right: 1px solid rgba(99, 102, 241, 0.09);
}
.counter-card-wrap.style-one .counter-card:last-child {
  border-right: none;
}
.counter-card-wrap.style-one .counter-card:first-child {
  padding: 0;
}
.counter-card-wrap.style-one .counter-card .counter-video {
  background-image: url(https://storage.googleapis.com/msgsndr/8qNUPNuuUUUUzG3Hi4bv/media/68c8a550d6040a0d5c8bb3d5.png);
  height: calc(100% - 20px);
  margin: 10px 10px 10px 0px;
  border-radius: 0 5px 5px 0;
}
.counter-card-wrap.style-one .counter-card .counter-video .play-video {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translateX(-50%);
}
.counter-card-wrap.style-one .counter-card .counter-video .play-video span.play-icon {
  width: 51px;
  height: 51px;
  margin-right: 11px;
}
.counter-card-wrap.style-one .counter-card .counter-video .play-video span.play-icon i {
  color: var(--blackColor);
  font-size: 16px;
  line-height: 0.8;
  position: relative;
  left: 2px;
}
.counter-card-wrap.style-two .half-circle {
  margin: 12px 12px 0 0;
}
.counter-card-wrap.style-two .counter-card.style-one {
  border-radius: 10px 0 0 10px;
}
.counter-card-wrap.style-two .counter-card.style-two {
  border-radius: 0 10px 10px 0;
}
.counter-card-wrap.style-two .counter-card.style-four {
  border-radius: 0 0 10px 10px;
}

.counter-card.style-one, .counter-card.style-two, .counter-card.style-four {
  padding: 36px 20px 35px;
}
.counter-card.style-one .counter-icon, .counter-card.style-two .counter-icon, .counter-card.style-four .counter-icon {
  width: 90px;
  height: 90px;
  margin: 0 auto 61px;
}
.counter-card.style-one h4, .counter-card.style-two h4, .counter-card.style-four h4 {
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0.01em;
  margin-bottom: 5px;
}
.counter-card.style-two {
  background-color: rgba(255, 255, 255, 0.64);
}
.counter-card.style-two h4 {
  color: #1f1f1f;
}
.counter-card.style-two p {
  color: #5B5B5B;
}
.counter-card.style-four {
  background-color: #1F1F1F;
}
.counter-card.style-four .counter-icon {
  background-color: rgba(255, 255, 255, 0.13);
}
.counter-card.style-four h4 {
  color: #1F1F1F;
}
.counter-card.style-three {
  padding: 20px 15px 20px 20px;
}
.counter-card.style-three h4 {
  font-size: 38px;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 14px;
}

/*-------------------------------
    Feature Section CSS
-------------------------------*/
.feature-area.style-one:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #F2F5E6;
  border-radius: 100px 100px 0 0;
  z-index: 0;
}
.feature-area.style-one:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--secondaryColor);
  z-index: -1;
}

.feature-card-wrap.style-three {
  margin-bottom: -50px;
}

.feature-card.style-one {
  padding: 9px 9px 20px;
}
.feature-card.style-one .feature-img {
  height: 320px;
  padding: 20px;
  background: linear-gradient(180deg, #F3FAD6 0%, #E4E5FF 100%);
}
.feature-card.style-one .feature-info {
  padding: 25px 15px 8px 15px;
}
.feature-card.style-one .feature-info h3 {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 7px;
}
.feature-card.style-one .feature-info p {
  margin-bottom: 17px;
}
.feature-card.style-two .feature-icon {
  width: 84px;
  height: 87px;
  border: 1px dashed rgba(99, 102, 241, 0.6);
  background: var(--whiteColor);
  overflow: hidden;
  margin-bottom: 38px;
}
.feature-card.style-two .feature-icon:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0;
  height: 100%;
  background: linear-gradient(178.71deg, rgba(99, 102, 241, 0.16) -29.05%, #6366F1 50.36%, rgba(99, 102, 241, 0.19) 129.77%);
  visibility: hidden;
  opacity: 0;
  transition: var(--transition);
  z-index: -1;
}
.feature-card.style-two h3 {
  margin-bottom: 15px;
  padding-right: 30px;
}
.feature-card.style-two:hover .feature-icon:after {
  width: 100%;
  visibility: visible;
  opacity: 1;
}
.feature-card.style-two:hover .feature-icon img {
  filter: brightness(0) invert(1);
}
.feature-card.style-three h3 {
  max-width: 70%;
  margin: 25px 0 17px;
}

/*-------------------------------
    Service Section CSS
-------------------------------*/
.service-area.style-one {
  margin: 0 12px;
}
.service-area.style-one:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 82%;
  border-radius: 20px;
  z-index: -1;
  background-color: var(--blackColor);
}
.service-area.style-one .section-shape-two {
  top: 28%;
}

.service-card-wrap .service-card {
  margin-bottom: 30px;
}
.service-card-wrap .service-card:nth-child(2) {
  margin-left: 14%;
}
.service-card-wrap .service-card:nth-child(3) {
  margin-left: 28%;
}
.service-card-wrap .service-card:nth-child(4) {
  margin-left: 42%;
}

.team-slider-wrap .slider-btn .prev-btn,
.team-slider-wrap .slider-btn .next-btn,
.service-slider-wrap .slider-btn .prev-btn,
.service-slider-wrap .slider-btn .next-btn {
  position: absolute;
  top: 46%;
  transform: translateY(-50%);
  opacity: 0.6;
}
.team-slider-wrap .slider-btn .prev-btn:hover,
.team-slider-wrap .slider-btn .next-btn:hover,
.service-slider-wrap .slider-btn .prev-btn:hover,
.service-slider-wrap .slider-btn .next-btn:hover {
  opacity: 1;
}
.team-slider-wrap .slider-btn .prev-btn:hover img,
.team-slider-wrap .slider-btn .next-btn:hover img,
.service-slider-wrap .slider-btn .prev-btn:hover img,
.service-slider-wrap .slider-btn .next-btn:hover img {
  filter: brightness(1) invert(0);
}
.team-slider-wrap .slider-btn .prev-btn,
.service-slider-wrap .slider-btn .prev-btn {
  left: 4px;
}
.team-slider-wrap .slider-btn .next-btn,
.service-slider-wrap .slider-btn .next-btn {
  right: 4px;
}

.service-card.style-one {
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  padding: 40px 45px 0 28px;
  overflow: hidden;
}
.service-card.style-one:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 0;
  background-color: var(--primaryColor);
  border-radius: 10px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: var(--transition);
}
.service-card.style-one .service-counter {
  font-size: 180px;
  font-weight: 500;
  line-height: 90px;
  margin-right: 25px;
  color: rgba(255, 255, 255, 0.08);
}
.service-card.style-one h3 {
  position: relative;
  top: -15px;
  line-height: 34px;
  margin-bottom: 0;
  width: 250px;
}
.service-card.style-one h3:hover {
  text-decoration: underline;
}
.service-card.style-one.active:after, .service-card.style-one:hover:after {
  height: 100%;
  visibility: visible;
  opacity: 1;
}
.service-card.style-three {
  padding: 35px 20px 35px;
  min-height: 390px;
}
.service-card.style-three.bg-1 {
  background-color: #F5F6ED;
}
.service-card.style-three.bg-2 {
  background-color: rgba(99, 102, 241, 0.1);
}
.service-card.style-three.bg-3 {
  background-color: #FFEFFE;
}
.service-card.style-three.bg-4 {
  background-color: #FDF8E9;
}
.service-card.style-four {
  background-color: rgba(99, 102, 241, 0.06);
  padding: 33px 30px 33px;
}
.service-card.style-four:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--primaryColor);
  visibility: hidden;
  opacity: 0;
  transform: translateX(-100%);
  transition: var(--transition);
  z-index: -1;
}
.service-card.style-four .service-icon {
  margin: 59px 0;
}
.service-card.style-four:hover:after {
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
}
.service-card.style-four:hover img {
  filter: brightness(0) invert(1);
}
.service-card.style-four:hover h3 a {
  color: var(--whiteColor) !important;
}
.service-card.style-four:hover .link.style-two {
  color: var(--whiteColor);
}
.service-card.style-four:hover .link.style-two:after {
  background-color: var(--whiteColor);
}

/*-------------------------------
    Project CSS
-------------------------------*/
.project-slider-one {
  margin: 0 13px;
}

.project-card.style-one {
  padding: 30px 28px 30px;
  border-radius: 5px;
  overflow: hidden;
  background-color: rgba(99, 102, 241, 0.1);
}
.project-card.style-one .project-bg {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  visibility: hidden;
  opacity: 0;
  transform: translateX(-100%);
  transition: var(--transition);
}
.project-card.style-one .project-bg:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.11) 0%, rgba(0, 0, 0, 0.92) 100%);
}
.project-card.style-one .project-bg.bg-1 {
  background-image: url(../img/projects/project-9.jpg);
}
.project-card.style-one .project-bg.bg-2 {
  background-image: url(../img/projects/project-2.jpg);
}
.project-card.style-one .project-bg.bg-3 {
  background-image: url(../img/projects/project-3.jpg);
}
.project-card.style-one .project-bg.bg-4 {
  background-image: url(../img/projects/project-4.jpg);
}
.project-card.style-one .project-bg.bg-5 {
  background-image: url(../img/projects/project-5.jpg);
}
.project-card.style-one .project-bg.bg-6 {
  background-image: url(../img/projects/project-6.jpg);
}
.project-card.style-one .project-counter {
  font-size: 128px;
  line-height: 1;
  color: rgba(99, 102, 241, 0.13);
  display: block;
  margin-bottom: 212px;
}
.project-card.style-one .project-info {
  position: relative;
  z-index: 2;
}
.project-card.style-one .project-info .project-category {
  padding: 8px 14px;
  background-color: var(--whiteColor);
  color: var(--primaryColor);
  margin-bottom: 27px;
}
.project-card.style-one .project-info .project-category:hover {
  color: var(--whiteColor);
  background-color: var(--primaryColor);
}
.project-card.style-one .project-info .project-link {
  width: 36px;
  height: 36px;
}
.project-card.style-one .project-info .project-link img {
  max-width: 14px;
}
.project-card.style-one:hover .project-bg {
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
}
.project-card.style-one:hover .project-info .project-category {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
}
.project-card.style-one:hover .project-info h3 a {
  color: var(--whiteColor) !important;
}
.project-card.style-one:hover .project-info .project-link {
  background-color: var(--secondaryColor);
}
.project-card.style-one:hover .project-info .project-link img {
  filter: brightness(0) invert(0);
}
.project-card.style-two {
  display: flex;
  flex-direction: column;
}
.project-card.style-two:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 70%;
  z-index: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.93) 85.77%);
  border-radius: 10px;
  visibility: hidden;
  opacity: 0;
  transition: var(--transition);
}
.project-card.style-two .project-category {
  top: 30px;
  left: 26px;
}
.project-card.style-two .project-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 22px 35px 20px 0;
  border-radius: 0;
  background-color: var(--whiteColor);
  transition: var(--transition);
}
.project-card.style-two .project-info:before {
  position: absolute;
  top: -28px;
  left: 0px;
  content: "";
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: transparent;
  box-shadow: -12px -12px #fff;
  transform: rotate(-90deg);
  transition: var(--transition);
}
.project-card.style-two .project-info:after {
  position: absolute;
  top: -28px;
  right: 0px;
  content: "";
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: transparent;
  box-shadow: -12px -12px #fff;
  transform: rotate(-166deg);
  transition: var(--transition);
}
.project-card.style-two:hover:after {
  visibility: visible;
  opacity: 1;
}
.project-card.style-two:hover .project-info {
  padding: 22px 15px 25px 28px;
  background-color: transparent;
  transition: var(--transition);
  border-radius: 0 0 10px 10px;
}
.project-card.style-two:hover .project-info h3 a {
  color: var(--secondaryColor);
}
.project-card.style-two:hover .project-info:before, .project-card.style-two:hover .project-info:after {
  visibility: hidden;
  opacity: 0;
}

.project-category {
  padding: 6.5px 10px;
  line-height: 15px;
  color: var(--whiteColor);
}
.project-category:hover {
  border-color: transparent;
  background-color: var(--secondaryColor);
  color: var(--titleColor);
}

/*-------------------------------
    Data Security Section CSS
-------------------------------*/
.data-section.style-one {
  background-color: rgba(99, 102, 241, 0.12);
}

.data-card.style-one {
  background-image: url(../img/about/data-bg.jpg);
  padding: 40px 20px 30px;
}
.data-card.style-one .data-logo {
  width: 140px;
  height: 140px;
  margin: 0 auto 65px;
  border: 3px solid var(--whiteColor);
}
.data-card.style-one h3 {
  line-height: 30px;
}
.data-card.style-two {
  padding: 25px 20px 24px;
}
.data-card.style-two .data-card-header .data-icon {
  width: 49px;
  height: 49px;
  border: 1px dashed var(--primaryColor);
  background-color: #4245B3;
  margin-right: 14px;
}
.data-card.style-three {
  padding: 25px 20px 24px;
}
.data-card.style-three .data-card-header .data-icon {
  width: 49px;
  height: 49px;
  border: 1px dashed var(--primaryColor);
  background-color: rgba(99, 102, 241, 0.33);
  margin-right: 14px;
}
.data-card.style-four {
  background-image: url(../img/about/data-card-bg-2.jpg);
  padding: 20px 20px 26px;
  height: 425px;
}
.data-card.style-four:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.12) 42.94%, #3A0226 88.26%);
  z-index: -1;
}

.data-card-img {
  background-image: url(../img/about/ai-img-1.jpg);
  height: 426px;
}

/*-------------------------------
    Moving Text Section CSS
-------------------------------*/
.move-text ul {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  transform: translateY(-50%);
  white-space: nowrap;
  animation: mymove 21s linear infinite alternate;
}
.move-text ul li {
  line-height: 1;
  display: inline-block;
  position: relative;
  transition: var(--transition);
}
.move-text ul li:last-child:after {
  display: none;
}
.move-text.style-one {
  height: 47px;
}
.move-text.style-one ul li {
  font-size: 48px;
  line-height: 1;
  font-weight: 400;
  margin: 0 26px 0 0;
  padding: 0 43px 0 0;
  color: rgba(45, 28, 34, 0.1);
}
.move-text.style-one ul li:last-child:after {
  display: none;
}
.move-text.style-one ul li:after {
  position: absolute;
  top: 50%;
  right: 0px;
  content: "|";
  font-size: 48px;
  font-weight: 400;
  transform: translateY(-50%);
}
.move-text.style-two {
  height: 50px;
}
.move-text.style-two ul li {
  font-size: 50px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-family: var(--secondaryFont);
  margin: 0 28px 0 0;
  padding: 0 55px 0 0;
  color: rgba(255, 255, 255, 0.14);
}
.move-text.style-two ul li:last-child:after {
  display: none;
}
.move-text.style-two ul li:after {
  position: absolute;
  top: 50%;
  right: 0px;
  content: "/";
  font-size: 50px;
  font-weight: 500;
  transform: translateY(-50%);
}
.move-text.style-three {
  height: 80px;
}
.move-text.style-three ul li {
  font-size: 80px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-family: var(--secondaryFont);
  margin: 0 20px 0 0;
  padding: 0;
  color: #B1D70B;
}
.move-text.style-three ul li:last-child:after {
  display: none;
}
.move-text.style-three ul li:after {
  display: none;
}
.move-text.style-four {
  height: 80px;
}
.move-text.style-four ul li {
  font-size: 80px;
  line-height: 1;
  letter-spacing: 0.1em;
  margin: 0 15px 0 0;
  padding: 0;
  color: rgba(229, 230, 223, 0.5);
}
.move-text.style-four ul li:after {
  display: none;
}
.move-text.style-five {
  height: 70px;
}
.move-text.style-five ul li {
  font-size: 70px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-family: var(--secondaryFont);
  margin: 0 32px 0 0;
  padding: 0 59px 0 0;
  color: rgba(195, 199, 181, 0.34);
}
.move-text.style-five ul li:last-child:after {
  display: none;
}
.move-text.style-five ul li:after {
  position: absolute;
  top: 50%;
  right: 0px;
  content: "/";
  font-size: 50px;
  font-weight: 500;
  transform: translateY(-50%);
}
.move-text.style-six {
  height: 65px;
}
.move-text.style-six ul li {
  font-size: 64px;
  line-height: 1;
  font-weight: 400;
  margin: 0 26px 0 0;
  padding: 0 43px 0 0;
  color: rgba(99, 102, 241, 0.1);
}
.move-text.style-six ul li:last-child:after {
  display: none;
}
.move-text.style-six ul li:after {
  position: absolute;
  content: "*";
  top: 60%;
  right: -3px;
  transform: translateY(-50%);
  font-size: 64px;
}
.move-text.style-seven {
  height: 80px;
}
.move-text.style-seven ul li {
  font-size: 80px;
  line-height: 1;
  letter-spacing: 0.1em;
  margin: 0 15px 0 0;
  padding: 0;
  color: rgba(99, 102, 241, 0.09);
}
.move-text.style-seven ul li:after {
  display: none;
}
@keyframes mymove {
  from {
    left: 0;
  }
  to {
    left: -100%;
  }
}
@keyframes mymoveTwo {
  from {
    top: 0;
  }
  to {
    bottom: -100%;
  }
}
/*-------------------------------
    Pricing Plan Section CSS
-------------------------------*/
.pricing-area.style-one:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #F2F5E6;
  border-radius: 0 0 50px 50px;
}
.pricing-area.style-one .move-text {
  position: absolute;
  bottom: 28%;
  left: 0;
  width: 100%;
  z-index: 1;
}
.pricing-area.style-two {
  background-color: #F2F5E6;
  margin: 0 13px;
}

.pricing-switch-wrap {
  width: 319px;
  padding: 8px;
  background-color: var(--whiteColor);
  border-radius: 10px;
}
.pricing-switch-wrap .pricing_switch {
  position: relative;
  display: inline-block;
  width: 319px;
  height: 57px;
}
.pricing-switch-wrap .pricing_switch input {
  display: none;
}
.pricing-switch-wrap .pricing_slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.4s;
}
.pricing-switch-wrap .pricing_slider:before {
  position: absolute;
  content: "";
  height: 60px;
  width: 50%;
  left: 69px;
  bottom: -2px;
  transition: 0.4s;
  transform: translateX(-70px);
}
.pricing-switch-wrap .pricing_slider:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  left: auto;
  width: calc(50% - 7px);
  height: 100%;
  border-radius: 10px;
  transition: var(--transition);
}
.pricing-switch-wrap input:checked + .pricing_slider {
  background-color: transparent;
}
.pricing-switch-wrap input:checked + .pricing_slider:before {
  transform: translateX(81px);
}
.pricing-switch-wrap input:checked + .pricing_slider:after {
  left: 0;
  right: auto;
}
.pricing-switch-wrap .on, .pricing-switch-wrap .off {
  position: absolute;
  top: 50%;
  width: 50%;
  font-weight: 600;
  text-align: center;
  transform: translateY(-50%);
}
.pricing-switch-wrap .on {
  left: 0px;
}
.pricing-switch-wrap .off {
  right: 0px;
}
.pricing-switch-wrap .pricing_slider.round {
  border-radius: 10px;
}
.pricing-switch-wrap .pricing_slider.round:before {
  border-radius: 10px;
}
.pricing-switch-wrap .on {
  transition: var(--transition);
}
.pricing-switch-wrap .off {
  transition: var(--transition);
}
.pricing-switch-wrap.style-one .pricing_switch .pricing_slider {
  background-color: transparent;
}
.pricing-switch-wrap.style-one .pricing_switch .pricing_slider:before {
  background-color: var(--secondaryColor);
}
.pricing-switch-wrap.style-one .pricing_switch .pricing_slider:after {
  border: 1px solid rgba(195, 199, 181, 0.42);
}
.pricing-switch-wrap.style-one .pricing_switch input:checked + .pricing_slider {
  background-color: transparent;
}
.pricing-switch-wrap.style-one .pricing_switch .on {
  color: var(--titleColor);
}
.pricing-switch-wrap.style-one .pricing_switch .off {
  color: var(--titleColor);
}
.pricing-switch-wrap.style-one .pricing_switch input:checked + .pricing_slider .off {
  color: var(--titleColor);
}
.pricing-switch-wrap.style-one .pricing_switch input:checked + .pricing_slider .on {
  color: var(--paraColor);
}
.pricing-switch-wrap.style-two .pricing_switch .pricing_slider {
  background-color: transparent;
}
.pricing-switch-wrap.style-two .pricing_switch .pricing_slider:before {
  background-color: var(--primaryColor);
}
.pricing-switch-wrap.style-two .pricing_switch .pricing_slider:after {
  border: 1px solid rgba(99, 102, 241, 0.33);
}
.pricing-switch-wrap.style-two .pricing_switch input:checked + .pricing_slider {
  background-color: transparent;
}
.pricing-switch-wrap.style-two .pricing_switch .on {
  color: var(--whiteColor);
}
.pricing-switch-wrap.style-two .pricing_switch .off {
  color: var(--titleColor);
}
.pricing-switch-wrap.style-two .pricing_switch input:checked + .pricing_slider .off {
  color: var(--whiteColor);
}
.pricing-switch-wrap.style-two .pricing_switch input:checked + .pricing_slider .on {
  color: var(--paraColor);
}
.pricing-switch-wrap.style-three {
  background-color: rgba(99, 102, 241, 0.18);
}
.pricing-switch-wrap.style-three .pricing_switch .pricing_slider {
  background-color: transparent;
}
.pricing-switch-wrap.style-three .pricing_switch .pricing_slider:before {
  background-color: var(--primaryColor);
}
.pricing-switch-wrap.style-three .pricing_switch .pricing_slider:after {
  border: 1px solid rgba(99, 102, 241, 0.33);
}
.pricing-switch-wrap.style-three .pricing_switch input:checked + .pricing_slider {
  background-color: transparent;
}
.pricing-switch-wrap.style-three .pricing_switch .on {
  color: var(--whiteColor);
}
.pricing-switch-wrap.style-three .pricing_switch .off {
  color: var(--titleColor);
}
.pricing-switch-wrap.style-three .pricing_switch input:checked + .pricing_slider .off {
  color: var(--whiteColor);
}
.pricing-switch-wrap.style-three .pricing_switch input:checked + .pricing_slider .on {
  color: var(--paraColor);
}

.pricing-card.style-one {
  padding: 10px 10px 40px;
}
.pricing-card.style-one .pricing-header {
  background-color: #F3F3F3;
  padding: 22px 32px 24px;
  margin-bottom: 27px;
}
.pricing-card.style-one .pricing-header .featured {
  top: 11px;
  line-height: 15px;
  background-color: #FFDE6A;
  display: inline-block;
  padding: 6px 10px;
  border-radius: 50px 0 0 50px;
}
.pricing-card.style-one .pricing-header .pricing-tag {
  font-size: 32px;
}
.pricing-card.style-one h6 {
  padding: 0 32px;
}
.pricing-card.style-one .pricing-features {
  padding: 8px 32px 18px;
}
.pricing-card.style-one .pricing-features li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
.pricing-card.style-one .pricing-features li:last-child {
  margin-bottom: 0;
}
.pricing-card.style-one .pricing-features li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "";
  width: 7.5px;
  height: 7.5px;
  border-radius: 50%;
  background-color: rgba(99, 102, 241, 0.33);
}
.pricing-card.style-one .btn {
  width: calc(100% - 64px);
  margin: 0 auto;
}

.pricing-table.style-one table thead tr th, .pricing-table.style-two table thead tr th {
  border: none;
  border-bottom: 1px solid rgba(166, 172, 145, 0.15);
  border-right: 25px solid #F2F5E6;
  padding: 30px 10px 30px;
  font-weight: 400;
  color: var(--primaryColor);
  background-color: var(--whiteColor);
}
.pricing-table.style-one table thead tr th:first-child, .pricing-table.style-two table thead tr th:first-child {
  background-color: transparent;
  border-right: none;
}
.pricing-table.style-one table thead tr th:nth-child(2), .pricing-table.style-two table thead tr th:nth-child(2) {
  border-radius: 10px 25px 0 0;
}
.pricing-table.style-one table thead tr th:nth-child(3), .pricing-table.style-two table thead tr th:nth-child(3) {
  border-radius: 30px 25px 0 0;
}
.pricing-table.style-one table thead tr th:last-child, .pricing-table.style-two table thead tr th:last-child {
  border-radius: 30px 10px 0 0;
  border-right: none;
}
.pricing-table.style-one table thead tr th .pricing-header, .pricing-table.style-two table thead tr th .pricing-header {
  position: relative;
}
.pricing-table.style-one table thead tr th .pricing-header .featured, .pricing-table.style-two table thead tr th .pricing-header .featured {
  top: -5px;
  right: -10px;
  background-color: #FFDE6A;
  border-radius: 50px 0 0 50px;
  padding: 2px 10px 0px 13px;
}
.pricing-table.style-one table thead tr th .pricing-header .pricing-tag, .pricing-table.style-two table thead tr th .pricing-header .pricing-tag {
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 15px;
  color: var(--blackColor);
}
.pricing-table.style-one table thead tr th .pricing-header p, .pricing-table.style-two table thead tr th .pricing-header p {
  display: inline-block;
  margin: 0 20px;
}
.pricing-table.style-one table tbody tr th, .pricing-table.style-two table tbody tr th {
  background-color: transparent;
  border-bottom: 1px solid rgba(166, 172, 145, 0.15);
  padding-right: 20px;
}
.pricing-table.style-one table tbody tr td, .pricing-table.style-two table tbody tr td {
  padding: 12px 20px;
  text-align: center;
  border: none;
  background-color: var(--whiteColor);
  border-bottom: 1px solid rgba(166, 172, 145, 0.15);
  border-right: 25px solid #F2F5E6;
}
.pricing-table.style-one table tbody tr td:first-child, .pricing-table.style-two table tbody tr td:first-child {
  padding-left: 0;
}
.pricing-table.style-one table tbody tr td:last-child, .pricing-table.style-two table tbody tr td:last-child {
  border-right: none;
}
.pricing-table.style-one table tbody tr td span i, .pricing-table.style-two table tbody tr td span i {
  font-size: 22px;
}
.pricing-table.style-one table tbody tr td span.available i, .pricing-table.style-two table tbody tr td span.available i {
  color: var(--primaryColor);
}
.pricing-table.style-one table tbody tr td span.unavailable i, .pricing-table.style-two table tbody tr td span.unavailable i {
  color: #FF0B0B;
}
.pricing-table.style-one table tbody tr:last-child th, .pricing-table.style-two table tbody tr:last-child th {
  border-bottom: none;
}
.pricing-table.style-one table tbody tr:last-child td, .pricing-table.style-two table tbody tr:last-child td {
  border-bottom: none;
  padding-bottom: 32px;
  padding-top: 28px;
}
.pricing-table.style-one table tbody tr:last-child td:nth-child(2), .pricing-table.style-two table tbody tr:last-child td:nth-child(2) {
  border-radius: 0 0 30px 10px;
}
.pricing-table.style-one table tbody tr:last-child td:nth-child(3), .pricing-table.style-two table tbody tr:last-child td:nth-child(3) {
  border-radius: 0 0 30px 25px;
}
.pricing-table.style-one table tbody tr:last-child td:nth-child(4), .pricing-table.style-two table tbody tr:last-child td:nth-child(4) {
  border-radius: 0 0 10px 30px;
}
.pricing-table.style-one table thead tr th {
  border-bottom: 1px solid rgba(166, 172, 145, 0.15);
  border-right: 25px solid #F2F5E6;
  color: var(--primaryColor);
  background-color: var(--whiteColor);
}
.pricing-table.style-one table thead tr th .pricing-header .featured {
  background-color: #FFDE6A;
}
.pricing-table.style-one table thead tr th .pricing-header h2 {
  color: var(--blackColor);
}
.pricing-table.style-one table tbody tr th {
  border-bottom: 1px solid rgba(166, 172, 145, 0.15);
}
.pricing-table.style-one table tbody tr td {
  background-color: var(--whiteColor);
  border-bottom: 1px solid rgba(166, 172, 145, 0.15);
  border-right: 25px solid #F2F5E6;
}
.pricing-table.style-two table thead tr th {
  border-bottom: 1px solid rgba(99, 102, 241, 0.09);
  border-right: 25px solid var(--whiteColor);
  color: var(--primaryColor);
  background-color: rgba(99, 102, 241, 0.06);
}
.pricing-table.style-two table thead tr th .pricing-header .featured {
  background-color: #FFDE6A;
}
.pricing-table.style-two table thead tr th .pricing-header h2 {
  color: var(--blackColor);
}
.pricing-table.style-two table tbody tr th {
  border-bottom: 1px solid rgba(99, 102, 241, 0.09);
}
.pricing-table.style-two table tbody tr td {
  background-color: rgba(99, 102, 241, 0.06);
  border-bottom: 1px solid rgba(99, 102, 241, 0.09);
  border-right: 25px solid var(--whiteColor);
}

/*-------------------------------
    How It Works CSS
-------------------------------*/
.hw-area.style-one .move-text {
  position: absolute;
  bottom: 32%;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: -1;
}

.process-tablist {
  border: none;
  position: relative;
}
.process-tablist .nav-item {
  position: relative;
  z-index: 1;
}
.process-tablist .nav-item:after {
  position: absolute;
  top: 50%;
  right: -100px;
  content: "";
  width: 100px;
  height: 3px;
  z-index: -1;
  background-color: var(--secondaryColor);
}
.process-tablist .nav-item:last-child::after {
  display: none;
}
.process-tablist .nav-item .nav-link {
  border: 1px solid #EBEEE5;
  padding: 11px 25px;
  border-radius: 50px;
  font-weight: 500;
  font-family: var(--secondaryFont);
  background-color: var(--whiteColor);
  color: var(--paraColor);
  transition: var(--transition);
}
.process-tablist .nav-item .nav-link:hover, .process-tablist .nav-item .nav-link.active {
  border-color: transparent;
  color: var(--blackColor);
  background-color: var(--secondaryColor);
}

.process-card.style-one {
  background-color: #f3f3f3;
  border-radius: 10px;
  padding: 14px;
}
.process-card.style-one .process-img {
  padding: 20px;
  border: 4px solid var(--whiteColor);
  height: 448px;
  background: linear-gradient(180deg, #F2F8DC 0%, #E5E6FC 100%);
}
.process-card.style-one .process-title {
  height: 100%;
  padding: 35px 20px 30px 25px;
}
.process-card.style-one .process-title .process-counter {
  font-size: 96px;
  font-weight: 500;
  color: rgba(201, 201, 192, 0.43);
}
.process-card.style-one .process-title div h3 {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 10px;
}
.process-card.style-two .process-counter-wrap {
  position: relative;
  margin-right: 80px;
  margin-bottom: 30px;
}
.process-card.style-two .process-counter-wrap:after {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  z-index: -1;
  background-color: rgba(99, 102, 241, 0.06);
}
.process-card.style-two .process-counter-wrap .process-counter-name {
  font-size: 100px;
  line-height: 1;
  display: inline-block;
  color: #DADAFC;
  font-family: var(--secondaryFont);
  font-weight: 700;
  background-color: var(--whiteColor);
}
.process-card.style-two .process-counter-wrap .process-counter {
  width: 30px;
  height: 30px;
  font-size: 14px;
  font-weight: 600;
  color: var(--whiteColor);
  border: 1px dashed var(--whiteColor);
}

.chart-box.style-one {
  background-color: rgba(99, 102, 241, 0.15);
  padding: 27px 28px 26px;
}
.chart-box.style-one:after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: 196.13px;
  height: 196.13px;
  left: 131.77px;
  top: -37.12px;
  z-index: -1;
  background: rgba(99, 102, 241, 0.29);
  filter: blur(41.8458px);
}
.chart-box.style-one > div {
  width: 112px;
}
.chart-box.style-one > div span {
  line-height: 21px;
  display: inline-block;
}

/*-------------------------------
    Call To Action  CSS
-------------------------------*/
.cta-area.style-one .cta-section-shape {
  left: 60%;
  transform: translateX(-50%);
}
.cta-area.style-one .cta-img-wrap .cta-img {
  width: calc(100% - 230px);
}
.cta-area.style-one .cta-img-wrap .circle-text-wrap {
  width: 227px;
  height: 231px;
}
.cta-area.style-one .cta-img-wrap .circle-text-wrap span {
  width: 75px;
  height: 75px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cta-area.style-one .cta-img-wrap .circle-text-wrap:hover span {
  background-color: var(--titleColor);
}
.cta-area.style-one .cta-img-wrap .circle-text-wrap:hover span img {
  filter: brightness(0) invert(1);
}
.cta-area.style-two {
  margin: 0 13px;
  background-image: url(../img/cta-bg-1.jpg);
}
.cta-area.style-three {
  margin: 0 13px;
  background-image: url(https://storage.googleapis.com/msgsndr/8qNUPNuuUUUUzG3Hi4bv/media/68c8a55006223a5527483185.png);
}
.cta-area.style-two .circle-text-wrap, .cta-area.style-three .circle-text-wrap {
  width: 227px;
  height: 231px;
}
.cta-area.style-two .circle-text-wrap span, .cta-area.style-three .circle-text-wrap span {
  width: 75px;
  height: 75px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cta-area.style-two .circle-text-wrap:hover span, .cta-area.style-three .circle-text-wrap:hover span {
  background-color: var(--secondaryColor);
}
.cta-area.style-two .circle-text-wrap:hover span img, .cta-area.style-three .circle-text-wrap:hover span img {
  filter: brightness(0) invert(0);
}

/*-------------------------------
    Career  CSS
-------------------------------*/
.job-card.style-one {
  background-color: rgba(99, 102, 241, 0.09);
  padding: 8px 8px 8px;
}
.job-card.style-one .job-img .job-salary {
  top: 8px;
  right: 0;
  line-height: 1;
  padding: 7px 12px 6px;
  border-radius: 50px 0 0 50px;
}
.job-card.style-one .job-info {
  padding: 18px 10px 16px;
}
.job-card.style-one .job-info h3 {
  margin-bottom: 7px;
}
.job-card.style-one .job-info ul li {
  margin-bottom: 5px;
}
.job-card.style-one .job-info ul li:last-child {
  margin-bottom: 0;
}

/*-------------------------------
    Integration & Benefit CSS
-------------------------------*/
.integration-area:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--whiteColor);
  border-radius: 0 0 50px 50px;
  z-index: 0;
}
.integration-area:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--blackColor);
  z-index: -1;
}
.integration-area.style-two {
  background-color: #F2F5E6;
}
.integration-area.style-two:before, .integration-area.style-two:after {
  display: none;
}

.integration-wrapper.style-one .int-logo {
  margin: 30px 0;
}
.integration-wrapper.style-one .int-box-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.integration-wrapper.style-one .int-box-wrapper .int-box {
  width: 97px;
  height: 100px;
  margin-bottom: 74px;
  border-radius: 10px;
  box-shadow: 0 0 40px rgba(99, 102, 241, 0.21);
}
.integration-wrapper.style-one .int-box-wrapper.style-one .int-box:nth-child(1) {
  margin: 12px 0 56px 11px;
}
.integration-wrapper.style-one .int-box-wrapper.style-one .int-box:nth-child(2) {
  margin: 63px 0 0 127px;
}
.integration-wrapper.style-one .int-box-wrapper.style-one .int-box:nth-child(3) {
  margin: 15px 0 0 50px;
}
.integration-wrapper.style-one .int-box-wrapper.style-one .int-box:nth-child(4) {
  margin: 63px 0 0 102px;
}
.integration-wrapper.style-one .int-box-wrapper.style-two .int-box:nth-child(1) {
  margin: 12px 0 56px -30px;
}
.integration-wrapper.style-one .int-box-wrapper.style-two .int-box:nth-child(2) {
  margin: 61px 0 0 154px;
}
.integration-wrapper.style-one .int-box-wrapper.style-two .int-box:nth-child(3) {
  margin: 14px 0 0 33px;
}
.integration-wrapper.style-one .int-box-wrapper.style-two .int-box:nth-child(4) {
  margin: 61px 0 0 104px;
}

.benefit-area:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--whiteColor);
  border-radius: 0 0 50px 50px;
  z-index: 0;
}
.benefit-area:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #F2F5E6;
  z-index: -1;
}
.benefit-area.style-one:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
.benefit-area.style-one .benefit-img-wrap {
  padding: 90px 30px;
  background: linear-gradient(180deg, rgba(212, 255, 18, 0.21) 0%, rgba(99, 102, 241, 0.13) 100%);
}
.benefit-area.style-one .benefit-img-wrap img {
  border: 3px solid var(--whiteColor);
}
.benefit-area.style-one .benefit-content .feature-list-wrap {
  margin-bottom: 40px;
}
.benefit-area.style-one .benefit-content .feature-list-wrap .feature-list {
  padding-left: 46px;
  margin-bottom: 20px;
}
.benefit-area.style-one .benefit-content .feature-list-wrap .feature-list:last-child {
  margin-bottom: 0;
}
.benefit-area.style-one .benefit-content .feature-list-wrap .feature-list span {
  position: absolute;
  top: 3px;
  left: 0;
  width: 30px;
  height: 30px;
  background-color: var(--secondaryColor);
}
.benefit-area.style-one .benefit-content .feature-list-wrap .feature-list span i {
  color: var(--titleColor);
  font-size: 18px;
  line-height: 1;
  position: relative;
  left: 1px;
}
.benefit-area.style-one .benefit-content .feature-list-wrap .feature-list h5 {
  margin-bottom: 8px;
}

/*-------------------------------
    Testimonial CSS
-------------------------------*/
.testimonial-area.style-one:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--blackColor);
  border-radius: 0 0 50px 50px;
}
.testimonial-area.style-two {
  margin: 0 10px;
}
.testimonial-area.style-two:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--whiteColor);
  border-radius: 20px 20px 0 0;
  z-index: -1;
}
.testimonial-area.style-two .circle-text-wrap {
  padding: 14px;
  width: 315px;
  height: 315px;
}
.testimonial-area.style-two .circle-text-wrap:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 40px solid #FC95F6;
  z-index: -1;
}
.testimonial-area.style-three .circle-text-wrapper .move-text {
  position: absolute;
  top: 52%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.testimonial-area.style-three .circle-text-wrapper .circle-text-wrap {
  padding: 14px;
  width: 291px;
  height: 291px;
  margin: 0 auto 40px;
}
.testimonial-area.style-three .circle-text-wrapper .circle-text-wrap:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 40px solid var(--secondaryColor);
  z-index: -1;
}
.testimonial-area.style-three .move-text ul li {
  color: rgba(255, 255, 255, 0.14);
  font-weight: 500;
}
.testimonial-area.style-four {
  margin: -115px 15px 0;
}
.testimonial-area.style-four:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--whiteColor);
  border-radius: 20px 20px 0 0;
  z-index: -1;
}
.testimonial-area.style-four .circle-text-wrap {
  padding: 14px;
  width: 315px;
  height: 315px;
}
.testimonial-area.style-four .circle-text-wrap:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 40px solid #FC95F6;
  z-index: -1;
}

.testimonial-card.style-one {
  background-color: #141414;
  border-radius: 10px;
  padding: 45px 30px 45px;
}
.testimonial-card.style-one .br-one {
  visibility: hidden;
  opacity: 0;
  transition: var(--transition);
}
.testimonial-card.style-one .br-one:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 27%;
  height: 27%;
  border-radius: 10px 0 0 0;
  border-top: 1px solid rgba(212, 255, 18, 0.43);
  border-left: 1px solid rgba(212, 255, 18, 0.43);
}
.testimonial-card.style-one .br-one:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 27%;
  height: 27%;
  border-radius: 0 10px 0 0;
  border-top: 1px solid rgba(212, 255, 18, 0.43);
  border-right: 1px solid rgba(212, 255, 18, 0.43);
}
.testimonial-card.style-one .br-two {
  visibility: hidden;
  opacity: 0;
  transition: var(--transition);
}
.testimonial-card.style-one .br-two:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 30%;
  height: 30%;
  border-radius: 0 0 0 10px;
  border-bottom: 1px solid rgba(212, 255, 18, 0.43);
  border-left: 1px solid rgba(212, 255, 18, 0.43);
}
.testimonial-card.style-one .br-two:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 30%;
  height: 30%;
  border-radius: 0 0 10px 0;
  border-bottom: 1px solid rgba(212, 255, 18, 0.43);
  border-right: 1px solid rgba(212, 255, 18, 0.43);
}
.testimonial-card.style-one .rating li i {
  color: #FFDE6A;
}
.testimonial-card.style-one h6 {
  color: rgba(221, 221, 221, 0.7);
  font-size: 20px;
  line-height: 28px;
  padding: 0 10px;
  margin-bottom: 20px;
}
.testimonial-card.style-one p {
  font-weight: 500;
  line-height: 30px;
  font-size: 18px;
  margin-bottom: 35px;
}
.testimonial-card.style-one .client-img {
  width: 80px;
  height: 80px;
  margin: 0 auto 35px;
}
.testimonial-card.style-one .client-info h5 {
  padding-left: 15px;
  position: relative;
  display: inline-block;
  margin-bottom: 6px;
}
.testimonial-card.style-one .client-info h5:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 10px;
  height: 2px;
  background-color: var(--whiteColor);
  transform: translateY(-50%);
}
.testimonial-card.style-one:hover .br-one,
.testimonial-card.style-one:hover .br-two {
  visibility: visible;
  opacity: 1;
}
.testimonial-card.style-two p {
  font-size: 36px;
  line-height: 46px;
  padding-bottom: 30px;
  border-bottom: 1px solid #EFEFEF;
  margin-bottom: 37px;
}
.testimonial-card.style-two .client-info-wrap .client-img {
  width: 51px;
  height: 51px;
}
.testimonial-card.style-two .client-info-wrap .client-info {
  margin-left: 15px;
}
.testimonial-card.style-two .client-info-wrap .client-info h5 {
  padding-left: 20px;
  position: relative;
}
.testimonial-card.style-two .client-info-wrap .client-info h5:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 11px;
  height: 2px;
  background-color: var(--blackColor);
  transform: translateY(-50%);
}
.testimonial-card.style-three p {
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 30px;
}
.testimonial-card.style-three .client-info-wrap .client-img {
  width: 51px;
  height: 51px;
}
.testimonial-card.style-three .client-info-wrap .client-info {
  margin-left: 15px;
}
.testimonial-card.style-three .client-info-wrap .client-info h5 {
  padding-left: 20px;
  position: relative;
}
.testimonial-card.style-three .client-info-wrap .client-info h5:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 11px;
  height: 2px;
  background-color: var(--whiteColor);
  transform: translateY(-50%);
}
.testimonial-card.style-three .client-info-wrap .client-info span {
  color: rgba(221, 221, 221, 0.8);
}
.testimonial-card.style-four {
  background-color: rgba(99, 102, 241, 0.09);
  border-radius: 10px;
  padding: 45px 30px 45px;
}
.testimonial-card.style-four .br-one {
  visibility: hidden;
  opacity: 0;
  transition: var(--transition);
}
.testimonial-card.style-four .br-one:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 27%;
  height: 27%;
  border-radius: 10px 0 0 0;
  border-top: 1px solid var(--primaryColor);
  border-left: 1px solid var(--primaryColor);
}
.testimonial-card.style-four .br-one:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 27%;
  height: 27%;
  border-radius: 0 10px 0 0;
  border-top: 1px solid var(--primaryColor);
  border-right: 1px solid var(--primaryColor);
}
.testimonial-card.style-four .br-two {
  visibility: hidden;
  opacity: 0;
  transition: var(--transition);
}
.testimonial-card.style-four .br-two:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 30%;
  height: 30%;
  border-radius: 0 0 0 10px;
  border-bottom: 1px solid var(--primaryColor);
  border-left: 1px solid var(--primaryColor);
}
.testimonial-card.style-four .br-two:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 30%;
  height: 30%;
  border-radius: 0 0 10px 0;
  border-bottom: 1px solid var(--primaryColor);
  border-right: 1px solid var(--primaryColor);
}
.testimonial-card.style-four .rating li i {
  color: #FF8215;
}
.testimonial-card.style-four h6 {
  color: var(--titleColor);
  font-size: 20px;
  line-height: 28px;
  padding: 0 10px;
  margin-bottom: 20px;
}
.testimonial-card.style-four p {
  font-weight: 500;
  line-height: 30px;
  font-size: 18px;
  margin-bottom: 35px;
}
.testimonial-card.style-four .client-img {
  width: 80px;
  height: 80px;
  margin: 0 auto 35px;
}
.testimonial-card.style-four .client-info h5 {
  padding-left: 15px;
  position: relative;
  display: inline-block;
  margin-bottom: 6px;
}
.testimonial-card.style-four .client-info h5:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 10px;
  height: 2px;
  background-color: var(--titleColor);
  transform: translateY(-50%);
}
.testimonial-card.style-four:hover .br-one,
.testimonial-card.style-four:hover .br-two {
  visibility: visible;
  opacity: 1;
}

.testimonial-slider-two .slider-btn {
  position: absolute;
  bottom: 17px;
  right: 0;
  z-index: 1;
}
.testimonial-slider-two .slider-btn .prev-btn,
.testimonial-slider-two .slider-btn .next-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  background-color: rgba(99, 102, 241, 0.1);
}
.testimonial-slider-two .slider-btn .prev-btn img,
.testimonial-slider-two .slider-btn .next-btn img {
  max-width: 14px;
}
.testimonial-slider-two .slider-btn .prev-btn:before,
.testimonial-slider-two .slider-btn .next-btn:before {
  background-color: var(--primaryColor);
}
.testimonial-slider-two .slider-btn .prev-btn {
  left: 0;
}
.testimonial-slider-two .slider-btn .next-btn {
  right: 0;
}
.testimonial-slider-two .testimonial-pagination {
  padding: 0 45px;
}
.testimonial-slider-two .testimonial-pagination .swiper-pagination-bullet {
  width: 88px;
  height: 4px;
  margin: 0 6px;
  background-color: rgba(99, 102, 241, 0.2);
  border-radius: 50px;
  opacity: 1;
}
.testimonial-slider-two .testimonial-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--primaryColor);
}

.testimonial-slider-three .slider-btn .prev-btn,
.testimonial-slider-three .slider-btn .next-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.6;
  z-index: 1;
}
.testimonial-slider-three .slider-btn .prev-btn:before,
.testimonial-slider-three .slider-btn .next-btn:before {
  display: none;
}
.testimonial-slider-three .slider-btn .prev-btn:hover,
.testimonial-slider-three .slider-btn .next-btn:hover {
  opacity: 1;
}
.testimonial-slider-three .slider-btn .prev-btn:hover img,
.testimonial-slider-three .slider-btn .next-btn:hover img {
  filter: brightness(1) invert(0);
}
.testimonial-slider-three .slider-btn .prev-btn {
  left: 0;
}
.testimonial-slider-three .slider-btn .next-btn {
  right: 0;
}

/*-------------------------------
    Team CSS
-------------------------------*/
.team-card.style-one {
  padding: 38px 20px 26px;
  background: linear-gradient(91.98deg, rgba(163, 107, 244, 0.06) 1.98%, rgba(163, 107, 244, 0.3) 50.35%, rgba(163, 107, 244, 0.06) 98.71%);
}
.team-card.style-one .team-thumb {
  width: 198px;
  height: 198px;
  margin-bottom: 80px;
  border: 4px solid var(--whiteColor);
  box-shadow: 0 0 40px rgba(107, 0, 216, 0.24);
}
.team-card.style-one .team-member-bg {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  visibility: hidden;
  opacity: 0;
  transform: translateX(-100%);
}
.team-card.style-one .team-member-bg:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0.21deg, #654793 16.87%, rgba(136, 113, 181, 0.04) 58.41%);
  z-index: 0;
}
.team-card.style-one .team-member-bg.bg-1 {
  background-image: url(../img/team/team-1.jpg);
}
.team-card.style-one .team-member-bg.bg-2 {
  background-image: url(../img/team/team-2.jpg);
}
.team-card.style-one .team-member-bg.bg-3 {
  background-image: url(../img/team/team-3.jpg);
}
.team-card.style-one .team-member-bg.bg-4 {
  background-image: url(../img/team/team-4.jpg);
}
.team-card.style-one .team-member-bg.bg-5 {
  background-image: url(../img/team/team-5.jpg);
}
.team-card.style-one .team-member-bg.bg-6 {
  background-image: url(../img/team/team-6.jpg);
}
.team-card.style-one .team-member-bg.bg-7 {
  background-image: url(../img/team/team-7.jpg);
}
.team-card.style-one .team-member-bg.bg-8 {
  background-image: url(../img/team/team-8.jpg);
}
.team-card.style-one .team-info h3 {
  margin-bottom: 2px;
}
.team-card.style-one:hover .team-member-bg {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}
.team-card.style-one:hover .team-info h3 {
  color: var(--whiteColor) !important;
}
.team-card.style-one:hover .team-info span {
  color: var(--offwhiteColor);
}

/*-------------------------------
    Blog CSS
-------------------------------*/
.blog-card.style-one {
  background-color: #F3F3F3;
  padding: 14px 14px 22px;
}
.blog-card.style-one .blog-info {
  padding: 20px 7px 0;
}
.blog-card.style-one .blog-info .blog-category {
  margin-right: 5px;
  margin-bottom: 6px;
}
.blog-card.style-one .blog-info .blog-metainfo {
  margin-bottom: 6px;
}
.blog-card.style-one .blog-info .blog-metainfo li {
  font-size: 15px;
}
.blog-card.style-one .blog-info h3 {
  margin: 15px 0 15px;
}
.blog-card.style-two .blog-info {
  padding: 22px 0 0;
}
.blog-card.style-two .blog-info .blog-metainfo {
  margin-bottom: 6px;
}
.blog-card.style-two .blog-info h3 {
  margin: 15px 0 24px;
}
.blog-card.style-three {
  padding-right: 160px;
}
.blog-card.style-three .blog-info {
  position: absolute;
  right: 0;
  bottom: 25px;
  max-width: 322px;
  padding: 25px 22px 20px;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.08);
}
.blog-card.style-three .blog-info .blog-category {
  margin-bottom: 15px;
}
.blog-card.style-three .blog-info .blog-metainfo {
  margin-bottom: 13px;
}
.blog-card.style-three .blog-info h3 {
  margin: 0 0 16px;
}

.blog-category {
  border: 1px solid rgba(99, 102, 241, 0.21);
  color: var(--paraColor);
  padding: 6.5px 10px;
  line-height: 15px;
}
.blog-category:hover {
  border-color: transparent;
  background-color: var(--primaryColor);
  color: var(--whiteColor);
}

.blog-metainfo li {
  display: inline-block;
  margin-right: 7px;
  padding-right: 12px;
  position: relative;
  font-weight: 500;
}
.blog-metainfo li:after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: 1px;
  height: 13px;
  background-color: rgba(85, 85, 85, 0.2);
  transform: translateY(-50%);
}
.blog-metainfo li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.blog-metainfo li:last-child:after {
  display: none;
}
.blog-metainfo li.blog-category {
  margin-right: 20px;
}
.blog-metainfo li.blog-category:after {
  display: none;
}
.blog-metainfo li.blog-category a {
  padding: 3px 10px;
}
.blog-metainfo li a {
  color: var(--paraColor);
}
.blog-metainfo li a:hover {
  color: var(--primaryColor);
}

/*-------------------------------
    Contact CSS
-------------------------------*/
.contact-card-wrap.style-one {
  position: relative;
  margin-bottom: -65px;
}
.contact-card-wrap.style-one:before {
  position: absolute;
  top: 38%;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.08);
}
.contact-card-wrap.style-one:after {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  width: 1px;
  height: 80%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.08);
}
.contact-card-wrap.style-one .contact-card {
  width: 50%;
  margin-bottom: 65px;
}
.contact-card-wrap.style-one .contact-card:nth-child(even) {
  padding-left: 35px;
}

.contact-card.style-two .contact-icon {
  width: 38px;
  height: 38px;
}
.contact-card.style-two div {
  width: calc(100% - 50px);
  margin-left: auto;
}

.map-area:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 50%;
  background-color: var(--blackColor);
  z-index: -1;
}

.comp-map iframe {
  width: 100%;
  height: 100%;
}
.comp-map.style-one {
  height: 328px;
  border-radius: 10px;
}
.comp-map.style-one iframe {
  border-radius: 10px;
}
.comp-map.style-two {
  height: 573px;
  border-radius: 10px;
}
.comp-map.style-two iframe {
  border-radius: 10px;
}

.checkbox {
  display: block;
}
.checkbox.form-check {
  padding-left: 0;
}
.checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.checkbox label {
  position: relative;
  cursor: pointer;
  padding-left: 26px;
}
.checkbox label:before {
  content: "";
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: transparent;
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 6px;
}
.checkbox.style-one label:before {
  width: 17px;
  height: 17px;
  border: 1px solid rgb(80, 137, 255);
  top: 4px;
  border-radius: 50%;
}
.checkbox.style-two label:before {
  width: 17px;
  height: 17px;
  border: 1px solid rgba(80, 137, 255, 0.4);
  top: 4px;
  border-radius: 4px;
}

.checkbox.style-one input:checked + label:before,
.checkbox.style-two input:checked + label:before {
  border-color: transparent;
}

.checkbox input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
}

.checkbox.style-one input:checked + label:after {
  top: 4px;
  left: 0px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: var(--primaryColor);
}

.checkbox.style-two input:checked + label:after {
  top: 4px;
  left: 0px;
  width: 17px;
  height: 17px;
  border-radius: 4px;
  background: var(--primaryColor);
}

/*---------------------------------------------
            FAQ Section CSS
---------------------------------------------*/
.faq-box.style-one {
  background-color: rgba(99, 102, 241, 0.1);
  padding: 15px;
}

.faq-bg {
  background-image: url(https://storage.googleapis.com/msgsndr/8qNUPNuuUUUUzG3Hi4bv/media/68c8a6130aed9135b57290bf.png);
  height: 100%;
  position: relative;
  z-index: 1;
  padding: 28px 35px 22px;
}
.faq-bg:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 52.73%, rgba(0, 0, 0, 0.92) 80.03%);
  border-radius: 10px;
  z-index: -1;
}
.faq-bg h6 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
}

.accordion.style-one .accordion-item {
  margin: 0 0 20px;
  padding: 0;
  border: none;
  border-radius: 10px;
  background-color: #F3F3F3;
}
.accordion.style-one .accordion-item:last-child {
  margin: 0;
}
.accordion.style-one .accordion-item .accordion-header .accordion-button {
  display: flex;
  align-items: center !important;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: var(--titleColor);
  text-align: left;
  align-items: center;
  padding: 12px 40px 11px 25px;
  border-radius: 10px;
  background-color: #F3F3F3;
  box-shadow: none;
  transition: var(--transition);
}
.accordion.style-one .accordion-item .accordion-header .accordion-button:after {
  display: none;
}
.accordion.style-one .accordion-item .accordion-header .accordion-button:focus {
  outline: none;
  box-shadow: none;
}
.accordion.style-one .accordion-item .accordion-header .accordion-button .accord-icon {
  min-width: 45px;
  min-height: 45px;
  margin-right: 17px;
}
.accordion.style-one .accordion-item .accordion-header .accordion-button .accord-arrow {
  display: inline-block;
  position: absolute;
  top: 37px;
  right: 28px;
  text-align: center;
  transition: var(--transition);
}
.accordion.style-one .accordion-item .accordion-header .accordion-button .accord-arrow i {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 21px;
  font-weight: 300;
  line-height: 1;
  display: block;
  margin: 0 auto;
  color: var(--paraColor);
  transform: translate(-50%, -50%);
  transition: var(--transition);
}
.accordion.style-one .accordion-item .accordion-header .accordion-button .accord-arrow i.minus {
  visibility: hidden;
  opacity: 0;
  top: 50%;
}
.accordion.style-one .accordion-item .accordion-body {
  padding: 0px 25px 21px 86px;
  border: none;
  border-radius: 0 0 10px 10px;
}
.accordion.style-one .accordion-item .accordion-body p:last-child {
  margin-bottom: 0;
}
.accordion.style-two .accordion-item {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 5px;
}
.accordion.style-two .accordion-item:last-child {
  margin: 0;
}
.accordion.style-two .accordion-item .accordion-header .accordion-button {
  display: flex;
  align-items: flex-start !important;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  color: var(--blackColor);
  text-align: left;
  align-items: center;
  padding: 15px 40px 15px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  transition: var(--transition);
}
.accordion.style-two .accordion-item .accordion-header .accordion-button:after {
  display: none;
}
.accordion.style-two .accordion-item .accordion-header .accordion-button:focus {
  outline: none;
  box-shadow: none;
}
.accordion.style-two .accordion-item .accordion-header .accordion-button .accord-arrow {
  display: inline-block;
  position: absolute;
  top: 32px;
  right: 3px;
  text-align: center;
  transition: var(--transition);
}
.accordion.style-two .accordion-item .accordion-header .accordion-button .accord-arrow i {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 21px;
  font-weight: 300;
  line-height: 1;
  display: block;
  margin: 0 auto;
  color: rgba(0, 0, 0, 0.5);
  transform: translate(-50%, -50%);
  transition: var(--transition);
}
.accordion.style-two .accordion-item .accordion-header .accordion-button .accord-arrow i.minus {
  visibility: hidden;
  opacity: 0;
  top: 50%;
}
.accordion.style-two .accordion-item .accordion-body {
  padding: 0 0 16px 0;
  border: none;
  border-radius: 0 0 5px 5px;
}
.accordion.style-two .accordion-item .accordion-body p:last-child {
  margin-bottom: 0;
}
.accordion.style-three .accordion-item {
  margin: 0 0 10px;
  padding: 0;
  border: none;
  border-radius: 10px;
  background-color: var(--whiteColor);
}
.accordion.style-three .accordion-item:last-child {
  margin: 0;
}
.accordion.style-three .accordion-item .accordion-header .accordion-button {
  display: flex;
  align-items: center !important;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: var(--titleColor);
  text-align: left;
  align-items: center;
  padding: 16px 40px 16px 25px;
  border-radius: 10px;
  background-color: var(--whiteColor);
  box-shadow: none;
  transition: var(--transition);
}
.accordion.style-three .accordion-item .accordion-header .accordion-button:after {
  display: none;
}
.accordion.style-three .accordion-item .accordion-header .accordion-button:focus {
  outline: none;
  box-shadow: none;
}
.accordion.style-three .accordion-item .accordion-header .accordion-button .accord-icon {
  min-width: 45px;
  min-height: 45px;
  margin-right: 17px;
}
.accordion.style-three .accordion-item .accordion-header .accordion-button .accord-arrow {
  display: inline-block;
  position: absolute;
  top: 31px;
  right: 28px;
  text-align: center;
  transition: var(--transition);
}
.accordion.style-three .accordion-item .accordion-header .accordion-button .accord-arrow i {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 21px;
  font-weight: 300;
  line-height: 1;
  display: block;
  margin: 0 auto;
  color: rgba(0, 0, 0, 0.3);
  transform: translate(-50%, -50%);
  transition: var(--transition);
}
.accordion.style-three .accordion-item .accordion-header .accordion-button .accord-arrow i.minus {
  visibility: hidden;
  opacity: 0;
  top: 50%;
}
.accordion.style-three .accordion-item .accordion-body {
  padding: 0px 25px 21px 55px;
  border: none;
  border-radius: 0 0 10px 10px;
}
.accordion.style-three .accordion-item .accordion-body p:last-child {
  margin-bottom: 0;
}

.accordion-item:not(.collapsed) .accordion-button span .plus {
  visibility: hidden;
  opacity: 0;
}
.accordion-item:not(.collapsed) .accordion-button span .minus {
  visibility: visible !important;
  opacity: 1 !important;
}

.error-wrap {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.account-wrap.style-one {
  background-image: url(../img/login-bg-1.jpg);
  height: 100%;
  padding: 15px;
  border-radius: 10px;
}
.account-wrap.style-two {
  background-image: url(../img/login-bg-2.jpg);
  height: 100%;
  padding: 15px;
  border-radius: 10px;
}

.account-box {
  padding: 50px 40px 45px;
  background-color: var(--whiteColor);
}
.account-box .form-group input {
  height: 52px;
  padding: 12px 18px;
  background-color: #F7F7FE;
}
.account-box .form-group input::-moz-placeholder {
  opacity: 1;
  color: var(--paraColor);
}
.account-box .form-group input::placeholder {
  opacity: 1;
  color: var(--paraColor);
}
.account-box .form-group input:focus {
  outline: 0;
}
.account-box .or-text {
  margin: 15px 0;
}
.account-box .or-text:after {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(76, 89, 146, 0.08);
}
.account-box .or-text span {
  padding: 5px 14px;
  background-color: var(--grayColor);
  display: inline-block;
  z-index: 2;
  position: relative;
}

/*-------------------------------
    Sidebar Widget CSS
-------------------------------*/
.sidebar .sidebar-widget {
  background-color: #F2F2FF;
  padding: 28px 30px 30px;
  margin-bottom: 30px;
}
.sidebar .sidebar-widget:last-child {
  margin-bottom: 0;
}
.sidebar .sidebar-widget.style-two {
  background-color: var(--secondaryColor);
}

.search-widget input {
  padding: 12px 55px 12px 22px;
}
.search-widget input::-moz-placeholder {
  opacity: 1;
  color: var(--whiteColor);
}
.search-widget input::placeholder {
  opacity: 1;
  color: var(--whiteColor);
}
.search-widget button {
  padding: 4px 15px 4px 12px;
}
.search-widget button:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 1px;
  height: 16px;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.4);
}

.category-widget li {
  margin-bottom: 17px;
}
.category-widget li:last-child {
  margin-bottom: 0;
}
.category-widget li a {
  color: var(--paraColor);
  padding-right: 30px;
  font-weight: 500;
  display: block;
  position: relative;
}
.category-widget li a i, .category-widget li a img {
  position: absolute;
  top: 50%;
  right: 0;
}
.category-widget li a i {
  font-size: 18px;
  line-height: 1;
  color: var(--paraColor);
}
.category-widget li a img {
  filter: brightness(0) invert(0);
  opacity: 0.5;
  transition: var(--transition);
}
.category-widget li a:hover {
  color: var(--primaryColor);
  padding-left: 5px;
}
.category-widget li a:hover img {
  filter: brightness(1) invert(0);
  opacity: 1;
}
.category-widget li a:hover i {
  color: var(--primaryColor);
}

.service-category-list li {
  margin-bottom: 12px;
}
.service-category-list li:last-child {
  margin-bottom: 0;
}
.service-category-list li a {
  display: block;
  width: 100%;
  background-color: var(--whiteColor);
  border-radius: 50px;
  padding: 10px 20px;
  color: var(--paraColor);
}
.service-category-list li a i {
  float: right;
  font-size: 19px;
  line-height: 1;
  position: relative;
  top: 4px;
}
.service-category-list li a:hover {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
}

.docs-widget.style-one {
  background-image: url(../img/docs-bg.jpg);
  height: 412px;
  padding: 25px 20px 30px;
}
.docs-widget.style-one .btn:hover {
  background-color: var(--secondaryColor);
}
.docs-widget.style-one .btn:hover span {
  background-color: var(--primaryColor);
}
.docs-widget.style-one .btn:hover span img {
  filter: brightness(0) invert(1);
}

.booking-form .form-group input, .booking-form .form-group select {
  border-radius: 50px;
  padding: 12px 20px;
  background-color: var(--whiteColor);
}
.booking-form .form-group input::-moz-placeholder, .booking-form .form-group select::-moz-placeholder {
  opacity: 1;
  color: var(--paraColor);
}
.booking-form .form-group input::placeholder, .booking-form .form-group select::placeholder {
  opacity: 1;
  color: var(--paraColor);
}
.booking-form .form-group textarea {
  height: 137px;
  border-radius: 10px;
  resize: none;
  padding: 12px 20px;
  background-color: var(--whiteColor);
}
.booking-form .form-group textarea::-moz-placeholder {
  opacity: 1;
  color: var(--paraColor);
}
.booking-form .form-group textarea::placeholder {
  opacity: 1;
  color: var(--paraColor);
}
.booking-form .form-group select {
  padding: 12px 18px;
  background-image: url(../img/icons/down-arrow-fill-ash.svg);
  background-position: calc(100% - 20px) 50%;
  background-size: 11px;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.rp-post-wrap .rp-post-card {
  margin-bottom: 22px;
}
.rp-post-wrap .rp-post-card:last-child {
  margin-bottom: 0;
}

.rp-post-card .rp-post-img {
  width: 91px;
  border-radius: 10px;
}
.rp-post-card .rp-post-img img {
  border-radius: 10px;
}
.rp-post-card .rp-post-info {
  width: calc(100% - 111px);
  margin-left: auto;
  position: relative;
  top: -2px;
}
.rp-post-card .rp-post-info h5 {
  line-height: 26px;
}
.rp-post-card.style-two .rp-post-info {
  width: calc(100% - 111px);
  margin-left: auto;
  position: relative;
  top: -2px;
}
.rp-post-card.style-two .rp-post-info h5 {
  line-height: 26px;
}
.rp-post-card.style-two .rp-post-info .link {
  color: #134404;
}

.tags-widget ul {
  margin-top: -10px;
}
.tags-widget ul li {
  display: inline-block;
  margin: 10px 6px 0px 0px;
}
.tags-widget ul li a {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 15px;
  padding: 7px 9px 8px;
  color: #6B6668;
  background-color: var(--whiteColor);
  border-radius: 5px;
  transition: var(transition);
}
.tags-widget ul li a:hover {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
}

.promo-widget.style-one {
  padding: 20px 30px 26px;
  background-image: url(../img/promo-bg.jpg);
  height: 412px;
}
.promo-widget.style-one h3 {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 12px;
  padding-right: 10px;
}

.range-slider-container .range-slider {
  height: 14px;
  background: transparent;
  border: 1px solid var(--whiteColor);
  border-radius: 50px;
  position: relative;
}
.range-slider-container .range-slider .range-progress {
  height: 6px;
  background: var(--primaryColor);
  border-radius: 50px;
  position: absolute;
  top: 4px;
  left: 0;
  right: 0%;
}
.range-slider-container .range-input {
  position: relative;
}
.range-slider-container .range-input input {
  position: absolute;
  top: -8px;
  height: 2px;
  width: 100%;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
}
.range-slider-container .range-input input[type=range]::-webkit-slider-thumb {
  height: 13px;
  width: 13px;
  border: 3px solid var(--whiteColor);
  border-radius: 50%;
  background: var(--primaryColor);
  pointer-events: auto;
  -webkit-appearance: none;
}
.range-slider-container .range-input input[type=range]::-moz-range-thumb {
  height: 9px;
  width: 8px;
  border: 2px solid var(--whiteColor);
  border-radius: 50%;
  background: var(--primaryColor);
  pointer-events: auto;
}
@-moz-document url-prefix() {
  .range-slider-container .range-input input {
    top: -8px;
  }
}

/*-------------------------------
        Blog Details CSS
-------------------------------*/
.blog-desc p,
.project-desc p,
.job-desc p,
.service-desc p,
.terms-wrap p {
  margin-bottom: 22px;
}
.blog-desc p strong, .blog-desc p b,
.project-desc p strong,
.project-desc p b,
.job-desc p strong,
.job-desc p b,
.service-desc p strong,
.service-desc p b,
.terms-wrap p strong,
.terms-wrap p b {
  color: var(--titleColor);
}
.blog-desc h1, .blog-desc h2, .blog-desc h3, .blog-desc h4, .blog-desc h5, .blog-desc h6,
.project-desc h1,
.project-desc h2,
.project-desc h3,
.project-desc h4,
.project-desc h5,
.project-desc h6,
.job-desc h1,
.job-desc h2,
.job-desc h3,
.job-desc h4,
.job-desc h5,
.job-desc h6,
.service-desc h1,
.service-desc h2,
.service-desc h3,
.service-desc h4,
.service-desc h5,
.service-desc h6,
.terms-wrap h1,
.terms-wrap h2,
.terms-wrap h3,
.terms-wrap h4,
.terms-wrap h5,
.terms-wrap h6 {
  margin-bottom: 13px;
  font-weight: 700;
  line-height: 1.4;
}
.blog-desc h1,
.project-desc h1,
.job-desc h1,
.service-desc h1,
.terms-wrap h1 {
  font-size: 32px;
}
.blog-desc h2,
.project-desc h2,
.job-desc h2,
.service-desc h2,
.terms-wrap h2 {
  font-size: 30px;
  font-weight: 600;
}
.blog-desc h3,
.project-desc h3,
.job-desc h3,
.service-desc h3,
.terms-wrap h3 {
  font-size: 28px;
  font-weight: 600;
}
.blog-desc h4,
.project-desc h4,
.job-desc h4,
.service-desc h4,
.terms-wrap h4 {
  font-size: 26px;
  font-weight: 600;
}
.blog-desc h5,
.project-desc h5,
.job-desc h5,
.service-desc h5,
.terms-wrap h5 {
  font-size: 24px;
}
.blog-desc h6,
.project-desc h6,
.job-desc h6,
.service-desc h6,
.terms-wrap h6 {
  font-size: 20px;
}
.blog-desc p:last-child,
.project-desc p:last-child,
.job-desc p:last-child,
.service-desc p:last-child,
.terms-wrap p:last-child {
  margin-bottom: 0;
}
.blog-desc ol,
.project-desc ol,
.job-desc ol,
.service-desc ol,
.terms-wrap ol {
  margin-top: 20px;
  margin-bottom: 30px;
}
.blog-desc ol li,
.project-desc ol li,
.job-desc ol li,
.service-desc ol li,
.terms-wrap ol li {
  margin-bottom: 15px;
  padding-left: 3px;
}
.blog-desc .wp-blockquote,
.project-desc .wp-blockquote,
.job-desc .wp-blockquote,
.service-desc .wp-blockquote,
.terms-wrap .wp-blockquote {
  padding: 32px 35px 28px 38px;
  margin: 40px 0;
  background-color: rgba(99, 102, 241, 0.12);
}
.blog-desc .wp-blockquote p,
.project-desc .wp-blockquote p,
.job-desc .wp-blockquote p,
.service-desc .wp-blockquote p,
.terms-wrap .wp-blockquote p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 22px;
}
.blog-desc .wp-blockquote .client-info h5,
.project-desc .wp-blockquote .client-info h5,
.job-desc .wp-blockquote .client-info h5,
.service-desc .wp-blockquote .client-info h5,
.terms-wrap .wp-blockquote .client-info h5 {
  font-size: 18px;
  padding-left: 15px;
  position: relative;
}
.blog-desc .wp-blockquote .client-info h5:before,
.project-desc .wp-blockquote .client-info h5:before,
.job-desc .wp-blockquote .client-info h5:before,
.service-desc .wp-blockquote .client-info h5:before,
.terms-wrap .wp-blockquote .client-info h5:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 10px;
  height: 2px;
  background-color: var(--blackColor);
  transform: translateY(-50%);
}
.blog-desc .single-para,
.project-desc .single-para,
.job-desc .single-para,
.service-desc .single-para,
.terms-wrap .single-para {
  margin-bottom: 32px;
}
.blog-desc .single-para:last-child,
.project-desc .single-para:last-child,
.job-desc .single-para:last-child,
.service-desc .single-para:last-child,
.terms-wrap .single-para:last-child {
  margin-bottom: 0;
}

.post-metaoption {
  margin-top: 30px;
}

.post-pagination {
  padding: 11px 20px;
  border: 1px solid rgba(151, 177, 255, 0.17);
  border-radius: 5px;
}
.post-pagination.style-two {
  border: none;
  padding: 15px 20px;
  border-radius: 10px;
}
.post-pagination .prev-post i,
.post-pagination .next-post i {
  font-size: 20px;
  line-height: 0.8;
  position: relative;
  top: 1px;
}
.post-pagination .prev-post i {
  margin-right: 6px;
}
.post-pagination .next-post i {
  margin-left: 6px;
}

.comment-item-wrap .comment-item {
  margin-bottom: 38px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.comment-item-wrap .comment-item.reply {
  margin-left: 60px;
}
.comment-item-wrap .comment-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.comment-item-wrap .comment-item .comment-author-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: relative;
  top: -2px;
}
.comment-item-wrap .comment-item .comment-author-img img {
  border-radius: 50%;
}
.comment-item-wrap .comment-item .comment-author-info {
  width: calc(100% - 120px);
  margin-left: auto;
  position: relative;
  top: -2px;
}
.comment-item-wrap .comment-item .comment-author-info h5 span {
  margin-left: 18px;
}
.comment-item-wrap .comment-item .comment-text p {
  margin: 0;
}

.comment-form.style-one {
  background-color: #F4F4FF;
  padding: 35px 35px 35px;
}
.comment-form.style-one .form-group input, .comment-form.style-one .form-group select {
  height: 52px;
  border-radius: 50px;
  padding: 12px 18px;
}
.comment-form.style-one .form-group input:focus, .comment-form.style-one .form-group select:focus {
  outline: none;
}
.comment-form.style-one .form-group textarea {
  height: 152px;
  padding: 15px 18px;
}
.comment-form.style-one .form-group textarea:focus {
  outline: none;
}
.comment-form.style-one .form-group input::-moz-placeholder, .comment-form.style-one .form-group select::-moz-placeholder, .comment-form.style-one .form-group textarea::-moz-placeholder {
  color: var(--paraColor);
  opacity: 1;
}
.comment-form.style-one .form-group input::placeholder, .comment-form.style-one .form-group select::placeholder, .comment-form.style-one .form-group textarea::placeholder {
  color: var(--paraColor);
  opacity: 1;
}
.comment-form.style-one .form-group input:focus, .comment-form.style-one .form-group select:focus, .comment-form.style-one .form-group textarea:focus {
  outline: none;
}

/*-------------------------------
    Product & product Details CSS
-------------------------------*/
.product-card.style-one .product-img {
  margin-bottom: 18px;
}
.product-card.style-one .product-img .product-action {
  padding: 23.5px 8px;
  position: absolute;
  bottom: 0;
  left: 50%;
  visibility: hidden;
  opacity: 0;
  border-radius: 10px;
  transform: translateX(-50%);
  width: calc(100% - 26px);
  background-color: rgba(0, 0, 0, 0.56);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  transition: var(--transition);
}
.product-card.style-one .product-img .product-action .btn, .product-card.style-one .product-img .product-action .add-to-cart {
  margin-right: 12px;
}
.product-card.style-one .product-img .product-action .add-to-cart,
.product-card.style-one .product-img .product-action .add-to-wishlist {
  width: 50px;
  height: 50px;
  background-color: var(--primaryColor);
  transition: var(--transition);
}
.product-card.style-one .product-img .product-action .add-to-cart i,
.product-card.style-one .product-img .product-action .add-to-wishlist i {
  font-size: 24px;
  line-height: 1;
  font-weight: 300;
  position: relative;
  top: 1px;
  transition: var(--transition);
}
.product-card.style-one .product-img .product-action .add-to-cart:hover,
.product-card.style-one .product-img .product-action .add-to-wishlist:hover {
  background-color: var(--secondaryColor);
}
.product-card.style-one .product-img .product-action .add-to-cart:hover i,
.product-card.style-one .product-img .product-action .add-to-wishlist:hover i {
  color: var(--titleColor);
}
.product-card.style-one .product-info .rating {
  width: 100px;
}
.product-card.style-one .product-info .rating li {
  margin-right: -2px;
}
.product-card.style-one .product-info .rating li:last-child {
  margin-right: 0;
}
.product-card.style-one .product-info .product-title {
  width: calc(100% - 105px);
}
.product-card.style-one h3 {
  line-height: 30px;
}
.product-card.style-one span del {
  opacity: 0.3;
}
.product-card.style-one:hover .product-img .product-action,
.product-card.style-one:hover .product-img .product-link {
  bottom: 14px;
  visibility: visible;
  opacity: 1;
}

.single-product-info h1 {
  margin: 0 0 8px;
}
.single-product-info .product-price {
  position: relative;
  top: 2px;
  line-height: 15px;
  padding-right: 20px;
  margin-right: 20px;
}
.single-product-info .rating li {
  margin-right: 1px;
}
.single-product-info .rating li:last-child {
  margin-right: 0;
}
.single-product-info .rating li i {
  font-size: 15px;
}
.single-product-info .product-desc {
  padding: 25px 0 0;
  margin: 25px 0 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.single-product-info .single-product-features {
  margin-bottom: 50px;
}
.single-product-info .single-product-features li {
  margin-bottom: 14px;
}
.single-product-info .single-product-features li:last-child {
  margin-bottom: 0;
}
.single-product-info .single-product-features li i, .single-product-info .single-product-features li img {
  position: absolute;
  top: 5px;
  left: 0;
}
.single-product-info .product-quantity {
  padding: 0 0 24px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.single-product-info .v-counter {
  border: 1px solid #F2F2F2;
  border-radius: 50px;
  height: 40px;
  margin-bottom: 8px;
}
.single-product-info .v-counter input {
  border-left: 1px solid rgba(99, 102, 241, 0.12);
  border-right: 1px solid rgba(99, 102, 241, 0.12);
  width: 44px;
  font-size: 18px;
  padding-top: 5px;
  text-align: center;
  background-color: transparent;
}
.single-product-info .v-counter input:focus {
  outline: none;
}
.single-product-info .v-counter .minusBtn:before {
  font-size: 38px;
  color: var(--paraColor);
}
.single-product-info .v-counter .plusBtn:before {
  font-size: 25px;
  color: var(--paraColor);
}
.single-product-info .add-to-cart {
  margin: 0 10px;
  padding: 7px 15px;
  margin-bottom: 8px;
}
.single-product-info .add-to-wishlist {
  width: 40px;
  height: 40px;
  margin-bottom: 8px;
  background-color: rgba(99, 102, 241, 0.12);
  color: var(--primaryColor);
}
.single-product-info .add-to-wishlist i {
  font-size: 18px;
  line-height: 1;
  font-weight: 300;
}
.single-product-info .add-to-wishlist:hover {
  background-color: var(--primaryColor);
}
.single-product-info .add-to-wishlist:hover i {
  color: var(--whiteColor);
}
.single-product-info .shop-features {
  margin-bottom: 17px;
}
.single-product-info .shop-features li {
  margin-bottom: 4px;
}
.single-product-info .shop-features li:last-child {
  margin-bottom: 0;
}

.product-tablist {
  border-bottom: 1px solid rgba(99, 102, 241, 0.11);
  padding-bottom: 0;
}
.product-tablist .nav-item {
  margin-right: 38px;
}
.product-tablist .nav-item:last-child {
  margin-right: 0;
}
.product-tablist .nav-item .nav-link {
  font-weight: 600;
  color: var(--paraColor);
  transition: var(--transition);
  position: relative;
  background-color: transparent;
  padding: 0 2px 14px;
}
.product-tablist .nav-item .nav-link:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: var(--primaryColor);
  transition: var(--transition);
  opacity: 0;
}
.product-tablist .nav-item .nav-link:hover, .product-tablist .nav-item .nav-link.active {
  color: var(--primaryColor);
}
.product-tablist .nav-item .nav-link:hover:after, .product-tablist .nav-item .nav-link.active:after {
  width: 100%;
  opacity: 1;
}

#product_review .add-star-rating {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  /* Hover effect */
  /* Checked state */
}
#product_review .add-star-rating input {
  display: none;
}
#product_review .add-star-rating label {
  cursor: pointer;
  font-size: 16px;
  color: #FFBA00;
  font-family: remixicon !important;
  margin-right: 3px;
  position: relative;
}
#product_review .add-star-rating label:before {
  content: "\f18b";
  transition: var(--transition);
}
#product_review .add-star-rating input:not(:checked) ~ label:hover:before,
#product_review .add-star-rating input:not(:checked) ~ label:hover ~ label:before {
  content: "\f186"; /* filled star */
  color: #FFBA00;
}
#product_review .add-star-rating input:checked ~ label:before {
  content: "\f18b";
  color: #FFBA00;
}
#product_review .add-star-rating input:checked + label:before,
#product_review .add-star-rating input:checked + label ~ label:before {
  content: "\f186"; /* filled star */
  color: #FFBA00;
}

.v-counter {
  width: 136px;
  height: 40px;
  position: relative;
  border-radius: 3px;
  background-color: #F1F4F5;
}
.v-counter input {
  border: none;
  border-left: 1px solid rgba(28, 72, 85, 0.06);
  border-right: 1px solid rgba(28, 72, 85, 0.06);
  height: 40px;
  float: left;
  font-size: 15px;
  width: 45px;
  text-align: center;
  background-color: transparent;
}
.v-counter input:focus {
  outline: none;
}
.v-counter input.count {
  padding-left: 8px;
}
.v-counter .minusBtn,
.v-counter .plusBtn {
  z-index: 1;
  top: -2px;
  width: 45px;
  height: 40px;
  padding: 0 20px;
  position: relative;
}
.v-counter .minusBtn:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "-";
  font-size: 30px;
  color: var(--paraColor);
  font-weight: 300;
  transform: translate(-50%, -50%);
}
.v-counter .plusBtn:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "+";
  font-size: 30px;
  color: var(--paraColor);
  font-weight: 300;
  transform: translate(-50%, -50%);
}

/*-------------------------------
    Cart CSS
-------------------------------*/
.cart-table table thead tr th {
  color: var(--primaryColor);
  background-color: #F7F7FE;
  border-bottom: none;
  padding: 17px 25px;
  font-weight: 600;
  text-align: center;
}
.cart-table table thead tr th:first-child {
  border-radius: 5px 0 0 5px;
}
.cart-table table thead tr th:last-child {
  border-radius: 0 5px 5px 0;
}
.cart-table table tbody tr td {
  padding: 16px 20px;
  text-align: center;
  border-bottom: 1px dashed rgba(80, 137, 255, 0.19);
}
.cart-table table tbody tr td:first-child {
  padding-left: 0;
}
.cart-table table tbody tr td:last-child {
  text-align: right;
  padding-right: 0;
}
.cart-table table tbody tr td .cart-action i {
  color: #FF3B12;
}
.cart-table table tbody tr td .v-counter {
  width: 74px;
  height: 29px;
  border-radius: 50px;
  background-color: #F2F6FE;
}
.cart-table table tbody tr td .v-counter input {
  border: none;
  height: 29px;
  background-color: #F2F6FE;
  float: left;
  font-size: 14px;
  width: 28px;
  padding-left: 0;
}
.cart-table table tbody tr td .v-counter .minusBtn,
.cart-table table tbody tr td .v-counter .plusBtn {
  z-index: 1;
  top: -1px;
  width: 23px;
  height: 29px;
  position: relative;
}
.cart-table table tbody tr td .v-counter .minusBtn {
  padding: 0 0 0 12px;
}
.cart-table table tbody tr td .v-counter .minusBtn:before {
  font-size: 23px;
  left: 60%;
}
.cart-table table tbody tr td .v-counter .plusBtn {
  padding: 0 12px 0 0;
}
.cart-table table tbody tr td .v-counter .plusBtn:before {
  font-size: 21px;
  left: 40%;
}
.cart-table table tbody tr td .product-img {
  width: 104px;
  height: 104px;
  border-radius: 10px;
}
.cart-table table tbody tr td .product-img img {
  border-radius: 10px;
}

.coupon-code button {
  position: absolute;
  top: 6px;
  right: 6px;
  height: calc(100% - 12px);
  transition: var(--transition);
  padding: 10px 22px;
}
.coupon-code button:hover {
  background-color: var(--secondaryColor);
  color: var(--titleColor) !important;
}
.coupon-code input {
  height: 60px;
  border-radius: 50px;
  padding: 13px 185px 13px 22px;
  background-color: #F7F7FE;
}
.coupon-code input:focus {
  outline: none;
}
.coupon-code input::-moz-placeholder {
  color: var(--paraColor);
  opacity: 1;
}
.coupon-code input::placeholder {
  color: var(--paraColor);
  opacity: 1;
}

.cart-total {
  padding: 35px 35px 40px;
  background-color: #F7F7FE;
}

.cart-total-wrap {
  border: 1px solid rgba(99, 102, 247, 0.07);
}
.cart-total-wrap .cart-total-item {
  border-bottom: 1px solid rgba(99, 102, 247, 0.07);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.cart-total-wrap .cart-total-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

/*-------------------------------
       Checkout CSS
-------------------------------*/
.promo-login {
  padding: 16.5px 25px;
}

.checkout-total {
  background-color: #F7F7FE;
  padding: 10px 30px 10px;
}
.checkout-total table {
  background-color: transparent;
  margin-bottom: 40px;
}
.checkout-total table thead tr th {
  font-size: 18px;
  color: var(--titleColor);
  font-weight: 500;
  background-color: transparent;
  border-bottom: none;
  padding: 13px 0;
  border-bottom: 1px solid rgba(147, 147, 147, 0.12);
}
.checkout-total table thead tr th:last-child {
  text-align: right;
}
.checkout-total table tbody tr td {
  background-color: transparent;
  padding: 18px 0;
  border-bottom: 1px dashed rgba(147, 147, 147, 0.12);
}
.checkout-total table tbody tr td .product-img {
  width: 60px;
  height: 61px;
  border-radius: 10px;
}
.checkout-total table tbody tr td .product-img img {
  border-radius: 10px;
}
.checkout-total table tbody tr td .product-thumb-card {
  max-width: 420px;
}
.checkout-total table tbody tr td .product-thumb-card.style-two .product-img {
  margin: 0 !important;
}
.checkout-total table tbody tr td .product-thumb-card.style-two .product-img img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  border-radius: 5px;
}
.checkout-total table tbody tr td .product-thumb-card.style-two .product-info {
  width: calc(100% - 120px);
  margin-left: auto;
  text-wrap: wrap;
}
.checkout-total table tbody tr td .product-thumb-card.style-two .product-info h3 {
  line-height: 30px;
}
.checkout-total table tbody tr:last-child td {
  padding-bottom: 0;
  border-bottom: none;
}
.checkout-total .checkout-total-wrap {
  padding-bottom: 8px;
}
.checkout-total .checkout-total-wrap.style-two {
  border-top: 1px dashed rgba(85, 85, 85, 0.2);
  padding-top: 25px;
}
.checkout-total .checkout-total-wrap .checkout-total-item {
  border-bottom: 1px dashed rgba(85, 85, 85, 0.2);
  padding: 13px 0;
}
.checkout-total .checkout-total-wrap .checkout-total-item:first-child {
  padding-top: 5px;
}
.checkout-total .checkout-total-wrap .checkout-total-item:last-child {
  border-bottom: none;
}
.checkout-total .checkout-total-wrap .checkout-total-item span:first-child {
  width: 55%;
}
.checkout-total .checkout-total-wrap .checkout-total-item span:last-child {
  width: 45%;
  text-align: end;
}

.payment-method {
  padding: 32px 32px 40px;
  background-color: rgba(99, 102, 241, 0.18);
}
.payment-method .select-payment-method .checkbox {
  margin-right: 24px;
}
.payment-method .select-payment-method .checkbox:last-child {
  margin-right: 0;
}
.payment-method .form-group input, .payment-method .form-group textarea {
  padding: 12px 18px;
}
.payment-method .form-group input::-moz-placeholder, .payment-method .form-group textarea::-moz-placeholder {
  opacity: 1;
  color: var(--paraColor);
}
.payment-method .form-group input::placeholder, .payment-method .form-group textarea::placeholder {
  opacity: 1;
  color: var(--paraColor);
}
.payment-method .form-group select {
  padding: 12px 18px;
  background-image: url(../img/icons/down-arrow-fill-ash.svg);
  background-position: calc(100% - 20px) 50%;
  background-size: 11px;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.checkout-form .form-group input, .checkout-form .form-group textarea {
  background-color: #F7F7FE;
  height: 50px;
  border-radius: 10px;
  padding: 12px 18px;
}
.checkout-form .form-group input::-moz-placeholder, .checkout-form .form-group textarea::-moz-placeholder {
  opacity: 1;
  color: var(--paraColor);
}
.checkout-form .form-group input::placeholder, .checkout-form .form-group textarea::placeholder {
  opacity: 1;
  color: var(--paraColor);
}
.checkout-form .form-group textarea {
  height: 180px;
  resize: none;
  border-radius: 10px;
}
.checkout-form .form-group select {
  background-color: #F7F7FE;
  height: 50px;
  border-radius: 10px;
  padding: 12px 18px;
  background-image: url(../img/icons/down-arrow-fill-ash.svg);
  background-position: calc(100% - 20px) 50%;
  background-size: 11px;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}/*# sourceMappingURL=style.css.map */

/* footer.css */
/*---------------------------------
    Footer CSS 
-----------------------------------*/
.footer-area.style-one {
  border-radius: 100px 100px 0 0;
}
.footer-area.style-two {
  border-radius: 20px 20px 0 0;
}
.footer-area .footer-widget .footer-widget-title {
  margin-bottom: 22px;
}
.footer-area .footer-widget .footer-menu li {
  margin-bottom: 11px;
}
.footer-area .footer-widget .footer-menu li:last-child {
  margin-bottom: 0;
}
.footer-area .footer-widget .footer-menu li a {
  position: relative;
  color: rgba(221, 221, 221, 0.8);
}
.footer-area .footer-widget .footer-menu li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: var(--secondaryColor);
  transition: var(--transition);
  visibility: hidden;
  opacity: 0;
}
.footer-area .footer-widget .footer-menu li a:hover {
  color: var(--secondaryColor);
}
.footer-area .footer-widget .footer-menu li a:hover::after {
  width: 100%;
  visibility: visible;
  opacity: 1;
}
.footer-area .footer-widget .contact-info li {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.5);
  padding-left: 26px;
}
.footer-area .footer-widget .contact-info li img, .footer-area .footer-widget .contact-info li i {
  position: absolute;
  top: 5px;
  left: 0;
}
.footer-area .footer-widget .contact-info li:last-child {
  margin-bottom: 0;
}
.footer-area .footer-widget .contact-info li p, .footer-area .footer-widget .contact-info li a {
  color: rgba(221, 221, 221, 0.6);
}
.footer-area .footer-widget .contact-info li p:hover, .footer-area .footer-widget .contact-info li a:hover {
  color: var(--secondaryColor);
}
.footer-area .footer-widget .newsletter-form {
  margin-bottom: 105px;
}
.footer-area .footer-widget .newsletter-form input {
  border: none;
  padding: 0 0 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-area .footer-widget .newsletter-form input::-moz-placeholder {
  color: rgba(221, 221, 221, 0.8);
  opacity: 1;
}
.footer-area .footer-widget .newsletter-form input::placeholder {
  color: rgba(221, 221, 221, 0.8);
  opacity: 1;
}
.footer-area .footer-widget .newsletter-form button {
  padding: 0 0 10px 10px;
  bottom: 0;
  right: 0;
}
.footer-area .footer-bottom {
  padding-bottom: 12px;
}
.footer-area .footer-bottom:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 0;
}
.footer-area .footer-bottom .copyright-text {
  bottom: 13px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 50px;
  border: 1px solid rgba(255, 255, 255, 0.49);
}

@media only screen and (max-width: 767px) {
  .footer-area.style-one {
    border-radius: 50px 50px 0 0;
  }
  .footer-area .footer-widget .newsletter-form {
    margin-bottom: 30px;
  }
  .footer-area .footer-bottom img {
    min-height: 90px;
  }
  .footer-area .footer-bottom .copyright-text {
    font-size: 14px;
    bottom: 12px;
    padding: 6px 40px;
    line-height: 22px;
    width: calc(100% - 20px);
  }
    .img-text-white {
        display: none !important;
    }
}/*# sourceMappingURL=footer.css.map */

/* responsive.css */
@media only screen and (max-width: 767px) {
  .sm-none {
    display: none !important;
  }
  .fs-xx-14 {
    font-size: 14px;
  }
  .fs-22 {
    font-size: 20px;
  }
  .fs-24 {
    font-size: 22px;
    line-height: 32px;
  }
  .fs-30 {
    font-size: 25px;
    line-height: 35px;
  }
  .fs-32 {
    font-size: 22px;
    line-height: 32px;
  }
  .fs-36 {
    font-size: 28px;
  }
  .pt-50 {
    padding-top: 30px;
  }
  .pt-100 {
    padding-top: 30px;
  }
  .pt-105 {
    padding-top: 35px;
  }
  .pt-120,
  .pt-130 {
    padding-top: 60px;
  }
  .pb-100 {
    padding-bottom: 30px;
  }
  .pb-105 {
    padding-bottom: 35px;
  }
  .pb-130 {
    padding-bottom: 60px;
  }
  .ptb-130 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .mb-120 {
    margin-bottom: 60px;
  }
  .mb-sm-10 {
    margin-bottom: 10px;
  }
  .mb-sm-20 {
    margin-bottom: 20px;
  }
  .mb-sm-30 {
    margin-bottom: 30px;
  }
  .mb-75,
  .mb-85 {
    margin-bottom: 45px;
  }
  .section-title.mb-35, .section-title.mb-45, .section-title.mb-50, .section-title.mb-65, .section-title.mb-70,
  .row.mb-35,
  .row.mb-45,
  .row.mb-50,
  .row.mb-65,
  .row.mb-70 {
    margin-bottom: 30px;
  }
  .progress-wrap {
    right: 10px;
    bottom: 15px;
  }
  .pagination-area .page-numbers {
    width: 40px;
    height: 40px;
    margin-right: 8px;
    font-size: 14px;
  }
  .pagination-area .page-numbers i {
    font-size: 24px;
  }
  .pagination-area .page-numbers img {
    max-width: 19px;
  }
  .pagination-area .page-numbers:last-child {
    margin-right: 0;
  }
  .slider-btn.style-one .prev-btn,
  .slider-btn.style-one .next-btn, .slider-btn.style-two .prev-btn,
  .slider-btn.style-two .next-btn, .slider-btn.style-three .prev-btn,
  .slider-btn.style-three .next-btn, .slider-btn.style-four .prev-btn,
  .slider-btn.style-four .next-btn {
    width: 44px;
    height: 44px;
  }
  .slider-btn.style-one .prev-btn img,
  .slider-btn.style-one .next-btn img, .slider-btn.style-two .prev-btn img,
  .slider-btn.style-two .next-btn img, .slider-btn.style-three .prev-btn img,
  .slider-btn.style-three .next-btn img, .slider-btn.style-four .prev-btn img,
  .slider-btn.style-four .next-btn img {
    max-width: 20px;
  }
  .slider-btn.style-one .prev-btn, .slider-btn.style-two .prev-btn, .slider-btn.style-three .prev-btn, .slider-btn.style-four .prev-btn {
    margin-right: 10px;
  }
  .section-subtitle.style-one {
    line-height: 20px;
  }
  .section-title.style-one, .section-title.style-two, .section-title.style-three, .section-title.style-four {
    font-size: 26px;
    line-height: 34px;
  }
  .section-title.mb-40, .section-title.mb-45, .section-title.mb-55 {
    margin-bottom: 30px;
  }
  .breadcrumb-area {
    padding: 110px 0 40px;
    margin: -45px 9px 0;
  }
  .btn {
    padding: 12px 55px 12px 15px;
    border-radius: 50px;
    font-size: 14px;
  }
  .btn span {
    border-radius: 0 50px 50px 0;
    padding: 10px 12px;
  }
  .btn span i {
    font-size: 15px;
  }
  .btn span img {
    max-width: 14px;
  }
  .hero-area.style-one {
    padding: 140px 0 65px;
  }
  .hero-area.style-one:before {
    border-radius: 0 0 50px 50px;
  }
  .hero-area.style-one .hero-content {
    margin-bottom: 30px;
  }
  .hero-area.style-one .hero-content .section-subtitle {
    line-height: 23px;
  }
  .hero-area.style-one .hero-content h1 {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 30px;
  }
  .hero-area.style-one .hero-content .btn-wrap a {
    margin-bottom: 10px;
  }
  .hero-area.style-one .hero-content .btn-wrap a:first-child {
    margin-right: 14px;
  }
  .hero-area.style-one .stat-box.style-one {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 13px 25px;
  }
  .hero-area.style-one .stat-box.style-two {
    position: relative;
    bottom: auto;
    left: auto;
    margin: 0 13px 25px;
  }
  .hero-area.style-one .stat-box.style-three {
    position: relative;
    top: auto;
    right: auto;
    margin: 0 13px 25px;
  }
  .hero-area.style-one .stat-box.style-four {
    position: relative;
    bottom: auto;
    right: auto;
    padding-top: 70px;
    margin: 0 13px 25px;
    max-width: 220px;
  }
  .hero-area.style-one .stat-box.style-four .stat-box-two {
    top: 0;
  }
  .hero-area.style-two {
    margin-left: 0;
    margin-right: 0;
  }
  .hero-area.style-two .blur-text {
    display: none;
  }
  .hero-area.style-two .hero-content .section-subtitle {
    line-height: 21px;
  }
  .hero-area.style-two .hero-content h1 {
    font-size: 32px;
    line-height: 40px;
  }
  .hero-area.style-two .hero-img-wrap {
    max-width: 100%;
  }
  .hero-area.style-two .hero-img-wrap .hero-img {
    margin: 0 20px 0 0;
    display: block;
  }
  .hero-area.style-two .hero-img-wrap .circle-text-wrap {
    width: 130px !important;
    height: 130px !important;
    top: -50px;
    right: 0;
  }
  .hero-area.style-two .hero-img-wrap .circle-text-wrap span {
    width: 56px;
    height: 56px;
  }
  .hero-area.style-two .hero-img-wrap .circle-text-wrap span img {
    max-width: 18px;
  }
  .hero-area.style-three {
    padding: 130px 0 70px;
  }
  .hero-area.style-three .hero-content {
    padding-right: 16px;
    margin-bottom: 20px;
  }
  .hero-area.style-three .hero-content .section-subtitle {
    line-height: 19px;
  }
  .hero-area.style-three .hero-content h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .hero-area.style-three .hero-content .btn-wrap a {
    margin-bottom: 15px;
  }
  .hero-area.style-three .hero-content .btn-wrap a:first-child {
    margin-right: 13px;
  }
  .hero-area.style-three .social-profile {
    right: -15px;
  }
  .about-area.style-one .about-img-wrap .about-img {
    max-width: 200px;
  }
  .about-area.style-three .section-title {
    padding-bottom: 40px;
  }
  .about-area.style-three .section-title .thumb {
    max-width: 110px;
    display: inline-block;
  }
  .about-area.style-three .about-img {
    max-width: 200px;
  }
  .about-area.style-three .about-thumb {
    max-width: 120px;
  }
  .service-card-wrap .service-card:nth-child(2), .service-card-wrap .service-card:nth-child(3), .service-card-wrap .service-card:nth-child(4) {
    margin-left: 0;
  }
  .service-card.style-one {
    padding: 35px 20px 0 28px;
  }
  .service-card.style-one .service-counter {
    font-size: 120px;
    line-height: 65px;
    margin-right: 15px;
  }
  .service-card.style-one h3 {
    top: 0;
    margin: 20px 0 20px;
    width: 100%;
  }
  .project-card.style-one .project-counter {
    margin-bottom: 125px;
  }
  .project-card.style-two {
    padding: 30px 20px 30px;
  }
  .project-card.style-two.mb-45 {
    margin-bottom: 25px;
  }
  .project-slider-one {
    margin: 0;
  }
  .counter-card-wrap.style-one .counter-card {
    width: 100%;
    height: 185px;
  }
  .counter-card-wrap.style-one .counter-card .counter-video {
    border-radius: 5px;
  }
  .counter-card-wrap.style-two .counter-card.style-one, .counter-card-wrap.style-two .counter-card.style-two, .counter-card-wrap.style-two .counter-card.style-four {
    border-radius: 10px;
    margin-bottom: 25px;
  }
  .counter-card.style-three {
    padding: 14px 20px;
  }
  .counter-area.style-one .move-text {
    bottom: 30px;
  }
  .pricing-switch-wrap {
    width: 280px;
    padding: 8px;
  }
  .pricing-switch-wrap .pricing_switch {
    width: 280px;
  }
  .pricing-switch-wrap .pricing_slider:before {
    height: 56px;
    width: 50%;
    left: 69px;
    bottom: 2px;
  }
  .pricing-switch-wrap input:checked + .pricing_slider:before {
    transform: translateX(63px);
  }
  .pricing-card.style-one .pricing-header {
    padding: 22px 20px 24px;
  }
  .pricing-card.style-one h6 {
    padding: 0 20px;
  }
  .pricing-card.style-one .pricing-features {
    padding: 8px 20px 18px;
  }
  .pricing-card.style-one .pricing-features li {
    padding-left: 20px;
    margin-bottom: 10px;
  }
  .pricing-card.style-one .btn {
    width: calc(100% - 40px);
  }
  .cta-area.style-one .cta-section-shape {
    left: 50%;
    width: 100%;
  }
  .cta-area.style-one .cta-img-wrap {
    padding-right: 20px;
  }
  .cta-area.style-one .cta-img-wrap .cta-img {
    width: calc(100% - 135px);
  }
  .cta-area.style-one .cta-img-wrap .circle-text-wrap {
    width: 135px;
    height: 135px;
  }
  .cta-area.style-one .cta-img-wrap .circle-text-wrap span {
    width: 50px;
    height: 50px;
  }
  .cta-area.style-one .cta-img-wrap .circle-text-wrap span img {
    max-width: 17px;
  }
  .cta-area.style-two:after, .cta-area.style-three:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: -1;
  }
  .cta-area.style-two .circle-text-wrap, .cta-area.style-three .circle-text-wrap {
    width: 155px;
    height: 155px;
  }
  .cta-area.style-two .circle-text-wrap span, .cta-area.style-three .circle-text-wrap span {
    width: 50px;
    height: 50px;
  }
  .cta-area.style-two .circle-text-wrap span img, .cta-area.style-three .circle-text-wrap span img {
    max-width: 17px;
  }
  .feature-area.style-one:before {
    border-radius: 50px 50px 0 0;
  }
  .testimonial-area.style-two .circle-text-wrap, .testimonial-area.style-four .circle-text-wrap {
    width: 235px;
    height: 235px;
    margin: 0 auto 30px;
  }
  .testimonial-card.style-two p {
    font-size: 24px;
    line-height: 34px;
  }
  .testimonial-slider-two .slider-btn {
    position: relative;
    bottom: auto;
    right: auto;
    z-index: 1;
    justify-content: center;
  }
  .testimonial-slider-two .slider-btn .prev-btn,
  .testimonial-slider-two .slider-btn .next-btn {
    position: relative;
    top: auto;
    transform: translateY(0%);
  }
  .testimonial-slider-two .slider-btn .prev-btn {
    left: auto;
    order: 2;
    margin-right: 10px;
  }
  .testimonial-slider-two .slider-btn .next-btn {
    order: 3;
    right: auto;
    margin-left: 10px;
  }
  .testimonial-slider-two .testimonial-pagination {
    padding: 0;
    order: 1;
    text-align: center;
    margin: 20px 0;
  }
  .testimonial-slider-two .testimonial-pagination .swiper-pagination-bullet {
    width: 20px;
    margin: 0 4px;
  }
  .move-text-wrapper .move-text.style-one, .move-text-wrapper .move-text.style-two, .move-text-wrapper .move-text.style-three, .move-text-wrapper .move-text.style-four, .move-text-wrapper .move-text.style-five, .move-text-wrapper .move-text.style-six, .move-text-wrapper .move-text.style-seven {
    height: 30px;
  }
  .move-text-wrapper .move-text.style-one ul li, .move-text-wrapper .move-text.style-two ul li, .move-text-wrapper .move-text.style-three ul li, .move-text-wrapper .move-text.style-four ul li, .move-text-wrapper .move-text.style-five ul li, .move-text-wrapper .move-text.style-six ul li, .move-text-wrapper .move-text.style-seven ul li {
    font-size: 28px;
    margin: 0 16px 0 0;
    padding: 0 30px 0 0;
  }
  .move-text-wrapper .move-text.style-one ul li:after, .move-text-wrapper .move-text.style-two ul li:after, .move-text-wrapper .move-text.style-three ul li:after, .move-text-wrapper .move-text.style-four ul li:after, .move-text-wrapper .move-text.style-five ul li:after, .move-text-wrapper .move-text.style-six ul li:after, .move-text-wrapper .move-text.style-seven ul li:after {
    font-size: 30px;
  }
  .contact-card-wrap.style-one {
    position: relative;
    margin-bottom: 0;
  }
  .contact-card-wrap.style-one:before, .contact-card-wrap.style-one:after {
    display: none;
  }
  .contact-card-wrap.style-one .contact-card {
    width: 100%;
    margin-bottom: 20px;
  }
  .contact-card-wrap.style-one .contact-card:nth-child(even) {
    padding-left: 0;
  }
  .integration-wrapper.style-one .int-box-wrapper .int-box {
    width: 80px;
    height: 80px;
  }
  .integration-wrapper.style-one .int-box-wrapper.style-one .int-box:nth-child(1) {
    margin: 12px 0 56px 11px;
  }
  .integration-wrapper.style-one .int-box-wrapper.style-one .int-box:nth-child(2) {
    margin: 63px 0 0 77px;
  }
  .integration-wrapper.style-one .int-box-wrapper.style-one .int-box:nth-child(3) {
    margin: 15px 0 0 37px;
  }
  .integration-wrapper.style-one .int-box-wrapper.style-one .int-box:nth-child(4) {
    margin: 63px 0 0 52px;
  }
  .integration-wrapper.style-one .int-box-wrapper.style-two .int-box:nth-child(1) {
    margin: 12px 0 56px 30px;
  }
  .integration-wrapper.style-one .int-box-wrapper.style-two .int-box:nth-child(2) {
    margin: 61px 0 0 64px;
  }
  .integration-wrapper.style-one .int-box-wrapper.style-two .int-box:nth-child(3) {
    margin: 14px 0 0 43px;
  }
  .integration-wrapper.style-one .int-box-wrapper.style-two .int-box:nth-child(4) {
    margin: 61px 0 0 54px;
  }
  .blog-card.style-one .blog-info .blog-category {
    font-size: 14px;
  }
  .blog-card.style-one .blog-info .blog-metainfo li {
    font-size: 14px;
  }
  .blog-card.style-one .blog-info .blog-metainfo li:after {
    height: 13px;
  }
  .blog-card.style-three {
    padding-right: 0;
  }
  .blog-card.style-three .blog-info {
    position: relative;
    border-radius: 0 0 10px 10px;
  }
  .sidebar .sidebar-widget {
    padding: 20px;
  }
  .blog-desc h1,
  .project-desc h1,
  .job-desc h1,
  .service-desc h1,
  .terms-wrap h1 {
    font-size: 28px;
  }
  .blog-desc h2,
  .project-desc h2,
  .job-desc h2,
  .service-desc h2,
  .terms-wrap h2 {
    font-size: 26px;
  }
  .blog-desc h3,
  .project-desc h3,
  .job-desc h3,
  .service-desc h3,
  .terms-wrap h3 {
    font-size: 24px;
  }
  .blog-desc h4,
  .project-desc h4,
  .job-desc h4,
  .service-desc h4,
  .terms-wrap h4 {
    font-size: 22px;
  }
  .blog-desc h5,
  .project-desc h5,
  .job-desc h5,
  .service-desc h5,
  .terms-wrap h5 {
    font-size: 20px;
  }
  .blog-desc h6,
  .project-desc h6,
  .job-desc h6,
  .service-desc h6,
  .terms-wrap h6 {
    font-size: 18px;
  }
  .blog-desc p:last-child,
  .project-desc p:last-child,
  .job-desc p:last-child,
  .service-desc p:last-child,
  .terms-wrap p:last-child {
    margin-bottom: 0;
  }
  .blog-desc .wp-blockquote,
  .project-desc .wp-blockquote,
  .job-desc .wp-blockquote,
  .service-desc .wp-blockquote,
  .terms-wrap .wp-blockquote {
    padding: 32px 25px 31px 25px;
  }
  .comment-item-wrap .comment-item {
    margin-bottom: 30px;
  }
  .comment-item-wrap .comment-item.reply {
    margin-left: 40px;
  }
  .comment-item-wrap .comment-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .comment-item-wrap .comment-item .comment-author-img {
    width: 115px;
    position: relative;
    top: 0;
  }
  .comment-item-wrap .comment-item .comment-author-info {
    width: 100%;
    margin: 25px 0 0;
    top: 0;
  }
  .comment-item-wrap .comment-item .comment-author-info h5 span {
    margin-left: 10px;
    font-size: 14px;
  }
  .comment-item-wrap .comment-item .comment-text {
    margin-top: 18px;
  }
  .comment-item-wrap .comment-item .comment-text p {
    margin: 0;
  }
  .comment-form.style-one {
    padding: 30px 20px 35px;
  }
  .product-card.style-one .product-img .product-action {
    padding: 20px 5px;
    width: calc(100% - 22px);
  }
  .product-card.style-one .product-img .product-action .btn, .product-card.style-one .product-img .product-action .add-to-cart {
    margin-right: 8px;
  }
  .product-card.style-one .product-img .product-action .add-to-cart,
  .product-card.style-one .product-img .product-action .add-to-wishlist {
    width: 42px;
    height: 42px;
  }
  .product-card.style-one .product-img .product-action .add-to-cart i,
  .product-card.style-one .product-img .product-action .add-to-wishlist i {
    font-size: 21px;
  }
  .product-tablist {
    border: none;
  }
  .product-tablist .nav-item {
    margin-right: 0;
    display: block;
    width: 100%;
    margin-top: 16px;
  }
  .product-tablist .nav-item:last-child {
    margin-right: 0;
  }
  .product-tablist .nav-item .nav-link {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(99, 102, 241, 0.11) !important;
  }
  .single-product-info .single-product-features {
    margin-bottom: 20px;
  }
  .cart-table.mb-70 {
    margin-bottom: 30px;
  }
  .cart-total {
    padding: 32px 20px 30px;
  }
  .coupon-code button {
    padding: 10px 12px;
  }
  .coupon-code input {
    padding: 13px 128px 13px 22px;
  }
  .promo-login {
    padding: 12px 22px;
  }
  .checkout-total {
    padding: 10px 20px 10px;
  }
  .checkout-total table thead tr th {
    font-size: 16px;
  }
  .checkout-total table tbody tr td {
    padding: 15px 0;
  }
  .checkout-total table tbody tr td .product-img {
    width: 55px;
    height: 55px;
  }
  .checkout-total table tbody tr td .product-thumb-card {
    max-width: 370px;
  }
  .checkout-total table tbody tr td .product-thumb-card.style-two .product-info {
    width: calc(100% - 110px);
  }
  .checkout-total .checkout-total-wrap {
    padding-bottom: 8px;
  }
  .checkout-total .checkout-total-wrap .checkout-total-item {
    padding: 11px 0;
  }
  .payment-method {
    padding: 28px 22px 35px;
  }
}
@media only screen and (max-width: 991px) {
  .md-none {
    display: none !important;
  }
  .mb-80 {
    margin-bottom: 40px;
  }
  .mb-md-10 {
    margin-bottom: 10px;
  }
  .mb-md-20 {
    margin-bottom: 20px;
  }
  .mb-md-30 {
    margin-bottom: 30px;
  }
  .hero-area.style-one, .hero-area.style-three {
    margin-top: -68px;
  }
  .hero-area.style-two {
    margin-top: -50px;
    padding: 120px 0 0;
  }
  .hero-area.style-two .blur-text.style-one {
    font-size: 50px;
  }
  .hero-area.style-two .blur-text.style-two {
    font-size: 50px;
  }
  .hero-area.style-two .hero-content {
    padding-bottom: 15px;
  }
  .hero-area.style-two .hero-img-wrap {
    position: relative;
  }
  .hero-area.style-two .hero-img-wrap .circle-text-wrap {
    width: 165px;
    height: 165px;
    top: 5%;
    right: 5%;
  }
  .vision-tab {
    padding: 31px 20px 45px;
  }
  .vision-tablist .nav-item {
    margin-right: 20px;
  }
  .vision-tablist .nav-item:last-child {
    margin-right: 0;
  }
  .mission-bg {
    padding: 31px 22px 45px;
    height: 480px;
  }
  .mission-bg .exp-box {
    top: 25px;
    right: 25px;
  }
  .mission-bg .exp-box span {
    font-size: 54px;
  }
  .mission-bg h4 {
    font-size: 24px;
    line-height: 34px;
    position: absolute;
    bottom: 25px;
    left: 25px;
    max-width: 85%;
  }
  .process-tablist .nav-item {
    margin-bottom: 15px;
    display: block;
    width: 100%;
  }
  .process-tablist .nav-item:after {
    right: auto;
    left: 50%;
    top: auto;
    bottom: -22px;
    transform: translateX(-50%);
    height: 22px;
    width: 3px;
  }
  .process-tablist .nav-item:last-child {
    margin-bottom: 0;
  }
  .process-tablist .nav-item .nav-link {
    display: block;
    width: 100%;
  }
  .process-card.style-one .process-title {
    padding: 25px 10px 20px;
  }
  .process-card.style-one .process-title .process-counter {
    font-size: 70px;
    margin-bottom: 40px;
  }
  .wh-area.style-two .wh-content, .wh-area.style-four .wh-content {
    padding: 60px 0 0;
  }
  .wh-area.style-two .wh-bg, .wh-area.style-four .wh-bg {
    height: 500px;
    background-position: top center;
  }
  .faq-bg {
    height: 450px;
    background-position: top center;
  }
  .testimonial-area.style-four {
    margin-top: -30px;
  }
  .testimonial-card.style-three p {
    font-size: 24px;
    line-height: 34px;
  }
  .testimonial-slider-three .slider-btn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 30px 0 0;
  }
  .testimonial-slider-three .slider-btn .prev-btn,
  .testimonial-slider-three .slider-btn .next-btn {
    position: relative;
    top: auto;
    transform: translateY(0%);
  }
  .testimonial-slider-three .slider-btn .prev-btn img,
  .testimonial-slider-three .slider-btn .next-btn img {
    max-width: 17px;
  }
  .testimonial-slider-three .slider-btn .prev-btn {
    left: auto;
    margin-right: 10px;
  }
  .testimonial-slider-three .slider-btn .next-btn {
    right: auto;
    margin-left: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .about-area.style-one {
    border-radius: 100px 100px 0 0;
  }
  .pricing-area.style-one:before,
  .benefit-area.style-one:before,
  .integration-area.style-one:before {
    border-radius: 0 0 100px 100px;
  }
  .wh-area.style-two .wh-content .feature-list li, .wh-area.style-four .wh-content .feature-list li {
    width: 50%;
  }
  .service-area.style-one {
    margin: 0 12px;
  }
  .testimonial-slider-one {
    padding: 15px 0 15px 15px;
  }
  .testimonial-slider-one .swiper-wrapper .swiper-slide:nth-child(odd) .testimonial-card {
    transform: rotate(-3deg);
  }
  .testimonial-slider-one .swiper-wrapper .swiper-slide:hover .testimonial-card {
    transform: rotate(0) !important;
  }
  .testimonial-slider-one .swiper-wrapper .swiper-slide:nth-child(1) .testimonial-card {
    transform: rotate(-3deg);
  }
  .testimonial-slider-one .swiper-wrapper .swiper-slide:nth-child(3) .testimonial-card {
    transform: rotate(3deg);
  }
  .testimonial-slider-one .swiper-wrapper .swiper-slide:nth-child(4) .testimonial-card {
    transform: rotate(-3deg);
  }
  .testimonial-area.style-one:after {
    border-radius: 0 0 100px 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-50 {
    padding-top: 30px;
  }
  .pt-100 {
    padding-top: 30px;
  }
  .pt-105 {
    padding-top: 55px;
  }
  .pt-120,
  .pt-130 {
    padding-top: 80px;
  }
  .pb-100 {
    padding-bottom: 50px;
  }
  .pb-105 {
    padding-bottom: 55px;
  }
  .pb-130 {
    padding-bottom: 80px;
  }
  .ptb-130 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .mb-120 {
    margin-bottom: 80px;
  }
  .fs-32 {
    font-size: 24px;
    line-height: 33px;
  }
  .section-title.style-one, .section-title.style-two, .section-title.style-three, .section-title.style-four {
    font-size: 30px;
    line-height: 40px;
  }
  .breadcrumb-area {
    padding: 100px 0 55px;
    margin: -45px 13px 0;
  }
  .hero-area.style-one .hero-content h1 {
    font-size: 64px;
    line-height: 76px;
  }
  .hero-area.style-three {
    padding: 140px 0 68px;
  }
  .hero-area.style-three .hero-content {
    margin-bottom: 30px;
  }
  .about-area.style-three .about-img {
    max-width: 430px;
  }
  .cta-area.style-two .circle-text-wrap, .cta-area.style-three .circle-text-wrap {
    width: 185px;
    height: 185px;
  }
  .data-card.style-one {
    height: 100%;
    justify-content: center !important;
  }
  .data-card.style-two {
    padding: 25px 20px 24px;
  }
  .data-card.style-three {
    padding: 25px 20px 24px;
  }
  .data-card.style-four {
    padding: 20px 20px 26px;
    height: 425px;
  }
  .data-card-img {
    height: 100%;
  }
  .service-card-wrap .service-card:nth-child(2) {
    margin-left: 8%;
  }
  .service-card-wrap .service-card:nth-child(3) {
    margin-left: 16%;
  }
  .service-card-wrap .service-card:nth-child(4) {
    margin-left: 24%;
  }
  .service-card.style-one {
    padding: 35px 20px 0 28px;
  }
  .service-card.style-one .service-counter {
    font-size: 120px;
    line-height: 65px;
    margin-right: 15px;
  }
  .service-card.style-one h3 {
    top: -15px;
    width: 250px;
  }
  .move-text-wrapper .move-text.style-one, .move-text-wrapper .move-text.style-two, .move-text-wrapper .move-text.style-three, .move-text-wrapper .move-text.style-four, .move-text-wrapper .move-text.style-five, .move-text-wrapper .move-text.style-six, .move-text-wrapper .move-text.style-seven {
    height: 35px;
  }
  .move-text-wrapper .move-text.style-one ul li, .move-text-wrapper .move-text.style-two ul li, .move-text-wrapper .move-text.style-three ul li, .move-text-wrapper .move-text.style-four ul li, .move-text-wrapper .move-text.style-five ul li, .move-text-wrapper .move-text.style-six ul li, .move-text-wrapper .move-text.style-seven ul li {
    font-size: 34px;
    margin: 0 20px 0 0;
    padding: 0 36px 0 0;
  }
  .move-text-wrapper .move-text.style-one ul li:after, .move-text-wrapper .move-text.style-two ul li:after, .move-text-wrapper .move-text.style-three ul li:after, .move-text-wrapper .move-text.style-four ul li:after, .move-text-wrapper .move-text.style-five ul li:after, .move-text-wrapper .move-text.style-six ul li:after, .move-text-wrapper .move-text.style-seven ul li:after {
    font-size: 34px;
  }
  .integration-wrapper.style-one .int-box-wrapper .int-box {
    width: 80px;
    height: 80px;
  }
  .integration-wrapper.style-one .int-box-wrapper.style-one .int-box:nth-child(1) {
    margin: 12px 0 56px 11px;
  }
  .integration-wrapper.style-one .int-box-wrapper.style-one .int-box:nth-child(2) {
    margin: 63px 0 0 77px;
  }
  .integration-wrapper.style-one .int-box-wrapper.style-one .int-box:nth-child(3) {
    margin: 15px 0 0 37px;
  }
  .integration-wrapper.style-one .int-box-wrapper.style-one .int-box:nth-child(4) {
    margin: 63px 0 0 52px;
  }
  .integration-wrapper.style-one .int-box-wrapper.style-two .int-box:nth-child(1) {
    margin: 12px 0 56px 30px;
  }
  .integration-wrapper.style-one .int-box-wrapper.style-two .int-box:nth-child(2) {
    margin: 61px 0 0 64px;
  }
  .integration-wrapper.style-one .int-box-wrapper.style-two .int-box:nth-child(3) {
    margin: 14px 0 0 43px;
  }
  .integration-wrapper.style-one .int-box-wrapper.style-two .int-box:nth-child(4) {
    margin: 61px 0 0 54px;
  }
  .counter-card-wrap.style-one {
    border-bottom: none;
  }
  .counter-card-wrap.style-one .counter-card {
    width: 33.33%;
  }
  .counter-card.style-three {
    padding: 20px 20px;
  }
  .blog-card.style-three {
    padding-right: 60px;
  }
  .testimonial-area.style-two .circle-text-wrap, .testimonial-area.style-four .circle-text-wrap {
    width: 265px;
    height: 265px;
    margin: 0 auto 30px;
  }
  .testimonial-slider-two .slider-btn {
    max-width: 300px;
  }
  .testimonial-slider-two .slider-btn .testimonial-pagination {
    padding: 0 45px;
  }
  .testimonial-slider-two .slider-btn .testimonial-pagination .swiper-pagination-bullet {
    width: 45px;
  }
}
@media only screen and (max-width: 1199px) {
  .mb-lg-10 {
    margin-bottom: 10px;
  }
  .mb-lg-20 {
    margin-bottom: 20px;
  }
  .mb-lg-30 {
    margin-bottom: 30px;
  }
  .mt-lg-50 {
    margin-top: 50px;
  }
  .team-slider-wrap .slider-btn,
  .service-slider-wrap .slider-btn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
  }
  .team-slider-wrap .slider-btn img,
  .service-slider-wrap .slider-btn img {
    max-width: 15px;
  }
  .team-slider-wrap .slider-btn .prev-btn,
  .team-slider-wrap .slider-btn .next-btn,
  .service-slider-wrap .slider-btn .prev-btn,
  .service-slider-wrap .slider-btn .next-btn {
    position: relative;
    top: auto;
    transform: translateY(0);
  }
  .team-slider-wrap .slider-btn .prev-btn,
  .service-slider-wrap .slider-btn .prev-btn {
    left: auto;
    margin-right: 5px;
  }
  .team-slider-wrap .slider-btn .next-btn,
  .service-slider-wrap .slider-btn .next-btn {
    right: auto;
    margin-left: 5px;
  }
}
@media only screen and (min-width: 992px) {
  .hero-area.style-one, .hero-area.style-two {
    margin-top: -102px;
  }
  .hero-area.style-three {
    margin-top: -102px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pt-100 {
    padding-top: 70px;
  }
  .pt-105 {
    padding-top: 75px;
  }
  .pt-120,
  .pt-130 {
    padding-top: 100px;
  }
  .pb-100 {
    padding-bottom: 70px;
  }
  .pb-105 {
    padding-bottom: 75px;
  }
  .pb-130 {
    padding-bottom: 100px;
  }
  .ptb-130 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .mb-120 {
    margin-bottom: 100px;
  }
  .fs-32 {
    font-size: 26px;
    line-height: 36px;
  }
  .container-fluid.style-one {
    padding-left: calc((100% - 960px) / 2 + 12px);
  }
  .container-fluid.style-two {
    padding-right: calc((100% - 960px) / 2 + 12px);
  }
  .section-title.style-one, .section-title.style-two, .section-title.style-three, .section-title.style-four {
    font-size: 36px;
    line-height: 46px;
  }
  .breadcrumb-area {
    padding: 155px 0 65px;
  }
  .hero-area.style-one .hero-content h1 {
    font-size: 64px;
    line-height: 76px;
  }
  .hero-area.style-two {
    padding: 210px 0 0;
  }
  .hero-area.style-two .hero-content {
    padding: 0 0 100px;
  }
  .hero-area.style-two .hero-content h1 {
    font-size: 50px;
    line-height: 58px;
  }
  .hero-area.style-two .hero-img-wrap {
    max-width: 80%;
  }
  .hero-area.style-two .hero-img-wrap .hero-img {
    margin-left: 70px;
  }
  .hero-area.style-two .hero-img-wrap .circle-text-wrap {
    width: 165px;
    height: 165px;
    top: 18%;
    right: 6%;
  }
  .hero-area.style-three {
    padding: 160px 0 120px;
  }
  .hero-area.style-three .hero-content h1 {
    font-size: 50px;
    line-height: 60px;
  }
  .hero-area.style-three .hero-content .btn-wrap a:first-child {
    margin-bottom: 15px;
  }
  .counter-card-wrap.style-one {
    border-bottom: none;
  }
  .counter-card-wrap.style-one .counter-card {
    width: 33.33%;
  }
  .counter-card.style-three {
    padding: 20px 40px;
  }
  .service-card.style-one {
    padding: 40px 25px 0 18px;
  }
  .service-card.style-one .service-counter {
    font-size: 150px;
    line-height: 75px;
    margin-right: 20px;
  }
  .service-card.style-one h3 {
    top: -20px;
    width: 250px;
  }
  .data-card.style-one {
    height: 100%;
    justify-content: center !important;
  }
  .data-card.style-two {
    padding: 25px 20px 24px;
  }
  .data-card.style-three {
    padding: 25px 20px 24px;
  }
  .data-card.style-four {
    padding: 20px 20px 26px;
    height: 425px;
  }
  .data-card-img {
    height: 100%;
  }
  .integration-wrapper.style-one .int-box-wrapper.style-one .int-box:nth-child(1) {
    margin: 12px 0 56px 11px;
  }
  .integration-wrapper.style-one .int-box-wrapper.style-one .int-box:nth-child(2) {
    margin: 63px 0 0 77px;
  }
  .integration-wrapper.style-one .int-box-wrapper.style-one .int-box:nth-child(3) {
    margin: 15px 0 0 37px;
  }
  .integration-wrapper.style-one .int-box-wrapper.style-one .int-box:nth-child(4) {
    margin: 63px 0 0 52px;
  }
  .integration-wrapper.style-one .int-box-wrapper.style-two .int-box:nth-child(1) {
    margin: 12px 0 56px -30px;
  }
  .integration-wrapper.style-one .int-box-wrapper.style-two .int-box:nth-child(2) {
    margin: 61px 0 0 34px;
  }
  .integration-wrapper.style-one .int-box-wrapper.style-two .int-box:nth-child(3) {
    margin: 14px 0 0 23px;
  }
  .integration-wrapper.style-one .int-box-wrapper.style-two .int-box:nth-child(4) {
    margin: 61px 0 0 54px;
  }
  .move-text-wrapper .move-text.style-one, .move-text-wrapper .move-text.style-two, .move-text-wrapper .move-text.style-three, .move-text-wrapper .move-text.style-four, .move-text-wrapper .move-text.style-five, .move-text-wrapper .move-text.style-six, .move-text-wrapper .move-text.style-seven {
    height: 40px;
  }
  .move-text-wrapper .move-text.style-one ul li, .move-text-wrapper .move-text.style-two ul li, .move-text-wrapper .move-text.style-three ul li, .move-text-wrapper .move-text.style-four ul li, .move-text-wrapper .move-text.style-five ul li, .move-text-wrapper .move-text.style-six ul li, .move-text-wrapper .move-text.style-seven ul li {
    font-size: 38px;
    margin: 0 20px 0 0;
    padding: 0 36px 0 0;
  }
  .move-text-wrapper .move-text.style-one ul li:after, .move-text-wrapper .move-text.style-two ul li:after, .move-text-wrapper .move-text.style-three ul li:after, .move-text-wrapper .move-text.style-four ul li:after, .move-text-wrapper .move-text.style-five ul li:after, .move-text-wrapper .move-text.style-six ul li:after, .move-text-wrapper .move-text.style-seven ul li:after {
    font-size: 38px;
  }
  .process-tablist .nav-item .nav-link {
    font-size: 14px;
    padding: 8px 15px;
  }
  .cta-area.style-one .cta-img-wrap .cta-img {
    width: calc(100% - 190px);
  }
  .cta-area.style-one .cta-img-wrap .circle-text-wrap {
    width: 185px;
    height: 185px;
  }
  .feature-card.style-three h3 {
    max-width: 90%;
  }
  .testimonial-area.style-two .circle-text-wrap, .testimonial-area.style-four .circle-text-wrap {
    width: 265px;
    height: 265px;
  }
  .testimonial-slider-two .slider-btn {
    max-width: 300px;
  }
  .testimonial-slider-two .slider-btn .testimonial-pagination {
    padding: 0 45px;
  }
  .testimonial-slider-two .slider-btn .testimonial-pagination .swiper-pagination-bullet {
    width: 45px;
  }
}
@media only screen and (min-width: 1200px) {
  .container-fluid.style-one {
    padding-left: calc((100% - 1140px) / 2 + 12px);
  }
  .container-fluid.style-two {
    padding-right: calc((100% - 1140px) / 2 + 12px);
  }
  .process-card-wrap > div:nth-child(even) {
    margin-top: 55px;
  }
}
@media only screen and (min-width: 1400px) {
  .fs-xxl-18 {
    font-size: 18px;
  }
  .container.style-one {
    max-width: 1300px;
  }
  .container-fluid.style-one {
    padding-left: calc((100% - 1300px) / 2 + 12px);
  }
  .container-fluid.style-two {
    padding-right: calc((100% - 1300px) / 2 + 12px);
  }
  .section-title.style-two {
    font-size: 48px;
    line-height: 50px;
  }
  .section-title.style-three {
    font-size: 64px;
    line-height: 74px;
  }
  .section-title.style-four {
    font-size: 50px;
    line-height: 60px;
  }
  .section-title.style-five {
    font-size: 60px;
    line-height: 80px;
  }
  .breadcrumb-area {
    padding: 195px 0 75px;
  }
  .w-xxl-75 {
    max-width: 75%;
  }
  .hero-area.style-one .hero-content h1 {
    padding: 0 90px;
  }
  .hero-area.style-two {
    padding: 462px 0 0;
  }
  .hero-area.style-two .blur-text.style-one {
    font-size: 130px;
    bottom: 6.6%;
    left: 4.5%;
  }
  .hero-area.style-two .blur-text.style-two {
    bottom: 8.5%;
    right: 8%;
    font-size: 120px;
  }
  .hero-area.style-two .hero-content {
    top: -275px;
    padding-bottom: 0;
  }
  .hero-area.style-two .hero-content h1 {
    font-size: 70px;
    line-height: 77px;
  }
  .hero-area.style-two .hero-img-wrap {
    max-width: 84%;
  }
  .hero-area.style-three .hero-content {
    padding: 95px 0 0;
  }
  .hero-area.style-three .hero-content h1 {
    font-size: 70px;
    line-height: 80px;
  }
  .hero-area.style-three .hero-img-wrap .half-circle {
    top: 55px;
    right: 17%;
  }
  .about-area.style-three .about-img {
    max-width: 630px;
  }
  .wh-area.style-two .wh-content .feature-list li:nth-child(even), .wh-area.style-four .wh-content .feature-list li:nth-child(even) {
    left: 80px;
  }
  .cta-area.style-one .cta-section-shape {
    left: 61.5%;
    min-width: 500px;
  }
  .project-card.style-one .project-counter {
    margin-bottom: 342px;
  }
  .service-card-wrap .service-card {
    margin-bottom: 30px;
  }
  .service-card-wrap .service-card:nth-child(2) {
    margin-left: 18%;
  }
  .service-card-wrap .service-card:nth-child(3) {
    margin-left: 36%;
  }
  .service-card-wrap .service-card:nth-child(4) {
    margin-left: 45%;
  }
  .service-card.style-one {
    padding: 40px 75px 0 28px;
  }
  .service-card.style-one .service-counter {
    font-size: 200px;
    line-height: 105px;
    margin-right: 48px;
  }
  .service-card.style-one h3 {
    top: -20px;
    width: 250px;
  }
  .data-card.style-two {
    padding: 25px 38px 24px;
  }
  .data-card.style-two .data-card-header .data-icon {
    width: 49px;
    height: 49px;
  }
  .data-card.style-three {
    padding: 25px 38px 24px;
  }
  .data-card.style-three .data-card-header .data-icon {
    width: 49px;
    height: 49px;
  }
  .data-card.style-four {
    padding: 20px 20px 26px;
    height: 425px;
  }
  .testimonial-area.style-two {
    margin: 0 20px;
  }
  .testimonial-area.style-four {
    margin: -135px 27px 0;
  }
  .testimonial-card.style-three p {
    padding: 0 75px;
  }
  .process-card.style-one {
    padding: 14px;
  }
  .process-card.style-one .process-title {
    padding: 65px 30px 35px 50px;
  }
  .counter-card.style-three {
    padding: 20px 20px 20px 25px;
  }
  .counter-card.style-three h4 {
    font-size: 48px;
  }
  .integration-wrapper.style-one .int-box-wrapper.style-one .int-box:nth-child(1) {
    margin: 12px 0 56px 11px;
  }
  .integration-wrapper.style-one .int-box-wrapper.style-one .int-box:nth-child(2) {
    margin: 63px 0 0 127px;
  }
  .integration-wrapper.style-one .int-box-wrapper.style-one .int-box:nth-child(3) {
    margin: 15px 0 0 87px;
  }
  .integration-wrapper.style-one .int-box-wrapper.style-one .int-box:nth-child(4) {
    margin: 63px 0 0 132px;
  }
  .integration-wrapper.style-one .int-box-wrapper.style-two .int-box:nth-child(1) {
    margin: 12px 0 56px -30px;
  }
  .integration-wrapper.style-one .int-box-wrapper.style-two .int-box:nth-child(2) {
    margin: 61px 0 0 154px;
  }
  .integration-wrapper.style-one .int-box-wrapper.style-two .int-box:nth-child(3) {
    margin: 14px 0 0 53px;
  }
  .integration-wrapper.style-one .int-box-wrapper.style-two .int-box:nth-child(4) {
    margin: 61px 0 0 154px;
  }
  .blog-card.style-one .blog-info .blog-metainfo li {
    font-size: 16px;
  }
  .blog-card.style-one .blog-info .blog-metainfo li:after {
    height: 15px;
  }
  .blog-card.style-three {
    padding-right: 231px;
  }
  .blog-card.style-three .blog-info {
    padding: 32px 32px 25px;
  }
}
@media only screen and (min-width: 1600px) {
  .section-title.style-four {
    font-size: 60px;
    line-height: 70px;
  }
  .container.style-two {
    max-width: 1560px;
  }
  .hero-area.style-one .stat-box.style-one {
    top: 24%;
    left: 5%;
  }
  .hero-area.style-one .stat-box.style-two {
    bottom: 14%;
    left: 7%;
  }
  .hero-area.style-one .stat-box.style-three {
    top: 22%;
    right: 5%;
  }
  .hero-area.style-one .stat-box.style-four {
    bottom: 9%;
    right: 7%;
  }
  .hero-area.style-two {
    padding: 512px 0 0;
  }
  .hero-area.style-two .hero-img-wrap {
    max-width: 100%;
  }
  .counter-card.style-three {
    padding: 20px 20px 20px 40px;
  }
  .feature-card.style-one .feature-img {
    height: 378px;
  }
  .feature-card.style-one .feature-info {
    padding: 34px 25px 15px 32px;
  }
  .team-slider-wrap .slider-btn .prev-btn,
  .service-slider-wrap .slider-btn .prev-btn {
    left: 6%;
  }
  .team-slider-wrap .slider-btn .next-btn,
  .service-slider-wrap .slider-btn .next-btn {
    right: 6%;
  }
}
@media only screen and (min-width: 1920px) {
  .hero-area.style-one .container-fluid {
    margin: 0 105px;
  }
  .hero-area.style-two {
    margin: -100px 13px 0;
  }
  .hero-area.style-two .container-fluid {
    padding: 0 85px;
  }
  .hero-area.style-two .hero-content {
    padding-right: 20px;
  }
  .hero-area.style-three .container-fluid {
    padding: 0 105px;
  }
  .hero-area.style-three .social-profile {
    right: 90px;
  }
  .hero-area.style-three .hero-img-wrap {
    width: calc(100% + 20px);
    margin-left: -20px;
    padding-right: 120px;
  }
  .about-area.style-one .container-fluid, .about-area.style-four .container-fluid {
    padding: 0 90px;
  }
  .wh-area.style-three {
    margin: 0 183px;
  }
  .feature-card.style-one .feature-info h3 {
    max-width: 75%;
  }
  .team-slider-wrap .slider-btn .prev-btn,
  .service-slider-wrap .slider-btn .prev-btn {
    left: 12%;
  }
  .team-slider-wrap .slider-btn .next-btn,
  .service-slider-wrap .slider-btn .next-btn {
    right: 12%;
  }
  .wh-area.style-two, .wh-area.style-four {
    margin: 0 13px;
  }
  .wh-area.style-two .wh-bg, .wh-area.style-four .wh-bg {
    margin: 20px 5px 20px 0;
  }
  .integration-area.style-two {
    margin: 0 183px;
  }
  .counter-card.style-three {
    padding: 20px 20px 20px 70px;
  }
  .project-slider-one {
    margin: 0 103px;
  }
  .data-section.style-one {
    margin: 0 182px;
  }
  .cta-area.style-two {
    margin: 0 182px;
  }
  .cta-area.style-three {
    margin: 0 103px;
  }
}/*# sourceMappingURL=responsive.css.map */

/* dark-theme.css */
/*-------------------------------
    Dark Theme  CSS
-------------------------------*/
.switch-theme-mode {
  position: fixed;
  top: 200px;
  right: 15px;
  z-index: 99;
}

.switch {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 35px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  transition: 0.4s;
}
.slider.round {
  border-radius: 50%;
}
.slider.round:before {
  border-radius: 50%;
}
.slider:before {
  position: absolute;
  content: "";
  height: 35px;
  width: 35px;
  left: 0px;
  bottom: 4px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transition: 0.4s;
  box-shadow: 0 0px 15px rgba(32, 32, 32, 0.2392156863);
  background: #fff url("https://storage.googleapis.com/msgsndr/8qNUPNuuUUUUzG3Hi4bv/media/68c8a5500aed914fee728379.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 17px;
}

input:checked + .slider {
  background-color: transparent;
}

input:focus + .slider {
  box-shadow: 0 0 1px transparent;
}

input:checked + .slider:before {
  transform: translateX(0);
  background: #000 url("https://storage.googleapis.com/msgsndr/8qNUPNuuUUUUzG3Hi4bv/media/68c8a5508dc231c1055cd828.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
}

.theme-light .navbar-brand .logo-dark,
.theme-light .logo .logo-dark {
  display: none !important;
}
.theme-light .navbar-brand .logo-light,
.theme-light .logo .logo-light {
  display: block !important;
}

.theme-dark {
  /*-------------------------------
      Header CSS
  -------------------------------*/
  /*---------------------------------
  Hero Section CSS
  ----------------------------------*/
  /*-------------------------------
      About Section CSS
  -------------------------------*/
  /*-------------------------------
      Why Choose Us Section CSS
  -------------------------------*/
  /*-------------------------------
  Funfact Section CSS
  -------------------------------*/
  /*-------------------------------
      Feature Section CSS
  -------------------------------*/
  /*-------------------------------
      Service Section CSS
  -------------------------------*/
  /*-------------------------------
      Project CSS
  -------------------------------*/
  /*-------------------------------
      Data Security Section CSS
  -------------------------------*/
  /*-------------------------------
      Moving Text Section CSS
  -------------------------------*/
  /*-------------------------------
      Pricing Plan Section CSS
  -------------------------------*/
  /*-------------------------------
      How It Works CSS
  -------------------------------*/
  /*-------------------------------
      Call To Action  CSS
  -------------------------------*/
  /*-------------------------------
      Integration & Benefit CSS
  -------------------------------*/
  /*-------------------------------
      Testimonial CSS
  -------------------------------*/
  /*-------------------------------
      Team CSS
  -------------------------------*/
  /*-------------------------------
      Blog CSS
  -------------------------------*/
  /*-------------------------------
      Contact CSS
  -------------------------------*/
  /*---------------------------------------------
              FAQ Section CSS
  ---------------------------------------------*/
  /*-------------------------------
      Sidebar Widget CSS
  -------------------------------*/
  /*-------------------------------
          Blog Details CSS
  -------------------------------*/
  /*-------------------------------
      Product & product Details CSS
  -------------------------------*/
  /*-------------------------------
      Cart CSS
  -------------------------------*/
  /*-------------------------------
      Checkout CSS
  -------------------------------*/
}
.theme-dark .navbar-brand .logo-dark,
.theme-dark .logo .logo-dark {
  display: block !important;
}
.theme-dark .navbar-brand .logo-light,
.theme-dark .logo .logo-light {
  display: none !important;
}
.theme-dark body,
.theme-dark .bg-linen,
.theme-dark .responsive-navbar {
  background-color: #000;
  color: #E0E0E0;
}
.theme-dark .bg_secondary,
.theme-dark .menu .menu-mobile-header {
  background-color: var(--aztechColor) !important;
}
.theme-dark .td-mild,
.theme-dark .bg-zum,
.theme-dark .bg-merino {
  background-color: var(--slateGrayColor);
}
.theme-dark .btn.style-one {
  border: 1px solid rgba(255, 255, 255, 0.26);
  color: var(--whiteColor);
}
.theme-dark .btn.style-one:before {
  background-color: var(--primaryColor);
}
.theme-dark .btn.style-one span {
  background-color: var(--secondaryColor);
}
.theme-dark .btn.style-one span:before {
  background-color: var(--primaryColor);
}
.theme-dark .btn.style-one:hover {
  border-color: transparent;
  color: var(--whiteColor);
}
.theme-dark .btn.style-one:hover span {
  background-color: var(--primaryColor);
}
.theme-dark .btn.style-one:hover span img {
  filter: brightness(0) invert(1);
}
.theme-dark .btn.style-two {
  background-color: transparent;
  border: 1px solid var(--borderColor);
  color: var(--whiteColor);
}
.theme-dark .btn.style-two:before {
  background-color: var(--secondaryColor);
}
.theme-dark .btn.style-two span {
  background-color: var(--primaryColor);
}
.theme-dark .btn.style-two:hover {
  border-color: transparent;
  color: var(--titleColor);
}
.theme-dark .btn.style-two:hover span img {
  filter: brightness(0) invert(1);
}
.theme-dark .btn.style-three {
  background-color: transparent;
  border: 1px solid var(--primaryColor);
  color: var(--whiteColor);
}
.theme-dark .btn.style-three span {
  background-color: var(--primaryColor);
}
.theme-dark .btn.style-three:hover {
  border-color: transparent;
  background-color: var(--secondaryColor);
}
.theme-dark .btn.style-four {
  background-color: transparent;
  border: 1px solid var(--borderColor);
  color: var(--whiteColor);
}
.theme-dark .btn.style-four:before {
  background-color: var(--secondaryColor);
}
.theme-dark .btn.style-four span {
  background-color: var(--secondaryColor);
}
.theme-dark .btn.style-four span:before {
  background-color: var(--primaryColor);
}
.theme-dark .btn.style-four:hover {
  border-color: transparent;
}
.theme-dark .btn.style-four:hover span img {
  filter: brightness(0) invert(1);
}
.theme-dark .btn.style-five {
  background-color: var(--secondaryColor);
  border: none;
  color: var(--whiteColor);
}
.theme-dark .btn.style-five span {
  background-color: var(--primaryColor);
}
.theme-dark .btn.style-five:hover {
  border-color: transparent;
  background-color: var(--primaryColor);
  color: var(--whiteColor);
}
.theme-dark .btn.style-five:hover span {
  background-color: var(--secondaryColor);
}
.theme-dark .btn.style-five:hover span img {
  filter: brightness(0) invert(0);
}
.theme-dark .btn.style-six {
  background-color: var(--primaryColor);
  border: none;
  color: var(--whiteColor);
}
.theme-dark .btn.style-six span {
  background-color: var(--secondaryColor);
}
.theme-dark .btn.style-six span img {
  filter: brightness(0) invert(0);
}
.theme-dark .btn.style-six:hover {
  border-color: transparent;
  background-color: var(--secondaryColor);
  color: var(--blackColor);
}
.theme-dark .btn.style-six:hover span {
  background-color: var(--primaryColor);
}
.theme-dark .btn.style-six:hover span img {
  filter: brightness(0) invert(1);
}
.theme-dark .btn.style-seven {
  background-color: transparent;
  border: 1px solid var(--secondaryColor);
  color: var(--whiteColor);
}
.theme-dark .btn.style-seven:before {
  background-color: var(--secondaryColor);
}
.theme-dark .btn.style-seven span {
  background-color: var(--secondaryColor);
}
.theme-dark .btn.style-seven span:before {
  background-color: var(--primaryColor);
}
.theme-dark .btn.style-seven:hover {
  border-color: transparent;
  color: var(--blackColor);
}
.theme-dark .btn.style-seven:hover span {
  background-color: var(--primaryColor);
}
.theme-dark .btn.style-seven:hover span img {
  filter: brightness(0) invert(1);
}
.theme-dark .btn.style-eight {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.33);
  color: var(--whiteColor);
}
.theme-dark .btn.style-eight:before {
  background-color: var(--secondaryColor);
}
.theme-dark .btn.style-eight span {
  background-color: var(--secondaryColor);
}
.theme-dark .btn.style-eight span:before {
  background-color: var(--primaryColor);
}
.theme-dark .btn.style-eight:hover {
  border-color: transparent;
  color: var(--blackColor);
}
.theme-dark .btn.style-eight:hover span {
  background-color: var(--primaryColor);
}
.theme-dark .btn.style-eight:hover span img {
  filter: brightness(0) invert(1);
}
.theme-dark .btn.style-nine {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--whiteColor);
}
.theme-dark .btn.style-nine:before {
  background-color: var(--primaryColor);
}
.theme-dark .btn.style-nine span {
  background-color: var(--primaryColor);
}
.theme-dark .btn.style-nine:hover {
  border-color: transparent;
}
.theme-dark .btn.style-nine:hover span {
  background-color: var(--secondaryColor);
}
.theme-dark .btn.style-nine:hover span img {
  filter: brightness(0) invert(0);
}
.theme-dark .btn.style-ten {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--whiteColor);
}
.theme-dark .btn.style-ten:before {
  background-color: var(--primaryColor);
}
.theme-dark .btn.style-ten span {
  background-color: rgba(255, 255, 255, 0.23);
}
.theme-dark .btn.style-ten:hover {
  border-color: transparent;
}
.theme-dark .btn.style-ten:hover span {
  background-color: var(--secondaryColor);
}
.theme-dark .btn.style-ten:hover span img {
  filter: brightness(0) invert(0);
}
.theme-dark .btn.style-11 {
  background-color: transparent;
  border: 1px solid var(--borderColor);
  color: var(--whiteColor);
}
.theme-dark .btn.style-11:before {
  background-color: var(--primaryColor);
}
.theme-dark .btn.style-11 img {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.theme-dark .btn.style-11:hover {
  border-color: transparent;
  color: var(--titleColor);
}
.theme-dark .btn.style-11:hover span {
  background-color: var(--primaryColor);
}
.theme-dark .btn.style-11:hover span img {
  filter: brightness(0) invert(1);
}
.theme-dark .btn.style-12 {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
}
.theme-dark .btn.style-12:before {
  background-color: var(--secondaryColor);
}
.theme-dark .btn.style-12:hover {
  border-color: transparent;
  color: var(--titleColor);
}
.theme-dark .link {
  position: relative;
  padding-bottom: 1px;
  line-height: 1;
}
.theme-dark .link:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  transition: var(--transition);
}
.theme-dark .link i {
  margin-left: 5px;
  font-size: 21px;
  font-weight: 300;
  line-height: 0.8;
  position: relative;
  top: 2px;
  transition: var(--transition);
}
.theme-dark .link img {
  position: relative;
  top: -1px;
  margin-left: 5px;
  transition: var(--transition);
}
.theme-dark .link:hover:after {
  width: 100%;
}
.theme-dark .link:hover img {
  margin-left: 9px;
}
.theme-dark .link:hover i {
  margin-left: 9px;
}
.theme-dark .link.style-one {
  color: var(--secondaryColor);
}
.theme-dark .link.style-one:after {
  background-color: var(--secondaryColor);
}
.theme-dark .link.style-two {
  color: var(--primaryColor);
}
.theme-dark .link.style-two:after {
  background-color: var(--titleColor);
}
.theme-dark .link.style-two:hover {
  color: var(--titleColor);
}
.theme-dark .link.style-three {
  color: var(--secondaryColor);
}
.theme-dark .link.style-three:after {
  background-color: var(--secondaryColor);
  width: 100%;
  visibility: visible;
  opacity: 1;
}
.theme-dark .link.style-three:hover {
  color: var(--primaryColor);
}
.theme-dark .link.style-three:hover:after {
  background-color: var(--primaryColor);
}
.theme-dark .link.style-four {
  color: var(--offwhiteColor);
}
.theme-dark .link.style-four:after {
  background-color: var(--secondaryColor);
}
.theme-dark .link.style-four:hover {
  color: var(--secondaryColor);
}
.theme-dark .text-black {
  color: var(--whiteColor) !important;
}
.theme-dark .text-title, .theme-dark h1, .theme-dark h2, .theme-dark h3, .theme-dark h4, .theme-dark h5, .theme-dark h6 {
  color: var(--whiteColor);
}
.theme-dark .section-subtitle.style-one.text_secondary,
.theme-dark .section-subtitle.style-two.text_secondary {
  color: var(--secondaryColor);
}
.theme-dark .section-subtitle img {
  filter: brightness(0) invert(1);
}
.theme-dark .pagination-area .page-numbers {
  color: var(--offWhiteColor);
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.theme-dark .pagination-area .page-numbers i {
  color: var(--offWhiteColor);
}
.theme-dark .pagination-area .page-numbers img {
  filter: brightness(0) invert(1);
}
.theme-dark .pagination-area .page-numbers.current, .theme-dark .pagination-area .page-numbers:hover {
  background-color: var(--secondaryColor);
  color: var(--titleColor);
}
.theme-dark .social-profile.style-one li a {
  border: 1px solid var(--borderColor);
}
.theme-dark .social-profile.style-one li a i {
  color: var(--primaryColor);
}
.theme-dark .social-profile.style-one li a:hover {
  background-color: var(--primaryColor);
  border-color: transparent;
}
.theme-dark .social-profile.style-one li a:hover i {
  color: var(--whiteColor);
}
.theme-dark .social-profile.style-two li {
  border-right: 1px solid var(--borderColor);
}
.theme-dark .social-profile.style-two li a i {
  color: var(--offwhiteColor);
}
.theme-dark .social-profile.style-two li a:hover i {
  color: var(--primaryColor);
}
.theme-dark .social-profile.style-three li a {
  width: 38px;
  height: 38px;
  background-color: rgba(255, 255, 255, 0.14);
}
.theme-dark .social-profile.style-three li a i {
  color: var(--primaryColor);
}
.theme-dark .social-profile.style-three li a:hover {
  background-color: var(--primaryColor);
  border-color: transparent;
}
.theme-dark .social-profile.style-three li a:hover i {
  color: var(--whiteColor);
}
.theme-dark .social-profile.style-four li {
  border-right: 1px solid var(--borderColor);
}
.theme-dark .social-profile.style-four li a i {
  color: var(--offWhiteColor);
}
.theme-dark .social-profile.style-four li a:hover i {
  color: var(--primaryColor);
}
.theme-dark .link-hover-title:hover {
  background-image: linear-gradient(var(--titleColor), var(--titleColor));
  color: var(--titleColor);
}
.theme-dark .link-hover-secondary:hover {
  background-image: linear-gradient(var(--secondaryColor), var(--secondaryColor));
  color: var(--secondaryColor);
}
.theme-dark .hover-text-secondary:hover {
  color: var(--secondaryColor) !important;
}
.theme-dark .link-hover-title:hover {
  background-image: linear-gradient(var(--whiteColor), var(--whiteColor));
  color: var(--whiteColor);
}
.theme-dark .link-hover-primary:hover {
  background-image: linear-gradient(var(--primaryColor), var(--primaryColor));
  color: var(--primaryColor);
}
.theme-dark .hover-text-primary:hover {
  color: var(--secondaryColor);
}
.theme-dark .hover-text-secondary:hover {
  color: var(--secondaryColor);
}
.theme-dark .slider-btn.style-one .prev-btn,
.theme-dark .slider-btn.style-one .next-btn {
  background: var(--charcoalColor);
  border: 1px solid var(--darkborder);
}
.theme-dark .slider-btn.style-one .prev-btn img,
.theme-dark .slider-btn.style-one .next-btn img {
  filter: brightness(0) invert(1);
}
.theme-dark .slider-btn.style-one .prev-btn:before,
.theme-dark .slider-btn.style-one .next-btn:before {
  background-color: var(--primaryColor);
}
.theme-dark .slider-btn.style-one .prev-btn i,
.theme-dark .slider-btn.style-one .next-btn i {
  color: var(--whiteColor);
}
.theme-dark .slider-btn.style-one .prev-btn:hover,
.theme-dark .slider-btn.style-one .next-btn:hover {
  border-color: transparent;
}
.theme-dark .slider-btn.style-three .prev-btn,
.theme-dark .slider-btn.style-three .next-btn {
  background-color: var(--charcoalColor);
  border: 1px solid var(--darkborder);
}
.theme-dark .slider-btn.style-three .prev-btn img,
.theme-dark .slider-btn.style-three .next-btn img {
  filter: brightness(0) invert(1);
}
.theme-dark .slider-btn.style-three .prev-btn:before,
.theme-dark .slider-btn.style-three .next-btn:before {
  background-color: var(--primaryColor);
}
.theme-dark .slider-btn.style-three .prev-btn i,
.theme-dark .slider-btn.style-three .next-btn i {
  color: var(--titleColor);
}
.theme-dark .link.style-one {
  color: var(--whiteColor);
}
.theme-dark .link.style-one:after {
  background-color: var(--primaryColor);
}
.theme-dark .link.style-one:hover {
  color: var(--primaryColor);
}
.theme-dark .link.style-two {
  color: var(--darkParaColor);
}
.theme-dark .link.style-two:after {
  background-color: var(--secondaryColor);
}
.theme-dark .link.style-two:hover {
  color: var(--secondaryColor);
}
.theme-dark .link.style-two:hover:after {
  background-color: var(--secondaryColor);
}
.theme-dark p,
.theme-dark .text-para {
  color: var(--darkParaColor);
}
.theme-dark .page-nav li a {
  background-color: var(--codColor);
  color: var(--whiteColor);
}
.theme-dark .page-nav li a i {
  color: var(--whiteColor);
}
.theme-dark .page-nav li a.active, .theme-dark .page-nav li a:hover {
  border-color: transparent;
  background-color: var(--secondaryColor);
  color: var(--whiteColor);
}
.theme-dark .page-nav li a.active i, .theme-dark .page-nav li a:hover i {
  color: var(--whiteColor);
}
.theme-dark .navbar-top.style-one {
  background-color: var(--codColor);
}
.theme-dark .navbar-top.style-two {
  background-color: #222;
}
.theme-dark .navbar-top.style-two p {
  color: rgba(255, 255, 255, 0.63);
}
.theme-dark .navbar-area .other-options .option-item .mobile-options button i {
  color: var(--whiteColor);
}
.theme-dark .navbar-area .other-options .option-item .cart-btn img {
  filter: brightness(0) invert(1);
}
.theme-dark .navbar-area .other-options .option-item .search-btn img {
  filter: brightness(0) invert(1);
}
.theme-dark .navbar-area.style-one {
  background-color: transparent;
}
.theme-dark .navbar-area.style-one.sticky {
  background-color: var(--titleColor);
}
.theme-dark .navbar-area.style-one .menu > ul > li > a {
  color: var(--whiteColor);
}
.theme-dark .navbar-area.style-one .menu > ul > li > a:hover, .theme-dark .navbar-area.style-one .menu > ul > li > a.active {
  color: var(--secondaryColor);
}
.theme-dark .navbar-area.style-one .other-options .option-item .search-btn:after {
  background-color: rgba(255, 255, 255, 0.43);
}
.theme-dark .navbar-area.style-two {
  background-color: transparent;
}
.theme-dark .navbar-area.style-two.sticky {
  background-color: var(--titleColor);
}
.theme-dark .navbar-area.style-two .menu > ul > li > a {
  color: var(--whiteColor);
}
.theme-dark .navbar-area.style-two .menu > ul > li > a:hover, .theme-dark .navbar-area.style-two .menu > ul > li > a.active {
  color: var(--secondaryColor);
}
.theme-dark .navbar-area.style-two .menu > ul > li.menu-item-has-children a i {
  color: #ddd;
}
.theme-dark .navbar-area.style-two .menu > ul > li.menu-item-has-children a:hover i, .theme-dark .navbar-area.style-two .menu > ul > li.menu-item-has-children a.active i {
  color: var(--secondaryColor);
}
.theme-dark .navbar-area.style-two .other-options .option-item .search-btn:after {
  background-color: rgba(255, 255, 255, 0.23);
}
.theme-dark .navbar-area.style-three {
  background-color: var(--charcoalColor) !important;
}
.theme-dark .navbar-area.style-three.sticky {
  background-color: var(--titleColor);
}
.theme-dark .navbar-area.style-three .menu > ul > li.menu-item-has-children a i {
  color: #ddd;
}
.theme-dark .navbar-area.style-three .menu > ul > li.menu-item-has-children a.active i, .theme-dark .navbar-area.style-three .menu > ul > li.menu-item-has-children a:hover i {
  color: var(--secondaryColor);
}
.theme-dark .navbar-area.style-three .menu > ul > li > a {
  color: var(--whiteColor);
}
.theme-dark .navbar-area.style-three .menu > ul > li > a:hover, .theme-dark .navbar-area.style-three .menu > ul > li > a.active {
  color: var(--secondaryColor);
}
.theme-dark .navbar-area.style-three .other-options .option-item .search-btn:after {
  background-color: rgba(255, 255, 255, 0.43);
}
.theme-dark .menu > ul > li .menu-subs {
  background: var(--charcoalColor);
}
.theme-dark .menu > ul > li .menu-subs li a {
  color: var(--whiteColor);
  border-bottom: 1px solid var(--borderColor);
}
.theme-dark .menu > ul > li .menu-subs li a:hover, .theme-dark .menu > ul > li .menu-subs li a.active {
  color: var(--secondaryColor);
  border-left-color: var(--secondaryColor);
}
.theme-dark .menu > ul > li > a {
  color: var(--offWhiteColor);
}
.theme-dark .menu > ul > li > a:hover, .theme-dark .menu > ul > li > a.active {
  color: var(--secondaryColor);
}
.theme-dark .menu ul li a {
  color: var(--offWhiteColor);
}
.theme-dark .menu ul li a.menu-item-has-children a.active, .theme-dark .menu ul li a.menu-item-has-children a:hover {
  color: var(--secondaryColor);
}
.theme-dark .menu ul li a.active, .theme-dark .menu ul li a:hover {
  color: var(--secondaryColor);
}
.theme-dark .searchModal .modal-dialog .modal-content {
  background-color: var(--codColor);
}
.theme-dark .searchModal .modal-dialog .modal-content form .form-control {
  color: var(--whiteColor);
  border-bottom: 1px solid var(--borderColor);
}
.theme-dark .searchModal .modal-dialog .modal-content form .form-control::-moz-placeholder {
  color: var(--whiteColor);
}
.theme-dark .searchModal .modal-dialog .modal-content form .form-control::placeholder {
  color: var(--whiteColor);
}
.theme-dark .searchModal .modal-dialog .modal-content form .form-control:focus {
  border-bottom: 1px solid var(--primaryColor);
}
.theme-dark .searchModal .modal-dialog .modal-content form .form-control:-moz-placeholder {
  color: var(--whiteColor);
}
.theme-dark .searchModal .modal-dialog .modal-content form .form-control:-ms-input-placeholder {
  color: var(--whiteColor);
}
.theme-dark .searchModal .modal-dialog .modal-content form button {
  color: var(--whiteColor);
  background-color: var(--primaryColor);
}
.theme-dark .searchModal .modal-dialog .modal-content form button:hover {
  background-color: var(--primaryColor);
}
.theme-dark .searchModal .modal-dialog .modal-content form button:hover i {
  color: var(--whiteColor);
}
.theme-dark .searchModal .modal-dialog .modal-content .btn-close i {
  color: var(--whiteColor);
}
.theme-dark .breadcrumb-area {
  background-image: none;
  background-color: var(--aztechColor);
}
.theme-dark .breadcrumb-area .br-menu li {
  color: var(--secondaryColor);
}
.theme-dark .breadcrumb-area .br-menu li:after {
  background-color: rgba(255, 255, 255, 0.14);
}
.theme-dark .breadcrumb-area .br-menu li a {
  color: var(--whiteColor);
}
.theme-dark .breadcrumb-area .br-menu li a:hover {
  color: var(--secondaryColor);
}
.theme-dark .circle-text-wrap .circle-text {
  filter: brightness(0) invert(1);
}
.theme-dark .hero-area.style-two {
  background-image: none;
  background-color: var(--aztechColor);
}
.theme-dark .hero-area.style-two .section-shape {
  opacity: 0.4;
}
.theme-dark .hero-area.style-two .blur-text.style-one, .theme-dark .hero-area.style-two .blur-text.style-two {
  color: rgba(255, 255, 255, 0.09);
}
.theme-dark .hero-area.style-two .hero-img-wrap .blur-text {
  color: rgba(255, 255, 255, 0.09);
}
.theme-dark .hero-area.style-two .hero-img-wrap .circle-text-wrap:hover span {
  background-color: var(--primaryColor);
}
.theme-dark .hero-area.style-two .hero-img-wrap .circle-text-wrap:hover span img {
  filter: brightness(0) invert(1);
}
.theme-dark .hero-area.style-two .hero-img-wrap .circle-text-wrap:hover span i {
  color: var(--whiteColor);
}
.theme-dark .hero-area.style-three {
  background-image: none;
  background-color: var(--aztechColor);
}
.theme-dark .hero-area.style-three .social-profile li:after {
  background-color: var(--borderColor);
}
.theme-dark .hero-area.style-three .social-profile li a {
  color: var(--borderColor);
}
.theme-dark .hero-area.style-three .social-profile li a:hover {
  color: var(--primaryColor);
}
.theme-dark .about-area.style-two .move-text.style-one ul li {
  color: rgba(255, 255, 255, 0.1);
}
.theme-dark .about-area.style-three {
  background-color: var(--aztechColor) !important;
}
.theme-dark .about-area.style-three .section-title span.blur-text {
  color: rgba(255, 255, 255, 0.21);
}
.theme-dark .about-area.style-four .about-content .section-title span.blur-text {
  color: rgba(255, 255, 255, 0.2);
}
.theme-dark .feature-list.style-one li i {
  color: rgba(255, 255, 255, 0.3);
}
.theme-dark .feature-list.style-two li:before {
  background-color: rgba(255, 255, 255, 0.4);
}
.theme-dark .feature-list.style-two li i {
  color: rgba(99, 102, 241, 0.3);
}
.theme-dark .vision-tab {
  background-image: none;
  background-color: var(--aztechColor);
}
.theme-dark .vision-tablist {
  border-bottom: 1px solid rgba(255, 255, 255, 0.19);
}
.theme-dark .vision-tablist .nav-item .nav-link {
  color: var(--offWhiteColor);
}
.theme-dark .vision-tablist .nav-item .nav-link:after {
  background-color: var(--primaryColor);
}
.theme-dark .vision-tablist .nav-item .nav-link:hover, .theme-dark .vision-tablist .nav-item .nav-link.active {
  color: var(--whiteColor);
}
.theme-dark .wh-area.style-three {
  background-image: none;
  background-color: var(--aztechColor);
}
.theme-dark .wh-area.style-three .wh-content .feature-item {
  background-color: var(--charcoalColor) !important;
}
.theme-dark .wh-area.style-three .wh-content .feature-item i {
  font-size: 32px;
  width: 32px;
  color: rgba(99, 102, 241, 0.38);
}
.theme-dark .counter-card-wrap.style-one .counter-card {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.theme-dark .counter-card-wrap.style-one .counter-card .counter-video {
  background-image: url(https://storage.googleapis.com/msgsndr/8qNUPNuuUUUUzG3Hi4bv/media/68c8a550d6040a0d5c8bb3d5.png);
}
.theme-dark .counter-card.style-two {
  background-color: rgba(255, 255, 255, 0.64);
}
.theme-dark .counter-card.style-two h4 {
  color: var(--whiteColor);
}
.theme-dark .counter-card.style-two p {
  color: var(--offWhiteColor);
}
.theme-dark .counter-card.style-four {
  background-color: var(--charcoalColor);
}
.theme-dark .counter-card.style-four .counter-icon {
  background-color: rgba(255, 255, 255, 0.13);
}
.theme-dark .counter-card.style-four h4 {
  color: var(--whiteColor);
}
.theme-dark .feature-area.style-one:before {
  background-color: var(--blackColor);
}
.theme-dark .feature-area.style-one:after {
  background-color: var(--aztechColor);
}
.theme-dark .feature-card-shape {
  filter: brightness(0) invert(1);
}
.theme-dark .feature-card.style-one.bg-white {
  background-color: var(--charcoalColor) !important;
}
.theme-dark .feature-card.style-two .feature-icon {
  border: 1px dashed rgba(99, 102, 241, 0.6);
  background-color: var(--codColor) !important;
}
.theme-dark .feature-card.style-two .feature-icon:after {
  background: linear-gradient(178.71deg, rgba(99, 102, 241, 0.16) -29.05%, #6366F1 50.36%, rgba(99, 102, 241, 0.19) 129.77%);
}
.theme-dark .service-area.style-one:after {
  background-color: var(--codColor);
}
.theme-dark .service-card .service-shape-one,
.theme-dark .service-card .service-shape-two {
  opacity: 0.1;
}
.theme-dark .service-card.style-three.bg-1 {
  background-color: var(--charcoalColor);
}
.theme-dark .service-card.style-three.bg-2 {
  background-color: var(--codColor);
}
.theme-dark .service-card.style-three.bg-3 {
  background-color: #111;
}
.theme-dark .service-card.style-three.bg-4 {
  background-color: var(--slateGrayColor);
}
.theme-dark .service-card.style-four {
  background-color: rgba(99, 102, 241, 0.06);
}
.theme-dark .service-card.style-four:after {
  background-color: var(--primaryColor);
}
.theme-dark .project-card.style-one {
  background-color: rgba(99, 102, 241, 0.1);
}
.theme-dark .project-card.style-one .project-bg:before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.11) 0%, rgba(0, 0, 0, 0.92) 100%);
}
.theme-dark .project-card.style-one .project-counter {
  color: rgba(99, 102, 241, 0.13);
}
.theme-dark .project-card.style-one .project-info .project-category {
  background-color: var(--charcoalColor);
  color: var(--offWhiteColor);
}
.theme-dark .project-card.style-one .project-info .project-category:hover {
  color: var(--whiteColor);
  background-color: var(--primaryColor);
}
.theme-dark .project-card.style-one:hover .project-info .project-category {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
}
.theme-dark .project-card.style-one:hover .project-info h3 a {
  color: var(--whiteColor) !important;
}
.theme-dark .project-card.style-one:hover .project-info .project-link {
  background-color: var(--secondaryColor);
}
.theme-dark .project-card.style-one:hover .project-info .project-link img {
  filter: brightness(0) invert(0);
}
.theme-dark .project-card.style-two .project-info {
  background-color: var(--codColor);
}
.theme-dark .project-card.style-two .project-info:before {
  box-shadow: -12px -12px #ddd;
}
.theme-dark .project-card.style-two .project-info:after {
  background-color: transparent;
  box-shadow: -12px -12px #ddd;
}
.theme-dark .project-card.style-two:hover .project-info {
  background-color: transparent;
}
.theme-dark .project-category {
  color: var(--whiteColor);
}
.theme-dark .project-category:hover {
  border-color: transparent;
  background-color: var(--secondaryColor);
  color: var(--titleColor);
}
.theme-dark .data-section.style-one {
  background-color: rgba(99, 102, 241, 0.12);
}
.theme-dark .data-card.style-one {
  background-image: none;
  background-color: var(--aztechColor) !important;
}
.theme-dark .data-card.style-three.bg-white {
  background-color: var(--aztechColor) !important;
}
.theme-dark .data-card.style-four {
  background-image: url(../img/about/data-card-bg-2.jpg);
}
.theme-dark .data-card.style-four:after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.12) 42.94%, #3A0226 88.26%);
}
.theme-dark .move-text.style-one ul li, .theme-dark .move-text.style-two ul li, .theme-dark .move-text.style-three ul li, .theme-dark .move-text.style-four ul li, .theme-dark .move-text.style-five ul li, .theme-dark .move-text.style-six ul li, .theme-dark .move-text.style-seven ul li {
  color: rgba(255, 255, 255, 0.1);
}
.theme-dark .pricing-area.style-one:after {
  background-color: var(--charcoalColor);
}
.theme-dark .pricing-area.style-two {
  background-color: var(--codColor);
}
.theme-dark .pricing-switch-wrap {
  background-color: var(--slateGrayColor);
}
.theme-dark .pricing-switch-wrap.style-one .pricing_switch .pricing_slider {
  background-color: transparent;
}
.theme-dark .pricing-switch-wrap.style-one .pricing_switch .pricing_slider:before {
  background-color: var(--secondaryColor);
}
.theme-dark .pricing-switch-wrap.style-one .pricing_switch .pricing_slider:after {
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.theme-dark .pricing-switch-wrap.style-one .pricing_switch input:checked + .pricing_slider {
  background-color: transparent;
}
.theme-dark .pricing-switch-wrap.style-one .pricing_switch .on {
  color: var(--titleColor);
}
.theme-dark .pricing-switch-wrap.style-one .pricing_switch .off {
  color: var(--whiteColor);
}
.theme-dark .pricing-switch-wrap.style-one .pricing_switch input:checked + .pricing_slider .off {
  color: var(--titleColor);
}
.theme-dark .pricing-switch-wrap.style-one .pricing_switch input:checked + .pricing_slider .on {
  color: var(--whiteColor);
}
.theme-dark .pricing-switch-wrap.style-two .pricing_switch .pricing_slider {
  background-color: transparent;
}
.theme-dark .pricing-switch-wrap.style-two .pricing_switch .pricing_slider:before {
  background-color: var(--primaryColor);
}
.theme-dark .pricing-switch-wrap.style-two .pricing_switch .pricing_slider:after {
  border: 1px solid rgba(255, 255, 255, 0.23);
}
.theme-dark .pricing-switch-wrap.style-two .pricing_switch input:checked + .pricing_slider {
  background-color: transparent;
}
.theme-dark .pricing-switch-wrap.style-two .pricing_switch .on {
  color: var(--whiteColor);
}
.theme-dark .pricing-switch-wrap.style-two .pricing_switch .off {
  color: var(--whiteColor);
}
.theme-dark .pricing-switch-wrap.style-two .pricing_switch input:checked + .pricing_slider .off {
  color: var(--whiteColor);
}
.theme-dark .pricing-switch-wrap.style-two .pricing_switch input:checked + .pricing_slider .on {
  color: var(--whiteColor);
}
.theme-dark .pricing-switch-wrap.style-three {
  background-color: rgba(99, 102, 241, 0.18);
}
.theme-dark .pricing-switch-wrap.style-three .pricing_switch .pricing_slider {
  background-color: transparent;
}
.theme-dark .pricing-switch-wrap.style-three .pricing_switch .pricing_slider:before {
  background-color: var(--primaryColor);
}
.theme-dark .pricing-switch-wrap.style-three .pricing_switch .pricing_slider:after {
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.theme-dark .pricing-switch-wrap.style-three .pricing_switch input:checked + .pricing_slider {
  background-color: transparent;
}
.theme-dark .pricing-switch-wrap.style-three .pricing_switch .on {
  color: var(--whiteColor);
}
.theme-dark .pricing-switch-wrap.style-three .pricing_switch .off {
  color: var(--whiteColor);
}
.theme-dark .pricing-switch-wrap.style-three .pricing_switch input:checked + .pricing_slider .off {
  color: var(--whiteColor);
}
.theme-dark .pricing-switch-wrap.style-three .pricing_switch input:checked + .pricing_slider .on {
  color: var(--whiteColor);
}
.theme-dark .pricing-card.style-one.bg-white {
  background-color: var(--codColor) !important;
}
.theme-dark .pricing-card.style-one .pricing-header {
  background-color: var(--charcoalColor);
}
.theme-dark .pricing-card.style-one .pricing-header .featured {
  color: var(--titleColor) !important;
}
.theme-dark .pricing-card.style-one .pricing-features li:before {
  background-color: rgba(255, 255, 255, 0.2);
}
.theme-dark .pricing-table.style-one table thead tr th, .theme-dark .pricing-table.style-two table thead tr th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  border-right: 25px solid var(--codColor);
  color: var(--whiteColor);
  background-color: var(--slateGrayColor);
}
.theme-dark .pricing-table.style-one table thead tr th:first-child, .theme-dark .pricing-table.style-two table thead tr th:first-child {
  border-right: none;
  background-color: transparent;
}
.theme-dark .pricing-table.style-one table thead tr th:last-child, .theme-dark .pricing-table.style-two table thead tr th:last-child {
  border-right: none;
}
.theme-dark .pricing-table.style-one table thead tr th .pricing-header .pricing-tag, .theme-dark .pricing-table.style-two table thead tr th .pricing-header .pricing-tag {
  color: var(--whiteColor);
}
.theme-dark .pricing-table.style-one table tbody tr th, .theme-dark .pricing-table.style-two table tbody tr th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.theme-dark .pricing-table.style-one table tbody tr td, .theme-dark .pricing-table.style-two table tbody tr td {
  background-color: var(--slateGrayColor);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  border-right: 25px solid var(--codColor);
}
.theme-dark .pricing-table.style-one table tbody tr:last-child th, .theme-dark .pricing-table.style-one table tbody tr:last-child td, .theme-dark .pricing-table.style-two table tbody tr:last-child th, .theme-dark .pricing-table.style-two table tbody tr:last-child td {
  border-bottom: none;
}
.theme-dark .pricing-table.style-one table thead tr th .pricing-header .featured {
  background-color: var(--aztechColor) !important;
}
.theme-dark .intg-line {
  filter: brightness(0) invert(1);
}
.theme-dark .process-tablist .nav-item:after {
  background-color: var(--secondaryColor);
}
.theme-dark .process-tablist .nav-item .nav-link {
  border: 1px solid var(--borderColor);
  color: var(--offWhiteColor);
  background-color: var(--charcoalColor);
}
.theme-dark .process-tablist .nav-item .nav-link:hover, .theme-dark .process-tablist .nav-item .nav-link.active {
  color: var(--whiteColor);
  background-color: var(--primaryColor);
}
.theme-dark .process-card.style-one {
  background-color: var(--charcoalColor);
}
.theme-dark .process-card.style-one .process-img {
  border: 4px solid var(--borderColor);
}
.theme-dark .process-card.style-one .process-title .process-counter {
  color: rgba(255, 255, 255, 0.43);
}
.theme-dark .process-card.style-two .process-counter-wrap:after {
  background-color: rgba(255, 255, 255, 0.1);
}
.theme-dark .process-card.style-two .process-counter-wrap .process-counter-name {
  color: #DADAFC;
  background-color: var(--blackColor);
}
.theme-dark .process-card.style-two .process-counter-wrap .process-counter {
  color: var(--whiteColor);
  border: 1px dashed var(--borderColor);
}
.theme-dark .chart-box.style-one {
  background-color: rgba(99, 102, 241, 0.15);
}
.theme-dark .chart-box.style-one:after {
  background: rgba(99, 102, 241, 0.29);
}
.theme-dark .cta-area.style-one .cta-img-wrap .circle-text-wrap span img {
  filter: brightness(0) invert(1);
}
.theme-dark .cta-area.style-one .cta-img-wrap .circle-text-wrap:hover span {
  background-color: var(--whiteColor);
}
.theme-dark .cta-area.style-two::after, .theme-dark .cta-area.style-three::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: -1;
}
.theme-dark .integration-area:before {
  background-color: var(--blackColor);
}
.theme-dark .integration-area:after {
  background-color: var(--charcoalColor);
  z-index: -1;
}
.theme-dark .integration-area.style-two {
  background-color: var(--charcoalColor);
}
.theme-dark .integration-wrapper.style-one .int-box-wrapper .int-box {
  box-shadow: 0 0 40px rgba(99, 102, 241, 0.21);
}
.theme-dark .benefit-area:before {
  background-color: var(--blackColor);
}
.theme-dark .benefit-area:after {
  background-color: var(--charcoalColor);
}
.theme-dark .benefit-area.style-one .benefit-img-wrap {
  background: linear-gradient(180deg, rgba(212, 255, 18, 0.21) 0%, rgba(99, 102, 241, 0.13) 100%);
}
.theme-dark .benefit-area.style-one .benefit-img-wrap img {
  border: 3px solid var(--whiteColor);
}
.theme-dark .benefit-area.style-one .benefit-content .feature-list-wrap .feature-list span {
  background-color: var(--secondaryColor);
}
.theme-dark .benefit-area.style-one .benefit-content .feature-list-wrap .feature-list span i {
  color: var(--whiteColor);
}
.theme-dark .testimonial-area.style-one:after {
  background-color: var(--charcoalColor);
}
.theme-dark .testimonial-area.style-two:before {
  background-color: var(--aztechColor);
}
.theme-dark .testimonial-area.style-two .circle-text-wrap:after {
  border: 40px solid #FC95F6;
}
.theme-dark .testimonial-area.style-four:before {
  background-color: var(--slateGrayColor);
}
.theme-dark .testimonial-card.style-two p {
  border-bottom: 1px solid var(--borderColor);
}
.theme-dark .testimonial-card.style-two .client-info-wrap .client-info h5:before {
  background-color: var(--whiteColor);
}
.theme-dark .testimonial-card.style-three .client-info-wrap .client-info h5:before {
  background-color: var(--borderColor);
  transform: -50%;
}
.theme-dark .testimonial-card.style-three .client-info-wrap .client-info span {
  color: rgba(225, 225, 225, 0.2);
}
.theme-dark .testimonial-card.style-four {
  background-color: rgba(99, 102, 241, 0.09);
}
.theme-dark .testimonial-card.style-four .br-one:before {
  border-top: 1px solid var(--primaryColor);
  border-left: 1px solid var(--primaryColor);
}
.theme-dark .testimonial-card.style-four .br-one:after {
  border-top: 1px solid var(--primaryColor);
  border-right: 1px solid var(--primaryColor);
}
.theme-dark .testimonial-card.style-four .br-two:before {
  border-bottom: 1px solid var(--primaryColor);
  border-left: 1px solid var(--primaryColor);
}
.theme-dark .testimonial-card.style-four .br-two:after {
  border-bottom: 1px solid var(--primaryColor);
  border-right: 1px solid var(--primaryColor);
}
.theme-dark .testimonial-card.style-four h6 {
  color: var(--whiteColor);
}
.theme-dark .testimonial-card.style-four .client-info h5:before {
  background-color: var(--charcoalColor);
}
.theme-dark .testimonial-slider-two .slider-btn .prev-btn,
.theme-dark .testimonial-slider-two .slider-btn .next-btn {
  background-color: rgba(99, 102, 241, 0.1);
}
.theme-dark .testimonial-slider-two .slider-btn .prev-btn img,
.theme-dark .testimonial-slider-two .slider-btn .next-btn img {
  filter: brightness(0) invert(1);
}
.theme-dark .testimonial-slider-two .slider-btn .prev-btn:before,
.theme-dark .testimonial-slider-two .slider-btn .next-btn:before {
  background-color: var(--primaryColor);
}
.theme-dark .testimonial-slider-two .testimonial-pagination .swiper-pagination-bullet {
  background-color: rgba(99, 102, 241, 0.2);
}
.theme-dark .testimonial-slider-two .testimonial-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--primaryColor);
}
.theme-dark .team-card.style-one {
  background: linear-gradient(91.98deg, rgba(163, 107, 244, 0.06) 1.98%, rgba(163, 107, 244, 0.3) 50.35%, rgba(163, 107, 244, 0.06) 98.71%);
}
.theme-dark .team-card.style-one .team-thumb {
  border: 4px solid var(--borderColor);
  box-shadow: 0 0 40px rgba(255, 255, 255, 0.09);
}
.theme-dark .team-card.style-one .team-member-bg:before {
  background: linear-gradient(0.21deg, #654793 16.87%, rgba(136, 113, 181, 0.04) 58.41%);
  z-index: 0;
}
.theme-dark .blog-card.style-one {
  background-color: var(--slateGrayColor);
}
.theme-dark .blog-card.style-three .blog-info {
  background-color: var(--aztechColor) !important;
  box-shadow: 0 0 40px 0 rgba(255, 255, 255, 0.08);
}
.theme-dark .blog-category {
  border: 1px solid rgba(255, 255, 255, 0.21);
  color: var(--whiteColor);
}
.theme-dark .blog-category:hover {
  border-color: transparent;
  background-color: var(--primaryColor);
  color: var(--whiteColor);
}
.theme-dark .blog-metainfo li:after {
  background-color: rgba(255, 255, 255, 0.2);
}
.theme-dark .blog-metainfo li a {
  color: var(--offWhiteColor);
}
.theme-dark .blog-metainfo li a:hover {
  color: var(--primaryColor);
}
.theme-dark .contact-card-wrap.style-one:before {
  background-color: rgba(255, 255, 255, 0.08);
}
.theme-dark .contact-card-wrap.style-one:after {
  background-color: rgba(255, 255, 255, 0.08);
}
.theme-dark .contact-card.style-two .contact-icon img {
  filter: brightness(0) invert(1);
}
.theme-dark .map-area:after {
  background-color: var(--charcoalColor);
}
.theme-dark .checkbox.style-one label:before {
  border: 1px solid rgb(255, 255, 255);
}
.theme-dark .checkbox.style-two label:before {
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.theme-dark .checkbox.style-one input:checked + label:before,
.theme-dark .checkbox.style-two input:checked + label:before {
  border-color: transparent;
}
.theme-dark .checkbox.style-one input:checked + label:after {
  background: var(--primaryColor);
}
.theme-dark .checkbox.style-two input:checked + label:after {
  background: var(--primaryColor);
}
.theme-dark .faq-box.style-one {
  background-color: rgba(255, 255, 255, 0.1);
}
.theme-dark .faq-bg {
  background-image: url(https://storage.googleapis.com/msgsndr/8qNUPNuuUUUUzG3Hi4bv/media/68c8a6130aed9135b57290bf.png);
}
.theme-dark .faq-bg:after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 52.73%, rgba(0, 0, 0, 0.92) 80.03%);
}
.theme-dark .accordion.style-one .accordion-item {
  background-color: var(--charcoalColor);
}
.theme-dark .accordion.style-one .accordion-item .accordion-header .accordion-button {
  color: var(--whiteColor);
  background-color: var(--charcoalColor);
}
.theme-dark .accordion.style-one .accordion-item .accordion-header .accordion-button .accord-arrow i {
  color: var(--offWhiteColor);
}
.theme-dark .accordion.style-two .accordion-item {
  background-color: transparent !important;
}
.theme-dark .accordion.style-two .accordion-item .accordion-header .accordion-button {
  color: var(--whiteColor);
  background-color: transparent !important;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.theme-dark .accordion.style-two .accordion-item .accordion-header .accordion-button .accord-arrow i {
  color: rgba(255, 255, 255, 0.5);
}
.theme-dark .accordion.style-three .accordion-item {
  background-color: var(--slateGrayColor);
}
.theme-dark .accordion.style-three .accordion-item .accordion-header .accordion-button {
  color: var(--whiteColor);
  background-color: var(--slateGrayColor);
}
.theme-dark .accordion.style-three .accordion-item .accordion-header .accordion-button .accord-arrow i {
  color: rgba(255, 255, 255, 0.3);
}
.theme-dark .error-wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.theme-dark .account-box {
  background-color: var(--charcoalColor);
}
.theme-dark .account-box .form-group input {
  background-color: var(--borderColor);
}
.theme-dark .account-box .form-group input::-moz-placeholder {
  color: var(--whiteColor);
}
.theme-dark .account-box .form-group input::placeholder {
  color: var(--whiteColor);
}
.theme-dark .account-box .or-text:after {
  background-color: rgba(255, 255, 255, 0.08);
}
.theme-dark .account-box .or-text span {
  background-color: var(--charcoalColor);
}
.theme-dark .sidebar .sidebar-widget {
  background-color: var(--charcoalColor);
}
.theme-dark .sidebar .sidebar-widget.style-two {
  background-color: var(--slateGrayColor);
}
.theme-dark .search-widget input::-moz-placeholder {
  color: var(--whiteColor);
}
.theme-dark .search-widget input::placeholder {
  color: var(--whiteColor);
}
.theme-dark .search-widget button:before {
  background-color: rgba(255, 255, 255, 0.4);
}
.theme-dark .category-widget li a {
  color: var(--offWhiteColor);
}
.theme-dark .category-widget li a i {
  color: var(--offWhiteColor);
}
.theme-dark .category-widget li a img {
  filter: brightness(0) invert(1);
}
.theme-dark .category-widget li a:hover {
  color: var(--whiteColor);
}
.theme-dark .category-widget li a:hover img {
  filter: brightness(1) invert(0);
  opacity: 1;
}
.theme-dark .category-widget li a:hover i {
  color: var(--whiteColor);
}
.theme-dark .service-category-list li a {
  background-color: var(--codColor);
  color: var(--whiteColor);
}
.theme-dark .service-category-list li a:hover {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
}
.theme-dark .booking-form .form-group input, .theme-dark .booking-form .form-group select {
  background-color: var(--aztechColor);
}
.theme-dark .booking-form .form-group input::-moz-placeholder, .theme-dark .booking-form .form-group select::-moz-placeholder {
  opacity: 1;
  color: var(--whiteColor);
}
.theme-dark .booking-form .form-group input::placeholder, .theme-dark .booking-form .form-group select::placeholder {
  opacity: 1;
  color: var(--whiteColor);
}
.theme-dark .booking-form .form-group textarea {
  background-color: var(--aztechColor);
}
.theme-dark .booking-form .form-group textarea::-moz-placeholder {
  color: var(--whiteColor);
}
.theme-dark .booking-form .form-group textarea::placeholder {
  color: var(--whiteColor);
}
.theme-dark .booking-form .form-group select {
  background-image: url(../img/icons/down-arrow-fill-white.svg);
  background-position: calc(100% - 20px) 50%;
  background-size: 11px;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.theme-dark .rp-post-card.style-two .rp-post-info .link {
  color: #134404;
}
.theme-dark .tags-widget ul li a {
  color: var(--whiteColor);
  background-color: var(--aztechColor);
}
.theme-dark .tags-widget ul li a:hover {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
}
.theme-dark .range-slider-container .range-slider {
  border: 1px solid var(--borderColor);
}
.theme-dark .range-slider-container .range-slider .range-progress {
  background: var(--primaryColor);
}
.theme-dark .range-slider-container .range-input input[type=range]::-webkit-slider-thumb {
  border: 3px solid var(--borderColor);
  background: var(--primaryColor);
}
.theme-dark .range-slider-container .range-input input[type=range]::-moz-range-thumb {
  border: 2px solid var(--borderColor);
  background: var(--primaryColor);
}
.theme-dark .blog-desc p strong, .theme-dark .blog-desc p b,
.theme-dark .project-desc p strong,
.theme-dark .project-desc p b,
.theme-dark .job-desc p strong,
.theme-dark .job-desc p b,
.theme-dark .service-desc p strong,
.theme-dark .service-desc p b,
.theme-dark .terms-wrap p strong,
.theme-dark .terms-wrap p b {
  color: var(--whiteColor);
}
.theme-dark .blog-desc .wp-blockquote,
.theme-dark .project-desc .wp-blockquote,
.theme-dark .job-desc .wp-blockquote,
.theme-dark .service-desc .wp-blockquote,
.theme-dark .terms-wrap .wp-blockquote {
  background-color: var(--aztechColor);
}
.theme-dark .blog-desc .wp-blockquote .client-info h5:before,
.theme-dark .project-desc .wp-blockquote .client-info h5:before,
.theme-dark .job-desc .wp-blockquote .client-info h5:before,
.theme-dark .service-desc .wp-blockquote .client-info h5:before,
.theme-dark .terms-wrap .wp-blockquote .client-info h5:before {
  background-color: var(--whiteColor);
}
.theme-dark .post-pagination {
  border: 1px solid var(--borderColor);
}
.theme-dark .comment-item-wrap .comment-item {
  border-bottom: 1px solid var(--borderColor);
}
.theme-dark .comment-form.style-one {
  background-color: var(--charcoalColor);
}
.theme-dark .comment-form.style-one .form-group input, .theme-dark .comment-form.style-one .form-group select, .theme-dark .comment-form.style-one .form-group textarea {
  background-color: var(--aztechColor) !important;
}
.theme-dark .comment-form.style-one .form-group input::-moz-placeholder, .theme-dark .comment-form.style-one .form-group select::-moz-placeholder, .theme-dark .comment-form.style-one .form-group textarea::-moz-placeholder {
  color: var(--whiteColor);
}
.theme-dark .comment-form.style-one .form-group input::placeholder, .theme-dark .comment-form.style-one .form-group select::placeholder, .theme-dark .comment-form.style-one .form-group textarea::placeholder {
  color: var(--whiteColor);
}
.theme-dark .single-product-info .product-desc {
  border-top: 1px solid var(--borderColor);
}
.theme-dark .single-product-info .product-quantity {
  border-bottom: 1px solid var(--borderColor);
}
.theme-dark .single-product-info .v-counter {
  border: 1px solid var(--borderColor);
}
.theme-dark .single-product-info .v-counter input {
  color: var(--whiteColor);
  border-left: 1px solid var(--borderColor);
  border-right: 1px solid var(--borderColor);
}
.theme-dark .single-product-info .v-counter .minusBtn:before {
  color: var(--whiteColor);
}
.theme-dark .single-product-info .v-counter .plusBtn:before {
  color: var(--whiteColor);
}
.theme-dark .single-product-info .add-to-wishlist {
  background-color: rgba(99, 102, 241, 0.12);
  color: var(--primaryColor);
}
.theme-dark .single-product-info .add-to-wishlist:hover {
  background-color: var(--primaryColor);
}
.theme-dark .single-product-info .add-to-wishlist:hover i {
  color: var(--whiteColor);
}
.theme-dark .v-counter {
  background-color: transparent;
}
.theme-dark .v-counter input {
  border: none;
  border-left: 1px solid var(--borderColor);
  border-right: 1px solid var(--borderColor);
}
.theme-dark .v-counter .minusBtn:before {
  color: var(--whiteColor);
}
.theme-dark .v-counter .plusBtn:before {
  color: var(--whiteColor);
}
.theme-dark .cart-table table thead tr th {
  background-color: transparent;
}
.theme-dark .cart-table table tbody tr td {
  border-bottom: 1px dashed var(--borderColor);
  background-color: transparent;
}
.theme-dark .cart-table table tbody tr td .v-counter {
  background-color: var(--aztechColor);
}
.theme-dark .cart-table table tbody tr td .v-counter input {
  background-color: transparent;
  color: var(--whiteColor);
}
.theme-dark .coupon-code input {
  background-color: var(--aztechColor);
}
.theme-dark .coupon-code input::-moz-placeholder {
  color: var(--whiteColor);
}
.theme-dark .coupon-code input::placeholder {
  color: var(--whiteColor);
}
.theme-dark .cart-total {
  background-color: var(--aztechColor);
}
.theme-dark .cart-total-wrap {
  border: 1px solid var(--borderColor);
}
.theme-dark .cart-total-wrap .cart-total-item {
  border-bottom: 1px solid var(--borderColor);
}
.theme-dark .checkout-total {
  background-color: var(--aztechColor);
}
.theme-dark .checkout-total table thead tr th {
  color: var(--whiteColor);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.theme-dark .checkout-total table tbody tr td {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.12);
}
.theme-dark .checkout-total .checkout-total-wrap.style-two {
  border-top: 1px dashed var(--borderColor);
}
.theme-dark .checkout-total .checkout-total-wrap .checkout-total-item {
  border-bottom: 1px dashed var(--borderColor);
}
.theme-dark .payment-method {
  background-color: var(--borderColor);
}
.theme-dark .payment-method .form-group input, .theme-dark .payment-method .form-group select, .theme-dark .payment-method .form-group textarea {
  background-color: var(--aztechColor) !important;
}
.theme-dark .payment-method .form-group input::-moz-placeholder, .theme-dark .payment-method .form-group select::-moz-placeholder, .theme-dark .payment-method .form-group textarea::-moz-placeholder {
  opacity: 1;
  color: var(--whiteColor);
}
.theme-dark .payment-method .form-group input::placeholder, .theme-dark .payment-method .form-group select::placeholder, .theme-dark .payment-method .form-group textarea::placeholder {
  opacity: 1;
  color: var(--whiteColor);
}
.theme-dark .payment-method .form-group select {
  padding: 12px 18px;
  background-image: url(../img/icons/down-arrow-fill-white.svg);
  background-position: calc(100% - 20px) 50%;
  background-size: 11px;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.theme-dark .checkout-form .form-group input, .theme-dark .checkout-form .form-group textarea {
  background-color: var(--charcoalColor);
}
.theme-dark .checkout-form .form-group input::-moz-placeholder, .theme-dark .checkout-form .form-group textarea::-moz-placeholder {
  opacity: 1;
  color: var(--whiteColor);
}
.theme-dark .checkout-form .form-group input::placeholder, .theme-dark .checkout-form .form-group textarea::placeholder {
  opacity: 1;
  color: var(--whiteColor);
}
.theme-dark .checkout-form .form-group select {
  background-color: var(--charcoalColor);
  height: 50px;
  border-radius: 10px;
  padding: 12px 18px;
  background-image: url(../img/icons/down-arrow-fill-white.svg);
  background-position: calc(100% - 20px) 50%;
  background-size: 11px;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.theme-dark .footer-area.style-one, .theme-dark .footer-area.style-two, .theme-dark .footer-area.style-three {
  background-color: var(--codColor) !important;
}

@media only screen and (max-width: 991px) {
  .switch-theme-mode {
    top: 270px;
    right: 5px;
  }
  .theme-dark .navbar-area .menu-mobile-trigger span {
    background: var(--secondaryColor);
  }
  .theme-dark .navbar-area.style-one .menu > ul > li > a, .theme-dark .navbar-area.style-two .menu > ul > li > a, .theme-dark .navbar-area.style-three .menu > ul > li > a {
    color: var(--whiteColor);
  }
  .theme-dark .navbar-area.style-one .menu > ul > li > a.active, .theme-dark .navbar-area.style-one .menu > ul > li > a:hover, .theme-dark .navbar-area.style-two .menu > ul > li > a.active, .theme-dark .navbar-area.style-two .menu > ul > li > a:hover, .theme-dark .navbar-area.style-three .menu > ul > li > a.active, .theme-dark .navbar-area.style-three .menu > ul > li > a:hover {
    color: var(--secondaryColor);
  }
  .theme-dark .navbar-area.style-two .other-options .option-item .mobile-options button i, .theme-dark .navbar-area.style-three .other-options .option-item .mobile-options button i {
    color: var(--whiteColor);
  }
  .theme-dark .navbar-area.style-two .menu-mobile-trigger span, .theme-dark .navbar-area.style-three .menu-mobile-trigger span {
    background: var(--whiteColor);
  }
  .theme-dark .menu-mobile-trigger span {
    background: var(--primaryColor);
  }
  .theme-dark .menu {
    background: var(--aztechColor);
  }
  .theme-dark .menu ul li a {
    border-bottom: 1px solid var(--borderColor);
  }
  .theme-dark .menu ul li a:hover, .theme-dark .menu ul li a.active {
    color: var(--secondaryColor);
  }
  .theme-dark .menu .menu-mobile-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    background: var(--aztechColor);
  }
  .theme-dark .menu .menu-mobile-header .menu-mobile-arrow {
    border-right: 1px solid var(--borderColor);
    color: var(--whiteColor);
  }
  .theme-dark .menu .menu-mobile-header .menu-mobile-title {
    color: var(--whiteColor);
  }
  .theme-dark .menu .menu-mobile-header .menu-mobile-close {
    border-left: 1px solid var(--borderColor);
    color: var(--whiteColor);
  }
}/*# sourceMappingURL=dark-theme.css.map */

