@import url("base.css");
.tw-color {
  color: #4EA5D9;
}

.fb-color {
  color: #4267B2;
}

.fb-bg-color {
  background-color: #4267B2;
}

.ln-color {
  color: #0077B5;
}

.ig-color {
  color: #2D333B;
}

.yt-color {
  color: #000000;
}

.social-link {
  display: block;
}

[name*=image][type="file"],
#mob_cover_image[type="file"],
#cover_image[type="file"],
#popup_image[type="file"],
#image[type="file"] {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}

.transition1 {
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}

.transition2 {
  -webkit-transition: all 0.4s cubic-bezier(0.13, 0.56, 0.38, 0.89) 0s;
  transition: all 0.4s cubic-bezier(0.13, 0.56, 0.38, 0.89) 0s;
}

/* scrollbar */
::-webkit-scrollbar-track {
  background-color: #f0f0f0;
}

::-webkit-scrollbar {
  width: 6px;
  background-color: #000;
}

::-webkit-scrollbar-thumb {
  background-color: #000;
}

* {
  scrollbar-color: #000 #f0f0f0;
  scrollbar-width: thin;
}

/* selection */
::-moz-selection {
  color: #fff;
  background: #000;
}

::selection {
  color: #fff;
  background: #000;
}

:focus {
  outline: none !important;
}

button:focus {
  outline: none !important;
}

p {
  line-height: 1.5;
  word-break: break-word;
}

textarea {
  resize: vertical;
}

.line-height-normal {
  line-height: 1.5;
}

body .hidden {
  display: none !important;
}

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

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

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

.text-underline {
  text-decoration: underline !important;
}

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

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

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

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

.medium {
  font-weight: 500 !important;
}

.semibold {
  font-weight: 600 !important;
}

b, strong, .bold {
  font-weight: 600 !important;
}

.white {
  color: #fff !important;
}

.lightGray {
  color: #f8f8f8 !important;
}

.gray {
  color: #f0f0f0 !important;
}

.midGray {
  color: #969696 !important;
}

.darkGray {
  color: #333 !important;
}

.red {
  color: #000000 !important;
}

.black {
  color: #000 !important;
}

.green {
  color: #2C864F !important;
}

.darkRed {
  color: #BF2828 !important;
}

.yellow {
  color: #F8C158 !important;
}

.red-hover:hover {
  color: #000000;
}

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

.lightGray-bg {
  background-color: #f8f8f8 !important;
}

.gray-bg {
  background-color: #f0f0f0 !important;
}

.midGray-bg {
  background-color: #969696 !important;
}

.darkGray-bg {
  background-color: #333 !important;
}

.red-bg {
  background-color: #000000 !important;
}

.black-bg {
  background-color: #000 !important;
}

.green-bg {
  background-color: #2C864F !important;
}

.yellow-bg {
  background-color: #F8C158 !important;
}

.e5e5e5-bg {
  background-color: #e5e5e5 !important;
}

.darkRed-bg {
  background-color: #BF2828 !important;
}

.btn.white-bg {
  color: #333;
  border: 1px solid #f0f0f0;
}

.btn.gray-bg {
  color: #333;
}

.btn.lightGray-bg {
  color: #333;
}

.btn.gray-bg {
  color: #333;
}

.btn.midGray-bg {
  color: #969696;
}

.btn.darkGray-bg {
  color: #fff;
}

.btn.red-bg {
  color: #fff;
}

.btn-badge.white-bg:hover, body .btn.white-bg:hover, button.white-bg:hover {
  background-color: #000 !important;
  color: #fff !important;
  border-color: #000;
}

.btn-badge.lightGray-bg:hover, .btn.lightGray-bg:hover, button.lightGray-bg:hover {
  background-color: #f0f0f0 !important;
}

.btn-badge.gray-bg:hover, .btn.gray-bg:hover, button.gray-bg:hover {
  background-color: #969696 !important;
}

.btn-badge.midGray-bg:hover, .btn.midGray-bg:hover, button.midGray-bg:hover {
  background-color: #333 !important;
}

.btn-badge.darkGray-bg:hover, .btn.darkGray-bg:hover, button.darkGray-bg:hover {
  background-color: #666 !important;
}

.btn-badge.red-bg:hover, .btn.red-bg:hover, button.red-bg:hover {
  background-color: #333 !important;
}

.btn-badge.black-bg:hover, .btn.black-bg:hover, button.black-bg:hover {
  background-color: #969696 !important;
}

.btn.fb-bg-color {
  background-color: #4267B2 !important;
}

.btn.fb-bg-color:hover {
  background-color: #224385 !important;
}

body .btn.grayBtn-bg {
  background: #bcbcbc;
  color: #333;
}

body .grayBtn-bg.red-bg {
  color: #fff;
}

.link.link-white:hover {
  color: #f8f8f8 !important;
}

.link.link-lightGray:hover {
  color: #f0f0f0 !important;
}

.link.link-gray:hover {
  color: #969696 !important;
}

.link.link-midGray:hover {
  color: #333 !important;
}

.dark-form .link.link-midGray:hover {
  color: #fff !important;
}

.link.link-darkGray:hover {
  color: #000 !important;
}

.link.link-red:hover {
  color: #333 !important;
}

.link.link-black:hover {
  color: #666 !important;
}

.link:hover {
  text-decoration: underline;
}

.link {
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
}

.invert {
  -webkit-filter: invert(1);
          filter: invert(1);
}

a:hover .invert {
  -webkit-filter: invert(0) !important;
          filter: invert(0) !important;
}

.m-auto {
  margin: auto;
}

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

.m-1 {
  margin: 10px !important;
}

.m-2 {
  margin: 20px !important;
}

.m-3 {
  margin: 30px !important;
}

.m-4 {
  margin: 40px !important;
}

.m-5 {
  margin: 50px !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 10px !important;
}

.mt-2 {
  margin-top: 20px;
}

.mt-3 {
  margin-top: 30px !important;
}

.mt-4 {
  margin-top: 40px !important;
}

.mt-5 {
  margin-top: 50px !important;
}

