/* Katedra Normal SCSS */
/* Ktdra Variables SCSS */
html {
  -webkit-text-size-adjust: none; }

body {
  padding: 0;
  margin: 0;
  background: #ffffff;
  color: #282728;
  font-family: "Fb Practica";
  font-weight: normal;
  font-size: 16px;
  line-height: 1.42857143;
  text-rendering: auto;
  -ms-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased; }

* {
  box-sizing: border-box; }

* {
  outline: none;
  outline-offset: 0; }
  *:focus {
    outline: none;
    outline-offset: 0; }

a {
  color: #282728;
  text-decoration: none;
  transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  -webkit-tap-highlight-color: transparent; }
  a:hover, a:focus {
    color: #ff7900;
    text-decoration: none;
    outline: none;
    outline-offset: 0; }

p {
  color: #999999;
  padding-bottom: 25px;
  margin: 0;
  line-height: 22px;
  letter-spacing: 0.2px; }

h1, h2, h3, h4, h5, h6 {
  padding-bottom: 10px;
  margin: 0;
  font-weight: bold;
  line-height: 1.2; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 14px; }

img {
  max-width: 100%;
  vertical-align: middle;
  border: none; }

svg {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%; }

iframe {
  display: block;
  width: 100%;
  max-height: 100%;
  border: none; }

