@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=Quicksand:wght@300..700&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: "Quicksand", sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
  overflow-x: clip;
  background-color: #ffffff;
  color: #414456;
}

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: "Quicksand", sans-serif;
  border: 1px solid;
  outline: 0;
  box-shadow: none;
  font-size: 16px;
  line-height: 20px;
  border-radius: 0px;
  padding: 18px;
  width: 100%;
  background: transparent;
  font-weight: 300;
  color: #2648f3;
  border-color: #2648f3;
}
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: #2648f3;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 16px;
}
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: #2648f3;
  transition: all 0.3s ease;
  font-size: 16px;
}

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

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

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

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

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

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

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

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

section {
  position: relative;
  overflow: hidden;
}

/* -- Typography setting -- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Quicksand", sans-serif;
  color: #1b1f34;
  text-rendering: optimizeLegibility;
  font-weight: 600;
}

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

label {
  font-weight: 600;
}

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

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

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

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

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

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

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

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

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

.wooprex-swiper {
  overflow-x: clip;
  position: relative;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Customize the entire scrollbar */
.wooprex-mobile-menu::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Customize the track (background) */
.wooprex-mobile-menu::-webkit-scrollbar-track {
  background: #f7f7f7;
}

/* Customize the handle (scrollbar tab) */
.wooprex-mobile-menu::-webkit-scrollbar-thumb {
  background: #404040;
  border-radius: 5px;
}

/* Handle on hover */
.wooprex-mobile-menu::-webkit-scrollbar-thumb:hover {
  background: #ffdfa8;
}

/*-- course discount -- */
/*-- Base: mixin & variable  -- */
section.wooprex-course-discount-section {
  background-color: #ffca70;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  position: relative;
  top: 0;
  text-align: center;
}
section.wooprex-course-discount-section h4 {
  font-size: 16px;
  color: #472d00;
}
section.wooprex-course-discount-section h4 a {
  font-size: 14px;
  margin-left: 10px;
  color: #09229f;
  text-decoration: underline;
}
section.wooprex-course-discount-section.hidden {
  position: relative;
  top: -100px;
}

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

@keyframes stickyAnimation {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
/*-- button -- */
/*-- Base: mixin & variable  -- */
.button-section {
  margin-top: 60px;
  text-align: center;
}

.wooprex-btn {
  border-radius: 64px;
  min-width: 150px;
  height: 52px;
  padding: 15px 28px;
  border: 1px solid #2648f3;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  transition: all 0.3s ease;
  gap: 10px;
  line-height: 1em;
}
.wooprex-btn i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.wooprex-btn.outline {
  color: #2648f3;
  background-color: transparent;
}
.wooprex-btn.outline:hover {
  background-color: #2648f3;
  color: #ffffff;
}
.wooprex-btn.fill {
  color: #ffffff;
  background-color: #2648f3;
}
.wooprex-btn.fill:hover {
  background-color: transparent;
  color: #2648f3;
}
.wooprex-btn.watch {
  padding: 0px 25px 0px 10px !important;
}
.wooprex-btn.watch span {
  position: relative;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
}
.wooprex-btn.watch span:before, .wooprex-btn.watch span:after {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.wooprex-btn.watch span:before {
  background-image: url("../assets/images/img-01.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.wooprex-btn.watch span:after {
  background: rgba(38, 72, 243, 0.5019607843);
  z-index: 2;
}
.wooprex-btn.watch i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  position: relative;
  z-index: 3;
  color: #ffffff;
}

.input-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 150px;
  background-color: #2648f3;
  height: 52px;
  border-radius: 64px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  border: 1px solid #2648f3;
}
.input-wrapper input {
  background-color: transparent;
  border: none;
  color: #ffffff;
  width: 100%;
  text-align: left;
  padding-left: 35px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.input-wrapper i {
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-left: 70px;
  font-size: 20px;
}
.input-wrapper:hover {
  background-color: transparent;
  color: #2648f3;
}
.input-wrapper:hover input {
  color: #2648f3;
}

/*-- footer -- */
/*-- Base: mixin & variable  -- */
footer.wooprex-footer-section {
  background-color: #030b35;
  padding-top: 300px;
  padding-bottom: 90px;
  position: relative;
  overflow: hidden;
}
footer.wooprex-footer-section .container {
  position: relative;
  z-index: 2;
}
footer.wooprex-footer-section .footer-top {
  margin-bottom: 50px;
}
footer.wooprex-footer-section .footer-top .footer-item h4,
footer.wooprex-footer-section .footer-top .footer-item p,
footer.wooprex-footer-section .footer-top .footer-item a,
footer.wooprex-footer-section .footer-top .footer-item li {
  color: #ffffff;
}
footer.wooprex-footer-section .footer-top .footer-item .footer-logo {
  margin-bottom: 40px;
}
footer.wooprex-footer-section .footer-top .footer-item p {
  max-width: 300px;
  line-height: 1.4em;
  margin-bottom: 40px;
}
footer.wooprex-footer-section .footer-top .footer-item h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 35px;
  text-transform: uppercase;
}
footer.wooprex-footer-section .footer-top .footer-item ul.footer-menu {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
footer.wooprex-footer-section .footer-top .footer-item ul.footer-menu li {
  font-size: 14px;
}
footer.wooprex-footer-section .footer-top .footer-item ul.footer-menu li a {
  transition: all 0.4s;
}
footer.wooprex-footer-section .footer-top .footer-item ul.footer-menu li a:hover {
  color: #ffdfa8;
  padding-left: 5px;
}
footer.wooprex-footer-section .footer-top .footer-item .wooprex-follow-us ul {
  gap: 15px;
}
footer.wooprex-footer-section .footer-top .footer-item .wooprex-follow-us ul li a {
  padding: 0px 5px;
  background-color: #ffffff;
  color: #030712;
}
footer.wooprex-footer-section .footer-top .footer-item .wooprex-follow-us ul li a:hover {
  color: #ffffff;
  background-color: #2648f3;
}
footer.wooprex-footer-section .footer-top .footer-item.contact {
  padding-left: 80px;
}
footer.wooprex-footer-section .footer-top .footer-item.contact ul.footer-menu {
  gap: 27px;
  max-width: 210px;
}
footer.wooprex-footer-section .footer-top .footer-item.contact ul.footer-menu li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  line-height: 1.2em;
}
footer.wooprex-footer-section .footer-top .footer-item.contact ul.footer-menu li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
footer.wooprex-footer-section .footer-top .footer-item.contact ul.footer-menu li a i {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
footer.wooprex-footer-section .footer-top .footer-item.course {
  padding-left: 30px;
}
footer.wooprex-footer-section .footer-top .footer-item.company {
  padding-left: 80px;
}
footer.wooprex-footer-section .footer-bottom {
  margin-top: 50px;
}
footer.wooprex-footer-section .footer-bottom p,
footer.wooprex-footer-section .footer-bottom a {
  color: #ffffff;
}
footer.wooprex-footer-section .footer-bottom .copyright p {
  font-size: 14px;
}
footer.wooprex-footer-section .footer-bottom .footer-bottom-menu ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
footer.wooprex-footer-section .footer-bottom .footer-bottom-menu ul li {
  position: relative;
  font-size: 14px;
}
footer.wooprex-footer-section .footer-bottom .footer-bottom-menu ul li:last-child {
  padding-left: 25px;
}
footer.wooprex-footer-section .footer-bottom .footer-bottom-menu ul li a:hover {
  color: #ffdfa8;
}
footer.wooprex-footer-section img.footer-shape {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
footer.wooprex-footer-section.style-2 {
  padding-top: 90px;
}

/*-- nav/mega menu -- */
/*-- Base: mixin & variable  -- */
/* Wooprex menu css that applies to all section */
header.wooprex-header-section .header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header.wooprex-header-section .header-main .wooprex-desktop-menu ul.box-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  gap: 40px;
  flex-wrap: wrap;
}
header.wooprex-header-section .header-main .wooprex-desktop-menu ul.box-nav li.menu-item {
  position: relative;
}
header.wooprex-header-section .header-main .wooprex-desktop-menu ul.box-nav li.menu-item a.item-link {
  color: #414456;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 5px 0px;
  position: relative;
  font-weight: 600;
}
header.wooprex-header-section .header-main .wooprex-desktop-menu ul.box-nav li.menu-item a.item-link i {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  font-size: 12px;
}
header.wooprex-header-section .header-main .wooprex-desktop-menu ul.box-nav li.menu-item a.item-link:before {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0%;
  background-color: #2648f3;
  width: 0%;
  height: 1px;
  transition: all 0.6s ease;
  opacity: 0;
  visibility: hidden;
  font-size: 20px;
}
header.wooprex-header-section .header-main .wooprex-desktop-menu ul.box-nav li.menu-item a.item-link:hover, header.wooprex-header-section .header-main .wooprex-desktop-menu ul.box-nav li.menu-item a.item-link.router-link-active {
  color: #2648f3;
}
header.wooprex-header-section .header-main .wooprex-desktop-menu ul.box-nav li.menu-item a.item-link:hover:before, header.wooprex-header-section .header-main .wooprex-desktop-menu ul.box-nav li.menu-item a.item-link.router-link-active:before {
  opacity: 1;
  visibility: visible;
  width: 100%;
}
header.wooprex-header-section .header-main .wooprex-desktop-menu ul.box-nav li.menu-item a.item-link:hover i {
  transform: rotate(180deg);
}
header.wooprex-header-section .header-main .wooprex-desktop-menu ul.box-nav li.menu-item > ul.sub-menu {
  left: 0px;
  top: 60px;
}
header.wooprex-header-section .header-main .wooprex-desktop-menu ul.box-nav li.menu-item ul.sub-menu {
  position: absolute;
  width: 250px;
  padding: 20px 0px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
  background-color: #ffffff;
  box-shadow: 0px 14px 28px 0px rgba(6, 23, 106, 0.0784313725);
}
header.wooprex-header-section .header-main .wooprex-desktop-menu ul.box-nav li.menu-item ul.sub-menu li {
  padding: 8px 15px;
  position: relative;
}
header.wooprex-header-section .header-main .wooprex-desktop-menu ul.box-nav li.menu-item ul.sub-menu li a.sub-menu-link {
  padding: 0px 25px;
  display: block;
  color: #676a77;
  text-transform: capitalize;
  font-size: 16px;
  position: relative;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}
header.wooprex-header-section .header-main .wooprex-desktop-menu ul.box-nav li.menu-item ul.sub-menu li a.sub-menu-link i {
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
header.wooprex-header-section .header-main .wooprex-desktop-menu ul.box-nav li.menu-item ul.sub-menu li a.sub-menu-link:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  background-color: #2648f3;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  height: 0px;
  width: 4px;
}
header.wooprex-header-section .header-main .wooprex-desktop-menu ul.box-nav li.menu-item ul.sub-menu li a.sub-menu-link:hover, header.wooprex-header-section .header-main .wooprex-desktop-menu ul.box-nav li.menu-item ul.sub-menu li a.sub-menu-link.router-link-active {
  color: #2648f3;
}
header.wooprex-header-section .header-main .wooprex-desktop-menu ul.box-nav li.menu-item ul.sub-menu li a.sub-menu-link:hover:before, header.wooprex-header-section .header-main .wooprex-desktop-menu ul.box-nav li.menu-item ul.sub-menu li a.sub-menu-link.router-link-active:before {
  opacity: 1;
  visibility: visible;
  height: 15px;
}
header.wooprex-header-section .header-main .wooprex-desktop-menu ul.box-nav li.menu-item ul.sub-menu li > ul.sub-menu {
  right: -220px;
  top: 0;
}
header.wooprex-header-section .header-main .wooprex-desktop-menu ul.box-nav li.menu-item ul.sub-menu li:hover > a.sub-menu-link i {
  transform: rotate(180deg);
}
header.wooprex-header-section .header-main .wooprex-desktop-menu ul.box-nav li.menu-item ul.sub-menu li:hover > ul.sub-menu {
  right: -250px;
  opacity: 1;
  visibility: visible;
}
header.wooprex-header-section .header-main .wooprex-desktop-menu ul.box-nav li.menu-item:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
}
header.wooprex-header-section .header-main .header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
header.wooprex-header-section .header-main .header-right i {
  font-size: 40px;
  cursor: pointer;
  color: #000000;
  position: relative;
  display: flex;
  line-height: 0px;
}
header.wooprex-header-section .header-main .header-right .wooprex-search-bar i {
  font-size: 30px;
}
header.wooprex-header-section .header-main .header-right .sign-in-btn {
  font-weight: 600;
  color: #1b1f34;
}
header.wooprex-header-section .header-main .header-right .sign-in-btn:hover {
  color: #2648f3;
}
header.wooprex-header-section .header-main .header-right .wooprex-btn {
  background-color: #ffffff;
  color: #1b1f34;
  border-color: #1b1f34;
}
header.wooprex-header-section .header-main .header-right .wooprex-btn:hover {
  background-color: #2648f3;
  border-color: #2648f3;
  color: #ffffff;
}
header.wooprex-header-section .header-main .wooprex-search-box {
  background: #ffffff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  padding: 20px 60px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
  box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.1);
}
header.wooprex-header-section .header-main .wooprex-search-box form {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}
header.wooprex-header-section .header-main .wooprex-search-box input {
  border-color: transparent;
  color: #404040;
  padding: 0;
  cursor: pointer;
  font-weight: 500;
  font-size: 18px;
}
header.wooprex-header-section .header-main .wooprex-search-box input::-moz-placeholder {
  color: #404040;
  font-weight: 500;
  font-size: 18px;
}
header.wooprex-header-section .header-main .wooprex-search-box input::placeholder {
  color: #404040;
  font-weight: 500;
  font-size: 18px;
}
header.wooprex-header-section .header-main .wooprex-search-box .wooprex-search-close {
  cursor: pointer;
}
header.wooprex-header-section .header-main .wooprex-search-box .wooprex-search-close i {
  color: #000000;
  font-size: 30px;
}
header.wooprex-header-section .header-main .wooprex-search-box .wooprex-search-close:hover i {
  animation: wooprexDraw 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}
header.wooprex-header-section .header-main .wooprex-search-box.active-search {
  opacity: 1;
  visibility: visible;
}

/* start Wooprex mobile menu */
.wooprex-mobile-menu {
  width: 350px;
  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(6, 23, 106, 0.0784313725);
  transition: all 0.6s ease;
  overflow-y: auto;
  z-index: 999;
}
.wooprex-mobile-menu ul.box-nav {
  margin-top: 60px;
}
.wooprex-mobile-menu ul.box-nav li.menu-item {
  padding: 0px 20px;
}
.wooprex-mobile-menu ul.box-nav li.menu-item a.item-link {
  padding: 15px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #404040;
  transition: all 0.3s ease;
  gap: 5px;
  font-weight: 600;
}
.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 {
  color: #2648f3;
}
.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.router-link-active {
  color: #2648f3;
}
.wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu {
  padding-bottom: 10px;
}
.wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu li {
  padding: 0px 10px;
}
.wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu li a.sub-menu-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 0px;
  color: #676a77;
  font-weight: 500;
}
.wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu li a.sub-menu-link i {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-90deg);
  transition: all 0.3s ease;
}
.wooprex-mobile-menu ul.box-nav li.menu-item ul.sub-menu li a.sub-menu-link.link-active i {
  transform: rotate(0deg);
}
.wooprex-mobile-menu 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: #2648f3;
}
.wooprex-mobile-menu ul.sign-in-up-section {
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-top: 40px;
  gap: 15px;
  opacity: 0;
  visibility: hidden;
}
.wooprex-mobile-menu ul.sign-in-up-section .wooprex-btn {
  min-width: 135px;
}
.wooprex-mobile-menu.show {
  transform: translateX(0%);
}

/*-- menu bar -- */
/*-- Base: mixin & variable  -- */
.wooprex-menu-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

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

.mobile-menu-bar-close {
  position: absolute;
  right: 0;
  margin-right: 15px;
  cursor: pointer;
}
.mobile-menu-bar-close i {
  font-size: 30px;
  color: #000000;
}
.mobile-menu-bar-close:hover i {
  animation: wooprexDraw 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}

/*-- heading/subheading -- */
/*-- Base: mixin & variable  -- */
.section-header {
  margin-bottom: 100px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  max-width: 700px;
}
.section-header.center {
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  text-align: center;
}

.header {
  font-size: 40px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.2em;
  color: #1b1f34;
}

.sub-header {
  font-size: 24px;
  font-weight: 600;
  color: #472d00;
}

/*-- Breadcrumb -- */
/*-- Base: mixin & variable  -- */
section.wooprex-breadcrumb-section {
  padding-left: calc((100% - 1300px) / 2);
  padding-right: 170px;
  height: 340px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #eceffe;
}
section.wooprex-breadcrumb-section .breadcrumb-text h1 {
  font-size: 48px;
  font-weight: 500;
  color: #414456;
  margin-bottom: 15px;
}
section.wooprex-breadcrumb-section .breadcrumb-text ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}
section.wooprex-breadcrumb-section .breadcrumb-text ul li {
  font-size: 20px;
  font-weight: 500;
  color: #2648f3;
}
section.wooprex-breadcrumb-section .breadcrumb-text ul li a {
  color: #939bc2;
}
section.wooprex-breadcrumb-section .breadcrumb-text ul li a:hover {
  color: #2648f3;
}
section.wooprex-breadcrumb-section .breadcrumb-image {
  position: relative;
  height: 100%;
  width: 500px;
  background-image: url("../assets/shape/shape-019.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
section.wooprex-breadcrumb-section .breadcrumb-image img.main-image {
  position: absolute;
  bottom: 0;
  left: 44%;
  transform: translateX(-50%);
  width: 300px;
  -o-object-fit: contain;
     object-fit: contain;
  height: 90%;
  -o-object-position: bottom;
     object-position: bottom;
}
section.wooprex-breadcrumb-section.course-details .breadcrumb-image img.main-image, section.wooprex-breadcrumb-section.blog-details .breadcrumb-image img.main-image {
  left: 50%;
}

/*-- slider -- */
/*-- Base: mixin & variable  -- */
.wooprex-swiper-navigation {
  z-index: 2;
}
.wooprex-swiper-navigation .swiper-button-prev,
.wooprex-swiper-navigation .swiper-button-next {
  position: absolute;
  top: 40%;
  margin: 0;
  transition: all 0.3s ease;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #000000;
}
.wooprex-swiper-navigation .swiper-button-prev:after,
.wooprex-swiper-navigation .swiper-button-next:after {
  content: "\f103";
  font-family: "flaticon_education";
  color: #ffffff;
  font-size: 16px;
  transition: all 0.3s ease;
}
.wooprex-swiper-navigation .swiper-button-prev {
  left: -20px;
}
.wooprex-swiper-navigation .swiper-button-next {
  right: -20px;
}
.wooprex-swiper-navigation .swiper-button-prev:after {
  transform: scale(-1);
}

.wooprex-swiper-pagination {
  margin-top: 60px;
}
.wooprex-swiper-pagination .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  position: static;
}
.wooprex-swiper-pagination .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #000000;
  opacity: 1;
  transition: all 0.3s ease;
  position: relative;
  overflow: visible;
}
.wooprex-swiper-pagination .swiper-pagination .swiper-pagination-bullet:before {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #2648f3;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wooprex-swiper-pagination .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 4px;
  height: 4px;
  background-color: #2648f3;
  margin: 0 10px;
}
.wooprex-swiper-pagination .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  opacity: 1;
  visibility: visible;
}

/* Swiper nav and pagination wrapper */
.wooprex-swiper-nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 35px;
}

/* Testimonial two styling pagination styling */
section.wooprex-tetimonial-section-two .wooprex-swiper-pagination .swiper-pagination-bullet {
  background-color: #ffffff;
}
section.wooprex-tetimonial-section-two .wooprex-swiper-pagination .swiper-pagination-bullet:before {
  border-color: #ffffff;
}
section.wooprex-tetimonial-section-two .wooprex-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ffffff;
}

/* Testimonial three styling pagination styling */
section.wooprex-tetimonial-section-three .swiper-pagination {
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.wooprex-tetimonial-section-three .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #676a77;
  opacity: 1;
  transition: all 0.3s ease;
  position: relative;
  overflow: visible;
}
section.wooprex-tetimonial-section-three .swiper-pagination-bullet:before {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #676a77;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.wooprex-tetimonial-section-three .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 4px;
  height: 4px;
  background-color: #2648f3;
  margin: 10px 0;
}
section.wooprex-tetimonial-section-three .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  opacity: 1;
  visibility: visible;
}

