/* 

TemplateMo 586 Scholar

https://templatemo.com/tm-586-scholar

*/

/* ---------------------------------------------
Table of contents
------------------------------------------------
01. Font
02. Reset
03. Global
04. Pre-loader
05. Header
06. Banner
07. Services
08. Courses
09. Resources
10. Events
11. About
12. Team
13. Facts
14. Testimonials
15. Contact
16. Blog
17. Modal Blog
18. Newsletter
19. Course
20. PayPal
21. Dashboard
22. Forum
23. Footer
24. Responsive

--------------------------------------------- */
/* 
---------------------------------------------
Font
--------------------------------------------- 
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900');
/* 
---------------------------------------------
Reset
--------------------------------------------- 
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Poppins', sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #7a6ad8;
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  color: #1e1e1e;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 700;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 14px;
  line-height: 28px;
  color: #4a4a4a;
}

img {
  width: 100%;
  overflow: hidden;
}

/* 
---------------------------------------------
Global
--------------------------------------------- 
*/

html,
body {
  font-family: 'Poppins', sans-serif;
}

.btn:not(.buttons-html5, .buttons-print) {
  height: 50px;
  margin: 0 0.5rem;
  --bs-btn-font-size: 14px;
  --bs-btn-font-weight: 600;
  --bs-btn-padding-x: 1.55rem;
  --bs-btn-border-radius: 25px;
}

.btn-purple, .dt-buttons .btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #7a6ad8;
  --bs-btn-border-color: #7a6ad8;
  --bs-btn-hover-color: #7a6ad8;
  --bs-btn-hover-bg: #f1f0fe;
  --bs-btn-hover-border-color: #7a6ad8;
  --bs-btn-focus-shadow-rgb: 241, 240, 254;
  --bs-btn-active-color: #7a6ad8;
  --bs-btn-active-bg: #f1f0fe;
  --bs-btn-active-border-color: #7a6ad8;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #b6adeb;
  --bs-btn-disabled-border-color: #f1f0fe;
}

.page-link, .page-link:hover {
  color: #7a6ad8;
}

.active>.page-link, .page-link.active {
  background-color: #7a6ad8;
  border-color: #7a6ad8;
}

.btn-outline-purple {
  --bs-btn-color: #7a6ad8;
  --bs-btn-border-color: #7a6ad8;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #7a6ad8;
  --bs-btn-hover-border-color: #7a6ad8;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #7a6ad8;
  --bs-btn-active-border-color: #7a6ad8;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #b6adeb;
  --bs-btn-disabled-border-color: #f1f0fe;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-bg: #9FE2BF;
}

.luminis-purple input {
  width: 100%;
  height: 50px;
  border-radius: 25px;
  background-color: rgba(249, 235, 255, 0.15);
  border: none;
  outline: none;
  font-weight: 300;
  padding: 0px 20px;
  font-size: 14px;
  color: #fff;
  margin-top: 30px;
  position: relative;
  z-index: 3;
}

.luminis-purple input::placeholder {
  color: #fff;
}

.luminis-purple textarea {
  width: 100%;
  height: 120px;
  border-radius: 25px;
  background-color: rgba(249, 235, 255, 0.15);
  border: none;
  outline: none;
  font-weight: 300;
  padding: 20px;
  font-size: 14px;
  color: #fff;
  margin-top: 30px;
  position: relative;
  z-index: 3;
}

.luminis-purple textarea::placeholder {
  color: #fff;
}

.luminis-purple button {
  border: none;
  height: 50px;
  font-size: 14px;
  font-weight: 600;
  background-color: #fff;
  padding: 0px 25px;
  border-radius: 25px;
  color: #7a6ad8;
  transition: all .4s;
  position: relative;
  z-index: 3;
}

.luminis-purple button:hover {
  opacity: 0.8;
}

.luminis-purple .error {
  color: #fff;
}

::selection {
  background-color: #7a6ad8;
  color: #fff;
}

::-moz-selection {
  background-color: #7a6ad8;
  color: #fff;
}

.section {
  padding-top: 100px;
}

.section-heading {
  margin-bottom: 60px;
}

.section-heading h2 {
  font-size: 36px;
  font-weight: 600;
  margin: 20px 0;
  line-height: 44px;
}

.section-heading h2 em {
  color: #7a6ad8;
  font-style: normal;
}

.section-heading h6 {
  color: #7a6ad8;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}

.main-button a {
  display: inline-block;
  background-color: #fff;
  color: #7a6ad8;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  padding: 0px 25px;
  border-radius: 20px;
  transition: all .3s;
}

.main-button a:hover {
  background-color: #7a6ad8;
  color: #fff;
}

.main-button a.disabled {
  color: #fff;
  pointer-events: none;
  background-color: #b6adeb;
  border-color: #f1f0fe;
  opacity: 0.65;
}

.open-detail-button a {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  background-color: #fff;
  color: #7a6ad8;
  transition: all .3s;
}

.open-detail-button a:hover {
  background-color: #7a6ad8;
  color: #fff;
}

.button-border a {
  border: 1px solid #b6adeb;
}

.button-purple a {
  background-color: #7a6ad8;
  border: 1px solid #b6adeb;
  color: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.10);
}

.button-purple a:hover {
  background-color: #fff;
  color: #7a6ad8;
}

.card-header, .card-footer {
  background-color: #f1f0fe
}

.badge {
  font-size: 12px;
  font-weight: 400 !important;
  vertical-align: top;
}

.bg-purple {
  background-color: #7a6ad8;
  border: 1px solid #b6adeb;
}

.swal2-container, .swal2-html-container {
  font-size: 0.875em !important;
}

.swal2-title {
  font-size: 1.37em !important;
}

.swal2-border {
  border-radius: 25px !important;
}

.modal-title {
  font-size: 22px;
  font-weight: 600;
}

.modal-content {
  border-radius: 25px;
}

.luminis input {
  height: 50px;
  border: solid;
  border-radius: 25px;
  outline: none;
  color: #7a6ad8;
  font-weight: 300;
  font-size: 14px;
  padding: 0px 20px;
}

.luminis input::placeholder {
  color: #7a6ad8;
}

.luminis input:read-only {
  background-color: #f1f0fe;
  font-weight: 400;
  cursor: pointer;
}

.luminis input:disabled {
  background-color: #f1f0fe;
}

.luminis textarea {
  width: 100%;
  height: 120px;
  border-radius: 25px;
  border: solid;
  outline: none;
  font-weight: 300;
  padding: 20px;
  font-size: 14px;
  color: #7a6ad8;
  position: relative;
  z-index: 3;
}

.luminis textarea::placeholder {
  color: #7a6ad8;
}

.luminis .input-group-text {
  height: 50px;
  border: solid;
  border-radius: 25px 0 0 25px;
  background-color: #f1f0fe;
  outline: none;
  color: #7a6ad8;
  font-weight: 400;
  font-size: 14px;
  padding: 0px 20px;
}

