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

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: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
  color: #000000;
  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: "Roboto", sans-serif;
  border: 1px solid #000000;
  outline: 0;
  box-shadow: none;
  font-size: 20px;
  line-height: 20px;
  border-radius: 3px;
  padding: 20px 30px;
  width: 100%;
  background: transparent;
  color: #000000;
  font-weight: 400;
}
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: #FF3377;
}

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: #000000;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 20px;
}

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: #000000;
  transition: all 0.3s ease;
  font-size: 20px;
}

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

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

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

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

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

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

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

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

section {
  position: relative;
  overflow: hidden;
}

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

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

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

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

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

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

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

p {
  font-size: 16px;
  line-height: 1.6rem;
  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: #000000;
}
a:focus, a:hover {
  transition: all 0.3s ease;
  text-decoration: none;
  outline: 0;
}

label {
  font-weight: 600;
}

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

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

.border-line-bottom {
  border-bottom: 1px solid rgba(232, 226, 209, 0.431372549) !important;
}

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

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

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

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

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

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

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

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

@media only screen and (max-width: 767px) {
  .logo,
  .logo a {
    max-width: 150px;
  }
}
/*-- All components style -- */
/*-- scrollbar -- */
/*-- Base: mixin & variable  -- */
/*-- header -- */
/*-- Base: mixin & variable  -- */
/* Start Wooprex Header & Light header */
header.wooprex-header-section {
  position: relative;
  background: #ffffff;
  width: 100%;
  top: 0px;
  z-index: 999;
  padding: 30px 0px;
  transition: top 0.6s, background 0.4s, box-shadow 0.4s;
}
header.wooprex-header-section.home {
  position: fixed;
}
header.wooprex-header-section.sticky {
  position: sticky !important;
  top: 0px;
  background-color: #FFE2EC;
}
header.wooprex-header-section.hidden {
  top: -140px;
}

/*-- footer -- */
/*-- Base: mixin & variable  -- */
footer.wooprex-footer-section {
  background-color: #000000;
  padding-bottom: 50px;
}
footer.wooprex-footer-section .footer__top {
  padding-bottom: 40px;
  border-bottom: 1px solid #666A79;
}
footer.wooprex-footer-section .footer__top .footer-item .footer-contact > ul.contact {
  margin-top: 30px;
  margin-bottom: 15px;
}
footer.wooprex-footer-section .footer__top .footer-item .footer-contact > ul.contact li a {
  color: #ffffff;
  padding: 8px 0px;
}
footer.wooprex-footer-section .footer__top .footer-item .footer-contact > ul.contact li a:hover {
  color: #FF3377;
}
footer.wooprex-footer-section .footer__top .footer-item h4, footer.wooprex-footer-section .footer__top .footer-item ul.link li a {
  color: #ffffff;
}
footer.wooprex-footer-section .footer__top .footer-item h4 {
  margin-bottom: 40px;
}
footer.wooprex-footer-section .footer__top .footer-item ul.link li a {
  padding: 8px 0px;
}
footer.wooprex-footer-section .footer__top .footer-item ul.link li a:hover {
  transform: translateX(10px);
  color: #FF3377;
}
footer.wooprex-footer-section .footer__top .footer-item input {
  color: #8C8F9A;
  border: 1px solid #ffffff;
  border-radius: 8px;
  font-size: 14px;
  padding: 13px;
  margin-bottom: 15px;
}
footer.wooprex-footer-section .footer__top .footer-item input::-moz-placeholder {
  color: #8C8F9A;
  font-size: 14px;
}
footer.wooprex-footer-section .footer__top .footer-item input::placeholder {
  color: #8C8F9A;
  font-size: 14px;
}
footer.wooprex-footer-section .footer__top .footer-item p {
  color: #8C8F9A;
  margin-bottom: 25px;
}
footer.wooprex-footer-section .footer__bottom {
  padding-top: 50px;
}
footer.wooprex-footer-section .footer__bottom .copyright p {
  color: #ffffff;
}
footer.wooprex-footer-section .footer__bottom .bottom-right ul {
  display: flex;
  align-items: center;
  justify-content: end;
  width: 100%;
}
footer.wooprex-footer-section .footer__bottom .bottom-right ul li {
  padding: 0px 15px;
  position: relative;
}
footer.wooprex-footer-section .footer__bottom .bottom-right ul li:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  height: 10px;
  width: 1px;
  background-color: #ffffff;
}
footer.wooprex-footer-section .footer__bottom .bottom-right ul li:first-child {
  padding-left: 0;
}
footer.wooprex-footer-section .footer__bottom .bottom-right ul li:last-child {
  padding-right: 0;
}
footer.wooprex-footer-section .footer__bottom .bottom-right ul li:last-child:after {
  display: none;
}
footer.wooprex-footer-section .footer__bottom .bottom-right ul li a {
  color: #ffffff;
}
footer.wooprex-footer-section .footer__bottom .bottom-right ul li a:hover {
  color: #FF3377;
}

/*-- 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 .wooprex-main-menu ul.box-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  gap: 40px;
  flex-wrap: wrap;
}
header.wooprex-header-section .header-main .wooprex-main-menu ul.box-nav li.menu-item {
  position: relative;
}
header.wooprex-header-section .header-main .wooprex-main-menu ul.box-nav li.menu-item.active a.item-link {
  color: #FF3377;
}
header.wooprex-header-section .header-main .wooprex-main-menu ul.box-nav li.menu-item a.item-link {
  color: #33394C;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 15px 0px;
  position: relative;
}
header.wooprex-header-section .header-main .wooprex-main-menu ul.box-nav li.menu-item a.item-link i {
  position: relative;
  transition: all 0.3s ease;
  line-height: 0px;
}
header.wooprex-header-section .header-main .wooprex-main-menu ul.box-nav li.menu-item a.item-link:before {
  content: "\f10d";
  font-family: "flaticon_creative";
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%);
  color: #FF3377;
  transition: all 0.6s ease;
  opacity: 0;
  visibility: hidden;
  font-size: 20px;
}
header.wooprex-header-section .header-main .wooprex-main-menu ul.box-nav li.menu-item:hover a.item-link:before, header.wooprex-header-section .header-main .wooprex-main-menu ul.box-nav li.menu-item.active a.item-link:before {
  opacity: 1;
  visibility: visible;
  bottom: -10px;
}
header.wooprex-header-section .header-main .wooprex-main-menu ul.box-nav li.menu-item:hover a.item-link {
  color: #FF3377;
}
header.wooprex-header-section .header-main .wooprex-main-menu ul.box-nav li.menu-item:hover a.item-link i {
  transform: rotate(180deg);
}
header.wooprex-header-section .header-main .wooprex-main-menu ul.box-nav li.menu-item ul.sub-menu {
  position: absolute;
  width: 300px;
  padding: 20px 0px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
  left: 0px;
  top: 84px;
  background-color: #FFE2EC;
  border: 1px solid #FFE2EC;
  box-shadow: 0px 2px 12px 0px rgba(150, 27, 68, 0.1215686275);
}
header.wooprex-header-section .header-main .wooprex-main-menu ul.box-nav li.menu-item ul.sub-menu li {
  padding: 10px 0px;
}
header.wooprex-header-section .header-main .wooprex-main-menu ul.box-nav li.menu-item ul.sub-menu li a.sub-menu-link {
  padding: 0px 50px;
  display: block;
  color: #000000;
  text-transform: capitalize;
  font-size: 16px;
  position: relative;
}
header.wooprex-header-section .header-main .wooprex-main-menu ul.box-nav li.menu-item ul.sub-menu li a.sub-menu-link:hover {
  color: #FF3377 !important;
}
header.wooprex-header-section .header-main .wooprex-main-menu ul.box-nav li.menu-item ul.sub-menu li a.sub-menu-link:before {
  content: "\f10d";
  font-family: "flaticon_creative";
  position: absolute;
  bottom: 0%;
  left: 0%;
  color: #FF3377;
  transition: all 0.6s ease;
  opacity: 0;
  visibility: hidden;
  font-size: 20px;
}
header.wooprex-header-section .header-main .wooprex-main-menu ul.box-nav li.menu-item ul.sub-menu li a.sub-menu-link:hover:before {
  left: 10px;
  opacity: 1;
  visibility: visible;
}
header.wooprex-header-section .header-main .wooprex-main-menu ul.box-nav li.menu-item:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
}
header.wooprex-header-section .header-main .header-right {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 20px;
}
header.wooprex-header-section .header-main .header-right i {
  font-size: 30px;
  cursor: pointer;
  color: #33394C;
  position: relative;
  display: flex;
  line-height: 0px;
}
header.wooprex-header-section .header-main .wooprex-search-box {
  background: #FFE2EC;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 40px 60px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
}
header.wooprex-header-section .header-main .wooprex-search-box input {
  border-color: transparent;
  color: #33394C;
  padding: 0;
  cursor: pointer;
}
header.wooprex-header-section .header-main .wooprex-search-box input::-moz-placeholder {
  color: #33394C;
}
header.wooprex-header-section .header-main .wooprex-search-box input::placeholder {
  color: #33394C;
}
header.wooprex-header-section .header-main .wooprex-search-box .wooprex-search-close {
  cursor: pointer;
}
header.wooprex-header-section .header-main .wooprex-search-box .wooprex-search-close i {
  color: #FF3377;
  font-size: 30px;
}
header.wooprex-header-section .header-main .wooprex-search-box .wooprex-search-close:hover i {
  animation: wooprexDraw 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}
header.wooprex-header-section .header-main .wooprex-search-box.active-search {
  opacity: 1;
  visibility: visible;
}

/* Start Wooprex mobile menu */
.wooprex-mobile-menu {
  width: 400px;
  max-width: 100%;
  height: 100%;
  background-color: #FFE2EC;
  position: fixed;
  left: 0%;
  transform: translateX(-110%);
  top: 0;
  padding-top: 30px;
  box-shadow: 0px 0px 5px 0px rgba(150, 27, 68, 0.1215686275);
  transition: all 0.6s ease;
  overflow-y: scroll;
  z-index: 999;
}
.wooprex-mobile-menu ul.box-nav {
  padding-top: 10px;
}
.wooprex-mobile-menu ul.box-nav li.menu-item {
  padding: 0px 20px;
}
.wooprex-mobile-menu ul.box-nav li.menu-item a.item-link {
  padding: 15px 0px;
  display: block;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #33394C;
  transition: all 0.3s ease;
  gap: 2px;
}
.wooprex-mobile-menu ul.box-nav li.menu-item a.item-link i {
  position: relative;
  top: 0px;
  left: 3px;
  transition: all 0.3s ease;
  transform: rotate(-90deg);
}
.wooprex-mobile-menu ul.box-nav li.menu-item a.item-link:hover {
  color: #FF3377;
}
.wooprex-mobile-menu ul.box-nav li.menu-item a.item-link.link-active i {
  top: 3px;
  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 a.sub-menu-link {
  display: block;
  padding: 6px 10px;
  color: #33394C;
}
.wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu li a.sub-menu-link:hover {
  color: #FF3377;
}
.wooprex-mobile-menu.show {
  transform: translateX(0%);
}

.wooprex-mobile-menu-bar {
  display: none;
}

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

/*-- heading/subheading -- */
/*-- Base: mixin & variable  -- */
/* Section header styling */
.sub-header {
  color: #FF3377;
  position: relative;
  padding-bottom: 10px;
  font-weight: 600;
  margin-bottom: 30px;
}
.sub-header:after {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0%;
  width: 20px;
  height: 2px;
  background-color: #FF3377;
}

.header {
  font-size: 40px;
  font-weight: 600;
  max-width: 600px;
  margin-bottom: 70px;
  text-transform: capitalize;
  position: relative;
  z-index: 2;
  color: #030712;
}

/*-- Breadcrumb -- */
/*-- Base: mixin & variable  -- */
section.wooprex-breadcrumb-section {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
section.wooprex-breadcrumb-section:before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #030712 0%, rgba(20, 47, 120, 0) 100%);
}
section.wooprex-breadcrumb-section .container {
  position: relative;
  z-index: 2;
}
section.wooprex-breadcrumb-section h3 {
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: 700;
}
section.wooprex-breadcrumb-section p {
  color: #ffffff;
}
section.wooprex-breadcrumb-section p a {
  color: #ffffff;
}
section.wooprex-breadcrumb-section p a:hover {
  color: #FF3377 !important;
}
section.wooprex-breadcrumb-section.about {
  background-image: url(../assets/images/image-33.webp);
}
section.wooprex-breadcrumb-section.service {
  background-image: url(../assets/images/image-35.webp);
}
section.wooprex-breadcrumb-section.service-details {
  background-image: url(../assets/images/new-img-07.webp);
}
section.wooprex-breadcrumb-section.pricing {
  background-image: url(../assets/images/image-25.webp);
}
section.wooprex-breadcrumb-section.blog {
  background-image: url(../assets/images/image-14.webp);
}
section.wooprex-breadcrumb-section.contact {
  background-image: url(../assets/images/image-6.webp);
}
section.wooprex-breadcrumb-section.faq {
  background-image: url(../assets/images/new-img-05.webp);
}
section.wooprex-breadcrumb-section.team {
  background-image: url(../assets/images/new-img-011.webp);
}
section.wooprex-breadcrumb-section.case-study {
  background-image: url(../assets/images/new-img-03.webp);
}
section.wooprex-breadcrumb-section.case-study-details {
  background-image: url(../assets/images/new-img-014.webp);
}

/*-- slider -- */
/*-- Base: mixin & variable  -- */
section.wooprex-project-section .swiper-navigation.bottom {
  display: none;
}

section.wooprex-project-section .swiper-navigation,
section.wooprex-about-team-section .team-bottom .swiper-navigation {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 15px;
  height: 100%;
}
section.wooprex-project-section .swiper-navigation .swiper-button-prev1:after,
section.wooprex-project-section .swiper-navigation .swiper-button-prev2:after,
section.wooprex-about-team-section .team-bottom .swiper-navigation .swiper-button-prev1:after,
section.wooprex-about-team-section .team-bottom .swiper-navigation .swiper-button-prev2:after {
  content: "";
  background-image: url("../assets/shape/shape-11.svg");
}
section.wooprex-project-section .swiper-navigation .swiper-button-next1:after,
section.wooprex-project-section .swiper-navigation .swiper-button-next2:after,
section.wooprex-about-team-section .team-bottom .swiper-navigation .swiper-button-next1:after,
section.wooprex-about-team-section .team-bottom .swiper-navigation .swiper-button-next2:after {
  content: "";
  background-image: url("../assets/shape/shape-13.svg");
}
section.wooprex-project-section .swiper-navigation .swiper-button-prev1,
section.wooprex-project-section .swiper-navigation .swiper-button-next1,
section.wooprex-project-section .swiper-navigation .swiper-button-prev2,
section.wooprex-project-section .swiper-navigation .swiper-button-next2,
section.wooprex-about-team-section .team-bottom .swiper-navigation .swiper-button-prev1,
section.wooprex-about-team-section .team-bottom .swiper-navigation .swiper-button-next1,
section.wooprex-about-team-section .team-bottom .swiper-navigation .swiper-button-prev2,
section.wooprex-about-team-section .team-bottom .swiper-navigation .swiper-button-next2 {
  width: 60px;
  height: 60px;
  border: 1px solid #4B5563;
  position: relative;
  border-radius: 8px;
}
section.wooprex-project-section .swiper-navigation .swiper-button-prev1:after,
section.wooprex-project-section .swiper-navigation .swiper-button-next1:after,
section.wooprex-project-section .swiper-navigation .swiper-button-prev2:after,
section.wooprex-project-section .swiper-navigation .swiper-button-next2:after,
section.wooprex-about-team-section .team-bottom .swiper-navigation .swiper-button-prev1:after,
section.wooprex-about-team-section .team-bottom .swiper-navigation .swiper-button-next1:after,
section.wooprex-about-team-section .team-bottom .swiper-navigation .swiper-button-prev2:after,
section.wooprex-about-team-section .team-bottom .swiper-navigation .swiper-button-next2:after {
  width: 100%;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-position: center;
}
section.wooprex-project-section .swiper-navigation .swiper-button-prev1:hover:after,
section.wooprex-project-section .swiper-navigation .swiper-button-next1:hover:after,
section.wooprex-project-section .swiper-navigation .swiper-button-prev2:hover:after,
section.wooprex-project-section .swiper-navigation .swiper-button-next2:hover:after,
section.wooprex-about-team-section .team-bottom .swiper-navigation .swiper-button-prev1:hover:after,
section.wooprex-about-team-section .team-bottom .swiper-navigation .swiper-button-next1:hover:after,
section.wooprex-about-team-section .team-bottom .swiper-navigation .swiper-button-prev2:hover:after,
section.wooprex-about-team-section .team-bottom .swiper-navigation .swiper-button-next2:hover:after {
  animation: wooprexDraw 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}

/* Swiper pagination */
.service-review-slider.wooprex-swiper.two,
.team-slider.wooprex-swiper.three {
  padding-bottom: 80px;
}
.service-review-slider.wooprex-swiper.two .swiper-pagination .swiper-pagination-bullet,
.team-slider.wooprex-swiper.three .swiper-pagination .swiper-pagination-bullet {
  background-color: #ffffff;
  opacity: 1;
  margin: 0px 10px;
  position: relative;
  height: 5px;
  width: 5px;
}
.service-review-slider.wooprex-swiper.two .swiper-pagination .swiper-pagination-bullet:before,
.team-slider.wooprex-swiper.three .swiper-pagination .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  left: -6px;
  top: -6px;
  transition: all 0.6s ease;
  opacity: 0;
  visibility: hidden;
}
.service-review-slider.wooprex-swiper.two .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before,
.team-slider.wooprex-swiper.three .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  opacity: 1;
  visibility: visible;
}

