/*-- Fonts, variable and abstracts -- */
/*-- fonts -- */
/*-- variable -- */
/*-- mixin -- */
/*-- Reset css styles  -- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
}

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

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

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

body {
  font-family: "SF Pro";
  font-size: 16px;
  line-height: 1.4em;
  font-weight: normal;
  color: #2B2B2A;
  background-color: #ffffff;
}

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

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

.container {
  max-width: 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: "SF Pro";
  border: 1px solid rgba(82, 82, 82, 0.6901960784);
  outline: 0;
  box-shadow: none;
  font-size: 14px;
  line-height: 24px;
  border-radius: 3px;
  padding: 12px 18px;
  width: 100%;
  background: #ffffff;
  color: #2B2B2A;
  font-weight: normal;
}
textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=week]:focus,
input[type=datetime]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=color]:focus {
  border-color: rgba(82, 82, 82, 0.6901960784);
}
textarea::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=month]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=week]::-moz-placeholder, input[type=datetime]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=color]::-moz-placeholder {
  color: #2B2B2A;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
textarea::placeholder,
input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=time]::placeholder,
input[type=week]::placeholder,
input[type=datetime]::placeholder,
input[type=number]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=color]::placeholder {
  color: #2B2B2A;
  transition: all 0.3s ease;
}

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

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

:-moz-placeholder {
  color: #2B2B2A;
}

::-moz-placeholder {
  color: #2B2B2A;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #2B2B2A;
}

/* -- Typography setting -- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "SF Pro";
  text-rendering: optimizeLegibility;
  color: #2B2B2A;
  font-weight: bold;
}

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

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

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

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

h5 {
  font-size: 28px;
  line-height: 1.5em;
}

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

p {
  line-height: 1.4em;
}

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

label {
  font-weight: bold;
}

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

.border-line {
  border: 1px solid rgba(82, 82, 82, 0.6901960784);
}

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

.border-line-bottom {
  border-bottom: 1px solid rgba(82, 82, 82, 0.6901960784);
}

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

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

.overflow-hidden {
  overflow: hidden;
}

.none {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*-- Woocommerce styles -- */
/******************* HEADER START *******************/
/* Start Wooprex Header & Light header */
header.wooprex-header-section {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  padding: 20px 10px;
  background-color: transparent;
  transition: top 0.6s, background 0.4s, box-shadow 0.4s, padding 0.3s;
}
header.wooprex-header-section.sticky {
  position: fixed !important;
  background-color: #2B2B2A !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;
}
header.wooprex-header-section .header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header.wooprex-header-section .header-main .header-right {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 35px;
}
header.wooprex-header-section .header-main .header-right .social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
header.wooprex-header-section .header-main .header-right .social img {
  width: 20px;
}
header.wooprex-header-section .header-main .header-right .social img.ins {
  width: 25px;
}
header.wooprex-header-section .header-main .header-right .social img:hover {
  transform: scale(1.1);
}

