@charset "UTF-8";
/* --------------- ********w********* --------------
   --------------- ********x********* --------------
    * Version: v1.0.0
    * Author: Wooprex
    * Author URI: https://wooprex.com  

   --------------- ********w********* --------------
   --------------- ********x********* -------------- */
/*-- Reset styles  -- */
/*-- Base: mixin & variable  -- */
/*google-fonts*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* -- Common elements -- */
html {
  scroll-behavior: smooth;
  margin-right: 0 !important;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
  color: #0e004d;
  background-color: #ffffff;
}

img {
  max-width: 100%;
  height: auto;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
  transition: all 0.6s ease;
}

ul,
li {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.container {
  max-width: 1360px;
}

/* -- form style -- */
textarea,
input[type=text],
input[type=password],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=datetime],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color] {
  font-family: "Inter", sans-serif;
  border: 1px solid #0e004d;
  outline: 0;
  box-shadow: none;
  font-size: 24px;
  line-height: 24px;
  border-radius: 3px;
  padding: 20px 30px;
  width: 100%;
  background: #ffffff;
  color: #0e004d;
  font-weight: 400;
}
textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=week]:focus,
input[type=datetime]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=color]:focus {
  border-color: #0e004d;
}

textarea::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=month]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=week]::-moz-placeholder, input[type=datetime]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=color]::-moz-placeholder {
  color: #0e004d;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 24px;
}

textarea::placeholder,
input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=time]::placeholder,
input[type=week]::placeholder,
input[type=datetime]::placeholder,
input[type=number]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=color]::placeholder {
  color: #0e004d;
  transition: all 0.3s ease;
  font-size: 24px;
}

textarea {
  min-height: 120px;
  resize: none;
}

/* -- Placeholder color -- */
::-webkit-input-placeholder {
  color: #0e004d;
}

:-moz-placeholder {
  color: #0e004d;
}

::-moz-placeholder {
  color: #0e004d;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #0e004d;
}

section {
  position: relative;
  overflow: hidden;
}

/* -- Typography setting -- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter", sans-serif;
  text-rendering: optimizeLegibility;
  color: #0e004d;
  font-weight: 500;
}

h1 {
  font-size: 80px;
  line-height: 1.1em;
}

h2 {
  font-size: 68px;
  line-height: 1.2em;
}

h3 {
  font-size: 56px;
  line-height: 1.2em;
}

h4 {
  font-size: 42px;
  line-height: 1.2em;
}

h5 {
  font-size: 24px;
  line-height: 1.2em;
}

h6 {
  font-size: 20px;
  line-height: 1.2em;
}

p {
  font-size: 16px;
  line-height: 1.6rem;
  font-weight: 400;
}

b,
strong {
  font-weight: bolder;
}

video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

a {
  transition: all 0.3s ease;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  color: #0e004d;
}
a:focus, a:hover {
  transition: all 0.3s ease;
  text-decoration: none;
  outline: 0;
}

label {
  font-weight: 600;
}

.link {
  transition: all 0.3s ease;
}
.link:hover {
  color: #532eff;
}

.border-line {
  border: 1px solid rgba(188, 173, 255, 0.2901960784);
}

.no-line {
  border: none !important;
}

.border-line-bottom {
  border-bottom: 1px solid rgba(188, 173, 255, 0.2901960784) !important;
}

.padding-y {
  padding-top: 120px;
  padding-bottom: 120px;
}

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

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

.relative {
  position: relative;
}

.wooprex-flex {
  display: flex;
}

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

/* -- radius --*/
.radius-8 {
  border-radius: 8px;
}

.radius-24 {
  border-radius: 24px;
}

.radius-32 {
  border-radius: 32px;
}

.radius-56 {
  border-radius: 56px;
}

.rounded-full {
  border-radius: 999px;
}

.hidden {
  overflow: hidden;
}

.none {
  display: none;
}

.simpleParallax {
  height: 100%;
}

/* -- text-size -- */
.text-size-1 {
  font-size: 12px;
}

.text-size-2 {
  font-size: 14px;
}

.text-size-3 {
  font-size: 16px;
}

.text-size-4 {
  font-size: 18px;
}

.text-size-5 {
  font-size: 20px;
}

.text-size-6 {
  font-size: 24px;
}

.text-size-7 {
  font-size: 28px;
}

.text-size-8 {
  font-size: 32px;
}

.text-size-9 {
  font-size: 38px;
}

.text-size-10 {
  font-size: 40px;
}

.text-size-11 {
  font-size: 48px;
}

.text-size-12 {
  font-size: 58px;
}

.text-size-13 {
  font-size: 64px;
}

.text-size-14 {
  font-size: 96px;
}

/* -- fontWeight -- */
.font-weight-300 {
  font-weight: 300;
}

.font-weight-400 {
  font-weight: 400;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-600 {
  font-weight: 600;
}

.font-weight-700 {
  font-weight: 700;
}

.font-weight-800 {
  font-weight: 800;
}

/* -- text color -- */
.heading_color {
  color: #0e004d;
}

.text_color {
  color: #532eff;
}

.text_white {
  color: #ffffff;
}

.text_black {
  color: #000000;
}

.logo {
  max-width: 180px;
}
.logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 767px) {
  .logo {
    max-width: 150px;
  }
}
/*-- All components style -- */
/*-- preload Spinner-- */
/*-- Base: mixin & variable  -- */
/* Preload 
------------------------------------------- */
.wooprex-preload-wrapper .wooprex-preload-container {
  display: flex;
}

.wooprex-preload-container {
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99999999999;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.wooprex-spinner {
  width: 60px;
  height: 60px;
  border: 3px solid transparent;
  border-top: 3px solid #0e004d;
  border-radius: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  animation: spin 1s infinite linear;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*-- scrollbar -- */
/*-- Base: mixin & variable  -- */
/*-- All components style -- */
/*-- scrollbar -- */
/* Customize the entire scrollbar */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

/* Customize the track (background) */
::-webkit-scrollbar-track {
  background: #ffffff;
}

/* Customize the handle (scrollbar tab) */
::-webkit-scrollbar-thumb {
  background: #0e004d;
  border-radius: 6px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #532eff;
}

/* Customize the desktop overlay scrollbar */
.wooprex-menu-desktop-overlay .office-header::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Customize the track (background) */
.wooprex-menu-desktop-overlay .office-header::-webkit-scrollbar-track {
  background: #ffffff;
}

/* Customize the handle (scrollbar tab) */
.wooprex-menu-desktop-overlay .office-header::-webkit-scrollbar-thumb {
  background: #d1c7ff;
  border-radius: 5px;
}

/* Handle on hover */
.wooprex-menu-desktop-overlay .office-header::-webkit-scrollbar-thumb:hover {
  background: #f8f6ff;
}

/* Customize the mobile menu scrollbar */
.wooprex-mobile-menu ul.box-nav::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Customize the track (background) */
.wooprex-mobile-menu ul.box-nav::-webkit-scrollbar-track {
  background: #ffffff;
}

/* Customize the handle (scrollbar tab) */
.wooprex-mobile-menu ul.box-nav::-webkit-scrollbar-thumb {
  background: #d1c7ff;
  border-radius: 5px;
}

/* Handle on hover */
.wooprex-mobile-menu ul.box-nav::-webkit-scrollbar-thumb:hover {
  background: #f8f6ff;
}

/*-- header -- */
/*-- Base: mixin & variable  -- */
/* Start Wooprex Header & Light header */
.wooprex-header {
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 999;
  padding: 30px 0px;
  transition: top 0.6s, background 0.4s, box-shadow 0.4s;
}
.wooprex-header.sticky {
  top: 0px;
  background-color: #ffffff;
  box-shadow: 0px -1px 14px 0px rgba(6, 23, 106, 0.0784313725);
  animation: 0.95s ease 0s normal forwards 1 running stickyAnimation;
  -webkit-animation: 0.95s ease 0s normal forwards 1 running stickyAnimation;
}
.wooprex-header .header-main .container > .row {
  align-items: center;
}

@keyframes stickyAnimation {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
/*-- Sub header -- */
/*-- Base: mixin & variable  -- */
.wooprex-sub-header-section {
  background-color: #f8f6ff;
  height: 440px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
}
.wooprex-sub-header-section h1 {
  margin-top: 20px;
  text-transform: capitalize;
}
.wooprex-sub-header-section p a {
  color: #8f9391;
}

/*-- footer -- */
/*-- Base: mixin & variable  -- */
.wooprex-footer-section {
  background-color: #f8f6ff;
  padding-bottom: 60px;
}
.wooprex-footer-section .wooprex-footer-top {
  margin-bottom: 80px;
}
.wooprex-footer-section .wooprex-footer-top .footer-textbox input {
  border-radius: 48px;
  font-size: 18px;
  transition: background 0.6s ease;
}
.wooprex-footer-section .wooprex-footer-top .footer-textbox input::-moz-placeholder {
  font-size: 18px;
}
.wooprex-footer-section .wooprex-footer-top .footer-textbox input::placeholder {
  font-size: 18px;
}
.wooprex-footer-section .wooprex-footer-top .footer-textbox input:hover {
  background-color: transparent;
}
.wooprex-footer-section .wooprex-footer-top .footer-textbox button.wooprex-arrow-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background-color: transparent;
  border-radius: 50%;
}
.wooprex-footer-section .wooprex-footer-middle {
  margin-bottom: 80px;
}
.wooprex-footer-section .wooprex-footer-middle .footer-middle-item h5 {
  margin-bottom: 40px;
  text-transform: uppercase;
}
.wooprex-footer-section .wooprex-footer-middle .footer-middle-item ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
}
.wooprex-footer-section .wooprex-footer-middle .footer-middle-item ul li a {
  transition: all 0.6s ease;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.wooprex-footer-section .wooprex-footer-middle .footer-middle-item ul li a i {
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wooprex-footer-section .wooprex-footer-middle .footer-middle-item .wooprex-follow-us {
  margin-top: 20px;
  gap: 20px;
}
.wooprex-footer-section .wooprex-footer-middle .footer-middle-item:not(.last) ul li a:hover {
  margin-left: 5px;
  color: #532eff;
}
.wooprex-footer-section .wooprex-footer-middle .footer-middle-item.last ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 0px;
}
.wooprex-footer-section .wooprex-footer-middle .footer-middle-item.last ul li {
  width: 33.33%;
  padding: 4px;
}
.wooprex-footer-section .wooprex-footer-middle .footer-middle-item.last ul li a {
  overflow: hidden;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.wooprex-footer-section .wooprex-footer-middle .footer-middle-item.last ul li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-footer-section .wooprex-footer-bottom .footer-privacy-link {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.wooprex-footer-section .wooprex-footer-bottom .footer-privacy-link ul {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  gap: 15px;
}
.wooprex-footer-section .wooprex-footer-bottom .footer-privacy-link ul li a {
  transition: all 0.6s ease;
  padding-right: 15px;
  position: relative;
}
.wooprex-footer-section .wooprex-footer-bottom .footer-privacy-link ul li a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  width: 1px;
  height: 10px;
  background-color: #0e004d;
}
.wooprex-footer-section .wooprex-footer-bottom .footer-privacy-link ul li a:hover {
  color: #532eff;
}
.wooprex-footer-section .wooprex-footer-bottom .footer-privacy-link ul li:last-child a {
  padding-right: 0;
}
.wooprex-footer-section .wooprex-footer-bottom .footer-privacy-link ul li:last-child a:after {
  display: none;
}

/*-- slider -- */
/*-- Base: mixin & variable  -- */
/* Start Swiper navigation style */
.wooprex-swiper-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.wooprex-swiper-navigation .swiper-button-prev,
.wooprex-swiper-navigation .swiper-button-next {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  border: 1px solid #0e004d;
  transition: all 0.3s ease;
  position: relative;
  top: 0;
  right: 0;
  left: inherit;
  margin: 0;
  text-align: center;
}
.wooprex-swiper-navigation .swiper-button-prev:after,
.wooprex-swiper-navigation .swiper-button-next:after {
  font-family: "flaticon_startup_business";
  color: #0e004d;
  font-size: 20px;
  font-weight: 700;
}
.wooprex-swiper-navigation .swiper-button-prev:hover,
.wooprex-swiper-navigation .swiper-button-next:hover {
  width: 75px;
  border-radius: 24px;
}
.wooprex-swiper-navigation .swiper-button-prev:after {
  content: "\f10f";
}
.wooprex-swiper-navigation .swiper-button-next:after {
  content: "\f10e";
}

/* End Swiper navigation style */
.swiper-navigation-mobile {
  margin-top: 40px;
  display: none;
}

.wooprex-client-section .wooprex-swiper-navigation,
.wooprex-recent-news.recent-news-bg .wooprex-swiper-navigation,
.wooprex-recent-blog-section .wooprex-swiper-navigation {
  margin-top: 60px;
}

@media only screen and (max-width: 575px) {
  .wooprex-client-section .wooprex-swiper-navigation,
  .wooprex-recent-news.recent-news-bg .wooprex-swiper-navigation,
  .wooprex-recent-blog-section .wooprex-swiper-navigation {
    margin-top: 40px;
  }
}
/*-- button -- */
/*-- Base: mixin & variable  -- */
/* Start Wooprex button css */
.wooprex-btn {
  color: #0e004d;
  background-color: #ffbf0f;
  padding: 15px 40px;
  border-radius: 56px;
  font-size: 18px;
  border: 1px solid;
  border-color: #ffbf0f;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.wooprex-btn:hover {
  background-color: #532eff;
  color: #ffffff;
  border-color: #532eff;
  transform: scale(1.05);
}
.wooprex-btn.light-btn {
  background-color: #ffffff;
  border-color: #ffffff;
}
.wooprex-btn.light-btn:hover {
  color: #0e004d;
  background-color: #ffbf0f;
  border-color: #ffbf0f;
}
.wooprex-btn.color-btn {
  background-color: #0e004d;
  border-color: #0e004d;
  color: #ffbf0f;
}
.wooprex-btn.color-btn:hover {
  color: #0e004d;
  background-color: #ffbf0f;
  border-color: #ffbf0f;
}

/* End Wooprex button css */
/*-- client item -- */
/*-- Base: mixin & variable  -- */
/* Client - Slider two */
.client-slider-item {
  min-height: 500px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  padding-left: 20px;
  border-left: 1px solid rgba(188, 173, 255, 0.2901960784);
}
.client-slider-item .slider-top .slider-image {
  width: 190px;
  height: 155px;
  margin-bottom: 30px;
  overflow: hidden;
}
.client-slider-item .slider-top .slider-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.client-slider-item .slider-top .slider-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.6s ease;
  -o-object-position: top;
     object-position: top;
}
.client-slider-item .slider-avatar {
  position: relative;
  width: 100%;
}
.client-slider-item .slider-avatar:after {
  content: "";
  width: 110px;
  height: 1px;
  background-color: #0e004d;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  transition: all 0.6s ease;
}
.client-slider-item:hover .slider-top .slider-image img {
  transform: scale(1.15);
}
.client-slider-item:hover .slider-avatar:after {
  background-color: #ffbf0f;
}

/* Client - Slider two */
/*-- form -- */
/*-- Base: mixin & variable  -- */
/* Comment form */
.comment-form input[type=text],
.comment-form input[type=email],
.comment-form textarea {
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 12px 0px;
  color: #1a1300;
  border-radius: 0px;
  font-size: 18px;
}
.comment-form input[type=text]::-moz-placeholder, .comment-form input[type=email]::-moz-placeholder, .comment-form textarea::-moz-placeholder {
  color: #0e004d;
  font-size: 18px;
}
.comment-form input[type=text]::placeholder,
.comment-form input[type=email]::placeholder,
.comment-form textarea::placeholder {
  color: #0e004d;
  font-size: 18px;
}
.comment-form input[type=text]:focus,
.comment-form input[type=email]:focus,
.comment-form textarea:focus {
  border-color: #532eff;
}
.comment-form .comment-form-comment textarea {
  height: 100%;
  display: block;
}
.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
  margin-top: 30px;
}
.comment-form .comment-form-cookies-consent {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 50px;
}
.comment-form .comment-form-cookies-consent input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 1px solid #000000;
  background-color: #ffffff;
  cursor: pointer;
  border-radius: 4px;
  position: relative;
}
.comment-form .comment-form-cookies-consent input:checked {
  background-color: #0e004d;
  border-color: #0e004d;
}
.comment-form .comment-form-cookies-consent input:checked::before {
  content: "✔";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
}
.comment-form .comment-form-cookies-consent label {
  font-size: 14px;
  line-height: 1.6rem;
  font-weight: 300;
  color: #000000;
  width: 75%;
}
.comment-form .form-submit {
  margin-top: 50px;
}
.comment-form .form-submit .wooprex-btn {
  color: #ffffff;
}

@media (max-width: 767px) {
  .comment-form input[type=text],
  .comment-form input[type=email],
  .comment-form textarea {
    font-size: 16px;
  }
  .comment-form input[type=text]::-moz-placeholder, .comment-form input[type=email]::-moz-placeholder, .comment-form textarea::-moz-placeholder {
    font-size: 16px;
  }
  .comment-form input[type=text]::placeholder,
  .comment-form input[type=email]::placeholder,
  .comment-form textarea::placeholder {
    font-size: 16px;
  }
}
/*-- popup -- */
/*-- Base: mixin & variable  -- */
.wooprex-popup-section .popup-item {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.wooprex-popup-section .popup-item .popup-bg {
  width: 100%;
  overflow: hidden;
}
.wooprex-popup-section .popup-item .popup-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-popup-section .popup-item .popup-bg:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #8f77ff;
  width: 85%;
  height: 85%;
  opacity: 0.8;
  border-radius: 50%;
  z-index: 1;
}
.wooprex-popup-section .popup-item .popup-bg .popup-media-player {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.wooprex-popup-section .popup-item .popup-bg a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  gap: 15px;
  border-radius: 80px;
  padding: 12px 25px 10px 15px;
  font-size: 20px;
  border: 1px solid rgb(188, 173, 255);
}
.wooprex-popup-section .popup-item .popup-bg a i {
  transition: all 0.6s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
}
.wooprex-popup-section .popup-item .popup-bg a:hover i {
  transform: scale(1.15);
}
.wooprex-popup-section .popup-item-right {
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.wooprex-popup-section .popup-item-right:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  height: 65%;
  width: 35%;
  background-color: #f8f6ff;
  z-index: -1;
}
.wooprex-popup-section .popup-item-right .popup-right-text {
  padding: 0px 30px;
}
.wooprex-popup-section .popup-item-right .popup-right-text p {
  margin-top: 40px;
  color: #6a6e6d;
  line-height: 1.6em;
}

