iframe {
  width: 100%;
  height: auto;
  max-width: 100%; /* or whatever you want it to be */
  aspect-ratio: 16/9;
}
a.fc-event-dot {
  backgrund-color: #fff !important;
  background: #fff !important;
  color: #fff !important;
}
.fc-event-dot {
  backgrund-color: #fff !important;
  background: #fff !important;
  color: #fff !important;
}
#kt_calendar_app a .fc-event-dot {
  backgrund-color: #fff !important;
  background: #fff !important;
  color: #fff !important;
}
#kt_calendar_app .fc-event-dot {
  backgrund-color: #fff !important;
  background: #fff !important;
  color: #fff !important;
}
#kt_calendar_app .fc-daygrid-event-dot {
  backgrund-color: #fff !important;
  background: #fff !important;
  color: #fff !important;
}
.fc-daygrid-event-dot {
  backgrund-color: #fff !important;
  background: #fff !important;
  color: #fff !important;
}
.border-info:hover {
  border-color: #0d6efd !important;
}
.popover-body {
  font-size: 13px;
  font-weight: bold;
}
.popover-body img {
  margin-top: 10px;
}
.fc-event-time, .fc-event-title {
  white-space: normal !important;
}
.fc-day-grid-event {
  white-space: normal !important;
  font-size: 13px !important;
  padding-left: 5px !important;
  padding: 7px !important;
  list-style: circle;
  list-style-type: circle !important;
  margin: 5px;
  margin-bottom: 5px !important;
}
@media only screen and (max-width: 600px) {
  .fc-day-grid-event {
    white-space: normal !important;
    font-size: 10px !important;
    padding-left: 3px !important;
    padding: 3px !important;
    list-style: none !important;
    margin: 5px;
  }
}
.fc .fc-timegrid-col.fc-day-today {
  background-color: red;
}
.fc-day-today {
  background: #FFF !important;
  color: #000 !important;
}
#kt_calendar .fc-day-today {
  background-color: #ff0000 !important;
  font-size: 80%;
}
.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0;
  color: #000;
}
/* arrow on axis */
.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px; /* vertically center on top coordinate */
  color: #000;
}
.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  /* triangle pointing right... */
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
  color: #000;
}
.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  /* triangle pointing left... */
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
  color: #000;
}
.fc-widget-header {
  background-color: palegreen;
}
.fc-state-active {
  background-color: #cccccc;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.fc-prev-button- {
  background-color: #b1d583 !important;
  background: #b1d583 !important;
  background-image: none !important;
  color: #000 !important;
}
.fc-daygrid-day.fc-day.fc-day-today {
  background: #000 !important;
}
.fc-daygrid-day {
  background: #000 !important;
}
.fc-sunday {
  background: #000 !important;
}
.fc-widget-header {
  background-color: #000;
}
.fc-day-names {
  background-color: blue;
}
.fc-bgevent { /* default look for background events */
  background: rgb(143, 223, 130);
  opacity: .3;
}
.fc-state-default {
  background-color: blue;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.fc-- {
  text-align: center;
  background: blue !important;
  padding: 5px;
}
.fc-unthemed .fc-popover {
  color: #000 !important;
}
.fc-unthemed .fc-divider, .fc-unthemed .fc-popover .fc-header, .fc-unthemed .fc-list-heading td {
  color: #000 !important;
}
.fc-list-heading {
  background: #666 !important;
}
.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #000 !important;
}
.fc-unthemed td.fc-today {
  color: #000 !important;
}
.fc-unthemed .fc-disabled-day {
  color: #000 !important;
}
.fc-time-grid-event.fc-selected .fc-resizer {
  color: #000 !important;
}
.fc-today {
  color: #000 !important;
  background: #666 !important;
}
.fc th {
  color: #fff !important;
  background: #222 !important;
}
.fc .fc-header {
  width: 100%;
}
/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-unthemed th, .fc-unthemed td, .fc-unthemed thead, .fc-unthemed tbody, .fc-unthemed .fc-divider, .fc-unthemed .fc-row, .fc-unthemed .fc-content, .fc-unthemed .fc-popover, .fc-unthemed .fc-list-view, .fc-unthemed .fc-list-heading td {
  border-color: #ddd;
}
.fc-unthemed .fc-popover {
  background-color: #fff;
}
.fc-unthemed .fc-divider, .fc-unthemed .fc-popover .fc-header, .fc-unthemed .fc-list-heading td {
  background: #eee;
}
.fc-unthemed td.fc-today {
  background: #fcf8e3;
}
.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: 0.3;
}
#kt_calendar {}
.about_img {}
.about_img:hover + span {
  bottom: -36px;
  opacity: 1;
}
/* Shine */
.hover14 .about_img {
  position: relative;
}
.hover14 .about_img::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.hover14 .about_img:hover::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.home_img {
  width: 420px;
  height: 270px;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
}
.home_img:hover + span {
  bottom: -36px;
  opacity: 1;
}
.home_img img {
  object-fit: contain;
}
/* Zoom In #1 */
.hover01 .home_img img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.hover01 .home_img:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
/* Zoom In #2 */
.hover02 .home_img img {
  width: 300px;
  height: auto;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.hover02 .home_img:hover img {
  width: 350px;
}
/* Zoom Out #1 */
.hover03 .home_img img {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.hover03 .home_img:hover img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* Zoom Out #2 */
.hover04 .home_img img {
  width: 400px;
  height: auto;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.hover04 .home_img:hover img {
  width: 300px;
}
/* Slide */
.hover05 .home_img img {
  margin-left: 30px;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.hover05 .home_img:hover img {
  margin-left: 0;
}
/* Rotate */
.hover06 .home_img img {
  -webkit-transform: rotate(15deg) scale(1.4);
  transform: rotate(15deg) scale(1.4);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.hover06 .home_img:hover img {
  -webkit-transform: rotate(0) scale(1);
  transform: rotate(0) scale(1);
}
/* Blur */
.hover07 .home_img img {
  -webkit-filter: blur(3px);
  filter: blur(3px);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.hover07 .home_img:hover img {
  -webkit-filter: blur(0);
  filter: blur(0);
}
/* Gray Scale */
.hover08 .home_img img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.hover08 .home_img:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
/* Sepia */
.hover09 .home_img img {
  -webkit-filter: sepia(100%);
  filter: sepia(100%);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.hover09 .home_img:hover img {
  -webkit-filter: sepia(0);
  filter: sepia(0);
}
/* Blur + Gray Scale */
.hover10 .home_img img {
  -webkit-filter: grayscale(0) blur(0);
  filter: grayscale(0) blur(0);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.hover10 .home_img:hover img {
  -webkit-filter: grayscale(100%) blur(3px);
  filter: grayscale(100%) blur(3px);
}
/* Opacity #1 */
.hover11 .home_img img {
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.hover11 .home_img:hover img {
  opacity: .5;
}
/* Opacity #2 */
.hover12 .home_img {
  background: #1abc9c;
}
.hover12 .home_img img {
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.hover12 .home_img:hover img {
  opacity: .5;
}
/* Flashing */
.hover13 .home_img:hover img {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}
@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
/* Shine */
.hover14 .home_img {
  position: relative;
}
.hover14 .home_img::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.hover14 .home_img:hover::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
/* Circle */
.hover15 .home_img {
  position: relative;
}
.hover15 .home_img::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, .2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.hover15 .home_img:hover::before {
  -webkit-animation: circle .75s;
  animation: circle .75s;
}
@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
.cat-name {
	color: #111111!important;
}
.cat-count {
	color: #111111!important;
}
.footerlnks {
	color: #ffffff!important;	
}
.footerlnks:hover {
	color: #ea232e!important;
	transition: 0.3s;
}