/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  font-family: "Inconsolata", monosapce;
  color: #0d1e2d;
}

a {
  color: #777;
}

a:hover {
  color: #000;
}

h1, h2, h3, h4, h5, h6, .font-heading {
  font-family: "Raleway", sans-serif;
}

p {
  overflow-wrap: break-word;
}

.site-section {
  padding-bottom: 2rem;
}

.h3 {
  font-size: 20px;
}

.h4 {
  font-size: 16px;
}

.heading {
  font-size: 28px;
}

.readmore {
  display: inline-block;
  border: 1px solid #000;
  padding: 10px 15px;
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
  transition: .2s all ease;
  font-weight: 700;
}

.readmore:active,
.readmore:focus,
.readmore:hover {
  outline: none;
}

.readmore:hover {
  color: #fff;
  text-decoration: none;
  background: #000;
}

.sticky-content {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  /* required */
}

.list-line li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
}

.list-line li:before {
  content: "";
  position: absolute;
  left: 0;
  top: .7rem;
  width: 10px;
  height: 2px;
  background: #000;
}

.form-control {
  border-radius: 0;
  background: #f8f9fa;
  border: 1px solid transparent;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.form-control:active,
.form-control:focus {
  background: #eff1f4;
  outline: none;
  box-shadow: none;
  border: 1px solid transparent;
}

.custom-progress {
  height: 7px;
  border-radius: 0;
}

.custom-progress .progress-bar {
  background: #000;
}

/* Contact Form */

form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

@-webkit-keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

/* Custom Navmenu */

.custom-navmenu {
  background: #0d1e2d;
}

.custom-navmenu .custom-menu,
.custom-navmenu .custom-menu li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.custom-navmenu .custom-menu li {
  margin-bottom: 0;
  font-size: 20px;
}

.custom-navmenu .custom-menu li a {
  color: #fff;
  padding: 10px 0 !important;
}

.custom-navmenu .custom-menu li a:hover {
  text-decoration: none;
}

.custom-navmenu .custom-menu li.active a {
  text-decoration: underline;
}

.custom-navmenu h3 {
  font-size: 20px;
  color: #fff;
}

.custom-navmenu p {
  color: rgba(255, 255, 255, 0.6);
}

.custom-navmenu a {
  color: rgba(255, 255, 255, 0.7);
}

.custom-navmenu a:hover {
  color: #fff;
}

/* Custom Navbar */

.custom-navbar {
  padding-top: 50px;
  width: 100%;
}

.custom-navbar .navbar-brand {
  font-family: "Wire One", "Helvetica", arial, sans-serif;
  font-size: 2.5rem;
  margin-left: 10%;
  padding: unset;
}

/* Burger */

.burger {
  width: 28px;
  height: 32px;
  cursor: pointer;
  position: fixed;
  right: 10%;
  z-index: 1000;
}

.burger:before,
.burger span,
.burger:after {
  width: 100%;
  height: 2px;
  display: block;
  background: #000;
  border-radius: 2px;
  position: absolute;
  opacity: 1;
}

.burger:before,
.burger:after {
  transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
  transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
  content: "";
}

.burger:before {
  top: 4px;
}

.burger span {
  top: 15px;
}

.burger:after {
  top: 26px;
}

/* Hover */

.burger:hover:before {
  top: 7px;
}

.burger:hover:after {
  top: 23px;
}

/* Click */

.burger.active span {
  opacity: 0;
}

.burger.active:before,
.burger.active:after {
  top: 40%;
}

.burger.active:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=5);
  /*for IE*/
}

.burger.active:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-5);
  /*for IE*/
}

.burger:focus {
  outline: none;
}

.footer {
  padding: 0 0 4rem 0;
}

.footer a {
  color: #000;
}

.social a {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #f8f9fa;
  position: relative;
  text-align: center;
  color: #0d1e2d;
}