.wooprex-service-testimonial.light .service-review-slider.wooprex-swiper.two .swiper-pagination .swiper-pagination-bullet,
.team-slider.wooprex-swiper.three .swiper-pagination .swiper-pagination-bullet {
  background-color: #030712;
}
.wooprex-service-testimonial.light .service-review-slider.wooprex-swiper.two .swiper-pagination .swiper-pagination-bullet:before,
.team-slider.wooprex-swiper.three .swiper-pagination .swiper-pagination-bullet:before {
  border: 1px solid #030712;
}

section.wooprex-about-team-section .team-bottom .swiper-navigation {
  display: flex;
  align-items: end;
  justify-content: end;
}

/*-- button -- */
/*-- Base: mixin & variable  -- */
/*========================== Wooprex Button style ==========================*/
.wooprex-btn {
  background-color: #FF3377;
  color: #ffffff;
  padding: 12px 24px;
  border: 1px solid;
  border-color: #FF3377;
  transition: all 0.3s ease;
  border-radius: 8px;
}
.wooprex-btn img {
  animation: wooprexDraw 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}
.wooprex-btn:hover {
  color: #FF3377;
  background-color: transparent;
}
.wooprex-btn.shape-btn img {
  width: 30px;
  margin-left: 5px;
}
.wooprex-btn.shape-btn .btn-image-color {
  display: none;
}
.wooprex-btn.shape-btn:hover .btn-image-white {
  display: none;
}
.wooprex-btn.shape-btn:hover .btn-image-color {
  display: inline-block;
}
.wooprex-btn.shape-btn.color {
  background-color: transparent;
  color: #FF3377;
  border-color: #FF3377;
}
.wooprex-btn.shape-btn.color .btn-image-color {
  display: inline-block;
}
.wooprex-btn.shape-btn.color .btn-image-white {
  display: none;
}
.wooprex-btn.shape-btn.color:hover {
  background-color: #FF3377;
  color: #ffffff;
}
.wooprex-btn.shape-btn.color:hover .btn-image-white {
  display: inline-block;
}
.wooprex-btn.shape-btn.color:hover .btn-image-color {
  display: none;
}
.wooprex-btn.black-shape {
  background-color: transparent;
  border-color: #000000;
  border-radius: 0px;
  width: 55px;
  height: 55px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wooprex-btn.black-shape img {
  width: 100%;
  animation: wooprexDraw 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}
.wooprex-btn.black-shape .btn-image-color {
  display: none;
}
.wooprex-btn.black-shape:hover {
  border-color: #FF3377;
}
.wooprex-btn.black-shape:hover .btn-image-color {
  display: block;
}
.wooprex-btn.black-shape:hover .btn-image-black {
  display: none;
}

/* FORM BUTTON */
.wooprex-form-wrapper form button.wooprex-btn {
  border-color: #000000;
  background-color: #000000;
  padding: 13px 56px;
}
.wooprex-form-wrapper form button.wooprex-btn:hover {
  color: #000000;
  background: transparent;
}

/* Home & about service */
section.wooprex-home-service-section .service-button,
section.wooprex-about-service-section .service-button {
  display: flex;
  align-items: center;
  justify-content: end;
  height: 100%;
}
section.wooprex-home-service-section .service-button .wooprex-btn,
section.wooprex-about-service-section .service-button .wooprex-btn {
  font-weight: 600;
}

/* Query */
section.wooprex-query-section .lets-talk .wooprex-btn {
  background-color: #ffffff;
  color: #030712;
  font-weight: 700;
  padding: 15px 45px;
}
section.wooprex-query-section .lets-talk .wooprex-btn:hover {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}

/* Footer */
footer.wooprex-footer-section .footer__top .footer-item .wooprex-btn {
  width: 100%;
  text-align: center;
}

/* ================================ Read more button Style ==================================*/
.wooprex-read-more {
  position: relative;
  padding-right: 20px;
  padding-bottom: 5px;
  color: #FF3377;
  font-size: 18px;
  font-weight: 700;
  transition: all 0.3s ease;
}
.wooprex-read-more:before {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0%;
  background-image: url(../assets/shape/shape-17.svg);
  background-position: left;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  height: 14px;
  background-size: cover;
  width: calc(100% + 10px);
  transition: all 0.3s ease;
}
.wooprex-read-more:hover:before {
  animation: wooprexDraw 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}

.wooprex-latest-news-item .latest-news__description .wooprex-read-more {
  padding: 0;
}
.wooprex-latest-news-item .latest-news__description .wooprex-read-more img {
  margin-left: 5px;
  vertical-align: baseline;
}
.wooprex-latest-news-item .latest-news__description .wooprex-read-more:before {
  display: none;
}
.wooprex-latest-news-item .latest-news__description .wooprex-read-more:hover img {
  animation: wooprexDraw 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}

/*-- Follow us -- */
/*-- Base: mixin & variable  -- */
ul.wooprex-follow-us {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 15px;
}
ul.wooprex-follow-us li a {
  display: block;
  border: 1px solid;
  border-color: #666A79;
  color: #666A79;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  transition: all 0.6s ease;
}
ul.wooprex-follow-us li a i {
  position: relative;
  top: 2px;
}
ul.wooprex-follow-us li a:hover {
  border-color: #FF3377;
  color: #FF3377;
}
ul.wooprex-follow-us.white li a {
  background-color: #ffffff;
}

/*-- Overlay description -- */
/*-- Base: mixin & variable  -- */
.wooprex-overlay-description {
  background: linear-gradient(90.1deg, rgba(255, 51, 119, 0.7) 0.08%, rgba(255, 51, 119, 0.55908) 76.23%, rgba(255, 51, 119, 0) 99.91%);
  position: absolute;
  bottom: 0px;
  left: 10px;
  width: 800px;
  max-width: 100%;
  padding: 32px 0px;
  padding-left: 35px;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
}
.wooprex-overlay-description:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  height: 100%;
  width: 14px;
  background-color: #FF3377;
  border-right: 3px solid #ffffff;
}

/*-- counter -- */
/*-- Base: mixin & variable  -- */
section.wooprex-counter-section .counter-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.wooprex-counter-section .counter-wrapper .counter-item {
  width: 20%;
  flex: 0 0 20%;
}
section.wooprex-counter-section .counter-wrapper .counter-item p {
  margin-top: 5px;
  padding-left: 3px;
}

/*-- query -- */
/*-- Base: mixin & variable  -- */
section.wooprex-query-section {
  background-color: #FF3377;
  padding: 84px 0px;
}
section.wooprex-query-section .section-header h3 {
  color: #ffffff;
  margin-bottom: 15px;
}
section.wooprex-query-section .section-header p {
  color: #ffffff;
}
section.wooprex-query-section .lets-talk {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
}

section.wooprex-query-image {
  height: 650px;
}

/*-- Service section -- */
/*-- Base: mixin & variable  -- */
section.wooprex-service-section .service-item {
  text-align: center;
  padding: 0px 25px;
  padding-bottom: 20px;
  transition: all 0.3s ease;
  position: relative;
}
section.wooprex-service-section .service-item:before {
  content: "";
  background-color: #FF3377;
  height: 2px;
  width: 0;
  transition: all 0.6s ease;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%);
}
section.wooprex-service-section .service-item .service-description h4 {
  color: #030712;
  margin: 20px 0px;
}
section.wooprex-service-section .service-item .service-description p {
  color: #404557;
}
section.wooprex-service-section .service-item:hover:before {
  width: 100%;
}
section.wooprex-service-section .service-item:hover .service-image a {
  transform: scale(1.05);
}
section.wooprex-service-section .service-item:hover .service-description h4 a {
  color: #FF3377;
}
section.wooprex-service-section .service-item .service-image {
  overflow: hidden;
}
section.wooprex-service-section .service-item .service-image a {
  transition: all 0.6s ease;
}

/*-- Partner -- */
/*-- Base: mixin & variable  -- */
section.wooprex-partner-section .partner-wrapper .swiper-wrapper {
  align-items: center;
}
section.wooprex-partner-section .partner-wrapper .partner-item {
  text-align: center;
}
section.wooprex-partner-section .partner-wrapper .partner-item img {
  width: 150px;
  transform: translateX(0) translateZ(0) scale(1.1);
  transition: 1.2s;
}
section.wooprex-partner-section .partner-wrapper .partner-item:hover img {
  transform: translateX(-15px) translateZ(0) scale(1.1);
}

/*-- team -- */
/*-- Base: mixin & variable  -- */
/* Home - team item */
.wooprex-team-item .team-item__top {
  position: relative;
}
.wooprex-team-item .team-item__top .top__image {
  height: 400px;
  overflow: hidden;
}
.wooprex-team-item .team-item__top .top__image a {
  width: 100%;
  height: 100%;
  display: block;
}
.wooprex-team-item .team-item__top .top__image a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-team-item .team-item__top .wooprex-overlay-description {
  left: 0;
  background: linear-gradient(89.76deg, rgba(255, 51, 119, 0.7) 0.23%, rgba(255, 51, 119, 0.477085) 72.3%, rgba(255, 51, 119, 0) 99.81%);
  padding: 20px 0px;
  padding-left: 35px;
}
.wooprex-team-item:hover .wooprex-overlay-description {
  opacity: 1;
  visibility: visible;
}
.wooprex-team-item:hover .top__image a img {
  transform: scale(1.05);
}
.wooprex-team-item .team-item__bottom {
  margin-top: 20px;
}
.wooprex-team-item .team-item__bottom h4 {
  margin-bottom: 10px;
  text-transform: uppercase;
}

/* About - team */
.wooprex-about-team-section .team-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wooprex-about-team-section .team-top .top__image {
  width: 33.33%;
  flex: 0 0 33.33%;
  overflow: hidden;
  height: 100%;
}
.wooprex-about-team-section .team-top .top__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-about-team-section .team-top .top__image:hover img {
  transform: scale(1.05);
}
.wooprex-about-team-section .team-top .top__description {
  width: 66.66%;
  flex: 0 0 66.66%;
  padding-left: 20px;
}
.wooprex-about-team-section .team-top .top__description .author-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 40px;
  border-bottom: 1px solid #E1E1E1;
}
.wooprex-about-team-section .team-top .top__description .author-details .author h5 {
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #030712;
}
.wooprex-about-team-section .team-top .top__description .author-details .author p {
  color: #4B5563;
}
.wooprex-about-team-section .team-top .top__description .article {
  padding-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
}
.wooprex-about-team-section .team-bottom .about-team-slider {
  margin-left: 15px;
}

/*-- testimonial -- */
/*-- Base: mixin & variable  -- */
.wooprex-service-testimonial .header {
  max-width: 100%;
  text-align: center;
  margin-bottom: 100px;
}
.wooprex-service-testimonial .service-review-slider .service-review-item .service-review__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 40px;
}
.wooprex-service-testimonial .service-review-slider .service-review-item .service-review__top .author {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 15px;
}
.wooprex-service-testimonial .service-review-slider .service-review-item .service-review__top .review ul {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}
.wooprex-service-testimonial .service-review-slider .service-review-item .service-review__bottom {
  padding-top: 40px;
  border-top: 1px solid #666A79;
}
.wooprex-service-testimonial.dark h5,
.wooprex-service-testimonial.dark h6,
.wooprex-service-testimonial.dark p,
.wooprex-service-testimonial.dark ul li {
  color: #ffffff;
}
.wooprex-service-testimonial.light {
  position: relative;
}
.wooprex-service-testimonial.light .shape-testimonial {
  position: absolute;
  top: 0%;
  left: 0%;
  height: 100%;
}
.wooprex-service-testimonial.light .service-review-slider .service-review-item .service-review__bottom {
  border-right: 1px solid #666A79;
  padding-right: 20px;
  padding-bottom: 40px;
  position: relative;
}
.wooprex-service-testimonial.light .service-review-slider .service-review-item .service-review__bottom:before {
  content: "";
  position: absolute;
  bottom: 0%;
  right: 0%;
  background-image: url(../assets/shape/shape-12.svg);
  width: 50%;
  height: 25px;
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
}

/*-- accordion -- */
/*-- Base: mixin & variable  -- */
.wooprex-faq-full-section {
  overflow: visible;
}

