/**
* Template Name: Mentor - v2.2.1
* Template URL: https://bootstrapmade.com/mentor-free-education-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

:root {
	--blue: #28afe8;
	--darkblue: #004085;
	--white: #ffffff;
	--yellow: #ffc90e;
	--lightgray: #f2f2f2;
	--text: #333333;
	--green: #4d8c65;
	--divider-border-style: slashes;
	--divider-color: #ccc;
	--divider-border-width: 1px;
	--divider-pattern-height: 15px;
	--divider-pattern-size: 12px;
	--divider-pattern-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' overflow='visible' height='100%' viewBox='0 0 20 16' fill='none' stroke='black' stroke-width='1' stroke-linecap='square' stroke-miterlimit='10'%3E%3Cg transform='translate(-12.000000, 0)'%3E%3Cpath d='M28,0L10,18'/%3E%3Cpath d='M18,0L0,18'/%3E%3Cpath d='M48,0L30,18'/%3E%3Cpath d='M38,0L20,18'/%3E%3C/g%3E%3C/svg%3E");
}
::-webkit-input-placeholder {
  color: #999999;
}
:-ms-input-placeholder {
  color: #999999;
}
::placeholder {
  color: #999999;
}


/* Bootstrap Extend */
.container-xxl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1320px;
  }
}

@media (min-width: 1280px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1280px;
  }
}

.col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}


@media (min-width: 1400px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xxl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xxl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xxl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xxl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xxl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xxl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xxl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xxl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xxl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xxl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xxl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xxl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xxl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xxl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xxl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xxl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xxl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xxl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xxl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xxl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xxl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xxl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xxl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xxl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.666667%;
  }
}



/*group 3*/
@media (min-width: 1400px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

/* group 4*/
@media (min-width: 1400px) {
  .flex-xxl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xxl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

/* group 5*/
@media (min-width: 1400px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {

    padding-top: 1.5rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}







.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: 5px auto var(--blue)!important;
    outline-offset: -2px;
}

.bg-lightblue{
	background-color: var(--blue);
}
.bg-lightgray{
	background-color: #eaeaea;
}
.bg-success{
	background-color: #4d8c65 !important;
}
.text-success{
	color: #4d8c65 !important;
}
.text-danger {
  color: red !important;
}
.bg-danger{
	background-color: red !important;
}
input[data-readonly] {
	pointer-events: none !important;
	background-color: #f9f9f9;
}
select[readonly] option:not([selected]) {
	display:none;
}

.profile-link{
	text-decoration: underline;
  	color: #333;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
	font-family: "Open Sans", sans-serif;
	color: var(--text);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
  color: var(--blue);
}

a:hover {
  color: var(--darkblue);
  text-decoration: none;
}

a.danger-link{
	color: var(--blue);
	border: 1px solid;
	padding: 1px 10px;
	font-size: 13px;
	display: inline-block;
	line-height: normal;
	transition: all 0.3s;
}
a.danger-link:hover{
	color: var(--darkblue);
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Poppins", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.ui-widget {
    font-family: 'Poppins',Arial,Helvetica,sans-serif;
    font-size: 1em;
}/*
.ui-menu .ui-menu-item-wrapper:hover, .ui-menu .ui-menu-item:hover, .ui-menu .ui-menu-item-wrapper:active {
    background-color: var(--yellow);
	color: var(--text);
	border-color: var(--yellow);
}
.ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{
	border:1px solid var(--yellow);
	background: var(--yellow);
}*/

.shadow-border{
	box-shadow: 0 0 4px 0 rgba(0,0,0,.08),0 2px 4px 0 rgba(0,0,0,.12);
}
.inner{
	display: inline-block;
}
.dropdown-menu .inner{
	display: block;
}
.page-divider-container{
	padding-top: 20px;
	padding-bottom: 20px;
}
.page-divider{
	width: 100%;
	min-height: var(--divider-pattern-height);
	-webkit-mask-size: var(--divider-pattern-size) 100%;
	mask-size: var(--divider-pattern-size) 100%;
	-webkit-mask-repeat: var(--divider-pattern-repeat);
	mask-repeat: var(--divider-pattern-repeat);
	background-color: var(--divider-color);
	-webkit-mask-image: var(--divider-pattern-url);
	mask-image: var(--divider-pattern-url);
	text-align: center;
}

.toplayer{
	width: 100%;
	height: 100%;
	z-index: 9999999999999;
	pointer-events: none;
	cursor: not-allowed;
	text-align: center;
	display: inline-block;
	background: rgba(0,0,0,0.5);
	color: #ffffff;
	position: fixed;
	top: 0px;
	left: 0px;
}

.required{
	color: red;
}
.accepted{
	color:mediumseagreen;
}
.info{
	color: var(--blue);
	font-weight: 700;
}
.pointer-events-none{
	pointer-events:none !important;
}

.btn-vs-off{
	padding: 5px 10px;
	font-weight: 700;
	font-family: 'Poppins',Arial;
	background: var(--blue);
	color: #ffffff;
	font-size: 14px;
	border: 1px solid var(--blue);
}
.btn-vs-off:hover{
	background: var(--yellow);
	border: 1px solid var(--yellow);
	color: var(--text);
}

.btn-vs-yellow{
	padding: 10px 15px;
	font-weight: 700;
	font-family: 'Poppins',Arial;
	background: var(--yellow);
	color: var(--text);
	font-size: 16px;
	border: 1px solid var(--yellow);
	border-radius: 7px;
}
.btn-vs-yellow:hover{
	background: var(--blue);
	border: 1px solid var(--blue);
	color: #ffffff;
}

.btn-txtlink{
	font-size: 12px !important;
	border: 1px solid red;
	color: red;
	padding: 1px 6px;
	border-radius: 0px;
	line-height: normal;
}

.modal .modal-dialog .modal-content{
	border: 2px solid var(--darkblue);
}
.modal .modal-footer .modal-back{
	padding: 5px 10px;
	font-weight: 700;
	font-family: 'Poppins',Arial;
	background: var(--blue);
	color: #ffffff;
	font-size: 14px;
}
.modal .modal-footer .modal-accept{
	padding: 5px 10px;
	font-weight: 700;
	font-family: 'Poppins',Arial;
	background: var(--yellow);
	color: var(--text);
	font-size: 14px;
	float: right;
}
.modal .modal-dialog .modal-header h5{
	width: 100%;
	display: block;
	text-align: center;
	font-weight: 700;
	font-size: 24px;
}
.modal .modal-content p, .modal .modal-content ul li{
	font-size: 14px !important;
	margin-bottom: 1rem !important;
	font-weight: normal !important;
}
.modal .modal-content input, .modal .modal-content textarea, .modal .modal-content select {
	border-radius: 4px;
	box-shadow: none;
	font-size: 14px;
}
.modal .modal-content img{
	max-width: 100%;
}


.datepicker[readonly], .datepicker-child[readonly]{
	background-color: #f9f9f9;
}
.admin-area .form-control[readonly], .admin-area .form-control[disabled]{
	background-color: #f9f9f9;
}

.was-validated textarea.form-control:invalid + .ck, textarea.form-control.is-invalid + .ck{
	border: 1px solid red !important;
}
.carousel-control-next, .carousel-control-prev {
	background: 0 0;
	border: 0;
}
input[type=checkbox][readonly] {
    cursor: not-allowed;
}
input[type=checkbox][readonly] + label.form-check-label {
    color: #6c757d;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: var(--blue);
  color: var(--white);
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: var(--yellow);
  color: var(--text);
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid var(--blue);
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
.btn-yellow {
    position: relative;
    color: var(--text);
	background: var(--yellow);
    transition: 0.3s;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    border-radius: 7px;
	text-transform: uppercase;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
.btn-yellow .bx{
    font-size: 22px;
	margin-right: 5px;
}
.btn-yellow:hover {
    color: var(--white);
	background: var(--blue);
}

.btn-cancel{
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 0px;
	display: inline-block;
	padding: 10px 35px;
	border-radius: 7px;
	transition: 0.5s;
	margin-top: 15px;
	text-transform: uppercase;
}
.btn-back{
	margin-top: 30px;
	margin-bottom: 30px;
	border: 1px solid #999;
	padding: 10px 15px;
	border-radius: 7px;
	color: #333;
	display: inline-block;
	transition: 0.3s;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
}
.btn-back:hover {
    color: var(--white);
	background: var(--blue);
	border-color: var(--blue);
}
/*.btn:disabled {
	pointer-events: all !important;
}*/
.btn-vs-blue{
	padding: 5px 10px;
	font-weight: 700;
	font-family: 'Poppins',Arial;
	background: var(--blue);
	color: #ffffff;
	font-size: 14px;
}
.btn-vs-blue:hover{
	background: var(--blue);
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: rgba(255,255,255,0.95);
  transition: all 0.5s;
  z-index: 1010;
  padding: 8px 0;
  box-shadow: 0px 0 18px rgba(55, 66, 59, 0.08);
}
#header.sticky{
	background:#ffffff;
	box-shadow: 0px 0 18px rgba(55, 66, 59, 0.58);
}
#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

#header .logo a {
  color: var(--blue);
}
#header .logo a span {
  color: var(--yellow);
}

#header .logo img {
  max-height: 40px;
}

@media (max-width: 992px) {
  #header .logo {
    font-size: 28px;
  }
	#header {
  		padding: 18px 0;
	}
}

/*--------------------------------------------------------------
# LOGO
--------------------------------------------------------------*/
.vslogo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

.vslogo a {
  color: var(--blue);
}
.vslogo a span {
  color: var(--yellow);
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 0px 2px;
}

.nav-menu a {
	display: flex;
	position: relative;
	color: var(--text);
	transition: 0.3s;
	font-size: 15px;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	padding: 7px 10px;
	border-radius: 7px;
	border: 1px solid transparent;
	align-items: center;
}
.nav-menu a .bx{
	margin-right: 5px;
}

.nav-menu li.featured a {
	color: var(--text);
	background: var(--yellow);
	font-weight: 400;
	border: 1px solid var(--yellow);
}

