@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');

h1, h2, h3, h4, h5, h6 {
		color: #FFF;
		text-transform: none;
    font-family: 'Oswald', sans-serif;
}

.text-bebas {
    font-family: 'Bebas Neue', sans-serif!important;

}
.text-oswald {
  
font-family: 'Oswald', sans-serif;
}

html.side-header-overlay-full-screen .header-band {

  width: inherit!important;
  height: inherit!important;
    z-index: 10!important;

}

.custom-perspective {
		perspective: 1000px;
}

.sticky-wrapper.sticky-wrapper-effect-1.sticky-wrapper-effect-1-dark.sticky-effect-active .sticky-body {
		background: #1c1c1c;
}

html.side-header-overlay-full-screen #header {
		background-color: rgba(0, 0, 0, 0.95);
}

.custom-hero .custom-el-2:nth-child(1) {
		opacity: 0.9;
		transition: all 1s;
}

.custom-hero .custom-el-2:nth-child(2) {
		mix-blend-mode: hard-light;
		opacity: 0;
		transition: all 1s;
}

.custom-hero:hover .custom-el-2:nth-child(1) {
		opacity: 0;
}

.custom-hero:hover .custom-el-2:nth-child(2) {
		opacity: 0.9;
}

.custom-el-1,
.custom-el-2,
.custom-el-2-wrapper {
		width: 425px;
		height: 500px;
		border-radius: 10px;
}

@media (max-width: 500px) {
		.custom-el-1,
		.custom-el-2,
		.custom-el-2-wrapper {
				width: 340px;
				height: 400px;
		}
}

.custom-el-1 {
		margin: -10px;
}

.custom-el-2 {
		margin: 10px;
}

.custom-el-2 img {
		opacity: 0;
		transition: all 300ms;
}

.custom-el-2 img.lazyloaded {
		opacity: 1;
}

.thumb-info-floating-element {
		z-index: -1;
}

.bg-color-changer {
		transition: background-color 700ms cubic-bezier(0.25, 1, 0.5, 1);
		bottom: 0;
		left: 0;
		min-height: 100vh;
		min-width: 100vw;
		pointer-events: none;
		position: absolute;
		right: 0;
		top: 0;
		z-index: -1;
}

.custom-portfolio-item-1 .custom-portfolio-item-1-img {
		border-radius: 4px 0px 0px 4px;
}

@media (max-width: 991px) {
		.custom-portfolio-item-1 .custom-portfolio-item-1-img {
				border-radius: 4px;
		}
}

.custom-portfolio-item-1 .custom-portfolio-item-1-type {
		padding: 10px;
		width: 60px;
		position: relative;
		overflow: hidden;
}

.custom-portfolio-item-1 .custom-portfolio-item-1-type span {
		display: block;
		white-space: nowrap;
		transform-origin: 0 0;
		transform: translate3d(32px, 10px, 0) rotate(90deg);
		text-align: left;
}

@media (max-width: 991px) {
		.custom-portfolio-item-1 .custom-portfolio-item-1-type {
				display: none;
		}
}

@keyframes arrowMove {
		0% {
				transform: translateY(5px);
		}
		50% {
				transform: translateY(10px);
		}
		100% {
				transform: translateY(5px);
		}
}

.custom-arrow-anim {
		animation: arrowMove 600ms ease;
		animation-iteration-count: infinite;
}
.custom-perspective {
		perspective: 1000px;
}

.custom-available-bullet {
		padding-left: 18px;
		position: relative;
}

.custom-available-bullet:before {
		animation: blinker 1s linear infinite;
		content: '';
		position: absolute;
		width: 12px;
		height: 12px;
		top: 3px;
		left: 0;
		display: block;
		border-radius: 100%;
		background-color: #39b54a;
}

@keyframes blinker {
		50% {
				opacity: 0.4;
		}
}

.custom-hero-font-1 {
		font-size: calc(40px + 50 * ((100vw - 300px) / (1200 - 300)));
		line-height: calc(40px + 50 * ((100vw - 300px) / (1200 - 300)));
		text-transform: uppercase;
}

