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

   --------------- ********w********* --------------
   --------------- ********x********* -------------- */
/*-- Reset styles  -- */
/*-- Base: mixin & variable  -- */
/*google-fonts*/
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&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: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 300;
  color: #303e42;
  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: 1320px;
}

/* -- form style -- */
textarea,
input[type=text],
input[type=password],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=datetime],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color] {
  font-family: "DM Sans", sans-serif;
  border: 1px solid #303e42;
  outline: 0;
  box-shadow: none;
  font-size: 14px;
  line-height: 20px;
  border-radius: 3px;
  padding: 16px 27px;
  width: 100%;
  background: transparent;
  color: #303e42;
  font-weight: 300;
}
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: #e1f2f2;
}

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

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

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: "DM Sans", sans-serif;
  text-rendering: optimizeLegibility;
  color: #303e42;
  font-weight: 600;
}

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

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

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

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

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

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

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

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

label {
  font-weight: 600;
}

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

.border-line-bottom {
  border-bottom: 1px solid rgba(168, 168, 168, 0.16) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*-- header -- */
/*-- Base: mixin & variable  -- */
/* Start Wooprex Header & Light header */
header.wooprex-header-section {
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 999;
  padding: 35px 70px 15px 70px;
  transition: top 0.6s, background 0.4s, box-shadow 0.4s, padding 0.3s;
}
header.wooprex-header-section.sticky {
  background-color: #303e42;
  padding: 15px 70px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
  animation: 0.95s ease 0s normal forwards 1 running stickyAnimation;
  -webkit-animation: 0.95s ease 0s normal forwards 1 running stickyAnimation;
}
header.wooprex-header-section.relative {
  position: relative;
  background-color: #303e42;
  padding: 15px 70px;
}
header.wooprex-header-section.relative.sticky {
  position: fixed;
  padding: 15px 70px;
}

@keyframes stickyAnimation {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
/*-- footer -- */
/*-- Base: mixin & variable  -- */
footer.wooprex-footer-section {
  background-image: url("../assets/shape/bg-footer.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
footer.wooprex-footer-section h4,
footer.wooprex-footer-section p,
footer.wooprex-footer-section a {
  color: #ffffff;
}
footer.wooprex-footer-section .footer-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  padding: 80px 35px;
  background-color: #223035;
}
footer.wooprex-footer-section .footer-left .footer-contact {
  width: 100%;
}
footer.wooprex-footer-section .footer-left .footer-contact ul {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 15px;
}
footer.wooprex-footer-section .footer-left .footer-contact ul li a {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  transition: all 0.6s ease;
  overflow-wrap: anywhere;
}
footer.wooprex-footer-section .footer-left .footer-contact ul li a i {
  display: flex;
  font-size: 24px;
}
footer.wooprex-footer-section .footer-left .footer-contact ul li a:hover {
  transform: translateX(5px);
}
footer.wooprex-footer-section .footer-left .wooprex-follow-us ul {
  gap: 10px;
}
footer.wooprex-footer-section .footer-left .wooprex-follow-us ul li a {
  width: 40px;
  height: 40px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
footer.wooprex-footer-section .footer-left .wooprex-follow-us ul li a i {
  font-size: 16px;
  display: flex;
}
footer.wooprex-footer-section .footer-left .wooprex-follow-us ul li a:hover {
  background-color: #e1f2f2;
  color: #223035;
  animation: none;
}
footer.wooprex-footer-section .footer-right {
  padding: 80px 0px;
  display: flex;
  align-items: normal;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
footer.wooprex-footer-section .footer-right h4 {
  text-transform: uppercase;
  margin-bottom: 35px;
}
footer.wooprex-footer-section .footer-right a {
  position: relative;
}
footer.wooprex-footer-section .footer-right a:after {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0%;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.6s ease;
}
footer.wooprex-footer-section .footer-right a:hover:after {
  width: 100%;
}
footer.wooprex-footer-section .footer-right .footer-item p {
  padding-right: 60px;
  margin-bottom: 30px;
}
footer.wooprex-footer-section .footer-right .footer-item .footer-form {
  position: relative;
  max-width: 310px;
}
footer.wooprex-footer-section .footer-right .footer-item .footer-form input[type=email] {
  border-radius: 100px;
  border-color: #303e42;
  background-color: #ffffff;
}
footer.wooprex-footer-section .footer-right .footer-item .footer-form input[type=email]::-moz-placeholder {
  color: #547079;
}
footer.wooprex-footer-section .footer-right .footer-item .footer-form input[type=email]::placeholder {
  color: #547079;
}
footer.wooprex-footer-section .footer-right .footer-item .footer-form .wooprex-btn {
  padding: 8px 16px;
  border-radius: 48px;
  background-color: #223035;
  border-color: #223035;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
}
footer.wooprex-footer-section .footer-right .footer-item .footer-form .wooprex-btn:hover {
  border-color: #223035;
  background-color: transparent;
  color: #303e42;
}
footer.wooprex-footer-section .footer-right .footer-item ul {
  display: flex;
  flex-direction: column;
  align-items: normal;
  gap: 10px;
}
footer.wooprex-footer-section .footer-right .footer-item ul li a {
  transition: all 0.6s ease;
}
footer.wooprex-footer-section .footer-right .footer-item ul li a:hover {
  transform: translateX(5px);
  color: #e1f2f2;
}
footer.wooprex-footer-section .footer-right .privacy-link ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
}
footer.wooprex-footer-section .footer-right .privacy-link ul li {
  position: relative;
  padding-right: 45px;
}
footer.wooprex-footer-section .footer-right .privacy-link ul li:before {
  content: "\f127";
  font-family: "flaticon_business";
  font-size: 40px;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  color: #ffffff;
}
footer.wooprex-footer-section .footer-right .privacy-link ul li a:hover {
  color: #e1f2f2;
}
footer.wooprex-footer-section .footer-right .privacy-link ul li:last-child {
  padding-right: 0;
}
footer.wooprex-footer-section .footer-right .privacy-link ul li:last-child:before {
  display: none;
}

/*-- nav/mega menu -- */
/*-- Base: mixin & variable  -- */
/* Wooprex menu css that applies to all section */
header.wooprex-header-section .header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header.wooprex-header-section .header-main .header-left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 180px;
}
header.wooprex-header-section .header-main .header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
header.wooprex-header-section .header-main .header-right i {
  font-size: 30px;
  cursor: pointer;
  color: #ffffff;
  position: relative;
  display: flex;
  line-height: 0px;
}
header.wooprex-header-section .header-main .header-right .wooprex-search-bar {
  background-color: rgba(225, 242, 242, 0.33);
  border-radius: 50%;
  padding: 12px;
  position: relative;
  overflow: hidden;
  display: flex;
}
header.wooprex-header-section .header-main .header-right .wooprex-search-bar:before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  height: 100%;
  width: 0;
  background-color: #303e42;
  transition: all 0.6s ease;
  z-index: -1;
}
header.wooprex-header-section .header-main .header-right .wooprex-search-bar:hover {
  border-color: #303e42;
}
header.wooprex-header-section .header-main .header-right .wooprex-search-bar:hover:before {
  width: 100%;
}
header.wooprex-header-section .header-main .wooprex-search-box {
  background: #e1f2f2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  padding: 20px 60px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
  z-index: 10;
  border: 1px solid #e1f2f2;
}
header.wooprex-header-section .header-main .wooprex-search-box form {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}
header.wooprex-header-section .header-main .wooprex-search-box input {
  border-color: transparent;
  color: #303e42;
  padding: 0;
  cursor: pointer;
  font-size: 20px;
}
header.wooprex-header-section .header-main .wooprex-search-box input::-moz-placeholder {
  color: #303e42;
  font-size: 20px;
}
header.wooprex-header-section .header-main .wooprex-search-box input::placeholder {
  color: #303e42;
  font-size: 20px;
}
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: #303e42;
  font-size: 35px;
}
header.wooprex-header-section .header-main .wooprex-search-box .wooprex-search-close:hover i {
  animation: wooprexDraw 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}
header.wooprex-header-section .header-main .wooprex-search-box.active-search {
  opacity: 1;
  visibility: visible;
}

/* Wooprex main menu */
.wooprex-main-menu ul.box-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  gap: 40px;
  flex-wrap: wrap;
}
.wooprex-main-menu ul.box-nav li.menu-item {
  position: relative;
}
.wooprex-main-menu ul.box-nav li.menu-item:hover a.item-link i {
  transform: rotate(180deg);
}
.wooprex-main-menu ul.box-nav li.menu-item a.item-link {
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 15px 0px;
  position: relative;
}
.wooprex-main-menu ul.box-nav li.menu-item a.item-link i {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.wooprex-main-menu ul.box-nav li.menu-item a.item-link:hover, .wooprex-main-menu ul.box-nav li.menu-item a.item-link.router-link-active {
  color: #e1f2f2;
}
.wooprex-main-menu ul.box-nav li.menu-item > ul.sub-menu {
  left: 0px;
  top: 69px;
}
.wooprex-main-menu ul.box-nav li.menu-item > ul.sub-menu:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 15px;
  border-left: 7px solid transparent;
  border-bottom: 10px solid #e1f2f2;
  border-right: 7px solid transparent;
}
.wooprex-main-menu ul.box-nav li.menu-item ul.sub-menu {
  position: absolute;
  width: 240px;
  padding: 20px 0px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
  background-color: #e1f2f2;
  border: 1px solid #e1f2f2;
  box-shadow: 0px 2px 12px 0px rgba(150, 27, 68, 0.1215686275);
  border-radius: 8px;
}
.wooprex-main-menu ul.box-nav li.menu-item ul.sub-menu li {
  padding: 7px 0px;
  position: relative;
}
.wooprex-main-menu ul.box-nav li.menu-item ul.sub-menu li a.sub-menu-link {
  padding: 0px 40px;
  display: block;
  color: #303e42;
  text-transform: capitalize;
  font-size: 16px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}
.wooprex-main-menu ul.box-nav li.menu-item ul.sub-menu li a.sub-menu-link i {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  transform: rotate(-90deg);
}
.wooprex-main-menu ul.box-nav li.menu-item ul.sub-menu li a.sub-menu-link:before {
  content: "\f127";
  font-family: "flaticon_business";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  color: #303e42;
  transition: all 0.6s ease;
  opacity: 0;
  visibility: hidden;
  font-size: 50px;
  left: -8px;
}
.wooprex-main-menu ul.box-nav li.menu-item ul.sub-menu li a.sub-menu-link:hover, .wooprex-main-menu ul.box-nav li.menu-item ul.sub-menu li a.sub-menu-link.router-link-active {
  color: #547079;
}
.wooprex-main-menu ul.box-nav li.menu-item ul.sub-menu li a.sub-menu-link:hover:before, .wooprex-main-menu ul.box-nav li.menu-item ul.sub-menu li a.sub-menu-link.router-link-active:before {
  left: 0px;
  opacity: 1;
  visibility: visible;
}
.wooprex-main-menu ul.box-nav li.menu-item ul.sub-menu li > ul.sub-menu {
  right: -220px;
  top: 0;
}
.wooprex-main-menu ul.box-nav li.menu-item ul.sub-menu li:hover > a.sub-menu-link i {
  transform: rotate(180deg);
}
.wooprex-main-menu ul.box-nav li.menu-item ul.sub-menu li:hover > ul.sub-menu {
  right: -240px;
  opacity: 1;
  visibility: visible;
}
.wooprex-main-menu ul.box-nav li.menu-item:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
}

/* Start Wooprex mobile menu */
.wooprex-mobile-menu {
  width: 300px;
  max-width: 100%;
  height: 100%;
  background-color: #e1f2f2;
  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: auto;
  z-index: 999;
}
.wooprex-mobile-menu ul.box-nav {
  padding-top: 10px;
}
.wooprex-mobile-menu ul.box-nav li.menu-item {
  padding: 0px 20px;
}
.wooprex-mobile-menu ul.box-nav li.menu-item a.item-link {
  padding: 15px 0px;
  display: block;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #303e42;
  transition: all 0.3s ease;
  gap: 5px;
}
.wooprex-mobile-menu ul.box-nav li.menu-item a.item-link i {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  transform: rotate(-90deg);
}
.wooprex-mobile-menu ul.box-nav li.menu-item a.item-link.link-active i {
  transform: rotate(0deg);
}
.wooprex-mobile-menu ul.box-nav li.menu-item a.item-link:hover, .wooprex-mobile-menu ul.box-nav li.menu-item a.item-link.router-link-active {
  color: #547079;
}
.wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu {
  padding-bottom: 10px;
}
.wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu ul.sub-menu {
  padding-bottom: 0;
}
.wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu li {
  padding: 0px 10px;
}
.wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu li a.sub-menu-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 0px;
  color: #303e42;
}
.wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu li a.sub-menu-link i {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  transform: rotate(-90deg);
}
.wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu li a.sub-menu-link.link-active i {
  transform: rotate(0deg);
}
.wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu li a.sub-menu-link:hover, .wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu li a.sub-menu-link.router-link-active {
  color: #547079;
}
.wooprex-mobile-menu.show {
  transform: translateX(0%);
}

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

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

/*-- heading/subheading -- */
/*-- Base: mixin & variable  -- */
.section-header {
  position: relative;
  z-index: 2;
  margin-bottom: 70px;
}
.section-header.center {
  text-align: center;
}
.section-header.center .header {
  margin: 0 auto;
}

/* Section header styling */
.sub-header {
  color: #85979b;
  font-weight: 400;
  margin-bottom: 25px;
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}

.header {
  font-size: 48px;
  font-weight: 600;
  position: relative;
  z-index: 2;
  color: #303e42;
  text-transform: uppercase;
}

/*-- Breadcrumb -- */
/*-- Base: mixin & variable  -- */
section.wooprex-breadcrumb-section {
  height: 620px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 80px;
}
section.wooprex-breadcrumb-section:before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #1c3036;
  opacity: 0.8;
}
section.wooprex-breadcrumb-section .breadcrumb-text {
  text-align: center;
  position: relative;
  z-index: 2;
}
section.wooprex-breadcrumb-section .breadcrumb-text a {
  letter-spacing: 20px;
  color: #aacbd6;
  text-transform: uppercase;
  position: relative;
  left: 10px;
}
section.wooprex-breadcrumb-section .breadcrumb-text a:hover {
  color: #ffffff;
}
section.wooprex-breadcrumb-section .breadcrumb-text h3 {
  font-weight: 600;
  color: #ffffff;
  font-size: 48px;
  margin-top: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
section.wooprex-breadcrumb-section.about {
  background-image: url("../assets/images/img-023.webp");
}
section.wooprex-breadcrumb-section.service {
  background-image: url("../assets/images/img-064.webp");
}
section.wooprex-breadcrumb-section.service-details {
  background-image: url("../assets/images/img-022.webp");
}
section.wooprex-breadcrumb-section.blog {
  background-image: url("../assets/images/img-032.webp");
}
section.wooprex-breadcrumb-section.blog-details {
  background-image: url("../assets/images/img-043.webp");
}
section.wooprex-breadcrumb-section.portfolio {
  background-image: url("../assets/images/img-07.webp");
}
section.wooprex-breadcrumb-section.portfolio-details {
  background-image: url("../assets/images/img-049.webp");
}
section.wooprex-breadcrumb-section.contact {
  background-image: url("../assets/images/img-035.webp");
}
section.wooprex-breadcrumb-section.team {
  background-image: url("../assets/images/img-032.webp");
}
section.wooprex-breadcrumb-section.team-details {
  background-image: url("../assets/images/img-043.webp");
}
section.wooprex-breadcrumb-section.faq {
  background-image: url("../assets/images/img-07.webp");
}
section.wooprex-breadcrumb-section.testimonial {
  background-image: url("../assets/images/img-049.webp");
}
section.wooprex-breadcrumb-section.pricing {
  background-image: url("../assets/images/img-035.webp");
}

/*-- slider -- */
/*-- Base: mixin & variable  -- */
.wooprex-swiper-navigation {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 40px;
  height: 100px;
  margin-top: 20px;
}
.wooprex-swiper-navigation .swiper-button-next,
.wooprex-swiper-navigation .swiper-button-prev {
  color: #547079;
  width: 54px;
  height: 54px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #547079;
  position: relative;
  top: inherit;
  left: inherit;
  margin: 0;
  bottom: 0;
  right: inherit;
  overflow: hidden;
}
.wooprex-swiper-navigation .swiper-button-next:after,
.wooprex-swiper-navigation .swiper-button-prev:after {
  font-family: "flaticon_business";
  font-size: 22px;
}
.wooprex-swiper-navigation .swiper-button-next:before,
.wooprex-swiper-navigation .swiper-button-prev:before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  height: 100%;
  width: 0;
  background-color: #547079;
  transition: all 0.6s ease;
  z-index: -1;
}
.wooprex-swiper-navigation .swiper-button-next:hover,
.wooprex-swiper-navigation .swiper-button-prev:hover {
  color: #ffffff !important;
}
.wooprex-swiper-navigation .swiper-button-next:hover:before,
.wooprex-swiper-navigation .swiper-button-prev:hover:before {
  width: 100%;
}
.wooprex-swiper-navigation .swiper-button-prev:after {
  content: "\f11e";
}
.wooprex-swiper-navigation .swiper-button-next:after {
  content: "\f11d";
}

/* Banner section */
section.wooprex-banner-section .wooprex-swiper-navigation {
  position: absolute;
  right: 0;
  bottom: 13%;
  height: auto;
  flex-direction: column;
  width: 100%;
  align-items: flex-end;
  padding-right: 70px;
  gap: 15px;
  margin-top: 0;
}
section.wooprex-banner-section .wooprex-swiper-navigation .swiper-button-next,
section.wooprex-banner-section .wooprex-swiper-navigation .swiper-button-prev {
  width: 45px;
  height: 45px;
  color: #ffffff;
  border-color: #ffffff;
}
section.wooprex-banner-section .wooprex-swiper-navigation .swiper-button-next:after,
section.wooprex-banner-section .wooprex-swiper-navigation .swiper-button-prev:after {
  font-size: 20px;
}
section.wooprex-banner-section .wooprex-swiper-navigation .swiper-button-next:hover,
section.wooprex-banner-section .wooprex-swiper-navigation .swiper-button-prev:hover {
  border-color: #547079;
}
section.wooprex-banner-section .wooprex-swiper-navigation .swiper-pagination-fraction {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 45px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  border-radius: 32px;
  font-size: 24px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
  text-align: center;
  transition: all 0.3s ease;
}
section.wooprex-banner-section .wooprex-swiper-navigation .swiper-pagination-fraction:before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  height: 100%;
  width: 0;
  background-color: #303e42;
  transition: all 0.6s ease;
  z-index: -1;
}
section.wooprex-banner-section .wooprex-swiper-navigation .swiper-pagination-fraction:hover {
  border-color: #303e42;
}
section.wooprex-banner-section .wooprex-swiper-navigation .swiper-pagination-fraction:hover:before {
  width: 100%;
}
section.wooprex-banner-section .wooprex-swiper-pagination {
  padding-top: 0;
}
section.wooprex-banner-section .wooprex-swiper-pagination .swiper-pagination-vertical {
  width: 20px;
  min-height: 350px;
  position: absolute;
  z-index: 1;
  right: 70px;
  bottom: inherit;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  gap: 22px;
}
section.wooprex-banner-section .wooprex-swiper-pagination .swiper-pagination-vertical .swiper-pagination-bullet {
  background-color: #ffffff;
  width: 5px;
  height: 5px;
  opacity: 1;
  transition: all 0.3s ease;
  position: relative;
}
section.wooprex-banner-section .wooprex-swiper-pagination .swiper-pagination-vertical .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 8px;
  height: 8px;
}
section.wooprex-banner-section .wooprex-swiper-pagination .swiper-pagination-vertical .swiper-pagination-bullet:before {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
section.wooprex-banner-section .wooprex-swiper-pagination .swiper-pagination-vertical .swiper-pagination-bullet:hover:before, section.wooprex-banner-section .wooprex-swiper-pagination .swiper-pagination-vertical .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  opacity: 0.5;
  visibility: visible;
}
section.wooprex-banner-section .wooprex-swiper-pagination .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
section.wooprex-banner-section .wooprex-swiper-pagination .swiper-pagination .swiper-pagination-bullet {
  background-color: #ffffff;
  width: 5px;
  height: 5px;
  opacity: 1;
  transition: all 0.3s ease;
  position: relative;
}
section.wooprex-banner-section .wooprex-swiper-pagination .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 8px;
  height: 8px;
}
section.wooprex-banner-section .wooprex-swiper-pagination .swiper-pagination .swiper-pagination-bullet:before {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
section.wooprex-banner-section .wooprex-swiper-pagination .swiper-pagination .swiper-pagination-bullet:hover:before, section.wooprex-banner-section .wooprex-swiper-pagination .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  opacity: 0.5;
  visibility: visible;
}

@media only screen and (min-width: 768px) {
  section.wooprex-banner-section .wooprex-swiper-pagination {
    display: none;
  }
}
/* testimonial section 2 */
section.wooprex-testimonial-section-two .testimonial-main-wrapper .wooprex-swiper-navigation {
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 40px;
  padding-left: 20px;
}

/* Swiper Pagination */
.wooprex-swiper-pagination {
  padding-top: 60px;
}
.wooprex-swiper-pagination .swiper-pagination {
  position: static;
}
.wooprex-swiper-pagination .swiper-pagination .swiper-pagination-bullet {
  background-color: #cad7db;
  opacity: 1;
  width: 10px;
  transition: all 0.3s ease;
  border-radius: 8px;
  height: 5px;
}
.wooprex-swiper-pagination .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 20px;
  background-color: #547079;
}

/* Home service */
section.wooprex-home-service-section .wooprex-swiper-pagination {
  padding: 0;
  position: absolute;
  min-width: 200px;
  height: 54px;
  bottom: 35px;
  border-radius: 64px;
  background-color: rgba(255, 255, 255, 0.5411764706);
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}
section.wooprex-home-service-section .wooprex-swiper-pagination .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
section.wooprex-home-service-section .wooprex-swiper-pagination .swiper-pagination-bullet {
  position: relative;
  background-color: #ffffff;
  opacity: 1;
  width: 4px;
  transition: all 0.6s ease;
  border-radius: 50%;
  height: 4px;
  margin: 0px 10px;
}
section.wooprex-home-service-section .wooprex-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 8px;
  height: 8px;
  background-color: #547079;
}
section.wooprex-home-service-section .wooprex-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #547079;
  border-radius: 50%;
  transition: all 0.3s ease;
}