/* Faq universal */
.wooprex-faq-main {
  max-width: 1095px;
  margin: 0 auto;
  padding: 80px 120px;
  border-radius: 8px;
  box-shadow: 0px 12px 28px 0px rgba(0, 0, 0, 0.0392156863);
  margin-top: -200px;
  background: #ffffff;
  z-index: 2;
  position: relative;
}
.wooprex-faq-main .section-header {
  text-align: center;
}
.wooprex-faq-main .section-header .sub-header {
  display: inline-block;
}
.wooprex-faq-main .section-header .header {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}
.wooprex-faq-main .accordion .accordion-item {
  border: none;
  padding: 25px 0px;
}
.wooprex-faq-main .accordion .accordion-item button {
  border: none;
  background: transparent;
  font-size: 20px;
  font-weight: 500;
  width: 100%;
  text-align: left;
  padding: 0px 30px;
  position: relative;
  transition: all 0.3s ease;
}
.wooprex-faq-main .accordion .accordion-item button:not(.collapsed) {
  color: #FF3377 !important;
}
.wooprex-faq-main .accordion .accordion-item button:not(.collapsed):after {
  content: "\f117";
  color: #FF3377 !important;
}
.wooprex-faq-main .accordion .accordion-item button:before {
  content: "\f111";
  font-family: "flaticon_creative";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  font-size: 22px;
}
.wooprex-faq-main .accordion .accordion-item button:after {
  content: "\f116";
  font-family: "flaticon_creative";
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  color: #000000;
  font-size: 20px;
  font-weight: 700;
}
.wooprex-faq-main .accordion .accordion-item .accordion-body {
  padding: 15px 30px;
}

/* Faq page - faq section */
section.wooprex-faq-page-section .wooprex-faq-main {
  margin: 0;
  padding: 24px;
  background-color: #F4F5F9;
  border-radius: 16px;
}
section.wooprex-faq-page-section .wooprex-faq-main .accordion {
  background-color: transparent;
  display: flex;
  flex-direction: column;
  gap: 20px;
  counter-reset: accordion-counter;
}
section.wooprex-faq-page-section .wooprex-faq-main .accordion .accordion-item {
  background-color: #ffffff;
  padding: 24px 32px;
  border-radius: 8px;
}
section.wooprex-faq-page-section .wooprex-faq-main .accordion .accordion-item button {
  font-size: 24px;
  color: #33394C;
}
section.wooprex-faq-page-section .wooprex-faq-main .accordion .accordion-item button:before {
  counter-increment: accordion-counter;
  content: counter(accordion-counter) ". ";
  font-family: "Roboto", sans-serif;
  font-size: 24px;
}
section.wooprex-faq-page-section .wooprex-faq-main .accordion .accordion-item button:after {
  font-size: 26px;
}
section.wooprex-faq-page-section .wooprex-faq-main .accordion .accordion-item .accordion-body {
  padding-left: 0;
  padding-top: 25px;
  padding-bottom: 0;
}

/*-- form -- */
/*-- Base: mixin & variable  -- */
.wooprex-blog-details .wooprex-post-comment form input {
  padding: 8px 0px;
  border: none;
  border-bottom: 1px solid #000000;
  border-radius: 0px;
  color: #494949;
}
.wooprex-blog-details .wooprex-post-comment form input::-moz-placeholder {
  color: #494949;
  letter-spacing: 1px;
  font-size: 14px;
}
.wooprex-blog-details .wooprex-post-comment form input::placeholder {
  color: #494949;
  letter-spacing: 1px;
  font-size: 14px;
}
.wooprex-blog-details .wooprex-post-comment form input:focus {
  outline: none;
  box-shadow: none;
  border-bottom: 1px solid #FF3377;
  background-color: transparent;
}
.wooprex-blog-details .wooprex-post-comment form label {
  font-size: 16px;
  line-height: 1.6rem;
  font-weight: 300;
  display: flex;
  align-items: center;
  gap: 15px;
  color: #000000;
}
.wooprex-blog-details .wooprex-post-comment form label input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 1px solid #000000;
  background-color: #ffffff;
  cursor: pointer;
  border-radius: 4px;
  position: relative;
}
.wooprex-blog-details .wooprex-post-comment form label input:checked {
  background-color: #FF3377;
  border-color: #FF3377;
}
.wooprex-blog-details .wooprex-post-comment form label input:checked::before {
  content: "✔";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
}
.wooprex-blog-details .wooprex-post-comment form .wooprex-btn {
  padding: 12px 55px;
  text-transform: uppercase;
}

/* Contact - form section */
section.wooprex-contact-form-section {
  background-color: #F6FAFF;
}
section.wooprex-contact-form-section .section-header {
  text-align: center;
  max-width: 450px;
  margin: 0 auto;
  margin-bottom: 80px;
}
section.wooprex-contact-form-section .section-header .header {
  max-width: 100%;
  margin-bottom: 20px;
}
section.wooprex-contact-form-section form {
  max-width: 870px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
  row-gap: 30px;
}
section.wooprex-contact-form-section form .row {
  width: 100%;
}
section.wooprex-contact-form-section form button.wooprex-btn {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding: 13px 35px;
}

/*-- popup -- */
/*-- Base: mixin & variable  -- */
section.wooprex-popup-section .popup-main {
  position: relative;
}
section.wooprex-popup-section .popup-main img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-popup-section .popup-main .popup-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
section.wooprex-popup-section .popup-main .popup-text h3.header {
  margin-bottom: 20px;
  color: #FF3377;
}
section.wooprex-popup-section .popup-main .popup-text .popup-media-player {
  text-align: center;
}
section.wooprex-popup-section .popup-main .popup-text .popup-media-player a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
section.wooprex-popup-section .popup-main .popup-text .popup-media-player a span.player {
  border: 2px solid #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
}
section.wooprex-popup-section .popup-main .popup-text .popup-media-player a span.player span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 15px solid #FF3377;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  transition: all 0.3s ease;
}
section.wooprex-popup-section .popup-main .popup-text .popup-media-player a span.watch {
  text-decoration: underline;
  color: #FF3377;
}
section.wooprex-popup-section .popup-main .popup-text .popup-media-player a:hover span.player span {
  transform: scale(1.15);
}

/*-- comment -- */
/*-- Base: mixin & variable  -- */
.wooprex-blog-comment {
  padding: 50px 0px;
  padding-top: 120px;
}
.wooprex-blog-comment h3 {
  margin-bottom: 70px;
}
.wooprex-blog-comment .comment-item {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
.wooprex-blog-comment .comment-item .author-avatar {
  border-radius: 50%;
  width: 78px;
  height: 78px;
  overflow: hidden;
}
.wooprex-blog-comment .comment-item .author-avatar a {
  display: block;
  width: 100%;
  height: 100%;
}
.wooprex-blog-comment .comment-item .author-avatar a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-blog-comment .comment-item .author-comment {
  width: 90%;
}
.wooprex-blog-comment .comment-item .author-comment h5 {
  margin-top: 15px;
  margin-bottom: 10px;
}
.wooprex-blog-comment .comment-item .author-comment span.date {
  letter-spacing: 2px;
}
.wooprex-blog-comment .comment-item .author-comment p {
  margin-top: 40px;
  line-height: 1.3rem;
}
.wooprex-blog-comment .comment-item .author-comment .wooprex-btn {
  padding: 5px 42px;
  text-transform: uppercase;
  font-size: 14px;
  background-color: transparent;
  color: #FF3377;
  margin-top: 20px;
  border-radius: 4px;
}
.wooprex-blog-comment .comment-item .author-comment .wooprex-btn:hover {
  background-color: #FF3377;
  color: #ffffff;
}
.wooprex-blog-comment .reply-comment {
  margin-left: 11%;
  margin-top: 50px;
}

/* Post comment */
.wooprex-post-comment h3 {
  color: #000000;
  margin-bottom: 15px;
}
.wooprex-post-comment p {
  color: #4B5563;
}
.wooprex-post-comment form {
  margin-top: 60px;
}

/*-- marquee -- */
/*-- Base: mixin & variable  -- */
section.wooprex-marque-section .marque-wrapper {
  display: flex;
  gap: 10px;
  transition: animation-duration 300ms;
}
section.wooprex-marque-section .marque-wrapper .marque-item {
  height: 460px;
  overflow: hidden;
  width: 25%;
  flex: 0 0 25%;
}
section.wooprex-marque-section .marque-wrapper .marque-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-marque-section .marque-wrapper.marque-top {
  margin-bottom: 10px;
  animation: slideLeft 15s linear infinite;
}
section.wooprex-marque-section .marque-wrapper.marque-bottom {
  flex-direction: row-reverse;
  animation: slideRight 15s linear infinite;
}
section.wooprex-marque-section .marque-wrapper:hover {
  animation-play-state: paused;
}
section.wooprex-marque-section.single .marque-wrapper {
  gap: 45px;
  animation: slideLeft 15s linear infinite;
}
section.wooprex-marque-section.single .marque-wrapper:hover {
  animation-play-state: paused;
}

@keyframes slideLeft {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes slideRight {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(100%);
  }
}
/*-- news events -- */
/*-- Base: mixin & variable  -- */
.wooprex-latest-news-item .latest-news__image {
  height: 450px;
  overflow: hidden;
}
.wooprex-latest-news-item .latest-news__image a {
  width: 100%;
  height: 100%;
  display: block;
}
.wooprex-latest-news-item .latest-news__image a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-latest-news-item:hover .latest-news__image a img {
  transform: scale(1.05);
}
.wooprex-latest-news-item:hover .latest-news__description h3 a {
  color: #FF3377;
}
.wooprex-latest-news-item .latest-news__state {
  margin: 25px 0px;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 60px;
  color: #666A79;
}
.wooprex-latest-news-item .latest-news__state .date i {
  margin-right: 7px;
  position: relative;
  top: 2px;
}
.wooprex-latest-news-item .latest-news__state .author p, .wooprex-latest-news-item .latest-news__state .author a {
  color: #666A79;
}
.wooprex-latest-news-item .latest-news__description {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;
  gap: 15px;
}
.wooprex-latest-news-item .latest-news__description h3 {
  line-height: 1.5em;
}
.wooprex-latest-news-item .latest-news__description p {
  color: #404557;
}

/*-- wooprex sidebar -- */
/*-- Base: mixin & variable  -- */
.wooprex-sidebar {
  padding-left: 30px;
}
.wooprex-sidebar .wooprex-sidebar-search .search-main {
  position: relative;
}
.wooprex-sidebar .wooprex-sidebar-search .search-main input {
  padding: 10px;
  padding-left: 40px;
  border-radius: 48px;
  max-width: 320px;
}
.wooprex-sidebar .wooprex-sidebar-search .search-main input::-moz-placeholder {
  font-size: 14px;
}
.wooprex-sidebar .wooprex-sidebar-search .search-main input::placeholder {
  font-size: 14px;
}
.wooprex-sidebar .wooprex-sidebar-search .search-main button {
  background: transparent;
  border: none;
  font-size: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-45%);
  left: 10px;
}
.wooprex-sidebar .wooprex-sidebar-latest-post {
  padding: 40px 0px;
}
.wooprex-sidebar .wooprex-sidebar-latest-post ul li {
  margin-bottom: 20px;
}
.wooprex-sidebar .wooprex-sidebar-latest-post ul li:last-child {
  margin-bottom: 0;
}
.wooprex-sidebar .wooprex-sidebar-latest-post ul li a .latest-post-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.wooprex-sidebar .wooprex-sidebar-latest-post ul li a .latest-post-item .post-thumbnail {
  height: 80px;
  overflow: hidden;
}
.wooprex-sidebar .wooprex-sidebar-latest-post ul li a .latest-post-item .post-thumbnail img {
  width: 100%;
  height: 100%;
}
.wooprex-sidebar .wooprex-sidebar-latest-post ul li a .latest-post-item .post-thumbnail:hover img {
  transform: scale(1.05);
}
.wooprex-sidebar .wooprex-sidebar-latest-post ul li a .latest-post-item p.date {
  color: #666A79;
}
.wooprex-sidebar .wooprex-sidebar-tags {
  padding-top: 40px;
}
.wooprex-sidebar .wooprex-sidebar-tags ul {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
  gap: 15px;
}
.wooprex-sidebar .wooprex-sidebar-tags ul li {
  font-size: 14px;
  font-weight: 300;
}
.wooprex-sidebar .wooprex-sidebar-tags ul li a {
  text-transform: lowercase;
  padding: 4px 8px;
  background-color: #F8F7F8;
  border-radius: 56px;
}
.wooprex-sidebar .wooprex-sidebar-tags ul li a:hover {
  background-color: #FF3377;
  color: #ffffff;
}
.wooprex-sidebar .wooprex-sidebar-category,
.wooprex-sidebar .wooprex-sidebar-archive {
  padding: 40px 0px;
}
.wooprex-sidebar .wooprex-sidebar-category ul li,
.wooprex-sidebar .wooprex-sidebar-archive ul li {
  margin-bottom: 20px;
  font-size: 14px;
}
.wooprex-sidebar .wooprex-sidebar-category ul li:last-child,
.wooprex-sidebar .wooprex-sidebar-archive ul li:last-child {
  margin-bottom: 0;
}
.wooprex-sidebar .wooprex-sidebar-category ul li a,
.wooprex-sidebar .wooprex-sidebar-archive ul li a {
  color: #000000;
}
.wooprex-sidebar ul li a:hover {
  color: #FF3377;
}
.wooprex-sidebar h4 {
  margin-bottom: 35px;
}
.wooprex-sidebar .wooprex-sidebar-contact {
  margin: 40px 0px;
  position: relative;
}
.wooprex-sidebar .wooprex-sidebar-contact:before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  z-index: 1;
  width: 100%;
  height: 100%;
}
.wooprex-sidebar .wooprex-sidebar-contact .contact-text {
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 20px 30px;
  z-index: 2;
}
.wooprex-sidebar .wooprex-sidebar-contact .contact-text h5 {
  color: #ffffff;
  margin-bottom: 15px;
}
.wooprex-sidebar .wooprex-sidebar-contact .contact-text a {
  color: #FF3377;
}
.wooprex-sidebar .wooprex-sidebar-contact .contact-text a i {
  margin-right: 6px;
}
.wooprex-sidebar .wooprex-sidebar-contact .contact-text a:hover {
  color: #ffffff;
}

/*-- bottom to top -- */
/*-- Base: mixin & variable  -- */
#topButton {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #FFE2EC;
  padding: 0;
  cursor: pointer;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
#topButton .progress-circle {
  width: 100%;
  height: 100%;
}
#topButton .progress-circle .progress-svg {
  width: 100%;
  height: 100%;
}
#topButton .progress-circle .progress-svg .progress-background {
  fill: none;
  stroke: #000000;
  stroke-width: 4;
}
#topButton .progress-circle .progress-svg .progress-bar {
  fill: none;
  stroke: #FF3377;
  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: #FF3377;
  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;
}

/*-- preload Animation -- */
/*-- Base: mixin & variable  -- */
@keyframes loopRound {
  0% {
    transform: rotate(-70deg);
  }
  100% {
    transform: rotate(70deg);
  }
}
@keyframes wooprexDraw {
  0%, 100% {
    clip-path: inset(0 0 0 0);
  }
  42% {
    clip-path: inset(0 0 0 100%);
  }
  43% {
    clip-path: inset(0 100% 0 0);
  }
}
/*-- 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 #FF3377;
  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);
  }
}
/*-- Pagination -- */
/*-- Base: mixin & variable  -- */
/* Blog pagination */
.wooprex-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 100px;
}
.wooprex-pagination a {
  display: block;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 50%;
  transition: all 0.3s ease;
  border: 1px solid;
  border-color: #000000;
  color: #000000;
}
.wooprex-pagination a span {
  display: block;
}
.wooprex-pagination a.active, .wooprex-pagination a:hover {
  border-color: #FF3377;
  color: #FF3377;
}
.wooprex-pagination a.prev, .wooprex-pagination a.next {
  line-height: 3;
}
.wooprex-pagination a.prev span img, .wooprex-pagination a.next span img {
  width: 30px;
  height: 30px;
}
.wooprex-pagination a.prev span .btn-image-color, .wooprex-pagination a.next span .btn-image-color {
  display: none;
}
.wooprex-pagination a.prev:hover span img, .wooprex-pagination a.next:hover span img {
  animation: wooprexDraw 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}
