@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=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,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: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #151a40;
  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: "Poppins", sans-serif;
  border: 1px solid #151a40;
  outline: 0;
  box-shadow: none;
  width: 100%;
  background: transparent;
  color: #151a40;
  font-weight: 400;
  font-size: 14px;
  resize: none;
  padding: 16px;
}
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 {
  box-shadow: none;
  outline: none;
  border-color: #f40058;
}

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

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

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

:-moz-placeholder {
  color: #151a40;
}

::-moz-placeholder {
  color: #151a40;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #151a40;
}

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

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

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

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

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

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

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

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

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

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

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

p {
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 400;
  color: #151a40;
}

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: #000000;
}
a:focus, a:hover {
  transition: all 0.3s ease;
  text-decoration: none;
  outline: 0;
}

label {
  font-weight: 600;
}

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

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

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

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

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

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

.round-56 {
  border-radius: 0px 56px 0px 0px;
  overflow: hidden;
}

.round-80 {
  border-radius: 0px 80px 0px 0px;
  overflow: hidden;
}

.round-96 {
  border-radius: 0px 96px 0px 0px;
  overflow: hidden;
}

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

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

@media only screen and (max-width: 767px) {
  .brand-logo a,
  .logo a {
    max-width: 150px;
  }
}
/*-- All components style -- */
/*-- scrollbar -- */
/*-- Base: mixin & variable  -- */
/* Customize the entire scrollbar */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

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

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

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #151a40;
}

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

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

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

/* Handle on hover */
.desktop-overlay-menu::-webkit-scrollbar-thumb:hover {
  background: #151a40;
}

/*-- header -- */
/*-- Base: mixin & variable  -- */
/* 
***************************** Start Wooprex Header Css *************************** 
*/
header.wooprex-header-section {
  position: relative;
  z-index: 999;
  width: 100%;
  top: 0;
  border-bottom: 1px solid #b2bdf0;
  background: #ffffff;
  overflow-x: clip;
  z-index: 999;
  padding: 30px 60px;
  transition: top 0.6s, background 0.4s, box-shadow 0.4s;
}
header.wooprex-header-section.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  animation: 0.95s ease 0s normal forwards 1 running stickyAnimation;
  -webkit-animation: 0.95s ease 0s normal forwards 1 running stickyAnimation;
}

@keyframes stickyAnimation {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
/*-- section header / subheader-- */
/*-- Base: mixin & variable  -- */
.header {
  font-size: 48px;
  line-height: 1.3em;
}

.sub-header {
  font-size: 14px;
  margin-top: 15px;
}

/*-- footer -- */
/*-- Base: mixin & variable  -- */
/*
************************** Start Wooprex footer CSS ***************************
*/
@keyframes topToBottom {
  0% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}
.wooprex-footer {
  padding-bottom: 50px;
  background: #000000;
  color: #ffffff;
  overflow: hidden;
}
.wooprex-footer .wooprex-footer-left,
.wooprex-footer .footer-middle-left,
.wooprex-footer .footer-middle-right,
.wooprex-footer .wooprex-footer-right {
  padding-bottom: 40px;
  padding-top: 100px;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.wooprex-footer .wooprex-footer-left,
.wooprex-footer .footer-middle-left,
.wooprex-footer .footer-middle-right {
  padding-left: 60px;
}
.wooprex-footer .wooprex-footer-right {
  padding-left: 100px;
}
.wooprex-footer .wooprex-footer-left:before,
.wooprex-footer .footer-middle-left:before,
.wooprex-footer .footer-middle-right:after,
.wooprex-footer .wooprex-footer-right:after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  border: 0.5px solid;
  border-image-source: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #272727 48.5%, rgba(255, 255, 255, 0) 100%);
  border-image-slice: 1;
}
.wooprex-footer .wooprex-footer-left:after,
.wooprex-footer .footer-middle-left:after,
.wooprex-footer .footer-middle-right:before,
.wooprex-footer .wooprex-footer-right:before {
  content: "";
  position: absolute;
  top: 0;
  border: 0.5px solid;
  border-image-source: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #272727 48.5%, rgba(255, 255, 255, 0) 100%);
  border-image-slice: 1;
  height: 100px;
  animation: topToBottom 5s linear infinite;
  animation-timing-function: ease-in-out;
}
.wooprex-footer .footer-middle-left:after,
.wooprex-footer .wooprex-footer-right:before {
  animation-delay: 2s;
}
.wooprex-footer .wooprex-footer-left:before,
.wooprex-footer .wooprex-footer-left:after,
.wooprex-footer .footer-middle-left:before,
.wooprex-footer .footer-middle-left:after {
  left: 0;
}
.wooprex-footer .footer-middle-right:after,
.wooprex-footer .footer-middle-right:before,
.wooprex-footer .wooprex-footer-right:after,
.wooprex-footer .wooprex-footer-right:before {
  right: 0;
}
.wooprex-footer h4 {
  color: #ffffff;
  font-size: 14px;
  margin-top: 20px;
}
.wooprex-footer ul {
  margin-top: 60px;
}
.wooprex-footer ul li a {
  padding-bottom: 20px;
  color: #ffffff;
  font-weight: 300;
  display: block;
  font-size: 14px;
  transition: all 0.3s ease;
}
.wooprex-footer ul li a:hover {
  padding-left: 5px;
  color: #f40058;
}
.wooprex-footer .wooprex-footer-left .newsletter h5 {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.6rem;
  font-weight: 500;
}
.wooprex-footer .wooprex-footer-left .newsletter p {
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 400;
}
.wooprex-footer .wooprex-footer-left .newsletter a {
  color: #f40058;
  font-weight: 400;
}
.wooprex-footer .wooprex-footer-left .footer-follow-us {
  margin-top: 50px;
  display: flex;
  gap: 25px;
}
.wooprex-footer .wooprex-footer-left .footer-follow-us a {
  color: #ffffff;
  transition: 0.4s;
}
.wooprex-footer .wooprex-footer-left .footer-follow-us a:hover {
  margin-top: -10px;
  color: #f40058;
}
.wooprex-footer .footer-copyright p {
  text-align: center;
  color: #ffffff;
  font-weight: 300;
  font-size: 14px;
  opacity: 1 !important;
}
.wooprex-footer .footer-divider {
  /* padding-top: 50px; */
  border: 0.5px solid;
  border-image-source: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #272727 48.5%, rgba(255, 255, 255, 0) 100%);
  border-image-slice: 30;
}

/*
************************** end Wooprex footer CSS ***************************
*/
/*-- menu -- */
/*-- Base: mixin & variable  -- */
.wooprex-header-section .header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand-logo {
  transition: all 0.3s ease;
  position: relative;
}
.brand-logo a {
  display: block;
}

.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: #151a40;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 8px 0px;
}
.wooprex-main-menu ul.box-nav li.menu-item a.item-link i {
  position: relative;
  transition: all 0.3s ease;
  line-height: 0px;
}
.wooprex-main-menu ul.box-nav li.menu-item a.item-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #f40058;
  width: 10px;
  height: 2px;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.wooprex-main-menu ul.box-nav li.menu-item a.item-link.router-link-active {
  color: #f40058;
}
.wooprex-main-menu ul.box-nav li.menu-item a.item-link.router-link-active:before {
  opacity: 1;
  visibility: visible;
}
.wooprex-main-menu ul.box-nav li.menu-item a.item-link:hover {
  color: #f40058;
}
.wooprex-main-menu ul.box-nav li.menu-item a.item-link:hover:before {
  opacity: 1;
  visibility: visible;
  width: 100%;
}
.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 ul.sub-menu {
  position: absolute;
  min-width: 250px;
  padding: 20px 0px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
  background-color: #ffffff;
  border: 1px solid #e8e2d1;
  z-index: 10;
}
.wooprex-main-menu ul.box-nav li.menu-item ul.sub-menu li {
  padding: 10px 0px;
  position: relative;
}
.wooprex-main-menu ul.box-nav li.menu-item ul.sub-menu li a.sub-menu-link {
  padding: 0px 50px;
  display: block;
  color: #151a40;
  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 {
  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;
  bottom: 0%;
  left: 0%;
  width: 0px;
  height: 2px;
  background-color: #f40058;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
}
.wooprex-main-menu ul.box-nav li.menu-item ul.sub-menu li a.sub-menu-link:hover, .wooprex-main-menu ul.box-nav li.menu-item ul.sub-menu li a.sub-menu-link.router-link-active {
  color: #f40058;
}
.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: 50px;
  opacity: 1;
  visibility: visible;
}
.wooprex-main-menu ul.box-nav li.menu-item > ul.sub-menu {
  left: 0px;
  top: 80px;
}
.wooprex-main-menu ul.box-nav li.menu-item > ul.sub-menu li > ul.sub-menu {
  right: -250px;
  top: 20px;
}
.wooprex-main-menu ul.box-nav li.menu-item > ul.sub-menu li:hover > ul.sub-menu {
  top: 0px;
  opacity: 1;
  visibility: visible;
}
.wooprex-main-menu ul.box-nav li.menu-item:hover > ul.sub-menu {
  top: 73px;
  opacity: 1;
  visibility: visible;
}

/* Wooprex right menu */
.wooprex-right-menu {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}

/* Wooprex Navbar search field */
.wooprex-search-bar {
  transition: padding 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.wooprex-search-bar i {
  font-size: 28px;
  color: #151a40;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wooprex-search-box {
  position: absolute;
  background: #ffffff;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 40px 60px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
  z-index: 99;
}
.wooprex-search-box form {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}
.wooprex-search-box input[type=text] {
  color: #151a40;
  padding: 0;
  cursor: pointer;
  font-size: 18px;
  border: none;
}
.wooprex-search-box input[type=text]:focus {
  outline: none;
  border: none;
}
.wooprex-search-box input[type=text]::-moz-placeholder {
  font-size: 18px;
  color: #151a40;
}
.wooprex-search-box input[type=text]::placeholder {
  font-size: 18px;
  color: #151a40;
}
.wooprex-search-box .wooprex-search-close {
  cursor: pointer;
}
.wooprex-search-box .wooprex-search-close i {
  color: #151a40;
  font-size: 24px;
  transition: all 0.3s ease;
}
.wooprex-search-box .wooprex-search-close:hover i {
  color: #f40058;
}
.wooprex-search-box.active-search {
  opacity: 1;
  visibility: visible;
}

/* Start Wooprex mobile menu */
.wooprex-mobile-menu {
  width: 400px;
  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(0, 0, 0, 0.1);
  transition: all 0.6s ease;
  overflow-y: scroll;
  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: block;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000000;
  transition: all 0.3s ease;
}
.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: #f40058;
}
.wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu {
  padding-bottom: 10px;
}
.wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu li {
  padding-left: 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: 10px 0px;
  color: #000000;
}
.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: #f40058;
}
.wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu li ul.sub-menu {
  padding-bottom: 0;
}
.wooprex-mobile-menu.show {
  transform: translateX(0%);
}

/* desktop menu bar */
.wooprex-desktop-menu-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.wooprex-desktop-menu-bar i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #f40058;
}

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

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

/*-- Breadcrumb -- */
/*-- Base: mixin & variable  -- */
/*
************************** Start Wooprex subheader CSS ***************************
*/
.wooprex-subheader {
  background: #151a40;
  position: relative;
  padding: 0;
  overflow: hidden;
  background-position: center bottom !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.wooprex-subheader p,
.wooprex-subheader h2 {
  color: #ffffff;
}
.wooprex-subheader h2 {
  font-weight: 400;
  margin-top: 30px;
  max-width: 670px;
  font-size: 48px;
}
.wooprex-subheader.portfolio {
  background-image: url("../assets/images/image-42.webp");
}
.wooprex-subheader.faq {
  background-image: url("../assets/images/image-52.webp");
}
.wooprex-subheader.team {
  background-image: url("../assets/images/image-54.webp");
}
.wooprex-subheader.blog {
  background-image: url("../assets/images/image-56.webp");
}
.wooprex-subheader.service-details {
  background-image: url("../assets/images/image-55.webp");
}
.wooprex-subheader.portfolio-details {
  background-image: url("../assets/images/image-53.webp");
}
.wooprex-subheader.about {
  background-image: url("../assets/images/image-16.webp");
}
.wooprex-subheader.about h2 {
  margin-top: 0;
}
.wooprex-subheader.about p {
  max-width: 370px;
  font-size: 18px;
}
.wooprex-subheader .subheader-wrapper {
  position: relative;
  height: 410px;
  display: flex;
  align-items: normal;
  justify-content: center;
  flex-direction: column;
  z-index: 2;
}
.wooprex-subheader.consultants .subheader-wrapper:before {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0;
  background-image: url("../assets/shape/shape-2.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 580px;
  height: 70%;
}
.wooprex-subheader.linear-background:after {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  background: linear-gradient(90deg, #151a40 18.8%, rgba(21, 26, 64, 0) 100%);
}

/*
************************** end Wooprex subheader CSS ***************************
*/
/*-- slider -- */
/*-- Base: mixin & variable  -- */
/* Universal Slider */
.wooprex-banner-main.wooprex-swiper .swiper-pagination,
.wooprex-service-section .service-slider.wooprex-swiper .swiper-pagination,
.wooprex-client-section .wooprex-swiper .swiper-pagination,
.team-slider-section.wooprex-swiper .swiper-pagination,
.wooprex-latest-news .wooprex-swiper .swiper-pagination,
.wooprex-business-slider-section .swiper-pagination {
  bottom: 40px !important;
}
.wooprex-banner-main.wooprex-swiper .swiper-pagination span.swiper-pagination-bullet,
.wooprex-service-section .service-slider.wooprex-swiper .swiper-pagination span.swiper-pagination-bullet,
.wooprex-client-section .wooprex-swiper .swiper-pagination span.swiper-pagination-bullet,
.team-slider-section.wooprex-swiper .swiper-pagination span.swiper-pagination-bullet,
.wooprex-latest-news .wooprex-swiper .swiper-pagination span.swiper-pagination-bullet,
.wooprex-business-slider-section .swiper-pagination span.swiper-pagination-bullet {
  width: 15px;
  height: 4px;
  background: #ffffff;
  border-radius: 10px;
  margin: 0px 10px !important;
  opacity: 1 !important;
  position: relative;
  transition: all 0.3s ease;
}
.wooprex-banner-main.wooprex-swiper .swiper-pagination span.swiper-pagination-bullet:after,
.wooprex-service-section .service-slider.wooprex-swiper .swiper-pagination span.swiper-pagination-bullet:after,
.wooprex-client-section .wooprex-swiper .swiper-pagination span.swiper-pagination-bullet:after,
.team-slider-section.wooprex-swiper .swiper-pagination span.swiper-pagination-bullet:after,
.wooprex-latest-news .wooprex-swiper .swiper-pagination span.swiper-pagination-bullet:after,
.wooprex-business-slider-section .swiper-pagination span.swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 13px;
  background: transparent;
  border: 2px solid #ffffff;
  border-radius: 10px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, border 0.3s ease-in-out;
}
.wooprex-banner-main.wooprex-swiper .swiper-pagination.color-pagination span.swiper-pagination-bullet,
.wooprex-service-section .service-slider.wooprex-swiper .swiper-pagination.color-pagination span.swiper-pagination-bullet,
.wooprex-client-section .wooprex-swiper .swiper-pagination.color-pagination span.swiper-pagination-bullet,
.team-slider-section.wooprex-swiper .swiper-pagination.color-pagination span.swiper-pagination-bullet,
.wooprex-latest-news .wooprex-swiper .swiper-pagination.color-pagination span.swiper-pagination-bullet,
.wooprex-business-slider-section .swiper-pagination.color-pagination span.swiper-pagination-bullet {
  background: #151a40;
}
.wooprex-banner-main.wooprex-swiper .swiper-pagination.color-pagination span.swiper-pagination-bullet:after,
.wooprex-service-section .service-slider.wooprex-swiper .swiper-pagination.color-pagination span.swiper-pagination-bullet:after,
.wooprex-client-section .wooprex-swiper .swiper-pagination.color-pagination span.swiper-pagination-bullet:after,
.team-slider-section.wooprex-swiper .swiper-pagination.color-pagination span.swiper-pagination-bullet:after,
.wooprex-latest-news .wooprex-swiper .swiper-pagination.color-pagination span.swiper-pagination-bullet:after,
.wooprex-business-slider-section .swiper-pagination.color-pagination span.swiper-pagination-bullet:after {
  border: 2px solid #151a40 !important;
}
.wooprex-banner-main.wooprex-swiper .swiper-pagination span.swiper-pagination-bullet-active:after,
.wooprex-service-section .service-slider.wooprex-swiper .swiper-pagination span.swiper-pagination-bullet-active:after,
.wooprex-client-section .wooprex-swiper .swiper-pagination span.swiper-pagination-bullet-active:after,
.team-slider-section.wooprex-swiper .swiper-pagination span.swiper-pagination-bullet-active:after,
.wooprex-latest-news .wooprex-swiper .swiper-pagination span.swiper-pagination-bullet-active:after,
.wooprex-business-slider-section .swiper-pagination span.swiper-pagination-bullet-active:after {
  opacity: 1;
}

/* Home - service slider */
.wooprex-service-section .service-slider.wooprex-swiper .swiper-pagination,
.wooprex-client-section .wooprex-swiper .swiper-pagination {
  bottom: -50px !important;
}

/* Home - client testimonial */
.wooprex-client-section .wooprex-swiper .swiper-pagination span.swiper-pagination-bullet {
  background: #d9d9d9;
}
.wooprex-client-section .wooprex-swiper .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #646464;
}
.wooprex-client-section .wooprex-swiper .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  border: 2px solid #646464 !important;
}

/* Team slider */
.team-slider-section.wooprex-swiper,
.wooprex-latest-news .wooprex-swiper {
  padding-bottom: 60px;
}
.team-slider-section.wooprex-swiper .swiper-pagination,
.wooprex-latest-news .wooprex-swiper .swiper-pagination {
  bottom: 0px !important;
}

/* Consultants - consult team slider */
.wooprex-consult-team .wooprex-swiper .swiper-navigation {
  position: relative;
  height: 170px;
}
.wooprex-consult-team .wooprex-swiper .swiper-navigation .swiper-button-prev {
  left: 0;
}
.wooprex-consult-team .wooprex-swiper .swiper-navigation .swiper-button-prev:after {
  content: "\f10c";
  font-family: "flaticon_marketing" !important;
}
.wooprex-consult-team .wooprex-swiper .swiper-navigation .swiper-button-next {
  left: 50px;
}
.wooprex-consult-team .wooprex-swiper .swiper-navigation .swiper-button-next:after {
  content: "\f10b";
  font-family: "flaticon_marketing" !important;
}
.wooprex-consult-team .wooprex-swiper .swiper-navigation .swiper-button-next,
.wooprex-consult-team .wooprex-swiper .swiper-navigation .swiper-button-prev {
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
}
.wooprex-consult-team .wooprex-swiper .swiper-navigation .swiper-button-next:after,
.wooprex-consult-team .wooprex-swiper .swiper-navigation .swiper-button-prev:after {
  font-size: 32px;
  color: #151a40;
}