.custom-border-bottom-1 {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.custom-border-bottom-2 {
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.custom-hero-text-1 {
		padding: 0 0 0 15px;
		display: block;
		max-width: 430px;
		font-size: 20.8px;
		font-size: 1.3rem;
		line-height: 1.7;
		margin: 0;
}

@media (max-width: 1200px) {
		.custom-hero-text-1 {
				font-size: 1rem;
		}
}

@media (max-width: 991px) {
		.custom-hero-text-1 {
				max-width: 95%;
		}
}

.custom-stroke-text-effect-1 {
		-webkit-text-fill-color: transparent;
		-webkit-text-stroke-width: 1.5px;
		-webkit-text-stroke-color: #1c1c1c;
		white-space: nowrap;
}

.custom-stroke-text-effect-2 {
		-webkit-text-fill-color: transparent;
		-webkit-text-stroke-width: 1px;
		-webkit-text-stroke-color: #FFF;
		white-space: nowrap;
}

.custom-hero-img-1 {
		max-width: 100px;
		max-height: 100px;
		margin: 15px;
}

.custom-footer-font-1 {
		font-size: calc(40px + 50 * ((100vw - 300px) / (1200 - 300)));
		line-height: calc(40px + 50 * ((100vw - 300px) / (1200 - 300)));
		text-transform: uppercase;
}

.custom-footer-font-1 em {
		padding: 0 40px;
		border-radius: 20px;
		font-style: normal;
		zoom: 0.52;
		position: relative;
		top: -40px;
}

.custom-footer-img-1 {
		max-width: 100px;
		max-height: 100px;
		margin: 15px;
}

@media (max-width: 991px) {
		.custom-disable-scroll-mobile-1 {
				transform: none !important;
		}
}
.custom-hero {
		background-size: auto;
		background-position: 100% 0;
		width: 100%;
		height: 100vh;
}

.custom-hero-play {
		position: relative;
		top: -18px;
}

.custom-hero-heading {
		font-size: 4.2vw;
		text-transform: uppercase;
		color: #FFF;
		font-weight: bold;
		line-height: 4.2vw;
		margin: 0;
}

.custom-hero-heading em {
		font-style: normal;
		color: transparent;
		-webkit-text-stroke: 1.2px #FFF;
		text-stroke: 2px #FFF;
}

.custom-hero-sub {
		font-size: 2.9vw;
		text-transform: uppercase;
		color: #000;
		font-weight: bold;
		line-height: 2.9vw;
		margin: 0;
}

.custom-hero-sub em {
		font-style: normal;
		color: transparent;
		-webkit-text-stroke: 1.2px #000;
		text-stroke: 2px #FFF;
}

@media (max-width: 1400px) {
		.custom-hero-heading {
				font-size: 6.5vw;
				line-height: 6.5vw;
		}
}

@media (max-width: 991px) {
		.custom-hero-heading {
				font-size: 8.5vw;
				line-height: 8.5vw;
		}
}

/* Custom Card Style */
 .custom-card-img-top-wrapper .post-date {
		position: absolute;
		top: 35px;
		left: 35px;
		text-align: center;
}

 .custom-card-img-top-wrapper .post-date .month {
		display: block;
		background: #CCC;
		border-radius: 0 0 2px 2px;
		color: #FFF;
		font-size: 0.8em;
		line-height: 1.8;
		padding: 1px 10px;
		text-transform: uppercase;
		font-family: "Poppins", Arial, sans-serif;
}

.custom-card-img-top-wrapper .post-date .day {
		background: #f7f7f7;
		border-radius: 2px 2px 0 0;
		color: #CCC;
		display: block;
		font-size: 18px;
		font-weight: 900;
		padding: 10px;
		font-family: "Poppins", Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6, span, a {
		font-family: 'Oswald', sans-serif;
}

body {
		font-family: 'Montserrat', sans-serif;
}

.custom-font-primary {
		font-family: 'Oswald', sans-serif;
}

.custom-font-secondary {
		font-family: 'Montserrat', sans-serif !important;
}

.custom-border-color-1 {
		border-color: #424549 !important;
}

.custom-font-size-1 {
		font-size: 22.4px !important;
		font-size: 1.4rem !important;
}

.custom-font-size-2 {
		font-size: 12.8px !important;
		font-size: 0.8rem !important;
}




/* Custom Borders Divider */
.custom-borders-divider-style-1 > div[class*="col"] {
		border-width: 1px;
		border-style: solid;
		border-color: #212529;
		border-top-width: 0;
		border-right-width: 0;
		border-left-width: 0;
}

@media (min-width: 576px) {
		.custom-borders-divider-style-1 > div[class*="col"] {
				border-right-width: 1px;
		}
		.custom-borders-divider-style-1 > div[class*="col"]:nth-child(1), .custom-borders-divider-style-1 > div[class*="col"]:nth-child(3) {
				border-left-width: 1px;
		}
}

@media (min-width: 992px) {
		.custom-borders-divider-style-1 > div[class*="col"] {
				border-left-width: 0;
		}
		.custom-borders-divider-style-1 > div[class*="col"]:nth-child(1) {
				border-left-width: 1px;
		}
		.custom-borders-divider-style-1 > div[class*="col"]:nth-child(3) {
				border-left-width: 0;
		}
}

/* Custom Brands Colors */
.custom-spotify-hover-effect {
		transition: ease background 300ms;
}

.custom-spotify-hover-effect:hover {
		background: #24cf5f;
}

.custom-itunes-hover-effect {
		transition: ease background 300ms;
}

.custom-itunes-hover-effect:hover {
		background: #d948dd;
}

.custom-amazon-hover-effect {
		transition: ease background 300ms;
}

.custom-amazon-hover-effect:hover {
		background: #ff9b00;
}

.custom-googlemusic-hover-effect {
		transition: ease background 300ms;
}

.custom-googlemusic-hover-effect:hover {
		background: #f4522b;
}

/* Custom Tour Items Hover Effect */
.custom-tour-wrapper {
		position: relative;
		overflow: hidden;
}

.custom-tour-wrapper .custom-tour-stage {
		transition: ease transform 300ms;
}

.custom-tour-wrapper .custom-tour-stage > .custom-tour-item + .custom-tour-item {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		transform: translate3d(0, 100%, 0);
}

.custom-tour-wrapper:not(.custom-tour-wrapper-static):hover > .custom-tour-stage {
		transform: translate3d(0, -100%, 0);
}

/* Custom Thumb Info */
.custom-thumb-info-style-1 .overlay:before {
		transition: ease all 300ms 0ms !important;
}

.custom-thumb-info-style-1:hover .overlay:before {
		opacity: 0.8 !important;
		background: #0c0c0c !important;
}

.custom-thumb-info-style-1 .thumb-info-title {
		padding: 28.8px 44.8px 36.8px 33.6px !important;
		padding: 1.8rem 2.8rem 2.3rem 2.1rem !important;
}

/* Custom Card Style */
.custom-card-style-1 .custom-card-img-top-wrapper .post-date {
		position: absolute;
		top: 35px;
		left: 35px;
		text-align: center;
}

.custom-card-style-1 .custom-card-img-top-wrapper .post-date .month {
		display: block;
		background: #CCC;
		border-radius: 0 0 2px 2px;
		color: #FFF;
		font-size: 0.8em;
		line-height: 1.8;
		padding: 1px 10px;
		text-transform: uppercase;
		font-family: "Poppins", Arial, sans-serif;
}

.custom-card-style-1 .custom-card-img-top-wrapper .post-date .day {
		background: #f7f7f7;
		border-radius: 2px 2px 0 0;
		color: #CCC;
		display: block;
		font-size: 18px;
		font-weight: 900;
		padding: 10px;
		font-family: "Poppins", Arial, sans-serif;
}

/* Custom SVG Line Animation */
@keyframes customSVGLineAnim {
		from {
				stroke-dasharray: 40;
				stroke-dashoffset: 40;
		}
		to {
				stroke-dasharray: 40;
				stroke-dashoffset: 0;
		}
}

.customSVGLineAnim {
		animation-name: customSVGLineAnim;
}

.custom-perspective {
		perspective: 1000px;
}

.custom-available-bullet {
		padding-left: 18px;
		position: relative;
}

.custom-available-bullet:before {
		animation: blinker 1s linear infinite;
		content: '';
		position: absolute;
		width: 12px;
		height: 12px;
		top: 3px;
		left: 0;
		display: block;
		border-radius: 100%;
		background-color: #39b54a;
}

@keyframes blinker {
		50% {
				opacity: 0.4;
		}
}

.custom-hero-font-1 {
		font-size: calc(40px + 50 * ((100vw - 300px) / (1200 - 300)));
		line-height: calc(40px + 50 * ((100vw - 300px) / (1200 - 300)));
		text-transform: uppercase;
}

.custom-border-bottom-1 {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.custom-border-bottom-2 {
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.custom-hero-text-1 {
		padding: 0 0 0 15px;
		display: block;
		max-width: 430px;
		font-size: 20.8px;
		font-size: 1.3rem;
		line-height: 1.7;
		margin: 0;
}

@media (max-width: 1200px) {
		.custom-hero-text-1 {
				font-size: 1rem;
		}
}

@media (max-width: 991px) {
		.custom-hero-text-1 {
				max-width: 95%;
		}
}

.custom-stroke-text-effect-1 {
		-webkit-text-fill-color: transparent;
		-webkit-text-stroke-width: 1.5px;
		-webkit-text-stroke-color: #1c1c1c;
		white-space: nowrap;
}

.custom-stroke-text-effect-2 {
		-webkit-text-fill-color: transparent;
		-webkit-text-stroke-width: 1px;
		-webkit-text-stroke-color: #FFF;
		white-space: nowrap;
}

.custom-hero-img-1 {
		max-width: 100px;
		max-height: 100px;
		margin: 15px;
}

.custom-footer-font-1 {
		font-size: calc(40px + 50 * ((100vw - 300px) / (1200 - 300)));
		line-height: calc(40px + 50 * ((100vw - 300px) / (1200 - 300)));
		text-transform: uppercase;
}

.custom-footer-font-1 em {
		padding: 0 40px;
		border-radius: 20px;
		font-style: normal;
		zoom: 0.52;
		position: relative;
		top: -40px;
}

.custom-footer-img-1 {
		max-width: 100px;
		max-height: 100px;
		margin: 15px;
}

@media (max-width: 991px) {
		.custom-disable-scroll-mobile-1 {
				transform: none !important;
		}
}






/*
* DEMO GENERAL STYLES
*/


section.section {
		padding: 60px 0px;
}

@media (max-width: 767px) {
		section.section {
				padding: 30px 0px;
		}
}

/*
* DEMO CUSTOM STYLES
*/
.custom-position-1 {
		position: relative;
}

.custom-font-size-1 {
		font-size: 60px;
		font-weight: 600;
		line-height: 1;
		margin: -15px 0 10px;
		letter-spacing: 0px;
}

.custom-font-size-2 {
		font-size: 21px;
		letter-spacing: -0.5px;
		line-height: 1;
}

.custom-text-color-1 {
		color: #b7b7b7 !important;
}

.custom-text-color-2 {
		color: #727c93 !important;
}

.parallax-no-overflow {
		overflow: visible !important;
}

.parallax-no-overflow .parallax-background {
		z-index: -1;
}

.custom-border {
		border: 10px solid #FFF;
}

@media (min-width: 991px) {
		.custom-image-position-2 {
				position: absolute;
				max-width: 90%;
				top: -60px;
				z-index: 1;
		}
}

.custom-margin-bottom-1 {
		margin-bottom: 30px !important;
}

@media (min-width: 992px) {
		.custom-section-padding-1 {
				padding-top: 150px !important;
				padding-bottom: 70px !important;
		}
		.custom-md-margin-top-1 {
				margin-top: 58px;
		}
}

@media (min-width: 992px) and (max-width: 1199px) {
		.custom-section-padding-1 {
				padding-top: 150px !important;
				padding-bottom: 2.3rem !important;
		}
}

@media (max-width: 991px) {
		.custom-sm-margin-bottom-1 {
				margin-bottom: 45px;
		}
}

@media (max-width: 767px) {
		.custom-xs-margin-1 {
				margin-left: 0 !important;
				margin-top: 10px;
		}
}

.custom-btn-style-1 {
		padding: 5px 18px;
		border-radius: 35px !important;
}

.custom-btn-style-2 {
		color: #1e1e1e !important;
		padding: 10px 30px;
		border-radius: 35px !important;
}

.custom-btn-style-2.btn-outline {
		border-color: #b5b5b5 !important;
		border-width: 1px;
}

.custom-box-shadow-1 {
		box-shadow: 0px 30px 120px 0px #dde5ee;
}

.custom-box-shadow-2 {
		box-shadow: 0px 12px 90px -10px rgba(171, 191, 216, 0.6) !important;
}

.custom-box-shadow-3 {
		box-shadow: 0 30px 40px -15px #e5edf6;
}

.custom-box-shadow-4 {
		box-shadow: 0px 12px 90px -10px rgba(139, 139, 139, 0.5) !important;
}

.custom-bg-color-1 {
		background: #f4f9ff !important;
}

@media (max-width: 767px) {
		.custom-xs-bg-size-cover {
				background-size: cover !important;
		}
}

.flag {
		position: relative;
		top: -1px;
}

@media (min-width: 992px) and (max-width: 1199px) {
		.custom-image-pos-1 {
				position: relative;
				left: -60px;
				max-width: 160%;
		}
}

/*
* Owl Carousel
*/
.owl-carousel.custom-carousel-style-1 {
		width: calc(100% + 120px);
		left: 50%;
		transform: translateX(-50%);
}

.owl-carousel.custom-item-padding .owl-item {
		padding: 20px 40px 40px;
}

.owl-carousel.custom-dots-style-1 .owl-dots button.owl-dot.active span, .owl-carousel.custom-dots-style-1 .owl-dots button.owl-dot:hover span {
		border-color: #1e1e1e !important;
		background-color: #1e1e1e !important;
}

.owl-carousel.custom-dots-style-1 .owl-dots button.owl-dot span {
		position: relative;
		width: 12px;
		height: 12px;
		margin: 5px 2px;
		background: transparent !important;
		border: 2px solid #1e1e1e;
}

.owl-carousel.custom-dots-color-1 .owl-dots button.owl-dot.active span, .owl-carousel.custom-dots-color-1 .owl-dots button.owl-dot:hover span {
		border-color: #1e1e1e !important;
		background-color: #1e1e1e !important;
}

.owl-carousel.custom-dots-color-1 .owl-dots button.owl-dot span {
		border: 2px solid #1e1e1e !important;
}

.owl-carousel.custom-dots-color-1.custom-dots-color-1-light .owl-dots button.owl-dot.active span, .owl-carousel.custom-dots-color-1.custom-dots-color-1-light .owl-dots button.owl-dot:hover span {
		border-color: #FFF !important;
		background-color: #FFF !important;
}

.owl-carousel.custom-dots-color-1.custom-dots-color-1-light .owl-dots button.owl-dot span {
		border: 2px solid #FFF !important;
}

.owl-carousel.custom-dots-position-1 .owl-dots {
		text-align: right;
		padding-right: 68px;
}

/*
* Header
*/
/* Header Floating */
html.side-header-overlay-full-screen #header-band:not(.side-header-hide) {
  opacity: 1;
  visibility: visible;
  transition: ease opacity 300ms, ease visibility 300ms;
    background: transparent;
}
#header-band.header-floating-icons .nav {
	flex-direction: column;
}

#header-band.header-floating-icons .header-nav-main nav > ul > li {
	flex: 0 0 auto;
	margin-left: 0;
}

#header-band.header-floating-icons .header-nav-main nav > ul > li > a > i {
	pointer-events: none;
}

#header-band.header-floating-icons .header-nav-main nav > ul > li > a.active {
	background: #FFF !important;
}

