@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=Onest: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: "Onest", sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
  color: #101249;
  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: 1320px;
}

/* -- 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: "Onest", sans-serif;
  border: 1px solid #101249;
  outline: 0;
  box-shadow: none;
  font-size: 14px;
  line-height: 20px;
  border-radius: 3px;
  padding: 16px 27px;
  width: 100%;
  background: transparent;
  color: #101249;
  font-weight: 300;
}
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: #ff5316;
}

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: #101249;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 14px;
}

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: #101249;
  transition: all 0.3s ease;
  font-size: 14px;
}

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

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

:-moz-placeholder {
  color: #000000;
}

::-moz-placeholder {
  color: #000000;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #000000;
}

/* For Chrome, Edge, and Safari */
input[type=date]::-webkit-calendar-picker-indicator,
input[type=time]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

/* For Firefox */
input[type=date]::-moz-calendar-picker-indicator,
input[type=time]::-moz-calendar-picker-indicator {
  display: none;
}

/* For Internet Explorer */
input[type=date]::-ms-clear,
input[type=date]::-ms-expand,
input[type=time]::-ms-clear,
input[type=time]::-ms-expand {
  display: none;
}

section {
  position: relative;
  overflow: hidden;
}

/* -- Typography setting -- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Onest", sans-serif;
  text-rendering: optimizeLegibility;
  color: #101249;
  font-weight: 600;
}

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.6em;
}

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

p {
  font-size: 16px;
  line-height: 1.6em;
  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: #101249;
}
a:focus, a:hover {
  text-decoration: none;
  outline: 0;
  color: #ff5316;
}

label {
  font-weight: 600;
}

.border-line {
  border: 1px solid #afadb7;
}

.border-line-bottom {
  border-bottom: 1px solid rgba(168, 168, 168, 0.16) !important;
}

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

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

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

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

.padding-x {
  padding-left: 70px;
  padding-right: 70px;
}

.wooprex-swiper {
  overflow-x: clip;
  position: relative;
  max-width: 100%;
}

/* -- 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;
}

/* -- 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: 56px;
}

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

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

.text-size-15 {
  font-size: 120px;
}

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

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

.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;
}

.logo,
.footer-logo {
  max-width: 180px;
}
.logo img,
.footer-logo img {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .logo,
  .footer-logo {
    max-width: 150px;
  }
}
/*-- All components style -- */
/*-- header -- */
/*-- Base: mixin & variable  -- */
/* flex-start Wooprex Header & Light header */
header.wooprex-header-section {
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 99;
  padding-top: 35px;
  padding-bottom: 15px;
  transition: top 0.6s, background 0.4s, box-shadow 0.4s, padding 0.3s;
  overflow: visible;
  overflow-x: clip;
}
header.wooprex-header-section.sticky {
  position: fixed !important;
  top: 0px;
  box-shadow: 0px 0px 30px 0px rgba(6, 23, 106, 0.0784313725);
  background-color: #ffffff;
  animation: 0.95s ease 0s normal forwards 1 running stickyAnimation;
  -webkit-animation: 0.95s ease 0s normal forwards 1 running stickyAnimation;
  padding: 15px 70px;
}
header.wooprex-header-section.header-light {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}

@keyframes stickyAnimation {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
/*-- footer -- */
/*-- Base: mixin & variable  -- */
footer.wooprex-footer-section {
  background-color: #0a0b2d;
  position: relative;
  padding: 80px 0px;
}
footer.wooprex-footer-section:before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../assets/shape/shape-07.svg");
}
footer.wooprex-footer-section .footer-top {
  position: relative;
  z-index: 2;
  padding-bottom: 40px;
  border-bottom: 1px solid #64617b;
}
footer.wooprex-footer-section .footer-top .wooprex-follow-us {
  height: 100%;
}
footer.wooprex-footer-section .footer-top .wooprex-follow-us ul {
  height: 100%;
  justify-content: end;
  flex-direction: row;
  align-items: center;
}
footer.wooprex-footer-section .footer-middle {
  position: relative;
  z-index: 2;
  padding: 40px 0px;
}
footer.wooprex-footer-section .footer-middle h4,
footer.wooprex-footer-section .footer-middle h5,
footer.wooprex-footer-section .footer-middle p,
footer.wooprex-footer-section .footer-middle a {
  color: #ffffff;
}
footer.wooprex-footer-section .footer-middle .footer-item h4 {
  text-transform: uppercase;
  margin-bottom: 30px;
}
footer.wooprex-footer-section .footer-middle .footer-item ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
}
footer.wooprex-footer-section .footer-middle .footer-item ul li {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  transition: all 0.3s ease;
}
footer.wooprex-footer-section .footer-middle .footer-item ul li i {
  transition: 0s;
}
footer.wooprex-footer-section .footer-middle .footer-item ul li:hover {
  color: #ff5316;
  transform: translateX(5px);
}
footer.wooprex-footer-section .footer-middle .footer-item ul li:hover a {
  color: #ff5316;
}
footer.wooprex-footer-section .footer-middle .footer-item .footer-contact ul li i {
  margin-right: 12px;
}
footer.wooprex-footer-section .footer-middle .footer-item.last h4 {
  padding-left: 38px;
}
footer.wooprex-footer-section .footer-middle .footer-item.last ul {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: end;
}
footer.wooprex-footer-section .footer-middle .footer-item.last ul li {
  width: 48px;
  height: 48px;
}
footer.wooprex-footer-section .footer-middle .footer-item.last ul li a {
  display: block;
  overflow: hidden;
}
footer.wooprex-footer-section .footer-middle .footer-item.last ul li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
footer.wooprex-footer-section .footer-middle .footer-item.last ul li a img:hover {
  transform: scale(1.1);
}
footer.wooprex-footer-section .footer-middle .footer-item.last ul li:hover {
  transform: translateX(0);
}
footer.wooprex-footer-section .footer-bottom {
  position: relative;
  z-index: 2;
}
footer.wooprex-footer-section .footer-bottom .copyright p {
  color: #ffffff;
}
footer.wooprex-footer-section .footer-bottom .bottom-menu ul {
  display: flex;
  align-items: center;
  justify-content: end;
}
footer.wooprex-footer-section .footer-bottom .bottom-menu ul li a {
  position: relative;
  color: #ffffff;
  font-size: 14px;
  padding: 0px 16px;
}
footer.wooprex-footer-section .footer-bottom .bottom-menu ul li a:before {
  content: "";
  width: 1px;
  height: 10px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
}
footer.wooprex-footer-section .footer-bottom .bottom-menu ul li a:hover {
  color: #ff5316;
}
footer.wooprex-footer-section .footer-bottom .bottom-menu ul li:first-child a {
  padding-left: 0;
}
footer.wooprex-footer-section .footer-bottom .bottom-menu ul li:last-child a {
  padding-right: 0;
}
footer.wooprex-footer-section .footer-bottom .bottom-menu ul li:last-child a:before {
  display: none;
}

/*-- nav/mega menu -- */
/*-- Base: mixin & variable  -- */
/* Wooprex menu css that applies to all section */
header.wooprex-header-section .header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header.wooprex-header-section .header-main .header-left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
}
header.wooprex-header-section .header-main .header-left .header-logo a {
  display: block;
  width: 100%;
  height: 100%;
}
header.wooprex-header-section .header-main .header-left .header-logo a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
header.wooprex-header-section .header-main .header-left .header-logo a img.dark-logo {
  display: none;
}
header.wooprex-header-section .header-main .header-right {
  display: flex;
  align-items: center;
  gap: 20px;
}
header.wooprex-header-section .header-main .header-right .wooprex-btn span.text {
  padding: 13px 16px;
}
header.wooprex-header-section.sticky .header-main .header-left .header-logo a .white-logo, header.wooprex-header-section.header-light .header-main .header-left .header-logo a .white-logo {
  display: none;
}
header.wooprex-header-section.sticky .header-main .header-left .header-logo a .dark-logo, header.wooprex-header-section.header-light .header-main .header-left .header-logo a .dark-logo {
  display: block;
}
header.wooprex-header-section.sticky .wooprex-mobile-menu-bar i, header.wooprex-header-section.header-light .wooprex-mobile-menu-bar i {
  color: #101249;
}

/* Wooprex main menu */
.wooprex-main-menu ul.box-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  gap: 40px;
  flex-wrap: wrap;
}
.wooprex-main-menu ul.box-nav li.menu-item {
  position: relative;
}
.wooprex-main-menu ul.box-nav li.menu-item a.item-link {
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 5px 0px;
  position: relative;
}
.wooprex-main-menu ul.box-nav li.menu-item a.item-link i {
  position: relative;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wooprex-main-menu ul.box-nav li.menu-item a.item-link:before {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0%;
  width: 0%;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.6s ease;
}
.wooprex-main-menu ul.box-nav li.menu-item a.item-link:hover i {
  transform: rotate(180deg);
}
.wooprex-main-menu ul.box-nav li.menu-item a.item-link:hover, .wooprex-main-menu ul.box-nav li.menu-item a.item-link.router-link-active {
  color: #ffffff;
}
.wooprex-main-menu ul.box-nav li.menu-item a.item-link:hover:before, .wooprex-main-menu ul.box-nav li.menu-item a.item-link.router-link-active:before {
  width: 100%;
}
.wooprex-main-menu ul.box-nav li.menu-item > ul.sub-menu {
  left: 0px;
  top: 62px;
}
.wooprex-main-menu ul.box-nav li.menu-item ul.sub-menu {
  position: absolute;
  width: 240px;
  padding: 20px 0px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
  background-color: #fbfbff;
  box-shadow: 0px 14px 28px 0px rgba(6, 23, 106, 0.0784313725);
}
.wooprex-main-menu ul.box-nav li.menu-item ul.sub-menu li {
  padding: 7px 0px;
  position: relative;
}
.wooprex-main-menu ul.box-nav li.menu-item ul.sub-menu li a.sub-menu-link {
  padding: 0px 40px;
  display: block;
  color: #101249;
  text-transform: capitalize;
  font-size: 16px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}
.wooprex-main-menu ul.box-nav li.menu-item ul.sub-menu li a.sub-menu-link i {
  position: relative;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wooprex-main-menu ul.box-nav li.menu-item ul.sub-menu li a.sub-menu-link:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  right: 30px;
  background-color: #ff5316;
  transition: all 0.6s ease;
  width: 0px;
  height: 1px;
}
.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: #ff5316;
}
.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 {
  width: 40px;
}
.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 > a.sub-menu-link i {
  transform: rotate(180deg);
}
.wooprex-main-menu ul.box-nav li.menu-item ul.sub-menu li:hover > ul.sub-menu {
  right: -240px;
  opacity: 1;
  visibility: visible;
}
.wooprex-main-menu ul.box-nav li.menu-item ul.sub-menu:hover {
  transform: scale(1.02);
}
.wooprex-main-menu ul.box-nav li.menu-item:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
}

header.wooprex-header-section.sticky .wooprex-main-menu ul.box-nav li.menu-item a.item-link, header.wooprex-header-section.header-light .wooprex-main-menu ul.box-nav li.menu-item a.item-link {
  color: #101249;
}
header.wooprex-header-section.sticky .wooprex-main-menu ul.box-nav li.menu-item a.item-link:before, header.wooprex-header-section.header-light .wooprex-main-menu ul.box-nav li.menu-item a.item-link:before {
  background-color: #ff5316;
}
header.wooprex-header-section.sticky .wooprex-main-menu ul.box-nav li.menu-item a.item-link.router-link-active, header.wooprex-header-section.sticky .wooprex-main-menu ul.box-nav li.menu-item a.item-link:hover, header.wooprex-header-section.header-light .wooprex-main-menu ul.box-nav li.menu-item a.item-link.router-link-active, header.wooprex-header-section.header-light .wooprex-main-menu ul.box-nav li.menu-item a.item-link:hover {
  color: #ff5316;
}
header.wooprex-header-section.sticky .wooprex-main-menu ul.box-nav li.menu-item a.item-link.router-link-active:before, header.wooprex-header-section.sticky .wooprex-main-menu ul.box-nav li.menu-item a.item-link:hover:before, header.wooprex-header-section.header-light .wooprex-main-menu ul.box-nav li.menu-item a.item-link.router-link-active:before, header.wooprex-header-section.header-light .wooprex-main-menu ul.box-nav li.menu-item a.item-link:hover:before {
  width: 100%;
}

/* flex-start Wooprex mobile menu */
.wooprex-mobile-menu {
  width: 320px;
  max-width: 100%;
  height: 100%;
  background-color: #ffffff;
  position: fixed;
  left: 0%;
  transform: translateX(-110%);
  top: 0;
  padding-top: 30px;
  box-shadow: 0px 0px 5px 0px rgba(6, 23, 106, 0.0784313725);
  transition: all 0.6s ease;
  overflow-y: auto;
  z-index: 999;
}
.wooprex-mobile-menu ul.box-nav {
  padding-top: 10px;
}
.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: space-between;
  color: #101249;
  transition: all 0.3s ease;
  gap: 5px;
}
.wooprex-mobile-menu ul.box-nav li.menu-item a.item-link i {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  transform: rotate(-90deg);
}
.wooprex-mobile-menu ul.box-nav li.menu-item a.item-link.link-active i {
  transform: rotate(0deg);
}
.wooprex-mobile-menu ul.box-nav li.menu-item a.item-link:hover, .wooprex-mobile-menu ul.box-nav li.menu-item a.item-link.router-link-active {
  color: #ff5316;
}
.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 ul.sub-menu {
  padding-bottom: 0;
}
.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.sub-menu-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 0px;
  color: #101249;
  gap: 5px;
}
.wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu li a.sub-menu-link i {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  transform: rotate(-90deg);
}
.wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu li a.sub-menu-link.link-active i {
  transform: rotate(0deg);
}
.wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu li a.sub-menu-link:hover, .wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu li a.sub-menu-link.router-link-active {
  color: #ff5316;
}
.wooprex-mobile-menu.show {
  transform: translateX(0%);
}

.wooprex-mobile-menu-bar {
  cursor: pointer;
  display: none;
}
.wooprex-mobile-menu-bar i {
  font-size: 42px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-menu-bar-close {
  text-align: right;
  margin-right: 20px;
}
.mobile-menu-bar-close i {
  font-size: 35px;
  color: #101249;
}
.mobile-menu-bar-close:hover i {
  animation: wooprexDraw 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}

/*-- heading/subheading -- */
/*-- Base: mixin & variable  -- */
.section-header {
  position: relative;
  z-index: 2;
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.section-header.center {
  text-align: center;
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
}
.section-header.center .sub-header {
  margin-left: auto;
  margin-right: auto;
}

/* Section header styling */
.sub-header {
  color: #434057;
  font-weight: 400;
  font-size: 16px;
  position: relative;
  z-index: 2;
  max-width: 650px;
}

.header {
  font-size: 48px;
  font-weight: 700;
  position: relative;
  z-index: 2;
  color: #101249;
  text-transform: uppercase;
}

/* Separate header */
.section-header-separate {
  margin-bottom: 80px;
  position: relative;
  z-index: 2;
}
.section-header-separate .header {
  max-width: 600px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}
.section-header-separate .sub-header {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}
.section-header-separate .row {
  row-gap: 15px;
}

/*-- Breadcrumb -- */
/*-- Base: mixin & variable  -- */
section.wooprex-breadcrumb-section {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
section.wooprex-breadcrumb-section .breadcrumb-text {
  position: relative;
  z-index: 2;
  width: 40%;
  height: 100%;
  background-color: #101249;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding-left: 230px;
}
section.wooprex-breadcrumb-section .breadcrumb-text:before {
  content: "";
  position: absolute;
  bottom: 0%;
  right: 0%;
  background-image: url("../assets/shape/shape-02.svg");
  width: 200px;
  height: 150px;
  background-repeat: no-repeat;
  background-position: bottom right;
}
section.wooprex-breadcrumb-section .breadcrumb-text p {
  letter-spacing: 7px;
  font-size: 14px;
  color: #ffffff;
}
section.wooprex-breadcrumb-section .breadcrumb-text p a {
  color: #636483;
}
section.wooprex-breadcrumb-section .breadcrumb-text p a:hover {
  color: #ffffff;
}
section.wooprex-breadcrumb-section .breadcrumb-text h3 {
  font-weight: 600;
  color: #ffffff;
  padding-left: 80px;
  font-size: 24px;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 25px;
}
section.wooprex-breadcrumb-section .breadcrumb-text h3:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  width: 60px;
  height: 1px;
  background-color: #c0bcdf;
}
section.wooprex-breadcrumb-section .breadcrumb-image {
  width: 60%;
  height: 100%;
}
section.wooprex-breadcrumb-section .breadcrumb-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*-- slider -- */
/*-- Base: mixin & variable  -- */
/* Banner section swiper */
.wooprex-banner-section .wooprex-swiper-nav-wrapper {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 0px 70px;
  width: 100%;
  z-index: 2;
  display: flex;
  align-items: end;
  justify-content: space-between;
  height: 300px;
}
.wooprex-banner-section .wooprex-swiper-nav-wrapper .main-nav {
  width: 240px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 70px;
}
.wooprex-banner-section .wooprex-swiper-nav-wrapper .swiper-scrollbar {
  width: 94%;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%);
}
.wooprex-banner-section .wooprex-swiper-nav-wrapper .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #ff5316;
  transform: translateX(0px) !important;
}
.wooprex-banner-section .wooprex-swiper-nav-wrapper .wooprex-swiper-pagination {
  padding: 0;
}
.wooprex-banner-section .wooprex-swiper-nav-wrapper .wooprex-swiper-pagination .swiper-pagination {
  position: static;
}
.wooprex-banner-section .wooprex-swiper-nav-wrapper .wooprex-swiper-pagination .swiper-pagination .swiper-pagination-bullet {
  background-color: transparent;
  width: 15px !important;
  height: auto;
  color: #edebff;
}
.wooprex-banner-section .wooprex-swiper-nav-wrapper .wooprex-pagination-custom {
  display: flex;
  align-items: center;
  justify-content: end;
  max-width: 480px;
  flex-wrap: wrap;
  z-index: 2;
}
.wooprex-banner-section .wooprex-swiper-nav-wrapper .wooprex-pagination-custom .item {
  width: 50%;
  height: 220px;
  background-color: rgba(255, 255, 255, 0.2784313725);
  border: 1px solid #ffffff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 50px;
  cursor: pointer;
  position: relative;
}
.wooprex-banner-section .wooprex-swiper-nav-wrapper .wooprex-pagination-custom .item:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0%;
  z-index: -1;
  top: 0%;
  right: 0%;
  transition: all 0.6s ease;
  background: #ffffff;
}
.wooprex-banner-section .wooprex-swiper-nav-wrapper .wooprex-pagination-custom .item span {
  font-size: 64px;
  font-weight: 600;
  color: #ffffff;
  display: inline-block;
  line-height: 1em;
  pointer-events: none;
}
.wooprex-banner-section .wooprex-swiper-nav-wrapper .wooprex-pagination-custom .item p {
  color: #ffffff;
  pointer-events: none;
}
.wooprex-banner-section .wooprex-swiper-nav-wrapper .wooprex-pagination-custom .item:first-child {
  clip-path: polygon(0 0%, 100% 0, 100% 50%, 100% 100%, 20% 100%, 0 80%);
  border-right: none;
}
.wooprex-banner-section .wooprex-swiper-nav-wrapper .wooprex-pagination-custom .item:first-child:after {
  content: "";
  position: absolute;
  width: 65px;
  background: #ffffff;
  height: 2px;
  transform: rotate(43deg);
  transition: all 0.3s ease;
  bottom: 20px;
  left: -9px;
}
.wooprex-banner-section .wooprex-swiper-nav-wrapper .wooprex-pagination-custom .item:last-child {
  border-top: none;
}
.wooprex-banner-section .wooprex-swiper-nav-wrapper .wooprex-pagination-custom .item.next-item {
  clip-path: polygon(0 0%, 100% 0, 100% 50%, 100% 100%, 20% 100%, 0 80%);
  cursor: auto;
}
.wooprex-banner-section .wooprex-swiper-nav-wrapper .wooprex-pagination-custom .item.next-item span,
.wooprex-banner-section .wooprex-swiper-nav-wrapper .wooprex-pagination-custom .item.next-item p {
  color: #101249;
}
.wooprex-banner-section .wooprex-swiper-nav-wrapper .wooprex-pagination-custom .item.next-item:before {
  height: 100%;
}
.wooprex-banner-section .wooprex-swiper-nav-wrapper .wooprex-pagination-custom .item.next-item:after {
  content: "";
  position: absolute;
  width: 65px;
  background: #ffffff;
  height: 2px;
  transform: rotate(43deg);
  transition: all 0.3s ease;
  bottom: 20px;
  left: -9px;
}

/* Swiper navigation */
.wooprex-swiper-navigation {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}
.wooprex-swiper-navigation .swiper-button-prev,
.wooprex-swiper-navigation .swiper-button-next {
  position: static;
  margin: 0;
  height: auto;
}
.wooprex-swiper-navigation .swiper-button-prev:after,
.wooprex-swiper-navigation .swiper-button-next:after {
  content: "\f119";
  font-family: "flaticon_company";
  font-size: 24px;
  color: #ffffff;
}
.wooprex-swiper-navigation .swiper-button-prev:after {
  transform: scale(-1);
}

/* Combine css */
.wooprex-home-about-section .wooprex-swiper,
.wooprex-testimonial-section .wooprex-swiper,
.wooprex-expert-solution-section .wooprex-swiper {
  overflow: visible !important;
}
.wooprex-home-about-section .wooprex-swiper-pagination,
.wooprex-testimonial-section .wooprex-swiper-pagination,
.wooprex-expert-solution-section .wooprex-swiper-pagination {
  margin-top: 50px;
}

/* Testimonial slider styling */
.wooprex-testimonial-section .wooprex-swiper-navigation {
  justify-content: end;
  gap: 35px;
}
.wooprex-testimonial-section .wooprex-swiper-navigation .swiper-button-prev:after,
.wooprex-testimonial-section .wooprex-swiper-navigation .swiper-button-next:after {
  font-size: 45px;
  color: #101249;
}
.wooprex-testimonial-section .wooprex-swiper-pagination .swiper-auto-progress-bar-wrapper .swiper-auto-progress-bar {
  background-color: #ffffff;
}
.wooprex-testimonial-section.light .wooprex-swiper-pagination .swiper-auto-progress-bar-wrapper .swiper-auto-progress-bar {
  background: #edebff;
}

.wooprex-swiper-pagination {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 0 20px;
}
.wooprex-swiper-pagination .swiper-auto-progress-bar-wrapper {
  position: relative;
  max-width: 700px;
  width: 100%;
}
.wooprex-swiper-pagination .swiper-auto-progress-bar-wrapper .swiper-auto-progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 8px;
  background-color: #edebff;
  width: 100%;
}
.wooprex-swiper-pagination .swiper-auto-progress-bar-wrapper .swiper-auto-progress-bar-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 8px;
  background-color: #ff5316;
  width: 0;
  transition: width 0.4s;
}

