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

   --------------- ********w********* --------------
   --------------- ********x********* -------------- */
/*-- Reset styles  -- */
/*-- Base: mixin & variable  -- */
/*google-fonts*/
@import url("https://fonts.googleapis.com/css2?family=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&&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] {
  font-family: "Poppins", sans-serif;
  outline: 0;
  box-shadow: none;
  font-size: 16px;
  line-height: 1.6rem;
  border-radius: 3px;
  width: 100%;
  background: transparent;
  font-weight: 400;
  color: #001180;
  border: none;
  border-bottom: 1px solid;
  border-color: #001180;
}
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: #001180;
}

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;
  opacity: 0.6;
}

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;
  opacity: 0.6;
}

textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  resize: none;
}

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

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

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

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

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

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

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

/* -- Typography setting -- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  text-rendering: optimizeLegibility;
  color: #001180;
  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: "Poppins", sans-serif !important;
}

p,
span {
  color: #001180;
}

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: #001180;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

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

@media only screen and (max-width: 767px) {
  .brand-logo a,
  .logo a {
    max-width: 150px;
  }
}
/*-- All components style -- */
/*-- header -- */
/*-- Base: mixin & variable  -- */
/* 
***************************** Start Wooprex Header Css *************************** 
*/
header.wooprex-header-section {
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 0;
  overflow-x: clip;
  transition: top 0.6s, background 0.4s, box-shadow 0.4s;
  border-bottom: 1px solid #b2bdf0;
  transition: all 0.3s ease;
}
header.wooprex-header-section.header-light {
  position: relative;
}
header.wooprex-header-section.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  box-shadow: 0 4px 80px rgba(0, 0, 0, 0.1);
  animation: 0.95s ease 0s normal forwards 1 running stickyAnimation;
  -webkit-animation: 0.95s ease 0s normal forwards 1 running stickyAnimation;
}
header.wooprex-header-section.sticky .wooprex-menu-main .nav-link-item {
  color: #001180;
}
header.wooprex-header-section .dark-version-logo {
  display: none;
}
header.wooprex-header-section.header-light .dark-version-logo, header.wooprex-header-section.sticky .dark-version-logo {
  display: block;
}
header.wooprex-header-section.header-light .light-version-logo, header.wooprex-header-section.sticky .light-version-logo {
  display: none;
}
header.wooprex-header-section.header-light .wooprex-main-menu ul.box-nav li.menu-item a.item-link,
header.wooprex-header-section.header-light .wooprex-search-bar i,
header.wooprex-header-section.header-light .wooprex-mobile-menu-bar i, header.wooprex-header-section.sticky .wooprex-main-menu ul.box-nav li.menu-item a.item-link,
header.wooprex-header-section.sticky .wooprex-search-bar i,
header.wooprex-header-section.sticky .wooprex-mobile-menu-bar i {
  color: #001180;
}

@keyframes stickyAnimation {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
/*-- menu -- */
/*-- Base: mixin & variable  -- */
header.wooprex-header-section .header-main {
  position: relative;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 60px;
}

.brand-logo {
  transition: all 0.4s;
  position: relative;
}
.brand-logo a {
  display: block;
}

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

/********************* MAIN MENU *****************/
.wooprex-main-menu ul.box-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  gap: 40px;
  flex-wrap: wrap;
}
.wooprex-main-menu ul.box-nav li.menu-item {
  position: relative;
}
.wooprex-main-menu ul.box-nav li.menu-item a.item-link {
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 8px 0px;
}
.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 a.item-link:hover, .wooprex-main-menu ul.box-nav li.menu-item a.item-link.router-link-active {
  color: #002dff !important;
}
.wooprex-main-menu ul.box-nav li.menu-item a.item-link:hover 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: #001180;
  font-size: 16px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}
.wooprex-main-menu ul.box-nav li.menu-item ul.sub-menu li a.sub-menu-link i {
  display: flex;
  align-items: center;
  justify-content: center;
}
.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: #001180;
  transition: 0.2s ease-in;
}
.wooprex-main-menu ul.box-nav li.menu-item ul.sub-menu li a.sub-menu-link:hover, .wooprex-main-menu ul.box-nav li.menu-item ul.sub-menu li a.sub-menu-link.router-link-active {
  color: #002dff;
}
.wooprex-main-menu ul.box-nav li.menu-item ul.sub-menu li a.sub-menu-link:hover:before, .wooprex-main-menu ul.box-nav li.menu-item ul.sub-menu li a.sub-menu-link.router-link-active:before {
  width: 5px;
}
.wooprex-main-menu ul.box-nav li.menu-item > ul.sub-menu {
  left: 0px;
  top: 90px;
}
.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: 75px;
  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;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.6s ease;
  overflow-y: scroll;
  z-index: 999;
}
.wooprex-mobile-menu ul.box-nav {
  padding-top: 10px;
}
.wooprex-mobile-menu ul.box-nav li.menu-item {
  padding: 0px 20px;
}
.wooprex-mobile-menu ul.box-nav li.menu-item a.item-link {
  padding: 15px 0px;
  display: block;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #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 a.item-link:hover, .wooprex-mobile-menu ul.box-nav li.menu-item a.item-link.router-link-active {
  color: #002dff;
}
.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 a.sub-menu-link:hover, .wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu li a.sub-menu-link.router-link-active {
  color: #002dff;
}
.wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu li ul.sub-menu {
  padding-bottom: 0;
}
.wooprex-mobile-menu.show {
  transform: translateX(0%);
}

/* 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: 28px;
  color: #ffffff;
}

.wooprex-search-box {
  position: absolute;
  background: #ffffff;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 20px 60px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
  z-index: 99;
}
.wooprex-search-box form {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}
.wooprex-search-box input[type=text] {
  color: #001180;
  padding: 0;
  cursor: pointer;
  font-size: 18px;
  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: #001180;
}
.wooprex-search-box input[type=text]::placeholder {
  font-size: 18px;
  color: #001180;
}
.wooprex-search-box .wooprex-search-close {
  cursor: pointer;
}
.wooprex-search-box .wooprex-search-close i {
  color: #001180;
  font-size: 24px;
  transition: all 0.3s ease;
}
.wooprex-search-box .wooprex-search-close:hover i {
  color: #002dff;
}
.wooprex-search-box.active-search {
  opacity: 1;
  visibility: visible;
}

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

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

@media (max-width: 1199px) {
  header.wooprex-header-section .header-main {
    padding: 25px 20px;
  }
  .wooprex-main-menu ul.box-nav {
    gap: 20px;
  }
  .wooprex-search-box {
    padding: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wooprex-main-menu ul.box-nav li.menu-item > ul.sub-menu li > ul.sub-menu {
    right: inherit;
    left: -220px;
  }
  .brand-logo {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  header.wooprex-header-section .header-main {
    padding: 20px;
  }
  .wooprex-main-menu {
    display: none;
  }
  .wooprex-mobile-menu-bar {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
/*-- footer -- */
/*-- Base: mixin & variable  -- */
.wooprex-footer {
  padding-bottom: 50px;
  background: #000000;
}
.wooprex-footer .logo {
  margin-bottom: 70px;
}
.wooprex-footer .newsletter h5 {
  font-size: 16px;
  line-height: 1.6em;
  margin-bottom: 40px;
}
.wooprex-footer .newsletter p {
  font-size: 16px;
  letter-spacing: 0.5em;
  margin-bottom: 10px;
}
.wooprex-footer .newsletter .form input {
  background: transparent;
  border: none;
  border-bottom: 1px solid #ffffff;
  border-radius: 0px;
  padding: 10px 0px;
  outline: none;
  box-shadow: none;
  font-size: 14px;
  width: 100%;
  color: #ffffff !important;
}
.wooprex-footer .newsletter .form input:focus {
  border-color: #ffffff !important;
}
.wooprex-footer .newsletter .form input::-moz-placeholder {
  font-size: 14px;
  color: #ffffff !important;
}
.wooprex-footer .newsletter .form input::placeholder {
  font-size: 14px;
  color: #ffffff !important;
}
.wooprex-footer .wooprex-email {
  position: relative;
}
.wooprex-footer .wooprex-email .input-wrapper {
  position: absolute;
  width: 90px;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.wooprex-footer .wooprex-email .input-wrapper input[type=submit] {
  font-size: 14px;
  border: none;
  color: #ffffff;
  width: 100%;
}
.wooprex-footer .wooprex-email .input-wrapper:before {
  display: none;
}
.wooprex-footer .wooprex-email .input-wrapper:after {
  content: "\f101";
  font-family: "flaticon_consulting_collection";
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  color: #ffffff;
  pointer-events: none;
  transform: translateY(-50%) rotate(-45deg);
  transition: all 0.3s ease;
}
.wooprex-footer .wooprex-email .input-wrapper:hover:after {
  transform: translateY(-50%) rotate(0deg);
}
.wooprex-footer .wooprex-footer-right {
  padding-left: 75px;
}
.wooprex-footer .wooprex-footer-right h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 100px;
  line-height: 1.5em !important;
}
.wooprex-footer .wooprex-footer-item h5 {
  font-size: 14px;
  line-height: 1.6em;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.wooprex-footer .wooprex-footer-item p {
  font-size: 14px;
  line-height: 2.5em !important;
}
.wooprex-footer .footer-contact a {
  font-size: 14px;
  line-height: 1.6em;
  font-weight: 400;
  display: inline-block;
  margin: 8px 0px;
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
  transition: background-size 0.4s cubic-bezier(0.51, 0.5, 0.07, 0.99), color 0.27s ease-out;
  background-size: 0 1px;
  background-position: 100% calc(100% - 0px);
}
.wooprex-footer .footer-contact a:hover {
  background-size: 100% 1px;
  background-position: 0 calc(100% - 0px);
}
.wooprex-footer .footer-social a {
  padding: 0px 5px;
  transition: 0.6s;
  line-height: 2.5em;
}
.wooprex-footer .footer-social a:hover,
.wooprex-footer .footer-privacy p a:hover {
  color: #002dff;
}
.wooprex-footer .footer-copyright p,
.wooprex-footer .footer-privacy p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6em;
  font-weight: 300;
}
.wooprex-footer .footer-privacy p a {
  transition: all 0.6s ease;
}
.wooprex-footer .footer-privacy p a.privacy {
  margin-left: 20px;
}
.wooprex-footer .footer-bottom .row {
  row-gap: 15px;
}

/*
************************** end Wooprex footer CSS ***************************
*/
/*-- Common section -- */
/*-- Base: mixin & variable  -- */
.wooprex-blog .wooprex-blog-list {
  margin-top: 100px;
}

.wooprex-banner-section .banner-image .banner-text h3,
.wooprex-banner-section .banner-image .banner-text h5,
.wooprex-banner-section .social-main .follow p,
.wooprex-banner-section .social-main .social-icon a,
.wooprex-service-section .wooprex-slider-text p,
.wooprex-service-section .wooprex-slider-text h3,
.wooprex-consult-section .wooprex-consult-text h6,
.wooprex-consult-section .wooprex-consult-text p,
.wooprex-client-satisfaction .wooprex-client-right h3,
.wooprex-counter .counter-item h4,
.wooprex-counter .counter-item h4 span,
.wooprex-opportunity .wooprex-opportunity-main h3,
.wooprex-ooportunity .wooprex-opportunity-main a.wooprex-btn,
.wooprex-breadcrumb .breadcrumb-text h5,
.wooprex-breadcrumb .breadcrumb-text h5 span,
.wooprex-breadcrumb .breadcrumb-text p,
.wooprex-process-review .wooprex-product-review .review-text p,
.wooprex-process-review .wooprex-product-review .author-details h5,
.wooprex-product-review .author-details p,
.wooprex-footer .newsletter p,
.wooprex-footer .newsletter h5,
.wooprex-footer .wooprex-email a.wooprex-btn,
.wooprex-footer .wooprex-footer-right h4,
.wooprex-footer .wooprex-footer-item p,
.wooprex-footer .wooprex-footer-item h5,
.wooprex-footer .footer-contact a,
.wooprex-footer .footer-social a,
.wooprex-footer .footer-copyright p,
.wooprex-footer .footer-privacy p a {
  color: #ffffff;
}

.wooprex-service-section h1 span,
.wooprex-consult-section h3 span {
  font-weight: 200;
  font-style: italic;
}

.wooprex-service-section .wooprex-slider-item,
.wooprex-consult-slider-item {
  position: relative;
  border-radius: 16px;
}
.wooprex-service-section .wooprex-slider-item:before,
.wooprex-consult-slider-item:before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 17, 128, 0) 0%, rgba(0, 17, 128, 0.23) 58.35%, #001180 100%);
  width: 100%;
  height: 100%;
  transition: background 0.3s;
  border-radius: 16px;
  z-index: 1;
}
.wooprex-service-section .wooprex-slider-item:hover:before,
.wooprex-consult-slider-item:hover:before {
  background: linear-gradient(180deg, rgba(0, 45, 255, 0) 0%, rgba(0, 45, 255, 0.23) 58.35%, #002dff 100%);
}

/*-- Breadcrumb -- */
/*-- Base: mixin & variable  -- */
.wooprex-breadcrumb {
  background-image: url("../assets/images/inner-bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.wooprex-breadcrumb .breadcrumb-text {
  min-height: 278px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.wooprex-breadcrumb .breadcrumb-text h5 {
  font-size: 48px;
  line-height: 1.2em;
  font-weight: 600;
  margin-bottom: 20px;
}
.wooprex-breadcrumb .breadcrumb-text h5 span {
  font-size: 24px;
  font-style: italic;
  font-weight: 300;
}
.wooprex-breadcrumb .breadcrumb-text h5 p {
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 400;
  margin-bottom: 0;
}
.wooprex-breadcrumb .breadcrumb-link {
  color: #ffffff;
}
.wooprex-breadcrumb .breadcrumb-link a {
  color: rgba(255, 255, 255, 0.3803921569);
}
.wooprex-breadcrumb .breadcrumb-link a:hover {
  color: #ffffff;
}
.wooprex-breadcrumb .breadcrumb-link .active,
.wooprex-breadcrumb .breadcrumb-active {
  color: #ffffff !important;
  cursor: inherit;
}

.wooprex-blog-details-section .breadcrumb-link {
  padding: 60px 0px;
}
.wooprex-blog-details-section .breadcrumb-link a {
  color: rgba(0, 17, 128, 0.431372549) !important;
}
.wooprex-blog-details-section .breadcrumb-link .breadcrumb-active {
  color: #001180 !important;
}

/*-- slider -- */
/*-- Base: mixin & variable  -- */
.wooprex-banner-section .banner-main.wooprex-swiper-one,
.wooprex-service-section .wooprex-slider.wooprex-swiper-two,
.wooprex-review-section .wooprex-review-slider.wooprex-swiper-four,
.wooprex-quality-service .wooprex-quality-slider.wooprex-swiper-six,
.wooprex-process-review .wooprex-review-main.wooprex-swiper-seven {
  position: relative;
  overflow-x: clip;
}

.wooprex-consult-slider-section.wooprex-swiper-three .swiper-pagination-bullet,
.news-slider.wooprex-swiper-five .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  margin: 0px 7px !important;
}
.wooprex-consult-slider-section.wooprex-swiper-three .swiper-pagination-bullet-active,
.news-slider.wooprex-swiper-five .swiper-pagination-bullet-active {
  background: #001180;
}

/* Banner slider */
.wooprex-banner-section .banner-main.wooprex-swiper-one .swiper-button-prev,
.wooprex-banner-section .banner-main.wooprex-swiper-one .swiper-button-next {
  color: #001180;
  width: 60px;
  height: 60px;
}
.wooprex-banner-section .banner-main.wooprex-swiper-one .swiper-button-prev:hover,
.wooprex-banner-section .banner-main.wooprex-swiper-one .swiper-button-next:hover {
  color: #eaedfb;
}
.wooprex-banner-section .banner-main.wooprex-swiper-one .swiper-button-prev:hover:after,
.wooprex-banner-section .banner-main.wooprex-swiper-one .swiper-button-next:hover:after {
  background: #001180;
}
.wooprex-banner-section .banner-main.wooprex-swiper-one .swiper-button-prev:after,
.wooprex-banner-section .banner-main.wooprex-swiper-one .swiper-button-next:after {
  font-size: 16px;
  line-height: 1.6em;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
  background: #eaedfb;
}
.wooprex-banner-section .banner-main.wooprex-swiper-one .swiper-button-prev {
  left: 3%;
}
.wooprex-banner-section .banner-main.wooprex-swiper-one .swiper-button-next {
  right: 3%;
}

@media (max-width: 767px) {
  .wooprex-banner-section .banner-main.wooprex-swiper-one .swiper-button-prev,
  .wooprex-banner-section .banner-main.wooprex-swiper-one .swiper-button-next {
    top: inherit;
    bottom: 20px;
    transform: translateX(-50%);
  }
  .wooprex-banner-section .banner-main.wooprex-swiper-one .swiper-button-prev {
    left: 40%;
  }
  .wooprex-banner-section .banner-main.wooprex-swiper-one .swiper-button-next {
    right: inherit;
    left: 60%;
  }
}
/* Service slider */
.wooprex-service-section .wooprex-swiper-nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 40px;
  gap: 30px;
}
.wooprex-service-section .wooprex-swiper-nav .swiper-button-next::after {
  content: "\f11a";
}
.wooprex-service-section .wooprex-swiper-nav .swiper-button-prev::after {
  content: "\f11b";
}
.wooprex-service-section .wooprex-swiper-nav .swiper-button-next,
.wooprex-service-section .wooprex-swiper-nav .swiper-button-prev {
  position: static !important;
  font-weight: 600;
  margin: 0;
}
.wooprex-service-section .wooprex-swiper-nav .swiper-button-next:after,
.wooprex-service-section .wooprex-swiper-nav .swiper-button-prev:after {
  font-family: "flaticon_consulting_collection";
  font-size: 32px;
  line-height: 1.6em;
}

/* Review slider */
.wooprex-review-section .wooprex-review-main span.swiper-pagination-current {
  font-size: 24px;
  color: #000000;
}
.wooprex-review-section .wooprex-review-main .swiper-pagination2 {
  color: #c8cdec;
  text-align: center;
  letter-spacing: -2px;
  margin-top: 30px;
}
.wooprex-review-section .wooprex-review-main .swiper-button-next {
  bottom: -5px;
  position: absolute !important;
  top: inherit;
  right: calc((100% - 130px) / 2);
  font-weight: 300;
  color: #000000;
}
.wooprex-review-section .wooprex-review-main .swiper-button-next::after {
  content: "\f11a";
  font-family: "flaticon_consulting_collection";
  font-size: 28px;
}
.wooprex-review-section .wooprex-review-main .swiper-button-prev {
  bottom: -5px;
  position: absolute !important;
  top: inherit;
  left: calc((100% - 130px) / 2);
  font-weight: 300;
  color: #000000;
}
.wooprex-review-section .wooprex-review-main .swiper-button-prev::after {
  content: "\f11b";
  font-family: "flaticon_consulting_collection";
  font-size: 28px;
}

/* Service page - quality slider */
.wooprex-quality-service .wooprex-quality-slider.wooprex-swiper-six {
  padding-bottom: 60px;
  margin-left: calc((100% - 1320px) / 2);
}
.wooprex-quality-service .wooprex-quality-slider.wooprex-swiper-six span.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 0px 7px !important;
}
.wooprex-quality-service .wooprex-quality-slider.wooprex-swiper-six span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ffffff;
  border: 1px solid;
}