#header-band.header-floating-icons .header-nav-main nav > ul > li > a.active:after {
	background: #FFF;
}

#header-band.header-floating-icons .header-nav-main nav > ul > li.open > a:after, #header-band.header-floating-icons .header-nav-main nav > ul > li.accessibility-open > a:after, #header-band.header-floating-icons .header-nav-main nav > ul > li.active > a:after, #header-band.header-floating-icons .header-nav-main nav > ul > li:hover > a:after, #header-band.header-floating-icons .header-nav-main nav > ul > li:active > a:after, #header-band.header-floating-icons .header-nav-main nav > ul > li:focus > a:after {
	background: #FFF;
}

@media (min-width: 992px) {
	#header-band.header-floating-icons {
		background: transparent;
		height: 0;
		min-height: 0 !important;
	}

	#header-band.header-floating-icons .header-nav-main nav > ul > li {
		height: auto;
	}

	#header-band.header-floating-icons .header-row {
		display: block;
		position: absolute;
		top: 12px;
		left: -60px;
	}

	#header-band.header-floating-icons .header-body {
		position: fixed;
		top: 0;
		left: 0;
		background: transparent;
		min-height: 0;
		padding: 0;
		border: none;
	}

	#header-band.header-floating-icons .header-nav {
		padding: 0 !important;
	}

	#header-band.header-floating-icons .header-nav-main {
		margin: 0;
		box-shadow: 0px 0px 80px 0px rgba(62, 62, 62, 0.3);
	}

	#header-band.header-floating-icons .header-nav-main nav > ul > li {
		border-bottom: 1px solid #CCC;
	}

	#header-band.header-floating-icons .header-nav-main nav > ul > li:hover > a {
		background: #FFF;
	}

	#header-band.header-floating-icons .header-nav-main nav > ul > li:hover > a > span {
		opacity: 1;
		transform: rotateY(0deg);
	}

	#header-band.header-floating-icons .header-nav-main nav > ul > li > a {
		font-size: 25px;
		padding: 18px;
		perspective: 770px;
		background: #F7F7F7;
		border-radius: 0;
		transform: translateZ(0);
	}

	#header-band.header-floating-icons .header-nav-main nav > ul > li > a:after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 102%;
		z-index: -1;
	}

	#header-band.header-floating-icons .header-nav-main nav > ul > li > a > span {
		opacity: 0;
		position: absolute;
		top: 0;
		left: 125.5%;
		background: #FFF;
		padding: 0 25px;
		height: 100%;
		line-height: 4.1;
		white-space: nowrap;
		font-size: 14px;
		z-index: -2;
		transition: ease transform 300ms;
		box-shadow: 0px 0px 80px 0px rgba(62, 62, 62, 0.15);
		transform-origin: -19% 0%;
		transform: rotateY(88deg);
	}

	#header-band.header-floating-icons .header-nav-main nav > ul > li > a > span:before {
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		left: -4px;
		padding: 10px;
		background: #FFF;
		z-index: -1;
		transform: translate(0, -50%) rotate(45deg);
	}
}

@media (min-width: 992px) and (max-width: 1281px) {
	#header-band.header-floating-icons .header-row {
		left: -19px;
	}

	#header-band.header-floating-icons .header-nav-main nav > ul > li > a {
		padding: 9.8px;
		perspective: 450px;
	}

	#header-band.header-floating-icons .header-nav-main nav > ul > li > a > span {
		line-height: 3;
	}
}

@media (max-width: 991px) {
	#header-band.header-floating-icons {
		position: fixed;
		top: 23px;
		right: 10px;
	}

	#header-band.header-floating-icons .header-body {
		background: transparent;
		border: none;
		min-height: 0;
	}

	#header-band.header-floating-icons .header-btn-collapse-nav {
		padding: 15px 20px;
		margin: 0;
	}

	#header-band.header-floating-icons .header-nav-main {
		position: absolute;
		right: 0px;
		top: 77px;
		max-width: 53px;
		overflow: hidden;
		box-shadow: 0px 0px 15px 0px rgba(62, 62, 62, 0.2);
	}

	#header-band.header-floating-icons .header-nav-main:before {
		content: none;
	}

	#header-band.header-floating-icons .header-nav-main nav {
		padding: 0;
		margin: 0 !important;
		max-height: none;
	}

	#header-band.header-floating-icons .header-nav-main nav > ul {
		display: block;
		padding: 0;
	}

	#header-band.header-floating-icons .header-nav-main nav > ul > li {
		display: inline-block;
		border: none;
	}

	#header-band.header-floating-icons .header-nav-main nav > ul > li > a {
		font-size: 1.7em;
		margin: 0;
		padding: 15px;
		background: #F7F7F7;
		border-radius: 0;
		border-bottom: 1px solid #e2e2e2;
	}

	#header-band.header-floating-icons .header-nav-main nav > ul > li > a > span {
		display: none;
	}

	#header-band.header-floating-icons .header-nav-main nav > ul > li:last-child > a {
		border-bottom: 0;
	}
}


#header-band.header-floating-icons .nav {
		flex-direction: column;
}

#header-band.header-floating-icons .header-nav-main nav > ul > li {
		flex: 0 0 auto;
		margin-left: 0;
}

#header-band.header-floating-icons .header-nav-main nav > ul > li > a.active {
		background: #FFF !important;
}

#header-band.header-floating-icons .header-nav-main nav > ul > li > a.active:after {
		background: #FFF;
}

@media (min-width: 992px) {
		#header-band.header-floating-icons {
				background: transparent;
				height: 0;
				min-height: 0 !important;
		}
		#header-band.header-floating-icons .header-row {
				display: block;
				position: absolute;
				top: 45px;
				left: -40px;
		}
		#header-band.header-floating-icons .header-body {
				position: fixed;
				top: 0;
				background: transparent;
				min-height: 0;
				padding: 0;
				border: none;
		}
		#header-band.header-floating-icons .header-nav {
				padding: 0 !important;
		}
		#header-band.header-floating-icons .header-nav-main {
				margin: 0;
				box-shadow: 0px 0px 80px 0px rgba(62, 62, 62, 0.3);
		}
		#header-band.header-floating-icons .header-nav-main nav > ul > li:hover > a > span {
				transform: rotateY(0deg);
		}
		#header-band.header-floating-icons .header-nav-main nav > ul > li > a {
				font-size: 25px;
				padding: 17.1px;
				perspective: 770px;
		}
		#header-band.header-floating-icons .header-nav-main nav > ul > li > a:after {
				content: '';
				display: block;
				position: absolute;
				top: 0;
				right: 0;
				width: 100%;
				height: 102%;
				background: #FDD55C;
				z-index: -1;
		}
		#header-band.header-floating-icons .header-nav-main nav > ul > li > a > span {
				position: absolute;
				top: 0;
				left: 125.5%;
				background: #FFF;
				padding: 0 25px;
				height: 100%;
				line-height: 4.1;
				white-space: nowrap;
				font-size: 14px;
				z-index: -2;
				transition: ease transform 300ms;
				transform-origin: -19% 0%;
				transform: rotateY(88deg);
		}
		#header-band.header-floating-icons .header-nav-main nav > ul > li > a > span:before {
				content: '';
				display: block;
				position: absolute;
				top: 50%;
				left: -4px;
				padding: 10px;
				background: #FFF;
				z-index: -1;
				transform: translate(0, -50%) rotate(45deg);
		}
}

@media (min-width: 992px) and (max-width: 1281px) {
		#header-band.header-floating-icons .header-row {
				left: -19px;
		}
		#header-band.header-floating-icons .header-nav-main nav > ul > li > a {
				padding: 9.8px;
				perspective: 450px;
		}
		#header-band.header-floating-icons .header-nav-main nav > ul > li > a > span {
				line-height: 3;
		}
}