.mt-6 {
  margin-top: 60px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt--100 {
  margin-top: -100px !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

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

.mb-05 {
  margin-bottom: 5px !important;
}

.mb-1 {
  margin-bottom: 10px !important;
}

.mb-2 {
  margin-bottom: 20px !important;
}

.mb-3 {
  margin-bottom: 30px !important;
}

.mb-4 {
  margin-bottom: 40px !important;
}

.mb-5 {
  margin-bottom: 50px !important;
}

.mb-6 {
  margin-bottom: 60px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.ml-auto {
  margin-left: auto !important;
}

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

.ml-05 {
  margin-left: 5px !important;
}

.ml-1 {
  margin-left: 10px !important;
}

.ml-2 {
  margin-left: 20px !important;
}

.ml-3 {
  margin-left: 30px !important;
}

.ml-4 {
  margin-left: 40px !important;
}

.ml-5 {
  margin-left: 50px !important;
}

.ml-6 {
  margin-left: 60px !important;
}

.mr-auto {
  margin-right: auto !important;
}

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

.mr-05 {
  margin-right: 5px !important;
}

.mr-1 {
  margin-right: 10px !important;
}

.mr-2 {
  margin-right: 20px !important;
}

.mr-3 {
  margin-right: 30px !important;
}

.mr-4 {
  margin-right: 40px !important;
}

.mr-5 {
  margin-right: 50px !important;
}

.mr-6 {
  margin-right: 60px !important;
}

.mr-150 {
  margin-right: 150px !important;
}

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

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

.mx-05 {
  margin-right: 5px !important;
  margin-left: 5px !important;
}

.mx-1 {
  margin-right: 10px !important;
  margin-left: 10px !important;
}

.mx-2 {
  margin-right: 20px !important;
  margin-left: 20px !important;
}

.mx-3 {
  margin-right: 30px !important;
  margin-left: 30px !important;
}

.mx-4 {
  margin-right: 40px !important;
  margin-left: 40px !important;
}

.mx-5 {
  margin-right: 50px !important;
  margin-left: 50px !important;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto !important;
}

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

.my-05 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.my-1 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.my-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.my-2 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.my-3 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.my-4 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.my-5 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.my-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.my-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

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

.p-1 {
  padding: 10px !important;
}

.p-2 {
  padding: 20px !important;
}

.p-3 {
  padding: 30px !important;
}

.p-4 {
  padding: 40px !important;
}

.p-5 {
  padding: 50px !important;
}

.p-8 {
  padding: 80px !important;
}

.p-10 {
  padding: 100px !important;
}

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

.pt-1 {
  padding-top: 10px !important;
}

.pt-2 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-3 {
  padding-top: 30px !important;
}

.pt-4 {
  padding-top: 40px !important;
}

.pt-5 {
  padding-top: 50px !important;
}

.pt-6 {
  padding-top: 60px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

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

.pb-1 {
  padding-bottom: 10px !important;
}

.pb-2 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-3 {
  padding-bottom: 30px !important;
}

.pb-4 {
  padding-bottom: 40px !important;
}

.pb-5 {
  padding-bottom: 50px !important;
}

.pb-8 {
  padding-bottom: 80px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

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

.pl-1 {
  padding-left: 10px !important;
}

.pl-2 {
  padding-left: 20px !important;
}

.pl-3 {
  padding-left: 30px !important;
}

.pl-4 {
  padding-left: 40px !important;
}

.pl-5 {
  padding-left: 50px !important;
}

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

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

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

.pr-1 {
  padding-right: 10px !important;
}

.pr-2 {
  padding-right: 20px !important;
}

.pr-3 {
  padding-right: 30px !important;
}

.pr-4 {
  padding-right: 40px !important;
}

.pr-5 {
  padding-right: 50px !important;
}

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

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

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

.py-1 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.py-2 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.py-3 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.py-4 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.py-5 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.py-6 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.py-8 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.py-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

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

.px-1 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.px-2 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.px-3 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.px-4 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.px-5 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.px-100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

.px-120 {
  padding-left: 120px !important;
  padding-right: 120px !important;
}

.f-0 {
  font-size: 8px !important;
}

.f-10 {
  font-size: 10px !important;
}

.f-1 {
  font-size: 12px !important;
}

.f-12 {
  font-size: 12px !important;
}

.f-14 {
  font-size: 14px !important;
}

.f-16 {
  font-size: 16px !important;
}

.f-18 {
  font-size: 18px !important;
}

.f-20 {
  font-size: 20px !important;
}

.f-2 {
  font-size: 16px !important;
}

.f-3 {
  font-size: 24px !important;
}

.f-4 {
  font-size: 32px !important;
}

.f-5 {
  font-size: 40px !important;
}

.f-6 {
  font-size: 80px !important;
}

.no-border {
  border: none !important;
}

.left-border {
  border-left: 1px solid #f0f0f0 !important;
}

.top-border {
  border-top: 1px solid #f0f0f0 !important;
}

.right-border {
  border-right: 1px solid #f0f0f0 !important;
}

.bottom-border {
  border-bottom: 1px solid #f0f0f0 !important;
}

.border {
  border: 1px solid #f0f0f0 !important;
}

h1, .h1 {
  font-weight: normal;
  font-size: 64px !important;
  letter-spacing: 0.05em;
  line-height: 1.15;
}

h2, .h2-big {
  font-weight: normal;
  font-size: 48px !important;
  letter-spacing: 0.05em;
  line-height: 1.15;
}

h2, .h2 {
  font-weight: normal;
  font-size: 36px !important;
  letter-spacing: 0.05em;
  line-height: 1.15;
}

h3, .h3 {
  font-weight: normal;
  font-size: 24px !important;
}

h4, .h4 {
  font-weight: normal;
  font-size: 20px !important;
}

h5, .h5 {
  font-weight: normal;
  font-size: 16px !important;
}

h6, .h6 {
  font-weight: normal;
  font-size: 14px !important;
}

h1.big-title {
  font-size: 64px !important;
}

h1.secondary, .h1.secondary {
  color: #333;
}

h2.secondary, .h2.secondary {
  color: #333;
}

h3.secondary, .h3.secondary {
  color: #333;
}

h4.secondary, .h4.secondary {
  color: #333;
}

h5.secondary, .h5.secondary {
  color: #333;
}

a, button {
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}

img {
  max-width: 100%;
  display: block;
}

.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

hr {
  border: none;
  height: 1px;
  width: 100%;
  background: #F0F0F0;
  margin: 150px 0;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.container {
  margin: auto;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}

.container640 {
  margin: auto;
  max-width: 640px;
  padding-left: 15px;
  padding-right: 15px;
}

.container-footer {
  margin: auto;
  max-width: 1400px;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid {
  margin: auto;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.row-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.transition1 {
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}

.transition2 {
  -webkit-transition: all 0.4s cubic-bezier(0.13, 0.56, 0.38, 0.89) 0s;
  transition: all 0.4s cubic-bezier(0.13, 0.56, 0.38, 0.89) 0s;
}

.float-right {
  float: right !important;
}

.float-left {
  float: left !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.h100 {
  height: 100%;
}

.h100vh {
  height: 100vh;
}

.h-auto {
  height: auto !important;
}

.h450 {
  height: 23.45vw;
}

.h360 {
  height: 18.75vw;
}

.d-block {
  display: block;
}

.w100 {
  width: 100%;
}

.aic {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.ail {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.air {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.jcr {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.jcl {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.jcsb {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.jcc {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

[class*='col-'] {
  position: relative;
}

.arrow-down {
  width: 12px;
  height: 8px;
  background: url(../images/arrow-down.svg) no-repeat center center/cover;
  display: inline-block;
}

.block-btn {
  width: 100%;
}

.big-big-gap {
  margin-left: -40px;
  margin-right: -40px;
}

.big-big-gap [class*='col-'] {
  padding-left: 40px;
  padding-right: 40px;
}

.big-gap {
  margin-right: -25px;
  margin-left: -25px;
}

.big-gap [class*='col-'] {
  padding-left: 25px;
  padding-right: 25px;
}

.normal-gap [class*='col-'] {
  padding-left: 15px;
  padding-right: 15px;
}

.col-12 {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.col-10 {
  padding-left: 15px;
  padding-right: 15px;
  width: 83.333333%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.333333%;
          flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-9 {
  padding-left: 15px;
  padding-right: 15px;
  width: 75%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-8 {
  padding-left: 15px;
  padding-right: 15px;
  width: 66.6666%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666%;
          flex: 0 0 66.6666%;
  max-width: 66.6666%;
}

.col-7 {
  padding-left: 15px;
  padding-right: 15px;
  width: 58.333333%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.333333%;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-6 {
  padding-left: 15px;
  padding-right: 15px;
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-5 {
  padding-left: 15px;
  padding-right: 15px;
  width: 41.666667%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.666667%;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-4 {
  padding-left: 15px;
  padding-right: 15px;
  width: 33.3333%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333%;
          flex: 0 0 33.3333%;
  max-width: 33.3333%;
}

.col-3 {
  padding-left: 15px;
  padding-right: 15px;
  width: 25%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-2-5 {
  padding-left: 15px;
  padding-right: 15px;
  width: 25%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-2 {
  padding-left: 15px;
  padding-right: 15px;
  width: 16.666667%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.666667%;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col {
  padding-left: 15px;
  padding-right: 15px;
  width: auto;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

@media (max-width: 767px) {
  .col-12, .col-10, .col-6, .col-4, .col-3, .col-2-5 {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
}

body {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 1.4;
}

body.show-popup {
  overflow: hidden;
}

body main {
  position: relative;
  padding-top: 100px;
}

body.login main,
body.homepage main,
body.transparent main {
  padding-top: 0;
}

body.transparent header {
  border: none !important;
  background: rgba(255, 255, 255, 0);
}

body.transparent header .white-logo {
  display: block;
}

body.transparent header .black-logo {
  display: none;
}

body.transparent header a {
  font-weight: 500;
  color: #fff;
}

body.transparent header a:hover {
  color: #000000;
}

section {
  padding: 150px;
  position: relative;
}

section.normal-padding {
  padding: 75px;
}

.logo-small {
  display: none;
  margin: 24px 0 24px 0;
  text-align: center;
}

.logo {
  display: block;
  text-align: center;
}

.icon-rotated {
  display: inline-block;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 50px;
  height: 100px;
  width: 100%;
  -webkit-transition: background-color 0.25s ease-in-out 0s, border 0.25s ease-in-out 0s;
  transition: background-color 0.25s ease-in-out 0s, border 0.25s ease-in-out 0s;
  background: white;
  border-bottom: 1px solid #f8f8f8;
}

header .white-logo {
  display: none;
}

header .black-logo {
  display: block;
}

header a {
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 0.1em;
  margin-right: 50px;
  font-weight: 500;
}

header a:last-of-type:not(.logo) {
  margin-right: 0;
}

header a:hover {
  color: #000000;
}

header .menu-button {
  padding: 10px;
  margin-left: 10px;
  display: none;
}

header .menu-button:hover {
  color: #f0f0f0;
}

header .menu-button:hover rect {
  fill: #000000;
}

header .menu-button.active {
  color: #f0f0f0;
}

header .menu-button.active rect {
  fill: #000000;
}

.right-menu {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.dropdown-button {
  z-index: 11;
  background: #fff;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dropdown {
  position: relative;
}

.dropdown > .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 150px;
  width: auto;
  z-index: 12;
  background: #fff;
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  padding: 25px 45px 25px 25px;
  border-radius: 0px;
  border: 1px solid #F0F0F0;
  margin-top: 10px;
  -webkit-box-shadow: 0px 0px 50px rgba(51, 51, 51, 0.1);
          box-shadow: 0px 0px 50px rgba(51, 51, 51, 0.1);
}

.dropdown > .dropdown-menu.drop-right {
  right: 0;
  left: auto;
}

.dropdown > .dropdown-menu > li {
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.dropdown > .dropdown-menu > li:last-of-type {
  margin-bottom: 0px;
}

.dropdown > .dropdown-menu > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #fff;
  line-height: 1.4;
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  white-space: nowrap;
}

.dropdown > .dropdown-menu > li a img {
  margin-right: 10px;
  width: 25px;
  height: 25px;
}

.dropdown > .dropdown-menu > li a:hover {
  color: #000000;
}

.dropdown.opened > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.dropdown.opened > .dropdown-button {
  color: #333;
}

.dropdown.opened > .dropdown-button:hover {
  color: #333;
  background: #fff;
}

.dropdown.opened > .panel-button {
  z-index: 13;
}

.dropdown.opened:last-child > .panel-button,
.right-menu > .dropdown.opened > li:last-child .panel-button {
  border-radius: 0 10px 0px 0 !important;
}

.upload-image.big-uplad-image.cover_image_size {
  height: 150px;
}

.upload-image.big-uplad-image.mob_cover_image_size {
  width: 205px;
  height: 275px;
}

.btn {
  min-height: 45px;
  padding: 0 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  border-radius: 0 !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  font-size: 12px !important;
  text-align: center;
  white-space: nowrap;
  line-height: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  letter-spacing: 0.05em;
}

.btn:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.btn.btn-sm {
  min-height: 40px;
  padding: 0 15px;
}

.btn.f-10 {
  font-size: 10px !important;
}

.btn.btn-xs {
  min-height: 30px;
  padding: 0 15px;
}

.btn.btn-wide {
  padding: 0 50px;
}

.btn.btn-tall {
  height: 45px;
}

.btn.btn-border {
  border-radius: 50px;
  border: 1px solid #F0F0F0;
}

.btn.btn-border:hover {
  border-color: #000;
  background: #000;
}

.btn.btn-border:hover img {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.btn.btn-badge {
  width: 56px;
  padding: 0 10px;
}

.btn.btn-badge.lightWhite-bg {
  background: rgba(255, 255, 255, 0.2);
}

.btn.btn-badge.lightWhite-bg:hover {
  background: rgba(255, 255, 255, 0.5);
}

.btn.btn-badge.big-badge {
  height: 120px;
  width: 120px;
  border-radius: 70px;
  cursor: pointer;
}

@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
  .overlay-blur {
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
  }
}

@supports not ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
  body.show-popup main,
  body.show-popup footer {
    -webkit-filter: blur(30px);
            filter: blur(30px);
  }
  body.show-popup header {
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
}

.overlay {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  left: 0;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.51);
}

.overlay .overlay-blur {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  background-color: rgba(0, 0, 0, 0.6);
}

.overlay .popup {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.4s cubic-bezier(0.13, 0.56, 0.38, 0.89) 0s;
  transition: all 0.4s cubic-bezier(0.13, 0.56, 0.38, 0.89) 0s;
  -webkit-transform: translate(-50%, -50%) scale(1.05);
          transform: translate(-50%, -50%) scale(1.05);
  width: 100%;
  max-width: 600px;
  z-index: 1002;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background: #fff;
  padding: 70px 80px;
  -webkit-box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.2);
}

.overlay .popup.small-padding {
  padding: 25px 50px;
}

.overlay .popup.small-padding .popup-body {
  padding: 0px 50px 25px 50px;
}

.overlay .popup .popup-body {
  padding: 0 80px 60px;
}

.overlay .popup .popup-header {
  padding: 30px 0;
  border-bottom: 1px solid #F0F0F0;
}

.most-title:hover {
  color: #000000;
}

.table-row img {
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}

.table-row img:hover {
  opacity: 0.6;
}

.featured {
  pointer-events: none;
}

.rate-class {
  text-align: center;
  margin: 50px 0;
  border-bottom: 1px solid #F0F0F0;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.rate-class .rate-value {
  border: 1px solid #BCBCBC;
  width: 20%;
  border-right: none;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
}

.rate-class .rate-value.active, .rate-class .rate-value:hover {
  background: #BCBCBC;
  color: #fff;
  cursor: pointer;
}

.rate-class .rate-value:last-of-type {
  border-right: 1px solid #BCBCBC;
  border-radius: 0 30px 30px 0;
}

.rate-class .rate-value:first-of-type {
  border-radius: 30px 0 0 30px;
}

.share-social {
  text-align: center;
  margin: 50px;
  border-bottom: 1px solid #F0F0F0;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.share-social .share-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 90px;
  height: 90px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #F0F0F0;
  border-radius: 50px;
  margin: 0 10px;
}

.share-social .share-item:hover {
  background: #000;
  border-color: #000;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.4);
}

.share-social .share-item:hover svg path {
  fill: #fff;
}

.show-popup .overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.show-popup .overlay .popup.show {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.close_page {
  position: absolute;
  top: 0;
  right: 0;
  color: #f0f0f0;
  line-height: 30px;
  font-size: 40px;
  padding: 20px;
  cursor: pointer;
}

.close_page:hover {
  color: #333;
}

.close-popup {
  cursor: pointer;
}

.close-popup:hover {
  opacity: 0.5;
}

.image-overlay {
  position: relative;
}

.image-overlay::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#333), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, #333, rgba(0, 0, 0, 0));
  opacity: 0.8;
  z-index: 0;
}

.big-icon {
  font-size: 60px;
}

.upload-image.has-error {
  background: #ff9494;
}

.upload-image.has-error::before {
  content: "required";
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  background: red;
  font-size: 12px;
  padding: 2px 5px;
  text-transform: uppercase;
  border-radius: 4px;
}

.upload-zone_audio.has-error,
.upload-zone.has-error {
  border-color: red;
  border-width: 2px;
}

.checkbox.has-error label {
  color: red;
}

.no-wrap {
  white-space: nowrap;
}

.input-container {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}

.input-container.has-error::before {
  content: "required";
  font-size: 12px;
  position: absolute;
  top: 20px;
  right: 15px;
  color: red;
  text-transform: uppercase;
}

.line-input {
  width: 100%;
  height: 60px;
  border: none;
  border-bottom: 1px solid #f0f0f0;
  font-size: 16px;
  background: #fff;
}

.line-input.small {
  height: 35px;
}

.line-input.no-bg {
  background: rgba(0, 0, 0, 0);
}

.line-input:focus, .line-input:active {
  border-color: #000;
}

.line-input.error {
  border-width: 2px !important;
  border-color: red !important;
}

.round-input {
  width: 100%;
  height: 56px;
  border-radius: 30px;
  padding: 0px 45px 0px 25px;
  border: 1px solid #f0f0f0;
  font-size: 16px;
  background: #fff;
}

.round-input.no-bg {
  background: rgba(0, 0, 0, 0);
}

.round-input:focus, .round-input:active {
  border-color: #000;
}

.round-select {
  width: auto;
  height: 56px;
  border-radius: 30px;
  padding: 0px 45px 0px 25px;
  border: 1px solid #f0f0f0;
  font-size: 18px;
  background: #f8f8f8 url(../images/arrow-down.svg) no-repeat right 30px center;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.round-select:focus, .round-select:active {
  border: 1px solid #000 !important;
}

.round-select:hover {
  border-color: #bcbcbc;
  cursor: pointer;
}

.round-select.w100 {
  width: 100% !important;
}

.line-select {
  width: 100%;
  height: 60px;
  border: none;
  border-bottom: 1px solid #D4D8DD;
  font-size: 16px;
  background: #fff url(../images/arrow-down.svg) no-repeat right 15px center;
  -moz-appearance: none;
  -webkit-appearance: none;
}

select:valid + .select-label {
  opacity: 1;
}

select:invalid {
  color: gray;
  outline: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

select:valid + .select-label {
  opacity: 0.3;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

select + .select-label {
  position: absolute;
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(0%);
  opacity: 0;
  font-size: 14px;
}

.clear_select {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 40px;
  font-size: 30px;
  display: none;
  line-height: 1;
  height: 40px;
  cursor: pointer;
}

.clear_select:hover {
  opacity: 0.5;
}

textarea {
  line-height: 1.8;
  padding: 25px;
  border: 1px solid #f0f0f0 !important;
}

textarea.line-input {
  min-height: 200px;
}

textarea.short-textarea {
  min-height: 120px;
}

.line-input:placeholder-shown + .input-label {
  opacity: 0;
  top: 17px;
  font-size: 18px;
}

.input-label {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 18px;
  left: 1px;
  opacity: 0.4;
  top: -10px;
  font-size: 14px;
  -webkit-transition: all 0.4s cubic-bezier(0.13, 0.56, 0.38, 0.89) 0s;
  transition: all 0.4s cubic-bezier(0.13, 0.56, 0.38, 0.89) 0s;
  pointer-events: none;
  text-align: left;
}

.reveal_password {
  width: auto;
  height: auto;
  display: block;
  color: #000000;
  position: absolute;
  top: 12px;
  right: 0;
  z-index: 1;
  line-height: 40px;
  cursor: pointer;
  font-size: 14px;
}

.reveal_password.active svg path {
  fill: #333 !important;
}

sup {
  vertical-align: top;
  font-size: 60%;
  display: inline;
  margin-left: 5px;
  top: 2px;
  position: relative;
}

.big-header-image {
  height: calc(100vh - 100px);
  padding: 0 !important;
  margin: 0;
  position: relative;
}

.small-header-image {
  min-height: 600px;
  padding: 0 !important;
  margin: 0;
  position: relative;
}

.small-header-image .image-overlay img {
  min-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}

.smaller-header-image {
  min-height: 300px;
  padding: 0 !important;
  margin: 0;
  position: relative;
}

.panel {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.panel.big-padding {
  padding: 50px 60px;
}

.panel.dark-panel {
  background: #333;
}

.panel.with-shadow {
  -webkit-box-shadow: 20px 0px 30px rgba(212, 216, 221, 0.15);
          box-shadow: 20px 0px 30px rgba(212, 216, 221, 0.15);
}

.panel .panel-header {
  width: 100%;
  padding: 30px;
  text-align: center;
}

.panel .panel-header.help-panel-header {
  padding: 50px 30px 30px;
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.panel .panel-header.help-panel-header p {
  font-size: 16px;
}

.panel .panel-body {
  width: 100%;
  padding: 50px;
}

.hero-container {
  position: absolute;
  top: 50%;
  left: 150px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 640px;
}

.hero-container h1 {
  font-size: 64px !important;
  color: #fff;
  font-weight: 500;
  margin-bottom: 20px;
  letter-spacing: 1px;
  line-height: 80px;
}

.hero-container h3 {
  margin-bottom: 70px;
  color: #fff;
}

.hero-banner {
  position: relative;
}

.hero-banner img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.homepage-sponsors-pagination {
  bottom: -6px;
}

.swiper.homepage-sponsors {
  padding-bottom: 30px;
}

.swiper-pagination-bullet-active {
  background: #666 !important;
}

.max400 {
  max-width: 400px;
}

.img-panel {
  position: relative;
}

.img-panel-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 100px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.homepage-teachers .img-fluid,
.homepage-collection .img-fluid {
  width: 100%;
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.homepage-collection .swiper-slide {
  height: 500px;
}

.hero-badge {
  position: absolute;
  bottom: 80px;
  right: 80px;
  z-index: 1;
}

.swiper.homepage-teachers .swiper-pagination.homepage-teachers-pagination {
  bottom: 70px;
}

.swiper.homepage-teachers .swiper-pagination.homepage-teachers-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff !important;
}

.swiper.homepage-teachers .swiper-pagination.homepage-teachers-pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.3) !important;
  opacity: 1 !important;
}

footer {
  background: #f8f8f8;
}

.footer-menu-title {
  font-weight: 600;
  margin-bottom: 20px;
}

footer ul:last-of-type {
  margin-bottom: 0 !important;
}

footer ul li {
  line-height: 1.4;
  padding-bottom: 15px;
  font-weight: 300;
}

footer ul li a:hover {
  color: #000000;
  text-decoration: underline;
}

.footer-logo {
  width: 200px;
}

.footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-social a {
  background: url(../images/footer-social.png) no-repeat 0 0;
  display: block;
  height: 45px;
  width: 45px;
  margin: 0 8px;
}

.footer-social .fb {
  background-position: 0 0;
}

.footer-social .fb:hover {
  background-position: 0 -45px;
}

.footer-social .ig {
  background-position: -45px 0;
}

.footer-social .ig:hover {
  background-position: -45px -45px;
}

.footer-social .tw {
  background-position: -90px 0;
}

.footer-social .tw:hover {
  background-position: -90px -45px;
}

.footer-social .yt {
  background-position: -135px 0;
}

.footer-social .yt:hover {
  background-position: -135px -45px;
}

.main-text p {
  margin-bottom: 10px;
}

.classes-page .image-overlay img {
  height: 500px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.classes-page .video-container .image-overlay img {
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.favorite {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 20px;
  height: 18px;
  z-index: 1;
  background: url(../images/heart-full.svg) no-repeat center center;
  -webkit-filter: invert(1);
          filter: invert(1);
}

.favorite:hover {
  opacity: 0.6;
}

.duration-container {
  position: relative;
  width: 150px;
}

.get_duration {
  position: absolute;
  right: 0;
}

.get_duration img {
  cursor: pointer;
}

.get_duration img:hover {
  opacity: 0.6;
}

.locked {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 12px;
  height: 15px;
  z-index: 1;
  background: url(../images/lock.svg) no-repeat center center;
}

.duration {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 1;
  color: #fff;
  font-size: 16px;
  text-shadow: 0 0 3px #999;
}

.filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.video-container {
  position: relative;
  margin-bottom: 30px;
  display: block;
}

.video-container .play-button {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}

.video-container .play-button:hover {
  background: #fff;
  cursor: pointer;
}

.video-container .play-button:hover span {
  border-left: 20px solid #000;
}

.video-container .play-button span {
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  border: 13px solid rgba(0, 0, 0, 0);
  border-left: 20px solid #fff;
  margin-left: 17px;
}

.video-container:hover {
  cursor: pointer;
}

.video-container:hover .play-button {
  background: #fff;
}

.video-container:hover .play-button > span {
  border-left: 20px solid #000;
}

.single-collection-desc h3,
.video-text-container h4 {
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}

.single-collection-desc h3:hover,
.video-text-container h4:hover {
  color: #000000;
}

.icon-star {
  width: 15px;
  height: 15px;
  background: url(../images/star.svg) no-repeat center center;
  display: inline-block;
}

.single-video-item {
  margin-bottom: 80px;
}

.single-collection-desc {
  margin-top: 40px;
}

.single-collection-item {
  margin-bottom: 80px;
}

.single-collection-item .image-overlay::before {
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}

.single-collection-item:hover .image-overlay::before {
  background: -webkit-gradient(linear, left bottom, left top, from(#222), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, #222, rgba(0, 0, 0, 0));
  opacity: 0.9;
}

.border-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px;
  border: 1px solid #F0F0F0;
  width: 130px;
  margin: 0 15px;
  height: 190px;
}

.border-box .border-box-cell {
  line-height: 1.6;
  text-align: center;
  font-size: 20px;
  height: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
}

.live-badge {
  position: absolute;
  top: 30px;
  right: 30px;
}

.single-teacher-item {
  border: 1px solid #F0F0F0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 550px;
  text-align: center;
}

.single-teacher-item:hover {
  background: #F8F8F8;
  border-color: #F8F8F8;
}

.teacher-panel {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.teacher-img {
  width: 250px;
  height: 250px;
  min-width: 250px;
  min-height: 250px;
  border-radius: 50%;
  overflow: hidden;
}

.teacher-img.white-border {
  border: 5px solid #fff;
}

.teacher-badge {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.favs {
  display: block;
  width: 20px;
  height: 18px;
  background: url(../images/heart.svg) no-repeat center center/cover;
}

.favs:hover {
  background: url(../images/heart-full.svg) no-repeat center center/cover;
}

.logged-in {
  display: none;
}

body.logged .logged-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.logged .logged-out {
  display: none;
}

.side-links li {
  margin-bottom: 40px;
}

.side-links li a {
  font-weight: 400;
}

.calendar-icon {
  background: url(../images/calendar.svg) no-repeat center center;
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 20px;
  right: 35px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

.avatar {
  width: 70px;
  height: 70px;
  border-radius: 40px;
  overflow: hidden;
  position: relative;
  display: block;
}

.avatar .initials {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0);
}

.avatar img {
  max-width: 100%;
  max-height: 120px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.big-avatar {
  width: 120px;
  height: 120px;
  border-radius: 60px;
  overflow: hidden;
  position: relative;
}

.big-avatar .initials {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #eaeaea;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 30px;
}

.bigger-avatar {
  width: 250px !important;
  height: 250px !important;
  border-radius: 160px;
  overflow: hidden;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  position: relative;
}

.side-link:hover {
  color: #000000;
}

.side-link.active {
  font-weight: 500;
  color: #000000;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: calc(100px + 20px);
}

.single-help-item {
  margin-bottom: 80px;
}

.single-help-item h3 {
  margin-bottom: 40px;
}

.single-help-item:last-of-type {
  margin-bottom: 0;
}

.uploading {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1111;
  background: #fff;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  opacity: 0.96;
  padding-left: 120px;
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
}

@-webkit-keyframes pulse {
  0% {
    color: #999;
  }
  50% {
    color: #000;
  }
  100% {
    color: #999;
  }
}

@keyframes pulse {
  0% {
    color: #999;
  }
  50% {
    color: #000;
  }
  100% {
    color: #999;
  }
}

.admin-menu {
  width: 290px;
  background: #f2f2f2;
  position: fixed;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 111;
  padding: 0 25px 40px 25px;
  overflow-y: auto;
}

.admin-menu .side-links {
  padding: 0 15px;
}

.admin-menu .side-links li {
  margin-bottom: 25px;
}

.admin-menu .side-links .side-link {
  font-size: 11px;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  display: block;
}

.admin-menu .side-links .side-link:hover {
  color: #666;
}

.admin-menu .admin-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 60px;
}

.admin-menu .side-link.active {
  font-weight: 700;
  color: #666;
}

.main-content {
  margin-left: 290px;
  padding: 0 60px;
}

.dashboard-widget {
  border: 1px solid #f0f0f0;
  padding: 50px;
}

.class-item {
  position: relative;
}

button.ml-3.f-14.link.link-red.red.flex.aic.white-bg.edit_bulk:hover {
  background: #fff !important;
}

.search-container {
  position: relative;
  height: 56px;
}

.search-form {
  position: absolute;
  top: 0;
  height: 56px;
  right: 0;
}

.search-form.show .seach-input,
.search-form:hover .seach-input,
.search-form:active .seach-input,
.search-form .seach-input:focus,
.search-form .seach-input:active {
  width: 300px;
  color: #000;
}

.search-form.show .seach-input.search-wide,
.search-form:hover .seach-input.search-wide,
.search-form:active .seach-input.search-wide,
.search-form .seach-input.search-wide:focus,
.search-form .seach-input.search-wide:active {
  width: 500px;
  color: #000;
}

.search-form .seach-input {
  height: 56px;
  border: 1px solid #F0F0F0;
  border-radius: 50px;
  width: 56px;
  background: #fff;
  padding: 0 20px;
  font-size: 16px;
  letter-spacing: 0;
  color: #fff;
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}

.search-form .search-button {
  background: rgba(0, 0, 0, 0);
  position: absolute;
  border-radius: 50px;
  top: 4px;
  right: 4px;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.search-form .search-button:hover {
  background: #e6e6e6;
}

.opacity30 {
  opacity: 0.3;
}

.btn.black-bg.grayBtn-bg {
  background: #bcbcbc !important;
}

.table-arrow {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.table-arrow.disabled {
  opacity: 0.3;
  pointer-events: none;
}

.table-arrow:hover {
  opacity: 0.5;
}

.upload-zone_audio,
.upload-zone {
  background: #f8f8f8;
  border: 1px solid #F0F0F0;
  min-height: 500px;
  position: relative;
}

.upload-zone_audio.dragOver,
.upload-zone.dragOver {
  background: #90fde5;
  border: 2px dashed #333;
}

.upload-zone.dragOver::before {
  content: "Drop your video file here";
  font-size: 24px;
  color: #00000063;
}

.upload-zone.multi-zone.dragOver::before {
  content: "Drop your videos file here";
  font-size: 24px;
  color: #00000063;
}

.upload-zone_audio.dragOver::before {
  content: "Drop your audio file here";
  font-size: 24px;
  color: #00000063;
}

.upload-zone_audio.multi-zone.dragOver::before {
  content: "Drop your audio file here";
  font-size: 24px;
  color: #00000063;
}

.reorder {
  cursor: pointer;
}

.single-class {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 25px;
  margin-bottom: 35px;
}

.single-class .single-class-image img {
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-class .single-class-title {
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0;
}

.single-class .single-class-desc {
  color: #999;
  font-size: 14px;
}

.remove-class {
  position: absolute;
  top: 0px;
  right: 25px;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  padding: 0 0 !important;
  min-height: 15px !important;
  min-width: 15px !important;
  width: 18px;
  height: 18px;
  font-weight: 500 !important;
  text-align: center !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.single-subscriber-image {
  position: relative;
}

.upload-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f8f8f8;
  border: 1px solid #f0f0f0;
  margin-right: 30px;
  overflow: hidden;
  cursor: pointer;
  width: 210px;
  height: 120px;
  position: relative;
}

.upload-image.big-uplad-image {
  width: 450px;
  height: 280px;
}

.upload-image.profile-photo {
  width: 180px;
  height: 180px;
  min-width: 180px;
  min-height: 180px;
  border-radius: 100px;
  border: none;
}

.upload-image img.no-img {
  opacity: 0.3;
  min-width: 20px !important;
  min-height: 20px !important;
  width: 33px !important;
  height: 40px !important;
  border-radius: 0;
}

.upload-image:hover {
  opacity: 0.5;
}

.login-box {
  width: 600px;
  padding: 60px 80px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 50px rgba(51, 51, 51, 0.1);
          box-shadow: 0px 0px 50px rgba(51, 51, 51, 0.1);
}

#audio[type="file"],
#video[type="file"] {
  opacity: 0;
  left: 0;
  top: 0;
  z-index: 111111;
  position: absolute;
  width: 100%;
  height: 100%;
}

#mob_cover_image[type="file"],
#cover_image[type="file"],
#popup_image[type="file"],
#image[type="file"] {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}

.hide {
  display: none !important;
}

.upload-image .image_preview.no-img.has_image {
  opacity: 1 !important;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

#progress-bar-status-show_audio,
#progress-bar-status-show {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 12px;
  background: #000000;
  text-align: right;
  padding: 0;
  font-size: 10px;
  line-height: 12px;
  width: 0;
  color: #fff;
}

.before_upload_audio,
.before_upload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 1;
  text-align: center;
}

.video_placeholder {
  width: 100%;
  max-height: 70vh;
}

.audio_placeholder {
  width: 100%;
  max-height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 10px;
}

.audio-icon {
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 40px;
  min-width: 100px;
  min-height: 100px;
  border-radius: 100px;
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  padding: 12px;
  position: relative;
  z-index: 1;
}

.after_upload_audio,
.after_upload {
  position: relative;
  left: 0;
  height: 100%;
  z-index: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  display: block;
  max-height: 70vh;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 40px white inset !important;
  -webkit-filter: none !important;
          filter: none !important;
}

.big-avatar img {
  max-width: 100%;
  max-height: 120px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#thecanvas {
  width: 1000px;
  height: 600px;
  position: absolute;
}

.seach-input.search-wide {
  position: relative;
  z-index: 2;
}

.search-button {
  position: relative;
  z-index: 3;
}

.ajax-class {
  background: #fff;
  padding: 5px 15px;
  font-size: 12px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.ajax-class:hover {
  background: #f8f8f8;
}

.single-class .single-class-image img {
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-class-rest {
  display: block;
  width: 100%;
  overflow: hidden;
}

.single-selected-howto .single-class .single-class-image {
  margin-right: 20px;
}

.single-selected-howto .single-class .single-class-image img {
  width: 160px;
  height: 90px;
  min-width: 160px;
}

.single-selected-howto .single-class {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.single-selected-howto .single-class .single-class-title {
  font-size: 12px;
  font-weight: 600;
  margin: 0 0 5px 0;
}

.single-selected-howto .single-class {
  border-bottom: 1px solid #F0F0F0;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.single-selected-howto .single-class .single-class-desc {
  color: #999;
  font-size: 11px;
}

.single-selected-howto .single-class {
  overflow: hidden;
}

.single-selected-howto .single-class .single-class-image::before {
  content: "VIDEOS";
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  width: 90px;
  text-align: center;
  -webkit-transform: rotate(-40deg);
  transform: rotate(-90deg) translateY(-13px) translateX(-42%);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.single-selected-class .single-class .single-class-image {
  margin-right: 20px;
}

.single-selected-class .single-class .single-class-image img {
  width: 160px;
  height: 90px;
  min-width: 160px;
}

.single-selected-class .single-class {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.single-selected-class .single-class .single-class-title {
  font-size: 12px;
  font-weight: 600;
  margin: 0 0 5px 0;
}

.single-selected-class .single-class {
  border-bottom: 1px solid #F0F0F0;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.single-selected-class .single-class .single-class-desc {
  color: #999;
  font-size: 11px;
}

.ajax-search-classes.search-form {
  position: relative;
  width: 100%;
}

.ajax-search-classes.search-form [type='text'] {
  width: 100% !important;
  height: 36px;
  font-size: 14px !important;
}

.ajax-search-classes.search-form .search-button {
  height: 28px;
}

.ajax-class.added {
  opacity: 0.4;
  pointer-events: none;
}

.ajax-class .single-class-image {
  min-width: 120px;
  width: 120px;
  height: 70px;
  min-height: 70px;
  margin-right: 20px;
}

.ajax-class .single-class-image img {
  min-height: 70px;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.add_button {
  cursor: pointer;
}

.upload-image.single-subscriber-image {
  height: 250px;
  width: 250px;
  min-width: 250px;
  min-height: 250px;
  border-radius: 160px;
}

.search-ajax-classes {
  max-height: 80vh;
  overflow-y: auto;
}

.round-input.error {
  border-color: red;
}

select.error {
  border-color: red;
}

.base_url {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  color: #999;
  line-height: 60px;
}

.thumbs-container img:hover {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  z-index: 11;
  position: relative;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.35);
          box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.35);
}

.thumbs-container img {
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.13, 0.56, 0.38, 0.89) 0s;
  transition: -webkit-transform 0.5s cubic-bezier(0.13, 0.56, 0.38, 0.89) 0s;
  transition: transform 0.5s cubic-bezier(0.13, 0.56, 0.38, 0.89) 0s;
  transition: transform 0.5s cubic-bezier(0.13, 0.56, 0.38, 0.89) 0s, -webkit-transform 0.5s cubic-bezier(0.13, 0.56, 0.38, 0.89) 0s;
}

.thumbs-container img.selected {
  -webkit-box-shadow: 0 0 0 5px #000000;
          box-shadow: 0 0 0 5px #000000;
}

.thumbnail1_hidden {
  display: none !important;
}

.pagination {
  height: 100px;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}

body .mobile {
  display: none !important;
}

body .mobile-flex {
  display: none !important;
}

body .mobile-inline {
  display: none !important;
}

body .desktop {
  display: block !important;
}

body .desktop-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

body .desktop-inline {
  display: inline-block !important;
}

.tabs {
  height: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 111111;
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
}

.sticky_tabs .tab {
  width: 10%;
}

.sticky_tabs .tab img {
  height: 3vw !important;
}

.tab {
  height: auto;
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  padding: 0 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative;
  width: 20%;
  margin-bottom: 4px;
}

.tab::before {
  content: "";
  position: absolute;
  top: 0;
  left: 2px;
  z-index: -1;
  width: calc(100% - 4px);
  height: 100%;
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}

.tab.active::before {
  -webkit-box-shadow: 0 0 0 2px #000 !important;
          box-shadow: 0 0 0 2px #000 !important;
}

.tab:hover img {
  opacity: 0.4;
}

.tab.bulk_form_error::before {
  -webkit-box-shadow: 0 0 0 2px red !important;
          box-shadow: 0 0 0 2px red !important;
}

body h1, body .h1, body h1 span, body .h1 span,
body h1.light, body .h1.light, body h1.light span, body .h1.light span,
body h1.normal, body .h1.normal, body h1.normal span, body .h1.normal span,
body h1.medium, body .h1.medium, body h1.medium span, body .h1.medium span,
body h2, body .h2, body h2 span, body .h2 span,
body h2.light, body .h2.light, body h2.light span, body .h2.light span,
body h2.normal, body .h2.normal, body h2.normal span, body .h2.normal span,
body h2.medium, body .h2.medium, body h2.medium span, body .h2.medium span,
body h3, body .h3, body h3 span, body .h3 span,
body h3.light, body .h3.light, body h3.light span, body .h3.light span,
body h3.normal, body .h3.normal, body h3.normal span, body .h3.normal span,
body h3.medium, body .h3.medium, body h3.medium span, body .h3.medium span,
body h4, body .h4, body h4 span, body .h4 span,
body h4.light, body .h4.light, body h4.light span, body .h4.light span,
body h4.normal, body .h4.normal, body h4.normal span, body .h4.normal span,
body h4.medium, body .h4.medium, body h4.medium span, body .h4.medium span {
  font-weight: 700 !important;
  text-transform: uppercase !important;
}

#main_form h3.mb-3 {
  font-size: 18px !important;
}

.num_of_items.text-capitalize.f-16.medium {
  font-weight: 500 !important;
}

.custom-select:nth-child(1) {
  z-index: 5000;
  position: relative;
}

.custom-select:nth-child(2) {
  z-index: 4000;
  position: relative;
}

.custom-select:nth-child(3) {
  z-index: 3000;
  position: relative;
}

.custom-select:nth-child(4) {
  z-index: 2000;
  position: relative;
}

.custom-select:nth-child(5) {
  z-index: 1000;
  position: relative;
}

.custom-selectbox-holder {
  width: 100% !important;
}

/*  CUSTOM SELECT  */
.custom-select {
  width: 100%;
}

.custom-selectbox-holder {
  position: relative;
  height: 50px;
  width: 175px;
  margin: 0 0 15px;
}

.custom-selectbox-holder.instructor {
  width: 195px;
}

.custom-selectbox {
  height: auto !important;
  border-radius: 0px !important;
  /* padding: 0px 20px 0px 20px !important; */
  border: 1px solid #F0F0F0 !important;
  -webkit-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
  background: #fff !important;
  position: absolute;
  top: 1000;
  left: 0;
  width: 100%;
  z-index: 111;
}

.custom-selectbox.not-empty:not(.opened) {
  background: #f8f8f8 !important;
}

.custom-selectbox.opened {
  -webkit-box-shadow: 0 0 50px rgba(51, 51, 51, 0.1);
          box-shadow: 0 0 50px rgba(51, 51, 51, 0.1);
}

.custom-selectbox .select_val {
  display: block;
  line-height: 50px;
  height: 50px;
  background: url(../images/arrow-down.svg) no-repeat right 20px center !important;
  cursor: pointer;
  padding: 0 20px;
  font-size: 14px;
}

.custom-selectbox.opened .select_val {
  border-bottom: 1px solid #f0f0f0 !important;
}

.custom-selectbox .dropdown-holder {
  background: none !important;
  position: relative;
  max-height: 220px;
  overflow-y: auto;
  display: none;
}

.custom-selectbox ul {
  background: none !important;
  position: relative;
  max-height: 220px;
  overflow-y: auto;
  display: none;
  margin: 10px;
}

.custom-selectbox ul li {
  font-size: 12px !important;
  padding: 8px 0px 0px 35px !important;
  position: relative;
  line-height: 20px;
  display: block;
  cursor: pointer;
  margin-bottom: 5px;
}

.custom-selectbox ul li:last-child {
  margin-bottom: 13px;
}

.custom-selectbox ul li::before {
  content: "";
  border: 1px solid #eaeaea;
  position: absolute;
  top: 8px;
  left: 9px;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}

.custom-selectbox ul li.checked::before {
  border: 1px solid #000;
  background: #000;
}

.custom-selectbox ul li span {
  display: block;
  line-height: 25px;
}

.position-relative {
  position: relative !important;
}

/* CONVERSATIONS */
.red-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  right: 0px;
  background: #ff0403;
  display: block;
}

.red-dot-small {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  right: -5px;
  background: #ff0403;
}

.conversation_with {
  margin-bottom: 50px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 1;
}

.conversation-list {
  padding: 0 0 50px 0;
}

.conversation-list .single-msg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.conversation-list .single-msg:last-of-type {
  margin-bottom: 0 !important;
}

.conversation-list .single-msg.unread + .unread {
  margin-top: 0px;
  position: relative;
}

.conversation-list .single-msg.unread + .unread::after {
  display: none;
}

.conversation-list .single-msg.unread + .unread::before {
  display: none;
}

.conversation-list .single-msg.unread {
  margin-top: 115px;
  position: relative;
}

.conversation-list .single-msg.unread::after {
  content: "";
  height: 1px;
  position: absolute;
  bottom: calc(100% + 55px);
  left: 0%;
  z-index: 2;
  width: 100%;
  background: #000;
}

.conversation-list .single-msg.unread::before {
  content: attr(data-msg);
  height: auto;
  position: absolute;
  bottom: calc(100% + 45px);
  left: 50%;
  z-index: 3;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: auto;
  background: #fff;
  padding: 5px 18px;
  font-size: 12px;
  display: inline-block;
  line-height: 1;
}

.conversation-list .single-msg.unread .avatar40::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  right: 0px;
  background: #ff0403;
  display: block;
}

.conversation-list .single-msg .avatar40 {
  margin-left: 0;
  margin-right: 20px;
  overflow: visible;
}

.conversation-list .single-msg .avatar40 img {
  border-radius: 30px;
  overflow: hidden;
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}

.conversation-list .single-msg.seb-msg {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.conversation-list .single-msg.seb-msg .avatar40 {
  margin-right: 0;
  margin-left: 20px;
}

.conversation-list .single-msg.seb-msg .message {
  background: #f8f8f8;
  border: none !important;
}

.conversation-list .single-msg .msg-area {
  max-width: calc(100% - 120px);
  min-width: 200px;
}

.conversation-list .single-msg .msg-area .message {
  padding: 17px 20px;
  line-height: 20px;
  border: 1px solid #f0f0f0;
  font-size: 12px;
  font-weight: 400;
  word-break: break-word;
}

.conversation-list .single-msg .msg-area .msg-useful {
  font-size: 10px;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  line-height: 1;
  font-weight: 300;
}

.conversation-list .single-msg .msg-area .msg-useful img {
  width: 12px;
}

.conversation-list .single-msg .msg-date {
  font-weight: 300;
  line-height: 1;
  font-size: 10px;
  text-align: right;
  margin-top: 10px;
  color: #969696;
}

.conversation-write {
  width: 100%;
  padding: 50px 0;
}

.conversation-write form {
  position: relative;
}

.conversation-write form textarea {
  min-height: 100px;
  width: 100%;
  padding: 40px 180px 10px 30px;
  line-height: 1.5;
  font-size: 13px;
}

.conversation-write form button {
  position: absolute !important;
  right: 40px;
  top: 30px;
  z-index: 11;
}

.conversation-list.bg--loading::after {
  top: 50% !important;
}

.h80 {
  height: 80px;
}

.minH300 {
  min-height: 300px;
}

.avatar40 {
  width: 40px;
  height: 40px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}

.initials {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #eaeaea;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  background: #fff;
  color: #000;
  text-transform: uppercase;
}

.single-conversation {
  height: 60px;
  padding-left: 10px;
  cursor: pointer;
}

.single-conversation:hover {
  background: #f8f8f8;
}

.popup-header p {
  font-size: 14px !important;
  text-transform: uppercase;
  font-weight: 700;
}

.col.max230 {
  width: 100%;
  max-width: 295px;
}

.max230 .single_conversation {
  width: 100%;
  max-width: 230px;
}

.clear_search {
  display: block;
  position: absolute;
  top: 50%;
  right: 60px;
  font-size: 31px;
  font-weight: 300;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

@media (max-width: 1536px) {
  .upload-image.profile-photo {
    width: 150px;
    height: 150px;
    min-width: 150px;
    min-height: 150px;
    padding: 10px;
  }
  .col.max230 {
    max-width: 235px;
  }
}

/*  RESPONSIVE  */
@media (min-width: 1025px) and (max-width: 1599px) {
  body {
    padding: 0;
  }
}

@media (min-width: 769px) and (max-width: 1023px) {
  body {
    padding: 0;
  }
}

@media (max-width: 767px) {
  body .mobile {
    display: block !important;
  }
  body .mobile-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  body .mobile-inline {
    display: inline-block !important;
  }
  body .desktop {
    display: none !important;
  }
  body .desktop-flex {
    display: none !important;
  }
  body .desktop-inline {
    display: none !important;
  }
  body {
    padding: 0;
  }
  section {
    padding: 50px;
    position: relative;
  }
  .admin-menu {
    width: 100%;
    height: 80px;
    z-index: 111111;
    padding: 0 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .admin-menu .admin-logo {
    padding: 10px;
    border-bottom: none;
    margin-bottom: 0;
  }
  .admin-menu .side-links {
    padding: 0 5px;
    position: fixed;
    top: 80px;
    background: #f8f8f8;
    left: 0;
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */