@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=Fustat:wght@200..800&family=Gabarito:wght@400..900&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
}

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

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

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

body {
  font-family: "Gabarito", sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
  overflow-x: clip;
  background-color: #ffffff;
  color: #232327;
}
body.designer {
  font-family: "Gabarito", sans-serif !important;
}
body.architect {
  font-family: "Fustat", sans-serif !important;
}
body.dark {
  background-color: #232327;
  color: #ffffff;
}
body.dark h1,
body.dark h2,
body.dark h3,
body.dark h4,
body.dark h5,
body.dark h6 {
  color: #ffffff;
}

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

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

.container {
  max-width: 1360px;
}

/* -- 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: "Gabarito", sans-serif;
  border: 1px solid;
  outline: 0;
  box-shadow: none;
  font-size: 16px;
  padding: 10px 18px;
  width: 100%;
  height: 55px;
  background: transparent;
  font-weight: 400;
  color: #232327;
  border-color: #232327;
  border-radius: 32px;
}
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: 150px;
  resize: none;
  display: block;
  border-radius: 16px;
}

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

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

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

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

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

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

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

/* -- Typography setting -- */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #232327;
  text-rendering: optimizeLegibility;
  font-weight: 700;
}

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

a {
  transition: all 0.3s ease;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  color: #232327;
}
a:focus, a:hover {
  text-decoration: none;
  outline: 0;
  color: #ffbb00;
}

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

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

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

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

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

.font-weight-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 a,
.logo {
  max-width: 180px;
}
.logo a img,
.logo img {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .logo a,
  .logo {
    max-width: 150px;
  }
}
/*-- All components style -- */
/*-- header -- */
/*-- Base: mixin & variable  -- */
/* Start Wooprex Header & Light header */
header.wooprex-header-section {
  width: 100%;
  top: 0px;
  z-index: 9999;
  position: fixed;
  transition: top 0.6s, background 0.4s, box-shadow 0.4s, padding 0.3s;
}
header.wooprex-header-section.relative {
  position: relative;
}
header.wooprex-header-section.sticky {
  position: fixed !important;
  top: 0px;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  animation: 0.95s ease 0s normal forwards 1 running stickyAnimation;
  -webkit-animation: 0.95s ease 0s normal forwards 1 running stickyAnimation;
  background-color: #ffffff;
}
header.wooprex-header-section.standard {
  padding-top: 20px;
  padding-bottom: 20px;
}
header.wooprex-header-section.standard.sticky {
  background-color: #232327;
}
header.wooprex-header-section.standard.relative .wooprex-btn, header.wooprex-header-section.standard.sticky .wooprex-btn {
  color: #ffffff;
  border-color: #ffffff;
}
header.wooprex-header-section.standard.relative .wooprex-btn:hover, header.wooprex-header-section.standard.sticky .wooprex-btn:hover {
  border-color: #ffbb00;
  background-color: #ffbb00;
  color: #232327;
}
header.wooprex-header-section.standard.relative .wooprex-standard-menu-bar, header.wooprex-header-section.standard.sticky .wooprex-standard-menu-bar {
  background-color: #ffbb00;
  color: #232327;
}
header.wooprex-header-section.standard.relative .wooprex-standard-menu-bar:hover, header.wooprex-header-section.standard.sticky .wooprex-standard-menu-bar:hover {
  background-color: #ffffff;
}

@keyframes stickyAnimation {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
/*-- button -- */
/*-- Base: mixin & variable  -- */
.wooprex-btn {
  min-width: 160px;
  height: 55px;
  padding: 0px 25px;
  border: 1px solid #232327;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  transition: all 0.3s ease;
  gap: 8px;
  background-color: transparent;
  color: #232327;
  border-radius: 32px;
}
.wooprex-btn i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: transform 0.3s ease;
}
.wooprex-btn:hover {
  background-color: #232327;
  color: #ffffff;
}
.wooprex-btn:hover i {
  transform: translateX(3px);
}
.wooprex-btn.outline {
  color: #ffbb00;
  background-color: transparent;
  border-color: #ffbb00;
}
.wooprex-btn.outline:hover {
  background-color: #ffbb00;
  color: #232327;
}
.wooprex-btn.fill {
  color: #232327;
  background-color: #ffbb00;
  border-color: #ffbb00;
}
.wooprex-btn.fill:hover {
  background-color: transparent;
  color: #ffbb00;
}
.wooprex-btn.fill-2 {
  color: #232327;
  background-color: #ff9500;
  border-color: #ff9500;
}
.wooprex-btn.fill-2:hover {
  background-color: transparent;
  color: #ff9500;
}
.wooprex-btn.black-btn {
  background-color: #232327;
  border-color: #232327;
  color: #ffbb00;
}
.wooprex-btn.black-btn:hover {
  background-color: transparent;
  color: #232327;
}

.wooprex-btn-2 {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  transition: all 0.3s ease;
  color: #ffbb00;
  font-size: 18px;
  font-weight: 500;
}
.wooprex-btn-2 span {
  width: 55px;
  height: 55px;
  background-color: #ffbb00;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  border: 1px solid #ffbb00;
  border-radius: 50%;
}
.wooprex-btn-2 span i {
  font-size: 18px;
  color: #232327;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wooprex-btn-2:hover span {
  background-color: transparent;
}
.wooprex-btn-2:hover span i {
  color: #ffbb00;
}

/*-- footer -- */
/*-- Base: mixin & variable  -- */
.wooprex-designer-footer-section {
  position: relative;
  overflow: hidden;
  padding-bottom: 80px;
}
.wooprex-designer-footer-section .inner-left {
  overflow: hidden;
}
.wooprex-designer-footer-section .inner-left .big-header {
  left: -70px;
  position: relative;
}
.wooprex-designer-footer-section .footer-left {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid #3e3f44;
}
.wooprex-designer-footer-section .footer-left .copyright p {
  font-size: 14px;
  color: #757980;
}
.wooprex-designer-footer-section .footer-right {
  padding-left: 40px;
}
.wooprex-designer-footer-section .footer-right > .row {
  row-gap: 30px;
}
.wooprex-designer-footer-section .footer-right .footer-right-top {
  padding-bottom: 30px;
  border-bottom: 1px solid #3e3f44;
}
.wooprex-designer-footer-section .footer-right .footer-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}
.wooprex-designer-footer-section .footer-right .footer-item .icon {
  width: 60px;
  height: 60px;
  border: 1px solid #ffbb00;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.wooprex-designer-footer-section .footer-right .footer-item .icon i {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffbb00;
  font-size: 24px;
  transition: all 0.3s ease;
}
.wooprex-designer-footer-section .footer-right .footer-item .option-name h5 {
  font-size: 14px;
  font-weight: 400;
  color: #3e3f44;
  margin-bottom: 2px;
}
.wooprex-designer-footer-section .footer-right .footer-item .option-name a,
.wooprex-designer-footer-section .footer-right .footer-item .option-name p {
  color: #d0d6ea;
}
.wooprex-designer-footer-section .footer-right .footer-item:hover .icon {
  background-color: #ffbb00;
}
.wooprex-designer-footer-section .footer-right .footer-item:hover .icon i {
  color: #232327;
}
.wooprex-designer-footer-section .footer-right .wooprex-follow-us ul {
  justify-content: center;
}
.wooprex-designer-footer-section .footer-right .wooprex-follow-us ul li a {
  color: #ffbb00;
  border-color: #ffbb00;
}
.wooprex-designer-footer-section .footer-right .wooprex-follow-us ul li a:hover {
  color: #232327;
}
.wooprex-designer-footer-section .footer-right .bottom-copyright {
  display: none;
}
.wooprex-designer-footer-section .footer-right .bottom-copyright p {
  font-size: 14px;
  color: #757980;
}

/*********** Architect footer ***************/
.wooprex-architect-footer-section {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #232327;
}
.wooprex-architect-footer-section .footer-left {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid #3e3f44;
  row-gap: 30px;
}
.wooprex-architect-footer-section .footer-left .copyright p {
  font-size: 14px;
  color: #757980;
}
.wooprex-architect-footer-section .footer-left .wooprex-follow-us-2 ul {
  gap: 22px;
}
.wooprex-architect-footer-section .footer-left .wooprex-follow-us-2 ul li a {
  color: #d0d6ea;
  border: 1px solid #d0d6ea;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
.wooprex-architect-footer-section .footer-left .wooprex-follow-us-2 ul li a:hover {
  background-color: #ff9500;
  border-color: #ff9500;
}
.wooprex-architect-footer-section .footer-middle {
  padding-left: 20px;
}
.wooprex-architect-footer-section .footer-middle h4 {
  font-size: 32px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 45px;
}
.wooprex-architect-footer-section .footer-middle .footer-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}
.wooprex-architect-footer-section .footer-middle .footer-item .icon {
  width: 55px;
  height: 55px;
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.wooprex-architect-footer-section .footer-middle .footer-item .icon i {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 20px;
  transition: all 0.3s ease;
}
.wooprex-architect-footer-section .footer-middle .footer-item .option-name h5 {
  font-size: 14px;
  font-weight: 400;
  color: #808189;
  margin-bottom: 5px;
}
.wooprex-architect-footer-section .footer-middle .footer-item .option-name a,
.wooprex-architect-footer-section .footer-middle .footer-item .option-name p {
  color: #d0d6ea;
}
.wooprex-architect-footer-section .footer-middle .footer-item:hover .icon {
  background-color: #ff9500;
  border-color: #ff9500;
}
.wooprex-architect-footer-section .footer-middle .footer-item:hover .icon i {
  color: #ffffff;
}
.wooprex-architect-footer-section .footer-right {
  padding-left: 40px;
  border-left: 1px solid #3e3f44;
}
.wooprex-architect-footer-section .footer-right h4 {
  font-size: 32px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 5px;
}
.wooprex-architect-footer-section .footer-right p {
  color: #757980;
}
.wooprex-architect-footer-section .footer-right form {
  margin-top: 20px;
}
.wooprex-architect-footer-section .footer-right form .input-wrapper {
  position: relative;
}
.wooprex-architect-footer-section .footer-right form .input-wrapper input[type=email] {
  border-color: #d0d6ea;
  color: #d0d6ea;
}
.wooprex-architect-footer-section .footer-right form .input-wrapper input[type=email]::-moz-placeholder {
  color: #d0d6ea;
}
.wooprex-architect-footer-section .footer-right form .input-wrapper input[type=email]::placeholder {
  color: #d0d6ea;
}
.wooprex-architect-footer-section .footer-right form .input-wrapper .button-wrapper {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  overflow: hidden;
}
.wooprex-architect-footer-section .footer-right form .input-wrapper .button-wrapper:before {
  content: "\f102";
  font-family: "flaticon_wooprex_personal";
  color: #ff9500;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  font-size: 20px;
}
.wooprex-architect-footer-section .footer-right form .input-wrapper .button-wrapper input[type=submit] {
  width: 100%;
  height: 100%;
  border: none;
  background-color: transparent;
}
.wooprex-architect-footer-section .bottom-copyright {
  display: none;
  margin-top: 40px;
}
.wooprex-architect-footer-section .bottom-copyright p {
  font-size: 14px;
  color: #757980;
}

/*-- 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-logo .logo {
  display: block;
}
header.wooprex-header-section .header-main .header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}

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

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

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

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

/* Menu bar */
/*-- menu bar -- */
/*-- Base: mixin & variable  -- */
.wooprex-standard-menu-bar {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #232327;
  color: #ffffff;
  transition: all 0.3s ease;
}
.wooprex-standard-menu-bar i {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scaleX(-1);
  font-size: 20px;
}
.wooprex-standard-menu-bar:hover {
  background-color: #ffbb00;
  color: #232327;
}

.standard-menu-bar-close {
  position: absolute;
  right: 0;
  margin-right: 15px;
  cursor: pointer;
}
.standard-menu-bar-close i {
  font-size: 26px;
  color: #232327;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.standard-menu-bar-close:hover i {
  color: #ffbb00;
}

.wooprex-classic-menu-bar {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #ffbb00;
  color: #232327;
  transition: all 0.3s ease;
}
.wooprex-classic-menu-bar i {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scaleX(-1);
  font-size: 20px;
}
.wooprex-classic-menu-bar:hover {
  background-color: #232327;
  color: #ffffff;
}

.classic-menu-bar-close {
  position: absolute;
  right: 0;
  margin-right: 15px;
  cursor: pointer;
}
.classic-menu-bar-close i {
  font-size: 26px;
  color: #232327;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.classic-menu-bar-close:hover i {
  color: #ffbb00;
}

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

.header {
  font-size: 48px;
  font-weight: 400;
  line-height: 1.1em;
}

.header-2 {
  font-size: 100px;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: -4px;
}

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

.big-header {
  font-size: 200px;
  color: #2d2d34 !important;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 0.8em;
}
.big-header.vertical {
  writing-mode: vertical-lr;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) scale(-1);
  z-index: -1;
}

/*-- Breadcrumb -- */
/*-- Base: mixin & variable  -- */
.wooprex-designer-breadcrumb-section {
  height: 380px;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding-bottom: 40px;
}
.wooprex-designer-breadcrumb-section:after {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  background: linear-gradient(90deg, #000000 -3.31%, rgba(102, 102, 102, 0) 29.92%);
}
.wooprex-designer-breadcrumb-section .bg-image {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-designer-breadcrumb-section .breadcrumb-text {
  position: relative;
  z-index: 2;
}
.wooprex-designer-breadcrumb-section .breadcrumb-text .menu ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}
.wooprex-designer-breadcrumb-section .breadcrumb-text .menu ul li .page {
  color: #b8bac0;
}
.wooprex-designer-breadcrumb-section .breadcrumb-text .menu ul li .page.current {
  color: #ffffff;
}
.wooprex-designer-breadcrumb-section .breadcrumb-text .details h1 {
  margin-top: 10px;
  font-size: 40px;
  font-weight: 600;
}

/* Breadcrumb 2 */
.wooprex-designer-breadcrumb-section-2 {
  padding-top: 50px;
}
.wooprex-designer-breadcrumb-section-2 .menu ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}
.wooprex-designer-breadcrumb-section-2 .menu ul li .page {
  color: #d0d6ea;
}
.wooprex-designer-breadcrumb-section-2 .menu ul li .page.current {
  color: #ffffff;
}
.wooprex-designer-breadcrumb-section-2 .menu ul li a:hover {
  color: #ffbb00;
}

/*-- slider -- */
/*-- Base: mixin & variable  -- */
.wooprex-swiper-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 55px;
}
.wooprex-swiper-navigation .swiper-button-prev,
.wooprex-swiper-navigation .swiper-button-next {
  color: #ffffff;
  background-color: #2d2d34;
  border: 1px solid #2d2d34;
  width: 55px;
  height: 55px;
  position: static;
  transform: inherit;
  margin: 0;
  transition: all 0.3s ease;
  border-radius: 50%;
}
.wooprex-swiper-navigation .swiper-button-prev:after,
.wooprex-swiper-navigation .swiper-button-next:after {
  font-family: "flaticon_wooprex_personal";
  font-size: 18px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wooprex-swiper-navigation .swiper-button-prev:hover,
.wooprex-swiper-navigation .swiper-button-next:hover {
  background-color: #ffbb00;
  color: #232327;
}
.wooprex-swiper-navigation .swiper-button-prev:after {
  content: "\f12f";
}
.wooprex-swiper-navigation .swiper-button-next {
  color: #ffbb00;
}
.wooprex-swiper-navigation .swiper-button-next:after {
  content: "\f102";
}
.wooprex-swiper-navigation.style-2 {
  margin: 0;
  justify-content: flex-start;
}
.wooprex-swiper-navigation.style-2 .swiper-button-prev,
.wooprex-swiper-navigation.style-2 .swiper-button-next {
  color: #232327;
  background-color: transparent;
  border: 1px solid #232327;
}
.wooprex-swiper-navigation.style-2 .swiper-button-prev:hover,
.wooprex-swiper-navigation.style-2 .swiper-button-next:hover {
  background-color: #ffbb00;
  border-color: #ffbb00;
}
.wooprex-swiper-navigation.style-2 .swiper-button-prev:after {
  content: "\f134";
}
.wooprex-swiper-navigation.style-2 .swiper-button-next:after {
  content: "\f133";
}

.wooprex-swiper-pagination {
  position: relative;
  margin-top: 55px;
}
.wooprex-swiper-pagination .swiper-pagination {
  position: relative;
  bottom: inherit;
  top: inherit;
}
.wooprex-swiper-pagination .swiper-pagination .swiper-pagination-bullet {
  background-color: transparent;
  border: 1px solid #3e3f44;
  transition: all 0.3s ease;
  width: 24px;
  height: 8px;
  border-radius: 4px;
  opacity: 1;
}
.wooprex-swiper-pagination .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ffffff;
  border-color: #ffffff;
  width: 40px;
}
.wooprex-swiper-pagination.style-2 {
  margin: 0;
}
.wooprex-swiper-pagination.style-2 .swiper-pagination {
  text-align: left;
  font-size: 60px;
  color: #d0d6ea;
  display: flex;
  align-items: center;
  gap: 20px;
}
.wooprex-swiper-pagination.style-2 .swiper-pagination span {
  line-height: 1;
}
.wooprex-swiper-pagination.style-2 .swiper-pagination span.swiper-pagination-current {
  color: #232327;
}

/* Designer portfolio section */
.wooprex-designer-portfolio-section .wooprex-swiper-navigation {
  justify-content: flex-start;
}

/****************** HOME 2 - architect **************/
.wooprex-swiper-navigation-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wooprex-swiper-navigation-wrapper.style-2 {
  position: relative;
}

/* architect service */
.wooprex-architect-service-section .wooprex-swiper-pagination.style-2 .swiper-pagination span.swiper-pagination-current {
  color: #ffffff;
}
.wooprex-architect-service-section .wooprex-swiper-pagination.style-2 .swiper-pagination span.swiper-pagination-total {
  -webkit-text-stroke: 1px #d0d6ea;
  -webkit-text-fill-color: transparent;
}
.wooprex-architect-service-section .wooprex-swiper-navigation.style-2 .swiper-button-prev,
.wooprex-architect-service-section .wooprex-swiper-navigation.style-2 .swiper-button-next {
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #ffffff;
}
.wooprex-architect-service-section .wooprex-swiper-navigation.style-2 .swiper-button-prev:hover,
.wooprex-architect-service-section .wooprex-swiper-navigation.style-2 .swiper-button-next:hover {
  background-color: #ffbb00;
  border-color: #ffbb00;
}