@media (max-width: 991px) {
		#header-band.header-floating-icons {
				position: absolute;
				top: 60px;
				right: 0px;
		}
		#header-band.header-floating-icons .header-body {
				background: transparent;
				border: none;
				min-height: 0;
		}
		#header-band.header-floating-icons .header-btn-collapse-nav {
				padding: 15px 20px;
				margin: 0;
				color: #1e1e1e;
		}
		#header-band.header-floating-icons .header-nav-main {
				position: absolute;
				right: 0px;
				top: 77px;
				max-width: 53px;
				overflow: hidden;
		}
		#header-band.header-floating-icons .header-nav-main:before {
				content: none;
		}
		#header-band.header-floating-icons .header-nav-main nav {
				padding: 0;
				max-height: none;
		}
		#header-band.header-floating-icons .header-nav-main nav > ul {
				display: block;
				padding: 0;
		}
		#header-band.header-floating-icons .header-nav-main nav > ul > li {
				display: inline-block;
				border: none;
		}
		#header-band.header-floating-icons .header-nav-main nav > ul > li > a {
				font-size: 1.7em;
				margin: 0;
				padding: 15px;
				color: #1e1e1e !important;
				border-bottom: none;
		}
		#header-band.header-floating-icons .header-nav-main nav > ul > li > a > span {
				display: none;
		}
}
@media (min-width: 992px) {
	#header-band .header-nav-main.header-nav-main-light nav > ul > li > a {
		color: #FFF;
	}

	#header-band .header-nav-main.header-nav-main-light nav > ul > li > a.active {
		color: #CCC;
		background: #FFF;
	}

	#header-band .header-nav-main.header-nav-main-light nav > ul > li.open > a, #header .header-nav-main.header-nav-main-light nav > ul > li.accessibility-open > a, #header .header-nav-main.header-nav-main-light nav > ul > li.active > a, #header .header-nav-main.header-nav-main-light nav > ul > li:hover > a {
		background: #FFF;
	}

	#header-band .header-nav-main.header-nav-main-light nav > ul > li.open > .dropdown-menu, #header .header-nav-main.header-nav-main-light nav > ul > li.accessibility-open > .dropdown-menu, #header .header-nav-main.header-nav-main-light nav > ul > li.active > .dropdown-menu, #header .header-nav-main.header-nav-main-light nav > ul > li:hover > .dropdown-menu {
		border-top-color: #FFF;
		box-shadow: 0 20px 25px rgba(0, 0, 0, 0.05);
	}

	#header-band .header-nav-main.header-nav-main-light nav > ul > li.open > .dropdown-menu .dropdown-submenu:hover > .dropdown-menu, #header .header-nav-main.header-nav-main-light nav > ul > li.accessibility-open > .dropdown-menu .dropdown-submenu:hover > .dropdown-menu, #header .header-nav-main.header-nav-main-light nav > ul > li.active > .dropdown-menu .dropdown-submenu:hover > .dropdown-menu, #header .header-nav-main.header-nav-main-light nav > ul > li:hover > .dropdown-menu .dropdown-submenu:hover > .dropdown-menu {
		border-top-color: #FFF;
	}

	#header-band .header-nav-main.header-nav-main-light nav > ul > li.active > a {
		background: #FFF;
	}

	#header-band .header-nav-main.header-nav-main-light nav > ul > li.dropdown.open > a:before, #header .header-nav-main.header-nav-main-light nav > ul > li.dropdown.accessibility-open > a:before, #header .header-nav-main.header-nav-main-light nav > ul > li.dropdown:hover > a:before {
		border-bottom-color: #FFF;
	}

	#header-band .header-nav-main.header-nav-main-light .dropdown-menu > li > a:hover, #header .header-nav-main.header-nav-main-light .dropdown-menu > li > a:focus {
		background: #f5f5f5;
	}
}

@media (min-width: 992px) {
	#header-band .header-nav-main-effect-1 nav > ul > li.dropdown .dropdown-menu li a, #header .header-nav-main-effect-1 nav > ul > li.dropdown .dropdown-mega-sub-nav li a {
		transition: transform .2s ease-out;
		transform: translate3d(0, -5px, 0);
	}

	#header-band .header-nav-main-effect-1 nav > ul > li.dropdown:hover > .dropdown-menu li a, #header .header-nav-main-effect-1 nav > ul > li.dropdown:hover .dropdown-mega-sub-nav li a, #header .header-nav-main-effect-1 nav > ul > li.dropdown.open > .dropdown-menu li a, #header .header-nav-main-effect-1 nav > ul > li.dropdown.open .dropdown-mega-sub-nav li a, #header .header-nav-main-effect-1 nav > ul > li.dropdown.accessibility-open > .dropdown-menu li a, #header .header-nav-main-effect-1 nav > ul > li.dropdown.accessibility-open .dropdown-mega-sub-nav li a {
		transform: translate3d(0, 0, 0);
	}

	#header-band .header-nav-main-effect-1 nav > ul > li.dropdown .dropdown-menu {
		transition: transform .2s ease-out;
		transform: translate3d(0, -5px, 0);
	}

	#header-band .header-nav-main-effect-1 nav > ul > li.dropdown:hover > .dropdown-menu, #header .header-nav-main-effect-1 nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav-main-effect-1 nav > ul > li.dropdown.accessibility-open > .dropdown-menu {
		transform: translate3d(0, 2px, 0);
	}

	#header-band .header-nav.header-nav-stripe .header-nav-main-effect-1 nav > ul > li.dropdown:hover > .dropdown-menu, #header .header-nav.header-nav-stripe .header-nav-main-effect-1 nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav.header-nav-stripe .header-nav-main-effect-1 nav > ul > li.dropdown.accessibility-open > .dropdown-menu, #header .header-nav.header-nav-links .header-nav-main-effect-1 nav > ul > li.dropdown:hover > .dropdown-menu, #header .header-nav.header-nav-links .header-nav-main-effect-1 nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav.header-nav-links .header-nav-main-effect-1 nav > ul > li.dropdown.accessibility-open > .dropdown-menu, #header .header-nav.header-nav-line .header-nav-main-effect-1 nav > ul > li.dropdown:hover > .dropdown-menu, #header .header-nav.header-nav-line .header-nav-main-effect-1 nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav.header-nav-line .header-nav-main-effect-1 nav > ul > li.dropdown.accessibility-open > .dropdown-menu, #header .header-nav.header-nav-dropdowns-dark .header-nav-main-effect-1 nav > ul > li.dropdown:hover > .dropdown-menu, #header .header-nav.header-nav-dropdowns-dark .header-nav-main-effect-1 nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav.header-nav-dropdowns-dark .header-nav-main-effect-1 nav > ul > li.dropdown.accessibility-open > .dropdown-menu {
		transform: translate3d(0, 0, 0);
	}
}

@media (min-width: 992px) {
	#header-band .header-nav-main-effect-2 nav > ul > li.dropdown .dropdown-menu {
		transition: opacity .2s ease-out;
		opacity: 0;
	}

	#header-band .header-nav-main-effect-2 nav > ul > li.dropdown:hover > .dropdown-menu, #header .header-nav-main-effect-2 nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav-main-effect-2 nav > ul > li.dropdown.accessibility-open > .dropdown-menu {
		opacity: 1;
	}
}

@media (min-width: 992px) {
	#header-band .header-nav-main-effect-3 nav > ul > li.dropdown .dropdown-menu {
		transition: transform .2s ease-out;
		transform: translate3d(0, 10px, 0);
	}

	#header-band .header-nav-main-effect-3 nav > ul > li.dropdown:hover > .dropdown-menu, #header .header-nav-main-effect-3 nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav-main-effect-3 nav > ul > li.dropdown.accessibility-open > .dropdown-menu {
		transform: translate3d(0, 0, 0);
	}
}

@media (min-width: 992px) {
	#header-band .header-nav-main-effect-4 nav > ul > li.dropdown .dropdown-menu {
		transition: transform .2s ease-out;
		transform: translate3d(-10px, 0, 0);
	}

	#header-band .header-nav-main-effect-4 nav > ul > li.dropdown:hover > .dropdown-menu, #header .header-nav-main-effect-4 nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav-main-effect-4 nav > ul > li.dropdown.accessibility-open > .dropdown-menu {
		transform: translate3d(0, 0, 0);
	}
}

