/* contact us */
label.error {
    color: #ff0000;
}

#contact-us-btn {
    background: #000000 0% 0% no-repeat padding-box;
    border-radius: 18px;
    opacity: 1;
    color: #FFFFFF;
}
/* ------------------------------------------------------------- *//* course index */
.search-bar-background {
    background: #E9E9E9 0% 0% no-repeat padding-box;
}

.form-group {
    margin-bottom:  0px;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

#grid-view-btn:link {
    text-decoration: none;
    /*color: rgba(255,0,0,0.55) !important;*/
}

#grid-view-btn:visited {
    text-decoration: none;
    /*color: rgba(255,0,0,0.55) !important;*/
}

.class-index-background {
   background: #000000 0% 0% no-repeat padding-box;
   opacity: 0.85;
}
/* ------------------------------------------------------------- *//* course view */

.background {
    background: ^background_color^ 0% 0% no-repeat padding-box;
    border-radius: 20px;
}

#course-login-btn {
    background: #000000 0% 0% no-repeat padding-box;
    border-radius: 13px;
    opacity: 1;

    font: var(--unnamed-font-style-normal) normal normal var(--unnamed-font-size-25)/30px var(--unnamed-font-family-segoe-ui);
    letter-spacing: var(--unnamed-character-spacing-1-25);
    text-align: left;
    /*font: normal normal normal 25px/30px Segoe UI;*/
    letter-spacing: 1.25px;
    color: #FFFFFF;
}

#enrolled-btn {
    /*background: #8E11FB 0% 0% no-repeat padding-box;*/
    border-radius: 13px;
    opacity: 1;

    font: var(--unnamed-font-style-normal) normal normal var(--unnamed-font-size-25)/30px var(--unnamed-font-family-segoe-ui);
    letter-spacing: var(--unnamed-character-spacing-1-25);
    text-align: left;
    /*font: normal normal normal 25px/30px Segoe UI;*/
    letter-spacing: 1.25px;
    color: #FFFFFF;
}

ul.no-bullets {
  list-style-type: none;
  margin-left: 5px;
  margin-right: 5px;
  padding: 0;
}

ul li div  {
  width: 100%;
  height: 100%;
  background: #cccdd6 0% 0% no-repeat padding-box;
  padding: 10px;
  border-radius: 23px;
  /*opacity: 0.43;*/
  border: 1px solid #cccdd6;
  margin-bottom:  10px;
}

.topic-title {
    color: #000000 !important;
}

.breadcrumb {
    background-color: white;
}

.breadcrumb-item-url:link {
  text-decoration: none;
  color: #002654 !important; 
}

.breadcrumb-item-url:visited {
  text-decoration: none;
  color: #002654 !important; 
}

.topic_title_format {

    font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-bold) 20px var(--unnamed-font-family-segoe-ui);
    letter-spacing: var(--unnamed-character-spacing-0);
    text-align: left;
    text-decoration: none;
    font: normal normal bold 20px Segoe UI;
    letter-spacing: 0px;
    color: rgba(29, 33, 71, 1);
}

.topic_title_bg {
    background: rgba(29, 33, 71, 0.33) 0% 0% no-repeat padding-box;
    /*border: 1px solid rgba(112, 112, 112, 1);*/
    border-radius: 15px;
    /*opacity: 0.43;*/
}

.unlock_icon {
    color: rgba(252, 75, 130, 1) 0% 0% no-repeat padding-box;
    opacity: 1;
}

.course_code, .course_price {
    color: rgba(136, 136, 136, 1);
}
/* ------------------------------------------------------------- *//* home page */

/* header background */
.header-background {
    background: #000000 0% 0% no-repeat padding-box;
}

/* for footer */
.footer-background {
    background: #2c0578 0% 0% no-repeat padding-box;
}

.footer-text {
    letter-spacing: 0.8px;
    color: #9B9B9C;
    opacity: 1;
}
/* end for footer */

/*for header */

/* not login */
#login-btn {
    background: #000000 0% 0% no-repeat padding-box;
    border-radius: 13px;
    opacity: 1;

    font: var(--unnamed-font-style-normal) normal normal var(--unnamed-font-size-25)/30px var(--unnamed-font-family-segoe-ui);
    /*letter-spacing: var(--unnamed-character-spacing-1-25);*/
    /*text-align: left;*/
    /*font: normal normal normal 25px/30px Segoe UI;*/
    /*letter-spacing: 1.25px;*/
    color: #FFFFFF;
}

.row {
    margin-left:  0px;
    margin-right:  0px;
}

.title-active { /*for selected menu highlight */
    color: #644fb9 !important;
    font-weight: 800;
}

.title-in-active { /*for selected menu highlight */
    color: #000000 !important; 
}

.company-title {
   color: #002654 !important; 
}

/*.card-header {
   background: #ffffff;
}*/

.card-title {
      color: #000000 !important; 
}

.card-text {
      color: #000000 !important; 
}

.card-footer-text {
      color: #000000 !important; 
}

.desktop_menu:link { /*for normal menu color */
    text-decoration: none;
    color: #1F2D3C;
    opacity: 1;
}

.desktop_menu:visited { /*for normal menu color */
    text-decoration: none;
    color: #1F2D3C;
    opacity: 1;
}

/* Bootstrap 4 breakpoints, font size responsive */

/* Small devices (landscape phones, 544px and up) */
@media (min-width: 544px) {  
  .desktop_menu {
    font-size:0.5rem;
    } /*1rem = 16px*/
}
 
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {  
  .desktop_menu {
    font-size:0.5rem;
    } /*1rem = 16px*/
}
 
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
  .desktop_menu {
    font-size:1rem;
    } /*1rem = 16px*/
}
 
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  
  .desktop_menu {
    font-size:1.5rem;
    } /*1rem = 16px*/    
}
/* end for font size responsive */