.luminis a {
  color: #7a6ad8;
  transition: all .3s;
}

.luminis a:hover {
  opacity: 0.75;
}

.luminis .form-select {
  height: 50px;
  border: solid;
  border-radius: 25px;
  outline: none;
  color: #7a6ad8;
  font-weight: 300;
  font-size: 14px;
  padding: 0px 20px;
}

.luminis .form-check .form-check-input {
  height: 1.7em !important;
  margin-top: 0em;
  margin-right: .5em;
  cursor: pointer;
  width: 2em;
  border-radius: 25px;
}

.luminis .form-check .form-check-input:checked {
  background-color: #7a6ad8 !important;
}

.luminis .form-check .form-check-label {
  font-size: 14px;
  color: #7a6ad8;
  transition: all .3s;
  cursor: pointer;
}

.luminis .form-check .form-check-label:hover {
  opacity: 0.75;
}

.luminis .form-password {
  position: relative;
}

.luminis .form-password .togglePassword {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  padding-right: calc(0.25rem);
  right: calc(0.375em + 0.1875rem);
  top: 17px;
}

.luminis input[type=file] {
  width: 100%;
  padding: 0px;
  border: none;
}

.luminis input[type=file]::file-selector-button {
  height: 50px;
  color: #fff;
  background-color: #7a6ad8;
  border: solid;
  border-radius: 25px;
  border-color: #7a6ad8;
  cursor: pointer;
  transition: all .3s;
}

.luminis input[type=file]::file-selector-button:hover {
  background-color: #fff;
  color: #7a6ad8;
}

.luminis .drop-container {
  position: relative;
  display: flex;
  gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 200px;
  padding: 20px;
  border-radius: 10px;
  border: 2px dashed #1e1e1e;
  color: #7a6ad8;
  cursor: pointer;
  transition: all .3s;
}

.luminis .drop-container:hover {
  background-color: #f1f0fe;
  border-color: #7a6ad8;
}

.luminis .drop-container:hover .drop-title {
  color: #7a6ad8;
}

.luminis .drop-title {
  color: #1e1e1e;
  text-align: center;
}

.error {
  padding: 0px 20px;
  font-weight: 300;
  font-size: 14px;
  color: red;
}

.alert {
  font-size: 14px;
}

.avatar img {
  background-color: #fff;
  cursor: pointer;
}

.avatar img:hover {
  background-color: #7a6ad8;
}

.go-back a {
  font-size: 14px;
  font-weight: 500;
  color: #1e1e1e;
  transition: all .3s;
}

.go-back a.is_active,
.go-back a:hover {
  color: #7a6ad8;
}

.table-luminis tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color: #f1f0fe;
}

.table-luminis>:not(caption)>*>* {
  box-shadow: unset;
}

.message-question {
  background: #7a6ad8;
  border-radius: 0 10px 10px 10px;
  padding: 7px 10px !important;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  max-width: 90%;
  word-wrap: break-word;
}

.message-answer {
  background: #f1f0fe;
  border-radius: 10px 0 10px 10px;
  padding: 7px 10px !important;
  font-size: 14px;
  color: #7a6ad8;
  display: inline-block;
  word-wrap: break-word;
  max-width: 90%;
  text-align: left;
}

.message-time {
  font-size: 12px;
  text-align: right;
  color: #7a6ad8;
}

#legal-content p {
  margin: 10px 0;
}

#legal-content li {
  font-size: 14px;
  color: #4a4a4a;
  list-style: disc;
  margin-left: 40px;
}

/* 
---------------------------------------------
Pre-loader
--------------------------------------------- 
*/

.js-preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.99);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.js-preloader.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@-webkit-keyframes dot {
  50% {
    -webkit-transform: translateX(96px);
    transform: translateX(96px);
  }
}

@keyframes dot {
  50% {
    -webkit-transform: translateX(96px);
    transform: translateX(96px);
  }
}

@-webkit-keyframes dots {
  50% {
    -webkit-transform: translateX(-31px);
    transform: translateX(-31px);
  }
}

@keyframes dots {
  50% {
    -webkit-transform: translateX(-31px);
    transform: translateX(-31px);
  }
}

.preloader-inner {
  position: relative;
  width: 142px;
  height: 40px;
  background-color: transparent;
}

.preloader-inner .dot {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 12px;
  left: 15px;
  background-color: #7a6ad8;
  border-radius: 50%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-animation: dot 2.8s infinite;
  animation: dot 2.8s infinite;
}

.preloader-inner .dots {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  margin-top: 12px;
  margin-left: 31px;
  -webkit-animation: dots 2.8s infinite;
  animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin-left: 16px;
  background-color: #7a6ad8;
  border-radius: 50%;
}

/* 
---------------------------------------------
Header
--------------------------------------------- 
*/

.background-header {
  background-color: #7a6ad8 !important;
  border-radius: 0px 0px 25px 25px;
  height: 80px !important;
  position: fixed !important;
  top: 0 !important;
  left: 0;
  right: 0;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15) !important;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area {
  position: absolute;
  background-color: transparent;
  top: 40px;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  background-color: transparent;
  display: flex
}

.header-area .main-nav .logo {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: inline-block;
}

.header-area .main-nav .logo h1 {
  font-size: 36px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid rgba(250, 250, 250, 0.3);
}

.background-header .main-nav .logo,
.background-header .main-nav #search {
  margin-top: 18px;
}

.header-area .main-nav #search {
  position: relative;
}

.header-area .main-nav #search input {
  background-color: rgba(255, 255, 255, 0.10);
  height: 44px;
  width: 250px;
  border-radius: 23px;
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  padding: 0px 20px 0px;
}

.header-area .main-nav #search input::placeholder {
  color: rgba(250, 250, 250, 0.75);
}

.header-area .main-nav #search i {
  position: absolute;
  color: #fff;
  right: 20px;
  top: 15px;
  font-size: 16px;
}

.header-area .main-nav ul.nav {
  border-radius: 0px 0px 25px 25px;
  flex-basis: 100%;
  margin-right: 0px;
  justify-content: right;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li {
  padding-left: 5px;
  padding-right: 5px;
  height: 40px;
  line-height: 40px;
}

.header-area .main-nav .nav li a {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 20px;
  font-weight: 300;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  text-transform: capitalize;
  color: #fff;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  border: transparent;
  letter-spacing: .25px;
}

.background-header .main-nav .nav {
  margin-top: 20px;
}
.header-area .main-nav .nav li:hover a {
  opacity: 0.8;
}
.header-area .main-nav .nav li a.active {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.10);
  opacity: 1;
}
.header-area .main-nav .nav li.menu-login a {
  color: #7a6ad8;
  background-color: #fff;
  font-weight: 600;
}
.header-area .main-nav .nav li.menu-login a.active {
  opacity: 1;
}