.nav-menu li.featured2 a {
	color: var(--white);
	font-weight: 400;
	border: 1px solid transparent;
	background: #28a745;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: var(--text);
	background: var(--yellow);
	border: 1px solid var(--yellow);
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 7px 15px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: var(--text);
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: var(--text);
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Get Startet Button */
.get-started-btn {
  margin-left: 22px;
  background: #5fcf80;
  color: #fff;
  border-radius: 8px;
  padding: 8px 15px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
	font-family: 'Poppins',Arial;
	font-weight: 900;
}

.get-started-btn:hover {
  background: #3ac162;
  color: #fff;
}

@media (max-width: 768px) {
  .get-started-btn {
    margin: 0 48px 0 0;
    padding: 6px 18px;
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  top: 12px;
  right: 10px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 35px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #37423b;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav li{
	border-bottom: 1px solid #eeeeee;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #37423b;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #5fcf80;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(32, 38, 34, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
	width: 100%;
	height: 60vh;
	background: url("../img/hero-bg.jpg") top center;
	background-size: cover;
	position: relative;
	padding-top: 100px;
}

#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .container {
  padding-top: 0px;
}
@media (max-width: 1300px) {
  #hero{
	  height:100vh;
	  padding: 40px 0px;
	}
}
@media (max-width: 992px) {
  #hero .container {
    padding-top: 0px;
  }
}

#hero h1 {
  margin: 0;
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

#hero h2 {
  color: #eee;
  margin: 15px 0 0 0;
  font-size: 26px;
}

#hero .btn-get-started {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 10px 35px;
	border-radius: 10px;
	transition: 0.5s;
	margin-top: 30px;
	border: 2px solid var(--yellow);
	color: var(--yellow);
	text-transform: uppercase;
}

#hero .btn-get-started:hover {
  background: var(--yellow);
  border: 2px solid var(--yellow);
	color: var(--text)
}

#hero .btn-get-started .bx{
	vertical-align: middle;
	font-size: 26px;
}

@media (min-width: 1024px) {
  /*#hero {
    background-attachment: fixed;
  }*/
}

@media (max-width: 768px) {
	#hero {
		height: 85vh;
		padding: 64px 0px 20px 0px;
	}
	#hero h1 {
		font-size: 30px;
		line-height: 36px;
	}
	#hero h2 {
		font-size: 18px;
		line-height: 24px;
	}
	#main_search_form input{
		max-width: 75%;
	}
	.section-title {
  		padding-bottom: 15px !important;
	}
	.section-title p {
		font-size: 30px !important;
		line-height: 35px;
	}
}


/*--------------------------------------------------------------
# Scroll down icon
--------------------------------------------------------------*/
.field{
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin-top: 5%;
}
.scroll {
  width: 60px;
  height: 60px;
  border: 2px solid #fff;
  border-radius: 50%;
  position: relative;
  animation: down 1.5s infinite;
  -webkit-animation: down 1.5s infinite;
}
.scroll::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 18px;
  width: 18px;
  height: 18px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

@keyframes down {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translateY(15px);
  }
  40% {
    transform: translate(0);
  }
}
@-webkit-keyframes down {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translateY(15px);
  }
  40% {
    transform: translate(0);
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 50px 0;
  overflow: hidden;
}

section.content-section{
  padding: 35px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f6f7f6;
}

.section-title {
  padding-bottom: 40px;
	text-align: center;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: "Poppins", sans-serif;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #9ae1af;
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  font-size: 40px;
  font-weight: 200;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: var(--text);
}

.breadcrumbs {
  margin-top: 55px;
  text-align: center;
  background: url('../img/breadcrumb_bg.jpg') no-repeat;
  padding: 20px 0;
  color: var(--text);
}

.breadcrumbs.teacher {
	padding: 25px 0;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 63px;
  }
}

.breadcrumbs h2 {
  font-size: 32px;
  font-weight: 500;
}

.breadcrumbs p {
  font-size: 14px;
  margin-bottom: 0;
}

.breadcrumbs h1 {
  font-size: 30px;
  margin-bottom: 0;
}


.main-search{
	margin-top: 130px;
}
#main_search_form input{
    height: 50px;
    padding: 10px 15px;
    font-weight: 700;
    font-family: 'Poppins';
    background: var(--lightgray);
    border: 1px solid var(--lightgray);
	border-radius: 0px;
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
}
#main_search_form button{
    height: 50px;
    /*padding: 10px 15px;*/
	font-size: 25px;
    /*font-weight: 700;
    font-family: 'Poppins';*/
    background: var(--blue);
    border: 1px solid var(--blue);
	color: #ffffff;
	border-radius: 0px;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #5fcf80;
}

.about .content .learn-more-btn {
  background: #5fcf80;
  color: #fff;
  border-radius: 50px;
  padding: 8px 25px 9px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
}

.about .content .learn-more-btn:hover {
  background: #3ac162;
  color: #fff;
}

@media (max-width: 768px) {
  .about .content .learn-more-btn {
    margin: 0 48px 0 0;
    padding: 6px 18px;
  }
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding: 30px 0;
}

.counts .counters span {
  font-size: 48px;
  display: block;
  color: #5fcf80;
  font-weight: 700;
}

.counts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #37423b;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .content {
  padding: 30px;
  background: #5fcf80;
  border-radius: 4px;
  color: #fff;
}

.why-us .content h3 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 30px;
}

.why-us .content p {
  margin-bottom: 30px;
}

.why-us .content .more-btn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 6px 30px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: all ease-in-out 0.4s;
}

.why-us .content .more-btn i {
  font-size: 14px;
}

.why-us .content .more-btn:hover {
  color: #5fcf80;
  background: #fff;
}

.why-us .icon-boxes .icon-box {
  text-align: center;
  background: #fff;
  padding: 40px 30px;
  width: 100%;
  border: 1px solid #eef0ef;
	box-shadow: 0px 8px 14px -6px rgba(0,0,0,0.3);
	border-radius: 5px;
}

.why-us .icon-boxes .icon-box i {
  font-size: 50px;
  padding: 15px;
  color: var(--text);
  margin-bottom: 30px;
  background: var(--yellow);
  border-radius: 50px;
}

.why-us .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 30px 0;
}

.why-us .icon-boxes .icon-box p {
  font-size: 15px;
  color: #848484;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features {
  padding-top: 0px;
}

.features .icon-box {
  display: flex;
  align-items: center;
  padding: 20px;
  transition: 0.3s;
  border: 1px solid #eef0ef;
}

.features .icon-box i {
  font-size: 32px;
  padding-right: 10px;
  line-height: 1;
}

.features .icon-box h3 {
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 16px;
}

.features .icon-box h3 a {
  color: #37423b;
  transition: 0.3s;
}

.features .icon-box:hover {
  border-color: #5fcf80;
}

.features .icon-box:hover h3 a {
  color: #5fcf80;
}

/*--------------------------------------------------------------
# Courses
--------------------------------------------------------------*/
.courses .course-item {
  border-radius: 5px;
  border: 1px solid #eef0ef;
	margin-top: 30px;
	box-shadow: 0px 8px 14px -6px rgba(0,0,0,0.2);
}

.courses .course-item img {
  border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.courses .course-content {
  padding: 15px;
}

.courses .course-content .list{
    padding: 0px;
    list-style: none;
	margin-bottom: 0px;
}
.courses .course-content .list li{
	float: left;
}

.courses .course-content .list a {
	padding: 3px 8px;
	border: 1px solid #cccccc;
	font-weight: 500;
	margin: 1px;
	font-family: 'Poppins',Arial;
	font-size: 14px;
	display: inline-block;
	color: var(--text);
	border-radius: 5px;
	transition: 0.3s;
}
.courses .course-content .list a:hover {
	background: var(--yellow);
	color:var(--text);
	border:1px solid var(--yellow);
}
.courses .course-content .list a .badge{
	background-color: #eee;
	color: var(--text);
	font-size: 10px;
	vertical-align: middle;
}

.courses .course-content h3 {
  font-weight: 700;
  font-size: 20px;
}

.courses .course-content h3 a {
  color: #37423b;
  transition: 0.3s;
}

.courses .course-content h3 a:hover {
  color: #5fcf80;
}

.courses .course-content p {
  font-size: 14px;
  color: #777777;
}

.courses .course-content h4 {
  font-size: 14px;
  background: #5fcf80;
  padding: 7px 14px;
  color: #fff;
  margin: 0;
}

.courses h4 {
  font-size: 20px;
  background: var(--blue);
  padding: 10px 15px;
  color: #fff;
  margin: 0;
	text-align: center;
	font-weight: 700;
}

.courses .course-content .price {
  margin: 0;
  font-weight: 700;
  font-size: 18px;
  color: #37423b;
}

.courses .trainer {
  padding-top: 15px;
  border-top: 1px solid #eef0ef;
}

.courses .trainer .trainer-profile img {
  max-width: 50px;
  border-radius: 50px;
}

.courses .trainer .trainer-profile span {
  padding-left: 10px;
  font-weight: 600;
  font-size: 16px;
  color: #5a6c60;
}

.courses .course-item.article .trainer .trainer-profile span {
	padding-left: 0px;
	font-size: 13px;
	font-weight: 400;
}

.courses .trainer .trainer-rank {
  font-size: 18px;
  color: #657a6d;
}

.courses .course-item.article .trainer .trainer-rank {
  font-size: 13px;
}


.courses .article-link .course-item{
	transition: all 0.3s ease-in-out;
	border-radius: 0px;
}
.courses .article-link .course-item .img-container{
	height: 220px;
	overflow: hidden;
}
.courses .article-link .course-item .img-container img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.courses .article-link:hover .course-item{
	border: 1px solid var(--blue);
}

.meta-items span{
	background: #f4f4f4;
	font-size: 14px;
	font-weight: 700;
	padding: 5px 10px;
	margin-right: 5px;
}
.meta-items span:last-of-type{
	margin-right: 0px;
}

/*--------------------------------------------------------------
# Trainers
--------------------------------------------------------------*/
.trainers .member {
	text-align: center;
	margin-bottom: 20px;
	background: #fff;
	border: 1px solid #eef0ef;
	box-shadow: 0px 8px 14px -6px rgba(0,0,0,0.3);
	transition: .3s;
	border-radius: 7px;
	height: 100%;
	width: 100%;
}
.trainers .member:hover {
	border-color: var(--blue);
	box-shadow: 0px 8px 14px -6px rgba(0,0,0,0.7);
}
.trainers .teachera{
	width: 100%;
	margin-bottom: 30px;
}

.trainers .member img {
  margin: -1px -1px 30px -1px;
}

.trainers .member .member-content {
  padding: 0 15px 15px 15px;
}

.trainers .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
	color: var(--text);
}
.trainers .member h5{
	color: #999;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 13px;
	margin: 10px;
}

