:root {
  --mainblue: #258de4;
  --primary: #258de4;
}

.navbar {
  background-color: #fff;
  z-index: 1;
  box-shadow: unset;
  animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
  box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
}

.navbar .nav-item .nav-link {
  color: #192335;
  font-weight: 500;
}
.menu-category > ul > li {
  color: #192335;
  background: rgba(0, 0, 0, 0.04);
  padding: 10px 20px;
  border-radius: 500px;
}
.mask {
  z-index: 0;
  background-color: #00008038;
  opacity: 0.8;
  background: linear-gradient(
    to bottom,
    rgba(207, 162, 232, 0) 0%,
    rgba(206, 162, 232, 0) 1%,    
	rgb(40 142 227) 100%
  );
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #192335;
}

li.cursor-pointer.user-select-none.d-flex.xs-categories-toggle:hover
  .cat-dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 57px;
  border: solid 1px #efefef;
  z-index: auto;
  max-height: calc(100vh - 80px);
}

.menu-category > ul > li .cat-dropdown-menu {
  background-color: lightblue !important;
  color: #0591b5;
  box-shadow: 0 4px 12px rgb(0 0 0 / 10%);
  border-radius: 0;
  padding: 0px;
  width: 299px;
}
.menu-category > ul li a {
  color: #6b7385;
}
.menu-category > ul > li .cat-dropdown-menu .cat-dropdown-menu-icon {
  display: none;
}
.menu-category > ul > li .cat-dropdown-menu:after {
  background-color: rgb(255 255 255 / 99%) !important;
}

.menu-category > ul > li .cat-dropdown-menu > li .sub-menu {
  background-color: lightblue !important;
  color: #0591b5;
  box-shadow: 0 4px 12px rgb(0 0 0 / 10%);
  border-radius: 0;
}

.menu-category > ul > li .cat-dropdown-menu li:hover,
.menu-category > ul > li .cat-dropdown-menu > li .sub-menu li:hover {
    /*background: linear-gradient(90deg, #cfa2e8, #637fea);*/
	background: #248de4;
}
.menu-category > ul > li .cat-dropdown-menu li:hover a,
.menu-category > ul > li .cat-dropdown-menu li .sub-menu li:hover a {
  color: #fff;
}

.menu-category > ul > li .cat-dropdown-menu > li .sub-menu li {
  padding: 9px 15px !important;
  color: #fff;
  margin: 0 !important;
}

.menu-category > ul > li .cat-dropdown-menu > li {
  margin-bottom: 0px;
  position: relative;
  padding: 8px 15px;
  z-index: 9999;
}
.slider-container {
  padding: 140px 0 250px;
}
.slider-container .slider-content {
  z-index: 0;
}