.background-header .main-nav .nav li:hover a {
  opacity: 0.8;
}
.background-header .main-nav .nav li a.active {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.10);
  opacity: 1;
}
.background-header .main-nav .nav li.menu-login a {
  color: #7a6ad8;
  background-color: #fff;
  font-weight: 600;
}
.background-header .main-nav .nav li.menu-login a.active {
  opacity: 1;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  position: absolute;
  top: 33px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 20px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 20px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: '';
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #fff;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #fff;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #fff;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #fff;
}

.header-area.header-sticky .nav li a.active {
  color: #fff;
}

.visible{
  display:inline !important;
}

.dropdown-menu {
  background-color: #f1f0fe;
  left: 0;
  right: 0;
  padding: 0;
  border: 0;
  border-radius: 25px;
}

.dropdown-menu li {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.dropdown-menu li:last-child {
  padding-right: 0px !important;
}

.dropdown-submenu a {
    color: #4a4a4a !important;
}

.dropdown-submenu a:hover {
  background-color: #7a6ad8;
  color: #fff !important;
}

.nav li:hover > ul.dropdown-menu {
    display: block;
}

.image-center-cropped {
  object-fit: cover;
  object-position: center;
  height: 40px;
  width: 70px;
  position: relative;
  margin: 5px;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 2px;
    padding-right: 2px;
  }
  .header-area .main-nav .nav li a {
    padding-left: 10px;
    padding-right: 10px;
  }

}

@media (max-width: 767px) {
  .background-header .main-nav .nav,
  .header-area .main-nav .nav {
    background-color: #f1f0fe;
  }
  .background-header .main-nav .nav li a,
  .header-area .main-nav .nav li a {
    line-height: 50px;
    height: 50px;
    font-weight: 400;
    color: #1e1e1e;
    background-color: #f1f0fe;
    border-radius: 0px 0px 25px 25px;
  }
  .dropdown-menu li a {
    border-radius: 25px !important;
  }
  .background-header .main-nav .nav li.menu-login a,
  .header-area .main-nav .nav li.menu-login a {
    line-height: 50px;
    height: 50px;
    font-weight: 400;
    color: #fff;
    background-color: #7a6ad8;
    border-radius: 0px 0px 25px 25px;
  }
  .background-header .main-nav .nav li,
  .header-area .main-nav .nav li {
    border-top: 1px solid #ddd;
    background-color: #f1f0fe;
    height: 50px;
    border-radius: 0px 0px 25px 25px;
  }
  .dropdown-menu li {
    border-radius: 25px !important;
  }
  .background-header .main-nav .nav li:last-child,
  .header-area .main-nav .nav li:last-child {
    border-radius: 0px 0px 25px 25px;
  }
  .dropdown-menu li:last-child {
    border-radius: 25px !important;
  }
  .header-area .main-nav .nav {
    height: auto;
    flex-basis: 100%;
  }
  .header-area .main-nav .logo {
    position: absolute;
    left: 30px;
    top: 0px;
  }
  .background-header .main-nav .logo {
    top: 0px;
  }
  .background-header .main-nav .border-button {
    top: 0px !important;
  }
  .header-area .main-nav .border-button {
    position: absolute;
    top: 15px;
    right: 70px;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #7a6ad8 !important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.menu-login a:hover,
  .header-area.header-sticky .nav li.menu-login a.active {
    color: #fff;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background-color: transparent;
    padding: 0px 15px;
    height: 80px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 0px;
    margin-top: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 100px !important;
  }
  .background-header.header-sticky .nav {
    margin-top: 80px !important;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background-color: #fff;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

/* 
---------------------------------------------
Banner
--------------------------------------------- 
*/

.main-banner {
  background-image: url(../images/banner-bg.jpg);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 170px 0px 120px 0px;
}

.main-banner .item-1 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.17), rgba(0, 0, 0, 0.17)), url(https://img-b2c.s3.us-east-2.amazonaws.com/img-web/carousel-3.jpg);
}

.main-banner .item-2 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.17), rgba(0, 0, 0, 0.17)), url(https://img-b2c.s3.us-east-2.amazonaws.com/img-web/img-carousel-2-home.jpg);
}

.main-banner .item-3 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.17), rgba(0, 0, 0, 0.17)), url(https://img-b2c.s3.us-east-2.amazonaws.com/img-web/about/img-sitio-about-abajo.png);
}

.main-banner .item {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 25px;
  padding: 100px 100px;
  margin-left: 130px;
}

.main-banner .item span.category {
  background-color: #7a6ad8;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 5px 15px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 50px;
}

.main-banner .item h2 {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  line-height: 70px;
  width: 60%;
  margin-bottom: 40px;
}

.main-banner .item p {
  color: #fff;
  width: 65%;
}

.main-banner .item .buttons {
  display: flex;
  margin-top: 50px;
}

.main-banner .item .buttons .main-button {
  margin-right: 30px;
}

.main-banner .item .buttons .main-button a {
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
}

.main-banner .item .buttons .icon-button i {
  color: #7a6ad8;
  background-color: #fff;
  display: inline-block;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 16px;
}

.main-banner .item .buttons .icon-button a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.main-banner .owl-nav {
  position: absolute;
  max-width: 1320px;
  bottom: 23px;
  left: 0;
  text-align: right;
}

.main-banner .owl-nav .owl-prev i,
.main-banner .owl-nav .owl-next i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  display: inline-block;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transition: all .3s;
}

.main-banner .owl-nav .owl-prev i {
  position: absolute;
  bottom: 65px;
}

.main-banner .owl-nav .owl-prev i:hover,
.main-banner .owl-nav .owl-next i:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

/* 
---------------------------------------------
Services
--------------------------------------------- 
*/

.services .service-item:hover .icon img {
  margin-top: -10px;
}

.services .service-item {
  position: relative;
  margin-top: 95px;
}

.services .service-item .icon {
  width: 190px;
  height: 190px;
  display: inline-block;
  text-align: center;
  line-height: 190px;
  background-color: #7a6ad8;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: -95px;
}

.services .service-item .icon img {
  max-width: 86px;
  transition: all .2s;
}

.services .service-item .main-content {
  border-radius: 25px;
  padding: 80px 30px 50px 30px;
  background-color: #f1f0fe;
  margin-bottom: 30px;
  margin-right: 80px;
  transition: all .4s;
}

.services .service-item h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 30px;
  transition: all .4s;
}

.services .service-item p {
  color: #4a4a4a;
  margin-bottom: 25px;
}

/* 
---------------------------------------------
Courses
--------------------------------------------- 
*/

.courses .section-heading {
  text-align: center;
}

.event_filter {
  text-align: center;
  background-color: #f1f0fe;
  border-radius: 50px;
  padding: 15px 40px;
  list-style: none;
  margin: 0 auto 70px;
  max-width: max-content;
}

.event_filter li {
  display: inline-block;
  margin: 0px 20px;
}

