@charset "UTF-8";

/*
 * Author: Hamse Mohamoud
 * 更多模板：www.bootstrapmb.com
 */


/* -------------------------------------------------------------- */
/* Table of Contents
 -----------------------------------------------------------------
  #container
  #section
  #section_header
  #animation
  #backgrounds
  #background-gradient
  #button
  #margin
  #padding
  #dropdown
  #main_sidebar
  #sidebar
  #header
  #btn-option
  #shadows-classes
  #syntax
  #Markup-bytton
  #Icons
  #embed-video
  #responsive-tabs
  #responsive-tabs style 1
  #responsive-tabs style 2
  #responsive-tabs style 3
  #responsive-tabs style 4
  #List-Styles
  #book-card
  #book-popular
  #skill-card
  #skill-card-slider 
  #blog-post
  #comments
  #blog-article-meta
  #Pricing
  #sidebar-filter
  #course-card
  #course-card-thumbnail
  #course-progressbar
  #course-grid-slider
  #course-card-resume
  #course-details
  #course-curriculum-list
  #course-faq
  #course-rating
  #course-card-trailer


 ----------------------------------------------------------------- */

/* -------------------------------------------------------------- */
/* 01. Import googlefonts  

 ----------------------------------------------------------------- */
@import url(https://fonts.googleapis.com/css?family=Muli:300,300i,400,400i,500,600,700,800);


html {
  /* font-family: "Muli", "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; */
  font-family: Open Sans;
}
html body {/* -webkit-font-smoothing: antialiased; *//* overflow-x: hidden; *//* padding: .75rem 2rem; *//* background-repeat: no-repeat; *//* background-attachment: fixed; *//* padding-top: 1.25rem; *//* padding-bottom: 0; *//* background: #348f6c; */}

.wrapper{
  background-color: #fff
} 
 
/*
========================================================================
   Component: Container
 ========================================================================== */
/*
 * 1. Box sizing has to be `content-box` so the max-width is always the same and
 *    unaffected by the padding on different breakpoints. It's important for the size modifiers.
 */
.container {
  /* 1 */
  box-sizing: content-box;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

/*
   * Micro clearfix
   */
.container::before,
.container::after {
  content: "";
  display: table;
}

.container::after {
  clear: both;
}

/*
   * Remove margin from the last-child
   */
.container> :last-child {
  margin-bottom: 0;
}

/*
   * Remove padding from nested containers
   */
.container .container {
  padding-left: 0;
  padding-right: 0;
}

/* Size modifier
   ========================================================================== */
.container-xsmall {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.container-small {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.container-large {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.container-expand {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}


/* Expand modifier
 ========================================================================== */
/*
* Expand one side only
*/
.container-expand-left {
  margin-left: 0;
}

.container-expand-right {
  margin-right: 0;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {

  .container-expand-left.container-xsmall,
  .container-expand-right.container-xsmall {
    max-width: calc(50% + (750px / 2) - 30px);
  }

  .container-expand-left.container-small,
  .container-expand-right.container-small {
    max-width: calc(50% + (900px / 2) - 30px);
  }
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {

  .container-expand-left,
  .container-expand-right {
    max-width: calc(50% + (1200px / 2) - 40px);
  }

  .container-expand-left.container-xsmall,
  .container-expand-right.container-xsmall {
    max-width: calc(50% + (750px / 2) - 40px);
  }

  .container-expand-left.container-small,
  .container-expand-right.container-small {
    max-width: calc(50% + (900px / 2) - 40px);
  }

  .container-expand-left.container-large,
  .container-expand-right.container-large {
    max-width: calc(50% + (1600px / 2) - 40px);
  }
}


/* ---------------------------------- */
/* section
------------------------------------- */

.section {
  box-sizing: border-box;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}

/* Desktop and bigger */
@media (min-width: 960px) {
  .section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

/*
 * Micro clearfix
 */
.section::before,
.section::after {
  content: "";
  display: table;
}

.section::after {
  clear: both;
}

/*
 * Remove margin from the last-child
 */
.section> :last-child {
  margin-bottom: 0;
}


/* Size modifiers
 ========================================================================== */

/*
* Small
*/
.section-small {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}

/*
* Large
*/
.section-large {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

/*
* XLarge
*/
.section-xlarge {
  padding-top: 140px;
  padding-bottom: 140px;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .section-small {
    padding-top: 25px;
    padding-bottom: 25px;
    position: relative;
  }

  .section-xlarge {
    padding-top: 210px;
    padding-bottom: 210px;
  }

  .section-large {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}


/* ---------------------------------- */
/* section header
------------------------------------- */
.section-header {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 14px 0;
  /* border-top: 1px solid #ebebee; */
}

.section-header.border-bottom {
  border-top: 0;
  border-bottom: 1px solid #ebebee;
}

.section-header-left {
  flex: 1;
  min-width: 1px;
}

.section-header-left>* {
  margin-bottom: 5px;
  color: #3e416d;
  text-transform: capitalize;
}

.section-header-right {
  width: auto;
  align-items: center;
  display: flex;
  justify-content: center;
}

.section-header-right>* {
  margin-left: 10px;
}

.section-header-right a.see-all {
  position: relative;
  padding-right: 23px;
  color: #9799b1;
  bottom: -3px;
  line-height: 1;
}

.section-header-right a.see-all:hover {
  color: #3e416d;
}

.section-header-right a.see-all::after {
  font-family: "Feather-Icons";
  content: '\e930';
  font-size: 18px;
  right: 0;
  position: absolute;
  line-height: .7;
}



/* Tablet landscape and smaller */
@media (max-width: 768px) {
  .section-header {
    /* display:block; */
    margin-bottom: 10px;
    padding-bottom: 13px;
    align-items: center;
  }

  .section-header-title>* {
    font-size: 17px;
    line-height: 1;
  }

  .section-header-link a {
    font-size: 14px;
    bottom: 0;
  }

}




  
/* ---------------------------------- */
/* animation   
------------------------------------- */

.transition-3d-hover,
.animate-this {
  transition: all 0.2s ease-in-out;
}

.transition-3d-hover:hover,
.transition-3d-hover:focus {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.animate-this:hover,
.animate-this:focus {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

 


/* ---------------------------------- */
/* Background   
------------------------------------- */
.bg-primary,
.bg-primary-hover:hover {
  background-color: #377dff !important;
}

.bg-secondary,
.bg-secondary-hover:hover {
  background-color: #f1f3f4 !important;
}

.bg-success,
.bg-success-hover:hover {
  background-color: #4aa582 !important;
}

.bg-info,
.bg-info-hover:hover {
  background-color: #00dffc !important;
}

.bg-warning,
.bg-warning-hover:hover {
  background-color: #ffc107 !important;
}

.bg-danger,
.bg-danger-hover:hover {
  background-color: #ff3b30 !important;
}

.bg-light,
.bg-light-hover:hover {
  background-color: #f9f9f9 !important;
}

.bg-grey,
.bg-grey-hover:hover {
  background-color: #3e416d !important;
}

.bg-white,
.bg-white-hover:hover {
  background-color: #fff !important;
}

.bg-dark,
.bg-dark-hover:hover {
  background-color: #000 !important;
}

.bg-transparent,
.bg-transparent-hover:hover {
  background-color: transparent !important;
}


/* ---------------------------------- */
/* gradient Backgrounds  
------------------------------------- */
.bg-transparent {
  background-color: transparent !important;
}

.bg-gradient-primary {
  background: linear-gradient(80deg, #325bd6, #002fbd 100%) !important;
}

.bg-gradient-secondary {
  background: linear-gradient(80deg, #fafafa 0, #fafafa 100%) !important
}

.bg-gradient-success {
  background: linear-gradient(80deg, #348f6c 0, #92c1af 100%) !important;
}

.bg-gradient-info {
  background: linear-gradient(80deg, #24b7fa 0, #24e2fa 100%) !important
}

.bg-gradient-warning {
  background: linear-gradient(80deg, #ff9500 0, #ff6200 100%) !important
}

.bg-gradient-danger {
  background: linear-gradient(80deg, #ff3b30 0, #ff304e 100%) !important
}

.bg-gradient-light {
  background: linear-gradient(80deg, #ced4da 0, #ced6da 100%) !important
}

.bg-gradient-grey {
  background: linear-gradient(80deg, rgb(62, 71, 79) 0, rgb(95, 109, 121) 100%) !important
}

.bg-gradient-dark {
  background: linear-gradient(80deg, #05172a 0, #051e2a 100%) !important
}

.bg-gradient-1 {
  background-color: rgba(62, 62, 62, 0.52);
  background-blend-mode: color-burn;
}

.bg-gradient-2 {
  background-image: linear-gradient(-225deg, #5D9FFF 0%, #B8DCFF 48%, #6BBBFF 100%);
  background-blend-mode: color-burn;
}

.bg-gradient-3 {
  background-image: linear-gradient(to top, #0d8464 0%, #4c8bb1 100%);
  background-blend-mode: color-burn;
}

.bg-gradient-4 {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #212529 115%);
}

.bg-color-burn {
  background-color: rgba(62, 62, 62, 0.52);
  background-blend-mode: color-burn;
}


.bg-image-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border-radius: inherit;
}


/* ---------------------------------- */
/* Background Soft Colors  
------------------------------------- */
.bg-soft-primary {
  background-color: rgba(55, 125, 255, 0.1) !important;
}

.bg-soft-secondary {
  background-color: rgba(119, 131, 143, 0.1) !important;
}

.bg-soft-success {
  background-color: rgb(229 247 240) !important;
}

.bg-soft-info {
  background-color: rgba(0, 223, 252, 0.1) !important;
}

.bg-soft-warning {
  background-color: rgba(255, 193, 7, 0.1) !important;
}

.bg-soft-danger {
  background-color: rgba(222, 68, 55, 0.1) !important;
}

.bg-soft-light {
  background-color: rgba(248, 249, 250, 0.1) !important;
}

.bg-soft-dark {
  background-color: rgba(30, 32, 34, 0.1) !important;
}

.bg-soft-white {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.bg-soft-indigo {
  background-color: rgba(45, 21, 130, 0.1) !important;
}

.bg-soft-facebook {
  background-color: rgba(59, 89, 152, 0.1) !important;
}

.bg-soft-google {
  background-color: rgba(209, 65, 48, 0.1) !important;
}

.bg-soft-twitter {
  background-color: rgba(29, 161, 242, 0.1) !important;
}

.bg-soft-instagram {
  background-color: rgba(63, 114, 155, 0.1) !important;
}

.bg-soft-github {
  background-color: rgba(36, 41, 46, 0.1) !important;
}

.bg-soft-gray {
  background-color: rgba(248, 250, 253, 0.1) !important;
}


.bg-color-burn {
  background-color: rgba(62, 62, 62, 0.52);
  background-blend-mode: color-burn;
}



/* ---------------------------------- */
/* button  
------------------------------------- */

.button {
  font-weight: 600;
  text-transform: capitalize;
  display: inline-block;
  user-select: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border: 1.5px solid transparent;
  position: relative;
  color: #009688;
  background: #d2f5d3;
  font-size: 14px;
  line-height: 36px;
  padding: 0 20px;
  border-radius: 6px;
  margin: 0;
  height: 37px;
  transition: all 0.08s ease 0s;
  cursor: pointer;
}

.button.block {
  display: block;
  width: 100%;
  padding: 0;
}


@media screen and (prefers-reduced-motion:reduce) {
  .button {
    transition: none
  }
}

.button :focus,
.button :hover {
  text-decoration: none
}

.button .focus,
.button :focus {
  outline: 0;
  box-shadow: 0 4px 15px rgba(81, 15, 168, .35)
}

.button .disabled,
.button :disabled {
  opacity: .65;
  box-shadow: none
}


.button :not(:disabled):not(.disabled).active,
.button :not(:disabled):not(.disabled):active {
  box-shadow: none
}

.button :not(:disabled):not(.disabled).active:focus,
.button :not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 4px 15px rgba(81, 15, 168, .35), none
}

a.button .disabled,
fieldset:disabled a.button {
  pointer-events: none
}

.button.circle {
  border-radius: 500px !important;
}

.button.button-icon {
  padding: 0px 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
}

.button.button-icon i {
  font-weight: 500;
}


/* ---------------------------------- */
/* Button size  
------------------------------------- */
.button.small {
  font-size: 13px;
  line-height: 31px;
  padding: 0 16px;
  height: 31px;
}

.button.large {
  font-size: 15px;
  line-height: 45px;
  padding: 0px 23px;
  height: 48px;
}

.button.xlarge {
  font-size: 15px;
  line-height: 45px;
  padding: 0px 22px;
  height: 47px;
}


@media (min-height: 600px) and (min-width: 767px) {

  .button.xlarge {
    font-size: 17px;
    line-height: 55px;
    padding: 0px 26px;
    height: 57px;
  }

}

/* ---------------------------------- */
/* Button components  
------------------------------------- */

.button.default {
  background: linear-gradient(to right, rgb(26, 115, 232), rgb(32, 98, 183));
  border-color: transparent;
  box-shadow: none !important;
  border: 0;
  background: #e8f0fe;
  color: #2076e8;
}


.button.default:hover,
.button.default:focus,
.button.default.active {
  color: #fff;
  background: linear-gradient(to right, rgb(60, 140, 245), rgb(39, 113, 208));
  border-color: transparent;
}


.button.primary {
  color: #fff;
  background-color: #377dff;
  border-color: #377dff;
}

.button.soft-primary {
  color: #1a73e8;
  background-color: rgb(232, 240, 254);
}

.button.primary:hover,
.button.primary:focus,
.button.soft-primary:hover,
.button.soft-primary:focus,
.button.primary.active {
  color: #fff;
  border-color: #1a73e8;
  background-color: #1a73e8;
}

.button.primary.disabled {
  color: #fff;
  border-color: #377dff;
  background-color: #377dff;
  box-shadow: none !important;
  cursor: auto;
}

.button.soft-primary.disabled:hover {
  color: #377dff;
  background-color: rgba(55, 125, 255, 0.1);
  border-color: transparent;
  box-shadow: none !important;
  cursor: auto;
}

.button.secondary {
  color: #3e416d;
  background-color: #f1f3f4;
  border-color: #f2f2f2;
}

.button.soft-secondary {
  color: #77838f;
  background-color: rgba(119, 131, 143, 0.1);
  border-color: transparent;
}

.button.secondary:hover,
.button.secondary:focus,
.button.soft-secondary:hover,
.button.soft-secondary:focus,
.button.secondary.active {
  color: #fff;
  background-color: #65707b;
  border-color: #65707b;
}

.button.secondary.disabled {
  color: #fff;
  background-color: #77838f;
  border-color: #77838f;
  box-shadow: none !important;
  cursor: auto;
}

.button.soft-secondary.disabled:hover {
  color: #77838f;
  background-color: rgba(119, 131, 143, 0.1);
  border-color: transparent;
  box-shadow: none !important;
  cursor: auto;
}


.button.success {
  color: #fff;
  border-color: #009688;
  background-color: #009688;
}

.button.soft-success {
  color: #29bb83;
  border-color: transparent;
  background-color: rgba(0, 201, 167, 0.1);
}

.button.success:hover,
.button.success:focus,
.button.soft-success:hover,
.button.soft-success:focus,
.button.success.active {
  color: #fff;
  background-color: #4aa582;
  border-color: #4aa582;
}

.button.success.disabled {
  color: #fff;
  border-color: #00c9a7;
  background-color: #00c9a7;
  box-shadow: none !important;
  cursor: auto;
}

.button.soft-success.disabled:hover {
  color: #00c9a7;
  border-color: transparent;
  background-color: rgba(0, 201, 167, 0.1);
  box-shadow: none !important;
  cursor: auto;
}

.button.info {
  color: #fff;
  background-color: #00dffc;
  border-color: #00dffc;
}

.button.soft-info {
  color: #00dffc;
  background-color: #dffafd;
  border-color: transparent;
}

.button.info:hover,
.button.info:focus,
.button.soft-info:hover,
.button.soft-info:focus,
.button.info.active {
  color: #fff;
  background-color: #00dffc;
  border-color: #00dffc;
}


.button.info.disabled {
  color: #fff;
  border-color: #00dffc;
  background-color: #00dffc;
  box-shadow: none !important;
  cursor: auto;
}

.button.soft-info.disabled:hover {
  color: #00dffc;
  background-color: rgba(0, 223, 252, 0.1);
  border-color: transparent;
  box-shadow: none !important;
  cursor: auto;
}

.button.warning {
  color: #fff;
  border-color: #f98f1d;
  background-color: #f98f1d;
}

.button.soft-warning {
  color: #f98f1d;
  border-color: transparent;
  background-color: rgb(255, 241, 227);
}

.button.warning:hover,
.button.warning:focus,
.button.soft-warning:hover,
.button.soft-warning:focus,
.button.warning.active {
  color: #fff;
  border-color: #f89020;
  background-color: #f89020;
}


.button.warning.disabled {
  color: #fff;
  border-color: #ffc107;
  background-color: #ffc107;
  box-shadow: none !important;
  cursor: auto;
}

.button.soft-warning.disabled:hover {
  color: #ffc107;
  border-color: transparent;
  background-color: rgba(255, 193, 7, 0.1);
  box-shadow: none !important;
  cursor: auto;
}


.button.danger {
  color: #fff;
  border-color: #ff3b30;
  background-color: #ff3b30;
}

.button.soft-danger {
  color: #ff3b30;
  border-color: transparent;
  background-color: rgb(255, 227, 227);
}

.button.danger:hover,
.button.danger:focus,
.button.soft-danger:hover,
.button.soft-danger:focus,
.button.danger.active {
  color: #fff;
  border-color: #f03b2c;
  background-color: #f03b2c
}

.button.danger.disabled {
  color: #fff;
  border-color: #ff3b30;
  background-color: #ff3b30;
  box-shadow: none !important;
  cursor: auto;
}

.button.soft-danger.disabled:hover {
  color: #ff3b30;
  border-color: transparent;
  background-color: rgba(222, 68, 55, 0.1);
  box-shadow: none !important;
  cursor: auto;
}

.button.light {
  color: #212529;
  border-color: #e3e7f7;
  background-color: #e3e7f7;
}

.button.soft-light {
  color: #e3e7f7;
  border-color: transparent;
  background-color: rgba(184, 193, 202, 0.17);
}

.button.light:hover,
.button.light:focus,
.button.soft-light:hover,
.button.soft-light:focus,
.button.light.active {
  color: #212529;
  border-color: #bbc8ff;
  background-color: #bbc8ff;
}


.button.light.disabled {
  color: #212529;
  border-color: #ced4da;
  background-color: #ced4da;
  box-shadow: none !important;
  cursor: auto;
}

.button.soft-light.disabled:hover {
  color: #b8bfc5;
  border-color: transparent;
  background-color: rgba(184, 193, 202, 0.17);
  box-shadow: none !important;
  cursor: auto;
}


.button.dark {
  color: #fff;
  border-color: #000;
  background-color: #000;
}

.button.soft-dark {
  color: #000;
  border-color: transparent;
  background-color: rgba(0, 0, 0, 0.06);
}

.button.dark:hover,
.button.dark:focus,
.button.soft-dark:hover,
.button.soft-dark:focus,
.button.dark.active {
  color: #fff;
  border-color: #05172a;
  background-color: #161616;
}


.button.dark.disabled {
  color: #fff;
  border-color: #000;
  background-color: #000;
  box-shadow: none !important;
  cursor: auto;
}

.button.soft-dark.disabled:hover {
  color: #000;
  border-color: transparent;
  background-color: rgba(0, 0, 0, 0.06);
  box-shadow: none !important;
  cursor: auto;
}

.button.white {
  color: #212529;
  border-color: #fff;
  background-color: #fff;
  box-shadow: none
}

.button.white:hover {
  color: #212529;
  border-color: #fff;
  background-color: #fff
}

.button.white.hover,
.button.white:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, .5)
}

.button.white.disabled {
  color: #212529;
  border-color: #fff;
  background-color: #fff;
  cursor: auto;
}


.button.grey {
  color: #fff;
  border-color: #3e416d;
  background-color: #3e416d;
}

.button.soft-grey {
  color: #3e416d;
  border-color: #f1f1f1;
  background-color: #f1f1f1;
}

.button.grey:hover,
.button.grey.active,
.button.soft-grey:hover,
.button.soft-grey.active {
  color: #fff;
  border-color: #484c7d;
  background-color: #484c7d;
}

.button.grey.disabled {
  color: #fff;
  border-color: #3e416d;
  background-color: #3e416d;
  box-shadow: none;
  cursor: auto;
}



.button.transparent {
  background: 0 0 !important
}

.button.transparent:hover {
  border-color: transparent !important;
  background: 0 0 !important
}

/* ========================================================================
  Outline Button Styles
========================================================================== */

.button.outline-primary {
  color: #377dff;
  border-color: #377dff;
  background-color: transparent;
  background-image: none
}

.button.outline-primary:hover {
  color: #fff;
  border-color: #377dff;
  background-color: #377dff
}

.button.outline-secondary {
  color: #77838f;
  border-color: #77838f;
  background-color: transparent;
  background-image: none
}

.button.outline-secondary:hover {
  color: #fff;
  border-color: #77838f;
  background-color: #77838f
}

.button.outline-success {
  color: #009688;
  border-color: #009688;
  background-color: transparent;
  background-image: none;
}

.button.outline-success:hover {
  color: #fff;
  border-color: #009688;
  background-color: #009688;
}

.button.outline-info {
  color: #00dffc;
  border-color: #00dffc;
  background-color: transparent;
  background-image: none
}

.button.outline-info:hover {
  color: #fff;
  border-color: #00dffc;
  background-color: #00dffc
}

.button.outline-warning {
  color: #ffa500;
  border-color: #ffa500;
  background-color: transparent;
  background-image: none;
}

.button.outline-warning:hover {
  color: #fff;
  border-color: #ffa500;
  background-color: #ffa500;
}


.button.outline-danger {
  color: #ff3b30;
  border-color: #ff3b30;
  background-color: transparent;
  background-image: none
}

.button.outline-danger:hover {
  color: #fff;
  border-color: #ff3b30;
  background-color: #ff3b30
}

.button.outline-light {
  color: #a3abb2;
  border-color: #a3abb2;
  background-color: transparent;
  background-image: none
}

.button.outline-light:hover {
  color: #212529;
  border-color: #ced4da;
  background-color: #ced4da
}

.button.outline-dark {
  color: #000;
  border-color: #000;
  background-color: transparent;
  background-image: none
}

.button.outline-dark:hover {
  color: #fff;
  border-color: #000;
  background-color: #000
}

.button.outline-white {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}


.button.outline-white:hover {
  color: #000 !important;
  border-color: #fff;
  background-color: #fff;
}


/*------------------------------------
 Social Button Styles
------------------------------------*/

.button.soft-facebook {
  color: #3b5998;
  background: rgba(59, 89, 152, 0.1);
  border-color: transparent;
}

.button.facebook,
.button.facebook {
  color: #fff;
  background: #527bd2;
  border-color: #527bd2;
}

.button.facebook:hover,
.button.facebook:focus,
.button.soft-facebook:hover,
.button.soft-facebook:focus {
  color: #fff;
  background: #6190f3;
  border-color: #6190f3;
}

.button.linkedin {
  color: #fff;
  background: #3f729b;
  border-color: transparent;
}

.button.soft-linkedin {
  color: #3f729b;
  background: rgba(63, 114, 155, 0.1);
  border-color: transparent;
}

.button.linkedin:hover,
.button.linkedin:focus,
.button.soft-linkedin:hover,
.button.soft-linkedin:focus {
  color: #fff;
  background: #3f729b;
  border-color: #3f729b;
}


/* button icon label */
.button.icon-label {
  border: 0
}

.button.icon-label {
  position: relative
}

.button.icon-label .inner-icon {
  line-height: 1;
  position: absolute;
  width: 3em;
  height: 100%;
  margin: 0;
  text-align: center;
  border-radius: 0;
  background-color: rgba(0, 0, 0, .1);
  display: flex;
  justify-content: center;
  align-items: center;
}

.button.icon-label .inner-icon:not(:first-child) {
  top: 0;
  right: 0;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit
}

.button.icon-label .inner-icon:not(:last-child) {
  top: 0;
  left: 0;
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit
}

.button.icon-label .inner-text:not(:first-child) {
  padding-left: 2em;
}

.button.icon-label .inner-text:not(:last-child) {
  padding-right: 2em
}


.button.icon .inner-text:not(:first-child) {
  margin-left: .75em
}

.button.icon .inner-text:not(:last-child) {
  margin-right: .75em
}

/* Button animation  */

.button.animated-x,
.button.animated-y {
  position: relative;
  overflow: hidden !important
}

.button.animated-x .inner-visible {
  position: relative;
  right: 0;
  transition: right .3s ease 0s
}

.button.animated-x .inner-hidden {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  right: -100%;
  transition: right .3s ease 0s
}

.button.animated-x:hover .inner-hidden {
  right: 0
}

.button.animated-x:hover .inner-visible {
  right: 150%
}

.button.animated-y .inner-visible {
  position: relative;
  top: 0;
  transition: top .3s ease 0s
}

.button.animated-y .inner-hidden {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  bottom: -190%;
  left: 0;
  transition: bottom .3s ease 0s;
}

.button.animated-y:hover .inner-hidden {
  bottom: -16px;
}

.button.animated-y:hover .inner-visible {
  top: 100px
}

.button.icon-only {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* button groupss  */
.buttons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  vertical-align: baseline;
}

.buttons .button {
  border-radius: 0;
  width: 10;
}

.buttons .button:first-child {
  border-left: none;
  margin-left: 0;
  border-top-left-radius: .28571429rem;
  border-bottom-left-radius: .28571429rem;
}

.buttons .button:last-child {
  border-top-right-radius: .28571429rem;
  border-bottom-right-radius: .28571429rem;
}

/* button conditions */
.buttons .or {
  position: relative;
  width: .3em;
  height: auto;
  z-index: 3;
}

.buttons .or:before {
  position: absolute;
  text-align: center;
  border-radius: 500rem;
  content: 'or';
  top: 50%;
  left: 50%;
  background-color: #fff;
  text-shadow: none;
  margin-top: -.89285714em;
  margin-left: -.89285714em;
  width: 1.78571429em;
  height: 1.78571429em;
  line-height: 1.78571429em;
  color: rgba(0, 0, 0, .4);
  font-style: normal;
  font-weight: 700;
  -webkit-box-shadow: 0 0 0 1px transparent inset;
  box-shadow: 0 0 0 1px transparent inset;
}

.buttons .or[data-text]:before {
  content: attr(data-text);
}

/* button groups icon */
.button-group-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  vertical-align: baseline;
}

.button-group-icon .button {
  border-radius: 0
}

.button-group-icon .button:first-child {
  border-left: none;
  margin-left: 0;
  border-top-left-radius: .28571429rem;
  border-bottom-left-radius: .28571429rem;
}

.button-group-icon .button:last-child {
  border-top-right-radius: .28571429rem;
  border-bottom-right-radius: .28571429rem;
}


/* buttun Switch styles */

.btn-switch {
  display: inline-block;
  height: 18px;
  width: 37px;
  position: relative;
}

.btn-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.btn-switch-slider {
  background-color: rgba(0, 0, 0, 0.09);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 500px;
  bottom: 0;
  cursor: pointer;
  transition-property: background-color;
  transition-duration: .2s;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.07);
  outline: none;
}

.btn-switch-slider:before {
  content: '';
  background-color: #a9a9a9;
  position: absolute;
  width: 21px;
  height: 21px;
  left: 0px;
  bottom: -1px;
  border-radius: 50%;
  transition-property: transform, box-shadow;
  transition-duration: .2s;
}


input:checked+.btn-switch-slider {
  background-color: #e8e8e8;
}

input:checked+.btn-switch-slider:before {
  -webkit-transform: translateX(17px);
  -ms-transform: translateX(17px);
  transform: translateX(17px);
  background-color: #3e416d;
  box-shadow: 1px 1px 4px -1px #3e416d;
}





.delimiter:before {
  left: 50%;
  display: block;
  width: 80%;
  margin: auto;
  height: 1px;
  content: '';
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, .2) 0, rgba(255, 255, 255, 0) 75%)
}

.delimiter {
  border: 0 !important
}


.delimiter-bottom,
.delimiter-top {
  position: relative
}

.delimiter-top:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 80%;
  height: 1px;
  margin-left: -40%;
  content: '';
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, .2) 0, rgba(255, 255, 255, 0) 75%)
}

.delimiter-bottom:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 80%;
  height: 1px;
  margin-left: -40%;
  content: '';
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, .2) 0, rgba(255, 255, 255, 0) 75%)
}

/* ---------------------------------- */
/*  Spacing  
------------------------------------- */

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 2rem !important;
}

.mt-5,
.my-5 {
  margin-top: 2rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 2rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 2rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 2rem !important;
}

.m-6 {
  margin: 2.5rem !important;
}

.mt-6,
.my-6 {
  margin-top: 2.5rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 2.5rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 2.5rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 2.5rem !important;
}

.m-7 {
  margin: 3rem !important;
}

.mt-7,
.my-7 {
  margin-top: 3rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 3rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 3rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 3rem !important;
}

.m-8 {
  margin: 3.5rem !important;
}

.mt-8,
.my-8 {
  margin-top: 3.5rem !important;
}

.mr-8,
.mx-8 {
  margin-right: 3.5rem !important;
}

.mb-8,
.my-8 {
  margin-bottom: 3.5rem !important;
}

.ml-8,
.mx-8 {
  margin-left: 3.5rem !important;
}

.m-9 {
  margin: 4rem !important;
}

.mt-9,
.my-9 {
  margin-top: 4rem !important;
}

.mr-9,
.mx-9 {
  margin-right: 4rem !important;
}

.mb-9,
.my-9 {
  margin-bottom: 4rem !important;
}

.ml-9,
.mx-9 {
  margin-left: 4rem !important;
}

.m-10 {
  margin: 4.5rem !important;
}

.mt-10,
.my-10 {
  margin-top: 4.5rem !important;
}

.mr-10,
.mx-10 {
  margin-right: 4.5rem !important;
}

.mb-10,
.my-10 {
  margin-bottom: 4.5rem !important;
}

.ml-10,
.mx-10 {
  margin-left: 4.5rem !important;
}

.m-11 {
  margin: 5rem !important;
}

.mt-11,
.my-11 {
  margin-top: 5rem !important;
}

.mr-11,
.mx-11 {
  margin-right: 5rem !important;
}

.mb-11,
.my-11 {
  margin-bottom: 5rem !important;
}

.ml-11,
.mx-11 {
  margin-left: 5rem !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 2rem !important;
}

.pt-5,
.py-5 {
  padding-top: 2rem !important;
}

.pr-5,
.px-5 {
  padding-right: 2rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 2rem !important;
}

.pl-5,
.px-5 {
  padding-left: 2rem !important;
}

.p-6 {
  padding: 2.5rem !important;
}

.pt-6,
.py-6 {
  padding-top: 2.5rem !important;
}

.pr-6,
.px-6 {
  padding-right: 2.5rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 2.5rem !important;
}

.pl-6,
.px-6 {
  padding-left: 2.5rem !important;
}

.p-7 {
  padding: 3rem !important;
}

.pt-7,
.py-7 {
  padding-top: 3rem !important;
}

.pr-7,
.px-7 {
  padding-right: 3rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 3rem !important;
}

.pl-7,
.px-7 {
  padding-left: 3rem !important;
}

.p-8 {
  padding: 3.5rem !important;
}

.pt-8,
.py-8 {
  padding-top: 3.5rem !important;
}

.pr-8,
.px-8 {
  padding-right: 3.5rem !important;
}

.pb-8,
.py-8 {
  padding-bottom: 3.5rem !important;
}

.pl-8,
.px-8 {
  padding-left: 3.5rem !important;
}

.p-9 {
  padding: 4rem !important;
}

.pt-9,
.py-9 {
  padding-top: 4rem !important;
}

.pr-9,
.px-9 {
  padding-right: 4rem !important;
}

.pb-9,
.py-9 {
  padding-bottom: 4rem !important;
}

.pl-9,
.px-9 {
  padding-left: 4rem !important;
}

.p-10 {
  padding: 4.5rem !important;
}

.pt-10,
.py-10 {
  padding-top: 4.5rem !important;
}

.pr-10,
.px-10 {
  padding-right: 4.5rem !important;
}

.pb-10,
.py-10 {
  padding-bottom: 4.5rem !important;
}

.pl-10,
.px-10 {
  padding-left: 4.5rem !important;
}

.p-11 {
  padding: 5rem !important;
}

.pt-11,
.py-11 {
  padding-top: 5rem !important;
}

.pr-11,
.px-11 {
  padding-right: 5rem !important;
}

.pb-11,
.py-11 {
  padding-bottom: 5rem !important;
}

.pl-11,
.px-11 {
  padding-left: 5rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.m-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}


@media (max-width: 768px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 2rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 2rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 2rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 2rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 2rem !important;
  }

  .m-sm-6 {
    margin: 2.5rem !important;
  }

  .mt-sm-6,
  .my-sm-6 {
    margin-top: 2.5rem !important;
  }

  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 2.5rem !important;
  }

  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 2.5rem !important;
  }

  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 2.5rem !important;
  }

  .m-sm-7 {
    margin: 3rem !important;
  }

  .mt-sm-7,
  .my-sm-7 {
    margin-top: 3rem !important;
  }

  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 3rem !important;
  }

  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 3rem !important;
  }

  .m-sm-8 {
    margin: 3.5rem !important;
  }

  .mt-sm-8,
  .my-sm-8 {
    margin-top: 3.5rem !important;
  }

  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 3.5rem !important;
  }

  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 3.5rem !important;
  }

  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 3.5rem !important;
  }

  .m-sm-9 {
    margin: 4rem !important;
  }

  .mt-sm-9,
  .my-sm-9 {
    margin-top: 4rem !important;
  }

  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 4rem !important;
  }

  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 4rem !important;
  }

  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 4rem !important;
  }

  .m-sm-10 {
    margin: 4.5rem !important;
  }

  .mt-sm-10,
  .my-sm-10 {
    margin-top: 4.5rem !important;
  }

  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 4.5rem !important;
  }

  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 4.5rem !important;
  }

  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 4.5rem !important;
  }

  .m-sm-11 {
    margin: 5rem !important;
  }

  .mt-sm-11,
  .my-sm-11 {
    margin-top: 5rem !important;
  }

  .mr-sm-11,
  .mx-sm-11 {
    margin-right: 5rem !important;
  }

  .mb-sm-11,
  .my-sm-11 {
    margin-bottom: 5rem !important;
  }

  .ml-sm-11,
  .mx-sm-11 {
    margin-left: 5rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 2rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 2rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 2rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 2rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 2rem !important;
  }

  .p-sm-6 {
    padding: 2.5rem !important;
  }

  .pt-sm-6,
  .py-sm-6 {
    padding-top: 2.5rem !important;
  }

  .pr-sm-6,
  .px-sm-6 {
    padding-right: 2.5rem !important;
  }

  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 2.5rem !important;
  }

  .pl-sm-6,
  .px-sm-6 {
    padding-left: 2.5rem !important;
  }

  .p-sm-7 {
    padding: 3rem !important;
  }

  .pt-sm-7,
  .py-sm-7 {
    padding-top: 3rem !important;
  }

  .pr-sm-7,
  .px-sm-7 {
    padding-right: 3rem !important;
  }

  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-7,
  .px-sm-7 {
    padding-left: 3rem !important;
  }

  .p-sm-8 {
    padding: 3.5rem !important;
  }

  .pt-sm-8,
  .py-sm-8 {
    padding-top: 3.5rem !important;
  }

  .pr-sm-8,
  .px-sm-8 {
    padding-right: 3.5rem !important;
  }

  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 3.5rem !important;
  }

  .pl-sm-8,
  .px-sm-8 {
    padding-left: 3.5rem !important;
  }

  .p-sm-9 {
    padding: 4rem !important;
  }

  .pt-sm-9,
  .py-sm-9 {
    padding-top: 4rem !important;
  }

  .pr-sm-9,
  .px-sm-9 {
    padding-right: 4rem !important;
  }

  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 4rem !important;
  }

  .pl-sm-9,
  .px-sm-9 {
    padding-left: 4rem !important;
  }

  .p-sm-10 {
    padding: 4.5rem !important;
  }

  .pt-sm-10,
  .py-sm-10 {
    padding-top: 4.5rem !important;
  }

  .pr-sm-10,
  .px-sm-10 {
    padding-right: 4.5rem !important;
  }

  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 4.5rem !important;
  }

  .pl-sm-10,
  .px-sm-10 {
    padding-left: 4.5rem !important;
  }

  .p-sm-11 {
    padding: 5rem !important;
  }

  .pt-sm-11,
  .py-sm-11 {
    padding-top: 5rem !important;
  }

  .pr-sm-11,
  .px-sm-11 {
    padding-right: 5rem !important;
  }

  .pb-sm-11,
  .py-sm-11 {
    padding-bottom: 5rem !important;
  }

  .pl-sm-11,
  .px-sm-11 {
    padding-left: 5rem !important;
  }
}