/*-- button -- */
/*-- Base: mixin & variable  -- */
/*========================== Wooprex Button style ==========================*/
.wooprex-btn {
  background-color: #e1f2f2;
  color: #547079;
  font-size: 15px;
  font-weight: 600;
  padding: 14px 40px;
  text-transform: uppercase;
  border: 1px solid;
  border-color: #e1f2f2;
  border-radius: 56px;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  overflow: hidden;
}
.wooprex-btn i {
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wooprex-btn:hover {
  color: #e1f2f2;
  border-color: #e1f2f2;
  background-color: transparent;
}
.wooprex-btn.rotate i {
  transform: rotate(-45deg);
}
.wooprex-btn.rotate:hover i {
  transform: rotate(0deg);
}
.wooprex-btn.btn-2 {
  border-radius: 50%;
  padding: 0px;
  height: 54px;
  width: 54px;
  gap: 0px;
  transition-duration: 0.6s;
}
.wooprex-btn.btn-2 i {
  width: 100%;
  transition-duration: 0.6s;
}
.wooprex-btn.btn-2 span {
  width: 0;
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.3s;
  text-wrap: nowrap;
}
.wooprex-btn.btn-2:hover {
  border-radius: 72px;
  width: 180px;
  padding: 0px 30px;
  gap: 8px;
}
.wooprex-btn.btn-2:hover span {
  width: 80%;
  opacity: 1;
  visibility: visible;
}
.wooprex-btn.btn-2:hover i {
  width: 20%;
}
.wooprex-btn.btn-fill-dark {
  background-color: #547079;
  color: #e1f2f2;
  border-color: #547079;
}
.wooprex-btn.btn-fill-dark:hover {
  background-color: transparent;
  color: #547079;
}
.wooprex-btn.btn-outline {
  border-color: #547079;
  color: #547079;
  background-color: transparent;
}
.wooprex-btn.btn-outline:hover {
  border-color: #547079;
  color: #ffffff;
  background-color: #547079;
}

/* Read more btn */
.wooprex-read-btn {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  position: relative;
  font-size: 14px;
  font-weight: 600;
}
.wooprex-read-btn:before {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0%;
  width: 0;
  height: 1px;
  background-color: #303e42;
  transition: all 0.6s ease;
}
.wooprex-read-btn i {
  display: flex;
  font-size: 20px;
  transform: rotate(-45deg);
}
.wooprex-read-btn:hover:before {
  width: 100%;
}
.wooprex-read-btn:hover i {
  transform: rotate(0deg);
}

/*-- Follow us -- */
/*-- Base: mixin & variable  -- */
.wooprex-follow-us ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 32px;
}
.wooprex-follow-us ul li a {
  color: #7f9298;
  font-size: 16px;
}
.wooprex-follow-us ul li a:hover {
  color: #e1f2f2;
  animation: wooprexDraw 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}

/*-- counter -- */
/*-- Base: mixin & variable  -- */
.wooprex-counter-item {
  text-align: center;
  position: relative;
}
.wooprex-counter-item:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  width: 1px;
  height: 78px;
  border: 1px dotted #547079;
  border-radius: 2px;
  opacity: 0.5;
}
.wooprex-counter-item.last:before {
  display: none;
}
.wooprex-counter-item h4 {
  font-size: 96px;
  font-weight: 400;
}
.wooprex-counter-item h4 span.plus {
  font-size: 24px;
  vertical-align: bottom;
}
.wooprex-counter-item p {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  color: #547079;
}

/*-- Service item section -- */
/*-- Base: mixin & variable  -- */
/* Home service item */
section.wooprex-home-service-section .wooprex-service-item {
  padding: 40px 0px;
  border-bottom: 1px solid rgba(133, 151, 155, 0.3098039216);
}
section.wooprex-home-service-section .wooprex-service-item:first-child {
  padding-top: 0;
}
section.wooprex-home-service-section .wooprex-service-item.last {
  border-bottom: none;
}
section.wooprex-home-service-section .wooprex-service-item span {
  color: #85979b;
  border: 1px solid #85979b;
  padding: 5px;
  border-radius: 50%;
  letter-spacing: -1px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}
section.wooprex-home-service-section .wooprex-service-item .service-item-inner-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}
section.wooprex-home-service-section .wooprex-service-item .service-item-inner-wrapper h3 {
  width: 60%;
  font-weight: 400;
  font-size: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.wooprex-home-service-section .wooprex-service-item .service-item-inner-wrapper h3 a i {
  position: relative;
  top: 8px;
  font-size: 55px;
  height: 55px;
  display: inline-block;
}
section.wooprex-home-service-section .wooprex-service-item .service-item-inner-wrapper p {
  width: 40%;
  font-weight: 400;
}

/* Home choose us - service - service item 2 */
section.wooprex-choose-us-section-one .wooprex-service-item-two {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 25px;
}
section.wooprex-choose-us-section-one .wooprex-service-item-two .service-icon i {
  font-size: 40px;
}
section.wooprex-choose-us-section-one .wooprex-service-item-two .service-description {
  max-width: 335px;
}
section.wooprex-choose-us-section-one .wooprex-service-item-two .service-description h5 {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 15px;
}
section.wooprex-choose-us-section-one .wooprex-service-item-two .service-description p {
  font-size: 14px;
  margin-bottom: 15px;
}

/* Service page - service section */
section.wooprex-service-section .service-main-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
section.wooprex-service-section .wooprex-service-item-three {
  border-radius: 64px;
  overflow: hidden;
  background-color: #547079;
  transition: all 0.6s ease;
  padding: 15px;
}
section.wooprex-service-section .wooprex-service-item-three .service-image {
  border-radius: 56px;
  overflow: hidden;
  height: 490px;
  border: 1px solid #d2e5f6;
}
section.wooprex-service-section .wooprex-service-item-three .service-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-service-section .wooprex-service-item-three:hover .service-image img {
  transform: scale(1.05);
}
section.wooprex-service-section .wooprex-service-item-three .service-description {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  padding-left: 15px;
  padding-right: 110px;
  position: relative;
}
section.wooprex-service-section .wooprex-service-item-three .service-description h3,
section.wooprex-service-section .wooprex-service-item-three .service-description p {
  color: #ffffff;
  position: relative;
  z-index: 2;
}
section.wooprex-service-section .wooprex-service-item-three .service-description h3 {
  margin-bottom: 50px;
}
section.wooprex-service-section .wooprex-service-item-three .service-description h4 {
  position: absolute;
  top: -40px;
  right: -10px;
  line-height: 1em;
  font-size: 300px;
  color: #4e6871;
}
section.wooprex-service-section .wooprex-service-item-three .service-description h4 span {
  font-size: 16px;
  position: absolute;
  transform: rotate(90deg);
  right: -70px;
  bottom: -100px;
  letter-spacing: 12px;
  display: inline-block;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: 400;
  color: #465e66;
}
section.wooprex-service-section .wooprex-service-item-three .service-description ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin: 35px 0px;
}
section.wooprex-service-section .wooprex-service-item-three .service-description ul li a {
  padding: 8px 12px;
  border-radius: 48px;
  font-size: 14px;
  color: #d2e5f6;
  background-color: #4f6a73;
  position: relative;
  display: flex;
  overflow: hidden;
  z-index: 1;
}
section.wooprex-service-section .wooprex-service-item-three .service-description ul li a:before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  height: 100%;
  width: 0;
  background-color: #e1f2f2;
  transition: all 0.6s ease;
  z-index: -1;
}
section.wooprex-service-section .wooprex-service-item-three .service-description ul li a:hover {
  color: #303e42 !important;
}
section.wooprex-service-section .wooprex-service-item-three .service-description ul li a:hover:before {
  width: 100%;
}
section.wooprex-service-section .wooprex-service-item-three .service-description .wooprex-btn {
  background-color: transparent;
  color: #e1f2f2;
}
section.wooprex-service-section .wooprex-service-item-three .service-description .wooprex-btn:hover {
  gap: 20px;
}

/*-- portfolio item -- */
/*-- Base: mixin & variable  -- */
.wooprex-portfolio-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.wooprex-portfolio-item .portfolio-image {
  overflow: hidden;
  height: 550px;
  order: 1;
}
.wooprex-portfolio-item .portfolio-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.wooprex-portfolio-item .portfolio-image a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-portfolio-item .portfolio-description {
  padding-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  order: 2;
}
.wooprex-portfolio-item .portfolio-description .details-left h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}
.wooprex-portfolio-item .portfolio-description .details-left h4 a {
  color: #000000;
}
.wooprex-portfolio-item .portfolio-description .details-left p {
  font-size: 24px;
  font-weight: 600;
  color: #44636c;
}
.wooprex-portfolio-item .portfolio-description .details-right .wooprex-btn.btn-outline {
  padding: 0px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
}
.wooprex-portfolio-item:hover .portfolio-image img {
  transform: scale(1.05);
}
.wooprex-portfolio-item:hover .portfolio-description .details-left h4 a {
  color: #44636c;
}
.wooprex-portfolio-item.disorder .portfolio-image {
  order: 2;
}
.wooprex-portfolio-item.disorder .portfolio-description {
  order: 1;
  padding-top: 0;
  padding-bottom: 30px;
}

/*-- blog section -- */
/*-- Base: mixin & variable  -- */
.wooprex-blog-item {
  background-color: #f4fcff;
  border: 1px solid #d2e5f6;
  padding: 15px;
  padding-bottom: 40px;
  border-radius: 56px;
  height: 100%;
}
.wooprex-blog-item .blog-image {
  border-radius: 44px 44px 8px 8px;
  overflow: hidden;
  height: 475px;
}
.wooprex-blog-item .blog-image a {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.wooprex-blog-item .blog-image a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-blog-item .blog-description {
  margin-top: 20px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 20px;
}
.wooprex-blog-item .blog-description h4 {
  font-size: 22px;
  font-weight: 500;
}
.wooprex-blog-item .blog-description h4,
.wooprex-blog-item .blog-description a,
.wooprex-blog-item .blog-description p,
.wooprex-blog-item .blog-description a {
  color: #547079;
}
.wooprex-blog-item .blog-description p.date {
  position: relative;
}
.wooprex-blog-item .blog-description p.date:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -65px;
  width: 50px;
  height: 1px;
  background-color: #547079;
}
.wooprex-blog-item .blog-description .wooprex-btn.btn-outline:hover {
  background-color: transparent;
  color: #547079;
}
.wooprex-blog-item:hover .blog-image a img {
  transform: scale(1.05);
}

/* Blog page - blog section */
section.wooprex-blog-list-section .wooprex-blog-item i {
  transition-duration: 0.2s;
}
section.wooprex-blog-list-section .wooprex-blog-item:hover {
  background-color: #547079;
}
section.wooprex-blog-list-section .wooprex-blog-item:hover h3,
section.wooprex-blog-list-section .wooprex-blog-item:hover p,
section.wooprex-blog-list-section .wooprex-blog-item:hover a {
  color: #ffffff;
}
section.wooprex-blog-list-section .wooprex-blog-item:hover .wooprex-btn.btn-outline {
  border-color: #e1f2f2;
}
section.wooprex-blog-list-section .wooprex-blog-item:hover .wooprex-btn.btn-outline:hover {
  color: #e1f2f2;
}

/*-- Partner -- */
/*-- Base: mixin & variable  -- */
section.wooprex-partner-section .container {
  max-width: 1320px;
}
section.wooprex-partner-section h3 {
  font-size: 128px;
  text-align: center;
  -webkit-text-stroke: 1px #a4b6c7;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  font-family: sans-serif;
  margin-bottom: 60px;
  text-wrap: nowrap;
}
section.wooprex-partner-section .swiper-slide {
  text-align: center;
}

/*-- team -- */
/*-- Base: mixin & variable  -- */
.wooprex-team-item {
  width: 280px;
  margin: 0 auto;
}
.wooprex-team-item .team-top {
  border: 1px solid #d2e5f6;
  position: relative;
}
.wooprex-team-item .team-top .team-image {
  border-radius: 50%;
  background-color: #d2e5f6;
  width: 100%;
  height: 280px;
  overflow: hidden;
}
.wooprex-team-item .team-top .team-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.wooprex-team-item .team-top .team-image a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  padding: 40px;
  padding-bottom: 0;
}
.wooprex-team-item .team-top .wooprex-follow-us {
  position: absolute;
  bottom: 0%;
  right: 0%;
  width: 30px;
  background-color: #ffffff;
}
.wooprex-team-item .team-top .wooprex-follow-us > i {
  border-left: 1px solid #d2e5f6;
  border-top: 1px solid #d2e5f6;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  color: #a4b6c7;
}
.wooprex-team-item .team-top .wooprex-follow-us:hover ul {
  opacity: 1;
  visibility: visible;
  bottom: 30px;
}
.wooprex-team-item .team-top .wooprex-follow-us ul {
  gap: 10px;
  flex-direction: column;
  padding: 10px 5px;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
}
.wooprex-team-item .team-top .wooprex-follow-us ul li a {
  color: #547079;
  font-size: 13px;
}
.wooprex-team-item .team-top .wooprex-follow-us ul li a:hover {
  color: #303e42;
  animation: none;
}
.wooprex-team-item:hover .team-top .team-image img {
  transform: scale(1.1);
}
.wooprex-team-item .team-description {
  margin-top: 20px;
}
.wooprex-team-item .team-description h4 {
  font-size: 20px;
}
.wooprex-team-item .team-description p {
  font-size: 14px;
}

/*-- testimonial -- */
/*-- Base: mixin & variable  -- */
/* Testimonial section 1 */
.wooprex-testimonial-item.style-1 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
  border-radius: 16px;
  overflow: visible;
  border: 1px solid #e5ecef;
  padding: 35px 0px;
  overflow: visible;
  height: 100%;
}
.wooprex-testimonial-item.style-1 .testimonial-image {
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin-left: 20px;
  width: 90px;
  height: 90px;
}
.wooprex-testimonial-item.style-1 .testimonial-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-testimonial-item.style-1 .testimonial-description {
  display: flex;
  flex-direction: column;
  padding-right: 40px;
  width: 75%;
}
.wooprex-testimonial-item.style-1 .testimonial-description > p {
  color: #547079;
  line-height: 1.4em;
}
.wooprex-testimonial-item.style-1 .testimonial-description .avatar-details {
  position: relative;
  padding-top: 30px;
}
.wooprex-testimonial-item.style-1 .testimonial-description .avatar-details:before {
  content: "";
  background-image: url("../assets/shape/shape-07.svg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: 0%;
  right: 0%;
}
.wooprex-testimonial-item.style-1 .testimonial-description .avatar-details h5 {
  color: #547079;
  margin-bottom: 5px;
}
.wooprex-testimonial-item.style-1 .testimonial-description .avatar-details p {
  color: #80888f;
}

section.wooprex-testimonial-section-one .wooprex-testimonial-item.style-1 {
  margin-left: 45px;
}
section.wooprex-testimonial-section-one .wooprex-testimonial-item.style-1 .testimonial-image {
  margin-left: -90px;
}
section.wooprex-testimonial-section-one .swiper-slide {
  height: auto;
}
section.wooprex-testimonial-section-one .swiper-slide-active .wooprex-testimonial-item.style-1 {
  margin: 0px 45px;
}

/* Testimonial section 2 */
section.wooprex-testimonial-section-two .testimonial-left img {
  width: 445px;
  height: 375px;
  position: relative;
  top: -20px;
  right: -165px;
}
section.wooprex-testimonial-section-two .testimonial-main-wrapper {
  margin-top: 50px;
}
section.wooprex-testimonial-section-two.bg-color {
  background-color: #e1f2f2;
}
section.wooprex-testimonial-section-two .swiper-slide {
  height: auto;
}

/* Testimonial-item */
.wooprex-testimonial-item-2 {
  padding: 20px;
  background-color: #ffffff;
  position: relative;
  z-index: 2;
  height: 100%;
}
.wooprex-testimonial-item-2 > p {
  font-size: 34px;
  padding-bottom: 30px;
  border-bottom: 1px solid #303e42;
  line-height: 1.4em;
}
.wooprex-testimonial-item-2 .client-info {
  padding-top: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}
.wooprex-testimonial-item-2 .client-info .client-image {
  width: 64px;
  height: 64px;
  overflow: hidden;
  border-radius: 50%;
}
.wooprex-testimonial-item-2 .client-info .client-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-testimonial-item-2 .client-info .client-details h5 {
  font-size: 14px;
  font-weight: 500;
  color: #547079;
}
.wooprex-testimonial-item-2 .client-info .client-details p {
  font-size: 14px;
  color: #80888f;
}

/*-- get-in-touch -- */
/*-- Base: mixin & variable  -- */
section.wooprex-get-in-touch-section {
  background-color: #e1f2f2;
  padding: 20px;
}
section.wooprex-get-in-touch-section .shape-image {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  left: -150px;
  height: 100%;
  width: 45%;
}
section.wooprex-get-in-touch-section .get-in-touch-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  padding-left: calc((100% - 1340px) / 2);
}
section.wooprex-get-in-touch-section .get-in-touch-wrapper .get-in-touch-contact {
  width: 40%;
}
section.wooprex-get-in-touch-section .get-in-touch-wrapper .get-in-touch-contact .section-header {
  margin-bottom: 60px;
}
section.wooprex-get-in-touch-section .get-in-touch-wrapper .get-in-touch-contact .section-header p.description {
  color: #547079;
  font-size: 18px;
  margin-top: 25px;
  max-width: 500px;
}
section.wooprex-get-in-touch-section .get-in-touch-wrapper .get-in-touch-image {
  width: 55%;
}
section.wooprex-get-in-touch-section .get-in-touch-wrapper .get-in-touch-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*-- form -- */
/*-- Base: mixin & variable  -- */
section.wooprex-get-in-touch-section form {
  position: relative;
  z-index: 2;
}
section.wooprex-get-in-touch-section form input[type=text],
section.wooprex-get-in-touch-section form input[type=email],
section.wooprex-get-in-touch-section form textarea {
  background-color: #eefcfc;
  border-color: #ffffff;
}
section.wooprex-get-in-touch-section form input[type=text]::-moz-placeholder, section.wooprex-get-in-touch-section form input[type=email]::-moz-placeholder, section.wooprex-get-in-touch-section form textarea::-moz-placeholder {
  color: #547079;
}
section.wooprex-get-in-touch-section form input[type=text]::placeholder,
section.wooprex-get-in-touch-section form input[type=email]::placeholder,
section.wooprex-get-in-touch-section form textarea::placeholder {
  color: #547079;
}
section.wooprex-get-in-touch-section form input[type=text],
section.wooprex-get-in-touch-section form input[type=email] {
  border-radius: 100px;
}
section.wooprex-get-in-touch-section form textarea {
  border-radius: 16px;
}

/* contact form */
.wooprex-contact-form-section .form-main form input[type=text],
.wooprex-contact-form-section .form-main form input[type=email],
.wooprex-contact-form-section .form-main form textarea {
  border: 1px solid #adb4bb;
  padding: 16px 30px;
  border-radius: 64px;
}
.wooprex-contact-form-section .form-main form input[type=text]:focus,
.wooprex-contact-form-section .form-main form input[type=email]:focus,
.wooprex-contact-form-section .form-main form textarea:focus {
  box-shadow: none;
  border-color: #303e42;
}
.wooprex-contact-form-section .form-main form input[type=text]::-moz-placeholder, .wooprex-contact-form-section .form-main form input[type=email]::-moz-placeholder, .wooprex-contact-form-section .form-main form textarea::-moz-placeholder {
  color: #494949;
}
.wooprex-contact-form-section .form-main form input[type=text]::placeholder,
.wooprex-contact-form-section .form-main form input[type=email]::placeholder,
.wooprex-contact-form-section .form-main form textarea::placeholder {
  color: #494949;
}
.wooprex-contact-form-section .form-main form label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  color: #303e42;
}
.wooprex-contact-form-section .form-main form label input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 1px solid #547079;
  background-color: #ffffff;
  cursor: pointer;
  border-radius: 4px;
  position: relative;
  padding: 0;
}
.wooprex-contact-form-section .form-main form label input:checked {
  background-color: #303e42;
  border-color: #303e42;
}
.wooprex-contact-form-section .form-main form label input:checked::before {
  content: "✔";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
}
.wooprex-contact-form-section .form-main form label span {
  width: 100%;
}

/* Comment form blog details */
.comment-form input[type=text],
.comment-form input[type=email],
.comment-form textarea {
  padding: 10px 0px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #adb4bb;
  border-radius: 0px;
  height: 54px;
  color: #494949;
  font-size: 16px;
}
.comment-form input[type=text]::-moz-placeholder, .comment-form input[type=email]::-moz-placeholder, .comment-form textarea::-moz-placeholder {
  color: #494949;
  font-size: 16px;
}
.comment-form input[type=text]::placeholder,
.comment-form input[type=email]::placeholder,
.comment-form textarea::placeholder {
  color: #494949;
  font-size: 16px;
}
.comment-form input[type=text]:focus,
.comment-form input[type=email]:focus,
.comment-form textarea:focus {
  outline: none;
  box-shadow: none;
  border-color: #303e42;
  background-color: transparent;
}
.comment-form .comment-form-comment textarea {
  height: 100%;
  display: block;
}
.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
  margin-top: 20px;
}
.comment-form .comment-form-cookies-consent {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 40px;
}
.comment-form .comment-form-cookies-consent input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 1px solid #3b545b;
  background-color: transparent;
  cursor: pointer;
  border-radius: 4px;
  position: relative;
}
.comment-form .comment-form-cookies-consent input:checked {
  background-color: #303e42;
  border-color: #303e42;
}
.comment-form .comment-form-cookies-consent input:checked::before {
  content: "✔";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
}
.comment-form .comment-form-cookies-consent label {
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 300;
  width: 85%;
}
.comment-form .form-submit {
  margin-top: 40px;
}

/* Input type=form button styling */
.wooprex-input-wrapper {
  position: relative;
  min-width: 190px;
  height: 54px;
  margin-top: 40px;
  display: inline-block;
}
.wooprex-input-wrapper i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  right: 55px;
  z-index: 2;
  line-height: 1em;
  color: #ffffff;
  pointer-events: none;
  transition: all 0.3s ease;
}
.wooprex-input-wrapper:hover i {
  color: #547079;
}
.wooprex-input-wrapper .wooprex-btn {
  width: 100%;
  height: 100%;
  border-radius: 96px;
  text-align: left;
  padding: 0 55px !important;
}

/*-- popup -- */
/*-- Base: mixin & variable  -- */
section.wooprex-popup-section .popup-bg,
.wooprex-popup-section-two .popup-bg {
  position: relative;
}
section.wooprex-popup-section .popup-bg:before,
.wooprex-popup-section-two .popup-bg:before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
section.wooprex-popup-section .popup-bg img,
.wooprex-popup-section-two .popup-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-popup-section .popup-bg .media-player,
.wooprex-popup-section-two .popup-bg .media-player {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
section.wooprex-popup-section .popup-bg .media-player a,
.wooprex-popup-section-two .popup-bg .media-player a {
  font-size: 40px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(238, 246, 249, 0.4);
  border-radius: 50%;
  position: relative;
}
section.wooprex-popup-section .popup-bg .media-player a:before,
.wooprex-popup-section-two .popup-bg .media-player a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  background: rgba(238, 246, 249, 0.1607843137);
  border-radius: 50%;
  z-index: 0;
  animation: circle-pulse 1500ms ease-out infinite;
}
section.wooprex-popup-section .popup-bg .media-player a i,
.wooprex-popup-section-two .popup-bg .media-player a i {
  position: relative;
  left: 3px;
  transition: all 0.3s ease;
}
section.wooprex-popup-section .popup-bg .media-player:hover a i,
.wooprex-popup-section-two .popup-bg .media-player:hover a i {
  transform: scale(1.1);
}

/* Main popup */
section.wooprex-popup-section .popup-bg:before {
  background-color: rgba(237, 244, 246, 0.3019607843);
}
section.wooprex-popup-section .popup-bg .media-player a {
  width: 150px;
  height: 150px;
}
section.wooprex-popup-section .popup-bg .media-player a:before {
  height: 150px;
  width: 150px;
}
section.wooprex-popup-section .popup-bottom {
  margin-top: -100px;
  z-index: 2;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
section.wooprex-popup-section .popup-bottom .popup-bottom-left {
  width: 50%;
  background-color: #e1f2f2;
  padding: 50px 60px;
  border-radius: 32px;
}
section.wooprex-popup-section .popup-bottom .popup-bottom-left h4 {
  font-size: 128px;
  margin-bottom: 15px;
}
section.wooprex-popup-section .popup-bottom .popup-bottom-left p {
  max-width: 450px;
  line-height: 1.4em;
}
section.wooprex-popup-section .popup-bottom .popup-bottom-right {
  width: 50%;
  padding-left: 150px;
}
section.wooprex-popup-section .popup-bottom .popup-bottom-right p {
  line-height: 1.4em;
}

/* Service details popup */
.wooprex-popup-section-two {
  padding: 90px 0px;
}
.wooprex-popup-section-two .popup-bg {
  border-radius: 40px;
  overflow: hidden;
  height: 690px;
}
.wooprex-popup-section-two .popup-bg:before {
  background-color: #303e42;
  opacity: 0.1;
}
.wooprex-popup-section-two .popup-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
.wooprex-popup-section-two .popup-bg .media-player a {
  width: 130px;
  height: 130px;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.wooprex-popup-section-two .popup-bg .media-player a:before {
  height: 130px;
  width: 130px;
}
.wooprex-popup-section-two .popup-bg .media-player a:before {
  background-color: rgba(238, 246, 249, 0.5);
}

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

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

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

.wooprex-navigation.style-2 {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wooprex-navigation.style-2 a {
  padding: 12px 30px;
}
.wooprex-navigation.style-2 a.prev {
  flex-direction: row-reverse;
}

/*-- wooprex sidebar -- */
/*-- Base: mixin & variable  -- */
.wooprex-sidebar {
  /* Latest post */
}
.wooprex-sidebar.right {
  padding-left: 50px;
}
.wooprex-sidebar.left {
  padding-right: 50px;
}
.wooprex-sidebar h4 {
  margin-bottom: 30px;
  color: #000000;
  max-width: 800px;
}
.wooprex-sidebar .wooprex-sidebar-search {
  position: relative;
  max-width: 400px;
}
.wooprex-sidebar .wooprex-sidebar-search input {
  width: 100%;
  border: 1px solid #d2e5f6 !important;
  text-indent: 5px;
  border-radius: 8px;
  padding: 16px 50px 16px 10px;
}
.wooprex-sidebar .wooprex-sidebar-search input::-moz-placeholder {
  color: #9f9fc0;
}
.wooprex-sidebar .wooprex-sidebar-search input::placeholder {
  color: #9f9fc0;
}
.wooprex-sidebar .wooprex-sidebar-search button {
  position: absolute;
  height: 100%;
  width: 30px;
  right: 10px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #303e42;
  font-size: 24px;
  line-height: 1.6em;
  border: none;
  background-color: transparent;
}
.wooprex-sidebar .wooprex-sidebar-search button i {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wooprex-sidebar .wooprex-sidebar-category ul li {
  border-bottom: 1px solid rgba(204, 217, 221, 0.4196078431);
  padding-bottom: 5px;
}
.wooprex-sidebar .wooprex-sidebar-category ul li:last-child {
  border-bottom: none;
  padding-bottom: 5px;
}
.wooprex-sidebar .wooprex-sidebar-category ul li:hover {
  border-color: #adb4bb;
}
.wooprex-sidebar .wooprex-sidebar-category ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: 14px;
}
.wooprex-sidebar .wooprex-sidebar-category ul li a span i {
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-45deg);
  color: #547079;
}
.wooprex-sidebar .wooprex-sidebar-category ul li a:hover span i {
  transform: rotate(0deg);
}
.wooprex-sidebar .wooprex-sidebar-archive ul li a {
  position: relative;
}
.wooprex-sidebar .wooprex-sidebar-archive ul li a:before {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0%;
  width: 0;
  height: 1px;
  background-color: #303e42;
  transition: all 0.6s ease;
}
.wooprex-sidebar .wooprex-sidebar-archive ul li a:hover:before {
  width: 100%;
}
.wooprex-sidebar .wooprex-sidebar-category ul li,
.wooprex-sidebar .wooprex-sidebar-archive ul li {
  margin-bottom: 20px;
  font-size: 16px;
}
.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-tags .tagcloud {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 300px;
}
.wooprex-sidebar .wooprex-sidebar-tags .tagcloud a {
  text-transform: lowercase;
  padding-right: 10px;
  position: relative;
  color: #494949;
  font-size: 14px;
}
.wooprex-sidebar .wooprex-sidebar-tags .tagcloud a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  height: 10px;
  width: 1px;
  background-color: #494949;
}
.wooprex-sidebar .wooprex-sidebar-tags .tagcloud a:last-child:after {
  display: none;
}
.wooprex-sidebar .wooprex-sidebar-tags .tagcloud a:before {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0%;
  width: 0;
  height: 1px;
  background-color: #303e42;
  transition: all 0.6s ease;
}
.wooprex-sidebar .wooprex-sidebar-tags .tagcloud a:hover:before {
  width: 90%;
}
.wooprex-sidebar .wooprex-sidebar-latest-post ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.wooprex-sidebar .wooprex-sidebar-latest-post h4 {
  margin-bottom: 25px;
}
.wooprex-sidebar .wooprex-sidebar-latest-post .latest-post-item {
  display: flex;
  gap: 15px;
  align-items: center;
}
.wooprex-sidebar .wooprex-sidebar-latest-post .latest-post-item .post-thumbnail {
  width: 125px;
  height: 105px;
  border-radius: 10px;
  overflow: hidden;
}
.wooprex-sidebar .wooprex-sidebar-latest-post .latest-post-item .post-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-sidebar .wooprex-sidebar-latest-post .latest-post-item:hover .post-thumbnail img {
  transform: scale(1.05);
}
.wooprex-sidebar .wooprex-sidebar-latest-post .latest-post-item:hover .post-details p.details {
  text-decoration: underline;
}
.wooprex-sidebar .wooprex-sidebar-latest-post .latest-post-item .post-details {
  width: 65%;
}
.wooprex-sidebar .wooprex-sidebar-latest-post .latest-post-item .post-details p.date {
  color: #303e42;
  margin-bottom: 10px;
}
.wooprex-sidebar .wooprex-sidebar-category,
.wooprex-sidebar .wooprex-sidebar-archive,
.wooprex-sidebar .wooprex-sidebar-latest-post,
.wooprex-sidebar .wooprex-sidebar-tags {
  max-width: 420px;
  margin-top: 50px;
}

/*-- bottom to top -- */
/*-- Base: mixin & variable  -- */
#topButton {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  background-color: #303e42;
  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: #e1f2f2;
  stroke-width: 4;
}
#topButton .progress-circle .progress-svg .progress-bar {
  fill: none;
  stroke: #ffffff;
  stroke-width: 8px;
  transform: translate(0px, 0px);
  transition: stroke-dashoffset 0.3s ease;
}
#topButton .progress-circle .font {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
  color: #ffffff;
  display: flex;
}
#topButton .progress-circle .font i {
  transform: rotate(180deg);
  line-height: 0px;
}
#topButton .progress-circle .font i:after {
  font-weight: 700 !important;
}
#topButton.show {
  opacity: 1;
  visibility: visible;
}

/*-- 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);
  }
}
.simpleParallax {
  height: 100%;
}

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

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

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

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*-- All pages styles -- */
/*-- home page -- */
/*-- Base: mixin & variable  -- */
section.wooprex-banner-section .banner-slider .banner-item {
  position: relative;
  height: 930px;
}
section.wooprex-banner-section .banner-slider .banner-item:before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: radial-gradient(100% 172.94% at 100% 0%, rgba(31, 46, 51, 0.3) 0%, rgba(31, 46, 51, 0.18) 30.41%, rgba(31, 46, 51, 0.9) 59.46%, #1f2e33 100%);
  z-index: 1;
}
section.wooprex-banner-section .banner-slider .banner-item .banner-image {
  height: 100%;
}
section.wooprex-banner-section .banner-slider .banner-item .banner-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}
section.wooprex-banner-section .banner-slider .banner-item .banner-text {
  position: absolute;
  left: 70px;
  bottom: 15%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 15px;
  width: 900px;
  max-width: 100%;
  z-index: 3;
}
section.wooprex-banner-section .banner-slider .banner-item .banner-text h3 {
  color: #ffffff;
  line-height: 0.8em;
  margin-bottom: 40px;
  font-weight: 700;
}
section.wooprex-banner-section .banner-slider .banner-item .banner-text h3 .save-time {
  max-width: 325px;
  line-height: 1.3em;
  display: inline-block;
  position: relative;
  top: -18px;
  left: 15px;
}
section.wooprex-banner-section .banner-slider .banner-item .banner-text h5 {
  display: none;
  margin-top: 10px;
  color: #ffffff;
  line-height: 1.3em;
}
section.wooprex-banner-section .wooprex-follow-us {
  position: absolute;
  bottom: 10%;
  left: 70px;
  z-index: 2;
}

/* Home service */
section.wooprex-home-service-section .service-main-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-right: calc((100% - 1300px) / 2);
}
section.wooprex-home-service-section .service-main-wrapper .service-image {
  height: 100%;
  width: 52%;
  overflow: hidden;
  border-radius: 0px 48px 48px 0px;
  height: 740px;
  position: relative;
}
section.wooprex-home-service-section .service-main-wrapper .service-image .swiper-slide {
  height: auto;
}
section.wooprex-home-service-section .service-main-wrapper .service-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-home-service-section .service-main-wrapper .service-image .wooprex-btn {
  width: 54px;
  height: 54px;
  padding: 0;
  position: absolute;
  bottom: 35px;
  right: 50px;
  z-index: 22;
  background-color: rgba(255, 255, 255, 0.5411764706);
  border: 1px solid #ffffff;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  color: #ffffff;
}
section.wooprex-home-service-section .service-main-wrapper .service-image .wooprex-btn:hover {
  background-color: #547079;
  border-color: #547079;
}
section.wooprex-home-service-section .service-main-wrapper .service-description-wrapper {
  width: 48%;
  height: 100%;
  padding-left: 55px;
  display: flex;
  flex-direction: column;
}
section.wooprex-home-service-section .service-main-wrapper .service-description-wrapper .service-item-counter {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.wooprex-home-service-section .service-main-wrapper .service-description-wrapper .service-item-counter .service-counter {
  width: 50%;
}
section.wooprex-home-service-section .service-main-wrapper .service-description-wrapper .service-item-counter .service-counter h3 {
  font-size: 128px;
}
section.wooprex-home-service-section .service-main-wrapper .service-description-wrapper .service-item-counter .service-counter h3 span {
  font-family: "DM Sans", sans-serif;
}
section.wooprex-home-service-section .service-main-wrapper .service-description-wrapper .service-item-counter > p {
  line-height: 1.3em;
  width: 50%;
}
section.wooprex-home-service-section .service-main-wrapper .service-description-wrapper .service-item-counter > p span {
  color: #a3b1b4;
}

/* Home about */
section.wooprex-home-about-section .about-main-wrapper {
  padding-left: calc((100% - 1300px) / 2);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.wooprex-home-about-section .about-main-wrapper .about-image {
  height: 100%;
  width: 50%;
  overflow: hidden;
  border-radius: 48px 0px 0px 48px;
  height: 740px;
}
section.wooprex-home-about-section .about-main-wrapper .about-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-home-about-section .about-main-wrapper .about-description {
  width: 50%;
  padding-right: 130px;
}
section.wooprex-home-about-section .about-main-wrapper .about-description .about-description-main h4 {
  margin-bottom: 30px;
  letter-spacing: 2px;
}
section.wooprex-home-about-section .about-main-wrapper .about-description .about-description-main h4 span:first-child {
  color: #39d278;
}
section.wooprex-home-about-section .about-main-wrapper .about-description .about-description-main h4 span:last-child {
  color: #0080dc;
}
section.wooprex-home-about-section .about-main-wrapper .about-description .about-description-main p {
  color: #547079;
  max-width: 500px;
}
section.wooprex-home-about-section .about-main-wrapper .about-description .about-description-main ul {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
section.wooprex-home-about-section .about-main-wrapper .about-description .about-description-main ul li a {
  padding: 12px 15px;
  font-size: 18px;
  font-weight: 600;
  border: 2px solid #edf4f6;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.wooprex-home-about-section .about-main-wrapper .about-description .about-description-main ul li a .item-name {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
section.wooprex-home-about-section .about-main-wrapper .about-description .about-description-main ul li a .item-name span:first-child {
  font-weight: 400;
}
section.wooprex-home-about-section .about-main-wrapper .about-description .about-description-main ul li a .icon i {
  display: flex;
  transition: transform 0.6s;
}
section.wooprex-home-about-section .about-main-wrapper .about-description .about-description-main ul li a:hover {
  background-color: #303e42;
  color: #ffffff;
}
section.wooprex-home-about-section .about-main-wrapper .about-description .about-description-main ul li a:hover .icon i {
  transform: rotate(-45deg);
}
section.wooprex-home-about-section .about-main-wrapper .about-description .about-description-main ul li a span {
  transition: none;
}

/* Home choose */
section.wooprex-choose-us-section-one .choose-main-wrapper .row > div .wooprex-service-item-two {
  padding: 40px 0px;
  position: relative;
}
section.wooprex-choose-us-section-one .choose-main-wrapper .row > div .wooprex-service-item-two:after {
  content: "\f12e";
  font-family: "flaticon_business";
  position: absolute;
  right: 6px;
  bottom: -12px;
  font-size: 20px;
}
section.wooprex-choose-us-section-one .choose-main-wrapper .row > div .wooprex-service-item-two:before {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0%;
  height: 1px;
  width: 86%;
  background-color: #85979b;
}
section.wooprex-choose-us-section-one .choose-main-wrapper .row > div .wooprex-service-item-two .service-description {
  border-right: 1px solid #85979b;
  padding-right: 30px;
}
section.wooprex-choose-us-section-one .choose-main-wrapper .row > div:nth-child(3) .wooprex-service-item-two:before, section.wooprex-choose-us-section-one .choose-main-wrapper .row > div:nth-child(6) .wooprex-service-item-two:before, section.wooprex-choose-us-section-one .choose-main-wrapper .row > div:nth-child(9) .wooprex-service-item-two:before {
  width: 100%;
}
section.wooprex-choose-us-section-one .choose-main-wrapper .row > div:nth-child(3) .wooprex-service-item-two:after, section.wooprex-choose-us-section-one .choose-main-wrapper .row > div:nth-child(6) .wooprex-service-item-two:after, section.wooprex-choose-us-section-one .choose-main-wrapper .row > div:nth-child(9) .wooprex-service-item-two:after {
  display: none;
}
section.wooprex-choose-us-section-one .choose-main-wrapper .row > div:nth-child(3) .wooprex-service-item-two .service-description, section.wooprex-choose-us-section-one .choose-main-wrapper .row > div:nth-child(6) .wooprex-service-item-two .service-description, section.wooprex-choose-us-section-one .choose-main-wrapper .row > div:nth-child(9) .wooprex-service-item-two .service-description {
  border-right: none;
}
section.wooprex-choose-us-section-one .choose-main-wrapper .row > div:nth-last-child(-n+3) .wooprex-service-item-two {
  padding-bottom: 0;
}
section.wooprex-choose-us-section-one .choose-main-wrapper .row > div:nth-last-child(-n+3) .wooprex-service-item-two:before, section.wooprex-choose-us-section-one .choose-main-wrapper .row > div:nth-last-child(-n+3) .wooprex-service-item-two:after {
  display: none;
}
section.wooprex-choose-us-section-one .choose-main-wrapper .row > div:nth-last-child(-n+1) .wooprex-service-item-two .service-description {
  border-right: none;
}
section.wooprex-choose-us-section-one .choose-main-wrapper .contact-btn {
  text-align: center;
  margin-top: 100px;
}

/* Home case studies */
section.wooprex-case-studies-section .case-studies-main {
  background-image: url("../assets/images/bg-shape.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 32px;
}
section.wooprex-case-studies-section .container {
  max-width: 1096px;
}
section.wooprex-case-studies-section .case-studies-main-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
section.wooprex-case-studies-section .case-studies-main-wrapper .wooprex-case-studies-item {
  transition: all 0.3s ease;
}
section.wooprex-case-studies-section .case-studies-main-wrapper .wooprex-case-studies-item .case-studies-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #e1f2f2;
  border-radius: 64px;
  padding: 15px 15px 15px 50px;
  cursor: pointer;
}
section.wooprex-case-studies-section .case-studies-main-wrapper .wooprex-case-studies-item .case-studies-top h3,
section.wooprex-case-studies-section .case-studies-main-wrapper .wooprex-case-studies-item .case-studies-top p {
  color: #547079;
}
section.wooprex-case-studies-section .case-studies-main-wrapper .wooprex-case-studies-item .case-studies-top p {
  position: relative;
  padding: 0px 55px;
}
section.wooprex-case-studies-section .case-studies-main-wrapper .wooprex-case-studies-item .case-studies-top p span {
  font-size: 16px;
  font-weight: 400;
  color: #b6c9d0;
  vertical-align: bottom;
}
section.wooprex-case-studies-section .case-studies-main-wrapper .wooprex-case-studies-item .case-studies-top p:before, section.wooprex-case-studies-section .case-studies-main-wrapper .wooprex-case-studies-item .case-studies-top p:after {
  content: "\f12f";
  font-family: "flaticon_business";
  position: absolute;
  font-weight: 100;
}
section.wooprex-case-studies-section .case-studies-main-wrapper .wooprex-case-studies-item .case-studies-top p:before {
  left: 0;
}
section.wooprex-case-studies-section .case-studies-main-wrapper .wooprex-case-studies-item .case-studies-top p:after {
  right: 0;
}
section.wooprex-case-studies-section .case-studies-main-wrapper .wooprex-case-studies-item .case-studies-top .wooprex-btn {
  border-color: #303e42;
  border-radius: 72px;
  padding: 14px 34px;
}
section.wooprex-case-studies-section .case-studies-main-wrapper .wooprex-case-studies-item .case-studies-top .wooprex-btn:hover {
  border-color: #e1f2f2;
}
section.wooprex-case-studies-section .case-studies-main-wrapper .wooprex-case-studies-item .case-studies-bottom {
  border-radius: 64px;
  overflow: hidden;
  background-color: #547079;
  opacity: 0;
  visibility: hidden;
  height: 0px;
  transition: all 0.6s ease;
}
section.wooprex-case-studies-section .case-studies-main-wrapper .wooprex-case-studies-item .case-studies-bottom .case-studies-bottom-image {
  border-radius: 56px;
  overflow: hidden;
}
section.wooprex-case-studies-section .case-studies-main-wrapper .wooprex-case-studies-item .case-studies-bottom .case-studies-bottom-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-case-studies-section .case-studies-main-wrapper .wooprex-case-studies-item .case-studies-bottom .case-studies-bottom-image:hover img {
  transform: scale(1.1);
}
section.wooprex-case-studies-section .case-studies-main-wrapper .wooprex-case-studies-item .case-studies-bottom .case-studies-bottom-description {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  padding-left: 35px;
  padding-right: 80px;
}
section.wooprex-case-studies-section .case-studies-main-wrapper .wooprex-case-studies-item .case-studies-bottom .case-studies-bottom-description h4 {
  color: #ffffff;
  margin-bottom: 20px;
}
section.wooprex-case-studies-section .case-studies-main-wrapper .wooprex-case-studies-item .case-studies-bottom .case-studies-bottom-description p {
  color: #ffffff;
  margin-bottom: 110px;
}
section.wooprex-case-studies-section .case-studies-main-wrapper .wooprex-case-studies-item .case-studies-bottom .case-studies-bottom-description ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}
section.wooprex-case-studies-section .case-studies-main-wrapper .wooprex-case-studies-item .case-studies-bottom .case-studies-bottom-description ul li a {
  padding: 8px 12px;
  border-radius: 48px;
  font-size: 14px;
  color: #d2e5f6;
  background-color: #4f6a73;
  position: relative;
  display: flex;
  overflow: hidden;
  z-index: 1;
}
section.wooprex-case-studies-section .case-studies-main-wrapper .wooprex-case-studies-item .case-studies-bottom .case-studies-bottom-description ul li a:before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  height: 100%;
  width: 0;
  background-color: #e1f2f2;
  transition: all 0.6s ease;
  z-index: -1;
}
section.wooprex-case-studies-section .case-studies-main-wrapper .wooprex-case-studies-item .case-studies-bottom .case-studies-bottom-description ul li a:hover {
  color: #303e42 !important;
}
section.wooprex-case-studies-section .case-studies-main-wrapper .wooprex-case-studies-item .case-studies-bottom .case-studies-bottom-description ul li a:hover:before {
  width: 100%;
}
section.wooprex-case-studies-section .case-studies-main-wrapper .wooprex-case-studies-item:hover .case-studies-top {
  background-color: #547079;
}
section.wooprex-case-studies-section .case-studies-main-wrapper .wooprex-case-studies-item:hover .case-studies-top h3,
section.wooprex-case-studies-section .case-studies-main-wrapper .wooprex-case-studies-item:hover .case-studies-top p {
  color: #ffffff;
}
section.wooprex-case-studies-section .case-studies-main-wrapper .wooprex-case-studies-item:hover .case-studies-top p:before, section.wooprex-case-studies-section .case-studies-main-wrapper .wooprex-case-studies-item:hover .case-studies-top p:after {
  color: #e1f2f2;
}
section.wooprex-case-studies-section .case-studies-main-wrapper .wooprex-case-studies-item:hover .case-studies-top .wooprex-btn {
  border-color: #e1f2f2;
}
section.wooprex-case-studies-section .case-studies-main-wrapper .wooprex-case-studies-item.active .case-studies-top {
  background-color: #547079;
}
section.wooprex-case-studies-section .case-studies-main-wrapper .wooprex-case-studies-item.active .case-studies-top h3,
section.wooprex-case-studies-section .case-studies-main-wrapper .wooprex-case-studies-item.active .case-studies-top p {
  color: #ffffff;
}
section.wooprex-case-studies-section .case-studies-main-wrapper .wooprex-case-studies-item.active .case-studies-top p:before, section.wooprex-case-studies-section .case-studies-main-wrapper .wooprex-case-studies-item.active .case-studies-top p:after {
  color: #e1f2f2;
}
section.wooprex-case-studies-section .case-studies-main-wrapper .wooprex-case-studies-item.active .case-studies-top .wooprex-btn {
  border-color: #e1f2f2;
}
section.wooprex-case-studies-section .case-studies-main-wrapper .wooprex-case-studies-item.active .case-studies-bottom {
  opacity: 1;
  visibility: visible;
  height: 475px;
  padding: 15px;
  margin-top: 20px;
}

/*-- about page -- */
/*-- Base: mixin & variable  -- */
section.wooprex-digital-experience-section h3 {
  font-size: 88px;
  font-weight: 500;
  color: #040208;
  max-width: 1090px;
}
section.wooprex-digital-experience-section h3 img {
  margin-right: 40px;
}
section.wooprex-digital-experience-section h3 span.green {
  color: #39d278;
}
section.wooprex-digital-experience-section h3 span.blue {
  color: #0080dc;
}
section.wooprex-digital-experience-section h3 span:last-child {
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
  max-width: 400px;
  line-height: 1.3em;
  margin-left: 30px;
}
section.wooprex-digital-experience-section .digital-experience-main-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 70px;
  padding-right: calc((100% - 1340px) / 2);
  row-gap: 25px;
}
section.wooprex-digital-experience-section .digital-experience-main-wrapper .digital-experience-image {
  height: 585px;
  border-radius: 0px 32px 32px 0px;
  overflow: hidden;
  width: 60%;
}
section.wooprex-digital-experience-section .digital-experience-main-wrapper .digital-experience-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
section.wooprex-digital-experience-section .digital-experience-main-wrapper .digital-experience-description {
  width: 40%;
  padding-left: 50px;
}
section.wooprex-digital-experience-section .digital-experience-main-wrapper .digital-experience-description > p {
  color: #000000;
  margin-bottom: 60px;
}
section.wooprex-digital-experience-section .digital-experience-main-wrapper .digital-experience-description .description-service-item-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 60px;
}
section.wooprex-digital-experience-section .digital-experience-main-wrapper .digital-experience-description .description-service-item-wrapper .service-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
}
section.wooprex-digital-experience-section .digital-experience-main-wrapper .digital-experience-description .description-service-item-wrapper .service-item .service-count {
  position: relative;
}
section.wooprex-digital-experience-section .digital-experience-main-wrapper .digital-experience-description .description-service-item-wrapper .service-item .service-count:before {
  content: "";
  position: absolute;
  bottom: -70px;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 80px;
  border: 1px dotted #b1c1cf;
}
section.wooprex-digital-experience-section .digital-experience-main-wrapper .digital-experience-description .description-service-item-wrapper .service-item .service-count span {
  color: #547079;
  background-color: #f4fcff;
  border: 1px dotted #d2e5f6;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.wooprex-digital-experience-section .digital-experience-main-wrapper .digital-experience-description .description-service-item-wrapper .service-item:last-child .service-count:before {
  display: none;
}
section.wooprex-digital-experience-section .digital-experience-main-wrapper .digital-experience-description .description-service-item-wrapper .service-item:hover .service-count span {
  background-color: #303e42;
  color: #ffffff;
}
section.wooprex-digital-experience-section .digital-experience-main-wrapper .digital-experience-description .description-service-item-wrapper .service-item .service-details h4 {
  margin-bottom: 10px;
  color: #000000;
}
section.wooprex-digital-experience-section .digital-experience-main-wrapper .digital-experience-description .description-service-item-wrapper .service-item .service-details p {
  color: #000000;
}