/* Consultants - Testimonial slider */
.wooprex-consult-testimonial .swiper-navigation {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 215px;
  max-width: 100%;
  height: 215px;
  background: #f5f7ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.wooprex-consult-testimonial .swiper-navigation .swiper-button-next,
.wooprex-consult-testimonial .swiper-navigation .swiper-button-prev {
  margin-top: 0;
  position: static;
  width: auto;
  height: auto;
}
.wooprex-consult-testimonial .swiper-navigation .swiper-button-next:after,
.wooprex-consult-testimonial .swiper-navigation .swiper-button-prev:after {
  color: #151a40;
  font-family: "flaticon_marketing" !important;
}
.wooprex-consult-testimonial .swiper-navigation .swiper-button-prev:after {
  content: "\f10c";
}
.wooprex-consult-testimonial .swiper-navigation .swiper-button-next:after {
  content: "\f10b";
}

/* About - Business slider */
.wooprex-business-slider-section .swiper-pagination {
  bottom: -60px !important;
}

/*-- button -- */
/*-- Base: mixin & variable  -- */
.wooprex-btn {
  background: #f40058;
  color: #ffffff !important;
  font-size: 16px;
  min-width: 180px;
  font-weight: 500;
  border: 1px solid #f40058;
  display: inline-flex;
  position: relative;
  z-index: 2;
  overflow: visible;
  margin-top: 60px;
  border: none;
  min-height: 55px;
  align-items: center;
  justify-content: center;
  transition: 0.6s ease-in-out !important;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.wooprex-btn i {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wooprex-btn:hover {
  border: none;
  background: #151a40;
}

a.wooprex-btn::before, a.wooprex-btn::after {
  content: "";
  background: transparent;
  border: 1px solid #f40058;
  position: absolute;
  width: 45px;
  height: 45px;
  transition: 0.3s ease;
}
a.wooprex-btn::before {
  top: -5px;
  right: -5px;
  border-bottom: none;
  border-left: none;
}
a.wooprex-btn::after {
  bottom: -5px;
  left: -5px;
  border-top: none;
  border-right: none;
}
a.wooprex-btn:hover:before, a.wooprex-btn:hover:after {
  width: 0px;
  height: 0px;
  content-visibility: hidden;
  opacity: 0;
}

.input-wrapper {
  position: relative;
  margin-top: 60px;
  display: inline-block;
}
.input-wrapper .wooprex-btn {
  margin: 0 !important;
}
.input-wrapper::before, .input-wrapper::after {
  content: "";
  background: transparent;
  border: 1px solid #f40058;
  position: absolute;
  width: 45px;
  height: 45px;
  transition: 0.3s ease;
}
.input-wrapper::before {
  top: -5px;
  right: -5px;
  border-bottom: none;
  border-left: none;
}
.input-wrapper::after {
  bottom: -5px;
  left: -5px;
  border-top: none;
  border-right: none;
}
.input-wrapper:hover::before, .input-wrapper:hover::after {
  width: 0px;
  height: 0px;
  content-visibility: hidden;
  opacity: 0;
}

/* Read more */
a.read-more {
  color: #f40058;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  margin-top: 30px;
  position: relative;
  transition: all 0.6s ease;
}
a.read-more:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #f40058;
  transition: 0.6s ease-in-out;
}
a.read-more:hover:before {
  width: 100%;
}
a.read-more i {
  position: relative;
  transform: rotate(-45deg);
  top: 3px;
  font-size: 20px;
  transition: transform 0.4s;
}
a.read-more i:after {
  position: absolute;
  top: 50%;
}
a.read-more i:before {
  font-weight: 800 !important;
}
a.read-more:hover i {
  transform: rotate(0deg);
}

/*-- follow -- */
/*-- Base: mixin & variable  -- */
.wooprex-follow-us-icon {
  max-width: 235px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.wooprex-follow-us-icon a {
  color: #151a40;
  font-size: 18px;
  transition: 0.4s;
}
.wooprex-follow-us-icon a:hover {
  color: #f40058;
  margin-top: -20px;
}

/*-- goal -- */
/*-- Base: mixin & variable  -- */
/*
************************** Start Wooprex Goal CSS ***************************
*/
.wooprex-goal-section {
  padding-bottom: 0;
  overflow: hidden;
  /* Gaol section 2 */
}
.wooprex-goal-section .goal-left {
  width: 50%;
  min-height: 100vh;
}
.wooprex-goal-section .goal-left img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.wooprex-goal-section .goal-right {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  overflow: hidden;
  padding-left: 80px;
}
.wooprex-goal-section .goal-right .wooprex-goal-header {
  max-width: 500px;
}
.wooprex-goal-section .goal-right .wooprex-goal-header .sub-header {
  padding-right: 70px;
}
.wooprex-goal-section .goal-right .wooprex-goal-details {
  justify-content: space-between;
  margin: 40px 0px;
  max-width: 600px;
}
.wooprex-goal-section .goal-right .wooprex-goal-details .goal-item {
  text-align: center;
}
.wooprex-goal-section .goal-right .wooprex-goal-details .goal-item p {
  font-size: 14px;
}
.wooprex-goal-section .goal-right .wooprex-goal-details .goal-item .goal-item-inner {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  box-shadow: 0px 2px 6px 0px rgba(190, 196, 215, 0.3882352941) inset;
}
.wooprex-goal-section .goal-right .wooprex-goal-details .goal-item .goal-item-inner .goal-progress {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.wooprex-goal-section .goal-right .wooprex-goal-details .goal-item .goal-item-inner .goal-progress:after {
  content: "";
  position: absolute;
  background: #ffffff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.wooprex-goal-section .goal-right .wooprex-goal-details .goal-item .goal-item-inner .goal-progress .counter-text {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: block;
  line-height: 3.5em;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
  position: relative;
  z-index: 1;
}
.wooprex-goal-section .goal-right .wooprex-goal-details .goal-item:first-child .goal-item-inner {
  background: #fff4f0;
}
.wooprex-goal-section .goal-right .wooprex-goal-details .goal-item:nth-child(2) .goal-item-inner {
  background: #eff5ff;
}
.wooprex-goal-section .goal-right .wooprex-goal-details .goal-item:nth-child(3) .goal-item-inner {
  background: #f7f0ff;
}
.wooprex-goal-section .goal-right .wooprex-goal-details .goal-item:last-child .goal-item-inner {
  background: #f0fff9;
}
.wooprex-goal-section .goal-right .wooprex-goal-details .goal-item:first-child .goal-item-inner .goal-progress .counter-text {
  color: #ff7e54;
  background: #fff4f0;
}
.wooprex-goal-section .goal-right .wooprex-goal-details .goal-item:nth-child(2) .goal-item-inner .goal-progress .counter-text {
  color: #5498ff;
  background: #eff5ff;
}
.wooprex-goal-section .goal-right .wooprex-goal-details .goal-item:nth-child(3) .goal-item-inner .goal-progress .counter-text {
  color: #9f54ff;
  background: #f7f0ff;
}
.wooprex-goal-section .goal-right .wooprex-goal-details .goal-item:last-child .goal-item-inner .goal-progress .counter-text {
  color: #00be75;
  background: #f0fff9;
}
.wooprex-goal-section .goal-right .wooprex-goal-details .goal-item p {
  margin-top: 20px;
  font-size: 14px;
}
.wooprex-goal-section .goal-right .goal-description ul {
  max-width: 600px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.wooprex-goal-section .goal-right .goal-description ul li {
  font-size: 14px;
  color: #151a40;
  line-height: 2em;
}
.wooprex-goal-section .goal-right .goal-description ul li span {
  margin-right: 40px;
}
.wooprex-goal-section .goal-right .goal-description ul li span i {
  position: relative;
}
.wooprex-goal-section .goal-right .goal-description ul li span i:before {
  font-size: 35px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #f40058;
}
.wooprex-goal-section.goal-section-2 {
  background: #151a40;
  padding: 130px 0px;
}
.wooprex-goal-section.goal-section-2 .goal-right {
  padding-left: 0px;
}
.wooprex-goal-section.goal-section-2 .goal-right .wooprex-goal-header h3,
.wooprex-goal-section.goal-section-2 .goal-right .wooprex-goal-header p {
  color: #ffffff;
}
.wooprex-goal-section.goal-section-2 .goal-right .goal-description ul li {
  color: #ffffff;
}
.wooprex-goal-section.goal-section-2 .goal-right .goal-description ul li span i:before {
  color: #ffffff;
}
.wooprex-goal-section.goal-section-2 .goal-left {
  min-height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
.wooprex-goal-section.goal-section-2 .goal-item:first-child p {
  color: #ff7e54;
}
.wooprex-goal-section.goal-section-2 .goal-item:nth-child(2) p {
  color: #5498ff;
}
.wooprex-goal-section.goal-section-2 .goal-item:nth-child(3) p {
  color: #9f54ff;
}
.wooprex-goal-section.goal-section-2 .goal-item:last-child p {
  color: #00be75;
}
.wooprex-goal-section.goal-section-2 .goal-main-item.goal-left h5 {
  color: #ffffff;
  font-size: 14px;
}
.wooprex-goal-section.goal-section-2 #chart-container {
  width: 90%;
  max-width: 900px;
  position: relative;
}
.wooprex-goal-section.goal-section-2 .custom-label {
  position: absolute;
  color: #ffffff;
  font-size: 12px;
  transform: translate(-50%, -100%);
  background: #272e64;
  border-radius: 56px;
  width: 78px;
  height: 38px;
  text-align: center;
  line-height: 38px;
}
.wooprex-goal-section.goal-section-2 .custom-label span {
  margin-left: 5px;
  display: inline-flex;
}
.wooprex-goal-section.goal-section-2 .custom-label span i {
  position: relative;
  top: 2px;
}

/*
************************** End Wooprex Goal CSS ***************************
*/
/*-- team -- */
/*-- Base: mixin & variable  -- */
/*
************************** Start Wooprex Team CSS ***************************
*/
.wooprex-team-section {
  position: relative;
  overflow: hidden;
}

.team-header {
  text-align: center;
  margin-bottom: 50px;
}
.team-header .header {
  text-transform: uppercase;
}

.wooprex-team-item .team-image {
  margin: 15px;
  padding: 15px;
  border: 1px solid;
  border-color: #151a40;
  border-bottom: none;
  padding-bottom: 0;
}
.wooprex-team-item .team-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.wooprex-team-item .team-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.6s ease;
}
.wooprex-team-item .team-description {
  background: #151a40;
  text-align: center;
  padding: 140px 0px 35px 0px;
  margin-top: -120px;
  transition: background 0.6s ease;
}
.wooprex-team-item .team-description h5 {
  margin-bottom: 5px;
  font-size: 20px;
}
.wooprex-team-item .team-description h5 a {
  color: #ffffff;
}
.wooprex-team-item .team-description p {
  font-size: 14px;
  color: #ffffff;
}
.wooprex-team-item .team-description .team-social {
  margin-top: 20px;
  display: flex;
  gap: 27px;
  justify-content: center;
}
.wooprex-team-item .team-description .team-social a {
  font-size: 14px;
  color: #ffffff;
  transition: all 0.3s ease;
}
.wooprex-team-item:hover .team-image {
  border-color: #f40058;
}
.wooprex-team-item:hover .team-image img {
  transform: scale(1.02);
}
.wooprex-team-item:hover .team-description {
  background: #f40058;
}

/*
************************** End Wooprex Team CSS ***************************
*/
/*
************************** Start Wooprex consult team CSS ***************************
*/
.wooprex-consultant-item {
  height: 250px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.wooprex-consultant-item .consultant-image {
  overflow: hidden;
  height: 100%;
}
.wooprex-consultant-item .consultant-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.6s ease;
}
.wooprex-consultant-item:hover .consultant-image img {
  transform: scale(1.1);
}
.wooprex-consultant-item .consultant-description {
  background: rgba(244, 0, 88, 0.8901960784);
  height: 0;
  opacity: 0;
  width: 100%;
  display: flex;
  align-items: normal;
  justify-content: space-between;
  flex-direction: column;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  top: inherit;
  transition: opacity 1s ease, height 0.6s ease;
  content-visibility: hidden;
}
.wooprex-consultant-item .consultant-description h5 a,
.wooprex-consultant-item .consultant-description p {
  color: #ffffff;
}
.wooprex-consultant-item .consultant-description h5 {
  font-size: 18px;
  margin-bottom: 5px;
}
.wooprex-consultant-item .consultant-description p {
  font-size: 14px;
}
.wooprex-consultant-item:hover .consultant-description {
  height: 100%;
  opacity: 1;
  content-visibility: visible;
}
.wooprex-consultant-item .author {
  padding: 15px;
}
.wooprex-consultant-item .author-social {
  display: flex;
  gap: 27px;
  justify-content: flex-start;
  padding: 15px;
}
.wooprex-consultant-item .author-social a {
  font-size: 14px;
  color: #ffffff;
  transition: 0.4s;
}

/*
************************** End Wooprex consult team CSS ***************************
*/
/*-- portfolio item -- */
/*-- Base: mixin & variable  -- */
.wooprex-portfolio-item .portfolio-image {
  overflow: hidden;
}
.wooprex-portfolio-item:hover .portfolio-image img {
  transform: scale(1.05);
}
.wooprex-portfolio-item .portfolio-description {
  margin-top: 25px;
  display: flex;
  align-items: flex-start;
  justify-content: normal;
  flex-direction: column;
  gap: 10px;
}
.wooprex-portfolio-item .portfolio-description h5 {
  font-weight: 400;
  font-size: 24px;
  position: relative;
}
.wooprex-portfolio-item .portfolio-description h5 a {
  color: #000000;
  transition: all 0.6s ease;
}
.wooprex-portfolio-item .portfolio-description a.read-more {
  margin-top: 15px;
  color: #45322c;
  border: 1px solid #45322c;
  padding: 10px 25px;
  justify-content: center;
  border-radius: 0px 16px 0px 0px;
}
.wooprex-portfolio-item .portfolio-description a.read-more:hover {
  background: #f40058;
  color: #ffffff;
  border-color: #f40058;
}
.wooprex-portfolio-item .portfolio-description a.read-more:before {
  display: none;
}
.wooprex-portfolio-item:hover .portfolio-description h5:before {
  width: 100%;
}

/*-- testimonial -- */
/*-- Base: mixin & variable  -- */
/*
********* Start Wooprex Home - Client testimonial CSS *************
*/
.wooprex-client-section {
  background: #f5f7ff;
  padding-bottom: 150px;
  padding-top: 150px;
  overflow: hidden;
}
.wooprex-client-section .client-left {
  max-width: 450px;
}
.wooprex-client-section .client-left .sub-header {
  max-width: 300px;
}
.wooprex-client-section .client-right {
  position: relative;
  overflow: visible;
}
.wooprex-client-section .client-right:before, .wooprex-client-section .client-right:after {
  content: "";
  position: absolute;
  height: 40px;
  width: 60px;
}
.wooprex-client-section .client-right:before {
  background-image: url("../assets/shape/quote-1.svg");
  left: 0;
  top: 0;
  background-position: center;
  background-size: cover;
}
.wooprex-client-section .client-right:after {
  background-image: url("../assets/shape/quote-2.svg");
  bottom: 0;
  right: 0;
  background-position: center;
  background-size: cover;
}
.wooprex-client-section .client-right .testimonial-slider {
  padding: 40px 75px;
}
.wooprex-client-section .client-right .testimonial-slider blockquote {
  font-size: 24px;
  font-weight: 400;
  color: #45322c;
  margin: 0;
}
.wooprex-client-section .client-right .testimonial-slider span.author {
  display: block;
  position: relative;
  padding-left: 65px;
  margin-top: 40px;
}
.wooprex-client-section .client-right .testimonial-slider span.author:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  border: 1px solid #45322c;
}

/*
************* End Wooprex Home - Client testimonial CSS *************
*/
/*
************************** Start Wooprex consult testimonial  CSS ***************************
*/
.wooprex-consult-testimonial {
  padding: 0;
  height: 100%;
  justify-content: center;
  align-items: stretch;
  overflow: hidden;
}
.wooprex-consult-testimonial .consult-testimonial-item.left {
  padding: 50px 0px;
  width: 50%;
  padding-left: calc((100% - 1320px) / 2);
  overflow: hidden;
  position: relative;
}
.wooprex-consult-testimonial .consult-testimonial-item.left .wooprex-avatar-wrapper {
  display: flex;
  align-items: normal;
  justify-content: flex-start;
  gap: 90px;
}
.wooprex-consult-testimonial .consult-testimonial-item.left .wooprex-avatar-wrapper .avatar-right {
  position: relative;
}
.wooprex-consult-testimonial .consult-testimonial-item.left .wooprex-avatar-wrapper .avatar {
  max-width: 215px;
  border: 1px solid #e8e2d1;
  overflow: hidden;
}
.wooprex-consult-testimonial .consult-testimonial-item.left .wooprex-avatar-wrapper .avatar.one {
  height: 215px;
  overflow: hidden;
  border-radius: 50%;
}
.wooprex-consult-testimonial .consult-testimonial-item.left .wooprex-avatar-wrapper .avatar.two, .wooprex-consult-testimonial .consult-testimonial-item.left .wooprex-avatar-wrapper .avatar.three {
  height: 410px;
  overflow: hidden;
  border-radius: 168px;
}
.wooprex-consult-testimonial .consult-testimonial-item.left .wooprex-avatar-wrapper .avatar img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.6s ease;
}
.wooprex-consult-testimonial .consult-testimonial-item.left .wooprex-avatar-wrapper .avatar:hover img {
  transform: scale(1.1);
}
.wooprex-consult-testimonial .consult-testimonial-item.right {
  padding: 50px 60px;
  background: #f5f7ff;
  width: 50%;
  display: flex;
  align-items: normal;
  justify-content: center;
  flex-direction: column;
}
.wooprex-consult-testimonial .consult-testimonial-item.right .header {
  color: #45322c;
}
.wooprex-consult-testimonial .consult-testimonial-item.right p {
  color: #45322c;
  width: 450px;
}
.wooprex-consult-testimonial .consult-testimonial-item.right blockquote {
  position: relative;
  margin-left: 0;
  padding-left: 25px;
  font-weight: 300;
  margin-top: 60px;
  font-size: 18px;
  font-style: italic;
}
.wooprex-consult-testimonial .consult-testimonial-item.right blockquote:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  width: 3px;
  height: 135px;
  background: #000000;
}
.wooprex-consult-testimonial .consult-testimonial-item.right .client-avatar {
  margin-top: 70px;
}
.wooprex-consult-testimonial .consult-testimonial-item.right .client-avatar img {
  width: 40px;
  height: 40px;
}
.wooprex-consult-testimonial .consult-testimonial-item.right .client-avatar h5 {
  display: inline-flex;
  margin-left: 15px;
  font-size: 18px;
  font-weight: 400;
}

/*
************************** End Wooprex Gconsult testimonial  CSS ***************************
*/
/*-- accordion -- */
/*-- Base: mixin & variable  -- */
.wooprex-faq-section .accordion {
  padding-left: 60px;
  width: 100%;
  padding-top: 30px;
}
.wooprex-faq-section .accordion .accordion-item {
  border: none;
  padding-bottom: 30px;
  border-bottom: 1px solid #bec3d7;
  border-radius: 0px;
}
.wooprex-faq-section .accordion .accordion-item button.accordion-button {
  padding: 0px;
  padding-top: 30px;
  font-weight: 500;
  color: #151a40;
  background: #ffffff !important;
  border: none !important;
  box-shadow: none;
  font-size: 18px;
  line-height: 1.6em;
}
.wooprex-faq-section .accordion .accordion-item:first-child button.accordion-button {
  padding-top: 15px;
}
.wooprex-faq-section .accordion .accordion-item .accordion-body {
  padding: 20px 0px 0px 0px;
}
.wooprex-faq-section .accordion .accordion-item .accordion-body p {
  font-size: 16px;
}

.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: #f5f7ff;
  border-radius: 16px;
  width: 100%;
  border: none;
}
.wooprex-faq-page-section .accordion .accordion-item button {
  padding: 30px 70px 30px 35px;
  border: none;
  background-color: transparent;
  color: #000000;
  font-size: 18px;
  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: #f40058;
}
.wooprex-faq-page-section .accordion .accordion-item button:not(.collapsed):after {
  content: "\f11e";
  color: #f40058;
}
.wooprex-faq-page-section .accordion .accordion-item button:after {
  content: "\f11d";
  font-family: "flaticon_marketing";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #151a40;
  font-size: 18px;
  font-weight: 700;
  right: 35px;
}
.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: #151a40;
}

/*-- faq -- */
/*-- Base: mixin & variable  -- */
/*
************************** Start Wooprex faq CSS ***************************
*/
.wooprex-faq-section {
  position: relative;
  overflow: hidden;
}
.wooprex-faq-section .faq-header {
  max-width: 600px;
}
.wooprex-faq-section .faq-header span {
  font-size: 14px;
  display: block;
}
.wooprex-faq-section .faq-main {
  padding-top: 75px;
}
.wooprex-faq-section .faq-left {
  height: 650px;
  overflow: hidden;
}
.wooprex-faq-section .faq-left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*
************************** End Wooprex faq CSS ***************************
*/
/*-- form -- */
/*-- Base: mixin & variable  -- */
/*
************************** Start Wooprex Contact CSS ***************************
*/
/* Universal contact form */
.wooprex-contact-section {
  background: #f5f7ff;
  overflow: hidden;
}
.wooprex-contact-section .wooprex-contact-left {
  justify-content: center;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  height: 725px;
  padding: 0px 95px;
  width: 55%;
}
.wooprex-contact-section .wooprex-contact-left form {
  text-align: center;
}
.wooprex-contact-section .wooprex-contact-left h4 {
  font-size: 24px;
}
.wooprex-contact-section .wooprex-contact-left p {
  font-size: 14px;
}
.wooprex-contact-section .wooprex-contact-left .input-wrapper {
  margin-top: 35px;
}
.wooprex-contact-section .wooprex-contact-right {
  width: 45%;
  position: relative;
}
.wooprex-contact-section .wooprex-contact-right .right-image {
  position: relative;
  left: -70px;
  max-width: 665px;
  top: 50%;
  transform: translateY(-50%);
}
.wooprex-contact-section.contact-section-2 {
  background: transparent;
}
.wooprex-contact-section.contact-section-2 .wooprex-contact-left {
  background: #f5f7ff;
}

/* Contact page - contact form */
.wooprex-contact-two-section .wooprex-contact-right {
  padding-left: 100px;
}
.wooprex-contact-two-section .wooprex-contact-right h4 {
  color: #000000;
  font-size: 24px;
}
.wooprex-contact-two-section .wooprex-contact-right p {
  color: #646464;
  font-size: 14px;
}
.wooprex-contact-two-section .wooprex-contact-right .input-wrapper {
  margin-top: 50px;
  margin-left: 12px;
}

/*
************************** End Wooprex Contact CSS ***************************
*/
.comment-form input[type=text],
.comment-form input[type=email],
.comment-form textarea {
  padding: 20px;
  color: #646464;
}
.comment-form input[type=text]::-moz-placeholder, .comment-form input[type=email]::-moz-placeholder, .comment-form textarea::-moz-placeholder {
  color: #646464;
  font-size: 14px;
}
.comment-form input[type=text]::placeholder,
.comment-form input[type=email]::placeholder,
.comment-form textarea::placeholder {
  color: #646464;
  font-size: 14px;
}
.comment-form input[type=text]:focus,
.comment-form input[type=email]:focus,
.comment-form textarea:focus {
  border-color: #f40058;
}
.comment-form .comment-form-comment textarea {
  height: 100%;
  display: block;
}
.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
  margin-top: 30px;
}
.comment-form .comment-form-cookies-consent {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 50px;
}
.comment-form .comment-form-cookies-consent input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 1px solid #000000;
  background-color: #ffffff;
  cursor: pointer;
  border-radius: 4px;
  position: relative;
}
.comment-form .comment-form-cookies-consent input:checked {
  background-color: #151a40;
  border-color: #151a40;
}
.comment-form .comment-form-cookies-consent input:checked::before {
  content: "✔";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
}
.comment-form .comment-form-cookies-consent label {
  font-size: 14px;
  line-height: 1.6rem;
  font-weight: 300;
  color: #000000;
  width: 75%;
}
.comment-form .form-submit {
  margin-top: 50px;
}

