@font-face {
    font-family: 'FFShamelFamily';
    src: url("../fonts/ff/FFShamelFamily-SemiRoundBook.eot");
    src: url("../fonts/ff/FFShamelFamily-SemiRoundBook.eot?#iefix") format("embedded-opentype"), url("../fonts/ff/FFShamelFamily-SemiRoundBook.woff2") format("woff2");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'FFShamelFamily';
    src: url("../fonts/ff/FFShamelFamily-SemiRoundBold.eot");
    src: url("../fonts/ff/FFShamelFamily-SemiRoundBold.eot?#iefix") format("embedded-opentype"), url("../fonts/ff/FFShamelFamily-SemiRoundBold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'FFShamelFamily';
    src: url("../fonts/ff/FFShamelFamily-SemiRoundMedium.eot");
    src: url("../fonts/ff/FFShamelFamily-SemiRoundMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/ff/FFShamelFamily-SemiRoundMedium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal
}
header#website_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    padding: 20px 0;
    transition: padding 0.4s ease-in-out 0s, background 0.4s ease-in-out 0s;
    z-index: 999;
}
header#website_header .logo img {
    filter: brightness(100);
    max-width: 100px;
}
header#website_header .logo {
    display: inline-block;
    vertical-align: middle;
}
a.side_menu_toggle {
    display: inline-block;
    vertical-align: middle;
}
header#website_header a.side_menu_toggle svg {
    width: 30px;
    height: 30px;
    display: block;
}
header#website_header ul.navbar-nav {
    list-style: none;
    display: block !important;
    padding-top: 5px;
}
header#website_header ul.navbar-nav li {
    display: inline-block;
    margin: 0 15px;
}
header#website_header ul.navbar-nav li a {
    font-weight: 500;
    font-size: 14px;
    color: #fff !important;
    border-bottom: transparent 3px solid;
    transition: border 0.5s ease-in-out 0s, color 0.4s ease-in-out 0s;
    padding-bottom: 5px;
}
header#website_header ul.navbar-nav li a:hover {
    border-bottom:  #fff 3px solid;
}
.side_menu {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgb(45 45 45 / 75%);
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s ease-in-out 0s;
}
.side_menu nav {
    transform: translate(0, -25px);
    transition: all 0.4s ease-in-out 0s;
}
.side_menu.active nav {
    transform: translate(0);
}
.side_menu.active {
    opacity: 1;
    visibility: visible;
    transform: translate(0);
    pointer-events: initial;
}
header#website_header .cart_menu, header#website_header .notification_menu {
    display: inline-block;
    vertical-align: top;
}
header#website_header .cart_menu svg, header#website_header .notification_menu svg {
    color: #fff;
}
header#website_header .cart_menu .dropdown-toggle:after,
header#website_header .notification_menu .dropdown-toggle:after {
    display: none;
}
header#website_header .user_box {
    display: inline-block;
    vertical-align: top;
    padding-top: 5px;
}
header#website_header .user_box > div > a {
    color: #fff;
    font-weight: bold;
    font-size: 12px;
}
header#website_header .user_box > div > a:not(:nth-child(2)) {
    border-bottom: transparent 3px solid;
    transition: border 0.5s ease-in-out 0s;
    padding: 0 !important;
    padding-bottom: 5px !important;
    margin-bottom: -5px;
}
header#website_header .user_box > div > a:not(:nth-child(2)):not(.navbar-user):hover {
    border-bottom: #fff 3px solid;
}
header#website_header .user_box > div > a:nth-child(2) {
    border: #fff 2px solid;
    border-radius: 6px;
    line-height: 35px;
    padding: 0 15px !important;
    display: block;
    transition: background 0.4s ease-in-out 0s;
}
header#website_header .user_box > div > a:nth-child(2):hover {
    background: #fff;
    color: #1a73e8;
}
header#website_header .user_box .align-items-center {
    margin-left: 0 !important;
}
header#website_header .user_box img {
    max-width: 20px;
}
header#website_header .user_box .navbar-user {
    margin-left: 0 !important;
    margin-right: 5px !important;
}
header#website_header .btn .badge {
    position: absolute;
    top: 10px;
    left: 20px;
    width: 15px;
    height: 15px;
    font-size: 10px !important;
    font-weight: bold;
    background-color: #1a73e8;
}
header#website_header.scrolled {
    background: #fff;
    box-shadow: rgb(0 0 0 / 50%) 0 -3px 8px 1px;
    padding: 8px 0;
}
header#website_header a.side_menu_toggle svg path {
    transition: stroke 0.4s ease-in-out 0s;
}
header#website_header.scrolled a.side_menu_toggle svg path {
    stroke: #1a73e8 !important;
}
header#website_header.scrolled .logo img {
    transition: filter .4s ease-in-out 0s;
}
header#website_header.scrolled .logo img {
    filter: brightness(1);
}
header#website_header.scrolled ul.navbar-nav li a {
    color: #1a73e8 !important;
}
header#website_header.scrolled ul.navbar-nav li a:hover {
    border-bottom: #1a73e8 3px solid;
}
header#website_header .cart_menu svg, header#website_header .notification_menu svg {
    transition: color 0.4s ease-in-out 0s;
}
header#website_header.scrolled .cart_menu svg, header#website_header.scrolled .notification_menu svg {
    color: #1a73e8 !important;
}
header#website_header.scrolled .user_box > div > a:not(:nth-child(2)) {
    color: #1a73e8 !important;
}
header#website_header.scrolled .user_box > div > a:not(:nth-child(2)):not(.navbar-user):hover {
    border-bottom: #1a73e8 3px solid;
}
header#website_header.scrolled .user_box > div > a:nth-child(2) {
    border:#1a73e8 2px solid;
    color: #1a73e8 !important;
}
header#website_header.scrolled .user_box > div > a:nth-child(2):hover {
    background: #1a73e8 !important;
    color:#fff !important;
}
.home_cover {
    width: 100%;
    height: 100vh;
    background: url(../../../../public/reyadi.jpg) center no-repeat;
    background-size: cover;
    min-height: 600px;
    position: relative;
}
.home_cover:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #1f1f1f;
    opacity: 0.5;
}