@media (max-width: 992px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 2rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 2rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 2rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 2rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 2rem !important;
  }

  .m-md-6 {
    margin: 2.5rem !important;
  }

  .mt-md-6,
  .my-md-6 {
    margin-top: 2.5rem !important;
  }

  .mr-md-6,
  .mx-md-6 {
    margin-right: 2.5rem !important;
  }

  .mb-md-6,
  .my-md-6 {
    margin-bottom: 2.5rem !important;
  }

  .ml-md-6,
  .mx-md-6 {
    margin-left: 2.5rem !important;
  }

  .m-md-7 {
    margin: 3rem !important;
  }

  .mt-md-7,
  .my-md-7 {
    margin-top: 3rem !important;
  }

  .mr-md-7,
  .mx-md-7 {
    margin-right: 3rem !important;
  }

  .mb-md-7,
  .my-md-7 {
    margin-bottom: 3rem !important;
  }

  .ml-md-7,
  .mx-md-7 {
    margin-left: 3rem !important;
  }

  .m-md-8 {
    margin: 3.5rem !important;
  }

  .mt-md-8,
  .my-md-8 {
    margin-top: 3.5rem !important;
  }

  .mr-md-8,
  .mx-md-8 {
    margin-right: 3.5rem !important;
  }

  .mb-md-8,
  .my-md-8 {
    margin-bottom: 3.5rem !important;
  }

  .ml-md-8,
  .mx-md-8 {
    margin-left: 3.5rem !important;
  }

  .m-md-9 {
    margin: 4rem !important;
  }

  .mt-md-9,
  .my-md-9 {
    margin-top: 4rem !important;
  }

  .mr-md-9,
  .mx-md-9 {
    margin-right: 4rem !important;
  }

  .mb-md-9,
  .my-md-9 {
    margin-bottom: 4rem !important;
  }

  .ml-md-9,
  .mx-md-9 {
    margin-left: 4rem !important;
  }

  .m-md-10 {
    margin: 4.5rem !important;
  }

  .mt-md-10,
  .my-md-10 {
    margin-top: 4.5rem !important;
  }

  .mr-md-10,
  .mx-md-10 {
    margin-right: 4.5rem !important;
  }

  .mb-md-10,
  .my-md-10 {
    margin-bottom: 4.5rem !important;
  }

  .ml-md-10,
  .mx-md-10 {
    margin-left: 4.5rem !important;
  }

  .m-md-11 {
    margin: 5rem !important;
  }

  .mt-md-11,
  .my-md-11 {
    margin-top: 5rem !important;
  }

  .mr-md-11,
  .mx-md-11 {
    margin-right: 5rem !important;
  }

  .mb-md-11,
  .my-md-11 {
    margin-bottom: 5rem !important;
  }

  .ml-md-11,
  .mx-md-11 {
    margin-left: 5rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 2rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 2rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 2rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 2rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 2rem !important;
  }

  .p-md-6 {
    padding: 2.5rem !important;
  }

  .pt-md-6,
  .py-md-6 {
    padding-top: 2.5rem !important;
  }

  .pr-md-6,
  .px-md-6 {
    padding-right: 2.5rem !important;
  }

  .pb-md-6,
  .py-md-6 {
    padding-bottom: 2.5rem !important;
  }

  .pl-md-6,
  .px-md-6 {
    padding-left: 2.5rem !important;
  }

  .p-md-7 {
    padding: 3rem !important;
  }

  .pt-md-7,
  .py-md-7 {
    padding-top: 3rem !important;
  }

  .pr-md-7,
  .px-md-7 {
    padding-right: 3rem !important;
  }

  .pb-md-7,
  .py-md-7 {
    padding-bottom: 3rem !important;
  }

  .pl-md-7,
  .px-md-7 {
    padding-left: 3rem !important;
  }

  .p-md-8 {
    padding: 3.5rem !important;
  }

  .pt-md-8,
  .py-md-8 {
    padding-top: 3.5rem !important;
  }

  .pr-md-8,
  .px-md-8 {
    padding-right: 3.5rem !important;
  }

  .pb-md-8,
  .py-md-8 {
    padding-bottom: 3.5rem !important;
  }

  .pl-md-8,
  .px-md-8 {
    padding-left: 3.5rem !important;
  }

  .p-md-9 {
    padding: 4rem !important;
  }

  .pt-md-9,
  .py-md-9 {
    padding-top: 4rem !important;
  }

  .pr-md-9,
  .px-md-9 {
    padding-right: 4rem !important;
  }

  .pb-md-9,
  .py-md-9 {
    padding-bottom: 4rem !important;
  }

  .pl-md-9,
  .px-md-9 {
    padding-left: 4rem !important;
  }

  .p-md-10 {
    padding: 4.5rem !important;
  }

  .pt-md-10,
  .py-md-10 {
    padding-top: 4.5rem !important;
  }

  .pr-md-10,
  .px-md-10 {
    padding-right: 4.5rem !important;
  }

  .pb-md-10,
  .py-md-10 {
    padding-bottom: 4.5rem !important;
  }

  .pl-md-10,
  .px-md-10 {
    padding-left: 4.5rem !important;
  }

  .p-md-11 {
    padding: 5rem !important;
  }

  .pt-md-11,
  .py-md-11 {
    padding-top: 5rem !important;
  }

  .pr-md-11,
  .px-md-11 {
    padding-right: 5rem !important;
  }

  .pb-md-11,
  .py-md-11 {
    padding-bottom: 5rem !important;
  }

  .pl-md-11,
  .px-md-11 {
    padding-left: 5rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 2rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 2rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 2rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 2rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 2rem !important;
  }

  .m-lg-6 {
    margin: 2.5rem !important;
  }

  .mt-lg-6,
  .my-lg-6 {
    margin-top: 2.5rem !important;
  }

  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 2.5rem !important;
  }

  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 2.5rem !important;
  }

  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 2.5rem !important;
  }

  .m-lg-7 {
    margin: 3rem !important;
  }

  .mt-lg-7,
  .my-lg-7 {
    margin-top: 3rem !important;
  }

  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 3rem !important;
  }

  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 3rem !important;
  }

  .m-lg-8 {
    margin: 3.5rem !important;
  }

  .mt-lg-8,
  .my-lg-8 {
    margin-top: 3.5rem !important;
  }

  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 3.5rem !important;
  }

  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 3.5rem !important;
  }

  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 3.5rem !important;
  }

  .m-lg-9 {
    margin: 4rem !important;
  }

  .mt-lg-9,
  .my-lg-9 {
    margin-top: 4rem !important;
  }

  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 4rem !important;
  }

  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 4rem !important;
  }

  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 4rem !important;
  }

  .m-lg-10 {
    margin: 4.5rem !important;
  }

  .mt-lg-10,
  .my-lg-10 {
    margin-top: 4.5rem !important;
  }

  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 4.5rem !important;
  }

  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 4.5rem !important;
  }

  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 4.5rem !important;
  }

  .m-lg-11 {
    margin: 5rem !important;
  }

  .mt-lg-11,
  .my-lg-11 {
    margin-top: 5rem !important;
  }

  .mr-lg-11,
  .mx-lg-11 {
    margin-right: 5rem !important;
  }

  .mb-lg-11,
  .my-lg-11 {
    margin-bottom: 5rem !important;
  }

  .ml-lg-11,
  .mx-lg-11 {
    margin-left: 5rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 2rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 2rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 2rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 2rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 2rem !important;
  }

  .p-lg-6 {
    padding: 2.5rem !important;
  }

  .pt-lg-6,
  .py-lg-6 {
    padding-top: 2.5rem !important;
  }

  .pr-lg-6,
  .px-lg-6 {
    padding-right: 2.5rem !important;
  }

  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 2.5rem !important;
  }

  .pl-lg-6,
  .px-lg-6 {
    padding-left: 2.5rem !important;
  }

  .p-lg-7 {
    padding: 3rem !important;
  }

  .pt-lg-7,
  .py-lg-7 {
    padding-top: 3rem !important;
  }

  .pr-lg-7,
  .px-lg-7 {
    padding-right: 3rem !important;
  }

  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-7,
  .px-lg-7 {
    padding-left: 3rem !important;
  }

  .p-lg-8 {
    padding: 3.5rem !important;
  }

  .pt-lg-8,
  .py-lg-8 {
    padding-top: 3.5rem !important;
  }

  .pr-lg-8,
  .px-lg-8 {
    padding-right: 3.5rem !important;
  }

  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 3.5rem !important;
  }

  .pl-lg-8,
  .px-lg-8 {
    padding-left: 3.5rem !important;
  }

  .p-lg-9 {
    padding: 4rem !important;
  }

  .pt-lg-9,
  .py-lg-9 {
    padding-top: 4rem !important;
  }

  .pr-lg-9,
  .px-lg-9 {
    padding-right: 4rem !important;
  }

  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 4rem !important;
  }

  .pl-lg-9,
  .px-lg-9 {
    padding-left: 4rem !important;
  }

  .p-lg-10 {
    padding: 4.5rem !important;
  }

  .pt-lg-10,
  .py-lg-10 {
    padding-top: 4.5rem !important;
  }

  .pr-lg-10,
  .px-lg-10 {
    padding-right: 4.5rem !important;
  }

  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 4.5rem !important;
  }

  .pl-lg-10,
  .px-lg-10 {
    padding-left: 4.5rem !important;
  }

  .p-lg-11 {
    padding: 5rem !important;
  }

  .pt-lg-11,
  .py-lg-11 {
    padding-top: 5rem !important;
  }

  .pr-lg-11,
  .px-lg-11 {
    padding-right: 5rem !important;
  }

  .pb-lg-11,
  .py-lg-11 {
    padding-bottom: 5rem !important;
  }

  .pl-lg-11,
  .px-lg-11 {
    padding-left: 5rem !important;
  }
}

.m-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}


.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #377dff !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #0052ea !important;
}

.text-secondary {
  color: #77838f !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #545d66 !important;
}

.text-success {
  color: #009688 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #2f2f2f !important;
}

.text-info {
  color: #00dffc !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #009bb0 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #de4437 !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #ac281c !important;
}

.text-light {
  color: #d0d9da !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #464646 !important;
}

.text-dark {
  color: #1e2022 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: black !important;
}

.text-white {
  color: #fff !important;
}

a.text-white:hover,
a.text-white:focus {
  color: #d9d9d9 !important;
}

.text-indigo {
  color: #2d1582 !important;
}

a.text-indigo:hover,
a.text-indigo:focus {
  color: #160a40 !important;
}

.text-muted {
  color: #8c98a4 !important;
}

.text-grey {
  color: #3e416d !important;
}



/* ---------------------------------- */
/* border 
------------------------------------- */

.border {
  border: .0625rem solid #e9ecef !important
}

.border-top {
  border-top: .0625rem solid #e9ecef !important
}

.border-right {
  border-right: .0625rem solid #e9ecef !important
}

.border-bottom {
  border-bottom: .0625rem solid #e9ecef !important
}

.border-left {
  border-left: .0625rem solid #e9ecef !important
}

.border-0 {
  border: 0 !important
}

.border-top-0 {
  border-top: 0 !important
}

.border-right-0 {
  border-right: 0 !important
}

.border-bottom-0 {
  border-bottom: 0 !important
}

.border-left-0 {
  border-left: 0 !important
}

.border-primary,
.border-primary::after {
  border-color: #377dff !important;
}

.border-secondary,
.border-secondary::after {
  border-color: #fafafa !important
}

.border-success,
.border-success::after {
  border-color: #4cd964 !important
}

.border-info,
.border-info::after {
  border-color: #24b7fa !important
}

.border-warning,
.border-warning::after {
  border-color: #ff9500 !important
}

.border-danger,
.border-danger::after {
  border-color: #ff3b30 !important
}

.border-light,
.border-light::after {
  border-color: #ced4da !important
}

.border-dark,
.border-dark::after {
  border-color: #05172a !important
}

.border-white,
.border-white::after {
  border-color: #fff !important
}

.border-darker,
.border-darker::after {
  border-color: #020b13 !important
}

.border-size-1,
.border-size-1::before,
.border-size-1::after {
  border-width: 1px !important
}

.border-size-2,
.border-size-2::before,
.border-size-2::after {
  border-width: 2px !important
}

.border-size-3,
.border-size-3::before,
.border-size-3::after {
  border-width: 3px !important
}

.border-size-4,
.border-size-4::before,
.border-size-4::after {
  border-width: 4px !important
}

.border-size-5,
.border-size-5::before,
.border-size-5::after {
  border-width: 5px !important
}

.rounded {
  border-radius: 0.4rem !important;
}

.circle {
  border-radius: 50% !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.w-15 {
  width: 15% !important;
}

.w-20 {
  width: 20% !important;
}

.w-30 {
  width: 30% !important;
}

.w-35 {
  width: 35% !important;
}

.w-40 {
  width: 40% !important;
}

.w-60 {
  width: 60% !important;
}

.w-65 {
  width: 65% !important;
}

.w-80 {
  width: 80% !important;
}

.w-85 {
  width: 85% !important;
}

 


/* ---------------------------------- 
///////////

/* ---------------------------------- */


.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 12rem;
  padding: .35rem 0;
  margin: .125rem 0 0;
  color: #8492a6;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #eff2f7;
  border-radius: .25rem;
  -webkit-box-shadow: 0 0 1.25rem rgba(31, 45, 61, .08);
  box-shadow: 0 0 1.25rem rgba(31, 45, 61, .08);
}
.dropdown-menu>li>a {
  display: block;
  padding: 7px 10px;
  padding-right: 35px;
  clear: both;
  font-weight: normal;
  line-height: 21px;
  color: #808080;
  border-radius: 4px;
}
 


/* ---------------------------------- */
/*  Simplebar  
/* ---------------------------------- */

[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
  height: 100%;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  visibility: visible;
  overflow: scroll;
  max-width: 100%;
  max-height: 100%;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: inherit;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.simplebar-scrollbar {
  position: absolute;
  right: 0px;
  width: 5px;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  border-radius: 7px;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity .2s linear;
  transition: opacity 0.2s, background-color 0.3s;
  background-color: #c3c3c3;
}

.simplebar-track .simplebar-scrollbar.simplebar-visible:before {
  opacity: .5;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 10px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}





/* ---------------------------------- */
/* nprogress
------------------------------------- */

/* Make clicks pass-through  */
#nprogress {
  pointer-events: none;
  -webkit-pointer-events: none;
}

#nprogress .bar {
  background: linear-gradient(to right, rgb(26, 115, 232), rgb(119, 110, 255));
  position: fixed;
  z-index: 111000;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px; 
}

/* Fancy blur effect   */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #1a73e8, 0 0 5px #1a73e8;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner  */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 110000;
  top: 14px;
  right: 28px;
}

/* spinner */
#nprogress .spinner-icon {
  width: 28px;
  height: 28px;
  border: solid 3px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 78px;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  -moz-animation: nprogress-spinner 400ms linear infinite;
  -ms-animation: nprogress-spinner 400ms linear infinite;
  -o-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite;
}