/*-- popup -- */
/*-- Base: mixin & variable  -- */
/*
************************** Start Wooprex popup CSS ***************************
*/
.wooprex-popup {
  height: 650px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: normal;
  justify-content: center;
  flex-direction: column;
  padding: 0;
  overflow: hidden;
}
.wooprex-popup .bg-image {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-popup:before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
.wooprex-popup.popup-1:before {
  background: linear-gradient(85deg, rgba(0, 0, 0, 0.8784313725), rgba(21, 26, 64, 0.431372549));
}
.wooprex-popup .popup-left {
  position: relative;
  z-index: 2;
}
.wooprex-popup .popup-left h3 {
  height: 100%;
  color: #ffffff;
  font-size: 56px;
}
.wooprex-popup .media-player {
  position: relative;
  text-align: right;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
}
.wooprex-popup .media-player a {
  position: relative;
  padding: 15px;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(244, 0, 89, 0.6509803922);
}
.wooprex-popup .media-player a:focus {
  outline: none;
}
.wooprex-popup .media-player a i {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 50px;
  transition: all 0.3s ease;
}
.wooprex-popup .media-player a:hover i {
  transform: scale(1.1);
}
.wooprex-popup .media-player a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 160px;
  height: 160px;
  border-radius: 50%;
  box-shadow: 0 0 0 0 #f40058;
  animation: glowIcon 3s infinite;
  animation-delay: 0.9s;
}
.wooprex-popup.popup-2:before {
  background: rgba(21, 26, 64, 0.4);
}
.wooprex-popup.popup-2 .media-player a {
  margin: 0 auto;
}
.wooprex-popup.popup-3 {
  height: auto;
}
.wooprex-popup.popup-3:before {
  display: none;
}
.wooprex-popup.popup-3 .popup-bg-wrapper {
  height: 650px;
  position: relative;
  overflow: hidden;
}
.wooprex-popup.popup-3 .popup-bg-wrapper:before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  background: rgba(21, 26, 64, 0.4);
  z-index: 1;
}
.wooprex-popup.popup-3 .popup-bg-wrapper .row {
  height: 100%;
}
.wooprex-popup.popup-3 .popup-bg-wrapper .media-player {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.wooprex-popup.popup-3 .popup-bg-wrapper .media-player a {
  margin: 0 auto;
}

@keyframes glowIcon {
  70% {
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
/*
************************** end Wooprex popup CSS ***************************
*/
/*-- news events -- */
/*-- Base: mixin & variable  -- */
/*
************************** Start Wooprex latest news CSS ***************************
*/
.wooprex-latest-news {
  background: #151a40;
  overflow: hidden;
}
.wooprex-latest-news .news-header .header {
  margin-top: 5px;
  font-weight: 400;
}
.wooprex-latest-news .news-header .header,
.wooprex-latest-news .news-header p {
  color: #ffffff;
}
.wooprex-latest-news .wooprex-blog-item .news-description h4 a {
  color: #ffffff;
}
.wooprex-latest-news .wooprex-blog-item .news-description p,
.wooprex-latest-news .wooprex-blog-item .news-description span {
  color: #ffffff;
}
.wooprex-latest-news .wooprex-blog-item a.read-more {
  color: #f40058;
}
.wooprex-latest-news.latest-news-2 {
  padding-bottom: 380px;
}
.wooprex-latest-news.latest-news-2 .news-header {
  text-align: center;
}
.wooprex-latest-news.latest-news-2 a.read-more {
  color: #ffffff;
}
.wooprex-latest-news.latest-news-2 a.read-more:hover {
  color: #f40058;
}

/*
************************** End Wooprex latest news CSS ***************************
*/
/* BLOG ITEM */
.wooprex-blog-item {
  height: 100%;
}
.wooprex-blog-item img {
  transition: all 0.6s ease;
}
.wooprex-blog-item .news-description {
  margin-top: 20px;
  padding-right: 15px;
}
.wooprex-blog-item .news-description h4 {
  margin: 30px 0px;
  font-size: 22px;
  font-weight: 600;
  position: relative;
}
.wooprex-blog-item .news-description h4 a {
  transition: all 0.6s ease;
}
.wooprex-blog-item .news-description span.date {
  display: block;
}
.wooprex-blog-item .news-description span.date,
.wooprex-blog-item .news-description p {
  font-size: 14px;
}
.wooprex-blog-item a.read-more {
  color: #151a40;
}
.wooprex-blog-item a.read-more:hover {
  color: #f40058;
}
.wooprex-blog-item .news-image {
  height: 450px;
  overflow: hidden;
}
.wooprex-blog-item .news-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.wooprex-blog-item .news-image a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-blog-item:hover .news-description h4 a {
  color: #f40058;
}
.wooprex-blog-item:hover .news-description h4:before {
  width: 100%;
}
.wooprex-blog-item:hover img {
  transform: scale(1.1);
}

/*-- news letter events -- */
/*-- Base: mixin & variable  -- */
/*
************************** Start Wooprex News letter CSS ***************************
*/
.wooprex-news-letter-section {
  padding-left: 20px;
  padding-right: 20px;
  background-image: url("../assets/images/image-24.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  display: flex;
  align-items: normal;
  justify-content: center;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.wooprex-news-letter-section .subscribe-form {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.wooprex-news-letter-section .subscribe-form span {
  color: #151a40;
  font-size: 14px;
}
.wooprex-news-letter-section .subscribe-form h3 {
  font-size: 48px;
  margin: 10px 0px 30px 0px;
  font-weight: 400;
}
.wooprex-news-letter-section .subscribe-form input[type=email] {
  max-width: 470px;
}
.wooprex-news-letter-section .subscribe-form .input-wrapper {
  margin-top: 50px;
}

/* News letter 2 */
.wooprex-news-letter-2 {
  overflow: visible;
  position: relative;
  margin-top: -270px;
}
.wooprex-news-letter-2 .wooprex-news-letter-section {
  border-bottom: 12px solid #151a40;
  border-radius: 16px;
  background: #ffffff;
  overflow: hidden;
}
.wooprex-news-letter-2 .wooprex-news-letter-section:before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../assets/images/image-24.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 3;
}
.wooprex-news-letter-2 .wooprex-news-letter-section .subscribe-form {
  position: relative;
  z-index: 4;
}

/*
************************** End Wooprex News letter CSS ***************************
*/
/*-- comment -- */
/*-- Base: mixin & variable  -- */
.wooprex-blog-comment {
  padding-top: 35px;
  border-top: 1px solid #e8e2d1;
}
.wooprex-blog-comment -- .comments-title {
  margin-bottom: 70px;
}
.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: 22px;
  text-transform: capitalize;
  font-weight: 400;
}
.wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-author span.says {
  display: none;
}
.wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-metadata {
  margin-left: 95px;
  margin-top: -30px;
  margin-bottom: 20px;
}
.wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-awaiting-moderation {
  margin-left: 95px;
  margin-bottom: 20px;
  display: block;
}
.wooprex-blog-comment .comment-list .comment .comment-body .comment-content {
  margin-left: 95px;
}
.wooprex-blog-comment .comment-list .comment .comment-body .comment-content p {
  font-size: 14px;
}
.wooprex-blog-comment .comment-list .comment .comment-body .reply {
  margin-left: 95px;
  margin-top: 20px;
}
.wooprex-blog-comment .comment-list .comment .comment-body .reply .comment-reply-link {
  padding: 5px 42px;
  text-transform: uppercase;
  font-size: 14px;
  background-color: transparent;
  color: #151a40;
  border: 1px solid #151a40;
}
.wooprex-blog-comment .comment-list .comment .comment-body .reply .comment-reply-link:hover {
  background-color: #151a40;
  color: #ffffff;
}
.wooprex-blog-comment .comment-list .comment .children {
  margin-left: 95px;
  margin-top: 50px;
}
.wooprex-blog-comment .comment-respond {
  margin-top: 80px;
}
.wooprex-blog-comment .comment-respond .comment-reply-title {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 15px;
}
.wooprex-blog-comment .comment-respond .comment-reply-title a {
  margin-left: 20px;
  color: #151a40;
  font-size: 16px;
}
.wooprex-blog-comment .comment-respond form.comment-form p.comment-notes {
  margin-bottom: 50px;
  color: #303e42;
}
.wooprex-blog-comment .comment-respond form.comment-form p.logged-in-as {
  margin-bottom: 50px;
  color: #303e42;
}
.wooprex-blog-comment .comment-respond form.comment-form p.logged-in-as a {
  color: #151a40;
}
.wooprex-blog-comment .comment-respond form.comment-form p.logged-in-as a:hover {
  text-decoration: underline;
}

/*-- impression -- */
/*-- Base: mixin & variable  -- */
/*
************************** start Wooprex impression CSS ***************************
*/
.wooprex-impression-section {
  padding-top: 60px;
  overflow: hidden;
}
.wooprex-impression-section .impression-bg {
  height: 650px;
  margin-bottom: 60px;
}
.wooprex-impression-section .impression-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-impression-section .impression-main .row {
  row-gap: 40px;
}
.wooprex-impression-section .impression-item {
  padding-right: 30px;
  background-color: #ffffff;
}
.wooprex-impression-section .impression-item .inner-part {
  border-left: 3px solid #f40058;
  padding-left: 20px;
}
.wooprex-impression-section .impression-item h5 {
  font-size: 24px;
  color: #000000;
  margin-bottom: 15px;
}
.wooprex-impression-section .impression-item a.read-more {
  margin-top: 20px;
}
.wooprex-impression-section.impression-two {
  padding-top: 0;
}
.wooprex-impression-section.impression-two .impression-bg {
  margin-bottom: -100px;
}
.wooprex-impression-section.impression-two .impression-item {
  position: relative;
  z-index: 2;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0px 8px 12px 0px rgba(190, 195, 215, 0.1215686275);
}

/*
************************** end Wooprex impression CSS ***************************
*/
/*-- 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 #151a40;
  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);
  }
}
/*-- Common style -- */
/*-- Base: mixin & variable  -- */
.wooprex-latest-news .news-header,
.wooprex-price-bottom .price-bottom-tab {
  margin-bottom: 80px;
}

.wooprex-unique-business .unique-header,
.wooprex-offer-section .offer-header,
.wooprex-consult-team .consult-team-header,
.wooprex-success-section .success-item-right h4,
.wooprex-business-slider-section .business-slider-left h4 {
  margin-bottom: 70px;
}

.wooprex-goal-section.goal-section-2 .goal-main-item.goal-left h5 {
  margin-bottom: 60px;
}

.wooprex-digital-section h1,
.wooprex-digital-section .digital-images {
  margin-bottom: 55px;
}

.wooprex-faq-section .faq-header,
.wooprex-avatar-wrapper .avatar.one,
.wooprex-footer .wooprex-footer-left .logo {
  margin-bottom: 50px;
}

.wooprex-contact-section .wooprex-contact-left p,
.wooprex-counter-section .counter-header h3,
.wooprex-business-slider-section .business-slider-left h4,
.wooprex-contact-two-section .wooprex-contact-right p {
  margin-bottom: 40px;
}

.wooprex-about-section .about-left h5,
.wooprex-unique-business .unique-left .unique-left-inner-text p {
  margin-bottom: 35px;
}

.wooprex-unique-business .unique-header p,
.wooprex-subheader.about h2,
.wooprex-consult-team .slider-outer-wrapper .slider-outer h4,
.wooprex-contact-two-section .wooprex-contact-left .header {
  margin-bottom: 30px;
}

.wooprex-consult-team .consult-team-header .header,
.wooprex-consult-testimonial .consult-testimonial-item.right .header {
  margin-bottom: 25px;
}

.wooprex-latest-news .news-top,
.wooprex-contact-section .wooprex-contact-left h4,
.wooprex-unique-business .unique-right .unique-right-item .unique-right-description h5,
.wooprex-offer-section .offer-left .offer-icon-description h5,
.wooprex-contact-two-section .wooprex-contact-right h4,
.wooprex-footer .wooprex-footer-left .newsletter h5 {
  margin-bottom: 20px;
}

.wooprex-about-section .about-left h3,
.wooprex-about-section .about-bottom-item .about-item-description h4,
.wooprex-service-right .service-slider-item .description-center h4,
.wooprex-goal-section .goal-right .wooprex-goal-header h3 {
  margin-bottom: 15px;
}

.wooprex-service-right .service-slider-item .description-bottom h4,
.wooprex-faq-section .faq-header span,
.wooprex-range-item,
.wooprex-counter .counter-item h4 {
  margin-bottom: 10px;
}

.wooprex-team-section .team-image,
.wooprex-faq-section #wooprex-accordion .accordion-item:last-child,
.wooprex-range-item:last-child,
.wooprex-unique-business .unique-right .unique-right-item .unique-right-item:last-child {
  margin-bottom: 0 !important;
}

.wooprex-about-section .about-bottom-item:hover .about-item-description h4 a,
.wooprex-portfolio-item:hover .portfolio-description h5 a {
  color: #f40058 !important;
}

.wooprex-about-section .about-bottom-item .about-item-description h4:before,
.wooprex-blog-item h4:before,
.wooprex-portfolio-item .portfolio-description h5:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #f40058;
  transition: all 0.6s ease;
}

.wooprex-price-bottom .price-item ul,
.wooprex-success-section ul,
.wooprex-business-slider-section .business-slider-left ul {
  display: flex;
  flex-direction: column;
  gap: 40px;
  font-size: 14px;
}

.wooprex-price-bottom .price-item ul li,
.wooprex-success-section ul li,
.wooprex-business-slider-section .business-slider-left ul li {
  display: flex;
  gap: 20px;
  align-items: center;
}

.wooprex-price-bottom .price-item ul li i,
.wooprex-success-section ul li i,
.wooprex-business-slider-section .business-slider-left ul li i {
  height: 20px;
  width: 20px;
  font-size: 20px;
  background: #000000;
  color: #ffffff;
  border-radius: 50%;
  line-height: 0;
}

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

/*-- Sidebar -- */
/*-- Base: mixin & variable  -- */
/* Sidebar blog css */
.wooprex-sidebar {
  display: flex;
  align-items: normal;
  justify-content: normal;
  flex-direction: column;
  gap: 60px;
  max-width: 400px;
}
.wooprex-sidebar.right {
  padding-left: 40px;
}
.wooprex-sidebar.left {
  padding-right: 40px;
}
.wooprex-sidebar .sidebar-title {
  font-size: 24px;
  margin-bottom: 25px;
  font-weight: 400;
}
.wooprex-sidebar ul {
  display: flex;
  align-items: normal;
  justify-content: normal;
  flex-direction: column;
  gap: 15px;
}
.wooprex-sidebar ul li {
  font-weight: 400;
}
.wooprex-sidebar ul li a {
  color: #5c5c75;
  font-size: 16px;
}
.wooprex-sidebar ul li a:hover {
  color: #f40058;
}

.wooprex-sidebar-search {
  position: relative;
  max-width: 340px;
}
.wooprex-sidebar-search input[type=text] {
  width: 100%;
  border: 1px solid #151a40 !important;
  text-indent: 5px;
  border-radius: 0px;
  padding: 10px 35px 10px 10px;
}
.wooprex-sidebar-search button {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #151a40;
  font-size: 22px;
  border: none;
  background-color: transparent;
}
.wooprex-sidebar-search button i {
  display: flex;
  align-items: center;
  justify-content: center;
}

.wooprex-sidebar-category ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wooprex-sidebar-latest-post ul li {
  margin-bottom: 15px;
}
.wooprex-sidebar-latest-post .latest-post-item {
  display: flex;
  gap: 15px;
  align-items: center;
}
.wooprex-sidebar-latest-post .latest-post-item .post-thumbnail {
  width: 75px;
  height: 75px;
  border-radius: 8px;
  overflow: hidden;
}
.wooprex-sidebar-latest-post .latest-post-item .post-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-sidebar-latest-post .latest-post-item .post-thumbnail:hover img {
  transform: scale(1.05);
}
.wooprex-sidebar-latest-post .latest-post-item .post-details {
  width: 65%;
}
.wooprex-sidebar-latest-post .latest-post-item .post-details p {
  font-size: 14px;
  margin: 0;
  color: #151a40;
}
.wooprex-sidebar-latest-post .latest-post-item .post-details p.date {
  color: #8b8e9a;
  font-weight: 500;
  margin-bottom: 10px;
}

.wooprex-sidebar-tags .tagcloud {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 300px;
}
.wooprex-sidebar-tags .tagcloud a {
  text-transform: lowercase;
  padding-right: 10px;
  position: relative;
  font-size: 16px;
  color: #45322c;
}
.wooprex-sidebar-tags .tagcloud a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  height: 10px;
  width: 1px;
  background-color: #151a40;
}
.wooprex-sidebar-tags .tagcloud a:last-child:after {
  display: none;
}
.wooprex-sidebar-tags .tagcloud a:before {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0%;
  width: 0;
  height: 1px;
  background-color: #f40058;
  transition: all 0.6s ease;
}
.wooprex-sidebar-tags .tagcloud a:hover {
  color: #f40058;
}
.wooprex-sidebar-tags .tagcloud a:hover:before {
  width: 88%;
}

/*-- navigation poagination -- */
/*-- Base: mixin & variable  -- */
.wooprex-navigation-section {
  margin-top: 60px;
}

.wooprex-navigation.style-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wooprex-navigation.style-2 a {
  background: #f5f7ff;
  padding: 10px 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid rgba(21, 26, 64, 0.1607843137);
}
.wooprex-navigation.style-2 a:hover {
  background-color: #151a40;
  color: #ffffff;
  border: 1px solid #151a40;
}
.wooprex-navigation.style-2 a i {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wooprex-navigation.style-2 a.prev {
  flex-direction: row-reverse;
}

/*-- All pages styles -- */
/*-- home page -- */
/*-- Base: mixin & variable  -- */
/*
************************** Start Wooprex Banner CSS ***************************
*/
.wooprex-banner-section {
  padding: 0;
}
.wooprex-banner-section .wooprex-banner-item {
  position: relative;
}
.wooprex-banner-section .wooprex-banner-item .banner-image {
  position: relative;
}
.wooprex-banner-section .wooprex-banner-item .wooprex-banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  width: 800px;
  max-width: 100%;
  text-align: center;
}
.wooprex-banner-section .wooprex-banner-item .wooprex-banner-text h3 {
  color: #ffffff;
  font-size: 64px;
  font-weight: 600;
}
.wooprex-banner-section .wooprex-banner-item .wooprex-banner-text p {
  color: #ffffff;
  font-weight: 600;
  margin-top: 25px;
}

/*
************************** Start Wooprex Digital CSS ***************************
*/
.wooprex-digital-section {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding-bottom: 25px;
}
.wooprex-digital-section h1 {
  font-size: 64px;
  font-weight: 400;
  text-align: center;
}
.wooprex-digital-section p {
  font-size: 14px;
}
.wooprex-digital-section .digital-images {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.wooprex-digital-section .digital-images a {
  height: 75px;
  overflow: hidden;
}
.wooprex-digital-section .digital-images a:first-child {
  border-radius: 50%;
  width: 75px;
}
.wooprex-digital-section .digital-images a:nth-child(2) {
  width: 240px;
  border-radius: 70px;
}
.wooprex-digital-section .digital-images a:last-child {
  width: 75px;
  border-radius: 16px;
}
.wooprex-digital-section .digital-images a img {
  transition: all 0.6s ease;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-digital-section .digital-images a:hover img {
  transform: scale(1.1);
}

/*
************************** End Wooprex Digital CSS ***************************
*/
/*
************************** Start Wooprex About CSS ***************************
*/
.wooprex-about-section {
  overflow: hidden;
  position: relative;
}
.wooprex-about-section .about-top-section .about-left {
  height: 275px;
  display: flex;
  align-items: normal;
  justify-content: center;
  flex-direction: column;
}
.wooprex-about-section .about-top-section .about-left h5 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6rem;
  position: relative;
}
.wooprex-about-section .about-top-section .about-left h5:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 35px;
  height: 2px;
  background: #151a40;
}
.wooprex-about-section .about-top-section .about-left h3 {
  font-size: 32px;
  line-height: 1.3em;
  position: relative;
}
.wooprex-about-section .about-top-section .about-left p {
  position: relative;
  padding-right: 35px;
}
.wooprex-about-section .about-top-section .about-right {
  position: relative;
  height: 274px;
}
.wooprex-about-section .about-top-section .about-right:after {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  left: inherit;
  bottom: inherit;
  background-image: url("../assets/images/image-19.webp");
  background-size: contain;
  height: 100%;
  background-position: center right;
  background-repeat: no-repeat;
  width: 100%;
  z-index: -1;
}
.wooprex-about-section .about-top-section .about-right span {
  font-size: 120px;
  color: #eeeeee;
  left: -120px;
  top: 40px;
  position: relative;
  letter-spacing: 3px;
  font-weight: 300;
}
.wooprex-about-section .about-top-section .about-right p {
  position: relative;
  left: 70px;
  top: 50px;
  max-width: 125px;
}
.wooprex-about-section .about-top-section .about-right p:before {
  content: "";
  position: absolute;
  left: -85px;
  top: 50%;
  transform: translateY(-50%);
  width: 65px;
  border: 1px solid #ebccb4;
}
.wooprex-about-section .about-bottom-section .about-bottom-item .about-image {
  overflow: hidden;
}
.wooprex-about-section .about-bottom-section .about-bottom-item .about-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.wooprex-about-section .about-bottom-section .about-bottom-item .about-image img {
  width: 100%;
  height: 100%;
  transition: 0.8s ease-in-out;
}
.wooprex-about-section .about-bottom-section .about-bottom-item:hover .about-image img {
  transform: scale(1.1);
}
.wooprex-about-section .about-bottom-section .about-bottom-item .about-item-description {
  margin-top: 30px;
  padding-left: 35px;
  border-left: 6px solid #f40058;
}
.wooprex-about-section .about-bottom-section .about-bottom-item .about-item-description h4 {
  font-size: 18px;
  font-weight: 600;
  position: relative;
  transition: all 0.6s ease;
}
.wooprex-about-section .about-bottom-section .about-bottom-item .about-item-description h4 a {
  color: #151a40;
  transition: all 0.6s ease;
}
.wooprex-about-section .about-bottom-section .about-bottom-item .about-item-description p {
  font-size: 14px;
}
.wooprex-about-section .about-bottom-section .about-bottom-item:hover .about-item-description h4:before {
  width: 230px;
}

/*
************************** End Wooprex About CSS ***************************
*/
/*
************************** Start Wooprex Service CSS ***************************
*/
.wooprex-service-section {
  padding-bottom: 130px;
  overflow: hidden;
  position: relative;
}
.wooprex-service-section .wooprex-service .wooprex-service-left {
  width: 25%;
  min-height: 440px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.wooprex-service-section .wooprex-service .wooprex-service-left .sub-header {
  padding-right: 70px;
}
.wooprex-service-section .wooprex-service .wooprex-service-right {
  width: 75%;
}
.wooprex-service-section .wooprex-service .wooprex-service-right .swiper-slide:first-child a .service-slider-item:after {
  content: "01";
}
.wooprex-service-section .wooprex-service .wooprex-service-right .swiper-slide:nth-child(2) a .service-slider-item:after {
  content: "02";
}
.wooprex-service-section .wooprex-service .wooprex-service-right .swiper-slide:nth-child(3) a .service-slider-item:after {
  content: "03";
}
.wooprex-service-section .wooprex-service .wooprex-service-right .swiper-slide:nth-child(4) a .service-slider-item:after {
  content: "04";
}
.wooprex-service-section .wooprex-service .wooprex-service-right .swiper-slide:last-child a .service-slider-item:after {
  content: "05";
}
.wooprex-service-section .wooprex-service .wooprex-service-right a {
  display: block;
}
.wooprex-service-section .wooprex-service .wooprex-service-right a .service-slider-item {
  border-left: 1px solid #151a40;
  position: relative;
  min-height: 440px;
  transition: all 0.3s ease;
}
.wooprex-service-section .wooprex-service .wooprex-service-right a .service-slider-item:hover {
  border-left: 1px solid #f40058;
}
.wooprex-service-section .wooprex-service .wooprex-service-right a .service-slider-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  color: #151a40;
  border: 1px solid;
  border-left: none;
  border-color: #151a40;
  width: 24px;
  height: 24px;
  text-align: center;
  transition: all 0.3s ease;
}
.wooprex-service-section .wooprex-service .wooprex-service-right a .service-slider-item:hover:after {
  background: #f40058;
  color: #ffffff;
  border-color: #f40058;
}
.wooprex-service-section .wooprex-service .wooprex-service-right a .service-slider-item .slider-description {
  height: 400px;
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: normal;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  background: #f6f6f7;
  overflow: hidden;
  transition: all 0.3s ease;
}
.wooprex-service-section .wooprex-service .wooprex-service-right a .service-slider-item .slider-description .description-overlay {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: opacity 0.6s ease-in-out;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8392156863), rgba(255, 255, 255, 0));
  opacity: 0;
  visibility: hidden;
}
.wooprex-service-section .wooprex-service .wooprex-service-right a .service-slider-item:hover .slider-description {
  background-color: transparent;
}
.wooprex-service-section .wooprex-service .wooprex-service-right a .service-slider-item:hover .slider-description .description-overlay {
  opacity: 1;
  visibility: visible;
}
.wooprex-service-section .wooprex-service .wooprex-service-right a .service-slider-item .description-center {
  z-index: 2;
  padding-left: 15px;
  transition: 0.5s ease-in;
}
.wooprex-service-section .wooprex-service .wooprex-service-right a .service-slider-item .description-center h4 {
  font-size: 24px;
}
.wooprex-service-section .wooprex-service .wooprex-service-right a .service-slider-item .description-center p {
  font-size: 14px;
}
.wooprex-service-section .wooprex-service .wooprex-service-right a .service-slider-item:hover .description-center {
  opacity: 0;
  visibility: hidden;
}
.wooprex-service-section .wooprex-service .wooprex-service-right a .service-slider-item .description-bottom {
  z-index: 2;
  padding-left: 15px;
  opacity: 0;
  content-visibility: hidden;
  position: absolute;
  bottom: -10px;
  transition: all 0.6s ease;
}
.wooprex-service-section .wooprex-service .wooprex-service-right a .service-slider-item .description-bottom h4 {
  font-size: 18px;
  color: #ffffff;
}
.wooprex-service-section .wooprex-service .wooprex-service-right a .service-slider-item .description-bottom p {
  font-size: 14px;
  color: #ffffff;
}
.wooprex-service-section .wooprex-service .wooprex-service-right a .service-slider-item:hover .description-bottom {
  opacity: 1;
  content-visibility: visible;
  bottom: 25px;
}
.wooprex-service-section .has-background-image::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  height: 400px;
  bottom: 0px;
  left: 0;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
  overflow: visible;
}
.wooprex-service-section .has-background-image:hover::before {
  background-image: attr(data-img-src url);
  opacity: 1;
}

