
:root {
  --highlight-color : #f2f5f7;
  --tooltip-color : #e2e6ea;
  --input-error-color : #dc3545;
  --input-ok-color : #28a745;
  --input-shadow : inset 0 1px 1px rgba(0,0,0,.075);

  --theme-color : #fea501;
  --theme-color-hover : #db9004;
  --theme-color-secondary : #183661;
  --theme-text : #FFF;
  --theme-text-secondary : #FFF;
  --slider-overlay : rgba(0, 0, 0, 0.5);
}

/* GLOBAL STYLES
-------------------------------------------------- */

body, .ql-toolbar.ql-snow,
.bootstrap-datetimepicker-widget table th,
.ql-toolbar.ql-snow,
.bootstrap-datetimepicker-widget table td {
  font-family: Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important;
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
  color: #5a5a5a;
}

.btn, form .form-control, .custom-file-label, .custom-file-label::after, .select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 17px;
}

.ql-container{
  font-family: Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
}
*:focus{
  outline: 0px !important;
}

a:hover{
  text-decoration: none;
}

.text-thin{
  font-weight: 300 !important;
}

form .form-control, .custom-file-label {
  height: 32px;
  line-height: 18px;
  /*font-size: 16px;*/
  box-shadow: var(--input-shadow);
}
.custom-file-label::after{
  height:30px;
  line-height: 18px;
  /*font-size: 16px;*/
}
  
.form-check-input {
  margin-top: .5rem;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 22px;
  /*font-size: 16px;*/
  padding-left: .75rem;
}

.bootstrap-tagsinput {
  min-height: 32px;
  font-size: 14px;
  line-height: 18px;
  box-shadow: var(--input-shadow);
}

.bootstrap-tagsinput .tag{
  font-size: 14px;
}

.bootstrap-tagsinput .tag [data-role="remove"] {
  font-size: 16px;
}

.toggle.btn-xs {
  min-height: 25px;
}
.toggle-off, .toggle-on {
  top: 2px;
}
/* BACK TO TOP
-------------------------------------------------- */

.back-to-top {
position: fixed;
bottom: 25px;
right: 25px;
display: none;
}

/* TOP BAR
-------------------------------------------------- */
@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu{ display: none; }
  .navbar .nav-item:hover .nav-link{   }
  .navbar .nav-item:hover .dropdown-menu{ /*display: block;*/ }
  .navbar .nav-item.show .dropdown-menu{ display: block; }
  .navbar .nav-item .dropdown-menu{ margin-top:0; }
  .nav .nav-item .dropdown-menu{ display: none; }
  .nav .nav-item:hover .nav-link{   }
  .nav .nav-item:hover .dropdown-menu{ display: block; }
  .nav .nav-item .dropdown-menu{ margin-top:0; }
}

.top-bar{
  font-size: 90%;
}

.nav .dropdown-menu, .navbar-nav .dropdown-menu{
  border-color: #EEE;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-top-color: #dc3545;
  border-top-width: 3px;
}
.dropdown-toggle::after {
  margin-left: .355em;
  vertical-align: .1em;
  content: "";
  border-top: .25em solid;
  border-right: .2em solid transparent;
  border-bottom: 0;
  border-left: .2em solid transparent;
}
.dropdown-item.active, .dropdown-item:active {
  color: #dc3545;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active {
  background-color: #FFF;
}

/* MAIN MENU
-------------------------------------------------- */

.navbar-brand{
  height: 75px !important;
  vertical-align: middle;
}
.navbar-brand img{
  max-height: 65px !important;
  max-width: 190px;
}
.navbar-nav .nav-link{
  font-size: 18px;
  color: #5a5a5a !important;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link:hover{
  color: #dc3545 !important;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel-inner{
  height: auto;
}

.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
/*.carousel-item {
  height: 550px;
  overflow: hidden;
}*/

.carousel-item > img {
  /*position: absolute;
  top: 0;
  left: 0;*/
  /*object-fit:cover;*/
  /*min-width: 100%;
  height: 550px;*/
  width: 100%;
  margin: auto;
  min-height:initial;
}

.carousel.carousel-fade .carousel-item {
  display: block;
  opacity: 0;
  transition: opacity ease-out .7s;
}

.carousel.carousel-fade .carousel-item.active {
  opacity: 1 !important;
}

.carousel-control-next, .carousel-control-prev{
  width:50px;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  width: 30px;
  height: 30px;
}

/* MENTOR
-------------------------------------------------- */

.mentor_container{
  background-color: rgb(220, 53, 69, 0.1);
  position: relative;
  width: 100%;
  padding-top: 92.69%; /* 1:1 Aspect Ratio */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.avatar{
  border-width: 10px;
  border-style: solid;
  border-color: #DDD;
}

/* HEADING
-------------------------------------------------- */

.section-heading {
  margin-bottom: 20px;
  overflow: hidden;
  margin-top: -5px;
}

.section-heading h2 {
  display: inline-block;
  font-size: 40px;
  padding-bottom: 20px;
  position: relative;
  text-transform: capitalize;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0px;
}

.section-heading h2::before {
  background: #dc3545 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 3px;
  left: 50%;
  margin-left: -20px;
  position: absolute;
  width: 40px;
}

/* JUMBOTRON
------------------------- */

.jumbotron-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0px;
}

/* PAGE HEADER
------------------------- */

.page-header {
  background-color: rgb(0, 0, 0, 0.1);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-header .jumbotron-heading{
  text-shadow: 0px 1px 1px #DDD;
}

.page-header .text-muted{
  text-shadow: 0px 1px 1px #fdfdfd;
}
/* FEATURETTES
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}

/* CARD
-------------------------------------------------- */

.card-image{
  min-height: 250px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: rgba(0,0,0,.02);
}
.card-title{
  text-align: center;
  font-weight: 400;
}
.card-text{
  min-height: 100px;
  max-height: 100px;
  overflow: hidden;
}
.card-title{
  /*min-height: 50px;
  max-height: 50px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;*/
  font-size:22px;
  padding-top: 10px;
  padding-bottom: 12px;
}
.card-tag{
  right:0px;
  bottom: -20px;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}



/* COLOR THEME 
-----------------------------------------------------------*/
.page-header .jumbotron-heading {
  text-shadow: 0px 1px 1px #222;
}
.section-heading h2::before {
  background: var(--theme-color) none repeat scroll 0 0;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link:hover{
  color: var(--theme-color) !important;
}
.nav .dropdown-menu, .navbar-nav .dropdown-menu{
  border-top-color: var(--theme-color);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--theme-color);
}
.text-theme{
  color : var(--theme-color);
}
.bg-theme{
  background-color : var(--theme-color);
}
.text-theme-secondary{
  color : var(--theme-color-secondary);
}
.bg-theme-secondary{
  background-color : var(--theme-color-secondary);
}
.btn-theme{
  background-color : var(--theme-color);
  color: var(--theme-text);
}
.text-theme:hover{
  color : var(--theme-color-hover);
}
.btn-theme:hover{
  background-color : var(--theme-color-hover);
  color: var(--theme-text);
}
.carousel-caption {
  background-color : var(--slider-overlay);
  color: var(--theme-text);
}

.custom-control-input:checked~.custom-control-label::before {
  color:var(--theme-text);
  border-color: var(--theme-color);
  background-color: var(--theme-color);
}

.ql-editor {
  line-height: 1.8;
}