.event_filter li a {
  font-size: 14px;
  font-weight: 500;
  color: #1e1e1e;
  transition: all .3s;
}

.event_filter li a.is_active,
.event_filter li a:hover {
  color: #7a6ad8;
}

.event_filter .expiry {
  background-color: #7a6ad8;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 15px;
  border-radius: 20px;
  display: inline-block;
  cursor: pointer;
}

#expiry-tbody th, #expiry-tbody td {
  font-size: 13px;
  color: #7a6ad8;
}

.events_item .thumb {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
}

.events_item .thumb img {
  margin-bottom: -5px;
}

.events_item .thumb span.category {
  position: absolute;
  left: 30px;
  top: 30px;
  font-size: 14px;
  text-transform: uppercase;
  color: #7a6ad8;
  background-color: rgba(250, 250, 250, 0.95);
  padding: 8px 20px;
  border-radius: 25px;
  font-weight: 500;
  display: inline-block;
}

.events_item .thumb span.price {
  position: absolute;
  right: -30px;
  top: -50px;
  background-color: rgba(122, 106, 216, 0.95);
  width: 130px;
  height: 130px;
  border-radius: 50%;
  display: inline-block;
  transition: all .3s;
}

.events_item .thumb span.price h6 {
  margin-top: 72px;
  margin-right: 37px;
  font-size: 28px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  text-align: end;
}

.events_item .thumb span.price em {
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  vertical-align: top;
}

.events_item {
  background-color: #f1f0fe;
  border-radius: 25px;
  margin-bottom: 30px;
  position: relative;
  justify-content: center;
  align-items: center;
} 

.events_item .down-content {
  padding: 20px 30px 25px 30px;
}

.events_item .down-content span.author {
  color: #7a6ad8;
  font-size: 15px;
  display: inline-block;
  margin-bottom: 6px;
}

.events_item .down-content h4 {
  font-size: 22px;
  font-weight: 600;
  transition: all .3s;
}

.events_item:hover .down-content h4 {
  color: #7a6ad8;
}

.events_item:hover .thumb span.price {
  transform: scale(1.2);
}

/* 
---------------------------------------------
Resources
--------------------------------------------- 
*/

.resources {
  margin-top: 50px;
  margin-bottom: 100px;
  position: relative;
}

.resources:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 105%;
  background-color: #f1f0fe;
  content: '';
  border-top-right-radius: 500px;
  border-bottom-right-radius: 500px;
}

.resources .section-heading {
  margin-bottom: 0px;
  text-align: center;
}

.resources .section-heading p {
  margin-top: 50px;
}

.resources span.category {
  background-color: #7a6ad8;
  color: #fff;
  font-size: 14px;
  padding: 5px 15px;
  border-radius: 20px;
  display: inline-block;
  margin-top: 30px;
}

.resources .resources-content {
  border-radius: 25px;
  padding: 80px;
  background-color: #7a6ad8;
  position: relative;
  z-index: 1;
}

.resources .resources-content::before {
  background: url(../images/contact-dec-01.png);
  position: absolute;
  transform: translateX(-149px);
  opacity: 0.5;
  top: 0;
  width: 318px;
  height: 119px;
  content: '';
  z-index: -1;
}

.resources .resources-content::after {
  background: url(../images/contact-dec-02.png);
  position: absolute;
  right: 0;
  bottom: 0;
  width: 183px;
  height: 149px;
  content: '';
  z-index: 2;
}

.resources .resources-content p {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  border-bottom: 1px solid #ddd;
}

.resources-content .more-info {
  text-align: center;
  background: rgb(85,0,227);
  background: linear-gradient(90deg, rgba(85,0,227,1) 0%, rgba(198,61,255,1) 100%);
  border-radius: 0px 0px 23px 23px;
  padding: 45px 30px 15px 30px;
}

.resources-content .more-info .info-item {
  text-align: center;
  margin-bottom: 30px;
}

.resources-content .more-info i {
  font-size: 32px;
  color: #fff;
  margin-bottom: 15px;
}

.resources-content .more-info h4 a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.resource_filter {
  text-align: center;
  background-color: #f1f0fe;
  border-radius: 50px;
  padding: 15px 40px;
  list-style: none;
  margin: 0 auto 70px;
  max-width: max-content;
}

.resource_filter li {
  display: inline-block;
  margin: 0px 20px;
}

.resource_filter li a {
  font-size: 14px;
  font-weight: 500;
  color: #1e1e1e;
  transition: all .3s;
}

.resource_filter li a.is_active,
.resource_filter li a:hover {
  color: #7a6ad8;
}

.free_filter {
  text-align: center;
  background-color: #f1f0fe;
  border-radius: 50px;
  padding: 15px 40px;
  list-style: none;
  margin: 0 auto 70px;
  max-width: max-content;
}

.free_filter li {
  display: inline-block;
  margin: 0px 20px;
}

.free_filter li a {
  font-size: 14px;
  font-weight: 500;
  color: #1e1e1e;
  transition: all .3s;
}

.free_filter li a.is_active,
.free_filter li a:hover {
  color: #7a6ad8;
}

/* 
---------------------------------------------
Events
--------------------------------------------- 
*/

.events {
  margin-top: 1px;
}

.events .section-heading {
  margin-bottom: 100px;
  text-align: center;
}

.events .item {
  background-color: #f1f0fe;
  border-radius: 25px;
  position: relative;
  padding: 40px;
  margin-bottom: 96px;
}

.events .item .image {
  position: relative;
}

.events .item .image img {
  position: absolute;
  border-radius: 25px;
  max-width: 260px;
  left: 0;
  top: -70px;
}

.events .item ul li {
  display: inline-block;
  width: 17.5%;
  vertical-align: middle;
}

.events .item ul li:first-child {
  width: 35%;
}

.events .item ul li:nth-of-type(2) {
  width: 28%;
}

.events .item ul li span.category {
  font-size: 14px;
  text-transform: uppercase;
  color: #7a6ad8;
  background-color: #fff;
  padding: 8px 20px;
  border-radius: 25px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 20px;
}

.events .item ul li h4 {
  font-size: 22px;
  font-weight: 600;
}

.events .item ul li span {
  display: inline-block;
  font-size: 14px;
  color: #4a4a4a;
  margin-bottom: 10px;
}

.events .item ul li h6 {
  font-size: 16px;
  color: #7a6ad8;
  font-weight: 600;
}

.events .item a {
  position: absolute;
  right: 0;
  top: 22px;
  background-color: #7a6ad8;
  width: 30px;
  height: 120px;
  display: inline-block;
  text-align: center;
  line-height: 120px;
  font-size: 18px;
  z-index: 1;
  color: #fff;
  border-radius: 60px 0px 0px 60px;
  transition: all .3s;
}

.events .item:hover a {
  width: 60px;
}

/* 
---------------------------------------------
About
--------------------------------------------- 
*/

