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

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

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

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

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

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

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

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

.container {
  max-width: 1320px;
}

/* -- form style -- */
textarea,
input[type=text],
input[type=password],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=datetime],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color] {
  font-family: "Inter", sans-serif;
  border: 1px solid;
  outline: 0;
  box-shadow: none;
  font-size: 16px;
  line-height: 20px;
  border-radius: 0px;
  padding: 18px;
  width: 100%;
  background: transparent;
  font-weight: 300;
  color: #5a32a9;
  border-color: #5a32a9;
}
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: #5a32a9;
  -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: #5a32a9;
  transition: all 0.3s ease;
  font-size: 16px;
}

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

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

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

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

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

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

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

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

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

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: #090511;
}
a:focus, a:hover {
  text-decoration: none;
  outline: 0;
  color: #ff3b30;
}

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: 140px;
  padding-bottom: 140px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #5a32a9;
}

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

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

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

/* Handle on hover */
.wooprex-mobile-menu::-webkit-scrollbar-thumb:hover {
  background: #ff3b30;
}

/*-- header -- */
/*-- Base: mixin & variable  -- */
/* Start Wooprex Header & Light header */
header.wooprex-header-section {
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 99;
  padding-top: 35px;
  padding-bottom: 15px;
  transition: top 0.6s, background 0.4s, box-shadow 0.4s, padding 0.3s;
}
header.wooprex-header-section.sticky {
  position: fixed !important;
  top: 0px;
  background-color: #ffffff;
  padding: 15px 70px;
  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 -- */
/*-- Base: mixin & variable  -- */
.wooprex-btn {
  border-radius: 48px;
  min-width: 170px;
  height: 56px;
  padding: 15px 20px;
  border: 1px solid #5a32a9;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  transition: all 0.3s ease;
}
.wooprex-btn.outline {
  color: #5a32a9;
  background-color: transparent;
}
.wooprex-btn.outline:hover {
  background-color: #5a32a9;
  color: #ffffff;
}
.wooprex-btn.fill {
  color: #ffffff;
  background-color: #5a32a9;
}
.wooprex-btn.fill:hover {
  background-color: transparent;
  color: #5a32a9;
}
.wooprex-btn.watch {
  padding: 0px 25px 0px 23px;
}
.wooprex-btn.watch i {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  font-size: 28px;
}

/*-- footer -- */
/*-- Base: mixin & variable  -- */
footer.wooprex-footer-section {
  background-color: #090511;
  padding-top: 100px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}
footer.wooprex-footer-section .container {
  position: relative;
  z-index: 2;
}
footer.wooprex-footer-section .footer-top {
  margin-bottom: 50px;
}
footer.wooprex-footer-section .footer-top .footer-item h4, footer.wooprex-footer-section .footer-top .footer-item p, footer.wooprex-footer-section .footer-top .footer-item a {
  color: #ffffff;
}
footer.wooprex-footer-section .footer-top .footer-item .footer-logo {
  margin-bottom: 40px;
}
footer.wooprex-footer-section .footer-top .footer-item .footer-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
footer.wooprex-footer-section .footer-top .footer-item p {
  max-width: 300px;
}
footer.wooprex-footer-section .footer-top .footer-item h4 {
  font-size: 16px;
  margin-bottom: 35px;
}
footer.wooprex-footer-section .footer-top .footer-item ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
footer.wooprex-footer-section .footer-top .footer-item ul li a:hover {
  color: #ff2d56;
}
footer.wooprex-footer-section .footer-top .footer-item .wooprex-follow-us {
  margin-bottom: 30px;
}
footer.wooprex-footer-section .footer-top .footer-item .wooprex-follow-us ul {
  flex-direction: row;
  gap: 20px;
}
footer.wooprex-footer-section .footer-top .footer-item .wooprex-follow-us ul li a {
  padding: 0px 5px;
}
footer.wooprex-footer-section .footer-top .footer-top-middle {
  padding: 0px 90px;
}
footer.wooprex-footer-section .footer-top .footer-top-middle ul li a:hover {
  transform: translateX(5px);
}
footer.wooprex-footer-section .footer-bottom {
  margin-top: 50px;
}
footer.wooprex-footer-section .footer-bottom p, footer.wooprex-footer-section .footer-bottom a {
  color: #ffffff;
}
footer.wooprex-footer-section .footer-bottom .footer-bottom-menu ul {
  display: flex;
  align-items: center;
  justify-content: end;
}
footer.wooprex-footer-section .footer-bottom .footer-bottom-menu ul li {
  position: relative;
}
footer.wooprex-footer-section .footer-bottom .footer-bottom-menu ul li:first-child {
  padding-right: 20px;
}
footer.wooprex-footer-section .footer-bottom .footer-bottom-menu ul li:first-child:after {
  content: "\f119";
  font-family: "flaticon_agency";
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  color: #ffffff;
  font-size: 20px;
  width: 13px;
}
footer.wooprex-footer-section .footer-bottom .footer-bottom-menu ul li:last-child {
  padding-left: 20px;
}
footer.wooprex-footer-section .footer-bottom .footer-bottom-menu ul li a:hover {
  color: #ff2d56;
}
footer.wooprex-footer-section .footer-marque-section .wooprex-marque .marquee_items {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  width: -moz-fit-content;
  width: fit-content;
}
footer.wooprex-footer-section .footer-marque-section .wooprex-marque .marque-item {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 0px 20px;
}
footer.wooprex-footer-section .footer-marque-section .wooprex-marque .marque-item h4 {
  font-size: 128px;
  font-weight: 900;
  text-wrap: nowrap;
  -webkit-text-stroke: 1px #ff3b30;
  -webkit-text-fill-color: transparent;
}
footer.wooprex-footer-section .footer-marque-section .wooprex-marque .marque-item i {
  font-size: 60px;
  color: #ff3b30;
}
footer.wooprex-footer-section .footer-shape-1 {
  position: absolute;
  top: 0%;
  right: 0%;
  width: 25%;
  height: 330px;
  -o-object-fit: cover;
     object-fit: cover;
}
footer.wooprex-footer-section .footer-shape-2 {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
footer.wooprex-footer-section .footer-shape-3 {
  position: absolute;
  bottom: 0%;
  right: 0%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*-- nav/mega menu -- */
/*-- Base: mixin & variable  -- */
/* Wooprex menu css that applies to all section */
header.wooprex-header-section .header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header.wooprex-header-section .header-main .header-right {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 20px;
}
header.wooprex-header-section .header-main .header-right i {
  font-size: 40px;
  cursor: pointer;
  color: #000000;
  position: relative;
  display: flex;
  line-height: 0px;
}
header.wooprex-header-section .header-main .header-right .wooprex-search-bar i {
  font-size: 30px;
}
header.wooprex-header-section .header-main .header-right .wooprex-btn {
  background-color: #ffffff;
}
header.wooprex-header-section .header-main .header-right .wooprex-btn:hover {
  background-color: #ff3b30;
  border-color: #ff3b30;
}
header.wooprex-header-section .header-main .wooprex-search-box {
  background: #ffffff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  padding: 20px 60px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
  box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.1);
}
header.wooprex-header-section .header-main .wooprex-search-box form {
  display: flex;
  align-items: center;
  justify-content: start;
  height: 100%;
}
header.wooprex-header-section .header-main .wooprex-search-box input {
  border-color: transparent;
  color: #404040;
  padding: 0;
  cursor: pointer;
  font-weight: 500;
  font-size: 18px;
}
header.wooprex-header-section .header-main .wooprex-search-box input::-moz-placeholder {
  color: #404040;
  font-weight: 500;
  font-size: 18px;
}
header.wooprex-header-section .header-main .wooprex-search-box input::placeholder {
  color: #404040;
  font-weight: 500;
  font-size: 18px;
}
header.wooprex-header-section .header-main .wooprex-search-box .wooprex-search-close {
  cursor: pointer;
}
header.wooprex-header-section .header-main .wooprex-search-box .wooprex-search-close i {
  color: #000000;
  font-size: 30px;
}
header.wooprex-header-section .header-main .wooprex-search-box .wooprex-search-close:hover i {
  animation: wooprexDraw 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}
header.wooprex-header-section .header-main .wooprex-search-box.active-search {
  opacity: 1;
  visibility: visible;
}

.wooprex-desktop-menu ul.box-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  gap: 40px;
  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:before, .wooprex-desktop-menu ul.box-nav li.menu-item.active > a.item-link:before {
  opacity: 1;
  visibility: visible;
  width: 100%;
}
.wooprex-desktop-menu ul.box-nav li.menu-item:hover a.item-link {
  color: #ff3b30;
}
.wooprex-desktop-menu ul.box-nav li.menu-item:hover a.item-link i {
  transform: rotate(180deg);
}
.wooprex-desktop-menu ul.box-nav li.menu-item.active > a.item-link {
  color: #090511;
}
.wooprex-desktop-menu ul.box-nav li.menu-item a.item-link {
  color: #404040;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 5px 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: 12px;
}
.wooprex-desktop-menu ul.box-nav li.menu-item a.item-link:before {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0%;
  background-color: #ff3b30;
  width: 0%;
  height: 1px;
  transition: all 0.6s ease;
  opacity: 0;
  visibility: hidden;
  font-size: 20px;
}
.wooprex-desktop-menu ul.box-nav li.menu-item > ul.sub-menu {
  left: 0px;
  top: 60px;
}
.wooprex-desktop-menu ul.box-nav li.menu-item ul.sub-menu {
  position: absolute;
  width: 240px;
  padding: 20px 0px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
  background-color: #fbfbff;
  border: 1px solid #fbfbff;
  box-shadow: 0px 14px 28px 0px rgba(6, 23, 106, 0.0784313725);
}
.wooprex-desktop-menu ul.box-nav li.menu-item ul.sub-menu li {
  padding: 6px 25px;
  position: relative;
}
.wooprex-desktop-menu ul.box-nav li.menu-item ul.sub-menu li:hover > a.sub-menu-link, .wooprex-desktop-menu ul.box-nav li.menu-item ul.sub-menu li.active > a.sub-menu-link {
  color: #ff2d56;
}
.wooprex-desktop-menu ul.box-nav li.menu-item ul.sub-menu li:hover > a.sub-menu-link:before, .wooprex-desktop-menu ul.box-nav li.menu-item 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 ul.sub-menu li a.sub-menu-link {
  padding: 2px 0px;
  display: flex;
  align-items: center;
  justify-content: start;
  color: #676a77;
  text-transform: capitalize;
  font-size: 16px;
  position: relative;
  font-weight: 500;
  gap: 5px;
}
.wooprex-desktop-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;
  font-size: 12px;
}
.wooprex-desktop-menu ul.box-nav li.menu-item ul.sub-menu li a.sub-menu-link:before {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0%;
  background-color: #ff3b30;
  transition: all 0.6s ease;
  opacity: 0;
  visibility: hidden;
  height: 1px;
  width: 0px;
}
.wooprex-desktop-menu ul.box-nav li.menu-item ul.sub-menu li > ul.sub-menu {
  right: -220px;
  top: 0;
}
.wooprex-desktop-menu ul.box-nav li.menu-item ul.sub-menu li:hover > a.sub-menu-link i {
  transform: rotate(180deg);
}
.wooprex-desktop-menu ul.box-nav li.menu-item ul.sub-menu li:hover > ul.sub-menu {
  right: -240px;
  opacity: 1;
  visibility: visible;
}
.wooprex-desktop-menu ul.box-nav li.menu-item: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: 30px;
  box-shadow: 0px 0px 5px 0px rgba(6, 23, 106, 0.0784313725);
  transition: all 0.6s ease;
  overflow-y: auto;
  z-index: 999;
}
.wooprex-mobile-menu ul.box-nav {
  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: #ff3b30;
}
.wooprex-mobile-menu ul.box-nav li.menu-item a.item-link {
  padding: 15px 0px;
  display: block;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #404040;
  transition: all 0.3s ease;
  gap: 5px;
}
.wooprex-mobile-menu ul.box-nav li.menu-item a.item-link i {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  transform: rotate(-90deg);
}
.wooprex-mobile-menu ul.box-nav li.menu-item a.item-link.link-active i {
  transform: rotate(0deg);
}
.wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu {
  padding-bottom: 10px;
}
.wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu ul.sub-menu {
  padding-bottom: 0;
}
.wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu li {
  padding: 0px 10px;
}
.wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu li:hover > a.sub-menu-link, .wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu li.active > a.sub-menu-link {
  color: #ff3b30;
}
.wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu li a.sub-menu-link {
  display: block;
  padding: 6px 0px;
  color: #676a77;
  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 ul.sub-menu li a.sub-menu-link.link-active i {
  transform: rotate(0deg);
}
.wooprex-mobile-menu.show {
  transform: translateX(0%);
}

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

/*-- menu bar -- */
/*-- Base: mixin & variable  -- */
.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: #5a32a9;
  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: 30px;
  color: #000000;
}
.mobile-menu-bar-close:hover i {
  animation: wooprexDraw 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}

/*-- heading/subheading -- */
/*-- Base: mixin & variable  -- */
.section-header {
  margin-bottom: 80px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.section-header.center {
  text-align: center;
}

.header {
  font-size: 48px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.2em;
  color: #090511;
}

.sub-header {
  font-size: 18px;
  font-weight: 400;
  color: #404040;
}

/*-- Breadcrumb -- */
/*-- Base: mixin & variable  -- */
section.wooprex-breadcrumb-section {
  padding-top: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
section.wooprex-breadcrumb-section .breadcrumb-text {
  position: relative;
}
section.wooprex-breadcrumb-section .breadcrumb-text h1 {
  font-size: 128px;
  color: #f5f5ff;
  text-transform: uppercase;
  text-wrap: nowrap;
}
section.wooprex-breadcrumb-section .breadcrumb-text ul {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 100%;
}
section.wooprex-breadcrumb-section .breadcrumb-text ul li {
  color: #afafdc;
  position: relative;
}
section.wooprex-breadcrumb-section .breadcrumb-text ul li a {
  color: #afafdc;
}
section.wooprex-breadcrumb-section .breadcrumb-text ul li a:hover {
  color: #ff3b30;
}
section.wooprex-breadcrumb-section .breadcrumb-text ul li.current {
  color: #ff3b30;
}
section.wooprex-breadcrumb-section .breadcrumb-text ul li:first-child:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -65px;
  background-color: #000000;
  width: 50px;
  height: 1px;
}
section.wooprex-breadcrumb-section .breadcrumb-text p {
  position: relative;
}

/*-- slider -- */
/*-- Base: mixin & variable  -- */
.wooprex-swiper-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.wooprex-swiper-navigation .swiper-button-prev,
.wooprex-swiper-navigation .swiper-button-next {
  position: static;
  top: inherit;
  left: inherit;
  right: inherit;
  margin: 0;
  transition: all 0.3s ease;
  height: auto;
}
.wooprex-swiper-navigation .swiper-button-prev:after,
.wooprex-swiper-navigation .swiper-button-next:after {
  font-family: "flaticon_agency";
  color: #090511;
  font-size: 28px;
  transition: all 0.3s ease;
}
.wooprex-swiper-navigation .swiper-button-prev:after {
  content: "\f11a";
}
.wooprex-swiper-navigation .swiper-button-next:after {
  content: "\f11b";
}

.wooprex-swiper-pagination .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  position: static;
}
.wooprex-swiper-pagination .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: 1px solid #5a32a9;
  opacity: 1;
  transition: all 0.3s ease;
}
.wooprex-swiper-pagination .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #5a32a9;
}

/* Swiper nav and pagination wrapper */
.wooprex-swiper-nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 35px;
}

section.wooprex-testimonial-section-one .wooprex-swiper-pagination .swiper-pagination-bullet,
section.wooprex-team-section .wooprex-swiper-pagination .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
}
section.wooprex-testimonial-section-one .wooprex-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
section.wooprex-team-section .wooprex-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #030712;
}

section.wooprex-team-section .wooprex-swiper-nav-wrapper {
  padding: 0px 10px;
}

section.wooprex-latest-news-section .wooprex-swiper-pagination,
section.wooprex-testimonial-section-two .wooprex-swiper-pagination {
  margin-top: 50px;
}

/* Home portfolio */
section.wooprex-home-portfolio-section .wooprex-swiper-nav-wrapper {
  margin-top: 0px;
}
section.wooprex-home-portfolio-section .wooprex-swiper-pagination .swiper-pagination-bullet {
  border-color: #ffffff;
}
section.wooprex-home-portfolio-section .wooprex-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
section.wooprex-home-portfolio-section .wooprex-swiper-navigation .swiper-button-next::after,
section.wooprex-home-portfolio-section .wooprex-swiper-navigation .swiper-button-prev::after {
  color: #ffffff;
}

/*-- Follow us -- */
/*-- Base: mixin & variable  -- */
.wooprex-follow-us ul {
  display: flex;
  gap: 18px;
}
.wooprex-follow-us ul li a {
  color: #adadad;
  font-size: 18px;
}
.wooprex-follow-us ul li a:hover {
  color: #ff3b30;
}
.wooprex-follow-us ul li a:hover i {
  transform: scale(1.1);
}
.wooprex-follow-us ul li a i {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.wooprex-follow-us.round-border ul li a {
  border: 1px solid #adadad;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.wooprex-follow-us.round-border ul li a:hover {
  border-color: #ff3b30;
}

/*-- service item -- */
/*-- Base: mixin & variable  -- */
/* HOME PAGE */
section.wooprex-service-section-one {
  overflow: hidden;
  position: relative;
}
section.wooprex-service-section-one .section-header {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
section.wooprex-service-section-one .service-main-wrapper {
  overflow: visible;
}

.wooprex-service-item.style-1 {
  background-color: #faf8ff;
  border-radius: 40px;
  padding: 35px 15px 0px 15px;
  transition: all 0.6s ease;
  position: relative;
}
.wooprex-service-item.style-1 .service-description {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 20px;
}
.wooprex-service-item.style-1 .service-description .left h3 {
  font-size: 32px;
  margin-bottom: 10px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.wooprex-service-item.style-1 .service-description .left p {
  font-size: 14px;
  font-weight: 500;
  max-width: 170px;
  color: #090511;
  transition: all 0.3s ease;
}
.wooprex-service-item.style-1 .service-description .right {
  transition: all 0.3s ease;
}
.wooprex-service-item.style-1 .service-description .right .btn-1 {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid #090511;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wooprex-service-item.style-1 .service-description .right .btn-1 i {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-45deg);
  font-size: 22px;
}
.wooprex-service-item.style-1 .service-image {
  margin-top: 10px;
  position: relative;
  height: 330px;
  overflow: hidden;
}
.wooprex-service-item.style-1 .service-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}
.wooprex-service-item.style-1 .btn-2 {
  position: absolute;
  bottom: 0%;
  left: 0%;
  left: -10px;
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  background-color: #5a32a9;
  color: #ffffff;
  border: 5px solid #ffffff;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s ease;
}
.wooprex-service-item.style-1 .btn-2 i {
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-45deg);
  font-size: 30px;
}
.wooprex-service-item.style-1 .btn-2:hover i {
  transform: rotate(0deg);
}
.wooprex-service-item.style-1:hover {
  background-color: #5a32a9;
  box-shadow: 0px 12px 28px 0px rgba(97, 97, 136, 0.4509803922);
  border-radius: 40px 40px 40px 136px;
}
.wooprex-service-item.style-1:hover .service-description .left h3,
.wooprex-service-item.style-1:hover .service-description .left p {
  color: #ffffff;
}
.wooprex-service-item.style-1:hover .service-description .right {
  opacity: 0;
  visibility: hidden;
}
.wooprex-service-item.style-1:hover .btn-2 {
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}

/* ABOUT PAGE */
/* Service 2 */
section.wooprex-service-section-two {
  overflow: hidden;
  position: relative;
}
section.wooprex-service-section-two .row > * {
  padding: 0;
}
section.wooprex-service-section-two .section-header {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

.wooprex-service-item.style-2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  height: 550px;
  border-left: 1px solid #afafdc;
  padding-left: 15px;
  position: relative;
}
.wooprex-service-item.style-2 .service-icon {
  position: relative;
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}
.wooprex-service-item.style-2 .service-icon:before {
  content: "";
  background-image: url("../assets/shape/shape-021.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-service-item.style-2 .service-icon i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #ff3b30;
  position: relative;
  z-index: 2;
}
.wooprex-service-item.style-2 .service-description h3 {
  font-size: 32px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.wooprex-service-item.style-2 .service-description p {
  color: #666666;
  font-size: 14px;
}
.wooprex-service-item.style-2 a {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000000;
  border-radius: 50%;
  position: relative;
  z-index: 5;
  transition: background 0.3s, color 0.3s, border 0s;
}
.wooprex-service-item.style-2 a i {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-45deg);
  font-size: 24px;
  transition: all 0.3s ease;
}
.wooprex-service-item.style-2 a:hover i {
  transform: rotate(0deg);
}
.wooprex-service-item.style-2 .service-image {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  overflow: hidden;
  border-radius: 0px 0px 0px 32px;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
}
.wooprex-service-item.style-2 .service-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-service-item.style-2:hover .service-image {
  opacity: 1;
  visibility: visible;
}
.wooprex-service-item.style-2:hover a {
  background: #000000;
  color: #ffffff;
  border: 2px solid #ffffff;
}

/* SERVICE PAGE */
.wooprex-service-item.style-3 {
  padding: 40px 20px;
  background-color: #ffffff;
  transition: all 0.6s ease;
  border-radius: 40px;
  border: 1px solid #cacced;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.wooprex-service-item.style-3 .shape {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100px;
  height: 100px;
}
.wooprex-service-item.style-3 .shape img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.6s ease;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}
.wooprex-service-item.style-3 .shape .color-shape {
  width: 0;
  height: 0;
}
.wooprex-service-item.style-3 .service-description {
  position: relative;
  z-index: 2;
}
.wooprex-service-item.style-3 .service-description i {
  font-size: 80px;
  color: #ff3b30;
  transition: all 0.3s ease;
}
.wooprex-service-item.style-3 .service-description h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 40px 0px 25px 0px;
}
.wooprex-service-item.style-3 .service-description h3 a {
  color: #585879;
}
.wooprex-service-item.style-3 .service-description p {
  color: #7e7e9a;
  font-size: 14px;
  transition: all 0.3s ease;
}
.wooprex-service-item.style-3:hover {
  background-color: #ff2d56;
  border-color: #ff2d56;
}
.wooprex-service-item.style-3:hover i {
  color: #ffffff;
}
.wooprex-service-item.style-3:hover .shape .color-shape {
  width: 100%;
  height: 100%;
}
.wooprex-service-item.style-3:hover .shape .light-shape {
  width: 0;
  height: 0;
}
.wooprex-service-item.style-3:hover .service-description h3 a,
.wooprex-service-item.style-3:hover .service-description p {
  color: #ffffff;
}