.social a span {
  display: inline-block;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.social a:hover {
  color: #000;
}

@media (max-width: 780px) {
  .custom-navbar > .container {
    padding-right: 0;
    padding-left: 0;
  }

  .credits {
    margin-top: 0.5em !important;
  }
  .social {
    margin-top: 1em !important;
  }
  .credits, .social {
    text-align: center;
  }
}

/*--------------------------------------------------------------
# Customize
--------------------------------------------------------------*/

@media (min-width: 1280px) {
	.container-xl {
		max-width: 70%;
		margin-right: 5%; }
	.navbar {
		padding: 2.5rem 0 }
}
@media (max-width: 1279px) {
	.navbar {
		padding: 1.5rem; }

	/* Mobile */
	.site-section {
		padding-bottom: 2rem !important; }
	.site-section:not(.no-heading-section) {
		padding-top: 3rem !important; }
	.team-section .team-section-contents {
		padding: 2rem 1rem 0 !important; }
	.shortcut {
		right: 25px !important;
		bottom: 25px !important; }
	.owl-carousel .owl-item .carousel-wrap {
		padding: 25px 0px 40px 0px !important; }
		.carousel-wrap a .carousel-notif.icofont-sun {
		  top: 5% !important;
		  font-size: 1rem !important; }
		.carousel-wrap a .carousel-notif.icofont-ticket {
		  top: -2% !important;
		  font-size: 2rem !important; }
	.owl-padding-none .carousel-wrap {
		padding-bottom: 40px !important; }
	.owl-carousel .owl-dots {
		bottom: 0 !important; }

	.custom-navbar .navbar-brand {
		margin-left: unset;; }
	.work-description {
		left: 25px !important;
		bottom: 25px !important;
		width: 84% !important; }
	.work-description p {
		margin-bottom: 0.3rem !important;
	}
}

.site-section:not(.no-heading-section) {
	padding-top: 6rem;
}

.inline-navbar {
	position: relative;
	margin-left: 8.5%;
	width: 16%;
	z-index: 1000;
}

.inline-navbar li {
	font-size: 1.3rem;
	list-style: none;
	margin-bottom: 0.3rem;
}

.custom-menu li a {
	font-family: "Wire One", "Helvetica", arial, sans-serif;
}

.inline-navbar li.active > a {
	color: black;
	text-decoration: none;
}

.burka-section .heading {
	color: white;
}

.burka-section,
.burka-section .carousel-wrap {
	background-color: #0d1e2d !important;
}

.burka-section .owl-carousel .owl-dots .owl-dot > span {
	background-color: white;
}

.burka-section .owl-carousel .owl-dots .owl-dot.active > span {
	background: white;
	width: 11px;
	height: 11px;
	margin: 3px;
}

.custom-menu .folder .subnav {
	display: none;
}

/* form */

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  padding-left: 0.5rem !important;
  font-size: 0.76562rem;
}

.form-readonly {
  background-color: transparent !important;
  border: 1px solid #dee2e6;
  padding: 10px .75rem;
}

/* Youtube iframe */

.youtube-view {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.youtube-view iframe,
.youtube-view object,
.youtube-view embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* isotope */

.filters a {
  color: #000;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.filters a:hover,
.filters a:focus,
.filters a:active {
  text-decoration: none;
}

.filters a:hover:before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  height: 1px;
  background-color: #000;
}

.filters a.active {
  color: #000;
}

.filters a.active:before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  height: 1px;
  background-color: #000;
}

.item {
  display: flex;
  text-align: center;
  border: none;
  margin-bottom: 30px;
}

.item .item-wrap {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 41vh;
}

.item .item-wrap:after {
  z-index: 2;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  visibility: hidden;
  opacity: 0;
  transition: .3s all ease-in-out;
}