/* for home page silder */
.card-background {
background: linear-gradient(180deg, #000000, #000000, #000000, #000000) 0% 0% no-repeat padding-box !important;
}

.rounded {
    border-radius: .50rem !important;
}
/* for home page silder */

.checked {
  color: orange;
}

/* for fancybox iframe size */
.fancybox-slide--iframe .fancybox-content {
  max-width: 1024px; 
  max-height: 600px;
}

#profile {
    border-radius: 50%;
    background: rgba(110, 17, 251, 1) 0% 0% no-repeat padding-box;
    border: none;
    color: white !important;
    height: 40px;
    width: 40px;
}

#mobile-profile {
    border-radius: 50%;
    background: rgba(255, 255, 255, 1) 0% 0% no-repeat padding-box;
    border: none;
    color: white !important;
}

.dropdown-toggle::after { /* for profile */
    display:  none;
}

/* for mobile right slider menu */
/* mobile */
@media (max-width: 768px) {
    .navbar-collapse {
        position: fixed;
        top: 54px;
        left: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        height: 100%;
        z-index: 999 !important;
    }

    .navbar-collapse.collapsing {
        height: 100%;
        left: -75%;
        transition: height 0s ease;
    }

    .navbar-collapse.show {
        height: 100%;
        left: 0;
        transition: left 400ms ease-in-out;
    }

    .navbar-toggler.collapsed ~ .navbar-collapse {
        transition: left 400ms ease-in;
    }

    .bg-slider {
        background-color: #ffffff !important;
    }
}
/* for mobile right slider menu */

.mongo_disabled {
  display: none;
}

.course_details_url:link {
    text-decoration: none;
    color: #000000 !important; 
    opacity: 1;
}

.course_details_url:visited {
    text-decoration: none;
    color: #000000 !important; 
    opacity: 1;
}

.course_details_url_black:link {
    text-decoration: none;
    color: #000000;
    opacity: 1;
}

.course_details_url_black:visited {
    text-decoration: none;
    color: #000000;
    opacity: 1;
}

.footer_url:link {
    text-decoration: none;
    color: #002654;
}

.footer_url:visited {
    text-decoration: none;
    color: #002654;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.7);
    font-size:  17px;
}

#c-left, #c-right {
    background: #2E057B;
    border: none;
}

/* for main page featured courses */

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .mobile-card-background {
        min-height: 500px;
    }

    .mobile-card-header {
        min-height: 200px; max-height: 200px;
    }

    .mobile-card-body {
        min-height: 250px;
    }

    .mobile-card-text {
        min-height: 180px;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {...}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {...}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .desktop-card-background {
        min-height: 300px;
    }

    .desktop-card-header {
        min-height: 150px; max-height: 150px;
    }

    .desktop-card-body {
        min-height: 200px;
    }

    .desktop-card-text {
        min-height: 120px;
        font-size:  14px;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .desktop-card-background {
        min-height: 500px;
    }

    .desktop-card-header {
        min-height: 250px; max-height: 250px;
    }

    .desktop-card-body {
        min-height: 250px;
        font-size:  16px;
    }

    .desktop-card-text {
        min-height: 120px;
    }
}

/* for ckeditor font sizes */
.text-tiny {
    font-size: 12px;
}

.text-small {
    font-size: 14px;
}

.text-default {
    font-size: 16px;
}

.text-big {
    font-size: 20px;
}

.text-huge {
    font-size: 24px;
}
/* ------------------------------------------------------------- *//* Site Testimonials */

.tab-content {
    border-left: 0.3px solid rgba(96, 54, 180, 1);
    border-right: 0.3px solid rgba(96, 54, 180, 1);
    border-bottom: 0.3px solid rgba(96, 54, 180, 1);
    /*border-radius: 0 0 4px 4px;*/
    padding: 10px;
    background: rgba(253, 246, 255, 0.3);
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border: 1px solid rgba(99, 63, 185, 1);
    background: rgba(99, 63, 185, 1);
    color: #ffffff;
}

.tab-title {
    color: rgba(99, 63, 185, 1);
}

.tab-title:hover {
    color: rgba(99, 63, 185, 1);
}

.tab-background {
    background: rgba(241, 241, 241, 1);
    border: 1px solid rgba(255, 255, 255, 1);
}

.nav-tabs {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(99, 63, 185, 1);  
}


/* bubble */
.speech-bubble-left {
    position: relative;
    background: rgba(99, 63, 185, 1);
    border-radius: .4em;
}

.speech-bubble-left:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 0;
    height: 0;
    border: 59px solid transparent;
    border-right-color: rgba(99, 63, 185, 1);
    border-left: 0;
    border-top: 0;
    margin-top: -29.5px;
    margin-left: -59px;
}

.speech-bubble-right {
    position: relative;
    background: rgba(233, 233, 233, 1);
    border-radius: .4em;
}

.speech-bubble-right:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 0;
    height: 0;
    border: 59px solid transparent;
    border-left-color: rgba(233, 233, 233, 1);
    border-right: 0;
    border-top: 0;
    margin-top: -29.5px;
    margin-right: -59px;
}

.speech-bubble-grey {
    background: rgba(233, 233, 233, 1);
    border-radius: .4em;
}

.speech-bubble-purple {
    background: rgba(99, 63, 185, 1);
    border-radius: .4em;
}

.img_avatar {
    border-radius: 50%;
}
/* ------------------------------------------------------------- */