@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=Teachers:ital,wght@0,400..800;1,400..800&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: "Teachers", sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
  overflow-x: clip;
}
body.dark {
  background-color: #2e3347;
  color: #ffffff;
}
body.dark h1,
body.dark h2,
body.dark h3,
body.dark h4,
body.dark h5,
body.dark h6 {
  color: #ffffff;
}
body.dark a {
  color: #ffffff;
}
body.dark a:hover {
  color: #f0b56e;
}
body.dark textarea,
body.dark input[type=text],
body.dark input[type=password],
body.dark input[type=date],
body.dark input[type=month],
body.dark input[type=time],
body.dark input[type=week],
body.dark input[type=datetime],
body.dark input[type=number],
body.dark input[type=email],
body.dark input[type=url],
body.dark input[type=search],
body.dark input[type=tel],
body.dark input[type=color] {
  color: #ffffff;
  border-color: #ffffff;
}
body.dark textarea::-moz-placeholder, body.dark input[type=text]::-moz-placeholder, body.dark input[type=password]::-moz-placeholder, body.dark input[type=date]::-moz-placeholder, body.dark input[type=month]::-moz-placeholder, body.dark input[type=time]::-moz-placeholder, body.dark input[type=week]::-moz-placeholder, body.dark input[type=datetime]::-moz-placeholder, body.dark input[type=number]::-moz-placeholder, body.dark input[type=email]::-moz-placeholder, body.dark input[type=url]::-moz-placeholder, body.dark input[type=search]::-moz-placeholder, body.dark input[type=tel]::-moz-placeholder, body.dark input[type=color]::-moz-placeholder {
  color: #ffffff;
}
body.dark textarea::placeholder,
body.dark input[type=text]::placeholder,
body.dark input[type=password]::placeholder,
body.dark input[type=date]::placeholder,
body.dark input[type=month]::placeholder,
body.dark input[type=time]::placeholder,
body.dark input[type=week]::placeholder,
body.dark input[type=datetime]::placeholder,
body.dark input[type=number]::placeholder,
body.dark input[type=email]::placeholder,
body.dark input[type=url]::placeholder,
body.dark input[type=search]::placeholder,
body.dark input[type=tel]::placeholder,
body.dark input[type=color]::placeholder {
  color: #ffffff;
}
body.light {
  background-color: #ffffff;
  color: #2e3347;
}
body.light h1,
body.light h2,
body.light h3,
body.light h4,
body.light h5,
body.light h6 {
  color: #2e3347;
}
body.light a {
  color: #2e3347;
}
body.light a:hover {
  color: #f0b56e;
}
body.light textarea,
body.light input[type=text],
body.light input[type=password],
body.light input[type=date],
body.light input[type=month],
body.light input[type=time],
body.light input[type=week],
body.light input[type=datetime],
body.light input[type=number],
body.light input[type=email],
body.light input[type=url],
body.light input[type=search],
body.light input[type=tel],
body.light input[type=color] {
  color: #2e3347;
  border-color: #2e3347;
}
body.light textarea::-moz-placeholder, body.light input[type=text]::-moz-placeholder, body.light input[type=password]::-moz-placeholder, body.light input[type=date]::-moz-placeholder, body.light input[type=month]::-moz-placeholder, body.light input[type=time]::-moz-placeholder, body.light input[type=week]::-moz-placeholder, body.light input[type=datetime]::-moz-placeholder, body.light input[type=number]::-moz-placeholder, body.light input[type=email]::-moz-placeholder, body.light input[type=url]::-moz-placeholder, body.light input[type=search]::-moz-placeholder, body.light input[type=tel]::-moz-placeholder, body.light input[type=color]::-moz-placeholder {
  color: #2e3347;
}
body.light textarea::placeholder,
body.light input[type=text]::placeholder,
body.light input[type=password]::placeholder,
body.light input[type=date]::placeholder,
body.light input[type=month]::placeholder,
body.light input[type=time]::placeholder,
body.light input[type=week]::placeholder,
body.light input[type=datetime]::placeholder,
body.light input[type=number]::placeholder,
body.light input[type=email]::placeholder,
body.light input[type=url]::placeholder,
body.light input[type=search]::placeholder,
body.light input[type=tel]::placeholder,
body.light input[type=color]::placeholder {
  color: #2e3347;
}

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: "Teachers", 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;
}
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 {
  -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 {
  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;
}

section {
  position: relative;
  overflow: hidden;
}

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

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

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

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

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

h5 {
  font-size: 24px;
  line-height: 1.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;
}
a:focus, a:hover {
  text-decoration: none;
  outline: 0;
  color: #f0b56e;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 767px) {
  .logo,
  .footer-logo {
    max-width: 150px;
  }
}
/*-- All components style -- */
/*-- 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: #fbfbff;
}

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

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #2e3347;
}

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

/* Customize the track (background) */
.wooprex-desktop-menu .desktop-menu-bottom::-webkit-scrollbar-track {
  background: #fbfbff;
}

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

/* Handle on hover */
.wooprex-desktop-menu .desktop-menu-bottom::-webkit-scrollbar-thumb:hover {
  background: #f0b56e;
}

/*-- version toggle -- */
/*-- Base: mixin & variable  -- */
.wooprex-version-toggler {
  position: relative;
  width: 52px;
  height: 52px;
}
.wooprex-version-toggler button {
  border: none;
  font-size: 18px;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  color: #ffffff;
}
.wooprex-version-toggler button.active {
  display: none;
}
.wooprex-version-toggler button i {
  display: flex;
  align-items: center;
  justify-content: center;
}

header.wooprex-header-section.sticky .wooprex-version-toggler button.dark, header.wooprex-header-section.relative .wooprex-version-toggler button.dark {
  color: #535a78;
}

@media only screen and (max-width: 575px) {
  .wooprex-version-toggler {
    width: 40px;
    height: 40px;
  }
}
/*-- 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.relative {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
header.wooprex-header-section.sticky {
  position: fixed !important;
  top: 0px;
  background-color: #2e3347;
  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 {
  cursor: pointer;
  background-color: #a09eab;
  padding: 8px;
  border: 1px solid #a09eab;
  position: relative;
  overflow: hidden;
  transition: 0.3s linear 0.1s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.wooprex-btn:before {
  display: block;
  content: "";
  background-color: #f0b56e;
  width: 200%;
  height: 200%;
  border-radius: 50%;
  position: absolute;
  top: 100%;
  transition: 0.3s linear 0.1s;
  z-index: -1;
}
.wooprex-btn:hover {
  color: #2e3347 !important;
  border-color: #f0b56e;
}
.wooprex-btn:hover:before {
  top: -50%;
}

.wooprex-btn-2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.wooprex-btn-2 span {
  color: #f0b56e;
}
.wooprex-btn-2 span.icon {
  width: 110px;
  height: 110px;
  background-color: transparent;
  border: 1px solid #f0b56e;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.wooprex-btn-2 span.icon i {
  font-size: 35px;
}
.wooprex-btn-2 span.icon:before {
  display: block;
  content: "";
  background-color: #f0b56e;
  width: 200%;
  height: 200%;
  border-radius: 50%;
  position: absolute;
  top: 100%;
  transition: 0.3s linear 0.1s;
  z-index: -1;
}
.wooprex-btn-2 span.text {
  text-transform: uppercase;
  display: block;
  margin-top: 15px;
}
.wooprex-btn-2:hover span.icon i {
  color: #2e3347;
}
.wooprex-btn-2:hover span.icon:before {
  top: -50%;
}

/* Read more btn */
/*Main button styles*/
.read-more-btn {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: start;
  width: 52px;
  height: 52px;
  text-align: center;
  text-transform: uppercase;
  text-indent: 50px;
  transition: 300ms;
  font-weight: 600;
  font-weight: 600;
  transition: all 0.3s ease;
}
.read-more-btn span {
  text-indent: 0px;
  text-wrap: nowrap;
  color: #2e3347;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.read-more-btn:before {
  content: "\f102";
  font-family: "flaticon_interior";
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  left: 0;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #febf72;
  color: #2e3347;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: end;
  padding-right: 18px;
}
.read-more-btn:hover {
  padding: 0px 25px;
  width: 150px;
}
.read-more-btn:hover span {
  opacity: 1;
  visibility: visible;
}
.read-more-btn:hover:before {
  width: 100%;
  border-radius: 64px;
}

.input-wrapper {
  position: relative;
  display: inline-block;
}
.input-wrapper .wooprex-btn {
  border-radius: 56px;
  height: 52px;
  padding: 0px 55px 0px 45px;
  border: 1px solid #febf72;
  text-transform: uppercase;
  color: #2e3347;
  background-color: #febf72;
  min-width: 190px;
  transition: all 0.3s ease;
  font-weight: 600;
}
.input-wrapper .wooprex-btn:before {
  display: none;
}
.input-wrapper:after {
  content: "\f102";
  font-family: "flaticon_interior";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #2e3347;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 45px;
  pointer-events: none;
  transition: all 0.3s ease;
  z-index: 1;
  font-size: 17px;
  font-weight: 800;
}
.input-wrapper:hover .wooprex-btn {
  background-color: transparent;
  color: #f0b56e !important;
}
.input-wrapper:hover:after {
  color: #f0b56e;
}

body.light .wooprex-btn:hover {
  color: #ffffff !important;
}
body.light .wooprex-btn-2:hover span.icon i {
  color: #ffffff;
}
body.light .read-more-btn span, body.light .read-more-btn:before {
  color: #ffffff;
}
body.light .input-wrapper .wooprex-btn {
  color: #ffffff;
}
body.light .input-wrapper:after {
  color: #ffffff;
}
body.light .input-wrapper:hover .wooprex-btn {
  color: #f0b56e !important;
}
body.light .input-wrapper:hover:after {
  color: #f0b56e;
}

/*-- footer -- */
/*-- Base: mixin & variable  -- */
footer.wooprex-footer-section {
  padding-left: calc((100% - 1300px) / 2);
  padding-bottom: 60px;
  background-image: url("../assets/images/img-026.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
footer.wooprex-footer-section:before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #1f2332;
  opacity: 0.9;
}
footer.wooprex-footer-section .shape {
  position: absolute;
  left: 0;
  bottom: 0;
}
footer.wooprex-footer-section .footer-main-wrapper {
  position: relative;
  z-index: 2;
}
footer.wooprex-footer-section .footer-main-wrapper .footer-top .footer-left {
  padding: 90px 30px 30px 0px;
}
footer.wooprex-footer-section .footer-main-wrapper .footer-top .footer-left .row .row {
  row-gap: 40px;
}
footer.wooprex-footer-section .footer-main-wrapper .footer-top .footer-left .footer-item .footer-logo {
  margin-bottom: 30px;
}
footer.wooprex-footer-section .footer-main-wrapper .footer-top .footer-left .footer-item p {
  margin-bottom: 60px;
  font-size: 14px;
  max-width: 300px;
  color: #ffffff;
}
footer.wooprex-footer-section .footer-main-wrapper .footer-top .footer-left .footer-item .wooprex-follow-us ul {
  flex-direction: row;
  gap: 30px;
}
footer.wooprex-footer-section .footer-main-wrapper .footer-top .footer-left .footer-item a.opportunity {
  color: #febf72;
  position: relative;
  padding-bottom: 3px;
  display: inline-block;
}
footer.wooprex-footer-section .footer-main-wrapper .footer-top .footer-left .footer-item a.opportunity:before {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0%;
  width: 0;
  height: 1px;
  background-color: #f0b56e;
  transition: all 0.6s ease;
}
footer.wooprex-footer-section .footer-main-wrapper .footer-top .footer-left .footer-item a.opportunity:hover:before {
  width: 100%;
}
footer.wooprex-footer-section .footer-main-wrapper .footer-top .footer-right {
  padding: 90px 220px 30px 40px;
  background: rgba(83, 90, 120, 0.7411764706);
}
footer.wooprex-footer-section .footer-main-wrapper .footer-top .footer-right > .row {
  row-gap: 40px;
}
footer.wooprex-footer-section .footer-main-wrapper .footer-top .footer-item h4 {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #ffffff;
}
footer.wooprex-footer-section .footer-main-wrapper .footer-top .footer-item h5 {
  color: #ffffff;
}
footer.wooprex-footer-section .footer-main-wrapper .footer-top .footer-item ul {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
footer.wooprex-footer-section .footer-main-wrapper .footer-top .footer-item ul li {
  color: #ffffff;
}
footer.wooprex-footer-section .footer-main-wrapper .footer-top .footer-item ul li a {
  color: #ffffff;
}
footer.wooprex-footer-section .footer-main-wrapper .footer-top .footer-item ul li a:hover {
  color: #febf72;
}
footer.wooprex-footer-section .footer-main-wrapper .footer-top .footer-item form .input-wrapper input[type=email] {
  background-color: transparent;
  border-color: #ffffff;
}
footer.wooprex-footer-section .footer-main-wrapper .footer-bottom {
  margin-top: 40px;
  padding-right: 220px;
}
footer.wooprex-footer-section .footer-main-wrapper .footer-bottom .copyright {
  height: 100%;
  display: flex;
  align-items: center;
}
footer.wooprex-footer-section .footer-main-wrapper .footer-bottom .copyright p {
  color: #ffffff;
}
footer.wooprex-footer-section .footer-main-wrapper .footer-bottom .footer-bottom-menu ul {
  display: flex;
  align-items: center;
  justify-content: end;
}
footer.wooprex-footer-section .footer-main-wrapper .footer-bottom .footer-bottom-menu ul li {
  padding: 0px 15px;
}
footer.wooprex-footer-section .footer-main-wrapper .footer-bottom .footer-bottom-menu ul li a {
  color: #ffffff;
}
footer.wooprex-footer-section .footer-main-wrapper .footer-bottom .footer-bottom-menu ul li a:hover {
  color: #febf72;
}
footer.wooprex-footer-section .footer-main-wrapper .footer-bottom .footer-bottom-menu ul li:first-child {
  padding-left: 0;
  position: relative;
}
footer.wooprex-footer-section .footer-main-wrapper .footer-bottom .footer-bottom-menu ul li:first-child:after {
  content: "";
  width: 1px;
  height: 12px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
}
footer.wooprex-footer-section .footer-main-wrapper .footer-bottom .footer-bottom-menu ul li:last-child {
  padding-right: 0;
}

/*-- nav/mega menu -- */
/*-- Base: mixin & variable  -- */
/* Wooprex menu css that applies to all section */
header.wooprex-header-section .header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header.wooprex-header-section .header-main .header-left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 100px;
}
header.wooprex-header-section .header-main .header-left .header-logo {
  width: 160px;
}
header.wooprex-header-section .header-main .header-left .header-logo a {
  display: block;
  width: 100%;
  height: 100%;
}
header.wooprex-header-section .header-main .header-left .header-logo a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
header.wooprex-header-section .header-main .header-left .header-logo a img.dark-logo {
  display: none;
}
header.wooprex-header-section .header-main .header-left .header-contact {
  max-width: 450px;
}
header.wooprex-header-section .header-main .header-left .header-contact ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}
header.wooprex-header-section .header-main .header-left .header-contact ul li {
  color: #ffffff;
}
header.wooprex-header-section .header-main .header-left .header-contact ul li a {
  display: block;
  color: #ffffff;
}
header.wooprex-header-section .header-main .header-left .header-contact ul li a:hover {
  color: #f0b56e;
}
header.wooprex-header-section .header-main .header-right {
  display: flex;
  align-items: center;
  gap: 20px;
}
header.wooprex-header-section .header-main .header-right .wooprex-follow-us {
  margin-right: 40px;
}
header.wooprex-header-section .header-main .header-right .wooprex-search-bar {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid #ffffff;
  background-color: transparent;
  border-radius: 50%;
}
header.wooprex-header-section .header-main .header-right .wooprex-search-bar i {
  color: #ffffff;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
header.wooprex-header-section .header-main .header-right .wooprex-search-bar:hover {
  border-color: #f0b56e;
}
header.wooprex-header-section .header-main .wooprex-search-box {
  background: #2e3347;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  padding: 20px 60px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
  z-index: 22;
}
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: #a09eab;
  padding: 0;
  cursor: pointer;
}
header.wooprex-header-section .header-main .wooprex-search-box input::-moz-placeholder {
  color: #febf72;
}
header.wooprex-header-section .header-main .wooprex-search-box input::placeholder {
  color: #febf72;
}
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: #febf72;
  font-size: 24px;
}
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;
}

/* Body light sticky menu */
body.light header.wooprex-header-section .header-main .wooprex-search-box {
  background: #ffffff;
}
body.light header.wooprex-header-section.sticky, body.light header.wooprex-header-section.relative {
  background-color: #ffffff;
}
body.light header.wooprex-header-section.sticky .header-main .header-left .header-logo a .white-logo, body.light header.wooprex-header-section.relative .header-main .header-left .header-logo a .white-logo {
  display: none;
}
body.light header.wooprex-header-section.sticky .header-main .header-left .header-logo a .dark-logo, body.light header.wooprex-header-section.relative .header-main .header-left .header-logo a .dark-logo {
  display: block;
}
body.light header.wooprex-header-section.sticky .header-main .header-left .header-contact ul li, body.light header.wooprex-header-section.relative .header-main .header-left .header-contact ul li {
  color: #2e3347;
}
body.light header.wooprex-header-section.sticky .header-main .header-left .header-contact ul li a, body.light header.wooprex-header-section.relative .header-main .header-left .header-contact ul li a {
  color: #2e3347;
}
body.light header.wooprex-header-section.sticky .header-main .header-left .header-contact ul li a:hover, body.light header.wooprex-header-section.relative .header-main .header-left .header-contact ul li a:hover {
  color: #f0b56e;
}
body.light header.wooprex-header-section.sticky .header-main .header-right .wooprex-follow-us ul li a, body.light header.wooprex-header-section.relative .header-main .header-right .wooprex-follow-us ul li a {
  color: #2e3347;
}
body.light header.wooprex-header-section.sticky .header-main .header-right .wooprex-follow-us ul li a:hover, body.light header.wooprex-header-section.relative .header-main .header-right .wooprex-follow-us ul li a:hover {
  color: #f0b56e;
}
body.light header.wooprex-header-section.sticky .header-main .header-right .wooprex-search-bar, body.light header.wooprex-header-section.relative .header-main .header-right .wooprex-search-bar {
  border-color: #2e3347;
}
body.light header.wooprex-header-section.sticky .header-main .header-right .wooprex-search-bar i, body.light header.wooprex-header-section.relative .header-main .header-right .wooprex-search-bar i {
  color: #2e3347;
}
body.light header.wooprex-header-section.sticky .header-main .header-right .wooprex-search-bar:hover, body.light header.wooprex-header-section.relative .header-main .header-right .wooprex-search-bar:hover {
  border-color: #ffffff;
}
body.light header.wooprex-header-section.sticky .header-main .header-right .wooprex-search-bar:hover i, body.light header.wooprex-header-section.relative .header-main .header-right .wooprex-search-bar:hover i {
  color: #ffffff;
}
body.light header.wooprex-header-section.sticky .wooprex-desktop-menu-bar, body.light header.wooprex-header-section.relative .wooprex-desktop-menu-bar {
  border-color: #2e3347;
}
body.light header.wooprex-header-section.sticky .wooprex-desktop-menu-bar .menu-icon span, body.light header.wooprex-header-section.relative .wooprex-desktop-menu-bar .menu-icon span {
  background-color: #2e3347;
}
body.light header.wooprex-header-section.sticky .wooprex-desktop-menu-bar:hover, body.light header.wooprex-header-section.relative .wooprex-desktop-menu-bar:hover {
  border-color: #f0b56e;
}
body.light header.wooprex-header-section.sticky .wooprex-desktop-menu-bar:hover .menu-icon span, body.light header.wooprex-header-section.relative .wooprex-desktop-menu-bar:hover .menu-icon span {
  background-color: #ffffff;
}
body.light header.wooprex-header-section.sticky .wooprex-mobile-menu-bar i, body.light header.wooprex-header-section.relative .wooprex-mobile-menu-bar i {
  color: #2e3347;
}

/* Desktop menu */
.wooprex-desktop-menu {
  background-color: #2e3347;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
  z-index: 9999;
  /* Main menu */
}
.wooprex-desktop-menu:before {
  content: "";
  background-image: url("../assets/images/img-0100.webp");
  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-desktop-menu.show {
  height: 100vh;
  opacity: 1;
  visibility: visible;
}
.wooprex-desktop-menu a,
.wooprex-desktop-menu p,
.wooprex-desktop-menu h5 {
  color: #ffffff;
}
.wooprex-desktop-menu .desktop-menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 120px;
  position: relative;
  z-index: 3;
}
.wooprex-desktop-menu .desktop-menu-header .header-logo .logo {
  display: block;
  width: 100%;
  height: 100%;
}
.wooprex-desktop-menu .desktop-menu-header .header-logo .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-desktop-menu .desktop-menu-header .desktop-menu-bar-close {
  cursor: pointer;
}
.wooprex-desktop-menu .desktop-menu-header .desktop-menu-bar-close i {
  font-size: 35px;
  color: #ffffff;
}
.wooprex-desktop-menu .desktop-menu-header .desktop-menu-bar-close:hover i {
  animation: wooprexDraw 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}
.wooprex-desktop-menu .desktop-menu-bottom {
  width: 100%;
  height: 100%;
  padding-left: calc((100% - 1000px) / 2);
  padding-right: 120px;
  display: flex;
  align-items: start;
  justify-content: space-between;
  position: absolute;
  top: 0px;
  padding-top: 160px;
  padding-bottom: 60px;
  overflow-y: auto;
  transition: all 0.6s ease;
}
.wooprex-desktop-menu .desktop-menu-bottom .wooprex-right {
  display: flex;
  align-items: start;
  justify-content: space-between;
  height: 100%;
  z-index: 2;
  position: relative;
  width: 700px;
  max-width: 100%;
}
.wooprex-desktop-menu .desktop-menu-bottom .wooprex-right h5 {
  text-transform: uppercase;
  margin-bottom: 30px;
  position: relative;
  padding-right: 50px;
  display: inline-block;
  color: #ffffff;
}
.wooprex-desktop-menu .desktop-menu-bottom .wooprex-right h5:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  width: 35px;
  height: 1px;
  background-color: #ffffff;
}
.wooprex-desktop-menu .desktop-menu-bottom .wooprex-right .right-menu,
.wooprex-desktop-menu .desktop-menu-bottom .wooprex-right .location {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
  width: 33%;
}
.wooprex-desktop-menu .desktop-menu-bottom .wooprex-right .right-menu .item ul li,
.wooprex-desktop-menu .desktop-menu-bottom .wooprex-right .location .item ul li {
  font-size: 18px;
  font-weight: 300;
  color: #ffffff;
  padding: 5px 0px;
}
.wooprex-desktop-menu .desktop-menu-bottom .wooprex-right .right-menu .item ul li a,
.wooprex-desktop-menu .desktop-menu-bottom .wooprex-right .location .item ul li a {
  color: #ffffff;
}
.wooprex-desktop-menu .desktop-menu-bottom .wooprex-right .right-menu .item ul li a:hover,
.wooprex-desktop-menu .desktop-menu-bottom .wooprex-right .location .item ul li a:hover {
  color: #f0b56e;
}
.wooprex-desktop-menu .wooprex-main-menu {
  position: relative;
  z-index: 2;
  line-height: 1;
}
.wooprex-desktop-menu .wooprex-main-menu ul.box-nav li.menu-item {
  padding-bottom: 50px;
}
.wooprex-desktop-menu .wooprex-main-menu ul.box-nav li.menu-item:last-child {
  padding-bottom: 0;
}
.wooprex-desktop-menu .wooprex-main-menu ul.box-nav li.menu-item.active a.item-link, .wooprex-desktop-menu .wooprex-main-menu ul.box-nav li.menu-item:hover a.item-link {
  color: #f0b56e;
}
.wooprex-desktop-menu .wooprex-main-menu ul.box-nav li.menu-item.active a.item-link:before, .wooprex-desktop-menu .wooprex-main-menu ul.box-nav li.menu-item:hover a.item-link:before {
  opacity: 1;
  visibility: visible;
}
.wooprex-desktop-menu .wooprex-main-menu ul.box-nav li.menu-item a.item-link {
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 5px;
  color: #ffffff;
}
.wooprex-desktop-menu .wooprex-main-menu ul.box-nav li.menu-item a.item-link i {
  line-height: 0px;
  font-size: 26px;
  position: relative;
  top: 3px;
  transition: all 0.3s ease;
}
.wooprex-desktop-menu .wooprex-main-menu ul.box-nav li.menu-item a.item-link.link-active i {
  transform: rotate(-180deg);
}
.wooprex-desktop-menu .wooprex-main-menu ul.box-nav li.menu-item a.item-link:hover {
  color: #f0b56e;
}
.wooprex-desktop-menu .wooprex-main-menu ul.box-nav li.menu-item ul.sub-menu {
  margin-top: 20px;
}
.wooprex-desktop-menu .wooprex-main-menu ul.box-nav li.menu-item ul.sub-menu ul.sub-menu {
  margin-top: 5px;
}
.wooprex-desktop-menu .wooprex-main-menu ul.box-nav li.menu-item ul.sub-menu ul.sub-menu li {
  padding: 0px 10px;
}
.wooprex-desktop-menu .wooprex-main-menu ul.box-nav li.menu-item ul.sub-menu li:hover > a.sub-menu-link, .wooprex-desktop-menu .wooprex-main-menu ul.box-nav li.menu-item ul.sub-menu li.active > a.sub-menu-link {
  color: #f0b56e;
}
.wooprex-desktop-menu .wooprex-main-menu ul.box-nav li.menu-item ul.sub-menu li:hover > a.sub-menu-link:before, .wooprex-desktop-menu .wooprex-main-menu ul.box-nav li.menu-item ul.sub-menu li.active > a.sub-menu-link:before {
  left: 18px;
  opacity: 1;
  visibility: visible;
}
.wooprex-desktop-menu .wooprex-main-menu ul.box-nav li.menu-item ul.sub-menu li a.sub-menu-link {
  font-size: 18px;
  line-height: 1.8em;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 5px;
}
.wooprex-desktop-menu .wooprex-main-menu ul.box-nav li.menu-item ul.sub-menu li a.sub-menu-link i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: all 0.3s ease;
}
.wooprex-desktop-menu .wooprex-main-menu ul.box-nav li.menu-item ul.sub-menu li a.sub-menu-link:hover {
  color: #f0b56e;
}
.wooprex-desktop-menu .wooprex-main-menu ul.box-nav li.menu-item ul.sub-menu li a.sub-menu-link.link-active i {
  transform: rotate(-180deg);
}
.wooprex-desktop-menu .shape-one {
  position: absolute;
  top: 0%;
  right: 0%;
  pointer-events: none;
  z-index: -1;
}

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

body.light .wooprex-mobile-menu {
  background-color: #ffffff;
}
body.light .wooprex-mobile-menu ul.box-nav li.menu-item a.item-link {
  color: #2e3347;
}
body.light .wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu li a.sub-menu-link {
  color: #2e3347;
}

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

.wooprex-desktop-menu-bar,
.wooprex-mobile-menu-bar {
  width: 52px;
  height: 52px;
  cursor: pointer;
  border: 1px solid #ffffff;
  border-radius: 50%;
}