@keyframes stickyAnimation {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
/* Start desktop menu */
.wooprex-desktop-menu ul.box-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  gap: 40px;
  flex-wrap: wrap;
}
.wooprex-desktop-menu ul.box-nav li.menu-item {
  position: relative;
}
.wooprex-desktop-menu ul.box-nav li.menu-item a.item-link {
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 3px 0px;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
}
.wooprex-desktop-menu ul.box-nav li.menu-item a.item-link i {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  font-size: 12px;
}
.wooprex-desktop-menu ul.box-nav li.menu-item a.item-link:before {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0%;
  background-color: #ffffff;
  width: 0%;
  height: 1px;
  transition: all 0.6s ease;
  opacity: 0;
  visibility: hidden;
  font-size: 20px;
}
.wooprex-desktop-menu ul.box-nav li.menu-item:hover > a.item-link, .wooprex-desktop-menu ul.box-nav li.menu-item.current-menu-item > a.item-link {
  color: #ffffff;
}
.wooprex-desktop-menu ul.box-nav li.menu-item:hover > a.item-link:before, .wooprex-desktop-menu ul.box-nav li.menu-item.current-menu-item > a.item-link:before {
  opacity: 1;
  visibility: visible;
  width: 100%;
}
.wooprex-desktop-menu ul.box-nav li.menu-item:hover a.item-link i {
  transform: rotate(180deg);
}
.wooprex-desktop-menu ul.box-nav li.menu-item > ul.sub-menu {
  left: 0px;
  top: 60px;
}
.wooprex-desktop-menu ul.box-nav li.menu-item ul.sub-menu {
  position: absolute;
  width: 250px;
  padding: 20px 0px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
  background-color: #ffffff;
  box-shadow: 0px 14px 28px 0px rgba(6, 23, 106, 0.0784313725);
}
.wooprex-desktop-menu ul.box-nav li.menu-item ul.sub-menu li {
  padding: 8px 15px;
  position: relative;
}
.wooprex-desktop-menu ul.box-nav li.menu-item ul.sub-menu li:hover > a.sub-menu-link, .wooprex-desktop-menu ul.box-nav li.menu-item ul.sub-menu li.current-menu-item > a.sub-menu-link {
  color: #D1C0B2;
}
.wooprex-desktop-menu ul.box-nav li.menu-item ul.sub-menu li:hover > a.sub-menu-link:before, .wooprex-desktop-menu ul.box-nav li.menu-item ul.sub-menu li.current-menu-item > a.sub-menu-link:before {
  opacity: 1;
  visibility: visible;
  height: 15px;
}
.wooprex-desktop-menu ul.box-nav li.menu-item ul.sub-menu li a.sub-menu-link {
  padding: 0px 25px;
  display: block;
  color: #2B2B2A;
  text-transform: capitalize;
  font-size: 16px;
  position: relative;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 5px;
}
.wooprex-desktop-menu ul.box-nav li.menu-item ul.sub-menu li a.sub-menu-link i {
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wooprex-desktop-menu ul.box-nav li.menu-item ul.sub-menu li a.sub-menu-link:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  background-color: #D1C0B2;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  height: 0px;
  width: 4px;
}
.wooprex-desktop-menu ul.box-nav li.menu-item ul.sub-menu li > ul.sub-menu {
  right: -220px;
  top: 0;
}
.wooprex-desktop-menu ul.box-nav li.menu-item ul.sub-menu li:hover > a.sub-menu-link i {
  transform: rotate(180deg);
}
.wooprex-desktop-menu ul.box-nav li.menu-item ul.sub-menu li:hover > ul.sub-menu {
  right: -250px;
  opacity: 1;
  visibility: visible;
}
.wooprex-desktop-menu ul.box-nav li.menu-item:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
}

/* Start mobile menu */
.wooprex-mobile-menu {
  width: 350px;
  max-width: 100%;
  height: 100%;
  background-color: #2B2B2A;
  position: fixed;
  left: 0%;
  transform: translateX(-110%);
  top: 0;
  padding-top: 30px;
  box-shadow: 0px 0px 5px 0px rgba(6, 23, 106, 0.0784313725);
  transition: all 0.6s ease;
  overflow-y: auto;
  z-index: 999;
}
.wooprex-mobile-menu ul.box-nav {
  margin-top: 60px;
}
.wooprex-mobile-menu ul.box-nav li.menu-item {
  padding: 0px 20px;
}
.wooprex-mobile-menu ul.box-nav li.menu-item:hover > a.item-link, .wooprex-mobile-menu ul.box-nav li.menu-item.current-menu-item > a.item-link {
  color: #D1C0B2;
}
.wooprex-mobile-menu ul.box-nav li.menu-item a.item-link {
  padding: 15px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #ffffff;
  transition: all 0.3s ease;
  gap: 5px;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
}
.wooprex-mobile-menu ul.box-nav li.menu-item a.item-link i {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  transform: rotate(-90deg);
}
.wooprex-mobile-menu ul.box-nav li.menu-item a.item-link.link-active i {
  transform: rotate(0deg);
}
.wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu {
  padding-bottom: 10px;
}
.wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu li {
  padding: 0px 10px;
}
.wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu li:hover > a.sub-menu-link, .wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu li.current-menu-item > a.sub-menu-link {
  color: #D1C0B2;
}
.wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu li a.sub-menu-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 0px;
  color: #ffffff;
  font-weight: 500;
}
.wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu li a.sub-menu-link i {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-90deg);
  transition: all 0.3s ease;
}
.wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu li a.sub-menu-link.link-active i {
  transform: rotate(0deg);
}
.wooprex-mobile-menu.show {
  transform: translateX(0%);
}

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