/* Certificate slider */
.instructor-certificate-slider .wooprex-swiper-navigation .swiper-button-prev,
.instructor-certificate-slider .wooprex-swiper-navigation .swiper-button-next {
  top: 25%;
}
.instructor-certificate-slider .wooprex-swiper-pagination .swiper-pagination-bullet {
  background-color: #676a77;
}
.instructor-certificate-slider .wooprex-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #2648f3;
}

/* Latest news 2 section */
section.wooprex-latest-news-section-two .wooprex-swiper-pagination .swiper-pagination-bullet {
  background-color: #676a77;
}
section.wooprex-latest-news-section-two .wooprex-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #2648f3;
}

/*-- Follow us -- */
/*-- Base: mixin & variable  -- */
.wooprex-follow-us ul {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}
.wooprex-follow-us ul li a {
  color: #030712;
  font-size: 18px;
}
.wooprex-follow-us ul li a i {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wooprex-follow-us ul li a:hover {
  color: #ffdfa8;
}
.wooprex-follow-us.rounded ul li a {
  border: 1px solid #030712;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #030712;
  color: #ffffff;
}
.wooprex-follow-us.rounded ul li a:hover {
  background-color: #2648f3;
  border-color: #2648f3;
}

/*-- counter -- */
/*-- Base: mixin & variable  -- */
section.wooprex-counter-section:before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #06176a;
  z-index: 2;
  opacity: 0.75;
}
section.wooprex-counter-section .section-header {
  margin-bottom: 40px;
  max-width: 460px;
}
section.wooprex-counter-section .section-header .sub-header {
  font-size: 16px;
}
section.wooprex-counter-section .section-header .header,
section.wooprex-counter-section .section-header .sub-header {
  color: #ffffff;
}
section.wooprex-counter-section img.bg-image {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-counter-section .container {
  position: relative;
  z-index: 2;
}
section.wooprex-counter-section .counter-left ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
section.wooprex-counter-section .counter-left ul li {
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  font-weight: 600;
}

/* Counter styling */
.wooprex-counter {
  height: 100%;
}
.wooprex-counter .row {
  row-gap: 40px;
}
.wooprex-counter .counter-item {
  padding: 30px;
  text-align: center;
  border-radius: 16px;
  min-height: 165px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.wooprex-counter .counter-item h3,
.wooprex-counter .counter-item p {
  color: #ffffff;
}
.wooprex-counter .counter-item h3 {
  font-size: 72px;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 1em;
}
.wooprex-counter .counter-item p {
  font-size: 14px;
  font-weight: 600;
}
.wooprex-counter .counter-item.item-1 {
  background-color: rgba(255, 169, 41, 0.3019607843);
}
.wooprex-counter .counter-item.item-2 {
  background-color: rgba(58, 202, 142, 0.3019607843);
}
.wooprex-counter .counter-item.item-3 {
  background-color: rgba(239, 38, 243, 0.3019607843);
}
.wooprex-counter .counter-item.item-4 {
  background-color: rgba(38, 181, 243, 0.3019607843);
}

/* Choose us section counter styling */
section.wooprex-choose-us-section .choose-us-description .wooprex-counter .row {
  row-gap: 20px;
}
section.wooprex-choose-us-section .choose-us-description .wooprex-counter .counter-item {
  background-color: #f3f5ff;
  border: 1px solid #a8b6fa;
  min-height: 128px;
  padding: 20px;
}
section.wooprex-choose-us-section .choose-us-description .wooprex-counter .counter-item h3 {
  color: #414456;
  font-weight: 500;
}
section.wooprex-choose-us-section .choose-us-description .wooprex-counter .counter-item p {
  color: #35384a;
}

/* Counter section 2 - instructor page */
section.wooprex-counter-section-two .wooprex-counter .counter-item {
  background-color: transparent;
  border: none;
  min-height: 128px;
  padding: 0;
}
section.wooprex-counter-section-two .wooprex-counter .counter-item h3 {
  color: #35384a;
  font-weight: 500;
}
section.wooprex-counter-section-two .wooprex-counter .counter-item p {
  color: #35384a;
}

/*-- course item -- */
/*-- Base: mixin & variable  -- */
.wooprex-course-main-wrapper .row {
  row-gap: 80px;
}
.wooprex-course-main-wrapper .row > * {
  padding: 0px 18px;
}

.wooprex-course-item {
  background-color: #f8f9ff;
  box-shadow: 0px 8px 16px 0px rgba(0, 20, 123, 0.0509803922), 0px 4px 12px 0px rgba(0, 20, 123, 0.0784313725);
  border-radius: 500px 500px 24px 24px;
  overflow: hidden;
  padding-bottom: 16px;
  transition: all 0.3s ease;
}
.wooprex-course-item .inner-top {
  height: 400px;
  overflow: hidden;
  position: relative;
  border-radius: 500px 500px 24px 24px;
}
.wooprex-course-item .inner-top:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  height: 85%;
  border: 1px solid #ffffff;
  pointer-events: none;
  z-index: 1;
  border-radius: 500px 500px 24px 24px;
}
.wooprex-course-item .inner-top .course-image {
  height: 100%;
}
.wooprex-course-item .inner-top .course-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.wooprex-course-item .inner-top .course-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-course-item .inner-top span.choice {
  background-color: #f2415a;
  min-width: 164px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  bottom: 15px;
  left: 15px;
  border-radius: 100px;
  gap: 7px;
  z-index: 2;
}
.wooprex-course-item .inner-top span.choice i {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wooprex-course-item .inner-bottom .description-top {
  padding: 0px 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.wooprex-course-item .inner-bottom .description-top .author {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}
.wooprex-course-item .inner-bottom .description-top .author .author-image {
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
}
.wooprex-course-item .inner-bottom .description-top .author .author-image a {
  display: block;
}
.wooprex-course-item .inner-bottom .description-top .author .author-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-course-item .inner-bottom .description-top .author .author-details h5 {
  font-size: 16px;
  font-weight: 500;
}
.wooprex-course-item .inner-bottom .description-top .author .author-details h5 a {
  color: #414456;
}
.wooprex-course-item .inner-bottom .description-top .author .author-details p i {
  -webkit-text-stroke: 1px transparent;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(180deg, #ffe61c 0%, #ffa929 100%);
}
.wooprex-course-item .inner-bottom .description-top .price {
  position: relative;
  top: -20px;
}
.wooprex-course-item .inner-bottom .description-top .price p {
  position: relative;
  width: 77px;
  height: 77px;
  overflow: hidden;
}
.wooprex-course-item .inner-bottom .description-top .price p img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-course-item .inner-bottom .description-top .price p span.cost {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-weight: 700;
  font-size: 22px;
}
.wooprex-course-item .inner-bottom .description-bottom {
  padding: 8px 13px 0px 13px;
  display: flex;
  align-items: flex-start;
  gap: 17px;
  flex-direction: column;
}
.wooprex-course-item .inner-bottom .description-bottom h3 {
  font-size: 24px;
  color: #030b35;
}
.wooprex-course-item .inner-bottom .description-bottom .course-categoty-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  row-gap: 10px;
}
.wooprex-course-item .inner-bottom .description-bottom .course-categoty-details span.item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font-weight: 500;
  font-size: 14px;
}
.wooprex-course-item .inner-bottom .description-bottom .course-categoty-details span.item i {
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
}
.wooprex-course-item .inner-bottom .description-bottom .wooprex-btn {
  width: 100%;
  height: 50px;
  margin-top: 5px;
}
.wooprex-course-item:hover {
  box-shadow: none;
  background-color: #ffffff;
}
.wooprex-course-item:hover .inner-top .course-image img {
  transform: scale(1.04);
}

/*-- blog item -- */
/*-- Base: mixin & variable  -- */
/* Wooprex single blog item */
.wooprex-blog-item {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.wooprex-blog-item .blog-image {
  height: 245px;
  overflow: hidden;
  border-radius: 16px;
}
.wooprex-blog-item .blog-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.wooprex-blog-item .blog-image a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-blog-item .blog-description {
  gap: 30px;
}
.wooprex-blog-item .blog-description .author a {
  color: #676a77;
  font-size: 14px;
}
.wooprex-blog-item .blog-description .author a:hover {
  color: #2648f3;
}
.wooprex-blog-item .blog-description h3 {
  font-size: 22px;
  color: #030b35;
  margin: 15px 0px;
}
.wooprex-blog-item .blog-description p {
  font-weight: 500;
  max-width: 400px;
}
.wooprex-blog-item .blog-description .category {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin: 20px 0px 25px 0px;
  flex-wrap: wrap;
}
.wooprex-blog-item .blog-description .category a {
  min-width: 63px;
  height: 32px;
  border: 1px solid #676a77;
  color: #676a77;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 600;
}
.wooprex-blog-item .blog-description .category a:hover {
  background-color: #eceffe;
}
.wooprex-blog-item:hover .blog-image a img {
  transform: scale(1.03);
}

/* Lstest news section */
section.wooprex-latest-news-section .latest-news-main-wrapper .news-left .wooprex-blog-item .blog-image {
  max-width: 100%;
  height: 530px;
}
section.wooprex-latest-news-section .latest-news-main-wrapper .news-left .wooprex-blog-item .blog-description h3 {
  font-size: 24px;
}
section.wooprex-latest-news-section .latest-news-main-wrapper .news-left .wooprex-blog-item .blog-description p {
  max-width: 460px;
}
section.wooprex-latest-news-section .latest-news-main-wrapper .news-left .wooprex-blog-item .blog-description .category a {
  font-size: 14px;
}
section.wooprex-latest-news-section .latest-news-main-wrapper .news-right .row {
  row-gap: 22px;
}
section.wooprex-latest-news-section .latest-news-main-wrapper .news-right .wooprex-blog-item {
  flex-direction: row;
  -moz-column-gap: 25px;
       column-gap: 25px;
  align-items: center;
}
section.wooprex-latest-news-section .latest-news-main-wrapper .news-right .wooprex-blog-item .blog-image {
  max-width: 310px;
}
section.wooprex-latest-news-section .latest-news-main-wrapper .news-right .wooprex-blog-item .blog-description {
  width: 75%;
}
section.wooprex-latest-news-section .latest-news-main-wrapper .news-right .wooprex-blog-item .blog-description h3 {
  margin: 10px 0px;
  font-size: 20px;
}
section.wooprex-latest-news-section .latest-news-main-wrapper .news-right .wooprex-blog-item .blog-description .category {
  margin: 20px 0px;
}

/*-- Partner -- */
/*-- Base: mixin & variable  -- */
section.wooprex-partner-section {
  z-index: 2;
}
section.wooprex-partner-section h3 {
  font-size: 24px;
  color: #1b1f34;
  text-align: center;
}
section.wooprex-partner-section .partner-main-wrapper {
  background-color: #fff4e0;
  border-radius: 16px;
  padding: 60px 20px;
}
section.wooprex-partner-section .partner-main {
  position: relative;
  margin-top: 70px;
}
section.wooprex-partner-section .partner-main .swiper-slide {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/*-- team -- */
/*-- Base: mixin & variable  -- */
/* Single team item styling */
.wooprex-team-item .team-top {
  max-width: 310px;
  height: 310px;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
}
.wooprex-team-item .team-top .team-image {
  height: 100%;
}
.wooprex-team-item .team-top .team-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.wooprex-team-item .team-top .team-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-team-item .team-top .shape-image {
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 90px;
}
.wooprex-team-item .team-top .shape-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.wooprex-team-item .team-top .shape-image img.color-shape {
  bottom: -100px;
}
.wooprex-team-item .team-top .wooprex-follow-us {
  height: 90px;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
  width: 100%;
}
.wooprex-team-item .team-top .wooprex-follow-us ul {
  justify-content: center;
}
.wooprex-team-item .team-top .wooprex-follow-us ul li {
  position: relative;
}
.wooprex-team-item .team-top .wooprex-follow-us ul li a {
  background-color: #ffffff;
  color: #2648f3;
  border-color: #2648f3;
  font-size: 12px;
  width: 25px;
  height: 25px;
}
.wooprex-team-item .team-top .wooprex-follow-us ul li a:hover {
  border-color: #ffdfa8;
  background-color: #ffdfa8;
}
.wooprex-team-item .team-top .wooprex-follow-us ul li:nth-child(2) {
  top: 14px;
}
.wooprex-team-item .team-top .wooprex-follow-us ul li:nth-child(3) {
  top: 14px;
}
.wooprex-team-item .team-bottom {
  background-color: #eceffe;
  padding: 90px 20px 22px 20px;
  border-radius: 24px;
  margin-top: -60px;
  text-align: center;
}
.wooprex-team-item .team-bottom h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.wooprex-team-item .team-bottom h4 a {
  color: #06176a;
}
.wooprex-team-item .team-bottom h4 a:hover {
  color: #2648f3;
}
.wooprex-team-item .team-bottom h5 {
  font-size: 14px;
  font-weight: 500;
  color: #414456;
  text-transform: uppercase;
}
.wooprex-team-item:hover .team-top .team-image img {
  transform: scale(1.05);
}
.wooprex-team-item:hover .team-top .shape-image .color-shape {
  bottom: 0;
}
.wooprex-team-item:hover .team-top .wooprex-follow-us {
  opacity: 1;
  visibility: visible;
}

/* team section home, about page*/
section.wooprex-team-section .container {
  position: relative;
}
section.wooprex-team-section img.shape-1 {
  position: absolute;
  top: 30px;
  right: 0;
}
section.wooprex-team-section .team-main-wrapper {
  position: relative;
}
section.wooprex-team-section.about .circle-shape {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -100%;
}
section.wooprex-team-section.about img.shape-1 {
  display: none;
}

/* Course details page instructor */
section.wooprex-course-details-section .wooprex-team-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
}
section.wooprex-course-details-section .wooprex-team-item .team-top {
  max-width: 260px;
  height: 260px;
  margin: 0;
}
section.wooprex-course-details-section .wooprex-team-item .team-bottom {
  padding: 0;
  margin: 0;
  background-color: transparent;
  border-radius: 0px;
  text-align: left;
}
section.wooprex-course-details-section .wooprex-team-item .team-bottom h4 {
  font-weight: 600;
}
section.wooprex-course-details-section .wooprex-team-item .team-bottom ul {
  margin-top: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 12px;
}
section.wooprex-course-details-section .wooprex-team-item .team-bottom ul li {
  color: #000000;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 13px;
  text-transform: uppercase;
}
section.wooprex-course-details-section .wooprex-team-item .team-bottom ul li i {
  color: #676a77;
  font-size: 22px;
}

/*-- News Letter -- */
/*-- Base: mixin & variable  -- */
section.wooprex-news-letter-section {
  margin-bottom: -190px;
  z-index: 2;
}
section.wooprex-news-letter-section .news-letter-main-wrapper {
  background-color: #ffca70;
  border-radius: 56px;
  padding: 80px 60px;
  position: relative;
  overflow: hidden;
}
section.wooprex-news-letter-section .news-letter-main-wrapper:before {
  content: "";
  background-image: url("../assets/shape/shape-014.svg");
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
section.wooprex-news-letter-section .news-letter-main-wrapper .news-letter-left {
  position: relative;
  z-index: 2;
}
section.wooprex-news-letter-section .news-letter-main-wrapper .news-letter-left h3 {
  font-size: 72px;
  line-height: 0.9em;
  margin-bottom: 22px;
  color: #472d00;
}
section.wooprex-news-letter-section .news-letter-main-wrapper .news-letter-left p {
  color: #472d00;
}
section.wooprex-news-letter-section .news-letter-main-wrapper .news-letter-right {
  position: relative;
  z-index: 2;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}
section.wooprex-news-letter-section .news-letter-main-wrapper .news-letter-right form {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
section.wooprex-news-letter-section .news-letter-main-wrapper .news-letter-right form input[type=email] {
  max-width: 410px;
  height: 70px;
  border-radius: 96px;
  background-color: #fff4e0;
  font-size: 16px;
  color: #945d00;
  padding: 0px 30px;
  border-color: #945d00;
  font-weight: 600;
}
section.wooprex-news-letter-section .news-letter-main-wrapper .news-letter-right form input[type=email]::-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #945d00;
}
section.wooprex-news-letter-section .news-letter-main-wrapper .news-letter-right form input[type=email]::placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #945d00;
}
section.wooprex-news-letter-section .news-letter-main-wrapper .news-letter-right form .button-wrapper {
  position: relative;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}
section.wooprex-news-letter-section .news-letter-main-wrapper .news-letter-right form .button-wrapper:after {
  content: "\f103";
  font-family: "flaticon_education";
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  color: #ffffff;
  transition: all 0.3s ease;
}
section.wooprex-news-letter-section .news-letter-main-wrapper .news-letter-right form .button-wrapper input[type=submit] {
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px solid #945d00;
  background-color: #945d00;
  border-radius: 50%;
  transition: all 0.3s ease;
}
section.wooprex-news-letter-section .news-letter-main-wrapper .news-letter-right form .button-wrapper:hover input[type=submit] {
  background-color: transparent;
}
section.wooprex-news-letter-section .news-letter-main-wrapper .news-letter-right form .button-wrapper:hover:after {
  color: #945d00;
}

/*-- testimonial -- */
/*-- Base: mixin & variable  -- */
/* Testimonial one */
section.wooprex-tetimonial-section-one {
  background-color: #eceffe;
}
section.wooprex-tetimonial-section-one img.shape-bottom {
  position: absolute;
  bottom: 0%;
  left: 0%;
  width: 170px;
}
section.wooprex-tetimonial-section-one .container {
  position: relative;
  z-index: 2;
}
section.wooprex-tetimonial-section-one img.shape-1 {
  position: absolute;
  top: 0%;
  left: 0%;
}
section.wooprex-tetimonial-section-one img.shape-2 {
  position: absolute;
  top: 100px;
  right: -50px;
  width: 150px;
}
section.wooprex-tetimonial-section-one .testimonial-main-wrapper {
  position: relative;
}

/* Single Testimonial item */
.wooprex-testimonial-item {
  border: 1px solid #a8b6fa;
  border-radius: 16px;
  background-color: #ffffff;
  padding: 20px;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 90px;
}
.wooprex-testimonial-item .review {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.wooprex-testimonial-item .review .icon i {
  font-size: 22px;
  -webkit-text-stroke: 1px transparent;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(180deg, #ffe61c 0%, #ffa929 100%);
}
.wooprex-testimonial-item p.review-text {
  font-weight: 500;
  color: #030b35;
}
.wooprex-testimonial-item .inner-top {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
}
.wooprex-testimonial-item .inner-top .author {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}
.wooprex-testimonial-item .inner-top .author .author-image {
  width: 64px;
  height: 64px;
  overflow: hidden;
  border-radius: 50%;
}
.wooprex-testimonial-item .inner-top .author .author-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-testimonial-item .inner-top .author .author-details h5 {
  font-size: 16px;
  font-weight: 700;
}
.wooprex-testimonial-item .inner-top .author .author-details p {
  font-size: 13px;
}
.wooprex-testimonial-item .inner-top .author .author-details p,
.wooprex-testimonial-item .inner-top .author .author-details h5 {
  color: #000000;
}
.wooprex-testimonial-item .inner-bottom a {
  border-radius: 8px;
  padding: 4px 8px;
  font-size: 14px;
}
.wooprex-testimonial-item .inner-bottom a.illustration {
  color: #2b08fd;
  border: 1px solid #2b08fd;
  background-color: #cfcefe;
}
.wooprex-testimonial-item .inner-bottom a.uiux {
  color: #f707fc;
  border: 1px solid #f707fc;
  background-color: #facefe;
}
.wooprex-testimonial-item .inner-bottom a.development {
  color: #e99b05;
  border: 1px solid #e99b05;
  background-color: #feeece;
}
.wooprex-testimonial-item .inner-bottom p {
  font-size: 14px;
  font-weight: 500;
  margin-top: 8px;
}

/* Testimonial two */
section.wooprex-tetimonial-section-two:before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(38, 72, 243, 0) 0%, rgba(26, 49, 166, 0.7) 63.3%, rgba(22, 42, 141, 0.9) 108.23%);
  z-index: 2;
}
section.wooprex-tetimonial-section-two .container {
  position: relative;
  z-index: 5;
}
section.wooprex-tetimonial-section-two img.bg-image {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-tetimonial-section-two .section-header {
  margin-bottom: 60px;
}
section.wooprex-tetimonial-section-two .section-header .header {
  font-size: 39px;
}
section.wooprex-tetimonial-section-two .section-header .header,
section.wooprex-tetimonial-section-two .section-header .sub-header {
  color: #ffffff;
}
section.wooprex-tetimonial-section-two .testimonial-main-wrapper {
  position: relative;
}

/* Testimonial three */
section.wooprex-tetimonial-section-three {
  background-color: #f8f9ff;
}
section.wooprex-tetimonial-section-three .testimonial-left .testimonial-left-image {
  position: relative;
  max-width: 650px;
}
section.wooprex-tetimonial-section-three .testimonial-left .testimonial-left-image .inner-image {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 566px;
  height: 100%;
  overflow: hidden;
  border-radius: 0 0 500px 500px;
}
section.wooprex-tetimonial-section-three .testimonial-left .testimonial-left-image .inner-image img.main-image {
  width: 90%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
section.wooprex-tetimonial-section-three .testimonial-left .testimonial-left-image .shape-image {
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
section.wooprex-tetimonial-section-three .testimonial-left .testimonial-left-image img.shape-2 {
  width: 100%;
  height: 100%;
}
section.wooprex-tetimonial-section-three .testimonial-left .testimonial-left-image:hover .inner-image img.main-image {
  transform: translateX(-50%) scale(1.05);
}
section.wooprex-tetimonial-section-three .testimonial-main-wrapper {
  position: relative;
}
section.wooprex-tetimonial-section-three .testimonial-main-wrapper .testimonial-slider {
  overflow: hidden;
  height: 650px;
  padding-right: 40px;
}
section.wooprex-tetimonial-section-three .wooprex-testimonial-item {
  min-height: 100%;
  height: auto;
  gap: 20px;
  border: none;
  background-color: transparent;
  padding: 0;
}
section.wooprex-tetimonial-section-three .wooprex-testimonial-item .inner-top {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
section.wooprex-tetimonial-section-three .wooprex-testimonial-item p.review-text {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 16px;
}

/*-- form -- */
/*-- Base: mixin & variable  -- */
section.wooprex-contact-section {
  z-index: 2;
}
section.wooprex-contact-section form {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
}
section.wooprex-contact-section form h3 {
  margin-bottom: 60px;
  color: #35384a;
  text-align: center;
}
section.wooprex-contact-section form input[type=text],
section.wooprex-contact-section form input[type=email] {
  border: none;
  padding: 0;
  padding-top: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #35384a;
  font-weight: 400;
  color: #35384a;
}
section.wooprex-contact-section form input[type=text]::-moz-placeholder, section.wooprex-contact-section form input[type=email]::-moz-placeholder {
  color: #35384a;
}
section.wooprex-contact-section form input[type=text]::placeholder,
section.wooprex-contact-section form input[type=email]::placeholder {
  color: #35384a;
}
section.wooprex-contact-section form label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  color: #35384a;
  font-size: 16px;
  font-weight: 300;
}
section.wooprex-contact-section form label input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 1px solid #35384a;
  background-color: #ffffff;
  cursor: pointer;
  border-radius: 4px;
  position: relative;
  padding: 0;
}
section.wooprex-contact-section form label input:checked {
  background-color: #2648f3;
  border-color: #2648f3;
}
section.wooprex-contact-section form label input:checked::before {
  content: "✔";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
}
section.wooprex-contact-section form label span {
  width: 100%;
}
section.wooprex-contact-section form input.wooprex-btn {
  margin-top: 40px;
  text-transform: uppercase;
  font-weight: 400;
}

/* Course details form */
.comment-part form input[type=text],
.comment-part form input[type=email],
.comment-part form textarea {
  border-radius: 48px;
  height: 52px;
  border-color: #939bc2;
  color: #35384a;
  font-weight: 500;
}
.comment-part form input[type=text]::-moz-placeholder, .comment-part form input[type=email]::-moz-placeholder, .comment-part form textarea::-moz-placeholder {
  font-weight: 400;
  color: #35384a;
}
.comment-part form input[type=text]::placeholder,
.comment-part form input[type=email]::placeholder,
.comment-part form textarea::placeholder {
  font-weight: 400;
  color: #35384a;
}
.comment-part form textarea {
  border-radius: 16px;
}

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

/*-- video -- */
/*-- Base: mixin & variable  -- */
.wooprex-video-section {
  height: 720px;
  position: relative;
  overflow: hidden;
}
.wooprex-video-section:before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #1b1f34;
  opacity: 0.5;
  z-index: 1;
}
.wooprex-video-section:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 96%;
  height: 90%;
  border: 1px solid #ffffff;
  z-index: 2;
  border-radius: 40px;
  pointer-events: none;
}
.wooprex-video-section .overlay-image {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.wooprex-video-section .overlay-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-video-section .overlay-image #play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.wooprex-video-section .overlay-image i {
  font-size: 80px;
  color: #ffffff;
  transition: all 0.3s ease;
}
.wooprex-video-section .overlay-image i:hover {
  transform: scale(1.05);
}
.wooprex-video-section .overlay-image.hidden {
  display: none;
}
.wooprex-video-section.hidden:before, .wooprex-video-section.hidden:after {
  display: none;
}

.mfp-content {
  width: 850px !important;
  max-width: 100%;
  height: 500px;
}
.mfp-content #popup {
  height: 100%;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .mfp-content {
    height: 400px;
  }
}
@media only screen and (max-width: 575px) {
  .mfp-content {
    height: 250px;
  }
}
/*-- comment -- */
/*-- Base: mixin & variable  -- */
.wooprex-blog-comment {
  padding-top: 60px;
  margin-top: 60px;
  border-top: 1px solid #a09eab;
}
.wooprex-blog-comment .comments-title {
  margin-bottom: 70px;
  font-size: 38px;
  line-height: 1em;
  font-weight: 500;
}
.wooprex-blog-comment .comment-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
.wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-author img {
  margin-right: 20px;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-author b {
  position: relative;
  top: -8px;
  margin-left: 5px;
}
.wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-author a {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 400;
}
.wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-author span.says {
  display: none;
}
.wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-metadata {
  margin-left: 95px;
  margin-top: -30px;
  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: 16px;
}
.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: 8px 32px;
  font-size: 15px;
  min-width: 90px;
  background-color: transparent;
  font-weight: 500;
}
.wooprex-blog-comment .comment-list .comment .children {
  margin-left: 95px;
  margin-top: 50px;
}
.wooprex-blog-comment .comment-list .comment .children .children .children {
  margin-left: 0;
}
.wooprex-blog-comment .comment-respond {
  margin-top: 80px;
}
.wooprex-blog-comment .comment-respond .comment-reply-title {
  font-size: 38px;
  font-weight: 500;
  margin-bottom: 15px;
}
.wooprex-blog-comment .comment-respond .comment-reply-title a {
  margin-left: 20px;
  color: #2648f3;
  font-size: 16px;
}
.wooprex-blog-comment .comment-respond form.comment-form p.comment-notes {
  margin-bottom: 50px;
}
.wooprex-blog-comment .comment-respond form.comment-form p.logged-in-as {
  margin-bottom: 50px;
}
.wooprex-blog-comment .comment-respond form.comment-form p.logged-in-as a {
  color: #2648f3;
}
.wooprex-blog-comment .comment-respond form.comment-form p.logged-in-as a:hover {
  text-decoration: underline;
}

@media (max-width: 991px) {
  .wooprex-blog-comment {
    padding-top: 50px;
    margin-top: 50px;
  }
  .wooprex-blog-comment h3 {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* comment*/
  .wooprex-blog-comment .comments-title {
    margin-bottom: 40px;
  }
  .wooprex-blog-comment .comment-list {
    gap: 30px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-author img {
    width: 50px;
    height: 50px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-author a {
    font-size: 20px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-metadata {
    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: 20px;
  }
  .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) {
  /* comment*/
  .wooprex-blog-comment .comments-title {
    margin-bottom: 40px;
    font-size: 30px;
  }
  .wooprex-blog-comment .comment-list {
    gap: 30px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-author img {
    width: 50px;
    height: 50px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-author a {
    font-size: 20px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-metadata {
    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: 20px;
  }
  .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: 575px) {
  /* comment*/
  .wooprex-blog-comment .comments-title {
    margin-bottom: 40px;
    font-size: 32px;
  }
  .wooprex-blog-comment .comment-list {
    gap: 30px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-author img {
    width: 50px;
    height: 50px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-author a {
    font-size: 20px;
  }
  .wooprex-blog-comment .comment-list .comment .comment-body .comment-meta .comment-metadata {
    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: 20px;
  }
  .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;
  }
  .comment-form .comment-form-cookies-consent {
    margin-top: 30px;
  }
}
/*-- 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: #2648f3;
  color: #2648f3;
}
.wooprex-pagination ul.page-numbers li.active .page-numbers {
  border-color: #2648f3;
  color: #2648f3;
}

@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;
  }
}
.wooprex-navigation.style-2 {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wooprex-navigation.style-2 a {
  min-width: auto;
  padding: 10px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.wooprex-navigation.style-2 a.prev {
  flex-direction: row-reverse;
}

/*-- wooprex sidebar -- */
/*-- Base: mixin & variable  -- */
.wooprex-sidebar.style-1 {
  /* Latest post */
}
.wooprex-sidebar.style-1.right {
  padding-left: 50px;
}
.wooprex-sidebar.style-1.left {
  padding-right: 50px;
}
.wooprex-sidebar.style-1 .sidebar-title {
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 500;
  color: #35384a;
}
.wooprex-sidebar.style-1 .wooprex-sidebar-author {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 20px;
}
.wooprex-sidebar.style-1 .wooprex-sidebar-author .author-image {
  max-width: 310px;
  height: 225px;
  overflow: hidden;
  border-radius: 24px;
}
.wooprex-sidebar.style-1 .wooprex-sidebar-author .author-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.wooprex-sidebar.style-1 .wooprex-sidebar-author .author-image a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-sidebar.style-1 .wooprex-sidebar-author .author-details h4 {
  margin-bottom: 10px;
}
.wooprex-sidebar.style-1 .wooprex-sidebar-author .author-details h4 a {
  color: #494949;
}
.wooprex-sidebar.style-1 .wooprex-sidebar-author .author-details h4 a:hover {
  color: #2648f3;
}
.wooprex-sidebar.style-1 .wooprex-sidebar-author .author-details h5 {
  color: #494949;
}
.wooprex-sidebar.style-1 .wooprex-sidebar-category ul,
.wooprex-sidebar.style-1 .wooprex-sidebar-archive ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}
.wooprex-sidebar.style-1 .wooprex-sidebar-category ul li,
.wooprex-sidebar.style-1 .wooprex-sidebar-archive ul li {
  padding-bottom: 5px;
  position: relative;
  display: inline-block;
}
.wooprex-sidebar.style-1 .wooprex-sidebar-category ul li:before,
.wooprex-sidebar.style-1 .wooprex-sidebar-archive ul li:before {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0%;
  width: 0%;
  opacity: 0;
  visibility: hidden;
  height: 1px;
  background-color: #2648f3;
  transition: all 0.6s ease;
}
.wooprex-sidebar.style-1 .wooprex-sidebar-category ul li:hover:before,
.wooprex-sidebar.style-1 .wooprex-sidebar-archive ul li:hover:before {
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.wooprex-sidebar.style-1 .wooprex-sidebar-latest-post ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.wooprex-sidebar.style-1 .wooprex-sidebar-latest-post .latest-post-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 20px;
}
.wooprex-sidebar.style-1 .wooprex-sidebar-latest-post .latest-post-item .post-thumbnail {
  max-width: 310px;
  height: 225px;
  overflow: hidden;
  border-radius: 24px;
}
.wooprex-sidebar.style-1 .wooprex-sidebar-latest-post .latest-post-item .post-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-sidebar.style-1 .wooprex-sidebar-latest-post .latest-post-item:hover .post-thumbnail img {
  transform: scale(1.05);
}
.wooprex-sidebar.style-1 .wooprex-sidebar-latest-post .latest-post-item .post-details p.date {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
  color: #494949;
}
.wooprex-sidebar.style-1 .wooprex-sidebar-latest-post .latest-post-item .post-details h5 {
  transition: all 0.3s ease;
  color: #101249;
  font-size: 22px;
}
.wooprex-sidebar.style-1 .wooprex-sidebar-latest-post .latest-post-item .post-details h5:hover {
  color: #2648f3;
}
.wooprex-sidebar.style-1 .wooprex-sidebar-tags .tagcloud {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 300px;
}
.wooprex-sidebar.style-1 .wooprex-sidebar-tags .tagcloud a {
  text-transform: lowercase;
  padding-right: 10px;
  position: relative;
  font-size: 16px;
  color: #494949;
}
.wooprex-sidebar.style-1 .wooprex-sidebar-tags .tagcloud a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  height: 10px;
  width: 1px;
  background-color: #494949;
}
.wooprex-sidebar.style-1 .wooprex-sidebar-tags .tagcloud a:last-child:after {
  display: none;
}
.wooprex-sidebar.style-1 .wooprex-sidebar-tags .tagcloud a:before {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0%;
  width: 0;
  height: 1px;
  background-color: #2648f3;
  transition: all 0.6s ease;
}
.wooprex-sidebar.style-1 .wooprex-sidebar-tags .tagcloud a:hover {
  color: #2648f3;
}
.wooprex-sidebar.style-1 .wooprex-sidebar-tags .tagcloud a:hover:before {
  width: 88%;
}
.wooprex-sidebar.style-1 .wooprex-sidebar-category,
.wooprex-sidebar.style-1 .wooprex-sidebar-archive,
.wooprex-sidebar.style-1 .wooprex-sidebar-latest-post,
.wooprex-sidebar.style-1 .wooprex-sidebar-tags {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #8d8f99;
}

/*-- bottom to top -- */
/*-- Base: mixin & variable  -- */
#topButton {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background-color: #2648f3;
  padding: 0;
  cursor: pointer;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
  box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.1);
}
#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: transparent;
  stroke-width: 4;
}
#topButton .progress-circle .progress-svg .progress-bar {
  fill: none;
  stroke: #ffffff;
  stroke-width: 8px;
  transform: translate(0px, 0px);
  transition: stroke-dashoffset 0.3s ease;
}
#topButton .progress-circle .font {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
  color: #ffffff;
  display: flex;
}
#topButton .progress-circle .font i {
  transform: rotate(180deg);
  line-height: 0px;
}
#topButton .progress-circle .font i:after {
  font-weight: 700 !important;
}
#topButton.show {
  opacity: 1;
  visibility: visible;
}
#topButton:hover {
  transform: translateY(-10px);
}

