.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/assets/img/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

.no-js .owl-carousel {
  display: block;
}

.owl-height {
  transition: height 500ms ease-in-out;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.step-module,
.time-module,
.animated {
  visibility: hidden;
}

.steps .step-module:nth-child(1) {
  animation-delay: 0.4s;
}
.steps .step-module:nth-child(2) {
  animation-delay: 0.8s;
}
.steps .step-module:nth-child(3) {
  animation-delay: 1.2s;
}
.steps .step-module:nth-child(4) {
  animation-delay: 1.6s;
}
.steps .step-module:nth-child(5) {
  animation-delay: 2s;
}
.steps .step-module:nth-child(6) {
  animation-delay: 2.4s;
}
.steps .step-module:nth-child(7) {
  animation-delay: 2.8s;
}
.steps .step-module:nth-child(8) {
  animation-delay: 3.2s;
}
.steps .step-module:nth-child(9) {
  animation-delay: 3.6s;
}
.steps .step-module:nth-child(10) {
  animation-delay: 4s;
}
.steps .step-module:nth-child(11) {
  animation-delay: 4.4s;
}
.steps .step-module:nth-child(12) {
  animation-delay: 4.8s;
}
.steps .step-module:nth-child(13) {
  animation-delay: 5.2s;
}
.steps .step-module:nth-child(14) {
  animation-delay: 5.6s;
}
.steps .step-module:nth-child(15) {
  animation-delay: 6s;
}
.steps .step-module:nth-child(16) {
  animation-delay: 6.4s;
}
.steps .step-module:nth-child(17) {
  animation-delay: 6.8s;
}
.steps .step-module:nth-child(18) {
  animation-delay: 7.2s;
}
.steps .step-module:nth-child(19) {
  animation-delay: 7.6s;
}
.steps .step-module:nth-child(20) {
  animation-delay: 8s;
}

.timeline .time-module:nth-child(1) {
  animation-delay: 0.4s;
}
.timeline .time-module:nth-child(2) {
  animation-delay: 0.8s;
}
.timeline .time-module:nth-child(3) {
  animation-delay: 1.2s;
}
.timeline .time-module:nth-child(4) {
  animation-delay: 1.6s;
}
.timeline .time-module:nth-child(5) {
  animation-delay: 2s;
}
.timeline .time-module:nth-child(6) {
  animation-delay: 2.4s;
}
.timeline .time-module:nth-child(7) {
  animation-delay: 2.8s;
}
.timeline .time-module:nth-child(8) {
  animation-delay: 3.2s;
}
.timeline .time-module:nth-child(9) {
  animation-delay: 3.6s;
}
.timeline .time-module:nth-child(10) {
  animation-delay: 4s;
}
.timeline .time-module:nth-child(11) {
  animation-delay: 4.4s;
}
.timeline .time-module:nth-child(12) {
  animation-delay: 4.8s;
}
.timeline .time-module:nth-child(13) {
  animation-delay: 5.2s;
}
.timeline .time-module:nth-child(14) {
  animation-delay: 5.6s;
}
.timeline .time-module:nth-child(15) {
  animation-delay: 6s;
}
.timeline .time-module:nth-child(16) {
  animation-delay: 6.4s;
}
.timeline .time-module:nth-child(17) {
  animation-delay: 6.8s;
}
.timeline .time-module:nth-child(18) {
  animation-delay: 7.2s;
}
.timeline .time-module:nth-child(19) {
  animation-delay: 7.6s;
}
.timeline .time-module:nth-child(20) {
  animation-delay: 8s;
}

.bounce,
.flash,
.pulse,
.rubberBand,
.shake,
.headShake,
.swing,
.tada,
.wobble,
.jello,
.bounceIn,
.bounceInDown,
.bounceInLeft,
.bounceInRight,
.bounceInUp,
.bounceOut,
.bounceOutDown,
.bounceOutLeft,
.bounceOutRight,
.bounceOutUp,
.fadeIn,
.fadeInDown,
.fadeInDownBig,
.fadeInLeft,
.fadeInLeftBig,
.fadeInRight,
.fadeInRightBig,
.fadeInUp,
.fadeInUpBig,
.fadeOut,
.fadeOutDown,
.fadeOutDownBig,
.fadeOutLeft,
.fadeOutLeftBig,
.fadeOutRight,
.fadeOutRightBig,
.fadeOutUp,
.fadeOutUpBig,
.flipInX,
.flipInY,
.flipOutX,
.flipOutY,
.lightSpeedIn,
.lightSpeedOut,
.rotateIn,
.rotateInDownLeft,
.rotateInDownRight,
.rotateInUpLeft,
.rotateInUpRight,
.rotateOut,
.rotateOutDownLeft,
.rotateOutDownRight,
.rotateOutUpLeft,
.rotateOutUpRight,
.hinge,
.rollIn,
.rollOut,
.zoomIn,
.zoomInDown,
.zoomInLeft,
.zoomInRight,
.zoomInUp,
.zoomOut,
.zoomOutDown,
.zoomOutLeft,
.zoomOutRight,
.zoomOutUp,
.slideInDown,
.slideInLeft,
.slideInRight,
.slideInUp,
.slideOutDown,
.slideOutLeft,
.slideOutRight,
.slideOutUp {
  visibility: visible;
}

.grade-select {
  font-size: 44px;
  margin: 0 10px;
}

/*---------- 3.7 Grade/Location Archive Page ----------*/
/*---------- 2.28 Search Bar ----------*/
.search-bar {
  text-align: left;
  min-height: 100px;
  padding: 20px 30px 10px;
  z-index: 9;
  position: relative;
  display: table;
  width: 100%;
}
.search-bar > div {
  display: table-cell;
  padding-right: 20px;
  vertical-align: top;
}
.search-bar > div:last-child {
  padding-right: 0px;
}
.rtl .search-bar > div {
  padding-right: 0px;
  padding-left: 20px;
}
.search-bar.container {
  margin-top: -130px;
}
.search-bar .text-wrap {
  text-align: right;
  margin-top: 22px;
}
.search-bar .text-wrap h1, .search-bar .text-wrap h2, .search-bar .text-wrap h3, .search-bar .text-wrap h4, .search-bar .text-wrap h5, .search-bar .text-wrap h6 {
  margin: 0;
}
.search-bar .form-group {
  margin-top: 10px;
}
.search-bar .price-range {
  min-width: 200px;
}
.search-bar .price-range .slider-bar {
  margin-top: 25px;
}
.search-bar label {
  font-weight: normal;
  font-size: 0.9rem;
  opacity: 0.6;
}
.search-bar .form-control {
  width: 100%;
}
.search-bar .btn-search {
  margin: 23px 0 20px;
}
.search-bar #amount {
  text-align: right;
  margin-top: -25px;
  margin-bottom: 5px;
  float: right;
  font-size: 0.8em;
}
.search-bar .ui-slider {
  margin-top: 10px;
}