@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes nprogress-spinner {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes nprogress-spinner {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-ms-keyframes nprogress-spinner {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}



/* ---------------------------------- */
/* grid slider header and their icon sliders  
------------------------------------- */

.grid-slider-header {
  margin-bottom: 15px;
}

.grid-slider-header h3 {
  overflow: hidden;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0 !important;
  line-height: 33px;
}

.grid-slider-header,
.grid-slider-header-link {
  display: flex;
  justify-content: space-between;
  align-content: center;
  padding: 0 !important;
}

.grid-slider-header .slide-nav-prev.uk-invisible,
.grid-slider-header .slide-nav-next.uk-invisible,
.grid-slider-header .slide-nav-prev.uk-invisible:hover,
.grid-slider-header .slide-nav-next.uk-invisible:hover {
  visibility: visible !important;
  opacity: .15;
  color: #040404;
  cursor: default;
  /* background: #cecece; */
}

.grid-slider-header .slide-nav-prev,
.grid-slider-header .slide-nav-next {
  background: #e5f7f0;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  position: relative;
  margin-left: 5px;
  color: #7f7f7f;
}

.grid-slider-header .slide-nav-prev:hover,
.grid-slider-header .slide-nav-next:hover {
  background-color: #f0f6f9;
  color: #404040;
}

.grid-slider-header .slide-nav-prev:before,
.grid-slider-header .slide-nav-next:before {
  font-family: "Feather-Icons";
  font-weight: 600;
  font-size: 19px;
  line-height: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

.grid-slider-header .slide-nav-prev:before {
  content: "\e92f";
}

.grid-slider-header .slide-nav-next:before {
  content: "\e930";
}
 

/* ---------------------------------- */
/* Slider nav custom icon  
------------------------------------- */

/* Slider custom icon */

.slidenav-next,
.slidenav-prev {
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 40px !important;
  font-weight: 700;
  height: 40px;
  line-height: 38px;
  color: #999;
  border: 1px solid rgba(20, 23, 28, .05);
  border-radius: 100%;
  background-color: white;
  box-shadow: 0 2px 4px rgba(0,0,0,.08), 0 4px 12px rgba(0,0,0,.08);
}

.slidenav-next:hover,
.slidenav-prev:hover {
  background-color: rgb(232, 240, 254);
}

.slidenav-next:before,
.slidenav-prev:before {
  font-family: "Feather-Icons";
  font-weight: 600;
  text-align: center;
  margin: 0;
  margin-left: 0;
  color: #7d7d7d;
  position: absolute;
  font-size: 22px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slidenav-prev:before {
  content: "\e92f";
}

.slidenav-next:before {
  content: "\e930";
}

/* if they are inside the card */
.uk-position-center-left.slidenav-prev,
.uk-position-center-right.slidenav-next {
  background-color: white;
  box-shadow: 0 0 8px -6px black;
}

.uk-position-center-left.slidenav-prev {
  margin-left: 0px !important;
}

.uk-position-center-right.slidenav-next {
  margin-right: 0px !important;
}

.uk-position-center-right-out.slidenav-next {
  left: 96.4%;
}

.uk-position-center-left-out.slidenav-prev {
  right: 96.4%;
}

@media (max-width: 768px) {

  .slidenav-next,
  .slidenav-prev {
    background: white;
  }

  .uk-position-small[class*='slidenav-next'],
  .uk-position-small[class*='slidenav-prev'] {
    margin-left: -10px;
    margin-right: -10px;
  }
}
 


/* ---------------------------------- */
/* Header Dropdown Notification box   
------------------------------------- */

.dropdown-notifications {
  width: 340px;
  border-radius: 4px;
  padding: 12px !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  margin: auto;
  right: 0px !important;
  left: auto !important;
}

.dropdown-notifications.large {
  width: 420px;
}
.dropdown-notifications.medium {
  width: 290px;
}
.dropdown-notifications.small {
  width: 210px;
}

.dropdown-notifications:before {
  content: "";
  position: absolute;
  right: 8px;
  top: -13px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 13px solid #e8e9eb;
  border-color: transparent transparent #eaeaea transparent;
  top: -13px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 13px solid #e8e9eb;
  border-color: transparent transparent #eaeaea transparent;
  display: none;
}

.dropdown-notifications-headline {
  padding: 20px 17px 0px 0;
  line-height: 25px;
  color: #29303b;
}

.dropdown-notifications-headline h4 {
  display: inline-block;
  margin-bottom: 9px;
  font-size: 19px;
  font-weight: 700;
  color: #666 !important;
  margin-left: 2px;
}

.dropdown-notifications-headline .uk-input,
.dropdown-notifications-headline .uk-input:focus {
  background-color: #f1f3f4;
  border-radius: 50px;
  border: 0;
  height: 38px;
}

.dropdown-notifications-headline .uk-input::placeholder {
  color: #666;
  font-weight: 600
}

.dropdown-notifications-headline a {
  margin-right: 18px;
  position: absolute;
  padding: 5.5px 10px;
  border-radius: 50px;
  top: 16px;
  right: -3px;
  color: #888 !important;
  transition: 0.25s;
  border: 0;
  font-size: 16px;
}

.dropdown-notifications-headline a:hover {
  background: #f1f3f4;
}

button.mark-as-read:hover {
  background-color: #f2f2f2 !important;
  color: #888;
}

.dropdown-notifications-content {
  display: block;
  width: 100%;
  height: 439px !important;
}

.dropdown-notifications-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-right: 15px;
}

.dropdown-notifications-content ul li {
  /* border-bottom: 1px solid #f3f3f3; */
  transition: 0.25s;
  margin-right: 0;
  position: relative;
  border-radius: 7px;
}

.dropdown-notifications-content ul li:last-child {
  border-bottom: 1px solid transparent;
}

.dropdown-notifications-content ul li:hover,
.notifications-not-read {
  background-color: #f7f8fa;
  background-color: #f1f3f4;
}

.dropdown-notifications-content ul li a {
  display: inline-flex !important;
  flex-wrap: wrap;
  color: #666 !important;
  position: relative;
  padding: 6px 7px;
}

.dropdown-notifications-content .notification-image {
  height: auto;
  max-width: 105px;
  display: inline-block;
  text-align: center;
  color: #a0a0a0;
  transition: 0.25s;
  position: relative;
}

.dropdown-notifications-content .notification-image img {
  border-radius: 5px;
}

.dropdown-notifications-content .notification-image::before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 62px;
  top: 0;
  z-index: 1000000;
  background: red;
  background: url(../images/icon-play.svg) no-repeat;
  background-size: auto 50%;
  background-position: center;
}

.dropdown-notifications-content .notification-image,
.dropdown-notifications-content .notification-text {
  flex: 1;
}

.notification-text,
.dropdown-notifications-content .notification-text {
  padding-left: 16px;
  display: inline-block;
  line-height: 23px;
  font-size: 14px;
}

.dropdown-notifications-content .notification-text .time-ago {
  font-size: 12.7px;
  color: #9f9d9d;
  margin-left: 4px;
}

.dropdown-notifications-content .notification-text.notification-msg-text .time-ago {
  display: inline-flex;
  margin-left: 9px;
  font-weight: 600;
}

.dropdown-notifications-content .notification-avatar {
  height: 42px;
  width: 42px;
  max-width: 42px;
  display: inline-block;
  border-radius: 50%;
  overflow: visible;
  align-self: flex-start;
  position: relative;
}

.dropdown-notifications-content .notification-icon {
  padding: 0;
  font-size: 13px;
  height: 26px;
  position: absolute !important;
  width: 26px;
  display: inline-block;
  background-color: #f2f2f2;
  line-height: 29px;
  text-align: center;
  color: white;
  transition: 0.25s;
  margin-top: 24px;
  margin-left: 24px;
  border-radius: 100%;
}

.dropdown-notifications-content .notification-icon i {
  position: relative;
}

.dropdown-notifications-content .notification-avatar img {
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
  border-radius: 50%;
}

.dropdown-notifications-content .notification-msg-text p {
  display: inline-block;
  line-height: 23px;
  font-size: inherit;
  margin: 2px 0;
}

.dropdown-notifications-footer {
  height: 28px;
  display: flex;
  justify-content: center;
  border-top: 1px solid #f1f3f4;
  padding: 9px 0;
  padding-bottom: 0;
  margin-left: -10px;
}

.dropdown-notifications-footer a {
  color: #3483ea !important;
  display: block;
  font-weight: 600;
  width: 100%;
  text-align: center;
}

/* customize scrollbar */
.dropdown-notifications-content .simplebar-track {
  right: 2px !important;
}

.dropdown-notifications-content .simplebar-scrollbar {
  width: 8px;
  z-index: 10000;
}

.dropdown-notifications-content .simplebar-track.simplebar-horizontal {
  display: none
}

.dropdown-search {
  border-radius: 4px;
  padding: 0 !important;
  width: 490px !important;
  margin-left: -25px;
  margin-top: 0px !important;
  border-radius: 2rem  2rem   8px 8px !important;
  left: 16px !important;
  right: auto !important;
  margin-top: -50px !important;
  padding-top: 49px !important;
  top: 24px !important;
}

/* dropdown-search Nav */
ul.dropdown-search-list .list-title {
  transition: 0.3s;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .3px;
  color: #9799a2;
  padding: 7px 10px;
}

ul.dropdown-search-list .list-footer a {
  letter-spacing: .3px;
  padding: 5px 19px;
  font-size: 13px;
  text-align: right;
  display: inline-block;
  float: right;
  margin-bottom: 6px;
}

ul.dropdown-search-list .list-footer a:hover {
  background-color: transparent;
}


ul.dropdown-search-list {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-bottom: 6px;
}

ul.dropdown-search-list li {
  margin: 0 10px;
  padding: 0;
  display: block !important;
}

ul.dropdown-search-list li a {
  display: flex;
  font-size: 15px;
  transition: 0.3s;
  color: #9799a2;
  padding: 6px 9px;
  font-weight: 500;
  border-radius: 7px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  align-items: center;
}

ul.dropdown-search-list li a:hover {
  background-color: #f0f5fd;
  color: #2f3152;
}

ul.dropdown-search-list li a img {
  width: 40px;
  height: 40px;
  border-radius: 2rem;
  margin-right: 13px;
}
ul.dropdown-search-list li a p{
    margin-bottom: 0;
    /* font-size: 15.6px; */
    font-weight: 600;
    color: #4c4c4c;
}
ul.dropdown-search-list li a p span {
    display: block;
    font-size: 11px;
    color: #a2a2a2;
    font-weight: 400;
    line-height: 1.3;
}
ul.dropdown-search-list li a p span span{
  
display: inline-block;
  
font-size: 12px;
  
padding: 2px 8px;
  
background: #baefda;
  
font-weight: 700;
  
margin-left: 4px;
  
text-transform: capitalize;
  
color: #348f6c;
  
border-radius: 4px;
}
ul.dropdown-search-list .menu-divider {
  margin: 4px 0;
  border: .1px solid rgb(239 236 236 / 45%);
}

/* User Menu Small Nav */
 ul.dropdown-user-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 6px 0px;
}

ul.dropdown-user-menu li {
  margin: 0;
  padding: 0;
  display: block !important;
  margin-bottom: 1px;
}

ul.dropdown-user-menu li a {
  display: flex;
  font-size: 14.4px;
  align-items: center;
  transition: 0.3s;
  font-weight: 600;
  border-radius: 6px;
  color: #4b4b4b;
  padding: 5px 10px;
  position: relative;
  margin: 0 -4px;
}

ul.dropdown-user-menu li a:hover {
  /* background-color: rgb(241, 243, 244); */
  color: #348f6c;
}

ul.dropdown-user-menu li a:hover i {
  background: #ededed !important;
}

ul.dropdown-user-menu li a i {
  font-size: 17px;
  font-weight: 600;
  position: relative;
  top: 1px;
  float: left;
  margin-right: 14px;
  -webkit-font-smoothing: antialiased;
  transition: 0.3s;
  background: #f1f3f4;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

ul.dropdown-user-menu li a span {
  display: block;
  font-weight: 500;
  margin-top: -3px;
  font-size: 13px;
}

ul.dropdown-user-menu .menu-divider {
  margin: 4px 0;
  border: .3px solid rgba(222, 223, 224, .45);
}

.dropdown-notifications ul.dropdown-user-menu {
  padding-right: 13px;
}

.dropdown-notifications hr {
  margin: 10px 0;
  margin-left: -10px !important;
}


 
/* dropdown User Details */
.dropdown-user-details {
  display: flex;
  padding: 20px 13px;
  padding-bottom: 9px;
  border-bottom: 1px solid #e6e6e6;
  margin-left: -11px;
}

/* Avatar */
.dropdown-user-avatar {
  display: inline-block;
  border-radius: 50%;
  width: 47px;
  height: 47px;
  position: relative;
}

.dropdown-user-avatar img {
  width: 100%;
  display: inline-block;
  border-radius: 50%;
  image-rendering: -webkit-optimize-contrast;
}

.dropdown-user-name {
  line-height: 20px;
  padding: 2px 0 0 15px;
  width: 100%;
  padding-bottom: 8px;
  font-weight: 600;
  color: #333;
  font-size: 16px;
}

.dropdown-user-details span {
  display: block;
  font-size: 12.7px;
  color: #888;
  font-weight: 500;
  margin-top: 3px;
}


/* ---------------------------------- */
/* button option menu  
------------------------------------- */
.btn-option {
  position: absolute !important;
  top: 4px;
  right: 4px;
  font-size: 21px;
  padding: 5px 3px !important;
  z-index: 1;
}

.video-post-thumbnail .btn-option {
  color: white
}

/* dropdown option menu */
.dropdown-option-nav {
  z-index: 10000 !important;
  border-radius: 6px;
  min-width: 180px !important;
  padding: 0 !important;
  margin-top: 3px !important;
}

.dropdown-option-nav:before {
  content: "";
  position: absolute;
  right: 8px;
  top: -13px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 10px solid #e8e9eb;
  border-color: transparent transparent #ffffff transparent;
  top: -10px;
}

.uk-dropdown-top-right.dropdown-option-nav:before {
  right: 5px;
  top: -13px;
  border-bottom: 0;
  top: auto;
  bottom: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #d4d4d4;
}

.dropdown-option-nav ul {
  list-style: none;
  margin: 0;
  padding: 6px 0px;
  position: relative;
}

.dropdown-option-nav ul li {
  margin: 0;
  padding: 0;
  display: block !important;
}

.dropdown-option-nav .divider-line {
  margin: 4px 0;
  border: .3px solid rgba(222, 223, 224, .45);
}

.dropdown-option-nav ul li span {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 13px;
  transition: 0.3s;
  color: #9799a2;
  padding: 9px 14px;
}

.dropdown-option-nav ul li>span:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.dropdown-option-nav ul li>span i {
  font-size: 19px;
  position: relative;
  top: 1px;
  margin-right: 7px;
  -webkit-font-smoothing: antialiased;
  transition: 0.3s;
}

.dropdown-option-nav ul li>span:hover {
  color: #2f3152;
}

@media (max-width: 640px) {

  .dropdown-notifications-content {
    height: 400px !important;
  }

  .dropdown-notifications-content .notification-avatar {
    height: 45px;
    width: 45px;
    max-width: 45px;
  }

  .status-icon,
  .notification-avatar:after,
  .user-avatar:after {
    height: 8px !important;
    width: 8px !important;
    border: 2px solid #fff !important;
  }

  .dropdown-notifications-content ul li a {
    padding: 5px 9px;
  }

  .dropdown-notifications-content .notification-icon {
    font-size: 15px;
    height: 26px;
    width: 26px;
    line-height: 27px;
    margin-top: 25px;
    margin-left: 28px;
  }
}

@media (max-width: 420px) {

  /*.user-menu .dropdown-notifications */
  .dropdown-notifications {
    right: -11px !important;
    min-width: 96vw !important;
  }

  .dropdown-notifications-content .notification-text .time-ago {
    font-size: 13px;
  }
}
 



/* ---------------------------------- */
/* user details card avatar 
------------------------------------- */

/*  User Details */
.user-details-card {
  display: flex;
  padding: 20px 0px;
  align-items: center;
}


.user-details-card-avatar {
  display: inline-block;
  border-radius: 50%;
  position: relative;
  max-width: 50px;
}

.user-details-card-avatar img {
  width: 100%;
  display: inline-block;
  border-radius: 50%;
  image-rendering: -webkit-optimize-contrast;
}

.user-details-card-name {
  font-weight: 500;
  color: #333;
  line-height: 20px;
  padding: 2px 0 0 15px;
  font-weight: 600;
}

.user-details-card span {
  display: block;
  font-size: 13.7px;
  color: #888;
  font-weight: 500;
}

.user-details-card span span {
  display: inline;
  margin-left: 6px;
  color: #afafaf;
}

@media (max-width: 768px) {
  .user-details-card-avatar {
    max-width: 50px;
  }
}
 


/* ---------------------------------- */
/*   main header 
------------------------------------- */

#main_header {
  z-index: 100;
  position: relative;
  width: 100%;
  /* border-bottom: 1px solid #dee7ef; */
  width: 100%;
  /* background: #f9f9f9; */
}
 

header .header-btn-traiger {
  padding: 9px;
  left: 12px;
  position: absolute;
  font-size: 23px;
  cursor: pointer;
  border-radius: 60px;
}


.header-btn-traiger {
  font-size: 20px;
  width: 33px;
  height: 33px;
  border-radius: 8px;
  cursor: pointer;
  padding: 0;
  padding-left: 7px;
}

.header-btn-traiger span,
.header-btn-traiger span:before,
.header-btn-traiger span:after {
  cursor: pointer;
  border-radius: 0.3em;
  height: 3px;
  width: 71%;
  background: #b5b5b5;
  position: relative;
  display: block;
  top: 44%;
  -webkit-transition: all 0.25s ease-out;
}

.header-btn-traiger span:before {
  width: 76%;
  content: " ";
  top: -7px;
}

.header-btn-traiger span:after {
  width: 54%;
  content: '';
  top: 4px;
}

.header-btn-traiger:hover span:after,
.header-btn-traiger:hover span:before {
  width: 100%;
}

.uk-light header .header-btn-traiger span:before,
.uk-light header .header-btn-traiger span,
.uk-light header .header-btn-traiger span:after {
  background-color: #fff;
}


.header-btn-traiger.is-hidden~#logo{
   left: 25px;
}

header #logo {
  position: absolute;
  left:65px;
  display: none;
}
 

header {
  padding: 0;
}

header .header-innr {
  margin: auto;
  width: 100%;
  display: flex;
  align-items: center;
  height: 70px;
}

.head_search .head_search_cont,
header .head_search {
  position: relative;
  border-radius: 8px !important;
  z-index: 10001;
  /* box-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06)!important; */
}

.head_search .head_search_cont input {
  height: 40px;
  color: #393939;
  padding: 0 30px 0 40px;
  outline: 0;
  background: #ffffff;
  border: 1px solid transparent;
  -webkit-border-radius: 2rem;
  min-width: 400px;
  font-size: 14px;
  height: 36px;
  border-radius: 8px !important;
  box-shadow: 1px 1px 2px 0px #cacaca8c;
}
 
.uk-light header .head_search .head_search_cont input {
  background-color: white !important
}
.head_search .head_search_cont input:focus {
  border-radius: 2rem 2rem 10px 10px;
}
.head_search .head_search_cont>i.s_icon {
  position: absolute;
  pointer-events: none;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  color: #737373;
}

header .head_user {
  margin-left: auto;
  display: flex;
  align-items: center;
  position: absolute;
  right: 0px;
}

header .head_user .btn.login {
  color: #d2d2d2;
  font-weight: 500;
  letter-spacing: .25px;
  margin-right: 5px;
}

header .head_user .btn.btn-mat {
  background-color: rgb(255, 242, 219);
  border-color: rgba(249, 144, 31, 0.05);
  color: #1a73e8;
  padding: 7px 16px;
  line-height: 19px;
  font-size: 13px;
  border-radius: 5px;
  font-weight: bold;
}

header .head_user .btn.btn-mat:hover {
  background-color: #ff8d00;
  border-color: #ff8d00;
  color: #fff;
}

header .head_user .opts_icon {
  margin-left: 5px;
  font-size: 19px;
  position: relative;
  padding: 5px 9px;
  border-radius: 100px;
  /* background-color: #f1f3f4; */
}

header .head_user .opts_icon>img {
  width: 26px;
  height: 26px;
}

header .head_user .opts_icon:hover,
header .head_user .opts_icon:focus {
  /* background-color: #f1f4f7; */
}
header .head_user .opts_icon.light>img {
  filter: invert(300%) brightness(250%);
}
header .head_user .opts_icon span {
  position: absolute !important;
  display: block;
  top: 2px;
  margin-left: -10px;
  font-weight: 700;
  height: 16px;
  width: 16px;
  line-height: 15px;
  text-align: center;
  color: #fff;
  font-size: 10px;
  background-color: #ec5252;
  border-radius: 50%;
  padding: 0;
  text-align: center;
  right: 3px;
  top: 3px;
}

header .head_user .opts_account {
  margin-left: 12px;
  font-size: 15px;
  display: flex;
  align-items: center;
}

header .head_user .opts_account>img {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 50%;
  cursor: pointer;
  margin-right: 10px;
}

/* ---------------------------------- */
/*   custom header btn icons 
------------------------------------- */
header .icon-browse {
  width: 300px;
  padding: 1.5rem 1rem;
  padding-bottom: 0;
  padding-top: 10px;
  border-radius: .75rem;
  overflow: hidden;
}