.item .item-wrap img {
  transition: .3s transform ease;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.item .item-wrap > .work-info {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  z-index: 3;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  opacity: 0;
  visibility: hidden;
  margin-top: 20px;
  transition: .3s all ease;
}

.item .item-wrap > .work-info h3 {
  font-size: 20px;
  margin-bottom: 0;
}

.item .item-wrap > .work-info span {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: .2rem;
}

.item .item-wrap:hover {
  text-decoration: none;
}

.item .item-wrap:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.item .item-wrap:hover:after {
  opacity: 1;
  visibility: visible;
}

.item .item-wrap:hover .work-info {
  margin-top: 0px;
  opacity: 1;
  visibility: visible;
}

a.item-wrap .icofont-ticket.round {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  font-size: 6rem;
  color: lightgray;
  border: 1px solid;
  border-radius: 50%;
}

/* owlcarousel */

.owl-carousel .owl-item .carousel-wrap {
  padding: 50px 0px 80px 0px;
}

.carousel-wrap a .carousel-notif {
  position: absolute;
}

.carousel-wrap a .carousel-notif.icofont-sun {
  top: 15%;
  left: 45%;
  font-size: 1rem;

  color: red;
}

.carousel-wrap a .carousel-notif.icofont-ticket {
  top: 4%;
  left: 41%;
  font-size: 2rem;

  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  background-image: linear-gradient(to right, red, orange, yellow, green, blue, indigo, purple);
}

.container-xl .carousel-wrap a .carousel-notif.icofont-ticket {
  top: 0;
  font-size: 3rem;
}

.carousel-wrap .icofont-ticket.round {
  position: absolute;
  bottom: 23%;
  right: 0%;
  font-size: 6rem;
  color: lightgray;
  border: 1px solid;
  border-radius: 50%;
}

.owl-prev, .owl-next {
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  font-size: 2rem !important;
  cursor: e-resize !important;
}

.owl-prev:focus, .owl-next:focus {
  outline: 0;
}

.owl-prev {
  left: -50%;
  text-align: right;
}

.owl-next {
  right: -50%;
  text-align: left;
}

/* calendar */
.fc-bootstrap table,
.fc-bootstrap .fc-head-container {
  border-width: 0 !important;
  font-size: 0.875rem; }

.fc-bootstrap th,
.fc-bootstrap td {
  border-left-width: 0;
  border-right-width: 0;
  padding: .2rem 1rem;
  border-bottom-width: 0 !important; }

.fc-bootstrap .fc-toolbar .btn {
  font-size: 0.75rem;
  text-transform: uppercase; }

.fc-bootstrap .fc-toolbar .fc-next-button {
  margin-left: -1px; }

.fc-bootstrap hr.fc-divider {
  padding: 0;
  margin-top: -1px;
  border-color: #e9ecef; }

.fc-bootstrap .fc-popover {
  position: absolute; }

.fc-bootstrap th,
.fc-bootstrap td {
  border-color: #e9ecef;
  background: #ffffff; }

.fc-bootstrap td.fc-today {
  background: #f8f9fa; }

.fc-bootstrap .fc-toolbar .btn {
  color: #6c757d;
  background-color: #ffffff;
  border-color: #e9ecef; }
  .fc-bootstrap .fc-toolbar .btn.active {
    color: #ffffff;
    background-color: #1b68ff;
    border-color: #1b68ff; }

.fc-bootstrap .fc-event {
  color: #ffffff;
  background-color: #3ad29f;
  border-color: #3ad29f; }
  .fc-bootstrap .fc-event:hover {
    color: #ffffff; }

/* shortcut */
.shortcut {
  position: fixed;
  right: 50px;
  bottom: 50px;
  width: 50px;
}
.shortcut a {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #babac0;
  position: relative;
  text-align: center;
  color: #babac0;
}

.shortcut a span {
  display: inline-block;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.shortcut a:hover,
.shortcut a.on {
  background: #babac0;
  color: #fff;
}

.shortcut a:hover span,
.shortcut a.on span {
  text-decoration: underline;
}

/* work-description */
.cursor-n-resize {
	cursor: n-resize !important;
}
.cursor-e-resize {
	cursor: e-resize !important;
}
.cursor-zoom-in {
	cursor: zoom-in !important;
}
.work-description {
  position: fixed;
  left: 10%;
  bottom: 10%;
  width: 13.5%;
  z-index: 1000;
}