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

	* Fonts, variable and abstracts 
    * Reset css styles 
    * All components style
        * preload 
        * header  
        * footer
        * nav/mega menu
        * slider
        * button
        * team
        * testimonial
        * accordion
        * tab
        * form
        * popup
        * post
        * comment
        * avatar
        * product
        * category
        * featured
        * marquee 
    * All pages styles
        * home page
        * about page
        * services page
        * contact page
        * portfolio page
        * team page
        * testimonial page
        * blog pages
        * product page
        * coming soon page
        * 404 error page 
        * faq page 
    * Woocommerce styles
    * Responsive styles
   --------------- ********w********* --------------
   --------------- ********x********* -------------- */
/*-- Fonts, variable and abstracts -- */
/*-- fonts -- */
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Momo+Trust+Sans:wght@200..800&display=swap");
/*-- variable -- */
/*-- mixin -- */
/*-- Reset css styles  -- */
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: "DM Sans", serif;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
  overflow-x: clip;
  background-color: #ffffff;
  color: #121212;
}

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: 1460px;
}

/* -- 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: "DM Sans", serif;
  border: 1px solid;
  outline: 0;
  box-shadow: none;
  font-size: 16px;
  border-radius: 0px;
  padding: 10px 18px;
  width: 100%;
  height: 50px;
  background: transparent;
  font-weight: 400;
  color: #121212;
  border-color: #9ca7b0;
  border-radius: 5px;
}
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: #121212;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 16px;
}
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: #121212;
  transition: all 0.3s ease;
  font-size: 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 {
  border-color: #0066FF;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

a {
  transition: all 0.3s ease;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  color: #121212;
  font-weight: 400;
}
a:focus, a:hover {
  text-decoration: none;
  outline: 0;
  color: #0066FF;
}

label {
  font-weight: 600;
}

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

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

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

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

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

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

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

.padding-right {
  padding-right: 20px;
}

.padding-left {
  padding-left: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*-- All components style -- */
/*-- header -- */
/* Start Wooprex Header & Light header */
header.wooprex-header-section {
  width: 100%;
  top: 0px;
  z-index: 9999;
  transition: top 0.6s, background 0.4s, box-shadow 0.4s, padding 0.3s;
  background-color: #ffffff;
}
header.wooprex-header-section.sticky {
  position: fixed !important;
  top: 0px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  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;
  }
}
/*-- button -- */
.wooprex-btn {
  min-width: 180px;
  height: 50px;
  padding: 0px 25px;
  border: 1px solid #121212;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  gap: 8px;
  background-color: #121212;
  color: #ffffff;
  border-radius: 5px;
  font-family: "Momo Trust Sans", sans-serif;
  font-size: 15px;
  letter-spacing: 0.2px;
}
.wooprex-btn i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: all 0.3s ease;
}
.wooprex-btn:hover {
  background-color: transparent;
  color: #121212;
}
.wooprex-btn:hover i {
  transform: translateX(3px);
}
.wooprex-btn.outline {
  color: #0066FF;
  background-color: transparent;
  border-color: #0066FF;
}
.wooprex-btn.outline:hover {
  background-color: #0066FF;
  color: #ffffff;
}
.wooprex-btn.fill {
  color: #ffffff;
  background-color: #0066FF;
  border-color: #0066FF;
}
.wooprex-btn.fill:hover {
  background-color: transparent;
  color: #0066FF;
}
.wooprex-btn.white-btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #0066FF;
}
.wooprex-btn.white-btn:hover {
  background-color: transparent;
  color: #ffffff;
}

.wooprex-btn-2 {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  transition: all 0.3s ease;
  color: #0066FF;
  font-size: 18px;
  font-family: "Momo Trust Sans", sans-serif;
}
.wooprex-btn-2 span {
  width: 50px;
  height: 50px;
  background-color: #0066FF;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  border: 1px solid #0066FF;
  border-radius: 5px;
}
.wooprex-btn-2 span i {
  font-size: 18px;
  color: #ffffff;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wooprex-btn-2:hover span {
  background-color: transparent;
}
.wooprex-btn-2:hover span i {
  color: #0066FF;
  transform: translateX(3px);
}

/*-- footer -- */
.wooprex-footer-section {
  background-color: #121212;
  overflow: hidden;
}
.wooprex-footer-section .middle {
  padding-left: 0;
  border-right: 1px solid #3D3C3C;
}
.wooprex-footer-section .middle .middle-top {
  border-bottom: 1px solid #3D3C3C;
}
.wooprex-footer-section .middle .middle-top .wooprex-footer-item {
  padding: 70px 0px 65px 25px;
}
.wooprex-footer-section .middle .middle-top .wooprex-footer-item.middle-item-1 {
  padding-left: 40px;
}
.wooprex-footer-section .middle .middle-bottom .wooprex-footer-item {
  padding: 70px 0px 70px 25px;
}
.wooprex-footer-section .middle .middle-bottom .wooprex-footer-item.middle-item-3 {
  padding-left: 40px;
}
.wooprex-footer-section .middle .middle-bottom .wooprex-footer-item ul {
  height: 100%;
  justify-content: flex-end;
}
.wooprex-footer-section .inner-main-wrapper {
  position: relative;
}
.wooprex-footer-section .inner-main-wrapper .footer-bg-shape {
  position: absolute;
  right: 0px;
  bottom: 10px;
  max-width: 470px;
  animation: loopround 7s linear infinite;
}
.wooprex-footer-section .bottom-copyright {
  display: none;
}
.wooprex-footer-section .bottom-copyright .copyright {
  color: #687077;
  font-size: 14px;
}

.wooprex-footer-item {
  height: 100%;
  position: relative;
  z-index: 2;
}
.wooprex-footer-item h3,
.wooprex-footer-item h4,
.wooprex-footer-item h5 {
  color: #ffffff;
}
.wooprex-footer-item p {
  color: #C2CAD1;
}
.wooprex-footer-item a {
  color: #C2CAD1;
}
.wooprex-footer-item a:hover {
  color: #0066FF;
}
.wooprex-footer-item h4 {
  font-size: 18px;
  margin-bottom: 18px;
}
.wooprex-footer-item.left {
  padding-top: 70px;
  padding-bottom: 70px;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  row-gap: 60px;
  border-right: 1px solid #3D3C3C;
}
.wooprex-footer-item.left .top p {
  max-width: 310px;
  line-height: 1.4em;
}
.wooprex-footer-item.middle-item-1 {
  border-right: 1px solid #3D3C3C;
}
.wooprex-footer-item.right {
  padding: 70px 0px 70px 40px;
}
.wooprex-footer-item.right p {
  max-width: 300px;
  margin-bottom: 20px;
}
.wooprex-footer-item.right form {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}
.wooprex-footer-item.right form input[type=email] {
  color: #ffffff;
  border-color: #0066FF;
}
.wooprex-footer-item.right form input[type=email]::-moz-placeholder {
  color: #C2CAD1;
}
.wooprex-footer-item.right form input[type=email]::placeholder {
  color: #C2CAD1;
}
.wooprex-footer-item.right form .wooprex-btn {
  min-width: auto;
  width: 50px;
  height: 50px;
}
.wooprex-footer-item .copyright {
  color: #687077;
}
.wooprex-footer-item .footer-logo {
  margin-bottom: 20px;
}
.wooprex-footer-item .footer-logo .logo {
  max-width: 170px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .wooprex-footer-item .footer-logo .logo {
    max-width: 130px;
  }
}
.wooprex-footer-item .footer-logo .logo img {
  width: 100%;
  height: 100%;
}
.wooprex-footer-item .wooprex-follow-us h5 {
  margin-bottom: 15px;
}
.wooprex-footer-item .wooprex-follow-us ul {
  flex-direction: row;
}
.wooprex-footer-item .wooprex-follow-us ul li a:hover {
  color: #0066FF;
}
.wooprex-footer-item ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  row-gap: 8px;
}
.wooprex-footer-item ul li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  overflow-wrap: anywhere;
  transition: all 0.6s ease;
}
.wooprex-footer-item ul li a i {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wooprex-footer-item ul li a:hover {
  transform: translateX(6px);
}
.wooprex-footer-item h3 {
  font-size: 24px;
  line-height: 1em;
  margin-bottom: 10px;
}

@keyframes loopround {
  0% {
    transform: translateY(0) translateX(0);
  }
  50% {
    transform: translateY(0px) translateX(70px);
  }
  100% {
    transform: translateY(0) translateX(0);
  }
}
/*-- nav/mega menu -- */
/* Wooprex menu css that applies to all section */
header.wooprex-header-section .header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header.wooprex-header-section .header-main .header-logo .logo {
  max-width: 170px;
  min-width: 150px;
  display: block;
}
header.wooprex-header-section .header-main .header-logo .logo img {
  width: 100%;
  height: 100%;
}
header.wooprex-header-section .header-main .header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}

.wooprex-desktop-menu ul.box-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  gap: 35px;
  flex-wrap: wrap;
}
.wooprex-desktop-menu ul.box-nav li.menu-item {
  position: relative;
}
.wooprex-desktop-menu ul.box-nav li.menu-item:hover > a.item-link, .wooprex-desktop-menu ul.box-nav li.menu-item.active > a.item-link {
  color: #0066FF;
}
.wooprex-desktop-menu ul.box-nav li.menu-item a.item-link {
  color: #121212;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 35px 0px;
  position: relative;
  font-weight: 500;
}
.wooprex-desktop-menu ul.box-nav li.menu-item a.item-link i {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  font-size: 20px;
}
.wooprex-desktop-menu ul.box-nav li.menu-item.has-megamenu.active a.item-link i {
  transform: rotate(180deg);
}
.wooprex-desktop-menu ul.box-nav li.menu-item.default-dropdown:hover a.item-link i {
  transform: rotate(180deg);
}
.wooprex-desktop-menu ul.box-nav li.menu-item.default-dropdown > ul.sub-menu {
  left: 0px;
  top: 90px;
}
.wooprex-desktop-menu ul.box-nav li.menu-item.default-dropdown ul.sub-menu {
  position: absolute;
  width: 240px;
  padding: 20px 0px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
  background-color: #FBFBFF;
  border: 1px solid #FBFBFF;
  box-shadow: 0px 14px 28px 0px rgba(6, 23, 106, 0.0784313725);
  z-index: 11;
}
.wooprex-desktop-menu ul.box-nav li.menu-item.default-dropdown ul.sub-menu li {
  padding: 6px 25px;
  position: relative;
}
.wooprex-desktop-menu ul.box-nav li.menu-item.default-dropdown ul.sub-menu li:hover > a.sub-menu-link, .wooprex-desktop-menu ul.box-nav li.menu-item.default-dropdown ul.sub-menu li.active > a.sub-menu-link {
  color: #0066FF;
}
.wooprex-desktop-menu ul.box-nav li.menu-item.default-dropdown ul.sub-menu li:hover > a.sub-menu-link:before, .wooprex-desktop-menu ul.box-nav li.menu-item.default-dropdown ul.sub-menu li.active > a.sub-menu-link:before {
  width: 15px;
  opacity: 1;
  visibility: visible;
}
.wooprex-desktop-menu ul.box-nav li.menu-item.default-dropdown ul.sub-menu li a.sub-menu-link {
  padding: 2px 0px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #121212;
  text-transform: capitalize;
  font-size: 16px;
  position: relative;
  font-weight: 500;
  gap: 5px;
}
.wooprex-desktop-menu ul.box-nav li.menu-item.default-dropdown ul.sub-menu li a.sub-menu-link i {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  font-size: 12px;
}
.wooprex-desktop-menu ul.box-nav li.menu-item.default-dropdown ul.sub-menu li a.sub-menu-link:before {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0%;
  background-color: #0066FF;
  transition: all 0.6s ease;
  opacity: 0;
  visibility: hidden;
  height: 1px;
  width: 0px;
}
.wooprex-desktop-menu ul.box-nav li.menu-item.default-dropdown ul.sub-menu li > ul.sub-menu {
  right: -220px;
  top: 0;
}
.wooprex-desktop-menu ul.box-nav li.menu-item.default-dropdown ul.sub-menu li:hover > a.sub-menu-link i {
  transform: rotate(180deg);
}
.wooprex-desktop-menu ul.box-nav li.menu-item.default-dropdown ul.sub-menu li:hover > ul.sub-menu {
  right: -240px;
  opacity: 1;
  visibility: visible;
}
.wooprex-desktop-menu ul.box-nav li.menu-item.default-dropdown:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
}