/* About choose us */
section.wooprex-choose-us-section-two .choose-main-wrapper {
  display: flex;
  flex-wrap: wrap;
}
section.wooprex-choose-us-section-two .choose-main-wrapper .choose-main-item {
  width: 30%;
  flex: 0 0 30%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 90px;
}
section.wooprex-choose-us-section-two .choose-main-wrapper .choose-main-item.middle {
  width: 40%;
  flex: 0 0 40%;
}
section.wooprex-choose-us-section-two .choose-main-wrapper .choose-main-item.first {
  padding-right: 70px;
}
section.wooprex-choose-us-section-two .choose-main-wrapper .choose-main-item.last {
  padding-left: 70px;
}
section.wooprex-choose-us-section-two .choose-main-wrapper .choose-inner-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
section.wooprex-choose-us-section-two .choose-main-wrapper .choose-inner-item i {
  font-size: 70px;
}
section.wooprex-choose-us-section-two .choose-main-wrapper .choose-inner-item i,
section.wooprex-choose-us-section-two .choose-main-wrapper .choose-inner-item h4,
section.wooprex-choose-us-section-two .choose-main-wrapper .choose-inner-item p {
  color: #547079;
}
section.wooprex-choose-us-section-two .choose-main-wrapper .choose-image {
  position: relative;
}
section.wooprex-choose-us-section-two .choose-main-wrapper .choose-image .image-one {
  overflow: hidden;
  border-radius: 500px;
}
section.wooprex-choose-us-section-two .choose-main-wrapper .choose-image .image-two {
  border-radius: 192px;
  width: 55%;
  height: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
section.wooprex-choose-us-section-two .choose-main-wrapper .choose-image img {
  width: 100%;
  height: 100%;
}

/* About strength */
section.wooprex-strength-section {
  background-image: url("../assets/images/img-058.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
section.wooprex-strength-section:before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #547079;
  opacity: 0.95;
  z-index: 1;
}
section.wooprex-strength-section .strength-main-wrapper {
  padding-left: calc((100% - 1340px) / 2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
section.wooprex-strength-section .strength-main-wrapper .strength-description {
  width: 42%;
}
section.wooprex-strength-section .strength-main-wrapper .strength-description p,
section.wooprex-strength-section .strength-main-wrapper .strength-description h3,
section.wooprex-strength-section .strength-main-wrapper .strength-description h4,
section.wooprex-strength-section .strength-main-wrapper .strength-description i {
  color: #ffffff;
}
section.wooprex-strength-section .strength-main-wrapper .strength-description .strength-item-wrapper {
  display: flex;
  flex-direction: column;
  gap: 60px;
  max-width: 480px;
}
section.wooprex-strength-section .strength-main-wrapper .strength-description .strength-item-wrapper .strength-item i {
  font-size: 35px;
}
section.wooprex-strength-section .strength-main-wrapper .strength-description .strength-item-wrapper .strength-item h4 {
  margin-top: 7px;
  margin-bottom: 25px;
}
section.wooprex-strength-section .strength-main-wrapper .strength-image {
  border-radius: 1000px 0px 0px 0px;
  overflow: hidden;
  width: 58%;
}
section.wooprex-strength-section .strength-main-wrapper .strength-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*-- service page -- */
/*-- Base: mixin & variable  -- */
section.wooprex-service-goal-section .service-goal-item {
  padding: 15px 15px 15px 30px;
  background-color: #e1f2f2;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.wooprex-service-goal-section .service-goal-item .inner-description {
  width: 55%;
}
section.wooprex-service-goal-section .service-goal-item .inner-description p {
  margin-bottom: 20px;
  color: #3b545b;
}
section.wooprex-service-goal-section .service-goal-item .inner-description .wooprex-btn {
  background-color: #547079;
  color: #ffffff;
}
section.wooprex-service-goal-section .service-goal-item .inner-image {
  width: 43%;
  overflow: hidden;
  border-radius: 8px;
}
section.wooprex-service-goal-section .service-goal-item .inner-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-service-goal-section .service-goal-item:hover .inner-image img {
  transform: scale(1.1);
}

/* Service small business */
section.wooprex-service-small-business-section {
  padding-left: calc((100% - 1340px) / 2);
  background-color: #e1f2f2;
  padding-top: 70px;
  padding-right: 70px;
  padding-bottom: 70px;
}
section.wooprex-service-small-business-section .small-business-description {
  padding-top: 70px;
}
section.wooprex-service-small-business-section .small-business-description h3 {
  margin-bottom: 80px;
  font-size: 40px;
  max-width: 500px;
}
section.wooprex-service-small-business-section .small-business-description .row {
  row-gap: 60px;
}
section.wooprex-service-small-business-section .small-business-description .small-business-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
section.wooprex-service-small-business-section .small-business-description .small-business-item i {
  font-size: 55px;
}
section.wooprex-service-small-business-section .small-business-description .small-business-item h4 {
  font-size: 20px;
  font-weight: 500;
}
section.wooprex-service-small-business-section .small-business-description .small-business-item p {
  max-width: 270px;
}
section.wooprex-service-small-business-section .small-business-image {
  overflow: hidden;
  border-radius: 40px;
  height: 100%;
}
section.wooprex-service-small-business-section .small-business-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*-- service details page -- */
/*-- Base: mixin & variable  -- */
section.wooprex-service-details-section h3 {
  font-size: 88px;
  font-weight: 500;
  color: #040208;
  max-width: 1000px;
  line-height: 1em;
  letter-spacing: 2px;
}
section.wooprex-service-details-section h3 span.green {
  color: #39d278;
}
section.wooprex-service-details-section h3 span.blue {
  color: #0080dc;
}
section.wooprex-service-details-section h3 span:last-child {
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
  max-width: 400px;
  line-height: 1.4em;
  margin-left: 30px;
  letter-spacing: 0px;
}
section.wooprex-service-details-section p.top-text {
  margin-bottom: 60px;
  line-height: 1.4em;
  letter-spacing: 1px;
}
section.wooprex-service-details-section .service-image {
  border-radius: 32px;
  overflow: hidden;
  margin-bottom: 100px;
}
section.wooprex-service-details-section .service-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-service-details-section .service-image:hover img {
  transform: scale(1.05);
}
section.wooprex-service-details-section .service-details-main-wrapper {
  padding-bottom: 40px;
  border-bottom: 1px solid #adb4bb;
}
section.wooprex-service-details-section .service-details-main-wrapper .service-item-description-left {
  padding-right: 30px;
}
section.wooprex-service-details-section .service-details-main-wrapper .service-item-description-left .service-image {
  height: 680px;
}
section.wooprex-service-details-section .service-details-main-wrapper .service-item-description-left .service-details {
  display: flex;
  gap: 120px;
  row-gap: 30px;
}
section.wooprex-service-details-section .service-details-main-wrapper .service-item-description-left .service-details .details-inner-item {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
section.wooprex-service-details-section .service-details-main-wrapper .service-item-description-left .service-details .details-inner-item h5 {
  color: #9ba0a1;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
}
section.wooprex-service-details-section .service-details-main-wrapper .service-item-description-left .service-details .details-inner-item ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
section.wooprex-service-details-section .service-details-main-wrapper .service-item-description-right .service-image {
  height: 530px;
  margin-top: 40px;
}
section.wooprex-service-details-section .service-details-main-wrapper .service-item-description-right article {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
section.wooprex-service-details-section .service-details-main-wrapper .service-item-description-right article p {
  line-height: 1.5em;
}
section.wooprex-service-details-section .service-details-bottom {
  padding-top: 40px;
}
section.wooprex-service-details-section .service-details-bottom .service-bottom-item i {
  font-size: 40px;
  margin-bottom: 15px;
  display: inline-block;
}

/*-- contact page -- */
/*-- Base: mixin & variable  -- */
section.wooprex-contact-location-section {
  padding-bottom: 80px;
}
section.wooprex-contact-location-section .location-main-wrapper {
  border: 1px solid #adb4bb;
  border-radius: 176px;
}
section.wooprex-contact-location-section .location-main-wrapper .location-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  padding: 50px 0px;
}
section.wooprex-contact-location-section .location-main-wrapper .location-item i,
section.wooprex-contact-location-section .location-main-wrapper .location-item p,
section.wooprex-contact-location-section .location-main-wrapper .location-item a {
  color: #547079;
}
section.wooprex-contact-location-section .location-main-wrapper .location-item p,
section.wooprex-contact-location-section .location-main-wrapper .location-item a {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  overflow-wrap: anywhere;
}
section.wooprex-contact-location-section .location-main-wrapper .location-item span {
  width: 54px;
  height: 54px;
  border: 1px solid #adb4bb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
section.wooprex-contact-location-section .location-main-wrapper .location-item span i {
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.wooprex-contact-location-section .location-main-wrapper .location-item.email, section.wooprex-contact-location-section .location-main-wrapper .location-item.phone {
  border-right: 1px solid #adb4bb;
}

/* Contact form section */
section.wooprex-contact-form-section {
  max-width: 1560px;
  margin: 0 auto;
  padding: 80px 120px;
  border-radius: 32px;
  box-shadow: 0px 20px 52px 0px rgba(0, 0, 0, 0.0509803922);
  position: relative;
  z-index: 2;
  background-color: #ffffff;
}
section.wooprex-contact-form-section .form-description {
  background-color: #e1f2f2;
  border-radius: 32px;
  border: 1px solid #adb4bb;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 30px;
}
section.wooprex-contact-form-section .form-description h4 {
  color: #44636c;
  margin-bottom: 20px;
}
section.wooprex-contact-form-section .form-description p {
  margin-bottom: 70px;
}
section.wooprex-contact-form-section .form-main {
  padding-left: 60px;
}
section.wooprex-contact-form-section .form-main h3 {
  margin-bottom: 40px;
}

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

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

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

@media (min-width: 576px) and (max-width: 767px) {
  .wooprex-price-item {
    padding: 30px;
  }
  .wooprex-price-item.item-1 {
    margin-top: 0px;
  }
  .wooprex-price-item h4 {
    font-size: 40px;
  }
  .wooprex-price-item h4 span {
    font-size: 20px;
  }
  .wooprex-price-item p {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .wooprex-price-item {
    padding: 30px 20px;
    gap: 20px;
  }
  .wooprex-price-item h5 {
    font-size: 18px;
  }
  .wooprex-price-item h4 {
    font-size: 54px;
  }
  .wooprex-price-item h4 span {
    font-size: 20px;
  }
  .wooprex-price-item p {
    font-size: 14px;
  }
}
/*-- portfolio page -- */
/*-- Base: mixin & variable  -- */
section.wooprex-portfolio-section .section-header {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
section.wooprex-portfolio-section .portfolio-main-wrapper .row {
  row-gap: 100px;
}
section.wooprex-portfolio-section .portfolio-main-wrapper .row > div {
  padding: 0px 40px;
}

/*-- portfolio details page -- */
/*-- Base: mixin & variable  -- */
section.wooprex-portfolio-details-section .section-header {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
section.wooprex-portfolio-details-section h3 {
  font-size: 40px;
  margin-bottom: 40px;
}
section.wooprex-portfolio-details-section p {
  color: #636b72;
}
section.wooprex-portfolio-details-section .portfolio-details-client-wrapper .client-image {
  height: 625px;
  overflow: hidden;
  border-radius: 32px;
  border: 1px solid #adb4bb;
}
section.wooprex-portfolio-details-section .portfolio-details-client-wrapper .client-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-portfolio-details-section .portfolio-details-client-wrapper .client-image img:hover {
  transform: scale(1.05);
}
section.wooprex-portfolio-details-section .portfolio-details-client-wrapper .client-description {
  border-radius: 32px;
  background-color: #e1f2f2;
  padding: 40px 30px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
section.wooprex-portfolio-details-section .portfolio-details-client-wrapper .client-description h6 {
  font-size: 16px;
  font-weight: 400;
  color: #7c8893;
}
section.wooprex-portfolio-details-section .portfolio-details-client-wrapper .client-description h5 {
  font-size: 20px;
  font-weight: 500;
  color: #547079;
  margin-top: 10px;
}
section.wooprex-portfolio-details-section .portfolio-details-client-wrapper .client-description p {
  font-size: 15px;
  color: #42585f;
}
section.wooprex-portfolio-details-section .portfolio-details-client-wrapper .client-description .description-main {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
section.wooprex-portfolio-details-section .portfolio-details-client-wrapper .client-description .wooprex-follow-us {
  text-align: center;
}
section.wooprex-portfolio-details-section .portfolio-details-client-wrapper .client-description .wooprex-follow-us ul {
  margin-top: 20px;
  justify-content: center;
}
section.wooprex-portfolio-details-section .portfolio-details-client-wrapper .client-description .wooprex-follow-us ul li a {
  color: #547079;
}
section.wooprex-portfolio-details-section .portfolio-details-description-wrapper {
  margin-top: 80px;
}
section.wooprex-portfolio-details-section .portfolio-details-description-wrapper > .row {
  row-gap: 40px;
}
section.wooprex-portfolio-details-section .portfolio-details-description-wrapper article {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 30px;
  height: 100%;
  padding-right: 10px;
}
section.wooprex-portfolio-details-section .portfolio-details-description-wrapper .portfolio-image {
  height: 580px;
  overflow: hidden;
  border-radius: 32px;
}
section.wooprex-portfolio-details-section .portfolio-details-description-wrapper .portfolio-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-portfolio-details-section .portfolio-details-description-wrapper .portfolio-image img:hover {
  transform: scale(1.05);
}
section.wooprex-portfolio-details-section .portfolio-details-list-wrapper {
  margin-top: 60px;
}
section.wooprex-portfolio-details-section .portfolio-details-list-wrapper p {
  max-width: 730px;
  margin-bottom: 40px;
}
section.wooprex-portfolio-details-section .portfolio-details-list-wrapper .portfolio-list-image {
  overflow: hidden;
  border-radius: 32px;
  height: 410px;
  border: 1px solid #adb4bb;
}
section.wooprex-portfolio-details-section .portfolio-details-list-wrapper .portfolio-list-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-portfolio-details-section .portfolio-details-list-wrapper .portfolio-list-image img:hover {
  transform: scale(1.05);
}

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

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

@keyframes progress {
  0% {
    width: 0;
  }
}
/* min-screen-576px to max screen 1199px - responsive */
@media (min-width: 992px) and (max-width: 1199px) {
  /***************** Single Team ******************/
  .wooprex-team-details-section .team-top-wrapper .row {
    row-gap: 40px;
  }
  .wooprex-team-details-section .team-top-wrapper .row .row {
    row-gap: 40px;
  }
  .wooprex-team-details-section .team-image {
    height: 400px;
  }
}
/* min screen- 768px to max screen 991px - responsive */
@media (min-width: 768px) and (max-width: 991px) {
  /***************** Single Team ******************/
  .wooprex-team-details-section .team-top-wrapper .row {
    row-gap: 40px;
  }
  .wooprex-team-details-section .team-top-wrapper .row .row {
    row-gap: 40px;
  }
}
/* min screen- 576px to max screen 767 - responsive */
@media (min-width: 576px) and (max-width: 767px) {
  /***************** Single Team ******************/
  .wooprex-team-details-section .team-top-wrapper .row {
    row-gap: 40px;
  }
  .wooprex-team-details-section .team-top-wrapper .row .row {
    row-gap: 40px;
  }
  .wooprex-team-details-section .team-top-wrapper h3 {
    font-size: 38px;
  }
  .wooprex-team-details-section .team-description h2 {
    font-size: 35px;
  }
  .wooprex-team-details-section .team-description h4 {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  /***************** Single Team ******************/
  .wooprex-team-details-section .team-top-wrapper .row {
    row-gap: 40px;
  }
  .wooprex-team-details-section .team-top-wrapper .row .row {
    row-gap: 40px;
  }
  .wooprex-team-details-section .team-top-wrapper h3 {
    font-size: 30px;
  }
  .wooprex-team-details-section .team-description h2 {
    font-size: 28px;
  }
  .wooprex-team-details-section .team-description h4 {
    font-size: 18px;
  }
  .wooprex-team-details-section .team-image {
    height: 300px;
  }
}
/*-- testimonial page -- */
/*-- Base: mixin & variable  -- */
section.wooprex-testimonial-list-section .testimonial-main-wrapper .row {
  row-gap: 40px;
}

/*-- blog pages -- */
/*-- Base: mixin & variable  -- */
.blog-main-wrapper .row {
  row-gap: 90px;
}
.blog-main-wrapper.has-sidebar .row {
  row-gap: inherit;
}
.blog-main-wrapper.has-sidebar .row .row {
  row-gap: 90px;
}

@media only screen and (max-width: 1199px) {
  .blog-main-wrapper .row {
    row-gap: 50px;
  }
  .blog-main-wrapper.has-sidebar .row {
    row-gap: inherit;
  }
  .blog-main-wrapper.has-sidebar .row .row {
    row-gap: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-main-wrapper .row {
    row-gap: 40px;
  }
  .blog-main-wrapper.has-sidebar .row {
    row-gap: inherit;
  }
  .blog-main-wrapper.has-sidebar .row .row {
    row-gap: 40px;
  }
}
/*-- blog details page -- */
/*-- Base: mixin & variable  -- */
.wooprex-blog-header h1 {
  margin-bottom: 30px;
}
.wooprex-blog-header p.date {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  color: #000000;
  margin-bottom: 30px;
}
.wooprex-blog-header p.date span.line {
  width: 100px;
  background-color: #303e42;
  height: 1px;
  display: inline-block;
}
.wooprex-blog-header .team {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  margin-bottom: 60px;
}
.wooprex-blog-header .team .avatar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.wooprex-blog-header .team .avatar .image {
  width: 48px;
  height: 48px;
  overflow: hidden;
  background-color: #d2e5f6;
  border-radius: 50%;
}
.wooprex-blog-header .team .avatar .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  top: 10px;
}

.wooprex-blog-details .wooprex-blog-thumbnail {
  height: 480px;
  margin-bottom: 40px;
  border-radius: 24px;
  overflow: hidden;
}
.wooprex-blog-details .wooprex-blog-image {
  height: 310px;
  margin-bottom: 40px;
  border-radius: 24px;
}
.wooprex-blog-details .wooprex-blog-thumbnail,
.wooprex-blog-details .wooprex-blog-image {
  overflow: hidden;
}
.wooprex-blog-details .wooprex-blog-thumbnail img,
.wooprex-blog-details .wooprex-blog-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-blog-details .wooprex-blog-thumbnail:hover img,
.wooprex-blog-details .wooprex-blog-image:hover img {
  transform: scale(1.05);
}
.wooprex-blog-details .wooprex-blog-description {
  margin-bottom: 40px;
}
.wooprex-blog-details .wooprex-blog-description h3 {
  color: #000000;
  margin: 40px 0px 25px 0px;
}
.wooprex-blog-details .wooprex-blog-description p {
  max-width: 800px;
}
.wooprex-blog-details .wooprex-blog-description.two {
  margin-bottom: 60px;
}
.wooprex-blog-details .wooprex-blog-description.two article {
  margin-bottom: 20px;
}
.wooprex-blog-details .wooprex-blog-description.two ul {
  margin-top: 20px;
  padding-left: 30px;
}
.wooprex-blog-details .wooprex-blog-description.two ul li {
  list-style: disc;
}
.wooprex-blog-details .wooprex-blog-quote {
  height: 155px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #547079;
  position: relative;
  margin-bottom: 40px;
  padding: 0px 40px;
  border-radius: 16px;
}
.wooprex-blog-details .wooprex-blog-quote blockquote {
  line-height: 1.5em;
  color: #ffffff;
  max-width: 660px;
  z-index: 2;
  font-size: 18px;
}
.wooprex-blog-details .wooprex-blog-quote:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  right: 25px;
  height: 120px;
  width: 120px;
  background-image: url("../assets/shape/shape-02.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.wooprex-blog-details .wooprex-blog-quote span {
  position: absolute;
  background-color: #e1f2f2;
  left: 0;
  top: 0;
  width: 225px;
  height: 100%;
  clip-path: polygon(0 0, 60% 0, 100% 100%, 0 100%);
}
.wooprex-blog-details .wooprex-blog-quote span.white {
  background-color: #eefcfc;
  left: 30px;
}
.wooprex-blog-details .wooprex-blog-quote span.color {
  z-index: 1;
}

/* Recent blog */
section.wooprex-recent-blog-section {
  background-color: #f9fdff;
}
section.wooprex-recent-blog-section h3 {
  font-size: 48px;
  margin-bottom: 70px;
}

/*-- coming soon page -- */
/*-- Base: mixin & variable  -- */
.wooprex-coming-soon-section {
  height: 850px;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  padding: 0px 20px;
}
.wooprex-coming-soon-section .coming-soon-main-wrapper {
  position: relative;
  z-index: 2;
  max-width: 900px;
  text-align: center;
  margin: 0 auto;
}
.wooprex-coming-soon-section .coming-soon-main-wrapper p {
  font-size: 18px;
}
.wooprex-coming-soon-section .coming-soon-main-wrapper h1 {
  font-size: 70px;
  font-weight: 600;
  margin-top: 30px;
}
.wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
  flex-wrap: wrap;
  gap: 65px;
}
.wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown .item {
  position: relative;
  padding-right: 65px;
}
.wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown .item:last-child {
  padding-right: 0;
}
.wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown .item:last-child:after {
  display: none;
}
.wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown .item:after {
  content: ":";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  font-size: 62px;
}
.wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown .item span {
  font-size: 56px;
  font-weight: 500;
  display: block;
  line-height: 1.4em;
}
.wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown .item h4 {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}
.wooprex-coming-soon-section .coming-soon-main-wrapper a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 100px;
}
.wooprex-coming-soon-section .coming-soon-main-wrapper a i {
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

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

@media (min-width: 768px) and (max-width: 991px) {
  /***************** FAQ PAGE ******************/
  .wooprex-faq-page-section .accordion .accordion-item button {
    padding: 20px 40px 20px 20px;
    font-size: 18px;
  }
  .wooprex-faq-page-section .accordion .accordion-item button:after {
    right: 20px;
  }
  .wooprex-faq-page-section .accordion .accordion-item .accordion-body {
    padding: 0px 40px 20px 20px;
  }
  .wooprex-faq-page-section .accordion .accordion-item .accordion-body p {
    font-size: 15px;
  }
  .wooprex-faq-page-section .faq-image {
    height: 600px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  /***************** FAQ PAGE ******************/
  .wooprex-faq-page-section .accordion .accordion-item button {
    padding: 20px 40px 20px 20px;
    font-size: 18px;
  }
  .wooprex-faq-page-section .accordion .accordion-item button:after {
    right: 20px;
  }
  .wooprex-faq-page-section .accordion .accordion-item .accordion-body {
    padding: 0px 40px 20px 20px;
  }
  .wooprex-faq-page-section .accordion .accordion-item .accordion-body p {
    font-size: 16px;
  }
  .wooprex-faq-page-section .faq-image {
    margin-right: auto;
    height: auto;
  }
}
@media (max-width: 575px) {
  /***************** FAQ PAGE ******************/
  .wooprex-faq-page-section .accordion .accordion-item button {
    padding: 20px 40px 20px 20px;
    font-size: 16px;
  }
  .wooprex-faq-page-section .accordion .accordion-item button:after {
    right: 20px;
  }
  .wooprex-faq-page-section .accordion .accordion-item .accordion-body {
    padding: 0px 40px 20px 20px;
  }
  .wooprex-faq-page-section .accordion .accordion-item .accordion-body p {
    font-size: 16px;
  }
  .wooprex-faq-page-section .faq-image {
    margin-right: auto;
    height: auto;
  }
}
/*-- Woocommerce styles -- */
/*-- Base: mixin & variable  -- */
/*-- Responsive styles -- */
/*-- Base: mixin & variable  -- */
/* -- Wooprex - Media Queries -- */
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .padding-x {
    padding-right: 20px;
    padding-left: 20px;
  }
  header.wooprex-header-section {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  header.wooprex-header-section.sticky {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  header.wooprex-header-section .header-main .header-left {
    gap: 60px;
  }
  .wooprex-main-menu ul.box-nav {
    gap: 30px;
  }
  .section-header {
    margin-bottom: 50px;
  }
  section.wooprex-banner-section .banner-slider .banner-item {
    height: 810px;
  }
  section.wooprex-banner-section .banner-slider .banner-item .banner-text {
    left: 20px;
  }
  section.wooprex-banner-section .wooprex-follow-us {
    left: 20px;
  }
  section.wooprex-banner-section .wooprex-swiper-navigation {
    padding-right: 20px;
  }
  section.wooprex-banner-section .wooprex-swiper-pagination .swiper-pagination-vertical {
    right: 20px;
  }
  section.wooprex-home-service-section .service-main-wrapper {
    padding-right: 20px;
  }
  section.wooprex-home-service-section .service-main-wrapper .service-description-wrapper {
    padding-left: 20px;
  }
  section.wooprex-home-service-section .service-main-wrapper .service-description-wrapper .service-item-counter .service-counter h3 {
    font-size: 110px;
  }
  section.wooprex-home-service-section .service-main-wrapper .service-description-wrapper .service-item-counter > p {
    font-size: 28px;
  }
  section.wooprex-home-service-section .wooprex-service-item {
    padding: 30px 0px;
  }
  section.wooprex-home-service-section .wooprex-service-item .service-item-inner-wrapper {
    margin-top: 0px;
  }
  section.wooprex-home-service-section .wooprex-service-item .service-item-inner-wrapper h3 {
    font-size: 36px;
  }
  section.wooprex-home-service-section .wooprex-service-item .service-item-inner-wrapper h3 a i {
    font-size: 50px;
  }
  /* Home about */
  section.wooprex-home-about-section .about-main-wrapper {
    padding-left: 20px;
  }
  section.wooprex-home-about-section .about-main-wrapper .about-description {
    padding-right: 30px;
  }
  /* Popup */
  section.wooprex-popup-section .popup-bg,
  .wooprex-popup-section-two .popup-bg {
    height: 550px;
  }
  section.wooprex-popup-section .popup-bottom .popup-bottom-left {
    padding: 40px;
  }
  section.wooprex-popup-section .popup-bottom .popup-bottom-right {
    padding-left: 30px;
  }
  section.wooprex-choose-us-section-one .container {
    max-width: 1200px;
  }
  section.wooprex-choose-us-section-one .choose-main-wrapper .row > div .wooprex-service-item-two {
    gap: 15px;
  }
  section.wooprex-choose-us-section-one .choose-main-wrapper .row > div .wooprex-service-item-two:after {
    right: -10px;
  }
  section.wooprex-choose-us-section-one .choose-main-wrapper .row > div .wooprex-service-item-two .service-description {
    padding-right: 20px;
  }
  /* Get in touch */
  section.wooprex-get-in-touch-section {
    padding: 100px 20px;
  }
  /* About Page */
  /* Strength */
  section.wooprex-strength-section .strength-main-wrapper .strength-description {
    padding: 0px 20px;
  }
  section.wooprex-strength-section .strength-main-wrapper .strength-description .strength-item-wrapper {
    gap: 30px;
    max-width: 100%;
  }
  section.wooprex-strength-section .strength-main-wrapper .strength-description .strength-item-wrapper .strength-item h4 {
    margin-bottom: 15px;
  }
  /* Blog details */
  .wooprex-sidebar.right {
    padding-left: 15px;
  }
  .wooprex-sidebar.left {
    padding-right: 15px;
  }
  section.wooprex-service-small-business-section {
    padding-right: 20px;
  }
  section.wooprex-service-small-business-section .small-business-description {
    padding-top: 20px;
    padding-left: 20px;
  }
  /* Service details */
  section.wooprex-service-details-section h3 {
    padding-left: 10px;
  }
  section.wooprex-service-details-section .service-details-main-wrapper .service-item-description-right .service-image {
    height: 510px;
  }
  section.wooprex-service-details-section .service-image {
    margin-bottom: 50px;
  }
  /* Testimonial two 
    /* Testimonial two */
  section.wooprex-testimonial-section-two .testimonial-left img {
    width: 400px;
    top: -40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wooprex-main-menu ul.box-nav {
    gap: 15px;
  }
  .wooprex-main-menu ul.box-nav li.menu-item ul.sub-menu li > ul.sub-menu {
    right: inherit;
    left: -220px;
  }
  .wooprex-main-menu ul.box-nav li.menu-item ul.sub-menu li:hover > ul.sub-menu {
    left: -240px;
  }
  .section-header {
    margin-bottom: 50px;
  }
  section.wooprex-banner-section .banner-slider .banner-item .banner-text {
    width: 700px;
  }
  section.wooprex-home-service-section .service-main-wrapper {
    padding-right: 20px;
  }
  section.wooprex-home-service-section .service-main-wrapper .service-description-wrapper {
    padding-left: 20px;
  }
  section.wooprex-home-service-section .service-main-wrapper .service-description-wrapper .service-item-counter .service-counter h3 {
    font-size: 110px;
  }
  section.wooprex-home-service-section .wooprex-service-item {
    padding: 30px 0px;
  }
  section.wooprex-home-service-section .wooprex-service-item .service-item-inner-wrapper {
    margin-top: 0px;
  }
  section.wooprex-home-service-section .wooprex-service-item .service-item-inner-wrapper h3 {
    font-size: 30px;
  }
  section.wooprex-home-service-section .wooprex-service-item .service-item-inner-wrapper h3 a i {
    font-size: 40px;
  }
  /* Home about */
  section.wooprex-home-about-section .about-main-wrapper {
    padding-left: 20px;
  }
  section.wooprex-home-about-section .about-main-wrapper .about-description {
    padding-right: 30px;
  }
  /* Popup */
  section.wooprex-popup-section .popup-bg,
  .wooprex-popup-section-two .popup-bg {
    height: 500px;
  }
  section.wooprex-popup-section .popup-bottom .popup-bottom-left {
    padding: 40px;
  }
  section.wooprex-popup-section .popup-bottom .popup-bottom-right {
    padding-left: 30px;
  }
  section.wooprex-choose-us-section-one .container {
    max-width: 990px;
  }
  section.wooprex-choose-us-section-one .choose-main-wrapper .row > div .wooprex-service-item-two {
    gap: 15px;
  }
  section.wooprex-choose-us-section-one .choose-main-wrapper .row > div .wooprex-service-item-two:after {
    right: -10px;
  }
  /* Case study section */
  section.wooprex-case-studies-section .case-studies-main-wrapper .wooprex-case-studies-item .case-studies-bottom .case-studies-bottom-image {
    height: 300px;
  }
  section.wooprex-case-studies-section .case-studies-main-wrapper .wooprex-case-studies-item .case-studies-bottom .case-studies-bottom-description {
    padding: 10px;
  }
  section.wooprex-case-studies-section .case-studies-main-wrapper .wooprex-case-studies-item .case-studies-bottom .case-studies-bottom-description p {
    margin-bottom: 20px;
  }
  section.wooprex-case-studies-section .case-studies-main-wrapper .wooprex-case-studies-item .case-studies-bottom .case-studies-bottom-description ul {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 5px;
  }
  section.wooprex-case-studies-section .case-studies-main-wrapper .wooprex-case-studies-item.active .case-studies-bottom {
    height: 330px;
  }
  /* Testimonial */
  .wooprex-testimonial-item.style-1 {
    gap: 20px;
  }
  .wooprex-testimonial-item.style-1 .testimonial-description {
    padding-right: 20px;
  }
  .wooprex-testimonial-item.style-1 .testimonial-description .avatar-details:before {
    width: 80px;
    height: 80px;
  }
  /* Get in touch */
  section.wooprex-get-in-touch-section {
    padding: 80px 20px;
  }
  section.wooprex-latest-blog-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* Footer */
  footer.wooprex-footer-section .footer-left {
    padding: 80px 15px;
    height: 100%;
  }
  footer.wooprex-footer-section .footer-right {
    padding: 70px 10px;
    padding-bottom: 40px;
    row-gap: 40px;
  }
  footer.wooprex-footer-section .footer-right .row:first-child {
    row-gap: 40px;
  }
  footer.wooprex-footer-section .footer-right .row:last-child {
    row-gap: 20px;
  }
  footer.wooprex-footer-section .footer-right h4 {
    margin-bottom: 20px;
  }
  footer.wooprex-footer-section .footer-right .footer-item p {
    margin-bottom: 15px;
  }
  footer.wooprex-footer-section .footer-right .privacy-link ul {
    justify-content: flex-start;
  }
  /* About Page */
  section.wooprex-digital-experience-section h3 {
    font-size: 65px;
  }
  section.wooprex-digital-experience-section h3 img {
    width: 130px;
    margin-right: 20px;
  }
  section.wooprex-digital-experience-section h3 span:last-child {
    margin-left: 10px;
  }
  section.wooprex-digital-experience-section .digital-experience-main-wrapper {
    margin-top: 40px;
  }
  section.wooprex-digital-experience-section .digital-experience-main-wrapper .digital-experience-image,
  section.wooprex-digital-experience-section .digital-experience-main-wrapper .digital-experience-description {
    width: 50%;
  }
  section.wooprex-digital-experience-section .digital-experience-main-wrapper .digital-experience-image img {
    -o-object-position: center;
       object-position: center;
  }
  section.wooprex-digital-experience-section .digital-experience-main-wrapper .digital-experience-description {
    padding-left: 30px;
  }
  section.wooprex-digital-experience-section .digital-experience-main-wrapper .digital-experience-description > p {
    margin-bottom: 40px;
  }
  section.wooprex-digital-experience-section .digital-experience-main-wrapper .digital-experience-description .description-service-item-wrapper {
    gap: 25px;
    margin-bottom: 40px;
  }
  /* Choose two */
  section.wooprex-choose-us-section-two .choose-main-wrapper .choose-main-item {
    gap: 50px;
  }
  section.wooprex-choose-us-section-two .choose-main-wrapper .choose-main-item.first {
    padding-right: 40px;
  }
  section.wooprex-choose-us-section-two .choose-main-wrapper .choose-main-item.last {
    padding-left: 40px;
  }
  /* Strength */
  section.wooprex-strength-section .strength-main-wrapper .strength-description {
    padding: 0px 20px;
  }
  section.wooprex-strength-section .strength-main-wrapper .strength-description .strength-item-wrapper {
    gap: 30px;
    max-width: 100%;
  }
  section.wooprex-strength-section .strength-main-wrapper .strength-description .strength-item-wrapper .strength-item h4 {
    margin-bottom: 15px;
  }
  section.wooprex-strength-section .strength-main-wrapper .strength-image {
    height: 650px;
  }
  /* Testimonial two */
  section.wooprex-testimonial-section-two .testimonial-left img {
    width: 330px;
    top: -40px;
    right: -130px;
    height: 320px;
  }
  section.wooprex-testimonial-section-two .testimonial-main-wrapper .wooprex-swiper-navigation {
    margin-top: 20px;
  }
  .wooprex-testimonial-item-2 > p {
    font-size: 24px;
  }
  /* Blog details */
  .wooprex-sidebar.right {
    padding-left: 20px;
  }
  .wooprex-sidebar.left {
    padding-right: 20px;
  }
  section.wooprex-recent-blog-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  section.wooprex-service-section .wooprex-service-item-three .service-description {
    padding: 40px 0px;
  }
  section.wooprex-service-section .wooprex-service-item-three .service-description h3 {
    margin-bottom: 25px;
  }
  section.wooprex-service-section .wooprex-service-item-three .service-description h4 {
    top: -15px;
    right: 0px;
    font-size: 220px;
  }
  section.wooprex-service-section .wooprex-service-item-three .service-description ul {
    justify-content: flex-start;
  }
  section.wooprex-service-section .wooprex-service-item-three .service-image {
    height: 100%;
  }
  section.wooprex-service-small-business-section {
    padding: 80px 20px;
  }
  /* Service details */
  section.wooprex-service-details-section h3 {
    padding-left: 10px;
  }
  section.wooprex-service-details-section .service-details-main-wrapper .service-item-description-right .service-image {
    height: 520px;
  }
  section.wooprex-service-details-section .service-details-main-wrapper .service-item-description-left .service-details {
    gap: 60px;
  }
  section.wooprex-service-details-section .service-image {
    margin-bottom: 50px;
  }
  /* ============= Portfolio =============== */
  section.wooprex-portfolio-section .portfolio-main-wrapper .row > div {
    padding: 0px 15px;
  }
  .wooprex-portfolio-item .portfolio-image {
    height: 500px;
  }
  .wooprex-portfolio-item .portfolio-description {
    padding-top: 20px;
  }
  /* Contact Page */
  section.wooprex-contact-form-section {
    padding: 60px 0px;
  }
  section.wooprex-contact-form-section .row {
    row-gap: 40px;
  }
  section.wooprex-contact-form-section .form-description h4 {
    margin-bottom: 15px;
  }
  section.wooprex-contact-form-section .form-description p {
    margin-bottom: 40px;
  }
  section.wooprex-contact-form-section .form-description img {
    width: 150px;
  }
  section.wooprex-contact-form-section .form-main {
    padding: 0;
  }
  .wooprex-blog-item .blog-image {
    height: 380px;
  }
  .wooprex-team-item {
    width: 220px;
  }
  .wooprex-team-item .team-top .team-image {
    height: 220px;
  }
}
@media only screen and (max-width: 1199px) {
  .padding-top {
    padding-top: 80px;
  }
  .padding-bottom {
    padding-bottom: 80px;
  }
  .padding-y {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .padding-x {
    padding-left: 20px;
    padding-right: 20px;
  }
  .text-size-lg-4 {
    font-size: 16px;
  }
  .text-size-lg-5 {
    font-size: 18px;
  }
  .text-size-lg-6 {
    font-size: 18px;
  }
  .text-size-lg-7 {
    font-size: 24px;
  }
  .text-size-lg-8 {
    font-size: 26px;
  }
  .text-size-lg-9 {
    font-size: 28px;
  }
  .text-size-lg-10 {
    font-size: 30px;
  }
  .text-size-lg-11 {
    font-size: 40px;
  }
  .text-size-lg-12 {
    font-size: 42px;
  }
  .text-size-lg-13 {
    font-size: 48px;
  }
  .text-size-lg-14 {
    font-size: 74px;
  }
  .text-size-lg-15 {
    font-size: 94px;
  }
  header.wooprex-header-section {
    padding: 30px 20px;
  }
  header.wooprex-header-section.sticky {
    padding: 20px;
  }
  header.wooprex-header-section .header-main .header-left {
    gap: 35px;
  }
  header.wooprex-header-section.relative {
    padding: 20px;
  }
  header.wooprex-header-section.relative.sticky {
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.wooprex-banner-section {
    padding: 0;
  }
  section.wooprex-banner-section .banner-slider .banner-item {
    height: 800px;
  }
  section.wooprex-banner-section .banner-slider .banner-item .banner-text {
    padding: 0px 70px 0px 20px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }
  section.wooprex-banner-section .banner-slider .banner-item .banner-text h3 {
    margin-bottom: 0px;
    line-height: 1em;
  }
  section.wooprex-banner-section .banner-slider .banner-item .banner-text h3 .save-time {
    display: none;
  }
  section.wooprex-banner-section .banner-slider .banner-item .banner-text h5 {
    display: block;
  }
  section.wooprex-banner-section .wooprex-follow-us {
    bottom: 10%;
    left: 20px;
  }
  section.wooprex-banner-section .wooprex-swiper-pagination .swiper-pagination-vertical {
    right: 20px;
  }
  section.wooprex-banner-section .wooprex-swiper-navigation {
    padding-right: 20px;
  }
  /* Home service section */
  section.wooprex-home-service-section .service-main-wrapper {
    flex-direction: column;
    row-gap: 40px;
    padding: 20px;
  }
  section.wooprex-home-service-section .service-main-wrapper .service-image,
  section.wooprex-home-service-section .service-main-wrapper .service-description-wrapper {
    width: 100%;
  }
  section.wooprex-home-service-section .service-main-wrapper .service-image {
    border-radius: 48px;
  }
  section.wooprex-home-service-section .service-main-wrapper .service-image .wooprex-btn {
    right: 20px;
  }
  section.wooprex-home-service-section .service-main-wrapper .service-description-wrapper {
    padding: 0px;
  }
  section.wooprex-home-service-section .wooprex-service-item .service-item-inner-wrapper {
    margin-top: 5px;
  }
  /* Home about */
  section.wooprex-home-about-section .about-main-wrapper {
    padding: 0px 20px;
    flex-direction: column;
    row-gap: 40px;
  }
  section.wooprex-home-about-section .about-main-wrapper .about-description,
  section.wooprex-home-about-section .about-main-wrapper .about-image {
    width: 100%;
  }
  section.wooprex-home-about-section .about-main-wrapper .about-description {
    padding: 0;
  }
  section.wooprex-home-about-section .about-main-wrapper .about-description .about-description-main h4 {
    margin-bottom: 25px;
    font-size: 50px;
  }
  section.wooprex-home-about-section .about-main-wrapper .about-image {
    height: 650px;
    border-radius: 48px;
  }
  /* Popup */
  section.wooprex-popup-section .popup-bg,
  .wooprex-popup-section-two .popup-bg {
    height: 650px;
  }
  section.wooprex-popup-section .popup-bottom .popup-bottom-left {
    padding: 40px;
  }
  section.wooprex-popup-section .popup-bottom .popup-bottom-right {
    padding-left: 30px;
  }
  /* Choose us One */
  section.wooprex-choose-us-section-one .container {
    max-width: 760px;
  }
  section.wooprex-choose-us-section-one .choose-main-wrapper .row > div .wooprex-service-item-two {
    padding: 30px 0px !important;
  }
  section.wooprex-choose-us-section-one .choose-main-wrapper .row > div .wooprex-service-item-two:before {
    width: 90% !important;
    display: block !important;
  }
  section.wooprex-choose-us-section-one .choose-main-wrapper .row > div .wooprex-service-item-two .service-description {
    padding-right: 20px;
  }
  section.wooprex-choose-us-section-one .choose-main-wrapper .row > div:nth-child(odd) .wooprex-service-item-two:after {
    display: block !important;
    right: -10px;
  }
  section.wooprex-choose-us-section-one .choose-main-wrapper .row > div:nth-child(odd) .wooprex-service-item-two .service-description {
    border-right: 1px solid #85979b !important;
  }
  section.wooprex-choose-us-section-one .choose-main-wrapper .row > div:nth-child(even) .wooprex-service-item-two:after {
    display: none;
  }
  section.wooprex-choose-us-section-one .choose-main-wrapper .row > div:nth-child(even) .wooprex-service-item-two .service-description {
    border-right: none;
  }
  section.wooprex-choose-us-section-one .choose-main-wrapper .row > div:nth-last-child(-n+2) .wooprex-service-item-two {
    padding-bottom: 0 !important;
  }
  section.wooprex-choose-us-section-one .choose-main-wrapper .row > div:nth-last-child(-n+2) .wooprex-service-item-two:after, section.wooprex-choose-us-section-one .choose-main-wrapper .row > div:nth-last-child(-n+2) .wooprex-service-item-two:before {
    display: none !important;
  }
  section.wooprex-choose-us-section-one .choose-main-wrapper .contact-btn {
    margin-top: 50px;
  }
  /* Case study section */
  section.wooprex-case-studies-section {
    padding: 0;
  }
  section.wooprex-case-studies-section .case-studies-main-wrapper .wooprex-case-studies-item .case-studies-top {
    padding: 20px;
    flex-wrap: wrap;
  }
  section.wooprex-case-studies-section .case-studies-main-wrapper .wooprex-case-studies-item .case-studies-top p {
    padding: 0px 40px;
  }
  section.wooprex-case-studies-section .case-studies-main-wrapper .wooprex-case-studies-item .case-studies-top h3 {
    font-size: 24px;
  }
  section.wooprex-case-studies-section .case-studies-main-wrapper .wooprex-case-studies-item .case-studies-bottom .case-studies-bottom-image {
    height: 300px;
  }
  section.wooprex-case-studies-section .case-studies-main-wrapper .wooprex-case-studies-item .case-studies-bottom .case-studies-bottom-description {
    padding: 10px;
  }
  section.wooprex-case-studies-section .case-studies-main-wrapper .wooprex-case-studies-item .case-studies-bottom .case-studies-bottom-description p {
    margin-bottom: 20px;
  }
  section.wooprex-case-studies-section .case-studies-main-wrapper .wooprex-case-studies-item .case-studies-bottom .case-studies-bottom-description ul {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 5px;
  }
  section.wooprex-case-studies-section .case-studies-main-wrapper .wooprex-case-studies-item.active .case-studies-bottom {
    height: 330px;
  }
  /* Testimonial */
  .wooprex-testimonial-item.style-1 {
    gap: 20px;
  }
  .wooprex-testimonial-item.style-1 .testimonial-description {
    padding-right: 20px;
  }
  .wooprex-testimonial-item.style-1 .testimonial-description .avatar-details:before {
    width: 80px;
    height: 80px;
  }
  .wooprex-testimonial-item.style-1 .testimonial-image {
    width: 70px;
    height: 70px;
  }
  /* SLIDER */
  section.wooprex-testimonial-section-one .wooprex-testimonial-item.style-1 .testimonial-image {
    margin-left: -65px;
  }
  section.wooprex-testimonial-section-one .wooprex-testimonial-item.style-1 .testimonial-description {
    padding-right: 0;
  }
  section.wooprex-testimonial-section-one .swiper-slide-active .wooprex-testimonial-item.style-1 {
    margin: 0 0 0 45px;
  }
  /* Counter */
  .wooprex-counter-item {
    padding: 40px;
  }
  .wooprex-counter-item:before {
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translateX(-50%);
    top: inherit;
    right: inherit;
    width: 80%;
    height: 1px;
  }
  .wooprex-counter-item.last:before {
    display: block;
  }
  /* Get in touch */
  section.wooprex-get-in-touch-section {
    padding: 70px 20px;
  }
  section.wooprex-get-in-touch-section .get-in-touch-wrapper .get-in-touch-contact,
  section.wooprex-get-in-touch-section .get-in-touch-wrapper .get-in-touch-image {
    width: 50%;
  }
  section.wooprex-get-in-touch-section .get-in-touch-wrapper .get-in-touch-contact .section-header p.description {
    margin-top: 20px;
  }
  section.wooprex-get-in-touch-section .get-in-touch-wrapper .get-in-touch-image {
    height: 650px;
  }
  /* Input button */
  .wooprex-input-wrapper {
    margin-top: 25px;
  }
  section.wooprex-latest-blog-section .latest-blog-wrapper .row {
    row-gap: 20px;
  }
  section.wooprex-partner-section h3 {
    font-size: 96px;
    margin-bottom: 35px;
  }
  /* Footer */
  footer.wooprex-footer-section .footer-left {
    gap: 30px;
    padding: 70px 30px;
  }
  footer.wooprex-footer-section .footer-right {
    padding: 70px 10px;
    padding-bottom: 40px;
    row-gap: 40px;
  }
  footer.wooprex-footer-section .footer-right .row:first-child {
    row-gap: 40px;
  }
  footer.wooprex-footer-section .footer-right .row:last-child {
    row-gap: 20px;
  }
  footer.wooprex-footer-section .footer-right h4 {
    margin-bottom: 20px;
  }
  footer.wooprex-footer-section .footer-right .privacy-link ul {
    justify-content: flex-start;
  }
  section.wooprex-breadcrumb-section {
    height: 500px;
  }
  /* About Page */
  section.wooprex-digital-experience-section h3 {
    font-size: 56px;
  }
  section.wooprex-digital-experience-section h3 img {
    width: 100px;
    margin-right: 20px;
  }
  section.wooprex-digital-experience-section h3 span:last-child {
    margin-left: 10px;
  }
  section.wooprex-digital-experience-section .digital-experience-main-wrapper {
    padding: 0px 20px;
    margin-top: 40px;
  }
  section.wooprex-digital-experience-section .digital-experience-main-wrapper .digital-experience-image,
  section.wooprex-digital-experience-section .digital-experience-main-wrapper .digital-experience-description {
    width: 50%;
  }
  section.wooprex-digital-experience-section .digital-experience-main-wrapper .digital-experience-image {
    border-radius: 32px;
    height: 600px;
  }
  section.wooprex-digital-experience-section .digital-experience-main-wrapper .digital-experience-image img {
    -o-object-position: center;
       object-position: center;
  }
  section.wooprex-digital-experience-section .digital-experience-main-wrapper .digital-experience-description {
    padding-left: 20px;
  }
  section.wooprex-digital-experience-section .digital-experience-main-wrapper .digital-experience-description > p {
    margin-bottom: 40px;
  }
  section.wooprex-digital-experience-section .digital-experience-main-wrapper .digital-experience-description .description-service-item-wrapper {
    gap: 25px;
    margin-bottom: 40px;
  }
  /* Choose two */
  section.wooprex-choose-us-section-two .choose-main-wrapper .choose-main-item {
    gap: 30px;
  }
  section.wooprex-choose-us-section-two .choose-main-wrapper .choose-main-item.first {
    padding-right: 20px;
  }
  section.wooprex-choose-us-section-two .choose-main-wrapper .choose-main-item.last {
    padding-left: 20px;
  }
  /* Strength */
  section.wooprex-strength-section .strength-main-wrapper {
    flex-direction: column;
    row-gap: 30px;
  }
  section.wooprex-strength-section .strength-main-wrapper .strength-description,
  section.wooprex-strength-section .strength-main-wrapper .strength-image {
    width: 100%;
  }
  section.wooprex-strength-section .strength-main-wrapper .strength-description {
    padding: 0px 20px;
  }
  section.wooprex-strength-section .strength-main-wrapper .strength-description .strength-item-wrapper {
    gap: 30px;
    flex-direction: row;
    max-width: 100%;
  }
  section.wooprex-strength-section .strength-main-wrapper .strength-description .strength-item-wrapper .strength-item h4 {
    margin-bottom: 15px;
  }
  /* Testimonial two */
  section.wooprex-testimonial-section-two .testimonial-left img {
    width: 210px;
    top: -15px;
    right: -130px;
    height: 180px;
  }
  section.wooprex-testimonial-section-two .testimonial-main-wrapper .wooprex-swiper-navigation {
    margin-top: 20px;
  }
  .wooprex-testimonial-item-2 > p {
    font-size: 20px;
  }
  /* Blog details */
  .wooprex-blog-details .wooprex-blog-thumbnail {
    height: 370px;
  }
  .wooprex-blog-details .wooprex-blog-quote {
    height: auto;
    padding: 20px;
    margin-bottom: 40px;
  }
  .wooprex-blog-details .wooprex-blog-quote:before {
    right: 5px;
    height: 80px;
    width: 80px;
  }
  .wooprex-blog-details .wooprex-blog-quote blockquote {
    font-size: 18px;
  }
  .wooprex-blog-details .wooprex-blog-quote span {
    width: 120px;
  }
  .wooprex-blog-details .wooprex-blog-quote span.white {
    left: 15px;
  }
  .wooprex-blog-details .wooprex-blog-image {
    height: 250px;
  }
  .wooprex-sidebar.right {
    padding-left: 0px;
  }
  .wooprex-sidebar.left {
    padding-right: 0px;
  }
  /* Service page */
  section.wooprex-service-goal-section .row {
    row-gap: 20px;
  }
  section.wooprex-service-goal-section .service-goal-item {
    padding: 20px;
  }
  section.wooprex-service-goal-section .service-goal-item .inner-image {
    height: 180px;
  }
  section.wooprex-service-section .wooprex-service-item-three .service-description {
    padding: 40px 0px;
  }
  section.wooprex-service-section .wooprex-service-item-three .service-description h3 {
    margin-bottom: 25px;
  }
  section.wooprex-service-section .wooprex-service-item-three .service-description h4 {
    top: -15px;
    right: 0px;
    font-size: 220px;
  }
  section.wooprex-service-section .wooprex-service-item-three .service-description ul {
    justify-content: flex-start;
  }
  section.wooprex-service-section .wooprex-service-item-three .service-image {
    height: 100%;
  }
  /* Small business */
  section.wooprex-service-small-business-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  section.wooprex-service-small-business-section > .row {
    row-gap: 40px;
  }
  section.wooprex-service-small-business-section .small-business-description {
    padding-top: 0;
  }
  section.wooprex-service-small-business-section .small-business-description h3 {
    margin-bottom: 50px;
  }
  section.wooprex-service-small-business-section .small-business-description .row {
    row-gap: 40px;
  }
  /* =========== Service details ================= */
  section.wooprex-service-details-section h3 {
    font-size: 70px;
  }
  section.wooprex-service-details-section h3 span:last-child {
    margin-top: 20px;
    margin-left: 0;
  }
  .wooprex-popup-section-two {
    padding: 50px 0px;
  }
  section.wooprex-service-details-section p.top-text {
    margin-bottom: 35px;
  }
  section.wooprex-service-details-section .service-details-main-wrapper > .row {
    row-gap: 40px;
  }
  section.wooprex-service-details-section .service-details-main-wrapper .service-item-description-left {
    padding: 0;
  }
  section.wooprex-service-details-section .service-details-main-wrapper .service-item-description-left .service-image {
    height: 530px;
  }
  section.wooprex-service-details-section .service-details-main-wrapper .service-item-description-left .service-details {
    gap: 30px;
  }
  section.wooprex-service-details-section .service-details-main-wrapper .service-item-description-right .service-image {
    height: 350px;
  }
  section.wooprex-service-details-section .service-details-main-wrapper .service-item-description-right article {
    gap: 20px;
  }
  section.wooprex-service-details-section .service-image {
    margin-bottom: 40px;
  }
  section.wooprex-service-details-section .service-details-bottom .row {
    row-gap: 40px;
  }
  /* ============= Portfolio =============== */
  section.wooprex-portfolio-section .portfolio-main-wrapper .row {
    row-gap: 70px;
  }
  section.wooprex-portfolio-section .portfolio-main-wrapper .row > div {
    padding: 0px 15px;
  }
  .wooprex-portfolio-item .portfolio-image {
    height: 500px;
  }
  .wooprex-portfolio-item .portfolio-description {
    padding-top: 20px;
  }
  /* ============== Portfolio details =============== */
  section.wooprex-portfolio-details-section .portfolio-details-client-wrapper .client-image {
    height: 600px;
  }
  section.wooprex-portfolio-details-section .portfolio-details-client-wrapper .client-description {
    row-gap: 40px;
  }
  section.wooprex-portfolio-details-section .portfolio-details-description-wrapper {
    margin-top: 40px;
  }
  section.wooprex-portfolio-details-section .portfolio-details-description-wrapper article {
    gap: 20px;
  }
  section.wooprex-portfolio-details-section .portfolio-details-description-wrapper .row .row {
    row-gap: 40px;
  }
  section.wooprex-portfolio-details-section .portfolio-details-description-wrapper .portfolio-image {
    height: 450px;
  }
  section.wooprex-portfolio-details-section .portfolio-details-list-wrapper {
    margin-top: 40px;
  }
  section.wooprex-portfolio-details-section .portfolio-details-list-wrapper .row {
    row-gap: 20px;
  }
  section.wooprex-portfolio-details-section .portfolio-details-list-wrapper .portfolio-list-image {
    height: 300px;
  }
  /* Contact Page */
  section.wooprex-contact-location-section {
    padding-bottom: 50px;
  }
  section.wooprex-contact-location-section .location-main-wrapper .location-item {
    padding: 20px;
  }
  section.wooprex-contact-location-section .location-main-wrapper .location-item p,
  section.wooprex-contact-location-section .location-main-wrapper .location-item a {
    font-size: 16px;
  }
  section.wooprex-contact-form-section {
    padding: 60px 0px;
  }
  section.wooprex-contact-form-section .row {
    row-gap: 40px;
  }
  section.wooprex-contact-form-section .form-description h4 {
    margin-bottom: 15px;
  }
  section.wooprex-contact-form-section .form-description p {
    margin-bottom: 40px;
  }
  section.wooprex-contact-form-section .form-description img {
    width: 150px;
  }
  section.wooprex-contact-form-section .form-main {
    padding: 0;
  }
  .wooprex-google-map {
    margin-top: 0;
  }
  /** Blog item */
  .wooprex-blog-item .blog-image {
    height: 380px;
  }
  .wooprex-team-item {
    width: 230px;
  }
  .wooprex-team-item .team-top .team-image {
    height: 230px;
  }
}
@media only screen and (max-width: 991px) {
  .padding-y {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .padding-top {
    padding-top: 70px;
  }
  .padding-bottom {
    padding-bottom: 70px;
  }
  .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: 24px;
  }
  .text-size-md-9 {
    font-size: 26px;
  }
  .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: 70px;
  }
  .text-size-md-15 {
    font-size: 80px;
  }
  .container {
    padding: 0px 20px;
  }
  /* Nav section */
  header.wooprex-header-section .header-main .wooprex-search-box {
    padding: 30px;
  }
  .wooprex-main-menu {
    display: none;
  }
  .wooprex-mobile-menu-bar {
    display: block;
  }
  /* Nav section */
  .section-header {
    margin-bottom: 50px;
  }
  .wooprex-google-map iframe {
    height: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .padding-y {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .padding-bottom {
    padding-bottom: 60px;
  }
  .padding-top {
    padding-top: 60px;
  }
  header.wooprex-header-section .header-main {
    gap: 25px;
  }
  header.wooprex-header-section .header-main .header-right {
    gap: 15px;
  }
  header.wooprex-header-section .header-main .header-right .wooprex-search-bar i {
    font-size: 20px;
  }
  header.wooprex-header-section .header-main .wooprex-search-box .wooprex-search-close i {
    font-size: 20px;
  }
  header.wooprex-header-section .header-main .wooprex-search-box input::-moz-placeholder {
    font-size: 16px;
  }
  header.wooprex-header-section .header-main .wooprex-search-box input::placeholder {
    font-size: 16px;
  }
  .section-header {
    margin-bottom: 40px;
  }
  section.wooprex-banner-section {
    padding: 0;
  }
  section.wooprex-banner-section .banner-slider .banner-item {
    height: 700px;
  }
  section.wooprex-banner-section .banner-slider .banner-item .banner-text {
    padding: 0px 20px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    align-items: center;
    text-align: center;
  }
  section.wooprex-banner-section .banner-slider .banner-item .banner-text h3 {
    margin-bottom: 0px;
    line-height: 1em;
  }
  section.wooprex-banner-section .banner-slider .banner-item .banner-text h3 .save-time {
    display: none;
  }
  section.wooprex-banner-section .banner-slider .banner-item .banner-text h5 {
    display: block;
  }
  section.wooprex-banner-section .wooprex-follow-us {
    bottom: 10%;
    width: 100%;
    left: 0;
  }
  section.wooprex-banner-section .wooprex-follow-us ul {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 0px 20px;
    gap: 15px;
  }
  section.wooprex-banner-section .wooprex-swiper-navigation {
    display: none;
  }
  section.wooprex-banner-section .wooprex-swiper-navigation .swiper-pagination-fraction {
    display: none;
  }
  section.wooprex-banner-section .wooprex-swiper-pagination {
    position: absolute;
    bottom: 5%;
    width: 100%;
    z-index: 2;
  }
  section.wooprex-banner-section .wooprex-swiper-pagination .swiper-pagination-vertical {
    display: none;
  }
  /* Home service section */
  section.wooprex-home-service-section .service-main-wrapper {
    flex-direction: column;
    row-gap: 40px;
    padding: 20px;
  }
  section.wooprex-home-service-section .service-main-wrapper .service-image,
  section.wooprex-home-service-section .service-main-wrapper .service-description-wrapper {
    width: 100%;
  }
  section.wooprex-home-service-section .service-main-wrapper .service-image {
    height: 500px;
    border-radius: 48px;
  }
  section.wooprex-home-service-section .service-main-wrapper .service-image .wooprex-btn {
    right: 20px;
  }
  section.wooprex-home-service-section .service-main-wrapper .service-description-wrapper {
    padding: 0px;
  }
  section.wooprex-home-service-section .service-main-wrapper .service-description-wrapper .service-item-counter {
    flex-direction: column;
    row-gap: 30px;
    align-items: flex-start;
    margin-top: 0;
  }
  section.wooprex-home-service-section .service-main-wrapper .service-description-wrapper .service-item-counter .service-counter,
  section.wooprex-home-service-section .service-main-wrapper .service-description-wrapper .service-item-counter p {
    width: 100%;
  }
  section.wooprex-home-service-section .wooprex-swiper-pagination {
    min-width: 160px;
  }
  section.wooprex-home-service-section .wooprex-service-item .service-item-inner-wrapper {
    margin-top: 5px;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 10px;
  }
  section.wooprex-home-service-section .wooprex-service-item .service-item-inner-wrapper h3,
  section.wooprex-home-service-section .wooprex-service-item .service-item-inner-wrapper p {
    width: 100%;
  }
  section.wooprex-home-service-section .wooprex-service-item .service-item-inner-wrapper h3 {
    font-size: 40px;
  }
  section.wooprex-home-service-section .wooprex-service-item .service-item-inner-wrapper h3 a i {
    font-size: 45px;
  }
  /* Home about */
  section.wooprex-home-about-section .about-main-wrapper {
    padding: 0px 20px;
    flex-direction: column;
    row-gap: 40px;
  }
  section.wooprex-home-about-section .about-main-wrapper .about-description,
  section.wooprex-home-about-section .about-main-wrapper .about-image {
    width: 100%;
  }
  section.wooprex-home-about-section .about-main-wrapper .about-description {
    padding: 0;
  }
  section.wooprex-home-about-section .about-main-wrapper .about-description .about-description-main h4 {
    margin-bottom: 25px;
    max-width: 600px;
  }
  section.wooprex-home-about-section .about-main-wrapper .about-description .about-description-main ul {
    margin-top: 30px;
  }
  section.wooprex-home-about-section .about-main-wrapper .about-image {
    height: 600px;
    border-radius: 48px;
  }
  /* Popup */
  section.wooprex-popup-section .popup-bg,
  .wooprex-popup-section-two .popup-bg {
    height: 600px;
  }
  section.wooprex-popup-section .popup-bg .media-player a,
  .wooprex-popup-section-two .popup-bg .media-player a {
    width: 80px;
    height: 80px;
  }
  section.wooprex-popup-section .popup-bg .media-player a:before,
  .wooprex-popup-section-two .popup-bg .media-player a:before {
    height: 100px;
    width: 100px;
  }
  section.wooprex-popup-section .popup-bottom {
    flex-direction: column;
    row-gap: 40px;
  }
  section.wooprex-popup-section .popup-bottom .popup-bottom-left,
  section.wooprex-popup-section .popup-bottom .popup-bottom-right {
    width: 100%;
  }
  section.wooprex-popup-section .popup-bottom .popup-bottom-right {
    padding: 0px 20px;
  }
  /* Case study section */
  section.wooprex-case-studies-section {
    padding: 0;
  }
  section.wooprex-case-studies-section .case-studies-main-wrapper .wooprex-case-studies-item .case-studies-top {
    padding: 20px;
    flex-wrap: wrap;
  }
  section.wooprex-case-studies-section .case-studies-main-wrapper .wooprex-case-studies-item .case-studies-top p {
    padding: 0px 40px;
  }
  section.wooprex-case-studies-section .case-studies-main-wrapper .wooprex-case-studies-item .case-studies-top h3 {
    font-size: 24px;
  }
  section.wooprex-case-studies-section .case-studies-main-wrapper .wooprex-case-studies-item .case-studies-bottom .row {
    row-gap: 20px;
  }
  section.wooprex-case-studies-section .case-studies-main-wrapper .wooprex-case-studies-item .case-studies-bottom .case-studies-bottom-image {
    height: 500px;
  }
  section.wooprex-case-studies-section .case-studies-main-wrapper .wooprex-case-studies-item .case-studies-bottom .case-studies-bottom-description {
    padding: 20px;
  }
  section.wooprex-case-studies-section .case-studies-main-wrapper .wooprex-case-studies-item .case-studies-bottom .case-studies-bottom-description p {
    margin-bottom: 20px;
  }
  section.wooprex-case-studies-section .case-studies-main-wrapper .wooprex-case-studies-item .case-studies-bottom .case-studies-bottom-description ul {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 5px;
  }
  section.wooprex-case-studies-section .case-studies-main-wrapper .wooprex-case-studies-item.active .case-studies-bottom {
    height: 750px;
  }
  /* Testimonial */
  section.wooprex-testimonial-section-one .swiper-slide-active .wooprex-testimonial-item.style-1 {
    margin: 0px 0px 0px 45px;
  }
  /* Counter */
  .wooprex-counter-item {
    padding: 20px;
  }
  .wooprex-counter-item:before {
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translateX(-50%);
    top: inherit;
    right: inherit;
    width: 100%;
    height: 1px;
  }
  .wooprex-counter-item.last:before {
    display: block;
  }
  .wooprex-counter-item h4 {
    font-size: 80px;
  }
  /* Get in touch */
  section.wooprex-get-in-touch-section {
    padding: 60px 20px;
  }
  section.wooprex-get-in-touch-section .get-in-touch-wrapper {
    flex-direction: column;
    row-gap: 40px;
  }
  section.wooprex-get-in-touch-section .get-in-touch-wrapper .get-in-touch-contact,
  section.wooprex-get-in-touch-section .get-in-touch-wrapper .get-in-touch-image {
    width: 100%;
  }
  section.wooprex-get-in-touch-section .get-in-touch-wrapper .get-in-touch-contact .section-header p.description {
    margin-top: 20px;
  }
  section.wooprex-get-in-touch-section .get-in-touch-wrapper .get-in-touch-image {
    height: 500px;
  }
  /* Input button */
  .wooprex-input-wrapper {
    margin-top: 25px;
  }
  section.wooprex-latest-blog-section .latest-blog-wrapper .row {
    row-gap: 20px;
  }
  /* Blog item */
  .wooprex-blog-item {
    padding: 20px;
    border-radius: 16px;
  }
  .wooprex-blog-item .blog-image {
    border-radius: 16px 16px 8px 8px;
    height: 350px;
  }
  .wooprex-blog-item .blog-description h4 {
    font-size: 18px;
  }
  section.wooprex-partner-section h3 {
    font-size: 72px;
    margin-bottom: 45px;
  }
  /* Footer */
  footer.wooprex-footer-section .footer-left {
    gap: 30px;
    padding: 60px 30px;
  }
  footer.wooprex-footer-section .footer-right {
    padding: 60px 10px;
    padding-bottom: 40px;
    row-gap: 40px;
  }
  footer.wooprex-footer-section .footer-right .row:first-child {
    row-gap: 40px;
  }
  footer.wooprex-footer-section .footer-right .row:last-child {
    row-gap: 20px;
  }
  footer.wooprex-footer-section .footer-right h4 {
    margin-bottom: 20px;
  }
  footer.wooprex-footer-section .footer-right .privacy-link ul {
    justify-content: flex-start;
  }
  section.wooprex-breadcrumb-section {
    height: 400px;
  }
  section.wooprex-breadcrumb-section .breadcrumb-text h3 {
    font-size: 35px;
  }
  /* About Page */
  section.wooprex-digital-experience-section h3 {
    font-size: 50px;
  }
  section.wooprex-digital-experience-section h3 img {
    width: 80px;
    margin-right: 10px;
  }
  section.wooprex-digital-experience-section h3 span:last-child {
    margin-left: 0;
    margin-top: 10px;
  }
  section.wooprex-digital-experience-section .digital-experience-main-wrapper {
    flex-direction: column;
    row-gap: 30px;
    padding: 0px 20px;
    margin-top: 40px;
  }
  section.wooprex-digital-experience-section .digital-experience-main-wrapper .digital-experience-image,
  section.wooprex-digital-experience-section .digital-experience-main-wrapper .digital-experience-description {
    width: 100%;
  }
  section.wooprex-digital-experience-section .digital-experience-main-wrapper .digital-experience-image {
    border-radius: 32px;
    height: 600px;
  }
  section.wooprex-digital-experience-section .digital-experience-main-wrapper .digital-experience-image img {
    -o-object-position: center;
       object-position: center;
  }
  section.wooprex-digital-experience-section .digital-experience-main-wrapper .digital-experience-description {
    padding: 0;
  }
  section.wooprex-digital-experience-section .digital-experience-main-wrapper .digital-experience-description > p {
    margin-bottom: 40px;
  }
  section.wooprex-digital-experience-section .digital-experience-main-wrapper .digital-experience-description .description-service-item-wrapper {
    gap: 25px;
    margin-bottom: 40px;
  }
  /* Choose two */
  section.wooprex-choose-us-section-two .choose-main-wrapper {
    flex-direction: column;
    row-gap: 40px;
  }
  section.wooprex-choose-us-section-two .choose-main-wrapper .choose-main-item {
    width: 100% !important;
    flex: 0 0 100% !important;
    gap: 40px;
  }
  section.wooprex-choose-us-section-two .choose-main-wrapper .choose-main-item.middle {
    order: 1;
  }
  section.wooprex-choose-us-section-two .choose-main-wrapper .choose-main-item.first {
    padding: 0;
    order: 2;
  }
  section.wooprex-choose-us-section-two .choose-main-wrapper .choose-main-item.last {
    padding: 0;
    order: 3;
  }
  /* Team */
  section.wooprex-team-section .team-slider-wrapper {
    padding: 0px 20px;
  }
  /* Strength */
  section.wooprex-strength-section .strength-main-wrapper {
    flex-direction: column;
    row-gap: 30px;
  }
  section.wooprex-strength-section .strength-main-wrapper .strength-description,
  section.wooprex-strength-section .strength-main-wrapper .strength-image {
    width: 100%;
  }
  section.wooprex-strength-section .strength-main-wrapper .strength-description {
    padding: 0px 20px;
  }
  section.wooprex-strength-section .strength-main-wrapper .strength-description .strength-item-wrapper {
    gap: 30px;
    flex-direction: row;
  }
  section.wooprex-strength-section .strength-main-wrapper .strength-description .strength-item-wrapper .strength-item h4 {
    margin-bottom: 15px;
  }
  /* Testimonial two */
  section.wooprex-testimonial-section-two .testimonial-left span {
    vertical-align: top;
  }
  section.wooprex-testimonial-section-two .testimonial-left img {
    width: 100px;
    height: 100%;
    position: relative;
    top: 0;
    right: -25px;
  }
  section.wooprex-testimonial-section-two .testimonial-main-wrapper .wooprex-swiper-navigation {
    justify-content: center;
    margin-top: 20px;
    padding-left: 0;
  }
  .wooprex-testimonial-item-2 {
    padding: 0;
  }
  .wooprex-testimonial-item-2 > p {
    font-size: 20px;
  }
  .wooprex-testimonial-section-two.bg-color .wooprex-testimonial-item-2 {
    padding: 20px;
  }
  /* Blog details page */
  .wooprex-blog-details .wooprex-blog-description,
  .wooprex-blog-details .wooprex-blog-image {
    margin-bottom: 30px !important;
  }
  .wooprex-blog-details .wooprex-blog-image {
    height: auto;
  }
  .wooprex-blog-details .wooprex-blog-quote {
    height: auto;
    padding: 20px;
    margin-bottom: 40px;
  }
  .wooprex-blog-details .wooprex-blog-quote:before {
    right: 5px;
    height: 80px;
    width: 80px;
  }
  .wooprex-blog-details .wooprex-blog-quote blockquote {
    font-size: 18px;
  }
  .wooprex-blog-details .wooprex-blog-quote span {
    width: 120px;
  }
  .wooprex-blog-details .wooprex-blog-quote span.white {
    left: 15px;
  }
  .wooprex-blog-details .wooprex-blog-description h3 {
    margin-bottom: 15px;
  }
  .wooprex-sidebar {
    margin-top: 40px;
    border-top: 1px solid #85979b;
    padding-top: 40px;
  }
  .wooprex-sidebar.right {
    padding-left: 0px;
  }
  .wooprex-sidebar.left {
    padding-right: 0px;
  }
  section.wooprex-recent-blog-section h3 {
    font-size: 50px;
    margin-bottom: 40px;
  }
  /* Service page */
  section.wooprex-service-goal-section .row {
    row-gap: 20px;
  }
  section.wooprex-service-goal-section .service-goal-item {
    padding: 20px;
  }
  section.wooprex-service-section .wooprex-service-item-three .service-description {
    padding: 40px 0px;
  }
  section.wooprex-service-section .wooprex-service-item-three .service-description h3 {
    margin-bottom: 25px;
  }
  section.wooprex-service-section .wooprex-service-item-three .service-description h4 {
    top: -15px;
    right: 0px;
    font-size: 250px;
  }
  section.wooprex-service-section .wooprex-service-item-three .service-image {
    height: 450px;
  }
  /* Small business */
  section.wooprex-service-small-business-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  section.wooprex-service-small-business-section > .row {
    row-gap: 40px;
  }
  section.wooprex-service-small-business-section .small-business-description {
    padding-top: 0;
  }
  section.wooprex-service-small-business-section .small-business-description h3 {
    margin-bottom: 50px;
  }
  section.wooprex-service-small-business-section .small-business-description .row {
    row-gap: 40px;
  }
  /* =========== Service details ================= */
  section.wooprex-service-details-section h3 {
    font-size: 60px;
  }
  section.wooprex-service-details-section h3 span:last-child {
    margin-top: 20px;
    margin-left: 0;
  }
  .wooprex-popup-section-two {
    padding: 50px 0px;
  }
  section.wooprex-service-details-section p.top-text {
    margin-bottom: 35px;
  }
  section.wooprex-service-details-section .service-details-main-wrapper > .row {
    row-gap: 40px;
  }
  section.wooprex-service-details-section .service-details-main-wrapper .service-item-description-left {
    padding: 0;
  }
  section.wooprex-service-details-section .service-details-main-wrapper .service-item-description-right article {
    gap: 20px;
  }
  section.wooprex-service-details-section .service-image {
    height: 500px !important;
    margin-bottom: 40px;
  }
  section.wooprex-service-details-section .service-details-bottom .row {
    row-gap: 40px;
  }
  /* ============= Portfolio =============== */
  section.wooprex-portfolio-section .portfolio-main-wrapper .row {
    row-gap: 40px;
  }
  section.wooprex-portfolio-section .portfolio-main-wrapper .row > div {
    padding: 0px 15px;
  }
  .wooprex-portfolio-item .portfolio-image {
    height: 300px;
  }
  .wooprex-portfolio-item .portfolio-description {
    padding-top: 20px;
  }
  /* ============== Portfolio details =============== */
  section.wooprex-portfolio-details-section h3 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  section.wooprex-portfolio-details-section .portfolio-details-client-wrapper .row {
    row-gap: 20px;
  }
  section.wooprex-portfolio-details-section .portfolio-details-client-wrapper .client-image {
    height: 500px;
  }
  section.wooprex-portfolio-details-section .portfolio-details-client-wrapper .client-description {
    row-gap: 40px;
  }
  section.wooprex-portfolio-details-section .portfolio-details-client-wrapper .client-description h5 {
    font-size: 18px;
  }
  section.wooprex-portfolio-details-section .portfolio-details-description-wrapper {
    margin-top: 40px;
  }
  section.wooprex-portfolio-details-section .portfolio-details-description-wrapper article {
    gap: 20px;
  }
  section.wooprex-portfolio-details-section .portfolio-details-description-wrapper .row .row {
    row-gap: 40px;
  }
  section.wooprex-portfolio-details-section .portfolio-details-list-wrapper {
    margin-top: 40px;
  }
  section.wooprex-portfolio-details-section .portfolio-details-list-wrapper .row {
    row-gap: 20px;
  }
  section.wooprex-portfolio-details-section .portfolio-details-list-wrapper .portfolio-list-image {
    height: 300px;
  }
  /* Contact Page */
  section.wooprex-contact-location-section {
    padding-bottom: 50px;
  }
  section.wooprex-contact-location-section .location-main-wrapper {
    border-radius: 24px;
  }
  section.wooprex-contact-location-section .location-main-wrapper .location-item {
    padding: 20px;
  }
  section.wooprex-contact-location-section .location-main-wrapper .location-item p,
  section.wooprex-contact-location-section .location-main-wrapper .location-item a {
    font-size: 16px;
  }
  section.wooprex-contact-location-section .location-main-wrapper .location-item span a {
    font-size: 20px;
  }
  section.wooprex-contact-form-section {
    padding: 60px 0px;
  }
  section.wooprex-contact-form-section .row {
    row-gap: 40px;
  }
  section.wooprex-contact-form-section .form-description h4 {
    margin-bottom: 15px;
  }
  section.wooprex-contact-form-section .form-description p {
    margin-bottom: 40px;
  }
  section.wooprex-contact-form-section .form-main {
    padding: 0;
  }
  section.wooprex-contact-form-section .form-main h3 {
    margin-bottom: 20px;
  }
  .wooprex-google-map {
    margin-top: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* Choose us One */
  section.wooprex-choose-us-section-one .container {
    max-width: 570px;
  }
  section.wooprex-choose-us-section-one .choose-main-wrapper .row > div .wooprex-service-item-two {
    padding: 30px 0px !important;
  }
  section.wooprex-choose-us-section-one .choose-main-wrapper .row > div .wooprex-service-item-two:before {
    width: 90% !important;
    display: block !important;
  }
  section.wooprex-choose-us-section-one .choose-main-wrapper .row > div .wooprex-service-item-two .service-description {
    padding-right: 20px;
  }
  section.wooprex-choose-us-section-one .choose-main-wrapper .row > div:nth-child(odd) .wooprex-service-item-two:after {
    display: block !important;
    right: -10px;
  }
  section.wooprex-choose-us-section-one .choose-main-wrapper .row > div:nth-child(odd) .wooprex-service-item-two .service-description {
    border-right: 1px solid #85979b !important;
  }
  section.wooprex-choose-us-section-one .choose-main-wrapper .row > div:nth-child(even) .wooprex-service-item-two:after {
    display: none;
  }
  section.wooprex-choose-us-section-one .choose-main-wrapper .row > div:nth-child(even) .wooprex-service-item-two .service-description {
    border-right: none;
  }
  section.wooprex-choose-us-section-one .choose-main-wrapper .row > div:nth-last-child(-n+2) .wooprex-service-item-two {
    padding-bottom: 0 !important;
  }
  section.wooprex-choose-us-section-one .choose-main-wrapper .row > div:nth-last-child(-n+2) .wooprex-service-item-two:after, section.wooprex-choose-us-section-one .choose-main-wrapper .row > div:nth-last-child(-n+2) .wooprex-service-item-two:before {
    display: none !important;
  }
  section.wooprex-choose-us-section-one .choose-main-wrapper .contact-btn {
    margin-top: 50px;
  }
  /* Case study section */
  section.wooprex-case-studies-section .case-studies-main-wrapper .wooprex-case-studies-item .case-studies-top p {
    padding: 0px 30px;
    font-size: 18px;
  }
  section.wooprex-case-studies-section .case-studies-main-wrapper .wooprex-case-studies-item .case-studies-top h3 {
    font-size: 20px;
  }
  section.wooprex-case-studies-section .case-studies-main-wrapper .wooprex-case-studies-item .case-studies-top .wooprex-btn {
    padding: 16px 18px;
  }
  section.wooprex-choose-us-section-two .choose-main-wrapper .choose-main-item.first, section.wooprex-choose-us-section-two .choose-main-wrapper .choose-main-item.last {
    flex-direction: row;
  }
  section.wooprex-choose-us-section-two .choose-main-wrapper .choose-main-item.first .choose-inner-item, section.wooprex-choose-us-section-two .choose-main-wrapper .choose-main-item.last .choose-inner-item {
    width: 50%;
  }
  section.wooprex-portfolio-details-section .portfolio-details-description-wrapper .portfolio-image {
    height: 350px;
  }
  section.wooprex-choose-us-section-two .choose-main-wrapper .choose-image {
    width: 350px;
    height: 500px;
    margin: 0 auto;
  }
  .wooprex-team-item {
    width: 250px;
  }
  .wooprex-team-item .team-top .team-image {
    height: 250px;
  }
}
@media only screen and (max-width: 575px) {
  .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: 18px;
  }
  .text-size-sm-8 {
    font-size: 18px;
  }
  .text-size-sm-9 {
    font-size: 20px;
  }
  .text-size-sm-10 {
    font-size: 22px;
  }
  .text-size-sm-11 {
    font-size: 26px;
  }
  .text-size-sm-12 {
    font-size: 26px;
  }
  .text-size-sm-13 {
    font-size: 28px;
  }
  .text-size-sm-14 {
    font-size: 45px;
  }
  .text-size-sm-15 {
    font-size: 45px;
  }
  .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 .header-right .wooprex-search-bar i {
    font-size: 20px;
  }
  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 .header-main .wooprex-search-box input::-moz-placeholder {
    font-size: 16px;
  }
  header.wooprex-header-section .header-main .wooprex-search-box input::placeholder {
    font-size: 16px;
  }
  .section-header {
    margin-bottom: 35px;
  }
  .sub-header {
    margin-bottom: 10px;
  }
  .header {
    font-size: 35px;
  }
  section.wooprex-banner-section {
    padding: 0;
  }
  section.wooprex-banner-section .banner-slider .banner-item {
    height: 670px;
  }
  section.wooprex-banner-section .banner-slider .banner-item .banner-text {
    padding: 0px 20px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    align-items: center;
    text-align: center;
  }
  section.wooprex-banner-section .banner-slider .banner-item .banner-text h3 {
    margin-bottom: 0px;
    line-height: 1em;
  }
  section.wooprex-banner-section .banner-slider .banner-item .banner-text h3 .save-time {
    display: none;
  }
  section.wooprex-banner-section .banner-slider .banner-item .banner-text h5 {
    display: block;
  }
  section.wooprex-banner-section .wooprex-follow-us {
    bottom: 10%;
    width: 100%;
    left: 0;
  }
  section.wooprex-banner-section .wooprex-follow-us ul {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 0px 20px;
    gap: 15px;
  }
  section.wooprex-banner-section .wooprex-swiper-navigation {
    display: none;
  }
  section.wooprex-banner-section .wooprex-swiper-navigation .swiper-pagination-fraction {
    display: none;
  }
  section.wooprex-banner-section .wooprex-swiper-pagination {
    position: absolute;
    bottom: 5%;
    width: 100%;
    z-index: 2;
  }
  section.wooprex-banner-section .wooprex-swiper-pagination .swiper-pagination-vertical {
    display: none;
  }
  /* Home service section */
  section.wooprex-home-service-section .service-main-wrapper {
    flex-direction: column;
    row-gap: 40px;
    padding: 20px;
  }
  section.wooprex-home-service-section .service-main-wrapper .service-image,
  section.wooprex-home-service-section .service-main-wrapper .service-description-wrapper {
    width: 100%;
  }
  section.wooprex-home-service-section .service-main-wrapper .service-image {
    height: 500px;
    border-radius: 48px;
  }
  section.wooprex-home-service-section .service-main-wrapper .service-image .wooprex-btn {
    right: 20px;
  }
  section.wooprex-home-service-section .service-main-wrapper .service-description-wrapper {
    padding: 0px;
  }
  section.wooprex-home-service-section .service-main-wrapper .service-description-wrapper .service-item-counter {
    flex-direction: column;
    row-gap: 30px;
    align-items: flex-start;
    margin-top: 0;
  }
  section.wooprex-home-service-section .service-main-wrapper .service-description-wrapper .service-item-counter .service-counter,
  section.wooprex-home-service-section .service-main-wrapper .service-description-wrapper .service-item-counter p {
    width: 100%;
  }
  section.wooprex-home-service-section .service-main-wrapper .service-description-wrapper .service-item-counter .service-counter h3 {
    font-size: 100px;
  }
  section.wooprex-home-service-section .service-main-wrapper .service-description-wrapper .service-item-counter .service-counter p {
    font-size: 15px;
  }
  section.wooprex-home-service-section .wooprex-swiper-pagination {
    min-width: 160px;
  }
  section.wooprex-home-service-section .wooprex-service-item .service-item-inner-wrapper {
    margin-top: 5px;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 10px;
  }
  section.wooprex-home-service-section .wooprex-service-item .service-item-inner-wrapper h3,
  section.wooprex-home-service-section .wooprex-service-item .service-item-inner-wrapper p {
    width: 100%;
  }
  section.wooprex-home-service-section .wooprex-service-item .service-item-inner-wrapper h3 {
    font-size: 35px;
  }
  section.wooprex-home-service-section .wooprex-service-item .service-item-inner-wrapper h3 a i {
    font-size: 40px;
  }
  /* Home about */
  section.wooprex-home-about-section .about-main-wrapper {
    padding: 0px 20px;
    flex-direction: column;
    row-gap: 40px;
  }
  section.wooprex-home-about-section .about-main-wrapper .about-description,
  section.wooprex-home-about-section .about-main-wrapper .about-image {
    width: 100%;
  }
  section.wooprex-home-about-section .about-main-wrapper .about-description {
    padding: 0;
  }
  section.wooprex-home-about-section .about-main-wrapper .about-description .about-description-main h4 {
    margin-bottom: 25px;
  }
  section.wooprex-home-about-section .about-main-wrapper .about-description .about-description-main ul {
    margin-top: 30px;
  }
  section.wooprex-home-about-section .about-main-wrapper .about-description .about-description-main ul li a {
    font-size: 16px;
  }
  section.wooprex-home-about-section .about-main-wrapper .about-image {
    height: 500px;
    border-radius: 48px;
  }
  /* Popup */
  section.wooprex-popup-section .popup-bg,
  .wooprex-popup-section-two .popup-bg {
    height: 500px;
  }
  section.wooprex-popup-section .popup-bg .media-player a,
  .wooprex-popup-section-two .popup-bg .media-player a {
    width: 80px;
    height: 80px;
  }
  section.wooprex-popup-section .popup-bg .media-player a:before,
  .wooprex-popup-section-two .popup-bg .media-player a:before {
    height: 100px;
    width: 100px;
  }
  section.wooprex-popup-section .popup-bottom {
    flex-direction: column;
    row-gap: 40px;
  }
  section.wooprex-popup-section .popup-bottom .popup-bottom-left,
  section.wooprex-popup-section .popup-bottom .popup-bottom-right {
    width: 100%;
  }
  section.wooprex-popup-section .popup-bottom .popup-bottom-left {
    padding: 30px;
  }
  section.wooprex-popup-section .popup-bottom .popup-bottom-left h4 {
    font-size: 90px;
  }
  section.wooprex-popup-section .popup-bottom .popup-bottom-right {
    padding: 0;
  }
  /* Choose us One */
  section.wooprex-choose-us-section-one .choose-main-wrapper .row > div .wooprex-service-item-two {
    padding: 30px 0px !important;
  }
  section.wooprex-choose-us-section-one .choose-main-wrapper .row > div .wooprex-service-item-two:before {
    width: 100%;
    display: block !important;
  }
  section.wooprex-choose-us-section-one .choose-main-wrapper .row > div .wooprex-service-item-two:after {
    display: none;
  }
  section.wooprex-choose-us-section-one .choose-main-wrapper .row > div .wooprex-service-item-two .service-description {
    border-right: none;
    padding-right: 0;
  }
  section.wooprex-choose-us-section-one .choose-main-wrapper .row > div:nth-last-child(-n+1) .wooprex-service-item-two {
    padding-bottom: 0 !important;
  }
  section.wooprex-choose-us-section-one .choose-main-wrapper .row > div:nth-last-child(-n+1) .wooprex-service-item-two:before {
    display: none !important;
  }
  section.wooprex-choose-us-section-one .choose-main-wrapper .contact-btn {
    margin-top: 50px;
  }
  /* Case study section */
  section.wooprex-case-studies-section {
    padding: 0;
  }
  section.wooprex-case-studies-section .case-studies-main-wrapper .wooprex-case-studies-item .case-studies-top {
    flex-direction: column;
    align-items: center;
    row-gap: 15px;
    padding: 20px;
    border-radius: 24px;
  }
  section.wooprex-case-studies-section .case-studies-main-wrapper .wooprex-case-studies-item .case-studies-top p {
    padding: 0px 30px;
  }
  section.wooprex-case-studies-section .case-studies-main-wrapper .wooprex-case-studies-item .case-studies-bottom {
    border-radius: 24px;
  }
  section.wooprex-case-studies-section .case-studies-main-wrapper .wooprex-case-studies-item .case-studies-bottom .row {
    row-gap: 20px;
  }
  section.wooprex-case-studies-section .case-studies-main-wrapper .wooprex-case-studies-item .case-studies-bottom .case-studies-bottom-image {
    border-radius: 24px;
    height: 250px;
  }
  section.wooprex-case-studies-section .case-studies-main-wrapper .wooprex-case-studies-item .case-studies-bottom .case-studies-bottom-description {
    padding: 0px;
  }
  section.wooprex-case-studies-section .case-studies-main-wrapper .wooprex-case-studies-item .case-studies-bottom .case-studies-bottom-description p {
    margin-bottom: 20px;
  }
  section.wooprex-case-studies-section .case-studies-main-wrapper .wooprex-case-studies-item .case-studies-bottom .case-studies-bottom-description ul {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 5px;
  }
  section.wooprex-case-studies-section .case-studies-main-wrapper .wooprex-case-studies-item.active .case-studies-bottom {
    height: 560px;
  }
  /* Testimonial */
  section.wooprex-testimonial-section-one .wooprex-testimonial-item.style-1 {
    margin: 0;
  }
  .wooprex-testimonial-item.style-1 {
    padding: 20px;
    margin: 0 !important;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 15px;
  }
  .wooprex-testimonial-item.style-1 .testimonial-image {
    margin-left: 0 !important;
    width: 60px;
    height: 60px;
  }
  .wooprex-testimonial-item.style-1 .testimonial-description {
    padding-right: 0;
    width: 100%;
  }
  /* Counter */
  .wooprex-counter-item {
    padding: 20px;
  }
  .wooprex-counter-item:before {
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translateX(-50%);
    top: inherit;
    right: inherit;
    width: 100%;
    height: 1px;
  }
  .wooprex-counter-item.last:before {
    display: block;
  }
  .wooprex-counter-item h4 {
    font-size: 55px;
  }
  /* Get in touch */
  section.wooprex-get-in-touch-section {
    padding: 60px 20px;
  }
  section.wooprex-get-in-touch-section .get-in-touch-wrapper {
    flex-direction: column;
    row-gap: 40px;
  }
  section.wooprex-get-in-touch-section .get-in-touch-wrapper .get-in-touch-contact,
  section.wooprex-get-in-touch-section .get-in-touch-wrapper .get-in-touch-image {
    width: 100%;
  }
  section.wooprex-get-in-touch-section .get-in-touch-wrapper .get-in-touch-contact .section-header p.description {
    margin-top: 20px;
  }
  section.wooprex-get-in-touch-section .get-in-touch-wrapper .get-in-touch-image {
    height: 400px;
  }
  /* Input button */
  .wooprex-input-wrapper {
    margin-top: 25px;
  }
  section.wooprex-latest-blog-section .latest-blog-wrapper .row {
    row-gap: 20px;
  }
  /* Blog item */
  .wooprex-blog-item {
    padding: 20px;
    border-radius: 16px;
  }
  .wooprex-blog-item .blog-image {
    border-radius: 16px 16px 8px 8px;
    height: 350px;
  }
  .wooprex-blog-item .blog-description h4 {
    font-size: 18px;
  }
  section.wooprex-partner-section h3 {
    font-size: 65px;
    margin-bottom: 35px;
  }
  /* Footer */
  footer.wooprex-footer-section .footer-left {
    gap: 30px;
    padding: 60px 30px;
  }
  footer.wooprex-footer-section .footer-right {
    padding: 60px 10px;
    padding-bottom: 40px;
    row-gap: 40px;
  }
  footer.wooprex-footer-section .footer-right .row:first-child {
    row-gap: 40px;
  }
  footer.wooprex-footer-section .footer-right .row:last-child {
    row-gap: 20px;
  }
  footer.wooprex-footer-section .footer-right h4 {
    margin-bottom: 20px;
  }
  footer.wooprex-footer-section .footer-right .privacy-link ul {
    justify-content: flex-start;
    gap: 15px;
    row-gap: 10px;
    flex-wrap: wrap;
  }
  footer.wooprex-footer-section .footer-right .privacy-link ul li {
    padding: 0;
  }
  footer.wooprex-footer-section .footer-right .privacy-link ul li:before {
    display: none;
  }
  section.wooprex-breadcrumb-section {
    height: 400px;
  }
  section.wooprex-breadcrumb-section .breadcrumb-text h3 {
    font-size: 35px;
  }
  /* About Page */
  section.wooprex-digital-experience-section h3 {
    font-size: 32px;
  }
  section.wooprex-digital-experience-section h3 img {
    display: block;
    width: 80px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  section.wooprex-digital-experience-section h3 span:last-child {
    margin-left: 0;
    margin-top: 10px;
  }
  section.wooprex-digital-experience-section .digital-experience-main-wrapper {
    flex-direction: column;
    row-gap: 30px;
    padding: 0px 20px;
    margin-top: 40px;
  }
  section.wooprex-digital-experience-section .digital-experience-main-wrapper .digital-experience-image,
  section.wooprex-digital-experience-section .digital-experience-main-wrapper .digital-experience-description {
    width: 100%;
  }
  section.wooprex-digital-experience-section .digital-experience-main-wrapper .digital-experience-image {
    border-radius: 32px;
    height: 500px;
  }
  section.wooprex-digital-experience-section .digital-experience-main-wrapper .digital-experience-image img {
    -o-object-position: center;
       object-position: center;
  }
  section.wooprex-digital-experience-section .digital-experience-main-wrapper .digital-experience-description {
    padding: 0;
  }
  section.wooprex-digital-experience-section .digital-experience-main-wrapper .digital-experience-description > p {
    margin-bottom: 40px;
  }
  section.wooprex-digital-experience-section .digital-experience-main-wrapper .digital-experience-description .description-service-item-wrapper {
    gap: 25px;
    margin-bottom: 40px;
  }
  /* Choose two */
  section.wooprex-choose-us-section-two .choose-main-wrapper {
    flex-direction: column;
    row-gap: 40px;
  }
  section.wooprex-choose-us-section-two .choose-main-wrapper .choose-main-item {
    width: 100% !important;
    flex: 0 0 100% !important;
    gap: 40px;
  }
  section.wooprex-choose-us-section-two .choose-main-wrapper .choose-main-item.middle {
    order: 1;
  }
  section.wooprex-choose-us-section-two .choose-main-wrapper .choose-main-item.first {
    padding: 0;
    order: 2;
  }
  section.wooprex-choose-us-section-two .choose-main-wrapper .choose-main-item.last {
    padding: 0;
    order: 3;
  }
  /* Team */
  section.wooprex-team-section .team-slider-wrapper {
    padding: 0px 20px;
  }
  .wooprex-team-section .wooprex-team-item {
    width: 190px;
  }
  .wooprex-team-section .wooprex-team-item .team-top .team-image {
    height: 190px;
  }
  /* Strength */
  section.wooprex-strength-section .strength-main-wrapper {
    flex-direction: column;
    row-gap: 30px;
  }
  section.wooprex-strength-section .strength-main-wrapper .strength-description,
  section.wooprex-strength-section .strength-main-wrapper .strength-image {
    width: 100%;
  }
  section.wooprex-strength-section .strength-main-wrapper .strength-description {
    padding: 0px 20px;
  }
  section.wooprex-strength-section .strength-main-wrapper .strength-description .strength-item-wrapper {
    gap: 30px;
    flex-direction: column;
  }
  section.wooprex-strength-section .strength-main-wrapper .strength-description .strength-item-wrapper .strength-item h4 {
    margin-bottom: 15px;
  }
  /* Testimonial two */
  section.wooprex-testimonial-section-two .testimonial-left span {
    vertical-align: top;
  }
  section.wooprex-testimonial-section-two .testimonial-left img {
    width: 100px;
    height: 100%;
    position: relative;
    top: 0;
    right: -25px;
  }
  section.wooprex-testimonial-section-two .testimonial-main-wrapper .wooprex-swiper-navigation {
    justify-content: center;
    margin-top: 20px;
    padding-left: 0;
  }
  .wooprex-testimonial-item-2 {
    padding: 0;
  }
  .wooprex-testimonial-item-2 > p {
    font-size: 20px;
  }
  .wooprex-testimonial-section-two.bg-color .wooprex-testimonial-item-2 {
    padding: 20px;
  }
  /* Blog details page */
  .wooprex-blog-header h1 {
    font-size: 30px;
  }
  .wooprex-blog-header p.date {
    gap: 15px;
    margin-bottom: 20px;
  }
  .wooprex-blog-header p.date span.line {
    width: 80px;
  }
  .wooprex-blog-header .team {
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px;
  }
  .wooprex-blog-details .wooprex-blog-thumbnail,
  .wooprex-blog-details .wooprex-blog-image {
    height: 350px !important;
  }
  .wooprex-blog-details .wooprex-blog-description,
  .wooprex-blog-details .wooprex-blog-image {
    margin-bottom: 30px !important;
  }
  .wooprex-blog-details .wooprex-blog-quote {
    height: auto;
    padding: 20px;
    margin-bottom: 40px;
  }
  .wooprex-blog-details .wooprex-blog-quote:before {
    right: 5px;
    height: 60px;
    width: 60px;
    bottom: 15px;
    top: inherit;
    transform: inherit;
  }
  .wooprex-blog-details .wooprex-blog-quote blockquote {
    line-height: 1.5em;
    font-size: 16px;
  }
  .wooprex-blog-details .wooprex-blog-quote span {
    width: 120px;
  }
  .wooprex-blog-details .wooprex-blog-quote span.white {
    left: 15px;
  }
  .wooprex-blog-details .wooprex-blog-description h3 {
    margin-bottom: 15px;
  }
  .wooprex-sidebar {
    margin-top: 40px;
    border-top: 1px solid #85979b;
    padding-top: 40px;
  }
  .wooprex-sidebar.right {
    padding-left: 0px;
  }
  .wooprex-sidebar.left {
    padding-right: 0px;
  }
  section.wooprex-recent-blog-section h3 {
    font-size: 35px;
    margin-bottom: 40px;
  }
  /* Service page */
  section.wooprex-service-goal-section .row {
    row-gap: 20px;
  }
  section.wooprex-service-goal-section .service-goal-item {
    flex-direction: column;
    padding: 20px;
    row-gap: 20px;
  }
  section.wooprex-service-goal-section .service-goal-item .inner-description,
  section.wooprex-service-goal-section .service-goal-item .inner-image {
    width: 100%;
  }
  section.wooprex-service-goal-section .service-goal-item .inner-description {
    order: 2;
  }
  section.wooprex-service-section .wooprex-service-item-three .service-description {
    padding: 20px 0px;
  }
  section.wooprex-service-section .wooprex-service-item-three .service-description h3 {
    margin-bottom: 15px;
  }
  section.wooprex-service-section .wooprex-service-item-three .service-description p.mb-3 {
    margin-bottom: 10px !important;
  }
  section.wooprex-service-section .wooprex-service-item-three .service-description ul {
    justify-content: flex-start;
    gap: 10px;
    margin: 25px 0px;
  }
  section.wooprex-service-section .wooprex-service-item-three .service-description h4 {
    top: -15px;
    right: 0px;
    font-size: 200px;
  }
  section.wooprex-service-section .wooprex-service-item-three .service-image {
    height: 350px;
  }
  /* Small business */
  section.wooprex-service-small-business-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  section.wooprex-service-small-business-section > .row {
    row-gap: 40px;
  }
  section.wooprex-service-small-business-section .small-business-description {
    padding-top: 0;
  }
  section.wooprex-service-small-business-section .small-business-description h3 {
    margin-bottom: 50px;
  }
  section.wooprex-service-small-business-section .small-business-description .row {
    row-gap: 40px;
  }
  /* =========== Service details ================= */
  section.wooprex-service-details-section h3 {
    font-size: 35px;
  }
  section.wooprex-service-details-section h3 span:last-child {
    margin-top: 20px;
    margin-left: 0;
  }
  .wooprex-popup-section-two {
    padding: 50px 0px;
  }
  section.wooprex-service-details-section p.top-text {
    margin-bottom: 35px;
  }
  section.wooprex-service-details-section .service-details-main-wrapper > .row {
    row-gap: 40px;
  }
  section.wooprex-service-details-section .service-details-main-wrapper .service-item-description-left {
    padding: 0;
  }
  section.wooprex-service-details-section .service-details-main-wrapper .service-item-description-left .service-details {
    flex-wrap: wrap;
    gap: 30px;
  }
  section.wooprex-service-details-section .service-details-main-wrapper .service-item-description-right article {
    gap: 20px;
  }
  section.wooprex-service-details-section .service-image {
    height: 500px !important;
    margin-bottom: 40px;
  }
  section.wooprex-service-details-section .service-details-bottom .row {
    row-gap: 40px;
  }
  /* ============= Portfolio =============== */
  section.wooprex-portfolio-section .portfolio-main-wrapper .row {
    row-gap: 40px;
  }
  section.wooprex-portfolio-section .portfolio-main-wrapper .row > div {
    padding: 0px 15px;
  }
  .wooprex-portfolio-item .portfolio-image {
    height: 400px;
  }
  .wooprex-portfolio-item .portfolio-description {
    padding-top: 20px;
  }
  .wooprex-portfolio-item.disorder .portfolio-image {
    order: 1;
  }
  .wooprex-portfolio-item.disorder .portfolio-description {
    padding-bottom: 0;
    padding-top: 20px;
  }
  /* ============== Portfolio details =============== */
  section.wooprex-portfolio-details-section h3 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  section.wooprex-portfolio-details-section .portfolio-details-client-wrapper .row {
    row-gap: 20px;
  }
  section.wooprex-portfolio-details-section .portfolio-details-client-wrapper .client-image {
    height: 500px;
  }
  section.wooprex-portfolio-details-section .portfolio-details-client-wrapper .client-description {
    row-gap: 40px;
  }
  section.wooprex-portfolio-details-section .portfolio-details-client-wrapper .client-description h5 {
    font-size: 18px;
  }
  section.wooprex-portfolio-details-section .portfolio-details-description-wrapper {
    margin-top: 40px;
  }
  section.wooprex-portfolio-details-section .portfolio-details-description-wrapper article {
    gap: 20px;
  }
  section.wooprex-portfolio-details-section .portfolio-details-description-wrapper .row .row {
    row-gap: 40px;
  }
  section.wooprex-portfolio-details-section .portfolio-details-list-wrapper {
    margin-top: 40px;
  }
  section.wooprex-portfolio-details-section .portfolio-details-list-wrapper .row {
    row-gap: 20px;
  }
  section.wooprex-portfolio-details-section .portfolio-details-list-wrapper .portfolio-list-image {
    height: auto;
  }
  /* Contact Page */
  section.wooprex-contact-location-section {
    padding-bottom: 50px;
  }
  section.wooprex-contact-location-section .location-main-wrapper {
    border-radius: 24px;
  }
  section.wooprex-contact-location-section .location-main-wrapper .location-item {
    padding: 40px;
  }
  section.wooprex-contact-location-section .location-main-wrapper .location-item p,
  section.wooprex-contact-location-section .location-main-wrapper .location-item a {
    font-size: 17px;
  }
  section.wooprex-contact-location-section .location-main-wrapper .location-item.email, section.wooprex-contact-location-section .location-main-wrapper .location-item.phone {
    border-right: none;
    border-bottom: 1px solid #adb4bb;
  }
  section.wooprex-contact-location-section .location-main-wrapper .location-item span a {
    font-size: 24px;
  }
  section.wooprex-contact-form-section {
    padding: 60px 0px;
  }
  section.wooprex-contact-form-section .row {
    row-gap: 40px;
  }
  section.wooprex-contact-form-section .form-description h4 {
    margin-bottom: 15px;
  }
  section.wooprex-contact-form-section .form-description p {
    margin-bottom: 20px;
  }
  section.wooprex-contact-form-section .form-description img {
    max-width: 150px;
  }
  section.wooprex-contact-form-section .form-main {
    padding: 0;
  }
  section.wooprex-contact-form-section .form-main h3 {
    margin-bottom: 20px;
  }
  .wooprex-google-map {
    margin-top: 0;
  }
}
@media only screen and (max-width: 449px) {
  .wooprex-team-section .wooprex-team-item {
    width: 250px;
  }
  .wooprex-team-section .wooprex-team-item .team-top .team-image {
    height: 250px;
  }
  section.wooprex-partner-section h3 {
    font-size: 46px;
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 400px) {
  section.wooprex-home-service-section .wooprex-swiper-pagination {
    min-width: 100px;
  }
  .wooprex-counter-item {
    padding: 10px 0px;
  }
  .wooprex-counter-item h4 {
    font-size: 40px;
  }
  .wooprex-counter-item p {
    font-size: 13px;
  }
  section.wooprex-partner-section h3 {
    font-size: 35px;
    margin-bottom: 35px;
  }
}