.wooprex-desktop-menu-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background-color: transparent;
}
.wooprex-desktop-menu-bar .menu-icon {
  width: 30px;
  height: 30px;
  padding: 7px 4px;
  display: flex;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  transform: scaleX(-1);
  transition: 0.4s;
}
.wooprex-desktop-menu-bar .menu-icon span {
  width: 50%;
  height: 2px;
  background-color: #ffffff;
  transition: width 0.4s, transform 0.4s;
}
.wooprex-desktop-menu-bar .menu-icon span:nth-child(1) {
  width: 100%;
}
.wooprex-desktop-menu-bar .menu-icon span:nth-child(2) {
  width: 75%;
}
.wooprex-desktop-menu-bar:hover {
  border-color: #f0b56e;
}
.wooprex-desktop-menu-bar:hover .menu-icon {
  transform: scaleX(-1) rotate(90deg);
}
.wooprex-desktop-menu-bar:hover .menu-icon span {
  width: 2px;
  transform: translateX(10px);
}

.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: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.light .mobile-menu-bar-close i {
  color: #2e3347;
}

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

/*-- heading/subheading -- */
/*-- Base: mixin & variable  -- */
.section-header {
  position: absolute;
  top: 150px;
}
.section-header.left {
  left: 70px;
}
.section-header.right {
  right: 70px;
}

.sub-header {
  font-size: 16px;
  font-weight: 500;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: scale(-1);
}
.sub-header:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(-1);
  bottom: 130%;
  height: 180px;
  border: 1px solid;
  border-image-source: linear-gradient(180deg, #ffffff 0%, rgba(0, 0, 0, 0) 100%);
  border-image-slice: 1;
}

.header {
  font-size: 120px;
  margin-bottom: 80px;
  max-width: 1080px;
  text-transform: uppercase;
  line-height: 1em;
  letter-spacing: -1px;
}

.single-header {
  font-size: 200px;
  color: #353b51 !important;
  font-weight: 700;
  text-wrap: nowrap;
  text-transform: uppercase;
  line-height: 1em;
  max-width: 920px;
  margin-left: auto;
  text-align: right;
  padding-left: 20px;
}

body.light .sub-header:after {
  border-image-source: linear-gradient(180deg, #2e3347 0%, rgba(0, 0, 0, 0) 100%);
}
body.light .single-header {
  color: #e6e6e9 !important;
}

/*-- Breadcrumb -- */
/*-- Base: mixin & variable  -- */
section.wooprex-breadcrumb-section {
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
section.wooprex-breadcrumb-section .breadcrumb-text {
  position: absolute;
  bottom: 25%;
  left: calc((100% - 1300px) / 2);
  z-index: 2;
}
section.wooprex-breadcrumb-section .breadcrumb-text a {
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
}
section.wooprex-breadcrumb-section .breadcrumb-text a:hover {
  color: #febf72;
}
section.wooprex-breadcrumb-section .breadcrumb-text h3 {
  font-size: 100px;
  letter-spacing: -1px;
  color: #ffffff;
}
section.wooprex-breadcrumb-section:before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: radial-gradient(83.33% 135.27% at 11.82% 16.67%, rgba(60, 66, 86, 0.18) 0%, rgba(60, 66, 86, 0.9) 100%);
  z-index: 1;
}
section.wooprex-breadcrumb-section.about {
  background-image: url("../assets/images/img-07.webp");
}
section.wooprex-breadcrumb-section.service {
  background-image: url("../assets/images/img-014.webp");
}
section.wooprex-breadcrumb-section.service-details {
  background-image: url("../assets/images/img-039.webp");
}
section.wooprex-breadcrumb-section.blog {
  background-image: url("../assets/images/img-093.webp");
}
section.wooprex-breadcrumb-section.blog-details {
  background-image: url("../assets/images/img-064.webp");
}
section.wooprex-breadcrumb-section.project {
  background-image: url("../assets/images/img-098.webp");
}
section.wooprex-breadcrumb-section.project-details {
  background-image: url("../assets/images/img-07.webp");
}
section.wooprex-breadcrumb-section.contact {
  background-image: url("../assets/images/img-047.webp");
}
section.wooprex-breadcrumb-section.team-one {
  background-image: url("../assets/images/img-098.webp");
}
section.wooprex-breadcrumb-section.team-two {
  background-image: url("../assets/images/img-07.webp");
}
section.wooprex-breadcrumb-section.team-details {
  background-image: url("../assets/images/img-07.webp");
}
section.wooprex-breadcrumb-section.faq {
  background-image: url("../assets/images/img-047.webp");
}
section.wooprex-breadcrumb-section.pricing {
  background-image: url("../assets/images/img-07.webp");
}

/*-- slider -- */
/*-- Base: mixin & variable  -- */
.wooprex-swiper-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.wooprex-swiper-navigation .swiper-button-prev,
.wooprex-swiper-navigation .swiper-button-next {
  position: sticky;
  top: inherit;
  left: inherit;
  right: inherit;
  margin: 0;
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.1019607843);
  border-radius: 50%;
  border: 1px solid #a09eab;
  overflow: hidden;
  transition: all 0.3s ease;
}
.wooprex-swiper-navigation .swiper-button-prev:after,
.wooprex-swiper-navigation .swiper-button-next:after {
  font-family: "flaticon_interior";
  color: #ffffff;
  font-size: 26px;
  transition: all 0.3s ease;
}
.wooprex-swiper-navigation .swiper-button-prev:before,
.wooprex-swiper-navigation .swiper-button-next:before {
  display: block;
  content: "";
  background-color: #f0b56e;
  width: 200%;
  height: 200%;
  border-radius: 50%;
  position: absolute;
  top: 100%;
  transition: 0.3s linear 0.1s;
  z-index: -1;
}
.wooprex-swiper-navigation .swiper-button-prev:hover,
.wooprex-swiper-navigation .swiper-button-next:hover {
  border-color: #f0b56e;
}
.wooprex-swiper-navigation .swiper-button-prev:hover:before,
.wooprex-swiper-navigation .swiper-button-next:hover:before {
  top: -50%;
}
.wooprex-swiper-navigation .swiper-button-prev:hover:after,
.wooprex-swiper-navigation .swiper-button-next:hover:after {
  color: #2e3347;
}
.wooprex-swiper-navigation .swiper-button-prev:after {
  content: "\f117";
}
.wooprex-swiper-navigation .swiper-button-next:after {
  content: "\f102";
}

body.light .wooprex-swiper-navigation .swiper-button-prev:after,
body.light .wooprex-swiper-navigation .swiper-button-next:after {
  color: #2e3347;
}
body.light .wooprex-swiper-navigation .swiper-button-prev:hover:after,
body.light .wooprex-swiper-navigation .swiper-button-next:hover:after {
  color: #ffffff;
}
body.light section.wooprex-banner-section .wooprex-swiper-navigation .swiper-button-prev:after,
body.light section.wooprex-banner-section .wooprex-swiper-navigation .swiper-button-next:after {
  color: #ffffff;
}

.wooprex-swiper-pagination .swiper-pagination span.swiper-pagination-current {
  font-size: 48px;
}

/* BANNER SLIDER */
section.wooprex-banner-section .wooprex-swiper-pagination {
  position: absolute;
  z-index: 333;
  left: 70px;
  bottom: 25%;
  z-index: 1;
}
section.wooprex-banner-section .wooprex-swiper-pagination .swiper-pagination {
  position: static;
  text-align: left;
}
section.wooprex-banner-section .wooprex-swiper-pagination .swiper-pagination i {
  color: #ffffff;
}
section.wooprex-banner-section .wooprex-swiper-pagination .swiper-pagination span {
  display: block;
  line-height: 1.2em;
}
section.wooprex-banner-section .wooprex-swiper-pagination .swiper-pagination .swiper-pagination-current {
  font-size: 60px;
  -webkit-text-stroke: 1px #ffffff;
  -webkit-text-fill-color: transparent;
}
section.wooprex-banner-section .wooprex-swiper-pagination .swiper-pagination .swiper-pagination-total {
  display: block;
  font-size: 30px;
  -webkit-text-stroke: 1px #ffffff;
  -webkit-text-fill-color: transparent;
}
section.wooprex-banner-section .wooprex-swiper-navigation {
  position: absolute;
  top: 40%;
  right: 70px;
}

/* Ordinary section */
section.wooprex-ordinary-section .wooprex-swiper-navigation {
  justify-content: start;
}

/* Swiper nav and pagination wrapper */
.wooprex-swiper-nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 35px;
}
.wooprex-swiper-nav-wrapper .wooprex-swiper-pagination .swiper-pagination {
  position: static;
}
.wooprex-swiper-nav-wrapper .wooprex-swiper-pagination .swiper-pagination span {
  display: inline-block;
  line-height: 1em;
  transition: all 0.3s ease;
}

/* Testimonial section one */
section.wooprex-testimonial-section-one .wooprex-swiper-nav-wrapper .wooprex-swiper-pagination .swiper-pagination {
  color: #2e3347;
}
section.wooprex-testimonial-section-one .wooprex-swiper-nav-wrapper .wooprex-swiper-pagination .swiper-pagination span {
  color: #2e3347;
}
section.wooprex-testimonial-section-one .wooprex-swiper-nav-wrapper .wooprex-swiper-pagination .swiper-pagination span.swiper-pagination-current {
  font-size: 48px;
}
section.wooprex-testimonial-section-one .wooprex-swiper-nav-wrapper .wooprex-swiper-navigation .swiper-button-prev:after,
section.wooprex-testimonial-section-one .wooprex-swiper-nav-wrapper .wooprex-swiper-navigation .swiper-button-next:after {
  color: #2e3347;
}
section.wooprex-testimonial-section-one .wooprex-swiper-nav-wrapper .wooprex-swiper-navigation .swiper-button-prev:before,
section.wooprex-testimonial-section-one .wooprex-swiper-nav-wrapper .wooprex-swiper-navigation .swiper-button-next:before {
  background-color: #2e3347;
}
section.wooprex-testimonial-section-one .wooprex-swiper-nav-wrapper .wooprex-swiper-navigation .swiper-button-prev:hover,
section.wooprex-testimonial-section-one .wooprex-swiper-nav-wrapper .wooprex-swiper-navigation .swiper-button-next:hover {
  border-color: #2e3347;
}
section.wooprex-testimonial-section-one .wooprex-swiper-nav-wrapper .wooprex-swiper-navigation .swiper-button-prev:hover:after,
section.wooprex-testimonial-section-one .wooprex-swiper-nav-wrapper .wooprex-swiper-navigation .swiper-button-next:hover:after {
  color: #ffffff;
}

/* Wooprex supply section */
section.wooprex-supply-section .wooprex-swiper-nav-wrapper {
  margin: 0 auto;
  margin-top: 35px;
  max-width: 1320px;
}
section.wooprex-supply-section .wooprex-swiper-nav-wrapper .wooprex-swiper-pagination .swiper-pagination span {
  display: block;
  font-size: 20px;
  line-height: 1.4em;
}
section.wooprex-supply-section .wooprex-swiper-nav-wrapper .wooprex-swiper-pagination .swiper-pagination span.swiper-pagination-current {
  font-size: 36px;
}

/* Wooprex related slider*/
section.wooprex-related-blog-section .wooprex-swiper-navigation {
  margin-top: 50px;
}

/*-- Follow us -- */
/*-- Base: mixin & variable  -- */
.wooprex-follow-us ul {
  display: flex;
  gap: 40px;
}
.wooprex-follow-us ul li a {
  color: #ffffff;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.wooprex-follow-us ul li a:hover {
  transform: scale(1.4);
  color: #f0b56e;
}
.wooprex-follow-us ul li a i {
  display: flex;
  align-items: center;
  justify-content: center;
}

/*-- counter -- */
/*-- Base: mixin & variable  -- */
section.wooprex-counter-section .wooprex-counter .wooprex-counter-item {
  text-align: center;
}
section.wooprex-counter-section .wooprex-counter .wooprex-counter-item h4 {
  font-size: 128px;
  color: #febf72;
  font-weight: 400;
}
section.wooprex-counter-section .shape {
  position: absolute;
  bottom: 0%;
  left: 0%;
  height: 680px;
  z-index: -1;
}