/* Process page - process review */
.wooprex-process-review .wooprex-review-main.wooprex-swiper-seven .swiper-pagination {
  transition: all 0.3s ease;
}
.wooprex-process-review .wooprex-review-main.wooprex-swiper-seven span.swiper-pagination-bullet {
  background: #ffffff !important;
  opacity: 1 !important;
  width: 10px;
  height: 10px;
  margin: 0px 7px !important;
  transition: all 0.3s ease;
}
.wooprex-process-review .wooprex-review-main.wooprex-swiper-seven span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: transparent !important;
  border: 1px solid #ffffff;
  transform: scale(1.5);
}

/* Recent blog slider */
.recent-blog.wooprex-swiper-eight .swiper-button-prev,
.recent-blog.wooprex-swiper-eight .swiper-button-next {
  bottom: 0;
  position: absolute;
  top: inherit;
}
.recent-blog.wooprex-swiper-eight .swiper-button-prev:after,
.recent-blog.wooprex-swiper-eight .swiper-button-next:after {
  font-size: 24px;
  color: #001180;
}
.recent-blog.wooprex-swiper-eight .swiper-button-prev {
  left: calc((100% - 130px) / 2);
}
.recent-blog.wooprex-swiper-eight .swiper-button-next {
  right: calc((100% - 130px) / 2);
}

/*-- button -- */
/*-- Base: mixin & variable  -- */
.wooprex-btn {
  background: transparent;
  transition: 0.1s;
  padding: 16px 35px;
  border: 1px solid;
  border-radius: 30px;
  display: inline-flex;
  position: relative;
  z-index: 2;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.wooprex-btn:before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #002dff;
  transition: all 0.3s ease;
  z-index: -1;
}
.wooprex-btn i {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s ease;
  transform: rotate(-45deg);
}
.wooprex-btn i:before {
  font-weight: 900 !important;
  transition: all 0.3s ease;
}
.wooprex-btn:hover {
  color: #ffffff !important;
}
.wooprex-btn:hover:before {
  width: 100%;
}
.wooprex-btn:hover i {
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}
.wooprex-btn.color-btn {
  color: #002dff;
  border-color: #002dff;
}
.wooprex-btn.white-btn {
  color: #ffffff;
  border-color: #ffffff;
}
.wooprex-btn.white-btn:hover {
  border-color: #002dff;
}
.wooprex-btn.bg-color {
  background-color: #002dff;
  color: #ffffff;
}
.wooprex-btn.bg-color:before {
  background-color: #001180;
}

.input-wrapper {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 30px;
}
.input-wrapper:before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #002dff;
  transition: all 0.3s ease;
  z-index: -1;
}
.input-wrapper:hover {
  color: #ffffff !important;
}
.input-wrapper:hover:before {
  width: 100%;
}
.input-wrapper .wooprex-btn {
  min-width: 150px;
}
.input-wrapper .wooprex-btn:before {
  display: none;
}
.input-wrapper.icon:after {
  content: "\f101";
  font-family: "flaticon_consulting_collection";
  position: absolute;
  top: 50%;
  right: 50px;
  font-weight: 900;
  transform: translateY(-50%);
  color: #002dff;
  pointer-events: none;
  transform: translateY(-50%) rotate(-45deg);
  transition: all 0.3s ease;
}
.input-wrapper.icon .wooprex-btn {
  padding: 16px 75px 16px 50px;
}
.input-wrapper.icon:hover:after {
  color: #ffffff;
  transform: translateY(-50%) rotate(0deg);
}

/*-- counter -- */
/*-- Base: mixin & variable  -- */
.wooprex-counter {
  margin-top: 35px;
}
.wooprex-counter .row {
  row-gap: 40px;
}
.wooprex-counter .counter-item {
  text-align: center;
}
.wooprex-counter .counter-item h4 {
  font-size: 70px;
  font-weight: 200;
  line-height: 1.1em;
}
.wooprex-counter .counter-item h4 span {
  font-weight: 400;
}
.wooprex-counter .counter-item p {
  font-weight: 200;
  color: #eaedfb;
  margin-top: 20px;
}

/*-- team -- */
/*-- Base: mixin & variable  -- */
/*************** Start Wooprex team CSS *************/
.wooprex-team-section {
  overflow: hidden;
}
.wooprex-team-section h3 {
  font-size: 48px;
  line-height: 1.2em;
  margin-bottom: 25px;
}
.wooprex-team-section .sub-header {
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 400;
  text-align: left;
  color: #000000;
  max-width: 620px;
}
.wooprex-team-section .wooprex-team {
  margin-top: 60px;
}
.wooprex-team-section .team-left .row {
  row-gap: 96px;
}

/* Team member style */
.wooprex-team-member .author-image {
  border-radius: 16px;
  height: 386px;
  overflow: hidden;
}
.wooprex-team-member .author-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.wooprex-team-member .author-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.wooprex-team-member.member-big .author-image {
  height: 950px;
}
.wooprex-team-member.member-big .member-details {
  gap: 30px;
}
.wooprex-team-member.member-big .member-details .social-link {
  padding-left: 30px;
}
.wooprex-team-member .member-details {
  margin-top: 25px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.wooprex-team-member .member-details h4 {
  font-size: 18px;
  line-height: 1.6em;
  margin-bottom: 5px;
}
.wooprex-team-member .member-details h4 a {
  color: #001180;
}
.wooprex-team-member .member-details p {
  font-size: 14px;
  margin-bottom: 0;
}
.wooprex-team-member .member-details .social-link {
  padding-left: 20px;
  border-left: 1px solid #eaedfb;
  display: flex;
  gap: 12px;
}
.wooprex-team-member .member-details .social-link a {
  background: #001180;
  transition: 0.3s ease all;
  border: 1px solid #001180;
  display: inline-block;
  text-align: center;
  border-radius: 8px;
  width: 30px;
  height: 30px;
  line-height: 2em;
  color: #ffffff;
}
.wooprex-team-member .member-details .social-link a:hover {
  background: transparent;
  color: #001180;
}
.wooprex-team-member:hover .author-image img {
  transform: scale(1.05);
}
.wooprex-team-member:hover .member-details h4 a {
  color: #002dff;
}

/************** end Wooprex team CSS **************/
/*-- form -- */
/*-- Base: mixin & variable  -- */
/****************** Start Wooprex contact CSS 1 ***************/
.wooprex-contact-section {
  background: #eaedfb;
  line-height: 1.5;
  position: relative;
  overflow: hidden;
}
.wooprex-contact-section .container {
  max-width: 1560px;
}
.wooprex-contact-section .wooprex-contact-image {
  position: relative;
  z-index: 2;
}
.wooprex-contact-section .wooprex-contact-image img {
  border-radius: 50%;
  height: 670px;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 670px;
}
.wooprex-contact-section:before {
  content: "Contact Us";
  top: 10px;
  gap: 0px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 270px;
  width: 100%;
  text-align: center;
  font-weight: 800;
  opacity: 0.05;
  z-index: 1;
}

/********** end Wooprex contact CSS 1 *********/
/********** Start Wooprex contact CSS 2 ***********/
.wooprex-blog-contact {
  overflow: hidden;
}
.wooprex-blog-contact .wooprex-contact-image img {
  border-radius: 0px 0px 500px 500px;
  height: 638px;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 536px;
}
.wooprex-blog-contact .wooprex-contact-form {
  display: block;
  padding-top: 160px;
}
.wooprex-blog-contact .wooprex-contact-form h4 {
  font-size: 70px;
  line-height: 1.1em;
  font-weight: 400;
  margin-left: -180px;
  margin-bottom: 0px;
  color: #000000;
}
.wooprex-blog-contact .wooprex-contact-form span {
  display: block;
  font-size: 32px;
  margin-left: -180px;
  margin-bottom: 100px;
  color: #1b3942;
}

/************ end Wooprex contact CSS 2 ************/
/* Universal contact form */
.wooprex-contact-form {
  position: relative;
  z-index: 2;
  padding: 0px 90px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.wooprex-contact-form h4 {
  font-size: 80px;
  line-height: 1.1em;
  font-weight: 600;
  margin-bottom: 50px;
}
.wooprex-contact-form form input[type=text],
.wooprex-contact-form form input[type=email],
.wooprex-contact-form form textarea {
  font-weight: 300;
  color: #000000;
  border-bottom: 2px solid #000000;
  padding: 15px 0px;
  border-radius: 0px;
}
.wooprex-contact-form form input[type=text]:focus,
.wooprex-contact-form form input[type=email]:focus,
.wooprex-contact-form form textarea:focus {
  border-color: #001180 !important;
}

/* Universal contact form */
/* Contact page - contact */
.wooprex-contact .wooprex-contact-right .wooprex-contact-form form {
  margin-top: 40px;
}
.wooprex-contact .wooprex-contact-right .wooprex-contact-form form label {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 10px;
}
.wooprex-contact .wooprex-contact-right .wooprex-contact-form form input[type=text],
.wooprex-contact .wooprex-contact-right .wooprex-contact-form form input[type=email] {
  border-bottom: 1px solid rgba(0, 17, 128, 0.168627451);
}

/* Comment form */
.comment-form input[type=text],
.comment-form input[type=email],
.comment-form textarea {
  padding: 10px 0px;
  color: #244550;
  border-radius: 0px;
}
.comment-form input[type=text]::-moz-placeholder, .comment-form input[type=email]::-moz-placeholder, .comment-form textarea::-moz-placeholder {
  color: #244550;
  font-size: 14px;
}
.comment-form input[type=text]::placeholder,
.comment-form input[type=email]::placeholder,
.comment-form textarea::placeholder {
  color: #244550;
  font-size: 14px;
}
.comment-form input[type=text]:focus,
.comment-form input[type=email]:focus,
.comment-form textarea:focus {
  border-color: #002dff;
}
.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: 30px;
}
.comment-form .comment-form-cookies-consent {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 50px;
}
.comment-form .comment-form-cookies-consent input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 1px solid #000000;
  background-color: #ffffff;
  cursor: pointer;
  border-radius: 4px;
  position: relative;
}
.comment-form .comment-form-cookies-consent input:checked {
  background-color: #001180;
  border-color: #001180;
}
.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: 14px;
  line-height: 1.6rem;
  font-weight: 300;
  color: #000000;
  width: 85%;
}
.comment-form .form-submit {
  margin-top: 50px;
}

/*-- popup -- */
/*-- Base: mixin & variable  -- */
/********** Start Wooprex popup CSS ***************/
.wooprex-popup-section {
  overflow: hidden;
}
.wooprex-popup-section .popup-bg {
  background-image: url("../assets/images/image-8.webp");
  min-height: 546px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}
.wooprex-popup-section .popup-bg:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 17, 128, 0.6);
}
.wooprex-popup-section .popup-bg .media-player {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

/*video play > circle*/
.wooprex-video-play {
  position: absolute;
  z-index: 10;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 35px 20px 18px 39px;
}
.wooprex-video-play:before, .wooprex-video-play:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  background: rgba(0, 45, 255, 0.4901960784);
  border-radius: 50%;
}
.wooprex-video-play:before {
  z-index: 0;
  animation: circle-pulse 1500ms ease-out infinite;
  border: 1px solid #ffffff;
  height: 100px;
  width: 100px;
}
.wooprex-video-play:after {
  z-index: 1;
  width: 80px;
  height: 80px;
  transition: all 200ms;
  border: 1px solid #bcccd1;
}
.wooprex-video-play span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  transform: scale(1);
  transition: all 0.3s ease;
  border-left: 19px solid #ffffff;
  border-top: 13px solid transparent;
  border-bottom: 15px solid transparent;
}
.wooprex-video-play:hover span {
  transform: scale(1.2);
}
.wooprex-video-play:focus, .wooprex-video-play:visited {
  outline: 0;
}

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

/*-- product -- */
/*-- Base: mixin & variable  -- */
/* 
***************************** Wooprex product css ****************************
*/
.wooprex-product-section {
  position: relative;
  overflow: hidden;
  background: #f8f9ff;
}
.wooprex-product-section h1 {
  font-size: 48px;
  line-height: 1.2em;
  margin-bottom: 120px;
}
.wooprex-product-section h1 span {
  font-style: italic;
  font-weight: 300;
  color: #002dff;
}
.wooprex-product-section .wooprex-product-description {
  margin-bottom: 40px;
}
.wooprex-product-section .wooprex-product-description .product-description-left img {
  height: 591px;
  border-radius: 32px;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-product-section .wooprex-product-description .product-description-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-left: 30px;
}
.wooprex-product-section .wooprex-product-description .product-description-right h4 {
  font-size: 32px;
  font-weight: 400;
}
.wooprex-product-section .wooprex-product-description .product-description-right p {
  font-size: 24px;
  margin-top: 30px;
  margin-bottom: 0;
  color: #000000;
}

.wooprex-product-review {
  max-width: 870px;
  margin: 0 auto;
  padding-left: 60px;
  border-left: 1px solid #001180;
}
.wooprex-product-review .review-text p {
  font-size: 24px;
  line-height: 1.6em;
  font-style: italic;
  font-weight: 300;
  color: #000000;
  margin-bottom: 70px;
}
.wooprex-product-review .review-author {
  display: flex;
  align-items: center;
}
.wooprex-product-review .review-author img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.wooprex-product-review .author-details {
  margin-left: 15px;
}
.wooprex-product-review .author-details h5 {
  font-size: 24px;
  line-height: 1.6em;
}
.wooprex-product-review .author-details p {
  font-size: 16px;
  color: #000000;
}

/************* Wooprex product css **************/
/*-- recent blog -- */
/*-- Base: mixin & variable  -- */
.wooprex-recent-blog {
  background: #eaedfb;
  position: relative;
  overflow: hidden;
}
.wooprex-recent-blog h3 {
  margin-bottom: 50px;
  font-size: 48px;
  line-height: 1.2em;
  font-weight: 400;
}

/* Wooprex recent blog css */
.recent-blog.wooprex-swiper-eight {
  position: relative;
  overflow-x: clip;
  padding-bottom: 100px;
}

/*-- blog item -- */
/*-- Base: mixin & variable  -- */
/* Start universal blog item for blog page ans single blog page */
.blog-item {
  transition: all 0.6s ease;
  border-radius: 16px;
  height: 100%;
}
.blog-item .blog-thumbnail {
  margin-bottom: 20px;
}
.blog-item .blog-thumbnail a {
  display: block;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  border-radius: 16px;
  transition: all 0.6s ease;
}
.blog-item .blog-thumbnail img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  transition: 0.6s ease;
}
.blog-item:hover .blog-thumbnail a img {
  transform: scale(1.1);
}
.blog-item .blog-description h5 {
  font-size: 18px;
  line-height: 1.6em;
  font-weight: 500;
  color: #000000;
  margin-bottom: 10px;
}
.blog-item .blog-description p {
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 400;
  color: #000000;
  padding-right: 50px;
}
.blog-item .blog-author {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.blog-item .blog-category {
  margin-top: 35px;
}
.blog-item .blog-category ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  gap: 8px;
}
.blog-item .blog-category ul li a.wooprex-btn {
  font-size: 14px;
  line-height: 1.6em;
  padding: 8px 16px;
  color: #000000;
  border: 1px solid #59666a;
}
.blog-item .blog-category ul li a.wooprex-btn:hover {
  border-color: #002dff;
}

/* Universal blog author Image */
.blog-author-avatar img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
}

.blog-author-avatar span,
.blog-date p {
  font-weight: 500;
  color: #000000;
  margin-bottom: 0;
}

/* End universal blog item */
/*-- news events -- */
/*-- Base: mixin & variable  -- */
/*
************************** star Wooprex news CSS ***************************
*/
.wooprex-latest-news {
  overflow: hidden;
  position: relative;
}
.wooprex-latest-news h3 {
  text-align: center;
  font-size: 48px;
  line-height: 1.2em;
}
.wooprex-latest-news p.sub-header {
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 400;
  text-align: center;
  color: #000000;
  margin: 0 auto;
  margin-top: 25px;
  max-width: 675px;
}

.wooprex-news-main {
  margin-top: 60px;
}