/*-- preload Animation -- */
/*-- Base: mixin & variable  -- */
img.top-shape-1 {
  position: absolute;
  left: -100px;
  top: -200px;
  pointer-events: none;
}

img.top-shape-2 {
  position: absolute;
  right: 125px;
  top: -35px;
  pointer-events: none;
}

.wooprex-visible {
  transform: translateX(-100%);
  transition: 3s;
}
.wooprex-visible.animated {
  transform: translateX(0%);
}

@keyframes loopRound {
  0% {
    transform: rotate(-45deg);
  }
  50% {
    transform: rotate(70deg);
  }
}
@keyframes wooprexDraw {
  0%, 100% {
    clip-path: inset(0 0 0 0);
  }
  42% {
    clip-path: inset(0 0 0 100%);
  }
  43% {
    clip-path: inset(0 100% 0 0);
  }
}
/* Wave */
@keyframes wave {
  0%, 100% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  75% {
    transform: rotate(5deg);
  }
}
.simpleParallax {
  height: 100%;
}

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

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

.wooprex-spinner {
  width: 60px;
  height: 60px;
  border: 3px solid transparent;
  border-top: 3px solid #2648f3;
  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);
  }
}
/*-- cursor resizer -- */
/*-- Base: mixin & variable  -- */
/* Basic styles for the custom cursor */
.wooprex-cursor-follower {
  position: fixed;
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  border: 1px solid #2648f3;
  transition: background-color 0.2s, opacity 0.2s, width 0.2s, height 0.2s;
  pointer-events: none;
}
.wooprex-cursor-follower.small {
  width: 10px;
  height: 10px;
  background-color: #2648f3;
}
.wooprex-cursor-follower.big {
  width: 40px;
  height: 40px;
  background-color: transparent;
}

/* Hover effect styles */
.wooprex-resizer-active {
  background-color: #fff9f0 !important;
  box-shadow: 0px 0px 30px 0px rgba(6, 23, 106, 0.0784313725);
  border-color: #fff9f0;
  width: 75px !important;
  height: 75px !important;
  pointer-events: none;
}
.wooprex-resizer-active:before, .wooprex-resizer-active:after {
  content: "\f103";
  font-family: "flaticon_education";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  color: #000000;
  font-size: 20px;
}
.wooprex-resizer-active:before {
  left: 15px;
  transform: translateY(-50%) scale(-1);
}
.wooprex-resizer-active:after {
  right: 15px;
}

.wooprex-resizer-active-2 {
  background-color: #fff9f0 !important;
  box-shadow: 0px 0px 30px 0px rgba(6, 23, 106, 0.0784313725);
  border-color: #fff9f0;
  width: 75px !important;
  height: 75px !important;
  pointer-events: none;
}
.wooprex-resizer-active-2:before, .wooprex-resizer-active-2:after {
  content: "\f103";
  font-family: "flaticon_education";
  position: absolute;
  left: 50%;
  z-index: 2;
  color: #000000;
  font-size: 20px;
}
.wooprex-resizer-active-2:before {
  top: 12px;
  transform: translateX(-50%) rotate(-90deg) scale(1);
}
.wooprex-resizer-active-2:after {
  bottom: 12px;
  transform: translateX(-50%) rotate(90deg);
}