.trainers .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.trainers .member p {
  padding-top: 10px;
  font-size: 14px;
  font-style: italic;
  color: #aaaaaa;
	margin-bottom: 0px;
}

.trainers .member .social {
  margin-top: 15px;
}

.trainers .member .social a {
  color: #7e9486;
  transition: 0.3s;
}

.trainers .member .social a:hover {
  color: #5fcf80;
}

.trainers .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.trainers .member .items {
  margin: 5px 0px;
}

.trainers .member .items span {
	display: inline-block;
	background: #f8f8f8;
	padding: 3px 5px;
	font-size: 10px;
	color: var(--text);
	margin: 1px;
	font-style: normal;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Poppins',Arial;
	line-height: 12px;
	border: 1px solid #ddd;
}

.trainers .member .image-holder{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	color: #4d4d4d;
	font-size: 14px;
	font-variant: normal;
	line-height: 1.5715;
	list-style: none;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	position: relative;
	display: inline-block;
	color: #fff;
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
	height: 90%;
	max-height: 250px;
	overflow: hidden;
	margin-bottom: 15px;
	width: 100%;

}
.trainers .member .image-holder > img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    /*border-radius: 50%;*/
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	margin: 0px 0px 20px 0px;
}
.trainers .member .rating {
	color:var(--yellow);
}
.trainers .member .prices {
	color: #999;
    font-weight: 400;
    font-size: 13px;
	margin-top: 10px;
}
.trainers .member .prices .price {
	/*display: inline-block;*/
	color: var(--text);
	font-weight: 700;
	font-size: 18px;
}



.trainers .member .member-meta {
	
}
.trainers .member .member-meta .onsite {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 1px;
	border: 3px solid #eeeeee;
	border-radius: 50%;
	margin: 10px;
}
.trainers .member .member-meta .onsite.online .bx {
	font-size: 20px;
	font-style: normal;
	color: #50bf16;
}
.trainers .member .member-meta .onsite.offline .bx {
	font-size: 20px;
	font-style: normal;
	color: #ffffff;
}
.trainers .member .member-meta .onsite.busy .bx {
	font-size: 20px;
	font-style: normal;
	color: #ff0000;
}
.trainers .member .member-meta .ttype {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 1px;
	border: 3px solid #eeeeee;
	border-radius: 50%;
	margin: 10px;
}
.trainers .member .member-meta .ttype .bx {
	font-size: 20px;
	font-style: normal;
	color: var(--blue);
}

.teacher-list .teacher.list-item{
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	margin-bottom: 30px;
}
.teacher-list .teacher.list-item a{
	width: 100%;
	margin-bottom: 0px;
}
.teacher-list .teacher.list-item .member{
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	margin-bottom: 0px;
}
.teacher-list .teacher.list-item .member h5{
	position: absolute;
	top: 0px;
	right: 15px;
	margin: 0px;
	padding: 15px;
}
.teacher-list .teacher.list-item .image-holder{
	height: 100% !important;
	max-height: 220px !important;
}


.teacher-list .teacher.list-item .member .image-holder{
	-ms-flex: 0 0 16%;
	flex: 0 0 16%;
	max-width: 16%;
	/*max-height: 160px;*/
	margin-bottom: 0px;
}
.teacher-list .teacher.list-item .member .image-holder > img {
   	border-radius: 0px;
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
	margin: 0px;
}
.teacher-list .teacher.list-item .member .member-content{
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	padding: 15px;
	text-align: left;
}
.teacher-list-actions .list-view-order form > label{
	font-size: 11px;
	font-weight: 400;
	font-family: 'Open Sans',Arial;
	text-transform: uppercase;
}


/*--------------------------------------------------------------
# LIST VIEW FILTER && FILTER SEARCH
--------------------------------------------------------------*/
.teacher-search{
	border: 1px solid #eeeeee;
	padding: 15px;
	border-radius: 7px;
	transition: .3s;
	margin-bottom: 15px;
	padding-top: 5px;
}
.teacher-search.stick {
	position: fixed;
	top: 55px;
	width: 1110px;
	z-index: 100;
	background: #ffffff;
	border-radius: 5px;
	border: 1px solid #aaa;
}
.teacher-search.stick + .teacher-list-actions{
	padding-top: 97px;
}
.teacher-list-actions{
	margin-top: 15px;
	margin-bottom: 15px;
}
/*.teacher-list-actions .list-view-select .btn-group a{
	padding: 5px 10px;
    line-height: 0;
}
.teacher-list-actions .list-view-select .btn-group a .bx{
	font-size: 20px;
}*/
.list-view-order .bootstrap-select .dropdown-toggle .filter-option-inner-inner{
	font-size: 14px !important;
}
.list-view-order .bootstrap-select > .dropdown-toggle{
	border: 1px solid #dddddd;
}
.list-view-order .bootstrap-select .dropdown-menu li a {
    font-size: 14px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.list-view-order .bootstrap-select .dropdown-menu .dropdown-header {
    display: block;
    padding: .3rem 1.2rem;
    color: #aaa;
    font-weight: 700;
    font-style: italic;
}



.list-view-filter{
	
}

.list-view-filter .col > label{
	font-size: 11px;
	font-weight: 400;
	font-family: 'Open Sans',Arial;
	text-transform: uppercase;
	margin-bottom: 2px;
}
.list-view-filter .col > label + .bx{
	margin-left:5px;
	color: var(--blue);
}

.list-view-filter button[type="submit"]{
	background: var(--yellow);
	color: var(--text);
	width: 100%;
	font-weight: 700;
	font-family: 'Poppins';
	text-transform: uppercase;
	font-size: 18px;
	border: 1px solid var(--yellow);
	transition: .3s;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
.list-view-filter button[type="submit"] .bx{
	margin-left: 10px;
}
.list-view-filter button[type="submit"]:hover{
	background: var(--blue);
	color: var(--white);
	border: 1px solid var(--blue);
}
.list-view-filter .bootstrap-select .dropdown-toggle .filter-option-inner-inner{
	font-size: 13px !important;
}
.list-view-filter .bootstrap-select > .dropdown-toggle{
	border: 1px solid #dddddd;
}
.list-view-filter .bootstrap-select .dropdown-menu li a {
    font-size: 13px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.list-view-filter .bootstrap-select .dropdown-menu .dropdown-header {
    display: block;
    padding: .3rem 1.2rem;
    color: #aaa;
    font-weight: 700;
    font-style: italic;
}


/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-wrap {
  padding-left: 50px;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 30px 60px;
  margin: 30px 15px;
  min-height: 200px;
  border: 1px solid #eef0ef;
  position: relative;
  background: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 10px;
  border: 6px solid #fff;
  position: absolute;
  left: -45px;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: var(--blue);
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
}

.testimonials .owl-nav, .testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.testimonials .owl-dot.active {
  background-color: var(--blue) !important;
}

@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }
  .testimonials .testimonial-item {
    padding: 30px;
    margin: 15px;
  }
  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}

/*--------------------------------------------------------------
# Cource Details
--------------------------------------------------------------*/
.course-details h3 {
  font-size: 20px;
  margin: 30px 0 15px 0;
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
}

.course-details h3:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background: #eef0ef;
  bottom: 0;
  left: 0;
}

.course-details h3:after {
  content: '';
  position: absolute;
  display: block;
  width: 60px;
  height: 1px;
  background: var(--blue);
  bottom: 0;
  left: 0;
}

.course-details .course-info {
  background: #f6f7f6;
  padding: 7px 15px;
  margin-bottom: 7px;
}

.course-details .course-info h5 {
  font-weight: 400;
  font-size: 14px;
  margin: 0;
  font-family: "Poppins", sans-serif;
}

.course-details .course-info p {
  margin: 0;
  font-weight: 600;
	font-size: 14px;
}

.course-details .course-info a {
  color: #657a6d;
}

/*--------------------------------------------------------------
# Cource Details Tabs
--------------------------------------------------------------*/
.cource-details-tabs {
  overflow: hidden;
  padding-top: 0;
}

.cource-details-tabs .nav-tabs {
  border: 0;
}

.cource-details-tabs .nav-link {
  border: 0;
  padding: 12px 15px 12px 0;
  transition: 0.3s;
  color: #37423b;
  border-radius: 0;
  border-right: 2px solid #e2e7e4;
  font-weight: 600;
  font-size: 15px;
}

.cource-details-tabs .nav-link:hover {
  color: #5fcf80;
}

.cource-details-tabs .nav-link.active {
  color: #5fcf80;
  border-color: #5fcf80;
}

.cource-details-tabs .tab-pane.active {
  -webkit-animation: fadeIn 0.5s ease-out;
  animation: fadeIn 0.5s ease-out;
}

.cource-details-tabs .details h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #37423b;
}

.cource-details-tabs .details p {
  color: #777777;
}

.cource-details-tabs .details p:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .cource-details-tabs .nav-link {
    border: 0;
    padding: 15px;
  }
  .cource-details-tabs .nav-link.active {
    color: #fff;
    background: #5fcf80;
  }
}

/*--------------------------------------------------------------
# Events
--------------------------------------------------------------*/
.events .card {
  border: 0;
  padding: 0 30px;
  margin-bottom: 60px;
  position: relative;
}