.boxed + .search-bar {
  margin-bottom: 0px;
}
.boxed + .search-bar.container {
  margin-top: -100px;
}

.widget_search .input-group {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .search-bar {
    margin-top: 0;
    display: block;
  }
  .search-bar.container {
    margin-top: 0;
  }
  .search-bar > div {
    display: block;
  }
  .search-bar .text-wrap {
    text-align: left;
    border-right: 0;
    float: none;
  }
  .search-bar .btn-search {
    margin: 10px 0 30px;
  }
}
/*---------- 2.33 location Carousel ----------*/
.location-carousel {
  margin-bottom: 30px;
}
.location-carousel [class^=col-] .location-item {
  margin-bottom: 30px !important;
}
.location-carousel .location-item {
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.location-carousel .location-item:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9;
}
.location-carousel .location-item:after {
  content: "\f119";
  display: inline-block;
  font-family: "iconfont";
  font-size: 0px;
  text-align: center;
  width: 0;
  height: 0;
  line-height: 0;
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}
.location-carousel .location-item:hover:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0px;
  opacity: 1;
  z-index: 9;
}
.location-carousel .location-item:hover:after {
  font-size: 30px;
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.location-carousel .location-item.show-map .location-map {
  display: block;
}
.location-carousel .location-item.show-map .location-term {
  margin-top: 0px;
}
.location-carousel .location-map {
  display: none;
  height: 60px;
  width: 80px;
  margin: 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.location-carousel .location-term {
  width: 100%;
  min-height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 2em;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -30px;
}
.location-carousel .owl-controls {
  margin-top: -60px;
}
.location-carousel .owl-controls .owl-nav {
  position: relative;
  height: 60px;
}
.location-carousel .owl-controls .owl-prev,
.location-carousel .owl-controls .owl-next {
  height: 60px;
  line-height: 60px;
  width: 60px;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  position: absolute;
}
.location-carousel .owl-controls .owl-prev {
  top: 0px;
  left: 0px;
}
.location-carousel .owl-controls .owl-next {
  top: 0px;
  right: 0px;
}

.wpcf7-form input[type=submit],
.wpcf7-form input[type=button] {
  font-size: 1rem;
  font-weight: bold;
  padding: 15px 30px;
  border: 0px;
  border-radius: 10px;
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--primary-contrast);
}

.form-control, .form-textarea, .form-select,
.wpcf7-form-control:not([type=submit]):not([type=button]) {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 4px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus, .form-textarea:focus, .form-select:focus,
.wpcf7-form-control:not([type=submit]):not([type=button]):focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}
.form-control:disabled, .form-textarea:disabled, .form-select:disabled,
.wpcf7-form-control:not([type=submit]):not([type=button]):disabled {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::placeholder, .form-textarea::placeholder, .form-select::placeholder,
.wpcf7-form-control:not([type=submit]):not([type=button])::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-select {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px 12px;
  padding-right: 40px;
}
.form-select:focus {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
}

.form-textarea {
  min-height: 80px;
  resize: vertical;
}

.form-check {
  display: block;
  min-height: 24px;
  padding-left: 24px;
  margin-bottom: 8px;
}
.form-check .form-check-input {
  position: absolute;
  margin-left: -24px;
  margin-top: 4px;
  width: 16px;
  height: 16px;
  border: 1px solid #ced4da;
  background-color: #fff;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-check .form-check-input:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}
.form-check .form-check-input:checked {
  background-color: #007bff;
  border-color: #007bff;
}
.form-check .form-check-input:disabled {
  background-color: #e9ecef;
  border-color: #ced4da;
  opacity: 0.5;
}
.form-check .form-check-label {
  color: #495057;
  font-size: 14px;
  line-height: 1.5;
  cursor: pointer;
}

.form-check-input[type=checkbox] {
  border-radius: 4px;
}
.form-check-input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 12px;
}

.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input[type=radio]:checked {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px 8px;
}

.price-table {
  width: 100%;
}
.price-table .mold-variable-product-meta {
  margin-top: 30px;
  padding-top: 15px;
  border-top: 1px dashed #ddd;
}
.price-table tr td:first-child {
  padding-left: 60px;
  position: relative;
}
.price-table tr td:first-child .onsale {
  position: absolute;
  left: 5px;
  top: 2px;
}

.supported-by {
  text-align: center;
}
.supported-by .supported-list {
  list-style: none;
  padding: 0px;
  display: table;
  margin: 30px auto 0;
  text-align: center;
}
.supported-by .supported-list li {
  display: inline-block;
  margin: 10px 10px 30px;
  text-align: center;
}
.supported-by .supported-list li a {
  text-decoration: none;
  display: inline-block;
}
.supported-by .supported-list.no-carousel li {
  margin: 10px 30px 30px;
}

.cart-wrap {
  display: flex;
}
.cart-wrap > div {
  flex: 1;
}

/*cost and book*/
.list-tick ul, .list-cross ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1.2;
}
.list-tick ul li, .list-cross ul li {
  margin-bottom: 5px;
  display: block;
  clear: both;
  min-height: 30px;
  position: relative;
  padding-left: 30px;
}
.list-tick ul li:before, .list-cross ul li:before {
  font-family: "iconfont";
  font-size: 20px;
  position: absolute;
  left: 0;
  top: -3px;
  opacity: 0.6;
}
.rtl .list-tick ul li:before, .rtl .list-cross ul li:before {
  float: right;
  margin-left: 5px;
}

.list-tick li:before {
  content: "\f212";
}

.list-cross li:before {
  content: "\f14d";
}

@media screen and (max-width: 1000px) {
  .cart-wrap {
    display: block;
  }
}
.layout-aside {
  display: flex;
  gap: 30px;
}
.layout-aside .aside-wrap {
  flex: 0 0 300px;
}
.layout-aside .content-wrap {
  flex: 1;
}
.layout-aside .content-wrap > p:first-child {
  margin-top: 0;
}
/*# sourceMappingURL=plot-core.css.map */