/*
************************** End Wooprex Service CSS ***************************
*/
/*-- about page -- */
/*-- Base: mixin & variable  -- */
/*
=================================================================================
                     Start Wooprex About Page CSS 
=================================================================================
*/
.wooprex-counter-section {
  position: relative;
  overflow: hidden;
}
.wooprex-counter-section .counter-header {
  max-width: 870px;
  margin-left: 150px;
  position: relative;
  padding: 50px 0px;
  z-index: 2;
}
.wooprex-counter-section .counter-header:before {
  content: "";
  position: absolute;
  left: -150px;
  top: 0;
  width: 380px;
  height: 100%;
  background-image: url("../assets/shape/shape-3.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
.wooprex-counter-section .counter-header p {
  font-size: 18px;
}
.wooprex-counter-section .wooprex-counter {
  margin-top: 50px;
}
.wooprex-counter-section .wooprex-counter .counter-item {
  text-align: center;
  padding: 20px 0px;
  position: relative;
}
.wooprex-counter-section .wooprex-counter .counter-item:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 75px;
  height: 4px;
  background: #f40058;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 16px;
}
.wooprex-counter-section .wooprex-counter .counter-item h4 {
  font-size: 96px;
  font-weight: 300;
}
.wooprex-counter-section .wooprex-counter .counter-item p {
  font-size: 20px;
  color: #000000;
}

/*
************************** Start Wooprex success CSS ***************************
*/
.wooprex-success-section {
  overflow: hidden;
}
.wooprex-success-section .success-item-left {
  overflow: hidden;
  height: 100%;
}
.wooprex-success-section .success-item-left img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-success-section .success-item-right {
  padding-left: 50px;
}

/*
************************** End Wooprex success CSS ***************************
*/
/*
************************** Star Wooprex business CSS ***************************
*/
.wooprex-business-section {
  overflow: hidden;
}
.wooprex-business-section .business-item {
  padding-bottom: 30px;
  padding-right: 15px;
  position: relative;
}
.wooprex-business-section .business-item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 130px;
  height: 3px;
  background: #f40058;
  border-radius: 16px;
}
.wooprex-business-section .business-item i {
  font-size: 64px;
  color: #f40058;
  line-height: 0px;
}
.wooprex-business-section .business-item h5 {
  font-weight: 600;
  font-size: 20px;
  margin: 30px 0px;
}

/*
************************** End Wooprex business CSS ***************************
*/
/*
************************** Start Wooprex business slider CSS ***************************
*/
.wooprex-business-slider-section {
  padding-top: 140px;
  padding-bottom: 175px;
  padding-left: calc((100% - 1320px) / 2);
  justify-content: space-between;
  background: #f5f7ff;
  overflow: hidden;
}
.wooprex-business-slider-section .business-slider-left {
  width: 33%;
  padding-right: 50px;
}
.wooprex-business-slider-section .business-slider-left ul {
  margin-top: 40px;
  gap: 25px;
}
.wooprex-business-slider-section .business-slider {
  width: 66%;
}
.wooprex-business-slider-section .business-slider .business-slider-item {
  height: 100%;
  overflow: hidden;
}
.wooprex-business-slider-section .business-slider .business-slider-item a {
  width: 100%;
  height: 100%;
  display: block;
}
.wooprex-business-slider-section .business-slider .business-slider-item a img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.wooprex-business-slider-section .business-slider .business-slider-item:hover a img {
  transform: scale(1.1);
}

/*
************************** End Wooprex business slider CSS ***************************
*/
.wooprex-success-section .success-item-right,
.wooprex-business-slider-section .business-slider-left {
  min-height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.wooprex-success-section .success-item-right h4,
.wooprex-business-slider-section .business-slider-left h4 {
  font-size: 32px;
  font-weight: 400;
}

.wooprex-success-section ul,
.wooprex-business-slider-section .business-slider-left ul {
  margin-top: 50px;
  color: #000000;
}
.wooprex-success-section ul li i,
.wooprex-business-slider-section .business-slider-left ul li i {
  background: #f40058;
}

/*
=================================================================================
                     End Wooprex About Page CSS 
=================================================================================
*/
/*-- consultants page -- */
/*-- Base: mixin & variable  -- */
.wooprex-consult-team {
  position: relative;
  overflow: hidden;
}
.wooprex-consult-team .consult-team-header {
  max-width: 600px;
}
.wooprex-consult-team .consult-team-header .header {
  font-size: 32px;
  font-weight: 400;
}
.wooprex-consult-team .slider-outer-wrapper {
  margin-top: 25px;
}
.wooprex-consult-team .slider-outer-wrapper .slider-outer {
  height: 170px;
  display: flex;
  align-items: normal;
  justify-content: center;
  flex-direction: column;
}
.wooprex-consult-team .slider-outer-wrapper .slider-outer h4 {
  font-size: 24px;
}
.wooprex-consult-team .slider-outer-wrapper .slider-outer p {
  max-width: 500px;
}

/*-- services page -- */
/*-- Base: mixin & variable  -- */
/*
************************** Start Wooprex unique CSS ***************************
*/
.wooprex-unique-business {
  padding-bottom: 55px;
  overflow: hidden;
}
.wooprex-unique-business .unique-header {
  text-align: center;
}
.wooprex-unique-business .unique-header h3 {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  font-size: 48px;
  font-weight: 400;
}
.wooprex-unique-business .unique-header p {
  font-size: 16px;
}
.wooprex-unique-business .unique-left .unique-left-inner {
  border-radius: 24px;
  overflow: hidden;
}
.wooprex-unique-business .unique-left .unique-left-inner.inner-one, .wooprex-unique-business .unique-left .unique-left-inner.inner-two {
  height: 250px;
}
.wooprex-unique-business .unique-left .unique-left-inner.inner-one {
  background: #d2faff;
  padding: 25px 20px;
  display: flex;
  align-items: normal;
  justify-content: center;
  flex-direction: column;
}
.wooprex-unique-business .unique-left .unique-left-inner.inner-two img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.6s ease-in-out;
}
.wooprex-unique-business .unique-left .unique-left-inner.inner-two:hover img {
  transform: scale(1.1);
}
.wooprex-unique-business .unique-left .unique-left-inner.inner-three {
  background: #ffe5d2;
  display: flex;
  overflow: visible;
  margin-top: 25px;
}
.wooprex-unique-business .unique-left .unique-left-inner.inner-three img {
  max-width: 370px;
  height: 470px;
  margin-top: -55px;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-unique-business .unique-left .unique-left-inner .unique-left-inner-text {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wooprex-unique-business .unique-left .unique-left-inner .unique-left-inner-text span {
  position: relative;
  display: block;
  padding-left: 35px;
}
.wooprex-unique-business .unique-left .unique-left-inner .unique-left-inner-text span:before {
  content: "";
  width: 25px;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  background: #151a40;
}
.wooprex-unique-business .unique-left .unique-left-inner .unique-left-inner-text p {
  font-size: 18px;
}
.wooprex-unique-business .unique-right {
  padding: 60px;
  background: #f5f7ff;
  border-radius: 24px;
  margin-left: 35px;
  min-height: 690px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 50px;
}
.wooprex-unique-business .unique-right .unique-right-item {
  display: flex;
  gap: 20px;
}
.wooprex-unique-business .unique-right .unique-right-item .unique-right-icon i {
  font-size: 40px;
}
.wooprex-unique-business .unique-right .unique-right-item .unique-right-description h5 {
  font-size: 18px;
  font-weight: 600;
}
.wooprex-unique-business .unique-right .unique-right-item .unique-right-description p {
  color: #595e74;
  font-size: 14px;
}

@keyframes progress {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Range */
.wooprex-range-item .range-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4px;
}
.wooprex-range-item .range-title p {
  font-size: 18px;
}
.wooprex-range-item .range-bar {
  position: relative;
  width: 100%;
  height: 4px;
  background: #afedf5;
  border-radius: 25px;
}
.wooprex-range-item .range-bar:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  background: #70b6cb;
  animation: progress 2s ease-in-out forwards;
}
.wooprex-range-item:first-child .range-bar:before {
  width: 78%;
}
.wooprex-range-item:nth-child(2) .range-bar:before {
  width: 79%;
}
.wooprex-range-item:nth-child(3) .range-bar:before {
  width: 98%;
}
.wooprex-range-item:last-child .range-bar:before {
  width: 88%;
}

/*
************************** end Wooprex unique CSS ***************************
*/
/*
************************** Start Wooprex offer CSS ***************************
*/
.wooprex-offer-section {
  position: relative;
  overflow: hidden;
}
.wooprex-offer-section .offer-header {
  max-width: 710px;
}
.wooprex-offer-section .offer-header span {
  display: block;
  position: relative;
  font-size: 16px;
  padding-bottom: 8px;
}
.wooprex-offer-section .offer-header span:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0%;
  width: 35px;
  height: 2px;
  background: #151a40;
}
.wooprex-offer-section .offer-header h3 {
  font-size: 32px;
  margin: 25px 0px;
}
.wooprex-offer-section .offer-left {
  height: 100%;
  display: flex;
  align-items: normal;
  justify-content: center;
  flex-direction: column;
  gap: 50px;
  padding-right: 60px;
}
.wooprex-offer-section .offer-left .offer-item {
  display: flex;
  gap: 20px;
}
.wooprex-offer-section .offer-left .offer-icon i {
  font-size: 45px;
  color: #f40058;
  transform: rotate(90deg);
  display: block;
  position: relative;
  top: -10px;
}
.wooprex-offer-section .offer-left .offer-icon-description h5 {
  font-size: 18px;
}
.wooprex-offer-section .offer-right {
  height: 800px;
}
.wooprex-offer-section .offer-right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*
************************** end Wooprex offer CSS ***************************
*/
/*-- service details page -- */
/*-- Base: mixin & variable  -- */
.wooprex-choose-us-section {
  overflow: hidden;
}
.wooprex-choose-us-section .section-header {
  margin-bottom: 60px;
  max-width: 600px;
}
.wooprex-choose-us-section .section-header .sub-header {
  font-size: 18px;
  margin-top: 25px;
}
.wooprex-choose-us-section .choose-us-main-wrapper .row {
  row-gap: 24px;
}

.wooprex-choose-item {
  height: 445px;
  padding: 40px 30px;
  overflow: hidden;
  border: 1px solid;
  position: relative;
}
.wooprex-choose-item:after {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  background: rgba(21, 26, 64, 0.4941176471);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.wooprex-choose-item:before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
.wooprex-choose-item:hover:before, .wooprex-choose-item:hover:after {
  opacity: 1;
  visibility: visible;
}
.wooprex-choose-item:hover:hover .inner span {
  -webkit-text-stroke: 1px #ffffff;
}
.wooprex-choose-item:hover:hover .inner h3,
.wooprex-choose-item:hover:hover .inner p {
  color: #ffffff;
}
.wooprex-choose-item .inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  z-index: 3;
}
.wooprex-choose-item .inner span {
  font-size: 128px;
  font-weight: 400;
  display: block;
  -webkit-text-stroke: 1px #151a40;
  -webkit-text-fill-color: transparent;
  line-height: 1em;
  transition: all 0.3s ease;
}
.wooprex-choose-item .inner h3,
.wooprex-choose-item .inner p {
  transition: all 0.3s ease;
}
.wooprex-choose-item .inner h3 {
  font-size: 28px;
  font-weight: 400;
  margin: 10px 0px 25px 0px;
}
.wooprex-choose-item.item-1, .wooprex-choose-item.item-6 {
  background-color: #151a40;
  border-color: #151a40;
}
.wooprex-choose-item.item-1 .inner span, .wooprex-choose-item.item-6 .inner span {
  -webkit-text-stroke: 1px #ffffff;
}
.wooprex-choose-item.item-1 .inner h3,
.wooprex-choose-item.item-1 .inner p, .wooprex-choose-item.item-6 .inner h3,
.wooprex-choose-item.item-6 .inner p {
  color: #ffffff;
}
.wooprex-choose-item.item-3, .wooprex-choose-item.item-4 {
  background-color: #ffffff;
  border-color: #151a40;
}
.wooprex-choose-item.item-2, .wooprex-choose-item.item-5 {
  background-color: #ebedf4;
  border-color: #ebedf4;
}
.wooprex-choose-item.item-1:before {
  background-image: url("../assets/images/image-25.webp");
}
.wooprex-choose-item.item-2:before {
  background-image: url("../assets/images/image-81.webp");
}
.wooprex-choose-item.item-3:before {
  background-image: url("../assets/images/image-12.webp");
}
.wooprex-choose-item.item-4:before {
  background-image: url("../assets/images/image-37.webp");
}
.wooprex-choose-item.item-5:before {
  background-image: url("../assets/images/image-2.webp");
}
.wooprex-choose-item.item-6:before {
  background-image: url("../assets/images/image-34.webp");
}

/************************************ BRAND SECTION ******************************************/
.wooprex-brand-section {
  overflow: hidden;
}
.wooprex-brand-section .section-header {
  max-width: 650px;
  margin: 0 auto;
  margin-bottom: 80px;
  text-align: center;
}
.wooprex-brand-section .section-header .sub-header {
  font-size: 18px;
  margin-top: 25px;
}
.wooprex-brand-section .brand-main-wrapper .row {
  row-gap: 60px;
}

.wooprex-brand-item {
  position: relative;
}
.wooprex-brand-item .brand-description {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  height: 100%;
  padding-top: 35px;
  flex-wrap: wrap;
}
.wooprex-brand-item .brand-description .icon {
  width: 12%;
  flex: 0 0 auto;
}
.wooprex-brand-item .brand-description .icon i {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 80px;
  color: #f40058;
}
.wooprex-brand-item .brand-description .details {
  width: 88%;
  flex: 0 0 auto;
  height: 100%;
  padding-bottom: 80px;
  border-bottom: 1px solid #e8e2d1;
}
.wooprex-brand-item .brand-description .details h3 {
  font-size: 35px;
  font-weight: 400;
  margin-bottom: 20px;
}
.wooprex-brand-item .brand-description .details p {
  color: #000000;
}
.wooprex-brand-item .brand-image {
  max-width: 300px;
  height: 370px;
  margin-left: auto;
  overflow: hidden;
  position: absolute;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
}
.wooprex-brand-item .brand-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-brand-item.item-4 .brand-image {
  top: inherit;
  bottom: 0;
}
.wooprex-brand-item.item-4 .brand-description .details {
  border-bottom: none;
}
.wooprex-brand-item:hover .brand-image {
  opacity: 1;
  visibility: visible;
}

/*-- contact page -- */
/*-- Base: mixin & variable  -- */
/*
=================================================================================
                     Start Wooprex Contact Page CSS 
=================================================================================
*/
.wooprex-google-map {
  padding: 0;
}
.wooprex-google-map iframe {
  position: relative;
  display: block;
  border: none;
  height: 100%;
  height: 550px;
  width: 100%;
  mix-blend-mode: luminosity;
  /* filter: grayscale(100%) invert(92%) contrast(83%); */
  filter: saturate(5) contrast(90%);
}