.events .card-img {
  width: calc(100% + 60px);
  margin-left: -30px;
  overflow: hidden;
  z-index: 9;
  border-radius: 0;
}

.events .card-img img {
  max-width: 100%;
  transition: all 0.3s ease-in-out;
}

.events .card-body {
  z-index: 10;
  background: #fff;
  border-top: 4px solid #fff;
  padding: 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  margin-top: -60px;
  transition: 0.3s;
}

.events .card-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.events .card-title a {
  color: #37423b;
  transition: 0.3s;
}

.events .card-text {
  color: #5e5e5e;
}

.events .read-more a {
  color: #777777;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  transition: 0.3s;
}

.events .read-more a:hover {
  color: #5fcf80;
}

.events .card:hover img {
  transform: scale(1.1);
}

.events .card:hover .card-body {
  border-color: #5fcf80;
}

.events .card:hover .card-body .card-title a {
  color: #5fcf80;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  border: 1px solid #eef0ef;
  border-radius: 0;
  position: relative;
  overflow: hidden;
}

.pricing h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #777777;
  background: #f8f8f8;
}

.pricing h4 {
  font-size: 36px;
  color: #5fcf80;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

.pricing h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing ul li {
  padding-bottom: 16px;
}

.pricing ul i {
  color: #5fcf80;
  font-size: 18px;
  padding-right: 4px;
}

.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: #f8f8f8;
  text-align: center;
}

.pricing .btn-buy {
  background: #5fcf80;
  display: inline-block;
  padding: 8px 35px;
  border-radius: 50px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}

.pricing .btn-buy:hover {
  background: #3ac162;
}

.pricing .featured h3 {
  color: #fff;
  background: #5fcf80;
}

.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #5fcf80;
  color: #fff;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
  padding-top: 5px;
}

.contact .info {
  width: 100%;
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: var(--text);
  float: left;
  width: 44px;
  height: 44px;
  background: var(--yellow);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
    color: var(--text);
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 16px;
  color: var(--text);;
}

.contact .info .email, .contact .info .phone {
  margin-top: 40px;
}

.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: var(--blue);
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact.content-form .php-email-form {
  width: 70%;
  background: #fff;
}
.contact.content-form .php-email-form.vsform-full {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 5px 0;
  font-weight: 700;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea, .contact .php-email-form select {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: var(--blue);
}

.contact .php-email-form input:not([type='checkbox']), .contact .php-email-form select {
  height: 44px;
}
.contact .php-email-form .form-check input {
  height: auto;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"], button.newsubmit {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 0px;
	display: inline-block;
	padding: 10px 35px;
	border-radius: 7px;
	transition: 0.5s;
	margin-top: 30px;
	text-transform: uppercase;
	background: var(--yellow);
    border: 2px solid var(--yellow);
    color: var(--text);
}

.contact .php-email-form button[type="submit"]:hover, button.newsubmit:hover {
	background: var(--blue);
    border: 2px solid var(--blue);
    color: var(--white);
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: var(--text);
  font-size: 14px;
  background: #eef0ef;
}

#footer .footer-top {
  padding: 30px 0 20px 0;
  background: #f9faf9;
}

#footer .footer-top .footer-contact {
  margin-bottom: 20px;
}

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: #777777;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 20px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: var(--blue);
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: var(--text);
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  text-align: left;
  border: 1px solid #e0e5e2;
}

#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px 2px 20px;
  background: #5fcf80;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #3ac162;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
}

#footer .credits a {
  color: #3ac162;
  transition: 0.3s;
}

#footer .credits a:hover {
  color: #5fcf80;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: var(--blue);
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: var(--yellow);
  color: var(--text);
  text-decoration: none;
}

#footer img{
	max-width: 100%;
}

/*--------------------------------------------------------------
# GYIK panels
--------------------------------------------------------------*/
.panel-group .panel {
	border-color: var(--blue);
	margin-bottom: 20px;
	border-radius: 0;
    box-shadow: 0px 8px 14px -6px rgba(0,0,0,0.2);
}

.panel-default > .panel-heading {
	padding: 0;
	border-radius:0;
	color: var(--text);
	background-color: #f9faf9;
	border-color: var(--blue);
}

.panel-title {
	font-size: 16px;
	margin-bottom: 0px;
}

.panel-title > a {
	display: block;
	padding: 8px 12px;
	text-decoration: none;
	color: var(--text);
	border: 1px solid var(--blue);
	transition: .3s;
	border-radius: 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.panel-title > a.collapsed {
	border: 1px solid #dddddd;
	border-radius: 5px;
}
.panel-title > a:hover {
	border: 1px solid var(--blue);
}
.panel-title > a:hover .more-less {
	color: var(--blue);
}
.panel-body {
	padding: 15px;
	border: 1px solid var(--blue);
}

.more-less {
	float: right;
	color: var(--text);
	font-size: 18px;
	transition: .3s;
	margin-top: 18px;
}

.lesson_type{
	font-size: 12px;
	padding: 2px 4px;
	background: #eee;
	color: #000;
	width: 80px;
	text-align: center;
	display: inline-block;
	margin-left: 5px;
	font-weight: 700;
}
.statopen{
	font-size: 22px;
}
.statopenoff{
	font-size: 22px;
	opacity: 0.2;
	cursor: not-allowed;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #EEEEEE;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.panel-default.cancelled > .panel-heading {
	background-color: #eeeeee !important;
	opacity: 0.7;
}
.panel-default.cancelled .panel-title > a.collapsed {
	border: 1px solid red;
	border-radius: 5px;
}
.panel-default.cancelled .panel-title > a {
	border: 1px solid red;
}

.panel-default.notpayed > .panel-heading {
	/*background-color: #eeeeee !important;*/
}
.panel-default.notpayed .panel-title > a.collapsed {
	border: 1px solid var(--blue);
	border-radius: 5px;
}
.panel-default.notpayed .panel-title > a {
	border: 1px solid var(--blue);
}


.transactions .panel-group .panel{
	box-shadow: none !important;
	margin-bottom: 5px !important;
	margin-top: 5px !important;
}
.transactions .panel-title > a.collapsed {
	border: 1px solid #eef0ef;
	border-radius: 0px;
}
.transactions .panel-title > a {
	display: block;
	padding: 7px 15px;
	text-decoration: none;
	color: var(--text);
	border: 1px solid var(--blue);
	transition: .3s;
	border-radius: 0;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.transactions .panel-title > a:hover {
	border-color: var(--blue) !important;
}
.transactions .panel-title > a.collapsed {
	border: 1px solid #dddddd;
	border-radius: 0px;
}
.transactions .panel-title h5{
	margin-bottom: 2px;
	font-size: 16px !important;
}
.transactions .panel-title .metas {
	right: 4% !important;
	top: 17px !important;
}
.transactions .more-less{
	margin-top: 8px;
}
.transactions table td:first-of-type{
	font-weight: 700;
	background-color: #f9f9f9;
	width: 30%;
}
.transactions table td{
	font-size: 13px;
}

/*--------------------------------------------------------------
# HOGYAN MŰKÖDIK TABS
--------------------------------------------------------------*/
/*nav > .nav.nav-tabs{
	border: none;
	color:var(--white);
    background:var(--blue);
	border-radius:0;
}*/
nav > div a.nav-item.nav-link{
  	/*border: none;
    padding: 18px 25px;
    color:var(--white);
    background:var(--blue);
    border-radius:0;*/
	padding: 18px 25px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Poppins',Arial;
	font-size: 17px;
	background: #f8f8f8;
	color: #888;
	border-bottom: 1px solid #dee2e6;
	margin-right: 2px;
}
nav > div a.nav-item.nav-link:hover{
	background: #f2f2f2;
}
nav > div a.nav-item.nav-link.active:hover{
	background: #ffffff;
}
nav > div a.nav-item.nav-link.active{
	/*background: var(--yellow);
    color:var(--text);*/
}/*
nav > div a.nav-item.nav-link.active:after{
	content: "";
	position: relative;
	bottom: -56px;
	left: -15%;
	border: 15px solid transparent;
	border-top-color: var(--yellow);
}

nav > div a.nav-item.nav-link:hover,
nav > div a.nav-item.nav-link:focus{
	border: none;
	background: var(--yellow);
	color:var(--text);
	border-radius:0;
	transition:all 0.20s linear;
}
*/
#nav-tabContent.tab-content{
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background: #ffffff;
	line-height: 25px;
	padding: 0px !important;
}
#nav-tabContent.tab-content .tab-pane{
	padding: 15px;
}

/*--------------------------------------------------------------
# Időpont táblázat
--------------------------------------------------------------*/
.easycal{
	margin-top: 0px;
}
.easycal table.ec-time-grid-table tr td .table-cell{
	height: 22px;
	max-height: 22px;
}
.easycal table.ec-time-grid-table .table-cell .ec-time-range {
	line-height: normal;
	padding-bottom: 1px;
}
.easycal table.ec-time-grid-table .table-cell .ec-event-title {
	line-height: normal;
	font-size: 12px;
}
.easycal table.ec-time-grid-table tr td .table-cell.ec-slot.ec-event{
	/*background-image: repeating-linear-gradient(60deg,transparent,transparent 2px,#eee 0,#eee 7px);*/
}

.easycal table.ec-time-grid-table .table-cell.ec-time {
	/*line-height: normal;*/
	background-color: #faf9f8;
	color: #000000;
	font-weight: 700;
	font-size: 12px;
	vertical-align: middle;
}
.easycal table.ec-head-table {
	border-bottom: 1px solid #CCC;
	font-weight: 700;
	background-color: #faf9f8;
	line-height: normal;
	font-size: 11px;
}

.form-horizontal .form-group {
	margin-right: 0px;
	margin-left: 0px;
}
.easycal table.ec-time-grid-table tr td .table-cell.ec-slot > div{
	padding-top:0px !important;
}
.easycal table.ec-time-grid-table tr td .table-cell:hover{
	background: #dff7dd;
}