@media (min-width: 992px) {
	#header-band .header-nav-main-effect-5 nav > ul > li.dropdown .dropdown-menu {
		transition: transform .2s ease-out;
		transform: translate3d(0, -10px, 0);
	}

	#header-band .header-nav-main-effect-5 nav > ul > li.dropdown:hover > .dropdown-menu, #header .header-nav-main-effect-5 nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav-main-effect-5 nav > ul > li.dropdown.accessibility-open > .dropdown-menu {
		transform: translate3d(0, 0, 0);
	}
}

@media (min-width: 992px) {
	#header-band .header-nav-main-effect-6 nav > ul > li.dropdown .dropdown-menu {
		transition: transform .2s ease-out;
		transform: translate3d(10px, 0, 0);
	}

	#header-band .header-nav-main-effect-6 nav > ul > li.dropdown:hover > .dropdown-menu, #header .header-nav-main-effect-6 nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav-main-effect-6 nav > ul > li.dropdown.accessibility-open > .dropdown-menu {
		transform: translate3d(0, 0, 0);
	}
}

@media (min-width: 992px) {
	#header-band .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu {
		transition: transform .2s ease-out, opacity .2s ease-out;
		transform: translate3d(-10px, 0, 0);
		opacity: 0;
	}

	#header-band .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu, #header .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.open > .dropdown-menu, #header .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.accessibility-open > .dropdown-menu {
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}

	#header-band .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.dropdown-reverse > .dropdown-menu {
		transition: transform .2s ease-out, opacity .2s ease-out;
		transform: translate3d(10px, 0, 0);
		left: auto;
		right: 100%;
		opacity: 0;
	}

	#header-band .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.dropdown-reverse:hover > .dropdown-menu, #header .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.dropdown-reverse.open > .dropdown-menu, #header .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.dropdown-reverse.accessibility-open > .dropdown-menu {
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

/*
* About Me
*/
.about-me-more {
		display: none;
}

.about-me-more.about-me-more-visible {
		display: block;
}

.custom-about-me-infos span {
		display: block;
}

@media (max-width: 767px) {
		.custom-about-me-infos span {
				font-size: 0.9em;
		}
}

.custom-about-me-links {
		position: relative;
}

.custom-about-me-links:after {
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		right: 0;
		width: 75vw;
		border-bottom: 1px solid #e2e2e2;
		z-index: 0;
}

@media (max-width: 991px) {
		.custom-about-me-links:after {
				width: 100vw;
		}
}

@media (max-width: 767px) {
		.custom-about-me-links > .container {
				max-width: none;
		}
}

.custom-nav-button {
		display: inline-block;
		padding: 30px 10px;
		font-size: 1.2em;
		letter-spacing: -0.5px;
		line-height: 1.3;
		text-align: center;
}

.custom-nav-button.custom-divisors:before, .custom-nav-button.custom-divisors:after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: -12px;
		height: 100%;
		border-left: 1px solid #e2e2e2;
}

.custom-nav-button.custom-divisors:after {
		left: auto;
		right: -16px;
}

.custom-nav-button i {
		float: left;
		font-size: 1.3em;
		margin-right: 10px;
		vertical-align: middle;
}

@media (max-width: 991px) {
		.custom-nav-button.custom-divisors:before, .custom-nav-button.custom-divisors:after {
				content: none;
		}
		.custom-xs-border-bottom {
				border-bottom: 1px solid #e2e2e2;
		}
}

.custom-box-details {
		padding: 35px;
}

.custom-box-details h4 {
		letter-spacing: -0.5px;
}

@media (max-width: 767px) {
		.custom-box-details {
				float: none !important;
				margin-left: 0 !important;
		}
}

.custom-list-style-1 {
		padding: 0;
}

.custom-list-style-1 li {
		list-style: none;
}

.custom-list-style-1 li span {
		text-transform: uppercase;
		font-weight: 600;
		font-size: 0.9em;
}

.custom-list-style-1 li span:nth-child(1) {
		display: inline-block;
		min-width: 100px;
}

.custom-list-style-1 li span.custom-max-width-1 {
		min-width: 130px;
}

.custom-social-icons {
		position: absolute;
		top: 50%;
		right: 0;
		transform: translate(0, -50%);
}

.custom-social-icons li {
		display: block;
		margin: 0;
}

.custom-social-icons li a {
		height: 40px;
		line-height: 40px;
		width: 40px;
		border-radius: 0;
		color: #FFF !important;
}

.custom-social-icons li:hover a {
		opacity: 0.9;
}

.custom-social-icons li.social-icons-facebook a {
		background: #3b5a9a;
}

.custom-social-icons li.social-icons-twitter a {
		background: #1aa9e1;
}

.custom-social-icons li.social-icons-youtube a {
		background: #c3191e;
}

@media (max-width: 1281px) {
		.custom-social-icons {
				display: none;
		}
}

/*
* Experience
*/
section.custom-timeline {
		width: calc(100% - 30px);
		margin: 0 0 0 40px;
		padding: 0;
}

section.custom-timeline:after, section.custom-timeline:before {
		content: none;
}

section.custom-timeline .timeline-body:after {
		content: '';
		display: block;
		clear: both;
}

section.custom-timeline .timeline-bar {
		position: absolute;
		background: #1e1e1e;
		width: 3px;
		left: -3.6%;
		z-index: 0;
}

section.custom-timeline .timeline-box {
		position: relative;
		border: 0 !important;
		margin: 15px 0 !important;
		width: 100%;
		margin: 0;
		padding: 0;
}

section.custom-timeline .timeline-box.right {
		max-width: 100%;
}

section.custom-timeline .timeline-box.right:before {
		top: 50%;
		left: -3.8%;
		background: #1e1e1e !important;
		box-shadow: 0 0 0 3px #ecf1f7, 0 0 0 6px #1e1e1e !important;
		margin-top: 0;
		transform: translateY(-50%);
}

section.custom-timeline .timeline-box.right:after {
		top: 50%;
		left: -22px;
		background: #FDD55C;
		border: none;
		transform: translateY(-50%) rotate(45deg);
}

section.custom-timeline .timeline-box .experience-info, section.custom-timeline .timeline-box .experience-description {
		padding: 40px;
}

section.custom-timeline .timeline-box .experience-info p {
		opacity: 0.8;
		text-transform: uppercase;
		font-size: 11px;
}

section.custom-timeline .timeline-box .experience-info .from, section.custom-timeline .timeline-box .experience-info .to {
		display: inline-block;
		width: 49%;
		text-transform: uppercase;
		font-size: 12px;
		line-height: 1.3;
}

section.custom-timeline .timeline-box .experience-info .from > span, section.custom-timeline .timeline-box .experience-info .to > span {
		display: block;
		text-transform: none;
		font-size: 16px;
}

section.custom-timeline .timeline-box .experience-info .company {
		font-size: 18px;
}

section.custom-timeline .timeline-box .experience-info .company > span {
		display: block;
		opacity: 0.8;
		text-transform: uppercase;
		font-size: 11px;
}

@media (max-width: 1199px) {
		section.custom-timeline {
				width: calc(100% - 60px);
				margin: 0 0 0 60px;
		}
		section.custom-timeline .timeline-bar {
				left: -5.1%;
		}
		section.custom-timeline .timeline-box.right:before {
				left: -5.5%;
		}
}