header .icon-browse .icon-menu-item {
  width: 49%;
  text-align: center;
  padding: 0.9rem 0;
  margin-bottom: 1px;
  color: rgba(33, 33, 33, .8);
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

header .icon-browse .icon-menu-item svg {
  font-size: 28px;
  line-height: 42px;
  display: block;
  width: 44px;
  background: #f1f3f4;
  padding: 9px;
  border-radius: 100%;
  margin-bottom: 4px;
}

header .icon-browse .icon-menu-item:hover {
  color: #0e0e0e;
  background: #f1f3f4;
  border-radius: 10px;
}

header .icon-browse .more-app {
  background: #f7f7f7;
  border-radius: 0 0 10px 10px;
  padding: 10px 0;
  text-align: center;
  color: #969696;
  width: 340px;
  display: inline-block;
  margin-bottom: 0;
  font-size: 14px;
  margin-top: 15px !important;
  margin: 0 -15px;
  border-top: 1px solid #eaeaea;
}

header .opts_icon_link {
  border-color: rgba(249, 144, 31, 0.05);
  color: #1a73e8;
  padding: 7px 11px;
  line-height: 22px;
  font-size: 13px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 15px;
}

header .opts_icon_link {
  padding: 7px 15px;
}

header .opts_icon_link:hover {
  background: rgb(241, 243, 244);
  color: #1a73e8;
}

.uk-light header .opts_icon_link:hover {
  background: white;
  color: #1a73e8 !important;
}

   
/* ---------------------------------- */
/*   main sidebar 
------------------------------------- */


.sidebar {
  overflow: hidden;
  height: calc(100% - 0px);
  padding-right: 2px;
}

.sidebar .sidebar_innr {
  overflow: hidden;
  overflow-y: auto;
}

.sidebar .sidebar_innr .sections {
  padding: 0 10px;
  list-style-type: none;
  margin: 0;
  border-bottom: 1px solid rgb(255 255 255 / 12%);
  margin-bottom: 12px;
}

.sidebar .sidebar_innr .sections:first-child {
  padding-top: 12px;
}

.sidebar .sidebar_innr .sections:last-child {
  padding-bottom: 0px !important;
  border-bottom: 0;
}

.sidebar .sidebar_innr .sections h3 {
  margin: 0;
  padding: 1px 10px 6px;
  font-size: 15px;
  letter-spacing: 0.75px;
  text-transform: capitalize;
  color: #424141;
  font-weight: 600;
}

.sidebar .sidebar_innr .sections ul {
  padding: 0
}

.sidebar .sidebar_innr .sections li {
  display: block;
  height: auto;
  position: relative;
  width: 32.44%;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.sidebar .sidebar_innr .sections li a {
  flex-direction: column;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  line-height: 48px;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 13.6px;
  color: #424141;
  transition: all 0.1s;
  letter-spacing: .01785714em;
  border-radius: 8px;
}
.sidebar .sidebar_innr .sections li a svg {
  margin-right:10px
}
.sidebar .sidebar_innr .sections li a svg path{
  fill: rgb(255 255 255 / 91%);
}
.sidebar .sidebar_innr .sections li.active a svg path{
  fill: #348f6c;
}
.sidebar .sidebar_innr .sections li a:hover,
.sidebar .sidebar_innr .sections li a:focus ,
.sidebar .sidebar_innr .sections li.active a {
  background-color: #f9f9f9;
}

.sidebar .sidebar_innr .sections li.active a {
  color: #348f6c;
}

.sidebar .sidebar_innr .sections li a i {
  font-size: 27px;
  margin: 15px 0px -5px 0;
}

.sidebar .sidebar_innr .sections li a img {
  margin-right: 15px;
  width: 26px;
  height: 26px;
  border-radius: 5px;
}

.sidebar .sidebar_innr .sections li a .dot-notiv {
  background: #1a73e8;
  width: 6px;
  height: 6px;
  position: absolute;
  right: 24px;
  border-radius: 100%;
  overflow: hidden;
}

.sidebar .sidebar_innr .sections .btn-more {
  display: block;
  padding: 0 0px !important;
  margin-bottom: 9px;
  border-radius: 6px;
  border: 0;
  margin-top: -3px;
  display: flex;
  justify-content: center;
  height: 40px;
  color: rgb(255 255 255);
  background-color: #ffffff26;
  width: calc(100% - 12px);
  font-weight: 500;
}

.sidebar .sidebar_innr .sections .btn-more:hover {
  background-color: #ffffff47;
}

.sidebar .sidebar_innr .sections .btn-more span {
  display: flex;
  align-items: center
}

.sidebar .sidebar_innr .sections .btn-more i {
  font-size: 17px;
  margin-left: 5px;
}

.sidebar .sidebar_innr .sections ul.menu-list {
  padding: 0;
  margin: 0;
}

.sidebar .sidebar_innr .sections ul.menu-list li {
  display: block;
  width: 100% !important;
  height: auto;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  border-bottom: transparent;
}

.sidebar .sidebar_innr .sections ul.menu-list li a {
  text-align: left;
  align-items: normal;
  padding: 0px 17px;
}

.main_sidebar {
  display: block;
  color: inherit;
  background: white;
  z-index: 99;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.main_sidebar .sidebar-header {
  height: 60px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e2e2e2;
}
.main_sidebar .sidebar-header #logo svg{
  padding-left: 15px;
  width: 60px;
}

.main_sidebar .sidebar-header #logo a{
   font-size: 22px;
   color: #424141;
   font-weight: 600;
}
.main_sidebar .sidebar-header #logo a svg g {
  stroke: #827e7e;
}
.main_sidebar .sidebar-header h4 {
  margin-bottom: 0;
  font-size: 18px;
}

.main_sidebar .sidebar-header .btn-close {
  position: absolute;
  right: 25px;
}

.main_sidebar .sidebar-header .btn-close::before {
  font-family: "Feather-Icons";
  font-size: 22px;
  content: '\e92f';
  line-height: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  padding: 6px;
  cursor: pointer;
}

.main_sidebar .sidebar-header {
  display: none;
}

.main_sidebar .sidebar-header .upgrade-link {
  background: #e2fbf9;
  border-radius: 5px;
  padding: 1px 8px;
  font-size: 12px;
  color: #009688;
  right: 23px;
  position: absolute;
  font-weight: 600;
}

.main_sidebar .sidebar-header .upgrade-link:hover {
  background-color: #009688;
  color: white;
}

.main_sidebar .side-overlay {
  z-index: 1;
  position: fixed;
  width: 100%;
  margin-left: 270px;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.42);
  visibility: hidden;
}



.main_sidebar .simplebar-track {
  right: 0px !important;
}

.main_sidebar .simplebar-scrollbar {
  width: 6px;
  z-index: 10000;
}

body.uk-offcanvas-container .main_sidebar {
  z-index:2 !important
}
@media (min-width: 1220px) {

  .collapse-sidebar .main_sidebar {
    width: 80px;
    overflow: hidden;
  }
  .collapse-sidebar .sidebar {padding: 0px;height: calc(100% - 80px);}

  .collapse-sidebar .main_sidebar:hover {
    width: 260px;
    transition: all 300ms 0s ease-in-out;
    z-index: 10001;
    background-color: #1c3faa;
    -webkit-box-shadow: 0 16px 10px 0 rgba(0, 0, 0, 0.14), 0 11px 18px 0 rgba(0, 0, 0, 0.12), 0 13px 5px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 10px 16px 10px 0 rgba(0, 0, 0, 0.14), 10px 11px 18px 0 rgba(0, 0, 0, 0.12), 10px 13px 5px -1px rgba(0, 0, 0, 0.2);
    /* -webkit-transition-property: background-color,box-shadow,max-width,min-width; */
    /* transition-property: background-color,box-shadow,max-width,min-width; */
    z-index: 100;
    /* transition: all 0.35s cubic-bezier(0, 0, 0, 1.09); */
    margin-top: 0px;
    padding-top: 18px;
    height: calc(100% - 18px) !important;
  }

     .collapse-sidebar .main_sidebar {
    width: 80px;
    overflow: hidden;
  }

  .collapse-sidebar .main_sidebar:hover {
    width: 260px;
    transition: all 300ms 0s ease-in-out;
    z-index: 10001;
    background-color: #1c3faa;
    -webkit-box-shadow: 0 16px 10px 0 rgba(0, 0, 0, 0.14), 0 11px 18px 0 rgba(0, 0, 0, 0.12), 0 13px 5px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 10px 16px 10px 0 rgba(0, 0, 0, 0.14), 10px 11px 18px 0 rgba(0, 0, 0, 0.12), 10px 13px 5px -1px rgba(0, 0, 0, 0.2);
    /* -webkit-transition-property: background-color,box-shadow,max-width,min-width; */
    /* transition-property: background-color,box-shadow,max-width,min-width; */
    z-index: 100;
    /* transition: all 0.35s cubic-bezier(0, 0, 0, 1.09); */
  }

  .collapse-sidebar .sidebar .sidebar_innr .sections li a {
    padding: 9px 15px;
    /* width: 24px; */
    /* margin-bottom: 7px; */
  }

  .collapse-sidebar .main_sidebar:hover .sidebar_innr .sections li a {
    padding: 0px 14px;
    width: calc(100% - 27px);
    margin-bottom: 0;
  }

  .collapse-sidebar .sidebar .sidebar_innr .sections li a i {
    font-size: 20px;
  }

  .collapse-sidebar .sidebar:hover .sidebar_innr .sections li a i {
    font-size: 17px
  }

  .sidebar .sidebar_innr .sections li a :hover ul li a {
    justify-content: initial !important;
  }

  .collapse-sidebar .sidebar .sidebar_innr .sections {
    border-color: transparent;
    margin-bottom: 0px;
  }

  .collapse-sidebar .sidebar:hover .sidebar_innr .sections {
    border-color: rgba(0, 0, 0, 0.12);
    margin-bottom: 12px;
  }

  .collapse-sidebar .main_sidebar .sidebar_innr .sections li a span,
  .collapse-sidebar .sidebar .sidebar_innr .sections h3,
  .collapse-sidebar .sidebar .sidebar_innr .button,
  .collapse-sidebar .sidebar_innr ul li a:after {
    display: none;
  }

  .collapse-sidebar .sidebar:hover .sidebar_innr .sections li a span, 
  .collapse-sidebar .sidebar:hover ul li a:after, 
  .sidebar-header:hover .sidebar_innr .sections li a span ,
  .collapse-sidebar .sidebar-header:hover .sidebar_innr .sections li a span{
    display: inline-block;
  }

  .collapse-sidebar .sidebar:hover .sidebar_innr .button {
    display: flex !important
  }


}

/* Dropdown Styles */
.sidebar_innr ul li ul {
  padding: 0;
  margin: 0;
  visibility: hidden;
  max-height: 0;
  opacity: 0;
  line-height: 0;
  transition: 0.3s;
  pointer-events: none;
}

.sidebar_innr ul li.active-submenu ul {
  visibility: visible;
  padding: 0px 0 13px 0;
  line-height: 24px;
  opacity: 1;
  max-height: initial;
  pointer-events: all;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.sidebar_innr ul li ul li {
  background-color: transparent;
  border: none;
  position: relative;
  margin: 0;
}

.sidebar_innr ul li ul li a {
  padding-left: 56px !important;
}

.sidebar_innr ul li ul li:hover {
  border: none;
  background-color: transparent;
}

/* Indicator Arrow */
.sidebar_innr ul li a:after {
  font-family: "Feather-Icons";
  /*content: '\e92e';*/
  opacity: 1;
  font-size: 16px;
  transition: 0.3s;
  opacity: 1;
  line-height: 17px;
  width: 17px;
  height: 17px;
  color: #a8a8a8;
  display: inline-block;
  border-radius: 3px;
  margin-left: 7px;
  text-indent: 0;
  top: 1px;
  position: absolute;
  right: 35px;
  top: 15px;
}

.sidebar_innr ul li.active-submenu a:after {
  content: '\e931';
}

.sidebar_innr ul li.active-submenu a:after,
.sidebar_innr ul li.active a:after,
.sidebar_innr ul li:hover a:after {
  color: #66676b;
  opacity: 0.8;
}

.sidebar_innr ul li ul:before,
.sidebar_innr ul li a:only-child:after {
  content: '';
  display: none;
}

.sidebar_innr ul li ul li a:after {
  display: none !important;
}

#foot {
  padding: 20px;
  padding-top: 0;
}

#foot ul {
  padding: 0;
  margin-bottom: 0px;
}

#foot ul li {
  font-size: 13px;
  display: inline;
  margin-right: 7px;
  font-weight: 600;
 
}
#foot ul li a {color: #272727;font-weight: 500;}
#foot ul li a:hover {
  text-decoration: underline
}

#foot .foot-content {
  margin-top: -1px;
  font-size: 13px;
  margin-bottom: 75px;
}

#foot .foot-content p {
  margin-bottom: 0px;
}




/* ---------------------------------- */
/*   collapse sidebar
------------------------------------- */
.collapse-sidebar .main_sidebar {
  margin-left: 0px;
  height: calc(100% - 57px);
}

.collapse-sidebar .main_content,
.collapse-sidebar header {
  margin-left: 80px;
}

.collapse-sidebar header {
  width: calc(100% - -90px);
  margin-left: 0px;
  /* width: 100%; */
}

.collapse-sidebar .sidebar .sidebar_innr {
  /* padding-right: 10px; */
}

.main_sidebar,
.main_content {
  transition: all 0.45s cubic-bezier(0, 0, 0, 1.09);
}



/* ---------------------------------- */
/*   page contents Layout
------------------------------------- */

.main_content {
  position: relative;
  z-index: 5;
  display: block;
  overflow: visible;
  min-height: 100vh;
  background-color: #f9f9f9;
  padding: 0 30px 2.5rem;
}

.main_content_inner {
  display: block;
  padding: 20px;
  margin: auto;
  padding-bottom: 0;
  position: relative;
}


@media (min-width: 1200px) {
  .main_content_inner {
    /* max-width: 1000px; */
    padding: 25px 0;
    margin-bottom: 20px;
    animation: r;
  }

  .collapse-sidebar .main_content_inner {
    max-width: 1000px;
  }

  .content-expand .main_content_inner {
    max-width: 1340px;
  }

  .fead-area {
    width: 62% !important;
  }
}

@media (min-width: 1600px) {

  .main_content_inner,
  header .header-innr {
    max-width: 1200px;
  }

}

/* ---------------------------------- */
/*  Meda small devices
------------------------------------- */
 
@media (max-width: 960px) {
  #main_header{
     position:fixed;
     top: 0;
     left: 0;
     background: white;
     border-color: transparent;
   }
    
  .main_content {
    padding: 0;
    padding-top: 60px;
  }

  header {
    box-shadow: 0 1px 0 0 rgba(139, 141, 157, 0.05), 10px 1px 7px 0 rgba(65, 71, 108, 0.15) !important;
    padding: 0 20px;
  }
  html body {padding: 0;border-radius: 0;background: transparent ;}
  .main_sidebar {left: 0;padding-left: 7px;}

}
@media (max-width: 1260px) {
  .main_content {
    margin-left: 0px !important; 
  }

  .main_content_inner {
    padding: 15px !important;
  }

  .main_sidebar {
    margin-top: 0 !important;
    z-index: 10000  !important;
    position: fixed  !important;
    height: calc(100% - 0px) !important;
    width: 270px  !important;
  }

  .main_sidebar,
  .collapse-sidebar .main_sidebar {
    margin-left: -300px;
  }

  .sidebar {
    overflow: hidden;
    height: calc(100% - 50px);
    padding: 0;
  }

  .mobile-visible .main_sidebar {
    margin-left: 0px !important;
    height: calc(100% - 0px) !important;
    background: #fff;
    padding-top: 0px;
  }
  .main_sidebar .sidebar-header .btn-close {
    display: block !important;
  }

  .main_sidebar .sidebar-header h4 {
    font-size: 15px;
  }

  .sidebar .sidebar_innr .sections {
    padding: 0 !important;
    padding-top: 7px !important;
  }

  .sidebar .sidebar_innr .sections li a {
    line-height: 45px
  }

  .main_sidebar .sidebar-header {
    display: flex !important;
    height: 50px;
  }

  .sidebar .sidebar_innr .sections h3 {
    display: none;
  }

  .mobile-visible .main_sidebar .side-overlay {
    visibility: visible;
  }

  header .head_search {
    display: none;
  }

  header .header-innr {
    height: 65px;
    max-width: 100%;
  }

  header #logo {
    position: relative;
    left: -15px !important;
    display: block;
    font-size: 20px;
  }

  header .header-btn-traiger {
    left: -12px;
    position: relative;
  }

  header .header-innr .head_user {
    position: relative;
  }

  header .head_user .opts_icon {
    margin-left: 0px;
    font-size: 20px;
    padding: 6px 8px;
  }

  header .head_user .opts_account {
    margin-left: 5px;
    width: 30px;
    height: 30px;
  }

  header .head_user .opts_account>img {
    width: 30px;
    height: 30px;
  }
  header .head_user .opts_account> span {
    display:none
  }

}
@media (min-width: 1260px) {
  header #logo , header .header-btn-traiger { display: none;}
}
 

/* ---------------------------------- */
/* general
------------------------------------- */

.shadow {
  box-shadow: 0px 2px 7px -3px #0000001a
}

.rounded-sm {
  border-radius: 5px;
}

.rounded {
  border-radius: 8px !important;
}

.rounded-lg {
  border-radius: 14px !important;
}

.circle {
  border-radius: 50% !important;
}

.border-0 {
  border: 0 !important
}

.shadow-0 {
  box-shadow: none !important;
}


 

 




/* ---------------------------------- */
/* button option menu  
------------------------------------- */
.btn-option {
  font-size: 21px;
  padding: 5px 3px !important;
  z-index: 1;
  position: relative !important;
  top: auto;
  right: auto;
  display: block !important;
}

/* dropdown option menu */
.dropdown-option-nav {
  z-index: 10000 !important;
  border-radius: 6px;
  min-width: 180px !important;
  padding: 0 !important;
  margin-top: 3px !important;
}

.dropdown-option-nav:before {
  content: "";
  position: absolute;
  right: 8px;
  top: -13px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 10px solid #e8e9eb;
  border-color: transparent transparent #f1f3f4 transparent;
  top: -10px;
}