.onlydates .easycal table.ec-time-grid-table tr td .table-cell{
	cursor: default !important;
}
.onlydates.teacher-timetable .easycal table.ec-time-grid-table tr td .table-cell{
	cursor: pointer!important;
}
.onlydates.teacher-timetable .easycal table.ec-time-grid-table tr td .table-cell.disabled, .onlydates.reserve .easycal table.ec-time-grid-table tr td .table-cell.disabled{
	background: #f1f1f1;
	cursor: not-allowed !important;
}
.onlydates{
	height: 450px;
    overflow-x: hidden;
    overflow-y: auto;
}
.onlydates.teacher-timetable{
	max-height: 440px;
    overflow-x: hidden;
    overflow-y: auto;
}
.onlydates.reserve{
	height: 800px;
    overflow-x: hidden;
    overflow-y: auto;
}
.onlydates.reserve table.easycal{
	margin-top: 0px;
}
.date-selector{
	margin-bottom: 20px;
}
.date-selector a{
	background: var(--blue);
	padding: 5px 10px;
	font-size: 13px;
	border-radius: 5px;
	color: var(--white);
	margin: 2px;
	transition: .3s;
}
.date-selector a:hover{
	background: var(--yellow);
	color: var(--text);
}
.easycal table.ec-time-grid-table tr td .table-cell.ec-slot.ec-event.noreserve{
	opacity: 1 !important;
	cursor: not-allowed !important;
}
.easycal table.ec-time-grid-table tr td .table-cell.ec-slot.ec-event.reservable:hover{
	opacity: 0.7 !important;
	cursor: pointer !important;
}
.easycal table.ec-time-grid-table tr td .table-cell.ec-slot.ec-event.reservable:hover ~ .table-cell.ec-slot.ec-event.reservable {
	opacity: 0.7 !important;
}
.teacher-timetable .easycal table.ec-time-grid-table tr td .table-cell.ec-slot.reservable{
	background-color: rgb(54, 170, 45);
	color: rgb(0, 0, 0);
}
.ttimetable .easycal table.ec-head-table tr td {
	padding: 5px;
	vertical-align: top;
}

.floatThead-container .add_date{
	display: none;
}
.floatThead-container .del_date{
	display: none;
}

/*.ttimetable .floatThead-container .add_date::before{
	content: "\A";
  white-space: pre;
}*/
.ttimetable .floatThead-container .dates{
	display: block;
}
.ttimetable .floatThead-container .add_date{
	display: inline-block;
	position: relative;
	font-size: 16px;
	cursor: pointer;
	width: 23px;
	height: 21px;
	margin-top: 3px;
	background: var(--green);
	color: var(--white);
	border-radius: .2em;
}
.ttimetable .floatThead-container .del_date{
	display: inline-block;
	position: relative;
	font-size: 16px;
	cursor: pointer;
	width: 23px;
	height: 21px;
	margin-top: 3px;
	margin-left: 5px;
	background: red;
	color: var(--white);
	border-radius: .2em;
}


.vs-legend{
	font-size: 14px;
	font-weight: 700;
	font-family: 'Poppins';
	margin-bottom: 30px;
}
.vs-legend .col span{
	display: inline-block;
	width: 40px;
	height: 20px;
	border: 1px solid #cccccc;
	margin-right: 10px;
}
.vs-legend .col{
	font-size: 13px;
	font-weight: 600;
	padding: 10px;
	display: -ms-flexbox;
	display: flex;
	background: #f4f4f4;
}
.vs-legend .col span.tt-off{
	background: #ffffff;
}
.vs-legend .col span.tt-na{
	background: #eaa105;
}
.vs-legend .col span.tt-on{
	background: var(--green);
}
.vs-legend .col span.tt-you{
	background: #a0aed3;
}
.vs-legend .col span.tt-disabled{
	background: #f1f1f1;
}