@media (max-width: 991px) {
		section.custom-timeline {
				width: calc(100% - 30px);
				margin: 0 0 0 20px;
		}
		section.custom-timeline .timeline-bar {
				left: -6.7%;
		}
		section.custom-timeline .timeline-box:before, section.custom-timeline .timeline-box:after {
				display: block !important;
		}
		section.custom-timeline .timeline-box.right {
				float: right;
		}
		section.custom-timeline .timeline-box.right:before {
				left: -7%;
		}
}

@media (max-width: 767px) {
		section.custom-timeline {
				width: 100%;
				margin: 0;
				padding-left: 15px;
				padding-right: 15px;
		}
		section.custom-timeline .timeline-bar {
				display: none;
		}
		section.custom-timeline .timeline-box:before, section.custom-timeline .timeline-box:after {
				display: none !important;
		}
}

@media (max-width: 575px) {
		section.custom-timeline {
				padding-left: 0;
				padding-right: 0;
		}
}

/*
* Education
*/
.custom-box-details-2 {
		padding: 45px;
		margin-top: 20px;
		margin-bottom: 20px;
}

.custom-box-details-2 h4 {
		letter-spacing: -0.5px;
}

.custom-box-details-2 > i {
		font-size: 2em;
}

/*
* Skills & Language
*/
.custom-progress-bars:after {
		content: '';
		display: block;
		clear: both;
}

.custom-progress-bars .progress-label {
		float: left;
		width: 30%;
		clear: both;
		margin-top: 10px;
}

.custom-progress-bars .progress {
		float: left;
		width: 70%;
		height: 3px;
		margin-top: 20px;
}

.custom-progress-bars .progress .progress-bar {
		background-color: #1e1e1e;
		overflow: visible !important;
		height: auto;
}

/*
* Portfolio
*/
.custom-nav-sort.nav > li {
		margin-right: 10px;
}

.custom-nav-sort.nav > li > a {
		background: transparent;
		border-radius: 35px;
		color: #1e1e1e;
		text-transform: uppercase;
		border: 1px solid #d0d3d6;
		font-weight: 700;
		padding: 7px 30px;
		font-size: 0.9em;
		transition: ease background 300ms;
}

.custom-nav-sort.nav > li.active > a, .custom-nav-sort.nav > li:hover > a {
		background: #FDD55C;
		border-color: #FDD55C;
}

@media (max-width: 767px) {
		.custom-nav-sort.nav > li {
				margin-bottom: 10px;
		}
}

.custom-thumb-info-1 {
		border: none;
		backface-visibility: initial;
		transform: none;
}

.custom-thumb-info-1:hover .thumb-info-wrapper:after {
		opacity: 0.8;
}

.custom-thumb-info-1:hover .thumb-info-wrapper .thumb-info-plus {
		opacity: 1;
		width: 30%;
}

.custom-thumb-info-1:hover .thumb-info-wrapper .thumb-info-plus:after {
		transform: translate(-50%, -50%) rotate(90deg);
}

.custom-thumb-info-1 .thumb-info-wrapper {
		margin: 0 !important;
		backface-visibility: initial;
		transform: none;
}

.custom-thumb-info-1 .thumb-info-wrapper:after {
		background: #FDD55C;
}

.custom-thumb-info-1 .thumb-info-wrapper .thumb-info-plus {
		opacity: 0;
		position: absolute;
		width: 10%;
		top: 50%;
		left: 50%;
		z-index: 2;
		transform: translate(-50%, -50%);
		transition: ease all 0.3s;
}

.custom-thumb-info-1 .thumb-info-wrapper .thumb-info-plus:before, .custom-thumb-info-1 .thumb-info-wrapper .thumb-info-plus:after {
		content: '';
		display: block;
		position: absolute;
		width: 100%;
		top: 50%;
		left: 50%;
		border-top: 1px solid #1e1e1e;
		transform: translate(-50%, -50%);
}

.custom-thumb-info-1 .thumb-info-wrapper .thumb-info-plus:after {
		transform: translate(-50%, -50%) rotate(0deg);
}

/*
* Testimonials
*/
.custom-testimonial-style-1.testimonial-with-quotes blockquote:before, .custom-testimonial-style-1.testimonial-with-quotes blockquote:after {
		color: #1e1e1e;
}

.custom-testimonial-style-1.testimonial-with-quotes blockquote p {
		padding: 0 10px;
}

.custom-testimonial-style-1 blockquote {
		background: transparent !important;
}

.custom-testimonial-style-1 blockquote p {
		font-family: "Poppins", Arial, sans-serif;
		font-size: 1em;
		line-height: 1.8;
}

.custom-testimonial-style-1 .testimonial-author {
		position: relative;
		margin: 19px 0 0 72px;
}