/*-- button -- */
/*-- Base: mixin & variable  -- */
.wooprex-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.wooprex-btn span.text {
  padding: 13px 30px;
  color: #ffffff;
  font-weight: 600;
  background-color: #ff5316;
  margin-right: 5px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 1;
  min-width: 150px;
}
.wooprex-btn span.text:before {
  position: absolute;
  content: "";
  width: 200%;
  height: 200%;
  z-index: -1;
  border-radius: 50%;
  top: 100%;
  right: 100%;
  transition: all 0.6s ease;
  background: #101249;
}
.wooprex-btn span.icon {
  height: 50px;
  width: 50px;
  background-color: #101249;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.6s ease;
}
.wooprex-btn span.icon i {
  font-size: 24px;
  transform: rotate(-45deg);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wooprex-btn span.icon span {
  transition: 0s;
}
.wooprex-btn span.icon span.copy-icon {
  position: absolute;
  transform: translate(-150%, 150%);
}
.wooprex-btn:hover span.text:before {
  top: -30px;
  right: -60px;
}
.wooprex-btn:hover span.icon {
  background-color: #ff5316;
}
.wooprex-btn:hover span.icon span.main-icon {
  transition: transform 0.3s ease-in-out;
  transform: translate(150%, -150%);
}
.wooprex-btn:hover span.icon span.copy-icon {
  transition: transform 0.3s ease-in-out 0.1s;
  transform: translate(0%);
}
.wooprex-btn.primary span.text {
  background-color: #101249;
}
.wooprex-btn.primary span.text:before {
  background-color: #ff5316;
}
.wooprex-btn.primary span.icon {
  background-color: #ff5316;
}
.wooprex-btn.primary:hover span.icon {
  background-color: #101249;
}
.wooprex-btn.secondary span.text {
  background-color: #101249;
}
.wooprex-btn.secondary span.text:before {
  background-color: #ffffff;
}
.wooprex-btn.secondary span.icon {
  background-color: #ffffff;
}
.wooprex-btn.secondary span.icon i {
  color: #ff5316;
}
.wooprex-btn.secondary:hover span.text {
  color: #ff5316;
}
.wooprex-btn.secondary:hover span.icon {
  background-color: #101249;
}
.wooprex-btn.secondary:hover span.icon i {
  color: #ffffff;
}

.wooprex-input-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #ff5316;
  transition: all 0.3s ease;
  overflow: hidden;
}
.wooprex-input-wrapper .wooprex-btn {
  padding: 13px 30px;
  color: #ffffff;
  font-weight: 600;
  margin-right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 2;
  min-width: 150px;
  border: none;
  background-color: transparent;
}
.wooprex-input-wrapper:before {
  position: absolute;
  content: "";
  width: 200%;
  height: 200%;
  z-index: -1;
  border-radius: 50%;
  top: 100%;
  right: 100%;
  transition: all 0.6s ease;
  background: #101249;
  z-index: 1;
}
.wooprex-input-wrapper:hover:before {
  top: -30px;
  right: -60px;
}

/*-- Follow us -- */
/*-- Base: mixin & variable  -- */
.wooprex-follow-us ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.wooprex-follow-us ul li a {
  color: #ffffff;
  font-size: 16px;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.wooprex-follow-us ul li a:before {
  position: absolute;
  content: "";
  width: 200%;
  height: 200%;
  z-index: -1;
  border-radius: 50%;
  top: 100%;
  right: 100%;
  transition: all 0.6s ease;
  background-color: #ff5316;
}
.wooprex-follow-us ul li a:hover {
  border-color: #ff5316;
}
.wooprex-follow-us ul li a:hover:before {
  top: -10px;
  right: -10px;
}
.wooprex-follow-us ul li a i {
  display: flex;
  align-items: center;
  justify-content: center;
}

/*-- counter -- */
/*-- Base: mixin & variable  -- */
section.wooprex-counter-section .section-header-separate .sub-header {
  padding-left: 70px;
}
section.wooprex-counter-section .wooprex-counter .wooprex-counter-item h4 {
  font-size: 130px;
  color: #ff5316;
}
section.wooprex-counter-section .wooprex-counter .wooprex-counter-item h4 .plus {
  font-weight: 100;
}
section.wooprex-counter-section .wooprex-counter .wooprex-counter-item p {
  color: #686679;
  position: relative;
  font-weight: 700;
  padding-left: 45px;
}
section.wooprex-counter-section .wooprex-counter .wooprex-counter-item p:before {
  content: "";
  width: 25px;
  height: 25px;
  background-color: #101249;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
}

/*-- blog item -- */
/*-- Base: mixin & variable  -- */
.wooprex-blog-item {
  height: 100%;
}
.wooprex-blog-item.full-container .blog-image {
  height: 420px;
}
.wooprex-blog-item.full-container .blog-description {
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  margin: 0;
}
.wooprex-blog-item.full-container .blog-description .blog-body {
  margin-bottom: 60px;
}
.wooprex-blog-item.full-container .blog-description .blog-body h3 {
  font-size: 40px;
  margin: 40px 0px 20px 0px;
}
.wooprex-blog-item.full-container.has-sidebar .blog-body h3 {
  font-size: 24px;
}
.wooprex-blog-item .blog-image {
  height: 275px;
  overflow: hidden;
}
.wooprex-blog-item .blog-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.wooprex-blog-item .blog-image a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-blog-item .blog-description {
  margin-top: 20px;
}
.wooprex-blog-item .blog-description .blog-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.wooprex-blog-item .blog-description .blog-header .client-details {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}
.wooprex-blog-item .blog-description .blog-header .client-details .client-image {
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
}
.wooprex-blog-item .blog-description .blog-header .client-details .client-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-blog-item .blog-description .blog-header .client-details h4 {
  font-size: 16px;
}
.wooprex-blog-item .blog-description .blog-header .client-details h4 a {
  color: #000000;
}
.wooprex-blog-item .blog-description .blog-header .client-details h4 a:hover {
  color: #ff5316;
}
.wooprex-blog-item .blog-description .blog-header .post-date p {
  color: #434057;
}
.wooprex-blog-item .blog-description .blog-body {
  margin-bottom: 30px;
}
.wooprex-blog-item .blog-description .blog-body h3 {
  font-size: 24px;
  margin: 20px 0px;
}
.wooprex-blog-item .blog-description .blog-body h3 a {
  color: #000000;
}
.wooprex-blog-item .blog-description .blog-body h3 a:hover {
  color: #ff5316;
}
.wooprex-blog-item .blog-description .blog-body p {
  color: #434057;
}
.wooprex-blog-item .blog-description .blog-footer a {
  padding-right: 20px;
  position: relative;
}
.wooprex-blog-item .blog-description .blog-footer a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  height: 15px;
  width: 2px;
  background-color: #ff5316;
}
.wooprex-blog-item .blog-description .blog-footer span {
  display: inline-block;
  padding-left: 20px;
}
.wooprex-blog-item:hover .blog-image a img {
  transform: scale(1.05);
}

/*-- Partner -- */
/*-- Base: mixin & variable  -- */
section.wooprex-partner-section h3 {
  margin-bottom: 60px;
  text-align: center;
  text-transform: uppercase;
}
section.wooprex-partner-section .partner-main {
  position: relative;
}
section.wooprex-partner-section .partner-main:before, section.wooprex-partner-section .partner-main:after {
  content: "";
  position: absolute;
  top: 0%;
  height: 100%;
  width: 15%;
  background: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0.813485) 60.51%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
}
section.wooprex-partner-section .partner-main:before {
  left: 0;
  transform: scale(-1);
}
section.wooprex-partner-section .partner-main:after {
  right: 0;
}
section.wooprex-partner-section .partner-main .swiper-slide {
  text-align: center;
}

/*-- team -- */
/*-- Base: mixin & variable  -- */
section.wooprex-team-section {
  background-color: #101249;
}
section.wooprex-team-section:before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../assets/shape/shape-03.svg");
  background-position: center;
  background-repeat: no-repeat;
}
section.wooprex-team-section .section-header-separate .sub-header,
section.wooprex-team-section .section-header-separate .header {
  color: #ffffff;
}
section.wooprex-team-section .section-header-separate .sub-header {
  padding-left: 30px;
}
section.wooprex-team-section .team-main-wrapper .row {
  row-gap: 25px;
}
section.wooprex-team-section .team-main-wrapper .team-middle-description {
  background-color: #1f238e;
  padding: 15px 40px 15px 40px;
  position: relative;
  z-index: 2;
  height: 100%;
}
section.wooprex-team-section .team-main-wrapper .team-middle-description .inner-details {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 40px;
}
section.wooprex-team-section .team-main-wrapper .team-middle-description h4,
section.wooprex-team-section .team-main-wrapper .team-middle-description p {
  color: #ffffff;
}
section.wooprex-team-section .team-main-wrapper .team-middle-description h4 {
  margin-bottom: 25px;
  position: relative;
  z-index: 2;
}
section.wooprex-team-section .team-main-wrapper .team-middle-description p {
  max-width: 500px;
}

/* Single team item */
.wooprex-team-item {
  position: relative;
  overflow: hidden;
}
.wooprex-team-item:before {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 150px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  z-index: 1;
}
.wooprex-team-item .team-image {
  height: 340px;
  overflow: hidden;
}
.wooprex-team-item .team-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-team-item .team-details {
  position: absolute;
  bottom: 0px;
  padding: 20px;
  z-index: 2;
}
.wooprex-team-item .team-details h5 {
  font-size: 20px;
  font-weight: 700;
}
.wooprex-team-item .team-details p {
  font-size: 18px;
  font-weight: 600;
}
.wooprex-team-item .team-details .wooprex-follow-us {
  margin-bottom: 15px;
}
.wooprex-team-item .team-details .wooprex-follow-us ul {
  flex-direction: row;
}
.wooprex-team-item .team-details .wooprex-follow-us ul li a {
  color: #101249;
  border-color: #101249;
}
.wooprex-team-item .team-details .wooprex-follow-us ul li a:hover {
  color: #ffffff;
  border-color: #ff5316;
}
.wooprex-team-item:hover .team-image img {
  transform: scale(1.05);
}

/*-- Founder -- */
/*-- Base: mixin & variable  -- */
section.wooprex-founder-section .founder-main-wrapper .founder-left {
  padding: 50px 40px;
  background-color: #ff5316;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
section.wooprex-founder-section .founder-main-wrapper .founder-left h4 {
  font-size: 50px;
  line-height: 1.2em;
  color: #ffffff;
}

.wooprex-founder-item {
  position: relative;
}
.wooprex-founder-item:before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(74, 81, 255, 0.3607843137);
  z-index: 1;
}
.wooprex-founder-item .founder-image {
  height: 450px;
  overflow: hidden;
}
.wooprex-founder-item .founder-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(1.1);
}
.wooprex-founder-item .founder-details {
  position: absolute;
  bottom: 12px;
  padding: 20px;
  z-index: 2;
}
.wooprex-founder-item .founder-details h5 a,
.wooprex-founder-item .founder-details p {
  color: #ffffff;
}
.wooprex-founder-item .founder-details h5 {
  font-size: 24px;
}
.wooprex-founder-item .founder-details h5:hover a {
  color: #ff5316;
}
.wooprex-founder-item .founder-details p {
  font-size: 18px;
  font-weight: 600;
}
.wooprex-founder-item .wooprex-follow-us {
  position: absolute;
  top: 0px;
  right: 20px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.wooprex-founder-item:hover .founder-image img {
  transform: scale(1.05);
}
.wooprex-founder-item:hover .wooprex-follow-us {
  opacity: 1;
  visibility: visible;
  top: 20px;
}

/*-- form -- */
/*-- Base: mixin & variable  -- */
section.wooprex-contact-section .contact-form form {
  position: relative;
  z-index: 2;
}
section.wooprex-contact-section .contact-form form input[type=text],
section.wooprex-contact-section .contact-form form input[type=email] {
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #35384a;
  color: #101249;
  font-weight: 400;
  padding: 8px 0px;
}
section.wooprex-contact-section .contact-form form input[type=text]::-moz-placeholder, section.wooprex-contact-section .contact-form form input[type=email]::-moz-placeholder {
  color: #35384a;
}
section.wooprex-contact-section .contact-form form input[type=text]::placeholder,
section.wooprex-contact-section .contact-form form input[type=email]::placeholder {
  color: #35384a;
}
section.wooprex-contact-section .contact-form form input[type=text],
section.wooprex-contact-section .contact-form form input[type=email] {
  border-radius: 0px;
}
section.wooprex-contact-section .contact-form form label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  color: #35384a;
  font-size: 14px;
  font-weight: 300;
}
section.wooprex-contact-section .contact-form form label input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 1px solid #547079;
  background-color: #ffffff;
  cursor: pointer;
  border-radius: 4px;
  position: relative;
  padding: 0;
}
section.wooprex-contact-section .contact-form form label input:checked {
  background-color: #101249;
  border-color: #101249;
}
section.wooprex-contact-section .contact-form form label input:checked::before {
  content: "✔";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
}
section.wooprex-contact-section .contact-form form label span {
  width: 85%;
}
section.wooprex-contact-section .contact-form form .form-submit {
  margin-top: 20px;
}

/* Comment form blog details */
.comment-form input[type=text],
.comment-form input[type=email],
.comment-form textarea {
  padding: 10px 0px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #adb4bb;
  border-radius: 0px;
  height: 54px;
  color: #494949;
  font-size: 16px;
}
.comment-form input[type=text]::-moz-placeholder, .comment-form input[type=email]::-moz-placeholder, .comment-form textarea::-moz-placeholder {
  color: #494949;
  font-size: 16px;
}
.comment-form input[type=text]::placeholder,
.comment-form input[type=email]::placeholder,
.comment-form textarea::placeholder {
  color: #494949;
  font-size: 16px;
}
.comment-form input[type=text]:focus,
.comment-form input[type=email]:focus,
.comment-form textarea:focus {
  outline: none;
  box-shadow: none;
  border-color: #101249;
  background-color: transparent;
}
.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: 20px;
}
.comment-form .comment-form-cookies-consent {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 40px;
}
.comment-form .comment-form-cookies-consent input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 1px solid #101249;
  background-color: transparent;
  cursor: pointer;
  border-radius: 4px;
  position: relative;
}
.comment-form .comment-form-cookies-consent input:checked {
  background-color: #101249;
  border-color: #101249;
}
.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: 16px;
  line-height: 1.6em;
  font-weight: 300;
  width: 85%;
}
.comment-form .form-submit {
  margin-top: 40px;
}

/*-- comment -- */
/*-- Base: mixin & variable  -- */
.wooprex-blog-comment {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #c0bcdf;
}
.wooprex-blog-comment .comments-title {
  font-size: 32px;
  line-height: 1em;
  font-weight: 500;
  margin-bottom: 40px;
  color: #101249;
}
.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 {
  padding-left: 95px;
  margin-top: -30px;
  margin-bottom: 20px;
}
.wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-awaiting-moderation {
  padding-left: 95px;
  margin-bottom: 20px;
  display: block;
}
.wooprex-blog-comment .comment-list .comment .comment-body .comment-content {
  padding-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 {
  padding-left: 95px;
  margin-top: 20px;
}
.wooprex-blog-comment .comment-list .comment .comment-body .reply .comment-reply-link.wooprex-btn span.text {
  padding: 10px 28px;
  margin: 0;
  min-width: auto;
}
.wooprex-blog-comment .comment-list .comment .children {
  padding-left: 95px;
  margin-top: 50px;
}
.wooprex-blog-comment .comment-list .comment .children .children .children {
  padding-left: 0;
}
.wooprex-blog-comment .comment-respond {
  margin-top: 80px;
}
.wooprex-blog-comment .comment-respond .comment-reply-title {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #101249;
}
.wooprex-blog-comment .comment-respond .comment-reply-title a {
  margin-left: 20px;
  color: #101249;
  font-size: 16px;
}
.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;
}
.wooprex-blog-comment .comment-respond form.comment-form p.logged-in-as a {
  color: #101249;
}
.wooprex-blog-comment .comment-respond form.comment-form p.logged-in-as a:hover {
  text-decoration: underline;
}