/*--------------------------------------------------------------
# FORM GENERAL
--------------------------------------------------------------*/
.vsform.bordered{
	border: 1px solid #ccc;
	border-radius: 7px;
	padding: 20px;
	box-shadow: 0px 8px 14px -6px rgba(0,0,0,0.2);
	background: rgb(253,253,253);
}
.vsform .form-group label.text-muted, .vsform.priceform label.text-muted{
	/*font-family: 'Poppins',Arial;*/
	text-transform: none;
	font-weight: 700;
	font-size: 14px;
	color: #000000 !important;
	
}
.vsform .form-control::placeholder {
    color: #aaa;
}
.vsform .form-control:focus {
    box-shadow: none;
}
.vsform p a{
	font-weight: 700;
}
.vsform button[type="submit"]{
	margin-top:15px !important;
}
.vsform .input-group .bx{
	font-size: 20px;
}
.vsform-full .bootstrap-select .dropdown-toggle .filter-option-inner-inner{
	font-size: 14px !important;
}
.vsform-full .bootstrap-select > .dropdown-toggle{
	border: 1px solid #dddddd;
}
.vsform-full .bootstrap-select .dropdown-menu li a {
    font-size: 14px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.vsform-full .bootstrap-select .dropdown-menu .dropdown-header {
    display: block;
    padding: .3rem 1.2rem;
    color: #aaa;
    font-weight: 700;
    font-style: italic;
}
.vsform .form-check-label{
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
}
.vsform .bootstrap-select .btn.dropdown-toggle{
	background: #fff;
	border: 1px solid #ced4da;
	padding: 10px 15px;
	border-radius: 4px;
	font-size: 14px;
	box-shadow: inset 1px 1px 1px #ddd !important;
}
.vsform .bootstrap-select .dropdown-menu li a{
	font-size: 14px;
}
.vsform .form-control{
	box-shadow: inset 1px 1px 1px #ddd !important;
}


/*--------------------------------------------------------------
# Adatlap
--------------------------------------------------------------*/
.panel-group.coursess .panel {
	border-color: var(--blue);
	margin-bottom: 10px;
	margin-top: 10px;
	border-radius: 0;
    box-shadow: 0px 8px 14px -6px rgba(0,0,0,0.2);
}

.panel-group.coursess .panel-default > .panel-heading {
	padding: 0;
	border-radius:0;
	color: var(--text);
	background-color: #f9faf9;
	border-color: var(--blue);
}

.panel-group.coursess .panel-title {
	font-size: 14px;
	margin-bottom: 0px;
	position: relative;
}
.panel-group.coursess .panel-title h5 {
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 2px;
	display: flex;
}
.panel-group.coursess .panel-title p {
	font-size: 13px;
	font-family: 'Open Sans',Arial;
	margin: 0px 0px 1px 0px;
	max-width: 90%;
}
.panel-group.coursess .panel-body {
    font-size: 14px;
}
.panel-group.coursess .panel-body p.choose{
	font-size: 11px;
	font-weight: 400;
	font-family: 'Open Sans',Arial;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.panel-group.coursess .panel-title .metas {
    position: absolute;
    right: 4%;
    top: 26px;
}
.panel-group.coursess .panel-title .metas span {
    padding: 2px 4px;
	font-weight: 700;
	font-size: 11px;
	/*min-width: 50px;*/
	display: inline-block;
	text-align: center;
	font-family: 'Open Sans';
	line-height: normal;
}
.panel-group.coursess .panel-body .price-list {
    margin-top: 15px;
	margin-left: -5px;
	margin-right: -5px;
}
.panel-group.coursess .panel-body .price-list > .col{
    padding-left: 5px;
	padding-right: 5px;
	max-width: 20%;
}
.panel-group.coursess .panel-body .price-list label {
    width: 100%;
}
.panel-group.coursess .panel-body .price-list label.disabled {
    opacity: 0.2;
}

.panel-group.coursess .panel-body .price-list .card-input-element {
    display: none;
}

.panel-group.coursess .panel-body .price-list .card-input {
    margin: 0px;
    padding: 0px;
	background: #f8f8f8;
	border: 2px solid #dddddd;
	border-radius: 5px;
}

.panel-group.coursess .panel-body .price-list .card-input:hover {
    cursor: pointer;
}

.panel-group.coursess .panel-body .price-list .card-input-element:checked + .card-input {
    border: 2px solid var(--blue);
}
.panel-group.coursess .panel-body .price-list .card-input .card-heading {
    text-align: center;
	font-size: 13px;
	text-transform: none;
	padding: 5px;
	line-height: normal;
}
.panel-group.coursess .panel-body .price-list .card-input .card-body {
    text-align: center;
	font-size: 14px;
	font-weight: 700;
	padding: 0px 2px 3px 2px;
	line-height: normal;
	text-transform: none;
}
.panel-group.coursess .panel-body .price-list .card-input .card-body.total {
    font-style: italic;
	background: var(--blue);
	color: #fff;
	font-size: 13px;
	padding: 0px 2px 3px 2px;
}
.panel-group.coursess .panel-body .price-list .saleinfo{
	font-weight: 700;
	text-transform: none;
	font-size: 12px;
	background: green;
	color: #fff;
	padding: 2px;
	margin-top: 5px;
}

.panel-group.coursess .panel-body .price-list .price-submit{
	
}
.panel-group.coursess .panel-body .price-submit button{
	width: auto;
	font-weight: 700;
	font-family: 'Poppins';
	text-transform: uppercase;
	font-size: 14px;
	transition: .3s;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin: 3px;
}
.panel-group.coursess .panel-body .price-submit button[type="submit"]{
	background: var(--yellow);
	color: var(--text);
	border: 1px solid var(--yellow);
}
.panel-group.coursess .panel-body .price-submit button[type="reset"]{
	background: #cccccc;
	color: var(--text);
	border: 1px solid #ddd;
}

.course-details p span{
	background: #f8f8f8;
	padding: 2px 5px;
	margin-right: 3px;
	margin-bottom: 3px;
	font-size: 13px;
	font-weight: 400;
	font-family: "Poppins", sans-serif;
	border: 1px solid #ddd;
	display: inline-block;
}
.course-details p span:empty{
	display: none !important;
	visibility: hidden !important;
}

span.mw-50{
	min-width: 50px;
}
span.mw-60{
	min-width: 60px;
}
span.mw-70{
	min-width: 70px;
}
span.mw-80{
	min-width: 80px;
}
span.mw-90{
	min-width: 90px;
}
span.mw-100{
	min-width: 100px;
}
span.mw-110{
	min-width: 110px;
}
span.mw-120{
	min-width: 120px;
}
span.mw-130{
	min-width: 130px;
}
span.mw-140{
	min-width: 140px;
}
span.mw-150{
	min-width: 150px;
}
span.mw-160{
	min-width: 160px;
}
span.mw-170{
	min-width: 170px;
}
span.mw-180{
	min-width: 180px;
}
span.mw-190{
	min-width: 190px;
}
span.mw-200{
	min-width: 200px;
}
span.mw-210{
	min-width: 210px;
}
span.mw-220{
	min-width: 220px;
}


/*--------------------------------------------------------------
# Profile
--------------------------------------------------------------*/
.profile-list{
	list-style-type: none;
	padding: 0px;
}
.profile-list .add a{
	border:3px dashed #eeeeee;
	padding: 15px;
	border-radius: 7px;
	transition: .3s;
	color: #999;
}
.profile-list .add.disabled a{
	border:3px dashed #f8f8f8;
	padding: 15px;
	border-radius: 7px;
	transition: .3s;
	color: #ddd;
	cursor: not-allowed;
}
.profile-list .add a h4{
	margin: 0px;
	font-size: 20px;
	transition: .3s;
}
.profile-list .add a .bx{
	margin-right: 15px;
	font-size: 40px;
	transition: .3s;
}
.profile-list .add:not(.disabled) a:hover{
	border:3px dashed var(--blue);
}
.profile-list .add:not(.disabled) a:hover h4, .profile-list .add:not(.disabled) a:hover .bx{
	color: var(--blue);
}

.profile-list .profile a{
	border:1px solid #eef0ef;
	padding: 15px;
	border-radius: 5px;
	transition: .3s;
	color: #999;
	margin-bottom: 15px;
	margin-top: 15px;
    box-shadow: 0px 5px 10px -3px rgba(0,0,0,0.2);
}
.profile-list .profile a h4{
	margin: 0px;
	font-size: 20px;
	transition: .3s;
	color: var(--text);
}
.profile-list .profile a .bx{
	margin-right: 15px;
	font-size: 40px;
	transition: .3s;
}
.profile-list .profile a:hover {
	border: 1px solid var(--blue);
	box-shadow: 0px 5px 10px -3px rgba(0,0,0,0.4);
}

.content-block{
	padding-top: 20px;
	padding-bottom: 20px;
}

.navigation.row a{
	padding: 18px 0px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Poppins',Arial;
	font-size: 15px;
	background: #f8f8f8;
	color: #888;
	border: 1px solid #dee2e6;
	margin-right: 0px;
	display: block;
	text-align: center;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.navigation.row a.active{
	background: #ffffff;
	color: #495057;
	margin-right: 0px;
	display: block;
	text-align: center;
	border-bottom: 1px solid #fff;
}
.navigation.row a:hover:not(.active){
	background: #f2f2f2;
}
.navigation.row > .col{
	padding-right: 2px;
	padding-left: 2px;
}
.nav-content{
	background: #ffffff;
	border: 1px solid #dee2e6;
	padding: 15px !important;
	margin-top: -1px;
}

.reservation-list{
	display: block;
	padding: 10px;
}
.reservation-list .row{
	border: 1px solid #ddd;
	margin-bottom: 15px;
	transition: .3s all ease-in-out;
	background: #fdfdfd;
	margin-bottom: 10px;
}
.reservation-list .row:hover{
	border: 1px solid #999;
	background: #f8f8f8;
}
.reservation-list .row:last-of-type{
	margin-bottom: 0px;
}
.reservation-list .row p{
	margin-bottom: 0px;
	font-size: 13px;
	font-weight: 700;
}
.reservation-list .row form button{
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 16px;
	text-transform: none;
}
.reservation-list .row .buttons form{
	display: inline-block;
}

#img_szechenyi {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 230px;
    display: block;
    z-index: 996;
}
#img_szechenyi img {
    width: 100%;
    display: block;
}


/*--------------------------------------------------------------
# Function buttons
--------------------------------------------------------------*/
.reservation-list .btn-reserve{
	font-family: 'Poppins',Arial;
	background: #ffffff;
	border:1px solid var(--blue);
	color: var(--blue);
	width: auto;
	padding: 5px 12px;
	text-transform: uppercase !important;
	font-size: 12px !important;
	font-weight: 700;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	line-height: normal;
	transition: .3s all ease;
	border-radius: 0px;
	min-width: 220px;
}
.reservation-list .btn-reserve:hover{
	color: var(--darkblue);
	border-color: var(--darkblue);
}
.reservation-list .btn-reserve .bx{
	font-size: 18px;
	margin-right: 5px;
}

.reservation-list .btn-reservemod{
	font-family: 'Poppins',Arial;
	background: #dc3545;
	color: var(--white);
	width: auto;
	padding: 5px 12px;
	text-transform: uppercase !important;
	font-size: 12px !important;
	font-weight: 700;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	line-height: normal;
	transition: .3s all ease;
}
.reservation-list .btn-reservemod:hover{
	opacity: 0.8;
	color: var(--white);
}
.reservation-list .btn-reservemod .bx{
	font-size: 18px;
	margin-right: 5px;
}

.reservation-list .btn-accept{
	font-family: 'Poppins',Arial;
	background: #ffffff;
	border:1px solid var(--blue);
	color: var(--blue);
	width: auto;
	padding: 5px 12px;
	text-transform: uppercase !important;
	font-size: 12px !important;
	font-weight: 700;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	line-height: normal;
	transition: .3s all ease;
	border-radius: 0px;
	min-width: 220px;
}
.reservation-list .btn-accept:hover{
	color: var(--darkblue);
	border-color: var(--darkblue);
}
.reservation-list .btn-accept .bx{
	font-size: 18px;
	margin-right: 5px;
}

.reservation-list .btn-deny{
	font-family: 'Poppins',Arial;
	background: #ffffff;
	border:1px solid #dc3545;
	color: #dc3545;
	width: auto;
	padding: 2px 4px;
	text-transform: uppercase !important;
	font-size: 11px !important;
	font-weight: 700;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	line-height: normal;
	transition: .3s all ease;
	border-radius: 0px;
	margin-right: 15px;
}
.reservation-list .btn-deny:hover{
	color: var(--darkblue);
	border-color: var(--darkblue);
}
.reservation-list .btn-deny .bx{
	font-size: 18px;
	margin-right: 0px;
}

.reservation-list .btn-waitingfortime{
	font-family: 'Poppins',Arial;
	background: #eeeeee;
	color: var(--text);
	width: auto;
	padding: 5px 12px;
	text-transform: uppercase !important;
	font-size: 12px !important;
	font-weight: 700;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	line-height: normal;
	transition: .3s all ease;
	cursor: not-allowed !important;
	border-radius: 0px;
	min-width: 220px;
}
.reservation-list .btn-waitingfortime:hover{
	opacity: 0.8;
	color: var(--text);
}
.reservation-list .btn-waitingfortime .bx{
	font-size: 18px;
	margin-right: 5px;
}

.reservation-list .btn-start{
	font-family: 'Poppins',Arial;
	background: var(--yellow);
	border:1px solid var(--yellow);
	color: var(--black);
	width: auto;
	padding: 5px 12px;
	text-transform: uppercase !important;
	font-size: 15px !important;
	font-weight: 700;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	line-height: normal;
	transition: .3s all ease;
	border-radius: 0px;
	min-width: 220px;
}
.reservation-list .btn-start:hover{
}
.reservation-list .btn-start:disabled{
	opacity: 1;
}
.reservation-list .btn-start .bx{
	font-size: 18px;
	margin-right: 5px;
}
.reservation-list .row .btn-txtlink{
	display: none;
	transition: .3s all ease-in-out;
}
.reservation-list .row:hover .btn-txtlink{
	display: block;
}
.btn-remove{
	font-family: 'Poppins',Arial;
	background: #dc3545;
	color: var(--white);
	width: auto;
	padding: 5px 12px;
	text-transform: uppercase !important;
	font-size: 14px !important;
	font-weight: 700;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	line-height: normal;
}
.btn-remove:hover{
	background: var(--yellow);
	color: inherit;
}
.btn-remove .bx{
	font-size: 18px;
	margin-right: 5px;
}

.btn-adjust{
	font-family: 'Poppins',Arial;
	background: #28a745;
	color: var(--white);
	width: auto;
	padding: 5px 12px;
	text-transform: uppercase !important;
	font-size: 14px !important;
	font-weight: 700;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	line-height: normal;
}
.btn-adjust:hover{
	background: var(--yellow);
	color: inherit;
}
.btn-adjust .bx{
	font-size: 18px;
	margin-right: 5px;
}
.reservation-list .btn-lessonstatus{
	font-family: 'Poppins',Arial;
	background: #eeeeee;
	color: var(--text);
	width: auto;
	padding: 5px 50px 5px 12px;
	text-transform: uppercase !important;
	font-size: 12px !important;
	font-weight: 700;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	line-height: normal;
	transition: .3s all ease;
	cursor: not-allowed !important;
	border-radius: 0px;
	min-width: 220px;
}
.reservation-list .btn-lessonstatus span.lesson-info{
	position: absolute;
	right: 15px;
	padding: 6px 5px;
	transition: width .4s;
	width: 40px;
}
.reservation-list .btn-lessonstatus span.lesson-info:before {
	content: "";
	position: absolute;
	top: 6px;
	left: 0;
	width: 100%;
	text-align: center;
	opacity: 0;
	-webkit-transition: 0.4s, opacity 0.6s;
	-moz-transition: 0.4s, opacity 0.6s;
	-o-transition: 0.4s, opacity 0.6s;
	transition: 0.4s, opacity 0.6s;
	background: attr(data-bg);
}
.reservation-list .btn-lessonstatus:hover span.lesson-info:before{
	content: attr(data-hover);
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}
.reservation-list .btn-lessonstatus:hover span.lesson-info{
	width: 220px;
}
.reservation-list .btn-lessonstatus:hover span.lesson-info span{
	opacity: 0;
}

 
span.time{
	padding: 1px 6px;
	background: #eee;
	font-size: 12px;
	display: inline-block;
	margin-left: 10px;
	line-height: normal;
}
span.countdown{
	/*font-size: 12px;
	background: #ffc107;
	padding: 1px 6px;
	font-weight: 700;
	display: inline-block;
	margin-left: 10px;
	line-height: normal;*/
}


/* ONLINE TANRA */
html.lesson, body.lesson { height: 100%; }
.lesson-details{
	padding-top: 30px !important;
	padding-right: 30px !important;
	padding-bottom: 15px !important;
	padding-left: 0px !important;
	height: 100vh;
}
.lesson-details .online-presence{
	background: transparent;
	padding: 0px;
	font-size: 25px;
	font-weight: 300;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #999;
}
.lesson-details small.d-block{
	font-weight: 700;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
}
.active-lesson .card{
	margin-bottom: 10px;
}
.active-lesson .card .card-body{
	font-size: 14px !important;
	padding: 15px;
}
.active-lesson .card .card-body p:last-of-type{
	margin-bottom: 0px;
}
.active-lesson .card-header{
	padding: 0px;
}
.active-lesson .card-header a.btn-link{
	padding: 15px;
	display: block;
	text-align: left;
	font-weight: 700;
	color: #222222;
	outline: none;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
}
.active-lesson .card-header a.btn-link:focus{
	box-shadow: none !important;
}
.active-lesson .card-header a.btn-link:after {
	font-family: boxicons !important;
    content: "\ebb9";
    float: right;
}
.active-lesson .card-header a.btn-link.collapsed:after {
	font-family: boxicons !important;
    content: "\ea19";
	float: right;
}
#lesson-counter{
	font-size: 25px;
	text-align: center;
	background: #28afe8;
	color: #fff;
	font-weight: 800;
	margin-top: 5px;
	margin-bottom: 5px;
}
#lesson-counter.fivemin{
	background: yellow;
	color: #222222;
}
#lesson-counter.onemin{
	background: red;
	color: white;
}