.wooprex-news-item {
  display: flex;
}
.wooprex-news-item .news-image,
.wooprex-news-item .news-details {
  width: 50%;
}
.wooprex-news-item .news-image {
  height: 100%;
}
.wooprex-news-item .news-image img {
  height: 100%;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-news-item .news-details {
  padding-left: 26px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.wooprex-news-item .news-details p.date {
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 400;
  color: #000000;
  margin-bottom: 10px;
}
.wooprex-news-item .news-details h4 {
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 400;
  color: #000000;
}
.wooprex-news-item .news-details h4 + p {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 400;
  color: #000000;
}
.wooprex-news-item .news-details .wooprex-btn {
  border: none;
  padding: 0;
  margin-top: 25px;
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 600;
  color: #002dff;
}
.wooprex-news-item .news-details .wooprex-btn:before {
  display: none;
}
.wooprex-news-item .news-details .wooprex-btn:hover {
  background: transparent;
  color: #002dff !important;
}

.news-slider.wooprex-swiper-five {
  position: relative;
  overflow: hidden !important;
  padding-bottom: 60px;
}

/*
************************** end Wooprex news CSS ***************************
*/
/*-- wooprex sidebar -- */
/*-- Base: mixin & variable  -- */
/* Sidebar blog css */
.wooprex-sidebar.right {
  padding-left: 45px;
}
.wooprex-sidebar.left {
  padding-right: 45px;
}
.wooprex-sidebar .sidebar-title {
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 1.6em;
}
.wooprex-sidebar ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.wooprex-sidebar ul li a {
  color: #001180;
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 300;
}
.wooprex-sidebar ul li a:hover {
  color: #002dff;
}
.wooprex-sidebar .wooprex-sidebar-search {
  position: relative;
  max-width: 400px;
}
.wooprex-sidebar .wooprex-sidebar-search input {
  width: 100%;
  border: 1px solid #001180 !important;
  text-indent: 5px;
  border-radius: 8px;
  padding: 10px 5px;
}
.wooprex-sidebar .wooprex-sidebar-search button {
  position: absolute;
  right: 10px;
  top: 12px;
  display: flex;
  justify-content: flex-end;
  color: #001180;
  font-size: 20px;
  line-height: 1.6em;
  border: none;
  background-color: transparent;
}

.wooprex-sidebar-category ul li a,
.wooprex-sidebar-archive ul li a {
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
  transition: background-size 0.4s cubic-bezier(0.51, 0.5, 0.07, 0.99), color 0.27s ease-out;
  background-size: 0 1px;
  background-position: 100% calc(100% - 0px);
}
.wooprex-sidebar-category ul li a:hover,
.wooprex-sidebar-archive ul li a:hover {
  background-size: 100% 1px;
  background-position: 0 calc(100% - 0px);
}

/* Social post */
.wooprex-sidebar-social-post {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 400px;
}
.wooprex-sidebar-social-post a {
  border-radius: 15px;
  display: block;
  overflow: hidden;
}
.wooprex-sidebar-social-post a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-sidebar-social-post a img:hover {
  transform: scale(1.05);
}
.wooprex-sidebar-social-post .post-item:last-child {
  display: flex;
  overflow: hidden;
  gap: 15px;
}

/* Latest post */
.wooprex-sidebar-latest-post ul li {
  margin-bottom: 15px;
}
.wooprex-sidebar-latest-post .latest-post-item {
  display: flex;
  gap: 15px;
  align-items: center;
}
.wooprex-sidebar-latest-post .latest-post-item .post-thumbnail {
  width: 75px;
  border-radius: 10px;
  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-thumbnail:hover img {
  transform: scale(1.05);
}
.wooprex-sidebar-latest-post .latest-post-item .post-details {
  width: 65%;
}
.wooprex-sidebar-latest-post .latest-post-item .post-details p {
  font-size: 14px;
  margin: 0;
  color: #000000;
}
.wooprex-sidebar-latest-post .latest-post-item .post-details p.date {
  color: #001180;
  font-weight: 500;
  margin-bottom: 10px;
}

/* Sidebar tags */
.wooprex-sidebar-tags {
  max-width: 400px;
}
.wooprex-sidebar-tags .tagcloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 25px;
}
.wooprex-sidebar-tags .tagcloud .wooprex-btn {
  padding: 5px 15px;
  font-size: 14px;
  color: rgba(0, 17, 128, 0.8) !important;
  border-color: rgba(0, 17, 128, 0.3882352941) !important;
}
.wooprex-sidebar-tags .tagcloud .wooprex-btn:hover {
  border-color: #002dff !important;
  color: #ffffff !important;
}

/*-- bottom to top -- */
/*-- Base: mixin & variable  -- */
#topButton {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #002dff;
  padding: 0;
  cursor: pointer;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
#topButton .progress-circle {
  width: 100%;
  height: 100%;
}
#topButton .progress-circle .progress-svg {
  width: 100%;
  height: 100%;
}
#topButton .progress-circle .progress-svg .progress-background {
  fill: none;
  stroke: #000000;
  stroke-width: 4;
}
#topButton .progress-circle .progress-svg .progress-bar {
  fill: none;
  stroke: #001180;
  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: #001180;
  display: flex;
}
#topButton .progress-circle .font i {
  transform: rotate(180deg);
  line-height: 0px;
}
#topButton .progress-circle .font i:after {
  font-weight: 700 !important;
}
#topButton.show {
  opacity: 1;
  visibility: visible;
}

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

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*-- pagination-- */
/*-- Base: mixin & variable  -- */
/* Blog pagination */
.wooprex-pagination {
  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: #000000;
  color: #000000;
}
.wooprex-pagination ul.page-numbers li .page-numbers:hover {
  border-color: #002dff;
  color: #002dff;
}
.wooprex-pagination ul.page-numbers li.active .page-numbers {
  border-color: #002dff;
  color: #002dff;
}

@media (max-width: 575px) {
  .wooprex-pagination ul.page-numbers li a.page-numbers,
  .wooprex-pagination ul.page-numbers li span.page-numbers.current {
    width: 40px;
    height: 40px;
  }
}
/*-- All pages styles -- */
/*-- home page -- */
/*-- Base: mixin & variable  -- */
/*
************************** Start Wooprex Banner CSS ***************************
*/
.wooprex-banner-section {
  position: relative;
}
.wooprex-banner-section .banner-image {
  position: relative;
  height: 100%;
}
.wooprex-banner-section .banner-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-banner-section .banner-image::before {
  content: "";
  background: linear-gradient(90deg, rgba(0, 45, 255, 0.56) 0%, rgba(0, 45, 255, 0.15) 99.43%);
  height: 100%;
  width: 100%;
  top: 0;
  position: absolute;
  z-index: 2;
}
.wooprex-banner-section .banner-image .banner-text {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  width: 1000px;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  padding-left: calc((100% - 1320px) / 2);
}
.wooprex-banner-section .banner-image .banner-text h3 {
  font-size: 80px;
  line-height: 1.1em;
  font-weight: 600;
  margin-bottom: 15px;
}
.wooprex-banner-section .banner-image .banner-text h5 {
  font-size: 18px;
  line-height: 1.6em;
  font-weight: 600;
  margin-bottom: 50px;
}
.wooprex-banner-section .social-section {
  position: absolute;
  bottom: 50px;
  z-index: 1;
  width: 100%;
}
.wooprex-banner-section .social-main .follow {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.wooprex-banner-section .social-main .follow p img {
  margin-left: 20px;
}
.wooprex-banner-section .social-main .follow i {
  position: relative;
}
.wooprex-banner-section .social-main .follow i:before {
  left: 10px;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}
.wooprex-banner-section .social-main .social-icon {
  gap: 30px;
  display: flex;
  justify-content: flex-end;
}
.wooprex-banner-section .social-main .social-icon a {
  transition: all 0.3s ease;
}
.wooprex-banner-section .social-main .social-icon a:hover {
  margin-top: -10px;
  color: #002dff;
}

/*
************************** Start Wooprex service CSS ***************************
*/
.wooprex-service-section {
  position: relative;
  overflow: hidden;
}
.wooprex-service-section h1 {
  font-size: 48px;
  line-height: 1.2em;
  max-width: 1020px;
  margin: 0 auto;
}
.wooprex-service-section .wooprex-service-inner-section a {
  display: block;
  width: 100%;
  height: 100%;
}
.wooprex-service-section .wooprex-service-inner-section .wooprex-slider-item {
  position: relative;
  display: block;
  height: 420px;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.wooprex-service-section .wooprex-service-inner-section .wooprex-slider-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-service-section .wooprex-service-inner-section .wooprex-slider-item p {
  font-size: 15px;
}
.wooprex-service-section .wooprex-slider-text {
  padding: 25px 16px;
  position: absolute;
  bottom: 0;
  z-index: 2;
}
.wooprex-service-section .wooprex-slider-text h3 {
  font-size: 24px;
  line-height: 1.6em;
  margin-bottom: 10px;
}

.wooprex-main {
  display: flex;
}

/*
****************** End Wooprex service CSS ******************
*/
/*
**************** Start Wooprex Partnership CSS ****************
*/
.wooprex-partnership-section {
  overflow: hidden;
  position: relative;
}
.wooprex-partnership-section .wooprex-partnership-left h3 {
  font-size: 32px;
  line-height: 1.6em;
  font-weight: 600;
  margin-bottom: 35px;
}
.wooprex-partnership-section .wooprex-partnership-left p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6em;
  margin-bottom: 35px;
  color: #000000;
}
.wooprex-partnership-section .wooprex-partnership-left a {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6em;
}
.wooprex-partnership-section .wooprex-logo-right {
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: column;
}
.wooprex-partnership-section .wooprex-logo-right .row {
  row-gap: 40px;
}
.wooprex-partnership-section .wooprex-logo-right img {
  width: 100%;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  padding-left: 20px;
}

/************** End Wooprex Partnership CSS ***************/
/*************** Start Wooprex Consult CSS ****************/
.wooprex-consult-section {
  overflow: hidden;
  position: relative;
  background: #f4f4f4;
}
.wooprex-consult-section .wooprex-consult-text {
  position: absolute;
  bottom: 0;
  padding: 0px 30px;
  z-index: 2;
}
.wooprex-consult-section .wooprex-consult-text h6 {
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 1.6em;
}
.wooprex-consult-section .wooprex-consult-text p {
  max-width: 430px;
}
.wooprex-consult-section .wooprex-consult-text .wooprex-btn {
  margin-bottom: 30px;
  margin-top: 30px;
}
.wooprex-consult-section h3 {
  font-size: 48px;
  line-height: 1.2em;
  margin-bottom: 25px;
}
.wooprex-consult-section p.sub-header {
  color: #000000;
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 400;
  max-width: 630px;
}
.wooprex-consult-section .wooprex-consult-slider {
  margin-top: 70px;
}
.wooprex-consult-section .wooprex-consult-slider .wooprex-consult-slider-section.wooprex-swiper-three {
  position: relative;
  overflow: hidden !important;
  padding-bottom: 60px;
}
.wooprex-consult-section .wooprex-consult-slider .wooprex-consult-slider-section.wooprex-swiper-three .wooprex-consult-slider-item img {
  height: 587px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}

/**************** End Wooprex Consulting CSS **************/
/*************** start Wooprex review CSS ***************/
.wooprex-review-section {
  position: relative;
  overflow: hidden;
  background: #eaedfb;
}
.wooprex-review-section .wooprex-review-main {
  position: relative;
}
.wooprex-review-section .wooprex-review-item {
  position: relative;
}
.wooprex-review-section .wooprex-review-item .avatar {
  position: relative;
  z-index: 2;
}
.wooprex-review-section .wooprex-review-item .review {
  border-left: 1px solid;
  border-image-source: linear-gradient(180deg, #002dff 0%, rgba(0, 45, 255, 0) 100%);
  border-image-slice: 1;
  padding-left: 40px;
}
.wooprex-review-section .wooprex-review-item .review p {
  margin-top: 12px;
  font-size: 28px;
  font-style: italic;
  font-weight: 200;
}
.wooprex-review-section .wooprex-review-item .avatar,
.wooprex-review-section .wooprex-review-item .star {
  padding-left: 40px;
}
.wooprex-review-section .wooprex-review-item .avatar img {
  width: 40px;
  border-radius: 50%;
}
.wooprex-review-section .wooprex-review-item .avatar h5 {
  font-weight: 400;
  margin-left: 10px;
}
.wooprex-review-section .wooprex-review-item:after {
  content: "";
  background-image: url("../assets/shape/quote.svg");
  background-repeat: no-repeat;
  position: absolute;
  height: 55px;
  width: 75px;
  right: 0;
  top: 0;
  background-size: cover;
}

/************** end Wooprex review CSS ***************/
/************* start Wooprex client satisfaction CSS **********/
.wooprex-client-satisfaction {
  position: relative;
  overflow: hidden;
  min-height: 898px;
  background: #001180;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px;
}
.wooprex-client-satisfaction .container {
  max-width: 1262px;
}
.wooprex-client-satisfaction .wooprex-client-right {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  border: 1px solid;
  border-image-source: linear-gradient(180deg, rgba(0, 45, 255, 0) 0%, rgba(0, 45, 255, 0.35) 51.5%, rgba(0, 45, 255, 0) 100%);
  border-image-slice: 1;
}
.wooprex-client-satisfaction .wooprex-client-right h3 {
  font-size: 48px;
  line-height: 1.2em;
  margin-bottom: 18px;
}
.wooprex-client-satisfaction .wooprex-client-right p {
  color: #eaedfb;
}
.wooprex-client-satisfaction .wooprex-client-left {
  border-left: 1px solid;
  border-image-source: linear-gradient(180deg, rgba(0, 45, 255, 0) 0%, rgba(0, 45, 255, 0.35) 51.5%, rgba(0, 45, 255, 0) 100%);
  border-image-slice: 1;
}

/************* end Wooprex client satisfaction CSS *************/
/*************** start Wooprex opportunity CSS *************/
.wooprex-opportunity {
  display: flex;
  align-items: center;
  min-height: 650px;
  position: relative;
  padding: 130px 50px;
  overflow: hidden;
}
.wooprex-opportunity .container {
  max-width: 1650px;
}
.wooprex-opportunity video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-opportunity:before {
  content: "";
  background: rgba(0, 45, 255, 0.6);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  opacity: 0.7;
}
.wooprex-opportunity .wooprex-opportunity-main {
  position: relative;
  z-index: 2;
}
.wooprex-opportunity .wooprex-opportunity-main h3 {
  font-size: 128px;
  line-height: 1.1em;
  font-weight: 500;
  -webkit-text-stroke: 2px #ffffff;
  /* width and color */
  -webkit-text-fill-color: transparent;
}
.wooprex-opportunity .wooprex-opportunity-main .wooprex-btn {
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 600;
  background: #000000;
  border-color: #000000;
  margin-top: 40px;
  transition: all 0.3s ease;
  color: #ffffff;
}
.wooprex-opportunity .wooprex-opportunity-main .wooprex-btn:hover {
  border-color: #002dff;
}
.wooprex-opportunity .wooprex-opportunity-main .wooprex-btn:hover i {
  transform: rotate(0deg);
}
.wooprex-opportunity .wooprex-opportunity-main .wooprex-btn i {
  margin-left: 3px;
}

/*************** end Wooprex opportunity CSS ****************/
/*-- about page -- */
/*-- Base: mixin & variable  -- */
.wooprex-about-service {
  overflow: hidden;
}
.wooprex-about-service .wooprex-main-left {
  width: 50%;
  flex: 0 0 auto;
  min-height: 390px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.wooprex-about-service .wooprex-main-left .wooprex-main-left-header p {
  color: #000000;
}
.wooprex-about-service .wooprex-main-left h4 {
  font-size: 32px;
  line-height: 1.6em;
  margin-bottom: 30px;
}
.wooprex-about-service .wooprex-main-right {
  width: 50%;
  flex: 0 0 auto;
}
.wooprex-about-service .wooprex-main-right .row {
  row-gap: 50px;
}

/*
************************** Start Wooprex overview CSS ***************************
*/
.wooprex-overview-section {
  overflow: hidden;
  background: #eaedfb;
}
.wooprex-overview-section .overview-top-item {
  display: flex;
  gap: 68px;
  align-items: center;
  margin-bottom: 85px;
}
.wooprex-overview-section .overview-top-item h4 {
  font-size: 32px;
  line-height: 1.4em !important;
  margin: 0;
  width: 50%;
}
.wooprex-overview-section .overview-top-item p {
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 400;
  color: #000000;
  margin: 0;
  width: 50%;
}
.wooprex-overview-section .overview-bottom .counter-item {
  border-bottom: 2px solid #001180;
}
.wooprex-overview-section .overview-bottom .counter-item h4 {
  font-size: 64px;
  color: #001180;
}
.wooprex-overview-section .overview-bottom .counter-item h4 span {
  color: #001180;
}
.wooprex-overview-section .overview-bottom .counter-item p {
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 50px;
  color: #001180;
}

/*
************************** end Wooprex overview CSS ***************************
*/
/*-- services page -- */
/*-- Base: mixin & variable  -- */
/* ===========================================================================
                              Start Service Page CSS 
==============================================================================
*/
.wooprex-quality-service {
  position: relative;
  overflow: hidden;
}
.wooprex-quality-service .wooprex-quality-header h2 {
  font-size: 48px;
  line-height: 1.2em;
  font-weight: 400;
  color: #001180;
  margin-bottom: 0;
}
.wooprex-quality-service .wooprex-quality-header h2 span {
  color: #002dff;
  font-style: italic;
  font-weight: 300;
}
.wooprex-quality-service .wooprex-quality-header p {
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 400;
  margin-bottom: 0;
  color: #000000;
}
.wooprex-quality-service .quality-slider-item {
  background: #f8f9ff;
  padding: 12px;
  border-radius: 32px;
}
.wooprex-quality-service .quality-slider-item i {
  font-size: 48px;
  line-height: 1.2em;
  color: #002dff;
}
.wooprex-quality-service .quality-slider-item h3 {
  font-size: 24px;
  line-height: 1.6em;
  margin-bottom: 50px;
  position: relative;
  max-width: 325px;
}
.wooprex-quality-service .quality-slider-item p {
  font-size: 14px;
  font-weight: 400;
  color: #2d4349;
  margin-bottom: 70px;
}
.wooprex-quality-service .quality-slider-item a {
  display: inline-flex;
  background: #ffffff;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  text-align: center;
  position: relative;
  justify-content: center;
}
.wooprex-quality-service .quality-slider-item a i {
  font-size: 32px;
  line-height: 1.6em;
  color: #002dff;
  transform: rotate(-45deg);
  transition: all 0.3s ease;
}
.wooprex-quality-service .quality-slider-item a i:before {
  font-weight: 900 !important;
  position: relative;
  top: 5px;
}
.wooprex-quality-service .quality-slider-item:hover i {
  transform: rotate(0deg);
}
.wooprex-quality-service .quality-slider-item-description {
  position: relative;
  z-index: 2;
  padding: 10px;
  transition: padding 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-around;
  min-height: 420px;
}
.wooprex-quality-service .quality-slider-item-description::before {
  border-radius: 32px;
  transition: opacity 0.3s ease, filter 0.3s ease;
}

.has-background-image {
  position: relative;
}
.has-background-image::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 32px;
}
.has-background-image:hover::before {
  background-image: attr(data-img-src url);
  opacity: 1;
}
.has-background-image:hover .quality-slider-item-description {
  position: relative;
  border-radius: 24px;
}
.has-background-image:hover .quality-slider-item-description::before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.65);
}