.uk-dropdown-top-right.dropdown-option-nav:before {
  right: 5px;
  top: -13px;
  border-bottom: 0;
  top: auto;
  bottom: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #d4d4d4;
}

.dropdown-option-nav ul {
  list-style: none;
  margin: 0;
  padding: 6px 0px;
  position: relative;
}

.dropdown-option-nav ul li {
  margin: 0;
  padding: 0;
  display: block !important;
}

.dropdown-option-nav .divider-line {
  margin: 4px 0;
  border: .3px solid rgba(222, 223, 224, .45);
}

.dropdown-option-nav ul li *> {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 13px;
  transition: 0.3s;
  color: #9799a2;
  padding: 9px 14px;
  cursor: cursor
}

.dropdown-option-nav ul li>:hover {
  background-color: rgba(0, 0, 0, 0.07);
  pointer: cursor
}

.dropdown-option-nav ul li>i {
  font-size: 19px;
  position: relative;
  top: 1px;
  margin-right: 7px;
  -webkit-font-smoothing: antialiased;
  transition: 0.3s;
}

.dropdown-option-nav ul li>span:hover {
  color: #2f3152;
}

  
.shadow-xs{box-shadow:0 0 0 1px rgba(0,0,0,.05)!important}
.shadow-sm{box-shadow:0 1px 2px 0 rgba(0,0,0,.05)!important}
.shadow{box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06)!important;}
.shadow-md{box-shadow: 0 2px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)!important;}
.shadow-lg{box-shadow: 0 3px 15px -3px rgba(0,0,0,.1),0 10px 6px -2px rgba(0,0,0,.05)!important;}
.shadow-xl{box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)!important}
 





@media (max-width: 1260px) { 
  .main_sidebar.sidebar_2 {display:none}
}

 .main_sidebar .sidebar-header {
  height: 70px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e2e2e27a;
  width: 100%;
}
.main_sidebar .sidebar-header
.main_sidebar .sidebar-header h4 {
  margin-bottom: 0;
  font-size: 18px;
}

.main_sidebar .sidebar-header .btn-close {
  position: absolute;
  right: 25px;
}

.main_sidebar .sidebar-header .btn-close::before {
  font-family: "Feather-Icons";
  font-size: 22px;
  content: '\e92f';
  line-height: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  padding: 6px;
  cursor: pointer;
  color: black;
  padding-right: 15px;
}

.main_sidebar .sidebar-header .btn-close {
  display: none;
} 

.main_sidebar .side-overlay {
    z-index: 1;
    position: fixed;
    width: 100%;
    margin-left: 270px;
    height: 100%;
    background: hsl(0deg 0% 0% / 18%);
    visibility: hidden;
}

.mobile-visible .main_sidebar {
  margin-left: 0px !important;
  height: calc(100% - 0px) !important;
}

.main_sidebar .sidebar-header h4 {
  font-size: 15px;
} 


@media (min-width: 1260px) { 
  header .header-btn-traiger.is-hidden {display:none}
}
@media (max-width: 690px) { 
.post-new-type>a img { 
    display: none;
}
.nav-profile .responsive-tab a {     
     height: 38px;
}

}
.display-hidden { display: none;}
 


.load-more {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 20px;
}
.load-more .btn {
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  height: 36px;
  line-height: 36px;
  font-weight: 600;
  border-radius: 2em;
  padding: 0 20px !important;
  position: relative;
  transition: all 0.15s;
  outline: none;
  color: #848484;
}
.load-more .btn:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}


.middot {
  margin: 0 4px;
  font-size: 15px;
  line-height: 1.1;
  font-weight: 700;
}


.display-as {
  border-radius: 7px;
  display: flex;
  background: #f1f4f7;
}

.display-as a {
  padding: 10px 11px;
  font-size: 16px;
  display: inline-block;
  line-height: 1;
  color: #040404;
}

.display-as a.active {
  background: #efefef;
  color: #ffffff;
  border-radius: 5px;
  cursor: auto;
  background: #348f6c;
  box-shadow: 0px 2px 8px -6px rgba(0, 0, 0, 0.3);
}

@media (max-width: 640px) {
  .display-as a {
    padding: 7px 8px;
    font-size: 16px;
  }
}


.slidenav-next.c-slider {
  transform: translateY(-260%) translateY(-15px) !important;
}
.slidenav-prev.c-slider {
  transform: translateY(-260%) translateY(-15px) !important;
}



/* ---------------------------------- */
/* syntax highlighter
------------------------------------- */

.hljs-string,
.hljs-bullet {
  color: #4FC1EA;
}

.hljs {
  display: block;
  overflow-x: auto;
  padding: 1.5em;
  background: #f3f3f3;
  color: #9c9c9c;
  margin: -13px;
}

.hljs-name,
.hljs-strong {
  /* font-weight: bold; */
  color: #f35a00;
}

.hljs-attr {
  color: #68BB88;
}



/* ---------------------------------- */
/* btn source code previewer
------------------------------------- */

.Markup-botton {
  padding-left: 44px !important;
  font-size: 14px !important;
  background: #f0f0f0;
  text-transform: capitalize !important;
  color: #565656;
  border: 0 !important;
  overflow: hidden;
  cursor: pointer;
  outline: 0;
}

.Markup-botton::before {
  font-family: "Feather-Icons";
  font-size: 14px;
  content: '\e940';
  left: 0px;
  width: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  top: 0px;
  color: white;
  background: #348f6c;
  position: absolute;
}

.Markup-botton:hover,
.Markup-botton:focus {
  background: #348f6c;
  color: white;
}


@media (min-width: 1099px) {
  .Markup-botton {
    margin: 20px 0 !important;
  }
}



/* ---------------------------------- */
/* Icons Cheatsheet Styles
------------------------------------- */
.icon-set-container {
  display: block;
  width: calc(100% + 30px);
  left: -15px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}

.glyph.fs1 {
  position: relative;
  font-size: 20px;
  margin: 10px 15px;
  background-color: #fff;
  box-shadow: -10px 8px 10px -7px rgba(25, 42, 70, .13);
  border-radius: 4px;
  flex: 1 1 calc(20% - 36px);
  align-content: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  padding: 15px 15px;
  padding-left: 0;
  transition: 0.3s;
  color: #666;
  border-radius: 6px;
  overflow: hidden;
}

.glyph.fs1:hover {
  transform: translateY(-5px);
  background-color: #f5f5f5;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.glyph.fs1:hover span:not([class*="mls"]) {
  background-color: #fff;
  color: #333;
}

.glyph.fs1 .fs0,
.glyph.fs1 fieldset {
  display: none;
}

.glyph.fs1 span:not([class*="mls"]) {
  vertical-align: middle;
  top: -4px;
  height: 100%;
  width: 52px;
  background: rgba(0, 0, 0, 0.04);
  display: inline-block;
  /* line-height: 40px; */
  display: flex;
  justify-content: center;
  align-items: center;
  /* border-radius: 4px; */
  font-size: 24px;
  transition: 0.3s;
  position: relative;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.glyph.fs1 .mls:not([class*="icon-"]) {
  max-width: 80%;
  display: inline-block;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
  top: 0;
  vertical-align: middle;
  padding-left: 65px;
}


@media (max-width: 768px) {
  .glyph.fs1 {
    box-shadow: -10px 8px 10px -7px rgba(25, 42, 70, .13);
    flex: 1 1 calc(40% - 30px);
  }
}


.hero{
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  display: flex;
  background-position: bottom;
  height: 420px;
  align-items: center;
  margin-top: -70px;
  position: relative;
  border-radius: 0;
  margin-left: -30px;
  margin-right: -30px;
  background-position: center;
  /*min-height: 250px;*/
}
.hero h1 {
    font-size: 35px;
    font-weight: 700;
}
.hero p {
    font-size: 15px;
} 

@media (max-width: 990px) {
  .hero {
    padding: 30px; 
    margin-left: 0px;
    margin-right: 0px;
    max-height: 200px;
    margin-top: 0;
  }
  .hero h1{
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .hero {
    /*height: auto;*/
    /*border-radius: 0;*/
    margin-left: 0px;
    margin-right: 0px;
    max-height: 90px;
    margin-top: 0;
  }  
}
/*自己加的*/
@media (max-width: 375px) {
  .hero {
    /*height: auto;*/
    /*border-radius: 0;*/
    margin-left: 0px;
    margin-right: 0px;
    max-height: 50px;
    margin-top: 0;
  }  
}


/* ---------------------------------- */
/*  embed video responsive 
------------------------------------- */

.embed-video {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.embed-video iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  /* padding: 20px */
}


/* ---------------------------------- */
/* responsive tab
------------------------------------- */

.responsive-tab {
  position: relative;
  z-index: 1;
  clear: both;
  width: 100%;
  height: 52px;

  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}

.responsive-tab ul,
.responsive-tab li,
.responsive-tab a {
  height: 100%;
}

.responsive-tab ul {
  /* enables a flex context for all its direct children */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.responsive-tab ul::after {
  clear: both;
  content: "";
  display: block;
  background: red;
}

.responsive-tab li {
  display: inline-block;
  float: left;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}

.responsive-tab a {
  display: block;
  color: #8e8e8e;
  opacity: .7;
  line-height: 50px;
  padding-right: 17px;
  padding-left: 0;
  font-weight: 600;
  font-size: 15px;
  position: relative;
}

.responsive-tab a i {
  font-weight: 700;
  margin-right: 9px;
}

.responsive-tab li a:hover {
  color: #348f6c;
  opacity: .8;
}

.responsive-tab .uk-active,
.responsive-tab .uk-active a {
  color: #348f6c;
  opacity: 1;
}

.uk-light .responsive-tab:before {
  background: transparent;
}

.uk-light .responsive-tab .uk-active a,
.uk-light .responsive-tab li a:hover {
  color: white
}

.uk-light .responsive-tab .uk-active a:before {
  background-color: white
}

@media only screen and (min-width: 1024px) {

  .responsive-tab {
    height: 56px;
    overflow: visible;
  }

  /* reset mobile style */
  .responsive-tab ul {
    display: block;
  }

  /* reset mobile style */
  .responsive-tab li {
    float: none;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    flex: 1 0;
  }

  .responsive-tab a {
    font-size: 16px;
    margin-right: 20px;
    padding: 0;
    line-height: 55px;
  }
}

/* ---------------------------------- */
/* style-3
------------------------------------- */

@media only screen and (min-width: 1024px) {

  .responsive-tab.style-1:before {
    background: transparent;
  }

  .responsive-tab.style-1 {
    height: 38px;
  }

  .responsive-tab.style-1 li a {
    background: #f1f4f7;
    border-radius: 97px;
    line-height: 38px;
    color: black;
    font-size: 13px;
    padding: 0px 22px;
    margin-right: 10px;
    font-weight: 700;
  }

  .responsive-tab.style-1 li.uk-active a {
    background-color: #348f6c;
    color: white;
  }

  .responsive-tab.style-1 .uk-active a:before {
    background-color: transparent;
  }
}

/* ---------------------------------- */
/* style-2
------------------------------------- */
.responsive-tab.style-2 :before {
  position: absolute;
  bottom: 0;
  content: '';
  width: 100%;
  height: 1px;
  border-radius: 27px;
}

.responsive-tab.style-2 .uk-active a:before {
  width: 100%;
  width: 20%;
  height: 4px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #348f6c;
}

.responsive-tab.style-2:before {
  background: transparent;
}

.responsive-tab.style-2 .uk-active {
  color: #0a0a0a;
}

/* ---------------------------------- */
/* style-3
------------------------------------- */
.responsive-tab.style-3 .uk-active a:before,
.responsive-tab.style-3:before {
  display: none;
}

@media only screen and (min-width: 1024px) {

  .responsive-tab.style-3 {
    height: auto;
  }

  .responsive-tab.style-3 li a {
    font-size: 17px;
    font-weight: 600;
    line-height: 44px;
  }

  .responsive-tab.style-3 li {
    display: block;
  }

  .responsive-tab.style-3 ul,
  .responsive-tab.style-3 li,
  .responsive-tab.style-3 a {
    height: 100%;
  }

  .responsive-tab.style-3 li .responsive-tab.style-3 a {
    height: 100%;
  }

}


/* ---------------------------------- */
/* style-4
------------------------------------- */
.responsive-tab.style-4 :before {
  position: absolute;
  bottom: 0;
  content: '';
  background: #e8e8e8;
  width: 100%;
  height: 1px;
  border-radius: 27px;
}

.responsive-tab.style-4 a {
  margin-right: 9px;
  padding: 0 7px;
  font-size: 15px;
  color: #6b6969;
}

.responsive-tab.style-4 .uk-active a:before {
  position: absolute;
  bottom: 0;
  content: '';
  background: #007791;
  width: 100%;
  height: 5px;
  left: 0;
  background: #348f6c;
}

.uk-light .responsive-tab.style-4 .uk-active a:before {
  background-color: white
}


/* ---------------------------------- */
/* style-5
------------------------------------- */
.responsive-tab.style-5 {
  height: 47px;
}

.responsive-tab.style-5 li a {
  line-height: 47px;
  padding: 0px 20px;
  margin: 0px;
}

.responsive-tab.style-5 li.uk-active a {
  padding: 0px 13px;
  margin: 0px 36px;
  background-color: #edeff0;
  color: #348f6c;
}

.responsive-tab.style-5 li.uk-active a:hover {
  background-color: #edeff0;
  opacity: 1;
}

.responsive-tab.style-5 li.uk-active a:before {
  background: url(../images/bg-shapes/tab-border-left.png) no-repeat;
  background-size: cover;
  content: '';
  position: absolute;
  left: -35px;
  top: 0;
  font-size: 31px;
  height: 47px;
  width: 36px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.responsive-tab.style-5 .uk-active a:after {
  background: url(../images/bg-shapes/tab-border-right.png) no-repeat;
  background-size: cover;
  content: '';
  position: absolute;
  right: -35px;
  top: 0;
  color: #f91629;
  height: 47px;
  width: 36px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

/* ---------------------------------- */
/* List Styles
------------------------------------- */
.list-3,
.list-2,
.list-1 {
  padding: 3px 0 0 0;
  font-size: 15px;
}

.list-3 li,
.list-2 li,
.list-1 li {
  list-style: none;
  margin: 10px 0;
  line-height: 27px;
  margin-left: 20px;
  position: relative;
}

.list-3 li:first-child,
.list-2 li:first-child,
.list-1 li:first-child {
  margin-top: 0;
}

.list-4 li:before,
.list-3 li:before,
.list-2 li:before,
.list-1 li:before {
  margin: 0;
  position: relative;
  color: #66676b;
  float: left;
  margin-left: -20px;
  display: block;
}

.list-1.gray li:before {
  color: #777;
}

.list-2 li,
.list-2 li {
  margin-left: 28px;
}

.list-3 li:before,
.list-2 li:before {
  font-family: "Material-Icons";
  content: "\e928";
  font-size: 18px;
  font-weight: 600;
  position: relative;
  top: -2px;
  margin-left: -28px;
}

.list-3 li:before {
  content: "\e912";
  font-family: "Feather-Icons";
  font-weight: 500;
  font-size: 18px;
}

.list-1 li:before {
  content: "";
  height: 6px;
  width: 6px;
  background-color: #66676b;
  border-radius: 2px;
  position: relative;
  top: 9px;
}

/* ---------------------------------- */
/* setting menu list in admin panel
------------------------------------- */
.setting-menu {
  color: #474747;
  /* border: 1px solid #f1f4f7; */
  border-radius: 5px;
}
.setting-menu ul li {padding-left:0;/* border-bottom: 1px solid #f0f1f3; */}
.setting-menu ul li a , .setting-menu .uk-active.li a{
    padding: 2px 7px;
    margin-right: 0px;
    font-size: 15px !important;
    border: 0;
    text-align: left;
    border-radius: 5px;
}
.setting-menu ul li a:hover, .setting-menu ul li.uk-active a{
  background-color: #f1f4f7;
}

@media (max-width:960px){
  .setting-menu ul li a {
    padding: 0px 15px;
   } 
    .responsive-tab a i {
    margin-right: 5px;
   }
}




/* books*/

.book-card .book-cover {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  height: 220px;
}


.book-card .book-cover img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}


.book-card .book-content {
  margin-top: 6px;
}


.book-card .book-content h5 {
  font-weight: 500;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 15px;
}

@media (max-width:960px) {
  .book-card .book-cover {
    height: 180px;
  }

}

#book-popular .book-popular-card>* {
  width: auto; 
}

#book-popular .book-popular-card {
  border: 0;
  box-shadow: 0 4px 11px -4px rgba(0, 0, 0, 0.2);
  margin: 24px 0 27px;
  padding: 16px 9px;
  padding-right: 15px;
  background-color: #f1f4f7;
  border-radius: 10px;
  display: flex;
  align-items: center;
}

#book-popular .book-popular-card .book-details {
  margin-left: 12px;
  flex: 1;
  min-width: 1px;
}

#book-popular .book-popular-card .book-details h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  color: #393939;
  font-size: 15px;
  margin: 0;
  transition: all 0.2s;
}

#book-popular .book-popular-card .book-details p {
  margin: 0;
  font-size: 13px;
  color: #8d8d8d;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 6px;
  font-weight: 500;
  line-height: 1;
  transition: all 0.2s;
}

#book-popular .book-popular-card .cover-img {
  border-radius: 6px;
  width: 65px;
  height: 78px;
  margin-top: -24px;
  box-shadow: 0 3px 11px -2px rgba(0, 0, 0, 0.33);
}

@media (max-width: 768px) {
  .book-card-grid .book-card .book-cover {
    height: 200px;
  }
}



/* ---------------------------------- */
/* skil card list
------------------------------------- */

.skill-card {
  display: flex;
  position: relative;
  color: #545e6f;
  transition: transform .2s ease-in-out;
  background: #ffffff;
  border-radius: 9px;
  transition: 0.3s;
  position: relative;
  padding: 20px;
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);
  align-items: center;
  overflow: hidden;
}

.skill-card:hover {
  transform: translate(0, -4px);
  box-shadow: 0 2px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)!important;
}