/*-- comment -- */
/*-- Base: mixin & variable  -- */
.wooprex-blog-comment {
  margin-top: 80px;
  padding-top: 70px;
  border-top: 1px solid #cac6da;
}
.wooprex-blog-comment .comments-title {
  margin-bottom: 70px;
  font-size: 32px;
  line-height: 1em;
}
.wooprex-blog-comment .comment-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
.wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-author img {
  margin-right: 20px;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-author b {
  position: relative;
  top: -8px;
  margin-left: 5px;
}
.wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-author a {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 400;
}
.wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-author span.says {
  display: none;
}
.wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-metadata {
  margin-left: 95px;
  margin-top: -30px;
  margin-bottom: 20px;
}
.wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-awaiting-moderation {
  margin-left: 95px;
  margin-bottom: 20px;
  display: block;
}
.wooprex-blog-comment .comment-list .comment .comment-body .comment-content {
  margin-left: 95px;
}
.wooprex-blog-comment .comment-list .comment .comment-body .comment-content p {
  font-size: 16px;
}
.wooprex-blog-comment .comment-list .comment .comment-body .reply {
  margin-left: 95px;
  margin-top: 20px;
}
.wooprex-blog-comment .comment-list .comment .comment-body .reply .comment-reply-link.wooprex-btn {
  font-size: 16px;
  padding: 6px 30px;
  color: #0e004d;
  background-color: transparent;
  border: 1px solid #0e004d;
}
.wooprex-blog-comment .comment-list .comment .comment-body .reply .comment-reply-link.wooprex-btn:hover {
  color: #ffffff;
  background-color: #0e004d;
}
.wooprex-blog-comment .comment-list .comment .children {
  margin-left: 95px;
  margin-top: 50px;
}
.wooprex-blog-comment .comment-respond {
  margin-top: 80px;
}
.wooprex-blog-comment .comment-respond .comment-reply-title {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 15px;
}
.wooprex-blog-comment .comment-respond .comment-reply-title a {
  margin-left: 20px;
  color: #0e004d;
  font-size: 16px;
}
.wooprex-blog-comment .comment-respond form.comment-form p.comment-notes {
  margin-bottom: 50px;
  color: #1a1300;
}
.wooprex-blog-comment .comment-respond form.comment-form p.logged-in-as {
  margin-bottom: 50px;
  color: #1a1300;
}
.wooprex-blog-comment .comment-respond form.comment-form p.logged-in-as a {
  color: #0e004d;
}
.wooprex-blog-comment .comment-respond form.comment-form p.logged-in-as a:hover {
  text-decoration: underline;
}

@media (max-width: 991px) {
  .wooprex-blog-comment {
    margin-top: 70px;
    padding-top: 60px;
  }
  .wooprex-blog-comment h3 {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* comment*/
  .wooprex-blog-comment .comments-title {
    margin-bottom: 40px;
  }
  .wooprex-blog-comment .comment-list {
    gap: 30px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-author img {
    width: 50px;
    height: 50px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-author a {
    font-size: 20px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-metadata {
    margin-left: 75px;
    margin-top: -23px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-metadata a {
    font-size: 14px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-awaiting-moderation {
    margin-left: 75px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-content {
    margin-left: 75px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .reply {
    margin-left: 75px;
    margin-top: 20px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .reply .comment-reply-link {
    padding: 5px 35px;
  }
  .wooprex-blog-comment .comment-list .comment .children {
    margin-left: 0px;
    margin-top: 40px;
  }
  .wooprex-blog-comment .comment-respond {
    margin-top: 50px;
  }
  .wooprex-blog-comment .comment-respond .comment-reply-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .wooprex-blog-comment .comment-respond form.comment-form p.comment-notes {
    margin-bottom: 50px;
  }
  .wooprex-blog-comment .comment-respond form.comment-form p.logged-in-as {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .wooprex-blog-comment {
    margin-top: 60px;
    padding-top: 50px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  /* comment*/
  .wooprex-blog-comment .comments-title {
    margin-bottom: 40px;
    font-size: 30px;
  }
  .wooprex-blog-comment .comment-list {
    gap: 30px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-author img {
    width: 50px;
    height: 50px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-author a {
    font-size: 20px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-metadata {
    margin-left: 75px;
    margin-top: -23px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-metadata a {
    font-size: 14px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-awaiting-moderation {
    margin-left: 75px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-content {
    margin-left: 75px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .reply {
    margin-left: 75px;
    margin-top: 20px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .reply .comment-reply-link {
    padding: 5px 35px;
  }
  .wooprex-blog-comment .comment-list .comment .children {
    margin-left: 0px;
    margin-top: 40px;
  }
  .wooprex-blog-comment .comment-respond {
    margin-top: 50px;
  }
  .wooprex-blog-comment .comment-respond .comment-reply-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .wooprex-blog-comment .comment-respond form.comment-form p.comment-notes {
    margin-bottom: 50px;
  }
  .wooprex-blog-comment .comment-respond form.comment-form p.logged-in-as {
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  /* comment*/
  .wooprex-blog-comment .comments-title {
    margin-bottom: 40px;
    font-size: 24px;
  }
  .wooprex-blog-comment .comment-list {
    gap: 30px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-author img {
    width: 50px;
    height: 50px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-author a {
    font-size: 20px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-metadata {
    margin-left: 75px;
    margin-top: -23px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-metadata a {
    font-size: 14px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-awaiting-moderation {
    margin-left: 75px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-content {
    margin-left: 75px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .reply {
    margin-left: 75px;
    margin-top: 20px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .reply .comment-reply-link {
    padding: 5px 35px;
  }
  .wooprex-blog-comment .comment-list .comment .children {
    margin-left: 0px;
    margin-top: 40px;
  }
  .wooprex-blog-comment .comment-respond {
    margin-top: 50px;
  }
  .wooprex-blog-comment .comment-respond .comment-reply-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .wooprex-blog-comment .comment-respond form.comment-form p.comment-notes {
    margin-bottom: 30px;
    font-size: 14px;
  }
  .wooprex-blog-comment .comment-respond form.comment-form p.logged-in-as {
    margin-bottom: 30px;
    font-size: 14px;
  }
}
/*-- menubar -- */
/*-- Base: mixin & variable  -- */
/* Start Header desktop menu bar icon css */
.wooprex-header .menu-bar-wrapper {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.wooprex-header .menu-bar-wrapper .menu-bar {
  width: 55px;
  height: 55px;
  margin-left: auto;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  z-index: 2;
  border: 1px solid #0e004d;
  padding: 14px;
}
.wooprex-header .menu-bar-wrapper .menu-bar .menu-bar-line {
  width: 30px;
  height: 3px;
  background-color: #0e004d;
  transition: width 0.3s;
}
.wooprex-header .menu-bar-wrapper .menu-bar .menu-bar-line::before, .wooprex-header .menu-bar-wrapper .menu-bar .menu-bar-line::after {
  content: "";
  position: absolute;
  height: 3px;
  right: 14px;
  background-color: #0e004d;
  transition: all 0.3s ease;
}
.wooprex-header .menu-bar-wrapper .menu-bar .menu-bar-line::before {
  top: 18px;
  width: 20px;
}
.wooprex-header .menu-bar-wrapper .menu-bar .menu-bar-line::after {
  bottom: 18px;
  width: 15px;
}
.wooprex-header .menu-bar-wrapper .menu-bar.active {
  border-color: #0e004d !important;
}
.wooprex-header .menu-bar-wrapper .menu-bar.active:hover .menu-bar-line:before, .wooprex-header .menu-bar-wrapper .menu-bar.active:hover .menu-bar-line:after {
  width: 40%;
}
.wooprex-header .menu-bar-wrapper .menu-bar.active .menu-bar-line {
  background-color: transparent !important;
}
.wooprex-header .menu-bar-wrapper .menu-bar.active .menu-bar-line:before, .wooprex-header .menu-bar-wrapper .menu-bar.active .menu-bar-line:after {
  width: 50%;
  top: 50%;
  left: 50%;
  background-color: #0e004d !important;
}
.wooprex-header .menu-bar-wrapper .menu-bar.active .menu-bar-line:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.wooprex-header .menu-bar-wrapper .menu-bar.active .menu-bar-line:after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.wooprex-header .menu-bar-wrapper .menu-bar:hover .menu-bar-line {
  width: 15px;
}
.wooprex-header .menu-bar-wrapper .menu-bar:hover .menu-bar-line:before {
  width: 30px;
}
.wooprex-header .menu-bar-wrapper .menu-bar:hover .menu-bar-line:after {
  width: 20px;
}

/* End Header desktop menu bar icon css */
/* Start Header light desktop menu bar icon css */
.wooprex-header.home .menu-bar-wrapper .menu-bar {
  background-color: transparent;
  border-color: #ffffff;
}
.wooprex-header.home .menu-bar-wrapper .menu-bar .menu-bar-line {
  background-color: #ffffff;
}
.wooprex-header.home .menu-bar-wrapper .menu-bar .menu-bar-line::before, .wooprex-header.home .menu-bar-wrapper .menu-bar .menu-bar-line::after {
  background-color: #ffffff;
}
.wooprex-header.home.sticky .menu-bar-wrapper .menu-bar {
  border-color: #0e004d;
}
.wooprex-header.home.sticky .menu-bar-wrapper .menu-bar .menu-bar-line {
  background-color: #0e004d;
}
.wooprex-header.home.sticky .menu-bar-wrapper .menu-bar .menu-bar-line:before, .wooprex-header.home.sticky .menu-bar-wrapper .menu-bar .menu-bar-line:after {
  background-color: #0e004d;
}

/* End Header light desktop menu bar icon css */
/* Mobile menu bar */
.wooprex-header .mobile-menu-bar-wrapper,
.wooprex-header .mobile-menu-bar-close {
  display: none;
  cursor: pointer;
  width: 45px;
  height: 45px;
  font-size: 22px;
  border-radius: 50%;
  margin-left: auto;
  border: 1px solid #0e004d;
}
.wooprex-header .mobile-menu-bar-wrapper i,
.wooprex-header .mobile-menu-bar-close i {
  color: #0e004d;
  position: relative;
  top: 3px;
}
.wooprex-header.home .mobile-menu-bar-wrapper {
  border: 1px solid #ffffff;
}
.wooprex-header.home .mobile-menu-bar-wrapper i {
  color: #ffffff;
}
.wooprex-header.home.sticky .mobile-menu-bar-wrapper {
  border: 1px solid #0e004d;
}
.wooprex-header.home.sticky .mobile-menu-bar-wrapper i {
  color: #0e004d;
}

/*-- follow -- */
/*-- Base: mixin & variable  -- */
/* Start Universal Wooprex follow us */
.wooprex-follow-us {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
}
.wooprex-follow-us a {
  color: #0e004d;
  transition: all 0.3s ease;
  font-size: 18px;
}
.wooprex-follow-us a:hover {
  transform: scale(1.15);
}

/* End Universal Wooprex follow us */
/* Start Wooprex banner section follow us */
.wooprex-banner-section .banner-left-menu .wooprex-follow-us {
  position: absolute;
  bottom: 100px;
  padding-left: 40px;
}
.wooprex-banner-section .banner-left-menu .wooprex-follow-us:after {
  content: "";
  width: 25px;
  height: 5px;
  background-color: #0e004d;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
}

/* End Wooprex banner section follow us */
/*-- Shape -- */
/*-- Base: mixin & variable  -- */
/* Start Wooprex Background shape */
.wooprex-shape-one {
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
}

.wooprex-shape-two {
  position: absolute;
  bottom: 0%;
  right: 0%;
  z-index: 2;
}

.wooprex-shape-three {
  position: absolute;
  bottom: 0%;
  left: 0%;
  z-index: -1;
}

.wooprex-shape-four {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.wooprex-shape-four img {
  width: 100%;
  height: 100%;
}

.wooprex-overlay-shape-one {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-180deg);
  opacity: 0.3;
  z-index: -1;
}

.wooprex-menu-desktop-overlay .wooprex-shape-two {
  opacity: 0.3;
}

/* End Wooprex Background shape */
/*-- menu -- */
/*-- Base: mixin & variable  -- */
/* Start Universal Wooprex menu css that applies to all menu */
.wooprex-main-menu ul.box-nav li.menu-item {
  position: relative;
}
.wooprex-main-menu ul.box-nav li.menu-item a.item-link {
  transition: all 0.3s ease;
  position: relative;
}
.wooprex-main-menu ul.box-nav li.menu-item a.item-link:before {
  content: "";
  width: 10px;
  height: 2px;
  background-color: #2a6047;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
}
.wooprex-main-menu ul.box-nav li.menu-item a.item-link i {
  position: relative;
}
.wooprex-main-menu ul.box-nav li.menu-item a.item-link.router-link-active, .wooprex-main-menu ul.box-nav li.menu-item a.item-link:hover {
  color: #532eff;
}
.wooprex-main-menu ul.box-nav li.menu-item a.item-link.router-link-active:before, .wooprex-main-menu ul.box-nav li.menu-item a.item-link:hover:before {
  opacity: 1;
  visibility: visible;
}
.wooprex-main-menu ul.box-nav li.menu-item ul.sub-menu {
  position: absolute;
  width: 230px;
  padding: 20px 0px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
}
.wooprex-main-menu ul.box-nav li.menu-item ul.sub-menu li {
  position: relative;
}
.wooprex-main-menu ul.box-nav li.menu-item ul.sub-menu li a.sub-menu-link {
  position: relative;
  padding: 8px 40px;
}
.wooprex-main-menu ul.box-nav li.menu-item ul.sub-menu li a.sub-menu-link:before {
  content: "\f10a";
  font-family: "flaticon_startup_business";
  left: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
}
.wooprex-main-menu ul.box-nav li.menu-item ul.sub-menu li a.sub-menu-link:hover, .wooprex-main-menu ul.box-nav li.menu-item ul.sub-menu li a.sub-menu-link.router-link-active {
  color: #532eff;
}
.wooprex-main-menu ul.box-nav li.menu-item ul.sub-menu li a.sub-menu-link:hover:before, .wooprex-main-menu ul.box-nav li.menu-item ul.sub-menu li a.sub-menu-link.router-link-active:before {
  left: 18px;
  opacity: 1;
  visibility: visible;
}
.wooprex-main-menu ul.box-nav li.menu-item > ul.sub-menu li a.sub-menu-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.wooprex-main-menu ul.box-nav li.menu-item > ul.sub-menu li a.sub-menu-link i {
  position: relative;
  top: 3px;
}
.wooprex-main-menu ul.box-nav li.menu-item > ul.sub-menu li > ul.sub-menu {
  right: -220px;
  top: 0;
}
.wooprex-main-menu ul.box-nav li.menu-item > ul.sub-menu li:hover > ul.sub-menu {
  right: -230px;
  opacity: 1;
  visibility: visible;
}
.wooprex-main-menu ul.box-nav li.menu-item:hover > a.item-link:before {
  opacity: 1;
  visibility: visible;
}
.wooprex-main-menu ul.box-nav li.menu-item:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
}

/* End Universal Wooprex menu css that applies to all menu */
/* Wooprex menu css that applies to only header light */
.wooprex-header .wooprex-main-menu {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-header .wooprex-main-menu ul.box-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  gap: 40px;
}
.wooprex-header .wooprex-main-menu ul.box-nav li.menu-item a.item-link {
  color: #0e004d;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  position: relative;
  padding: 5px 0px;
}
.wooprex-header .wooprex-main-menu ul.box-nav li.menu-item a.item-link:before {
  background-color: #532eff;
  position: absolute;
  bottom: 0%;
  left: 0%;
}
.wooprex-header .wooprex-main-menu ul.box-nav li.menu-item a.item-link i {
  top: 0px;
  left: 0px;
  transform: rotate(90deg);
  transition: all 0.3s ease;
}
.wooprex-header .wooprex-main-menu ul.box-nav li.menu-item a.item-link.router-link-active, .wooprex-header .wooprex-main-menu ul.box-nav li.menu-item a.item-link:hover {
  color: #532eff;
}
.wooprex-header .wooprex-main-menu ul.box-nav li.menu-item:hover > a.item-link i {
  left: 5px;
  transform: rotate(-90deg);
}
.wooprex-header .wooprex-main-menu ul.box-nav li.menu-item:hover > a.item-link:before {
  width: 100%;
}
.wooprex-header .wooprex-main-menu ul.box-nav li.menu-item ul.sub-menu {
  background-color: #eae5ff;
}
.wooprex-header .wooprex-main-menu ul.box-nav li.menu-item > ul.sub-menu {
  left: 0px;
  top: 77px;
}
.wooprex-header .wooprex-main-menu ul.box-nav li.menu-item > ul.sub-menu li a.sub-menu-link {
  color: #0e004d;
  gap: 2px;
}
.wooprex-header .wooprex-main-menu ul.box-nav li.menu-item > ul.sub-menu li a.sub-menu-link.router-link-active, .wooprex-header .wooprex-main-menu ul.box-nav li.menu-item > ul.sub-menu li a.sub-menu-link:hover {
  color: #532eff;
}

/* Wooprex menu css that applies to only banner menu */
.wooprex-banner-section .banner-left-menu .wooprex-main-menu {
  position: relative;
  z-index: 1;
  width: 100%;
}
.wooprex-banner-section .banner-left-menu .wooprex-main-menu ul.box-nav li.menu-item a.item-link {
  padding: 12px 20px;
  color: #532eff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}
.wooprex-banner-section .banner-left-menu .wooprex-main-menu ul.box-nav li.menu-item a.item-link i {
  top: 3px;
}
.wooprex-banner-section .banner-left-menu .wooprex-main-menu ul.box-nav li.menu-item ul.sub-menu {
  background-color: #ffffff;
}
.wooprex-banner-section .banner-left-menu .wooprex-main-menu ul.box-nav li.menu-item ul.sub-menu li a.sub-menu-link.router-link-active, .wooprex-banner-section .banner-left-menu .wooprex-main-menu ul.box-nav li.menu-item ul.sub-menu li a.sub-menu-link:hover {
  color: #532eff;
}
.wooprex-banner-section .banner-left-menu .wooprex-main-menu ul.box-nav li.menu-item > ul.sub-menu {
  right: -200px;
  top: 0;
}
.wooprex-banner-section .banner-left-menu .wooprex-main-menu ul.box-nav li.menu-item > ul.sub-menu li a.sub-menu-link {
  color: #1a0094;
  gap: 5px;
}
.wooprex-banner-section .banner-left-menu .wooprex-main-menu ul.box-nav li.menu-item:hover > ul.sub-menu {
  right: -230px;
}
.wooprex-banner-section .banner-left-menu .wooprex-main-menu ul.box-nav li.menu-item:before {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
}

/* Start Wooprex desktop overlay menu */
.wooprex-menu-desktop-overlay .office-header .overlay-menu-item {
  margin-top: 40px;
}
.wooprex-menu-desktop-overlay .office-header .overlay-menu-item ul.box-nav li.menu-item a.item-link {
  padding: 12px 0px;
  display: inline-flex;
  transition: all 0.3s ease;
  gap: 2px;
  position: relative;
  font-size: 22px;
}
.wooprex-menu-desktop-overlay .office-header .overlay-menu-item ul.box-nav li.menu-item a.item-link:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #532eff;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  transform: translate(0%, -50%) scale(0);
  transition: all 0.3s ease;
}
.wooprex-menu-desktop-overlay .office-header .overlay-menu-item ul.box-nav li.menu-item a.item-link i {
  position: relative;
  top: 3px;
  left: 0px;
  transition: all 0.3s ease;
}
.wooprex-menu-desktop-overlay .office-header .overlay-menu-item ul.box-nav li.menu-item a.item-link.router-link-active, .wooprex-menu-desktop-overlay .office-header .overlay-menu-item ul.box-nav li.menu-item a.item-link:hover {
  color: #532eff;
  padding-left: 15px;
}
.wooprex-menu-desktop-overlay .office-header .overlay-menu-item ul.box-nav li.menu-item a.item-link.router-link-active:before, .wooprex-menu-desktop-overlay .office-header .overlay-menu-item ul.box-nav li.menu-item a.item-link:hover:before {
  transform: translate(0%, -50%) scale(1);
}
.wooprex-menu-desktop-overlay .office-header .overlay-menu-item ul.box-nav li.menu-item a.item-link.link-active i {
  top: 0;
  transform: rotate(90deg);
}
.wooprex-menu-desktop-overlay .office-header .overlay-menu-item ul.box-nav li.menu-item ul.sub-menu li {
  padding: 0px 15px;
}
.wooprex-menu-desktop-overlay .office-header .overlay-menu-item ul.box-nav li.menu-item ul.sub-menu li a.menu-link-text {
  padding: 6px 0px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  position: relative;
}
.wooprex-menu-desktop-overlay .office-header .overlay-menu-item ul.box-nav li.menu-item ul.sub-menu li a.menu-link-text:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #532eff;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  transform: translate(0%, -50%) scale(0);
  transition: all 0.3s ease;
}
.wooprex-menu-desktop-overlay .office-header .overlay-menu-item ul.box-nav li.menu-item ul.sub-menu li a.menu-link-text i {
  position: relative;
  top: 3px;
  transition: all 0.3s ease;
}
.wooprex-menu-desktop-overlay .office-header .overlay-menu-item ul.box-nav li.menu-item ul.sub-menu li a.menu-link-text.router-link-active, .wooprex-menu-desktop-overlay .office-header .overlay-menu-item ul.box-nav li.menu-item ul.sub-menu li a.menu-link-text:hover {
  color: #532eff;
  padding-left: 15px;
}
.wooprex-menu-desktop-overlay .office-header .overlay-menu-item ul.box-nav li.menu-item ul.sub-menu li a.menu-link-text.router-link-active:before, .wooprex-menu-desktop-overlay .office-header .overlay-menu-item ul.box-nav li.menu-item ul.sub-menu li a.menu-link-text:hover:before {
  transform: translate(0%, -50%) scale(1);
}
.wooprex-menu-desktop-overlay .office-header .overlay-menu-item ul.box-nav li.menu-item ul.sub-menu li a.menu-link-text.link-active i {
  top: 0;
  transform: rotate(90deg);
}

/* End Wooprex desktop overlay menu */
/******************** Start Wooprex mobile menu ********************/
.wooprex-mobile-menu {
  display: none;
  width: 320px;
  max-width: 100%;
  height: 100%;
  background-color: #ffffff;
  position: fixed;
  right: -110%;
  top: 0;
  padding-top: 20px;
  box-shadow: 0px 0px 5px 0px rgba(6, 23, 106, 0.0784313725);
  transition: all 0.6s ease;
  z-index: 999;
}
.wooprex-mobile-menu ul.box-nav {
  padding-top: 10px;
  height: 100%;
  overflow-y: auto;
}
.wooprex-mobile-menu ul.box-nav li.menu-item {
  padding: 0px 20px;
}
.wooprex-mobile-menu ul.box-nav li.menu-item a.item-link {
  padding: 15px 0px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2px;
}
.wooprex-mobile-menu ul.box-nav li.menu-item a.item-link i {
  position: relative;
  top: 3px;
  left: 0px;
  transition: all 0.3s ease;
}
.wooprex-mobile-menu ul.box-nav li.menu-item a.item-link.router-link-active, .wooprex-mobile-menu ul.box-nav li.menu-item a.item-link:hover {
  color: #532eff;
}
.wooprex-mobile-menu ul.box-nav li.menu-item a.item-link.link-active i {
  top: 0;
  transform: rotate(90deg);
}
.wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu {
  padding-bottom: 10px;
}
.wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu li {
  padding: 0px 10px;
}
.wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu li a.menu-link-text {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2px;
  padding: 6px 0px;
}
.wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu li a.menu-link-text i {
  position: relative;
  top: 3px;
  left: 0px;
  transition: all 0.3s ease;
}
.wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu li a.menu-link-text.router-link-active, .wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu li a.menu-link-text:hover {
  color: #532eff;
}
.wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu li a.menu-link-text.link-active i {
  top: 0;
  transform: rotate(90deg);
}
.wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu li ul.sub-menu {
  padding-bottom: 0;
}
.wooprex-mobile-menu.show {
  right: 0;
}

/* End Wooprex mobile menu */
/* Other */
.wooprex-header .header-main .logo {
  display: block;
}
.wooprex-header .header-main .logo .logo-white {
  display: none;
}
.wooprex-header.home .wooprex-main-menu {
  display: none;
}

/*-- desktop-menu -- */
/*-- Base: mixin & variable  -- */
.wooprex-menu-desktop-overlay {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: #eae5ff;
  padding: 0px 250px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
  z-index: 1;
}
.wooprex-menu-desktop-overlay h6 {
  color: #8f77ff;
  margin-bottom: 40px;
}
.wooprex-menu-desktop-overlay .office-header {
  width: 55%;
  padding-right: 150px;
  height: 100%;
  overflow-y: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.wooprex-menu-desktop-overlay .office-wrapper {
  width: 45%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  row-gap: 40px;
  border-left: 1px solid rgba(188, 173, 255, 0.2901960784);
  padding-left: 80px;
}
.wooprex-menu-desktop-overlay .office-wrapper .office-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
}
.wooprex-menu-desktop-overlay .office-wrapper .office-item .office-location .location-description {
  height: 100%;
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  border-left: 5px solid #532eff;
  padding-left: 12px;
}
.wooprex-menu-desktop-overlay .office-wrapper .office-item .office-location .location-description a {
  display: block;
}
.wooprex-menu-desktop-overlay .office-wrapper .office-item .office-image {
  width: 150px;
  height: 160px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
}
.wooprex-menu-desktop-overlay .office-wrapper .office-item .office-image a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  object-fit: cover;
  transition: all 0.6s ease;
}
.wooprex-menu-desktop-overlay .office-wrapper .office-item .office-image:hover a img {
  transform: scale(1.05);
}
.wooprex-menu-desktop-overlay .office-wrapper .office-item:hover .office-image {
  opacity: 1;
  visibility: visible;
}
.wooprex-menu-desktop-overlay.active {
  opacity: 1;
  visibility: visible;
}

/*-- arrow icon -- */
/*-- Base: mixin & variable  -- */
.wooprex-arrow-icon {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  gap: 15px;
  transition: all 0.3s ease;
}
.wooprex-arrow-icon i {
  font-size: 22px;
  color: #ffffff;
  position: relative;
  transform: rotate(-40deg);
  width: 50px;
  height: 50px;
  background: #0e004d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.wooprex-arrow-icon:hover {
  color: #ffbf0f;
}
.wooprex-arrow-icon:hover i {
  transform: scale(1.15) rotate(-40deg);
  background-color: #ffbf0f;
  color: #6b4f00;
}
.wooprex-arrow-icon.arrow-color i {
  color: #ffbf0f;
}
.wooprex-arrow-icon.arrow-color:hover i {
  color: #6b4f00;
}
.wooprex-arrow-icon.arrow-bg-light:hover {
  color: #0e004d;
}
.wooprex-arrow-icon.arrow-bg-light i {
  color: #1a0094;
  background-color: #f2f0ff;
}
.wooprex-arrow-icon.arrow-bg-light:hover i {
  color: #ffffff;
  background-color: #0e004d;
}

/*-- recent news -- */
/*-- Base: mixin & variable  -- */
/* Home - Wooprex  recent news section start */
.wooprex-recent-news .recent-news-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 80px;
}
.wooprex-recent-news .wooprex-recent-news-item {
  min-height: 330px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 20px 30px;
}
.wooprex-recent-news .wooprex-recent-news-item img.bg-image {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-recent-news .wooprex-recent-news-item:before {
  background: rgba(14, 0, 77, 0.83);
  z-index: 1;
}
.wooprex-recent-news .wooprex-recent-news-item:after {
  background: linear-gradient(180deg, rgba(255, 191, 15, 0.8) 0%, rgba(255, 191, 15, 0.8) 100%);
  opacity: 0;
  visibility: hidden;
  z-index: 2;
}
.wooprex-recent-news .wooprex-recent-news-item:before, .wooprex-recent-news .wooprex-recent-news-item:after {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  transition: all 0.6s ease;
}
.wooprex-recent-news .wooprex-recent-news-item:hover:before, .wooprex-recent-news .wooprex-recent-news-item:hover:after {
  opacity: 1;
  visibility: visible;
}
.wooprex-recent-news .wooprex-recent-news-item .wooprex-recent-news-description.bottom {
  padding-right: 30px;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: -20%;
  transition: all 0.6s ease;
}
.wooprex-recent-news .wooprex-recent-news-item .wooprex-recent-news-description.bottom p,
.wooprex-recent-news .wooprex-recent-news-item .wooprex-recent-news-description.bottom a,
.wooprex-recent-news .wooprex-recent-news-item .wooprex-recent-news-description.bottom h4 {
  color: #1a1300;
}
.wooprex-recent-news .wooprex-recent-news-item:hover .wooprex-recent-news-description.center {
  opacity: 0;
  visibility: hidden;
}
.wooprex-recent-news .wooprex-recent-news-item:hover .wooprex-recent-news-description.bottom {
  opacity: 1;
  visibility: visible;
  bottom: 25px;
}

.recent-news-slider.wooprex-swiper .wooprex-recent-news-item {
  min-height: 520px;
}

/* Home - Wooprex recent news section end */
/* About - Wooprex recent news section + background start */
.wooprex-recent-news.recent-news-bg {
  background-color: #f8f6ff;
}
.wooprex-recent-news.recent-news-bg .recent-news-header .wooprex-swiper-navigation,
.wooprex-recent-news.recent-news-bg .swiper-navigation-mobile .wooprex-swiper-navigation {
  margin: 0;
}
.wooprex-recent-news.recent-news-bg .wooprex-recent-news-item-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wooprex-recent-news.recent-news-bg .wooprex-recent-news-item-2 .recent-news-image,
.wooprex-recent-news.recent-news-bg .wooprex-recent-news-item-2 .wooprex-recent-news-description {
  width: 50%;
}
.wooprex-recent-news.recent-news-bg .wooprex-recent-news-item-2 .wooprex-recent-news-description {
  padding-left: 130px;
}
.wooprex-recent-news.recent-news-bg .wooprex-recent-news-item-2 .wooprex-recent-news-description p:last-child {
  margin-top: 20px;
}
.wooprex-recent-news.recent-news-bg .wooprex-recent-news-item-2:hover .recent-news-image img {
  transform: scale(1.1);
}

/* About - Wooprex recent news section + background end */
/* Team page - Recent news 3 */
.wooprex-recent-news .recent-news-header h3 {
  text-transform: capitalize;
}
.wooprex-recent-news .wooprex-recent-news-item-3 .recent-news-image {
  height: 525px;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 16px;
}
.wooprex-recent-news .wooprex-recent-news-item-3 .recent-news-image a {
  display: block;
  height: 100%;
  width: 100%;
}
.wooprex-recent-news .wooprex-recent-news-item-3 .recent-news-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-recent-news .wooprex-recent-news-item-3:hover .recent-news-image img {
  transform: scale(1.1);
}

/*-- revenue -- */
/*-- Base: mixin & variable  -- */
.wooprex-revenue {
  min-height: 700px;
  background-color: #ffbf0f;
  padding: 110px 0px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.wooprex-revenue .vector-shape img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-revenue .vector-shape .vector-heading {
  background: #6b4f00;
  width: 130px;
  height: 80px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 0px;
  left: 100px;
  padding: 0px 10px;
}
.wooprex-revenue .vector-shape .vector-heading h6,
.wooprex-revenue .vector-shape .vector-heading span {
  color: #ffffff;
}
.wooprex-revenue .vector-shape .vector-heading:before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 10px;
  width: 15px;
  height: 15px;
  background: #6b4f00;
  transform: rotate(45deg);
}
.wooprex-revenue .vector-description {
  margin-top: 50px;
  padding: 0px 15px;
  z-index: 1;
}
.wooprex-revenue .vector-description p {
  color: #382900;
}
.wooprex-revenue .vector-description p:first-child {
  margin-bottom: 50px;
}

.line {
  width: 1px;
  height: 100%;
  background-color: rgba(234, 229, 255, 0.1);
  position: absolute;
  top: 0;
}
.line .moving-line {
  width: 1px;
  height: 100%;
  background-color: #d1c7ff;
  position: absolute;
  top: 0;
  transform: translateY(-100%);
  opacity: 0.3;
}

/* Wooprex About Revenue */
.wooprex-about-revenue-section .about-revenue-wrapper .wooprex-revenue {
  height: 100%;
  background-color: transparent;
  position: static;
}
.wooprex-about-revenue-section .about-revenue-wrapper .wooprex-revenue .line {
  display: none;
}
.wooprex-about-revenue-section .about-revenue-wrapper .wooprex-revenue .vector-shape {
  height: 197px;
  width: 100%;
}
.wooprex-about-revenue-section .about-revenue-wrapper .wooprex-revenue .vector-shape img {
  display: none;
}
.wooprex-about-revenue-section .about-revenue-wrapper .wooprex-revenue .vector-shape .vector-heading {
  background: #ffbf0f;
  top: 15px;
  left: 175px;
}
.wooprex-about-revenue-section .about-revenue-wrapper .wooprex-revenue .vector-shape .vector-heading h6,
.wooprex-about-revenue-section .about-revenue-wrapper .wooprex-revenue .vector-shape .vector-heading span {
  color: #382900;
}
.wooprex-about-revenue-section .about-revenue-wrapper .wooprex-revenue .vector-shape .vector-heading:before {
  background: #ffbf0f;
}
.wooprex-about-revenue-section .about-revenue-wrapper .wooprex-revenue .vector-shape:before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  background-image: url("../assets/images/Vector-33.png");
  background-repeat: no-repeat;
}
.wooprex-about-revenue-section .about-revenue-wrapper .wooprex-revenue .vector-description p {
  color: #ffffff;
}
.wooprex-about-revenue-section .about-revenue-wrapper .wooprex-revenue:before {
  display: none;
}

/*-- blog item -- */
/*-- Base: mixin & variable  -- */
.wooprex-blog-item {
  box-shadow: 0px 8px 28px 0px rgba(14, 0, 77, 0.0509803922);
  border-radius: 32px;
  overflow: hidden;
  height: 100%;
}
.wooprex-blog-item .blog-image {
  overflow: hidden;
  height: 330px;
}
.wooprex-blog-item .blog-image a {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-blog-item .blog-image a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  object-fit: cover;
}
.wooprex-blog-item .blog-description .top {
  padding: 20px 0px 15px 0px;
  margin: 0px 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eae5ff;
  flex-wrap: wrap;
  row-gap: 15px;
}
.wooprex-blog-item .blog-description .top .date a {
  font-size: 14px;
  color: #404557;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.wooprex-blog-item .blog-description .top .date a i {
  font-size: 24px;
}
.wooprex-blog-item .blog-description .top .date a:hover {
  color: #ffbf0f;
}
.wooprex-blog-item .blog-description .top .author h5 {
  font-size: 14px;
  font-weight: 400;
}
.wooprex-blog-item .blog-description .top .author h5 a {
  font-weight: 500;
}
.wooprex-blog-item .blog-description .top .author h5 a:hover {
  color: #ffbf0f;
}
.wooprex-blog-item .blog-description .bottom {
  padding: 25px;
}
.wooprex-blog-item .blog-description .bottom h3 {
  font-size: 22px;
  margin-bottom: 15px;
}
.wooprex-blog-item .blog-description .bottom p {
  font-size: 14px;
  color: #404557;
  margin-bottom: 20px;
}
.wooprex-blog-item .blog-description .bottom .wooprex-arrow-icon span {
  font-weight: 500;
}
.wooprex-blog-item .blog-description .bottom .wooprex-arrow-icon i {
  width: 40px;
  height: 40px;
  font-size: 20px;
}
.wooprex-blog-item .blog-description .bottom .wooprex-arrow-icon:hover i {
  transform: scale(1.15) rotate(0deg);
}
.wooprex-blog-item:hover .blog-image a img {
  transform: scale(1.05);
}
.wooprex-blog-item:hover .blog-description .bottom h3 a {
  color: #ffbf0f;
}

/*-- recent news -- */
/*-- Base: mixin & variable  -- */
/* Recent news description Universal style */
.wooprex-recent-news-description {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  row-gap: 12px;
  transition: all 0.6s ease;
  z-index: 2;
}
.wooprex-recent-news-description p span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #ffffff;
  display: inline-flex;
  margin: 0px 5px;
  position: relative;
  top: -2px;
}
.wooprex-recent-news-description h4 {
  text-transform: capitalize;
}
.wooprex-recent-news-description p,
.wooprex-recent-news-description a,
.wooprex-recent-news-description h4 {
  color: #ffffff;
  transition: all 0.6s ease;
}

/* End Recent news description Universal style */
/* Recent news section 2 */
.wooprex-recent-news-item-2 .wooprex-recent-news-description p span {
  background-color: #0e004d;
}
.wooprex-recent-news-item-2 .wooprex-recent-news-description p,
.wooprex-recent-news-item-2 .wooprex-recent-news-description a,
.wooprex-recent-news-item-2 .wooprex-recent-news-description h4 {
  color: #0e004d;
}

/* Recent news section 3 */
.wooprex-recent-news-item-3 .wooprex-recent-news-description {
  max-width: 550px;
}
.wooprex-recent-news-item-3 .wooprex-recent-news-description p span {
  background-color: #060e0b;
}
.wooprex-recent-news-item-3 .wooprex-recent-news-description p,
.wooprex-recent-news-item-3 .wooprex-recent-news-description a,
.wooprex-recent-news-item-3 .wooprex-recent-news-description h4 {
  color: #060e0b;
}
.wooprex-recent-news-item-3 .wooprex-recent-news-description p:last-child {
  margin-top: 15px;
}

/*-- Advisor -- */
/*-- Base: mixin & variable  -- */
.wooprex-advisor-section {
  height: 600px;
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.wooprex-advisor-section .simpleParallax {
  height: auto;
}
.wooprex-advisor-section img.bg-image {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-advisor-section:before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  background-color: #060024;
  opacity: 0.85;
  z-index: 1;
}
.wooprex-advisor-section .advisor-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.wooprex-advisor-section .advisor-wrapper .advisor-item-left {
  z-index: 2;
  width: 55%;
  padding-right: 35px;
}
.wooprex-advisor-section .advisor-wrapper .advisor-item-left h3 {
  color: #ffffff;
}
.wooprex-advisor-section .advisor-wrapper .advisor-item-left h3 span {
  color: #8f77ff;
}
.wooprex-advisor-section .advisor-wrapper .advisor-item-left .wooprex-btn {
  display: none;
}
.wooprex-advisor-section .advisor-wrapper .advisor-item-right {
  width: 45%;
  z-index: 1;
  text-align: end;
}
.wooprex-advisor-section .advisor-wrapper .advisor-item-right .wooprex-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  padding: 22px 44px;
  font-size: 24px;
}
.wooprex-advisor-section .advisor-wrapper .advisor-item-right .wooprex-btn:hover {
  transform: translate(-50%, -50%) scale(1.05);
}

/*-- service -- */
/*-- Base: mixin & variable  -- */
/* Wooprex service Item section - Home and Team page*/
.wooprex-service-item {
  min-height: 370px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 60px 15px 15px 15px;
  position: relative;
  border: 1px solid #eae5ff;
  border-radius: 32px;
  transition: all 0.3s ease;
}
.wooprex-service-item:hover {
  border: 1px solid #a37800;
}
.wooprex-service-item .bg-icon {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: -1;
}
.wooprex-service-item .bg-icon i {
  font-size: 150px;
  color: #f8f8f8;
  transition: all 0.6s ease;
}
.wooprex-service-item:hover .bg-icon i {
  font-size: 170px;
}
.wooprex-service-item .slider-text {
  width: 100%;
}
.wooprex-service-item:hover h6 a, .wooprex-service-item:hover p {
  color: #382900;
}
.wooprex-service-item:hover .wooprex-arrow-icon i {
  transform: scale(1.15) rotate(-40deg);
  background-color: #ffbf0f;
  color: #6b4f00;
}
.wooprex-service-item .slider-text h6 {
  margin-bottom: 20px;
}
.wooprex-service-item .slider-text .slider-text-bottom {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wooprex-service-item .slider-text .slider-text-bottom p {
  width: 75%;
}

/*-- Sidebar -- */
/*-- Base: mixin & variable  -- */
.wooprex-sidebar.right {
  padding-left: 30px;
}
.wooprex-sidebar.left {
  padding-right: 30px;
}
.wooprex-sidebar .sidebar-title {
  font-size: 18px;
  font-weight: 500;
  color: #030712;
  margin-bottom: 20px;
}
.wooprex-sidebar .wooprex-sidebar-search .search-main {
  position: relative;
  max-width: 320px;
}
.wooprex-sidebar .wooprex-sidebar-search .search-main form input {
  width: 100%;
  padding: 12px;
  padding-left: 40px;
  border-radius: 48px;
  font-size: 14px;
  border: 1px solid #8c8f9a;
}
.wooprex-sidebar .wooprex-sidebar-search .search-main form input::-moz-placeholder {
  font-size: 14px;
  color: #666a79;
}
.wooprex-sidebar .wooprex-sidebar-search .search-main form input::placeholder {
  font-size: 14px;
  color: #666a79;
}
.wooprex-sidebar .wooprex-sidebar-search .search-main button {
  background: transparent;
  border: none;
  font-size: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-45%);
  left: 10px;
}
.wooprex-sidebar .wooprex-sidebar-category ul,
.wooprex-sidebar .wooprex-sidebar-archive ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.wooprex-sidebar .wooprex-sidebar-category ul li,
.wooprex-sidebar .wooprex-sidebar-archive ul li {
  font-size: 14px;
}
.wooprex-sidebar .wooprex-sidebar-category ul li a,
.wooprex-sidebar .wooprex-sidebar-archive ul li a {
  color: #000000;
}
.wooprex-sidebar ul li a:hover {
  color: #2800e0;
}
.wooprex-sidebar .wooprex-sidebar-latest-post ul li {
  margin-bottom: 20px;
}
.wooprex-sidebar .wooprex-sidebar-latest-post ul li:last-child {
  margin-bottom: 0;
}
.wooprex-sidebar .wooprex-sidebar-latest-post ul li a .latest-post-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.wooprex-sidebar .wooprex-sidebar-latest-post ul li a .latest-post-item .post-thumbnail {
  height: 72px;
  width: 84px;
  overflow: hidden;
}
.wooprex-sidebar .wooprex-sidebar-latest-post ul li a .latest-post-item .post-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  object-fit: cover;
}
.wooprex-sidebar .wooprex-sidebar-latest-post ul li a .latest-post-item .post-details {
  width: 65%;
}
.wooprex-sidebar .wooprex-sidebar-latest-post ul li a .latest-post-item .post-details p.date {
  color: #666a79;
}
.wooprex-sidebar .wooprex-sidebar-latest-post ul li a .latest-post-item .post-details p.details {
  color: #030712;
  transition: all 0.3s ease;
}
.wooprex-sidebar .wooprex-sidebar-latest-post ul li a .latest-post-item:hover .post-thumbnail img {
  transform: scale(1.05);
}
.wooprex-sidebar .wooprex-sidebar-latest-post ul li a .latest-post-item:hover .post-details p.details {
  color: #2800e0;
}
.wooprex-sidebar .wooprex-sidebar-contact {
  position: relative;
  height: 295px;
  border-radius: 16px;
  overflow: hidden;
}
.wooprex-sidebar .wooprex-sidebar-contact img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  object-fit: cover;
}
.wooprex-sidebar .wooprex-sidebar-contact:before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 28.91%, #000000 100%);
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-sidebar .wooprex-sidebar-contact .contact-text {
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 30px 20px;
  z-index: 2;
}
.wooprex-sidebar .wooprex-sidebar-contact .contact-text h5 {
  color: #ffffff;
  margin-bottom: 15px;
}
.wooprex-sidebar .wooprex-sidebar-contact .contact-text a {
  color: #ffbf0f;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
}
.wooprex-sidebar .wooprex-sidebar-contact .contact-text a i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.wooprex-sidebar .wooprex-sidebar-contact .contact-text a:hover {
  color: #ffffff;
}
.wooprex-sidebar .wooprex-sidebar-tags .tagcloud {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 5px;
  row-gap: 8px;
}
.wooprex-sidebar .wooprex-sidebar-tags .tagcloud a {
  padding: 5px 10px;
  background-color: #f2f0ff;
  border-radius: 56px;
  border: 1px solid #eae5ff;
  color: #404557;
  font-size: 12px;
  font-weight: 500;
}
.wooprex-sidebar .wooprex-sidebar-tags .tagcloud a:hover {
  background-color: #0e004d;
  color: #ffffff;
}
.wooprex-sidebar .wooprex-sidebar-category,
.wooprex-sidebar .wooprex-sidebar-archive,
.wooprex-sidebar .wooprex-sidebar-latest-post,
.wooprex-sidebar .wooprex-sidebar-contact,
.wooprex-sidebar .wooprex-sidebar-tags {
  margin-top: 50px;
}

/*-- bottom to top -- */
/*-- Base: mixin & variable  -- */
#topButton {
  position: fixed;
  bottom: 5px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #0e004d;
  padding: 0;
  cursor: pointer;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
#topButton .progress-circle {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#topButton .progress-circle .progress-svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#topButton .progress-circle .progress-svg .progress-background {
  fill: none;
  stroke: transparent;
  stroke-width: 4;
}
#topButton .progress-circle .progress-svg .progress-bar {
  fill: none;
  stroke: #ffbf0f;
  stroke-width: 8px;
  transform: translate(0px, 0px);
  transition: stroke-dashoffset 0.3s ease;
}
#topButton .progress-circle .font {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #ffffff;
  display: flex;
}
#topButton .progress-circle .font i {
  transform: rotate(-90deg);
  line-height: 0px;
}
#topButton .progress-circle .font i:after {
  font-weight: 700 !important;
}
#topButton.show {
  opacity: 1;
  visibility: visible;
}

/*-- cursor resizer -- */
/*-- Base: mixin & variable  -- */
/* Basic styles for the custom cursor */
.wooprex-cursor-follower {
  position: fixed;
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  border: 1px solid #532eff;
  transition: background-color 0.2s, opacity 0.2s, width 0.2s, height 0.2s;
  pointer-events: none;
}
.wooprex-cursor-follower.small {
  width: 10px;
  height: 10px;
  background-color: #532eff;
}
.wooprex-cursor-follower.big {
  width: 40px;
  height: 40px;
  background-color: transparent;
}

/* Hover effect styles */
.wooprex-resizer-active {
  background-color: #ffffff !important;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2588235294);
  border-color: #ffffff;
  width: 75px !important;
  height: 75px !important;
  pointer-events: none;
}
.wooprex-resizer-active:before {
  content: "\f12a";
  font-family: "flaticon_startup_business";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #000000;
  font-size: 40px;
}

/*-- pagination -- */
/*-- Base: mixin & variable  -- */
/* Blog pagination */
.wooprex-pagination {
  margin-top: 30px;
}
.wooprex-pagination ul.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.wooprex-pagination ul.page-numbers li a i {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wooprex-pagination ul.page-numbers li .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  text-align: center;
  border-radius: 50%;
  transition: all 0.3s ease;
  border: 1px solid;
  border-color: #000000;
  color: #000000;
}
.wooprex-pagination ul.page-numbers li .page-numbers:hover {
  border-color: #532eff;
  color: #532eff;
}
.wooprex-pagination ul.page-numbers li.active .page-numbers {
  border-color: #532eff;
  color: #532eff;
}

.wooprex-navigation.style-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 80px;
}
.wooprex-navigation.style-1 a {
  background: #ffffff;
  padding: 12px 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid rgba(21, 26, 64, 0.1607843137);
  border-radius: 32px;
}
.wooprex-navigation.style-1 a:hover {
  background-color: #0e004d;
  color: #ffffff;
  border: 1px solid #0e004d;
}
.wooprex-navigation.style-1 a i {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wooprex-navigation.style-1 a.prev {
  flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .wooprex-navigation.style-1 {
    margin-top: 60px;
  }
}
/*-- All pages styles -- */
/*-- home page -- */
/*-- Base: mixin & variable  -- */
/* Home - Banner section Start */
.wooprex-banner-section .banner-left-menu {
  width: 26%;
  background-color: #eae5ff;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding-left: calc((100% - 1335px) / 2);
  z-index: 5;
}
.wooprex-banner-section .banner-right {
  width: 74%;
  height: 100vh;
}
.wooprex-banner-section .banner-right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-banner-section .banner-right .banner-right-text {
  position: absolute;
  bottom: 0%;
  left: 100px;
  z-index: 4;
  max-width: 100%;
}
.wooprex-banner-section .banner-right .banner-right-text h1 {
  font-weight: 700;
  color: #ffffff;
  max-width: 990px;
}
.wooprex-banner-section .banner-right .banner-right-text h5 {
  color: #ffffff;
  margin-top: 20px;
  margin-bottom: 40px;
  max-width: 800px;
}
.wooprex-banner-section .banner-right .banner-right-text .banner-button {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 15px;
  flex-wrap: wrap;
}
.wooprex-banner-section .banner-right .banner-right-text p {
  color: #ffffff;
  margin: 100px 0px 50px 350px;
  padding-left: 15px;
  max-width: 600px;
  border-left: 4px solid rgba(255, 255, 255, 0.7411764706);
  line-height: 1.3;
  font-weight: 200;
  font-style: italic;
}
.wooprex-banner-section .banner-right:after {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  background-color: rgba(26, 0, 148, 0.8980392157);
  opacity: 0.9;
}

/* Home - Banner section End */
/* Home - Business partner section Start */
.wooprex-partner-section .partner-item-left {
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.wooprex-partner-section .partner-item-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  height: 100%;
  width: 32%;
  background-color: #f8f6ff;
  z-index: -1;
}
.wooprex-partner-section .partner-item-left .partner-item-text h3 span {
  color: #8f77ff;
}
.wooprex-partner-section .partner-item-right .row {
  row-gap: 50px;
}
.wooprex-partner-section .partner-item-right .row .col-6:nth-child(even) .partner-image {
  margin-left: auto;
}
.wooprex-partner-section .partner-item-right .partner-image {
  height: 100%;
  text-align: left;
  max-width: 150px;
}
.wooprex-partner-section .partner-item-right .partner-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Home - Business partner section End */
/* Home - Wooprex Service section Start */
.wooprex-service-section .service-item-left {
  width: 25%;
}
.wooprex-service-section .service-item-left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-service-section .service-item-right {
  padding-top: 20px;
  padding-left: 50px;
  width: 75%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wooprex-service-section .service-item-right .service-right-header {
  width: 100%;
  padding: 20px 0px;
  border-bottom: 1px solid #0e004d;
  max-width: 1100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wooprex-service-section .service-item-right .service-slider {
  margin-top: 60px;
}

/* Home - Wooprex Service section end */
/* Home - Wooprex Works section end */
.wooprex-work-section {
  background-color: #f8f6ff;
}
.wooprex-work-section h3 {
  margin-bottom: 80px;
}
.wooprex-work-section .works-item {
  margin-bottom: 60px;
}
.wooprex-work-section .works-item:last-child {
  margin-bottom: 0;
}
.wooprex-work-section .works-item .item-inner-left {
  overflow: hidden;
  height: 700px;
}
.wooprex-work-section .works-item .item-inner-left a {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-work-section .works-item .item-inner-left img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-work-section .works-item .item-inner-right {
  padding-left: 10px;
}
.wooprex-work-section .works-item .item-inner-right h4 {
  margin-bottom: 40px;
}
.wooprex-work-section .works-item .item-inner-right h4 a:hover {
  color: #ffbf0f;
}
.wooprex-work-section .works-item .item-inner-right p {
  line-height: 2rem;
  padding-right: 15px;
}
.wooprex-work-section .works-item .item-inner-right .vertical-line {
  margin: 20px 0px;
  height: 0px;
  width: 1px;
  background-color: #0e004d;
  transition: height 1s ease;
}

/* Home - Wooprex Works section end */
/* Home - Wooprex About section Start */
.wooprex-about-section {
  padding-bottom: 100px;
}
.wooprex-about-section .home-about-left {
  height: 100%;
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.wooprex-about-section .home-about-left h3 {
  max-width: 700px;
}
.wooprex-about-section .home-about-left p {
  margin-bottom: 80px;
}

/* Home - Wooprex About section end */
/* Home - Wooprex Client section start */
.wooprex-client-section h3 {
  margin-bottom: 80px;
  text-align: center;
  text-transform: capitalize;
}

/* Home - Wooprex Client section end */
/*-- about page -- */
/*-- Base: mixin & variable  -- */
/* Wooprex goal section start */
.wooprex-goal-section .goal-item {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  row-gap: 50px;
  height: 100%;
}
.wooprex-goal-section .goal-item h3 {
  padding-right: 150px;
}
.wooprex-goal-section .goal-item .goal-item-inner-left i {
  font-size: 60px;
  color: #532eff;
}
.wooprex-goal-section .goal-item .goal-item-inner-right h6 {
  margin-bottom: 10px;
}
.wooprex-goal-section .goal-item .goal-item-inner-right p {
  color: #444a48;
}

/* Wooprex goal section end */
/* Wooprex about revenue section start */
.wooprex-about-revenue-section {
  margin-bottom: 125px;
  overflow: visible;
  overflow-x: clip;
}
.wooprex-about-revenue-section .container {
  position: relative;
  z-index: 2;
}
.wooprex-about-revenue-section .bg-image {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.wooprex-about-revenue-section .bg-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-about-revenue-section:before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  background-color: #0e004d;
  opacity: 0.6;
  z-index: 1;
}
.wooprex-about-revenue-section .about-revenue-wrapper .about-revenue-right {
  position: absolute;
  max-width: 650px;
  top: 16%;
  z-index: 1;
}
.wooprex-about-revenue-section .bg-moving-line {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  height: 100%;
  max-width: 1320px;
  left: 50%;
  transform: translateX(-50%);
}

/* Wooprex about revenue section end */
/*-- services page -- */
/*-- Base: mixin & variable  -- */
/* Service page - Wooprex service details section */
.wooprex-service-list-section .service-details-item {
  margin-bottom: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100vh;
}
.wooprex-service-list-section .service-details-item .service-details-image {
  width: 62%;
  height: 100%;
}
.wooprex-service-list-section .service-details-item .service-details-image a {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-service-list-section .service-details-item .service-details-image a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-service-list-section .service-details-item .service-details-description {
  width: 43%;
  background-color: #ffffff;
  padding: 66px;
  display: flex;
  flex-direction: column;
  row-gap: 70px;
  z-index: 2;
}
.wooprex-service-list-section .service-details-item .service-details-description h3,
.wooprex-service-list-section .service-details-item .service-details-description h5 {
  margin-bottom: 25px;
}
.wooprex-service-list-section .service-details-item .service-details-description h3 a,
.wooprex-service-list-section .service-details-item .service-details-description h5 {
  color: #2800e0;
}
.wooprex-service-list-section .service-details-item .service-details-description .description-body ul {
  padding-left: 20px;
}
.wooprex-service-list-section .service-details-item .service-details-description .description-body ul li {
  list-style: disc;
}
.wooprex-service-list-section .service-details-item .service-details-description .wooprex-arrow-icon i {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 55px;
}
.wooprex-service-list-section .service-details-item:nth-child(odd) .service-details-description, .wooprex-service-list-section .service-details-item:nth-child(even) .service-details-image {
  right: 0;
  position: absolute;
}
.wooprex-service-list-section .service-details-item:last-child {
  margin-bottom: 0;
}

/*-- service details page -- */
/*-- Base: mixin & variable  -- */
section.wooprex-service-details-section .header {
  font-size: 48px;
  margin-bottom: 25px;
}
section.wooprex-service-details-section .sub-header {
  color: #404557;
  max-width: 700px;
}
section.wooprex-service-details-section .section-header {
  margin-bottom: 80px;
}
section.wooprex-service-details-section .service-top {
  margin-bottom: 80px;
}
section.wooprex-service-details-section .service-top h2 {
  font-size: 48px;
  max-width: 500px;
}
section.wooprex-service-details-section .service-top h2 span {
  color: #2800e0;
}
section.wooprex-service-details-section .service-top p {
  margin: 20px 0px 40px 0px;
}
section.wooprex-service-details-section .service-thumbnail-image {
  overflow: hidden;
  height: 800px;
}
section.wooprex-service-details-section .service-thumbnail-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-service-details-section .service-category-wrapper {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}
section.wooprex-service-details-section .service-category-wrapper .shape {
  position: absolute;
  top: -100px;
  left: -100px;
  height: 110%;
  width: 47%;
  z-index: -1;
}
section.wooprex-service-details-section .service-category-wrapper .category-left {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section.wooprex-service-details-section .service-category-wrapper .category-left .left-bottom blockquote {
  margin-top: 15px;
  font-size: 32px;
  line-height: 1.4em;
}
section.wooprex-service-details-section .service-category-wrapper .category-right {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 40px;
}
section.wooprex-service-details-section .service-category-wrapper .category-right .category-item h3 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  color: #000000;
}
section.wooprex-service-details-section .service-category-wrapper .category-right .category-item h3 i {
  font-size: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.wooprex-service-details-section .service-category-wrapper .category-right .category-item h3 span {
  font-size: 24px;
  font-weight: 500;
}
section.wooprex-service-details-section .service-category-wrapper .category-right .category-item p {
  color: #404557;
}
section.wooprex-service-details-section .service-design-wrapper {
  padding: 80px 0px;
}
section.wooprex-service-details-section .service-design-wrapper .design-slider .swiper-slide.swiper-slide-active .design-item:before {
  opacity: 0;
  visibility: hidden;
}
section.wooprex-service-details-section .service-design-wrapper .design-slider .design-item {
  text-align: center;
  position: relative;
}
section.wooprex-service-details-section .service-design-wrapper .design-slider .design-item:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -50px;
  width: 80px;
  height: 1px;
  background-color: #0e004d;
  transition: all 0.3s ease;
}
section.wooprex-service-details-section .service-design-wrapper .design-slider .design-item i {
  font-size: 60px;
  color: #000000;
}
section.wooprex-service-details-section .service-design-wrapper .design-slider .design-item h3 {
  font-size: 24px;
  margin-top: 25px;
  margin-bottom: 20px;
  text-transform: capitalize;
  color: #030712;
  font-weight: 400;
}
section.wooprex-service-details-section .service-design-wrapper .design-slider .design-item p {
  max-width: 355px;
  color: #404557;
  margin: 0 auto;
}
section.wooprex-service-details-section .service-industries-wrapper {
  padding-top: 80px;
}
section.wooprex-service-details-section .service-industries-wrapper .industries-main .industries-item {
  height: 650px;
  overflow: hidden;
  position: relative;
}
section.wooprex-service-details-section .service-industries-wrapper .industries-main .industries-item:after {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background: linear-gradient(180deg, rgba(14, 0, 77, 0) 0%, #0e004d 100%);
  z-index: 1;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
section.wooprex-service-details-section .service-industries-wrapper .industries-main .industries-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  object-fit: cover;
}
section.wooprex-service-details-section .service-industries-wrapper .industries-main .industries-item .description {
  position: absolute;
  left: 0;
  bottom: -20px;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
section.wooprex-service-details-section .service-industries-wrapper .industries-main .industries-item .description h3 {
  font-size: 32px;
  font-weight: 400;
  color: #ffffff;
}
section.wooprex-service-details-section .service-industries-wrapper .industries-main .industries-item .description a {
  color: #ffffff;
}
section.wooprex-service-details-section .service-industries-wrapper .industries-main .industries-item .description a i {
  font-size: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.wooprex-service-details-section .service-industries-wrapper .industries-main .industries-item .description a:hover {
  color: #ffbf0f;
}
section.wooprex-service-details-section .service-industries-wrapper .industries-main .industries-item:hover:after {
  opacity: 1;
  visibility: visible;
}
section.wooprex-service-details-section .service-industries-wrapper .industries-main .industries-item:hover .description {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}

/*-- contact page -- */
/*-- Base: mixin & variable  -- */
/* Wooprex Contact css */
.wooprex-contact-section .contact-header {
  max-width: 550px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 80px;
}
.wooprex-contact-section .contact-header h3,
.wooprex-contact-section .contact-header p {
  color: #1a0094;
}
.wooprex-contact-section .contact-header h3 {
  margin-bottom: 15px;
}
.wooprex-contact-section .contact-header p {
  max-width: 400px;
  margin: 0 auto;
  color: #54525b;
}
.wooprex-contact-section form {
  max-width: 870px;
  margin: 0 auto;
  row-gap: 40px;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.wooprex-contact-section form input[type=text],
.wooprex-contact-section form input[type=email],
.wooprex-contact-section form textarea {
  padding: 15px 0px;
  font-size: 18px;
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid #0e004d;
}
.wooprex-contact-section form input[type=text]::-moz-placeholder, .wooprex-contact-section form input[type=email]::-moz-placeholder, .wooprex-contact-section form textarea::-moz-placeholder {
  font-size: 18px;
}
.wooprex-contact-section form input[type=text]::placeholder,
.wooprex-contact-section form input[type=email]::placeholder,
.wooprex-contact-section form textarea::placeholder {
  font-size: 18px;
}
.wooprex-contact-section form .wooprex-btn {
  background-color: #0e004d;
  color: #ffffff;
  border: none;
}
.wooprex-contact-section form .wooprex-btn:hover {
  background-color: #ffbf0f;
  color: #382900;
}

/* Office  location section */
.wooprex-office-section .office-location h6 {
  color: #8f77ff;
  margin-bottom: 40px;
}
.wooprex-office-section .office-location .location-description {
  height: 100%;
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  border-left: 5px solid #532eff;
  padding-left: 12px;
}
.wooprex-office-section .office-location .location-description a {
  display: block;
}
.wooprex-office-section .office-location .location-description a:hover {
  color: #532eff;
}

/* Google Map */
.wooprex-google-map iframe {
  position: relative;
  display: block;
  border: none;
  height: 100%;
  height: 550px;
  width: 100%;
  mix-blend-mode: luminosity;
  filter: saturate(5) contrast(90%);
}

/*-- portfolio page -- */
/*-- Base: mixin & variable  -- */
/* Start Wooprex success story section */
.wooprex-success-story-section .container .row {
  row-gap: 70px;
}
.wooprex-success-story-section .success-header {
  margin-bottom: 80px;
}
.wooprex-success-story-section .success-header h3 {
  margin-bottom: 20px;
  text-transform: capitalize;
}
.wooprex-success-story-section .success-header p {
  max-width: 500px;
  margin: 0 auto;
}
.wooprex-success-story-section .success-item .success-item-image {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 25px;
  height: 550px;
}
.wooprex-success-story-section .success-item .success-item-image a {
  width: 100%;
  height: 100%;
}
.wooprex-success-story-section .success-item .success-item-image a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-success-story-section .success-item:hover .success-item-image img {
  transform: scale(1.05);
}
.wooprex-success-story-section .success-item .success-item-link {
  margin-bottom: 15px;
}
.wooprex-success-story-section:before {
  content: "";
  position: absolute;
  top: 5%;
  left: -120px;
  background-image: url("../assets/images/shape/shape-7.svg");
  height: 100%;
  width: 60%;
  background-position: top left;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

/* End Wooprex success story section */
/* Start Wooprex portfolio advisor section section */
.wooprex-portfolio-advisor-section {
  min-height: 700px;
  display: flex;
}
.wooprex-portfolio-advisor-section .portfolio-advisor-left {
  width: 50%;
  background-color: #f2f0ff;
}
.wooprex-portfolio-advisor-section .portfolio-advisor-right {
  width: 50%;
  background-color: #0037eb;
  overflow: hidden;
}
.wooprex-portfolio-advisor-section .portfolio-advisor-right:before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  background-image: url("../assets/images/shape/shape-5.svg");
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 50%;
}
.wooprex-portfolio-advisor-section .portfolio-advisor-description {
  width: 1060px;
  max-width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wooprex-portfolio-advisor-section .portfolio-advisor-description h2 span {
  color: #8f77ff;
}
.wooprex-portfolio-advisor-section .portfolio-advisor-description .wooprex-btn {
  margin-top: 70px;
  padding: 22px 44px;
  font-size: 24px;
}

/* End Wooprex portfolio advisor section */
/*-- portfolio details page -- */
/*-- Base: mixin & variable  -- */
/* Start wooprex-portfolio-details */
.wooprex-portfolio-details .portfolio-details-item {
  display: flex;
  justify-content: space-between;
}
.wooprex-portfolio-details .portfolio-details-item .portfolio-details-image {
  width: 50%;
  height: 800px;
}
.wooprex-portfolio-details .portfolio-details-item .portfolio-details-image a {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-portfolio-details .portfolio-details-item .portfolio-details-image a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-portfolio-details .portfolio-details-item .portfolio-details-description {
  width: 50%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding-top: 40px;
  padding-bottom: 40px;
}
.wooprex-portfolio-details .portfolio-details-item .portfolio-details-description h3 {
  margin-bottom: 80px;
  text-transform: capitalize;
}
.wooprex-portfolio-details .portfolio-details-item .portfolio-details-description .description-bottom {
  margin-top: 80px;
}
.wooprex-portfolio-details .portfolio-details-item .portfolio-details-description .description-values {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 40px;
  flex-direction: column;
}
.wooprex-portfolio-details .portfolio-details-item .portfolio-details-description .description-values h5 {
  margin-bottom: 15px;
}
.wooprex-portfolio-details .portfolio-details-item:nth-child(odd) .portfolio-details-description {
  padding-left: 60px;
  padding-right: calc((100% - 1320px) / 2);
}
.wooprex-portfolio-details .portfolio-details-item:nth-child(even) .portfolio-details-description {
  padding-right: 60px;
  padding-left: calc((100% - 1320px) / 2);
  order: 1;
}
.wooprex-portfolio-details .portfolio-details-item:nth-child(even) .portfolio-details-image {
  order: 2;
}
.wooprex-portfolio-details:before {
  content: "";
  position: absolute;
  top: 5%;
  left: -120px;
  background-image: url("../assets/images/shape/shape-7.svg");
  height: 100%;
  width: 60%;
  background-position: top left;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

/* End wooprex-portfolio-details */
/* Start Portfolio details advisor section */
.wooprex-portfolio-details-advisor {
  height: 600px;
  background-image: url("../assets/images/image-1.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.wooprex-portfolio-details-advisor:before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  background-color: #060024;
  opacity: 0.85;
}
.wooprex-portfolio-details-advisor .portfolio-details-advisor-description {
  margin: 0 auto;
  width: 1060px;
  max-width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
}
.wooprex-portfolio-details-advisor .portfolio-details-advisor-description:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../assets/images/shape/shape-5.svg");
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  z-index: -1;
}
.wooprex-portfolio-details-advisor .portfolio-details-advisor-description h2 {
  color: #ffffff;
}
.wooprex-portfolio-details-advisor .portfolio-details-advisor-description h2 span {
  color: #8f77ff;
}
.wooprex-portfolio-details-advisor .portfolio-details-advisor-description .wooprex-btn {
  margin-top: 70px;
  padding: 22px 44px;
  font-size: 24px;
}

/* End Portfolio details advisor section */
/*-- team page -- */
/*-- Base: mixin & variable  -- */
/* Team Page -  Wooprex team member section */
.wooprex-team-member-section {
  padding-bottom: 0 !important;
}
.wooprex-team-member-section .container .row {
  row-gap: 25px;
}
.wooprex-team-member-section h3 {
  max-width: 565px;
  margin-bottom: 80px;
}
.wooprex-team-member-section h3::after {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 0;
  height: 1px;
  width: 210px;
  background-color: #0e004d;
}
.wooprex-team-member-section .team-member-item {
  background-color: #d1c7ff;
  border-radius: 16px;
  overflow: hidden;
  height: 340px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 15px 0px 0px;
}
.wooprex-team-member-section .team-member-item .team-member-image {
  width: 50%;
  height: 100%;
}
.wooprex-team-member-section .team-member-item .team-member-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.wooprex-team-member-section .team-member-item .team-member-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.wooprex-team-member-section .team-member-item .team-member-description {
  width: 40%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  padding: 25px 0px;
  z-index: 2;
}
.wooprex-team-member-section .team-member-item .team-member-description .member-details h6 {
  text-transform: capitalize;
}
.wooprex-team-member-section .team-member-item .team-member-description .wooprex-follow-us {
  gap: 20px;
}
.wooprex-team-member-section .team-member-item:hover .team-member-image img {
  transform: scale(1.1);
}
.wooprex-team-member-section .team-member-item:before {
  content: "";
  position: absolute;
  top: -18px;
  left: -90px;
  background-image: url("../assets/images/shape/shape-5.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  width: 80%;
  height: 100%;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(1px);
  transform: scale(1.1);
  pointer-events: none;
}

/* Team Page - Wooprex team section Start*/
.wooprex-team-service-section h3 {
  margin-bottom: 80px;
  text-transform: capitalize;
}
.wooprex-team-service-section .container .row {
  row-gap: 25px;
}

/* Team Page - Wooprex team section End*/
/*-- team details page -- */
/*-- Base: mixin & variable  -- */
.wooprex-team-details-section .team-top-wrapper {
  background-color: #f8f6ff;
  padding: 60px 50px;
  border-radius: 32px;
}
.wooprex-team-details-section .team-top-wrapper .team-image {
  max-width: 450px;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(199, 199, 199, 0.7019607843);
  padding: 20px 20px 0px 20px;
}
.wooprex-team-details-section .team-top-wrapper .team-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}
.wooprex-team-details-section .team-top-wrapper .team-description {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.wooprex-team-details-section .team-top-wrapper .team-description h2 {
  font-size: 40px;
  margin-bottom: 10px;
}
.wooprex-team-details-section .team-top-wrapper .team-description h4 {
  font-size: 20px;
  color: #532eff;
}
.wooprex-team-details-section .team-top-wrapper .team-description p {
  margin: 30px 0px;
}
.wooprex-team-details-section .team-top-wrapper .team-description ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 40px;
}
.wooprex-team-details-section .team-top-wrapper .team-description ul li span {
  font-weight: 500;
}
.wooprex-team-details-section .team-top-wrapper .team-description ul li a:hover {
  color: #2800e0;
}
.wooprex-team-details-section .team-bottom-wrapper h3 {
  margin-bottom: 15px;
}
.wooprex-team-details-section .team-bottom-wrapper .sub-header {
  color: #6a6e6d;
  margin-bottom: 50px;
}
.wooprex-team-details-section .team-bottom-wrapper .bottom-left .counter-section {
  background-color: #f8f6ff;
  padding: 30px;
  border-radius: 16px;
}
.wooprex-team-details-section .team-bottom-wrapper .bottom-left .counter-section .counter-item {
  text-align: center;
}
.wooprex-team-details-section .team-bottom-wrapper .bottom-left .counter-section .counter-item h4 {
  margin-bottom: 10px;
  font-size: 48px;
}
.wooprex-team-details-section .team-bottom-wrapper .bottom-left .counter-section .counter-item p {
  color: #6a6e6d;
}
.wooprex-team-details-section .team-bottom-wrapper .bottom-right {
  padding-left: 30px;
}
.wooprex-team-details-section .team-bottom-wrapper .bottom-right .row {
  row-gap: 30px;
}
.wooprex-team-details-section .team-bottom-wrapper .bottom-right .progress-section .progress-item .description {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.wooprex-team-details-section .team-bottom-wrapper .bottom-right .progress-section .progress-item .description h5 {
  font-size: 18px;
  color: #6a6e6d;
}
.wooprex-team-details-section .team-bottom-wrapper .bottom-right .progress-section .progress-item .description p {
  font-weight: 500;
}
.wooprex-team-details-section .team-bottom-wrapper .bottom-right .progress-section .progress-item .progress-bar {
  width: 100%;
  height: 8px;
  border-radius: 8px;
  background-color: #f8f6ff;
  position: relative;
}
.wooprex-team-details-section .team-bottom-wrapper .bottom-right .progress-section .progress-item .progress-bar:before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0e004d;
  border-radius: 8px;
  animation: progress 2s ease-in-out forwards;
}
.wooprex-team-details-section .team-bottom-wrapper .bottom-right .progress-section .progress-item.item-1 .progress-bar:before {
  width: 90%;
}
.wooprex-team-details-section .team-bottom-wrapper .bottom-right .progress-section .progress-item.item-2 .progress-bar:before {
  width: 95%;
}
.wooprex-team-details-section .team-bottom-wrapper .bottom-right .progress-section .progress-item.item-3 .progress-bar:before {
  width: 80%;
}
.wooprex-team-details-section .team-bottom-wrapper .bottom-right .progress-section .progress-item.item-4 .progress-bar:before {
  width: 85%;
}

@keyframes progress {
  0% {
    width: 0;
  }
}
/*-- testimonial page -- */
/*-- Base: mixin & variable  -- */
.wooprex-testimonial-details-section .testimonial-details-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  row-gap: 80px;
}
.wooprex-testimonial-details-section .testimonial-details-wrapper .testimonial-details-item {
  border-bottom: 1px solid rgba(188, 173, 255, 0.2901960784);
}
.wooprex-testimonial-details-section .testimonial-details-wrapper .testimonial-details-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.wooprex-testimonial-details-section .testimonial-details-wrapper .testimonial-details-item .testimnonial-description {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  flex-direction: column;
}
.wooprex-testimonial-details-section .testimonial-details-wrapper .testimonial-details-item .testimnonial-description .inner-section {
  position: relative;
}
.wooprex-testimonial-details-section .testimonial-details-wrapper .testimonial-details-item .testimnonial-description .inner-section img {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 80px;
  opacity: 0.6;
}
.wooprex-testimonial-details-section .testimonial-details-wrapper .testimonial-details-item .testimnonial-description .inner-section p {
  padding-top: 20px;
  position: relative;
  z-index: 2;
  margin-bottom: 60px;
  font-size: 18px;
  line-height: 2em;
}
.wooprex-testimonial-details-section .testimonial-details-wrapper .testimonial-details-item .testimnonial-description .inner-section h4 {
  font-size: 24px;
  margin-bottom: 10px;
}
.wooprex-testimonial-details-section .testimonial-details-wrapper .testimonial-details-item .testimnonial-description .inner-section h5 {
  font-size: 16px;
}
.wooprex-testimonial-details-section .testimonial-details-wrapper .testimonial-details-item .testimonial-image {
  max-width: 400px;
  height: 400px;
  overflow: hidden;
  border-radius: 16px;
  margin-left: auto;
}
.wooprex-testimonial-details-section .testimonial-details-wrapper .testimonial-details-item .testimonial-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.wooprex-testimonial-details-section .testimonial-details-wrapper .testimonial-details-item:nth-child(even) .row > div:first-child {
  order: 2;
}
.wooprex-testimonial-details-section .testimonial-details-wrapper .testimonial-details-item:nth-child(even) .testimonial-image {
  margin-left: 0;
}

/*-- client page -- */
/*-- Base: mixin & variable  -- */
.wooprex-client-list-section .row {
  row-gap: 40px;
}
.wooprex-client-list-section .partner-image {
  background-color: #f8f6ff;
  padding: 40px;
  margin: 0 auto;
  max-width: 420px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
}
.wooprex-client-list-section .partner-image img {
  width: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.6s ease;
}
.wooprex-client-list-section .partner-image:hover img {
  transform: scale(1.1);
}

/*-- pricing page -- */
/*-- Base: mixin & variable  -- */
.wooprex-pricing-section .pricing-top {
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 80px;
  text-align: center;
}
.wooprex-pricing-section .pricing-top h2 {
  font-size: 48px;
  margin-bottom: 20px;
  font-weight: 600;
}
.wooprex-pricing-section .pricing-top h4 {
  font-size: 20px;
  font-weight: 400;
  color: #54525b;
}
.wooprex-pricing-section .pricing-main-wrapper .pricing-item {
  height: 100%;
  padding: 40px;
  background-color: #f8f6ff;
  border-radius: 16px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  gap: 40px;
}
.wooprex-pricing-section .pricing-main-wrapper .pricing-item.middle {
  background-color: #532eff;
}
.wooprex-pricing-section .pricing-main-wrapper .pricing-item.middle .inner-top span.plan,
.wooprex-pricing-section .pricing-main-wrapper .pricing-item.middle .inner-top h3,
.wooprex-pricing-section .pricing-main-wrapper .pricing-item.middle .inner-top p,
.wooprex-pricing-section .pricing-main-wrapper .pricing-item.middle .inner-top ul li {
  color: #ffffff;
}
.wooprex-pricing-section .pricing-main-wrapper .pricing-item.middle .inner-top h3 span {
  font-size: 48px;
}
.wooprex-pricing-section .pricing-main-wrapper .pricing-item .inner-top span.plan {
  text-transform: uppercase;
  display: block;
}
.wooprex-pricing-section .pricing-main-wrapper .pricing-item .inner-top h3 {
  font-size: 18px;
  margin: 20px 0px;
}
.wooprex-pricing-section .pricing-main-wrapper .pricing-item .inner-top h3 span {
  font-size: 36px;
}
.wooprex-pricing-section .pricing-main-wrapper .pricing-item .inner-top p {
  color: #54525b;
  margin-bottom: 40px;
}
.wooprex-pricing-section .pricing-main-wrapper .pricing-item .inner-top ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 15px;
}
.wooprex-pricing-section .pricing-main-wrapper .pricing-item .inner-top ul li {
  position: relative;
  padding-left: 30px;
}
.wooprex-pricing-section .pricing-main-wrapper .pricing-item .inner-top ul li:before {
  content: "\f129";
  font-family: "flaticon_startup_business";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  font-size: 22px;
}
.wooprex-pricing-section .pricing-main-wrapper .pricing-item .wooprex-btn {
  width: 100%;
}

/*-- blog pages -- */
/*-- Base: mixin & variable  -- */
section.wooprex-blog-list-section .row {
  row-gap: 25px;
}

/*-- blog details -- */
/*-- Base: mixin & variable  -- */
/* Wooprex blog details */
.wooprex-blog-details .wooprex-blog-header {
  margin-bottom: 40px;
}
.wooprex-blog-details .wooprex-blog-header .header {
  font-size: 40px;
  font-weight: 600;
  color: #000000;
}
.wooprex-blog-details .wooprex-blog-thumbnail {
  height: 500px;
}
.wooprex-blog-details .wooprex-blog-image {
  height: 440px;
}
.wooprex-blog-details .wooprex-blog-thumbnail,
.wooprex-blog-details .wooprex-blog-image {
  overflow: hidden;
  border-radius: 24px;
}
.wooprex-blog-details .wooprex-blog-thumbnail img,
.wooprex-blog-details .wooprex-blog-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  object-fit: cover;
}
.wooprex-blog-details .wooprex-blog-thumbnail:hover img,
.wooprex-blog-details .wooprex-blog-image:hover img {
  transform: scale(1.03);
}
.wooprex-blog-details .wooprex-blog-quote {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #ffffff;
  border: 1px solid #eae5ff;
  border-radius: 16px;
  position: relative;
}
.wooprex-blog-details .wooprex-blog-quote blockquote {
  line-height: 2rem;
  color: #2800e0;
  width: 800px;
  max-width: 100%;
  padding-left: 60px;
  font-size: 24px;
  font-weight: 500;
  position: relative;
  z-index: 2;
}
.wooprex-blog-details .wooprex-blog-quote:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  height: 80px;
  width: 80px;
  background-image: url("../assets/images/shape/shape-11.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.wooprex-blog-details .wooprex-blog-description h4 {
  color: #404557;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
}
.wooprex-blog-details .wooprex-blog-description article {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.wooprex-blog-details .wooprex-blog-description article p {
  color: #030712;
}
.wooprex-blog-details .wooprex-blog-description,
.wooprex-blog-details .wooprex-blog-quote,
.wooprex-blog-details .wooprex-blog-image {
  margin-top: 40px;
}

/* Wooprex recent blog */
section.wooprex-recent-blog-section {
  background: #fcfbff;
}
section.wooprex-recent-blog-section h3 {
  color: #000000;
  margin-bottom: 60px;
}

/*-- coming soon page -- */
/*-- Base: mixin & variable  -- */
section.wooprex-coming-soon-section {
  height: 100vh;
}
section.wooprex-coming-soon-section .coming-soon-main-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0px 20px;
}
section.wooprex-coming-soon-section .coming-soon-main-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  object-fit: cover;
}
section.wooprex-coming-soon-section .coming-soon-main-wrapper h1 {
  margin-bottom: 25px;
  font-size: 72px;
  font-weight: 700;
}
section.wooprex-coming-soon-section .coming-soon-main-wrapper p {
  color: #000000;
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 50px;
}
section.wooprex-coming-soon-section .coming-soon-main-wrapper .input-wrapper {
  position: relative;
  width: 550px;
  max-width: 100%;
}
section.wooprex-coming-soon-section .coming-soon-main-wrapper .input-wrapper input[type=email] {
  width: 100%;
  height: 56px;
  padding: 10px 160px 10px 20px;
  background-color: #ffffff;
  border: 1px solid #cac6da;
  border-radius: 48px;
  font-size: 16px;
}
section.wooprex-coming-soon-section .coming-soon-main-wrapper .input-wrapper input[type=email]::-moz-placeholder {
  font-size: 16px;
  color: #828089;
}
section.wooprex-coming-soon-section .coming-soon-main-wrapper .input-wrapper input[type=email]::placeholder {
  font-size: 16px;
  color: #828089;
}
section.wooprex-coming-soon-section .coming-soon-main-wrapper .input-wrapper .wooprex-btn {
  padding: 12px 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  font-weight: 700;
}
section.wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 140px;
  margin-top: 80px;
  flex-wrap: wrap;
}
section.wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown .item span {
  font-size: 56px;
  font-weight: 300;
  display: block;
  line-height: 1.4em;
}
section.wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown .item h4 {
  font-size: 16px;
  font-weight: 400;
}

/*-- 404 error page -- */
/*-- Base: mixin & variable  -- */
section.wooprex-error-section {
  height: 100vh;
}
section.wooprex-error-section img {
  height: 100%;
}
section.wooprex-error-section .error-wrapper-main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  width: 600px;
  max-width: 100%;
  padding: 0px 20px;
}
section.wooprex-error-section .error-wrapper-main h1 {
  font-size: 200px;
  margin-bottom: 10px;
  -webkit-text-stroke: 2px #0e004d;
  -webkit-text-fill-color: transparent;
}
section.wooprex-error-section .error-wrapper-main p {
  margin: 30px 0 80px 0;
}
section.wooprex-error-section .error-wrapper-main .wooprex-btn {
  background-color: #f2f0ff;
  border-color: #f2f0ff;
}
section.wooprex-error-section .error-wrapper-main .wooprex-btn:hover {
  background-color: #532eff;
  border-color: #532eff;
}

/*-- faq page -- */
/*-- Base: mixin & variable  -- */
section.wooprex-faq-section {
  padding-left: 70px;
  padding-right: 70px;
  /* faq section */
}
section.wooprex-faq-section .shape {
  position: absolute;
  top: -450px;
  pointer-events: none;
  z-index: -1;
}
section.wooprex-faq-section .faq-top .top-left {
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
section.wooprex-faq-section .faq-top .top-left h2 {
  margin-bottom: 20px;
}
section.wooprex-faq-section .faq-top .top-left p {
  color: #54525b;
  max-width: 550px;
  margin-bottom: 50px;
}
section.wooprex-faq-section .wooprex-faq-main {
  margin: 0;
  padding: 30px 25px;
  background-color: #f5f3ff;
  border-radius: 16px;
}
section.wooprex-faq-section .wooprex-faq-main .accordion {
  background-color: transparent;
  display: flex;
  flex-direction: column;
  gap: 20px;
  counter-reset: accordion-counter;
}
section.wooprex-faq-section .wooprex-faq-main .accordion .accordion-item {
  background-color: #ffffff;
  border-radius: 8px;
  border: none;
  transition: all 0.3s ease;
}
section.wooprex-faq-section .wooprex-faq-main .accordion .accordion-item.active-bg {
  background-color: #0e004d;
}
section.wooprex-faq-section .wooprex-faq-main .accordion .accordion-item.active-bg p {
  color: #ffffff;
  transition: all 0.3s ease;
}
section.wooprex-faq-section .wooprex-faq-main .accordion .accordion-item button {
  border: none;
  background: transparent;
  font-size: 20px;
  font-weight: 500;
  width: 100%;
  text-align: left;
  padding: 24px 64px 24px 32px;
  position: relative;
  transition: all 0.3s ease;
  color: #33394c;
}
section.wooprex-faq-section .wooprex-faq-main .accordion .accordion-item button:not(.collapsed) {
  color: #ffffff !important;
}
section.wooprex-faq-section .wooprex-faq-main .accordion .accordion-item button:not(.collapsed):after {
  content: "\f121";
  color: #ffffff !important;
}
section.wooprex-faq-section .wooprex-faq-main .accordion .accordion-item button:before {
  counter-increment: accordion-counter;
  content: counter(accordion-counter) ". ";
  font-family: "Inter", sans-serif;
  font-size: 24px;
}
section.wooprex-faq-section .wooprex-faq-main .accordion .accordion-item button:after {
  content: "\f120";
  font-family: "flaticon_startup_business";
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  color: #000000;
  font-size: 26px;
  font-weight: 700;
  right: 32px;
}
section.wooprex-faq-section .wooprex-faq-main .accordion .accordion-item .accordion-body {
  padding: 0px 64px 24px 32px;
}

/*-- Woocommerce styles -- */
/*-- Base: mixin & variable  -- */
/*-- Responsive styles -- */
/*-- Base: mixin & variable  -- */
/* -- Wooprex - Media Queries -- */
@media only screen and (min-width: 1895px) {
  .wooprex-shape-four {
    right: 77px;
  }
}
@media only screen and (min-width: 992px) {
  .wooprex-header.home.sticky .wooprex-main-menu {
    display: block;
  }
}
@media only screen and (max-width: 1899px) {
  .text-size-xl-14 {
    font-size: 80px;
  }
  .wooprex-menu-desktop-overlay {
    padding: 0px 150px;
  }
  .wooprex-menu-desktop-overlay .office-header {
    padding-right: 100px;
  }
  .wooprex-banner-section .banner-right .banner-right-text {
    padding: 0px 20px 0px 0px;
  }
  .wooprex-banner-section .banner-right .banner-right-text p {
    margin: 60px 0px 50px 350px;
  }
  section.wooprex-service-details-section .service-thumbnail-image {
    height: 700px;
  }
}
@media only screen and (min-width: 1500px) and (max-width: 1599px) {
  .wooprex-service-section .service-item-right {
    padding-right: 20px;
  }
  .wooprex-pricing-section .pricing-main-wrapper .pricing-item .inner-top p {
    font-size: 15px;
  }
  section.wooprex-service-details-section .service-thumbnail-image {
    height: 700px;
  }
  section.wooprex-service-details-section .service-industries-wrapper .industries-main .industries-item {
    height: 580px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .wooprex-pricing-section .pricing-main-wrapper .pricing-item .inner-top p {
    font-size: 13px;
  }
  /*************** FAQ PAGE ****************/
  section.wooprex-faq-section {
    padding-left: 0;
    padding-right: 0;
  }
  /****************** SERVICE DETAILS PAGE ******************/
  section.wooprex-service-details-section .service-thumbnail-image {
    height: 600px;
  }
  section.wooprex-service-details-section .service-industries-wrapper .industries-main .industries-item {
    height: 400px;
  }
  section.wooprex-service-details-section .service-industries-wrapper .industries-main .industries-item .description {
    padding: 25px;
  }
  section.wooprex-service-details-section .service-industries-wrapper .industries-main .industries-item .description h3 {
    font-size: 22px;
  }
  section.wooprex-service-details-section .service-industries-wrapper .industries-main .industries-item .description a i {
    font-size: 40px;
  }
  .wooprex-blog-item .blog-description .bottom p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1499px) {
  .wooprex-menu-desktop-overlay {
    padding: 0px 20px;
  }
  .wooprex-menu-desktop-overlay .office-header {
    padding-right: 50px;
  }
  .wooprex-menu-desktop-overlay .office-wrapper {
    padding-left: 60px;
  }
  .wooprex-banner-section .banner-right .banner-right-text {
    padding: 0px 20px 0px 0px;
    left: 50px;
  }
  .wooprex-banner-section .banner-right .banner-right-text p {
    margin: 40px 0px 50px 350px;
  }
  .wooprex-banner-section .banner-right .banner-right-text h1 {
    font-size: 78px;
  }
  .wooprex-service-section .service-item-right {
    padding-right: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wooprex-recent-news-description h4 {
    font-size: 24px;
  }
  .wooprex-recent-news-description p {
    font-size: 15px;
  }
  .wooprex-blog-item .blog-description .bottom h3 {
    font-size: 18px;
  }
  /***************** Single Team ******************/
  .wooprex-team-details-section .team-top-wrapper {
    padding: 40px;
  }
  .wooprex-team-details-section .team-top-wrapper .row {
    row-gap: 40px;
  }
  .wooprex-team-details-section .team-bottom-wrapper .row {
    row-gap: 40px;
  }
  .wooprex-team-details-section .team-bottom-wrapper .bottom-right {
    padding-left: 0;
  }
  /**************** PRICE PAGE ******************/
  .wooprex-pricing-section .pricing-main-wrapper .row {
    row-gap: 40px;
  }
  .wooprex-pricing-section .pricing-main-wrapper .pricing-item {
    padding: 25px;
  }
  /*************** FAQ PAGE ****************/
  section.wooprex-faq-section {
    padding-left: 0;
    padding-right: 0;
  }
  /**************** SERVICE LIST *********************/
  .wooprex-service-list-section .service-details-item .service-details-description {
    padding: 40px;
  }
  /****************** SERVICE DETAILS PAGE ******************/
  section.wooprex-service-details-section .header {
    font-size: 45px;
  }
  section.wooprex-service-details-section .service-top h2 {
    font-size: 55px;
  }
  section.wooprex-service-details-section .service-thumbnail-image {
    height: 600px;
  }
  section.wooprex-service-details-section .service-design-wrapper .design-slider .design-item:before {
    width: 50px;
  }
  section.wooprex-service-details-section .service-category-wrapper .category-left .left-bottom blockquote {
    font-size: 24px;
  }
  section.wooprex-service-details-section .service-industries-wrapper .industries-main .industries-item {
    height: 400px;
  }
  section.wooprex-service-details-section .service-industries-wrapper .industries-main .industries-item .description {
    padding: 25px;
  }
  section.wooprex-service-details-section .service-industries-wrapper .industries-main .industries-item .description h3 {
    font-size: 22px;
  }
  section.wooprex-service-details-section .service-industries-wrapper .industries-main .industries-item .description a i {
    font-size: 40px;
  }
  /******************BLOG DETAILS PAGE *****************/
  .wooprex-sidebar.right {
    padding-left: 20px;
  }
  .wooprex-sidebar.left {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .text-size-lg-4 {
    font-size: 16px;
  }
  .text-size-lg-5 {
    font-size: 18px;
  }
  .text-size-lg-6 {
    font-size: 20px;
  }
  .text-size-lg-7 {
    font-size: 28px;
  }
  .text-size-lg-8 {
    font-size: 30px;
  }
  .text-size-lg-9 {
    font-size: 32px;
  }
  .text-size-lg-10 {
    font-size: 36px;
  }
  .text-size-lg-11 {
    font-size: 40px;
  }
  .text-size-lg-12 {
    font-size: 44px;
  }
  .text-size-lg-13 {
    font-size: 48px;
  }
  .text-size-lg-14 {
    font-size: 64px;
  }
  .wooprex-shape-four {
    right: inherit;
  }
  .client-slider-item {
    padding-right: 10px;
  }
  /* Wooprex Home - Banner */
  .wooprex-banner-section .banner-left-menu {
    padding-left: 20px;
  }
  .wooprex-banner-section .banner-right .banner-right-text {
    left: 50px;
    padding: 0px 20px 0px 0px;
  }
  .wooprex-banner-section .banner-right .banner-right-text p {
    margin-left: 0;
  }
  .wooprex-banner-section .banner-right .banner-right-text h1 {
    font-size: 64px;
  }
  /* Wooprex Home - Service */
  .wooprex-service-section .service-item-right {
    padding-left: 30px;
    padding-right: 30px;
  }
  /* Wooprex Home - Advisor */
  .wooprex-advisor-section .advisor-wrapper .advisor-item-right .wooprex-btn {
    padding: 30px 40px;
    font-size: 24px;
  }
  /* ================ ABOUT US PAGE START =========================== */
  /* Wooprex About - Revenue */
  .wooprex-about-revenue-section .about-revenue-wrapper .about-revenue-right {
    max-width: 430px;
    height: 100%;
  }
  .wooprex-about-revenue-section .about-revenue-wrapper .about-revenue-right img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  /* Wooprex About - Recent news */
  .wooprex-recent-news.recent-news-bg .wooprex-recent-news-item-2 .wooprex-recent-news-description {
    padding-left: 30px;
  }
  /* ================ Team PAGE START =========================== */
  /* Wooprex Team - Team member */
  .wooprex-team-member-section h3::after {
    width: 50px;
    bottom: -10px;
    left: 0;
  }
  .wooprex-team-member-section .team-member-item {
    height: 260px;
  }
  /* Wooprex Team - recent news */
  .wooprex-recent-news .wooprex-recent-news-item-3 .recent-news-image {
    height: 400px;
  }
  /* ================ PORTFOLIO DETAILS PAGE START =========================== */
  /* Wooprex portfolio details - portfolio details */
  .wooprex-portfolio-details .portfolio-details-item .portfolio-details-description {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .wooprex-portfolio-details .portfolio-details-item .portfolio-details-description h3 {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wooprex-popup-section .popup-item-right .popup-right-text {
    padding: 0px;
  }
  .wooprex-advisor-section {
    height: auto;
    padding: 60px 0px;
  }
  .wooprex-sub-header-section {
    height: 360px;
  }
  .wooprex-portfolio-advisor-section {
    min-height: 400px;
  }
  .wooprex-recent-news .recent-news-header,
  .wooprex-pricing-section .pricing-top,
  .wooprex-client-section h3,
  .wooprex-team-member-section h3,
  .wooprex-team-service-section h3,
  .wooprex-success-story-section .success-header {
    margin-bottom: 60px;
  }
  .wooprex-success-story-section .container .row {
    row-gap: 50px;
  }
  .wooprex-portfolio-details-advisor {
    height: 450px;
  }
  /***************** Single Team ******************/
  .wooprex-team-details-section .team-top-wrapper {
    padding: 40px;
  }
  .wooprex-team-details-section .team-top-wrapper .row {
    row-gap: 40px;
  }
  .wooprex-team-details-section .team-bottom-wrapper .row {
    row-gap: 40px;
  }
  .wooprex-team-details-section .team-bottom-wrapper .bottom-right {
    padding-left: 0;
  }
  /**************TESTIMONIAL PAGE ******************/
  .wooprex-testimonial-details-section .testimonial-details-wrapper {
    row-gap: 60px;
  }
  .wooprex-testimonial-details-section .testimonial-details-wrapper .testimonial-details-item .testimnonial-description .inner-section p {
    line-height: 1.6em;
    margin-bottom: 40px;
  }
  .wooprex-testimonial-details-section .testimonial-details-wrapper .testimonial-details-item .testimnonial-description .inner-section h4 {
    font-size: 22px;
  }
  .wooprex-testimonial-details-section .testimonial-details-wrapper .testimonial-details-item .testimnonial-description .inner-section h5 {
    font-size: 16px;
  }
  /**************** CLIENT PAGE ******************/
  .wooprex-client-list-section .partner-image {
    height: 150px;
    padding: 20px;
  }
  .wooprex-client-list-section .partner-image img {
    width: 120px;
  }
  /**************** PRICE PAGE ******************/
  .wooprex-pricing-section .pricing-main-wrapper .row {
    row-gap: 40px;
  }
  .wooprex-pricing-section .pricing-main-wrapper .pricing-item {
    padding: 25px;
  }
  /*************** FAQ PAGE ****************/
  section.wooprex-faq-section {
    padding-left: 0;
    padding-right: 0;
  }
  section.wooprex-faq-section .faq-top .row {
    row-gap: 40px;
  }
  section.wooprex-faq-section .faq-top .top-left h2 {
    font-size: 40px;
  }
  section.wooprex-faq-section .wooprex-faq-main .accordion .accordion-item button {
    font-size: 20px;
  }
  section.wooprex-faq-section .wooprex-faq-main .accordion .accordion-item button:before, section.wooprex-faq-section .wooprex-faq-main .accordion .accordion-item button:after {
    font-size: 20px;
  }
  /****************** SERVICE DETAILS PAGE ******************/
  section.wooprex-service-details-section .header {
    font-size: 36px;
  }
  section.wooprex-service-details-section .section-header {
    margin-bottom: 50px;
  }
  section.wooprex-service-details-section .service-top h2 {
    font-size: 36px;
  }
  section.wooprex-service-details-section .service-thumbnail-image {
    height: 600px;
  }
  section.wooprex-service-details-section .service-category-wrapper {
    padding: 50px 0px;
  }
  section.wooprex-service-details-section .service-category-wrapper .row {
    row-gap: 40px;
  }
  section.wooprex-service-details-section .service-category-wrapper .category-left {
    row-gap: 40px;
  }
  section.wooprex-service-details-section .service-category-wrapper .category-left .left-bottom blockquote {
    font-size: 22px;
  }
  section.wooprex-service-details-section .service-design-wrapper {
    padding: 50px 0px;
  }
  section.wooprex-service-details-section .service-industries-wrapper {
    padding-top: 50px;
  }
  section.wooprex-service-details-section .service-industries-wrapper .industries-main .industries-item {
    height: 350px;
  }
  section.wooprex-service-details-section .service-industries-wrapper .industries-main .industries-item .description {
    padding: 25px;
  }
  section.wooprex-service-details-section .service-industries-wrapper .industries-main .industries-item .description h3 {
    font-size: 20px;
  }
  section.wooprex-service-details-section .service-industries-wrapper .industries-main .industries-item .description a i {
    font-size: 30px;
  }
  /******************BLOG DETAILS PAGE *****************/
  .wooprex-sidebar.right, .wooprex-sidebar.left {
    margin-top: 50px;
    padding: 0px;
    padding-top: 50px;
    border-top: 1px solid rgba(188, 173, 255, 0.2901960784);
  }
  .wooprex-sidebar .wooprex-sidebar-contact {
    max-width: 400px;
  }
  .wooprex-sidebar .wooprex-sidebar-tags {
    max-width: 350px;
  }
  /***************** Contact page ******************/
  .wooprex-office-section .row {
    row-gap: 40px;
  }
  .wooprex-office-section .office-location h6 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .padding-md-y {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .padding-md-top {
    padding-top: 60px;
  }
  .padding-md-bottom {
    padding-bottom: 60px;
  }
  .text-size-md-4 {
    font-size: 14px;
  }
  .text-size-md-5 {
    font-size: 16px;
  }
  .text-size-md-6 {
    font-size: 18px;
  }
  .text-size-md-7 {
    font-size: 18px;
  }
  .text-size-md-8 {
    font-size: 28px;
  }
  .text-size-md-9 {
    font-size: 30px;
  }
  .text-size-md-10 {
    font-size: 28px;
  }
  .text-size-md-11 {
    font-size: 36px;
  }
  .text-size-md-12 {
    font-size: 40px;
  }
  .text-size-md-13 {
    font-size: 44px;
  }
  .text-size-md-14 {
    font-size: 64px;
  }
  .wooprex-shape-three {
    width: 50%;
  }
  .wooprex-shape-four {
    right: inherit;
  }
  .wooprex-main-menu,
  .wooprex-menu-desktop-overlay,
  .wooprex-banner-section .banner-left-menu {
    display: none;
  }
  .wooprex-mobile-menu {
    display: block;
  }
  .wooprex-header .menu-bar-wrapper {
    display: none;
  }
  .wooprex-header .mobile-menu-bar-wrapper,
  .wooprex-header .mobile-menu-bar-close {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .wooprex-header .mobile-menu-bar-close {
    margin-right: 20px;
  }
  .wooprex-header.home .logo .logo-black {
    display: none;
  }
  .wooprex-header.home .logo .logo-white {
    display: block;
  }
  .wooprex-header.home.sticky .logo .logo-black {
    display: block;
  }
  .wooprex-header.home.sticky .logo .logo-white {
    display: none;
  }
  /* Wooprex Home - Banner */
  .wooprex-banner-section .banner-right {
    width: 100%;
  }
  .wooprex-banner-section .banner-right .banner-right-text {
    left: 0;
    padding: 0px 20px;
  }
  .wooprex-banner-section .banner-right .banner-right-text p {
    margin-left: 0;
  }
  .wooprex-banner-section .banner-right .banner-right-text h1 {
    font-size: 70px;
  }
  /* Popup */
  .wooprex-popup-section .popup-item .popup-bg a {
    gap: 8px;
    font-size: 17px;
    min-width: 200px;
  }
  .wooprex-partner-section .partner-item-right .partner-image {
    max-width: 120px;
    margin: 0 auto;
  }
  .wooprex-work-section .works-item .item-inner-left {
    height: 650px;
  }
  /* Wooprex Home - Service */
  .wooprex-service-section .service-item-left {
    width: 40%;
  }
  .wooprex-service-section .service-item-right {
    width: 60%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .wooprex-service-section .service-item-right .service-slider.wooprex-swiper {
    margin-top: 30px;
  }
  /* Wooprex Home - Works */
  .wooprex-work-section .works-item .item-inner-right .vertical-line {
    height: 250px;
  }
  /* Wooprex Home - Advisor */
  .wooprex-advisor-section .advisor-wrapper .advisor-item-right .wooprex-btn {
    font-size: 18px;
    padding: 20px 32px;
  }
  /* ================ ABOUT US PAGE START =========================== */
  /* Wooprex About - Goal */
  .wooprex-goal-section .goal-item h3 {
    padding-right: 0;
  }
  /* Wooprex About - revenue */
  .wooprex-about-revenue-section {
    margin-bottom: 0;
  }
  .wooprex-about-revenue-section .about-revenue-wrapper .about-revenue-right {
    display: none;
  }
  .wooprex-about-revenue-section .wooprex-revenue {
    padding-bottom: 50px;
  }
  .wooprex-about-revenue-section .wooprex-revenue .vector-description {
    margin-top: 50px;
    z-index: 1;
  }
  /* Wooprex About - Recent news */
  .wooprex-recent-news.recent-news-bg .wooprex-recent-news-item-2 .wooprex-recent-news-description {
    padding-left: 30px;
  }
  /* ================ Team PAGE START =========================== */
  /* Wooprex Team - Team member */
  .wooprex-team-member-section h3::after {
    width: 50px;
    bottom: -10px;
    left: 0;
  }
  .wooprex-team-member-section .team-member-item {
    height: 200px;
  }
  /* Wooprex Team - recent news */
  .wooprex-recent-news .wooprex-recent-news-item-3 .recent-news-image {
    height: 350px;
  }
  .recent-news-slider.wooprex-swiper .wooprex-recent-news-item {
    min-height: 380px;
  }
  .recent-news-bottom .row {
    row-gap: 25px;
  }
  /* ================ Service PAGE START =========================== */
  /* Wooprex Service - service details */
  .wooprex-service-list-section .service-details-item .service-details-description {
    padding: 30px;
  }
  /* ================ PORTFOLIO PAGE START =========================== */
  /* Wooprex portfolio - success */
  .wooprex-success-story-section .success-item .success-item-image {
    height: 400px;
  }
  /* ================ PORTFOLIO DETAILS PAGE START =========================== */
  /* Wooprex portfolio details - portfolio details */
  .wooprex-portfolio-details .portfolio-details-item {
    flex-direction: column;
    align-items: start;
  }
  .wooprex-portfolio-details .portfolio-details-item .portfolio-details-description {
    width: 100%;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .wooprex-portfolio-details .portfolio-details-item .portfolio-details-description h3 {
    margin-bottom: 40px;
  }
  .wooprex-portfolio-details .portfolio-details-item .portfolio-details-image {
    width: 100%;
    height: 600px;
  }
  .wooprex-portfolio-details .portfolio-details-item:nth-child(2) .portfolio-details-description {
    order: 2;
  }
  /** Footer **/
  .wooprex-footer-section .wooprex-footer-middle .row {
    row-gap: 60px;
  }
  .wooprex-footer-section .wooprex-footer-middle .footer-middle-item h5 {
    margin-bottom: 20px;
  }
  .wooprex-header {
    padding: 15px 0px;
  }
}
@media only screen and (max-width: 767px) {
  .wooprex-flex {
    display: block;
  }
  .text-size-sm-4 {
    font-size: 12px;
  }
  .text-size-sm-5 {
    font-size: 14px;
  }
  .text-size-sm-6 {
    font-size: 18px;
  }
  .text-size-sm-7 {
    font-size: 20px;
  }
  .text-size-md-8 {
    font-size: 22px;
  }
  .text-size-sm-9 {
    font-size: 24px;
  }
  .text-size-sm-10 {
    font-size: 26px;
  }
  .text-size-sm-11 {
    font-size: 30px;
  }
  .text-size-sm-12 {
    font-size: 32px;
  }
  .text-size-sm-13 {
    font-size: 34px;
  }
  .text-size-sm-14 {
    font-size: 38px;
  }
  .container {
    padding: 0px 20px;
  }
  .wooprex-shape-three {
    bottom: inherit;
    top: 0;
  }
  .wooprex-shape-four {
    transform: translateX(-50%);
    left: 50%;
    right: inherit;
    width: 100%;
  }
  .wooprex-popup-section .row,
  .wooprex-partner-section .row,
  .wooprex-partner-section .partner-item-right .row,
  .wooprex-work-section .works-item .row,
  .wooprex-about-section .row,
  .wooprex-footer-top .row,
  .wooprex-footer-middle .row,
  .wooprex-goal-section .row,
  .wooprex-goal-section .row,
  .wooprex-office-section .row,
  .wooprex-success-story-section .container .row {
    row-gap: 40px;
  }
  .wooprex-about-section .home-about-left p,
  .wooprex-client-section h3,
  .wooprex-recent-news .recent-news-header,
  .wooprex-footer-section .wooprex-footer-top,
  .wooprex-footer-section .wooprex-footer-middle,
  .wooprex-team-service-section h3,
  .wooprex-work-section h3,
  .wooprex-contact-section h3,
  .wooprex-success-story-section .success-header {
    margin-bottom: 40px;
  }
  .wooprex-service-section .service-item-left,
  .wooprex-service-section .service-item-right,
  .wooprex-advisor-section .advisor-wrapper .advisor-item-left,
  .wooprex-advisor-section .advisor-wrapper .advisor-item-right,
  .wooprex-recent-news.recent-news-bg .wooprex-recent-news-item-2 .recent-news-image,
  .wooprex-recent-news.recent-news-bg .wooprex-recent-news-item-2 .wooprex-recent-news-description,
  .wooprex-service-list-section .service-details-item .service-details-image,
  .wooprex-service-list-section .service-details-item .service-details-description,
  .wooprex-portfolio-details .portfolio-details-item .portfolio-details-image,
  .wooprex-portfolio-details .portfolio-details-item .portfolio-details-description {
    width: 100%;
  }
  /* Wooprex Home - Banner */
  .wooprex-banner-section .banner-right {
    width: 100%;
  }
  .wooprex-banner-section .banner-right .banner-right-text {
    left: 0;
    padding: 0px 20px;
  }
  .wooprex-banner-section .banner-right .banner-right-text h1 {
    font-size: 52px;
  }
  .wooprex-banner-section .banner-right .banner-right-text p {
    margin-left: 0;
  }
  /* Popup */
  .wooprex-popup-section .popup-item {
    max-width: 500px;
    height: 500px;
    margin: 0 auto;
  }
  .wooprex-popup-section .popup-item .popup-bg a {
    gap: 8px;
    font-size: 18px;
  }
  /* Partner section */
  .wooprex-partner-section .partner-item-right .partner-image {
    margin: 0 auto;
    max-width: 130px;
  }
  .wooprex-work-section .works-item .item-inner-left {
    height: 550px;
  }
  /* Wooprex Home - Service */
  .wooprex-service-section .service-item-left {
    height: 650px;
  }
  .wooprex-service-section .service-item-right {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* Wooprex Home - About */
  .wooprex-about-section {
    padding: 0;
    margin-top: 50px;
  }
  /* Wooprex Home - Recent News */
  .recent-news-slider.wooprex-swiper .wooprex-recent-news-item,
  .wooprex-recent-news .wooprex-recent-news-item {
    min-height: 300px;
    padding: 20px;
  }
  .recent-news-bottom .row {
    row-gap: 25px;
  }
  /* Wooprex Home - Advisor */
  .wooprex-advisor-section {
    height: auto;
  }
  .wooprex-advisor-section .advisor-wrapper {
    display: block;
  }
  .wooprex-advisor-section .advisor-wrapper .advisor-item-left {
    padding: 60px 0;
    text-align: center;
  }
  .wooprex-advisor-section .advisor-wrapper .advisor-item-left .wooprex-btn {
    display: inline-flex;
    margin-top: 30px;
  }
  .wooprex-advisor-section .advisor-wrapper .advisor-item-right .wooprex-btn {
    display: none;
  }
  /* Wooprex Sub header */
  .wooprex-sub-header-section {
    height: 360px;
  }
  /* ================ ABOUT US PAGE START =========================== */
  /* Wooprex About - Goal */
  .wooprex-goal-section .goal-item h3 {
    padding-right: 0;
  }
  /* Wooprex About - revenue */
  .wooprex-about-revenue-section {
    margin-bottom: 0;
  }
  .wooprex-about-revenue-section .about-revenue-wrapper .about-revenue-right {
    display: none;
  }
  .wooprex-about-revenue-section .wooprex-revenue {
    padding-bottom: 50px;
  }
  .wooprex-about-revenue-section .wooprex-revenue .vector-description {
    margin-top: 50px;
    padding: 0;
    z-index: 1;
  }
  /* Wooprex About- Recent */
  .wooprex-recent-news.recent-news-bg .wooprex-recent-news-item-2 {
    display: block;
  }
  .wooprex-recent-news.recent-news-bg .wooprex-recent-news-item-2 .wooprex-recent-news-description {
    padding-left: 0;
    margin-top: 20px;
  }
  /* ================ Team PAGE START =========================== */
  /* Wooprex Team - Team member */
  .wooprex-team-member-section h3::after {
    width: 50px;
    bottom: -10px;
    left: 0;
    height: 2px;
  }
  .wooprex-team-member-section .team-member-item {
    height: 340px;
  }
  /* Wooprex Team - recent news */
  .wooprex-recent-news .wooprex-recent-news-item-3 .recent-news-image {
    height: 350px;
  }
  /* ================ SERVICE PAGE START =========================== */
  /* Wooprex Service - service details */
  .wooprex-service-list-section {
    padding-bottom: 0;
  }
  .wooprex-service-list-section .service-details-item {
    flex-direction: column;
    height: auto;
    margin-bottom: 40px;
  }
  .wooprex-service-list-section .service-details-item .service-details-image {
    position: relative !important;
  }
  .wooprex-service-list-section .service-details-item .service-details-description {
    padding: 30px 0 0 0;
    row-gap: 25px;
    position: relative !important;
  }
  .wooprex-service-list-section .service-details-item:nth-child(even) .service-details-image {
    order: 1;
  }
  .wooprex-service-list-section .service-details-item:nth-child(even) .service-details-description {
    order: 2;
  }
  /* ================ CONTACT PAGE START =========================== */
  /* Wooprex Contact - contact */
  .wooprex-contact-section form button.wooprex-btn {
    padding: 30px 40px;
    font-size: 24px;
  }
  /* ================ PORTFOLIO PAGE START =========================== */
  /* Wooprex portfolio - success */
  .wooprex-success-story-section .success-item .success-item-image {
    height: 350px;
  }
  /* Wooprex portfolio - advisor */
  .wooprex-portfolio-advisor-section {
    min-height: 400px;
  }
  .wooprex-portfolio-advisor-section .portfolio-advisor-description {
    padding: 0px 20px;
  }
  .wooprex-portfolio-advisor-section .portfolio-advisor-description .wooprex-btn {
    margin-top: 50px;
  }
  /* ================ PORTFOLIO DETAILS PAGE START =========================== */
  /* Wooprex portfolio details - portfolio details */
  .wooprex-portfolio-details .portfolio-details-item {
    flex-direction: column;
  }
  .wooprex-portfolio-details .portfolio-details-item .portfolio-details-description {
    padding: 40px 20px !important;
    padding-bottom: 50px !important;
  }
  .wooprex-portfolio-details .portfolio-details-item .portfolio-details-description h3 {
    margin-bottom: 40px;
  }
  .wooprex-portfolio-details .portfolio-details-item .portfolio-details-description .description-bottom {
    margin-top: 40px;
  }
  .wooprex-portfolio-details .portfolio-details-item:nth-child(2) .portfolio-details-description {
    order: 2;
  }
  .wooprex-portfolio-details .portfolio-details-item:last-child {
    margin-bottom: 0;
  }
  .wooprex-portfolio-details .portfolio-details-item .portfolio-details-image {
    height: 550px;
  }
  /* Wooprex portfolio details - advisor section */
  .wooprex-portfolio-details-advisor .portfolio-details-advisor-description .wooprex-btn {
    padding: 25px 30px;
    font-size: 24px;
    margin-top: 30px;
  }
  /* Footer section */
  .wooprex-footer-section .wooprex-footer-top .footer-textbox input {
    font-size: 18px;
    padding: 15px 20px;
  }
  .wooprex-footer-section .wooprex-footer-top .footer-textbox button.wooprex-arrow-icon i {
    font-size: 18px;
    width: 40px;
    height: 40px;
  }
  .wooprex-footer-section .wooprex-footer-middle .row {
    row-gap: 40px;
  }
  .wooprex-footer-section .wooprex-footer-middle .footer-middle-item h5 {
    margin-bottom: 15px;
  }
  .wooprex-footer-section .wooprex-footer-bottom .row {
    row-gap: 15px;
  }
  .wooprex-footer-section .wooprex-footer-bottom .footer-privacy-link ul {
    justify-content: start;
    flex-wrap: wrap;
  }
  .wooprex-footer-section .wooprex-footer-bottom .footer-privacy-link ul li:first-child a {
    padding-left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  /***************** Single Team ******************/
  .wooprex-team-details-section .team-top-wrapper {
    padding: 20px;
    border-radius: 16px;
  }
  .wooprex-team-details-section .team-top-wrapper .row {
    row-gap: 40px;
  }
  .wooprex-team-details-section .team-top-wrapper .team-description h2 {
    font-size: 35px;
  }
  .wooprex-team-details-section .team-top-wrapper .team-description h4 {
    font-size: 18px;
  }
  .wooprex-team-details-section .team-bottom-wrapper h3 {
    font-size: 38px;
  }
  .wooprex-team-details-section .team-bottom-wrapper .row {
    row-gap: 40px;
  }
  .wooprex-team-details-section .team-bottom-wrapper .bottom-left .counter-section {
    padding: 20px;
  }
  .wooprex-team-details-section .team-bottom-wrapper .bottom-left .counter-section h4 {
    margin-bottom: 6px;
  }
  .wooprex-team-details-section .team-bottom-wrapper .bottom-right {
    padding-left: 0;
  }
  /**************TESTIMONIAL PAGE ******************/
  .wooprex-testimonial-details-section .testimonial-details-wrapper {
    row-gap: 40px;
  }
  .wooprex-testimonial-details-section .testimonial-details-wrapper .testimonial-details-item {
    padding-bottom: 30px;
  }
  .wooprex-testimonial-details-section .testimonial-details-wrapper .testimonial-details-item .row {
    row-gap: 40px;
  }
  .wooprex-testimonial-details-section .testimonial-details-wrapper .testimonial-details-item .testimnonial-description .inner-section h4 {
    font-size: 22px;
  }
  .wooprex-testimonial-details-section .testimonial-details-wrapper .testimonial-details-item .testimnonial-description .inner-section h5 {
    font-size: 16px;
  }
  .wooprex-testimonial-details-section .testimonial-details-wrapper .testimonial-details-item .testimonial-image {
    margin-left: 0 !important;
    height: auto;
    max-width: 230px;
  }
  .wooprex-testimonial-details-section .testimonial-details-wrapper .testimonial-details-item:nth-child(odd) .row > div:first-child {
    order: 2;
  }
  /**************** CLIENT PAGE ******************/
  .wooprex-client-list-section .partner-image {
    height: 100px;
    padding: 20px;
    border-radius: 12px;
  }
  .wooprex-client-list-section .partner-image img {
    width: 100px;
  }
  /**************** PRICE PAGE ******************/
  .wooprex-pricing-section .pricing-top {
    margin-bottom: 60px;
  }
  .wooprex-pricing-section .pricing-top h4 {
    font-size: 16px;
  }
  .wooprex-pricing-section .pricing-main-wrapper .row {
    row-gap: 40px;
  }
  .wooprex-pricing-section .pricing-main-wrapper .pricing-item {
    padding: 20px;
    max-width: 400px;
    margin: 0 auto;
  }
  /*************** FAQ PAGE ****************/
  section.wooprex-faq-section {
    padding-left: 0;
    padding-right: 0;
  }
  section.wooprex-faq-section .faq-top .row {
    row-gap: 40px;
  }
  section.wooprex-faq-section .faq-top .top-left p {
    margin-bottom: 25px;
  }
  section.wooprex-faq-section .wooprex-faq-main {
    padding: 20px;
  }
  section.wooprex-faq-section .wooprex-faq-main .accordion .accordion-item button {
    padding: 20px 40px 20px 20px;
    font-size: 16px;
  }
  section.wooprex-faq-section .wooprex-faq-main .accordion .accordion-item button:before, section.wooprex-faq-section .wooprex-faq-main .accordion .accordion-item button:after {
    font-size: 18px;
  }
  section.wooprex-faq-section .wooprex-faq-main .accordion .accordion-item .accordion-body {
    padding: 0px 40px 20px 20px;
  }
  /****************** SERVICE DETAILS PAGE ******************/
  section.wooprex-service-details-section .header {
    font-size: 30px;
  }
  section.wooprex-service-details-section .section-header {
    margin-bottom: 50px;
  }
  section.wooprex-service-details-section .service-top {
    margin-bottom: 50px;
  }
  section.wooprex-service-details-section .service-top h2 {
    font-size: 30px;
  }
  section.wooprex-service-details-section .service-top p {
    margin: 20px 0px 30px 0px;
  }
  section.wooprex-service-details-section .service-thumbnail-image {
    height: 500px;
  }
  section.wooprex-service-details-section .service-category-wrapper {
    padding: 50px 0px;
    border-bottom: 1px solid rgba(188, 173, 255, 0.2901960784);
  }
  section.wooprex-service-details-section .service-category-wrapper .row {
    row-gap: 40px;
  }
  section.wooprex-service-details-section .service-category-wrapper .category-left {
    row-gap: 40px;
  }
  section.wooprex-service-details-section .service-category-wrapper .category-left .left-bottom blockquote {
    font-size: 22px;
  }
  section.wooprex-service-details-section .service-design-wrapper {
    padding: 50px 0px;
    border-bottom: 1px solid rgba(188, 173, 255, 0.2901960784);
  }
  section.wooprex-service-details-section .service-industries-wrapper {
    padding-top: 50px;
  }
  section.wooprex-service-details-section .service-industries-wrapper .industries-main {
    flex-direction: column;
    row-gap: 10px;
  }
  section.wooprex-service-details-section .service-industries-wrapper .industries-main .industries-item {
    height: 500px;
  }
  section.wooprex-service-details-section .service-industries-wrapper .industries-main .industries-item .description {
    padding: 25px;
  }
  section.wooprex-service-details-section .service-industries-wrapper .industries-main .industries-item .description h3 {
    font-size: 24px;
  }
  section.wooprex-service-details-section .service-industries-wrapper .industries-main .industries-item .description a i {
    font-size: 40px;
  }
  /************ BLOG ITEM ******************/
  .wooprex-blog-item .blog-image {
    height: 450px;
  }
  /******************BLOG DETAILS PAGE *****************/
  .wooprex-blog-details .wooprex-blog-header .header {
    font-size: 30px;
  }
  .wooprex-blog-details .wooprex-blog-thumbnail,
  .wooprex-blog-details .wooprex-blog-image {
    height: 400px;
  }
  .wooprex-blog-details .wooprex-blog-quote {
    height: auto;
  }
  .wooprex-blog-details .wooprex-blog-quote:before {
    right: 10px;
    width: 70px;
    opacity: 0.6;
    top: inherit;
    transform: inherit;
    bottom: 10px;
  }
  .wooprex-blog-details .wooprex-blog-quote blockquote {
    padding: 20px;
    font-size: 18px;
    line-height: 1.6em;
  }
  .wooprex-blog-details .wooprex-blog-description h4 {
    font-size: 24px;
  }
  .wooprex-blog-details .wooprex-blog-description,
  .wooprex-blog-details .wooprex-blog-quote,
  .wooprex-blog-details .wooprex-blog-image {
    margin-top: 30px;
  }
  .wooprex-sidebar.right, .wooprex-sidebar.left {
    margin-top: 40px;
    padding: 0px;
    padding-top: 40px;
    border-top: 1px solid rgba(188, 173, 255, 0.2901960784);
  }
  .wooprex-sidebar .wooprex-sidebar-contact {
    max-width: 400px;
  }
  .wooprex-sidebar .wooprex-sidebar-tags {
    max-width: 350px;
  }
  /***************COMING SOON PAGE ****************/
  section.wooprex-coming-soon-section .coming-soon-main-wrapper h1 {
    margin-bottom: 20px;
    font-size: 60px;
  }
  section.wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown {
    gap: 60px;
  }
  section.wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown .item span {
    font-size: 40px;
  }
  /***************  ERROR PAGE ****************/
  section.wooprex-error-section .error-wrapper-main h1 {
    font-size: 140px;
  }
}
@media only screen and (max-width: 575px) {
  .swiper-navigation-mobile {
    display: block;
  }
  .wooprex-swiper-navigation.hide-desktop {
    display: none;
  }
  .container {
    padding: 0px 20px;
  }
  .wooprex-arrow-icon i {
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 45px;
  }
  .wooprex-shape-three {
    bottom: inherit;
    top: 0;
  }
  .wooprex-shape-four {
    transform: translateX(-50%);
    left: 50%;
    right: inherit;
    width: 100%;
  }
  .wooprex-popup-section .row,
  .wooprex-partner-section .row,
  .wooprex-partner-section .partner-item-right .row,
  .wooprex-work-section .works-item .row,
  .wooprex-about-section .row,
  .wooprex-footer-top .row,
  .wooprex-footer-middle .row,
  .wooprex-goal-section .row,
  .wooprex-office-section .row,
  .wooprex-success-story-section .container .row {
    row-gap: 40px;
  }
  .wooprex-about-section .home-about-left p,
  .wooprex-client-section h3,
  .wooprex-recent-news .recent-news-header,
  .wooprex-footer-section .wooprex-footer-top,
  .wooprex-footer-section .wooprex-footer-middle,
  .wooprex-team-service-section h3,
  .wooprex-work-section h3,
  .wooprex-contact-section h3,
  .wooprex-success-story-section .success-header {
    margin-bottom: 40px;
  }
  .wooprex-service-section .service-item-left,
  .wooprex-service-section .service-item-right,
  .wooprex-advisor-section .advisor-wrapper .advisor-item-left,
  .wooprex-advisor-section .advisor-wrapper .advisor-item-right,
  .wooprex-recent-news.recent-news-bg .wooprex-recent-news-item-2 .recent-news-image,
  .wooprex-recent-news.recent-news-bg .wooprex-recent-news-item-2 .wooprex-recent-news-description,
  .wooprex-team-member-section .team-member-item .team-member-image,
  .wooprex-team-member-section .team-member-item .team-member-description,
  .wooprex-service-list-section .service-details-item .service-details-image,
  .wooprex-service-list-section .service-details-item .service-details-description,
  .wooprex-portfolio-details .portfolio-details-item .portfolio-details-image,
  .wooprex-portfolio-details .portfolio-details-item .portfolio-details-description {
    width: 100%;
  }
  .client-slider-item {
    max-width: 100%;
    margin: 0 auto;
  }
  .wooprex-revenue {
    min-height: auto;
    padding: 50px 0px;
  }
  .wooprex-revenue .vector-description p:first-child {
    margin-bottom: 30px;
  }
  .wooprex-sub-header-section h1 {
    font-size: 40px;
  }
  /* Wooprex Home - Banner */
  .wooprex-banner-section .banner-right {
    width: 100%;
    height: 800px;
  }
  .wooprex-banner-section .banner-right .banner-right-text {
    left: 0;
    padding: 0px 20px;
  }
  .wooprex-banner-section .banner-right .banner-right-text p {
    margin-left: 0;
  }
  .wooprex-banner-section .banner-right .banner-right-text h1 {
    font-size: 40px;
  }
  /* Wooprex Home - Popup */
  .wooprex-popup-section .popup-item-right {
    position: relative;
  }
  .wooprex-popup-section .popup-item-right::before {
    width: 100%;
  }
  .wooprex-popup-section .popup-item-right .popup-right-text {
    padding: 0;
  }
  .wooprex-popup-section .popup-item-right .popup-right-text p {
    margin-top: 20px;
  }
  .wooprex-popup-section .popup-item {
    height: auto;
  }
  .wooprex-popup-section .popup-item .popup-bg a {
    font-size: 18px;
  }
  /* Wooprex Home - Partner */
  .wooprex-partner-section {
    padding-top: 0;
    padding-bottom: 0;
  }
  .wooprex-partner-section .partner-item-left {
    position: relative;
  }
  .wooprex-partner-section .partner-item-right .partner-image {
    max-width: 100px;
    margin: 0 auto !important;
  }
  /* Wooprex Home - Service */
  .wooprex-service-section .service-item-left {
    height: 450px;
  }
  .wooprex-service-section .service-item-right {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* Work section */
  .wooprex-work-section .works-item {
    margin-bottom: 40px;
  }
  .wooprex-work-section .works-item .item-inner-left {
    height: 400px;
  }
  /* Wooprex Home - About */
  .wooprex-about-section {
    padding: 0;
    margin-top: 50px;
  }
  /* Wooprex Home - Recent News */
  .recent-news-slider.wooprex-swiper .wooprex-recent-news-item,
  .wooprex-recent-news .wooprex-recent-news-item {
    min-height: 350px;
    padding: 20px;
  }
  .recent-news-bottom {
    margin-top: 40px !important;
  }
  .recent-news-bottom .row {
    row-gap: 25px;
  }
  /* Wooprex Home - Advisor */
  .wooprex-advisor-section {
    height: auto;
  }
  .wooprex-advisor-section .advisor-wrapper {
    display: block;
  }
  .wooprex-advisor-section .advisor-wrapper .advisor-item-left {
    padding: 60px 0px;
    text-align: center;
  }
  /* Wooprex Sub header */
  .wooprex-sub-header-section {
    height: 340px;
  }
  /* ================ ABOUT US PAGE START =========================== */
  /* Wooprex About - Goal */
  .wooprex-goal-section .goal-item .goal-item-inner-right {
    padding-left: 20px;
  }
  .wooprex-goal-section .goal-item h3 {
    font-size: 28px;
    padding-right: 0;
  }
  /* Wooprex About - revenue */
  .wooprex-about-revenue-section {
    margin-bottom: 0;
  }
  .wooprex-about-revenue-section .about-revenue-wrapper .about-revenue-right {
    display: none;
  }
  .wooprex-about-revenue-section .wooprex-revenue {
    padding-bottom: 50px;
  }
  .wooprex-about-revenue-section .wooprex-revenue .vector-shape .vector-heading {
    width: 115px;
  }
  .wooprex-about-revenue-section .wooprex-revenue .vector-description {
    margin-top: 50px;
    padding: 0;
    z-index: 1;
  }
  /* Wooprex About- Recent */
  .wooprex-recent-news.recent-news-bg .wooprex-recent-news-item-2 {
    display: block;
  }
  .wooprex-recent-news.recent-news-bg .wooprex-recent-news-item-2 .wooprex-recent-news-description {
    padding-left: 0;
    margin-top: 20px;
  }
  /* ================ Team PAGE START =========================== */
  /* Wooprex Team - Team member */
  .wooprex-team-member-section h3::after {
    width: 50px;
    bottom: -10px;
    left: 0;
    height: 2px;
  }
  .wooprex-team-member-section .team-member-item {
    height: auto;
    padding-right: 0;
    flex-direction: column;
  }
  .wooprex-team-member-section .team-member-item:before {
    top: -180px;
    left: 0px;
    background-size: contain;
    width: 100%;
  }
  .wooprex-team-member-section .team-member-item .team-member-image {
    order: 2;
    text-align: center;
  }
  .wooprex-team-member-section .team-member-item .team-member-image img {
    width: 200px;
  }
  .wooprex-team-member-section .team-member-item .team-member-description {
    align-items: center;
    gap: 15px;
  }
  .wooprex-team-member-section .team-member-item .team-member-description .member-details {
    text-align: center;
  }
  /* Wooprex Team - recent news */
  .wooprex-recent-news .wooprex-recent-news-item-3 .recent-news-image {
    height: 250px;
  }
  /* ================ Service PAGE START =========================== */
  /* Wooprex Service - service details */
  .wooprex-service-list-section {
    padding-bottom: 0;
  }
  .wooprex-service-list-section .service-details-item {
    flex-direction: column;
    height: auto;
    margin-bottom: 40px;
  }
  .wooprex-service-list-section .service-details-item .service-details-image {
    position: relative !important;
  }
  .wooprex-service-list-section .service-details-item .service-details-description {
    padding: 30px 0 0 0;
    row-gap: 25px;
    position: relative !important;
  }
  .wooprex-service-list-section .service-details-item:nth-child(even) .service-details-image {
    order: 1;
  }
  .wooprex-service-list-section .service-details-item:nth-child(even) .service-details-description {
    order: 2;
  }
  /* ================ CONTACT PAGE START =========================== */
  /* Wooprex Contact - contact */
  .wooprex-contact-section form button.wooprex-btn {
    padding: 25px 30px;
    font-size: 18px;
  }
  .wooprex-google-map iframe {
    height: 400px;
  }
  /* ================ PORTFOLIO PAGE START =========================== */
  /* Wooprex portfolio - success */
  .wooprex-success-story-section .success-item .success-item-image {
    height: 300px;
  }
  /* Wooprex portfolio - advisor */
  .wooprex-portfolio-advisor-section {
    min-height: 400px;
  }
  .wooprex-portfolio-advisor-section .portfolio-advisor-description {
    padding: 0px 20px;
  }
  .wooprex-portfolio-advisor-section .portfolio-advisor-description .wooprex-btn {
    margin-top: 30px;
    padding: 18px 35px;
  }
  /* ================ PORTFOLIO DETAILS PAGE START =========================== */
  /* Wooprex portfolio details - portfolio details */
  .wooprex-portfolio-details .portfolio-details-item {
    flex-direction: column;
  }
  .wooprex-portfolio-details .portfolio-details-item .portfolio-details-description {
    padding: 40px 20px !important;
    padding-bottom: 50px !important;
  }
  .wooprex-portfolio-details .portfolio-details-item .portfolio-details-description h3 {
    margin-bottom: 20px;
  }
  .wooprex-portfolio-details .portfolio-details-item .portfolio-details-description .description-bottom {
    margin-top: 40px;
  }
  .wooprex-portfolio-details .portfolio-details-item:nth-child(2) .portfolio-details-description {
    order: 2;
  }
  .wooprex-portfolio-details .portfolio-details-item:last-child {
    margin-bottom: 0;
  }
  .wooprex-portfolio-details .portfolio-details-item .portfolio-details-image {
    height: 450px;
  }
  /* Wooprex portfolio details - advisor section */
  .wooprex-portfolio-details-advisor {
    height: auto;
  }
  .wooprex-portfolio-details-advisor .portfolio-details-advisor-description {
    padding: 60px 20px;
  }
  .wooprex-portfolio-details-advisor .portfolio-details-advisor-description .wooprex-btn {
    padding: 15px 30px;
    font-size: 18px;
    margin-top: 30px;
  }
  .recent-news-bottom {
    display: none;
  }
  /* Footer section */
  .wooprex-footer-section .wooprex-footer-top .footer-textbox input {
    padding: 15px;
    font-size: 16px;
  }
  .wooprex-footer-section .wooprex-footer-top .footer-textbox input::-moz-placeholder {
    font-size: 16px;
  }
  .wooprex-footer-section .wooprex-footer-top .footer-textbox input::placeholder {
    font-size: 16px;
  }
  .wooprex-footer-section .wooprex-footer-top .footer-textbox button.wooprex-arrow-icon i {
    width: 35px;
    height: 35px;
    line-height: 40px;
    font-size: 16px;
  }
  .wooprex-footer-section .wooprex-footer-middle .row {
    row-gap: 40px;
  }
  .wooprex-footer-section .wooprex-footer-middle .footer-middle-item h5 {
    margin-bottom: 15px;
  }
  .wooprex-footer-section .wooprex-footer-bottom .row {
    row-gap: 15px;
  }
  .wooprex-footer-section .wooprex-footer-bottom .footer-privacy-link ul {
    justify-content: start;
    flex-wrap: wrap;
    row-gap: 0px;
  }
  /***************** Single Team ******************/
  .wooprex-team-details-section .team-top-wrapper {
    padding: 20px;
    border-radius: 16px;
  }
  .wooprex-team-details-section .team-top-wrapper .row {
    row-gap: 40px;
  }
  .wooprex-team-details-section .team-top-wrapper .team-description h2 {
    font-size: 28px;
  }
  .wooprex-team-details-section .team-top-wrapper .team-description h4 {
    font-size: 18px;
  }
  .wooprex-team-details-section .team-bottom-wrapper .row {
    row-gap: 40px;
  }
  .wooprex-team-details-section .team-bottom-wrapper .bottom-left .counter-section {
    padding: 20px;
  }
  .wooprex-team-details-section .team-bottom-wrapper .bottom-left .counter-section h4 {
    margin-bottom: 6px;
  }
  .wooprex-team-details-section .team-bottom-wrapper .bottom-right {
    padding-left: 0;
  }
  /**************TESTIMONIAL PAGE ******************/
  .wooprex-testimonial-details-section .testimonial-details-wrapper {
    row-gap: 40px;
  }
  .wooprex-testimonial-details-section .testimonial-details-wrapper .testimonial-details-item {
    padding-bottom: 30px;
  }
  .wooprex-testimonial-details-section .testimonial-details-wrapper .testimonial-details-item .row {
    row-gap: 40px;
  }
  .wooprex-testimonial-details-section .testimonial-details-wrapper .testimonial-details-item .testimnonial-description .inner-section p {
    margin-bottom: 30px;
    font-size: 16px;
  }
  .wooprex-testimonial-details-section .testimonial-details-wrapper .testimonial-details-item .testimnonial-description .inner-section h4 {
    font-size: 20px;
  }
  .wooprex-testimonial-details-section .testimonial-details-wrapper .testimonial-details-item .testimnonial-description .inner-section h5 {
    font-size: 14px;
  }
  .wooprex-testimonial-details-section .testimonial-details-wrapper .testimonial-details-item .testimonial-image {
    margin-left: 0 !important;
    height: auto;
    max-width: 180px;
  }
  .wooprex-testimonial-details-section .testimonial-details-wrapper .testimonial-details-item:nth-child(odd) .row > div:first-child {
    order: 2;
  }
  /**************** CLIENT PAGE ******************/
  .wooprex-client-list-section .partner-image {
    height: 100px;
    padding: 20px;
    border-radius: 12px;
  }
  .wooprex-client-list-section .partner-image img {
    width: 100px;
  }
  /**************** PRICE PAGE ******************/
  .wooprex-pricing-section .pricing-top {
    margin-bottom: 50px;
  }
  .wooprex-pricing-section .pricing-top h2 {
    font-size: 35px;
    margin-bottom: 15px;
  }
  .wooprex-pricing-section .pricing-top h4 {
    font-size: 16px;
  }
  .wooprex-pricing-section .pricing-main-wrapper .row {
    row-gap: 40px;
  }
  .wooprex-pricing-section .pricing-main-wrapper .pricing-item {
    padding: 20px;
    max-width: 400px;
    margin: 0 auto;
  }
  /*************** FAQ PAGE ****************/
  section.wooprex-faq-section {
    padding-left: 0;
    padding-right: 0;
  }
  section.wooprex-faq-section .faq-top .row {
    row-gap: 40px;
  }
  section.wooprex-faq-section .faq-top .top-left p {
    margin-bottom: 25px;
  }
  section.wooprex-faq-section .wooprex-faq-main {
    padding: 20px;
  }
  section.wooprex-faq-section .wooprex-faq-main .accordion .accordion-item button {
    padding: 20px 40px 20px 20px;
    font-size: 16px;
  }
  section.wooprex-faq-section .wooprex-faq-main .accordion .accordion-item button:before, section.wooprex-faq-section .wooprex-faq-main .accordion .accordion-item button:after {
    font-size: 16px;
  }
  section.wooprex-faq-section .wooprex-faq-main .accordion .accordion-item .accordion-body {
    padding: 0px 40px 20px 20px;
  }
  /****************** SERVICE DETAILS PAGE ******************/
  section.wooprex-service-details-section .header {
    font-size: 30px;
    margin-bottom: 18px;
  }
  section.wooprex-service-details-section .section-header {
    margin-bottom: 40px;
  }
  section.wooprex-service-details-section .service-top {
    margin-bottom: 40px;
  }
  section.wooprex-service-details-section .service-top h2 {
    font-size: 30px;
  }
  section.wooprex-service-details-section .service-top p {
    margin: 20px 0px 30px 0px;
  }
  section.wooprex-service-details-section .service-thumbnail-image {
    height: 400px;
  }
  section.wooprex-service-details-section .service-category-wrapper {
    padding: 40px 0px;
    border-bottom: 1px solid rgba(188, 173, 255, 0.2901960784);
  }
  section.wooprex-service-details-section .service-category-wrapper .row {
    row-gap: 40px;
  }
  section.wooprex-service-details-section .service-category-wrapper .category-left {
    row-gap: 40px;
  }
  section.wooprex-service-details-section .service-category-wrapper .category-left .left-bottom img {
    width: 70px;
  }
  section.wooprex-service-details-section .service-category-wrapper .category-left .left-bottom blockquote {
    font-size: 20px;
  }
  section.wooprex-service-details-section .service-design-wrapper {
    padding: 40px 0px;
    border-bottom: 1px solid rgba(188, 173, 255, 0.2901960784);
  }
  section.wooprex-service-details-section .service-design-wrapper .design-slider .design-item h3 {
    font-size: 20px;
  }
  section.wooprex-service-details-section .service-industries-wrapper {
    padding-top: 40px;
  }
  section.wooprex-service-details-section .service-industries-wrapper .industries-main {
    flex-direction: column;
    row-gap: 10px;
  }
  section.wooprex-service-details-section .service-industries-wrapper .industries-main .industries-item {
    height: 400px;
    width: 100%;
  }
  section.wooprex-service-details-section .service-industries-wrapper .industries-main .industries-item .description {
    padding: 20px;
  }
  section.wooprex-service-details-section .service-industries-wrapper .industries-main .industries-item .description h3 {
    font-size: 20px;
  }
  section.wooprex-service-details-section .service-industries-wrapper .industries-main .industries-item .description a i {
    font-size: 35px;
  }
  /************ BLOG ITEM ******************/
  .wooprex-blog-item .blog-image {
    height: 300px;
  }
  /******************BLOG DETAILS PAGE *****************/
  .wooprex-blog-details .wooprex-blog-header .header {
    font-size: 32px;
  }
  .wooprex-blog-details .wooprex-blog-thumbnail,
  .wooprex-blog-details .wooprex-blog-image {
    height: 350px;
  }
  .wooprex-blog-details .wooprex-blog-quote {
    height: auto;
  }
  .wooprex-blog-details .wooprex-blog-quote:before {
    right: 10px;
    width: 70px;
    opacity: 0.6;
    top: inherit;
    transform: inherit;
    bottom: 10px;
  }
  .wooprex-blog-details .wooprex-blog-quote blockquote {
    padding: 20px;
    font-size: 16px;
    line-height: 1.6em;
  }
  .wooprex-blog-details .wooprex-blog-description h4 {
    font-size: 24px;
  }
  .wooprex-blog-details .wooprex-blog-description,
  .wooprex-blog-details .wooprex-blog-quote,
  .wooprex-blog-details .wooprex-blog-image {
    margin-top: 30px;
  }
  .wooprex-sidebar.right, .wooprex-sidebar.left {
    margin-top: 40px;
    padding: 0px;
    padding-top: 40px;
    border-top: 1px solid rgba(188, 173, 255, 0.2901960784);
  }
  /***************COMING SOON PAGE ****************/
  section.wooprex-coming-soon-section .coming-soon-main-wrapper h1 {
    margin-bottom: 20px;
    font-size: 42px;
  }
  section.wooprex-coming-soon-section .coming-soon-main-wrapper .input-wrapper input[type=email] {
    padding-right: 140px;
    font-size: 14px;
  }
  section.wooprex-coming-soon-section .coming-soon-main-wrapper .input-wrapper input[type=email]::-moz-placeholder {
    font-size: 14px;
  }
  section.wooprex-coming-soon-section .coming-soon-main-wrapper .input-wrapper input[type=email]::placeholder {
    font-size: 14px;
  }
  section.wooprex-coming-soon-section .coming-soon-main-wrapper .input-wrapper .wooprex-btn {
    padding: 10px 25px;
    font-size: 15px;
  }
  section.wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown {
    gap: 30px;
  }
  section.wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown .item span {
    font-size: 35px;
  }
  /***************  ERROR PAGE ****************/
  section.wooprex-error-section .error-wrapper-main {
    width: 100%;
  }
  section.wooprex-error-section .error-wrapper-main h1 {
    font-size: 110px;
  }
  section.wooprex-error-section .error-wrapper-main p {
    margin: 20px 0 40px 0;
  }
  .wooprex-pagination ul.page-numbers li a.page-numbers,
  .wooprex-pagination ul.page-numbers li span.page-numbers.current {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (max-width: 450px) {
  .wooprex-banner-section .banner-right .banner-right-text h1 {
    font-size: 35px;
  }
  .wooprex-popup-section .popup-bg .popup-media-player a {
    font-size: 12px;
    min-width: 165px;
    gap: 8px;
  }
}
@media only screen and (max-width: 415px) {
  .wooprex-banner-section .banner-right .banner-right-text .banner-button .wooprex-btn {
    width: 100%;
  }
}