.wooprex-pagination a.prev:hover span .btn-image-color, .wooprex-pagination a.next:hover span .btn-image-color {
  display: inline-block;
}
.wooprex-pagination a.prev:hover span .btn-image-black, .wooprex-pagination a.next:hover span .btn-image-black {
  display: none;
}
.wooprex-pagination a.prev {
  margin-right: 30px;
}
.wooprex-pagination a.prev span .btn-image-color {
  transform: scaleX(-1);
}
.wooprex-pagination a.next {
  margin-left: 30px;
}

/*-- All pages styles -- */
/*-- home page -- */
/*-- Base: mixin & variable  -- */
section.wooprex-banner-section {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
section.wooprex-banner-section .banner-wrapper {
  display: flex;
  align-items: start;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
section.wooprex-banner-section .banner-wrapper .banner-text, section.wooprex-banner-section .banner-wrapper .banner-image {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
}
section.wooprex-banner-section .banner-wrapper .banner-text {
  padding-left: calc((100% - 1340px) / 2);
  margin-top: 40px;
  position: relative;
  z-index: 3;
}
section.wooprex-banner-section .banner-wrapper .banner-text h1 {
  text-wrap: nowrap;
  position: relative;
  z-index: 2;
}
section.wooprex-banner-section .banner-wrapper .banner-text p {
  padding-left: 350px;
  margin-right: 20px;
  margin-top: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #666A79;
}
section.wooprex-banner-section .banner-wrapper .banner-text p:before {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0%;
  width: 60%;
  height: 1px;
  background-color: #000000;
}
section.wooprex-banner-section .banner-wrapper .banner-text p.wooprex-visible:before {
  max-width: 0;
  transition: 3s;
}
section.wooprex-banner-section .banner-wrapper .banner-text p.wooprex-visible.animated:before {
  max-width: 100%;
}
section.wooprex-banner-section .banner-wrapper .banner-text .banner-follow-us {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 60px;
  gap: 130px;
}
section.wooprex-banner-section .banner-wrapper .shape-image {
  position: absolute;
  left: -200px;
  top: 20%;
  overflow: visible;
  pointer-events: none;
  animation: loopRound 20s ease-in infinite alternate;
}
section.wooprex-banner-section .banner-wrapper .banner-image {
  margin-top: 50px;
}

/* Service top shape */
section.wooprex-home-service-shape {
  padding-left: calc((100% - 1650px) / 2);
  position: relative;
  overflow: visible;
  margin-bottom: 40px;
  pointer-events: none;
}
section.wooprex-home-service-shape .shape-image {
  position: absolute;
}

/* Home - about us */
section.wooprex-home-about-section {
  background-color: #FFF5F9;
}
section.wooprex-home-about-section .section-header, section.wooprex-home-about-section .about-image {
  position: relative;
  z-index: 3;
}
section.wooprex-home-about-section .section-header .header, section.wooprex-home-about-section .about-image .header {
  max-width: 700px;
}
section.wooprex-home-about-section .about-image {
  overflow: hidden;
  height: 100%;
}
section.wooprex-home-about-section .about-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-home-about-section .about-image:hover img {
  transform: scale(1.05);
}
section.wooprex-home-about-section .shape-image {
  position: absolute;
  top: 0px;
  right: 60px;
  pointer-events: none;
}
section.wooprex-home-about-section .about-description {
  position: relative;
  z-index: 2;
  padding-left: 80px;
}
section.wooprex-home-about-section .about-description p {
  color: #4B5563;
}
section.wooprex-home-about-section .about-description h6 {
  margin-top: 40px;
  margin-bottom: 60px;
  color: #4B5563;
  line-height: 1.3em;
}

/* Wooprex home - project section */
section.wooprex-project-section .project-bottom .project-item {
  position: relative;
}
section.wooprex-project-section .project-bottom .project-item a {
  display: block;
  width: 100%;
  height: 100%;
}
section.wooprex-project-section .project-bottom .project-item .project-image {
  height: 580px;
  overflow: hidden;
}
section.wooprex-project-section .project-bottom .project-item .project-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}
section.wooprex-project-section .project-bottom .project-item .wooprex-overlay-description h5,
section.wooprex-project-section .project-bottom .project-item .wooprex-overlay-description p {
  color: #ffffff;
}
section.wooprex-project-section .project-bottom .project-item .wooprex-overlay-description p {
  max-width: 300px;
  margin-top: 10px;
}
section.wooprex-project-section .project-bottom .project-item .wooprex-overlay-description h5 {
  position: relative;
  display: inline-block;
}
section.wooprex-project-section .project-bottom .project-item .wooprex-overlay-description h5:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -65%;
  width: 40px;
  height: 2px;
  background-color: #ffffff;
}
section.wooprex-project-section .project-bottom .project-item:hover .wooprex-overlay-description {
  bottom: 10px;
  opacity: 1;
  visibility: visible;
}
section.wooprex-project-section .project-bottom .project-item:hover .project-image img {
  transform: scale(1.05);
}

/* Wooprex home - service section */
section.wooprex-home-service-section {
  background-color: #030712;
}
section.wooprex-home-service-section .header {
  color: #ffffff;
}
section.wooprex-home-service-section .service-main {
  display: flex;
  gap: 20px;
  border-bottom: 1px solid #666A79;
}
section.wooprex-home-service-section .service-main .service-main-wrapper {
  display: flex;
  row-gap: 50px;
  position: relative;
  flex-wrap: wrap;
}
section.wooprex-home-service-section .service-main .service-main-wrapper .service-item-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 50%;
  flex: 0 0 50%;
  position: relative;
}
section.wooprex-home-service-section .service-main .service-main-wrapper .service-item-wrapper .service-count h3 {
  transition: all 0.3s ease;
  color: #666A79;
}
section.wooprex-home-service-section .service-main .service-main-wrapper .service-item-wrapper .service-description .description-text {
  width: 65%;
}
section.wooprex-home-service-section .service-main .service-main-wrapper .service-item-wrapper .service-description .description-text h4 {
  font-size: 24px;
  margin-bottom: 15px;
}
section.wooprex-home-service-section .service-main .service-main-wrapper .service-item-wrapper .service-description .description-text h4 a {
  color: #ffffff;
}
section.wooprex-home-service-section .service-main .service-main-wrapper .service-item-wrapper .service-description .description-text p {
  color: #8C8F9A;
  font-size: 14px;
}
section.wooprex-home-service-section .service-main .service-main-wrapper .service-item-wrapper .service-description .description-image {
  width: 28%;
  height: 0;
  position: absolute;
  top: 0%;
  right: 0%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
}
section.wooprex-home-service-section .service-main .service-main-wrapper .service-item-wrapper .service-description .description-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
section.wooprex-home-service-section .service-main .service-main-wrapper .service-item-wrapper.active .service-count h3 {
  color: #ffffff;
}
section.wooprex-home-service-section .service-main .service-main-wrapper .service-item-wrapper.active .service-description .description-image {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
section.wooprex-home-service-section .service-main .service-main-wrapper .service-item-wrapper.active .service-description .description-text h4 a {
  color: #FF3377;
}

/*-- about page -- */
/*-- Base: mixin & variable  -- */
/* About - service section */
section.wooprex-about-service-section .header {
  max-width: 750px;
}
section.wooprex-about-service-section .service-main .service-main-wrapper {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;
  row-gap: 120px;
}
section.wooprex-about-service-section .service-main .service-main-wrapper .service-item-wrapper {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
  width: 100%;
  position: relative;
}
section.wooprex-about-service-section .service-main .service-main-wrapper .service-item-wrapper .service-description .description-text {
  max-width: 400px;
  position: relative;
}
section.wooprex-about-service-section .service-main .service-main-wrapper .service-item-wrapper .service-description .description-text:after {
  content: "";
  width: 0;
  height: 1px;
  background-color: #030712;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
section.wooprex-about-service-section .service-main .service-main-wrapper .service-item-wrapper .service-description .description-text h4 {
  margin-bottom: 10px;
  transition: all 0.3s ease;
}
section.wooprex-about-service-section .service-main .service-main-wrapper .service-item-wrapper .service-description .description-text h4:hover a {
  color: #FF3377;
}
section.wooprex-about-service-section .service-main .service-main-wrapper .service-item-wrapper .service-description .description-text p {
  color: #8C8F9A;
}
section.wooprex-about-service-section .service-main .service-main-wrapper .service-item-wrapper .service-description .description-image {
  position: absolute;
  top: 0%;
  right: 0%;
  width: 0px;
  height: 500px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
  transform-origin: left;
  z-index: 99;
}
section.wooprex-about-service-section .service-main .service-main-wrapper .service-item-wrapper .service-description .description-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
section.wooprex-about-service-section .service-main .service-main-wrapper .service-item-wrapper .service-description.active .description-text:after {
  opacity: 1;
  visibility: visible;
  width: 200px;
}
section.wooprex-about-service-section .service-main .service-main-wrapper .service-item-wrapper .service-description.active .description-image {
  opacity: 1;
  visibility: visible;
  width: 600px;
  transform-origin: left;
}
section.wooprex-about-service-section .service-main .service-main-wrapper .service-item-wrapper:nth-child(3) .service-description .description-image {
  top: -190px;
}
section.wooprex-about-service-section .service-main .service-main-wrapper .service-item-wrapper:last-child .service-description .description-image {
  bottom: 0;
  top: inherit;
}

/*-- services page -- */
/*-- Base: mixin & variable  -- */
section.wooprex-choose-section {
  position: relative;
}
section.wooprex-choose-section .shape-choose {
  position: absolute;
  bottom: 0%;
  right: 0%;
}
section.wooprex-choose-section .choose-description {
  height: 100%;
  padding-left: 100px;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  row-gap: 30px;
  position: relative;
  z-index: 3;
}
section.wooprex-choose-section .choose-image {
  overflow: hidden;
  padding-right: 10px;
}
section.wooprex-choose-section .choose-image:hover img {
  transform: translateX(10px);
}

/* Service - success section */
section.wooprex-success-section .success-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.wooprex-success-section .success-main .success-description,
section.wooprex-success-section .success-main .success-image {
  width: 50%;
}
section.wooprex-success-section .success-main .success-description img,
section.wooprex-success-section .success-main .success-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-success-section .success-main .success-description {
  padding-left: calc((100% - 1340px) / 2);
}
section.wooprex-success-section .success-main .success-description .choose-text-top {
  max-width: 400px;
  margin: 80px 0px;
}
section.wooprex-success-section .success-main .success-description .choose-text-top h4 {
  line-height: 1.3em;
  margin-bottom: 30px;
}
section.wooprex-success-section .success-main .success-description .choose-text-top p {
  color: #404557;
  line-height: 1.4em;
}

.wooprex-choose-progress-main {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
  max-width: 80%;
}
.wooprex-choose-progress-main .progress-item {
  width: 40%;
  flex: 0 0 40%;
  text-align: center;
}
.wooprex-choose-progress-main .progress-item .choose-progress {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
  padding: 40px;
  max-width: 200px;
  height: 200px;
}
.wooprex-choose-progress-main .progress-item .choose-progress:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 98.5%;
  height: 98.5%;
  background: #fff;
  border-radius: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.wooprex-choose-progress-main .progress-item .choose-progress p {
  position: relative;
  z-index: 3;
}
.wooprex-choose-progress-main .progress-item .choose-progress span.counter-text {
  line-height: 1;
  position: relative;
  z-index: 3;
}

/*-- service details page -- */
/*-- Base: mixin & variable  -- */
section.wooprex-service-details-section .section-header {
  margin-bottom: 60px;
}
section.wooprex-service-details-section .section-header .header {
  margin-bottom: 30px;
  color: #4B5563;
}
section.wooprex-service-details-section .section-header p {
  max-width: 650px;
  color: #4B5563;
}
section.wooprex-service-details-section .service-details-main-wrapper .thumbnail-description {
  margin: 40px 0px 100px 0px;
}
section.wooprex-service-details-section .service-details-main-wrapper .thumbnail-description article p {
  font-size: 24px;
  max-width: 650px;
  line-height: 1.6em;
}
section.wooprex-service-details-section .service-details-main-wrapper .thumbnail-description .details {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
section.wooprex-service-details-section .service-details-main-wrapper .thumbnail-description .details h4, section.wooprex-service-details-section .service-details-main-wrapper .thumbnail-description .details p {
  font-size: 24px;
}
section.wooprex-service-details-section .service-details-main-wrapper .thumbnail-description .details p {
  margin-bottom: 10px;
  color: #797385;
}
section.wooprex-service-details-section .service-details-main-wrapper .service-item-description {
  margin-bottom: 120px;
}
section.wooprex-service-details-section .service-details-main-wrapper .service-item-description .description-left h2 {
  font-size: 72px;
  color: #050E47;
  line-height: 1em;
  margin-bottom: 25px;
}
section.wooprex-service-details-section .service-details-main-wrapper .service-item-description .description-left p {
  color: #5C5C75;
  font-size: 18px;
  line-height: 1.8em;
}
section.wooprex-service-details-section .service-details-main-wrapper .service-item-description .description-right h4 {
  margin-bottom: 40px;
  margin-top: 10px;
}
section.wooprex-service-details-section .service-details-main-wrapper .service-item-description .description-right .item-list {
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 80px;
}
section.wooprex-service-details-section .service-details-main-wrapper .service-item-description .description-right .item-list ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
section.wooprex-service-details-section .service-details-main-wrapper .service-item-description .description-right .item-list ul li {
  font-size: 24px;
  color: #5C5C75;
}
section.wooprex-service-details-section .image-wrapper {
  margin-bottom: 40px;
}
section.wooprex-service-details-section .image-wrapper .row > div:first-child {
  padding-right: 20px;
}
section.wooprex-service-details-section .image-wrapper .row > div:last-child {
  padding-left: 20px;
}
section.wooprex-service-details-section .image-wrapper .service-details-image {
  height: 650px;
  overflow: hidden;
}
section.wooprex-service-details-section .image-wrapper .service-details-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-service-details-section .image-wrapper .service-details-image:hover img {
  transform: scale(1.05);
}

section.wooprex-service-video {
  height: 750px;
}
section.wooprex-service-video .overlay-image {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
section.wooprex-service-video .overlay-image img {
  position: relative;
  z-index: 2;
}
section.wooprex-service-video .overlay-image span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 170px;
  height: 170px;
  display: block;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #FF3377;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 51, 119, 0.1490196078);
}
section.wooprex-service-video .overlay-image span i {
  color: #FF3377;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.wooprex-service-video .overlay-image span:hover i {
  transform: scale(1.2);
}
section.wooprex-service-video video.playing {
  display: block;
}
section.wooprex-service-video .overlay-image.hidden {
  display: none;
}

/*-- contact page -- */
/*-- Base: mixin & variable  -- */
section.wooprex-contact-location-section .contact-item {
  text-align: center;
}
section.wooprex-contact-location-section .contact-item i {
  font-size: 45px;
  margin-bottom: 30px;
  display: inline-block;
}
section.wooprex-contact-location-section .contact-item h6 {
  margin-bottom: 15px;
}
section.wooprex-contact-location-section .contact-item ul li a {
  font-weight: 500;
}
section.wooprex-contact-location-section .contact-item ul li a:hover {
  color: #FF3377;
}

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

/*-- pricing page -- */
/*-- Base: mixin & variable  -- */
/* About - service section */
section.wooprex-pricing-service-section {
  overflow: visible;
  position: relative;
}
section.wooprex-pricing-service-section img.price-service-shape {
  position: absolute;
  bottom: 0%;
  right: 0%;
}
section.wooprex-pricing-service-section .header {
  max-width: 750px;
}
section.wooprex-pricing-service-section .service-main .service-main-wrapper {
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 30px;
}
section.wooprex-pricing-service-section .service-main .service-main-wrapper .service-item-wrapper {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  position: relative;
}
section.wooprex-pricing-service-section .service-main .service-main-wrapper .service-item-wrapper .service-description .description-text {
  max-width: 400px;
  position: relative;
}
section.wooprex-pricing-service-section .service-main .service-main-wrapper .service-item-wrapper .service-description .description-text h4 {
  margin-bottom: 10px;
  transition: all 0.3s ease;
}
section.wooprex-pricing-service-section .service-main .service-main-wrapper .service-item-wrapper .service-description .description-text h4:hover a {
  color: #FF3377;
}
section.wooprex-pricing-service-section .service-main .service-main-wrapper .service-item-wrapper .service-description .description-text p {
  color: #8C8F9A;
}
section.wooprex-pricing-service-section .service-main .service-main-wrapper .service-item-wrapper .service-description .description-image {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 55%;
  width: 100%;
  height: 0px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
  z-index: 99;
}
section.wooprex-pricing-service-section .service-main .service-main-wrapper .service-item-wrapper .service-description .description-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
section.wooprex-pricing-service-section .service-main .service-main-wrapper .service-item-wrapper:hover .description-image {
  opacity: 1;
  visibility: visible;
  height: 200px;
}

/* Pricing service */
section.wooprex-pricing-section .section-header {
  text-align: center;
}
section.wooprex-pricing-section .section-header .sub-header {
  display: inline-block;
}
section.wooprex-pricing-section .section-header .header {
  margin-left: auto;
  margin-right: auto;
}
section.wooprex-pricing-section .wooprex-pricing-item {
  background-color: #ffffff;
  border: 1px solid #E8E2D1;
  border-radius: 16px;
  padding: 40px;
  padding-bottom: 20px;
  min-height: 700px;
  position: relative;
}
section.wooprex-pricing-section .wooprex-pricing-item .pricing-top {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 30px;
}
section.wooprex-pricing-section .wooprex-pricing-item .pricing-top h5 {
  color: #000000;
  margin-bottom: 15px;
}
section.wooprex-pricing-section .wooprex-pricing-item .pricing-top h3 {
  color: #000000;
}
section.wooprex-pricing-section .wooprex-pricing-item .pricing-top h3 span:last-child {
  color: #404557;
}
section.wooprex-pricing-section .wooprex-pricing-item ul li {
  padding-left: 22px;
  margin-bottom: 15px;
  position: relative;
  color: #000000;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.6;
}
section.wooprex-pricing-section .wooprex-pricing-item ul li::before {
  content: "\f118";
  font-family: "flaticon_creative";
  position: absolute;
  top: 0%;
  left: 0%;
  top: calc(5% - 1px);
  font-size: 15px;
}
section.wooprex-pricing-section .wooprex-pricing-item .wooprex-btn {
  position: absolute;
  bottom: 20px;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  padding: 13px;
}
section.wooprex-pricing-section .wooprex-pricing-item.dark {
  background-color: #FEF1F6;
  border: 1px solid #FEF1F6;
}

/*-- team page -- */
/*-- Base: mixin & variable  -- */
section.wooprex-team-list-section .section-header {
  margin-bottom: 60px;
}
section.wooprex-team-list-section .section-header .header {
  margin-bottom: 20px;
}
section.wooprex-team-list-section .section-header p {
  max-width: 550px;
  color: #000000;
}
section.wooprex-team-list-section .row {
  row-gap: 50px;
}
section.wooprex-team-list-section .shape-image {
  position: absolute;
  top: 60px;
  right: -40px;
  filter: grayscale(1);
  pointer-events: none;
  opacity: 0.6;
}

/*-- blog pages -- */
/*-- Base: mixin & variable  -- */
section.wooprex-blog-list-section .latest-news-wrapper .row {
  row-gap: 120px;
}

/*-- blog details page -- */
/*-- Base: mixin & variable  -- */
.wooprex-blog-header .header {
  max-width: 900px;
  margin-bottom: 60px;
  line-height: 1.3em;
}

.wooprex-blog-details .wooprex-blog-date {
  margin-top: 20px;
}
.wooprex-blog-details .wooprex-blog-date ul {
  display: flex;
  align-items: center;
  justify-content: start;
}
.wooprex-blog-details .wooprex-blog-date ul li {
  padding: 0px 15px;
  position: relative;
  color: #8C8F9A;
}
.wooprex-blog-details .wooprex-blog-date ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  width: 1px;
  height: 10px;
  background: #8C8F9A;
}
.wooprex-blog-details .wooprex-blog-date ul li:first-child {
  padding-left: 0;
}
.wooprex-blog-details .wooprex-blog-date ul li:first-child:before {
  display: none;
}
.wooprex-blog-details .wooprex-blog-thumbnail,
.wooprex-blog-details .wooprex-blog-image {
  height: 580px;
  overflow: hidden;
}
.wooprex-blog-details .wooprex-blog-thumbnail img,
.wooprex-blog-details .wooprex-blog-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translateX(0) translateZ(0) scale(1.1);
  transition: 1.2s;
}
.wooprex-blog-details .wooprex-blog-thumbnail:hover img,
.wooprex-blog-details .wooprex-blog-image:hover img {
  transform: translateX(-15px) translateZ(0) scale(1.1);
}
.wooprex-blog-details .wooprex-blog-quote {
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFD2E1;
  position: relative;
  margin-bottom: 60px;
}
.wooprex-blog-details .wooprex-blog-quote blockquote {
  line-height: 1.6rem;
  text-align: center;
  color: #000000;
  width: 700px;
}
.wooprex-blog-details .wooprex-blog-quote:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 32px;
  height: 55px;
  width: 65px;
  background: url(../assets/shape/blockquote-shape.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.wooprex-blog-details .wooprex-blog-image {
  height: 275px;
}
.wooprex-blog-details .wooprex-blog-description p {
  color: #030712;
}
.wooprex-blog-details .wooprex-blog-header,
.wooprex-blog-details .wooprex-blog-date,
.wooprex-blog-details .wooprex-blog-description,
.wooprex-blog-details .wooprex-blog-image,
.wooprex-blog-details .wooprex-blog-comment {
  margin-bottom: 30px;
}

/*-- coming soon page -- */
/*-- Base: mixin & variable  -- */
section.wooprex-coming-soon-section {
  height: 100vh;
}
section.wooprex-coming-soon-section:before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #030712;
  opacity: 0.8;
  z-index: 1;
}
section.wooprex-coming-soon-section .coming-soon-main-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
section.wooprex-coming-soon-section .coming-soon-main-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-coming-soon-section .coming-soon-main-wrapper h1 {
  color: #ffffff;
  margin: 40px 0px 50px 0px;
  font-size: 112px;
  font-weight: 400;
}
section.wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 140px;
}
section.wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown .item span, section.wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown .item h4 {
  color: #ffffff;
}
section.wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown .item span {
  font-size: 56px;
  font-weight: 700;
  display: block;
  line-height: 1.4em;
}
section.wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown .item h4 {
  font-size: 16px;
  font-weight: 400;
  margin-top: 20px;
}