/* architect review */
.wooprex-architect-review-section .wooprex-swiper-navigation-wrapper.style-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 100px;
  position: absolute;
  left: 73%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 1;
}
.wooprex-architect-review-section .wooprex-swiper-navigation-wrapper.style-2 .wooprex-swiper-navigation.style-2 {
  margin: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wooprex-architect-review-section .wooprex-swiper-navigation-wrapper.style-2 {
    row-gap: 65px;
    left: 75%;
  }
}
@media only screen and (max-width: 991px) {
  .wooprex-architect-review-section .wooprex-swiper-navigation-wrapper.style-2 {
    flex-direction: row;
    align-items: center;
    position: relative;
    left: 0;
    transform: inherit;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .wooprex-swiper-navigation {
    margin-top: 40px;
  }
  .wooprex-swiper-pagination {
    margin-top: 40px;
  }
  .wooprex-swiper-pagination.style-2 .swiper-pagination {
    font-size: 45px;
  }
}
/*-- Follow us -- */
/*-- Base: mixin & variable  -- */
.wooprex-follow-us ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 22px;
}
.wooprex-follow-us ul li a {
  transition: all 0.3s ease;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.wooprex-follow-us ul li a i {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wooprex-follow-us ul li a:hover {
  background-color: #ffbb00;
  color: #232327;
  border-color: #ffbb00;
}

/* Follow us 2 */
.wooprex-follow-us-2 ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}
.wooprex-follow-us-2 ul li a {
  transition: all 0.3s ease;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #232327;
}
.wooprex-follow-us-2 ul li a i {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wooprex-follow-us-2 ul li a:hover {
  color: #ffbb00;
}

/*-- service item -- */
/*-- Base: mixin & variable  -- */
/* Designer service item */
.wooprex-designer-service-item {
  background-color: #2d2d34;
  transition: all 0.3s ease;
}
.wooprex-designer-service-item a {
  display: block;
  padding: 90px 30px;
}
.wooprex-designer-service-item a:hover {
  color: #232327;
}
.wooprex-designer-service-item.item-1 {
  background-color: #ffbb00;
}
.wooprex-designer-service-item.item-1 h5,
.wooprex-designer-service-item.item-1 h3 {
  color: #2d2d34;
}
.wooprex-designer-service-item.item-1 .icon {
  margin: 30px 0px 50px 0px;
}
.wooprex-designer-service-item.item-1 .icon i {
  font-size: 100px;
  color: #2d2d34;
}
.wooprex-designer-service-item.item-1 p {
  margin-top: 60px;
  font-size: 24px;
  line-height: 1.4em;
}
.wooprex-designer-service-item h5 {
  font-size: 24px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.wooprex-designer-service-item h3 {
  font-size: 48px;
  transition: all 0.3s ease;
}
.wooprex-designer-service-item .icon {
  display: block;
  margin: 15px 0px 50px 0px;
}
.wooprex-designer-service-item .icon i {
  font-size: 60px;
  color: #ffffff;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
}
.wooprex-designer-service-item:hover {
  background-color: #ffbb00;
}
.wooprex-designer-service-item:hover h5,
.wooprex-designer-service-item:hover h3,
.wooprex-designer-service-item:hover .icon i {
  color: #2d2d34;
}

/*-- blog item -- */
/*-- Base: mixin & variable  -- */
.wooprex-designer-blog-item {
  background-color: #2d2d34;
  padding: 15px;
  border-radius: 16px;
}
.wooprex-designer-blog-item .blog-image {
  height: 420px;
  overflow: hidden;
  border-radius: 12px;
}
.wooprex-designer-blog-item .blog-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.wooprex-designer-blog-item .blog-image a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-designer-blog-item .blog-description {
  padding: 10px 10px 0px 10px;
}
.wooprex-designer-blog-item .blog-description h6 {
  font-size: 14px;
  font-weight: 400;
}
.wooprex-designer-blog-item .blog-description h3 {
  font-size: 24px;
  font-weight: 500;
  margin: 5px 0px;
}
.wooprex-designer-blog-item .blog-description h3 a {
  color: #ffffff;
}
.wooprex-designer-blog-item .blog-description p {
  margin: 10px 0px 20px 0px;
  max-width: 500px;
}
.wooprex-designer-blog-item .blog-description a {
  color: #ffbb00;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.wooprex-designer-blog-item .blog-description a i {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.wooprex-designer-blog-item .blog-description a:hover i {
  transform: translateX(3px);
}
.wooprex-designer-blog-item:hover .blog-image img {
  transform: scale(1.03);
}
.wooprex-designer-blog-item:hover .blog-description h3 a {
  color: #ffbb00;
}

/* architect blog item */
.wooprex-architect-blog-item .blog-image {
  height: 550px;
  overflow: hidden;
}
.wooprex-architect-blog-item .blog-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.wooprex-architect-blog-item .blog-image a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-architect-blog-item .blog-description {
  padding: 15px 0px 0px 0px;
}
.wooprex-architect-blog-item .blog-description h6 {
  font-size: 16px;
  font-weight: 400;
  color: #757980;
}
.wooprex-architect-blog-item .blog-description h3 {
  margin: 10px 0px;
  font-size: 28px;
  font-weight: 600;
}
.wooprex-architect-blog-item .blog-description p {
  margin: 20px 0px 25px 0px;
}
.wooprex-architect-blog-item .blog-description .wooprex-btn:hover {
  background-color: #ff9500;
  border-color: #ff9500;
  color: #232327;
}
.wooprex-architect-blog-item:hover .blog-image img {
  transform: scale(1.03);
}
.wooprex-architect-blog-item:hover .blog-description h3 a {
  color: #ffbb00;
}

/*-- faq -- */
/*-- Base: mixin & variable  -- */
.wooprex-architect-accordion {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.wooprex-architect-accordion .accordion-item {
  border-bottom: 1px solid #d7d7ec;
  padding: 0px 0px 40px 0px;
}
.wooprex-architect-accordion .accordion-item button {
  color: #232327;
  padding-right: 25px;
  background-color: transparent;
  border: none;
  font-size: 32px;
  width: 100%;
  text-align: left;
  position: relative;
  font-weight: 400;
  line-height: 1;
}
.wooprex-architect-accordion .accordion-item button:after {
  content: "\f116";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  font-family: "flaticon_wooprex_personal";
  font-size: 32px;
  transition: all 0.3s ease;
  font-weight: 400;
}
.wooprex-architect-accordion .accordion-item button:not(.collapsed):after {
  content: "\f117";
}
.wooprex-architect-accordion .accordion-item .accordion-body {
  padding: 40px 0px 0px 0px;
}
.wooprex-architect-accordion .accordion-item .accordion-body p {
  color: #232327;
  font-size: 20px;
}

/*-- form -- */
/*-- Base: mixin & variable  -- */
.wooprex-contact-form .form-header h3 {
  font-size: 64px;
  font-weight: 600;
  color: #232327;
  margin-bottom: 60px;
  line-height: 1em;
}

/* Comment form blog details */
.comment-form input[type=text],
.comment-form input[type=email],
.comment-form textarea {
  color: #ffffff;
  font-size: 16px;
  border-color: #3e3f44;
  border-radius: 0px;
}
.comment-form input[type=text]::-moz-placeholder, .comment-form input[type=email]::-moz-placeholder, .comment-form textarea::-moz-placeholder {
  color: #757980;
  font-size: 16px;
}
.comment-form input[type=text]::placeholder,
.comment-form input[type=email]::placeholder,
.comment-form textarea::placeholder {
  color: #757980;
  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: #ffbb00;
  background-color: transparent;
}
.comment-form .comment-form-comment textarea {
  height: 100%;
  display: block;
}
.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
  margin-top: 20px;
}
.comment-form .comment-form-cookies-consent {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 40px;
}
.comment-form .comment-form-cookies-consent input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #3e3f44;
  background-color: transparent;
  cursor: pointer;
  border-radius: none;
  position: relative;
}
.comment-form .comment-form-cookies-consent input:checked {
  background-color: #3e3f44;
}
.comment-form .comment-form-cookies-consent input:checked::before {
  content: "✔";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
}
.comment-form .comment-form-cookies-consent label {
  font-size: 18px;
  line-height: 1.6em;
  font-weight: 300;
  width: 85%;
}
.comment-form .form-submit {
  margin-top: 30px;
}
.comment-form .form-submit .wooprex-btn {
  border-radius: 0px;
}

/*-- comment -- */
/*-- Base: mixin & variable  -- */
.wooprex-blog-comment {
  position: relative;
  z-index: 2;
  padding-top: 50px;
  border-top: 1px solid #ccd3e1;
  margin-top: 50px;
}
.wooprex-blog-comment .comments-title {
  font-size: 28px;
  line-height: 1em;
  font-weight: 500;
  margin-bottom: 30px;
}
.wooprex-blog-comment .comment-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
}
.wooprex-blog-comment .comment-list .comment {
  padding-bottom: 25px;
  border-bottom: 1px solid #ebebf9;
}
.wooprex-blog-comment .comment-list .comment:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-author img {
  margin-right: 20px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-author b {
  position: relative;
  top: -8px;
  margin-left: 5px;
}
.wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-author a {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 400;
  color: #ffffff;
}
.wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-author span.says {
  display: none;
}
.wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-metadata {
  padding-left: 85px;
  margin-top: -30px;
  margin-bottom: 20px;
}
.wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-metadata a {
  color: #ffffff;
}
.wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-awaiting-moderation {
  padding-left: 85px;
  margin-bottom: 20px;
  display: block;
}
.wooprex-blog-comment .comment-list .comment .comment-body .comment-content p {
  font-size: 16px;
}
.wooprex-blog-comment .comment-list .comment .comment-body .reply {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
}
.wooprex-blog-comment .comment-list .comment .comment-body .reply .like-count {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  border-right: 2px solid #ffffff;
  padding-right: 20px;
}
.wooprex-blog-comment .comment-list .comment .comment-body .reply .like-count i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}
.wooprex-blog-comment .comment-list .comment .comment-body .reply .like-count .like-amount {
  font-size: 16px;
  line-height: 1em;
}
.wooprex-blog-comment .comment-list .comment .comment-body .reply .comment-reply-link {
  font-size: 15px;
  color: #ffffff;
}
.wooprex-blog-comment .comment-list .comment .comment-body .reply .comment-reply-link:hover {
  color: #ffbb00;
}
.wooprex-blog-comment .comment-list .comment .children {
  padding-left: 85px;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 40px;
}
.wooprex-blog-comment .comment-list .comment .children .children .children {
  padding-left: 0;
}
.wooprex-blog-comment .comment-list .comment .children .comment {
  padding-bottom: 0px;
  border-bottom: none;
}
.wooprex-blog-comment .comment-list .comment .load-more-btn {
  padding-left: 95px;
}
.wooprex-blog-comment .load-more-btn {
  margin-top: 40px;
  text-decoration: underline;
  font-weight: 400;
  color: #ffffff;
}
.wooprex-blog-comment .load-more-btn:hover {
  color: #ffbb00;
}
.wooprex-blog-comment .comment-respond {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #ebebf9;
}
.wooprex-blog-comment .comment-respond .comment-reply-title {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 10px;
}
.wooprex-blog-comment .comment-respond .comment-reply-title a {
  margin-left: 20px;
  color: #ffbb00;
  font-size: 16px;
}
.wooprex-blog-comment .comment-respond form.comment-form p.comment-notes {
  margin-bottom: 40px;
}
.wooprex-blog-comment .comment-respond form.comment-form p.logged-in-as {
  margin-bottom: 40px;
}
.wooprex-blog-comment .comment-respond form.comment-form p.logged-in-as a {
  color: #ffbb00;
}
.wooprex-blog-comment .comment-respond form.comment-form p.logged-in-as a:hover {
  text-decoration: underline;
}

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

/* Wooprex Navigation */
.wooprex-navigation.style-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-top: 75px;
}
.wooprex-navigation.style-1 .wooprex-btn-2 {
  color: #ffffff;
  gap: 15px;
}
.wooprex-navigation.style-1 .wooprex-btn-2 span {
  background-color: #2d2d34;
  border-color: #2d2d34;
}
.wooprex-navigation.style-1 .wooprex-btn-2 span i {
  color: #000000;
}
.wooprex-navigation.style-1 .wooprex-btn-2:hover span {
  border-color: #ffbb00;
  background-color: #232327;
}
.wooprex-navigation.style-1 .wooprex-btn-2:hover span i {
  color: #ffbb00;
}

@media only screen and (max-width: 575px) {
  /* Pagination */
  .wooprex-pagination ul li .page-numbers.previous {
    margin-right: 0px;
  }
  .wooprex-pagination ul li .page-numbers.next {
    margin-left: 0px;
  }
  .wooprex-navigation.style-1 {
    margin-top: 50px;
  }
}
/*-- marquee -- */
/*-- Base: mixin & variable  -- */
.wooprex-marque-one {
  overflow: hidden;
  position: relative;
}
.wooprex-marque-one .marquee_items {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  width: -moz-fit-content;
  width: fit-content;
}
.wooprex-marque-one .marquee_items .marque-item {
  float: left;
  margin: 0 60px;
  height: 35px;
  overflow: hidden;
}
.wooprex-marque-one .marquee_items .marque-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Marque 2 */
.wooprex-marque-two {
  overflow: hidden;
  position: relative;
  height: 560px;
}
.wooprex-marque-two .top {
  transform: translateY(-50%) rotate(-12deg);
  top: 50%;
  left: -40px;
  z-index: 11;
  position: relative;
  background-color: #2d2d34;
  width: 105%;
}
.wooprex-marque-two .bottom {
  transform: rotate(12deg);
  top: 60px;
  left: -40px;
  position: relative;
  background-color: #2d2d34;
  width: 105%;
}
.wooprex-marque-two .marquee_items,
.wooprex-marque-two .marquee_items_two {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  width: -moz-fit-content;
  width: fit-content;
}
.wooprex-marque-two .marquee_items .marque-item,
.wooprex-marque-two .marquee_items_two .marque-item {
  float: left;
  margin: 0 30px;
}
.wooprex-marque-two .marquee_items .marque-item h3,
.wooprex-marque-two .marquee_items_two .marque-item h3 {
  font-size: 125px;
  font-weight: 500;
  text-wrap: nowrap;
}
.wooprex-marque-two .marquee_items .marque-item:nth-child(odd) h3 {
  color: #ffbb00;
}
.wooprex-marque-two .marquee_items_two .marque-item:nth-child(even) h3 {
  color: #ffbb00;
}

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

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

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

.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 #232327;
  border-radius: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  animation: spin 1s infinite linear;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*-- All pages styles -- */