/*-- All pages styles -- */
/*-- home page -- */
/*-- Base: mixin & variable  -- */
section.wooprex-banner-section {
  height: 750px;
  margin-bottom: 140px;
  overflow: visible;
  overflow-x: clip;
}
section.wooprex-banner-section .banner-main-wrapper {
  height: 100%;
}
section.wooprex-banner-section .banner-main-wrapper .container,
section.wooprex-banner-section .banner-main-wrapper .row {
  height: 100%;
}
section.wooprex-banner-section .banner-main-wrapper .banner-text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.wooprex-banner-section .banner-main-wrapper .banner-text h4 {
  font-size: 24px;
  margin-bottom: 30px;
  color: #945d00;
  max-width: 600px;
}
section.wooprex-banner-section .banner-main-wrapper .banner-text h1 {
  color: #030b35;
  font-size: 70px;
  line-height: 1.1em;
  margin-bottom: 30px;
}
section.wooprex-banner-section .banner-main-wrapper .banner-text p {
  color: #414456;
  font-weight: 500;
  max-width: 470px;
}
section.wooprex-banner-section .banner-main-wrapper .banner-text .banner-button {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}
section.wooprex-banner-section .banner-main-wrapper .right .banner-image {
  overflow: hidden;
}
section.wooprex-banner-section .banner-main-wrapper .right .banner-image.triangle {
  height: 366px;
  max-width: 300px;
}
section.wooprex-banner-section .banner-main-wrapper .right .banner-image.triangle img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
section.wooprex-banner-section .banner-main-wrapper .right .banner-image.round {
  max-width: 220px;
  height: 220px;
  border-radius: 50%;
}
section.wooprex-banner-section .banner-main-wrapper .right .banner-image.round img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-banner-section .banner-main-wrapper .right .banner-image-item {
  position: relative;
  width: 100%;
}
section.wooprex-banner-section .banner-main-wrapper .right .banner-image-left,
section.wooprex-banner-section .banner-main-wrapper .right .banner-image-right {
  height: 100%;
  justify-content: flex-end;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
section.wooprex-banner-section .banner-main-wrapper .right .banner-image-left .banner-image-item .image-description-wrapper {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  overflow: hidden;
}
section.wooprex-banner-section .banner-main-wrapper .right .banner-image-left .banner-image-item.item-1 .image-description-wrapper {
  position: relative;
  z-index: 2;
  max-width: 265px;
  box-shadow: 0px 6px 12px 0px rgba(6, 23, 106, 0.0784313725);
  border-radius: 16px;
  left: -15px;
}
section.wooprex-banner-section .banner-main-wrapper .right .banner-image-left .banner-image-item.item-1 .image-description-wrapper .description-shape-1 {
  position: absolute;
  top: 0%;
  right: 0%;
  top: 8px;
}
section.wooprex-banner-section .banner-main-wrapper .right .banner-image-left .banner-image-item.item-1 .image-description-wrapper .description-shape-2 {
  position: absolute;
  bottom: 0%;
  left: 0%;
}
section.wooprex-banner-section .banner-main-wrapper .right .banner-image-left .banner-image-item.item-1 .image-description-wrapper .inner-left {
  width: 40%;
}
section.wooprex-banner-section .banner-main-wrapper .right .banner-image-left .banner-image-item.item-1 .image-description-wrapper .inner-left .swiper-slide {
  border-radius: 50%;
  overflow: hidden;
}
section.wooprex-banner-section .banner-main-wrapper .right .banner-image-left .banner-image-item.item-1 .image-description-wrapper .inner-left .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-banner-section .banner-main-wrapper .right .banner-image-left .banner-image-item.item-1 .image-description-wrapper .inner-left .swiper-slide.swiper-slide-active {
  margin-left: 0;
}
section.wooprex-banner-section .banner-main-wrapper .right .banner-image-left .banner-image-item.item-1 .image-description-wrapper .inner-right {
  width: 60%;
  position: relative;
  z-index: 2;
  padding-left: 15px;
}
section.wooprex-banner-section .banner-main-wrapper .right .banner-image-left .banner-image-item.item-1 .image-description-wrapper .inner-right h4,
section.wooprex-banner-section .banner-main-wrapper .right .banner-image-left .banner-image-item.item-1 .image-description-wrapper .inner-right p {
  color: #06176a;
}
section.wooprex-banner-section .banner-main-wrapper .right .banner-image-left .banner-image-item.item-1 .image-description-wrapper-2 {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  overflow: hidden;
  justify-content: flex-start;
  gap: 15px;
  position: absolute;
  bottom: 0%;
  right: 0%;
  width: 190px;
  max-width: 100%;
  border-radius: 24px;
  box-shadow: 0px 4px 30px 0px rgba(242, 65, 90, 0.1607843137);
  z-index: 3;
  opacity: 0;
  visibility: hidden;
}
section.wooprex-banner-section .banner-main-wrapper .right .banner-image-left .banner-image-item.item-1 .banner-image {
  margin-left: auto;
  margin-top: -15px;
}
section.wooprex-banner-section .banner-main-wrapper .right .banner-image-left .banner-image-item.item-1 img.bottom-shape {
  position: absolute;
  bottom: 0%;
  left: 0%;
}
section.wooprex-banner-section .banner-main-wrapper .right .banner-image-left .banner-image-item.item-2 .image-description-wrapper {
  justify-content: flex-start;
  gap: 15px;
  position: absolute;
  bottom: 30%;
  left: -15px;
  width: 190px;
  max-width: 100%;
  border-radius: 24px;
  box-shadow: 0px 4px 30px 0px rgba(242, 65, 90, 0.1607843137);
}
section.wooprex-banner-section .banner-main-wrapper .right .banner-image-left .banner-image-item.item-2 .banner-image {
  margin-left: auto;
}
section.wooprex-banner-section .banner-main-wrapper .right .banner-image-right {
  gap: 40px;
}
section.wooprex-banner-section .banner-main-wrapper .right .banner-image-right .banner-image-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}
section.wooprex-banner-section .banner-main-wrapper .right .banner-image-right .banner-image-item.item-4 .banner-image {
  margin: 0 auto;
}
section.wooprex-banner-section img.bg-shape {
  position: absolute;
  bottom: 0%;
  right: 0%;
  bottom: 25px;
  z-index: -1;
}

/* Online learning section */
section.wooprex-online-learning-section {
  padding-top: 290px;
  margin-top: -150px;
  background-color: #fff9f0;
}
section.wooprex-online-learning-section .section-header {
  margin-bottom: 50px;
}
section.wooprex-online-learning-section .bg-shape {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-online-learning-section .container {
  position: relative;
  z-index: 2;
}
section.wooprex-online-learning-section .online-learning-image .right {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
section.wooprex-online-learning-section .online-learning-image .image-item {
  overflow: hidden;
  position: relative;
  width: 310px;
  max-width: 100%;
  margin: 0 auto;
}
section.wooprex-online-learning-section .online-learning-image .image-item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  border: 1px solid #ffffff;
  pointer-events: none;
  z-index: 1;
}
section.wooprex-online-learning-section .online-learning-image .image-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-online-learning-section .online-learning-image .image-item img:hover {
  transform: scale(1.05);
}
section.wooprex-online-learning-section .online-learning-image .image-item.item-1 {
  height: 100%;
  border-radius: 500px;
}
section.wooprex-online-learning-section .online-learning-image .image-item.item-1:before {
  border-radius: 500px;
}
section.wooprex-online-learning-section .online-learning-image .image-item.item-2 {
  height: 310px;
  border-radius: 50%;
}
section.wooprex-online-learning-section .online-learning-image .image-item.item-2:before {
  border-radius: 50%;
}
section.wooprex-online-learning-section .online-learning-image .image-item.item-3 {
  height: 170px;
  border-radius: 24px;
}
section.wooprex-online-learning-section .online-learning-image .image-item.item-3:before {
  border-radius: 24px;
}
section.wooprex-online-learning-section .online-learning-description {
  padding-left: 55px;
}
section.wooprex-online-learning-section .online-learning-description .section-header p {
  max-width: 550px;
}
section.wooprex-online-learning-section .online-learning-description .description-item-wrapper .row {
  row-gap: 30px;
}
section.wooprex-online-learning-section .online-learning-description .description-item-wrapper .description-item i {
  font-size: 36px;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.wooprex-online-learning-section .online-learning-description .description-item-wrapper .description-item h3 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 10px;
}
section.wooprex-online-learning-section .online-learning-description .description-item-wrapper .description-item p {
  font-weight: 500;
}
section.wooprex-online-learning-section .online-learning-description .description-item-wrapper .description-item h3,
section.wooprex-online-learning-section .online-learning-description .description-item-wrapper .description-item p {
  color: #1b1f34;
}
section.wooprex-online-learning-section .online-learning-description .description-item-wrapper .description-item.item-1 i {
  color: #26b5f3;
}
section.wooprex-online-learning-section .online-learning-description .description-item-wrapper .description-item.item-2 i {
  font-size: 30px;
  color: #ef26f3;
}
section.wooprex-online-learning-section .online-learning-description .description-item-wrapper .description-item.item-3 i {
  font-size: 30px;
  color: #ffa929;
}
section.wooprex-online-learning-section .online-learning-description .description-item-wrapper .description-item.item-4 i {
  font-size: 26px;
  color: #2daf51;
}
section.wooprex-online-learning-section .button-section {
  margin-top: 120px;
}

/* Online teaching section */
section.wooprex-online-teaching-section .container {
  position: relative;
}
section.wooprex-online-teaching-section img.shape-1 {
  position: relative;
  left: -80px;
  margin-top: 60px;
}
section.wooprex-online-teaching-section .top p {
  font-weight: 500;
  color: #000000;
}
section.wooprex-online-teaching-section .teaching-left {
  position: relative;
  max-width: 620px;
  margin: 0 auto;
}
section.wooprex-online-teaching-section .teaching-left .teaching-image {
  overflow: hidden;
  border-radius: 50%;
  position: relative;
}
section.wooprex-online-teaching-section .teaching-left .teaching-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-online-teaching-section .teaching-left .teaching-image img:hover {
  transform: scale(1.03);
}
section.wooprex-online-teaching-section .teaching-left .teaching-image:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  pointer-events: none;
  border: 2px solid #ffffff;
  border-radius: 50%;
  z-index: 2;
}
section.wooprex-online-teaching-section .teaching-left .teaching-image.image-1 {
  width: 530px;
  height: 530px;
}
section.wooprex-online-teaching-section .teaching-left .teaching-image.image-2 {
  width: 315px;
  height: 315px;
  position: absolute;
  bottom: 0%;
  right: 0%;
  z-index: 2;
}
section.wooprex-online-teaching-section .teaching-right {
  display: flex;
  flex-direction: column;
  gap: 70px;
  height: 100%;
  justify-content: flex-end;
  position: relative;
}
section.wooprex-online-teaching-section .teaching-right .teaching-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 22px;
  position: relative;
  z-index: 2;
}
section.wooprex-online-teaching-section .teaching-right .teaching-item .icon i {
  font-size: 26px;
  color: #25885f;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.wooprex-online-teaching-section .teaching-right .teaching-item .description h3 {
  font-size: 24px;
  font-weight: 700;
  color: #12442f;
  margin-bottom: 10px;
}
section.wooprex-online-teaching-section .teaching-right .teaching-item .description p {
  font-weight: 500;
  color: #1b1f34;
  max-width: 350px;
}
section.wooprex-online-teaching-section .teaching-right img.shape-2 {
  left: 20px;
  width: 100px;
  position: absolute;
  bottom: -130px;
}

/*-- about page -- */
/*-- Base: mixin & variable  -- */
section.wooprex-marketplace-section .inner-middle {
  position: relative;
}
section.wooprex-marketplace-section .inner-middle:before, section.wooprex-marketplace-section .inner-middle:after {
  content: "";
  width: 1px;
  height: 350px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #a8b6fa;
}
section.wooprex-marketplace-section .inner-middle:before {
  left: 15px;
}
section.wooprex-marketplace-section .inner-middle:after {
  right: 15px;
}
section.wooprex-marketplace-section .inner-middle .marketplace-image {
  max-width: 310px;
  height: 490px;
  border-radius: 500px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
section.wooprex-marketplace-section .inner-middle .marketplace-image:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  border-radius: 500px;
  border: 2px solid #ffffff;
  pointer-events: none;
  z-index: 2;
}
section.wooprex-marketplace-section .inner-middle .marketplace-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-marketplace-section .inner-middle .marketplace-image:hover img {
  transform: scale(1.03);
}
section.wooprex-marketplace-section .inner-left,
section.wooprex-marketplace-section .inner-right {
  padding-top: 120px;
}
section.wooprex-marketplace-section .marketplace-text h4 {
  margin-bottom: 40px;
  line-height: 1.4em;
}

/* Wooprex value section */
section.wooprex-value-section .value-main-wrapper .value-item .icon {
  position: relative;
  display: inline-block;
  height: 80px;
}
section.wooprex-value-section .value-main-wrapper .value-item .icon img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-value-section .value-main-wrapper .value-item .icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 45px;
}
section.wooprex-value-section .value-main-wrapper .value-item .icon.icon-1 i {
  color: #26b5f3;
}
section.wooprex-value-section .value-main-wrapper .value-item .icon.icon-2 i {
  color: #ef26f3;
}
section.wooprex-value-section .value-main-wrapper .value-item .icon.icon-3 i {
  color: #ffa929;
}
section.wooprex-value-section .value-main-wrapper .value-item .icon.icon-4 i {
  color: #2daf51;
}
section.wooprex-value-section .value-main-wrapper .value-item h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 15px 0px 15px 0px;
}
section.wooprex-value-section .value-main-wrapper .value-item h3 a {
  color: #414456;
}
section.wooprex-value-section .value-main-wrapper .value-item h3 a:hover {
  color: #2648f3;
}
section.wooprex-value-section .value-main-wrapper .value-item p {
  padding-right: 30px;
  color: #676a77;
}

/* Wooprex choose us section */
section.wooprex-choose-us-section .choose-us-description .section-header {
  gap: 25px;
  margin-bottom: 60px;
}
section.wooprex-choose-us-section .choose-us-description .section-header .header {
  color: #414456;
}
section.wooprex-choose-us-section .choose-us-description .section-header p {
  font-weight: 500;
}
section.wooprex-choose-us-section .choose-us-description ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 15px;
  margin-bottom: 60px;
  flex-wrap: wrap;
}
section.wooprex-choose-us-section .choose-us-description ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  font-weight: 600;
}
section.wooprex-choose-us-section .choose-us-image {
  height: 100%;
  overflow: hidden;
  border-radius: 24px;
  position: relative;
}
section.wooprex-choose-us-section .choose-us-image:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  height: 95%;
  border: 1px solid #ffffff;
  pointer-events: none;
  z-index: 2;
  border-radius: 24px;
}
section.wooprex-choose-us-section .choose-us-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-choose-us-section .choose-us-image img:hover {
  transform: scale(1.03);
}

/*-- course page -- */
/*-- Base: mixin & variable  -- */
section.wooprex-course-list-section ul.nav-tabs {
  margin-bottom: 80px;
  justify-content: center;
  border: none;
  gap: 20px;
}
section.wooprex-course-list-section ul.nav-tabs li button.nav-link {
  border: 1px solid #d4dafd;
  border-radius: 48px;
  color: #000000;
  font-weight: 600;
}
section.wooprex-course-list-section ul.nav-tabs li button.nav-link.active {
  background-color: #2648f3;
  border-color: #2648f3;
  color: #ffffff;
}

/*-- course details page -- */
/*-- Base: mixin & variable  -- */
section.wooprex-course-details-section {
  overflow: visible;
  overflow-x: clip;
}
section.wooprex-course-details-section .course-details-header h2 {
  font-size: 40px;
  color: #030b35;
  margin-bottom: 30px;
}
section.wooprex-course-details-section .course-details-header .course-categoty-details {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 10px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
section.wooprex-course-details-section .course-details-header .course-categoty-details span.item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font-weight: 500;
  font-size: 14px;
}
section.wooprex-course-details-section .course-details-header .course-categoty-details span.item i {
  font-size: 18px;
  display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
}
section.wooprex-course-details-section .course-details-main-wrapper .wooprex-video-section {
  height: 480px;
  border-radius: 24px;
  margin-bottom: 40px;
}
section.wooprex-course-details-section .course-details-main-wrapper .wooprex-video-section:before {
  background-color: #414456;
  opacity: 0.6;
}
section.wooprex-course-details-section .course-details-main-wrapper .wooprex-video-section:after {
  width: 97%;
  height: 94%;
  border-radius: 24px;
}
section.wooprex-course-details-section .course-details-main-wrapper ul.nav-tabs {
  background-color: #f8f9ff;
  border-radius: 56px;
  justify-content: space-between;
  border: none;
  padding: 20px;
  margin-bottom: 60px;
}
section.wooprex-course-details-section .course-details-main-wrapper ul.nav-tabs li a.nav-link {
  background-color: transparent;
  color: #000000;
  border-radius: 56px;
  font-weight: 700;
  padding: 13px 24px;
  border: none;
}
section.wooprex-course-details-section .course-details-main-wrapper ul.nav-tabs li a.nav-link.active {
  background-color: #2648f3;
  color: #ffffff;
}
section.wooprex-course-details-section .course-details-main-wrapper .course-details .inner-header {
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 25px;
}
section.wooprex-course-details-section .course-details-main-wrapper .course-details #overview,
section.wooprex-course-details-section .course-details-main-wrapper .course-details #curriculum,
section.wooprex-course-details-section .course-details-main-wrapper .course-details #instructor,
section.wooprex-course-details-section .course-details-main-wrapper .course-details #review {
  padding-bottom: 55px;
  border-bottom: 1px solid #c8cbdc;
}
section.wooprex-course-details-section .course-details-main-wrapper .course-details .lessons-part,
section.wooprex-course-details-section .course-details-main-wrapper .course-details .instructor-part,
section.wooprex-course-details-section .course-details-main-wrapper .course-details .student-review-part,
section.wooprex-course-details-section .course-details-main-wrapper .course-details .comment-part {
  padding-top: 45px;
}
section.wooprex-course-details-section .course-details-main-wrapper .course-details .topic-part {
  padding-top: 50px;
}
section.wooprex-course-details-section .course-details-main-wrapper .course-details .topic-part ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  row-gap: 20px;
}
section.wooprex-course-details-section .course-details-main-wrapper .course-details .topic-part ul li {
  width: 50%;
  flex: 0 0 auto;
  font-weight: 500;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  line-height: 1.6em;
}
section.wooprex-course-details-section .course-details-main-wrapper .course-details .topic-part ul li i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
section.wooprex-course-details-section .course-details-main-wrapper .course-details .lessons-part .lesson-list-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
section.wooprex-course-details-section .course-details-main-wrapper .course-details .lessons-part .lesson-list-wrapper .lesson-item {
  padding: 15px;
  background-color: #eceffe;
  border: 1px solid #eceffe;
  border-radius: 72px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  width: 100%;
}
section.wooprex-course-details-section .course-details-main-wrapper .course-details .lessons-part .lesson-list-wrapper .lesson-item .lesson-image {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
section.wooprex-course-details-section .course-details-main-wrapper .course-details .lessons-part .lesson-list-wrapper .lesson-item .lesson-image:before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  background-color: #030712;
  opacity: 0.6;
  z-index: 1;
}
section.wooprex-course-details-section .course-details-main-wrapper .course-details .lessons-part .lesson-list-wrapper .lesson-item .lesson-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-course-details-section .course-details-main-wrapper .course-details .lessons-part .lesson-list-wrapper .lesson-item .lesson-image .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.wooprex-course-details-section .course-details-main-wrapper .course-details .lessons-part .lesson-list-wrapper .lesson-item .lesson-image .icon i {
  color: #ffffff;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.wooprex-course-details-section .course-details-main-wrapper .course-details .lessons-part .lesson-list-wrapper .lesson-item .lesson-image .icon .play {
  display: none;
}
section.wooprex-course-details-section .course-details-main-wrapper .course-details .lessons-part .lesson-list-wrapper .lesson-item .lesson-details {
  width: 90%;
}
section.wooprex-course-details-section .course-details-main-wrapper .course-details .lessons-part .lesson-list-wrapper .lesson-item .lesson-details h4 {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 5px;
}
section.wooprex-course-details-section .course-details-main-wrapper .course-details .lessons-part .lesson-list-wrapper .lesson-item .lesson-details p {
  font-size: 14px;
  color: #000000;
  padding-right: 30px;
}
section.wooprex-course-details-section .course-details-main-wrapper .course-details .lessons-part .lesson-list-wrapper .lesson-item.open .lesson-image {
  cursor: pointer;
}
section.wooprex-course-details-section .course-details-main-wrapper .course-details .lessons-part .lesson-list-wrapper .lesson-item.open .lesson-image .icon .lock {
  display: none;
}
section.wooprex-course-details-section .course-details-main-wrapper .course-details .lessons-part .lesson-list-wrapper .lesson-item.open .lesson-image .icon .play {
  display: block;
}
section.wooprex-course-details-section .course-details-main-wrapper .course-details .instructor-part .instructor-right {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.wooprex-course-details-section .course-details-main-wrapper .course-details .instructor-part .instructor-right p {
  padding: 20px 0px;
  padding-left: 30px;
  border-left: 1px solid #d4dafd;
}
section.wooprex-course-details-section .course-details-main-wrapper .course-details .instructor-part .instructor-certificate-slider {
  position: relative;
  margin-top: 40px;
}
section.wooprex-course-details-section .course-details-main-wrapper .course-details .instructor-part .instructor-certificate-slider .swiper-slide {
  border-radius: 16px;
  overflow: hidden;
  height: 145px;
  border: 1px solid #eceffe;
}
section.wooprex-course-details-section .course-details-main-wrapper .course-details .instructor-part .instructor-certificate-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-course-details-section .course-details-main-wrapper .course-details .student-review-part .rating {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 50px;
}
section.wooprex-course-details-section .course-details-main-wrapper .course-details .student-review-part .rating .total-rating {
  padding-right: 30px;
  width: 18%;
}
section.wooprex-course-details-section .course-details-main-wrapper .course-details .student-review-part .rating .total-rating h4 {
  color: #000000;
}
section.wooprex-course-details-section .course-details-main-wrapper .course-details .student-review-part .rating .total-rating h5 {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  color: #000000;
}
section.wooprex-course-details-section .course-details-main-wrapper .course-details .student-review-part .rating .total-rating h5 i {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.wooprex-course-details-section .course-details-main-wrapper .course-details .student-review-part .rating .total-options {
  padding-left: 40px;
  border-left: 1px solid #8d8f99;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  width: 82%;
}
section.wooprex-course-details-section .course-details-main-wrapper .course-details .student-review-part .rating .total-options .single-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
section.wooprex-course-details-section .course-details-main-wrapper .course-details .student-review-part .rating .total-options .single-option h5 {
  font-size: 14px;
  color: #000000;
  min-width: 90px;
}
section.wooprex-course-details-section .course-details-main-wrapper .course-details .student-review-part .rating .total-options .single-option .range-bar {
  width: 170px;
  height: 4px;
  border-radius: 32px;
  background-color: #e7f8f1;
  position: relative;
}
section.wooprex-course-details-section .course-details-main-wrapper .course-details .student-review-part .rating .total-options .single-option .range-bar:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  background: #3aca8e;
  animation: progress 2s ease-in-out forwards;
}
section.wooprex-course-details-section .course-details-main-wrapper .course-details .student-review-part .rating .total-options .single-option:first-child .range-bar:before {
  width: 85%;
}
section.wooprex-course-details-section .course-details-main-wrapper .course-details .student-review-part .rating .total-options .single-option:nth-child(2) .range-bar:before {
  width: 95%;
}
section.wooprex-course-details-section .course-details-main-wrapper .course-details .student-review-part .rating .total-options .single-option:nth-child(3) .range-bar:before {
  width: 80%;
}
section.wooprex-course-details-section .course-details-main-wrapper .course-details .student-review-part .rating .total-options .single-option:last-child .range-bar:before {
  width: 90%;
}
section.wooprex-course-details-section .course-details-main-wrapper .course-details .student-review-part .rating .total-options .single-option p {
  font-weight: 700;
  color: #000000;
}
section.wooprex-course-details-section .course-details-main-wrapper .course-details .student-review-part .author-review-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 60px;
  flex-wrap: wrap;
  row-gap: 30px;
}
section.wooprex-course-details-section .course-details-main-wrapper .course-details .student-review-part .author-review-wrapper .author-review-item {
  width: 43%;
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 15px;
}
section.wooprex-course-details-section .course-details-main-wrapper .course-details .student-review-part .author-review-wrapper .author-review-item .author-image {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
}
section.wooprex-course-details-section .course-details-main-wrapper .course-details .student-review-part .author-review-wrapper .author-review-item .author-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-course-details-section .course-details-main-wrapper .course-details .student-review-part .author-review-wrapper .author-review-item .author-details span {
  font-size: 14px;
  font-weight: 500;
}
section.wooprex-course-details-section .course-details-main-wrapper .course-details .student-review-part .author-review-wrapper .author-review-item .author-details h4 {
  font-size: 16px;
  color: #414456;
  margin-top: 3px;
}
section.wooprex-course-details-section .course-details-main-wrapper .course-details .student-review-part .author-review-wrapper .author-review-item .author-details .review {
  margin: 18px 0px 12px 0px;
}
section.wooprex-course-details-section .course-details-main-wrapper .course-details .student-review-part .author-review-wrapper .author-review-item .author-details .review i {
  font-size: 18px;
  color: #ffb029;
}
section.wooprex-course-details-section .course-details-main-wrapper .course-details .student-review-part .author-review-wrapper .author-review-item .author-details p {
  max-width: 300px;
}
section.wooprex-course-details-section .course-details-main-wrapper .course-details .comment-part .review {
  margin: 15px 0px 30px 0px;
}
section.wooprex-course-details-section .course-details-main-wrapper .course-details .comment-part .review i {
  color: #c0c1c7;
  font-size: 26px;
  cursor: pointer;
}