.about-us {
  margin-top: 1px;
  position: relative;
}

.about-us:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 84%;
  height: 105%;
  background-color: #f1f0fe;
  content: '';
  border-top-left-radius: 500px;
  border-bottom-left-radius: 500px;
}

.accordion {
  margin-top: -40px;
  margin-bottom: -40px;
  background-color: #7a6ad8;
  border-radius: 40px;
  padding: 80px 50px 50px 50px;
}

.accordion-item {
  background-color: #fff;
  border-radius: 40px !important;
  margin-bottom: 30px;
  border: none;
}

.accordion-item .accordion-button {
  outline: none;
  box-shadow: none;
  border-radius: 40px !important;
}

.accordion-button:not(.collapsed) {
  color: #7a6ad8;
  background-color: #fff;
}

h2.accordion-header button {
  padding: 15px 25px;
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 600;
}

.accordion-button::after {
  font-size: 18px;
  font-weight: 500;
  background-image: none;
  content: '+';
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  background-color: #7a6ad8;
  color: #fff;
}

.accordion-button:not(.collapsed)::after {
  background-image: none;
  line-height: 32px;
  content: '-';
}

.accordion-body {
  padding: 0px 25px 30px 25px;
  font-size: 14px;
  color: #4a4a4a;
}

.accordion-body p {
  margin-top: 30px;
}

.about-us .section-heading {
  margin-left: 60px;
  margin-bottom: 0px;
}

.about-us .section-heading p {
  margin-top: 30px;
}

.about-us .section-heading .main-button {
  margin-top: 50px;
}

/* 
---------------------------------------------
Team
--------------------------------------------- 
*/

.team {
  margin-top: 50px;
  padding-top: 200px;
}

.team-member {
  position: relative;
}

.team-member:hover img {
  top: -120px;
}

.team-member img {
  object-fit: cover;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  position: absolute;
  top: -110px;
  left: 50%;
  transform: translateX(-110px);
  transition: all .3s;
}

.team-member .main-content {
  border-radius: 25px;
  padding: 140px 30px 40px 30px;
  background-color: #f1f0fe;
  text-align: center;
}

.team-member .main-content span.category {
  color: #7a6ad8;
  font-size: 15px;
}

.team-member .main-content h4 {
  font-size: 22px;
  font-weight: 600;
  margin-top: 8px;
  margin-bottom: 15px;
}

.team-member .main-content ul li {
  display: inline-block;
  margin: 0px 2px;
}

.team-member .main-content ul li a {
  background-color: #fff;
  color: #7a6ad8;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all .3s;
}

.team-member .main-content ul li a:hover {
  background-color: #7a6ad8;
  color: #fff;
}

/* 
---------------------------------------------
Facts
--------------------------------------------- 
*/

.fun-facts {
  position: relative;
  padding: 120px 0px 80px 0px;
  overflow: hidden;
  margin-top: 100px;
}

.fun-facts:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 95%;
  height: 100%;
  background-color: #7a6ad8;
  content: '';
  border-top-right-radius: 500px;
  border-bottom-right-radius: 500px;
}

.fun-facts:after {
  background: url(../images/contact-dec-01.png);
  position: absolute;
  left: 15%;
  opacity: 0.5;
  top: 0;
  width: 318px;
  height: 119px;
  content: '';
  z-index: 2;
}

.fun-facts .counter {
  text-align: center;
  margin-bottom: 40px;
}

.fun-facts h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
}

.fun-facts h2::after {
  content: '+';
  margin-left: 5px;
}

.fun-facts p {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  margin-top: 15px;
}

/* 
---------------------------------------------
Testimonials
--------------------------------------------- 
*/

.testimonials {
  position: relative;
  padding: 80px 0px;
  margin-top: 100px;
}

.testimonials:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 65%;
  height: 100%;
  background-color: #f1f0fe;
  content: '';
  border-top-left-radius: 500px;
  border-bottom-left-radius: 500px;
}

.testimonials .section-heading {
  margin-bottom: 0px;
  margin-left: 60px;
  vertical-align: middle;
}

.testimonials .section-heading p {
  margin-top: 50px;
}

.testimonials .item {
  background-color: #7a6ad8;
  border-radius: 25px;
  padding: 80px;
}

.testimonials .item p {
  font-size: 18px;
  line-height: 40px;
  color: #fff;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 40px;
}

.testimonials .item img {
  border-radius: 10px;
  max-width: 100px;
  float: left;
  margin-right: 25px;
}

.testimonials .item span {
  display: inline-block;
  margin-top: 20px;
  font-size: 15px;
  color: #fff;
}

.testimonials .item h4 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin-top: 8px;
}

.testimonials .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-5px);
  right: -25px;
  text-align: right;
}

.testimonials .owl-nav .owl-prev i,
.testimonials .owl-nav .owl-next i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  display: inline-block;
  color: #7a6ad8;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.10);
  transition: all .3s;
}

.testimonials .owl-nav .owl-prev i {
  position: absolute;
  bottom: 65px;
}

.testimonials .owl-nav .owl-prev i:hover,
.testimonials .owl-nav .owl-next i:hover {
  color: #fff;
  background-color: #8d7dde;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

/* 
---------------------------------------------
Contact
--------------------------------------------- 
*/

.contact-us {
  margin-top: 100px;
  position: relative;
}

.contact-us:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 65%;
  height: 105%;
  background-color: #f1f0fe;
  content: '';
  border-top-right-radius: 500px;
  border-bottom-right-radius: 500px;
}

.contact-us .section-heading {
  margin-right: 110px;
  margin-bottom: 0px;
}

.contact-us .section-heading p {
  margin-top: 50px;
}

.contact-us span.category {
  background-color: #7a6ad8;
  color: #fff;
  font-size: 14px;
  padding: 5px 15px;
  border-radius: 20px;
  display: inline-block;
  margin-top: 30px;
}

.contact-us .special-offer {
  background-color: #fff;
  border-radius: 25px;
  padding: 30px 120px;
  display: inline-block;
  position: relative;
}

.contact-us .special-offer span.offer {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #7a6ad8;
  padding: 30px 8px;
  line-height: 25px;
  height: 120px;
  border-radius: 15px 60px 60px 15px; 
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
}

.contact-us .special-offer span.offer em {
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  vertical-align: top;
}

.contact-us .special-offer h6 {
  font-size: 15px;
  color: #4a4a4a;
  font-weight: 400;
  margin-bottom: 15px;
}

.contact-us .special-offer h6 em {
  font-style: normal;
  text-transform: none;
  color: #7a6ad8;
  font-weight: 600;
}

.contact-us .special-offer h4 {
  font-size: 22px;
  font-weight: 600;
}

.contact-us .special-offer h4 em {
  font-style: normal;
  color: #7a6ad8;
}