/*-- home page -- */
/*-- Base: mixin & variable  -- */
.wooprex-designer-banner-section {
  overflow: hidden;
}
.wooprex-designer-banner-section .inner-main-wrapper {
  position: relative;
}
.wooprex-designer-banner-section .inner-main-wrapper .bg-shape {
  width: 200px;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.wooprex-designer-banner-section .banner-text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 730px;
  position: relative;
  z-index: 2;
}
.wooprex-designer-banner-section .banner-text h1 {
  font-size: 150px;
  line-height: 1;
}
.wooprex-designer-banner-section .banner-text h5 {
  line-height: 1;
  font-size: 50px;
  color: #727272;
  font-weight: 400;
}
.wooprex-designer-banner-section .banner-text p {
  margin: 60px 0px;
  font-size: 24px;
  color: #d0d6ea;
  line-height: 1.4em;
}
.wooprex-designer-banner-section .banner-text .banner-text-footer {
  width: 100%;
}
.wooprex-designer-banner-section .banner-text .banner-text-footer .button-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  flex-wrap: wrap;
}
.wooprex-designer-banner-section .banner-text .banner-text-footer .wooprex-follow-us {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.wooprex-designer-banner-section .banner-image {
  background-color: #ffbb00;
  position: relative;
  height: 100%;
  overflow: hidden;
  text-align: right;
  padding-top: 80px;
  border-radius: 0px 0px 0px 750px;
}
.wooprex-designer-banner-section .banner-image:after {
  content: "";
  width: 50%;
  height: 50%;
  background-image: url("../assets/shape/shape-3.svg");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  position: absolute;
  top: 0%;
  right: 0%;
  z-index: 1;
}
.wooprex-designer-banner-section .banner-image img {
  position: relative;
  z-index: 2;
  width: 80%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom right;
     object-position: bottom right;
}

/* Partner */
.wooprex-designer-partner-section {
  padding-top: 50px;
  overflow: hidden;
}
.wooprex-designer-partner-section .header {
  font-size: 24px;
  position: relative;
}
.wooprex-designer-partner-section .header:after {
  content: "";
  width: 220px;
  height: 1px;
  border-bottom: 1px solid #ffffff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 30px;
}

/* About */
.wooprex-designer-about-section .inner-main-wrapper {
  overflow-x: clip;
}
.wooprex-designer-about-section .inner-left {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wooprex-designer-about-section .inner-left .bg-shape {
  position: absolute;
  top: 0%;
  right: 0%;
}
.wooprex-designer-about-section .inner-left .counter-main {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.wooprex-designer-about-section .inner-left .counter-main h5 {
  font-size: 120px;
  line-height: 1em;
}
.wooprex-designer-about-section .inner-left .counter-main p {
  line-height: 1em;
  margin-top: 5px;
}
.wooprex-designer-about-section .inner-left .details {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.wooprex-designer-about-section .inner-left .details h5 {
  font-size: 16px;
  font-weight: 500;
}
.wooprex-designer-about-section .inner-left .details .item h6 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
  color: #d9d9d9;
}
.wooprex-designer-about-section .inner-left .details .item p {
  font-size: 24px;
  font-weight: 500;
  line-height: 1em;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.wooprex-designer-about-section .inner-middle {
  background-color: #ffffff;
  border-radius: 224px;
  overflow: hidden;
  width: 310px;
  margin: 0 auto;
  padding: 5px 0px;
}
.wooprex-designer-about-section .inner-middle .image,
.wooprex-designer-about-section .inner-middle .download-cv {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.wooprex-designer-about-section .inner-middle .image {
  background-color: #d7d7ec;
}
.wooprex-designer-about-section .inner-middle .download-cv {
  background-color: #ffbb00;
}
.wooprex-designer-about-section .inner-middle .download-cv a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #232327;
  font-size: 24px;
  row-gap: 15px;
}
.wooprex-designer-about-section .inner-middle .download-cv a i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 100px;
}
.wooprex-designer-about-section .inner-right {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wooprex-designer-about-section .inner-right p {
  font-size: 248px;
  text-wrap: nowrap;
  line-height: 0.55em;
  font-weight: 800;
  text-transform: uppercase;
}
.wooprex-designer-about-section .inner-right p:nth-child(2) {
  color: #ffbb00;
}
.wooprex-designer-about-section .inner-right p:last-child {
  color: #77c1a9;
}

/* Service */
.wooprex-designer-service-section {
  overflow: hidden;
  padding-top: 20px;
}
.wooprex-designer-service-section .inner-left {
  position: relative;
  height: 100%;
}
.wooprex-designer-service-section .inner-right {
  position: relative;
}
.wooprex-designer-service-section .inner-right > p {
  margin-bottom: 60px;
  max-width: 700px;
  font-size: 24px;
  position: relative;
  z-index: 2;
}
.wooprex-designer-service-section .inner-right .bg-shape {
  position: absolute;
  top: -20px;
  right: 40px;
  width: 85px;
}
.wooprex-designer-service-section .inner-right .extra-section {
  width: 66%;
  position: absolute;
  bottom: 60px;
  right: 0;
}
.wooprex-designer-service-section .inner-right .extra-section img {
  max-width: 400px;
}
.wooprex-designer-service-section .inner-right .extra-section .button-wrapper {
  height: 100%;
  display: flex;
  justify-content: flex-end;
}

/* Portfolio */
.wooprex-designer-portfolio-section {
  overflow: hidden;
}
.wooprex-designer-portfolio-section .wooprex-nav-tabs {
  flex-direction: column;
  align-items: flex-start;
  row-gap: 20px;
}
.wooprex-designer-portfolio-section .wooprex-nav-tabs li {
  width: 100%;
}
.wooprex-designer-portfolio-section .wooprex-nav-tabs button {
  font-size: 24px;
  padding: 0px 20px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background-color: #2d2d34;
  color: #d0d6ea;
  width: 300px;
  border-radius: 32px;
}
.wooprex-designer-portfolio-section .wooprex-nav-tabs button i {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wooprex-designer-portfolio-section .wooprex-nav-tabs button.active, .wooprex-designer-portfolio-section .wooprex-nav-tabs button:hover {
  background-color: #ffbb00;
  color: #232327;
}
.wooprex-designer-portfolio-section .portfolio-item {
  height: 700px;
  overflow: hidden;
}
.wooprex-designer-portfolio-section .portfolio-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-designer-portfolio-section .portfolio-cite {
  margin-top: 20px;
}
.wooprex-designer-portfolio-section .portfolio-cite h3 {
  -webkit-text-stroke: 1px #d0d6ea;
  -webkit-text-fill-color: transparent;
  font-size: 125px;
  text-wrap: nowrap;
  position: relative;
  z-index: 2;
  line-height: 1em;
  font-weight: 400;
}

/* Experience */
.wooprex-designer-experience-section {
  overflow: hidden;
}
.wooprex-designer-experience-section .inner-main-wrapper {
  position: relative;
}
.wooprex-designer-experience-section .inner-main-wrapper .bg-shape {
  position: absolute;
  top: 0%;
  right: 0%;
  z-index: -1;
}
.wooprex-designer-experience-section .inner-main-wrapper .row {
  row-gap: 0;
}
.wooprex-designer-experience-section .inner-main-wrapper .row .row {
  row-gap: 10px;
}
.wooprex-designer-experience-section .inner-main-wrapper .col-12:last-child .wooprex-experience-item .left {
  border-bottom: none;
  padding-bottom: 0;
}
.wooprex-designer-experience-section .wooprex-experience-header h4 {
  font-size: 24px;
  font-weight: 500;
  color: #ffbb00;
  text-transform: uppercase;
}
.wooprex-designer-experience-section .wooprex-experience-item .left {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #363640;
}
.wooprex-designer-experience-section .wooprex-experience-item h4 {
  font-size: 32px;
  font-weight: 500;
  color: #d0d6ea;
}
.wooprex-designer-experience-section .wooprex-experience-item p {
  font-size: 20px;
  margin-top: 10px;
  color: #d0d6ea;
}
.wooprex-designer-experience-section .wooprex-experience-item .experience-progress {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
  padding: 40px;
  width: 200px;
  height: 200px;
  text-align: center;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.wooprex-designer-experience-section .wooprex-experience-item .experience-progress img,
.wooprex-designer-experience-section .wooprex-experience-item .experience-progress h5 {
  position: relative;
  z-index: 3;
}
.wooprex-designer-experience-section .wooprex-experience-item .experience-progress h5 {
  font-size: 24px;
  margin-top: 5px;
  font-weight: 400;
  color: #d0d6ea;
}
.wooprex-designer-experience-section .wooprex-experience-item .experience-progress:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 98.5%;
  height: 98.5%;
  background: #232327;
  border-radius: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  pointer-events: none;
  border: 1px dotted #d0d6ea;
}

/* Story */
.wooprex-designer-story-section {
  overflow: hidden;
}
.wooprex-designer-story-section .inner-left {
  height: 100%;
  position: relative;
}
.wooprex-designer-story-section .inner-left .big-header {
  top: 0;
  transform: translateY(0%) scale(-1);
}
.wooprex-designer-story-section .inner-right .row {
  row-gap: 10px;
}
.wooprex-designer-story-section .inner-right .story-item {
  height: 580px;
  overflow: hidden;
}
.wooprex-designer-story-section .inner-right .story-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Contact */
.wooprex-designer-contact-section {
  position: relative;
  overflow: hidden;
  background-color: #ffbb00;
}
.wooprex-designer-contact-section .bg-shape-1 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 40px;
  z-index: 1;
  width: 140px;
}
.wooprex-designer-contact-section .bg-shape-2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
  z-index: 1;
  width: 100px;
}
.wooprex-designer-contact-section .bg-shape-3 {
  position: absolute;
  top: 120px;
  right: 20px;
  z-index: 1;
}
.wooprex-designer-contact-section .inner-main-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.wooprex-designer-contact-section .inner-main-wrapper .inner-left,
.wooprex-designer-contact-section .inner-main-wrapper .inner-right {
  width: 50%;
}
.wooprex-designer-contact-section .inner-main-wrapper .inner-left {
  height: 100vh;
  position: relative;
}
.wooprex-designer-contact-section .inner-main-wrapper .inner-left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.wooprex-designer-contact-section .inner-main-wrapper .inner-left .testimonial-text {
  position: absolute;
  padding: 70px;
  left: 0;
  bottom: 0;
}
.wooprex-designer-contact-section .inner-main-wrapper .inner-left .testimonial-text img {
  width: 180px;
}
.wooprex-designer-contact-section .inner-main-wrapper .inner-left .testimonial-text article {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.wooprex-designer-contact-section .inner-main-wrapper .inner-left .testimonial-text article p {
  font-size: 20px;
  line-height: 1.4em;
}
.wooprex-designer-contact-section .inner-main-wrapper .inner-left .testimonial-text article p:first-child {
  font-size: 32px;
}
.wooprex-designer-contact-section .inner-main-wrapper .inner-left .testimonial-text .client-info {
  margin-top: 30px;
}
.wooprex-designer-contact-section .inner-main-wrapper .inner-left .testimonial-text .client-info h5 {
  font-size: 18px;
  font-weight: 600;
}
.wooprex-designer-contact-section .inner-main-wrapper .inner-left .testimonial-text .client-info h6 {
  font-size: 14px;
  font-weight: 400;
}
.wooprex-designer-contact-section .inner-main-wrapper .inner-right {
  padding: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
}

/* recent blog */
.wooprex-designer-recent-blog-section {
  position: relative;
  overflow: hidden;
}
.wooprex-designer-recent-blog-section .inner-left {
  position: relative;
  height: 100%;
}
.wooprex-designer-recent-blog-section .inner-left .big-header {
  text-wrap: nowrap;
}

.wooprex-architect-banner-section {
  position: relative;
  overflow: hidden;
  padding-top: 200px;
  height: 100vh;
  background-color: #f6f8ff;
}
.wooprex-architect-banner-section .bg-shape {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 92%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-architect-banner-section .inner-main-wrapper {
  position: relative;
  z-index: 1;
  height: 100%;
}
.wooprex-architect-banner-section .inner-main-wrapper .row {
  height: 100%;
}
.wooprex-architect-banner-section .banner-text h1 {
  font-size: 225px;
  font-weight: 800;
  letter-spacing: -6px;
  line-height: 1em;
}
.wooprex-architect-banner-section .banner-text h5 {
  font-size: 32px;
  font-weight: 400;
  line-height: 1em;
}
.wooprex-architect-banner-section .banner-text .banner-slider {
  margin-top: 50px;
}
.wooprex-architect-banner-section .banner-text .banner-slider .testimonial-item {
  display: flex;
  gap: 20px;
}
.wooprex-architect-banner-section .banner-text .banner-slider .testimonial-item .icon img {
  max-width: 70px;
}
.wooprex-architect-banner-section .banner-text .banner-slider .testimonial-item .details p {
  font-size: 24px;
  line-height: 1.4em;
  max-width: 650px;
}
.wooprex-architect-banner-section .banner-text .banner-slider .testimonial-item .details .client-info {
  margin-top: 15px;
  padding-left: 15px;
  border-left: 1px solid #d7d7ec;
}
.wooprex-architect-banner-section .banner-text .banner-slider .testimonial-item .details .client-info h5 {
  font-size: 16px;
  font-weight: 400;
}
.wooprex-architect-banner-section .banner-text .banner-slider .testimonial-item .details .client-info h6 {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1em;
}
.wooprex-architect-banner-section .banner-text .banner-counter {
  max-width: 350px;
  margin-left: auto;
  margin-top: 12px;
}
.wooprex-architect-banner-section .banner-text .banner-counter .item {
  display: flex;
  gap: 15px;
  align-items: center;
}
.wooprex-architect-banner-section .banner-text .banner-counter .item h4 {
  width: 80px;
  font-size: 32px;
  font-weight: 600;
}
.wooprex-architect-banner-section .banner-text .banner-text-footer {
  margin-top: 35px;
}
.wooprex-architect-banner-section .banner-right {
  position: relative;
  height: 100%;
}
.wooprex-architect-banner-section .banner-right .wooprex-follow-us-2 {
  padding-right: 70px;
  position: relative;
  z-index: 2;
}
.wooprex-architect-banner-section .banner-right .wooprex-follow-us-2 ul {
  justify-content: flex-end;
}
.wooprex-architect-banner-section .banner-right .experience {
  position: absolute;
  top: 100px;
  right: -60px;
}
.wooprex-architect-banner-section .banner-right .experience h2 {
  color: #bfcbe0;
  font-size: 100px;
  text-wrap: nowrap;
}
.wooprex-architect-banner-section .banner-right img {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  top: -70px;
}

/* About */
.wooprex-architect-about-section {
  overflow: hidden;
}
.wooprex-architect-about-section .about-description {
  height: 100%;
}
.wooprex-architect-about-section .about-description .header-2 span {
  display: block;
  color: #ff9500;
}
.wooprex-architect-about-section .about-description .description-main {
  display: flex;
  gap: 20px;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.wooprex-architect-about-section .about-description .description-main h4 {
  font-weight: 400;
  font-size: 24px;
  color: #ff9500;
  writing-mode: vertical-lr;
  transform: scale(-1);
  text-align: end;
}
.wooprex-architect-about-section .about-description .description-main .description-main-inner-right {
  width: 90%;
}
.wooprex-architect-about-section .about-description .description-main .review p {
  padding-left: 25px;
  border-left: 1px solid #d7d7ec;
  font-size: 20px;
  line-height: 1.3em;
}
.wooprex-architect-about-section .about-description .description-main .review .avatar {
  margin-top: 25px;
  padding-left: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  gap: 20px;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.wooprex-architect-about-section .about-description .description-main .review .avatar:after {
  content: "";
  width: 250px;
  max-width: 100%;
  height: 1px;
  border-bottom: 1px solid #d7d7ec;
  margin-left: 60px;
}
.wooprex-architect-about-section .about-description .description-main .review .avatar .client-image {
  width: 88px;
  height: 88px;
  overflow: hidden;
  border-radius: 50%;
}
.wooprex-architect-about-section .about-description .description-main .review .avatar .client-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-architect-about-section .about-description .description-main .review .avatar .info h5 {
  font-size: 24px;
  font-weight: 400;
}
.wooprex-architect-about-section .about-description .description-main .review .avatar .info h6 {
  font-size: 16px;
  font-weight: 400;
}
.wooprex-architect-about-section .about-description .description-main .about-counter {
  margin: 50px 0px;
  padding-left: 25px;
}
.wooprex-architect-about-section .about-description .description-main .about-counter .counter-item h3 {
  font-size: 80px;
  font-weight: 200;
}
.wooprex-architect-about-section .about-description .description-main .button-wrapper {
  padding-left: 25px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.wooprex-architect-about-section .about-image {
  height: 100%;
  overflow: hidden;
}
.wooprex-architect-about-section .about-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* project step */
.wooprex-architect-project-step-section {
  overflow: hidden;
}
.wooprex-architect-project-step-section .inner-main-wrapper .row {
  row-gap: 0px;
}
.wooprex-architect-project-step-section .border-line-2 {
  border: 1px solid #d7d7ec;
}
.wooprex-architect-project-step-section .border-line-2 .col-one,
.wooprex-architect-project-step-section .border-line-2 .col-two,
.wooprex-architect-project-step-section .border-line-2 .col-three {
  border-right: 1px solid #d7d7ec;
}
.wooprex-architect-project-step-section .wooprex-architect-project-step-item {
  margin: 12px 0px;
  padding: 130px 30px;
  text-align: center;
  transition: background 0.3s;
}
.wooprex-architect-project-step-section .wooprex-architect-project-step-item .icon i {
  font-size: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wooprex-architect-project-step-section .wooprex-architect-project-step-item .description {
  margin-top: 100px;
}
.wooprex-architect-project-step-section .wooprex-architect-project-step-item .description h3 {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 40px;
}
.wooprex-architect-project-step-section .wooprex-architect-project-step-item:hover {
  background-color: #ff9500;
}
.wooprex-architect-project-step-section .wooprex-architect-project-step-item:hover .icon i,
.wooprex-architect-project-step-section .wooprex-architect-project-step-item:hover .description p {
  color: #232327;
}

/* Service */
.wooprex-architect-service-section {
  overflow: hidden;
  background-color: #232327;
  position: relative;
}
.wooprex-architect-service-section:before {
  content: "";
  background-image: url("../assets/shape/shape-11.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 1;
}
.wooprex-architect-service-section .service-description {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.wooprex-architect-service-section .service-description h5 {
  color: #ff9500;
  font-weight: 400;
  font-size: 24px;
}
.wooprex-architect-service-section .service-description .header-2 {
  color: #ffffff;
  margin: 15px 0px 20px 0px;
}
.wooprex-architect-service-section .service-description p {
  color: #ffffff;
  font-size: 20px;
  max-width: 550px;
  margin-bottom: 100px;
}
.wooprex-architect-service-section .service-item {
  height: 100%;
}
.wooprex-architect-service-section .service-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Story */
.wooprex-architect-story-section {
  overflow: hidden;
}
.wooprex-architect-story-section .row-1,
.wooprex-architect-story-section .row-2 {
  border-top: 1px solid #757980;
}
.wooprex-architect-story-section .row-2 {
  margin-top: 80px;
}
.wooprex-architect-story-section .wooprex-architect-story-item {
  height: 100%;
  padding: 12px 0px 0px 0px;
}
.wooprex-architect-story-section .wooprex-architect-story-item.item-1, .wooprex-architect-story-section .wooprex-architect-story-item.item-3 {
  border-right: 1px solid #757980;
  padding-right: 12px;
}
.wooprex-architect-story-section .wooprex-architect-story-item .story-description {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.wooprex-architect-story-section .wooprex-architect-story-item .story-description h4 {
  font-size: 64px;
  font-weight: 200;
  color: #ff9500;
}
.wooprex-architect-story-section .wooprex-architect-story-item .story-description h3 {
  font-size: 40px;
  font-weight: 400;
  margin: 8px 0px 5px 0px;
}
.wooprex-architect-story-section .wooprex-architect-story-item .story-image {
  height: 200px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.wooprex-architect-story-section .wooprex-architect-story-item .story-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-architect-story-section .wooprex-architect-story-item:hover .story-image {
  opacity: 1;
  visibility: visible;
}

/* Project */
.wooprex-architect-project-section {
  background-color: #fafaff;
  overflow: hidden;
}
.wooprex-architect-project-section .inner-left {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 40px;
}
.wooprex-architect-project-section .wooprex-nav-tabs {
  flex-direction: column;
  align-items: flex-start;
  row-gap: 30px;
}
.wooprex-architect-project-section .wooprex-nav-tabs li {
  width: 100%;
}
.wooprex-architect-project-section .wooprex-nav-tabs button {
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #d0d6ea;
  font-weight: 700;
  letter-spacing: -1px;
}
.wooprex-architect-project-section .wooprex-nav-tabs button.active, .wooprex-architect-project-section .wooprex-nav-tabs button:hover {
  color: #ff9500;
}
.wooprex-architect-project-section .project-item {
  height: 600px;
  overflow: hidden;
  position: relative;
}
.wooprex-architect-project-section .project-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-architect-project-section .project-item .description {
  position: absolute;
  top: 0%;
  right: 0%;
  padding: 20px;
  background-color: #ffffff;
}
.wooprex-architect-project-section .project-item .description h4 {
  font-weight: 300;
  font-size: 32px;
  line-height: 1em;
}
.wooprex-architect-project-section .project-item:hover img {
  transform: scale(1.05);
}

/* Review */
.wooprex-architect-review-section {
  overflow: hidden;
}
.wooprex-architect-review-section .architect-review-item .review-image {
  height: 700px;
  overflow: hidden;
}
.wooprex-architect-review-section .architect-review-item .review-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-architect-review-section .architect-review-item .review-description {
  padding-left: 30px;
  height: 100%;
  padding-top: 130px;
}
.wooprex-architect-review-section .architect-review-item .review-description h6 {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2em;
}
.wooprex-architect-review-section .architect-review-item .review-description h5 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -2px;
}
.wooprex-architect-review-section .architect-review-item .review-description p {
  font-size: 24px;
  margin-top: 30px;
  line-height: 1.4em;
}

/* Gallery */
.wooprex-architect-gallery-section {
  background-color: #fafaff;
  overflow: hidden;
}
.wooprex-architect-gallery-section .sub-header {
  font-size: 20px;
  max-width: 700px;
  line-height: 1.3em;
}
.wooprex-architect-gallery-section .inner-left {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 50px;
  overflow: hidden;
}
.wooprex-architect-gallery-section .gallery-slider {
  margin-top: 55px;
  overflow: visible;
}
.wooprex-architect-gallery-section .gallery-slider .gallery-item {
  height: 380px;
  overflow: hidden;
}
.wooprex-architect-gallery-section .gallery-slider .gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.wooprex-architect-gallery-section .gallery-slider .gallery-item.item-1 img {
  -o-object-position: 100% 75%;
     object-position: 100% 75%;
}
.wooprex-architect-gallery-section .gallery-slider .gallery-item:hover img {
  transform: scale(1.05);
}
.wooprex-architect-gallery-section .inner-right {
  height: 850px;
  overflow: hidden;
}
.wooprex-architect-gallery-section .inner-right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Contact */
.wooprex-architect-contact-section {
  background-color: #fafaff;
  overflow: hidden;
}
.wooprex-architect-contact-section .inner-left {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wooprex-architect-contact-section .inner-left .section-header.style-2 {
  margin-bottom: 40px;
}
.wooprex-architect-contact-section .contact-map iframe {
  height: 830px;
  width: 100%;
  border: none;
  outline: none;
  mix-blend-mode: luminosity;
  filter: saturate(0) contrast(100%);
  display: block;
}

/*-- blog pages -- */
/*-- Base: mixin & variable  -- */
.wooprex-designer-blog-list-section .inner-main-wrapper .row {
  row-gap: 40px;
}

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

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

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

/* Recent blog 2*/
.wooprex-designer-recent-blog-section-two .section-header {
  margin-bottom: 40px;
}

/*-- coming soon page -- */
/*-- 404 error page -- */
/*-- Base: mixin & variable  -- */
.wooprex-error-section {
  height: 820px;
  position: relative;
  overflow: hidden;
  padding: 0px 20px;
}
.wooprex-error-section .error-wrapper-main {
  height: 100%;
  max-width: 650px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0px 20px;
  text-align: center;
  position: relative;
  z-index: 3;
  margin: 0 auto;
}
.wooprex-error-section .error-wrapper-main h3 {
  font-size: 32px;
  margin: 40px 0px 10px 0px;
  font-weight: 600;
}
.wooprex-error-section .error-wrapper-main p {
  font-size: 18px;
  margin-bottom: 60px;
}
.wooprex-error-section .error-wrapper-main .wooprex-btn {
  min-width: 180px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  /***************** ERROR PAGE *******************/
  .wooprex-error-section {
    height: auto;
    padding: 80px 0;
  }
  .wooprex-error-section .error-wrapper-main h1 {
    font-size: 180px;
  }
  .wooprex-error-section .error-wrapper-main h3 {
    font-size: 36px;
  }
  .wooprex-error-section .error-wrapper-main p {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /***************** ERROR PAGE *******************/
  .wooprex-error-section {
    height: auto;
    padding: 70px 0;
  }
  .wooprex-error-section .error-wrapper-main h1 {
    font-size: 160px;
  }
  .wooprex-error-section .error-wrapper-main h3 {
    font-size: 32px;
  }
  .wooprex-error-section .error-wrapper-main p {
    font-size: 22px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  /***************** ERROR PAGE *******************/
  .wooprex-error-section {
    height: auto;
    padding: 60px 0;
  }
  .wooprex-error-section .error-wrapper-main h1 {
    font-size: 140px;
  }
  .wooprex-error-section .error-wrapper-main h3 {
    font-size: 28px;
  }
  .wooprex-error-section .error-wrapper-main p {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  /***************** ERROR PAGE *******************/
  .wooprex-error-section {
    height: auto;
    padding: 50px 0;
  }
  .wooprex-error-section .error-wrapper-main h1 {
    font-size: 100px;
  }
  .wooprex-error-section .error-wrapper-main h3 {
    font-size: 24px;
  }
  .wooprex-error-section .error-wrapper-main p {
    font-size: 16px;
  }
}
/*-- Woocommerce styles -- */
/*-- Base: mixin & variable  -- */
/*-- Responsive styles -- */
/*-- Base: mixin & variable  -- */
/* -- Wooprex - Media Queries -- */
@media only screen and (min-width: 1601px) and (max-width: 1900px) {
  .big-header {
    font-size: 170px;
  }
  .wooprex-designer-footer-section .footer-right .footer-item .icon {
    width: 55px;
    height: 55px;
  }
  .wooprex-designer-service-item a {
    padding: 70px 30px;
  }
  .wooprex-designer-service-item.item-1 .icon {
    margin: 25px 0px 40px 0px;
  }
  .wooprex-designer-service-item.item-1 .icon i {
    font-size: 90px;
  }
  .wooprex-designer-service-item.item-1 p {
    margin-top: 50px;
    font-size: 22px;
  }
  .wooprex-designer-service-item h3 {
    font-size: 40px;
  }
  .wooprex-designer-service-item .icon {
    margin: 15px 0px 40px 0px;
  }
  /* Contact */
  .wooprex-designer-contact-section .inner-main-wrapper .inner-right {
    padding: 60px;
  }
  .header-2 {
    font-size: 80px;
  }
  .wooprex-architect-banner-section {
    padding-top: 180px;
  }
  .wooprex-architect-banner-section .banner-text h1 {
    font-size: 170px;
  }
  .wooprex-architect-banner-section .banner-text h5 {
    font-size: 28px;
  }
  .wooprex-architect-banner-section .banner-text .banner-slider {
    margin-top: 35px;
  }
  .wooprex-architect-banner-section .banner-text .banner-slider .testimonial-item .details p {
    font-size: 20px;
  }
  .wooprex-architect-banner-section .banner-text .banner-counter {
    max-width: 280px;
  }
  .wooprex-architect-banner-section .banner-right .experience h2 {
    font-size: 70px;
  }
  .wooprex-architect-banner-section .banner-right img {
    height: 100%;
    top: 0px;
  }
  /* About */
  .wooprex-architect-about-section .about-description .description-main {
    flex-wrap: nowrap;
  }
  .wooprex-architect-about-section .about-description .description-main .review .avatar .info h5 {
    font-size: 22px;
  }
  .wooprex-architect-about-section .about-description .description-main .review .avatar:after {
    width: 60px;
  }
  .wooprex-architect-about-section .about-description .description-main .about-counter .counter-item h3 {
    font-size: 56px;
  }
  .wooprex-architect-about-section .about-description .description-main .about-counter .counter-item p {
    font-size: 14px;
  }
  /* project step */
  .wooprex-architect-project-step-section {
    overflow: hidden;
  }
  .wooprex-architect-project-step-section .wooprex-architect-project-step-item {
    padding: 40px 15px;
  }
  .wooprex-architect-project-step-section .wooprex-architect-project-step-item .icon i {
    font-size: 120px;
  }
  .wooprex-architect-project-step-section .wooprex-architect-project-step-item .description {
    margin-top: 50px;
  }
  .wooprex-architect-project-step-section .wooprex-architect-project-step-item .description h3 {
    font-size: 32px;
    margin-bottom: 30px;
  }
  /* Service */
  .wooprex-architect-service-section .service-item {
    height: 660px;
  }
  /* Story */
  .wooprex-architect-story-section .wooprex-architect-story-item .story-description h4 {
    font-size: 54px;
  }
  .wooprex-architect-story-section .wooprex-architect-story-item .story-description h3 {
    font-size: 28px;
  }
  /* Project */
  .wooprex-architect-project-section .wooprex-nav-tabs button {
    padding: 5px 0px;
  }
  /* Review */
  .wooprex-architect-review-section .architect-review-item .review-image {
    height: 650px;
  }
  .wooprex-architect-review-section .architect-review-item .review-description {
    padding-left: 20px;
    padding-top: 80px;
  }
  /* Contact */
  .wooprex-architect-contact-section .inner-left {
    padding: 130px 0px;
  }
  .wooprex-architect-contact-section .contact-map {
    height: 100%;
  }
  .wooprex-architect-contact-section .contact-map iframe {
    height: 100%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .big-header {
    font-size: 170px;
  }
  /* Footer */
  .wooprex-designer-footer-section .footer-right {
    padding-left: 0;
  }
  .wooprex-designer-footer-section .footer-right .footer-item .icon {
    width: 50px;
    height: 50px;
  }
  .wooprex-designer-footer-section .footer-right .footer-item .option-name a,
  .wooprex-designer-footer-section .footer-right .footer-item .option-name p {
    font-size: 15px;
  }
  .wooprex-designer-banner-section .inner-main-wrapper .bg-shape {
    width: 150px;
    height: 150px;
  }
  .wooprex-designer-banner-section .banner-text h1 {
    font-size: 140px;
  }
  .wooprex-designer-banner-section .banner-text h5 {
    font-size: 40px;
  }
  .wooprex-designer-banner-section .banner-text p {
    margin: 50px 0px;
    font-size: 22px;
  }
  /* Partner */
  .wooprex-marque-one .marquee_items .marque-item {
    margin: 0 40px;
  }
  /* About */
  .wooprex-designer-about-section .inner-right p {
    font-size: 200px;
  }
  /* Service */
  .wooprex-designer-service-section .inner-right .extra-section {
    bottom: 40px;
  }
  .wooprex-designer-service-item a {
    padding: 70px 20px;
  }
  .wooprex-designer-service-item.item-1 .icon {
    margin: 25px 0px 40px 0px;
  }
  .wooprex-designer-service-item.item-1 .icon i {
    font-size: 80px;
  }
  .wooprex-designer-service-item.item-1 p {
    margin-top: 50px;
    font-size: 18px;
  }
  .wooprex-designer-service-item h3 {
    font-size: 40px;
  }
  .wooprex-designer-service-item .icon {
    margin: 15px 0px 40px 0px;
  }
  /* Experience */
  .wooprex-designer-experience-section .wooprex-experience-header h4 {
    font-size: 22px;
  }
  .wooprex-designer-experience-section .wooprex-experience-item h4 {
    font-size: 26px;
  }
  /* Contact */
  .wooprex-designer-contact-section .inner-main-wrapper .inner-left .testimonial-text {
    padding: 20px;
  }
  .wooprex-designer-contact-section .inner-main-wrapper .inner-left .testimonial-text img {
    width: 110px;
  }
  .wooprex-designer-contact-section .inner-main-wrapper .inner-right {
    padding: 60px 20px;
  }
  .header-2 {
    font-size: 80px;
  }
  .wooprex-architect-footer-section .footer-left .wooprex-follow-us-2 ul {
    gap: 16px;
  }
  .wooprex-architect-footer-section .footer-middle {
    padding-left: 0;
  }
  .wooprex-architect-footer-section .footer-middle .footer-item .icon {
    width: 45px;
    height: 45px;
  }
  .wooprex-architect-footer-section .footer-right {
    padding-left: 20px;
  }
  .wooprex-architect-banner-section {
    padding-top: 180px;
  }
  .wooprex-architect-banner-section .banner-text h1 {
    font-size: 170px;
  }
  .wooprex-architect-banner-section .banner-text h5 {
    font-size: 28px;
  }
  .wooprex-architect-banner-section .banner-text .banner-slider {
    margin-top: 35px;
  }
  .wooprex-architect-banner-section .banner-text .banner-slider .testimonial-item .details p {
    font-size: 20px;
  }
  .wooprex-architect-banner-section .banner-text .banner-counter {
    max-width: 280px;
  }
  .wooprex-architect-banner-section .banner-right .experience h2 {
    font-size: 70px;
  }
  .wooprex-architect-banner-section .banner-right img {
    height: 100%;
    top: 0px;
  }
  /* About */
  .wooprex-architect-about-section .about-description .description-main {
    flex-wrap: nowrap;
  }
  .wooprex-architect-about-section .about-description .description-main .review .avatar .info h5 {
    font-size: 22px;
  }
  .wooprex-architect-about-section .about-description .description-main .review .avatar:after {
    width: 60px;
  }
  .wooprex-architect-about-section .about-description .description-main .about-counter .counter-item h3 {
    font-size: 56px;
  }
  .wooprex-architect-about-section .about-description .description-main .about-counter .counter-item p {
    font-size: 14px;
  }
  /* project step */
  .wooprex-architect-project-step-section {
    overflow: hidden;
  }
  .wooprex-architect-project-step-section .wooprex-architect-project-step-item {
    padding: 40px 15px;
  }
  .wooprex-architect-project-step-section .wooprex-architect-project-step-item .icon i {
    font-size: 120px;
  }
  .wooprex-architect-project-step-section .wooprex-architect-project-step-item .description {
    margin-top: 50px;
  }
  .wooprex-architect-project-step-section .wooprex-architect-project-step-item .description h3 {
    font-size: 32px;
    margin-bottom: 30px;
  }
  /* Service */
  .wooprex-architect-service-section .service-item {
    height: 660px;
  }
  /* Story */
  .wooprex-architect-story-section .wooprex-architect-story-item .story-description h4 {
    font-size: 54px;
  }
  .wooprex-architect-story-section .wooprex-architect-story-item .story-description h3 {
    font-size: 28px;
  }
  /* Project */
  .wooprex-architect-project-section .wooprex-nav-tabs button {
    padding: 5px 0px;
  }
  /* Review */
  .wooprex-architect-review-section .architect-review-item .review-image {
    height: 650px;
  }
  .wooprex-architect-review-section .architect-review-item .review-description {
    padding-left: 20px;
    padding-top: 80px;
  }
  /* Contact */
  .wooprex-architect-contact-section .inner-left {
    padding: 130px 0px;
  }
  .wooprex-architect-contact-section .contact-map {
    height: 100%;
  }
  .wooprex-architect-contact-section .contact-map iframe {
    height: 100%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .container {
    max-width: 1260px;
  }
  .padding-y {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .padding-top {
    padding-top: 110px;
  }
  .padding-bottom {
    padding-bottom: 110px;
  }
  .wooprex-desktop-menu ul.box-nav {
    gap: 25px;
  }
  .header {
    font-size: 45px;
  }
  .big-header {
    font-size: 150px;
  }
  /* Marque 2 */
  .wooprex-marque-two {
    height: 350px;
  }
  .wooprex-marque-two .top {
    left: -10px;
  }
  .wooprex-marque-two .bottom {
    top: 40px;
    left: -10px;
  }
  .wooprex-marque-two .marquee_items .marque-item,
  .wooprex-marque-two .marquee_items_two .marque-item {
    margin: 0px 30px;
  }
  .wooprex-marque-two .marquee_items .marque-item h3,
  .wooprex-marque-two .marquee_items_two .marque-item h3 {
    font-size: 80px;
  }
  /*form */
  .wooprex-contact-form .form-header h3 {
    font-size: 56px;
    margin-bottom: 40px;
  }
  /* Footer */
  .wooprex-designer-footer-section .inner-left .big-header {
    left: 0px;
  }
  .wooprex-designer-footer-section .footer-left {
    padding-left: 20px;
    padding-right: 10px;
  }
  .wooprex-designer-footer-section .footer-right {
    padding-left: 0;
  }
  /* Breadcrumb */
  .wooprex-designer-breadcrumb-section {
    height: 320px;
  }
  .wooprex-designer-breadcrumb-section-2 {
    padding-bottom: 15px;
  }
  .wooprex-designer-banner-section .inner-main-wrapper .bg-shape {
    width: 130px;
    height: 130px;
  }
  .wooprex-designer-banner-section .banner-text {
    padding: 160px 0px 20px 0px;
  }
  .wooprex-designer-banner-section .banner-text h1 {
    font-size: 110px;
  }
  .wooprex-designer-banner-section .banner-text h5 {
    font-size: 32px;
  }
  .wooprex-designer-banner-section .banner-text p {
    margin: 30px 0px;
    font-size: 20px;
  }
  .wooprex-designer-banner-section .banner-text .wooprex-follow-us ul {
    gap: 12px;
  }
  /* Partner */
  .wooprex-marque-one .marquee_items .marque-item {
    margin: 0 30px;
  }
  /* About */
  .wooprex-designer-about-section .inner-left .bg-shape {
    max-width: 150px;
  }
  .wooprex-designer-about-section .inner-left .details .item p {
    font-size: 18px;
  }
  .wooprex-designer-about-section .inner-middle {
    width: 270px;
  }
  .wooprex-designer-about-section .inner-middle .image,
  .wooprex-designer-about-section .inner-middle .download-cv {
    width: 260px;
    height: 260px;
  }
  .wooprex-designer-about-section .inner-middle .download-cv a {
    font-size: 20px;
  }
  .wooprex-designer-about-section .inner-middle .download-cv a i {
    font-size: 80px;
  }
  .wooprex-designer-about-section .inner-right {
    padding: 35px 0px;
  }
  .wooprex-designer-about-section .inner-right p {
    font-size: 170px;
    line-height: 0.6em;
  }
  /* service */
  .wooprex-designer-service-section .inner-right .bg-shape {
    right: 0;
  }
  .wooprex-designer-service-section .inner-right .extra-section {
    bottom: 40px;
  }
  .wooprex-designer-service-section .inner-right .extra-section img {
    max-width: 350px;
    height: 100%;
  }
  .wooprex-designer-service-item a {
    padding: 60px 20px;
  }
  .wooprex-designer-service-item.item-1 .icon {
    margin: 15px 0px 25px 0px;
  }
  .wooprex-designer-service-item.item-1 .icon i {
    font-size: 80px;
  }
  .wooprex-designer-service-item.item-1 p {
    margin-top: 40px;
    font-size: 18px;
  }
  .wooprex-designer-service-item h3 {
    font-size: 35px;
  }
  .wooprex-designer-service-item .icon {
    margin: 15px 0px 25px 0px;
  }
  /* Portfolio */
  .wooprex-designer-portfolio-section .wooprex-nav-tabs {
    row-gap: 15px;
  }
  .wooprex-designer-portfolio-section .wooprex-nav-tabs button {
    font-size: 20px;
    gap: 10px;
    width: 100%;
  }
  .wooprex-designer-portfolio-section .portfolio-item {
    height: 600px;
  }
  .wooprex-designer-portfolio-section .portfolio-cite {
    margin-top: 30px;
  }
  .wooprex-designer-portfolio-section .portfolio-cite h3 {
    font-size: 85px;
  }
  /* Experience */
  .wooprex-designer-experience-section .inner-main-wrapper .bg-shape {
    max-width: 120px;
  }
  .wooprex-designer-experience-section .wooprex-experience-header h4 {
    font-size: 18px;
  }
  .wooprex-designer-experience-section .wooprex-experience-item h4 {
    font-size: 24px;
  }
  .wooprex-designer-experience-section .wooprex-experience-item p {
    font-size: 18px;
  }
  /* Story */
  .wooprex-designer-story-section .inner-right .story-item {
    height: 500px;
  }
  /* Contact */
  .wooprex-designer-contact-section .bg-shape-1 {
    width: 120px;
  }
  .wooprex-designer-contact-section .bg-shape-3 {
    top: 75px;
    width: 100px;
  }
  .wooprex-designer-contact-section .bg-shape-2 {
    width: 80px;
  }
  .wooprex-designer-contact-section .inner-main-wrapper .inner-left .testimonial-text {
    padding: 20px;
  }
  .wooprex-designer-contact-section .inner-main-wrapper .inner-left .testimonial-text img {
    width: 90px;
  }
  .wooprex-designer-contact-section .inner-main-wrapper .inner-left .testimonial-text article {
    margin-top: 20px;
  }
  .wooprex-designer-contact-section .inner-main-wrapper .inner-left .testimonial-text article p:first-child {
    font-size: 22px;
  }
  .wooprex-designer-contact-section .inner-main-wrapper .inner-left .testimonial-text .client-info {
    margin-top: 20px;
  }
  .wooprex-designer-contact-section .inner-main-wrapper .inner-right {
    padding: 60px 20px;
  }
  /*============= Blog page ==============*/
  .wooprex-designer-blog-list-section {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  /* ============== BLOG details ================ */
  .wooprex-blog-details-section {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  /* sidebar */
  .wooprex-sidebar {
    padding-left: 0px;
  }
  /* recent blog */
  .wooprex-designer-recent-blog-section-two {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .wooprex-btn {
    padding: 0px 20px;
  }
  .header-2 {
    font-size: 80px;
  }
  /* architect blog item */
  .wooprex-architect-blog-item .blog-image {
    height: 470px;
  }
  .wooprex-architect-blog-item .blog-description h3 {
    font-size: 26px;
  }
  /*********** Architect footer ***************/
  .wooprex-architect-footer-section .inner-main-wrapper > .row {
    row-gap: 50px;
  }
  .wooprex-architect-footer-section .footer-left .copyright {
    display: none;
  }
  .wooprex-architect-footer-section .footer-middle {
    padding-left: 0px;
  }
  .wooprex-architect-footer-section .footer-middle h4 {
    margin-bottom: 15px;
  }
  .wooprex-architect-footer-section .footer-middle .footer-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
  }
  .wooprex-architect-footer-section .footer-right {
    padding-left: 0px;
    border-left: none;
  }
  .wooprex-architect-footer-section .bottom-copyright {
    display: block;
  }
  .wooprex-architect-banner-section {
    padding-top: 180px;
  }
  .wooprex-architect-banner-section .banner-text h1 {
    font-size: 150px;
  }
  .wooprex-architect-banner-section .banner-text h5 {
    font-size: 28px;
  }
  .wooprex-architect-banner-section .banner-text .banner-slider {
    margin-top: 35px;
  }
  .wooprex-architect-banner-section .banner-text .banner-slider .testimonial-item .details p {
    font-size: 20px;
  }
  .wooprex-architect-banner-section .banner-text .banner-counter {
    max-width: 250px;
  }
  .wooprex-architect-banner-section .banner-right .experience h2 {
    font-size: 64px;
  }
  .wooprex-architect-banner-section .banner-right img {
    height: 100%;
    top: 0px;
  }
  /* About */
  .wooprex-architect-about-section .about-description .description-main {
    flex-wrap: nowrap;
  }
  .wooprex-architect-about-section .about-description .description-main .review .avatar .info h5 {
    font-size: 22px;
  }
  .wooprex-architect-about-section .about-description .description-main .review .avatar:after {
    width: 60px;
  }
  .wooprex-architect-about-section .about-description .description-main .about-counter .counter-item h3 {
    font-size: 56px;
  }
  .wooprex-architect-about-section .about-description .description-main .about-counter .counter-item p {
    font-size: 14px;
  }
  /* project step */
  .wooprex-architect-project-step-section {
    overflow: hidden;
  }
  .wooprex-architect-project-step-section .wooprex-architect-project-step-item {
    padding: 40px 15px;
  }
  .wooprex-architect-project-step-section .wooprex-architect-project-step-item .icon i {
    font-size: 120px;
  }
  .wooprex-architect-project-step-section .wooprex-architect-project-step-item .description {
    margin-top: 50px;
  }
  .wooprex-architect-project-step-section .wooprex-architect-project-step-item .description h3 {
    font-size: 32px;
    margin-bottom: 30px;
  }
  /* Service */
  .wooprex-architect-service-section .service-item {
    height: 660px;
  }
  /* Story */
  .wooprex-architect-story-section .wooprex-architect-story-item .story-description h4 {
    font-size: 54px;
  }
  .wooprex-architect-story-section .wooprex-architect-story-item .story-description h3 {
    font-size: 28px;
  }
  /* Project */
  .wooprex-architect-project-section .wooprex-nav-tabs button {
    padding: 5px 0px;
  }
  /* Review */
  .wooprex-architect-review-section .architect-review-item .review-image {
    height: 650px;
  }
  .wooprex-architect-review-section .architect-review-item .review-description {
    padding-left: 0px;
    padding-top: 80px;
  }
  /* Contact */
  .wooprex-architect-contact-section .inner-left {
    padding: 110px 0px;
  }
  .wooprex-architect-contact-section .contact-map {
    height: 100%;
  }
  .wooprex-architect-contact-section .contact-map iframe {
    height: 100%;
  }
}
@media only screen and (max-width: 1499px) {
  .padding-x {
    padding-right: 20px;
    padding-left: 20px;
  }
  .padding-left {
    padding-left: 20px;
  }
  .padding-right {
    padding-right: 20px;
  }
  .text-size-13 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .big-header {
    font-size: 150px;
  }
  /* Marque 2 */
  .wooprex-marque-two {
    height: 350px;
  }
  .wooprex-marque-two .top {
    left: -10px;
  }
  .wooprex-marque-two .bottom {
    top: 40px;
    left: -10px;
  }
  .wooprex-marque-two .marquee_items .marque-item,
  .wooprex-marque-two .marquee_items_two .marque-item {
    margin: 0px 30px;
  }
  .wooprex-marque-two .marquee_items .marque-item h3,
  .wooprex-marque-two .marquee_items_two .marque-item h3 {
    font-size: 80px;
  }
  /*form */
  .wooprex-contact-form .form-header h3 {
    font-size: 50px;
    margin-bottom: 40px;
  }
  /* Footer */
  .wooprex-designer-footer-section .inner-left .big-header {
    left: 0px;
  }
  .wooprex-designer-footer-section .footer-left {
    padding-left: 20px;
    padding-right: 10px;
  }
  .wooprex-designer-footer-section .footer-right {
    padding-left: 0;
  }
  .wooprex-designer-footer-section .footer-right .footer-item .icon {
    width: 45px;
    height: 45px;
  }
  .wooprex-designer-footer-section .footer-right .footer-item .icon i {
    font-size: 18px;
  }
  .wooprex-designer-footer-section .footer-right .footer-item .option-name a,
  .wooprex-designer-footer-section .footer-right .footer-item .option-name p {
    font-size: 14px;
  }
  /* Breadcrumb */
  .wooprex-designer-breadcrumb-section {
    height: 320px;
  }
  .wooprex-designer-breadcrumb-section-2 {
    padding-bottom: 15px;
  }
  .wooprex-designer-banner-section .inner-main-wrapper .bg-shape {
    width: 110px;
    height: 110px;
  }
  .wooprex-designer-banner-section .banner-text {
    padding: 160px 0px 20px 0px;
  }
  .wooprex-designer-banner-section .banner-text h1 {
    font-size: 90px;
  }
  .wooprex-designer-banner-section .banner-text h5 {
    font-size: 32px;
  }
  .wooprex-designer-banner-section .banner-text p {
    margin: 30px 0px;
    font-size: 20px;
  }
  .wooprex-designer-banner-section .banner-text .banner-text-footer .wooprex-follow-us {
    justify-content: flex-start;
  }
  .wooprex-designer-banner-section .banner-image img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom left;
       object-position: bottom left;
  }
  /* Partner */
  .wooprex-marque-one .marquee_items .marque-item {
    margin: 0 30px;
  }
  /* About */
  .wooprex-designer-about-section .inner-left .bg-shape {
    max-width: 150px;
  }
  .wooprex-designer-about-section .inner-middle .download-cv a {
    font-size: 20px;
  }
  .wooprex-designer-about-section .inner-middle .download-cv a i {
    font-size: 80px;
  }
  .wooprex-designer-about-section .inner-right {
    padding: 35px 0px;
  }
  .wooprex-designer-about-section .inner-right p {
    font-size: 170px;
    line-height: 0.6em;
  }
  /* service */
  .wooprex-designer-service-section .inner-right .bg-shape {
    right: 0;
  }
  .wooprex-designer-service-section .inner-right .extra-section img {
    max-width: 350px;
    height: 100%;
  }
  .wooprex-designer-service-item a {
    padding: 40px 20px;
  }
  .wooprex-designer-service-item.item-1 .icon {
    margin: 10px 0px 15px 0px;
  }
  .wooprex-designer-service-item.item-1 .icon i {
    font-size: 70px;
  }
  .wooprex-designer-service-item.item-1 p {
    margin-top: 20px;
    font-size: 18px;
  }
  .wooprex-designer-service-item h3 {
    font-size: 28px;
  }
  .wooprex-designer-service-item .icon {
    margin: 10px 0px 20px 0px;
  }
  /* Portfolio */
  .wooprex-designer-portfolio-section .wooprex-nav-tabs {
    row-gap: 15px;
  }
  .wooprex-designer-portfolio-section .wooprex-nav-tabs button {
    font-size: 20px;
    gap: 10px;
    width: 100%;
  }
  .wooprex-designer-portfolio-section .portfolio-item {
    height: 600px;
  }
  .wooprex-designer-portfolio-section .portfolio-cite {
    margin-top: 30px;
  }
  .wooprex-designer-portfolio-section .portfolio-cite h3 {
    font-size: 80px;
  }
  /* Experience */
  .wooprex-designer-experience-section .inner-main-wrapper .bg-shape {
    max-width: 120px;
  }
  .wooprex-designer-experience-section .wooprex-experience-header h4 {
    font-size: 16px;
  }
  .wooprex-designer-experience-section .wooprex-experience-item h4 {
    font-size: 20px;
  }
  .wooprex-designer-experience-section .wooprex-experience-item p {
    font-size: 16px;
  }
  .wooprex-designer-experience-section .wooprex-experience-item .experience-progress {
    padding: 15px;
    width: 150px;
    height: 150px;
  }
  .wooprex-designer-experience-section .wooprex-experience-item .experience-progress img {
    max-width: 30px;
  }
  .wooprex-designer-experience-section .wooprex-experience-item .experience-progress h5 {
    font-size: 20px;
  }
  /* Story */
  .wooprex-designer-story-section .inner-right .story-item {
    height: 450px;
  }
  /* Contact */
  .wooprex-designer-contact-section .bg-shape-1 {
    width: 100px;
  }
  .wooprex-designer-contact-section .bg-shape-3 {
    top: 75px;
    width: 90px;
  }
  .wooprex-designer-contact-section .bg-shape-2 {
    width: 70px;
  }
  .wooprex-designer-contact-section .inner-main-wrapper .inner-left .testimonial-text {
    padding: 20px;
  }
  .wooprex-designer-contact-section .inner-main-wrapper .inner-left .testimonial-text img {
    width: 90px;
  }
  .wooprex-designer-contact-section .inner-main-wrapper .inner-left .testimonial-text article {
    margin-top: 20px;
  }
  .wooprex-designer-contact-section .inner-main-wrapper .inner-left .testimonial-text article p:first-child {
    font-size: 22px;
  }
  .wooprex-designer-contact-section .inner-main-wrapper .inner-left .testimonial-text .client-info {
    margin-top: 20px;
  }
  .wooprex-designer-contact-section .inner-main-wrapper .inner-right {
    padding: 60px 20px;
  }
  /*============= Blog page ==============*/
  .wooprex-designer-blog-list-section {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  /* ============== BLOG details ================ */
  .wooprex-blog-details-section {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .wooprex-blog-header .header {
    font-size: 46px;
  }
  /* sidebar */
  .wooprex-sidebar {
    padding-left: 0px;
  }
  /* recent blog */
  .wooprex-designer-recent-blog-section-two {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .wooprex-btn {
    padding: 0px 20px;
  }
  .header-2 {
    font-size: 80px;
  }
  /* architect blog item */
  .wooprex-architect-blog-item .blog-image {
    height: 430px;
  }
  .wooprex-architect-blog-item .blog-description h3 {
    font-size: 22px;
  }
  /*********** Architect footer ***************/
  .wooprex-architect-footer-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .wooprex-architect-footer-section .inner-main-wrapper > .row {
    row-gap: 50px;
  }
  .wooprex-architect-footer-section .footer-left {
    padding-right: 15px;
  }
  .wooprex-architect-footer-section .footer-left .wooprex-follow-us-2 ul {
    gap: 16px;
  }
  .wooprex-architect-footer-section .footer-left .copyright {
    display: none;
  }
  .wooprex-architect-footer-section .footer-middle {
    padding-left: 0px;
  }
  .wooprex-architect-footer-section .footer-middle h4 {
    margin-bottom: 15px;
  }
  .wooprex-architect-footer-section .footer-middle .footer-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
  }
  .wooprex-architect-footer-section .footer-middle .footer-item .icon {
    width: 45px;
    height: 45px;
  }
  .wooprex-architect-footer-section .footer-middle .footer-item .icon i {
    font-size: 18px;
  }
  .wooprex-architect-footer-section .footer-middle .footer-item .option-name h5 {
    margin: 0;
  }
  .wooprex-architect-footer-section .footer-middle .footer-item .option-name a,
  .wooprex-architect-footer-section .footer-middle .footer-item .option-name p {
    font-size: 13px;
  }
  .wooprex-architect-footer-section .footer-right {
    padding-left: 0px;
    border-left: none;
  }
  .wooprex-architect-footer-section .bottom-copyright {
    display: block;
  }
  .wooprex-architect-banner-section {
    padding-top: 160px;
  }
  .wooprex-architect-banner-section .banner-text h1 {
    font-size: 140px;
  }
  .wooprex-architect-banner-section .banner-text h5 {
    font-size: 25px;
  }
  .wooprex-architect-banner-section .banner-text .banner-slider {
    margin-top: 35px;
  }
  .wooprex-architect-banner-section .banner-text .banner-slider .testimonial-item .details p {
    font-size: 20px;
  }
  .wooprex-architect-banner-section .banner-text .banner-counter {
    max-width: 250px;
  }
  .wooprex-architect-banner-section .banner-right .experience h2 {
    font-size: 58px;
  }
  .wooprex-architect-banner-section .banner-right img {
    height: 100%;
    top: 0px;
  }
  /* About */
  .wooprex-architect-about-section .about-description .description-main {
    flex-wrap: nowrap;
  }
  .wooprex-architect-about-section .about-description .description-main .review .avatar .info h5 {
    font-size: 20px;
  }
  .wooprex-architect-about-section .about-description .description-main .review .avatar:after {
    width: 60px;
  }
  .wooprex-architect-about-section .about-description .description-main .about-counter .counter-item h3 {
    font-size: 56px;
  }
  .wooprex-architect-about-section .about-description .description-main .about-counter .counter-item p {
    font-size: 14px;
  }
  /* project step */
  .wooprex-architect-project-step-section {
    overflow: hidden;
  }
  .wooprex-architect-project-step-section .wooprex-architect-project-step-item {
    padding: 40px 15px;
  }
  .wooprex-architect-project-step-section .wooprex-architect-project-step-item .icon i {
    font-size: 100px;
  }
  .wooprex-architect-project-step-section .wooprex-architect-project-step-item .description {
    margin-top: 30px;
  }
  .wooprex-architect-project-step-section .wooprex-architect-project-step-item .description h3 {
    font-size: 25px;
    margin-bottom: 10px;
  }
  /* Service */
  .wooprex-architect-service-section .service-item {
    height: 660px;
  }
  /* Story */
  .wooprex-architect-story-section .wooprex-architect-story-item .story-description h4 {
    font-size: 45px;
  }
  .wooprex-architect-story-section .wooprex-architect-story-item .story-description h3 {
    font-size: 25px;
  }
  /* Project */
  .wooprex-architect-project-section .inner-left {
    row-gap: 30px;
  }
  .wooprex-architect-project-section .wooprex-nav-tabs li {
    width: auto;
  }
  .wooprex-architect-project-section .wooprex-nav-tabs button {
    padding: 0;
    font-size: 32px;
  }
  .wooprex-architect-project-section .project-item {
    height: 480px;
  }
  .wooprex-architect-project-section .project-item .description h4 {
    font-size: 24px;
  }
  /* Review */
  .wooprex-architect-review-section .architect-review-item .review-image {
    height: 650px;
  }
  .wooprex-architect-review-section .architect-review-item .review-description {
    padding-left: 0px;
    padding-top: 80px;
  }
  /* Gallery */
  .wooprex-architect-gallery-section .inner-left {
    padding-bottom: 0px;
  }
  .wooprex-architect-gallery-section .gallery-slider {
    margin-top: 40px;
  }
  .wooprex-architect-gallery-section .gallery-slider .gallery-item {
    height: 280px;
  }
  .wooprex-architect-gallery-section .inner-right {
    height: 750px;
  }
  /* Contact */
  .wooprex-architect-contact-section .inner-left {
    padding: 100px 0px;
  }
  .wooprex-architect-contact-section .contact-map {
    height: 100%;
  }
  .wooprex-architect-contact-section .contact-map iframe {
    height: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .padding-top {
    padding-top: 100px;
  }
  .padding-bottom {
    padding-bottom: 100px;
  }
  .padding-y {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .text-size-4 {
    font-size: 18px;
  }
  .text-size-5 {
    font-size: 20px;
  }
  .text-size-6 {
    font-size: 22px;
  }
  .text-size-7 {
    font-size: 24px;
  }
  .text-size-8 {
    font-size: 26px;
  }
  .text-size-9 {
    font-size: 28px;
  }
  .text-size-10 {
    font-size: 30px;
  }
  .text-size-11 {
    font-size: 40px;
  }
  .text-size-12 {
    font-size: 42px;
  }
  .text-size-13 {
    font-size: 48px;
  }
  .text-size-14 {
    font-size: 74px;
  }
  .text-size-15 {
    font-size: 94px;
  }
  header.wooprex-header-section {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .wooprex-classic-desktop-menu {
    display: none;
  }
  .section-header {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .big-header {
    font-size: 120px;
  }
  /* Marque 2 */
  .wooprex-marque-two {
    height: 250px;
  }
  .wooprex-marque-two .top {
    left: -10px;
  }
  .wooprex-marque-two .bottom {
    top: 10px;
    left: -10px;
  }
  .wooprex-marque-two .marquee_items .marque-item,
  .wooprex-marque-two .marquee_items_two .marque-item {
    margin: 0px 20px;
  }
  .wooprex-marque-two .marquee_items .marque-item h3,
  .wooprex-marque-two .marquee_items_two .marque-item h3 {
    font-size: 60px;
  }
  /*form */
  .wooprex-contact-form .form-header h3 {
    font-size: 45px;
    margin-bottom: 40px;
  }
  /* blog item */
  .wooprex-designer-blog-item .blog-description h3 {
    font-size: 22px;
  }
  .wooprex-designer-blog-item .blog-image {
    height: 370px;
  }
  /* Footer */
  .wooprex-designer-footer-section .inner-left .big-header {
    left: 0px;
  }
  .wooprex-designer-footer-section .footer-left {
    padding-left: 20px;
    padding-right: 10px;
  }
  .wooprex-designer-footer-section .footer-right {
    padding-left: 0;
  }
  .wooprex-designer-footer-section .footer-right .footer-item .icon {
    width: 40px;
    height: 40px;
  }
  .wooprex-designer-footer-section .footer-right .footer-item .icon i {
    font-size: 16px;
  }
  .wooprex-designer-footer-section .footer-right .footer-item .option-name a,
  .wooprex-designer-footer-section .footer-right .footer-item .option-name p {
    font-size: 14px;
  }
  /* Breadcrumb */
  .wooprex-designer-breadcrumb-section {
    height: 320px;
  }
  .wooprex-designer-breadcrumb-section-2 {
    padding-bottom: 15px;
  }
  .wooprex-designer-banner-section .inner-main-wrapper .bg-shape {
    width: 100px;
    height: 100px;
  }
  .wooprex-designer-banner-section .banner-text {
    padding: 160px 0px 20px 0px;
  }
  .wooprex-designer-banner-section .banner-text h1 {
    font-size: 70px;
  }
  .wooprex-designer-banner-section .banner-text h5 {
    font-size: 24px;
  }
  .wooprex-designer-banner-section .banner-text p {
    margin: 30px 0px;
    font-size: 20px;
  }
  .wooprex-designer-banner-section .banner-text .banner-text-footer .wooprex-follow-us {
    justify-content: flex-start;
  }
  .wooprex-designer-banner-section .banner-image img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom left;
       object-position: bottom left;
  }
  /* Partner */
  .wooprex-designer-partner-section .header:after {
    width: 140px;
  }
  .wooprex-marque-one .marquee_items .marque-item {
    margin: 0 25px;
  }
  /* About */
  .wooprex-designer-about-section .inner-left .bg-shape {
    max-width: 100px;
  }
  .wooprex-designer-about-section .inner-right {
    padding: 35px 0px;
  }
  .wooprex-designer-about-section .inner-right p {
    font-size: 140px;
    line-height: 0.6em;
  }
  /* service */
  .wooprex-designer-service-section {
    padding-top: 0;
  }
  .wooprex-designer-service-section .inner-left .big-header.vertical {
    writing-mode: lr;
    position: relative;
    top: inherit;
    transform: inherit;
  }
  .wooprex-designer-service-section .inner-right .bg-shape {
    top: -10px;
    right: 0;
  }
  .wooprex-designer-service-section .inner-right .extra-section img {
    max-width: 350px;
    height: 100%;
  }
  .wooprex-designer-service-item a {
    padding: 40px 20px;
  }
  .wooprex-designer-service-item.item-1 .icon {
    margin: 10px 0px 15px 0px;
  }
  .wooprex-designer-service-item.item-1 .icon i {
    font-size: 70px;
  }
  .wooprex-designer-service-item.item-1 p {
    margin-top: 20px;
    font-size: 18px;
  }
  .wooprex-designer-service-item h3 {
    font-size: 24px;
  }
  .wooprex-designer-service-item .icon {
    margin: 10px 0px 20px 0px;
  }
  /* Portfolio */
  .wooprex-designer-portfolio-section .wooprex-nav-tabs {
    row-gap: 15px;
  }
  .wooprex-designer-portfolio-section .wooprex-nav-tabs button {
    font-size: 20px;
    gap: 10px;
    width: 100%;
  }
  .wooprex-designer-portfolio-section .portfolio-item {
    height: 600px;
  }
  .wooprex-designer-portfolio-section .portfolio-cite {
    margin-top: 30px;
  }
  .wooprex-designer-portfolio-section .portfolio-cite h3 {
    font-size: 70px;
  }
  /* Experience */
  .wooprex-designer-experience-section .inner-main-wrapper .bg-shape {
    max-width: 120px;
  }
  .wooprex-designer-experience-section .wooprex-experience-header h4 {
    font-size: 16px;
  }
  .wooprex-designer-experience-section .wooprex-experience-item h4 {
    font-size: 18px;
  }
  .wooprex-designer-experience-section .wooprex-experience-item p {
    font-size: 16px;
  }
  .wooprex-designer-experience-section .wooprex-experience-item .experience-progress {
    padding: 15px;
    width: 130px;
    height: 130px;
  }
  .wooprex-designer-experience-section .wooprex-experience-item .experience-progress img {
    max-width: 30px;
  }
  .wooprex-designer-experience-section .wooprex-experience-item .experience-progress h5 {
    font-size: 18px;
  }
  /* Story */
  .wooprex-designer-story-section .inner-right .story-item {
    height: 420px;
  }
  /* Contact */
  .wooprex-designer-contact-section .bg-shape-1 {
    width: 100px;
  }
  .wooprex-designer-contact-section .bg-shape-3 {
    top: 75px;
    width: 90px;
  }
  .wooprex-designer-contact-section .bg-shape-2 {
    width: 70px;
  }
  .wooprex-designer-contact-section .inner-main-wrapper .inner-left .testimonial-text {
    padding: 20px;
  }
  .wooprex-designer-contact-section .inner-main-wrapper .inner-left .testimonial-text img {
    width: 90px;
  }
  .wooprex-designer-contact-section .inner-main-wrapper .inner-left .testimonial-text article {
    margin-top: 20px;
  }
  .wooprex-designer-contact-section .inner-main-wrapper .inner-left .testimonial-text article p:first-child {
    font-size: 22px;
  }
  .wooprex-designer-contact-section .inner-main-wrapper .inner-left .testimonial-text .client-info {
    margin-top: 20px;
  }
  .wooprex-designer-contact-section .inner-main-wrapper .inner-right {
    padding: 60px 20px;
  }
  /*============= Blog page ==============*/
  .wooprex-designer-blog-list-section {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  /* ============== BLOG details ================ */
  .wooprex-blog-details-section {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .wooprex-blog-header .header {
    font-size: 45px;
    margin-bottom: 20px;
  }
  .wooprex-blog-header .author {
    gap: 15px;
  }
  .wooprex-blog-header .author p {
    padding-right: 15px;
  }
  .wooprex-blog-details {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #363640;
  }
  .wooprex-blog-details .wooprex-blog-thumbnail {
    height: 460px;
  }
  .wooprex-blog-details .wooprex-blog-quote {
    margin-top: 85px;
  }
  .wooprex-blog-details .wooprex-blog-quote blockquote {
    font-size: 20px;
  }
  /* sidebar */
  .wooprex-sidebar {
    padding-left: 0;
  }
  .wooprex-sidebar .wooprex-sidebar-category,
  .wooprex-sidebar .wooprex-sidebar-archive,
  .wooprex-sidebar .wooprex-sidebar-latest-post,
  .wooprex-sidebar .wooprex-sidebar-tags {
    margin-top: 50px;
  }
  /* recent blog */
  .wooprex-designer-recent-blog-section-two {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .section-header.style-2 {
    margin-bottom: 45px;
  }
  .header-2 {
    font-size: 70px;
  }
  /* architect blog item */
  .wooprex-architect-blog-item .blog-image {
    height: 420px;
  }
  .wooprex-architect-blog-item .blog-description {
    padding: 15px 0px 0px 0px;
  }
  .wooprex-architect-blog-item .blog-description h3 {
    margin: 5px 0px;
    font-size: 22px;
  }
  .wooprex-architect-blog-item .blog-description p {
    margin: 10px 0px 20px 0px;
  }
  /*********** Architect footer ***************/
  .wooprex-architect-footer-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .wooprex-architect-footer-section .inner-main-wrapper > .row {
    row-gap: 50px;
  }
  .wooprex-architect-footer-section .footer-left {
    border-right: none;
  }
  .wooprex-architect-footer-section .footer-left .copyright {
    display: none;
  }
  .wooprex-architect-footer-section .footer-middle {
    padding-left: 0px;
  }
  .wooprex-architect-footer-section .footer-middle h4 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .wooprex-architect-footer-section .footer-middle .footer-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
  }
  .wooprex-architect-footer-section .footer-middle .footer-item .icon {
    width: 45px;
    height: 45px;
  }
  .wooprex-architect-footer-section .footer-middle .footer-item .icon i {
    font-size: 18px;
  }
  .wooprex-architect-footer-section .footer-middle .footer-item .option-name h5 {
    margin: 0;
  }
  .wooprex-architect-footer-section .footer-right {
    padding-left: 0px;
    border-left: none;
  }
  .wooprex-architect-footer-section .footer-right h4 {
    font-size: 24px;
  }
  .wooprex-architect-footer-section .bottom-copyright {
    display: block;
  }
  .wooprex-architect-banner-section {
    padding-top: 170px;
    padding-right: 20px;
    height: auto;
    padding-bottom: 80px;
  }
  .wooprex-architect-banner-section .banner-text h1 {
    font-size: 140px;
  }
  .wooprex-architect-banner-section .banner-text h5 {
    font-size: 25px;
  }
  .wooprex-architect-banner-section .banner-text .banner-slider {
    margin-top: 45px;
  }
  .wooprex-architect-banner-section .banner-text .banner-slider .testimonial-item .details p {
    font-size: 20px;
  }
  .wooprex-architect-banner-section .banner-text .banner-counter {
    max-width: 250px;
  }
  .wooprex-architect-banner-section .banner-text .banner-text-footer {
    margin-top: 30px;
  }
  .wooprex-architect-banner-section .banner-right .wooprex-follow-us-2 {
    padding-right: 20px;
  }
  .wooprex-architect-banner-section .banner-right .wooprex-follow-us-2 ul {
    justify-content: flex-start;
  }
  .wooprex-architect-banner-section .banner-right .experience {
    top: 100px;
    right: inherit;
  }
  .wooprex-architect-banner-section .banner-right img {
    position: relative;
    -o-object-fit: cover;
       object-fit: cover;
    top: 0px;
    height: 500px;
    -o-object-position: 70% 100%;
       object-position: 70% 100%;
  }
  /* About */
  .wooprex-architect-about-section {
    padding-right: 20px;
  }
  .wooprex-architect-about-section .inner-main-wrapper > .row {
    row-gap: 50px;
  }
  .wooprex-architect-about-section .about-description .description-main .about-counter .counter-item h3 {
    font-size: 56px;
  }
  .wooprex-architect-about-section .about-image {
    height: 600px;
  }
  /* project step */
  .wooprex-architect-project-step-section {
    overflow: hidden;
  }
  .wooprex-architect-project-step-section .border-line-2 .col-one,
  .wooprex-architect-project-step-section .border-line-2 .col-two {
    border-right: none;
    border-bottom: 1px solid #d7d7ec;
  }
  .wooprex-architect-project-step-section .border-line-2 .col-one,
  .wooprex-architect-project-step-section .border-line-2 .col-three {
    border-right: 1px solid #d7d7ec;
  }
  .wooprex-architect-project-step-section .wooprex-architect-project-step-item {
    padding: 40px 20px;
  }
  .wooprex-architect-project-step-section .wooprex-architect-project-step-item .icon i {
    font-size: 100px;
  }
  .wooprex-architect-project-step-section .wooprex-architect-project-step-item .description {
    margin-top: 30px;
  }
  .wooprex-architect-project-step-section .wooprex-architect-project-step-item .description h3 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  /* Service */
  .wooprex-architect-service-section {
    padding-left: 0px;
  }
  .wooprex-architect-service-section .service-description p {
    margin-bottom: 60px;
  }
  .wooprex-architect-service-section .service-description h5 {
    font-size: 20px;
  }
  .wooprex-architect-service-section .service-item {
    height: 600px;
  }
  /* Story */
  .wooprex-architect-story-section {
    overflow: hidden;
  }
  .wooprex-architect-story-section .row-1,
  .wooprex-architect-story-section .row-2 {
    border-top: none;
  }
  .wooprex-architect-story-section .row-2 {
    margin-top: 25px;
  }
  .wooprex-architect-story-section .wooprex-architect-story-item {
    padding: 0px;
    height: 100%;
  }
  .wooprex-architect-story-section .wooprex-architect-story-item .row {
    row-gap: 0px;
    height: 100%;
  }
  .wooprex-architect-story-section .wooprex-architect-story-item.item-1, .wooprex-architect-story-section .wooprex-architect-story-item.item-3 {
    border-right: none;
    padding-right: 0px;
  }
  .wooprex-architect-story-section .wooprex-architect-story-item .story-description {
    justify-content: flex-start;
  }
  .wooprex-architect-story-section .wooprex-architect-story-item .story-description h4 {
    font-size: 36px;
  }
  .wooprex-architect-story-section .wooprex-architect-story-item .story-description h3 {
    font-size: 24px;
  }
  .wooprex-architect-story-section .wooprex-architect-story-item .story-image {
    height: 0px;
    opacity: 1;
    visibility: visible;
  }
  .wooprex-architect-story-section .wooprex-architect-story-item:hover .story-image {
    height: 100%;
  }
  /* Project */
  .wooprex-architect-project-section .inner-left {
    row-gap: 30px;
  }
  .wooprex-architect-project-section .wooprex-nav-tabs {
    row-gap: 20px;
  }
  .wooprex-architect-project-section .wooprex-nav-tabs li {
    width: auto;
  }
  .wooprex-architect-project-section .wooprex-nav-tabs button {
    padding: 0;
    font-size: 24px;
  }
  .wooprex-architect-project-section .wooprex-btn {
    padding: 0px 20px;
  }
  .wooprex-architect-project-section .project-item {
    height: 420px;
  }
  .wooprex-architect-project-section .project-item .description {
    padding: 15px;
  }
  .wooprex-architect-project-section .project-item .description h4 {
    font-size: 22px;
  }
  /* Review */
  .wooprex-architect-review-section .architect-review-item .review-image {
    height: 440px;
  }
  .wooprex-architect-review-section .architect-review-item .review-description {
    padding-left: 0px;
    padding-top: 50px;
  }
  .wooprex-architect-review-section .architect-review-item .review-description h6 {
    font-size: 20px;
  }
  .wooprex-architect-review-section .architect-review-item .review-description h5 {
    font-size: 30px;
  }
  .wooprex-architect-review-section .architect-review-item .review-description p {
    font-size: 18px;
    margin-top: 15px;
  }
  /* Faq */
  .wooprex-architect-accordion {
    row-gap: 20px;
  }
  .wooprex-architect-accordion .accordion-item {
    padding: 0px 0px 20px 0px;
  }
  .wooprex-architect-accordion .accordion-item button {
    font-size: 26px;
  }
  .wooprex-architect-accordion .accordion-item button:after {
    font-size: 26px;
  }
  .wooprex-architect-accordion .accordion-item .accordion-body {
    padding: 20px 0px 0px 0px;
  }
  .wooprex-architect-accordion .accordion-item .accordion-body p {
    font-size: 18px;
  }
  /* Gallery */
  .wooprex-architect-gallery-section .inner-left {
    padding-bottom: 0px;
  }
  .wooprex-architect-gallery-section .gallery-slider {
    margin-top: 40px;
  }
  .wooprex-architect-gallery-section .gallery-slider .gallery-item {
    height: 280px;
  }
  .wooprex-architect-gallery-section .inner-right {
    height: 750px;
  }
  /* Contact */
  .wooprex-architect-contact-section {
    padding-right: 20px;
  }
  .wooprex-architect-contact-section .inner-left {
    padding-top: 80px;
  }
  .wooprex-architect-contact-section .inner-left .section-header.style-2 {
    margin-bottom: 30px;
  }
  .wooprex-architect-contact-section .contact-map iframe {
    height: 430px;
  }
}
@media only screen and (max-width: 991px) {
  .padding-y {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .padding-top {
    padding-top: 80px;
  }
  .padding-bottom {
    padding-bottom: 80px;
  }
  .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;
  }
  /* Nav section */
  .section-header {
    gap: 15px;
    margin-bottom: 45px;
  }
  .header {
    font-size: 48px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .big-header {
    font-size: 150px;
  }
  /* Marque 2 */
  .wooprex-marque-two {
    height: 250px;
  }
  .wooprex-marque-two .top {
    left: -10px;
  }
  .wooprex-marque-two .bottom {
    top: 10px;
    left: -10px;
  }
  .wooprex-marque-two .marquee_items .marque-item,
  .wooprex-marque-two .marquee_items_two .marque-item {
    margin: 0px 20px;
  }
  .wooprex-marque-two .marquee_items .marque-item h3,
  .wooprex-marque-two .marquee_items_two .marque-item h3 {
    font-size: 60px;
  }
  /* Form */
  .wooprex-contact-form .form-header h3 {
    font-size: 48px;
    margin-bottom: 40px;
  }
  .wooprex-contact-form form .row {
    row-gap: 15px;
  }
  /* Footer */
  .wooprex-designer-footer-section {
    padding-right: 0px;
  }
  .wooprex-designer-footer-section .inner-left .big-header {
    left: 0px;
  }
  .wooprex-designer-footer-section .footer-left {
    padding: 0px 20px;
  }
  .wooprex-designer-footer-section .footer-left .copyright {
    display: none;
  }
  .wooprex-designer-footer-section .footer-right {
    padding: 0px 20px;
  }
  .wooprex-designer-footer-section .footer-right .footer-item .icon {
    width: 45px;
    height: 45px;
  }
  .wooprex-designer-footer-section .footer-right .footer-item .icon i {
    font-size: 18px;
  }
  .wooprex-designer-footer-section .footer-right .footer-item .option-name h5 {
    margin-bottom: 0px;
  }
  .wooprex-designer-footer-section .footer-right .footer-right-top .row {
    row-gap: 15px;
  }
  .wooprex-designer-footer-section .footer-right .bottom-copyright.text-center {
    display: block;
  }
  /* Breadcrumb */
  .wooprex-designer-breadcrumb-section {
    height: 320px;
  }
  .wooprex-designer-breadcrumb-section-2 {
    padding-bottom: 15px;
  }
  .wooprex-designer-banner-section {
    padding-left: 0;
  }
  .wooprex-designer-banner-section .inner-main-wrapper .bg-shape {
    display: none;
  }
  .wooprex-designer-banner-section .banner-text {
    padding: 0px 20px;
  }
  .wooprex-designer-banner-section .banner-text h1 {
    font-size: 90px;
  }
  .wooprex-designer-banner-section .banner-text h5 {
    font-size: 32px;
  }
  .wooprex-designer-banner-section .banner-text p {
    margin: 30px 0px;
    font-size: 18px;
  }
  .wooprex-designer-banner-section .banner-text .banner-text-footer .button-wrapper .wooprex-btn {
    padding: 0px 20px;
  }
  .wooprex-designer-banner-section .banner-text .banner-text-footer .wooprex-follow-us {
    justify-content: flex-start;
  }
  .wooprex-designer-banner-section .banner-image {
    height: 700px;
  }
  /* Partner */
  .wooprex-designer-partner-section .header:after {
    display: none;
  }
  .wooprex-marque-one .marquee_items .marque-item {
    margin: 0 25px;
  }
  /* About */
  .wooprex-designer-about-section .inner-left .bg-shape {
    max-width: 100px;
  }
  .wooprex-designer-about-section .inner-middle {
    width: 250px;
  }
  .wooprex-designer-about-section .inner-middle .image,
  .wooprex-designer-about-section .inner-middle .download-cv {
    width: 240px;
    height: 240px;
  }
  .wooprex-designer-about-section .inner-middle .download-cv a {
    font-size: 20px;
  }
  .wooprex-designer-about-section .inner-middle .download-cv a i {
    font-size: 60px;
  }
  .wooprex-designer-about-section .inner-right {
    padding: 25px 0px;
  }
  .wooprex-designer-about-section .inner-right p {
    font-size: 100px;
    line-height: 0.6em;
  }
  /* service */
  .wooprex-designer-service-section {
    padding-top: 0;
  }
  .wooprex-designer-service-section .inner-left .big-header.vertical {
    writing-mode: lr;
    position: relative;
    top: inherit;
    transform: inherit;
  }
  .wooprex-designer-service-section .inner-right > p {
    margin-bottom: 40px;
  }
  .wooprex-designer-service-section .inner-right .bg-shape {
    top: -10px;
    right: 0;
    width: 90px;
  }
  .wooprex-designer-service-section .inner-right .extra-section {
    width: 100%;
    position: relative;
    bottom: 0;
    right: 0;
    margin-top: 25px;
  }
  .wooprex-designer-service-section .inner-right .extra-section img {
    max-width: 350px;
    height: 100%;
  }
  .wooprex-designer-service-item a {
    padding: 50px 20px;
  }
  .wooprex-designer-service-item.item-1 .icon {
    margin: 10px 0px 20px 0px;
  }
  .wooprex-designer-service-item.item-1 .icon i {
    font-size: 80px;
  }
  .wooprex-designer-service-item.item-1 p {
    margin-top: 25px;
    font-size: 18px;
  }
  .wooprex-designer-service-item h3 {
    font-size: 40px;
  }
  .wooprex-designer-service-item .icon {
    margin: 15px 0px 25px 0px;
  }
  /* Portfolio */
  .wooprex-designer-portfolio-section .wooprex-nav-tabs {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    row-gap: 15px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .wooprex-designer-portfolio-section .wooprex-nav-tabs li {
    width: auto;
  }
  .wooprex-designer-portfolio-section .wooprex-nav-tabs button {
    font-size: 20px;
    gap: 10px;
    width: auto;
  }
  .wooprex-designer-portfolio-section .portfolio-item {
    height: 520px;
  }
  .wooprex-designer-portfolio-section .portfolio-cite {
    margin-top: 30px;
  }
  .wooprex-designer-portfolio-section .portfolio-cite h3 {
    font-size: 70px;
  }
  /* Experience */
  .wooprex-designer-experience-section .inner-main-wrapper .bg-shape {
    max-width: 120px;
  }
  .wooprex-designer-experience-section .wooprex-experience-header h4 {
    font-size: 16px;
  }
  .wooprex-designer-experience-section .wooprex-experience-item h4 {
    font-size: 24px;
  }
  .wooprex-designer-experience-section .wooprex-experience-item p {
    font-size: 18px;
  }
  .wooprex-designer-experience-section .wooprex-experience-item .experience-progress {
    padding: 15px;
    width: 130px;
    height: 130px;
  }
  .wooprex-designer-experience-section .wooprex-experience-item .experience-progress img {
    max-width: 30px;
  }
  .wooprex-designer-experience-section .wooprex-experience-item .experience-progress h5 {
    font-size: 18px;
  }
  /* Story */
  .wooprex-designer-story-section .inner-left .big-header {
    transform: inherit;
    position: relative;
    text-wrap: nowrap;
    writing-mode: lr;
  }
  .wooprex-designer-story-section .inner-right .story-item {
    height: 350px;
  }
  /* Contact */
  .wooprex-designer-contact-section .bg-shape-1,
  .wooprex-designer-contact-section .bg-shape-3,
  .wooprex-designer-contact-section .bg-shape-2 {
    display: none;
  }
  .wooprex-designer-contact-section .inner-main-wrapper .inner-left,
  .wooprex-designer-contact-section .inner-main-wrapper .inner-right {
    width: 100%;
  }
  .wooprex-designer-contact-section .inner-main-wrapper .inner-left {
    height: 650px;
  }
  .wooprex-designer-contact-section .inner-main-wrapper .inner-left .testimonial-text {
    padding: 20px;
  }
  .wooprex-designer-contact-section .inner-main-wrapper .inner-left .testimonial-text img {
    width: 90px;
  }
  .wooprex-designer-contact-section .inner-main-wrapper .inner-left .testimonial-text article {
    margin-top: 20px;
  }
  .wooprex-designer-contact-section .inner-main-wrapper .inner-left .testimonial-text article p:first-child {
    font-size: 22px;
  }
  .wooprex-designer-contact-section .inner-main-wrapper .inner-left .testimonial-text .client-info {
    margin-top: 20px;
  }
  .wooprex-designer-contact-section .inner-main-wrapper .inner-right {
    padding: 60px 20px;
  }
  /* Blog */
  .wooprex-designer-recent-blog-section .inner-left .big-header {
    transform: inherit;
    position: relative;
    writing-mode: lr;
    top: 0;
  }
  /*============= Blog page ==============*/
  .wooprex-designer-blog-list-section {
    padding-left: 10px;
    padding-right: 10px;
  }
  /* ============== BLOG details ================ */
  .wooprex-blog-details-section {
    padding-left: 10px;
    padding-right: 10px;
  }
  .wooprex-blog-header .header {
    font-size: 45px;
    margin-bottom: 20px;
  }
  .wooprex-blog-header .author {
    gap: 15px;
  }
  .wooprex-blog-header .author p {
    padding-right: 15px;
  }
  .wooprex-blog-details {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #363640;
  }
  .wooprex-blog-details .wooprex-blog-thumbnail {
    height: 460px;
  }
  .wooprex-blog-details .wooprex-blog-quote {
    margin-top: 85px;
  }
  .wooprex-blog-details .wooprex-blog-quote blockquote {
    font-size: 20px;
  }
  /* sidebar */
  .wooprex-sidebar {
    padding-left: 0;
  }
  .wooprex-sidebar .wooprex-sidebar-category,
  .wooprex-sidebar .wooprex-sidebar-archive,
  .wooprex-sidebar .wooprex-sidebar-latest-post,
  .wooprex-sidebar .wooprex-sidebar-tags {
    margin-top: 50px;
  }
  /* recent blog */
  .wooprex-designer-recent-blog-section-two {
    padding-left: 10px;
    padding-right: 10px;
  }
  .section-header.style-2 {
    margin-bottom: 45px;
  }
  .header-2 {
    font-size: 70px;
  }
  /* architect blog item */
  .wooprex-architect-blog-item .blog-image {
    height: 420px;
  }
  .wooprex-architect-blog-item .blog-description {
    padding: 15px 0px 0px 0px;
  }
  .wooprex-architect-blog-item .blog-description h3 {
    margin: 5px 0px;
    font-size: 22px;
  }
  .wooprex-architect-blog-item .blog-description p {
    margin: 10px 0px 20px 0px;
  }
  /*********** Architect footer ***************/
  .wooprex-architect-footer-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .wooprex-architect-footer-section .inner-main-wrapper > .row {
    row-gap: 45px;
  }
  .wooprex-architect-footer-section .footer-left {
    border-right: none;
  }
  .wooprex-architect-footer-section .footer-left .copyright {
    display: none;
  }
  .wooprex-architect-footer-section .footer-middle {
    padding-left: 0px;
  }
  .wooprex-architect-footer-section .footer-middle h4 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .wooprex-architect-footer-section .footer-middle .footer-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
  }
  .wooprex-architect-footer-section .footer-middle .footer-item .icon {
    width: 45px;
    height: 45px;
  }
  .wooprex-architect-footer-section .footer-middle .footer-item .icon i {
    font-size: 18px;
  }
  .wooprex-architect-footer-section .footer-middle .footer-item .option-name h5 {
    margin: 0;
  }
  .wooprex-architect-footer-section .footer-right {
    padding-left: 0px;
    border-left: none;
  }
  .wooprex-architect-footer-section .footer-right h4 {
    font-size: 24px;
  }
  .wooprex-architect-footer-section .bottom-copyright {
    display: block;
  }
  .wooprex-architect-banner-section {
    padding-top: 150px;
    padding-right: 20px;
    height: auto;
    padding-bottom: 80px;
  }
  .wooprex-architect-banner-section .banner-text h1 {
    font-size: 120px;
  }
  .wooprex-architect-banner-section .banner-text h5 {
    font-size: 22px;
  }
  .wooprex-architect-banner-section .banner-text .banner-slider {
    margin-top: 45px;
  }
  .wooprex-architect-banner-section .banner-text .banner-slider .testimonial-item .details p {
    font-size: 18px;
  }
  .wooprex-architect-banner-section .banner-text .banner-counter {
    max-width: 250px;
  }
  .wooprex-architect-banner-section .banner-text .banner-text-footer {
    margin-top: 30px;
  }
  .wooprex-architect-banner-section .banner-right .wooprex-follow-us-2 {
    padding-right: 20px;
  }
  .wooprex-architect-banner-section .banner-right .wooprex-follow-us-2 ul {
    justify-content: flex-start;
  }
  .wooprex-architect-banner-section .banner-right .experience {
    top: 100px;
    right: inherit;
  }
  .wooprex-architect-banner-section .banner-right .experience h2 {
    font-size: 56px;
  }
  .wooprex-architect-banner-section .banner-right img {
    position: relative;
    -o-object-fit: cover;
       object-fit: cover;
    top: 0px;
    height: 500px;
    -o-object-position: 70% 100%;
       object-position: 70% 100%;
  }
  /* About */
  .wooprex-architect-about-section {
    padding-right: 20px;
  }
  .wooprex-architect-about-section .inner-main-wrapper > .row {
    row-gap: 50px;
  }
  .wooprex-architect-about-section .about-description .description-main {
    flex-wrap: nowrap;
  }
  .wooprex-architect-about-section .about-description .description-main .review p {
    font-size: 16px;
  }
  .wooprex-architect-about-section .about-description .description-main .review .avatar:after {
    display: none;
  }
  .wooprex-architect-about-section .about-description .description-main .review .avatar .client-image {
    width: 70px;
    height: 70px;
  }
  .wooprex-architect-about-section .about-description .description-main .review .avatar .info h5 {
    font-size: 18px;
  }
  .wooprex-architect-about-section .about-description .description-main h4 {
    font-size: 20px;
  }
  .wooprex-architect-about-section .about-description .description-main .about-counter {
    margin: 35px 0px;
  }
  .wooprex-architect-about-section .about-description .description-main .about-counter .counter-item h3 {
    font-size: 50px;
  }
  .wooprex-architect-about-section .about-image {
    height: 600px;
  }
  /* project step */
  .wooprex-architect-project-step-section {
    overflow: hidden;
  }
  .wooprex-architect-project-step-section .border-line-2 .col-one,
  .wooprex-architect-project-step-section .border-line-2 .col-two {
    border-right: none;
    border-bottom: 1px solid #d7d7ec;
  }
  .wooprex-architect-project-step-section .border-line-2 .col-one,
  .wooprex-architect-project-step-section .border-line-2 .col-three {
    border-right: 1px solid #d7d7ec;
  }
  .wooprex-architect-project-step-section .wooprex-architect-project-step-item {
    padding: 40px 20px;
  }
  .wooprex-architect-project-step-section .wooprex-architect-project-step-item .icon i {
    font-size: 100px;
  }
  .wooprex-architect-project-step-section .wooprex-architect-project-step-item .description {
    margin-top: 30px;
  }
  .wooprex-architect-project-step-section .wooprex-architect-project-step-item .description h3 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  /* Service */
  .wooprex-architect-service-section {
    padding-top: 80px;
    padding-left: 0px;
  }
  .wooprex-architect-service-section .inner-main-wrapper .row {
    row-gap: 65px;
  }
  .wooprex-architect-service-section .service-description {
    padding: 0px 20px;
  }
  .wooprex-architect-service-section .service-description p {
    margin-bottom: 60px;
  }
  .wooprex-architect-service-section .service-description h5 {
    font-size: 20px;
  }
  .wooprex-architect-service-section .service-item {
    height: 600px;
  }
  /* Story */
  .wooprex-architect-story-section {
    overflow: hidden;
  }
  .wooprex-architect-story-section .row-1,
  .wooprex-architect-story-section .row-2 {
    border-top: none;
  }
  .wooprex-architect-story-section .row-2 {
    margin-top: 25px;
  }
  .wooprex-architect-story-section .wooprex-architect-story-item {
    padding: 0px;
    height: 100%;
  }
  .wooprex-architect-story-section .wooprex-architect-story-item .row {
    row-gap: 0px;
  }
  .wooprex-architect-story-section .wooprex-architect-story-item.item-1, .wooprex-architect-story-section .wooprex-architect-story-item.item-3 {
    border-right: none;
    padding-right: 0px;
  }
  .wooprex-architect-story-section .wooprex-architect-story-item .story-description {
    justify-content: flex-start;
  }
  .wooprex-architect-story-section .wooprex-architect-story-item .story-description h4 {
    font-size: 38px;
  }
  .wooprex-architect-story-section .wooprex-architect-story-item .story-description h3 {
    font-size: 24px;
  }
  .wooprex-architect-story-section .wooprex-architect-story-item .story-image {
    height: 0px;
    opacity: 1;
    visibility: visible;
  }
  .wooprex-architect-story-section .wooprex-architect-story-item:hover .story-image {
    height: 100%;
  }
  /* Project */
  .wooprex-architect-project-section .inner-left {
    row-gap: 30px;
    flex-wrap: wrap;
    justify-content: flex-start;
    -moz-column-gap: 20px;
         column-gap: 20px;
    flex-direction: row;
  }
  .wooprex-architect-project-section .wooprex-nav-tabs {
    flex-direction: row;
    justify-content: center;
    row-gap: 5px;
    width: 100%;
  }
  .wooprex-architect-project-section .wooprex-nav-tabs li {
    width: auto;
  }
  .wooprex-architect-project-section .wooprex-nav-tabs button {
    font-size: 24px;
  }
  .wooprex-architect-project-section .project-item {
    height: 450px;
  }
  .wooprex-architect-project-section .project-item .description {
    padding: 15px;
  }
  .wooprex-architect-project-section .project-item .description h4 {
    font-size: 22px;
  }
  /* Review */
  .wooprex-architect-review-section .architect-review-item .review-image {
    height: 440px;
  }
  .wooprex-architect-review-section .architect-review-item .review-description {
    padding-left: 0px;
    padding-top: 50px;
  }
  .wooprex-architect-review-section .architect-review-item .review-description h6 {
    font-size: 20px;
  }
  .wooprex-architect-review-section .architect-review-item .review-description h5 {
    font-size: 30px;
  }
  .wooprex-architect-review-section .architect-review-item .review-description p {
    font-size: 18px;
    margin-top: 15px;
  }
  /* Faq */
  .wooprex-architect-accordion {
    row-gap: 20px;
  }
  .wooprex-architect-accordion .accordion-item {
    padding: 0px 0px 20px 0px;
  }
  .wooprex-architect-accordion .accordion-item button {
    font-size: 26px;
  }
  .wooprex-architect-accordion .accordion-item button:after {
    font-size: 26px;
  }
  .wooprex-architect-accordion .accordion-item .accordion-body {
    padding: 20px 0px 0px 0px;
  }
  .wooprex-architect-accordion .accordion-item .accordion-body p {
    font-size: 18px;
  }
  /* Gallery */
  .wooprex-architect-gallery-section .inner-left {
    padding-bottom: 0px;
  }
  .wooprex-architect-gallery-section .gallery-slider {
    margin-top: 40px;
  }
  .wooprex-architect-gallery-section .gallery-slider .gallery-item {
    height: 280px;
  }
  .wooprex-architect-gallery-section .inner-right {
    height: 600px;
  }
  /* Contact */
  .wooprex-architect-contact-section {
    padding-right: 20px;
  }
  .wooprex-architect-contact-section .inner-left .section-header.style-2 {
    margin-bottom: 30px;
  }
  .wooprex-architect-contact-section .contact-map iframe {
    height: 430px;
  }
}
@media only screen and (max-width: 575px) {
  .padding-y {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .padding-bottom {
    padding-bottom: 50px;
  }
  .padding-top {
    padding-top: 50px;
  }
  .text-size-5 {
    font-size: 15px;
  }
  .text-size-6 {
    font-size: 16px;
  }
  .text-size-7 {
    font-size: 18px;
  }
  .text-size-8 {
    font-size: 20px;
  }
  .text-size-9 {
    font-size: 22px;
  }
  .text-size-10 {
    font-size: 24px;
  }
  .text-size-11 {
    font-size: 25px;
  }
  .text-size-12 {
    font-size: 26px;
  }
  .text-size-13 {
    font-size: 27px;
  }
  .text-size-14 {
    font-size: 33px;
  }
  header.wooprex-header-section .header-main {
    gap: 25px;
  }
  header.wooprex-header-section .header-main .header-right .wooprex-btn {
    display: none;
  }
  .wooprex-standard-menu ul.box-nav li.menu-item a.item-link,
  .wooprex-classic-sidemenu ul.box-nav li.menu-item a.item-link {
    padding: 10px 0px;
    font-size: 18px;
  }
  .wooprex-standard-menu .bottom-link,
  .wooprex-classic-sidemenu .bottom-link {
    display: block;
  }
  .section-header {
    margin-bottom: 30px;
    gap: 15px;
  }
  .header {
    font-size: 33px;
  }
  .sub-header {
    font-size: 15px;
  }
  .big-header {
    font-size: 90px;
  }
  /* Marque 2 */
  .wooprex-marque-two {
    height: 180px;
  }
  .wooprex-marque-two .top {
    left: -10px;
  }
  .wooprex-marque-two .bottom {
    top: 10px;
    left: -10px;
  }
  .wooprex-marque-two .marquee_items .marque-item,
  .wooprex-marque-two .marquee_items_two .marque-item {
    margin: 0px 20px;
  }
  .wooprex-marque-two .marquee_items .marque-item h3,
  .wooprex-marque-two .marquee_items_two .marque-item h3 {
    font-size: 45px;
  }
  /* Form */
  .wooprex-contact-form .form-header h3 {
    font-size: 35px;
    margin-bottom: 30px;
  }
  .wooprex-contact-form form .row {
    row-gap: 15px;
  }
  /* Blog item */
  .wooprex-designer-blog-item .blog-image {
    height: 350px;
  }
  .wooprex-designer-blog-item .blog-description h3 {
    font-size: 20px;
    margin: 5px 0px 7px 0px;
  }
  /* Footer */
  .wooprex-designer-footer-section {
    padding-right: 0px;
  }
  .wooprex-designer-footer-section .inner-left .big-header {
    left: 0px;
  }
  .wooprex-designer-footer-section .footer-left {
    padding: 0px 20px;
  }
  .wooprex-designer-footer-section .footer-left .copyright {
    display: none;
  }
  .wooprex-designer-footer-section .footer-right {
    padding: 0px 20px;
  }
  .wooprex-designer-footer-section .footer-right .footer-item .icon {
    width: 35px;
    height: 35px;
  }
  .wooprex-designer-footer-section .footer-right .footer-item .icon i {
    font-size: 16px;
  }
  .wooprex-designer-footer-section .footer-right .footer-item .option-name h5 {
    margin-bottom: 0px;
  }
  .wooprex-designer-footer-section .footer-right .footer-right-top .row {
    row-gap: 15px;
  }
  .wooprex-designer-footer-section .footer-right .bottom-copyright.text-center {
    display: block;
  }
  /* Breadcrumb */
  .wooprex-designer-breadcrumb-section {
    height: 250px;
    padding-bottom: 30px;
  }
  .wooprex-designer-breadcrumb-section-2 {
    padding-top: 40px;
    padding-bottom: 15px;
  }
  .wooprex-designer-banner-section {
    padding-left: 0;
  }
  .wooprex-designer-banner-section .inner-main-wrapper .bg-shape {
    display: none;
  }
  .wooprex-designer-banner-section .banner-text {
    padding: 0px 20px;
  }
  .wooprex-designer-banner-section .banner-text h1 {
    font-size: 54px;
    margin-bottom: 5px;
  }
  .wooprex-designer-banner-section .banner-text h5 {
    font-size: 22px;
  }
  .wooprex-designer-banner-section .banner-text p {
    margin: 20px 0px;
    font-size: 16px;
  }
  .wooprex-designer-banner-section .banner-text .banner-text-footer .button-wrapper .wooprex-btn {
    padding: 0px 20px;
  }
  .wooprex-designer-banner-section .banner-text .banner-text-footer .wooprex-follow-us {
    justify-content: flex-start;
  }
  /* Partner */
  .wooprex-designer-partner-section .header:after {
    display: none;
  }
  .wooprex-marque-one .marquee_items .marque-item {
    margin: 0 25px;
    height: 25px;
  }
  /* About */
  .wooprex-designer-about-section .inner-left .bg-shape {
    max-width: 80px;
  }
  .wooprex-designer-about-section .inner-left .counter-main h5 {
    font-size: 80px;
  }
  .wooprex-designer-about-section .inner-left .counter-main p {
    font-size: 14px;
  }
  .wooprex-designer-about-section .inner-left .details .item h6 {
    margin-bottom: 0;
  }
  .wooprex-designer-about-section .inner-left .details .item p {
    font-size: 16px;
  }
  .wooprex-designer-about-section .inner-middle {
    width: 250px;
  }
  .wooprex-designer-about-section .inner-middle .image,
  .wooprex-designer-about-section .inner-middle .download-cv {
    width: 240px;
    height: 240px;
  }
  .wooprex-designer-about-section .inner-middle .download-cv a {
    font-size: 20px;
  }
  .wooprex-designer-about-section .inner-middle .download-cv a i {
    font-size: 60px;
  }
  .wooprex-designer-about-section .inner-right {
    padding: 20px 0px;
  }
  .wooprex-designer-about-section .inner-right p {
    font-size: 70px;
    line-height: 0.6em;
  }
  /* service */
  .wooprex-designer-service-section {
    padding-top: 0;
  }
  .wooprex-designer-service-section .inner-left .big-header.vertical {
    writing-mode: lr;
    position: relative;
    top: inherit;
    transform: inherit;
  }
  .wooprex-designer-service-section .inner-right > p {
    margin-bottom: 40px;
    font-size: 20px;
  }
  .wooprex-designer-service-section .inner-right .bg-shape {
    top: -10px;
    right: 0;
    width: 70px;
  }
  .wooprex-designer-service-section .inner-right .extra-section {
    width: 100%;
    position: relative;
    bottom: 0;
    right: 0;
    margin-top: 25px;
  }
  .wooprex-designer-service-section .inner-right .extra-section img {
    max-width: 250px;
    height: 100%;
  }
  .wooprex-designer-service-item a {
    padding: 50px 20px;
  }
  .wooprex-designer-service-item.item-1 .icon {
    margin: 10px 0px 20px 0px;
  }
  .wooprex-designer-service-item.item-1 .icon i {
    font-size: 80px;
  }
  .wooprex-designer-service-item.item-1 p {
    margin-top: 25px;
    font-size: 18px;
  }
  .wooprex-designer-service-item h3 {
    font-size: 33px;
  }
  .wooprex-designer-service-item .icon {
    margin: 10px 0px 25px 0px;
  }
  /* Portfolio */
  .wooprex-designer-portfolio-section .wooprex-nav-tabs {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    row-gap: 15px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .wooprex-designer-portfolio-section .wooprex-nav-tabs li {
    width: auto;
  }
  .wooprex-designer-portfolio-section .wooprex-nav-tabs button {
    font-size: 16px;
    gap: 10px;
    width: auto;
  }
  .wooprex-designer-portfolio-section .portfolio-item {
    height: 420px;
  }
  .wooprex-designer-portfolio-section .portfolio-cite {
    margin-top: 30px;
  }
  .wooprex-designer-portfolio-section .portfolio-cite h3 {
    font-size: 40px;
  }
  /* Experience */
  .wooprex-designer-experience-section .inner-main-wrapper .bg-shape {
    max-width: 120px;
  }
  .wooprex-designer-experience-section .inner-main-wrapper .row .row {
    row-gap: 6px;
  }
  .wooprex-designer-experience-section .inner-main-wrapper .col-12:last-child .wooprex-experience-item {
    padding-bottom: 0;
    border-bottom: none;
  }
  .wooprex-designer-experience-section .wooprex-experience-header h4 {
    font-size: 14px;
  }
  .wooprex-designer-experience-section .wooprex-experience-item {
    padding-bottom: 30px;
    border-bottom: 1px solid #363640;
  }
  .wooprex-designer-experience-section .wooprex-experience-item .left {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .wooprex-designer-experience-section .wooprex-experience-item h4 {
    font-size: 20px;
  }
  .wooprex-designer-experience-section .wooprex-experience-item p {
    font-size: 16px;
  }
  .wooprex-designer-experience-section .wooprex-experience-item .experience-progress {
    padding: 15px;
    width: 130px;
    height: 130px;
    margin-left: 0;
  }
  .wooprex-designer-experience-section .wooprex-experience-item .experience-progress img {
    max-width: 30px;
  }
  .wooprex-designer-experience-section .wooprex-experience-item .experience-progress h5 {
    font-size: 18px;
  }
  .wooprex-designer-experience-section .wooprex-experience-item .left {
    padding-bottom: 10px !important;
    border-bottom: none;
  }
  /* Story */
  .wooprex-designer-story-section .inner-left .big-header {
    transform: inherit;
    position: relative;
    text-wrap: nowrap;
    writing-mode: lr;
  }
  .wooprex-designer-story-section .inner-right .story-item {
    height: 350px;
  }
  /* Contact */
  .wooprex-designer-contact-section .bg-shape-1,
  .wooprex-designer-contact-section .bg-shape-3,
  .wooprex-designer-contact-section .bg-shape-2 {
    display: none;
  }
  .wooprex-designer-contact-section .inner-main-wrapper .inner-left,
  .wooprex-designer-contact-section .inner-main-wrapper .inner-right {
    width: 100%;
  }
  .wooprex-designer-contact-section .inner-main-wrapper .inner-left {
    height: 550px;
  }
  .wooprex-designer-contact-section .inner-main-wrapper .inner-left .testimonial-text {
    padding: 20px;
  }
  .wooprex-designer-contact-section .inner-main-wrapper .inner-left .testimonial-text img {
    width: 90px;
  }
  .wooprex-designer-contact-section .inner-main-wrapper .inner-left .testimonial-text article {
    margin-top: 20px;
  }
  .wooprex-designer-contact-section .inner-main-wrapper .inner-left .testimonial-text article p {
    font-size: 16px;
  }
  .wooprex-designer-contact-section .inner-main-wrapper .inner-left .testimonial-text article p:first-child {
    font-size: 20px;
  }
  .wooprex-designer-contact-section .inner-main-wrapper .inner-left .testimonial-text .client-info {
    margin-top: 20px;
  }
  .wooprex-designer-contact-section .inner-main-wrapper .inner-right {
    padding: 50px 20px;
  }
  /* Blog */
  .wooprex-designer-recent-blog-section .inner-left .big-header {
    transform: inherit;
    position: relative;
    writing-mode: lr;
    top: 0;
  }
  /*============= Blog page ==============*/
  .wooprex-designer-blog-list-section {
    padding-left: 10px;
    padding-right: 10px;
  }
  /* ============== BLOG details ================ */
  .wooprex-blog-details-section {
    padding-left: 10px;
    padding-right: 10px;
  }
  .wooprex-blog-header .header {
    font-size: 33px;
    margin-bottom: 20px;
  }
  .wooprex-blog-header .author {
    gap: 15px;
  }
  .wooprex-blog-header .author p {
    padding-right: 15px;
  }
  .wooprex-blog-details {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #363640;
  }
  .wooprex-blog-details .wooprex-blog-thumbnail {
    height: 460px;
  }
  .wooprex-blog-details .wooprex-blog-image,
  .wooprex-blog-details .wooprex-blog-description {
    margin-top: 30px;
  }
  .wooprex-blog-details .wooprex-blog-description .description-header {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .wooprex-blog-details .wooprex-blog-description article p {
    font-size: 16px;
  }
  .wooprex-blog-details .wooprex-blog-quote {
    margin-top: 70px;
  }
  .wooprex-blog-details .wooprex-blog-quote:before {
    top: -35px;
    left: 30px;
    width: 70px;
    height: 70px;
  }
  .wooprex-blog-details .wooprex-blog-quote blockquote {
    font-size: 18px;
    padding: 50px 20px 20px 20px;
  }
  /* sidebar */
  .wooprex-sidebar {
    padding-left: 0;
  }
  .wooprex-sidebar .sidebar-title {
    margin-bottom: 20px;
  }
  .wooprex-sidebar .wooprex-sidebar-category ul li a,
  .wooprex-sidebar .wooprex-sidebar-archive ul li a {
    font-size: 16px;
  }
  .wooprex-sidebar .wooprex-sidebar-category,
  .wooprex-sidebar .wooprex-sidebar-archive,
  .wooprex-sidebar .wooprex-sidebar-latest-post,
  .wooprex-sidebar .wooprex-sidebar-tags {
    margin-top: 40px;
  }
  /* recent blog */
  .wooprex-designer-recent-blog-section-two {
    padding-left: 10px;
    padding-right: 10px;
  }
  .section-header.style-2 {
    margin-bottom: 40px;
  }
  .header-2 {
    font-size: 52px;
  }
  /* architect blog item */
  .wooprex-architect-blog-item .blog-image {
    height: 420px;
  }
  .wooprex-architect-blog-item .blog-description {
    padding: 15px 0px 0px 0px;
  }
  .wooprex-architect-blog-item .blog-description h3 {
    margin: 5px 0px;
    font-size: 22px;
  }
  .wooprex-architect-blog-item .blog-description p {
    margin: 10px 0px 20px 0px;
  }
  /*********** Architect footer ***************/
  .wooprex-architect-footer-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .wooprex-architect-footer-section .inner-main-wrapper > .row {
    row-gap: 40px;
  }
  .wooprex-architect-footer-section .footer-left {
    border-right: none;
  }
  .wooprex-architect-footer-section .footer-left .copyright {
    display: none;
  }
  .wooprex-architect-footer-section .footer-middle {
    padding-left: 0px;
  }
  .wooprex-architect-footer-section .footer-middle h4 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .wooprex-architect-footer-section .footer-middle .footer-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
  }
  .wooprex-architect-footer-section .footer-middle .footer-item .icon {
    width: 45px;
    height: 45px;
  }
  .wooprex-architect-footer-section .footer-middle .footer-item .icon i {
    font-size: 18px;
  }
  .wooprex-architect-footer-section .footer-middle .footer-item .option-name h5 {
    margin: 0;
  }
  .wooprex-architect-footer-section .footer-right {
    padding-left: 0px;
    border-left: none;
  }
  .wooprex-architect-footer-section .footer-right h4 {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .wooprex-architect-footer-section .bottom-copyright.text-center {
    display: block;
  }
  .wooprex-architect-banner-section {
    padding-top: 150px;
    padding-right: 20px;
    height: auto;
    padding-bottom: 50px;
  }
  .wooprex-architect-banner-section .banner-text h1 {
    font-size: 100px;
  }
  .wooprex-architect-banner-section .banner-text h5 {
    font-size: 20px;
  }
  .wooprex-architect-banner-section .banner-text .banner-slider {
    margin-top: 40px;
  }
  .wooprex-architect-banner-section .banner-text .banner-slider .testimonial-item {
    gap: 15px;
  }
  .wooprex-architect-banner-section .banner-text .banner-slider .testimonial-item .icon img {
    max-width: 50px;
  }
  .wooprex-architect-banner-section .banner-text .banner-slider .testimonial-item .details p {
    font-size: 16px;
  }
  .wooprex-architect-banner-section .banner-text .banner-counter {
    margin-left: 0;
  }
  .wooprex-architect-banner-section .banner-text .banner-counter .item h4 {
    width: 60px;
    font-size: 24px;
  }
  .wooprex-architect-banner-section .banner-text .banner-text-footer {
    margin-top: 30px;
  }
  .wooprex-architect-banner-section .banner-text .banner-text-footer .wooprex-btn {
    min-width: auto;
    padding: 0px 20px;
  }
  .wooprex-architect-banner-section .banner-right .wooprex-follow-us-2 {
    padding-right: 20px;
  }
  .wooprex-architect-banner-section .banner-right .wooprex-follow-us-2 ul {
    justify-content: flex-start;
  }
  .wooprex-architect-banner-section .banner-right .experience {
    top: 100px;
    right: inherit;
  }
  .wooprex-architect-banner-section .banner-right .experience h2 {
    font-size: 40px;
  }
  .wooprex-architect-banner-section .banner-right img {
    position: relative;
    -o-object-fit: cover;
       object-fit: cover;
    top: 0px;
    height: 400px;
    -o-object-position: 70% 100%;
       object-position: 70% 100%;
  }
  /* About */
  .wooprex-architect-about-section {
    padding-right: 20px;
  }
  .wooprex-architect-about-section .inner-main-wrapper > .row {
    row-gap: 50px;
  }
  .wooprex-architect-about-section .about-description .description-main .review p {
    padding-left: 18px;
    font-size: 16px;
  }
  .wooprex-architect-about-section .about-description .description-main .review .avatar {
    padding-left: 0;
  }
  .wooprex-architect-about-section .about-description .description-main .review .avatar:after {
    display: none;
  }
  .wooprex-architect-about-section .about-description .description-main .review .avatar .client-image {
    width: 70px;
    height: 70px;
  }
  .wooprex-architect-about-section .about-description .description-main .review .avatar .info h5 {
    font-size: 18px;
  }
  .wooprex-architect-about-section .about-description .description-main h4 {
    font-size: 20px;
    writing-mode: lr;
    transform: inherit;
    text-align: start;
  }
  .wooprex-architect-about-section .about-description .description-main .description-main-inner-right {
    width: 100%;
  }
  .wooprex-architect-about-section .about-description .description-main .about-counter {
    margin: 35px 0px;
    padding-left: 0;
  }
  .wooprex-architect-about-section .about-description .description-main .about-counter .counter-item h3 {
    font-size: 45px;
  }
  .wooprex-architect-about-section .about-description .description-main .button-wrapper {
    padding-left: 0;
    flex-wrap: wrap;
    gap: 15px;
  }
  .wooprex-architect-about-section .about-description .description-main .button-wrapper .wooprex-btn {
    padding: 0px 20px;
  }
  /* project step */
  .wooprex-architect-project-step-section {
    overflow: hidden;
  }
  .wooprex-architect-project-step-section .border-line-2 .col-one,
  .wooprex-architect-project-step-section .border-line-2 .col-two,
  .wooprex-architect-project-step-section .border-line-2 .col-three {
    border-right: none;
    border-bottom: 1px solid #d7d7ec;
  }
  .wooprex-architect-project-step-section .wooprex-architect-project-step-item {
    padding: 40px 20px;
  }
  .wooprex-architect-project-step-section .wooprex-architect-project-step-item .icon i {
    font-size: 70px;
  }
  .wooprex-architect-project-step-section .wooprex-architect-project-step-item .description {
    margin-top: 30px;
  }
  .wooprex-architect-project-step-section .wooprex-architect-project-step-item .description h3 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  /* Service */
  .wooprex-architect-service-section {
    padding-top: 50px;
    padding-left: 0px;
  }
  .wooprex-architect-service-section .inner-main-wrapper .row {
    row-gap: 55px;
  }
  .wooprex-architect-service-section .service-description {
    padding: 0px 20px;
  }
  .wooprex-architect-service-section .service-description p {
    margin-bottom: 50px;
  }
  .wooprex-architect-service-section .service-description h5 {
    font-size: 20px;
  }
  /* Story */
  .wooprex-architect-story-section {
    overflow: hidden;
  }
  .wooprex-architect-story-section .row-1,
  .wooprex-architect-story-section .row-2 {
    border-top: none;
  }
  .wooprex-architect-story-section .row-2 {
    margin-top: 25px;
  }
  .wooprex-architect-story-section .wooprex-architect-story-item {
    padding: 12px 0px 0px 0px;
  }
  .wooprex-architect-story-section .wooprex-architect-story-item .row {
    row-gap: 0px;
  }
  .wooprex-architect-story-section .wooprex-architect-story-item.item-1, .wooprex-architect-story-section .wooprex-architect-story-item.item-3 {
    border-right: none;
    padding-right: 0px;
  }
  .wooprex-architect-story-section .wooprex-architect-story-item .story-description h4 {
    font-size: 38px;
  }
  .wooprex-architect-story-section .wooprex-architect-story-item .story-description h3 {
    font-size: 24px;
  }
  .wooprex-architect-story-section .wooprex-architect-story-item .story-image {
    height: 0px;
    opacity: 1;
    visibility: visible;
  }
  .wooprex-architect-story-section .wooprex-architect-story-item:hover .story-image {
    height: 200px;
    margin-top: 10px;
  }
  /* Project */
  .wooprex-architect-project-section .inner-left {
    row-gap: 30px;
    flex-wrap: wrap;
    justify-content: flex-start;
    -moz-column-gap: 20px;
         column-gap: 20px;
    flex-direction: row;
  }
  .wooprex-architect-project-section .wooprex-nav-tabs {
    flex-direction: row;
    justify-content: center;
    row-gap: 5px;
    width: 100%;
  }
  .wooprex-architect-project-section .wooprex-nav-tabs li {
    width: auto;
  }
  .wooprex-architect-project-section .wooprex-nav-tabs button {
    font-size: 24px;
  }
  .wooprex-architect-project-section .project-item {
    height: 450px;
  }
  .wooprex-architect-project-section .project-item .description {
    padding: 15px;
  }
  .wooprex-architect-project-section .project-item .description h4 {
    font-size: 22px;
  }
  /* Review */
  .wooprex-architect-review-section .architect-review-item .review-image {
    height: 440px;
  }
  .wooprex-architect-review-section .architect-review-item .review-description {
    padding-left: 0px;
    padding-top: 50px;
  }
  .wooprex-architect-review-section .architect-review-item .review-description h6 {
    font-size: 20px;
  }
  .wooprex-architect-review-section .architect-review-item .review-description h5 {
    font-size: 30px;
  }
  .wooprex-architect-review-section .architect-review-item .review-description p {
    font-size: 18px;
    margin-top: 15px;
  }
  /* Faq */
  .wooprex-architect-accordion {
    row-gap: 20px;
  }
  .wooprex-architect-accordion .accordion-item {
    padding: 0px 0px 20px 0px;
  }
  .wooprex-architect-accordion .accordion-item button {
    font-size: 22px;
  }
  .wooprex-architect-accordion .accordion-item button:after {
    font-size: 24px;
  }
  .wooprex-architect-accordion .accordion-item .accordion-body {
    padding: 20px 0px 0px 0px;
  }
  .wooprex-architect-accordion .accordion-item .accordion-body p {
    font-size: 16px;
  }
  /* Gallery */
  .wooprex-architect-gallery-section .sub-header {
    font-size: 18px;
  }
  .wooprex-architect-gallery-section .inner-left {
    padding-bottom: 0px;
  }
  .wooprex-architect-gallery-section .gallery-slider {
    margin-top: 40px;
  }
  .wooprex-architect-gallery-section .gallery-slider .gallery-item {
    height: 250px;
  }
  .wooprex-architect-gallery-section .inner-right {
    height: 500px;
  }
  /* Contact */
  .wooprex-architect-contact-section {
    padding-right: 20px;
  }
  .wooprex-architect-contact-section .inner-left .section-header.style-2 {
    margin-bottom: 30px;
  }
  .wooprex-architect-contact-section .contact-map iframe {
    height: 430px;
  }
}
@media only screen and (max-width: 440px) {
  .wooprex-architect-about-section .about-description .description-main .button-wrapper .wooprex-btn {
    min-width: 100%;
  }
}
@media only screen and (max-width: 380px) {
  .wooprex-designer-banner-section .banner-text .banner-text-footer .button-wrapper .wooprex-btn {
    width: 100%;
  }
  .wooprex-architect-banner-section .banner-text .banner-text-footer .wooprex-btn {
    min-width: auto;
    padding: 0px 15px;
    font-size: 12px;
  }
}