/*-- 404 error page -- */
/*-- Base: mixin & variable  -- */
section.wooprex-error-section {
  background-image: url();
}
section.wooprex-error-section:before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #030712;
  opacity: 0.8;
  z-index: 1;
}
section.wooprex-error-section .error-wrapper-main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
}
section.wooprex-error-section .error-wrapper-main h1, section.wooprex-error-section .error-wrapper-main h3, section.wooprex-error-section .error-wrapper-main p {
  color: #ffffff;
}
section.wooprex-error-section .error-wrapper-main h1 {
  font-size: 200px;
  margin-bottom: 10px;
}
section.wooprex-error-section .error-wrapper-main p {
  margin: 30px 0px 150px 0px;
  max-width: 500px;
}
section.wooprex-error-section .error-wrapper-main .wooprex-btn {
  padding: 12px 55px;
  background-color: transparent;
  border-color: #ffffff;
}
section.wooprex-error-section .error-wrapper-main .wooprex-btn:hover {
  border-color: #FF3377;
}

/*-- faq page -- */
/*-- Base: mixin & variable  -- */
section.wooprex-faq-page-section .section-header {
  margin-bottom: 40px;
}
section.wooprex-faq-page-section .section-header .header {
  margin-bottom: 20px;
}
section.wooprex-faq-page-section .section-header p {
  max-width: 500px;
  color: #666A79;
}
section.wooprex-faq-page-section .faq-right {
  padding: 10px;
  background-color: #F4F5F9;
  border-radius: 16px;
  height: 100%;
}
section.wooprex-faq-page-section .faq-right .faq-right-image {
  border-radius: 8px;
  overflow: hidden;
  height: 62%;
}
section.wooprex-faq-page-section .faq-right .faq-right-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-faq-page-section .faq-right .faq-right-image:hover img {
  transform: scale(1.1);
}
section.wooprex-faq-page-section .faq-right .faq-right-description {
  padding: 20px 0px;
  padding-right: 30px;
  position: relative;
  height: 38%;
  margin: 0px 20px;
}
section.wooprex-faq-page-section .faq-right .faq-right-description h3 {
  margin-bottom: 20px;
}
section.wooprex-faq-page-section .faq-right .faq-right-description .wooprex-btn {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 0;
}

/*-- Case study page -- */
/*-- Base: mixin & variable  -- */
section.wooprex-case-study-section .section-header {
  margin-bottom: 60px;
}
section.wooprex-case-study-section .section-header .header {
  margin-bottom: 20px;
}
section.wooprex-case-study-section .section-header p {
  max-width: 500px;
  color: #000000;
}
section.wooprex-case-study-section .row {
  row-gap: 50px;
}
section.wooprex-case-study-section .row > div {
  padding: 0px 20px;
}

.wooprex-case-study-item .case-study-image {
  height: 455px;
  overflow: hidden;
  margin: 0px 25px;
}
.wooprex-case-study-item .case-study-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.wooprex-case-study-item .case-study-image a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-case-study-item:hover .case-study-image img {
  transform: scale(1.1);
}
.wooprex-case-study-item:hover .case-study-description {
  box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.0392156863);
  background-color: #ffffff;
}
.wooprex-case-study-item:hover .case-study-description .details h4 a {
  color: #FF3377;
}
.wooprex-case-study-item .case-study-description {
  padding: 30px 25px;
  padding-top: 150px;
  margin-top: -120px;
  background-color: #F2F2F2;
  display: flex;
  align-items: end;
  justify-content: start;
  gap: 60px;
}
.wooprex-case-study-item .case-study-description .details a {
  color: #4B5563;
}
.wooprex-case-study-item .case-study-description .details h4 {
  font-size: 24px;
  font-weight: 600;
  margin: 10px 0px;
}
.wooprex-case-study-item .case-study-description .details h4 a {
  color: #030712;
}
.wooprex-case-study-item .case-study-description .details p {
  color: #4B5563;
}

/*-- Case study Details page -- */
/*-- Base: mixin & variable  -- */
section.wooprex-case-study-details-section .case-study-details-top {
  margin-bottom: 60px;
}
section.wooprex-case-study-details-section .case-study-details-top .section-header .header {
  margin-bottom: 30px;
  max-width: 100%;
}
section.wooprex-case-study-details-section .case-study-details-top .section-header p {
  max-width: 100%;
  padding-right: 40px;
  color: #000000;
}
section.wooprex-case-study-details-section .case-study-details-top .section-top-btn {
  height: 100%;
  display: flex;
  align-items: end;
  justify-content: end;
}
section.wooprex-case-study-details-section .case-study-details-top .section-top-btn .wooprex-btn {
  padding: 12px 40px;
}
section.wooprex-case-study-details-section .case-study-details-thumbnail .thumbnail-image {
  height: 590px;
  overflow: hidden;
}
section.wooprex-case-study-details-section .case-study-details-thumbnail .thumbnail-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-case-study-details-section .case-study-details-thumbnail .thumbnail-description {
  margin-top: -280px;
  position: relative;
  left: 100px;
  background-color: #ffffff;
  box-shadow: 0px 20px 52px 0px rgba(0, 0, 0, 0.0392156863);
  max-width: 600px;
  padding: 70px 40px;
}
section.wooprex-case-study-details-section .case-study-details-thumbnail .thumbnail-description h3 {
  font-size: 48px;
  color: #4B5563;
  margin-bottom: 30px;
}
section.wooprex-case-study-details-section .case-study-details-thumbnail .thumbnail-description p {
  color: #4B5563;
  margin-bottom: 40px;
}
section.wooprex-case-study-details-section .case-study-details-thumbnail .thumbnail-description ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
section.wooprex-case-study-details-section .case-study-details-thumbnail .thumbnail-description ul li {
  font-size: 18px;
  color: #33394C;
}
section.wooprex-case-study-details-section .case-study-details-thumbnail .thumbnail-description ul li span {
  font-weight: 600;
  display: inline-block;
  width: 100px;
}