.video-block{
	background: #eeeeee;
}
.video-block iframe{
	border: none !important;
}

@keyframes glowing {
	0% {
	  background-color: #2ba805;
	  box-shadow: 0 0 5px #2ba805;
		color: #ffffff;
	}
	50% {
	  background-color: #49e819;
	  box-shadow: 0 0 20px #49e819;
		color: #ffffff;
	}
	100% {
	  background-color: #2ba805;
	  box-shadow: 0 0 5px #2ba805;
		color: #ffffff;
	}
}
.flashing {
	animation: glowing 1300ms infinite;
	border: none !important;
}

.imhere{
	border: 1px solid #444;
	padding: 3px 10px;
	font-weight: 700;
}
.noother{
	border: 1px solid var(--blue);
	  background: white;
	  box-shadow: 2px 2px 8px #888;
	  font-weight: 700;
	  color: var(--blue);
	  padding: 2px 8px;
	  font-size: 14px;
}

/* NEW ADMIN AREA */
.admin-area{
	background: #f4f4f4;
}
.admin-area-wrapper{
    max-width: 1460px;
    margin: 0 auto;
	z-index: 1;
	background: #ffffff;
	border-radius: 5px;
	width: 100%;
	box-shadow: 0 0 50px 15px rgba(0, 0, 0, 0.1);
	position: relative;
}
.admin-area-wrapper.nozindex{
	z-index: auto !important;
}

.admin-area .course-details h3 span{
	float: right;
	font-size: 16px;
	padding: 4px;
}
.admin-area .course-details .profile-grid{
	list-style-type: none;
	padding: 0px;
}
.admin-area .course-details .profile-grid .profile{
	border: 1px solid #ddd;
	box-shadow: 0px 0px 6px 0px #ddd;
	padding: 7px 15px;
	margin-bottom: 10px;
	transition: all 0.2s ease-in-out;
	border-radius: 5px;
}
.admin-area .course-details .profile-grid .profile.inactive{
	border: 1px solid red;
	background: #fafafa;
}
.admin-area .course-details .profile-grid .profile:hover{
	border: 1px solid var(--blue);
}
.admin-area .course-details .profile-grid .profile a:not(.dropdown-item):not(.open-lightbox){
	padding: 3px 7px;
	font-weight: 500;
	font-family: 'Poppins',Arial;
	font-size: 14px;
	margin-left: 3px;
	display: inline-block;
}
.admin-area .course-details .profile-grid .profile a.open-lightbox{
	display: block;
	max-height: 47px;
	overflow: hidden;
	border-radius: 4px;
}
.admin-area .course-details .profile-grid .profile a.delete{
	color: red;
}
.admin-area .course-details .profile-grid .profile a.edit{
	background: var(--yellow);
	color: var(--text);
}
.admin-area .course-details .profile-grid .profile a.inactivate{
	background: #666666;
	color: var(--white);
}
.admin-area .course-details .profile-grid .profile a.activate{
	background: #666666;
	color: var(--white);
}
.admin-area .contact .php-email-form input, .admin-area .contact .php-email-form select {
  /*height: 40px;*/
}
.admin-area .course-details .profile-grid .profile button.dropdown-toggle{
	padding: 5px 10px;
	font-weight: 700;
	font-family: 'Poppins',Arial;
	background: var(--blue);
	color: #ffffff;
	font-size: 14px;
}
.admin-area .course-details .profile-grid .profile a.dropdown-item{
	padding: 5px 10px;
	font-weight: 500;
	font-family: 'Poppins',Arial;
	font-size: 14px;
}

.admin-area .add-admin-item{
	border: 1px dashed;
	padding: 10px 15px;
	display: flex;
	align-items: center;
	font-weight: 700;
	font-family: 'Poppins';
	text-decoration: none;
}
.admin-area .add-admin-item.lessons{
	padding: 13px 15px;
}
.admin-area .add-admin-item i{
	font-size: 28px;
	margin-right: 10px;
}
.admin-area .add-admin-item:hover{
	color: var(--darkblue);
	border: 1px dashed var(--blue);
}
.admin-area .add-admin-item:hover i::before{
	color: var(--blue);
}

.admin-area .add-admin-item .additembutton{
	background: transparent;
	border-style: dashed !important;
	color: var(--blue);
	font-size: 14px;
	margin-left: auto;
	padding: 5px 10px;
	font-weight: 700;
	font-family: 'Poppins',Arial;
	z-index: -1;
}



/* messages */
.admin-area .messages table th{
	font-family: 'Poppins',Arial;
	font-size: 14px;
	/*text-align: center;*/
	vertical-align: middle;
	background-color: #eeeeee;
}
.admin-area .messages table td{
	vertical-align: middle;
	font-size: 14px;
	line-height: normal;
	/*text-align: center;*/
}
.admin-area .messages table tr.new{
	font-weight: 700;
}
.admin-area .messages table a.btn{
	padding: 5px 10px;
	font-weight: 700;
	font-family: 'Poppins',Arial;
	background: var(--blue);
	color: #ffffff;
	font-size: 14px;
}
.admin-area .messages .dataTables_paginate {
	width: 100%;
	margin-top: 30px;
	text-align: center;
	font-size: 14px;
}
.admin-area .uploaded-file{
	border: 1px solid green;
	padding: 10px;
	font-family: 'Poppins',Arial;
	font-size: 14px;
	background: #f9f9f9;
}
.admin-area .uploaded-file p{
	margin-bottom: 0px;
}

.input-group-append .input-group-text{
	border-top-right-radius: 5px !important;
	border-bottom-right-radius: 5px !important;
}


/*left menu*/
.sidebar{
	width:220px;
	background-color:#f9f9f9;
	transition: all 0.2s ease-in-out;
	min-height: 50vh;
}
.sidebar ul{
	list-style:none;
	margin:0px;
	padding:0px;
}
.sidebar li a{
	display:block;
	padding:8px 12px;
	color:#333333;
	text-decoration:none;
	font-weight: 700;
	font-family: 'Poppins',Arial;
	font-size: 14px;
	border-top: 1px solid #eaeaea;
}
.sidebar li a.has-sub.collapsed::after{
	font-family: 'boxicons';
    content: "\e9ac";
    display: inline-block;
    float: right;
    vertical-align: middle;
}
.sidebar li a.has-sub::after{
	font-family: 'boxicons';
    content: "\e9b9";
    display: inline-block;
    float: right;
    vertical-align: middle;
}


.sidebar li a.collapsed.active{
	
}
.sidebar li a.active{
	background-color:var(--yellow);
	color: var(--text);
	transition: all 0.2s ease-in-out;
}
.sidebar li a.has-sub.active{
	background-color:#ededed;
	color: var(--text);
	transition: all 0.2s ease-in-out;
}
.sidebar li.hassubmenu > a.has-sub.active{
	background-color:var(--yellow);
	color: var(--text);
	transition: all 0.2s ease-in-out;
}

.sidebar li a:hover{
	background-color:var(--yellow) !important;
}
.sidebar li a i{
	padding-right:5px;
}
.sidebar ul li .sub-menu li a{
	position:relative;
	font-size: 13px;
	font-weight: 400;
}
.sidebar ul li .sub-menu li a:before{
    font-family: 'boxicons';
    content: "\ea60";
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
}
.sidebar ul li .sub-menu li a:hover:after {
    /*content: "";
    position: absolute;
    left: -5px;
    top: 0;
    width: 5px;
    background-color: #111;
    height: 100%;*/
}
.sidebar ul li .sub-menu li a:hover{
	background-color:#222;
	padding-left:15px;
	transition: all 0.2s ease-in-out;
}

.sidebar ul li .sub-menu li a.second:before{
    font-family: 'boxicons';
    content: "\ea16";
    display: inline-block;
    padding-left: 20px;
    padding-right: 10px;
    vertical-align: middle;
}
.sidebar li a.second.active{
	background-color:var(--yellow);
	color: var(--text);
	transition: all 0.2s ease-in-out;
}
.sidebar li a.active:not(.has-sub):after{
    font-family: 'boxicons';
    content: "\e9b2";
    display: inline-block;
    float: right;
	vertical-align: middle;
}