/* Course details sidebar */
.wooprex-sidebar.course-details {
  position: sticky;
  top: 100px;
  z-index: 22;
  padding: 0;
}
.wooprex-sidebar.course-details .sidebar-title {
  font-size: 24px;
  color: #35384a;
  font-weight: 700;
}
.wooprex-sidebar.course-details .buy-now-section {
  border: 1px solid #e7e8f0;
  background-color: #fbfcff;
  border-radius: 16px;
  overflow: hidden;
}
.wooprex-sidebar.course-details .buy-now-section .wooprex-countdown {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #f2415a 0%, #d54358 100%);
  height: 60px;
  gap: 10px;
  padding: 20px;
}
.wooprex-sidebar.course-details .buy-now-section .wooprex-countdown .item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #ffffff;
  font-weight: 700;
  font-size: 24px;
}
.wooprex-sidebar.course-details .buy-now-section .wooprex-countdown i,
.wooprex-sidebar.course-details .buy-now-section .wooprex-countdown span {
  color: #ffffff;
}
.wooprex-sidebar.course-details .buy-now-section .wooprex-countdown i {
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.wooprex-sidebar.course-details .buy-now-section .wooprex-countdown span.left {
  margin-left: 8px;
}
.wooprex-sidebar.course-details .buy-now-section .price {
  padding: 20px;
  border-bottom: 1px solid #e7e8f0;
}
.wooprex-sidebar.course-details .buy-now-section .price h4 {
  font-weight: 700;
  color: #945d00;
  margin-bottom: 5px;
}
.wooprex-sidebar.course-details .buy-now-section .price p {
  font-weight: 500;
  color: #676a77;
}
.wooprex-sidebar.course-details .buy-now-section .bottom-details {
  padding: 20px;
}
.wooprex-sidebar.course-details .buy-now-section .bottom-details ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 15px;
}
.wooprex-sidebar.course-details .buy-now-section .bottom-details ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: 14px;
  color: #000000;
}
.wooprex-sidebar.course-details .buy-now-section .bottom-details ul li .title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  font-weight: 500;
}
.wooprex-sidebar.course-details .buy-now-section .bottom-details ul li .title i {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wooprex-sidebar.course-details .buy-now-section .bottom-details ul li .sub-title {
  font-weight: 700;
}
.wooprex-sidebar.course-details .buy-now-section .bottom-details .wooprex-btn {
  min-width: 100%;
  margin-top: 30px;
}
.wooprex-sidebar.course-details .latest-course {
  margin-top: 30px;
  border: 1px solid #e7e8f0;
  background-color: #fbfcff;
  border-radius: 16px;
  overflow: hidden;
}
.wooprex-sidebar.course-details .latest-course .heading {
  background-color: #ffb029;
  height: 60px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.wooprex-sidebar.course-details .latest-course .heading .sidebar-title {
  margin: 0;
}
.wooprex-sidebar.course-details .latest-course .course-body {
  padding: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 20px;
}
.wooprex-sidebar.course-details .latest-course .course-body .course-item a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.wooprex-sidebar.course-details .latest-course .course-body .course-item .course-image {
  width: 124px;
  height: 100px;
  border-radius: 8px;
  overflow: hidden;
}
.wooprex-sidebar.course-details .latest-course .course-body .course-item .course-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-sidebar.course-details .latest-course .course-body .course-item .course-details {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  width: 70%;
}
.wooprex-sidebar.course-details .latest-course .course-body .course-item .course-details h4 {
  color: #35384a;
  font-size: 16px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}
.wooprex-sidebar.course-details .latest-course .course-body .course-item .course-details p {
  font-size: 14px;
  font-weight: 500;
}
.wooprex-sidebar.course-details .latest-course .course-body .course-item:hover .course-image img {
  transform: scale(1.05);
}
.wooprex-sidebar.course-details .latest-course .course-body .course-item:hover .course-details h4 {
  color: #2648f3;
}

@keyframes progress {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*-- instructor page -- */
/*-- Base: mixin & variable  -- */
section.wooprex-team-list-section .team-main-wrapper .row {
  row-gap: 60px;
}

/* Counter section */
section.wooprex-counter-section-two .bg-shape {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.wooprex-counter-section-two .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.wooprex-counter-section-two .section-header {
  max-width: 680px;
  margin-bottom: 50px;
}
section.wooprex-counter-section-two .section-header p {
  color: #35384a;
  font-weight: 500;
  font-size: 16px;
}
section.wooprex-counter-section-two ul {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 60px;
       column-gap: 60px;
  row-gap: 15px;
  margin-bottom: 70px;
  flex-wrap: wrap;
}
section.wooprex-counter-section-two ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  font-weight: 600;
}

/* Latest news 2 section */
section.wooprex-latest-news-section-two .latest-news-main-wrapper {
  position: relative;
}

/*-- instructor details page -- */
/*-- Base: mixin & variable  -- */
.wooprex-team-details-section {
  overflow: hidden;
}
.wooprex-team-details-section .team-wrapper .row {
  row-gap: 40px;
}
.wooprex-team-details-section .team-wrapper .team-image {
  max-width: 500px;
  height: 100%;
  overflow: hidden;
}
.wooprex-team-details-section .team-wrapper .team-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wooprex-team-details-section .team-wrapper .team-description h2 {
  font-size: 40px;
  margin-bottom: 10px;
}
.wooprex-team-details-section .team-wrapper .team-description h4 {
  font-size: 20px;
  color: #2648f3;
  margin-bottom: 20px;
}
.wooprex-team-details-section .team-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-wrapper .team-description ul li span {
  font-weight: 500;
}
.wooprex-team-details-section .team-wrapper .team-description ul li a:hover {
  color: #2648f3;
}
.wooprex-team-details-section .team-wrapper .team-description .wooprex-follow-us {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
}
.wooprex-team-details-section .team-wrapper .team-description .wooprex-follow-us a {
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.wooprex-team-details-section .team-wrapper .team-description .wooprex-follow-us a:hover {
  transform: scale(1.4);
  color: #2648f3;
}
.wooprex-team-details-section .team-wrapper .team-description .wooprex-follow-us a i {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wooprex-team-details-section .professional-skill .row {
  row-gap: 30px;
}
.wooprex-team-details-section .professional-skill h3 {
  margin-bottom: 15px;
  font-size: 40px;
}
.wooprex-team-details-section .professional-skill .progress-section {
  margin-top: 30px;
}
.wooprex-team-details-section .professional-skill .progress-section .progress-item .description {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.wooprex-team-details-section .professional-skill .progress-section .progress-item .description h5 {
  font-size: 18px;
}
.wooprex-team-details-section .professional-skill .progress-section .progress-item .description p {
  font-weight: 500;
}
.wooprex-team-details-section .professional-skill .progress-section .progress-item .range-progress {
  width: 100%;
  height: 8px;
  border-radius: 8px;
  background-color: #eceffe;
  position: relative;
}
.wooprex-team-details-section .professional-skill .progress-section .progress-item .range-progress:before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #030b35;
  border-radius: 8px;
}
.wooprex-team-details-section .professional-skill .progress-section .progress-item .range-progress.animated:before {
  animation: progress 2s ease-in-out forwards;
}
.wooprex-team-details-section .professional-skill .progress-section .progress-item.item-1 .range-progress:before {
  width: 90%;
}
.wooprex-team-details-section .professional-skill .progress-section .progress-item.item-2 .range-progress:before {
  width: 95%;
}
.wooprex-team-details-section .professional-skill .progress-section .progress-item.item-3 .range-progress:before {
  width: 100%;
}
.wooprex-team-details-section .professional-skill .progress-section .progress-item.item-4 .range-progress:before {
  width: 85%;
}

@keyframes progress {
  0% {
    width: 0;
  }
}
/* min screen- 576px to max screen 767 - responsive */
@media (min-width: 576px) and (max-width: 767px) {
  /***************** Single Team ******************/
  .wooprex-team-details-section .team-wrapper .team-description h2 {
    font-size: 35px;
  }
  .wooprex-team-details-section .team-wrapper .team-description h4 {
    font-size: 18px;
  }
  .wooprex-team-details-section .professional-skill h3 {
    font-size: 38px;
  }
}
@media (max-width: 575px) {
  /***************** Single Team ******************/
  .wooprex-team-details-section .team-wrapper .team-description h2 {
    font-size: 28px;
  }
  .wooprex-team-details-section .team-wrapper .team-description h4 {
    font-size: 18px;
  }
  .wooprex-team-details-section .professional-skill h3 {
    font-size: 30px;
  }
}
/*-- contact page -- */
/*-- Base: mixin & variable  -- */
section.wooprex-contact-section .container {
  position: relative;
}
section.wooprex-contact-section img.shape-1 {
  position: absolute;
  left: 20px;
  top: -10px;
}
section.wooprex-contact-section img.shape-2 {
  position: absolute;
  right: 18%;
  top: 0;
}
section.wooprex-contact-section img.shape-3 {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
}
section.wooprex-contact-section img.shape-4 {
  position: absolute;
  left: 20px;
  bottom: -50px;
}
section.wooprex-contact-section .contact-location-wrapper {
  padding-top: 100px;
}
section.wooprex-contact-section .contact-location-wrapper .contact-location-item {
  border: 1px solid #d4dafd;
  border-radius: 16px;
  padding: 25px;
  margin: 0px 5px;
  position: relative;
  z-index: 2;
}
section.wooprex-contact-section .contact-location-wrapper .contact-location-item h4 {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #030b35;
}
section.wooprex-contact-section .contact-location-wrapper .contact-location-item ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 7px;
}
section.wooprex-contact-section .contact-location-wrapper .contact-location-item ul li {
  font-size: 18px;
  font-weight: 400;
  color: #030b35;
}
section.wooprex-contact-section .contact-location-wrapper .contact-location-item ul li:first-child {
  font-size: 24px;
  margin: 22px 0px 15px 0px;
}
section.wooprex-contact-section .contact-location-wrapper .contact-location-item ul li a {
  color: #030b35;
}
section.wooprex-contact-section .contact-location-wrapper .contact-location-item ul li a:hover {
  color: #2648f3;
}
section.wooprex-contact-section .wooprex-follow-us {
  padding-top: 60px;
}
section.wooprex-contact-section .wooprex-follow-us h4 {
  text-align: center;
  font-size: 14px;
  letter-spacing: 8px;
  text-transform: uppercase;
  color: #1b1f34;
  margin-bottom: 30px;
}
section.wooprex-contact-section .wooprex-follow-us ul {
  justify-content: center;
  gap: 30px;
}

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

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

/*-- blog details page -- */
/*-- Base: mixin & variable  -- */
.wooprex-blog-header {
  margin-bottom: 30px;
}
.wooprex-blog-header h2 {
  margin-bottom: 20px;
  max-width: 700px;
  color: #35384a;
}
.wooprex-blog-header .sub-heading {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
  flex-wrap: wrap;
  row-gap: 5px;
}
.wooprex-blog-header .sub-heading a {
  padding-right: 15px;
  margin-right: 15px;
  position: relative;
  color: #35384a;
}
.wooprex-blog-header .sub-heading a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  width: 1px;
  height: 85%;
  background-color: #35384a;
}
.wooprex-blog-header .sub-heading a:last-child:after {
  display: none;
}

.wooprex-blog-details .wooprex-blog-thumbnail,
.wooprex-blog-details .wooprex-blog-image {
  height: 530px;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 24px;
}
.wooprex-blog-details .wooprex-blog-thumbnail img,
.wooprex-blog-details .wooprex-blog-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.wooprex-blog-details .wooprex-blog-thumbnail:hover img,
.wooprex-blog-details .wooprex-blog-image:hover img {
  transform: scale(1.03);
}
.wooprex-blog-details .wooprex-blog-image-wrapper .wooprex-blog-image {
  height: 350px;
}
.wooprex-blog-details .wooprex-blog-description {
  margin-bottom: 50px;
}
.wooprex-blog-details .wooprex-blog-description h3 {
  margin-bottom: 25px;
  font-size: 44px;
  color: #414456;
}
.wooprex-blog-details .wooprex-blog-description article {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.wooprex-blog-details .wooprex-blog-description article p {
  font-size: 16px;
  font-weight: 500;
}
.wooprex-blog-details .wooprex-blog-description.last {
  margin-bottom: 0;
}
.wooprex-blog-details .wooprex-blog-quote {
  height: 140px;
  background: #ffdfa8;
  position: relative;
  margin-bottom: 40px;
  padding: 15px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wooprex-blog-details .wooprex-blog-quote:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  width: 87px;
  height: 57px;
  background-image: url("../assets/shape/quote.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 1;
}
.wooprex-blog-details .wooprex-blog-quote blockquote {
  line-height: 1.4em;
  position: relative;
  color: #000000;
  z-index: 2;
  padding: 20px;
}
.wooprex-blog-details .wooprex-blog-quote span {
  position: absolute;
  background-color: #ffdfa8;
  left: 0;
  top: 0;
  width: 225px;
  height: 100%;
  clip-path: polygon(0 0, 60% 0, 100% 100%, 0 100%);
}
.wooprex-blog-details .wooprex-blog-quote span.white {
  left: 30px;
}
.wooprex-blog-details .wooprex-blog-quote span.color {
  z-index: 1;
}

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

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

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

@media (min-width: 768px) and (max-width: 991px) {
  /***************** FAQ PAGE ******************/
  .wooprex-faq-page-section .accordion .accordion-item button {
    padding: 20px 40px 20px 20px;
    font-size: 18px;
  }
  .wooprex-faq-page-section .accordion .accordion-item button:after {
    right: 20px;
  }
  .wooprex-faq-page-section .accordion .accordion-item .accordion-body {
    padding: 0px 40px 20px 20px;
  }
  .wooprex-faq-page-section .accordion .accordion-item .accordion-body p {
    font-size: 15px;
  }
  .wooprex-faq-page-section .faq-image {
    height: 600px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  /***************** FAQ PAGE ******************/
  .wooprex-faq-page-section .accordion .accordion-item button {
    padding: 20px 40px 20px 20px;
    font-size: 18px;
  }
  .wooprex-faq-page-section .accordion .accordion-item button:after {
    right: 20px;
  }
  .wooprex-faq-page-section .accordion .accordion-item .accordion-body {
    padding: 0px 40px 20px 20px;
  }
  .wooprex-faq-page-section .accordion .accordion-item .accordion-body p {
    font-size: 16px;
  }
  .wooprex-faq-page-section .faq-image {
    margin-right: auto;
    height: auto;
  }
}
@media (max-width: 575px) {
  /***************** FAQ PAGE ******************/
  .wooprex-faq-page-section .accordion .accordion-item button {
    padding: 20px 40px 20px 20px;
    font-size: 16px;
  }
  .wooprex-faq-page-section .accordion .accordion-item button:after {
    right: 20px;
  }
  .wooprex-faq-page-section .accordion .accordion-item .accordion-body {
    padding: 0px 40px 20px 20px;
  }
  .wooprex-faq-page-section .accordion .accordion-item .accordion-body p {
    font-size: 16px;
  }
  .wooprex-faq-page-section .faq-image {
    margin-right: auto;
    height: auto;
  }
}
/*-- pricing page -- */
/*-- Base: mixin & variable  -- */
section.wooprex-price-section {
  position: relative;
  overflow: hidden;
}
section.wooprex-price-section .row {
  row-gap: 40px;
}
section.wooprex-price-section .wooprex-price .row {
  row-gap: 40px;
}

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

@media (min-width: 576px) and (max-width: 767px) {
  .wooprex-price-item {
    padding: 30px;
  }
  .wooprex-price-item.item-1 {
    margin-top: 0px;
  }
  .wooprex-price-item h4 {
    font-size: 40px;
  }
  .wooprex-price-item h4 span {
    font-size: 20px;
  }
  .wooprex-price-item p {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .wooprex-price-item {
    padding: 30px 20px;
    gap: 20px;
  }
  .wooprex-price-item h5 {
    font-size: 18px;
  }
  .wooprex-price-item h4 {
    font-size: 54px;
  }
  .wooprex-price-item h4 span {
    font-size: 20px;
  }
  .wooprex-price-item p {
    font-size: 14px;
  }
}
/*-- Woocommerce styles -- */
/*-- Base: mixin & variable  -- */
/*-- Responsive styles -- */
/*-- Base: mixin & variable  -- */
/* -- Wooprex - Media Queries -- */
@media only screen and (min-width: 1500px) and (max-width: 1799px) {
  /*************** ABOUT PAGE **************/
  /* Video section */
  .wooprex-video-section {
    height: 620px;
  }
  section.wooprex-counter-section-two .bg-shape {
    height: 650px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  /* Team item */
  .wooprex-team-item .team-top {
    max-width: 280px;
    height: 280px;
  }
  /* Course item */
  .wooprex-course-item .inner-bottom .description-bottom h3 {
    font-size: 21px;
  }
  /* Team section */
  section.wooprex-team-section.about .circle-shape {
    top: -90%;
  }
  /*************** Home Page ***************/
  /* banner */
  section.wooprex-banner-section {
    height: 700px;
  }
  section.wooprex-banner-section img.bg-shape {
    width: 500px;
  }
  section.wooprex-banner-section .banner-main-wrapper .banner-text h1 {
    font-size: 66px;
  }
  /* Online learning section */
  section.wooprex-online-learning-section {
    padding-top: 270px;
  }
  section.wooprex-online-learning-section .online-learning-image .image-item {
    width: 270px;
  }
  section.wooprex-online-learning-section .online-learning-image .image-item.item-2 {
    height: 270px;
  }
  /* Breadcrumb section */
  section.wooprex-breadcrumb-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  /*************** ABOUT PAGE **************/
  /* Video section */
  .wooprex-video-section {
    height: 600px;
  }
  /*************** INSTRUCTOR PAGE **************/
  section.wooprex-counter-section-two .bg-shape {
    height: 600px;
  }
  /************* COURSE PAGE *********************/
  section.wooprex-tetimonial-section-three .testimonial-left .testimonial-left-image .inner-image img.main-image {
    width: 85%;
  }
  /******************* COURSE DETAILS PAGE *********************/
  section.wooprex-course-details-section .wooprex-team-item .team-bottom ul li {
    font-size: 13px;
  }
  section.wooprex-course-details-section .course-details-main-wrapper .course-details .student-review-part .rating .total-options .single-option .range-bar {
    width: 140px;
  }
  section.wooprex-course-details-section .course-details-main-wrapper .course-details .student-review-part .author-review-wrapper .author-review-item {
    width: 50%;
  }
  section.wooprex-course-details-section .course-details-main-wrapper .course-details .student-review-part .author-review-wrapper .author-review-item .author-details {
    width: 70%;
  }
  /******************* BLOG DETAILS PAGE *********************/
  .wooprex-sidebar.right {
    padding-left: 20px;
  }
  .wooprex-sidebar.left {
    padding-right: 20px;
  }
  /******************* CONTACT PAGE *********************/
  .wooprex-google-map iframe {
    height: 580px;
  }
}
@media only screen and (max-width: 1499px) {
  .container {
    padding: 0px 20px;
  }
  .padding-x {
    padding-right: 20px;
    padding-left: 20px;
  }
  .padding-left {
    padding-left: 20px;
  }
  .padding-right {
    padding-right: 20px;
  }
  .text-size-13 {
    font-size: 50px;
  }
  header.wooprex-header-section {
    padding: 30px 20px;
  }
  header.wooprex-header-section.sticky {
    padding: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  header.wooprex-header-section .header-main .wooprex-desktop-menu ul.box-nav {
    gap: 18px;
  }
  header.wooprex-header-section .header-main .wooprex-desktop-menu ul.box-nav li.menu-item ul.sub-menu li > ul.sub-menu {
    right: inherit;
    left: -220px;
  }
  header.wooprex-header-section .header-main .wooprex-desktop-menu ul.box-nav li.menu-item ul.sub-menu li:hover > ul.sub-menu {
    left: -250px;
  }
  /* Counter item */
  .wooprex-counter .row {
    row-gap: 25px;
  }
  /* latest news section */
  section.wooprex-latest-news-section .latest-news-main-wrapper .news-right .wooprex-blog-item {
    flex-direction: column;
    align-items: flex-start;
  }
  /* News letter section */
  section.wooprex-news-letter-section .news-letter-main-wrapper .news-letter-left h3 {
    font-size: 64px;
  }
  section.wooprex-news-letter-section .news-letter-main-wrapper .news-letter-right form input[type=email] {
    max-width: 75%;
  }
  /* Team section */
  section.wooprex-team-section.about .circle-shape {
    top: -80%;
  }
  /*************** Home Page ***************/
  /* banner */
  section.wooprex-banner-section {
    margin-bottom: 110px;
    height: 655px;
  }
  section.wooprex-banner-section img.bg-shape {
    width: 400px;
  }
  section.wooprex-banner-section .banner-main-wrapper .banner-text h1 {
    font-size: 56px;
  }
  section.wooprex-banner-section .banner-main-wrapper .banner-text .wooprex-btn {
    font-size: 14px;
    gap: 6px;
    padding: 15px 20px;
  }
  section.wooprex-banner-section .banner-main-wrapper .right .banner-image.round {
    max-width: 200px;
    height: 200px;
  }
  section.wooprex-banner-section .banner-main-wrapper .right .banner-image-item .image-description-wrapper .inner-right p {
    font-size: 11px;
  }
  section.wooprex-banner-section .banner-main-wrapper .right .banner-image-left .banner-image-item.item-1 img.bottom-shape {
    width: 40px;
  }
  /* Online learning section */
  section.wooprex-online-learning-section {
    padding-top: 250px;
  }
  section.wooprex-online-learning-section .row {
    row-gap: 60px;
  }
  section.wooprex-online-learning-section .online-learning-image {
    max-width: 700px;
    margin: 0 auto;
  }
  /* Online-teaching section */
  section.wooprex-online-teaching-section .section-header {
    margin-bottom: 30px;
  }
  section.wooprex-online-teaching-section .top {
    padding-left: 0;
  }
  section.wooprex-online-teaching-section .container > .row {
    row-gap: 60px;
  }
  section.wooprex-online-teaching-section .teaching-left {
    max-width: 550px;
  }
  section.wooprex-online-teaching-section .teaching-left .teaching-image.image-1 {
    width: 450px;
    height: 450px;
  }
  section.wooprex-online-teaching-section .teaching-left .teaching-image.image-2 {
    width: 280px;
    height: 280px;
  }
  section.wooprex-online-teaching-section .teaching-right {
    gap: 60px;
  }
  section.wooprex-online-teaching-section .teaching-right .teaching-item .description h3 {
    font-size: 20px;
  }
  /* Footer */
  footer.wooprex-footer-section {
    padding-top: 260px;
    padding-bottom: 60px;
  }
  footer.wooprex-footer-section .footer-top .footer-item.course, footer.wooprex-footer-section .footer-top .footer-item.company {
    padding-left: 0px;
  }
  footer.wooprex-footer-section .footer-top .footer-item.contact {
    padding-left: 40px;
  }
  footer.wooprex-footer-section.style-2 {
    padding-top: 70px;
  }
  /* Breadcrumb section */
  section.wooprex-breadcrumb-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  section.wooprex-breadcrumb-section .breadcrumb-image {
    width: 470px;
  }
  /*************** ABOUT PAGE **************/
  section.wooprex-marketplace-section .inner-left,
  section.wooprex-marketplace-section .inner-right {
    padding-top: 90px;
  }
  section.wooprex-marketplace-section .inner-middle:before, section.wooprex-marketplace-section .inner-middle:after {
    display: none;
  }
  /* Video section */
  .wooprex-video-section {
    height: 580px;
  }
  /* Testimonial 2 */
  section.wooprex-tetimonial-section-two .section-header .header {
    font-size: 38px;
  }
  /************* INSTRUCTOR PAGE *********************/
  /* Counter section 2 */
  section.wooprex-counter-section-two .bg-shape {
    height: 550px;
  }
  /************* COURSE PAGE *********************/
  section.wooprex-course-list-section ul.nav-tabs {
    gap: 18px;
  }
  section.wooprex-tetimonial-section-three .testimonial-left .testimonial-left-image .inner-image {
    width: 480px;
  }
  section.wooprex-tetimonial-section-three .testimonial-left .testimonial-left-image .inner-image img.main-image {
    width: 85%;
  }
  /******************* COURSE DETAILS PAGE *********************/
  section.wooprex-course-details-section .course-details-main-wrapper ul.nav-tabs li a.nav-link {
    padding: 13px 15px;
  }
  section.wooprex-course-details-section .course-details-main-wrapper .course-details .lessons-part .lesson-list-wrapper .lesson-item .lesson-details {
    width: 85%;
  }
  section.wooprex-course-details-section .course-details-main-wrapper .course-details .instructor-part .row {
    row-gap: 30px;
  }
  section.wooprex-course-details-section .course-details-main-wrapper .course-details .student-review-part .rating .total-rating {
    width: 25%;
  }
  section.wooprex-course-details-section .course-details-main-wrapper .course-details .student-review-part .rating .total-options {
    width: 75%;
  }
  section.wooprex-course-details-section .course-details-main-wrapper .course-details .student-review-part .author-review-wrapper .author-review-item {
    width: 50%;
  }
  section.wooprex-course-details-section .course-details-main-wrapper .course-details .student-review-part .author-review-wrapper .author-review-item .author-details {
    width: 70%;
  }
  section.wooprex-course-details-section .course-details-main-wrapper .course-details .student-review-part .author-review-wrapper .author-review-item .author-details .review {
    margin: 14px 0px 6px 0px;
  }
  .wooprex-sidebar.course-details .latest-course .course-body .course-item a {
    flex-direction: column;
    align-items: flex-start;
  }
  .wooprex-sidebar.course-details .latest-course .course-body .course-item a .course-details {
    width: 100%;
  }
  .wooprex-sidebar.course-details .latest-course .course-body .course-item a .course-details h4 {
    margin-bottom: 10px;
  }
  /******************* BLOG DETAILS PAGE *********************/
  .wooprex-sidebar.style-1 {
    padding: 0px !important;
  }
  /******************* CONTACT PAGE *********************/
  section.wooprex-contact-section .contact-location-wrapper {
    padding-top: 70px;
  }
  section.wooprex-contact-section .contact-location-wrapper .row {
    row-gap: 40px;
  }
  .wooprex-google-map iframe {
    height: 550px;
  }
}
@media only screen and (max-width: 1199px) {
  .padding-top {
    padding-top: 110px;
  }
  .padding-bottom {
    padding-bottom: 110px;
  }
  .padding-y {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .padding-x {
    padding-left: 20px;
    padding-right: 20px;
  }
  .text-size-4 {
    font-size: 16px;
  }
  .text-size-5 {
    font-size: 17px;
  }
  .text-size-6 {
    font-size: 18px;
  }
  .text-size-7 {
    font-size: 24px;
  }
  .text-size-8 {
    font-size: 26px;
  }
  .text-size-9 {
    font-size: 28px;
  }
  .text-size-10 {
    font-size: 30px;
  }
  .text-size-11 {
    font-size: 40px;
  }
  .text-size-12 {
    font-size: 42px;
  }
  .text-size-13 {
    font-size: 48px;
  }
  .text-size-14 {
    font-size: 74px;
  }
  .text-size-15 {
    font-size: 94px;
  }
  .section-header {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* latest news section */
  section.wooprex-latest-news-section .latest-news-main-wrapper .row {
    row-gap: 25px;
  }
  section.wooprex-latest-news-section .latest-news-main-wrapper .news-left .wooprex-blog-item .blog-description h3 {
    font-size: 20px;
  }
  section.wooprex-latest-news-section .latest-news-main-wrapper .news-left .wooprex-blog-item .blog-description p {
    max-width: 100%;
  }
  section.wooprex-latest-news-section .latest-news-main-wrapper .news-left .wooprex-blog-item .blog-description .category {
    margin: 20px 0px;
  }
  /* News letter section */
  section.wooprex-news-letter-section {
    margin-bottom: -100px;
  }
  section.wooprex-news-letter-section .news-letter-main-wrapper {
    padding: 40px;
  }
  section.wooprex-news-letter-section .news-letter-main-wrapper .news-letter-left h3 {
    font-size: 50px;
  }
  section.wooprex-news-letter-section .news-letter-main-wrapper .news-letter-right form input[type=email] {
    height: 52px;
    max-width: 75%;
  }
  section.wooprex-news-letter-section .news-letter-main-wrapper .news-letter-right form .button-wrapper {
    width: 52px;
    height: 52px;
  }
  /* Team section */
  section.wooprex-team-section.about .circle-shape {
    top: -60%;
  }
  /*************** Home Page ***************/
  /* banner */
  section.wooprex-banner-section {
    height: auto;
    margin-bottom: 100px;
    padding-top: 30px;
  }
  section.wooprex-banner-section img.bg-shape {
    width: 300px;
  }
  section.wooprex-banner-section .banner-main-wrapper .banner-text h1 {
    font-size: 50px;
    max-width: 600px;
  }
  section.wooprex-banner-section .banner-main-wrapper .banner-text .wooprex-btn {
    font-size: 14px;
    gap: 6px;
    padding: 15px 20px;
  }
  section.wooprex-banner-section .banner-main-wrapper .right .banner-image-left .banner-image-item.item-1 .banner-image {
    margin-right: auto;
  }
  section.wooprex-banner-section .banner-main-wrapper .right .banner-image-left .banner-image-item.item-1 .image-description-wrapper {
    left: 0;
  }
  section.wooprex-banner-section .banner-main-wrapper .right .banner-image-left .banner-image-item.item-1 img.bottom-shape {
    width: 50px;
  }
  section.wooprex-banner-section .banner-main-wrapper .right .banner-image-right {
    display: none;
  }
  /* Online learning section */
  section.wooprex-online-learning-section {
    padding-top: 230px;
  }
  section.wooprex-online-learning-section .row {
    row-gap: 60px;
  }
  section.wooprex-online-learning-section .online-learning-image {
    max-width: 700px;
    margin: 0 auto;
  }
  /* Online-teaching section */
  section.wooprex-online-teaching-section .section-header {
    margin-bottom: 30px;
  }
  section.wooprex-online-teaching-section .top {
    padding-left: 0;
  }
  section.wooprex-online-teaching-section .container > .row {
    row-gap: 60px;
  }
  section.wooprex-online-teaching-section .teaching-left {
    max-width: 550px;
  }
  section.wooprex-online-teaching-section .teaching-left .teaching-image.image-1 {
    width: 550px;
    height: 550px;
  }
  section.wooprex-online-teaching-section .teaching-left .teaching-image.image-2 {
    width: 320px;
    height: 320px;
  }
  section.wooprex-online-teaching-section .teaching-right {
    padding-left: 0;
    flex-direction: row;
    gap: 28px;
    row-gap: 40px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  section.wooprex-online-teaching-section .teaching-right img.shape-2 {
    left: inherit;
    right: 0px;
    bottom: -80px;
    width: 90px;
  }
  section.wooprex-online-teaching-section .teaching-right .teaching-item {
    width: 48%;
    flex: 0 0 auto;
  }
  section.wooprex-online-teaching-section .teaching-right .teaching-item .description h3 {
    font-size: 20px;
  }
  section.wooprex-online-teaching-section img.shape-1 {
    margin-top: 20px;
    width: 120px;
    left: -40px;
  }
  /* Counter section */
  section.wooprex-counter-section .container > .row {
    row-gap: 40px;
  }
  section.wooprex-counter-section .counter-left ul {
    flex-direction: row;
  }
  /* Footer */
  footer.wooprex-footer-section {
    padding-top: 170px;
    padding-bottom: 60px;
  }
  footer.wooprex-footer-section .footer-top .footer-item.course, footer.wooprex-footer-section .footer-top .footer-item.company {
    padding-left: 0px;
  }
  footer.wooprex-footer-section .footer-top .footer-item.contact {
    padding-left: 20px;
  }
  footer.wooprex-footer-section .footer-top .footer-item .footer-logo {
    margin-bottom: 30px;
  }
  footer.wooprex-footer-section .footer-top .footer-item .wooprex-follow-us ul {
    gap: 8px;
  }
  footer.wooprex-footer-section .footer-top .footer-item .wooprex-follow-us ul li a {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
  footer.wooprex-footer-section.style-2 {
    padding-top: 60px;
  }
  /* Breadcrumb section */
  section.wooprex-breadcrumb-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  section.wooprex-breadcrumb-section .breadcrumb-image {
    width: 390px;
  }
  /*************** ABOUT PAGE **************/
  section.wooprex-marketplace-section .marketplace-main-wrapper .row {
    row-gap: 40px;
  }
  section.wooprex-marketplace-section .inner-middle:before, section.wooprex-marketplace-section .inner-middle:after {
    display: none;
  }
  section.wooprex-marketplace-section .inner-left,
  section.wooprex-marketplace-section .inner-right {
    padding-top: 0;
  }
  section.wooprex-marketplace-section .marketplace-text h4 {
    margin-bottom: 20px;
  }
  /* Video section */
  .wooprex-video-section {
    height: 550px;
  }
  .wooprex-video-section .overlay-image i {
    font-size: 70px;
  }
  /* Value section */
  section.wooprex-value-section .value-main-wrapper .row {
    row-gap: 30px;
  }
  /* Choose us section */
  section.wooprex-choose-us-section .row {
    row-gap: 40px;
  }
  section.wooprex-choose-us-section .choose-us-description ul {
    margin-bottom: 60px;
  }
  section.wooprex-choose-us-section .choose-us-image {
    height: 500px;
    width: 500px;
    margin: 0 auto;
  }
  /************* INSTRUCTOR PAGE *********************/
  /* Counter section 2 */
  section.wooprex-counter-section-two .bg-shape {
    height: 550px;
  }
  /************* COURSE PAGE *********************/
  /* tesatimonial 3 */
  section.wooprex-tetimonial-section-three .row {
    row-gap: 40px;
  }
  section.wooprex-tetimonial-section-three .testimonial-main-wrapper .testimonial-slider {
    height: 560px;
  }
  /******************* COURSE DETAILS PAGE *********************/
  section.wooprex-course-details-section .course-details-main-wrapper {
    border-bottom: 1px solid #d4dafd;
    padding-bottom: 60px;
  }
  section.wooprex-course-details-section .course-details-main-wrapper .course-details .lessons-part .lesson-list-wrapper .lesson-item .lesson-details {
    width: 85%;
  }
  section.wooprex-course-details-section .course-details-main-wrapper .course-details .instructor-part .row {
    row-gap: 30px;
  }
  section.wooprex-course-details-section .course-details-main-wrapper .course-details .student-review-part .rating .total-rating {
    width: 20%;
  }
  section.wooprex-course-details-section .course-details-main-wrapper .course-details .student-review-part .rating .total-options {
    width: 80%;
  }
  section.wooprex-course-details-section .course-details-main-wrapper .course-details .student-review-part .author-review-wrapper .author-review-item {
    width: 50%;
  }
  section.wooprex-course-details-section .course-details-main-wrapper .course-details .student-review-part .author-review-wrapper .author-review-item .author-details {
    width: 70%;
  }
  section.wooprex-course-details-section .course-details-main-wrapper .course-details .student-review-part .author-review-wrapper .author-review-item .author-details .review {
    margin: 14px 0px 6px 0px;
  }
  section.wooprex-course-details-section .course-details-main-wrapper .course-details .comment-part form .fname {
    padding-right: 0;
  }
  .wooprex-sidebar.course-details {
    padding-top: 60px;
  }
  /******************* BLOG DETAILS PAGE *********************/
  .wooprex-blog-details {
    padding-bottom: 60px;
    border-bottom: 1px solid #d4dafd;
  }
  .wooprex-blog-details .wooprex-blog-description {
    margin-bottom: 30px;
  }
  .wooprex-blog-details .wooprex-blog-description h3 {
    margin-bottom: 20px;
    font-size: 26px;
  }
  .wooprex-blog-details .wooprex-blog-thumbnail,
  .wooprex-blog-details .wooprex-blog-image {
    height: 450px;
  }
  .wooprex-blog-details .wooprex-blog-quote {
    height: auto;
    margin-bottom: 30px;
  }
  .wooprex-blog-details .wooprex-blog-quote blockquote {
    padding: 5px;
  }
  .wooprex-sidebar.style-1 {
    padding-top: 60px;
    margin-top: 60px;
    border-top: 1px solid #d4dafd;
  }
  .wooprex-sidebar.style-1.right {
    padding-left: 0;
  }
  .wooprex-sidebar.style-1.left {
    padding-right: 0;
  }
  .wooprex-sidebar.style-1 .wooprex-sidebar-category,
  .wooprex-sidebar.style-1 .wooprex-sidebar-archive,
  .wooprex-sidebar.style-1 .wooprex-sidebar-latest-post,
  .wooprex-sidebar.style-1 .wooprex-sidebar-tags {
    margin-top: 35px;
    padding-top: 35px;
  }
  /******************* CONTACT PAGE *********************/
  section.wooprex-contact-section .contact-location-wrapper {
    padding-top: 60px;
  }
  section.wooprex-contact-section .contact-location-wrapper .row {
    row-gap: 30px;
  }
  .wooprex-google-map iframe {
    height: 500px;
  }
}
@media only screen and (max-width: 991px) {
  .padding-y {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .padding-top {
    padding-top: 100px;
  }
  .padding-bottom {
    padding-bottom: 100px;
  }
  .padding-x {
    padding-left: 20px;
    padding-right: 20px;
  }
  .padding-left {
    padding-left: 20px;
  }
  .padding-right {
    padding-right: 20px;
  }
  .text-size-5 {
    font-size: 16px;
  }
  .text-size-6 {
    font-size: 18px;
  }
  .text-size-7 {
    font-size: 18px;
  }
  .text-size-8 {
    font-size: 24px;
  }
  .text-size-9 {
    font-size: 26px;
  }
  .text-size-10 {
    font-size: 28px;
  }
  .text-size-11 {
    font-size: 30px;
  }
  .text-size-12 {
    font-size: 36px;
  }
  .text-size-13 {
    font-size: 38px;
  }
  .text-size-14 {
    font-size: 70px;
  }
  .text-size-15 {
    font-size: 80px;
  }
  /* Nav section */
  header.wooprex-header-section {
    padding: 20px;
  }
  header.wooprex-header-section .header-main .wooprex-search-box {
    padding: 20px;
  }
  .wooprex-desktop-menu {
    display: none;
  }
  .wooprex-mobile-menu-bar {
    display: block;
  }
  .wooprex-desktop-menu-bar {
    display: none;
  }
  /* Nav section */
  .section-header {
    gap: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  section.wooprex-course-section .container {
    max-width: 580px;
  }
  .wooprex-course-main-wrapper .row {
    row-gap: 50px;
  }
  .wooprex-course-main-wrapper .row > * {
    padding: 0px 12px;
  }
  /* Testimonial item */
  .wooprex-testimonial-item {
    gap: 40px;
  }
  /* Team item */
  .wooprex-team-item .team-top {
    max-width: 260px;
    height: 260px;
  }
  /* Counter item */
  .wooprex-counter .row {
    row-gap: 20px;
  }
  /* Wooprex blog  item */
  .wooprex-blog-item {
    gap: 15px;
  }
  .wooprex-blog-item .blog-description h3 {
    margin: 10px 0px;
  }
  /* latest news section */
  section.wooprex-latest-news-section .latest-news-main-wrapper .row {
    row-gap: 25px;
  }
  section.wooprex-latest-news-section .latest-news-main-wrapper .news-left .wooprex-blog-item .blog-image {
    height: 350px;
  }
  section.wooprex-latest-news-section .latest-news-main-wrapper .news-left .wooprex-blog-item .blog-description h3 {
    font-size: 20px;
  }
  section.wooprex-latest-news-section .latest-news-main-wrapper .news-left .wooprex-blog-item .blog-description p {
    max-width: 100%;
  }
  section.wooprex-latest-news-section .latest-news-main-wrapper .news-left .wooprex-blog-item .blog-description .category {
    margin: 20px 0px;
  }
  section.wooprex-latest-news-section .latest-news-main-wrapper .news-left .wooprex-blog-item .blog-description .category a {
    font-size: 12px;
  }
  section.wooprex-latest-news-section .latest-news-main-wrapper .news-right .wooprex-blog-item {
    height: 100%;
  }
  section.wooprex-latest-news-section .latest-news-main-wrapper .news-right .wooprex-blog-item .blog-image {
    height: 100%;
  }
  /* News letter section */
  section.wooprex-news-letter-section {
    margin-bottom: -100px;
  }
  section.wooprex-news-letter-section .news-letter-main-wrapper {
    padding: 30px;
    border-radius: 24px;
  }
  section.wooprex-news-letter-section .news-letter-main-wrapper .row {
    row-gap: 20px;
  }
  section.wooprex-news-letter-section .news-letter-main-wrapper .news-letter-left h3 {
    font-size: 48px;
  }
  section.wooprex-news-letter-section .news-letter-main-wrapper .news-letter-right form input[type=email] {
    height: 52px;
    max-width: 85%;
  }
  section.wooprex-news-letter-section .news-letter-main-wrapper .news-letter-right form .button-wrapper {
    width: 52px;
    height: 52px;
  }
  /*************** Home Page ***************/
  /* banner */
  section.wooprex-banner-section {
    height: auto;
    margin-bottom: 70px;
    padding-top: 30px;
  }
  section.wooprex-banner-section img.bg-shape {
    width: 350px;
    bottom: 50%;
  }
  section.wooprex-banner-section .banner-main-wrapper .row {
    row-gap: 60px;
  }
  section.wooprex-banner-section .banner-main-wrapper .banner-text {
    justify-content: flex-end;
  }
  section.wooprex-banner-section .banner-main-wrapper .banner-text h1 {
    font-size: 50px;
    margin-bottom: 15px;
  }
  section.wooprex-banner-section .banner-main-wrapper .banner-text h4 {
    margin-bottom: 15px;
    line-height: 1.4em;
  }
  section.wooprex-banner-section .banner-main-wrapper .right .banner-image-left .banner-image-item.item-1 .banner-image {
    margin-right: auto;
  }
  section.wooprex-banner-section .banner-main-wrapper .right .banner-image-left .banner-image-item.item-1 .image-description-wrapper {
    left: 0;
  }
  section.wooprex-banner-section .banner-main-wrapper .right .banner-image-left .banner-image-item.item-1 .image-description-wrapper-2 {
    opacity: 1;
    visibility: visible;
  }
  section.wooprex-banner-section .banner-main-wrapper .right .banner-image-left .banner-image-item.item-1 img.bottom-shape {
    width: 50px;
  }
  section.wooprex-banner-section .banner-main-wrapper .right .banner-image-left .banner-image-item.item-2 {
    display: none;
  }
  section.wooprex-banner-section .banner-main-wrapper .right .banner-image-right .banner-image-item.item-4 {
    display: none;
  }
  section.wooprex-banner-section .banner-main-wrapper .right .banner-image.triangle {
    height: 350px;
  }
  /* Partner section */
  section.wooprex-partner-section h3 {
    font-size: 20px;
  }
  section.wooprex-partner-section .partner-main {
    margin-top: 40px;
  }
  /* Online learning section */
  section.wooprex-online-learning-section {
    padding-top: 190px;
    margin-top: -120px;
  }
  section.wooprex-online-learning-section .row {
    row-gap: 40px;
  }
  section.wooprex-online-learning-section .online-learning-image {
    max-width: 580px;
    margin: 0 auto;
  }
  section.wooprex-online-learning-section .online-learning-image .row {
    row-gap: 20px;
  }
  section.wooprex-online-learning-section .online-learning-image .image-item {
    width: 250px;
  }
  section.wooprex-online-learning-section .online-learning-image .image-item.item-2 {
    height: 250px;
  }
  section.wooprex-online-learning-section .online-learning-description {
    padding: 0;
  }
  section.wooprex-online-learning-section .button-section {
    margin-top: 60px;
  }
  /* Online-teaching section */
  section.wooprex-online-teaching-section .section-header {
    margin-bottom: 20px;
  }
  section.wooprex-online-teaching-section .top {
    padding-left: 0;
  }
  section.wooprex-online-teaching-section .container > .row {
    row-gap: 30px;
  }
  section.wooprex-online-teaching-section .teaching-left {
    max-width: 550px;
  }
  section.wooprex-online-teaching-section .teaching-left .teaching-image.image-1 {
    width: 480px;
    height: 480px;
  }
  section.wooprex-online-teaching-section .teaching-left .teaching-image.image-2 {
    width: 300px;
    height: 300px;
  }
  section.wooprex-online-teaching-section .teaching-right {
    padding-left: 0;
    gap: 30px;
  }
  section.wooprex-online-teaching-section .teaching-right img.shape-2 {
    left: inherit;
    right: 0px;
    bottom: -80px;
    width: 70px;
  }
  section.wooprex-online-teaching-section .teaching-right .teaching-item .description h3 {
    font-size: 20px;
  }
  section.wooprex-online-teaching-section img.shape-1 {
    margin-top: 20px;
    width: 100px;
    left: -40px;
  }
  /* Team section */
  section.wooprex-team-section.about .circle-shape {
    top: -40%;
  }
  section.wooprex-team-section img.shape-1 {
    width: 70px;
  }
  /* Counter section */
  section.wooprex-counter-section .container > .row {
    row-gap: 40px;
  }
  /* Footer section */
  footer.wooprex-footer-section {
    padding-top: 150px;
    padding-bottom: 50px;
  }
  footer.wooprex-footer-section .footer-top {
    margin-bottom: 40px;
  }
  footer.wooprex-footer-section .footer-top .row {
    row-gap: 40px;
  }
  footer.wooprex-footer-section .footer-top .footer-item {
    padding: 0 !important;
  }
  footer.wooprex-footer-section .footer-top .footer-item .footer-logo {
    margin-bottom: 25px;
  }
  footer.wooprex-footer-section .footer-top .footer-item h4 {
    margin-bottom: 20px;
  }
  footer.wooprex-footer-section .footer-top .footer-item p {
    margin-bottom: 25px;
  }
  footer.wooprex-footer-section .footer-top .footer-item .wooprex-follow-us ul {
    gap: 10px;
  }
  footer.wooprex-footer-section .footer-top .footer-item.contact ul.footer-menu {
    max-width: 100%;
  }
  footer.wooprex-footer-section .footer-bottom {
    margin-top: 40px;
  }
  footer.wooprex-footer-section .footer-bottom .row {
    row-gap: 10px;
  }
  footer.wooprex-footer-section.style-2 {
    padding-top: 50px;
  }
  /* Breadcrumb section */
  section.wooprex-breadcrumb-section {
    padding-left: 20px;
    padding-right: 20px;
    height: 260px;
  }
  section.wooprex-breadcrumb-section .breadcrumb-image {
    display: none;
  }
  /*************** ABOUT PAGE **************/
  section.wooprex-marketplace-section .marketplace-main-wrapper .row {
    row-gap: 40px;
  }
  section.wooprex-marketplace-section .inner-middle:before, section.wooprex-marketplace-section .inner-middle:after {
    display: none;
  }
  section.wooprex-marketplace-section .inner-left,
  section.wooprex-marketplace-section .inner-right {
    padding-top: 0;
  }
  section.wooprex-marketplace-section .marketplace-text h4 {
    margin-bottom: 20px;
  }
  /* Video section */
  .wooprex-video-section {
    height: 550px;
  }
  .wooprex-video-section .overlay-image i {
    font-size: 70px;
  }
  /* Value section */
  section.wooprex-value-section .value-main-wrapper .row {
    row-gap: 30px;
  }
  section.wooprex-value-section .value-main-wrapper .value-item p {
    padding: 0;
  }
  /* Choose us section */
  section.wooprex-choose-us-section .row {
    row-gap: 40px;
  }
  section.wooprex-choose-us-section .choose-us-description .section-header {
    gap: 18px;
    margin-bottom: 40px;
  }
  section.wooprex-choose-us-section .choose-us-description ul {
    margin-bottom: 40px;
  }
  /* Testimonial section two */
  section.wooprex-tetimonial-section-two .section.header {
    margin-bottom: 50px;
  }
  section.wooprex-tetimonial-section-two .section-header .header {
    font-size: 35px;
  }
  /***************** INSTRUCTOR PAGE ********************/
  section.wooprex-team-list-section .team-main-wrapper .row {
    row-gap: 40px;
  }
  /* Counter section 2 */
  section.wooprex-counter-section-two .bg-shape {
    display: none;
  }
  section.wooprex-counter-section-two .section-header {
    margin-bottom: 40px;
  }
  section.wooprex-counter-section-two .container {
    position: relative;
    transform: inherit;
    left: inherit;
    top: inherit;
  }
  section.wooprex-counter-section-two ul {
    margin-bottom: 40px;
  }
  section.wooprex-counter-section-two .wooprex-counter .row {
    row-gap: 0px;
  }
  section.wooprex-counter-section-two .wooprex-counter .counter-item {
    padding: 15px;
  }
  /********************* COURSE PAGE ********************/
  section.wooprex-course-list-section .tab-content {
    max-width: 580px;
    margin: 0 auto;
  }
  /* tesatimonial 3 */
  section.wooprex-tetimonial-section-three .testimonial-left .testimonial-left-image .inner-image {
    max-width: 85%;
    bottom: 30px;
  }
  section.wooprex-tetimonial-section-three .row {
    row-gap: 40px;
  }
  section.wooprex-tetimonial-section-three .testimonial-main-wrapper .testimonial-slider {
    height: 300px;
  }
  section.wooprex-tetimonial-section-three .wooprex-testimonial-item .inner-top .quote {
    display: none;
  }
  /******************* COURSE DETAILS PAGE *********************/
  section.wooprex-course-details-section .course-details-header h2 {
    font-size: 34px;
    margin-bottom: 20px;
  }
  section.wooprex-course-details-section .course-details-main-wrapper {
    border-bottom: 1px solid #d4dafd;
    padding-bottom: 60px;
  }
  section.wooprex-course-details-section .course-details-main-wrapper .wooprex-video-section {
    margin-bottom: 20px;
  }
  section.wooprex-course-details-section .course-details-main-wrapper .wooprex-video-section:after {
    width: 94%;
  }
  section.wooprex-course-details-section .course-details-main-wrapper ul.nav-tabs {
    border-radius: 24px;
    margin-bottom: 40px;
    justify-content: flex-start;
    row-gap: 10px;
  }
  section.wooprex-course-details-section .course-details-main-wrapper .course-details .lessons-part .lesson-list-wrapper .lesson-item .lesson-details {
    width: 75%;
  }
  section.wooprex-course-details-section .course-details-main-wrapper .course-details .lessons-part .lesson-list-wrapper .lesson-item .lesson-details p {
    padding: 0;
  }
  section.wooprex-course-details-section .course-details-main-wrapper .course-details .instructor-part .row {
    row-gap: 30px;
  }
  section.wooprex-course-details-section .course-details-main-wrapper .course-details .instructor-part .instructor-right p {
    padding: 0;
    padding-left: 20px;
  }
  section.wooprex-course-details-section .course-details-main-wrapper .course-details .student-review-part .rating .total-rating {
    width: 28%;
  }
  section.wooprex-course-details-section .course-details-main-wrapper .course-details .student-review-part .rating .total-options {
    width: 72%;
  }
  section.wooprex-course-details-section .course-details-main-wrapper .course-details .student-review-part .rating .total-options .single-option .range-bar {
    width: 140px;
  }
  section.wooprex-course-details-section .course-details-main-wrapper .course-details .student-review-part .author-review-wrapper .author-review-item {
    width: 50%;
  }
  section.wooprex-course-details-section .course-details-main-wrapper .course-details .student-review-part .author-review-wrapper .author-review-item .author-details {
    width: 80%;
  }
  section.wooprex-course-details-section .course-details-main-wrapper .course-details .student-review-part .author-review-wrapper .author-review-item .author-details .review {
    margin: 14px 0px 6px 0px;
  }
  section.wooprex-course-details-section .course-details-main-wrapper .course-details .comment-part form .fname {
    padding-right: 0;
  }
  section.wooprex-course-details-section .wooprex-team-item .team-top {
    margin: 0;
  }
  .wooprex-sidebar.course-details {
    padding-top: 60px;
  }
  /******************* BLOG PAGE *********************/
  section.wooprex-blog-list-section .blog-main-wrapper .row {
    row-gap: 40px;
  }
  section.wooprex-blog-list-section .blog-main-wrapper.has-sidebar .row {
    row-gap: inherit;
  }
  section.wooprex-blog-list-section .blog-main-wrapper.has-sidebar .row .row {
    row-gap: 40px;
  }
  /******************* BLOG DETAILS PAGE *********************/
  .wooprex-blog-header {
    margin-bottom: 20px;
  }
  .wooprex-blog-header h2 {
    font-size: 35px;
  }
  .wooprex-blog-details .wooprex-blog-description {
    margin-bottom: 30px;
  }
  .wooprex-blog-details .wooprex-blog-description h3 {
    margin-bottom: 20px;
    font-size: 26px;
  }
  .wooprex-blog-details .wooprex-blog-thumbnail,
  .wooprex-blog-details .wooprex-blog-image {
    height: 450px;
  }
  .wooprex-blog-details .wooprex-blog-quote {
    height: auto;
    margin-bottom: 30px;
  }
  .wooprex-blog-details .wooprex-blog-quote blockquote {
    padding: 5px;
  }
  .wooprex-sidebar.style-1 {
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid #d4dafd;
  }
  .wooprex-sidebar.style-1.right {
    padding-left: 0;
  }
  .wooprex-sidebar.style-1.left {
    padding-right: 0;
  }
  .wooprex-sidebar.style-1 .wooprex-sidebar-category,
  .wooprex-sidebar.style-1 .wooprex-sidebar-archive,
  .wooprex-sidebar.style-1 .wooprex-sidebar-latest-post,
  .wooprex-sidebar.style-1 .wooprex-sidebar-tags {
    margin-top: 35px;
    padding-top: 35px;
  }
  /******************* CONTACT PAGE *********************/
  section.wooprex-contact-section form input.wooprex-btn {
    margin-top: 30px;
  }
  section.wooprex-contact-section .contact-location-wrapper {
    padding-top: 60px;
  }
  section.wooprex-contact-section .contact-location-wrapper .row {
    row-gap: 20px;
  }
  section.wooprex-contact-section .contact-location-wrapper .contact-location-item ul li {
    font-size: 16px;
  }
  section.wooprex-contact-section .contact-location-wrapper .contact-location-item ul li:first-child {
    font-size: 21px;
    margin: 16px 0px 8px 0px;
  }
  .wooprex-google-map iframe {
    height: 450px;
  }
}
@media only screen and (max-width: 767px) {
  .padding-y {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .padding-bottom {
    padding-bottom: 70px;
  }
  .padding-top {
    padding-top: 70px;
  }
  header.wooprex-header-section .header-main {
    gap: 25px;
  }
  header.wooprex-header-section .header-main .header-right {
    gap: 15px;
  }
  header.wooprex-header-section .header-main .header-right .wooprex-btn.sign-up-btn {
    min-width: 135px;
  }
  header.wooprex-header-section .header-main .header-right i {
    font-size: 36px;
  }
  header.wooprex-header-section .header-main .header-right .wooprex-search-bar i {
    font-size: 30px;
  }
  header.wooprex-header-section .header-main .wooprex-search-box .wooprex-search-close i {
    font-size: 30px;
  }
  header.wooprex-header-section .header-main .wooprex-search-box input::-moz-placeholder {
    font-size: 16px;
  }
  header.wooprex-header-section .header-main .wooprex-search-box input::placeholder {
    font-size: 16px;
  }
  .section-header {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .text-size-5 {
    font-size: 14px;
  }
  .text-size-6 {
    font-size: 16px;
  }
  .text-size-7 {
    font-size: 18px;
  }
  .text-size-8 {
    font-size: 20px;
  }
  .text-size-9 {
    font-size: 22px;
  }
  .text-size-10 {
    font-size: 24px;
  }
  .text-size-11 {
    font-size: 25px;
  }
  .text-size-12 {
    font-size: 26px;
  }
  .text-size-13 {
    font-size: 27px;
  }
  .text-size-14 {
    font-size: 35px;
  }
  .text-size-15 {
    font-size: 40px;
  }
  header.wooprex-header-section .header-main {
    gap: 25px;
  }
  header.wooprex-header-section .header-main .header-right .wooprex-search-bar i {
    font-size: 30px;
  }
  header.wooprex-header-section .header-main .header-right a {
    display: none;
  }
  header.wooprex-header-section .header-main .wooprex-search-box .wooprex-search-close i {
    font-size: 24px;
  }
  header.wooprex-header-section .header-main .wooprex-search-box input::-moz-placeholder {
    font-size: 16px;
  }
  header.wooprex-header-section .header-main .wooprex-search-box input::placeholder {
    font-size: 16px;
  }
  .wooprex-mobile-menu ul.sign-in-up-section {
    opacity: 1;
    visibility: visible;
  }
  .section-header {
    margin-bottom: 40px;
  }
  .header {
    font-size: 35px;
  }
  .sub-header {
    font-size: 15px;
  }
  /* Course item */
  .wooprex-course-item .inner-top {
    height: 360px;
  }
  .wooprex-course-item .inner-bottom .description-bottom h3 {
    font-size: 18px;
  }
  .wooprex-course-main-wrapper .row {
    row-gap: 50px;
  }
  /* Testimonial item */
  .wooprex-testimonial-item {
    gap: 40px;
  }
  /* Team item */
  .wooprex-team-item {
    max-width: 350px;
    margin: 0 auto;
  }
  .wooprex-team-item .team-top {
    max-width: 280px;
    height: 280px;
  }
  /* Counter item */
  .wooprex-counter .row {
    row-gap: 20px;
  }
  .wooprex-counter .counter-item {
    padding: 15px;
    min-height: 140px;
  }
  .wooprex-counter .counter-item h3 {
    font-size: 40px;
  }
  /* Wooprex blog  item */
  .wooprex-blog-item {
    gap: 15px;
  }
  .wooprex-blog-item .blog-description h3 {
    margin: 10px 0px;
  }
  /* latest news section */
  section.wooprex-latest-news-section .latest-news-main-wrapper .row {
    row-gap: 25px;
  }
  section.wooprex-latest-news-section .latest-news-main-wrapper .news-left .wooprex-blog-item .blog-image {
    height: 245px;
  }
  section.wooprex-latest-news-section .latest-news-main-wrapper .news-left .wooprex-blog-item .blog-description h3 {
    font-size: 20px;
  }
  section.wooprex-latest-news-section .latest-news-main-wrapper .news-left .wooprex-blog-item .blog-description .category {
    margin: 20px 0px;
  }
  section.wooprex-latest-news-section .latest-news-main-wrapper .news-right .wooprex-blog-item {
    flex-direction: column;
    align-items: flex-start;
  }
  section.wooprex-latest-news-section .latest-news-main-wrapper .news-right .wooprex-blog-item .blog-image {
    width: 100%;
  }
  /* News letter section */
  section.wooprex-news-letter-section {
    margin-bottom: -100px;
  }
  section.wooprex-news-letter-section .news-letter-main-wrapper {
    padding: 20px;
    border-radius: 24px;
  }
  section.wooprex-news-letter-section .news-letter-main-wrapper .row {
    row-gap: 20px;
  }
  section.wooprex-news-letter-section .news-letter-main-wrapper .news-letter-left h3 {
    font-size: 35px;
    margin-bottom: 10px;
  }
  section.wooprex-news-letter-section .news-letter-main-wrapper .news-letter-right form {
    gap: 15px;
  }
  section.wooprex-news-letter-section .news-letter-main-wrapper .news-letter-right form input[type=email] {
    height: 52px;
    font-size: 15px;
    max-width: 72%;
    padding: 18px;
  }
  section.wooprex-news-letter-section .news-letter-main-wrapper .news-letter-right form input[type=email]:placeholder {
    font-size: 14px;
  }
  section.wooprex-news-letter-section .news-letter-main-wrapper .news-letter-right form .button-wrapper {
    width: 52px;
    height: 52px;
  }
  /*************** Home Page ***************/
  section.wooprex-course-discount-section h4 {
    font-size: 13px;
  }
  /* banner */
  section.wooprex-banner-section {
    height: auto;
    margin-bottom: 70px;
    padding-top: 40px;
  }
  section.wooprex-banner-section img.bg-shape {
    width: 300px;
    z-index: -1;
    bottom: 50%;
  }
  section.wooprex-banner-section .banner-main-wrapper .row {
    row-gap: 40px;
  }
  section.wooprex-banner-section .banner-main-wrapper .banner-text {
    justify-content: flex-end;
  }
  section.wooprex-banner-section .banner-main-wrapper .banner-text h1 {
    font-size: 40px;
    margin-bottom: 15px;
  }
  section.wooprex-banner-section .banner-main-wrapper .banner-text h4 {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.4em;
  }
  section.wooprex-banner-section .banner-main-wrapper .banner-text .banner-button {
    margin-top: 20px;
    flex-direction: column;
    align-items: flex-start;
  }
  section.wooprex-banner-section .banner-main-wrapper .banner-text .banner-button .wooprex-btn {
    min-width: 240px;
  }
  section.wooprex-banner-section .banner-main-wrapper .banner-text .banner-button .wooprex-btn.outline {
    justify-content: flex-start;
  }
  section.wooprex-banner-section .banner-main-wrapper .right .banner-image-left .banner-image-item.item-1 .banner-image {
    margin-right: auto;
    max-width: 300px;
    height: 300px;
  }
  section.wooprex-banner-section .banner-main-wrapper .right .banner-image-left .banner-image-item.item-1 .image-description-wrapper {
    left: 0;
  }
  section.wooprex-banner-section .banner-main-wrapper .right .banner-image-left .banner-image-item.item-1 .image-description-wrapper-2 {
    opacity: 1;
    visibility: visible;
  }
  section.wooprex-banner-section .banner-main-wrapper .right .banner-image-left .banner-image-item.item-1 img.bottom-shape {
    width: 50px;
  }
  section.wooprex-banner-section .banner-main-wrapper .right .banner-image-left .banner-image-item.item-2 {
    display: none;
  }
  section.wooprex-banner-section .banner-main-wrapper .right .inner-right-main {
    display: none;
  }
  /* Partner section */
  section.wooprex-partner-section .partner-main-wrapper {
    padding: 40px 20px;
  }
  section.wooprex-partner-section h3 {
    font-size: 18px;
  }
  section.wooprex-partner-section .partner-main {
    margin-top: 40px;
  }
  /* Online learning section */
  section.wooprex-online-learning-section {
    padding-top: 190px;
    margin-top: -120px;
  }
  section.wooprex-online-learning-section .row {
    row-gap: 40px;
  }
  section.wooprex-online-learning-section .online-learning-image .row {
    row-gap: 20px;
  }
  section.wooprex-online-learning-section .online-learning-image .right {
    display: none;
  }
  section.wooprex-online-learning-section .online-learning-image .image-item {
    width: 280px;
  }
  section.wooprex-online-learning-section .online-learning-description {
    padding: 0;
  }
  section.wooprex-online-learning-section .button-section {
    margin-top: 60px;
  }
  /* Online-teaching section */
  section.wooprex-online-teaching-section .section-header {
    margin-bottom: 20px;
  }
  section.wooprex-online-teaching-section .top {
    padding-left: 0;
  }
  section.wooprex-online-teaching-section .container > .row {
    row-gap: 30px;
  }
  section.wooprex-online-teaching-section .teaching-left {
    max-width: 350px;
  }
  section.wooprex-online-teaching-section .teaching-left .teaching-image.image-1 {
    width: 280px;
    height: 280px;
  }
  section.wooprex-online-teaching-section .teaching-left .teaching-image.image-2 {
    width: 180px;
    height: 180px;
  }
  section.wooprex-online-teaching-section .teaching-right {
    padding-left: 0;
    gap: 30px;
  }
  section.wooprex-online-teaching-section .teaching-right img.shape-2 {
    left: inherit;
    right: 0px;
    bottom: -80px;
    width: 70px;
  }
  section.wooprex-online-teaching-section .teaching-right .teaching-item .description h3 {
    font-size: 18px;
  }
  section.wooprex-online-teaching-section img.shape-1 {
    margin-top: 20px;
    width: 100px;
    left: -40px;
  }
  /* Team section */
  section.wooprex-team-section.about .circle-shape {
    top: -20%;
  }
  section.wooprex-team-section img.shape-1 {
    width: 70px;
  }
  /* Counter section */
  section.wooprex-counter-section .container > .row {
    row-gap: 40px;
  }
  /* Footer section */
  footer.wooprex-footer-section {
    padding-top: 150px;
    padding-bottom: 50px;
  }
  footer.wooprex-footer-section .footer-top {
    margin-bottom: 40px;
  }
  footer.wooprex-footer-section .footer-top .row {
    row-gap: 40px;
  }
  footer.wooprex-footer-section .footer-top .footer-item {
    padding: 0 !important;
  }
  footer.wooprex-footer-section .footer-top .footer-item .footer-logo {
    margin-bottom: 25px;
  }
  footer.wooprex-footer-section .footer-top .footer-item h4 {
    margin-bottom: 20px;
  }
  footer.wooprex-footer-section .footer-top .footer-item p {
    margin-bottom: 25px;
  }
  footer.wooprex-footer-section .footer-top .footer-item .wooprex-follow-us ul {
    gap: 10px;
  }
  footer.wooprex-footer-section .footer-top .footer-item.contact ul.footer-menu {
    max-width: 100%;
  }
  footer.wooprex-footer-section .footer-bottom {
    margin-top: 40px;
  }
  footer.wooprex-footer-section .footer-bottom .row {
    row-gap: 10px;
  }
  footer.wooprex-footer-section .footer-bottom .copyright p {
    font-size: 14px;
    text-align: center;
  }
  footer.wooprex-footer-section .footer-bottom .footer-bottom-menu ul {
    justify-content: center;
  }
  footer.wooprex-footer-section .footer-bottom .footer-bottom-menu ul li {
    font-size: 14px;
  }
  footer.wooprex-footer-section.style-2 {
    padding-top: 50px;
  }
  /* Breadcrumb section */
  section.wooprex-breadcrumb-section {
    height: auto;
    padding: 60px 20px;
  }
  section.wooprex-breadcrumb-section .breadcrumb-text h1 {
    font-size: 35px;
    margin-bottom: 10px;
  }
  section.wooprex-breadcrumb-section .breadcrumb-text ul li {
    font-size: 18px;
  }
  section.wooprex-breadcrumb-section .breadcrumb-image {
    display: none;
  }
  /*************** ABOUT PAGE **************/
  section.wooprex-marketplace-section .marketplace-main-wrapper .row {
    row-gap: 40px;
  }
  section.wooprex-marketplace-section .inner-middle .marketplace-image {
    height: 450px;
  }
  section.wooprex-marketplace-section .inner-middle:before, section.wooprex-marketplace-section .inner-middle:after {
    display: none;
  }
  section.wooprex-marketplace-section .inner-left,
  section.wooprex-marketplace-section .inner-right {
    padding-top: 0;
  }
  section.wooprex-marketplace-section .marketplace-text h4 {
    margin-bottom: 20px;
  }
  /* Video section */
  .wooprex-video-section {
    height: 450px;
  }
  .wooprex-video-section .overlay-image i {
    font-size: 60px;
  }
  /* Value section */
  section.wooprex-value-section .value-main-wrapper .row {
    row-gap: 30px;
  }
  /* Choose us section */
  section.wooprex-choose-us-section .row {
    row-gap: 40px;
  }
  section.wooprex-choose-us-section .choose-us-description .section-header {
    gap: 18px;
    margin-bottom: 40px;
  }
  section.wooprex-choose-us-section .choose-us-description ul {
    margin-bottom: 40px;
  }
  /* Testimonial section two */
  section.wooprex-tetimonial-section-two .section.header {
    margin-bottom: 50px;
  }
  section.wooprex-tetimonial-section-two .section-header .header {
    font-size: 35px;
  }
  /***************** INSTRUCTOR PAGE ********************/
  section.wooprex-team-list-section .team-main-wrapper .row {
    row-gap: 40px;
  }
  /* Counter section 2 */
  section.wooprex-counter-section-two .bg-shape {
    display: none;
  }
  section.wooprex-counter-section-two .section-header {
    margin-bottom: 40px;
  }
  section.wooprex-counter-section-two .container {
    position: relative;
    transform: inherit;
    left: inherit;
    top: inherit;
  }
  section.wooprex-counter-section-two ul {
    margin-bottom: 40px;
  }
  section.wooprex-counter-section-two .wooprex-counter .row {
    row-gap: 0px;
  }
  section.wooprex-counter-section-two .wooprex-counter .counter-item {
    padding: 15px;
  }
  /********************* COURSE PAGE ********************/
  section.wooprex-course-list-section ul.nav-tabs {
    margin-bottom: 60px;
    gap: 5px;
    row-gap: 10px;
  }
  section.wooprex-course-list-section ul.nav-tabs li {
    font-size: 14px;
  }
  /* tesatimonial 3 */
  section.wooprex-tetimonial-section-three .testimonial-left .testimonial-left-image .inner-image {
    max-width: 85%;
    bottom: 18px;
  }
  section.wooprex-tetimonial-section-three .row {
    row-gap: 40px;
  }
  section.wooprex-tetimonial-section-three .testimonial-main-wrapper .testimonial-slider {
    padding-right: 10px;
    height: 350px;
  }
  section.wooprex-tetimonial-section-three .swiper-pagination {
    display: none;
  }
  section.wooprex-tetimonial-section-three .wooprex-testimonial-item .inner-top .quote {
    display: none;
  }
  /******************* COURSE DETAILS PAGE *********************/
  section.wooprex-course-details-section .course-details-header .course-categoty-details {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  section.wooprex-course-details-section .course-details-header h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  section.wooprex-course-details-section .course-details-main-wrapper {
    border-bottom: 1px solid #d4dafd;
    padding-bottom: 60px;
  }
  section.wooprex-course-details-section .course-details-main-wrapper .wooprex-video-section {
    height: 400px;
    margin-bottom: 20px;
  }
  section.wooprex-course-details-section .course-details-main-wrapper .wooprex-video-section:after {
    width: 94%;
  }
  section.wooprex-course-details-section .course-details-main-wrapper ul.nav-tabs {
    border-radius: 24px;
    margin-bottom: 40px;
    justify-content: center;
    row-gap: 10px;
  }
  section.wooprex-course-details-section .course-details-main-wrapper ul.nav-tabs li a.nav-link {
    font-size: 13px;
    padding: 10px 18px;
  }
  section.wooprex-course-details-section .course-details-main-wrapper .course-details .inner-header {
    font-size: 20px;
  }
  section.wooprex-course-details-section .course-details-main-wrapper .course-details .topic-part {
    padding-top: 40px;
  }
  section.wooprex-course-details-section .course-details-main-wrapper .course-details .topic-part .inner-header {
    margin-bottom: 20px;
  }
  section.wooprex-course-details-section .course-details-main-wrapper .course-details .topic-part ul li {
    width: 100%;
  }
  section.wooprex-course-details-section .course-details-main-wrapper .course-details .lessons-part .lesson-list-wrapper .lesson-item {
    flex-direction: column;
    align-items: flex-start;
    border-radius: 16px;
  }
  section.wooprex-course-details-section .course-details-main-wrapper .course-details .lessons-part .lesson-list-wrapper .lesson-item .lesson-details {
    width: 100%;
  }
  section.wooprex-course-details-section .course-details-main-wrapper .course-details .lessons-part .lesson-list-wrapper .lesson-item .lesson-details p {
    padding: 0;
  }
  section.wooprex-course-details-section .course-details-main-wrapper .course-details .instructor-part .row {
    row-gap: 30px;
  }
  section.wooprex-course-details-section .course-details-main-wrapper .course-details .instructor-part .instructor-right p {
    padding: 0;
    padding-left: 20px;
  }
  section.wooprex-course-details-section .course-details-main-wrapper .course-details .student-review-part .rating {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 25px;
  }
  section.wooprex-course-details-section .course-details-main-wrapper .course-details .student-review-part .rating .total-rating,
  section.wooprex-course-details-section .course-details-main-wrapper .course-details .student-review-part .rating .total-options {
    width: 100%;
  }
  section.wooprex-course-details-section .course-details-main-wrapper .course-details .student-review-part .rating .total-options {
    padding-left: 0px;
    border-left: none;
  }
  section.wooprex-course-details-section .course-details-main-wrapper .course-details .student-review-part .rating .total-options .single-option .range-bar {
    width: 140px;
  }
  section.wooprex-course-details-section .course-details-main-wrapper .course-details .student-review-part .author-review-wrapper {
    flex-direction: column;
  }
  section.wooprex-course-details-section .course-details-main-wrapper .course-details .student-review-part .author-review-wrapper .author-review-item {
    width: 100%;
  }
  section.wooprex-course-details-section .course-details-main-wrapper .course-details .student-review-part .author-review-wrapper .author-review-item .author-details {
    width: 80%;
  }
  section.wooprex-course-details-section .course-details-main-wrapper .course-details .student-review-part .author-review-wrapper .author-review-item .author-details .review {
    margin: 14px 0px 6px 0px;
  }
  section.wooprex-course-details-section .course-details-main-wrapper .course-details .comment-part form .fname {
    padding-right: 0;
  }
  section.wooprex-course-details-section .wooprex-team-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .wooprex-sidebar.course-details {
    padding-top: 60px;
  }
  .wooprex-sidebar.course-details .buy-now-section .wooprex-countdown {
    gap: 5px;
  }
  .wooprex-sidebar.course-details .buy-now-section .wooprex-countdown .item {
    gap: 5px;
  }
  .wooprex-sidebar.course-details .latest-course .course-body .course-item a {
    flex-direction: column;
    align-items: flex-start;
  }
  .wooprex-sidebar.course-details .latest-course .course-body .course-item .course-details {
    width: 100%;
  }
  .wooprex-sidebar.course-details .latest-course .course-body .course-item .course-details h4 {
    margin-bottom: 10px;
  }
  /******************* BLOG PAGE *********************/
  section.wooprex-blog-list-section .blog-main-wrapper .row {
    row-gap: 40px;
  }
  section.wooprex-blog-list-section .blog-main-wrapper.has-sidebar .row {
    row-gap: inherit;
  }
  section.wooprex-blog-list-section .blog-main-wrapper.has-sidebar .row .row {
    row-gap: 40px;
  }
  /******************* BLOG DETAILS PAGE *********************/
  .wooprex-blog-header {
    margin-bottom: 20px;
  }
  .wooprex-blog-details .wooprex-blog-description {
    margin-bottom: 30px;
  }
  .wooprex-blog-details .wooprex-blog-description h3 {
    margin-bottom: 20px;
    font-size: 26px;
  }
  .wooprex-blog-details .wooprex-blog-thumbnail,
  .wooprex-blog-details .wooprex-blog-image {
    height: 400px;
  }
  .wooprex-blog-details .wooprex-blog-quote {
    height: auto;
    margin-bottom: 30px;
  }
  .wooprex-blog-details .wooprex-blog-quote blockquote {
    padding: 5px;
  }
  .wooprex-sidebar.style-1 {
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid #d4dafd;
  }
  .wooprex-sidebar.style-1.right {
    padding-left: 0;
  }
  .wooprex-sidebar.style-1.left {
    padding-right: 0;
  }
  .wooprex-sidebar.style-1 .wooprex-sidebar-category,
  .wooprex-sidebar.style-1 .wooprex-sidebar-archive,
  .wooprex-sidebar.style-1 .wooprex-sidebar-latest-post,
  .wooprex-sidebar.style-1 .wooprex-sidebar-tags {
    margin-top: 35px;
    padding-top: 35px;
  }
  .wooprex-sidebar.style-1 .wooprex-sidebar-latest-post .latest-post-item .post-details h5 {
    font-size: 18px;
  }
  /******************* CONTACT PAGE *********************/
  section.wooprex-contact-section form label {
    font-size: 14px;
    align-items: flex-start;
  }
  section.wooprex-contact-section form label span {
    width: 90%;
    line-height: 1.2em;
  }
  section.wooprex-contact-section form input.wooprex-btn {
    margin-top: 30px;
  }
  section.wooprex-contact-section .contact-location-wrapper {
    padding-top: 60px;
  }
  section.wooprex-contact-section .contact-location-wrapper .row {
    row-gap: 20px;
  }
  section.wooprex-contact-section .contact-location-wrapper .contact-location-item ul li {
    font-size: 16px;
  }
  section.wooprex-contact-section .contact-location-wrapper .contact-location-item ul li:first-child {
    font-size: 21px;
    margin: 16px 0px 8px 0px;
  }
  section.wooprex-contact-section .wooprex-follow-us h4 {
    margin-bottom: 25px;
  }
  section.wooprex-contact-section .wooprex-follow-us ul {
    gap: 10px;
  }
  .wooprex-google-map iframe {
    height: 350px;
  }
}
@media only screen and (max-width: 400px) {
  .header {
    font-size: 30px;
  }
  section.wooprex-tetimonial-section-two .section-header .header {
    font-size: 30px;
  }
  .wooprex-course-item .inner-top {
    height: 320px;
  }
  section.wooprex-banner-section .banner-main-wrapper .banner-text h1 {
    font-size: 33px;
  }
  section.wooprex-banner-section .banner-main-wrapper .banner-text h4 {
    font-size: 16px;
  }
  .wooprex-blog-header h2 {
    font-size: 22px;
  }
}