.skill-card-icon {
  font-size: 36px;
  width: auto;
  margin: 0 19px 0 0;
  background: #f1f9f5;
  padding: 25px 15px;
  margin: -45px 10px -45px -20px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.skill-card-title {
  font-weight: 400;
  font-size: 19px;
  margin-top: 2px;
  margin-bottom: 5px;
  position: relative;
  line-height: 20px;
  color: #545e6f;
}

.skill-card-subtitle {
  font-size: 14px;
  color: rgba(84, 94, 111, .6);
  line-height: 16px;
  font-weight: 400;
  margin: 0;
}

.skill-card-bullet {
  color: rgba(84, 94, 111, .2);
  display: inline-block;
  margin: 0 6px;
}



.skill-card-slider {background: #ffffff;border-radius: 18px;position: relative;padding: 20px 10px;text-align: center;}

.skill-card-slider .skill-icon {
background: white;
display: inline-flex;
width: 60px;
height: 60px;
border-radius: 19px;
align-items: center;
justify-content: center;
margin: 10px 0;
box-shadow: 0px 4px 15px -2px #e2e2e2;
}

.skill-card-slider .skill-icon i {
font-size: 42px;
}

.skill-card-slider p {
font-size: 17px;
font-weight: 600;
}





/* ---------------------------------- */
/* Blog Post
------------------------------------- */
.blog-post {
display: flex;
background: #fff;
margin-bottom: 35px;
box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
border-radius: 7px;
overflow: hidden;
transition: 0.3s;
box-shadow: 0 1px 6px -1px rgba(0,0,0,.1), 0 2px 4px -1px rgba(0,0,0,.06);
}

.blog-post:hover {
box-shadow: 0 3px 15px -3px rgba(0,0,0,.1),0 10px 6px -2px rgba(0,0,0,.05);
box-shadow: 0 3px 15px -3px rgba(0,0,0,.1),0 10px 6px -2px rgba(0,0,0,.05)!important;
}

.blog-post-thumbnail {
flex: 0 0 auto;
max-width: none;
max-height: 100%;
overflow: hidden;
position: relative;
width: 40%;
}

.blog-post-thumbnail-inner {
height: 100%;
width: 100%;
overflow: hidden;
box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
transition: 0.3s;
}

.blog-post-thumbnail-inner img {
height: 100%;
width: 100%;
object-fit: cover;
position: absolute;
top: 0;
left: 0;
}

.blog-post-content {
  flex: 1;
  padding: 25px 25px;
}

.blog-post-content h3,
.blog-post-content h3 a {
  font-size: 19px;
  line-height: 31px;
  margin-bottom: 12px;
  display: block;
}

.blog-post:hover .blog-post-content h3 {
  transition: 0.3s;
  color: #34a77b;
}

.blog-post-content-info {align-items: center;justify-content: space-between;display: flex;margin-top: 10px;}

span.blog-post-info-date {
font-weight: 600;
color: #909090;
font-size: 14px;
}

span.blog-post-info-tag {
display: inline-block;
padding: 0.26rem 0.6rem;
font-size: 0.875rem;
font-weight: 700;
border-radius: 10rem !important;
line-height: 1;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
height: auto;
}

.blog-post-content p {
  padding: 0;
  margin: 0;
  font-size: 18px;
  display: block;
  color: #808080;
  font-weight: 500;
  font-size: 15px;
  line-height: 26px;
}

/* Media Queries for Blog Post */
@media (max-width: 768px) {

  .blog-post {
    flex-direction: column;
  }

  .blog-post-thumbnail {
    width: 100%;
    height: 220px;
  }

  .blog-post-content {
    padding: 20px
  }

  .blog-post-content h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 7px;
  }

  .blog-post-content p {
    font-size: 15px;
  }
}


/*  blog Single post  article */
.blog-article-single {
  width: 100%;
  height: 460px;
  position: relative;
  display: flex;
  background-size: cover;
  align-items: center;
  background-blend-mode: color-burn;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  border-radius: 10px;
}

.blog-article-single .blog-article-meta {
  margin: 20px 0 !important;
  color: white;
}

.blog-article-single .blog-article-meta span::before {
  display: none;
}

.blog-article-single h1 {
  margin: 45px 0;
  font-size: 45px;
  max-width: 880px;
}

.blog-article-single h1,
.blog-article-single .blog-article-meta strong,
.blog-article-single .blog-article-meta a,
.blog-article-single .blog-article-meta span {
  color: white;
}

.blog-article-auther img {
  width: 100%;
  display: inline-block;
  border-radius: 50%;
  image-rendering: -webkit-optimize-contrast;
  width: 50px;
  height: 50px;
}

.blog-auther-user-name {
  line-height: 18px;
  padding: 15px 0;
  width: 100%;
  padding-bottom: 8px;
  font-weight: 600;
  display: block;
  color: white;
  font-size: 18px;
}


/* Media Queries for Blog Post */
@media (max-width: 768px) {
  .blog-article {
    margin-bottom: 20px;
  }

  .blog-article .blog-article-thumbnail {
    height: 220px
  }

  .blog-article h2 {
    font-size: 23px
  }

  .blog-article .blog-article-meta {
    font-size: 12px;
    margin: 10px 0;
  }

  .blog-article .blog-article-content {
    font-size: 18px
  }

  .blog-article-single {
    width: 100%;
    height: 300px;
  }

  .blog-article-single h1 {
    font-size: 25px;
    margin: 30px 0;
  }

  .blog-article-content-read h2 {
    font-size: 1.2rem;
  }

  .blog-article-meta {
    font-size: 12px !important
  }

}


/* Comments */
.comments {
  margin: 40px 0px;
}

.comments ul {
  padding-left: 0;
}

.comments ul li {
  display: block;
}

.comments ul li,
.comments ul li ul li,
.comments ul li ul li ul li,
.comments ul li ul li ul li {
  margin: 30px 0 0 0px;
}

.comments ul li ul {
  margin: 0 0 0 100px;
}

.comment-content {
  padding: 0 0 0 77px;
}

.comment-content p {
  margin: 3px 0 0 0;
  line-height: 26px;
  padding: 5px 0;
}

.comments ul li {
  position: relative;
}

.comment-content strong {
  padding-right: 5px;
  color: #666;
}

.comment-content span {
  color: #888;
}

.comments-amount {
  color: #888;
  font-weight: 500;
  margin-left: 8px;
}

.avatar {
  display: inline-block;
  float: left;
  padding: 0 17px 0 0;
  position: absolute;
  left: 0px;
  top: -5px;
}

.avatar img {
  max-width: 50px;
  border-radius: 50%;
}

.comment-by {
  width: 100%;
  padding-bottom: 8px;
  /* padding-top: 5px; */
  font-weight: 600;
  color: #333;
  font-size: 20px;
}

.comment-by .comment-stars {
  display: inline;
  line-height: 22px;
  font-weight: 500;
  position: absolute;
  right: 0;
  top: 0px;
}

.comment-by h5 {
  margin: 0 0 7px 0;
}

.comment-by a.reply {
  transition: all 0.3s;
}

.comment-by a.reply {
  display: inline;
  background-color: rgb(232 233 234);
  padding: 6px 18px;
  line-height: 24px;
  font-size: 15px;
  color: #348f6c;
  position: absolute;
  right: 0;
  top: 14px;
  border-radius: 4px;
}

.comment-by a.reply i {
  font-size: 12px;
  margin-right: 1px;
}

.comment-by a.reply:hover {
  background-color: #348f6c;
  color: #fff;
}


.comment-by span {
  color: #888;
  font-weight: 500;
  margin: 0px 0 0 0;
  float: none;
  display: block;
  text-align: left;
  font-size: 14px;
}

.comment-footer {
  margin-top: 13px
}

.comment-footer span {
  font-size: 15px;
  margin-right: 12px;
}

.comment-footer a {
  font-weight: 600;
  color: #989898;
}

.comment-footer a:hover {
  color: #656565;
}

.comment-footer button {
  background: #f0f4fa;
  border: 1px solid #dae7f9;
  padding: 4px 8px;
  border-radius: 4px;
  color: #333333;
  cursor: pointer;
  margin-right: 4px;
  font-size: 11px;
}

@media (max-width: 768px) {

  /* Media Queries for Comments */
  .comments ul li ul {
    margin: 0;
  }

  .avatar {
    top: 3px;
  }

  .comment-content {
    color: #666;
    padding: 0 0 0 70px;
  }

  .avatar img {
    max-width: 50px;
    border-radius: 50%;
    top: 5px;
  }

  .comment-by {
    width: 100%;
    font-size: 17px;
  }

  .comment-stars .star-rating .star.half:after,
  .comment-stars .star-rating .star:before {
    color: #febe42;
    font-size: 14px !important;
  }

  .comment-by a.reply {
    /* position: relative; */
    margin: 10px 2px 0 0;
    top: 0;
    display: inline-block;
  }

}

.blog-article-meta {
  padding: 0;
  line-height: 1.2 !important;
  margin: 15px 0px;
  text-transform: uppercase;
  font-size: 14px !important;
  font-weight: 300;
}

.blog-article-meta strong {
  color: #a0a0a0;
  padding-right: 10px;
  border-right: 1px solid #d0d0d0;
}

.blog-article-meta a {
  padding-left: 8px;
  color: #348f6c;
  font-weight: 600;
}

.blog-article-meta span {
  color: #ababab;
  padding-left: 20px;
  position: relative;
  font-weight: 600;
}

.blog-article-meta span::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  left: 5px;
  top: 0;
}


.blog-article-content {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 20px;
}

.blog-article-content-read h3 {
  margin-top: 28px;
}

.blog-article-content-read p {
  line-height: 1.7;
  font-size: 16px;
}




/* ---------------------------------- */
/* Pricing
------------------------------------- */

/* Pricing Plans Container */
.pricing-plans-container {
  border-radius: 4px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  display: flex;
  background: white;
  margin-top: 70px;
  box-shadow: 0 1px 15px -3px rgba(0,0,0,.1),0 10px 6px -2px rgba(0,0,0,.05)!important;
}

.pricing-plan {
  flex: 1;
  padding: 35px 17px;
  position: relative;
}

.pricing-plan:first-of-type {
  padding-left: 35px;
}

.pricing-plan:last-of-type {
  padding-right: 35px;
}

.pricing-plan h3 {
  font-size: 22px;
  font-weight: 600;
}

.pricing-plan p {
  margin: 0;
}


/* Pricing Plan Label */
.pricing-plan-label {
  background: #f6f6f6;
  border-radius: 4px;
  font-size: 18px;
  color: #888;
  text-align: center;
  line-height: 24px;
  padding: 15px;
  margin: 22px 0;
}

.pricing-plan-label strong {
  font-size: 32px;
  font-weight: 700;
  color: #348f6c;
  margin-right: 5px;
  line-height: 30px;
}

.recommended .pricing-plan-label {
  background-color: rgba(102, 103, 107, 0.06);
  color: #66676b;
}

.recommended .pricing-plan-label strong {
  color: #348f6c;
}

/* Pricing Plan Features */
.pricing-plan-features strong {
  color: #333;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 24px;
  display: inline-block;
  margin-top: 5px;
}

.pricing-plan-features ul {
  padding: 0;
  margin: 0;
}

.pricing-plan-features ul li {
  display: block;
  margin: 0;
  padding: 3px 0;
  line-height: 24px;
}

/* Pricing Plan Button */
.pricing-plan .button:hover,
.pricing-plan.recommended .button {
  color: #fff;
  background-color: #66676b;
  box-shadow: 0 4px 12px rgba(102, 103, 107, 0.15);
}

.pricing-plan .btns {
  color: #348f6c;
  background-color: #fff;
  border: 1.5px solid #348f6c;
  box-shadow: 0 4px 12px rgba(102, 103, 107, 0.1);
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 6px 0;
  text-align: center;
  line-height: 28px;
  border-radius: 5px;
  margin-top: 15px;
  font-weight: 600;
}


.pricing-plan .button:hover,
.recommended .btns {
  box-shadow: 0 4px 12px rgba(102, 103, 107, 0.15);
  background: #348f6c;
  color: white;
  border-color: #348f6c;
}

/* Recommended Plan */
.pricing-plan.recommended {
  box-shadow: 0 0px 29px rgba(0, 0, 0, 0.09);
  padding: 35px;
  margin: 0 15px;
}

.pricing-plan .recommended-badge {
  background-color: #348f6c;
  color: #fff;
  position: absolute;
  width: 100%;
  height: 45px;
  top: -45px;
  left: 0;
  text-align: center;
  border-radius: 4px 4px 0 0;
  font-weight: 600;
  line-height: 45px;
}

.pricing-swicher {
  width: max-content;
  padding: 10px !important;
  border-radius: 8px;
  margin: auto !important;
  background: #f1f4f7;
  padding: 3px !important;
  border-radius: 10px;
}

.pricing-swicher> :first-child {
  padding-left: 0px !important
}

.pricing-swicher li {
  padding-left: 10px !important;
  opacity: 0.4;
}

.pricing-swicher li a {
  font-size: 13px !important;
  font-weight: 700;
  position: relative;
  padding: 6px 12px;
}


.pricing-swicher>li.uk-active {
  opacity: 1;
  background: white;
  border-radius: 8px;
}

.pricing-swicher>.uk-active>a {
  color: #348f6c !important;
}

.pricing-swicher li a span {
  top: -10px;
  margin-left: 10px;
  background: #d7f3e8;
  font-size: 10px;
  padding: 3px 5px;
  font-weight: 700;
  color: #348f6c;
  border-radius: 4px;
}

/* Media Queries for Pricing Plans */
@media (max-width: 992px) {
  .pricing-plans-container {
    box-shadow: none !important;
    display: block;
    margin-top: 15px;
  }

  .pricing-plan {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
    flex: auto;
    border-radius: 4px;
    padding: 35px;
  }

  .pricing-plan.recommended {
    padding: 35px;
    margin: 0 0 30px 0;
  }

  .recommended.pricing-plan {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    margin-top: 80px;
  }
}



/* courses filter list  accordion */

.btn-filter {
  padding: 5px 11.5px;
  /* background: #edeff5; */
  border-radius: 6px;
  color: #3e416d;
  box-shadow: 0px 2px 8px -10px rgba(0, 0, 0, 0.3);
}

.btn-filter:hover {
  color: #fff;
  background: #348f6c;
}

@media (max-width: 640px) {
  .btn-filter {
    padding: 5px 10.5px;
  }
}

.sidebar-filter-list>li {
  overflow: hidden;
  margin-top: 0 !important;
}

.sidebar-filter-list .uk-accordion-title {
  padding: 4px 0px 5px;
  font-size: 16px;
  font-weight: 600;
  color: rgb(0 0 0 / 54%);
  border-bottom: 1px solid #e6e6e6;
}

.sidebar-filter-list .uk-open .uk-accordion-title {
  border-bottom: 0;
}

/* accordion indicator */
.sidebar-filter-list .uk-accordion-title::before {
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-family: "Feather-Icons";
  content: "\e930";
  background-image: none !important;
  color: rgba(0, 0, 0, 0.54);
  margin-left: 0;
}

.sidebar-filter-list .uk-open>.uk-accordion-title::before {
  transform: rotate(270deg) !important;
  background-image: none !important;
}

.sidebar-filter-list .uk-accordion-content {
  margin: 0;
  padding-bottom: 10px;
}

.sidebar-filter-list .uk-form-controls label {
  display: block;
  padding: 6px 0;
  font-weight: 400;
  cursor: pointer;
  font-size: 15px;
  margin-bottom: 0;
}

.sidebar-filter-list .uk-form-controls label span span {
  font-size: 14px;
}

.sidebar-filter-list .uk-form-controls label .uk-radio {
  margin-right: 9px;
}

.btn-sidebar-filter {
  display: none
}

@media (max-width: 768px) {
  .sidebar-filter .sidebar-filter-contents {
    padding: 20px 0;
    /*display: none;*/
  }

  .sidebar-filter.sidebar-filter-visible .sidebar-filter-contents {
    display: block !important;
  }

  .btn-sidebar-filter {
    width: 150px;
    margin: 0;
    margin-top: 15px;
    background-color: #f3f3f3;
    border-radius: 5px;
    color: #454872;
    padding: 12px 17px;
    padding-left: 45px;
    text-align: left;
    font-weight: 600;
    transition: 0.2s;
    display: block;
    line-height: 20px;
    border: 0;
    position: relative;
    display: block
  }

  .btn-sidebar-filter::after {
    font-family: "Feather-Icons";
    content: '\e9d1';
    font-size: 18px;
    left: 17px;
    position: absolute;
  }

  .sidebar-filter-visible .btn-sidebar-filter::after {
    font-family: "Feather-Icons";
    content: '\ea02';
  }

  .sidebar-filter h4 {
    margin-top: 0px;
  }
}




/* ---------------------------------- */
/* course card   
------------------------------------- */

.course-card {
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  background: white;
  border-radius: 8px;
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px 0 rgba(0,0,0,.06);
}

.course-card-thumbnail {
  flex: 0 0 auto;
  max-width: none;
  max-height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 138px;
}

.course-card-thumbnail img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 8px 8px 0 0;
}

.course-card-body {
  padding: 16px 13px;
  padding-bottom: 10px;
}

.course-card-body .course-card-info {
  display: flex;
  justify-content: space-between;
}

.course-card h4 {
  color: #212121;
  font-weight: 600;
  margin-bottom: 3px;
  margin-top: 0;
  font-size: 14.5px;
  
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.course-card p {
  font-weight: 500;
  font-size: 14px;
  margin: 0;
  color: #686f7a;
  line-height: 23px;
  display: none;
}
.course-card span.by{
  font-size: 13px;
  display: block;
  color: #496764;
  font-weight: 600;
}
.course-card ul {
  padding: 0;
  margin: 0;
  margin-top: -7px;
}
.course-card ul li{
  list-style: none;
  display: inline;
  font-size: 13px;
  color: #797979;
}

.course-card .course-price{
  display: block;
  font-size: 18px;
  color: black;
}
.course-card .course-price s{
  font-size: 13px;
  color: #909090;
  margin-left: 5px;
}

/* play button on hover course card image*/

.course-card-thumbnail .play-button-trigger , .play-button-trigger {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../images/icon-play.svg) no-repeat;
  background-size: auto 50%;
  background-position: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 150ms ease-in-out;
  -moz-transition: opacity 150ms ease-in-out;
  -ms-transition: opacity 150ms ease-in-out;
  -o-transition: opacity 150ms ease-in-out;
  transition: opacity 150ms ease-in-out;
  -webkit-transition: -webkit-transform 150ms ease-in-out;
  -moz-transition: -moz-transform 150ms ease-in-out;
  -o-transition: -o-transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out;
}

.course-card-thumbnail:hover .play-button-trigger,
.play-button-trigger.show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