.scroll-downs {
    position: absolute;
    bottom: 30px;
    left: 50%;
    width: 34px;
    height: 55px;
    transform: translate(-17px,0);
}
  .mousey {
    width: 3px;
    padding: 10px 15px;
    height: 35px;
    border: 2px solid #fff;
    border-radius: 25px;
    opacity: 0.75;
    box-sizing: content-box;
  }
  .scroller {
    width: 3px;
    height: 10px;
    border-radius: 25%;
    background-color: #fff;
    animation-name: scroll;
    animation-duration: 2.2s;
    animation-timing-function: cubic-bezier(.15,.41,.69,.94);
    animation-iteration-count: infinite;
  }
  @keyframes scroll {
    0% { opacity: 0; }
    10% { transform: translateY(0); opacity: 1; }
    100% { transform: translateY(15px); opacity: 0;}
  }
  
  .home_cover_text {
    z-index: 1;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    width: 100%;
}
.home_cover_text h2 {
    font-size: 30px !important;
    margin-bottom: 20px !important;
}
.home_cover_text p {
    font-size: 16px;
    font-weight: normal;
    max-width: 700px;
    margin: auto;
}
.side_menu .menu-category>ul>li {
    background: none !important;
    padding: 0 !important;
    display: block !important;
}
.side_menu .menu-category>ul>li {
    color: #fff !important;
    font-size: 20px !important;
}
.side_menu > nav > ul {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translate(-50%,0);
}
.side_menu > nav > ul > li {
    margin: 0 !important;
}
.side_menu .menu-category>ul>li svg {
    width: 20px;
    height: 25px;
    display: inline-block !important;
    vertical-align: sub;
    margin-left: 0 !important;
    margin-right: 5px !important;
}
.side_menu ul.cat-dropdown-menu {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    width: 500px !important;
    position: relative !important;
    max-width: 100% !important;
    top: 10px !important;
}
.side_menu .menu-category>ul>li .cat-dropdown-menu:after {
    display: none !important;
}
.side_menu .closer {
    -webkit-mask-image: url(../../../../public/x_icon.svg);
    mask-image: url(../../../../public/x_icon.svg);
    background: #fff;
    -webkit-mask-size: 40px;
    mask-size: 50px;
    width: 40px;
    height: 40px;
    background-size: 50px;
    position: absolute;
    top: -10px;
    left: 0;
    cursor: pointer;
    user-select: none;
}
.side_menu .menu-category>ul>li .cat-dropdown-menu>li>a > svg:nth-child(3) {
    display: none !important;
}
.search_menu {
    padding-top: 20px;
    position: relative;
}
.search_menu input {
    display: block !important;
    width: 100% !important;
    border-radius: 15px !important;
    margin-top: 10px;
    line-height: 50px !important;
    height: 50px !important;
    font-size: 16px;
    font-weight: bold;
    color: #000 !important;
}
.search_menu button {
    position: absolute;
    height: 50px;
    top: 36px;
    left: 0;
    background: #000;
    color: #fff;
    width: 55px;
    border-radius: 15px;
}
.user_box .navbar-user > span {
    font-weight: bold;
    color: #fff !important;
}
.user_box .dropdown {
    padding-top: 8px !important;
}
.user_box .dropdown-toggle:after {
    border-width: 5px;
    margin-right: 5px;
}
header#website_header.scrolled .user_box  a.navbar-user span {
    color:#1a73e8 !important;
}
.newslatter {
    text-align: center;
    background: #101010 !important;
    padding: 25px 0;
}
.newslatter strong {
    font-weight: bold;
    font-size: 22px;
    color: #fff;
}
.newslatter span {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
}
.newslatter form {
    width: 100%;
    max-width: 500px;
    margin: auto;
    position: relative;
}
.newslatter form input {
    width: 100%;
    border-radius: 15px;
    line-height: 50px;
    height: 50px;
    font-size: 14px;
    font-weight: bold;
}
.newslatter form button {
    position: absolute;
    left: -1px;
    box-shadow: none !important;
    border-radius: 15px !important;
    height: 50px;
    line-height: 50px;
    background: #000;
    border: none;
}
.footer_content {
    background: #141414;
}
.footer-social img {
    max-width: 20px;
}
.footer_copy {
    line-height: 50px;
}
.footer_copy .container {
    border-top: #fff 1px solid;
}
.copy_text {
    color:#fff;
    font-weight: bold;
    font-size: 14px;
}
img.footer_logo {
    max-width: 100px !important;
    margin-right: -5px;
    margin-bottom: -10px;
    filter: brightness(100);
}
.footer_map * {
    text-align: right !important;
    font-size: 12px !important;
    line-height: normal;
}
.footer_map {
    padding: 50px 0;
}
.footer_map span.header {
    font-size: 16px !important;
}
.footer_map span.header {
    font-size: 16px !important;
}
.mt-20.second {
    margin-top: -5px !important;
}
.footer_map span, .footer_map font {
    font-size: 14px !important;
}
.footer_map a:before {
    content: '';
    display: inline-block;
    background: #fff;
    width: 8px;
    height: 8px;
    border-radius: 5px;
    margin-left: 10px;
    vertical-align: unset;
}
.stats-container {
    position: relative;
    top: 0;
    z-index: 8;
    padding-top: 75px;
    padding-bottom: 50px;
}
.stats-container .stats-item .stat-icon-box {
    background:none !important;
}
.stats-container .stats-item * {
    color: #1a73e8 !important;
}
.stats-container .stats-item h4 {
    font-weight: bold !important;
    font-size: 17px !important;
}
.stats-container .stats-item {
    box-shadow: none;
    border: #d0d0d0 1px solid;
    background: #fff !important;
}
.stats-container .stats-item * {
    color: #666 !important;
}
p.stat-desc {
    font-size: 12px !important;
}
section.home-sections {
    padding-top: 50px;
}
.home-sections .section-title {
    color: #1a73e8;
}
.trending-card h3 {
    color: #5b5b5b;
}
.trending-card .item-count {
    border: #b9b9b9 1px solid;
    position: relative;
    top: -20px;
    border-radius: 25px;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 10%);
    background-color: #fff !important;
    font-size: 14px;
    color: #000 !important;
}
.trend_cats img.img-cover,
.stats-container .stats-item img {
    filter: invert(60%);
}
.trending-card .trending-image {
    background: transparent !important;
    padding: 27px 0;
    border: #aaa 1px solid;
    border-radius: 20px;
}
.stats-container .stats-item .stat-number,
.trending-card h3 {
    color: #1a73e8 !important;
}
.stats-container .stats-item .stat-title,
.trending-card .item-count {
    color: #1a73e8 !important;
}
.btn-border-white {
    border: 2px solid #1a73e8 !important;
    color: #1a73e8 !important;
    height: 40px !important;
    line-height: 40px !important; 
    padding: 0 25px !important;
}
.btn-border-white:hover {
    border: 2px solid #1a73e8 !important;
    color: #ffff !important;
    background: #1a73e8 !important;
}
.home-sections.trend_cats .section-hint{
    margin-bottom: 35px;
}
figcaption.webinar-card-body {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
}
.webinar-card .image-box {
    position: relative;
    width: 100%;
    height: 400px;
}
.webinar-card .image-box .badge {
    line-height: 20px;
    padding: 0;
    font-size: 10px !important;
    border-radius: 3px;
    padding: 0 10px;
    top: 10px;
    left: 10px;
    background: #1a73e8 !important;
}
.webinar-card, .blog-grid-card {
    position: relative;
    border-radius: 15px;
    box-shadow: 0 0 0px 1px rgb(0 0 0 / 3%) !important;
    background-color: #fff;
    transition: all .5s ease;
    overflow: hidden;
}
figcaption.webinar-card-body > a,
.blog-grid-detail > a {
    position: absolute;
    bottom: 15px;
    z-index: 3;
    transition: all 0.3s ease-in-out 0s;
    left: 15px;
    right: 15px;
    white-space: nowrap;
    overflow: hidden;
}
figcaption.webinar-card-body > a h3,
.blog-grid-detail > a h3 {
    color: #fff !important;
    font-size: 15px !important;
    white-space: nowrap;
    overflow: hidden !important;
    max-width: calc(100% - 30px) !important;
}
figcaption.webinar-card-body .user-inline-avatar {
    position: absolute;
}
figcaption.webinar-card-body .user-inline-avatar {
    position: absolute;
    bottom: 15px;
    z-index: 3;
    transition: all 0.3s ease-in-out 0s;
}
figcaption.webinar-card-body .user-inline-avatar .avatar {
    display: none !important;
}
figcaption.webinar-card-body .user-inline-avatar a {
    color: #fff;
    font-weight: normal;
    font-size: 12px;
}
.webinar-card .user-inline-avatar.d-flex.align-items-center:before {
    font-family: "Font Awesome 5 Free";
    content: "\f2bd";
}
.webinar-card .image-box .progress {
    display: none !important;
}
.webinar-card .image-box .webinar-notify {
    top: 5px;
    right: 5px !important;
    left: auto !important;
    transform: scale(0.75);
}
.webinar-card .image-box .webinar-notify svg {
    color:#141414 !important
}
.webinar-card .image-box .webinar-notify:hover {
    background-color: #1a73e8 !important;
}
.webinar-card:hover {
    transform: translateY(0);
    box-shadow: none;
    transition: all .5s ease;
}
.webinar-card .stars-card {
    position: absolute;
    left: 40%;
    bottom: 15px;
    z-index: 3;
    transition: all 0.3s ease-in-out 0s;
}
.webinar-card .stars-card *{
    color:#fff;
    background: none;
    font-size: 10px;
}
.webinar-card .stars-card svg {
    width: 10px;
    margin: 0;
    margin-left: 1px;
}
.webinar-card .stars-card svg.active {
    fill:#fff;
}
.webinar-card .stars-card .badge {
    padding: 0;
}
.webinar-card .stars-card .badge {
    padding: 0;
    margin-right: 2px !important;
    margin-top: 2px;
    background: none !important;
}
.webinar-card:hover figcaption.webinar-card-body > a,
.webinar-card:hover figcaption.webinar-card-body .user-inline-avatar,
.webinar-card:hover .stars-card {
    bottom:75px;
}
.webinar-card .image-box:after,
.blog-grid-card .blog-grid-image:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 20%;
    bottom: 0;
    background-image: linear-gradient(180deg,rgba(6,6,6,0),rgb(1 1 1));
    z-index: 1;
}
.webinar-card .d-flex.justify-content-between.mt-20 {
    position: absolute;
    z-index: 3;
    bottom: 50px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in 0s;
}
.webinar-card .d-flex.justify-content-between.mt-20 * {
    color:#fff !important;
    font-size: 10px;
    font-weight: normal;
}
.webinar-card .d-flex.justify-content-between.mt-20 svg {
    width:13px;
}
.webinar-card .d-flex.justify-content-between.mt-20 .vertical-line {
    border: none !important;
    margin: 0 5px !important;
}
.webinar-card .webinar-price-box.mt-25 {
    background: #fff;
    border-radius: 50px;
    height: 25px;
    padding: 0 15px;
    position: absolute;
    bottom: 15px;
    z-index: 3;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease-in-out 0s;
}
.webinar-card .webinar-price-box.mt-25 * {
    font-size: 12px !important;
    color: #1a73e8 !important;
    line-height: 15px !important;
}
span.date-published.font-14.ml-5 {
    direction: ltr;
}
.webinar-card:hover .d-flex.justify-content-between.mt-20,
.webinar-card:hover .webinar-price-box.mt-25 {
    visibility: visible;
    opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet {
    border: none;
    background: #ccc !important;
    width: 14px;
    height: 14px;
}
.webinar-card .webinar-card-body > span.d-block.font-14.mt-10 {
    display: none !important;
}
.btn-primary {
    background: #1a73e8 !important;
    box-shadow: none !important;
    border: none !important;
}
.btn-primary:hover {
    background: #3abae2 !important;
    box-shadow: none !important;
    border: none !important;
}
.btn-outline-primary {
    color: #1a73e8 !important;
    border-color: #1a73e8 !important;
}
.btn-outline-primary:hover {
    color: #fff !important;
    background: #1a73e8 !important;
    border-color: #1a73e8 !important;
}
.customers-testimonials .owl-item .item .shadow-effect {
    background: linear-gradient(180deg, #ccc, transparent);
    box-shadow: none !important;
}
.customers-testimonials .owl-item.active.center .item .shadow-effect {
    background: linear-gradient(180deg, #c6dfff, transparent);
    box-shadow: none !important;
}
.customers-testimonials .owl-item .item .shadow-effect .stars-card svg  {
    color: #ccc;
}
.customers-testimonials .owl-item.active.center .item .shadow-effect .stars-card svg  {
    color: #1a73e8;
}
.customers-testimonials .owl-item .item .shadow-effect .stars-card svg.active {
    color: #ccc;
    fill: #ccc;
}
.customers-testimonials .owl-item .item {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}
.customers-testimonials .owl-item.active.center .item {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}
.customers-testimonials .owl-item.active.center .item .shadow-effect .stars-card svg.active {
    color: #1a73e8;
    fill: #1a73e8;
}
.text-dark-blue {
    color: #377bde;
}
.customers-testimonials .item a.btn {
    background: #1a73e8;
    transition: all 0.3s ease-in-out 0s;
}
.customers-testimonials .item a.btn:hover {
    transform: scale(1.1);
}
.customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    border: none !important;
    background: #ccc;
    margin: 0 8px;
    width: 12px;
    height: 12px;
}
.free_courses {
    margin: 80px auto !important;
}

.blog-grid-card {
    box-shadow: 0 0 0px 1px rgb(0 0 0 / 3%) !important;
    transform: translate(0) !important;
}

.blog-grid-detail {
    position: absolute;
    bottom:0;
    width: 100%;
}
.blog-grid-card .blog-grid-image {
    position: relative;
    width: 100%;
    height: 400px;
}
.blog-grid-detail > a {
    bottom: 50px;
}
.blog-grid-desc {
    display: none !important;
}
.blog-grid-footer span:first-child {
    position: absolute;
    z-index: 3;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    bottom: 20px;
    transition: all 0.3s ease-in-out 0s;
}
.blog-grid-footer > span:first-child svg {
    width: 12px;
    vertical-align: text-bottom;
}
.blog-grid-footer > span:first-child span {
    margin: 0 !important;
}
.blog-grid-footer > span:last-child {
    position: absolute;
    z-index: 3;
    color: #fff;
    bottom: 15px;
}
.blog-grid-footer > span:last-child {
    position: absolute;
    z-index: 3;
    color: #fff;
    bottom: 15px;
    font-size: 12px;
    font-weight: normal;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease-in-out 0s;
}
.blog-grid-footer > span:last-child svg {
    width: 12px;
    vertical-align: bottom;
}
.blog-grid-card .badge {
    background: none !important;
    font-size: 11px !important;
    font-weight: normal !important;
    position: absolute !important;
    bottom: 15px !important;
    padding: 0 !important;
    right: 15% !important;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease-in-out 0s;
}
.blog-grid-card .badge span {
    direction: ltr !important;
}
.blog-grid-card .badge svg {
    width: 12px;
    vertical-align: bottom;
        margin-top: -3px;
}
.blog-grid-card:hover .blog-grid-detail > a {
    bottom:70px;
}
.blog-grid-card:hover .blog-grid-footer span:first-child {
    bottom:40px;
}
.blog-grid-card:hover .badge {
    opacity: 1 !important;
    visibility: visible !important;
}
.blog-grid-card:hover .blog-grid-footer > span:last-child {
    opacity: 1;
    visibility: visible;
}
.blog-grid-card .blog-grid-detail .blog-grid-desc {
    border-bottom: none !important;
}
.testimonials-container .testimonials-card .testimonials-user-avatar {
    position: absolute;
    top: 30px;
    width: 80px;
    height: 80px;
}
.testimonials-container .testimonials-card {
    padding-top: 90px !important;
    margin: 25px 0 !important;
    pointer-events: none;
    padding-bottom: 30px !important;
    position: relative;
    border-radius: 15px;
    box-shadow: 0 0 0px 1px rgb(0 0 0 / 3%) !important;
    background-color: #fff;
    transition: all .5s ease;
    overflow: hidden;
}
.testimonials-container .testimonials-card .bottom-gradient {
    display:none !important;
}
.testimonials-container .testimonials-card h4 {
    color: #1a73e8 !important;
}
.testimonials-container .testimonials-card span.text-gray {
    font-size: 10px;
}
.testimonials-container .testimonials-card .stars-card svg  {
    color: #1a73e8;
}
.testimonials-container .testimonials-card .stars-card svg.active {
    color: #1a73e8;
    fill: #1a73e8;
}
.home-video-mask {
    background: linear-gradient(1deg, #1a73e8, #3abae2) !important;
    border: none !important;
}
.gradient-box {
    background-image: linear-gradient(180deg,#1a73e8,#3abae2) !important;
    opacity: 0.8 !important;
}
.home-organizations-card {
    position: relative;
    border-radius: 15px;
    box-shadow: 0 0 0px 1px rgb(0 0 0 / 3%) !important;
    background-color: #fff !important;
    transition: all .5s ease;
    overflow: hidden;
}
.home-organizations-card h3 {
    color: #1a73e8 !important;
}
.home-organizations-card p {
    font-size: 11px !important;
    color: #818894 !important;
    margin-top: 4px !important;
    margin-bottom: 15px !important;
}
.home-organizations-badge {
    background: #1a73e8 !important;
    color:#fff !important;
    font-weight: bold !important;
}
.subscribe-plan .badge {
    border-radius: 0 0px 5px 5px;
    padding: 0 !important;
    padding: 0 20px !important;
    font-size: 14px;
    line-height: 35px;
    font-weight: bold;
    left: 15px;
    top: 0px;
}
.subscribe-plan .plan-icon {
    width: 80px;
    height: 80px;
}
.subscribe-plan h3 {
    font-size: 20px;
    color: #1a73e8 !important;
}
.subscribe-plan p {
    font-size: 12px;
    font-weight: 400;
}
.subscribe-plan .text-primary span {
    font-size: 26px !important;
    color: #1a73e8 !important;
}
.subscribe-plan .plan-feature li {
    color: #8b919c;
    font-size: 12px !important;
}
.rtl .subscribe-plan .plan-feature li:after {
    background: none;
    content: '-';
    top: -5px;
    font-size: 18px;
    font-weight: normal;
    right: -12px;
}
.subscribe-plan {
    transform: scale(0.9);
}
.subscribe-plan.has_popular {
    transform: scale(1);
}
.subscribe-plan {
    position: relative;
    border-radius: 15px;
    box-shadow: 0 0 0px 1px rgb(0 0 0 / 3%) !important;
    background-color: #fff !important;
    transition: all .5s ease;
    overflow: hidden;
    border: none !important;
}
.subscribe-plan:hover {
    box-shadow: 0 0 0px 1px rgb(0 0 0 / 3%) !important;
}
.newslatter {
    text-align: center;
    background: #323232;
    padding: 25px 0;
}
.newslatter form button {
    position: absolute;
    left: -1px;
    box-shadow: none !important;
    border-radius: 15px !important;
    height: 50px;
    line-height: 50px;
    background: #1a73e8 !important;
    border: none;
}
.home_cover:not(.done) .home_cover_text h2 {
    opacity: 0;
    transition: all 1s ease-in-out 0s;
    transform: translateY(-25px);
}
.home_cover.done .home_cover_text h2 {
    opacity: 1;
    transition: all 1s ease-in-out 0s;
    transform: translateY(0px);
}
.home_cover:not(.done) .home_cover_text p {
    opacity: 0;
    transition: all 1s ease-in-out 0.3s;
    transform: translateY(-15px);
}
.home_cover.done .home_cover_text p {
    opacity: 1;
    transition: all 1s ease-in-out 0.3s;
    transform: translateY(0px);
}
@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translate3d(0, -10%, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}
@keyframes slideLeft {
	from {
		opacity: 0;
		transform: translate3d(10%, 0, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}
@keyframes slideRight {
	from {
		opacity: 0;
		transform: translate3d(-10%, 0, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeOut {
	from {
		opacity: 0;
		transform: translate3d(0, 10%, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}
@keyframes zoom {
	from {
		transform: scale3d(0.9, 0.9, 0.9);
	}
	to {
		transform: scale3d(1, 1, 1);
	}
}
.stats-container .stats-item {
    opacity: 0;
}
.stats-container.run .col-sm-6 .stats-item {
    animation: fadeIn 0.3s ease-in both
 }
 .stats-container.run .col-sm-6:nth-child(2) .stats-item {
	animation-delay: 0.1s;
}
.stats-container.run .col-sm-6:nth-child(3) .stats-item {
	animation-delay: 0.2s;
}
.stats-container.run .col-sm-6:nth-child(4) .stats-item {
	animation-delay: 0.3s;
}
.trend_cats > .section-title,
.trend_cats > .section-hint,
.trend_cats .col {
    opacity: 0;
}
.trend_cats.run > .section-title,
.trend_cats.run > .section-hint,
.trend_cats.run .col {
    animation: fadeIn 0.3s ease-in both
}
.trend_cats.run > .section-hint {
    animation-delay: 0.2s;
}
.trend_cats.run .col:nth-child(1) {
    animation-delay: 0.4s;
}
.trend_cats.run .col:nth-child(2) {
    animation-delay: 0.6s;
}
.trend_cats.run .col:nth-child(3) {
    animation-delay: 0.8s;
}
.trend_cats.run .col:nth-child(4) {
    animation-delay: 1s;
}
.trend_cats.run .col:nth-child(5) {
    animation-delay: 1.2s;
}
.home-sections:not(.trend_cats) .section-title,
.home-sections:not(.trend_cats) .section-hint,
.home-sections:not(.trend_cats) a.btn.btn-border-white,
.home-sections:not(.trend_cats) .swiper-slide,
.home-sections:not(.trend_cats) .owl-item,
.home-sections:not(.trend_cats).home_blog .col-md-4,
.home-sections:not(.trend_cats).home_bunners_small .col-6,
.home-sections:not(.trend_cats).find-instructor-section .col-lg-,
.home-sections:not(.trend_cats).home_bunner_full 
 {
    opacity: 0;
}
.home-sections:not(.trend_cats) .home-video-container {
    transform: scale3d(0.9, 0.9, 0.9);
}
.home-sections:not(.trend_cats).run .section-title {
    animation: slideLeft 0.5s ease-in both;
    animation-delay: 0s !important;
}
.home-sections:not(.trend_cats).run .section-hint {
    animation: slideLeft 0.5s ease-in both;
    animation-delay: 0.4s !important;
}
.home-sections:not(.trend_cats).run a.btn.btn-border-white {
    animation: slideRight 0.5s ease-in both;
    animation-delay: 0.8s !important;
}
.home-sections:not(.trend_cats).run .swiper-slide:nth-child(1n) {
    animation: fadeIn 0.5s ease-in both;
    animation-delay: 0s !important;
}
.home-sections:not(.trend_cats).run .swiper-slide:nth-child(2n) {
    animation: fadeIn 0.5s ease-in both;
    animation-delay: 0.4s !important;
}
.home-sections:not(.trend_cats).run .swiper-slide:nth-child(3n) {
    animation: fadeIn 0.5s ease-in both;
    animation-delay: 0.8s !important;
}
.home-sections:not(.trend_cats).run .owl-item:nth-child(1n) {
    animation: fadeIn 0.5s ease-in both;
    animation-delay: 0s !important;
}
.home-sections:not(.trend_cats).run .owl-item:nth-child(2n) {
    animation: fadeIn 0.5s ease-in both;
    animation-delay: 0.4s !important;
}
.home-sections:not(.trend_cats).run .owl-item:nth-child(3n) {
    animation: fadeIn 0.5s ease-in both;
    animation-delay: 0.8s !important;
}
.home-sections:not(.trend_cats).run.home_blog .col-md-4:nth-child(1) {
    animation: fadeIn 0.5s ease-in both;
    animation-delay: 0s !important;
}
.home-sections:not(.trend_cats).run.home_blog .col-md-4:nth-child(2) {
    animation: fadeIn 0.5s ease-in both;
    animation-delay: 0.4s !important;
}
.home-sections:not(.trend_cats).run.home_blog .col-md-4:nth-child(3) {
    animation: fadeIn 0.5s ease-in both;
    animation-delay: 0.8s !important;
}
.home-sections:not(.trend_cats).home_bunners_small.run .col-6:first-child {
    animation: slideLeft 0.5s ease-in both;
    animation-delay: 0s !important;
}
.home-sections:not(.trend_cats).home_bunners_small.run .col-6:last-child {
    animation: slideRight 0.5s ease-in both;
    animation-delay: 0s !important;
}
.home-sections:not(.trend_cats).run .home-video-container {
    animation: zoom 0.5s ease-in both;
    animation-delay: 0s !important;
}
.home-sections:not(.trend_cats).find-instructor-section.run .col-lg-6:first-child {
    animation: slideLeft 0.5s ease-in both;
    animation-delay: 0s !important;
}
.home-sections:not(.trend_cats).find-instructor-section.run .col-lg-6:last-child {
    animation: slideRight 0.5s ease-in both;
    animation-delay: 0s !important;
}
.home-sections:not(.trend_cats).home_bunner_full.run {
    animation: fadeIn 0.5s ease-in both;
    animation-delay: 0s !important;
}
.rtl .menu-category>ul>li .cat-dropdown-menu .feather-chevron-right {
    transition: transform 0.3s ease-in-out 0s;
}
.home_preload_overlay {
    display: none !important;
}
.hide_on_desktop {
    display: none !important;
}
.hide_on_mobile {
    display: initial !important;
}
.PaymentTypeSelector .charge-account-radio img {
    max-height: 30px;
}
.no-result.my-50 {
    margin-top: 0 !important;
    padding-top: 150px !important;
}
.PaymentTypeSelector .charge-account-radio label.active {
    box-shadow: 0 10px 30px 0 rgba(67,212,119,.3);
    border: 3px solid #1a73e8;
    background-color: #fff;
    transition: all .3s ease;
}
@media (max-width:991px) {
    .menu-category>ul>li .cat-dropdown-menu>li>a, .menu-category>ul>li .cat-dropdown-menu>li>ul>li a {
        display: -ms-flex !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding-bottom: 0 !important;
    }
    .side_menu .menu-category>ul>li .cat-dropdown-menu>li>a > svg:nth-child(3), .side_menu .menu-category>ul>li .cat-dropdown-menu>li> ul > li > a > svg:nth-child(3) {
        display: none !important;
    }
    .rtl .menu-category .sub-menu,
    .rtl .menu-category>ul>li .cat-dropdown-menu>li:hover .sub-menu,
    .rtl .menu-category>ul>li .cat-dropdown-menu>li .sub-menu {
        padding: 0 !important;
    }
    .Home_slider .slick-slide p {
        white-space: wrap !important;
        padding: 0 15px !important;
        width: 100% !important;
        transform: none !important;
        left: 0 !important;
        text-align: center !important;
        top:calc(50% + 50px) !important;
    }
    .home_cover {
        background-position: 75% !important;
    }
    .home_cover:not(.done) .home_cover_text h2,
    .home_cover:not(.done) .home_cover_text p {
        opacity: 1 !important;
        transform: translate(0) !important;
    }
    .home-sections:not(.trend_cats).run a.btn.btn-border-white {
        white-space: nowrap !important;
    }
    .cart-banner {
        padding-top: 100px !important;
    }
    .site-top-banner {
        padding-top: 60px !important;
    }
    .home-video-mask {
        display: none !important;
    }
    .home-video-container {
        background-size: cover !important;
    }
    .home_bunners_small a {
        margin-bottom: 15px !important;
        display: block !important;
    }
    .bawabat {
        padding-top: 0 !important;
    }
    .home-sections {
        margin: 25px 0 !important;
    }
    .stats-container {
        padding: 25px 0 !important;
    }
    .trend_cats {
        padding-top: 0 !important;
    }
    .subscribe-plan {
        transform: scale(1) !important;
    }
    .find-instructor-section .find-instructor-section-hero {
        max-width: 100% !important;
        margin-top: 25px;
    }
    div#app {
        margin-bottom: 0 !important;
    }
    .footer-social a {
        width: 30px !important;
        display: inline-block;
    }
    .footer-social {
        text-align: center !important;
    }
    .footer_copy {
        text-align: center !important;
    }
    .trend_cats .col-sm-6.col-lg-3 {
        margin-bottom: 25px;
    }
    .menu-category>ul>li .cat-dropdown-menu .cat-dropdown-menu-icon {
        position: relative;
        z-index: 99;
    }
    .menu-category>ul>li .cat-dropdown-menu>li .sub-menu {
        position: relative !important;
        top: initial !important;
        bottom: initial !important;
        right: initial !important;
        left: initial !important;
        opacity: 1 !important;
        visibility: visible !important;
        transition: none !important;
    }
    .rtl .menu-category>ul>li .cat-dropdown-menu .feather-chevron-right.active {
        transform: rotate(90deg);
    }
    .menu-category>ul>li .cat-dropdown-menu>li .sub-menu li {
        border-top: #ccc 1px solid !important;
        line-height: 50px !important;
        margin-bottom: 0 !important; 
    }
    .rtl .menu-category>ul>li .cat-dropdown-menu>li:hover .sub-menu {
        padding: 0 !important;
    }
    .home_cover.done .home_cover_text h2 {
        padding: 0 15px !important;
        font-size: 22px !important;
        line-height: normal !important;
        margin-bottom: 10px !important;
    }
    .home_cover.done .home_cover_text p {
        font-size: 14px !important;
        padding: 0 15px !important;
    }
    footer#website_footer {
        position: relative !important;
        top:initial !important;
        left: initial !important;
        right: initial !important;
        bottom:  initial !important;
    }
    .hide_on_desktop {
        display: initial !important;
    }
.home_preload_overlay, .hide_on_mobile {
    display: none !important;
}
header#website_header .user_box > div > a {
    color: #fff;
    font-weight: bold;
    font-size: 11px;
}
header#website_header .user_box > div > a:nth-child(2) {
    border: #fff 2px solid;
    border-radius: 6px;
    line-height: 25px;
    padding: 0 5px !important;
    display: block;
    transition: background 0.4s ease-in-out 0s;
}
header button#navbarShopingCart, header button#navbarNotification {
    zoom: 0.8;
}
header#website_header .logo img {
    filter: brightness(100);
    max-width: 75px;
}
.rtl .mr-10 {
    margin-left: 8px!important;
}
header .col-7.col-lg-4.text-right {
    padding-right: 0 !important;
}
header#website_header .user_box .dropdown {
    padding-top: 2px !important;
}
.side_menu > nav > ul {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translate(-50%,0);
    width: 90%;
    max-width: 500px;
}
.side_menu {
    overflow-x: hidden;
    overflow-y: auto;
}
.home_cover_text {
    padding: 15px;
}
.rtl .menu-category ul.cat-dropdown-menu > li > ul.sub-menu,
.rtl .menu-category ul.cat-dropdown-menu > li:hover > ul.sub-menu {
    padding-top: 15px !important;
}
.menu-category>ul>li .cat-dropdown-menu>li>a > div > svg {
    margin-left: 10px !important;
    margin-right: 0 !important;
}
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    background: #1a73e8 !important;
}
.subscribe-plan .badge-primary {
    color: #fff;
    background-color: #1a73e8 !important;
}
.text-primary {
    color: #1a73e8 !important;
}
.home-sections {
    position: relative;
    z-index: 2;
}
.customers-testimonials.owl-carousel .owl-dots .owl-dot.active span {
    background: #ccc !important;
}
.customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #1a73e8 !important;
}
.webinar-card, .blog-grid-card {
    position: relative;
    border-radius: 15px;
    border: #ddd 1px solid;
    background-color: #fff;
    transition: all .5s ease;
    overflow: hidden;
    box-shadow: none !important;
}
.testimonials-container .testimonials-card {
    border: #ccc 1px solid;
    box-shadow: none !important;
}
.subscribe-plan.has_popular {
    border: #4f9feb 1px solid !important;
    box-shadow: none !important;
}
.subscribe-plan {
    border: #ccc 1px solid !important;
    box-shadow: none !important; 
}
.find-instructor-section h2 {
    color:#1a73e8 !important;
}
img.find-instructor-section-dots {
    filter: grayscale(1) !important;
    -webkit-filter: grayscale(1) !important;
}
.footer_map, .footer_copy {
background: #0256c5 !important;
}
.rounded-pill, .search-top-banner .top-search-categories-form .search-input {
    border-radius: 6px !important;
}
.search-top-banner .top-search-categories-form .course-count-badge {
    background-color: #1a73e8;
    font-weight: 500;
    border-radius: 50px !important;
    line-height: 20px;
    padding: 3px 10px !important;
    font-size: 14px;
}
.site-top-banner.opacity-04:after {
    opacity: 0.6 !important;
}
.custom-control-input:not(:disabled):active~.custom-control-label:before,
.custom-control-input:checked~.custom-control-label:before {
    background-color: #1a73e8 !important;
    border-color: #1a73e8 !important;
}
.category-filter-title:after {
    background-color: #1a73e8 !important;
}
#filtersForm .shadow-lg {
    box-shadow: none !important;
    border: #ccc 1px solid !important;
}
.form-control {
    border-color: #ccc !important;
}
.form-control:focus {
    border-color: #1a73e8 !important;
}
.custom-control-input:focus:not(:checked)~.custom-control-label:before {
    border-color: #1a73e8 !important;  
}
.custom-pagination li span.active {
    border: 1px solid #1a73e8 !important;
    background-color: #1a73e8 !important;
    color: #fff !important;
    font-weight: bold;
}
.custom-pagination li a:hover {
    border: 1px solid #1a73e8 !important;
    background-color: #1a73e8 !important;
    color: #fff !important;
}
.custom-pagination li a {
    color:#1a73e8 !important;
    font-weight: bold !important;
}
.custom-pagination .next, .custom-pagination .previous {
    border: 1px solid #1a73e8 !important;
}
.custom-pagination {
    box-shadow: none !important;
    margin-bottom: 25px !important;
    border:none !important
}
.course-teacher-card .mt-15 {
    min-height: 25px;
}
.course-teacher-card {
    box-shadow: none !important;
    border: #ccc 1px solid;
}
.course-teacher-card .off-label {
    border-radius: 3px !important;
    line-height: 20px !important;
    padding: 0px 5px !important;
    font-size: 11px;
    top: 10px !important;
    left: 12px !important;
}
.stars-card i.active svg, .stars-card svg.active {
    color: #1a73e8;
    fill: #1a73e8;
}
.stars-card svg {
    color: #1a73e8;
}
.badge-primary {
    color: #fff;
    background-color: #1a73e8 !important;
}
.mr-15[data-toggle=tooltip] {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    transition: all 0s ease-in-out 0s !important;
}
.mr-15[data-toggle=tooltip]:hover {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    transform: scale(1.2);
}
body .checkbox-button.bordered-200 input[type=checkbox]:checked+label, .checkbox-button.bordered-200 input[type=radio]:checked+label {
    background: #1a73e8 !important;
}
body .checkbox-button input[type=checkbox]:checked+label, .checkbox-button input[type=radio]:checked+label {
    border:none !important; 
}
.checkbox-button label:hover {
    background:#1a73e8 !important; 
    border:none !important;
}
body .checkbox-button label {
    font-size: 13px !important;
    font-weight: 500 !important;
    background: #bc07ea !important;
    color:#Fff !important;
    border:none !important
}
.checkbox-button {
    margin-top: 0 !important;
}
.mr-15[data-toggle=tooltip]:nth-child(7) {
    display: none !important;
}
.swiper-pagination.best-sale-swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    display: none !important;
}
#topFilters label[for=gridView] {
    border: none !important;
    background: none !important;
}
#topFilters label[for=listView] {
    display: none !important;
}
.img-cover {
    -o-object-position: 50% 0 !important;
    object-position: 50% 0 !important;
}
.rtl .course-teacher-card .badge-primary {
    background: none !important;
    color: #1a73e8;
    margin: 0 !important;
    font-size: 14px;
    margin-top: 3px !important;
    font-weight: 500;
}
div#app {
    background: #fff !important;
    z-index: 2;
    position: relative;
    padding-bottom: 60px;
    margin-bottom: 558px;
}
footer#website_footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}
div#contactMap {
    box-shadow: none !important;
    border: #ccc 1px solid !important;
    border-radius: 10px !important;
}
.contact-items {
    box-shadow: none !important;
    border: #ccc 1px solid !important;
}
.contact-items .contact-icon-box {
    background: none !important;
}
.contact-items .contact-icon-box svg {
    color: #1a73e8 !important;
}
.contact_form .form-control {
    border-radius: 0;
    border: none;
    border-bottom: #ccc 2px solid;
    transition: all 0.3s ease-in-out 0s;
}
.contact_form .form-control:focus {
    border-bottom: #1a73e8 2px solid;
}
.contact_form label {
    color:#1a73e8;
}
.category-filter-title {
    color: #343434 !important;
}
.login-container {
    margin-top: 0 !important;
}
.course-content-sidebar .sidebar-title:after {
    background: #1a73e8;
}
.course-content-sidebar .rounded-lg.shadow-sm,
.accordion-row, .comments-card {
    border: #ccc 1px solid !important;
    box-shadow: none !important;
}
.section-title.after-line:after {
    margin-left: 0;
    margin-right: 10px;
}
.section-title.after-line {
    color: #1a73e8;
}
.bg-secondary {
    background-color: #fff !important;
    color: #000 !important;
    border: #ccc 1px solid;
}
.bg-secondary li a {
    color:#000 !important;
    font-weight: 500 !important;
}
.bg-secondary li a:after {
    background: #1a73e8 !important;
    width: 120% !important;
}
.bg-secondary li a.active,
.bg-secondary li a:hover {
    color:#1a73e8 !important;
}
.course-cover-container {
    position: relative;
    height: 500px;
}
.course-content-section .course-title {
    min-height: initial !important;
    max-height: initial !important;
}
.course-content-sidebar .rounded-lg.shadow-sm:first-child:after {
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    background: linear-gradient(transparent, #ccc);
    content: '';
    z-index: -1;
    border-radius: 16px;
}
.course-content-sidebar .rounded-lg.shadow-sm:first-child {
    border: transparent !important;
    background: #fff;
    position: relative;
}
.course-body-on-cover {
    min-height: 250px;
}
.course-content-sidebar .tags-card .tag-item {
    margin-right: 0;
    margin-left: 15px;
}
.nav-tabs .nav-item a.active:after {
    background: #1a73e8 !important;
    width: 120% !important;
}
.user-profile-state .state-icon {
    border: none !important;
    box-shadow: none !important;
}
.user-profile-state .state-icon img {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
}
.course-content-sidebar .sidebar-title {
    color: #141414 !important;
}
.text-secondary {
    color: #141414!important;
}
.find-instructor-section .find-instructor-section-hero {
    max-width: 505px;
    max-height: initial;
}
.spicial_offer {
    margin-top: 45px;
}
.badges-item {
    box-shadow: none !important;
    border: #ccc 1px solid !important;
    margin-bottom: 25px;
}
.post-show img {
    min-width: 100%;
    max-width: 100%;
}
.blog_side > div {
    box-shadow: none !important;
    border: #ccc 1px solid !important;
}
.container.login_page {
    padding-top: 100px;
}
.login-container img {
    border-radius: 0 10px 10px 0;
}
.pl-0, .px-0 {
    padding-left: 15px !important;
    padding-right: 0 !important;
}
.login-container {
    margin-bottom: 0 !important;
}
.container.cart_page .rounded-sm.shadow {
    box-shadow: none !important;
    border: #ccc 1px solid !important;
}
.container.cart_page .webinar-card {
    border: none !important;
}
.home_bunner_full a img, .home_bunners_small a img {
    transition: all 0.3s ease-in-out 0s;
}
.home_bunner_full a:hover img, .home_bunners_small  a:hover img {
    transform: scale(1.02) !important;
}
header#website_header {
    background: #fff;
    box-shadow: rgb(0 0 0 / 50%) 0 -3px 8px 1px;
    padding: 8px 0;
    position:absolute;
}
header#website_header .logo img {
    filter: brightness(1) !important;
}
header#website_header a.side_menu_toggle svg path {
    stroke: #258add !important;
}
header#website_header ul.navbar-nav li a {
    color: #258add !important;
}
header#website_header .user_box > div > a:not(:nth-child(2)) {
    color: #bc07ea !important;
}
header#website_header .user_box > div > a:nth-child(2),
header#website_header.scrolled .user_box > div > a:nth-child(2){
    border: #bc07ea 2px solid !important;
    color: #bc07ea !important;
}
header#website_header.scrolled .cart_menu svg, header#website_header.scrolled .notification_menu svg {
    color: #bc07ea !important;
}
.trend_cats img.img-cover, .stats-container .stats-item img {
    filter: invert(50%) sepia(1) saturate(30) hue-rotate(160deg);
}
.stats-container .stats-item .stat-number, .trending-card h3 {
    color: #258add !important;
}
.stats-container .stats-item .stat-title, .trending-card .item-count {
    color: #bc07ea !important;
}
.stats-container .stats-item * {
    color: #bc07ea !important;
}
.stats-container .stats-item {
    border: #258add 1px solid;
}
.home-sections .section-title {
    color: #258add;
}
.home-sections .section-hint {
    color: #bc07ea;
}
.trending-card .trending-image {
    border: #bc07ea 1px solid;
}
.trending-card .item-count {
    color: #fff !important;
    border: #bc07ea 1px solid;
    background: #bc07ea !important;
}
.btn-border-white {
    border: 2px solid #bc07ea !important;
    color: #bc07ea !important;
}
.webinar-card .image-box .badge {
    background: #bc07ea !important;
}
.webinar-card .webinar-price-box.mt-25 * {
    color: #258add !important;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after{
    background: #bc07ea !important;
}
.customers-testimonials .owl-item.active.center .item .shadow-effect {
    background:linear-gradient(180deg, #9abddb, transparent);
}
.text-dark-blue {
    color: #258add;
}
.customers-testimonials .shadow-effect p {
    color: #258add !important;
}
.customers-testimonials .owl-item.active.center .item .shadow-effect .stars-card svg {
    color:#bc07ea;
}
.stars-card svg  {
    color:#258add;
}
.customers-testimonials .owl-item.active.center .item .shadow-effect .stars-card svg.active {
    color: #bc07ea;
    fill: #bc07ea;
}
.btn-primary {
    background: #258add !important;
}
.footer_content {
    background: linear-gradient(180deg, #258add, #bc07ea);
}
.footer_map, .footer_copy {
    background:none !important; 
}
.newslatter {
    background: #258add !important;
}
.newslatter form button {
    background: #bc07ea !important;
}
.home_cover {
    background: url(https://wallpaper.dog/large/10716322.jpg) bottom no-repeat;
    background-size: cover;
}
.gradient-box {
    background-image: linear-gradient(180deg,#258add,#bc07ea) !important;
    opacity: 0.8 !important;
}
.testimonials-container .testimonials-card h4 {
    color: #258add !important;
}
.testimonials-container .testimonials-card .stars-card svg.active {
    color: #bc07ea;
    fill: #bc07ea;
}
.testimonials-container .testimonials-card {
    border: #258add 1px solid;
}
.customers-testimonials .item a.btn {
    background: #bc07ea !important;
}
.testimonials-container .testimonials-card > p {
    color: #bc07ea !important;
}
.subscribe-plan {
    border: #258add 1px solid !important;
}
.subscribe-plan.has_popular {
    border: #bc07ea 1px solid !important;
}
.subscribe-plan .badge-primary {
    background: #bc07ea !important;
}
.subscribe-plan h3 {
    color: #258add !important;
}
.subscribe-plan .text-primary span {
    color: #258add !important;
}
.subscribe-plan a.btn {
    background: #bc07ea !important;   
}
.find-instructor-section h2 {
    color: #258add !important;
}
.find-instructor-section a.btn.btn-primary {
    background: #bc07ea !important;
}
.find-instructor-section a.btn.btn-outline-primary {
    border: #bc07ea 1px solid !important;
    color: #bc07ea !important;
}
.home-video-mask {
    background: linear-gradient(180deg, #258add, #bc07ea) !important;
}
.home-organizations-card h3 {
    color: #258add !important;
}
.home-organizations-badge {
    background: #bc07ea !important;
}
.user_box .navbar-user > span {
    font-weight: bold;
    color: #bc07ea !important;
}
header#website_header .cart_menu svg, header#website_header .notification_menu svg {
    color: #bc07ea !important;
}
.course-content-sidebar .sidebar-title:after {
    background: linear-gradient(90deg,#258add,#bc07ea) !important;
}
.btn-primary {
    background: linear-gradient(90deg,#258add,#bc07ea) !important;
}
.nav-tabs .nav-item a.active:after {
    background-color: #9537e9 !important;
}
.search-top-banner .top-search-categories-form .course-count-badge {
    background: linear-gradient(90deg,#258add,#bc07ea) !important;
}
.category-filter-title:after {
    background: linear-gradient(90deg,#258add,#bc07ea) !important;
}
.contact-items .contact-icon-box svg {
    color: #bc07ed !important;
}
.user-details h1 {
    color: #bc08eb !important;
}
.offline-icon {
    background-color: #b46bc7;
    padding: 15px;
}
.user-offline-alert .text-dark-blue {
    color: #bc07ea;
}
.user-offline-alert {
    background-color: #f9e1ff;
    border: 1px solid #b46bc7;
    border-radius: 10px;
}
.cart-banner {
    width: 100%;
    padding: 120px 0;
    background: linear-gradient(90deg,#258add,#bc07ea);
    padding-bottom: 50px;
}
.search-top-banner img.img-cover {
    -o-object-position: 50% 35% !important;
    object-position: 50% 35% !important;
}
.webinar-card {
    cursor: pointer !important;
}
.course-content-sidebar .sidebar-ads {
    height: auto !important;
    max-height: none !important;
}
.instructor-finder-wizard .wizard-step-num:after {
    left:auto;
    right:0;
}
.wizard-custom-radio .wizard-custom-radio-item:first-child label {
    border-radius: 0 0.5rem 0.5rem 0;
    border: 1px solid #ececec;
    border-left:0;
}
.wizard-custom-radio .wizard-custom-radio-item:last-child label {
    border-radius: 0.5rem 0 0 0.5rem;
    border: 1px solid #ececec;
    border-right:0;
}
@media (min-width: 992px) {
    header#website_header ul.navbar-nav {
        white-space:nowrap !important;
    }
    .rtl .menu-category>ul>li .cat-dropdown-menu>li:hover .sub-menu {
        left: auto;
        right: calc(100% + 30px);
    }
    ul.custom_sub li {
        list-style: '-';
        padding-right: 10px;
    }
    ul.custom_sub {
        margin-right: 45px;
        color: #000;
        padding-top: 10px;
    }
}
.col-lg-7.hide_on_mobile {
    overflow: hidden;
}