.contact-us .special-offer a {
  position: absolute;
  right: 30px;
  top: 35px;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  background-color: #7a6ad8;
  color: #fff;
  border-radius: 50%;
}

.contact-us .special-offer a:hover {
  opacity: .7;
}

.contact-us .contact-us-content {
  border-radius: 25px;
  padding: 80px;
  background-color: #7a6ad8;
  position: relative;
  z-index: 1;
}

.contact-us .contact-us-content::before {
  background: url(../images/contact-dec-01.png);
  position: absolute;
  left: 50%;
  transform: translateX(-149px);
  opacity: 0.5;
  top: 0;
  width: 318px;
  height: 119px;
  content: '';
  z-index: 2;
}

.contact-us .contact-us-content::after {
  background: url(../images/contact-dec-02.png);
  position: absolute;
  right: 0;
  bottom: 0;
  width: 183px;
  height: 149px;
  content: '';
  z-index: 2;
}

.contact-us .contact-us-content p {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  border-bottom: 1px solid #ddd;
  transition: all .3s;
}

.contact-us-content .down-content:hover {
  background-color: #fff;
  border-radius: 5px;
}

.contact-us-content .down-content:hover p {
  color: #7a6ad8;
}

.contact-us-content .more-info {
  text-align: center;
  background: rgb(85,0,227);
  background: linear-gradient(90deg, rgba(85,0,227,1) 0%, rgba(198,61,255,1) 100%);
  border-radius: 0px 0px 23px 23px;
  padding: 45px 30px 15px 30px;
}

.contact-us-content .more-info .info-item {
  text-align: center;
  margin-bottom: 30px;
}

.contact-us-content .more-info i {
  font-size: 32px;
  color: #fff;
  margin-bottom: 15px;
}

.contact-us-content .more-info h4 a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

/* 
---------------------------------------------
Blog
--------------------------------------------- 
*/

.blog {
  position: relative;
  padding: 0px;
  margin-top: 130px;
}

.blog:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #f1f0fe;
  content: '';
  border-top-left-radius: 500px;
  border-bottom-left-radius: 500px;
}

.blog .section-heading {
  margin: 100px 0px 20px 60px;
  vertical-align: middle;
}

.blog .item {
  background-color: #7a6ad8;
  border-radius: 25px;
  padding: 10px;
}

.blog .thumb {
  height: 12rem;
  position: relative;
  border-radius: 25px;
  overflow: hidden;
}

.blog .item img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.blog .item h4 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin-top: 8px;
  text-align: center;
  min-height: 100px;
}

.blog .owl-nav {
  position: absolute;
  top: 40%;
  transform: translateY(-5px);
  right: 15px;
  text-align: right;
  margin-top: 0px !important;
}

.blog .owl-nav [class*=owl-] {
  margin: 0px !important;
}

.blog .owl-nav [class*=owl-]:hover {
  background-color: transparent !important;
}

.blog .owl-nav .owl-prev i,
.blog .owl-nav .owl-next i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  display: inline-block;
  color: #7a6ad8;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.10);
  transition: all .3s;
}

.blog .owl-nav .owl-prev i {
  position: absolute;
  bottom: 65px;
}

.blog .owl-nav .owl-prev i:hover,
.blog .owl-nav .owl-next i:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

/* 
---------------------------------------------
Modal Blog
--------------------------------------------- 
*/

.modal-blog {
  margin-top: 0px;
  position: relative;
}

.modal-blog span.category {
  background-color: #7a6ad8;
  color: #fff;
  font-size: 14px;
  padding: 5px 15px;
  border-radius: 20px;
  display: inline-block;
  margin-top: 30px;
}

.modal-blog img {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
}

.modal-blog h2 {
  font-size: 36px;
  font-weight: 600;
  margin: 20px 0;
  line-height: 44px;
}

.modal-blog h6 {
  color: #7a6ad8;
  font-size: 14px;
  font-weight: 600;
}

/* 
---------------------------------------------
Newsletter
--------------------------------------------- 
*/

.newsletter {
  position: relative;
  padding: 60px 50px 60px 50px;
  overflow: hidden;
  margin-top: 100px;
}

.newsletter:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 95%;
  height: 100%;
  background-color: #7a6ad8;
  content: '';
  border-top-right-radius: 500px;
  border-bottom-right-radius: 500px;
}

.newsletter:after {
  background: url(../images/contact-dec-01.png);
  position: absolute;
  right: 5%;
  opacity: 0.5;
  top: 0;
  width: 318px;
  height: 119px;
  content: '';
  z-index: 2;
}

.newsletter h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
}

.newsletter p {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  margin-top: 15px;
}

/* 
---------------------------------------------
Course
--------------------------------------------- 
*/

.course {
  position: relative;
  padding: 30px 0px;
  margin-top: 40px;
}

.course:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 97%;
  height: 100%;
  background-color: #f1f0fe;
  content: '';
  border-top-right-radius: 500px;
  border-bottom-right-radius: 500px;
}

.course .course-video {
  border-radius: 20px;
  padding: 20px;
  background-color: #7a6ad8;
  position: relative;
  z-index: 1;
}

.course video {
  border-radius: 10px;
}

.course img {
  border-radius: 20px;
}

.videos {
  position: relative;
  padding: 80px 0px;
  margin-top: 40px;
}

.videos:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 65%;
  height: 100%;
  background-color: #f1f0fe;
  content: '';
  border-top-left-radius: 500px;
  border-bottom-left-radius: 500px;
}

.videos .section-heading {
  margin-bottom: 0px;
  margin-left: 60px;
  vertical-align: middle;
}

.videos .section-heading p {
  margin-top: 50px;
}

.videos .item {
  background-color: #7a6ad8;
  border-radius: 25px;
  padding: 80px 10px;
}

.videos .item p {
  font-size: 18px;
  line-height: 40px;
  color: #fff;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 40px;
}

.videos .item img {
  border-radius: 50%;
  max-width: 100px;
  float: left;
  margin-right: 25px;
}

.videos .item span {
  display: inline-block;
  margin-top: 20px;
  font-size: 15px;
  color: #fff;
}

.videos .item h4 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin-top: 8px;
  text-align: center;
  min-height: 100px;
}

.videos .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-5px);
  right: 15px;
  text-align: right;
  margin-top: 0px !important;
}

.videos .owl-nav [class*=owl-] {
  margin: 0px !important;
}

.videos .owl-nav [class*=owl-]:hover {
  background-color: transparent !important;
}

.videos .owl-nav .owl-prev i,
.videos .owl-nav .owl-next i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  display: inline-block;
  color: #7a6ad8;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.10);
  transition: all .3s;
}

.videos .owl-nav .owl-prev i {
  position: absolute;
  bottom: 65px;
}

.videos .owl-nav .owl-prev i:hover,
.videos .owl-nav .owl-next i:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

/* 
---------------------------------------------
PayPal
--------------------------------------------- 
*/