/*-- service item -- */
/*-- Base: mixin & variable  -- */
.wooprex-service-item span {
  display: inline-block;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2e3347;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.wooprex-service-item span i {
  font-size: 30px;
  color: #f0b56e;
  transition: all 0.3s ease;
}
.wooprex-service-item h3 {
  font-size: 24px;
  margin: 15px 0px 10px 0px;
}
.wooprex-service-item h3 a {
  color: #f0b56e;
}
.wooprex-service-item h3 a:hover {
  color: #ffffff !important;
}
.wooprex-service-item p {
  max-width: 350px;
}
.wooprex-service-item:hover span {
  background-color: #febf72;
}
.wooprex-service-item:hover span i {
  color: #2e3347;
}
.wooprex-service-item:hover h3 a {
  color: #ffffff;
}

/* About service */
section.wooprex-about-service-section .wooprex-service-item {
  padding-right: 50px;
}
section.wooprex-about-service-section .wooprex-service-item span {
  background-color: #292d40;
}
section.wooprex-about-service-section .wooprex-service-item:hover span {
  background-color: #febf72;
}

body.light .wooprex-service-item p {
  color: #ffffff;
}
body.light section.wooprex-about-service-section .wooprex-service-item h3 a,
body.light section.wooprex-about-service-section .wooprex-service-item p {
  color: #2e3347;
}
body.light section.wooprex-about-service-section .wooprex-service-item:hover h3 a {
  color: #f0b56e !important;
}

/*-- blog item -- */
/*-- Base: mixin & variable  -- */
section.wooprex-latest-blog-section .latest-blog-wrapper .row > * {
  padding: 0px 20px;
}

.wooprex-blog-item {
  height: 100%;
}
.wooprex-blog-item .blog-image {
  height: 450px;
  overflow: hidden;
}
.wooprex-blog-item .blog-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.wooprex-blog-item .blog-image a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-blog-item .blog-description {
  margin-top: 40px;
  max-width: 500px;
}
.wooprex-blog-item .blog-description h3 {
  font-size: 24px;
  margin-bottom: 30px;
}
.wooprex-blog-item .blog-description h3 a:hover {
  color: #febf72;
}
.wooprex-blog-item .blog-description p {
  margin-bottom: 40px;
}
.wooprex-blog-item:hover .blog-image a img {
  transform: scale(1.05);
}

/*-- news letter -- */
/*-- Base: mixin & variable  -- */
section.wooprex-news-letter-section .news-letter-main-wrapper {
  padding: 80px;
  text-align: center;
  background-image: url("../assets/images/img-018.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
section.wooprex-news-letter-section .news-letter-main-wrapper:before {
  content: "";
  background-color: #3c4256;
  opacity: 0.92;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}
section.wooprex-news-letter-section .news-letter-main-wrapper form {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
}
section.wooprex-news-letter-section .news-letter-main-wrapper form h3 {
  margin-bottom: 15px;
  text-transform: uppercase;
}
section.wooprex-news-letter-section .news-letter-main-wrapper form p {
  max-width: 500px;
  margin: 0px auto;
  margin-bottom: 40px;
}

body.light section.wooprex-news-letter-section .news-letter-main-wrapper:before {
  background-color: #ffffff;
}

/*-- Partner -- */
/*-- Base: mixin & variable  -- */
section.wooprex-partner-section .partner-main {
  position: relative;
}
section.wooprex-partner-section .partner-main:before, section.wooprex-partner-section .partner-main:after {
  content: "";
  position: absolute;
  top: 0%;
  height: 100%;
  width: 15%;
  background: linear-gradient(269.72deg, #2e3347 11.05%, rgba(46, 51, 71, 0) 99.78%);
  z-index: 2;
}
section.wooprex-partner-section .partner-main:before {
  left: 0;
  transform: scale(-1);
}
section.wooprex-partner-section .partner-main:after {
  right: 0;
}
section.wooprex-partner-section .partner-main .swiper-slide {
  text-align: center;
}

body.light section.wooprex-partner-section .partner-main:before, body.light section.wooprex-partner-section .partner-main:after {
  background: linear-gradient(269.72deg, #ffffff 11.05%, rgba(255, 255, 255, 0) 99.78%);
}

/*-- team -- */
/*-- Base: mixin & variable  -- */
section.wooprex-team-section-one {
  overflow: visible;
}
section.wooprex-team-section-one .header {
  font-size: 90px;
}
section.wooprex-team-section-one .team-main-wrapper {
  position: relative;
  background: #252a3c;
  margin-right: calc((100% - 1300px) / 2);
}
section.wooprex-team-section-one .team-main-wrapper .section-header {
  display: none;
}
section.wooprex-team-section-one .team-main-wrapper:before {
  content: "";
  background-image: url("../assets/images/img-0103.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
section.wooprex-team-section-one .team-main-wrapper .container {
  margin-right: 0;
  z-index: 2;
  position: relative;
  padding-right: 50px;
}
section.wooprex-team-section-one .team-main-wrapper .container .row > * {
  padding: 0px 16px;
}
section.wooprex-team-section-one .shape {
  position: absolute;
  right: 140px;
  top: 0;
}

.wooprex-team-item.style-1 .team-top {
  height: 285px;
  position: relative;
}
.wooprex-team-item.style-1 .team-top .top-image {
  height: 100%;
  overflow: hidden;
}
.wooprex-team-item.style-1 .team-top .top-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.wooprex-team-item.style-1 .team-top .top-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-team-item.style-1 .team-top .wooprex-follow-us {
  position: absolute;
  bottom: 0px;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #2e3347;
  padding: 20px 0px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
}
.wooprex-team-item.style-1 .team-top .wooprex-follow-us ul {
  justify-content: center;
  gap: 30px;
}
.wooprex-team-item.style-1 .team-top .wooprex-follow-us ul li a {
  color: #febf72;
}
.wooprex-team-item.style-1 .team-description {
  text-align: center;
  margin-top: 40px;
}
.wooprex-team-item.style-1 .team-description h4 {
  font-size: 18px;
  margin-bottom: 10px;
}
.wooprex-team-item.style-1:hover .team-top .top-image img {
  transform: scale(1.1);
}
.wooprex-team-item.style-1:hover .team-top .wooprex-follow-us {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}
.wooprex-team-item.style-1:hover .team-description a {
  color: #febf72;
}

/* Team section 2*/
section.wooprex-team-section-two .header {
  font-size: 60px;
  max-width: 700px;
  line-height: 1.1em;
}
section.wooprex-team-section-two .section-header {
  top: 0;
}

.wooprex-team-item.style-2 {
  height: 515px;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.6s ease;
}
.wooprex-team-item.style-2 .team-image {
  height: 70%;
  overflow: hidden;
  position: relative;
  z-index: 2;
  order: 2;
}
.wooprex-team-item.style-2 .team-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.wooprex-team-item.style-2 .team-image a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  padding: 0px 40px;
  filter: grayscale(1);
}
.wooprex-team-item.style-2 .team-description {
  text-align: center;
  width: 100%;
  padding: 35px 20px 0px 20px;
  transition: transform 0.4s ease-out;
  transform: translateY(30px);
}
.wooprex-team-item.style-2 .team-description h4 {
  font-size: 18px;
  margin-bottom: 5px;
}
.wooprex-team-item.style-2 .team-description h4 a,
.wooprex-team-item.style-2 .team-description p a {
  color: #2e3347;
}
.wooprex-team-item.style-2 .team-description .wooprex-follow-us {
  background-color: #2e3347;
  border-radius: 77px;
  padding: 16px;
  margin: 0 auto;
  margin-top: 20px;
  max-width: 200px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
}
.wooprex-team-item.style-2 .team-description .wooprex-follow-us ul {
  justify-content: space-between;
  gap: 20px;
}
.wooprex-team-item.style-2 .team-description .wooprex-follow-us ul li a {
  font-size: 17px;
  color: #febf72;
}
.wooprex-team-item.style-2:hover {
  background-color: #febf72;
}
.wooprex-team-item.style-2:hover .team-image a img {
  filter: grayscale(0);
}
.wooprex-team-item.style-2:hover .team-description {
  transform: translateY(0);
}
.wooprex-team-item.style-2:hover .team-description .wooprex-follow-us {
  opacity: 1;
  visibility: visible;
}

body.light section.wooprex-team-section-one .team-main-wrapper {
  background-color: #ffffff;
}
body.light .wooprex-team-item.style-1 .team-top .wooprex-follow-us {
  background-color: #ffffff;
}
body.light .wooprex-team-item.style-2 {
  background-color: #f9f9ff;
}
body.light .wooprex-team-item.style-2:hover {
  background-color: #f0b56e;
}

/*-- testimonial -- */
/*-- Base: mixin & variable  -- */
section.wooprex-testimonial-section-one {
  height: 85vh;
}
section.wooprex-testimonial-section-one img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-testimonial-section-one .testimonial-slider-wrapper {
  background: #ffffff;
  padding: 50px 100px;
  width: 1042px;
  max-width: 100%;
  margin-left: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 26.5%;
  z-index: 3;
}
section.wooprex-testimonial-section-one .testimonial-slider-wrapper h4,
section.wooprex-testimonial-section-one .testimonial-slider-wrapper p {
  color: #2e3347;
}
section.wooprex-testimonial-section-one .testimonial-slider-wrapper .testimonial-slider-item p {
  font-size: 48px;
  line-height: 1.1em;
}
section.wooprex-testimonial-section-one .testimonial-slider-wrapper .testimonial-slider-item .client {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 15px;
  padding-left: 25px;
  border-left: 1px solid #afafdc;
  margin-top: 10px;
  max-width: 300px;
  float: right;
}
section.wooprex-testimonial-section-one .testimonial-slider-wrapper .testimonial-slider-item .client .client-image {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  overflow: hidden;
}
section.wooprex-testimonial-section-one .testimonial-slider-wrapper .testimonial-slider-item .client .client-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-testimonial-section-one .testimonial-slider-wrapper .testimonial-slider-item .client .client-details h4 {
  font-size: 24px;
  font-weight: 400;
}
section.wooprex-testimonial-section-one .testimonial-slider-wrapper .testimonial-slider-item .client .client-details h5 {
  font-size: 14px;
  font-weight: 400;
  color: #4b5563;
}

section.wooprex-testimonial-section-two {
  background-color: #272c3d;
}
section.wooprex-testimonial-section-two .testimonial-main-wrapper {
  padding-left: calc((100% - 1300px) / 2);
}
section.wooprex-testimonial-section-two .testimonial-main-wrapper .testimonial-slider-wrapper {
  padding-right: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
section.wooprex-testimonial-section-two .testimonial-main-wrapper .testimonial-slider-wrapper .testimonial-slider-main .quote {
  margin-bottom: 70px;
}
section.wooprex-testimonial-section-two .testimonial-main-wrapper .testimonial-slider-wrapper .testimonial-slider-main .testimonial-slider-item p {
  font-size: 40px;
  line-height: 1.1em;
}
section.wooprex-testimonial-section-two .testimonial-main-wrapper .testimonial-slider-wrapper .testimonial-slider-main .testimonial-slider-item .client {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 15px;
  margin-top: 70px;
}
section.wooprex-testimonial-section-two .testimonial-main-wrapper .testimonial-slider-wrapper .testimonial-slider-main .testimonial-slider-item .client .client-image {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  overflow: hidden;
}
section.wooprex-testimonial-section-two .testimonial-main-wrapper .testimonial-slider-wrapper .testimonial-slider-main .testimonial-slider-item .client .client-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-testimonial-section-two .testimonial-main-wrapper .testimonial-slider-wrapper .testimonial-slider-main .testimonial-slider-item .client .client-details h4 {
  font-size: 24px;
  font-weight: 400;
}
section.wooprex-testimonial-section-two .testimonial-main-wrapper .testimonial-slider-wrapper .testimonial-slider-main .testimonial-slider-item .client .client-details h5 {
  font-size: 14px;
  font-weight: 400;
}
section.wooprex-testimonial-section-two .testimonial-main-wrapper .testimonial-right-image {
  height: 100%;
}
section.wooprex-testimonial-section-two .testimonial-main-wrapper .testimonial-right-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body.light section.wooprex-testimonial-section-two {
  background-color: #f9f9ff;
}

/*-- form -- */
/*-- Base: mixin & variable  -- */
section.wooprex-contact-section .contact-form h3 {
  margin-bottom: 40px;
}
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] {
  font-weight: 400;
  transition: all 0.3s ease;
}
section.wooprex-contact-section .contact-form form textarea:focus,
section.wooprex-contact-section .contact-form form input[type=text]:focus,
section.wooprex-contact-section .contact-form form input[type=email]:focus {
  border-color: #f0b56e;
}
section.wooprex-contact-section .contact-form form label {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  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 #ffffff;
  background-color: transparent;
  cursor: pointer;
  border-radius: 4px;
  position: relative;
  padding: 0;
}
section.wooprex-contact-section .contact-form form label input:checked {
  background-color: #f0b56e;
  border-color: #f0b56e;
}
section.wooprex-contact-section .contact-form form label input:checked::before {
  content: "✔";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #2e3347;
}
section.wooprex-contact-section .contact-form form label span {
  width: 100%;
}
section.wooprex-contact-section .contact-form form .input-wrapper {
  margin-top: 20px;
}

section.wooprex-news-letter-section form .input-box-wrapper,
footer.wooprex-footer-section .footer-item form .input-box-wrapper {
  position: relative;
}
section.wooprex-news-letter-section form .input-box-wrapper input[type=email],
footer.wooprex-footer-section .footer-item form .input-box-wrapper input[type=email] {
  border-radius: 48px;
  background-color: #535a78;
  color: #ffffff;
  border: none;
  padding-right: 60px;
  padding-left: 20px;
}
section.wooprex-news-letter-section form .input-box-wrapper input[type=email]::-moz-placeholder, footer.wooprex-footer-section .footer-item form .input-box-wrapper input[type=email]::-moz-placeholder {
  color: #bdc1d4;
}
section.wooprex-news-letter-section form .input-box-wrapper input[type=email]::placeholder,
footer.wooprex-footer-section .footer-item form .input-box-wrapper input[type=email]::placeholder {
  color: #bdc1d4;
}
section.wooprex-news-letter-section form .input-box-wrapper .button-wrapper,
footer.wooprex-footer-section .footer-item form .input-box-wrapper .button-wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #febf72;
}
section.wooprex-news-letter-section form .input-box-wrapper .button-wrapper input[type=button],
footer.wooprex-footer-section .footer-item form .input-box-wrapper .button-wrapper input[type=button] {
  width: 100%;
  height: 100%;
  border: none;
  background-color: transparent;
}
section.wooprex-news-letter-section form .input-box-wrapper .button-wrapper:before,
footer.wooprex-footer-section .footer-item form .input-box-wrapper .button-wrapper:before {
  content: "\f102";
  font-family: "flaticon_interior";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #2e3347;
  pointer-events: none;
  font-size: 20px;
  transition: all 0.3s ease;
}
section.wooprex-news-letter-section form .input-box-wrapper .button-wrapper:after,
footer.wooprex-footer-section .footer-item form .input-box-wrapper .button-wrapper:after {
  display: block;
  content: "";
  background-color: #2e3347;
  width: 200%;
  height: 200%;
  border-radius: 50%;
  position: absolute;
  top: 100%;
  left: -50%;
  transition: 0.3s linear 0.1s;
  z-index: -1;
}
section.wooprex-news-letter-section form .input-box-wrapper .button-wrapper:hover:before,
footer.wooprex-footer-section .footer-item form .input-box-wrapper .button-wrapper:hover:before {
  color: #ffffff;
}
section.wooprex-news-letter-section form .input-box-wrapper .button-wrapper:hover:after,
footer.wooprex-footer-section .footer-item form .input-box-wrapper .button-wrapper:hover:after {
  top: -50%;
}

/* Comment form */
.comment-form input[type=text],
.comment-form input[type=email],
.comment-form textarea {
  padding: 20px;
  border-color: #a09eab;
  border-radius: 0px;
  color: #fbfbff;
  font-size: 16px;
}
.comment-form input[type=text]::-moz-placeholder, .comment-form input[type=email]::-moz-placeholder, .comment-form textarea::-moz-placeholder {
  color: #fbfbff;
  font-size: 16px;
}
.comment-form input[type=text]::placeholder,
.comment-form input[type=email]::placeholder,
.comment-form textarea::placeholder {
  color: #fbfbff;
  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: #f0b56e;
  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 #ffffff;
  background-color: transparent;
  cursor: pointer;
  border-radius: 4px;
  position: relative;
}
.comment-form .comment-form-cookies-consent input:checked {
  background-color: #f0b56e;
  border-color: #f0b56e;
}
.comment-form .comment-form-cookies-consent input:checked::before {
  content: "✔";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #2e3347;
}
.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;
}

body.light section.wooprex-contact-section .contact-form form label input {
  border-color: #2e3347;
}
body.light section.wooprex-contact-section .contact-form form label input:checked {
  border-color: #f0b56e;
}
body.light section.wooprex-contact-section .contact-form form label input:checked::before {
  color: #ffffff;
}
body.light section.wooprex-news-letter-section form .input-box-wrapper input[type=email],
body.light footer.wooprex-footer-section .footer-item form .input-box-wrapper input[type=email] {
  background-color: #ffffff;
  color: #535a78;
}
body.light section.wooprex-news-letter-section form .input-box-wrapper input[type=email]::-moz-placeholder, body.light footer.wooprex-footer-section .footer-item form .input-box-wrapper input[type=email]::-moz-placeholder {
  color: #535a78;
}
body.light section.wooprex-news-letter-section form .input-box-wrapper input[type=email]::placeholder,
body.light footer.wooprex-footer-section .footer-item form .input-box-wrapper input[type=email]::placeholder {
  color: #535a78;
}
body.light section.wooprex-news-letter-section form .input-box-wrapper .button-wrapper:before,
body.light footer.wooprex-footer-section .footer-item form .input-box-wrapper .button-wrapper:before {
  color: #ffffff;
}
body.light .comment-form .comment-form-cookies-consent input[type=checkbox] {
  border: 1px solid #2e3347;
}
body.light .comment-form .comment-form-cookies-consent input:checked {
  background-color: #f0b56e;
  border-color: #f0b56e;
}
body.light .comment-form .comment-form-cookies-consent input:checked::before {
  color: #ffffff;
}

/*-- popup -- */
/*-- Base: mixin & variable  -- */
section.wooprex-popup-section {
  height: 730px;
}
section.wooprex-popup-section img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-popup-section:before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: radial-gradient(83.33% 135.27% at 11.82% 16.67%, rgba(60, 66, 86, 0.18) 0%, rgba(60, 66, 86, 0.9) 100%);
  z-index: 1;
  transform: scale(-1);
}
section.wooprex-popup-section .popup-main-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1320px;
  max-width: 100%;
  padding: 0px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
}
section.wooprex-popup-section .popup-main-wrapper .popup-left {
  width: 60%;
}
section.wooprex-popup-section .popup-main-wrapper .popup-left h3 {
  line-height: 1.1em;
}
section.wooprex-popup-section .popup-main-wrapper .popup-left p {
  max-width: 600px;
  margin-top: 30px;
}
section.wooprex-popup-section .popup-main-wrapper .popup-right {
  width: 40%;
  text-align: right;
}
section.wooprex-popup-section .popup-main-wrapper .popup-right .player {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background-color: #febf72;
  color: #2e3347;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
section.wooprex-popup-section .popup-main-wrapper .popup-right .player i {
  transition: all 0.3s ease;
  font-size: 50px;
}
section.wooprex-popup-section .popup-main-wrapper .popup-right .player:hover {
  color: #2e3347;
}
section.wooprex-popup-section .popup-main-wrapper .popup-right .player:hover i {
  transform: scale(1.1);
}

body.light section.wooprex-popup-section:before {
  background: radial-gradient(83.33% 135.27% at 11.82% 16.67%, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.9) 100%);
}
body.light section.wooprex-popup-section .popup-main-wrapper .popup-right .player {
  color: #ffffff;
}

/*-- comment -- */
/*-- Base: mixin & variable  -- */
.wooprex-blog-comment {
  padding-top: 60px;
  margin-top: 60px;
  border-top: 1px solid #a09eab;
}
.wooprex-blog-comment .comments-title {
  margin-bottom: 70px;
  font-size: 38px;
  line-height: 1em;
  font-weight: 500;
}
.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;
}
.wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-author a {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 400;
}
.wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-author span.says {
  display: none;
}
.wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-metadata {
  margin-left: 95px;
  margin-top: -30px;
  margin-bottom: 20px;
}
.wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-awaiting-moderation {
  margin-left: 95px;
  margin-bottom: 20px;
  display: block;
}
.wooprex-blog-comment .comment-list .comment .comment-body .comment-content {
  margin-left: 95px;
}
.wooprex-blog-comment .comment-list .comment .comment-body .comment-content p {
  font-size: 16px;
}
.wooprex-blog-comment .comment-list .comment .comment-body .reply {
  margin-left: 95px;
  margin-top: 20px;
}
.wooprex-blog-comment .comment-list .comment .comment-body .reply .comment-reply-link.wooprex-btn {
  padding: 8px 32px;
  font-size: 15px;
  min-width: 90px;
  background-color: transparent;
  font-weight: 500;
}
.wooprex-blog-comment .comment-list .comment .children {
  margin-left: 95px;
  margin-top: 50px;
}
.wooprex-blog-comment .comment-list .comment .children .children .children {
  margin-left: 0;
}
.wooprex-blog-comment .comment-respond {
  margin-top: 80px;
}
.wooprex-blog-comment .comment-respond .comment-reply-title {
  font-size: 38px;
  font-weight: 500;
  margin-bottom: 15px;
}
.wooprex-blog-comment .comment-respond .comment-reply-title a {
  margin-left: 20px;
  color: #2e3347;
  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: #2e3347;
}
.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 {
    margin-left: 75px;
    margin-top: -23px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-metadata a {
    font-size: 14px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-awaiting-moderation {
    margin-left: 75px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-content {
    margin-left: 75px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .reply {
    margin-left: 75px;
    margin-top: 20px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .reply .comment-reply-link {
    padding: 5px 35px;
  }
  .wooprex-blog-comment .comment-list .comment .children {
    margin-left: 0px;
    margin-top: 40px;
  }
  .wooprex-blog-comment .comment-respond {
    margin-top: 50px;
  }
  .wooprex-blog-comment .comment-respond .comment-reply-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .wooprex-blog-comment .comment-respond form.comment-form p.comment-notes {
    margin-bottom: 50px;
  }
  .wooprex-blog-comment .comment-respond form.comment-form p.logged-in-as {
    margin-bottom: 50px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  /* comment*/
  .wooprex-blog-comment .comments-title {
    margin-bottom: 40px;
    font-size: 30px;
  }
  .wooprex-blog-comment .comment-list {
    gap: 30px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-author img {
    width: 50px;
    height: 50px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-author a {
    font-size: 20px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-metadata {
    margin-left: 75px;
    margin-top: -23px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-metadata a {
    font-size: 14px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-awaiting-moderation {
    margin-left: 75px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-content {
    margin-left: 75px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .reply {
    margin-left: 75px;
    margin-top: 20px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .reply .comment-reply-link {
    padding: 5px 35px;
  }
  .wooprex-blog-comment .comment-list .comment .children {
    margin-left: 0px;
    margin-top: 40px;
  }
  .wooprex-blog-comment .comment-respond {
    margin-top: 50px;
  }
  .wooprex-blog-comment .comment-respond .comment-reply-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .wooprex-blog-comment .comment-respond form.comment-form p.comment-notes {
    margin-bottom: 50px;
  }
  .wooprex-blog-comment .comment-respond form.comment-form p.logged-in-as {
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  /* comment*/
  .wooprex-blog-comment .comments-title {
    margin-bottom: 40px;
    font-size: 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 {
    margin-left: 75px;
    margin-top: -23px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-metadata a {
    font-size: 14px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-awaiting-moderation {
    margin-left: 75px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-content {
    margin-left: 75px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .reply {
    margin-left: 75px;
    margin-top: 20px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .reply .comment-reply-link {
    padding: 5px 35px;
  }
  .wooprex-blog-comment .comment-list .comment .children {
    margin-left: 0px;
    margin-top: 40px;
  }
  .wooprex-blog-comment .comment-respond {
    margin-top: 50px;
  }
  .wooprex-blog-comment .comment-respond .comment-reply-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .wooprex-blog-comment .comment-respond form.comment-form p.comment-notes {
    margin-bottom: 30px;
    font-size: 14px;
  }
  .wooprex-blog-comment .comment-respond form.comment-form p.logged-in-as {
    margin-bottom: 30px;
    font-size: 14px;
  }
  .comment-form .comment-form-cookies-consent {
    margin-top: 30px;
  }
}
/*-- pagination -- */
/*-- Base: mixin & variable  -- */
/* Blog pagination */
.wooprex-pagination {
  margin-top: 50px;
}
.wooprex-pagination ul.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.wooprex-pagination ul.page-numbers li a i {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wooprex-pagination ul.page-numbers li .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  text-align: center;
  border-radius: 50%;
  transition: all 0.3s ease;
  border: 1px solid;
  border-color: #ffffff;
  color: #ffffff;
}
.wooprex-pagination ul.page-numbers li .page-numbers:hover {
  border-color: #f0b56e;
  color: #f0b56e;
}
.wooprex-pagination ul.page-numbers li.active .page-numbers {
  border-color: #f0b56e;
  color: #f0b56e;
}

@media (max-width: 575px) {
  .wooprex-pagination ul.page-numbers li a.page-numbers,
  .wooprex-pagination ul.page-numbers li span.page-numbers.current {
    width: 40px;
    height: 40px;
  }
}
.wooprex-navigation.style-2 {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wooprex-navigation.style-2 a {
  min-width: auto;
  padding: 10px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: transparent;
}
.wooprex-navigation.style-2 a i {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wooprex-navigation.style-2 a.prev {
  flex-direction: row-reverse;
}

body.light .wooprex-pagination ul.page-numbers li a.page-numbers {
  color: #2e3347;
  border-color: #2e3347;
}
body.light .wooprex-pagination ul.page-numbers li a.page-numbers:hover {
  border-color: #f0b56e;
  color: #f0b56e;
}

/*-- 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;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(238, 238, 255, 0.3411764706);
  font-size: 24px;
  font-weight: 600;
}
.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%;
  text-indent: 5px;
  border-radius: 16px;
  padding: 16px 50px 16px 10px;
  background-color: transparent;
}
.wooprex-sidebar .wooprex-sidebar-search form input::-moz-placeholder {
  font-size: 16px;
}
.wooprex-sidebar .wooprex-sidebar-search form input::placeholder {
  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: #ffffff;
  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;
}
.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: space-between;
  width: 100%;
}
.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: #4b5563;
}
.wooprex-sidebar .wooprex-sidebar-category ul li:hover a,
.wooprex-sidebar .wooprex-sidebar-archive ul li:hover a {
  color: #febf72;
}
.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;
  flex-direction: column;
  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 {
  width: 100%;
}
.wooprex-sidebar .wooprex-sidebar-latest-post .latest-post-item .post-details p.date {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #b7b7d7;
}
.wooprex-sidebar .wooprex-sidebar-latest-post .latest-post-item .post-details h5 {
  transition: all 0.3s ease;
}
.wooprex-sidebar .wooprex-sidebar-latest-post .latest-post-item .post-details h5:hover {
  color: #febf72;
}
.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;
}
.wooprex-sidebar .wooprex-sidebar-tags .tagcloud a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  height: 10px;
  width: 1px;
  background-color: #ffffff;
}
.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: #f0b56e;
  transition: all 0.6s ease;
}
.wooprex-sidebar .wooprex-sidebar-tags .tagcloud a:hover:before {
  width: 90%;
}
.wooprex-sidebar .wooprex-sidebar-social .wooprex-follow-us ul {
  gap: 30px;
}
.wooprex-sidebar .wooprex-sidebar-category,
.wooprex-sidebar .wooprex-sidebar-archive,
.wooprex-sidebar .wooprex-sidebar-latest-post,
.wooprex-sidebar .wooprex-sidebar-tags,
.wooprex-sidebar .wooprex-sidebar-social {
  margin-top: 50px;
  max-width: 400px;
}

body.light .wooprex-sidebar .sidebar-title {
  border-bottom: 1px solid rgba(175, 175, 220, 0.4784313725);
}
body.light .wooprex-sidebar .wooprex-sidebar-search button {
  color: #2e3347;
}
body.light .wooprex-sidebar .wooprex-sidebar-tags a:after {
  background-color: #2e3347;
}
body.light .wooprex-sidebar .wooprex-sidebar-social .wooprex-follow-us ul li a {
  color: #2e3347;
}
body.light .wooprex-sidebar .wooprex-sidebar-social .wooprex-follow-us ul li a:hover {
  color: #f0b56e;
}

/*-- 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: #f0b56e;
  padding: 0;
  cursor: pointer;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
}
#topButton .progress-circle {
  width: 100%;
  height: 100%;
}
#topButton .progress-circle .progress-svg {
  width: 100%;
  height: 100%;
}
#topButton .progress-circle .progress-svg .progress-background {
  fill: none;
  stroke: transparent;
  stroke-width: 4;
}
#topButton .progress-circle .progress-svg .progress-bar {
  fill: none;
  stroke: #2e3347;
  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: #2e3347;
  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  -- */
@keyframes loopRound {
  0% {
    transform: rotate(-70deg);
  }
  100% {
    transform: rotate(70deg);
  }
}
@keyframes wooprexDraw {
  0%, 100% {
    clip-path: inset(0 0 0 0);
  }
  42% {
    clip-path: inset(0 0 0 100%);
  }
  43% {
    clip-path: inset(0 100% 0 0);
  }
}
/* Wave */
@keyframes wave {
  0%, 100% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  75% {
    transform: rotate(5deg);
  }
}
.simpleParallax {
  height: 100%;
}

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

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

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

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

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

.wooprex-resizer-active-2 {
  border: none;
}
.wooprex-resizer-active-2:before {
  content: "\f10c";
  font-family: "flaticon_interior";
  color: #febf72;
  font-size: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*-- All pages styles -- */
/*-- home page -- */
/*-- Base: mixin & variable  -- */
section.wooprex-banner-section img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-banner-section .banner-item {
  position: relative;
  height: 100vh;
}
section.wooprex-banner-section .banner-item:before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: radial-gradient(83.33% 135.27% at 11.82% 16.67%, rgba(60, 66, 86, 0.18) 0%, rgba(60, 66, 86, 0.9) 100%);
  z-index: 1;
}
section.wooprex-banner-section .banner-item .banner-text {
  position: absolute;
  bottom: 15%;
  left: calc((100% - 1300px) / 2);
  z-index: 2;
}
section.wooprex-banner-section .banner-item .banner-text h3 {
  font-size: 110px;
  font-weight: 700;
}
section.wooprex-banner-section .banner-item .banner-text h3,
section.wooprex-banner-section .banner-item .banner-text h5,
section.wooprex-banner-section .banner-item .banner-text p {
  color: #ffffff;
}
section.wooprex-banner-section .banner-item .banner-text h5 {
  font-size: 56px;
  font-weight: 500;
  position: relative;
  line-height: 1.1em;
  overflow: hidden;
}
section.wooprex-banner-section .banner-item .banner-text h5:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: auto;
  height: 1px;
  background-color: #ffffff;
  width: 370px;
  margin-left: 20px;
}
section.wooprex-banner-section .banner-item .banner-text p {
  max-width: 250px;
  margin-left: auto;
  font-size: 20px;
  line-height: 1.2em;
}
section.wooprex-banner-section p.year {
  position: absolute;
  top: 20%;
  right: 70px;
  z-index: 2;
  writing-mode: vertical-rl;
  font-size: 20px;
  color: #ffffff;
}
section.wooprex-banner-section p.year:before {
  content: "";
  position: absolute;
  top: 135%;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 100px;
  background-color: #ffffff;
}
section.wooprex-banner-section .nextSection {
  position: absolute;
  right: 70px;
  bottom: 15%;
  z-index: 2;
}
section.wooprex-banner-section .nextSection img {
  animation: slideDown 2.5s ease-in-out infinite;
}

@keyframes slideDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0);
  }
}
/* Home ordinary section */
section.wooprex-ordinary-section .ordinary-left h5 {
  font-size: 32px;
  font-weight: 400;
}
section.wooprex-ordinary-section .ordinary-left h4 {
  font-size: 250px;
  font-weight: 400;
  -webkit-text-stroke: 3px transparent;
  -webkit-text-fill-color: #2e3347;
  -webkit-background-clip: text;
          background-clip: text;
  background-image: linear-gradient(180deg, #febf72 0%, rgba(254, 191, 114, 0) 74.83%);
  line-height: 1em;
}
section.wooprex-ordinary-section .ordinary-right {
  position: relative;
  height: 100%;
}
section.wooprex-ordinary-section .ordinary-right .ordinary-text {
  position: absolute;
  right: 0;
  top: -60px;
  padding: 40px;
  width: 500px;
  background: #535a78;
  z-index: 2;
}
section.wooprex-ordinary-section .ordinary-right .ordinary-text p {
  color: #ffffff;
}
section.wooprex-ordinary-section .ordinary-right .ordinary-slider-main {
  height: 100%;
  position: relative;
}
section.wooprex-ordinary-section .ordinary-right .ordinary-slider-main .ordinary-slider-item {
  height: 100%;
}
section.wooprex-ordinary-section .ordinary-right .ordinary-slider-main .ordinary-slider-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-ordinary-section .ordinary-right .wooprex-swiper-navigation {
  display: none;
}

body.light section.wooprex-ordinary-section .ordinary-left h4 {
  -webkit-text-fill-color: #ffffff;
  background-image: linear-gradient(180deg, #2e3347 0%, rgba(254, 191, 114, 0) 74.83%);
}
body.light img.shape {
  opacity: 0.2;
  transition: 0s;
}

/* Architecture section */
section.wooprex-architecture-section .section-header {
  top: 0;
}
section.wooprex-architecture-section .architecture-main-wrapper {
  position: relative;
}
section.wooprex-architecture-section .architecture-main-wrapper .architecture-service {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  position: relative;
  margin-right: calc((100% - 1300px) / 2);
  overflow: hidden;
}
section.wooprex-architecture-section .architecture-main-wrapper .architecture-service:after {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: radial-gradient(83.33% 135.27% at 11.82% 16.67%, rgba(60, 66, 86, 0.18) 0%, rgba(60, 66, 86, 0.9) 100%);
  transform: scale(-1);
}
section.wooprex-architecture-section .architecture-main-wrapper .architecture-service 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-architecture-section .architecture-main-wrapper .architecture-service img.shape {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
section.wooprex-architecture-section .architecture-main-wrapper .architecture-service .section-header {
  display: none;
}
section.wooprex-architecture-section .architecture-main-wrapper .architecture-service .service-main {
  position: relative;
  z-index: 2;
  width: 1300px;
  max-width: 100%;
  margin-left: auto;
}
section.wooprex-architecture-section .architecture-main-wrapper .architecture-service .service-main .header {
  color: #ffffff;
}
section.wooprex-architecture-section .architecture-main-wrapper .architecture-service .service-main .service-item-wrapper {
  max-width: 1000px;
}
section.wooprex-architecture-section .architecture-main-wrapper .architecture-service .service-main .service-item-wrapper .row {
  row-gap: 60px;
}
section.wooprex-architecture-section .architecture-main-wrapper .architecture-right .wooprex-btn-2 {
  position: absolute;
  right: 70px;
  bottom: 0;
}

/* Home process section */
section.wooprex-process-section {
  overflow: visible;
}
section.wooprex-process-section .header {
  max-width: 950px;
}
section.wooprex-process-section .process-main-wrapper {
  margin-left: calc((100% - 1300px) / 2);
  display: flex;
  flex-wrap: wrap;
}
section.wooprex-process-section .process-main-wrapper .process-details {
  width: 81.5%;
  padding-right: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section.wooprex-process-section .process-main-wrapper .process-details .process-details-wrapper {
  border: 1px solid rgba(175, 175, 220, 0.4784313725);
  display: flex;
}
section.wooprex-process-section .process-main-wrapper .process-details .process-details-wrapper .wrapper-item {
  border-right: 1px solid rgba(175, 175, 220, 0.4784313725);
  width: 30%;
  display: flex;
  flex-wrap: wrap;
}
section.wooprex-process-section .process-main-wrapper .process-details .process-details-wrapper .wrapper-item .process-item {
  padding: 30px;
  width: 100%;
}
section.wooprex-process-section .process-main-wrapper .process-details .process-details-wrapper .wrapper-item .process-item h4 {
  -webkit-text-stroke: 1px #febf72;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
  font-size: 80px;
}
section.wooprex-process-section .process-main-wrapper .process-details .process-details-wrapper .wrapper-item .process-item h3 {
  font-size: 24px;
}
section.wooprex-process-section .process-main-wrapper .process-details .process-details-wrapper .wrapper-item .process-item p {
  margin-top: 30px;
}
section.wooprex-process-section .process-main-wrapper .process-details .process-details-wrapper .wrapper-item .process-item.item-1, section.wooprex-process-section .process-main-wrapper .process-details .process-details-wrapper .wrapper-item .process-item.item-4 {
  border-bottom: 1px solid rgba(175, 175, 220, 0.4784313725);
}
section.wooprex-process-section .process-main-wrapper .process-details .process-details-wrapper .wrapper-item.middle {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.wooprex-process-section .process-main-wrapper .process-details .process-details-wrapper .wrapper-item.middle .process-item {
  padding: 40px;
}
section.wooprex-process-section .process-main-wrapper .process-details .process-details-wrapper .wrapper-item.middle .process-item h3 {
  font-size: 32px;
  line-height: 1em;
}
section.wooprex-process-section .process-main-wrapper .process-details .process-details-wrapper .wrapper-item.last {
  border-right: none;
}
section.wooprex-process-section .process-main-wrapper .process-image {
  width: 18.5%;
  height: 800px;
}
section.wooprex-process-section .process-main-wrapper .process-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-process-section img.shape {
  position: absolute;
  left: 150px;
  top: 0;
  height: 140%;
  width: 82px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Home signature section */
section.wooprex-signature-section .section-header {
  top: 70px;
}
section.wooprex-signature-section .signature-main-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
section.wooprex-signature-section .signature-main-wrapper .signature-top {
  padding-right: calc((100% - 1300px) / 2);
}
section.wooprex-signature-section .signature-main-wrapper .signature-bottom {
  padding-left: calc((100% - 1300px) / 2);
  position: relative;
}
section.wooprex-signature-section .signature-main-wrapper .signature-bottom .row .row {
  row-gap: 30px;
  height: 100%;
}
section.wooprex-signature-section .signature-main-wrapper .signature-bottom .wooprex-btn-2 {
  position: absolute;
  bottom: 0;
  left: 70px;
}
section.wooprex-signature-section .signature-main-wrapper .signature-bottom .signature-image {
  height: 100% !important;
}
section.wooprex-signature-section .signature-image {
  height: 515px;
}
section.wooprex-signature-section .signature-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
section.wooprex-signature-section .signature-image.image-2 {
  height: 260px;
}
section.wooprex-signature-section .signature-image.image-3, section.wooprex-signature-section .signature-image.image-4 {
  height: 100%;
}

/*-- about page -- */
/*-- Base: mixin & variable  -- */
/* about service section */
section.wooprex-about-service-section img.shape {
  position: absolute;
  left: 150px;
  top: 0;
  height: 100%;
  width: 82px;
  -o-object-fit: cover;
  object-fit: cover;
}
section.wooprex-about-service-section .about-service-bottom {
  padding-left: calc((100% - 1300px) / 2);
}
section.wooprex-about-service-section .about-service-bottom .main-image {
  position: relative;
  height: 620px;
}
section.wooprex-about-service-section .about-service-bottom .main-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-about-service-section .about-service-bottom .main-image:before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: radial-gradient(83.33% 135.27% at 11.82% 16.67%, rgba(60, 66, 86, 0.18) 0%, rgba(60, 66, 86, 0.9) 100%);
  z-index: 1;
}
section.wooprex-about-service-section .about-service-bottom .main-image .description {
  position: absolute;
  right: 18%;
  bottom: 15%;
  z-index: 2;
  width: 750px;
  max-width: 100%;
  padding: 0px 20px;
}
section.wooprex-about-service-section .about-service-bottom .main-image .description h2 {
  margin-bottom: 25px;
  line-height: 1.1em;
}
section.wooprex-about-service-section .about-service-bottom .bottom-inner-wrapper {
  display: flex;
}
section.wooprex-about-service-section .about-service-bottom .bottom-inner-wrapper .service-counter {
  width: 18%;
  background-image: url("../assets/images/img-011.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 40px;
  margin-top: -320px;
  z-index: 3;
}
section.wooprex-about-service-section .about-service-bottom .bottom-inner-wrapper .service-counter:before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #3d4257;
  opacity: 0.7;
}
section.wooprex-about-service-section .about-service-bottom .bottom-inner-wrapper .service-counter .row {
  row-gap: 40px;
}
section.wooprex-about-service-section .about-service-bottom .bottom-inner-wrapper .service-counter .wooprex-counter-item {
  position: relative;
  z-index: 2;
  text-align: center;
}
section.wooprex-about-service-section .about-service-bottom .bottom-inner-wrapper .service-counter .wooprex-counter-item h4 {
  font-size: 68px;
  font-weight: 400;
}
section.wooprex-about-service-section .about-service-bottom .bottom-inner-wrapper .service-slider-wrapper {
  width: 82%;
  margin-left: 50px;
  padding-top: 50px;
  overflow: hidden;
}
section.wooprex-about-service-section .about-service-bottom .bottom-inner-wrapper .service-slider-wrapper .service-slider {
  overflow: visible;
  width: 85%;
  height: 100%;
  margin: 0;
}
section.wooprex-about-service-section .about-service-bottom .bottom-inner-wrapper .service-slider-wrapper .service-slider .swiper-slide img {
  width: 100%;
  height: 100%;
}

/* Creative section */
section.wooprex-creative-section {
  overflow: visible;
  overflow-x: clip;
}
section.wooprex-creative-section .creative-main-wrapper {
  padding-right: calc((100% - 1300px) / 2);
  position: relative;
  z-index: 2;
}
section.wooprex-creative-section .creative-main-wrapper .creative-solution-image {
  height: 100%;
}
section.wooprex-creative-section .creative-main-wrapper .creative-solution-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-creative-section .creative-main-wrapper .creative-solution-description {
  padding-left: 50px;
}
section.wooprex-creative-section .creative-main-wrapper .creative-solution-description h3 {
  margin-bottom: 60px;
  line-height: 1.1em;
}
section.wooprex-creative-section .creative-main-wrapper .creative-solution-description article {
  margin-bottom: 40px;
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;
  gap: 20px;
}
section.wooprex-creative-section .shape {
  position: absolute;
  bottom: -50px;
  right: -100px;
  z-index: -1;
}

/* Supply section */
section.wooprex-supply-section .container {
  max-width: 100%;
  padding: 0;
}
section.wooprex-supply-section .supply-top {
  max-width: 1320px;
  margin: 0 auto;
  margin-bottom: 60px;
  padding: 0px 15px;
}
section.wooprex-supply-section .supply-top .top-left h3 {
  line-height: 1.1em;
}
section.wooprex-supply-section .supply-top .top-right {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
}
section.wooprex-supply-section .supply-top .top-right p {
  max-width: 460px;
  margin-left: auto;
}
section.wooprex-supply-section .supply-slider-wrapper {
  overflow: visible;
  max-width: 1320px;
  padding-left: 70px;
  margin: 0;
}
section.wooprex-supply-section .supply-slider-wrapper .supply-slider-item {
  height: 650px;
}
section.wooprex-supply-section .supply-slider-wrapper .supply-slider-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body.light section.wooprex-about-service-section .about-service-bottom .main-image:before {
  background: radial-gradient(83.33% 135.27% at 11.82% 16.67%, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.9) 100%);
}
body.light section.wooprex-about-service-section .about-service-bottom .bottom-inner-wrapper .service-counter:before {
  background-color: #ffffff;
}

/*-- service page -- */
/*-- Base: mixin & variable  -- */
section.wooprex-fortune-section .fortune-main-wrapper {
  padding-left: calc((100% - 1300px) / 2);
  margin-top: -50px;
}
section.wooprex-fortune-section .fortune-main-wrapper .fortune-description {
  padding-right: 50px;
  position: relative;
  height: 100%;
}
section.wooprex-fortune-section .fortune-main-wrapper .fortune-description h3 {
  margin-bottom: 15px;
  line-height: 1.1em;
  font-weight: 400;
}
section.wooprex-fortune-section .fortune-main-wrapper .fortune-description article {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;
  gap: 20px;
}
section.wooprex-fortune-section .fortune-main-wrapper .fortune-description .wooprex-btn-2 {
  margin-top: 70px;
}
section.wooprex-fortune-section .fortune-main-wrapper .fortune-description .shape {
  position: absolute;
  bottom: 0px;
  right: -120px;
  z-index: -1;
}
section.wooprex-fortune-section .fortune-main-wrapper .fortune-image {
  width: 100%;
  height: 100%;
}
section.wooprex-fortune-section .fortune-main-wrapper .fortune-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-fortune-section.service-details .single-header {
  max-width: 1090px;
}
section.wooprex-fortune-section.blog .single-header {
  text-align: right;
}

/* Wooprex service section */
section.wooprex-service-section .row {
  row-gap: 40px;
}
section.wooprex-service-section .service-item {
  height: 80vh;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  gap: 15px;
}
section.wooprex-service-section .service-item .simpleParallax {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
section.wooprex-service-section .service-item:before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(89.75deg, rgba(60, 66, 86, 0) 40.54%, rgba(60, 66, 86, 0.9) 99.83%);
  z-index: 2;
}
section.wooprex-service-section .service-item:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: rgba(254, 191, 114, 0.9490196078);
  z-index: 2;
  transition: all 0.6s ease;
}
section.wooprex-service-section .service-item img {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
section.wooprex-service-section .service-item .service-count {
  position: relative;
  z-index: 5;
}
section.wooprex-service-section .service-item .service-count span {
  font-size: 150px;
  -webkit-text-stroke: 1px #febf72;
  -webkit-text-fill-color: rgba(254, 191, 114, 0.2);
  display: block;
  line-height: 1em;
  font-weight: 500;
  transition: all 0.3s ease;
}
section.wooprex-service-section .service-item .service-description {
  position: relative;
  z-index: 5;
  max-width: 400px;
  height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  transition: transform 0.6s;
  transform: translateY(150px);
}
section.wooprex-service-section .service-item .service-description h3 {
  font-size: 24px;
  transition: all 0.3s ease;
}
section.wooprex-service-section .service-item .service-description h3 a {
  color: #ffffff;
}
section.wooprex-service-section .service-item .service-description .details {
  opacity: 0;
  visibility: hidden;
}
section.wooprex-service-section .service-item .service-description .details p {
  color: #2e3347;
  margin: 20px 0px;
  line-height: 1.3em;
  transition: all 0.3s ease;
}
section.wooprex-service-section .service-item .service-description .details .read-btn {
  background-color: transparent;
  color: #2e3347;
  display: block;
  width: 100%;
  padding: 0%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 56px;
  height: 52px;
  gap: 7px;
  text-transform: uppercase;
  font-weight: 600;
  border: 1px solid #2e3347;
  overflow: hidden;
  position: relative;
}
section.wooprex-service-section .service-item .service-description .details .read-btn i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
section.wooprex-service-section .service-item .service-description .details .read-btn:before {
  display: block;
  content: "";
  background-color: #2e3347;
  width: 200%;
  height: 200%;
  border-radius: 50%;
  position: absolute;
  top: 100%;
  transition: 0.3s linear 0.1s;
  z-index: -1;
}
section.wooprex-service-section .service-item .service-description .details .read-btn:hover {
  color: #ffffff;
}
section.wooprex-service-section .service-item .service-description .details .read-btn:hover:before {
  top: -50%;
}
section.wooprex-service-section .service-item.item-5 {
  height: 420px;
  flex-direction: row;
  align-items: end;
}
section.wooprex-service-section .service-item.item-5 .service-count {
  order: 2;
  align-items: center;
  display: flex;
  height: 100%;
  padding: 40px;
}
section.wooprex-service-section .service-item:hover:after {
  height: 100%;
}
section.wooprex-service-section .service-item:hover .service-count span {
  -webkit-text-stroke: 1px #2e3347;
}
section.wooprex-service-section .service-item:hover .service-description {
  transform: translateY(0px);
  justify-content: end;
}
section.wooprex-service-section .service-item:hover .service-description h3 a {
  color: #2e3347;
}
section.wooprex-service-section .service-item:hover .service-description .details {
  opacity: 1;
  visibility: visible;
}

/* Commercial service section */
section.wooprex-commercial-service-section .commercial-service-main-wrapper {
  padding-right: calc((100% - 1300px) / 2);
}
section.wooprex-commercial-service-section .commercial-service-main-wrapper .commercial-service-image {
  height: 100%;
}
section.wooprex-commercial-service-section .commercial-service-main-wrapper .commercial-service-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-commercial-service-section .commercial-service-main-wrapper .commercial-service-description .description-header {
  padding-left: 250px;
}
section.wooprex-commercial-service-section .commercial-service-main-wrapper .commercial-service-description .description-header h2 {
  line-height: 1em;
  margin-bottom: 30px;
}
section.wooprex-commercial-service-section .commercial-service-main-wrapper .commercial-service-description .description-item-wrapper {
  margin-top: 80px;
  row-gap: 40px;
  display: flex;
  flex-direction: column;
}
section.wooprex-commercial-service-section .commercial-service-main-wrapper .commercial-service-description .description-item-wrapper .commercial-service-item {
  padding-left: 220px;
  border-bottom: 1px solid #373d55;
  padding-bottom: 40px;
}
section.wooprex-commercial-service-section .commercial-service-main-wrapper .commercial-service-description .description-item-wrapper .commercial-service-item .service-icon {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dotted #535a78;
  background-color: #292d40;
  transition: all 0.3s ease;
}
section.wooprex-commercial-service-section .commercial-service-main-wrapper .commercial-service-description .description-item-wrapper .commercial-service-item .service-icon i {
  font-size: 50px;
  color: #febf72;
  transition: all 0.3s ease;
}
section.wooprex-commercial-service-section .commercial-service-main-wrapper .commercial-service-description .description-item-wrapper .commercial-service-item .description {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.wooprex-commercial-service-section .commercial-service-main-wrapper .commercial-service-description .description-item-wrapper .commercial-service-item .description h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
section.wooprex-commercial-service-section .commercial-service-main-wrapper .commercial-service-description .description-item-wrapper .commercial-service-item .description p {
  max-width: 380px;
}
section.wooprex-commercial-service-section .commercial-service-main-wrapper .commercial-service-description .description-item-wrapper .commercial-service-item:hover .service-icon {
  border-color: #f0b56e;
  background-color: #febf72;
}
section.wooprex-commercial-service-section .commercial-service-main-wrapper .commercial-service-description .description-item-wrapper .commercial-service-item:hover .service-icon i {
  color: #2e3347;
}
section.wooprex-commercial-service-section .commercial-service-main-wrapper .commercial-service-description .description-item-wrapper .commercial-service-item:hover .description h3 a {
  color: #febf72;
}
section.wooprex-commercial-service-section .commercial-service-main-wrapper .commercial-service-description .description-item-wrapper .commercial-service-item:last-child {
  padding-bottom: 0;
  border-bottom: none !important;
}

body.light section.wooprex-commercial-service-section .commercial-service-main-wrapper .commercial-service-description .description-item-wrapper .commercial-service-item {
  border-bottom: 1px solid rgba(173, 180, 187, 0.3960784314);
}

/*-- service details page -- */
/*-- Base: mixin & variable  -- */
section.wooprex-world-increase-section .world-increase-main-wrapper {
  padding-right: calc((100% - 1300px) / 2);
}
section.wooprex-world-increase-section .world-increase-main-wrapper .increase-image {
  overflow: hidden;
  height: 755px;
  margin-bottom: 60px;
}
section.wooprex-world-increase-section .world-increase-main-wrapper .increase-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-world-increase-section .increase-description h3 {
  margin-bottom: 20px;
  line-height: 1.1em;
}

/* WOOPREX GALLERY SECTION */
section.wooprex-gallery-section h4 {
  margin-bottom: 60px;
}
section.wooprex-gallery-section .container {
  max-width: 100%;
  padding: 0;
}
section.wooprex-gallery-section .gallery-slider-wrapper .gallery-slider-main .swiper-slide {
  height: 425px;
  overflow: hidden;
}
section.wooprex-gallery-section .gallery-slider-wrapper .gallery-slider-main .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-gallery-section .gallery-slider-wrapper .gallery-slider-main .swiper-slide img:hover {
  transform: scale(1.1);
}
section.wooprex-gallery-section .gallery-slider-wrapper .wooprex-swiper-nav-wrapper {
  max-width: 1320px;
}

/* WOOPREX INFRUSTRUCTURE SECTION */
section.wooprex-infrustructure-section {
  overflow: visible;
}
section.wooprex-infrustructure-section h4 {
  padding-left: 70px;
  margin-bottom: 60px;
}
section.wooprex-infrustructure-section .infrustructure-main-wrapper {
  height: 300vh;
  position: relative;
  z-index: 999;
  background-color: #2e3347;
}
section.wooprex-infrustructure-section .infrustructure-main-wrapper .fixed-box-contain {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  height: 100vh;
}
section.wooprex-infrustructure-section .infrustructure-main-wrapper .fixed-box-contain .infrustructure-item {
  height: 100vh;
  width: 100%;
  position: absolute;
  z-index: 999;
  overflow: hidden;
}
section.wooprex-infrustructure-section .infrustructure-main-wrapper .fixed-box-contain .infrustructure-item .infrustructure-item-wrapper {
  height: 100vh;
  display: flex;
  position: relative;
}
section.wooprex-infrustructure-section .infrustructure-main-wrapper .fixed-box-contain .infrustructure-item .infrustructure-item-wrapper .image {
  width: 50%;
  height: 100%;
}
section.wooprex-infrustructure-section .infrustructure-main-wrapper .fixed-box-contain .infrustructure-item .infrustructure-item-wrapper .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-infrustructure-section .infrustructure-main-wrapper .fixed-box-contain .infrustructure-item .infrustructure-item-wrapper .description {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 660px;
  max-width: 100%;
  padding: 0px 20px;
  text-align: center;
}
section.wooprex-infrustructure-section .infrustructure-main-wrapper .fixed-box-contain .infrustructure-item .infrustructure-item-wrapper .description h3 {
  font-size: 120px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #ffffff;
}
section.wooprex-infrustructure-section .infrustructure-main-wrapper .fixed-box-contain .infrustructure-item .infrustructure-item-wrapper .description p {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
}
section.wooprex-infrustructure-section .infrustructure-main-wrapper .fixed-box-contain .infrustructure-item.item-2 {
  z-index: 99;
}
section.wooprex-infrustructure-section .infrustructure-main-wrapper .fixed-box-contain .infrustructure-item.item-3 {
  z-index: 9;
  height: 100vh !important;
}

/* PROJECT THINK SECTION */
section.wooprex-project-think-section .shape {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(0%) scaleX(-1);
}
section.wooprex-project-think-section .project-think-main-wrapper {
  position: relative;
}
section.wooprex-project-think-section .project-think-main-wrapper .project-think-left h3 {
  font-size: 88px;
  line-height: 1em;
  margin-bottom: 50px;
}
section.wooprex-project-think-section .project-think-main-wrapper .project-think-left p {
  max-width: 620px;
}
section.wooprex-project-think-section .project-think-main-wrapper .project-think-right {
  height: 100%;
  display: flex;
  align-items: end;
  justify-content: end;
}

/* WOOPREX PANORAMA SECTION */
section.wooprex-panorama-section {
  height: 75vh;
}
section.wooprex-panorama-section:before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: radial-gradient(83.33% 135.27% at 11.82% 16.67%, rgba(60, 66, 86, 0.18) 0%, rgba(60, 66, 86, 0.9) 100%);
  transform: scaleX(-1);
  z-index: 1;
}
section.wooprex-panorama-section .panaroma-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  pointer-events: none;
  padding: 0px 20px;
  width: 100%;
}
section.wooprex-panorama-section .panaroma-text h3 {
  text-transform: uppercase;
  font-size: 50px;
  margin-bottom: 40px;
  padding: 0px 20px;
}
section.wooprex-panorama-section .panaroma-text span {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 1px solid #febf72;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
section.wooprex-panorama-section .panaroma-text span i {
  font-size: 40px;
  color: #febf72;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.wooprex-panorama-section .pnlm-controls-container {
  display: none;
}

/******************* LIGHT VERSION ***********/
body.light section.wooprex-infrustructure-section .infrustructure-main-wrapper {
  background-color: #ffffff;
}
body.light section.wooprex-panorama-section:before {
  background: radial-gradient(83.33% 135.27% at 11.82% 16.67%, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.9) 100%);
}
body.light section.wooprex-panorama-section .panaroma-text span {
  border-color: #2e3347;
}
body.light section.wooprex-panorama-section .panaroma-text span i {
  color: #2e3347;
}

/*-- contact page -- */
/*-- Base: mixin & variable  -- */
section.wooprex-contact-location-section {
  padding-bottom: 80px;
}
section.wooprex-contact-location-section .single-header {
  max-width: 1090px;
}
section.wooprex-contact-location-section .contact-location .location-item h4 {
  font-size: 40px;
  margin-bottom: 30px;
}
section.wooprex-contact-location-section .contact-location .location-item ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
section.wooprex-contact-location-section .contact-location .location-item ul li {
  font-size: 16px;
  display: flex;
  align-items: center;
}
section.wooprex-contact-location-section .contact-location .location-item ul li a {
  overflow-wrap: anywhere;
  display: flex;
  align-items: center;
}
section.wooprex-contact-location-section .contact-location .location-item ul li span {
  margin-right: 10px;
}
section.wooprex-contact-location-section .contact-location .location-item ul li span i {
  color: #febf72;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.wooprex-contact-section {
  background-color: #272c3d;
  margin-bottom: 130px;
}

body.light section.wooprex-contact-section {
  background-color: #f9f9ff;
}

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

/*-- pricing page -- */
/*-- Base: mixin & variable  -- */
section.wooprex-price-section {
  position: relative;
  overflow: hidden;
}
section.wooprex-price-section .row {
  row-gap: 40px;
}
section.wooprex-price-section .price-header {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 20px;
}
section.wooprex-price-section .price-header h3 {
  font-size: 56px;
}
section.wooprex-price-section .price-header p {
  max-width: 400px;
}
section.wooprex-price-section .wooprex-price .row {
  row-gap: 40px;
}

.wooprex-price-item {
  background-color: #1f2332;
  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;
  line-height: 1;
}
.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: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wooprex-price-item .wooprex-btn {
  width: 100%;
  text-align: center;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2e3347;
  background-color: #f0b56e;
  font-weight: 500;
}
.wooprex-price-item .wooprex-btn:before {
  background-color: #2e3347;
}
.wooprex-price-item .wooprex-btn:hover {
  color: #ffffff !important;
  border-color: #2e3347;
}

body.light .wooprex-price-item {
  background-color: #f9f9ff;
}
body.light .wooprex-price-item .wooprex-btn {
  background-color: #2e3347;
  color: #ffffff;
}
body.light .wooprex-price-item .wooprex-btn:before {
  background-color: #f0b56e;
}
body.light .wooprex-price-item .wooprex-btn:hover {
  border-color: #f0b56e;
}

@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-price-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-price-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-project-list-section {
  padding-right: calc((100% - 1300px) / 2);
}
section.wooprex-project-list-section .project-main-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 60px;
}
section.wooprex-project-list-section .project-main-wrapper .wooprex-project-item:hover .project-location h5 {
  color: #febf72;
}
section.wooprex-project-list-section .project-main-wrapper .wooprex-project-item:hover .project-location h5:after {
  background-color: #febf72;
}
section.wooprex-project-list-section .project-main-wrapper .wooprex-project-item .project-location h5 {
  font-size: 24px;
  font-weight: 400;
  position: relative;
  max-width: 190px;
  transition: all 0.3s ease;
}
section.wooprex-project-list-section .project-main-wrapper .wooprex-project-item .project-location h5:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100px;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease;
  margin-left: 10px;
}
section.wooprex-project-list-section .project-main-wrapper .wooprex-project-item .project-details {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(238, 238, 255, 0.3411764706);
}
section.wooprex-project-list-section .project-main-wrapper .wooprex-project-item .project-details .top {
  margin-bottom: 60px;
}
section.wooprex-project-list-section .project-main-wrapper .wooprex-project-item .project-details .project-btn {
  text-align: right;
}
section.wooprex-project-list-section .project-main-wrapper .wooprex-project-item .project-details .project-btn .wooprex-btn-2 span.icon {
  border-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1019607843);
  color: #ffffff;
  width: 110px;
  height: 110px;
}
section.wooprex-project-list-section .project-main-wrapper .wooprex-project-item .project-details .project-btn .wooprex-btn-2:hover span.icon {
  border-color: #febf72;
  color: #2e3347;
}
section.wooprex-project-list-section .project-main-wrapper .wooprex-project-item .project-details .project-image {
  height: 400px;
  overflow: hidden;
}
section.wooprex-project-list-section .project-main-wrapper .wooprex-project-item .project-details .project-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-project-list-section .project-main-wrapper .wooprex-project-item .project-details .project-image img:hover {
  transform: scale(1.1);
}
section.wooprex-project-list-section .project-main-wrapper .wooprex-project-item:last-child .project-details {
  padding-bottom: 0;
  border-bottom: none;
}

.wooprex-project-header h3 {
  font-size: 32px;
  margin-bottom: 20px;
}
.wooprex-project-header ul {
  display: flex;
  gap: 10px;
}
.wooprex-project-header ul li a {
  padding: 13px 30px;
  border-radius: 30px;
  border: 1px solid #ffffff;
}
.wooprex-project-header ul li a:hover {
  border-color: #febf72;
}

/******************* LIGHT VERSION ***********/
body.light section.wooprex-project-list-section .project-main-wrapper .wooprex-project-item .project-location h5:after {
  background-color: #2e3347;
}
body.light section.wooprex-project-list-section .project-main-wrapper .wooprex-project-item:hover .project-location h5:after {
  background-color: #febf72;
}
body.light section.wooprex-project-list-section .project-main-wrapper .wooprex-project-item .project-details .project-btn .wooprex-btn-2 span.icon {
  border-color: #2e3347;
  color: #2e3347;
}
body.light section.wooprex-project-list-section .project-main-wrapper .wooprex-project-item .project-details .project-btn .wooprex-btn-2:hover span.icon {
  border-color: #febf72;
  color: #2e3347;
}
body.light .wooprex-project-header ul li a {
  border-color: #2e3347;
}
body.light .wooprex-project-header ul li a:hover {
  border-color: #febf72;
}

/*-- project details page -- */
/*-- Base: mixin & variable  -- */
section.wooprex-project-details-section .single-header {
  max-width: 1090px;
}
section.wooprex-project-details-section .details-main-wrapper {
  margin-top: -25px;
}
section.wooprex-project-details-section .details-main-wrapper .row {
  row-gap: 90px;
}
section.wooprex-project-details-section .details-main-wrapper .wooprex-project-header {
  margin-bottom: 50px;
}
section.wooprex-project-details-section .details-main-wrapper .wooprex-project-header h2 {
  font-size: 60px;
  max-width: 800px;
  line-height: 1.1em;
  margin-bottom: 20px;
  font-weight: 400;
}
section.wooprex-project-details-section .details-main-wrapper .single-project-details ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
section.wooprex-project-details-section .details-main-wrapper .single-project-details ul li {
  width: 33.33%;
}
section.wooprex-project-details-section .details-main-wrapper .project-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-project-details-section .details-main-wrapper .project-image.big {
  height: 575px;
}
section.wooprex-project-details-section .details-main-wrapper .project-image.small {
  height: 555px;
}
section.wooprex-project-details-section .details-main-wrapper .project-description h3 {
  margin-bottom: 30px;
}
section.wooprex-project-details-section .details-main-wrapper .project-description article {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
section.wooprex-project-details-section .details-main-wrapper .project-description article p {
  line-height: 1.3em;
}
section.wooprex-project-details-section .details-main-wrapper .project-section .project-image {
  margin-top: -310px;
}
section.wooprex-project-details-section .details-main-wrapper .process-section .project-description {
  padding-left: 120px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.wooprex-project-details-section .details-main-wrapper .project-details-slider-wrapper .slider-main {
  overflow: visible;
}
section.wooprex-project-details-section .details-main-wrapper .project-details-slider-wrapper .slider-main .swiper-slide {
  height: 510px;
  overflow: hidden;
}
section.wooprex-project-details-section .details-main-wrapper .project-details-slider-wrapper .slider-main .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-project-details-section .details-main-wrapper .project-details-slider-wrapper .slider-main .swiper-slide img:hover {
  transform: scale(1.1);
}

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

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

@keyframes progress {
  0% {
    width: 0;
  }
}
body.light .wooprex-team-details-section .team-bottom-wrapper .bottom-left .counter-section {
  background-color: #f9f9ff;
}

/* min-screen-576px to max screen 1199px - responsive */
@media (min-width: 992px) and (max-width: 1199px) {
  /***************** Single Team ******************/
  .wooprex-team-details-section .team-top-wrapper .row {
    row-gap: 40px;
  }
  .wooprex-team-details-section .team-bottom-wrapper {
    padding-top: 50px;
  }
  .wooprex-team-details-section .team-bottom-wrapper .row {
    row-gap: 40px;
  }
  .wooprex-team-details-section .team-bottom-wrapper .bottom-right {
    padding-left: 0;
  }
}
/* 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-bottom-wrapper .row {
    row-gap: 40px;
  }
  .wooprex-team-details-section .team-bottom-wrapper .bottom-right {
    padding-left: 0;
  }
}
/* min screen- 576px to max screen 767 - responsive */
@media (min-width: 576px) and (max-width: 767px) {
  /***************** Single Team ******************/
  .wooprex-team-details-section .team-top-wrapper .row {
    row-gap: 40px;
  }
  .wooprex-team-details-section .team-top-wrapper .team-description h2 {
    font-size: 35px;
  }
  .wooprex-team-details-section .team-top-wrapper .team-description h4 {
    font-size: 18px;
  }
  .wooprex-team-details-section .team-bottom-wrapper h3 {
    font-size: 38px;
  }
  .wooprex-team-details-section .team-bottom-wrapper .row {
    row-gap: 40px;
  }
  .wooprex-team-details-section .team-bottom-wrapper .bottom-left .counter-section {
    padding: 20px;
  }
  .wooprex-team-details-section .team-bottom-wrapper .bottom-left .counter-section h4 {
    margin-bottom: 6px;
  }
  .wooprex-team-details-section .team-bottom-wrapper .bottom-right {
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  /***************** Single Team ******************/
  .wooprex-team-details-section .team-top-wrapper .row {
    row-gap: 40px;
  }
  .wooprex-team-details-section .team-top-wrapper .team-description h2 {
    font-size: 28px;
  }
  .wooprex-team-details-section .team-top-wrapper .team-description h4 {
    font-size: 18px;
  }
  .wooprex-team-details-section .team-bottom-wrapper .row {
    row-gap: 40px;
  }
  .wooprex-team-details-section .team-bottom-wrapper h3 {
    font-size: 30px;
  }
  .wooprex-team-details-section .team-bottom-wrapper .bottom-left .counter-section {
    padding: 20px;
  }
  .wooprex-team-details-section .team-bottom-wrapper .bottom-left .counter-section h4 {
    margin-bottom: 6px;
  }
  .wooprex-team-details-section .team-bottom-wrapper .bottom-right {
    padding-left: 0;
  }
}
/*-- blog pages -- */
/*-- Base: mixin & variable  -- */
section.wooprex-blog-list-section .row {
  row-gap: 70px;
}
section.wooprex-blog-list-section.has-sidebar .row {
  row-gap: inherit;
}
section.wooprex-blog-list-section.has-sidebar .row .row {
  row-gap: 70px;
}

/*-- blog details page -- */
/*-- Base: mixin & variable  -- */
section.wooprex-blog-details-section .blog-details-wrapper {
  border-bottom: 1px solid rgba(238, 238, 255, 0.3411764706);
  padding-bottom: 70px;
}

.wooprex-blog-header {
  margin-bottom: 30px;
}
.wooprex-blog-header h2 {
  margin-bottom: 20px;
  letter-spacing: -1px;
}

.wooprex-blog-details .wooprex-blog-thumbnail,
.wooprex-blog-details .wooprex-blog-image {
  height: 450px;
  margin-bottom: 30px;
  overflow: hidden;
}
.wooprex-blog-details .wooprex-blog-thumbnail img,
.wooprex-blog-details .wooprex-blog-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-blog-details .wooprex-blog-thumbnail:hover img,
.wooprex-blog-details .wooprex-blog-image:hover img {
  transform: scale(1.05);
}
.wooprex-blog-details .wooprex-blog-image-wrapper .wooprex-blog-image {
  height: 350px;
}
.wooprex-blog-details .wooprex-blog-description {
  margin-bottom: 50px;
}
.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: 160px;
  background: #363b51;
  position: relative;
  margin-bottom: 40px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wooprex-blog-details .wooprex-blog-quote blockquote {
  line-height: 1.2em;
  z-index: 2;
  position: relative;
  font-size: 24px;
  color: #ffffff;
  padding: 30px 20px;
  border: 1px solid #febf72;
}
.wooprex-blog-details .wooprex-blog-quote blockquote:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 86px;
  height: 64px;
  background-image: url("../assets/shape/shape-01.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: -1;
}
.wooprex-blog-details .wooprex-blog-quote span {
  position: absolute;
  background-color: #f0b56e;
  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-related-blog-section {
  padding: 70px 0px;
}
section.wooprex-related-blog-section h3 {
  font-size: 48px;
  margin-bottom: 40px;
}
section.wooprex-related-blog-section .related-blog-wrapper {
  border-bottom: 1px solid rgba(238, 238, 255, 0.3411764706);
  padding-bottom: 70px;
}

/*-- 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;
}
.wooprex-coming-soon-section:before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  background-color: rgba(46, 51, 71, 0.89);
  z-index: 1;
}
.wooprex-coming-soon-section .bg-image {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-coming-soon-section .coming-soon-main-wrapper {
  position: relative;
  z-index: 2;
  max-width: 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: 300;
  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;
}

body.light .wooprex-coming-soon-section:before {
  background-color: rgba(255, 255, 255, 0.89);
}

@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 {
  background: #fbfbff;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.wooprex-error-section img.bg-image {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-error-section:after {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  background-color: rgba(46, 51, 71, 0.89);
  z-index: 1;
}
.wooprex-error-section .error-wrapper-main {
  height: 100%;
  max-width: 650px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0px 20px;
  text-align: center;
  position: relative;
  z-index: 3;
  margin: 0 auto;
}
.wooprex-error-section .error-wrapper-main h1 {
  font-size: 200px;
}
.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;
  background-color: #2e3347;
  gap: 5px;
  padding: 13px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wooprex-error-section .error-wrapper-main .wooprex-btn i {
  display: flex;
  align-items: center;
  justify-content: center;
}

body.light .wooprex-error-section:after {
  background-color: rgba(255, 255, 255, 0.89);
}
body.light .wooprex-error-section .error-wrapper-main .wooprex-btn {
  color: #ffffff;
  border-color: #2e3347;
}
body.light .wooprex-error-section .error-wrapper-main .wooprex-btn:hover {
  border-color: #f0b56e;
}

@media (min-width: 992px) and (max-width: 1199px) {
  /***************** ERROR PAGE *******************/
  .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 .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 .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 .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: #3c4256;
  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: #ffffff;
  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: #f0b56e;
}
.wooprex-faq-page-section .accordion .accordion-item button:not(.collapsed):after {
  transform: translateY(-50%) rotate(-180deg);
  color: #f0b56e;
}
.wooprex-faq-page-section .accordion .accordion-item button:after {
  content: "\f11b";
  font-family: "flaticon_interior";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  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: #f0b56e;
  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;
}

body.light .wooprex-faq-page-section .accordion .accordion-item {
  background-color: #f9f9ff;
}
body.light .wooprex-faq-page-section .accordion .accordion-item button {
  color: #2e3347;
}
body.light .wooprex-faq-page-section .accordion .accordion-item button:after {
  color: #2e3347;
}
body.light .wooprex-faq-page-section .accordion .accordion-item button:not(.collapsed) {
  color: #f0b56e;
}
body.light .wooprex-faq-page-section .accordion .accordion-item button:not(.collapsed):after {
  color: #f0b56e;
}

@media (min-width: 768px) and (max-width: 991px) {
  /***************** FAQ PAGE ******************/
  .wooprex-faq-page-section .accordion .accordion-item button {
    padding: 20px 40px 20px 20px;
    font-size: 18px;
  }
  .wooprex-faq-page-section .accordion .accordion-item button:after {
    right: 20px;
  }
  .wooprex-faq-page-section .accordion .accordion-item .accordion-body {
    padding: 0px 40px 20px 20px;
  }
  .wooprex-faq-page-section .accordion .accordion-item .accordion-body p {
    font-size: 15px;
  }
  .wooprex-faq-page-section .faq-image {
    height: 600px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  /***************** FAQ PAGE ******************/
  .wooprex-faq-page-section .accordion .accordion-item button {
    padding: 20px 40px 20px 20px;
    font-size: 18px;
  }
  .wooprex-faq-page-section .accordion .accordion-item button:after {
    right: 20px;
  }
  .wooprex-faq-page-section .accordion .accordion-item .accordion-body {
    padding: 0px 40px 20px 20px;
  }
  .wooprex-faq-page-section .accordion .accordion-item .accordion-body p {
    font-size: 16px;
  }
  .wooprex-faq-page-section .faq-image {
    margin-right: auto;
    height: auto;
  }
}
@media (max-width: 575px) {
  /***************** FAQ PAGE ******************/
  .wooprex-faq-page-section .accordion .accordion-item button {
    padding: 20px 40px 20px 20px;
    font-size: 16px;
  }
  .wooprex-faq-page-section .accordion .accordion-item button:after {
    right: 20px;
  }
  .wooprex-faq-page-section .accordion .accordion-item .accordion-body {
    padding: 0px 40px 20px 20px;
  }
  .wooprex-faq-page-section .accordion .accordion-item .accordion-body p {
    font-size: 16px;
  }
  .wooprex-faq-page-section .faq-image {
    margin-right: auto;
    height: auto;
  }
}
/*-- Woocommerce styles -- */
/*-- Base: mixin & variable  -- */
/*-- Responsive styles -- */
/*-- Base: mixin & variable  -- */
/* -- Wooprex - Media Queries -- */
@media only screen and (min-width: 1800px) and (max-width: 1900px) {
  section.wooprex-process-section img.shape {
    left: 130px;
  }
  section.wooprex-team-section-one .shape {
    right: 130px;
  }
}
@media only screen and (min-width: 1500px) and (max-width: 1799px) {
  .wooprex-btn-2 span.text {
    font-size: 14px;
  }
  section.wooprex-banner-section .banner-slider .banner-item .banner-text {
    left: calc((100% - 1160px) / 2);
  }
  section.wooprex-banner-section .wooprex-swiper-navigation {
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
  }
  /* Home process */
  section.wooprex-process-section img.shape {
    left: 100px;
  }
  /* Wooprex signature */
  section.wooprex-signature-section .section-header {
    top: 0;
  }
  section.wooprex-signature-section .signature-image.image-2 {
    height: 290px;
  }
  /* Team */
  section.wooprex-team-section-one .shape {
    right: 100px;
  }
  /************ ABOUT PAGE ***************/
  section.wooprex-about-service-section img.shape {
    display: none;
  }
  /***************** SERVICE PAGE ******************/
  /* Commercial service */
  section.wooprex-commercial-service-section .commercial-service-main-wrapper {
    padding: 0;
  }
  section.wooprex-commercial-service-section .commercial-service-main-wrapper .commercial-service-description {
    padding-right: 90px;
  }
  section.wooprex-commercial-service-section .commercial-service-main-wrapper .commercial-service-description .description-header {
    padding-left: 70px;
    padding-right: 60px;
  }
  section.wooprex-commercial-service-section .commercial-service-main-wrapper .commercial-service-description .description-header h2 {
    margin-bottom: 15px;
  }
  section.wooprex-commercial-service-section .commercial-service-main-wrapper .commercial-service-description .description-item-wrapper {
    margin-top: 40px;
  }
  section.wooprex-commercial-service-section .commercial-service-main-wrapper .commercial-service-description .description-item-wrapper .commercial-service-item {
    padding-left: 50px;
  }
  /* Testimonial section two */
  section.wooprex-testimonial-section-two .testimonial-main-wrapper .testimonial-slider-wrapper .testimonial-slider-main .quote {
    width: 160px;
  }
}
@media only screen and (min-width: 1500px) and (max-width: 1700px) {
  img.shape {
    display: none;
  }
  /* Architecture section */
  section.wooprex-architecture-section .architecture-main-wrapper .architecture-right {
    max-width: 1320px;
    margin: 0 auto;
    padding: 20px;
  }
  section.wooprex-architecture-section .architecture-main-wrapper .architecture-right .wooprex-btn-2 {
    position: relative;
    right: 0;
  }
  /* Wooprex signature */
  section.wooprex-signature-section .signature-main-wrapper .signature-bottom {
    padding: 0px 20px 0px 70px;
  }
  section.wooprex-signature-section .signature-main-wrapper .signature-bottom .wooprex-btn-2 {
    position: static;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .padding-x {
    padding-right: 20px;
    padding-left: 20px;
  }
  .padding-left {
    padding-left: 20px;
  }
  .padding-right {
    padding-right: 20px;
  }
  .text-size-13 {
    font-size: 50px;
  }
  header.wooprex-header-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  header.wooprex-header-section.sticky {
    padding-left: 20px;
    padding-right: 20px;
  }
  header.wooprex-header-section .header-main .header-left {
    gap: 60px;
  }
  .wooprex-main-menu ul.box-nav {
    gap: 30px;
  }
  .wooprex-desktop-menu .desktop-menu-bottom {
    padding-left: 20px;
    padding-right: 20px;
  }
  .wooprex-desktop-menu .desktop-menu-bottom .wooprex-right h5 {
    margin-bottom: 15px;
  }
  .wooprex-desktop-menu .desktop-menu-bottom .wooprex-right .right-menu,
  .wooprex-desktop-menu .desktop-menu-bottom .wooprex-right .location {
    width: 40%;
  }
  .wooprex-desktop-menu .wooprex-main-menu ul.box-nav li.menu-item {
    padding-bottom: 40px;
  }
  .wooprex-desktop-menu .wooprex-main-menu ul.box-nav li.menu-item a.item-link {
    font-size: 34px;
  }
  /* Ordinary section */
  section.wooprex-ordinary-section {
    padding-left: 70px;
    padding-right: 70px;
  }
  section.wooprex-ordinary-section .row {
    row-gap: 30px;
  }
  section.wooprex-ordinary-section .ordinary-left {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  section.wooprex-ordinary-section .ordinary-left h5 {
    font-size: 26px;
  }
  section.wooprex-ordinary-section .ordinary-left h4 {
    font-size: 200px;
  }
  section.wooprex-ordinary-section .ordinary-right .ordinary-text {
    padding: 20px;
    max-width: 90%;
    top: -50px;
  }
  /* Architecture section */
  section.wooprex-architecture-section .architecture-main-wrapper .architecture-service {
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 90px;
  }
  section.wooprex-architecture-section .architecture-main-wrapper .architecture-service .service-main .service-item-wrapper .row {
    row-gap: 40px;
  }
  section.wooprex-architecture-section .architecture-main-wrapper .architecture-right {
    padding: 20px;
  }
  section.wooprex-architecture-section .architecture-main-wrapper .architecture-right .wooprex-btn-2 {
    position: relative;
    right: 0;
  }
  /* Home process */
  section.wooprex-process-section {
    padding-left: 20px;
  }
  section.wooprex-process-section .process-main-wrapper {
    margin: 0;
    padding-left: 70px;
  }
  section.wooprex-process-section .process-main-wrapper .process-details {
    padding-right: 20px;
    width: 78%;
  }
  section.wooprex-process-section .process-main-wrapper .process-details .process-details-wrapper .wrapper-item .process-item {
    padding: 20px !important;
  }
  section.wooprex-process-section .process-main-wrapper .process-details .process-details-wrapper .wrapper-item .process-item h3 {
    font-size: 20px !important;
  }
  section.wooprex-process-section .process-main-wrapper .process-image {
    width: 22%;
    height: 705px;
  }
  /* Wooprex signature */
  section.wooprex-signature-section .section-header {
    top: 0;
  }
  section.wooprex-signature-section .signature-main-wrapper .signature-top .row,
  section.wooprex-signature-section .signature-main-wrapper .signature-bottom .row {
    row-gap: 30px;
  }
  section.wooprex-signature-section .signature-main-wrapper .signature-top {
    padding-left: 20px;
    padding-right: 90px;
  }
  section.wooprex-signature-section .signature-main-wrapper .signature-middle {
    padding-left: 20px;
  }
  section.wooprex-signature-section .signature-main-wrapper .signature-bottom {
    padding: 0px 20px;
  }
  section.wooprex-signature-section .signature-main-wrapper .signature-bottom .wooprex-btn-2 {
    position: static;
    margin-top: 30px;
  }
  /* Testimonial */
  section.wooprex-testimonial-section-one .testimonial-slider-wrapper {
    left: 50%;
    transform: translate(-50%, -50%);
  }
  section.wooprex-testimonial-section-one .testimonial-slider-wrapper .testimonial-slider-item p {
    margin-bottom: 20px;
  }
  /* Team */
  section.wooprex-team-section-one .team-main-wrapper {
    margin-right: 0;
  }
  section.wooprex-team-section-one .team-main-wrapper .container {
    padding-right: 20px;
    margin-right: auto;
  }
  section.wooprex-team-section-one .shape {
    display: none;
  }
  .wooprex-team-item.style-1 .team-top .wooprex-follow-us ul {
    gap: 25px;
  }
  .wooprex-team-item.style-1 .team-description {
    margin-top: 20px;
  }
  /* Counter */
  section.wooprex-counter-section .shape {
    height: 480px;
  }
  /* Latest blog */
  section.wooprex-latest-blog-section .container {
    padding: 0 90px;
  }
  section.wooprex-latest-blog-section .latest-blog-wrapper .row > * {
    padding: 0 13px;
  }
  /* Footer section */
  footer.wooprex-footer-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  footer.wooprex-footer-section .footer-main-wrapper .footer-top .footer-left {
    padding-right: 0;
  }
  footer.wooprex-footer-section .footer-main-wrapper .footer-top .footer-right {
    padding-right: 30px;
  }
  footer.wooprex-footer-section .footer-main-wrapper .footer-bottom {
    padding-right: 0;
  }
  /* Breadcrumb */
  section.wooprex-breadcrumb-section .breadcrumb-text {
    left: 20px;
  }
  /************ ABOUT PAGE *****************/
  section.wooprex-creative-section .creative-main-wrapper .creative-solution-description {
    padding: 0px 20px;
  }
  section.wooprex-creative-section .creative-main-wrapper .creative-solution-description h3 {
    margin-bottom: 25px;
  }
  section.wooprex-creative-section .shape {
    width: 475px;
  }
  /* About service */
  section.wooprex-about-service-section .service-item-wrapper .row {
    row-gap: 40px;
  }
  section.wooprex-about-service-section .wooprex-service-item {
    padding: 0;
  }
  section.wooprex-about-service-section .about-service-bottom {
    padding-left: 0;
  }
  section.wooprex-about-service-section .about-service-bottom .main-image .description {
    right: inherit;
    left: 20%;
  }
  section.wooprex-about-service-section .about-service-bottom .bottom-inner-wrapper .service-counter {
    padding: 30px 20px;
  }
  section.wooprex-about-service-section .about-service-bottom .bottom-inner-wrapper .service-slider-wrapper {
    margin-left: 40px;
    padding-top: 40px;
  }
  /* Supply section */
  section.wooprex-supply-section .supply-slider-wrapper {
    padding: 0px 20px;
    max-width: 900px;
  }
  section.wooprex-supply-section .supply-slider-wrapper .supply-slider-item {
    height: 600px;
  }
  section.wooprex-supply-section .wooprex-swiper-nav-wrapper {
    padding: 0px 20px;
  }
  section.wooprex-supply-section .wooprex-swiper-nav-wrapper .wooprex-swiper-pagination .swiper-pagination span {
    display: inline-block;
  }
  /* Team section two */
  .wooprex-team-item.style-2 .team-image a img {
    padding: 0;
  }
  /* Popup section */
  section.wooprex-popup-section {
    height: 650px;
  }
  /* All page fortune section */
  section.wooprex-fortune-section .fortune-main-wrapper {
    margin-top: -10px;
    padding-left: 20px;
  }
  section.wooprex-fortune-section .fortune-main-wrapper .row {
    row-gap: 40px;
  }
  section.wooprex-fortune-section .fortune-main-wrapper .fortune-description {
    padding-right: 0;
  }
  section.wooprex-fortune-section .fortune-main-wrapper .fortune-description .wooprex-btn-2 {
    margin-top: 30px;
  }
  /***************** SERVICE PAGE ******************/
  section.wooprex-service-section .service-item {
    height: 70vh;
  }
  section.wooprex-service-section .service-item .service-description h3 {
    font-size: 22px;
  }
  /* Commercial service */
  section.wooprex-commercial-service-section .commercial-service-main-wrapper {
    padding: 0;
  }
  section.wooprex-commercial-service-section .commercial-service-main-wrapper .commercial-service-description {
    padding-right: 90px;
  }
  section.wooprex-commercial-service-section .commercial-service-main-wrapper .commercial-service-description .description-header {
    padding-left: 60px;
  }
  section.wooprex-commercial-service-section .commercial-service-main-wrapper .commercial-service-description .description-header h2 {
    margin-bottom: 15px;
  }
  section.wooprex-commercial-service-section .commercial-service-main-wrapper .commercial-service-description .description-item-wrapper {
    margin-top: 40px;
  }
  section.wooprex-commercial-service-section .commercial-service-main-wrapper .commercial-service-description .description-item-wrapper .commercial-service-item {
    padding-left: 30px;
  }
  section.wooprex-commercial-service-section .commercial-service-main-wrapper .commercial-service-description .description-item-wrapper .commercial-service-item .service-icon {
    width: 120px;
    height: 120px;
    margin: 0 auto;
  }
  /* Testimonial section two */
  section.wooprex-testimonial-section-two .testimonial-main-wrapper {
    padding-left: 70px;
  }
  section.wooprex-testimonial-section-two .testimonial-main-wrapper .testimonial-slider-wrapper {
    padding: 0px 20px;
  }
  section.wooprex-testimonial-section-two .testimonial-main-wrapper .testimonial-slider-wrapper .testimonial-slider-main img.quote {
    width: 150px;
    margin-bottom: 40px;
  }
  section.wooprex-testimonial-section-two .testimonial-main-wrapper .testimonial-slider-wrapper .testimonial-slider-main .testimonial-slider-item p {
    font-size: 35px;
    line-height: 1.4em;
  }
  section.wooprex-testimonial-section-two .testimonial-main-wrapper .testimonial-slider-wrapper .testimonial-slider-main .testimonial-slider-item .client {
    margin-top: 40px;
  }
  /************* SERVICE DETAILS SECTION ********************/
  section.wooprex-world-increase-section .world-increase-main-wrapper .increase-image {
    height: 600px;
  }
  /* Infrustructure */
  section.wooprex-infrustructure-section h4 {
    padding: 0px 20px;
  }
  /* Think big section */
  section.wooprex-project-think-section .project-think-main-wrapper .project-think-left h3 {
    font-size: 82px;
  }
  /******************* PROJECT PAGE **********************/
  section.wooprex-project-list-section {
    padding: 0px 20px;
    padding-top: 80px;
  }
  section.wooprex-project-list-section .project-main-wrapper .wooprex-project-item .project-details .project-btn .wooprex-btn-2 span.icon {
    width: 100px;
    height: 100px;
  }
  /*********** BLOG DETAILS ***************/
  .wooprex-sidebar.left {
    padding-right: 70px;
  }
  .wooprex-sidebar.right {
    padding-left: 70px;
  }
}
@media only screen and (max-width: 1499px) {
  .container {
    padding: 0px 20px;
  }
  .section-header.left {
    left: 20px;
  }
  .section-header.right {
    right: 20px;
  }
  .sub-header:after {
    height: 130px;
  }
  .header {
    font-size: 115px;
  }
  section.wooprex-banner-section .banner-item .banner-text {
    left: 150px;
  }
  section.wooprex-banner-section .nextSection,
  section.wooprex-banner-section p.year {
    right: 20px;
  }
  section.wooprex-banner-section .wooprex-swiper-pagination {
    left: 20px;
  }
  section.wooprex-banner-section .wooprex-swiper-navigation {
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    z-index: 1;
  }
  img.shape {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  header.wooprex-header-section .header-main {
    gap: 50px;
  }
  header.wooprex-header-section .header-main .header-left .header-contact ul {
    gap: 5px;
  }
  header.wooprex-header-section .header-main .header-right .wooprex-follow-us {
    margin-right: 20px;
  }
  .wooprex-follow-us ul {
    gap: 25px;
  }
  .wooprex-desktop-menu .desktop-menu-bottom {
    padding-left: 20px;
    padding-right: 20px;
  }
  .wooprex-desktop-menu .desktop-menu-bottom .wooprex-right {
    width: 600px;
  }
  .wooprex-desktop-menu .desktop-menu-bottom .wooprex-right h5 {
    margin-bottom: 15px;
  }
  .wooprex-desktop-menu .desktop-menu-bottom .wooprex-right .right-menu,
  .wooprex-desktop-menu .desktop-menu-bottom .wooprex-right .location {
    width: 40%;
  }
  .wooprex-desktop-menu .wooprex-main-menu ul.box-nav li.menu-item {
    padding-bottom: 32px;
  }
  .wooprex-desktop-menu .wooprex-main-menu ul.box-nav li.menu-item a.item-link {
    font-size: 28px;
  }
  /* Banner */
  section.wooprex-banner-section .banner-item .banner-text h3 {
    font-size: 94px;
  }
  /* Ordinary section */
  section.wooprex-ordinary-section {
    padding-left: 70px;
    padding-right: 70px;
  }
  section.wooprex-ordinary-section .row {
    row-gap: 30px;
  }
  section.wooprex-ordinary-section .ordinary-left {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  section.wooprex-ordinary-section .ordinary-left h5 {
    font-size: 26px;
  }
  section.wooprex-ordinary-section .ordinary-left h4 {
    font-size: 200px;
  }
  section.wooprex-ordinary-section .ordinary-right .ordinary-text {
    padding: 20px;
    max-width: 90%;
    top: -50px;
  }
  /* Architecture section */
  section.wooprex-architecture-section .architecture-main-wrapper .architecture-service {
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 90px;
  }
  section.wooprex-architecture-section .architecture-main-wrapper .architecture-service .service-main .service-item-wrapper .row {
    row-gap: 40px;
  }
  section.wooprex-architecture-section .architecture-main-wrapper .architecture-right {
    padding: 20px;
  }
  section.wooprex-architecture-section .architecture-main-wrapper .architecture-right .wooprex-btn-2 {
    position: relative;
    right: 0;
  }
  /* Home process */
  section.wooprex-process-section {
    padding-left: 20px;
  }
  section.wooprex-process-section .process-main-wrapper {
    margin: 0;
    padding-left: 70px;
  }
  section.wooprex-process-section .process-main-wrapper .process-details {
    padding-right: 20px;
    width: 78%;
  }
  section.wooprex-process-section .process-main-wrapper .process-details .process-details-wrapper {
    flex-direction: column;
  }
  section.wooprex-process-section .process-main-wrapper .process-details .process-details-wrapper .wrapper-item {
    width: 100% !important;
    border-right: none;
  }
  section.wooprex-process-section .process-main-wrapper .process-details .process-details-wrapper .wrapper-item .process-item {
    padding: 20px !important;
  }
  section.wooprex-process-section .process-main-wrapper .process-details .process-details-wrapper .wrapper-item .process-item h3 {
    font-size: 22px !important;
  }
  section.wooprex-process-section .process-main-wrapper .process-details .process-details-wrapper .wrapper-item .process-item.item-1, section.wooprex-process-section .process-main-wrapper .process-details .process-details-wrapper .wrapper-item .process-item.item-4 {
    border-right: 1px solid rgba(175, 175, 220, 0.4784313725);
  }
  section.wooprex-process-section .process-main-wrapper .process-details .process-details-wrapper .wrapper-item .process-item.item-2, section.wooprex-process-section .process-main-wrapper .process-details .process-details-wrapper .wrapper-item .process-item.item-3 {
    border-bottom: 1px solid rgba(175, 175, 220, 0.4784313725);
  }
  section.wooprex-process-section .process-main-wrapper .process-details .process-details-wrapper .wrapper-item.first .process-item, section.wooprex-process-section .process-main-wrapper .process-details .process-details-wrapper .wrapper-item.last .process-item {
    width: 50%;
  }
  section.wooprex-process-section .process-main-wrapper .process-image {
    width: 22%;
    height: auto;
  }
  /* Wooprex signature */
  section.wooprex-signature-section .section-header {
    top: 0;
  }
  section.wooprex-signature-section .signature-main-wrapper .signature-top .row,
  section.wooprex-signature-section .signature-main-wrapper .signature-bottom .row {
    row-gap: 30px;
  }
  section.wooprex-signature-section .signature-main-wrapper .signature-top {
    padding-left: 20px;
    padding-right: 90px;
  }
  section.wooprex-signature-section .signature-main-wrapper .signature-middle {
    padding-left: 20px;
  }
  section.wooprex-signature-section .signature-main-wrapper .signature-bottom {
    padding: 0px 20px;
  }
  section.wooprex-signature-section .signature-main-wrapper .signature-bottom .wooprex-btn-2 {
    position: static;
    margin-top: 30px;
  }
  section.wooprex-signature-section .signature-image {
    height: 390px;
  }
  /* Testimonial */
  section.wooprex-testimonial-section-one .testimonial-slider-wrapper {
    left: 50%;
    width: 80%;
    padding: 40px 60px;
    transform: translate(-50%, -50%);
  }
  section.wooprex-testimonial-section-one .testimonial-slider-wrapper .testimonial-slider-item p {
    font-size: 40px;
    line-height: 1.4em;
    margin-bottom: 20px;
  }
  /* Team */
  section.wooprex-team-section-one .team-main-wrapper {
    margin-right: 0;
  }
  section.wooprex-team-section-one .team-main-wrapper .container {
    padding-right: 20px;
  }
  section.wooprex-team-section-one .shape {
    display: none;
  }
  .wooprex-team-item.style-1 .team-top .wooprex-follow-us ul {
    gap: 25px;
  }
  .wooprex-team-item.style-1 .team-description {
    margin-top: 20px;
  }
  /* Counter */
  section.wooprex-counter-section .wooprex-counter .wooprex-counter-item h4 {
    font-size: 115px;
    letter-spacing: -2px;
  }
  section.wooprex-counter-section .wooprex-counter .wooprex-counter-item p {
    line-height: 1.3em;
    font-size: 15px;
  }
  section.wooprex-counter-section .shape {
    height: 480px;
  }
  /* Latest blog */
  section.wooprex-latest-blog-section .container {
    padding: 0 90px;
  }
  section.wooprex-latest-blog-section .latest-blog-wrapper .row > * {
    padding: 0 13px;
  }
  /* Footer section */
  footer.wooprex-footer-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  footer.wooprex-footer-section .footer-main-wrapper .footer-top .footer-left {
    padding-right: 0;
  }
  footer.wooprex-footer-section .footer-main-wrapper .footer-top .footer-right {
    padding-right: 30px;
  }
  footer.wooprex-footer-section .footer-main-wrapper .footer-bottom {
    padding-right: 0;
  }
  /* Breadcrumb */
  section.wooprex-breadcrumb-section .breadcrumb-text {
    left: 20px;
  }
  /************ ABOUT PAGE *****************/
  section.wooprex-creative-section .creative-main-wrapper .creative-solution-description {
    padding: 0px 20px;
  }
  section.wooprex-creative-section .creative-main-wrapper .creative-solution-description h3 {
    margin-bottom: 25px;
  }
  section.wooprex-creative-section .shape {
    width: 475px;
  }
  /* About service */
  section.wooprex-about-service-section .service-item-wrapper .row {
    row-gap: 40px;
  }
  section.wooprex-about-service-section .wooprex-service-item {
    padding: 0;
  }
  section.wooprex-about-service-section .about-service-bottom {
    padding-left: 0;
  }
  section.wooprex-about-service-section .about-service-bottom .main-image .description {
    right: inherit;
    left: 20%;
  }
  section.wooprex-about-service-section .about-service-bottom .bottom-inner-wrapper .service-counter {
    padding: 30px 20px;
  }
  section.wooprex-about-service-section .about-service-bottom .bottom-inner-wrapper .service-slider-wrapper {
    margin-left: 40px;
    padding-top: 40px;
  }
  /* Supply section */
  section.wooprex-supply-section .supply-top {
    margin-bottom: 40px;
  }
  section.wooprex-supply-section .supply-top .row {
    row-gap: 20px;
  }
  section.wooprex-supply-section .supply-top .top-right p {
    margin-left: 0;
  }
  section.wooprex-supply-section .supply-slider-wrapper {
    padding: 0px 20px;
  }
  section.wooprex-supply-section .supply-slider-wrapper .supply-slider-item {
    height: 600px;
  }
  section.wooprex-supply-section .wooprex-swiper-nav-wrapper {
    padding: 0px 20px;
  }
  section.wooprex-supply-section .wooprex-swiper-nav-wrapper .wooprex-swiper-pagination .swiper-pagination span {
    display: inline-block;
  }
  /* Team section two */
  .wooprex-team-item.style-2 .team-image a img {
    padding: 0;
  }
  /* Popup section */
  section.wooprex-popup-section {
    height: 650px;
  }
  /* All page fortune section */
  section.wooprex-fortune-section .fortune-main-wrapper {
    margin-top: -10px;
    padding-left: 20px;
  }
  section.wooprex-fortune-section .fortune-main-wrapper .row {
    row-gap: 40px;
  }
  section.wooprex-fortune-section .fortune-main-wrapper .fortune-description {
    padding-right: 0;
  }
  section.wooprex-fortune-section .fortune-main-wrapper .fortune-description .wooprex-btn-2 {
    margin-top: 30px;
  }
  /***************** SERVICE PAGE ******************/
  section.wooprex-service-section .service-item {
    height: 70vh;
  }
  section.wooprex-service-section .service-item.item-5 {
    height: 70vh;
  }
  /* Commercial service */
  section.wooprex-commercial-service-section .commercial-service-main-wrapper {
    padding: 0;
  }
  section.wooprex-commercial-service-section .commercial-service-main-wrapper .commercial-service-description {
    padding-right: 90px;
  }
  section.wooprex-commercial-service-section .commercial-service-main-wrapper .commercial-service-description .description-header {
    padding: 0px;
  }
  section.wooprex-commercial-service-section .commercial-service-main-wrapper .commercial-service-description .description-header h2 {
    margin-bottom: 15px;
  }
  section.wooprex-commercial-service-section .commercial-service-main-wrapper .commercial-service-description .description-item-wrapper {
    margin-top: 40px;
  }
  section.wooprex-commercial-service-section .commercial-service-main-wrapper .commercial-service-description .description-item-wrapper .commercial-service-item {
    padding: 0;
    padding-bottom: 20px;
  }
  section.wooprex-commercial-service-section .commercial-service-main-wrapper .commercial-service-description .description-item-wrapper .commercial-service-item:last-child {
    padding-bottom: 0px;
  }
  section.wooprex-commercial-service-section .commercial-service-main-wrapper .commercial-service-description .description-item-wrapper .commercial-service-item .row {
    row-gap: 25px;
  }
  section.wooprex-commercial-service-section .commercial-service-main-wrapper .commercial-service-description .description-item-wrapper .commercial-service-item .service-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto;
  }
  /* Testimonial section two */
  section.wooprex-testimonial-section-two .testimonial-main-wrapper {
    padding-left: 70px;
  }
  section.wooprex-testimonial-section-two .testimonial-main-wrapper .testimonial-slider-wrapper {
    padding: 0px 20px;
  }
  section.wooprex-testimonial-section-two .testimonial-main-wrapper .testimonial-slider-wrapper .testimonial-slider-main img.quote {
    width: 150px;
    margin-bottom: 40px;
  }
  section.wooprex-testimonial-section-two .testimonial-main-wrapper .testimonial-slider-wrapper .testimonial-slider-main .testimonial-slider-item p {
    font-size: 30px;
    line-height: 1.4em;
  }
  section.wooprex-testimonial-section-two .testimonial-main-wrapper .testimonial-slider-wrapper .testimonial-slider-main .testimonial-slider-item .client {
    margin-top: 40px;
  }
  /************* SERVICE DETAILS SECTION ********************/
  section.wooprex-world-increase-section .world-increase-main-wrapper .increase-image {
    height: 600px;
  }
  /* Infrustructure */
  section.wooprex-infrustructure-section {
    overflow: hidden;
  }
  section.wooprex-infrustructure-section h4 {
    padding: 0px 20px;
  }
  section.wooprex-infrustructure-section .infrustructure-main-wrapper.wooprex-fixed-box {
    height: auto;
    z-index: 99;
  }
  section.wooprex-infrustructure-section .infrustructure-main-wrapper.wooprex-fixed-box .fixed-box-contain {
    position: inherit;
    height: auto;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  section.wooprex-infrustructure-section .infrustructure-main-wrapper.wooprex-fixed-box .fixed-box-contain .infrustructure-item {
    height: auto;
    position: inherit;
  }
  section.wooprex-infrustructure-section .infrustructure-main-wrapper.wooprex-fixed-box .fixed-box-contain .infrustructure-item .infrustructure-item-wrapper {
    height: 600px;
  }
  section.wooprex-infrustructure-section .infrustructure-main-wrapper.wooprex-fixed-box .fixed-box-contain .infrustructure-item .infrustructure-item-wrapper .image {
    width: 100%;
    height: 100%;
  }
  /* Think big section */
  section.wooprex-project-think-section .project-think-main-wrapper .row {
    row-gap: 40px;
  }
  section.wooprex-project-think-section .project-think-main-wrapper .project-think-left h3 {
    font-size: 75px;
  }
  /******************* PROJECT PAGE **********************/
  section.wooprex-project-list-section {
    padding: 0px 20px;
    padding-top: 80px;
  }
  section.wooprex-project-list-section .project-main-wrapper .wooprex-project-item .project-details .project-btn .wooprex-btn-2 span.icon {
    width: 90px;
    height: 90px;
  }
  .wooprex-project-header ul {
    flex-wrap: wrap;
  }
  .wooprex-project-header ul li a {
    padding: 10px 25px;
  }
  /****************** PROJECT DETAILS *******************/
  section.wooprex-project-details-section .details-main-wrapper .row {
    row-gap: 70px;
  }
  section.wooprex-project-details-section .details-main-wrapper .wooprex-project-header h2 {
    font-size: 48px;
  }
  section.wooprex-project-details-section .details-main-wrapper .process-section .project-description {
    padding-left: 50px;
  }
  section.wooprex-project-details-section .details-main-wrapper .project-section .project-image {
    margin-top: -270px;
  }
  section.wooprex-project-details-section .details-main-wrapper .project-image.small {
    height: 500px;
  }
  /*********** BLOG DETAILS ***************/
  .wooprex-sidebar.left {
    padding-right: 20px;
  }
  .wooprex-sidebar.right {
    padding-left: 20px;
  }
}
@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;
  }
  header.wooprex-header-section {
    padding: 30px 20px;
  }
  header.wooprex-header-section.sticky {
    padding: 20px;
  }
  header.wooprex-header-section .header-main .header-left {
    gap: 50px;
  }
  .wooprex-main-menu ul.box-nav {
    gap: 15px;
  }
  section.wooprex-team-section-one .team-main-wrapper {
    margin-right: 0;
  }
  .header {
    font-size: 96px;
  }
  .sub-header:after {
    height: 100px;
  }
  .single-header {
    font-size: 180px;
  }
}
@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;
  }
  header.wooprex-header-section .header-main .header-left .header-contact {
    display: none;
  }
  .wooprex-main-menu {
    display: none;
  }
  .wooprex-mobile-menu-bar {
    display: flex;
  }
  .wooprex-desktop-menu-bar {
    display: none;
  }
  /* Nav section */
  .section-header {
    position: static;
    margin-bottom: 20px;
    width: 100%;
  }
  .section-header .sub-header {
    writing-mode: initial;
    transform: inherit;
  }
  .section-header .sub-header:after {
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    bottom: inherit;
    margin-left: 10px;
    width: 100px;
    height: inherit;
    border-image-source: linear-gradient(90deg, #ffffff 0%, rgba(0, 0, 0, 0) 100%);
  }
  .header {
    font-size: 78px !important;
    margin-bottom: 60px;
    line-height: 1.2em;
  }
  .single-header {
    font-size: 150px;
  }
  .wooprex-btn-2 span.icon {
    width: 90px;
    height: 90px;
  }
  .wooprex-swiper-navigation .swiper-button-prev,
  .wooprex-swiper-navigation .swiper-button-next {
    width: 80px;
    height: 80px;
  }
  section.wooprex-architecture-section .architecture-main-wrapper .architecture-service {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* Banner section */
  section.wooprex-banner-section .banner-item {
    height: 750px;
  }
  section.wooprex-banner-section .banner-item .banner-text {
    padding-right: 20px;
  }
  section.wooprex-banner-section .banner-item .banner-text h3 {
    font-size: 72px;
    line-height: 1.1em;
    margin-bottom: 10px;
  }
  section.wooprex-banner-section .banner-item .banner-text h5 {
    font-size: 40px;
  }
  section.wooprex-banner-section .banner-item .banner-text h5:after {
    width: 220px;
  }
  section.wooprex-banner-section .banner-item .banner-text p {
    margin-top: 10px;
  }
  section.wooprex-banner-section .nextSection {
    height: 70px;
    bottom: 10%;
  }
  section.wooprex-banner-section p.year {
    font-size: 16px;
  }
  section.wooprex-banner-section p.year:before {
    height: 80px;
  }
  section.wooprex-banner-section .wooprex-swiper-pagination .swiper-pagination .swiper-pagination-current {
    font-size: 45px;
  }
  section.wooprex-banner-section .wooprex-swiper-pagination .swiper-pagination .swiper-pagination-total {
    font-size: 22px;
  }
  /* Ordinary section */
  section.wooprex-ordinary-section .container {
    padding: 0;
  }
  section.wooprex-ordinary-section .row {
    row-gap: 30px;
  }
  section.wooprex-ordinary-section .ordinary-left {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  section.wooprex-ordinary-section .ordinary-left h5 {
    font-size: 26px;
  }
  section.wooprex-ordinary-section .ordinary-left h4 {
    font-size: 180px;
  }
  section.wooprex-ordinary-section .ordinary-right .ordinary-text {
    padding: 20px;
    max-width: 90%;
    top: -40px;
  }
  /* Architecture section */
  section.wooprex-architecture-section .section-header {
    display: none;
  }
  section.wooprex-architecture-section .architecture-main-wrapper .architecture-service {
    padding-left: 20px;
    padding-right: 20px;
  }
  section.wooprex-architecture-section .architecture-main-wrapper .architecture-service .section-header {
    display: block;
  }
  section.wooprex-architecture-section .architecture-main-wrapper .architecture-service .service-main .service-item-wrapper .row {
    row-gap: 40px;
  }
  section.wooprex-architecture-section .architecture-main-wrapper .architecture-right {
    padding: 20px;
  }
  section.wooprex-architecture-section .architecture-main-wrapper .architecture-right .wooprex-btn-2 {
    position: relative;
    right: 0;
  }
  /* Home process */
  section.wooprex-process-section {
    padding-left: 20px;
  }
  section.wooprex-process-section .process-main-wrapper {
    margin: 0;
  }
  section.wooprex-process-section .process-main-wrapper .process-details {
    padding-right: 20px;
    width: 78%;
  }
  section.wooprex-process-section .process-main-wrapper .process-details .process-details-wrapper {
    flex-direction: column;
  }
  section.wooprex-process-section .process-main-wrapper .process-details .process-details-wrapper .wrapper-item {
    width: 100% !important;
    border-right: none;
  }
  section.wooprex-process-section .process-main-wrapper .process-details .process-details-wrapper .wrapper-item .process-item {
    padding: 20px !important;
  }
  section.wooprex-process-section .process-main-wrapper .process-details .process-details-wrapper .wrapper-item .process-item h3 {
    font-size: 22px !important;
  }
  section.wooprex-process-section .process-main-wrapper .process-details .process-details-wrapper .wrapper-item .process-item.item-1, section.wooprex-process-section .process-main-wrapper .process-details .process-details-wrapper .wrapper-item .process-item.item-4 {
    border-right: 1px solid rgba(175, 175, 220, 0.4784313725);
  }
  section.wooprex-process-section .process-main-wrapper .process-details .process-details-wrapper .wrapper-item .process-item.item-2, section.wooprex-process-section .process-main-wrapper .process-details .process-details-wrapper .wrapper-item .process-item.item-3 {
    border-bottom: 1px solid rgba(175, 175, 220, 0.4784313725);
  }
  section.wooprex-process-section .process-main-wrapper .process-details .process-details-wrapper .wrapper-item.first .process-item, section.wooprex-process-section .process-main-wrapper .process-details .process-details-wrapper .wrapper-item.last .process-item {
    width: 50%;
  }
  section.wooprex-process-section .process-main-wrapper .process-image {
    width: 22%;
    height: auto;
  }
  /* Wooprex signature */
  section.wooprex-signature-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  section.wooprex-signature-section .container {
    padding: 0;
  }
  section.wooprex-signature-section .signature-main-wrapper .signature-top,
  section.wooprex-signature-section .signature-main-wrapper .signature-middle,
  section.wooprex-signature-section .signature-main-wrapper .signature-bottom {
    padding: 0;
  }
  section.wooprex-signature-section .signature-main-wrapper .signature-top .row,
  section.wooprex-signature-section .signature-main-wrapper .signature-bottom .row {
    row-gap: 30px;
  }
  section.wooprex-signature-section .signature-main-wrapper .signature-bottom .wooprex-btn-2 {
    position: static;
    margin-top: 30px;
  }
  section.wooprex-signature-section .signature-image {
    height: 390px;
  }
  /* Testimonial */
  section.wooprex-testimonial-section-one .testimonial-slider-wrapper {
    left: 50%;
    width: 90%;
    padding: 30px;
    transform: translate(-50%, -50%);
  }
  section.wooprex-testimonial-section-one .testimonial-slider-wrapper .testimonial-slider-item p {
    font-size: 35px;
    line-height: 1.4em;
    margin-bottom: 20px;
  }
  /* Team */
  section.wooprex-team-section-one .section-header {
    display: none;
  }
  section.wooprex-team-section-one .team-main-wrapper .container {
    padding-right: 20px;
  }
  section.wooprex-team-section-one .team-main-wrapper .container .row {
    row-gap: 40px;
  }
  section.wooprex-team-section-one .team-main-wrapper .section-header {
    display: block;
  }
  section.wooprex-team-section-one .shape {
    display: none;
  }
  .wooprex-team-item.style-1 .team-top {
    height: auto;
  }
  .wooprex-team-item.style-1 .team-description {
    margin-top: 20px;
  }
  /* Counter */
  section.wooprex-counter-section .wooprex-counter .wooprex-counter-item h4 {
    font-size: 95px;
    letter-spacing: -2px;
  }
  section.wooprex-counter-section .wooprex-counter .wooprex-counter-item p {
    line-height: 1.3em;
    font-size: 15px;
  }
  section.wooprex-counter-section .shape {
    height: 360px;
  }
  /* Latest blog */
  section.wooprex-latest-blog-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  section.wooprex-latest-blog-section .container {
    padding: 0;
  }
  section.wooprex-latest-blog-section .latest-blog-wrapper .row > * {
    padding: 0 13px;
  }
  /* Footer section */
  footer.wooprex-footer-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  footer.wooprex-footer-section .footer-main-wrapper .footer-top .footer-left {
    padding-right: 0;
  }
  footer.wooprex-footer-section .footer-main-wrapper .footer-top .footer-left .row {
    row-gap: 50px;
  }
  footer.wooprex-footer-section .footer-main-wrapper .footer-top .footer-left .footer-item p {
    margin-bottom: 25px;
  }
  footer.wooprex-footer-section .footer-main-wrapper .footer-top .footer-right {
    padding: 30px 50px;
  }
  footer.wooprex-footer-section .footer-main-wrapper .footer-top .footer-item h4 {
    margin-bottom: 15px;
  }
  footer.wooprex-footer-section .footer-main-wrapper .footer-top .footer-item form .input-box-wrapper input[type=email] {
    padding: 12px 40px 12px 15px;
  }
  footer.wooprex-footer-section .footer-main-wrapper .footer-top .footer-item form .input-box-wrapper .button-wrapper {
    width: 40px;
    height: 40px;
  }
  footer.wooprex-footer-section .footer-main-wrapper .footer-bottom {
    padding-right: 0;
  }
  /* Breadcrumb */
  section.wooprex-breadcrumb-section {
    height: 450px;
  }
  section.wooprex-breadcrumb-section .breadcrumb-text {
    left: 20px;
  }
  section.wooprex-breadcrumb-section .breadcrumb-text h3 {
    font-size: 80px;
  }
  /************ ABOUT PAGE *****************/
  section.wooprex-creative-section .creative-main-wrapper .creative-solution-description {
    padding: 0px 20px;
  }
  section.wooprex-creative-section .creative-main-wrapper .creative-solution-description h3 {
    margin-bottom: 25px;
  }
  section.wooprex-creative-section .shape {
    width: 475px;
  }
  /* About service */
  section.wooprex-about-service-section .service-item-wrapper .row {
    row-gap: 40px;
  }
  section.wooprex-about-service-section .wooprex-service-item {
    padding: 0;
  }
  section.wooprex-about-service-section .about-service-bottom {
    padding-left: 0;
  }
  section.wooprex-about-service-section .about-service-bottom .main-image .description {
    width: 550px;
    right: 0;
  }
  section.wooprex-about-service-section .about-service-bottom .bottom-inner-wrapper .service-counter {
    padding: 30px 20px;
    width: 25%;
  }
  section.wooprex-about-service-section .about-service-bottom .bottom-inner-wrapper .service-slider-wrapper {
    margin-left: 20px;
    padding-top: 40px;
    width: 75%;
  }
  section.wooprex-about-service-section .about-service-bottom .bottom-inner-wrapper .service-slider-wrapper .service-slider {
    width: 100%;
  }
  /* Supply section */
  section.wooprex-supply-section .supply-top {
    margin-bottom: 40px;
  }
  section.wooprex-supply-section .supply-top .row {
    row-gap: 20px;
  }
  section.wooprex-supply-section .supply-top .top-right p {
    margin-left: 0;
  }
  section.wooprex-supply-section .supply-slider-wrapper {
    padding: 0px 20px;
  }
  section.wooprex-supply-section .supply-slider-wrapper .supply-slider-item {
    height: 500px;
  }
  section.wooprex-supply-section .wooprex-swiper-nav-wrapper {
    padding: 0px 20px;
  }
  section.wooprex-supply-section .wooprex-swiper-nav-wrapper .wooprex-swiper-pagination .swiper-pagination span {
    display: inline-block;
  }
  /* Team section two */
  section.wooprex-team-section-two {
    padding-left: 20px;
    padding-right: 20px;
  }
  section.wooprex-team-section-two .container {
    padding: 0;
  }
  section.wooprex-team-section-two .team-main-wrapper .row {
    row-gap: 25px;
  }
  .wooprex-team-item.style-2 .team-description .wooprex-follow-us {
    margin-top: 10px;
  }
  /* Popup section */
  section.wooprex-popup-section {
    height: 580px;
  }
  section.wooprex-popup-section .popup-main-wrapper .popup-left p {
    margin-top: 20px;
  }
  section.wooprex-popup-section .popup-main-wrapper .popup-right .player {
    width: 120px;
    height: 120px;
  }
  section.wooprex-popup-section .popup-main-wrapper .popup-right .player i {
    font-size: 35px;
  }
  /* All page fortune section */
  section.wooprex-fortune-section .fortune-main-wrapper {
    margin-top: 0;
    padding: 0px 20px;
  }
  section.wooprex-fortune-section .fortune-main-wrapper .row {
    row-gap: 40px;
  }
  section.wooprex-fortune-section .fortune-main-wrapper .fortune-description {
    padding-right: 0;
  }
  section.wooprex-fortune-section .fortune-main-wrapper .fortune-description .wooprex-btn-2 {
    margin-top: 30px;
  }
  /***************** SERVICE PAGE ******************/
  section.wooprex-service-section .service-item {
    height: 550px;
  }
  section.wooprex-service-section .service-item.item-5 {
    height: 450px;
  }
  /* Commercial service */
  section.wooprex-commercial-service-section .section-header {
    padding: 0px 20px;
  }
  section.wooprex-commercial-service-section .commercial-service-main-wrapper {
    padding: 0;
  }
  section.wooprex-commercial-service-section .commercial-service-main-wrapper .row {
    row-gap: 40px;
  }
  section.wooprex-commercial-service-section .commercial-service-main-wrapper .commercial-service-description {
    padding-right: 20px;
  }
  section.wooprex-commercial-service-section .commercial-service-main-wrapper .commercial-service-description .description-header {
    padding: 0px;
  }
  section.wooprex-commercial-service-section .commercial-service-main-wrapper .commercial-service-description .description-header h2 {
    margin-bottom: 15px;
  }
  section.wooprex-commercial-service-section .commercial-service-main-wrapper .commercial-service-description .description-item-wrapper {
    margin-top: 40px;
  }
  section.wooprex-commercial-service-section .commercial-service-main-wrapper .commercial-service-description .description-item-wrapper .commercial-service-item {
    padding: 0;
    padding-bottom: 20px;
  }
  section.wooprex-commercial-service-section .commercial-service-main-wrapper .commercial-service-description .description-item-wrapper .commercial-service-item:last-child {
    padding-bottom: 0px;
  }
  section.wooprex-commercial-service-section .commercial-service-main-wrapper .commercial-service-description .description-item-wrapper .commercial-service-item .row {
    row-gap: 25px;
  }
  section.wooprex-commercial-service-section .commercial-service-main-wrapper .commercial-service-description .description-item-wrapper .commercial-service-item .service-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto;
  }
  /* Testimonial section two */
  section.wooprex-testimonial-section-two .section-header {
    padding: 0px 20px;
  }
  section.wooprex-testimonial-section-two .testimonial-main-wrapper .testimonial-slider-wrapper {
    padding: 0px 20px;
  }
  section.wooprex-testimonial-section-two .testimonial-main-wrapper .testimonial-slider-wrapper .testimonial-slider-main img.quote {
    margin-top: 40px;
    margin-bottom: 40px;
    width: 120px;
  }
  section.wooprex-testimonial-section-two .testimonial-main-wrapper .testimonial-slider-wrapper .testimonial-slider-main .testimonial-slider-item p {
    font-size: 26px;
    line-height: 1.4em;
  }
  section.wooprex-testimonial-section-two .testimonial-main-wrapper .testimonial-slider-wrapper .testimonial-slider-main .testimonial-slider-item .client {
    margin-top: 40px;
  }
  section.wooprex-testimonial-section-two .testimonial-main-wrapper .testimonial-slider-wrapper .testimonial-slider-main .testimonial-slider-item .client .client-details h4 {
    font-size: 20px;
  }
  /************* SERVICE DETAILS SECTION ********************/
  section.wooprex-world-increase-section .world-increase-main-wrapper .increase-image {
    height: 600px;
  }
  /* Gallery */
  section.wooprex-gallery-section h4 {
    margin-bottom: 40px;
  }
  section.wooprex-gallery-section .gallery-slider-wrapper .gallery-slider-main .swiper-slide {
    height: 380px;
  }
  /* Infrustructure */
  section.wooprex-infrustructure-section {
    overflow: hidden;
  }
  section.wooprex-infrustructure-section h4 {
    padding: 0px 20px;
    margin-bottom: 25px;
  }
  section.wooprex-infrustructure-section .infrustructure-main-wrapper.wooprex-fixed-box {
    height: auto;
    z-index: 9;
  }
  section.wooprex-infrustructure-section .infrustructure-main-wrapper.wooprex-fixed-box .fixed-box-contain {
    position: inherit;
    height: auto;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  section.wooprex-infrustructure-section .infrustructure-main-wrapper.wooprex-fixed-box .fixed-box-contain .infrustructure-item {
    height: auto;
    position: inherit;
  }
  section.wooprex-infrustructure-section .infrustructure-main-wrapper.wooprex-fixed-box .fixed-box-contain .infrustructure-item .infrustructure-item-wrapper {
    height: 600px;
  }
  section.wooprex-infrustructure-section .infrustructure-main-wrapper.wooprex-fixed-box .fixed-box-contain .infrustructure-item .infrustructure-item-wrapper .image {
    width: 100%;
    height: 100%;
  }
  section.wooprex-infrustructure-section .infrustructure-main-wrapper.wooprex-fixed-box .fixed-box-contain .infrustructure-item .infrustructure-item-wrapper .description h3 {
    font-size: 90px;
  }
  /* Think big section */
  section.wooprex-project-think-section .project-think-main-wrapper .row {
    row-gap: 40px;
  }
  section.wooprex-project-think-section .project-think-main-wrapper .project-think-left h3 {
    font-size: 66px;
  }
  /* Panaroma */
  section.wooprex-panorama-section {
    height: 550px;
  }
  section.wooprex-panorama-section .section-header {
    position: absolute;
    top: 70px;
  }
  /******************* PROJECT PAGE **********************/
  section.wooprex-project-list-section {
    padding: 0px 20px;
    padding-top: 60px;
  }
  section.wooprex-project-list-section .project-main-wrapper {
    row-gap: 40px;
  }
  section.wooprex-project-list-section .project-main-wrapper .wooprex-project-item .row {
    row-gap: 20px;
  }
  section.wooprex-project-list-section .project-main-wrapper .wooprex-project-item .project-location h5 {
    font-size: 18px;
  }
  section.wooprex-project-list-section .project-main-wrapper .wooprex-project-item .project-location h5:after {
    width: 60px;
  }
  section.wooprex-project-list-section .project-main-wrapper .wooprex-project-item .project-details .top {
    margin-bottom: 40px;
  }
  section.wooprex-project-list-section .project-main-wrapper .wooprex-project-item .project-details .project-btn .wooprex-btn-2 span.icon {
    width: 80px;
    height: 80px;
  }
  section.wooprex-project-list-section .project-main-wrapper .wooprex-project-item .project-details .project-btn .wooprex-btn-2 span.icon i {
    font-size: 24px;
  }
  .wooprex-project-header ul {
    flex-wrap: wrap;
  }
  .wooprex-project-header ul li a {
    padding: 10px 25px;
  }
  /****************** PROJECT DETAILS *******************/
  section.wooprex-project-details-section .details-main-wrapper {
    margin-top: 0;
  }
  section.wooprex-project-details-section .details-main-wrapper .row {
    row-gap: 60px;
  }
  section.wooprex-project-details-section .details-main-wrapper .wooprex-project-header h2 {
    font-size: 48px;
  }
  section.wooprex-project-details-section .details-main-wrapper .process-section .project-description {
    padding: 0;
  }
  section.wooprex-project-details-section .details-main-wrapper .project-section .project-image {
    margin-top: -190px;
  }
  section.wooprex-project-details-section .details-main-wrapper .project-image.small {
    height: 450px;
  }
  .wooprex-blog-item .blog-image {
    height: 400px;
  }
  /************** BLOG DETAILS *********************/
  .wooprex-blog-details .wooprex-blog-thumbnail,
  .wooprex-blog-details .wooprex-blog-image {
    height: 390px;
  }
  .wooprex-sidebar.left {
    padding-right: 20px;
  }
  .wooprex-sidebar.right {
    padding-left: 20px;
  }
  section.wooprex-related-blog-section h3 {
    font-size: 40px;
  }
  /***************** CONTACT PAGE **********************/
  section.wooprex-contact-location-section {
    padding-bottom: 70px;
  }
  section.wooprex-contact-location-section .contact-location .row {
    row-gap: 40px;
  }
  section.wooprex-contact-section {
    margin-bottom: 100px;
  }
}
@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-left .header-logo {
    max-width: 160px;
  }
  header.wooprex-header-section .header-main .header-right {
    gap: 15px;
  }
  header.wooprex-header-section .header-main .header-right .wooprex-follow-us {
    margin-right: 20px;
  }
  header.wooprex-header-section .header-main .header-right .wooprex-follow-us ul {
    gap: 30px;
  }
  header.wooprex-header-section .header-main .wooprex-search-box .wooprex-search-close i {
    font-size: 20px;
  }
  header.wooprex-header-section .header-main .wooprex-search-box input::-moz-placeholder {
    font-size: 16px;
  }
  header.wooprex-header-section .header-main .wooprex-search-box input::placeholder {
    font-size: 16px;
  }
  .section-header {
    position: static;
    margin-bottom: 20px;
    width: 100%;
  }
  .section-header .sub-header {
    writing-mode: initial;
    transform: inherit;
  }
  .section-header .sub-header:after {
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    bottom: inherit;
    margin-left: 10px;
    width: 100px;
    height: inherit;
    border-image-source: linear-gradient(90deg, #ffffff 0%, rgba(0, 0, 0, 0) 100%);
  }
  .header {
    font-size: 70px !important;
    margin-bottom: 45px;
    line-height: 1.2em;
  }
  .single-header {
    font-size: 115px;
    margin-bottom: 10px;
  }
  .wooprex-btn-2 span.icon {
    width: 90px;
    height: 90px;
  }
  .wooprex-swiper-navigation .swiper-button-prev,
  .wooprex-swiper-navigation .swiper-button-next {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* Banner section */
  section.wooprex-banner-section .banner-item {
    height: 650px;
  }
  section.wooprex-banner-section .banner-item .banner-text {
    bottom: 25%;
    left: 50%;
    transform: translateX(-50%);
    padding: 0px 20px;
    width: 100%;
  }
  section.wooprex-banner-section .banner-item .banner-text h3 {
    font-size: 65px;
    line-height: 1.1em;
    margin-bottom: 10px;
  }
  section.wooprex-banner-section .banner-item .banner-text h5 {
    font-size: 40px;
  }
  section.wooprex-banner-section .banner-item .banner-text h5:after {
    width: 150px;
  }
  section.wooprex-banner-section .banner-item .banner-text p {
    margin-top: 10px;
  }
  section.wooprex-banner-section .nextSection {
    height: 70px;
    bottom: 10%;
  }
  section.wooprex-banner-section p.year {
    font-size: 16px;
  }
  section.wooprex-banner-section p.year:before {
    height: 80px;
  }
  section.wooprex-banner-section .wooprex-swiper-pagination {
    display: none;
  }
  section.wooprex-banner-section .wooprex-swiper-navigation {
    top: inherit;
    transform: translateX(-50%);
    bottom: 30px;
    left: 50%;
  }
  /* Ordinary section */
  section.wooprex-ordinary-section .container {
    padding: 0;
  }
  section.wooprex-ordinary-section .row {
    row-gap: 30px;
  }
  section.wooprex-ordinary-section .ordinary-left .wooprex-swiper-navigation {
    display: none;
  }
  section.wooprex-ordinary-section .ordinary-right .ordinary-text {
    padding: 30px;
    max-width: 100%;
  }
  section.wooprex-ordinary-section .ordinary-right .wooprex-swiper-navigation {
    margin-top: 40px;
    display: flex;
    justify-content: center;
  }
  section.wooprex-ordinary-section .ordinary-right .ordinary-slider-main {
    height: auto;
  }
  section.wooprex-ordinary-section .ordinary-right .ordinary-slider-main .ordinary-slider-item {
    height: 350px;
  }
  /* Architecture section */
  section.wooprex-architecture-section .section-header {
    display: none;
  }
  section.wooprex-architecture-section .architecture-main-wrapper .architecture-service {
    padding-left: 20px;
    padding-right: 20px;
  }
  section.wooprex-architecture-section .architecture-main-wrapper .architecture-service .section-header {
    display: block;
  }
  section.wooprex-architecture-section .architecture-main-wrapper .architecture-service .service-main .service-item-wrapper .row {
    row-gap: 40px;
  }
  section.wooprex-architecture-section .architecture-main-wrapper .architecture-right {
    padding: 20px;
  }
  section.wooprex-architecture-section .architecture-main-wrapper .architecture-right .wooprex-btn-2 {
    position: relative;
    right: 0;
  }
  /* Home process */
  section.wooprex-process-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  section.wooprex-process-section .process-main-wrapper {
    flex-direction: column;
    row-gap: 40px;
    margin: 0;
  }
  section.wooprex-process-section .process-main-wrapper .process-details,
  section.wooprex-process-section .process-main-wrapper .process-image {
    width: 100%;
  }
  section.wooprex-process-section .process-main-wrapper .process-details {
    padding: 0;
  }
  section.wooprex-process-section .process-main-wrapper .process-details .process-details-wrapper {
    flex-direction: column;
  }
  section.wooprex-process-section .process-main-wrapper .process-details .process-details-wrapper .wrapper-item {
    width: 100% !important;
    border-right: none;
  }
  section.wooprex-process-section .process-main-wrapper .process-details .process-details-wrapper .wrapper-item .process-item {
    padding: 20px !important;
  }
  section.wooprex-process-section .process-main-wrapper .process-details .process-details-wrapper .wrapper-item .process-item h3 {
    font-size: 22px !important;
  }
  section.wooprex-process-section .process-main-wrapper .process-details .process-details-wrapper .wrapper-item .process-item.item-1, section.wooprex-process-section .process-main-wrapper .process-details .process-details-wrapper .wrapper-item .process-item.item-4 {
    border-right: 1px solid rgba(175, 175, 220, 0.4784313725);
  }
  section.wooprex-process-section .process-main-wrapper .process-details .process-details-wrapper .wrapper-item .process-item.item-2, section.wooprex-process-section .process-main-wrapper .process-details .process-details-wrapper .wrapper-item .process-item.item-3 {
    border-bottom: 1px solid rgba(175, 175, 220, 0.4784313725);
  }
  section.wooprex-process-section .process-main-wrapper .process-details .process-details-wrapper .wrapper-item.first .process-item, section.wooprex-process-section .process-main-wrapper .process-details .process-details-wrapper .wrapper-item.last .process-item {
    width: 50%;
  }
  section.wooprex-process-section .process-main-wrapper .process-image {
    height: 600px;
  }
  /* Wooprex signature */
  section.wooprex-signature-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  section.wooprex-signature-section .container {
    padding: 0;
  }
  section.wooprex-signature-section .signature-main-wrapper .signature-top,
  section.wooprex-signature-section .signature-main-wrapper .signature-middle,
  section.wooprex-signature-section .signature-main-wrapper .signature-bottom {
    padding: 0;
  }
  section.wooprex-signature-section .signature-main-wrapper .signature-top .row,
  section.wooprex-signature-section .signature-main-wrapper .signature-bottom .row {
    row-gap: 30px;
  }
  section.wooprex-signature-section .signature-main-wrapper .signature-bottom .wooprex-btn-2 {
    position: static;
    margin-top: 30px;
  }
  section.wooprex-signature-section .signature-image {
    height: 450px !important;
  }
  /* Testimonial */
  section.wooprex-testimonial-section-one {
    height: 600px;
  }
  section.wooprex-testimonial-section-one .testimonial-slider-wrapper {
    left: 50%;
    width: 90%;
    padding: 30px 20px;
    transform: translate(-50%, -50%);
  }
  section.wooprex-testimonial-section-one .testimonial-slider-wrapper .testimonial-slider-item p {
    font-size: 30px;
    line-height: 1.4em;
    margin-bottom: 20px;
  }
  section.wooprex-testimonial-section-one .testimonial-slider-wrapper .testimonial-slider-item .client {
    float: left;
  }
  section.wooprex-testimonial-section-one .testimonial-slider-wrapper .testimonial-slider-item .client .client-details h4 {
    font-size: 20px;
  }
  /* Team */
  section.wooprex-team-section-one .section-header {
    display: none;
  }
  section.wooprex-team-section-one .team-main-wrapper .container {
    padding-right: 20px;
  }
  section.wooprex-team-section-one .team-main-wrapper .container .row {
    row-gap: 40px;
  }
  section.wooprex-team-section-one .team-main-wrapper .section-header {
    display: block;
  }
  section.wooprex-team-section-one .shape {
    display: none;
  }
  .wooprex-team-item.style-1 .team-top {
    height: 325px;
  }
  .wooprex-team-item.style-1 .team-description {
    margin-top: 20px;
  }
  /* Counter */
  section.wooprex-counter-section .wooprex-counter .row {
    row-gap: 30px;
  }
  section.wooprex-counter-section .wooprex-counter .wooprex-counter-item h4 {
    font-size: 100px;
  }
  section.wooprex-counter-section .wooprex-counter .wooprex-counter-item p {
    line-height: 1.3em;
  }
  section.wooprex-counter-section .shape {
    height: 360px;
  }
  /* Latest blog */
  section.wooprex-latest-blog-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  section.wooprex-latest-blog-section .container {
    padding: 0;
  }
  section.wooprex-latest-blog-section .latest-blog-wrapper .row {
    row-gap: 40px;
  }
  section.wooprex-latest-blog-section .latest-blog-wrapper .row > * {
    padding: 0 13px;
  }
  /****** Wooprex blog item */
  .wooprex-blog-item .blog-description {
    margin-top: 20px;
  }
  .wooprex-blog-item .blog-description h3 {
    margin-bottom: 20px;
  }
  /* News letter */
  section.wooprex-news-letter-section .news-letter-main-wrapper {
    padding: 40px;
  }
  /* Footer section */
  footer.wooprex-footer-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  footer.wooprex-footer-section .footer-main-wrapper .footer-top .footer-left {
    padding: 70px 0px 30px 0px;
  }
  footer.wooprex-footer-section .footer-main-wrapper .footer-top .footer-left .row {
    row-gap: 50px;
  }
  footer.wooprex-footer-section .footer-main-wrapper .footer-top .footer-left .footer-item p {
    margin-bottom: 25px;
  }
  footer.wooprex-footer-section .footer-main-wrapper .footer-top .footer-right {
    padding: 30px;
  }
  footer.wooprex-footer-section .footer-main-wrapper .footer-top .footer-item h4 {
    margin-bottom: 15px;
  }
  footer.wooprex-footer-section .footer-main-wrapper .footer-top .footer-item form .input-box-wrapper input[type=email] {
    padding: 12px 40px 12px 15px;
  }
  footer.wooprex-footer-section .footer-main-wrapper .footer-top .footer-item form .input-box-wrapper .button-wrapper {
    width: 40px;
    height: 40px;
  }
  footer.wooprex-footer-section .footer-main-wrapper .footer-bottom {
    padding-right: 0;
  }
  footer.wooprex-footer-section .footer-main-wrapper .footer-bottom .copyright p {
    font-size: 14px;
  }
  footer.wooprex-footer-section .footer-main-wrapper .footer-bottom .footer-bottom-menu ul li {
    font-size: 14px;
  }
  footer.wooprex-footer-section .footer-main-wrapper .footer-bottom .footer-bottom-menu ul li:after {
    display: none;
  }
  /* Breadcrumb */
  section.wooprex-breadcrumb-section {
    height: 400px;
  }
  section.wooprex-breadcrumb-section .breadcrumb-text {
    left: 20px;
  }
  section.wooprex-breadcrumb-section .breadcrumb-text h3 {
    font-size: 70px;
  }
  /************ ABOUT PAGE *****************/
  section.wooprex-creative-section .creative-main-wrapper .row {
    row-gap: 30px;
  }
  section.wooprex-creative-section .creative-main-wrapper .creative-solution-description {
    padding: 0px 20px;
  }
  section.wooprex-creative-section .creative-main-wrapper .creative-solution-description h3 {
    margin-bottom: 25px;
  }
  /* About service */
  section.wooprex-about-service-section .service-item-wrapper .row {
    row-gap: 40px;
  }
  section.wooprex-about-service-section .wooprex-service-item {
    padding: 0;
  }
  section.wooprex-about-service-section .about-service-bottom {
    padding-left: 0;
  }
  section.wooprex-about-service-section .about-service-bottom .main-image .description {
    right: inherit;
    left: 50%;
    transform: translateX(-50%);
  }
  section.wooprex-about-service-section .about-service-bottom .bottom-inner-wrapper {
    flex-direction: column;
  }
  section.wooprex-about-service-section .about-service-bottom .bottom-inner-wrapper .service-counter,
  section.wooprex-about-service-section .about-service-bottom .bottom-inner-wrapper .service-slider-wrapper {
    width: 100%;
  }
  section.wooprex-about-service-section .about-service-bottom .bottom-inner-wrapper .service-counter {
    margin: 0;
    padding: 30px 20px;
  }
  section.wooprex-about-service-section .about-service-bottom .bottom-inner-wrapper .service-slider-wrapper {
    margin-left: 0;
    padding-top: 20px;
  }
  section.wooprex-about-service-section .about-service-bottom .bottom-inner-wrapper .service-slider-wrapper .service-slider {
    width: 100%;
  }
  /* Supply section */
  section.wooprex-supply-section .supply-top {
    margin-bottom: 40px;
  }
  section.wooprex-supply-section .supply-top .row {
    row-gap: 20px;
  }
  section.wooprex-supply-section .supply-top .top-right p {
    margin-left: 0;
  }
  section.wooprex-supply-section .supply-slider-wrapper {
    padding: 0px 20px;
  }
  section.wooprex-supply-section .supply-slider-wrapper .supply-slider-item {
    height: 500px;
  }
  section.wooprex-supply-section .wooprex-swiper-nav-wrapper {
    padding: 0px 20px;
  }
  section.wooprex-supply-section .wooprex-swiper-nav-wrapper .wooprex-swiper-pagination .swiper-pagination span {
    display: inline-block;
  }
  /* Team section two */
  section.wooprex-team-section-two {
    padding-left: 20px;
    padding-right: 20px;
  }
  section.wooprex-team-section-two .container {
    padding: 0;
  }
  section.wooprex-team-section-two .team-main-wrapper .row {
    row-gap: 25px;
  }
  .wooprex-team-item.style-2 {
    height: 450px;
  }
  .wooprex-team-item.style-2 .team-description .wooprex-follow-us {
    margin-top: 10px;
  }
  .wooprex-team-item.style-2 .team-image a img {
    padding: 0px 30px;
  }
  /* Popup section */
  section.wooprex-popup-section {
    height: 650px;
  }
  section.wooprex-popup-section .popup-main-wrapper {
    flex-direction: column;
    row-gap: 30px;
  }
  section.wooprex-popup-section .popup-main-wrapper .popup-left,
  section.wooprex-popup-section .popup-main-wrapper .popup-right {
    width: 100%;
    text-align: center;
  }
  section.wooprex-popup-section .popup-main-wrapper .popup-left p {
    margin-top: 20px;
  }
  section.wooprex-popup-section .popup-main-wrapper .popup-right {
    text-align: center;
  }
  section.wooprex-popup-section .popup-main-wrapper .popup-right .player {
    width: 120px;
    height: 120px;
  }
  section.wooprex-popup-section .popup-main-wrapper .popup-right .player i {
    font-size: 35px;
  }
  /* All page fortune section */
  section.wooprex-fortune-section .fortune-main-wrapper {
    margin-top: 0;
    padding: 0px 20px;
  }
  section.wooprex-fortune-section .fortune-main-wrapper .row {
    row-gap: 40px;
  }
  section.wooprex-fortune-section .fortune-main-wrapper .fortune-description {
    padding-right: 0;
  }
  section.wooprex-fortune-section .fortune-main-wrapper .fortune-description .wooprex-btn-2 {
    margin-top: 30px;
  }
  /* Blog item */
  .wooprex-blog-item .blog-image {
    height: 370px;
  }
  section.wooprex-blog-list-section .row {
    row-gap: 40px;
  }
  section.wooprex-blog-list-section.has-sidebar .row {
    row-gap: inherit;
  }
  section.wooprex-blog-list-section.has-sidebar .row .row {
    row-gap: 40px;
  }
  /************* BLOG DETAILS PAGE ******************/
  .wooprex-blog-header h1 {
    font-size: 30px;
  }
  .wooprex-blog-details .wooprex-blog-description,
  .wooprex-blog-details .wooprex-blog-image {
    margin-bottom: 30px;
  }
  .wooprex-blog-details .wooprex-blog-quote {
    height: auto;
    padding: 20px;
    margin-bottom: 40px;
  }
  .wooprex-blog-details .wooprex-blog-quote:before {
    height: 60px;
    width: 60px;
    top: 5px;
  }
  .wooprex-blog-details .wooprex-blog-quote blockquote {
    line-height: 1.5em;
    font-size: 16px;
  }
  .wooprex-sidebar {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid rgba(238, 238, 255, 0.3411764706);
  }
  .wooprex-sidebar.left {
    padding-right: 0px;
  }
  .wooprex-sidebar.right {
    padding-left: 0px;
  }
  .wooprex-sidebar .sidebar-title {
    margin-bottom: 25px;
    font-size: 20px;
  }
  .wooprex-sidebar .wooprex-sidebar-latest-post .latest-post-item .post-details p.date {
    margin-bottom: 10px;
  }
  section.wooprex-related-blog-section h3 {
    font-size: 35px;
  }
  /************** SERVICE PAGE ***************/
  section.wooprex-service-section .service-item {
    height: 60vh;
  }
  section.wooprex-service-section .service-item .service-count span {
    font-size: 130px;
  }
  section.wooprex-service-section .service-item .service-description h3 {
    font-size: 21px;
  }
  section.wooprex-service-section .service-item.item-5 {
    height: 60vh;
  }
  section.wooprex-service-section .service-item.item-5 .service-count {
    padding: 0px;
  }
  /* Commercial service */
  section.wooprex-commercial-service-section .section-header {
    padding: 0px 20px;
  }
  section.wooprex-commercial-service-section .commercial-service-main-wrapper {
    padding: 0;
  }
  section.wooprex-commercial-service-section .commercial-service-main-wrapper .row {
    row-gap: 40px;
  }
  section.wooprex-commercial-service-section .commercial-service-main-wrapper .commercial-service-image {
    height: 650px;
  }
  section.wooprex-commercial-service-section .commercial-service-main-wrapper .commercial-service-description {
    padding: 0px 20px;
  }
  section.wooprex-commercial-service-section .commercial-service-main-wrapper .commercial-service-description .description-header {
    padding: 0px;
  }
  section.wooprex-commercial-service-section .commercial-service-main-wrapper .commercial-service-description .description-header h2 {
    margin-bottom: 15px;
  }
  section.wooprex-commercial-service-section .commercial-service-main-wrapper .commercial-service-description .description-item-wrapper {
    margin-top: 40px;
  }
  section.wooprex-commercial-service-section .commercial-service-main-wrapper .commercial-service-description .description-item-wrapper .commercial-service-item {
    padding: 0;
    padding-bottom: 20px;
  }
  section.wooprex-commercial-service-section .commercial-service-main-wrapper .commercial-service-description .description-item-wrapper .commercial-service-item:last-child {
    padding-bottom: 0px;
  }
  section.wooprex-commercial-service-section .commercial-service-main-wrapper .commercial-service-description .description-item-wrapper .commercial-service-item .row {
    row-gap: 25px;
  }
  section.wooprex-commercial-service-section .commercial-service-main-wrapper .commercial-service-description .description-item-wrapper .commercial-service-item .service-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto;
  }
  /* Testimonial section two */
  section.wooprex-testimonial-section-two .section-header {
    padding: 0px 20px;
  }
  section.wooprex-testimonial-section-two .testimonial-main-wrapper .row {
    row-gap: 40px;
  }
  section.wooprex-testimonial-section-two .testimonial-main-wrapper .testimonial-slider-wrapper {
    padding: 0px 20px;
  }
  section.wooprex-testimonial-section-two .testimonial-main-wrapper .testimonial-slider-wrapper .testimonial-slider-main img.quote {
    width: 120px;
    margin-bottom: 40px;
  }
  section.wooprex-testimonial-section-two .testimonial-main-wrapper .testimonial-slider-wrapper .testimonial-slider-main .testimonial-slider-item p {
    font-size: 32px;
    line-height: 1.4em;
  }
  section.wooprex-testimonial-section-two .testimonial-main-wrapper .testimonial-slider-wrapper .testimonial-slider-main .testimonial-slider-item .client {
    margin-top: 30px;
  }
  /************* SERVICE DETAILS SECTION ********************/
  section.wooprex-world-increase-section .world-increase-main-wrapper .increase-image {
    height: 500px;
    margin-bottom: 40px;
  }
  section.wooprex-world-increase-section .increase-description .row {
    row-gap: 20px;
  }
  /* Gallery */
  section.wooprex-gallery-section h4 {
    margin-bottom: 25px;
  }
  /* Infrustructure */
  section.wooprex-infrustructure-section {
    overflow: hidden;
  }
  section.wooprex-infrustructure-section h4 {
    padding: 0px 20px;
    margin-bottom: 25px;
  }
  section.wooprex-infrustructure-section .infrustructure-main-wrapper.wooprex-fixed-box {
    height: auto;
    z-index: 99;
  }
  section.wooprex-infrustructure-section .infrustructure-main-wrapper.wooprex-fixed-box .fixed-box-contain {
    position: inherit;
    height: auto;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  section.wooprex-infrustructure-section .infrustructure-main-wrapper.wooprex-fixed-box .fixed-box-contain .infrustructure-item {
    height: auto;
    position: inherit;
  }
  section.wooprex-infrustructure-section .infrustructure-main-wrapper.wooprex-fixed-box .fixed-box-contain .infrustructure-item .infrustructure-item-wrapper {
    height: 500px;
  }
  section.wooprex-infrustructure-section .infrustructure-main-wrapper.wooprex-fixed-box .fixed-box-contain .infrustructure-item .infrustructure-item-wrapper .image {
    width: 100%;
    height: 100%;
  }
  section.wooprex-infrustructure-section .infrustructure-main-wrapper.wooprex-fixed-box .fixed-box-contain .infrustructure-item .infrustructure-item-wrapper .description h3 {
    font-size: 80px;
  }
  /* Think big section */
  section.wooprex-project-think-section .project-think-main-wrapper .row {
    row-gap: 40px;
  }
  section.wooprex-project-think-section .project-think-main-wrapper .project-think-left h3 {
    font-size: 58px;
    margin-bottom: 30px;
  }
  section.wooprex-project-think-section .project-think-main-wrapper .project-think-right {
    justify-content: start;
  }
  /* Panaroma */
  section.wooprex-panorama-section .section-header {
    position: absolute;
    top: 40px;
  }
  section.wooprex-panorama-section .panaroma-text h3 {
    font-size: 50px;
    margin-bottom: 20px;
  }
  section.wooprex-panorama-section .panaroma-text span {
    width: 100px;
    height: 100px;
  }
  /******************* PROJECT PAGE **********************/
  section.wooprex-project-list-section {
    padding: 0px 20px;
    padding-top: 60px;
  }
  section.wooprex-project-list-section .project-main-wrapper {
    row-gap: 40px;
  }
  section.wooprex-project-list-section .project-main-wrapper .wooprex-project-item .row {
    row-gap: 20px;
  }
  section.wooprex-project-list-section .project-main-wrapper .wooprex-project-item .project-location h5 {
    font-size: 18px;
  }
  section.wooprex-project-list-section .project-main-wrapper .wooprex-project-item .project-details .top {
    margin-bottom: 40px;
  }
  section.wooprex-project-list-section .project-main-wrapper .wooprex-project-item .project-details .project-btn .wooprex-btn-2 span.icon {
    width: 80px;
    height: 80px;
  }
  section.wooprex-project-list-section .project-main-wrapper .wooprex-project-item .project-details .project-btn .wooprex-btn-2 span.icon i {
    font-size: 24px;
  }
  .wooprex-project-header ul {
    flex-wrap: wrap;
  }
  .wooprex-project-header ul li a {
    padding: 10px 25px;
  }
  /****************** PROJECT DETAILS *******************/
  section.wooprex-project-details-section .details-main-wrapper {
    margin-top: 0;
  }
  section.wooprex-project-details-section .details-main-wrapper .row {
    row-gap: 40px;
  }
  section.wooprex-project-details-section .details-main-wrapper .wooprex-project-header h2 {
    font-size: 44px;
  }
  section.wooprex-project-details-section .details-main-wrapper .single-project-details ul li {
    width: auto;
  }
  section.wooprex-project-details-section .details-main-wrapper .project-section .project-image,
  section.wooprex-project-details-section .details-main-wrapper .process-section .project-image {
    margin: 0;
  }
  section.wooprex-project-details-section .details-main-wrapper .process-section .project-description {
    padding: 0;
  }
  /***************** CONTACT PAGE **********************/
  section.wooprex-contact-location-section {
    padding-bottom: 70px;
  }
  section.wooprex-contact-location-section .contact-location .row {
    row-gap: 40px;
  }
  section.wooprex-contact-section {
    margin-bottom: 70px;
  }
  .wooprex-google-map {
    padding-bottom: 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: 26px;
  }
  .text-size-12 {
    font-size: 26px;
  }
  .text-size-13 {
    font-size: 28px;
  }
  .text-size-14 {
    font-size: 45px;
  }
  .text-size-15 {
    font-size: 45px;
  }
  header.wooprex-header-section {
    z-index: 999;
  }
  header.wooprex-header-section .header-main {
    gap: 25px;
  }
  header.wooprex-header-section .header-main .header-left .header-logo {
    max-width: 150px;
  }
  header.wooprex-header-section .header-main .header-right {
    gap: 15px;
  }
  header.wooprex-header-section .header-main .header-right .wooprex-follow-us {
    display: none;
  }
  header.wooprex-header-section .header-main .header-right .wooprex-search-bar {
    width: 40px;
    height: 40px;
  }
  header.wooprex-header-section .header-main .header-right .wooprex-search-bar i {
    font-size: 24px;
  }
  header.wooprex-header-section .header-main .wooprex-search-box .wooprex-search-close i {
    font-size: 20px;
  }
  header.wooprex-header-section .header-main .wooprex-search-box input::-moz-placeholder {
    font-size: 16px;
  }
  header.wooprex-header-section .header-main .wooprex-search-box input::placeholder {
    font-size: 16px;
  }
  .wooprex-mobile-menu-bar {
    width: 40px;
    height: 40px;
  }
  .wooprex-mobile-menu-bar i {
    font-size: 24px;
  }
  .section-header {
    position: static;
    margin-bottom: 20px;
    width: 100%;
  }
  .section-header .sub-header {
    writing-mode: initial;
    transform: inherit;
  }
  .section-header .sub-header:after {
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    bottom: inherit;
    margin-left: 10px;
    width: 100px;
    height: inherit;
    border-image-source: linear-gradient(90deg, #ffffff 0%, rgba(0, 0, 0, 0) 100%);
  }
  .header {
    font-size: 35px !important;
    margin-bottom: 35px;
    line-height: 1.2em;
  }
  .single-header {
    font-size: 80px;
    margin-bottom: 20px;
  }
  .wooprex-btn-2 span.icon {
    width: 70px;
    height: 70px;
  }
  .wooprex-swiper-navigation .swiper-button-prev,
  .wooprex-swiper-navigation .swiper-button-next {
    width: 50px;
    height: 50px;
  }
  /* Banner section */
  section.wooprex-banner-section .banner-item {
    height: 650px;
  }
  section.wooprex-banner-section .banner-item .banner-text {
    bottom: 22%;
    left: 50%;
    transform: translateX(-50%);
    padding: 0px 20px;
    text-align: center;
    width: 100%;
  }
  section.wooprex-banner-section .banner-item .banner-text h3 {
    font-size: 55px;
    line-height: 1.1em;
    margin-bottom: 10px;
  }
  section.wooprex-banner-section .banner-item .banner-text h5 {
    font-size: 34px;
  }
  section.wooprex-banner-section .banner-item .banner-text h5:after {
    display: none;
  }
  section.wooprex-banner-section .banner-item .banner-text p {
    margin-right: auto;
    margin-top: 10px;
  }
  section.wooprex-banner-section .nextSection {
    height: 50px;
    bottom: 10%;
  }
  section.wooprex-banner-section p.year {
    font-size: 16px;
  }
  section.wooprex-banner-section p.year:before {
    height: 70px;
  }
  section.wooprex-banner-section .wooprex-swiper-pagination {
    display: none;
  }
  section.wooprex-banner-section .wooprex-swiper-navigation {
    top: inherit;
    transform: translateX(-50%);
    bottom: 30px;
    left: 50%;
  }
  /* Ordinary section */
  section.wooprex-ordinary-section .container {
    padding: 0;
  }
  section.wooprex-ordinary-section .ordinary-left h4 {
    font-size: 170px;
  }
  section.wooprex-ordinary-section .ordinary-left .wooprex-swiper-navigation {
    display: none;
  }
  section.wooprex-ordinary-section .ordinary-right .ordinary-text {
    position: relative;
    right: 0;
    top: 0;
    padding: 20px;
    max-width: 100%;
    margin-bottom: 15px;
  }
  section.wooprex-ordinary-section .ordinary-right .wooprex-swiper-navigation {
    margin-top: 40px;
    display: flex;
    justify-content: center;
  }
  section.wooprex-ordinary-section .ordinary-right .ordinary-slider-main {
    height: auto;
  }
  section.wooprex-ordinary-section .ordinary-right .ordinary-slider-main .ordinary-slider-item {
    height: 300px;
  }
  /* Architecture section */
  section.wooprex-architecture-section .section-header {
    display: none;
  }
  section.wooprex-architecture-section .architecture-main-wrapper .architecture-service {
    padding-left: 20px;
    padding-right: 20px;
  }
  section.wooprex-architecture-section .architecture-main-wrapper .architecture-service .section-header {
    display: block;
  }
  section.wooprex-architecture-section .architecture-main-wrapper .architecture-service .service-main .service-item-wrapper .row {
    row-gap: 40px;
  }
  section.wooprex-architecture-section .architecture-main-wrapper .architecture-right {
    padding: 20px;
  }
  section.wooprex-architecture-section .architecture-main-wrapper .architecture-right .wooprex-btn-2 {
    position: relative;
    right: 0;
  }
  /********************* Wooprex Service item *******************/
  .wooprex-service-item span {
    width: 80px;
    height: 80px;
  }
  /* Home process */
  section.wooprex-process-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  section.wooprex-process-section .process-main-wrapper {
    flex-direction: column;
    row-gap: 40px;
    margin: 0;
  }
  section.wooprex-process-section .process-main-wrapper .process-details,
  section.wooprex-process-section .process-main-wrapper .process-image {
    width: 100%;
  }
  section.wooprex-process-section .process-main-wrapper .process-details {
    padding: 0;
  }
  section.wooprex-process-section .process-main-wrapper .process-details .process-details-wrapper {
    flex-direction: column;
  }
  section.wooprex-process-section .process-main-wrapper .process-details .process-details-wrapper .wrapper-item {
    width: 100% !important;
    border-right: none;
  }
  section.wooprex-process-section .process-main-wrapper .process-details .process-details-wrapper .wrapper-item .process-item {
    padding: 20px !important;
  }
  section.wooprex-process-section .process-main-wrapper .process-details .process-details-wrapper .wrapper-item .process-item h3 {
    font-size: 24px !important;
  }
  section.wooprex-process-section .process-main-wrapper .process-details .process-details-wrapper .wrapper-item .process-item.item-2, section.wooprex-process-section .process-main-wrapper .process-details .process-details-wrapper .wrapper-item .process-item.item-3 {
    border-bottom: 1px solid rgba(175, 175, 220, 0.4784313725);
  }
  section.wooprex-process-section .process-main-wrapper .process-image {
    height: 450px;
  }
  /* Wooprex signature */
  section.wooprex-signature-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  section.wooprex-signature-section .container {
    padding: 0;
  }
  section.wooprex-signature-section .signature-main-wrapper .signature-top,
  section.wooprex-signature-section .signature-main-wrapper .signature-middle,
  section.wooprex-signature-section .signature-main-wrapper .signature-bottom {
    padding: 0;
  }
  section.wooprex-signature-section .signature-main-wrapper .signature-top .row,
  section.wooprex-signature-section .signature-main-wrapper .signature-bottom .row {
    row-gap: 30px;
  }
  section.wooprex-signature-section .signature-main-wrapper .signature-bottom .wooprex-btn-2 {
    position: static;
    margin-top: 30px;
  }
  section.wooprex-signature-section .signature-image {
    height: 400px !important;
  }
  /* Testimonial */
  section.wooprex-testimonial-section-one {
    height: 600px;
  }
  section.wooprex-testimonial-section-one .testimonial-slider-wrapper {
    left: 50%;
    width: 90%;
    padding: 30px 20px;
    transform: translate(-50%, -50%);
  }
  section.wooprex-testimonial-section-one .testimonial-slider-wrapper .testimonial-slider-item p {
    font-size: 22px;
    line-height: 1.4em;
    margin-bottom: 20px;
  }
  section.wooprex-testimonial-section-one .testimonial-slider-wrapper .testimonial-slider-item .client {
    float: left;
  }
  section.wooprex-testimonial-section-one .testimonial-slider-wrapper .testimonial-slider-item .client .client-details h4 {
    font-size: 18px;
  }
  /* Team */
  section.wooprex-team-section-one .section-header {
    display: none;
  }
  section.wooprex-team-section-one .team-main-wrapper .container {
    padding-right: 20px;
  }
  section.wooprex-team-section-one .team-main-wrapper .container .row {
    row-gap: 40px;
  }
  section.wooprex-team-section-one .team-main-wrapper .section-header {
    display: block;
  }
  section.wooprex-team-section-one .shape {
    display: none;
  }
  .wooprex-team-item.style-1 .team-top {
    height: auto;
  }
  .wooprex-team-item.style-1 .team-description {
    margin-top: 20px;
  }
  /* Counter */
  section.wooprex-counter-section .wooprex-counter .row {
    row-gap: 30px;
  }
  section.wooprex-counter-section .wooprex-counter .wooprex-counter-item h4 {
    font-size: 50px;
  }
  section.wooprex-counter-section .wooprex-counter .wooprex-counter-item p {
    line-height: 1.3em;
  }
  section.wooprex-counter-section .shape {
    height: 360px;
  }
  /* Latest blog */
  section.wooprex-latest-blog-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  section.wooprex-latest-blog-section .container {
    padding: 0;
  }
  section.wooprex-latest-blog-section .latest-blog-wrapper .row {
    row-gap: 40px;
  }
  section.wooprex-latest-blog-section .latest-blog-wrapper .row > * {
    padding: 0 13px;
  }
  /****** Wooprex blog item */
  .wooprex-blog-item .blog-description {
    margin-top: 20px;
  }
  .wooprex-blog-item .blog-description h3 {
    margin-bottom: 20px;
  }
  /* News letter */
  section.wooprex-news-letter-section .news-letter-main-wrapper {
    padding: 30px 20px;
  }
  section.wooprex-news-letter-section .news-letter-main-wrapper p {
    margin-bottom: 25px;
  }
  footer.wooprex-footer-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  footer.wooprex-footer-section .footer-main-wrapper .footer-top .footer-left {
    padding: 70px 0px 30px 0px;
  }
  footer.wooprex-footer-section .footer-main-wrapper .footer-top .footer-left .row {
    row-gap: 50px;
  }
  footer.wooprex-footer-section .footer-main-wrapper .footer-top .footer-left .footer-item p {
    margin-bottom: 25px;
  }
  footer.wooprex-footer-section .footer-main-wrapper .footer-top .footer-right {
    padding: 30px 20px;
  }
  footer.wooprex-footer-section .footer-main-wrapper .footer-top .footer-item h4 {
    margin-bottom: 15px;
  }
  footer.wooprex-footer-section .footer-main-wrapper .footer-top .footer-item form .input-box-wrapper input[type=email] {
    padding: 12px 40px 12px 15px;
  }
  footer.wooprex-footer-section .footer-main-wrapper .footer-top .footer-item form .input-box-wrapper .button-wrapper {
    width: 40px;
    height: 40px;
  }
  footer.wooprex-footer-section .footer-main-wrapper .footer-bottom {
    padding-right: 0;
  }
  footer.wooprex-footer-section .footer-main-wrapper .footer-bottom .row {
    row-gap: 20px;
  }
  footer.wooprex-footer-section .footer-main-wrapper .footer-bottom .copyright {
    justify-content: center;
  }
  footer.wooprex-footer-section .footer-main-wrapper .footer-bottom .footer-bottom-menu ul {
    flex-direction: column;
  }
  footer.wooprex-footer-section .footer-main-wrapper .footer-bottom .footer-bottom-menu ul li {
    padding: 0;
  }
  footer.wooprex-footer-section .footer-main-wrapper .footer-bottom .footer-bottom-menu ul li:after {
    display: none;
  }
  section.wooprex-breadcrumb-section {
    height: 330px;
  }
  section.wooprex-breadcrumb-section .breadcrumb-text {
    left: 20px;
  }
  section.wooprex-breadcrumb-section .breadcrumb-text h3 {
    font-size: 40px;
  }
  section.wooprex-breadcrumb-section .breadcrumb-text a {
    font-size: 20px;
  }
  /************ ABOUT PAGE *****************/
  section.wooprex-creative-section {
    overflow-x: clip;
  }
  section.wooprex-creative-section .creative-main-wrapper .row {
    row-gap: 30px;
  }
  section.wooprex-creative-section .creative-main-wrapper .creative-solution-description {
    padding: 0px 20px;
  }
  section.wooprex-creative-section .creative-main-wrapper .creative-solution-description h3 {
    margin-bottom: 25px;
  }
  section.wooprex-creative-section .creative-main-wrapper .creative-solution-image {
    height: 400px;
  }
  /* About service */
  section.wooprex-about-service-section .service-item-wrapper .row {
    row-gap: 40px;
  }
  section.wooprex-about-service-section .wooprex-service-item {
    padding: 0;
  }
  section.wooprex-about-service-section .about-service-bottom {
    padding-left: 0;
  }
  section.wooprex-about-service-section .about-service-bottom .main-image {
    height: 450px;
  }
  section.wooprex-about-service-section .about-service-bottom .main-image .description {
    right: inherit;
    left: 50%;
    transform: translateX(-50%);
  }
  section.wooprex-about-service-section .about-service-bottom .bottom-inner-wrapper {
    flex-direction: column;
  }
  section.wooprex-about-service-section .about-service-bottom .bottom-inner-wrapper .service-counter,
  section.wooprex-about-service-section .about-service-bottom .bottom-inner-wrapper .service-slider-wrapper {
    width: 100%;
  }
  section.wooprex-about-service-section .about-service-bottom .bottom-inner-wrapper .service-counter {
    margin: 0;
    padding: 30px 20px;
  }
  section.wooprex-about-service-section .about-service-bottom .bottom-inner-wrapper .service-slider-wrapper {
    margin-left: 0;
    padding-top: 20px;
  }
  section.wooprex-about-service-section .about-service-bottom .bottom-inner-wrapper .service-slider-wrapper .service-slider {
    width: 100%;
  }
  /* Supply section */
  section.wooprex-supply-section .supply-top {
    margin-bottom: 40px;
  }
  section.wooprex-supply-section .supply-top .row {
    row-gap: 20px;
  }
  section.wooprex-supply-section .supply-top .top-right p {
    margin-left: 0;
  }
  section.wooprex-supply-section .supply-slider-wrapper {
    padding: 0px 20px;
  }
  section.wooprex-supply-section .supply-slider-wrapper .supply-slider-item {
    height: 400px;
  }
  section.wooprex-supply-section .wooprex-swiper-nav-wrapper {
    padding: 0px 20px;
  }
  section.wooprex-supply-section .wooprex-swiper-nav-wrapper .wooprex-swiper-pagination .swiper-pagination span {
    display: inline-block;
  }
  /* Team section two */
  section.wooprex-team-section-two {
    padding-left: 20px;
    padding-right: 20px;
  }
  section.wooprex-team-section-two .container {
    padding: 0;
  }
  section.wooprex-team-section-two .team-main-wrapper .row {
    row-gap: 25px;
  }
  .wooprex-team-item.style-2 {
    height: 600px;
  }
  .wooprex-team-item.style-2 .team-image {
    height: 80%;
  }
  .wooprex-team-item.style-2 .team-description {
    padding-top: 20px;
  }
  .wooprex-team-item.style-2 .team-description .wooprex-follow-us {
    margin-top: 10px;
  }
  /* Popup section */
  section.wooprex-popup-section {
    height: 550px;
  }
  section.wooprex-popup-section .popup-main-wrapper {
    flex-direction: column;
    row-gap: 30px;
  }
  section.wooprex-popup-section .popup-main-wrapper .popup-left,
  section.wooprex-popup-section .popup-main-wrapper .popup-right {
    width: 100%;
    text-align: center;
  }
  section.wooprex-popup-section .popup-main-wrapper .popup-left p {
    margin-top: 20px;
  }
  section.wooprex-popup-section .popup-main-wrapper .popup-right {
    text-align: center;
  }
  section.wooprex-popup-section .popup-main-wrapper .popup-right .player {
    width: 100px;
    height: 100px;
  }
  section.wooprex-popup-section .popup-main-wrapper .popup-right .player i {
    font-size: 35px;
  }
  /* All page fortune section */
  section.wooprex-fortune-section .fortune-main-wrapper {
    margin-top: 0;
    padding: 0px 20px;
  }
  section.wooprex-fortune-section .fortune-main-wrapper .row {
    row-gap: 40px;
  }
  section.wooprex-fortune-section .fortune-main-wrapper .fortune-description {
    padding-right: 0;
  }
  section.wooprex-fortune-section .fortune-main-wrapper .fortune-description .wooprex-btn-2 {
    margin-top: 30px;
  }
  /* Blog item */
  .wooprex-blog-item .blog-image {
    height: 400px;
  }
  section.wooprex-blog-list-section .row {
    row-gap: 40px;
  }
  section.wooprex-blog-list-section.has-sidebar .row {
    row-gap: inherit;
  }
  section.wooprex-blog-list-section.has-sidebar .row .row {
    row-gap: 40px;
  }
  /* Blog details page */
  .wooprex-blog-header h1 {
    font-size: 30px;
  }
  .wooprex-blog-details .wooprex-blog-thumbnail,
  .wooprex-blog-details .wooprex-blog-image {
    height: 350px;
  }
  .wooprex-blog-details .wooprex-blog-description,
  .wooprex-blog-details .wooprex-blog-image {
    margin-bottom: 30px;
  }
  .wooprex-blog-details .wooprex-blog-quote {
    height: auto;
    padding: 20px;
    margin-bottom: 40px;
  }
  .wooprex-blog-details .wooprex-blog-quote:before {
    height: 60px;
    width: 60px;
    top: 5px;
  }
  .wooprex-blog-details .wooprex-blog-quote blockquote {
    line-height: 1.5em;
    font-size: 16px;
  }
  .wooprex-sidebar {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid rgba(238, 238, 255, 0.3411764706);
  }
  .wooprex-sidebar.left {
    padding-right: 0px;
  }
  .wooprex-sidebar.right {
    padding-left: 0px;
  }
  .wooprex-sidebar .sidebar-title {
    margin-bottom: 25px;
    font-size: 20px;
  }
  .wooprex-sidebar .wooprex-sidebar-latest-post .latest-post-item .post-details p.date {
    margin-bottom: 10px;
  }
  section.wooprex-related-blog-section h3 {
    font-size: 35px;
  }
  /************** SERVICE PAGE ***************/
  section.wooprex-service-section .service-item {
    height: 60vh;
  }
  section.wooprex-service-section .service-item .service-description h3 {
    font-size: 20px;
  }
  section.wooprex-service-section .service-item .service-description .details .read-btn {
    height: 40px;
    font-size: 14px;
  }
  section.wooprex-service-section .service-item.item-5 {
    height: 60vh;
    flex-direction: column;
    align-items: start;
  }
  section.wooprex-service-section .service-item.item-5 .service-count {
    order: 1;
    display: block;
    height: auto;
    padding: 0px;
  }
  section.wooprex-service-section .service-item.item-5 .service-description {
    order: 2;
  }
  /* Commercial service */
  section.wooprex-commercial-service-section .section-header {
    padding: 0px 20px;
  }
  section.wooprex-commercial-service-section .commercial-service-main-wrapper {
    padding: 0;
  }
  section.wooprex-commercial-service-section .commercial-service-main-wrapper .row {
    row-gap: 40px;
  }
  section.wooprex-commercial-service-section .commercial-service-main-wrapper .commercial-service-image {
    height: 500px;
  }
  section.wooprex-commercial-service-section .commercial-service-main-wrapper .commercial-service-description {
    padding: 0px 20px;
  }
  section.wooprex-commercial-service-section .commercial-service-main-wrapper .commercial-service-description .description-header {
    padding: 0px;
  }
  section.wooprex-commercial-service-section .commercial-service-main-wrapper .commercial-service-description .description-header h2 {
    margin-bottom: 15px;
  }
  section.wooprex-commercial-service-section .commercial-service-main-wrapper .commercial-service-description .description-item-wrapper {
    margin-top: 40px;
  }
  section.wooprex-commercial-service-section .commercial-service-main-wrapper .commercial-service-description .description-item-wrapper .commercial-service-item {
    padding: 0;
    padding-bottom: 20px;
  }
  section.wooprex-commercial-service-section .commercial-service-main-wrapper .commercial-service-description .description-item-wrapper .commercial-service-item:last-child {
    padding-bottom: 0px;
  }
  section.wooprex-commercial-service-section .commercial-service-main-wrapper .commercial-service-description .description-item-wrapper .commercial-service-item .row {
    row-gap: 25px;
  }
  section.wooprex-commercial-service-section .commercial-service-main-wrapper .commercial-service-description .description-item-wrapper .commercial-service-item .service-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto;
  }
  section.wooprex-commercial-service-section .commercial-service-main-wrapper .commercial-service-description .description-item-wrapper .commercial-service-item .description {
    text-align: center;
  }
  section.wooprex-commercial-service-section .commercial-service-main-wrapper .commercial-service-description .description-item-wrapper .commercial-service-item .description p {
    margin: 0 auto;
  }
  /* Testimonial section two */
  section.wooprex-testimonial-section-two .section-header {
    padding: 0px 20px;
  }
  section.wooprex-testimonial-section-two .testimonial-main-wrapper .row {
    row-gap: 40px;
  }
  section.wooprex-testimonial-section-two .testimonial-main-wrapper .testimonial-slider-wrapper {
    padding: 0px 20px;
  }
  section.wooprex-testimonial-section-two .testimonial-main-wrapper .testimonial-slider-wrapper .testimonial-slider-main img.quote {
    width: 120px;
    margin-bottom: 40px;
  }
  section.wooprex-testimonial-section-two .testimonial-main-wrapper .testimonial-slider-wrapper .testimonial-slider-main .testimonial-slider-item p {
    font-size: 24px;
    line-height: 1.4em;
  }
  section.wooprex-testimonial-section-two .testimonial-main-wrapper .testimonial-slider-wrapper .testimonial-slider-main .testimonial-slider-item .client {
    margin-top: 30px;
  }
  section.wooprex-testimonial-section-two .testimonial-main-wrapper .testimonial-slider-wrapper .testimonial-slider-main .testimonial-slider-item .client .client-details h4 {
    font-size: 20px;
  }
  /************* SERVICE DETAILS SECTION ********************/
  section.wooprex-world-increase-section .world-increase-main-wrapper .increase-image {
    height: 400px;
    margin-bottom: 40px;
  }
  section.wooprex-world-increase-section .increase-description .row {
    row-gap: 20px;
  }
  /* Gallery */
  section.wooprex-gallery-section h4 {
    margin-bottom: 25px;
  }
  section.wooprex-gallery-section .gallery-slider-wrapper .gallery-slider-main .swiper-slide {
    height: 380px;
  }
  /* Infrustructure */
  section.wooprex-infrustructure-section {
    overflow: hidden;
  }
  section.wooprex-infrustructure-section h4 {
    padding: 0px 20px;
    margin-bottom: 25px;
  }
  section.wooprex-infrustructure-section .infrustructure-main-wrapper.wooprex-fixed-box {
    height: auto;
    z-index: 99;
  }
  section.wooprex-infrustructure-section .infrustructure-main-wrapper.wooprex-fixed-box .fixed-box-contain {
    position: inherit;
    height: auto;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  section.wooprex-infrustructure-section .infrustructure-main-wrapper.wooprex-fixed-box .fixed-box-contain .infrustructure-item {
    height: auto;
    position: inherit;
  }
  section.wooprex-infrustructure-section .infrustructure-main-wrapper.wooprex-fixed-box .fixed-box-contain .infrustructure-item .infrustructure-item-wrapper {
    height: 100%;
    flex-direction: column;
  }
  section.wooprex-infrustructure-section .infrustructure-main-wrapper.wooprex-fixed-box .fixed-box-contain .infrustructure-item .infrustructure-item-wrapper .image {
    width: 100%;
    height: 100%;
  }
  section.wooprex-infrustructure-section .infrustructure-main-wrapper.wooprex-fixed-box .fixed-box-contain .infrustructure-item .infrustructure-item-wrapper .description h3 {
    font-size: 45px;
  }
  /* Think big section */
  section.wooprex-project-think-section .project-think-main-wrapper .row {
    row-gap: 40px;
  }
  section.wooprex-project-think-section .project-think-main-wrapper .project-think-left h3 {
    font-size: 48px;
    margin-bottom: 30px;
  }
  section.wooprex-project-think-section .project-think-main-wrapper .project-think-right {
    justify-content: start;
  }
  /* Panaroma */
  section.wooprex-panorama-section {
    height: 500px;
  }
  section.wooprex-panorama-section .section-header {
    position: absolute;
    top: 40px;
  }
  section.wooprex-panorama-section .panaroma-text h3 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  section.wooprex-panorama-section .panaroma-text span {
    width: 80px;
    height: 80px;
  }
  /******************* PROJECT PAGE **********************/
  section.wooprex-project-list-section {
    padding: 0px 20px;
    padding-top: 40px;
  }
  section.wooprex-project-list-section .project-main-wrapper {
    row-gap: 40px;
  }
  section.wooprex-project-list-section .project-main-wrapper .wooprex-project-item .row {
    row-gap: 20px;
  }
  section.wooprex-project-list-section .project-main-wrapper .wooprex-project-item .project-location h5 {
    font-size: 18px;
  }
  section.wooprex-project-list-section .project-main-wrapper .wooprex-project-item .project-details .top {
    margin-bottom: 40px;
  }
  section.wooprex-project-list-section .project-main-wrapper .wooprex-project-item .project-details .project-btn {
    text-align: left;
  }
  section.wooprex-project-list-section .project-main-wrapper .wooprex-project-item .project-details .project-btn .wooprex-btn-2 span.icon {
    width: 60px;
    height: 60px;
  }
  section.wooprex-project-list-section .project-main-wrapper .wooprex-project-item .project-details .project-btn .wooprex-btn-2 span.icon i {
    font-size: 24px;
  }
  .wooprex-project-header h3 {
    font-size: 24px;
  }
  .wooprex-project-header ul {
    flex-wrap: wrap;
  }
  .wooprex-project-header ul li a {
    padding: 10px 25px;
  }
  /****************** PROJECT DETAILS *******************/
  section.wooprex-project-details-section .details-main-wrapper {
    margin-top: 0;
  }
  section.wooprex-project-details-section .details-main-wrapper .row {
    row-gap: 30px;
  }
  section.wooprex-project-details-section .details-main-wrapper .wooprex-project-header h2 {
    font-size: 30px;
  }
  section.wooprex-project-details-section .details-main-wrapper .single-project-details ul {
    flex-direction: column;
  }
  section.wooprex-project-details-section .details-main-wrapper .single-project-details ul li {
    width: 100%;
  }
  section.wooprex-project-details-section .details-main-wrapper .project-image {
    height: 400px !important;
  }
  section.wooprex-project-details-section .details-main-wrapper .project-section .project-image,
  section.wooprex-project-details-section .details-main-wrapper .process-section .project-image {
    margin: 0;
  }
  section.wooprex-project-details-section .details-main-wrapper .process-section .project-description {
    padding: 0;
  }
  section.wooprex-project-details-section .details-main-wrapper .project-details-slider-wrapper .slider-main .swiper-slide {
    height: 400px;
  }
  /***************** CONTACT PAGE **********************/
  section.wooprex-contact-location-section {
    padding-bottom: 70px;
  }
  section.wooprex-contact-location-section .contact-location .row {
    row-gap: 40px;
  }
  section.wooprex-contact-location-section .contact-location .location-item h4 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  section.wooprex-contact-section {
    margin-bottom: 70px;
  }
  .wooprex-google-map {
    padding-bottom: 30px;
  }
  .wooprex-google-map iframe {
    height: 400px;
  }
}
@media only screen and (max-width: 400px) {
  header.wooprex-header-section .header-main .header-left .header-logo {
    max-width: 120px;
  }
  header.wooprex-header-section .header-main .header-right {
    gap: 7px;
  }
  /* Team section two */
  .wooprex-team-item.style-2 {
    height: 450px;
  }
}