/* course pgrressbar */
.course-progressbar {
  position: relative;
  width: 100%;
  height: 4px;
  /* margin-top: 3px; */
  border-radius: 8px;
  background-color: #e6e8ec;
}

.course-progressbar .course-progressbar-filler {
  position: absolute;
  top: -1px;
  left: 0;
  right: -1px;
  bottom: -1px;
  height: auto;
  background-color: #17d292;
  border-radius: 8px;
}

@media (max-width: 640px) {
  .course-card h4 {
    font-size: 17px;
  }

  .course-card p {
    font-size: 15px;
  }
}



/* ---------------------------------- */
/*   course card list
------------------------------------- */

.course-card-list.course-card {
  margin-bottom: 30px;
}

/* make small the rating stars */
.course-card-list.course-card .star-rating .star.half:after,
.course-card-list.course-card .star-rating .star:before {
  font-size: 18px;
}

.course-card-list.course-card .course-details-info ul li .star-rating {
  top: 4px;
}

.course-card-list.course-card .star-rating .avg {
  font-size: 12px;
  line-height: 12px;
  padding: 4px 6px;
  margin-right: 5px;
}

/* episode-card */
.episode-card.course-card .course-card-body {
  padding: 12px 12px;
}

.episode-card.course-card .course-card-body h4 {
  font-size: 14px;
  line-height: 24px;
}


@media (max-width: 640px) {
  .course-card.course-card-list {
    margin-bottom: 13px !important
  }

  .course-card.course-card-list h4 {
    font-size: 16px !important;
    line-height: 20px !important;
  }

  .course-card.course-card-list p {
    font-size: 15px !important;
    line-height: 21px !important;
    height: 66px;
    overflow: hidden;
  }
}

@media (min-width: 640px) {
  .course-card-list.course-card {
    display: flex;
    border-radius: 0;
    border-bottom: 1px solid #e0dfdf;
    padding-bottom: 20px;
    margin-bottom: 20px !important;
    box-shadow: none !important;
    background: transparent;
  }

  .course-card-list.course-card .course-card-thumbnail {
    width: 235px;
    height: 140px;
    border-radius: 8px;
  }

  .course-card-list.course-card .course-card-body {
    padding: 17px 20px;
    padding-top: 0;
    max-width: 654px;
  }

  .course-card-list.course-card h4 {
    font-size: 20px;
  }

  .course-card-list.course-card p {
    margin-bottom: 14px;
  }

}

/* .episode card */
.episode-card.course-card span.item-tag {
  padding: 1px 7px;
}

/* course card on small device 640*/
/*640 改成 374   自己加的*/
@media (max-width: 374px) {
  .course-card {
    display: flex;
    border-radius: 0;
    /*border-bottom: 1px solid #eaeaea;
    padding-bottom: 13px;*/
    margin-bottom: 10px !important;
    box-shadow: none;
    background: transparent;
  }

  .course-card .course-card-thumbnail {
    width: 80px;
    height: 70px;
    border-radius: 5px;
    box-shadow: 0px 2px 7px -3px #0000001a;
  }

  .course-card .course-card-body {
    padding: 0 10px;
    flex: 1;
    min-width: 1px;
  }

  .course-card .course-card-body h4 {
    font-size: 14px;
    line-height: 20px;
  }

  .course-card .course-card-body p {
    font-size: 13px;
    line-height: 19px;
  }

  .course-card .course-card-footer {
    padding-top: 0;
    border: 0;
  }

  .course-card .course-card-footer h5 i {
    display: none
  }

  .course-card span.catagroy {
    font-size: 12px
  }

  .course-card .course-card-info {
    display: none !important;
  }


  .episode-card.course-card {
    display: inherit;
  }

  .episode-card.course-card .course-card-thumbnail {
    width: 100%;
    height: 170px;
  }

  .episode-card.course-card .course-card-body {
    padding: 11px 0;
    padding-bottom: 0;
    /* margin-bottom: 18px; */
  }

  .episode-card.course-card .course-card-body h4 {
    font-size: 14px;
  }

  .episode-card.course-card span.item-tag {
    padding: 0px 5px;
    font-size: 10px;
  }
}



/* course card grid */
.course-card-grid>* {
  padding-left: 15px !important;
}

.course-card-grid {
  margin-left: -15px !important;
}

.course-card-grid .uk-grid-margin {
  margin-top: 15px !important;
}


/* ---------------------------------- */
/*  coures grid slider
------------------------------------- */

.course-grid-slider {
  position: relative;
  padding-bottom: 16px;
}

@media (max-width: 960px) {
  .course-grid-slider>*>* {
    padding-left: 25px !important;
  }

  .course-grid-slider>* {
    margin-left: -25px !important;
  }

  .course-grid-slider {
    margin: 0 -15px;
    padding-left: 15px;
  }

  .course-grid-slider ul li {
    width: 200px;
  }

  .course-grid-slider .course-card {
    display: block;
    border: 0;
    margin-bottom: 0 !important;
    padding-bottom: 0;
  }

  .course-grid-slider .course-card .course-card-thumbnail {
    width: 100%;
    height: 115px;
    border-radius: 5px;
    box-shadow: 0px 2px 7px -3px #0000001a;
  }

  .course-grid-slider .course-card .course-card-body {
    padding: 10px 0px;
  }

}
 
/* course card resume */
.course-card-resume {
  box-shadow: 0 2px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);
  background: white;
  border-radius: 7px;
  overflow: hidden;
  position: relative;
}

.course-card-resume-thumbnail {
  max-width: none;
  max-height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 125px;
}
.course-card-resume-thumbnail img{
  width: 100%;
  height: 125px;
}
.course-card-resume-body {
  padding: 12px;
  padding-bottom: 10px;
}

.course-card-resume h5 {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.course-card-resume span {
  font-weight: 600;
  color: #afafaf;
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
}

/* coure progressbar in resume card */
.course-card-resume .course-progressbar {
  margin: 6px 0 0 -13px;
  margin-bottom: -10px;
  width: 113%;
  border-radius: 0px 0px 16px 16px;
  height: 6px !important;
}


@media (max-width: 768px) {

  .course-resume-grid-slider ul li {
    width: 205px;
    padding-left: 15px;
  }

}




/* ---------------------------------- */
/* Course details
------------------------------------- */

.course-details {
  margin: 35px 0px;
  margin-top: 0px;
}

.course-details h1 {
  font-size: 25px;
  margin-bottom: 12px;
  margin-top: 3px;
  /* line-height: 34px; */
  position: relative;
  display: inline-block;
}

.course-details h4 {
  font-size: 17px;
  color: #969696;
  margin-bottom: 20px;
  margin-top: 3px;
  font-weight: 500;
  line-height: 25px;
  position: relative;
  display: inline-block;
}

.course-details h5 {
  font-weight: 500;
  line-height: 1.6;
}

.course-details h6 {
  text-transform: capitalize;
  color: #17d292;
  background: #eff3ff;
  padding: 5px 8px;
  display: inline-block;
  border-radius: 4px;
  font-size: 13px;
}

.course-details-info {
  margin: 4px 0;
}

.course-details-info ul {
  display: flex;
  margin-top: 5px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.course-description-content h3:not(:first-child) {
  margin-top: 28px;
}

.course-details-sticky {
  top: 0;
  right: 0;
}

@media (max-width: 768px) {
  .course-details h1 {
    font-size: 22px
  }

  .course-details-info {
    margin: 10px 0;
    margin-bottom: 0;
  }

  .course-details-info ul {
    display: flex;
    flex-wrap: wrap;
  }

  .course-details-info {
    font-size: 15px;
  }

  .star-rating .star.half:after,
  .star-rating .star:before {
    font-size: 16px !important;
  }

  .star-rating .avg {
    font-size: 10px !important;
    line-height: 12px !important;
    padding: 5px 5px !important;
    margin-right: 6px !important;
  }
}

.course-details-info ul li {
  margin-right: 15px;
  color: #808080;
  font-size: 13.5px;
  display: block;
  /* margin-bottom: 6px; */
}

.course-details-info ul li:last-child {
  margin-right: 0;
}

.course-details-info ul li .star-rating {
  top: -2px;
  position: relative;
}

.course-details-info ul li i {
  margin-right: 3px;
  position: relative;
  top: 0;
}

.course-details-info a {
  color: #000;
  font-weight: 600;
}

.course-details-info a:hover {
  color: #66676b;
}

.course-details .btn-course-start {
  position: relative;
  display: inline-block;
  color: #17d292;
  font-size: 22px;
  font-weight: 700;
}

.btn-course-start-2 {
  position: relative;
  display: inline-block;
  font-weight: 700;
  color: #62d76b;
  background-color: rgba(0, 201, 167, 0.1);
  border-radius: 8px;
  align-items: center;
  display: block;
  /* width: 100%; */
  font-size: 1.1rem;
  line-height: 1.6;
  padding: .64rem 1.4rem;
  text-align: center;
  border: 2px solid #62d76b;
}

.btn-course-start-2:hover {
  background-color: #62d76b;
  color: #fff;
}

.course-details .btn-course-start i {
  font-size: 18px;
  font-weight: 700;
}

/* ---------------------------------- */
/* course curriculum list
------------------------------------- */

ul.course-curriculum-list {
  padding: 0;
  list-style: none;
}

.course-curriculum-list>li {
  display: block;
  padding: 12px 55px 12px 61px;
  line-height: 27px;
  font-size: 15px;
  font-weight: 600;
  position: relative;
  color: #666;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.course-curriculum-list>li:hover {
  background-color: #f9fafe;
  cursor:pointer
}

.course-curriculum-list>li>a {
  padding: 3px 7px;
  margin-left: 15px;
  border-radius: 4px;
  background-color: #d5fff1;
  color: #48bf96;
  font-size: 13px;
}

.course-curriculum-list>li:before {
  transition: transform 0.4s cubic-bezier(.8, -.41, .19, 2.5);
  font-family: "unicons";
  position: absolute;
  left: 20px;
  text-align: center;
  width: 25px;
  height: 25px;
  line-height: 25px;
  content: "\eb1d";
  background: #474a58;
  background-color: #27a775;
  color: white;
  border-radius: 100%;
  z-index: 2;
}

.course-curriculum-list li>span {
  font-size: 13px;
  font-weight: 600;
  color: #989898;
  position: absolute;
  right: 12px;
}

@media (max-width:960px) {
  .course-curriculum-list>li {
    font-size: 13px;
    padding: 10px 54px 10px 50px;
  }

  .course-curriculum-list>li:before {
    left: 13px;
  }
}

/* ---------------------------------- */
/* course curriculum list accordion
------------------------------------- */

.course-curriculum>li {
  background-color: #fff;
  border-radius: 6px !important;
  overflow: hidden;
}
.course-curriculum>li.uk-open{
  box-shadow: 0 2px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)
} 
.course-curriculum .uk-accordion-title {
  padding: 14px 20px;
  font-size: 15px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.54);
  color: rgb(61, 61, 61);
  background-color: #fafafa;
  background-color: #f1f4f7;
}

/* accordion indicator */
.course-curriculum .uk-accordion-title::before {
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-family: "Feather-Icons";
  content: "\e92e";
  background-image: none !important;
  color: rgba(0, 0, 0, 0.54);
}

.course-curriculum .uk-open>.uk-accordion-title::before {
  transform: rotate(180deg);
  background-image: none !important;
}

.course-curriculum .uk-accordion-content {
  margin: 0;
  border-top: 1.3px solid #e2e2e2;
}


@media (max-width:960px) {
  .course-curriculum .uk-accordion-title {
    padding: 12px 18px;
    font-size: 14px;
  }
}

/* ---------------------------------- */
/* course faq accordion
------------------------------------- */

.course-faq>li.uk-open {
  background-color: #ffffff;
  border-radius: 7px;
  box-shadow: 0 4px 11px -4px rgba(0, 0, 0, 0.2);
}

.course-faq>li {
  overflow: hidden;
  margin-top: 0 !important;
}

.course-faq .uk-accordion-title {
  padding: 16px 20px;
  font-size: 17px;
  padding-left: 3px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.54);
}

/* accordion indicator */
.course-faq .uk-accordion-title::before {
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-family: "Feather-Icons";
  content: "\e930";
  background-image: none !important;
  color: rgba(0, 0, 0, 0.54);
  float: left;
  margin-right: 6px;
  margin-left: 0;
}

.course-faq .uk-open>.uk-accordion-title::before {
  transform: rotate(90deg) !important;
  background-image: none !important;
}

.course-faq .uk-accordion-content {
  margin: 0;
  padding: 18px 20px;
  border-top: 1px solid #e4e4e4;
}



/* ---------------------------------- */
/* review summary
------------------------------------- */

.review-summary-title {
  font-size: 18px;
  font-weight: 600;
}

.review-summary-container,
.review-summary-rating-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.review-summary-avg .star-rating .star:before,
.review-summary-avg .star-rating .star.half:after {
  color: #666666;
}

.review-summary-avg {
  width: auto;
  align-items: center;
  flex-direction: column;
  margin-right: 30px;
  display: flex;
  background: #f0f3fa;
  padding: 20px 30px;
  border-radius: 10px;
  border: 1px solid #daebf9;
}

.review-summary-avg .avg-number {
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 8px;
}

.review-summary-rating .review-summary-rating-wrap {
  align-items: center;
  margin-bottom: 2px;
}

.review-summary-rating,
.review-bars {
  flex: 1;
  min-width: 1px;
  align-items: center;
}

.review-bars .full_bar {
  position: relative;
  width: 100%;
  height: 8px;
  border-radius: 8px;
  background-color: #e2e2e2;
}

.review-bars .full_bar .bar_filler {
  position: absolute;
  top: -1px;
  left: 0;
  right: -1px;
  bottom: -1px;
  height: auto;
  background-color: #3e416d;
  border-radius: 8px;
}

.review-stars,
.review-avgs {
  width: auto;
  padding-left: 15px;
}

.review-stars .star-rating .star:before {
  line-height: 15px;
}

@media (max-width: 768px) {
  .review-summary-title {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 10px;
  }

  .review-summary-container {
    display: inline;
  }

  .review-summary-avg {
    background: transparent;
    padding: 0;
    border: 0;
    flex-direction: row;
  }

  .review-summary-avg span {
    display: block;
  }

  .review-summary-avg .avg-number {
    font-size: 40px;
    margin-right: 16px;
  }

  .review-summary-avg .review-star {
    display: none
  }

  .review-summary-rating .review-summary-rating-wrap {
    margin-bottom: 5px;
  }

  .review-bars .full_bar {
    height: 8px;
    border-radius: 2px;
  }
}


/* ---------------------------------- */
/* Star Rating
------------------------------------- */
/* Star Rating */
.star-rating {
  display: inline-block;
  position: relative;
}

.star-rating .star {
  display: inline-block;
  margin: 0;
  padding: 0; 
  margin-right: 0;
  position: relative;
  line-height: 1;
}

.star-rating .star.half:after,
.star-rating .star:before {
  font-family: "Material-Icons";
  content: "\e988";
  display: block;
  color: #febe42;
  font-size: 22px;
}

.star-rating .star.empty:before {
  color: #ddd;
}

.rating:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.star-rating .star.half:before {
  color: #ddd;
}

.star-rating .star.half:after {
  color: #febe42;
  position: absolute;
  top: 0;
  width: 50%;
  display: block;
  height: 100%;
  overflow: hidden;
}

/* average rating before stars */
.stcourse-faq .avg {
  float: left;
  border-radius: 4px;
  background-color: #febe42;
  color: #fff;
  font-size: 14px;
  line-height: 15px;
  font-weight: 700;
  padding: 5px 7px;
  position: relative;
  /* top: 1px; */
  margin-right: 10px;
}

/* No stars */
.star-rating.no-stars .star {
  display: none;
}

.star-rating.no-stars:before {
  margin-right: 0;
}




/* course-card-trailer in course resume page */
.course-card-trailer {
  /* padding: 10px; */
  border-radius: 10px;
  background-color: white;
  box-shadow: -12px 12px 21px -5px rgba(25, 42, 70, .13);
  box-shadow: 0 3px 15px -3px rgba(0,0,0,.1),0 10px 6px -2px rgba(0,0,0,.05)!important;
  overflow: hidden;
}

.course-resume-wrapper {
  margin-top: -65px;
  padding-top: 75px;
  padding-right: 20px;
  padding-bottom: 40px;
  background-size: contain;
  background-image: url(../images/bg-shapes/course-dhashboard-bg.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
}

.night-mode .course-resume-wrapper {
  background-image: url(../images/bg-shapes/course-dhashboard-bg-dark.jpg);
}


.course-resume-wrapper .subnav {
  box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 8px 0px;
  border-radius: 0px 20px 20px;
  max-width: 750px;
  margin-top: 30px;
  padding-top: 6px;
  background: white;
  overflow: hidden;
}

.course-resume-wrapper .subnav i {
  display: none;
}

@media (max-width:960px) {
  .course-details-wrapper {
    margin-top: -20px;
  }

  .course-card-trailer {
    margin-top: 0px !important;
    display: none;
    /*自己加的*/
  }

  .course-resume-wrapper {
    background-image: none;
    padding: 0;
    padding-bottom: 0px;
    padding-top: 90px;
    margin-bottom: 20px;
  }

  .course-resume-wrapper .subnav {
    margin-top: 23px;
    border-radius: 10px;
    margin-bottom: -18px;
  }

  .course-resume-wrapper .subnav span {
    display: none
  }

  .course-resume-wrapper .subnav i {
    display: block;
    font-size: 21px;
  }

  .btn-course-start-2 {
    font-size: 18px
  }
}



/* night mode button */

.btn-night-mode .btn-night-mode-switch {
  display: inline-block;
  height: 18px;
  width: 37px;
  top: 35%;
  right: 13px;
  position: absolute;
}

.btn-night-mode .uk-switch-button {
  background-color: rgba(0, 0, 0, 0.09);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 500px;
  bottom: 0;
  cursor: pointer;
  transition-property: background-color;
  transition-duration: .2s;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.07);
}

.btn-night-mode .uk-switch-button:before {
  content: '';
  background-color: #a9a9a9;
  position: absolute;
  width: 21px;
  height: 21px;
  left: 0px;
  bottom: -1px;
  border-radius: 50%;
  transition-property: transform, box-shadow;
  transition-duration: .2s;
}

.night-mode .btn-night-mode .uk-switch-button {
  background-color: #4e4e4e !important;
}

.night-mode .btn-night-mode .uk-switch-button:before {
  transform: scale(1.3);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.22);
  transform: translateX(17px);
  background: #62d76b;
}