.paypal {
  position: relative;
  padding: 30px 0px;
  margin-top: 40px;
}

.paypal:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 97%;
  height: 100%;
  background-color: #f1f0fe;
  content: '';
  border-top-right-radius: 500px;
  border-bottom-right-radius: 500px;
}

.paypal .paypal-content {
  border-radius: 25px;
  padding: 30px;
  background-color: #7a6ad8;
  position: relative;
  z-index: 1;
}

.paypal .paypal-content::before {
  background: url(../images/contact-dec-01.png);
  position: absolute;
  left: 50%;
  transform: translateX(-149px);
  opacity: 0.5;
  top: 0;
  width: 318px;
  height: 119px;
  content: '';
  z-index: 2;
}

.paypal .paypal-content::after {
  background: url(../images/contact-dec-02.png);
  position: absolute;
  right: 0;
  bottom: 0;
  width: 183px;
  height: 149px;
  content: '';
  z-index: 2;
}

.paypal .paypal-video {
  border-radius: 25px;
  padding: 30px;
  background-color: #7a6ad8;
  position: relative;
  z-index: 1;
}

.paypal p {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}

.paypal p a {
  color: #fff;
}

.paypal img {
  width: auto;
}

.overlay{
  position: absolute;
  left: 0; 
  top: 0; 
  right: 0; 
  bottom: 0;
  z-index: 99;
  background-color: rgba(255,255,255,0.8);
}

.overlay-content {
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
}

#paypal_container {
  background-color: #fff;
  padding-right: calc(var(--bs-gutter-x)* .5);
  padding-left: calc(var(--bs-gutter-x)* .5);
  padding-top: calc(var(--bs-gutter-x)* .5);
  padding-bottom: calc(var(--bs-gutter-x)* .5);
  border-radius: 25px;
  margin-top: 30px;
}

/* 
---------------------------------------------
Dashboard
--------------------------------------------- 
*/

.bg-gradient-primary {
  background-image: linear-gradient(310deg, #7a6ad8 0%, #b6adeb 100%);
}

.icon-shape {
  width: 48px;
  height: 48px;
  background-position: center;
  border-radius: 0.75rem;
}

.icon-shape i {
  color: #fff;
  top: 11px;
  position: relative;
  font-size: 26px;
}

#modalVideoPlayer .modal-dialog {
  max-width: 800px;
}

#modalVideoPlayer .modal-body {
  padding:0px;
}

#modalVideoPlayer .btn-close {
  position:absolute;
  right:-30px;
  top:0;
}

.dropify-wrapper {
  border: 2px dashed #7a6ad8;
  border-radius: 25px;
}
.dropify-wrapper input {
  height: 100%;
}

#learnings_sortable li {
  margin: 3px;
  padding: 1em 1.5em;
  background-color: #f1f0fe;
  border-radius: 25px;
  color: #1e1e1e;
  font-size: 14px;
  font-weight: 300;
}

#learnings_sortable li i:first-child {
  margin-left: -10px;
  padding-right: 10px;
  cursor: pointer;
}

#learnings_sortable li i:last-child {
  line-height: 20px;
  padding-left: 10px;
  cursor: pointer;
}

#videos_sortable li {
  margin: 3px;
}

#videos_sortable li i:first-child {
  height: 50px;
  border: solid;
  border-radius: 25px 0 0 25px;
  background-color: #f1f0fe;
  outline: none;
  color: #7a6ad8;
  padding-top: 15px;
  cursor: pointer;
}

#videos_sortable li i:last-child {
  height: 50px;
  border: solid;
  border-radius: 0 25px 25px 0;
  background-color: #f1f0fe;
  outline: none;
  color: #7a6ad8;
  padding-top: 15px;
  cursor: pointer;
}

#videos_sortable li i:nth-last-child(2) {
  height: 50px;
  border: solid;
  background-color: #f1f0fe;
  outline: none;
  color: #7a6ad8;
  padding-top: 15px;
  cursor: pointer;
}

#videos_sortable input {
  height: 50px;
  border: solid;
  outline: none;
  color: #7a6ad8;
  font-weight: 300;
  font-size: 14px;
}

#videos_sortable input::placeholder {
  color: #7a6ad8;
}

.bootstrap-select 
.dropdown-toggle 
.filter-option-inner-inner {
  height: 35px;
  align-items: center;
  display: flex;
}

.bootstrap-select>.dropdown-toggle {
  margin: 0;
  font-weight: 300;
  font-size: 14px;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder, 
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus {
  color: #fff;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder.show, 
.bootstrap-select>.dropdown-toggle.bs-placeholder:active, 
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
  color: #7a6ad8;
}

.note-btn-group .note-btn {
  height: auto;
  margin: 0;
}

.image-avatar {
  position: relative;
  z-index: 1;
  display: inline-block;
}

.image-avatar span {
  cursor: pointer;
  display: none;
  position: absolute;
  justify-content: center;
  align-items: center;
  top: -5px;
  right: 10px;
  border-radius: 100px;
  text-align: center;
  width: 20px;
  height: 20px;
}

.image-avatar span img {
  margin: 0 !important;
  width: 15px;
  height: 15px;
  background-color: transparent;
}

.image-avatar:hover span {
  display: flex;
}

.image-avatar span img:hover {
  background-color: transparent;
}

/* 
---------------------------------------------
Forum
--------------------------------------------- 
*/

.forum .forum-item:hover .icon img {
  margin-top: -10px;
}

.forum .forum-item {
  position: relative;
}

.forum .forum-item .icon {
  text-align: center;
  line-height: 190px;
  position: absolute;
  top: -95px;
}

.forum .forum-item .icon img {
  max-width: 86px;
  transition: all .2s;
}

.forum .forum-item .main-content {
  border-radius: 25px;
  padding: 40px 30px 30px 30px;
  background-color: #f1f0fe;
  transition: all .4s;
}

.forum .forum-item h4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}

.forum .forum-item p {
  color: #4a4a4a;
  margin-bottom: 15px;
  line-height: 1.5;
}

.forum .forum-item h6 {
  color: #7a6ad8;
  font-size: 14px;
  font-weight: 600;
}

.forum .forum-content {
  padding: 10px;
  background-color: #fff;
  border-radius: 25px;
  max-height: 200px;
  min-height: 150px;
  overflow-y: scroll;
}

.forum .forum-content .forum-message {
  font-size: 14px;
  color: #7a6ad8;
  display: inline-block;
  word-wrap: break-word;
  max-width: 90%;
}

.forum .forum-content .forum-time {
  font-size: 12px;
  text-align: right;
}

/* 
---------------------------------------------
Footer
--------------------------------------------- 
*/

footer {
  margin-top: 150px;
  position: relative;
  background-color: #7a6ad8;
  vertical-align: middle;
  min-height: 150px;
  border-radius: 150px 150px 0px 0px;
}