/**************** Start Wooprex Capability css ***************/
.wooprex-capability-section {
  position: relative;
  overflow: hidden;
}
.wooprex-capability-section .wooprex-capability-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
.wooprex-capability-section .wooprex-capability-header .header-main,
.wooprex-capability-section .wooprex-capability-header .header-btn {
  width: 50%;
}
.wooprex-capability-section .wooprex-capability-header .header-btn {
  text-align: end;
}
.wooprex-capability-section .wooprex-capability-header h3 {
  font-size: 48px;
  line-height: 1.2em;
  margin-bottom: 15px;
  color: #000000;
}
.wooprex-capability-section .wooprex-capability-header p {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  max-width: 515px;
}
.wooprex-capability-section .wooprex-capability-header p a {
  font-size: 18px;
  line-height: 1.6em;
  font-style: italic;
  font-weight: 400;
  color: #002dff;
  text-decoration: underline;
}
.wooprex-capability-section .wooprex-opportunity-details .opportunity-item h5 {
  margin-bottom: 75px;
  font-size: 32px;
  line-height: 1.6em;
  font-weight: 400;
}
.wooprex-capability-section .wooprex-opportunity-details .opportunity-item ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.wooprex-capability-section .wooprex-opportunity-details .opportunity-item ul li {
  font-size: 18px;
  line-height: 1.6em;
  font-weight: 400;
  color: #000000;
}