.mobile-menu-bar-close {
  position: absolute;
  right: 0;
  margin-right: 15px;
  cursor: pointer;
}
.mobile-menu-bar-close i {
  font-size: 30px;
  color: #ffffff;
}
.mobile-menu-bar-close:hover i {
  color: #D1C0B2;
}

/******************* HEADER END *******************/
#custom-btn .elementor-button-text {
  position: relative;
  padding-bottom: 1px;
}
#custom-btn .elementor-button-icon {
  transition: all 0.3s ease;
}
#custom-btn:hover .elementor-button-icon {
  transform: translateX(5px);
}

.wooprex-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #2B2B2A;
  background-color: transparent;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: underline;
  transition: all 0.3s ease;
  border: none;
  border-radius: 0;
  line-height: 1.3em;
}
.wooprex-btn i {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-45deg);
  transition: all 0.6s ease;
}
.wooprex-btn:hover i {
  transform: translateX(10px);
}

/* Form newsletter */
.newsletter-form .row {
  row-gap: 10px;
}
.newsletter-form input[type=email] {
  width: 80%;
  background-color: transparent;
  padding: 8px 0px;
  border: none;
  border-radius: 0px;
  border-bottom: 1px solid #2B2B2A;
  color: #2B2B2A;
  font-size: 16px;
  font-family: "SF Pro";
}
.newsletter-form input[type=email]::-moz-placeholder {
  font-size: 16px;
  color: #2B2B2A;
  font-style: italic;
}
.newsletter-form input[type=email]::placeholder {
  font-size: 16px;
  color: #2B2B2A;
  font-style: italic;
}

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

.wooprex-swiper-navigation .swiper-button-prev,
.wooprex-swiper-navigation .swiper-button-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.wooprex-swiper-navigation .swiper-button-prev::after,
.wooprex-swiper-navigation .swiper-button-next::after {
  content: "";
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.wooprex-swiper-navigation .swiper-button-prev:hover,
.wooprex-swiper-navigation .swiper-button-next:hover {
  opacity: 0.5;
}
.wooprex-swiper-navigation .swiper-button-prev {
  left: 0;
}
.wooprex-swiper-navigation .swiper-button-prev:after {
  background-image: url("../assets/svg/left-1.svg");
}
.wooprex-swiper-navigation .swiper-button-next {
  right: 0;
}
.wooprex-swiper-navigation .swiper-button-next:after {
  background-image: url("../assets/svg/right-1.svg");
}

.wooprex-swiper-pagination {
  position: relative;
  margin-top: 40px;
}
.wooprex-swiper-pagination .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.wooprex-swiper-pagination .swiper-pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  background-color: #D9D9D9;
  border-radius: 50%;
  margin: 0;
  opacity: 1;
}
.wooprex-swiper-pagination .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #B2AC88;
}

/* Client */
.wooprex-clients-section {
  overflow-x: clip;
}
.wooprex-clients-section .swiper-slide.swiper-slide-active .wooprex-clients-item h3 {
  color: #2B2B2A;
}

.wooprex-clients-item {
  position: relative;
}
.wooprex-clients-item h3 {
  text-align: center;
  text-transform: uppercase;
  font-size: 3.1vw;
  font-family: "Clamoe";
  font-weight: 400;
  line-height: 1em;
  color: rgba(172, 149, 134, 0.2);
  transition: all 0.3s ease;
  text-wrap: nowrap;
}

/* Testimonial */
.wooprex-testimonial-section .testimonial-slider-main {
  max-width: 70%;
  margin: 0 auto;
}

