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

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

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

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

body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
  color: #000000;
  background-color: #ffffff;
}

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

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

.container {
  max-width: 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] {
  padding: 10px 20px;
  font-family: "Poppins", sans-serif;
  outline: 0;
  box-shadow: none;
  font-size: 16px;
  line-height: 1.6rem;
  width: 100%;
  background: #ffffff;
  font-weight: 400;
  color: #000000;
  border: 1px solid;
  border-color: #000000;
}
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 {
  box-shadow: none;
  outline: none;
  background: transparent;
  border-color: #000000;
}

textarea::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=month]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=week]::-moz-placeholder, input[type=datetime]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=color]::-moz-placeholder {
  color: #000000;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 16px;
  color: #646464;
}

textarea::placeholder,
input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=time]::placeholder,
input[type=week]::placeholder,
input[type=datetime]::placeholder,
input[type=number]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=color]::placeholder {
  color: #000000;
  transition: all 0.3s ease;
  font-size: 16px;
  color: #646464;
}

textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  resize: none;
  min-height: 150px;
}

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

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

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

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

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

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

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

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

p {
  font-size: 16px;
  line-height: 1.6em;
  font-family: "Rubik", serif !important;
}

p,
span {
  color: #000000;
}

b,
strong {
  font-weight: bolder;
}

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

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

label {
  font-weight: 600;
}

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

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

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

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

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

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

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

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

.padding-left {
  padding-left: 20px;
}

.padding-right {
  padding-right: 20px;
}

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

/* -- radius --*/
.radius-8 {
  border-radius: 8px;
}

.radius-24 {
  border-radius: 24px;
}

.radius-32 {
  border-radius: 32px;
}

.radius-56 {
  border-radius: 56px;
}

.rounded-full {
  border-radius: 999px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 767px) {
  .logo {
    max-width: 150px;
  }
}
/*-- All components style -- */
/*-- header -- */
/*-- Base: mixin & variable  -- */
/* 
***************************** Start Wooprex Header Css *************************** 
*/
.wooprex-header-top-section {
  background-color: #141824;
  transition: all 0.3s ease;
  top: 0;
  position: relative;
}
.wooprex-header-top-section .top-left,
.wooprex-header-top-section .top-right {
  height: 100%;
}
.wooprex-header-top-section .wooprex-contact {
  height: 100%;
}
.wooprex-header-top-section .wooprex-contact ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 20px;
       column-gap: 20px;
  height: 100%;
  flex-wrap: wrap;
}
.wooprex-header-top-section .wooprex-contact ul li p,
.wooprex-header-top-section .wooprex-contact ul li a {
  font-size: 14px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 7px;
       column-gap: 7px;
}
.wooprex-header-top-section .wooprex-contact ul li p i,
.wooprex-header-top-section .wooprex-contact ul li a i {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #18ba60;
}
.wooprex-header-top-section .wooprex-contact ul li a:hover {
  color: #18ba60;
}
.wooprex-header-top-section .wooprex-language {
  height: 100%;
}
.wooprex-header-top-section .wooprex-language .custom-select-wrapper {
  max-width: 140px;
  margin-left: auto;
}
.wooprex-header-top-section .wooprex-language .custom-select {
  position: relative;
  cursor: pointer;
}
.wooprex-header-top-section .wooprex-language .custom-select .select-trigger {
  background-color: #18ba60;
  background-image: url("../assets/shape/down-arrow-white.svg");
  color: #ffffff;
  height: 100%;
  padding: 12px 28px 12px 28px;
  border: none;
  cursor: pointer;
  background-position: 80% 45%;
  background-size: 22px;
  background-repeat: no-repeat;
}
.wooprex-header-top-section .wooprex-language .custom-select .custom-options {
  position: absolute;
  top: 110%;
  left: 0;
  right: 0;
  border: 1px solid rgba(0, 17, 128, 0.168627451);
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 99999;
  text-align: left;
}
.wooprex-header-top-section .wooprex-language .custom-select .custom-options .custom-option {
  padding: 10px 28px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}
.wooprex-header-top-section .wooprex-language .custom-select .custom-options .custom-option img {
  max-width: 15px;
}
.wooprex-header-top-section .wooprex-language .custom-select .custom-options .custom-option:hover {
  color: #ffffff;
  background-color: #18ba60;
}
.wooprex-header-top-section .wooprex-language .custom-select .custom-options.show {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.wooprex-header-top-section.sticky {
  top: -150px;
}
.wooprex-header-top-section.style-2 .wooprex-contact ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.wooprex-header-top-section.style-2 .wooprex-contact ul li p,
.wooprex-header-top-section.style-2 .wooprex-contact ul li a {
  color: #ffffff;
}
.wooprex-header-top-section.style-2 .wooprex-contact ul li p i,
.wooprex-header-top-section.style-2 .wooprex-contact ul li a i {
  color: #ffffff;
  transition: all 0.3s ease;
}
.wooprex-header-top-section.style-2 .wooprex-contact ul li a:hover {
  color: #0d56d9;
}
.wooprex-header-top-section.style-2 .wooprex-contact ul li a:hover i {
  color: #0d56d9;
}
.wooprex-header-top-section.style-2 .wooprex-language .custom-select-wrapper {
  max-width: 100px;
  margin-left: 0;
}
.wooprex-header-top-section.style-2 .wooprex-language .custom-select .select-trigger {
  background-color: #141824;
  padding: 12px 0px;
  text-transform: uppercase;
}
.wooprex-header-top-section.style-2 .wooprex-language .custom-select .custom-options .custom-option {
  padding: 10px 20px;
}
.wooprex-header-top-section.style-2 .wooprex-language .custom-select .custom-options .custom-option:hover {
  background-color: #0d56d9;
}
.wooprex-header-top-section.style-3 {
  background-color: #5d35ff;
  padding-top: 12px;
  padding-bottom: 12px;
}
.wooprex-header-top-section.style-3 .wooprex-contact ul li p i,
.wooprex-header-top-section.style-3 .wooprex-contact ul li a i {
  color: #ffffff;
}
.wooprex-header-top-section.style-3 .wooprex-contact ul li a:hover {
  color: #000000;
}
.wooprex-header-top-section.style-3 .wooprex-social {
  height: 100%;
}
.wooprex-header-top-section.style-3 .wooprex-social ul {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}
.wooprex-header-top-section.style-3 .wooprex-social ul li a {
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wooprex-header-top-section.style-3 .wooprex-social ul li a i {
  display: flex;
  align-items: center;
  justify-content: center;
}

header.wooprex-header-section {
  position: relative;
  overflow-x: clip;
  transition: top 0.6s, background 0.4s, box-shadow 0.4s;
  z-index: 999;
  width: 100%;
  transition: all 0.3s ease;
}
header.wooprex-header-section.style-1 {
  top: 0;
  border-bottom: 1px solid #e8e2d1;
}
header.wooprex-header-section.style-1.sticky {
  background-color: #ffffff;
  box-shadow: 0 4px 80px rgba(0, 0, 0, 0.1);
}
header.wooprex-header-section.style-2 {
  position: fixed;
  top: 50px;
}
header.wooprex-header-section.style-2 .header-main {
  background-color: #ffffff;
  padding: 0px 25px;
  transition: box-shadow 0.4s;
}
header.wooprex-header-section.style-2.sticky .header-main {
  box-shadow: 0 4px 80px rgba(0, 0, 0, 0.1);
}
header.wooprex-header-section.style-3 {
  top: 0;
  background-color: #0d56d9;
}
header.wooprex-header-section.style-3.sticky {
  box-shadow: 0 4px 80px rgba(0, 0, 0, 0.1);
}
header.wooprex-header-section.style-4 {
  top: 0;
  background-color: #ffffff;
}
header.wooprex-header-section.style-4.sticky {
  box-shadow: 0 4px 80px rgba(0, 0, 0, 0.1);
}
header.wooprex-header-section.style-5 {
  top: 0;
  background-color: #ffffff;
}
header.wooprex-header-section.style-5.sticky {
  box-shadow: 0 4px 80px rgba(0, 0, 0, 0.1);
}
header.wooprex-header-section.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  animation: 0.95s ease 0s normal forwards 1 running stickyAnimation;
  -webkit-animation: 0.95s ease 0s normal forwards 1 running stickyAnimation;
}
header.wooprex-header-section .header-main {
  position: relative;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@keyframes stickyAnimation {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@media (max-width: 575px) {
  header.wooprex-header-section.style-2 {
    top: 25px;
  }
  header.wooprex-header-section.style-2 .header-main {
    padding: 0px 10px;
  }
}
/*-- menu -- */
/*-- Base: mixin & variable  -- */
.brand-logo {
  max-width: 180px;
  transition: all 0.4s;
  position: relative;
  padding: 25px 0px;
}
.brand-logo a {
  display: block;
}
.brand-logo a img {
  width: 100%;
}

/* Wooprex right menu */
.wooprex-right-menu {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 20px;
}

/********************* MAIN MENU *****************/
.wooprex-main-menu ul.box-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  gap: 30px;
  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, .wooprex-main-menu ul.box-nav li.menu-item.active > a.item-link {
  color: #18ba60 !important;
}
.wooprex-main-menu ul.box-nav li.menu-item a.item-link {
  color: #858585;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 37px 0px;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
}
.wooprex-main-menu ul.box-nav li.menu-item a.item-link i {
  position: relative;
  transition: transform 0.3s;
  line-height: 0px;
}
.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 ul.sub-menu {
  position: absolute;
  min-width: 220px;
  padding: 20px 0px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
  background-color: #ffffff;
  border: 1px solid #e8e2d1;
  z-index: 10;
}
.wooprex-main-menu ul.box-nav li.menu-item ul.sub-menu li {
  padding: 10px 0px;
  position: relative;
}
.wooprex-main-menu ul.box-nav li.menu-item ul.sub-menu li a.sub-menu-link {
  padding: 0px 30px;
  display: block;
  color: #858585;
  font-size: 16px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: 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;
}
.wooprex-main-menu ul.box-nav li.menu-item ul.sub-menu li a.sub-menu-link:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  height: 12px;
  width: 0;
  background-color: #18ba60;
  transition: 0.2s ease-in;
}
.wooprex-main-menu ul.box-nav li.menu-item ul.sub-menu li:hover > a.sub-menu-link, .wooprex-main-menu ul.box-nav li.menu-item ul.sub-menu li.active > a.sub-menu-link {
  color: #18ba60;
}
.wooprex-main-menu ul.box-nav li.menu-item ul.sub-menu li:hover > a.sub-menu-link:before, .wooprex-main-menu ul.box-nav li.menu-item ul.sub-menu li.active > a.sub-menu-link:before {
  width: 5px;
}
.wooprex-main-menu ul.box-nav li.menu-item > ul.sub-menu {
  left: 0px;
  top: 110px;
}
.wooprex-main-menu ul.box-nav li.menu-item > ul.sub-menu li > ul.sub-menu {
  right: -220px;
  top: 20px;
}
.wooprex-main-menu ul.box-nav li.menu-item > ul.sub-menu li:hover > ul.sub-menu {
  top: 0px;
  opacity: 1;
  visibility: visible;
}
.wooprex-main-menu ul.box-nav li.menu-item:hover > ul.sub-menu {
  top: 97px;
  opacity: 1;
  visibility: visible;
}

/* Start Wooprex mobile menu */
.wooprex-mobile-menu {
  width: 400px;
  max-width: 100%;
  height: 100%;
  background-color: #ffffff;
  position: fixed;
  left: 0%;
  transform: translateX(-110%);
  top: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.6s ease;
  overflow-y: scroll;
  z-index: 999;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 50px;
}
.wooprex-mobile-menu .mobile-menu-bar-close {
  position: absolute;
  right: 0px;
  top: 30px;
}
.wooprex-mobile-menu ul.box-nav {
  padding-top: 70px;
}
.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: #000000;
  transition: all 0.3s ease;
}
.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:hover > a.item-link, .wooprex-mobile-menu ul.box-nav li.menu-item.active > a.item-link {
  color: #18ba60;
}
.wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu {
  padding-bottom: 10px;
}
.wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu li {
  padding-left: 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: 10px 0px;
  color: #000000;
}
.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:hover > a.sub-menu-link, .wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu li.active > a.sub-menu-link {
  color: #18ba60;
}
.wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu li ul.sub-menu {
  padding-bottom: 0;
}
.wooprex-mobile-menu .wooprex-language-option {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  padding-left: 20px;
}
.wooprex-mobile-menu .wooprex-language-option span {
  padding-right: 15px;
  border-right: 1px solid rgba(0, 17, 128, 0.168627451);
  cursor: pointer;
  transition: all 0.3s ease;
}
.wooprex-mobile-menu .wooprex-language-option span:last-child {
  border-right: none;
  padding-right: 0;
}
.wooprex-mobile-menu.show {
  transform: translateX(0%);
}

/* Wooprex desktop overlay menu */
.wooprex-desktop-overlay-menu {
  position: fixed;
  background: #ffffff;
  right: 0%;
  top: 0;
  transform: translateX(110%);
  padding: 70px;
  width: 420px;
  max-width: 100%;
  height: 100%;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 1px 10px -2px rgba(0, 0, 0, 0.1);
  overflow: auto;
  transition: transform 0.6s;
}
.wooprex-desktop-overlay-menu.show-overlay {
  transform: translateX(0%);
}
.wooprex-desktop-overlay-menu .wooprex-overlay-close {
  cursor: pointer;
  display: flex;
  align-self: end;
}
.wooprex-desktop-overlay-menu .wooprex-overlay-close i {
  font-size: 30px;
  transition: all 0.3s ease;
}
.wooprex-desktop-overlay-menu .wooprex-overlay-close:hover i {
  color: #0d56d9;
}
.wooprex-desktop-overlay-menu .wooprex-logo {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
}
.wooprex-desktop-overlay-menu .wooprex-logo a {
  margin-bottom: 30px;
}
.wooprex-desktop-overlay-menu .wooprex-follow-us h5 {
  margin-bottom: 20px;
  text-align: center;
}
.wooprex-desktop-overlay-menu .wooprex-follow-us ul {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 25px;
}
.wooprex-desktop-overlay-menu .wooprex-follow-us ul li a i {
  font-size: 20px;
}
.wooprex-desktop-overlay-menu .wooprex-follow-us ul li:hover a {
  color: #0d56d9;
}

.wooprex-header-section.style-2 .wooprex-main-menu ul.box-nav li.menu-item a.item-link:before {
  content: "";
  background-color: #ff4747;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  transition: all 0.3s ease;
}
.wooprex-header-section.style-2 .wooprex-main-menu ul.box-nav li.menu-item:hover > a.item-link, .wooprex-header-section.style-2 .wooprex-main-menu ul.box-nav li.menu-item.active > a.item-link {
  color: #ff4747 !important;
}
.wooprex-header-section.style-2 .wooprex-main-menu ul.box-nav li.menu-item:hover > a.item-link:before, .wooprex-header-section.style-2 .wooprex-main-menu ul.box-nav li.menu-item.active > a.item-link:before {
  width: 100%;
}
.wooprex-header-section.style-2 .wooprex-main-menu ul.box-nav li.menu-item ul.sub-menu li a.sub-menu-link:before {
  background-color: #ff4747;
}
.wooprex-header-section.style-2 .wooprex-main-menu ul.box-nav li.menu-item ul.sub-menu li:hover > a.sub-menu-link, .wooprex-header-section.style-2 .wooprex-main-menu ul.box-nav li.menu-item ul.sub-menu li.active > a.sub-menu-link {
  color: #ff4747;
}
.wooprex-header-section.style-2 .wooprex-mobile-menu ul.box-nav li.menu-item:hover > a.item-link, .wooprex-header-section.style-2 .wooprex-mobile-menu ul.box-nav li.menu-item.active > a.item-link {
  color: #ff4747;
}
.wooprex-header-section.style-2 .wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu li:hover > a.sub-menu-link, .wooprex-header-section.style-2 .wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu li.active > a.sub-menu-link {
  color: #ff4747;
}
.wooprex-header-section.style-2 .wooprex-search-box .wooprex-search-close:hover i {
  color: #ff4747;
}
.wooprex-header-section.style-3 .wooprex-main-menu ul.box-nav li.menu-item a.item-link {
  color: #ffffff;
}
.wooprex-header-section.style-3 .wooprex-main-menu ul.box-nav li.menu-item:hover > a.item-link, .wooprex-header-section.style-3 .wooprex-main-menu ul.box-nav li.menu-item.active > a.item-link {
  color: #ffffff !important;
}
.wooprex-header-section.style-3 .wooprex-main-menu ul.box-nav li.menu-item ul.sub-menu li a.sub-menu-link:before {
  background-color: #0d56d9;
}
.wooprex-header-section.style-3 .wooprex-main-menu ul.box-nav li.menu-item ul.sub-menu li:hover > a.sub-menu-link, .wooprex-header-section.style-3 .wooprex-main-menu ul.box-nav li.menu-item ul.sub-menu li.active > a.sub-menu-link {
  color: #0d56d9;
}
.wooprex-header-section.style-3 .wooprex-mobile-menu ul.box-nav li.menu-item:hover > a.item-link, .wooprex-header-section.style-3 .wooprex-mobile-menu ul.box-nav li.menu-item.active > a.item-link {
  color: #0d56d9;
}
.wooprex-header-section.style-3 .wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu li:hover > a.sub-menu-link, .wooprex-header-section.style-3 .wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu li.active > a.sub-menu-link {
  color: #0d56d9;
}
.wooprex-header-section.style-3 .wooprex-desktop-overlay-menu {
  background: #ffffff;
}
.wooprex-header-section.style-3 .wooprex-desktop-overlay-menu .wooprex-overlay-close:hover i {
  color: #0d56d9;
}
.wooprex-header-section.style-3 .wooprex-desktop-overlay-menu .wooprex-follow-us ul li:hover a {
  color: #0d56d9;
}
.wooprex-header-section.style-3 .wooprex-search-box {
  background-color: #0d56d9;
  padding: 20px 0;
}
.wooprex-header-section.style-3 .wooprex-search-box input[type=text] {
  color: #ffffff;
}
.wooprex-header-section.style-3 .wooprex-search-box input[type=text]::-moz-placeholder {
  color: #ffffff;
}
.wooprex-header-section.style-3 .wooprex-search-box input[type=text]::placeholder {
  color: #ffffff;
}
.wooprex-header-section.style-3 .wooprex-search-box .wooprex-search-close i {
  color: #ffffff;
}
.wooprex-header-section.style-3 .wooprex-search-bar i {
  color: #ffffff;
}
.wooprex-header-section.style-3 .wooprex-mobile-menu-bar i {
  color: #ffffff;
}
.wooprex-header-section.style-4:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 30%;
  left: 0%;
  top: 0;
  background-color: #f97534;
  clip-path: polygon(87% 0, 100% 100%, 100% 100%, 0 100%, 0 0);
}
.wooprex-header-section.style-4 .wooprex-main-menu ul.box-nav li.menu-item a.item-link {
  color: #212121;
}
.wooprex-header-section.style-4 .wooprex-main-menu ul.box-nav li.menu-item:hover > a.item-link, .wooprex-header-section.style-4 .wooprex-main-menu ul.box-nav li.menu-item.active > a.item-link {
  color: #f97534 !important;
}
.wooprex-header-section.style-4 .wooprex-main-menu ul.box-nav li.menu-item ul.sub-menu li a.sub-menu-link:before {
  background-color: #f97534;
}
.wooprex-header-section.style-4 .wooprex-main-menu ul.box-nav li.menu-item ul.sub-menu li:hover > a.sub-menu-link, .wooprex-header-section.style-4 .wooprex-main-menu ul.box-nav li.menu-item ul.sub-menu li.active > a.sub-menu-link {
  color: #f97534;
}
.wooprex-header-section.style-4 .wooprex-mobile-menu ul.box-nav li.menu-item:hover > a.item-link, .wooprex-header-section.style-4 .wooprex-mobile-menu ul.box-nav li.menu-item.active > a.item-link {
  color: #f97534;
}
.wooprex-header-section.style-4 .wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu li:hover > a.sub-menu-link, .wooprex-header-section.style-4 .wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu li.active > a.sub-menu-link {
  color: #f97534;
}
.wooprex-header-section.style-4 .wooprex-desktop-overlay-menu {
  background: #ffffff;
}
.wooprex-header-section.style-4 .wooprex-desktop-overlay-menu .wooprex-overlay-close:hover i {
  color: #f97534;
}
.wooprex-header-section.style-4 .wooprex-desktop-overlay-menu .wooprex-follow-us ul li:hover a {
  color: #f97534;
}
.wooprex-header-section.style-4 .wooprex-search-box .wooprex-search-close:hover i {
  color: #f97534;
}
.wooprex-header-section.style-4 .wooprex-search-bar i {
  color: #212121;
}
.wooprex-header-section.style-4 .wooprex-mobile-menu-bar i {
  color: #212121;
}
.wooprex-header-section.style-4 .wooprex-desktop-menu-bar {
  background-color: #f97534;
  padding: 10px;
  border-radius: 50%;
}
.wooprex-header-section.style-4 .wooprex-desktop-menu-bar i {
  font-size: 20px;
}
.wooprex-header-section.style-5 .wooprex-main-menu ul.box-nav li.menu-item a.item-link {
  color: #646464;
}
.wooprex-header-section.style-5 .wooprex-main-menu ul.box-nav li.menu-item:hover > a.item-link, .wooprex-header-section.style-5 .wooprex-main-menu ul.box-nav li.menu-item.active > a.item-link {
  color: #5d35ff !important;
}
.wooprex-header-section.style-5 .wooprex-main-menu ul.box-nav li.menu-item ul.sub-menu li a.sub-menu-link:before {
  background-color: #5d35ff;
}
.wooprex-header-section.style-5 .wooprex-main-menu ul.box-nav li.menu-item ul.sub-menu li:hover > a.sub-menu-link, .wooprex-header-section.style-5 .wooprex-main-menu ul.box-nav li.menu-item ul.sub-menu li.active > a.sub-menu-link {
  color: #5d35ff;
}
.wooprex-header-section.style-5 .wooprex-mobile-menu ul.box-nav li.menu-item:hover > a.item-link, .wooprex-header-section.style-5 .wooprex-mobile-menu ul.box-nav li.menu-item.active > a.item-link {
  color: #0d56d9;
}
.wooprex-header-section.style-5 .wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu li:hover > a.sub-menu-link, .wooprex-header-section.style-5 .wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu li.active > a.sub-menu-link {
  color: #5d35ff;
}
.wooprex-header-section.style-5 .wooprex-mobile-menu-bar i {
  color: #212121;
}

/* Wooprex Navbar search field */
.wooprex-search-bar {
  transition: padding 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.wooprex-search-bar i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #858585;
}

.wooprex-search-box {
  position: absolute;
  background: #ffffff;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 20px 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
  z-index: 99;
}
.wooprex-search-box form {
  display: flex;
  align-items: center;
  justify-content: start;
  height: 100%;
}
.wooprex-search-box input[type=text] {
  color: #000000;
  padding: 0;
  cursor: pointer;
  font-size: 16px;
  border: none;
  height: 100%;
}
.wooprex-search-box input[type=text]:focus {
  outline: none;
  border: none;
}
.wooprex-search-box input[type=text]::-moz-placeholder {
  font-size: 18px;
  color: #000000;
}
.wooprex-search-box input[type=text]::placeholder {
  font-size: 18px;
  color: #000000;
}
.wooprex-search-box .wooprex-search-close {
  cursor: pointer;
}
.wooprex-search-box .wooprex-search-close i {
  color: #858585;
  font-size: 26px;
  transition: all 0.3s ease;
}
.wooprex-search-box .wooprex-search-close:hover i {
  color: #18ba60;
}
.wooprex-search-box.active-search {
  opacity: 1;
  visibility: visible;
}

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

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

.mobile-menu-bar-close {
  text-align: right;
  margin-right: 20px;
  cursor: pointer;
}
.mobile-menu-bar-close i {
  font-size: 30px;
  color: #858585;
}

@media (max-width: 1199px) {
  .brand-logo {
    padding: 20px 0px;
  }
  .wooprex-main-menu ul.box-nav {
    gap: 15px;
  }
  .wooprex-search-box {
    padding: 20px 20px;
  }
  .brand-logo, .logo {
    max-width: 150px !important;
  }
  .wooprex-main-menu ul.box-nav li.menu-item a.item-link {
    font-size: 14px;
  }
  .wooprex-header-section.style-5 .wooprex-main-menu ul.box-nav li.menu-item a.item-link {
    font-size: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1600px) {
  .wooprex-main-menu ul.box-nav li.menu-item > ul.sub-menu li > ul.sub-menu {
    right: inherit;
    left: -220px;
  }
}
@media (max-width: 991px) {
  .wooprex-main-menu {
    display: none;
  }
  .wooprex-desktop-menu-bar {
    display: none;
  }
  .wooprex-mobile-menu-bar {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
/*-- footer -- */
/*-- Base: mixin & variable  -- */
.wooprex-footer {
  background-color: #051232;
  padding-bottom: 40px;
}
.wooprex-footer p, .wooprex-footer h5, .wooprex-footer a {
  color: #dddddd;
}
.wooprex-footer .footer-top .footer-item h4 {
  font-size: 20px;
  margin-bottom: 30px;
  color: #ffffff;
}
.wooprex-footer .footer-top .footer-item ul {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.wooprex-footer .footer-top .footer-item ul li {
  font-size: 16px;
}
.wooprex-footer .footer-top .footer-item ul li p, .wooprex-footer .footer-top .footer-item ul li a {
  font-size: 14px;
  color: #dddddd;
}
.wooprex-footer .footer-top .footer-item ul li a:hover {
  transform: translateX(5px);
  color: #18ba60;
}
.wooprex-footer .footer-top .footer-item.left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.wooprex-footer .footer-top .footer-item.left ul {
  max-width: 300px;
}
.wooprex-footer .footer-top .footer-item.news {
  max-width: 350px;
}
.wooprex-footer .footer-top .footer-item.news ul {
  row-gap: 30px;
}
.wooprex-footer .footer-top .footer-item.news ul li a {
  transform: translateX(0);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 15px;
}
.wooprex-footer .footer-top .footer-item.news ul li a .left {
  overflow: hidden;
  width: 70px;
  height: 70px;
}
.wooprex-footer .footer-top .footer-item.news ul li a .left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-footer .footer-top .footer-item.news ul li a .right {
  width: 70%;
}
.wooprex-footer .footer-top .footer-item.news ul li a .right h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6em;
  transition: all 0.3s ease;
}
.wooprex-footer .footer-top .footer-item.news ul li a .right p {
  font-size: 14px;
  font-style: italic;
}
.wooprex-footer .footer-top .footer-item.news ul li a:hover img {
  transform: scale(1.1);
}
.wooprex-footer .footer-top .footer-item.news ul li a:hover h5 {
  color: #18ba60;
}
.wooprex-footer .footer-bottom {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid rgba(242, 242, 242, 0.1803921569);
}
.wooprex-footer .footer-bottom .copyright {
  height: 100%;
}
.wooprex-footer .footer-bottom .copyright p {
  height: 100%;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.wooprex-footer .footer-bottom .social ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.wooprex-footer .footer-bottom .social ul li a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #2b344e;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wooprex-footer .footer-bottom .social ul li a i {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wooprex-footer .footer-bottom .social ul li a:hover {
  background-color: #18ba60;
}
.wooprex-footer .footer-bottom .social ul li a:hover i {
  color: #ffffff;
}
.wooprex-footer.padding-extra-top {
  padding-top: 200px;
  margin-top: -100px;
}

/* Footer 2 */
.wooprex-footer-2 {
  background-color: #3648b2;
  padding-top: 160px;
  margin-top: -100px;
  overflow: hidden;
  position: relative;
}
.wooprex-footer-2 .footer-curve {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 70%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.wooprex-footer-2 .inner-main-wrapper {
  position: relative;
  z-index: 2;
}
.wooprex-footer-2 .footer-top {
  padding: 60px 0px;
  border-bottom: 1px solid rgba(178, 189, 240, 0.2117647059);
}
.wooprex-footer-2 .footer-middle {
  padding: 50px 0px 50px 0px;
  border-bottom: 1px solid rgba(178, 189, 240, 0.2117647059);
}
.wooprex-footer-2 .footer-bottom {
  padding: 20px 0px;
}
.wooprex-footer-2 .footer-bottom .copyright p {
  color: #dddddd;
  text-align: center;
  font-size: 14px;
}
.wooprex-footer-2 .footer-item p {
  font-size: 14px;
}
.wooprex-footer-2 .footer-item h4 {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 25px;
}
.wooprex-footer-2 .footer-item a, .wooprex-footer-2 .footer-item p {
  color: #ffffff;
}
.wooprex-footer-2 .footer-item ul.menu, .wooprex-footer-2 .footer-item ul.contact {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  row-gap: 10px;
}
.wooprex-footer-2 .footer-item ul.menu a, .wooprex-footer-2 .footer-item ul.contact a {
  font-size: 14px;
}
.wooprex-footer-2 .footer-item ul.menu a:hover, .wooprex-footer-2 .footer-item ul.contact a:hover {
  color: #ff4747;
  transform: translateX(5px);
}
.wooprex-footer-2 .footer-item ul.contact li p, .wooprex-footer-2 .footer-item ul.contact li a {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
}
.wooprex-footer-2 .footer-item ul.contact li p i, .wooprex-footer-2 .footer-item ul.contact li a i {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  top: 4px;
  font-size: 16px;
}
.wooprex-footer-2 .footer-item ul.social {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.wooprex-footer-2 .footer-item ul.social li a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wooprex-footer-2 .footer-item ul.social li a i {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.wooprex-footer-2 .footer-item ul.social li a:hover {
  background-color: #ffffff;
}
.wooprex-footer-2 .footer-item ul.social li a:hover i {
  color: #3648b2;
}
.wooprex-footer-2 .footer-logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}
.wooprex-footer-2 .footer-button {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Footer 3 */
.wooprex-footer-3 {
  margin-top: -120px;
  background-color: #0d56d9;
  overflow: hidden;
  padding-top: 120px;
  position: relative;
  clip-path: polygon(50% 0%, 100% 5%, 100% 100%, 0 100%, 0 5%);
}
.wooprex-footer-3 .inner-main-wrapper {
  position: relative;
}
.wooprex-footer-3 .inner-main-wrapper .map-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wooprex-footer-3 h4 {
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 30px;
}
.wooprex-footer-3 p, .wooprex-footer-3 ul li {
  font-size: 14px;
}
.wooprex-footer-3 .footer-top {
  padding: 120px 0px 60px 0px;
  position: relative;
  z-index: 2;
}
.wooprex-footer-3 .footer-middle {
  border: 1px solid rgba(178, 189, 240, 0.37);
  border-right: none;
  border-left: none;
  padding: 60px 0px;
  position: relative;
  z-index: 2;
}
.wooprex-footer-3 .footer-middle .footer-item p {
  margin-top: 15px;
  max-width: 550px;
}
.wooprex-footer-3 .footer-middle .newsletter form {
  position: relative;
}
.wooprex-footer-3 .footer-middle .newsletter form input[type=email] {
  padding: 15px 35px;
  border: 1px solid rgba(255, 255, 255, 0.337254902);
  color: #ffffff;
  border-radius: 32px;
  background-color: rgba(255, 255, 255, 0.337254902);
}
.wooprex-footer-3 .footer-middle .newsletter form input[type=email]::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.wooprex-footer-3 .footer-middle .newsletter form input[type=email]::placeholder {
  color: #ffffff;
  opacity: 1;
}
.wooprex-footer-3 .footer-middle .newsletter form .wooprex-btn-3 {
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  border-color: rgba(255, 255, 255, 0.337254902);
}
.wooprex-footer-3 .footer-middle .newsletter form .wooprex-btn-3:hover {
  border-top: none;
  border-bottom: none;
}
.wooprex-footer-3 .footer-bottom {
  padding: 20px 0px;
  position: relative;
  z-index: 2;
}
.wooprex-footer-3 .footer-bottom .copyright p {
  color: #ffffff;
  font-size: 14px;
  text-align: center;
}
.wooprex-footer-3 .footer-item p, .wooprex-footer-3 .footer-item li, .wooprex-footer-3 .footer-item span, .wooprex-footer-3 .footer-item a {
  color: #ffffff;
}
.wooprex-footer-3 .footer-item ul {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.wooprex-footer-3 .footer-item ul li a:hover {
  transform: translateX(5px);
}
.wooprex-footer-3 .footer-item ul.contact li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}
.wooprex-footer-3 .footer-item ul.contact li i {
  font-size: 35px;
}
.wooprex-footer-3 .footer-item ul.contact li span {
  display: block;
  width: 80%;
}
.wooprex-footer-3 .footer-item ul.contact li span a {
  display: block;
}

/* Footer 4 */
.wooprex-footer-4 {
  background-color: #161a33;
  padding-bottom: 40px;
}
.wooprex-footer-4 p, .wooprex-footer-4 h5, .wooprex-footer-4 a {
  color: #dddddd;
}
.wooprex-footer-4 .footer-top .footer-item h4 {
  font-size: 20px;
  margin-bottom: 30px;
  color: #ffffff;
}
.wooprex-footer-4 .footer-top .footer-item ul {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.wooprex-footer-4 .footer-top .footer-item ul li {
  font-size: 16px;
}
.wooprex-footer-4 .footer-top .footer-item ul li p, .wooprex-footer-4 .footer-top .footer-item ul li a {
  font-size: 14px;
  color: #dddddd;
}
.wooprex-footer-4 .footer-top .footer-item ul li a:hover {
  color: #f97534;
}
.wooprex-footer-4 .footer-top .footer-item ul.menu li a {
  position: relative;
  padding-left: 12px;
}
.wooprex-footer-4 .footer-top .footer-item ul.menu li a:before {
  content: "-";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
}
.wooprex-footer-4 .footer-top .footer-item ul.menu li a:hover {
  transform: translateX(5px);
}
.wooprex-footer-4 .footer-top .footer-item.left ul {
  max-width: 300px;
}
.wooprex-footer-4 .footer-top .footer-item.news {
  max-width: 350px;
}
.wooprex-footer-4 .footer-top .footer-item.news ul {
  row-gap: 30px;
}
.wooprex-footer-4 .footer-top .footer-item.news ul li {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(242, 242, 242, 0.1803921569);
}
.wooprex-footer-4 .footer-top .footer-item.news ul li a {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 15px;
}
.wooprex-footer-4 .footer-top .footer-item.news ul li a .left {
  overflow: hidden;
  width: 70px;
  height: 70px;
}
.wooprex-footer-4 .footer-top .footer-item.news ul li a .left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-footer-4 .footer-top .footer-item.news ul li a .right {
  width: 70%;
}
.wooprex-footer-4 .footer-top .footer-item.news ul li a .right h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6em;
  transition: all 0.3s ease;
}
.wooprex-footer-4 .footer-top .footer-item.news ul li a .right p {
  font-size: 14px;
  font-style: italic;
}
.wooprex-footer-4 .footer-top .footer-item.news ul li a:hover img {
  transform: scale(1.1);
}
.wooprex-footer-4 .footer-top .footer-item.news ul li a:hover h5 {
  color: #f97534;
}
.wooprex-footer-4 .footer-top .footer-item.news ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.wooprex-footer-4 .footer-top .social {
  margin-top: 20px;
}
.wooprex-footer-4 .footer-top .social ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  flex-direction: row;
}
.wooprex-footer-4 .footer-top .social ul li a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #2b344e;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wooprex-footer-4 .footer-top .social ul li a i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.wooprex-footer-4 .footer-top .social ul li a:hover {
  background-color: #f97534;
}
.wooprex-footer-4 .footer-top .social ul li a:hover i {
  color: #ffffff;
}
.wooprex-footer-4 .footer-bottom {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid rgba(242, 242, 242, 0.1803921569);
}
.wooprex-footer-4 .footer-bottom .logo {
  max-width: 160px;
  display: block;
}
.wooprex-footer-4 .footer-bottom .copyright {
  height: 100%;
}
.wooprex-footer-4 .footer-bottom .copyright p {
  height: 100%;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* Footer 5 */
.wooprex-footer-5 {
  background-color: #5d35ff;
}
.wooprex-footer-5 p, .wooprex-footer-5 h5, .wooprex-footer-5 a {
  color: #dddddd;
}
.wooprex-footer-5 .footer-top {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url(../assets/images/home/Pattern-6.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.wooprex-footer-5 .footer-top .footer-item {
  position: relative;
  z-index: 2;
}
.wooprex-footer-5 .footer-top .footer-item h4 {
  font-size: 20px;
  margin-bottom: 30px;
  color: #ffffff;
}
.wooprex-footer-5 .footer-top .footer-item ul {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.wooprex-footer-5 .footer-top .footer-item ul li {
  font-size: 16px;
}
.wooprex-footer-5 .footer-top .footer-item ul li p, .wooprex-footer-5 .footer-top .footer-item ul li a {
  font-size: 14px;
  color: #dddddd;
}
.wooprex-footer-5 .footer-top .footer-item ul li a:hover {
  color: #ffffff;
}
.wooprex-footer-5 .footer-top .footer-item ul.menu li a {
  position: relative;
}
.wooprex-footer-5 .footer-top .footer-item ul.menu li a:hover {
  transform: translateX(5px);
}
.wooprex-footer-5 .footer-top .footer-item ul.insta {
  flex-direction: row;
  gap: 10px;
  flex-wrap: wrap;
}
.wooprex-footer-5 .footer-top .footer-item ul.insta li a {
  overflow: hidden;
  display: block;
  width: 100px;
  height: 100px;
  border: 1px solid #ffffff;
}
.wooprex-footer-5 .footer-top .footer-item ul.insta li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-footer-5 .footer-top .footer-item ul.insta li a:hover img {
  transform: scale(1.05);
}
.wooprex-footer-5 .footer-top .footer-item.left .logo {
  margin-bottom: 25px;
}
.wooprex-footer-5 .footer-top ul.social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  flex-direction: row;
  margin-top: 20px;
}
.wooprex-footer-5 .footer-top ul.social li a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dddddd;
}
.wooprex-footer-5 .footer-top ul.social li a i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.wooprex-footer-5 .footer-top ul.social li a:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}
.wooprex-footer-5 .footer-top ul.social li a:hover i {
  color: #5d35ff;
}
.wooprex-footer-5 .footer-bottom {
  background-color: #522bf3;
  padding: 20px;
}
.wooprex-footer-5 .footer-bottom .copyright {
  height: 100%;
}
.wooprex-footer-5 .footer-bottom .copyright p {
  height: 100%;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo {
  max-width: 180px;
  transition: all 0.4s;
  position: relative;
}
.logo img {
  width: 100%;
}

/*-- Breadcrumb -- */
/*-- Base: mixin & variable  -- */
.wooprex-breadcrumb-section {
  position: relative;
  overflow: hidden;
}
.wooprex-breadcrumb-section:before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.488);
  z-index: 1;
}
.wooprex-breadcrumb-section img {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 100% 20%;
     object-position: 100% 20%;
  width: 100%;
  height: 100%;
}
.wooprex-breadcrumb-section .inner-main-wrapper {
  position: relative;
  z-index: 2;
}
.wooprex-breadcrumb-section .breadcrumb-text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 25px;
}
.wooprex-breadcrumb-section .breadcrumb-text .title {
  font-size: 48px;
  color: #ffffff;
  font-weight: 600;
}
.wooprex-breadcrumb-section .breadcrumb-text p {
  font-size: 18px;
  color: #ffffff;
  max-width: 600px;
}
.wooprex-breadcrumb-section .breadcrumb-menu {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wooprex-breadcrumb-section .breadcrumb-menu ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
}
.wooprex-breadcrumb-section .breadcrumb-menu ul li .page {
  font-weight: 500;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.wooprex-breadcrumb-section .breadcrumb-menu ul li .page i {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wooprex-breadcrumb-section .breadcrumb-menu ul li a:hover {
  color: #18ba60;
}

/*-- slider -- */
/*-- Base: mixin & variable  -- */
/* banner */
.wooprex-banner-section .swiper-pagination-vertical {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  right: 60px;
  bottom: inherit;
  width: 35px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 5px 0px;
  border-radius: 30px;
}
.wooprex-banner-section .swiper-pagination-vertical .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background-color: #18ba60;
  margin: 8px 0px;
  opacity: 0.3;
}
.wooprex-banner-section .swiper-pagination-vertical .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.wooprex-banner-section .swiper-pagination {
  position: absolute;
  top: inherit;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  bottom: 30px;
  height: 35px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 10px;
  border-radius: 30px;
  width: auto;
}
.wooprex-banner-section .swiper-pagination .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background-color: #18ba60;
  margin: 0px 8px;
  opacity: 0.3;
}
.wooprex-banner-section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

/* banner 2 */
.wooprex-banner-section-2 .swiper-pagination {
  position: absolute;
  top: inherit;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
}
.wooprex-banner-section-2 .swiper-pagination .swiper-pagination-bullet {
  width: 25px;
  height: 12px;
  background-color: #ffffff;
  opacity: 0.3;
  margin: 0px 8px;
  border-radius: 10px;
  transition: all 0.3s ease;
}
.wooprex-banner-section-2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  width: 35px;
  background-color: #ff4747;
}
.wooprex-banner-section-2 .wooprex-swiper-navigation .swiper-button-prev,
.wooprex-banner-section-2 .wooprex-swiper-navigation .swiper-button-next {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  opacity: 1;
  margin: 0;
  color: #ffffff;
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.2745098039);
}
.wooprex-banner-section-2 .wooprex-swiper-navigation .swiper-button-prev:after,
.wooprex-banner-section-2 .wooprex-swiper-navigation .swiper-button-next:after {
  font-size: 18px;
}
.wooprex-banner-section-2 .wooprex-swiper-navigation .swiper-button-prev:hover,
.wooprex-banner-section-2 .wooprex-swiper-navigation .swiper-button-next:hover {
  background-color: #ff4747;
  color: #ffffff;
}
.wooprex-banner-section-2 .wooprex-swiper-navigation .swiper-button-prev {
  left: 40px;
}
.wooprex-banner-section-2 .wooprex-swiper-navigation .swiper-button-next {
  right: 40px;
}

/* Banner 3 */
.wooprex-banner-section-3 .swiper-pagination-vertical {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  right: 60px;
  bottom: inherit;
  width: auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
}
.wooprex-banner-section-3 .swiper-pagination-vertical .swiper-pagination-bullet {
  width: 20px;
  height: 12px;
  background-color: #ffffff;
  margin: 8px 0px;
  opacity: 1;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.wooprex-banner-section-3 .swiper-pagination-vertical .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 32px;
  background-color: #0d56d9;
}
.wooprex-banner-section-3 .swiper-pagination {
  position: absolute;
  top: inherit;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  bottom: 30px;
  height: auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: auto;
}
.wooprex-banner-section-3 .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 20px;
  border-radius: 5px;
  background-color: #ffffff;
  opacity: 1;
  margin: 0 6px;
  transition: all 0.3s ease;
}
.wooprex-banner-section-3 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  height: 32px;
  background-color: #0d56d9;
}

/* banner 4 */
.wooprex-banner-section-4 .wooprex-swiper-navigation .swiper-button-prev,
.wooprex-banner-section-4 .wooprex-swiper-navigation .swiper-button-next {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  opacity: 1;
  margin: 0;
  color: #ffffff;
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.462745098);
}
.wooprex-banner-section-4 .wooprex-swiper-navigation .swiper-button-prev:after,
.wooprex-banner-section-4 .wooprex-swiper-navigation .swiper-button-next:after {
  font-size: 18px;
}
.wooprex-banner-section-4 .wooprex-swiper-navigation .swiper-button-prev:hover,
.wooprex-banner-section-4 .wooprex-swiper-navigation .swiper-button-next:hover {
  background-color: #f97534;
  color: #ffffff;
}
.wooprex-banner-section-4 .wooprex-swiper-navigation .swiper-button-prev {
  left: 40px;
}
.wooprex-banner-section-4 .wooprex-swiper-navigation .swiper-button-next {
  right: 40px;
}

/* banner 5 */
.wooprex-banner-section-5 .wooprex-swiper-navigation {
  position: relative;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  bottom: 60px;
  left: 60px;
}
.wooprex-banner-section-5 .wooprex-swiper-navigation .swiper-button-prev,
.wooprex-banner-section-5 .wooprex-swiper-navigation .swiper-button-next {
  opacity: 1;
  margin: 0;
  transition: all 0.3s ease;
  position: static;
  transform: inherit;
  width: auto;
  height: auto;
}
.wooprex-banner-section-5 .wooprex-swiper-navigation .swiper-button-prev:after,
.wooprex-banner-section-5 .wooprex-swiper-navigation .swiper-button-next:after {
  color: #646464;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
}
.wooprex-banner-section-5 .wooprex-swiper-navigation .swiper-button-prev:hover:after,
.wooprex-banner-section-5 .wooprex-swiper-navigation .swiper-button-next:hover:after {
  color: #5d35ff;
}
.wooprex-banner-section-5 .wooprex-swiper-navigation .swiper-button-prev {
  left: 0px;
}
.wooprex-banner-section-5 .wooprex-swiper-navigation .swiper-button-prev:after {
  content: "PREV";
}
.wooprex-banner-section-5 .wooprex-swiper-navigation .swiper-button-next {
  right: 0px;
}
.wooprex-banner-section-5 .wooprex-swiper-navigation .swiper-button-next:after {
  content: "NEXT";
}
.wooprex-banner-section-5 .wooprex-swiper-navigation .swiper-scrollbar {
  width: 130px;
  height: 2px;
  background-color: #cdcdcd;
  position: static;
  transform: inherit;
}
.wooprex-banner-section-5 .wooprex-swiper-navigation .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #5d35ff;
  transform: translateX(0px) !important;
}

/* Case study 1 , 2 */
.wooprex-case-study-section .wooprex-swiper-navigation, .wooprex-case-study-section-2 .wooprex-swiper-navigation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  height: 100%;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.wooprex-case-study-section .wooprex-swiper-navigation .swiper-button-prev,
.wooprex-case-study-section .wooprex-swiper-navigation .swiper-button-next, .wooprex-case-study-section-2 .wooprex-swiper-navigation .swiper-button-prev,
.wooprex-case-study-section-2 .wooprex-swiper-navigation .swiper-button-next {
  position: static;
  transform: inherit;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid rgba(0, 17, 128, 0.168627451);
  opacity: 1;
  margin: 0;
  color: #18ba60;
  transition: all 0.3s ease;
}
.wooprex-case-study-section .wooprex-swiper-navigation .swiper-button-prev:after,
.wooprex-case-study-section .wooprex-swiper-navigation .swiper-button-next:after, .wooprex-case-study-section-2 .wooprex-swiper-navigation .swiper-button-prev:after,
.wooprex-case-study-section-2 .wooprex-swiper-navigation .swiper-button-next:after {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  letter-spacing: 1px;
  font-weight: 600;
}
.wooprex-case-study-section .wooprex-swiper-navigation .swiper-button-prev:hover,
.wooprex-case-study-section .wooprex-swiper-navigation .swiper-button-next:hover, .wooprex-case-study-section-2 .wooprex-swiper-navigation .swiper-button-prev:hover,
.wooprex-case-study-section-2 .wooprex-swiper-navigation .swiper-button-next:hover {
  background-color: #18ba60;
  color: #ffffff;
  border-color: #18ba60;
  box-shadow: 0px 2px 20px 0px #18ba60;
}
.wooprex-case-study-section .wooprex-swiper-navigation .swiper-button-prev:after, .wooprex-case-study-section-2 .wooprex-swiper-navigation .swiper-button-prev:after {
  content: "PREV";
}
.wooprex-case-study-section .wooprex-swiper-navigation .swiper-button-next:after, .wooprex-case-study-section-2 .wooprex-swiper-navigation .swiper-button-next:after {
  content: "NEXT";
}

.wooprex-case-study-section .wooprex-swiper-navigation.bottom {
  display: none;
}

.wooprex-case-study-section-2 .wooprex-swiper-navigation .swiper-button-prev, .wooprex-case-study-section-2 .wooprex-swiper-navigation .swiper-button-next {
  border: 1px solid rgba(255, 71, 71, 0.183);
  color: #ff4747;
}
.wooprex-case-study-section-2 .wooprex-swiper-navigation .swiper-button-prev:hover, .wooprex-case-study-section-2 .wooprex-swiper-navigation .swiper-button-next:hover {
  background-color: #ff4747;
  color: #ffffff;
  border-color: #ff4747;
  box-shadow: 0px 2px 20px 0px #ff4747;
}
.wooprex-case-study-section-2 .wooprex-swiper-navigation.top {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
}
.wooprex-case-study-section-2 .wooprex-swiper-navigation.bottom {
  display: none;
}

/* testimonial 2, 4, 5 */
.wooprex-testimonial-section-2 .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 20px;
  border-radius: 5px;
  background-color: #3648b2;
  opacity: 1;
  margin: 0 6px;
  transition: all 0.3s ease;
}
.wooprex-testimonial-section-2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  height: 32px;
  background-color: #ff4747;
}

.wooprex-testimonial-section-4 .wooprex-swiper-pagination {
  position: relative;
  margin-top: 40px;
}
.wooprex-testimonial-section-4 .wooprex-swiper-pagination .swiper-pagination {
  position: static;
  margin: 0;
  transform: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.wooprex-testimonial-section-4 .wooprex-swiper-pagination .swiper-pagination .swiper-pagination-bullet {
  background-color: #ffffff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0;
}

.wooprex-testimonial-section-5 .swiper-pagination-vertical {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  right: 0px;
  bottom: inherit;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  width: 50px;
}
.wooprex-testimonial-section-5 .swiper-pagination-vertical .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background-color: #ffffff;
  margin: 8px 0px;
  border-radius: 50%;
  transition: all 0.3s ease;
  opacity: 0.5;
  position: relative;
}
.wooprex-testimonial-section-5 .swiper-pagination-vertical .swiper-pagination-bullet:after {
  content: "";
  width: 0px;
  height: 3px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.wooprex-testimonial-section-5 .swiper-pagination-vertical .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.wooprex-testimonial-section-5 .swiper-pagination-vertical .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  width: 36px;
}
.wooprex-testimonial-section-5 .swiper-pagination {
  position: absolute;
  top: inherit;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  bottom: 22px;
  height: 50px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: auto;
}
.wooprex-testimonial-section-5 .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 0.5;
  margin: 0 6px;
  transition: all 0.3s ease;
  position: relative;
}
.wooprex-testimonial-section-5 .swiper-pagination .swiper-pagination-bullet:after {
  content: "";
  width: 3px;
  height: 0px;
  background: #ffffff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease;
}
.wooprex-testimonial-section-5 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.wooprex-testimonial-section-5 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  height: 36px;
}

/* Feature section */
.wooprex-feature-section-3 .wooprex-swiper-pagination {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 0 20px;
  margin-top: 50px;
}
.wooprex-feature-section-3 .wooprex-swiper-pagination .swiper-auto-progress-bar-wrapper {
  position: relative;
  max-width: 700px;
  width: 100%;
}
.wooprex-feature-section-3 .wooprex-swiper-pagination .swiper-auto-progress-bar-wrapper .swiper-auto-progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: #dddddd;
  width: 100%;
}
.wooprex-feature-section-3 .wooprex-swiper-pagination .swiper-auto-progress-bar-wrapper .swiper-auto-progress-bar-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: #f97534;
  width: 0;
  transition: width 0.4s;
}

/* Latest blog */
.wooprex-latest-blog-section-5 .wooprex-swiper-navigation {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}
.wooprex-latest-blog-section-5 .wooprex-swiper-navigation .swiper-button-prev, .wooprex-latest-blog-section-5 .wooprex-swiper-navigation .swiper-button-next {
  position: static;
  margin: 0;
  transform: inherit;
  width: auto;
  height: auto;
}
.wooprex-latest-blog-section-5 .wooprex-swiper-navigation .swiper-button-prev:after, .wooprex-latest-blog-section-5 .wooprex-swiper-navigation .swiper-button-next:after {
  font-family: "flaticon_bizteto";
  color: #000000;
  font-size: 30px;
  transition: all 0.3s ease;
}
.wooprex-latest-blog-section-5 .wooprex-swiper-navigation .swiper-button-prev:after {
  content: "\f111";
}
.wooprex-latest-blog-section-5 .wooprex-swiper-navigation .swiper-button-next::after {
  content: "\f10f";
}

/* About service */
.wooprex-about-service-section .wooprex-swiper-navigation .swiper-button-prev,
.wooprex-about-service-section .wooprex-swiper-navigation .swiper-button-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  opacity: 1;
  margin: 0;
  color: #18ba60;
  transition: all 0.3s ease;
  background-color: #ffffff;
  border: 1px solid #18ba60;
  top: 90px;
  transform: inherit;
}
.wooprex-about-service-section .wooprex-swiper-navigation .swiper-button-prev:after,
.wooprex-about-service-section .wooprex-swiper-navigation .swiper-button-next:after {
  font-size: 18px;
}
.wooprex-about-service-section .wooprex-swiper-navigation .swiper-button-prev:hover,
.wooprex-about-service-section .wooprex-swiper-navigation .swiper-button-next:hover {
  background-color: #18ba60;
  color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(24, 186, 96, 0.568627451);
}
.wooprex-about-service-section .wooprex-swiper-navigation .swiper-button-prev {
  left: 0px;
}
.wooprex-about-service-section .wooprex-swiper-navigation .swiper-button-next {
  right: 0px;
}

/* Testimonial 7 */
.wooprex-testimonial-section-7 .wooprex-swiper-pagination {
  position: relative;
  margin-top: 50px;
}
.wooprex-testimonial-section-7 .wooprex-swiper-pagination .swiper-pagination {
  margin: 0;
  position: static;
  transform: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.wooprex-testimonial-section-7 .wooprex-swiper-pagination .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.wooprex-testimonial-section-7 .wooprex-swiper-pagination .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  transform: scale(1.3);
  background-color: #18ba60;
}

/* Testimonial 9 */
.wooprex-testimonial-section-9 .wooprex-swiper-pagination {
  position: relative;
  margin-top: 50px;
}
.wooprex-testimonial-section-9 .wooprex-swiper-pagination .swiper-pagination {
  margin: 0;
  position: static;
  transform: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.wooprex-testimonial-section-9 .wooprex-swiper-pagination .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  width: 20px;
  height: 11px;
  border-radius: 5px;
  transition: all 0.3s ease;
  background-color: #18ba60;
}
.wooprex-testimonial-section-9 .wooprex-swiper-pagination .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 30px;
}