::selection {
  background: #ff7900;
  color: #ffffff; }

::-webkit-selection {
  background: #ff7900;
  color: #ffffff; }

::-moz-selection {
  background: #ff7900;
  color: #ffffff; }

::-o-selection {
  background: #ff7900;
  color: #ffffff; }

::-ms-selection {
  background: #ff7900;
  color: #ffffff; }

::-webkit-input-placeholder {
  color: rgba(74, 74, 74, 0.6);
  opacity: 1; }

::-moz-placeholder {
  color: rgba(74, 74, 74, 0.6); }

:-ms-input-placeholder {
  color: rgba(74, 74, 74, 0.6);
  opacity: 1; }

:-moz-placeholder {
  color: rgba(74, 74, 74, 0.6);
  opacity: 1; }

section {
  padding: 120px 0; }

.title-separator.aos-animate:before {
  left: 0;
  right: auto;
  width: 0; }

.d-cart .toggle-order a {
  opacity: 0;
  visibility: hidden; }

.container {
  width: 1270px;
  margin: 0 auto; }
  .container:after {
    display: block;
    clear: both;
    content: ""; }

.ktdra-row {
  display: flex;
  margin: 0 -15px;
  flex-wrap: wrap; }
  .ktdra-row > * {
    padding-left: 15px;
    padding-right: 15px; }
  .ktdra-row .ktdra-col-auto {
    width: auto;
    max-width: none;
    flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0; }
  .ktdra-row .ktdra-col {
    max-width: 100%;
    flex-grow: 1;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0; }
  .ktdra-row .ktdra-col-1 {
    width: 8.333333%;
    max-width: 8.333333%;
    flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%; }
  .ktdra-row .ktdra-col-2 {
    width: 16.666667%;
    max-width: 16.666667%;
    flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%; }
  .ktdra-row .ktdra-col-3 {
    width: 25%;
    max-width: 25%;
    flex: 0 0 25%;
    -ms-flex: 0 0 25%; }
  .ktdra-row .ktdra-col-4 {
    width: 33.333333%;
    max-width: 33.333333%;
    flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%; }
  .ktdra-row .ktdra-col-5 {
    width: 41.666667%;
    max-width: 41.666667%;
    flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%; }
  .ktdra-row .ktdra-col-6 {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
    -ms-flex: 0 0 50%; }
  .ktdra-row .ktdra-col-7 {
    width: 58.333333%;
    max-width: 58.333333%;
    flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%; }
  .ktdra-row .ktdra-col-8 {
    width: 66.666667%;
    max-width: 66.666667%;
    flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%; }
  .ktdra-row .ktdra-col-9 {
    width: 75%;
    max-width: 75%;
    flex: 0 0 75%;
    -ms-flex: 0 0 75%; }
  .ktdra-row .ktdra-col-10 {
    width: 83.333333%;
    max-width: 83.333333%;
    flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%; }
  .ktdra-row .ktdra-col-11 {
    width: 91.666667%;
    max-width: 91.666667%;
    flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%; }
  .ktdra-row .ktdra-col-12 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%; }

.ktdra-link {
  display: inline-flex;
  padding-bottom: 7px;
  color: #329626;
  font-weight: bold;
  letter-spacing: 0.1px;
  position: relative;
  border-bottom: 2px solid #329626;
  transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1); }
  .ktdra-link:hover, .ktdra-linkfocus {
    color: #ff7900;
    opacity: 0.7; }
    .ktdra-link:hover:after, .ktdra-linkfocus:after {
      width: 100%;
      left: auto;
      right: 0; }
  .ktdra-link:after {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: #ff7900;
    content: "";
    transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
    z-index: 1; }
  .ktdra-link img {
    margin: 0 20px -3px 0; }

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

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

/* Ktdra Custom Fonts SCSS */
@font-face {
  font-family: 'Fb Practica';
  src: url("../fonts/FbPractica-Light.eot");
  src: url("../fonts/FbPractica-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/FbPractica-Light.woff2") format("woff2"), url("../fonts/FbPractica-Light.woff") format("woff"), url("../fonts/FbPractica-Light.ttf") format("truetype"), url("../fonts/FbPractica-Light.svg#FbPractica-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Fb Practica';
  src: url("../fonts/FbPractica-Regular.eot");
  src: url("../fonts/FbPractica-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/FbPractica-Regular.woff2") format("woff2"), url("../fonts/FbPractica-Regular.woff") format("woff"), url("../fonts/FbPractica-Regular.ttf") format("truetype"), url("../fonts/FbPractica-Regular.svg#FbPractica-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Fb Practica';
  src: url("../fonts/FbPractica-Bold.eot");
  src: url("../fonts/FbPractica-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/FbPractica-Bold.woff2") format("woff2"), url("../fonts/FbPractica-Bold.woff") format("woff"), url("../fonts/FbPractica-Bold.ttf") format("truetype"), url("../fonts/FbPractica-Bold.svg#FbPractica-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Heebo';
  src: url("../fonts/Heebo-Regular.eot");
  src: url("../fonts/Heebo-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Heebo-Regular.woff2") format("woff2"), url("../fonts/Heebo-Regular.woff") format("woff"), url("../fonts/Heebo-Regular.ttf") format("truetype"), url("../fonts/Heebo-Regular.svg#Heebo-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
/* Ktdra Btn SCSS */
.ktdra-btn {
  display: inline-flex;
  min-width: 200px;
  padding: 15px 25px;
  background: #329626;
  color: #ffffff;
  font-family: "Fb Practica";
  font-weight: bold;
  font-size: inherit;
  white-space: nowrap;
  border: none;
  outline: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border-radius: 40px;
  align-items: center;
  justify-content: center;
  transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  box-shadow: 6px 4px 25px rgba(0, 0, 0, 0.14);
  appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  z-index: 0; }
  .ktdra-btn:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ff7900;
    content: "";
    transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
    z-index: -1; }
  .ktdra-btn:hover, .ktdra-btn:focus {
    color: #ffffff; }
    .ktdra-btn:hover:before, .ktdra-btn:focus:before {
      transform: translateY(-100%); }
  .ktdra-btn span {
    display: block;
    position: relative;
    z-index: 1; }

.btn-white {
  color: #329626; }
  .btn-white:before {
    background: #ffffff; }
  .btn-white:hover, .btn-white:focus {
    background: #ff7900; }

.btn-green {
  background: #ff7900; }
  .btn-green:before {
    background: #329626; }

.ktdra-border-btn {
  color: #282728;
  border: 1px solid #282728; }
  .ktdra-border-btn:before {
    background: #ffffff; }
  .ktdra-border-btn:hover, .ktdra-border-btn:focus {
    background: #282728;
    border-color: transparent; }

/* Ktdra Reseted SCSS */
b, strong {
  font-weight: bold; }

dl {
  margin: 0;
  text-align: center; }

dt {
  font-size: 16px;
  line-height: 1.2; }

dd {
  margin-right: 0;
  color: #de466d;
  font-size: 40px;
  line-height: 1; }

figure {
  margin: 0; }

/* Ktdra Form SCSS */
label {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 8px;
  color: #329626;
  cursor: pointer; }
  label.error {
    padding: 5px 0 0;
    color: #ff0000;
    font-size: 12px; }
  label sup {
    color: #ff0000; }

textarea.form-control {
  height: 150px;
  resize: vertical; }

select.form-control {
  padding: 8px 15px 8px 40px;
  background-size: 13px auto;
  background-repeat: no-repeat;
  background-position: left 15px center;
  background-image: url(../images/arrow1.svg); }

.form-group {
  padding-bottom: 22px;
  position: relative; }

.form-control, .searchable-select-holder {
  width: 100%;
  height: 44px;
  padding: 10px 0;
  margin: 0;
  background: none;
  color: #282728;
  font-family: "Fb Practica";
  font-size: 16px;
  letter-spacing: -0.15px;
  line-height: 1.42857143;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #c9c6bf;
  border-left: none;
  border-radius: 0;
  transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none; }
  .form-control:focus, .searchable-select-holder:focus {
    border-color: #ff7900; }

.focused .form-label {
  color: #282728;
  top: -10px; }

.searchable-select {
  display: block;
  min-width: 100%;
  font-size: 16px; }

.searchable-select-holder {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  box-shadow: none; }

.searchable-select-caret {
  top: 15px;
  bottom: auto;
  left: 0;
  right: auto;
  width: 11px;
  height: 11px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("../images/arrow1.svg");
  border: none;
  cursor: pointer; }

.searchable-select-dropdown {
  top: 100%;
  padding: 0;
  border: 1px solid #c9c6bf;
  box-shadow: 0 8px 36px rgba(0, 0, 0, 0.07);
  z-index: 2; }

.searchable-select-input {
  width: calc(100% - 20px);
  padding: 8px 12px;
  margin: 10px;
  border-color: #c9c6bf;
  border-radius: 40px; }
  .searchable-select-input:focus {
    border-color: #329626; }

.searchable-select-items {
  max-height: 200px;
  overflow-y: auto; }

.searchable-select-item {
  min-height: 10px;
  padding: 8px 10px;
  transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1); }
  .searchable-select-item.selected {
    background: #ff7900; }
  .searchable-select-item:hover {
    background: #329626; }

.searchable-scroll {
  border-top: 1px solid #c9c6bf;
  margin-top: 0; }
  .searchable-scroll.has-next {
    padding-bottom: 0; }
  .searchable-scroll.has-privious {
    padding-top: 0; }

.searchable-has-next, .searchable-has-privious {
  display: none; }

.custom-control {
  display: inline-block;
  vertical-align: middle;
  padding: 5px 0 5px 10px;
  cursor: pointer; }
  .custom-control.radio input[type]:checked + .control-caption:before {
    background: #282728; }
  .custom-control.radio .control-caption:before {
    border-radius: 100%; }
  .custom-control:not(.radio) .control-caption:after {
    position: absolute;
    top: 8px;
    right: 5px;
    width: 2px;
    height: 5px;
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    opacity: 0;
    content: "";
    transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
    transform: rotate(45deg);
    z-index: 0; }
  .custom-control img {
    margin-right: 5px; }
  .custom-control input[type] {
    display: none; }
  .custom-control input[type]:checked + .control-caption:before {
    background: #00b638;
    border-color: transparent; }
  .custom-control input[type]:checked + .control-caption:after {
    opacity: 1; }

.control-caption {
  display: block;
  padding-right: 25px;
  color: rgba(74, 74, 74, 0.5);
  font-size: 16px;
  position: relative; }
  .control-caption:before {
    position: absolute;
    top: 5px;
    right: 0;
    width: 12px;
    height: 12px;
    border: 1px solid #c9c6bf;
    content: "";
    border-radius: 2px;
    transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
    z-index: 0; }

/* Proud Swiper Slider SCSS */
.swiper-container {
  z-index: unset; }

.swiper-container-horizontal > .swiper-scrollbar {
  position: relative;
  bottom: 0;
  left: 0;
  width: auto;
  height: 3px;
  z-index: 1; }
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px; }

.swiper-container-multirow-column > .swiper-wrapper {
  flex-direction: row; }
.swiper-container-multirow-column .swiper-slide {
  margin-top: 0 !important; }

.swiper-scrollbar {
  max-width: 1500px;
  height: 3px;
  margin: 60px auto 0;
  background: none;
  position: relative;
  cursor: grab;
  border-radius: 0; }
  .swiper-scrollbar:after {
    position: absolute;
    top: 1px;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(40, 39, 40, 0.4);
    content: "";
    z-index: 1; }

.swiper-scrollbar-drag {
  background: #ff7900;
  border-radius: 0; }

.swiper-pagination {
  display: flex;
  position: static;
  align-items: center;
  justify-content: center; }

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: none;
  border: 1px solid #329626;
  cursor: pointer;
  opacity: 1;
  transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1); }

.swiper-pagination-bullet-active {
  background: #ff7900;
  border-color: transparent; }

.swiper-buttons {
  display: flex;
  padding-bottom: 20px;
  justify-content: flex-end; }

.swiper-button-next, .swiper-button-prev {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: 52px;
  height: 52px;
  margin-top: 0;
  border-radius: 100%;
  background-color: rgba(225, 225, 225, 0.5);
  transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  z-index: 1; }
  .swiper-button-next:hover, .swiper-button-prev:hover {
    background-color: #ff7900; }
  .swiper-button-next:before, .swiper-button-prev:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-image: url(../images/arrow2.svg);
    background-repeat: no-repeat;
    background-position: center center;
    content: "";
    transform: translateX(-50%) translateY(-50%);
    z-index: 1; }

.swiper-button-prev {
  margin-left: 10px;
  transform: rotate(180deg); }

.swiper-button-prev:after, .swiper-button-next:after {
  display: none; }

.swiper-container-rtl .swiper-button-next {
  left: 0; }

.swiper-container-rtl .swiper-button-prev {
  right: 0; }

.section-action {
  display: inline-flex;
  align-items: center; }
  .section-action .ktdra-btn {
    margin-right: 12px; }

/* Ktdra Popup SCSS */
.has-popup .popup-content {
  transform: translateY(0); }

.ktdra-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(50, 50, 50, 0.7);
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  z-index: 3; }

.popup-wrap {
  display: flex;
  min-height: 100%;
  align-items: center;
  justify-content: center; }

.popup-body {
  margin: 50px 0;
  background: #282728;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); }

.ktdra-close {
  display: inline-flex;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  z-index: 1; }
  .ktdra-close:hover {
    transform: rotate(90deg); }
  .ktdra-close:before, .ktdra-close:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 100%;
    background: #ffffff;
    content: "";
    transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
    transform: translateX(-50%) translateY(-50%) rotate(45deg) scale(1.3);
    z-index: 0; }
  .ktdra-close:after {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg) scale(1.3); }

.embed-responsive {
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 0;
  position: relative; }
  .embed-responsive:before {
    display: block;
    padding-top: 56.25%;
    content: ""; }
  .embed-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 0; }

/* Ktdra Drawer SCSS */
.ktdra-drawer {
  overflow: hidden; }
  .ktdra-drawer .popup-wrap {
    display: block;
    height: 100%; }
  .ktdra-drawer .popup-body {
    max-width: 55%;
    height: 100%;
    margin: 0;
    background: #ffffff; }

/* Ktdra Nice Select SCSS */
.nice-select {
  float: none;
  padding: 10px 15px 10px 40px;
  text-align: right !important; }
  .nice-select.open {
    border-radius: 3px 3px 0 0; }
    .nice-select.open:not(:active):not(:focus) {
      border-color: #c9c6bf; }
    .nice-select.open:after {
      margin-top: -2px; }
    .nice-select.open .list {
      transform: translateY(0);
      -ms-transform: translateY(0);
      -webkit-transform: translateY(0); }
  .nice-select .current {
    display: block;
    color: #aaa299;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .nice-select .list {
    left: -1px;
    right: -1px;
    max-height: 195px;
    margin: 0;
    overflow-y: auto;
    border: 1px solid #c9c6bf;
    transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
    border-radius: 26px;
    transform: translateY(15px);
    -ms-transform: translateY(15px);
    -webkit-transform: translateY(15px);
    -webkit-overflow-scrolling: touch;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.05);
    z-index: 2; }
  .nice-select .option {
    overflow: hidden;
    min-height: 10px;
    padding: 10px 15px;
    text-align: right;
    line-height: inherit;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: 1px solid #c9c6bf; }
    .nice-select .option.focus:hover {
      background: #329626; }
    .nice-select .option.focus.selected.focus:hover {
      background: #329626; }
    .nice-select .option.selected {
      font-weight: normal; }
    .nice-select .option:last-child {
      border-bottom: none; }
  .nice-select:after {
    left: 20px;
    right: auto;
    width: 7px;
    height: 7px;
    border-color: #aaa299;
    transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    -webkit-transform: rotate(45deg) translateY(-50%); }
  .nice-select .disabled {
    display: none; }
  .nice-select ul:not(:hover) .option.focus {
    background: #329626;
    color: #ffffff; }
  .nice-select ul:not(:hover) .option.focus.selected {
    background: #329626;
    color: #ffffff; }
  .nice-select ul .option:hover {
    background: #329626;
    color: #ffffff; }

/* Ktdra Table SCSS */
.table-wrap {
  padding: 15px 40px;
  border-radius: 4px;
  box-shadow: 0 8px 36px rgba(0, 0, 0, 0.07); }

.ktdra-table {
  width: 100%;
  border-collapse: collapse; }
  .ktdra-table tr:last-child td {
    border-bottom: none; }
  .ktdra-table td {
    padding: 15px 7.5px;
    border-bottom: 2px solid rgba(112, 112, 112, 0.3); }
    .ktdra-table td:first-child {
      padding-right: 0; }
    .ktdra-table td:last-child {
      padding-left: 0; }

/* Ktdra Keyframes CSS */
@keyframes slide {
  from {
    transform: translateY(-100%); }
  to {
    transform: translateY(0); } }
@-webkit-keyframes slide {
  from {
    transform: translateY(-100%); }
  to {
    transform: translateY(0); } }
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@-webkit-keyframes move {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-10px); } }
@keyframes move {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-10px); } }
@-webkit-keyframes fadeOutIn {
  0% {
    opacity: 0.3; }
  100% {
    opacity: 1; } }
@keyframes fadeOutIn {
  0% {
    opacity: 0.3; }
  100% {
    opacity: 1; } }
/* Ktdra Topbar SCSS */
.ktdra-topbar {
  padding: 13px 0;
  background: #ffffff; }
  .ktdra-topbar .container {
    display: flex; }
  .ktdra-topbar ul {
    display: inline-flex;
    padding-right: 0;
    margin: 0 auto 0 0;
    letter-spacing: 0.1px;
    list-style: none; }
    .ktdra-topbar ul li {
      padding-right: 24px; }
      .ktdra-topbar ul li a:not(:hover) {
        color: #329626; }
      .ktdra-topbar ul li:last-child {
        font-weight: bold; }
    .ktdra-topbar ul img {
      margin-left: 5px; }

.ktdra-social {
  display: inline-flex;
  align-items: center; }
  .ktdra-social span {
    color: #329626;
    padding-right: 12px;
    line-height: 1.2;
    border-right: 1px solid #329626; }
  .ktdra-social a {
    margin-left: 12px; }
    .ktdra-social a:hover {
      opacity: 0.7; }

.section-title {
  display: flex;
  padding-bottom: 50px;
  justify-content: space-between;
  align-items: flex-end; }
  .section-title h2 {
    padding-bottom: 0;
    font-size: 56px; }
    .section-title h2 + p {
      padding-top: 50px; }

.title-wrap span {
  display: inline-flex;
  color: #00b638;
  padding-bottom: 2px;
  letter-spacing: 4px; }
.title-wrap .ktdra-btn {
  margin-top: 10px; }

.ktdra-ovrflo {
  overflow: hidden; }

/* Ktdra Header SCSS */
.ktdra-header.sticky .header-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  transform: translateY(0); }
.ktdra-header:not(.sticky) ~ .ktdra-meeting-detail .toggle-order .ktdra-btn {
  opacity: 0;
  visibility: hidden; }

.header-inner {
  background: #329626;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
  z-index: 3; }
  .header-inner .container {
    display: flex;
    align-items: center; }
  .header-inner .brand-wrap {
    display: flex;
    align-items: center; }

.hamburger {
  display: none;
  overflow: visible;
  padding: 15px;
  margin-left: 10px;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: .15s;
  transition-property: opacity,filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent; }

.hamburger--collapse.is-active .hamburger-inner {
  transition-delay: .22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(-45deg); }
  .hamburger--collapse.is-active .hamburger-inner:before {
    top: 0;
    transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
    transform: rotate(-90deg); }
  .hamburger--collapse.is-active .hamburger-inner:after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
    opacity: 0; }
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: .13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: .13s; }
  .hamburger--collapse .hamburger-inner:after {
    top: -20px;
    transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear; }

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 24px; }

.hamburger-inner {
  top: 50%;
  display: block;
  position: absolute;
  width: 100%;
  height: 4px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: #ffffff; }
  .hamburger-inner:before, .hamburger-inner:after {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 4px;
    background-color: #ffffff; }
  .hamburger-inner:before {
    top: -10px;
    transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger-inner:after {
    bottom: -10px;
    transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.header-wrap {
  display: inline-flex;
  align-items: center;
  color: #ffffff;
  font-size: 22px;
  margin-right: auto; }
  .header-wrap .contact-link {
    display: flex;
    padding-right: 21px;
    border-right: 1px solid #00b638; }
    .header-wrap .contact-link a {
      display: flex;
      color: #ffffff; }
      .header-wrap .contact-link a span {
        padding-left: 10px; }
      .header-wrap .contact-link a:last-child {
        margin-right: 20px; }

.ktdra-nav ul {
  display: inline-flex;
  margin: 0;
  padding-right: 0;
  list-style: none; }
  .ktdra-nav ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    font-size: 18px;
    text-align: center;
    background: #ff7900;
    border-top: 4px solid #de466d;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    z-index: 1; }
    .ktdra-nav ul ul li {
      display: inline-block;
      padding: 0;
      margin: 0 -3px;
      border-right: 2px solid rgba(0, 0, 0, 0.1); }
      .ktdra-nav ul ul li:last-child {
        border-left: 2px solid rgba(0, 0, 0, 0.1); }
    .ktdra-nav ul ul a {
      padding: 20px 19px;
      opacity: 1; }
.ktdra-nav li {
  margin: 0 6px; }
  .ktdra-nav li.open > a {
    background: rgba(255, 255, 225, 0.25);
    opacity: 1; }
  .ktdra-nav li:not(.has-dropdown) > a:hover {
    color: #ffffff;
    background: rgba(255, 255, 225, 0.1);
    opacity: 1; }
.ktdra-nav a {
  display: block;
  color: #ffffff;
  opacity: 0.8;
  padding: 23px 13px; }
  .ktdra-nav a:hover {
    color: #ffffff;
    opacity: 1; }

/* Ktdra Banner SCSS */
.ktdra-banner {
  padding: 92px 0 40px;
  color: #ffffff;
  background: #329626; }
  .ktdra-banner.home {
    position: relative;
    padding: 136px 0 204px; }
    .ktdra-banner.home h1 {
      font-size: 72px; }
  .ktdra-banner h1 {
    font-size: 64px;
    padding-bottom: 10px; }
  .ktdra-banner p {
    color: #ffffff;
    font-size: 24px;
    line-height: 33px;
    letter-spacing: -0.2px; }
  .ktdra-banner .ktdra-link {
    color: #ffffff;
    border-color: #ffffff;
    margin-top: 40px; }
    .ktdra-banner .ktdra-link img {
      margin-right: 10px; }
    .ktdra-banner .ktdra-link:hover, .ktdra-banner .ktdra-linkfocus {
      opacity: 0.7; }
  .ktdra-banner .swiper-container {
    margin-bottom: -160px; }

.banner-caption .swiper-buttons {
  padding-bottom: 0;
  justify-content: flex-start; }

.title-separator {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 37px;
  position: relative; }
  .title-separator:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #329626;
    content: "";
    transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
    transition-delay: 0.75s;
    transition-duration: 0.75s;
    z-index: 0; }

.ktdra-beans {
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  z-index: 1; }
  .ktdra-beans.gray {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%); }

/* Ktdra Meetings SCSS */
.ktdra-meetings {
  padding-top: 0;
  padding-bottom: 90px;
  margin-top: -128px; }
  .ktdra-meetings .values-wrap {
    padding-top: 90px; }
  .ktdra-meetings .series-item {
    margin-bottom: 30px; }

.meetings-wrap [class*="col-"] {
  padding-bottom: 30px; }
.meetings-wrap .ktdra-link {
  padding-left: 33px; }
  .meetings-wrap .ktdra-link:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 13px;
    height: 18px;
    background-size: 26px auto;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: url(../images/arrow-right.png);
    transform: translateY(-50%);
    content: "";
    transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
    z-index: 1; }
  .meetings-wrap .ktdra-link:hover:before {
    background-position: 100% 0; }

.ktdra-search {
  padding-bottom: 120px;
  position: relative;
  z-index: 1; }
  .ktdra-search h2 {
    color: #ffffff;
    font-size: 24px;
    padding-bottom: 28px;
    font-weight: normal; }
  .ktdra-search form {
    padding: 34px 30px 12px;
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0 8px 76px rgba(0, 0, 0, 0.07); }
    .ktdra-search form label {
      margin-bottom: 0; }
  .ktdra-search .ktdra-btn {
    padding: 21px;
    min-width: 100%;
    font-weight: normal;
    font-size: 24px;
    border-radius: 40px; }
  .ktdra-search [class*="col-"] {
    width: 14%;
    padding: 0 20px;
    max-width: 14%;
    flex: 0 0 14%; }
    .ktdra-search [class*="col-"]:first-child {
      width: 22%;
      max-width: 22%;
      flex: 0 0 22%; }
    .ktdra-search [class*="col-"]:not(:first-child):not(:last-child) {
      max-width: unset;
      flex: 1; }
    .ktdra-search [class*="col-"]:last-child {
      width: 16%;
      max-width: 16%;
      flex: 0 0 16%; }
  .ktdra-search .form-control[data-toggle] {
    padding: 8px 15px 20px 30px;
    background-size: 13px auto;
    background-repeat: no-repeat;
    background-position: left 0 center;
    background-image: url(../images/arrow1.svg); }
  .ktdra-search .ktdra-row {
    margin: 0 -20px; }
  .ktdra-search .form-control, .ktdra-search .searchable-select-holder {
    padding: 3px 0 10px;
    font-size: 22px;
    border-bottom-color: #ff7900; }
    .ktdra-search .form-control:focus, .ktdra-search .searchable-select-holder:focus {
      border-bottom-color: #329626; }
  .ktdra-search .searchable-select-holder {
    padding-left: 20px; }

.meeting-item {
  display: block;
  height: 100%;
  position: relative;
  overflow: hidden; }
  .meeting-item > img {
    width: 100%;
    height: 100%;
    min-height: 220px;
    object-fit: cover; }
  .meeting-item:hover .meeting-info {
    transform: translateY(0); }

.meeting-info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 40px 20px 55px;
  color: #ffffff;
  text-align: center;
  background: #329626;
  transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  transform: translateY(100%); }
  .meeting-info h3 {
    margin-bottom: 25px;
    position: relative; }
    .meeting-info h3:after {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      margin: 0 auto;
      width: 38px;
      height: 2px;
      content: "";
      background: #ff7900; }
  .meeting-info p {
    color: #ffffff;
    padding-bottom: 0;
    letter-spacing: 0.20px; }

.meeting-label {
  position: absolute;
  top: 0;
  left: 25px;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  padding: 12px 6px 12px 2px;
  background: #ff7900;
  writing-mode: tb-rl;
  transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1); }
  .meeting-label:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -9px;
    width: 100%;
    height: 4px;
    content: "";
    background: #ff7900; }
  .meeting-label span {
    display: block;
    transform: rotate(180deg); }

.destroyed-slider {
  overflow: visible; }

.values-wrap [class*="col-"] {
  padding-bottom: 30px; }
.values-wrap figure {
  padding: 35px 25px;
  text-align: center;
  border-radius: 20px;
  border: 1px solid rgba(50, 150, 38, 0.4);
  transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  position: relative; }
  .values-wrap figure .value-icon {
    transition: none;
    filter: invert(89%) sepia(23%) saturate(254%) hue-rotate(65deg) brightness(97%) contrast(84%); }
    .values-wrap figure .value-icon .default-state {
      transition: none;
      filter: brightness(0);
      -webkit-filter: brightness(0); }
  .values-wrap figure:hover {
    border-color: transparent;
    box-shadow: 0 8px 36px rgba(0, 0, 0, 0.07); }
    .values-wrap figure:hover .value-icon {
      filter: none; }
      .values-wrap figure:hover .value-icon .default-state {
        filter: none;
        -webkit-animation: fadeOutIn 0.4s linear forwards;
        animation: fadeOutIn 0.4s linear forwards; }
    .values-wrap figure:hover a {
      color: #ff7900; }
  .values-wrap figure:not(:hover) h5 a:not(:hover) {
    color: #707070; }
.values-wrap img {
  margin-bottom: 18px;
  transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1); }
  .values-wrap img.hover-state {
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    z-index: 1; }
.values-wrap h5 {
  padding-bottom: 20px;
  font-size: 22px;
  font-weight: normal; }
.values-wrap p {
  padding-bottom: 0; }

/* Ktdra Series SCSS */
.ktdra-series {
  padding: 73px 0 90px;
  position: relative;
  z-index: 0; }
  .ktdra-series h2 {
    color: #ffffff; }
  .ktdra-series:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    content: "";
    width: 100%;
    height: 430px;
    background: #329626;
    z-index: -1; }
  .ktdra-series .ktdra-btn {
    box-shadow: none; }
  .ktdra-series .swiper-slide {
    margin-bottom: 30px; }

.series-item {
  overflow: hidden;
  margin-bottom: 0;
  background: #ffffff;
  position: relative;
  transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  border-radius: 0 0 4px 4px;
  box-shadow: 0 5px 30px rgba(121, 142, 179, 0.15);
  z-index: 0; }
  .series-item:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #de466d;
    content: "";
    transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
    z-index: 0; }
  .series-item:hover:after {
    opacity: 0; }
  .series-item:hover figcaption {
    margin-top: -20px; }
  .series-item:hover .ktdra-btn {
    transform: translateY(0); }
  .series-item > img {
    width: 100%;
    position: relative;
    z-index: -1;
    height: auto; }
  .series-item figcaption {
    padding: 16px 25px 25px;
    background: #ffffff;
    transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1); }
  .series-item .ktdra-btn {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 7px 25px;
    min-width: 100%;
    border-radius: 0 0 4px 4px;
    transform: translateY(100%); }

.series-meta {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap; }
  .series-meta a {
    color: #ffffff;
    padding: 5px 10px;
    background: #329626;
    border-radius: 4px;
    margin: 0 0 7px 5px;
    min-width: 74px;
    text-align: center; }
    .series-meta a:hover {
      opacity: 0.8; }
    .series-meta a:nth-child(2) {
      background: #de466d; }
  .series-meta span {
    padding: 0 6px 7px 0;
    font-size: 18px; }

.series-caption {
  display: flex;
  justify-content: space-between; }
  .series-caption h3 {
    padding-bottom: 25px;
    font-weight: normal; }
    .series-caption h3 a {
      display: block;
      color: #282728; }
      .series-caption h3 a:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
        z-index: 0; }
  .series-caption ul {
    padding: 0;
    margin: 0;
    color: rgba(40, 39, 40, 0.7);
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0.20px;
    list-style: none; }
    .series-caption ul li {
      padding-bottom: 8px; }

.ktdra-author {
  max-width: 72px;
  text-align: left;
  margin-top: 12px; }
  .ktdra-author a {
    margin-bottom: -12px;
    display: block; }
  .ktdra-author h4 {
    padding-top: 18px;
    padding-bottom: 0;
    font-size: 12px;
    color: #de466d;
    font-weight: normal; }
  .ktdra-author h5 {
    font-size: 16px;
    color: #282728;
    font-weight: normal; }
  .ktdra-author img {
    width: 37px;
    min-width: 37px;
    height: 37px;
    object-fit: cover;
    border-radius: 100%; }

/* Ktdra Lecturers SCSS */
.ktdra-lecturers {
  padding-bottom: 85px;
  background: rgba(240, 240, 240, 0.25); }
  .ktdra-lecturers [class*="col-"] .section-title {
    padding-bottom: 0;
    max-width: 450px; }
  .ktdra-lecturers .ktdra-link img {
    margin-right: 10px; }
  .ktdra-lecturers .swiper-container:not([class*="destroyed-"]) {
    margin-top: -40px; }
  .ktdra-lecturers .swiper-button-next, .ktdra-lecturers .swiper-button-prev {
    width: 40px;
    height: 40px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#329626+0,00b638+100 */
    background: #329626;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #329626 0%, #00b638 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #329626 0%, #00b638 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #329626 0%, #00b638 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#329626', endColorstr='#00b638',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */ }
    .ktdra-lecturers .swiper-button-next:hover, .ktdra-lecturers .swiper-button-prev:hover {
      background-color: #ff7900; }
    .ktdra-lecturers .swiper-button-next:before, .ktdra-lecturers .swiper-button-prev:before {
      width: 16px;
      height: 16px; }

.lecturer-item {
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0 5px 30px rgba(121, 142, 179, 0.15); }
  .lecturer-item > img {
    width: 100%;
    border-radius: 4px 4px 0 0; }
  .lecturer-item p {
    padding-bottom: 15px; }
  .lecturer-item h3 {
    padding-bottom: 5px;
    font-weight: normal; }
  .lecturer-item figcaption {
    padding: 15px 15px 20px;
    position: relative; }
  .lecturer-item .ktdra-link {
    padding-left: 20px; }
    .lecturer-item .ktdra-link:before {
      position: absolute;
      top: 50%;
      left: 0;
      width: 13px;
      height: 18px;
      background-size: 26px auto;
      background-repeat: no-repeat;
      background-position: 0 0;
      background-image: url(../images/arrow-right.png);
      transform: translateY(-50%);
      content: "";
      transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
      z-index: 1; }
    .lecturer-item .ktdra-link:hover:before {
      background-position: 100% 0; }
  .lecturer-item:hover .ktdra-link {
    color: #ff7900;
    opacity: 0.7; }
    .lecturer-item:hover .ktdra-link:before {
      background-position: 100% 0; }
    .lecturer-item:hover .ktdra-link:after {
      width: 100%;
      left: auto;
      right: 0; }

.lecturer-tag {
  position: absolute;
  bottom: 100%;
  right: 0;
  padding: 5px 17px;
  background: #329626;
  color: #ffffff;
  border-top-left-radius: 4px;
  z-index: 1; }

/* Ktdra Events SCSS */
.ktdra-events {
  padding-top: 73px;
  position: relative;
  z-index: 0; }
  .ktdra-events h2 {
    color: #ffffff; }
  .ktdra-events:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    content: "";
    width: 100%;
    height: 430px;
    background: #ff7900;
    z-index: -1; }
  .ktdra-events .ktdra-btn {
    background: #329626;
    box-shadow: none; }
  .ktdra-events .swiper-button-next, .ktdra-events .swiper-button-prev {
    transform: rotate(90deg); }
    .ktdra-events .swiper-button-next:hover, .ktdra-events .swiper-button-prev:hover {
      background: #329626; }
  .ktdra-events .swiper-button-prev {
    transform: rotate(-90deg); }

.date-selector {
  display: none;
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  z-index: 1; }
  .date-selector ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
    opacity: 1; }
  .date-selector ::-moz-placeholder {
    color: rgba(255, 255, 255, 0.8); }
  .date-selector :-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
    opacity: 1; }
  .date-selector :-moz-placeholder {
    color: rgba(255, 255, 255, 0.8);
    opacity: 1; }
  .date-selector .form-control {
    height: 50px;
    background-size: 13px auto;
    background-repeat: no-repeat;
    background-position: 0% 50%;
    background-image: url(../images/arrow4.svg);
    color: #ffffff;
    font-size: 24px;
    letter-spacing: -0.15px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.4);
    cursor: pointer; }

.event-item {
  display: flex;
  background: #ffffff;
  border-radius: 4px 0 0 4px; }
  .event-item > img {
    width: 200px;
    min-width: 200px;
    object-fit: cover; }
  .event-item .series-meta a {
    padding: 7px 10px; }

.event-item {
  box-shadow: 0 5px 30px rgba(121, 142, 179, 0.15); }
  .event-item ul {
    display: flex;
    align-items: center; }
    .event-item ul li {
      padding: 0 15px;
      border-left: 2px solid #329626; }
      .event-item ul li:first-child {
        padding-right: 0; }
      .event-item ul li:last-child {
        padding-left: 0;
        border-left: none; }
  .event-item figcaption {
    display: flex;
    width: 100%;
    padding: 23px 60px 23px 40px;
    position: relative;
    justify-content: space-between; }
  .event-item .series-meta {
    padding-bottom: 7px; }
    .event-item .series-meta a {
      margin: 0 0 8px 8px; }
  .event-item .series-caption {
    flex-direction: column;
    justify-content: flex-start; }
    .event-item .series-caption h3 {
      padding-bottom: 15px; }
  .event-item .ktdra-author {
    width: 72px;
    margin-top: 0; }
    .event-item .ktdra-author a {
      margin-bottom: 0; }
    .event-item .ktdra-author h4 {
      padding: 8px 0 3px;
      color: #ff7900; }
    .event-item .ktdra-author h5 {
      padding-bottom: 0;
      font-weight: bold; }
    .event-item .ktdra-author img {
      border-radius: 100%; }

.event-date {
  display: flex;
  position: absolute;
  top: 50%;
  right: -30px;
  width: 60px;
  height: 60px;
  background: #de466d;
  color: #ffffff;
  font-weight: bold;
  font-size: 22px;
  line-height: 1;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  transform: translateY(-50%); }
  .event-date span {
    display: block; }

.verticle-three-slides {
  max-height: 605px;
  overflow: hidden;
  position: relative; }
  .verticle-three-slides:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    /* IE6-9 */
    content: "";
    z-index: 1; }

/* Ktdra Footer SCSS */
.ktdra-footer {
  overflow: hidden;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#329626+0,00b638+100 */
  background: #329626;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #329626 0%, #00b638 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #329626 0%, #00b638 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #329626 0%, #00b638 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#329626', endColorstr='#00b638',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  color: #ffffff;
  position: relative;
  z-index: 0; }
  .ktdra-footer:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url("../images/beans2.png");
    background-repeat: no-repeat;
    background-position: 0 100%;
    z-index: -1; }
  .ktdra-footer .brand-wrap {
    max-width: 440px; }

.footer-wrap {
  padding: 90px 0 0 210px; }
  .footer-wrap .ktdra-brand {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 30px; }
    .footer-wrap .ktdra-brand:after {
      display: block;
      width: 100%;
      height: 3px;
      margin-top: 15px;
      background: #ff7900;
      content: "";
      z-index: 1; }
  .footer-wrap p {
    color: inherit; }
  .footer-wrap h2 {
    padding-bottom: 30px;
    margin-bottom: 25px;
    font-size: 24px;
    position: relative; }
    .footer-wrap h2:after {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 40px;
      height: 3px;
      background: #ff7900;
      content: "";
      z-index: 1; }
  .footer-wrap ul {
    display: flex;
    padding: 0;
    margin: 0 -10px;
    list-style: none;
    flex-wrap: wrap; }
    .footer-wrap ul li {
      width: 40%;
      padding: 0 10px 15px; }
      .footer-wrap ul li:nth-child(2n) {
        width: 60%; }
      .footer-wrap ul li a {
        color: #fff; }
        .footer-wrap ul li a:hover {
          color: #ff7900; }
    .footer-wrap ul.contact-links li {
      width: 100%; }
      .footer-wrap ul.contact-links li:not(:first-child) {
        font-weight: bold; }
      .footer-wrap ul.contact-links li:nth-child(2) {
        font-size: 24px; }
      .footer-wrap ul.contact-links li:last-child {
        font-family: 'Heebo'; }
      .footer-wrap ul.contact-links li img {
        margin-left: 15px; }

.ktdra-newsletter {
  display: flex;
  align-items: center;
  padding: 60px 0;
  margin-top: 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.2); }
  .ktdra-newsletter h2 {
    margin-bottom: 0; }
  .ktdra-newsletter form {
    margin-right: 30px; }
  .ktdra-newsletter ::-webkit-input-placeholder {
    color: #ffffff;
    opacity: 1; }
  .ktdra-newsletter ::-moz-placeholder {
    color: #ffffff;
    opacity: 1; }
  .ktdra-newsletter :-ms-input-placeholder {
    color: #ffffff;
    opacity: 1; }
  .ktdra-newsletter :-moz-placeholder {
    color: #ffffff;
    opacity: 1; }
  .ktdra-newsletter .form-group {
    display: flex;
    align-items: center;
    padding-bottom: 0; }
  .ktdra-newsletter .form-control {
    width: 470px;
    height: 52px;
    padding: 5px 15px;
    color: #fff;
    border: none;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 3px; }
  .ktdra-newsletter .ktdra-btn {
    margin-right: 10px;
    height: 52px;
    min-width: 110px;
    font-size: 19px;
    border-radius: 3px;
    box-shadow: none; }

.ktdra-copyright {
  padding: 12px 0;
  background: rgba(40, 39, 40, 0.1);
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px; }
  .ktdra-copyright span {
    font-family: 'Heebo'; }
  .ktdra-copyright .container {
    padding-left: 210px; }
    .ktdra-copyright .container [class*="col-"]:nth-child(2) {
      text-align: left; }

/* Ktdra About Page SCSS */
.ktdra-breadcrumb {
  display: flex;
  padding: 0 0 15px;
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  list-style: none;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  .ktdra-breadcrumb a {
    color: inherit; }
    .ktdra-breadcrumb a:hover {
      color: #ffffff; }
  .ktdra-breadcrumb li {
    padding-bottom: 10px; }
    .ktdra-breadcrumb li:last-child {
      overflow: hidden;
      text-overflow: ellipsis; }
    .ktdra-breadcrumb li:not(:last-child):after {
      display: inline-block;
      vertical-align: middle;
      width: 4px;
      height: 4px;
      margin: 0 10px;
      background: rgba(255, 255, 255, 0.7);
      content: "";
      border-radius: 100%; }

/* Ktdra Values SCSS */
.ktdra-values {
  padding-top: 145px; }

/* Ktdra Culture SCSS */
.ktdra-culture {
  padding: 70px 0;
  margin: 70px 0;
  background: #ff7900;
  color: #ffffff; }
  .ktdra-culture .ktdra-row {
    align-items: center;
    justify-content: space-between; }
  .ktdra-culture .section-title {
    max-width: 430px;
    padding-bottom: 0; }
  .ktdra-culture .title-wrap p, .ktdra-culture .title-wrap span {
    color: inherit; }
  .ktdra-culture .title-wrap h2 {
    padding-bottom: 5px; }
  .ktdra-culture + .ktdra-footer {
    margin-top: 100px; }

.ktdra-collage {
  display: inline-block;
  vertical-align: middle;
  margin: -120px 0;
  position: relative; }
  .ktdra-collage img:not(:first-child) {
    position: absolute;
    top: -75px;
    left: 55px;
    box-shadow: 10px 10px 0 0 #ff7900, -10px 10px 0 0 #ff7900;
    z-index: 1; }
  .ktdra-collage img:nth-child(3n) {
    top: auto;
    bottom: 70px;
    left: auto;
    right: -65px;
    box-shadow: -10px -10px 0 0 #ff7900, -10px 10px 0 0 #ff7900; }

/* Lecturers Style Two SCSS */
.lecturers-style-two {
  background: none; }

/* Ktdra Culture Style Two SCSS */
.culture-style-two {
  background: #329626;
  color: #ffffff; }
  .culture-style-two .section-title {
    max-width: none; }

/* Ktdra Team SCSS */
.ktdra-team {
  padding: 95px 0 90px; }
  .ktdra-team figure {
    height: 100%;
    border-bottom: 2px solid #de466d;
    box-shadow: 0 8px 36px rgba(0, 0, 0, 0.07);
    border-radius: 0 0 4px 4px;
    transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1); }
    .ktdra-team figure:hover {
      margin-top: -8px; }
    .ktdra-team figure p {
      padding-bottom: 0;
      color: #707070; }
    .ktdra-team figure h3 {
      padding-bottom: 5px;
      font-weight: normal; }
    .ktdra-team figure ul {
      padding: 12px 0 0;
      margin: 0;
      list-style: none; }
    .ktdra-team figure li {
      overflow: hidden;
      padding: 13px 0;
      white-space: nowrap;
      text-overflow: ellipsis;
      border-top: 1px solid rgba(112, 112, 112, 0.3); }
      .ktdra-team figure li a {
        display: inline-flex;
        color: #ff7900;
        align-items: center; }
        .ktdra-team figure li a:hover {
          color: #329626; }
      .ktdra-team figure li img {
        margin-left: 5px; }
    .ktdra-team figure > img {
      width: 100%;
      border-radius: 4px; }
  .ktdra-team figcaption {
    padding: 15px 15px 0; }
  .ktdra-team [class*="col-"] {
    padding-bottom: 30px; }

/* Ktdra Editors Note Page SCSS */
/* Ktdra Content SCSS */
.ktdra-content {
  padding: 0 0 80px; }
  .ktdra-content .editor-sign {
    margin-bottom: 25px; }

.content-wrap {
  padding-top: 50px; }
  .content-wrap.content-style-two {
    padding-left: 50px; }
  .content-wrap.content-style-three {
    padding-top: 15px; }
  .content-wrap h2 {
    padding-bottom: 25px;
    font-size: 48px;
    line-height: 1; }
  .content-wrap h3 {
    font-size: 16px; }
  .content-wrap ul {
    padding: 0 0 15px;
    margin: 0;
    list-style: none; }
  .content-wrap li {
    padding-bottom: 10px; }
    .content-wrap li a {
      display: inline-flex;
      color: #ff7900;
      align-items: center; }
      .content-wrap li a:hover {
        color: #329626; }
    .content-wrap li img {
      margin-left: 5px; }
  .content-wrap .series-meta {
    padding-bottom: 13px; }
    .content-wrap .series-meta a {
      padding: 5px 20px;
      margin-left: 8px;
      background: #329626; }

.overlap-image {
  margin-top: -250px;
  position: relative;
  z-index: 1; }

/* Ktdra Simple Page SCSS */
.ktdra-aside {
  padding: 33px;
  margin: -100px 10px 0 0;
  background: #ffffff;
  position: relative;
  border-radius: 4px;
  box-shadow: 0 8px 36px rgba(0, 0, 0, 0.07);
  z-index: 1; }
  .ktdra-aside .event-item {
    padding: 15px;
    border-bottom: 2px solid #de466d;
    border-radius: 2px;
    position: relative; }
    .ktdra-aside .event-item + .event-item {
      margin-top: 12px; }
    .ktdra-aside .event-item h3 {
      padding-bottom: 0;
      font-weight: bold;
      font-size: 20px; }
    .ktdra-aside .event-item h4 {
      font-weight: normal;
      font-size: 14px; }
    .ktdra-aside .event-item > img {
      width: 120px;
      min-width: 120px; }
    .ktdra-aside .event-item figcaption {
      padding: 0 15px 0 0;
      position: static; }
    .ktdra-aside .event-item .series-meta a {
      padding: 3px 10px;
      margin-left: 5px;
      font-size: 13px; }
    .ktdra-aside .event-item .series-caption ul {
      color: rgba(40, 39, 40, 0.7);
      font-size: 14px; }
  .ktdra-aside .text-center {
    padding-top: 30px; }

.aside-title {
  padding-bottom: 25px;
  color: #333333;
  font-size: 24px;
  line-height: 1.2;
  text-align: center; }
  .aside-title img {
    display: block;
    margin: 8px auto 0; }
  .aside-title span {
    display: block; }

/* Ktdra Lecturer Page SCSS */
.ktdra-video {
  margin-top: 5px;
  position: relative; }
  .ktdra-video a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
    .ktdra-video a:hover:before, .ktdra-video a:hover:after {
      background: rgba(255, 255, 255, 0.8); }
    .ktdra-video a:before, .ktdra-video a:after {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 45px;
      height: 45px;
      background: rgba(255, 255, 255, 0.6);
      content: "";
      transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
      border-radius: 100%;
      transform: translateX(-50%) translateY(-50%);
      z-index: 0; }
    .ktdra-video a:after {
      width: 30px;
      height: 30px; }
    .ktdra-video a img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      z-index: 1; }
  .ktdra-video > img {
    width: 100%; }

.square-image {
  border-radius: 4px; }

/* Ktdra Series, Ktdra Series Style Two SCSS */
.ktdra-series.series-style-two {
  padding: 0 0 50px; }
  .ktdra-series.series-style-two:before {
    display: none; }
  .ktdra-series.series-style-two h2 {
    color: inherit; }

.series-style-two .section-title {
  padding-bottom: 30px; }
  .series-style-two .section-title h2 {
    font-size: 48px; }

/* Ktdra Lecturers, Ktdra Lecturers Style Three SCSS */
.ktdra-lecturers.lecturers-style-three {
  padding: 0 0 135px;
  background: none; }

.lecturers-style-three [class*="col-"] {
  width: 20%;
  max-width: 20%;
  padding: 0 12px;
  flex: 0 0 20%;
  -ms-flex: 0 0 20%; }
.lecturers-style-three .row {
  margin: 0 -12px; }
.lecturers-style-three .section-title {
  padding-bottom: 30px; }
  .lecturers-style-three .section-title h2 {
    font-size: 48px; }
.lecturers-style-three .lecturer-item {
  margin-bottom: 24px; }

/* Ktdra Culture Style Three SCSS */
.culture-style-three {
  background: #de466d;
  color: #ffffff; }
  .culture-style-three .section-title {
    max-width: none; }
  .culture-style-three .btn-white {
    background: #ff7900;
    color: #de466d; }
    .culture-style-three .btn-white:hover, .culture-style-three .btn-white:focus {
      color: #ffffff; }
  .culture-style-three .ktdra-collage img:nth-child(2n) {
    box-shadow: 10px 10px 0 0 #de466d, -10px 10px 0 0 #de466d; }
  .culture-style-three .ktdra-collage img:nth-child(3n) {
    box-shadow: -10px -10px 0 0 #de466d, -10px 10px 0 0 #de466d; }

/* Ktdra Lucturers Archive Page SCSS */
.ktdra-main {
  padding: 65px 0; }

.ktdra-filters {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 50px;
  z-index: 1; }
  .ktdra-filters h2 {
    padding-bottom: 0;
    color: #00b638;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: .10px; }
  .ktdra-filters .form-group {
    padding-bottom: 0; }
  .ktdra-filters .form-control {
    width: 200px;
    height: 52px;
    font-weight: bold;
    padding: 13px 15px 13px 40px;
    border: 1px solid #c9c6bf;
    border-radius: 60px; }

.lecturers-wrap .ktdra-row {
  margin: 0 -12px; }
.lecturers-wrap [class*="col-"] {
  width: 20%;
  max-width: 20%;
  flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  padding: 0 12px 24px; }

.ktdra-pagination {
  display: flex;
  padding: 52px 0 0;
  margin: 0;
  list-style: none;
  font-size: 24px;
  direction: ltr;
  justify-content: center; }
  .ktdra-pagination a, .ktdra-pagination span {
    display: inline-flex;
    width: 32px;
    height: 32px;
    margin: 2px 0;
    padding-bottom: 2px;
    color: #484848;
    background: transparent;
    border: 1px solid transparent;
    align-items: center;
    border-radius: 100%;
    justify-content: center; }
    .ktdra-pagination a:hover:not(span), .ktdra-pagination span:hover:not(span) {
      color: #ff7900; }
  .ktdra-pagination li {
    padding: 0 6px; }
    .ktdra-pagination li:first-child, .ktdra-pagination li:last-child {
      padding-right: 18px; }
      .ktdra-pagination li:first-child a, .ktdra-pagination li:last-child a {
        position: relative;
        background: #00b638;
        border-radius: 100%; }
        .ktdra-pagination li:first-child a:hover, .ktdra-pagination li:last-child a:hover {
          background: #ff7900; }
        .ktdra-pagination li:first-child a:before, .ktdra-pagination li:last-child a:before {
          position: absolute;
          top: 50%;
          left: 50%;
          width: 8px;
          height: 8px;
          border-top: 2px solid #ffffff;
          border-left: 2px solid #ffffff;
          transform: translateX(-40%) translateY(-50%) rotate(-45deg);
          content: "";
          z-index: 1; }
    .ktdra-pagination li:last-child {
      padding: 0 6px 0 18px; }
      .ktdra-pagination li:last-child a:before {
        transform: translateX(-60%) translateY(-50%) rotate(135deg); }
  .ktdra-pagination span {
    border-color: #c9c6bf; }

/* Ktdra Meetings Archive Page SCSS */
/* Ktdra Banner, Ktdra Banner Has Search SCSS */
.ktdra-banner.has-search {
  padding: 92px 0 74px; }

/* Ktdra Meetings, Ktdra Meetings Style Two SCSS */
.ktdra-meetings.meetings-style-two {
  margin-top: -78px; }
  .ktdra-meetings.meetings-style-two .ktdra-search {
    padding-bottom: 35px; }
  .ktdra-meetings.meetings-style-two .ktdra-filters {
    padding-bottom: 21px; }
.ktdra-meetings .ktdra-no-results {
  padding: 20px 0 40px;
  text-align: center; }
  .ktdra-meetings .ktdra-no-results h3 {
    padding-bottom: 25px;
    color: #ff7900; }

/* Ktdra Single Meeting Page SCSS */
/* Ktdra Media SCSS */
.ktdra-media {
  height: 100vh;
  min-height: 350px;
  padding: 90px 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("../images/meeting9.jpg");
  color: #ffffff;
  position: relative;
  overflow: hidden; }

.meeting-meta {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 0 25px 0;
  background: rgba(31, 26, 27, 0.5);
  z-index: 1; }
  .meeting-meta .ktdra-row {
    align-items: flex-end; }
  .meeting-meta h1 {
    font-weight: bold;
    font-size: 64px;
    line-height: 1;
    padding-bottom: 0; }
  .meeting-meta .series-meta {
    padding-bottom: 0; }
  .meeting-meta .series-caption {
    padding-bottom: 45px; }
    .meeting-meta .series-caption ul {
      display: flex;
      width: 100%;
      color: inherit;
      font-size: 20px;
      text-align: center;
      flex-wrap: wrap;
      align-items: center; }
    .meeting-meta .series-caption li {
      width: 50%;
      padding: 5px 15px; }
      .meeting-meta .series-caption li:not(:nth-child(2n)) {
        border-left: 2px solid rgba(255, 255, 255, 0.2); }
  .meeting-meta .ktdra-author {
    display: flex;
    max-width: none;
    margin-top: 0;
    align-items: center;
    justify-content: center; }
    .meeting-meta .ktdra-author a {
      margin-bottom: 0; }
      .meeting-meta .ktdra-author a:hover {
        position: relative;
        z-index: 1; }
      .meeting-meta .ktdra-author a + a {
        margin-right: -15px; }
    .meeting-meta .ktdra-author h4 {
      padding: 0 0 0 10px;
      color: inherit;
      font-weight: bold;
      font-size: 16px; }
    .meeting-meta .ktdra-author h5 {
      max-width: 50px;
      padding: 0 10px 0 0;
      color: inherit;
      font-weight: bold; }

.meeting-meta-wrap {
  max-width: 475px;
  margin-right: auto;
  transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  transition-delay: 0.5s;
  transition-duration: 1s; }

.animate-scroll {
  display: flex;
  position: absolute;
  bottom: -48px;
  left: 50%;
  width: 96px;
  height: 96px;
  padding-top: 20px;
  background: #ffffff;
  align-items: flex-start;
  justify-content: center;
  border-radius: 100%;
  transform: translateX(-50%);
  z-index: 1; }
  .animate-scroll .animate-icon {
    -webkit-animation: move 0.7s infinite alternate;
    animation: move 0.7s infinite alternate; }

.media-scroller {
  display: none;
  margin-bottom: 30px;
  width: 100%;
  font-size: 20px;
  line-height: 1.2;
  text-align: center; }
  .media-scroller.sticky .scroller-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 8px 36px rgba(0, 0, 0, 0.07);
    animation: slide 0.5s;
    -webkit-animation: slide 0.5s;
    z-index: 2; }
  .media-scroller:not(.sticky) .scroller-nav {
    margin-top: 0 !important; }
  .media-scroller a {
    padding: 9px;
    color: rgba(40, 39, 40, 0.3);
    border-bottom: 2px solid transparent;
    flex-grow: 1;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0; }
    .media-scroller a.active {
      border-color: #329626; }

.scroller-nav {
  display: flex;
  background: #ffffff; }

/* Ktdra Meeting Detail SCSS */
.ktdra-meeting-detail {
  overflow: hidden;
  padding: 50px 0;
  position: relative; }
  .ktdra-meeting-detail .values-wrap {
    padding-top: 60px; }

.meeting-detail-wrap h2 {
  font-size: 48px; }

.topic-item {
  padding-top: 10px;
  counter-increment: topic-item; }
  .topic-item h3 {
    display: flex;
    padding-bottom: 15px;
    font-weight: normal;
    font-size: 24px;
    align-items: center; }
    .topic-item h3:before {
      padding: 0 0 4px 6px;
      color: rgba(255, 121, 0, 0.3);
      font-size: 48px;
      line-height: 0.8;
      content: counter(topic-item,decimal-leading-zero); }

.ktdra-bullets {
  padding: 0;
  margin: 0;
  color: #999999;
  list-style: none; }
  .ktdra-bullets li {
    display: flex;
    padding-bottom: 10px; }
    .ktdra-bullets li:before {
      width: 13px;
      min-width: 13px;
      height: 13px;
      margin: 5px 0 0 10px;
      background: #ff7900;
      content: "";
      border-radius: 100%; }

.ktdra-prices {
  padding: 30px 40px;
  margin-top: 25px;
  background: rgba(202, 198, 190, 0.1);
  border-radius: 4px; }
  .ktdra-prices h4 {
    padding-bottom: 0;
    font-weight: normal;
    font-size: 40px;
    line-height: 1; }
  .ktdra-prices .ktdra-row {
    align-items: center; }

.ktdra-defination dl {
  margin: 10px 0; }
.ktdra-defination [class*="col-"]:not(:last-child) {
  border-left: 1px solid rgba(112, 112, 112, 0.3); }

.meeting-series {
  padding-top: 45px; }
  .meeting-series .section-title {
    padding-bottom: 30px; }
    .meeting-series .section-title h2 {
      font-size: 48px; }
    .meeting-series .section-title span {
      color: #282728;
      font-size: 32px;
      letter-spacing: 0; }
  .meeting-series .ktdra-btn {
    min-width: 10px;
    padding: 8px 15px;
    font-weight: normal;
    box-shadow: none; }

.meeting-author {
  display: flex;
  line-height: 1;
  align-items: center; }
  .meeting-author img {
    width: 24px;
    min-width: 24px;
    height: 24px;
    margin-left: 8px;
    border-radius: 100%; }
  .meeting-author span {
    padding-right: 8px;
    margin-right: 8px;
    border-right: 1px solid #282728; }
  .meeting-author strong {
    white-space: nowrap; }

.series-wrap [class*="col-"] {
  padding-bottom: 30px; }
.series-wrap .section-title {
  padding-bottom: 30px; }
  .series-wrap .section-title h2 {
    font-size: 48px; }

.toggle-order {
  display: none; }
  .toggle-order .ktdra-btn {
    position: fixed;
    bottom: 0;
    left: 0;
    min-width: 100%;
    padding: 5px 10px;
    font-size: 24px;
    border-radius: 0;
    z-index: 2; }

.full-series {
  text-align: left; }
  .full-series a {
    display: inline-block;
    vertical-align: middle;
    padding: 11px 50px;
    background: #cd526e;
    color: #ffffff;
    font-size: 24px;
    border-radius: 0 0 4px 4px; }
    .full-series a:hover {
      background: #ff7900; }

.orders-body iframe {
  height: 100%; }

/* Ktdra Contact Page SCSS */
.link_sep {
  padding: 0 2px;
  color: #282728; }

.ktdra-btn img {
  margin-right: 10px; }

.ktdra-contact {
  padding: 0 0 80px; }
  .ktdra-contact .ktdra-row {
    justify-content: center; }
  .ktdra-contact .form-group {
    padding-bottom: 16px; }
    .ktdra-contact .form-group.focused .form-label {
      font-size: 14px;
      top: -10px;
      color: #ff7900; }
    .ktdra-contact .form-group textarea.form-control {
      height: 250px; }
  .ktdra-contact .form-label {
    position: absolute;
    top: 10px;
    right: 0;
    color: rgba(74, 74, 74, 0.5);
    pointer-events: none;
    letter-spacing: 0.15px;
    transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
    z-index: 0; }
  .ktdra-contact .form-control {
    color: #999999;
    height: 42px;
    letter-spacing: 0.15px; }
  .ktdra-contact .nice-select.form-control {
    padding: 10px 0 10px 20px; }
  .ktdra-contact .nice-select .current {
    color: #999999; }
  .ktdra-contact .nice-select:after {
    left: 0; }
  .ktdra-contact .nice-select .list {
    border-radius: 0 0 3px 3px; }
  .ktdra-contact .contact-wrap {
    padding: 50px 0 0 50px; }
    .ktdra-contact .contact-wrap a {
      display: inline-flex;
      align-items: center; }
    .ktdra-contact .contact-wrap ul {
      margin: 0;
      padding-right: 0; }
    .ktdra-contact .contact-wrap li {
      display: flex;
      color: #999999;
      list-style: none;
      margin-bottom: 6px; }
      .ktdra-contact .contact-wrap li img {
        margin-left: 8px; }
      .ktdra-contact .contact-wrap li.time-info {
        color: #ff7900; }
  .ktdra-contact .ktdra-btn {
    min-width: 100%; }
  .ktdra-contact .ktdra-aside {
    margin-top: -250px; }

.ktdra-aside h2 {
  font-size: 24px;
  padding-bottom: 44px; }

.contact-item {
  margin-bottom: 18px; }

.contact-title {
  padding-bottom: 10px; }
  .contact-title h2 {
    font-weight: normal;
    padding-bottom: 8px;
    letter-spacing: 0.10px; }
  .contact-title img {
    display: block; }

/* Ktdra Thank You Page SCSS */
.ktdra-message {
  height: 650px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
  .ktdra-message img {
    margin-bottom: 13px; }
  .ktdra-message h2 {
    font-size: 48px;
    padding-bottom: 10px; }
  .ktdra-message p {
    padding-bottom: 43px;
    color: #282728;
    font-size: 24px;
    line-height: 30px;
    text-align: center; }
  .ktdra-message .ktdra-btn {
    min-width: 200px; }

/* Ktdra 404 Page SCSS */
.ktdra-banner.error-banner {
  padding-bottom: 255px; }

.ktdra-error {
  margin: -250px 0 0; }
  .ktdra-error h1 {
    padding-bottom: 34px;
    font-size: 268px;
    color: #de466d;
    line-height: 0.8; }
  .ktdra-error .ktdra-message {
    padding-bottom: 50px; }

/* Ktdra Loader SCSS */
.ktdra-preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 5; }

.loader-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 2px solid #f3f3f3;
  border-radius: 50%;
  border-top: 2px solid #329626;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  -webkit-animation: spin 0.8s linear infinite;
  animation: spin 0.8s linear infinite; }

/* Ktdra Responsive SCSS */
@media screen and (max-width: 1599px) {
  /* Ktdra Normal SCSS */
  .ktdra-drawer .popup-body {
    max-width: 70%; }

  .ktdra-beans {
    width: 550px; }

  .ktdra-search .form-control, .ktdra-search .searchable-select-holder {
    font-size: 22px; }

  .searchable-select-caret {
    top: 8px; }

  .ktdra-footer:before {
    background-size: 500px auto; } }
@media screen and (max-width: 1339px) {
  /* Ktdra Normal SCSS */
  .container {
    width: 1220px; } }
@media screen and (max-width: 1279px) {
  /* Ktdra Normal SCSS */
  .ktdra-drawer .popup-body {
    max-width: 80%; }

  .container {
    padding: 0 15px;
    width: 1140px; }

  .ktdra-nav ul ul a {
    padding: 16px 15px; }

  .ktdra-culture [class*="col-"] {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
    -ms-flex: 0 0 50%; }

  .ktdra-collage img:nth-child(2n) {
    top: -25px; }
  .ktdra-collage img:nth-child(3n) {
    right: -25px; }

  /* Ktdra Home Page SCSS */
  .calanderTable th .d {
    height: 35px;
    width: 35px;
    font-size: 16px; }
  .calanderTable .defoult .date {
    height: 35px;
    width: 35px;
    font-size: 16px; }

  .calanderNavBlock .calanderHeading {
    font-size: 18px; } }
@media screen and (min-width: 1200px) {
  /* Ktdra Normal SCSS */
  .order-xl-2 {
    order: 2;
    -ms-order: 2; }

  .ktdra-topbar ul li:not(:last-child) img {
    display: none; }

  /* Ktdra Single Meeting Page SCSS */
  .meeting-detail-wrap h2 {
    font-size: 48px; }
  .meeting-detail-wrap [class*="col-"]:first-child {
    padding-left: 45px; }
  .meeting-detail-wrap [class*="col-"]:last-child {
    padding-right: 45px; } }
@media screen and (max-width: 1199px) {
  /* Ktdra Normal SCSS */
  dd {
    font-size: 34px; }

  html:after {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(2, 2, 2, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
    content: "";
    z-index: 3; }

  .has-nav {
    overflow: hidden; }
    .has-nav:after {
      opacity: 1;
      visibility: visible; }
    .has-nav body {
      overflow: hidden; }
    .has-nav .ktdra-nav {
      transform: translateX(0); }

  .ktdra-topbar {
    display: none;
    background: rgba(202, 198, 190, 0.1);
    margin: 24px -24px -24px; }
    .ktdra-topbar .container {
      width: 100%;
      padding: 0;
      flex-direction: column; }
    .ktdra-topbar .ktdra-social {
      width: 100%;
      padding: 17px 17px 0 17px;
      order: 2;
      -ms-order: 2;
      align-items: flex-start; }
      .ktdra-topbar .ktdra-social a {
        padding: 7px;
        margin-left: 0; }
        .ktdra-topbar .ktdra-social a:not(:hover) {
          opacity: 0.5;
          filter: grayscale(100%);
          -ms-filter: grayscale(100%); }
      .ktdra-topbar .ktdra-social span {
        display: none; }

  .header-inner {
    padding: 10px 0; }
    .header-inner .container {
      padding-right: 0; }

  .hamburger {
    display: inline-block; }

  .header-wrap {
    font-size: 18px;
    font-weight: bold; }
    .header-wrap .contact-link {
      padding-right: 0;
      border: none; }
      .header-wrap .contact-link a:last-child {
        margin-right: 15px; }

  .ktdra-nav {
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    width: 281px;
    height: 100%;
    padding: 10px 24px 24px;
    background-color: #ffffff;
    font-size: 20px;
    overflow-y: auto;
    transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
    flex-direction: column;
    justify-content: space-between;
    transform: translateX(100%);
    z-index: 4; }
    .ktdra-nav ul {
      display: block;
      width: 100%; }
      .ktdra-nav ul a {
        padding: 15px 0;
        color: rgba(51, 51, 51, 0.9);
        opacity: 1; }
        .ktdra-nav ul a:hover {
          color: #ff7900; }
        .ktdra-nav ul a.active {
          background: none;
          color: #ff7900; }
        .ktdra-nav ul a img {
          margin-right: 3px; }
      .ktdra-nav ul li {
        margin: 0;
        border-bottom: 1px solid rgba(112, 112, 112, 0.3); }
        .ktdra-nav ul li.open > a {
          background: none; }
        .ktdra-nav ul li:not(.has-dropdown) > a:hover {
          color: #ff7900;
          background: none; }
      .ktdra-nav ul ul {
        display: none;
        position: static;
        padding-bottom: 10px;
        background: none;
        font-size: inherit;
        text-align: right;
        border-top: none; }
        .ktdra-nav ul ul a {
          padding: 5px 0;
          font-weight: normal; }
        .ktdra-nav ul ul li {
          display: block;
          margin: 0;
          border-bottom: none;
          border-right: none; }
          .ktdra-nav ul ul li:last-child {
            border-left: none; }
    .ktdra-nav .ktdra-topbar {
      display: block; }
      .ktdra-nav .ktdra-topbar ul a {
        padding: 8px 25px; }
      .ktdra-nav .ktdra-topbar ul li {
        padding-right: 0;
        border-bottom: none; }
      .ktdra-nav .ktdra-topbar ul img {
        margin-right: 0; }

  .has-dropdown {
    position: relative; }
    .has-dropdown.open:before {
      opacity: 0;
      visibility: hidden; }
    .has-dropdown.open > a {
      position: relative; }
      .has-dropdown.open > a:after {
        transform: translateY(-50%) rotate(-225deg); }
    .has-dropdown:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: "";
      transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
      z-index: 1; }
    .has-dropdown > a {
      position: relative; }
      .has-dropdown > a:after {
        position: absolute;
        top: 50%;
        left: 0;
        width: 10px;
        height: 10px;
        border-bottom: 2px solid #282728;
        border-left: 2px solid #282728;
        content: "";
        transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
        transform: translateY(-50%) rotate(-45deg);
        z-index: 1; }

  .container {
    width: 960px; }

  .ktdra-banner {
    padding-top: 50px; }
    .ktdra-banner.home {
      padding-top: 50px; }
    .ktdra-banner.has-overlap {
      padding-bottom: 170px; }
    .ktdra-banner [class*="col-"] {
      width: 50%;
      max-width: 50%;
      flex: 0 0 50%;
      -ms-flex: 0 0 50%; }

  .ktdra-search {
    padding-bottom: 120px;
    position: relative;
    z-index: 1; }
    .ktdra-search form {
      padding: 30px;
      background: #ffffff;
      border-radius: 4px;
      box-shadow: 0 8px 76px rgba(0, 0, 0, 0.07); }
      .ktdra-search form .form-group {
        padding-bottom: 15px; }
        .ktdra-search form .form-group label {
          margin-bottom: 1px;
          font-size: 14px; }
    .ktdra-search .ktdra-btn {
      margin-top: 10px;
      padding: 10px;
      min-width: 100%;
      width: 100%;
      font-weight: normal;
      font-size: 24px;
      border-radius: 40px; }
    .ktdra-search [class*="col-"] {
      width: 50%;
      padding: 0 10px;
      max-width: 50%;
      flex: 0 0 50%; }
      .ktdra-search [class*="col-"]:first-child {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%; }
      .ktdra-search [class*="col-"]:nth-child(2) {
        width: 50%;
        max-width: 50%;
        flex: 0 0 50%; }
      .ktdra-search [class*="col-"]:last-child {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%; }
    .ktdra-search .form-control[data-toggle] {
      padding: 8px 15px 20px 30px;
      background-size: 13px auto;
      background-repeat: no-repeat;
      background-position: left 0 center;
      background-image: url(../images/arrow1.svg); }
    .ktdra-search .ktdra-row {
      margin: 0 -10px; }
    .ktdra-search .form-control, .ktdra-search .searchable-select-holder {
      padding: 3px 0 10px;
      font-size: 18px;
      height: 34px;
      border-bottom-color: #ff7900; }
      .ktdra-search .form-control:focus, .ktdra-search .searchable-select-holder:focus {
        border-bottom-color: #329626; }
    .ktdra-search .searchable-select-holder {
      padding-left: 20px;
      line-height: 0.8; }

  .meeting-info {
    padding: 30px 15px; }
    .meeting-info h3 {
      margin-bottom: 15px; }

  h3 {
    font-size: 22px; }

  .section-title h2 + p {
    padding-top: 20px; }

  .values-wrap .ktdra-row [class*="col-"] {
    width: 33.333333%;
    max-width: 33.333333%;
    flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%; }

  .series-item figcaption {
    padding: 13px 15px 20px; }

  [data-full="1199"] > [class*="col-"] {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%; }

  .ktdra-lecturers [class*="col-"] .section-title {
    max-width: 100%;
    padding-bottom: 30px; }

  .ktdra-events .section-title {
    padding-bottom: 100px;
    position: relative; }
  .ktdra-events .ktdra-row {
    position: relative; }

  .ktdra-beans {
    width: 450px; }

  .ktdra-footer:before {
    background-size: 450px auto; }

  .ktdra-newsletter {
    display: block; }
    .ktdra-newsletter h2 {
      padding-bottom: 20px; }
    .ktdra-newsletter form {
      margin: 30px 0 0; }

  .ktdra-culture {
    margin: 0; }
    .ktdra-culture + .ktdra-footer {
      margin-top: 0; }

  .ktdra-collage {
    margin: 0; }
    .ktdra-collage img:nth-child(2n) {
      max-width: 100px;
      box-shadow: 8px 8px 0 0 #ff7900, -8px 8px 0 0 #ff7900; }
    .ktdra-collage img:nth-child(3n) {
      max-width: 100px;
      box-shadow: -8px -8px 0 0 #ff7900, -8px 8px 0 0 #ff7900; }

  .overlap-image {
    margin-top: -150px; }
    .overlap-image.text-left {
      text-align: right; }

  .content-wrap.content-style-two {
    padding-left: 0; }
  .content-wrap.content-style-three {
    padding-top: 30px; }

  .ktdra-aside {
    padding: 20px;
    margin-top: -60px; }
    .ktdra-aside .text-center {
      padding: 20px 0 10px; }

  /* Ktdra Home Page SCSS */
  .meeting-label {
    left: 15px;
    font-size: 18px; }

  .has-calendar .calanderSection {
    opacity: 1;
    visibility: visible; }

  .date-selector {
    display: block; }

  .calanderSection {
    position: absolute;
    top: 0;
    right: 15px;
    min-width: 350px;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
    z-index: 2; }

  /* Ktdra About Page SCSS */
  .ktdra-team [class*="col-"], .lecturers-wrap [class*="col-"], .lecturers-style-three [class*="col-"] {
    width: 33.333333%;
    max-width: 33.333333%;
    flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%; }

  /* Ktdra Meetings Archive Page SCSS */
  .ktdra-banner.has-search {
    padding-top: 50px; }

  .series-items [class*="col-"] {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
    -ms-flex: 0 0 50%; }

  /* Ktdra Single Meeting Page SCSS */
  .ktdra-media {
    padding-top: 50px; }
    .ktdra-media h1 {
      max-width: 100%;
      font-size: 50px; }

  .meeting-meta {
    padding-bottom: 50px; }
    .meeting-meta .series-caption ul {
      font-size: 18px; }

  /*.ktdra-meeting-detail {
    margin-top: 45px;
  }*/
  .meeting-detail-wrap h2 {
    font-size: 40px; }

  .ktdra-prices {
    padding: 30px; }
    .ktdra-prices .ktdra-btn {
      min-width: 100%; }

  .full-series a {
    padding: 11px 30px;
    font-size: 20px; }

  /* Ktdra 404 Page SCSS */
  .ktdra-message {
    height: auto; }

  .ktdra-error h1 {
    font-size: 240px; }

  /* Ktdra Contact Us Page SCSS */
  .ktdra-banner.error-banner {
    padding-bottom: 70px; }

  .ktdra-contact .ktdra-aside {
    margin-top: -50px; }

  /* Ktdra Thank You Page SCSS */
  .ktdra-message {
    padding: 50px 0; } }
@media screen and (min-width: 992px) {
  /* Ktdra Normal SCSS */
  .order-lg-2 {
    order: 2;
    -ms-order: 2; } }
@media screen and (max-width: 991px) {
  /* Ktdra Normal SCSS */
  .ktdra-drawer .popup-body {
    max-width: 90%; }

  .ktdra-meeting-detail {
    padding-top: 0; }

  [data-full="991"] > [class*="col-"] {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%; }

  .container {
    width: 720px; }

  .ktdra-header .ktdra-brand img {
    width: 180px; }

  .ktdra-nav li {
    padding: 0 3px; }
  .ktdra-nav a {
    padding: 18px 8px; }

  .ktdra-banner {
    padding: 50px 0 30px;
    position: relative; }
    .ktdra-banner.home {
      padding-bottom: 180px; }
      .ktdra-banner.home h1 {
        font-size: 56px; }
    .ktdra-banner.has-slider {
      padding-bottom: 80px; }
    .ktdra-banner h1 {
      font-size: 48px; }
    .ktdra-banner p {
      font-size: 22px;
      line-height: 30px; }
    .ktdra-banner .ktdra-link {
      margin-top: 10px; }
    .ktdra-banner [class*="col-"] {
      width: 100%;
      max-width: 100%;
      flex: 0 0 100%;
      -ms-flex: 0 0 100%; }
      .ktdra-banner [class*="col-"] + [class*="col-"] {
        padding-top: 20px; }
    .ktdra-banner .swiper-container {
      margin-bottom: 0; }
    .ktdra-banner .swiper-buttons {
      position: absolute;
      bottom: 15px;
      left: 0;
      right: 0;
      margin: 0 auto;
      justify-content: center; }

  .title-separator {
    margin-bottom: 27px; }

  .ktdra-beans {
    width: 350px; }

  .meetings-wrap [class*="col-"] {
    padding: 0 10px 20px; }
  .meetings-wrap .row {
    margin: 0 -10px; }

  .values-wrap .ktdra-row [class*="col-"] {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
    -ms-flex: 0 0 50%; }

  .destroyed-slider .swiper-slide {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
    -ms-flex: 0 0 50%; }

  .meeting-info {
    padding: 20px 10px 30px; }

  .ktdra-culture .section-title {
    max-width: 100%; }
  .ktdra-culture .ktdra-row [class*="col-"] {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%; }

  .ktdra-culture.culture-style-two, .ktdra-culture.culture-style-three {
    margin-top: 50px; }
    .ktdra-culture.culture-style-two .ktdra-collage, .ktdra-culture.culture-style-three .ktdra-collage {
      margin: -120px 0 50px; }

  .ktdra-collage {
    margin: 50px 0 -120px 0; }

  .ktdra-footer:before {
    background-size: 350px auto; }

  .footer-wrap {
    padding-left: 0; }

  .ktdra-aside {
    margin: 25px 0 0; }

  /* Ktdra Home Page SCSS */
  .meeting-label {
    left: 10px;
    font-size: 16px; }

  /* Ktdra About Page SCSS */
  .ktdra-values {
    padding: 120px 0 100px; }

  /* Ktdra Lecturer Page SCSS */
  .ktdra-lecturers.lecturers-style-three {
    padding-bottom: 100px; }

  /* Ktdra Single Meeting Page SCSS */
  .ktdra-media {
    text-align: center; }
    .ktdra-media [class*="col-"] {
      width: 100%;
      max-width: 100%;
      flex: 0 0 100%;
      -ms-flex: 0 0 100%; }
      .ktdra-media [class*="col-"]:first-child {
        display: flex;
        flex-direction: column;
        align-items: center; }
    .ktdra-media .ktdra-btn {
      position: absolute;
      bottom: 0;
      left: 0;
      min-width: 100%;
      padding: 5px 10px;
      font-size: 24px;
      border-radius: 0;
      z-index: 1; }

  .meeting-meta .series-meta {
    order: 2;
    -ms-order: 2;
    align-items: center; }
    .meeting-meta .series-meta a {
      margin: 5px; }
    .meeting-meta .series-meta span {
      padding: 5px 10px; }
  .meeting-meta .ktdra-author {
    display: none; }
  .meeting-meta .series-caption {
    padding-bottom: 30px; }
    .meeting-meta .series-caption li {
      padding: 0 15px; }
      .meeting-meta .series-caption li:not(:nth-child(2n)) {
        border-left: 1px solid #ffffff; }

  .meeting-meta-wrap {
    max-width: 100%;
    padding-top: 15px; }

  .animate-scroll {
    display: none; }

  .media-scroller {
    display: block; }

  .meeting-detail-wrap [data-tab-target]:not(:first-child) {
    display: none; }

  .ktdra-prices {
    margin-top: 40px;
    text-align: center; }
    .ktdra-prices h4 {
      padding-bottom: 15px; }
    .ktdra-prices > .ktdra-row > * {
      width: 100%;
      max-width: 100%;
      flex: 0 0 100%;
      -ms-flex: 0 0 100%; }
    .ktdra-prices .text-left {
      text-align: center; }
    .ktdra-prices .ktdra-btn {
      min-width: 200px;
      margin-top: 25px; }

  .table-wrap {
    padding: 15px 30px; }

  .ktdra-table tr {
    display: flex;
    padding: 7.5px 0;
    border-bottom: 2px solid rgba(112, 112, 112, 0.3);
    flex-wrap: wrap; }
    .ktdra-table tr:last-child {
      margin-bottom: 0;
      border-bottom: none; }
  .ktdra-table td {
    width: 50%;
    padding: 7.5px;
    border-bottom: none; }
    .ktdra-table td:nth-child(2n) {
      padding-left: 0; }

  /* Ktdra 404 Page SCSS */
  .ktdra-error p {
    padding-bottom: 20px;
    font-size: 20px;
    line-height: 26px; }
  .ktdra-error h1 {
    padding-bottom: 15px;
    font-size: 180px; }
  .ktdra-error h2 {
    font-size: 44px; }
  .ktdra-error .ktdra-message {
    padding-bottom: 30px; }

  /* Ktdra Contact Us Page SCSS */
  .ktdra-banner.has-contact-overlap {
    padding-bottom: 50px; }

  .ktdra-contact .contact-wrap {
    padding-left: 0; }
  .ktdra-contact .form-group textarea.form-control {
    height: 200px; }

  .contact-aside h2 {
    padding-bottom: 20px; } }
@media screen and (min-width: 768px) {
  /* Ktdra Normal SCSS */
  .footer-wrap [class*="col-"]:not(:first-child):not(:last-child) ul {
    display: flex !important;
    height: auto !important; }

  .destroyed-slider .swiper-wrapper {
    width: auto;
    height: auto; }
  .destroyed-slider .swiper-slide {
    height: auto; }

  .meeting-item:hover .meeting-label {
    top: -9px;
    transform: translateY(-100%); } }
@media screen and (max-width: 767px) {
  /* Ktdra Normal SCSS */
  p {
    padding-bottom: 15px; }

  body, html {
    overflow-x: hidden; }

  .hide_mobile {
    display: none; }

  .ktdra-drawer .popup-body {
    max-width: 100%; }
  .ktdra-drawer .ktdra-close:before, .ktdra-drawer .ktdra-close:after {
    background: #282728; }

  .header-inner {
    padding: 2px 0; }
    .header-inner .ktdra-brand img {
      width: 171px; }

  .hamburger {
    margin-left: 5px; }

  .hamburger-box {
    width: 22px;
    height: 18px; }

  .hamburger--collapse .hamburger-inner:after {
    top: -14px; }

  .hamburger-inner:before {
    top: -7px; }

  .header-wrap .contact-link a span {
    display: none; }

  .container {
    width: auto;
    padding: 0 15px; }

  .btn-green-border {
    border: 1px solid #329626; }

  .btn-green-border:hover {
    border-color: #ff7900; }

  .ktdra-banner {
    padding: 20px 0; }
    .ktdra-banner.home {
      padding: 34px 0 195px;
      text-align: center;
      overflow: hidden; }
    .ktdra-banner.has-overlap {
      padding-bottom: 160px; }
    .ktdra-banner h1 {
      font-size: 48px; }
    .ktdra-banner .ktdra-link {
      margin-top: 10px; }
    .ktdra-banner [class*="col-"] + [class*="col-"] {
      padding-top: 0; }
    .ktdra-banner [class*="col-"] .banner-caption h1 {
      padding-bottom: 0; }
    .ktdra-banner [class*="col-"] .banner-caption .title-separator {
      margin-bottom: 5px; }
    .ktdra-banner [class*="col-"] .banner-caption p {
      font-size: 17px;
      line-height: 26px; }
    .ktdra-banner .swiper-container img {
      width: 100%; }

  .ktdra-breadcrumb {
    padding-bottom: 30px; }
    .ktdra-breadcrumb li {
      padding-bottom: 5px; }

  .ktdra-search form {
    padding: 20px; }

  .ktdra-beans {
    width: 320px;
    margin: 0 0 -50px -110px; }

  .title-separator {
    margin-bottom: 15px; }

  .section-title {
    display: block;
    padding-bottom: 23px;
    text-align: center; }
    .section-title .title-wrap span {
      padding-bottom: 0; }
    .section-title h2 {
      font-size: 46px;
      line-height: 48px; }
    .section-title .ktdra-link, .section-title .ktdra-btn {
      position: absolute;
      bottom: 0;
      left: 50%;
      width: auto;
      white-space: nowrap;
      transform: translateX(-50%); }

  .ktdra-row {
    margin: 0 -5px; }

  .ktdra-row > * {
    padding-left: 5px;
    padding-right: 5px; }

  .destroyed-slider [class*="col-"] {
    padding: 0;
    width: auto;
    max-width: none;
    flex: 0 0 auto;
    -ms-flex: 0 0 auto; }
  .destroyed-slider .ktdra-row {
    margin: 0; }

  .ktdra-meetings {
    padding-bottom: 40px;
    overflow: hidden;
    padding-top: 0;
    margin-top: -122px; }
    .ktdra-meetings .values-wrap {
      padding-top: 30px; }

  .meetings-wrap {
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 10px; }
    .meetings-wrap [class*="col-"] {
      width: 50%;
      max-width: 50%;
      padding: 0 5px 10px;
      flex: 0 0 50%;
      -ms-flex: 0 0 50%; }

  .ktdra-search {
    padding-bottom: 55px; }
    .ktdra-search h2 {
      text-align: center; }
    .ktdra-search [class*="col-"] {
      width: 50%;
      padding: 0 10px;
      max-width: 50%;
      flex: 0 0 50%; }
      .ktdra-search [class*="col-"]:first-child {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%; }
      .ktdra-search [class*="col-"]:last-child {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%; }

  .swiper-wrapper.ktdra-row {
    flex-wrap: nowrap; }

  .values-wrap .ktdra-row {
    margin: 0; }
    .values-wrap .ktdra-row [class*="col-"] {
      padding: 0;
      margin-bottom: 0;
      width: auto;
      max-width: none;
      flex: 0 0 auto;
      -ms-flex: 0 0 auto; }

  .ktdra-series {
    overflow: hidden;
    margin-bottom: 40px;
    padding: 40px 0 60px; }
    .ktdra-series .swiper-container {
      overflow: visible; }
    .ktdra-series .swiper-slide {
      margin-bottom: 20px; }

  .series-item figcaption {
    padding: 12px; }

  .series-caption h3 {
    padding-bottom: 8px; }

  .section-action {
    padding-top: 11px; }

  .ktdra-lecturers {
    padding: 40px 0;
    position: relative;
    overflow: hidden; }
    .ktdra-lecturers .container {
      padding-bottom: 80px;
      position: relative; }
    .ktdra-lecturers [class*="col-"] .section-title {
      padding-bottom: 23px; }
      .ktdra-lecturers [class*="col-"] .section-title p {
        display: none; }
    .ktdra-lecturers .swiper-container {
      overflow: visible; }
      .ktdra-lecturers .swiper-container:not(.destroyed-slider) {
        margin-top: 0; }
    .ktdra-lecturers .swiper-buttons {
      display: none; }

  .ktdra-events {
    margin-bottom: 35px;
    padding: 40px 0 85px;
    overflow: hidden; }
    .ktdra-events:before {
      height: 490px; }
    .ktdra-events .section-title {
      position: static;
      padding-bottom: 30px; }
    .ktdra-events .section-action {
      display: block; }
    .ktdra-events .ktdra-btn:hover {
      border-color: #329626; }
    .ktdra-events .swiper-button-next, .ktdra-events .swiper-button-prev {
      display: inline-block;
      transform: none; }
    .ktdra-events .swiper-button-prev {
      transform: rotate(180deg); }
    .ktdra-events .ktdra-author {
      padding-top: 60px; }

  .calanderSection {
    top: -125px;
    right: 5px; }

  .date-selector {
    position: static;
    margin-bottom: 35px; }

  .event-item {
    flex-wrap: wrap;
    border-bottom: 2px solid #de466d;
    border-radius: 0 0 4px 4px; }
    .event-item > img {
      width: 100%; }
    .event-item .series-caption h3 {
      padding-bottom: 8px; }
    .event-item figcaption {
      padding: 20px; }
    .event-item ul {
      display: block; }
      .event-item ul li {
        padding: 0; }
        .event-item ul li:first-child {
          padding-bottom: 8px;
          border: none; }

  .event-date {
    display: none; }

  .verticle-three-slides {
    overflow: visible;
    max-height: 100%; }
    .verticle-three-slides:after {
      display: none; }

  .ktdra-footer:before {
    background-position: 50% 100%;
    background-image: url("../images/beans3.png"); }
  .ktdra-footer .brand-wrap {
    max-width: 100%; }

  .footer-wrap {
    padding: 30px 0 0 0; }
    .footer-wrap h2 {
      margin-bottom: 15px;
      padding-bottom: 18px; }
    .footer-wrap .ktdra-row {
      margin: 0; }
      .footer-wrap .ktdra-row [class*="col-"] {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        padding: 10px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
        .footer-wrap .ktdra-row [class*="col-"]:not(:first-child):not(:last-child).open h2:before {
          background-image: url(../images/minus.svg); }
        .footer-wrap .ktdra-row [class*="col-"]:not(:first-child):not(:last-child):not(.open) h2 {
          margin-bottom: 0;
          padding-bottom: 0; }
          .footer-wrap .ktdra-row [class*="col-"]:not(:first-child):not(:last-child):not(.open) h2:after {
            opacity: 0; }
        .footer-wrap .ktdra-row [class*="col-"]:not(:first-child):not(:last-child) h2 {
          cursor: pointer;
          transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
          -webkit-tap-highlight-color: transparent; }
          .footer-wrap .ktdra-row [class*="col-"]:not(:first-child):not(:last-child) h2:before {
            position: absolute;
            top: 4px;
            left: 0;
            width: 21px;
            height: 21px;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: 50% 50%;
            background-image: url(../images/plus.svg);
            content: "";
            transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1);
            z-index: 0; }
        .footer-wrap .ktdra-row [class*="col-"]:not(:first-child):not(:last-child) ul {
          display: none; }
          .footer-wrap .ktdra-row [class*="col-"]:not(:first-child):not(:last-child) ul:after {
            display: block;
            clear: both;
            content: ""; }
          .footer-wrap .ktdra-row [class*="col-"]:not(:first-child):not(:last-child) ul li {
            float: left;
            width: 50%; }
    .footer-wrap .brand-wrap .ktdra-brand {
      margin-bottom: 15px; }
    .footer-wrap .brand-wrap p {
      padding-bottom: 10px; }
    .footer-wrap ul {
      margin: 0; }
      .footer-wrap ul li {
        padding: 0 0 10px; }
    .footer-wrap .ktdra-newsletter {
      display: block;
      margin-top: 0;
      padding: 15px 0 20px;
      border-top: none; }
      .footer-wrap .ktdra-newsletter h2 {
        margin-bottom: 20px; }
      .footer-wrap .ktdra-newsletter form {
        margin-right: 0; }
        .footer-wrap .ktdra-newsletter form .form-group .form-control {
          width: 100%;
          border-radius: 0 3px 3px 0; }
        .footer-wrap .ktdra-newsletter form .form-group .ktdra-btn {
          margin-right: -3px; }

  .ktdra-copyright {
    background: none;
    padding-bottom: 180px; }
    .ktdra-copyright .container {
      padding-left: 15px; }
    .ktdra-copyright .ktdra-row {
      margin: 0; }
      .ktdra-copyright .ktdra-row [class*="col-"] {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        padding: 0 0 8px;
        text-align: center; }
        .ktdra-copyright .ktdra-row [class*="col-"]:nth-child(2) {
          text-align: center; }

  .ktdra-content {
    padding-bottom: 50px; }

  .content-wrap {
    padding-top: 25px; }
    .content-wrap.content-style-three {
      padding-top: 20px; }
    .content-wrap h2 {
      padding-bottom: 10px;
      font-size: 40px; }
    .content-wrap ul {
      padding-bottom: 10px; }
    .content-wrap .editor-sign {
      margin-bottom: 15px; }
    .content-wrap .series-meta {
      padding-bottom: 0; }

  .ktdra-aside {
    padding-bottom: 0;
    margin: 20px -15px 0;
    border-radius: 0;
    box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.025); }
    .ktdra-aside .event-item {
      flex-wrap: nowrap; }
    .ktdra-aside .text-center {
      padding: 40px 0 0; }

  .ktdra-main {
    padding: 50px 0; }

  .ktdra-filters {
    padding-bottom: 25px; }

  /* Ktdra About Page SCSS */
  .ktdra-values {
    padding: 40px 0; }

  .ktdra-culture {
    padding: 50px 0;
    margin-bottom: 75px; }
    .ktdra-culture.culture-style-two {
      margin: 75px 0 0; }
      .ktdra-culture.culture-style-two .section-title .ktdra-btn {
        position: relative;
        left: 0;
        transform: none; }
      .ktdra-culture.culture-style-two .ktdra-collage {
        margin-bottom: 25px; }
    .ktdra-culture .section-title {
      text-align: unset; }
      .ktdra-culture .section-title p {
        padding-bottom: 15px; }

  .culture-style-two {
    position: relative; }

  .ktdra-collage {
    margin-top: 30px; }
    .ktdra-collage img:nth-child(3n) {
      right: -15px; }

  .ktdra-team {
    padding: 45px 0 50px; }

  /* Ktdra Lucturers Archive Page SCSS */
  .lecturers-wrap [class*="col-"] {
    width: 50%;
    max-width: 50%;
    padding: 0 7.5px 15px;
    flex: 0 0 50%;
    -ms-flex: 0 0 50%; }
  .lecturers-wrap .ktdra-row {
    margin: 0 -7.5px; }

  .lecturer-item {
    text-align: center; }
    .lecturer-item p {
      font-size: 15px; }
    .lecturer-item h3 {
      font-size: 20px; }
    .lecturer-item .ktdra-link {
      font-size: 12px; }

  .ktdra-pagination {
    padding-top: 15px;
    font-size: 20px; }
    .ktdra-pagination li {
      padding: 0 3px; }
      .ktdra-pagination li:first-child {
        padding-right: 5px; }
      .ktdra-pagination li:last-child {
        padding: 0 3px 0 5px; }

  /* Ktdra Lecturer Page SCSS */
  .ktdra-video {
    margin-top: 60px; }

  .series-style-two .section-title, .lecturers-style-three .section-title {
    padding-bottom: 25px; }
    .series-style-two .section-title h2, .lecturers-style-three .section-title h2 {
      font-size: 40px;
      line-height: 1; }

  .ktdra-series.series-style-two {
    padding-bottom: 35px;
    margin-bottom: 0; }

  .ktdra-lecturers.lecturers-style-three {
    padding-bottom: 0; }

  .lecturers-style-three [class*="col-"] {
    padding: 0;
    width: auto;
    max-width: none;
    flex: 0 0 auto;
    -ms-flex: 0 0 auto; }
  .lecturers-style-three .ktdra-row {
    margin: 0; }

  .ktdra-culture.culture-style-three {
    margin: 100px 0 0;
    text-align: center; }
    .ktdra-culture.culture-style-three .section-title .ktdra-btn {
      position: relative;
      left: 0; }
    .ktdra-culture.culture-style-three .ktdra-ovrflo {
      text-align: right; }
    .ktdra-culture.culture-style-three .ktdra-collage {
      margin-bottom: 25px; }

  .popup-wrap .container {
    width: 100%;
    background: none; }

  /* Ktdra Meetings Archive Page SCSS */
  .ktdra-banner.has-search {
    padding: 20px 0 85px; }

  .ktdra-meetings .series-item {
    margin-bottom: 10px; }
  .ktdra-meetings.meetings-style-two .ktdra-search {
    padding-bottom: 20px; }

  .series-items h3 {
    font-size: 20px; }
  .series-items .series-item {
    transition: 0.4s cubic-bezier(0.7, 0, 0.2, 1); }
  .series-items .series-caption {
    display: block; }
    .series-items .series-caption ul {
      font-size: 12px; }
  .series-items .ktdra-author {
    display: flex;
    max-width: 100%;
    text-align: right;
    align-items: center; }
    .series-items .ktdra-author a {
      margin-bottom: 0; }
    .series-items .ktdra-author h4 {
      padding-top: 0;
      font-size: 13px; }
    .series-items .ktdra-author h5 {
      padding-bottom: 0;
      font-size: 12px; }
  .series-items .author-caption {
    padding-right: 10px; }

  /* Ktdra Single Meeting Page SCSS */
  .ktdra-media {
    padding-top: 20px; }

  .ktdra-meeting-detail .values-wrap {
    padding-top: 40px; }

  .ktdra-prices {
    margin-top: 30px; }

  .meeting-series {
    padding-top: 35px; }
    .meeting-series .section-title {
      padding-bottom: 25px;
      text-align: right; }
      .meeting-series .section-title h2 {
        font-size: 40px; }
      .meeting-series .section-title span {
        font-size: 20px; }

  .meeting-series .section-title h2 {
    line-height: 1; }

  .series-wrap {
    padding-top: 30px; }
    .series-wrap .section-title {
      padding-bottom: 20px; }
      .series-wrap .section-title h2 {
        font-size: 40px;
        line-height: 1; }

  .toggle-order {
    display: block; }

  .full-series a {
    padding: 11px 25px;
    font-size: 18px; }

  /* Ktdra 404 Page SCSS */
  .ktdra-contact {
    padding-bottom: 50px; }
    .ktdra-contact .ktdra-aside {
      margin: -50px 0 0;
      border-radius: 4px; }

  /* Ktdra Contact Us Page SCSS */
  .contact-aside h2 {
    display: none; }

  .ktdra-contact .form-group textarea.form-control {
    height: 150px; }

  .contact-item:last-child {
    margin-bottom: 0; }

  .contact-title h2 {
    font-size: 24px; }

  /* Ktdra Thank You Page SCSS */
  .ktdra-message {
    padding: 20px 0; }
    .ktdra-message p {
      padding-bottom: 25px;
      font-size: 20px;
      line-height: 26px; }
    .ktdra-message h2 {
      font-size: 40px; }
    .ktdra-message img {
      margin-bottom: 10px; } }
@media screen and (max-width: 575px) {
  /* Ktdra Normal SCSS */
  dd {
    font-size: 30px; }

  .series-meta {
    font-size: 12px; }

  .values-wrap h5 {
    padding-bottom: 10px;
    font-size: 20px; }
  .values-wrap img.hover-state {
    top: 25px; }
  .values-wrap figure {
    padding: 25px 18px; }

  /* Ktdra Meetings Archive Page SCSS */
  .series-items [class*="col-"] {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
    -ms-flex: 0 0 50%; }

  /* Ktdra Single Meeting Page SCSS */
  .ktdra-prices {
    padding: 20px; }

  .table-wrap {
    padding: 4px 15px; }

  .ktdra-table tr {
    padding: 10px 0; }
  .ktdra-table td {
    width: 100%;
    padding: 4px 7.5px; }
    .ktdra-table td[align="left"] {
      text-align: right; }

  .full-series {
    text-align: center; }
    .full-series a {
      min-width: 100%;
      padding: 11px; }

  /* Ktdra 404 Page SCSS */
  .ktdra-error p {
    padding-bottom: 15px;
    font-size: 18px;
    line-height: 24px; }
  .ktdra-error h1 {
    padding-bottom: 10px;
    font-size: 150px; }
  .ktdra-error h2 {
    font-size: 36px; }
  .ktdra-error .ktdra-message {
    padding-bottom: 20px; } }
@media screen and (max-width: 479px) {
  /* Ktdra Normal SCSS */
  dd {
    font-size: 26px; }

  .ktdra-header .ktdra-brand img {
    width: 150px; }

  .header-wrap .contact-link a:last-child {
    margin-right: 10px; }
  .header-wrap .contact-link a img {
    width: 20px; }

  .hamburger {
    margin-left: 0; }

  .ktdra-banner.home h1 {
    font-size: 48px; }

  .ktdra-beans {
    width: 150px;
    margin: 0 0 0 -80px; }

  .meeting-info {
    display: none; }

  .ktdra-aside {
    padding: 15px; }
    .ktdra-aside .event-item {
      padding: 10px; }
      .ktdra-aside .event-item h3 {
        font-size: 18px; }
      .ktdra-aside .event-item > img {
        width: 100px;
        min-width: 100px; }
      .ktdra-aside .event-item figcaption {
        padding-right: 10px; }

  .ktdra-link {
    line-height: 20px; }

  .series-meta a {
    min-width: 10px; }
  .series-meta span {
    font-size: 15px; }

  .lecturer-tag {
    padding: 2px 10px;
    font-size: 14px; }

  /* Ktdra Home Page SCSS */
  .meeting-label {
    padding: 10px 3px 10px 1px; }
    .meeting-label:after {
      bottom: -7px; }

  .calanderSection {
    left: 0;
    right: 0;
    min-width: 100px;
    padding: 15px; }
    .calanderSection span {
      width: 40px;
      height: 40px;
      background-size: 15px auto; }

  .calanderNavBlock {
    margin-bottom: 10px; }
    .calanderNavBlock .calanderHeading {
      height: 40px;
      margin: 0 50px 5px;
      font-size: 14px; }

  .event-item .series-meta a {
    padding: 5px 8px; }

  /* Ktdra Meetings Archive Page SCSS */
  .series-items .author-caption {
    padding-right: 8px; }
  .series-items .ktdra-author img {
    width: 30px;
    min-width: 30px;
    height: 30px; }

  /* Ktdra Lucturers Archive Page SCSS */
  .ktdra-filters .form-control {
    font-size: 14px;
    width: 150px;
    height: 48px;
    padding: 12px 15px 12px 40px; }

  .ktdra-pagination {
    font-size: 18px; }
    .ktdra-pagination a, .ktdra-pagination span {
      width: 25px;
      height: 25px; }
    .ktdra-pagination li {
      padding: 0 1px; }
      .ktdra-pagination li:first-child a:before, .ktdra-pagination li:last-child a:before {
        width: 6px;
        height: 6px; }

  /* Ktdra Lecturer Page SCSS */
  .series-style-two .section-title h2, .lecturers-style-three .section-title h2 {
    font-size: 36px; }

  /* Ktdra Single Meeting Page SCSS */
  .ktdra-media h1 {
    font-size: 40px; }

  .meeting-meta .series-meta a {
    margin: 3px; }
  .meeting-meta .series-meta span {
    padding: 3px 6px; }
  .meeting-meta .series-caption {
    padding-bottom: 20px; }
    .meeting-meta .series-caption ul {
      font-size: 14px; }
    .meeting-meta .series-caption li {
      padding: 0 10px; }

  .meeting-detail-wrap h2 {
    font-size: 36px; }

  .topic-item {
    padding-top: 5px; }
    .topic-item h3 {
      padding-bottom: 10px;
      font-size: 22px; }
      .topic-item h3:before {
        font-size: 36px; }

  .ktdra-bullets li:before {
    width: 10px;
    min-width: 10px;
    height: 10px;
    margin-top: 7px; }

  .ktdra-prices {
    margin-top: 20px; }
    .ktdra-prices h4 {
      padding-bottom: 10px;
      font-size: 30px; }
    .ktdra-prices .ktdra-btn {
      min-width: 100%;
      margin-top: 10px; }

  .ktdra-defination [class*="col-"] {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%; }
    .ktdra-defination [class*="col-"]:not(:last-child) {
      border-bottom: 1px solid rgba(112, 112, 112, 0.3);
      border-left: none; }

  .meeting-series .section-title h2, .series-wrap .section-title h2 {
    font-size: 36px; }

  /* Ktdra Thank You Page SCSS */
  .ktdra-message p {
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 24px; }
    .ktdra-message p br {
      display: none; }
  .ktdra-message h2 {
    font-size: 36px; }
  .ktdra-message img {
    width: 80px; } }
@media screen and (max-width: 359px) {
  /* Ktdra Normal SCSS */
  .ktdra-banner.home h1 {
    font-size: 48px; }
  .ktdra-banner h1 {
    font-size: 40px; }
  .ktdra-banner p {
    font-size: 20px;
    line-height: 28px; } }

/*# sourceMappingURL=ktdra-styles.css.map */