.wooprex-testimonial-item .testimonial-image {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 15px;
}
.wooprex-testimonial-item .testimonial-description {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 70px;
}
.wooprex-testimonial-item .testimonial-description p {
  line-height: 1.6em;
  text-align: center;
  color: #2B2B2A;
}
.wooprex-testimonial-item .testimonial-description h3 {
  font-size: 26px;
  font-weight: 400;
  font-family: "Adobe Handwriting Ernie";
  text-align: center;
  color: #AC9586;
  position: relative;
}
.wooprex-testimonial-item .testimonial-description h3:before, .wooprex-testimonial-item .testimonial-description h3:after {
  content: "~";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 26px;
  color: #AC9586;
  font-family: "Adobe Handwriting Ernie";
  font-weight: 400;
}

/* Portfolio */
.filter-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 45px;
  row-gap: 20px;
  flex-wrap: wrap;
}
.filter-buttons button {
  border: none;
  background-color: transparent;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #2B2B2A;
  position: relative;
  transition: all 0.3s ease;
}
.filter-buttons button:before {
  content: "";
  background-image: url(../assets/svg/Arrow-2.svg);
  background-position: center;
  background-size: 20px;
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 20px;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.filter-buttons button.active {
  font-weight: 600;
  text-decoration: underline;
}
.filter-buttons button.active:before {
  opacity: 1;
  visibility: visible;
  left: -30px;
}

.portfolio-main {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}

.columns-3 .wooprex-portfolio-item {
  width: 33.333%;
}

.columns-4 .wooprex-portfolio-item {
  width: 25%;
}

.wooprex-portfolio-item {
  padding: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.wooprex-portfolio-item .image {
  border-radius: 16px;
  overflow: hidden;
}
.wooprex-portfolio-item .image a {
  display: block;
  height: auto !important;
  position: relative;
}
.wooprex-portfolio-item .image a:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.7411764706);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
.wooprex-portfolio-item .image a .zoom {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}
.wooprex-portfolio-item .image a .zoom img {
  width: 40px;
  transform: scale(0.7);
}
.wooprex-portfolio-item img {
  width: 100%;
  height: auto !important;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-portfolio-item:hover a:before {
  opacity: 1;
  visibility: visible;
}
.wooprex-portfolio-item:hover a .zoom {
  opacity: 1;
  visibility: visible;
}
.wooprex-portfolio-item:hover a .zoom img {
  transform: scale(1);
}
.wooprex-portfolio-item:hover img {
  transform: scale(1.1);
}

.portfolio-pagination {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.portfolio-pagination .page-numbers {
  width: 40px;
  height: 40px;
  background-color: #B2AC88;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 100;
}
.portfolio-pagination .page-numbers:hover {
  background-color: #D1C0B2;
}
.portfolio-pagination .page-numbers.current {
  font-weight: 600;
  color: #ffffff;
}

/* ABOUT PAGE */
#sc-about .sc-bg-image {
  height: 100% !important;
  width: 100% !important;
}
#sc-about:hover .sc-bg-image img {
  filter: grayscale(1);
}

#sc-bottom-image {
  transition: all 0.3s ease;
}
#sc-bottom-image:hover {
  filter: grayscale(1);
}

/* SERVICE PAGE */
#sc-divider {
  background-size: 10px 2px;
}

.sc-homebuilder {
  transition: all 0.3s ease;
}
.sc-homebuilder:hover {
  transform: scale(0.95);
}

/* CONTACT PAGE */
.contact-form .row {
  row-gap: 20px;
}
.contact-form input[type=submit] {
  background-color: #D1C0B2;
  padding: 12px 20px;
  border: 1px solid #D1C0B2;
  text-transform: uppercase;
  transition: all 0.3s ease;
  min-width: 150px;
  margin-left: auto;
  display: block;
}
.contact-form input[type=submit]:hover {
  background-color: #000;
  color: #D1C0B2;
  border-color: #000;
}

#sc-vertical-social ul li {
  transform: rotate(-180deg);
  writing-mode: vertical-lr;
  padding: 10px 0;
  margin: 0;
}
#sc-vertical-social ul li a {
  position: relative;
}
#sc-vertical-social ul li a:after {
  content: "Connect";
  display: block;
  font-size: 16px;
  color: #000 !important;
  position: absolute;
  top: 50%;
  transform: translate(-14px, -50%);
  left: 0;
  opacity: 0;
  transition: 0.3s;
}
#sc-vertical-social ul li a span {
  transition: 0.3s;
}
#sc-vertical-social ul li a:hover span {
  opacity: 0;
  transform: translate(15px, 0);
}
#sc-vertical-social ul li a:hover:after {
  opacity: 1;
  transform: translate(0, -50%);
}

@media (max-width: 768px) {
  .wooprex-portfolio-item {
    width: 50% !important;
  }
}
@media (max-width: 576px) {
  .wooprex-portfolio-item {
    width: 50% !important;
  }
}
/*********************** FOOTER STYLING *******************************/
.wooprex-footer-section .row {
  row-gap: 30px;
}
.wooprex-footer-section .footer-top {
  padding: 40px 10px 60px 10px;
  background-color: #2B2B2A;
}
.wooprex-footer-section .footer-top a, .wooprex-footer-section .footer-top p {
  color: #ffffff;
}
.wooprex-footer-section .footer-top .footer-item {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wooprex-footer-section .footer-top .footer-item #menu-footer-menu {
  display: flex;
  flex-direction: column;
}
.wooprex-footer-section .footer-top .footer-item #menu-footer-menu li a {
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 300;
  font-size: 11px;
}
.wooprex-footer-section .footer-top .footer-item #menu-footer-menu li a:hover {
  color: #D1C0B2;
}
.wooprex-footer-section .footer-top .footer-item p {
  font-weight: 300;
  line-height: 1.6em;
  font-size: 14px;
}
.wooprex-footer-section .footer-top .footer-item .follow-us ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}
.wooprex-footer-section .footer-top .footer-item .follow-us ul li a img {
  width: 20px;
}
.wooprex-footer-section .footer-top .footer-item .follow-us ul li a img.ins {
  width: 25px;
}
.wooprex-footer-section .footer-top .footer-item .follow-us ul li a:hover img {
  transform: scale(1.1);
}
.wooprex-footer-section .footer-bottom {
  background-color: #D9D9D9;
  padding: 15px 10px;
}
.wooprex-footer-section .footer-bottom .footer-item {
  text-align: center;
}
.wooprex-footer-section .footer-bottom .footer-item p {
  font-size: 12px;
  text-transform: uppercase;
}

/*-- Responsive styles -- */
/* -- Wooprex - Media Queries -- */
@media only screen and (max-width: 1480px) {
  .wooprex-clients-item h3 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .wooprex-clients-item h3 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 1024px) {
  .wooprex-clients-item h3 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 880px) {
  .wooprex-clients-item h3 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wooprex-desktop-menu ul.box-nav {
    gap: 32px;
  }
  .wooprex-desktop-menu ul.box-nav li.menu-item ul.sub-menu li > ul.sub-menu {
    right: inherit;
    left: -220px;
  }
  .wooprex-desktop-menu ul.box-nav li.menu-item ul.sub-menu li:hover > ul.sub-menu {
    left: -250px;
  }
}
@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;
  }
  .wooprex-desktop-menu {
    display: none;
  }
  .wooprex-mobile-menu-bar {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .padding-y {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .padding-top {
    padding-top: 60px;
  }
  .padding-bottom {
    padding-bottom: 60px;
  }
  header.wooprex-header-section .logo img {
    width: 100px;
  }
  .wooprex-clients-item h3 {
    font-size: 28px;
  }
  header.wooprex-header-section .logo img {
    width: 80px !important;
  }
  header.wooprex-header-section.sticky .logo img {
    width: 60px !important;
  }
}
@media only screen and (max-width: 575px) {
  header.wooprex-header-section .header-main .header-right {
    gap: 20px;
  }
  .newsletter-form input[type=email] {
    width: 100%;
  }
  .wooprex-footer-section .footer-top {
    padding: 40px 10px 50px 10px;
  }
  .wooprex-footer-section .footer-top .footer-item {
    text-align: center;
  }
  .wooprex-footer-section .footer-top .footer-item .follow-us ul {
    justify-content: center;
  }
  /* Testimonial */
  .wooprex-testimonial-section .testimonial-slider-main {
    max-width: 100%;
  }
  .wooprex-testimonial-section .wooprex-swiper-navigation {
    display: none;
  }
  .wooprex-testimonial-item .testimonial-description {
    gap: 40px;
  }
}