/****************** End Wooprex Capability css **************/
/*-- service details page -- */
/*-- Base: mixin & variable  -- */
.wooprex-service-details-section {
  position: relative;
  overflow: hidden;
}
.wooprex-service-details-section .service-top {
  background-color: #f8f9ff;
  position: relative;
}
.wooprex-service-details-section .service-top .row {
  row-gap: 50px;
}
.wooprex-service-details-section .service-top .bg-shape {
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
}
.wooprex-service-details-section .service-top .top-left h1 {
  font-size: 48px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 40px;
}
.wooprex-service-details-section .service-top .top-left p {
  color: #000000;
  margin-bottom: 40px;
}
.wooprex-service-details-section .service-top .top-right {
  padding-left: 60px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wooprex-service-details-section .service-top .top-right ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
}
.wooprex-service-details-section .service-top .top-right ul li {
  width: 50%;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.wooprex-service-details-section .service-top .top-right ul li i {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #002dff;
  font-size: 20px;
}
.wooprex-service-details-section .service-top .top-right ul li i:before {
  font-weight: 900 !important;
}
.wooprex-service-details-section .service-details-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.wooprex-service-details-section .service-details-wrapper .service-details-item {
  display: flex;
  align-items: normal;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.wooprex-service-details-section .service-details-wrapper .service-details-item .service-image,
.wooprex-service-details-section .service-details-wrapper .service-details-item .service-description {
  width: 50%;
  flex: 0 0 auto;
}
.wooprex-service-details-section .service-details-wrapper .service-details-item:nth-child(odd) .service-description {
  padding-left: 50px;
  padding-right: calc((100% - 1320px) / 2);
}
.wooprex-service-details-section .service-details-wrapper .service-details-item:nth-child(even) {
  flex-direction: row-reverse;
}
.wooprex-service-details-section .service-details-wrapper .service-details-item:nth-child(even) .service-description {
  padding-right: 50px;
  padding-left: calc((100% - 1320px) / 2);
}
.wooprex-service-details-section .service-details-wrapper .service-details-item .service-image {
  height: 700px;
  overflow: hidden;
}
.wooprex-service-details-section .service-details-wrapper .service-details-item .service-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-service-details-section .service-details-wrapper .service-details-item .service-description {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  flex-direction: column;
}
.wooprex-service-details-section .service-details-wrapper .service-details-item .service-description h3 {
  font-size: 32px;
  margin-bottom: 25px;
  color: #000000;
  font-weight: 500;
}
.wooprex-service-details-section .service-details-wrapper .service-details-item .service-description p {
  margin-bottom: 50px;
  color: #626680;
}
.wooprex-service-details-section .service-details-wrapper .service-details-item .service-description ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  row-gap: 12px;
}
.wooprex-service-details-section .service-details-wrapper .service-details-item .service-description ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.wooprex-service-details-section .service-details-wrapper .service-details-item .service-description ul li i {
  color: #002dff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*
=================================================================================
                     Start Wooprex Price CSS 
=================================================================================
*/
.wooprex-price-section {
  position: relative;
  background-color: #f8f9ff;
}
.wooprex-price-section .price-header {
  margin-bottom: 100px;
  position: relative;
  z-index: 1;
}
.wooprex-price-section .price-header .row {
  row-gap: 40px;
}
.wooprex-price-section .price-header .header-left span.top-pricing-text {
  color: #151a40;
}
.wooprex-price-section .price-header .header-left h3 {
  font-size: 48px;
  margin: 40px 0px 50px 0px;
  font-weight: 400;
  color: #151a40;
}
.wooprex-price-section .price-header .header-left h4 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5em;
  color: #151a40;
}
.wooprex-price-section .price-header .header-right {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  height: 100%;
}
.wooprex-price-section .price-header .header-right .price-tab {
  background: #eaedfb;
  border: 1px solid #001180;
  border-radius: 56px;
  width: 365px;
  height: 75px;
  display: flex;
  margin-left: auto;
  justify-content: space-between;
  overflow: hidden;
  padding: 10px;
  gap: 10px;
}
.wooprex-price-section .price-header .header-right .price-tab button {
  background: transparent;
  border: none;
  border-radius: 56px;
  width: 50%;
  text-align: left;
  font-size: 20px;
  padding: 0 20px;
  color: #000000;
  text-align: center;
  transition: all 0.3s ease;
}
.wooprex-price-section .price-header .header-right .price-tab button.yearly {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 10px;
  padding: 0px 10px;
}
.wooprex-price-section .price-header .header-right .price-tab button.yearly span {
  font-size: 14px;
  padding: 4px 8px 4px 8px;
  border-radius: 40px;
  background: #9f54ff;
  color: #ffffff;
  line-height: 2;
}
.wooprex-price-section .price-header .header-right .price-tab button.active {
  background: #ffffff;
}
.wooprex-price-section .wooprex-price-bottom {
  position: relative;
  z-index: 1;
}
.wooprex-price-section .wooprex-price-bottom .row {
  row-gap: 40px;
}
.wooprex-price-section .wooprex-price-bottom .price-item {
  border: 1px solid #f2f2f2;
  padding: 50px 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 25px;
  transition: 0.6s ease-in-out;
  background: #ffffff;
  max-width: 400px;
  margin: 0 auto;
  height: 100%;
}
.wooprex-price-section .wooprex-price-bottom .price-item:hover {
  box-shadow: 0 12px 34px 1px rgba(0, 0, 0, 0.1);
}
.wooprex-price-section .wooprex-price-bottom .price-item.middle h5 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wooprex-price-section .wooprex-price-bottom .price-item.middle h5 span {
  color: #f99500;
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
}
.wooprex-price-section .wooprex-price-bottom .price-item h5 {
  font-size: 32px;
  font-weight: 400;
}
.wooprex-price-section .wooprex-price-bottom .price-item p {
  font-size: 14px;
}
.wooprex-price-section .wooprex-price-bottom .price-item h4 {
  font-size: 72px;
  transition: all 0.6s ease;
  opacity: 1;
  left: 0;
  font-weight: 300;
  color: #151a40;
}
.wooprex-price-section .wooprex-price-bottom .price-item h4.fade-out {
  opacity: 0;
  left: 20px;
  position: relative;
}
.wooprex-price-section .wooprex-price-bottom .price-item h4 span {
  font-size: 32px;
  font-weight: 400;
}
.wooprex-price-section .wooprex-price-bottom .price-item .wooprex-btn {
  height: 52px;
  padding: 0;
}
.wooprex-price-section .wooprex-price-bottom .price-item ul {
  display: flex;
  align-items: normal;
  justify-content: normal;
  flex-direction: column;
  row-gap: 18px;
  margin-top: 20px;
}
.wooprex-price-section .wooprex-price-bottom .price-item ul li {
  padding-left: 30px;
  position: relative;
  font-size: 14px;
}
.wooprex-price-section .wooprex-price-bottom .price-item ul li:before {
  content: "\f120";
  font-family: "flaticon_consulting_collection";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  font-size: 16px;
}

/*
=================================================================================
                     End Wooprex Price CSS 
=================================================================================
*/
.service-list .row {
  row-gap: 40px;
}

/*** USED IN ABOUT PAGE & SERVICE DETAILS PAGE *****/
.wooprex-service-inner-item i {
  font-size: 40px;
  line-height: 1.6em;
  color: #002dff;
}
.wooprex-service-inner-item h3 {
  font-size: 24px;
  line-height: 1.6em;
  font-weight: 400;
  margin-bottom: 15px;
}

/*-- Process page -- */
/*-- Base: mixin & variable  -- */
.wooprex-process-section {
  position: relative;
  overflow: hidden;
}
.wooprex-process-section .process-header {
  margin-bottom: 80px;
}
.wooprex-process-section .process-header h3 {
  font-size: 32px;
  line-height: 1.6em;
  margin-bottom: 40px;
}
.wooprex-process-section .process-header p {
  color: #000000;
  margin-bottom: 0;
}
.wooprex-process-section .process-body-item {
  display: flex;
}
.wooprex-process-section .process-body-item:nth-child(even) .process-inner-left {
  order: 2;
}
.wooprex-process-section .process-inner-left,
.wooprex-process-section .process-inner-right {
  width: 50%;
}
.wooprex-process-section .process-inner-left img {
  height: 591px;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-process-section .process-inner-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 591px;
  padding: 0px 40px;
}
.wooprex-process-section .process-inner-right h4 {
  font-size: 128px;
  line-height: 1.1em;
  font-weight: 700;
  color: #001180;
  margin-bottom: 0px;
}
.wooprex-process-section .process-inner-right h3 {
  display: block;
  font-size: 48px;
  line-height: 1.2em;
  display: inline-block;
  color: #001180;
  margin-bottom: 100px;
}
.wooprex-process-section .process-inner-right p {
  color: #000000;
}

/*
************************** Start Wooprex process review CSS ***************************
*/
.wooprex-process-review .author-details p {
  color: #ffffff;
}

.wooprex-process-review {
  background-image: url("../assets/images/image-36.webp");
  min-height: 650px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
.wooprex-process-review:before {
  content: "";
  background: rgba(0, 45, 255, 0.6);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  opacity: 1;
}
.wooprex-process-review .wooprex-review-main {
  position: relative;
  z-index: 2;
}
.wooprex-process-review .wooprex-review-main.wooprex-swiper-seven {
  padding-bottom: 60px;
}
.wooprex-process-review .wooprex-product-review {
  border-left: 1px solid #ffffff !important;
}
.wooprex-process-review .review-text {
  margin-bottom: 80px;
}

/*-- contact page -- */
/*-- Base: mixin & variable  -- */
.wooprex-contact {
  background: #eaedfb;
  position: relative;
  overflow: hidden;
}
.wooprex-contact .row {
  row-gap: 40px;
}
.wooprex-contact .wooprex-contact-left {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wooprex-contact .wooprex-contact-left .wooprex-contact-left-top h4 {
  font-size: 48px;
  line-height: 1.2em;
  font-weight: 600;
  margin-bottom: 20px;
}
.wooprex-contact .wooprex-contact-left .wooprex-contact-left-top p,
.wooprex-contact .wooprex-contact-left .wooprex-contact-left-top p a {
  font-size: 16px;
  line-height: 2.5 !important;
  margin-bottom: 0;
  color: #000000;
  transition: all 0.3s ease;
}
.wooprex-contact .wooprex-contact-left .wooprex-contact-left-top p a:hover {
  color: #002dff;
}
.wooprex-contact .wooprex-contact-left .wooprex-contact-left-top p.description {
  max-width: 350px !important;
  line-height: 1.5 !important;
  margin-bottom: 15px;
}
.wooprex-contact .wooprex-contact-left .wooprex-contact-left-bottom {
  margin-top: 90px;
}
.wooprex-contact .wooprex-contact-left .wooprex-contact-left-bottom h5 {
  font-size: 18px;
  line-height: 1.6em;
  margin-bottom: 65px;
}
.wooprex-contact .wooprex-contact-left .wooprex-contact-left-bottom p {
  color: #000000;
  max-width: 250px;
}
.wooprex-contact .wooprex-contact-right .wooprex-contact-form {
  padding: 40px;
  background: #ffffff;
  border-radius: 16px;
}
.wooprex-contact .wooprex-contact-right .wooprex-contact-form h4 {
  margin-bottom: 10px;
  font-size: 70px;
  line-height: 1.1em;
  font-weight: 400;
}
.wooprex-contact .wooprex-contact-right .wooprex-contact-form span {
  font-size: 32px;
}

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

/*-- team page -- */
/*-- Base: mixin & variable  -- */
/*************** Start Wooprex team CSS *************/
.wooprex-team-list-section {
  overflow: hidden;
}
.wooprex-team-list-section .sub-header {
  font-size: 18px;
  line-height: 1.6em;
  font-weight: 400;
  text-align: left;
  color: #000000;
}
.wooprex-team-list-section .wooprex-team {
  margin-top: 60px;
}
.wooprex-team-list-section .wooprex-team .row {
  row-gap: 96px;
}

/*-- team details page -- */
/*-- Base: mixin & variable  -- */
.wooprex-team-details-section {
  overflow: hidden;
}
.wooprex-team-details-section .team-top-wrapper .team-image {
  max-width: 500px;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
}
.wooprex-team-details-section .team-top-wrapper .team-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-team-details-section .team-top-wrapper .team-description {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.wooprex-team-details-section .team-top-wrapper .team-description h2 {
  font-size: 40px;
  margin-bottom: 10px;
  color: #000000;
}
.wooprex-team-details-section .team-top-wrapper .team-description h4 {
  font-size: 20px;
  color: #001180;
}
.wooprex-team-details-section .team-top-wrapper .team-description p {
  margin: 30px 0px;
  color: #000000;
}
.wooprex-team-details-section .team-top-wrapper .team-description ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 40px;
}
.wooprex-team-details-section .team-top-wrapper .team-description ul li span {
  font-weight: 500;
  color: #000000;
}
.wooprex-team-details-section .team-top-wrapper .team-description ul li a:hover {
  color: #002dff;
}
.wooprex-team-details-section .team-top-wrapper .team-description .wooprex-follow-us {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.wooprex-team-details-section .team-top-wrapper .team-description .wooprex-follow-us a {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #001180;
  color: #ffffff;
  font-size: 16px;
  border: 1px solid #001180;
}
.wooprex-team-details-section .team-top-wrapper .team-description .wooprex-follow-us a i {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wooprex-team-details-section .team-top-wrapper .team-description .wooprex-follow-us a:hover {
  border: 1px solid #002dff;
  background-color: #ffffff;
  color: #002dff;
}
.wooprex-team-details-section .team-bottom-wrapper h3 {
  margin-bottom: 15px;
  font-size: 40px;
}
.wooprex-team-details-section .team-bottom-wrapper .sub-header {
  color: #244550;
  margin-bottom: 50px;
}
.wooprex-team-details-section .team-bottom-wrapper .bottom-left .counter-section {
  background-color: #f4f4f4;
  padding: 30px;
  border-radius: 16px;
}
.wooprex-team-details-section .team-bottom-wrapper .bottom-left .counter-section .counter-item {
  text-align: center;
}
.wooprex-team-details-section .team-bottom-wrapper .bottom-left .counter-section .counter-item h4 {
  margin-bottom: 10px;
  font-size: 48px;
}
.wooprex-team-details-section .team-bottom-wrapper .bottom-left .counter-section .counter-item p {
  color: #244550;
}
.wooprex-team-details-section .team-bottom-wrapper .bottom-right {
  padding-left: 30px;
}
.wooprex-team-details-section .team-bottom-wrapper .bottom-right .row {
  row-gap: 30px;
}
.wooprex-team-details-section .team-bottom-wrapper .bottom-right .progress-section .progress-item .description {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.wooprex-team-details-section .team-bottom-wrapper .bottom-right .progress-section .progress-item .description h5 {
  font-size: 18px;
  color: #244550;
}
.wooprex-team-details-section .team-bottom-wrapper .bottom-right .progress-section .progress-item .description p {
  font-weight: 500;
}
.wooprex-team-details-section .team-bottom-wrapper .bottom-right .progress-section .progress-item .progress-bar {
  width: 100%;
  height: 8px;
  border-radius: 8px;
  background-color: #f4f4f4;
  position: relative;
}
.wooprex-team-details-section .team-bottom-wrapper .bottom-right .progress-section .progress-item .progress-bar:before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #001180;
  border-radius: 8px;
  animation: progress 2s ease-in-out forwards;
}
.wooprex-team-details-section .team-bottom-wrapper .bottom-right .progress-section .progress-item.item-1 .progress-bar:before {
  width: 90%;
}
.wooprex-team-details-section .team-bottom-wrapper .bottom-right .progress-section .progress-item.item-2 .progress-bar:before {
  width: 95%;
}
.wooprex-team-details-section .team-bottom-wrapper .bottom-right .progress-section .progress-item.item-3 .progress-bar:before {
  width: 100%;
}
.wooprex-team-details-section .team-bottom-wrapper .bottom-right .progress-section .progress-item.item-4 .progress-bar:before {
  width: 85%;
}

@keyframes progress {
  0% {
    width: 0;
  }
}
/*-- blog pages -- */
/*-- Base: mixin & variable  -- */
.wooprex-blog {
  position: relative;
  overflow: hidden;
}
.wooprex-blog .wooprex-blog-header p.header-text {
  padding: 16px 32px 16px 32px;
  border-radius: 64px;
  overflow: hidden;
  border: 1px solid #bcccd1;
  font-size: 32px;
  color: #000000;
  display: inline-block;
  margin-bottom: 40px;
  position: relative;
}
.wooprex-blog .wooprex-blog-header p.header-text:before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #002dff;
  transition: all 0.3s ease;
  z-index: -1;
}
.wooprex-blog .wooprex-blog-header p.header-text:hover {
  color: #ffffff;
}
.wooprex-blog .wooprex-blog-header p.header-text:hover:before {
  width: 100%;
}
.wooprex-blog .wooprex-blog-header h1 {
  font-size: 32px;
  line-height: 1.6em;
  font-weight: 400;
  text-align: center;
  color: #000000;
  margin-bottom: 40px;
  margin-top: 0;
}
.wooprex-blog .wooprex-blog-header p {
  color: #000000;
}
.wooprex-blog .wooprex-blog-list .row {
  row-gap: 40px;
}
.wooprex-blog .wooprex-blog-list.has-sidebar .row {
  row-gap: inherit;
}
.wooprex-blog .wooprex-blog-list.has-sidebar .row .row {
  row-gap: 40px;
}

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

.wooprex-blog-description,
.wooprex-blog-author,
.wooprex-blog-thumbnail,
.wooprex-blog-images,
.wooprex-blog-quote,
.wooprex-sidebar-search,
.wooprex-sidebar-category,
.wooprex-sidebar-archive,
.wooprex-sidebar-social-post,
.wooprex-sidebar-latest-post {
  margin-bottom: 40px;
}

.wooprex-blog-details {
  /* Blog details > blog author */
  /* Blog details > blog thumbnail */
  /* Blog details > description wrapper > blog quote */
  /* Blog details > description wrapper > additional */
}
.wooprex-blog-details > h1 {
  font-size: 48px;
  line-height: 1.2em;
  font-weight: 500;
  color: #000000;
  margin-bottom: 15px;
  margin-top: 0;
}
.wooprex-blog-details h3 {
  font-size: 32px;
  line-height: 1.6em;
  font-weight: 400;
  margin-bottom: 25px;
}
.wooprex-blog-details p {
  color: #000000;
}
.wooprex-blog-details .wooprex-blog-author {
  display: flex;
  align-items: center;
  gap: 60px;
}
.wooprex-blog-details .wooprex-blog-author .blog-date p {
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 300;
  color: #000000;
}
.wooprex-blog-details .wooprex-blog-thumbnail {
  overflow: hidden;
  border-radius: 15px;
}
.wooprex-blog-details .wooprex-blog-thumbnail img {
  height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.wooprex-blog-details .wooprex-blog-thumbnail img:hover {
  transform: scale(1.05);
}
.wooprex-blog-details .image-wrapper {
  margin-bottom: 30px;
}
.wooprex-blog-details .image-wrapper .row {
  row-gap: 20px;
}
.wooprex-blog-details .image-wrapper .wooprex-blog-image {
  overflow: hidden;
  border-radius: 32px;
}
.wooprex-blog-details .image-wrapper .wooprex-blog-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.wooprex-blog-details .image-wrapper .wooprex-blog-image img:hover {
  transform: scale(1.05);
}
.wooprex-blog-details .image-wrapper .image-left {
  height: 100%;
}
.wooprex-blog-details .image-wrapper .image-left .wooprex-blog-image {
  height: 100%;
}
.wooprex-blog-details .image-wrapper .image-right {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 20px;
}
.wooprex-blog-details .image-wrapper .image-right .wooprex-blog-image {
  height: 260px;
}
.wooprex-blog-details .wooprex-blog-quote {
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #eaedfb;
  position: relative;
}
.wooprex-blog-details .wooprex-blog-quote:before {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  height: 50px;
  width: 60px;
  background-image: url("../assets/shape/quote.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.wooprex-blog-details .wooprex-blog-quote blockquote {
  font-size: 18px;
  line-height: 1.6em;
  font-weight: 400;
  text-align: center;
  color: #000000;
  width: 780px;
}
.wooprex-blog-details .wooprex-blog-additional p {
  margin-top: 30px;
}
.wooprex-blog-details .description-item p,
.wooprex-blog-details .wooprex-blog-additional p {
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 400;
  margin: 0;
}

.wooprex-single-blog-navigation {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wooprex-single-blog-navigation a {
  background: #eaedfb;
  border-radius: 24px;
  padding: 10px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.wooprex-single-blog-navigation a:hover {
  background-color: #002dff;
  color: #ffffff;
}
.wooprex-single-blog-navigation a i {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wooprex-single-blog-navigation a.prev {
  flex-direction: row-reverse;
}

/*-- coming soon page -- */
/*-- Base: mixin & variable  -- */
.wooprex-coming-soon-section {
  height: 100vh;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.wooprex-coming-soon-section:before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  background: rgba(0, 45, 255, 0.6);
  z-index: 1;
}
.wooprex-coming-soon-section .bg-image {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-coming-soon-section .coming-soon-main-wrapper {
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding: 50px;
  background-color: rgba(0, 45, 255, 0.4);
  border-radius: 24px;
}
.wooprex-coming-soon-section .coming-soon-main-wrapper p,
.wooprex-coming-soon-section .coming-soon-main-wrapper h1,
.wooprex-coming-soon-section .coming-soon-main-wrapper a {
  color: #ffffff;
}
.wooprex-coming-soon-section .coming-soon-main-wrapper p {
  max-width: 520px;
}
.wooprex-coming-soon-section .coming-soon-main-wrapper h1 {
  font-size: 62px;
  font-weight: 400;
  margin-top: 30px;
}
.wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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;
  color: #ffffff;
}
.wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown .item span {
  font-size: 56px;
  font-weight: 300;
  display: block;
  line-height: 1.4em;
  color: #ffffff;
}
.wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown .item h4 {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  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;
}

/*-- 404 error page -- */
/*-- Base: mixin & variable  -- */
.wooprex-error-section {
  background: #eaedfb;
  height: 100vh;
}
.wooprex-error-section .error-wrapper-main {
  height: 100%;
  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: 40px 0px 20px 0px;
}
.wooprex-error-section .error-wrapper-main p {
  margin-bottom: 70px;
  font-weight: 500;
}

/*-- faq page -- */
/*-- Base: mixin & variable  -- */
section.wooprex-faq-section {
  overflow: visible;
  overflow-x: clip;
  position: relative;
}
section.wooprex-faq-section .bg-image {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 150%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-faq-section .container {
  position: relative;
  z-index: 2;
}
section.wooprex-faq-section .faq-top {
  margin-bottom: 80px;
  text-align: center;
}
section.wooprex-faq-section .faq-top h2 {
  color: #000000;
  font-size: 48px;
  margin-bottom: 15px;
}
section.wooprex-faq-section .faq-top p {
  max-width: 600px;
  margin: 0 auto;
  color: #000000;
}
section.wooprex-faq-section .faq-bottom .faq-left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: normal;
}
section.wooprex-faq-section .faq-bottom .faq-left ul.nav-tabs {
  display: flex;
  align-items: normal;
  justify-content: flex-start;
  flex-direction: column;
  gap: 18px;
  padding-bottom: 40px;
  border-bottom: 7px solid #bcccd1;
  margin-bottom: 40px;
}
section.wooprex-faq-section .faq-bottom .faq-left ul.nav-tabs li button {
  background-color: transparent;
  padding: 0;
  color: #000000;
  border: none;
  font-size: 16px;
  text-align: left;
  width: 100%;
}
section.wooprex-faq-section .faq-bottom .faq-left ul.nav-tabs li button.active {
  border-bottom: 1px solid #002dff;
  color: #002dff;
}
section.wooprex-faq-section .faq-bottom .faq-left .contact-section {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 50px;
}
section.wooprex-faq-section .faq-bottom .faq-left .contact-section .item h4 {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 25px;
  color: #000000;
}
section.wooprex-faq-section .faq-bottom .faq-left .contact-section .item ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 10px;
}
section.wooprex-faq-section .faq-bottom .faq-left .contact-section .item ul li a {
  color: #000000;
}
section.wooprex-faq-section .faq-bottom .faq-left .contact-section .item ul li a:hover {
  color: #002dff;
}
section.wooprex-faq-section .faq-bottom .faq-left .contact-section .item p {
  color: #000000;
}
section.wooprex-faq-section .faq-bottom .faq-left .contact-section .item ul.wooprex-follow-us {
  flex-direction: row;
  gap: 20px;
}
section.wooprex-faq-section .faq-bottom .faq-left .contact-section .item ul.wooprex-follow-us li a:hover {
  color: #002dff;
  transform: scale(1.3);
}
section.wooprex-faq-section .faq-bottom .faq-right .accordion {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 20px;
}
section.wooprex-faq-section .faq-bottom .faq-right .accordion .accordion-item {
  background-color: transparent;
  border: 1px solid #b2bdf0;
  border-radius: 8px;
  width: 100%;
}
section.wooprex-faq-section .faq-bottom .faq-right .accordion .accordion-item button {
  padding: 30px 70px 30px 35px;
  border: none;
  background-color: transparent;
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  width: 100%;
  text-align: left;
}
section.wooprex-faq-section .faq-bottom .faq-right .accordion .accordion-item button:not(.collapsed) {
  color: #002dff;
}
section.wooprex-faq-section .faq-bottom .faq-right .accordion .accordion-item button:not(.collapsed):after {
  content: "\f11e";
  color: #002dff;
}
section.wooprex-faq-section .faq-bottom .faq-right .accordion .accordion-item button:after {
  content: "\f11d";
  font-family: "flaticon_consulting_collection";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 35px;
  color: #001180;
  font-size: 22px;
  font-weight: 700;
}
section.wooprex-faq-section .faq-bottom .faq-right .accordion .accordion-item .accordion-body {
  padding: 0px 70px 30px 35px;
}
section.wooprex-faq-section .faq-bottom .faq-right .accordion .accordion-item .accordion-body p {
  color: #001180;
}

/*-- Woocommerce styles -- */
/*-- Base: mixin & variable  -- */
/*-- Responsive styles -- */
/*-- Base: mixin & variable  -- */
/*
For Responsive CSS
*/
@media (max-width: 1400px) {
  .wooprex-quality-service .wooprex-quality-slider {
    margin-left: 0;
  }
  .wooprex-quality-service .wooprex-quality-slider .quality-slider-item h3 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .wooprex-banner-section .banner-image .banner-text {
    padding-left: 60px;
  }
}
@media (min-width: 1200px) {
  .wooprex-capability-header .header-btn {
    text-align: end;
  }
}
@media (max-width: 1199px) {
  .wooprex-banner-section .banner-image {
    height: 100vh;
  }
  .wooprex-banner-section .banner-image .banner-text {
    padding: 20px;
  }
  .wooprex-service-section .wooprex-slider-item {
    height: 550px;
  }
  .wooprex-capability-section .wooprex-opportunity-details .opportunity-item h5 {
    margin-bottom: 30px;
  }
  .wooprex-opportunity .wooprex-opportunity-main h3 {
    font-size: 100px;
  }
  .wooprex-team-section .team-left .row {
    row-gap: 5px;
  }
  .wooprex-blog-contact .wooprex-contact-image img {
    max-width: 100%;
    min-height: 100%;
    height: 100%;
  }
  .wooprex-blog-contact .wooprex-contact-form {
    display: block;
    padding-top: 60px;
  }
  .wooprex-blog-comment .reply-comment {
    margin-left: 15%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* Team css */
  .wooprex-team-member {
    padding-bottom: 20px;
  }
  .wooprex-team-member .member-details h4 {
    font-size: 16px;
  }
  .wooprex-team-member.member-big .author-image {
    height: 875px;
  }
  .wooprex-team-member.member-big .member-details {
    justify-content: space-between;
  }
  /* contact page */
  .wooprex-contact .wooprex-contact-right .wooprex-contact-form h4 {
    font-size: 55px;
  }
  .wooprex-client-satisfaction {
    padding: 0px 20px;
  }
  .wooprex-news-item {
    display: block;
  }
  .wooprex-news-item .news-image {
    margin-bottom: 15px;
  }
  .wooprex-news-item .news-image,
  .wooprex-news-item .news-details,
  .wooprex-news-item .news-image img {
    height: 100%;
    width: 100%;
  }
  /* contact section */
  .wooprex-contact-section .wooprex-contact-image {
    text-align: center;
  }
  .wooprex-contact-section .wooprex-contact-image img {
    width: 500px;
    height: 500px;
  }
  .wooprex-contact-section:before {
    font-size: 170px;
  }
  .wooprex-contact-form {
    padding-right: 0;
    padding-left: 30px;
  }
  .wooprex-contact-form h4 {
    font-size: 60px;
  }
  .wooprex-footer-right {
    padding-left: 30px;
  }
  /* Service Page All Responsive */
  .wooprex-quality-service .wooprex-quality-slider {
    margin-left: 0 !important;
  }
  .wooprex-quality-service .wooprex-quality-slider .quality-slider-item h3 {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .wooprex-quality-service .wooprex-quality-slider .quality-slider-item p {
    margin-bottom: 60px;
  }
  .wooprex-quality-service .wooprex-quality-slider .quality-slider-item,
  .wooprex-quality-service .wooprex-quality-slider .quality-slider-item-description {
    min-height: 100%;
    height: 100%;
  }
  .wooprex-quality-service .wooprex-quality-slider .quality-slider-item,
  .wooprex-quality-service .wooprex-quality-slider .quality-slider-item.has-background-image:hover .quality-slider-item-description {
    padding: 15px;
  }
  /* About Us Page All Responsive */
  .wooprex-blog-contact .wooprex-contact-form h4 {
    font-size: 55px;
    margin-left: 0;
    text-align: left;
  }
  .wooprex-blog-contact .wooprex-contact-form span {
    margin-left: 0;
    margin-bottom: 40px;
  }
  .wooprex-sidebar.right {
    padding-left: 10px;
  }
  .wooprex-sidebar.left {
    padding-right: 10px;
  }
  /***************** FAQ PAGE *******************/
  section.wooprex-faq-section .faq-bottom .faq-right .accordion .accordion-item button {
    padding: 25px 50px 25px 25px;
  }
  section.wooprex-faq-section .faq-bottom .faq-right .accordion .accordion-item button:after {
    right: 25px;
  }
  section.wooprex-faq-section .faq-bottom .faq-right .accordion .accordion-item .accordion-body {
    padding: 0px 50px 25px 25px;
  }
  /***************** TEAM PAGE *******************/
  .wooprex-team-list-section .wooprex-team .row {
    row-gap: 10px;
  }
  /***************** ERROR PAGE *******************/
  .wooprex-error-section .error-wrapper-main img {
    max-width: 500px;
  }
  /***************** SERVICE DETAILS PAGE *******************/
  .wooprex-service-details-section .service-top .top-left h1 {
    font-size: 38px;
  }
  .wooprex-service-details-section .service-top .top-right {
    padding-left: 0px;
  }
  .wooprex-service-details-section .service-details-wrapper .service-details-item:nth-child(odd) .service-description {
    padding-left: 20px;
    padding-right: 20px;
  }
  .wooprex-service-details-section .service-details-wrapper .service-details-item:nth-child(even) .service-description {
    padding-right: 20px;
    padding-left: 20px;
  }
  .wooprex-service-details-section .service-details-wrapper .service-details-item .service-image {
    height: 650px;
  }
  .wooprex-service-details-section .service-details-wrapper .service-details-item .service-description h3 {
    font-size: 28px;
  }
  .wooprex-service-details-section .service-details-wrapper .service-details-item .service-description p {
    margin-bottom: 50px;
  }
  .wooprex-price-section .price-header {
    margin-bottom: 80px;
  }
  .wooprex-price-section .price-header .header-left h3 {
    font-size: 40px;
    margin: 20px 0px 30px 0px;
  }
  .wooprex-price-section .price-header .header-left h4 {
    font-size: 18px;
  }
  .wooprex-price-section .price-header .header-right {
    justify-content: flex-start;
  }
  .wooprex-price-section .price-header .header-right .price-tab {
    margin-left: 0;
  }
  .wooprex-price-section .wooprex-price-bottom .price-item {
    padding: 30px 20px;
    max-width: 100%;
  }
  /***************** Single Team ******************/
  .wooprex-team-details-section .team-top-wrapper .row {
    row-gap: 40px;
  }
  .wooprex-team-details-section .team-bottom-wrapper {
    padding-top: 50px;
  }
  .wooprex-team-details-section .team-bottom-wrapper .row {
    row-gap: 40px;
  }
  .wooprex-team-details-section .team-bottom-wrapper .bottom-right {
    padding-left: 0;
  }
}
/* max screen 991px - responsive */
@media (max-width: 991px) {
  .container {
    padding: 0px 20px;
  }
  .padding-y {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .padding-bottom {
    padding-bottom: 60px;
  }
  .padding-top {
    padding-top: 60px;
  }
  .wooprex-counter .row {
    row-gap: 30px;
  }
  .wooprex-counter .counter-item p {
    margin-top: 5px;
  }
  .wooprex-banner-section .banner-image {
    height: 100vh;
  }
  .wooprex-banner-section .banner-image .banner-text {
    padding: 20px;
  }
  .wooprex-service-section {
    overflow-x: clip;
  }
  /* Partnership section */
  .wooprex-partnership-section {
    padding-top: 20px;
  }
  .wooprex-partnership-section .wooprex-logo-right {
    padding-top: 60px;
  }
  .wooprex-partnership-section .wooprex-logo-right img {
    padding: 15px 0px;
  }
  .wooprex-latest-news .wooprex-news-item .news-image,
  .wooprex-latest-news .news-image img,
  .wooprex-latest-news .wooprex-news-item .news-details,
  .wooprex-contact-section .wooprex-contact-image img {
    width: 100%;
    height: auto;
    min-height: auto;
  }
  .wooprex-client-satisfaction {
    min-height: auto;
    padding: 80px 15px;
  }
  .wooprex-client-satisfaction .wooprex-client-left {
    display: none;
  }
  .wooprex-opportunity {
    padding: 0;
  }
  /**** Team */
  .wooprex-team-section {
    row-gap: 40px;
  }
  .wooprex-team-section .team-left {
    row-gap: 40px;
  }
  .wooprex-team-member {
    padding-bottom: 20px;
  }
  .wooprex-team-member .author-image {
    height: 500px !important;
  }
  .wooprex-team-member.member-big .member-details {
    justify-content: space-between;
  }
  /* Latest news */
  .wooprex-latest-news .wooprex-news-item .news-image {
    margin-bottom: 15px;
  }
  .wooprex-latest-news .wooprex-news-item .news-image img {
    height: 100%;
    width: 100%;
  }
  /* Contact */
  .wooprex-contact-section:before {
    font-size: 120px;
  }
  .wooprex-contact-section .wooprex-contact-image {
    text-align: center;
  }
  .wooprex-contact-section .wooprex-contact-image img {
    width: 350px;
    height: 350px;
  }
  .wooprex-contact-form {
    margin-top: 20px;
    padding: 0 20px;
  }
  .wooprex-contact-form h4 {
    font-size: 50px;
  }
  .wooprex-footer .wooprex-footer-right {
    padding-left: 0;
  }
  .wooprex-footer .wooprex-footer-right .row {
    row-gap: 20px;
  }
  .wooprex-footer .wooprex-footer-right h4 {
    margin-bottom: 50px;
  }
  .wooprex-footer .wooprex-footer-item h5 {
    margin-bottom: 5px;
  }
  /* Service Page All Responsive */
  .wooprex-capability-section .wooprex-capability-header h3,
  .wooprex-quality-service .wooprex-quality-header h2 {
    font-size: 42px;
  }
  .wooprex-product-description .product-description-right h4 {
    font-size: 24px;
  }
  .wooprex-product-description .product-description-right p,
  .wooprex-product-review .review-text p {
    font-size: 20px;
  }
  .wooprex-opportunity .wooprex-opportunity-main h3 {
    font-size: 78px;
  }
  .wooprex-quality-service .wooprex-quality-header h2 {
    margin-bottom: 30px;
  }
  .wooprex-quality-service .wooprex-quality-slider.wooprex-swiper-six {
    margin-left: 0;
  }
  .wooprex-quality-service .wooprex-quality-slider .quality-slider-item,
  .wooprex-quality-service .wooprex-quality-slider .quality-slider-item-description {
    min-height: 100%;
    height: 100%;
  }
  .wooprex-quality-service .wooprex-quality-slider .quality-slider-item,
  .wooprex-quality-service .wooprex-quality-slider .quality-slider-item.has-background-image:hover .quality-slider-item-description {
    padding: 15px;
  }
  .wooprex-quality-service .wooprex-quality-slider .quality-slider-item h3 {
    font-size: 28px;
    margin-bottom: 25px;
  }
  .wooprex-quality-service .wooprex-quality-slider .quality-slider-item p {
    margin-bottom: 50px;
  }
  /* service page product section*/
  .wooprex-product-section h1 {
    font-size: 36px;
    margin-bottom: 70px;
  }
  .wooprex-product-section .wooprex-product-description .product-description-left img {
    height: 100%;
  }
  .wooprex-product-section .wooprex-product-description .product-description-right {
    padding-left: 0;
  }
  .wooprex-product-section .wooprex-product-description .product-description-right p {
    margin-top: 15px;
    font-size: 20px;
  }
  .wooprex-product-review {
    padding-left: 20px;
  }
  .wooprex-product-review .review-text p {
    margin-bottom: 25px;
  }
  .wooprex-capability-section .wooprex-opportunity-details .opportunity-item {
    margin-bottom: 25px;
  }
  .wooprex-capability-section .wooprex-opportunity-details .opportunity-item h5 {
    margin-bottom: 25px;
  }
  .wooprex-capability-section .wooprex-opportunity-details .opportunity-item.last {
    margin-bottom: 0px;
  }
  /* Process Page All Responsive */
  .wooprex-process-section .process-inner-right h3 {
    font-size: 36px;
    margin-bottom: 40px;
  }
  /* About Us All Responsive*/
  .wooprex-breadcrumb.text-left .breadcrumb-text {
    align-items: center;
  }
  .wooprex-about-service .wooprex-main-left,
  .wooprex-about-service .wooprex-main-right {
    width: 100%;
    min-height: auto;
    display: block;
  }
  .wooprex-about-service .wooprex-main {
    display: block;
  }
  .wooprex-about-service .wooprex-main .wooprex-main-left-header {
    margin-bottom: 30px;
  }
  .wooprex-about-service .wooprex-main .wooprex-main-right {
    margin-top: 50px;
  }
  /* About us - Overview section */
  .wooprex-overview-section .overview-top {
    margin-bottom: 40px;
  }
  .wooprex-blog-contact .wooprex-contact-form h4 {
    font-size: 44px;
    margin-left: 0;
    text-align: left;
  }
  .wooprex-blog-contact .wooprex-contact-form span {
    margin-left: 0;
    margin-bottom: 40px;
  }
  /* Blog Page All Responsive */
  .wooprex-blog .wooprex-blog-header .wooprex-btn {
    font-size: 24px;
  }
  .wooprex-blog .wooprex-blog-header h1 {
    font-size: 24px;
  }
  .wooprex-blog .wooprex-blog-list {
    margin-top: 60px;
  }
  /* Universal blog item */
  .blog-item .blog-description h5 {
    font-size: 24px;
  }
  .blog-item .blog-description p {
    padding-right: 0;
  }
  .blog-item .blog-category {
    margin-top: 15px;
  }
  .blog-item .blog-category ul li .wooprex-btn {
    font-size: 12px;
  }
  /* Universal author avatar */
  .blog-author-avatar span,
  .blog-date p {
    font-size: 14px;
  } /* Universal author avatar */
  /* Single Blog All responsive */
  .wooprex-blog-details > h1 {
    font-size: 28px;
  }
  .wooprex-blog-details h3 {
    font-size: 24px;
  }
  .wooprex-blog-details .wooprex-blog-author {
    gap: 20px;
  }
  .wooprex-blog-details .wooprex-blog-thumbnail img {
    height: auto;
  }
  .wooprex-blog-details .wooprex-blog-description {
    flex-direction: column;
    gap: 25px;
  }
  .wooprex-blog-quote {
    height: auto;
    padding: 20px;
  }
  .wooprex-blog-quote:before {
    left: 0px;
    height: 40px;
    width: 40px;
  }
  .wooprex-blog-quote blockquote {
    font-size: 14px;
  }
  .wooprex-blog-comment h3 {
    margin-bottom: 30px;
  }
  /* Sidebar */
  .wooprex-sidebar {
    margin-top: 50px;
    border-top: 1px solid rgba(0, 17, 128, 0.2901960784);
    padding-top: 50px;
  }
  .wooprex-sidebar.left {
    padding-right: 0;
  }
  .wooprex-sidebar.right {
    padding-left: 0;
  }
  /* recent blog */
  .wooprex-recent-blog h3 {
    font-size: 32px;
  }
  .recent-blog.wooprex-swiper-eight {
    padding-bottom: 50px;
  }
  /* Contact Page All responsive */
  .wooprex-contact .wooprex-contact-left .wooprex-contact-left-bottom {
    margin-top: 40px;
  }
  .wooprex-contact .wooprex-contact-left .wooprex-contact-left-bottom h5 {
    margin-bottom: 10px;
  }
  .wooprex-contact .wooprex-contact-right .wooprex-contact-form {
    padding: 20px 15px;
  }
  .wooprex-contact .wooprex-contact-right .wooprex-contact-form h4 {
    font-size: 34px;
    text-align: left;
  }
  .wooprex-contact .wooprex-contact-right .wooprex-contact-form span {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wooprex-blog-contact .wooprex-contact-form {
    position: relative;
    z-index: 2;
    padding: 0px 40px;
    margin: 0;
    padding-top: 40px;
  }
  .wooprex-news-item {
    display: block;
  }
  .wooprex-news-item .news-details {
    padding-left: 0px;
  }
  .wooprex-footer-right {
    margin-top: 0;
    padding-left: 15px;
  }
  .wooprex-footer-right h4 {
    margin-bottom: 30px;
  }
  /* Wooprex Service Page All Responsive */
  .wooprex-product-description .product-description-right {
    padding-top: 0;
  }
  /* Blog Single */
  .wooprex-sidebar-latest-post .latest-post-item {
    flex-direction: column;
    align-items: normal;
  }
  .wooprex-sidebar-latest-post .latest-post-item .post-details {
    width: 100%;
  }
  /***************** FAQ PAGE *******************/
  section.wooprex-faq-section .faq-top h2 {
    font-size: 45px;
  }
  section.wooprex-faq-section .faq-bottom .faq-right .accordion .accordion-item button {
    padding: 20px 40px 20px 20px;
    font-size: 18px;
  }
  section.wooprex-faq-section .faq-bottom .faq-right .accordion .accordion-item button:after {
    font-size: 18px;
    right: 20px;
  }
  section.wooprex-faq-section .faq-bottom .faq-right .accordion .accordion-item .accordion-body {
    padding: 0px 40px 20px 20px;
  }
  /***************** TEAM PAGE *******************/
  .wooprex-team-member .member-details {
    justify-content: space-between;
  }
  .wooprex-team-list-section .wooprex-team .row {
    row-gap: 40px;
  }
  /***************** COMING SOON PAGE *******************/
  .wooprex-coming-soon-section {
    height: 650px;
  }
  .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: 50px;
  }
  .wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown .item {
    padding-right: 55px;
  }
  /***************** ERROR PAGE *******************/
  .wooprex-error-section {
    padding: 100px 0px;
  }
  .wooprex-error-section .error-wrapper-main img {
    max-width: 500px;
  }
  /***************** SERVICE DETAILS PAGE *******************/
  .wooprex-service-details-section .service-top .top-left h1 {
    font-size: 40px;
  }
  .wooprex-service-details-section .service-top .top-right {
    padding-left: 0px;
  }
  .wooprex-service-details-section .service-details-wrapper .service-details-item:nth-child(odd) .service-description {
    padding-left: 20px;
    padding-right: 20px;
  }
  .wooprex-service-details-section .service-details-wrapper .service-details-item:nth-child(even) .service-description {
    padding-right: 20px;
    padding-left: 20px;
  }
  .wooprex-service-details-section .service-details-wrapper .service-details-item .service-image {
    height: 600px;
  }
  .wooprex-service-details-section .service-details-wrapper .service-details-item .service-description h3 {
    font-size: 24px;
  }
  .wooprex-service-details-section .service-details-wrapper .service-details-item .service-description p {
    margin-bottom: 30px;
  }
  .wooprex-price-section .price-header {
    margin-bottom: 80px;
  }
  .wooprex-price-section .price-header .header-left h3 {
    font-size: 40px;
    margin: 20px 0px 30px 0px;
  }
  .wooprex-price-section .price-header .header-left h4 {
    font-size: 18px;
  }
  .wooprex-price-section .price-header .header-right {
    justify-content: flex-start;
  }
  .wooprex-price-section .price-header .header-right .price-tab {
    margin-left: 0;
  }
  .wooprex-price-section .wooprex-price-bottom .price-item {
    padding: 30px 20px;
    max-width: 100%;
  }
  /***************** Single Team ******************/
  .wooprex-team-details-section .team-top-wrapper .row {
    row-gap: 40px;
  }
  .wooprex-team-details-section .team-bottom-wrapper .row {
    row-gap: 40px;
  }
  .wooprex-team-details-section .team-bottom-wrapper .bottom-right {
    padding-left: 0;
  }
  /* 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: 17px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-metadata {
    margin-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 {
    margin-left: 75px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-content {
    margin-left: 75px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .reply {
    margin-left: 75px;
    margin-top: 16px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .reply .comment-reply-link {
    padding: 5px 35px;
  }
  .wooprex-blog-comment .comment-list .comment .children {
    margin-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) {
  /***************** FAQ PAGE *******************/
  section.wooprex-faq-section .faq-top {
    margin-bottom: 50px;
  }
  section.wooprex-faq-section .faq-top h2 {
    font-size: 40px;
  }
  section.wooprex-faq-section .faq-bottom .faq-left ul.nav-tabs {
    order: 2;
    margin-top: 50px;
    flex-direction: row;
    gap: 15px;
  }
  section.wooprex-faq-section .faq-bottom .faq-right .accordion .accordion-item button {
    padding: 20px 40px 20px 20px;
    font-size: 18px;
  }
  section.wooprex-faq-section .faq-bottom .faq-right .accordion .accordion-item button:after {
    font-size: 18px;
    right: 20px;
  }
  section.wooprex-faq-section .faq-bottom .faq-right .accordion .accordion-item .accordion-body {
    padding: 0px 40px 20px 20px;
  }
  /***************** TEAM PAGE *******************/
  .wooprex-team-member .member-details {
    justify-content: space-between;
  }
  .wooprex-team-list-section .wooprex-team {
    margin-top: 40px;
  }
  .wooprex-team-list-section .wooprex-team .row {
    row-gap: 30px;
  }
  /***************** COMING SOON PAGE *******************/
  .wooprex-coming-soon-section {
    height: 650px;
  }
  .wooprex-coming-soon-section .coming-soon-main-wrapper {
    padding: 40px;
  }
  .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: flex-start;
    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: 50px;
  }
  .wooprex-coming-soon-section .coming-soon-main-wrapper a {
    margin-top: 70px;
  }
  /***************** ERROR PAGE *******************/
  .wooprex-error-section {
    padding: 100px 0px;
  }
  .wooprex-error-section .error-wrapper-main img {
    max-width: 400px;
  }
  /***************** SERVICE DETAILS PAGE *******************/
  .wooprex-service-details-section .service-top .top-left h1 {
    font-size: 40px;
  }
  .wooprex-service-details-section .service-top .top-right {
    padding-left: 0px;
  }
  .wooprex-service-details-section .service-top .top-right ul {
    row-gap: 20px;
  }
  .wooprex-service-details-section .service-top .top-right ul li i {
    font-size: 18px;
  }
  .wooprex-service-details-section .service-details-wrapper .service-details-item .service-image,
  .wooprex-service-details-section .service-details-wrapper .service-details-item .service-description {
    width: 100%;
  }
  .wooprex-service-details-section .service-details-wrapper .service-details-item:nth-child(odd) {
    flex-direction: row-reverse;
  }
  .wooprex-service-details-section .service-details-wrapper .service-details-item:nth-child(odd) .service-description {
    padding-left: 20px;
    padding-right: 20px;
  }
  .wooprex-service-details-section .service-details-wrapper .service-details-item:nth-child(even) .service-description {
    padding-right: 20px;
    padding-left: 20px;
  }
  .wooprex-service-details-section .service-details-wrapper .service-details-item .service-image {
    height: 400px;
  }
  .wooprex-service-details-section .service-details-wrapper .service-details-item .service-description {
    row-gap: 40px;
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .wooprex-service-details-section .service-details-wrapper .service-details-item .service-description h3 {
    font-size: 30px;
  }
  .wooprex-service-details-section .service-details-wrapper .service-details-item .service-description p {
    margin-bottom: 30px;
  }
  .wooprex-service-details-section .service-details-wrapper .service-details-item .service-description ul li i {
    font-size: 16px;
  }
  .wooprex-price-section .price-header {
    margin-bottom: 80px;
  }
  .wooprex-price-section .price-header .header-left h3 {
    font-size: 40px;
    margin: 20px 0px 30px 0px;
  }
  .wooprex-price-section .price-header .header-left h4 {
    font-size: 18px;
  }
  .wooprex-price-section .price-header .header-right {
    justify-content: flex-start;
  }
  .wooprex-price-section .price-header .header-right .price-tab {
    height: 65px;
    margin-left: 0;
  }
  .wooprex-price-section .price-header .header-right .price-tab button {
    font-size: 18px;
  }
  .wooprex-price-section .price-header .header-right .price-tab button.yearly span {
    font-size: 14px;
  }
  .wooprex-price-section .wooprex-price-bottom .price-item {
    padding: 30px 20px;
    max-width: 500px;
  }
  .wooprex-price-section .wooprex-price-bottom .price-item.middle h5 span {
    font-size: 14px;
  }
  .wooprex-price-section .wooprex-price-bottom .price-item h5 {
    font-size: 24px;
  }
  /***************** Single Team ******************/
  .wooprex-team-details-section .team-top-wrapper .row {
    row-gap: 40px;
  }
  .wooprex-team-details-section .team-top-wrapper .team-description h2 {
    font-size: 35px;
  }
  .wooprex-team-details-section .team-top-wrapper .team-description h4 {
    font-size: 18px;
  }
  .wooprex-team-details-section .team-bottom-wrapper h3 {
    font-size: 38px;
  }
  .wooprex-team-details-section .team-bottom-wrapper .row {
    row-gap: 40px;
  }
  .wooprex-team-details-section .team-bottom-wrapper .bottom-left .counter-section {
    padding: 20px;
  }
  .wooprex-team-details-section .team-bottom-wrapper .bottom-left .counter-section h4 {
    margin-bottom: 6px;
  }
  .wooprex-team-details-section .team-bottom-wrapper .bottom-right {
    padding-left: 0;
  }
  /* 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: 17px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-metadata {
    margin-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 {
    margin-left: 75px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-content {
    margin-left: 75px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .reply {
    margin-left: 75px;
    margin-top: 16px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .reply .comment-reply-link {
    padding: 5px 35px;
  }
  .wooprex-blog-comment .comment-list .comment .children {
    margin-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: 767px) {
  .padding-y {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .padding-bottom {
    padding-bottom: 50px;
  }
  .padding-top {
    padding-top: 50px;
  }
  .container,
  .wooprex-service-section h1 {
    padding: 0px 20px;
  }
  .wooprex-btn {
    padding: 14px 30px;
  }
  .wooprex-contact-form h4 {
    font-size: 48px;
    text-align: center;
  }
  .wooprex-counter .row {
    row-gap: 40px;
  }
  .wooprex-counter .counter-item h4 {
    font-size: 44px;
  }
  .wooprex-counter .counter-item p {
    margin-top: 0px;
  }
  .wooprex-overview-section .overview-bottom .counter-item p {
    margin-bottom: 20px;
  }
  .wooprex-process-review {
    height: 550px;
  }
  .wooprex-consult-section h3,
  .wooprex-client-right h3,
  .wooprex-team-section h3,
  .wooprex-latest-news h3 {
    font-size: 36px;
  }
  .wooprex-consult-section .wooprex-consult-slider .wooprex-consult-slider-section.wooprex-swiper-three .wooprex-consult-slider-item img {
    height: 500px;
  }
  .wooprex-partnership-left h3 {
    font-size: 32px;
  }
  .news-details h4,
  .wooprex-footer-right h4 {
    font-size: 20px;
  }
  .wooprex-banner-section .banner-image {
    height: 750px;
  }
  .wooprex-banner-section .banner-image .banner-text {
    padding: 20px;
    width: 600px;
  }
  .wooprex-banner-section .banner-image .banner-text h3 {
    font-size: 64px;
    padding-right: 20px;
  }
  .wooprex-banner-section .banner-image .banner-text p {
    padding-right: 20px;
  }
  .wooprex-banner-section .banner-image .banner-text h5 {
    margin-bottom: 20px;
  }
  .wooprex-banner-section .social-section {
    bottom: 110px;
  }
  .wooprex-main {
    display: block !important;
  }
  .wooprex-main-right,
  .wooprex-latest-news .wooprex-news-item .news-image,
  .wooprex-latest-news .news-image img,
  .wooprex-latest-news .wooprex-news-item .news-details,
  .wooprex-contact-section .wooprex-contact-image img {
    width: 100%;
    height: auto;
    min-height: auto;
  }
  .wooprex-service-section .wooprex-slider-item:before {
    border-radius: 0px;
  }
  .wooprex-service-section h1 {
    font-size: 24px;
  }
  .wooprex-partnership-section {
    padding-top: 20px;
  }
  .wooprex-partnership-section .wooprex-logo-right {
    padding-top: 60px;
  }
  .wooprex-partnership-section .wooprex-logo-right img {
    padding: 15px 0px;
  }
  .wooprex-review-section .wooprex-review-item .review p {
    font-size: 24px;
  }
  .wooprex-client-satisfaction {
    min-height: auto;
    padding: 60px 15px;
  }
  .wooprex-client-satisfaction .wooprex-client-left {
    display: none;
  }
  /* Team CSS */
  .wooprex-team-member {
    padding-bottom: 20px;
  }
  .wooprex-team-member .author-image {
    height: 380px !important;
  }
  .wooprex-team-member .member-details h4 {
    font-size: 16px;
  }
  .wooprex-team-member .member-details p {
    font-size: 13px;
  }
  .wooprex-team-member.member-big .member-details {
    justify-content: space-between;
  }
  /* Wooprex- Opportunity */
  .wooprex-opportunity {
    min-height: 500px;
    padding: 100px 0;
  }
  .wooprex-opportunity .wooprex-opportunity-main h3 {
    font-size: 50px;
    width: 100%;
  }
  .wooprex-latest-news .wooprex-news-item .news-image {
    margin-bottom: 15px;
  }
  .wooprex-latest-news .news-details {
    padding-left: 20px;
  }
  /* Another contact form - Home Page */
  .wooprex-contact-form {
    padding: 0;
  }
  .wooprex-contact-section:before {
    font-size: 90px;
  }
  .wooprex-contact-section .wooprex-contact-image img {
    height: 470px;
    width: 470px;
  }
  .wooprex-contact-image {
    text-align: center;
  }
  /* Footer */
  .wooprex-footer .wooprex-footer-right {
    padding-left: 0;
    margin-top: 40px;
  }
  .wooprex-footer .wooprex-footer-right h4 {
    font-size: 20px;
  }
  .wooprex-footer .wooprex-footer-item {
    margin-bottom: 15px;
  }
  .wooprex-footer .wooprex-footer-item h5 {
    margin-bottom: 5px;
  }
  .wooprex-footer .wooprex-footer-item p {
    line-height: 1.3 !important;
  }
  .wooprex-footer .footer-social {
    display: flex;
    gap: 15px;
  }
  .wooprex-footer .footer-social a {
    padding: 0px;
  }
  .wooprex-footer .wooprex-footer-right h4,
  .wooprex-footer .wooprex-footer-left .logo {
    margin-bottom: 50px;
  }
  .wooprex-footer .footer-contact a,
  .wooprex-footer .wooprex-footer-item p {
    margin: 0;
  }
  /* Service Page All Responsive */
  .wooprex-capability-section .wooprex-capability-header h3,
  .wooprex-quality-service .wooprex-quality-header h2 {
    font-size: 36px;
  }
  .wooprex-product-description .product-description-right h4 {
    font-size: 24px;
  }
  .wooprex-product-description .product-description-right p,
  .wooprex-product-review .review-text p {
    font-size: 20px;
  }
  .wooprex-quality-service .wooprex-quality-header h2 {
    margin-bottom: 30px;
  }
  .wooprex-quality-service .wooprex-quality-slider {
    margin-left: 0 !important;
  }
  .wooprex-quality-service .wooprex-quality-slider .quality-slider-item,
  .wooprex-quality-service .wooprex-quality-slider .quality-slider-item-description {
    min-height: 100%;
    height: 100%;
  }
  .wooprex-quality-service .wooprex-quality-slider .quality-slider-item {
    padding: 15px;
  }
  .wooprex-quality-service .wooprex-quality-slider .quality-slider-item h3 {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .wooprex-quality-service .wooprex-quality-slider .quality-slider-item p {
    margin-bottom: 50px;
  }
  .wooprex-quality-service .wooprex-quality-slider .quality-slider-item.has-background-image:hover .quality-slider-item-description {
    padding: 15px;
  }
  /* service page product section*/
  .wooprex-capability-section .wooprex-opportunity-details .opportunity-item,
  .wooprex-capability-section .wooprex-opportunity-details .opportunity-item h5,
  .wooprex-product-review .review-text p {
    margin-bottom: 25px;
  }
  .wooprex-product-section h1 {
    font-size: 28px;
    margin-bottom: 70px;
  }
  .wooprex-product-section .wooprex-product-description .product-description-left img {
    height: 100%;
  }
  .wooprex-product-section .wooprex-product-description .product-description-right {
    padding-left: 0;
    padding-top: 25px;
  }
  .wooprex-product-section .wooprex-product-description .product-description-right p {
    margin-top: 15px;
  }
  .wooprex-product-review {
    padding-left: 20px;
  }
  .wooprex-capability-section .wooprex-capability-header {
    display: block;
  }
  .wooprex-capability-section .wooprex-capability-header .header-main {
    padding-left: 0px;
    padding-right: 20px;
  }
  .wooprex-capability-section .wooprex-capability-header .header-main,
  .wooprex-capability-section .wooprex-capability-header .header-btn {
    width: 100%;
  }
  .wooprex-capability-section .wooprex-capability-header .header-btn {
    text-align: left;
    margin-top: 30px;
  }
  /* Process Page All Responsive*/
  .wooprex-process-section .process-body-item {
    flex-direction: column;
    gap: 40px;
  }
  .wooprex-process-section .process-body .process-body-item:nth-child(odd) .process-inner-left {
    order: 2;
  }
  .wooprex-process-section .process-inner-left,
  .wooprex-process-section .process-inner-right {
    width: 100%;
  }
  .wooprex-process-section .process-inner-left img {
    height: auto;
  }
  .wooprex-process-section .process-inner-right {
    display: block;
    min-height: auto;
    padding: 0;
  }
  .wooprex-process-section .process-inner-right h4 {
    font-size: 100px;
  }
  .wooprex-process-section .process-inner-right h3 {
    font-size: 40px;
    margin-bottom: 35px;
  }
  /* About Us All Responsive*/
  .wooprex-breadcrumb.text-left .breadcrumb-text {
    align-items: center;
  }
  .wooprex-about-service .wooprex-main-left,
  .wooprex-about-service .wooprex-main-right,
  .wooprex-overview-section .overview-top-item {
    width: 100%;
    min-height: auto;
    display: block;
  }
  .wooprex-about-service .wooprex-main .wooprex-main-left-header {
    margin-bottom: 30px;
  }
  .wooprex-about-service .wooprex-main .wooprex-main-right {
    margin-top: 60px;
  }
  .wooprex-about-service .wooprex-main .wooprex-service-inner-item.last,
  .wooprex-overview-section .counter-item.last {
    margin-bottom: 0px;
  }
  .wooprex-popup-section .popup-bg {
    min-height: 300px;
  }
  /* About us - Overview section */
  .wooprex-overview-section .overview-top-item {
    display: block;
    margin-bottom: 60px;
  }
  .wooprex-overview-section .overview-top-item h4,
  .wooprex-overview-section .overview-top-item p {
    width: 100%;
  }
  .wooprex-overview-section .overview-top-item h4 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .wooprex-overview-section .wooprex-review-main.wooprex-swiper-seven {
    padding-bottom: 0;
  }
  /* Blog page and other page some same contact */
  .wooprex-blog-contact .wooprex-contact-image img {
    height: 350px;
  }
  .wooprex-blog-contact .wooprex-contact-form {
    display: block;
    padding-top: 50px;
  }
  .wooprex-blog-contact .wooprex-contact-form h4 {
    font-size: 44px;
    margin-left: 0;
    text-align: left;
  }
  .wooprex-blog-contact .wooprex-contact-form span {
    margin-left: 0;
    margin-bottom: 40px;
  }
  /* Blog Page All Responsive */
  .wooprex-blog .wooprex-blog-header .wooprex-btn {
    font-size: 24px;
  }
  .wooprex-blog .wooprex-blog-header h1 {
    font-size: 24px;
  }
  .wooprex-blog .wooprex-blog-list {
    margin-top: 60px;
  }
  .wooprex-blog .blog-pagination {
    margin-top: 30px;
  }
  /* Universal blog item */
  .blog-item .blog-description p {
    padding-right: 0;
  }
  .blog-item .blog-category ul li .wooprex-btn {
    font-size: 12px;
  }
  .blog-item .blog-thumbnail img {
    height: 100%;
  }
  .blog-item .blog-category {
    margin-top: 15px;
  }
  /* Univversal blog avatar */
  .blog-author-avatar span,
  .blog-date p {
    font-size: 14px;
  }
  /* Univversal blog avatar */
  /* Universal blog item End */
  /* Single Blog All responsive */
  .wooprex-blog-details .wooprex-blog-author {
    gap: 20px;
  }
  .wooprex-blog-details .wooprex-blog-thumbnail img {
    height: auto;
  }
  .wooprex-blog-details .wooprex-blog-description {
    flex-direction: column;
    gap: 25px;
  }
  .wooprex-blog-details .image-wrapper .image-left .wooprex-blog-image,
  .wooprex-blog-details .image-wrapper .image-right .wooprex-blog-image {
    height: 400px;
  }
  .wooprex-blog-details .wooprex-blog-quote {
    height: auto;
    padding: 20px;
  }
  .wooprex-blog-details .wooprex-blog-quote:before {
    left: 0px;
    height: 40px;
    width: 40px;
  }
  .wooprex-blog-details .wooprex-blog-quote blockquote {
    font-size: 14px;
  }
  .wooprex-blog-details > h1 {
    font-size: 28px;
  }
  .wooprex-blog-details h3 {
    font-size: 24px;
  }
  .wooprex-blog-comment h3 {
    margin-bottom: 30px;
  }
  .wooprex-blog-comment .reply-comment {
    margin-left: 0;
  }
  .wooprex-post-comment form label {
    font-size: 14px;
    align-items: flex-start;
  }
  /* Sidebar */
  .wooprex-sidebar {
    margin-top: 50px;
    padding-left: 0;
    border-top: 1px solid rgba(0, 17, 128, 0.2901960784);
    padding-top: 50px;
  }
  /* recent blog */
  .wooprex-recent-blog h3 {
    font-size: 32px;
  }
  .recent-blog.wooprex-swiper-eight {
    padding-bottom: 50px;
  }
  /* Contact Page All responsive */
  .wooprex-contact .wooprex-contact-left .wooprex-contact-left-bottom {
    margin-top: 40px;
  }
  .wooprex-contact .wooprex-contact-left .wooprex-contact-left-bottom h5 {
    margin-bottom: 10px;
  }
  .wooprex-contact .wooprex-contact-right .wooprex-contact-form {
    padding: 20px 15px;
  }
  .wooprex-contact .wooprex-contact-right .wooprex-contact-form h4 {
    font-size: 34px;
    text-align: left;
  }
  .wooprex-contact .wooprex-contact-right .wooprex-contact-form span {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .container,
  .wooprex-service-section h1 {
    padding: 0px 20px;
  }
  .wooprex-nav-button {
    display: none;
  }
  .wooprex-breadcrumb .breadcrumb-text h5 {
    font-size: 36px;
  }
  .wooprex-btn {
    padding: 10px 15px;
  }
  .wooprex-counter .row {
    row-gap: 20px;
  }
  .wooprex-contact-form h4 {
    font-size: 48px;
    text-align: center;
  }
  .wooprex-counter .row {
    row-gap: 20px;
  }
  .wooprex-counter .counter-item h4 {
    font-size: 44px;
  }
  .wooprex-counter .counter-item p {
    margin-top: 0px;
    font-size: 12px;
  }
  .wooprex-consult-section h3,
  .wooprex-client-satisfaction .wooprex-client-right h3,
  .wooprex-team-section h3,
  .wooprex-latest-news h3 {
    font-size: 36px;
  }
  .wooprex-partnership-section .wooprex-partnership-left h3 {
    font-size: 31px;
  }
  .wooprex-consult-section .wooprex-consult-slider .wooprex-consult-slider-section.wooprex-swiper-three .wooprex-consult-slider-item img {
    height: 500px;
  }
  .news-details h4,
  .wooprex-footer-right h4 {
    font-size: 20px;
  }
  .brand-logo {
    margin-right: 0px;
  }
  .wooprex-nav-button {
    display: none;
  }
  .wooprex-banner-section .banner-image {
    height: 700px;
  }
  .wooprex-banner-section .banner-image .banner-text {
    padding: 20px;
  }
  .wooprex-banner-section .banner-image .banner-text h3 {
    font-size: 40px;
    padding-right: 20px;
  }
  .wooprex-banner-section .banner-image .banner-text p {
    padding-right: 20px;
  }
  .wooprex-banner-section .banner-image .banner-text h5 {
    margin-bottom: 20px;
  }
  .wooprex-banner-section .social-section {
    bottom: 110px;
  }
  .wooprex-banner-section .social-main .follow p img {
    width: 50px;
  }
  .wooprex-service-section .wooprex-service-inner-section,
  .wooprex-main,
  .wooprex-news-item {
    display: block !important;
  }
  .wooprex-service-section .wooprex-service-inner-section,
  .wooprex-main-right,
  .wooprex-latest-news .wooprex-news-item .news-image,
  .wooprex-latest-news .news-image img,
  .wooprex-latest-news .wooprex-news-item .news-details {
    height: auto;
    min-height: auto;
  }
  .wooprex-service-section .wooprex-slider-item:before {
    border-radius: 0px;
  }
  .wooprex-service-section h1 {
    font-size: 31px;
  }
  .wooprex-partnership-section {
    padding-top: 20px;
  }
  .wooprex-partnership-section .wooprex-partnership-left h3 {
    margin-bottom: 20px;
  }
  .wooprex-partnership-section .wooprex-logo-right {
    padding-top: 30px;
  }
  .wooprex-partnership-section .wooprex-logo-right .row {
    row-gap: 20px;
  }
  .wooprex-partnership-section .wooprex-logo-right img {
    padding: 15px 0px;
  }
  .wooprex-client-satisfaction {
    min-height: auto;
    padding: 50px 20px;
  }
  .wooprex-client-satisfaction .container {
    padding: 0;
  }
  .wooprex-client-satisfaction .wooprex-client-left {
    display: none;
  }
  .wooprex-review-section .wooprex-review-item .review p {
    font-size: 24px;
  }
  /* Team CSS */
  .wooprex-team-member {
    padding-bottom: 20px;
  }
  .wooprex-team-member .author-image {
    height: auto !important;
    min-height: auto !important;
  }
  .wooprex-team-member .member-details p {
    font-size: 14px;
  }
  .wooprex-team-member.member-big .member-details {
    justify-content: space-between;
  }
  .wooprex-team-section .wooprex-team {
    margin-top: 40px;
  }
  /* Wooprex- Opportunity */
  .wooprex-opportunity {
    min-height: 420px;
    padding: 100px 0;
  }
  .wooprex-opportunity .wooprex-opportunity-main h3 {
    font-size: 45px;
    width: 100%;
  }
  .wooprex-latest-news .wooprex-news-item .news-image {
    margin-bottom: 15px;
  }
  .wooprex-latest-news .news-details {
    padding: 0;
  }
  /* Another contact form - Home Page */
  .wooprex-contact-form {
    margin-top: 20px;
    padding: 0;
  }
  .wooprex-contact-section:before {
    font-size: 50px;
  }
  .wooprex-contact-section .wooprex-contact-image img {
    height: 270px;
    width: 270px;
  }
  .wooprex-contact-image {
    text-align: center;
  }
  /* Footer */
  .wooprex-footer .wooprex-footer-right {
    padding-left: 0;
    margin-top: 40px;
  }
  .wooprex-footer .wooprex-footer-right h4 {
    font-size: 18px;
  }
  .wooprex-footer .wooprex-footer-item {
    margin-bottom: 15px;
  }
  .wooprex-footer .wooprex-footer-item h5 {
    margin-bottom: 5px;
  }
  .wooprex-footer .wooprex-footer-item p {
    line-height: 1.3 !important;
  }
  .wooprex-footer .footer-social {
    display: flex;
    gap: 15px;
  }
  .wooprex-footer .footer-social a {
    padding: 0px;
  }
  .wooprex-footer .wooprex-footer-right h4,
  .wooprex-footer .wooprex-footer-left .logo {
    margin-bottom: 40px;
  }
  .wooprex-footer .footer-contact a,
  .wooprex-footer .wooprex-footer-item p {
    margin: 0;
  }
  /* Service Page All Responsive */
  .wooprex-capability-section .wooprex-capability-header h3,
  .wooprex-quality-service .wooprex-quality-header h2 {
    font-size: 34px;
  }
  .wooprex-product-description .product-description-right h4 {
    font-size: 24px;
  }
  .wooprex-product-description .product-description-right p,
  .wooprex-product-review .review-text p {
    font-size: 20px;
  }
  .wooprex-quality-service .wooprex-quality-header h2 {
    margin-bottom: 30px;
  }
  .wooprex-quality-service .wooprex-quality-slider {
    margin-left: 0 !important;
  }
  .wooprex-quality-service .wooprex-quality-slider .quality-slider-item,
  .wooprex-quality-service .wooprex-quality-slider .quality-slider-item-description {
    min-height: 100%;
    height: 100%;
  }
  .wooprex-quality-service .wooprex-quality-slider .quality-slider-item {
    padding: 15px;
  }
  .wooprex-quality-service .wooprex-quality-slider .quality-slider-item h3 {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .wooprex-quality-service .wooprex-quality-slider .quality-slider-item p {
    margin-bottom: 50px;
  }
  .wooprex-quality-service .wooprex-quality-slider .quality-slider-item.has-background-image:hover .quality-slider-item-description {
    padding: 15px;
  }
  /* service page product section*/
  .wooprex-capability-section .wooprex-opportunity-details .opportunity-item,
  .wooprex-capability-section .wooprex-opportunity-details .opportunity-item h5,
  .wooprex-product-review .review-text p {
    margin-bottom: 25px;
  }
  .wooprex-product-section h1 {
    font-size: 28px;
    margin-bottom: 70px;
  }
  .wooprex-product-section .wooprex-product-description .product-description-left img {
    height: 100%;
  }
  .wooprex-product-section .wooprex-product-description .product-description-right {
    padding-left: 0;
    padding-top: 25px;
  }
  .wooprex-product-section .wooprex-product-description .product-description-right p {
    margin-top: 15px;
  }
  .wooprex-product-review {
    padding-left: 20px;
  }
  .wooprex-capability-section .wooprex-capability-header {
    display: block;
  }
  .wooprex-capability-section .wooprex-capability-header .header-main,
  .wooprex-capability-section .wooprex-capability-header .header-btn {
    width: 100%;
  }
  .wooprex-capability-section .wooprex-capability-header .header-btn {
    text-align: left;
    margin-top: 30px;
  }
  /* Process Page All Responsive*/
  .wooprex-process-section .process-body-item {
    flex-direction: column;
    gap: 40px;
  }
  .wooprex-process-section .process-body .process-body-item:nth-child(odd) .process-inner-left {
    order: 2;
  }
  .wooprex-process-section .process-inner-left,
  .wooprex-process-section .process-inner-right {
    width: 100%;
  }
  .wooprex-process-section .process-inner-left img {
    height: auto;
  }
  .wooprex-process-section .process-inner-right {
    display: block;
    min-height: auto;
    padding: 0;
  }
  .wooprex-process-section .process-inner-right h4 {
    font-size: 100px;
  }
  .wooprex-process-section .process-inner-right h3 {
    font-size: 40px;
    margin-bottom: 35px;
  }
  /* About Us All Responsive*/
  .wooprex-breadcrumb.text-left .breadcrumb-text {
    align-items: center;
  }
  .wooprex-about-service .wooprex-main .wooprex-main-left,
  .wooprex-about-service .wooprex-main .wooprex-main-right,
  .wooprex-overview-section .overview-top-item {
    width: 100%;
    min-height: auto;
    display: block;
  }
  .wooprex-about-service .wooprex-main .wooprex-main-left-header {
    margin-bottom: 30px;
  }
  .wooprex-about-service .wooprex-main .wooprex-main-right {
    margin-top: 60px;
  }
  .wooprex-about-service .wooprex-main .wooprex-service-inner-item.last {
    margin-bottom: 0px;
  }
  .wooprex-popup-section .popup-bg {
    min-height: 300px;
  }
  /* About us - Overview section */
  .wooprex-about-service .wooprex-main-right .row {
    row-gap: 30px;
  }
  .wooprex-overview-section .overview-bottom .counter-item p {
    margin-bottom: 20px;
  }
  .wooprex-overview-section .overview-bottom .counter-item h4 {
    font-size: 45px;
  }
  .wooprex-overview-section .overview-top-item {
    display: block;
    margin-bottom: 60px;
  }
  .wooprex-overview-section .overview-top-item h4,
  .wooprex-overview-section .overview-top-item p {
    width: 100%;
  }
  .wooprex-overview-section .overview-top-item h4 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .wooprex-overview-section .wooprex-review-main.wooprex-swiper-seven {
    padding-bottom: 0;
  }
  .wooprex-process-review {
    min-height: 520px;
  }
  .wooprex-process-review .review-text {
    margin-bottom: 50px;
  }
  /* Blog page and other page some same contact */
  .wooprex-blog .wooprex-blog-header p.header-text {
    font-size: 24px;
  }
  .wooprex-blog-contact .wooprex-contact-image img {
    height: 350px;
  }
  .wooprex-blog-contact .wooprex-contact-form {
    display: block;
    padding-top: 50px;
  }
  .wooprex-blog-contact .wooprex-contact-form h4 {
    font-size: 44px;
    margin-left: 0;
    text-align: left;
  }
  .wooprex-blog-contact .wooprex-contact-form span {
    margin-left: 0;
    margin-bottom: 40px;
  }
  /* Blog Page All Responsive */
  .wooprex-blog .wooprex-blog-header .wooprex-btn {
    font-size: 24px;
  }
  .wooprex-blog .wooprex-blog-header h1 {
    font-size: 24px;
  }
  .wooprex-blog .wooprex-blog-list {
    margin-top: 60px;
  }
  .wooprex-blog .blog-pagination {
    margin-top: 30px;
  }
  /* Universal blog item */
  .blog-item .blog-description p {
    padding-right: 0;
  }
  .blog-item .blog-category ul li .wooprex-btn {
    font-size: 12px;
  }
  .blog-item .blog-thumbnail img {
    height: 100%;
  }
  .blog-item .blog-category {
    margin-top: 15px;
  }
  /* Univversal blog avatar */
  .blog-author-avatar span,
  .blog-date p {
    font-size: 14px;
  } /* Univversal blog avatar */
  /* Universal blog item End */
  /* Single Blog All responsive */
  .wooprex-blog-details .wooprex-blog-author {
    gap: 15px;
  }
  .wooprex-blog-details .wooprex-blog-thumbnail img {
    height: auto;
  }
  .wooprex-blog-details .wooprex-blog-description {
    flex-direction: column;
    gap: 25px;
  }
  .wooprex-blog-details .wooprex-blog-quote {
    height: auto;
    padding: 20px;
  }
  .wooprex-blog-details .wooprex-blog-quote:before {
    left: 0px;
    height: 40px;
    width: 40px;
  }
  .wooprex-blog-details .wooprex-blog-quote blockquote {
    font-size: 14px;
  }
  .wooprex-blog-details > h1 {
    font-size: 28px;
  }
  .wooprex-blog-details h3 {
    font-size: 24px;
  }
  .wooprex-blog-comment h3 {
    margin-bottom: 30px;
  }
  .wooprex-blog-comment .comment-item {
    gap: 5px;
    flex-direction: column;
  }
  .wooprex-blog-comment .reply-comment {
    margin-left: 0;
  }
  .wooprex-post-comment form label {
    font-size: 14px;
    align-items: flex-start;
  }
  /* Sidebar */
  .wooprex-sidebar {
    margin-top: 50px;
    padding-left: 0;
    border-top: 1px solid rgba(0, 17, 128, 0.2901960784);
    padding-top: 50px;
  }
  /* recent blog */
  .wooprex-recent-blog h3 {
    font-size: 32px;
  }
  .recent-blog.wooprex-swiper-eight {
    padding-bottom: 50px;
  }
  /* Contact Page All responsive */
  .wooprex-contact .wooprex-contact-left .wooprex-contact-left-top h4 {
    font-size: 40px;
  }
  .wooprex-contact .wooprex-contact-left .wooprex-contact-left-bottom {
    margin-top: 40px;
  }
  .wooprex-contact .wooprex-contact-left .wooprex-contact-left-bottom h5 {
    margin-bottom: 10px;
  }
  .wooprex-contact .wooprex-contact-right .wooprex-contact-form {
    padding: 20px 15px;
  }
  .wooprex-contact .wooprex-contact-right .wooprex-contact-form h4 {
    font-size: 34px;
    text-align: left;
  }
  .wooprex-contact .wooprex-contact-right .wooprex-contact-form span {
    font-size: 18px;
  }
  /***************** FAQ PAGE *******************/
  section.wooprex-faq-section .faq-top {
    margin-bottom: 50px;
  }
  section.wooprex-faq-section .faq-top h2 {
    font-size: 30px;
  }
  section.wooprex-faq-section .faq-bottom .faq-left ul.nav-tabs {
    order: 2;
    margin-top: 50px;
    flex-direction: row;
    gap: 15px;
  }
  section.wooprex-faq-section .faq-bottom .faq-right .accordion .accordion-item button {
    padding: 20px 50px 20px 20px;
    font-size: 16px;
  }
  section.wooprex-faq-section .faq-bottom .faq-right .accordion .accordion-item button:after {
    right: 20px;
    font-size: 16px;
  }
  section.wooprex-faq-section .faq-bottom .faq-right .accordion .accordion-item .accordion-body {
    padding: 0px 40px 20px 20px;
  }
  /***************** TEAM PAGE *******************/
  .wooprex-team-member .member-details {
    justify-content: space-between;
  }
  .wooprex-team-list-section .wooprex-team {
    margin-top: 40px;
  }
  .wooprex-team-list-section .wooprex-team .row {
    row-gap: 30px;
  }
  /***************** COMING SOON PAGE *******************/
  .wooprex-coming-soon-section {
    height: 650px;
  }
  .wooprex-coming-soon-section .coming-soon-main-wrapper {
    padding: 20px;
    border-radius: 12px;
  }
  .wooprex-coming-soon-section .coming-soon-main-wrapper h1 {
    font-size: 30px;
    margin-top: 20px;
  }
  .wooprex-coming-soon-section .coming-soon-main-wrapper .wooprex-countdown {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    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;
  }
  /***************** ERROR PAGE *******************/
  .wooprex-error-section {
    padding: 100px 0px;
  }
  .wooprex-error-section .error-wrapper-main img {
    max-width: 280px;
  }
  /***************** SERVICE DETAILS PAGE *******************/
  .wooprex-service-details-section .service-top .top-left h1 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .wooprex-service-details-section .service-top .top-left p {
    margin-bottom: 20px;
  }
  .wooprex-service-details-section .service-top .top-right {
    padding-left: 0px;
  }
  .wooprex-service-details-section .service-top .top-right ul {
    row-gap: 20px;
  }
  .wooprex-service-details-section .service-top .top-right ul li {
    width: 100%;
  }
  .wooprex-service-details-section .service-top .top-right ul li i {
    font-size: 18px;
  }
  .wooprex-service-details-section .service-details-wrapper .service-details-item .service-image,
  .wooprex-service-details-section .service-details-wrapper .service-details-item .service-description {
    width: 100%;
  }
  .wooprex-service-details-section .service-details-wrapper .service-details-item:nth-child(odd) {
    flex-direction: row-reverse;
  }
  .wooprex-service-details-section .service-details-wrapper .service-details-item:nth-child(odd) .service-description {
    padding-left: 20px;
    padding-right: 20px;
  }
  .wooprex-service-details-section .service-details-wrapper .service-details-item:nth-child(even) .service-description {
    padding-right: 20px;
    padding-left: 20px;
  }
  .wooprex-service-details-section .service-details-wrapper .service-details-item .service-image {
    height: 400px;
  }
  .wooprex-service-details-section .service-details-wrapper .service-details-item .service-description {
    row-gap: 40px;
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .wooprex-service-details-section .service-details-wrapper .service-details-item .service-description h3 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .wooprex-service-details-section .service-details-wrapper .service-details-item .service-description p {
    margin-bottom: 30px;
  }
  .wooprex-service-details-section .service-details-wrapper .service-details-item .service-description ul li i {
    font-size: 16px;
  }
  .wooprex-price-section .price-header {
    margin-bottom: 60px;
  }
  .wooprex-price-section .price-header .header-left h3 {
    font-size: 32px;
    margin: 20px 0px 30px 0px;
  }
  .wooprex-price-section .price-header .header-left h4 {
    font-size: 18px;
  }
  .wooprex-price-section .price-header .header-right {
    justify-content: flex-start;
  }
  .wooprex-price-section .price-header .header-right .price-tab {
    height: 65px;
    margin-left: 0;
  }
  .wooprex-price-section .price-header .header-right .price-tab button {
    font-size: 14px;
  }
  .wooprex-price-section .price-header .header-right .price-tab button.yearly span {
    font-size: 10px;
  }
  .wooprex-price-section .wooprex-price-bottom .price-item {
    padding: 30px 20px;
  }
  .wooprex-price-section .wooprex-price-bottom .price-item.middle h5 span {
    font-size: 14px;
  }
  .wooprex-price-section .wooprex-price-bottom .price-item h5 {
    font-size: 24px;
  }
  .wooprex-price-section .wooprex-price-bottom .price-item h4 {
    font-size: 56px;
  }
  .wooprex-price-section .wooprex-price-bottom .price-item h4 span {
    font-size: 24px;
  }
  /***************** Single Team ******************/
  .wooprex-team-details-section .team-top-wrapper .row {
    row-gap: 40px;
  }
  .wooprex-team-details-section .team-top-wrapper .team-description h2 {
    font-size: 28px;
  }
  .wooprex-team-details-section .team-top-wrapper .team-description h4 {
    font-size: 18px;
  }
  .wooprex-team-details-section .team-bottom-wrapper .row {
    row-gap: 40px;
  }
  .wooprex-team-details-section .team-bottom-wrapper h3 {
    font-size: 30px;
  }
  .wooprex-team-details-section .team-bottom-wrapper .bottom-left .counter-section {
    padding: 20px;
  }
  .wooprex-team-details-section .team-bottom-wrapper .bottom-left .counter-section h4 {
    margin-bottom: 6px;
  }
  .wooprex-team-details-section .team-bottom-wrapper .bottom-right {
    padding-left: 0;
  }
  /* 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 {
    margin-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 {
    margin-left: 75px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-content {
    margin-left: 75px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .reply {
    margin-left: 75px;
    margin-top: 16px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .reply .comment-reply-link {
    padding: 5px 35px;
  }
  .wooprex-blog-comment .comment-list .comment .children {
    margin-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;
  }
}
@media (max-width: 430px) {
  /* Wooprex- Opportunity */
  .wooprex-opportunity .wooprex-opportunity-main h3 {
    font-size: 34px;
  }
  .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;
  }
}