.slider-container .slider-content .slider-search {
  padding: 15px 18px !important;
  background-color: rgb(0 0 0 / 28%) !important;
  border-radius: 20px !important;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
    rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.slider-container .slider-content .slider-search input {
  margin-right: 0 !important;
  border-radius: 10px 0 0 10px;
  padding: 15px 18px 15px 20px !important;
  min-height: 48px;
}
.slider-container .slider-content .slider-search button {
  border-radius: 0 10px 10px 0 !important;
  border: solid 1px #fff;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 17px;
}
/* .slider-container .slider-content h1 {
 
    line-height: 1.5;
    color: #fff;
    pointer-events: none;
    background: linear-gradient(90deg, #CFA2E8, #637FEA);
    display: inline-block;
    padding: 0 15px;
    border-radius: 10px;
   
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
} */

.menu-category > ul > li a:hover {
  color: #fff;
}
.slider-container .slider-content .slide-hint {
  font-size: 18px;
  margin: 20px 0 !important;
}
.btn-primary {
  /* background-color: var(--mainblue);
  border-color: var(--mainblue);
  box-shadow: 0 3px 6px 0 #2990a373; */

  border: 0;
  color: #fff;
  transition: all 0.4s ease-in-out;
  background-size: 300% 100%;
  /*background-image: linear-gradient(
    to right,
    #2f57ef,
    #b966e7,
    #b966e7,
    #2f57ef
  );*/
	background: #258de4;
}
.btn-primary:hover {
  border: 0;
  color: #fff !important;
  background-color: inherit;
  background-position: 102% 0;
  transition: all 0.4s ease-in-out;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
.btn-primary {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.btn-primary:hover {
  padding-left: 15px !important;
  padding-right: 0px !important;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px,
    rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px,
    rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}
.btn-primary:before,
.btn-primary:after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  vertical-align: middle;

  font-weight: 600;
  opacity: 1;
  transform: translateX(-10px);
  transition: all linear 0.3s;
  opacity: 0;
}

.btn-primary:after {
  transform: translateX(5px);
  opacity: 1;
}
.btn-primary:hover:after {
  transform: translateX(15px);
  opacity: 0;
}
.btn-primary:hover:before {
  transform: translateX(-5px);
  opacity: 1;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled):active {
  background-color: #ffab00;
  color: #0591b5;
  border-color: var(--mainblue);
  box-shadow: 0 3px 6px 0 #2990a373;
}

.menu-category > ul > li .cat-dropdown-menu > li:hover .sub-menu {
  left: calc(100% + 1px) !important;
}
.menu-category > ul > li .cat-dropdown-menu > li .sub-menu {
  top: 0;
}

.simplebar-content {
  /* padding: 0px !important; */
}

.btn-outline-primary {
  color: var(--primary);
  border-color: var(--primary);
}

/* Custom css */
p {
  color: #343434;
}
.fixed-bottom,
.fixed-top {
  z-index: 9999 !important;
}

.btn_custom_view {
  border-color: var(--mainblue);
  color: var(--mainblue);
}

.btn_custom_view:hover {
  background-color: var(--mainblue);
  color: #fff;
  border-color: var(--mainblue);
}
.navbar .navbar-brand {
  justify-content: flex-start !important;
  width: 90px;
}
.navbar .navbar-brand .main_logo {
  max-width: 62px;
  object-fit: cover;
  overflow: visible;
  position: absolute;
  top: 4px;
  transform: translateY(-5px);
}

.top-navbar {
  background-color: #192335;
  color: #fff;
  //height: 38px;
}
@keyframes stickySlideDown {
  0% {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}
.navbar
  .nav-icons-or-start-live.navbar-order
  .btn.btn-primary.nav-start-a-live-btn {
  /*background: linear-gradient(90deg, #cfa2e8, #637fea);*/
  background:#258de4;
  border: none;
  outline: none;
  cursor: pointer;
  position: relative;
  z-index: 10;

  box-shadow: 0 10px 13px 0 rgba(209, 211, 237, 0.39);
  overflow: hidden;
  border-radius: 5px;
  height: 45px;
  line-height: 43px;
}

.navbar
  .nav-icons-or-start-live.navbar-order
  .btn.btn-primary.nav-start-a-live-btn
  span {
  animation: btnTxtMarqueeX 4s linear infinite;
  display: inline-flex;
  position: relative;
  color: #192335;
  z-index: 3;
  line-height: 1.2;
  font-weight: 600;
}
.navbar
  .nav-icons-or-start-live.navbar-order
  .btn.btn-primary.nav-start-a-live-btn
  span:after {
  color: #192335;
  font-weight: 600;
  content: attr(data-text);
  position: absolute;
  white-space: nowrap;
  top: 50%;
  left: 100%;
  transform: translate(100%, -50%);
}

@keyframes btnTxtMarqueeX {
  100% {
    transform: translateX(-200%);
  }
}
@keyframes btnTxtMarqueeY {
  100% {
    transform: translateY(-200%);
  }
}

.stats-container .stats-item .stat-title {
  margin: 10px 0;
  color: var(--mainblue);
}
.top-contact-box .language-select .dropdown-toggle:after,
.dropdown button svg,
.top-navbar .text-dark-blue,
.top-contact-box span {
  color: #fff;
}

.navbar-search input {
  height: 33px;
  border-radius: 30px !important;
  border: solid 2px transparent;
  opacity: 0.9;
}
.navbar-search input:focus {
  border: solid 2px var(--mainblue);
  opacity: 1;
}
.top-navbar .border-left {
  height: 28px;
  border-left: 1px solid #616161 !important;
  margin-top: 8px;
}
.stat_heading {
  color: var(--mainblue);
}

.user-inline-avatar .avatar img {
  border: solid 1px #0591b5;
}

.newest_course .webinar-card .image-box .webinar-notify:hover {
  background-color: var(--mainblue);
}
.newest_course .webinar-card-body .stars-card{
  min-height: auto; 
}
.stats-container .row {
  padding-top: 40px;
  position: relative;
}
.stats-container .row:before {
  content: "";
  width: 100%;
  height: 4px;
  left: 4px;
  top: 0;
  background-image: radial-gradient(
    ellipse at center,
    #fff 0,
    rgba(255, 255, 255, 0) 70%
  );
  position: absolute;
}
.stats-container .row .col-sm-6.col-lg-3.mt-25.mt-lg-0:before {
  content: "";
  width: 3px;
  height: 32px;
  background-image: linear-gradient(#fff, rgba(255, 255, 255, 0));
  left: 50%;
  bottom: 100%;
  position: absolute;
  transform: translateX(-50%);
}
.stats-container .row .col-sm-6.col-lg-3.mt-25.mt-lg-0:nth-child(odd):before {
  height: 62px;
  bottom: 90%;
}
.stats-container .row .col-sm-6.col-lg-3.mt-25.mt-lg-0:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border: 4px solid #212529;
  border-radius: 100%;
  left: 50%;
  bottom: calc(100% + 28px);
  transform: translateX(-50%);
  background: #f9f9ff;
}

.stats-container .stats-item {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.stats-container .stats-item:before {
    /*background: linear-gradient(90deg, #cfa2e8, #637fea);*/
	background: #248de4;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
}
.stats-container .stats-item:hover {
  /* background-color: var(--mainblue) !important; */
  transform: translateY(-5px);
  /*background: linear-gradient(135deg, #cfa2e8, #637fea); */
	background: #ffab00 !important;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.col-sm-6.col-lg-3.mt-25.mt-lg-0:nth-child(odd) .stats-item {
  background-color: #f2fffe;
  margin-top: 30px;
}

.stats-container .stats-item .stat-icon-box {
  border-radius: 100px;
  animation: spin3 1s infinite alternate;
}

.stats-container .stats-item:hover .stat-icon-box {
  background: none;
  border: 2px solid #fff;
}

.trending_categories .trending-card:hover .item-count {
  background-color: var(--mainblue);
}

.uni_padding {
  padding: 70px 0;
}
.bg_wave_custom {
  background: #f7f7f7;
  position: relative;
  margin-top: -10px;
}

.inner_content h3 {
  font-size: 22px;
  margin: 0;
}
.view_bottom .wave_fill {
  transform: rotateX(180deg);
  width: 100%;
}

.featured_course .feature-slider .feature-slider-body {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 4px;
}

.win_club_point.reward-program-section {
  background-color: var(--mainblue);
 
}
.reward-program-section {
   box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.win_club_btn:hover {
  background-color: #fff;
  color: var(--mainblue);
}

.win_btn {
  color: var(--mainblue);
}

.win_btn:hover {
  border-color: #fff;
  color: #fff;
  background: #ffab00;
  transition: all 0.5s;
}

.organization_section .home-organizations-card:hover {
  background-color: var(--mainblue);
}

.blog_section .blog-grid-card:hover .created-at {
  background-color: #fff;
  color: var(--mainblue);
  transition: all 0.5s ease;
}

.join_us_today {
  background: linear-gradient(rgb(71 75 76 / 55%), rgb(71 75 76 / 38%)),
    url(/assets/default/img/floriane-vita.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 400px;
}

.inner_layout strong {
  font-size: 30px;
  text-align: center;
}

.footer.custom_footer {
  margin-top: 100px;
}
footer.footer {
    background-color: #5252528c !important;
    background-image: url('../img/pattern-2.png');
    background-size: contain;
    background-position: bottom;
}
.footer .border-blue {
  border-top: 1px solid rgba(255,255,255,0.1);
}
.footer .footer-subscribe {
  border-radius: 0;
}
.footer  .col-md-3 a {
  color: #fff!important;
  opacity: 0.7;
  font-size: 14px;
  transition: all linear 0.3s;
}
.footer ul li {
  font-size: 14px;
  line-height: 1.929;
}

.footer  .col-md-3 a:hover {
 
  opacity: 1;
  margin-left: 5px;
}

.footer .col-md-3 .header  {
  color: #fff!important;
  border-bottom: dashed 1px white;
  padding-bottom: 10px;
}

.custom_footer {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-attachment: scroll;
  background-color: #2a2520;
  background-repeat: no-repeat;
  background-position: bottom left;
}

.custom_footer .border-blue {
  border-top: 1px solid #ffffff;
}

.footer .footer-social img:hover {
  filter: brightness(0) saturate(100%) invert(48%) sepia(86%) saturate(3766%)
    hue-rotate(164deg) brightness(89%) contrast(96%);
}

.webinar-card,
.product-card {
  border-radius: 10px;
  overflow: hidden; 
}

.webinar-card .image-box img,
.product-card .image-box,
.product-card .image-box img {
  border-radius: 0;
}

.featured_course .feature-slider,
.featured_course .feature-slider .mask {
  border-radius: 4px 40px 4px 40px;
}

.join_instructor_text h2 {
  font-size: 42px;
}

.webinar-card .image-box .badge {
  border-radius: 40px;
}

.img_join img {
  width: 100%;
  height: auto;
}

.footer .footer-logo { 
  font-size: 14px;
  height: auto;
}
.webinar-card .image-box .badge {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.29;
  color: #fff;
  padding: 5px 12px;
    /*background: linear-gradient(90deg, #cfa2e8, #637fea);*/
	background: #248de4;
  z-index: 1;
}
/*01-01-23*/
.aca-main_section {
  background-image: url(/assets/default/img/new-img/low-angle-cheerfu.avif);
  padding: 100px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.aca-main_section:after {
  content: "";
  position: absolute;
  background: #0000005c;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.academic-alliance .al-box {
  box-shadow: 0px 3px 10px #0000001c;
  padding: 20px;
  height: 100%;
}
.academic-alliance .al-box i {
  color: #0591b5;
  font-size: 30px;
  margin-bottom: 20px;
}
.academia-video-sec ul li,
.xebia-inovation ul li {
  list-style-type: square !important;
  margin-left: 20px;
}
.academia-video-sec ul li::marker,
.xebia-inovation ul li::marker {
  color: #0591b5 !important;
}
.xebia-academic-all {
  background-image: url(/assets/default/img/new-img/business-team.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.xebia-academic-all:after {
  content: "";
  position: absolute;
  background: #000000ad;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.alliance-box {
  display: grid;
  grid-template-columns: 70px 80%;
  align-items: center;
  margin-top: 20px;
}
.xebia-academic-all .alliance-box i {
  font-size: 36px;
}
.courses-offer .btn,
.courses-offer .btn:hover {
  background: #0591b5;
  color: #fff;
  height: auto;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.courses-offer input#search {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.courses-offer ul li {
  list-style-type: disc !important;
  padding: 8px 0;
}
.courses-offer ul li a {
  text-decoration: none;
  color: #747474;
}
.courses-offer ul li a:hover {
  color: #0591b5;
}
.ps-img-box {
  background: #fff;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 20px;
}
.students-resumes button,
.classrooms-section button {
  background: #0591b5 !important;
  color: #fff;
}
.partner-img-wraper .partner-img-block img {
  width: 160px;
}
.partner-img-wraper .partner-img-block {
  box-shadow: 0px 3px 6px #0000001c;
  padding: 20px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.partner-img-wraper {
  flex-wrap: wrap;
  gap: 30px;
}
.xebia-box {
  padding: 50px 20px;
  display: flex;
  background: #ffffff61;
  color: #fff;
  height: 240px;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.xebia-box p {
  color: #fff;
  margin-bottom: 0;
}
.future-section,
.xebia-initatives {
  background-image: url(/assets/default/img/new-img/future-img.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.future-section:after,
.xebia-initatives:after {
  content: "";
  position: absolute;
  background: #00000059;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.xebia-initatives {
  background-image: url(/assets/default/img/new-img/students.jpg);
}
.xebia-box2,
.xebia-box5,
.xebia-box7 {
  background-image: url(/assets/default/img/new-img/blue-bg.jpg);
  background-size: 500px;
  background-repeat: no-repeat;
  background-position: top left;
}
.testiomonial-section .owl-caption {
  color: #ffab00;
  padding: 3% !important;
  align-items: center;
  background: #f0f2f5;
  height: 100%;
  justify-content: center;
}
.testiomonial-click-here {
  background-color: #fff;
  border: none;
  padding: 10px 25px;
  margin: auto;
  font-weight: 600;
  display: flex;
  border-radius: 25px;
}
.testiomonial-read-more {
  text-align: right;
}
.testiomonial-read-more a {
  text-decoration: none;
  color: #000;
}.testimonials-swiper .swiper-pagination {
  bottom: -30px;
} 
.inno-box {
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  gap: 8px;
}
.inno-box p {
  color: #fff;
  margin-bottom: 0;
  line-height: 1.2;
}
.inno-box i {
  font-size: 25px;
}
.invention-box {
  background: linear-gradient(60deg, #ffe119, #eb6612);
  height: 100px;
  width: 100px;
}
.rpm-box {
  background: linear-gradient(0deg, #022a67, #0591b5);
  height: 130px;
  width: 130px;
  margin: 5px 0 0 10px;
}
.cunsult-box {
  background: linear-gradient(60deg, #e8c8f9, #6724e7);
  height: 115px;
  width: 115px;
  margin: 5px 0 0 10px;
}
.innovation-box {
  background: linear-gradient(0deg, #022a67, #0591b5);
  height: 120px;
  width: 120px;
}
.uni-box {
  background: linear-gradient(60deg, #ffe119, #eb6612);
  height: 150px;
  width: 150px;
  margin: 5px 0 0 0px;
}
.comm-box {
  background: linear-gradient(0deg, #022a67, #0591b5);
  height: 180px;
  width: 180px;
}
.cor-inno-box {
  background: linear-gradient(60deg, #ff90a8, #ff0037);
  height: 115px;
  width: 115px;
  margin: 5px 0 0 0px;
}
.ribbon_first {
  background-image: linear-gradient(60deg, #ff90a8, #ff0037);
  clip-path: polygon(90% 0%, 100% 50%, 90% 100%, 0% 100%, 8% 50%, 0% 0%);
}

.ribbon_second {
  background-image: linear-gradient(60deg, #e8c8f9, #6724e7);
  clip-path: polygon(100% 0%, 90% 50%, 100% 100%, 10% 100%, 0% 50%, 10% 0%);
}

.ribbon_thrid {
  background-image: linear-gradient(60deg, #3498db, #7c4891);
  clip-path: polygon(90% 0%, 100% 50%, 90% 100%, 0% 100%, 8% 50%, 0% 0%);
}

.ribbon_fourth {
  background-image: linear-gradient(60deg, #ffe119, #eb6612);
  clip-path: polygon(100% 0%, 90% 50%, 100% 100%, 10% 100%, 0% 50%, 10% 0%);
}

.ribbon-wrap div {
  height: 70px;
  width: 380px;
  padding: 15px;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 10px auto;
}
.ribbon-wrap p {
  color: #fff;
  line-height: 1.3;
}
.trainer-sections .section-title,
.corporate-sections .section-title,
.academia-sections .section-title,
.lerners-sections .section-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--secondary);
  pointer-events: none;
}
.trainer-sections .section-hint,
.corporate-sections .section-hint,
.academia-sections .section-hint,
.lerners-sections .section-hint {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #818894;
  pointer-events: none;
}
/************top footer********/
.top-footer {
  background: #1f3b64;
  margin-top: -100px;
  margin-bottom: 100px;
}
.top-footer .list-one,
.top-footer .list-two {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.top-footer a {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}
.top-footer .list-two a {
  font-size: 14px;
}
.top-footer .social-logos i {
  color: #0591b5;
  font-size: 40px;
  margin-left: 10px;
}

.client-reviews, 
.newest-courses {
  /*background-image: url(../img/home.png);*/
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}
.newest-courses {
  padding: 80px 0;
}
.trainer-corporates.home-sections {
  background-color: #fff;
  padding: 90px 0;
  border: 1px solid #efefef;
  background-image: url("../img/course-top-shape.png");
}
.trainer-corporates.home-sections .border {
  border: 0px solid #f7f7f7 !important;
  transition: all linear 0.4s;
  position: relative;
  background-color: transparent !important;
}
.trainer-corporates.home-sections .border img {
  transition: all linear 0.4s;
  transform: rotate(-5deg);
}
.trainer-corporates.home-sections .border:hover {
  transform: scale(1.08);
  z-index: 1;
  box-shadow: 0px 20px 70px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff !important;
}
.trainer-corporates.home-sections .border:hover img {
  transform: rotate(5deg);
}

.store_product.view_bottom .bg_wave_custom {
  background-color: #f1f5f9;
  border: 1px solid #efefef;
  background-image: url(../img/course-top-shape.png);
  background-position: right top;
  background-repeat: no-repeat;
  padding: 80px 0;
}
.store_product.view_bottom .bg_wave_custom .product-card {
  border-radius: 6px;
  border: 1px solid #e2e4ff;
  background: #ffffff;
  padding: 15px;
  margin: 0 auto 30px;
  transition: all ease 0.3s;
  box-shadow: none;
}
.store_product.view_bottom .bg_wave_custom .product-card .image-box,
.classes-bg .webinar-card .image-box  {
  overflow: hidden;
  border-radius: 6px;
}
.store_product.view_bottom .bg_wave_custom .product-card .image-box img ,
.classes-bg .webinar-card .image-box img{
  transition: all ease 0.3s;
  transform: scale(1);
}
.store_product.view_bottom .bg_wave_custom .product-card:hover, 
.classes-bg .webinar-card:hover {
  transform: translateY(-5px) !important;
}
.store_product.view_bottom .bg_wave_custom .product-card:hover .image-box img, 
.classes-bg .webinar-card:hover .image-box img{
  transform: rotate(5deg) scale(1.1);
}
.store_product.view_bottom .bg_wave_custom .product-card  .product-price-box.mt-25 {
  margin-top: 10px!important;
}
.product-card .image-box .badge {
  z-index: 999;
}
.product-card .product-card-body {
  padding: 15px 0px 0 0;
}
.swiper-pagination {
  bottom: -20px;
}
.store_product.view_bottom
  .bg_wave_custom
  .product-card
  .image-box
  .hover-card-action {
  bottom: 20px;
  right: 20px;

  transform: translateY(0);
}

.section-title + .section-hint {
  font-size: 14px;
  line-height: 15px;
  font-weight: 500;
  /*color: var(--mainblue);*/
	color: #fff;
  margin-bottom: 15px;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 5px;
  text-transform: uppercase;
  /*background: #e4e9fd;*/
	background: #258de4;
 
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
  border: solid 1px #fff;
}
.trending-image .img-cover{
border-radius: 50%;
}
.trending-card .trending-image{
box-shadow: 0 4px 15px 1px rgba(0, 0, 0, 0.15);
}
.footer .footer-subscribe {
  background-image: url(../img/bg-image-18.jpg);
  padding: 130px 0;
  background-size: cover;
  /* background-attachment: fixed; */
  height: auto;
  text-align: center;
  display: block !important;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.footer .footer-subscribe .subscribe-input {
  border-radius: 38px;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
  margin: 40px auto 0 !important;
  max-width: 650px;
}
.footer .footer-subscribe .btn-primary {
  min-width: 110px;
}
.site-top-banner {
  height: 400px;
}
.search-top-banner .top-search-categories-form .search-input {
  margin-top: 50px;
}
.search-top-banner .top-search-categories-form .search-input .btn-primary{
  min-width: 130px;
}
#topFilters{
    /*background: linear-gradient(173deg, #cfa2e8, #637fea);*/
	background: #248de4;
    border: solid 3px #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px !important; 
}
#topFilters label.bg-white  {
  font-size: .875rem;
  border: 0;
  background-color: rgb(255 255 255 / 16%) !important;
  color: #fff;
  line-height: 10px;
}
#topFilters label.bg-white  svg{
  opacity: 0.6;
  color: #fff !important;
}
#topFilters label.bg-white svg.text-primary {
  opacity: 1;
}

#topFilters .dropdown-wrap{
  color: #fff;
}

#topFilters .dropdown-wrap .dropdown-toggle{
  background-color: #fff;
  color: #171347;
}


#topFilters .dropdown-wrap .dropdown-menu a.dropdown-item {
  font-size: 13px !important;
  border-bottom: solid 1px #ddd;
  padding: 7px;
}
 .custom-pagination li { 
  width: 40px;
  height: 40px;
}
 .custom-pagination li a{ 
  background-color: #f9f9f9;
}
 .custom-pagination .next,  .custom-pagination .previous {
  border: 1px solid #ebebeb;
}
.classes-bg .webinar-card.webinar-list.webinar-list-2 .image-box{
  height: 210px;
}

.classes-bg {
  background-image: url(../img/home.png);
  background-size: cover;
  background-repeat: no-repeat; 
  padding: 80px 0 200px 0;
  margin-bottom: -200px;
  
}

.training-calendar{
  background-image: url(../img/home.png);
  background-size: cover;
  background-repeat: no-repeat; 
  padding: 80px 0 250px 0;
  margin-bottom: -205px;

}


.training-time{
  
  position: absolute;
  background-color: rgba(0,0,0,0.5);
  z-index: 3;
  left: 0;
  right: 0;
  min-width: 100%;
  top: 0;
  bottom: 4px;
  font-size: 18px;
  text-align: center;
  opacity: 0;
  transition: all linear 0.3s;
}

.training-webinar-card .webinar-row{
  box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
  padding: 30px ;
 
  background: #fff;
  position: relative;
}

.training-webinar-card:hover {
  transform: translateY(0px) scale(1.05);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.training-webinar-card:hover .training-time{
  opacity: 1;

}

.training-webinar-card .webinar-row:after{
   
      /*background: linear-gradient(90deg, #cfa2e8, #637fea);*/
	background: #248de4;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
 

}
.training-webinar-card .webinar-row img{ 
  position: absolute;
  width:50px;
  right: -10px;
  top: -20px;
}
.training-webinar-card .webinar-row .vr{
  font-weight: 500;
  color: #1f3b64;
  display: block;
  border-bottom: dashed 1px #ddd;
  padding: 0 16px 7px 0;
}
.training-webinar-card .webinar-row .training-row {
  padding: 4px 0;
}
.training-webinar-card .webinar-row .training-row svg{
  width: 13px;
}
.training-webinar-card .webinar-row .training-row > .font-14{ 
  font-size: 10px;
  line-height: 15px;
  font-weight: 500;
  color: #e9967a;
  padding: 3px 10px;
  border-radius: 100px;
  text-transform: uppercase;
  display: inline-block;
  background: #E9967A21;
}
.training-webinar-card .webinar-row .training-row:nth-child(2) > .font-14{
  color: #b966e7 ;
  background-color: #b966e721;
} 
.training-webinar-card .webinar-row .training-row:nth-child(3) > .font-14{
  color: #01d113;
  background-color: #97f39e21;
} 
.drop_query{
    position: absolute;
    top: 0px;
    right: 0px;
    background: #248de4;
    padding: 12px;
}
.container.h-100, .container.mt-30, .course-cover-container.not-active-special-offer{
margin-top: 104px !important;
}
.cart-banner{
	padding-top: 160px;
}
@media (max-width: 576px) {
  .inno-box {
    margin: 5px auto;
  }
}
@media (max-width: 991px) {
  .navbar .nav-item .nav-link {
    color: #000;
    font-weight: 500;
  }
  .nav-icons-or-start-live .nav-start-a-live-btn {
    padding: 10px;
  }
  .top-navbar {
    height: 88px;
  }
}
@media (max-width: 768px) {
  .top-navbar {
    height: 126px;
  }
  .top-footer .list-one,
  .top-footer .list-two {
    gap: 20px;
  }
}

@keyframes spin3 {
  from {
    opacity: 0.5;
    transform: scale(1);
  }
  to {
    opacity: 1;
    transform: scale(1.05);
  }
}
.mt-20 p a font{
  background-color: transparent !important;
  color: white;
}
.mt-20 p font{
  background-color: transparent !important;
  color: white;
}
.mt-20 ul li a font{
  background-color: transparent !important;
  color: white;
}
#webinars .mt-20 .col-lg-4{
  flex: 0 0 25%;
  max-width: 25%;
}
.trending-card .item-count{
background-color: #278ee4;
    color: #fff;
}

.background2{
background: #ccc;
    padding: 30px;
}

.stats-container{
 top: initial !important;
}
.stats-container .row:before{
	background-image: radial-gradient(ellipse at center, #248de4 0, rgba(255, 255, 255, 0) 70%);
}
.stats-container .stats-item{
	box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.3);
}
.home-sections.home-sections-swiper{
margin-top: 0px !important;
}
section.home-sections.home-sections-swiper.background2 {
    margin-top: 30px !important;
}
.webinar-card .image-box .badge{
	top: 10px;
    left: inherit;
    right: 0px;
	border-radius: 5px 0px 0px 5px;
	background: #ffab00;
}
.webinar-card .image-box .badge.badge-primary{
background: #ffab00 !important;
}
.trainer-corporates .rounded-circle{
	/*height: 220px;
	width: 220px;
	object-fit: cover;*/
	border-radius: inherit !important;
}
.hover-details .btn.btn-primary {
    background: #ffab00;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 0px;
}
.stats-container{
	margin-top: 30px;
}
.callout-img{
padding:15px;
}
.callout-img {   
    height: 250px;    
    max-height: 100%;
    margin-bottom: 45px;
}
.text-dark-blue{
	color: #171347 !important;
}
.top-navbar .b-p-header .login-block .text-dark-blue, .top-navbar .b-p-header .u-register{
	color: #fff !important;
}
.feature-slider .feature-slider-card{
	width: 100%;
}
.b-footer footer{
	padding-bottom: 44px;
}
.drop_query::after {
    display: inline-block;
    padding-left: 80px;
    content: "\2B9D";
}
.footer-category {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.footer-category li {
    display: inline;
}
.footer-category li:not(:last-child)::after {
    content: " | ";
    padding: 0 10px;
}
.footer .footer-category li a {
    color: #000 !important;   
    text-decoration: none;    
    font-size: 12px;
}
.bg-white-trans{
background-color: #248de4 !important;
}
.top-navbar .b-p-header .simplebar-content .navbar-cart-actions a{
	width:100%;
}
.navbar-notification-action a{
	width: 100% !important;
}
@media (max-width: 1024px) {
	.top-navbar .b-p-header div form input {
		width: 586px !important;
	}
	.top-navbar .b-p-header a .main_logo {
		height: auto !important;
		max-width: 120px;
	}
	.fix-footer{
		background-color: transparent !important;
	}
	.footer-mobile{
		display: none;
	}
}
@media (max-width: 1023px) {
	.top-navbar .b-p-header div form input {
		width: 350px !important;
	}
	.top-navbar {
        height: 60px;
    }
	.top-navbar .b-p-header a {
		width: 100% !important;
	}
	.top-contact-box.border-bottom.d-flex.flex-column.flex-md-row.align-items-center.justify-content-center{
		border-bottom: none !important;
	}
	#navbarToggle{
		margin-left: 5px;
	}
	.top-navbar .b-p-header{
		padding: 15px !important;
	}
}
@media (max-width: 767px) {
	.menu-category > ul > li .cat-dropdown-menu > li:hover .sub-menu{
 left: 0px !important;
}
	.top-navbar .b-p-header a {		
		max-width: 100% !important;
		text-align: center;		
		margin: 0px;
		padding: 0px;
	}
	.top-navbar .b-p-header a .main_logo{
		margin-top: 50px;    	
	}
	.mobile-menu{
		position: relative;
		right: 180px;
	}
	.top-navbar .b-p-header{
		padding: 10px !important;
	}
	.navbar-search {
		margin-left: 0px;
	}
	.mobile-sub-menu{
		position: relative;
		left: 50px;
	}
	.top-navbar .b-p-header div form input {
        width: 345px !important;
    }
	.navbar .navbar-toggle-content.show{
		top: 40px;
	}
}
@media (max-width: 424px) {
	.mobile-menu{
		right: 180px;
	}
	.top-navbar .b-p-header div form input {
        width: 295px !important;
    }
	
}
@media (max-width: 374px) {
	.mobile-menu{
		right: 130px;
	}
	.login-block .login-wrap a{
		padding: 0px !important;
    	margin-right: 0px !important;
    	font-weight: 100 !important;
	}
	.top-navbar .b-p-header{
		padding: 0px !important;
	}
	.top-navbar .b-p-header .u-register{
		font-weight: 100 !important;
	}
	.top-navbar .b-p-header div form input {
        width: 245px !important;
    }
}
#chaptersAccordion a{
    pointer-events: none;
}