@media (max-width: 991px) {
  .wooprex-blog-comment {
    padding-top: 50px;
    margin-top: 50px;
  }
  .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 {
    padding-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 {
    padding-left: 75px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-content {
    padding-left: 75px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .reply {
    padding-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 {
    padding-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 (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 {
    padding-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 {
    padding-left: 75px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-content {
    padding-left: 75px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .reply {
    padding-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 {
    padding-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: 32px;
  }
  .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 {
    padding-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 {
    padding-left: 75px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-content {
    padding-left: 75px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .reply {
    padding-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 {
    padding-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;
  }
  .comment-form .comment-form-cookies-consent {
    margin-top: 30px;
  }
}
/*-- pagination -- */
/*-- Base: mixin & variable  -- */
/* Wooprex pagination */
.wooprex-pagination {
  margin-top: 80px;
}
.wooprex-pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}
.wooprex-pagination ul li .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 20px;
  text-align: center;
  color: #1d1a35;
  border-radius: 50%;
  border: 1px solid transparent;
  transition: background 0.6s;
  background-color: transparent;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.6s ease;
}
.wooprex-pagination ul li .page-numbers:hover {
  background-color: #101249;
  border-color: #101249;
  color: #ffffff;
}
.wooprex-pagination ul li .page-numbers.previous, .wooprex-pagination ul li .page-numbers.next {
  background-color: #ffffff;
  color: #101249;
  border-color: #101249;
}
.wooprex-pagination ul li .page-numbers.previous:before, .wooprex-pagination ul li .page-numbers.next:before {
  position: absolute;
  content: "";
  width: 200%;
  height: 200%;
  z-index: -1;
  border-radius: 50%;
  top: 100%;
  right: 100%;
  transition: all 0.6s ease;
  background: #101249;
}
.wooprex-pagination ul li .page-numbers.previous:hover, .wooprex-pagination ul li .page-numbers.next:hover {
  color: #ffffff;
}
.wooprex-pagination ul li .page-numbers.previous:hover:before, .wooprex-pagination ul li .page-numbers.next:hover:before {
  top: -30px;
  right: -10px;
}
.wooprex-pagination ul li .page-numbers.previous i, .wooprex-pagination ul li .page-numbers.next i {
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wooprex-pagination ul li .page-numbers.previous {
  margin-right: 40px;
}
.wooprex-pagination ul li .page-numbers.previous i {
  transform: scale(-1);
}
.wooprex-pagination ul li .page-numbers.next {
  margin-left: 40px;
}
.wooprex-pagination ul li.active .page-numbers {
  background-color: #101249;
  border-color: #101249;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  /* Pagination */
  .wooprex-pagination ul li .page-numbers.previous {
    margin-right: 50px;
  }
  .wooprex-pagination ul li .page-numbers.next {
    margin-left: 50px;
  }
}
@media only screen and (max-width: 575px) {
  /* Pagination */
  .wooprex-pagination ul {
    gap: 10px;
  }
  .wooprex-pagination ul li .page-numbers {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  .wooprex-pagination ul li .page-numbers.previous {
    margin-right: 10px;
  }
  .wooprex-pagination ul li .page-numbers.next {
    margin-left: 10px;
  }
}
.wooprex-navigation.style-1 {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wooprex-navigation.style-1 .wooprex-btn span.text {
  min-width: auto;
}
.wooprex-navigation.style-1 .wooprex-btn.prev {
  flex-direction: row-reverse;
}
.wooprex-navigation.style-1 .wooprex-btn.prev span.text {
  margin-right: 0;
  margin-left: 5px;
}
.wooprex-navigation.style-1 .wooprex-btn.prev span.icon i {
  transform: rotate(-135deg);
}

@media only screen and (max-width: 400px) {
  .wooprex-navigation.style-1 .wooprex-btn span.text {
    padding: 13px 22px;
  }
}
/*-- pricing -- */
/*-- Base: mixin & variable  -- */
.wooprex-pricing-item {
  padding: 60px 40px 30px 40px;
  height: 100%;
}
.wooprex-pricing-item h4 {
  text-transform: uppercase;
}
.wooprex-pricing-item h4 + p {
  color: #686679;
}
.wooprex-pricing-item p.price {
  margin: 30px 0px;
  color: #434057;
}
.wooprex-pricing-item p.price span {
  color: #101249;
  margin-right: 5px;
}
.wooprex-pricing-item .feature {
  margin-bottom: 60px;
}
.wooprex-pricing-item .feature h5,
.wooprex-pricing-item .feature p {
  color: #36334c;
}
.wooprex-pricing-item .feature h5 {
  text-transform: uppercase;
}
.wooprex-pricing-item .feature ul {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.wooprex-pricing-item .feature ul li {
  position: relative;
  padding-left: 50px;
  color: #000000;
}
.wooprex-pricing-item .feature ul li:before {
  content: "\f10e";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  font-family: "flaticon_company";
  font-size: 24px;
  color: #000000;
}
.wooprex-pricing-item .wooprex-btn {
  width: 100%;
}
.wooprex-pricing-item .wooprex-btn span.text {
  width: 100%;
}
.wooprex-pricing-item.basic {
  background-color: #f7f6ff;
}
.wooprex-pricing-item.basic h4 {
  color: #1f238e;
}
.wooprex-pricing-item.basic .feature ul li {
  color: #101249;
}
.wooprex-pricing-item.basic .feature ul li:before {
  color: #434057;
}
.wooprex-pricing-item.standard {
  background-color: #edebff;
}
.wooprex-pricing-item.standard h4 span {
  text-transform: capitalize;
  background-color: #ff5316;
  padding: 0px 10px;
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.6em;
}
.wooprex-pricing-item.business {
  background-color: #fff4f0;
}
.wooprex-pricing-item.business h4 {
  color: #ff5316;
}

section.wooprex-pricing-section .pricing-main-wrapper .row {
  row-gap: 20px;
}

/*-- testimonial -- */
/*-- Base: mixin & variable  -- */
section.wooprex-testimonial-section {
  background-color: #ffece5;
}
section.wooprex-testimonial-section .testimonial-top {
  margin-bottom: 80px;
}
section.wooprex-testimonial-section .testimonial-top .section-header {
  margin-bottom: 0;
  max-width: 600px;
}
section.wooprex-testimonial-section .testimonial-slider-main {
  max-width: 950px;
  margin: 0;
}
section.wooprex-testimonial-section.light {
  background-color: #ffffff;
}

.wooprex-testimonial-item {
  background-color: #ffffff;
  padding: 45px 60px;
  padding-right: 0;
}
.wooprex-testimonial-item .client-details {
  padding-right: 40px;
  border-right: 1px solid #afadb7;
  text-align: center;
}
.wooprex-testimonial-item .client-details .client-image {
  height: 280px;
  max-width: 230px;
  overflow: hidden;
  border-radius: 152px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.wooprex-testimonial-item .client-details .client-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-testimonial-item .client-review {
  padding: 30px 0px;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wooprex-testimonial-item .client-review p {
  padding: 0px 50px 0px 20px;
  position: relative;
  z-index: 2;
  line-height: 1.3em;
  color: #434057;
}
.wooprex-testimonial-item .client-review .quote {
  position: absolute;
  top: 0%;
  right: 0%;
  width: 150px;
}

/*-- marquee -- */
/*-- Base: mixin & variable  -- */
section.wooprex-marque-section .wooprex_marquee {
  position: relative;
}
section.wooprex-marque-section .wooprex_marquee:before, section.wooprex-marque-section .wooprex_marquee:after {
  content: "";
  position: absolute;
  top: 0%;
  height: 100%;
  width: 10%;
  background: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0.813485) 60.51%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
}
section.wooprex-marque-section .wooprex_marquee:before {
  left: 0;
  transform: scale(-1);
}
section.wooprex-marque-section .wooprex_marquee:after {
  right: 0;
}
section.wooprex-marque-section .wooprex_marquee .marquee_items {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  width: -moz-fit-content;
  width: fit-content;
}
section.wooprex-marque-section .wooprex_marquee .marquee_items .marque-item {
  float: left;
}
section.wooprex-marque-section .wooprex_marquee .marquee_items .marque-item h4 {
  font-weight: 700;
  font-size: 80px;
  position: relative;
  display: inline-block;
  text-wrap: nowrap;
  text-transform: uppercase;
  background: linear-gradient(90deg, #686679 0%, #c0bcdf 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
section.wooprex-marque-section .wooprex_marquee .marquee_items .marque-item h4:before {
  content: "\f109";
  font-family: "flaticon_company";
  font-size: 70px;
  padding: 0px 30px;
  vertical-align: bottom;
  color: #e6e6e9;
  z-index: 2;
}
section.wooprex-marque-section .marque-bottom-wrapper {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 80px;
  text-align: center;
}
section.wooprex-marque-section .marque-bottom-wrapper h3 {
  margin-bottom: 20px;
}
section.wooprex-marque-section .marque-bottom-wrapper p {
  padding: 0px 60px;
  margin-bottom: 40px;
}

/*-- wooprex sidebar -- */
/*-- Base: mixin & variable  -- */
.wooprex-sidebar {
  /* Latest post */
}
.wooprex-sidebar.left {
  padding-right: 30px;
}
.wooprex-sidebar.right {
  padding-left: 50px;
}
.wooprex-sidebar .sidebar-title {
  margin-bottom: 35px;
  color: #4b5563;
  font-size: 24px;
  font-weight: 400;
}
.wooprex-sidebar .wooprex-sidebar-author {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  margin-bottom: 70px;
}
.wooprex-sidebar .wooprex-sidebar-author .author-image {
  width: 94px;
  height: 94px;
  border-radius: 50%;
  overflow: hidden;
}
.wooprex-sidebar .wooprex-sidebar-author .author-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.wooprex-sidebar .wooprex-sidebar-author .author-image a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-sidebar .wooprex-sidebar-author .author-image a img:hover {
  transform: scale(1.1);
}
.wooprex-sidebar .wooprex-sidebar-author .author-details h4 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 8px;
  color: #494949;
}
.wooprex-sidebar .wooprex-sidebar-author .author-details h5 {
  font-size: 14px;
  font-weight: 300;
  color: #494949;
}
.wooprex-sidebar .wooprex-sidebar-category ul,
.wooprex-sidebar .wooprex-sidebar-archive ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.wooprex-sidebar .wooprex-sidebar-category ul li,
.wooprex-sidebar .wooprex-sidebar-archive ul li {
  font-size: 16px;
}
.wooprex-sidebar .wooprex-sidebar-latest-post ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.wooprex-sidebar .wooprex-sidebar-latest-post .latest-post-item {
  display: flex;
  gap: 15px;
  align-items: center;
}
.wooprex-sidebar .wooprex-sidebar-latest-post .latest-post-item .post-thumbnail {
  width: 125px;
  height: 105px;
  overflow: hidden;
}
.wooprex-sidebar .wooprex-sidebar-latest-post .latest-post-item .post-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-sidebar .wooprex-sidebar-latest-post .latest-post-item:hover .post-thumbnail img {
  transform: scale(1.05);
}
.wooprex-sidebar .wooprex-sidebar-latest-post .latest-post-item .post-details {
  width: 65%;
}
.wooprex-sidebar .wooprex-sidebar-latest-post .latest-post-item .post-details p.date {
  color: #101249;
  margin-bottom: 20px;
}
.wooprex-sidebar .wooprex-sidebar-latest-post .latest-post-item .post-details p.details {
  font-size: 22px;
  line-height: 1.4em;
}
.wooprex-sidebar .wooprex-sidebar-tags .tagcloud {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 300px;
}
.wooprex-sidebar .wooprex-sidebar-tags .tagcloud a {
  text-transform: lowercase;
  padding-right: 10px;
  position: relative;
  color: #494949;
  font-size: 14px;
}
.wooprex-sidebar .wooprex-sidebar-tags .tagcloud a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  height: 10px;
  width: 1px;
  background-color: #494949;
}
.wooprex-sidebar .wooprex-sidebar-tags .tagcloud a:last-child:after {
  display: none;
}
.wooprex-sidebar .wooprex-sidebar-tags .tagcloud a:before {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0%;
  width: 0;
  height: 1px;
  background-color: #101249;
  transition: all 0.6s ease;
}
.wooprex-sidebar .wooprex-sidebar-tags .tagcloud a:hover:before {
  width: 90%;
}
.wooprex-sidebar .wooprex-sidebar-category,
.wooprex-sidebar .wooprex-sidebar-archive,
.wooprex-sidebar .wooprex-sidebar-latest-post,
.wooprex-sidebar .wooprex-sidebar-tags {
  margin-top: 50px;
}

/*-- bottom to top -- */
/*-- Base: mixin & variable  -- */
#topButton {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #ff5316;
  padding: 0;
  cursor: pointer;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
#topButton .progress-circle {
  width: 100%;
  height: 100%;
}
#topButton .progress-circle .progress-svg {
  width: 100%;
  height: 100%;
}
#topButton .progress-circle .progress-svg .progress-background {
  fill: none;
  stroke: #ffffff;
  stroke-width: 4;
}
#topButton .progress-circle .progress-svg .progress-bar {
  fill: none;
  stroke: #101249;
  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: 22px;
  color: #ffffff;
  display: flex;
}
#topButton .progress-circle .font i {
  transform: rotate(180deg);
  line-height: 0px;
}
#topButton .progress-circle .font i:after {
  font-weight: 700 !important;
}
#topButton.show {
  opacity: 1;
  visibility: visible;
}

/*-- preload Animation -- */
/*-- Base: mixin & variable  -- */
@keyframes loopRound {
  0% {
    transform: rotate(-70deg);
  }
  100% {
    transform: rotate(70deg);
  }
}
@keyframes wooprexDraw {
  0%, 100% {
    clip-path: inset(0 0 0 0);
  }
  42% {
    clip-path: inset(0 0 0 100%);
  }
  43% {
    clip-path: inset(0 100% 0 0);
  }
}
/* Wave */
@keyframes wave {
  0%, 100% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  75% {
    transform: rotate(5deg);
  }
}
.simpleParallax {
  height: 100%;
}

/*-- 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 #101249;
  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);
  }
}
/*-- cursor resizer -- */
/*-- Base: mixin & variable  -- */
/* Basic styles for the custom cursor */
.wooprex-cursor-follower {
  width: 20px;
  height: 20px;
  position: fixed;
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  background-color: transparent;
  border: 1px solid #ffffff;
  transition: background-color 0.2s, opacity 0.2s, width 0.2s, height 0.2s;
  pointer-events: none;
}

/* Hover effect styles */
.wooprex-resizer-active {
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(6, 23, 106, 0.0784313725);
  width: 85px;
  height: 85px;
  pointer-events: none;
}
.wooprex-resizer-active:before {
  content: "\f11d";
  font-family: "flaticon_company";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #000000;
  background-size: contain;
  font-size: 40px;
}

/*-- All pages styles -- */
/*-- home page -- */
/*-- Base: mixin & variable  -- */
section.wooprex-banner-section .banner-slider .banner-item {
  position: relative;
  height: 930px;
}
section.wooprex-banner-section .banner-slider .banner-item:before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #030712;
  opacity: 0.3;
  z-index: 1;
}
section.wooprex-banner-section .banner-slider .banner-item .banner-image {
  height: 100%;
}
section.wooprex-banner-section .banner-slider .banner-item .banner-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-banner-section .banner-slider .banner-item .banner-text {
  position: absolute;
  left: calc((100% - 1300px) / 2);
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 15px;
  width: 700px;
  max-width: 100%;
  z-index: 3;
}
section.wooprex-banner-section .banner-slider .banner-item .banner-text h3 {
  color: #ffffff;
  line-height: 1em;
  margin-bottom: 15px;
}
section.wooprex-banner-section .banner-slider .banner-item .banner-text h5 {
  color: #ffffff;
  line-height: 1.6em;
  max-width: 600px;
  margin-bottom: 25px;
}
section.wooprex-banner-section .wooprex-follow-us {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 70px;
  z-index: 2;
}

/* Home about section */
section.wooprex-home-about-section .section-header {
  margin-bottom: 0px;
  display: block;
}
section.wooprex-home-about-section .section-header h5 {
  text-transform: uppercase;
  color: #ff5316;
  font-size: 24px;
  font-weight: 500;
  margin-top: 35px;
}
section.wooprex-home-about-section .section-header .sub-header {
  margin-top: 15px;
}
section.wooprex-home-about-section .about-top-right {
  height: 100%;
}
section.wooprex-home-about-section .about-top-right h3 {
  color: #ffece5;
  display: flex;
  align-items: end;
  justify-content: end;
  height: 100%;
  line-height: 0.8em;
}
section.wooprex-home-about-section .about-slider-main-wrapper {
  margin-top: 80px;
}
section.wooprex-home-about-section .about-slider-main-wrapper .about-slider-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
section.wooprex-home-about-section .about-slider-main-wrapper .about-slider-item .about-slider-image {
  height: 500px;
  width: 62%;
}
section.wooprex-home-about-section .about-slider-main-wrapper .about-slider-item .about-slider-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-home-about-section .about-slider-main-wrapper .about-slider-item .about-slider-description {
  width: 36%;
  height: 500px;
  background-color: #ff5316;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  padding: 40px 25px 30px 25px;
}
section.wooprex-home-about-section .about-slider-main-wrapper .about-slider-item .about-slider-description p {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 700;
}

/* Home client section */
section.wooprex-client-section {
  overflow: visible;
}
section.wooprex-client-section .client-main-wrapper {
  padding: 0px 70px;
  background: #ffffff;
}
section.wooprex-client-section .client-main-wrapper.wooprex-fixed-box {
  height: 300vh;
  position: relative;
  z-index: 999;
}
section.wooprex-client-section .client-main-wrapper.wooprex-fixed-box .fixed-box-contain {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  height: 100vh;
}
section.wooprex-client-section .client-main-wrapper.wooprex-fixed-box .fixed-box-contain .client-item {
  height: 100vh;
  width: 100%;
  position: absolute;
  z-index: 999;
  overflow: hidden;
}
section.wooprex-client-section .client-main-wrapper.wooprex-fixed-box .fixed-box-contain .client-item.client-item-2 {
  z-index: 99;
}
section.wooprex-client-section .client-main-wrapper.wooprex-fixed-box .fixed-box-contain .client-item.client-item-2 .client-item-wrapper .client-description span.category {
  font-size: 96px;
}
section.wooprex-client-section .client-main-wrapper.wooprex-fixed-box .fixed-box-contain .client-item.client-item-3 {
  z-index: 9;
  height: 100vh !important;
}
section.wooprex-client-section .client-main-wrapper.wooprex-fixed-box .fixed-box-contain .client-item.client-item-3 .client-item-wrapper .client-description span.category {
  font-size: 110px;
}
section.wooprex-client-section .client-main-wrapper.wooprex-fixed-box .fixed-box-contain .client-item:nth-child(odd) .client-item-wrapper .client-description {
  background-color: #ffffff;
}
section.wooprex-client-section .client-main-wrapper.wooprex-fixed-box .fixed-box-contain .client-item:nth-child(odd) .client-item-wrapper .client-description span.count {
  color: #f8f8ff;
}
section.wooprex-client-section .client-main-wrapper.wooprex-fixed-box .fixed-box-contain .client-item:nth-child(even) .client-item-wrapper .client-description {
  background-color: #f8f8ff;
}
section.wooprex-client-section .client-main-wrapper.wooprex-fixed-box .fixed-box-contain .client-item:nth-child(even) .client-item-wrapper .client-description span.count {
  color: #ffffff;
}
section.wooprex-client-section .client-main-wrapper .client-item-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  overflow: hidden;
  display: flex;
  height: 100vh;
}
section.wooprex-client-section .client-main-wrapper .client-item-wrapper .client-image {
  width: 50%;
  height: 100%;
}
section.wooprex-client-section .client-main-wrapper .client-item-wrapper .client-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-client-section .client-main-wrapper .client-item-wrapper .client-description {
  width: 50%;
  padding-left: 40px;
  background-color: #ffffff;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
section.wooprex-client-section .client-main-wrapper .client-item-wrapper .client-description .shape-image {
  position: absolute;
  top: 0%;
  right: 10%;
  width: 35%;
  height: 100%;
  -o-object-position: top;
     object-position: top;
  -o-object-fit: contain;
     object-fit: contain;
}
section.wooprex-client-section .client-main-wrapper .client-item-wrapper .client-description span.count {
  font-weight: 600;
  font-size: 184px;
  line-height: 1em;
  padding-top: 50px;
}
section.wooprex-client-section .client-main-wrapper .client-item-wrapper .client-description span.category {
  color: #e8e8f5;
  font-size: 128px;
  font-weight: 600;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) scale(-1);
  writing-mode: vertical-rl;
  line-height: 1em;
  text-wrap: nowrap;
}
section.wooprex-client-section .client-main-wrapper .client-item-wrapper .client-description .description-wrapper {
  padding-left: 160px;
  position: relative;
  z-index: 2;
  max-width: 700px;
}
section.wooprex-client-section .client-main-wrapper .client-item-wrapper .client-description .description-wrapper:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  width: 100px;
  height: 1px;
  background-color: #c0bcdf;
}
section.wooprex-client-section .client-main-wrapper .client-item-wrapper .client-description .description-wrapper h3 {
  font-size: 32px;
  color: #000000;
  margin-bottom: 20px;
}
section.wooprex-client-section .client-main-wrapper .client-item-wrapper .client-description .description-wrapper p {
  color: #4b5563;
  margin-bottom: 80px;
}

/*-- about page -- */
/*-- Base: mixin & variable  -- */
section.wooprex-growth-section .growth-main-wrapper .growth-image {
  height: 590px;
  overflow: hidden;
}
section.wooprex-growth-section .growth-main-wrapper .growth-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-growth-section .growth-main-wrapper .growth-image img:hover {
  transform: scale(1.05);
}
section.wooprex-growth-section .growth-main-wrapper .growth-description {
  height: 100%;
  position: relative;
}
section.wooprex-growth-section .growth-main-wrapper .growth-description p.period {
  writing-mode: vertical-rl;
  line-height: 1em;
  text-wrap: nowrap;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  font-size: 96px;
  font-weight: 700;
  color: #e6e6e9;
}
section.wooprex-growth-section .growth-main-wrapper .growth-description .growth-description-inner {
  background-color: #ffece5;
  padding: 30px 40px;
  height: 100%;
  width: 83%;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
section.wooprex-growth-section .growth-main-wrapper .growth-description .growth-description-inner .inner-item {
  position: relative;
  z-index: 2;
}
section.wooprex-growth-section .growth-main-wrapper .growth-description .growth-description-inner .inner-item i {
  color: #ff5316;
  display: inline-block;
  margin-bottom: 20px;
  font-size: 45px;
}
section.wooprex-growth-section .growth-main-wrapper .growth-description .growth-description-inner .inner-item h3 {
  font-size: 24px;
  margin-bottom: 8px;
  color: #101249;
}
section.wooprex-growth-section .growth-main-wrapper .growth-description .growth-description-inner .inner-item p {
  font-size: 14px;
  color: #333333;
}

/* Traffic section */
section.wooprex-traffic-section {
  background-color: #f8f8ff;
}
section.wooprex-traffic-section .section-header-separate .sub-header {
  padding-left: 70px;
}
section.wooprex-traffic-section .growth-main-wrapper .growth-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  background-color: #ffffff;
  box-shadow: 0px 12px 20px 0px rgba(31, 35, 142, 0.0392156863);
  padding: 30px;
}
section.wooprex-traffic-section .growth-main-wrapper .growth-item i {
  font-size: 30px;
  display: inline-block;
}
section.wooprex-traffic-section .growth-main-wrapper .growth-item h3 {
  font-size: 24px;
}
section.wooprex-traffic-section .growth-main-wrapper .growth-item p {
  color: #686679;
}

/* Empower section */
section.wooprex-empower-section {
  padding-right: calc((100% - 1300px) / 2);
  display: flex;
  align-items: end;
  justify-content: flex-start;
}
section.wooprex-empower-section .empower-image {
  overflow: hidden;
  width: 55%;
  height: 850px;
}
section.wooprex-empower-section .empower-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-empower-section .empower-description {
  width: 45%;
  height: 100%;
}
section.wooprex-empower-section .empower-description h3 {
  font-size: 72px;
  color: #36334c;
  position: relative;
  left: -130px;
  width: 120%;
  margin-bottom: 120px;
}
section.wooprex-empower-section .empower-description .description-bottom {
  margin-left: 60px;
  padding-left: 60px;
  border-left: 4px solid #c0bcdf;
}
section.wooprex-empower-section .empower-description .description-bottom p {
  font-size: 20px;
  color: #434057;
  margin-bottom: 120px;
  max-width: 500px;
}

/*-- service page -- */
/*-- Base: mixin & variable  -- */
/* Service innovation section */
section.wooprex-service-innovation-section .innovation-main-wrapper .innovation-btn {
  transform: scale(-1);
  writing-mode: vertical-rl;
  border: 1px dotted #c0bcdf;
  font-size: 32px;
  font-weight: 600;
  color: #101249;
  width: 125px;
  height: 100%;
  padding: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
  background-color: #f8f8ff;
  transition: all 0.6s ease;
}
section.wooprex-service-innovation-section .innovation-main-wrapper .innovation-btn span.text {
  transition: all 0.3s ease;
}
section.wooprex-service-innovation-section .innovation-main-wrapper .innovation-btn span.icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 85px;
  height: 85px;
  background: #101249;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
}
section.wooprex-service-innovation-section .innovation-main-wrapper .innovation-btn span.icon span {
  transition: 0s;
}
section.wooprex-service-innovation-section .innovation-main-wrapper .innovation-btn span.icon span.main-icon {
  transition: 0s;
}
section.wooprex-service-innovation-section .innovation-main-wrapper .innovation-btn span.icon span.copy-icon {
  position: absolute;
  transform: translate(150%, -150%);
}
section.wooprex-service-innovation-section .innovation-main-wrapper .innovation-btn span i {
  font-size: 40px;
  transform: rotate(135deg);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.wooprex-service-innovation-section .innovation-main-wrapper .innovation-btn:hover {
  background-color: #edebff;
}
section.wooprex-service-innovation-section .innovation-main-wrapper .innovation-btn:hover span.icon {
  background-color: #ff5316;
}
section.wooprex-service-innovation-section .innovation-main-wrapper .innovation-btn:hover span.icon span.main-icon {
  transition: transform 0.3s ease-in-out;
  transform: translate(-150%, 150%);
}
section.wooprex-service-innovation-section .innovation-main-wrapper .innovation-btn:hover span.icon span.copy-icon {
  transition: transform 0.3s ease-in-out 0.1s;
  transform: translate(0%);
}
section.wooprex-service-innovation-section .innovation-main-wrapper .innovation-btn:hover span.text {
  color: rgba(16, 18, 73, 0.7882352941);
}
section.wooprex-service-innovation-section .innovation-main-wrapper .innovation-service {
  height: 560px;
  position: relative;
  overflow: hidden;
}
section.wooprex-service-innovation-section .innovation-main-wrapper .innovation-service:before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(16, 18, 73, 0) 0%, rgba(16, 18, 73, 0.8588235294) 100%);
  z-index: 1;
}
section.wooprex-service-innovation-section .innovation-main-wrapper .innovation-service:after {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(74, 81, 255, 0.12);
  z-index: 1;
}
section.wooprex-service-innovation-section .innovation-main-wrapper .innovation-service .innovation-service-image {
  height: 100%;
  overflow: hidden;
}
section.wooprex-service-innovation-section .innovation-main-wrapper .innovation-service .innovation-service-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
section.wooprex-service-innovation-section .innovation-main-wrapper .innovation-service .innovation-service-description {
  position: absolute;
  bottom: 0%;
  left: 0%;
  bottom: -100px;
  display: none;
  padding: 40px;
  display: flex;
  align-items: end;
  justify-content: flex-start;
  gap: 90px;
  z-index: 2;
  transition: all 0.6s ease;
}
section.wooprex-service-innovation-section .innovation-main-wrapper .innovation-service .innovation-service-description h4 a,
section.wooprex-service-innovation-section .innovation-main-wrapper .innovation-service .innovation-service-description p {
  color: #ffffff;
}
section.wooprex-service-innovation-section .innovation-main-wrapper .innovation-service .innovation-service-description h4 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}
section.wooprex-service-innovation-section .innovation-main-wrapper .innovation-service .innovation-service-description .wooprex-btn span.icon {
  background-color: #ff5316;
  width: 85px;
  height: 85px;
}
section.wooprex-service-innovation-section .innovation-main-wrapper .innovation-service .innovation-service-description .wooprex-btn span.icon i {
  font-size: 40px;
}
section.wooprex-service-innovation-section .innovation-main-wrapper .innovation-service .innovation-service-description .wooprex-btn:hover span.icon {
  background-color: #101249;
}
section.wooprex-service-innovation-section .innovation-main-wrapper .wooprex-accordion {
  display: flex;
  gap: 20px;
  justify-content: end;
  position: relative;
  overflow: hidden;
}
section.wooprex-service-innovation-section .innovation-main-wrapper .wooprex-accordion .custom-accordion-item {
  border-radius: 0px;
  height: 560px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
section.wooprex-service-innovation-section .innovation-main-wrapper .wooprex-accordion .custom-accordion-item .custom-collapse {
  transition: height 0.3s ease-out, opacity 0.3s ease-out;
  opacity: 0;
  visibility: hidden;
  height: 560px;
}
section.wooprex-service-innovation-section .innovation-main-wrapper .wooprex-accordion .custom-accordion-item .accordion-body {
  padding: 0;
  border: none;
  width: 0px;
  opacity: 0;
  transition: width 1s;
}
section.wooprex-service-innovation-section .innovation-main-wrapper .wooprex-accordion .custom-accordion-item.show {
  gap: 20px;
}
section.wooprex-service-innovation-section .innovation-main-wrapper .wooprex-accordion .custom-accordion-item.show .custom-collapse.active {
  visibility: visible;
  opacity: 1;
}
section.wooprex-service-innovation-section .innovation-main-wrapper .wooprex-accordion .custom-accordion-item.show .accordion-body {
  width: 716px;
  max-width: 100%;
  opacity: 1;
}
section.wooprex-service-innovation-section .innovation-main-wrapper .wooprex-accordion .custom-accordion-item.show .innovation-service .innovation-service-description {
  bottom: 0px;
  display: flex;
  transition-delay: 0.8s;
}
section.wooprex-service-innovation-section .innovation-main-wrapper .wooprex-accordion .custom-accordion-item.show .innovation-btn {
  cursor: auto;
  background-color: #f8f8ff;
}
section.wooprex-service-innovation-section .innovation-main-wrapper .wooprex-accordion .custom-accordion-item.show .innovation-btn span.text {
  color: #101249;
}
section.wooprex-service-innovation-section .innovation-main-wrapper .wooprex-accordion .custom-accordion-item.show .innovation-btn span.icon {
  background-color: #ff5316;
}
section.wooprex-service-innovation-section .innovation-main-wrapper .wooprex-accordion .custom-accordion-item.show .innovation-btn span.icon span {
  transition: 0s;
}

/* Main service section */
section.wooprex-main-service-section .service-main-wrapper .row {
  row-gap: 30px;
}
section.wooprex-main-service-section .service-main-wrapper .main-service-item {
  box-shadow: 0px 12px 28px 0px rgba(124, 34, 2, 0.0784313725);
  height: 530px;
  position: relative;
}
section.wooprex-main-service-section .service-main-wrapper .main-service-item .main-service-image {
  height: 100%;
  overflow: hidden;
}
section.wooprex-main-service-section .service-main-wrapper .main-service-item .main-service-image a {
  display: block;
  width: 100%;
  height: 100%;
}
section.wooprex-main-service-section .service-main-wrapper .main-service-item .main-service-image a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-main-service-section .service-main-wrapper .main-service-item .main-service-description {
  padding: 140px 30px 50px 30px;
  background-color: #ffffff;
  transition: all 0.3s ease;
  clip-path: polygon(0 0, 0 0, 101% 55%, 101% 100%, 0 100%, 0% 50%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
section.wooprex-main-service-section .service-main-wrapper .main-service-item .main-service-description h4 {
  font-size: 24px;
  margin-bottom: 20px;
}
section.wooprex-main-service-section .service-main-wrapper .main-service-item .main-service-description h4 a {
  color: #000000;
}
section.wooprex-main-service-section .service-main-wrapper .main-service-item:hover .main-service-image a img {
  transform: scale(1.05);
}
section.wooprex-main-service-section .service-main-wrapper .main-service-item:hover .main-service-description {
  background-color: #ff5316;
}
section.wooprex-main-service-section .service-main-wrapper .main-service-item:hover .main-service-description h4 a,
section.wooprex-main-service-section .service-main-wrapper .main-service-item:hover .main-service-description p {
  color: #ffffff;
}

/* Potential service section */
section.wooprex-potential-service-section .section-header-separate .header {
  max-width: 550px;
}
section.wooprex-potential-service-section .section-header-separate .top-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
section.wooprex-potential-service-section .section-header-separate .sub-header {
  margin-left: 80px;
  padding-left: 20px;
  height: auto;
}
section.wooprex-potential-service-section .section-header-separate .sub-header:before {
  content: "";
  height: 90%;
  width: 8px;
  background-color: #ff5316;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
}
section.wooprex-potential-service-section .potential-service-main-wrapper .service-image-wrapper {
  width: 650px;
  height: 650px;
  max-width: 100%;
  border-radius: 50%;
  overflow: hidden;
  padding: 20px;
  border: 1px solid #c0bcdf;
  margin: 0 auto;
}
section.wooprex-potential-service-section .potential-service-main-wrapper .service-image-wrapper .service-image {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}
section.wooprex-potential-service-section .potential-service-main-wrapper .service-image-wrapper .service-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-potential-service-section .potential-service-main-wrapper .service-description {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
section.wooprex-potential-service-section .potential-service-main-wrapper .service-description .service-item {
  background-color: #f8f8ff;
  border-radius: 104px;
  padding: 30px 30px 30px 40px;
}
section.wooprex-potential-service-section .potential-service-main-wrapper .service-description .service-item a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  row-gap: 20px;
}
section.wooprex-potential-service-section .potential-service-main-wrapper .service-description .service-item span.count {
  display: inline-block;
  font-size: 128px;
  font-weight: 700;
  color: #ffece5;
  width: 15%;
  text-align: center;
  transition: all 0.3s ease;
}
section.wooprex-potential-service-section .potential-service-main-wrapper .service-description .service-item .inner-item {
  width: 85%;
  padding-left: 20px;
}
section.wooprex-potential-service-section .potential-service-main-wrapper .service-description .service-item .inner-item h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
section.wooprex-potential-service-section .potential-service-main-wrapper .service-description .service-item .inner-item p {
  line-height: 1.3em;
  color: #101249;
}
section.wooprex-potential-service-section .potential-service-main-wrapper .service-description .service-item:hover span.count {
  color: #ff5316;
}

/*-- service details page -- */
/*-- Base: mixin & variable  -- */
section.wooprex-growth-hacking-section {
  background-color: #f6f6ff;
  padding: 90px 0px;
}
section.wooprex-growth-hacking-section .section-header-separate {
  margin: 0;
}
section.wooprex-growth-hacking-section .section-header-separate .header {
  text-transform: capitalize;
  max-width: 330px;
  font-size: 40px;
}
section.wooprex-growth-hacking-section .section-header-separate .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
section.wooprex-growth-hacking-section .section-header-separate .sub-header {
  font-size: 24px;
  font-weight: 500;
  color: #000000;
  line-height: 1.3em;
  padding-left: 35px;
  margin-left: 70px;
  height: auto;
}
section.wooprex-growth-hacking-section .section-header-separate .sub-header:before {
  content: "";
  height: 90%;
  width: 8px;
  background-color: #ff5316;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
}

/* Working steps section */
section.wooprex-work-step-section .work-step-main-wrapper .work-step-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-right: 20px;
  padding-left: 60px;
  transition: all 0.6s ease;
}
section.wooprex-work-step-section .work-step-main-wrapper .work-step-item:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  width: 8px;
  height: 85px;
  background-color: #ff5316;
}
section.wooprex-work-step-section .work-step-main-wrapper .work-step-item.last {
  padding-right: 0;
}
section.wooprex-work-step-section .work-step-main-wrapper .work-step-item.last:before {
  opacity: 0;
  visibility: hidden;
}
section.wooprex-work-step-section .work-step-main-wrapper .work-step-item.first {
  padding-left: 0;
}
section.wooprex-work-step-section .work-step-main-wrapper .work-step-item.first .work-step-description {
  max-width: 210px;
}
section.wooprex-work-step-section .work-step-main-wrapper .work-step-item .work-step-description {
  height: 100%;
  position: relative;
  z-index: 2;
  max-width: 190px;
}
section.wooprex-work-step-section .work-step-main-wrapper .work-step-item .work-step-description h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}
section.wooprex-work-step-section .work-step-main-wrapper .work-step-item .work-step-description h4 a {
  color: #000000;
}
section.wooprex-work-step-section .work-step-main-wrapper .work-step-item .work-step-description h4 a:hover {
  color: #ff5316;
}
section.wooprex-work-step-section .work-step-main-wrapper .work-step-item .work-step-description p {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
}
section.wooprex-work-step-section .work-step-main-wrapper .work-step-item .work-step-image {
  height: 140px;
  overflow: hidden;
  border-radius: 112px;
  position: relative;
  margin-left: -230px;
  width: 0px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
}
section.wooprex-work-step-section .work-step-main-wrapper .work-step-item .work-step-image a {
  width: 100%;
  height: 100%;
  display: block;
}
section.wooprex-work-step-section .work-step-main-wrapper .work-step-item .work-step-image a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-work-step-section .work-step-main-wrapper .work-step-item.active {
  padding-left: 0;
}
section.wooprex-work-step-section .work-step-main-wrapper .work-step-item.active .work-step-image {
  opacity: 1;
  visibility: visible;
  width: 198px;
}

/* Service conversion section */
section.wooprex-conversion-section .conversion-main-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
section.wooprex-conversion-section .conversion-main-wrapper .conversion-left {
  background-color: #f7f7f8;
  padding: 50px 0px 15px 15px;
  width: 70%;
}
section.wooprex-conversion-section .conversion-main-wrapper .conversion-left .conversion-left-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-right: 30px;
}
section.wooprex-conversion-section .conversion-main-wrapper .conversion-left .conversion-left-top .top-description h4 {
  margin-bottom: 10px;
}
section.wooprex-conversion-section .conversion-main-wrapper .conversion-left .conversion-left-image {
  height: 550px;
  overflow: hidden;
}
section.wooprex-conversion-section .conversion-main-wrapper .conversion-left .conversion-left-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-conversion-section .conversion-main-wrapper .conversion-right {
  width: 30%;
  background: #e6e6e9;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  padding: 60px 30px 30px 30px;
}
section.wooprex-conversion-section .conversion-main-wrapper .conversion-right p {
  color: #434057;
}
section.wooprex-conversion-section .conversion-main-wrapper .conversion-right .wooprex-counter {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
section.wooprex-conversion-section .conversion-main-wrapper .conversion-right .wooprex-counter .wooprex-counter-item h4 {
  color: #434057;
  font-size: 128px;
  line-height: 1em;
}
section.wooprex-conversion-section .conversion-main-wrapper .conversion-right .wooprex-counter .wooprex-counter-item p {
  color: #686679;
}

/*-- contact page -- */
/*-- Base: mixin & variable  -- */
section.wooprex-google-map-image {
  margin-top: 140px;
  margin-bottom: 40px;
}
section.wooprex-google-map-image .container {
  max-width: 1050px;
}
section.wooprex-google-map-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Contact section */
section.wooprex-contact-section {
  position: relative;
}
section.wooprex-contact-section .contact-location .row {
  row-gap: 25px;
}
section.wooprex-contact-section .contact-location .location-item {
  padding: 24px 32px;
  border: 1px solid #101249;
}
section.wooprex-contact-section .contact-location .location-item h5 {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
section.wooprex-contact-section .contact-location .location-item ul li {
  font-size: 16px;
  color: #030b35;
}
section.wooprex-contact-section .contact-location .location-item ul li:first-child {
  margin: 30px 0px;
  font-size: 24px;
}
section.wooprex-contact-section .contact-location .location-item ul li a {
  color: #030b35;
}
section.wooprex-contact-section .contact-location .location-item ul li a:hover {
  color: #ff5316;
}
section.wooprex-contact-section .contact-main-wrapper {
  display: flex;
  align-items: normal;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}
section.wooprex-contact-section .contact-main-wrapper .contact-form {
  background-color: #f9f9ff;
  padding: 60px;
}
section.wooprex-contact-section .contact-main-wrapper .contact-form h3 {
  margin-bottom: 60px;
  color: #35384a;
}
section.wooprex-contact-section .contact-main-wrapper .wooprex-follow-us {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 100px;
}
section.wooprex-contact-section .contact-main-wrapper .wooprex-follow-us h4 {
  position: relative;
  padding-bottom: 20px;
  width: 50%;
  color: #000000;
}
section.wooprex-contact-section .contact-main-wrapper .wooprex-follow-us h4:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #101249;
  position: absolute;
  bottom: 0%;
  left: 0%;
}
section.wooprex-contact-section .contact-main-wrapper .wooprex-follow-us ul {
  flex-direction: row;
}
section.wooprex-contact-section .contact-main-wrapper .wooprex-follow-us ul li a {
  color: #101249;
  border-color: #101249;
}
section.wooprex-contact-section .contact-main-wrapper .wooprex-follow-us ul li a:hover {
  color: #ffffff;
  border-color: #ff5316;
}

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

/*-- project page -- */
/*-- Base: mixin & variable  -- */
section.wooprex-project-section .row {
  row-gap: 40px;
}
section.wooprex-project-section .wooprex-project-item {
  position: relative;
  height: 700px;
}
section.wooprex-project-section .wooprex-project-item .project-image {
  height: 100%;
}
section.wooprex-project-section .wooprex-project-item .project-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-project-section .wooprex-project-item .project-description {
  position: absolute;
  height: 97%;
  width: 38%;
  top: 10px;
  right: 10px;
  bottom: 10px;
  background: rgba(29, 26, 53, 0.3098039216);
  padding: 40px 30px;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}
section.wooprex-project-section .wooprex-project-item .project-description .project-body span.count {
  font-size: 200px;
  display: block;
  line-height: 1em;
  font-weight: 900;
  -webkit-text-stroke: 1px #ffffff;
  -webkit-text-fill-color: transparent;
}
section.wooprex-project-section .wooprex-project-item .project-description .project-body h4 {
  position: relative;
  font-size: 16px;
}
section.wooprex-project-section .wooprex-project-item .project-description .project-body h4:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 180px;
  width: 180px;
  height: 4px;
  background-color: #ffffff;
}
section.wooprex-project-section .wooprex-project-item .project-description .project-body h3 {
  margin: 20px 0px;
}
section.wooprex-project-section .wooprex-project-item .project-description .project-body p,
section.wooprex-project-section .wooprex-project-item .project-description .project-body h3,
section.wooprex-project-section .wooprex-project-item .project-description .project-body h4 {
  color: #ffffff;
}
section.wooprex-project-section .wooprex-project-item .project-description .project-body p {
  font-weight: 300;
  line-height: 1.4em;
}

/*-- project details page -- */
/*-- Base: mixin & variable  -- */
section.wooprex-customer-experience-section {
  height: 700px;
}
section.wooprex-customer-experience-section:before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(9, 3, 59, 0.7);
  z-index: 1;
}
section.wooprex-customer-experience-section img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-customer-experience-section .customer-experience-description {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  z-index: 2;
}
section.wooprex-customer-experience-section .customer-experience-description .customer-experience-top {
  padding: 0px 20px;
  padding-top: 100px;
  text-align: center;
}
section.wooprex-customer-experience-section .customer-experience-description .customer-experience-top h1 {
  font-size: 65px;
  color: #ffffff;
  margin-bottom: 20px;
  max-width: 950px;
  text-transform: uppercase;
  line-height: 1.2em;
}
section.wooprex-customer-experience-section .customer-experience-description .customer-experience-top p {
  letter-spacing: 7px;
  color: #ffffff;
}
section.wooprex-customer-experience-section .customer-experience-description .customer-experience-top p a {
  color: #636483;
}
section.wooprex-customer-experience-section .customer-experience-description .customer-experience-top p a:hover {
  color: #ffffff;
}
section.wooprex-customer-experience-section .customer-experience-description .customer-experience-bottom {
  width: 100%;
  padding: 40px 20px;
  background: rgba(29, 26, 53, 0.3098039216);
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
}
section.wooprex-customer-experience-section .customer-experience-description .customer-experience-bottom .customer-experience-item p,
section.wooprex-customer-experience-section .customer-experience-description .customer-experience-bottom .customer-experience-item h4 {
  color: #ffffff;
  text-align: center;
}
section.wooprex-customer-experience-section .customer-experience-description .customer-experience-bottom .customer-experience-item p {
  margin-bottom: 10px;
}
section.wooprex-customer-experience-section .customer-experience-description .customer-experience-bottom .row > div {
  position: relative;
}
section.wooprex-customer-experience-section .customer-experience-description .customer-experience-bottom .row > div:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  height: 100%;
  width: 1px;
  background-color: #ffffff;
}
section.wooprex-customer-experience-section .customer-experience-description .customer-experience-bottom .row > div:last-child:before {
  display: none;
}

/* expert solution section */
section.wooprex-expert-solution-section .section-header {
  max-width: 985px;
}
section.wooprex-expert-solution-section .section-header h2 {
  font-size: 32px;
  color: #000000;
  margin-bottom: 30px;
}
section.wooprex-expert-solution-section .section-header p {
  color: #434057;
}
section.wooprex-expert-solution-section .expert-solution-main .swiper-slide {
  overflow: hidden;
  height: 660px;
}
section.wooprex-expert-solution-section .expert-solution-main .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-expert-solution-section .expert-solution-main .swiper-slide img:hover {
  transform: scale(1.05);
}
section.wooprex-expert-solution-section .industry-experience-section {
  padding-top: 100px;
}
section.wooprex-expert-solution-section .industry-experience-section .industry-image {
  height: 660px;
}
section.wooprex-expert-solution-section .industry-experience-section .industry-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-expert-solution-section .industry-experience-section h3 {
  margin: 60px auto;
  color: #000000;
  text-align: center;
  max-width: 950px;
}
section.wooprex-expert-solution-section .industry-experience-section .industry-experience-item i {
  font-size: 60px;
  color: #434057;
}
section.wooprex-expert-solution-section .industry-experience-section .industry-experience-item h4 {
  margin: 10px 0px 30px 0px;
  color: #000000;
}
section.wooprex-expert-solution-section .industry-experience-section .industry-experience-item p {
  color: #434057;
  max-width: 550px;
}

/*-- team page -- */
/*-- Base: mixin & variable  -- */
section.wooprex-team-list-section {
  position: relative;
}
section.wooprex-team-list-section .row {
  row-gap: 30px;
}
section.wooprex-team-list-section.style-1 .wooprex-team-item:before {
  background: linear-gradient(180deg, rgba(16, 18, 73, 0) 0%, rgba(16, 18, 73, 0.8588235294) 100%);
}
section.wooprex-team-list-section.style-1 .wooprex-team-item .team-details h5 a,
section.wooprex-team-list-section.style-1 .wooprex-team-item .team-details p {
  color: #ffffff;
}
section.wooprex-team-list-section.style-1 .wooprex-team-item .team-details h5 a:hover {
  color: #ff5316;
}
section.wooprex-team-list-section.style-1 .wooprex-team-item .team-details .wooprex-follow-us ul li a {
  color: #ffffff;
  border-color: #ffffff;
}
section.wooprex-team-list-section.style-1 .wooprex-team-item .team-details .wooprex-follow-us ul li a:hover {
  border-color: #ff5316;
}

/*-- team details page -- */
/*-- Base: mixin & variable  -- */
.wooprex-team-details-section {
  overflow: hidden;
}
.wooprex-team-details-section .team-top-wrapper .row .row {
  row-gap: 60px;
}
.wooprex-team-details-section .team-top-wrapper h3 {
  margin-bottom: 15px;
  font-size: 40px;
}
.wooprex-team-details-section .team-image {
  max-width: 500px;
  height: 520px;
  overflow: hidden;
}
.wooprex-team-details-section .team-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-team-details-section .team-description {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.wooprex-team-details-section .team-description h2 {
  font-size: 40px;
  margin-bottom: 10px;
}
.wooprex-team-details-section .team-description h4 {
  font-size: 20px;
  color: #ff5316;
}
.wooprex-team-details-section .team-description p {
  margin: 30px 0px;
}
.wooprex-team-details-section .team-description ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 40px;
}
.wooprex-team-details-section .team-description ul li span {
  font-weight: 500;
}
.wooprex-team-details-section .team-description ul li a:hover {
  color: #fbfbff;
}
.wooprex-team-details-section .team-description .wooprex-follow-us ul {
  flex-direction: row;
  gap: 20px;
  margin: 0;
}
.wooprex-team-details-section .team-description .wooprex-follow-us ul li a {
  color: #101249;
  border-color: #101249;
}
.wooprex-team-details-section .team-description .wooprex-follow-us ul li a:hover {
  color: #ffffff;
  border-color: #ff5316;
}
.wooprex-team-details-section .professional-skill .row {
  row-gap: 30px !important;
}
.wooprex-team-details-section .professional-skill .progress-section {
  margin-top: 30px;
}
.wooprex-team-details-section .professional-skill .progress-section .progress-item .description {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.wooprex-team-details-section .professional-skill .progress-section .progress-item .description h5 {
  font-size: 18px;
}
.wooprex-team-details-section .professional-skill .progress-section .progress-item .description p {
  font-weight: 500;
}
.wooprex-team-details-section .professional-skill .progress-section .progress-item .range-progress {
  width: 100%;
  height: 8px;
  border-radius: 8px;
  background-color: #e6e6e9;
  position: relative;
}
.wooprex-team-details-section .professional-skill .progress-section .progress-item .range-progress:before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #101249;
  border-radius: 8px;
}
.wooprex-team-details-section .professional-skill .progress-section .progress-item .range-progress.animated:before {
  animation: progress 2s ease-in-out forwards;
}
.wooprex-team-details-section .professional-skill .progress-section .progress-item.item-1 .range-progress:before {
  width: 90%;
}
.wooprex-team-details-section .professional-skill .progress-section .progress-item.item-2 .range-progress:before {
  width: 95%;
}
.wooprex-team-details-section .professional-skill .progress-section .progress-item.item-3 .range-progress:before {
  width: 100%;
}
.wooprex-team-details-section .professional-skill .progress-section .progress-item.item-4 .range-progress:before {
  width: 85%;
}
.wooprex-team-details-section .work-experience ul,
.wooprex-team-details-section .awards ul {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
.wooprex-team-details-section .work-experience ul li,
.wooprex-team-details-section .awards ul li {
  font-weight: 500;
  position: relative;
  padding-left: 30px;
}
.wooprex-team-details-section .work-experience ul li:before,
.wooprex-team-details-section .awards ul li:before {
  content: "\f11f";
  font-family: "flaticon_company";
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
}

@keyframes progress {
  0% {
    width: 0;
  }
}
/* min-screen-576px to max screen 1199px - responsive */
@media (min-width: 992px) and (max-width: 1199px) {
  /***************** Single Team ******************/
  .wooprex-team-details-section .team-top-wrapper .row {
    row-gap: 40px;
  }
  .wooprex-team-details-section .team-top-wrapper .row .row {
    row-gap: 40px;
  }
  .wooprex-team-details-section .team-image {
    height: 400px;
  }
}
/* min screen- 768px to max screen 991px - responsive */
@media (min-width: 768px) and (max-width: 991px) {
  /***************** Single Team ******************/
  .wooprex-team-details-section .team-top-wrapper .row {
    row-gap: 40px;
  }
  .wooprex-team-details-section .team-top-wrapper .row .row {
    row-gap: 40px;
  }
}
/* min screen- 576px to max screen 767 - responsive */
@media (min-width: 576px) and (max-width: 767px) {
  /***************** Single Team ******************/
  .wooprex-team-details-section .team-top-wrapper .row {
    row-gap: 40px;
  }
  .wooprex-team-details-section .team-top-wrapper .row .row {
    row-gap: 40px;
  }
  .wooprex-team-details-section .team-top-wrapper h3 {
    font-size: 38px;
  }
  .wooprex-team-details-section .team-description h2 {
    font-size: 35px;
  }
  .wooprex-team-details-section .team-description h4 {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  /***************** Single Team ******************/
  .wooprex-team-details-section .team-top-wrapper .row {
    row-gap: 40px;
  }
  .wooprex-team-details-section .team-top-wrapper .row .row {
    row-gap: 40px;
  }
  .wooprex-team-details-section .team-top-wrapper h3 {
    font-size: 30px;
  }
  .wooprex-team-details-section .team-description h2 {
    font-size: 28px;
  }
  .wooprex-team-details-section .team-description h4 {
    font-size: 18px;
  }
  .wooprex-team-details-section .team-image {
    height: 400px;
  }
}
/*-- testimonial page -- */
/*-- Base: mixin & variable  -- */
section.wooprex-testimonial-list-section .row {
  row-gap: 60px;
}
section.wooprex-testimonial-list-section .wooprex-testimonial-item {
  padding: 0;
}
section.wooprex-testimonial-list-section .wooprex-testimonial-item .row {
  row-gap: 0px;
}

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

@media only screen and (max-width: 767px) {
  section.wooprex-blog-list-section .row {
    row-gap: 40px;
  }
  section.wooprex-blog-list-section.has-sidebar .row {
    row-gap: inherit;
  }
  section.wooprex-blog-list-section.has-sidebar .row .row {
    row-gap: 40px;
  }
}
/*-- blog details page -- */
/*-- Base: mixin & variable  -- */
.wooprex-blog-header {
  margin-bottom: 30px;
}
.wooprex-blog-header h1 {
  margin-bottom: 15px;
  color: #000000;
  max-width: 650px;
}
.wooprex-blog-header .author {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
}
.wooprex-blog-header .author h4 a {
  color: #000000;
}
.wooprex-blog-header .author h4:hover a {
  color: #ff5316;
}
.wooprex-blog-header .author p {
  color: #434057;
}

.wooprex-blog-details .wooprex-blog-description.top {
  margin-bottom: 20px;
}
.wooprex-blog-details .wooprex-blog-description.top article p {
  color: #494949;
}
.wooprex-blog-details .wooprex-blog-thumbnail {
  height: 530px;
  margin-bottom: 30px;
  overflow: hidden;
}
.wooprex-blog-details .wooprex-blog-image {
  height: 530px;
  margin-bottom: 30px;
}
.wooprex-blog-details .wooprex-blog-thumbnail,
.wooprex-blog-details .wooprex-blog-image {
  overflow: hidden;
}
.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;
}
.wooprex-blog-details .wooprex-blog-thumbnail:hover img,
.wooprex-blog-details .wooprex-blog-image:hover img {
  transform: scale(1.05);
}
.wooprex-blog-details .wooprex-blog-description {
  margin-bottom: 50px;
}
.wooprex-blog-details .wooprex-blog-description h4 {
  margin-bottom: 20px;
}
.wooprex-blog-details .wooprex-blog-description h3 {
  font-size: 30px;
}
.wooprex-blog-details .wooprex-blog-description h3 span {
  color: #ff5316;
  display: block;
}
.wooprex-blog-details .wooprex-blog-description p {
  color: #434057;
}
.wooprex-blog-details .wooprex-blog-description.last {
  margin-bottom: 0;
}
.wooprex-blog-details .wooprex-blog-quote {
  height: 140px;
  background: #dedef8;
  position: relative;
  margin-bottom: 60px;
  padding: 20px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 4px 4px 0px 0px #c0bcdf;
}
.wooprex-blog-details .wooprex-blog-quote blockquote {
  line-height: 1.2em;
  z-index: 2;
  position: relative;
  text-align: center;
  font-size: 26px;
  color: #1d1a35;
}
.wooprex-blog-details .wooprex-blog-quote:before {
  content: "";
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  top: 10px;
  width: 86px;
  height: 64px;
  background-image: url("../assets/shape/shape-05.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.wooprex-blog-details .wooprex-blog-quote span {
  position: absolute;
  background-color: #ff5316;
  left: 0;
  top: 0;
  width: 225px;
  height: 100%;
  clip-path: polygon(0 0, 60% 0, 100% 100%, 0 100%);
}
.wooprex-blog-details .wooprex-blog-quote span.white {
  background-color: #1f238e;
  left: 30px;
}
.wooprex-blog-details .wooprex-blog-quote span.color {
  z-index: 1;
}

/*-- coming soon page -- */
/*-- Base: mixin & variable  -- */
.wooprex-coming-soon-section {
  height: 800px;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  padding: 0px 20px;
}
.wooprex-coming-soon-section .coming-soon-main-wrapper {
  position: relative;
  z-index: 2;
  max-width: 900px;
  text-align: center;
  margin: 0 auto;
}
.wooprex-coming-soon-section .coming-soon-main-wrapper p {
  font-size: 18px;
}
.wooprex-coming-soon-section .coming-soon-main-wrapper h1 {
  font-size: 70px;
  font-weight: 600;
  margin-top: 30px;
}
.wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
  flex-wrap: wrap;
  gap: 65px;
}
.wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown .item {
  position: relative;
  padding-right: 65px;
}
.wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown .item:last-child {
  padding-right: 0;
}
.wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown .item:last-child:after {
  display: none;
}
.wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown .item:after {
  content: ":";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  font-size: 62px;
}
.wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown .item span {
  font-size: 56px;
  font-weight: 500;
  display: block;
  line-height: 1.4em;
}
.wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown .item h4 {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}
.wooprex-coming-soon-section .coming-soon-main-wrapper a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 100px;
}
.wooprex-coming-soon-section .coming-soon-main-wrapper a i {
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px) {
  /***************** COMING SOON PAGE *******************/
  .wooprex-coming-soon-section {
    height: 700px;
  }
  .wooprex-coming-soon-section .coming-soon-main-wrapper h1 {
    font-size: 56px;
  }
  .wooprex-coming-soon-section .coming-soon-main-wrapper a {
    margin-top: 80px;
  }
  .wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown {
    gap: 50px;
    margin-top: 70px;
  }
  .wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown .item {
    padding-right: 55px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  /***************** COMING SOON PAGE *******************/
  .wooprex-coming-soon-section {
    height: 650px;
  }
  .wooprex-coming-soon-section .coming-soon-main-wrapper h1 {
    font-size: 44px;
    margin-top: 30px;
  }
  .wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
    gap: 22px;
  }
  .wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown .item {
    padding-right: 30px;
  }
  .wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown .item:after {
    font-size: 30px;
  }
  .wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown .item span {
    font-size: 50px;
  }
  .wooprex-coming-soon-section .coming-soon-main-wrapper a {
    margin-top: 70px;
  }
}
@media (max-width: 575px) {
  /***************** COMING SOON PAGE *******************/
  .wooprex-coming-soon-section {
    height: 650px;
  }
  .wooprex-coming-soon-section .coming-soon-main-wrapper {
    width: 100%;
  }
  .wooprex-coming-soon-section .coming-soon-main-wrapper h1 {
    font-size: 30px;
    margin-top: 20px;
  }
  .wooprex-coming-soon-section .coming-soon-main-wrapper p {
    font-size: 16px;
  }
  .wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    gap: 22px;
  }
  .wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown .item {
    padding-right: 30px;
  }
  .wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown .item:after {
    font-size: 30px;
  }
  .wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown .item span {
    font-size: 32px;
  }
  .wooprex-coming-soon-section .coming-soon-main-wrapper a {
    margin-top: 40px;
  }
  .wooprex-coming-soon-section .coming-soon-main-wrapper a i {
    font-size: 20px;
  }
}
@media (max-width: 430px) {
  .wooprex-coming-soon-section {
    height: 550px;
  }
  .wooprex-coming-soon-section .coming-soon-main-wrapper h1 {
    font-size: 30px;
  }
  .wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown {
    gap: 13px;
  }
  .wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown .item {
    padding-right: 20px;
  }
  .wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown .item:after {
    font-size: 20px;
  }
  .wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown .item h4 {
    font-size: 13px;
  }
  .wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown .item span {
    font-size: 22px;
  }
}
/*-- 404 error page -- */
/*-- Base: mixin & variable  -- */
.wooprex-error-section {
  height: 800px;
  position: relative;
  overflow: hidden;
}
.wooprex-error-section .error-wrapper-main {
  height: 100%;
  max-width: 650px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0px 20px;
  text-align: center;
  position: relative;
  z-index: 3;
  margin: 0 auto;
}
.wooprex-error-section .error-wrapper-main h1 {
  font-size: 200px;
}
.wooprex-error-section .error-wrapper-main h3 {
  font-size: 50px;
  margin: 30px 0px;
}
.wooprex-error-section .error-wrapper-main p {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 40px;
}
.wooprex-error-section .error-wrapper-main .wooprex-btn {
  min-width: 180px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  /***************** ERROR PAGE *******************/
  .wooprex-error-section {
    height: auto;
    padding: 100px 0;
  }
  .wooprex-error-section .error-wrapper-main h1 {
    font-size: 180px;
  }
  .wooprex-error-section .error-wrapper-main h3 {
    font-size: 36px;
  }
  .wooprex-error-section .error-wrapper-main p {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /***************** ERROR PAGE *******************/
  .wooprex-error-section {
    height: auto;
    padding: 100px 0;
  }
  .wooprex-error-section .error-wrapper-main h1 {
    font-size: 160px;
  }
  .wooprex-error-section .error-wrapper-main h3 {
    font-size: 32px;
  }
  .wooprex-error-section .error-wrapper-main p {
    font-size: 22px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  /***************** ERROR PAGE *******************/
  .wooprex-error-section {
    height: auto;
    padding: 100px 0;
  }
  .wooprex-error-section .error-wrapper-main h1 {
    font-size: 140px;
  }
  .wooprex-error-section .error-wrapper-main h3 {
    font-size: 28px;
  }
  .wooprex-error-section .error-wrapper-main p {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  /***************** ERROR PAGE *******************/
  .wooprex-error-section {
    height: auto;
    padding: 100px 0;
  }
  .wooprex-error-section .error-wrapper-main h1 {
    font-size: 100px;
  }
  .wooprex-error-section .error-wrapper-main h3 {
    font-size: 24px;
  }
  .wooprex-error-section .error-wrapper-main p {
    font-size: 16px;
  }
}
/*-- faq page -- */
/*-- Base: mixin & variable  -- */
.wooprex-faq-page-section .faq-main .row {
  row-gap: 40px;
}
.wooprex-faq-page-section .accordion {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 20px;
  padding: 0;
}
.wooprex-faq-page-section .accordion .accordion-item {
  background-color: #f7f6ff;
  border-radius: 0px;
  width: 100%;
  border: none;
}
.wooprex-faq-page-section .accordion .accordion-item.active-bg {
  background-color: #101249;
}
.wooprex-faq-page-section .accordion .accordion-item button {
  padding: 30px 70px 30px 35px;
  border: none;
  background-color: transparent;
  color: #101249;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  width: 100%;
  text-align: left;
  line-height: 1.6em;
  padding-right: 20px;
}
.wooprex-faq-page-section .accordion .accordion-item button:not(.collapsed) {
  color: #ffffff;
}
.wooprex-faq-page-section .accordion .accordion-item button:not(.collapsed):after {
  transform: translateY(-50%) rotate(-180deg);
  color: #ffffff;
}
.wooprex-faq-page-section .accordion .accordion-item button:after {
  content: "\f118";
  font-family: "flaticon_company";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #101249;
  font-size: 18px;
  font-weight: 700;
  right: 35px;
  transition: all 0.3s ease;
}
.wooprex-faq-page-section .accordion .accordion-item .accordion-body {
  padding: 0px 70px 30px 35px;
}
.wooprex-faq-page-section .accordion .accordion-item .accordion-body p {
  color: #ffffff;
  font-size: 16px;
  transition: all 0.3s ease;
}
.wooprex-faq-page-section .faq-image {
  max-width: 500px;
  overflow: hidden;
  margin-left: auto;
  height: 730px;
}
.wooprex-faq-page-section .faq-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) and (max-width: 991px) {
  /***************** FAQ PAGE ******************/
  .wooprex-faq-page-section .accordion .accordion-item button {
    padding: 20px 40px 20px 20px;
    font-size: 18px;
  }
  .wooprex-faq-page-section .accordion .accordion-item button:after {
    right: 20px;
  }
  .wooprex-faq-page-section .accordion .accordion-item .accordion-body {
    padding: 0px 40px 20px 20px;
  }
  .wooprex-faq-page-section .accordion .accordion-item .accordion-body p {
    font-size: 15px;
  }
  .wooprex-faq-page-section .faq-image {
    height: 600px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  /***************** FAQ PAGE ******************/
  .wooprex-faq-page-section .accordion .accordion-item button {
    padding: 20px 40px 20px 20px;
    font-size: 18px;
  }
  .wooprex-faq-page-section .accordion .accordion-item button:after {
    right: 20px;
  }
  .wooprex-faq-page-section .accordion .accordion-item .accordion-body {
    padding: 0px 40px 20px 20px;
  }
  .wooprex-faq-page-section .accordion .accordion-item .accordion-body p {
    font-size: 16px;
  }
  .wooprex-faq-page-section .faq-image {
    margin-right: auto;
    height: auto;
  }
}
@media (max-width: 575px) {
  /***************** FAQ PAGE ******************/
  .wooprex-faq-page-section .accordion .accordion-item button {
    padding: 20px 40px 20px 20px;
    font-size: 16px;
  }
  .wooprex-faq-page-section .accordion .accordion-item button:after {
    right: 20px;
  }
  .wooprex-faq-page-section .accordion .accordion-item .accordion-body {
    padding: 0px 40px 20px 20px;
  }
  .wooprex-faq-page-section .accordion .accordion-item .accordion-body p {
    font-size: 16px;
  }
  .wooprex-faq-page-section .faq-image {
    margin-right: auto;
    height: auto;
  }
}
/*-- Woocommerce styles -- */
/*-- Base: mixin & variable  -- */
/*-- Responsive styles -- */
/*-- Base: mixin & variable  -- */
@media only screen and (min-width: 1500px) and (max-width: 1799px) {
  section.wooprex-banner-section .banner-slider .banner-item .banner-text {
    left: 150px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .padding-x {
    padding-right: 20px;
    padding-left: 20px;
  }
  .container {
    padding: 0px 20px;
  }
  header.wooprex-header-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  header.wooprex-header-section.sticky {
    padding-left: 20px;
    padding-right: 20px;
  }
  header.wooprex-header-section .header-main .header-left {
    gap: 60px;
  }
  .wooprex-main-menu ul.box-nav {
    gap: 30px;
  }
  .section-header {
    margin-bottom: 50px;
  }
  section.wooprex-banner-section .banner-slider .banner-item .banner-text {
    left: 120px;
  }
  section.wooprex-banner-section .wooprex-follow-us {
    left: 20px;
  }
  section.wooprex-banner-section .wooprex-swiper-nav-wrapper {
    padding: 0px 20px;
  }
  section.wooprex-banner-section .wooprex-swiper-nav-wrapper .wooprex-pagination-custom {
    max-width: 400px;
  }
  section.wooprex-banner-section .wooprex-swiper-nav-wrapper .wooprex-pagination-custom .item {
    height: 180px;
    gap: 20px;
  }
  section.wooprex-banner-section .wooprex-swiper-nav-wrapper .wooprex-pagination-custom .item:after {
    transform: rotate(42deg) !important;
    bottom: 12px !important;
  }
  section.wooprex-client-section .client-main-wrapper {
    padding: 0px 20px;
  }
  section.wooprex-client-section .client-main-wrapper .client-item-wrapper .client-description {
    padding-left: 25px;
  }
  section.wooprex-client-section .client-main-wrapper .client-item-wrapper .client-description .description-wrapper {
    padding-left: 120px;
  }
  section.wooprex-client-section .client-main-wrapper .client-item-wrapper:before {
    width: 70px;
  }
  section.wooprex-client-section .wooprex-fixed-box .fixed-box-contain .client-item.client-item-2 .client-item-wrapper .client-description span.category {
    font-size: 85px;
  }
  section.wooprex-founder-section .founder-main-wrapper .founder-left h4 {
    font-size: 45px;
  }
  section.wooprex-breadcrumb-section .breadcrumb-text {
    padding-left: 20px;
  }
  section.wooprex-growth-section .growth-main-wrapper .growth-image {
    height: 100%;
  }
  section.wooprex-empower-section .empower-description h3 {
    font-size: 55px;
  }
  .wooprex-sidebar .wooprex-sidebar-latest-post .latest-post-item .post-details p.details {
    font-size: 18px;
  }
  section.wooprex-service-innovation-section .innovation-main-wrapper .innovation-btn {
    width: 90px;
    padding: 10px;
  }
  section.wooprex-service-innovation-section .innovation-main-wrapper .innovation-btn span.icon {
    width: 70px;
    height: 70px;
  }
  section.wooprex-service-innovation-section .innovation-main-wrapper .innovation-service .innovation-service-description .wooprex-btn span.icon {
    width: 70px;
    height: 70px;
  }
  section.wooprex-potential-service-section .potential-service-main-wrapper .service-image-wrapper {
    height: auto;
  }
  section.wooprex-work-step-section .work-step-main-wrapper .work-step-item {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .container {
    padding: 0px 20px;
  }
  .section-header {
    margin-bottom: 50px;
  }
  .wooprex-main-menu ul.box-nav {
    gap: 15px;
  }
  .wooprex-main-menu ul.box-nav li.menu-item ul.sub-menu li > ul.sub-menu {
    right: inherit;
    left: -220px;
  }
  .wooprex-main-menu ul.box-nav li.menu-item ul.sub-menu li:hover > ul.sub-menu {
    left: -240px;
  }
  /* Banner section */
  section.wooprex-banner-section .banner-slider .banner-item {
    height: 700px;
  }
  section.wooprex-banner-section .banner-slider .banner-item .banner-text {
    left: 20px;
    z-index: 10;
  }
  section.wooprex-banner-section .banner-slider .banner-item .banner-text h3 {
    margin: 0;
    font-size: 48px;
  }
  section.wooprex-banner-section .banner-slider .banner-item .banner-text h5 {
    margin-bottom: 10px;
  }
  section.wooprex-banner-section .wooprex-follow-us {
    bottom: 16%;
    transform: inherit;
    top: inherit;
    left: 20px;
  }
  section.wooprex-banner-section .wooprex-follow-us ul {
    flex-direction: row;
  }
  section.wooprex-banner-section .wooprex-swiper-nav-wrapper {
    padding: 0px 20px;
  }
  section.wooprex-banner-section .wooprex-swiper-nav-wrapper .main-nav {
    margin-bottom: 20px;
  }
  section.wooprex-banner-section .wooprex-swiper-nav-wrapper .wooprex-pagination-custom {
    max-width: 350px;
  }
  section.wooprex-banner-section .wooprex-swiper-nav-wrapper .wooprex-pagination-custom .item {
    height: 150px;
    gap: 25px;
  }
  section.wooprex-banner-section .wooprex-swiper-nav-wrapper .wooprex-pagination-custom .item span {
    font-size: 30px;
  }
  section.wooprex-banner-section .wooprex-swiper-nav-wrapper .wooprex-pagination-custom .item p {
    font-size: 14px;
  }
  section.wooprex-banner-section .wooprex-swiper-nav-wrapper .wooprex-pagination-custom .item:after {
    bottom: 16px !important;
    left: -19px !important;
    transform: rotate(40deg) !important;
  }
  /* Home - about section */
  section.wooprex-home-about-section .about-slider-main-wrapper .about-slider-item .about-slider-description p {
    font-size: 28px;
  }
  /* Home client section */
  section.wooprex-client-section .client-main-wrapper {
    padding: 0px 20px;
  }
  section.wooprex-client-section .client-main-wrapper.wooprex-fixed-box {
    height: auto;
    z-index: 99;
  }
  section.wooprex-client-section .client-main-wrapper.wooprex-fixed-box .fixed-box-contain {
    position: inherit;
    height: auto;
    display: flex;
    flex-direction: column;
    row-gap: 40px;
  }
  section.wooprex-client-section .client-main-wrapper.wooprex-fixed-box .fixed-box-contain .client-item {
    height: auto;
    position: inherit;
  }
  section.wooprex-client-section .client-main-wrapper.wooprex-fixed-box .fixed-box-contain .client-item:last-child .client-item-wrapper .client-description {
    padding-bottom: 0;
  }
  section.wooprex-client-section .client-main-wrapper .client-item-wrapper {
    height: auto;
    justify-content: normal;
    align-items: normal;
  }
  section.wooprex-client-section .client-main-wrapper .client-item-wrapper .client-image {
    height: 560px;
  }
  section.wooprex-client-section .client-main-wrapper .client-item-wrapper .client-description {
    padding: 20px;
    height: auto;
  }
  section.wooprex-client-section .client-main-wrapper .client-item-wrapper .client-description span.count {
    padding: 0;
  }
  section.wooprex-client-section .client-main-wrapper .client-item-wrapper .client-description span.category {
    font-size: 60px !important;
  }
  section.wooprex-client-section .client-main-wrapper .client-item-wrapper .client-description .description-wrapper {
    padding: 0;
  }
  section.wooprex-client-section .client-main-wrapper .client-item-wrapper .client-description .description-wrapper:before {
    display: none;
  }
  section.wooprex-client-section .client-main-wrapper .client-item-wrapper .client-description .description-wrapper h3 {
    margin-bottom: 10px;
  }
  section.wooprex-client-section .client-main-wrapper .client-item-wrapper .client-description .description-wrapper p {
    margin-bottom: 30px;
  }
  section.wooprex-founder-section .founder-main-wrapper .founder-left h4 {
    font-size: 40px;
  }
  section.wooprex-team-section .section-header-separate .sub-header {
    padding-left: 0;
  }
  footer.wooprex-footer-section .footer-middle .footer-item.last h4 {
    padding-left: 0;
  }
  footer.wooprex-footer-section .footer-middle .footer-item.last ul {
    justify-content: flex-start;
  }
  section.wooprex-breadcrumb-section .breadcrumb-text {
    padding-left: 20px;
  }
  /* About pagev */
  /* Growth */
  section.wooprex-growth-section .growth-main-wrapper .growth-image {
    height: 100%;
  }
  section.wooprex-growth-section .growth-main-wrapper .growth-description p.period {
    font-size: 80px;
  }
  section.wooprex-growth-section .growth-main-wrapper .growth-description .growth-description-inner {
    padding: 20px;
  }
  section.wooprex-empower-section .empower-image {
    height: 750px;
  }
  section.wooprex-empower-section .empower-description h3 {
    font-size: 45px;
    margin-bottom: 90px;
  }
  section.wooprex-empower-section .empower-description .description-bottom {
    margin-left: 35px;
    padding-left: 35px;
    padding-right: 20px;
  }
  /* blog details */
  .wooprex-sidebar.left {
    padding-right: 0;
  }
  .wooprex-sidebar.right {
    padding-left: 0;
  }
  .wooprex-sidebar .wooprex-sidebar-author {
    gap: 25px;
  }
  .wooprex-sidebar .wooprex-sidebar-author .author-image {
    width: 70px;
    height: 70px;
  }
  .wooprex-sidebar .sidebar-title {
    margin-bottom: 25px;
  }
  .wooprex-sidebar .wooprex-sidebar-latest-post .latest-post-item .post-details p.details {
    font-size: 16px;
  }
  .wooprex-sidebar .wooprex-sidebar-latest-post .latest-post-item .post-thumbnail {
    width: 80px;
    height: 80px;
  }
  .wooprex-sidebar .wooprex-sidebar-latest-post .latest-post-item .post-details p.date {
    margin-bottom: 5px;
  }
  /* Service page */
  /* accordion */
  section.wooprex-service-innovation-section .innovation-main-wrapper .wooprex-accordion {
    flex-direction: column;
  }
  section.wooprex-service-innovation-section .innovation-main-wrapper .wooprex-accordion .custom-accordion-item {
    flex-direction: column;
    height: auto;
  }
  section.wooprex-service-innovation-section .innovation-main-wrapper .wooprex-accordion .custom-accordion-item .custom-collapse {
    order: 2;
    height: 0;
    transition: all 0.6s ease;
    width: 100%;
  }
  section.wooprex-service-innovation-section .innovation-main-wrapper .wooprex-accordion .custom-accordion-item .accordion-body {
    width: 100% !important;
    height: 0;
  }
  section.wooprex-service-innovation-section .innovation-main-wrapper .wooprex-accordion .custom-accordion-item .accordion-body .innovation-service .innovation-service-description {
    padding: 30px;
    gap: 20px;
  }
  section.wooprex-service-innovation-section .innovation-main-wrapper .wooprex-accordion .custom-accordion-item .accordion-body .innovation-service .innovation-service-description .description-details h4 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  section.wooprex-service-innovation-section .innovation-main-wrapper .wooprex-accordion .custom-accordion-item .accordion-body .innovation-service .innovation-service-description .wooprex-btn span.icon {
    width: 80px;
    height: 80px;
  }
  section.wooprex-service-innovation-section .innovation-main-wrapper .wooprex-accordion .custom-accordion-item .accordion-body .innovation-service .innovation-service-description .wooprex-btn span.icon i {
    font-size: 30px;
  }
  section.wooprex-service-innovation-section .innovation-main-wrapper .wooprex-accordion .custom-accordion-item .innovation-btn {
    transform: inherit;
    writing-mode: inherit;
    width: 100%;
    gap: 20px;
    order: 1;
    padding: 20px;
    font-size: 26px;
    position: relative;
    z-index: 2;
  }
  section.wooprex-service-innovation-section .innovation-main-wrapper .wooprex-accordion .custom-accordion-item .innovation-btn span.icon {
    width: 80px;
    height: 80px;
  }
  section.wooprex-service-innovation-section .innovation-main-wrapper .wooprex-accordion .custom-accordion-item .innovation-btn span.icon span.copy-icon {
    transform: translate(-150%, 150%);
  }
  section.wooprex-service-innovation-section .innovation-main-wrapper .wooprex-accordion .custom-accordion-item .innovation-btn span.icon i {
    transform: rotate(-45deg);
    font-size: 30px;
  }
  section.wooprex-service-innovation-section .innovation-main-wrapper .wooprex-accordion .custom-accordion-item .innovation-btn:hover span.icon span.main-icon {
    transform: translate(150%, -150%);
  }
  section.wooprex-service-innovation-section .innovation-main-wrapper .wooprex-accordion .custom-accordion-item .innovation-btn:hover span.icon span.copy-icon {
    transform: translate(0%);
  }
  section.wooprex-service-innovation-section .innovation-main-wrapper .wooprex-accordion .custom-accordion-item.show .custom-collapse.active {
    height: 560px;
  }
  section.wooprex-main-service-section .service-main-wrapper .main-service-item .main-service-description {
    padding: 110px 30px 50px 30px;
    clip-path: polygon(0 0, 0 0, 100% 45%, 100% 100%, 0 100%, 0% 50%);
  }
  section.wooprex-main-service-section .service-main-wrapper .main-service-item .main-service-description h4 {
    max-width: 200px;
  }
  section.wooprex-potential-service-section .potential-service-main-wrapper .service-image-wrapper {
    height: auto;
  }
  section.wooprex-potential-service-section .potential-service-main-wrapper .service-description .service-item span.count {
    font-size: 90px;
  }
  section.wooprex-growth-hacking-section .section-header-separate .sub-header {
    margin: 0;
  }
  section.wooprex-work-step-section .work-step-main-wrapper .work-step-item {
    padding-left: 15px;
  }
  section.wooprex-conversion-section .conversion-main-wrapper .conversion-right .wooprex-counter .wooprex-counter-item h4 {
    font-size: 110px;
  }
  .wooprex-pricing-item h4 {
    font-size: 17px;
  }
  section.wooprex-project-section .wooprex-project-item .project-description .project-body h4:before {
    width: 120px;
  }
  section.wooprex-contact-section .contact-location .location-item ul li:first-child {
    margin: 20px 0px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 1199px) {
  .padding-top {
    padding-top: 120px;
  }
  .padding-bottom {
    padding-bottom: 120px;
  }
  .padding-y {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .text-size-4 {
    font-size: 16px;
  }
  .text-size-5 {
    font-size: 18px;
  }
  .text-size-6 {
    font-size: 18px;
  }
  .text-size-7 {
    font-size: 24px;
  }
  .text-size-8 {
    font-size: 26px;
  }
  .text-size-9 {
    font-size: 28px;
  }
  .text-size-10 {
    font-size: 30px;
  }
  .text-size-11 {
    font-size: 40px;
  }
  .text-size-12 {
    font-size: 42px;
  }
  .text-size-13 {
    font-size: 48px;
  }
  .text-size-14 {
    font-size: 74px;
  }
  .text-size-15 {
    font-size: 94px;
  }
  header.wooprex-header-section {
    padding: 30px 20px;
  }
  header.wooprex-header-section.sticky {
    padding: 20px;
  }
  header.wooprex-header-section .header-main .header-left {
    gap: 35px;
  }
}
@media only screen and (max-width: 991px) {
  .padding-y {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .padding-top {
    padding-top: 100px;
  }
  .padding-bottom {
    padding-bottom: 100px;
  }
  .padding-x {
    padding-left: 20px;
    padding-right: 20px;
  }
  .text-size-5 {
    font-size: 16px;
  }
  .text-size-6 {
    font-size: 18px;
  }
  .text-size-7 {
    font-size: 18px;
  }
  .text-size-8 {
    font-size: 24px;
  }
  .text-size-9 {
    font-size: 26px;
  }
  .text-size-10 {
    font-size: 28px;
  }
  .text-size-11 {
    font-size: 30px;
  }
  .text-size-12 {
    font-size: 40px;
  }
  .text-size-13 {
    font-size: 44px;
  }
  .text-size-14 {
    font-size: 70px;
  }
  .text-size-15 {
    font-size: 80px;
  }
  /* Nav section */
  header.wooprex-header-section .header-main .wooprex-search-box {
    padding: 30px;
  }
  .wooprex-main-menu {
    display: none;
  }
  .wooprex-mobile-menu-bar {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* Nav section */
  .container {
    padding: 0px 20px;
  }
  .section-header {
    margin-bottom: 50px;
  }
  .header {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* Banner section */
  section.wooprex-banner-section .banner-slider .banner-item {
    height: 700px;
  }
  section.wooprex-banner-section .banner-slider .banner-item .banner-text {
    left: 20px;
    z-index: 10;
  }
  section.wooprex-banner-section .banner-slider .banner-item .banner-text h3 {
    margin: 0;
    font-size: 48px;
  }
  section.wooprex-banner-section .banner-slider .banner-item .banner-text h5 {
    margin-bottom: 10px;
  }
  section.wooprex-banner-section .wooprex-follow-us {
    bottom: 16%;
    transform: inherit;
    top: inherit;
    left: 20px;
  }
  section.wooprex-banner-section .wooprex-follow-us ul {
    flex-direction: row;
  }
  section.wooprex-banner-section .wooprex-swiper-nav-wrapper {
    padding: 0px 20px;
  }
  section.wooprex-banner-section .wooprex-swiper-nav-wrapper .main-nav {
    margin-bottom: 20px;
  }
  section.wooprex-banner-section .wooprex-swiper-nav-wrapper .wooprex-pagination-custom {
    max-width: 300px;
  }
  section.wooprex-banner-section .wooprex-swiper-nav-wrapper .wooprex-pagination-custom .item {
    height: 120px;
    gap: 2px;
  }
  section.wooprex-banner-section .wooprex-swiper-nav-wrapper .wooprex-pagination-custom .item span {
    font-size: 30px;
  }
  section.wooprex-banner-section .wooprex-swiper-nav-wrapper .wooprex-pagination-custom .item p {
    font-size: 14px;
  }
  section.wooprex-banner-section .wooprex-swiper-nav-wrapper .wooprex-pagination-custom .item:after {
    bottom: 16px !important;
    left: -25px !important;
    transform: rotate(40deg) !important;
  }
  /* Home - about section */
  section.wooprex-home-about-section .about-slider-main-wrapper {
    margin-top: 40px;
  }
  section.wooprex-home-about-section .about-slider-main-wrapper .about-slider-item .about-slider-description p {
    font-size: 24px;
  }
  /* Home client section */
  section.wooprex-client-section .client-main-wrapper {
    padding: 0px 20px;
  }
  section.wooprex-client-section .client-main-wrapper.wooprex-fixed-box {
    height: auto;
    z-index: 99;
  }
  section.wooprex-client-section .client-main-wrapper.wooprex-fixed-box .fixed-box-contain {
    position: inherit;
    height: auto;
    display: flex;
    flex-direction: column;
    row-gap: 40px;
  }
  section.wooprex-client-section .client-main-wrapper.wooprex-fixed-box .fixed-box-contain .client-item {
    height: auto;
    position: inherit;
  }
  section.wooprex-client-section .client-main-wrapper.wooprex-fixed-box .fixed-box-contain .client-item:last-child .client-item-wrapper .client-description {
    padding-bottom: 0;
  }
  section.wooprex-client-section .client-main-wrapper .client-item-wrapper {
    height: auto;
  }
  section.wooprex-client-section .client-main-wrapper .client-item-wrapper .client-image {
    height: 400px;
  }
  section.wooprex-client-section .client-main-wrapper .client-item-wrapper .client-description {
    padding: 20px;
    height: 400px;
  }
  section.wooprex-client-section .client-main-wrapper .client-item-wrapper .client-description span.count {
    padding: 0;
    font-size: 110px;
  }
  section.wooprex-client-section .client-main-wrapper .client-item-wrapper .client-description span.category {
    font-size: 40px !important;
  }
  section.wooprex-client-section .client-main-wrapper .client-item-wrapper .client-description .description-wrapper {
    padding: 0;
  }
  section.wooprex-client-section .client-main-wrapper .client-item-wrapper .client-description .description-wrapper:before {
    display: none;
  }
  section.wooprex-client-section .client-main-wrapper .client-item-wrapper .client-description .description-wrapper h3 {
    margin-bottom: 10px;
  }
  section.wooprex-client-section .client-main-wrapper .client-item-wrapper .client-description .description-wrapper p {
    margin-bottom: 30px;
  }
  /* founder section  */
  section.wooprex-founder-section .founder-main-wrapper .founder-left h4 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  section.wooprex-founder-section .founder-main-wrapper .row {
    row-gap: 20px;
  }
  .wooprex-founder-item .founder-details {
    bottom: 0;
  }
  .wooprex-founder-item .founder-details h5 {
    font-size: 20px;
  }
  section.wooprex-team-section .section-header-separate .sub-header {
    padding-left: 0;
  }
  /* Footer section */
  footer.wooprex-footer-section {
    padding: 60px 0px;
  }
  footer.wooprex-footer-section .footer-top .row {
    row-gap: 40px;
  }
  footer.wooprex-footer-section .footer-middle .row {
    row-gap: 40px;
  }
  footer.wooprex-footer-section .footer-middle .footer-item h4 {
    margin-bottom: 15px;
  }
  footer.wooprex-footer-section .footer-middle .footer-item.last h4 {
    padding: 0;
  }
  footer.wooprex-footer-section .footer-middle .footer-item.last ul {
    justify-content: flex-start;
  }
  footer.wooprex-footer-section .footer-bottom .row {
    row-gap: 20px;
  }
  footer.wooprex-footer-section .footer-bottom .bottom-menu ul {
    justify-content: flex-start;
    flex-wrap: wrap;
    -moz-column-gap: 15px;
         column-gap: 15px;
    row-gap: 5px;
  }
  footer.wooprex-footer-section .footer-bottom .bottom-menu ul li {
    padding: 0;
  }
  footer.wooprex-footer-section .footer-bottom .bottom-menu ul li a {
    padding: 0;
  }
  footer.wooprex-footer-section .footer-bottom .bottom-menu ul li a:before {
    display: none;
  }
  /* Breadcrumb */
  section.wooprex-breadcrumb-section {
    height: 300px;
  }
  section.wooprex-breadcrumb-section .breadcrumb-text {
    padding-left: 20px;
  }
  /* Counter */
  section.wooprex-counter-section .section-header-separate .sub-header {
    padding: 0;
  }
  section.wooprex-counter-section .wooprex-counter .row {
    row-gap: 20px;
    justify-content: center;
  }
  section.wooprex-counter-section .wooprex-counter .wooprex-counter-item h4 {
    font-size: 110px;
  }
  section.wooprex-counter-section .wooprex-counter .wooprex-counter-item p {
    padding-left: 30px;
    font-size: 14px;
  }
  section.wooprex-counter-section .wooprex-counter .wooprex-counter-item p:before {
    width: 15px;
    height: 15px;
  }
  /* Growth */
  section.wooprex-growth-section .growth-main-wrapper .growth-image {
    height: 100%;
  }
  section.wooprex-growth-section .growth-main-wrapper .growth-description p.period {
    font-size: 60px;
  }
  section.wooprex-growth-section .growth-main-wrapper .growth-description .growth-description-inner {
    width: 100%;
    padding: 20px;
  }
  /* Traffic */
  section.wooprex-traffic-section .section-header-separate .sub-header {
    padding: 0;
  }
  section.wooprex-traffic-section .growth-main-wrapper .row {
    row-gap: 20px;
  }
  section.wooprex-traffic-section .growth-main-wrapper .growth-item {
    padding: 20px;
  }
  section.wooprex-traffic-section .growth-main-wrapper .growth-item h3 {
    font-size: 19px;
  }
  /* Empoower */
  section.wooprex-empower-section {
    padding: 0px 20px;
    flex-direction: column;
    row-gap: 30px;
  }
  section.wooprex-empower-section .empower-image,
  section.wooprex-empower-section .empower-description {
    width: 100%;
  }
  section.wooprex-empower-section .empower-image {
    height: auto;
  }
  section.wooprex-empower-section .empower-description h3 {
    font-size: 50px;
    left: 0;
    width: 100%;
    margin-bottom: 40px;
  }
  section.wooprex-empower-section .empower-description .description-bottom {
    margin: 0;
    padding-left: 20px;
  }
  section.wooprex-empower-section .empower-description .description-bottom p {
    margin-bottom: 40px;
  }
  .wooprex-blog-item.full-container .row {
    row-gap: 30px;
  }
  .wooprex-blog-item.full-container .blog-description .blog-body {
    margin-bottom: 40px;
  }
  .wooprex-blog-item.full-container .blog-description .blog-body h3 {
    font-size: 26px;
    margin: 25px 0px;
  }
  .wooprex-blog-item .blog-description .blog-header .post-date p {
    font-size: 13px;
  }
  .wooprex-blog-item .blog-description .blog-body h3 {
    font-size: 22px;
  }
  /* Blog details page */
  .wooprex-blog-header h1 {
    font-size: 40px;
  }
  .wooprex-blog-header p.date {
    gap: 15px;
    margin-bottom: 20px;
  }
  .wooprex-blog-header p.date span.line {
    width: 80px;
  }
  .wooprex-blog-header .team {
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px;
  }
  .wooprex-blog-details .wooprex-blog-thumbnail,
  .wooprex-blog-details .wooprex-blog-image {
    height: 350px;
  }
  .wooprex-blog-details .wooprex-blog-description,
  .wooprex-blog-details .wooprex-blog-image {
    margin-bottom: 30px;
  }
  .wooprex-blog-details .wooprex-blog-quote {
    height: auto;
    padding: 20px;
    margin-bottom: 40px;
  }
  .wooprex-blog-details .wooprex-blog-quote:before {
    height: 60px;
    width: 60px;
    top: 5px;
  }
  .wooprex-blog-details .wooprex-blog-quote blockquote {
    line-height: 1.5em;
    font-size: 16px;
  }
  .wooprex-blog-details .wooprex-blog-quote span {
    width: 120px;
  }
  .wooprex-blog-details .wooprex-blog-quote span.white {
    left: 15px;
  }
  .wooprex-blog-details .wooprex-blog-description .row {
    row-gap: 20px;
  }
  .wooprex-blog-details .wooprex-blog-description h3 {
    font-size: 22px;
  }
  .wooprex-blog-details .wooprex-blog-description h3 span {
    display: inline;
  }
  .wooprex-sidebar.left {
    padding-right: 0;
  }
  .wooprex-sidebar.right {
    padding-left: 0;
  }
  .wooprex-sidebar .wooprex-sidebar-author {
    gap: 10px;
  }
  .wooprex-sidebar .wooprex-sidebar-author .author-image {
    width: 50px;
    height: 50px;
  }
  .wooprex-sidebar .sidebar-title {
    margin-bottom: 25px;
  }
  .wooprex-sidebar .wooprex-sidebar-latest-post .latest-post-item .post-details p.details {
    font-size: 16px;
  }
  .wooprex-sidebar .wooprex-sidebar-latest-post .latest-post-item .post-thumbnail {
    width: 60px;
    height: 60px;
  }
  .wooprex-sidebar .wooprex-sidebar-latest-post .latest-post-item .post-details p.date {
    margin-bottom: 5px;
  }
  /************ Service page ********/
  section.wooprex-service-innovation-section .section-header .header {
    font-size: 40px;
  }
  /* accordion */
  section.wooprex-service-innovation-section .innovation-main-wrapper .wooprex-accordion {
    flex-direction: column;
  }
  section.wooprex-service-innovation-section .innovation-main-wrapper .wooprex-accordion .custom-accordion-item {
    flex-direction: column;
    height: auto;
  }
  section.wooprex-service-innovation-section .innovation-main-wrapper .wooprex-accordion .custom-accordion-item .custom-collapse {
    order: 2;
    height: 0;
    transition: all 0.6s ease;
    width: 100%;
  }
  section.wooprex-service-innovation-section .innovation-main-wrapper .wooprex-accordion .custom-accordion-item .accordion-body {
    width: 100% !important;
    height: 0;
  }
  section.wooprex-service-innovation-section .innovation-main-wrapper .wooprex-accordion .custom-accordion-item .accordion-body .innovation-service .innovation-service-description {
    padding: 30px;
    gap: 20px;
  }
  section.wooprex-service-innovation-section .innovation-main-wrapper .wooprex-accordion .custom-accordion-item .accordion-body .innovation-service .innovation-service-description .description-details h4 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  section.wooprex-service-innovation-section .innovation-main-wrapper .wooprex-accordion .custom-accordion-item .accordion-body .innovation-service .innovation-service-description .wooprex-btn span.icon {
    width: 80px;
    height: 80px;
  }
  section.wooprex-service-innovation-section .innovation-main-wrapper .wooprex-accordion .custom-accordion-item .accordion-body .innovation-service .innovation-service-description .wooprex-btn span.icon i {
    font-size: 30px;
  }
  section.wooprex-service-innovation-section .innovation-main-wrapper .wooprex-accordion .custom-accordion-item .innovation-btn {
    transform: inherit;
    writing-mode: inherit;
    width: 100%;
    gap: 20px;
    order: 1;
    padding: 20px;
    font-size: 26px;
    position: relative;
    z-index: 2;
  }
  section.wooprex-service-innovation-section .innovation-main-wrapper .wooprex-accordion .custom-accordion-item .innovation-btn span.icon {
    width: 80px;
    height: 80px;
  }
  section.wooprex-service-innovation-section .innovation-main-wrapper .wooprex-accordion .custom-accordion-item .innovation-btn span.icon span.copy-icon {
    transform: translate(-150%, 150%);
  }
  section.wooprex-service-innovation-section .innovation-main-wrapper .wooprex-accordion .custom-accordion-item .innovation-btn span.icon i {
    transform: rotate(-45deg);
    font-size: 30px;
  }
  section.wooprex-service-innovation-section .innovation-main-wrapper .wooprex-accordion .custom-accordion-item .innovation-btn:hover span.icon span.main-icon {
    transform: translate(150%, -150%);
  }
  section.wooprex-service-innovation-section .innovation-main-wrapper .wooprex-accordion .custom-accordion-item .innovation-btn:hover span.icon span.copy-icon {
    transform: translate(0%);
  }
  section.wooprex-service-innovation-section .innovation-main-wrapper .wooprex-accordion .custom-accordion-item.show .custom-collapse.active {
    height: 560px;
  }
  /* Service details */
  section.wooprex-growth-hacking-section .section-header-separate .sub-header {
    margin: 0;
  }
  section.wooprex-work-step-section .work-step-main-wrapper .work-step-item {
    padding-left: 0;
  }
  section.wooprex-work-step-section .work-step-main-wrapper .row > div:nth-child(even) .work-step-item:before {
    opacity: 0;
    visibility: hidden;
  }
  /* Conversion */
  section.wooprex-conversion-section .conversion-main-wrapper .conversion-left,
  section.wooprex-conversion-section .conversion-main-wrapper .conversion-right {
    width: 50%;
  }
  section.wooprex-conversion-section .conversion-main-wrapper .conversion-left .conversion-left-top {
    padding-right: 0;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 20px;
  }
  section.wooprex-conversion-section .conversion-main-wrapper .conversion-left .conversion-left-image {
    height: 300px;
  }
  section.wooprex-conversion-section .conversion-main-wrapper .conversion-right {
    padding: 30px 20px;
    row-gap: 20px;
  }
  section.wooprex-conversion-section .conversion-main-wrapper .conversion-right .wooprex-counter .wooprex-counter-item h4 {
    font-size: 100px;
  }
  section.wooprex-project-section .wooprex-project-item {
    height: 550px;
  }
  section.wooprex-project-section .wooprex-project-item .project-description {
    width: 45%;
  }
  section.wooprex-project-section .wooprex-project-item .project-description .project-body span.count {
    font-size: 120px;
  }
  section.wooprex-project-section .wooprex-project-item .project-description .project-body h4:before {
    width: 80px;
  }
  /************* Project details page ***************/
  section.wooprex-customer-experience-section {
    height: 500px;
  }
  section.wooprex-customer-experience-section .customer-experience-description .customer-experience-top h1 {
    font-size: 45px;
  }
  section.wooprex-customer-experience-section .customer-experience-description .customer-experience-bottom {
    padding: 20px 0px;
  }
  section.wooprex-customer-experience-section .customer-experience-description .customer-experience-bottom .row {
    row-gap: 20px;
  }
  section.wooprex-contact-section .contact-location .location-item ul li:first-child {
    margin: 20px 0px;
    font-size: 18px;
  }
  section.wooprex-contact-section .contact-main-wrapper .contact-form {
    padding: 30px;
  }
  /* Testimonial item */
  .wooprex-testimonial-item {
    padding: 45px;
  }
  .wooprex-testimonial-item .client-review p {
    padding: 0px 20px 0px 20px;
  }
  .wooprex-testimonial-item .client-details .client-image {
    height: 260px;
    max-width: 230px;
  }
}
@media only screen and (max-width: 767px) {
  .padding-y {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .padding-bottom {
    padding-bottom: 70px;
  }
  .padding-top {
    padding-top: 70px;
  }
  .container {
    padding: 0px 20px;
  }
  header.wooprex-header-section {
    z-index: 999;
  }
  header.wooprex-header-section .header-main {
    gap: 25px;
  }
  header.wooprex-header-section .header-main .header-right {
    gap: 15px;
  }
  header.wooprex-header-section .header-main .header-right .wooprex-search-bar i {
    font-size: 20px;
  }
  header.wooprex-header-section .header-main .wooprex-search-box .wooprex-search-close i {
    font-size: 20px;
  }
  header.wooprex-header-section .header-main .wooprex-search-box input::-moz-placeholder {
    font-size: 16px;
  }
  header.wooprex-header-section .header-main .wooprex-search-box input::placeholder {
    font-size: 16px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-header {
    margin-bottom: 40px;
    gap: 15px;
  }
  .header {
    font-size: 40px;
  }
  .section-header-separate {
    margin-bottom: 50px;
  }
  /* Banner section */
  section.wooprex-banner-section .banner-slider .banner-item {
    height: 700px;
  }
  section.wooprex-banner-section .banner-slider .banner-item .banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    padding: 0px 20px;
  }
  section.wooprex-banner-section .banner-slider .banner-item .banner-text h3 {
    margin: 0;
    font-size: 48px;
  }
  section.wooprex-banner-section .banner-slider .banner-item .banner-text h5 {
    margin-bottom: 10px;
  }
  section.wooprex-banner-section .wooprex-follow-us {
    bottom: 14%;
    transform: inherit;
    top: inherit;
    left: 20px;
  }
  section.wooprex-banner-section .wooprex-follow-us ul {
    flex-direction: row;
  }
  section.wooprex-banner-section .wooprex-swiper-nav-wrapper {
    padding: 0px 20px;
    height: auto;
    align-items: center;
    justify-content: center;
  }
  section.wooprex-banner-section .wooprex-swiper-nav-wrapper .main-nav {
    margin-bottom: 20px;
  }
  section.wooprex-banner-section .wooprex-swiper-nav-wrapper .wooprex-pagination-custom {
    display: none;
  }
  /* Home - about section */
  section.wooprex-home-about-section .section-header h5 {
    margin-top: 10px;
  }
  section.wooprex-home-about-section .section-header .sub-header {
    margin-top: 5px;
  }
  section.wooprex-home-about-section .about-top-right {
    margin-top: 10px;
  }
  section.wooprex-home-about-section .about-top-right h3 {
    justify-content: flex-start;
    font-size: 60px;
  }
  section.wooprex-home-about-section .about-slider-main-wrapper {
    margin-top: 40px;
  }
  section.wooprex-home-about-section .about-slider-main-wrapper .about-slider-item {
    flex-direction: column;
    row-gap: 20px;
  }
  section.wooprex-home-about-section .about-slider-main-wrapper .about-slider-item .about-slider-image,
  section.wooprex-home-about-section .about-slider-main-wrapper .about-slider-item .about-slider-description {
    width: 100%;
  }
  section.wooprex-home-about-section .about-slider-main-wrapper .about-slider-item .about-slider-image {
    height: 400px;
  }
  section.wooprex-home-about-section .about-slider-main-wrapper .about-slider-item .about-slider-description {
    height: auto;
    gap: 20px;
  }
  section.wooprex-home-about-section .about-slider-main-wrapper .about-slider-item .about-slider-description p {
    font-size: 28px;
  }
  /* Home client section */
  section.wooprex-client-section .client-main-wrapper {
    padding: 0px 20px;
  }
  section.wooprex-client-section .client-main-wrapper.wooprex-fixed-box {
    height: auto;
    z-index: 99;
  }
  section.wooprex-client-section .client-main-wrapper.wooprex-fixed-box .fixed-box-contain {
    position: inherit;
    height: auto;
    display: flex;
    flex-direction: column;
    row-gap: 40px;
  }
  section.wooprex-client-section .client-main-wrapper.wooprex-fixed-box .fixed-box-contain .client-item {
    height: auto;
    position: inherit;
  }
  section.wooprex-client-section .client-main-wrapper.wooprex-fixed-box .fixed-box-contain .client-item:last-child .client-item-wrapper .client-description {
    padding-bottom: 0;
  }
  section.wooprex-client-section .client-main-wrapper .client-item-wrapper {
    flex-direction: column;
    height: auto;
  }
  section.wooprex-client-section .client-main-wrapper .client-item-wrapper .client-image,
  section.wooprex-client-section .client-main-wrapper .client-item-wrapper .client-description {
    width: 100%;
  }
  section.wooprex-client-section .client-main-wrapper .client-item-wrapper .client-image {
    height: 400px;
  }
  section.wooprex-client-section .client-main-wrapper .client-item-wrapper .client-description {
    padding: 20px;
  }
  section.wooprex-client-section .client-main-wrapper .client-item-wrapper .client-description span.count {
    padding: 0;
    font-size: 110px;
  }
  section.wooprex-client-section .client-main-wrapper .client-item-wrapper .client-description span.category {
    font-size: 40px !important;
  }
  section.wooprex-client-section .client-main-wrapper .client-item-wrapper .client-description .description-wrapper {
    padding: 0;
  }
  section.wooprex-client-section .client-main-wrapper .client-item-wrapper .client-description .description-wrapper:before {
    display: none;
  }
  section.wooprex-client-section .client-main-wrapper .client-item-wrapper .client-description .description-wrapper h3 {
    margin-bottom: 10px;
  }
  section.wooprex-client-section .client-main-wrapper .client-item-wrapper .client-description .description-wrapper p {
    margin-bottom: 30px;
  }
  /* Testimonial styling */
  section.wooprex-testimonial-section .testimonial-top {
    margin-bottom: 50px;
  }
  section.wooprex-testimonial-section .testimonial-top-right {
    display: none;
  }
  section.wooprex-testimonial-section .testimonial-slider-main {
    margin-left: 0px;
  }
  .wooprex-testimonial-item {
    padding: 30px 20px;
  }
  .wooprex-testimonial-item .client-details {
    padding-right: 20px;
  }
  .wooprex-testimonial-item .client-details .client-image {
    height: 250px;
    max-width: 200px;
    margin-bottom: 10px;
  }
  .wooprex-testimonial-item .client-review {
    padding-top: 20px;
    padding-bottom: 0px;
  }
  .wooprex-testimonial-item .client-review p {
    padding: 0;
    font-size: 20px;
  }
  .wooprex-testimonial-item .client-review .quote {
    width: 100px;
  }
  /* founder section  */
  section.wooprex-founder-section .founder-main-wrapper .founder-left {
    padding: 20px;
  }
  section.wooprex-founder-section .founder-main-wrapper .founder-left h4 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  section.wooprex-founder-section .founder-main-wrapper .row {
    row-gap: 20px;
  }
  .wooprex-founder-item .founder-details {
    bottom: 0;
  }
  .wooprex-founder-item .founder-details h5 {
    font-size: 20px;
  }
  /* partner section */
  section.wooprex-partner-section h3 {
    margin-bottom: 30px;
  }
  /* team section */
  section.wooprex-team-section .section-header-separate .sub-header {
    padding-left: 0px;
  }
  section.wooprex-team-section .team-main-wrapper .team-middle-description {
    padding: 20px;
  }
  section.wooprex-team-section .team-main-wrapper .team-middle-description img {
    width: 120px;
  }
  section.wooprex-team-section .team-main-wrapper .team-middle-description .inner-details {
    position: static;
    transform: inherit;
    height: auto;
    padding: 0;
    margin-top: -40px;
  }
  /* Marque section */
  section.wooprex-marque-section .wooprex_marquee .marquee_items .marque-item h4 {
    font-size: 70px;
  }
  section.wooprex-marque-section .wooprex_marquee .marquee_items .marque-item h4:before {
    font-size: 50px;
    padding: 0px 20px;
  }
  section.wooprex-marque-section .marque-bottom-wrapper {
    margin-top: 50px;
  }
  section.wooprex-marque-section .marque-bottom-wrapper h3 {
    font-size: 28px;
  }
  section.wooprex-marque-section .marque-bottom-wrapper p {
    padding: 0px;
    margin-bottom: 30px;
  }
  /* Footer section */
  footer.wooprex-footer-section {
    padding: 60px 0px;
  }
  footer.wooprex-footer-section .footer-top .row {
    row-gap: 40px;
  }
  footer.wooprex-footer-section .footer-middle .row {
    row-gap: 40px;
  }
  footer.wooprex-footer-section .footer-middle .footer-item h4 {
    margin-bottom: 15px;
  }
  footer.wooprex-footer-section .footer-middle .footer-item.last h4 {
    padding: 0;
  }
  footer.wooprex-footer-section .footer-middle .footer-item.last ul {
    justify-content: flex-start;
  }
  footer.wooprex-footer-section .footer-bottom .row {
    row-gap: 20px;
  }
  footer.wooprex-footer-section .footer-bottom .bottom-menu ul {
    justify-content: flex-start;
    flex-wrap: wrap;
    -moz-column-gap: 15px;
         column-gap: 15px;
    row-gap: 5px;
  }
  footer.wooprex-footer-section .footer-bottom .bottom-menu ul li {
    padding: 0;
  }
  footer.wooprex-footer-section .footer-bottom .bottom-menu ul li a {
    padding: 0;
  }
  footer.wooprex-footer-section .footer-bottom .bottom-menu ul li a:before {
    display: none;
  }
  /* Breadcrumb */
  section.wooprex-breadcrumb-section {
    height: 300px;
  }
  section.wooprex-breadcrumb-section .breadcrumb-image {
    display: none;
  }
  section.wooprex-breadcrumb-section .breadcrumb-text {
    width: 100%;
    padding-left: 20px;
  }
  /* About us page */
  /* Counter */
  section.wooprex-counter-section .section-header-separate .sub-header {
    padding: 0;
  }
  section.wooprex-counter-section .wooprex-counter .row {
    row-gap: 20px;
    justify-content: center;
  }
  section.wooprex-counter-section .wooprex-counter .wooprex-counter-item h4 {
    font-size: 90px;
  }
  section.wooprex-counter-section .wooprex-counter .wooprex-counter-item p {
    padding-left: 30px;
    font-size: 14px;
  }
  section.wooprex-counter-section .wooprex-counter .wooprex-counter-item p:before {
    width: 15px;
    height: 15px;
  }
  /* Growth */
  section.wooprex-growth-section .growth-main-wrapper .growth-image {
    height: auto;
  }
  section.wooprex-growth-section .growth-main-wrapper .growth-description p.period {
    font-size: 60px;
  }
  section.wooprex-growth-section .growth-main-wrapper .growth-description .growth-description-inner {
    width: 100%;
    padding: 20px;
  }
  /* Traffic */
  section.wooprex-traffic-section .section-header-separate .sub-header {
    padding: 0;
  }
  section.wooprex-traffic-section .growth-main-wrapper .row {
    row-gap: 20px;
  }
  section.wooprex-traffic-section .growth-main-wrapper .growth-item {
    padding: 20px;
  }
  section.wooprex-traffic-section .growth-main-wrapper .growth-item h3 {
    font-size: 20px;
  }
  /* Empoower */
  section.wooprex-empower-section {
    padding: 0px 20px;
    flex-direction: column;
    row-gap: 30px;
  }
  section.wooprex-empower-section .empower-image,
  section.wooprex-empower-section .empower-description {
    width: 100%;
  }
  section.wooprex-empower-section .empower-image {
    height: auto;
  }
  section.wooprex-empower-section .empower-description h3 {
    font-size: 24px;
    left: 0;
    width: 100%;
    margin-bottom: 40px;
  }
  section.wooprex-empower-section .empower-description .description-bottom {
    margin: 0;
    padding-left: 20px;
  }
  section.wooprex-empower-section .empower-description .description-bottom p {
    margin-bottom: 40px;
  }
  /************ Blog page **********/
  .wooprex-blog-item.full-container .row {
    row-gap: 30px;
  }
  .wooprex-blog-item.full-container .blog-description .blog-body {
    margin-bottom: 40px;
  }
  .wooprex-blog-item.full-container .blog-description .blog-body h3 {
    font-size: 30px;
    margin: 25px 0px;
  }
  .wooprex-blog-item .blog-description .blog-header .client-details {
    gap: 6px;
  }
  .wooprex-blog-item .blog-description .blog-header .post-date p {
    font-size: 13px;
  }
  .wooprex-blog-item .blog-description .blog-body h3 {
    font-size: 22px;
  }
  .wooprex-blog-item .blog-description .blog-footer a {
    padding-right: 15px;
  }
  .wooprex-blog-item .blog-description .blog-footer span {
    padding-left: 15px;
  }
  /* Blog details page */
  .wooprex-blog-header h1 {
    font-size: 40px;
  }
  .wooprex-blog-header p.date {
    gap: 15px;
    margin-bottom: 20px;
  }
  .wooprex-blog-header p.date span.line {
    width: 80px;
  }
  .wooprex-blog-header .team {
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px;
  }
  .wooprex-blog-details .wooprex-blog-thumbnail,
  .wooprex-blog-details .wooprex-blog-image {
    height: 350px;
  }
  .wooprex-blog-details .wooprex-blog-description,
  .wooprex-blog-details .wooprex-blog-image {
    margin-bottom: 30px;
  }
  .wooprex-blog-details .wooprex-blog-quote {
    height: auto;
    padding: 20px;
    margin-bottom: 40px;
  }
  .wooprex-blog-details .wooprex-blog-quote:before {
    height: 60px;
    width: 60px;
    top: 5px;
  }
  .wooprex-blog-details .wooprex-blog-quote blockquote {
    line-height: 1.5em;
    font-size: 16px;
  }
  .wooprex-blog-details .wooprex-blog-quote span {
    width: 120px;
  }
  .wooprex-blog-details .wooprex-blog-quote span.white {
    left: 15px;
  }
  .wooprex-blog-details .wooprex-blog-description .row {
    row-gap: 20px;
  }
  .wooprex-blog-details .wooprex-blog-description h3 {
    font-size: 22px;
  }
  .wooprex-blog-details .wooprex-blog-description h3 span {
    display: inline;
  }
  .wooprex-sidebar {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #c0bcdf;
  }
  .wooprex-sidebar.left {
    padding-right: 0;
  }
  .wooprex-sidebar.right {
    padding-left: 0;
  }
  .wooprex-sidebar .sidebar-title {
    margin-bottom: 25px;
  }
  /************ Service page ********/
  section.wooprex-service-innovation-section .section-header {
    text-align: left;
  }
  section.wooprex-service-innovation-section .section-header .header {
    font-size: 30px;
  }
  /* accordion */
  section.wooprex-service-innovation-section .innovation-main-wrapper .wooprex-accordion {
    flex-direction: column;
  }
  section.wooprex-service-innovation-section .innovation-main-wrapper .wooprex-accordion .custom-accordion-item {
    flex-direction: column;
    height: auto;
  }
  section.wooprex-service-innovation-section .innovation-main-wrapper .wooprex-accordion .custom-accordion-item .custom-collapse {
    order: 2;
    height: 0;
    transition: all 0.6s ease;
    width: 100%;
  }
  section.wooprex-service-innovation-section .innovation-main-wrapper .wooprex-accordion .custom-accordion-item .accordion-body {
    width: 100% !important;
    height: 0;
  }
  section.wooprex-service-innovation-section .innovation-main-wrapper .wooprex-accordion .custom-accordion-item .accordion-body .innovation-service .innovation-service-description {
    padding: 30px;
    gap: 20px;
  }
  section.wooprex-service-innovation-section .innovation-main-wrapper .wooprex-accordion .custom-accordion-item .accordion-body .innovation-service .innovation-service-description .description-details h4 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  section.wooprex-service-innovation-section .innovation-main-wrapper .wooprex-accordion .custom-accordion-item .accordion-body .innovation-service .innovation-service-description .wooprex-btn span.icon {
    width: 60px;
    height: 60px;
  }
  section.wooprex-service-innovation-section .innovation-main-wrapper .wooprex-accordion .custom-accordion-item .accordion-body .innovation-service .innovation-service-description .wooprex-btn span.icon i {
    font-size: 30px;
  }
  section.wooprex-service-innovation-section .innovation-main-wrapper .wooprex-accordion .custom-accordion-item .innovation-btn {
    transform: inherit;
    writing-mode: inherit;
    width: 100%;
    gap: 20px;
    order: 1;
    padding: 20px;
    font-size: 22px;
    position: relative;
    z-index: 2;
  }
  section.wooprex-service-innovation-section .innovation-main-wrapper .wooprex-accordion .custom-accordion-item .innovation-btn span.icon {
    width: 60px;
    height: 60px;
  }
  section.wooprex-service-innovation-section .innovation-main-wrapper .wooprex-accordion .custom-accordion-item .innovation-btn span.icon span.copy-icon {
    transform: translate(-150%, 150%);
  }
  section.wooprex-service-innovation-section .innovation-main-wrapper .wooprex-accordion .custom-accordion-item .innovation-btn span.icon i {
    transform: rotate(-45deg);
    font-size: 30px;
  }
  section.wooprex-service-innovation-section .innovation-main-wrapper .wooprex-accordion .custom-accordion-item .innovation-btn:hover span.icon span.main-icon {
    transform: translate(150%, -150%);
  }
  section.wooprex-service-innovation-section .innovation-main-wrapper .wooprex-accordion .custom-accordion-item .innovation-btn:hover span.icon span.copy-icon {
    transform: translate(0%);
  }
  section.wooprex-service-innovation-section .innovation-main-wrapper .wooprex-accordion .custom-accordion-item.show .custom-collapse.active {
    height: 560px;
  }
  /* service main */
  section.wooprex-main-service-section .service-main-wrapper .main-service-item {
    height: 420px;
  }
  section.wooprex-main-service-section .service-main-wrapper .main-service-item .main-service-description {
    padding: 100px 20px 30px 20px;
    clip-path: polygon(0 0, 0 0, 100% 30%, 100% 100%, 0 100%, 0% 50%);
  }
  /* potential service */
  section.wooprex-potential-service-section .section-header-separate .sub-header {
    margin-left: 0;
  }
  section.wooprex-potential-service-section .potential-service-main-wrapper .row {
    row-gap: 40px;
  }
  section.wooprex-potential-service-section .potential-service-main-wrapper .service-image-wrapper {
    width: 500px;
    height: 500px;
  }
  section.wooprex-potential-service-section .potential-service-main-wrapper .service-description .service-item a {
    gap: 20px;
  }
  section.wooprex-potential-service-section .potential-service-main-wrapper .service-description .service-item span.count {
    line-height: 1em;
  }
  section.wooprex-potential-service-section .potential-service-main-wrapper .service-description .service-item .inner-item {
    width: 100%;
    padding-left: 0;
  }
  /******* Service details page **************/
  section.wooprex-growth-hacking-section {
    padding: 70px 0px;
  }
  section.wooprex-growth-hacking-section .section-header-separate .sub-header {
    margin: 0;
    font-size: 16px;
    line-height: 1.6em;
    padding-left: 25px;
  }
  section.wooprex-work-step-section .work-step-main-wrapper .work-step-item {
    padding-left: 0;
  }
  section.wooprex-work-step-section .work-step-main-wrapper .work-step-item.last:before {
    opacity: 1;
    visibility: visible;
  }
  section.wooprex-conversion-section .conversion-main-wrapper {
    flex-direction: column;
  }
  section.wooprex-conversion-section .conversion-main-wrapper .conversion-left,
  section.wooprex-conversion-section .conversion-main-wrapper .conversion-right {
    width: 100%;
  }
  section.wooprex-conversion-section .conversion-main-wrapper .conversion-left {
    padding: 20px;
  }
  section.wooprex-conversion-section .conversion-main-wrapper .conversion-left .conversion-left-top {
    padding-right: 0;
  }
  section.wooprex-conversion-section .conversion-main-wrapper .conversion-left .conversion-left-image {
    height: 300px;
  }
  section.wooprex-conversion-section .conversion-main-wrapper .conversion-right {
    padding: 30px 20px;
    row-gap: 20px;
  }
  section.wooprex-conversion-section .conversion-main-wrapper .conversion-right .wooprex-counter .wooprex-counter-item h4 {
    font-size: 100px;
  }
  /* Pricing item */
  .wooprex-pricing-item {
    padding: 30px 20px;
  }
  .wooprex-pricing-item h4 {
    font-size: 20px;
  }
  .wooprex-pricing-item p.price {
    margin: 20px 0px;
  }
  .wooprex-pricing-item .feature {
    margin-bottom: 40px;
  }
  .wooprex-pricing-item .feature ul li {
    padding-left: 40px;
  }
  /************** Project page *****************/
  section.wooprex-project-section .wooprex-project-item {
    height: auto;
  }
  section.wooprex-project-section .wooprex-project-item .project-description {
    position: static;
    height: auto;
    width: 100%;
    margin-top: 10px;
    padding: 20px;
  }
  section.wooprex-project-section .wooprex-project-item .project-description .project-body span.count {
    font-size: 110px;
    margin-bottom: 10px;
  }
  section.wooprex-project-section .wooprex-project-item .project-description .project-body h3 {
    font-size: 22px;
  }
  section.wooprex-project-section .wooprex-project-item .project-description .project-body p {
    margin-bottom: 30px;
  }
  /************* Project details page ***************/
  section.wooprex-customer-experience-section {
    height: 500px;
  }
  section.wooprex-customer-experience-section .customer-experience-description .customer-experience-top h1 {
    font-size: 40px;
  }
  section.wooprex-customer-experience-section .customer-experience-description .customer-experience-bottom {
    padding: 20px 0px;
  }
  section.wooprex-customer-experience-section .customer-experience-description .customer-experience-bottom .row {
    row-gap: 20px;
  }
  section.wooprex-expert-solution-section .section-header h2 {
    font-size: 24px;
  }
  section.wooprex-expert-solution-section .expert-solution-main .swiper-slide {
    height: 450px;
  }
  section.wooprex-expert-solution-section .industry-experience-section {
    padding-top: 50px;
  }
  section.wooprex-expert-solution-section .industry-experience-section .row {
    row-gap: 40px;
  }
  section.wooprex-expert-solution-section .industry-experience-section .industry-image {
    height: 350px;
  }
  section.wooprex-expert-solution-section .industry-experience-section h3 {
    margin: 40px 0px;
  }
  section.wooprex-expert-solution-section .industry-experience-section .industry-experience-item h4 {
    margin: 10px 0px 20px 0px;
  }
  /******** Contact page *******/
  section.wooprex-google-map-image {
    margin-top: 70px;
  }
  section.wooprex-contact-section .row {
    row-gap: 40px;
  }
  section.wooprex-contact-section .contact-location .location-item ul li:first-child {
    margin: 15px 0px;
    font-size: 20px;
  }
  section.wooprex-contact-section .contact-main-wrapper {
    row-gap: 40px;
  }
  section.wooprex-contact-section .contact-main-wrapper .contact-form {
    padding: 0px;
  }
  section.wooprex-contact-section .contact-main-wrapper .contact-form h3 {
    margin-bottom: 40px;
  }
  .wooprex-google-map iframe {
    height: 350px;
  }
}
@media only screen and (max-width: 575px) {
  .text-size-5 {
    font-size: 14px;
  }
  .text-size-6 {
    font-size: 16px;
  }
  .text-size-7 {
    font-size: 18px;
  }
  .text-size-8 {
    font-size: 20px;
  }
  .text-size-9 {
    font-size: 22px;
  }
  .text-size-10 {
    font-size: 24px;
  }
  .text-size-11 {
    font-size: 26px;
  }
  .text-size-12 {
    font-size: 26px;
  }
  .text-size-13 {
    font-size: 28px;
  }
  .text-size-14 {
    font-size: 45px;
  }
  .text-size-15 {
    font-size: 45px;
  }
  .container {
    padding: 0px 20px;
  }
  header.wooprex-header-section {
    z-index: 999;
  }
  header.wooprex-header-section .header-main {
    gap: 25px;
  }
  header.wooprex-header-section .header-main .header-right {
    gap: 15px;
  }
  header.wooprex-header-section .header-main .header-right .wooprex-search-bar i {
    font-size: 20px;
  }
  header.wooprex-header-section .header-main .wooprex-search-box .wooprex-search-close i {
    font-size: 20px;
  }
  header.wooprex-header-section .header-main .wooprex-btn {
    display: none;
  }
  header.wooprex-header-section .header-main .wooprex-search-box input::-moz-placeholder {
    font-size: 16px;
  }
  header.wooprex-header-section .header-main .wooprex-search-box input::placeholder {
    font-size: 16px;
  }
  .section-header {
    margin-bottom: 35px;
    gap: 15px;
  }
  .header {
    font-size: 35px;
  }
  .section-header-separate {
    margin-bottom: 50px;
  }
  /* Banner section */
  section.wooprex-banner-section .banner-slider .banner-item {
    height: 700px;
  }
  section.wooprex-banner-section .banner-slider .banner-item .banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    padding: 0px 20px;
  }
  section.wooprex-banner-section .banner-slider .banner-item .banner-text h3 {
    margin: 0;
    font-size: 38px;
  }
  section.wooprex-banner-section .banner-slider .banner-item .banner-text h5 {
    margin-bottom: 10px;
  }
  section.wooprex-banner-section .wooprex-follow-us {
    bottom: 14%;
    transform: inherit;
    top: inherit;
    left: 20px;
  }
  section.wooprex-banner-section .wooprex-follow-us ul {
    flex-direction: row;
  }
  section.wooprex-banner-section .wooprex-swiper-nav-wrapper {
    padding: 0px 20px;
    height: auto;
    align-items: center;
    justify-content: center;
  }
  section.wooprex-banner-section .wooprex-swiper-nav-wrapper .main-nav {
    margin-bottom: 20px;
  }
  section.wooprex-banner-section .wooprex-swiper-nav-wrapper .wooprex-pagination-custom {
    display: none;
  }
  /* Home - about section */
  section.wooprex-home-about-section .section-header h5 {
    margin-top: 10px;
  }
  section.wooprex-home-about-section .section-header .sub-header {
    margin-top: 5px;
  }
  section.wooprex-home-about-section .about-top-right {
    margin-top: 10px;
  }
  section.wooprex-home-about-section .about-top-right h3 {
    justify-content: flex-start;
    font-size: 60px;
  }
  section.wooprex-home-about-section .about-slider-main-wrapper {
    margin-top: 40px;
  }
  section.wooprex-home-about-section .about-slider-main-wrapper .about-slider-item {
    flex-direction: column;
    row-gap: 20px;
  }
  section.wooprex-home-about-section .about-slider-main-wrapper .about-slider-item .about-slider-image,
  section.wooprex-home-about-section .about-slider-main-wrapper .about-slider-item .about-slider-description {
    width: 100%;
  }
  section.wooprex-home-about-section .about-slider-main-wrapper .about-slider-item .about-slider-image {
    height: 300px;
  }
  section.wooprex-home-about-section .about-slider-main-wrapper .about-slider-item .about-slider-description {
    height: auto;
    gap: 20px;
    padding: 20px;
  }
  section.wooprex-home-about-section .about-slider-main-wrapper .about-slider-item .about-slider-description p {
    font-size: 20px;
  }
  /* Home client section */
  section.wooprex-client-section .client-main-wrapper {
    padding: 0px 20px;
  }
  section.wooprex-client-section .client-main-wrapper.wooprex-fixed-box {
    height: auto;
    z-index: 99;
  }
  section.wooprex-client-section .client-main-wrapper.wooprex-fixed-box .fixed-box-contain {
    position: inherit;
    height: auto;
    display: flex;
    flex-direction: column;
    row-gap: 40px;
  }
  section.wooprex-client-section .client-main-wrapper.wooprex-fixed-box .fixed-box-contain .client-item {
    height: auto;
    position: inherit;
  }
  section.wooprex-client-section .client-main-wrapper.wooprex-fixed-box .fixed-box-contain .client-item:last-child .client-item-wrapper .client-description {
    padding-bottom: 0;
  }
  section.wooprex-client-section .client-main-wrapper .client-item-wrapper {
    flex-direction: column;
    height: auto;
  }
  section.wooprex-client-section .client-main-wrapper .client-item-wrapper .client-image,
  section.wooprex-client-section .client-main-wrapper .client-item-wrapper .client-description {
    width: 100%;
  }
  section.wooprex-client-section .client-main-wrapper .client-item-wrapper .client-image {
    height: 300px;
  }
  section.wooprex-client-section .client-main-wrapper .client-item-wrapper .client-description {
    padding: 20px;
  }
  section.wooprex-client-section .client-main-wrapper .client-item-wrapper .client-description span.count {
    padding: 0;
    font-size: 80px;
  }
  section.wooprex-client-section .client-main-wrapper .client-item-wrapper .client-description span.category {
    font-size: 40px !important;
  }
  section.wooprex-client-section .client-main-wrapper .client-item-wrapper .client-description .description-wrapper {
    padding: 0;
  }
  section.wooprex-client-section .client-main-wrapper .client-item-wrapper .client-description .description-wrapper:before {
    display: none;
  }
  section.wooprex-client-section .client-main-wrapper .client-item-wrapper .client-description .description-wrapper h3 {
    margin-bottom: 10px;
    font-size: 26px;
  }
  section.wooprex-client-section .client-main-wrapper .client-item-wrapper .client-description .description-wrapper p {
    margin-bottom: 30px;
  }
  /* Testimonial styling */
  section.wooprex-testimonial-section .testimonial-top {
    margin-bottom: 50px;
  }
  section.wooprex-testimonial-section .testimonial-top-right {
    display: none;
  }
  section.wooprex-testimonial-section .testimonial-slider-main {
    margin-left: 0px;
  }
  .wooprex-testimonial-item {
    padding: 30px 20px;
  }
  .wooprex-testimonial-item .client-details {
    padding-right: 0px;
    border-right: none;
  }
  .wooprex-testimonial-item .client-details .client-image {
    height: 200px;
    max-width: 150px;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .wooprex-testimonial-item .client-review {
    padding-top: 20px;
    padding-bottom: 0px;
  }
  .wooprex-testimonial-item .client-review p {
    padding: 0;
    text-align: center;
  }
  .wooprex-testimonial-item .client-review .quote {
    width: 100px;
  }
  /* founder sectionb  */
  section.wooprex-founder-section .founder-main-wrapper .founder-left {
    padding: 25px;
  }
  section.wooprex-founder-section .founder-main-wrapper .founder-left h4 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  section.wooprex-founder-section .founder-main-wrapper .row {
    row-gap: 20px;
  }
  .wooprex-founder-item .founder-image {
    height: auto;
  }
  .wooprex-founder-item .founder-details {
    bottom: 0;
  }
  .wooprex-founder-item .founder-details h5 {
    font-size: 20px;
  }
  /* partner section */
  section.wooprex-partner-section h3 {
    margin-bottom: 30px;
  }
  /* team section */
  section.wooprex-team-section .section-header-separate .sub-header {
    padding-left: 0px;
  }
  section.wooprex-team-section .team-main-wrapper .team-middle-description {
    padding: 20px;
  }
  section.wooprex-team-section .team-main-wrapper .team-middle-description img {
    width: 120px;
  }
  section.wooprex-team-section .team-main-wrapper .team-middle-description .inner-details {
    position: static;
    transform: inherit;
    height: auto;
    padding: 0;
    margin-top: -40px;
  }
  /* Marque section */
  section.wooprex-marque-section .wooprex_marquee .marquee_items .marque-item h4 {
    font-size: 40px;
  }
  section.wooprex-marque-section .wooprex_marquee .marquee_items .marque-item h4:before {
    font-size: 30px;
    padding: 0px 20px;
  }
  section.wooprex-marque-section .marque-bottom-wrapper {
    margin-top: 50px;
  }
  section.wooprex-marque-section .marque-bottom-wrapper h3 {
    font-size: 28px;
  }
  section.wooprex-marque-section .marque-bottom-wrapper p {
    padding: 0px;
    margin-bottom: 30px;
  }
  /* Footer section */
  footer.wooprex-footer-section {
    padding: 60px 0px;
  }
  footer.wooprex-footer-section .footer-top .row {
    row-gap: 40px;
  }
  footer.wooprex-footer-section .footer-top .wooprex-follow-us ul {
    justify-content: flex-start;
  }
  footer.wooprex-footer-section .footer-middle .row {
    row-gap: 40px;
  }
  footer.wooprex-footer-section .footer-middle .footer-item h4 {
    margin-bottom: 15px;
  }
  footer.wooprex-footer-section .footer-middle .footer-item.last h4 {
    padding: 0;
  }
  footer.wooprex-footer-section .footer-middle .footer-item.last ul {
    justify-content: flex-start;
  }
  footer.wooprex-footer-section .footer-bottom .row {
    row-gap: 20px;
  }
  footer.wooprex-footer-section .footer-bottom .bottom-menu ul {
    justify-content: flex-start;
    flex-wrap: wrap;
    -moz-column-gap: 15px;
         column-gap: 15px;
    row-gap: 5px;
  }
  footer.wooprex-footer-section .footer-bottom .bottom-menu ul li {
    padding: 0;
  }
  footer.wooprex-footer-section .footer-bottom .bottom-menu ul li a {
    padding: 0;
  }
  footer.wooprex-footer-section .footer-bottom .bottom-menu ul li a:before {
    display: none;
  }
  /* Breadcrumb */
  section.wooprex-breadcrumb-section {
    height: 300px;
  }
  section.wooprex-breadcrumb-section .breadcrumb-image {
    display: none;
  }
  section.wooprex-breadcrumb-section .breadcrumb-text {
    width: 100%;
    padding-left: 20px;
  }
  /* About us page */
  /* Counter */
  section.wooprex-counter-section .section-header-separate .sub-header {
    padding: 0;
  }
  section.wooprex-counter-section .wooprex-counter .row {
    row-gap: 20px;
    justify-content: center;
  }
  section.wooprex-counter-section .wooprex-counter .wooprex-counter-item h4 {
    font-size: 70px;
  }
  section.wooprex-counter-section .wooprex-counter .wooprex-counter-item p {
    padding-left: 20px;
    font-size: 13px;
  }
  section.wooprex-counter-section .wooprex-counter .wooprex-counter-item p:before {
    width: 10px;
    height: 10px;
  }
  /* Growth */
  section.wooprex-growth-section .growth-main-wrapper .growth-image {
    height: auto;
  }
  section.wooprex-growth-section .growth-main-wrapper .growth-description p.period {
    font-size: 60px;
  }
  section.wooprex-growth-section .growth-main-wrapper .growth-description .growth-description-inner {
    width: 100%;
    padding: 20px;
  }
  section.wooprex-growth-section .growth-main-wrapper .growth-description .growth-description-inner .inner-item h3 {
    font-size: 20px;
  }
  /* Traffic */
  section.wooprex-traffic-section .section-header-separate .sub-header {
    padding: 0;
  }
  section.wooprex-traffic-section .growth-main-wrapper .row {
    row-gap: 20px;
  }
  section.wooprex-traffic-section .growth-main-wrapper .growth-item {
    padding: 20px;
  }
  section.wooprex-traffic-section .growth-main-wrapper .growth-item h3 {
    font-size: 20px;
  }
  /* Empoower */
  section.wooprex-empower-section {
    padding: 0px 20px;
    flex-direction: column;
    row-gap: 30px;
  }
  section.wooprex-empower-section .empower-image,
  section.wooprex-empower-section .empower-description {
    width: 100%;
  }
  section.wooprex-empower-section .empower-image {
    height: auto;
  }
  section.wooprex-empower-section .empower-description h3 {
    font-size: 24px;
    left: 0;
    width: 100%;
    margin-bottom: 40px;
  }
  section.wooprex-empower-section .empower-description .description-bottom {
    margin: 0;
    padding-left: 20px;
  }
  section.wooprex-empower-section .empower-description .description-bottom p {
    margin-bottom: 40px;
  }
  /************ Blog page **********/
  .wooprex-blog-item.full-container .row {
    row-gap: 20px;
  }
  .wooprex-blog-item.full-container .blog-image {
    height: 275px;
  }
  .wooprex-blog-item.full-container .blog-description .blog-body {
    margin-bottom: 30px;
  }
  .wooprex-blog-item.full-container .blog-description .blog-body h3 {
    font-size: 24px;
    margin: 20px 0px;
  }
  /* Blog details page */
  .wooprex-blog-header h1 {
    font-size: 30px;
  }
  .wooprex-blog-header p.date {
    gap: 15px;
    margin-bottom: 20px;
  }
  .wooprex-blog-header p.date span.line {
    width: 80px;
  }
  .wooprex-blog-header .team {
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px;
  }
  .wooprex-blog-details .wooprex-blog-thumbnail,
  .wooprex-blog-details .wooprex-blog-image {
    height: 350px;
  }
  .wooprex-blog-details .wooprex-blog-description,
  .wooprex-blog-details .wooprex-blog-image {
    margin-bottom: 30px;
  }
  .wooprex-blog-details .wooprex-blog-quote {
    height: auto;
    padding: 20px;
    margin-bottom: 40px;
  }
  .wooprex-blog-details .wooprex-blog-quote:before {
    height: 60px;
    width: 60px;
    top: 5px;
  }
  .wooprex-blog-details .wooprex-blog-quote blockquote {
    line-height: 1.5em;
    font-size: 16px;
  }
  .wooprex-blog-details .wooprex-blog-quote span {
    width: 120px;
  }
  .wooprex-blog-details .wooprex-blog-quote span.white {
    left: 15px;
  }
  .wooprex-blog-details .wooprex-blog-description .row {
    row-gap: 20px;
  }
  .wooprex-blog-details .wooprex-blog-description h3 {
    font-size: 22px;
  }
  .wooprex-blog-details .wooprex-blog-description h3 span {
    display: inline;
  }
  .wooprex-sidebar {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #c0bcdf;
  }
  .wooprex-sidebar.left {
    padding-right: 0;
  }
  .wooprex-sidebar.right {
    padding-left: 0;
  }
  .wooprex-sidebar .sidebar-title {
    margin-bottom: 25px;
  }
  .wooprex-sidebar .wooprex-sidebar-latest-post .latest-post-item .post-details p.details {
    font-size: 18px;
  }
  /************ Service page ********/
  section.wooprex-service-innovation-section .section-header {
    text-align: left;
  }
  section.wooprex-service-innovation-section .section-header .header {
    font-size: 30px;
  }
  /* accordion */
  section.wooprex-service-innovation-section .innovation-main-wrapper .wooprex-accordion {
    flex-direction: column;
  }
  section.wooprex-service-innovation-section .innovation-main-wrapper .wooprex-accordion .custom-accordion-item {
    flex-direction: column;
    height: auto;
  }
  section.wooprex-service-innovation-section .innovation-main-wrapper .wooprex-accordion .custom-accordion-item .custom-collapse {
    order: 2;
    height: 0;
    transition: all 0.6s ease;
    width: 100%;
  }
  section.wooprex-service-innovation-section .innovation-main-wrapper .wooprex-accordion .custom-accordion-item .accordion-body {
    width: 100% !important;
    height: 0;
  }
  section.wooprex-service-innovation-section .innovation-main-wrapper .wooprex-accordion .custom-accordion-item .accordion-body .innovation-service .innovation-service-description {
    padding: 20px;
    gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }
  section.wooprex-service-innovation-section .innovation-main-wrapper .wooprex-accordion .custom-accordion-item .accordion-body .innovation-service .innovation-service-description .description-details h4 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  section.wooprex-service-innovation-section .innovation-main-wrapper .wooprex-accordion .custom-accordion-item .accordion-body .innovation-service .innovation-service-description .wooprex-btn span.icon {
    width: 50px;
    height: 50px;
  }
  section.wooprex-service-innovation-section .innovation-main-wrapper .wooprex-accordion .custom-accordion-item .accordion-body .innovation-service .innovation-service-description .wooprex-btn span.icon i {
    font-size: 30px;
  }
  section.wooprex-service-innovation-section .innovation-main-wrapper .wooprex-accordion .custom-accordion-item .innovation-btn {
    transform: inherit;
    writing-mode: inherit;
    width: 100%;
    gap: 20px;
    order: 1;
    padding: 10px;
    font-size: 18px;
    position: relative;
    z-index: 2;
  }
  section.wooprex-service-innovation-section .innovation-main-wrapper .wooprex-accordion .custom-accordion-item .innovation-btn span.icon {
    width: 50px;
    height: 50px;
  }
  section.wooprex-service-innovation-section .innovation-main-wrapper .wooprex-accordion .custom-accordion-item .innovation-btn span.icon span.copy-icon {
    transform: translate(-150%, 150%);
  }
  section.wooprex-service-innovation-section .innovation-main-wrapper .wooprex-accordion .custom-accordion-item .innovation-btn span.icon i {
    transform: rotate(-45deg);
    font-size: 30px;
  }
  section.wooprex-service-innovation-section .innovation-main-wrapper .wooprex-accordion .custom-accordion-item .innovation-btn:hover span.icon span.main-icon {
    transform: translate(150%, -150%);
  }
  section.wooprex-service-innovation-section .innovation-main-wrapper .wooprex-accordion .custom-accordion-item .innovation-btn:hover span.icon span.copy-icon {
    transform: translate(0%);
  }
  section.wooprex-service-innovation-section .innovation-main-wrapper .wooprex-accordion .custom-accordion-item.show .custom-collapse.active {
    height: 560px;
  }
  /* service main */
  section.wooprex-main-service-section .service-main-wrapper .main-service-item {
    height: 420px;
  }
  section.wooprex-main-service-section .service-main-wrapper .main-service-item .main-service-description {
    padding: 100px 20px 30px 20px;
    clip-path: polygon(0 0, 0 0, 100% 30%, 100% 100%, 0 100%, 0% 50%);
  }
  section.wooprex-main-service-section .service-main-wrapper .main-service-item .main-service-description h4 {
    font-size: 20px;
  }
  /* potential service */
  section.wooprex-potential-service-section .section-header-separate .sub-header {
    margin-left: 0;
  }
  section.wooprex-potential-service-section .potential-service-main-wrapper .row {
    row-gap: 40px;
  }
  section.wooprex-potential-service-section .potential-service-main-wrapper .service-image-wrapper {
    width: 300px;
    height: 300px;
  }
  section.wooprex-potential-service-section .potential-service-main-wrapper .service-description .service-item {
    border-radius: 20px;
    padding: 20px;
  }
  section.wooprex-potential-service-section .potential-service-main-wrapper .service-description .service-item a {
    flex-direction: column;
    align-items: flex-start;
  }
  section.wooprex-potential-service-section .potential-service-main-wrapper .service-description .service-item span.count {
    font-size: 50px;
    display: block;
    line-height: 1em;
    display: block;
    text-align: left;
  }
  section.wooprex-potential-service-section .potential-service-main-wrapper .service-description .service-item .inner-item {
    width: 100%;
    padding-left: 0;
  }
  /******* Service details page **************/
  section.wooprex-growth-hacking-section {
    padding: 70px 0px;
  }
  section.wooprex-growth-hacking-section .section-header-separate .header {
    font-size: 35px;
  }
  section.wooprex-growth-hacking-section .section-header-separate .sub-header {
    margin: 0;
    font-size: 16px;
    line-height: 1.6em;
    padding-left: 25px;
  }
  section.wooprex-work-step-section .work-step-main-wrapper .work-step-item {
    padding-left: 0 !important;
    padding-right: 0;
  }
  section.wooprex-work-step-section .work-step-main-wrapper .work-step-item:before {
    opacity: 0;
    visibility: hidden;
  }
  section.wooprex-conversion-section .conversion-main-wrapper {
    flex-direction: column;
  }
  section.wooprex-conversion-section .conversion-main-wrapper .conversion-left,
  section.wooprex-conversion-section .conversion-main-wrapper .conversion-right {
    width: 100%;
  }
  section.wooprex-conversion-section .conversion-main-wrapper .conversion-left {
    padding: 20px;
  }
  section.wooprex-conversion-section .conversion-main-wrapper .conversion-left .conversion-left-top {
    flex-direction: column;
    padding-right: 0;
    align-items: flex-start;
    row-gap: 20px;
  }
  section.wooprex-conversion-section .conversion-main-wrapper .conversion-left .conversion-left-image {
    height: 300px;
  }
  section.wooprex-conversion-section .conversion-main-wrapper .conversion-right {
    padding: 30px 20px;
    row-gap: 20px;
  }
  section.wooprex-conversion-section .conversion-main-wrapper .conversion-right .wooprex-counter .wooprex-counter-item h4 {
    font-size: 70px;
  }
  /* Pricing item */
  .wooprex-pricing-item {
    padding: 30px 20px;
  }
  .wooprex-pricing-item h4 {
    font-size: 20px;
  }
  .wooprex-pricing-item p.price {
    margin: 20px 0px;
  }
  .wooprex-pricing-item .feature {
    margin-bottom: 40px;
  }
  .wooprex-pricing-item .feature ul li {
    padding-left: 40px;
  }
  /************** Project page *****************/
  section.wooprex-project-section .wooprex-project-item {
    height: auto;
  }
  section.wooprex-project-section .wooprex-project-item .project-image {
    height: 300px;
  }
  section.wooprex-project-section .wooprex-project-item .project-description {
    position: static;
    height: auto;
    width: 100%;
    margin-top: 10px;
    padding: 20px;
  }
  section.wooprex-project-section .wooprex-project-item .project-description .project-body span.count {
    font-size: 70px;
    margin-bottom: 10px;
  }
  section.wooprex-project-section .wooprex-project-item .project-description .project-body h4:before {
    width: 60px;
  }
  section.wooprex-project-section .wooprex-project-item .project-description .project-body h3 {
    font-size: 18px;
  }
  section.wooprex-project-section .wooprex-project-item .project-description .project-body p {
    margin-bottom: 30px;
  }
  /************* Project details page ***************/
  section.wooprex-customer-experience-section {
    height: 500px;
  }
  section.wooprex-customer-experience-section .customer-experience-description .customer-experience-top h1 {
    font-size: 32px;
  }
  section.wooprex-customer-experience-section .customer-experience-description .customer-experience-bottom {
    padding: 20px 0px;
  }
  section.wooprex-customer-experience-section .customer-experience-description .customer-experience-bottom .row {
    row-gap: 20px;
  }
  section.wooprex-customer-experience-section .customer-experience-description .customer-experience-bottom .row > div:nth-child(2):before {
    display: none;
  }
  section.wooprex-expert-solution-section .section-header h2 {
    font-size: 24px;
  }
  section.wooprex-expert-solution-section .expert-solution-main .swiper-slide {
    height: 350px;
  }
  section.wooprex-expert-solution-section .industry-experience-section {
    padding-top: 50px;
  }
  section.wooprex-expert-solution-section .industry-experience-section .row {
    row-gap: 40px;
  }
  section.wooprex-expert-solution-section .industry-experience-section .industry-image {
    height: 350px;
  }
  section.wooprex-expert-solution-section .industry-experience-section h3 {
    margin: 40px 0px;
  }
  section.wooprex-expert-solution-section .industry-experience-section .industry-experience-item h4 {
    margin: 10px 0px 20px 0px;
  }
  /******** Contact page *******/
  section.wooprex-google-map-image {
    margin-top: 70px;
  }
  section.wooprex-contact-section .row {
    row-gap: 40px;
  }
  section.wooprex-contact-section .contact-location .location-item ul li:first-child {
    margin: 15px 0px;
    font-size: 20px;
  }
  section.wooprex-contact-section .contact-main-wrapper {
    row-gap: 40px;
  }
  section.wooprex-contact-section .contact-main-wrapper .contact-form {
    padding: 0px;
  }
  section.wooprex-contact-section .contact-main-wrapper .contact-form h3 {
    margin-bottom: 40px;
  }
  section.wooprex-contact-section .contact-main-wrapper .wooprex-follow-us {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 20px;
  }
  section.wooprex-contact-section .contact-main-wrapper .wooprex-follow-us h4 {
    padding-bottom: 10px;
    width: auto;
    display: inline-block;
  }
  .wooprex-google-map iframe {
    height: 350px;
  }
}
@media only screen and (max-width: 400px) {
  section.wooprex-banner-section .banner-slider .banner-item {
    height: 650px;
  }
  section.wooprex-banner-section .banner-slider .banner-item .banner-text h3 {
    font-size: 26px;
  }
  section.wooprex-banner-section .wooprex-follow-us {
    bottom: 16%;
  }
}