/*-- blog item -- */
/*-- Base: mixin & variable  -- */
.wooprex-blog-item .blog-image {
  height: 590px;
  overflow: hidden;
  border-radius: 32px;
}
.wooprex-blog-item .blog-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.wooprex-blog-item .blog-image a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(1);
}
.wooprex-blog-item .blog-description {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-right: 25px;
}
.wooprex-blog-item .blog-description .left h3 {
  font-size: 24px;
  margin-bottom: 15px;
}
.wooprex-blog-item .blog-description .right a {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #030712;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
.wooprex-blog-item .blog-description .right a i {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-45deg);
  font-size: 24px;
  transition: all 0.3s ease;
}
.wooprex-blog-item .blog-description .right a:hover {
  background-color: #ff3b30;
}
.wooprex-blog-item .blog-description .right a:hover i {
  transform: rotate(0deg);
}
.wooprex-blog-item:hover .blog-image a img {
  transform: scale(1.03);
  filter: grayscale(0);
}
.wooprex-blog-item:hover .blog-description h3 a {
  color: #ff2d56;
}
.wooprex-blog-item:hover .blog-description .right a {
  background-color: #ff2d56;
}
.wooprex-blog-item:hover .blog-description .right a i {
  transform: rotate(0deg);
}

/*-- Partner -- */
/*-- Base: mixin & variable  -- */
section.wooprex-partner-section {
  overflow: hidden;
  position: relative;
}
section.wooprex-partner-section h3 {
  font-size: 24px;
  color: #a5a5cb;
  position: relative;
}
section.wooprex-partner-section h3:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 245px;
  height: 1px;
  background-color: #a5a5cb;
  margin-left: 60px;
}
section.wooprex-partner-section .partner-main {
  position: relative;
  margin-top: 40px;
}
section.wooprex-partner-section .partner-main .swiper-slide {
  border: 1px solid #cfcfed;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

/*-- team -- */
/*-- Base: mixin & variable  -- */
/* Team 3 */
section.wooprex-team-section {
  overflow: hidden;
  position: relative;
}
section.wooprex-team-section .section-header {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
section.wooprex-team-section .team-left-slider {
  padding: 10px 10px 20px 10px;
  border: 1px solid #9d9dc2;
  border-radius: 32px;
  overflow: hidden;
}
section.wooprex-team-section .team-left-slider .team-item .team-image {
  height: 360px;
  overflow: hidden;
  border-radius: 24px;
}
section.wooprex-team-section .team-left-slider .team-item .team-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-team-section .team-left-slider .team-item .team-description {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 20px 0px 10px;
  gap: 20px;
}
section.wooprex-team-section .team-left-slider .team-item .team-description .details h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
}
section.wooprex-team-section .team-left-slider .team-item .team-description .details h5 {
  font-size: 14px;
  font-weight: 400;
}
section.wooprex-team-section .team-left-slider .team-item .team-description .wooprex-follow-us ul li a {
  color: #090511;
}
section.wooprex-team-section .team-left-slider .team-item .team-description .wooprex-follow-us ul li a:hover {
  color: #ff3b30;
}
section.wooprex-team-section .team-left-slider .team-item:hover .team-image img {
  transform: scale(1.05);
}
section.wooprex-team-section .team-left-slider .team-item:hover .team-description h4 a {
  color: #ff3b30;
}
section.wooprex-team-section .team-right {
  height: 100%;
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.wooprex-team-section .team-right .team-right-top {
  padding-bottom: 60px;
}
section.wooprex-team-section .team-right .team-right-bottom {
  border-top: 1px solid #e8e8ff;
  padding-top: 60px;
}
section.wooprex-team-section .team-right .team-right-bottom p {
  font-size: 24px;
}
section.wooprex-team-section .team-right .team-right-bottom p a {
  color: #ff3b30;
}
section.wooprex-team-section .team-right .team-right-bottom p a:hover {
  color: #5a32a9;
}

.wooprex-team-item {
  text-align: center;
}
.wooprex-team-item .team-image {
  width: 250px;
  height: 250px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto;
}
.wooprex-team-item .team-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.wooprex-team-item .team-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-team-item .team-description {
  margin-top: 20px;
}
.wooprex-team-item .team-description h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
.wooprex-team-item .team-description h5 {
  font-size: 14px;
  font-weight: 400;
}
.wooprex-team-item:hover .team-image img {
  transform: scale(1.05);
}
.wooprex-team-item:hover .team-description h4 a {
  color: #ff3b30;
}

/*-- testimonial -- */
/*-- Base: mixin & variable  -- */
section.wooprex-testimonial-section-one {
  overflow: hidden;
  position: relative;
}
section.wooprex-testimonial-section-one .section-header {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
section.wooprex-testimonial-section-one .testimonial-left {
  position: relative;
  background-color: #301b5b;
  border-radius: 32px;
  padding: 30px;
  height: 570px;
}
section.wooprex-testimonial-section-one .testimonial-left img.shape {
  position: absolute;
  z-index: -1;
  top: -100px;
  left: -100px;
}
section.wooprex-testimonial-section-one .testimonial-left .left-description p {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 15px;
  max-width: 170px;
}
section.wooprex-testimonial-section-one .testimonial-left .left-description h4 {
  position: relative;
  font-size: 128px;
  color: #341d63;
  line-height: 1em;
  margin-bottom: 60px;
  font-weight: 900;
}
section.wooprex-testimonial-section-one .testimonial-left .left-description h4 span {
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  color: #ffffff;
}
section.wooprex-testimonial-section-one .testimonial-left .left-description h3 {
  color: #ffffff;
  margin-top: 40px;
}
section.wooprex-testimonial-section-one .testimonial-left .left-description h3 span.counter {
  font-size: 128px;
  font-weight: 500;
  line-height: 1em;
}
section.wooprex-testimonial-section-one .testimonial-left .left-description h3 span.plus {
  vertical-align: top;
}
section.wooprex-testimonial-section-one .testimonial-main-wrapper {
  background-color: #fbfbff;
  padding: 80px 70px 50px 50px;
  border-radius: 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section.wooprex-testimonial-section-one .testimonial-main-wrapper .testimonial-slider .testimonial-item {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
section.wooprex-testimonial-section-one .testimonial-main-wrapper .testimonial-slider .testimonial-item h3 {
  font-size: 32px;
  font-weight: 600;
}
section.wooprex-testimonial-section-one .testimonial-main-wrapper .testimonial-slider .testimonial-item p {
  font-size: 22px;
}
section.wooprex-testimonial-section-one .testimonial-main-wrapper .testimonial-slider .testimonial-item .client {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
}
section.wooprex-testimonial-section-one .testimonial-main-wrapper .testimonial-slider .testimonial-item .client .client-image {
  border-radius: 50%;
  width: 56px;
  height: 56px;
  overflow: hidden;
}
section.wooprex-testimonial-section-one .testimonial-main-wrapper .testimonial-slider .testimonial-item .client .client-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-testimonial-section-one .testimonial-main-wrapper .testimonial-slider .testimonial-item .client .client-details h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
section.wooprex-testimonial-section-one .testimonial-main-wrapper .testimonial-slider .testimonial-item .client .client-details p {
  font-size: 14px;
}

/* Testimonial 2 */
section.wooprex-testimonial-section-two {
  overflow: hidden;
  position: relative;
}
section.wooprex-testimonial-section-two .container {
  max-width: 100%;
  padding: 0;
}
section.wooprex-testimonial-section-two .section-header {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
section.wooprex-testimonial-section-two .testimonial-slider-item {
  position: relative;
  height: 340px;
  border-radius: 24px;
  overflow: hidden;
  padding: 30px;
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-direction: column;
}
section.wooprex-testimonial-section-two .testimonial-slider-item:before {
  content: "";
  background: rgba(9, 5, 17, 0.5019607843);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.6s ease;
}
section.wooprex-testimonial-section-two .testimonial-slider-item img.bg-image {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-testimonial-section-two .testimonial-slider-item .client {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
}
section.wooprex-testimonial-section-two .testimonial-slider-item .client .client-image {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}
section.wooprex-testimonial-section-two .testimonial-slider-item .client .client-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-testimonial-section-two .testimonial-slider-item .client .client-details h4 {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 5px;
}
section.wooprex-testimonial-section-two .testimonial-slider-item .client .client-details h5 {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
}
section.wooprex-testimonial-section-two .testimonial-slider-item .comment {
  position: relative;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
section.wooprex-testimonial-section-two .testimonial-slider-item .comment p {
  margin-top: 30px;
  color: #ffffff;
  line-height: 2em;
}
section.wooprex-testimonial-section-two .testimonial-slider-item:hover:before {
  background: #5a32a9;
}
section.wooprex-testimonial-section-two .testimonial-slider-item:hover .comment {
  opacity: 1;
  visibility: visible;
}

/*-- form -- */
/*-- Base: mixin & variable  -- */
section.wooprex-contact-section .contact-form {
  background-color: #ffffff;
  box-shadow: 0px 25px 44px 0px rgba(0, 0, 0, 0.1019607843);
  width: 800px;
  max-width: 100%;
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  left: 70px;
  padding: 60px;
}
section.wooprex-contact-section .contact-form h3 {
  margin-bottom: 60px;
  color: #35384a;
}
section.wooprex-contact-section .contact-form form {
  position: relative;
  z-index: 2;
}
section.wooprex-contact-section .contact-form form textarea,
section.wooprex-contact-section .contact-form form input[type=text],
section.wooprex-contact-section .contact-form form input[type=email] {
  border: none;
  padding: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #35384a;
  font-weight: 400;
  color: #35384a;
}
section.wooprex-contact-section .contact-form form textarea::-moz-placeholder, section.wooprex-contact-section .contact-form form input[type=text]::-moz-placeholder, section.wooprex-contact-section .contact-form form input[type=email]::-moz-placeholder {
  color: #35384a;
}
section.wooprex-contact-section .contact-form form textarea::placeholder,
section.wooprex-contact-section .contact-form form input[type=text]::placeholder,
section.wooprex-contact-section .contact-form form input[type=email]::placeholder {
  color: #35384a;
}
section.wooprex-contact-section .contact-form form label {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  color: #35384a;
  font-size: 16px;
  font-weight: 400;
}
section.wooprex-contact-section .contact-form form label input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 1px solid #35384a;
  background-color: #ffffff;
  cursor: pointer;
  border-radius: 4px;
  position: relative;
  padding: 0;
}
section.wooprex-contact-section .contact-form form label input:checked {
  background-color: #5a32a9;
  border-color: #5a32a9;
}
section.wooprex-contact-section .contact-form form label input:checked::before {
  content: "✔";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
}
section.wooprex-contact-section .contact-form form label span {
  width: 100%;
}
section.wooprex-contact-section .contact-form form input.wooprex-btn {
  margin-top: 30px;
}

/* Footer contact form */
footer.wooprex-footer-section .footer-item form {
  margin-top: 25px;
}
footer.wooprex-footer-section .footer-item form .input-wrapper {
  position: relative;
}
footer.wooprex-footer-section .footer-item form .input-wrapper input[type=email] {
  border-radius: 56px;
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  padding-right: 50px;
  padding-left: 20px;
  height: 50px;
}
footer.wooprex-footer-section .footer-item form .input-wrapper input[type=email]::-moz-placeholder {
  color: #ffffff;
}
footer.wooprex-footer-section .footer-item form .input-wrapper input[type=email]::placeholder {
  color: #ffffff;
}
footer.wooprex-footer-section .footer-item form .input-wrapper .button-wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
footer.wooprex-footer-section .footer-item form .input-wrapper .button-wrapper input[type=submit] {
  width: 100%;
  height: 100%;
  border: none;
  background-color: transparent;
  width: 30px;
  height: 30px;
}
footer.wooprex-footer-section .footer-item form .input-wrapper .button-wrapper:before {
  content: "\f11b";
  font-family: "flaticon_agency";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ff3b30;
  pointer-events: none;
  font-size: 20px;
  transition: all 0.3s ease;
}

footer.wooprex-footer-section .footer-item form .input-wrapper input[type=email] {
  border: 1px solid #ffffff;
}

/* Comment form blog details */
.comment-form input[type=text],
.comment-form input[type=email],
.comment-form textarea {
  padding: 10px 0px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #adb4bb;
  border-radius: 0px;
  height: 54px;
  color: #101249;
  font-size: 16px;
}
.comment-form input[type=text]::-moz-placeholder, .comment-form input[type=email]::-moz-placeholder, .comment-form textarea::-moz-placeholder {
  color: #101249;
  font-size: 16px;
}
.comment-form input[type=text]::placeholder,
.comment-form input[type=email]::placeholder,
.comment-form textarea::placeholder {
  color: #101249;
  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: #5a32a9;
  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: 15px;
  margin-top: 40px;
}
.comment-form .comment-form-cookies-consent input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 1px solid #646476;
  background-color: transparent;
  cursor: pointer;
  border-radius: 4px;
  position: relative;
}
.comment-form .comment-form-cookies-consent input:checked {
  background-color: #5a32a9;
  border-color: #5a32a9;
}
.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 -- */
/*-- Base: mixin & variable  -- */
section.wooprex-popup-section {
  overflow: hidden;
  position: relative;
}
section.wooprex-popup-section .popup-top {
  position: relative;
}
section.wooprex-popup-section .popup-top h3 {
  margin-bottom: 25px;
}
section.wooprex-popup-section .popup-top p {
  position: relative;
  padding: 65px 0px;
  padding-left: calc(100% - 880px);
  padding-right: 180px;
}
section.wooprex-popup-section .popup-top p:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  left: -25%;
  height: 100%;
  width: 90%;
  background-color: #f4f5ff;
  z-index: -1;
}
section.wooprex-popup-section .popup-main-wrapper {
  height: 730px;
  z-index: 2;
  position: relative;
  overflow: hidden;
}
section.wooprex-popup-section .popup-main-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}
section.wooprex-popup-section .popup-main-wrapper .media-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 170px;
  height: 170px;
  border-radius: 50%;
  overflow: hidden;
}
section.wooprex-popup-section .popup-main-wrapper .media-btn .player {
  width: 100%;
  height: 100%;
  background-color: #ff2d56;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.wooprex-popup-section .popup-main-wrapper .media-btn .player i {
  transition: all 0.3s ease;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.wooprex-popup-section .popup-main-wrapper .media-btn .player:hover {
  background: #5a32a9;
}
section.wooprex-popup-section .popup-main-wrapper .media-btn .player:hover i {
  transform: scale(1.1);
}

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

@media (max-width: 991px) {
  .wooprex-blog-comment {
    padding-top: 50px;
    margin-top: 50px;
  }
  .wooprex-blog-comment h3 {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* comment*/
  .wooprex-blog-comment .comments-title {
    margin-bottom: 40px;
  }
  .wooprex-blog-comment .comment-list {
    gap: 30px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-author img {
    width: 50px;
    height: 50px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-author a {
    font-size: 20px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-metadata {
    padding-left: 75px;
    margin-top: -23px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-metadata a {
    font-size: 14px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-awaiting-moderation {
    padding-left: 75px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-content {
    padding-left: 75px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .reply {
    padding-left: 75px;
    margin-top: 20px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .reply .comment-reply-link {
    padding: 5px 35px;
  }
  .wooprex-blog-comment .comment-list .comment .children {
    padding-left: 0px;
    margin-top: 40px;
  }
  .wooprex-blog-comment .comment-respond {
    margin-top: 50px;
  }
  .wooprex-blog-comment .comment-respond .comment-reply-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .wooprex-blog-comment .comment-respond form.comment-form p.comment-notes {
    margin-bottom: 50px;
  }
  .wooprex-blog-comment .comment-respond form.comment-form p.logged-in-as {
    margin-bottom: 50px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  /* comment*/
  .wooprex-blog-comment .comments-title {
    margin-bottom: 40px;
    font-size: 30px;
  }
  .wooprex-blog-comment .comment-list {
    gap: 30px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-author img {
    width: 50px;
    height: 50px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-author a {
    font-size: 20px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-metadata {
    padding-left: 75px;
    margin-top: -23px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-metadata a {
    font-size: 14px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-awaiting-moderation {
    padding-left: 75px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-content {
    padding-left: 75px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .reply {
    padding-left: 75px;
    margin-top: 20px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .reply .comment-reply-link {
    padding: 5px 35px;
  }
  .wooprex-blog-comment .comment-list .comment .children {
    padding-left: 0px;
    margin-top: 40px;
  }
  .wooprex-blog-comment .comment-respond {
    margin-top: 50px;
  }
  .wooprex-blog-comment .comment-respond .comment-reply-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .wooprex-blog-comment .comment-respond form.comment-form p.comment-notes {
    margin-bottom: 50px;
  }
  .wooprex-blog-comment .comment-respond form.comment-form p.logged-in-as {
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  /* comment*/
  .wooprex-blog-comment .comments-title {
    margin-bottom: 40px;
    font-size: 32px;
  }
  .wooprex-blog-comment .comment-list {
    gap: 30px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-author img {
    width: 50px;
    height: 50px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-author a {
    font-size: 20px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-metadata {
    padding-left: 75px;
    margin-top: -23px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-metadata a {
    font-size: 14px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-awaiting-moderation {
    padding-left: 75px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-content {
    padding-left: 75px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .reply {
    padding-left: 75px;
    margin-top: 20px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .reply .comment-reply-link {
    padding: 5px 35px;
  }
  .wooprex-blog-comment .comment-list .comment .children {
    padding-left: 0px;
    margin-top: 40px;
  }
  .wooprex-blog-comment .comment-respond {
    margin-top: 50px;
  }
  .wooprex-blog-comment .comment-respond .comment-reply-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .wooprex-blog-comment .comment-respond form.comment-form p.comment-notes {
    margin-bottom: 30px;
    font-size: 14px;
  }
  .wooprex-blog-comment .comment-respond form.comment-form p.logged-in-as {
    margin-bottom: 30px;
    font-size: 14px;
  }
  .comment-form .comment-form-cookies-consent {
    margin-top: 30px;
  }
}
/*-- pagination -- */
/*-- Base: mixin & variable  -- */
/* Wooprex pagination */
.wooprex-pagination {
  margin-top: 80px;
}
.wooprex-pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}
.wooprex-pagination ul li .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  font-size: 20px;
  text-align: center;
  color: #8d8dad;
  border-radius: 50%;
  border: 1px solid #5a32a9;
  transition: background 0.6s;
  background-color: transparent;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.6s ease;
}
.wooprex-pagination ul li .page-numbers:hover {
  background-color: #5a32a9;
  border-color: #5a32a9;
  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.active .page-numbers {
  background-color: #5a32a9;
  border-color: #5a32a9;
  color: #ffffff;
}

@media only screen and (max-width: 575px) {
  /* Pagination */
  .wooprex-pagination ul {
    gap: 10px;
  }
  .wooprex-pagination ul li .page-numbers {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  .wooprex-pagination ul li .page-numbers.previous {
    margin-right: 10px;
  }
  .wooprex-pagination ul li .page-numbers.next {
    margin-left: 10px;
  }
}
/* Wooprex Navigation */
.wooprex-navigation.style-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-top: 80px;
}
.wooprex-navigation.style-1 .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: #ffffff;
  color: #5a32a9;
  border-color: #5a32a9;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  gap: 0px;
  transition: all 0.6s ease;
  transition-duration: 0.6s;
}
.wooprex-navigation.style-1 .page-numbers i {
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  transition-duration: 0.6s;
  transition: all 0.6s ease;
}
.wooprex-navigation.style-1 .page-numbers span {
  width: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
  transition-duration: 0.6s;
  text-wrap: nowrap;
  text-align: left;
}
.wooprex-navigation.style-1 .page-numbers:before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  height: 100%;
  width: 0;
  background-color: #5a32a9;
  transition: all 0.6s ease;
  z-index: -1;
  border-radius: 56px;
}
.wooprex-navigation.style-1 .page-numbers:hover {
  color: #ffffff;
  border-radius: 72px;
  width: 150px;
  padding: 0px 30px;
  gap: 8px;
}
.wooprex-navigation.style-1 .page-numbers:hover span {
  width: 80%;
  opacity: 1;
  visibility: visible;
}
.wooprex-navigation.style-1 .page-numbers:hover i {
  width: 50%;
}
.wooprex-navigation.style-1 .page-numbers:hover:before {
  width: 100%;
}

.wooprex-navigation.style-1 {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wooprex-navigation.style-1 a {
  padding: 10px 50px;
  min-width: auto;
}

/*-- marquee -- */
/*-- Base: mixin & variable  -- */
section.wooprex-marque-section {
  overflow: hidden;
  position: relative;
}
section.wooprex-marque-section .marque-items {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  width: -moz-fit-content;
  width: fit-content;
}
section.wooprex-marque-section.one .marque-item {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 0px 20px;
}
section.wooprex-marque-section.one .marque-item h4 {
  font-size: 72px;
  font-weight: 700;
  text-wrap: nowrap;
  color: #cfcfed;
}
section.wooprex-marque-section.one .marque-item i {
  font-size: 80px;
  color: #ff3b30;
}
section.wooprex-marque-section.two .marque-item {
  float: left;
  margin: 0 20px;
  height: 550px;
  overflow: hidden;
  border-radius: 40px;
}
section.wooprex-marque-section.two .marque-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Marque 3 */
section.wooprex-marque-section-three {
  overflow: hidden;
  position: relative;
}
section.wooprex-marque-section-three .marquee_items {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  width: -moz-fit-content;
  width: fit-content;
}
section.wooprex-marque-section-three .marquee_items-2 {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  width: -moz-fit-content;
  width: fit-content;
}
section.wooprex-marque-section-three .marque-top {
  margin-bottom: 30px;
}
section.wooprex-marque-section-three .marque-item {
  margin-right: 20px;
  float: left;
  height: 415px;
  border-radius: 16px;
  overflow: hidden;
}
section.wooprex-marque-section-three .marque-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*-- wooprex sidebar -- */
/*-- Base: mixin & variable  -- */
.wooprex-sidebar {
  /* Latest post */
}
.wooprex-sidebar.left {
  padding-right: 50px;
}
.wooprex-sidebar.right {
  padding-left: 50px;
}
.wooprex-sidebar .sidebar-title {
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 400;
}
.wooprex-sidebar .wooprex-sidebar-search {
  position: relative;
  max-width: 400px;
}
.wooprex-sidebar .wooprex-sidebar-search form {
  width: 100%;
}
.wooprex-sidebar .wooprex-sidebar-search form input {
  width: 100%;
  border: 1px solid #afafdc;
  text-indent: 5px;
  border-radius: 8px;
  padding: 16px 50px 16px 10px;
  background-color: #f9f9ff;
  color: #35384a;
}
.wooprex-sidebar .wooprex-sidebar-search form input::-moz-placeholder {
  color: #9f9fc0;
  font-size: 16px;
}
.wooprex-sidebar .wooprex-sidebar-search form input::placeholder {
  color: #9f9fc0;
  font-size: 16px;
}
.wooprex-sidebar .wooprex-sidebar-search form button {
  position: absolute;
  height: 100%;
  width: 30px;
  right: 10px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5a32a9;
  font-size: 24px;
  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;
  color: #ff2d56;
}
.wooprex-sidebar .wooprex-sidebar-category ul,
.wooprex-sidebar .wooprex-sidebar-archive ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.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: 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);
  color: #c6b4e9;
}
.wooprex-sidebar .wooprex-sidebar-category ul li:hover a,
.wooprex-sidebar .wooprex-sidebar-archive ul li:hover a {
  color: #ff2d56;
}
.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: start;
  gap: 15px;
}
.wooprex-sidebar .wooprex-sidebar-latest-post .latest-post-item .post-thumbnail {
  width: 125px;
  height: 105px;
  overflow: hidden;
}
.wooprex-sidebar .wooprex-sidebar-latest-post .latest-post-item .post-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-sidebar .wooprex-sidebar-latest-post .latest-post-item:hover .post-thumbnail img {
  transform: scale(1.05);
}
.wooprex-sidebar .wooprex-sidebar-latest-post .latest-post-item .post-details p.date {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 400;
  color: #494949;
}
.wooprex-sidebar .wooprex-sidebar-latest-post .latest-post-item .post-details h5 {
  transition: all 0.3s ease;
  color: #101249;
}
.wooprex-sidebar .wooprex-sidebar-latest-post .latest-post-item .post-details h5:hover {
  color: #ff2d56;
}
.wooprex-sidebar .wooprex-sidebar-tags .tagcloud {
  display: flex;
  align-items: center;
  justify-content: 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;
  color: #494949;
}
.wooprex-sidebar .wooprex-sidebar-tags .tagcloud a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  height: 10px;
  width: 1px;
  background-color: #494949;
}
.wooprex-sidebar .wooprex-sidebar-tags .tagcloud a:last-child:after {
  display: none;
}
.wooprex-sidebar .wooprex-sidebar-tags .tagcloud a:before {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0%;
  width: 0;
  height: 1px;
  background-color: #ff2d56;
  transition: all 0.6s ease;
}
.wooprex-sidebar .wooprex-sidebar-tags .tagcloud a:hover {
  color: #ff2d56;
}
.wooprex-sidebar .wooprex-sidebar-tags .tagcloud a:hover:before {
  width: 88%;
}
.wooprex-sidebar .wooprex-sidebar-category,
.wooprex-sidebar .wooprex-sidebar-archive,
.wooprex-sidebar .wooprex-sidebar-latest-post,
.wooprex-sidebar .wooprex-sidebar-tags {
  margin-top: 50px;
}

/*-- bottom to top -- */
/*-- Base: mixin & variable  -- */
#topButton {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  background-color: #5a32a9;
  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 Animation -- */
/*-- Base: mixin & variable  -- */
img.top-shape-1 {
  position: absolute;
  left: -100px;
  top: -200px;
  pointer-events: none;
}

img.top-shape-2 {
  position: absolute;
  right: 125px;
  top: -35px;
  pointer-events: none;
}

.wooprex-visible {
  transform: translateX(-100%);
  transition: 3s;
}
.wooprex-visible.animated {
  transform: translateX(0%);
}

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

/*-- preload Spinner -- */
/*-- Base: mixin & variable  -- */
/* Preload 
------------------------------------------- */
.wooprex-preload-wrapper .wooprex-preload-container {
  display: flex;
}

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

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

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*-- cursor resizer -- */
/*-- Base: mixin & variable  -- */
/* Basic styles for the custom cursor */
.wooprex-cursor-follower {
  width: 20px;
  height: 20px;
  position: fixed;
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  background-color: transparent;
  border: 1px solid #5a32a9;
  transition: background-color 0.2s, opacity 0.2s, width 0.2s, height 0.2s;
  pointer-events: none;
}

/* Hover effect styles */
.wooprex-resizer-active {
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(6, 23, 106, 0.0784313725);
  border-color: #e8e8ff;
  width: 75px;
  height: 75px;
  pointer-events: none;
}
.wooprex-resizer-active:before, .wooprex-resizer-active:after {
  font-family: "flaticon_agency";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  color: #000000;
  font-size: 20px;
}
.wooprex-resizer-active:before {
  content: "\f11a";
  left: 15px;
}
.wooprex-resizer-active:after {
  content: "\f11b";
  right: 15px;
}

/*-- All pages styles -- */
/*-- home page -- */
/*-- Base: mixin & variable  -- */
section.wooprex-banner-section {
  height: 800px;
  padding-top: 180px;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
}
section.wooprex-banner-section img.banner-shape {
  position: absolute;
  bottom: 0%;
  left: 0%;
}
section.wooprex-banner-section .banner-main-wrapper .row {
  height: 100%;
}
section.wooprex-banner-section .banner-main-wrapper .wooprex-follow-us {
  display: flex;
  align-items: center;
  height: 100%;
}
section.wooprex-banner-section .banner-main-wrapper .wooprex-follow-us ul {
  flex-direction: column;
}
section.wooprex-banner-section .banner-main-wrapper .banner-text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 50px;
}
section.wooprex-banner-section .banner-main-wrapper .banner-text h1 {
  color: #090511;
  font-size: 80px;
  line-height: 1em;
}
section.wooprex-banner-section .banner-main-wrapper .banner-text h1 span {
  color: #ff3b30;
}
section.wooprex-banner-section .banner-main-wrapper .banner-text h4 {
  font-size: 24px;
  margin-top: 32px;
  color: #000000;
  max-width: 600px;
}
section.wooprex-banner-section .banner-main-wrapper .banner-text .banner-button {
  margin-top: 43px;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 15px;
}

/* Home feature service section */
section.wooprex-feature-service-section {
  overflow: hidden;
  position: relative;
}
section.wooprex-feature-service-section .feature-service-item {
  text-align: center;
}
section.wooprex-feature-service-section .feature-service-item .feature-image {
  position: relative;
  margin-bottom: 30px;
}
section.wooprex-feature-service-section .feature-service-item .feature-image img {
  animation: rotate 30s linear infinite;
}
section.wooprex-feature-service-section .feature-service-item .feature-image i {
  color: #ff3b30;
  font-size: 60px;
  position: absolute;
}
section.wooprex-feature-service-section .feature-service-item.item-1 .feature-image i {
  top: 50px;
  left: 105px;
}
section.wooprex-feature-service-section .feature-service-item.item-2 .feature-image i {
  bottom: 50px;
  right: 105px;
}
section.wooprex-feature-service-section .feature-service-item.item-3 .feature-image i {
  top: 50px;
  right: 105px;
}
section.wooprex-feature-service-section .feature-service-item.item-4 .feature-image i {
  bottom: 50px;
  left: 105px;
}
section.wooprex-feature-service-section .feature-service-item .feature-description h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}
section.wooprex-feature-service-section .feature-service-item .feature-description p {
  padding: 0px 40px;
}
section.wooprex-feature-service-section .feature-service-item:hover .feature-image img {
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
}
section.wooprex-feature-service-section .feature-service-item:hover .feature-description h3 a {
  color: #ff3b30;
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Wooprex home about section */
section.wooprex-home-about-section {
  overflow: hidden;
  position: relative;
  padding-right: calc((100% - 1300px) / 2);
}
section.wooprex-home-about-section img.shape {
  position: absolute;
  top: 0%;
  right: 0%;
}
section.wooprex-home-about-section .about-main-wrapper .about-image {
  padding-top: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.wooprex-home-about-section .about-main-wrapper .about-image .section-header {
  display: none;
}
section.wooprex-home-about-section .about-main-wrapper .about-description {
  position: relative;
  z-index: 2;
}
section.wooprex-home-about-section .about-main-wrapper .about-description .counter-section {
  margin-bottom: 50px;
}
section.wooprex-home-about-section .about-main-wrapper .about-description .counter-section .row {
  row-gap: 20px;
}
section.wooprex-home-about-section .about-main-wrapper .about-description .counter-section .counter-item {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.wooprex-home-about-section .about-main-wrapper .about-description .counter-section .counter-item h3 {
  display: flex;
  align-items: center;
  justify-content: start;
  line-height: 1em;
  gap: 8px;
}
section.wooprex-home-about-section .about-main-wrapper .about-description .counter-section .counter-item h3 span {
  line-height: 1.2em;
}
section.wooprex-home-about-section .about-main-wrapper .about-description .counter-section .counter-item h3 span.text-left {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 30%;
}
section.wooprex-home-about-section .about-main-wrapper .about-description .counter-section .counter-item h3 span.text-left span {
  font-size: 48px;
  color: #ff3b30;
}
section.wooprex-home-about-section .about-main-wrapper .about-description .counter-section .counter-item h3 span.text-right {
  font-size: 20px;
  width: 70%;
}
section.wooprex-home-about-section .about-main-wrapper .about-description .counter-section .counter-item .counter-image {
  border-radius: 56px;
  height: 75px;
  overflow: hidden;
}
section.wooprex-home-about-section .about-main-wrapper .about-description .counter-section .counter-item .counter-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-home-about-section .about-main-wrapper .about-description .counter-section .counter-item .counter-image img:hover {
  transform: scale(1.05);
}
section.wooprex-home-about-section .about-main-wrapper .about-description article {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}

/* Wooprex digital service section */
section.wooprex-digital-service-section {
  overflow: hidden;
  position: relative;
  padding-left: calc((100% - 1300px) / 2);
}
section.wooprex-digital-service-section .digital-service-description {
  padding-right: 60px;
  position: relative;
  z-index: 2;
}
section.wooprex-digital-service-section .digital-service-description .section-header {
  max-width: 500px;
}
section.wooprex-digital-service-section .digital-service-description .digital-service-text .icon-image {
  display: inline-block;
  border-radius: 56px;
  overflow: hidden;
  width: 115px;
  height: 50px;
}
section.wooprex-digital-service-section .digital-service-description .digital-service-text .icon-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-digital-service-section .digital-service-description .digital-service-text .icon-image img:hover {
  transform: scale(1.05);
}
section.wooprex-digital-service-section .digital-service-description .digital-service-text .text {
  margin-left: 10px;
  vertical-align: super;
  color: #333333;
  display: inline;
  line-height: 1em;
}
section.wooprex-digital-service-section .digital-service-description .digital-service-text .text span {
  color: #ff3b30;
}
section.wooprex-digital-service-section .digital-service-description .digital-service-text ul {
  margin: 30px 0px 50px 0px;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 30px;
  flex-wrap: wrap;
}
section.wooprex-digital-service-section .digital-service-description .digital-service-text ul li {
  font-size: 20px;
  font-weight: 500;
}
section.wooprex-digital-service-section .digital-service-description .digital-service-text ul li a {
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
}
section.wooprex-digital-service-section .digital-service-description .digital-service-text ul li a i {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff3b30;
  font-size: 32px;
}
section.wooprex-digital-service-section .digital-service-image {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.wooprex-digital-service-section .digital-service-image .section-header {
  display: none;
}
section.wooprex-digital-service-section img.shape {
  position: absolute;
  bottom: -60%;
  left: -3%;
}

/* Wooprex home portfolio section */
section.wooprex-home-portfolio-section {
  overflow: hidden;
  position: relative;
  padding: 120px 0px;
  background-color: #ff3b30;
}
section.wooprex-home-portfolio-section:before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../assets/shape/shape-028.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
section.wooprex-home-portfolio-section .section-header {
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
section.wooprex-home-portfolio-section .section-header .header,
section.wooprex-home-portfolio-section .section-header .sub-header {
  color: #ffffff;
}
section.wooprex-home-portfolio-section #myTab {
  position: relative;
  z-index: 2;
  justify-content: center;
  border-bottom: none;
  gap: 18px;
}
section.wooprex-home-portfolio-section #myTab li .nav-link {
  color: #ffffff;
  height: 56px;
  border-radius: 72px;
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
  margin: 0;
  background-color: #ff3b30;
}
section.wooprex-home-portfolio-section #myTab li .nav-link.active {
  color: #ff3b30;
  background-color: #ffffff;
}
section.wooprex-home-portfolio-section .home-portfolio-slider-main {
  margin-top: 80px;
}
section.wooprex-home-portfolio-section .home-portfolio-slider-main .home-portfolio-slider-wrapper {
  height: 620px;
  padding-bottom: 70px;
}
section.wooprex-home-portfolio-section .home-portfolio-slider-main .wooprex-portfolio-item {
  display: flex;
  flex-direction: column;
  row-gap: 0px;
  position: relative;
  transition: all 0.3s ease;
}
section.wooprex-home-portfolio-section .home-portfolio-slider-main .wooprex-portfolio-item .portfolio-button {
  height: 0px;
  transition: all 0.6s ease;
  opacity: 0;
  visibility: hidden;
}
section.wooprex-home-portfolio-section .home-portfolio-slider-main .wooprex-portfolio-item .portfolio-button a {
  height: 100%;
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 30px;
  border-radius: 24px;
}
section.wooprex-home-portfolio-section .home-portfolio-slider-main .wooprex-portfolio-item .portfolio-button a span.text {
  color: #ffffff;
}
section.wooprex-home-portfolio-section .home-portfolio-slider-main .wooprex-portfolio-item .portfolio-button a span.icon {
  background-color: #ffffff;
  color: #ff3b30;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.wooprex-home-portfolio-section .home-portfolio-slider-main .wooprex-portfolio-item .portfolio-button a span.icon i {
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-45deg);
  transition: all 0.3s ease;
}
section.wooprex-home-portfolio-section .home-portfolio-slider-main .wooprex-portfolio-item .portfolio-button a:hover span.icon i {
  transform: rotate(0deg);
}
section.wooprex-home-portfolio-section .home-portfolio-slider-main .wooprex-portfolio-item .portfolio-item-description {
  border-radius: 40px;
  box-shadow: 0px 12px 28px 0px rgba(0, 0, 0, 0.1215686275);
  background-color: #ffffff;
  border: 1px solid #ffffff;
  padding: 12px;
  transition: all 0.6s ease;
}
section.wooprex-home-portfolio-section .home-portfolio-slider-main .wooprex-portfolio-item .portfolio-item-description .portfolio-image {
  height: 300px;
  border-radius: 32px;
  overflow: hidden;
  margin-bottom: 40px;
}
section.wooprex-home-portfolio-section .home-portfolio-slider-main .wooprex-portfolio-item .portfolio-item-description .portfolio-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.6s ease;
  filter: grayscale(1);
}
section.wooprex-home-portfolio-section .home-portfolio-slider-main .wooprex-portfolio-item .portfolio-item-description .portfolio-text {
  padding: 0px 10px 10px 10px;
}
section.wooprex-home-portfolio-section .home-portfolio-slider-main .wooprex-portfolio-item .portfolio-item-description .portfolio-text h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 6px;
}
section.wooprex-home-portfolio-section .home-portfolio-slider-main .wooprex-portfolio-item:hover .portfolio-item-description .portfolio-image img {
  transform: scale(1.05);
  filter: grayscale(0);
}
section.wooprex-home-portfolio-section .home-portfolio-slider-main .swiper-slide-active .wooprex-portfolio-item {
  row-gap: 30px;
}
section.wooprex-home-portfolio-section .home-portfolio-slider-main .swiper-slide-active .wooprex-portfolio-item .portfolio-button {
  height: 85px;
  opacity: 1;
  visibility: visible;
}

/*-- about page -- */
/*-- Base: mixin & variable  -- */
section.wooprex-stakeholder-section {
  overflow: hidden;
  position: relative;
  margin-left: 70px;
  margin-right: 70px;
}
section.wooprex-stakeholder-section .shape {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
}
section.wooprex-stakeholder-section .shape img {
  width: 100%;
  height: 100%;
}
section.wooprex-stakeholder-section .stakeholder-left {
  padding-right: 115px;
  border-right: 1px solid #afafdc;
  position: relative;
}
section.wooprex-stakeholder-section .stakeholder-left:after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #afafdc;
  position: absolute;
  right: 50px;
  top: 0;
}
section.wooprex-stakeholder-section .stakeholder-left .stakeholder-image {
  height: 566px;
  overflow: hidden;
  border-radius: 40px;
}
section.wooprex-stakeholder-section .stakeholder-left .stakeholder-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-stakeholder-section .stakeholder-left .stakeholder-image img:hover {
  transform: scale(1.03);
}
section.wooprex-stakeholder-section .stakeholder-description {
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  height: 100%;
}
section.wooprex-stakeholder-section .stakeholder-description .top h4 {
  margin-bottom: 30px;
}
section.wooprex-stakeholder-section .stakeholder-description .top h4 span:first-child {
  color: #9797c2;
}
section.wooprex-stakeholder-section .stakeholder-description .top h4 span:last-child {
  color: #ff2d56;
}
section.wooprex-stakeholder-section .stakeholder-description .top p {
  color: #646476;
}

/* Wooprex counter section */
section.wooprex-counter-section {
  background-image: url("../assets/images/img-018.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-right: calc((100% - 1300px) / 2);
  height: 800px;
  overflow: hidden;
  position: relative;
}
section.wooprex-counter-section .row {
  height: 100%;
}
section.wooprex-counter-section .row > * {
  height: 100%;
}
section.wooprex-counter-section:after {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  background-color: #ff3b30;
  opacity: 0.9;
}
section.wooprex-counter-section .counter-left {
  position: relative;
  z-index: 2;
  border-radius: 0 999px 999px 0%;
  overflow: hidden;
  position: relative;
  height: 100%;
}
section.wooprex-counter-section .counter-left .image-1 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-counter-section .counter-left .inner-section {
  position: absolute;
  top: 50%;
  left: -20%;
  transform: translateY(-50%);
  border-radius: 50%;
  width: 100%;
  height: 75%;
  overflow: hidden;
  background-color: #ff3b30;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.wooprex-counter-section .counter-left .inner-section .inner-image {
  width: 290px;
  height: 290px;
  border-radius: 50%;
  overflow: hidden;
}
section.wooprex-counter-section .counter-left .inner-section .inner-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-counter-section .counter-right {
  position: relative;
  z-index: 2;
  padding: 150px 0px 150px 180px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section.wooprex-counter-section .counter-right h3,
section.wooprex-counter-section .counter-right p {
  color: #ffffff;
}
section.wooprex-counter-section .counter-right .section-header {
  max-width: 650px;
}
section.wooprex-counter-section .counter-right .section-header .header {
  font-size: 40px;
}
section.wooprex-counter-section .counter-right .wooprex-counter {
  display: flex;
  align-items: center;
}
section.wooprex-counter-section .counter-right .wooprex-counter .counter-item {
  width: 270px;
  height: 270px;
  padding: 30px;
  text-align: center;
  border: 1px solid #ffffff;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
section.wooprex-counter-section .counter-right .wooprex-counter .counter-item h3 {
  font-size: 96px;
}
section.wooprex-counter-section .counter-right .wooprex-counter .counter-item.item-2 {
  z-index: 2;
  margin-left: -45px;
}
section.wooprex-counter-section .counter-right .wooprex-counter .counter-item.item-3 {
  z-index: 3;
  margin-left: -45px;
}

/*-- service page -- */
/*-- Base: mixin & variable  -- */
section.wooprex-traffic-section {
  overflow: hidden;
  position: relative;
}
section.wooprex-traffic-section .shape {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  height: 640px;
  width: 48%;
}
section.wooprex-traffic-section .shape img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-traffic-section .shape:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  width: 98%;
  height: 95%;
  border: 3px solid #cfcfed;
  border-left: none;
  border-radius: 0px 500px 500px 0px;
  z-index: 1;
  pointer-events: none;
}
section.wooprex-traffic-section .container {
  position: relative;
  z-index: 2;
}
section.wooprex-traffic-section .traffic-description {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  padding-right: 120px;
}
section.wooprex-traffic-section .traffic-description h3 {
  font-size: 36px;
  margin-bottom: 40px;
}
section.wooprex-traffic-section .traffic-description h3 span {
  color: #ff3b30;
}
section.wooprex-traffic-section .traffic-description p {
  margin-bottom: 50px;
}
section.wooprex-traffic-section .traffic-image {
  height: 640px;
  width: 640px;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  margin: 0 auto;
}
section.wooprex-traffic-section .traffic-image:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 92%;
  height: 92%;
  border: 3px solid #ffffff;
  z-index: 1;
  border-radius: 50%;
  pointer-events: none;
}
section.wooprex-traffic-section .traffic-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
section.wooprex-traffic-section .traffic-image img:hover {
  transform: scale(1.05);
}

/* Service list section */
section.wooprex-service-list-section {
  overflow: hidden;
  position: relative;
}
section.wooprex-service-list-section img.bg-shape {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-service-list-section .container {
  position: relative;
  z-index: 2;
}
section.wooprex-service-list-section .container .row {
  row-gap: 25px;
}

/*-- service details page -- */
/*-- Base: mixin & variable  -- */
section.wooprex-service-details-section {
  overflow: hidden;
  position: relative;
}
section.wooprex-service-details-section .thumbnail-image {
  height: 720px;
  overflow: hidden;
  border-radius: 40px;
}
section.wooprex-service-details-section .thumbnail-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-service-details-section .service-details {
  padding: 120px 0px;
}
section.wooprex-service-details-section .service-details h2 {
  text-transform: uppercase;
}
section.wooprex-service-details-section .service-details .details-right {
  padding-left: 20px;
  height: 100%;
  display: flex;
  align-items: start;
  justify-content: end;
  flex-direction: column;
}
section.wooprex-service-details-section .service-details .details-right ul {
  display: flex;
  align-items: center;
  justify-content: start;
  -moz-column-gap: 120px;
       column-gap: 120px;
  margin-top: 35px;
  flex-wrap: wrap;
  row-gap: 20px;
}
section.wooprex-service-details-section .service-details .details-right ul li span {
  color: #9797c2;
  display: block;
  margin-bottom: 8px;
}
section.wooprex-service-details-section .service-details .details-right ul li a {
  color: #000000;
  font-weight: 500;
}
section.wooprex-service-details-section .service-details .details-right ul li a:hover {
  color: #ff3b30;
}
section.wooprex-service-details-section h4 {
  margin-bottom: 50px;
}
section.wooprex-service-details-section h4,
section.wooprex-service-details-section p {
  line-height: 1.3em;
}
section.wooprex-service-details-section h4 a,
section.wooprex-service-details-section p a {
  color: #ff2d56;
}

/*-- contact page -- */
/*-- Base: mixin & variable  -- */
section.wooprex-contact-location-section {
  overflow: hidden;
  position: relative;
}
section.wooprex-contact-location-section h2 {
  max-width: 1000px;
  margin: 0 auto;
}
section.wooprex-contact-location-section .contact-section {
  margin-top: 100px;
}
section.wooprex-contact-location-section .contact-section ul.contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  gap: 10px;
}
section.wooprex-contact-location-section .contact-section ul.contact li {
  color: #030b35;
  display: flex;
  align-items: center;
}
section.wooprex-contact-location-section .contact-section ul.contact li span {
  text-transform: uppercase;
  color: #afafdc;
  font-size: 18px;
  font-weight: 200;
  margin-right: 10px;
}
section.wooprex-contact-location-section .contact-section ul.contact li a {
  color: #030b35;
}
section.wooprex-contact-location-section .contact-section ul.contact li a:hover {
  color: #ff3b30;
}
section.wooprex-contact-location-section .contact-section .wooprex-follow-us ul {
  justify-content: end;
}
section.wooprex-contact-location-section .contact-section .wooprex-follow-us ul li a {
  color: #101249;
  border-color: #101249;
}
section.wooprex-contact-location-section .contact-section .wooprex-follow-us ul li a:hover {
  color: #ff3b30;
  border-color: #ff3b30;
}

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

section.wooprex-contact-section {
  position: relative;
  overflow: hidden;
}

/*-- pricing page -- */
/*-- Base: mixin & variable  -- */
section.wooprex-pricing-section {
  position: relative;
  overflow: hidden;
}
section.wooprex-pricing-section .row {
  row-gap: 40px;
}
section.wooprex-pricing-section .wooprex-price .row {
  row-gap: 40px;
}

.wooprex-price-item {
  background-color: #f4f5ff;
  padding: 40px;
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-direction: column;
  gap: 25px;
  transition: all 0.3s ease;
}
.wooprex-price-item:hover {
  box-shadow: 0 12px 34px 1px rgba(6, 23, 106, 0.0784313725);
}
.wooprex-price-item.item-1 {
  margin-top: 80px;
}
.wooprex-price-item .top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-direction: column;
  gap: 25px;
}
.wooprex-price-item h5 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 20px;
}
.wooprex-price-item h4 {
  font-size: 64px;
  transition: all 0.6s ease;
}
.wooprex-price-item h4 span {
  font-size: 24px;
  font-weight: 400;
}
.wooprex-price-item ul {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;
  gap: 10px;
}
.wooprex-price-item ul li {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  font-size: 16px;
}
.wooprex-price-item ul li i {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wooprex-price-item .wooprex-btn {
  width: 100%;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .wooprex-price-item {
    height: 100%;
  }
  .wooprex-price-item.item-1 {
    margin-top: 0px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  section.wooprex-pricing-section .price-header h3 {
    font-size: 36px;
  }
  .wooprex-price-item {
    padding: 30px;
    height: 100%;
  }
  .wooprex-price-item.item-1 {
    margin-top: 0px;
  }
  .wooprex-price-item h4 {
    font-size: 40px;
  }
  .wooprex-price-item h4 span {
    font-size: 20px;
  }
  .wooprex-price-item p {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  section.wooprex-pricing-section .price-header h3 {
    font-size: 32px;
  }
  .wooprex-price-item {
    padding: 30px 20px;
    gap: 20px;
  }
  .wooprex-price-item.item-1 {
    margin-top: 0px;
  }
  .wooprex-price-item h5 {
    font-size: 18px;
  }
  .wooprex-price-item h4 {
    font-size: 54px;
  }
  .wooprex-price-item h4 span {
    font-size: 20px;
  }
  .wooprex-price-item p {
    font-size: 14px;
  }
}
/*-- project page -- */
/*-- Base: mixin & variable  -- */
section.wooprex-portfolio-list-section {
  overflow: hidden;
  position: relative;
}
section.wooprex-portfolio-list-section .container {
  position: relative;
  z-index: 2;
}
section.wooprex-portfolio-list-section .portfolio-top {
  margin-bottom: 80px;
}
section.wooprex-portfolio-list-section .portfolio-top h2 {
  font-size: 60px;
  line-height: 1.1em;
}
section.wooprex-portfolio-list-section .portfolio-top .top-right {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
section.wooprex-portfolio-list-section .portfolio-main-wrapper ul.nav {
  height: 130px;
  border-radius: 88px;
  background-color: #f6f7ff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 120px;
}
section.wooprex-portfolio-list-section .portfolio-main-wrapper ul.nav li button.nav-link {
  font-size: 24px;
  color: #000000;
  background-color: transparent;
  border: none;
}
section.wooprex-portfolio-list-section .portfolio-main-wrapper ul.nav li button.nav-link.active {
  color: #ff2d56;
}
section.wooprex-portfolio-list-section .portfolio-main-wrapper .portfolio-masonry {
  margin-top: 60px;
  overflow: hidden;
}
section.wooprex-portfolio-list-section .portfolio-main-wrapper .portfolio-masonry .grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  row-gap: 60px;
  counter-reset: portfolio-counter;
}
section.wooprex-portfolio-list-section .portfolio-main-wrapper .portfolio-masonry .grid .grid-item {
  transition: opacity 0.5s ease, transform 0.5s ease;
  opacity: 1;
  transform: translateY(0);
  display: block;
}
section.wooprex-portfolio-list-section .portfolio-main-wrapper .portfolio-masonry .grid .grid-item.hide {
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transform: translateY(20px);
  pointer-events: none;
}
section.wooprex-portfolio-list-section img.shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 950px;
  -o-object-fit: cover;
     object-fit: cover;
}

.wooprex-portfolio-item .inner-top {
  height: 475px;
  overflow: hidden;
  border-radius: 16px;
  position: relative;
}
.wooprex-portfolio-item .inner-top img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-portfolio-item .inner-top a {
  background-color: #000000;
  color: #ffffff;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-30%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
  border: 1px solid #000000;
}
.wooprex-portfolio-item .inner-top a:hover {
  background-color: #ff3b30;
  border-color: #ff3b30;
}
.wooprex-portfolio-item .inner-top a:hover i {
  transform: rotate(0deg);
}
.wooprex-portfolio-item .inner-top a i {
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-45deg);
  transition: all 0.6s ease;
}
.wooprex-portfolio-item .inner-bottom {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wooprex-portfolio-item .inner-bottom .details h3 {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.wooprex-portfolio-item .inner-bottom .details p {
  font-size: 14px;
  color: #8d8dad;
}
.wooprex-portfolio-item .inner-bottom .count span {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #afafdc;
  font-size: 16px;
  font-weight: 300;
  color: #9d9dc2;
  position: relative;
  counter-increment: portfolio-counter;
}
.wooprex-portfolio-item .inner-bottom .count span:before {
  content: counter(portfolio-counter);
}
.wooprex-portfolio-item:hover .inner-top img {
  transform: scale(1.03);
}
.wooprex-portfolio-item:hover .inner-top a {
  transform: translateX(-50%) translateY(-50%);
  opacity: 1;
  visibility: visible;
}

/*-- project details page -- */
/*-- Base: mixin & variable  -- */
section.wooprex-portfolio-details-section {
  overflow: hidden;
  position: relative;
}
section.wooprex-portfolio-details-section .thumbnail-image {
  height: 740px;
  overflow: hidden;
  border-radius: 40px;
}
section.wooprex-portfolio-details-section .thumbnail-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-portfolio-details-section .portfolio-details {
  padding: 120px 0px;
}
section.wooprex-portfolio-details-section .portfolio-details h2 {
  text-transform: uppercase;
  margin-bottom: 40px;
}
section.wooprex-portfolio-details-section .portfolio-details ul {
  display: flex;
  align-items: center;
  justify-content: start;
  -moz-column-gap: 120px;
       column-gap: 120px;
  row-gap: 20px;
  margin-top: 35px;
  flex-wrap: wrap;
}
section.wooprex-portfolio-details-section .portfolio-details ul li span {
  color: #9797c2;
  display: block;
  margin-bottom: 8px;
}
section.wooprex-portfolio-details-section .portfolio-details ul li a {
  color: #000000;
  font-weight: 500;
}
section.wooprex-portfolio-details-section .portfolio-details ul li a:hover {
  color: #ff3b30;
}
section.wooprex-portfolio-details-section .portfolio-details .details-right {
  padding-left: 50px;
  height: 100%;
  display: flex;
  align-items: start;
  justify-content: end;
  flex-direction: column;
}
section.wooprex-portfolio-details-section .portfolio-details .details-right h4 span {
  color: #ff2d56;
}
section.wooprex-portfolio-details-section h5 {
  color: #404040;
}

/*-- team page -- */
/*-- Base: mixin & variable  -- */
section.wooprex-team-list-section {
  overflow: hidden;
  position: relative;
}
section.wooprex-team-list-section .section-header {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
section.wooprex-team-list-section .team-main-wrapper .row {
  row-gap: 40px;
}

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

@keyframes progress {
  0% {
    width: 0;
  }
}
/* min-screen-576px to max screen 1199px - responsive */
@media (min-width: 992px) and (max-width: 1199px) {
  /***************** Single Team ******************/
  .wooprex-team-details-section .team-top-wrapper .row {
    row-gap: 40px;
  }
  .wooprex-team-details-section .team-top-wrapper .row .row {
    row-gap: 40px;
  }
  .wooprex-team-details-section .team-image {
    height: 400px;
  }
}
/* min screen- 768px to max screen 991px - responsive */
@media (min-width: 768px) and (max-width: 991px) {
  /***************** Single Team ******************/
  .wooprex-team-details-section .team-top-wrapper .row {
    row-gap: 40px;
  }
  .wooprex-team-details-section .team-top-wrapper .row .row {
    row-gap: 40px;
  }
}
/* min screen- 576px to max screen 767 - responsive */
@media (min-width: 576px) and (max-width: 767px) {
  /***************** Single Team ******************/
  .wooprex-team-details-section .team-top-wrapper .row {
    row-gap: 40px;
  }
  .wooprex-team-details-section .team-top-wrapper .row .row {
    row-gap: 40px;
  }
  .wooprex-team-details-section .team-top-wrapper h3 {
    font-size: 38px;
  }
  .wooprex-team-details-section .team-description h2 {
    font-size: 35px;
  }
  .wooprex-team-details-section .team-description h4 {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  /***************** Single Team ******************/
  .wooprex-team-details-section .team-top-wrapper .row {
    row-gap: 40px;
  }
  .wooprex-team-details-section .team-top-wrapper .row .row {
    row-gap: 40px;
  }
  .wooprex-team-details-section .team-top-wrapper h3 {
    font-size: 30px;
  }
  .wooprex-team-details-section .team-description h2 {
    font-size: 28px;
  }
  .wooprex-team-details-section .team-description h4 {
    font-size: 18px;
  }
  .wooprex-team-details-section .team-image {
    height: 400px;
  }
}
/*-- blog pages -- */
/*-- Base: mixin & variable  -- */
section.wooprex-blog-list-section {
  overflow: hidden;
  position: relative;
}
section.wooprex-blog-list-section .blog-top {
  margin-bottom: 80px;
}
section.wooprex-blog-list-section .blog-top p {
  padding-left: 120px;
}
section.wooprex-blog-list-section .blog-main-wrapper .row {
  row-gap: 60px;
}
section.wooprex-blog-list-section .blog-main-wrapper.has-sidebar .row {
  row-gap: inherit;
}
section.wooprex-blog-list-section .blog-main-wrapper.has-sidebar .row .row {
  row-gap: 60px;
}
section.wooprex-blog-list-section .blog-main-wrapper.has-sidebar .wooprex-blog-item .blog-image {
  height: 400px;
}

/*-- blog details page -- */
/*-- Base: mixin & variable  -- */
section.wooprex-blog-details-section {
  overflow: hidden;
  position: relative;
}
section.wooprex-blog-details-section .blog-details-wrapper {
  border-bottom: 1px solid #c0bcdf;
  padding-bottom: 60px;
}

.wooprex-blog-header {
  margin-bottom: 30px;
}
.wooprex-blog-header h2 {
  margin-bottom: 20px;
  max-width: 700px;
}
.wooprex-blog-header .author {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 40px;
  margin-bottom: 20px;
}

.wooprex-blog-details .wooprex-blog-thumbnail,
.wooprex-blog-details .wooprex-blog-image {
  height: 530px;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 24px;
}
.wooprex-blog-details .wooprex-blog-thumbnail img,
.wooprex-blog-details .wooprex-blog-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.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-image-wrapper .wooprex-blog-image {
  height: 350px;
}
.wooprex-blog-details .wooprex-blog-description {
  margin-bottom: 50px;
}
.wooprex-blog-details .wooprex-blog-description h3 {
  margin-bottom: 20px;
}
.wooprex-blog-details .wooprex-blog-description h4 span {
  color: #ff2d56;
}
.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-description.last {
  margin-bottom: 0;
}
.wooprex-blog-details .wooprex-blog-quote {
  height: 155px;
  background: #ff2d56;
  box-shadow: 4px 4px 0px 0px #e83155;
  position: relative;
  margin-bottom: 40px;
  padding: 15px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wooprex-blog-details .wooprex-blog-quote:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
  width: 80px;
  height: 60px;
  background: url("/shape/quote.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 1;
}
.wooprex-blog-details .wooprex-blog-quote blockquote {
  line-height: 1.4em;
  position: relative;
  color: #ffffff;
  z-index: 2;
  padding: 20px;
  padding-left: 120px;
}
.wooprex-blog-details .wooprex-blog-quote span {
  position: absolute;
  background-color: #ff3b30;
  left: 0;
  top: 0;
  width: 225px;
  height: 100%;
  clip-path: polygon(0 0, 60% 0, 100% 100%, 0 100%);
}
.wooprex-blog-details .wooprex-blog-quote span.white {
  left: 30px;
}
.wooprex-blog-details .wooprex-blog-quote span.color {
  z-index: 1;
}

/* WOOPREX RELATED BLOG SECTION */
section.wooprex-recent-post-section {
  overflow: hidden;
  position: relative;
  padding-top: 60px;
}
section.wooprex-recent-post-section h3 {
  font-size: 48px;
  font-weight: 500;
  margin-bottom: 40px;
}

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

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

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

@media (min-width: 768px) and (max-width: 991px) {
  /***************** FAQ PAGE ******************/
  .wooprex-faq-page-section .accordion .accordion-item button {
    padding: 20px 40px 20px 20px;
    font-size: 18px;
  }
  .wooprex-faq-page-section .accordion .accordion-item button:after {
    right: 20px;
  }
  .wooprex-faq-page-section .accordion .accordion-item .accordion-body {
    padding: 0px 40px 20px 20px;
  }
  .wooprex-faq-page-section .accordion .accordion-item .accordion-body p {
    font-size: 15px;
  }
  .wooprex-faq-page-section .faq-image {
    height: 600px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  /***************** FAQ PAGE ******************/
  .wooprex-faq-page-section .accordion .accordion-item button {
    padding: 20px 40px 20px 20px;
    font-size: 18px;
  }
  .wooprex-faq-page-section .accordion .accordion-item button:after {
    right: 20px;
  }
  .wooprex-faq-page-section .accordion .accordion-item .accordion-body {
    padding: 0px 40px 20px 20px;
  }
  .wooprex-faq-page-section .accordion .accordion-item .accordion-body p {
    font-size: 16px;
  }
  .wooprex-faq-page-section .faq-image {
    margin-right: auto;
    height: auto;
  }
}
@media (max-width: 575px) {
  /***************** FAQ PAGE ******************/
  .wooprex-faq-page-section .accordion .accordion-item button {
    padding: 20px 40px 20px 20px;
    font-size: 16px;
  }
  .wooprex-faq-page-section .accordion .accordion-item button:after {
    right: 20px;
  }
  .wooprex-faq-page-section .accordion .accordion-item .accordion-body {
    padding: 0px 40px 20px 20px;
  }
  .wooprex-faq-page-section .accordion .accordion-item .accordion-body p {
    font-size: 16px;
  }
  .wooprex-faq-page-section .faq-image {
    margin-right: auto;
    height: auto;
  }
}
/*-- Woocommerce styles -- */
/*-- Base: mixin & variable  -- */
/*-- Responsive styles -- */
/* -- Wooprex - Media Queries -- */
/*-- Base: mixin & variable  -- */
/* -- Wooprex - Media Queries -- */
@media only screen and (min-width: 1800px) and (max-width: 1900px) {
  section.wooprex-traffic-section .shape {
    height: 600px;
  }
  section.wooprex-traffic-section .traffic-image {
    height: 600px;
    width: 600px;
  }
}
@media only screen and (min-width: 1500px) and (max-width: 1799px) {
  img.top-shape-1 {
    width: 370px;
    height: 430px;
  }
  img.top-shape-2 {
    right: 0px;
    height: 240px;
  }
  /* banner */
  section.wooprex-banner-section {
    height: 750px;
    padding-top: 130px;
  }
  section.wooprex-banner-section .banner-main-wrapper .banner-text {
    padding-left: 0px;
  }
  section.wooprex-banner-section .banner-main-wrapper .banner-text h1 {
    font-size: 62px;
  }
  section.wooprex-testimonial-section-one .testimonial-left img.shape {
    top: -50px;
    left: -50px;
    height: 300px;
  }
  section.wooprex-stakeholder-section .shape {
    height: 200px;
  }
  section.wooprex-counter-section .counter-right {
    padding: 140px 0px 140px 80px;
  }
  section.wooprex-testimonial-section-two .testimonial-slider-item .comment p {
    line-height: 1.6em;
  }
  section.wooprex-traffic-section .shape {
    height: 510px;
    width: 50%;
  }
  section.wooprex-traffic-section .traffic-image {
    width: 510px;
    height: 510px;
  }
  section.wooprex-service-details-section .thumbnail-image,
  section.wooprex-portfolio-details-section .thumbnail-image {
    height: 650px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  img.top-shape-1 {
    width: 320px;
    height: 430px;
  }
  img.top-shape-2 {
    right: 0px;
    height: 160px;
  }
  /*************** Home Page ***************/
  /* banner */
  section.wooprex-banner-section {
    height: 750px;
    padding-top: 130px;
  }
  section.wooprex-banner-section .banner-main-wrapper .row {
    row-gap: 25px;
  }
  section.wooprex-banner-section .banner-main-wrapper .banner-text {
    padding-left: 0px;
  }
  section.wooprex-banner-section .banner-main-wrapper .banner-text h1 {
    font-size: 62px;
  }
  /* Home about */
  section.wooprex-home-about-section {
    padding-right: 20px;
  }
  section.wooprex-home-about-section .about-main-wrapper .about-description .counter-section .counter-item h3 span.text-left span {
    font-size: 40px;
  }
  /* Testimonial 1 */
  section.wooprex-testimonial-section-one .testimonial-left .left-description h4 {
    font-size: 110px;
  }
  /* Digital service css */
  section.wooprex-digital-service-section {
    padding-left: 20px;
  }
  section.wooprex-digital-service-section .digital-service-description {
    padding-right: 0;
  }
  /*********** ABOUT PAGE ************/
  section.wooprex-stakeholder-section {
    margin: 0;
  }
  section.wooprex-stakeholder-section .shape {
    display: none;
  }
  section.wooprex-stakeholder-section .stakeholder-left {
    height: 100%;
    padding-right: 30px;
  }
  section.wooprex-stakeholder-section .stakeholder-left:after {
    right: -30px;
  }
  section.wooprex-stakeholder-section .stakeholder-left .stakeholder-image {
    height: 100%;
  }
  section.wooprex-stakeholder-section .stakeholder-description {
    row-gap: 20px;
  }
  /* Counter section */
  section.wooprex-counter-section {
    padding-right: 0px;
    height: 670px;
  }
  section.wooprex-counter-section .counter-right {
    padding: 70px 20px 70px 0px;
  }
  section.wooprex-counter-section .counter-right .wooprex-counter .counter-item {
    width: 240px;
    height: 240px;
    padding: 20px;
  }
  section.wooprex-counter-section .counter-right .wooprex-counter .counter-item h3 {
    font-size: 80px;
  }
  /* Team section 2 */
  section.wooprex-service-section-two .row > * {
    padding: 0px 15px;
  }
  .wooprex-service-item.style-2 {
    height: 480px;
  }
  .wooprex-service-item.style-2 .service-icon {
    margin-bottom: 30px;
  }
  .wooprex-service-item.style-2 .service-description h3 {
    font-size: 28px;
  }
  /************* SERVICE PAGE ***************/
  section.wooprex-traffic-section {
    padding-bottom: 0;
  }
  section.wooprex-traffic-section .shape {
    display: none;
  }
  section.wooprex-traffic-section .traffic-description {
    padding-right: 0;
  }
  section.wooprex-traffic-section .traffic-image {
    height: 500px;
    width: 500px;
  }
  .wooprex-service-item.style-3 .service-description h3 {
    font-size: 22px;
  }
  /**************** SERVICE DETAILS PAGE ******************/
  section.wooprex-service-details-section .container {
    padding: 0;
  }
  section.wooprex-service-details-section .thumbnail-image {
    height: 600px;
  }
  /* Marque css */
  section.wooprex-marque-section.two .marque-item {
    margin: 0 10px;
    height: 350px;
  }
  section.wooprex-marque-section-three .marque-item {
    height: 400px;
  }
  /****************** PORTFOLIO PAGE ********************/
  section.wooprex-portfolio-list-section .container {
    padding: 0px;
  }
  section.wooprex-portfolio-list-section .portfolio-main-wrapper ul.nav {
    gap: 100px;
  }
  section.wooprex-portfolio-list-section .portfolio-main-wrapper .portfolio-masonry .grid {
    row-gap: 40px;
  }
  /*********************** PORTFOLIO DETAILS *************************/
  section.wooprex-portfolio-details-section .thumbnail-image {
    height: 600px;
  }
  section.wooprex-portfolio-details-section .portfolio-details {
    padding: 80px 0px;
  }
  /*****************BLOG DETAILS PAGE ****************/
  .wooprex-sidebar.left {
    padding-right: 20px;
  }
  .wooprex-sidebar.right {
    padding-left: 20px;
  }
  section.wooprex-contact-section .contact-form {
    left: 20px;
    padding: 50px;
  }
}
@media only screen and (max-width: 1499px) {
  .container {
    padding: 0px 20px;
  }
  .padding-x {
    padding-right: 20px;
    padding-left: 20px;
  }
  .padding-left {
    padding-left: 20px;
  }
  .padding-right {
    padding-right: 20px;
  }
  .text-size-13 {
    font-size: 50px;
  }
  header.wooprex-header-section {
    padding: 30px 20px;
  }
  header.wooprex-header-section.sticky {
    padding: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wooprex-desktop-menu ul.box-nav {
    gap: 18px;
  }
  .wooprex-desktop-menu ul.box-nav li.menu-item ul.sub-menu li > ul.sub-menu {
    right: inherit;
    left: -220px;
  }
  .wooprex-desktop-menu ul.box-nav li.menu-item ul.sub-menu li:hover > ul.sub-menu {
    left: -240px;
  }
  .wooprex-follow-us ul {
    gap: 25px;
  }
  img.top-shape-1 {
    width: 300px;
    height: 430px;
  }
  img.top-shape-2 {
    right: 0px;
    height: 160px;
  }
  /*************** Home Page ***************/
  /* banner */
  section.wooprex-banner-section {
    height: 750px;
    padding-top: 130px;
  }
  section.wooprex-banner-section .banner-main-wrapper .row {
    row-gap: 25px;
  }
  section.wooprex-banner-section .banner-main-wrapper .banner-text {
    padding-left: 20px;
  }
  section.wooprex-banner-section .banner-main-wrapper .right {
    display: none;
  }
  /* Feature css */
  section.wooprex-feature-service-section .feature-service-item .feature-description h3 {
    font-size: 20px;
  }
  section.wooprex-feature-service-section .feature-service-item .feature-description p {
    padding: 0;
  }
  section.wooprex-feature-service-section .feature-service-item .feature-image i {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    bottom: inherit !important;
    right: inherit !important;
  }
  /* Home about */
  section.wooprex-home-about-section {
    padding-right: 20px;
  }
  /* Digital service css */
  section.wooprex-digital-service-section {
    padding-left: 20px;
  }
  section.wooprex-digital-service-section .digital-service-description {
    padding-right: 0;
  }
  /* Blog item */
  .wooprex-blog-item .blog-image {
    height: 500px;
  }
  /* Footer */
  footer.wooprex-footer-section .footer-top .footer-top-middle {
    padding: 0 20px;
  }
  /*********** ABOUT PAGE ************/
  section.wooprex-stakeholder-section {
    margin: 0;
  }
  section.wooprex-stakeholder-section .shape {
    display: none;
  }
  section.wooprex-stakeholder-section .stakeholder-left {
    height: 100%;
    padding-right: 30px;
  }
  section.wooprex-stakeholder-section .stakeholder-left:after {
    right: -30px;
  }
  section.wooprex-stakeholder-section .stakeholder-left .stakeholder-image {
    height: 100%;
  }
  section.wooprex-stakeholder-section .stakeholder-description {
    row-gap: 20px;
  }
  section.wooprex-stakeholder-section .stakeholder-description .top h4 {
    font-size: 32px;
  }
  /* Counter section */
  section.wooprex-counter-section {
    padding-right: 0px;
    height: 670px;
  }
  section.wooprex-counter-section .counter-left .inner-section {
    left: -40%;
    width: 500px;
    height: 500px;
  }
  section.wooprex-counter-section .counter-right {
    padding: 70px 20px 70px 0px;
  }
  section.wooprex-counter-section .counter-right .wooprex-counter .counter-item {
    width: 220px;
    height: 220px;
    padding: 20px;
  }
  section.wooprex-counter-section .counter-right .wooprex-counter .counter-item h3 {
    font-size: 70px;
  }
  /* Team section 2 */
  section.wooprex-service-section-two .row {
    row-gap: 40px;
  }
  section.wooprex-service-section-two .row > * {
    padding: 0px 15px;
  }
  .wooprex-service-item.style-2 {
    height: 450px;
  }
  .wooprex-service-item.style-2 .service-icon {
    margin-bottom: 30px;
    height: 120px;
    width: 120px;
  }
  .wooprex-service-item.style-2 .service-description h3 {
    font-size: 26px;
  }
  /* Testimonial 2 */
  section.wooprex-testimonial-section-two .testimonial-slider-item .comment p {
    margin-top: 20px;
    line-height: 1.6em;
  }
  /* Team section */
  section.wooprex-team-section .team-left-slider .team-item .team-description {
    flex-direction: column;
    align-items: start;
  }
  /************* SERVICE PAGE ***************/
  section.wooprex-traffic-section {
    padding-bottom: 0;
  }
  section.wooprex-traffic-section .shape {
    display: none;
  }
  section.wooprex-traffic-section .traffic-description {
    padding-right: 0;
  }
  section.wooprex-traffic-section .traffic-image {
    height: 450px;
    width: 450px;
  }
  /**************** SERVICE DETAILS PAGE ******************/
  section.wooprex-service-details-section .container {
    padding: 0;
  }
  section.wooprex-service-details-section .thumbnail-image {
    height: 600px;
  }
  section.wooprex-service-details-section .service-details {
    padding: 50px 0px;
  }
  section.wooprex-service-details-section .service-details .row {
    row-gap: 20px;
  }
  section.wooprex-service-details-section .service-details .details-right {
    padding-left: 0;
  }
  section.wooprex-service-details-section .service-details .details-right ul {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
  /* Marque css */
  section.wooprex-marque-section.two .marque-item {
    margin: 0 10px;
    height: 350px;
  }
  section.wooprex-marque-section-three .top {
    margin-bottom: 20px;
  }
  section.wooprex-marque-section-three .marque-item {
    height: 350px;
  }
  /* Popup section */
  section.wooprex-popup-section .popup-top p {
    padding-left: 0;
  }
  /****************** PORTFOLIO PAGE ********************/
  section.wooprex-portfolio-list-section .container {
    padding: 0px;
  }
  section.wooprex-portfolio-list-section .portfolio-main-wrapper ul.nav {
    gap: 50px;
  }
  section.wooprex-portfolio-list-section .portfolio-main-wrapper .portfolio-masonry .grid {
    row-gap: 40px;
  }
  .wooprex-portfolio-item .inner-top {
    height: 420px;
  }
  /*********************** PORTFOLIO DETAILS *************************/
  section.wooprex-portfolio-details-section .thumbnail-image {
    height: 600px;
  }
  section.wooprex-portfolio-details-section .portfolio-details {
    padding: 60px 0px;
  }
  /*************************** BLOG PAGE *******************************/
  section.wooprex-blog-list-section .blog-top {
    margin-bottom: 50px;
  }
  section.wooprex-blog-list-section .blog-top h2 {
    font-size: 40px;
  }
  section.wooprex-blog-list-section .blog-top p {
    padding-left: 0;
  }
  /*****************BLOG DETAILS PAGE ****************/
  .wooprex-blog-details .wooprex-blog-thumbnail,
  .wooprex-blog-details .wooprex-blog-image {
    height: 450px;
  }
  .wooprex-sidebar.left {
    padding-right: 0px;
  }
  .wooprex-sidebar.right {
    padding-left: 0px;
  }
  /******************* CONTACT PAGE ************************/
  section.wooprex-contact-location-section .contact-section {
    margin-top: 50px;
  }
  section.wooprex-contact-location-section .contact-section ul.contact {
    flex-wrap: wrap;
    row-gap: 10px;
    -moz-column-gap: 20px;
         column-gap: 20px;
    justify-content: start;
  }
  section.wooprex-contact-section .contact-form {
    position: relative;
    top: 0;
    left: 0;
    transform: inherit;
    padding: 0 20px;
    padding-bottom: 70px;
    box-shadow: none;
  }
  .wooprex-google-map iframe {
    height: 600px;
  }
}
@media only screen and (max-width: 1199px) {
  .padding-top {
    padding-top: 110px;
  }
  .padding-bottom {
    padding-bottom: 110px;
  }
  .padding-y {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .padding-x {
    padding-left: 20px;
    padding-right: 20px;
  }
  .text-size-4 {
    font-size: 16px;
  }
  .text-size-5 {
    font-size: 18px;
  }
  .text-size-6 {
    font-size: 18px;
  }
  .text-size-7 {
    font-size: 24px;
  }
  .text-size-8 {
    font-size: 26px;
  }
  .text-size-9 {
    font-size: 28px;
  }
  .text-size-10 {
    font-size: 30px;
  }
  .text-size-11 {
    font-size: 40px;
  }
  .text-size-12 {
    font-size: 42px;
  }
  .text-size-13 {
    font-size: 48px;
  }
  .text-size-14 {
    font-size: 74px;
  }
  .text-size-15 {
    font-size: 94px;
  }
  .section-header {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /*************** Home Page ***************/
  /* banner */
  section.wooprex-banner-section {
    height: 730px;
    padding-top: 100px;
  }
  section.wooprex-banner-section .banner-main-wrapper .row {
    row-gap: 25px;
  }
  section.wooprex-banner-section .banner-main-wrapper .banner-text {
    padding: 0;
  }
  section.wooprex-banner-section .banner-main-wrapper .banner-text h1 {
    font-size: 64px;
    line-height: 1.1em;
  }
  section.wooprex-banner-section .banner-main-wrapper .right {
    display: none;
  }
  /* Feature css */
  section.wooprex-feature-service-section .row {
    row-gap: 40px;
  }
  section.wooprex-feature-service-section .feature-service-item .feature-image i {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    bottom: inherit !important;
    right: inherit !important;
    font-size: 50px;
  }
  /* Home about css */
  section.wooprex-home-about-section {
    padding-right: 20px;
  }
  section.wooprex-home-about-section .about-main-wrapper > .row {
    row-gap: 40px;
  }
  section.wooprex-home-about-section .about-main-wrapper .about-description .section-header {
    display: none;
  }
  section.wooprex-home-about-section .about-main-wrapper .about-description .counter-section {
    margin-bottom: 30px;
  }
  section.wooprex-home-about-section .about-main-wrapper .about-description .counter-section .counter-item h3 {
    gap: 15px;
  }
  section.wooprex-home-about-section .about-main-wrapper .about-description .counter-section .counter-item h3 span.text-left span {
    font-size: 40px;
  }
  section.wooprex-home-about-section .about-main-wrapper .about-description .counter-section .counter-item h3 span.text-right {
    font-size: 16px;
  }
  section.wooprex-home-about-section .about-main-wrapper .about-description .counter-section .counter-item .counter-image {
    height: 60px;
  }
  section.wooprex-home-about-section .about-main-wrapper .about-description article {
    margin-bottom: 30px;
  }
  section.wooprex-home-about-section .about-main-wrapper .about-image {
    padding-top: 0;
  }
  section.wooprex-home-about-section .about-main-wrapper .about-image .section-header {
    display: block;
  }
  /* Service css */
  .wooprex-service-item.style-1 .service-description {
    padding: 0;
  }
  .wooprex-service-item.style-1 .service-description .left h3 {
    font-size: 28px;
  }
  .wooprex-service-item.style-2 {
    height: 450px;
  }
  .wooprex-service-item.style-2 .service-icon {
    margin-bottom: 30px;
  }
  /* Service list */
  .wooprex-service-item.style-3 {
    border-radius: 18px;
  }
  .wooprex-service-item.style-3 .service-description i {
    font-size: 60px;
  }
  .wooprex-service-item.style-3 .service-description h3 {
    font-size: 20px;
    margin: 25px 0px 15px 0px;
  }
  /* Testimnoial css */
  section.wooprex-testimonial-section-one .row {
    row-gap: 30px;
  }
  section.wooprex-testimonial-section-one .testimonial-left {
    height: 100%;
  }
  section.wooprex-testimonial-section-one .testimonial-left img.shape {
    top: -20px;
    left: -25px;
    width: 150px;
    height: 200px;
  }
  section.wooprex-testimonial-section-one .testimonial-left .left-description h4 {
    font-size: 90px;
    margin-bottom: 30px;
  }
  section.wooprex-testimonial-section-one .testimonial-left .left-description h3 {
    margin-top: 30px;
  }
  section.wooprex-testimonial-section-one .testimonial-left .left-description h3 span.counter {
    font-size: 90px;
  }
  section.wooprex-testimonial-section-one .testimonial-main-wrapper {
    padding: 30px 20px;
    border-radius: 16px;
  }
  section.wooprex-testimonial-section-one .testimonial-main-wrapper .testimonial-slider .testimonial-item {
    gap: 20px;
  }
  section.wooprex-testimonial-section-one .testimonial-main-wrapper .testimonial-slider .testimonial-item h3 {
    font-size: 28px;
  }
  section.wooprex-testimonial-section-one .testimonial-main-wrapper .testimonial-slider .testimonial-item p {
    font-size: 20px;
  }
  section.wooprex-testimonial-section-one .testimonial-main-wrapper .testimonial-slider .testimonial-item .client {
    margin-top: 20px;
  }
  /* Digital service css */
  section.wooprex-digital-service-section {
    padding-left: 20px;
  }
  section.wooprex-digital-service-section .row {
    row-gap: 30px;
  }
  section.wooprex-digital-service-section .digital-service-description {
    padding-right: 0;
  }
  section.wooprex-digital-service-section .digital-service-description .section-header {
    display: none;
  }
  section.wooprex-digital-service-section .digital-service-description .digital-service-text ul {
    flex-wrap: wrap;
    align-items: start;
    row-gap: 15px;
    gap: 15px;
  }
  section.wooprex-digital-service-section .digital-service-description .digital-service-text ul li {
    font-size: 18px;
  }
  section.wooprex-digital-service-section .digital-service-image .section-header {
    display: block;
  }
  section.wooprex-digital-service-section .digital-service-image .section-header .header {
    font-size: 37px;
  }
  section.wooprex-digital-service-section img.shape {
    bottom: -50%;
    width: 300px;
  }
  /* Blog item */
  .wooprex-blog-item .blog-image {
    height: 450px;
  }
  .wooprex-blog-item .blog-description {
    margin-top: 25px;
  }
  .wooprex-blog-item .blog-description .left h3 {
    font-size: 22px;
  }
  /* Footer */
  footer.wooprex-footer-section .footer-top .row {
    row-gap: 60px;
  }
  footer.wooprex-footer-section .footer-top .footer-top-middle {
    padding: 0;
  }
  footer.wooprex-footer-section .footer-marque-section .wooprex-marque .marque-item h4 {
    font-size: 100px;
  }
  /* Breadcrumb css */
  section.wooprex-breadcrumb-section {
    padding-top: 170px;
  }
  section.wooprex-breadcrumb-section .breadcrumb-text h1 {
    font-size: 110px;
  }
  /*********** ABOUT PAGE ************/
  section.wooprex-stakeholder-section {
    margin: 0;
  }
  section.wooprex-stakeholder-section .shape {
    display: none;
  }
  section.wooprex-stakeholder-section .stakeholder-left {
    height: 100%;
    padding-right: 0;
    border-right: none;
  }
  section.wooprex-stakeholder-section .stakeholder-left:after {
    display: none;
  }
  section.wooprex-stakeholder-section .stakeholder-left .stakeholder-image {
    height: 100%;
  }
  section.wooprex-stakeholder-section .stakeholder-description {
    row-gap: 20px;
    padding-left: 0;
  }
  section.wooprex-stakeholder-section .stakeholder-description .top h4 {
    margin-bottom: 15px;
    font-size: 26px;
  }
  /* Counter section */
  section.wooprex-counter-section {
    padding-right: 0;
    height: auto;
    padding-bottom: 50px;
  }
  section.wooprex-counter-section .counter-left {
    height: 600px;
    width: 500px;
  }
  section.wooprex-counter-section .counter-left .inner-section {
    width: 500px;
    height: 500px;
  }
  section.wooprex-counter-section .counter-right {
    padding: 40px 20px;
  }
  section.wooprex-counter-section .counter-right .wooprex-counter {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
  section.wooprex-counter-section .counter-right .wooprex-counter .counter-item {
    width: 230px;
    height: 230px;
    padding: 20px;
  }
  section.wooprex-counter-section .counter-right .wooprex-counter .counter-item h3 {
    font-size: 80px;
  }
  section.wooprex-counter-section .counter-right .wooprex-counter .counter-item p {
    text-align: center;
    font-size: 14px;
    line-height: 1.4em;
  }
  /* Service section 2 */
  section.wooprex-service-section-two .row {
    row-gap: 40px;
  }
  section.wooprex-service-section-two .row > * {
    padding: 0px 15px;
  }
  /* Team section */
  section.wooprex-team-section .row {
    row-gap: 40px;
  }
  section.wooprex-team-section .team-left-slider {
    border-radius: 20px;
  }
  section.wooprex-team-section .team-left-slider .team-item .team-image {
    border-radius: 16px;
    height: 270px;
  }
  section.wooprex-team-section .team-left-slider .team-item .team-description {
    flex-direction: column;
    align-items: start;
  }
  section.wooprex-team-section .team-left-slider .team-item .team-description .details h4 {
    font-size: 20px;
  }
  section.wooprex-team-section .team-right {
    padding-left: 0;
  }
  section.wooprex-team-section .team-right .team-right-top {
    padding-bottom: 45px;
  }
  section.wooprex-team-section .team-right .team-right-bottom {
    padding-top: 45px;
  }
  section.wooprex-team-section .team-right .team-right-bottom p {
    font-size: 20px;
  }
  .wooprex-team-item .team-image {
    width: 150px;
    height: 150px;
  }
  /************* SERVICE PAGE ***************/
  section.wooprex-traffic-section {
    padding-bottom: 0;
  }
  section.wooprex-traffic-section .shape {
    display: none;
  }
  section.wooprex-traffic-section .traffic-description {
    padding-right: 0;
  }
  section.wooprex-traffic-section .traffic-description h3 {
    margin-bottom: 20px;
    font-size: 30px;
  }
  section.wooprex-traffic-section .traffic-description p {
    margin-bottom: 25px;
  }
  section.wooprex-traffic-section .traffic-image {
    height: 350px;
    width: 350px;
  }
  /**************** SERVICE DETAILS PAGE ******************/
  section.wooprex-service-details-section .container {
    padding: 0;
  }
  section.wooprex-service-details-section .thumbnail-image {
    height: 550px;
    border-radius: 20px;
  }
  section.wooprex-service-details-section .service-details {
    padding: 40px 0px;
  }
  section.wooprex-service-details-section .service-details .row {
    row-gap: 20px;
  }
  section.wooprex-service-details-section .service-details .details-right {
    padding-left: 0;
  }
  section.wooprex-service-details-section .service-details .details-right ul {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
  section.wooprex-service-details-section h4 {
    font-size: 26px;
    margin-bottom: 30px;
  }
  /* Marque css */
  section.wooprex-marque-section.two .marque-item {
    margin: 0 10px;
    height: 300px;
  }
  section.wooprex-marque-section-three .top {
    margin-bottom: 20px;
  }
  section.wooprex-marque-section-three .marque-item {
    height: 300px;
  }
  /* Popup section */
  section.wooprex-popup-section .popup-top p {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  section.wooprex-popup-section .popup-main-wrapper {
    height: 650px;
  }
  section.wooprex-popup-section .popup-main-wrapper .media-btn {
    width: 140px;
    height: 140px;
  }
  section.wooprex-popup-section .popup-main-wrapper .media-btn .player i {
    font-size: 30px;
  }
  /****************** PORTFOLIO PAGE ********************/
  section.wooprex-portfolio-list-section img.shape {
    height: 600px;
  }
  section.wooprex-portfolio-list-section .container {
    padding: 0px;
  }
  section.wooprex-portfolio-list-section .portfolio-top h2 {
    font-size: 45px;
  }
  section.wooprex-portfolio-list-section .portfolio-main-wrapper ul.nav {
    height: auto;
    border-radius: 64px;
    gap: 10px;
    padding: 20px;
  }
  section.wooprex-portfolio-list-section .portfolio-main-wrapper .portfolio-masonry .grid {
    row-gap: 40px;
  }
  .wooprex-portfolio-item .inner-top {
    height: 400px;
  }
  .wooprex-portfolio-item .inner-top a {
    width: 90px;
    height: 90px;
  }
  .wooprex-portfolio-item .inner-bottom {
    margin-top: 20px;
  }
  .wooprex-portfolio-item .inner-bottom .details h3 {
    font-size: 18px;
  }
  .wooprex-portfolio-item .inner-bottom .count span {
    width: 50px;
    height: 50px;
  }
  /*********************** PORTFOLIO DETAILS *************************/
  section.wooprex-portfolio-details-section .container {
    padding: 0;
  }
  section.wooprex-portfolio-details-section .thumbnail-image {
    height: 550px;
  }
  section.wooprex-portfolio-details-section .portfolio-details {
    padding: 40px 0px;
  }
  section.wooprex-portfolio-details-section .portfolio-details .row {
    row-gap: 40px;
  }
  section.wooprex-portfolio-details-section .portfolio-details h2 {
    margin-bottom: 20px;
  }
  section.wooprex-portfolio-details-section .portfolio-details ul {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
  section.wooprex-portfolio-details-section .portfolio-details .details-right {
    padding-left: 0;
  }
  section.wooprex-portfolio-details-section h5 {
    line-height: 1.4em;
  }
  /*************************** BLOG PAGE *******************************/
  section.wooprex-blog-list-section .blog-top {
    margin-bottom: 50px;
  }
  section.wooprex-blog-list-section .blog-top h2 {
    font-size: 36px;
  }
  section.wooprex-blog-list-section .blog-top p {
    padding-left: 0;
  }
  section.wooprex-blog-list-section .blog-main-wrapper .row {
    row-gap: 40px;
  }
  section.wooprex-blog-list-section .blog-main-wrapper.has-sidebar .row {
    row-gap: inherit;
  }
  section.wooprex-blog-list-section .blog-main-wrapper.has-sidebar .row .row {
    row-gap: 40px;
  }
  /*****************BLOG DETAILS PAGE ****************/
  .wooprex-blog-header h2 {
    font-size: 36px;
  }
  .wooprex-blog-details .wooprex-blog-thumbnail,
  .wooprex-blog-details .wooprex-blog-image {
    height: 400px;
  }
  .wooprex-blog-details .wooprex-blog-description {
    margin-bottom: 30px;
  }
  .wooprex-blog-details .wooprex-blog-quote {
    height: auto;
  }
  .wooprex-blog-details .wooprex-blog-quote blockquote {
    padding-left: 90px;
  }
  .wooprex-blog-details .blog-details-wrapper {
    padding-bottom: 50px;
  }
  /* Sidebar */
  .wooprex-sidebar.left {
    padding-right: 0px;
  }
  .wooprex-sidebar.right {
    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: 40px;
  }
  .wooprex-sidebar .sidebar-title {
    margin-bottom: 20px;
  }
  /* Recent post */
  section.wooprex-recent-post-section {
    padding-top: 50px;
  }
  section.wooprex-recent-post-section h3 {
    font-size: 40px;
  }
  /******************* CONTACT PAGE ************************/
  section.wooprex-contact-location-section .contact-section {
    margin-top: 50px;
  }
  section.wooprex-contact-location-section .contact-section .row {
    row-gap: 30px;
  }
  section.wooprex-contact-location-section .contact-section ul.contact {
    flex-wrap: wrap;
    row-gap: 10px;
    -moz-column-gap: 20px;
         column-gap: 20px;
    justify-content: start;
  }
  section.wooprex-contact-section .contact-form {
    position: relative;
    top: 0;
    left: 0;
    transform: inherit;
    padding: 0 20px;
    padding-bottom: 70px;
    box-shadow: none;
  }
  section.wooprex-contact-section .contact-form form label {
    font-size: 14px;
    line-height: 1.4em;
  }
  section.wooprex-contact-section .contact-form form input::-moz-placeholder {
    font-size: 14px;
  }
  section.wooprex-contact-section .contact-form form input::placeholder {
    font-size: 14px;
  }
  .wooprex-google-map iframe {
    height: 500px;
  }
}
@media only screen and (max-width: 991px) {
  .padding-y {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .padding-top {
    padding-top: 100px;
  }
  .padding-bottom {
    padding-bottom: 100px;
  }
  .padding-x {
    padding-left: 20px;
    padding-right: 20px;
  }
  .padding-left {
    padding-left: 20px;
  }
  .padding-right {
    padding-right: 20px;
  }
  .text-size-5 {
    font-size: 16px;
  }
  .text-size-6 {
    font-size: 18px;
  }
  .text-size-7 {
    font-size: 18px;
  }
  .text-size-8 {
    font-size: 24px;
  }
  .text-size-9 {
    font-size: 26px;
  }
  .text-size-10 {
    font-size: 28px;
  }
  .text-size-11 {
    font-size: 30px;
  }
  .text-size-12 {
    font-size: 36px;
  }
  .text-size-13 {
    font-size: 38px;
  }
  .text-size-14 {
    font-size: 70px;
  }
  .text-size-15 {
    font-size: 80px;
  }
  /* Nav section */
  header.wooprex-header-section .header-main .wooprex-search-box {
    padding: 20px;
  }
  .wooprex-desktop-menu {
    display: none;
  }
  .wooprex-mobile-menu-bar {
    display: block;
  }
  .wooprex-desktop-menu-bar {
    display: none;
  }
  /* Nav section */
  .section-header {
    gap: 15px;
  }
  .header {
    font-size: 40px;
  }
  img.top-shape-1 {
    width: 360px;
  }
  img.top-shape-2 {
    right: 0px;
    height: 160px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  /*************** Home Page ***************/
  /* banner */
  section.wooprex-banner-section {
    height: 700px;
    padding-top: 70px;
  }
  section.wooprex-banner-section .banner-main-wrapper .row {
    row-gap: 25px;
  }
  section.wooprex-banner-section .banner-main-wrapper .wooprex-follow-us {
    flex-direction: row;
    align-items: center;
    height: auto;
  }
  section.wooprex-banner-section .banner-main-wrapper .wooprex-follow-us ul {
    flex-direction: row;
  }
  section.wooprex-banner-section .banner-main-wrapper .banner-text {
    padding: 0;
  }
  section.wooprex-banner-section .banner-main-wrapper .banner-text h1 {
    font-size: 55px;
    line-height: 1.1em;
  }
  section.wooprex-banner-section .banner-main-wrapper .banner-text h4 {
    font-size: 22px;
    margin-top: 15px;
    line-height: 1.4em;
  }
  section.wooprex-banner-section .banner-main-wrapper .banner-text .banner-button {
    margin-top: 20px;
  }
  section.wooprex-banner-section .banner-main-wrapper .right {
    display: none;
  }
  section.wooprex-banner-section img.banner-shape {
    height: 70px;
  }
  /* partner css */
  section.wooprex-partner-section h3 {
    font-size: 22px;
  }
  section.wooprex-partner-section h3:after {
    width: 120px;
    margin-left: 25px;
  }
  section.wooprex-partner-section .partner-main {
    margin-top: 30px;
  }
  /* Feature css */
  section.wooprex-feature-service-section .row {
    row-gap: 40px;
  }
  section.wooprex-feature-service-section .feature-service-item .feature-image {
    width: 150px;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
  }
  section.wooprex-feature-service-section .feature-service-item .feature-image i {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    bottom: inherit !important;
    right: inherit !important;
    font-size: 50px;
  }
  section.wooprex-feature-service-section .feature-service-item .feature-description h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  section.wooprex-feature-service-section .feature-service-item .feature-description p {
    padding: 0px 20px;
  }
  /* Home about css */
  section.wooprex-home-about-section {
    padding-right: 20px;
  }
  section.wooprex-home-about-section .about-main-wrapper > .row {
    row-gap: 40px;
  }
  section.wooprex-home-about-section .about-main-wrapper .about-description .section-header {
    display: none;
  }
  section.wooprex-home-about-section .about-main-wrapper .about-description .counter-section {
    margin-bottom: 30px;
  }
  section.wooprex-home-about-section .about-main-wrapper .about-description .counter-section .counter-item h3 {
    gap: 15px;
  }
  section.wooprex-home-about-section .about-main-wrapper .about-description .counter-section .counter-item h3 span.text-left {
    width: auto;
  }
  section.wooprex-home-about-section .about-main-wrapper .about-description .counter-section .counter-item h3 span.text-left span {
    font-size: 32px;
  }
  section.wooprex-home-about-section .about-main-wrapper .about-description .counter-section .counter-item h3 span.text-right {
    font-size: 16px;
  }
  section.wooprex-home-about-section .about-main-wrapper .about-description .counter-section .counter-item .counter-image {
    height: 60px;
  }
  section.wooprex-home-about-section .about-main-wrapper .about-description article {
    margin-bottom: 30px;
  }
  section.wooprex-home-about-section .about-main-wrapper .about-image {
    padding-top: 0;
  }
  section.wooprex-home-about-section .about-main-wrapper .about-image .section-header {
    display: block;
  }
  /* Marque css */
  section.wooprex-marque-section.one .marque-item {
    gap: 30px;
    padding: 0px 10px;
  }
  section.wooprex-marque-section.two .marque-item {
    margin: 0 10px;
    height: 300px;
    border-radius: 16px;
  }
  section.wooprex-marque-section-three .top {
    margin-bottom: 20px;
  }
  section.wooprex-marque-section-three .marque-item {
    height: 300px;
  }
  /* Service css */
  section.wooprex-service-section-one .section-header {
    padding: 0px 20px;
  }
  .wooprex-service-item.style-1 {
    border-radius: 20px;
  }
  .wooprex-service-item.style-1 .service-image {
    height: 280px;
  }
  .wooprex-service-item.style-1 .service-description {
    padding: 0;
  }
  .wooprex-service-item.style-1 .service-description .left h3 {
    font-size: 24px;
  }
  .wooprex-service-item.style-1 .btn-2 {
    width: 80px;
    height: 80px;
  }
  .wooprex-service-item.style-1:hover {
    border-radius: 20px 20px 20px 96px;
  }
  .wooprex-service-item.style-2 {
    height: 400px;
  }
  .wooprex-service-item.style-2 a {
    width: 50px;
    height: 50px;
  }
  .wooprex-service-item.style-2 .service-icon {
    margin-bottom: 30px;
    width: 120px;
    height: 120px;
  }
  .wooprex-service-item.style-2 .service-icon i {
    font-size: 65px;
  }
  .wooprex-service-item.style-2 .service-description h3 {
    font-size: 26px;
  }
  /* Testimnoial css */
  section.wooprex-testimonial-section-one .row {
    row-gap: 30px;
  }
  section.wooprex-testimonial-section-one .testimonial-left {
    height: 100%;
    border-radius: 20px;
  }
  section.wooprex-testimonial-section-one .testimonial-left img.shape {
    top: -20px;
    left: -25px;
    width: 150px;
    height: 200px;
  }
  section.wooprex-testimonial-section-one .testimonial-left .left-description h4 {
    font-size: 80px;
    margin-bottom: 30px;
  }
  section.wooprex-testimonial-section-one .testimonial-left .left-description h3 {
    margin-top: 30px;
  }
  section.wooprex-testimonial-section-one .testimonial-left .left-description h3 span.counter {
    font-size: 80px;
  }
  section.wooprex-testimonial-section-one .testimonial-main-wrapper {
    padding: 30px 20px;
    border-radius: 16px;
  }
  section.wooprex-testimonial-section-one .testimonial-main-wrapper .testimonial-slider .testimonial-item {
    gap: 20px;
  }
  section.wooprex-testimonial-section-one .testimonial-main-wrapper .testimonial-slider .testimonial-item h3 {
    font-size: 22px;
  }
  section.wooprex-testimonial-section-one .testimonial-main-wrapper .testimonial-slider .testimonial-item p {
    font-size: 15px;
  }
  section.wooprex-testimonial-section-one .testimonial-main-wrapper .testimonial-slider .testimonial-item .client {
    margin-top: 10px;
  }
  /* Digital service css */
  section.wooprex-digital-service-section {
    padding-left: 20px;
  }
  section.wooprex-digital-service-section .row {
    row-gap: 30px;
  }
  section.wooprex-digital-service-section .digital-service-description {
    padding-right: 0;
  }
  section.wooprex-digital-service-section .digital-service-description .section-header {
    display: none;
  }
  section.wooprex-digital-service-section .digital-service-description .digital-service-text ul {
    flex-wrap: wrap;
    align-items: start;
    row-gap: 15px;
    gap: 15px;
  }
  section.wooprex-digital-service-section .digital-service-description .digital-service-text ul li {
    font-size: 18px;
  }
  section.wooprex-digital-service-section .digital-service-image .section-header {
    display: block;
  }
  /* home portfolio css */
  section.wooprex-home-portfolio-section {
    padding: 60px 0px;
  }
  section.wooprex-home-portfolio-section #myTab {
    gap: 15px;
  }
  section.wooprex-home-portfolio-section #myTab li .nav-link {
    height: 50px;
  }
  section.wooprex-home-portfolio-section .home-portfolio-slider-main {
    margin-top: 50px;
  }
  section.wooprex-home-portfolio-section .home-portfolio-slider-main .wooprex-portfolio-item .portfolio-button a {
    border-radius: 20px;
    padding: 0px 20px;
  }
  section.wooprex-home-portfolio-section .home-portfolio-slider-main .wooprex-portfolio-item .portfolio-button a span.icon {
    width: 50px;
    height: 50px;
  }
  section.wooprex-home-portfolio-section .home-portfolio-slider-main .wooprex-portfolio-item .portfolio-item-description {
    border-radius: 20px;
  }
  section.wooprex-home-portfolio-section .home-portfolio-slider-main .wooprex-portfolio-item .portfolio-item-description .portfolio-image {
    margin-bottom: 20px;
    border-radius: 16px;
  }
  section.wooprex-home-portfolio-section .home-portfolio-slider-main .wooprex-portfolio-item .portfolio-item-description .portfolio-text h4 {
    font-size: 22px;
  }
  section.wooprex-home-portfolio-section .home-portfolio-slider-main .swiper-slide-active .wooprex-portfolio-item {
    gap: 15px;
  }
  section.wooprex-home-portfolio-section .home-portfolio-slider-main .swiper-slide-active .wooprex-portfolio-item .portfolio-button {
    height: 70px;
  }
  /* Blog item */
  .wooprex-blog-item .blog-image {
    border-radius: 20px;
    height: 400px;
  }
  .wooprex-blog-item .blog-description {
    flex-direction: column;
    align-items: start;
    margin-top: 25px;
  }
  .wooprex-blog-item .blog-description .left h3 {
    font-size: 22px;
  }
  section.wooprex-blog-list-section .blog-main-wrapper.has-sidebar .wooprex-blog-item .blog-image {
    height: 300px;
  }
  /* Footer */
  footer.wooprex-footer-section {
    padding-top: 70px;
  }
  footer.wooprex-footer-section .footer-top {
    margin-bottom: 40px;
  }
  footer.wooprex-footer-section .footer-top .row {
    row-gap: 40px;
  }
  footer.wooprex-footer-section .footer-top .footer-item .footer-logo {
    margin-bottom: 30px;
  }
  footer.wooprex-footer-section .footer-top .footer-item h4, footer.wooprex-footer-section .footer-top .footer-item .wooprex-follow-us {
    margin-bottom: 20px;
  }
  footer.wooprex-footer-section .footer-top .footer-top-middle {
    padding: 0;
  }
  footer.wooprex-footer-section .footer-marque-section .wooprex-marque .marque-item {
    gap: 15px;
    padding: 0px 8px;
  }
  footer.wooprex-footer-section .footer-marque-section .wooprex-marque .marque-item h4 {
    font-size: 70px;
  }
  footer.wooprex-footer-section .footer-marque-section .wooprex-marque .marque-item i {
    font-size: 50px;
  }
  footer.wooprex-footer-section .footer-bottom {
    margin-top: 40px;
  }
  footer.wooprex-footer-section .footer-bottom .row {
    row-gap: 20px;
  }
  footer.wooprex-footer-section .footer-bottom .copyright p {
    font-size: 13px;
  }
  footer.wooprex-footer-section .footer-bottom .footer-bottom-menu ul {
    justify-content: start;
  }
  footer.wooprex-footer-section .footer-bottom .footer-bottom-menu ul li {
    font-size: 13px;
  }
  /* Breadcrumb css */
  section.wooprex-breadcrumb-section {
    padding-top: 170px;
  }
  section.wooprex-breadcrumb-section .breadcrumb-text h1 {
    font-size: 90px;
  }
  /*********** ABOUT PAGE ************/
  section.wooprex-stakeholder-section {
    margin: 0;
  }
  section.wooprex-stakeholder-section .shape {
    display: none;
  }
  section.wooprex-stakeholder-section .row {
    row-gap: 30px;
  }
  section.wooprex-stakeholder-section .stakeholder-left {
    padding-right: 0;
    border-right: none;
  }
  section.wooprex-stakeholder-section .stakeholder-left:after {
    display: none;
  }
  section.wooprex-stakeholder-section .stakeholder-description {
    padding-left: 0;
  }
  section.wooprex-stakeholder-section .stakeholder-description .top {
    margin-bottom: 40px;
  }
  /* Counter section */
  section.wooprex-counter-section {
    padding-right: 0;
    height: auto;
    padding-bottom: 50px;
  }
  section.wooprex-counter-section .counter-right {
    padding: 30px 20px;
  }
  section.wooprex-counter-section .counter-right .section-header .header {
    font-size: 35px;
  }
  section.wooprex-counter-section .counter-right .wooprex-counter {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
  section.wooprex-counter-section .counter-right .wooprex-counter .counter-item {
    width: 180px;
    height: 180px;
    padding: 20px;
    margin: 0 !important;
  }
  section.wooprex-counter-section .counter-right .wooprex-counter .counter-item h3 {
    font-size: 55px;
  }
  section.wooprex-counter-section .counter-right .wooprex-counter .counter-item p {
    text-align: center;
    font-size: 14px;
    line-height: 1.4em;
  }
  /* Service section 2 */
  section.wooprex-service-section-two .row {
    row-gap: 40px;
  }
  section.wooprex-service-section-two .row > * {
    padding: 0px 15px;
  }
  /* Testimonial 2 */
  section.wooprex-testimonial-section-two .testimonial-slider-item {
    padding: 20px;
    border-radius: 16px;
  }
  section.wooprex-testimonial-section-two .testimonial-slider-item .comment p {
    line-height: 1.6em;
  }
  /* Team section */
  section.wooprex-team-section .row {
    row-gap: 40px;
  }
  section.wooprex-team-section .team-left-slider {
    border-radius: 20px;
  }
  section.wooprex-team-section .team-left-slider .team-item .team-image {
    border-radius: 16px;
    height: 250px;
  }
  section.wooprex-team-section .team-left-slider .team-item .team-description {
    flex-direction: column;
    align-items: start;
  }
  section.wooprex-team-section .team-left-slider .team-item .team-description .details h4 {
    font-size: 20px;
  }
  section.wooprex-team-section .team-right {
    padding-left: 0;
  }
  section.wooprex-team-section .team-right .team-right-bottom {
    padding-top: 40px;
  }
  section.wooprex-team-section .team-right .team-right-bottom p {
    font-size: 18px;
  }
  .wooprex-team-item .team-image {
    width: 120px;
    height: 120px;
  }
  /************* SERVICE PAGE ***************/
  section.wooprex-traffic-section {
    padding-bottom: 0;
  }
  section.wooprex-traffic-section .shape {
    display: none;
  }
  section.wooprex-traffic-section .row {
    row-gap: 40px;
  }
  section.wooprex-traffic-section .traffic-description {
    padding-right: 0;
  }
  section.wooprex-traffic-section .traffic-description h3 {
    margin-bottom: 20px;
  }
  section.wooprex-traffic-section .traffic-description p {
    margin-bottom: 25px;
  }
  section.wooprex-traffic-section .traffic-image {
    height: 450px;
    width: 450px;
  }
  /* Service list */
  section.wooprex-service-list-section img.bg-shape {
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .wooprex-service-item.style-3 {
    border-radius: 20px;
  }
  .wooprex-service-item.style-3 .service-description h3 {
    font-size: 20px;
    margin: 25px 0px 15px 0px;
  }
  /**************** SERVICE DETAILS PAGE ******************/
  section.wooprex-service-details-section .container {
    padding: 0;
  }
  section.wooprex-service-details-section .thumbnail-image {
    height: 550px;
    border-radius: 20px;
  }
  section.wooprex-service-details-section .service-details {
    padding: 40px 0px;
  }
  section.wooprex-service-details-section .service-details .row {
    row-gap: 20px;
  }
  section.wooprex-service-details-section .service-details .details-right {
    padding-left: 0;
  }
  section.wooprex-service-details-section .service-details .details-right ul {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
  section.wooprex-service-details-section h4 {
    font-size: 26px;
    margin-bottom: 30px;
  }
  /* Popup section */
  section.wooprex-popup-section h3 {
    font-size: 33px;
    margin-bottom: 15px;
  }
  section.wooprex-popup-section .popup-top p {
    padding: 30px 0px;
    padding-left: 0;
    padding-right: 0;
  }
  section.wooprex-popup-section .popup-main-wrapper {
    height: 600px;
  }
  section.wooprex-popup-section .popup-main-wrapper .media-btn {
    width: 120px;
    height: 120px;
  }
  section.wooprex-popup-section .popup-main-wrapper .media-btn .player i {
    font-size: 26px;
  }
  /****************** PORTFOLIO PAGE ********************/
  section.wooprex-portfolio-list-section img.shape {
    height: 500px;
  }
  section.wooprex-portfolio-list-section .container {
    padding: 0px;
  }
  section.wooprex-portfolio-list-section .portfolio-top .row {
    row-gap: 20px;
  }
  section.wooprex-portfolio-list-section .portfolio-top h2 {
    font-size: 38px;
  }
  section.wooprex-portfolio-list-section .portfolio-main-wrapper ul.nav {
    height: auto;
    border-radius: 64px;
    gap: 10px;
    padding: 20px;
  }
  section.wooprex-portfolio-list-section .portfolio-main-wrapper .portfolio-masonry {
    margin-top: 40px;
  }
  section.wooprex-portfolio-list-section .portfolio-main-wrapper .portfolio-masonry .grid {
    row-gap: 40px;
  }
  .wooprex-portfolio-item .inner-top {
    height: 400px;
  }
  .wooprex-portfolio-item .inner-top a {
    width: 90px;
    height: 90px;
  }
  .wooprex-portfolio-item .inner-bottom {
    margin-top: 20px;
  }
  .wooprex-portfolio-item .inner-bottom .details h3 {
    font-size: 18px;
  }
  .wooprex-portfolio-item .inner-bottom .count span {
    width: 50px;
    height: 50px;
  }
  /*********************** PORTFOLIO DETAILS *************************/
  section.wooprex-portfolio-details-section .container {
    padding: 0;
  }
  section.wooprex-portfolio-details-section .thumbnail-image {
    height: 550px;
    border-radius: 20px;
  }
  section.wooprex-portfolio-details-section .portfolio-details {
    padding: 40px 0px;
  }
  section.wooprex-portfolio-details-section .portfolio-details .row {
    row-gap: 40px;
  }
  section.wooprex-portfolio-details-section .portfolio-details h2 {
    margin-bottom: 20px;
  }
  section.wooprex-portfolio-details-section .portfolio-details ul {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
  section.wooprex-portfolio-details-section .portfolio-details .details-right {
    padding-left: 0;
  }
  section.wooprex-portfolio-details-section h5 {
    font-size: 26px;
    line-height: 1.4em;
  }
  /*************************** BLOG PAGE *******************************/
  section.wooprex-blog-list-section .blog-top {
    margin-bottom: 40px;
  }
  section.wooprex-blog-list-section .blog-top .row {
    row-gap: 20px;
  }
  section.wooprex-blog-list-section .blog-top h2 {
    font-size: 35px;
  }
  section.wooprex-blog-list-section .blog-top p {
    padding-left: 0;
  }
  section.wooprex-blog-list-section .blog-main-wrapper .row {
    row-gap: 40px;
  }
  section.wooprex-blog-list-section .blog-main-wrapper.has-sidebar .row {
    row-gap: inherit;
  }
  section.wooprex-blog-list-section .blog-main-wrapper.has-sidebar .row .row {
    row-gap: 40px;
  }
  /*****************BLOG DETAILS PAGE ****************/
  .wooprex-blog-header h2 {
    font-size: 35px;
  }
  .wooprex-blog-details .wooprex-blog-thumbnail,
  .wooprex-blog-details .wooprex-blog-image {
    height: 450px;
    border-radius: 16px;
  }
  .wooprex-blog-details .wooprex-blog-description {
    margin-bottom: 30px;
  }
  .wooprex-blog-details .wooprex-blog-description .row {
    row-gap: 20px;
  }
  .wooprex-blog-details .wooprex-blog-quote {
    height: auto;
  }
  .wooprex-blog-details .wooprex-blog-quote blockquote {
    padding-left: 90px;
  }
  section.wooprex-blog-details-section .blog-details-wrapper {
    padding-bottom: 50px;
  }
  /* Sidebar */
  .wooprex-sidebar {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #c0bcdf;
  }
  .wooprex-sidebar.left {
    padding-right: 0px;
  }
  .wooprex-sidebar.right {
    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: 40px;
  }
  .wooprex-sidebar .sidebar-title {
    margin-bottom: 20px;
    font-size: 20px;
  }
  /* Recent post */
  section.wooprex-recent-post-section {
    padding-top: 50px;
  }
  section.wooprex-recent-post-section h3 {
    font-size: 33px;
  }
  section.wooprex-recent-post-section .row {
    row-gap: 40px;
  }
  /******************* CONTACT PAGE ************************/
  section.wooprex-contact-location-section .contact-section {
    margin-top: 50px;
  }
  section.wooprex-contact-location-section .contact-section .row {
    row-gap: 30px;
  }
  section.wooprex-contact-location-section .contact-section ul.contact {
    flex-wrap: wrap;
    row-gap: 10px;
  }
  section.wooprex-contact-location-section .contact-section .wooprex-follow-us ul {
    justify-content: start;
  }
  section.wooprex-contact-section .contact-form {
    position: relative;
    top: 0;
    left: 0;
    transform: inherit;
    padding: 0 20px;
    padding-bottom: 70px;
    box-shadow: none;
  }
  section.wooprex-contact-section .contact-form form label {
    font-size: 14px;
    line-height: 1.4em;
  }
  section.wooprex-contact-section .contact-form form input::-moz-placeholder {
    font-size: 14px;
  }
  section.wooprex-contact-section .contact-form form input::placeholder {
    font-size: 14px;
  }
  .wooprex-google-map iframe {
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .padding-y {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .padding-bottom {
    padding-bottom: 70px;
  }
  .padding-top {
    padding-top: 70px;
  }
  header.wooprex-header-section {
    z-index: 999;
  }
  header.wooprex-header-section .header-main {
    gap: 25px;
  }
  header.wooprex-header-section .header-main .header-right i {
    font-size: 36px;
  }
  header.wooprex-header-section .header-main .header-right .wooprex-search-bar i {
    font-size: 30px;
  }
  header.wooprex-header-section .header-main .wooprex-search-box .wooprex-search-close i {
    font-size: 30px;
  }
  header.wooprex-header-section .header-main .wooprex-search-box input::-moz-placeholder {
    font-size: 16px;
  }
  header.wooprex-header-section .header-main .wooprex-search-box input::placeholder {
    font-size: 16px;
  }
  img.top-shape-1 {
    display: none;
  }
  img.top-shape-2 {
    right: inherit;
    left: 50%;
    transform: translateX(-50%);
    height: 160px;
  }
  .wooprex-btn {
    min-width: 150px;
    height: 50px;
  }
  .wooprex-btn.watch {
    padding: 0px 20px 0px 18px;
  }
  .wooprex-follow-us ul {
    gap: 15px;
  }
  .wooprex-follow-us ul li a {
    font-size: 16px;
  }
  .wooprex-follow-us.round-border ul li a {
    width: 36px;
    height: 36px;
  }
  .section-header {
    margin-bottom: 50px;
    gap: 15px;
  }
  .header {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .text-size-5 {
    font-size: 14px;
  }
  .text-size-6 {
    font-size: 16px;
  }
  .text-size-7 {
    font-size: 18px;
  }
  .text-size-8 {
    font-size: 20px;
  }
  .text-size-9 {
    font-size: 22px;
  }
  .text-size-10 {
    font-size: 24px;
  }
  .text-size-11 {
    font-size: 25px;
  }
  .text-size-12 {
    font-size: 26px;
  }
  .text-size-13 {
    font-size: 27px;
  }
  .text-size-14 {
    font-size: 35px;
  }
  .text-size-15 {
    font-size: 40px;
  }
  header.wooprex-header-section .header-main {
    gap: 25px;
  }
  header.wooprex-header-section .header-main .header-right .wooprex-search-bar i {
    font-size: 30px;
  }
  header.wooprex-header-section .header-main .wooprex-search-box .wooprex-search-close i {
    font-size: 24px;
  }
  header.wooprex-header-section .header-main .wooprex-search-box input::-moz-placeholder {
    font-size: 16px;
  }
  header.wooprex-header-section .header-main .wooprex-search-box input::placeholder {
    font-size: 16px;
  }
  img.top-shape-1 {
    display: none;
  }
  img.top-shape-2 {
    right: inherit;
    left: 50%;
    transform: translateX(-50%);
    top: -10px;
    height: 80px;
  }
  .wooprex-btn {
    min-width: 150px;
    height: 50px;
  }
  .wooprex-btn.watch {
    padding: 0px 20px 0px 18px;
  }
  .wooprex-follow-us ul {
    gap: 15px;
  }
  .wooprex-follow-us ul li a {
    font-size: 16px;
  }
  .wooprex-follow-us.round-border ul li a {
    width: 36px;
    height: 36px;
  }
  .section-header {
    margin-bottom: 50px;
    gap: 15px;
  }
  .header {
    font-size: 33px;
  }
  .sub-header {
    font-size: 15px;
  }
  /*************** Home Page ***************/
  /* banner */
  section.wooprex-banner-section {
    height: 650px;
    padding-top: 70px;
  }
  section.wooprex-banner-section .banner-main-wrapper .row {
    row-gap: 25px;
  }
  section.wooprex-banner-section .banner-main-wrapper .wooprex-follow-us {
    flex-direction: row;
    align-items: center;
    height: auto;
  }
  section.wooprex-banner-section .banner-main-wrapper .wooprex-follow-us ul {
    flex-direction: row;
  }
  section.wooprex-banner-section .banner-main-wrapper .banner-text {
    padding: 0;
  }
  section.wooprex-banner-section .banner-main-wrapper .banner-text h1 {
    font-size: 40px;
    line-height: 1.1em;
  }
  section.wooprex-banner-section .banner-main-wrapper .banner-text h4 {
    font-size: 18px;
    margin-top: 15px;
    line-height: 1.4em;
  }
  section.wooprex-banner-section .banner-main-wrapper .banner-text .banner-button {
    margin-top: 20px;
    flex-direction: column;
    align-items: start;
  }
  section.wooprex-banner-section .banner-main-wrapper .banner-text .banner-button .wooprex-btn {
    min-width: 200px;
  }
  section.wooprex-banner-section .banner-main-wrapper .right {
    display: none;
  }
  section.wooprex-banner-section img.banner-shape {
    height: 70px;
  }
  /* partner css */
  section.wooprex-partner-section h3 {
    font-size: 17px;
    padding-bottom: 10px;
  }
  section.wooprex-partner-section h3:after {
    width: 90px;
    left: 0;
    bottom: 0;
    top: inherit;
    transform: inherit;
    margin: 0;
  }
  section.wooprex-partner-section .partner-main {
    margin-top: 30px;
  }
  /* Feature css */
  section.wooprex-feature-service-section .row {
    row-gap: 40px;
  }
  section.wooprex-feature-service-section .feature-service-item .feature-image {
    width: 150px;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
  }
  section.wooprex-feature-service-section .feature-service-item .feature-image i {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    bottom: inherit !important;
    right: inherit !important;
    font-size: 50px;
  }
  section.wooprex-feature-service-section .feature-service-item .feature-description h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  /* Home about css */
  section.wooprex-home-about-section {
    padding-right: 20px;
  }
  section.wooprex-home-about-section .about-main-wrapper > .row {
    row-gap: 40px;
  }
  section.wooprex-home-about-section .about-main-wrapper .about-description .section-header {
    display: none;
  }
  section.wooprex-home-about-section .about-main-wrapper .about-description .counter-section {
    margin-bottom: 30px;
  }
  section.wooprex-home-about-section .about-main-wrapper .about-description .counter-section .counter-item h3 {
    gap: 15px;
  }
  section.wooprex-home-about-section .about-main-wrapper .about-description .counter-section .counter-item h3 span.text-left span {
    font-size: 32px;
  }
  section.wooprex-home-about-section .about-main-wrapper .about-description .counter-section .counter-item h3 span.text-right {
    font-size: 16px;
  }
  section.wooprex-home-about-section .about-main-wrapper .about-description .counter-section .counter-item .counter-image {
    height: 60px;
  }
  section.wooprex-home-about-section .about-main-wrapper .about-description article {
    margin-bottom: 30px;
  }
  section.wooprex-home-about-section .about-main-wrapper .about-image {
    padding-top: 0;
  }
  section.wooprex-home-about-section .about-main-wrapper .about-image .section-header {
    display: block;
  }
  /* Marque css */
  section.wooprex-marque-section.one .marque-item {
    gap: 20px;
    padding: 0px 5px;
  }
  section.wooprex-marque-section.one .marque-item h4 {
    font-size: 40px;
  }
  section.wooprex-marque-section.one .marque-item i {
    font-size: 50px;
  }
  section.wooprex-marque-section.two .marque-item {
    margin: 0 10px;
    height: 200px;
    border-radius: 16px;
  }
  section.wooprex-marque-section-three .top {
    margin-bottom: 20px;
  }
  section.wooprex-marque-section-three .marque-item {
    height: 200px;
  }
  /* Service css */
  section.wooprex-service-section-one .section-header {
    padding: 0px 20px;
  }
  .wooprex-service-item.style-1 {
    border-radius: 20px;
  }
  .wooprex-service-item.style-1 .service-image {
    height: 280px;
  }
  .wooprex-service-item.style-1 .service-description {
    padding: 0;
  }
  .wooprex-service-item.style-1 .service-description .left h3 {
    font-size: 24px;
  }
  .wooprex-service-item.style-1 .btn-2 {
    width: 80px;
    height: 80px;
  }
  .wooprex-service-item.style-1:hover {
    border-radius: 20px 20px 20px 96px;
  }
  .wooprex-service-item.style-2 {
    height: 400px;
  }
  .wooprex-service-item.style-2 a {
    width: 50px;
    height: 50px;
  }
  .wooprex-service-item.style-2 .service-icon {
    margin-bottom: 30px;
    width: 120px;
    height: 120px;
  }
  .wooprex-service-item.style-2 .service-icon i {
    font-size: 65px;
  }
  .wooprex-service-item.style-2 .service-description h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  /* Testimnoial css */
  section.wooprex-testimonial-section-one .row {
    row-gap: 30px;
  }
  section.wooprex-testimonial-section-one .testimonial-left {
    height: auto;
    border-radius: 20px;
  }
  section.wooprex-testimonial-section-one .testimonial-left img.shape {
    top: -20px;
    left: -25px;
    width: 150px;
    height: 200px;
  }
  section.wooprex-testimonial-section-one .testimonial-left .left-description h4 {
    font-size: 80px;
    margin-bottom: 30px;
  }
  section.wooprex-testimonial-section-one .testimonial-left .left-description h3 {
    margin-top: 30px;
  }
  section.wooprex-testimonial-section-one .testimonial-left .left-description h3 span.counter {
    font-size: 90px;
  }
  section.wooprex-testimonial-section-one .testimonial-main-wrapper {
    padding: 30px 20px;
    border-radius: 16px;
  }
  section.wooprex-testimonial-section-one .testimonial-main-wrapper .testimonial-slider .testimonial-item {
    gap: 20px;
  }
  section.wooprex-testimonial-section-one .testimonial-main-wrapper .testimonial-slider .testimonial-item h3 {
    font-size: 24px;
  }
  section.wooprex-testimonial-section-one .testimonial-main-wrapper .testimonial-slider .testimonial-item p {
    font-size: 17px;
  }
  section.wooprex-testimonial-section-one .testimonial-main-wrapper .testimonial-slider .testimonial-item .client {
    margin-top: 10px;
  }
  /* Digital service css */
  section.wooprex-digital-service-section {
    padding-left: 20px;
  }
  section.wooprex-digital-service-section .row {
    row-gap: 30px;
  }
  section.wooprex-digital-service-section .digital-service-description {
    padding-right: 0;
  }
  section.wooprex-digital-service-section .digital-service-description .section-header {
    display: none;
  }
  section.wooprex-digital-service-section .digital-service-description .digital-service-text .icon-image {
    width: 90px;
    height: 32px;
  }
  section.wooprex-digital-service-section .digital-service-description .digital-service-text .text {
    font-size: 18px;
  }
  section.wooprex-digital-service-section .digital-service-description .digital-service-text ul {
    flex-wrap: wrap;
    align-items: start;
    margin-bottom: 30px;
    row-gap: 15px;
    gap: 15px;
  }
  section.wooprex-digital-service-section .digital-service-description .digital-service-text ul li {
    font-size: 15px;
  }
  section.wooprex-digital-service-section .digital-service-description .digital-service-text ul li a {
    gap: 5px;
  }
  section.wooprex-digital-service-section .digital-service-description .digital-service-text ul li a i {
    font-size: 26px;
  }
  section.wooprex-digital-service-section .digital-service-image .section-header {
    display: block;
  }
  /* home portfolio css */
  section.wooprex-home-portfolio-section {
    padding: 60px 0px;
  }
  section.wooprex-home-portfolio-section #myTab {
    gap: 15px;
  }
  section.wooprex-home-portfolio-section #myTab li .nav-link {
    height: 50px;
  }
  section.wooprex-home-portfolio-section .home-portfolio-slider-main {
    margin-top: 50px;
  }
  section.wooprex-home-portfolio-section .home-portfolio-slider-main .wooprex-portfolio-item .portfolio-button a {
    border-radius: 20px;
    padding: 0px 20px;
  }
  section.wooprex-home-portfolio-section .home-portfolio-slider-main .wooprex-portfolio-item .portfolio-button a span.icon {
    width: 50px;
    height: 50px;
  }
  section.wooprex-home-portfolio-section .home-portfolio-slider-main .wooprex-portfolio-item .portfolio-item-description {
    border-radius: 20px;
  }
  section.wooprex-home-portfolio-section .home-portfolio-slider-main .wooprex-portfolio-item .portfolio-item-description .portfolio-image {
    margin-bottom: 20px;
    border-radius: 16px;
  }
  section.wooprex-home-portfolio-section .home-portfolio-slider-main .wooprex-portfolio-item .portfolio-item-description .portfolio-text h4 {
    font-size: 22px;
  }
  section.wooprex-home-portfolio-section .home-portfolio-slider-main .swiper-slide-active .wooprex-portfolio-item {
    gap: 15px;
  }
  section.wooprex-home-portfolio-section .home-portfolio-slider-main .swiper-slide-active .wooprex-portfolio-item .portfolio-button {
    height: 70px;
  }
  /* Blog item */
  .wooprex-blog-item .blog-image {
    border-radius: 20px;
    height: 400px;
  }
  .wooprex-blog-item .blog-description {
    flex-direction: column;
    align-items: start;
    margin-top: 25px;
  }
  /* Footer */
  footer.wooprex-footer-section {
    padding-top: 70px;
  }
  footer.wooprex-footer-section .footer-top {
    margin-bottom: 40px;
  }
  footer.wooprex-footer-section .footer-top .row {
    row-gap: 40px;
  }
  footer.wooprex-footer-section .footer-top .footer-item .footer-logo {
    margin-bottom: 30px;
  }
  footer.wooprex-footer-section .footer-top .footer-item h4, footer.wooprex-footer-section .footer-top .footer-item .wooprex-follow-us {
    margin-bottom: 20px;
  }
  footer.wooprex-footer-section .footer-top .footer-top-middle {
    padding: 0;
  }
  footer.wooprex-footer-section .footer-marque-section .wooprex-marque .marque-item {
    gap: 15px;
    padding: 0px 8px;
  }
  footer.wooprex-footer-section .footer-marque-section .wooprex-marque .marque-item h4 {
    font-size: 50px;
  }
  footer.wooprex-footer-section .footer-marque-section .wooprex-marque .marque-item i {
    font-size: 50px;
  }
  footer.wooprex-footer-section .footer-bottom {
    margin-top: 40px;
  }
  footer.wooprex-footer-section .footer-bottom .row {
    row-gap: 20px;
  }
  footer.wooprex-footer-section .footer-bottom .copyright p {
    font-size: 14px;
  }
  footer.wooprex-footer-section .footer-bottom .footer-bottom-menu ul {
    justify-content: start;
  }
  footer.wooprex-footer-section .footer-bottom .footer-bottom-menu ul li {
    font-size: 14px;
  }
  /* Breadcrumb css */
  section.wooprex-breadcrumb-section {
    padding-top: 170px;
  }
  section.wooprex-breadcrumb-section .breadcrumb-text h1 {
    font-size: 55px;
  }
  /*********** ABOUT PAGE ************/
  section.wooprex-stakeholder-section {
    margin: 0;
  }
  section.wooprex-stakeholder-section .shape {
    display: none;
  }
  section.wooprex-stakeholder-section .row {
    row-gap: 30px;
  }
  section.wooprex-stakeholder-section .stakeholder-left {
    padding-right: 0;
    border-right: none;
  }
  section.wooprex-stakeholder-section .stakeholder-left:after {
    display: none;
  }
  section.wooprex-stakeholder-section .stakeholder-left .stakeholder-image {
    height: 350px;
    border-radius: 20px;
  }
  section.wooprex-stakeholder-section .stakeholder-description {
    padding-left: 0;
  }
  section.wooprex-stakeholder-section .stakeholder-description .top {
    margin-bottom: 25px;
  }
  section.wooprex-stakeholder-section .stakeholder-description .top h4 {
    margin-bottom: 20px;
    line-height: 1.3em;
    font-size: 22px;
  }
  /* Counter section */
  section.wooprex-counter-section {
    padding-right: 0;
    height: auto;
  }
  section.wooprex-counter-section .counter-left .inner-section .inner-image {
    height: 200px;
    width: 200px;
  }
  section.wooprex-counter-section .counter-right {
    padding: 30px 20px;
  }
  section.wooprex-counter-section .counter-right .section-header .header {
    font-size: 25px;
  }
  section.wooprex-counter-section .counter-right .wooprex-counter {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
  section.wooprex-counter-section .counter-right .wooprex-counter .counter-item {
    width: 160px;
    height: 160px;
    padding: 20px;
    margin: 0 !important;
  }
  section.wooprex-counter-section .counter-right .wooprex-counter .counter-item h3 {
    font-size: 40px;
  }
  section.wooprex-counter-section .counter-right .wooprex-counter .counter-item p {
    text-align: center;
    font-size: 14px;
    line-height: 1.4em;
  }
  /* Service section 2 */
  section.wooprex-service-section-two .row {
    row-gap: 40px;
  }
  section.wooprex-service-section-two .row > * {
    padding: 0px 15px;
  }
  /* Testimonial 2 */
  section.wooprex-testimonial-section-two .testimonial-slider-item {
    padding: 25px;
    border-radius: 16px;
  }
  section.wooprex-testimonial-section-two .testimonial-slider-item .comment p {
    line-height: 1.6em;
  }
  /* Team section */
  section.wooprex-team-section .row {
    row-gap: 40px;
  }
  section.wooprex-team-section .team-left-slider {
    border-radius: 20px;
  }
  section.wooprex-team-section .team-left-slider .team-item .team-image {
    border-radius: 16px;
    height: 320px;
  }
  section.wooprex-team-section .team-left-slider .team-item .team-description {
    flex-direction: column;
    align-items: start;
  }
  section.wooprex-team-section .team-left-slider .team-item .team-description .details h4 {
    font-size: 20px;
  }
  section.wooprex-team-section .team-right {
    padding-left: 0;
  }
  section.wooprex-team-section .team-right .team-right-top {
    display: none;
  }
  section.wooprex-team-section .team-right .team-right-bottom {
    padding-top: 40px;
  }
  section.wooprex-team-section .team-right .team-right-bottom p {
    font-size: 18px;
  }
  /************* SERVICE PAGE ***************/
  section.wooprex-traffic-section {
    padding-bottom: 0;
  }
  section.wooprex-traffic-section .shape {
    display: none;
  }
  section.wooprex-traffic-section .row {
    row-gap: 40px;
  }
  section.wooprex-traffic-section .traffic-description {
    padding-right: 0;
  }
  section.wooprex-traffic-section .traffic-description h3 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  section.wooprex-traffic-section .traffic-description p {
    margin-bottom: 25px;
  }
  section.wooprex-traffic-section .traffic-image {
    height: 300px;
    width: 300px;
  }
  /* Service list */
  section.wooprex-service-list-section img.bg-shape {
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .wooprex-service-item.style-3 {
    border-radius: 20px;
  }
  .wooprex-service-item.style-3 .service-description h3 {
    font-size: 20px;
    margin: 25px 0px 15px 0px;
  }
  /**************** SERVICE DETAILS PAGE ******************/
  section.wooprex-service-details-section .container {
    padding: 0;
  }
  section.wooprex-service-details-section .thumbnail-image {
    height: 400px;
    border-radius: 20px;
  }
  section.wooprex-service-details-section .service-details {
    padding: 40px 0px;
  }
  section.wooprex-service-details-section .service-details h2 {
    font-size: 24px;
  }
  section.wooprex-service-details-section .service-details .row {
    row-gap: 20px;
  }
  section.wooprex-service-details-section .service-details .details-right {
    padding-left: 0;
  }
  section.wooprex-service-details-section .service-details .details-right ul {
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  section.wooprex-service-details-section h4 {
    font-size: 22px;
    margin-bottom: 30px;
  }
  /* Popup section */
  section.wooprex-popup-section h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  section.wooprex-popup-section .popup-top p {
    padding: 30px 0px;
    padding-left: 0;
    padding-right: 0;
  }
  section.wooprex-popup-section .popup-main-wrapper {
    height: 500px;
  }
  section.wooprex-popup-section .popup-main-wrapper .media-btn {
    width: 100px;
    height: 100px;
  }
  section.wooprex-popup-section .popup-main-wrapper .media-btn .player i {
    font-size: 24px;
  }
  /****************** PORTFOLIO PAGE ********************/
  section.wooprex-portfolio-list-section img.shape {
    height: 500px;
  }
  section.wooprex-portfolio-list-section .container {
    padding: 0px;
  }
  section.wooprex-portfolio-list-section .portfolio-top .row {
    row-gap: 20px;
  }
  section.wooprex-portfolio-list-section .portfolio-top h2 {
    font-size: 30px;
  }
  section.wooprex-portfolio-list-section .portfolio-main-wrapper ul.nav {
    height: auto;
    border-radius: 64px;
    gap: 10px;
    padding: 20px;
  }
  section.wooprex-portfolio-list-section .portfolio-main-wrapper ul.nav li button.nav-link {
    font-size: 18px;
    padding: 6px;
  }
  section.wooprex-portfolio-list-section .portfolio-main-wrapper .portfolio-masonry {
    margin-top: 40px;
  }
  section.wooprex-portfolio-list-section .portfolio-main-wrapper .portfolio-masonry .grid {
    row-gap: 40px;
  }
  .wooprex-portfolio-item .inner-top {
    height: 300px;
  }
  .wooprex-portfolio-item .inner-top a {
    width: 80px;
    height: 80px;
  }
  .wooprex-portfolio-item .inner-bottom {
    margin-top: 20px;
  }
  .wooprex-portfolio-item .inner-bottom .details h3 {
    font-size: 18px;
  }
  .wooprex-portfolio-item .inner-bottom .count span {
    width: 50px;
    height: 50px;
  }
  /*********************** PORTFOLIO DETAILS *************************/
  section.wooprex-portfolio-details-section .container {
    padding: 0;
  }
  section.wooprex-portfolio-details-section .thumbnail-image {
    height: 400px;
    border-radius: 20px;
  }
  section.wooprex-portfolio-details-section .portfolio-details {
    padding: 40px 0px;
  }
  section.wooprex-portfolio-details-section .portfolio-details .row {
    row-gap: 40px;
  }
  section.wooprex-portfolio-details-section .portfolio-details h2 {
    margin-bottom: 20px;
  }
  section.wooprex-portfolio-details-section .portfolio-details ul {
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  section.wooprex-portfolio-details-section .portfolio-details .details-right {
    padding-left: 0;
  }
  section.wooprex-portfolio-details-section h5 {
    font-size: 18px;
  }
  /*************************** BLOG PAGE *******************************/
  section.wooprex-blog-list-section .blog-top {
    margin-bottom: 40px;
  }
  section.wooprex-blog-list-section .blog-top .row {
    row-gap: 20px;
  }
  section.wooprex-blog-list-section .blog-top h2 {
    font-size: 28px;
  }
  section.wooprex-blog-list-section .blog-top p {
    padding-left: 0;
  }
  section.wooprex-blog-list-section .blog-main-wrapper .row {
    row-gap: 40px;
  }
  section.wooprex-blog-list-section .blog-main-wrapper.has-sidebar .row {
    row-gap: inherit;
  }
  section.wooprex-blog-list-section .blog-main-wrapper.has-sidebar .row .row {
    row-gap: 40px;
  }
  /*****************BLOG DETAILS PAGE ****************/
  .wooprex-blog-header h2 {
    font-size: 28px;
  }
  .wooprex-blog-details {
    padding-bottom: 50px;
  }
  .wooprex-blog-details .wooprex-blog-thumbnail,
  .wooprex-blog-details .wooprex-blog-image {
    height: 400px;
    border-radius: 16px;
  }
  .wooprex-blog-details .wooprex-blog-description {
    margin-bottom: 30px;
  }
  .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: 50px;
    height: 50px;
    top: 0;
    left: inherit;
    right: 0;
    transform: inherit;
    opacity: 0.6;
  }
  .wooprex-blog-details .wooprex-blog-quote blockquote {
    padding: 0;
    font-size: 14px;
  }
  section.wooprex-blog-details-section .blog-details-wrapper {
    padding-bottom: 50px;
  }
  /* Sidebar */
  .wooprex-sidebar {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #c0bcdf;
  }
  .wooprex-sidebar.left {
    padding-right: 0px;
  }
  .wooprex-sidebar.right {
    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: 40px;
  }
  .wooprex-sidebar .sidebar-title {
    margin-bottom: 20px;
    font-size: 20px;
  }
  /* Recent post */
  section.wooprex-recent-post-section {
    padding-top: 50px;
  }
  section.wooprex-recent-post-section h3 {
    font-size: 33px;
  }
  section.wooprex-recent-post-section .row {
    row-gap: 40px;
  }
  /******************* CONTACT PAGE ************************/
  section.wooprex-contact-location-section .contact-section {
    margin-top: 50px;
  }
  section.wooprex-contact-location-section .contact-section .row {
    row-gap: 30px;
  }
  section.wooprex-contact-location-section .contact-section ul.contact {
    flex-wrap: wrap;
    row-gap: 10px;
  }
  section.wooprex-contact-location-section .contact-section .wooprex-follow-us ul {
    justify-content: start;
  }
  section.wooprex-contact-section .contact-form {
    position: relative;
    top: 0;
    left: 0;
    transform: inherit;
    padding: 0 20px;
    padding-bottom: 70px;
    box-shadow: none;
  }
  section.wooprex-contact-section .contact-form form label {
    font-size: 14px;
    line-height: 1.4em;
  }
  section.wooprex-contact-section .contact-form form input::-moz-placeholder {
    font-size: 14px;
  }
  section.wooprex-contact-section .contact-form form input::placeholder {
    font-size: 14px;
  }
  .wooprex-google-map iframe {
    height: 400px;
  }
}
@media only screen and (max-width: 500px) {
  header.wooprex-header-section .header-main .header-right .wooprex-search-bar, header.wooprex-header-section .header-main .header-right .wooprex-btn {
    display: none;
  }
}
@media only screen and (max-width: 400px) {
  section.wooprex-banner-section .banner-main-wrapper .banner-text h1 {
    font-size: 31px;
  }
  section.wooprex-banner-section .banner-main-wrapper .banner-text h4 {
    font-size: 16px;
  }
}