@media only screen and (max-width: 1480px) {
  .wooprex-banner-section-5 .wooprex-swiper-navigation {
    left: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .wooprex-banner-section-2 .wooprex-swiper-navigation {
    display: none;
  }
  .wooprex-banner-section-4 .wooprex-swiper-navigation {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .wooprex-banner-section .swiper-pagination {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .wooprex-banner-section .swiper-pagination-vertical {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .wooprex-case-study-section .wooprex-swiper-navigation.top {
    display: none;
  }
  .wooprex-case-study-section .wooprex-swiper-navigation.bottom {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
  .wooprex-case-study-section-2 .wooprex-swiper-navigation.top {
    display: none;
  }
  .wooprex-case-study-section-2 .wooprex-swiper-navigation.bottom {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
}
/*-- button -- */
/*-- Base: mixin & variable  -- */
.wooprex-btn {
  background: transparent;
  transition: all 0.3s ease;
  padding: 15px 35px;
  border: 1px solid;
  display: inline-flex;
  position: relative;
  z-index: 2;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-weight: 500;
  gap: 10px;
}
.wooprex-btn.fill {
  background-color: #18ba60;
  color: #ffffff;
  border-color: #18ba60;
}
.wooprex-btn.fill:hover {
  color: #18ba60;
  background-color: transparent;
}
.wooprex-btn.outline {
  background-color: transparent;
  color: #18ba60;
  border-color: #18ba60;
}
.wooprex-btn.outline:hover {
  background-color: #18ba60;
  color: #ffffff;
}
.wooprex-btn.white {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #18ba60;
}
.wooprex-btn.white:hover {
  background-color: transparent;
  color: #ffffff;
}

.wooprex-btn-2 {
  background: transparent;
  transition: all 0.3s ease;
  padding: 15px 35px;
  border-radius: 32px;
  border: 1px solid;
  display: inline-flex;
  position: relative;
  z-index: 2;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-weight: 500;
  gap: 10px;
}
.wooprex-btn-2.fill {
  background-color: #ff4747;
  color: #ffffff;
  border-color: #ff4747;
}
.wooprex-btn-2.fill:hover {
  color: #ff4747;
  background-color: transparent;
}
.wooprex-btn-2.outline {
  background-color: transparent;
  color: #ff4747;
  border-color: #ff4747;
}
.wooprex-btn-2.outline:hover {
  background-color: #ff4747;
  color: #ffffff;
}
.wooprex-btn-2.white {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ff4747;
}
.wooprex-btn-2.white:hover {
  background-color: transparent;
  color: #ffffff;
}

.wooprex-btn-3 {
  background: transparent;
  transition: all 0.3s ease;
  padding: 15px 35px;
  border-radius: 35px;
  border: 1px solid;
  display: inline-flex;
  position: relative;
  z-index: 2;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-weight: 500;
  gap: 10px;
}
.wooprex-btn-3.fill {
  background-color: #0d56d9;
  color: #ffffff;
  border-color: #0d56d9;
}
.wooprex-btn-3.fill:hover {
  color: #0d56d9;
  background-color: transparent;
}
.wooprex-btn-3.outline {
  background-color: transparent;
  color: #0d56d9;
  border-color: #0d56d9;
}
.wooprex-btn-3.outline:hover {
  background-color: #0d56d9;
  color: #ffffff;
}
.wooprex-btn-3.white {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #0d56d9;
}
.wooprex-btn-3.white:hover {
  background-color: transparent;
  color: #ffffff;
}

.wooprex-btn-4 {
  background: transparent;
  transition: all 0.3s ease;
  padding: 12px 30px;
  min-width: 150px;
  border-radius: 2px;
  border: 1px solid;
  display: inline-flex;
  position: relative;
  z-index: 2;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-weight: 500;
  gap: 10px;
}
.wooprex-btn-4.fill {
  background-color: #f97534;
  color: #ffffff;
  border-color: #f97534;
}
.wooprex-btn-4.fill:hover {
  color: #f97534;
  background-color: transparent;
}
.wooprex-btn-4.outline {
  background-color: transparent;
  color: #f97534;
  border-color: #f97534;
}
.wooprex-btn-4.outline:hover {
  background-color: #f97534;
  color: #ffffff;
}
.wooprex-btn-4.white {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #f97534;
}
.wooprex-btn-4.white:hover {
  background-color: transparent;
  color: #ffffff;
}

.wooprex-btn-5 {
  background: transparent;
  transition: all 0.3s ease;
  padding: 12px 30px;
  min-width: 150px;
  border-radius: 35px;
  border: 1px solid;
  display: inline-flex;
  position: relative;
  z-index: 2;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-weight: 500;
  gap: 10px;
}
.wooprex-btn-5 i {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wooprex-btn-5.fill {
  background-color: #5d35ff;
  color: #ffffff;
  border-color: #5d35ff;
  box-shadow: 0px 7px 7px 0px rgba(93, 53, 255, 0.5803921569);
}
.wooprex-btn-5.fill:hover {
  color: #5d35ff;
  background-color: transparent;
}
.wooprex-btn-5.outline {
  background-color: transparent;
  color: #5d35ff;
  border-color: #5d35ff;
}
.wooprex-btn-5.outline:hover {
  background-color: #5d35ff;
  color: #ffffff;
}
.wooprex-btn-5.white {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #5d35ff;
}
.wooprex-btn-5.white:hover {
  background-color: transparent;
  color: #ffffff;
}

.read-btn {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  text-transform: uppercase;
  font-weight: 500;
}
.read-btn span, .read-btn i {
  color: #18ba60;
}
.read-btn i {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s ease;
}
.read-btn:hover i {
  transform: translateX(5px);
}
.read-btn.style-2 span, .read-btn.style-2 i {
  color: #ff4747;
}
.read-btn.style-3 span, .read-btn.style-3 i {
  color: #0d56d9;
}
.read-btn.style-4 span, .read-btn.style-4 i {
  color: #f97534;
}

/*-- counter -- */
/*-- Base: mixin & variable  -- */
/* Counter section 1 */
.wooprex-counter-section {
  overflow: hidden;
}
.wooprex-counter-section .inner-main-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.wooprex-counter-section .popup-video {
  width: 55%;
  flex: 0 0 auto;
  height: 600px;
  overflow: hidden;
  position: relative;
}
.wooprex-counter-section .popup-video img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-counter-section .popup-video .media-player {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.wooprex-counter-section .popup-video .media-player i {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #18ba60;
  font-size: 30px;
  transition: all 0.3s ease;
}
.wooprex-counter-section .popup-video .media-player:hover i {
  transform: scale(1.1);
}
.wooprex-counter-section .popup-video .media-player::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75px;
  height: 75px;
  border-radius: 50%;
  box-shadow: 0 0 0 0 #ffffff;
  animation: glowIcon 3s infinite;
  animation-delay: 0.9s;
}
.wooprex-counter-section .counter-wrapper {
  position: relative;
  right: calc((100% - 1300px) / 2);
  width: 45%;
  flex: 0 0 auto;
  background-color: #ffffff;
  padding: 70px;
  text-align: center;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.wooprex-counter-section .counter-wrapper > p {
  color: #646464;
  max-width: 700px;
  margin: 0 auto;
}
.wooprex-counter-section .counter-wrapper .counter-main {
  margin-top: 40px;
}
.wooprex-counter-section .wooprex-counter-item h3 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 10px;
}
.wooprex-counter-section .wooprex-counter-item h3 span {
  color: #18ba60;
}
.wooprex-counter-section .wooprex-counter-item p {
  color: #646464;
}

/* Counter section 2 */
.wooprex-counter-section-2 {
  background-color: #3648b2;
  overflow: hidden;
  position: relative;
}
.wooprex-counter-section-2 .container {
  max-width: 1000px;
  position: relative;
  z-index: 2;
}
.wooprex-counter-section-2 .bg-pattern {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-counter-section-2 .section-header {
  max-width: 100%;
}
.wooprex-counter-section-2 .header, .wooprex-counter-section-2 .sub-header {
  color: #ffffff !important;
}
.wooprex-counter-section-2 .wooprex-counter-item {
  text-align: center;
}
.wooprex-counter-section-2 .wooprex-counter-item h3 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 10px;
}
.wooprex-counter-section-2 .wooprex-counter-item h3, .wooprex-counter-section-2 .wooprex-counter-item h3 span, .wooprex-counter-section-2 .wooprex-counter-item p {
  color: #ffffff;
}

/* Counter section 3 */
.wooprex-counter-section-3 {
  overflow: hidden;
  background-color: #f7f7fa;
}
.wooprex-counter-section-3 .counter-main {
  max-width: 1000px;
  margin: 0 auto;
}
.wooprex-counter-section-3 .counter-main .counter-item {
  text-align: center;
}
.wooprex-counter-section-3 .counter-main .counter-item h4 {
  font-size: 60px;
  font-weight: 400;
}
.wooprex-counter-section-3 .counter-main .counter-item p {
  color: #646464;
  text-transform: uppercase;
  margin-top: 12px;
}
.wooprex-counter-section-3 .chart-wrapper {
  position: relative;
}
.wooprex-counter-section-3 .chart-wrapper #myChart {
  height: 580px !important;
  width: 100%;
}
.wooprex-counter-section-3 .chart-wrapper #currentData {
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  padding: 50px 20px;
  width: 170px;
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  text-align: center;
}
.wooprex-counter-section-3 .chart-wrapper #currentData .top {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.wooprex-counter-section-3 .chart-wrapper #currentData .top h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
.wooprex-counter-section-3 .chart-wrapper #currentData .top p {
  color: #646464;
  font-size: 14px;
}
.wooprex-counter-section-3 .chart-wrapper #currentData .bottom h4 {
  font-size: 14px;
  font-weight: 400;
  color: #646464;
  line-height: 1.6em;
}

/* Counter section 4 */
.wooprex-counter-section-4 {
  background-image: url(../assets/images/about/image-4.webp);
  position: relative;
  padding-bottom: 240px;
}
.wooprex-counter-section-4:before {
  content: "";
  background-color: rgba(54, 73, 178, 0.8549019608);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.wooprex-counter-section-4 .section-header {
  position: relative;
  z-index: 2;
}
.wooprex-counter-section-4 .header, .wooprex-counter-section-4 .sub-header {
  color: #ffffff;
}
.wooprex-counter-section-4 .counter-main {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.wooprex-counter-section-4 .counter-main .counter-item {
  text-align: center;
}
.wooprex-counter-section-4 .counter-main .counter-item h4 {
  font-size: 60px;
  font-weight: 600;
  color: #18ba60;
}
.wooprex-counter-section-4 .counter-main .counter-item h4 span {
  color: #18ba60;
}
.wooprex-counter-section-4 .counter-main .counter-item p {
  color: #ffffff;
  margin-top: 12px;
}

/*-- team -- */
/*-- Base: mixin & variable  -- */
/* Team section */
.wooprex-team-item.style-1 {
  position: relative;
}
.wooprex-team-item.style-1 .team-image {
  height: 330px;
  overflow: hidden;
  position: relative;
}
.wooprex-team-item.style-1 .team-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.wooprex-team-item.style-1 .team-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.wooprex-team-item.style-1 .team-details {
  background-color: #18ba60;
  text-align: center;
  padding: 50px 20px 30px 20px;
  border-top-left-radius: 240px 170px;
  border-top-right-radius: 240px 170px;
  margin-top: -100px;
  z-index: 2;
  position: relative;
  box-shadow: 0px 7px 30px 0px rgba(24, 186, 96, 0.568627451);
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
}
.wooprex-team-item.style-1 .team-details a, .wooprex-team-item.style-1 .team-details p {
  color: #ffffff;
}
.wooprex-team-item.style-1 .team-details h4 {
  font-size: 20px;
  margin-bottom: 5px;
}
.wooprex-team-item.style-1 .team-details p {
  font-style: italic;
  font-size: 14px;
}
.wooprex-team-item.style-1 .team-details ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 10px;
}
.wooprex-team-item.style-1 .team-details ul li a:hover {
  transform: scale(1.1);
}
.wooprex-team-item.style-1:hover .team-image img {
  transform: scale(1.05);
}
.wooprex-team-item.style-1:hover .team-details {
  opacity: 1;
  visibility: visible;
  margin-top: -110px;
}
.wooprex-team-item.style-1.active .team-details {
  opacity: 1;
  visibility: visible;
  margin-top: -110px;
}
.wooprex-team-item.style-2 {
  position: relative;
  height: 460px;
  transition: all 0.3s ease;
}
.wooprex-team-item.style-2 .team-image {
  height: 100%;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
}
.wooprex-team-item.style-2 .team-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.wooprex-team-item.style-2 .team-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-team-item.style-2 .team-image:before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  background-color: rgba(249, 118, 52, 0.3215686275);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.wooprex-team-item.style-2 .team-details {
  background-color: #ffffff;
  text-align: center;
  padding: 30px 20px;
  z-index: 2;
  position: absolute;
  width: 100%;
  bottom: 0;
  box-shadow: 0px 7px 30px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.6s ease;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.wooprex-team-item.style-2 .team-details p, .wooprex-team-item.style-2 .team-details h5 {
  color: #646464;
}
.wooprex-team-item.style-2 .team-details h4 {
  font-size: 20px;
}
.wooprex-team-item.style-2 .team-details h5 {
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
}
.wooprex-team-item.style-2 .team-details p {
  font-size: 14px;
}
.wooprex-team-item.style-2 .team-details ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.wooprex-team-item.style-2 .team-details ul li a {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.wooprex-team-item.style-2 .team-details ul li a i {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  transition: all 0.3s ease;
}
.wooprex-team-item.style-2 .team-details ul li a.fb {
  background-color: #1773EA;
}
.wooprex-team-item.style-2 .team-details ul li a.ln {
  background-color: #0072b1;
}
.wooprex-team-item.style-2 .team-details ul li a.pn {
  background-color: #E60023;
}
.wooprex-team-item.style-2 .team-details ul li a:hover i {
  transform: scale(1.1);
}
.wooprex-team-item.style-2 .team-details p, .wooprex-team-item.style-2 .team-details ul {
  display: none;
  transition: all 0.6s ease;
}
.wooprex-team-item.style-2:hover .team-image img, .wooprex-team-item.style-2.active .team-image img {
  transform: scale(1.02);
}
.wooprex-team-item.style-2:hover .team-image:before, .wooprex-team-item.style-2.active .team-image:before {
  opacity: 1;
  visibility: visible;
}
.wooprex-team-item.style-2:hover .team-details p, .wooprex-team-item.style-2:hover .team-details ul, .wooprex-team-item.style-2.active .team-details p, .wooprex-team-item.style-2.active .team-details ul {
  display: flex;
}
.wooprex-team-item.style-3 .team-image {
  height: 320px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
}
.wooprex-team-item.style-3 .team-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.wooprex-team-item.style-3 .team-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-team-item.style-3 .team-details {
  text-align: center;
  margin-top: -15px;
  z-index: 2;
  position: relative;
  width: 100%;
  transition: all 0.6s ease;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.wooprex-team-item.style-3 .team-details h4 {
  font-size: 20px;
}
.wooprex-team-item.style-3 .team-details h5 {
  color: #646464;
  font-size: 14px;
  font-weight: 400;
}
.wooprex-team-item.style-3 .team-details ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
}
.wooprex-team-item.style-3 .team-details ul li a {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f9f9ff;
  color: #929292;
  border: 1px solid rgba(0, 17, 128, 0.168627451);
}
.wooprex-team-item.style-3 .team-details ul li a i {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.wooprex-team-item.style-3 .team-details ul li a:hover {
  border-color: #5d35ff;
  background-color: #5d35ff;
  color: #ffffff;
}
.wooprex-team-item.style-3:hover .team-image img {
  transform: scale(1.05);
}
.wooprex-team-item.style-3:hover .team-details h4 a {
  color: #5d35ff;
}
.wooprex-team-item.style-4 {
  height: 400px;
  overflow: hidden;
  position: relative;
  background-color: #f1f1f1;
}
.wooprex-team-item.style-4 .team-image {
  width: 100%;
  height: 100%;
}
.wooprex-team-item.style-4 .team-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.wooprex-team-item.style-4 .team-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.wooprex-team-item.style-4 .team-details {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 60px 20px 20px 20px;
  width: 100%;
  transition: all 0.6s ease;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  opacity: 0;
  visibility: hidden;
  background: linear-gradient(to top, #07b555, #18ba60, rgba(255, 255, 255, 0.0117647059));
}
.wooprex-team-item.style-4 .team-details h4 {
  font-size: 18px;
}
.wooprex-team-item.style-4 .team-details h4 a {
  color: #ffffff;
}
.wooprex-team-item.style-4 .team-details h5 {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
}
.wooprex-team-item.style-4 .team-details ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  margin-top: 10px;
}
.wooprex-team-item.style-4 .team-details ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
.wooprex-team-item.style-4 .team-details ul li a i {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.wooprex-team-item.style-4 .team-details ul li a:hover i {
  transform: scale(1.1);
}
.wooprex-team-item.style-4:hover .team-image img {
  transform: scale(1.05);
}
.wooprex-team-item.style-4:hover .team-details {
  opacity: 1;
  visibility: visible;
}
.wooprex-team-item.style-5 {
  position: relative;
  border: 1px solid rgba(0, 17, 128, 0.168627451);
  padding: 20px 0px 0px 0px;
  transition: all 0.3s ease;
}
.wooprex-team-item.style-5 .team-image {
  max-width: 90%;
  height: 400px;
  margin: 0 auto;
  overflow: hidden;
}
.wooprex-team-item.style-5 .team-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.wooprex-team-item.style-5 .team-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-team-item.style-5 .team-details {
  padding-top: 20px;
  text-align: center;
  z-index: 2;
  width: 100%;
  transition: all 0.6s ease;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.wooprex-team-item.style-5 .team-details h4 {
  font-size: 18px;
}
.wooprex-team-item.style-5 .team-details h4 a:hover {
  color: #18ba60;
}
.wooprex-team-item.style-5 .team-details h5 {
  color: #646464;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
}
.wooprex-team-item.style-5 .team-details ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 17, 128, 0.168627451);
  padding-bottom: 20px;
  margin-top: 10px;
}
.wooprex-team-item.style-5 .team-details ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #646464;
}
.wooprex-team-item.style-5 .team-details ul li a i {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.wooprex-team-item.style-5 .team-details ul li a:hover {
  color: #18ba60;
}
.wooprex-team-item.style-5:hover {
  border-color: #18ba60;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
}
.wooprex-team-item.style-5:hover .team-image img {
  transform: scale(1.05);
}
.wooprex-team-item.style-6 {
  border: 1px solid rgba(0, 17, 128, 0.168627451);
  transition: all 0.3s ease;
  padding: 50px 25px 40px 25px;
  position: relative;
}
.wooprex-team-item.style-6 .team-image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  margin-top: -90px;
  margin-bottom: 20px;
  border: 2px solid rgba(0, 17, 128, 0.168627451);
  transition: all 0.3s ease;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}
.wooprex-team-item.style-6 .team-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.wooprex-team-item.style-6 .team-description {
  text-align: center;
}
.wooprex-team-item.style-6 .team-description h4 {
  font-size: 20px;
  margin-bottom: 8px;
  font-weight: 600;
}
.wooprex-team-item.style-6 .team-description h4:hover a {
  color: #18ba60;
}
.wooprex-team-item.style-6 .team-description h5 {
  color: #646464;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 15px;
}
.wooprex-team-item.style-6 .team-description p {
  color: #646464;
  font-size: 14px;
}
.wooprex-team-item.style-6 .social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
  z-index: 1;
}
.wooprex-team-item.style-6 .social a {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #18ba60;
  color: #18ba60;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(13, 84, 217, 0.11);
}
.wooprex-team-item.style-6 .social a i {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wooprex-team-item.style-6 .social a:hover {
  background-color: #18ba60;
  color: #ffffff;
}
.wooprex-team-item.style-6:hover {
  border-color: #18ba60;
}
.wooprex-team-item.style-6:hover .team-image {
  border-color: #18ba60;
}
.wooprex-team-item.style-6:hover .social {
  opacity: 1;
  visibility: visible;
}
.wooprex-team-item.style-7 .team-image {
  width: 100%;
  height: 100%;
  height: 420px;
  overflow: hidden;
  position: relative;
  background-color: #f1f1f1;
}
.wooprex-team-item.style-7 .team-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.wooprex-team-item.style-7 .team-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.wooprex-team-item.style-7 .team-image .social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 100%;
  padding: 60px 20px 20px 20px;
  transition: all 0.6s ease;
  opacity: 0;
  visibility: hidden;
  background: linear-gradient(to top, #07b555, #18ba60, rgba(255, 255, 255, 0.0117647059));
}
.wooprex-team-item.style-7 .team-image .social a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  background-color: transparent;
}
.wooprex-team-item.style-7 .team-image .social a i {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wooprex-team-item.style-7 .team-image .social a:hover {
  background-color: #ffffff;
  color: #18ba60;
}
.wooprex-team-item.style-7 .team-description {
  text-align: center;
  z-index: 2;
  padding-top: 25px;
  width: 100%;
  transition: all 0.6s ease;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.wooprex-team-item.style-7 .team-description h4 {
  font-size: 22px;
  font-weight: 600;
}
.wooprex-team-item.style-7 .team-description h4:hover a {
  color: #18ba60;
}
.wooprex-team-item.style-7 .team-description h5 {
  font-size: 14px;
  color: #646464;
  font-weight: 400;
}
.wooprex-team-item.style-7:hover .team-image img {
  transform: scale(1.05);
}
.wooprex-team-item.style-7:hover .team-image .social {
  opacity: 1;
  visibility: visible;
}

/*-- form -- */
/*-- Base: mixin & variable  -- */
.wooprex-testimonial-section-3 .contact-form input[type=text],
.wooprex-testimonial-section-3 .contact-form input[type=email],
.wooprex-testimonial-section-3 .contact-form textarea {
  border: 1px solid rgba(178, 189, 240, 0.2117647059);
  background-color: #ffffff;
  padding: 15px 20px;
  border-radius: 0px;
}
.wooprex-testimonial-section-3 .contact-form input[type=text]:focus,
.wooprex-testimonial-section-3 .contact-form input[type=email]:focus,
.wooprex-testimonial-section-3 .contact-form textarea:focus {
  border-color: #f97534;
}

form.wooprex-contact-form {
  text-align: center;
}
form.wooprex-contact-form input[type=text],
form.wooprex-contact-form input[type=tel],
form.wooprex-contact-form input[type=email],
form.wooprex-contact-form textarea {
  border: 1px solid rgba(0, 17, 128, 0.168627451);
  background-color: #f3f3f3;
  padding: 15px 20px;
  border-radius: 0px;
}
form.wooprex-contact-form input[type=text]:focus,
form.wooprex-contact-form input[type=tel]:focus,
form.wooprex-contact-form input[type=email]:focus,
form.wooprex-contact-form textarea:focus {
  border-color: #18ba60;
  background-color: #dbffeb;
  color: #18ba60;
}
form.wooprex-contact-form input[type=text]:focus::-moz-placeholder, form.wooprex-contact-form input[type=tel]:focus::-moz-placeholder, form.wooprex-contact-form input[type=email]:focus::-moz-placeholder, form.wooprex-contact-form textarea:focus::-moz-placeholder {
  color: #18ba60;
}
form.wooprex-contact-form input[type=text]:focus::placeholder,
form.wooprex-contact-form input[type=tel]:focus::placeholder,
form.wooprex-contact-form input[type=email]:focus::placeholder,
form.wooprex-contact-form textarea:focus::placeholder {
  color: #18ba60;
}

.wooprex-contact-section .contact-form input[type=text],
.wooprex-contact-section .contact-form input[type=tel],
.wooprex-contact-section .contact-form input[type=email],
.wooprex-contact-section .contact-form textarea {
  border: 1px solid rgba(0, 17, 128, 0.168627451);
  padding: 15px 20px;
  border-radius: 0px;
}
.wooprex-contact-section .contact-form input[type=text]:focus,
.wooprex-contact-section .contact-form input[type=tel]:focus,
.wooprex-contact-section .contact-form input[type=email]:focus,
.wooprex-contact-section .contact-form textarea:focus {
  border-color: #5d35ff;
  background-color: #ffffff;
  color: #18ba60;
}
.wooprex-contact-section .contact-form input[type=text]:focus::-moz-placeholder, .wooprex-contact-section .contact-form input[type=tel]:focus::-moz-placeholder, .wooprex-contact-section .contact-form input[type=email]:focus::-moz-placeholder, .wooprex-contact-section .contact-form textarea:focus::-moz-placeholder {
  color: #5d35ff;
}
.wooprex-contact-section .contact-form input[type=text]:focus::placeholder,
.wooprex-contact-section .contact-form input[type=tel]:focus::placeholder,
.wooprex-contact-section .contact-form input[type=email]:focus::placeholder,
.wooprex-contact-section .contact-form textarea:focus::placeholder {
  color: #5d35ff;
}

/* Comment form blog details */
.comment-form input[type=text],
.comment-form input[type=email],
.comment-form textarea {
  padding: 15px 20px;
  border-color: rgba(0, 17, 128, 0.168627451);
  border-radius: 0px;
  height: 54px;
  color: #646464;
  font-size: 16px;
}
.comment-form input[type=text]::-moz-placeholder, .comment-form input[type=email]::-moz-placeholder, .comment-form textarea::-moz-placeholder {
  color: #646464;
  font-size: 16px;
}
.comment-form input[type=text]::placeholder,
.comment-form input[type=email]::placeholder,
.comment-form textarea::placeholder {
  color: #646464;
  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: #18ba60;
  background-color: #dbffeb;
}
.comment-form .comment-form-comment textarea {
  height: 100%;
  display: block;
}
.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
  margin-top: 20px;
}
.comment-form .comment-form-cookies-consent {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 40px;
}
.comment-form .comment-form-cookies-consent input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 1px solid #646464;
  background-color: transparent;
  cursor: pointer;
  border-radius: 4px;
  position: relative;
}
.comment-form .comment-form-cookies-consent input:checked {
  background-color: #000000;
  border-color: #000000;
}
.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;
}

/*-- comment -- */
/*-- Base: mixin & variable  -- */
.wooprex-blog-comment {
  margin-top: 30px;
}
.wooprex-blog-comment .comments-title {
  font-size: 26px;
  line-height: 1em;
  font-weight: 500;
  margin-bottom: 40px;
  color: #000000;
}
.wooprex-blog-comment .comment-list {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 40px;
}
.wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-author img {
  margin-right: 20px;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-author b {
  position: relative;
  top: -8px;
}
.wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-author a {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 600;
  color: #121619;
}
.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;
}
.wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-metadata a {
  color: #646464;
}
.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: 10px;
}
.wooprex-blog-comment .comment-list .comment .comment-body .reply .comment-reply-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #18ba60;
  gap: 10px;
}
.wooprex-blog-comment .comment-list .comment .comment-body .reply .comment-reply-link i {
  display: flex;
  align-items: center;
  justify-content: center;
}
.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: 26px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #000000;
}
.wooprex-blog-comment .comment-respond .comment-reply-title a {
  margin-left: 20px;
  color: #000000;
  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.comment-notes span {
  color: #646464;
}
.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: #000000;
}
.wooprex-blog-comment .comment-respond form.comment-form p.logged-in-as a:hover {
  text-decoration: underline;
}

@media (max-width: 991px) {
  .wooprex-blog-comment h3 {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* comment*/
  .wooprex-blog-comment .comments-title {
    margin-bottom: 40px;
  }
  .wooprex-blog-comment .comment-list {
    gap: 30px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-author img {
    width: 50px;
    height: 50px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-author a {
    font-size: 20px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-metadata {
    padding-left: 75px;
    margin-top: -23px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-metadata a {
    font-size: 14px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-awaiting-moderation {
    padding-left: 75px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .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 .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 .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 .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 .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;
  }
}
/*-- service item -- */
/*-- Base: mixin & variable  -- */
.wooprex-service-item.style-1 {
  transition: all 0.3s ease;
  padding: 60px 30px;
  text-align: center;
  border-right: 1px solid rgba(0, 17, 128, 0.168627451);
  border-bottom: 1px solid rgba(0, 17, 128, 0.168627451);
}
.wooprex-service-item.style-1 .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 30px;
  width: 70px;
  height: 70px;
  background-color: #18ba60;
  border-radius: 10px;
  transition: all 0.3s ease;
}
.wooprex-service-item.style-1 .icon i {
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease;
}
.wooprex-service-item.style-1 .details {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  align-items: center;
}
.wooprex-service-item.style-1 .details h3 {
  font-size: 20px;
  font-weight: 600;
}
.wooprex-service-item.style-1 .details h3 a {
  color: #121619;
}
.wooprex-service-item.style-1 .details p {
  color: #646464;
}
.wooprex-service-item.style-1 .read-btn {
  justify-content: center;
}
.wooprex-service-item.style-1:nth-child(3n) {
  border-right: none;
}
.wooprex-service-item.style-1:nth-last-child(-n+3) {
  border-bottom: none;
}
.wooprex-service-item.style-1:hover {
  background-color: #18ba60;
  border-color: #18ba60;
}
.wooprex-service-item.style-1:hover .icon {
  background-color: #ffffff;
}
.wooprex-service-item.style-1:hover .icon i {
  color: #18ba60;
}
.wooprex-service-item.style-1:hover .details p, .wooprex-service-item.style-1:hover .details a, .wooprex-service-item.style-1:hover .details .read-btn i, .wooprex-service-item.style-1:hover .details span {
  color: #ffffff !important;
}
.wooprex-service-item.style-2 {
  position: relative;
  border: 1.5px solid rgba(255, 71, 71, 0.183);
  border-radius: 5px;
  padding: 20px;
  text-align: center;
  transition: all 0.3s ease;
}
.wooprex-service-item.style-2 .curve {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  transition: all 0.6s ease;
}
.wooprex-service-item.style-2 .details {
  position: relative;
  z-index: 2;
}
.wooprex-service-item.style-2 .icon {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  margin: 0 auto;
  margin-top: -60px;
  background-color: #ffffff;
  border: 1.5px solid rgba(255, 71, 71, 0.183);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.wooprex-service-item.style-2 .icon i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #ff4747;
  transition: all 0.3s ease;
}
.wooprex-service-item.style-2 h3 {
  font-size: 20px;
  margin: 35px 0px 20px 0px;
}
.wooprex-service-item.style-2 p {
  color: #646464;
  transition: all 0.3s ease;
  margin-bottom: 15px;
}
.wooprex-service-item.style-2 .read-btn {
  justify-content: center;
}
.wooprex-service-item.style-2:hover {
  border-color: #3648b2;
  background-color: #3648b2;
}
.wooprex-service-item.style-2:hover h3 a, .wooprex-service-item.style-2:hover p, .wooprex-service-item.style-2:hover .read-btn span, .wooprex-service-item.style-2:hover .read-btn i {
  color: #ffffff;
}
.wooprex-service-item.style-2:hover .icon i {
  color: #3648b2;
}
.wooprex-service-item.style-3 {
  position: relative;
  border-bottom: 3px solid #5e98ff;
  padding: 20px;
  transition: all 0.3s ease;
  display: flex;
  gap: 25px;
  margin: 0px 15px;
}
.wooprex-service-item.style-3 .count {
  width: 80px;
  height: 80px;
  border: 3px solid #5e98ff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.wooprex-service-item.style-3 .count h5 {
  font-size: 35px;
  color: #ffffff;
  transition: all 0.3s ease;
}
.wooprex-service-item.style-3 .details {
  position: relative;
  z-index: 2;
  width: 70%;
}
.wooprex-service-item.style-3 h3 {
  font-size: 20px;
  margin: 0px 0px 20px 0px;
}
.wooprex-service-item.style-3 h3 a {
  color: #ffffff;
}
.wooprex-service-item.style-3 p {
  color: #ffffff;
  transition: all 0.3s ease;
}
.wooprex-service-item.style-3:hover {
  border-color: #ffffff;
}
.wooprex-service-item.style-3:hover .count {
  background-color: #ffffff;
  border-color: #ffffff;
}
.wooprex-service-item.style-3:hover .count h5 {
  color: #0d56d9;
}
.wooprex-service-item.style-4 {
  position: relative;
  border: 1px solid rgba(0, 17, 128, 0.168627451);
  padding: 30px 20px;
  text-align: center;
  transition: all 0.3s ease;
}
.wooprex-service-item.style-4 .details {
  position: relative;
  z-index: 2;
}
.wooprex-service-item.style-4 .icon {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  margin: 0 auto;
  background-color: #5d35ff;
  border: 1px solid #5d35ff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.wooprex-service-item.style-4 .icon i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #ffffff;
  transition: all 0.3s ease;
}
.wooprex-service-item.style-4 h3 {
  font-size: 18px;
  margin: 30px 0px 15px 0px;
}
.wooprex-service-item.style-4 p {
  color: #646464;
  transition: all 0.3s ease;
  margin-bottom: 15px;
}
.wooprex-service-item.style-4:hover {
  border-color: #5d35ff;
}
.wooprex-service-item.style-4:hover h3 a {
  color: #5d35ff;
}
.wooprex-service-item.style-5 {
  transition: all 0.3s ease;
  padding: 50px 25px;
  background-color: #3648b2;
}
.wooprex-service-item.style-5 img {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.wooprex-service-item.style-5 .details {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  align-items: flex-start;
}
.wooprex-service-item.style-5 .details h3 {
  font-size: 20px;
  font-weight: 600;
}
.wooprex-service-item.style-5 .details h3 a {
  color: #ffffff;
}
.wooprex-service-item.style-5 .details p {
  color: #ffffff;
}
.wooprex-service-item.style-5 .read-btn span, .wooprex-service-item.style-5 .read-btn i {
  color: #ffffff;
}
.wooprex-service-item.style-5:hover {
  background-color: rgba(24, 186, 97, 0.8549019608);
}
.wooprex-service-item.style-5:hover img {
  opacity: 1;
  visibility: visible;
}
.wooprex-service-item.style-6 {
  transition: all 0.3s ease;
  padding: 50px 25px;
  background-color: #ffffff;
  border: 1px solid rgba(0, 17, 128, 0.168627451);
  position: relative;
}
.wooprex-service-item.style-6 img {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.wooprex-service-item.style-6 .details {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  align-items: flex-start;
}
.wooprex-service-item.style-6 .details h3 {
  font-size: 20px;
  font-weight: 600;
}
.wooprex-service-item.style-6 .details p {
  color: #646464;
}
.wooprex-service-item.style-6:hover {
  background-color: rgba(24, 186, 97, 0.8549019608);
  border-color: #18ba60;
}
.wooprex-service-item.style-6:hover img {
  opacity: 1;
  visibility: visible;
}
.wooprex-service-item.style-6:hover .details h3 a, .wooprex-service-item.style-6:hover .details p {
  color: #ffffff;
}
.wooprex-service-item.style-6:hover .read-btn span, .wooprex-service-item.style-6:hover .read-btn i {
  color: #ffffff;
}
.wooprex-service-item.style-7 {
  border: 1px solid rgba(0, 17, 128, 0.168627451);
  transition: all 0.3s ease;
}
.wooprex-service-item.style-7 .service-image {
  height: 280px;
  overflow: hidden;
}
.wooprex-service-item.style-7 .service-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.wooprex-service-item.style-7 .service-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.wooprex-service-item.style-7 .details {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding: 30px;
  align-items: flex-start;
}
.wooprex-service-item.style-7 .details .icon {
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  border: 1px solid rgba(0, 17, 128, 0.168627451);
  width: 65px;
  height: 65px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -60px;
  margin-bottom: 15px;
}
.wooprex-service-item.style-7 .details .icon i {
  font-size: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #18ba60;
  transition: all 0.3s ease;
}
.wooprex-service-item.style-7 .details h3 {
  font-size: 20px;
  font-weight: 600;
}
.wooprex-service-item.style-7 .details h3:hover a {
  color: #18ba60;
}
.wooprex-service-item.style-7 .details p {
  color: #646464;
}
.wooprex-service-item.style-7:hover {
  border-color: #18ba60;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.wooprex-service-item.style-7:hover img {
  transform: scale(1.05);
}
.wooprex-service-item.style-7:hover .icon {
  background-color: #18ba60;
  border-color: #18ba60;
}
.wooprex-service-item.style-7:hover .icon i {
  color: #ffffff;
}

/*-- feature item -- */
/*-- Base: mixin & variable  -- */
/* feature section */
.wooprex-feature-section .feature-top {
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.wooprex-feature-section .feature-top .top-left {
  padding-right: 30px;
}
.wooprex-feature-section .feature-top .top-right {
  padding-left: 30px;
  border-left: 3px solid #18ba60;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.wooprex-feature-item.style-1 {
  border: 1px solid rgba(0, 17, 128, 0.168627451);
  padding: 60px 35px;
  transition: all 0.3s ease;
}
.wooprex-feature-item.style-1 .icon {
  display: inline-flex;
  margin-bottom: 25px;
}
.wooprex-feature-item.style-1 .icon i {
  font-size: 50px;
  color: #18ba60;
}
.wooprex-feature-item.style-1 .details {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.wooprex-feature-item.style-1 .details h3 {
  font-size: 20px;
}
.wooprex-feature-item.style-1 .details h3 a {
  color: #121619;
}
.wooprex-feature-item.style-1 .details p {
  color: #646464;
}
.wooprex-feature-item.style-1:hover {
  border-color: #18ba60;
  transform: translateY(-15px);
}
.wooprex-feature-item.style-1:hover h3 a {
  color: #18ba60;
}
.wooprex-feature-item.style-2 {
  border: 1px solid rgba(0, 17, 128, 0.168627451);
  padding: 60px 35px;
  transition: all 0.3s ease;
  background-color: #ffffff;
  text-align: center;
}
.wooprex-feature-item.style-2 .icon {
  display: inline-flex;
  margin-bottom: 25px;
}
.wooprex-feature-item.style-2 .icon i {
  font-size: 50px;
  color: #0d56d9;
}
.wooprex-feature-item.style-2 .details {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.wooprex-feature-item.style-2 .details h3 {
  font-size: 20px;
}
.wooprex-feature-item.style-2 .details h3 a {
  color: #121619;
}
.wooprex-feature-item.style-2 .details p {
  color: #646464;
}
.wooprex-feature-item.style-2 .details .read-btn {
  justify-content: center;
}
.wooprex-feature-item.style-2:hover {
  border-color: #0d56d9;
}
.wooprex-feature-item.style-2:hover h3 a {
  color: #0d56d9;
}
.wooprex-feature-item.style-3 {
  border: 1px solid rgba(0, 17, 128, 0.168627451);
  padding: 60px 35px;
  transition: all 0.3s ease;
  background-color: #ffffff;
  text-align: center;
  position: relative;
}
.wooprex-feature-item.style-3 .curve {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  transition: all 0.6s ease;
}
.wooprex-feature-item.style-3 .icon {
  display: inline-flex;
  margin-bottom: 25px;
}
.wooprex-feature-item.style-3 .icon i {
  font-size: 50px;
  color: #f97534;
}
.wooprex-feature-item.style-3 .details {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  position: relative;
  z-index: 2;
}
.wooprex-feature-item.style-3 .details h3 {
  font-size: 20px;
}
.wooprex-feature-item.style-3 .details h3 a {
  color: #121619;
}
.wooprex-feature-item.style-3 .details p {
  color: #646464;
}
.wooprex-feature-item.style-3 .details .read-btn {
  justify-content: center;
}
.wooprex-feature-item.style-3:hover {
  border-color: #f97534;
  background-color: #f97534;
}
.wooprex-feature-item.style-3:hover h3 a, .wooprex-feature-item.style-3:hover p, .wooprex-feature-item.style-3:hover .read-btn span, .wooprex-feature-item.style-3:hover .read-btn i, .wooprex-feature-item.style-3:hover .icon i {
  color: #ffffff;
}

/*-- blog item -- */
/*-- Base: mixin & variable  -- */
/* Blog */
.wooprex-blog-item.style-1 {
  height: 100%;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0, 17, 128, 0.168627451);
  padding: 60px 30px;
}
.wooprex-blog-item.style-1:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.55);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.wooprex-blog-item.style-1 .bg-image {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.wooprex-blog-item.style-1 .details {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 20px;
  position: relative;
  z-index: 2;
}
.wooprex-blog-item.style-1 h5 a {
  color: #18ba60;
  background-color: #e0ffee;
  padding: 8px 25px;
  border-radius: 16px;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
}
.wooprex-blog-item.style-1 h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5em;
  color: #121619;
  margin-top: 5px;
}
.wooprex-blog-item.style-1 p {
  color: #646464;
}
.wooprex-blog-item.style-1:hover:before, .wooprex-blog-item.style-1:hover .bg-image {
  opacity: 1;
  visibility: visible;
}
.wooprex-blog-item.style-1:hover h5 a {
  background-color: #ffffff;
}
.wooprex-blog-item.style-1:hover h3 a, .wooprex-blog-item.style-1:hover p, .wooprex-blog-item.style-1:hover .read-btn span, .wooprex-blog-item.style-1:hover .read-btn i {
  color: #ffffff;
}
.wooprex-blog-item.style-2 {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.wooprex-blog-item.style-2 .blog-image {
  width: 30%;
  height: 100%;
  overflow: hidden;
}
.wooprex-blog-item.style-2 .blog-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.wooprex-blog-item.style-2 .blog-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-blog-item.style-2 .blog-details {
  width: 70%;
  padding: 0px 25px;
}
.wooprex-blog-item.style-2 .blog-details h3 {
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 10px;
}
.wooprex-blog-item.style-2 .blog-details p {
  font-size: 16px;
  margin-bottom: 10px;
  color: #646464;
}
.wooprex-blog-item.style-2 .blog-details .category span {
  color: #646464;
  font-size: 14px;
  font-style: italic;
}
.wooprex-blog-item.style-2.big .blog-details {
  border: 1px solid rgba(255, 71, 71, 0.183);
}
.wooprex-blog-item.style-2:hover .blog-image img {
  transform: scale(1.05);
}
.wooprex-blog-item.style-2:hover .blog-details h3 a {
  color: #ff4747;
}
.wooprex-blog-item.big {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.wooprex-blog-item.big .blog-image {
  width: 100%;
  height: 350px;
  overflow: hidden;
}
.wooprex-blog-item.big .blog-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.wooprex-blog-item.big .blog-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-blog-item.big .blog-details {
  width: 100%;
  padding: 30px 25px;
  border-top: none !important;
}
.wooprex-blog-item.big .blog-details p, .wooprex-blog-item.big .blog-details .category, .wooprex-blog-item.big .blog-details .category span, .wooprex-blog-item.big .blog-details .category span a {
  color: #646464;
}
.wooprex-blog-item.big .blog-details .category {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 15px;
}
.wooprex-blog-item.big .blog-details .category span {
  font-size: 14px;
  font-style: normal;
}
.wooprex-blog-item.big .blog-details h3 {
  font-size: 20px;
  margin-bottom: 15px;
}
.wooprex-blog-item.big .blog-details p {
  margin-bottom: 20px;
}
.wooprex-blog-item.style-3 .blog-image {
  height: 350px;
  overflow: hidden;
}
.wooprex-blog-item.style-3 .blog-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.wooprex-blog-item.style-3 .blog-image a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-blog-item.style-3 .blog-description {
  padding-top: 20px;
}
.wooprex-blog-item.style-3 .blog-description .tags {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  row-gap: 0px;
  flex-wrap: wrap;
}
.wooprex-blog-item.style-3 .blog-description .tags a {
  font-size: 14px;
  color: #646464;
}
.wooprex-blog-item.style-3 .blog-description h3 {
  font-size: 20px;
  margin: 10px 0px 20px 0px;
  line-height: 1.4em;
  font-weight: 600;
}
.wooprex-blog-item.style-3 .blog-description .extra {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
}
.wooprex-blog-item.style-3 .blog-description .extra div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.wooprex-blog-item.style-3 .blog-description .extra div i {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0d56d9;
  font-size: 14px;
}
.wooprex-blog-item.style-3 .blog-description .extra div p {
  font-size: 14px;
  color: #646464;
  text-transform: uppercase;
}
.wooprex-blog-item.style-3 .blog-description .extra div.view i {
  font-size: 16px;
}
.wooprex-blog-item.style-3:hover img {
  transform: scale(1.05);
}
.wooprex-blog-item.style-3:hover h3 a {
  color: #0d56d9;
}
.wooprex-blog-item.style-4 .blog-image {
  height: 350px;
  overflow: hidden;
}
.wooprex-blog-item.style-4 .blog-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.wooprex-blog-item.style-4 .blog-image a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-blog-item.style-4 .blog-description {
  border: 1px solid rgba(0, 17, 128, 0.168627451);
  border-top: none;
  padding: 30px 0px;
  background-color: #ffffff;
  transition: all 0.3s ease;
}
.wooprex-blog-item.style-4 .blog-description h3 {
  font-size: 20px;
  padding: 0px 20px 20px 20px;
  line-height: 1.4em;
  font-weight: 600;
}
.wooprex-blog-item.style-4 .blog-description .extra {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
  border-top: 1px solid rgba(0, 17, 128, 0.168627451);
  padding: 20px 20px 0px 20px;
}
.wooprex-blog-item.style-4 .blog-description .extra div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.wooprex-blog-item.style-4 .blog-description .extra div i {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f97534;
  font-size: 14px;
}
.wooprex-blog-item.style-4 .blog-description .extra div p {
  font-size: 14px;
  color: #646464;
  text-transform: uppercase;
}
.wooprex-blog-item.style-4 .blog-description .extra div.view i {
  font-size: 16px;
}
.wooprex-blog-item.style-4:hover img {
  transform: scale(1.05);
}
.wooprex-blog-item.style-4:hover .blog-description {
  border-color: #f97534;
  box-shadow: 0px 0px 20px 0px rgba(249, 117, 52, 0.3607843137);
}
.wooprex-blog-item.style-4:hover h3 a {
  color: #f97534;
}
.wooprex-blog-item.style-5 .blog-image {
  height: 350px;
  overflow: hidden;
}
.wooprex-blog-item.style-5 .blog-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.wooprex-blog-item.style-5 .blog-image a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-blog-item.style-5 .blog-description {
  border: 1px solid rgba(0, 17, 128, 0.168627451);
  border-top: none;
  padding: 30px 0px;
  background-color: #ffffff;
  transition: all 0.3s ease;
}
.wooprex-blog-item.style-5 .blog-description h3 {
  font-size: 20px;
  padding: 0px 20px 20px 20px;
  line-height: 1.4em;
  font-weight: 600;
}
.wooprex-blog-item.style-5 .blog-description .extra {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 0px 20px 0px 20px;
}
.wooprex-blog-item.style-5 .blog-description .extra div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}
.wooprex-blog-item.style-5 .blog-description .extra div i {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5d35ff;
  font-size: 14px;
}
.wooprex-blog-item.style-5 .blog-description .extra div p {
  font-size: 14px;
  color: #646464;
  text-transform: uppercase;
}
.wooprex-blog-item.style-5 .blog-description .extra div a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  text-transform: uppercase;
  color: #5d35ff;
  font-weight: 500;
  font-size: 14px;
}
.wooprex-blog-item.style-5 .blog-description .extra div a i {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wooprex-blog-item.style-5 .blog-description .extra div a i::before {
  font-weight: 700 !important;
}
.wooprex-blog-item.style-5:hover img {
  transform: scale(1.05);
}
.wooprex-blog-item.style-5:hover .blog-description {
  border-color: #5d35ff;
}
.wooprex-blog-item.style-5:hover h3 a {
  color: #5d35ff;
}
.wooprex-blog-item.style-6 {
  background-color: #ffffff;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-wrap: wrap;
}
.wooprex-blog-item.style-6 .blog-image {
  width: 45%;
  flex: 0 0 auto;
  overflow: hidden;
}
.wooprex-blog-item.style-6 .blog-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.wooprex-blog-item.style-6 .blog-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-blog-item.style-6 .blog-description {
  width: 55%;
  flex: 0 0 auto;
  padding: 40px 30px;
}
.wooprex-blog-item.style-6 .blog-description h3 {
  font-size: 20px;
  line-height: 1.4em;
}
.wooprex-blog-item.style-6 .blog-description h3:hover a {
  color: #18ba60;
}
.wooprex-blog-item.style-6 .blog-description p {
  margin: 20px 0px;
  color: #646464;
}
.wooprex-blog-item.style-6 .blog-description .category {
  margin-top: 25px;
  padding: 25px 0px 0px 0px;
  border-top: 1px solid rgba(0, 17, 128, 0.168627451);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.wooprex-blog-item.style-6 .blog-description .category span {
  width: 100px;
  height: 2px;
  background-color: #18ba60;
  display: block;
}
.wooprex-blog-item.style-6 .blog-description .category p {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
.wooprex-blog-item.style-6 .blog-description .category p i {
  color: #18ba60;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wooprex-blog-item.style-6:hover .blog-image img {
  transform: scale(1.03);
}
.wooprex-blog-item.style-7 .blog-image {
  height: 300px;
  overflow: hidden;
}
.wooprex-blog-item.style-7 .blog-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.wooprex-blog-item.style-7 .blog-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-blog-item.style-7 .blog-description {
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 17, 128, 0.168627451);
  border-top: none;
  background-color: #ffffff;
  padding: 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 15px;
}
.wooprex-blog-item.style-7 .blog-description .category {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}
.wooprex-blog-item.style-7 .blog-description .category p {
  padding-right: 15px;
  position: relative;
  color: #646464;
  margin: 0;
}
.wooprex-blog-item.style-7 .blog-description .category p:after {
  content: "";
  width: 1px;
  height: 70%;
  background-color: #646464;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
}
.wooprex-blog-item.style-7 .blog-description .category p:last-child {
  padding-right: 0;
}
.wooprex-blog-item.style-7 .blog-description .category p:last-child:after {
  display: none;
}
.wooprex-blog-item.style-7 .blog-description h3 {
  font-size: 20px;
  line-height: 1.4em;
}
.wooprex-blog-item.style-7 .blog-description h3:hover a {
  color: #18ba60;
}
.wooprex-blog-item.style-7 .blog-description p {
  color: #646464;
}
.wooprex-blog-item.style-7:hover .blog-image img {
  transform: scale(1.03);
}
.wooprex-blog-item.style-7:hover .blog-description {
  border-color: #18ba60;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.wooprex-blog-item.style-8 .blog-image {
  height: 420px;
  overflow: hidden;
}
.wooprex-blog-item.style-8 .blog-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.wooprex-blog-item.style-8 .blog-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-blog-item.style-8 .blog-description {
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 17, 128, 0.168627451);
  border-top: none;
  background-color: #ffffff;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 15px;
}
.wooprex-blog-item.style-8 .blog-description .category {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  flex-wrap: wrap;
}
.wooprex-blog-item.style-8 .blog-description .category p {
  padding-right: 15px;
  position: relative;
  color: #646464;
  margin: 0;
}
.wooprex-blog-item.style-8 .blog-description .category p:after {
  content: "";
  width: 1px;
  height: 70%;
  background-color: #646464;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
}
.wooprex-blog-item.style-8 .blog-description .category p:last-child {
  padding-right: 0;
}
.wooprex-blog-item.style-8 .blog-description .category p:last-child:after {
  display: none;
}
.wooprex-blog-item.style-8 .blog-description h3 {
  font-size: 24px;
  line-height: 1.4em;
  font-weight: 600;
}
.wooprex-blog-item.style-8 .blog-description h3:hover a {
  color: #18ba60;
}
.wooprex-blog-item.style-8 .blog-description p {
  color: #646464;
}
.wooprex-blog-item.style-8:hover .blog-image img {
  transform: scale(1.03);
}
.wooprex-blog-item.style-8:hover .blog-description {
  border-color: #18ba60;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

/*-- portfolio item -- */
/*-- Base: mixin & variable  -- */
.wooprex-portfolio-item.style-1 {
  height: 370px;
  overflow: hidden;
  position: relative;
}
.wooprex-portfolio-item.style-1:before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  background-color: rgba(13, 84, 217, 0.937254902);
  transition: all 0.3s ease;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.wooprex-portfolio-item.style-1 img {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-portfolio-item.style-1 .details {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  z-index: 2;
  padding: 10px;
}
.wooprex-portfolio-item.style-1 .details .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.wooprex-portfolio-item.style-1 .details .icon span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1.5px solid #ffffff;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.wooprex-portfolio-item.style-1 .details .icon span i {
  font-size: 20px;
  color: #ffffff;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wooprex-portfolio-item.style-1 .details .icon span:hover {
  background-color: #ffffff;
}
.wooprex-portfolio-item.style-1 .details .icon span:hover i {
  color: #0d56d9;
}
.wooprex-portfolio-item.style-1 .details .icon span.search i {
  font-size: 24px;
}
.wooprex-portfolio-item.style-1 .details h3 {
  font-size: 18px;
  color: #ffffff;
  margin: 30px 0px 15px 0px;
}
.wooprex-portfolio-item.style-1 .details p {
  color: #ffffff;
  font-size: 14px;
}
.wooprex-portfolio-item.style-1:hover:before {
  opacity: 1;
  visibility: visible;
}
.wooprex-portfolio-item.style-1:hover .details {
  opacity: 1;
  visibility: visible;
}
.wooprex-portfolio-item.style-2 {
  height: 370px;
  overflow: hidden;
  position: relative;
}
.wooprex-portfolio-item.style-2 img {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-portfolio-item.style-2 .details {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  width: 85%;
  height: 85%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.wooprex-portfolio-item.style-2 .details:before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  background-color: rgba(54, 73, 178, 0.9058823529);
  transition: all 0.3s ease;
  z-index: 1;
}
.wooprex-portfolio-item.style-2 .details .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  position: relative;
  z-index: 2;
}
.wooprex-portfolio-item.style-2 .details .icon span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1.5px solid #ffffff;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.wooprex-portfolio-item.style-2 .details .icon span i {
  font-size: 20px;
  color: #ffffff;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wooprex-portfolio-item.style-2 .details .icon span:hover {
  background-color: #ffffff;
}
.wooprex-portfolio-item.style-2 .details .icon span:hover i {
  color: #0d56d9;
}
.wooprex-portfolio-item.style-2 .details .icon span.search i {
  font-size: 24px;
}
.wooprex-portfolio-item.style-2 .details h3 {
  font-size: 18px;
  color: #ffffff;
  margin: 30px 0px 15px 0px;
  position: relative;
  z-index: 2;
}
.wooprex-portfolio-item.style-2 .details p {
  color: #ffffff;
  font-size: 14px;
  position: relative;
  z-index: 2;
}
.wooprex-portfolio-item.style-2:hover .details {
  opacity: 1;
  visibility: visible;
}
.wooprex-portfolio-item.style-3 {
  border: 1px solid rgba(0, 17, 128, 0.168627451);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.wooprex-portfolio-item.style-3 .image {
  height: 320px;
  overflow: hidden;
}
.wooprex-portfolio-item.style-3 .image a {
  display: block;
  width: 100%;
  height: 100%;
}
.wooprex-portfolio-item.style-3 .image a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-portfolio-item.style-3 .description {
  padding: 25px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
}
.wooprex-portfolio-item.style-3 .description h3 {
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: 600;
}
.wooprex-portfolio-item.style-3:hover .image a img {
  transform: scale(1.05);
}
.wooprex-portfolio-item.style-3:hover .description h3 a {
  color: #18ba60;
}
.wooprex-portfolio-item.style-4 {
  height: 370px;
  overflow: hidden;
  position: relative;
}
.wooprex-portfolio-item.style-4:before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  background-color: rgba(24, 186, 97, 0.8470588235);
  transition: all 0.3s ease;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.wooprex-portfolio-item.style-4 img {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-portfolio-item.style-4 .details {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  z-index: 2;
}
.wooprex-portfolio-item.style-4 .details .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.wooprex-portfolio-item.style-4 .details .icon span {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1.5px solid #ffffff;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.wooprex-portfolio-item.style-4 .details .icon span i {
  font-size: 24px;
  color: #ffffff;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wooprex-portfolio-item.style-4 .details .icon span:hover {
  background-color: #ffffff;
}
.wooprex-portfolio-item.style-4 .details .icon span:hover i {
  color: #0d56d9;
}
.wooprex-portfolio-item.style-4 .details .icon span.search i {
  font-size: 24px;
}
.wooprex-portfolio-item.style-4 .details h3 {
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 25px;
}
.wooprex-portfolio-item.style-4 .details h3:after {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background-color: #ffffff;
}
.wooprex-portfolio-item.style-4:hover:before {
  opacity: 1;
  visibility: visible;
}
.wooprex-portfolio-item.style-4:hover .details {
  opacity: 1;
  visibility: visible;
}
.wooprex-portfolio-item.zoomed img {
  transform: scale(1.2);
}

/*-- price item -- */
/*-- Base: mixin & variable  -- */
.wooprex-pricing-item.style-1 {
  background-color: #fafafa;
  padding: 60px 0px;
  border: 1px solid rgba(0, 17, 128, 0.168627451);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  row-gap: 25px;
  flex-direction: column;
}
.wooprex-pricing-item.style-1 .plan {
  text-align: end;
  width: 100%;
}
.wooprex-pricing-item.style-1 h6.popular {
  background-color: #7bd90d;
  padding: 10px 20px;
  border-radius: 32px 0px 0px 32px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  display: inline-block;
  text-transform: uppercase;
}
.wooprex-pricing-item.style-1 h5 {
  font-size: 15px;
  text-transform: uppercase;
  color: #646464;
  font-weight: 600;
  letter-spacing: 1px;
}
.wooprex-pricing-item.style-1 h3 {
  font-size: 20px;
  color: #646464;
}
.wooprex-pricing-item.style-1 h3 span {
  font-size: 70px;
  font-weight: 700;
  color: #0d56d9;
  line-height: 1em;
}
.wooprex-pricing-item.style-1 h3 span.dollar {
  line-height: 1.5;
  vertical-align: top;
  font-size: 30px;
}
.wooprex-pricing-item.style-1 ul {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.wooprex-pricing-item.style-1 ul li {
  color: #646464;
}
.wooprex-pricing-item.style-1 ul li strong {
  font-weight: 500;
  margin-right: 5px;
  color: #000000;
}
.wooprex-pricing-item.style-1 .wooprex-btn-3 {
  min-width: 180px;
}
.wooprex-pricing-item.style-1 .wooprex-btn-3.outline {
  border-color: rgba(0, 17, 128, 0.168627451);
}
.wooprex-pricing-item.style-1 .wooprex-btn-3.outline:hover {
  border-color: #0d56d9;
}
.wooprex-pricing-item.style-1.middle {
  border-color: #0d56d9;
  box-shadow: 0px 10px 20px 0px rgba(13, 84, 217, 0.2666666667);
}
.wooprex-pricing-item.style-1.middle ul li {
  color: #0d56d9;
}
.wooprex-pricing-item.style-1.middle ul li strong {
  color: #0d56d9;
}
.wooprex-pricing-item.style-1.middle h5, .wooprex-pricing-item.style-1.middle h3 {
  color: #0d56d9;
}
.wooprex-pricing-item.style-2 {
  background-color: #ffffff;
  padding: 50px 30px;
  border: 1px solid rgba(0, 17, 128, 0.168627451);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  row-gap: 25px;
  flex-direction: column;
}
.wooprex-pricing-item.style-2 h5 {
  font-size: 24px;
  font-weight: 600;
}
.wooprex-pricing-item.style-2 p {
  color: #646464;
}
.wooprex-pricing-item.style-2 h3 {
  font-size: 20px;
  color: #5d35ff;
}
.wooprex-pricing-item.style-2 h3 span {
  font-size: 30px;
  font-weight: 600;
  color: #5d35ff;
  line-height: 1em;
}
.wooprex-pricing-item.style-2 ul {
  display: flex;
  flex-direction: column;
  row-gap: 13px;
  padding: 20px 0px;
  border-top: 1px solid rgba(0, 17, 128, 0.168627451);
  border-bottom: 1px solid rgba(0, 17, 128, 0.168627451);
  width: 100%;
}
.wooprex-pricing-item.style-2 ul li {
  color: #646464;
}
.wooprex-pricing-item.style-2 ul li strong {
  font-weight: 500;
  margin-right: 5px;
  color: #000000;
}
.wooprex-pricing-item.style-2 a {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(0, 17, 128, 0.168627451);
  background-color: #ffffff;
  color: #646464;
  margin-top: 20px;
  margin-bottom: -70px;
}
.wooprex-pricing-item.style-2 a i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}
.wooprex-pricing-item.style-2 a:hover {
  background-color: #5d35ff;
  color: #ffffff;
  border-color: #5d35ff;
}
.wooprex-pricing-item.style-2.middle {
  border-color: #0d56d9;
  box-shadow: 0px 10px 20px 0px rgba(93, 53, 255, 0.2274509804);
}
.wooprex-pricing-item.style-2.middle a {
  background-color: #5d35ff;
  color: #ffffff;
  border-color: #5d35ff;
}
.wooprex-pricing-item.style-2.middle a:hover {
  border-color: rgba(0, 17, 128, 0.168627451);
  background-color: #ffffff;
  color: #646464;
}
.wooprex-pricing-item.style-2.middle h5, .wooprex-pricing-item.style-2.middle p, .wooprex-pricing-item.style-2.middle ul li {
  color: #5d35ff;
}

/*-- testimonial -- */
/*-- Base: mixin & variable  -- */
.wooprex-testimonial-item.style-2 {
  border: 1px solid rgba(255, 71, 71, 0.183);
  transition: all 0.3s ease;
  background-color: #ffffff;
  padding: 30px;
}
.wooprex-testimonial-item.style-2 .quote {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  margin-top: -60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff4747;
  border-color: #ff4747;
  box-shadow: 0px 2px 20px 0px #ff4747;
}
.wooprex-testimonial-item.style-2 .quote i {
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  transition: all 0.3s ease;
}
.wooprex-testimonial-item.style-2 p {
  margin: 20px 0px;
  color: #646464;
}
.wooprex-testimonial-item.style-2 h5 {
  font-size: 16px;
  font-weight: 600;
}
.wooprex-testimonial-item.style-2 h5 span {
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  color: #646464;
}
.wooprex-testimonial-item.style-2:hover {
  border-color: #ff4747;
}
.wooprex-testimonial-item.style-3 {
  transition: all 0.3s ease;
  padding: 0px 20px;
}
.wooprex-testimonial-item.style-3 .quote {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f97534;
  border-color: #f97534;
}
.wooprex-testimonial-item.style-3 .quote i {
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  transition: all 0.3s ease;
}
.wooprex-testimonial-item.style-3 p {
  margin: 20px 0px;
  color: #646464;
  font-style: italic;
}
.wooprex-testimonial-item.style-3 .author {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  row-gap: 10px;
  position: relative;
  padding-left: 60px;
}
.wooprex-testimonial-item.style-3 .author:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  width: 45px;
  height: 2px;
  background-color: #f97534;
}
.wooprex-testimonial-item.style-3 h5 {
  font-size: 16px;
  font-weight: 600;
}
.wooprex-testimonial-item.style-3 h6 {
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  color: #646464;
}
.wooprex-testimonial-item.style-3:hover {
  border-color: #ff4747;
}
.wooprex-testimonial-item.style-4 {
  transition: all 0.3s ease;
  padding: 0px 20px;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}
.wooprex-testimonial-item.style-4 .avatar {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 8px solid #ffffff;
  margin: 0 auto;
  overflow: hidden;
}
.wooprex-testimonial-item.style-4 .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-testimonial-item.style-4 p {
  margin: 25px 0px;
  font-size: 20px;
  color: #ffffff;
  font-style: italic;
  line-height: 1.7em;
}
.wooprex-testimonial-item.style-4 h5 {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
}
.wooprex-testimonial-item.style-4 h5 span {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
}
.wooprex-testimonial-item.style-5 p, .wooprex-testimonial-item.style-5 h4 {
  color: #ffffff;
  font-style: italic;
}
.wooprex-testimonial-item.style-5 > p {
  font-size: 20px;
}
.wooprex-testimonial-item.style-5 .client-info {
  margin-top: 30px;
}
.wooprex-testimonial-item.style-5 .client-info h4 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}
.wooprex-testimonial-item.style-5 .client-info p {
  font-size: 14px;
  position: relative;
  padding-left: 15px;
}
.wooprex-testimonial-item.style-5 .client-info p:before {
  content: "-";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
}
.wooprex-testimonial-item.style-6 {
  border: 1px solid rgba(0, 17, 128, 0.168627451);
}
.wooprex-testimonial-item.style-6 > p {
  padding: 30px;
  font-style: italic;
  color: #646464;
}
.wooprex-testimonial-item.style-6 .client {
  padding: 30px;
  border-top: 1px solid rgba(0, 17, 128, 0.168627451);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wooprex-testimonial-item.style-6 .client .left {
  display: flex;
  gap: 20px;
  align-items: center;
}
.wooprex-testimonial-item.style-6 .client .left .image {
  width: 55px;
  height: 55px;
  overflow: hidden;
  border-radius: 50%;
}
.wooprex-testimonial-item.style-6 .client .left .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-testimonial-item.style-6 .client .left .details h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 2px;
}
.wooprex-testimonial-item.style-6 .client .left .details p {
  font-style: italic;
  color: #646464;
  font-size: 14px;
}
.wooprex-testimonial-item.style-6 .client .right i {
  font-size: 35px;
  color: #18ba60;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wooprex-testimonial-item.style-7 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  text-align: center;
  border: 1px solid rgba(0, 17, 128, 0.168627451);
  padding: 40px;
}
.wooprex-testimonial-item.style-7 .client-image {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 25px;
}
.wooprex-testimonial-item.style-7 .client-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-testimonial-item.style-7 .description h4 {
  font-size: 18px;
  font-weight: 600;
  color: #646464;
  margin-bottom: 5px;
}
.wooprex-testimonial-item.style-7 .description h5 {
  font-size: 14px;
  font-weight: 400;
  color: #646464;
  font-style: italic;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.wooprex-testimonial-item.style-7 .description h5:after {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 2px;
  background-color: #18ba60;
}
.wooprex-testimonial-item.style-7 .description p {
  color: #646464;
}
.wooprex-testimonial-item.style-8 {
  text-align: center;
}
.wooprex-testimonial-item.style-8 p {
  color: #646464;
}
.wooprex-testimonial-item.style-8 .client-info {
  margin-top: 30px;
}
.wooprex-testimonial-item.style-8 .client-info .client-image {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 20px;
}
.wooprex-testimonial-item.style-8 .client-info .client-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-testimonial-item.style-8 .client-info h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
.wooprex-testimonial-item.style-8 .client-info p {
  font-style: italic;
}
.wooprex-testimonial-item.style-9 {
  transition: all 0.3s ease;
  padding: 25px 30px;
  border: 1px solid #18ba60;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.wooprex-testimonial-item.style-9 .quote {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #18ba60;
  border-color: #18ba60;
  margin-top: -60px;
}
.wooprex-testimonial-item.style-9 .quote i {
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  transition: all 0.3s ease;
}
.wooprex-testimonial-item.style-9 p {
  margin: 20px 0px;
  color: #646464;
  font-style: italic;
}
.wooprex-testimonial-item.style-9 .author {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  row-gap: 5px;
  position: relative;
  padding-left: 60px;
}
.wooprex-testimonial-item.style-9 .author:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  width: 45px;
  height: 2px;
  background-color: #18ba60;
}
.wooprex-testimonial-item.style-9 h5 {
  font-size: 16px;
  font-weight: 600;
}
.wooprex-testimonial-item.style-9 h6 {
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  color: #646464;
}
.wooprex-testimonial-item.style-9:hover {
  border-color: #18ba60;
}

/*-- call to action -- */
/*-- Base: mixin & variable  -- */
/* call to action 1 */
.wooprex-call-to-action .call-to-action-main {
  position: relative;
  padding: 70px 100px;
}
.wooprex-call-to-action .call-to-action-main:before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  background-image: url(../assets/images/home/map.webp);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.wooprex-call-to-action .call-to-action-main .inner-left {
  position: relative;
  z-index: 2;
}
.wooprex-call-to-action .call-to-action-main .inner-left h1,
.wooprex-call-to-action .call-to-action-main .inner-left p {
  color: #ffffff;
}
.wooprex-call-to-action .call-to-action-main .inner-left h1 {
  margin-bottom: 20px;
  font-size: 24px;
}
.wooprex-call-to-action .call-to-action-main .inner-left p {
  font-size: 18px;
  max-width: 700px;
}
.wooprex-call-to-action .call-to-action-main .inner-right {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* Call to action 2 */
.wooprex-call-to-action-2 {
  position: relative;
  z-index: 2;
}
.wooprex-call-to-action-2 .section-header {
  margin-bottom: 0;
}
.wooprex-call-to-action-2 .main-action {
  background-color: #ffffff;
  border: 10px solid rgba(255, 71, 71, 0.183);
  padding: 45px 65px;
}
.wooprex-call-to-action-2 .main-action .inner-right {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.wooprex-call-to-action-2 form {
  width: 100%;
}
.wooprex-call-to-action-2 form .main-form {
  position: relative;
}
.wooprex-call-to-action-2 form .main-form input[type=email] {
  padding: 15px 20px;
  border: 1.5px solid rgba(255, 71, 71, 0.183);
  border-radius: 32px;
  font-size: 14px;
}
.wooprex-call-to-action-2 form .main-form input[type=email]::-moz-placeholder {
  font-style: italic;
  font-size: 14px;
}
.wooprex-call-to-action-2 form .main-form input[type=email]::placeholder {
  font-style: italic;
  font-size: 14px;
}
.wooprex-call-to-action-2 form .main-form input[type=email]:focus {
  border-color: #ff4747;
}
.wooprex-call-to-action-2 form .main-form .wooprex-btn-2 {
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
}

/* call to action 3 */
.wooprex-call-to-action-3 .container {
  max-width: 1000px;
}
.wooprex-call-to-action-3 .inner-main-wrapper {
  background-color: #ffffff;
  padding: 50px 40px;
  border: 10px solid rgba(178, 189, 240, 0.2117647059);
  position: relative;
  z-index: 2;
}
.wooprex-call-to-action-3 .section-header {
  margin-bottom: 0;
}
.wooprex-call-to-action-3 .inner-right {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* call to action 4 */
.wooprex-call-to-action-4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url(../assets/images/home/Pattern-5.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.wooprex-call-to-action-4 .inner-right,
.wooprex-call-to-action-4 .inner-left {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.wooprex-call-to-action-4 h3 {
  color: #ffffff;
}

/* call to action 5 */
.wooprex-call-to-action-5 {
  position: relative;
  overflow: hidden;
  background-color: #5d35ff;
}
.wooprex-call-to-action-5 .curve-1,
.wooprex-call-to-action-5 .curve-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 82%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top left;
     object-position: top left;
}
.wooprex-call-to-action-5 .container {
  max-width: 1100px;
}
.wooprex-call-to-action-5 .inner-main-wrapper {
  background-color: #ffffff;
  padding: 60px 40px;
  position: relative;
  z-index: 2;
  border-radius: 5px;
}
.wooprex-call-to-action-5 .section-header {
  margin: 0;
}
.wooprex-call-to-action-5 .header {
  color: #121619;
}
.wooprex-call-to-action-5 .inner-right {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.wooprex-call-to-action-5 .inner-right .wooprex-btn-5 {
  box-shadow: none;
}
.wooprex-call-to-action-5 .inner-right .check-faq-btn {
  text-transform: uppercase;
  color: #5d35ff;
  font-weight: 500;
  position: relative;
}
.wooprex-call-to-action-5 .inner-right .check-faq-btn:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: rgba(93, 53, 255, 0.2745098039);
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%);
}

/* Call to action 6 */
.wooprex-call-to-action-6 {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url(../assets/images/about/bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.wooprex-call-to-action-6 .inner-main-wrapper {
  background: #ffffff;
  padding: 80px 100px;
  border-radius: 5px;
}
.wooprex-call-to-action-6 .inner-left {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.wooprex-call-to-action-6 .inner-right {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}
.wooprex-call-to-action-6 .inner-right .wooprex-btn {
  border-radius: 35px;
  padding: 12px 35px;
  min-width: 160px;
}
.wooprex-call-to-action-6 .inner-right .wooprex-btn.outline {
  border-color: rgba(0, 17, 128, 0.168627451);
}
.wooprex-call-to-action-6 .inner-right .wooprex-btn.outline:hover {
  border-color: #18ba60;
}

/* Call to action 2 ~ 7 */
.wooprex-call-to-action-7 {
  position: relative;
  z-index: 2;
}
.wooprex-call-to-action-7 .section-header {
  margin-bottom: 0;
}
.wooprex-call-to-action-7 .main-action {
  background-color: #ffffff;
  border: 10px solid rgba(24, 186, 97, 0.27);
  padding: 45px 65px;
}
.wooprex-call-to-action-7 .main-action .inner-right {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.wooprex-call-to-action-7 form {
  width: 100%;
}
.wooprex-call-to-action-7 form .main-form {
  position: relative;
}
.wooprex-call-to-action-7 form .main-form input[type=email] {
  padding: 15px 20px;
  border: 1.5px solid #18ba60;
  border-radius: 32px;
  font-size: 14px;
}
.wooprex-call-to-action-7 form .main-form input[type=email]::-moz-placeholder {
  font-style: italic;
  font-size: 14px;
}
.wooprex-call-to-action-7 form .main-form input[type=email]::placeholder {
  font-style: italic;
  font-size: 14px;
}
.wooprex-call-to-action-7 form .main-form input[type=email]:focus {
  border-color: #18ba60;
}
.wooprex-call-to-action-7 form .main-form .wooprex-btn {
  border-radius: 32px;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
}

/*-- case study -- */
/*-- Base: mixin & variable  -- */
/* Case study 1*/
.wooprex-case-study-section {
  overflow: hidden;
}
.wooprex-case-study-section .top {
  margin-bottom: 60px;
}
.wooprex-case-study-section .top .row {
  row-gap: 0;
}
.wooprex-case-study-section .top .section-header {
  margin-bottom: 0;
}
.wooprex-case-study-section .wooprex-case-study-item .case-study-image {
  height: 440px;
  overflow: hidden;
  position: relative;
}
.wooprex-case-study-section .wooprex-case-study-item .case-study-image > a {
  overflow: hidden;
  position: relative;
  display: block;
  height: 100%;
}
.wooprex-case-study-section .wooprex-case-study-item .case-study-image > a:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.2549019608);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.wooprex-case-study-section .wooprex-case-study-item .case-study-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-case-study-section .wooprex-case-study-item .case-study-image .icon {
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 22px;
  width: 56px;
  height: 56px;
  background-color: #18ba60;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  border-radius: 50%;
}
.wooprex-case-study-section .wooprex-case-study-item .case-study-image .icon i {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wooprex-case-study-section .wooprex-case-study-item .case-study-details {
  text-align: center;
  padding-top: 25px;
}
.wooprex-case-study-section .wooprex-case-study-item .case-study-details h4 {
  margin-bottom: 15px;
  font-size: 20px;
}
.wooprex-case-study-section .wooprex-case-study-item .case-study-details p {
  font-style: italic;
  font-size: 14px;
  color: #646464;
}
.wooprex-case-study-section .wooprex-case-study-item:hover .case-study-image img {
  transform: scale(1.05);
}
.wooprex-case-study-section .wooprex-case-study-item:hover .case-study-image .icon {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}
.wooprex-case-study-section .wooprex-case-study-item:hover .case-study-details h4 a {
  color: #18ba60;
}

/* cse study 2 */
.wooprex-case-study-section-2 {
  overflow: hidden;
}
.wooprex-case-study-section-2 .container {
  max-width: 1000px;
}
.wooprex-case-study-section-2 .inner-main-wrapper {
  position: relative;
}
.wooprex-case-study-section-2 .wooprex-case-study-item .case-study-image {
  height: 500px;
  overflow: hidden;
}
.wooprex-case-study-section-2 .wooprex-case-study-item .case-study-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.wooprex-case-study-section-2 .wooprex-case-study-item .inner-right {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.wooprex-case-study-section-2 .wooprex-case-study-item .case-study-details {
  padding: 50px 30px;
  border: 1px solid rgba(255, 71, 71, 0.183);
}
.wooprex-case-study-section-2 .wooprex-case-study-item .case-study-details h4 {
  font-size: 20px;
  margin-bottom: 20px;
}
.wooprex-case-study-section-2 .wooprex-case-study-item .case-study-details p {
  color: #646464;
  margin-bottom: 20px;
}
.wooprex-case-study-section-2 .wooprex-case-study-item:hover .case-study-image img {
  transform: scale(1.05);
}
.wooprex-case-study-section-2 .wooprex-case-study-item:hover .case-study-details h4 a {
  color: #ff4747;
}

/* Case study 3 */
.wooprex-case-study-section-3 .wooprex-case-study-item {
  height: 400px;
  overflow: hidden;
  position: relative;
}
.wooprex-case-study-section-3 .wooprex-case-study-item:before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  background-color: rgba(93, 53, 255, 0.8745098039);
  transition: all 0.3s ease;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.wooprex-case-study-section-3 .wooprex-case-study-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-case-study-section-3 .wooprex-case-study-item .details {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  z-index: 2;
}
.wooprex-case-study-section-3 .wooprex-case-study-item .details .top {
  padding-bottom: 20px;
  border-bottom: 1px solid #a791ff;
  max-width: 65%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.wooprex-case-study-section-3 .wooprex-case-study-item .details h3 {
  font-size: 18px;
  color: #ffffff;
  margin: 30px 0px 15px 0px;
}
.wooprex-case-study-section-3 .wooprex-case-study-item .details p {
  color: #ffffff;
  font-size: 14px;
  font-style: italic;
}
.wooprex-case-study-section-3 .wooprex-case-study-item .details .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.wooprex-case-study-section-3 .wooprex-case-study-item .details .icon span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.wooprex-case-study-section-3 .wooprex-case-study-item .details .icon span i {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wooprex-case-study-section-3 .wooprex-case-study-item .details .icon span:hover {
  background-color: #ffffff;
}
.wooprex-case-study-section-3 .wooprex-case-study-item .details .icon span:hover i {
  color: #0d56d9;
}
.wooprex-case-study-section-3 .wooprex-case-study-item .details .icon span.search i {
  font-size: 24px;
}
.wooprex-case-study-section-3 .wooprex-case-study-item:hover:before, .wooprex-case-study-section-3 .wooprex-case-study-item:hover .details {
  opacity: 1;
  visibility: visible;
}
.wooprex-case-study-section-3 .wooprex-case-study-item.zoomed img {
  transform: scale(1.2);
}

/*-- wooprex sidebar -- */
/*-- Base: mixin & variable  -- */
/* Sidebar blog css */
.wooprex-sidebar {
  display: flex;
  row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
}
.wooprex-sidebar > * {
  width: 100%;
  border: 1px solid rgba(0, 17, 128, 0.168627451);
}
.wooprex-sidebar .sidebar-title {
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 1.6em;
  text-align: center;
  font-weight: 600;
}
.wooprex-sidebar ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.wooprex-sidebar ul li a {
  color: #646464;
  font-size: 16px;
  line-height: 1.6em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wooprex-sidebar ul li a span {
  color: #646464;
  transition: all 0.3s ease;
}
.wooprex-sidebar ul li a:hover {
  color: #18ba60;
}
.wooprex-sidebar ul li a:hover span {
  color: #18ba60;
}

.wooprex-sidebar-author .cover-image {
  height: 120px;
  overflow: hidden;
}
.wooprex-sidebar-author .cover-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-sidebar-author .author-image {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 2;
  position: relative;
  margin: 0 auto;
  margin-top: -50px;
  border: 7px solid #ffffff;
}
.wooprex-sidebar-author .author-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-sidebar-author .author-details {
  text-align: center;
  padding: 30px;
}
.wooprex-sidebar-author .author-details h4 {
  font-size: 18px;
}
.wooprex-sidebar-author .author-details p {
  margin: 10px 0px;
  color: #646464;
}
.wooprex-sidebar-author .author-details .signature {
  max-width: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}
.wooprex-sidebar-author .author-details .social {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  gap: 15px;
}
.wooprex-sidebar-author .author-details .social a {
  color: #858585;
  font-size: 18px;
}
.wooprex-sidebar-author .author-details .social a:hover {
  color: #18ba60;
}

.wooprex-sidebar-category,
.wooprex-sidebar-archive {
  padding: 40px 30px;
}

/* Latest post */
.wooprex-sidebar-latest-post {
  padding: 40px 30px;
}
.wooprex-sidebar-latest-post ul li {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 17, 128, 0.168627451);
}
.wooprex-sidebar-latest-post .latest-post-item {
  display: flex;
  gap: 15px;
  align-items: center;
}
.wooprex-sidebar-latest-post .latest-post-item .post-thumbnail {
  width: 65px;
  height: 65px;
  overflow: hidden;
}
.wooprex-sidebar-latest-post .latest-post-item .post-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-sidebar-latest-post .latest-post-item .post-details {
  width: 75%;
}
.wooprex-sidebar-latest-post .latest-post-item .post-details .title {
  font-size: 16px;
  color: #121619;
  line-height: 1.6em;
  transition: all 0.3s ease;
}
.wooprex-sidebar-latest-post .latest-post-item .post-details p.date {
  margin-top: 2px;
  color: #646464;
}
.wooprex-sidebar-latest-post .latest-post-item:hover .post-thumbnail img {
  transform: scale(1.1);
}
.wooprex-sidebar-latest-post .latest-post-item:hover .post-details .title {
  color: #18ba60;
}

/* Sidebar tags */
.wooprex-sidebar-tags {
  padding: 40px 30px;
}
.wooprex-sidebar-tags .tagcloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.wooprex-sidebar-tags .tagcloud a {
  padding: 5px 20px;
  font-size: 14px;
  font-weight: 500;
  color: #646464;
  border-color: rgba(0, 17, 128, 0.168627451);
  background-color: #dedede;
  text-transform: uppercase;
}
.wooprex-sidebar-tags .tagcloud a:hover {
  border-color: #18ba60;
  color: #ffffff;
  background-color: #18ba60;
}

/*-- bottom to top -- */
/*-- Base: mixin & variable  -- */
#topButton {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background-color: #18ba60;
  padding: 0;
  cursor: pointer;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
}
#topButton .progress-circle {
  width: 100%;
  height: 100%;
}
#topButton .progress-circle .progress-svg {
  width: 100%;
  height: 100%;
}
#topButton .progress-circle .progress-svg .progress-background {
  fill: none;
  stroke: #18ba60;
  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;
}
#topButton:hover {
  bottom: 30px;
}
#topButton.topbutton-2 {
  background-color: #ff4747;
}
#topButton.topbutton-2 .progress-circle .progress-svg .progress-background {
  stroke: #ff4747;
}
#topButton.topbutton-3 {
  background-color: #0d56d9;
}
#topButton.topbutton-3 .progress-circle .progress-svg .progress-background {
  stroke: #0d56d9;
}
#topButton.topbutton-4 {
  background-color: #f97534;
}
#topButton.topbutton-4 .progress-circle .progress-svg .progress-background {
  stroke: #f97534;
}
#topButton.topbutton-5 {
  background-color: #5d35ff;
}
#topButton.topbutton-5 .progress-circle .progress-svg .progress-background {
  stroke: #5d35ff;
}

/*-- 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 #000000;
  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);
  }
}
/*-- preload Styling -- */
/*-- Base: mixin & variable  -- */
.inner-main-wrapper .row {
  row-gap: 40px;
}

.wooprex-button-wrapper {
  margin-top: 60px;
  text-align: center;
}

@keyframes glowIcon {
  70% {
    box-shadow: 0 0 0 20px rgba(244, 68, 56, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes progress {
  0% {
    width: 0;
  }
}
/*-- section header-- */
/*-- Base: mixin & variable  -- */
.section-header {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  row-gap: 15px;
  margin-bottom: 60px;
  max-width: 600px;
}
.section-header.center {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.header {
  font-size: 30px;
  font-weight: 600;
}
.header.style-2 {
  font-size: 35px;
  line-height: 1.3em;
}

.sub-header {
  font-size: 15px;
  color: #646464;
  line-height: 1.6em;
  font-weight: 400;
}
.sub-header.style-2 {
  font-weight: 500;
  color: #ff4747;
}

.line-bar {
  position: relative;
  height: 3px;
  background-color: #ff4747;
  width: 170px;
  margin: 0 auto;
  max-width: 170px;
  margin: 10px 0px 0px 0px;
}
.line-bar span {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #ff4747;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.line-bar span:first-child {
  left: 0;
}
.line-bar span:nth-child(2) {
  background-color: #3648b2;
  left: 50%;
  transform: translate(-50%, -50%);
}
.line-bar span:last-child {
  right: 0;
}

/*-- pagination-- */
/*-- Base: mixin & variable  -- */
/* Blog pagination */
.wooprex-pagination {
  margin-top: 50px;
}
.wooprex-pagination ul.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.wooprex-pagination ul.page-numbers li a i {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wooprex-pagination ul.page-numbers li .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  text-align: center;
  border-radius: 50%;
  transition: all 0.3s ease;
  border: 1px solid;
  border-color: #b2bdf0;
  color: #18ba60;
  font-weight: 600;
}
.wooprex-pagination ul.page-numbers li:hover .page-numbers, .wooprex-pagination ul.page-numbers li.active .page-numbers {
  border-color: #18ba60;
  color: #ffffff;
  background-color: #18ba60;
}
.wooprex-pagination ul.page-numbers li.disabled {
  display: none;
}

.wooprex-blog-list-section-3 .wooprex-pagination ul.page-numbers {
  justify-content: flex-start;
}

.wooprex-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.wooprex-navigation .wooprex-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 17, 128, 0.168627451);
}
.wooprex-navigation .wooprex-btn i {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wooprex-navigation .wooprex-btn:hover {
  background-color: #18ba60;
  color: #ffffff;
  border-color: #18ba60;
}

@media (max-width: 575px) {
  .wooprex-pagination ul.page-numbers li .page-numbers {
    width: 40px;
    height: 40px;
  }
}
/*-- All pages styles -- */
/*-- home page -- */
/*-- Base: mixin & variable  -- */
/* Banner */
.wooprex-banner-section {
  height: 760px;
}
.wooprex-banner-section .banner-main {
  height: 100%;
}
.wooprex-banner-section .banner-main .banner-item {
  height: 100%;
  position: relative;
}
.wooprex-banner-section .banner-main .banner-item:before {
  content: "";
  background-color: rgba(25, 23, 35, 0.54);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
.wooprex-banner-section .banner-main .banner-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
.wooprex-banner-section .banner-main .banner-item .banner-text {
  padding: 0px 20px;
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  left: calc((100% - 1340px) / 2);
  width: 800px;
  max-width: 100%;
}
.wooprex-banner-section .banner-main .banner-item .banner-text h3 {
  color: #ffffff;
  font-size: 60px;
  line-height: 1.1em;
}
.wooprex-banner-section .banner-main .banner-item .banner-text h5 {
  color: #ffffff;
  font-size: 18px;
  margin: 25px 0px 40px 0px;
  line-height: 1.6em;
}
.wooprex-banner-section .banner-main .banner-item .banner-text .button-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.wooprex-banner-section .banner-main .banner-item .banner-text .button-wrapper .wooprex-btn:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}
.wooprex-banner-section .banner-main .banner-item .banner-text .button-wrapper a.watch {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.wooprex-banner-section .banner-main .banner-item .banner-text .button-wrapper a.watch span {
  background-color: #ffffff;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wooprex-banner-section .banner-main .banner-item .banner-text .button-wrapper a.watch span i {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #18ba60;
  font-size: 20px;
  transition: all 0.3s ease;
}
.wooprex-banner-section .banner-main .banner-item .banner-text .button-wrapper a.watch:hover span i {
  transform: scale(1.2);
}

/* about us */
.wooprex-home-about-section .main-image {
  height: 500px;
  position: relative;
}
.wooprex-home-about-section .main-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-home-about-section .main-image:before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.07), rgba(255, 255, 255, 0.13));
  z-index: 1;
}
.wooprex-home-about-section .about-main-wrapper {
  max-width: 980px;
  margin: 0 auto;
  margin-top: -150px;
  background-color: #ffffff;
  box-shadow: 0px 0px 35px 5px rgba(0, 0, 0, 0.1);
  padding: 50px 30px;
  position: relative;
  z-index: 2;
}
.wooprex-home-about-section .about-main-wrapper h3 {
  font-size: 35px;
  font-weight: 600;
  color: #121619;
  margin-bottom: 30px;
  line-height: 1.4em;
}
.wooprex-home-about-section .about-main-wrapper p {
  margin-bottom: 25px;
  color: #646464;
}
.wooprex-home-about-section .about-main-wrapper p span {
  font-style: italic;
}
.wooprex-home-about-section .about-main-wrapper .comment {
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.wooprex-home-about-section .about-main-wrapper .comment p {
  margin: 0;
}
.wooprex-home-about-section .about-main-wrapper .client h4 {
  font-family: "Dancing Script", serif;
  font-size: 22px;
  margin-bottom: 10px;
}
.wooprex-home-about-section .about-main-wrapper .client p {
  color: #121619;
  margin: 0;
}
.wooprex-home-about-section .about-main-wrapper .client p strong {
  font-weight: 500;
  color: #000000;
}

/* Partner */
.wooprex-partner-section .inner-left {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.wooprex-partner-section .inner-left h3 {
  font-size: 20px;
  max-width: 280px;
  line-height: 1.4em;
}
.wooprex-partner-section .inner-right {
  border-left: 2px solid #18ba60;
}
.wooprex-partner-section .partner-item {
  height: 80px;
}
.wooprex-partner-section .partner-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Service */
.wooprex-home-service-section {
  background-color: #fafafa;
}
.wooprex-home-service-section .service-main {
  display: flex;
  flex-wrap: wrap;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.wooprex-home-service-section .service-main .wooprex-service-item {
  width: 33.33%;
  flex: 0 0 auto;
}

/* Testimonial */
.wooprex-testimonial-section {
  height: 750px;
  overflow: hidden;
  position: relative;
}
.wooprex-testimonial-section img.bg-image {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-testimonial-section .container {
  position: relative;
  z-index: 1;
  height: 100%;
}
.wooprex-testimonial-section .inner-main-wrapper {
  height: 100%;
  display: flex;
  align-items: normal;
  justify-content: center;
  flex-direction: column;
  row-gap: 50px;
}
.wooprex-testimonial-section .quote span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  background-color: #18ba60;
  border-radius: 50%;
  box-shadow: 0px 7px 30px 0px rgba(24, 186, 96, 0.568627451);
}
.wooprex-testimonial-section .quote span i {
  color: #ffffff;
  font-size: 30px;
}
.wooprex-testimonial-section .testimonial-item {
  text-align: center;
}
.wooprex-testimonial-section .testimonial-item > p {
  max-width: 700px;
  margin: 0 auto;
}
.wooprex-testimonial-section .testimonial-item p, .wooprex-testimonial-section .testimonial-item h4 {
  color: #ffffff;
}
.wooprex-testimonial-section .testimonial-item .client-info {
  margin-top: 40px;
}
.wooprex-testimonial-section .testimonial-item .client-info h4 {
  font-size: 20px;
  margin-bottom: 10px;
}
.wooprex-testimonial-section .testimonial-item .client-info p {
  font-style: italic;
}
.wooprex-testimonial-section .testimonial-thumb-slider {
  display: inline-block;
}
.wooprex-testimonial-section .testimonial-thumb-slider .swiper-wrapper {
  justify-content: center;
}
.wooprex-testimonial-section .testimonial-thumb-slider .swiper-slide {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wooprex-testimonial-section .testimonial-thumb-slider .swiper-slide-thumb-active .testimonial-thumb-item {
  width: 60px;
  height: 60px;
  border-color: #18ba60;
}
.wooprex-testimonial-section .testimonial-thumb-item {
  cursor: pointer;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #ffffff;
  transition: all 0.3s ease;
}
.wooprex-testimonial-section .testimonial-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*-- home 2 page -- */
/*-- Base: mixin & variable  -- */
/* Banner */
.wooprex-banner-section-2 {
  height: 100vh;
}
.wooprex-banner-section-2 .banner-main {
  height: 100%;
}
.wooprex-banner-section-2 .banner-main .banner-item {
  height: 100%;
  position: relative;
}
.wooprex-banner-section-2 .banner-main .banner-item:before {
  content: "";
  background-color: rgba(25, 23, 35, 0.54);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
.wooprex-banner-section-2 .banner-main .banner-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
.wooprex-banner-section-2 .banner-main .banner-item .banner-text {
  padding: 0px 20px;
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-30%);
  left: calc((100% - 1340px) / 2);
  width: 800px;
  max-width: 100%;
}
.wooprex-banner-section-2 .banner-main .banner-item .banner-text h3 {
  color: #ffffff;
  font-size: 60px;
  line-height: 1.1em;
  font-weight: 600;
}
.wooprex-banner-section-2 .banner-main .banner-item .banner-text h5 {
  color: #ffffff;
  font-size: 18px;
  margin: 25px 0px 40px 0px;
  line-height: 1.6em;
  max-width: 600px;
  font-weight: 400;
}
.wooprex-banner-section-2 .banner-main .banner-item .banner-text .button-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.wooprex-banner-section-2 .banner-main .banner-item .banner-text .button-wrapper .wooprex-btn-2.fill:hover {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}
.wooprex-banner-section-2 .banner-main .banner-item .banner-text .button-wrapper .wooprex-btn-2.outline {
  color: #ffffff;
  border-color: #ffffff;
}
.wooprex-banner-section-2 .banner-main .banner-item .banner-text .button-wrapper .wooprex-btn-2.outline:hover {
  background-color: #ff4747;
  border-color: #ff4747;
  color: #ffffff;
}

/* About us */
.wooprex-home-2-about-section {
  padding-top: 60px;
}
.wooprex-home-2-about-section .inner-left {
  padding: 60px;
  position: relative;
  background-image: url(../assets/images/home/Pattern.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.wooprex-home-2-about-section .inner-left .about-image {
  height: 390px;
  overflow: hidden;
  position: relative;
}
.wooprex-home-2-about-section .inner-left .about-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-home-2-about-section .inner-left .about-image .counter-wrapper {
  background-color: #ff4747;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  padding: 10px 30px;
  text-align: center;
}
.wooprex-home-2-about-section .inner-left .about-image .counter-wrapper h3, .wooprex-home-2-about-section .inner-left .about-image .counter-wrapper p {
  color: #ffffff;
}
.wooprex-home-2-about-section .inner-left .about-image .counter-wrapper h3 {
  font-size: 40px;
  margin-bottom: 7px;
}
.wooprex-home-2-about-section .inner-right {
  padding-top: 60px;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  align-items: flex-start;
}
.wooprex-home-2-about-section .inner-right h3 {
  font-size: 35px;
  font-weight: 600;
}
.wooprex-home-2-about-section .inner-right p, .wooprex-home-2-about-section .inner-right li {
  color: #646464;
}
.wooprex-home-2-about-section .inner-right ul {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin-bottom: 10px;
}
.wooprex-home-2-about-section .inner-right ul li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 17px;
  height: 17px;
  background-color: #ff4747;
  color: #ffffff;
  border-radius: 50%;
  margin-right: 8px;
}
.wooprex-home-2-about-section .inner-right ul li span i {
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Service */
.wooprex-home-2-service-section {
  background-color: #f7f7fa;
}
.wooprex-home-2-service-section .section-header {
  margin-bottom: 100px;
}
.wooprex-home-2-service-section .inner-main-wrapper .row {
  row-gap: 100px;
}

/* Testimonial */
.wooprex-testimonial-section-2 {
  background-color: #f7f7fa;
}
.wooprex-testimonial-section-2 .section-header {
  margin-bottom: 100px;
}
.wooprex-testimonial-section-2 .slider-main {
  padding-bottom: 100px;
}
.wooprex-testimonial-section-2 .swiper-slide-active .wooprex-testimonial-item.style-2 {
  border-color: #ff4747;
}

/* Latest news */
.wooprex-latest-blog-section-2 .inner-main-wrapper .row {
  height: 100%;
}

/*-- home 3 page -- */
/*-- Base: mixin & variable  -- */
/* Banner */
.wooprex-banner-section-3 {
  height: 800px;
}
.wooprex-banner-section-3 .banner-main {
  height: 100%;
}
.wooprex-banner-section-3 .banner-main .banner-item {
  height: 100%;
  position: relative;
}
.wooprex-banner-section-3 .banner-main .banner-item:before {
  content: "";
  background-color: rgba(25, 23, 35, 0.54);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
.wooprex-banner-section-3 .banner-main .banner-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
.wooprex-banner-section-3 .banner-main .banner-item .banner-text {
  padding: 0px 20px;
  position: absolute;
  z-index: 2;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  max-width: 100%;
  text-align: center;
}
.wooprex-banner-section-3 .banner-main .banner-item .banner-text h3 {
  color: #ffffff;
  font-size: 60px;
  line-height: 1.1em;
  font-weight: 600;
  margin-bottom: 30px;
}
.wooprex-banner-section-3 .banner-main .banner-item .banner-text .button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}
.wooprex-banner-section-3 .banner-main .banner-item .banner-text .button-wrapper .wooprex-btn-3.fill:hover {
  background-color: #ffffff;
  color: #0d56d9;
  border-color: #ffffff;
}
.wooprex-banner-section-3 .banner-main .banner-item .banner-text .button-wrapper .wooprex-btn-3.white:hover {
  background-color: #0d56d9;
  color: #ffffff;
  border-color: #0d56d9;
}

/* Feature */
.wooprex-feature-section-2 {
  margin-top: -120px;
  position: relative;
  z-index: 1;
}

/* About us */
.wooprex-home-3-about-section {
  background-color: #f7f7fa;
  padding-right: calc((100% - 1340px) / 2);
  margin-bottom: 240px;
}
.wooprex-home-3-about-section .p-relative {
  position: relative;
}
.wooprex-home-3-about-section .inner-left {
  padding-right: 30px;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.wooprex-home-3-about-section .inner-left:before {
  content: "";
  background-image: url(../assets/images/home/Pattern-3.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 95% 100%;
  position: absolute;
  right: 0;
  top: -40px;
  width: 100%;
  height: 100%;
}
.wooprex-home-3-about-section .inner-left .about-image {
  height: 650px;
  overflow: hidden;
  position: relative;
  margin: 10px 50px 0px 0px;
}
.wooprex-home-3-about-section .inner-left .about-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-home-3-about-section .inner-left .about-image .popup-video {
  position: absolute;
  right: 0;
  bottom: 60px;
  width: 50%;
  padding: 30px;
  background-color: rgba(13, 86, 217, 0.9019607843);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.wooprex-home-3-about-section .inner-left .about-image .popup-video .media-player {
  background-color: #ffffff;
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
}
.wooprex-home-3-about-section .inner-left .about-image .popup-video .media-player i {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0d56d9;
  font-size: 24px;
  transition: all 0.3s ease;
}
.wooprex-home-3-about-section .inner-left .about-image .popup-video .media-player:hover i {
  transform: scale(1.1);
}
.wooprex-home-3-about-section .inner-left .about-image .popup-video .media-player::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 65px;
  height: 65px;
  border-radius: 50%;
  box-shadow: 0 0 0 0 #ffffff;
  animation: glowIcon 3s infinite;
  animation-delay: 0.9s;
}
.wooprex-home-3-about-section .inner-left .about-image .popup-video .right {
  width: 70%;
  padding-left: 20px;
}
.wooprex-home-3-about-section .inner-left .about-image .popup-video .right p {
  color: #ffffff;
  font-size: 18px;
}
.wooprex-home-3-about-section .inner-right {
  padding-left: 30px;
  max-width: 600px;
  height: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  align-items: flex-start;
}
.wooprex-home-3-about-section .inner-right h3 {
  font-size: 35px;
  font-weight: 600;
}
.wooprex-home-3-about-section .inner-right p {
  color: #646464;
}
.wooprex-home-3-about-section .inner-right .wooprex-btn-3 {
  margin-top: 5px;
}

/* Service section */
.wooprex-home-3-service-section {
  background-color: #0d56d9;
}
.wooprex-home-3-service-section h3, .wooprex-home-3-service-section p, .wooprex-home-3-service-section a {
  color: #ffffff;
}
.wooprex-home-3-service-section .inner-top {
  border-bottom: 1px solid rgba(178, 189, 240, 0.2117647059);
  margin-bottom: 60px;
}
.wooprex-home-3-service-section .inner-top .row {
  row-gap: 0px;
}
.wooprex-home-3-service-section .inner-top .inner-right {
  text-align: end;
}

/* Recent work section */
.wooprex-recent-work-section .recent-tab-section {
  margin-bottom: 50px;
}
.wooprex-recent-work-section .recent-tab-section ul.nav-tabs {
  justify-content: center;
  border: none;
  -moz-column-gap: 25px;
       column-gap: 25px;
  row-gap: 15px;
}
.wooprex-recent-work-section .recent-tab-section ul.nav-tabs li button.nav-link {
  border: none;
  background-color: #f1f1f1;
  border-radius: 32px;
  color: #646464;
  font-weight: 500;
  padding: 10px 28px;
}
.wooprex-recent-work-section .recent-tab-section ul.nav-tabs li button.nav-link.active, .wooprex-recent-work-section .recent-tab-section ul.nav-tabs li button.nav-link:hover {
  border: none;
  color: #ffffff;
  background-color: #0d56d9;
}
.wooprex-recent-work-section .tab-content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  row-gap: 60px;
}
.wooprex-recent-work-section .tab-content ul li {
  flex: 1; /* 20% width minus gap */
  min-width: calc(20% - 30px);
  max-width: calc(20% - 20px);
}

/* Pricing section */
.wooprex-pricing-section .wp-flex {
  display: flex;
  flex-direction: column;
  justify-content: end;
}

/* latest blog */
.wooprex-latest-blog-section-3 {
  background-color: #f7f7fa;
}
.wooprex-latest-blog-section-3 .top {
  margin-bottom: 60px;
}
.wooprex-latest-blog-section-3 .top .section-header {
  margin-bottom: 0;
}
.wooprex-latest-blog-section-3 .top .inner-right {
  height: 100%;
}
.wooprex-latest-blog-section-3 .top ul.nav-tabs {
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  border: none;
  gap: 30px;
}
.wooprex-latest-blog-section-3 .top ul.nav-tabs li button {
  background-color: transparent;
  border-color: rgba(0, 17, 128, 0.168627451);
  color: #0d56d9;
  border-radius: 32px;
  padding: 15px 50px;
  text-transform: uppercase;
  font-weight: 500;
}
.wooprex-latest-blog-section-3 .top ul.nav-tabs li button.active, .wooprex-latest-blog-section-3 .top ul.nav-tabs li button:hover {
  background-color: #0d56d9;
  color: #ffffff;
}

/*-- home 4 page -- */
/*-- Base: mixin & variable  -- */
/* Banner */
.wooprex-banner-section-4 {
  height: 820px;
}
.wooprex-banner-section-4 .banner-main {
  height: 100%;
}
.wooprex-banner-section-4 .banner-main .banner-item {
  height: 100%;
  position: relative;
}
.wooprex-banner-section-4 .banner-main .banner-item:before {
  content: "";
  background-color: rgba(146, 146, 146, 0.27);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
.wooprex-banner-section-4 .banner-main .banner-item img, .wooprex-banner-section-4 .banner-main .banner-item video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 100% 23%;
     object-position: 100% 23%;
}
.wooprex-banner-section-4 .banner-main .banner-item .banner-text {
  padding: 0px 20px;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: calc((100% - 1330px) / 2);
  transform: translateY(-50%);
  width: 800px;
  max-width: 100%;
}
.wooprex-banner-section-4 .banner-main .banner-item .banner-text p {
  color: #f97534;
  position: relative;
  padding-left: 60px;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 15px;
}
.wooprex-banner-section-4 .banner-main .banner-item .banner-text p:before {
  content: "";
  width: 50px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  background-color: #f97534;
}
.wooprex-banner-section-4 .banner-main .banner-item .banner-text h3 {
  color: #000000;
  font-size: 60px;
  line-height: 1.1em;
  font-weight: 600;
  margin-bottom: 30px;
}
.wooprex-banner-section-4 .banner-main .banner-item .banner-text h3 span {
  color: #f97534;
}
.wooprex-banner-section-4 .banner-main .banner-item .banner-text .button-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 30px;
       column-gap: 30px;
  flex-wrap: wrap;
}
.wooprex-banner-section-4 .banner-main .banner-item .banner-text .button-wrapper .wooprex-btn-4.fill:hover {
  background-color: #ffffff;
  color: #f97534;
  border-color: #ffffff;
}
.wooprex-banner-section-4 .banner-main .banner-item .banner-text .button-wrapper .read-btn span, .wooprex-banner-section-4 .banner-main .banner-item .banner-text .button-wrapper .read-btn i {
  color: #000000;
}

/* About us */
.wooprex-home-4-about-section {
  margin-bottom: 120px;
}
.wooprex-home-4-about-section .inner-main-wrapper {
  position: relative;
}
.wooprex-home-4-about-section .inner-left {
  padding-right: 30px;
  padding-top: 30px;
  position: relative;
}
.wooprex-home-4-about-section .inner-left:before {
  content: "";
  background-image: url(../assets/images/home/Pattern-4.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90% 100%;
  position: absolute;
  right: 0;
  top: 0px;
  width: 100%;
  height: 100%;
}
.wooprex-home-4-about-section .inner-left .about-image {
  height: 650px;
  overflow: hidden;
  position: relative;
  margin: 0px 50px 0px 0px;
}
.wooprex-home-4-about-section .inner-left .about-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.wooprex-home-4-about-section .inner-right {
  padding: 130px 40px;
  width: 580px;
  max-width: 100%;
  background: #f97534;
  height: auto;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: -120px;
  text-align: center;
}
.wooprex-home-4-about-section .inner-right h3 {
  color: #ffffff;
  position: relative;
  font-size: 35px;
  font-weight: 600;
}
.wooprex-home-4-about-section .inner-right h3:before {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 5px;
  background-color: #ffffff;
  opacity: 0.5;
}
.wooprex-home-4-about-section .inner-right p {
  color: #ffffff;
}
.wooprex-home-4-about-section .inner-right .wooprex-btn-4 {
  margin-top: 5px;
}

/* Feature */
.wooprex-feature-section-3 {
  position: relative;
  z-index: 1;
}

/* Testimonial */
.wooprex-testimonial-section-3 {
  background-color: #f7f7fa;
}
.wooprex-testimonial-section-3 .inner-right {
  padding-left: 30px;
}

/* latest blog */
.wooprex-latest-blog-section-4 {
  background-color: #f7f7fa;
}

/*-- home 5 page -- */
/*-- Base: mixin & variable  -- */
/* Banner */
.wooprex-banner-section-5 {
  height: 770px;
  position: relative;
}
.wooprex-banner-section-5 .bg-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.wooprex-banner-section-5 .man-image {
  position: absolute;
  bottom: 0;
  right: 70px;
  height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
}
.wooprex-banner-section-5 .banner-main {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}
.wooprex-banner-section-5 .banner-main .slider-main {
  height: 100%;
}
.wooprex-banner-section-5 .banner-main .banner-item {
  height: 100%;
  position: relative;
}
.wooprex-banner-section-5 .banner-main .banner-item .banner-text {
  padding: 0px 20px;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: calc((100% - 1330px) / 2);
  transform: translateY(-50%);
  width: 600px;
  max-width: 100%;
}
.wooprex-banner-section-5 .banner-main .banner-item .banner-text p {
  color: #646464;
  position: relative;
  font-size: 18px;
  margin-bottom: 30px;
}
.wooprex-banner-section-5 .banner-main .banner-item .banner-text h3 {
  color: #000000;
  font-size: 48px;
  line-height: 1.1em;
  font-weight: 600;
  margin-bottom: 30px;
}
.wooprex-banner-section-5 .banner-main .banner-item .banner-text .button-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 30px;
       column-gap: 30px;
  flex-wrap: wrap;
}

/* Partner */
.wooprex-partner-section-2 .container {
  max-width: 980px;
}
.wooprex-partner-section-2 .inner-main-wrapper {
  border: 1px solid #5d35ff;
  text-align: center;
  margin-top: 30px;
  padding: 0px 20px 30px 20px;
  box-shadow: 0px 0px 30px 0px rgba(93, 53, 255, 0.1843137255);
}
.wooprex-partner-section-2 .inner-main-wrapper .section-header {
  margin-top: -30px;
  margin-bottom: 30px;
}
.wooprex-partner-section-2 .inner-main-wrapper h2 {
  font-size: 20px;
  text-transform: uppercase;
  border: 1px solid #5d35ff;
  padding: 18px 40px;
  border-radius: 35px;
  display: inline-block;
  background-color: #ffffff;
  font-weight: 600;
}
.wooprex-partner-section-2 .inner-main-wrapper .swiper-wrapper {
  align-items: center;
}
.wooprex-partner-section-2 .inner-main-wrapper .partner-item {
  height: 100%;
}
.wooprex-partner-section-2 .inner-main-wrapper .partner-item img {
  max-width: 150px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}

/* About us */
.wooprex-home-5-about-section {
  background: #5d35ff;
  overflow: hidden;
  padding-right: calc((100% - 1330px) / 2);
  position: relative;
}
.wooprex-home-5-about-section .curve {
  position: absolute;
  bottom: 0%;
  right: 0%;
  height: 75%;
  width: 56%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom left;
     object-position: bottom left;
}
.wooprex-home-5-about-section .p-relative {
  height: 100%;
}
.wooprex-home-5-about-section .inner-left {
  position: relative;
  z-index: 2;
  height: 100%;
}
.wooprex-home-5-about-section .inner-left .about-image {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.wooprex-home-5-about-section .inner-left .about-image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
  width: 100%;
  height: 100%;
}
.wooprex-home-5-about-section .inner-left .about-image .popup-video {
  position: absolute;
  right: 40px;
  bottom: 120px;
}
.wooprex-home-5-about-section .inner-left .about-image .popup-video .media-player {
  background-color: #ffffff;
  width: 85px;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
}
.wooprex-home-5-about-section .inner-left .about-image .popup-video .media-player i {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5d35ff;
  font-size: 26px;
  transition: all 0.3s ease;
}
.wooprex-home-5-about-section .inner-left .about-image .popup-video .media-player:hover i {
  transform: scale(1.1);
}
.wooprex-home-5-about-section .inner-left .about-image .popup-video .media-player::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85px;
  height: 85px;
  border-radius: 50%;
  box-shadow: 0 0 0 0 #ffffff;
  animation: glowIcon 3s infinite;
  animation-delay: 0.9s;
}
.wooprex-home-5-about-section .inner-right {
  padding-left: 50px;
  max-width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 30px;
  position: relative;
  z-index: 2;
}
.wooprex-home-5-about-section .inner-right h3 {
  color: #ffffff;
  position: relative;
  font-size: 35px;
  font-weight: 600;
}
.wooprex-home-5-about-section .inner-right p {
  color: #fafafa;
}
.wooprex-home-5-about-section .inner-right p span {
  color: #fafafa;
  font-style: italic;
  text-decoration: underline;
}
.wooprex-home-5-about-section .inner-right .client h4 {
  font-family: "Dancing Script", serif;
  font-size: 22px;
  margin-bottom: 10px;
  color: #ffffff;
}
.wooprex-home-5-about-section .inner-right .client p {
  color: #fafafa;
}
.wooprex-home-5-about-section .inner-right .client p strong {
  font-weight: 500;
  color: #fafafa;
}

/* Service */
.wooprex-home-5-service-section .inner-left {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 30px;
  align-items: flex-start;
}
.wooprex-home-5-service-section .inner-left .section-header {
  margin-bottom: 0;
}
.wooprex-home-5-service-section .inner-left article {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.wooprex-home-5-service-section .inner-left article p {
  color: #646464;
}
.wooprex-home-5-service-section .inner-right .row {
  row-gap: 0px;
}
.wooprex-home-5-service-section .inner-right .row > div:nth-child(odd) {
  margin-top: 30px;
}

/* Pricing */
.wooprex-pricing-section-2 {
  background-color: #fafafa;
}
.wooprex-pricing-section-2 .row > div:first-child, .wooprex-pricing-section-2 .row > div:last-child {
  margin-top: 30px;
}

/* Subscribe */
.wooprex-subscribe-section {
  padding-top: 120px;
  padding-bottom: 240px;
  background-color: #5d35ff;
  position: relative;
  overflow: hidden;
}
.wooprex-subscribe-section .curve {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 80%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top left;
     object-position: top left;
}
.wooprex-subscribe-section .header {
  color: #ffffff;
}
.wooprex-subscribe-section .input-wrapper {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}
.wooprex-subscribe-section .input-wrapper input[type=email] {
  border: 1px solid #ffffff;
  padding: 11px 170px 11px 20px;
  color: #ffffff;
  border-radius: 5px;
  background: transparent;
}
.wooprex-subscribe-section .input-wrapper input[type=email]::-moz-placeholder {
  color: #ffffff;
}
.wooprex-subscribe-section .input-wrapper input[type=email]::placeholder {
  color: #ffffff;
}
.wooprex-subscribe-section .input-wrapper input[type=submit] {
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  border-radius: 0px 5px 5px 0px;
  border-top: none;
  border-right: none;
  border-bottom: none;
}

/* Video */
.wooprex-video-section {
  margin-top: -120px;
}
.wooprex-video-section .inner-main-wrapper {
  position: relative;
  border: 10px solid #ffffff;
  overflow: hidden;
}
.wooprex-video-section .inner-main-wrapper .video {
  height: 500px;
  overflow: hidden;
}
.wooprex-video-section .inner-main-wrapper .video video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-video-section .inner-main-wrapper .overlay-image {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  transition: all 0.3s ease;
  opacity: 1;
  visibility: visible;
}
.wooprex-video-section .inner-main-wrapper .overlay-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 100% 20%;
     object-position: 100% 20%;
}
.wooprex-video-section .inner-main-wrapper .overlay-image.hidden {
  opacity: 0;
  visibility: hidden;
}
.wooprex-video-section .inner-main-wrapper .media-player {
  cursor: pointer;
  width: 130px;
  height: 130px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  border-radius: 50%;
  background-color: #5d35ff;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wooprex-video-section .inner-main-wrapper .media-player i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  transition: all 0.3s ease;
}
.wooprex-video-section .inner-main-wrapper .media-player.hidden {
  display: none;
}
.wooprex-video-section .inner-main-wrapper .media-player:hover i {
  transform: scale(1.2);
}

/* Testimonial */
.wooprex-testimonial-section-4 {
  position: relative;
}
.wooprex-testimonial-section-4 .header, .wooprex-testimonial-section-4 .sub-header {
  color: #ffffff;
}
.wooprex-testimonial-section-4 .bg-image {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-testimonial-section-4:before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  background-color: rgba(93, 53, 255, 0.8549019608);
  z-index: 1;
}
.wooprex-testimonial-section-4 .inner-main-wrapper {
  position: relative;
  z-index: 2;
}

/* latest blog */
.wooprex-latest-blog-section-5 {
  overflow: hidden;
  background-color: #fafafa;
  padding-left: calc((100% - 1320px) / 2);
}
.wooprex-latest-blog-section-5 .inner-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.wooprex-latest-blog-section-5 .inner-left .section-header {
  margin-bottom: 30px;
}

/* Contact */
.wooprex-contact-section {
  position: relative;
  overflow: hidden;
}
.wooprex-contact-section .container {
  max-width: 850px;
}
.wooprex-contact-section img {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.wooprex-contact-section .contact-form .row {
  row-gap: 25px;
}

/*-- about page -- */
/*-- Base: mixin & variable  -- */
/* ========== ABOUT PAGE 1 ============ */
/* About us */
.wooprex-about-section {
  background-color: #fafafa;
  padding-right: calc((100% - 1300px) / 2);
  padding-left: 100px;
  padding-bottom: 55px;
}
.wooprex-about-section .inner-left {
  padding-top: 55px;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.wooprex-about-section .inner-left .bg-shape {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 230px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-about-section .inner-left .about-image {
  height: 460px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.wooprex-about-section .inner-left .about-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.wooprex-about-section .inner-right {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  align-items: flex-start;
}
.wooprex-about-section .inner-right h3 {
  font-size: 35px;
  font-weight: 600;
}
.wooprex-about-section .inner-right p, .wooprex-about-section .inner-right li {
  color: #646464;
}
.wooprex-about-section .inner-right ul {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin-bottom: 10px;
}
.wooprex-about-section .inner-right ul li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 17px;
  height: 17px;
  background-color: #18ba60;
  color: #ffffff;
  border-radius: 50%;
  margin-right: 8px;
}
.wooprex-about-section .inner-right ul li span i {
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Testimonial */
.wooprex-testimonial-section-5 {
  background-color: #18ba60;
}
.wooprex-testimonial-section-5 .container {
  max-width: 1100px;
}
.wooprex-testimonial-section-5 .inner-main-wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  gap: 30px;
  position: relative;
}
.wooprex-testimonial-section-5 .inner-main-wrapper .quote i {
  color: #ffffff;
  font-size: 55px;
}
.wooprex-testimonial-section-5 .inner-main-wrapper .testimonial-slider {
  width: 80%;
}

/* ========== ABOUT PAGE 2 ============ */
/* About us */
.wooprex-about-section-2 {
  padding-right: calc((100% - 1300px) / 2);
  padding-left: 150px;
}
.wooprex-about-section-2 .inner-left {
  position: relative;
  height: 100%;
}
.wooprex-about-section-2 .inner-left img {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.357);
  -o-object-fit: cover;
     object-fit: cover;
  height: 280px;
}
.wooprex-about-section-2 .inner-left .image-1 {
  height: 320px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 60%;
  z-index: 3;
}
.wooprex-about-section-2 .inner-left .image-2 {
  position: absolute;
  top: 0;
  right: 50px;
  width: 50%;
  z-index: 1;
}
.wooprex-about-section-2 .inner-left .image-3 {
  margin-top: -50px;
  position: relative;
  bottom: 0;
  right: 0;
  float: right;
  width: 50%;
  z-index: 2;
}
.wooprex-about-section-2 .inner-right {
  padding-left: 70px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  align-items: flex-start;
}
.wooprex-about-section-2 .inner-right h3 {
  font-size: 35px;
  font-weight: 600;
}
.wooprex-about-section-2 .inner-right p {
  color: #646464;
}
.wooprex-about-section-2 .inner-right .progress-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  align-items: flex-start;
}
.wooprex-about-section-2 .inner-right .progress-wrapper .progress-item {
  width: 100%;
}
.wooprex-about-section-2 .inner-right .progress-wrapper .progress-item .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.wooprex-about-section-2 .inner-right .progress-wrapper .progress-item .head h5, .wooprex-about-section-2 .inner-right .progress-wrapper .progress-item .head p {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
}
.wooprex-about-section-2 .inner-right .progress-wrapper .progress-item .progress-range {
  background-color: #f7f7fa;
  height: 5px;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}
.wooprex-about-section-2 .inner-right .progress-wrapper .progress-item .progress-range .range {
  border-radius: 0px 16px 16px 0px;
  width: 100%;
  height: 100%;
  background-color: #18ba60;
}
.wooprex-about-section-2 .inner-right .progress-wrapper .progress-item .progress-range .range.animated {
  animation: progress 2s ease-in-out forwards;
}
.wooprex-about-section-2 .inner-right .progress-wrapper .progress-item:nth-child(1) .progress-range .range {
  width: 85%;
}
.wooprex-about-section-2 .inner-right .progress-wrapper .progress-item:nth-child(2) .progress-range .range {
  width: 50%;
}
.wooprex-about-section-2 .inner-right .progress-wrapper .progress-item:nth-child(3) .progress-range .range {
  width: 95%;
}
.wooprex-about-section-2 .inner-right .progress-wrapper .progress-item:nth-child(4) .progress-range .range {
  width: 70%;
}

/* Service */
.wooprex-about-service-section {
  margin-top: -120px;
  position: relative;
  z-index: 2;
}
.wooprex-about-service-section .inner-main-wrapper {
  position: relative;
}
.wooprex-about-service-section .service-slider {
  max-width: 1120px;
  margin: 0 auto;
}

/* Team */
.wooprex-team-section-5 {
  background-color: #fafafa;
}

/*-- services page -- */
/*-- Base: mixin & variable  -- */
/* ========== SERVICE PAGE 1 ============ */
.wooprex-service-section .service-top {
  max-width: 1100px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.wooprex-service-section .service-top .top-left {
  padding-right: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wooprex-service-section .service-top .top-right {
  padding-left: 40px;
  border-left: 3px solid #18ba60;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wooprex-service-section .service-main-wrapper .nav-tabs {
  gap: 30px;
  border: none;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.wooprex-service-section .service-main-wrapper .nav-tabs li {
  flex: 1;
  width: 33.33%;
}
.wooprex-service-section .service-main-wrapper .nav-tabs li .nav-link {
  width: 100%;
  border: 1px solid rgba(0, 17, 128, 0.168627451);
  padding: 40px;
  position: relative;
  transition: all 0.3s ease;
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  border-radius: 0px;
}
.wooprex-service-section .service-main-wrapper .nav-tabs li .nav-link i {
  font-size: 70px;
  color: #18ba60;
  opacity: 0.2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
.wooprex-service-section .service-main-wrapper .nav-tabs li .nav-link:hover, .wooprex-service-section .service-main-wrapper .nav-tabs li .nav-link.active {
  color: #ffffff;
  background-color: #18ba60;
}
.wooprex-service-section .service-main-wrapper .nav-tabs li .nav-link:hover i, .wooprex-service-section .service-main-wrapper .nav-tabs li .nav-link.active i {
  color: #ffffff;
}
.wooprex-service-section .service-main-wrapper .service-item .description h3 {
  margin-bottom: 20px;
}
.wooprex-service-section .service-main-wrapper .service-item .description p {
  color: #646464;
}
.wooprex-service-section .service-main-wrapper .service-item .description ul {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.wooprex-service-section .service-main-wrapper .service-item .description ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.wooprex-service-section .service-main-wrapper .service-item .description ul li i {
  width: 30px;
  display: flex;
  height: 30px;
  background: #18ba60;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border-radius: 50%;
}
.wooprex-service-section .service-main-wrapper .service-item .description ul li span {
  width: 85%;
}
.wooprex-service-section .service-main-wrapper .service-item .service-image {
  max-height: 400px;
  height: 400px;
  overflow: hidden;
}
.wooprex-service-section .service-main-wrapper .service-item .service-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*-- service details page -- */
/*-- Base: mixin & variable  -- */
.wooprex-service-details-section .service-thumbnail {
  height: 550px;
  overflow: hidden;
  border: 3px solid rgba(180, 255, 214, 0.9803921569);
}
.wooprex-service-details-section .service-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-service-details-section .main-wrapper {
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -70px;
  position: relative;
  z-index: 2;
}
.wooprex-service-details-section .main-wrapper .category-head {
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  padding: 40px;
  display: flex;
  margin-bottom: 60px;
  row-gap: 20px;
}
.wooprex-service-details-section .main-wrapper .category-head .category-item {
  flex: 1;
  width: 33.33%;
  text-align: center;
}
.wooprex-service-details-section .main-wrapper .category-head .category-item h5 {
  font-size: 16px;
  margin-bottom: 5px;
}
.wooprex-service-details-section .main-wrapper .category-head .category-item p {
  color: #646464;
}
.wooprex-service-details-section .main-wrapper .service-details .header {
  margin-bottom: 25px;
}
.wooprex-service-details-section .main-wrapper .service-details article {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.wooprex-service-details-section .main-wrapper .service-details article p {
  color: #646464;
}

/* Popup */
.wooprex-popup-video-section {
  position: relative;
}
.wooprex-popup-video-section .bg-image {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 100% 35%;
     object-position: 100% 35%;
  z-index: -1;
}
.wooprex-popup-video-section:before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  background-color: rgba(54, 73, 178, 0.56);
  z-index: 1;
}
.wooprex-popup-video-section .inner-main-wrapper {
  position: relative;
  z-index: 2;
}
.wooprex-popup-video-section .popup-left {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.wooprex-popup-video-section .popup-left .section-header {
  margin-bottom: 30px;
}
.wooprex-popup-video-section .popup-left .header {
  font-size: 40px;
}
.wooprex-popup-video-section .popup-left .header, .wooprex-popup-video-section .popup-left p {
  color: #ffffff;
}
.wooprex-popup-video-section .popup-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
.wooprex-popup-video-section .popup-right .media-player {
  position: relative;
  background-color: rgba(255, 255, 255, 0.8509803922);
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.wooprex-popup-video-section .popup-right .media-player i {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #18ba60;
  font-size: 30px;
  transition: all 0.3s ease;
}
.wooprex-popup-video-section .popup-right .media-player:hover i {
  transform: scale(1.1);
}
.wooprex-popup-video-section .popup-right .media-player::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75px;
  height: 75px;
  border-radius: 50%;
  box-shadow: 0 0 0 0 #ffffff;
  animation: glowIcon 3s infinite;
  animation-delay: 0.9s;
}

/* Strategy */
.wooprex-strategy-section .container {
  max-width: 1000px;
}
.wooprex-strategy-section .inner-left {
  position: relative;
  text-align: center;
  padding: 60px 40px;
}
.wooprex-strategy-section .inner-left:before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  background-color: rgba(54, 73, 178, 0.889);
  z-index: 1;
}
.wooprex-strategy-section .inner-left .bg-image {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 100% 35%;
     object-position: 100% 35%;
  z-index: -1;
}
.wooprex-strategy-section .inner-left .strategy-details {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
  height: 100%;
  z-index: 2;
}
.wooprex-strategy-section .inner-left .strategy-details h6, .wooprex-strategy-section .inner-left .strategy-details h3, .wooprex-strategy-section .inner-left .strategy-details p {
  color: #ffffff;
}
.wooprex-strategy-section .inner-left .strategy-details h6 {
  letter-spacing: 2px;
}
.wooprex-strategy-section .inner-left .strategy-details h3 {
  font-size: 35px;
  line-height: 1.3em;
  font-weight: 600;
}
.wooprex-strategy-section .inner-left .strategy-details .wooprex-btn {
  border-radius: 35px;
  background-color: #3648b2;
  border-color: #18ba60;
  color: #ffffff;
  padding: 10px 35px;
}
.wooprex-strategy-section .inner-left .strategy-details .wooprex-btn:hover {
  color: #3648b2;
  border-color: #ffffff;
  background-color: #ffffff;
}
.wooprex-strategy-section .inner-right {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  row-gap: 20px;
}
.wooprex-strategy-section .inner-right p, .wooprex-strategy-section .inner-right li {
  color: #646464;
}
.wooprex-strategy-section .inner-right ul {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin-bottom: 10px;
}
.wooprex-strategy-section .inner-right ul li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 17px;
  height: 17px;
  background-color: #18ba60;
  color: #ffffff;
  border-radius: 50%;
  margin-right: 8px;
}
.wooprex-strategy-section .inner-right ul li span i {
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* =============== SERVICE DETAILS 2 ============== */
.wooprex-service-details-section-2 .inner-left {
  display: flex;
  flex-direction: column;
  row-gap: 50px;
}
.wooprex-service-details-section-2 .inner-left .nav-tabs {
  gap: 10px;
}
.wooprex-service-details-section-2 .inner-left .nav-tabs li {
  width: 100%;
}
.wooprex-service-details-section-2 .inner-left .nav-tabs li button {
  width: 100%;
  border-radius: 0px;
  color: #000000;
  border: none;
  background-color: #f7f7fa;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 16px;
  padding: 15px 50px 15px 30px;
  text-align: left;
  gap: 5px;
  font-weight: 500;
  color: #646464;
}
.wooprex-service-details-section-2 .inner-left .nav-tabs li button i {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wooprex-service-details-section-2 .inner-left .nav-tabs li button:hover, .wooprex-service-details-section-2 .inner-left .nav-tabs li button.active {
  background-color: #18ba60;
  color: #ffffff;
}
.wooprex-service-details-section-2 .inner-left .download-section {
  background-color: #f7f7fa;
  position: relative;
  overflow: hidden;
  padding: 30px;
}
.wooprex-service-details-section-2 .inner-left .download-section i {
  position: absolute;
  top: 40%;
  right: 20%;
  transform: rotate(-40deg);
  color: rgba(24, 186, 96, 0.2588235294);
  font-size: 50px;
}
.wooprex-service-details-section-2 .inner-left .download-section h3 {
  color: #000000;
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 1.4em;
}
.wooprex-service-details-section-2 .inner-right .service-details {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.wooprex-service-details-section-2 .inner-right .service-details article {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.wooprex-service-details-section-2 .inner-right .service-details .thumbnail {
  height: 450px;
  overflow: hidden;
  margin-bottom: 10px;
}
.wooprex-service-details-section-2 .inner-right .service-details .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-service-details-section-2 .inner-right .service-details .title {
  font-size: 35px;
  position: relative;
  padding-left: 150px;
  font-weight: 600;
  line-height: 1em;
}
.wooprex-service-details-section-2 .inner-right .service-details .title:before {
  content: "";
  width: 130px;
  height: 4px;
  background-color: #18ba60;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
}
.wooprex-service-details-section-2 .inner-right .service-details p {
  color: #646464;
}
.wooprex-service-details-section-2 .inner-right .service-details .business-analysis .report {
  background-color: #e9fff3;
  padding: 30px 30px 30px 30px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #18ba60;
}
.wooprex-service-details-section-2 .inner-right .service-details .business-analysis .report h3 {
  font-size: 24px;
  margin-bottom: 35px;
}
.wooprex-service-details-section-2 .inner-right .service-details .business-analysis .report .chart-container {
  height: 250px;
}
.wooprex-service-details-section-2 .inner-right .service-details .business-analysis .analysis-details h3 {
  font-size: 20px;
  font-weight: 600;
}
.wooprex-service-details-section-2 .inner-right .service-details .business-analysis .analysis-details p {
  margin: 20px 0px 25px 0px;
}
.wooprex-service-details-section-2 .inner-right .service-details .business-analysis .analysis-details ul {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.wooprex-service-details-section-2 .inner-right .service-details .business-analysis .analysis-details ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  color: #646464;
}
.wooprex-service-details-section-2 .inner-right .service-details .business-analysis .analysis-details ul li i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #18ba60;
  color: #ffffff;
}
.wooprex-service-details-section-2 .inner-right .service-details .special-tab-section {
  margin-top: 20px;
}
.wooprex-service-details-section-2 .inner-right .service-details .special-tab-section .special-tab-wrapper {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
}
.wooprex-service-details-section-2 .inner-right .service-details .special-tab-section .special-tab-left {
  width: 20%;
  flex: 0 0 auto;
  border: 1px solid rgba(0, 17, 128, 0.168627451);
}
.wooprex-service-details-section-2 .inner-right .service-details .special-tab-section .special-tab-left .nav-tabs {
  flex-direction: column;
  gap: 0px;
  border: none;
}
.wooprex-service-details-section-2 .inner-right .service-details .special-tab-section .special-tab-left .nav-tabs li {
  border-bottom: 1px solid rgba(0, 17, 128, 0.168627451);
}
.wooprex-service-details-section-2 .inner-right .service-details .special-tab-section .special-tab-left .nav-tabs li button {
  width: 100%;
  border: none;
  padding: 20px 12px;
  text-transform: uppercase;
  color: #18ba60;
  font-weight: 600;
  border-radius: 0px;
  font-size: 15px;
}
.wooprex-service-details-section-2 .inner-right .service-details .special-tab-section .special-tab-left .nav-tabs li button.active {
  background-color: #18ba60;
  color: #ffffff;
}
.wooprex-service-details-section-2 .inner-right .service-details .special-tab-section .special-tab-left .nav-tabs li:last-child {
  border-bottom: none;
}
.wooprex-service-details-section-2 .inner-right .service-details .special-tab-section .special-tab-right {
  width: 80%;
  flex: 0 0 auto;
  padding: 30px;
  border: 1px solid rgba(0, 17, 128, 0.168627451);
  border-left: none;
  height: 257px;
  overflow: auto;
}
.wooprex-service-details-section-2 .inner-right .service-details .special-tab-section .special-tab-right article {
  row-gap: 15px;
}
.wooprex-service-details-section-2 .inner-right .service-details .special-tab-section .special-tab-right article p {
  color: #646464;
}

/*-- Portfolio page -- */
/*-- Base: mixin & variable  -- */
/* Recent work section */
.wooprex-recent-work-section-2 .inner-main-wrapper {
  margin-bottom: 50px;
}
.wooprex-recent-work-section-2 .section-header {
  margin-bottom: 0;
}
.wooprex-recent-work-section-2 .recent-tab-section {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wooprex-recent-work-section-2 .recent-tab-section ul.nav-tabs {
  justify-content: flex-end;
  border: none;
  row-gap: 15px;
}
.wooprex-recent-work-section-2 .recent-tab-section ul.nav-tabs li button.nav-link {
  border: none;
  background-color: #ffffff;
  border-radius: 32px;
  color: #646464;
  font-weight: 500;
  padding: 10px 28px;
}
.wooprex-recent-work-section-2 .recent-tab-section ul.nav-tabs li button.nav-link.active, .wooprex-recent-work-section-2 .recent-tab-section ul.nav-tabs li button.nav-link:hover {
  border: none;
  color: #ffffff;
  background-color: #18ba60;
}
.wooprex-recent-work-section-2 .tab-content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  row-gap: 60px;
}
.wooprex-recent-work-section-2 .tab-content ul li {
  flex: 1; /* 20% width minus gap */
  min-width: calc(20% - 30px);
  max-width: calc(20% - 20px);
}

/* Recent work section */
.wooprex-recent-work-section-3 .recent-tab-section {
  margin-bottom: 50px;
}
.wooprex-recent-work-section-3 .recent-tab-section ul.nav-tabs {
  justify-content: center;
  border: none;
  -moz-column-gap: 25px;
       column-gap: 25px;
  row-gap: 15px;
}
.wooprex-recent-work-section-3 .recent-tab-section ul.nav-tabs li button.nav-link {
  border: 1px solid #18ba60;
  background-color: #ffffff;
  border-radius: 32px;
  color: #18ba60;
  font-weight: 500;
  padding: 10px 28px;
  text-transform: uppercase;
}
.wooprex-recent-work-section-3 .recent-tab-section ul.nav-tabs li button.nav-link.active, .wooprex-recent-work-section-3 .recent-tab-section ul.nav-tabs li button.nav-link:hover {
  color: #ffffff;
  background-color: #18ba60;
}

/* Recent work section */
.wooprex-recent-work-section-4 .recent-tab-section {
  margin-bottom: 50px;
}
.wooprex-recent-work-section-4 .recent-tab-section ul.nav-tabs {
  justify-content: center;
  border: none;
  -moz-column-gap: 25px;
       column-gap: 25px;
  row-gap: 15px;
}
.wooprex-recent-work-section-4 .recent-tab-section ul.nav-tabs li button.nav-link {
  border: 1px solid #18ba60;
  background-color: #ffffff;
  border-radius: 32px;
  color: #18ba60;
  font-weight: 500;
  padding: 10px 28px;
  text-transform: uppercase;
}
.wooprex-recent-work-section-4 .recent-tab-section ul.nav-tabs li button.nav-link.active, .wooprex-recent-work-section-4 .recent-tab-section ul.nav-tabs li button.nav-link:hover {
  color: #ffffff;
  background-color: #18ba60;
}
.wooprex-recent-work-section-4 .tab-content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.wooprex-recent-work-section-4 .tab-content ul li {
  flex: 0 0 auto;
  width: 25%;
}

/*-- Portfolio details page -- */
/*-- Base: mixin & variable  -- */
.wooprex-portfolio-details-section .portfolio-details .thumbnail {
  height: 600px;
  overflow: hidden;
  margin-bottom: 50px;
}
.wooprex-portfolio-details-section .portfolio-details .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.wooprex-portfolio-details-section .portfolio-details h3 {
  font-size: 35px;
  margin-bottom: 30px;
  font-weight: 600;
}
.wooprex-portfolio-details-section .portfolio-details h4 {
  font-size: 20px;
  margin-bottom: 20px;
}
.wooprex-portfolio-details-section .portfolio-details article {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.wooprex-portfolio-details-section .portfolio-details article p {
  color: #646464;
}
.wooprex-portfolio-details-section .portfolio-details img {
  height: 350px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-portfolio-details-section .portfolio-details .category {
  border: 1px solid rgba(0, 17, 128, 0.168627451);
  background-color: #f8f9fd;
  padding: 35px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.wooprex-portfolio-details-section .portfolio-details .category p {
  color: #646464;
  margin-bottom: 3px;
}
.wooprex-portfolio-details-section .portfolio-details .category h5 {
  font-size: 18px;
  font-weight: 600;
}

/*-- Testimonial page -- */
/*-- Base: mixin & variable  -- */
.wooprex-testimonial-section-8 {
  background-color: #fafafa;
}
.wooprex-testimonial-section-8 .inner-main-wrapper {
  max-width: 700px;
  margin: 0 auto;
}
.wooprex-testimonial-section-8 .quote {
  text-align: center;
  margin-bottom: 20px;
}
.wooprex-testimonial-section-8 .quote i {
  font-size: 80px;
  color: #18ba60;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wooprex-testimonial-section-9 {
  padding-top: 160px;
}

/*-- contact page -- */
/*-- Base: mixin & variable  -- */
.wooprex-contact-section .contact-item {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  align-items: center;
}
.wooprex-contact-section .contact-item .icon {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ddffec;
  border-radius: 50%;
}
.wooprex-contact-section .contact-item .icon i {
  font-size: 35px;
  color: #18ba60;
}
.wooprex-contact-section .contact-item .description {
  width: 70%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 3px;
}
.wooprex-contact-section .contact-item .description h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #121619;
}
.wooprex-contact-section .contact-item .description a, .wooprex-contact-section .contact-item .description p {
  line-height: 1.6em;
  color: #646464;
}
.wooprex-contact-section .contact-item .description a:hover {
  color: #18ba60;
}

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

.wooprex-contact-form-section-2 .section-header {
  max-width: 100%;
}
.wooprex-contact-form-section-2 .header {
  position: relative;
  width: 100%;
  display: block;
}
.wooprex-contact-form-section-2 .header:after {
  content: "";
  width: 70%;
  height: 3px;
  background-color: #18ba60;
  z-index: 1;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
}
.wooprex-contact-form-section-2 .wooprex-contact {
  background-color: #18ba60;
  padding: 50px 30px;
}
.wooprex-contact-form-section-2 .wooprex-contact h4 {
  font-size: 24px;
  color: #ffffff;
  line-height: 1.4em;
  margin-bottom: 20px;
}
.wooprex-contact-form-section-2 .wooprex-contact ul.contact {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 30px;
}
.wooprex-contact-form-section-2 .wooprex-contact ul.contact li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  color: #ffffff;
  gap: 8px;
}
.wooprex-contact-form-section-2 .wooprex-contact ul.contact li i {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 4px;
}
.wooprex-contact-form-section-2 .wooprex-contact ul.contact li a {
  color: #ffffff;
}
.wooprex-contact-form-section-2 .wooprex-contact ul.social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}
.wooprex-contact-form-section-2 .wooprex-contact ul.social li a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  font-size: 16px;
  border-radius: 50%;
  color: #ffffff;
}
.wooprex-contact-form-section-2 .wooprex-contact ul.social li a i {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wooprex-contact-form-section-2 .wooprex-contact ul.social li a:hover {
  background-color: #ffffff;
  color: #18ba60;
}

/*-- team page -- */
/*-- Base: mixin & variable  -- */
.wooprex-team-section-6 {
  padding-top: 160px;
  padding-bottom: 130px;
}
.wooprex-team-section-6 .inner-main-wrapper .row {
  row-gap: 90px;
}

/*-- team details page -- */
/*-- Base: mixin & variable  -- */
.wooprex-member-info-section {
  background-color: #fafafa;
}
.wooprex-member-info-section .team-image {
  height: 100%;
  position: relative;
}
.wooprex-member-info-section .team-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-member-info-section .team-image .social {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #18ba60;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 15px 20px;
  border-radius: 35px;
}
.wooprex-member-info-section .team-image .social a i {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  transition: all 0.3s ease;
}
.wooprex-member-info-section .team-image .social a:hover i {
  transform: scale(1.1);
}
.wooprex-member-info-section .team-description {
  padding-left: 10px;
}
.wooprex-member-info-section .team-description h3 {
  font-size: 30px;
  margin-bottom: 10px;
  font-weight: 600;
}
.wooprex-member-info-section .team-description h5 {
  font-weight: 400;
  font-size: 18px;
  color: #646464;
}
.wooprex-member-info-section .team-description p {
  margin: 25px 0px;
  color: #646464;
}
.wooprex-member-info-section .team-description .team-expert-wrapper {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
}
.wooprex-member-info-section .team-description .team-expert-wrapper .expert-item {
  width: 50%;
  flex: 0 0 auto;
  padding-right: 30px;
}
.wooprex-member-info-section .team-description .team-expert-wrapper .expert-item h4 {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 600;
}
.wooprex-member-info-section .team-description .team-expert-wrapper .expert-item ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 10px;
}
.wooprex-member-info-section .team-description .team-expert-wrapper .expert-item ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  color: #646464;
}
.wooprex-member-info-section .team-description .team-expert-wrapper .expert-item ul li i {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #18ba60;
}
.wooprex-member-info-section .team-description .team-expert-wrapper .contact-item {
  width: 50%;
  flex: 0 0 auto;
  border: 1px solid #18ba60;
  padding: 30px;
  background-color: #ebfff4;
}
.wooprex-member-info-section .team-description .team-expert-wrapper .contact-item ul {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 15px;
}
.wooprex-member-info-section .team-description .team-expert-wrapper .contact-item ul li {
  color: #18ba60;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  overflow-wrap: anywhere;
}
.wooprex-member-info-section .team-description .team-expert-wrapper .contact-item ul li i {
  display: flex;
  align-items: center;
  justify-content: center;
}

.team-line-bar {
  height: 6px;
  background-color: #f1f1f1;
  position: relative;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.team-line-bar span {
  width: 28px;
  height: 28px;
  display: block;
  border-radius: 50%;
  border: 5px solid #18ba60;
  position: relative;
  background-color: #ffffff;
}
.team-line-bar span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #18ba60;
}
.team-line-bar span:nth-child(4) {
  background-color: #18ba60;
}
.team-line-bar span:nth-child(4):before {
  content: ">";
  width: auto;
  height: auto;
  background-color: transparent;
  color: #ffffff;
  font-weight: 600;
}

/* Education */
.wooprex-education-item h3,
.wooprex-experience-item h3 {
  font-size: 22px;
  margin-bottom: 12px;
  font-weight: 600;
}
.wooprex-education-item h5,
.wooprex-experience-item h5 {
  font-size: 14px;
  font-weight: 400;
  color: #18ba60;
}
.wooprex-education-item p,
.wooprex-experience-item p {
  margin-top: 15px;
  color: #646464;
}

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

/*-- blog details page -- */
/*-- Base: mixin & variable  -- */
.wooprex-blog-details {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  align-items: flex-start;
}
.wooprex-blog-details > * {
  width: 100%;
}
.wooprex-blog-details .row {
  width: auto;
}
.wooprex-blog-details img {
  height: 250px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-blog-details .thumbnail {
  height: 400px;
  overflow: hidden;
}
.wooprex-blog-details .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-blog-details .title {
  font-size: 35px;
  font-weight: 600;
  color: #121619;
}
.wooprex-blog-details .category {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  row-gap: 5px;
  flex-wrap: wrap;
}
.wooprex-blog-details .category p {
  padding-right: 15px;
  position: relative;
  color: #646464;
  margin: 0;
}
.wooprex-blog-details .category p:after {
  content: "";
  width: 1px;
  height: 70%;
  background-color: #646464;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
}
.wooprex-blog-details .category p:last-child {
  padding-right: 0;
}
.wooprex-blog-details .category p:last-child:after {
  display: none;
}
.wooprex-blog-details article {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.wooprex-blog-details article p {
  color: #646464;
}
.wooprex-blog-details .quote {
  border-left: 2px solid #18ba60;
  padding: 20px 25px;
  position: relative;
}
.wooprex-blog-details .quote blockquote {
  font-size: 16px;
  font-style: italic;
  margin-bottom: 15px;
}
.wooprex-blog-details .quote i {
  color: #18ba60;
  font-size: 30px;
}
.wooprex-blog-details .tag-share-section {
  margin-top: 30px;
  padding: 30px 0px;
  border-top: 1px solid rgba(0, 17, 128, 0.168627451);
  border-bottom: 1px solid rgba(0, 17, 128, 0.168627451);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wooprex-blog-details .tag-share-section .tag span {
  color: #646464;
  transition: all 0.3s ease;
  font-style: italic;
}
.wooprex-blog-details .tag-share-section .tag span:hover {
  color: #18ba60;
}
.wooprex-blog-details .tag-share-section .share {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}
.wooprex-blog-details .tag-share-section .share a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #e3e3e3;
  color: #18ba60;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wooprex-blog-details .tag-share-section .share a i {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wooprex-blog-details .tag-share-section .share a:hover {
  background-color: #18ba60;
  color: #ffffff;
}
.wooprex-blog-details .related-post {
  margin-top: 15px;
}
.wooprex-blog-details .related-post .post-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.wooprex-blog-details .related-post .post-wrapper .post-item {
  width: 50%;
  flex: 0 0 auto;
  padding: 25px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.wooprex-blog-details .related-post .post-wrapper .post-item .image {
  width: 65px;
  height: 65px;
  overflow: hidden;
}
.wooprex-blog-details .related-post .post-wrapper .post-item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-blog-details .related-post .post-wrapper .post-item .details {
  width: 75%;
}
.wooprex-blog-details .related-post .post-wrapper .post-item .details h3 {
  font-size: 18px;
  margin-bottom: 5px;
  line-height: 1.4em;
}
.wooprex-blog-details .related-post .post-wrapper .post-item .details p {
  color: #646464;
}
.wooprex-blog-details .related-post .post-wrapper .post-item:hover .details h3 a {
  color: #18ba60;
}

/*-- client page -- */
/*-- Base: mixin & variable  -- */
.wooprex-client-section .inner-main-wrapper .row {
  row-gap: 30px;
}

.wooprex-client-item {
  border: 1px solid rgba(0, 17, 128, 0.168627451);
  padding: 40px;
  height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.wooprex-client-item img {
  width: 100%;
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: contrast(0);
  opacity: 0.7;
}
.wooprex-client-item .description {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  background-color: #18ba60;
  padding: 40px 30px;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  overflow: auto;
}
.wooprex-client-item .description h4, .wooprex-client-item .description h5, .wooprex-client-item .description p, .wooprex-client-item .description .read-btn span, .wooprex-client-item .description .read-btn i {
  color: #ffffff;
}
.wooprex-client-item .description h4 {
  font-size: 20px;
}
.wooprex-client-item .description h5 {
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  margin-top: 8px;
}
.wooprex-client-item .description p {
  margin: 20px 0px;
}
.wooprex-client-item:hover .description {
  opacity: 1;
  visibility: visible;
}

/*-- coming soon page -- */
/*-- Base: mixin & variable  -- */
.wooprex-coming-soon-section {
  height: 800px;
  position: relative;
  display: flex;
  align-items: 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;
}
.wooprex-coming-soon-section .coming-soon-main-wrapper a:hover {
  color: #18ba60;
}

@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;
}
.wooprex-error-section .error-wrapper-main {
  height: 100%;
  max-width: 550px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0px 20px;
  text-align: center;
  z-index: 3;
}
.wooprex-error-section .error-wrapper-main h3 {
  margin-bottom: 25px;
  font-size: 60px;
  font-weight: 600;
  color: #121619;
}
.wooprex-error-section .error-wrapper-main p.description {
  margin-bottom: 30px;
  font-size: 18px;
  color: #646464;
}
.wooprex-error-section .error-wrapper-main form {
  width: 100%;
  margin-bottom: 40px;
}
.wooprex-error-section .error-wrapper-main form .input-wrapper {
  position: relative;
  width: 100%;
}
.wooprex-error-section .error-wrapper-main form .input-wrapper input[type=text] {
  border-color: rgba(0, 17, 128, 0.168627451);
  background-color: #f3f3f3;
  width: 100%;
  padding: 16px 100px 16px 20px;
}
.wooprex-error-section .error-wrapper-main form .input-wrapper input[type=text]:focus {
  border-color: #18ba60;
}
.wooprex-error-section .error-wrapper-main form .input-wrapper .button-wrapper {
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  height: 100%;
}
.wooprex-error-section .error-wrapper-main form .input-wrapper .button-wrapper input {
  border: 1px solid #18ba60;
  height: 100%;
  padding: 0px 30px;
  background-color: #18ba60;
  transition: all 0.3s ease;
}
.wooprex-error-section .error-wrapper-main form .input-wrapper .button-wrapper:before {
  content: "\f103";
  font-family: "flaticon_bizteto";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 40px;
  pointer-events: none;
  transition: all 0.3s ease;
}
.wooprex-error-section .error-wrapper-main form .input-wrapper .button-wrapper:hover input {
  background-color: transparent;
}
.wooprex-error-section .error-wrapper-main form .input-wrapper .button-wrapper:hover:before {
  color: #18ba60;
}
.wooprex-error-section .error-wrapper-main form + p {
  color: #646464;
  font-weight: 500;
}
.wooprex-error-section .error-wrapper-main form + p a {
  color: #18ba60;
  text-decoration: underline;
}

/*-- faq page -- */
/*-- Base: mixin & variable  -- */
.wooprex-resourche-section .resource-form {
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.wooprex-resourche-section .resource-form .input-wrapper {
  position: relative;
}
.wooprex-resourche-section .resource-form .input-wrapper input[type=email] {
  padding: 20px 160px 20px 20px;
  background-color: #fafafa;
  border: 1px solid rgba(0, 17, 128, 0.168627451);
}
.wooprex-resourche-section .resource-form .input-wrapper input[type=email]::-moz-placeholder {
  font-style: italic;
  color: #646464;
}
.wooprex-resourche-section .resource-form .input-wrapper input[type=email]::placeholder {
  font-style: italic;
  color: #646464;
}
.wooprex-resourche-section .resource-form .input-wrapper input[type=email]:focus {
  border-color: #18ba60;
}
.wooprex-resourche-section .resource-form .input-wrapper input[type=submit] {
  position: absolute;
  height: 100%;
  right: 0;
  padding: 20px 40px;
  background-color: #18ba60;
  color: #ffffff;
  border: 1px solid #18ba60;
  transition: all 0.3s ease;
}
.wooprex-resourche-section .resource-form .input-wrapper input[type=submit]:hover {
  background-color: transparent;
  color: #18ba60;
}
.wooprex-resourche-section .resource-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
.wooprex-resourche-section .resource-item {
  width: 23%;
  flex: 0 0 auto;
  padding: 40px 25px 30px 25px;
  border: 1px solid rgba(0, 17, 128, 0.168627451);
  text-align: center;
  transition: all 0.3s ease;
}
.wooprex-resourche-section .resource-item i {
  font-size: 50px;
  transition: all 0.3s ease;
  color: #18ba60;
}
.wooprex-resourche-section .resource-item h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 15px 0px;
}
.wooprex-resourche-section .resource-item h3 a {
  color: #121619;
}
.wooprex-resourche-section .resource-item p {
  color: #646464;
  transition: all 0.3s ease;
}
.wooprex-resourche-section .resource-item:hover {
  background-color: #18ba60;
  border-color: #18ba60;
}
.wooprex-resourche-section .resource-item:hover h3 a, .wooprex-resourche-section .resource-item:hover p, .wooprex-resourche-section .resource-item:hover i {
  color: #ffffff;
}

.wooprex-faq-section .wooprex-accordion {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.wooprex-faq-section .wooprex-accordion .accordion-item {
  border: none !important;
}
.wooprex-faq-section .wooprex-accordion .accordion-item button {
  padding: 20px 20px 20px 40px;
  width: 100%;
  text-align: left;
  border: 1px solid rgba(0, 17, 128, 0.168627451);
  font-size: 18px;
  font-weight: 600;
  color: #646464;
  transition: all 0.3s ease;
  position: relative;
}
.wooprex-faq-section .wooprex-accordion .accordion-item button:before {
  content: "\f10e";
  font-family: "flaticon_bizteto";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  font-size: 16px;
}
.wooprex-faq-section .wooprex-accordion .accordion-item button:not(.collapsed) {
  background-color: #18ba60;
  border-color: #18ba60;
  color: #ffffff;
}
.wooprex-faq-section .wooprex-accordion .accordion-item button:not(.collapsed):before {
  transform: translateY(-50%) rotate(90deg);
}
.wooprex-faq-section .wooprex-accordion .accordion-item .accordion-body p {
  color: #646464;
}
.wooprex-faq-section .wooprex-accordion .accordion-item .accordion-body ul {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.wooprex-faq-section .wooprex-accordion .accordion-item .accordion-body ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  color: #646464;
}
.wooprex-faq-section .wooprex-accordion .accordion-item .accordion-body ul li i {
  color: #18ba60;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wooprex-faq-section .wooprex-faq-form {
  background-color: #f1f1f1;
  padding: 60px 25px;
}
.wooprex-faq-section .wooprex-faq-form form .row {
  row-gap: 30px;
}
.wooprex-faq-section .wooprex-faq-form form input[type=text],
.wooprex-faq-section .wooprex-faq-form form input[type=email],
.wooprex-faq-section .wooprex-faq-form form textarea {
  border-color: #ffffff;
}
.wooprex-faq-section .wooprex-faq-form form input[type=text]:focus,
.wooprex-faq-section .wooprex-faq-form form input[type=email]:focus,
.wooprex-faq-section .wooprex-faq-form form textarea:focus {
  border-color: #18ba60;
  background-color: #dbffeb;
  color: #18ba60;
}
.wooprex-faq-section .wooprex-faq-form form input[type=text]:focus::-moz-placeholder, .wooprex-faq-section .wooprex-faq-form form input[type=email]:focus::-moz-placeholder, .wooprex-faq-section .wooprex-faq-form form textarea:focus::-moz-placeholder {
  color: #18ba60;
}
.wooprex-faq-section .wooprex-faq-form form input[type=text]:focus::placeholder,
.wooprex-faq-section .wooprex-faq-form form input[type=email]:focus::placeholder,
.wooprex-faq-section .wooprex-faq-form form textarea:focus::placeholder {
  color: #18ba60;
}
.wooprex-faq-section .wooprex-faq-form form input[type=submit] {
  width: 100%;
  text-transform: uppercase;
}

/*-- Woocommerce styles -- */
/*-- Base: mixin & variable  -- */
/*-- Responsive styles -- */
/*-- Base: mixin & variable  -- */
/*
For Responsive CSS
*/
@media (min-width: 1481px) and (max-width: 1699px) {
  .wooprex-header-section.style-4:before {
    width: 27%;
  }
}
@media (min-width: 1200px) and (max-width: 1480px) {
  .padding-y {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .padding-bottom {
    padding-bottom: 100px;
  }
  .padding-top {
    padding-top: 100px;
  }
  .wooprex-main-menu ul.box-nav {
    gap: 25px;
  }
  .wooprex-header-section.style-4:before {
    width: 350px;
  }
  /* Caee study 1*/
  .wooprex-case-study-section .top {
    margin-bottom: 45px;
  }
  .wooprex-case-study-section .wooprex-swiper {
    overflow: hidden;
  }
  .wooprex-case-study-section .wooprex-case-study-item .case-study-image {
    height: 400px;
  }
  /* Counter section 1 */
  .wooprex-counter-section .popup-video {
    height: 500px;
  }
  .wooprex-counter-section .counter-wrapper {
    right: 20px;
    padding: 50px 25px;
  }
  /* Counter section 4 */
  .wooprex-counter-section-4 {
    padding-bottom: 215px;
  }
  /* Service item */
  .wooprex-service-item.style-3 {
    padding: 0px 0 20px 0px;
    gap: 20px;
    margin: 0;
  }
  .wooprex-service-item.style-3 .count {
    width: 70px;
    height: 70px;
  }
  .wooprex-service-item.style-3 .count h5 {
    font-size: 25px;
  }
  /* Footer 2 */
  .wooprex-footer-2 .footer-top {
    padding: 20px 0px 50px 0px;
  }
  /********************* HOME 1 **********************/
  /* Banner */
  .wooprex-banner-section {
    height: 650px;
  }
  .wooprex-banner-section .banner-main .banner-item .banner-text {
    left: 0px;
    padding: 0px 30px;
  }
  /* Testimonial */
  .wooprex-testimonial-section {
    height: 650px;
  }
  /********************* HOME 2 **********************/
  /* Banner */
  .wooprex-banner-section-2 .banner-main .banner-item .banner-text {
    left: 0;
    padding: 0px 30px;
  }
  /* About us */
  .wooprex-home-2-about-section .inner-left {
    padding: 30px;
  }
  .wooprex-home-2-about-section .inner-right {
    padding-top: 30px;
    padding-left: 20px;
  }
  /* Service */
  .wooprex-home-2-service-section .section-header {
    margin-bottom: 80px;
  }
  .wooprex-home-2-service-section .inner-main-wrapper .row {
    row-gap: 80px;
  }
  /* Testimonial */
  .wooprex-testimonial-section-2 .section-header {
    margin-bottom: 80px;
  }
  /********************* HOME 3 **********************/
  /* About us */
  .wooprex-home-3-about-section {
    margin-bottom: 120px;
  }
  .wooprex-home-3-about-section .inner-left:before {
    top: -30px;
  }
  .wooprex-home-3-about-section .inner-left .about-image {
    height: 550px;
    margin: 10px 25px 0px 0px;
  }
  .wooprex-home-3-about-section .inner-left .about-image .popup-video {
    width: 65%;
  }
  .wooprex-home-3-about-section .inner-right {
    padding: 0px;
    padding-right: 20px;
  }
  /********************* HOME 4 **********************/
  /* Banner */
  .wooprex-banner-section-4 {
    height: 700px;
  }
  .wooprex-banner-section-4 .banner-main .banner-item .banner-text {
    left: 0;
  }
  /* About us */
  .wooprex-home-4-about-section .inner-left {
    padding-right: 10px;
    padding-left: 10px;
  }
  .wooprex-home-4-about-section .inner-left .about-image {
    height: 500px;
  }
  .wooprex-home-4-about-section .inner-right {
    padding: 100px 20px;
  }
  /********************* HOME 5 **********************/
  /* Banner */
  .wooprex-banner-section-5 {
    height: 600px;
  }
  .wooprex-banner-section-5 .man-image {
    right: 20px;
    height: 85%;
  }
  .wooprex-banner-section-5 .banner-main .banner-item .banner-text {
    left: 0;
  }
  /* About */
  .wooprex-home-5-about-section .inner-right {
    padding: 100px 20px 100px 20px;
  }
  /* Subscribe */
  .wooprex-subscribe-section {
    padding-top: 100px;
    padding-bottom: 225px;
  }
  /* latest blog */
  .wooprex-latest-blog-section-5 {
    padding-left: 20px;
  }
  /********************* ABOUT PAGE 1 **********************/
  /* About us */
  .wooprex-about-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .wooprex-about-section .inner-left {
    justify-content: flex-start;
  }
  .wooprex-about-section .inner-left .about-image {
    height: 400px;
  }
  /********************* ABOUT PAGE 2 **********************/
  /* About us */
  .wooprex-about-section-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .wooprex-about-section-2 .inner-right {
    padding-left: 15px;
  }
  /* ========== SERVICE PAGE 1 ============ */
  .wooprex-service-section .service-main-wrapper .nav-tabs li .nav-link {
    padding: 30px;
  }
  /* ========== PORTFOLIO PAGE ============ */
  .wooprex-recent-work-section-2 .tab-content ul {
    row-gap: 40px;
  }
  /* ========== PORTFOLIO DETAILS PAGE ============ */
  .wooprex-portfolio-details-section .portfolio-details .thumbnail {
    height: 550px;
  }
  /* ========== TESTIMONIAL PAGE ============ */
  .wooprex-testimonial-section-9 {
    padding-top: 150px;
  }
  /* ========== TEAM PAGE ============ */
  .wooprex-team-section-6 {
    padding-top: 150px;
    padding-bottom: 110px;
  }
  .wooprex-team-section-6 .inner-main-wrapper .row {
    row-gap: 80px;
  }
  /* ========== ERROR PAGE ============ */
  .wooprex-error-section {
    height: 700px;
  }
}
@media (max-width: 1480px) {
  .wooprex-portfolio-item.style-2 {
    height: 300px;
  }
}
@media (max-width: 1199px) {
  .padding-y {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .padding-bottom {
    padding-bottom: 80px;
  }
  .padding-top {
    padding-top: 80px;
  }
  .padding-x {
    padding-left: 10px;
    padding-right: 10px;
  }
  .padding-left {
    padding-left: 10px;
  }
  .padding-right {
    padding-right: 10px;
  }
  .wooprex-header-section.style-4:before {
    width: 200px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-header {
    margin-bottom: 40px;
  }
  .wooprex-button-wrapper {
    margin-top: 40px;
  }
  /* call to action 1 */
  .wooprex-call-to-action .call-to-action-main {
    padding: 80px 60px;
  }
  /* Call to action 6 */
  .wooprex-call-to-action-6 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .wooprex-call-to-action-6 .inner-main-wrapper {
    padding: 50px 30px;
  }
  .wooprex-call-to-action-6 .inner-right {
    gap: 20px;
  }
  /* Feature item */
  .wooprex-feature-item.style-1 {
    padding: 40px 30px;
  }
  .wooprex-feature-item.style-2 {
    padding: 40px 30px;
  }
  .wooprex-feature-item.style-3 {
    padding: 40px 30px;
  }
  /* Service Item */
  .wooprex-service-item.style-1 {
    padding: 40px 30px;
  }
  .wooprex-service-item.style-1 .icon {
    width: 60px;
    height: 60px;
    margin-bottom: 25px;
  }
  .wooprex-service-item.style-3 {
    padding: 0px 0 20px 0px;
    gap: 20px;
    margin: 0;
  }
  .wooprex-service-item.style-3 .count {
    width: 70px;
    height: 70px;
  }
  .wooprex-service-item.style-3 .count h5 {
    font-size: 25px;
  }
  /* Caee study 1*/
  .wooprex-case-study-section .top {
    margin-bottom: 40px;
  }
  .wooprex-case-study-section .wooprex-swiper {
    overflow: hidden;
  }
  .wooprex-case-study-section .wooprex-case-study-item .case-study-image {
    height: 350px;
  }
  /* Counter section 1 */
  .wooprex-counter-section .popup-video {
    height: 450px;
    width: 45%;
  }
  .wooprex-counter-section .counter-wrapper {
    right: 20px;
    width: 55%;
    padding: 40px 20px;
  }
  .wooprex-counter-section .counter-wrapper .counter-main {
    margin-top: 30px;
  }
  /* Counter section 4 */
  .wooprex-counter-section-4 {
    padding-bottom: 195px;
  }
  /* Blog */
  .wooprex-blog-item.style-1 {
    padding: 40px 30px;
  }
  .wooprex-blog-item.style-2 .blog-image {
    width: 35%;
  }
  .wooprex-blog-item.style-2 .blog-details {
    width: 65%;
  }
  .wooprex-blog-item.big .blog-image, .wooprex-blog-item.big .blog-details {
    width: 100%;
  }
  .wooprex-blog-item.style-6 .blog-description .category {
    gap: 15px;
    justify-content: flex-start;
  }
  .wooprex-blog-item.style-6 .blog-description .category span {
    width: 50px;
  }
  /* Footer 2 */
  .wooprex-footer-2 .footer-top {
    padding: 20px 0px 50px 0px;
  }
  .wooprex-footer-2 .footer-middle {
    padding: 50px 0px;
  }
  /* Footer 5 */
  .wooprex-footer-5 .footer-top .footer-item ul.insta li a {
    width: 75px;
    height: 75px;
  }
  /* Breadcrumb */
  .wooprex-breadcrumb-section .breadcrumb-text .title {
    font-size: 45px;
  }
  /* Portfolio item */
  .wooprex-portfolio-item.style-4 {
    height: 300px;
  }
  /********************* HOME 1 **********************/
  /* Banner */
  .wooprex-banner-section {
    height: 660px;
  }
  .wooprex-banner-section .banner-main .banner-item .banner-text {
    left: 0;
  }
  .wooprex-banner-section .banner-main .banner-item .banner-text h3 {
    font-size: 55px;
  }
  /* Testimonial */
  .wooprex-testimonial-section {
    height: 650px;
  }
  /********************* HOME 2 **********************/
  /* Banner */
  .wooprex-banner-section-2 .banner-main .banner-item .banner-text {
    left: 0;
  }
  .wooprex-banner-section-2 .banner-main .banner-item .banner-text h3 {
    font-size: 55px;
  }
  /* About us */
  .wooprex-home-2-about-section .inner-left {
    padding: 30px;
  }
  .wooprex-home-2-about-section .inner-left .about-image {
    height: 350px;
  }
  .wooprex-home-2-about-section .inner-left .about-image .counter-wrapper {
    width: 60%;
  }
  .wooprex-home-2-about-section .inner-right {
    padding-top: 20px;
    padding-left: 20px;
  }
  .wooprex-home-2-about-section .inner-right h3 {
    font-size: 30px;
  }
  /* Service */
  .wooprex-home-2-service-section .section-header {
    margin-bottom: 80px;
  }
  .wooprex-home-2-service-section .inner-main-wrapper .row {
    row-gap: 80px;
  }
  /* Testimonial */
  .wooprex-testimonial-section-2 .section-header {
    margin-bottom: 80px;
  }
  /********************* HOME 3 **********************/
  /* About us */
  .wooprex-home-3-about-section {
    margin-bottom: 0px;
    overflow: hidden;
    padding-right: 0;
  }
  .wooprex-home-3-about-section .inner-left:before {
    top: -30px;
  }
  .wooprex-home-3-about-section .inner-left .about-image {
    height: 480px;
    margin: 0;
  }
  .wooprex-home-3-about-section .inner-left .about-image .popup-video {
    width: 70%;
    bottom: 0;
  }
  .wooprex-home-3-about-section .inner-left .about-image .popup-video .right p {
    font-size: 16px;
  }
  .wooprex-home-3-about-section .inner-right {
    padding: 0px;
    padding-right: 20px;
  }
  .wooprex-home-3-about-section .inner-right h3 {
    font-size: 32px;
  }
  /* recent work */
  .wooprex-recent-work-section .tab-content ul {
    gap: 20px;
  }
  .wooprex-recent-work-section .tab-content ul li {
    min-width: calc(25% - 30px);
    max-width: calc(25% - 15px);
  }
  /* latest blog */
  .wooprex-latest-blog-section-3 .top {
    margin-bottom: 40px;
  }
  .wooprex-latest-blog-section-3 .top ul.nav-tabs {
    gap: 10px;
  }
  /********************* HOME 4 **********************/
  /* Banner */
  .wooprex-banner-section-4 {
    height: 700px;
  }
  .wooprex-banner-section-4 .banner-main .banner-item .banner-text {
    left: 0;
  }
  /* About us */
  .wooprex-home-4-about-section .inner-left {
    padding-right: 10px;
    padding-left: 10px;
  }
  .wooprex-home-4-about-section .inner-left .about-image {
    height: 480px;
    margin: 0px 40px 0px 0px;
  }
  .wooprex-home-4-about-section .inner-right {
    padding: 80px 20px;
  }
  /********************* HOME 5 **********************/
  /* Banner */
  .wooprex-banner-section-5 {
    height: 600px;
  }
  .wooprex-banner-section-5 .man-image {
    right: 20px;
    height: 300px;
  }
  .wooprex-banner-section-5 .banner-main .banner-item .banner-text {
    top: 40%;
    left: 0;
  }
  /* About */
  .wooprex-home-5-about-section .inner-left .about-image {
    height: 500px;
  }
  .wooprex-home-5-about-section .inner-right {
    padding: 0px 20px 80px 20px;
  }
  /* Subscribe */
  .wooprex-subscribe-section {
    padding-top: 80px;
    padding-bottom: 205px;
  }
  /* latest blog */
  .wooprex-latest-blog-section-5 {
    padding-right: 20px;
    padding-left: 20px;
  }
  /********************* ABOUT PAGE 1 **********************/
  /* About us */
  .wooprex-about-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .wooprex-about-section .inner-left {
    justify-content: flex-start;
  }
  .wooprex-about-section .inner-left .about-image {
    height: 300px;
  }
  .wooprex-about-section .inner-right {
    padding-left: 0;
  }
  .wooprex-about-section .inner-right h3 {
    font-size: 35px;
  }
  /********************* ABOUT PAGE 2 **********************/
  /* About us */
  .wooprex-about-section-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .wooprex-about-section-2 .inner-right {
    padding-left: 15px;
  }
  /* ========== SERVICE PAGE 1 ============ */
  .wooprex-service-section .service-main-wrapper .nav-tabs li .nav-link {
    padding: 30px 40px;
  }
  /* ========== PORTFOLIO PAGE ============ */
  /* Recent work section */
  .wooprex-recent-work-section-2 .tab-content ul {
    gap: 20px;
    row-gap: 30px;
  }
  .wooprex-recent-work-section-2 .tab-content ul li {
    flex: 0 0 auto; /* 20% width minus gap */
    min-width: 23.33%;
    max-width: 23.33%;
  }
  /* ========== PORTFOLIO DETAILS PAGE ============ */
  .wooprex-portfolio-details-section .portfolio-details .thumbnail {
    height: 500px;
  }
  /* ========== TESTIMONIAL PAGE ============ */
  .wooprex-testimonial-section-9 {
    padding-top: 130px;
  }
  /* ========== TEAM PAGE ============ */
  .wooprex-team-section-6 {
    padding-top: 130px;
    padding-bottom: 90px;
  }
  .wooprex-team-section-6 .inner-main-wrapper .row {
    row-gap: 80px;
  }
  /* ========== FAQ PAGE ============ */
  .wooprex-resourche-section .resource-form {
    margin-bottom: 50px;
  }
  .wooprex-resourche-section .resource-item {
    width: 22.33%;
  }
  /* ========== CONTACT PAGE ============ */
  .wooprex-contact-form-section-2 .header:after {
    width: 50%;
  }
  /* ========== ERROR PAGE ============ */
  .wooprex-error-section {
    height: 650px;
  }
  .wooprex-error-section .error-wrapper-main h3 {
    font-size: 55px;
  }
}
/* max screen 991px - responsive */
@media (max-width: 991px) {
  .padding-y {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .padding-bottom {
    padding-bottom: 60px;
  }
  .padding-top {
    padding-top: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-header {
    margin-bottom: 40px;
  }
  .wooprex-button-wrapper {
    margin-top: 40px;
  }
  .wooprex-header-top-section .wooprex-contact ul li p, .wooprex-header-top-section .wooprex-contact ul li a {
    font-size: 13px;
  }
  /* call to action 1 */
  .wooprex-call-to-action .call-to-action-main {
    padding: 50px 40px;
  }
  /* call to action 2 */
  .wooprex-call-to-action-2 .main-action {
    padding: 40px 30px;
  }
  /* Call to action 6 */
  .wooprex-call-to-action-6 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .wooprex-call-to-action-6 .inner-main-wrapper {
    padding: 40px 30px;
  }
  .wooprex-call-to-action-6 .inner-right {
    gap: 20px;
  }
  /* Call to action 2 ~ 7 */
  .wooprex-call-to-action-7 .main-action {
    padding: 40px 30px;
  }
  /* Feature item */
  .wooprex-feature-item.style-1 {
    padding: 30px 20px;
  }
  .wooprex-feature-item.style-2 {
    padding: 30px 20px;
  }
  .wooprex-feature-item.style-3 {
    padding: 30px 20px;
  }
  /* Service Item */
  .wooprex-service-item.style-1 {
    padding: 30px 20px;
  }
  .wooprex-service-item.style-1 .icon {
    width: 60px;
    height: 60px;
    margin-bottom: 25px;
  }
  .wooprex-service-item.style-3 {
    padding: 0px 0 20px 0px;
    margin: 0;
  }
  .wooprex-service-item.style-3 .count {
    width: 70px;
    height: 70px;
  }
  .wooprex-service-item.style-3 .count h5 {
    font-size: 25px;
  }
  /* Caee study 1*/
  .wooprex-case-study-section .top {
    margin-bottom: 40px;
  }
  .wooprex-case-study-section .wooprex-swiper {
    overflow: hidden;
  }
  .wooprex-case-study-section .wooprex-case-study-item .case-study-image {
    height: 350px;
  }
  /* cse study 2 */
  .wooprex-case-study-section-2 .wooprex-case-study-item .case-study-details {
    padding: 40px 25px;
  }
  /* Counter section 1 */
  .wooprex-counter-section .popup-video {
    height: 450px;
    width: 50%;
  }
  .wooprex-counter-section .counter-wrapper {
    right: 20px;
    width: 50%;
    padding: 30px 20px;
  }
  .wooprex-counter-section .counter-wrapper .counter-main {
    margin-top: 30px;
  }
  /* Counter section 3 */
  .wooprex-counter-section-3 .counter-main .counter-item h4 {
    font-size: 40px;
  }
  .wooprex-counter-section-3 .counter-main .counter-item p {
    font-size: 14px;
  }
  .wooprex-counter-section-3 .chart-wrapper #myChart {
    height: 500px !important;
  }
  .wooprex-counter-section-3 .chart-wrapper #currentData {
    padding: 40px 20px;
    row-gap: 25px;
  }
  /* Counter section 4 */
  .wooprex-counter-section-4 {
    padding-bottom: 185px;
  }
  /* Blog */
  .wooprex-blog-item.style-1 {
    padding: 30px 20px;
  }
  .wooprex-blog-item.style-3 .blog-image {
    height: 300px;
  }
  .wooprex-blog-item.style-6 .blog-description {
    padding: 30px 20px;
  }
  .wooprex-blog-item.style-6 .blog-description p {
    margin: 15px 0px;
  }
  .wooprex-blog-item.style-6 .blog-description .category {
    gap: 15px;
    justify-content: flex-start;
  }
  .wooprex-blog-item.style-6 .blog-description .category span {
    width: 50px;
  }
  .wooprex-blog-item.style-8 .blog-image {
    height: 350px;
  }
  .wooprex-blog-item.style-8 .blog-description {
    padding: 20px;
  }
  .wooprex-blog-item.style-8 .blog-description .category {
    row-gap: 5px;
  }
  .wooprex-blog-item.style-8 .blog-description .category p {
    font-size: 14px;
  }
  /* Footer */
  .wooprex-footer .footer-top .footer-item h4 {
    font-size: 16px;
  }
  .wooprex-footer-2 .footer-item h4 {
    margin-bottom: 20px;
  }
  .wooprex-footer-2 .footer-top {
    padding: 20px 0px 50px 0px;
  }
  .wooprex-footer-2 .footer-middle {
    padding: 50px 0px;
  }
  .wooprex-footer-3 {
    margin-top: -160px;
  }
  .wooprex-footer-3 h4 {
    margin-bottom: 20px;
  }
  .wooprex-footer-5 .footer-top .footer-item ul.insta li a {
    width: 75px;
    height: 75px;
  }
  /* Portfolio */
  .wooprex-portfolio-item.style-1 {
    height: 320px;
  }
  .wooprex-portfolio-item.style-4 {
    height: 320px;
  }
  /* Pricing */
  .wooprex-pricing-item.style-1 {
    padding: 40px 25px;
  }
  .wooprex-pricing-item.style-1 h3 span {
    font-size: 55px;
  }
  /* Breadcrumb */
  .wooprex-breadcrumb-section .breadcrumb-text {
    gap: 18px;
  }
  .wooprex-breadcrumb-section .breadcrumb-text .title {
    font-size: 40px;
  }
  /********************* HOME 1 **********************/
  /* Banner */
  .wooprex-banner-section {
    height: 660px;
  }
  .wooprex-banner-section .banner-main .banner-item .banner-text {
    top: 47%;
    left: 0;
  }
  .wooprex-banner-section .banner-main .banner-item .banner-text h3 {
    font-size: 50px;
  }
  /* about us */
  .wooprex-home-about-section .about-main-wrapper {
    padding: 35px 25px;
  }
  .wooprex-home-about-section .about-main-wrapper h3 {
    font-size: 30px;
  }
  /* Testimonial */
  .wooprex-testimonial-section {
    height: 600px;
  }
  /********************* HOME 2 **********************/
  /* Banner */
  .wooprex-banner-section-2 .banner-main .banner-item .banner-text {
    left: 0;
    transform: translateY(-45%);
  }
  .wooprex-banner-section-2 .banner-main .banner-item .banner-text h3 {
    font-size: 50px;
  }
  /* About us */
  .wooprex-home-2-about-section .inner-left {
    padding: 30px;
  }
  .wooprex-home-2-about-section .inner-left .about-image {
    height: 350px;
  }
  .wooprex-home-2-about-section .inner-left .about-image .counter-wrapper {
    width: 75%;
  }
  .wooprex-home-2-about-section .inner-right {
    padding-top: 40px;
    padding-left: 20px;
  }
  .wooprex-home-2-about-section .inner-right h3 {
    font-size: 30px;
  }
  /* Service */
  .wooprex-home-2-service-section .section-header {
    margin-bottom: 80px;
  }
  .wooprex-home-2-service-section .inner-main-wrapper .row {
    row-gap: 80px;
  }
  /* Testimonial */
  .wooprex-testimonial-section-2 .section-header {
    margin-bottom: 80px;
  }
  /********************* HOME 3 **********************/
  /* Banner */
  .wooprex-banner-section-3 {
    height: 600px;
  }
  .wooprex-banner-section-3 .banner-main .banner-item .banner-text h3 {
    font-size: 50px;
  }
  /* About us */
  .wooprex-home-3-about-section {
    margin-bottom: 0px;
    overflow: hidden;
    padding-right: 0;
  }
  .wooprex-home-3-about-section .inner-left:before {
    top: -30px;
  }
  .wooprex-home-3-about-section .inner-left .about-image {
    height: 480px;
    margin: 0;
  }
  .wooprex-home-3-about-section .inner-left .about-image .popup-video {
    width: 70%;
    bottom: 0;
  }
  .wooprex-home-3-about-section .inner-left .about-image .popup-video .right p {
    font-size: 16px;
  }
  .wooprex-home-3-about-section .inner-right {
    padding: 0px;
    padding-right: 20px;
  }
  .wooprex-home-3-about-section .inner-right h3 {
    font-size: 32px;
  }
  /* recent work */
  .wooprex-recent-work-section .recent-tab-section ul.nav-tabs {
    gap: 15px;
  }
  .wooprex-recent-work-section .recent-tab-section ul.nav-tabs li button.nav-link {
    padding: 10px 25px;
  }
  .wooprex-recent-work-section .tab-content ul {
    gap: 20px;
  }
  .wooprex-recent-work-section .tab-content ul li {
    min-width: calc(25% - 30px);
    max-width: calc(25% - 15px);
  }
  /* latest blog */
  .wooprex-latest-blog-section-3 .top {
    margin-bottom: 40px;
  }
  .wooprex-latest-blog-section-3 .top ul.nav-tabs {
    gap: 10px;
  }
  /********************* HOME 4 **********************/
  /* Banner */
  .wooprex-banner-section-4 {
    height: 650px;
  }
  .wooprex-banner-section-4 .banner-main .banner-item img, .wooprex-banner-section-4 .banner-main .banner-item video {
    -o-object-position: center;
       object-position: center;
  }
  .wooprex-banner-section-4 .banner-main .banner-item .banner-text {
    left: 0;
  }
  .wooprex-banner-section-4 .banner-main .banner-item .banner-text h3 {
    font-size: 50px;
  }
  /* About us */
  .wooprex-home-4-about-section .inner-left {
    padding-right: 10px;
    padding-left: 10px;
  }
  .wooprex-home-4-about-section .inner-left .about-image {
    height: 480px;
    margin: 0px 40px 0px 0px;
  }
  .wooprex-home-4-about-section .inner-right {
    padding: 70px 20px;
  }
  /* Testimonial */
  .wooprex-testimonial-section-3 .inner-right {
    padding-left: 0px;
  }
  /********************* HOME 5 **********************/
  /* Banner */
  .wooprex-banner-section-5 {
    height: 600px;
  }
  .wooprex-banner-section-5 .man-image {
    right: 20px;
    height: 300px;
  }
  .wooprex-banner-section-5 .banner-main .banner-item .banner-text {
    top: 40%;
    left: 0;
  }
  .wooprex-banner-section-5 .banner-main .banner-item .banner-text h3 {
    font-size: 45px;
  }
  /* About */
  .wooprex-home-5-about-section .inner-left .about-image {
    height: 400px;
  }
  .wooprex-home-5-about-section .inner-right {
    padding: 0px 20px 60px 20px;
  }
  /* Service */
  .wooprex-home-5-service-section .inner-main-wrapper > .row {
    row-gap: 50px;
  }
  .wooprex-home-5-service-section .inner-right .row {
    row-gap: 30px;
  }
  .wooprex-home-5-service-section .inner-right .row > div:nth-child(odd) {
    margin-top: 0;
  }
  /* Pricing */
  .wooprex-pricing-section-2 .row {
    row-gap: 50px;
  }
  .wooprex-pricing-section-2 .row > div:first-child, .wooprex-pricing-section-2 .row > div:last-child {
    margin-top: 0px;
  }
  /* Subscribe */
  .wooprex-subscribe-section {
    padding-top: 60px;
    padding-bottom: 195px;
  }
  /* Video */
  .wooprex-video-section .inner-main-wrapper .video {
    height: 300px;
  }
  .wooprex-video-section .inner-main-wrapper .media-player {
    width: 80px;
    height: 80px;
  }
  .wooprex-video-section .inner-main-wrapper .media-player i {
    font-size: 30px;
  }
  /* latest blog */
  .wooprex-latest-blog-section-5 {
    padding-right: 20px;
    padding-left: 20px;
  }
  /********************* ABOUT PAGE 1 **********************/
  /* About us */
  .wooprex-about-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .wooprex-about-section .inner-left {
    justify-content: flex-start;
  }
  .wooprex-about-section .inner-left .about-image {
    height: 300px;
  }
  .wooprex-about-section .inner-right {
    padding-left: 0;
  }
  .wooprex-about-section .inner-right h3 {
    font-size: 35px;
  }
  /* Testimonial */
  .wooprex-testimonial-section-5 .inner-main-wrapper {
    padding-top: 60px;
    flex-wrap: wrap;
    gap: 15px;
  }
  .wooprex-testimonial-section-5 .inner-main-wrapper .testimonial-slider {
    width: 100%;
  }
  /********************* ABOUT PAGE 2 **********************/
  /* About us */
  .wooprex-about-section-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .wooprex-about-section-2 .inner-right {
    padding-left: 15px;
  }
  /* ========== SERVICE PAGE 1 ============ */
  .wooprex-service-section .service-top .top-left {
    padding-right: 20px;
  }
  .wooprex-service-section .service-top .top-right {
    padding-left: 20px;
  }
  .wooprex-service-section .service-main-wrapper .nav-tabs {
    gap: 18px;
  }
  .wooprex-service-section .service-main-wrapper .nav-tabs li {
    flex: 0 0 auto;
    width: 23%;
  }
  .wooprex-service-section .service-main-wrapper .nav-tabs li .nav-link {
    padding: 20px 40px;
  }
  .wooprex-service-section .service-main-wrapper .nav-tabs li .nav-link i {
    font-size: 40px;
  }
  /* ========== SERVICE DETAILS PAGE 1 ============ */
  .wooprex-service-details-section .service-thumbnail {
    height: 450px;
  }
  /* Popup */
  .wooprex-popup-video-section .popup-left .header {
    font-size: 35px;
  }
  /* ========== SERVICE DETAILS PAGE 2 ============ */
  .wooprex-service-details-section-2 .inner-left .nav-tabs li {
    width: 32.3%;
  }
  /* ========== PORTFOLIO PAGE ============ */
  /* Recent work section */
  .wooprex-recent-work-section-2 .tab-content ul {
    gap: 20px;
    row-gap: 30px;
  }
  .wooprex-recent-work-section-2 .tab-content ul li {
    flex: 0 0 auto; /* 20% width minus gap */
    min-width: 31.5%;
    max-width: 31.5%;
  }
  /* Recent work section */
  .wooprex-recent-work-section-4 .tab-content ul li {
    width: 33.33%;
  }
  /* ========== PORTFOLIO DETAILS PAGE ============ */
  .wooprex-portfolio-details-section .portfolio-details .thumbnail {
    height: 450px;
  }
  /* ========== TESTIMONIAL PAGE ============ */
  .wooprex-testimonial-section-9 {
    padding-top: 110px;
  }
  /* ========== TEAM PAGE ============ */
  .wooprex-team-section-6 {
    padding-top: 120px;
    padding-bottom: 80px;
  }
  .wooprex-team-section-6 .inner-main-wrapper .row {
    row-gap: 80px;
  }
  /* ========== TEAM DETAILS PAGE ============ */
  .wooprex-member-info-section .team-description {
    padding-left: 0px;
  }
  .wooprex-member-info-section .team-description .team-expert-wrapper .expert-item {
    padding-right: 20px;
  }
  .wooprex-member-info-section .team-description .team-expert-wrapper .contact-item {
    padding: 20px;
  }
  /* ========== FAQ PAGE ============ */
  .wooprex-resourche-section .resource-form {
    margin-bottom: 40px;
  }
  .wooprex-resourche-section .resource-item {
    width: 47%;
  }
  /* ========== CONTACT PAGE ============ */
  /* Wooprex google iframe map */
  .wooprex-google-map iframe {
    height: 400px;
  }
  .wooprex-contact-form-section-2 .header:after {
    width: 50%;
  }
  /* ========== ERROR PAGE ============ */
  .wooprex-error-section {
    height: 600px;
  }
  .wooprex-error-section .error-wrapper-main h3 {
    font-size: 45px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .inner-main-wrapper .row {
    row-gap: 30px;
  }
  .section-header {
    margin-bottom: 40px;
  }
  .wooprex-button-wrapper {
    margin-top: 40px;
  }
  .wooprex-header-top-section .wooprex-language .custom-select .select-trigger {
    font-size: 14px;
  }
  .wooprex-header-top-section .wooprex-language .custom-select .custom-options .custom-option {
    font-size: 14px;
    padding: 5px 25px;
  }
  /* call to action 1 */
  .wooprex-call-to-action .call-to-action-main {
    padding: 35px 25px;
  }
  .wooprex-call-to-action .call-to-action-main .inner-left h1 {
    margin-bottom: 15px;
  }
  .wooprex-call-to-action .call-to-action-main .inner-left p {
    font-size: 16px;
  }
  /* call to action 2 */
  .wooprex-call-to-action-2 .main-action {
    padding: 40px 30px;
  }
  /* Call to action 2 */
  .wooprex-call-to-action-3 .inner-main-wrapper {
    padding: 30px 20px;
  }
  /* Call to action 5 */
  .wooprex-call-to-action-5 .inner-right {
    justify-content: flex-start;
  }
  /* Call to action 6 */
  .wooprex-call-to-action-6 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .wooprex-call-to-action-6 .inner-main-wrapper {
    padding: 40px 20px;
  }
  .wooprex-call-to-action-6 .inner-right {
    gap: 20px;
  }
  /* Feature item */
  .wooprex-feature-item.style-1 {
    padding: 35px 25px;
  }
  .wooprex-feature-item.style-2 {
    padding: 35px 25px;
  }
  .wooprex-feature-item.style-3 {
    padding: 35px 25px;
  }
  /* Service Item */
  .wooprex-service-item.style-1 {
    padding: 30px 20px;
    border: none !important;
    border-right: 1px solid rgba(0, 17, 128, 0.168627451) !important;
    border-bottom: 1px solid rgba(0, 17, 128, 0.168627451) !important;
  }
  .wooprex-service-item.style-1:nth-last-child(-n+2) {
    border-bottom: none !important;
  }
  .wooprex-service-item.style-1:nth-child(even) {
    border-right: none !important;
  }
  .wooprex-service-item.style-1 .icon {
    width: 60px;
    height: 60px;
    margin-bottom: 25px;
  }
  .wooprex-service-item.style-3 {
    padding: 0px 0 20px 0px;
    margin: 0;
  }
  .wooprex-service-item.style-3 .count {
    width: 70px;
    height: 70px;
  }
  .wooprex-service-item.style-3 .count h5 {
    font-size: 25px;
  }
  .wooprex-service-item.style-7 .service-image {
    height: 250px;
  }
  .wooprex-service-item.style-7 .details {
    padding: 20px;
  }
  .wooprex-service-item.style-7 .details .icon {
    margin-top: -50px;
    margin-bottom: 10px;
  }
  /* Caee study 1*/
  .wooprex-case-study-section .top {
    margin-bottom: 40px;
  }
  .wooprex-case-study-section .wooprex-swiper {
    overflow: hidden;
  }
  .wooprex-case-study-section .wooprex-case-study-item .case-study-image {
    height: 320px;
  }
  /* cse study 2 */
  .wooprex-case-study-section-2 .wooprex-case-study-item .case-study-image {
    height: 350px;
  }
  .wooprex-case-study-section-2 .wooprex-case-study-item .case-study-image img {
    -o-object-position: center;
       object-position: center;
  }
  .wooprex-case-study-section-2 .wooprex-case-study-item .case-study-details {
    padding: 40px 25px;
  }
  /* cse study 3 */
  .wooprex-case-study-section-3 .wooprex-case-study-item {
    height: 300px;
  }
  /* Counter section 1 */
  .wooprex-counter-section .inner-main-wrapper {
    flex-wrap: wrap;
  }
  .wooprex-counter-section .popup-video {
    width: 100%;
    height: 450px;
  }
  .wooprex-counter-section .counter-wrapper {
    right: 0;
    width: 100%;
    padding: 30px 20px;
  }
  .wooprex-counter-section .counter-wrapper .counter-main {
    margin-top: 30px;
  }
  /* Counter section 3 */
  .wooprex-counter-section-3 .inner-main-wrapper {
    padding: 0px 10px;
  }
  .wooprex-counter-section-3 .inner-main-wrapper .section-header {
    padding: 0px 10px;
  }
  .wooprex-counter-section-3 .counter-main .counter-item h4 {
    font-size: 40px;
  }
  .wooprex-counter-section-3 .counter-main .counter-item p {
    font-size: 14px;
  }
  .wooprex-counter-section-3 .chart-wrapper #myChart {
    height: 500px !important;
  }
  .wooprex-counter-section-3 .chart-wrapper #currentData {
    padding: 40px 20px;
    row-gap: 25px;
  }
  /* Counter section 4 */
  .wooprex-counter-section-4 {
    padding-bottom: 175px;
  }
  /* Call to action 2 ~ 7 */
  .wooprex-call-to-action-7 .main-action {
    padding: 30px 20px;
  }
  /* Blog */
  .wooprex-blog-item.style-1 {
    padding: 35px 25px;
  }
  .wooprex-blog-item.style-5 .blog-image {
    height: 300px;
  }
  .wooprex-blog-item.style-5 .blog-description .extra {
    gap: 15px;
  }
  .wooprex-blog-item.style-5 .blog-description .extra div a {
    font-size: 14px;
  }
  .wooprex-blog-item.style-6 .blog-image {
    width: 100%;
  }
  .wooprex-blog-item.style-6 .blog-description {
    width: 100%;
    padding: 30px 20px;
  }
  .wooprex-blog-item.style-6 .blog-description p {
    margin: 15px 0px;
  }
  .wooprex-blog-item.style-6 .blog-description .category {
    gap: 20px;
    justify-content: flex-start;
  }
  .wooprex-blog-item.style-6 .blog-description .category span {
    width: 50px;
  }
  .wooprex-blog-item.style-8 .blog-image {
    height: 350px;
  }
  .wooprex-blog-item.style-8 .blog-description {
    padding: 20px;
  }
  .wooprex-blog-item.style-8 .blog-description .category {
    row-gap: 5px;
  }
  .wooprex-blog-item.style-8 .blog-description .category p {
    font-size: 14px;
  }
  /* Footer 2 */
  .wooprex-footer .footer-top .footer-item h4 {
    font-size: 16px;
  }
  .wooprex-footer-2 {
    margin-top: -140px;
  }
  .wooprex-footer-2 .footer-item h4 {
    margin-bottom: 20px;
  }
  .wooprex-footer-2 .footer-top,
  .wooprex-footer-2 .footer-middle {
    padding: 50px 0px;
  }
  .wooprex-footer-2 .footer-button {
    justify-content: flex-start;
  }
  .wooprex-footer-3 h4 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .wooprex-footer-3 .footer-top {
    padding: 60px 0px 50px 0px;
  }
  .wooprex-footer-3 .footer-top .footer-item ul.contact li i {
    font-size: 24px;
  }
  .wooprex-footer-3 .footer-middle .newsletter form .wooprex-btn-3 {
    position: relative;
    transform: inherit;
    width: 100%;
    margin-top: 15px;
  }
  .wooprex-footer-5 .footer-top .footer-item ul.insta li a {
    width: 75px;
    height: 75px;
  }
  /* Portfolio */
  .wooprex-portfolio-item.style-1 {
    height: 300px;
  }
  .wooprex-portfolio-item.style-4 {
    height: 300px;
  }
  /* Pricing */
  .wooprex-pricing-item.style-1 {
    padding: 40px 25px;
  }
  /* Breadcrumb */
  .wooprex-breadcrumb-section .breadcrumb-text {
    gap: 18px;
  }
  .wooprex-breadcrumb-section .breadcrumb-text .title {
    font-size: 35px;
  }
  .wooprex-breadcrumb-section .breadcrumb-menu ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  /* Team section */
  .wooprex-team-item.style-4 {
    height: 350px;
  }
  .wooprex-team-item.style-5 .team-image {
    height: 350px;
  }
  /* CLient Item */
  .wooprex-client-item {
    padding: 20px;
  }
  .wooprex-client-item img {
    height: 100px;
  }
  .wooprex-client-item .description {
    padding: 30px 20px;
  }
  .wooprex-client-item .description h4 {
    font-size: 18px;
  }
  /********************* HOME 1 **********************/
  /* Banner */
  .wooprex-banner-section {
    height: 660px;
  }
  .wooprex-banner-section .banner-main .banner-item .banner-text {
    top: 47%;
    padding: 0px 20px;
    left: 0;
  }
  .wooprex-banner-section .banner-main .banner-item .banner-text h3 {
    font-size: 45px;
  }
  .wooprex-banner-section .banner-main .banner-item .banner-text h5 {
    font-size: 16px;
    margin: 20px 0px 30px 0px;
  }
  /* about us */
  .wooprex-home-about-section .about-main-wrapper {
    padding: 35px 25px;
  }
  .wooprex-home-about-section .about-main-wrapper h3 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .wooprex-home-about-section .about-main-wrapper p {
    margin-bottom: 20px;
  }
  .wooprex-home-about-section .about-main-wrapper .comment {
    margin-bottom: 20px;
    row-gap: 20px;
  }
  /* Service */
  .wooprex-home-service-section .service-main .wooprex-service-item {
    width: 50%;
  }
  /* Testimonial */
  .wooprex-testimonial-section {
    height: 600px;
  }
  /********************* HOME 2 **********************/
  /* Banner */
  .wooprex-banner-section-2 .banner-main .banner-item .banner-text {
    left: 0;
    transform: translateY(-45%);
  }
  .wooprex-banner-section-2 .banner-main .banner-item .banner-text h3 {
    font-size: 45px;
  }
  .wooprex-banner-section-2 .banner-main .banner-item .banner-text h5 {
    font-size: 16px;
    margin: 20px 0px 30px 0px;
  }
  /* About us */
  .wooprex-home-2-about-section .inner-left {
    padding: 30px;
  }
  .wooprex-home-2-about-section .inner-left .about-image {
    height: 320px;
  }
  .wooprex-home-2-about-section .inner-right {
    padding-top: 0px;
    padding-left: 0px;
  }
  .wooprex-home-2-about-section .inner-right h3 {
    font-size: 30px;
  }
  /* Service */
  .wooprex-home-2-service-section .section-header {
    margin-bottom: 80px;
  }
  .wooprex-home-2-service-section .inner-main-wrapper .row {
    row-gap: 80px;
  }
  /* Testimonial */
  .wooprex-testimonial-section-2 .section-header {
    margin-bottom: 80px;
  }
  /********************* HOME 3 **********************/
  /* Banner */
  .wooprex-banner-section-3 {
    height: 600px;
  }
  .wooprex-banner-section-3 .banner-main .banner-item .banner-text h3 {
    font-size: 45px;
  }
  /* Feature */
  .wooprex-feature-section-2 {
    margin-top: 0;
    padding-top: 60px;
  }
  /* About us */
  .wooprex-home-3-about-section {
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 0px;
  }
  .wooprex-home-3-about-section .inner-left {
    padding-right: 0px;
    position: relative;
  }
  .wooprex-home-3-about-section .inner-left:before {
    background-size: cover;
    top: -30px;
  }
  .wooprex-home-3-about-section .inner-left .about-image {
    height: 450px;
    margin: 0;
  }
  .wooprex-home-3-about-section .inner-left .about-image .popup-video {
    width: 70%;
    bottom: 0;
  }
  .wooprex-home-3-about-section .inner-left .about-image .popup-video .right p {
    font-size: 16px;
  }
  .wooprex-home-3-about-section .inner-right {
    padding: 0px;
  }
  .wooprex-home-3-about-section .inner-right h3 {
    font-size: 32px;
  }
  /* Service */
  .wooprex-home-3-service-section .inner-top .inner-right {
    text-align: center;
  }
  /* recent work */
  .wooprex-recent-work-section {
    padding-left: 10px;
    padding-right: 10px;
  }
  .wooprex-recent-work-section .recent-tab-section ul.nav-tabs {
    gap: 10px;
  }
  .wooprex-recent-work-section .recent-tab-section ul.nav-tabs li button.nav-link {
    padding: 10px 20px;
  }
  .wooprex-recent-work-section .tab-content {
    padding: 0px 10px;
  }
  .wooprex-recent-work-section .tab-content ul {
    gap: 20px;
  }
  .wooprex-recent-work-section .tab-content ul li {
    flex: 0 0 auto;
    min-width: unset;
    max-width: unset;
    width: 48%;
  }
  /* latest blog */
  .wooprex-latest-blog-section-3 .top {
    margin-bottom: 40px;
  }
  .wooprex-latest-blog-section-3 .top ul.nav-tabs {
    justify-content: flex-start;
    gap: 20px;
  }
  /********************* HOME 4 **********************/
  /* Banner */
  .wooprex-banner-section-4 {
    height: 600px;
  }
  .wooprex-banner-section-4 .banner-main .banner-item img, .wooprex-banner-section-4 .banner-main .banner-item video {
    -o-object-position: center;
       object-position: center;
  }
  .wooprex-banner-section-4 .banner-main .banner-item .banner-text {
    left: 0;
  }
  .wooprex-banner-section-4 .banner-main .banner-item .banner-text p {
    font-size: 16px;
  }
  .wooprex-banner-section-4 .banner-main .banner-item .banner-text h3 {
    font-size: 45px;
  }
  /* About us */
  .wooprex-home-4-about-section {
    margin-bottom: 0px;
  }
  .wooprex-home-4-about-section .inner-left {
    padding-right: 10px;
    padding-left: 10px;
  }
  .wooprex-home-4-about-section .inner-left:before {
    background-size: cover;
  }
  .wooprex-home-4-about-section .inner-left .about-image {
    height: 480px;
    margin: 0px;
  }
  .wooprex-home-4-about-section .inner-right {
    padding: 60px 20px;
    width: 100%;
    position: relative;
    bottom: inherit;
  }
  /* Testimonial */
  .wooprex-testimonial-section-3 .inner-right {
    padding-left: 0px;
  }
  /********************* HOME 5 **********************/
  /* Banner */
  .wooprex-banner-section-5 {
    height: 600px;
  }
  .wooprex-banner-section-5 .man-image {
    right: 0px;
    height: 300px;
  }
  .wooprex-banner-section-5 .banner-main .banner-item .banner-text {
    top: 40%;
    left: 0;
  }
  .wooprex-banner-section-5 .banner-main .banner-item .banner-text h3 {
    font-size: 45px;
  }
  /* About */
  .wooprex-home-5-about-section .inner-right {
    padding: 0px 20px 60px 20px;
  }
  /* Service */
  .wooprex-home-5-service-section .inner-main-wrapper > .row {
    row-gap: 50px;
  }
  .wooprex-home-5-service-section .inner-right .row {
    row-gap: 30px;
  }
  .wooprex-home-5-service-section .inner-right .row > div:nth-child(odd) {
    margin-top: 0;
  }
  /* Pricing */
  .wooprex-pricing-section-2 .row {
    row-gap: 50px;
  }
  .wooprex-pricing-section-2 .row > div:first-child, .wooprex-pricing-section-2 .row > div:last-child {
    margin-top: 0px;
  }
  /* Subscribe */
  .wooprex-subscribe-section {
    padding-top: 60px;
    padding-bottom: 195px;
  }
  /* Video */
  .wooprex-video-section .inner-main-wrapper .video {
    height: 300px;
  }
  .wooprex-video-section .inner-main-wrapper .media-player {
    width: 80px;
    height: 80px;
  }
  .wooprex-video-section .inner-main-wrapper .media-player i {
    font-size: 30px;
  }
  /* latest blog */
  .wooprex-latest-blog-section-5 {
    padding-right: 20px;
    padding-left: 20px;
  }
  /********************* ABOUT PAGE 1 **********************/
  /* About us */
  .wooprex-about-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .wooprex-about-section .inner-left .about-image {
    height: 300px;
  }
  .wooprex-about-section .inner-right {
    padding-left: 0;
  }
  .wooprex-about-section .inner-right h3 {
    font-size: 35px;
  }
  /* Testimonial */
  .wooprex-testimonial-section-5 .inner-main-wrapper {
    padding-top: 60px;
    flex-wrap: wrap;
    gap: 15px;
  }
  .wooprex-testimonial-section-5 .inner-main-wrapper .testimonial-slider {
    width: 100%;
  }
  /********************* ABOUT PAGE 2 **********************/
  /* About us */
  .wooprex-about-section-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .wooprex-about-section-2 .inner-right {
    padding-left: 0px;
  }
  /* ========== SERVICE PAGE 1 ============ */
  .wooprex-service-section .service-top {
    margin-bottom: 45px;
  }
  .wooprex-service-section .service-top .top-left {
    padding-right: 20px;
  }
  .wooprex-service-section .service-top .top-right {
    padding-left: 20px;
  }
  .wooprex-service-section .service-main-wrapper .nav-tabs {
    gap: 20px;
    margin-bottom: 45px;
  }
  .wooprex-service-section .service-main-wrapper .nav-tabs li {
    flex: 0 0 auto;
    width: 48%;
  }
  .wooprex-service-section .service-main-wrapper .nav-tabs li .nav-link {
    padding: 20px;
  }
  .wooprex-service-section .service-main-wrapper .nav-tabs li .nav-link i {
    font-size: 40px;
  }
  /* ========== SERVICE DETAILS PAGE 1 ============ */
  .wooprex-service-details-section .service-thumbnail {
    height: 450px;
  }
  /* Popup */
  .wooprex-popup-video-section .popup-right {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  /* ========== SERVICE DETAILS PAGE 2 ============ */
  .wooprex-service-details-section-2 .inner-right .service-details .thumbnail {
    height: 350px;
  }
  .wooprex-service-details-section-2 .inner-right .service-details .special-tab-section .special-tab-left {
    width: 30%;
  }
  .wooprex-service-details-section-2 .inner-right .service-details .special-tab-section .special-tab-right {
    width: 70%;
    padding: 20px;
  }
  /* ========== PORTFOLIO PAGE ============ */
  /* Recent work section */
  .wooprex-recent-work-section-2 .recent-tab-section ul.nav-tabs {
    justify-content: flex-start;
  }
  .wooprex-recent-work-section-2 .tab-content ul {
    gap: 20px;
    row-gap: 30px;
  }
  .wooprex-recent-work-section-2 .tab-content ul li {
    flex: 0 0 auto; /* 20% width minus gap */
    min-width: 48%;
    max-width: 48%;
  }
  /* Recent work section */
  .wooprex-recent-work-section-4 .tab-content ul li {
    width: 50%;
  }
  /* ========== PORTFOLIO DETAILS PAGE ============ */
  .wooprex-portfolio-details-section .portfolio-details .thumbnail {
    height: 400px;
  }
  .wooprex-portfolio-details-section .portfolio-details img {
    height: 320px;
  }
  /* ========== TESTIMONIAL PAGE ============ */
  .wooprex-testimonial-section-9 {
    padding-top: 100px;
  }
  /* ========== TEAM PAGE ============ */
  .wooprex-team-section-6 {
    padding-top: 110px;
    padding-bottom: 70px;
  }
  .wooprex-team-section-6 .inner-main-wrapper .row {
    row-gap: 80px;
  }
  /* ========== TEAM DETAILS PAGE ============ */
  .wooprex-member-info-section .team-description {
    padding-left: 0px;
  }
  .wooprex-member-info-section .team-description .team-expert-wrapper .expert-item {
    padding-right: 20px;
  }
  .wooprex-member-info-section .team-description .team-expert-wrapper .contact-item {
    padding: 20px;
  }
  /* ========== FAQ PAGE ============ */
  .wooprex-resourche-section .resource-form {
    margin-bottom: 40px;
  }
  .wooprex-resourche-section .resource-item {
    width: 47%;
  }
  /* ========== BLOG DETAILS PAGE ============ */
  .wooprex-blog-details .title {
    font-size: 30px;
  }
  .wooprex-blog-details .related-post .post-wrapper .post-item .details h3 {
    font-size: 15px;
  }
  /* ========== CONTACT PAGE ============ */
  .wooprex-contact-section .contact-item {
    gap: 20px;
  }
  .wooprex-contact-section .contact-item .icon {
    width: 60px;
    height: 60px;
  }
  .wooprex-contact-section .contact-item .icon i {
    font-size: 25px;
  }
  /* Wooprex google iframe map */
  .wooprex-google-map iframe {
    height: 350px;
  }
  .wooprex-contact-form-section-2 .header:after {
    width: 50%;
  }
  /* ========== ERROR PAGE ============ */
  .wooprex-error-section {
    height: 600px;
  }
  .wooprex-error-section .error-wrapper-main h3 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .padding-y {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .padding-bottom {
    padding-bottom: 50px;
  }
  .padding-top {
    padding-top: 50px;
  }
  .wooprex-header-top-section {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .wooprex-header-top-section .wooprex-contact ul li p,
  .wooprex-header-top-section .wooprex-contact ul li a {
    font-size: 12px;
  }
  .wooprex-header-top-section.style-2 .wooprex-language select {
    font-size: 14px;
  }
  .wooprex-header-top-section.style-3 {
    background-color: #5d35ff;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .wooprex-header-top-section.style-3 .wooprex-contact ul li p i,
  .wooprex-header-top-section.style-3 .wooprex-contact ul li a i {
    color: #ffffff;
  }
  .wooprex-header-top-section.style-3 .wooprex-contact ul li a:hover {
    color: #000000;
  }
  .wooprex-header-top-section.style-3 .wooprex-social {
    height: 100%;
  }
  .wooprex-header-top-section.style-3 .wooprex-social ul {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
  }
  .wooprex-header-top-section.style-3 .wooprex-social ul li a {
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .wooprex-header-top-section.style-3 .wooprex-social ul li a i {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* Caee study */
  .wooprex-case-study-section .top {
    margin-bottom: 35px;
  }
  .wooprex-case-study-section .section-header {
    margin: 0 auto;
    text-align: center;
    align-items: center;
  }
}
@media (max-width: 575px) {
  .inner-main-wrapper .row {
    row-gap: 30px;
  }
  .section-header {
    margin-bottom: 35px;
  }
  .header {
    font-size: 28px;
  }
  .header.style-2 {
    font-size: 30px;
  }
  .sub-header {
    font-size: 14px;
  }
  .wooprex-button-wrapper {
    margin-top: 40px;
  }
  .wooprex-header-top-section .wooprex-contact ul {
    justify-content: center;
  }
  .wooprex-header-top-section .wooprex-contact ul li p,
  .wooprex-header-top-section .wooprex-contact ul li a {
    font-size: 12px;
  }
  .wooprex-header-top-section .top-right {
    display: none;
  }
  .wooprex-header-top-section.style-2 .top-right {
    display: block;
  }
  .wooprex-header-top-section.style-2 .top-left {
    display: none;
  }
  .wooprex-header-top-section.style-2 .wooprex-contact ul {
    justify-content: center;
  }
  .wooprex-header-top-section.style-3 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .wooprex-header-top-section.style-3 .wooprex-social ul {
    justify-self: center;
  }
  header.wooprex-header-section.style-5 .wooprex-btn-5 {
    display: none;
  }
  /* Button */
  .wooprex-btn {
    padding: 15px 30px;
  }
  /* call to action 1 */
  .wooprex-call-to-action .row {
    row-gap: 20px;
  }
  .wooprex-call-to-action .call-to-action-main {
    padding: 30px 20px;
  }
  .wooprex-call-to-action .call-to-action-main .inner-left h1 {
    margin-bottom: 15px;
    font-size: 22px;
  }
  .wooprex-call-to-action .call-to-action-main .inner-left p {
    font-size: 16px;
  }
  .wooprex-call-to-action .call-to-action-main .inner-right {
    justify-content: flex-start;
  }
  /* Call to action 2 */
  .wooprex-call-to-action-2 .main-action {
    padding: 30px 20px;
  }
  .wooprex-call-to-action-2 form {
    width: 100%;
  }
  .wooprex-call-to-action-2 form .main-form {
    position: relative;
  }
  .wooprex-call-to-action-2 form .main-form .wooprex-btn-2 {
    position: inherit;
    transform: inherit;
    width: 100%;
    margin-top: 15px;
  }
  /* Call to action 3 */
  .wooprex-call-to-action-3 .inner-main-wrapper {
    padding: 30px 20px;
  }
  .wooprex-call-to-action-3 .inner-right {
    justify-content: flex-start;
  }
  /* Call to action 5 */
  .wooprex-call-to-action-5 .inner-main-wrapper {
    padding: 40px 20px;
  }
  .wooprex-call-to-action-5 .inner-right {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
  }
  /* Call to action 6 */
  .wooprex-call-to-action-6 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .wooprex-call-to-action-6 .inner-main-wrapper {
    padding: 40px 20px;
  }
  .wooprex-call-to-action-6 .inner-right {
    justify-content: flex-start;
    gap: 20px;
  }
  /* Call to action 2 ~ 7 */
  .wooprex-call-to-action-7 .main-action {
    padding: 30px 20px;
  }
  .wooprex-call-to-action-7 form .main-form .wooprex-btn {
    margin-top: 15px;
    width: 100%;
    position: static;
    transform: inherit;
  }
  /* Feature item */
  .wooprex-feature-item.style-1 {
    padding: 30px 20px;
  }
  .wooprex-feature-item.style-1 .icon {
    margin-bottom: 20px;
  }
  .wooprex-feature-item.style-1 .icon i {
    font-size: 45px;
  }
  .wooprex-feature-item.style-1 .details {
    row-gap: 15px;
  }
  .wooprex-feature-item.style-2 {
    padding: 30px 20px;
  }
  .wooprex-feature-item.style-2 .icon {
    margin-bottom: 20px;
  }
  .wooprex-feature-item.style-2 .icon i {
    font-size: 45px;
  }
  .wooprex-feature-item.style-2 .details {
    row-gap: 15px;
  }
  .wooprex-feature-item.style-3 {
    padding: 30px 20px;
  }
  .wooprex-feature-item.style-3 .icon {
    margin-bottom: 20px;
  }
  .wooprex-feature-item.style-3 .icon i {
    font-size: 45px;
  }
  .wooprex-feature-item.style-3 .details {
    row-gap: 15px;
  }
  /* Service Item */
  .wooprex-service-item.style-1 {
    padding: 30px 20px;
    border: none !important;
    border-bottom: 1px solid rgba(0, 17, 128, 0.168627451) !important;
  }
  .wooprex-service-item.style-1:last-child {
    border-bottom: none !important;
  }
  .wooprex-service-item.style-1 .icon {
    width: 55px;
    height: 55px;
    margin-bottom: 25px;
  }
  .wooprex-service-item.style-1 .icon i {
    font-size: 30px;
  }
  .wooprex-service-item.style-1 .details {
    row-gap: 15px;
  }
  .wooprex-service-item.style-2 h3 {
    margin: 25px 0px 15px 0px;
  }
  .wooprex-service-item.style-3 {
    padding: 0px 0 20px 0px;
    margin: 0;
  }
  .wooprex-service-item.style-3 .count {
    width: 70px;
    height: 70px;
  }
  .wooprex-service-item.style-3 .count h5 {
    font-size: 25px;
  }
  .wooprex-service-item.style-7 .service-image {
    height: 250px;
  }
  .wooprex-service-item.style-7 .details {
    padding: 20px;
  }
  .wooprex-service-item.style-7 .details .icon {
    margin-top: -50px;
    margin-bottom: 10px;
  }
  /* Caee study 1*/
  .wooprex-case-study-section .top {
    margin-bottom: 35px;
  }
  .wooprex-case-study-section .wooprex-swiper {
    overflow: hidden;
  }
  .wooprex-case-study-section .wooprex-case-study-item .case-study-image {
    height: 320px;
  }
  /* cse study 2 */
  .wooprex-case-study-section-2 .wooprex-case-study-item .case-study-image {
    height: 320px;
  }
  .wooprex-case-study-section-2 .wooprex-case-study-item .case-study-details {
    padding: 30px 20px;
  }
  /* cse study 3 */
  .wooprex-case-study-section-3 .wooprex-case-study-item {
    height: 300px;
  }
  /* Counter section 1 */
  .wooprex-counter-section .inner-main-wrapper {
    flex-wrap: wrap;
  }
  .wooprex-counter-section .popup-video {
    width: 100%;
    height: 400px;
  }
  .wooprex-counter-section .counter-wrapper {
    right: 0;
    width: 100%;
    padding: 30px 20px;
  }
  .wooprex-counter-section .counter-wrapper .counter-main {
    margin-top: 30px;
  }
  /* Counter section 3 */
  .wooprex-counter-section-3 .inner-main-wrapper {
    padding: 0px 10px;
  }
  .wooprex-counter-section-3 .inner-main-wrapper .section-header {
    padding: 0px 10px;
  }
  .wooprex-counter-section-3 .counter-main .counter-item h4 {
    font-size: 32px;
  }
  .wooprex-counter-section-3 .counter-main .counter-item p {
    font-size: 14px;
  }
  .wooprex-counter-section-3 .chart-wrapper #myChart {
    height: 500px !important;
  }
  .wooprex-counter-section-3 .chart-wrapper #currentData {
    padding: 40px 20px;
    row-gap: 25px;
  }
  /* Counter section 4 */
  .wooprex-counter-section-4 {
    padding-bottom: 165px;
  }
  .wooprex-counter-section-4 .counter-main .counter-item h4 {
    font-size: 45px;
  }
  /* Blog */
  .wooprex-blog-item.style-1 {
    padding: 30px 20px;
  }
  .wooprex-blog-item.style-2 .blog-image {
    width: 100%;
    height: 290px;
  }
  .wooprex-blog-item.style-2 .blog-details {
    padding: 0;
    padding-top: 20px;
    width: 100%;
  }
  .wooprex-blog-item.big .blog-details {
    padding: 30px 20px;
  }
  .wooprex-blog-item.big .blog-details .category span {
    font-size: 13px;
  }
  .wooprex-blog-item.style-3 .blog-image {
    height: 300px;
  }
  .wooprex-blog-item.style-4 .blog-description .extra {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .wooprex-blog-item.style-4 .blog-description .extra div {
    gap: 8px;
  }
  .wooprex-blog-item.style-6 .blog-image {
    width: 100%;
  }
  .wooprex-blog-item.style-6 .blog-description {
    width: 100%;
    padding: 30px 20px;
  }
  .wooprex-blog-item.style-6 .blog-description h3 {
    font-size: 18px;
  }
  .wooprex-blog-item.style-6 .blog-description p {
    margin: 15px 0px;
  }
  .wooprex-blog-item.style-6 .blog-description .category {
    gap: 15px;
    justify-content: flex-start;
  }
  .wooprex-blog-item.style-6 .blog-description .category span {
    display: none;
  }
  .wooprex-blog-item.style-7 .blog-image {
    height: 250px;
  }
  .wooprex-blog-item.style-7 .blog-description {
    padding: 20px;
  }
  .wooprex-blog-item.style-7 .blog-description .category p {
    font-size: 14px;
  }
  .wooprex-blog-item.style-7 .blog-description h3 {
    font-size: 18px;
  }
  .wooprex-blog-item.style-8 .blog-image {
    height: 320px;
  }
  .wooprex-blog-item.style-8 .blog-description {
    padding: 20px;
  }
  .wooprex-blog-item.style-8 .blog-description .category {
    row-gap: 5px;
  }
  .wooprex-blog-item.style-8 .blog-description .category p {
    font-size: 14px;
  }
  .wooprex-blog-item.style-8 .blog-description h3 {
    font-size: 20px;
  }
  /* Footer */
  .wooprex-footer .footer-top .footer-item h4 {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .wooprex-footer .footer-bottom {
    margin-top: 40px;
  }
  .wooprex-footer .footer-bottom .social ul {
    justify-content: center;
  }
  .wooprex-footer .footer-bottom .copyright p {
    justify-content: center;
  }
  .wooprex-footer-2 {
    margin-top: -150px;
  }
  .wooprex-footer-2 .footer-item h4 {
    margin-bottom: 20px;
  }
  .wooprex-footer-2 .footer-top,
  .wooprex-footer-2 .footer-middle {
    padding: 50px 0px;
  }
  .wooprex-footer-2 .footer-button {
    justify-content: flex-start;
  }
  .wooprex-footer-3 h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .wooprex-footer-3 .footer-top {
    padding: 50px 0px 30px 0px;
  }
  .wooprex-footer-3 .footer-top .footer-item ul.contact li i {
    font-size: 24px;
  }
  .wooprex-footer-3 .footer-middle {
    padding: 30px 0px;
  }
  .wooprex-footer-3 .footer-middle .newsletter form .wooprex-btn-3 {
    position: relative;
    transform: inherit;
    width: 100%;
    margin-top: 15px;
  }
  .wooprex-footer-4 .footer-top .footer-item h4 {
    margin-bottom: 20px;
  }
  .wooprex-footer-4 .footer-bottom {
    margin-top: 40px;
  }
  .wooprex-footer-4 .footer-bottom .logo {
    margin: 0 auto;
  }
  .wooprex-footer-4 .footer-bottom .copyright p {
    justify-content: center;
  }
  .wooprex-footer-5 .footer-top .footer-item h4 {
    margin-bottom: 20px;
  }
  .wooprex-footer-5 .footer-top .footer-item ul.insta li a {
    width: 85px;
    height: 85px;
  }
  .wooprex-footer.padding-extra-top {
    padding-top: 170px;
  }
  /* Portfolio */
  .wooprex-portfolio-item.style-1 {
    height: 300px;
  }
  .wooprex-portfolio-item.style-4 {
    height: 300px;
  }
  /* Pricing */
  .wooprex-pricing-item.style-1 {
    padding: 30px 20px;
  }
  .wooprex-pricing-item.style-1 h3 span {
    font-size: 55px;
  }
  /* Tesimonial */
  .wooprex-testimonial-item.style-3 {
    padding: 0;
  }
  .wooprex-testimonial-item.style-4 .avatar {
    width: 100px;
    height: 100px;
  }
  .wooprex-testimonial-item.style-4 p {
    font-size: 16px;
  }
  .wooprex-testimonial-item.style-5 > p {
    font-size: 16px;
  }
  .wooprex-testimonial-item.style-6 > p {
    padding: 20px;
  }
  .wooprex-testimonial-item.style-6 .client {
    padding: 20px;
  }
  .wooprex-testimonial-item.style-6 .client .left {
    gap: 10px;
  }
  .wooprex-testimonial-item.style-7 {
    padding: 30px 20px;
  }
  /* Breadcrumb */
  .wooprex-breadcrumb-section .breadcrumb-text {
    gap: 15px;
  }
  .wooprex-breadcrumb-section .breadcrumb-text .title {
    font-size: 30px;
  }
  .wooprex-breadcrumb-section .breadcrumb-text p {
    font-size: 16px;
  }
  .wooprex-breadcrumb-section .breadcrumb-menu ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  /* Team section */
  .wooprex-team-item.style-4 {
    height: 350px;
  }
  .wooprex-team-item.style-5 .team-image {
    height: 350px;
  }
  /* CLient Item */
  .wooprex-client-item {
    padding: 20px;
  }
  .wooprex-client-item img {
    height: 100px;
  }
  .wooprex-client-item .description {
    padding: 30px 20px;
  }
  .wooprex-client-item .description h4 {
    font-size: 18px;
  }
  /********************* HOME 1 **********************/
  /* Banner */
  .wooprex-banner-section {
    height: 660px;
  }
  .wooprex-banner-section .banner-main .banner-item .banner-text {
    top: 47%;
    padding: 0px 20px;
    left: 0;
  }
  .wooprex-banner-section .banner-main .banner-item .banner-text h3 {
    font-size: 35px;
  }
  .wooprex-banner-section .banner-main .banner-item .banner-text h5 {
    font-size: 16px;
    margin: 20px 0px 30px 0px;
  }
  .wooprex-banner-section .banner-main .banner-item .banner-text .button-wrapper {
    gap: 20px;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .wooprex-banner-section .banner-main .banner-item .banner-text .button-wrapper a.watch {
    font-size: 16px;
  }
  .wooprex-banner-section .banner-main .banner-item .banner-text .button-wrapper a.watch span {
    width: 50px;
    height: 50px;
  }
  /* about us */
  .wooprex-home-about-section .main-image {
    height: 500px;
  }
  .wooprex-home-about-section .about-main-wrapper {
    padding: 30px 20px;
  }
  .wooprex-home-about-section .about-main-wrapper h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .wooprex-home-about-section .about-main-wrapper p {
    margin-bottom: 20px;
  }
  .wooprex-home-about-section .about-main-wrapper .comment {
    margin-bottom: 20px;
    row-gap: 20px;
  }
  /* Partner section */
  .wooprex-partner-section .inner-left {
    justify-content: center;
    text-align: center;
  }
  .wooprex-partner-section .inner-right {
    border-left: none;
  }
  /* Service */
  .wooprex-home-service-section .service-main .wooprex-service-item {
    width: 100%;
  }
  /* Testimonial */
  .wooprex-testimonial-section .inner-main-wrapper {
    row-gap: 30px;
  }
  /********************* HOME 2 **********************/
  /* Banner */
  .wooprex-banner-section-2 {
    height: 800px;
  }
  .wooprex-banner-section-2 .banner-main .banner-item .banner-text {
    left: 0;
    transform: translateY(-45%);
  }
  .wooprex-banner-section-2 .banner-main .banner-item .banner-text h3 {
    font-size: 35px;
  }
  .wooprex-banner-section-2 .banner-main .banner-item .banner-text h5 {
    font-size: 16px;
    margin: 20px 0px 30px 0px;
  }
  .wooprex-banner-section-2 .banner-main .banner-item .banner-text .button-wrapper {
    flex-wrap: wrap;
    gap: 20px;
  }
  /* About us */
  .wooprex-home-2-about-section {
    padding-top: 50px;
  }
  .wooprex-home-2-about-section .inner-left {
    padding: 20px;
  }
  .wooprex-home-2-about-section .inner-left .about-image {
    height: 290px;
  }
  .wooprex-home-2-about-section .inner-left .about-image .counter-wrapper {
    width: 90%;
    padding: 10px 20px;
  }
  .wooprex-home-2-about-section .inner-left .about-image .counter-wrapper h3 {
    font-size: 35px;
  }
  .wooprex-home-2-about-section .inner-right {
    padding-top: 0px;
    padding-left: 0px;
  }
  .wooprex-home-2-about-section .inner-right h3 {
    font-size: 30px;
  }
  .wooprex-home-2-about-section .inner-right ul li {
    font-size: 14px;
  }
  /* Service */
  .wooprex-home-2-service-section .section-header {
    margin-bottom: 80px;
  }
  .wooprex-home-2-service-section .inner-main-wrapper .row {
    row-gap: 80px;
  }
  /* Testimonial */
  .wooprex-testimonial-section-2 .section-header {
    margin-bottom: 80px;
  }
  /********************* HOME 3 **********************/
  /* Banner */
  .wooprex-banner-section-3 {
    height: 600px;
  }
  .wooprex-banner-section-3 .banner-main .banner-item .banner-text h3 {
    font-size: 35px;
  }
  .wooprex-banner-section-3 .banner-main .banner-item .banner-text .button-wrapper {
    gap: 20px;
  }
  /* Feature */
  .wooprex-feature-section-2 {
    margin-top: 0;
    padding-top: 50px;
  }
  /* About us */
  .wooprex-home-3-about-section {
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 0px;
  }
  .wooprex-home-3-about-section .inner-left {
    padding-right: 0px;
    position: relative;
  }
  .wooprex-home-3-about-section .inner-left:before {
    background-size: cover;
    top: -30px;
  }
  .wooprex-home-3-about-section .inner-left .about-image {
    height: 350px;
    margin: 0;
  }
  .wooprex-home-3-about-section .inner-left .about-image .popup-video {
    width: 100%;
    padding: 20px;
    bottom: 0;
  }
  .wooprex-home-3-about-section .inner-left .about-image .popup-video .right p {
    font-size: 16px;
  }
  .wooprex-home-3-about-section .inner-right {
    padding: 0px;
    gap: 15px;
  }
  .wooprex-home-3-about-section .inner-right h3 {
    font-size: 28px;
  }
  /* Service */
  .wooprex-home-3-service-section .inner-top .inner-right {
    text-align: center;
  }
  /* recent work */
  .wooprex-recent-work-section {
    padding-left: 10px;
    padding-right: 10px;
  }
  .wooprex-recent-work-section .recent-tab-section ul.nav-tabs {
    gap: 10px;
  }
  .wooprex-recent-work-section .recent-tab-section ul.nav-tabs li button.nav-link {
    padding: 10px 20px;
  }
  .wooprex-recent-work-section .tab-content {
    padding: 0px 10px;
  }
  .wooprex-recent-work-section .tab-content ul {
    gap: 20px;
  }
  .wooprex-recent-work-section .tab-content ul li {
    flex: 0 0 auto;
    min-width: unset;
    max-width: unset;
    width: 100%;
  }
  /* latest blog */
  .wooprex-latest-blog-section-3 {
    background-color: #f7f7fa;
  }
  .wooprex-latest-blog-section-3 .top {
    margin-bottom: 40px;
  }
  .wooprex-latest-blog-section-3 .top ul.nav-tabs {
    justify-content: flex-start;
    gap: 20px;
  }
  /********************* HOME 4 **********************/
  /* Banner */
  .wooprex-banner-section-4 {
    height: 600px;
  }
  .wooprex-banner-section-4 .banner-main .banner-item img, .wooprex-banner-section-4 .banner-main .banner-item video {
    -o-object-position: center;
       object-position: center;
  }
  .wooprex-banner-section-4 .banner-main .banner-item .banner-text {
    left: 0;
  }
  .wooprex-banner-section-4 .banner-main .banner-item .banner-text p {
    font-size: 16px;
  }
  .wooprex-banner-section-4 .banner-main .banner-item .banner-text h3 {
    font-size: 35px;
    margin-bottom: 20px;
  }
  .wooprex-banner-section-4 .banner-main .banner-item .banner-text .button-wrapper {
    gap: 20px;
  }
  /* About us */
  .wooprex-home-4-about-section {
    margin-bottom: 0px;
  }
  .wooprex-home-4-about-section .inner-left {
    padding-right: 10px;
    padding-left: 10px;
  }
  .wooprex-home-4-about-section .inner-left:before {
    background-size: cover;
  }
  .wooprex-home-4-about-section .inner-left .about-image {
    height: 400px;
    margin: 0px;
  }
  .wooprex-home-4-about-section .inner-right {
    padding: 50px 20px;
    width: 100%;
    position: relative;
    bottom: inherit;
  }
  .wooprex-home-4-about-section .inner-right h3 {
    font-size: 26px;
  }
  /* Testimonial */
  .wooprex-testimonial-section-3 .inner-right {
    padding-left: 0px;
  }
  /********************* HOME 5 **********************/
  /* Banner */
  .wooprex-banner-section-5 {
    height: 600px;
  }
  .wooprex-banner-section-5 .man-image {
    right: 0px;
    height: 300px;
  }
  .wooprex-banner-section-5 .banner-main .banner-item .banner-text {
    top: 40%;
    left: 0;
    width: 600px;
  }
  .wooprex-banner-section-5 .banner-main .banner-item .banner-text p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .wooprex-banner-section-5 .banner-main .banner-item .banner-text h3 {
    font-size: 35px;
    margin-bottom: 20px;
  }
  .wooprex-banner-section-5 .banner-main .banner-item .banner-text .button-wrapper {
    gap: 20px;
  }
  /* About */
  .wooprex-home-5-about-section .inner-right {
    padding: 0px 20px 50px 20px;
  }
  /* Service */
  .wooprex-home-5-service-section .inner-right .row {
    row-gap: 30px;
  }
  .wooprex-home-5-service-section .inner-right .row > div:nth-child(odd) {
    margin-top: 0;
  }
  /* Pricing */
  .wooprex-pricing-section-2 {
    background-color: #fafafa;
  }
  .wooprex-pricing-section-2 .row > div:first-child, .wooprex-pricing-section-2 .row > div:last-child {
    margin-top: 0px;
  }
  /* Subscribe */
  .wooprex-subscribe-section {
    padding-top: 50px;
    padding-bottom: 185px;
  }
  /* Video */
  .wooprex-video-section .inner-main-wrapper .video {
    height: 300px;
  }
  .wooprex-video-section .inner-main-wrapper .media-player {
    width: 80px;
    height: 80px;
  }
  .wooprex-video-section .inner-main-wrapper .media-player i {
    font-size: 30px;
  }
  /* latest blog */
  .wooprex-latest-blog-section-5 {
    padding-right: 20px;
    padding-left: 20px;
  }
  /* Partner section */
  .wooprex-partner-section-2 .inner-main-wrapper .partner-item img {
    max-width: 95px;
    height: 95px;
  }
  /********************* ABOUT PAGE 1 **********************/
  /* About us */
  .wooprex-about-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .wooprex-about-section .inner-left .bg-shape {
    width: 200px;
    height: 130px;
  }
  .wooprex-about-section .inner-left .about-image {
    height: 200px;
  }
  .wooprex-about-section .inner-right {
    padding-left: 0;
  }
  .wooprex-about-section .inner-right h3 {
    font-size: 28px;
  }
  /* Testimonial */
  .wooprex-testimonial-section-5 .inner-main-wrapper {
    padding-top: 50px;
    padding-bottom: 70px;
    flex-wrap: wrap;
    gap: 15px;
  }
  .wooprex-testimonial-section-5 .inner-main-wrapper .testimonial-slider {
    width: 100%;
  }
  .wooprex-testimonial-section-5 .inner-main-wrapper .quote i {
    font-size: 45px;
  }
  /********************* ABOUT PAGE 2 **********************/
  /* About us */
  .wooprex-about-section-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .wooprex-about-section-2 .inner-left img {
    height: 180px;
  }
  .wooprex-about-section-2 .inner-left .image-1 {
    height: 220px;
  }
  .wooprex-about-section-2 .inner-right {
    padding-left: 0px;
  }
  .wooprex-about-section-2 .inner-right h3 {
    font-size: 28px;
  }
  /* ========== SERVICE PAGE 1 ============ */
  .wooprex-service-section .service-top {
    margin-bottom: 40px;
  }
  .wooprex-service-section .service-top .top-left {
    padding-right: 20px;
  }
  .wooprex-service-section .service-top .top-right {
    padding-left: 20px;
  }
  .wooprex-service-section .service-main-wrapper .nav-tabs {
    gap: 20px;
    margin-bottom: 40px;
  }
  .wooprex-service-section .service-main-wrapper .nav-tabs li {
    flex: 0 0 auto;
    width: 100%;
  }
  .wooprex-service-section .service-main-wrapper .nav-tabs li .nav-link {
    padding: 20px;
  }
  .wooprex-service-section .service-main-wrapper .nav-tabs li .nav-link i {
    font-size: 40px;
  }
  /* ========== SERVICE DETAILS PAGE 1 ============ */
  .wooprex-service-details-section .service-thumbnail {
    height: 350px;
  }
  .wooprex-service-details-section .main-wrapper .category-head {
    padding: 20px;
    margin-bottom: 40px;
    flex-wrap: wrap;
  }
  .wooprex-service-details-section .main-wrapper .category-head .category-item {
    flex: 0 0 auto;
    width: 100%;
  }
  .wooprex-service-details-section .main-wrapper .service-details .header {
    margin-bottom: 20px;
  }
  /* Popup */
  .wooprex-popup-video-section .popup-left .header {
    font-size: 28px;
  }
  .wooprex-popup-video-section .popup-right {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  /* Strategy */
  .wooprex-strategy-section .inner-left {
    padding: 40px 20px;
  }
  .wooprex-strategy-section .inner-left .strategy-details h3 {
    font-size: 30px;
  }
  /* ========== SERVICE DETAILS PAGE 2 ============ */
  .wooprex-service-details-section-2 .inner-right .service-details .thumbnail {
    height: 350px;
  }
  .wooprex-service-details-section-2 .inner-right .service-details .title {
    font-size: 28px;
    padding-left: 70px;
  }
  .wooprex-service-details-section-2 .inner-right .service-details .title:before {
    width: 50px;
  }
  .wooprex-service-details-section-2 .inner-right .service-details .business-analysis .report {
    padding: 20px;
  }
  .wooprex-service-details-section-2 .inner-right .service-details .business-analysis .report h3 {
    font-size: 20px;
  }
  .wooprex-service-details-section-2 .inner-right .service-details .special-tab-section .special-tab-left {
    width: 100%;
  }
  .wooprex-service-details-section-2 .inner-right .service-details .special-tab-section .special-tab-right {
    width: 100%;
    padding: 20px;
    height: auto;
    border: 1px solid rgba(0, 17, 128, 0.168627451);
  }
  /* ========== PORTFOLIO PAGE ============ */
  /* Recent work section */
  .wooprex-recent-work-section-2 .inner-main-wrapper {
    margin-bottom: 40px;
  }
  .wooprex-recent-work-section-2 .recent-tab-section ul.nav-tabs {
    justify-content: flex-start;
  }
  .wooprex-recent-work-section-2 .tab-content ul {
    gap: 30px;
    row-gap: 30px;
  }
  .wooprex-recent-work-section-2 .tab-content ul li {
    flex: 0 0 auto; /* 20% width minus gap */
    min-width: 100%;
    max-width: 100%;
  }
  /* Recent work section */
  .wooprex-recent-work-section-4 .tab-content ul li {
    width: 100%;
  }
  /* ========== PORTFOLIO DETAILS PAGE ============ */
  .wooprex-portfolio-details-section .portfolio-details .thumbnail {
    height: 400px;
    margin-bottom: 40px;
  }
  .wooprex-portfolio-details-section .portfolio-details h3 {
    font-size: 30px;
    margin-bottom: 25px;
  }
  .wooprex-portfolio-details-section .portfolio-details img {
    height: 300px;
  }
  .wooprex-portfolio-details-section .portfolio-details .category {
    padding: 20px;
  }
  /* ========== TESTIMONIAL PAGE ============ */
  .wooprex-testimonial-section-9 {
    padding-top: 90px;
  }
  /* ========== TEAM PAGE ============ */
  .wooprex-team-section-6 {
    padding-top: 100px;
    padding-bottom: 60px;
  }
  .wooprex-team-section-6 .inner-main-wrapper .row {
    row-gap: 80px;
  }
  /* ========== TEAM DETAILS PAGE ============ */
  .wooprex-member-info-section .team-description {
    padding-left: 0px;
  }
  .wooprex-member-info-section .team-description h3 {
    font-size: 24px;
  }
  .wooprex-member-info-section .team-description h5 {
    font-size: 16px;
  }
  .wooprex-member-info-section .team-description .team-expert-wrapper .expert-item {
    width: 100%;
    padding-right: 0px;
  }
  .wooprex-member-info-section .team-description .team-expert-wrapper .contact-item {
    width: 100%;
    padding: 20px;
  }
  .wooprex-education-item h3, .wooprex-experience-item h3 {
    font-size: 18px;
  }
  /* ========== FAQ PAGE ============ */
  .wooprex-resourche-section .resource-form {
    margin-bottom: 40px;
  }
  .wooprex-resourche-section .resource-item {
    width: 100%;
  }
  /* ========== BLOG DETAILS PAGE ============ */
  .wooprex-blog-details .title {
    font-size: 24px;
  }
  .wooprex-blog-details .related-post .post-wrapper .post-item {
    width: 100%;
  }
  .wooprex-blog-details .related-post .post-wrapper .post-item .details h3 {
    font-size: 15px;
  }
  /* ========== CONTACT PAGE ============ */
  .wooprex-contact-section .contact-item {
    gap: 20px;
  }
  .wooprex-contact-section .contact-item .icon {
    width: 55px;
    height: 55px;
  }
  .wooprex-contact-section .contact-item .icon i {
    font-size: 25px;
  }
  .wooprex-contact-section .contact-item .description {
    width: 70%;
  }
  .wooprex-contact-section .contact-item .description h4 {
    font-size: 18px;
  }
  .wooprex-contact-section .contact-item .description a, .wooprex-contact-section .contact-item .description p {
    font-size: 14px;
  }
  /* Wooprex google iframe map */
  .wooprex-google-map iframe {
    height: 350px;
  }
  .wooprex-contact-form-section-2 .header:after {
    display: none;
  }
  /* ========== ERROR PAGE ============ */
  .wooprex-error-section {
    height: 500px;
  }
  .wooprex-error-section .error-wrapper-main h3 {
    font-size: 32px;
  }
  .wooprex-error-section .error-wrapper-main p.description {
    font-size: 16px;
  }
}