.sub-menu{
	border-left:5px solid #dedede;
}
.sidebar li a .nav-label,.sidebar li a .nav-label+span{
	transition: all 0.5s  ease-in-out;
	margin-top: 3px;
}
	
.sidebar.fliph li a .nav-label,.sidebar.fliph li a .nav-label+span{
	display:none;
	transition: all 0.5s  ease-in-out;
}
.sidebar.fliph {
    width: 42px;transition: all 0.5s  ease-in-out;
}
	
.sidebar.fliph li{ position:relative}
.sidebar.fliph .sub-menu {
    position: absolute;
    left: 39px;
    top: 0;
    background-color: #222;
    width: 150px;
    z-index: 100;
}


.hr-text {
	line-height: 1em;
	position: relative;
	outline: 0;
	border: 0;
	color: black;
	text-align: center;
	height: auto;
	opacity: 1;
	margin: 1.8rem 0rem;
	background-color: rgba(0,0,0,.09);
}
.hr-text:before {
	/*content: "";
	background: linear-gradient(to right, transparent, #28afe8, transparent);
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;*/
}
.hr-text:after {
	content: attr(data-content);
	position: relative;
	display: inline-block;
	padding: 0.5em 0.5em;
	line-height: 1.7em;
	color: var(--text);
	font-family: 'Poppins';
	font-size: 17px;
	font-weight: 700;
	min-width: 200px;
}


span.data{
	margin-left: 20px;
}
span.data span{
	color: #fff;
	padding: 1px 6px;
	font-size: 14px;
	background: var(--text);
	margin-right: 5px;
}


.custom-switch.custom-switch-xl {
  padding-bottom: 1rem;
  padding-left: 2.25rem;
}
.custom-switch.custom-switch-xl .custom-control-label {
  padding-left: 2rem;
  padding-top: 0.5rem;
}
.custom-switch.custom-switch-xl .custom-control-label::before {
	border-radius: 1rem;
	height: 2rem;
	width: 3.5rem;
	cursor: pointer;
}
.custom-switch.custom-switch-xl .custom-control-label::after {
	border-radius: 2rem;
	height: calc(2rem - 4px);
	width: calc(2rem - 4px);
	cursor: pointer;
}
.custom-switch.custom-switch-xl .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(1.5rem);
}

.formaccordion .card{
	margin-bottom: 10px;
	border-radius: 0px;
}
.formaccordion .card .card-header{
	padding: 0px;
	background-color: transparent;
}
.formaccordion .acc-link{
	font-weight: 700;
	color: #ffffff;
	padding: .75rem .75rem;
	background: var(--blue);
	border-radius: 0px;
}
.formaccordion .acc-link.collapsed{
	background-color: rgba(0,0,0,.03);
	color: var(--text);
}
.formaccordion .card-header h5 a::after {
    font-family: 'boxicons';  
    content: "\eaed";
    float: right; 
}
.formaccordion .card-header h5 a.collapsed::after {
    content: "\eb21";
}


.oktato-adatlap p{
	font-size: 14px;
}

.adozas table.table{
	font-size: 14px;
}
.adozas table.table td:first-of-type{
	font-weight: 700;
	text-align: left;
}
.adozas table.table td:last-of-type{
	text-align: left;
}


.vsformprogress{
	font-family: 'Poppins';
	font-size: 13px;
	font-weight: 700;
}
.vsformprogress .active{
	background: var(--yellow);
}
.vsformprogress .inactive{
	background-color: #eee;
	color: #888;
}
.vsformprogress .progress-bar-striped {
	background-image: linear-gradient(45deg,rgba(255,255,255,.45) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.45) 50%,rgba(255,255,255,.45) 75%,transparent 75%,transparent);
	background-size: 1rem 1rem;
}


.form-block-box{
	padding: 15px;
	margin-bottom: 30px;
	border: 1px solid #ddd;
	box-shadow: 0px 8px 14px -6px rgba(0,0,0,0.2);
	background: rgb(253,253,253);
}

/*--------------------------------------------------------------
# Function buttons
--------------------------------------------------------------*/
.multi-steps > li.is-active ~ li:before, .multi-steps > li.is-active:before {
  content: counter(stepNum);
  font-family: 'Poppins',Arial;
  font-weight: 700;
}
.multi-steps > li.is-active ~ li:after, .multi-steps > li.is-active:after {
  background-color: #e1e1e1;
}

.multi-steps {
	display: table;
	table-layout: fixed;
	width: 100%;
	font-family: 'Poppins';
	font-size: 13px;
	font-weight: 700;
}
.multi-steps > li {
  counter-increment: stepNum;
  text-align: center;
  display: table-cell;
  position: relative;
  color: #000000;
}
.multi-steps > li:before {
  content: "";
  content: "✓;";
  content: "𐀃";
  content: "𐀄";
  content: "✓";
  display: block;
  margin: 0 auto 4px;
  background-color: #027f00;
  width: 30px;
  height: 30px;
  line-height: 26px;
  text-align: center;
  font-weight: bold;
  border-width: 2px;
  border-style: solid;
  border-color: #027f00;
  border-radius: 50%;
  color: white;
}
.multi-steps > li:last-child:after {
  display: none;
}
.multi-steps > li.is-active:before {
  background-color: var(--yellow);
  border-color: var(--yellow);
  color: #000000;
  animation: pulse 1s infinite;
}
.multi-steps > li.is-active ~ li {
  color: #808080;
}
.multi-steps > li.is-active ~ li:before {
  background-color: #e1e1e1;
  border-color: #e1e1e1;
  color: #808080;
}

.is-complete {
  background: linear-gradient(to right, #027f00 50%, #e1e1e1 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease-out;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #027f0070;
  }
  100% {
    box-shadow: 0 0 0 10px #027f0000;
  }
}
@keyframes nextStep {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.multi-steps .progress-bar {
  cursor: pointer;
  user-select: none;
}

.multi-steps .progress-bar {
  background-color: #e1e1e1;
  height: 7px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  bottom: calc(50% + 7px);
  width: 100%;
  z-index: -1;
}

.multi-steps .progress-bar--success {
  background-color: #027f00;
}

.multi-steps .progress-bar__bar {
  background-color: #e1e1e1;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 500ms ease-out;
}


.article-list{
	list-style: square;
	padding-left: 20px;
	font-size: 15px;
	line-height: normal;
	margin-bottom: 0px;
}
.article-list li{
	margin-bottom: 10px;
}
.article-list li a{
	display: block;
}

.meta-list{
	list-style: none;
	padding-left: 0px;
	line-height: normal;
	margin-bottom: 0px;
	font-size: 15px;
}
.meta-list li{
	display: inline-block;
}
.meta-list li a{
	padding: 3px 8px;
	border: 1px solid;
	margin: 2px;
	display: block;
}


/* Pagination */
.page-link {
  color: var(--blue);
}
.page-link:hover {
	color: var(--darkblue);
}
.page-item.active .page-link {
	color: #000;
	background-color: var(--yellow);
	border-color: var(--yellow);
}


/* Tooltip */
.tooltip-inner {
    max-width: 250px !important;
}


#newmessage{
	display:none;
	animation: pulse 1s infinite;
}
.grecaptcha-badge { 
    visibility: hidden !important;
}

/* Status colors */
.bg-status-km{
	background-color: darkgreen;
}
.bg-status-kf{
	background-color: #81d3f8;
}
.bg-status-ke{
	background-color: #d9001b;
}
.bg-status-vt{
	background-color: darkgreen;
}


/* wiki */
.nav.wiki a{
	border: 1px solid #eeeeee;
	font-weight: 700;
	font-family: 'Poppins',Arial;
}
.nav.wiki a.active{
	color: var(--text);
	background: var(--yellow);
	border: 1px solid var(--yellow);
}
.wiki-categories{
	background-color: #f8f9fa;
	list-style: none;
 	padding: 0px;
	margin: 0px;
	border: 1px solid rgba(0,0,0,.125);
  	border-radius: .25rem;
	margin-left: 4px;
}
.wiki-categories li {
	border-top: 1px solid #eaeaea;
}
.wiki-categories li:first-of-type {
	border-top: none !important;
}
.wiki-categories li a {
	display: block;
	padding: 12px 15px;
	color: #444444;
	text-decoration: none;
	font-weight: 700;
	font-family: 'Poppins',Arial;
	font-size: 14px;
}
.wiki-categories li a.active{
	background: var(--yellow);
	color: #000000;
}
.wiki-categories li a.active::after{
	font-family: 'boxicons';
	content: "\e9b2";
	display: inline-block;
	float: right;
}
.wiki-articles{
	padding: 0px;
	list-style: none;
	margin: 0px;
}
.wiki-content h4.head{
	font-size: 20px;
	margin: 0px 0 25px 0;
	font-weight: 700;
	position: relative;
	padding-bottom: 10px;
}
.wiki-content h4.head::after {
  content: '';
  position: absolute;
  display: block;
  width: 60px;
  height: 1px;
  background: var(--blue);
  bottom: 0;
  left: 0;
}
.wiki-content h4.head::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background: #eef0ef;
  bottom: 0;
  left: 0;
}
.wiki-post img{
	max-width: 100%;
	height: auto;
	display: block;
}

@media (max-width: 768px) {
	#footer .footer-top .footer-contact {
		text-align: center;
	}
	#footer .footer-top .footer-links {
		display: none !important;
	}
	.list-view-filter .col > label {
	  font-size: 10px;
	  margin-bottom: 3px;
	}
	.teacher-list .teacher.list-item .member .image-holder {
	  -ms-flex: 0 0 35%;
	  flex: 0 0 35%;
	  max-width: 35%;
	}
	.teacher-list .teacher.list-item .member h5 {
	  position: relative;
	  top: 0px;
	  right: 0px;
	  margin: 0px;
	  padding: 0px;
	}
	.wiki-categories{
		margin-left: 0px;
	}
}