/* ================= Contact page contact section ================*/
.wooprex-contact-two-section {
  overflow: hidden;
  position: relative;
}
.wooprex-contact-two-section .wooprex-contact-left {
  padding-right: 150px;
  position: relative;
}
.wooprex-contact-two-section .wooprex-contact-left:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  width: 1px;
  height: 285px;
  background: #9ba1b7;
}
.wooprex-contact-two-section .wooprex-contact-left p,
.wooprex-contact-two-section .wooprex-contact-left .contact-follow-us h4 {
  font-size: 18px;
}
.wooprex-contact-two-section .wooprex-contact-left ul {
  margin: 60px 0px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  flex-wrap: wrap;
  max-width: 260px;
}
.wooprex-contact-two-section .wooprex-contact-left ul li {
  font-weight: 500;
  font-size: 12px;
  color: #151a40;
}
.wooprex-contact-two-section .wooprex-contact-left ul li a {
  font-weight: 400;
  font-size: 16px;
  color: #151a40;
  margin-top: 5px;
  display: block;
}
.wooprex-contact-two-section .wooprex-contact-left .wooprex-follow-us-icon {
  width: auto;
  margin: 0;
  margin-top: 15px;
  gap: 25px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

/*
=================================================================================
                     End Wooprex Contact Page CSS 
=================================================================================
*/
/*-- pricing page -- */
/*-- Base: mixin & variable  -- */
/*
=================================================================================
                     Start Wooprex Price Page CSS 
=================================================================================
*/
.wooprex-price-section {
  position: relative;
  overflow: hidden;
}
.wooprex-price-section:before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../assets/shape/shape-1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.wooprex-price-section .price-header {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
  max-width: 830px;
  position: relative;
  z-index: 1;
}
.wooprex-price-section .price-header .header {
  margin: 40px 0px 50px 0px;
  font-weight: 400;
}
.wooprex-price-section .price-header h4 {
  font-size: 24px;
  font-weight: 400;
}
.wooprex-price-section .wooprex-price-bottom {
  position: relative;
  z-index: 1;
}
.wooprex-price-section .wooprex-price-bottom .price-bottom-tab {
  background: #f5f7ff;
  border: 1px solid #151a40;
  border-radius: 16px;
  max-width: 365px;
  height: 75px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  padding: 10px;
  gap: 10px;
}
.wooprex-price-section .wooprex-price-bottom .price-bottom-tab button {
  background: transparent;
  border: none;
  border-radius: 16px;
  width: 50%;
  text-align: left;
  font-size: 24px;
  padding: 0 20px;
  color: #000000;
  text-align: center;
}
.wooprex-price-section .wooprex-price-bottom .price-bottom-tab button.yearly {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 10px;
  padding: 0px 10px;
}
.wooprex-price-section .wooprex-price-bottom .price-bottom-tab button.yearly span {
  font-size: 14px;
  padding: 4px 8px 4px 8px;
  border-radius: 8px;
  background: #9f54ff;
  color: #ffffff;
  line-height: 2;
}
.wooprex-price-section .wooprex-price-bottom .price-bottom-tab button.active {
  background: #ffffff;
}
.wooprex-price-section .wooprex-price-bottom .price-item {
  border: 1px solid #f2f2f2;
  padding: 50px 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 25px;
  transition: 0.6s ease-in-out;
  background: #ffffff;
  height: 100%;
}
.wooprex-price-section .wooprex-price-bottom .price-item:hover {
  box-shadow: 0 12px 34px 1px rgba(0, 0, 0, 0.1);
}
.wooprex-price-section .wooprex-price-bottom .price-item.middle-border {
  border: 1px solid #fbc1d6;
}
.wooprex-price-section .wooprex-price-bottom .price-item h5 {
  font-size: 32px;
  font-weight: 400;
}
.wooprex-price-section .wooprex-price-bottom .price-item p {
  font-size: 14px;
}
.wooprex-price-section .wooprex-price-bottom .price-item h4 {
  font-size: 72px;
  transition: all 0.6s ease;
  opacity: 1;
  left: 0;
}
.wooprex-price-section .wooprex-price-bottom .price-item h4.fade-out {
  opacity: 0;
  left: 20px;
  position: relative;
}
.wooprex-price-section .wooprex-price-bottom .price-item h4 span {
  font-size: 32px;
  font-weight: 400;
}
.wooprex-price-section .wooprex-price-bottom .price-item a {
  background: #151a40;
  color: #ffffff;
  border-radius: 8px;
  display: block;
  text-align: center;
  padding: 15px;
  margin: 10px 0px 25px 0px;
  border: 1px solid;
  transition: all 0.6s ease;
  border-color: #151a40;
}
.wooprex-price-section .wooprex-price-bottom .price-item a:hover {
  background: transparent;
  color: #151a40;
}

/*
=================================================================================
                     End Wooprex Price Page CSS 
=================================================================================
*/
/*-- portfolio page -- */
/*-- Base: mixin & variable  -- */
/*
=================================================================================
                     Star Wooprex Portfolio Page CSS 
=================================================================================
*/
.wooprex-portfolio-section {
  overflow: hidden;
}
.wooprex-portfolio-section .row {
  row-gap: 80px;
}

/*
=================================================================================
                     End Wooprex Portfolio Page CSS 
=================================================================================
*/
/*-- portfolio details page -- */
/*-- Base: mixin & variable  -- */
.wooprex-portfolio-details-section {
  overflow: hidden;
  padding-bottom: 60px;
}
.wooprex-portfolio-details-section .header {
  font-size: 40px;
  margin-bottom: 20px;
}
.wooprex-portfolio-details-section .section-header {
  max-width: 750px;
}
.wooprex-portfolio-details-section .section-header h5 {
  font-size: 18px;
  margin-bottom: 30px;
}
.wooprex-portfolio-details-section .section-header p {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.wooprex-portfolio-details-section .section-header p a {
  display: inline-block;
  position: relative;
  padding-right: 20px;
  color: #595e74;
}
.wooprex-portfolio-details-section .section-header p a:after {
  content: "";
  height: 10px;
  width: 1px;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  background-color: #595e74;
}
.wooprex-portfolio-details-section .section-header p a:last-child {
  padding: 0;
}
.wooprex-portfolio-details-section .section-header p a:last-child:before {
  display: none;
}
.wooprex-portfolio-details-section .portfolio-details-main-wrapper {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.wooprex-portfolio-details-section .portfolio-details-main-wrapper .row {
  row-gap: 60px;
}
.wooprex-portfolio-details-section .portfolio-thumbnail-image {
  height: 650px;
  overflow: hidden;
}
.wooprex-portfolio-details-section .portfolio-thumbnail-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-portfolio-details-section .portfolio-thumbnail-image img:hover {
  transform: scale(1.03);
}
.wooprex-portfolio-details-section .portfolio-image {
  overflow: hidden;
  height: 600px;
}
.wooprex-portfolio-details-section .portfolio-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-portfolio-details-section .portfolio-image img:hover {
  transform: scale(1.05);
}
.wooprex-portfolio-details-section .portfolio-description h3 {
  font-size: 32px;
  margin-bottom: 25px;
}
.wooprex-portfolio-details-section .portfolio-description h5 {
  margin-bottom: 20px;
}
.wooprex-portfolio-details-section .portfolio-description .portfolio-meta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  row-gap: 60px;
  flex-wrap: wrap;
  padding-left: 80px;
  height: 100%;
}
.wooprex-portfolio-details-section .portfolio-description .portfolio-meta .item {
  width: 50%;
  flex: 0 0 auto;
}
.wooprex-portfolio-details-section .portfolio-description .portfolio-meta .item p {
  font-size: 14px;
  color: #646464;
}
.wooprex-portfolio-details-section .portfolio-description .portfolio-meta .item h4 {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}
.wooprex-portfolio-details-section .portfolio-description .text-bottom {
  padding-left: 60px;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: end;
  flex-direction: column;
}

/*-- team page -- */
/*-- Base: mixin & variable  -- */
.wooprex-team-list-section {
  overflow: hidden;
}
.wooprex-team-list-section .team-list-main .row {
  row-gap: 40px;
}

/*-- team Details page -- */
/*-- Base: mixin & variable  -- */
.wooprex-team-details-section {
  overflow: hidden;
}
.wooprex-team-details-section .team-top-wrapper .team-image {
  max-width: 500px;
  height: 100%;
  overflow: hidden;
}
.wooprex-team-details-section .team-top-wrapper .team-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-team-details-section .team-top-wrapper .team-description {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.wooprex-team-details-section .team-top-wrapper .team-description h2 {
  font-size: 40px;
  margin-bottom: 10px;
}
.wooprex-team-details-section .team-top-wrapper .team-description h4 {
  font-size: 20px;
  color: #f40058;
}
.wooprex-team-details-section .team-top-wrapper .team-description p {
  margin: 30px 0px;
}
.wooprex-team-details-section .team-top-wrapper .team-description ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 40px;
}
.wooprex-team-details-section .team-top-wrapper .team-description ul li span {
  font-weight: 500;
}
.wooprex-team-details-section .team-top-wrapper .team-description ul li a:hover {
  color: #f40058;
}
.wooprex-team-details-section .team-top-wrapper .team-description .wooprex-follow-us {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.wooprex-team-details-section .team-top-wrapper .team-description .wooprex-follow-us a {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #151a40;
  color: #ffffff;
  font-size: 16px;
  border: 1px solid #151a40;
}
.wooprex-team-details-section .team-top-wrapper .team-description .wooprex-follow-us a i {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wooprex-team-details-section .team-top-wrapper .team-description .wooprex-follow-us a:hover {
  border: 1px solid #f40058;
  background-color: #ffffff;
  color: #f40058;
}
.wooprex-team-details-section .team-bottom-wrapper h3 {
  margin-bottom: 15px;
  font-size: 40px;
}
.wooprex-team-details-section .team-bottom-wrapper .sub-header {
  color: #646464;
  margin-bottom: 50px;
}
.wooprex-team-details-section .team-bottom-wrapper .bottom-left .counter-section {
  background-color: #f5f7ff;
  padding: 30px;
  border-radius: 16px;
}
.wooprex-team-details-section .team-bottom-wrapper .bottom-left .counter-section .counter-item {
  text-align: center;
}
.wooprex-team-details-section .team-bottom-wrapper .bottom-left .counter-section .counter-item h4 {
  margin-bottom: 10px;
  font-size: 48px;
}
.wooprex-team-details-section .team-bottom-wrapper .bottom-left .counter-section .counter-item p {
  color: #646464;
}
.wooprex-team-details-section .team-bottom-wrapper .bottom-right {
  padding-left: 30px;
}
.wooprex-team-details-section .team-bottom-wrapper .bottom-right .row {
  row-gap: 30px;
}
.wooprex-team-details-section .team-bottom-wrapper .bottom-right .progress-section .progress-item .description {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.wooprex-team-details-section .team-bottom-wrapper .bottom-right .progress-section .progress-item .description h5 {
  font-size: 18px;
  color: #646464;
}
.wooprex-team-details-section .team-bottom-wrapper .bottom-right .progress-section .progress-item .description p {
  font-weight: 500;
}
.wooprex-team-details-section .team-bottom-wrapper .bottom-right .progress-section .progress-item .progress-bar {
  width: 100%;
  height: 8px;
  border-radius: 8px;
  background-color: #f5f7ff;
  position: relative;
}
.wooprex-team-details-section .team-bottom-wrapper .bottom-right .progress-section .progress-item .progress-bar:before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #151a40;
  border-radius: 8px;
  animation: progress 2s ease-in-out forwards;
}
.wooprex-team-details-section .team-bottom-wrapper .bottom-right .progress-section .progress-item.item-1 .progress-bar:before {
  width: 90%;
}
.wooprex-team-details-section .team-bottom-wrapper .bottom-right .progress-section .progress-item.item-2 .progress-bar:before {
  width: 95%;
}
.wooprex-team-details-section .team-bottom-wrapper .bottom-right .progress-section .progress-item.item-3 .progress-bar:before {
  width: 100%;
}
.wooprex-team-details-section .team-bottom-wrapper .bottom-right .progress-section .progress-item.item-4 .progress-bar:before {
  width: 85%;
}

@keyframes progress {
  0% {
    width: 0;
  }
}
/*-- blog pages -- */
/*-- Base: mixin & variable  -- */
.wooprex-blog-list-section .row .row {
  row-gap: 60px;
}
.wooprex-blog-list-section.no-sidebar .row {
  row-gap: 60px;
}

/*-- blog details page -- */
/*-- Base: mixin & variable  -- */
.wooprex-blog-details-section {
  position: relative;
  overflow: hidden;
}

.wooprex-blog-details {
  display: flex;
  flex-direction: column;
  gap: 40px;
  /* Blog details > blog author */
  /* Blog details > blog thumbnail */
  /* Blog details > description wrapper > blog image */
  /* Blog details > description wrapper > blog quote */
}
.wooprex-blog-details > h1 {
  font-size: 48px;
  line-height: 1.2em;
  font-weight: 600;
  color: #303e42;
  margin-top: 0;
}
.wooprex-blog-details .category-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.wooprex-blog-details .category-wrapper span.line {
  display: inline-block;
  width: 50px;
  height: 1px;
  background-color: #151a40;
}
.wooprex-blog-details h3 {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 25px;
}
.wooprex-blog-details p {
  color: #000000;
}
.wooprex-blog-details .wooprex-blog-author {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 10px;
}
.wooprex-blog-details .wooprex-blog-author .blog-author-avatar {
  border-radius: 50%;
  width: 75px;
  height: 75px;
  overflow: hidden;
}
.wooprex-blog-details .wooprex-blog-author .blog-author-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-blog-details .wooprex-blog-author .author-details h5 {
  font-size: 16px;
}
.wooprex-blog-details .wooprex-blog-author .author-details p {
  font-size: 14px;
}
.wooprex-blog-details .wooprex-blog-thumbnail {
  overflow: hidden;
  border-radius: 24px;
  height: 480px;
}
.wooprex-blog-details .wooprex-blog-thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.wooprex-blog-details .wooprex-blog-thumbnail img:hover {
  transform: scale(1.05);
}
.wooprex-blog-details .image-wrapper .row {
  row-gap: 20px;
}
.wooprex-blog-details .wooprex-blog-image {
  height: 310px;
  width: 100%;
  overflow: hidden;
  border-radius: 24px;
}
.wooprex-blog-details .wooprex-blog-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-blog-details .wooprex-blog-image:hover img {
  transform: scale(1.05);
}
.wooprex-blog-details .wooprex-blog-quote {
  height: 140px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.wooprex-blog-details .wooprex-blog-quote:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  height: 80px;
  width: 80px;
  background-image: url("../assets/shape/quote-3.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.wooprex-blog-details .wooprex-blog-quote blockquote {
  font-size: 18px;
  line-height: 1.6em;
  font-weight: 500;
  color: #000000;
  padding-left: 120px;
  padding-right: 50px;
}
.wooprex-blog-details .wooprex-blog-description h3 {
  font-weight: 700;
}
.wooprex-blog-details .wooprex-blog-description article {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 20px;
}
.wooprex-blog-details .wooprex-blog-description ul {
  padding-left: 30px;
}
.wooprex-blog-details .wooprex-blog-description ul li {
  list-style: disc;
}

/*********** RECENT BLOG *************/
.wooprex-recent-blog {
  overflow: hidden;
  background-color: #f5f7ff;
}
.wooprex-recent-blog h2 {
  font-size: 48px;
  margin-bottom: 60px;
}
.wooprex-recent-blog .row {
  row-gap: 40px;
}

/*-- coming soon page -- */
/*-- Base: mixin & variable  -- */
.wooprex-coming-soon-section {
  height: 850px;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  padding: 0px 20px;
}
.wooprex-coming-soon-section:before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  background: rgba(21, 26, 64, 0.8980392157);
  z-index: 1;
}
.wooprex-coming-soon-section .bg-image {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-coming-soon-section .coming-soon-main-wrapper {
  position: relative;
  z-index: 2;
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
}
.wooprex-coming-soon-section .coming-soon-main-wrapper p,
.wooprex-coming-soon-section .coming-soon-main-wrapper h1,
.wooprex-coming-soon-section .coming-soon-main-wrapper a {
  color: #ffffff;
}
.wooprex-coming-soon-section .coming-soon-main-wrapper h1 {
  font-size: 62px;
  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;
  background: rgba(255, 255, 255, 0.3019607843);
  padding: 30px 20px;
}
.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;
  color: #ffffff;
}
.wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown .item span {
  font-size: 56px;
  font-weight: 300;
  display: block;
  line-height: 1.4em;
  color: #ffffff;
}
.wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown .item h4 {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  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;
}

/*-- 404 error page -- */
/*-- Base: mixin & variable  -- */
.wooprex-error-section {
  background: #f5f7ff;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.wooprex-error-section img.bg-image {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-error-section:after {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  background-color: rgba(21, 26, 64, 0.8980392157);
  z-index: 1;
}
.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;
  color: #ffffff;
}
.wooprex-error-section .error-wrapper-main h3 {
  font-size: 40px;
  margin: 30px 0px;
  color: #ffffff;
}
.wooprex-error-section .error-wrapper-main p {
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
}

/*-- faq page -- */
/*-- Base: mixin & variable  -- */
.wooprex-faq-page-section {
  overflow: visible;
  overflow-x: clip;
  position: relative;
}
.wooprex-faq-page-section .faq-top {
  margin-bottom: 80px;
}
.wooprex-faq-page-section .faq-top .header {
  color: #000000;
}
.wooprex-faq-page-section .faq-top p {
  margin-top: 15px;
  max-width: 600px;
  color: #000000;
}
.wooprex-faq-page-section .faq-bottom .row {
  row-gap: 40px;
}
.wooprex-faq-page-section .faq-bottom .faq-image {
  max-width: 500px;
  border-radius: 24px;
  overflow: hidden;
  margin-left: auto;
}
.wooprex-faq-page-section .faq-bottom .faq-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*-- Woocommerce styles -- */
/*-- Base: mixin & variable  -- */
/*-- Responsive styles -- */
/*-- Base: mixin & variable  -- */
/*
For Responsive CSS
*/
/* min screen 1200px - responsive */
/* min screen 992px - responsive */
@media (min-width: 992px) {
  .wooprex-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  header.wooprex-header-section {
    /* Desktop menu wrapper */
  }
  header.wooprex-header-section .desktop-overlay-menu {
    position: fixed;
    top: 0px;
    background: #ffffff;
    right: 0%;
    height: 100%;
    transform: translateX(100%);
    max-width: 450px;
    padding: 30px 35px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    overflow-y: scroll;
    transition: all 0.6s ease;
  }
  header.wooprex-header-section .desktop-overlay-menu.showMenu {
    transform: translateX(0%);
  }
  header.wooprex-header-section .desktop-overlay-menu .wooprex-overlay-close {
    text-align: right;
    margin-bottom: 70px;
  }
  header.wooprex-header-section .desktop-overlay-menu .wooprex-overlay-close i {
    cursor: pointer;
    font-size: 20px;
    transition: 0.3s ease;
    color: #151a40;
  }
  header.wooprex-header-section .desktop-overlay-menu .wooprex-overlay-close i:hover {
    color: #f40058;
  }
  header.wooprex-header-section .desktop-overlay-menu .desktop-menu-item > a {
    font-size: 14px;
    color: #151a40;
  }
  header.wooprex-header-section .desktop-overlay-menu .desktop-menu-item h3 {
    font-size: 38px;
    font-weight: 300;
    color: #f40058;
    margin-top: 30px;
    margin-bottom: 150px;
  }
  header.wooprex-header-section .desktop-overlay-menu .desktop-menu-item h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #151a40;
  }
  header.wooprex-header-section .desktop-overlay-menu .desktop-menu-item .office-location-item {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  header.wooprex-header-section .desktop-overlay-menu .desktop-menu-item .office-location-item.right {
    margin-left: 20px;
  }
  header.wooprex-header-section .desktop-overlay-menu .desktop-menu-item .office-location-item p,
  header.wooprex-header-section .desktop-overlay-menu .desktop-menu-item .office-location-item a {
    margin: 0;
    color: #151a40;
    font-size: 14px;
    font-weight: 400;
  }
  header.wooprex-header-section .desktop-overlay-menu .desktop-menu-item .desktop-office-divider {
    width: 200px;
    border: 5px solid #151a40;
    margin: 75px auto;
  }
  header.wooprex-header-section .desktop-overlay-menu .desktop-menu-item .desktop-follow-us h4 {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #f40058;
    margin-bottom: 30px;
  }
}
/* max screen 1199px - responsive */
@media (max-width: 1199px) {
  header.wooprex-header-section {
    padding: 20px;
  }
  header.wooprex-header-section .header-main .wooprex-main-menu ul.box-nav {
    gap: 20px;
  }
  .header {
    font-size: 45px !important;
  }
  .wooprex-search-box {
    padding: 20px;
  }
  .wooprex-banner-item .banner-image,
  .wooprex-faq-section .faq-left,
  .wooprex-popup {
    height: 700px;
  }
  .wooprex-banner-section .wooprex-banner-item .banner-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .wooprex-banner-section .wooprex-banner-main.wooprex-swiper .swiper-button-prev,
  .wooprex-banner-section .wooprex-banner-main.wooprex-swiper .swiper-button-next {
    width: 150px;
    height: 150px;
  }
  .wooprex-faq-section .faq-header {
    margin-bottom: 20px;
  }
  .wooprex-faq-section .accordion {
    padding-left: 20px;
    padding-top: 30px;
  }
  /* Consultant slider */
  .wooprex-business-slider-section {
    padding-left: 20px;
  }
  .wooprex-avatar-wrapper .avatar.one {
    height: 200px;
  }
  .wooprex-consult-testimonial .consult-testimonial-item.left {
    padding-left: 20px;
    padding-right: 20px;
  }
  .wooprex-consult-testimonial .consult-testimonial-item.left .swiper-navigation {
    height: 200px;
    width: 200px;
  }
  /* Goal CSS */
  .wooprex-goal-section .goal-right {
    padding-left: 25px;
  }
  .wooprex-about-section .about-top-section .about-right span {
    left: -160px;
    top: 0px;
  }
  /* Contact CSS */
  .wooprex-contact-section .wooprex-contact-left {
    height: 650px;
  }
  .wooprex-contact-section .wooprex-contact-right .right-image {
    left: -30px;
  }
  /* unique css */
  .wooprex-unique-business .unique-left .unique-left-inner.inner-three {
    justify-content: flex-start;
    padding-right: 15px;
  }
  .wooprex-unique-business .unique-left .unique-left-inner.inner-three img {
    max-width: 340px;
  }
  .wooprex-unique-business .unique-right {
    padding: 30px;
    margin-left: 0px;
  }
  .wooprex-offer-section .offer-right {
    height: 100%;
  }
  /* Footer */
  .wooprex-footer .wooprex-footer-left,
  .wooprex-footer .footer-middle-left,
  .wooprex-footer .footer-middle-right {
    padding-left: 30px;
  }
  /* Success */
  .wooprex-success-section .success-item-right {
    padding-left: 20px;
  }
  /* Impression */
  .wooprex-impression-section .impression-bg {
    height: 600px;
  }
  /* Popup */
  .wooprex-popup .media-player a {
    margin: 0 auto;
  }
  .wooprex-popup .media-player a i {
    font-size: 40px;
  }
  .wooprex-popup .popup-left h3 {
    font-size: 48px;
  }
  /* Contact page */
  .wooprex-contact-two-section .wooprex-contact-right {
    padding-left: 40px;
  }
}
/* 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-bottom-wrapper {
    padding-top: 50px;
  }
  .wooprex-team-details-section .team-bottom-wrapper .row {
    row-gap: 40px;
  }
  .wooprex-team-details-section .team-bottom-wrapper .bottom-right {
    padding-left: 0;
  }
  /***************** ERROR PAGE *******************/
  .wooprex-error-section {
    padding: 100px 0px;
  }
  .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;
  }
  /***************** SERVICE DETAILS PAGE *******************/
  .wooprex-choose-us-section .section-header .sub-header {
    font-size: 16px;
  }
  .wooprex-choose-item {
    height: 400px;
  }
  .wooprex-choose-item .inner span {
    font-size: 90px;
  }
  .wooprex-choose-item .inner h3 {
    font-size: 20px;
  }
  .wooprex-choose-item .inner p {
    font-size: 15px;
  }
  .wooprex-brand-section .section-header {
    margin-bottom: 60px;
  }
  .wooprex-brand-section .section-header .sub-header {
    font-size: 16px;
  }
  .wooprex-brand-section .brand-main-wrapper .row {
    row-gap: 30px;
  }
  .wooprex-brand-item .brand-description {
    padding-top: 0;
  }
  .wooprex-brand-item .brand-description .icon i {
    font-size: 50px;
  }
  .wooprex-brand-item .brand-description .details {
    padding-bottom: 30px;
  }
  .wooprex-brand-item .brand-description .details h3 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .wooprex-brand-item .brand-image {
    height: 250px;
  }
  /***************** PORTFOLIO DETAILS PAGE *******************/
  .wooprex-portfolio-details-section .portfolio-thumbnail-image {
    height: 520px;
  }
  .wooprex-portfolio-details-section .portfolio-image {
    height: 500px;
  }
  .wooprex-blog-details > h1 {
    font-size: 40px;
  }
  /*********************** SIDEBAR *************************/
  .wooprex-sidebar ul li a {
    font-size: 14px;
  }
  .wooprex-sidebar-latest-post .latest-post-item {
    align-items: flex-start;
    flex-direction: column;
  }
  .wooprex-sidebar-latest-post .latest-post-item .post-details {
    width: 100%;
  }
}
/* max screen 991px - responsive */
@media (max-width: 991px) {
  .padding-y {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .padding-top {
    padding-top: 70px;
  }
  .padding-bottom {
    padding-bottom: 70px;
  }
  .wooprex-main-menu {
    display: none;
  }
  .wooprex-mobile-menu-bar {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header.wooprex-header-section {
    padding: 20px;
  }
  /* Desktop right menu */
  .wooprex-desktop-menu-bar,
  .desktop-overlay-menu {
    display: none;
  }
  /*  */
  .container,
  .container-fluid {
    padding: 0px 20px;
  }
  .wooprex-btn {
    margin-top: 50px;
  }
  a.read-more {
    margin-top: 25px;
  }
  .header {
    font-size: 40px !important;
  }
  .wooprex-banner-section .wooprex-banner-item .wooprex-banner-text h3,
  .wooprex-latest-news .news-header h3,
  .wooprex-subheader h2,
  .wooprex-unique-business .unique-header h3 {
    font-size: 48px !important;
  }
  .wooprex-digital-section h1,
  .wooprex-digital-section .digital-images,
  .wooprex-about-section .about-bottom-section .about-bottom-item,
  .wooprex-client-section .client-left,
  .wooprex-latest-news .news-header,
  .wooprex-goal-section.goal-section-2 .goal-main-item.goal-left h5,
  .wooprex-avatar-wrapper .avatar.one,
  .wooprex-price-section .price-header,
  .wooprex-price-bottom .price-bottom-tab,
  .wooprex-unique-business .unique-header,
  .wooprex-offer-section .offer-header,
  .wooprex-impression-section .impression-bg,
  .wooprex-footer-left {
    margin-bottom: 40px !important;
  }
  .wooprex-success-section .success-item-right h4,
  .wooprex-business-slider-section .business-slider-left h4 {
    margin-bottom: 25px !important;
  }
  .wooprex-counter-section .wooprex-counter .row,
  .wooprex-business-section .row,
  .wooprex-price-section .wooprex-price-bottom .row,
  .wooprex-unique-business .unique-main .row,
  .wooprex-offer-section .offer-main .row,
  .wooprex-impression-section .impression-main .row,
  .wooprex-popup .row,
  .wooprex-contact-two-section .row,
  .wooprex-portfolio-section .row {
    row-gap: 40px;
  }
  .wooprex-about-section .about-left,
  .wooprex-service-section .wooprex-service .wooprex-service-left,
  .wooprex-service-section .wooprex-service .wooprex-service-right,
  .wooprex-contact-section .wooprex-contact-left,
  .wooprex-consult-testimonial,
  .wooprex-unique-business .unique-right,
  .wooprex-offer-section .offer-right,
  .wooprex-impression-section .impression-bg {
    height: 100%;
    min-height: auto;
  }
  .wooprex-banner-section .wooprex-banner-item .banner-image,
  .wooprex-faq-section .faq-left,
  .wooprex-popup {
    height: 550px;
  }
  /* Main menu css */
  .menu-wrapper .wooprex-menu-main .nav-link-item:before,
  .menu-wrapper .wooprex-menu-main .sub-menu-item > a::after {
    display: none;
  }
  .menu-wrapper .wooprex-menu-main .sub-menu-item > a {
    padding: 11px 15px !important;
  }
  /* Home - Banner css */
  .wooprex-banner-section .wooprex-banner-item .banner-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .wooprex-banner-section .wooprex-banner-item .wooprex-banner-text {
    width: 90%;
  }
  .wooprex-banner-main.wooprex-swiper .swiper-button-prev,
  .wooprex-banner-main.wooprex-swiper .swiper-button-next {
    width: 150px;
    height: 120px;
  }
  .wooprex-banner-main.wooprex-swiper .swiper-button-prev:hover,
  .wooprex-banner-main.wooprex-swiper .swiper-button-next:hover {
    width: 100px;
  }
  .wooprex-banner-main.wooprex-swiper .swiper-button-prev:after,
  .wooprex-banner-main.wooprex-swiper .swiper-button-next:after {
    font-size: 32px;
  }
  /* Home - Digital css */
  .wooprex-digital-section {
    padding: 80px 20px;
  }
  .wooprex-digital-section h1 {
    font-size: 48px;
  }
  /* Home - About css */
  .wooprex-about-section {
    padding-bottom: 0;
    padding-top: 0;
  }
  .wooprex-about-section .about-top-section .about-left {
    display: block;
    height: auto;
  }
  .wooprex-about-section .about-top-section .about-right {
    height: 300px;
    margin-top: 30px;
  }
  .wooprex-about-section .about-top-section .about-right span {
    top: 0;
    font-size: 40px;
    left: 0;
  }
  .wooprex-about-section .about-top-section .about-right p {
    left: 90px;
    top: 0;
  }
  .wooprex-about-section .about-top-section .about-right:after {
    width: 100%;
    top: 0px;
  }
  .wooprex-about-section .about-bottom-section .about-bottom-item.last {
    margin-bottom: 0;
  }
  /* Home - Service css */
  .wooprex-service-section {
    padding-bottom: 100px;
  }
  .wooprex-service-section .wooprex-service .wooprex-service-left .wooprex-btn {
    margin-left: 15px;
  }
  .wooprex-service-section .wooprex-service .wooprex-service-right {
    margin-top: 60px;
  }
  .wooprex-service-section .wooprex-service .wooprex-service-left,
  .wooprex-service-section .wooprex-service .wooprex-service-right {
    width: 100%;
    min-height: auto;
    display: block;
  }
  /* Home - Goal css */
  .wooprex-goal-section .goal-left,
  .wooprex-goal-section .goal-right {
    width: 100%;
    min-height: auto;
  }
  .wooprex-goal-section .wooprex-goal-details {
    display: flex;
  }
  .wooprex-goal-section .wooprex-goal-details .goal-item:last-child {
    margin-bottom: 0;
  }
  /* Home - Client css */
  .wooprex-client-section {
    padding-top: 50px;
    padding-bottom: 100px;
    margin-bottom: 0;
  }
  .wooprex-client-section .client-left p {
    padding-right: 0;
  }
  .wooprex-client-section .client-right .testimonial-slider {
    padding: 50px 0px;
  }
  /* Home - FAQ css */
  .wooprex-faq-section .faq-header {
    margin-bottom: 0px;
  }
  .wooprex-faq-section .faq-main {
    padding-top: 50px;
  }
  .wooprex-faq-section .accordion {
    padding-left: 0;
    padding-top: 0px;
  }
  /* Home - Latest news css */
  .wooprex-latest-news.latest-news-2 {
    padding-bottom: 300px;
  }
  .wooprex-blog-item .news-description h4 {
    font-size: 22px;
    margin: 20px 0px;
  }
  /* Home - Contact css */
  .wooprex-contact-section {
    padding: 120px 0px;
  }
  .wooprex-contact-section .wooprex-contact {
    display: flex;
    flex-wrap: wrap;
  }
  .wooprex-contact-section .wooprex-contact-left {
    padding: 35px 20px;
    height: auto;
  }
  .wooprex-contact-section .wooprex-contact-right .right-image {
    left: 0;
    max-width: 100%;
    position: relative;
    height: 450px;
  }
  .wooprex-contact-section .wooprex-contact-right .right-image img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  /* Home - News letter css */
  .wooprex-news-letter-section .subscribe-form h3 {
    font-size: 32px;
  }
  .wooprex-news-letter-2 {
    margin-top: -230px;
  }
  /* About - subheader css */
  .wooprex-subheader h2 {
    margin-top: 20px;
  }
  .wooprex-subheader.about h2 {
    margin-bottom: 20px;
  }
  .wooprex-subheader .subheader-wrapper {
    height: 350px;
  }
  .wooprex-subheader.consultants .subheader-wrapper:before {
    background-size: contain;
    width: 350px;
    height: 50%;
    background-repeat: no-repeat;
  }
  /* About - Counter CSS */
  .wooprex-counter-section .counter-header {
    margin-left: 0;
    padding: 0;
  }
  .wooprex-counter-section .counter-header:before {
    left: 0;
  }
  .wooprex-counter-section .wooprex-counter .counter-item {
    padding: 0;
    padding-bottom: 20px;
  }
  .wooprex-counter-section .wooprex-counter .counter-item h4 {
    font-size: 60px;
  }
  .wooprex-counter-section .wooprex-counter .counter-item p {
    font-size: 16px;
  }
  /* About - Success CSS */
  .wooprex-success-section .success-item-right {
    padding-left: 0;
    margin-top: 20px;
    min-height: auto;
  }
  /* About - Business css */
  .wooprex-business-section .business-item {
    padding-bottom: 20px;
    padding-right: 0;
  }
  /* About - Business slider css */
  .wooprex-business-slider-section {
    padding: 80px 20px 150px 20px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .wooprex-business-slider-section .business-slider-left {
    width: 100%;
    padding-right: 0;
  }
  .wooprex-business-slider-section .business-slider {
    width: 100%;
  }
  /**************  Consultants Page *************/
  .wooprex-avatar-wrapper {
    justify-content: center;
  }
  /* Consultants - Goal css */
  .wooprex-goal-section.goal-section-2 .goal-right {
    padding-top: 0px;
  }
  .wooprex-goal-section.goal-section-2 .goal-left {
    margin-top: 40px;
  }
  /* Consultants - Testimonial css */
  .wooprex-consult-testimonial .consult-testimonial-item.left,
  .wooprex-consult-testimonial .consult-testimonial-item.right {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .wooprex-consult-testimonial .consult-testimonial-item.left .swiper-button-prev:after,
  .wooprex-consult-testimonial .consult-testimonial-item.left .swiper-button-next:after {
    font-size: 32px;
  }
  .wooprex-consult-testimonial .consult-testimonial-item.right h3 {
    margin-bottom: 15px;
    font-size: 40px;
  }
  .wooprex-consult-testimonial .consult-testimonial-item.right blockquote:before {
    height: 100%;
  }
  .wooprex-consult-testimonial .consult-testimonial-item.right blockquote,
  .wooprex-consult-testimonial .consult-testimonial-item.right .client-avatar {
    margin-top: 40px;
  }
  /**************  Service Page *************/
  .wooprex-unique-business .unique-right,
  .wooprex-offer-section .offer-left {
    gap: 40px;
  }
  .wooprex-unique-business .unique-right .unique-right-item .unique-right-description h5,
  .wooprex-unique-business .unique-right .offer-icon-description h5,
  .wooprex-offer-section .offer-left .unique-right-item .unique-right-description h5,
  .wooprex-offer-section .offer-left .offer-icon-description h5 {
    margin-bottom: 10px;
  }
  /* Service -  Unique css  */
  .wooprex-unique-business .unique-right {
    margin-left: 0;
    padding: 40px;
  }
  .wooprex-unique-business .unique-left .unique-left-inner.inner-three {
    justify-content: center;
    padding-right: 10px;
    margin-top: 0;
  }
  /* Service -  Offer css  */
  .wooprex-offer-section .offer-header h3 {
    font-size: 24px;
  }
  .wooprex-offer-section .offer-left {
    padding-right: 0;
  }
  /* Service -  Impression css  */
  .wooprex-impression-section .impression-item h5 {
    margin-bottom: 15px;
  }
  /**************  Contact Page *************/
  .wooprex-google-map iframe {
    height: 350px;
  }
  .wooprex-contact-two-section .wooprex-contact-left {
    padding: 0;
  }
  .wooprex-contact-two-section .wooprex-contact-left:after {
    display: none;
  }
  .wooprex-contact-two-section .wooprex-contact-left ul {
    margin: 30px 0px;
  }
  .wooprex-contact-two-section .wooprex-contact-right {
    margin-top: 20px;
    padding-left: 0;
  }
  /**************  Pagination *************/
  .wooprex-pagination {
    gap: 30px;
    margin-top: 40px;
  }
  /* Footer css */
  .wooprex-footer {
    padding-top: 50px;
  }
  .wooprex-footer .wooprex-footer-left:before,
  .wooprex-footer .wooprex-footer-left:after,
  .wooprex-footer .footer-middle-left:before,
  .wooprex-footer .footer-middle-left:after,
  .wooprex-footer .footer-middle-right:before,
  .wooprex-footer .footer-middle-right:after,
  .wooprex-footer .wooprex-footer-right:before,
  .wooprex-footer .wooprex-footer-right:after {
    display: none !important;
  }
  .wooprex-footer ul {
    margin-top: 25px;
  }
  .wooprex-footer .wooprex-footer-left,
  .wooprex-footer .footer-middle-left,
  .wooprex-footer .footer-middle-right {
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 0;
  }
  .wooprex-footer .wooprex-footer-left .logo {
    margin-bottom: 30px;
  }
  .wooprex-footer .wooprex-footer-left .footer-follow-us {
    margin-top: 25px;
  }
  .wooprex-footer .footer-middle-right {
    padding-left: 0;
  }
  .wooprex-footer .wooprex-footer-right {
    padding-left: 0;
    padding-top: 0;
  }
}
/* min screen 768px and max screen 991px - responsive */
@media (min-width: 768px) and (max-width: 991px) {
  .wooprex-about-section,
  .wooprex-goal-section,
  .wooprex-team-section,
  .wooprex-counter-section,
  .wooprex-success-section,
  .wooprex-business-section,
  .wooprex-offer-section {
    padding-bottom: 0;
  }
  .wooprex-goal-section.wooprex-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    padding-bottom: 0;
    padding-top: 25px;
  }
  .wooprex-goal-section .goal-right {
    padding: 0px 20px 40px 20px;
  }
  /* Footer CSS */
  .wooprex-footer .wooprex-footer-left:before,
  .wooprex-footer .wooprex-footer-left:after,
  .wooprex-footer .wooprex-footer-right:before,
  .wooprex-footer .wooprex-footer-right:after {
    display: none !important;
  }
  .wooprex-footer .wooprex-footer-left .footer-follow-us {
    margin-top: 25px;
  }
  /***************** Single Team ******************/
  .wooprex-team-details-section .team-top-wrapper .row {
    row-gap: 40px;
  }
  .wooprex-team-details-section .team-bottom-wrapper .row {
    row-gap: 40px;
  }
  .wooprex-team-details-section .team-bottom-wrapper .bottom-right {
    padding-left: 0;
  }
  /***************** 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;
  }
  /***************** ERROR PAGE *******************/
  .wooprex-error-section {
    padding: 100px 0px;
  }
  .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;
  }
  /***************** 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;
  }
  /***************** SERVICE DETAILS PAGE *******************/
  .wooprex-choose-us-section .section-header {
    margin-bottom: 40px;
  }
  .wooprex-choose-us-section .section-header .sub-header {
    font-size: 16px;
  }
  .wooprex-choose-item {
    height: 380px;
  }
  .wooprex-choose-item .inner span {
    font-size: 90px;
  }
  .wooprex-choose-item .inner h3 {
    font-size: 20px;
  }
  .wooprex-choose-item .inner p {
    font-size: 15px;
  }
  .wooprex-brand-section .section-header {
    margin-bottom: 60px;
  }
  .wooprex-brand-section .section-header .sub-header {
    font-size: 16px;
  }
  .wooprex-brand-section .brand-main-wrapper .row {
    row-gap: 30px;
  }
  .wooprex-brand-item .brand-description {
    padding-top: 0;
  }
  .wooprex-brand-item .brand-description .icon i {
    font-size: 36px;
  }
  .wooprex-brand-item .brand-description .details {
    padding-bottom: 30px;
  }
  .wooprex-brand-item .brand-description .details h3 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .wooprex-brand-item .brand-image {
    height: 250px;
  }
  /***************** PORTFOLIO DETAILS PAGE *******************/
  .wooprex-portfolio-details-section .portfolio-details-main-wrapper {
    row-gap: 40px;
  }
  .wooprex-portfolio-details-section .portfolio-details-main-wrapper .row {
    row-gap: 40px;
  }
  .wooprex-portfolio-details-section .portfolio-thumbnail-image {
    height: 400px;
  }
  .wooprex-portfolio-details-section .portfolio-image {
    height: 380px;
  }
  .wooprex-portfolio-details-section .portfolio-description h3 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .wooprex-portfolio-details-section .portfolio-description h5 {
    font-size: 20px;
  }
  .wooprex-portfolio-details-section .portfolio-description .portfolio-meta {
    padding-left: 0;
    row-gap: 30px;
  }
  .wooprex-portfolio-details-section .portfolio-description .text-bottom {
    padding-left: 0;
  }
  /***************** BLOG DETAILS PAGE *******************/
  .wooprex-blog-details > h1 {
    font-size: 40px;
  }
  /* RECENT BLOG */
  .wooprex-recent-blog h2 {
    font-size: 40px;
    margin-bottom: 50px;
  }
  /*********************** SIDEBAR *************************/
  .wooprex-sidebar {
    padding: 60px 0px 0px 0px !important;
    margin-top: 60px;
    border-top: 1px solid #e8e2d1;
    gap: 40px;
  }
  /* 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: 17px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-metadata {
    margin-left: 75px;
    margin-top: -23px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-metadata a {
    font-size: 14px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-awaiting-moderation {
    margin-left: 75px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-content {
    margin-left: 75px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .reply {
    margin-left: 75px;
    margin-top: 16px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .reply .comment-reply-link {
    padding: 5px 35px;
  }
  .wooprex-blog-comment .comment-list .comment .children {
    margin-left: 0px;
    margin-top: 40px;
  }
  .wooprex-blog-comment .comment-respond {
    margin-top: 50px;
  }
  .wooprex-blog-comment .comment-respond .comment-reply-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .wooprex-blog-comment .comment-respond form.comment-form p.comment-notes {
    margin-bottom: 50px;
  }
  .wooprex-blog-comment .comment-respond form.comment-form p.logged-in-as {
    margin-bottom: 50px;
  }
}
/* max screen 767 - responsive */
@media (max-width: 767px) {
  .padding-y {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .padding-top {
    padding-top: 50px;
  }
  .padding-bottom {
    padding-bottom: 50px;
  }
  .container,
  .container-fluid {
    padding: 0px 20px;
  }
  .wooprex-btn {
    margin-top: 50px;
  }
  a.read-more {
    margin-top: 25px;
  }
  .header {
    font-size: 32px !important;
  }
  .wooprex-banner-section .wooprex-banner-item .banner-image,
  .wooprex-faq-section .faq-left,
  .wooprex-popup {
    height: 500px;
  }
  .wooprex-banner-section .wooprex-banner-item .wooprex-banner-text h3,
  .wooprex-latest-news .news-header h3,
  .wooprex-subheader h2,
  .wooprex-unique-business .unique-header h3,
  .wooprex-popup .popup-left h3 {
    font-size: 32px !important;
  }
  .wooprex-digital-section h1,
  .wooprex-digital-section .digital-images,
  .wooprex-about-section .about-bottom-section .about-bottom-item,
  .wooprex-client-section .client-left,
  .wooprex-latest-news .news-header,
  .wooprex-goal-section.goal-section-2 .goal-main-item.goal-left h5,
  .wooprex-avatar-wrapper .avatar.one,
  .wooprex-price-section .price-header,
  .wooprex-price-bottom .price-bottom-tab,
  .wooprex-unique-business .unique-header,
  .wooprex-offer-section .offer-header,
  .wooprex-impression-section .impression-bg,
  .wooprex-footer-left {
    margin-bottom: 40px !important;
  }
  .wooprex-success-section .success-item-right h4,
  .wooprex-business-slider-section .business-slider-left h4 {
    margin-bottom: 25px !important;
  }
  .wooprex-counter-section .wooprex-counter .row,
  .wooprex-business-section .row,
  .wooprex-price-section .wooprex-price-bottom .row,
  .wooprex-unique-business .unique-main .row,
  .wooprex-offer-section .offer-main .row .wooprex-popup .row,
  .wooprex-contact-two-section .row,
  .wooprex-portfolio-section .row {
    row-gap: 40px;
  }
  .wooprex-about-section .about-left,
  .wooprex-service-section .wooprex-service .wooprex-service-left,
  .wooprex-service-section .wooprex-service .wooprex-service-right,
  .wooprex-contact-section .wooprex-contact-left,
  .wooprex-consult-testimonial,
  .wooprex-unique-business .unique-right,
  .wooprex-offer-section .offer-right,
  .wooprex-impression-section .impression-bg {
    height: auto;
    min-height: auto;
  }
  .wooprex-service-section .wooprex-service .wooprex-service-left,
  .wooprex-service-section .wooprex-service .wooprex-service-right,
  .wooprex-contact-section .wooprex-contact-left,
  .wooprex-contact-section .wooprex-contact-right {
    width: 100%;
    display: block;
  }
  .wooprex-unique-business .unique-right,
  .wooprex-offer-section .offer-left {
    gap: 40px;
  }
  .wooprex-unique-business .unique-right .unique-right-item .unique-right-description h5,
  .wooprex-offer-section .offer-left .offer-icon-description h5 {
    margin-bottom: 10px;
  }
  /* Main menu CSS */
  .menu-wrapper .wooprex-menu-main .nav-link-item:before,
  .menu-wrapper .wooprex-menu-main .sub-menu-item > a::after {
    display: none;
  }
  .menu-wrapper .wooprex-menu-main .sub-menu-item > a {
    padding: 11px 15px;
  }
  /* Home - Banner CSS */
  .wooprex-banner-section .wooprex-banner-item .banner-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .wooprex-banner-section .wooprex-banner-item .wooprex-banner-text {
    width: 90%;
  }
  .wooprex-banner-main.wooprex-swiper .swiper-button-prev,
  .wooprex-banner-main.wooprex-swiper .swiper-button-next {
    width: 60px;
    height: 60px;
  }
  .wooprex-banner-main.wooprex-swiper .swiper-button-prev:hover,
  .wooprex-banner-main.wooprex-swiper .swiper-button-next:hover {
    width: 80px;
  }
  .wooprex-banner-main.wooprex-swiper .swiper-button-prev:after,
  .wooprex-banner-main.wooprex-swiper .swiper-button-next:after {
    font-size: 16px;
  }
  /* Home - Digital CSS */
  .wooprex-digital-section {
    padding: 50px 20px;
  }
  .wooprex-digital-section h1 {
    font-size: 48px;
  }
  .wooprex-digital-section .digital-images {
    gap: 20px;
  }
  /* Home - About CSS */
  .wooprex-about-section .about-top-section .about-left {
    display: block;
  }
  .wooprex-about-section .about-top-section .about-right {
    height: 250px;
    margin-top: 30px;
  }
  .wooprex-about-section .about-top-section .about-right span {
    top: 0;
    font-size: 90px;
    left: 0;
  }
  .wooprex-about-section .about-top-section .about-right p {
    left: 45px;
    top: 0;
  }
  .wooprex-about-section .about-top-section .about-right p:before {
    width: 35px;
    left: -40px;
  }
  .wooprex-about-section .about-top-section .about-right:after {
    width: 55%;
    top: 0px;
  }
  .wooprex-about-section .about-bottom-section .about-bottom-item.last {
    margin-bottom: 0;
  }
  /* Home - Service CSS */
  .wooprex-service-section {
    padding-top: 0;
  }
  .wooprex-service-section .wooprex-service .wooprex-service-left .wooprex-btn {
    margin-left: 15px;
  }
  .wooprex-service-section .wooprex-service .wooprex-service-right {
    margin-top: 60px;
  }
  /* Home - Goal CSS */
  .wooprex-goal-section .goal-right {
    padding: 40px 20px 0px 20px;
  }
  .wooprex-goal-section .wooprex-goal-details {
    display: flex;
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .wooprex-goal-section .wooprex-goal-details .goal-item:last-child {
    margin-bottom: 0;
  }
  /* Home - Client CSS */
  .wooprex-client-section {
    padding-top: 50px;
    padding-bottom: 100px;
    margin-bottom: 0;
  }
  .wooprex-client-section .client-left p {
    padding-right: 0;
  }
  .wooprex-client-section .client-right .testimonial-slider {
    padding: 50px 0px;
  }
  /* Home - FAQ CSS */
  .wooprex-faq-section {
    padding-top: 0px;
  }
  .wooprex-faq-section .faq-header {
    margin-bottom: 0px;
  }
  .wooprex-faq-section .faq-main {
    padding-top: 50px;
  }
  .wooprex-faq-section .accordion {
    padding-left: 0;
    padding-top: 40px;
  }
  .wooprex-faq-section .accordion .accordion-item button.accordion-button {
    gap: 10px;
    font-size: 16px;
  }
  .wooprex-faq-section .accordion .accordion-item .accordion-body p {
    font-size: 14px;
  }
  /* Home - Latest News CSS */
  .wooprex-latest-news.latest-news-2 {
    padding-bottom: 250px;
  }
  .wooprex-blog-item .news-description h4 {
    font-size: 17px;
    margin: 20px 0px;
  }
  /* Home - Contact CSS */
  .wooprex-contact-section .wooprex-contact {
    display: flex;
    flex-wrap: wrap;
  }
  .wooprex-contact-section .wooprex-contact .wooprex-contact-left {
    padding: 35px 20px;
    order: 2;
  }
  .wooprex-contact-section .wooprex-contact .wooprex-contact-right .right-image {
    left: 0;
    max-width: 100%;
    position: relative;
  }
  /* Home - News letter CSS */
  .wooprex-news-letter-section {
    display: block;
  }
  .wooprex-news-letter-section .subscribe-form h3 {
    font-size: 24px;
  }
  .wooprex-news-letter-2 {
    margin-top: -200px;
  }
  /**************  About Page *************/
  /* subheader css */
  .wooprex-subheader h2 {
    margin-top: 20px;
  }
  .wooprex-subheader.about h2 {
    margin-bottom: 20px;
  }
  .wooprex-subheader .subheader-wrapper {
    height: 350px;
  }
  .wooprex-subheader.consultants .subheader-wrapper:before {
    background-size: contain;
    width: 300px;
    height: 40%;
    background-repeat: no-repeat;
  }
  /* About - Counter CSS */
  .wooprex-counter-section .counter-header {
    margin-left: 0;
    padding: 0;
  }
  .wooprex-counter-section .counter-header:before {
    left: 0;
  }
  .wooprex-counter-section .wooprex-counter .counter-item {
    padding: 0;
    padding-bottom: 20px;
  }
  .wooprex-counter-section .wooprex-counter .counter-item h4 {
    font-size: 60px;
  }
  .wooprex-counter-section .wooprex-counter .counter-item p {
    font-size: 16px;
  }
  /* About - Success CSS */
  .wooprex-success-section .success-item-right {
    padding-left: 0;
    margin-top: 20px;
  }
  /* About - Business css */
  .wooprex-business-section {
    padding-top: 0px;
  }
  .wooprex-business-section .business-item {
    padding-bottom: 20px;
    padding-right: 0;
  }
  /* About - Business slider css */
  .wooprex-business-slider-section {
    margin-top: 0px;
    padding: 50px 20px 110px 20px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .wooprex-business-slider-section .business-slider-left {
    width: 100%;
    padding-right: 0;
  }
  .wooprex-business-slider-section .business-slider {
    width: 100%;
  }
  /* Consultants - Slider css */
  .wooprex-consult-team .slider-outer-wrapper {
    margin-top: 0;
  }
  .wooprex-consult-team .wooprex-swiper .swiper-navigation {
    height: 100px;
  }
  .wooprex-consultant-item {
    height: auto;
  }
  /* Consultants - Goal css */
  .wooprex-goal-section.goal-section-2 .goal-right {
    padding-top: 0px;
  }
  .wooprex-goal-section.goal-section-2 .goal-left {
    margin-top: 40px;
  }
  .wooprex-goal-section.goal-section-2 .custom-label {
    width: 68px;
    height: 28px;
    line-height: 28px;
  }
  /* Consultants - Testimonial css */
  .wooprex-consult-testimonial .consult-testimonial-item.left,
  .wooprex-consult-testimonial .consult-testimonial-item.right {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .wooprex-consult-testimonial .consult-testimonial-item.left .wooprex-avatar-wrapper {
    justify-content: center;
    gap: 20px;
  }
  .wooprex-consult-testimonial .consult-testimonial-item.left .wooprex-avatar-wrapper .avatar.one {
    height: 150px;
  }
  .wooprex-consult-testimonial .consult-testimonial-item.left .wooprex-avatar-wrapper .avatar.two,
  .wooprex-consult-testimonial .consult-testimonial-item.left .wooprex-avatar-wrapper .avatar.three {
    height: 300px;
  }
  .wooprex-consult-testimonial .consult-testimonial-item.left .swiper-navigation {
    height: 150px;
    width: 150px;
  }
  .wooprex-consult-testimonial .consult-testimonial-item.left .swiper-navigation .swiper-button-prev:after,
  .wooprex-consult-testimonial .consult-testimonial-item.left .swiper-navigation .swiper-button-next:after {
    font-size: 32px;
  }
  .wooprex-consult-testimonial .consult-testimonial-item.right h3 {
    margin-bottom: 15px;
    font-size: 40px;
  }
  .wooprex-consult-testimonial .consult-testimonial-item.right blockquote:before {
    height: 100%;
  }
  .wooprex-consult-testimonial .consult-testimonial-item.right blockquote,
  .wooprex-consult-testimonial .consult-testimonial-item.right .client-avatar {
    margin-top: 40px;
  }
  /**************  Pricing Page *************/
  .wooprex-price-section .price-header h3 {
    margin: 30px 0px;
  }
  .wooprex-price-section .price-header h4,
  .wooprex-price-section .wooprex-price-bottom .price-bottom-tab button {
    font-size: 16px;
  }
  .wooprex-price-section .wooprex-price-bottom .price-bottom-tab button.yearly span {
    font-size: 10px;
  }
  .wooprex-price-section .wooprex-price-bottom .price-item {
    padding: 20px 15px;
  }
  .wooprex-price-section .wooprex-price-bottom .price-item h5 {
    font-size: 24px;
  }
  .wooprex-price-section .wooprex-price-bottom .price-item p,
  .wooprex-price-section .wooprex-price-bottom .price-item a {
    font-size: 12px;
  }
  .wooprex-price-section .wooprex-price-bottom .price-item h4 {
    font-size: 40px;
  }
  .wooprex-price-section .wooprex-price-bottom .price-item ul li {
    gap: 15px;
    font-size: 12px;
  }
  /**************  Service Page *************/
  /* Service -  Unique css  */
  .wooprex-unique-business .unique-right {
    margin-left: 0;
    padding: 40px;
  }
  .wooprex-unique-business .unique-left .unique-left-inner.inner-three {
    justify-content: center;
    padding-right: 10px;
    margin-top: 0;
  }
  /* Service -  Offer css  */
  .wooprex-offer-section .offer-header h3 {
    font-size: 24px;
  }
  .wooprex-offer-section .offer-left {
    padding-right: 0;
  }
  /* Service -  Impression css  */
  .wooprex-impression-section .impression-item h5 {
    margin-bottom: 15px;
  }
  /* Service -  Popup css  */
  .wooprex-popup .media-player a {
    width: 130px;
    height: 130px;
    margin: 0 auto;
  }
  .wooprex-popup .media-player a i {
    font-size: 30px;
  }
  .wooprex-popup .media-player a::before {
    width: 150px;
    height: 150px;
  }
  /**************  Contact Page *************/
  .wooprex-google-map iframe {
    height: 350px;
  }
  .wooprex-contact-two-section .wooprex-contact-left {
    padding: 0;
  }
  .wooprex-contact-two-section .wooprex-contact-left:after {
    display: none;
  }
  .wooprex-contact-two-section .wooprex-contact-left ul {
    margin: 30px 0px;
  }
  .wooprex-contact-two-section .wooprex-contact-right {
    margin-top: 20px;
    padding-left: 0;
  }
  /**************  Pagination *************/
  .wooprex-pagination {
    gap: 30px;
    margin-top: 40px;
  }
  /* Footer CSS */
  .wooprex-footer {
    padding-top: 50px;
  }
  .wooprex-footer .wooprex-footer-left:before,
  .wooprex-footer .wooprex-footer-left:after,
  .wooprex-footer .footer-middle-left:before,
  .wooprex-footer .footer-middle-left:after,
  .wooprex-footer .footer-middle-right:before,
  .wooprex-footer .footer-middle-right:after,
  .wooprex-footer .wooprex-footer-right:before,
  .wooprex-footer .wooprex-footer-right:after {
    display: none !important;
  }
  .wooprex-footer ul {
    margin-top: 25px;
  }
  .wooprex-footer .wooprex-footer-left,
  .wooprex-footer .footer-middle-left,
  .wooprex-footer .footer-middle-right {
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 0;
  }
  .wooprex-footer .wooprex-footer-left .logo {
    margin-bottom: 30px;
  }
  .wooprex-footer .wooprex-footer-left .footer-follow-us {
    margin-top: 25px;
  }
  .wooprex-footer .footer-middle-right {
    padding-left: 0;
  }
  .wooprex-footer .wooprex-footer-right {
    padding-left: 0;
    padding-top: 0;
  }
}
/* 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 .team-description h2 {
    font-size: 35px;
  }
  .wooprex-team-details-section .team-top-wrapper .team-description h4 {
    font-size: 18px;
  }
  .wooprex-team-details-section .team-bottom-wrapper h3 {
    font-size: 38px;
  }
  .wooprex-team-details-section .team-bottom-wrapper .row {
    row-gap: 40px;
  }
  .wooprex-team-details-section .team-bottom-wrapper .bottom-left .counter-section {
    padding: 20px;
  }
  .wooprex-team-details-section .team-bottom-wrapper .bottom-left .counter-section h4 {
    margin-bottom: 6px;
  }
  .wooprex-team-details-section .team-bottom-wrapper .bottom-right {
    padding-left: 0;
  }
  /***************** 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;
  }
  /***************** ERROR PAGE *******************/
  .wooprex-error-section {
    padding: 100px 0px;
  }
  .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;
  }
  /***************** 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: 14px;
  }
  /***************** SERVICE DETAILS PAGE *******************/
  .wooprex-choose-us-section .section-header {
    margin-bottom: 40px;
  }
  .wooprex-choose-us-section .section-header .sub-header {
    font-size: 16px;
  }
  .wooprex-choose-item {
    height: 380px;
  }
  .wooprex-choose-item .inner span {
    font-size: 90px;
  }
  .wooprex-choose-item .inner h3 {
    font-size: 20px;
  }
  .wooprex-choose-item .inner p {
    font-size: 15px;
  }
  .wooprex-brand-section .section-header {
    margin-bottom: 50px;
  }
  .wooprex-brand-section .section-header .sub-header {
    font-size: 16px;
  }
  .wooprex-brand-section .brand-main-wrapper .row {
    row-gap: 30px;
  }
  .wooprex-brand-section .brand-main-wrapper .row .row {
    row-gap: 0px;
  }
  .wooprex-brand-item .brand-description {
    padding-bottom: 30px;
    border-bottom: 1px solid #e8e2d1;
    padding-top: 0;
  }
  .wooprex-brand-item .brand-description .icon i {
    font-size: 36px;
  }
  .wooprex-brand-item .brand-description .details {
    border: none;
    padding-bottom: 0;
  }
  .wooprex-brand-item .brand-description .details h3 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .wooprex-brand-item .brand-image {
    position: relative;
    height: 0;
    margin: 0;
  }
  .wooprex-brand-item:hover .brand-image {
    height: 300px;
    margin-top: 30px;
  }
  .wooprex-brand-item.item-4:hover .brand-description {
    padding-bottom: 30px;
    border-bottom: 1px solid #e8e2d1;
  }
  .wooprex-brand-item.item-4 .brand-description {
    padding-bottom: 0;
    border-bottom: none;
  }
  /***************** PORTFOLIO DETAILS PAGE *******************/
  .wooprex-portfolio-details-section .portfolio-details-main-wrapper {
    row-gap: 40px;
  }
  .wooprex-portfolio-details-section .portfolio-details-main-wrapper .row {
    row-gap: 40px;
  }
  .wooprex-portfolio-details-section .portfolio-thumbnail-image {
    height: 400px;
  }
  .wooprex-portfolio-details-section .portfolio-image {
    height: 380px;
  }
  .wooprex-portfolio-details-section .portfolio-description h3 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .wooprex-portfolio-details-section .portfolio-description h5 {
    font-size: 20px;
  }
  .wooprex-portfolio-details-section .portfolio-description .portfolio-meta {
    padding-left: 0;
    row-gap: 30px;
  }
  .wooprex-portfolio-details-section .portfolio-description .text-bottom {
    padding-left: 0;
  }
  /*********************** BLOG ************************/
  .wooprex-blog-list-section .row .row {
    row-gap: 30px;
  }
  .wooprex-blog-list-section.no-sidebar .row {
    row-gap: 30px;
  }
  .wooprex-blog-item .news-image {
    height: 380px;
  }
  /*********************** BLOG DETAILS ************************/
  .wooprex-blog-details {
    gap: 30px;
  }
  .wooprex-blog-details > h1 {
    font-size: 32px;
  }
  .wooprex-blog-details h3 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .wooprex-blog-details .wooprex-blog-thumbnail {
    height: 400px;
  }
  .wooprex-blog-details .wooprex-blog-quote {
    height: auto;
  }
  .wooprex-blog-details .wooprex-blog-quote:before {
    width: 50px;
    height: 50px;
    left: 0;
  }
  .wooprex-blog-details .wooprex-blog-quote blockquote {
    padding-left: 60px;
    padding-right: 0;
    font-size: 15px;
  }
  /* RECENT BLOG */
  .wooprex-recent-blog h2 {
    font-size: 32px;
    margin-bottom: 40px;
  }
  /*********************** SIDEBAR *************************/
  .wooprex-sidebar {
    padding: 40px 0px 0px 0px !important;
    margin-top: 40px;
    border-top: 1px solid #e8e2d1;
    gap: 30px;
  }
  .wooprex-sidebar .sidebar-title {
    margin-bottom: 20px;
  }
  /* 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: 17px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-metadata {
    margin-left: 75px;
    margin-top: -23px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-metadata a {
    font-size: 14px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-awaiting-moderation {
    margin-left: 75px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-content {
    margin-left: 75px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .reply {
    margin-left: 75px;
    margin-top: 16px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .reply .comment-reply-link {
    padding: 5px 35px;
  }
  .wooprex-blog-comment .comment-list .comment .children {
    margin-left: 0px;
    margin-top: 40px;
  }
  .wooprex-blog-comment .comment-respond {
    margin-top: 50px;
  }
  .wooprex-blog-comment .comment-respond .comment-reply-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .wooprex-blog-comment .comment-respond form.comment-form p.comment-notes {
    margin-bottom: 50px;
  }
  .wooprex-blog-comment .comment-respond form.comment-form p.logged-in-as {
    margin-bottom: 50px;
  }
}
/* max screen 575 - responsive */
@media (max-width: 575px) {
  .wooprex-goal-section .goal-right .wooprex-goal-details {
    justify-content: center;
    gap: 30px;
  }
  .brand-logo a {
    display: block;
  }
  .wooprex-right-menu {
    gap: 10px;
  }
  .wooprex-search-box input[type=text] {
    font-size: 16px;
  }
  .wooprex-search-box input[type=text]::-moz-placeholder {
    font-size: 16px;
  }
  .wooprex-search-box input[type=text]::placeholder {
    font-size: 16px;
  }
  .wooprex-search-box .wooprex-search-close i {
    font-size: 22px;
  }
  .wooprex-navigation-section {
    margin-top: 30px;
  }
  .wooprex-navigation.style-2 a {
    font-size: 16px;
  }
  .container,
  .container-fluid {
    padding: 0px 20px;
  }
  .wooprex-btn {
    margin-top: 50px;
  }
  a.read-more {
    margin-top: 25px;
  }
  .wooprex-banner-section .wooprex-banner-item .banner-image {
    height: 600px;
  }
  .wooprex-faq-section .faq-left,
  .wooprex-popup {
    height: 500px;
  }
  .wooprex-banner-section .wooprex-banner-item .wooprex-banner-text h3,
  .wooprex-latest-news .news-header h3,
  .wooprex-subheader h2,
  .wooprex-unique-business .unique-header h3,
  .wooprex-popup .popup-left h3 {
    font-size: 32px !important;
  }
  .wooprex-digital-section h1,
  .wooprex-digital-section .digital-images,
  .wooprex-about-section .about-bottom-section .about-bottom-item,
  .wooprex-client-section .client-left,
  .wooprex-latest-news .news-header,
  .wooprex-goal-section.goal-section-2 .goal-main-item.goal-left h5,
  .wooprex-avatar-wrapper .avatar.one,
  .wooprex-price-section .price-header,
  .wooprex-price-bottom .price-bottom-tab,
  .wooprex-unique-business .unique-header,
  .wooprex-offer-section .offer-header,
  .wooprex-impression-section .impression-bg,
  .wooprex-footer-left {
    margin-bottom: 40px !important;
  }
  .wooprex-success-section .success-item-right h4,
  .wooprex-business-slider-section .business-slider-left h4 {
    margin-bottom: 25px !important;
  }
  .wooprex-counter-section .wooprex-counter .row,
  .wooprex-business-section .row,
  .wooprex-price-section .wooprex-price-bottom .row,
  .wooprex-unique-business .unique-main .row,
  .wooprex-offer-section .offer-main .row,
  .wooprex-popup .row,
  .wooprex-contact-two-section .row,
  .wooprex-portfolio-section .row {
    row-gap: 40px;
  }
  .wooprex-about-section .about-left,
  .wooprex-service-section .wooprex-service .wooprex-service-left,
  .wooprex-service-section .wooprex-service .wooprex-service-right,
  .wooprex-contact-section .wooprex-contact-left,
  .wooprex-consult-testimonial,
  .wooprex-unique-business .unique-right,
  .wooprex-offer-section .offer-right,
  .wooprex-impression-section .impression-bg {
    height: auto;
    min-height: auto;
  }
  .wooprex-service-section .wooprex-service .wooprex-service-left,
  .wooprex-service-section .wooprex-service .wooprex-service-right,
  .wooprex-contact-section .wooprex-contact-left,
  .wooprex-contact-section .wooprex-contact-right {
    width: 100%;
    display: block;
  }
  .wooprex-unique-business .unique-right,
  .wooprex-offer-section .offer-left {
    gap: 40px;
  }
  .wooprex-unique-business .unique-right .unique-right-item .unique-right-description h5,
  .wooprex-offer-section .offer-left .offer-icon-description h5 {
    margin-bottom: 10px;
  }
  /* Main menu CSS */
  .menu-wrapper .wooprex-menu-main .nav-link-item:before,
  .menu-wrapper .wooprex-menu-main .sub-menu-item > a::after {
    display: none;
  }
  .menu-wrapper .wooprex-menu-main .sub-menu-item > a {
    padding: 11px 15px;
  }
  /* Home - Banner CSS */
  .wooprex-banner-section .wooprex-banner-item .banner-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .wooprex-banner-section .wooprex-banner-item .wooprex-banner-text {
    width: 90%;
  }
  .wooprex-banner-main.wooprex-swiper .swiper-button-prev,
  .wooprex-banner-main.wooprex-swiper .swiper-button-next {
    width: 60px;
    height: 60px;
  }
  .wooprex-banner-main.wooprex-swiper .swiper-button-prev:hover,
  .wooprex-banner-main.wooprex-swiper .swiper-button-next:hover {
    width: 80px;
  }
  .wooprex-banner-main.wooprex-swiper .swiper-button-prev:after,
  .wooprex-banner-main.wooprex-swiper .swiper-button-next:after {
    font-size: 16px;
  }
  /* Home - Digital CSS */
  .wooprex-digital-section {
    padding: 50px 20px;
  }
  .wooprex-digital-section h1 {
    font-size: 48px;
  }
  .wooprex-digital-section .digital-images {
    gap: 20px;
  }
  .wooprex-digital-section .digital-images a {
    height: 50px;
  }
  .wooprex-digital-section .digital-images a:first-child, .wooprex-digital-section .digital-images a:last-child {
    width: 50px;
  }
  .wooprex-digital-section .digital-images a:nth-child(2) {
    width: 160px;
  }
  /* Home - About CSS */
  .wooprex-about-section .about-top-section .about-left {
    display: block;
  }
  .wooprex-about-section .about-top-section .about-right {
    height: 140px;
    margin-top: 30px;
  }
  .wooprex-about-section .about-top-section .about-right span {
    top: 0;
    font-size: 60px;
    left: 0;
  }
  .wooprex-about-section .about-top-section .about-right p {
    left: 45px;
    top: 0;
  }
  .wooprex-about-section .about-top-section .about-right p:before {
    width: 35px;
    left: -40px;
  }
  .wooprex-about-section .about-top-section .about-right:after {
    width: 55%;
    top: 0px;
  }
  .wooprex-about-section .about-bottom-section .about-bottom-item.last {
    margin-bottom: 0;
  }
  /* Home - Service CSS */
  .wooprex-service-section {
    padding-top: 0;
  }
  .wooprex-service-section .wooprex-service .wooprex-service-left .wooprex-btn {
    margin-left: 15px;
  }
  .wooprex-service-section .wooprex-service .wooprex-service-right {
    margin-top: 60px;
  }
  /* Home - Goal CSS */
  .wooprex-goal-section .goal-right {
    padding: 40px 20px 0px 20px;
  }
  .wooprex-goal-section .wooprex-goal-details {
    display: flex;
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .wooprex-goal-section .wooprex-goal-details .goal-item:last-child {
    margin-bottom: 0;
  }
  /* Home - Client CSS */
  .wooprex-client-section {
    padding-top: 50px;
    padding-bottom: 100px;
    margin-bottom: 0;
  }
  .wooprex-client-section .client-left p {
    padding-right: 0;
  }
  .wooprex-client-section .client-right .testimonial-slider {
    padding: 50px 0px;
  }
  /* Home - FAQ CSS */
  .wooprex-faq-section {
    padding-top: 0px;
  }
  .wooprex-faq-section .faq-header {
    margin-bottom: 0px;
  }
  .wooprex-faq-section .faq-main {
    padding-top: 50px;
  }
  .wooprex-faq-section .accordion {
    padding-left: 0;
    padding-top: 40px;
  }
  .wooprex-faq-section .accordion .accordion-item button.accordion-button {
    gap: 10px;
    font-size: 14px;
    line-height: 1.6em;
  }
  .wooprex-faq-section .accordion .accordion-item .accordion-body p {
    font-size: 14px;
  }
  /* Home - Latest News CSS */
  .wooprex-latest-news.latest-news-2 {
    padding-bottom: 250px;
  }
  .wooprex-blog-item .news-description h4 {
    font-size: 20px;
    margin: 20px 0px;
  }
  /* Home - Contact CSS */
  .wooprex-contact-section .wooprex-contact {
    display: flex;
    flex-wrap: wrap;
  }
  .wooprex-contact-section .wooprex-contact .wooprex-contact-left {
    padding: 35px 20px;
    order: 2;
  }
  .wooprex-contact-section .wooprex-contact .wooprex-contact-right .right-image {
    left: 0;
    max-width: 100%;
    position: relative;
  }
  /* Home - News letter CSS */
  .wooprex-news-letter-section {
    display: block;
  }
  .wooprex-news-letter-section .subscribe-form h3 {
    font-size: 24px;
  }
  .wooprex-news-letter-2 {
    margin-top: -200px;
  }
  /**************  About Page *************/
  /* subheader css */
  .wooprex-subheader h2 {
    margin-top: 20px;
  }
  .wooprex-subheader.about h2 {
    margin-bottom: 20px;
  }
  .wooprex-subheader .subheader-wrapper {
    height: 350px;
  }
  .wooprex-subheader.consultants .subheader-wrapper:before {
    background-size: contain;
    width: 300px;
    height: 40%;
    background-repeat: no-repeat;
  }
  /* About - Counter CSS */
  .wooprex-counter-section .counter-header {
    margin-left: 0;
    padding: 0;
  }
  .wooprex-counter-section .counter-header:before {
    left: 0;
  }
  .wooprex-counter-section .wooprex-counter .counter-item {
    padding: 0;
    padding-bottom: 20px;
  }
  .wooprex-counter-section .wooprex-counter .counter-item h4 {
    font-size: 55px;
  }
  .wooprex-counter-section .wooprex-counter .counter-item p {
    font-size: 12px;
  }
  /* About - Success CSS */
  .wooprex-success-section .success-item-right {
    padding-left: 0;
    margin-top: 20px;
  }
  /* About - Business css */
  .wooprex-business-section {
    padding-top: 0px;
  }
  .wooprex-business-section .business-item {
    padding-bottom: 20px;
    padding-right: 0;
  }
  /* About - Business slider css */
  .wooprex-business-slider-section {
    margin-top: 0px;
    padding: 50px 20px 110px 20px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .wooprex-business-slider-section .business-slider-left {
    width: 100%;
    padding-right: 0;
  }
  .wooprex-business-slider-section .business-slider {
    width: 100%;
  }
  /* Consultants - Slider css */
  .wooprex-consult-team .slider-outer-wrapper {
    margin-top: 0;
  }
  .wooprex-consult-team .wooprex-swiper .swiper-navigation {
    height: 100px;
  }
  .wooprex-consultant-item {
    height: auto;
  }
  /* Consultants - Goal css */
  .wooprex-goal-section.goal-section-2 .goal-right {
    padding-top: 0px;
  }
  .wooprex-goal-section.goal-section-2 .goal-left {
    margin-top: 40px;
  }
  .wooprex-goal-section.goal-section-2 .custom-label {
    width: 68px;
    height: 28px;
    line-height: 28px;
  }
  /* Consultants - Testimonial css */
  .wooprex-consult-testimonial .consult-testimonial-item.left,
  .wooprex-consult-testimonial .consult-testimonial-item.right {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .wooprex-consult-testimonial .consult-testimonial-item.left .wooprex-avatar-wrapper {
    justify-content: center;
    gap: 20px;
  }
  .wooprex-consult-testimonial .consult-testimonial-item.left .wooprex-avatar-wrapper .avatar.one {
    height: 150px;
  }
  .wooprex-consult-testimonial .consult-testimonial-item.left .wooprex-avatar-wrapper .avatar.two,
  .wooprex-consult-testimonial .consult-testimonial-item.left .wooprex-avatar-wrapper .avatar.three {
    height: 300px;
  }
  .wooprex-consult-testimonial .consult-testimonial-item.left .swiper-navigation {
    height: 130px;
    width: 130px;
  }
  .wooprex-consult-testimonial .consult-testimonial-item.left .swiper-navigation .swiper-button-prev:after,
  .wooprex-consult-testimonial .consult-testimonial-item.left .swiper-navigation .swiper-button-next:after {
    font-size: 32px;
  }
  .wooprex-consult-testimonial .consult-testimonial-item.right h3 {
    margin-bottom: 15px;
    font-size: 40px;
  }
  .wooprex-consult-testimonial .consult-testimonial-item.right blockquote:before {
    height: 100%;
  }
  .wooprex-consult-testimonial .consult-testimonial-item.right blockquote,
  .wooprex-consult-testimonial .consult-testimonial-item.right .client-avatar {
    margin-top: 40px;
  }
  /**************  Pricing Page *************/
  .wooprex-price-section .price-header h3 {
    margin: 30px 0px;
  }
  .wooprex-price-section .price-header h4,
  .wooprex-price-section .wooprex-price-bottom .price-bottom-tab button {
    font-size: 14px;
  }
  .wooprex-price-section .wooprex-price-bottom .price-bottom-tab button.yearly span {
    font-size: 10px;
  }
  .wooprex-price-section .wooprex-price-bottom .price-item {
    padding: 20px 15px;
  }
  .wooprex-price-section .wooprex-price-bottom .price-item h5 {
    font-size: 24px;
  }
  .wooprex-price-section .wooprex-price-bottom .price-item p,
  .wooprex-price-section .wooprex-price-bottom .price-item a {
    font-size: 12px;
  }
  .wooprex-price-section .wooprex-price-bottom .price-item h4 {
    font-size: 40px;
  }
  .wooprex-price-section .wooprex-price-bottom .price-item ul li {
    gap: 15px;
    font-size: 12px;
  }
  /**************  Service Page *************/
  /* Service -  Unique css  */
  .wooprex-unique-business .unique-right {
    margin-left: 0;
    padding: 25px;
  }
  .wooprex-unique-business .unique-left .unique-left-inner.inner-three {
    justify-content: center;
    padding: 0px 15px;
    margin-top: 0;
    flex-direction: column;
  }
  .wooprex-unique-business .unique-left .unique-left-inner.inner-three img {
    margin-top: -40px;
  }
  .wooprex-unique-business .unique-left .unique-left-inner .unique-left-inner-text {
    padding: 10px 0px;
  }
  /* Service -  Offer css  */
  .wooprex-offer-section .offer-header h3 {
    font-size: 24px;
  }
  .wooprex-offer-section .offer-left {
    padding-right: 0;
  }
  /* Service -  Impression css  */
  .wooprex-impression-section .impression-item h5 {
    margin-bottom: 15px;
  }
  .wooprex-impression-section.impression-two .impression-item {
    padding: 15px;
  }
  .wooprex-impression-section.impression-two .impression-bg {
    margin-bottom: 30px;
    height: 300px;
  }
  /* Service -  Popup css  */
  .wooprex-popup .media-player a {
    width: 110px;
    height: 110px;
    margin: 0 auto;
  }
  .wooprex-popup .media-player a i {
    font-size: 30px;
  }
  .wooprex-popup .media-player a::before {
    width: 130px;
    height: 130px;
  }
  .wooprex-popup.popup-3 .popup-bg-wrapper {
    height: 500px;
  }
  /**************  Contact Page *************/
  .wooprex-google-map iframe {
    height: 350px;
  }
  .wooprex-contact-two-section .wooprex-contact-left {
    padding: 0;
  }
  .wooprex-contact-two-section .wooprex-contact-left:after {
    display: none;
  }
  .wooprex-contact-two-section .wooprex-contact-left ul {
    margin: 30px 0px;
  }
  .wooprex-contact-two-section .wooprex-contact-right {
    margin-top: 20px;
    padding-left: 0;
  }
  /**************  Pagination *************/
  .wooprex-pagination {
    gap: 20px;
    margin-top: 40px;
  }
  .wooprex-pagination a.prev {
    margin-right: 10px;
  }
  .wooprex-pagination a.next {
    margin-left: 15px;
  }
  /* Footer CSS */
  .wooprex-footer {
    padding-top: 50px;
  }
  .wooprex-footer .wooprex-footer-left:before,
  .wooprex-footer .wooprex-footer-left:after,
  .wooprex-footer .footer-middle-left:before,
  .wooprex-footer .footer-middle-left:after,
  .wooprex-footer .footer-middle-right:before,
  .wooprex-footer .footer-middle-right:after,
  .wooprex-footer .wooprex-footer-right:before,
  .wooprex-footer .wooprex-footer-right:after {
    display: none !important;
  }
  .wooprex-footer ul {
    margin-top: 25px;
  }
  .wooprex-footer .wooprex-footer-left,
  .wooprex-footer .footer-middle-left,
  .wooprex-footer .footer-middle-right {
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 0;
  }
  .wooprex-footer .wooprex-footer-left .logo {
    margin-bottom: 30px;
  }
  .wooprex-footer .wooprex-footer-left .footer-follow-us {
    margin-top: 25px;
  }
  .wooprex-footer .footer-middle-right {
    padding-left: 0;
  }
  .wooprex-footer .wooprex-footer-right {
    padding-left: 0;
    padding-top: 0;
  }
  /***************** Single Team ******************/
  .wooprex-team-details-section .team-top-wrapper .row {
    row-gap: 40px;
  }
  .wooprex-team-details-section .team-top-wrapper .team-description h2 {
    font-size: 28px;
  }
  .wooprex-team-details-section .team-top-wrapper .team-description h4 {
    font-size: 18px;
  }
  .wooprex-team-details-section .team-bottom-wrapper .row {
    row-gap: 40px;
  }
  .wooprex-team-details-section .team-bottom-wrapper h3 {
    font-size: 30px;
  }
  .wooprex-team-details-section .team-bottom-wrapper .bottom-left .counter-section {
    padding: 20px;
  }
  .wooprex-team-details-section .team-bottom-wrapper .bottom-left .counter-section h4 {
    margin-bottom: 6px;
  }
  .wooprex-team-details-section .team-bottom-wrapper .bottom-right {
    padding-left: 0;
  }
  /***************** 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: 14px;
  }
  /***************** 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 .wooprex-countdown {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    gap: 22px;
    padding: 25px 15px;
  }
  .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;
  }
  /***************** ERROR PAGE *******************/
  .wooprex-error-section {
    padding: 100px 0px;
  }
  .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;
  }
  /***************** SERVICE DETAILS PAGE *******************/
  .wooprex-choose-us-section .section-header {
    margin-bottom: 40px;
  }
  .wooprex-choose-us-section .section-header .sub-header {
    font-size: 16px;
  }
  .wooprex-choose-item {
    height: 380px;
  }
  .wooprex-choose-item .inner span {
    font-size: 90px;
  }
  .wooprex-choose-item .inner h3 {
    font-size: 20px;
  }
  .wooprex-choose-item .inner p {
    font-size: 15px;
  }
  .wooprex-brand-section .section-header {
    margin-bottom: 50px;
  }
  .wooprex-brand-section .section-header .sub-header {
    font-size: 16px;
  }
  .wooprex-brand-section .brand-main-wrapper .row {
    row-gap: 30px;
  }
  .wooprex-brand-section .brand-main-wrapper .row .row {
    row-gap: 0px;
  }
  .wooprex-brand-item .brand-description {
    padding-bottom: 30px;
    border-bottom: 1px solid #e8e2d1;
    padding-top: 0;
  }
  .wooprex-brand-item .brand-description .icon {
    width: 18%;
  }
  .wooprex-brand-item .brand-description .icon i {
    font-size: 36px;
  }
  .wooprex-brand-item .brand-description .details {
    border: none;
    padding-bottom: 0;
    width: 82%;
  }
  .wooprex-brand-item .brand-description .details h3 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .wooprex-brand-item .brand-image {
    position: relative;
    height: 0;
    margin: 0;
  }
  .wooprex-brand-item:hover .brand-image {
    height: 300px;
    margin-top: 30px;
  }
  .wooprex-brand-item.item-4:hover .brand-description {
    padding-bottom: 30px;
    border-bottom: 1px solid #e8e2d1;
  }
  .wooprex-brand-item.item-4 .brand-description {
    padding-bottom: 0;
    border-bottom: none;
  }
  /***************** PORTFOLIO DETAILS PAGE *******************/
  .wooprex-portfolio-details-section .section-header h5 {
    margin-bottom: 20px;
  }
  .wooprex-portfolio-details-section .section-header p {
    gap: 10px;
  }
  .wooprex-portfolio-details-section .section-header p a {
    padding-right: 10px;
    font-size: 14px;
  }
  .wooprex-portfolio-details-section .portfolio-details-main-wrapper {
    row-gap: 30px;
  }
  .wooprex-portfolio-details-section .portfolio-details-main-wrapper .row {
    row-gap: 30px;
  }
  .wooprex-portfolio-details-section .portfolio-thumbnail-image {
    height: 400px;
  }
  .wooprex-portfolio-details-section .portfolio-image {
    height: 400px;
  }
  .wooprex-portfolio-details-section .portfolio-description h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .wooprex-portfolio-details-section .portfolio-description h5 {
    font-size: 18px;
  }
  .wooprex-portfolio-details-section .portfolio-description .portfolio-meta {
    padding-left: 0;
    row-gap: 20px;
  }
  .wooprex-portfolio-details-section .portfolio-description .text-bottom {
    padding-left: 0;
  }
  /*********************** BLOG ************************/
  .wooprex-blog-list-section .row .row {
    row-gap: 30px;
  }
  .wooprex-blog-list-section.no-sidebar .row {
    row-gap: 30px;
  }
  .wooprex-blog-item .news-image {
    height: 400px;
  }
  /*********************** BLOG DETAILS ************************/
  .wooprex-blog-details {
    gap: 30px;
  }
  .wooprex-blog-details > h1 {
    font-size: 32px;
  }
  .wooprex-blog-details h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .wooprex-blog-details .wooprex-blog-thumbnail {
    height: 400px;
  }
  .wooprex-blog-details .wooprex-blog-quote {
    height: auto;
  }
  .wooprex-blog-details .wooprex-blog-quote:before {
    width: 50px;
    height: 50px;
    left: 0;
  }
  .wooprex-blog-details .wooprex-blog-quote blockquote {
    padding-left: 60px;
    padding-right: 0;
    font-size: 15px;
  }
  /* RECENT BLOG */
  .wooprex-recent-blog h2 {
    font-size: 32px;
    margin-bottom: 40px;
  }
  /*********************** SIDEBAR *************************/
  .wooprex-sidebar {
    padding: 40px 0px 0px 0px !important;
    margin-top: 40px;
    border-top: 1px solid #e8e2d1;
    gap: 30px;
  }
  .wooprex-sidebar .sidebar-title {
    margin-bottom: 20px;
  }
  /* 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: 17px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-metadata {
    margin-left: 75px;
    margin-top: -23px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-metadata a {
    font-size: 14px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-awaiting-moderation {
    margin-left: 75px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-content {
    margin-left: 75px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .reply {
    margin-left: 75px;
    margin-top: 16px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .reply .comment-reply-link {
    padding: 5px 35px;
  }
  .wooprex-blog-comment .comment-list .comment .children {
    margin-left: 0px;
    margin-top: 40px;
  }
  .wooprex-blog-comment .comment-respond {
    margin-top: 50px;
  }
  .wooprex-blog-comment .comment-respond .comment-reply-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .wooprex-blog-comment .comment-respond form.comment-form p.comment-notes {
    margin-bottom: 50px;
  }
  .wooprex-blog-comment .comment-respond form.comment-form p.logged-in-as {
    margin-bottom: 50px;
  }
  /* Pagination ************/
  .wooprex-pagination ul.page-numbers {
    gap: 12px;
  }
  .wooprex-pagination ul.page-numbers li a.page-numbers,
  .wooprex-pagination ul.page-numbers li span.page-numbers.current {
    width: 45px;
    height: 45px;
  }
}
@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;
  }
}