.custom-testimonial-style-1 .testimonial-author:before {
		content: '';
		display: block;
		position: absolute;
		top: -10px;
		left: 10px;
		width: 100px;
		border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.custom-testimonial-style-1 .testimonial-author span {
		font-size: 1em;
}

.custom-testimonial-style-1.custom-testimonial-style-1-light blockquote:before, .custom-testimonial-style-1.custom-testimonial-style-1-light blockquote:after {
		color: #FFF;
}

.custom-testimonial-style-1.custom-testimonial-style-1-light .testimonial-author:before {
		border-top: 1px solid rgba(255, 255, 255, 0.3);
}

/*
* Blog
*/
.custom-thumb-info-2 {
		border: 0;
}

.custom-thumb-info-2 .thumb-info-wrapper {
		margin: 0 !important;
}

.custom-thumb-info-2 .thumb-info-wrapper:after {
		content: none;
}

.custom-thumb-info-2 .thumb-info-caption {
		display: block;
		padding: 25px 45px 45px;
}

.custom-thumb-info-2 .thumb-info-caption .thumb-info-caption-text {
		padding: 0;
		min-height: 112px;
}

.custom-thumb-info-2 .thumb-info-caption .thumb-info-caption-text p {
		font-size: 1em;
		padding: 0;
		line-height: 2;
}

.custom-thumb-info-2 .thumb-info-caption .custom-blog-post-share {
		float: right;
}

.custom-thumb-info-2 .thumb-info-caption .custom-blog-post-share ul {
		float: right;
		margin-left: 8px;
		padding: 0;
}

.custom-thumb-info-2 .thumb-info-caption .custom-blog-post-share ul li {
		display: inline-block;
		list-style: none;
		line-height: 1;
		padding: 0 10px;
}

.custom-thumb-info-2 .thumb-info-caption .custom-blog-post-share ul li a {
		line-height: 1;
		transition: ease opacity 300ms;
}

.custom-thumb-info-2 .thumb-info-caption .custom-blog-post-share ul li a:hover {
		opacity: 0.7;
}

.custom-thumb-info-2 .thumb-info-caption .custom-blog-post-share ul li a.item-facebook {
		color: #395b98;
}

.custom-thumb-info-2 .thumb-info-caption .custom-blog-post-share ul li a.item-twitter {
		color: #2baae1;
}

.custom-thumb-info-2 .thumb-info-caption .custom-blog-post-share ul li a.item-google-plus {
		color: #fc5956;
}

.custom-thumb-info-2 .thumb-info-caption .custom-blog-post-share ul li:nth-child(2) {
		border-left: 1px solid #bababa;
		border-right: 1px solid #bababa;
}

.custom-thumb-info-2 .thumb-info-caption .custom-blog-post-share ul li:last-child {
		padding-right: 0;
}

@media (max-width: 1200px) {
		.custom-thumb-info-2 .thumb-info-caption .custom-blog-post-share {
				float: left;
		}
}

@media (max-width: 1200px) {
		.custom-thumb-info-2 .thumb-info-caption .custom-blog-post-date {
				display: block;
		}
}

@media (max-width: 767px) {
		.custom-thumb-info-2 .thumb-info-caption {
				padding: 25px 25px 45px;
		}
		.custom-thumb-info-2 .thumb-info-caption .custom-blog-post-share {
				float: left;
		}
}

@media (max-width: 430px) {
		.custom-thumb-info-2 .thumb-info-caption {
				padding: 25px 25px 15px;
		}
		.custom-thumb-info-2 .thumb-info-caption .custom-blog-post-share {
				float: none;
				display: block;
		}
		.custom-thumb-info-2 .thumb-info-caption .custom-blog-post-share ul {
				float: none;
				margin-left: 0;
		}
		.custom-thumb-info-2 .thumb-info-caption .custom-blog-post-share ul li {
				padding-left: 0;
		}
		.custom-thumb-info-2 .thumb-info-caption .custom-blog-post-share ul li:nth-child(2) {
				border: none;
		}
		.custom-thumb-info-2 .thumb-info-caption .custom-blog-post-date {
				float: none;
				display: block;
		}
}

/*
* Say Hello
*/
.col-half-section.col-half-section-left {
		float: left;
}

.custom-form-style .form-control-custom .form-control {
		background: transparent !important;
		border: none;
		border-bottom: 1px solid rgba(0, 0, 0, 0.3);
		color: #1e1e1e;
		font-size: 12px;
		padding: 6px 0;
		margin-bottom: 15px;
		box-shadow: none;
}

.custom-form-style .form-control-custom .form-control::-webkit-input-placeholder {
		color: #1e1e1e;
		text-transform: uppercase;
		font-weight: 600;
}

.custom-form-style .form-control-custom .form-control::-moz-placeholder {
		color: #1e1e1e;
		text-transform: uppercase;
		font-weight: 600;
}

.custom-form-style .form-control-custom .form-control:-ms-input-placeholder {
		color: #1e1e1e;
		text-transform: uppercase;
		font-weight: 600;
}

.custom-form-style .form-control-custom .form-control:-moz-placeholder {
		color: #1e1e1e;
		text-transform: uppercase;
		font-weight: 600;
}

.custom-form-style .form-control-custom textarea.form-control {
		height: 100px;
		margin-bottom: 15px;
}

.custom-form-style .form-control-custom.form-control-custom-light .form-control {
		color: #FFF;
		border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.custom-form-style .form-control-custom.form-control-custom-light .form-control::-webkit-input-placeholder {
		color: #FFF;
}

.custom-form-style .form-control-custom.form-control-custom-light .form-control::-moz-placeholder {
		color: #FFF;
}

.custom-form-style .form-control-custom.form-control-custom-light .form-control:-ms-input-placeholder {
		color: #FFF;
}

.custom-form-style .form-control-custom.form-control-custom-light .form-control:-moz-placeholder {
		color: #FFF;
}

.custom-feature-box .custom-feature-box-icon {
		border-radius: 100%;
		line-height: 0.9;
		padding: 10px;
		transition: ease background 300ms;
}

.custom-feature-box .custom-feature-box-icon i {
		font-size: 1.4em;
		transition: ease color 300ms;
}

.custom-feature-box .feature-box-info {
		padding-left: 25px;
		flex: none;
}

.custom-feature-box .feature-box-info > .custom-label {
		display: block;
		line-height: 1;
		font-size: 0.8em;
		color: #bdbdbd;
		position: relative;
}

.custom-feature-box .feature-box-info > strong {
		font-size: 1.7em;
		line-height: 1;
}

.custom-feature-box .feature-box-info.custom-both-side-border {
		border-right: 1px solid #52504d;
		border-left: 1px solid #52504d;
		line-height: 1;
		padding: 0px 16px;
		margin: 0 13px;
}

@media (max-width: 767px) {
		.custom-feature-box .feature-box-info > strong {
				font-size: 1.4em;
		}
		.custom-feature-box-icon {
				top: -1px;
		}
}

/*
* Footer
*/
#footer {
		border-top: none;
}

#footer .footer-copyright {
		border-top: none;
		padding: 15px 0px 30px 0px;
}

@media (max-width: 992px) {
		#header-band .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu {
				right: auto;
		}
		#header-band .header-nav-main nav > ul > li.dropdown:hover .dropdown-menu li.dropdown-submenu > .dropdown-menu {
				right: 100%;
		}
}



.custom-text-color-2 {
		color: #999 !important;
}

/*
* Buttons
*/
.custom-btn-style-2 {
		color: #FFF !important;
}

/*
* BG Dark
*/
html,
html.dark body,
html.dark .body {
		background-color: transparent;
}

html.dark .bg-color-darken {
		background-color: #171717;
}

/*
* Border
*/
.custom-border {
		border: 10px solid #171717;
}

/*
* Header
*/
#header-band.header-floating-icons .header-nav-main nav > ul > li > a.active {
		background: #1e1e1e !important;
		color: #FFF !important;
}

#header-band.header-floating-icons .header-nav-main nav > ul > li > a.active:after {
		background: #1e1e1e;
}

/*
* About Me
*/
.custom-about-me-links:after {
		border-bottom-color: #353535;
}

.custom-nav-button.custom-divisors:before, .custom-nav-button.custom-divisors:after {
		border-left-color: #353535;
}

@media (max-width: 991px) {
		.custom-xs-border-bottom {
				border-bottom-color: #353535;
		}
}

.custom-box-shadow-1 {
		box-shadow: none;
}

.custom-box-shadow-2 {
		box-shadow: 0px 12px 90px -10px #191919 !important;
}

.custom-box-shadow-3 {
		box-shadow: 0 30px 40px -15px #191919;
}

.custom-box-shadow-4 {
		box-shadow: 0px 12px 90px -10px #191919 !important;
}

/*
* Experience
*/
section.custom-timeline .timeline-bar {
		background: #FFF;
}

section.custom-timeline .timeline-box.right:before {
		background: #FFF !important;
}

/*
* Skills & Language
*/
.custom-progress-bars .progress .progress-bar {
		background-color: #FFF;
}

/*
* Thumb Info
*/
html.dark .thumb-info {
		background-color: #171717;
}

/*
* Portfolio
*/
.custom-nav-sort.nav > li > a {
		color: #FFF;
}


.overlay-gradient-bottom-content::before {

  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, #212529 100%)!important;
}

.filterCheckbox label {
    padding-left: 2px;
    padding-right: 7px;
}
#footer {
    margin-top: 0!important;
}

.table-hover tbody tr td, .table-hover tbody tr th {
  background-color: #171717;
    color: #FFF;
}
.table-hover thead tr td, .table-hover thead tr th {
  background-color: #171717;
    color: #FFF;
}
.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color: #2a2f33;
    color: #FFF;
}
.form-control, .form-control:focus {
    color: #FFF;
}