footer p {
  text-align: center;
  padding-top: 5px;
  color: #fff;
  font-weight: 400;
}

footer p:first-child {
  padding-top: 50px;
}

footer p a {
  color: #fff;
  transition: all .3s;
  position: relative;
  z-index: 3;
}

footer p a:hover {
  opacity: 0.75;
}

footer::before {
  background: url(../images/contact-dec-01.png);
  position: absolute;
  left: 30px;
  transform: rotate(180deg);
  opacity: 1;
  bottom: 0;
  width: 318px;
  height: 119px;
  content: '';
  z-index: 2;
}

/* 
---------------------------------------------
Responsive
--------------------------------------------- 
*/

body {
  overflow-x: hidden;
}

@media (max-width: 767px) {
  .header-area {
    top: 0px;
  }
  .header-area .main-nav .logo h1 {
    border-right: none;
  }
  .main-banner .item {
    padding: 80px 30px 120px 30px !important;
  }
  .main-banner .owl-nav {
    left: 30px !important;
  }
  .event_filter {
    padding: 15px 20px;
  }
  .event_filter li {
    display: inline-block;
    margin: 0px 10px;
  }
  .resource_filter {
    padding: 15px 20px;
  }
  .resource_filter li {
    display: inline-block;
    margin: 0px 10px;
  }
  .free_filter {
    padding: 15px 20px;
  }
  .free_filter li {
    display: inline-block;
    margin: 0px 10px;
  }
  .videos {
    padding: 40px 0px;
    margin-top: 0px;
  }
  .videos .item {
    padding: 50px;
  }
  .blog {
    padding: 80px 0px;
    margin-top: 1px;
  }
  .blog .item {
    padding: 50px;
  }
  .center-mobile{
    display: table;
    margin: 0 auto;
  }
}

@media (max-width: 992px) {
  .header-area .main-nav #search input,
  .header-area .main-nav #search i {
    display: none;
  }
  .header-area .main-nav .logo h1 {
    font-size: 34px;
  }
  .header-area .main-nav .logo {
    border-right: none;
  }
  .main-banner {
    padding-top: 100px;
  }
  .main-banner .item {
    padding: 100px 60px 140px 60px;
    margin-left: 0px;
    text-align: center;
  }
  .main-banner .item h2,
  .main-banner .item p {
    width: 100%;
  }
  .main-banner .item h2 {
    font-size: 36px;
    line-height: 50px;
  }
  .main-banner .item .buttons {
    display: inline-block;
    text-align: center;
  }
  .main-banner .item .buttons .main-button {
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .main-banner .item-1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.17), rgba(0, 0, 0, 0.17)), url(https://img-b2c.s3.us-east-2.amazonaws.com/img-web/banner-comienza.jpg);
  }
  .main-banner .item-3 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.17), rgba(0, 0, 0, 0.17)), url(https://img-b2c.s3.us-east-2.amazonaws.com/img-web/contacto/img-sitio-04.png);
  }  
  .main-banner .owl-nav {
    left: 50% !important;
    transform: translateX(-60px) !important;
    bottom: -60px;
  }
  .main-banner .owl-nav .owl-prev i {
    bottom: 0px;
  }
  .main-banner .owl-nav .owl-next i {
    bottom: 0px;
    position: absolute;
    left: 65px;
  }
  .accordion {
    padding: 40px 25px 10px 25px;
  }
  .services .service-item .icon {
    width: 170px;
    height: 170px;
    line-height: 170px;
  }
  .about-us {
    margin-top: 1px;
  }
  .about-us .section-heading {
    margin-left: 0px;
    text-align: center;
  }
  .about-us::before,
  .testimonials::before,
  .resources::before,
  .contact-us::before {
    display: none;
  }
  .about-us .section-heading p,
  .testimonials .section-heading p,
  .resources .section-heading p,
  .contact-us .section-heading p {
    margin-top: 30px;
  }
  .about-us .section-heading .main-button {
    margin-top: 30px;
  }
  .about-us .main-button a {
    background-color: #7a6ad8;
    border: 1px solid #b6adeb;
    color: #fff;
  }
  .about-us .main-button a:hover {
    background-color: #fff;
    color: #7a6ad8;
  }
  .event_filter ul li {
    display: block;
    margin: 12px 5px;
  }
  .resource_filter ul li {
    display: block;
    margin: 12px 5px;
  }
  .free_filter ul li {
    display: block;
    margin: 12px 5px;
  }
  .team {
    margin-bottom: -120px;
  }
  .team-member {
    margin-bottom: 140px;
  }
  .testimonials {
    margin-top: 1px;
    padding: 50px 0px 0px 0px;
  }
  .testimonials .section-heading {
    margin-left: 0px;
    margin-top: 40px;
    text-align: center;
  }
  .testimonials .item {
    padding: 40px 40px 60px 40px;
  }
  .testimonials .item h4 {
    font-size: 17px;
  }
  .testimonials .item img {
    margin-right: 15px;
  }
  .testimonials .owl-nav {
    display: none;
  }
  .events {
    margin-top: 1px;
    margin-bottom: -50px;
  }
  .events .item {
    margin-bottom: 66px;
  }
  .events .item .image img {
    position: relative;
    max-width: 100%;
  }
  .events .item ul {
    margin-top: -40px;
  }
  .events .item ul li {
    display: inline-block;
    width: 45% !important;
  }
  .events .item ul li:first-child {
    width: 100% !important;
    margin-bottom: 30px !important;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
  }
  .events .item ul li:nth-child(2) {
    width: 50% !important;
  }
  .events .item a {
    bottom: 150px;
    top: auto;
  }
  .events .item ul li h6 {
    font-size: 14px;
  }
  .resources {
    margin-top: 1px;
    margin-bottom: 0px;
  }
  .resources .section-heading {
    margin-right: 0px;
    text-align: center;
  }
  .resources .resources-content {
    padding: 30px;
  }
  .contact-us {
    margin-top: 1px;
    padding-bottom: 100px;
  }
  .contact-us .section-heading {
    margin-right: 0px;
    text-align: center;
  }
  .contact-us .special-offer {
    background-color: #f1f0fe;
    margin-bottom: 60px;
    padding: 34px 30px 34px 100px;
    width: 100%;
  }
  .contact-us .special-offer h4 {
    font-size: 17px;
  }
  .contact-us .special-offer a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 15px;
    right: 15px;
  }
  .contact-us .contact-us-content {
    padding: 30px;
  }
  .course .course-video {
    padding: 15px;
  }
  .blog .section-heading {
    margin: 20px 0px;
    text-align: center;
  }
  footer {
    margin-top: 100px;
    border-radius: 100px 100px 0px 0px;
  }
  .image-avatar span {
    display: flex;
  }
}

@media (max-width: 1200px) {
  .header-area .main-nav #search input {
    width: 200px;
  }
  .header-area .main-nav .nav li.has-sub:after {
    right: 15px;
  }
}