/* Case study gallery */
section.wooprex-case-study-gallery-section .gallery-top h3 {
  font-size: 40px;
  color: #000000;
}
section.wooprex-case-study-gallery-section .gallery-top article {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
section.wooprex-case-study-gallery-section .gallery-top article p {
  font-size: 30px;
  line-height: 1.4em;
}
section.wooprex-case-study-gallery-section .gallery-top article p:first-child {
  color: #030712;
  font-weight: 600;
}
section.wooprex-case-study-gallery-section .gallery-top article p:last-child {
  color: #4B5563;
}

/* Masonry section styling */
.wooprex-masonry {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-auto-rows: 720px;
  grid-gap: 25px;
}
.wooprex-masonry .masonry-item {
  overflow: hidden;
  position: relative;
  height: 720px;
}
.wooprex-masonry .masonry-item a {
  display: block;
  width: 100%;
  height: 100%;
}
.wooprex-masonry .masonry-item a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-masonry .masonry-item:hover a img {
  transform: scale(1.05);
}

/*-- Woocommerce styles -- */
/*-- Base: mixin & variable  -- */
/*-- Responsive styles -- */
/*-- Base: mixin & variable  -- */
/* -- Wooprex - Media Queries -- */
@media only screen and (max-width: 1399px) {
  /* Breadcrumb */
  section.wooprex-breadcrumb-section {
    text-align: center;
  }
  /* Banner */
  section.wooprex-banner-section .banner-wrapper .shape-image {
    width: 400px;
  }
  section.wooprex-banner-section .banner-wrapper .banner-text {
    padding-left: 20px;
  }
  section.wooprex-banner-section .banner-wrapper .banner-text p {
    padding-left: 0px;
  }
  section.wooprex-banner-section .banner-wrapper .banner-text .banner-follow-us {
    gap: 50px;
  }
  section.wooprex-banner-section .banner-wrapper .banner-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  /* About - service section */
  section.wooprex-about-service-section .service-main .service-main-wrapper .service-item-wrapper .service-description .description-image {
    height: 450px;
  }
  section.wooprex-about-service-section .service-main .service-main-wrapper .service-item-wrapper .service-description.active .description-image {
    width: 500px;
  }
  /* Pricing - pricing section */
  section.wooprex-pricing-section .row {
    row-gap: 30px;
  }
  section.wooprex-pricing-section .wooprex-pricing-item {
    min-height: 670px;
  }
  section.wooprex-pricing-section .wooprex-pricing-item .pricing-top {
    margin-bottom: 20px;
  }
  section.wooprex-pricing-section .wooprex-pricing-item ul li {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1199px) {
  .text-size-lg-4 {
    font-size: 16px;
  }
  .text-size-lg-5 {
    font-size: 18px;
  }
  .text-size-lg-6 {
    font-size: 20px;
  }
  .text-size-lg-7 {
    font-size: 28px;
  }
  .text-size-lg-8 {
    font-size: 30px;
  }
  .text-size-lg-9 {
    font-size: 32px;
  }
  .text-size-lg-10 {
    font-size: 36px;
  }
  .text-size-lg-11 {
    font-size: 40px;
  }
  .text-size-lg-12 {
    font-size: 44px;
  }
  .text-size-lg-13 {
    font-size: 48px;
  }
  .text-size-lg-14 {
    font-size: 66px;
  }
  .text-size-lg-15 {
    font-size: 74px;
  }
  .wooprex-header-section {
    padding: 20px;
  }
  .wooprex-header-section .header-main .wooprex-main-menu ul.box-nav {
    gap: 18px;
  }
  /* Breadcrumb */
  section.wooprex-breadcrumb-section {
    height: 480px;
    text-align: center;
  }
  /* row */
  section.wooprex-blog-list-section .latest-news-wrapper .row {
    row-gap: 60px;
  }
  /* marquery section */
  section.wooprex-marque-section .marque-wrapper .marque-item {
    height: 350px;
  }
  /* Faq section */
  section.wooprex-faq-full-section img {
    height: 650px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  /* Footer */
  footer.wooprex-footer-section .footer__bottom .bottom-right ul li {
    padding: 0 10px;
  }
  /* Banner */
  section.wooprex-banner-section .banner-wrapper .shape-image {
    width: 350px;
  }
  section.wooprex-banner-section .banner-wrapper .banner-text {
    padding-left: 20px;
  }
  section.wooprex-banner-section .banner-wrapper .banner-text p {
    padding-left: 0px;
  }
  section.wooprex-banner-section .banner-wrapper .banner-text .banner-follow-us {
    gap: 50px;
  }
  section.wooprex-banner-section .banner-wrapper .banner-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  /* Project */
  section.wooprex-project-section .project-bottom .project-item .project-image {
    height: 530px;
  }
  /* About - service section */
  section.wooprex-about-service-section .service-main .service-main-wrapper {
    row-gap: 60px;
  }
  section.wooprex-about-service-section .service-main .service-main-wrapper .service-item-wrapper .service-description .description-image {
    height: 300px;
  }
  section.wooprex-about-service-section .service-main .service-main-wrapper .service-item-wrapper .service-description:hover .description-image, section.wooprex-about-service-section .service-main .service-main-wrapper .service-item-wrapper .service-description.active .description-image {
    width: 400px;
  }
  /* Pricing - pricing section */
  section.wooprex-pricing-section .row {
    row-gap: 30px;
  }
  section.wooprex-pricing-section .wooprex-pricing-item {
    min-height: 700px;
  }
  section.wooprex-pricing-section .wooprex-pricing-item ul li {
    font-size: 18px;
  }
  /* Service page */
  section.wooprex-choose-section .choose-description {
    padding-left: 20px;
  }
  section.wooprex-success-section .success-main .success-description {
    width: 55%;
    padding-left: 20px;
  }
  section.wooprex-success-section .success-main .success-image {
    width: 45%;
  }
  .wooprex-choose-progress-main {
    max-width: 100%;
    justify-content: left;
  }
  /* Blog sidebar */
  .wooprex-sidebar {
    padding-left: 0;
  }
  .wooprex-blog-comment {
    padding: 80px 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-section {
    gap: 20px;
  }
  section.wooprex-home-about-section .about-image {
    overflow: hidden;
    height: 100%;
  }
  section.wooprex-home-about-section .about-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  section.wooprex-home-about-section .about-description {
    padding-left: 10px;
  }
  /* Latest news */
  .wooprex-latest-news-item .latest-news__state {
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }
  .wooprex-latest-news-item .latest-news__image {
    height: 400px;
  }
  /* Pricing - service section */
  section.wooprex-pricing-service-section .service-main .service-main-wrapper {
    flex-wrap: wrap;
    gap: 0px;
    row-gap: 30px;
  }
  section.wooprex-pricing-service-section .service-main .service-main-wrapper .service-item-wrapper {
    width: 50%;
    flex: 0 0 50%;
  }
  section.wooprex-pricing-service-section .service-main .service-main-wrapper .service-item-wrapper .service-description .description-image {
    top: 53%;
  }
  /* About - team */
  section.wooprex-about-team-section .team-top .top__image {
    height: 320px;
  }
  section.wooprex-about-team-section .team-bottom .about-team-slider {
    margin-left: 0;
    margin-top: 30px;
  }
  section.wooprex-about-team-section .team-bottom .row .col-lg-4 {
    order: 2;
  }
}
@media only screen and (max-width: 991px) {
  .padding-md-y {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .padding-md-top {
    padding-top: 60px;
  }
  .padding-md-bottom {
    padding-bottom: 60px;
  }
  .text-size-md-4 {
    font-size: 14px;
  }
  .text-size-md-5 {
    font-size: 16px;
  }
  .text-size-md-6 {
    font-size: 18px;
  }
  .text-size-md-7 {
    font-size: 18px;
  }
  .text-size-md-8 {
    font-size: 28px;
  }
  .text-size-md-9 {
    font-size: 30px;
  }
  .text-size-md-10 {
    font-size: 28px;
  }
  .text-size-md-11 {
    font-size: 30px;
  }
  .text-size-md-12 {
    font-size: 40px;
  }
  .text-size-md-13 {
    font-size: 44px;
  }
  .text-size-md-14 {
    font-size: 64px;
  }
  .text-size-md-15 {
    font-size: 68px;
  }
  header.wooprex-header-section .header-main .wooprex-main-menu ul.box-nav {
    gap: 25px;
  }
  header.wooprex-header-section .header-main .wooprex-search-box {
    padding: 30px;
  }
  header.wooprex-header-section.home {
    position: relative;
  }
  /* row */
  section.wooprex-blog-list-section .latest-news-wrapper .row {
    row-gap: 40px;
  }
  /* About - team */
  section.wooprex-about-team-section .team-bottom .swiper-navigation {
    justify-content: center;
    margin-top: 40px;
    height: auto;
  }
  /* Breadcrumb */
  section.wooprex-breadcrumb-section {
    height: 450px;
    text-align: center;
  }
  /* marquery section */
  section.wooprex-marque-section .marque-wrapper .marque-item {
    height: 280px;
    width: 33.33%;
    flex: 0 0 33.33%;
  }
  /* Counter section */
  section.wooprex-counter-section .counter-wrapper {
    row-gap: 60px;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  section.wooprex-counter-section .counter-wrapper .counter-item {
    width: 33.33%;
    flex: 0 0 33.33%;
  }
  /* Faq section */
  section.wooprex-faq-full-section img {
    height: 600px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  /* Footer */
  footer.wooprex-footer-section .footer__top .row {
    row-gap: 50px;
  }
  footer.wooprex-footer-section .footer__top .footer-item h4 {
    margin-bottom: 20px;
  }
  footer.wooprex-footer-section .footer__top .footer-item ul.link li a {
    font-size: 14px;
  }
  footer.wooprex-footer-section .footer__bottom .bottom-right {
    margin-top: 20px;
  }
  footer.wooprex-footer-section .footer__bottom .bottom-right ul {
    align-items: start;
    justify-content: start;
    gap: 15px;
  }
  footer.wooprex-footer-section .footer__bottom .bottom-right ul li {
    padding: 0;
  }
  footer.wooprex-footer-section .footer__bottom .bottom-right ul li:after {
    display: none;
  }
  /* Banner section */
  section.wooprex-banner-section {
    height: auto;
    display: block;
    margin-bottom: 15px;
  }
  section.wooprex-banner-section .banner-wrapper {
    align-items: center;
    justify-content: normal;
    flex-direction: column;
  }
  section.wooprex-banner-section .banner-wrapper .shape-image {
    display: none;
  }
  section.wooprex-banner-section .banner-wrapper .banner-text {
    padding: 0px 100px;
    margin-top: 20px;
    order: 2;
    width: 100%;
    text-align: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
  }
  section.wooprex-banner-section .banner-wrapper .banner-text h1 {
    text-wrap: wrap;
    color: #FFE2EC;
    font-size: 56px;
  }
  section.wooprex-banner-section .banner-wrapper .banner-text p {
    padding: 0;
    margin-right: 0;
    padding-bottom: 10px;
    color: #FFE2EC;
  }
  section.wooprex-banner-section .banner-wrapper .banner-text p:before {
    width: 30%;
    background-color: #ffffff;
  }
  section.wooprex-banner-section .banner-wrapper .banner-text .banner-follow-us {
    flex-direction: column;
    gap: 30px;
    margin-top: 20px;
  }
  section.wooprex-banner-section .banner-wrapper .banner-text .banner-follow-us .wooprex-btn:hover {
    color: #ffffff;
    border-color: #ffffff;
  }
  section.wooprex-banner-section .banner-wrapper .banner-text .banner-follow-us .wooprex-btn:hover .btn-image-color {
    display: none;
  }
  section.wooprex-banner-section .banner-wrapper .banner-text .banner-follow-us .wooprex-btn:hover .btn-image-white {
    display: inline-block;
  }
  section.wooprex-banner-section .banner-wrapper .banner-text .banner-follow-us ul.wooprex-follow-us li a {
    color: #ffffff;
    border-color: #ffffff;
  }
  section.wooprex-banner-section .banner-wrapper .banner-text .banner-follow-us ul.wooprex-follow-us li a:hover {
    color: #FF3377;
    border-color: #FFE2EC;
    background-color: #FFE2EC;
  }
  section.wooprex-banner-section .banner-wrapper .banner-image {
    margin-top: 0;
    display: block;
    width: 100%;
    height: 700px;
    position: relative;
  }
  section.wooprex-banner-section .banner-wrapper .banner-image:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    background-color: #000000;
    opacity: 0.4;
    z-index: 1;
  }
  section.wooprex-banner-section .banner-wrapper .banner-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right;
       object-position: right;
  }
  /* Project */
  section.wooprex-project-section .project-bottom .project-item .project-image {
    height: 480px;
  }
  /* service section */
  section.wooprex-home-service-section .service-main .service-main-wrapper .service-item-wrapper {
    flex-direction: column;
    align-items: start;
    gap: 10px;
    padding: 0px 10px;
  }
  section.wooprex-home-service-section .service-main .service-main-wrapper .service-item-wrapper .service-description .description-image {
    right: 10px;
    width: 35%;
  }
  /* About - service section */
  section.wooprex-about-service-section .service-main .service-main-wrapper {
    row-gap: 60px;
  }
  section.wooprex-about-service-section .service-main .service-main-wrapper .service-item-wrapper .service-description .description-image {
    height: 200px;
  }
  section.wooprex-about-service-section .service-main .service-main-wrapper .service-item-wrapper .service-description.active .description-image {
    width: 250px;
  }
  section.wooprex-about-service-section .service-main .service-main-wrapper .service-item-wrapper:nth-child(3) .service-description .description-image {
    top: 0;
  }
  /* Pricing - pricing section */
  section.wooprex-pricing-section .row {
    row-gap: 30px;
  }
  section.wooprex-pricing-section .wooprex-pricing-item {
    min-height: 630px;
  }
  section.wooprex-pricing-section .wooprex-pricing-item ul li {
    font-size: 18px;
  }
  /* Service - choose section */
  section.wooprex-choose-section .choose-description {
    padding-left: 0;
    row-gap: 20px;
    margin-top: 20px;
    position: relative;
    z-index: 2;
  }
  /* Service - success section */
  section.wooprex-success-section .success-main {
    flex-direction: column;
  }
  section.wooprex-success-section .success-main .success-description, section.wooprex-success-section .success-main .success-image {
    width: 100%;
    padding: 0 20px;
  }
  section.wooprex-success-section .success-main .success-description .choose-text-top {
    margin: 60px 0px;
  }
  section.wooprex-success-section .success-main .success-description .choose-text-top h4 {
    margin-bottom: 20px;
  }
  section.wooprex-success-section .success-main .success-image {
    margin-top: 20px;
  }
  .wooprex-choose-progress-main {
    row-gap: 30px;
    max-width: 100%;
  }
  .wooprex-choose-progress-main .progress-item .choose-progress {
    margin: 0 auto;
    padding: 30px;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* Contact */
  section.wooprex-contact-location-section .contact-item {
    margin-bottom: 40px;
  }
  section.wooprex-contact-location-section .contact-item.last {
    margin-bottom: 0;
  }
  section.wooprex-contact-location-section .contact-item i {
    margin-bottom: 15px;
  }
  /* Blog details page */
  .wooprex-sidebar {
    padding-left: 10px;
  }
  .wooprex-blog-comment {
    padding: 50px 0px;
    /* padding-top: 30px; */
  }
  .wooprex-blog-comment h3 {
    margin-bottom: 60px;
  }
  .wooprex-blog-comment .reply-comment {
    margin-left: 20%;
    margin-top: 50px;
  }
  .wooprex-post-comment form {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .wooprex-flex {
    display: block;
  }
  .text-size-sm-4 {
    font-size: 12px;
  }
  .text-size-sm-5 {
    font-size: 14px;
  }
  .text-size-sm-6 {
    font-size: 16px;
  }
  .text-size-sm-7 {
    font-size: 20px;
  }
  .text-size-md-8 {
    font-size: 22px;
  }
  .text-size-sm-9 {
    font-size: 24px;
  }
  .text-size-sm-10 {
    font-size: 28px;
  }
  .text-size-sm-11 {
    font-size: 32px;
  }
  .text-size-sm-12 {
    font-size: 30px;
  }
  .text-size-sm-13 {
    font-size: 32px;
  }
  .text-size-sm-14 {
    font-size: 38px;
  }
  .text-size-sm-15 {
    font-size: 48px;
  }
  .padding-md-y {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .padding-md-bottom {
    padding-bottom: 60px;
  }
  .padding-md-top {
    padding-top: 60px;
  }
  .container {
    padding: 0px 20px;
  }
  header.wooprex-header-section .header-main .wooprex-main-menu {
    display: none;
  }
  header.wooprex-header-section .header-main .wooprex-search-bar {
    order: 2;
  }
  header.wooprex-header-section .header-main .wooprex-btn {
    order: 1;
  }
  header.wooprex-header-section .header-main .wooprex-mobile-menu-bar {
    display: block;
    order: 3;
  }
  header.wooprex-header-section.home {
    position: relative;
  }
  .header {
    font-size: 38px;
    margin-bottom: 40px;
  }
  /* Breadcrumb */
  section.wooprex-breadcrumb-section {
    height: 350px;
  }
  ul.wooprex-follow-us li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  /* row */
  section.wooprex-latest-news-section .latest-news-wrapper .row,
  section.wooprex-service-section .row,
  section.wooprex-blog-list-section .latest-news-wrapper .row {
    row-gap: 40px;
  }
  /* Slider */
  section.wooprex-project-section .project-top .swiper-navigation {
    display: none;
  }
  section.wooprex-project-section .swiper-navigation.bottom {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }
  section.wooprex-about-team-section .team-bottom .swiper-navigation {
    justify-content: center;
    margin-top: 40px;
    height: auto;
  }
  /* marquery section */
  section.wooprex-marque-section .marque-wrapper .marque-item {
    height: 250px;
    width: 50%;
    flex: 0 0 50%;
  }
  /* Partner section */
  section.wooprex-partner-section .partner-wrapper .partner-item img {
    width: 100px;
  }
  /* Service section */
  section.wooprex-home-service-section .service-button,
  section.wooprex-about-service-section .service-button {
    justify-content: start;
  }
  /* Home - service section */
  section.wooprex-home-service-section .service-main {
    margin-top: 40px;
  }
  section.wooprex-home-service-section .service-main .service-main-wrapper .service-item-wrapper {
    width: 100%;
    flex: 0 0 100%;
    flex-direction: column;
    align-items: start;
    gap: 10px;
    padding: 0;
  }
  section.wooprex-home-service-section .service-main .service-main-wrapper .service-item-wrapper .service-description .description-text {
    width: 60%;
  }
  section.wooprex-home-service-section .service-main .service-main-wrapper .service-item-wrapper .service-description .description-image {
    top: 0px;
    width: 40%;
    right: 0;
  }
  section.wooprex-home-service-section .service-main .service-main-wrapper .service-item-wrapper.active .service-description .description-image {
    height: 100%;
  }
  /* About - service section */
  section.wooprex-about-service-section .service-main {
    margin-top: 40px;
  }
  section.wooprex-about-service-section .service-main .service-main-wrapper {
    row-gap: 30px;
  }
  section.wooprex-about-service-section .service-main .service-main-wrapper .service-item-wrapper {
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }
  section.wooprex-about-service-section .service-main .service-main-wrapper .service-item-wrapper .service-description .description-text {
    max-width: 300px;
  }
  section.wooprex-about-service-section .service-main .service-main-wrapper .service-item-wrapper .service-description .description-text h4 {
    margin-bottom: 5px;
  }
  section.wooprex-about-service-section .service-main .service-main-wrapper .service-item-wrapper .service-description .description-image {
    height: 230px;
  }
  section.wooprex-about-service-section .service-main .service-main-wrapper .service-item-wrapper .service-description.active .description-text:after {
    width: 100px;
  }
  section.wooprex-about-service-section .service-main .service-main-wrapper .service-item-wrapper .service-description.active .description-image {
    width: 45%;
  }
  /* Pricing - service section */
  section.wooprex-pricing-service-section .service-main .service-main-wrapper {
    flex-direction: column;
  }
  section.wooprex-pricing-service-section .service-main .service-main-wrapper .service-item-wrapper {
    gap: 10px;
  }
  section.wooprex-pricing-service-section .service-main .service-main-wrapper .service-item-wrapper .service-description .description-image {
    position: relative;
    top: 10px;
  }
  /* service testimonial */
  .wooprex-service-testimonial .header {
    margin-bottom: 50px;
  }
  .wooprex-service-testimonial .service-review-slider .service-review-item .service-review__top .review ul {
    margin-top: 5px;
    gap: 3px;
  }
  .wooprex-service-testimonial .service-review-slider .service-review-item .service-review__top .review ul li {
    font-size: 14px;
  }
  /* Faq section */
  section.wooprex-faq-full-section img {
    height: 600px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .wooprex-faq-main {
    padding: 60px 20px;
  }
  .wooprex-faq-main .accordion .accordion-item {
    padding: 15px 0px;
  }
  .wooprex-faq-main .accordion .accordion-item button {
    font-size: 18px;
  }
  .wooprex-faq-main .accordion .accordion-item button:before {
    font-size: 18px;
  }
  .wooprex-faq-main .accordion .accordion-item button:after {
    font-size: 16px;
  }
  /* Counter section */
  section.wooprex-counter-section .counter-wrapper {
    row-gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  section.wooprex-counter-section .counter-wrapper .counter-item {
    width: 50%;
    flex: 0 0 50%;
  }
  /* Query */
  section.wooprex-query-section {
    padding: 60px 0px;
  }
  section.wooprex-query-section .lets-talk {
    margin-top: 20px;
    justify-content: start;
  }
  section.wooprex-query-image {
    height: 350px;
  }
  /* Footer */
  footer.wooprex-footer-section .footer__top .row {
    row-gap: 50px;
  }
  footer.wooprex-footer-section .footer__top .footer-item h4 {
    margin-bottom: 20px;
  }
  footer.wooprex-footer-section .footer__top .footer-item ul.link li a {
    font-size: 14px;
  }
  footer.wooprex-footer-section .footer__bottom .bottom-right {
    margin-top: 20px;
  }
  footer.wooprex-footer-section .footer__bottom .bottom-right ul {
    align-items: start;
    justify-content: start;
    gap: 10px;
  }
  footer.wooprex-footer-section .footer__bottom .bottom-right ul li {
    padding: 0;
  }
  footer.wooprex-footer-section .footer__bottom .bottom-right ul li:after {
    display: none;
  }
  /* Banner section */
  section.wooprex-banner-section {
    height: auto;
    display: block;
    margin-bottom: 15px;
  }
  section.wooprex-banner-section .banner-wrapper {
    align-items: center;
    justify-content: normal;
    flex-direction: column;
  }
  section.wooprex-banner-section .banner-wrapper .shape-image {
    display: none;
  }
  section.wooprex-banner-section .banner-wrapper .banner-text {
    padding: 0px 20px;
    margin-top: 20px;
    order: 2;
    width: 100%;
    text-align: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
  }
  section.wooprex-banner-section .banner-wrapper .banner-text h1 {
    text-wrap: wrap;
    color: #FFE2EC;
    font-size: 48px;
  }
  section.wooprex-banner-section .banner-wrapper .banner-text p {
    padding: 0;
    margin-right: 0;
    padding-bottom: 10px;
    color: #FFE2EC;
  }
  section.wooprex-banner-section .banner-wrapper .banner-text p:before {
    width: 30%;
    background-color: #ffffff;
  }
  section.wooprex-banner-section .banner-wrapper .banner-text .banner-follow-us {
    flex-direction: column;
    gap: 30px;
    margin-top: 20px;
  }
  section.wooprex-banner-section .banner-wrapper .banner-text .banner-follow-us .wooprex-btn:hover {
    color: #ffffff;
    border-color: #ffffff;
  }
  section.wooprex-banner-section .banner-wrapper .banner-text .banner-follow-us .wooprex-btn:hover .btn-image-color {
    display: none;
  }
  section.wooprex-banner-section .banner-wrapper .banner-text .banner-follow-us .wooprex-btn:hover .btn-image-white {
    display: inline-block;
  }
  section.wooprex-banner-section .banner-wrapper .banner-text .banner-follow-us ul.wooprex-follow-us li a {
    color: #ffffff;
    border-color: #ffffff;
  }
  section.wooprex-banner-section .banner-wrapper .banner-text .banner-follow-us ul.wooprex-follow-us li a:hover {
    color: #FF3377;
    border-color: #FFE2EC;
    background-color: #FFE2EC;
  }
  section.wooprex-banner-section .banner-wrapper .banner-image {
    margin-top: 0;
    display: block;
    width: 100%;
    height: 700px;
    position: relative;
  }
  section.wooprex-banner-section .banner-wrapper .banner-image:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    background-color: #000000;
    opacity: 0.4;
    z-index: 1;
  }
  section.wooprex-banner-section .banner-wrapper .banner-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right;
       object-position: right;
  }
  /* Home service shape */
  section.wooprex-home-service-shape {
    padding-left: 20px;
    margin-bottom: 70px;
  }
  /* Home about section */
  section.wooprex-home-about-section .about-description {
    margin-top: 20px;
    padding-left: 0px;
  }
  section.wooprex-home-about-section .about-description h6 {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  /* Home - team */
  section.wooprex-project-section .project-bottom .project-item .project-image {
    height: 400px;
  }
  /* About - team section */
  .wooprex-about-team-section .team-top {
    flex-direction: column;
    row-gap: 30px;
  }
  .wooprex-about-team-section .team-top .top__image {
    width: 100%;
    flex: 0 0 100%;
  }
  .wooprex-about-team-section .team-top .top__description {
    width: 100%;
    flex: 0 0 100%;
    padding-left: 0;
  }
  .wooprex-about-team-section .team-top .top__description .author-details {
    align-items: start;
    row-gap: 10px;
    padding-bottom: 30px;
  }
  .wooprex-about-team-section .team-top .top__description .article {
    flex-direction: column;
    gap: 20px;
    padding-top: 30px;
  }
  .wooprex-about-team-section .team-bottom .about-team-slider {
    margin-left: 0;
    margin-top: 30px;
  }
  .wooprex-about-team-section .team-bottom .row .col-lg-4 {
    order: 2;
  }
  /* Pricing - pricing section */
  section.wooprex-pricing-section .row {
    row-gap: 30px;
  }
  section.wooprex-pricing-section .wooprex-pricing-item {
    padding: 30px 20px;
    min-height: 600px;
  }
  section.wooprex-pricing-section .wooprex-pricing-item ul li {
    font-size: 16px;
  }
  /* Service - choose section */
  section.wooprex-choose-section .choose-description {
    padding-left: 0;
    row-gap: 20px;
    margin-top: 20px;
    position: relative;
    z-index: 2;
  }
  /* Service - success section */
  section.wooprex-success-section .success-main {
    flex-direction: column;
  }
  section.wooprex-success-section .success-main .success-description, section.wooprex-success-section .success-main .success-image {
    width: 100%;
    padding: 0 20px;
  }
  section.wooprex-success-section .success-main .success-description .choose-text-top {
    margin: 60px 0px;
  }
  section.wooprex-success-section .success-main .success-description .choose-text-top h4 {
    margin-bottom: 20px;
  }
  section.wooprex-success-section .success-main .success-image {
    margin-top: 20px;
  }
  .wooprex-choose-progress-main {
    row-gap: 30px;
    max-width: 100%;
  }
  .wooprex-choose-progress-main .progress-item .choose-progress {
    margin: 0 auto;
    max-width: 150px;
    height: 150px;
    padding: 30px;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* Contact */
  section.wooprex-contact-location-section .contact-item {
    margin-bottom: 40px;
  }
  section.wooprex-contact-location-section .contact-item.last {
    margin-bottom: 0;
  }
  section.wooprex-contact-location-section .contact-item i {
    font-size: 40px;
    margin-bottom: 15px;
  }
  section.wooprex-contact-form-section .section-header {
    margin-bottom: 40px;
  }
  section.wooprex-contact-form-section form input, section.wooprex-contact-form-section form textarea {
    font-size: 16px;
    padding: 20px;
  }
  section.wooprex-contact-form-section form input::-moz-placeholder, section.wooprex-contact-form-section form textarea::-moz-placeholder {
    font-size: 16px;
  }
  section.wooprex-contact-form-section form input::placeholder, section.wooprex-contact-form-section form textarea::placeholder {
    font-size: 16px;
  }
  .wooprex-google-map iframe {
    height: 350px;
  }
  /* Blog page */
  .wooprex-blog-pagination {
    margin-top: 50px;
  }
  .wooprex-blog-pagination a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
  }
  .wooprex-blog-pagination a.prev {
    margin-right: 20px;
  }
  .wooprex-blog-pagination a.next {
    margin-left: 20px;
  }
  .wooprex-blog-pagination a.prev, .wooprex-blog-pagination a.next {
    line-height: 2.2;
  }
  .wooprex-blog-pagination a.prev span img, .wooprex-blog-pagination a.next span img {
    width: 20px;
    height: 10px;
  }
  /* blog details */
  .wooprex-blog-details .wooprex-blog-thumbnail,
  .wooprex-blog-details .wooprex-blog-image {
    height: 450px;
  }
  .wooprex-blog-details .wooprex-blog-header,
  .wooprex-blog-details .wooprex-blog-description,
  .wooprex-blog-details .wooprex-blog-image,
  .wooprex-blog-details .wooprex-blog-date,
  .wooprex-blog-details .wooprex-blog-comment {
    margin-bottom: 30px;
  }
  .wooprex-blog-details .wooprex-blog-quote {
    padding: 20px;
    margin-bottom: 40px;
  }
  .wooprex-blog-details .wooprex-blog-quote:before {
    right: 5px;
    height: 40px;
    width: 40px;
  }
  .wooprex-blog-details .wooprex-blog-quote blockquote {
    line-height: 1.5em;
    font-size: 16px;
  }
  .wooprex-blog-details .wooprex-blog-description h3 {
    margin-bottom: 20px;
  }
  .wooprex-blog-details .wooprex-blog-comment {
    padding: 40px 0px;
  }
  .wooprex-blog-details .wooprex-blog-comment h3 {
    margin-bottom: 40px;
  }
  .wooprex-blog-details .wooprex-blog-comment .comment-item {
    gap: 15px;
  }
  .wooprex-blog-details .wooprex-blog-comment .comment-item .author-comment p {
    margin-top: 20px;
  }
  .wooprex-blog-details .wooprex-blog-comment .reply-comment {
    margin-left: 16%;
  }
  .wooprex-blog-details .wooprex-post-comment form {
    margin-top: 30px;
  }
  /* Sidebar */
  .wooprex-sidebar {
    margin-top: 40px;
    border-top: 1px solid #E6E6E9;
    padding-top: 40px;
    padding-left: 0;
  }
  .wooprex-sidebar h4 {
    margin-bottom: 20px;
  }
  .wooprex-sidebar .wooprex-sidebar-search {
    margin-bottom: 20px;
  }
  .wooprex-sidebar .wooprex-sidebar-category, .wooprex-sidebar .wooprex-sidebar-archive {
    padding: 20px 0px;
  }
  .wooprex-sidebar .wooprex-sidebar-contact {
    margin: 20px 0px;
  }
  .wooprex-sidebar .wooprex-sidebar-tags {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .container {
    padding: 0px 20px;
  }
  header.wooprex-header-section .header-main {
    gap: 25px;
  }
  header.wooprex-header-section .header-main .header-right {
    gap: 15px;
  }
  header.wooprex-header-section .header-main .wooprex-search-box .wooprex-search-close i {
    font-size: 20px;
  }
  header.wooprex-header-section .header-main .wooprex-btn {
    display: none;
  }
  header.wooprex-header-section.home {
    position: relative;
  }
  .header {
    font-size: 24px;
    margin-bottom: 35px;
  }
  /* Breadcrumb */
  section.wooprex-breadcrumb-section {
    height: 300px;
    text-align: center;
  }
  ul.wooprex-follow-us li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  /* row */
  section.wooprex-latest-news-section .latest-news-wrapper .row,
  section.wooprex-service-section .row,
  section.wooprex-blog-list-section .latest-news-wrapper .row {
    row-gap: 40px;
  }
  /* Slider */
  section.wooprex-project-section .project-top .swiper-navigation {
    display: none;
  }
  section.wooprex-project-section .swiper-navigation.bottom {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }
  section.wooprex-about-team-section .team-bottom .swiper-navigation {
    justify-content: center;
    margin-top: 40px;
    height: auto;
  }
  /* marquery section */
  section.wooprex-marque-section .marque-wrapper .marque-item {
    height: 170px;
    width: 50%;
    flex: 0 0 50%;
  }
  /* Partner section */
  section.wooprex-partner-section .partner-wrapper .partner-item img {
    width: 100px;
  }
  /* Service section */
  section.wooprex-home-service-section .service-button,
  section.wooprex-about-service-section .service-button {
    justify-content: start;
  }
  /* Home - service section */
  section.wooprex-home-service-section .service-main {
    margin-top: 40px;
  }
  section.wooprex-home-service-section .service-main .service-main-wrapper .service-item-wrapper {
    width: 100%;
    flex: 0 0 100%;
    flex-direction: column;
    align-items: start;
    padding: 0;
    gap: 10px;
  }
  section.wooprex-home-service-section .service-main .service-main-wrapper .service-item-wrapper .service-description .description-text {
    width: 100%;
  }
  section.wooprex-home-service-section .service-main .service-main-wrapper .service-item-wrapper .service-description .description-text h4 {
    font-size: 20px;
  }
  section.wooprex-home-service-section .service-main .service-main-wrapper .service-item-wrapper .service-description .description-image {
    top: 10px;
    position: relative;
    width: 100%;
    right: inherit;
  }
  section.wooprex-home-service-section .service-main .service-main-wrapper .service-item-wrapper.active .service-description .description-image {
    height: 300px;
  }
  /* About - service section */
  section.wooprex-about-service-section .service-main {
    margin-top: 40px;
  }
  section.wooprex-about-service-section .service-main .service-main-wrapper {
    row-gap: 30px;
  }
  section.wooprex-about-service-section .service-main .service-main-wrapper .service-item-wrapper {
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }
  section.wooprex-about-service-section .service-main .service-main-wrapper .service-item-wrapper .service-description .description-text h4 {
    margin-bottom: 5px;
  }
  section.wooprex-about-service-section .service-main .service-main-wrapper .service-item-wrapper .service-description .description-image {
    position: relative;
    width: 100%;
    height: 0;
    top: 10px !important;
    right: inherit;
    left: 0;
  }
  section.wooprex-about-service-section .service-main .service-main-wrapper .service-item-wrapper .service-description.active .description-text:after {
    display: none;
  }
  section.wooprex-about-service-section .service-main .service-main-wrapper .service-item-wrapper .service-description.active .description-image {
    width: 100%;
    height: 180px;
  }
  /* Pricing - service section */
  section.wooprex-pricing-service-section .service-main .service-main-wrapper {
    flex-direction: column;
  }
  section.wooprex-pricing-service-section .service-main .service-main-wrapper .service-item-wrapper {
    gap: 10px;
  }
  section.wooprex-pricing-service-section .service-main .service-main-wrapper .service-item-wrapper .service-description .description-image {
    position: relative;
    top: 10px;
  }
  /* service testimonial */
  .wooprex-service-testimonial .header {
    margin-bottom: 50px;
  }
  .wooprex-service-testimonial .service-review-slider .service-review-item .service-review__top .review ul {
    margin-top: 5px;
    gap: 3px;
  }
  .wooprex-service-testimonial .service-review-slider .service-review-item .service-review__top .review ul li {
    font-size: 14px;
  }
  /* Faq section */
  section.wooprex-faq-full-section img {
    height: 600px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .wooprex-faq-main {
    padding: 60px 20px;
  }
  .wooprex-faq-main .accordion .accordion-item {
    padding: 15px 0px;
  }
  .wooprex-faq-main .accordion .accordion-item button {
    font-size: 16px;
  }
  .wooprex-faq-main .accordion .accordion-item button:before {
    font-size: 18px;
  }
  .wooprex-faq-main .accordion .accordion-item button:after {
    font-size: 16px;
  }
  .wooprex-faq-main .accordion .accordion-item .accordion-body p {
    font-size: 14px;
  }
  /* Counter section */
  section.wooprex-counter-section .counter-wrapper {
    row-gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  section.wooprex-counter-section .counter-wrapper .counter-item {
    width: 50%;
    flex: 0 0 50%;
  }
  /* Latest news */
  .wooprex-latest-news-item .latest-news__image {
    height: 300px;
  }
  /* Query */
  section.wooprex-query-section {
    padding: 60px 0px;
  }
  section.wooprex-query-section .lets-talk {
    margin-top: 20px;
    justify-content: start;
  }
  section.wooprex-query-image {
    height: 350px;
  }
  /* Footer */
  footer.wooprex-footer-section .footer__top .row {
    row-gap: 50px;
  }
  footer.wooprex-footer-section .footer__top .footer-item h4 {
    margin-bottom: 20px;
  }
  footer.wooprex-footer-section .footer__top .footer-item ul.link li a {
    font-size: 14px;
  }
  footer.wooprex-footer-section .footer__bottom .bottom-right {
    margin-top: 20px;
  }
  footer.wooprex-footer-section .footer__bottom .bottom-right ul {
    align-items: start;
    justify-content: start;
    flex-direction: column;
  }
  footer.wooprex-footer-section .footer__bottom .bottom-right ul li {
    padding: 0;
  }
  footer.wooprex-footer-section .footer__bottom .bottom-right ul li:after {
    display: none;
  }
  /* Banner section */
  section.wooprex-banner-section {
    height: auto;
    display: block;
    margin-bottom: 15px;
  }
  section.wooprex-banner-section .banner-wrapper {
    align-items: center;
    justify-content: normal;
    flex-direction: column;
  }
  section.wooprex-banner-section .banner-wrapper .shape-image {
    display: none;
  }
  section.wooprex-banner-section .banner-wrapper .banner-text {
    padding: 0px 20px;
    margin-top: 20px;
    order: 2;
    width: 100%;
    text-align: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
  }
  section.wooprex-banner-section .banner-wrapper .banner-text h1 {
    text-wrap: wrap;
    color: #FFE2EC;
    font-size: 48px;
  }
  section.wooprex-banner-section .banner-wrapper .banner-text p {
    padding: 0;
    margin-right: 0;
    padding-bottom: 10px;
    color: #FFE2EC;
  }
  section.wooprex-banner-section .banner-wrapper .banner-text p:before {
    width: 20%;
    background-color: #ffffff;
  }
  section.wooprex-banner-section .banner-wrapper .banner-text .banner-follow-us {
    flex-direction: column;
    gap: 30px;
    margin-top: 20px;
  }
  section.wooprex-banner-section .banner-wrapper .banner-text .banner-follow-us .wooprex-btn:hover {
    color: #ffffff;
    border-color: #ffffff;
  }
  section.wooprex-banner-section .banner-wrapper .banner-text .banner-follow-us .wooprex-btn:hover .btn-image-color {
    display: none;
  }
  section.wooprex-banner-section .banner-wrapper .banner-text .banner-follow-us .wooprex-btn:hover .btn-image-white {
    display: inline-block;
  }
  section.wooprex-banner-section .banner-wrapper .banner-text .banner-follow-us ul.wooprex-follow-us li a {
    color: #ffffff;
    border-color: #ffffff;
  }
  section.wooprex-banner-section .banner-wrapper .banner-text .banner-follow-us ul.wooprex-follow-us li a:hover {
    color: #FF3377;
    border-color: #FFE2EC;
    background-color: #FFE2EC;
  }
  section.wooprex-banner-section .banner-wrapper .banner-image {
    margin-top: 0;
    display: block;
    width: 100%;
    height: 700px;
    position: relative;
  }
  section.wooprex-banner-section .banner-wrapper .banner-image:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    background-color: #000000;
    opacity: 0.4;
    z-index: 1;
  }
  section.wooprex-banner-section .banner-wrapper .banner-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right;
       object-position: right;
  }
  /* Home service shape */
  section.wooprex-home-service-shape {
    padding-left: 20px;
    margin-bottom: 70px;
  }
  /* Home about section */
  section.wooprex-home-about-section .about-description {
    margin-top: 20px;
    padding-left: 0px;
  }
  section.wooprex-home-about-section .about-description h6 {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  /* Home - team */
  section.wooprex-project-section .project-bottom .project-item .project-image {
    height: 400px;
  }
  /* About - team section */
  .wooprex-about-team-section .team-top {
    flex-direction: column;
    row-gap: 30px;
  }
  .wooprex-about-team-section .team-top .top__image {
    width: 100%;
    flex: 0 0 100%;
  }
  .wooprex-about-team-section .team-top .top__description {
    width: 100%;
    flex: 0 0 100%;
    padding-left: 0;
  }
  .wooprex-about-team-section .team-top .top__description .author-details {
    align-items: start;
    flex-direction: column;
    row-gap: 10px;
    padding-bottom: 30px;
  }
  .wooprex-about-team-section .team-top .top__description .article {
    flex-direction: column;
    gap: 20px;
    padding-top: 30px;
  }
  .wooprex-about-team-section .team-bottom .about-team-slider {
    margin-left: 0;
    margin-top: 30px;
  }
  .wooprex-about-team-section .team-bottom .row .col-lg-4 {
    order: 2;
  }
  /* Pricing - pricing section */
  section.wooprex-pricing-section .row {
    row-gap: 20px;
  }
  section.wooprex-pricing-section .wooprex-pricing-item {
    padding: 30px 20px;
    padding-bottom: 20px;
    min-height: auto;
  }
  section.wooprex-pricing-section .wooprex-pricing-item ul li {
    font-size: 16px;
  }
  section.wooprex-pricing-section .wooprex-pricing-item .wooprex-btn {
    position: relative;
    bottom: 0;
    margin-top: 20px;
  }
  /* Service - choose section */
  section.wooprex-choose-section .choose-description {
    padding-left: 0;
    row-gap: 20px;
    margin-top: 20px;
    position: relative;
    z-index: 2;
  }
  /* Service - success section */
  section.wooprex-success-section .success-main {
    flex-direction: column;
  }
  section.wooprex-success-section .success-main .success-description, section.wooprex-success-section .success-main .success-image {
    width: 100%;
    padding: 0 20px;
  }
  section.wooprex-success-section .success-main .success-description .choose-text-top {
    margin: 20px 0px;
  }
  section.wooprex-success-section .success-main .success-description .choose-text-top h4 {
    margin-bottom: 20px;
  }
  section.wooprex-success-section .success-main .success-image {
    margin-top: 20px;
  }
  .wooprex-choose-progress-main {
    gap: 30px;
    max-width: 100%;
  }
  .wooprex-choose-progress-main .progress-item {
    width: 100%;
    flex: 0 0 100%;
  }
  .wooprex-choose-progress-main .progress-item .choose-progress {
    margin: 0 auto;
    max-width: 150px;
    height: 150px;
    padding: 30px;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* Contact */
  section.wooprex-contact-location-section .contact-item {
    margin-bottom: 40px;
  }
  section.wooprex-contact-location-section .contact-item.last {
    margin-bottom: 0;
  }
  section.wooprex-contact-location-section .contact-item i {
    font-size: 40px;
    margin-bottom: 15px;
  }
  section.wooprex-contact-form-section .section-header {
    margin-bottom: 40px;
  }
  section.wooprex-contact-form-section form input, section.wooprex-contact-form-section form textarea {
    font-size: 16px;
    padding: 20px;
  }
  section.wooprex-contact-form-section form input::-moz-placeholder, section.wooprex-contact-form-section form textarea::-moz-placeholder {
    font-size: 16px;
  }
  section.wooprex-contact-form-section form input::placeholder, section.wooprex-contact-form-section form textarea::placeholder {
    font-size: 16px;
  }
  .wooprex-google-map iframe {
    height: 350px;
  }
  /* Blog page */
  .wooprex-blog-pagination {
    gap: 10px;
    margin-top: 50px;
  }
  .wooprex-blog-pagination a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
  }
  .wooprex-blog-pagination a.prev {
    margin-right: 15px;
  }
  .wooprex-blog-pagination a.next {
    margin-left: 15px;
  }
  .wooprex-blog-pagination a.prev, .wooprex-blog-pagination a.next {
    line-height: 2.2;
  }
  .wooprex-blog-pagination a.prev span img, .wooprex-blog-pagination a.next span img {
    width: 20px;
    height: 10px;
  }
  /* Blog details */
  .wooprex-blog-header .header {
    margin-bottom: 30px;
  }
  .wooprex-blog-details .wooprex-blog-thumbnail,
  .wooprex-blog-details .wooprex-blog-image {
    height: 350px;
  }
  .wooprex-blog-details .wooprex-blog-header,
  .wooprex-blog-details .wooprex-blog-description,
  .wooprex-blog-details .wooprex-blog-image,
  .wooprex-blog-details .wooprex-blog-date,
  .wooprex-blog-details .wooprex-blog-comment {
    margin-bottom: 20px;
  }
  .wooprex-blog-details .wooprex-blog-quote {
    height: auto;
    padding: 20px;
    margin-bottom: 40px;
  }
  .wooprex-blog-details .wooprex-blog-quote:before {
    right: 5px;
    height: 40px;
    width: 40px;
  }
  .wooprex-blog-details .wooprex-blog-quote blockquote {
    line-height: 1.5em;
    font-size: 16px;
  }
  .wooprex-blog-details .wooprex-blog-description h3 {
    margin-bottom: 20px;
  }
  .wooprex-blog-details .wooprex-blog-comment {
    padding: 40px 0px;
  }
  .wooprex-blog-details .wooprex-blog-comment h3 {
    margin-bottom: 40px;
  }
  .wooprex-blog-details .wooprex-blog-comment .comment-item {
    gap: 15px;
    flex-direction: column;
  }
  .wooprex-blog-details .wooprex-blog-comment .comment-item .author-comment p {
    margin-top: 20px;
  }
  .wooprex-blog-details .wooprex-blog-comment .reply-comment {
    margin-left: 0%;
  }
  .wooprex-blog-details .wooprex-post-comment form {
    margin-top: 30px;
  }
  .wooprex-blog-details .wooprex-post-comment form label input {
    width: 50px;
  }
  .wooprex-sidebar {
    margin-top: 40px;
    border-top: 1px solid #E6E6E9;
    padding-top: 40px;
    padding-left: 0;
  }
  .wooprex-sidebar h4 {
    margin-bottom: 20px;
  }
  .wooprex-sidebar .wooprex-sidebar-search {
    margin-bottom: 20px;
  }
  .wooprex-sidebar .wooprex-sidebar-category, .wooprex-sidebar .wooprex-sidebar-archive {
    padding: 20px 0px;
  }
  .wooprex-sidebar .wooprex-sidebar-contact {
    margin: 20px 0px;
  }
  .wooprex-sidebar .wooprex-sidebar-tags {
    padding-top: 20px;
  }
}