/* Start Wooprex mobile menu */
.wooprex-mobile-menu {
  width: 350px;
  max-width: 100%;
  height: 100%;
  background-color: #ffffff;
  position: fixed;
  left: 0%;
  transform: translateX(-110%);
  top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0px 0px 5px 0px rgba(6, 23, 106, 0.0784313725);
  transition: all 0.6s ease;
  overflow-y: auto;
  z-index: 999;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 50px;
}
.wooprex-mobile-menu ul.box-nav {
  margin-top: 60px;
}
.wooprex-mobile-menu ul.box-nav li.menu-item {
  padding: 0px 20px;
}
.wooprex-mobile-menu ul.box-nav li.menu-item:hover > a.item-link, .wooprex-mobile-menu ul.box-nav li.menu-item.active > a.item-link {
  color: #0066FF;
}
.wooprex-mobile-menu ul.box-nav li.menu-item a.item-link {
  padding: 10px 0px;
  display: block;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #121212;
  transition: all 0.3s ease;
  gap: 5px;
}
.wooprex-mobile-menu ul.box-nav li.menu-item a.item-link i {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  transform: rotate(-90deg);
}
.wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu {
  padding-bottom: 10px;
}
.wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu ul.sub-menu {
  padding-bottom: 0;
}
.wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu li {
  padding-left: 10px;
}
.wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu li:hover > a.sub-menu-link, .wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu li.active > a.sub-menu-link {
  color: #0066FF;
}
.wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu li a.sub-menu-link {
  display: block;
  padding: 6px 0px;
  color: #121212;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.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 a.item-link:not(.collapsed) i,
.wooprex-mobile-menu ul.box-nav li.menu-item a.sub-menu-link:not(.collapsed) i {
  transform: rotate(0deg) !important;
}
.wooprex-mobile-menu .bottom-link {
  display: none;
  padding: 0px 20px;
  text-align: center;
}
.wooprex-mobile-menu.show {
  transform: translateX(0%);
}

.item-link.link-active {
  color: #0066FF !important;
}

.wooprex-mega-menu {
  position: fixed;
  top: 94px;
  left: 0;
  width: 100%;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  border-top: 1px solid #CCD3E1;
}
.wooprex-mega-menu.active {
  opacity: 1;
  visibility: visible;
}
.wooprex-mega-menu .mega-menu-wrapper .mega-menu-parent {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 60px;
  padding: 20px 0px;
}
.wooprex-mega-menu .mega-menu-wrapper .mega-menu-parent > li {
  position: relative;
}
.wooprex-mega-menu .mega-menu-wrapper .mega-menu-parent > li.active > a {
  color: #0066FF;
}
.wooprex-mega-menu .mega-menu-wrapper .mega-menu-parent > li.active > .mega-menu-body {
  display: block;
}
.wooprex-mega-menu .mega-menu-body {
  position: fixed;
  background: #ffffff;
  width: 100%;
  left: 0;
  top: 159px;
  border-top: 1px solid #CCD3E1;
  display: none;
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.1);
}
.wooprex-mega-menu .mega-menu-body .wooprex-service-categories {
  height: 100%;
}
.wooprex-mega-menu .mega-menu-body ul.sub-menu {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.wooprex-mega-menu .mega-menu-body ul.sub-menu li:nth-child(odd) a.sub-menu-link {
  background-color: #EFF6FF;
}
.wooprex-mega-menu .mega-menu-body ul.sub-menu li:nth-child(even) a.sub-menu-link {
  background-color: #F6FAFF;
}
.wooprex-mega-menu .mega-menu-body ul.sub-menu li.active a.sub-menu-link, .wooprex-mega-menu .mega-menu-body ul.sub-menu li:hover a.sub-menu-link {
  color: #0066FF;
}
.wooprex-mega-menu .mega-menu-body ul.sub-menu li.active a.sub-menu-link i.flaticon-arrows, .wooprex-mega-menu .mega-menu-body ul.sub-menu li:hover a.sub-menu-link i.flaticon-arrows {
  transform: translateX(0px);
  opacity: 1;
  visibility: visible;
}
.wooprex-mega-menu .mega-menu-body ul.sub-menu li.active a.sub-menu-link span i, .wooprex-mega-menu .mega-menu-body ul.sub-menu li:hover a.sub-menu-link span i {
  border-color: #0066FF;
}
.wooprex-mega-menu .mega-menu-body ul.sub-menu li a.sub-menu-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  padding: 16px 15px;
  gap: 20px;
}
.wooprex-mega-menu .mega-menu-body ul.sub-menu li a.sub-menu-link i {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s ease;
}
.wooprex-mega-menu .mega-menu-body ul.sub-menu li a.sub-menu-link i.flaticon-arrows {
  font-size: 20px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-30px);
}
.wooprex-mega-menu .mega-menu-body ul.sub-menu li a.sub-menu-link > span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  width: 80%;
}
.wooprex-mega-menu .mega-menu-body ul.sub-menu li a.sub-menu-link > span i {
  font-size: 30px;
  width: 40px;
  height: 40px;
  border: 1px solid #121212;
}
.wooprex-mega-menu .mega-menu-body ul.sub-menu li a.sub-menu-link > span span {
  width: 80%;
}
.wooprex-mega-menu .mega-menu-body .wooprex-service-list {
  padding: 0px 0px 20px 0px;
  overflow: hidden;
  overflow-y: auto;
  min-height: 350px;
  max-height: 600px;
  position: relative;
}
.wooprex-mega-menu .mega-menu-body .wooprex-service-list:before {
  content: "";
  background-image: url(../assets/shape/shape-30.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.wooprex-mega-menu .mega-menu-body .wooprex-service-list .service-details {
  display: none;
  position: relative;
  z-index: 2;
}
.wooprex-mega-menu .mega-menu-body .wooprex-service-list .service-details.active {
  display: block;
}

/*-- menu bar -- */
.wooprex-menu-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

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

.mobile-menu-bar-close {
  position: absolute;
  right: 0;
  margin-right: 15px;
  cursor: pointer;
}
.mobile-menu-bar-close i {
  font-size: 24px;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-menu-bar-close:hover i {
  animation: wooprexDraw 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}

/*-- heading/subheading -- */
.section-header {
  margin-bottom: 55px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.section-header.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.header {
  font-size: 45px;
  font-weight: 600;
  line-height: 1.1em;
}

.sub-header {
  font-size: 16px;
  line-height: 1.4em;
}

/*-- Breadcrumb -- */
.wooprex-breadcrumb-section {
  position: relative;
  overflow: hidden;
}
.wooprex-breadcrumb-section .bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 23%;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #F6FAFF;
  z-index: 1;
}
.wooprex-breadcrumb-section .breadcrumb-main-wrapper {
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #F6FAFF;
}
.wooprex-breadcrumb-section .breadcrumb-main-wrapper .breadcrumb-text {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 70%;
  position: relative;
  z-index: 5;
}
.wooprex-breadcrumb-section .breadcrumb-main-wrapper .breadcrumb-text .menu {
  width: 30%;
}
.wooprex-breadcrumb-section .breadcrumb-main-wrapper .breadcrumb-text .menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-rl;
  transform: scale(-1);
  gap: 5px;
}
.wooprex-breadcrumb-section .breadcrumb-main-wrapper .breadcrumb-text .menu ul li .page {
  color: #848484;
  font-weight: 500;
}
.wooprex-breadcrumb-section .breadcrumb-main-wrapper .breadcrumb-text .menu ul li .page:hover {
  color: #0066FF;
}
.wooprex-breadcrumb-section .breadcrumb-main-wrapper .breadcrumb-text .menu ul li .page.current {
  color: #121212;
}
.wooprex-breadcrumb-section .breadcrumb-main-wrapper .breadcrumb-text .details {
  width: 70%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}
.wooprex-breadcrumb-section .breadcrumb-main-wrapper .breadcrumb-text .details h1 {
  font-size: 50px;
  font-weight: 600;
  line-height: 1em;
}
.wooprex-breadcrumb-section .breadcrumb-main-wrapper .breadcrumb-text .details p {
  max-width: 510px;
  font-size: 18px;
}
.wooprex-breadcrumb-section .breadcrumb-main-wrapper .breadcrumb-image {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
}
.wooprex-breadcrumb-section .breadcrumb-main-wrapper .breadcrumb-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wooprex-breadcrumb-section-2 {
  background-color: #0066FF;
  position: relative;
  overflow: hidden;
}
.wooprex-breadcrumb-section-2:before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../assets/shape/shape-1.svg);
}
.wooprex-breadcrumb-section-2 .inner-main-wrapper {
  padding: 30px 0px;
  position: relative;
  z-index: 2;
}
.wooprex-breadcrumb-section-2 .inner-main-wrapper .bg-shape {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  z-index: 2;
  width: 180px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-breadcrumb-section-2 .breadcrumb-text {
  display: flex;
  flex-direction: column;
  gap: 60px;
  position: relative;
  z-index: 2;
}
.wooprex-breadcrumb-section-2 .breadcrumb-text .menu ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  color: #ffffff;
}
.wooprex-breadcrumb-section-2 .breadcrumb-text .menu ul li .page {
  color: #ffffff;
}
.wooprex-breadcrumb-section-2 .breadcrumb-text .menu ul li .page:hover {
  color: #121212;
}
.wooprex-breadcrumb-section-2 .breadcrumb-text .menu ul li .page.current {
  color: #ffffff;
}
.wooprex-breadcrumb-section-2 .breadcrumb-text .details h5 {
  font-size: 20px;
  color: #ffffff;
  font-weight: 400;
}
.wooprex-breadcrumb-section-2 .breadcrumb-text .details h1 {
  font-size: 65px;
  font-weight: 400;
  color: #ffffff;
  margin: 15px 0px;
}
.wooprex-breadcrumb-section-2 .breadcrumb-text .details p {
  margin: 0px 0px 30px 0px;
  color: #ffffff;
  max-width: 500px;
}
.wooprex-breadcrumb-section-2 .breadcrumb-image {
  height: 650px;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.wooprex-breadcrumb-section-2 .breadcrumb-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-breadcrumb-section-2.talk-page {
  position: relative;
}
.wooprex-breadcrumb-section-2.talk-page .inner-main-wrapper {
  padding: 70px 0px;
}
.wooprex-breadcrumb-section-2.talk-page .bg-shape {
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  z-index: 2;
  width: 180px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-breadcrumb-section-2.talk-page .breadcrumb-text .details p {
  max-width: 100%;
}

.wooprex-breadcrumb-section-3 {
  padding-top: 50px;
  padding-bottom: 40px;
}
.wooprex-breadcrumb-section-3 .breadcrumb-text {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.wooprex-breadcrumb-section-3 .breadcrumb-text .menu ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}
.wooprex-breadcrumb-section-3 .breadcrumb-text .menu ul li .page {
  color: #687077;
}
.wooprex-breadcrumb-section-3 .breadcrumb-text .menu ul li .page.current {
  color: #121212;
}
.wooprex-breadcrumb-section-3 .breadcrumb-text .menu ul li a.page:hover {
  color: #0066FF;
}
.wooprex-breadcrumb-section-3 .breadcrumb-text .details {
  max-width: 1000px;
}
.wooprex-breadcrumb-section-3 .breadcrumb-text .details h1 {
  font-size: 50px;
  font-weight: 400;
}
.wooprex-breadcrumb-section-3 .breadcrumb-text .details p {
  font-size: 20px;
  margin-top: 10px;
  max-width: 600px;
}

/*-- slider -- */
.wooprex-swiper-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 55px;
}
.wooprex-swiper-navigation .swiper-button-prev,
.wooprex-swiper-navigation .swiper-button-next {
  color: #ffffff;
  width: 50px;
  height: 50px;
  position: static;
  transform: inherit;
  margin: 0;
  transition: all 0.3s ease;
  border-radius: 5px;
}
.wooprex-swiper-navigation .swiper-button-prev:after,
.wooprex-swiper-navigation .swiper-button-next:after {
  font-family: "flaticon_bizconix";
  font-size: 18px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wooprex-swiper-navigation .swiper-button-prev {
  background-color: #121212;
  border: 1px solid #121212;
}
.wooprex-swiper-navigation .swiper-button-prev:after {
  content: "\f15e";
}
.wooprex-swiper-navigation .swiper-button-prev:hover {
  background-color: transparent;
  color: #121212;
}
.wooprex-swiper-navigation .swiper-button-next {
  background-color: #0066FF;
  border: 1px solid #0066FF;
}
.wooprex-swiper-navigation .swiper-button-next:after {
  content: "\f159";
}
.wooprex-swiper-navigation .swiper-button-next:hover {
  background-color: transparent;
  color: #0066FF;
}
.wooprex-swiper-navigation.style-2 {
  position: relative;
  gap: 100px;
}
.wooprex-swiper-navigation.style-2 .swiper-button-prev,
.wooprex-swiper-navigation.style-2 .swiper-button-next {
  background-color: transparent;
  border: 1px solid #0066FF;
  color: #0066FF;
}
.wooprex-swiper-navigation.style-2 .swiper-button-prev:hover,
.wooprex-swiper-navigation.style-2 .swiper-button-next:hover {
  background-color: #0066FF;
  color: #ffffff;
}
.wooprex-swiper-navigation.style-2 .swiper-pagination {
  font-size: 18px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: inherit;
}
.wooprex-swiper-navigation.style-2 .swiper-pagination .swiper-pagination-current {
  color: #0066FF;
  font-size: 28px;
}

.wooprex-testimonial-section.style-1 .wooprex-swiper-navigation, .wooprex-testimonial-section.style-2 .wooprex-swiper-navigation {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
}
.wooprex-testimonial-section.style-3 .wooprex-swiper-navigation {
  justify-content: flex-start;
}

.wooprex-latest-journal-section .top-swiper-button {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.wooprex-latest-journal-section .top-swiper-button .wooprex-swiper-navigation {
  margin-top: 0px;
}

@media only screen and (max-width: 575px) {
  .wooprex-testimonial-section.style-1 .wooprex-swiper-navigation, .wooprex-testimonial-section.style-2 .wooprex-swiper-navigation {
    position: relative;
    margin-top: 35px;
  }
  .wooprex-swiper-navigation {
    margin-top: 40px;
  }
  .wooprex-swiper-navigation .swiper-button-prev,
  .wooprex-swiper-navigation .swiper-button-next {
    width: 40px;
    height: 40px;
  }
  .wooprex-swiper-navigation.style-2 .swiper-pagination .swiper-pagination-current {
    font-size: 25px;
  }
}
/*-- review -- */
.wooprex-review {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.wooprex-review .rating-wrapper {
  padding-right: 10px;
  border-right: 1px solid #121212;
}
.wooprex-review .rating-wrapper h5.rating {
  font-size: 32px;
  line-height: 1em;
  margin-bottom: 7px;
}
.wooprex-review .rating-wrapper p {
  font-size: 14px;
  line-height: 1em;
}
.wooprex-review .star-wrapper h5 {
  font-size: 16px;
  margin-bottom: 2px;
}
.wooprex-review .star-wrapper .star {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 3px;
}
.wooprex-review .star-wrapper .star span i {
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wooprex-banner-section .wooprex-review .rating-wrapper {
  border-color: #72AAFF;
}
.wooprex-banner-section .wooprex-review .rating-wrapper h5,
.wooprex-banner-section .wooprex-review .rating-wrapper p,
.wooprex-banner-section .wooprex-review .rating-wrapper i,
.wooprex-banner-section .wooprex-review .star-wrapper h5,
.wooprex-banner-section .wooprex-review .star-wrapper p,
.wooprex-banner-section .wooprex-review .star-wrapper i {
  color: #ffffff;
}

.wooprex-testimonial-section.style-2 .wooprex-review .rating-wrapper h5,
.wooprex-testimonial-section.style-2 .wooprex-review .rating-wrapper p,
.wooprex-testimonial-section.style-2 .wooprex-review .rating-wrapper i,
.wooprex-testimonial-section.style-2 .wooprex-review .star-wrapper h5,
.wooprex-testimonial-section.style-2 .wooprex-review .star-wrapper p,
.wooprex-testimonial-section.style-2 .wooprex-review .star-wrapper i {
  color: #11375C;
}
.wooprex-testimonial-section.style-2 .wooprex-review .rating-wrapper p {
  margin: 0;
}
.wooprex-testimonial-section.style-2 .review-text {
  color: #11375C;
}

/*-- collaboration -- */
.wooprex-collaboration-item a {
  display: block;
}
.wooprex-collaboration-item .icon {
  width: 64px;
  height: 64px;
  border-radius: 5px;
  background-color: #0066FF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wooprex-collaboration-item .icon i {
  color: #ffffff;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s ease;
}
.wooprex-collaboration-item h3 {
  font-size: 18px;
  line-height: 1.2em;
  margin: 20px 0px 10px 0px;
  color: #11375C;
  transition: all 0.6s ease;
}
.wooprex-collaboration-item p {
  font-size: 15px;
  color: #687077;
}
.wooprex-collaboration-item:hover .icon i {
  transform: scale(1.1);
}
.wooprex-collaboration-item:hover h3 {
  color: #0066FF;
}

/*-- Follow us -- */
.wooprex-follow-us ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 22px;
}
.wooprex-follow-us ul li a {
  transition: all 0.3s ease;
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wooprex-follow-us ul li a i {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wooprex-follow-us ul li a:hover {
  transform: scale(1.1);
}

.wooprex-banner-section .wooprex-follow-us ul li a {
  font-size: 22px;
  color: #ffffff;
}

/*-- service item -- */
.wooprex-service-item.style-1 {
  padding: 10px 25px;
  position: relative;
  max-width: 100%;
  width: 620px;
}
.wooprex-service-item.style-1:nth-child(even) {
  left: 70px;
}
.wooprex-service-item.style-1:before, .wooprex-service-item.style-1:after {
  content: "";
  background-image: url(../assets/shape/shape-15.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
  transition: all 0.3s ease;
}
.wooprex-service-item.style-1:after {
  width: 0%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
  transition-delay: 0.1s;
}
.wooprex-service-item.style-1 .inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.wooprex-service-item.style-1 .count {
  -webkit-text-stroke: 1px #121212;
  -webkit-text-fill-color: #ffffff;
  transition: all 0.3s ease;
  font-size: 60px;
}
.wooprex-service-item.style-1 h3 {
  font-size: 26px;
  transition: all 0.3s ease;
}
.wooprex-service-item.style-1:hover .count {
  -webkit-text-stroke: 1px #0066FF;
}
.wooprex-service-item.style-1:hover h3 {
  color: #0066FF;
}
.wooprex-service-item.style-1:hover:after {
  background-image: url(../assets/shape/shape-13.svg);
  width: 100%;
  opacity: 1;
  visibility: visible;
}

.wooprex-service-item.style-2 {
  transition: all 0.3s ease;
  padding: 20px;
}
.wooprex-service-item.style-2 a {
  display: block;
}
.wooprex-service-item.style-2 .icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0066FF;
  color: #ffffff;
}
.wooprex-service-item.style-2 .icon i {
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.wooprex-service-item.style-2 h3 {
  font-size: 18px;
  color: #11375C;
  transition: all 0.3s ease;
  margin: 15px 0px 10px 0px;
}
.wooprex-service-item.style-2 p {
  font-size: 15px;
  color: #687077;
}
.wooprex-service-item.style-2:hover .icon i {
  transform: scale(1.05);
}
.wooprex-service-item.style-2:hover h3 {
  color: #0066FF;
}

/*-- blog item -- */
.wooprex-blog-item .blog-image {
  height: 500px;
  overflow: hidden;
  border-radius: 5px;
}
.wooprex-blog-item .blog-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.wooprex-blog-item .blog-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-blog-item .blog-description {
  padding-top: 20px;
  max-width: 700px;
}
.wooprex-blog-item .blog-description h5 {
  color: #0066FF;
  font-size: 16px;
}
.wooprex-blog-item .blog-description h3 {
  font-size: 24px;
  margin: 10px 0px;
}
.wooprex-blog-item .blog-description h6 {
  font-size: 16px;
  margin-top: 10px;
}
.wooprex-blog-item .blog-description .wooprex-btn {
  margin-top: 40px;
}
.wooprex-blog-item:hover .blog-image a img {
  transform: scale(1.03);
}
.wooprex-blog-item:hover .blog-description h3 a {
  color: #0066FF;
}

/*-- Partner -- */
.wooprex-partner-section .inner-right {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wooprex-partner-section.style-1 .inner-left {
  position: relative;
}
.wooprex-partner-section.style-1 .inner-left:after {
  content: "";
  height: 100px;
  border-right: 1px solid #121212;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
}
.wooprex-partner-section.style-2 {
  position: relative;
  overflow: hidden;
}
.wooprex-partner-section.style-2:before {
  content: "";
  background-image: url(../assets/shape/shape-21.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  opacity: 0.4;
}
.wooprex-partner-section.style-2 .section-header {
  max-width: 800px;
}
.wooprex-partner-section.style-3 .header {
  font-size: 22px;
}

.partner-service-item {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  row-gap: 12px;
  height: 100%;
}
.partner-service-item h5 {
  font-size: 22px;
}
.partner-service-item p {
  font-size: 15px;
}

/*-- counter -- */
.wooprex-counter-section.style-1 {
  background-color: #0066FF;
  position: relative;
  overflow: hidden;
}
.wooprex-counter-section.style-1:before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../assets/shape/shape-1.svg);
}
.wooprex-counter-section.style-1 .wooprex-counter-item {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.wooprex-counter-section.style-1 .wooprex-counter-item h4, .wooprex-counter-section.style-1 .wooprex-counter-item p {
  color: #ffffff;
}
.wooprex-counter-section.style-1 .wooprex-counter-item .counter-left {
  width: 50%;
  flex: 0 0 auto;
}
.wooprex-counter-section.style-1 .wooprex-counter-item .counter-image {
  width: 50%;
  overflow: hidden;
}
.wooprex-counter-section.style-1 .wooprex-counter-item .counter-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.wooprex-counter-section.style-1 .wooprex-counter-item.item-1 .counter-image {
  max-height: 250px;
}
.wooprex-counter-section.style-1 .wooprex-counter-item.item-2 .counter-image {
  max-height: 200px;
}
.wooprex-counter-section.style-1 .wooprex-counter-item.item-3 .counter-image {
  max-height: 170px;
  margin-top: auto;
}
.wooprex-counter-section.style-2.bg-shape {
  position: relative;
  overflow: visible;
  overflow-x: clip;
}
.wooprex-counter-section.style-2.bg-shape:after {
  content: "";
  background-image: url(../assets/shape/shape-42.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  right: 0%;
  width: 45%;
  height: 550px;
  z-index: -1;
}
.wooprex-counter-section.style-3 .header {
  font-size: 30px;
}
.wooprex-counter-section.style-3 .wooprex-review {
  justify-content: center;
  text-align: left;
}
.wooprex-counter-section.style-3 .wooprex-counter-item {
  text-align: center;
  position: relative;
  padding: 20px 0px;
  max-width: 80%;
  margin: 0 auto;
}
.wooprex-counter-section.style-3 .wooprex-counter-item p {
  margin: 0 auto;
  max-width: 100%;
}
.wooprex-counter-section.style-3 .wooprex-counter-item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.wooprex-counter-section.style-3 .wooprex-counter-item.item-1:before, .wooprex-counter-section.style-3 .wooprex-counter-item.item-3:before {
  background-image: url(../assets/shape/shape-38.svg);
}
.wooprex-counter-section.style-3 .wooprex-counter-item.item-2:before, .wooprex-counter-section.style-3 .wooprex-counter-item.item-4:before {
  background-image: url(../assets/shape/shape-39.svg);
  width: 70%;
}
.wooprex-counter-section.style-3 .wooprex-counter-item.item-1:before {
  left: 0;
  top: 0;
  background-position: center;
}
.wooprex-counter-section.style-3 .wooprex-counter-item.item-3:before {
  right: 0;
  top: 0;
  transform: scaleX(-1);
}
.wooprex-counter-section.style-3 .wooprex-counter-item.item-2:before {
  top: 0;
  right: 0;
}
.wooprex-counter-section.style-3 .wooprex-counter-item.item-4:before {
  bottom: 0;
  right: 0;
  transform: scaleY(-1);
}

.wooprex-counter-item {
  height: 100%;
}
.wooprex-counter-item h4 {
  font-size: 70px;
  font-weight: 100;
  line-height: 1;
  margin-bottom: 10px;
}
.wooprex-counter-item h4 span {
  line-height: 1;
}
.wooprex-counter-item p {
  font-size: 18px;
  line-height: 1.2em;
  max-width: 140px;
}

/*-- idea -- */
.wooprex-ideas-section .inner-main-wrapper .row {
  row-gap: 40px;
}

.wooprex-ideas-item .ideas-image {
  height: 450px;
  overflow: hidden;
  border-radius: 5px;
}
.wooprex-ideas-item .ideas-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.wooprex-ideas-item .ideas-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-ideas-item .ideas-description {
  padding-top: 20px;
}
.wooprex-ideas-item .ideas-description h3 {
  font-size: 24px;
}
.wooprex-ideas-item:hover .ideas-image a img {
  transform: scale(1.03);
}
.wooprex-ideas-item:hover .ideas-description h3 a {
  color: #0066FF;
}

/*-- latest Journal -- */
.wooprex-latest-journal-section {
  background-color: #F6FAFF;
}
.wooprex-latest-journal-section .top-section {
  margin-bottom: 50px;
}
.wooprex-latest-journal-section .bottom-swiper-button {
  display: none;
}
.wooprex-latest-journal-section .journal-slider-wrapper {
  position: relative;
}
.wooprex-latest-journal-section .journal-slider-wrapper:before {
  content: "";
  background-image: url(../assets/shape/shape-6.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50.5%;
  height: 70%;
}

.wooprex-journal-item .journal-image {
  border: 10px solid #ffffff;
  width: 100%;
  height: 650px;
  overflow: hidden;
  transition: all 0.6s ease;
}
.wooprex-journal-item .journal-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-radius: 5px;
}
.wooprex-journal-item .journal-description {
  max-width: 600px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  padding-left: 20px;
}
.wooprex-journal-item .journal-description h5 {
  color: #0066FF;
}
.wooprex-journal-item .journal-description h5,
.wooprex-journal-item .journal-description h6 {
  font-size: 18px;
}
.wooprex-journal-item .journal-description h3 {
  font-size: 40px;
  line-height: 1.1em;
  margin: 8px 0px 12px 0px;
}
.wooprex-journal-item .journal-description p {
  margin: 40px 0px;
}

/*-- team -- */
.wooprex-team-item {
  height: 100%;
  padding: 0px 10px;
}
.wooprex-team-item.item-1, .wooprex-team-item.item-5, .wooprex-team-item.item-9 {
  padding-left: 0;
}
.wooprex-team-item.item-4, .wooprex-team-item.item-8, .wooprex-team-item.item-12 {
  padding-right: 0;
}
.wooprex-team-item a {
  display: block;
  width: 100%;
  height: 100%;
}
.wooprex-team-item .team-image {
  position: relative;
  height: 350px;
  overflow: hidden;
  border-radius: 5px;
}
.wooprex-team-item .team-image:before {
  content: "";
  background-image: url(../assets/shape/shape-10.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.wooprex-team-item .team-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}
.wooprex-team-item .team-description {
  text-align: center;
  padding-top: 20px;
}
.wooprex-team-item .team-description h4 {
  font-size: 24px;
  transition: all 0.3s ease;
}
.wooprex-team-item .team-description h5 {
  font-size: 16px;
}
.wooprex-team-item:hover .team-image img {
  transform: scale(1.05);
}
.wooprex-team-item:hover .team-description h4 {
  color: #0066FF;
}

.wooprex-team-section .inner-main-wrapper .row {
  row-gap: 50px;
}

/*-- faq -- */
/****************** FAQ section ***********************/
.wooprex-faq-section .section-header {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
.wooprex-faq-section .section-header .header {
  color: #11375C;
}
.wooprex-faq-section .section-header .sub-header {
  color: #687077;
}
.wooprex-faq-section.bg-color {
  background-color: #F6FAFF;
}
.wooprex-faq-section.bg-color .wooprex-accordion .accordion-item {
  background-color: #ffffff;
}

.wooprex-accordion {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
.wooprex-accordion .accordion-item {
  border: 1px solid #ECEFF7;
  border-radius: 5px;
}
.wooprex-accordion .accordion-item button {
  color: #11375C;
  background-color: transparent;
  padding: 0;
  border: none;
  padding: 15px 40px 15px 20px;
  font-size: 18px;
  width: 100%;
  text-align: left;
  position: relative;
  font-weight: 600;
}
.wooprex-accordion .accordion-item button:after {
  content: "\f103";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  font-family: "flaticon_bizconix";
  font-size: 20px;
  transition: all 0.3s ease;
}
.wooprex-accordion .accordion-item button:not(.collapsed):after {
  transform: translateY(-50%) rotate(180deg);
}
.wooprex-accordion .accordion-item .accordion-body {
  padding: 0px 40px 15px 20px;
}
.wooprex-accordion .accordion-item .accordion-body p {
  color: #687077;
  font-size: 15px;
}

/* Excellence faq section */
.wooprex-excellence-faq-section .wooprex-accordion {
  margin-left: 0;
  row-gap: 60px;
}
.wooprex-excellence-faq-section .wooprex-accordion .accordion-item {
  border: none;
}
.wooprex-excellence-faq-section .wooprex-accordion .accordion-item button {
  color: #ffffff;
  background-color: transparent;
  padding: 0;
  border: none;
  padding: 0px 35px 0px 70px;
  font-size: 24px;
  width: 100%;
  text-align: left;
  position: relative;
}
.wooprex-excellence-faq-section .wooprex-accordion .accordion-item button:after {
  display: none;
}
.wooprex-excellence-faq-section .wooprex-accordion .accordion-item button:before {
  content: "\f10c";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  font-family: "flaticon_bizconix";
  font-size: 24px;
}
.wooprex-excellence-faq-section .wooprex-accordion .accordion-item button:not(.collapsed):before {
  content: "\f162";
}
.wooprex-excellence-faq-section .wooprex-accordion .accordion-item .accordion-body {
  padding: 20px 35px 0px 70px;
}
.wooprex-excellence-faq-section .wooprex-accordion .accordion-item .accordion-body p {
  color: #ffffff;
}

/*-- newsLetter -- */
.wooprex-news-letter-section .section-header {
  margin: 0;
}
.wooprex-news-letter-section .section-header .sub-header {
  font-size: 18px;
  max-width: 450px;
}
.wooprex-news-letter-section .news-letter-left {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%;
  flex-direction: column;
}
.wooprex-news-letter-section .news-letter-left a {
  color: #121212;
  font-size: 30px;
  overflow-wrap: anywhere;
  line-height: 1.2em;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  transition: all 0.6s ease;
}
.wooprex-news-letter-section .news-letter-left a i {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.wooprex-news-letter-section .news-letter-left a span {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #121212;
  color: #ffffff;
  font-size: 20px;
  transition: all 0.6s ease;
  border-radius: 5px;
}
.wooprex-news-letter-section .news-letter-left a:hover {
  color: #0066FF;
}
.wooprex-news-letter-section .news-letter-left a:hover span {
  background-color: #0066FF;
}
.wooprex-news-letter-section .news-letter-left a:hover span i {
  transform: scale(1.1);
}
.wooprex-news-letter-section .wooprex-contact-form {
  padding-right: 50px;
}

/*-- testimonial -- */
.wooprex-testimonial-section {
  position: relative;
  overflow: hidden;
}
.wooprex-testimonial-section .review-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  flex-direction: column;
  row-gap: 20px;
  position: relative;
  z-index: 2;
}
.wooprex-testimonial-section .review-wrapper .review-text {
  font-weight: 500;
  font-size: 18px;
}
.wooprex-testimonial-section .testimonial-main-wrapper {
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
.wooprex-testimonial-section.style-1:after {
  content: "";
  background-color: #F6FAFF;
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  width: 40%;
}
.wooprex-testimonial-section.style-1 .review-wrapper {
  padding-left: 50px;
}
.wooprex-testimonial-section.style-2 {
  background-color: #FBFDFF;
  position: relative;
}
.wooprex-testimonial-section.style-2 .fixed-image {
  position: absolute;
  z-index: 2;
  border-radius: 5px;
  overflow: hidden;
  width: 13.3%;
}
.wooprex-testimonial-section.style-2 .fixed-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.wooprex-testimonial-section.style-2 .fixed-image.one {
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 220px;
}
.wooprex-testimonial-section.style-2 .fixed-image.two {
  bottom: 0;
  right: 25%;
  position: absolute;
  height: 205px;
}
.wooprex-testimonial-section.style-2:before, .wooprex-testimonial-section.style-2:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.wooprex-testimonial-section.style-2:before {
  background-image: url(../assets/shape/shape-8.svg);
  left: 0;
  width: 40%;
}
.wooprex-testimonial-section.style-2:after {
  background-image: url(../assets/shape/shape-9.svg);
  right: 0;
  width: 25%;
}
.wooprex-testimonial-section.style-2 .review-wrapper {
  max-width: 350px;
}
.wooprex-testimonial-section.style-2 .wooprex-testimonial-item .icon i,
.wooprex-testimonial-section.style-2 .wooprex-testimonial-item p {
  color: #11375C;
}
.wooprex-testimonial-section.style-2 .wooprex-testimonial-item .author .author-details h5,
.wooprex-testimonial-section.style-2 .wooprex-testimonial-item .author .author-details h6 {
  color: #11375C;
}
.wooprex-testimonial-section.style-2 .wooprex-testimonial-item .top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 850px;
  margin-left: auto;
}
.wooprex-testimonial-section.style-3 .sub-header {
  max-width: 600px;
  margin: 0 auto;
}
.wooprex-testimonial-section.style-3 .inner-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.wooprex-testimonial-section.style-3 .review-wrapper {
  height: auto;
}
.wooprex-testimonial-section.style-3 .wooprex-testimonial-count {
  text-align: center;
}
.wooprex-testimonial-section.style-3 .wooprex-testimonial-count .count {
  -webkit-text-stroke: 1px #121212;
  line-height: 1em;
}
.wooprex-testimonial-section.style-3 .testimonial-details {
  padding-left: 10px;
}
.wooprex-testimonial-section.style-3 .swiper-slide {
  width: auto;
  transition: all 0.3s ease;
}
.wooprex-testimonial-section.style-3 .swiper-slide.swiper-slide-next {
  opacity: 0.5;
}
.wooprex-testimonial-section.style-4 .stroke-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.wooprex-testimonial-item .icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 15px;
}
.wooprex-testimonial-item .icon i {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transform: scaleX(-1);
  font-size: 40px;
}
.wooprex-testimonial-item p {
  max-width: 480px;
  margin-bottom: 25px;
  font-size: 18px;
}
.wooprex-testimonial-item .author {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.wooprex-testimonial-item .author .author-image {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}
.wooprex-testimonial-item .author .author-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-testimonial-item .author .author-details h5 {
  font-size: 16px;
}
.wooprex-testimonial-item .author .author-details h6 {
  font-size: 16px;
}

.wooprex-testimonial-count {
  text-align: end;
}
.wooprex-testimonial-count .count {
  -webkit-text-stroke: 1px #0066ff;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  font-size: 70px;
}

.wooprex-testimonial-item-4 .testimonial-image {
  height: 420px;
  border-radius: 5px;
  overflow: hidden;
}
.wooprex-testimonial-item-4 .testimonial-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-testimonial-item-4 .testimonial-details {
  padding-top: 20px;
}
.wooprex-testimonial-item-4 .testimonial-details h4 {
  font-size: 18px;
}
.wooprex-testimonial-item-4 .testimonial-details h5 {
  font-size: 14px;
  margin-bottom: 15px;
}
.wooprex-testimonial-item-4 .testimonial-details p {
  line-height: 1.4em;
}

/*-- form -- */
/* Custom select */
select.wooprex-select {
  display: block;
  width: 100%;
  padding: 12px;
  border-radius: 5px;
  border: 1px solid #9ca7b0;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../assets/shape/down-arrow.svg);
  background-position: calc(100% - 10px);
  background-repeat: no-repeat;
  background-size: 22px;
  background-color: transparent;
}
select.wooprex-select:focus {
  border-color: #0066FF;
  outline: none;
}

/*** custom file input ***/
.wooprex-custom-file-input {
  display: block;
  text-align: center;
  border: 1px solid #9ca7b0;
  border-radius: 5px;
  padding: 50px 20px;
  transition: all 0.3s ease;
}
.wooprex-custom-file-input div {
  max-width: 400px;
  margin: 0 auto;
}
.wooprex-custom-file-input i {
  font-size: 20px;
}
.wooprex-custom-file-input .custom-file-label {
  margin: 0 !important;
  color: #0066FF;
  text-decoration: underline;
  display: inline-block;
  cursor: pointer;
}
.wooprex-custom-file-input #file-name {
  color: #121212;
  font-size: 14px;
}
.wooprex-custom-file-input.highlight {
  background-color: #ffffff;
  border-color: #CCD3E1;
  opacity: 0.7;
}

.wooprex-contact-form form h5 {
  font-size: 18px;
  margin-bottom: 5px;
}
.wooprex-contact-form form p {
  margin-bottom: 15px;
  font-size: 15px;
}
.wooprex-contact-form label {
  margin-bottom: 5px;
  font-weight: 500;
}
.wooprex-contact-form .form-input.addition input {
  text-align: center;
}
.wooprex-contact-form .form-input.addition .input-wrapper {
  position: relative;
}
.wooprex-contact-form .form-input.addition .input-wrapper:before {
  content: "=";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  font-size: 18px;
}

/* Comment form blog details */
.comment-form input[type=text],
.comment-form input[type=email],
.comment-form textarea {
  color: #121212;
  font-size: 16px;
}
.comment-form input[type=text]::-moz-placeholder, .comment-form input[type=email]::-moz-placeholder, .comment-form textarea::-moz-placeholder {
  color: #121212;
  font-size: 16px;
}
.comment-form input[type=text]::placeholder,
.comment-form input[type=email]::placeholder,
.comment-form textarea::placeholder {
  color: #121212;
  font-size: 16px;
}
.comment-form input[type=text]:focus,
.comment-form input[type=email]:focus,
.comment-form textarea:focus {
  outline: none;
  box-shadow: none;
  border-color: #0066FF;
  background-color: transparent;
}
.comment-form .comment-form-comment textarea {
  height: 100%;
  display: block;
}
.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
  margin-top: 20px;
}
.comment-form .comment-form-cookies-consent {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 40px;
}
.comment-form .comment-form-cookies-consent input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #121212;
  background-color: transparent;
  cursor: pointer;
  border-radius: 5px;
  position: relative;
}
.comment-form .comment-form-cookies-consent input:checked {
  background-color: #121212;
  border-color: #121212;
}
.comment-form .comment-form-cookies-consent input:checked::before {
  content: "✔";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
}
.comment-form .comment-form-cookies-consent label {
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 300;
  width: 85%;
}
.comment-form .form-submit {
  margin-top: 40px;
}

/*-- popup -- */
.wooprex-popup-section {
  height: 700px;
  position: relative;
  overflow: hidden;
}
.wooprex-popup-section .simpleParallax {
  height: auto;
}
.wooprex-popup-section:before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  background-color: #11375C;
  opacity: 0.3;
  z-index: 1;
}
.wooprex-popup-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-popup-section .container {
  height: 100%;
}
.wooprex-popup-section .popup-main-wrapper {
  position: relative;
  height: 100%;
  z-index: 2;
}
.wooprex-popup-section .popup-main-wrapper .media-player {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 160px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.07);
}
.wooprex-popup-section .popup-main-wrapper .media-player i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #ffffff;
  transition: all 0.3s ease;
}
.wooprex-popup-section .popup-main-wrapper .media-player:hover i {
  transform: scale(1.1);
}
.wooprex-popup-section.style-1 .growth-main {
  position: absolute;
  top: 0%;
  right: 0%;
  height: 100%;
}
.wooprex-popup-section.style-1 .growth-main .growth-item {
  height: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 335px;
}
.wooprex-popup-section.style-1 .growth-main .growth-item h3 {
  font-size: 85px;
  color: #ffffff;
  line-height: 1.1em;
}
.wooprex-popup-section.style-1 .growth-main .growth-item p {
  color: #ffffff;
  font-size: 24px;
}
.wooprex-popup-section.style-1 .growth-main .growth-item.item-1 {
  background-image: url(../assets/shape/shape-44.svg);
}
.wooprex-popup-section.style-1 .growth-main .growth-item.item-2 {
  background-color: #0066FF;
}

/*-- comment -- */
.wooprex-blog-comment {
  position: relative;
  z-index: 2;
  padding-top: 50px;
  border-top: 1px solid #CCD3E1;
  margin-top: 50px;
}
.wooprex-blog-comment .comments-title {
  font-size: 28px;
  line-height: 1em;
  margin-bottom: 30px;
}
.wooprex-blog-comment .comment-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
}
.wooprex-blog-comment .comment-list .comment {
  padding-bottom: 25px;
  border-bottom: 1px solid #EBEBF9;
}
.wooprex-blog-comment .comment-list .comment:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.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;
}
.wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-author a {
  font-size: 20px;
  text-transform: capitalize;
}
.wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-author span.says {
  display: none;
}
.wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-metadata {
  padding-left: 95px;
  margin-top: -30px;
  margin-bottom: 20px;
}
.wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-awaiting-moderation {
  padding-left: 95px;
  margin-bottom: 20px;
  display: block;
}
.wooprex-blog-comment .comment-list .comment .comment-body .comment-content p {
  font-size: 16px;
}
.wooprex-blog-comment .comment-list .comment .comment-body .reply {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
}
.wooprex-blog-comment .comment-list .comment .comment-body .reply .like-count {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  border-right: 2px solid #121212;
  padding-right: 20px;
}
.wooprex-blog-comment .comment-list .comment .comment-body .reply .like-count i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}
.wooprex-blog-comment .comment-list .comment .comment-body .reply .like-count .like-amount {
  font-size: 16px;
  line-height: 1em;
}
.wooprex-blog-comment .comment-list .comment .comment-body .reply .comment-reply-link {
  font-size: 15px;
}
.wooprex-blog-comment .comment-list .comment .children {
  padding-left: 95px;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 40px;
}
.wooprex-blog-comment .comment-list .comment .children .children .children {
  padding-left: 0;
}
.wooprex-blog-comment .comment-list .comment .children .comment {
  padding-bottom: 0px;
  border-bottom: none;
}
.wooprex-blog-comment .comment-list .comment .load-more-btn {
  padding-left: 95px;
}
.wooprex-blog-comment .load-more-btn {
  margin-top: 40px;
  text-decoration: underline;
  font-weight: 600;
}
.wooprex-blog-comment .comment-respond {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #EBEBF9;
}
.wooprex-blog-comment .comment-respond .comment-reply-title {
  font-size: 28px;
  margin-bottom: 10px;
}
.wooprex-blog-comment .comment-respond .comment-reply-title a {
  margin-left: 20px;
  color: #0066FF;
  font-size: 16px;
}
.wooprex-blog-comment .comment-respond form.comment-form p.comment-notes {
  margin-bottom: 40px;
}
.wooprex-blog-comment .comment-respond form.comment-form p.logged-in-as {
  margin-bottom: 40px;
}
.wooprex-blog-comment .comment-respond form.comment-form p.logged-in-as a {
  color: #0066FF;
}
.wooprex-blog-comment .comment-respond form.comment-form p.logged-in-as a:hover {
  text-decoration: underline;
}

@media (max-width: 991px) {
  .wooprex-blog-comment h3 {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* comment*/
  .wooprex-blog-comment .comments-title {
    margin-bottom: 40px;
  }
  .wooprex-blog-comment .comment-list {
    gap: 30px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-author img {
    width: 50px;
    height: 50px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-author a {
    font-size: 20px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-metadata {
    padding-left: 75px;
    margin-top: -23px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-metadata a {
    font-size: 14px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-awaiting-moderation {
    padding-left: 75px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .reply {
    margin-top: 20px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .reply .comment-reply-link {
    padding: 5px 35px;
  }
  .wooprex-blog-comment .comment-list .comment .children {
    padding-left: 0px;
    margin-top: 40px;
  }
  .wooprex-blog-comment .comment-list .comment .load-more-btn {
    padding-left: 0px;
  }
  .wooprex-blog-comment .comment-respond .comment-reply-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .wooprex-blog-comment .comment-respond form.comment-form p.comment-notes {
    margin-bottom: 50px;
  }
  .wooprex-blog-comment .comment-respond form.comment-form p.logged-in-as {
    margin-bottom: 50px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  /* comment*/
  .wooprex-blog-comment .comments-title {
    margin-bottom: 40px;
    font-size: 26px;
  }
  .wooprex-blog-comment .comment-list {
    gap: 30px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-author img {
    width: 50px;
    height: 50px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-author a {
    font-size: 20px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-metadata {
    padding-left: 75px;
    margin-top: -23px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-metadata a {
    font-size: 14px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-awaiting-moderation {
    padding-left: 75px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .reply {
    margin-top: 20px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .reply .comment-reply-link {
    padding: 5px 35px;
  }
  .wooprex-blog-comment .comment-list .comment .children {
    padding-left: 0px;
    margin-top: 40px;
  }
  .wooprex-blog-comment .comment-list .comment .load-more-btn {
    padding-left: 0px;
  }
  .wooprex-blog-comment .comment-respond .comment-reply-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .wooprex-blog-comment .comment-respond form.comment-form p.comment-notes {
    margin-bottom: 50px;
  }
  .wooprex-blog-comment .comment-respond form.comment-form p.logged-in-as {
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  /* comment*/
  .wooprex-blog-comment {
    padding-top: 30px;
    margin-top: 30px;
  }
  .wooprex-blog-comment .comments-title {
    margin-bottom: 30px;
    font-size: 24px;
  }
  .wooprex-blog-comment .comment-list {
    gap: 30px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-author img {
    width: 50px;
    height: 50px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-author a {
    font-size: 20px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-metadata {
    padding-left: 75px;
    margin-top: -23px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-metadata a {
    font-size: 14px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-awaiting-moderation {
    padding-left: 75px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .reply {
    margin-top: 20px;
  }
  .wooprex-blog-comment .comment-list .comment .children {
    padding-left: 0px;
    margin-top: 40px;
  }
  .wooprex-blog-comment .comment-list .comment .load-more-btn {
    padding-left: 0;
  }
  .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: 20px;
    font-size: 14px;
  }
  .wooprex-blog-comment .comment-respond form.comment-form p.logged-in-as {
    margin-bottom: 30px;
    font-size: 14px;
  }
  .comment-form .comment-form-cookies-consent {
    margin-top: 30px;
  }
}
/*-- pagination -- */
/* Wooprex pagination */
.wooprex-pagination {
  margin-top: 50px;
}
.wooprex-pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.wooprex-pagination ul li .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 20px;
  text-align: center;
  color: #0066FF;
  border-radius: 50%;
  transition: background 0.6s;
  background-color: transparent;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.6s ease;
}
.wooprex-pagination ul li .page-numbers.current, .wooprex-pagination ul li .page-numbers:hover {
  background-color: #0066FF;
  border-color: #0066FF;
  color: #ffffff;
}
.wooprex-pagination ul li .page-numbers.previous i, .wooprex-pagination ul li .page-numbers.next i {
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wooprex-pagination ul li .page-numbers.previous {
  margin-right: 40px;
}
.wooprex-pagination ul li .page-numbers.next {
  margin-left: 40px;
}
.wooprex-pagination ul li .page-numbers.disabled {
  color: #121212;
  background-color: transparent;
  cursor: auto;
}

/* Wooprex Navigation */
.wooprex-navigation.style-1 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}
.wooprex-navigation.style-1 .wooprex-btn {
  min-width: auto;
  padding: 0;
  width: 50px;
  height: 50px;
}
.wooprex-navigation.style-1 .wooprex-btn.prev:hover i {
  transform: translateX(-3px);
}

/* Wooprex Navigation */
.wooprex-navigation.style-2 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 60px;
  padding-top: 60px;
}
.wooprex-navigation.style-2 .inner-item {
  flex-wrap: wrap;
  row-gap: 10px;
}
.wooprex-navigation.style-2 .wooprex-btn-2.prev {
  color: #121212;
}
.wooprex-navigation.style-2 .wooprex-btn-2.prev span {
  background-color: #121212;
  border-color: #121212;
}
.wooprex-navigation.style-2 .wooprex-btn-2.prev:hover {
  color: #121212;
}
.wooprex-navigation.style-2 .wooprex-btn-2.prev:hover span {
  background-color: transparent;
}
.wooprex-navigation.style-2 .wooprex-btn-2.prev:hover span i {
  color: #121212;
  transform: translateX(-3px);
}
.wooprex-navigation.style-2 .inner-item-left {
  width: 65%;
  flex: 0 0 auto;
}
.wooprex-navigation.style-2 .inner-item-right {
  width: 35%;
  flex: 0 0 auto;
}
.wooprex-navigation.style-2 .blog-image {
  width: 100%;
  height: 100%;
}
.wooprex-navigation.style-2 .blog-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.wooprex-navigation.style-2 .blog-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-navigation.style-2 .blog-description {
  margin-top: 20px;
}
.wooprex-navigation.style-2 .blog-description h3 {
  font-size: 20px;
}

@media only screen and (max-width: 1400px) {
  .wooprex-navigation.style-2 .blog-description h3 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wooprex-navigation.style-2 .blog-description h3 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .wooprex-navigation.style-2 .inner-item-left,
  .wooprex-navigation.style-2 .inner-item-right {
    width: 100%;
  }
  .wooprex-navigation.style-2 .blog-image {
    height: 90px;
    width: 50%;
  }
  .wooprex-navigation.style-2 .blog-description h3 {
    font-size: 18px;
  }
  .inner-item.item-2 .blog-image {
    margin-left: auto;
  }
}
@media only screen and (max-width: 575px) {
  /* Pagination */
  .wooprex-pagination ul {
    gap: 10px;
  }
  .wooprex-pagination ul li .page-numbers {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  .wooprex-pagination ul li .page-numbers.previous {
    margin-right: 0px;
  }
  .wooprex-pagination ul li .page-numbers.next {
    margin-left: 0px;
  }
  .wooprex-navigation.style-2 .inner-item-left,
  .wooprex-navigation.style-2 .inner-item-right {
    width: 100%;
  }
  .wooprex-navigation.style-2 .blog-image {
    height: 60px;
    width: 50%;
  }
  .wooprex-navigation.style-2 .blog-description h3 {
    font-size: 14px;
  }
  .wooprex-navigation.style-2 .inner-item.item-2 .blog-image {
    margin-left: auto;
  }
}
/*-- marquee -- */
.wooprex-marque {
  overflow: hidden;
  position: relative;
}
.wooprex-marque .marquee_items {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  width: -moz-fit-content;
  width: fit-content;
}
.wooprex-marque .marquee_items .marque-item {
  float: left;
  margin: 0 30px;
  height: 30px;
  overflow: hidden;
}
.wooprex-marque .marquee_items .marque-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*-- wooprex sidebar -- */
.wooprex-sidebar {
  position: relative;
  z-index: 2;
  padding-left: 50px;
  /* Latest post */
}
.wooprex-sidebar .sidebar-title {
  margin-bottom: 25px;
  font-size: 22px;
}
.wooprex-sidebar .wooprex-sidebar-search {
  max-width: 400px;
}
.wooprex-sidebar .wooprex-sidebar-search form {
  position: relative;
  width: 100%;
}
.wooprex-sidebar .wooprex-sidebar-search form input {
  width: 100%;
  padding: 16px 50px 16px 20px;
}
.wooprex-sidebar .wooprex-sidebar-search form input::-moz-placeholder {
  color: #121212;
}
.wooprex-sidebar .wooprex-sidebar-search form input::placeholder {
  color: #121212;
}
.wooprex-sidebar .wooprex-sidebar-search form button {
  position: absolute;
  height: 100%;
  width: 50px;
  right: 0px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1.6em;
  border: none;
  background-color: transparent;
}
.wooprex-sidebar .wooprex-sidebar-search form button i {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wooprex-sidebar .wooprex-sidebar-category ul,
.wooprex-sidebar .wooprex-sidebar-archive ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}
.wooprex-sidebar .wooprex-sidebar-category ul li,
.wooprex-sidebar .wooprex-sidebar-archive ul li {
  padding-bottom: 5px;
}
.wooprex-sidebar .wooprex-sidebar-category ul li a,
.wooprex-sidebar .wooprex-sidebar-archive ul li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  gap: 5px;
}
.wooprex-sidebar .wooprex-sidebar-category ul li a span i,
.wooprex-sidebar .wooprex-sidebar-archive ul li a span i {
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-45deg);
}
.wooprex-sidebar .wooprex-sidebar-category ul li:hover a,
.wooprex-sidebar .wooprex-sidebar-archive ul li:hover a {
  color: #0066FF;
}
.wooprex-sidebar .wooprex-sidebar-archive ul li {
  width: 100%;
}
.wooprex-sidebar .wooprex-sidebar-archive ul li a {
  justify-content: space-between;
}
.wooprex-sidebar .wooprex-sidebar-latest-post ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.wooprex-sidebar .wooprex-sidebar-latest-post .latest-post-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}
.wooprex-sidebar .wooprex-sidebar-latest-post .latest-post-item .post-thumbnail {
  width: 84px;
  height: 72px;
  overflow: hidden;
  border-radius: 8px;
}
.wooprex-sidebar .wooprex-sidebar-latest-post .latest-post-item .post-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-sidebar .wooprex-sidebar-latest-post .latest-post-item:hover .post-thumbnail img {
  transform: scale(1.05);
}
.wooprex-sidebar .wooprex-sidebar-latest-post .latest-post-item .post-details {
  width: 70%;
}
.wooprex-sidebar .wooprex-sidebar-latest-post .latest-post-item .post-details p.date {
  margin-bottom: 5px;
  font-size: 14px;
}
.wooprex-sidebar .wooprex-sidebar-latest-post .latest-post-item .post-details h5 {
  transition: all 0.3s ease;
}
.wooprex-sidebar .wooprex-sidebar-latest-post .latest-post-item .post-details h5:hover {
  color: #0066FF;
}
.wooprex-sidebar .wooprex-sidebar-tags .tagcloud {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 300px;
}
.wooprex-sidebar .wooprex-sidebar-tags .tagcloud a {
  text-transform: lowercase;
  padding-right: 10px;
  position: relative;
  font-size: 16px;
  padding: 5px 15px;
  background-color: #ffffff;
  border-radius: 8px;
  border: 1px solid #CCD3E1;
}
.wooprex-sidebar .wooprex-sidebar-tags .tagcloud a:hover {
  background-color: #0066FF;
  color: #ffffff;
  border-color: #0066FF;
}
.wooprex-sidebar .wooprex-sidebar-category,
.wooprex-sidebar .wooprex-sidebar-archive,
.wooprex-sidebar .wooprex-sidebar-latest-post,
.wooprex-sidebar .wooprex-sidebar-tags {
  margin-top: 60px;
}

/*-- bottom to top -- */
#topButton {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #121212;
  padding: 0;
  cursor: pointer;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
  box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.1);
}
#topButton .progress-circle {
  width: 100%;
  height: 100%;
}
#topButton .progress-circle .progress-svg {
  width: 100%;
  height: 100%;
}
#topButton .progress-circle .progress-svg .progress-background {
  fill: none;
  stroke: transparent;
  stroke-width: 4;
}
#topButton .progress-circle .progress-svg .progress-bar {
  fill: none;
  stroke: #ffffff;
  stroke-width: 8px;
  transform: translate(0px, 0px);
  transition: stroke-dashoffset 0.3s ease;
}
#topButton .progress-circle .font {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
  color: #ffffff;
  display: flex;
}
#topButton .progress-circle .font i {
  transform: rotate(180deg);
  line-height: 0px;
}
#topButton .progress-circle .font i:after {
  font-weight: 700 !important;
}
#topButton.show {
  opacity: 1;
  visibility: visible;
}
#topButton:hover {
  transform: translateY(-10px);
}

/*-- preload Styling -- */
.inner-main-wrapper .row {
  row-gap: 25px;
}

.wooprex-text-stroke {
  border-right: 1px dashed #0066FF;
  border-left: 1px dashed #0066FF;
  padding: 0px 20px 0px 10px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.wooprex-text-stroke .stroke-text {
  writing-mode: vertical-rl;
  color: #0066FF;
  line-height: 1.1em;
  font-size: 65px;
  font-weight: 600;
  -webkit-text-stroke: 1px #0066FF;
  -webkit-text-fill-color: transparent;
  height: auto !important;
  transform: scale(-1);
  border-left: 1px dashed #0066FF;
  position: relative;
}
.wooprex-text-stroke .stroke-text:before {
  content: "";
  height: 100%;
  border-right: 1px dashed #0066FF;
  position: absolute;
  top: 0;
  left: 12px;
}
.wooprex-text-stroke .stroke-text:after {
  content: "";
  height: 100%;
  border-right: 1px dashed #0066FF;
  position: absolute;
  top: 0;
  right: 12px;
}
.wooprex-text-stroke.horizontal {
  border: none;
  border-top: 1px dashed #0066FF;
  border-bottom: 1px dashed #0066FF;
  padding: 10px 0px 20px 0px;
  height: 100%;
}
.wooprex-text-stroke.horizontal .stroke-text {
  writing-mode: inherit;
  transform: inherit;
  border-left: none;
  border-bottom: 1px dashed #0066FF;
}
.wooprex-text-stroke.horizontal .stroke-text:before, .wooprex-text-stroke.horizontal .stroke-text:after {
  border-right: none;
  border-bottom: 1px dashed #0066FF;
  width: 100%;
  height: auto;
}
.wooprex-text-stroke.horizontal .stroke-text:before {
  top: 13px;
  left: 0px;
}
.wooprex-text-stroke.horizontal .stroke-text:after {
  top: inherit;
  bottom: 15px;
  right: 0;
}

.scroll-section.scroll-padding {
  padding-right: 20px !important;
}

.simpleParallax {
  height: 100%;
}

/*-- preload Spinner -- */
/* 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 #121212;
  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);
  }
}
/*-- All pages styles -- */
/*-- home page -- */
.wooprex-banner-section {
  background-color: #0066FF;
  position: relative;
  overflow: hidden;
}
.wooprex-banner-section:before {
  content: "";
  background-image: url(../assets/shape/shape-1.svg);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
.wooprex-banner-section .col-image {
  padding-left: 6px;
}
.wooprex-banner-section .banner-text-wrapper {
  position: relative;
  z-index: 2;
  height: 100%;
  padding-left: calc((100% - 820px) / 2);
  border-right: 1px solid #72AAFF;
}
.wooprex-banner-section .banner-text-wrapper .banner-shape {
  position: absolute;
  left: 0;
  top: 0;
  padding: 20px 0px;
  height: 100%;
  width: 195px;
}
.wooprex-banner-section .banner-text-wrapper .banner-shape img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.wooprex-banner-section .banner-text-wrapper .banner-text {
  border-left: 1px solid #72AAFF;
  height: 100%;
  display: flex;
  align-items: normal;
  justify-content: center;
  flex-direction: column;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  z-index: 2;
}
.wooprex-banner-section .banner-text-wrapper .banner-text .top-text {
  padding-left: 40px;
}
.wooprex-banner-section .banner-text-wrapper .banner-text .top-text h1 {
  color: #ffffff;
  margin-bottom: 20px;
  font-size: 65px;
}
.wooprex-banner-section .banner-text-wrapper .banner-text .top-text p {
  color: #ffffff;
  max-width: 800px;
}
.wooprex-banner-section .banner-text-wrapper .banner-text .get-consulting {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-top: 1px solid #72AAFF;
  border-bottom: 1px solid #72AAFF;
  padding: 10px 10px 10px 40px;
  margin: 40px 0px;
}
.wooprex-banner-section .banner-text-wrapper .banner-text .get-consulting a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  font-size: 35px;
  color: #ffffff;
}
.wooprex-banner-section .banner-text-wrapper .banner-text .get-consulting a i {
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 3px;
  transition: all 0.6s ease;
}
.wooprex-banner-section .banner-text-wrapper .banner-text .get-consulting a:hover i {
  transform: translateX(6px);
}
.wooprex-banner-section .banner-text-wrapper .banner-text .bottom-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 20px;
  padding-left: 40px;
  padding-right: 40px;
}
.wooprex-banner-section .inner-right {
  padding: 20px 0px;
  height: 100%;
}
.wooprex-banner-section .banner-image {
  position: relative;
  z-index: 2;
  height: 100%;
  overflow: hidden;
  border-radius: 5px;
}
.wooprex-banner-section .banner-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/**************** TRUSTED AGENCY ********************/
.wooprex-trusted-agency-section {
  position: relative;
  overflow: hidden;
}
.wooprex-trusted-agency-section .section-header {
  margin-bottom: 30px;
}
.wooprex-trusted-agency-section .inner-right {
  height: 100%;
}
.wooprex-trusted-agency-section .inner-right > * {
  height: 100%;
}
.wooprex-trusted-agency-section .founder {
  margin-bottom: 40px;
}
.wooprex-trusted-agency-section .founder h5 {
  line-height: 1.2em;
}
.wooprex-trusted-agency-section .schedule-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 15px;
  flex-wrap: wrap;
  background-color: #F9F9F9;
  padding: 20px 50px 20px 0px;
  position: relative;
}
.wooprex-trusted-agency-section .schedule-wrapper:before {
  content: "";
  background-color: #F9F9F9;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -100%;
}
.wooprex-trusted-agency-section .schedule-wrapper .schedule {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  padding-right: 30px;
  border-right: 1px solid #C2CAD1;
}
.wooprex-trusted-agency-section .schedule-wrapper .schedule .icon {
  width: 50px;
  height: 50px;
  background-color: #121212;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s ease;
  border-radius: 50%;
}
.wooprex-trusted-agency-section .schedule-wrapper .schedule .icon i {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  transition: all 0.3s ease;
}
.wooprex-trusted-agency-section .schedule-wrapper .schedule:hover .icon {
  background-color: #0066FF;
}
.wooprex-trusted-agency-section .schedule-wrapper .schedule:hover .icon i {
  transform: scale(1.1);
}
.wooprex-trusted-agency-section .schedule-wrapper .connect ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.wooprex-trusted-agency-section .schedule-wrapper .connect ul li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  font-size: 16px;
  transition: all 0.6s ease;
}
.wooprex-trusted-agency-section .schedule-wrapper .connect ul li a i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: all 0.3s ease;
}
.wooprex-trusted-agency-section .schedule-wrapper .connect ul li a:hover i {
  transform: scale(1.1);
}
.wooprex-trusted-agency-section .wooprex-button-wrapper {
  margin-top: 50px;
}
.wooprex-trusted-agency-section .image-wrapper {
  position: relative;
  height: 100%;
}
.wooprex-trusted-agency-section .image-wrapper .image {
  overflow: hidden;
  border-radius: 5px;
}
.wooprex-trusted-agency-section .image-wrapper .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.wooprex-trusted-agency-section .image-wrapper .image.big {
  width: 80%;
  height: 90%;
  margin-left: auto;
}
.wooprex-trusted-agency-section .image-wrapper .image.small {
  width: 32%;
  height: 200px;
  position: absolute;
  bottom: 0%;
  left: 0%;
}
.wooprex-trusted-agency-section .stroke-right {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/****************** COLLABORATION SECTION **********************/
.wooprex-collaboration-section {
  overflow: hidden;
}
.wooprex-collaboration-section .collaboration-main-wrapper {
  display: flex;
  flex-wrap: wrap;
  row-gap: 50px;
}
.wooprex-collaboration-section .collaboration-main-wrapper .collaboration-image, .wooprex-collaboration-section .collaboration-main-wrapper .collaboration-description {
  flex: 0 0 auto;
}
.wooprex-collaboration-section .collaboration-main-wrapper .collaboration-image {
  width: 40%;
  height: 850px;
}
.wooprex-collaboration-section .collaboration-main-wrapper .collaboration-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-collaboration-section .collaboration-main-wrapper .collaboration-description {
  width: 60%;
  padding: 0px 60px 0px 80px;
  position: relative;
  height: auto;
  display: flex;
  align-items: normal;
  justify-content: center;
  flex-direction: column;
}
.wooprex-collaboration-section .collaboration-main-wrapper .collaboration-description .section-header {
  max-width: 700px;
  margin-bottom: 60px;
}
.wooprex-collaboration-section .collaboration-main-wrapper .collaboration-description .inner-main-wrapper .row {
  row-gap: 40px;
}
.wooprex-collaboration-section .collaboration-main-wrapper .collaboration-description .bg-shape {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-collaboration-section .collaboration-main-wrapper .collaboration-description .description-main {
  position: relative;
  z-index: 2;
}

/*-- about page -- */
/************** EXCELLENCE PARTNER SECTION ********************/
.wooprex-excellent-partner-section .inner-main-wrapper {
  padding: 0px 12px;
}
.wooprex-excellent-partner-section .inner-main-wrapper .row {
  row-gap: 0px;
}
.wooprex-excellent-partner-section .inner-main-wrapper .row > * {
  padding-left: 0;
  padding-right: 0;
}

.wooprex-excellent-partner-item {
  display: flex;
  height: 100%;
  flex-wrap: wrap;
}
.wooprex-excellent-partner-item .inner-left,
.wooprex-excellent-partner-item .inner-right {
  width: 50%;
  flex: 0 0 auto;
}
.wooprex-excellent-partner-item .inner-left {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.wooprex-excellent-partner-item .inner-left .count {
  position: relative;
  z-index: 3;
  font-size: 130px;
  -webkit-text-stroke: 1px #CCD3E1;
  -webkit-text-fill-color: #CCD3E1;
  transition: all 0.3s ease;
}
.wooprex-excellent-partner-item .inner-left:after {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  background-image: url(../assets/images/image-87.webp);
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
  z-index: 1;
}
.wooprex-excellent-partner-item .inner-right {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 25px;
  padding: 60px 30px;
  position: relative;
}
.wooprex-excellent-partner-item .inner-right h3 {
  font-size: 24px;
}
.wooprex-excellent-partner-item .inner-right .wooprex-btn {
  background-color: #ffffff;
  color: #121212;
  margin-top: 20px;
  padding-right: 0;
}
.wooprex-excellent-partner-item .inner-right .wooprex-btn i {
  opacity: 0;
  visibility: hidden;
}
.wooprex-excellent-partner-item .inner-right .wooprex-btn:hover {
  background-color: #0066FF;
  color: #ffffff;
  border-color: #0066FF;
  padding-right: 25px;
}
.wooprex-excellent-partner-item .inner-right .wooprex-btn:hover i {
  opacity: 1;
  visibility: visible;
}
.wooprex-excellent-partner-item.item-1 .inner-left:before, .wooprex-excellent-partner-item.item-2 .inner-left:before {
  content: "";
  background-image: url(../assets/shape/shape-43.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
.wooprex-excellent-partner-item.item-1 .inner-left .count, .wooprex-excellent-partner-item.item-2 .inner-left .count {
  -webkit-text-stroke: 1px #ffffff;
  -webkit-text-fill-color: #ffffff;
}
.wooprex-excellent-partner-item.item-3 .inner-left, .wooprex-excellent-partner-item.item-4 .inner-left {
  background-color: #F6FAFF;
}
.wooprex-excellent-partner-item.item-3 .inner-right:before, .wooprex-excellent-partner-item.item-4 .inner-right:before {
  content: "";
  background-image: url(../assets/shape/shape-43.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
}
.wooprex-excellent-partner-item.item-2 .inner-left:after {
  background-image: url(../assets/images/image-132.webp);
}
.wooprex-excellent-partner-item.item-3 .inner-left:after {
  background-image: url(../assets/images/image-133.webp);
}
.wooprex-excellent-partner-item.item-4 .inner-left:after {
  background-image: url(../assets/images/image-134.webp);
}
.wooprex-excellent-partner-item:hover .inner-left:after {
  opacity: 1;
  visibility: visible;
}
.wooprex-excellent-partner-item:hover .inner-left .count {
  -webkit-text-stroke: 1px #ffffff;
  -webkit-text-fill-color: #ffffff;
}

/**************** MARKET RESEARCH SECTION **********************/
.wooprex-market-research-section .inner-main-wrapper {
  position: relative;
}
.wooprex-market-research-section .inner-main-wrapper img.bg-image {
  width: 60%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 410px;
  width: 60%;
  display: block;
  border-radius: 5px;
}
.wooprex-market-research-section .inner-main-wrapper img.bg-image.bg-image-top {
  margin-left: auto;
}
.wooprex-market-research-section .research-wrapper {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  left: 0;
  top: 5%;
  z-index: 2;
  align-items: flex-start;
}
.wooprex-market-research-section .research-wrapper .research-item {
  width: 25%;
  flex: 0 0 auto;
  background-color: #ffffff;
}
.wooprex-market-research-section .research-wrapper .research-item h3 {
  font-size: 30px;
  margin-bottom: 15px;
}
.wooprex-market-research-section .research-wrapper .research-item p {
  font-size: 14px;
}
.wooprex-market-research-section .research-wrapper .research-item.item-2 {
  margin-top: 12%;
}
.wooprex-market-research-section .research-wrapper .research-item.item-3 {
  margin-top: 24%;
}
.wooprex-market-research-section .research-wrapper .research-item.item-4 {
  margin-top: 36%;
}

/*-- service page -- */
.wooprex-scale-company-section .inner-main-wrapper {
  position: relative;
}
.wooprex-scale-company-section .inner-main-wrapper img {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-scale-company-section .wooprex-service-wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  row-gap: 60px;
}

.wooprex-service-about-section .stroke-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.wooprex-service-about-section .about-main-wrapper {
  position: relative;
  padding-left: 30px;
}
.wooprex-service-about-section .about-main-wrapper .speed-service {
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  z-index: 2;
}
.wooprex-service-about-section .about-main-wrapper .speed-service h4 {
  writing-mode: vertical-rl;
  transform: scale(-1);
}
.wooprex-service-about-section .about-main-wrapper .speed-service h4 span {
  line-height: 1;
}
.wooprex-service-about-section .about-main-wrapper .speed-service h4 span:first-child {
  opacity: 0.5;
  font-size: 100px;
}
.wooprex-service-about-section .about-main-wrapper .speed-service h4 span:last-child {
  font-size: 24px;
}
.wooprex-service-about-section .about-main-wrapper .section-header {
  max-width: 900px;
  margin: 0;
}
.wooprex-service-about-section .about-main-wrapper .section-header .header {
  font-size: 40px;
}
.wooprex-service-about-section .about-main-wrapper .section-header .sub-header {
  font-size: 18px;
}
.wooprex-service-about-section .about-main-wrapper .client-wrapper .row .row {
  height: 100%;
}
.wooprex-service-about-section .about-main-wrapper .client-wrapper .client-counter {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.wooprex-service-about-section .about-main-wrapper .client-wrapper .client-counter h4 {
  font-size: 100px;
  font-weight: 100;
  line-height: 1em;
}
.wooprex-service-about-section .about-main-wrapper .client-wrapper .client-counter h4 span {
  line-height: 1;
}
.wooprex-service-about-section .about-main-wrapper .client-wrapper .client-counter p {
  font-size: 20px;
}
.wooprex-service-about-section .about-main-wrapper .client-wrapper .item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
.wooprex-service-about-section .about-main-wrapper .client-wrapper .item .client-image {
  height: 46%;
  overflow: hidden;
  border-radius: 5px;
}
.wooprex-service-about-section .about-main-wrapper .client-wrapper .item .client-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-service-about-section .about-main-wrapper .client-wrapper .item .client-image.big {
  height: 100%;
}

.wooprex-excellence-faq-section {
  position: relative;
}
.wooprex-excellence-faq-section:after {
  content: "";
  background-image: url(../assets/shape/shape-11.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 120px;
  position: absolute;
  top: 0;
  right: 0;
}
.wooprex-excellence-faq-section .faq-main-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.wooprex-excellence-faq-section .faq-main-wrapper .faq-image, .wooprex-excellence-faq-section .faq-main-wrapper .faq-main {
  width: 50%;
  flex: 0 0 auto;
}
.wooprex-excellence-faq-section .faq-main-wrapper .faq-image {
  position: relative;
  z-index: 2;
}
.wooprex-excellence-faq-section .faq-main-wrapper .faq-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-excellence-faq-section .faq-main-wrapper .faq-main {
  background-color: #121212;
  padding: 60px 20px 60px 40px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.wooprex-excellence-faq-section .faq-main-wrapper .faq-main .header {
  color: #ffffff;
  max-width: 700px;
  line-height: 1.1em;
}
.wooprex-excellence-faq-section .faq-main-wrapper .faq-main .wooprex-btn {
  margin-top: 50px;
}

/*-- service details page -- */
.wooprex-company-section .inner-main-wrapper {
  position: relative;
  overflow: hidden;
}
.wooprex-company-section .inner-main-wrapper:before {
  content: "";
  background-image: url(../assets/shape/shape-23.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -15px;
  top: 20px;
}
.wooprex-company-section .inner-main-wrapper .row {
  row-gap: 0;
}

.wooprex-expertise-item {
  text-align: center;
  padding: 35px 20px;
  position: relative;
  height: 100%;
}
.wooprex-expertise-item:before {
  content: "";
  background-image: url(../assets/shape/shape-22.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.wooprex-expertise-item a {
  display: block;
  position: relative;
  z-index: 2;
}
.wooprex-expertise-item i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  color: #0066FF;
  transition: all 0.3s ease;
}
.wooprex-expertise-item h3 {
  font-size: 24px;
  margin: 15px 0px 10px 0px;
  transition: all 0.3s ease;
}
.wooprex-expertise-item p {
  max-width: 350px;
  margin: 0 auto;
}
.wooprex-expertise-item:hover:before {
  opacity: 1;
  visibility: visible;
}
.wooprex-expertise-item:hover h3 {
  color: #0066FF;
}
.wooprex-expertise-item:hover i {
  transform: scale(1.1);
}

/******* RELIABLE SECTION *********/
.wooprex-reliable-solution-section .inner-main-wrapper .row > * {
  padding: 0px 16px;
}

.wooprex-reliable-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.wooprex-reliable-item .reliable-image {
  height: 380px;
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
}
.wooprex-reliable-item .reliable-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-reliable-item .reliable-description h3 {
  font-size: 24px;
  color: #0066FF;
  margin-bottom: 10px;
}
.wooprex-reliable-item .reliable-description img {
  margin-top: 20px;
  height: 50px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/***************CUSTOM SERVICE SECTION ******************/
.wooprex-custom-service-section {
  position: relative;
  background-color: #0066FF;
  overflow: hidden;
}
.wooprex-custom-service-section:before {
  content: "";
  background-image: url(../assets/shape/shape-25.svg);
  width: 30%;
  height: 90%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  left: 0%;
}
.wooprex-custom-service-section:after {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../assets/shape/shape-1.svg);
}
.wooprex-custom-service-section .header {
  color: #ffffff;
}
.wooprex-custom-service-section .wooprex-button-wrapper {
  margin-top: 50px;
  position: relative;
  z-index: 2;
}

.wooprex-custom-service-item {
  position: relative;
  z-index: 2;
}
.wooprex-custom-service-item h4,
.wooprex-custom-service-item h3,
.wooprex-custom-service-item p {
  color: #ffffff;
}
.wooprex-custom-service-item h4 {
  font-weight: 200;
  font-size: 100px;
}
.wooprex-custom-service-item h3 {
  font-size: 24px;
  margin: 10px 0px 10px 0px;
}

/************ BIZCONIX SECTION ******************/
.wooprex-bizconix-section {
  position: relative;
}
.wooprex-bizconix-section:before {
  content: "";
  background-image: url(../assets/shape/shape-17.svg);
  width: 43%;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: -1;
}
.wooprex-bizconix-section .header {
  max-width: 800px;
}
.wooprex-bizconix-section .stroke-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.wooprex-expert-item {
  text-align: center;
}
.wooprex-expert-item i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  color: #0066FF;
}
.wooprex-expert-item h3 {
  font-size: 20px;
  margin: 15px 0px 10px 0px;
}
.wooprex-expert-item p {
  font-size: 15px;
  color: #687077;
}

/*************** HIRE SECTION ******************/
.wooprex-hire-section {
  background-color: #F6FAFF;
}
.wooprex-hire-section .section-header {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.wooprex-hire-section .section-header .header {
  color: #11375C;
}
.wooprex-hire-section .section-header .sub-header {
  color: #687077;
}
.wooprex-hire-section .inner-main-wrapper .row {
  row-gap: 50px;
}

.wooprex-hire-item {
  text-align: center;
}
.wooprex-hire-item i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  color: #11375C;
}
.wooprex-hire-item h3 {
  font-size: 20px;
  margin: 15px 0px 10px 0px;
  color: #11375C;
}
.wooprex-hire-item p {
  color: #687077;
  font-size: 15px;
  max-width: 360px;
  margin: 0 auto;
}

/*-- single service page -- */
/*************** High performance section *****************/
.wooprex-high-performance-section {
  padding-top: 50px;
}
.wooprex-high-performance-section .inner-middle {
  text-align: center;
  padding-top: 50px;
}
.wooprex-high-performance-section .wooprex-review {
  display: inline-flex;
  padding: 25px;
  background-color: #0066FF;
  border-radius: 5px;
}
.wooprex-high-performance-section .wooprex-review .rating-wrapper {
  border-right: 1px solid #ffffff;
}
.wooprex-high-performance-section .wooprex-review .rating-wrapper h5.rating,
.wooprex-high-performance-section .wooprex-review .rating-wrapper p {
  color: #ffffff;
}
.wooprex-high-performance-section .wooprex-review .star-wrapper h5,
.wooprex-high-performance-section .wooprex-review .star-wrapper .star span i {
  color: #ffffff;
}
.wooprex-high-performance-section .inner-left {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.wooprex-high-performance-section .inner-left .performance-image {
  max-width: 270px;
  overflow: hidden;
  border-radius: 5px;
}
.wooprex-high-performance-section .inner-left .performance-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-high-performance-section .inner-right .performance-image-wrapper {
  position: relative;
}
.wooprex-high-performance-section .inner-right .performance-image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-high-performance-section .inner-right .performance-image-wrapper .image-1 {
  max-width: 60%;
  overflow: hidden;
  margin-left: auto;
  border-radius: 5px;
}
.wooprex-high-performance-section .inner-right .performance-image-wrapper .image-2 {
  max-width: 40%;
  overflow: hidden;
  border-radius: 5px;
}

/*********** Wooprex business section **************/
.wooprex-business-section .inner-left,
.wooprex-business-section .inner-right {
  background-color: #121212;
  height: 100%;
  border-radius: 5px;
}
.wooprex-business-section .inner-left .wooprex-business-item,
.wooprex-business-section .inner-right .wooprex-business-item {
  padding: 30px;
}

.wooprex-business-item {
  height: 100%;
}
.wooprex-business-item .image {
  height: 100%;
  overflow: hidden;
  border-radius: 5px;
}
.wooprex-business-item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-business-item i {
  font-size: 35px;
}
.wooprex-business-item h3 {
  font-size: 24px;
  margin: 15px 0px 10px 0px;
}
.wooprex-business-item i,
.wooprex-business-item h3,
.wooprex-business-item p {
  color: #ffffff;
}

/************* Wooprex Incredible section **************/
.wooprex-incredible-section {
  background: #ECEFF7;
  position: relative;
}
.wooprex-incredible-section:before {
  content: "";
  background-image: url(../assets/shape/shape-8.svg);
  width: 40%;
  height: 600px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  left: 0%;
}
.wooprex-incredible-section .section-header {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.wooprex-incredible-section .inner-main-wrapper {
  position: relative;
  z-index: 2;
}
.wooprex-incredible-section .inner-main-wrapper .row {
  row-gap: 40px;
}
.wooprex-incredible-section .inner-main-wrapper ul.wooprex-nav-tabs {
  justify-content: center;
  border-bottom: 2px solid #ffffff;
  gap: 60px;
}
.wooprex-incredible-section .inner-main-wrapper ul.wooprex-nav-tabs li button {
  color: #121212;
  font-size: 18px;
  padding: 10px;
  font-weight: 500;
}
.wooprex-incredible-section .inner-main-wrapper ul.wooprex-nav-tabs li button.active {
  color: #0066FF;
  border-bottom: 2px solid #0066FF;
}
.wooprex-incredible-section .tab-content {
  padding: 25px;
  position: relative;
  background-color: #ffffff;
  border-radius: 5px;
  overflow: hidden;
}
.wooprex-incredible-section .tab-content:before {
  content: "";
  background-image: url(../assets/shape/shape-26.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  right: 0%;
  width: 60%;
  height: 100%;
}
.wooprex-incredible-section .incredible-image {
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.wooprex-incredible-section .incredible-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-incredible-section .incredible-description-wrapper {
  height: 100%;
  padding-left: 30px;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}

.wooprex-incredible-item a {
  display: block;
  width: 100%;
  height: 100%;
}
.wooprex-incredible-item span.icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0066FF;
  border-radius: 5px;
}
.wooprex-incredible-item span.icon i {
  color: #ffffff;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.wooprex-incredible-item h3 {
  font-size: 20px;
  margin: 22px 0px 12px 0px;
  transition: all 0.3s ease;
}
.wooprex-incredible-item p {
  font-size: 15px;
  transition: all 0.3s ease;
}
.wooprex-incredible-item:hover span.icon i {
  transform: scale(1.1);
}
.wooprex-incredible-item:hover h3,
.wooprex-incredible-item:hover p {
  color: #0066FF;
}

/*************** EMPOWER BUSINESS *******************/
.wooprex-empower-business-section {
  position: relative;
  overflow: hidden;
}
.wooprex-empower-business-section .section-header {
  margin: 0;
}
.wooprex-empower-business-section .sub-header {
  max-width: 750px;
}
.wooprex-empower-business-section .top {
  margin-bottom: 55px;
}
.wooprex-empower-business-section .stroke-wrapper {
  height: 100%;
}
.wooprex-empower-business-section .empower-bsuiness-main-wrapper .empower-business-slider {
  overflow: visible;
}
.wooprex-empower-business-section .empower-bsuiness-main-wrapper .empower-business-slider .swiper-slide {
  width: auto;
}

.wooprex-empower-business-item {
  padding: 20px;
  background-color: #ECEFF7;
  border-radius: 5px;
}
.wooprex-empower-business-item a {
  display: block;
  width: 100%;
  height: 100%;
}
.wooprex-empower-business-item .business-image {
  height: 580px;
  overflow: hidden;
  border-radius: 5px;
}
.wooprex-empower-business-item .business-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.wooprex-empower-business-item .business-description {
  padding-top: 25px;
}
.wooprex-empower-business-item .business-description h4 {
  font-size: 30px;
  margin-bottom: 5px;
  color: #11375C;
  transition: all 0.3s ease;
}
.wooprex-empower-business-item .business-description p {
  color: #687077;
  max-width: 430px;
  transition: all 0.3s ease;
}
.wooprex-empower-business-item:hover .business-image img {
  transform: scale(1.03);
}
.wooprex-empower-business-item:hover h4,
.wooprex-empower-business-item:hover p {
  color: #0066FF;
}

/***************** GALLERY SECTION *********************/
.wooprex-gallery-section .sub-header {
  max-width: 600px;
  margin: 0 auto;
}

.wooprex-gallery-item a {
  display: block;
  width: 100%;
  height: 100%;
}
.wooprex-gallery-item .gallery-image {
  height: 590px;
  overflow: hidden;
  border-radius: 5px;
}
.wooprex-gallery-item .gallery-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-gallery-item .gallery-description {
  padding-top: 25px;
}
.wooprex-gallery-item .gallery-description h4 {
  font-size: 30px;
  margin-bottom: 5px;
  transition: all 0.3s ease;
}
.wooprex-gallery-item .gallery-description p {
  transition: all 0.3s ease;
}
.wooprex-gallery-item:hover .gallery-image img {
  transform: scale(1.03);
}
.wooprex-gallery-item:hover h4,
.wooprex-gallery-item:hover p {
  color: #0066FF;
}

/*-- contact page -- */
.wooprex-contact-section {
  position: relative;
}
.wooprex-contact-section .inner-left {
  padding-right: 20px;
  position: relative;
  height: 100%;
}
.wooprex-contact-section .inner-left .bg-shape {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -50%;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: -1;
}
.wooprex-contact-section .inner-left .location {
  max-width: 40%;
  margin-left: auto;
}
.wooprex-contact-section .inner-left .location iframe {
  width: 100%;
  height: 245px;
}
.wooprex-contact-section .inner-left .location h4 {
  font-size: 24px;
  margin-top: 15px;
  margin-bottom: 5px;
}
.wooprex-contact-section .wooprex-contact-form {
  padding: 60px 50px;
  position: relative;
  background-image: url(../assets/shape/shape-46.svg);
}
.wooprex-contact-section .wooprex-contact-form .row {
  row-gap: 15px;
}
.wooprex-contact-section .wooprex-contact-form .form-header {
  max-width: 400px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 10px;
  margin-bottom: 40px;
}
.wooprex-contact-section .wooprex-contact-form .form-header h2 {
  font-size: 30px;
}
.wooprex-contact-section .wooprex-contact-form input[type=text],
.wooprex-contact-section .wooprex-contact-form input[type=email],
.wooprex-contact-section .wooprex-contact-form textarea,
.wooprex-contact-section .wooprex-contact-form select.wooprex-select {
  background-color: #ffffff;
}

.wooprex-contact-option {
  padding-top: 25px;
}
.wooprex-contact-option .inner-main-wrapper {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #CCD3E1;
  border-bottom: 1px solid #CCD3E1;
}
.wooprex-contact-option .inner-main-wrapper .inner-item {
  width: 33.33%;
  padding: 40px 0px;
  display: flex;
  align-items: center;
}
.wooprex-contact-option .inner-main-wrapper .inner-item .wooprex-follow-us ul {
  justify-content: flex-end;
}
.wooprex-contact-option .inner-main-wrapper .inner-item .wooprex-follow-us ul li a {
  font-size: 22px;
}
.wooprex-contact-option .inner-main-wrapper .inner-item.item-1, .wooprex-contact-option .inner-main-wrapper .inner-item.item-2 {
  border-right: 1px solid #CCD3E1;
}
.wooprex-contact-option .inner-main-wrapper .inner-item.item-1 a {
  font-size: 40px;
  font-weight: 600;
}
.wooprex-contact-option .inner-main-wrapper .inner-item.item-2 {
  justify-content: center;
}
.wooprex-contact-option .inner-main-wrapper .inner-item.item-2 ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.wooprex-contact-option .inner-main-wrapper .inner-item.item-2 ul li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  font-size: 18px;
}
.wooprex-contact-option .inner-main-wrapper .inner-item.item-2 ul li a i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  transition: all 0.3s ease;
}
.wooprex-contact-option .inner-main-wrapper .inner-item.item-2 ul li a:hover i {
  transform: scale(1.1);
}
.wooprex-contact-option .inner-main-wrapper .inner-item.item-3 {
  justify-content: flex-end;
}

/* Success stories */
.wooprex-contact-success-stories-section .success-image {
  height: 650px;
}
.wooprex-contact-success-stories-section .success-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

/*-- pricing page -- */
.wooprex-pricing-section .container {
  max-width: 1240px;
}
.wooprex-pricing-section .section-header h6 {
  font-size: 18px;
  text-transform: uppercase;
}
.wooprex-pricing-section .section-header .header {
  font-size: 48px;
}
.wooprex-pricing-section .section-header .sub-header {
  max-width: 550px;
  margin: 0 auto;
}
.wooprex-pricing-section .section-header .pricing-package {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.wooprex-pricing-section .section-header .pricing-package p {
  font-weight: 500;
  font-size: 18px;
}
.wooprex-pricing-section .section-header .pricing-package .checkbox {
  width: 70px;
  height: 35px;
  background-color: #0066FF;
  position: relative;
  border-radius: 56px;
  cursor: pointer;
}
.wooprex-pricing-section .section-header .pricing-package .checkbox:before {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
  transition: all 0.6s ease;
}
.wooprex-pricing-section .section-header .pricing-package .checkbox.basic-active:before {
  transform: translateY(-50%) translateX(0px);
}
.wooprex-pricing-section .section-header .pricing-package .checkbox.advanced-active:before {
  transform: translateY(-50%) translateX(100%);
}

.wooprex-pricing-item {
  background-color: #ffffff;
  padding: 30px;
  box-shadow: 0px 2px 12px 0px rgba(20, 20, 43, 0.0784313725);
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 40px;
}
.wooprex-pricing-item h6 {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 8px 20px;
  margin-left: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-size: 14px;
  border-radius: 5px;
}
.wooprex-pricing-item h5 {
  font-size: 25px;
  margin-bottom: 20px;
  line-height: 1em;
}
.wooprex-pricing-item p {
  color: #687077;
  margin-bottom: 15px;
}
.wooprex-pricing-item h3 {
  font-size: 45px;
}
.wooprex-pricing-item h3 span.month {
  font-size: 24px;
  color: #687077;
}
.wooprex-pricing-item h3 span.price {
  transition: all 0.6s ease;
  opacity: 1;
}
.wooprex-pricing-item h3 span.price.fade-out {
  opacity: 0;
}
.wooprex-pricing-item h4 {
  font-size: 18px;
  margin: 15px 0px;
}
.wooprex-pricing-item ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.wooprex-pricing-item ul li {
  position: relative;
  padding-left: 30px;
}
.wooprex-pricing-item ul li:before {
  content: "\f163";
  font-family: "flaticon_bizconix";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  font-size: 12px;
  width: 20px;
  height: 20px;
  background-color: #121212;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.wooprex-pricing-item .wooprex-btn {
  width: 100%;
}
.wooprex-pricing-item.item-2 {
  background-color: #0066FF;
}
.wooprex-pricing-item.item-2 h6,
.wooprex-pricing-item.item-2 h5,
.wooprex-pricing-item.item-2 p,
.wooprex-pricing-item.item-2 h3,
.wooprex-pricing-item.item-2 h4,
.wooprex-pricing-item.item-2 ul li {
  color: #ffffff;
}
.wooprex-pricing-item.item-2 h3 span.month {
  color: #D9DBE9;
}
.wooprex-pricing-item.item-2 .wooprex-btn {
  color: #121212;
}
.wooprex-pricing-item.item-2 .wooprex-btn:hover {
  color: #ffffff;
}
.wooprex-pricing-item.item-2 ul li:before {
  background-color: #ffffff;
  color: #121212;
}
.wooprex-pricing-item.item-1, .wooprex-pricing-item.item-3 {
  margin-top: 50px;
}

/* Pricing compare section */
.wooprex-price-compare-section .header {
  font-size: 48px;
}
.wooprex-price-compare-section .wooprex-table-wrapper table {
  border-bottom: 1px solid #CCD3E1;
}
.wooprex-price-compare-section .wooprex-table-wrapper table thead th {
  padding: 15px;
  text-align: center;
  vertical-align: bottom;
  border-right: 1px solid #CCD3E1;
}
.wooprex-price-compare-section .wooprex-table-wrapper table thead th:last-child {
  border-right: none;
}
.wooprex-price-compare-section .wooprex-table-wrapper table thead th .table-header h6 {
  background-color: #0066FF;
  color: #ffffff;
  padding: 5px 25px;
  font-size: 14px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  margin-bottom: 15px;
  border-radius: 5px;
}
.wooprex-price-compare-section .wooprex-table-wrapper table thead th .table-header h5 {
  font-size: 22px;
}
.wooprex-price-compare-section .wooprex-table-wrapper table thead th .table-header h3 {
  font-size: 45px;
}
.wooprex-price-compare-section .wooprex-table-wrapper table thead th .table-header h3 span {
  font-size: 20px;
}
.wooprex-price-compare-section .wooprex-table-wrapper table thead th:nth-child(3) .table-header h5,
.wooprex-price-compare-section .wooprex-table-wrapper table thead th:nth-child(3) .table-header h3 {
  color: #0066FF;
}
.wooprex-price-compare-section .wooprex-table-wrapper table tbody tr.section-devider {
  background-color: #ffffff !important;
  border-top: 1px solid #CCD3E1;
}
.wooprex-price-compare-section .wooprex-table-wrapper table tbody tr.section-devider h4 {
  font-size: 24px;
}
.wooprex-price-compare-section .wooprex-table-wrapper table tbody tr.section-devider td {
  padding-top: 25px;
}
.wooprex-price-compare-section .wooprex-table-wrapper table tbody tr.section-devider td:first-child {
  min-width: 200px;
}
.wooprex-price-compare-section .wooprex-table-wrapper table tbody tr:nth-child(even) {
  background-color: #F6FAFF;
}
.wooprex-price-compare-section .wooprex-table-wrapper table tbody tr td {
  text-align: center;
  vertical-align: middle;
  padding: 15px;
  border-right: 1px solid #CCD3E1;
}
.wooprex-price-compare-section .wooprex-table-wrapper table tbody tr td:first-child {
  text-align: left;
}
.wooprex-price-compare-section .wooprex-table-wrapper table tbody tr td:last-child {
  border-right: none;
}
.wooprex-price-compare-section .wooprex-table-wrapper table tbody tr td .checkmark {
  width: 20px;
  height: 20px;
  font-size: 14px;
  border-radius: 50%;
  background-color: #121212;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.wooprex-price-compare-section .wooprex-table-wrapper table tbody tr td .checkmark i {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wooprex-price-compare-section .wooprex-table-wrapper table tbody tr td:nth-child(3) {
  color: #0066FF;
  font-weight: 500;
}
.wooprex-price-compare-section .wooprex-table-wrapper table tbody tr td:nth-child(3) .checkmark {
  background-color: #0066FF;
}
.wooprex-price-compare-section .wooprex-table-wrapper table tbody:last-child tr:last-child {
  background-color: #ffffff;
  border-top: 1px solid #CCD3E1;
}
.wooprex-price-compare-section .wooprex-table-wrapper table tbody:last-child tr:last-child td .wooprex-btn {
  min-width: 170px;
}

/* Universal table wrapper */
.wooprex-table-wrapper {
  overflow: auto;
}
.wooprex-table-wrapper table {
  width: 100%;
}

/*-- blog pages -- */
.wooprex-blog-list-section .inner-main-wrapper .row .col-item:nth-child(odd) .wooprex-blog-item {
  margin-top: -150px;
  padding-right: 20px;
}
.wooprex-blog-list-section .inner-main-wrapper .row .col-item:nth-child(even) .wooprex-blog-item {
  margin-top: 100px;
  padding-left: 20px;
}
.wooprex-blog-list-section .inner-main-wrapper .row .col-item:first-child .wooprex-blog-item {
  margin-top: 0;
}
.wooprex-blog-list-section .inner-main-wrapper .row .col-item:nth-child(2) .wooprex-blog-item {
  margin-top: 250px;
}

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

.wooprex-blog-header {
  margin-bottom: 35px;
  position: relative;
  z-index: 2;
}
.wooprex-blog-header .header {
  margin-bottom: 25px;
}
.wooprex-blog-header .author {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 25px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.wooprex-blog-header .author p {
  padding-right: 25px;
  border-right: 1px solid #121212;
  line-height: 1em;
}
.wooprex-blog-header .author p:last-child {
  padding-right: 0;
  border-right: none;
}

.wooprex-blog-details {
  position: relative;
  z-index: 2;
}
.wooprex-blog-details .wooprex-blog-thumbnail,
.wooprex-blog-details .wooprex-blog-image {
  overflow: hidden;
  border-radius: 5px;
}
.wooprex-blog-details .wooprex-blog-thumbnail img,
.wooprex-blog-details .wooprex-blog-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-blog-details .wooprex-blog-thumbnail:hover img,
.wooprex-blog-details .wooprex-blog-image:hover img {
  transform: scale(1.03);
}
.wooprex-blog-details .wooprex-blog-thumbnail {
  height: 530px;
}
.wooprex-blog-details .wooprex-blog-image {
  height: 400px;
}
.wooprex-blog-details .wooprex-blog-description .description-header {
  font-size: 20px;
  margin-bottom: 20px;
}
.wooprex-blog-details .wooprex-blog-description article {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.wooprex-blog-details .wooprex-blog-description article p {
  font-size: 16px;
}
.wooprex-blog-details .wooprex-blog-quote {
  height: 155px;
  position: relative;
  border-radius: 5px;
  border: 1px solid #121212;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wooprex-blog-details .wooprex-blog-quote:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  width: 100px;
  height: 100px;
  background: url(../assets/shape/quote.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 1;
}
.wooprex-blog-details .wooprex-blog-quote blockquote {
  font-size: 20px;
  line-height: 1.4em;
  position: relative;
  z-index: 2;
  padding: 30px 60px 30px 30px;
}
.wooprex-blog-details .wooprex-blog-image,
.wooprex-blog-details .wooprex-blog-description,
.wooprex-blog-details .wooprex-blog-quote {
  margin-top: 40px;
}

/* Recent blog section */
.wooprex-recent-blog-section .wooprex-blog-item .blog-image {
  height: 420px;
}
.wooprex-recent-blog-section .wooprex-blog-item .blog-description h3 {
  font-size: 26px;
}
.wooprex-recent-blog-section .wooprex-blog-item .wooprex-btn {
  margin-top: 20px;
}

/*-- coming soon page -- */
.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;
  padding-top: 80px;
}
.wooprex-coming-soon-section .coming-soon-main-wrapper {
  position: relative;
  z-index: 2;
  max-width: 900px;
  text-align: center;
  margin: 0 auto;
}
.wooprex-coming-soon-section .coming-soon-main-wrapper p {
  font-size: 18px;
}
.wooprex-coming-soon-section .coming-soon-main-wrapper h1 {
  font-size: 56px;
  margin-top: 30px;
}
.wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
  flex-wrap: wrap;
  gap: 65px;
}
.wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown .item {
  position: relative;
  padding-right: 65px;
}
.wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown .item:last-child {
  padding-right: 0;
}
.wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown .item:last-child:after {
  display: none;
}
.wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown .item:after {
  content: ":";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  font-size: 62px;
}
.wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown .item span {
  font-size: 56px;
  font-weight: 500;
  display: block;
  line-height: 1.4em;
}
.wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown .item h4 {
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
}
.wooprex-coming-soon-section .coming-soon-main-wrapper a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 100px;
}
.wooprex-coming-soon-section .coming-soon-main-wrapper a i {
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px) {
  /***************** COMING SOON PAGE *******************/
  .wooprex-coming-soon-section {
    height: 700px;
  }
  .wooprex-coming-soon-section .coming-soon-main-wrapper h1 {
    font-size: 45px;
  }
  .wooprex-coming-soon-section .coming-soon-main-wrapper a {
    margin-top: 80px;
  }
  .wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown {
    gap: 50px;
    margin-top: 70px;
  }
  .wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown .item {
    padding-right: 55px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  /***************** COMING SOON PAGE *******************/
  .wooprex-coming-soon-section {
    height: 650px;
  }
  .wooprex-coming-soon-section .coming-soon-main-wrapper h1 {
    font-size: 35px;
    margin-top: 30px;
  }
  .wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
    gap: 22px;
  }
  .wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown .item {
    padding-right: 30px;
  }
  .wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown .item:after {
    font-size: 30px;
  }
  .wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown .item span {
    font-size: 50px;
  }
  .wooprex-coming-soon-section .coming-soon-main-wrapper a {
    margin-top: 70px;
  }
}
@media (max-width: 575px) {
  /***************** COMING SOON PAGE *******************/
  .wooprex-coming-soon-section {
    height: 650px;
  }
  .wooprex-coming-soon-section .coming-soon-main-wrapper {
    width: 100%;
  }
  .wooprex-coming-soon-section .coming-soon-main-wrapper h1 {
    font-size: 30px;
    margin-top: 20px;
  }
  .wooprex-coming-soon-section .coming-soon-main-wrapper p {
    font-size: 16px;
  }
  .wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    gap: 22px;
  }
  .wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown .item {
    padding-right: 30px;
  }
  .wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown .item:after {
    font-size: 30px;
  }
  .wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown .item span {
    font-size: 32px;
  }
  .wooprex-coming-soon-section .coming-soon-main-wrapper a {
    margin-top: 40px;
  }
  .wooprex-coming-soon-section .coming-soon-main-wrapper a i {
    font-size: 20px;
  }
}
@media (max-width: 430px) {
  .wooprex-coming-soon-section {
    height: 550px;
  }
  .wooprex-coming-soon-section .coming-soon-main-wrapper h1 {
    font-size: 30px;
  }
  .wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown {
    gap: 13px;
  }
  .wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown .item {
    padding-right: 20px;
  }
  .wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown .item:after {
    font-size: 20px;
  }
  .wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown .item h4 {
    font-size: 13px;
  }
  .wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown .item span {
    font-size: 22px;
  }
}
/*-- 404 error page -- */
.wooprex-error-section {
  height: 820px;
  position: relative;
  overflow: hidden;
  padding: 0px 20px;
}
.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 h3 {
  font-size: 32px;
  margin: 40px 0px 10px 0px;
}
.wooprex-error-section .error-wrapper-main p {
  font-size: 18px;
  margin-bottom: 60px;
}
.wooprex-error-section .error-wrapper-main .wooprex-btn {
  min-width: 180px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  /***************** ERROR PAGE *******************/
  .wooprex-error-section {
    height: auto;
    padding: 80px 0;
  }
  .wooprex-error-section .error-wrapper-main h1 {
    font-size: 180px;
  }
  .wooprex-error-section .error-wrapper-main h3 {
    font-size: 36px;
  }
  .wooprex-error-section .error-wrapper-main p {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /***************** ERROR PAGE *******************/
  .wooprex-error-section {
    height: auto;
    padding: 70px 0;
  }
  .wooprex-error-section .error-wrapper-main h1 {
    font-size: 160px;
  }
  .wooprex-error-section .error-wrapper-main h3 {
    font-size: 32px;
  }
  .wooprex-error-section .error-wrapper-main p {
    font-size: 22px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  /***************** ERROR PAGE *******************/
  .wooprex-error-section {
    height: auto;
    padding: 60px 0;
  }
  .wooprex-error-section .error-wrapper-main h1 {
    font-size: 140px;
  }
  .wooprex-error-section .error-wrapper-main h3 {
    font-size: 28px;
  }
  .wooprex-error-section .error-wrapper-main p {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  /***************** ERROR PAGE *******************/
  .wooprex-error-section {
    height: auto;
    padding: 50px 0;
  }
  .wooprex-error-section .error-wrapper-main h1 {
    font-size: 100px;
  }
  .wooprex-error-section .error-wrapper-main h3 {
    font-size: 24px;
  }
  .wooprex-error-section .error-wrapper-main p {
    font-size: 16px;
  }
}
/*-- faq page -- */
.wooprex-faq-full-section ul.wooprex-nav-tabs {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.wooprex-faq-full-section ul.wooprex-nav-tabs li button {
  padding: 15px 30px;
  transition: all 0.3s ease;
  border-radius: 5px;
  color: #121212;
  font-size: 18px;
  font-weight: 500;
}
.wooprex-faq-full-section ul.wooprex-nav-tabs li button:hover, .wooprex-faq-full-section ul.wooprex-nav-tabs li button.active {
  background-color: #0066FF;
  color: #ffffff;
}
.wooprex-faq-full-section .section-header {
  margin-bottom: 40px;
}
.wooprex-faq-full-section .wooprex-accordion {
  max-width: 100%;
}
.wooprex-faq-full-section .wooprex-accordion .accordion-item button, .wooprex-faq-full-section .wooprex-accordion .accordion-item .accordion-body p {
  color: #121212;
}

/*-- case study page -- */
.wooprex-case-study-list-section .item-8 .wooprex-case-study-item {
  justify-content: flex-end;
}
.wooprex-case-study-list-section .item-7 .case-study-shape img,
.wooprex-case-study-list-section .item-9 .case-study-shape img {
  -o-object-position: bottom;
     object-position: bottom;
}
.wooprex-case-study-list-section .item-4,
.wooprex-case-study-list-section .item-6,
.wooprex-case-study-list-section .item-7,
.wooprex-case-study-list-section .item-9 {
  margin-top: -165px;
}
.wooprex-case-study-list-section .item-5 {
  margin-top: 405px;
}

.wooprex-case-study-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  height: 100%;
}
.wooprex-case-study-item .case-study-shape {
  height: 550px;
  overflow: hidden;
}
.wooprex-case-study-item .case-study-shape img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.wooprex-case-study-item .case-study-image {
  height: 550px;
  overflow: hidden;
  border-radius: 5px;
  width: 100%;
}
.wooprex-case-study-item .case-study-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.wooprex-case-study-item .case-study-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-case-study-item .case-study-description {
  position: relative;
  padding: 20px;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.wooprex-case-study-item .case-study-description:before {
  content: "";
  background-image: url(../assets/shape/shape-27.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.wooprex-case-study-item .case-study-description a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.wooprex-case-study-item .case-study-description h5 {
  text-transform: uppercase;
  font-size: 18px;
  color: #11375C;
}
.wooprex-case-study-item .case-study-description h3 {
  font-size: 30px;
  margin: 0px 0px 10px 0px;
  color: #11375C;
  transition: all 0.3s ease;
}
.wooprex-case-study-item .case-study-description p {
  color: #687077;
}
.wooprex-case-study-item:hover .case-study-image img {
  transform: scale(1.03);
}
.wooprex-case-study-item:hover .case-study-description a h3 {
  color: #0066FF;
}

/*-- single case study page -- */
.wooprex-single-case-study-section {
  position: relative;
  overflow-x: clip;
}
.wooprex-single-case-study-section:before {
  content: "";
  background-image: url(../assets/shape/shape-28.svg);
  height: 550px;
  position: absolute;
  left: 0;
  top: 550px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.wooprex-single-case-study-section .case-study-thumbnail {
  height: 650px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  border-radius: 5px;
}
.wooprex-single-case-study-section .case-study-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-single-case-study-section .case-study-description {
  padding-top: 50px;
  position: relative;
  z-index: 2;
}
.wooprex-single-case-study-section .case-study-description .description-type {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  row-gap: 30px;
}
.wooprex-single-case-study-section .case-study-description .description-type .item {
  max-width: 350px;
}
.wooprex-single-case-study-section .case-study-description .description-type .item h4 {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.wooprex-single-case-study-section .case-study-description .description-main {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  row-gap: 35px;
}
.wooprex-single-case-study-section .case-study-description .description-main h2 {
  font-size: 55px;
  line-height: 1.1em;
}
.wooprex-single-case-study-section .case-study-description .description-main .item h4 {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.wooprex-single-case-study-section .extra-heading h3 {
  font-size: 40px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.wooprex-single-case-study-section .case-study-image-wrapper .inner-item .case-study-image {
  height: 550px;
  overflow: hidden;
  margin-bottom: 40px;
  border-radius: 5px;
}
.wooprex-single-case-study-section .case-study-image-wrapper .inner-item .case-study-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-single-case-study-section .case-study-image-wrapper .inner-item .case-study-image:hover img {
  transform: scale(1.03);
}
.wooprex-single-case-study-section .case-study-image-wrapper .inner-item p {
  font-size: 24px;
  line-height: 1.3em;
  font-weight: 500;
}
.wooprex-single-case-study-section .case-study-gallery .inner-main-wrapper .row {
  row-gap: 12px;
}
.wooprex-single-case-study-section .case-study-gallery .inner-main-wrapper .row > * {
  padding: 0px 6px;
}
.wooprex-single-case-study-section .case-study-gallery .gallery-item {
  height: 600px;
  overflow: hidden;
  border-radius: 5px;
}
.wooprex-single-case-study-section .case-study-gallery .gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-single-case-study-section .case-study-gallery .gallery-item:hover img {
  transform: scale(1.03);
}
.wooprex-single-case-study-section .gallery-description {
  padding-top: 50px;
}
.wooprex-single-case-study-section .gallery-description h3 {
  font-size: 40px;
  text-transform: uppercase;
}
.wooprex-single-case-study-section .gallery-description article {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
}
.wooprex-single-case-study-section .gallery-description article p {
  font-weight: 500;
  font-size: 22px;
  max-width: 800px;
}

.wooprex-recent-case-study-section {
  background-color: #F6FAFF;
  position: relative;
}
.wooprex-recent-case-study-section:after {
  content: "";
  background-image: url(../assets/shape/shape-29.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 120px;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  height: 100%;
}
.wooprex-recent-case-study-section .inner-right {
  padding: 0px 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
}
.wooprex-recent-case-study-section .inner-right .stroke-wrapper {
  display: inline-block;
  margin-bottom: 40px;
}
.wooprex-recent-case-study-section .inner-right .stroke-wrapper .wooprex-text-stroke {
  padding: 40px 0px 50px 0px;
}
.wooprex-recent-case-study-section .inner-right .stroke-wrapper .wooprex-text-stroke .stroke-text {
  cursor: pointer;
}
.wooprex-recent-case-study-section .recent-case-study-image {
  height: 600px;
  overflow: hidden;
  border-radius: 5px;
}
.wooprex-recent-case-study-section .recent-case-study-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.wooprex-recent-case-study-section .recent-case-study-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-recent-case-study-section .recent-case-study-image:hover img {
  transform: scale(1.03);
}
.wooprex-recent-case-study-section .recent-case-study-description h5 {
  font-size: 18px;
  text-transform: uppercase;
}
.wooprex-recent-case-study-section .recent-case-study-description h3 {
  font-size: 30px;
  margin: 0px 0px 10px 0px;
}
.wooprex-recent-case-study-section .recent-case-study-description p {
  font-size: 18px;
}

/*-- hire us page -- */
.wooprex-hire-us-form-section {
  background-color: #0066FF;
  position: relative;
  overflow: hidden;
  padding-left: calc((100% - 1440px) / 2);
}
.wooprex-hire-us-form-section:before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../assets/shape/shape-1.svg);
}
.wooprex-hire-us-form-section .inner-main-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.wooprex-hire-us-form-section .inner-left {
  position: relative;
  z-index: 2;
  padding-top: 50px;
  padding-bottom: 50px;
  width: 35%;
}
.wooprex-hire-us-form-section .inner-left ul.menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  margin-bottom: 50px;
  color: #ffffff;
}
.wooprex-hire-us-form-section .inner-left ul.menu li a {
  color: #ffffff;
}
.wooprex-hire-us-form-section .inner-left ul.menu li .page.current {
  color: #ffffff;
}
.wooprex-hire-us-form-section .inner-left ul.menu li a.page:hover {
  color: #ffffff;
}
.wooprex-hire-us-form-section .inner-left .header,
.wooprex-hire-us-form-section .inner-left .sub-header {
  color: #ffffff;
}
.wooprex-hire-us-form-section .wooprex-contact-form input[type=text],
.wooprex-hire-us-form-section .wooprex-contact-form input[type=email],
.wooprex-hire-us-form-section .wooprex-contact-form textarea {
  border-color: #ffffff;
  color: #ffffff;
}
.wooprex-hire-us-form-section .wooprex-contact-form input[type=text]::-moz-placeholder, .wooprex-hire-us-form-section .wooprex-contact-form input[type=email]::-moz-placeholder, .wooprex-hire-us-form-section .wooprex-contact-form textarea::-moz-placeholder {
  color: #ffffff;
}
.wooprex-hire-us-form-section .wooprex-contact-form input[type=text]::placeholder,
.wooprex-hire-us-form-section .wooprex-contact-form input[type=email]::placeholder,
.wooprex-hire-us-form-section .wooprex-contact-form textarea::placeholder {
  color: #ffffff;
}
.wooprex-hire-us-form-section .wooprex-contact-form select.wooprex-select {
  border-color: #ffffff;
  color: #ffffff;
  background-image: url("../assets/shape/down-arrow-white.svg");
}
.wooprex-hire-us-form-section .wooprex-contact-form select.wooprex-select option {
  color: #121212;
}
.wooprex-hire-us-form-section .wooprex-contact-form .wooprex-btn {
  min-width: auto;
}
.wooprex-hire-us-form-section .inner-right {
  position: relative;
  z-index: 2;
  width: 40%;
}
.wooprex-hire-us-form-section .inner-right ul {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  align-items: flex-end;
}
.wooprex-hire-us-form-section .inner-right ul li {
  width: 33.33%;
  flex: 0 0 auto;
  height: 205px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wooprex-hire-us-form-section .inner-right ul li.man-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-hire-us-form-section .inner-right ul li.bg-shape {
  position: relative;
}
.wooprex-hire-us-form-section .inner-right ul li.bg-shape:before {
  content: "";
  background-image: url(../assets/shape/shape-31.svg);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.wooprex-hire-us-form-section .inner-right ul li.bg-color {
  background-color: #ffffff;
}

/************** ELEVATE SECTION ***************/
.wooprex-elevate-section {
  position: relative;
  overflow: hidden;
}
.wooprex-elevate-section .bg-image {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.wooprex-elevate-section .inner-main-wrapper {
  position: relative;
  z-index: 2;
}
.wooprex-elevate-section .header {
  max-width: 570px;
}
.wooprex-elevate-section .header span {
  color: #0066FF;
}
.wooprex-elevate-section .inner-right .row {
  row-gap: 7px;
}
.wooprex-elevate-section .inner-right .row > * {
  padding-left: 8px;
  padding-right: 8px;
}

.wooprex-elevete-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 315px;
  background-color: #ffffff;
  padding: 20px;
  flex-direction: column;
  text-align: center;
  gap: 10px;
}
.wooprex-elevete-item h3 {
  line-height: 1em;
  font-size: 30px;
  margin-top: 30px;
}
.wooprex-elevete-item p {
  font-size: 15px;
  line-height: 1.4em;
}

/************* DEVELOPMENT SERVICE **************/
.wooprex-development-service-section .sub-header {
  max-width: 750px;
  margin: 0 auto;
}
.wooprex-development-service-section .inner-main-wrapper {
  padding: 0px 12px;
}
.wooprex-development-service-section .inner-main-wrapper .row {
  row-gap: 0px;
}
.wooprex-development-service-section .inner-main-wrapper .row > * {
  padding: 0;
}

.wooprex-development-service-item {
  padding: 40px;
  border: 1px solid #CCD3E1;
  height: 100%;
}
.wooprex-development-service-item .icon {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 1px solid #0066FF;
  color: #0066FF;
  overflow: hidden;
  border-radius: 5px;
}
.wooprex-development-service-item .icon i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
}
.wooprex-development-service-item .icon:before {
  content: "";
  background-image: url(../assets/shape/shape-1.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}
.wooprex-development-service-item h4 {
  margin: 25px 0px 15px 0px;
  font-size: 24px;
  transition: all 0.3s ease;
}
.wooprex-development-service-item p {
  line-height: 1.4em;
  transition: all 0.3s ease;
  font-size: 15px;
}
.wooprex-development-service-item:hover .icon i {
  transform: scale(1.1);
}
.wooprex-development-service-item:hover h4,
.wooprex-development-service-item:hover p {
  color: #0066FF;
}
.wooprex-development-service-item.item-1, .wooprex-development-service-item.item-2, .wooprex-development-service-item.item-3 {
  border-bottom: 0px;
}
.wooprex-development-service-item.item-1, .wooprex-development-service-item.item-2, .wooprex-development-service-item.item-4, .wooprex-development-service-item.item-5 {
  border-right: 0px;
}

/***************** Why hire us section ******************/
.wooprex-hire-us-section {
  background-color: #F6FAFF;
  position: relative;
}
.wooprex-hire-us-section:before {
  content: "";
  background-image: url(../assets/shape/shape-40.svg);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: repeat;
  background-position: center;
  opacity: 0.3;
}
.wooprex-hire-us-section .sub-header {
  max-width: 750px;
  margin: 0 auto;
}
.wooprex-hire-us-section .inner-main-wrapper {
  position: relative;
  z-index: 2;
}
.wooprex-hire-us-section .inner-main-wrapper .row {
  height: 100%;
}
.wooprex-hire-us-section .wooprex-hire-us-image {
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.wooprex-hire-us-section .wooprex-hire-us-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wooprex-hire-us-item {
  background-color: #ffffff;
  padding: 20px;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  border-radius: 5px;
}
.wooprex-hire-us-item i {
  font-size: 50px;
  color: #0066FF;
}
.wooprex-hire-us-item h4 {
  font-size: 24px;
  margin: 15px 0px 10px 0px;
}

/************** DEVELOPER EXPERTISE SECTION ********************/
.wooprex-developer-expertise-item {
  background-color: #F6FAFF;
  border-radius: 5px;
  height: 100%;
  overflow: hidden;
}
.wooprex-developer-expertise-item a {
  display: block;
  width: 100%;
  height: 100%;
}
.wooprex-developer-expertise-item .expertise-image {
  height: 400px;
  overflow: hidden;
  border-radius: 0px 0px 5px 5px;
}
.wooprex-developer-expertise-item .expertise-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-developer-expertise-item .expertise-description {
  padding: 20px;
}
.wooprex-developer-expertise-item .expertise-description h3 {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 30px;
}
.wooprex-developer-expertise-item .expertise-description ul {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.wooprex-developer-expertise-item .expertise-description ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  font-size: 15px;
  padding-left: 30px;
  color: #121212;
}
.wooprex-developer-expertise-item .expertise-description ul li:before {
  content: "\f163";
  font-family: "flaticon_bizconix";
  width: 20px;
  height: 20px;
  background-color: #0066FF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
}
.wooprex-developer-expertise-item:hover .expertise-image img {
  transform: scale(1.05);
}

/************* HIRING APPROACH SECTION ********************/
.wooprex-hiring-approach-section {
  overflow: hidden;
}
.wooprex-hiring-approach-section .sub-header {
  max-width: 900px;
  margin: 0 auto;
}
.wooprex-hiring-approach-section .inner-main-wrapper {
  background-color: #121212;
  position: relative;
  padding: 25px 20px;
  border-radius: 5px;
}
.wooprex-hiring-approach-section .inner-main-wrapper:after {
  content: "";
  background-image: url(../assets/shape/shape-41.svg);
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  height: 100%;
  width: 120px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.wooprex-hiring-approach-section .inner-main-wrapper .inner-right {
  padding-left: 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.wooprex-hiring-approach-section .inner-main-wrapper .inner-right .row {
  row-gap: 40px;
}
.wooprex-hiring-approach-section .hiring-approach-image {
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.wooprex-hiring-approach-section .hiring-approach-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wooprex-hiring-approach-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 20px;
  flex-wrap: wrap;
}
.wooprex-hiring-approach-item h4,
.wooprex-hiring-approach-item p {
  color: #ffffff;
}
.wooprex-hiring-approach-item .count {
  position: relative;
  background-color: #0066FF;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: #ffffff;
  font-size: 30px;
}
.wooprex-hiring-approach-item .count:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-left: 1px dashed #ffffff;
  height: 100%;
  bottom: -100%;
}
.wooprex-hiring-approach-item.item-5 .count:after {
  display: none;
}
.wooprex-hiring-approach-item .details {
  width: 80%;
}
.wooprex-hiring-approach-item .details h4 {
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 1.2em;
}
.wooprex-hiring-approach-item .details p {
  font-size: 15px;
}

/****************** Wooprex success stories section *********************/
.wooprex-success-stories-section {
  overflow: hidden;
}
.wooprex-success-stories-section .sub-header {
  max-width: 750px;
  margin: 0 auto;
}
.wooprex-success-stories-section .success-stories-slider {
  overflow: visible;
}
.wooprex-success-stories-section .success-stories-slider .swiper-slide {
  width: auto;
}

.wooprex-success-stories-item {
  padding: 20px;
  box-shadow: 0px 12px 28px 0px rgba(17, 55, 92, 0.0588235294);
  border-radius: 5px;
}
.wooprex-success-stories-item .success-stories-image {
  height: 520px;
  overflow: hidden;
  border-radius: 5px;
}
.wooprex-success-stories-item .success-stories-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}
.wooprex-success-stories-item .success-stories-description {
  padding: 30px 20px;
  max-width: 530px;
}
.wooprex-success-stories-item .success-stories-description h4 {
  font-size: 24px;
  margin-bottom: 10px;
}

/*-- career page -- */
/************** EXPERIENCE SECTION ***************/
.wooprex-experience-section .inner-main-wrapper .inner-left {
  border-right: 1px solid #CCD3E1;
  padding-right: 60px;
  height: 100%;
}
.wooprex-experience-section .inner-main-wrapper .inner-left article {
  display: flex;
  height: 100%;
  row-gap: 30px;
  flex-direction: column;
}
.wooprex-experience-section .inner-main-wrapper .inner-left article p {
  font-size: 20px;
  font-weight: 600;
}
.wooprex-experience-section .inner-main-wrapper .inner-right {
  padding-left: 60px;
}
.wooprex-experience-section .experience-item h3,
.wooprex-experience-section .experience-item p {
  color: #0066FF;
}
.wooprex-experience-section .experience-item h3 {
  font-size: 70px;
}
.wooprex-experience-section .experience-item p {
  font-size: 20px;
}

/**************** CELEBRATION GALLERY ******************/
.wooprex-celebration-gallery-section {
  overflow: hidden;
  position: relative;
}
.wooprex-celebration-gallery-section .gallery-image {
  overflow: hidden;
  height: 530px;
  border-radius: 5px;
}
.wooprex-celebration-gallery-section .gallery-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-celebration-gallery-section .gallery-image.big {
  height: 100%;
}
.wooprex-celebration-gallery-section .gallery-image:hover img {
  transform: scale(1.03);
}

/************ CURREMT OPENING ******************/
.wooprex-current-opening-section {
  background-color: #F6FAFF;
}
.wooprex-current-opening-section .wooprex-table-wrapper table tr {
  background-color: #ffffff;
}
.wooprex-current-opening-section .wooprex-table-wrapper table tr td {
  padding: 15px 20px;
  text-align: center;
  font-size: 18px;
  min-width: 200px;
}
.wooprex-current-opening-section .wooprex-table-wrapper table tr td:first-child {
  text-align: left;
}
.wooprex-current-opening-section .wooprex-table-wrapper table tr td:last-child {
  text-align: end;
}
.wooprex-current-opening-section .wooprex-table-wrapper table tr td h4 {
  font-size: 30px;
}
.wooprex-current-opening-section .wooprex-table-wrapper table tr td .wooprex-btn {
  font-size: 16px;
  min-width: 160px;
}
.wooprex-current-opening-section .wooprex-table-wrapper table tr:last-child {
  margin-bottom: 0px;
}

/**************** CAREER VALUE SECTION *********************/
.wooprex-career-value-section .inner-main-wrapper .row {
  row-gap: 70px;
}

.wooprex-career-values-item {
  position: relative;
  height: 100%;
}
.wooprex-career-values-item .count {
  border-bottom: 1px solid #121212;
  transition: all 0.3s ease;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.wooprex-career-values-item .count h5 {
  font-weight: 200;
  font-size: 40px;
  transition: all 0.3s ease;
}
.wooprex-career-values-item h4 {
  font-size: 30px;
  margin-bottom: 10px;
}
.wooprex-career-values-item p {
  font-size: 18px;
}
.wooprex-career-values-item:before {
  content: "";
  background-image: url(../assets/images/image-95.webp);
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  height: 0;
  transition: all 0.6s ease;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.wooprex-career-values-item:hover .count {
  border-color: #0066FF;
}
.wooprex-career-values-item:hover .count h5 {
  color: #0066FF;
}
.wooprex-career-values-item:hover:before {
  height: 75%;
}

/*-- single career page -- */
.wooprex-career-single-thumbnail-section .thumbnail-image {
  height: 600px;
  overflow: hidden;
  border-radius: 5px;
}
.wooprex-career-single-thumbnail-section .thumbnail-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/************ CAREER DETAILS ****************/
.wooprex-career-details-section .inner-main-wrapper .row {
  row-gap: 40px;
}
.wooprex-career-details-section .inner-left {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.wooprex-career-details-section .inner-left .section-header {
  margin-bottom: 30px;
}
.wooprex-career-details-section .inner-left .section-header .header {
  font-size: 48px;
}
.wooprex-career-details-section .inner-left .section-header .sub-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.wooprex-career-details-section .inner-left .section-header .sub-header > span:first-child {
  padding-right: 20px;
  position: relative;
}
.wooprex-career-details-section .inner-left .section-header .sub-header > span:first-child:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  width: 1px;
  height: 12px;
  background-color: #121212;
}
.wooprex-career-details-section .inner-left .item h2 {
  margin-bottom: 15px;
}
.wooprex-career-details-section .inner-left .item h3 {
  font-size: 16px;
  margin-bottom: 20px;
}
.wooprex-career-details-section .inner-left .item p {
  font-size: 16px;
  max-width: 850px;
}
.wooprex-career-details-section .inner-left .item ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.wooprex-career-details-section .inner-left .item ul li {
  position: relative;
  padding-left: 25px;
  font-size: 16px;
}
.wooprex-career-details-section .inner-left .item ul li:before {
  content: "\f163";
  font-family: "flaticon_bizconix";
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
}
.wooprex-career-details-section .inner-right {
  border-radius: 5px;
  padding: 35px;
  background-color: #ffffff;
  border: 1px solid #EBEBF9;
  margin-top: -300px;
  z-index: 5;
  position: sticky;
  max-width: 95%;
  top: 100px;
}
.wooprex-career-details-section .inner-right h3 {
  margin-bottom: 30px;
}
.wooprex-career-details-section .inner-right form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.wooprex-career-details-section .inner-right form label {
  margin-bottom: 10px;
}

/*-- terms page -- */
.wooprex-terms-of-service-section .tab-content {
  padding-left: 60px;
  border-left: 1px solid #CCD3E1;
}
.wooprex-terms-of-service-section .tab-content .item .header {
  font-size: 24px;
  margin-bottom: 10px;
}
.wooprex-terms-of-service-section .tab-content .item p,
.wooprex-terms-of-service-section .tab-content .item li {
  font-size: 16px;
}
.wooprex-terms-of-service-section .tab-content .item ul {
  padding-left: 30px;
}
.wooprex-terms-of-service-section .tab-content .item ul li {
  list-style: disc;
  line-height: 1.8em;
}
.wooprex-terms-of-service-section .wooprex-nav-tabs {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
  flex-direction: column;
  position: sticky;
  top: 120px;
  z-index: 9;
}
.wooprex-terms-of-service-section .wooprex-nav-tabs li {
  font-size: 16px;
}
.wooprex-terms-of-service-section .wooprex-nav-tabs li a {
  padding: 10px 0px;
}
.wooprex-terms-of-service-section .wooprex-nav-tabs li a.active {
  color: #0066FF;
}

/*-- industry page -- */
.wooprex-real-estate-section {
  padding-bottom: 200px;
  position: relative;
  overflow: hidden;
}
.wooprex-real-estate-section:before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../assets/shape/shape-49.svg);
  z-index: -1;
}
.wooprex-real-estate-section:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  height: 100%;
  width: 150px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../assets/shape/shape-48.svg);
  z-index: 1;
}
.wooprex-real-estate-section .inner-main-wrapper {
  position: relative;
  z-index: 2;
}
.wooprex-real-estate-section .inner-main-wrapper .inner-left h1 {
  color: #ffffff;
  font-size: 56px;
}
.wooprex-real-estate-section .inner-main-wrapper .inner-left h1 span {
  color: #0066FF;
  position: relative;
}
.wooprex-real-estate-section .inner-main-wrapper .inner-left h1 span div {
  width: 100px;
  height: 1px;
  background-color: #ffffff;
  display: inline-block;
  vertical-align: super;
  margin-left: 10px;
}
.wooprex-real-estate-section .inner-main-wrapper .inner-left h1 span:after {
  content: "Establish 2011";
  font-size: 16px;
  color: #ffffff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-wrap: nowrap;
  margin-left: 25px;
}
.wooprex-real-estate-section .inner-main-wrapper .inner-left p {
  color: #ffffff;
  margin-top: 20px;
  font-size: 18px;
  max-width: 600px;
}
.wooprex-real-estate-section .inner-main-wrapper .inner-left .wooprex-btn {
  margin-top: 30px;
}
.wooprex-real-estate-section .inner-main-wrapper .inner-right {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
.wooprex-real-estate-section .counter-wrapper {
  width: 100%;
}
.wooprex-real-estate-section .counter-wrapper .counter-item h3,
.wooprex-real-estate-section .counter-wrapper .counter-item p {
  color: #ffffff;
}
.wooprex-real-estate-section .counter-wrapper .counter-item h3 {
  font-weight: 200;
  font-size: 56px;
}
.wooprex-real-estate-section .counter-wrapper .counter-item p {
  padding-right: 50px;
}

.wooprex-industry-image {
  position: relative;
  overflow: visible;
  overflow-x: clip;
}
.wooprex-industry-image:after {
  content: "";
  position: absolute;
  top: 200px;
  right: 0;
  width: 700px;
  max-width: 100%;
  height: 600px;
  background-image: url(../assets/shape/shape-50.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.wooprex-industry-image .industry-image-item {
  height: 600px;
  margin-top: -130px;
  border-radius: 5px;
  overflow: hidden;
}
.wooprex-industry-image .industry-image-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/************ Wooprex real estate consultancy service *****************/
.wooprex-consultancy-service {
  position: relative;
  overflow: hidden;
}
.wooprex-consultancy-service .inner-right p {
  font-size: 18px;
}
.wooprex-consultancy-service .consultancy-service-slider {
  margin-top: 55px;
  overflow: visible;
}
.wooprex-consultancy-service .consultancy-service-slider .swiper-slide {
  width: auto;
}

.wooprex-consultancy-service-item {
  height: 550px;
  overflow: hidden;
  border-radius: 5px;
}
.wooprex-consultancy-service-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/************** WOOPREX CONSUTANCY PROFIT **************/
.wooprex-consultancy-profit-section {
  overflow: hidden;
}
.wooprex-consultancy-profit-section .sub-header {
  max-width: 800px;
  margin: 0 auto;
}
.wooprex-consultancy-profit-section .inner-main-wrapper .row {
  row-gap: 50px;
}

.wooprex-profit-item {
  padding-left: 20px;
  border-left: 1px solid #CCD3E1;
  height: 100%;
}
.wooprex-profit-item .icon {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../assets/shape/shape-10.svg);
  transition: all 0.3s ease;
}
.wooprex-profit-item .icon i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 55px;
  transition: all 0.3s ease;
}
.wooprex-profit-item h3 {
  font-size: 26px;
  margin: 20px 0px 10px 0px;
}
.wooprex-profit-item p {
  margin-bottom: 50px;
}
.wooprex-profit-item .wooprex-btn {
  min-width: auto;
}
.wooprex-profit-item:hover .icon {
  background-image: url(../assets/shape/shape-43.svg);
}
.wooprex-profit-item:hover .icon i {
  color: #0066FF;
  transform: scale(1.1);
}

/* wooprex-realestate-success-section *************/
.wooprex-realestate-success-section {
  overflow: hidden;
}
.wooprex-realestate-success-section .inner-main-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.wooprex-realestate-success-section .inner-main-wrapper .inner-left,
.wooprex-realestate-success-section .inner-main-wrapper .inner-right {
  width: 50%;
  flex: 0 0 auto;
}
.wooprex-realestate-success-section .inner-main-wrapper .inner-right {
  padding: 60px 100px 60px 50px;
  background-color: #121212;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wooprex-realestate-success-section .success-image {
  min-height: 600px;
  max-height: 780px;
  overflow: hidden;
  position: relative;
  height: 100%;
}
.wooprex-realestate-success-section .success-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-realestate-success-section .success-image:after {
  content: "";
  background-image: url(../assets/shape/shape-50.svg);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.wooprex-realestate-success-section .section-header .header,
.wooprex-realestate-success-section .section-header .sub-header {
  color: #ffffff;
}
.wooprex-realestate-success-section .success-item-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.wooprex-realestate-success-section .success-item-wrapper .success-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  max-width: 600px;
}
.wooprex-realestate-success-section .success-item-wrapper .success-item .icon i {
  color: #ffffff;
  font-size: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wooprex-realestate-success-section .success-item-wrapper .success-item .details h4,
.wooprex-realestate-success-section .success-item-wrapper .success-item .details p {
  color: #ffffff;
}
.wooprex-realestate-success-section .success-item-wrapper .success-item .details h4 {
  font-size: 24px;
  margin-bottom: 10px;
}

/*********** wooprex-realestate-client-section **************/
.wooprex-realestate-client-section {
  overflow: hidden;
}
.wooprex-realestate-client-section .inner-main-wrapper {
  position: relative;
}
.wooprex-realestate-client-section .inner-main-wrapper h4 {
  position: absolute;
  top: 60px;
  left: calc((100% - 1440px) / 2);
  font-size: 30px;
  z-index: 5;
  width: 550px;
  max-width: 100%;
}
.wooprex-realestate-client-section .inner-main-wrapper h5 {
  position: absolute;
  bottom: 60px;
  right: calc((100% - 1440px) / 2);
  font-size: 20px;
  z-index: 5;
  width: 450px;
  max-width: 100%;
}

.wooprex-realestate-client-item {
  height: 100%;
}
.wooprex-realestate-client-item .product-image {
  border-radius: 5px;
  overflow: hidden;
}
.wooprex-realestate-client-item .product-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-realestate-client-item.item-2 {
  border: 10px solid #EFF0F6;
  border-radius: 5px;
}
.wooprex-realestate-client-item.item-2 .product-image {
  height: 550px;
}
.wooprex-realestate-client-item.item-1 .product-image, .wooprex-realestate-client-item.item-3 .product-image {
  height: 320px;
}
.wooprex-realestate-client-item.item-1 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

/*-- talk page -- */
.wooprex-talk-section .section-header {
  margin-bottom: 40px;
}
.wooprex-talk-section .inner-main-wrapper .inner-left h3 {
  font-size: 32px;
  margin-bottom: 40px;
  padding-top: 40px;
  border-top: 1px solid #CCD3E1;
  max-width: 600px;
}
.wooprex-talk-section .wooprex-accordion {
  max-width: 600px;
  margin-left: 0;
  row-gap: 0px;
}
.wooprex-talk-section .wooprex-accordion .accordion-item {
  border: none;
  border-bottom: 1px solid #CCD3E1;
  border-radius: 0px;
}
.wooprex-talk-section .wooprex-accordion .accordion-item:last-child {
  border-bottom: none;
}
.wooprex-talk-section .wooprex-accordion .accordion-item button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 20px;
  gap: 10px;
  padding: 20px 0px;
}
.wooprex-talk-section .wooprex-accordion .accordion-item button i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}
.wooprex-talk-section .wooprex-accordion .accordion-item button:not(.collapsed) {
  color: #0066FF;
}
.wooprex-talk-section .wooprex-accordion .accordion-item button:after {
  right: 0;
}
.wooprex-talk-section .wooprex-accordion .accordion-item .accordion-body {
  padding: 0px 0px 20px 0px;
}
.wooprex-talk-section .wooprex-accordion .accordion-item .accordion-body h5 {
  font-size: 16px;
  margin-bottom: 5px;
}
.wooprex-talk-section .wooprex-accordion .accordion-item .accordion-body p {
  color: #121212;
}
.wooprex-talk-section .wooprex-contact-form {
  border-radius: 5px;
  padding: 50px 30px;
  background-color: #ffffff;
  margin-top: -300px;
  position: relative;
  z-index: 2;
  box-shadow: 0px 52px 52px 0px rgba(12, 76, 171, 0.0392156863);
}

/*-- Woocommerce styles -- */
/*-- Responsive styles -- */
/* -- Wooprex - Media Queries -- */
@media only screen and (min-width: 1401px) and (max-width: 1600px) {
  /* Breadcrumb */
  .wooprex-breadcrumb-section .bg-shape {
    width: 15%;
  }
  .wooprex-breadcrumb-section .breadcrumb-main-wrapper .breadcrumb-text .menu {
    width: 25%;
  }
  .wooprex-breadcrumb-section .breadcrumb-main-wrapper .breadcrumb-text .details {
    width: 75%;
  }
  /* Footer */
  .wooprex-footer-section .middle .middle-top .wooprex-footer-item {
    padding: 70px 0px 65px 20px;
  }
  .wooprex-footer-section .middle .middle-top .wooprex-footer-item.middle-item-1 {
    padding-left: 30px;
  }
  .wooprex-footer-section .middle .middle-bottom .wooprex-footer-item.middle-item-3 {
    padding-left: 30px;
  }
  .wooprex-footer-section .middle .middle-bottom .wooprex-footer-item.middle-item-4 {
    padding-left: 20px;
  }
  .wooprex-footer-section .wooprex-footer-item.right {
    padding: 70px 0px 70px 30px;
  }
  .wooprex-footer-section .wooprex-footer-item.left {
    padding-right: 30px;
  }
  /* Banner */
  .wooprex-banner-section .banner-text-wrapper .banner-text .get-consulting img {
    height: 150px;
  }
  .wooprex-banner-section .banner-text-wrapper .banner-text .get-consulting a {
    font-size: 30px;
  }
  .wooprex-collaboration-section .collaboration-main-wrapper .collaboration-description {
    padding: 0px 40px 0px 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .container {
    max-width: 1260px;
  }
  .wooprex-desktop-menu ul.box-nav {
    gap: 25px;
  }
  .header {
    font-size: 48px;
  }
  /* Stroke text */
  .wooprex-text-stroke .stroke-text {
    font-size: 70px;
  }
  /* Partner */
  .wooprex-partner-section.style-1 .inner-left:after {
    right: 10px;
  }
  .partner-service-item.item-2, .partner-service-item.item-3 {
    padding-left: 20px !important;
  }
  /* Counter */
  .wooprex-counter-section.style-2.bg-shape:after {
    height: 420px;
  }
  /* Popup */
  .wooprex-popup-section {
    height: 600px;
  }
  .wooprex-popup-section .popup-main-wrapper .media-player {
    width: 140px;
    height: 140px;
  }
  .wooprex-popup-section.style-1 .growth-main .growth-item {
    width: 300px;
  }
  .wooprex-popup-section.style-1 .growth-main .growth-item h3 {
    font-size: 90px;
  }
  .wooprex-popup-section.style-1 .growth-main .growth-item p {
    font-size: 20px;
  }
  /* Team */
  .wooprex-team-item .team-image {
    height: 300px;
  }
  /* Testimonial */
  .wooprex-testimonial-section.style-2 .wooprex-testimonial-item .top {
    max-width: 750px;
  }
  .wooprex-testimonial-section.style-2 .fixed-image.one {
    height: 190px;
  }
  .wooprex-testimonial-section.style-2 .fixed-image.two {
    height: 170px;
  }
  .wooprex-testimonial-item-4 .testimonial-image {
    height: 380px;
  }
  /* Journal */
  .wooprex-journal-item .journal-image {
    height: 550px;
  }
  /* News letter */
  .wooprex-news-letter-section .news-letter-left a {
    font-size: 26px;
  }
  /* Footer */
  .wooprex-footer-section .middle .middle-top .wooprex-footer-item {
    padding: 70px 0px 65px 0px;
  }
  .wooprex-footer-section .middle .middle-top .wooprex-footer-item.middle-item-1 {
    padding-left: 13px;
  }
  .wooprex-footer-section .middle .middle-bottom .wooprex-footer-item.middle-item-3 {
    padding-left: 13px;
  }
  .wooprex-footer-section .middle .middle-bottom .wooprex-footer-item.middle-item-4 {
    padding-left: 0px;
  }
  .wooprex-footer-section .wooprex-footer-item.right {
    padding: 70px 0px 70px 13px;
  }
  .wooprex-footer-section .wooprex-footer-item.left {
    padding-right: 10px;
  }
  /* Breadcrumb */
  .wooprex-breadcrumb-section .bg-shape {
    width: 15%;
  }
  .wooprex-breadcrumb-section .breadcrumb-main-wrapper .breadcrumb-text .menu {
    width: 25%;
  }
  .wooprex-breadcrumb-section .breadcrumb-main-wrapper .breadcrumb-text .details {
    width: 75%;
  }
  .wooprex-breadcrumb-section .breadcrumb-main-wrapper .breadcrumb-text .details h1 {
    font-size: 48px;
  }
  .wooprex-breadcrumb-section-2 .breadcrumb-image {
    height: 580px;
  }
  .wooprex-breadcrumb-section-2 .breadcrumb-text .details h1 {
    font-size: 48px;
  }
  .wooprex-breadcrumb-section-3 .breadcrumb-text .details h1 {
    font-size: 45px;
  }
  /****************** HOME PAGE ************/
  .wooprex-banner-section .banner-text-wrapper .banner-text .top-text {
    padding-right: 10px;
  }
  .wooprex-banner-section .banner-text-wrapper .banner-text .top-text h1 {
    font-size: 60px;
  }
  .wooprex-banner-section .banner-text-wrapper .banner-text .get-consulting img {
    height: 120px;
    width: 250px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .wooprex-banner-section .banner-text-wrapper .banner-text .get-consulting a {
    font-size: 26px;
  }
  .wooprex-trusted-agency-section .image-wrapper .image.big {
    height: 80%;
  }
  .wooprex-trusted-agency-section .image-wrapper .image.small {
    width: 40%;
  }
  .wooprex-collaboration-section .collaboration-main-wrapper .collaboration-description {
    padding: 0px 30px 0px 30px;
  }
  /* Ideas */
  .wooprex-ideas-item .ideas-image {
    height: 400px;
  }
  /***************** SERVICE PAGE *************/
  .wooprex-scale-company-section .wooprex-service-wrapper {
    row-gap: 45px;
  }
  .wooprex-service-item.style-1 .count {
    font-size: 50px;
  }
  .wooprex-service-item.style-1 h3 {
    font-size: 24px;
  }
  .wooprex-service-about-section .about-main-wrapper .section-header {
    max-width: 800px;
  }
  .wooprex-service-about-section .about-main-wrapper .section-header .header {
    font-size: 40px;
  }
  .wooprex-service-about-section .about-main-wrapper .client-wrapper .client-counter h4 {
    font-size: 120px;
  }
  .wooprex-service-about-section .about-main-wrapper .speed-service h4 span:first-child {
    font-size: 85px;
  }
  /**************** SINGLE SERVICE PAGE **************/
  .wooprex-incredible-section .incredible-description-wrapper {
    padding-left: 10px;
  }
  .wooprex-gallery-item .gallery-image {
    height: 450px;
  }
  /********************* CASE STUDY *************/
  .wooprex-case-study-list-section .item-5 {
    margin-top: 305px;
  }
  .wooprex-case-study-item .case-study-image, .wooprex-case-study-item .case-study-shape {
    height: 450px;
  }
  .wooprex-case-study-item .case-study-description h3 {
    font-size: 26px;
  }
  .wooprex-case-study-item .case-study-description h5 {
    font-size: 16px;
  }
  /************* CASE STUDY DETAILS ***********/
  .wooprex-single-case-study-section .case-study-thumbnail {
    height: 550px;
  }
  .wooprex-single-case-study-section .case-study-description .description-main h2 {
    font-size: 40px;
  }
  .wooprex-single-case-study-section .case-study-image-wrapper .inner-item .case-study-image {
    height: 450px;
    margin-bottom: 30px;
  }
  .wooprex-single-case-study-section .case-study-image-wrapper .inner-item p {
    font-size: 20px;
  }
  .wooprex-single-case-study-section .case-study-gallery .gallery-item {
    height: 500px;
  }
  .wooprex-single-case-study-section .gallery-description h3 {
    font-size: 35px;
  }
  .wooprex-single-case-study-section .gallery-description article p {
    font-size: 20px;
  }
  .wooprex-recent-case-study-section .inner-right {
    padding: 0px 30px;
  }
  .wooprex-recent-case-study-section .recent-case-study-image {
    height: 500px;
  }
  /***************** ABOUT PAGE ***************/
  .wooprex-excellent-partner-item .inner-left .count {
    font-size: 100px;
  }
  .wooprex-excellent-partner-item .inner-right {
    padding: 40px 20px;
  }
  .wooprex-market-research-section .research-wrapper .research-item h3 {
    font-size: 26px;
  }
  .wooprex-market-research-section .inner-main-wrapper img.bg-image {
    height: 350px;
  }
  /****************** FAQ PAGE ***********/
  .wooprex-faq-full-section ul.wooprex-nav-tabs li button {
    padding: 10px 20px;
  }
  /****************** BLOG PAGE *************/
  .wooprex-blog-item .blog-image {
    height: 470px;
  }
  .wooprex-blog-item .blog-description h3 {
    font-size: 20px;
  }
  /******************** CONTACT PAGE ***************/
  .wooprex-contact-option .inner-main-wrapper .inner-item.item-1 a {
    font-size: 32px;
  }
  .wooprex-contact-success-stories-section .success-image {
    height: 580px;
  }
  /****************** CAREER PAGE *************/
  .wooprex-celebration-gallery-section .gallery-image {
    height: 400px;
  }
  .wooprex-current-opening-section .wooprex-table-wrapper table tr td h4 {
    font-size: 22px;
  }
  .wooprex-career-values-item h4 {
    font-size: 26px;
  }
  /**************** CAREER DETAILS *************/
  .wooprex-career-single-thumbnail-section .thumbnail-image {
    height: 500px;
  }
  .wooprex-career-details-section .inner-left .section-header .header {
    font-size: 38px;
  }
  .wooprex-career-details-section .inner-right h3 {
    font-size: 30px;
  }
  .wooprex-career-details-section .inner-right form label.upload-cv {
    font-size: 18px;
  }
  /******************* HIRE US PAGE ************/
  .wooprex-elevete-item {
    min-height: 270px;
  }
  .wooprex-elevete-item h3 {
    font-size: 24px;
    margin-top: 15px;
  }
  /* hiring approach */
  .wooprex-hiring-approach-section .inner-main-wrapper .inner-right {
    padding-left: 5px;
  }
  .wooprex-hiring-approach-item .count:after {
    height: 160%;
    bottom: -160%;
  }
  .wooprex-hiring-approach-item .details {
    width: 75%;
  }
  /* success stories */
  .wooprex-success-stories-item .success-stories-image {
    height: 480px;
  }
  /********************* TALK PAGE **************/
  .wooprex-talk-section .wooprex-contact-form {
    padding: 40px 20px;
  }
  /****************** INDUSTRY PAGE  ************/
  .wooprex-real-estate-section .inner-main-wrapper .inner-left h1 {
    font-size: 50px;
  }
  .wooprex-real-estate-section .counter-wrapper .counter-item h3 {
    font-size: 50px;
  }
  .wooprex-realestate-success-section .inner-main-wrapper .inner-right {
    padding: 60px 60px 60px 35px;
  }
  .wooprex-realestate-success-section .inner-main-wrapper .inner-right .header {
    font-size: 50px;
  }
  .wooprex-realestate-success-section .success-image {
    max-height: 100%;
  }
  .wooprex-realestate-client-section .inner-main-wrapper h4 {
    left: 10px;
  }
  .wooprex-realestate-client-section .inner-main-wrapper h5 {
    right: 10px;
  }
}
@media only screen and (min-width: 1301px) and (max-width: 1400px) {
  .wooprex-hire-us-form-section {
    padding-left: calc((100% - 1240px) / 2);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .wooprex-hire-us-form-section {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 1499px) {
  .padding-x {
    padding-right: 20px;
    padding-left: 20px;
  }
  .padding-left {
    padding-left: 20px;
  }
  .padding-right {
    padding-right: 20px;
  }
  .text-size-13 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wooprex-text-stroke .stroke-text {
    font-size: 70px;
  }
  .wooprex-partner-section.style-1 .inner-left:after {
    display: none;
  }
  .wooprex-counter-item p {
    font-size: 16px;
  }
  .wooprex-counter-item h4 {
    font-size: 65px;
  }
  /* testimonial */
  .wooprex-testimonial-section.style-1 .review-wrapper {
    padding-left: 0px;
  }
  .wooprex-testimonial-section.style-2 .fixed-image {
    width: 140px;
  }
  .wooprex-testimonial-section.style-2 .fixed-image.one {
    height: 160px;
  }
  .wooprex-testimonial-section.style-2 .fixed-image.two {
    height: 140px;
  }
  .wooprex-testimonial-item-4 .testimonial-image {
    height: 350px;
  }
  /* Journal */
  .wooprex-journal-item .journal-image {
    height: 550px;
  }
  .wooprex-journal-item .journal-description h3 {
    font-size: 35px;
  }
  /* News letter */
  .wooprex-news-letter-section .news-letter-left {
    row-gap: 25px;
  }
  .wooprex-news-letter-section .news-letter-left a {
    font-size: 24px;
  }
  .wooprex-news-letter-section .stroke-wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* Footer section */
  .wooprex-footer-section {
    padding-bottom: 50px;
  }
  .wooprex-footer-section .inner-main-wrapper .row {
    row-gap: 40px;
  }
  .wooprex-footer-section .middle {
    border-right: none;
  }
  .wooprex-footer-section .middle .middle-top {
    border-bottom: none;
  }
  .wooprex-footer-section .middle .middle-top .wooprex-footer-item {
    padding: 0px 0px 0px 10px;
  }
  .wooprex-footer-section .middle .middle-top .wooprex-footer-item.middle-item-1 {
    padding-left: 10px;
  }
  .wooprex-footer-section .middle .middle-bottom {
    row-gap: 10px;
  }
  .wooprex-footer-section .middle .middle-bottom .wooprex-footer-item {
    padding: 40px 0px 0px 10px;
  }
  .wooprex-footer-section .middle .middle-bottom .wooprex-footer-item.middle-item-3 {
    padding-left: 10px;
  }
  .wooprex-footer-section .middle .middle-bottom .wooprex-footer-item.middle-item-4 {
    padding-top: 0px;
  }
  .wooprex-footer-section .bottom-copyright {
    display: block;
  }
  .wooprex-footer-item.left {
    padding-top: 50px;
    padding-bottom: 0px;
    border-right: none;
    row-gap: 20px;
  }
  .wooprex-footer-item.left .copyright {
    display: none;
  }
  .wooprex-footer-item.middle-item-1 {
    border-right: none;
  }
  .wooprex-footer-item.right {
    padding: 0px 0px 40px 0px;
  }
  .wooprex-footer-item h3 {
    font-size: 20px;
    margin-bottom: 18px;
  }
  .wooprex-footer-item h4 {
    margin-bottom: 15px;
  }
  /* Breadcrumb */
  .wooprex-breadcrumb-section .bg-shape {
    width: 80px;
  }
  .wooprex-breadcrumb-section .breadcrumb-main-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .wooprex-breadcrumb-section .breadcrumb-main-wrapper .breadcrumb-text {
    width: 70%;
    padding-right: 10px;
  }
  .wooprex-breadcrumb-section .breadcrumb-main-wrapper .breadcrumb-text .menu {
    width: 20%;
  }
  .wooprex-breadcrumb-section .breadcrumb-main-wrapper .breadcrumb-text .details {
    width: 80%;
    gap: 15px;
  }
  .wooprex-breadcrumb-section .breadcrumb-main-wrapper .breadcrumb-text .details h1 {
    font-size: 45px;
  }
  .wooprex-breadcrumb-section .breadcrumb-main-wrapper .breadcrumb-text .details p {
    font-size: 15px;
  }
  .wooprex-breadcrumb-section-2 .inner-main-wrapper .bg-shape {
    display: none;
  }
  .wooprex-breadcrumb-section-2 .breadcrumb-text {
    gap: 30px;
  }
  .wooprex-breadcrumb-section-2 .breadcrumb-text .details h5 {
    font-size: 17px;
  }
  .wooprex-breadcrumb-section-2 .breadcrumb-text .details h1 {
    font-size: 45px;
    margin: 5px 0px 10px 0px;
  }
  .wooprex-breadcrumb-section-2 .breadcrumb-text .details p {
    margin-bottom: 20px;
  }
  .wooprex-breadcrumb-section-2 .breadcrumb-image {
    height: auto;
    max-height: 500px;
  }
  .wooprex-breadcrumb-section-2.talk-page .inner-main-wrapper {
    padding: 40px 0px;
  }
  .wooprex-breadcrumb-section-3 {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .wooprex-breadcrumb-section-3 .breadcrumb-text {
    row-gap: 18px;
  }
  .wooprex-breadcrumb-section-3 .breadcrumb-text .details h1 {
    font-size: 45px;
  }
  .wooprex-breadcrumb-section-3 .breadcrumb-text .details p {
    font-size: 16px;
  }
  /* team item */
  .wooprex-team-section .inner-main-wrapper .row {
    row-gap: 40px;
  }
  .wooprex-team-item {
    padding: 0 !important;
  }
  .wooprex-team-item .team-image {
    height: 250px;
  }
  .wooprex-team-item .team-description h4 {
    font-size: 22px;
  }
  /****************** HOME PAGE ******************/
  .wooprex-banner-section .banner-text-wrapper .banner-text .top-text {
    padding-left: 25px;
  }
  .wooprex-banner-section .banner-text-wrapper .banner-text .top-text h1 {
    font-size: 55px;
  }
  .wooprex-banner-section .banner-text-wrapper .banner-text .get-consulting {
    padding: 20px;
    margin: 25px 0px;
  }
  .wooprex-banner-section .banner-text-wrapper .banner-text .get-consulting img {
    height: 100px;
    width: 250px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .wooprex-banner-section .banner-text-wrapper .banner-text .get-consulting a {
    font-size: 28px;
  }
  .wooprex-banner-section .banner-text-wrapper .banner-text .get-consulting a i {
    font-size: 24px;
  }
  .wooprex-banner-section .banner-text-wrapper .banner-text .bottom-wrapper {
    padding-left: 20px;
  }
  /* Trusted agency */
  .wooprex-trusted-agency-section .inner-main-wrapper .row {
    row-gap: 40px;
  }
  .wooprex-trusted-agency-section .founder {
    margin-bottom: 20px;
  }
  .wooprex-trusted-agency-section .wooprex-button-wrapper {
    margin-top: 20px;
  }
  /* COLLABORATION */
  .wooprex-collaboration-section .collaboration-main-wrapper .collaboration-image, .wooprex-collaboration-section .collaboration-main-wrapper .collaboration-description {
    width: 100%;
  }
  .wooprex-collaboration-section .collaboration-main-wrapper .collaboration-image {
    height: 500px;
    order: 2;
  }
  .wooprex-collaboration-section .collaboration-main-wrapper .collaboration-description {
    padding: 0px 25px;
    order: 1;
  }
  .wooprex-collaboration-section .collaboration-main-wrapper .collaboration-description .section-header {
    margin-bottom: 50px;
  }
  .wooprex-collaboration-section .collaboration-main-wrapper .collaboration-description .inner-main-wrapper .row {
    row-gap: 25px;
  }
  .wooprex-ideas-item .ideas-image {
    height: 350px;
    overflow: hidden;
    border-radius: 5px;
  }
  /********************** SERVICE PAGE *********************/
  .wooprex-scale-company-section .wooprex-service-wrapper {
    row-gap: 15px;
  }
  .wooprex-service-item.style-1 {
    width: 480px;
    padding: 10px 20px;
  }
  .wooprex-service-item.style-1:nth-child(even) {
    left: 50px;
  }
  .wooprex-service-item.style-1 .count {
    font-size: 45px;
  }
  .wooprex-service-item.style-1 h3 {
    font-size: 22px;
  }
  /* service about */
  .wooprex-service-about-section .about-main-wrapper {
    padding-left: 0;
  }
  .wooprex-service-about-section .about-main-wrapper .section-header {
    margin-bottom: 30px;
  }
  .wooprex-service-about-section .about-main-wrapper .section-header .header {
    font-size: 35px;
  }
  .wooprex-service-about-section .about-main-wrapper .section-header .sub-header {
    font-size: 16px;
  }
  .wooprex-service-about-section .about-main-wrapper .client-wrapper .client-counter h4 {
    font-size: 100px;
  }
  .wooprex-service-about-section .about-main-wrapper .client-wrapper .client-counter p {
    font-size: 16px;
  }
  .wooprex-service-about-section .about-main-wrapper .client-wrapper .item .client-image {
    height: 50%;
  }
  .wooprex-service-about-section .about-main-wrapper .speed-service {
    top: inherit;
    transform: inherit;
    bottom: 10px;
  }
  .wooprex-service-about-section .about-main-wrapper .speed-service h4 span:first-child {
    font-size: 75px;
  }
  .wooprex-service-about-section .about-main-wrapper .speed-service h4 span:last-child {
    font-size: 18px;
  }
  .wooprex-excellence-faq-section:after {
    width: 70px;
  }
  .wooprex-excellence-faq-section .faq-main-wrapper .faq-image {
    height: auto;
  }
  .wooprex-excellence-faq-section .faq-main-wrapper .faq-main {
    padding: 60px 20px 60px 20px;
  }
  .wooprex-excellence-faq-section .faq-main-wrapper .faq-main .wooprex-btn {
    margin-top: 40px;
  }
  .wooprex-excellence-faq-section .faq-main-wrapper .faq-main .header {
    font-size: 44px;
  }
  .wooprex-excellence-faq-section .wooprex-accordion {
    row-gap: 35px;
  }
  .wooprex-excellence-faq-section .wooprex-accordion .accordion-item button {
    padding: 0px 0px 0px 35px;
    font-size: 20px;
  }
  .wooprex-excellence-faq-section .wooprex-accordion .accordion-item button:before {
    font-size: 16px;
  }
  .wooprex-excellence-faq-section .wooprex-accordion .accordion-item .accordion-body {
    padding: 10px 0px 0px 35px;
  }
  /********************* SERVICE DETAILS ***************/
  .wooprex-reliable-item .reliable-image {
    height: 320px;
  }
  .wooprex-custom-service-item h3 {
    font-size: 22px;
  }
  .wooprex-custom-service-item h4 {
    font-size: 70px;
  }
  .wooprex-expert-item h3 {
    font-size: 18px;
  }
  .wooprex-bizconix-section .header {
    font-size: 38px;
  }
  /******************* SINGLE SERVICE *************/
  .wooprex-business-section .row {
    row-gap: 0px;
  }
  .wooprex-empower-business-item .business-image {
    height: 400px;
  }
  .wooprex-gallery-item .gallery-image {
    height: 400px;
  }
  /***************** CASE STUDY PAGE ****************/
  .wooprex-case-study-item .case-study-image, .wooprex-case-study-item .case-study-shape {
    height: 380px;
  }
  .wooprex-case-study-item .case-study-description h5 {
    font-size: 16px;
  }
  .wooprex-case-study-item .case-study-description h3 {
    font-size: 24px;
  }
  /****************** SINGLE CASE STUDY PAGE ********************/
  .wooprex-single-case-study-section:before {
    top: 250px;
  }
  .wooprex-single-case-study-section .case-study-thumbnail {
    height: 450px;
  }
  .wooprex-single-case-study-section .case-study-description {
    padding-top: 30px;
  }
  .wooprex-single-case-study-section .case-study-description .description-type .item h4 {
    margin-bottom: 6px;
  }
  .wooprex-single-case-study-section .case-study-description .description-type .item p {
    line-height: 1.4em;
  }
  .wooprex-single-case-study-section .case-study-description .description-main {
    row-gap: 25px;
  }
  .wooprex-single-case-study-section .case-study-description .description-main h2 {
    font-size: 33px;
  }
  .wooprex-single-case-study-section .case-study-description .description-main .item h4 {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .wooprex-single-case-study-section .extra-heading h3 {
    font-size: 22px;
  }
  .wooprex-single-case-study-section .case-study-image-wrapper .inner-item .case-study-image {
    height: 400px;
    margin-bottom: 15px;
  }
  .wooprex-single-case-study-section .case-study-image-wrapper .inner-item p {
    font-size: 18px;
  }
  .wooprex-single-case-study-section .case-study-gallery .gallery-item {
    height: 400px;
  }
  .wooprex-single-case-study-section .gallery-description h3 {
    font-size: 30px;
  }
  .wooprex-single-case-study-section .gallery-description article {
    row-gap: 15px;
  }
  .wooprex-single-case-study-section .gallery-description article p {
    font-size: 18px;
  }
  .wooprex-recent-case-study-section .recent-case-study-image {
    max-height: 400px;
  }
  .wooprex-recent-case-study-section .inner-right {
    padding: 0px;
    row-gap: 40px;
  }
  .wooprex-recent-case-study-section .inner-right .top {
    width: 100%;
  }
  .wooprex-recent-case-study-section .inner-right .stroke-wrapper {
    width: 100%;
  }
  .wooprex-recent-case-study-section .inner-right .stroke-wrapper .wooprex-text-stroke {
    padding: 10px 0px 20px 0px;
  }
  /*********** PRICING PAGE *************/
  .wooprex-price-compare-section .header {
    font-size: 30px;
  }
  .wooprex-price-compare-section .wooprex-table-wrapper table thead th {
    padding: 10px;
  }
  .wooprex-price-compare-section .wooprex-table-wrapper table thead th .table-header h5 {
    font-size: 18px;
  }
  .wooprex-price-compare-section .wooprex-table-wrapper table thead th .table-header h3 {
    font-size: 40px;
  }
  .wooprex-price-compare-section .wooprex-table-wrapper table thead th .table-header h3 span {
    font-size: 18px;
  }
  .wooprex-price-compare-section .wooprex-table-wrapper table tbody tr.section-devider h4 {
    font-size: 22px;
  }
  .wooprex-price-compare-section .wooprex-table-wrapper table tbody tr td {
    padding: 10px;
    font-size: 16px;
  }
  /***************** HIRE US PAGE *******************/
  .wooprex-hire-us-form-section {
    padding-left: 20px;
  }
  .wooprex-hire-us-form-section .inner-left {
    width: 50%;
  }
  .wooprex-hire-us-form-section .inner-right {
    width: 45%;
  }
  .wooprex-hire-us-form-section .inner-left ul.menu {
    margin-bottom: 30px;
  }
  /* development section */
  .wooprex-development-service-item {
    padding: 20px;
  }
  .wooprex-development-service-item .icon {
    width: 60px;
    height: 60px;
  }
  .wooprex-development-service-item .icon i {
    font-size: 30px;
  }
  .wooprex-development-service-item h4 {
    margin: 20px 0px 10px 0px;
    font-size: 22px;
  }
  /* Hire us section */
  /* Developer expertise section */
  .wooprex-developer-expertise-item .expertise-description h3 {
    font-size: 26px;
  }
  .wooprex-developer-expertise-item .expertise-image {
    height: 350px;
  }
  /* hiring approach section */
  .wooprex-hiring-approach-section .inner-main-wrapper .inner-right {
    padding-left: 0;
  }
  .wooprex-hiring-approach-section .inner-main-wrapper:after {
    width: 80px;
  }
  .wooprex-hiring-approach-section .hiring-approach-image {
    height: 600px;
  }
  .wooprex-hiring-approach-item .count {
    width: 70px;
    height: 70px;
    font-size: 26px;
  }
  .wooprex-hiring-approach-item .count:after {
    height: 150%;
    bottom: -150%;
  }
  .wooprex-hiring-approach-item .details {
    width: 80%;
  }
  /* Success stories section */
  .wooprex-success-stories-item .success-stories-image {
    height: 320px;
  }
  .wooprex-success-stories-item .success-stories-description h4 {
    font-size: 22px;
  }
  /*************** ABOUT PAGE ************/
  .wooprex-excellent-partner-item .inner-right {
    padding: 20px;
    gap: 20px;
  }
  .wooprex-excellent-partner-item .inner-right .wooprex-btn {
    margin: 0;
  }
  .wooprex-excellent-partner-item .inner-left .count {
    font-size: 90px;
  }
  .wooprex-market-research-section .research-wrapper .research-item {
    padding-right: 15px;
  }
  .wooprex-market-research-section .research-wrapper .research-item h3 {
    font-size: 21px;
  }
  .wooprex-market-research-section .inner-main-wrapper img.bg-image {
    height: 350px;
  }
  .wooprex-popup-section.style-1 .growth-main .growth-item {
    width: 280px;
  }
  .wooprex-popup-section.style-1 .growth-main .growth-item h3 {
    font-size: 80px;
  }
  .wooprex-popup-section.style-1 .growth-main .growth-item p {
    font-size: 18px;
  }
  /******************** CAREER PAGE *************/
  .wooprex-experience-section .inner-main-wrapper .inner-left {
    padding-right: 20px;
  }
  .wooprex-experience-section .inner-main-wrapper .inner-left article {
    row-gap: 15px;
  }
  .wooprex-experience-section .inner-main-wrapper .inner-left article p {
    font-size: 18px;
  }
  .wooprex-experience-section .inner-main-wrapper .inner-right {
    padding-left: 0;
  }
  .wooprex-experience-section .experience-item h3 {
    font-size: 50px;
  }
  .wooprex-experience-section .experience-item p {
    font-size: 18px;
    line-height: 1.3em;
    margin-top: 7px;
  }
  .wooprex-celebration-gallery-section .gallery-image {
    height: 320px;
  }
  /* current opening */
  .wooprex-current-opening-section .section-header {
    margin-bottom: 20px;
  }
  .wooprex-current-opening-section .wooprex-table-wrapper table tr td {
    font-size: 16px;
  }
  .wooprex-current-opening-section .wooprex-table-wrapper table tr td h4 {
    font-size: 18px;
  }
  .wooprex-current-opening-section .wooprex-table-wrapper table tr td .wooprex-btn {
    font-size: 15px;
  }
  /* career values */
  .wooprex-career-value-section .inner-main-wrapper .row {
    row-gap: 50px;
  }
  .wooprex-career-values-item:before {
    top: 72px;
  }
  .wooprex-career-values-item .count {
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  .wooprex-career-values-item h4 {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .wooprex-career-values-item p {
    font-size: 16px;
  }
  /******************* CAREER SINGLE ********************/
  .wooprex-career-single-thumbnail-section {
    padding: 0px 10px;
  }
  .wooprex-career-single-thumbnail-section .thumbnail-image {
    height: 420px;
  }
  .wooprex-career-details-section .inner-left .section-header {
    margin: 0;
  }
  .wooprex-career-details-section .inner-left .section-header .header {
    font-size: 30px;
  }
  .wooprex-career-details-section .inner-right {
    margin-top: -200px;
    padding: 20px;
    max-width: 100%;
  }
  .wooprex-career-details-section .inner-right form label {
    margin-bottom: 5px;
  }
  .wooprex-career-details-section .inner-right .row {
    row-gap: 15px;
  }
  /********************* BLOG DETAILS ***************/
  .wooprex-sidebar {
    padding-left: 10px;
  }
  /******************* CONTACT PAGE *******************/
  .wooprex-contact-section .inner-left .location {
    max-width: 50%;
  }
  .wooprex-contact-section .wooprex-contact-form {
    padding: 20px;
  }
  .wooprex-contact-option .inner-main-wrapper .inner-item.item-1 a {
    font-size: 25px;
  }
  /************************ TERMS PAGE *********************/
  .wooprex-terms-of-service-section .tab-content {
    padding-left: 40px;
  }
  /********************* TALK PAGE ***********/
  .wooprex-talk-section .wooprex-contact-form {
    margin-top: -200px;
    padding: 20px;
  }
  /********************* INDUSTRY PAGE **************************/
  .wooprex-real-estate-section {
    padding-bottom: 120px;
  }
  .wooprex-real-estate-section:after {
    width: 90px;
  }
  .wooprex-real-estate-section .inner-main-wrapper .inner-left h1 {
    font-size: 50px;
  }
  .wooprex-real-estate-section .inner-main-wrapper .inner-left h1 span div {
    width: 80px;
  }
  .wooprex-real-estate-section .inner-main-wrapper .inner-left h1 span:after {
    font-size: 15px;
  }
  .wooprex-industry-image .industry-image-item {
    height: 500px;
    margin-top: -70px;
  }
  /* Consultancy service */
  .wooprex-consultancy-service .inner-right p {
    font-size: 16px;
  }
  .wooprex-consultancy-service .consultancy-service-slider {
    margin-top: 40px;
    overflow: hidden;
  }
  .wooprex-consultancy-service-item {
    height: 450px;
  }
  /* Consultancy profit */
  .wooprex-consultancy-profit-section .inner-main-wrapper .row {
    row-gap: 35px;
  }
  .wooprex-profit-item .icon {
    width: 80px;
    height: 80px;
  }
  .wooprex-profit-item .icon i {
    font-size: 40px;
  }
  .wooprex-profit-item h3 {
    font-size: 22px;
    margin: 20px 0px 5px 0px;
  }
  .wooprex-profit-item p {
    margin-bottom: 15px;
    font-size: 15px;
  }
  /* wooprex-realestate-success-section */
  .wooprex-realestate-success-section .inner-main-wrapper .inner-left,
  .wooprex-realestate-success-section .inner-main-wrapper .inner-right {
    width: 100%;
  }
  .wooprex-realestate-success-section .inner-main-wrapper .inner-right {
    padding: 30px 20px 50px 20px;
  }
  .wooprex-realestate-success-section .success-image {
    min-height: auto;
    max-height: auto;
    height: 550px;
  }
  .wooprex-realestate-success-section .success-item-wrapper {
    row-gap: 30px;
  }
  .wooprex-realestate-success-section .success-item-wrapper .success-item {
    gap: 20px;
  }
  /* Realestate client */
  .wooprex-realestate-client-section .inner-main-wrapper {
    padding: 0px 10px;
  }
  .wooprex-realestate-client-section .inner-main-wrapper h4 {
    font-size: 22px;
    left: 10px;
  }
  .wooprex-realestate-client-section .inner-main-wrapper h5 {
    font-size: 22px;
    line-height: 1.3em;
    right: 10px;
  }
  .wooprex-realestate-client-item.item-2 .product-image {
    height: 450px;
  }
}
@media only screen and (max-width: 1199px) {
  .padding-top {
    padding-top: 90px;
  }
  .padding-bottom {
    padding-bottom: 90px;
  }
  .padding-y {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .text-size-4 {
    font-size: 18px;
  }
  .text-size-5 {
    font-size: 20px;
  }
  .text-size-6 {
    font-size: 22px;
  }
  .text-size-7 {
    font-size: 24px;
  }
  .text-size-8 {
    font-size: 26px;
  }
  .text-size-9 {
    font-size: 28px;
  }
  .text-size-10 {
    font-size: 30px;
  }
  .text-size-11 {
    font-size: 40px;
  }
  .text-size-12 {
    font-size: 42px;
  }
  .text-size-13 {
    font-size: 48px;
  }
  .text-size-14 {
    font-size: 74px;
  }
  .text-size-15 {
    font-size: 94px;
  }
  header.wooprex-header-section {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .wooprex-desktop-menu {
    display: none;
  }
  .wooprex-mobile-menu-bar {
    display: block;
  }
  .wooprex-desktop-menu-bar {
    display: none;
  }
  .section-header {
    margin-bottom: 50px;
  }
  .header {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* Stroke text */
  .wooprex-text-stroke .stroke-text {
    font-size: 58px;
  }
  /* partner section */
  .wooprex-partner-section.style-1 .inner-main-wrapper .row {
    row-gap: 60px;
  }
  .wooprex-partner-section.style-1 .inner-left:after {
    display: none;
  }
  .partner-service-item {
    row-gap: 5px;
  }
  /* marque section */
  .wooprex-counter-section.style-1 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .wooprex-counter-section.style-1 .wooprex-counter-item {
    justify-content: flex-start;
  }
  .wooprex-counter-section.style-1 .wooprex-counter-item .counter-left {
    padding-top: 0;
    width: 100%;
  }
  .wooprex-counter-section.style-1 .wooprex-counter-item.item-1 {
    padding-top: 0;
  }
  .wooprex-counter-section.style-1 .wooprex-counter-item .counter-image {
    display: none;
  }
  .wooprex-counter-section.style-1 .wooprex-counter-item h4 {
    font-size: 60px;
    margin-bottom: 5px;
  }
  .wooprex-counter-section.style-3 .wooprex-counter-item h4 {
    font-size: 55px;
  }
  .wooprex-counter-section.style-3 .wooprex-counter-item p {
    font-size: 14px;
  }
  .wooprex-counter-section.style-3 .wooprex-counter-item.item-2:before, .wooprex-counter-section.style-3 .wooprex-counter-item.item-4:before {
    width: 100%;
  }
  .wooprex-counter-section.style-2.bg-shape:after {
    height: 300px;
  }
  .wooprex-counter-item h4 {
    font-size: 55px;
    margin-bottom: 5px;
  }
  /* Testimonial section */
  .wooprex-testimonial-section {
    padding-left: 10px;
    padding-right: 10px;
  }
  .wooprex-testimonial-section .review-wrapper .review-text {
    font-size: 17px;
  }
  .wooprex-testimonial-section .testimonial-main-wrapper {
    height: auto;
  }
  .wooprex-testimonial-section.style-1 .stroke-wrapper {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .wooprex-testimonial-section.style-1 .review-wrapper {
    padding-left: 0;
  }
  .wooprex-testimonial-section.style-2 .fixed-image {
    width: 140px;
  }
  .wooprex-testimonial-section.style-2 .fixed-image.one {
    height: 140px;
  }
  .wooprex-testimonial-section.style-2 .fixed-image.two {
    height: 120px;
  }
  .wooprex-testimonial-section.style-3 .testimonial-details {
    padding-left: 0;
  }
  .wooprex-testimonial-section.style-3 .wooprex-testimonial-count {
    text-align: left;
  }
  .wooprex-testimonial-item-4 .testimonial-image {
    height: 350px;
  }
  /* Journal section */
  .wooprex-latest-journal-section {
    padding-left: 10px;
  }
  .wooprex-latest-journal-section .top-section {
    padding-left: 0;
    margin-bottom: 40px;
  }
  .wooprex-journal-item .journal-image {
    height: 480px;
  }
  .wooprex-journal-item .journal-description h3 {
    font-size: 30px;
  }
  .wooprex-journal-item .journal-description p {
    margin: 25px 0px;
  }
  /* News letter */
  .wooprex-news-letter-section .news-letter-left {
    row-gap: 25px;
  }
  .wooprex-news-letter-section .news-letter-left a {
    font-size: 24px;
  }
  .wooprex-news-letter-section .stroke-wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* Footer section */
  .wooprex-footer-section {
    padding-bottom: 50px;
  }
  .wooprex-footer-section .inner-main-wrapper .row {
    row-gap: 40px;
  }
  .wooprex-footer-section .middle {
    border-right: none;
  }
  .wooprex-footer-section .middle .middle-top {
    border-bottom: none;
  }
  .wooprex-footer-section .middle .middle-top .wooprex-footer-item {
    padding: 0px 0px 0px 10px;
  }
  .wooprex-footer-section .middle .middle-top .wooprex-footer-item.middle-item-1 {
    padding-left: 10px;
  }
  .wooprex-footer-section .middle .middle-bottom {
    row-gap: 10px;
  }
  .wooprex-footer-section .middle .middle-bottom .wooprex-footer-item {
    padding: 40px 0px 0px 10px;
  }
  .wooprex-footer-section .middle .middle-bottom .wooprex-footer-item.middle-item-3 {
    padding-left: 10px;
  }
  .wooprex-footer-section .middle .middle-bottom .wooprex-footer-item.middle-item-4 {
    padding-top: 0px;
  }
  .wooprex-footer-section .bottom-copyright {
    display: block;
  }
  .wooprex-footer-item.left {
    padding-top: 50px;
    padding-bottom: 0px;
    border-right: none;
    row-gap: 20px;
  }
  .wooprex-footer-item.left .copyright {
    display: none;
  }
  .wooprex-footer-item.middle-item-1 {
    border-right: none;
  }
  .wooprex-footer-item.right {
    padding: 0px 0px 40px 0px;
  }
  .wooprex-footer-item h3 {
    font-size: 20px;
    margin-bottom: 18px;
  }
  .wooprex-footer-item h4 {
    margin-bottom: 15px;
  }
  /* Breadcrumb */
  .wooprex-breadcrumb-section .bg-shape {
    width: 80px;
  }
  .wooprex-breadcrumb-section .breadcrumb-main-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .wooprex-breadcrumb-section .breadcrumb-main-wrapper .breadcrumb-text {
    width: 70%;
    padding-right: 10px;
  }
  .wooprex-breadcrumb-section .breadcrumb-main-wrapper .breadcrumb-text .menu {
    width: 18%;
  }
  .wooprex-breadcrumb-section .breadcrumb-main-wrapper .breadcrumb-text .details {
    width: 82%;
    gap: 15px;
  }
  .wooprex-breadcrumb-section .breadcrumb-main-wrapper .breadcrumb-text .details h1 {
    font-size: 40px;
  }
  .wooprex-breadcrumb-section .breadcrumb-main-wrapper .breadcrumb-text .details p {
    font-size: 15px;
  }
  .wooprex-breadcrumb-section-2 .inner-main-wrapper .bg-shape {
    display: none;
  }
  .wooprex-breadcrumb-section-2 .breadcrumb-text {
    gap: 30px;
  }
  .wooprex-breadcrumb-section-2 .breadcrumb-text .details h5 {
    font-size: 17px;
  }
  .wooprex-breadcrumb-section-2 .breadcrumb-text .details h1 {
    font-size: 35px;
    margin: 5px 0px 10px 0px;
  }
  .wooprex-breadcrumb-section-2 .breadcrumb-text .details p {
    margin-bottom: 20px;
  }
  .wooprex-breadcrumb-section-2 .breadcrumb-image {
    height: auto;
    max-height: 500px;
  }
  .wooprex-breadcrumb-section-2.talk-page .inner-main-wrapper {
    padding: 40px 0px;
  }
  .wooprex-breadcrumb-section-3 {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .wooprex-breadcrumb-section-3 .breadcrumb-text {
    row-gap: 18px;
  }
  .wooprex-breadcrumb-section-3 .breadcrumb-text .details h1 {
    font-size: 28px;
  }
  .wooprex-breadcrumb-section-3 .breadcrumb-text .details p {
    font-size: 16px;
  }
  /* team item */
  .wooprex-team-section .inner-main-wrapper .row {
    row-gap: 40px;
  }
  .wooprex-team-item {
    padding: 0 !important;
  }
  .wooprex-team-item .team-image {
    height: 250px;
  }
  .wooprex-team-item .team-description h4 {
    font-size: 22px;
  }
  /* Popup section */
  .wooprex-popup-section {
    height: 550px;
  }
  .wooprex-popup-section.style-1 .growth-main .growth-item {
    width: 220px;
  }
  .wooprex-popup-section.style-1 .growth-main .growth-item h3 {
    font-size: 64px;
  }
  .wooprex-popup-section.style-1 .growth-main .growth-item p {
    font-size: 18px;
  }
  .wooprex-popup-section .popup-main-wrapper .media-player {
    width: 120px;
    height: 120px;
  }
  /****************** HOME PAGE ******************/
  .wooprex-banner-section .banner-text-wrapper .banner-text .top-text {
    padding-left: 20px;
  }
  .wooprex-banner-section .banner-text-wrapper .banner-text .top-text h1 {
    font-size: 45px;
  }
  .wooprex-banner-section .banner-text-wrapper .banner-text .get-consulting {
    padding: 20px;
    margin: 25px 0px;
  }
  .wooprex-banner-section .banner-text-wrapper .banner-text .get-consulting img {
    height: 70px;
    width: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .wooprex-banner-section .banner-text-wrapper .banner-text .get-consulting a {
    font-size: 24px;
  }
  .wooprex-banner-section .banner-text-wrapper .banner-text .get-consulting a i {
    font-size: 24px;
  }
  .wooprex-banner-section .banner-text-wrapper .banner-text .bottom-wrapper {
    padding-left: 20px;
  }
  .wooprex-banner-section .col-image {
    padding-left: 0px;
  }
  /* Trusted agency */
  .wooprex-trusted-agency-section .inner-main-wrapper .row {
    row-gap: 40px;
  }
  .wooprex-trusted-agency-section .founder {
    margin-bottom: 20px;
  }
  .wooprex-trusted-agency-section .wooprex-button-wrapper {
    margin-top: 20px;
  }
  /* COLLABORATION */
  .wooprex-collaboration-section .collaboration-main-wrapper .collaboration-image, .wooprex-collaboration-section .collaboration-main-wrapper .collaboration-description {
    width: 100%;
  }
  .wooprex-collaboration-section .collaboration-main-wrapper .collaboration-image {
    height: 500px;
    order: 2;
  }
  .wooprex-collaboration-section .collaboration-main-wrapper .collaboration-description {
    padding: 0px 20px;
    order: 1;
  }
  .wooprex-collaboration-section .collaboration-main-wrapper .collaboration-description .section-header {
    margin-bottom: 50px;
  }
  .wooprex-collaboration-section .collaboration-main-wrapper .collaboration-description .inner-main-wrapper .row {
    row-gap: 25px;
  }
  /* Ideas section */
  .wooprex-ideas-item .ideas-image {
    height: 400px;
  }
  /********************** SERVICE PAGE *********************/
  .wooprex-scale-company-section .wooprex-service-wrapper {
    row-gap: 15px;
  }
  .wooprex-service-item.style-1 {
    padding: 10px 20px;
  }
  .wooprex-service-item.style-1:nth-child(even) {
    left: 0;
  }
  .wooprex-service-item.style-1 .count {
    font-size: 45px;
  }
  .wooprex-service-item.style-1 h3 {
    font-size: 22px;
  }
  /* service about */
  .wooprex-service-about-section .about-main-wrapper {
    padding-left: 0;
  }
  .wooprex-service-about-section .about-main-wrapper .section-header {
    margin-bottom: 30px;
  }
  .wooprex-service-about-section .about-main-wrapper .section-header .header {
    font-size: 35px;
  }
  .wooprex-service-about-section .about-main-wrapper .section-header .sub-header {
    font-size: 16px;
  }
  .wooprex-service-about-section .about-main-wrapper .client-wrapper .client-counter h4 {
    font-size: 90px;
  }
  .wooprex-service-about-section .about-main-wrapper .client-wrapper .client-counter p {
    font-size: 16px;
  }
  .wooprex-service-about-section .about-main-wrapper .client-wrapper .item .client-image {
    height: 50%;
  }
  .wooprex-service-about-section .about-main-wrapper .speed-service {
    top: inherit;
    transform: inherit;
    bottom: 10px;
  }
  .wooprex-service-about-section .about-main-wrapper .speed-service h4 span:first-child {
    font-size: 70px;
  }
  .wooprex-service-about-section .about-main-wrapper .speed-service h4 span:last-child {
    font-size: 18px;
  }
  .wooprex-excellence-faq-section:after {
    width: 70px;
  }
  .wooprex-excellence-faq-section .faq-main-wrapper .faq-image {
    height: auto;
  }
  .wooprex-excellence-faq-section .faq-main-wrapper .faq-main {
    padding: 60px 20px 60px 20px;
  }
  .wooprex-excellence-faq-section .faq-main-wrapper .faq-main .wooprex-btn {
    margin-top: 40px;
  }
  .wooprex-excellence-faq-section .faq-main-wrapper .faq-main .header {
    font-size: 44px;
  }
  .wooprex-excellence-faq-section .wooprex-accordion {
    row-gap: 35px;
  }
  .wooprex-excellence-faq-section .wooprex-accordion .accordion-item button {
    padding: 0px 0px 0px 35px;
    font-size: 20px;
  }
  .wooprex-excellence-faq-section .wooprex-accordion .accordion-item button:before {
    font-size: 16px;
  }
  .wooprex-excellence-faq-section .wooprex-accordion .accordion-item .accordion-body {
    padding: 10px 0px 0px 35px;
  }
  /**************** SERVICE DETAILS PAGE **************/
  .wooprex-expertise-item {
    padding: 15px;
  }
  .wooprex-expertise-item h3 {
    font-size: 20px;
  }
  /* Custom service section */
  .wooprex-custom-service-section:before {
    width: 50%;
  }
  .wooprex-custom-service-item h4 {
    font-size: 56px;
  }
  .wooprex-custom-service-item h3 {
    font-size: 19px;
  }
  .wooprex-custom-service-item p {
    font-size: 14px;
  }
  /* Why bizconix section */
  .wooprex-bizconix-section .header {
    font-size: 30px;
  }
  .wooprex-expert-item i {
    font-size: 40px;
  }
  .wooprex-expert-item h3 {
    margin: 15px 0px 5px 0px;
  }
  .wooprex-expert-item p {
    font-size: 15px;
  }
  /******************** SINGLE SERVICE *****************/
  .wooprex-business-item .image {
    height: 600px;
  }
  .wooprex-incredible-section:before {
    width: 50%;
  }
  .wooprex-incredible-section .incredible-image {
    height: 500px;
  }
  .wooprex-incredible-section .incredible-description-wrapper {
    padding-left: 0;
  }
  /* empower business */
  .wooprex-empower-business-item .business-image {
    height: 450px;
  }
  .wooprex-empower-business-item .business-description h4 {
    font-size: 26px;
  }
  /* gallery item */
  .wooprex-gallery-item .gallery-image {
    height: 380px;
  }
  .wooprex-gallery-item .gallery-description {
    padding-top: 20px;
  }
  /***************** CASE STUDY PAGE ****************/
  .wooprex-case-study-list-section .item-4,
  .wooprex-case-study-list-section .item-5,
  .wooprex-case-study-list-section .item-6,
  .wooprex-case-study-list-section .item-7,
  .wooprex-case-study-list-section .item-9 {
    margin-top: 0px;
  }
  .wooprex-case-study-item .case-study-image {
    height: 400px;
  }
  .wooprex-case-study-item .case-study-shape {
    display: none;
  }
  .wooprex-case-study-item .case-study-description h5 {
    font-size: 15px;
  }
  .wooprex-case-study-item .case-study-description h3 {
    font-size: 24px;
    margin: 0px 0px 5px 0px;
  }
  /****************** SINGLE CASE STUDY PAGE ********************/
  .wooprex-single-case-study-section .case-study-thumbnail {
    height: 400px;
  }
  .wooprex-single-case-study-section .case-study-description {
    padding-top: 30px;
  }
  .wooprex-single-case-study-section .case-study-description .description-type .item h4 {
    margin-bottom: 6px;
  }
  .wooprex-single-case-study-section .case-study-description .description-type .item p {
    line-height: 1.4em;
  }
  .wooprex-single-case-study-section .case-study-description .description-main {
    row-gap: 25px;
  }
  .wooprex-single-case-study-section .case-study-description .description-main h2 {
    font-size: 33px;
  }
  .wooprex-single-case-study-section .case-study-description .description-main .item h4 {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .wooprex-single-case-study-section .extra-heading h3 {
    font-size: 22px;
  }
  .wooprex-single-case-study-section .case-study-image-wrapper .inner-item .case-study-image {
    height: 400px;
    margin-bottom: 15px;
  }
  .wooprex-single-case-study-section .case-study-image-wrapper .inner-item p {
    font-size: 18px;
  }
  .wooprex-single-case-study-section .case-study-gallery .gallery-item {
    height: 380px;
  }
  .wooprex-single-case-study-section .gallery-description h3 {
    font-size: 30px;
  }
  .wooprex-single-case-study-section .gallery-description article {
    row-gap: 15px;
  }
  .wooprex-single-case-study-section .gallery-description article p {
    font-size: 18px;
  }
  .wooprex-recent-case-study-section .recent-case-study-image {
    max-height: 400px;
  }
  .wooprex-recent-case-study-section .inner-right {
    padding: 0px;
    row-gap: 40px;
  }
  .wooprex-recent-case-study-section .inner-right .top {
    width: 100%;
  }
  .wooprex-recent-case-study-section .inner-right .stroke-wrapper {
    width: 100%;
  }
  .wooprex-recent-case-study-section .inner-right .stroke-wrapper .wooprex-text-stroke {
    padding: 10px 0px 20px 0px;
  }
  /****************** PRICING PAGE ***************/
  .wooprex-pricing-item {
    padding: 20px;
    height: 100%;
  }
  .wooprex-pricing-item.item-1, .wooprex-pricing-item.item-3 {
    margin-top: 0;
  }
  .wooprex-price-compare-section .header {
    font-size: 30px;
  }
  .wooprex-price-compare-section .wooprex-table-wrapper table thead th {
    padding: 10px;
  }
  .wooprex-price-compare-section .wooprex-table-wrapper table thead th .table-header h5 {
    font-size: 18px;
  }
  .wooprex-price-compare-section .wooprex-table-wrapper table thead th .table-header h3 {
    font-size: 30px;
  }
  .wooprex-price-compare-section .wooprex-table-wrapper table thead th .table-header h3 span {
    font-size: 18px;
  }
  .wooprex-price-compare-section .wooprex-table-wrapper table tbody tr.section-devider h4 {
    font-size: 22px;
  }
  .wooprex-price-compare-section .wooprex-table-wrapper table tbody tr td {
    padding: 10px;
    font-size: 16px;
  }
  /***************** HIRE US PAGE *******************/
  .wooprex-hire-us-form-section {
    padding-left: 20px;
  }
  .wooprex-hire-us-form-section .inner-left {
    width: 50%;
  }
  .wooprex-hire-us-form-section .inner-right {
    width: 45%;
  }
  .wooprex-hire-us-form-section .inner-left ul.menu {
    margin-bottom: 30px;
  }
  /* development section */
  .wooprex-development-service-item {
    padding: 20px;
  }
  .wooprex-development-service-item .icon {
    width: 60px;
    height: 60px;
  }
  .wooprex-development-service-item .icon i {
    font-size: 30px;
  }
  .wooprex-development-service-item h4 {
    margin: 20px 0px 10px 0px;
    font-size: 22px;
  }
  /* Hire us section */
  .wooprex-hire-us-section .wooprex-hire-us-image {
    height: 600px;
  }
  /* Developer expertise section */
  .wooprex-developer-expertise-item .expertise-description h3 {
    font-size: 26px;
  }
  .wooprex-developer-expertise-item .expertise-image {
    height: 350px;
  }
  /* hiring approach section */
  .wooprex-hiring-approach-section .inner-main-wrapper .inner-right {
    padding-left: 0;
  }
  .wooprex-hiring-approach-section .inner-main-wrapper:after {
    width: 80px;
  }
  .wooprex-hiring-approach-section .hiring-approach-image {
    height: 600px;
  }
  .wooprex-hiring-approach-item .count {
    width: 70px;
    height: 70px;
    font-size: 26px;
  }
  .wooprex-hiring-approach-item .count:after {
    height: 100%;
    bottom: -100%;
  }
  .wooprex-hiring-approach-item .details {
    width: 80%;
  }
  /* Success stories section */
  .wooprex-success-stories-item .success-stories-image {
    height: 320px;
  }
  .wooprex-success-stories-item .success-stories-description h4 {
    font-size: 22px;
  }
  /**************** ABOUT PAGE **********************/
  .wooprex-excellent-partner-item .inner-left .count {
    font-size: 80px;
  }
  .wooprex-excellent-partner-item .inner-right {
    padding: 25px;
    row-gap: 5px;
  }
  .wooprex-market-research-section .research-wrapper .research-item {
    padding-right: 15px;
  }
  .wooprex-market-research-section .research-wrapper .research-item h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .wooprex-market-research-section .inner-main-wrapper img.bg-image {
    height: 300px;
  }
  /******************** CAREER PAGE *************/
  .wooprex-experience-section .inner-main-wrapper .inner-left {
    border-right: none;
    padding-right: 0;
  }
  .wooprex-experience-section .inner-main-wrapper .inner-left article {
    row-gap: 15px;
  }
  .wooprex-experience-section .inner-main-wrapper .inner-left article p {
    font-size: 18px;
  }
  .wooprex-experience-section .inner-main-wrapper .inner-right {
    padding-left: 0;
  }
  .wooprex-experience-section .experience-item h3 {
    font-size: 50px;
  }
  .wooprex-experience-section .experience-item p {
    font-size: 18px;
    line-height: 1.3em;
    margin-top: 7px;
  }
  .wooprex-celebration-gallery-section .gallery-image {
    height: 280px;
  }
  /* current opening */
  .wooprex-current-opening-section .section-header {
    margin-bottom: 20px;
  }
  .wooprex-current-opening-section .wooprex-table-wrapper table tr td {
    font-size: 16px;
  }
  .wooprex-current-opening-section .wooprex-table-wrapper table tr td h4 {
    font-size: 18px;
  }
  .wooprex-current-opening-section .wooprex-table-wrapper table tr td .wooprex-btn {
    font-size: 15px;
  }
  /* career values */
  .wooprex-career-value-section .inner-main-wrapper .row {
    row-gap: 50px;
  }
  .wooprex-career-values-item:before {
    top: 72px;
  }
  .wooprex-career-values-item .count {
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  .wooprex-career-values-item h4 {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .wooprex-career-values-item p {
    font-size: 16px;
  }
  /******************* CAREER SINGLE ********************/
  .wooprex-career-single-thumbnail-section {
    padding: 0px 10px;
  }
  .wooprex-career-single-thumbnail-section .thumbnail-image {
    height: 420px;
  }
  .wooprex-career-details-section .inner-left .section-header {
    margin: 0;
  }
  .wooprex-career-details-section .inner-left .section-header .header {
    font-size: 30px;
  }
  .wooprex-career-details-section .inner-right {
    margin: 0;
    padding: 15px;
    max-width: 100%;
  }
  .wooprex-career-details-section .inner-right form label {
    margin-bottom: 5px;
  }
  .wooprex-career-details-section .inner-right .row {
    row-gap: 15px;
  }
  /****************** BLOG PAGE ********************/
  .wooprex-blog-list-section .inner-main-wrapper .row {
    row-gap: 40px;
  }
  .wooprex-blog-item {
    margin-top: 0 !important;
    padding: 0 !important;
  }
  .wooprex-blog-item .blog-image {
    height: 380px;
  }
  .wooprex-blog-item .blog-description {
    padding-top: 15px;
  }
  .wooprex-blog-item .blog-description h3 {
    font-size: 20px;
  }
  .wooprex-blog-item .blog-description .wooprex-btn {
    margin-top: 20px;
  }
  /*****************BLOG DETAILS PAGE ****************/
  .wooprex-blog-header .author {
    gap: 15px;
  }
  .wooprex-blog-header .author p {
    padding-right: 15px;
    font-size: 15px;
  }
  .wooprex-blog-details {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #CCD3E1;
  }
  .wooprex-blog-details .wooprex-blog-thumbnail {
    height: 450px;
  }
  .wooprex-blog-details .wooprex-blog-image {
    height: 400px;
  }
  .wooprex-blog-details .wooprex-blog-description .row {
    row-gap: 20px;
  }
  .wooprex-blog-details .wooprex-blog-quote {
    height: auto;
  }
  .wooprex-blog-details .wooprex-blog-quote:before {
    width: 80px;
    height: 80px;
  }
  .wooprex-blog-details .wooprex-blog-quote blockquote {
    font-size: 18px;
  }
  .wooprex-blog-details .wooprex-blog-image,
  .wooprex-blog-details .wooprex-blog-description,
  .wooprex-blog-details .wooprex-blog-quote {
    margin-top: 30px;
  }
  /* Sidebar */
  .wooprex-sidebar {
    padding-left: 0px;
  }
  .wooprex-sidebar .wooprex-sidebar-category,
  .wooprex-sidebar .wooprex-sidebar-archive,
  .wooprex-sidebar .wooprex-sidebar-latest-post,
  .wooprex-sidebar .wooprex-sidebar-tags {
    margin-top: 30px;
  }
  .wooprex-sidebar .sidebar-title {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .wooprex-recent-blog-section .inner-main-wrapper .row {
    row-gap: 40px;
  }
  .wooprex-recent-blog-section .wooprex-blog-item .blog-image {
    height: 350px;
  }
  .wooprex-recent-blog-section .wooprex-blog-item .blog-description h3 {
    font-size: 18px;
  }
  /****************** CONTACT PAGE *********************/
  .wooprex-contact-section .inner-left {
    padding-right: 0;
  }
  .wooprex-contact-section .inner-left .location {
    max-width: 100%;
  }
  .wooprex-contact-section .inner-left .location h4 {
    font-size: 22px;
  }
  .wooprex-contact-section .wooprex-contact-form {
    padding: 20px;
  }
  .wooprex-contact-section .wooprex-contact-form .form-header h2 {
    font-size: 28px;
  }
  .wooprex-contact-option {
    padding-top: 15px;
  }
  .wooprex-contact-option .inner-main-wrapper .inner-item {
    padding: 20px 0px;
  }
  .wooprex-contact-option .inner-main-wrapper .inner-item .wooprex-follow-us ul li a {
    font-size: 20px;
  }
  .wooprex-contact-option .inner-main-wrapper .inner-item.item-1 a {
    font-size: 20px;
  }
  .wooprex-contact-option .inner-main-wrapper .inner-item.item-2 ul {
    gap: 20px;
  }
  .wooprex-contact-option .inner-main-wrapper .inner-item.item-2 ul li a {
    font-size: 16px;
  }
  .wooprex-contact-option .inner-main-wrapper .inner-item.item-2 ul li a i {
    font-size: 20px;
  }
  /* Success stories */
  .wooprex-contact-success-stories-section .success-image {
    height: 550px;
  }
  /****************** FAQ PAGE ***************/
  .wooprex-faq-full-section ul.wooprex-nav-tabs {
    justify-content: center;
    margin-bottom: 40px;
    row-gap: 5px;
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
  .wooprex-faq-full-section ul.wooprex-nav-tabs li button {
    padding: 10px 22px;
    font-size: 16px;
  }
  /************************ TERMS PAGE *********************/
  .wooprex-terms-of-service-section .tab-content {
    padding-left: 30px;
  }
  /********************* TALK PAGE ***********/
  .wooprex-talk-section .section-header {
    margin-bottom: 30px;
  }
  .wooprex-talk-section .inner-main-wrapper .inner-left h3 {
    font-size: 28px;
    margin-bottom: 30px;
    padding-top: 30px;
  }
  .wooprex-talk-section .wooprex-accordion .accordion-item button {
    font-size: 20px;
    padding: 15px 0px;
  }
  .wooprex-talk-section .wooprex-contact-form {
    margin: 0;
    padding: 15px;
  }
  .wooprex-talk-section .wooprex-contact-form .row {
    row-gap: 15px;
  }
  /********************* INDUSTRY PAGE **************************/
  .wooprex-real-estate-section {
    padding-bottom: 120px;
  }
  .wooprex-real-estate-section:after {
    width: 90px;
  }
  .wooprex-real-estate-section .inner-main-wrapper .inner-left h1 {
    font-size: 48px;
  }
  .wooprex-real-estate-section .inner-main-wrapper .inner-left h1 span div {
    width: 80px;
  }
  .wooprex-real-estate-section .inner-main-wrapper .inner-left h1 span:after {
    font-size: 15px;
  }
  .wooprex-industry-image .industry-image-item {
    height: 500px;
    margin-top: -70px;
  }
  /* Consultancy service */
  .wooprex-consultancy-service .inner-right p {
    font-size: 16px;
  }
  .wooprex-consultancy-service .consultancy-service-slider {
    margin-top: 40px;
    overflow: hidden;
  }
  .wooprex-consultancy-service-item {
    height: 450px;
  }
  /* Consultancy profit */
  .wooprex-consultancy-profit-section .inner-main-wrapper .row {
    row-gap: 35px;
  }
  .wooprex-profit-item .icon {
    width: 80px;
    height: 80px;
  }
  .wooprex-profit-item .icon i {
    font-size: 40px;
  }
  .wooprex-profit-item h3 {
    font-size: 22px;
    margin: 20px 0px 5px 0px;
  }
  .wooprex-profit-item p {
    margin-bottom: 15px;
    font-size: 15px;
  }
  /* wooprex-realestate-success-section */
  .wooprex-realestate-success-section .inner-main-wrapper .inner-left,
  .wooprex-realestate-success-section .inner-main-wrapper .inner-right {
    width: 100%;
  }
  .wooprex-realestate-success-section .inner-main-wrapper .inner-right {
    padding: 30px 20px 50px 20px;
  }
  .wooprex-realestate-success-section .success-image {
    min-height: auto;
    max-height: auto;
    height: 550px;
  }
  .wooprex-realestate-success-section .success-item-wrapper {
    row-gap: 30px;
  }
  .wooprex-realestate-success-section .success-item-wrapper .success-item {
    gap: 20px;
  }
  /* Realestate client */
  .wooprex-realestate-client-section .inner-main-wrapper {
    padding: 0px 10px;
  }
  .wooprex-realestate-client-section .inner-main-wrapper h4 {
    font-size: 22px;
    left: 10px;
  }
  .wooprex-realestate-client-section .inner-main-wrapper h5 {
    font-size: 22px;
    line-height: 1.3em;
    right: 10px;
  }
  .wooprex-realestate-client-item.item-1 .product-image, .wooprex-realestate-client-item.item-3 .product-image {
    height: 270px;
  }
  .wooprex-realestate-client-item.item-2 .product-image {
    height: 450px;
  }
}
@media only screen and (max-width: 991px) {
  .padding-y {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .padding-top {
    padding-top: 70px;
  }
  .padding-bottom {
    padding-bottom: 70px;
  }
  .padding-x {
    padding-left: 10px;
    padding-right: 10px;
  }
  .padding-left {
    padding-left: 10px;
  }
  .padding-right {
    padding-right: 10px;
  }
  .text-size-5 {
    font-size: 16px;
  }
  .text-size-6 {
    font-size: 18px;
  }
  .text-size-7 {
    font-size: 18px;
  }
  .text-size-8 {
    font-size: 24px;
  }
  .text-size-9 {
    font-size: 26px;
  }
  .text-size-10 {
    font-size: 28px;
  }
  .text-size-11 {
    font-size: 30px;
  }
  .text-size-12 {
    font-size: 36px;
  }
  .text-size-13 {
    font-size: 38px;
  }
  .text-size-14 {
    font-size: 70px;
  }
  /* Nav section */
  .section-header {
    gap: 15px;
    margin-bottom: 45px;
  }
  .header {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* text stroke */
  .wooprex-text-stroke {
    border: none;
    border-top: 1px dashed #0066FF;
    border-bottom: 1px dashed #0066FF;
    padding: 10px 0px 20px 0px;
    height: 100%;
  }
  .wooprex-text-stroke .stroke-text {
    writing-mode: inherit;
    transform: inherit;
    border-left: none;
    border-bottom: 1px dashed #0066FF;
    font-size: 60px;
    text-align: center;
  }
  .wooprex-text-stroke .stroke-text:before, .wooprex-text-stroke .stroke-text:after {
    border-right: none;
    border-bottom: 1px dashed #0066FF;
    width: 100%;
    height: auto;
  }
  .wooprex-text-stroke .stroke-text:before {
    top: 8px;
    left: 0px;
  }
  .wooprex-text-stroke .stroke-text:after {
    top: inherit;
    bottom: 10px;
    right: 0;
  }
  .wooprex-text-stroke .stroke-text br {
    display: none;
  }
  /* partner section */
  .wooprex-partner-section.style-1 .inner-main-wrapper .row {
    row-gap: 40px;
  }
  .wooprex-partner-section.style-1 .inner-left:after {
    display: none;
  }
  .wooprex-partner-section.style-1 .partner-service-item-wrapper .row {
    row-gap: 25px;
  }
  .partner-service-item {
    row-gap: 5px;
  }
  /* marque section */
  .wooprex-counter-section.style-1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .wooprex-counter-section.style-1 .wooprex-counter-item {
    justify-content: flex-start;
  }
  .wooprex-counter-section.style-1 .wooprex-counter-item .counter-left {
    padding-top: 0;
    width: 100%;
  }
  .wooprex-counter-section.style-1 .wooprex-counter-item.item-1 {
    padding-top: 0;
  }
  .wooprex-counter-section.style-1 .wooprex-counter-item .counter-image {
    display: none;
  }
  .wooprex-counter-section.style-1 .wooprex-counter-item h4 {
    font-size: 50px;
    margin-bottom: 5px;
  }
  .wooprex-counter-section.style-3 .wooprex-counter-item h4 {
    font-size: 48px;
  }
  .wooprex-counter-section.style-3 .wooprex-counter-item p {
    font-size: 14px;
  }
  .wooprex-counter-section.style-3 .wooprex-counter-item.item-2:before, .wooprex-counter-section.style-3 .wooprex-counter-item.item-4:before {
    width: 70%;
  }
  .wooprex-counter-section.style-2.bg-shape:after {
    height: 300px;
  }
  .wooprex-counter-item h4 {
    font-size: 48px;
    margin-bottom: 5px;
  }
  .wooprex-counter-item p {
    font-size: 17px;
    max-width: 100%;
  }
  /* Testimonial section */
  .wooprex-testimonial-section {
    padding-left: 10px;
    padding-right: 10px;
  }
  .wooprex-testimonial-section .review-wrapper .review-text {
    font-size: 17px;
  }
  .wooprex-testimonial-section .testimonial-main-wrapper {
    height: auto;
  }
  .wooprex-testimonial-section.style-1 .review-wrapper {
    padding-left: 0;
  }
  .wooprex-testimonial-section.style-2 .fixed-image {
    display: none;
  }
  .wooprex-testimonial-section.style-3 .testimonial-details {
    padding-left: 0;
  }
  .wooprex-testimonial-section.style-3 .wooprex-testimonial-count {
    text-align: left;
  }
  .wooprex-testimonial-count .count {
    font-size: 60px;
  }
  .wooprex-testimonial-item p {
    margin-bottom: 20px;
  }
  .wooprex-testimonial-item .icon {
    margin-bottom: 5px;
  }
  .wooprex-testimonial-item-4 .testimonial-image {
    height: 380px;
  }
  .wooprex-testimonial-item-4 .testimonial-details h5 {
    margin-bottom: 10px;
  }
  /* Journal section */
  .wooprex-latest-journal-section {
    padding-left: 10px;
  }
  .wooprex-latest-journal-section .top-swiper-button {
    display: none;
  }
  .wooprex-latest-journal-section .bottom-swiper-button {
    display: block;
  }
  .wooprex-latest-journal-section .top-section {
    padding-left: 0;
    margin-bottom: 40px;
  }
  .wooprex-latest-journal-section .journal-slider-wrapper:before {
    width: 30%;
  }
  .wooprex-journal-item .journal-image {
    height: 500px;
  }
  .wooprex-journal-item .journal-description h3 {
    font-size: 32px;
  }
  .wooprex-journal-item .journal-description p {
    margin: 25px 0px;
  }
  /* News letter section */
  .wooprex-news-letter-section .news-letter-left {
    row-gap: 25px;
  }
  .wooprex-news-letter-section .news-letter-left a {
    font-size: 24px;
  }
  .wooprex-news-letter-section .news-letter-left a span {
    width: 45px;
    height: 45px;
  }
  .wooprex-news-letter-section .news-letter-left a span i {
    font-size: 20px;
  }
  .wooprex-news-letter-section .wooprex-contact-form {
    padding-right: 0;
  }
  /* Footer section */
  .wooprex-footer-section {
    padding-bottom: 50px;
  }
  .wooprex-footer-section .inner-main-wrapper .row {
    row-gap: 40px;
  }
  .wooprex-footer-section .middle {
    border-right: none;
  }
  .wooprex-footer-section .middle .middle-top {
    border-bottom: none;
  }
  .wooprex-footer-section .middle .middle-top .wooprex-footer-item {
    padding: 0px 0px 0px 10px;
  }
  .wooprex-footer-section .middle .middle-top .wooprex-footer-item.middle-item-1 {
    padding-left: 10px;
  }
  .wooprex-footer-section .middle .middle-bottom {
    row-gap: 10px;
  }
  .wooprex-footer-section .middle .middle-bottom .wooprex-footer-item {
    padding: 40px 0px 0px 10px;
  }
  .wooprex-footer-section .middle .middle-bottom .wooprex-footer-item.middle-item-3 {
    padding-left: 10px;
  }
  .wooprex-footer-section .middle .middle-bottom .wooprex-footer-item.middle-item-4 {
    padding-top: 0px;
  }
  .wooprex-footer-section .bottom-copyright {
    display: block;
  }
  .wooprex-footer-item.left {
    padding-top: 50px;
    padding-bottom: 0px;
    border-right: none;
    row-gap: 20px;
  }
  .wooprex-footer-item.left .copyright {
    display: none;
  }
  .wooprex-footer-item.left .top p {
    max-width: 100%;
  }
  .wooprex-footer-item.middle-item-1 {
    border-right: none;
  }
  .wooprex-footer-item.right {
    padding: 0px 0px 40px 0px;
  }
  .wooprex-footer-item h3 {
    font-size: 20px;
    margin-bottom: 18px;
  }
  .wooprex-footer-item h4 {
    margin-bottom: 15px;
  }
  .wooprex-footer-item ul li a, .wooprex-footer-item p {
    font-size: 15px;
  }
  /* Breadcrumb */
  .wooprex-breadcrumb-section .bg-shape {
    width: 80px;
  }
  .wooprex-breadcrumb-section .breadcrumb-main-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .wooprex-breadcrumb-section .breadcrumb-main-wrapper .breadcrumb-text {
    width: 75%;
    padding-right: 10px;
  }
  .wooprex-breadcrumb-section .breadcrumb-main-wrapper .breadcrumb-text .menu {
    width: 18%;
  }
  .wooprex-breadcrumb-section .breadcrumb-main-wrapper .breadcrumb-text .menu ul li .page {
    font-size: 15px;
  }
  .wooprex-breadcrumb-section .breadcrumb-main-wrapper .breadcrumb-text .details {
    width: 82%;
    gap: 15px;
  }
  .wooprex-breadcrumb-section .breadcrumb-main-wrapper .breadcrumb-text .details h1 {
    font-size: 40px;
  }
  .wooprex-breadcrumb-section .breadcrumb-main-wrapper .breadcrumb-text .details p {
    font-size: 15px;
  }
  .wooprex-breadcrumb-section-2 .inner-main-wrapper .bg-shape {
    display: none;
  }
  .wooprex-breadcrumb-section-2 .breadcrumb-text {
    gap: 30px;
  }
  .wooprex-breadcrumb-section-2 .breadcrumb-text .details h5 {
    font-size: 17px;
  }
  .wooprex-breadcrumb-section-2 .breadcrumb-text .details h1 {
    font-size: 40px;
    margin: 5px 0px 10px 0px;
  }
  .wooprex-breadcrumb-section-2 .breadcrumb-text .details p {
    margin-bottom: 20px;
  }
  .wooprex-breadcrumb-section-2 .breadcrumb-image {
    height: auto;
    max-height: 500px;
  }
  .wooprex-breadcrumb-section-2.talk-page .inner-main-wrapper {
    padding: 40px 0px;
  }
  .wooprex-breadcrumb-section-3 {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .wooprex-breadcrumb-section-3 .breadcrumb-text {
    row-gap: 18px;
  }
  .wooprex-breadcrumb-section-3 .breadcrumb-text .details h1 {
    font-size: 28px;
  }
  .wooprex-breadcrumb-section-3 .breadcrumb-text .details p {
    font-size: 16px;
  }
  /* Team section */
  .wooprex-team-section .inner-main-wrapper .row {
    row-gap: 25px;
  }
  .wooprex-team-item {
    padding: 0px !important;
  }
  .wooprex-team-item .team-image {
    height: 280px;
  }
  .wooprex-team-item .team-description h4 {
    font-size: 20px;
  }
  .wooprex-team-item .team-description p {
    font-size: 14px;
  }
  /* popup section */
  .wooprex-popup-section {
    height: 500px;
  }
  .wooprex-popup-section .popup-main-wrapper .media-player {
    width: 100px;
    height: 100px;
  }
  .wooprex-popup-section .popup-main-wrapper .media-player i {
    font-size: 30px;
  }
  .wooprex-popup-section.style-1 .growth-main {
    top: inherit;
    bottom: 0;
    height: auto;
    display: flex;
  }
  .wooprex-popup-section.style-1 .growth-main .growth-item {
    width: 100%;
    padding: 0px 20px;
    height: 130px;
  }
  .wooprex-popup-section.style-1 .growth-main .growth-item h3 {
    font-size: 50px;
    margin-bottom: 5px;
  }
  .wooprex-popup-section.style-1 .growth-main .growth-item p {
    font-size: 14px;
    line-height: 1.2em;
    text-align: center;
  }
  /***************************** HOME PAGE **************************/
  /* Banner */
  .wooprex-banner-section {
    padding-left: 10px;
  }
  .wooprex-banner-section .banner-text-wrapper .banner-text {
    padding-bottom: 50px;
    padding-top: 20px;
    border-top: 1px solid #72AAFF;
  }
  .wooprex-banner-section .banner-text-wrapper .banner-text .get-consulting {
    padding: 20px;
    margin: 25px 0px;
  }
  .wooprex-banner-section .banner-text-wrapper .banner-text .get-consulting img {
    height: 50px;
    width: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .wooprex-banner-section .banner-text-wrapper .banner-text .get-consulting a {
    font-size: 24px;
  }
  .wooprex-banner-section .banner-text-wrapper .banner-text .get-consulting a i {
    font-size: 24px;
  }
  .wooprex-banner-section .banner-text-wrapper .banner-text .top-text {
    padding-left: 20px;
  }
  .wooprex-banner-section .banner-text-wrapper .banner-text .top-text h1 {
    font-size: 40px;
  }
  .wooprex-banner-section .banner-text-wrapper .banner-text .bottom-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .wooprex-banner-section .banner-text-wrapper .banner-shape {
    width: 100px;
  }
  .wooprex-banner-section .col-image {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
  .wooprex-banner-section .wooprex-follow-us ul li a {
    font-size: 20px;
  }
  .wooprex-banner-section .banner-image {
    height: 500px;
  }
  /* trusted agency */
  .wooprex-trusted-agency-section .section-header {
    margin-bottom: 20px;
  }
  .wooprex-trusted-agency-section .founder {
    margin-bottom: 20px;
  }
  .wooprex-trusted-agency-section .schedule-wrapper {
    padding-right: 20px;
  }
  .wooprex-trusted-agency-section .schedule-wrapper .schedule {
    padding-right: 20px;
  }
  .wooprex-trusted-agency-section .schedule-wrapper .connect ul li a {
    font-size: 16px;
  }
  .wooprex-trusted-agency-section .schedule-wrapper .connect ul li a i {
    font-size: 17px;
  }
  .wooprex-trusted-agency-section .wooprex-button-wrapper {
    margin-top: 20px;
  }
  .wooprex-trusted-agency-section .image-wrapper .image.small {
    height: 180px;
  }
  /* COLLABORATION */
  .wooprex-collaboration-section .collaboration-main-wrapper {
    row-gap: 60px;
  }
  .wooprex-collaboration-section .collaboration-main-wrapper .collaboration-image, .wooprex-collaboration-section .collaboration-main-wrapper .collaboration-description {
    width: 100%;
  }
  .wooprex-collaboration-section .collaboration-main-wrapper .collaboration-image {
    height: 500px;
  }
  .wooprex-collaboration-section .collaboration-main-wrapper .collaboration-description {
    padding: 0px 20px;
  }
  .wooprex-collaboration-section .collaboration-main-wrapper .collaboration-description .section-header {
    margin-bottom: 35px;
  }
  .wooprex-collaboration-section .collaboration-main-wrapper .collaboration-description .inner-main-wrapper .row {
    row-gap: 25px;
  }
  .wooprex-collaboration-item h3 {
    margin: 15px 0px 5px 0px;
  }
  /* Ideas section */
  .wooprex-ideas-section .inner-main-wrapper .row {
    row-gap: 30px;
  }
  .wooprex-ideas-section .inner-main-wrapper .row .row {
    row-gap: 10px;
  }
  .wooprex-ideas-item .ideas-image {
    height: 420px;
  }
  .wooprex-ideas-item .ideas-image.shape {
    height: 80px;
  }
  /********************** SERVICE PAGE *********************/
  .wooprex-scale-company-section .wooprex-service-wrapper {
    row-gap: 15px;
  }
  .wooprex-scale-company-section .inner-main-wrapper img {
    display: none;
  }
  .wooprex-service-item.style-1 {
    padding: 10px 20px;
  }
  .wooprex-service-item.style-1:nth-child(even) {
    left: 0;
  }
  .wooprex-service-item.style-1 .count {
    font-size: 40px;
  }
  .wooprex-service-item.style-1 h3 {
    font-size: 20px;
  }
  /* service about */
  .wooprex-service-about-section .about-main-wrapper {
    padding-left: 0;
  }
  .wooprex-service-about-section .about-main-wrapper .section-header {
    margin-bottom: 30px;
  }
  .wooprex-service-about-section .about-main-wrapper .section-header .header {
    font-size: 35px;
  }
  .wooprex-service-about-section .about-main-wrapper .section-header .sub-header {
    font-size: 16px;
  }
  .wooprex-service-about-section .about-main-wrapper .client-wrapper .client-counter h4 {
    font-size: 75px;
  }
  .wooprex-service-about-section .about-main-wrapper .client-wrapper .client-counter p {
    font-size: 16px;
  }
  .wooprex-service-about-section .about-main-wrapper .client-wrapper .item .client-image {
    height: 50%;
  }
  .wooprex-service-about-section .about-main-wrapper .speed-service {
    top: inherit;
    transform: inherit;
    bottom: 10px;
  }
  .wooprex-service-about-section .about-main-wrapper .speed-service h4 span:first-child {
    font-size: 60px;
  }
  .wooprex-service-about-section .about-main-wrapper .speed-service h4 span:last-child {
    font-size: 18px;
  }
  .wooprex-excellence-faq-section:after {
    width: 70px;
  }
  .wooprex-excellence-faq-section .faq-main-wrapper .faq-image, .wooprex-excellence-faq-section .faq-main-wrapper .faq-main {
    width: 100%;
  }
  .wooprex-excellence-faq-section .faq-main-wrapper .faq-image {
    height: 500px;
  }
  .wooprex-excellence-faq-section .faq-main-wrapper .faq-main {
    padding: 60px 20px 60px 20px;
  }
  .wooprex-excellence-faq-section .faq-main-wrapper .faq-main .wooprex-btn {
    margin-top: 40px;
  }
  .wooprex-excellence-faq-section .wooprex-accordion {
    row-gap: 35px;
  }
  .wooprex-excellence-faq-section .wooprex-accordion .accordion-item button {
    padding: 0px 0px 0px 35px;
    font-size: 20px;
  }
  .wooprex-excellence-faq-section .wooprex-accordion .accordion-item button:before {
    font-size: 16px;
  }
  .wooprex-excellence-faq-section .wooprex-accordion .accordion-item .accordion-body {
    padding: 10px 0px 0px 35px;
  }
  /******************** SERVICE DETAILS PAGE ****************/
  .wooprex-company-section .inner-main-wrapper:before {
    left: 0;
    background-size: contain;
  }
  .wooprex-expertise-item {
    padding: 25px 20px;
  }
  .wooprex-expertise-item h3 {
    font-size: 22px;
  }
  .wooprex-expertise-item p {
    font-size: 15px;
  }
  /* reliable section */
  .wooprex-reliable-item .reliable-image {
    height: 350px;
  }
  .wooprex-reliable-item .reliable-description h3 {
    font-size: 22px;
    margin-bottom: 6px;
  }
  .wooprex-reliable-item .reliable-description p {
    font-size: 15px;
  }
  /* Custom service section */
  .wooprex-custom-service-item h4 {
    font-size: 56px;
  }
  .wooprex-custom-service-item h3 {
    font-size: 19px;
  }
  .wooprex-custom-service-item p {
    font-size: 14px;
  }
  /* Why bizconix section */
  .wooprex-bizconix-section .header {
    font-size: 24px;
  }
  .wooprex-expert-item i {
    font-size: 40px;
  }
  .wooprex-expert-item h3 {
    margin: 15px 0px 5px 0px;
  }
  .wooprex-expert-item p {
    font-size: 15px;
  }
  /* Hire section */
  .wooprex-hire-section .inner-main-wrapper .row {
    row-gap: 30px;
  }
  .wooprex-hire-item i {
    font-size: 40px;
  }
  .wooprex-hire-item p {
    font-size: 15px;
  }
  .wooprex-hire-item h3 {
    margin: 15px 0px 5px 0px;
  }
  /******************** SINGLE SERVICE PAGE ******************/
  .wooprex-high-performance-section .inner-middle {
    padding-top: 0px;
  }
  .wooprex-high-performance-section .inner-middle .section-header {
    margin-bottom: 20px;
  }
  .wooprex-high-performance-section .inner-right .performance-image-wrapper .image-1 {
    height: 60px;
  }
  .wooprex-high-performance-section .inner-right .performance-image-wrapper .image-2 {
    height: 40px;
  }
  .wooprex-high-performance-section .wooprex-review {
    padding: 15px;
  }
  /* business section */
  .wooprex-business-section .inner-left,
  .wooprex-business-section .inner-right {
    padding: 20px;
  }
  .wooprex-business-section .inner-left .wooprex-business-item,
  .wooprex-business-section .inner-right .wooprex-business-item {
    padding: 0px;
  }
  .wooprex-business-item h3 {
    font-size: 22px;
    margin: 10px 0px 5px 0px;
  }
  .wooprex-business-item p {
    font-size: 14px;
  }
  .wooprex-business-item .image {
    height: 500px;
  }
  /* Incredible section */
  .wooprex-incredible-section .inner-main-wrapper ul.wooprex-nav-tabs li button {
    font-size: 18px;
  }
  .wooprex-incredible-section .tab-content {
    padding: 20px;
  }
  .wooprex-incredible-section .incredible-image {
    max-height: 500px;
  }
  .wooprex-incredible-section .incredible-description-wrapper {
    padding-left: 0;
  }
  .wooprex-incredible-section .incredible-description-wrapper .row {
    row-gap: 25px;
  }
  .wooprex-incredible-item h3 {
    margin: 15px 0px 7px 0px;
  }
  /* empower business section */
  .wooprex-empower-business-section .top {
    margin-bottom: 40px;
  }
  .wooprex-empower-business-item {
    padding: 15px;
  }
  .wooprex-empower-business-item .business-image {
    height: 500px;
  }
  .wooprex-empower-business-item .business-description h4 {
    font-size: 24px;
  }
  /* work gallery section */
  .wooprex-gallery-item .gallery-image {
    height: 350px;
    max-height: 450px;
  }
  .wooprex-gallery-item .gallery-description {
    padding-top: 20px;
  }
  .wooprex-gallery-item .gallery-description h4 {
    font-size: 24px;
  }
  /***************** CASE STUDY PAGE ****************/
  .wooprex-case-study-list-section .item-4,
  .wooprex-case-study-list-section .item-5,
  .wooprex-case-study-list-section .item-6,
  .wooprex-case-study-list-section .item-7,
  .wooprex-case-study-list-section .item-9 {
    margin-top: 0px;
  }
  .wooprex-case-study-item .case-study-image {
    height: 350px;
  }
  .wooprex-case-study-item .case-study-shape {
    display: none;
  }
  .wooprex-case-study-item .case-study-description h5 {
    font-size: 15px;
  }
  .wooprex-case-study-item .case-study-description h3 {
    font-size: 22px;
    margin: 0px 0px 5px 0px;
  }
  /****************** SINGLE CASE STUDY PAGE ********************/
  .wooprex-single-case-study-section .case-study-thumbnail {
    height: 400px;
  }
  .wooprex-single-case-study-section .case-study-description {
    padding-top: 30px;
  }
  .wooprex-single-case-study-section .case-study-description .description-type .item h4 {
    margin-bottom: 6px;
  }
  .wooprex-single-case-study-section .case-study-description .description-type .item p {
    line-height: 1.4em;
  }
  .wooprex-single-case-study-section .case-study-description .description-main {
    row-gap: 25px;
  }
  .wooprex-single-case-study-section .case-study-description .description-main h2 {
    font-size: 33px;
  }
  .wooprex-single-case-study-section .case-study-description .description-main .item h4 {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .wooprex-single-case-study-section .extra-heading h3 {
    font-size: 22px;
  }
  .wooprex-single-case-study-section .case-study-image-wrapper .inner-item .case-study-image {
    height: 400px;
    margin-bottom: 15px;
  }
  .wooprex-single-case-study-section .case-study-image-wrapper .inner-item p {
    font-size: 18px;
  }
  .wooprex-single-case-study-section .case-study-gallery .gallery-item {
    height: 280px;
  }
  .wooprex-single-case-study-section .gallery-description h3 {
    font-size: 30px;
  }
  .wooprex-single-case-study-section .gallery-description article {
    row-gap: 15px;
  }
  .wooprex-single-case-study-section .gallery-description article p {
    font-size: 18px;
  }
  .wooprex-recent-case-study-section .recent-case-study-image {
    max-height: 400px;
  }
  .wooprex-recent-case-study-section .inner-right {
    padding: 0px;
    row-gap: 40px;
  }
  .wooprex-recent-case-study-section .inner-right .top {
    width: 100%;
  }
  .wooprex-recent-case-study-section .inner-right .stroke-wrapper {
    width: 100%;
  }
  .wooprex-recent-case-study-section .inner-right .stroke-wrapper .wooprex-text-stroke {
    padding: 10px 0px 20px 0px;
  }
  /****************** PRICING PAGE ***************/
  .wooprex-pricing-section .section-header h6 {
    font-size: 14px;
  }
  .wooprex-pricing-section .section-header .header {
    font-size: 30px;
  }
  .wooprex-pricing-section .section-header .pricing-package .checkbox {
    width: 60px;
    height: 30px;
  }
  .wooprex-pricing-section .section-header .pricing-package .checkbox:before {
    width: 25px;
    height: 25px;
  }
  .wooprex-pricing-section .section-header .pricing-package p {
    font-size: 16px;
  }
  .wooprex-pricing-item {
    padding: 20px;
    height: 100%;
  }
  .wooprex-pricing-item.item-1, .wooprex-pricing-item.item-3 {
    margin-top: 0;
  }
  .wooprex-pricing-item h5 {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .wooprex-pricing-item h3 {
    font-size: 35px;
  }
  .wooprex-pricing-item h3 span.month {
    font-size: 18px;
  }
  .wooprex-pricing-item h4 {
    font-size: 14px;
  }
  .wooprex-pricing-item ul li {
    font-size: 15px;
  }
  .wooprex-price-compare-section .header {
    font-size: 30px;
  }
  .wooprex-price-compare-section .wooprex-table-wrapper table thead th {
    padding: 10px;
  }
  .wooprex-price-compare-section .wooprex-table-wrapper table thead th .table-header h5 {
    font-size: 16px;
  }
  .wooprex-price-compare-section .wooprex-table-wrapper table thead th .table-header h3 {
    font-size: 30px;
  }
  .wooprex-price-compare-section .wooprex-table-wrapper table thead th .table-header h3 span {
    font-size: 18px;
  }
  .wooprex-price-compare-section .wooprex-table-wrapper table tbody tr.section-devider h4 {
    font-size: 22px;
  }
  .wooprex-price-compare-section .wooprex-table-wrapper table tbody tr td {
    padding: 10px;
    font-size: 16px;
  }
  /***************** HIRE US PAGE *******************/
  .wooprex-hire-us-form-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .wooprex-hire-us-form-section .inner-left, .wooprex-hire-us-form-section .inner-right {
    width: 100%;
  }
  .wooprex-hire-us-form-section .inner-left ul.menu {
    margin-bottom: 30px;
  }
  .wooprex-hire-us-form-section .inner-right {
    display: none;
  }
  /* elevete section */
  .wooprex-elevate-section {
    padding-bottom: 60px;
  }
  .wooprex-elevete-item {
    min-height: 250px;
  }
  .wooprex-elevete-item h3 {
    font-size: 24px;
    margin-top: 15px;
  }
  .wooprex-elevete-item img {
    max-width: 150px;
  }
  /* development section */
  .wooprex-development-service-item {
    padding: 20px;
    border: 1px solid #CCD3E1 !important;
  }
  .wooprex-development-service-item.item-1, .wooprex-development-service-item.item-3, .wooprex-development-service-item.item-5 {
    border-right: none !important;
  }
  .wooprex-development-service-item.item-1, .wooprex-development-service-item.item-2, .wooprex-development-service-item.item-3, .wooprex-development-service-item.item-4 {
    border-bottom: none !important;
  }
  .wooprex-development-service-item .icon {
    width: 60px;
    height: 60px;
  }
  .wooprex-development-service-item .icon i {
    font-size: 30px;
  }
  .wooprex-development-service-item h4 {
    margin: 20px 0px 5px 0px;
    font-size: 22px;
  }
  /* Hire us section */
  .wooprex-hire-us-section .wooprex-hire-us-image {
    max-height: 500px;
  }
  .wooprex-hire-us-item i {
    font-size: 40px;
  }
  .wooprex-hire-us-item h4 {
    font-size: 20px;
    margin: 15px 0px 5px 0px;
  }
  .wooprex-hire-us-item p {
    font-size: 15px;
  }
  /* Developer expertise section */
  .wooprex-developer-expertise-item .expertise-image {
    height: 350px;
  }
  .wooprex-developer-expertise-item .expertise-description h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .wooprex-developer-expertise-item .expertise-description ul li {
    font-size: 14px;
  }
  /* hiring approach section */
  .wooprex-hiring-approach-section .inner-main-wrapper .inner-right {
    padding-left: 0;
  }
  .wooprex-hiring-approach-section .inner-main-wrapper:after {
    width: 60px;
  }
  .wooprex-hiring-approach-section .hiring-approach-image {
    height: 550px;
  }
  .wooprex-hiring-approach-item .count {
    width: 50px;
    height: 50px;
    font-size: 22px;
  }
  .wooprex-hiring-approach-item .count:after {
    height: 250%;
    bottom: -250%;
  }
  .wooprex-hiring-approach-item .details {
    width: 80%;
  }
  .wooprex-hiring-approach-item .details h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  /* Success stories section */
  .wooprex-success-stories-item .success-stories-image {
    height: 400px;
  }
  .wooprex-success-stories-item .success-stories-description {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
  }
  .wooprex-success-stories-item .success-stories-description h4 {
    font-size: 20px;
  }
  /**************** ABOUT PAGE **********************/
  .wooprex-excellent-partner-item .inner-left .count {
    font-size: 70px;
  }
  .wooprex-excellent-partner-item .inner-right {
    padding: 20px;
    row-gap: 5px;
  }
  .wooprex-excellent-partner-item .inner-right h3 {
    font-size: 20px;
  }
  .wooprex-excellent-partner-item .inner-right .wooprex-btn {
    margin-top: 8px;
    min-width: 160px;
  }
  .wooprex-market-research-section .research-wrapper {
    position: relative;
    left: 0;
    top: 0;
    row-gap: 25px;
  }
  .wooprex-market-research-section .research-wrapper .research-item {
    width: 100%;
    margin: 0 !important;
  }
  .wooprex-market-research-section .research-wrapper .research-item h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .wooprex-market-research-section .inner-main-wrapper img.bg-image {
    display: none;
  }
  /******************** CAREER PAGE *************/
  .wooprex-experience-section .inner-main-wrapper .inner-left {
    border-right: none;
    padding-right: 0;
  }
  .wooprex-experience-section .inner-main-wrapper .inner-left article {
    row-gap: 15px;
  }
  .wooprex-experience-section .inner-main-wrapper .inner-left article p {
    font-size: 18px;
  }
  .wooprex-experience-section .inner-main-wrapper .inner-right {
    padding-left: 0;
  }
  .wooprex-experience-section .experience-item h3 {
    font-size: 50px;
  }
  .wooprex-experience-section .experience-item p {
    font-size: 18px;
    line-height: 1.3em;
    margin-top: 7px;
  }
  .wooprex-celebration-gallery-section .left {
    display: none;
  }
  .wooprex-celebration-gallery-section .gallery-image {
    height: 450px !important;
  }
  /* current opening */
  .wooprex-current-opening-section .section-header {
    margin-bottom: 20px;
  }
  .wooprex-current-opening-section .wooprex-table-wrapper table tr td {
    font-size: 16px;
  }
  .wooprex-current-opening-section .wooprex-table-wrapper table tr td h4 {
    font-size: 18px;
  }
  .wooprex-current-opening-section .wooprex-table-wrapper table tr td .wooprex-btn {
    font-size: 15px;
  }
  /* career values */
  .wooprex-career-value-section .inner-main-wrapper .row {
    row-gap: 50px;
  }
  .wooprex-career-values-item:before {
    top: 70px;
  }
  .wooprex-career-values-item .count {
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  .wooprex-career-values-item .count h5 {
    font-size: 36px;
  }
  .wooprex-career-values-item h4 {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .wooprex-career-values-item p {
    font-size: 15px;
  }
  /******************* CAREER SINGLE ********************/
  .wooprex-career-single-thumbnail-section {
    padding: 0px 10px;
  }
  .wooprex-career-single-thumbnail-section .thumbnail-image {
    height: 420px;
  }
  .wooprex-career-details-section .inner-left .section-header {
    margin: 0;
  }
  .wooprex-career-details-section .inner-left .section-header .header {
    font-size: 32px;
  }
  .wooprex-career-details-section .inner-right {
    margin: 0;
    padding: 15px;
    max-width: 100%;
  }
  .wooprex-career-details-section .inner-right form label {
    margin-bottom: 5px;
  }
  .wooprex-career-details-section .inner-right .row {
    row-gap: 15px;
  }
  /****************** BLOG PAGE ********************/
  .wooprex-blog-list-section .inner-main-wrapper .row {
    row-gap: 40px;
  }
  .wooprex-blog-item {
    margin-top: 0 !important;
    padding: 0 !important;
  }
  .wooprex-blog-item .blog-image {
    height: 350px;
  }
  .wooprex-blog-item .blog-description {
    padding-top: 15px;
  }
  .wooprex-blog-item .blog-description h3 {
    font-size: 18px;
  }
  .wooprex-blog-item .blog-description .wooprex-btn {
    margin-top: 20px;
  }
  /*****************BLOG DETAILS PAGE ****************/
  .wooprex-blog-header .header {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .wooprex-blog-header .author {
    gap: 10px;
  }
  .wooprex-blog-header .author p {
    padding-right: 10px;
    font-size: 15px;
  }
  .wooprex-blog-details .wooprex-blog-thumbnail {
    height: 450px;
  }
  .wooprex-blog-details .wooprex-blog-image {
    height: 350px;
  }
  .wooprex-blog-details .wooprex-blog-description .row {
    row-gap: 20px;
  }
  .wooprex-blog-details .wooprex-blog-quote {
    height: auto;
  }
  .wooprex-blog-details .wooprex-blog-quote:before {
    width: 80px;
    height: 80px;
  }
  .wooprex-blog-details .wooprex-blog-quote blockquote {
    padding: 20px;
    font-size: 18px;
  }
  .wooprex-blog-details .wooprex-blog-image,
  .wooprex-blog-details .wooprex-blog-description,
  .wooprex-blog-details .wooprex-blog-quote {
    margin-top: 30px;
  }
  /* Sidebar */
  .wooprex-sidebar {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #CCD3E1;
    padding-left: 0px;
  }
  .wooprex-sidebar .wooprex-sidebar-category,
  .wooprex-sidebar .wooprex-sidebar-archive,
  .wooprex-sidebar .wooprex-sidebar-latest-post,
  .wooprex-sidebar .wooprex-sidebar-tags {
    margin-top: 30px;
  }
  .wooprex-sidebar .sidebar-title {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .wooprex-recent-blog-section .inner-main-wrapper .row {
    row-gap: 40px;
  }
  .wooprex-recent-blog-section .wooprex-blog-item .blog-image {
    height: 350px;
  }
  .wooprex-recent-blog-section .wooprex-blog-item .blog-description h3 {
    font-size: 18px;
  }
  /****************** CONTACT PAGE *********************/
  .wooprex-contact-section .inner-left {
    padding-right: 0;
  }
  .wooprex-contact-section .inner-left .location {
    max-width: 100%;
  }
  .wooprex-contact-section .inner-left .location iframe {
    height: 150px;
  }
  .wooprex-contact-section .inner-left .location h4 {
    font-size: 20px;
  }
  .wooprex-contact-section .inner-left .location p {
    font-size: 15px;
  }
  .wooprex-contact-section .wooprex-contact-form {
    padding: 20px;
  }
  .wooprex-contact-section .wooprex-contact-form .form-header h2 {
    font-size: 26px;
  }
  .wooprex-contact-option {
    padding-top: 5px;
  }
  .wooprex-contact-option .inner-main-wrapper {
    border: 1px solid #CCD3E1;
  }
  .wooprex-contact-option .inner-main-wrapper .inner-item {
    width: 100%;
    padding: 20px 0px;
    justify-content: center;
  }
  .wooprex-contact-option .inner-main-wrapper .inner-item .wooprex-follow-us ul li a {
    font-size: 20px;
  }
  .wooprex-contact-option .inner-main-wrapper .inner-item.item-1, .wooprex-contact-option .inner-main-wrapper .inner-item.item-2 {
    border-right: none;
  }
  .wooprex-contact-option .inner-main-wrapper .inner-item.item-1 {
    border-bottom: 1px solid #CCD3E1;
  }
  .wooprex-contact-option .inner-main-wrapper .inner-item.item-1 a {
    font-size: 22px;
  }
  .wooprex-contact-option .inner-main-wrapper .inner-item.item-2 {
    justify-content: center;
    border-bottom: 1px solid #CCD3E1;
  }
  .wooprex-contact-option .inner-main-wrapper .inner-item.item-2 ul {
    gap: 30px;
  }
  .wooprex-contact-option .inner-main-wrapper .inner-item.item-2 ul li a {
    font-size: 16px;
  }
  .wooprex-contact-option .inner-main-wrapper .inner-item.item-2 ul li a i {
    font-size: 20px;
  }
  .wooprex-contact-option .inner-main-wrapper .inner-item.item-3 {
    justify-content: center;
  }
  /* Success stories */
  .wooprex-contact-success-stories-section .success-image {
    height: 500px;
  }
  /****************** FAQ PAGE ***************/
  .wooprex-faq-full-section ul.wooprex-nav-tabs {
    justify-content: center;
    margin-bottom: 40px;
    row-gap: 10px;
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
  .wooprex-faq-full-section ul.wooprex-nav-tabs li button {
    padding: 10px 20px;
    font-size: 16px;
  }
  /************************ TERMS PAGE *********************/
  .wooprex-terms-of-service-section .inner-main-wrapper .row {
    row-gap: 40px;
  }
  .wooprex-terms-of-service-section .wooprex-nav-tabs {
    flex-direction: row;
  }
  .wooprex-terms-of-service-section .tab-content {
    padding-left: 20px;
  }
  .wooprex-terms-of-service-section .tab-content .item .header {
    font-size: 22px;
  }
  /********************* TALK PAGE ***********/
  .wooprex-talk-section .section-header {
    margin-bottom: 30px;
  }
  .wooprex-talk-section .inner-main-wrapper .inner-left h3 {
    font-size: 24px;
    margin-bottom: 30px;
    padding-top: 30px;
  }
  .wooprex-talk-section .wooprex-accordion .accordion-item button {
    font-size: 18px;
    padding: 15px 0px;
  }
  .wooprex-talk-section .wooprex-contact-form {
    margin: 0;
    padding: 15px;
  }
  .wooprex-talk-section .wooprex-contact-form .row {
    row-gap: 15px;
  }
  /********************* INDUSTRY PAGE **************************/
  .wooprex-real-estate-section {
    padding-bottom: 120px;
  }
  .wooprex-real-estate-section:after {
    width: 90px;
  }
  .wooprex-real-estate-section .inner-main-wrapper .inner-left h1 {
    font-size: 40px;
  }
  .wooprex-real-estate-section .inner-main-wrapper .inner-left h1 span div {
    width: 50px;
  }
  .wooprex-real-estate-section .inner-main-wrapper .inner-left h1 span:after {
    font-size: 14px;
    margin-left: 15px;
  }
  .wooprex-real-estate-section .counter-wrapper .counter-item h3 {
    font-size: 40px;
  }
  .wooprex-real-estate-section .counter-wrapper .counter-item p {
    padding-right: 0px;
    font-size: 16px;
  }
  .wooprex-industry-image .industry-image-item {
    height: 500px;
    margin-top: -70px;
  }
  /* Consultancy service */
  .wooprex-consultancy-service .inner-right p {
    font-size: 16px;
  }
  .wooprex-consultancy-service .consultancy-service-slider {
    margin-top: 40px;
    overflow: hidden;
  }
  .wooprex-consultancy-service-item {
    height: 400px;
  }
  /* Consultancy profit */
  .wooprex-consultancy-profit-section .inner-main-wrapper .row {
    row-gap: 35px;
  }
  .wooprex-profit-item .icon {
    width: 70px;
    height: 70px;
  }
  .wooprex-profit-item .icon i {
    font-size: 35px;
  }
  .wooprex-profit-item h3 {
    font-size: 20px;
    margin: 20px 0px 5px 0px;
  }
  .wooprex-profit-item p {
    margin-bottom: 15px;
    font-size: 15px;
  }
  /* wooprex-realestate-success-section */
  .wooprex-realestate-success-section .inner-main-wrapper .inner-left,
  .wooprex-realestate-success-section .inner-main-wrapper .inner-right {
    width: 100%;
  }
  .wooprex-realestate-success-section .inner-main-wrapper .inner-right {
    padding: 30px 20px 50px 20px;
  }
  .wooprex-realestate-success-section .success-image {
    min-height: auto;
    max-height: auto;
    height: 550px;
  }
  .wooprex-realestate-success-section .success-item-wrapper {
    row-gap: 30px;
  }
  .wooprex-realestate-success-section .success-item-wrapper .success-item {
    gap: 20px;
  }
  .wooprex-realestate-success-section .success-item-wrapper .success-item .icon i {
    font-size: 35px;
  }
  .wooprex-realestate-success-section .success-item-wrapper .success-item .details h4 {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .wooprex-realestate-success-section .success-item-wrapper .success-item .details p {
    font-size: 16px;
  }
  /* Realestate client */
  .wooprex-realestate-client-section .inner-main-wrapper {
    padding: 0px 10px;
  }
  .wooprex-realestate-client-section .inner-main-wrapper .row {
    row-gap: 0px;
  }
  .wooprex-realestate-client-section .inner-main-wrapper h4 {
    position: relative;
    top: 0;
    left: 0;
    font-size: 20px;
    margin-bottom: 10px;
  }
  .wooprex-realestate-client-section .inner-main-wrapper h5 {
    position: relative;
    bottom: 0;
    right: 0;
    font-size: 20px;
    line-height: 1.3em;
    margin-bottom: 20px;
  }
  .wooprex-realestate-client-item.item-2 .product-image {
    height: 450px;
  }
  .wooprex-realestate-client-item.item-1, .wooprex-realestate-client-item.item-3 {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .padding-y {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .padding-bottom {
    padding-bottom: 60px;
  }
  .padding-top {
    padding-top: 60px;
  }
  header.wooprex-header-section {
    z-index: 999;
  }
  header.wooprex-header-section .header-main {
    gap: 25px;
  }
  header.wooprex-header-section .header-main .header-left .header-logo {
    max-width: 130px;
  }
  .section-header {
    margin-bottom: 45px;
    gap: 15px;
  }
  .header {
    font-size: 40px;
  }
  /*********** CAREER ********/
  .wooprex-current-opening-section .wooprex-table-wrapper table tbody {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 15px;
  }
  .wooprex-current-opening-section .wooprex-table-wrapper table tr {
    width: 49%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    row-gap: 15px;
    padding: 20px;
  }
  .wooprex-current-opening-section .wooprex-table-wrapper table tr td {
    min-width: auto;
    text-align: start !important;
    padding: 0;
  }
  .wooprex-current-opening-section .wooprex-table-wrapper table tr td h4 {
    line-height: 1;
  }
}
@media only screen and (max-width: 575px) {
  .padding-y {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .padding-bottom {
    padding-bottom: 50px;
  }
  .padding-top {
    padding-top: 50px;
  }
  .text-size-5 {
    font-size: 15px;
  }
  .text-size-6 {
    font-size: 16px;
  }
  .text-size-7 {
    font-size: 18px;
  }
  .text-size-8 {
    font-size: 20px;
  }
  .text-size-9 {
    font-size: 22px;
  }
  .text-size-10 {
    font-size: 24px;
  }
  .text-size-11 {
    font-size: 25px;
  }
  .text-size-12 {
    font-size: 26px;
  }
  .text-size-13 {
    font-size: 27px;
  }
  .text-size-14 {
    font-size: 33px;
  }
  header.wooprex-header-section .header-main {
    gap: 25px;
  }
  header.wooprex-header-section .header-main .header-logo .logo {
    max-width: 120px;
  }
  header.wooprex-header-section .header-main .header-right .wooprex-btn {
    display: none;
  }
  .wooprex-mobile-menu .bottom-link {
    display: block;
  }
  .wooprex-mobile-menu-bar i {
    font-size: 24px;
  }
  .mobile-menu-bar-close i {
    font-size: 22px;
  }
  .section-header {
    margin-bottom: 30px;
    gap: 15px;
  }
  .header {
    font-size: 28px;
  }
  .sub-header {
    font-size: 15px;
  }
  /* Button */
  .wooprex-btn {
    min-width: 150px;
    height: 45px;
    padding: 0px 20px;
  }
  .wooprex-btn-2 {
    font-size: 16px;
  }
  .wooprex-btn-2 span {
    width: 40px;
    height: 40px;
  }
  /* Review */
  .wooprex-review .rating-wrapper h5.rating {
    font-size: 24px;
  }
  .wooprex-review .star-wrapper .star span i {
    font-size: 18px;
  }
  /* text stroke */
  .wooprex-text-stroke {
    border: none;
    border-top: 1px dashed #0066FF;
    border-bottom: 1px dashed #0066FF;
    padding: 10px 0px 20px 0px;
    height: 100%;
  }
  .wooprex-text-stroke .stroke-text {
    writing-mode: inherit;
    transform: inherit;
    border-left: none;
    border-bottom: 1px dashed #0066FF;
    font-size: 45px;
    text-align: center;
  }
  .wooprex-text-stroke .stroke-text:before, .wooprex-text-stroke .stroke-text:after {
    border-right: none;
    border-bottom: 1px dashed #0066FF;
    width: 100%;
    height: auto;
  }
  .wooprex-text-stroke .stroke-text:before {
    top: 8px;
    left: 0px;
  }
  .wooprex-text-stroke .stroke-text:after {
    top: inherit;
    bottom: 10px;
    right: 0;
  }
  .wooprex-text-stroke .stroke-text br {
    display: none;
  }
  /* partner section */
  .wooprex-partner-section.style-1 .inner-main-wrapper .row {
    row-gap: 30px;
  }
  .wooprex-partner-section.style-1 .inner-left:after {
    display: none;
  }
  .wooprex-partner-section.style-1 .partner-service-item-wrapper .row {
    row-gap: 20px;
  }
  .wooprex-partner-section.style-3 .header {
    font-size: 20px;
  }
  .partner-service-item {
    row-gap: 5px;
  }
  /* marque section */
  .wooprex-marque .marquee_items .marque-item {
    margin: 0 20px;
    height: 25px;
  }
  .wooprex-counter-section.style-1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .wooprex-counter-section.style-1 .wooprex-counter-item {
    justify-content: flex-start;
  }
  .wooprex-counter-section.style-1 .wooprex-counter-item .counter-left {
    padding-top: 0;
    width: 100%;
  }
  .wooprex-counter-section.style-1 .wooprex-counter-item.item-1 {
    padding-top: 0;
  }
  .wooprex-counter-section.style-1 .wooprex-counter-item .counter-image {
    display: none;
  }
  .wooprex-counter-section.style-1 .wooprex-counter-item h4 {
    font-size: 45px;
    margin-bottom: 5px;
  }
  .wooprex-counter-section.style-3 .wooprex-counter-item h4 {
    font-size: 40px;
  }
  .wooprex-counter-section.style-3 .wooprex-counter-item p {
    font-size: 14px;
  }
  .wooprex-counter-section.style-3 .wooprex-counter-item.item-2:before, .wooprex-counter-section.style-3 .wooprex-counter-item.item-4:before {
    width: 100%;
  }
  .wooprex-counter-item h4 {
    font-size: 35px;
    margin-bottom: 5px;
  }
  .wooprex-counter-item p {
    font-size: 17px;
    max-width: 100%;
  }
  /* Testimonial section */
  .wooprex-testimonial-section {
    padding-left: 10px;
    padding-right: 10px;
  }
  .wooprex-testimonial-section .review-wrapper .review-text {
    font-size: 16px;
  }
  .wooprex-testimonial-section .testimonial-main-wrapper {
    height: auto;
  }
  .wooprex-testimonial-section.style-1 .review-wrapper {
    padding-left: 0;
  }
  .wooprex-testimonial-section.style-2 .fixed-image {
    display: none;
  }
  .wooprex-testimonial-section.style-3 .testimonial-details {
    padding-left: 0;
  }
  .wooprex-testimonial-section.style-3 .wooprex-testimonial-count {
    text-align: left;
  }
  .wooprex-testimonial-count .count {
    font-size: 40px;
  }
  .wooprex-testimonial-item p {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .wooprex-testimonial-item .icon {
    margin-bottom: 5px;
  }
  .wooprex-testimonial-item-4 .testimonial-image {
    height: 350px;
  }
  .wooprex-testimonial-item-4 .testimonial-details h5 {
    margin-bottom: 10px;
  }
  /* Journal section */
  .wooprex-latest-journal-section {
    padding-left: 10px;
  }
  .wooprex-latest-journal-section .top-swiper-button {
    display: none;
  }
  .wooprex-latest-journal-section .bottom-swiper-button {
    display: block;
  }
  .wooprex-latest-journal-section .top-section {
    padding-left: 0;
    margin-bottom: 30px;
  }
  .wooprex-latest-journal-section .journal-slider-wrapper:before {
    width: 30%;
  }
  .wooprex-journal-item .journal-image {
    height: 400px;
  }
  .wooprex-journal-item .journal-description h3 {
    font-size: 30px;
  }
  .wooprex-journal-item .journal-description p {
    margin: 20px 0px;
  }
  /* News letter section */
  .wooprex-news-letter-section .section-header .sub-header {
    font-size: 16px;
  }
  .wooprex-news-letter-section .news-letter-left {
    row-gap: 25px;
  }
  .wooprex-news-letter-section .news-letter-left a {
    font-size: 20px;
  }
  .wooprex-news-letter-section .news-letter-left a span {
    width: 35px;
    height: 35px;
  }
  .wooprex-news-letter-section .news-letter-left a span i {
    font-size: 16px;
  }
  .wooprex-news-letter-section .wooprex-contact-form {
    padding-right: 0;
  }
  /* Footer section */
  .wooprex-footer-section {
    padding-bottom: 50px;
  }
  .wooprex-footer-section .inner-main-wrapper .row {
    row-gap: 40px;
  }
  .wooprex-footer-section .middle {
    border-right: none;
  }
  .wooprex-footer-section .middle .middle-top {
    border-bottom: none;
  }
  .wooprex-footer-section .middle .middle-top .wooprex-footer-item {
    padding: 0px 0px 0px 10px;
  }
  .wooprex-footer-section .middle .middle-top .wooprex-footer-item.middle-item-1 {
    padding-left: 10px;
  }
  .wooprex-footer-section .middle .middle-bottom {
    row-gap: 10px;
  }
  .wooprex-footer-section .middle .middle-bottom .wooprex-footer-item {
    padding: 40px 0px 0px 10px;
  }
  .wooprex-footer-section .middle .middle-bottom .wooprex-footer-item.middle-item-3 {
    padding-left: 10px;
  }
  .wooprex-footer-section .middle .middle-bottom .wooprex-footer-item.middle-item-4 {
    padding-top: 0px;
  }
  .wooprex-footer-section .bottom-copyright {
    display: block;
  }
  .wooprex-footer-item.left {
    padding-top: 50px;
    padding-bottom: 0px;
    border-right: none;
    row-gap: 20px;
  }
  .wooprex-footer-item.left .copyright {
    display: none;
  }
  .wooprex-footer-item.middle-item-1 {
    border-right: none;
  }
  .wooprex-footer-item.right {
    padding: 0px 0px 40px 0px;
  }
  .wooprex-footer-item h3 {
    font-size: 20px;
    margin-bottom: 18px;
  }
  .wooprex-footer-item h4 {
    margin-bottom: 15px;
  }
  .wooprex-footer-item ul li a, .wooprex-footer-item p {
    font-size: 14px;
  }
  .wooprex-footer-item .wooprex-follow-us ul li a {
    font-size: 16px;
  }
  /* Breadcrumb */
  .wooprex-breadcrumb-section .bg-shape {
    width: 60px;
  }
  .wooprex-breadcrumb-section .breadcrumb-main-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .wooprex-breadcrumb-section .breadcrumb-main-wrapper .breadcrumb-text {
    width: 100%;
    padding-right: 10px;
  }
  .wooprex-breadcrumb-section .breadcrumb-main-wrapper .breadcrumb-text .menu {
    width: 18%;
  }
  .wooprex-breadcrumb-section .breadcrumb-main-wrapper .breadcrumb-text .menu ul li .page {
    font-size: 14px;
  }
  .wooprex-breadcrumb-section .breadcrumb-main-wrapper .breadcrumb-text .details {
    width: 82%;
    gap: 15px;
  }
  .wooprex-breadcrumb-section .breadcrumb-main-wrapper .breadcrumb-text .details h1 {
    font-size: 28px;
  }
  .wooprex-breadcrumb-section .breadcrumb-main-wrapper .breadcrumb-text .details p {
    font-size: 14px;
  }
  .wooprex-breadcrumb-section .breadcrumb-main-wrapper .breadcrumb-image {
    display: none;
  }
  .wooprex-breadcrumb-section-2 .inner-main-wrapper .bg-shape {
    display: none;
  }
  .wooprex-breadcrumb-section-2 .breadcrumb-text {
    gap: 30px;
  }
  .wooprex-breadcrumb-section-2 .breadcrumb-text .menu ul li .page {
    font-size: 14px;
  }
  .wooprex-breadcrumb-section-2 .breadcrumb-text .details h5 {
    font-size: 16px;
  }
  .wooprex-breadcrumb-section-2 .breadcrumb-text .details h1 {
    font-size: 28px;
    margin: 5px 0px 10px 0px;
  }
  .wooprex-breadcrumb-section-2 .breadcrumb-text .details p {
    margin-bottom: 20px;
  }
  .wooprex-breadcrumb-section-2 .breadcrumb-image {
    height: auto;
    max-height: 450px;
  }
  .wooprex-breadcrumb-section-2.talk-page .inner-main-wrapper {
    padding: 30px 0px;
  }
  .wooprex-breadcrumb-section-3 {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .wooprex-breadcrumb-section-3 .breadcrumb-text {
    row-gap: 18px;
  }
  .wooprex-breadcrumb-section-3 .breadcrumb-text .details h1 {
    font-size: 28px;
  }
  .wooprex-breadcrumb-section-3 .breadcrumb-text .details p {
    font-size: 16px;
  }
  /* Team section */
  .wooprex-team-section .inner-main-wrapper .row {
    row-gap: 25px;
  }
  .wooprex-team-item {
    padding: 0px !important;
  }
  .wooprex-team-item .team-image {
    height: 280px;
  }
  .wooprex-team-item .team-description h4 {
    font-size: 20px;
  }
  .wooprex-team-item .team-description p {
    font-size: 14px;
  }
  /* popup section */
  .wooprex-popup-section {
    height: 500px;
  }
  .wooprex-popup-section .popup-main-wrapper .media-player {
    width: 80px;
    height: 80px;
  }
  .wooprex-popup-section .popup-main-wrapper .media-player i {
    font-size: 20px;
  }
  .wooprex-popup-section.style-1 .growth-main {
    top: inherit;
    bottom: 0;
    height: auto;
    display: flex;
  }
  .wooprex-popup-section.style-1 .growth-main .growth-item {
    width: 100%;
    padding: 0px 20px;
    height: 130px;
  }
  .wooprex-popup-section.style-1 .growth-main .growth-item h3 {
    font-size: 35px;
    margin-bottom: 5px;
  }
  .wooprex-popup-section.style-1 .growth-main .growth-item p {
    font-size: 14px;
    line-height: 1.2em;
    text-align: center;
  }
  /***************************** HOME PAGE **************************/
  /* Banner */
  .wooprex-banner-section {
    padding-left: 10px;
  }
  .wooprex-banner-section .banner-text-wrapper .banner-text {
    padding-bottom: 30px;
    padding-top: 10px;
    border-top: 1px solid #72AAFF;
  }
  .wooprex-banner-section .banner-text-wrapper .banner-text .top-text h1 {
    font-size: 33px;
  }
  .wooprex-banner-section .banner-text-wrapper .banner-text .top-text p {
    font-size: 16px;
  }
  .wooprex-banner-section .banner-text-wrapper .banner-text .get-consulting {
    padding: 10px 10px 10px 20px;
    margin: 25px 0px;
  }
  .wooprex-banner-section .banner-text-wrapper .banner-text .get-consulting img {
    height: 40px;
  }
  .wooprex-banner-section .banner-text-wrapper .banner-text .get-consulting a {
    font-size: 20px;
  }
  .wooprex-banner-section .banner-text-wrapper .banner-text .get-consulting a i {
    font-size: 18px;
  }
  .wooprex-banner-section .banner-text-wrapper .banner-text .top-text {
    padding-left: 20px;
  }
  .wooprex-banner-section .banner-text-wrapper .banner-text .bottom-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .wooprex-banner-section .banner-text-wrapper .banner-shape {
    width: 100px;
  }
  .wooprex-banner-section .col-image {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
  .wooprex-banner-section .wooprex-follow-us ul li a {
    font-size: 18px;
  }
  .wooprex-banner-section .banner-image {
    height: 400px;
  }
  /* trusted agency */
  .wooprex-trusted-agency-section .section-header {
    margin-bottom: 20px;
  }
  .wooprex-trusted-agency-section .founder {
    margin-bottom: 20px;
  }
  .wooprex-trusted-agency-section .schedule-wrapper .schedule {
    padding-right: 0;
    border-right: none;
  }
  .wooprex-trusted-agency-section .schedule-wrapper .schedule .icon {
    width: 35px;
    height: 35px;
  }
  .wooprex-trusted-agency-section .schedule-wrapper .connect ul li a {
    font-size: 15px;
  }
  .wooprex-trusted-agency-section .schedule-wrapper .connect ul li a i {
    font-size: 16px;
  }
  .wooprex-trusted-agency-section .wooprex-button-wrapper {
    margin-top: 20px;
  }
  .wooprex-trusted-agency-section .image-wrapper .image.small {
    width: 40%;
    height: 170px;
  }
  /* COLLABORATION */
  .wooprex-collaboration-section .collaboration-main-wrapper .collaboration-image, .wooprex-collaboration-section .collaboration-main-wrapper .collaboration-description {
    width: 100%;
  }
  .wooprex-collaboration-section .collaboration-main-wrapper .collaboration-image {
    height: 400px;
  }
  .wooprex-collaboration-section .collaboration-main-wrapper .collaboration-description {
    padding: 0px 20px;
  }
  .wooprex-collaboration-section .collaboration-main-wrapper .collaboration-description .section-header {
    margin-bottom: 35px;
  }
  .wooprex-collaboration-section .collaboration-main-wrapper .collaboration-description .inner-main-wrapper .row {
    row-gap: 25px;
  }
  .wooprex-collaboration-item .icon {
    width: 50px;
    height: 50px;
  }
  .wooprex-collaboration-item .icon i {
    font-size: 24px;
  }
  .wooprex-collaboration-item h3 {
    margin: 15px 0px 5px 0px;
  }
  /* Ideas section */
  .wooprex-ideas-section .inner-main-wrapper .row {
    row-gap: 30px;
  }
  .wooprex-ideas-section .inner-main-wrapper .row .row {
    row-gap: 10px;
  }
  .wooprex-ideas-item .ideas-image {
    height: 350px;
  }
  .wooprex-ideas-item .ideas-image.shape {
    height: 50px;
  }
  .wooprex-ideas-item .ideas-description h3 {
    font-size: 20px;
  }
  /********************** SERVICE PAGE *********************/
  .wooprex-scale-company-section .wooprex-service-wrapper {
    row-gap: 15px;
  }
  .wooprex-scale-company-section .inner-main-wrapper img {
    display: none;
  }
  .wooprex-service-item.style-1 {
    padding: 20px;
  }
  .wooprex-service-item.style-1:nth-child(even) {
    left: 0;
  }
  .wooprex-service-item.style-1 .count {
    font-size: 30px;
  }
  .wooprex-service-item.style-1 h3 {
    font-size: 18px;
  }
  /* about service */
  .wooprex-service-about-section .about-main-wrapper {
    padding-left: 0;
  }
  .wooprex-service-about-section .about-main-wrapper .section-header {
    margin-bottom: 30px;
  }
  .wooprex-service-about-section .about-main-wrapper .section-header .header {
    font-size: 26px;
  }
  .wooprex-service-about-section .about-main-wrapper .section-header .sub-header {
    font-size: 16px;
  }
  .wooprex-service-about-section .about-main-wrapper .client-wrapper .client-counter h4 {
    font-size: 70px;
  }
  .wooprex-service-about-section .about-main-wrapper .client-wrapper .client-counter p {
    font-size: 14px;
  }
  .wooprex-service-about-section .about-main-wrapper .client-wrapper .item .client-image {
    height: 50%;
  }
  .wooprex-service-about-section .about-main-wrapper .speed-service {
    top: inherit;
    transform: inherit;
    bottom: 10px;
  }
  .wooprex-service-about-section .about-main-wrapper .speed-service h4 span:first-child {
    font-size: 45px;
  }
  .wooprex-service-about-section .about-main-wrapper .speed-service h4 span:last-child {
    font-size: 18px;
  }
  .wooprex-excellence-faq-section:after {
    width: 70px;
  }
  .wooprex-excellence-faq-section .faq-main-wrapper .faq-image, .wooprex-excellence-faq-section .faq-main-wrapper .faq-main {
    width: 100%;
  }
  .wooprex-excellence-faq-section .faq-main-wrapper .faq-image {
    height: 400px;
  }
  .wooprex-excellence-faq-section .faq-main-wrapper .faq-main {
    padding: 50px 20px 50px 20px;
  }
  .wooprex-excellence-faq-section .faq-main-wrapper .faq-main .wooprex-btn {
    margin-top: 40px;
  }
  .wooprex-excellence-faq-section .wooprex-accordion {
    row-gap: 25px;
  }
  .wooprex-excellence-faq-section .wooprex-accordion .accordion-item button {
    padding: 0px 0px 0px 35px;
    font-size: 17px;
  }
  .wooprex-excellence-faq-section .wooprex-accordion .accordion-item button:before {
    font-size: 14px;
  }
  .wooprex-excellence-faq-section .wooprex-accordion .accordion-item .accordion-body {
    padding: 10px 0px 0px 35px;
  }
  .wooprex-excellence-faq-section .wooprex-accordion .accordion-item .accordion-body p {
    font-size: 14px;
  }
  /******************** SERVICE DETAILS PAGE ****************/
  .wooprex-company-section .inner-main-wrapper:before {
    left: 0;
    background-size: contain;
  }
  .wooprex-expertise-item {
    padding: 25px 20px;
  }
  .wooprex-expertise-item h3 {
    font-size: 20px;
  }
  .wooprex-expertise-item p {
    font-size: 14px;
  }
  /* reliable section */
  .wooprex-reliable-item .reliable-image {
    height: 350px;
  }
  .wooprex-reliable-item .reliable-description h3 {
    font-size: 20px;
    margin-bottom: 6px;
  }
  .wooprex-reliable-item .reliable-description p {
    font-size: 14px;
  }
  .wooprex-reliable-item .reliable-description img {
    margin-top: 12px;
  }
  /* Custom service section */
  .wooprex-custom-service-item h4 {
    font-size: 40px;
  }
  .wooprex-custom-service-item h3 {
    font-size: 20px;
  }
  .wooprex-custom-service-item p {
    font-size: 14px;
  }
  /* Why bizconix section */
  .wooprex-bizconix-section .header {
    font-size: 24px;
  }
  .wooprex-expert-item i {
    font-size: 40px;
  }
  .wooprex-expert-item h3 {
    margin: 15px 0px 5px 0px;
  }
  .wooprex-expert-item p {
    font-size: 14px;
  }
  /* Hire section */
  .wooprex-hire-section .inner-main-wrapper .row {
    row-gap: 30px;
  }
  .wooprex-hire-item i {
    font-size: 40px;
  }
  .wooprex-hire-item p {
    font-size: 14px;
  }
  .wooprex-hire-item h3 {
    margin: 15px 0px 5px 0px;
  }
  /******************** SINGLE SERVICE PAGE ******************/
  .wooprex-high-performance-section .inner-middle {
    padding-top: 0px;
  }
  .wooprex-high-performance-section .inner-middle .section-header {
    margin-bottom: 20px;
  }
  .wooprex-high-performance-section .first-image {
    display: none;
  }
  /* business section */
  .wooprex-business-section .inner-left,
  .wooprex-business-section .inner-right {
    padding: 20px;
  }
  .wooprex-business-section .inner-left .wooprex-business-item,
  .wooprex-business-section .inner-right .wooprex-business-item {
    padding: 0px;
  }
  .wooprex-business-item i {
    font-size: 30px;
  }
  .wooprex-business-item h3 {
    font-size: 20px;
    margin: 10px 0px 5px 0px;
  }
  .wooprex-business-item p {
    font-size: 14px;
  }
  /* Incredible section */
  .wooprex-incredible-section .inner-main-wrapper ul.wooprex-nav-tabs {
    gap: 0px;
  }
  .wooprex-incredible-section .inner-main-wrapper ul.wooprex-nav-tabs li button {
    font-size: 16px;
  }
  .wooprex-incredible-section .tab-content {
    padding: 20px;
  }
  .wooprex-incredible-section .incredible-image {
    max-height: 400px;
  }
  .wooprex-incredible-section .incredible-description-wrapper {
    padding-left: 0;
  }
  .wooprex-incredible-section .incredible-description-wrapper .row {
    row-gap: 25px;
  }
  .wooprex-incredible-item h3 {
    margin: 15px 0px 7px 0px;
  }
  /* empower business section */
  .wooprex-empower-business-section .top {
    margin-bottom: 30px;
  }
  .wooprex-empower-business-item {
    padding: 15px;
  }
  .wooprex-empower-business-item .business-image {
    height: 350px;
  }
  .wooprex-empower-business-item .business-description h4 {
    font-size: 22px;
  }
  /* work gallery section */
  .wooprex-gallery-item .gallery-image {
    height: 380px;
    max-height: 450px;
  }
  .wooprex-gallery-item .gallery-description {
    padding-top: 20px;
  }
  .wooprex-gallery-item .gallery-description h4 {
    font-size: 22px;
  }
  /***************** CASE STUDY PAGE ****************/
  .wooprex-case-study-list-section .item-4,
  .wooprex-case-study-list-section .item-5,
  .wooprex-case-study-list-section .item-6,
  .wooprex-case-study-list-section .item-7,
  .wooprex-case-study-list-section .item-9 {
    margin-top: 0px;
  }
  .wooprex-case-study-item .case-study-image {
    height: 400px;
  }
  .wooprex-case-study-item .case-study-shape {
    display: none;
  }
  .wooprex-case-study-item .case-study-description h5 {
    font-size: 14px;
  }
  .wooprex-case-study-item .case-study-description h3 {
    font-size: 20px;
    margin: 0px 0px 5px 0px;
  }
  /****************** SINGLE CASE STUDY PAGE ********************/
  .wooprex-single-case-study-section:before {
    top: 50px;
  }
  .wooprex-single-case-study-section .case-study-thumbnail {
    height: 400px;
  }
  .wooprex-single-case-study-section .case-study-description {
    padding-top: 30px;
  }
  .wooprex-single-case-study-section .case-study-description .description-type .item h4 {
    margin-bottom: 6px;
    font-size: 18px;
  }
  .wooprex-single-case-study-section .case-study-description .description-type .item p {
    line-height: 1.4em;
  }
  .wooprex-single-case-study-section .case-study-description .description-main {
    row-gap: 25px;
  }
  .wooprex-single-case-study-section .case-study-description .description-main h2 {
    font-size: 33px;
  }
  .wooprex-single-case-study-section .case-study-description .description-main .item h4 {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .wooprex-single-case-study-section .extra-heading h3 {
    font-size: 22px;
  }
  .wooprex-single-case-study-section .case-study-image-wrapper .inner-item .case-study-image {
    height: 400px;
    margin-bottom: 15px;
  }
  .wooprex-single-case-study-section .case-study-image-wrapper .inner-item p {
    font-size: 18px;
  }
  .wooprex-single-case-study-section .case-study-gallery .gallery-item {
    height: 350px;
  }
  .wooprex-single-case-study-section .gallery-description h3 {
    font-size: 30px;
  }
  .wooprex-single-case-study-section .gallery-description article {
    row-gap: 15px;
  }
  .wooprex-single-case-study-section .gallery-description article p {
    font-size: 18px;
  }
  .wooprex-recent-case-study-section .recent-case-study-image {
    max-height: 350px;
  }
  .wooprex-recent-case-study-section .inner-right {
    padding: 0px;
    row-gap: 40px;
  }
  .wooprex-recent-case-study-section .inner-right .top {
    width: 100%;
  }
  .wooprex-recent-case-study-section .inner-right .stroke-wrapper {
    width: 100%;
  }
  .wooprex-recent-case-study-section .inner-right .stroke-wrapper .wooprex-text-stroke {
    padding: 10px 0px 20px 0px;
  }
  .wooprex-recent-case-study-section .recent-case-study-description h5 {
    font-size: 14px;
  }
  .wooprex-recent-case-study-section .recent-case-study-description h3 {
    font-size: 24px;
  }
  .wooprex-recent-case-study-section .recent-case-study-description p {
    font-size: 16px;
  }
  /****************** PRICING PAGE ***************/
  .wooprex-pricing-section .section-header h6 {
    font-size: 14px;
  }
  .wooprex-pricing-section .section-header .header {
    font-size: 26px;
  }
  .wooprex-pricing-section .section-header .pricing-package .checkbox {
    width: 60px;
    height: 30px;
  }
  .wooprex-pricing-section .section-header .pricing-package .checkbox:before {
    width: 25px;
    height: 25px;
  }
  .wooprex-pricing-section .section-header .pricing-package p {
    font-size: 16px;
  }
  .wooprex-pricing-item {
    padding: 20px;
  }
  .wooprex-pricing-item.item-1, .wooprex-pricing-item.item-3 {
    margin-top: 0;
  }
  .wooprex-pricing-item h5 {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .wooprex-pricing-item h3 {
    font-size: 35px;
  }
  .wooprex-pricing-item h3 span.month {
    font-size: 18px;
  }
  .wooprex-pricing-item h4 {
    font-size: 14px;
  }
  .wooprex-pricing-item ul li {
    font-size: 15px;
  }
  .wooprex-price-compare-section .header {
    font-size: 26px;
  }
  .wooprex-price-compare-section .wooprex-table-wrapper table thead th {
    padding: 10px;
  }
  .wooprex-price-compare-section .wooprex-table-wrapper table thead th .table-header h5 {
    font-size: 16px;
  }
  .wooprex-price-compare-section .wooprex-table-wrapper table thead th .table-header h3 {
    font-size: 30px;
  }
  .wooprex-price-compare-section .wooprex-table-wrapper table thead th .table-header h3 span {
    font-size: 18px;
  }
  .wooprex-price-compare-section .wooprex-table-wrapper table tbody tr.section-devider h4 {
    font-size: 20px;
  }
  .wooprex-price-compare-section .wooprex-table-wrapper table tbody tr td {
    padding: 10px;
    font-size: 15px;
  }
  /***************** HIRE US PAGE *******************/
  .wooprex-hire-us-form-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .wooprex-hire-us-form-section .inner-left, .wooprex-hire-us-form-section .inner-right {
    width: 100%;
  }
  .wooprex-hire-us-form-section .inner-left ul.menu {
    margin-bottom: 30px;
  }
  .wooprex-hire-us-form-section .inner-right {
    display: none;
  }
  /* elevete section */
  .wooprex-elevate-section {
    padding-bottom: 50px;
  }
  .wooprex-elevate-section .inner-right .padding-top {
    padding-top: 15px;
  }
  .wooprex-elevate-section .inner-right .row > * {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
  .wooprex-elevete-item {
    min-height: 250px;
  }
  .wooprex-elevete-item h3 {
    font-size: 20px;
    margin-top: 15px;
  }
  .wooprex-elevete-item img {
    max-width: 120px;
  }
  .wooprex-elevete-item.shape-item {
    display: none;
  }
  /* hire top talent */
  .wooprex-counter-section.style-3 .header {
    font-size: 20px;
  }
  /* development section */
  .wooprex-development-service-item {
    padding: 20px;
  }
  .wooprex-development-service-item.item-1, .wooprex-development-service-item.item-2, .wooprex-development-service-item.item-4, .wooprex-development-service-item.item-5 {
    border-right: 1px solid #CCD3E1;
  }
  .wooprex-development-service-item.item-4, .wooprex-development-service-item.item-5 {
    border-bottom: none;
  }
  .wooprex-development-service-item .icon {
    width: 60px;
    height: 60px;
  }
  .wooprex-development-service-item .icon i {
    font-size: 30px;
  }
  .wooprex-development-service-item h4 {
    margin: 20px 0px 5px 0px;
    font-size: 20px;
  }
  /* Hire us section */
  .wooprex-hire-us-section .wooprex-hire-us-image {
    max-height: 400px;
  }
  .wooprex-hire-us-item i {
    font-size: 40px;
  }
  .wooprex-hire-us-item h4 {
    font-size: 20px;
    margin: 15px 0px 5px 0px;
  }
  .wooprex-hire-us-item p {
    font-size: 15px;
  }
  /* Developer expertise section */
  .wooprex-developer-expertise-item .expertise-image {
    height: 350px;
  }
  .wooprex-developer-expertise-item .expertise-description h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .wooprex-developer-expertise-item .expertise-description ul li {
    font-size: 14px;
  }
  /* hiring approach section */
  .wooprex-hiring-approach-section .inner-main-wrapper .inner-right {
    padding-left: 0;
  }
  .wooprex-hiring-approach-section .inner-main-wrapper:after {
    width: 60px;
  }
  .wooprex-hiring-approach-item .count {
    width: 50px;
    height: 50px;
    font-size: 22px;
  }
  .wooprex-hiring-approach-item .count:after {
    display: none;
  }
  .wooprex-hiring-approach-item .details {
    width: 100%;
  }
  .wooprex-hiring-approach-item .details h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  /* Success stories section */
  .wooprex-success-stories-item .success-stories-image {
    height: 350px;
  }
  .wooprex-success-stories-item .success-stories-description {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
  }
  .wooprex-success-stories-item .success-stories-description h4 {
    font-size: 18px;
  }
  /**************** ABOUT PAGE **********************/
  .wooprex-excellent-partner-item .inner-left,
  .wooprex-excellent-partner-item .inner-right {
    width: 100%;
  }
  .wooprex-excellent-partner-item .inner-left {
    height: 200px;
  }
  .wooprex-excellent-partner-item .inner-left .count {
    font-size: 70px;
  }
  .wooprex-excellent-partner-item .inner-right {
    padding: 20px;
    row-gap: 5px;
  }
  .wooprex-excellent-partner-item .inner-right h3 {
    font-size: 20px;
  }
  .wooprex-excellent-partner-item .inner-right .wooprex-btn {
    margin-top: 8px;
    min-width: 160px;
  }
  .wooprex-market-research-section .research-wrapper {
    position: relative;
    left: 0;
    top: 0;
    row-gap: 25px;
  }
  .wooprex-market-research-section .research-wrapper .research-item {
    width: 100%;
    margin: 0 !important;
  }
  .wooprex-market-research-section .research-wrapper .research-item h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .wooprex-market-research-section .inner-main-wrapper img.bg-image {
    display: none;
  }
  /******************** CAREER PAGE *************/
  .wooprex-experience-section .inner-main-wrapper .inner-left {
    border-right: none;
    padding-right: 0;
  }
  .wooprex-experience-section .inner-main-wrapper .inner-left article {
    row-gap: 15px;
  }
  .wooprex-experience-section .inner-main-wrapper .inner-left article p {
    font-size: 16px;
  }
  .wooprex-experience-section .inner-main-wrapper .inner-right {
    padding-left: 0;
  }
  .wooprex-experience-section .experience-item h3 {
    font-size: 30px;
  }
  .wooprex-experience-section .experience-item p {
    font-size: 16px;
    line-height: 1.3em;
    margin-top: 7px;
  }
  .wooprex-celebration-gallery-section .left {
    display: none;
  }
  .wooprex-celebration-gallery-section .gallery-image {
    height: 350px !important;
  }
  /* current opening */
  .wooprex-current-opening-section .section-header {
    margin-bottom: 20px;
  }
  .wooprex-current-opening-section .wooprex-table-wrapper table tr {
    width: 100%;
  }
  .wooprex-current-opening-section .wooprex-table-wrapper table tr td {
    font-size: 15px;
  }
  .wooprex-current-opening-section .wooprex-table-wrapper table tr td h4 {
    font-size: 20px;
  }
  /* career values */
  .wooprex-career-value-section .inner-main-wrapper .row {
    row-gap: 30px;
  }
  .wooprex-career-values-item:before {
    top: 55px;
  }
  .wooprex-career-values-item .count {
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  .wooprex-career-values-item .count h5 {
    font-size: 30px;
  }
  .wooprex-career-values-item h4 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .wooprex-career-values-item p {
    font-size: 15px;
  }
  /******************* CAREER SINGLE ********************/
  .wooprex-career-single-thumbnail-section {
    padding: 0px 10px;
  }
  .wooprex-career-single-thumbnail-section .thumbnail-image {
    height: 350px;
  }
  .wooprex-career-details-section .inner-left .section-header {
    margin: 0;
  }
  .wooprex-career-details-section .inner-left .section-header .header {
    font-size: 26px;
  }
  .wooprex-career-details-section .inner-right {
    margin: 0;
    padding: 15px;
    max-width: 100%;
  }
  .wooprex-career-details-section .inner-right form label {
    margin-bottom: 5px;
  }
  .wooprex-career-details-section .inner-right .row {
    row-gap: 15px;
  }
  /****************** BLOG PAGE ********************/
  .wooprex-blog-list-section .inner-main-wrapper .row {
    row-gap: 40px;
  }
  .wooprex-blog-item {
    margin-top: 0 !important;
    padding: 0 !important;
  }
  .wooprex-blog-item .blog-image {
    height: 350px;
  }
  .wooprex-blog-item .blog-description {
    padding-top: 15px;
  }
  .wooprex-blog-item .blog-description h3 {
    font-size: 18px;
  }
  .wooprex-blog-item .blog-description .wooprex-btn {
    margin-top: 20px;
  }
  /*****************BLOG DETAILS PAGE ****************/
  .wooprex-blog-header .header {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .wooprex-blog-header .author {
    gap: 10px;
  }
  .wooprex-blog-header .author p {
    padding-right: 10px;
    font-size: 14px;
  }
  .wooprex-blog-details .wooprex-blog-thumbnail {
    height: 450px;
  }
  .wooprex-blog-details .wooprex-blog-image {
    height: 350px;
  }
  .wooprex-blog-details .wooprex-blog-description .row {
    row-gap: 20px;
  }
  .wooprex-blog-details .wooprex-blog-quote {
    height: auto;
  }
  .wooprex-blog-details .wooprex-blog-quote:before {
    width: 60px;
    height: 60px;
  }
  .wooprex-blog-details .wooprex-blog-quote blockquote {
    padding: 20px;
    font-size: 18px;
  }
  .wooprex-blog-details .wooprex-blog-image,
  .wooprex-blog-details .wooprex-blog-description,
  .wooprex-blog-details .wooprex-blog-quote {
    margin-top: 30px;
  }
  /* Sidebar */
  .wooprex-sidebar {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #CCD3E1;
    padding-left: 0px;
  }
  .wooprex-sidebar .wooprex-sidebar-category,
  .wooprex-sidebar .wooprex-sidebar-archive,
  .wooprex-sidebar .wooprex-sidebar-latest-post,
  .wooprex-sidebar .wooprex-sidebar-tags {
    margin-top: 30px;
  }
  .wooprex-sidebar .sidebar-title {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .wooprex-recent-blog-section .inner-main-wrapper .row {
    row-gap: 40px;
  }
  .wooprex-recent-blog-section .wooprex-blog-item .blog-image {
    height: 350px;
  }
  .wooprex-recent-blog-section .wooprex-blog-item .blog-description h3 {
    font-size: 18px;
  }
  /****************** CONTACT PAGE *********************/
  .wooprex-contact-section .inner-left {
    padding-right: 0;
  }
  .wooprex-contact-section .inner-left .location {
    max-width: 100%;
  }
  .wooprex-contact-section .inner-left .location h4 {
    font-size: 20px;
  }
  .wooprex-contact-section .wooprex-contact-form {
    padding: 20px;
  }
  .wooprex-contact-section .wooprex-contact-form .form-header h2 {
    font-size: 22px;
  }
  .wooprex-contact-option {
    padding-top: 0px;
  }
  .wooprex-contact-option .inner-main-wrapper {
    border: 1px solid #CCD3E1;
  }
  .wooprex-contact-option .inner-main-wrapper .inner-item {
    width: 100%;
    padding: 20px 0px;
    justify-content: center;
  }
  .wooprex-contact-option .inner-main-wrapper .inner-item .wooprex-follow-us ul li a {
    font-size: 20px;
  }
  .wooprex-contact-option .inner-main-wrapper .inner-item.item-1, .wooprex-contact-option .inner-main-wrapper .inner-item.item-2 {
    border-right: none;
  }
  .wooprex-contact-option .inner-main-wrapper .inner-item.item-1 {
    border-bottom: 1px solid #CCD3E1;
  }
  .wooprex-contact-option .inner-main-wrapper .inner-item.item-1 a {
    font-size: 22px;
  }
  .wooprex-contact-option .inner-main-wrapper .inner-item.item-2 {
    justify-content: center;
    border-bottom: 1px solid #CCD3E1;
  }
  .wooprex-contact-option .inner-main-wrapper .inner-item.item-2 ul {
    gap: 30px;
  }
  .wooprex-contact-option .inner-main-wrapper .inner-item.item-2 ul li a {
    font-size: 16px;
  }
  .wooprex-contact-option .inner-main-wrapper .inner-item.item-2 ul li a i {
    font-size: 20px;
  }
  .wooprex-contact-option .inner-main-wrapper .inner-item.item-3 {
    justify-content: center;
  }
  /* Success stories */
  .wooprex-contact-success-stories-section .success-image {
    height: 400px;
  }
  /****************** FAQ PAGE ***************/
  .wooprex-faq-full-section .section-header {
    margin-bottom: 20px;
  }
  .wooprex-faq-full-section ul.wooprex-nav-tabs {
    justify-content: center;
    margin-bottom: 25px;
    row-gap: 10px;
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
  .wooprex-faq-full-section ul.wooprex-nav-tabs li button {
    padding: 5px 10px;
    font-size: 15px;
  }
  /************************ TERMS PAGE *********************/
  .wooprex-terms-of-service-section .inner-main-wrapper .row {
    row-gap: 40px;
  }
  .wooprex-terms-of-service-section .wooprex-nav-tabs {
    flex-direction: row;
  }
  .wooprex-terms-of-service-section .wooprex-nav-tabs li a {
    padding: 5px 0px;
  }
  .wooprex-terms-of-service-section .tab-content {
    padding-left: 20px;
  }
  .wooprex-terms-of-service-section .tab-content .item .header {
    font-size: 18px;
  }
  /********************* TALK PAGE ***********/
  .wooprex-talk-section .section-header {
    margin-bottom: 30px;
  }
  .wooprex-talk-section .inner-main-wrapper .inner-left h3 {
    font-size: 24px;
    margin-bottom: 30px;
    padding-top: 30px;
  }
  .wooprex-talk-section .wooprex-accordion .accordion-item button {
    font-size: 18px;
    padding: 15px 0px;
  }
  .wooprex-talk-section .wooprex-contact-form {
    margin: 0;
    padding: 15px;
  }
  .wooprex-talk-section .wooprex-contact-form .row {
    row-gap: 15px;
  }
  /********************* INDUSTRY PAGE **************************/
  .wooprex-real-estate-section {
    padding-bottom: 90px;
  }
  .wooprex-real-estate-section:after {
    width: 70px;
  }
  .wooprex-real-estate-section .inner-main-wrapper .inner-left h1 {
    font-size: 28px;
  }
  .wooprex-real-estate-section .inner-main-wrapper .inner-left h1 span div {
    display: none;
  }
  .wooprex-real-estate-section .inner-main-wrapper .inner-left h1 span:after {
    display: none;
  }
  .wooprex-real-estate-section .inner-main-wrapper .inner-left p {
    margin-top: 15px;
    font-size: 16px;
  }
  .wooprex-real-estate-section .inner-main-wrapper .inner-left .wooprex-btn {
    margin-top: 20px;
  }
  .wooprex-real-estate-section .counter-wrapper .counter-item h3 {
    font-size: 28px;
  }
  .wooprex-real-estate-section .counter-wrapper .counter-item p {
    padding-right: 0px;
    font-size: 14px;
    line-height: 1.3em;
  }
  .wooprex-industry-image:after {
    height: 300px;
  }
  .wooprex-industry-image .industry-image-item {
    height: 400px;
    margin-top: -60px;
  }
  /* Consultancy service */
  .wooprex-consultancy-service .inner-right p {
    font-size: 16px;
  }
  .wooprex-consultancy-service .consultancy-service-slider {
    margin-top: 40px;
    overflow: hidden;
  }
  .wooprex-consultancy-service-item {
    height: 350px;
  }
  /* Consultancy profit */
  .wooprex-consultancy-profit-section .inner-main-wrapper .row {
    row-gap: 35px;
  }
  .wooprex-profit-item .icon {
    width: 70px;
    height: 70px;
  }
  .wooprex-profit-item .icon i {
    font-size: 35px;
  }
  .wooprex-profit-item h3 {
    font-size: 20px;
    margin: 20px 0px 5px 0px;
  }
  .wooprex-profit-item p {
    margin-bottom: 15px;
    font-size: 15px;
  }
  /* wooprex-realestate-success-section */
  .wooprex-realestate-success-section .inner-main-wrapper .inner-left,
  .wooprex-realestate-success-section .inner-main-wrapper .inner-right {
    width: 100%;
  }
  .wooprex-realestate-success-section .inner-main-wrapper .inner-right {
    padding: 30px 20px 50px 20px;
  }
  .wooprex-realestate-success-section .success-image {
    min-height: auto;
    max-height: auto;
    height: 450px;
  }
  .wooprex-realestate-success-section .success-item-wrapper {
    row-gap: 30px;
  }
  .wooprex-realestate-success-section .success-item-wrapper .success-item {
    gap: 20px;
  }
  .wooprex-realestate-success-section .success-item-wrapper .success-item .icon i {
    font-size: 30px;
  }
  .wooprex-realestate-success-section .success-item-wrapper .success-item .details h4 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .wooprex-realestate-success-section .success-item-wrapper .success-item .details p {
    font-size: 15px;
  }
  /* Realestate client */
  .wooprex-realestate-client-section .inner-main-wrapper {
    padding: 0px 10px;
  }
  .wooprex-realestate-client-section .inner-main-wrapper .row {
    row-gap: 0;
  }
  .wooprex-realestate-client-section .inner-main-wrapper h4 {
    position: relative;
    top: 0;
    left: 0;
    font-size: 17px;
    margin-bottom: 10px;
  }
  .wooprex-realestate-client-section .inner-main-wrapper h5 {
    position: relative;
    bottom: 0;
    right: 0;
    font-size: 17px;
    line-height: 1.3em;
    margin-bottom: 20px;
  }
  .wooprex-realestate-client-item.item-2 .product-image {
    height: 400px;
  }
  .wooprex-realestate-client-item.item-1, .wooprex-realestate-client-item.item-3 {
    display: none;
  }
}/*# sourceMappingURL=styles.css.map */