/*
Theme Name: KC MediaGroup
Theme URI: https://kc-mediagroup.pl
Description: Motyw strony kc-mediagroup
Author: Esumo
Author URI: https://esumo.pl
Version: 0.1
*/

#menu-item-wpml-ls-2-en,
#menu-item-wpml-ls-2-pl{
	/* 	display: none; */
}

#menu-item-wpml-ls-2-en a ,
#menu-item-wpml-ls-2-pl a {
	padding: 15px 15px;
}

*,
*::before,
*::after {
	outline: none;
	box-sizing: border-box;
}

*:not(.slick-track):not(i) {
	transition: 0.4s;
}

html {
	width: 100%;
	height: 100%;
	font-size: 100%;
	background: #fff;
}

body {
	width: 100%;
	margin: 0;
	background: transparent;
	font-family: 'Rubik', sans-serif;
	/* 		font-family: 'Josefin Sans', sans-serif; */
	position: relative;
}

button {
	font-family: 'Rubik', sans-serif;
}

button:focus {
	outline: 0;
}
a:hover,
a:focus,
a:active {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
	margin: 0;
}

@media (min-width: 1200px) {
	.container {
		max-width: 1440px;
	}

	/*.sub-footer .container{
		max-width: 1140px;
	}*/
}
/* SUB FOOTER */
.sub-footer{
	padding: 62px 0;
	background: #000;
}

.sub-footer .navbar-brand img{
	/* 	height: 96px; */
	/* 	margin-top: 39px; */
	height: 128px;
	margin-top: 24px;
}

.sub-footer h4{
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	margin-bottom: 20px;
}

.sub-footer ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.sub-footer li,
.sub-footer li a{
	font-style: normal;
	font-weight: 300;
	font-size: 15px;
	line-height: 30px;
	color: #C5C5C5;
	transition: .4s;
}

.sub-footer li a:hover{
	color: #fff;	
}

.sub-footer i{
	font-size: 15px;
	color: #C5C5C5;
	transition: .4s;
	margin-right: 5px;
}
.sub-footer i:hover{
	color: #fff;	
}

.sub-footer .social-media{
	display: flex;
}

.sub-footer .social-media i{
	border: 2px solid #fff;
	font-size: 15px;
	color: #fff;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .4s;
	background: transparent;
	margin-right: 28px;
	margin-bottom: 18px;
}

.sub-footer .social-media i:hover{
	background: #fff;
	color: #000;
}

@media (max-width: 991px) {
	.sub-footer .social-media{
		justify-content: center;
	}
	.sub-footer .social-media i{
		margin-left: 14px;
		margin-right: 14px;
	}
}

/* FOOTER */

footer {
	background: #000;
	padding: 0 0 32px 0;
}

footer span {
	text-align: center;
	color: #757575;
	font-size: 14px;
	font-weight: 300;
}

footer span.copy {
	text-align: center;
	color: #757575;
	font-size: 14px;
	font-weight: 300;
	margin: 0;
}

footer span.copy img {
	display: inline-block;
	height: 28px;
	margin: 0 0 0 7px;
	float: none;
	filter: grayscale(100%);
	transition: .4s;
}
footer span.copy img:hover {
	filter: none;	
}

@media(max-width: 991.99px){
	footer .navbar-nav li {
		padding: 0 4px;
	}
}

/*
404
*/

.error-page {
	padding: 120px 0 200px 0;
	background-color: rgba(238, 210, 175, 0.05);
}

.error-page h1 {
	text-transform: uppercase;
	font-size: 40px;
	letter-spacing: 1px;
	text-align: center;
	font-weight: 700;
	color: #593f35;
}

.error-page h2 {
	text-transform: uppercase;
	font-weight: 800;
	font-size: 16px;
	letter-spacing: 3px;
	text-align: center;
	color: #eed2af;
}

.error-page p {
	font-size: 16px;
	line-height: 26px;
	color: #6a6a6a;
	text-align: center;
	margin-bottom: 2rem;
}

.error-page a {
	display: inline-block;
	color: #eed2af;
	background-color: transparent;
	border: 2px solid #eed2af;
	border-radius: 5px;
	text-transform: uppercase;
	padding: 1rem 3rem;
	font-weight: 700;
	cursor: pointer;
}

.error-page a:hover {
	background-color: #eed2af;
	border: 2px solid #eed2af;
	color: #593f35;
}

/* Banner */

.banner{
	padding: 400px 0;
	background: #000;
	position: relative;
}

.banner .banner__btn-play{
	position: absolute;
	left: 50%;
	transform: translatex(-50%);
	bottom: 32px;
	z-index: 10;
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	background: transparent;
	border: 2px solid transparent;
	transition: .4s;
	padding: 16px 40px;
	border-radius: 5px;
}

.banner .banner__btn-play img{
	margin-right: 12px;
}

.banner .banner__btn-play:hover{
	background: #000;
	box-shadow: 0px 0px 30px 0px rgba(255, 255, 255, 0.75);
}

.banner .video-container {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000 !important;
	overflow: hidden;
}

.banner .video-container video {
	/* 	width: 100%; */
	height: 100%;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
	background: #000 !important;
}



.banner-subpage{
	padding: 200px 0 120px 0;
	background-image: url('img/bg-default.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #000;
	position: relative;
	overflow: hidden;
}

.banner-subpage:after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 300px;
	background: black;
	background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
}

.banner-subpage h1{
	font-style: normal;
	font-weight: bold;
	font-size: 64px;
	line-height: 72px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	position: relative;
	z-index: 1;
	display: inline-block;
}

.banner-subpage h1:before{
	display: block;
	position: absolute;
	width: 50%;
	height: 38px;
	background: #822d9f;
	right: -12%;
	top: 50%;
	transform: translatey(-50%);
	content: '';
	z-index: -1;
}

.single-projects .banner-subpage,
.single-post .banner-subpage,
.blog .banner-subpage{
	padding: 200px 0;
}

@media(min-width: 1440px){
	.banner .video-container video {
		width: 100%;
		height: auto;
	}
}
.banner .banner__btn-play {
		white-space:nowrap;
	}
@media(max-width: 991.99px){
	.banner {
		padding: 280px 0;
	}
	.banner .banner__btn-play {
		bottom: 10px;
		font-size: 16px;
		color: #fff;
		padding: 10px 24px;
	}
	.banner-subpage {
		padding: 150px 0 60px 0;
	}
	.banner-subpage h1 {
		font-size: 28px;
		line-height: 32px;
	}
	.single-projects .banner-subpage, .single-post .banner-subpage, .blog .banner-subpage {
		padding: 150px 0;
	}
}

.social-leadings {
	position: relative;
	background-color: #000;
	color: #fff;
	padding: 96px 0;
}

.social-leadings h3 {
	color: #fff;
	font-size: 23px;
	line-height: 48px;
	text-align: center;
	font-weight: 300;
	margin-bottom: 60px;
}

.social-leadings .social-media{
	display: flex;
	justify-content: center;
	align-items: center;
}

.social-leadings .social-media i{
	border: 2px solid #fff;
	font-size: 15px;
	color: #fff;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .4s;
	background: transparent;
	margin: 0 14px;
}

.social-leadings .social-media i:hover{
	background: #fff;
	color: #000;
}

@media(max-width: 991.99px){
	.social-leadings{
		padding: 64px 0;
	}
	.social-leadings h3 {
		color: #fff;
		font-size: 18px;
		line-height: 37px;
		text-align: center;
		font-weight: 300;
		margin-bottom: 40px;
	}
}

.our-projects{
	padding: 96px 0;
	background: #fff;
}

.our-projects h3{
	color: #c5c5c5;
	font-weight: 300;
	font-size: 23px;
	line-height: 48px;
}

.our-projects .our-projects__categories{
	margin-bottom: 64px;
}

.our-projects .our-projects__categories h2{
	 font-size: 40px;
    width: 100%;
    margin: 0 0 48px;
    text-align: center;
    font-weight: 300;
    line-height: 52px;
	letter-spacing:-1px;
}

.our-projects .our-projects__categories h2 strong{
	font-weight:700;
}

.our-projects .our-projects__categories ul li{
	margin: 0 16px;
}
.our-projects .our-projects__categories ul li a {
	font-size: 23px;
	color: #999999;
	font-weight: 700;
	padding: 12px 24px;
	border-radius:0;
	text-decoration: none;
	z-index: 1;
	position: relative;
	border:2px solid #DADADA;
}

.our-projects .our-projects__categories ul li a::after {
	/* 	position: absolute;
	display: block;
	left: 0;
	right: 0;
	bottom: 5px;
	height: 8px;
	background: #c08bd2;
	content: '';
	opacity: 0;
	z-index: -1;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease; */
}

.our-projects .our-projects__categories ul li a.active{
    background: #242424;
    color: #fff;
    border-color: #242424;
}

.our-projects .our-projects__categories ul li a.active::after {
	opacity: 1;
}

.our-projects .our-projects__items{

}

.our-projects .our-projects__items .our-projects__item{
	position: relative;
	padding: 40px;
	height: 400px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.our-projects .our-projects__items .our-projects__item:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.5);
	opacity: 0;
	transition: .4s;
}

.our-projects .our-projects__items .our-projects__item .our-projects__title{
	color: #fff;
	text-align: center;
	opacity: 0;
	position: relative;
	z-index: 1;
	font-size: 24px;
	font-weight: 500;
}

.our-projects .our-projects__items .our-projects__item .our-projects__link{
	color: #fff;
	opacity: 0;
	position: relative;
	z-index: 1;
	font-size: 24px;
	font-weight: 500;
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 24px;
	padding: 120px 80px 40px 40px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	width: 50%;
	height: 50%;
}

.our-projects .our-projects__items .our-projects__item .our-projects__link i{
	margin-left: 12px;	
}

.our-projects .our-projects__items .our-projects__item .our-projects__link:hover{
	color: #EE4023;
}


.our-projects .our-projects__items .our-projects__item .our-projects__vimeo{
	color: #fff;
	opacity: 0;
	position: relative;
	z-index: 1;
	font-size: 24px;
	font-weight: 500;
	position: absolute;
	bottom: 0;
	right: 0;
	line-height: 24px;
	padding: 120px 40px 40px 80px;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	width: 50%;
	height: 50%;
}

.our-projects .our-projects__items .our-projects__item .our-projects__vimeo i{
	margin-left: 12px;	
}

.our-projects .our-projects__items .our-projects__item .our-projects__vimeo:hover{
	color: #EE4023;
}

.our-projects .our-projects__items .our-projects__item:hover:after,
.our-projects .our-projects__items .our-projects__item:hover .our-projects__title,
.our-projects .our-projects__items .our-projects__item:hover .our-projects__link,
.our-projects .our-projects__items .our-projects__item:hover .our-projects__vimeo{
	opacity: 1;
}

.our-projects .our-projects__btn-more{
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	background: #000;
	border: 2px solid #000;
	transition: .4s;
	padding: 12px 64px;
	border-radius: 5px;
	display: inline-block;
	margin-top: 64px;
}

.our-projects .our-projects__btn-more:hover{
	color: #000;
	background: #fff;
}


@media(max-width: 991.99px){
	.our-projects {
		padding: 60px 0;
	}
	.our-projects .our-projects__items .our-projects__item {  
		height: 200px;
		padding: 40px 24px;
	}
	.our-projects .our-projects__items .our-projects__item .our-projects__title{
		font-size: 18px;
		line-height: 29px;
	}
	.our-projects .our-projects__items .our-projects__item .our-projects__link {
		font-size: 18px;
		line-height: 20px;
		padding: 120px 80px 24px 24px;
	}
	.our-projects .our-projects__items .our-projects__item .our-projects__vimeo {
		font-size: 18px;
		line-height: 20px;
		padding: 120px 24px 24px 80px;
	}
	.our-projects .our-projects__categories ul li {
		margin: 0;
		margin-bottom: 8px;
	}
	.our-projects .our-projects__categories ul li a {
		font-size: 18px;
	}
}

.clients{
	padding: 96px 0;
	background: #000;
}

.clients h3{
	color: #fff;
	font-size: 23px;
	line-height: 48px;
	text-align: center;
	font-weight: 300;
	margin-bottom: 60px;
}

.clients .clients__item{
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 40px;
	padding-bottom: 40px;
}

.clients .clients__item img{
	object-fit: contain;
	max-width: 100%;
	height: 75px;
}


@media(max-width: 991.99px){
	.clients .clients__item {
		padding-top: 16px;
		padding-bottom: 16px;
	}
}

/* Page About */
.about {
	padding: 0 0 80px 0;
}

/* .about h3 {
font-style: normal;
font-weight: bold;
font-size: 48px;
line-height: 57px;
text-transform: capitalize;
color: #242424;
margin-bottom: 64px;
} */

.about .about__img{
	width: 100%;
	/* 	margin-bottom: 64px; */
}

.about p {
	font-style: normal;
	font-weight: normal;
	font-size: 23px;
	line-height: 45px;
	color: #000;
	margin-bottom: 16px;
	text-align: center;
}

.about p b,
.about p strong{
	font-weight: 600;
}

.testimonials{
	padding: 100px 0 32px 0;
	background: #000;
}

.testimonials img{
	display: inline-block;
	height: 96px;
}
.testimonials .testimonials__content{
	padding: 48px 64px 16px 64px;
}
.testimonials .testimonials__content p{
	font-style: normal;
	font-weight: 300;
	font-size: 23px;
	line-height: 48px;
	color: #C5C5C5;
	margin-bottom: 16px;
}

.testimonials h4{
	font-style: normal;
	font-weight: bold;
	font-size: 23px;
	line-height: 48px;
	color: #FFFFFF;
}

.testimonials h5{
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 48px;
	color: #C08BD2;
}

.testimonials .slick-prev, .testimonials .slick-next{
	top: 48px;
	bottom: unset;
	z-index: 1000;
	width: 100px;
}

.testimonials .slick-prev{
	left: 100px;
}
.testimonials .slick-next{
	right: 100px;	
}
.testimonials .slick-prev:before {
	content: url(img/arrow-left.png) !important;
	transition: .2s;

}

.testimonials .slick-next:before {
	content: url(img/arrow-right.png) !important;
	transition: .2s;
}

.testimonials .slick-prev:hover:before, .testimonials .slick-next:hover:before{
	filter: brightness(0) invert(1);
}

.about-badge{
	padding: 64px 0 64px 0;
	background: #000;
}

.about-badge img{
	display: block;
	margin: 0 auto;
	margin-bottom: 48px;
	height: 300px;
}

.about-badge p {
	font-style: normal;
	font-weight: 300;
	font-size: 23px;
	line-height: 45px;
	color: #fff;
	margin-bottom: 16px;
	text-align: center;
}

.about-badge p b,
.about-badge p strong{
	font-weight: 600;
}

.about-badge p a{
	font-weight: 600;
	color: #fff;
	transition: .4s;
}

.about-badge p a:hover{
	text-decoration: underline;	
}

.cta-contact{
	padding: 32px 0 0 0;
	background: #fff;
}

.cta-contact__wrapper{

}

.cta-contact h3{
	font-style: normal;
	font-weight: bold;
	font-size: 48px;
	line-height: 57px;
	text-transform: capitalize;
	color: #fff;
	margin-bottom: 24px;
}

.cta-contact p{
	font-style: normal;
	font-weight: 300;
	font-size: 21px;
	line-height: 39px;
	color: #000;
	margin-bottom: 16px;
}

.cta-contact a{
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	text-transform: capitalize;
	color: #000;
	border: 2px solid #000;
	background: transparent;
	padding: 16px 48px;
	text-align: center;
	display: inline-block;
	margin-top: 32px;
}

.cta-contact a:hover{
	color: #fff;
	border: 2px solid #000;
	background: #000;
}

.cta-contact img{
	width: 100%;
}

.contact{
	background: #000;
	padding: 60px 0;
}

.contact p {
	font-style: normal;
	font-weight: normal;
	font-size: 23px;
	line-height: 45px;
	color: #fff;
	margin-bottom: 16px;
	text-align: center;
}

.contact .contact__wrapper{
	background: #fff;
	padding: 80px 88px;
	height: 100%;
}

.contact .contact__wrapper h1{
	font-family: Rubik;
	font-style: normal;
	font-weight: bold;
	font-size: 48px;
	line-height: 57px;
	text-transform: capitalize;
	color: #242424;
	margin-bottom: 16px;
}

.contact .contact__wrapper p{
	font-style: normal;
	font-weight: 300;
	font-size: 23px;
	line-height: 48px;
	color: #000;
}

.contact .wpcf7-form{
	margin-top: 32px;
}
.contact .wpcf7-form input[type="text"], .contact .wpcf7-form input[type="tel"], .contact .wpcf7-form input[type="email"], .contact .wpcf7-form input[type="submit"],
.contact .wpcf7-form textarea{
	border-top: none;
	border-left: none;
	border-right: none;
	padding: 10px;
	font-size: 17px;
	color: #fff;
	background: transparent;
	margin-top: 32px;
	font-weight: 700;
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
	border-radius: 0 !important;
}

.contact .wpcf7-form textarea{
	height: 250px;	
}

.contact .wpcf7-form input::-webkit-input-placeholder,
.contact .wpcf7-form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #fff;
}
.contact .wpcf7-form input::-moz-placeholder,
.contact .wpcf7-form textarea::-moz-placeholder{ /* Firefox 19+ */
	color: #fff;
}
.contact .wpcf7-form input:-ms-input-placeholder,
.contact .wpcf7-form textarea:-ms-input-placeholder{ /* IE 10+ */
	color: #fff;
}
.contact .wpcf7-form input:-moz-placeholder,
.contact .wpcf7-form textarea:-moz-placeholder{ /* Firefox 18- */
	color: #fff;
}

.contact .wpcf7-form input[type="submit"]{
	background: #fff;
	color: #000;
	border: 4px solid #fff;
	font-size: 19px;
}

.contact .wpcf7-form input[type="submit"]:hover{
	background: #000;
	color: #fff;
}

@media(max-width: 991.99px){
	.contact .contact__wrapper {
		padding: 32px 32px;
	}
	.contact .contact__wrapper h1 {
		font-size: 32px;
		line-height: 42px;
	}
	.contact .contact__wrapper p {
		font-size: 18px;
		line-height: 32px;
	}
	.contact p {
		font-size: 21px;
		line-height: 35px;
	}
	.contact .wpcf7-form textarea{
		height: 283px;	
	}
}

/* Calendly */
.calendly-inline-widget{
	margin-top: 32px;
}

.calendly-inline-widget{
	max-width: 100%;
	min-width: unset !important;
}

/* Blog */

.blog{
	background: #000;	
}

.blog .blog__wrapper{
	margin-top: -80px;
}

.blog .blog__wrapper .blog__thumbnail{
	width: 100%;
	height: 360px;
	object-fit: cover;
}

.blog .blog__wrapper .blog__content{
	background: #fff;
	padding: 56px 64px;
	min-height: 308px;
}

.blog .blog__wrapper .blog__content h3{
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 50px;
	color: #242424;
	margin-bottom: 16px;
}

.blog .blog__wrapper .blog__content p{
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 40px;
	color: #000;
}

@media(max-width: 991.99px){
	.blog .blog__wrapper .blog__thumbnail{
		height: 160px;
	}
	.blog .blog__wrapper .blog__content {
		padding: 32px;
	}
	.blog .blog__wrapper .blog__content p {
		font-size: 16px;
		line-height: 34px;
	}
}

/* Single Post */
.single-post{
	background: #000;	
}

.single-post .wp-block-image img{
	height: auto;
}

.single-post .single-post__wrapper{
	margin-top: -120px;
}

.single-post .single-post__wrapper .single-post__author{
	color: #fff;
	font-size: 22px;
	font-weight: 300;
	display: block;
	text-align: right;
	margin-bottom: 32px;
	margin-right: 32px;
} 

.single-post .single-post__wrapper .single-post__date{
	color: #000;
	font-size: 21px;
	font-weight: 300;
	display: block;
	text-align: right;
	margin-right: 32px;
} 

.single-post .single-post__wrapper .single-post__thumbnail{
	width: 100%;
	height: 360px;
	object-fit: cover;
}

.single-post .single-post__content{
	background: #fff;
	padding: 64px;
}

.single-post .single-post__content h2{
	margin-bottom: 24px;	
}

.single-post .single-post__content p{
	font-style: normal;
	font-weight: 300;
	font-size: 23px;
	line-height: 40px;
	color: #000;
	margin-bottom: 16px;
}

.single-post .single-post__content ul {
	font-size: 32px;
}

.single-post .single-post__content ul li{
	font-style: normal;
	font-weight: 300;
	font-size: 17px;
	line-height: 34px;
	color: #000;
	margin-bottom: 12px;
}

.single-post .sharing span {
	color: #000;
	font-size: 21px;
	font-weight: 300;
	margin-right: 16px;
}

.single-post .sharing i{
	border: 2px solid #000;
	font-size: 15px;
	color: #000;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .4s;
	background: transparent;
	margin-right: 28px;
}

.single-post .sharing i:hover{
	background: #000;
	color: #fff;
}

@media(max-width: 991.99px){
	.single-post .single-post__wrapper .single-post__author{
		font-size: 16px;
	}
	.single-post .single-post__wrapper .single-post__thumbnail {
		height: 200px;
	}
	.single-post .single-post__content {
		padding: 32px;
	}
	.single-post .single-post__content p {
		font-size: 16px;
		line-height: 29px;
		padding: 0;
		margin-bottom: 16px;
	}
	.single-post .single-post__content ul{
		padding: 0 0 0 20px;
	}
	.single-post .single-post__content ul li {
		font-size: 16px;
		line-height: 29px;
	}
	.single-post .sharing i{
		margin-right: 16px;
	}
	.single-post .sharing span {
		font-size: 16px;
	}
	.single-post .single-post__wrapper .single-post__date{
		font-size: 18px;
	}
	.single-post .single-post__content{
		padding: 16px 4px 32px;
	}
	.single-post{
		background:#fff;
	}
	.single-post .single-post__wrapper {
    	margin-top: -45px;
	}
	.single-projects .banner-subpage, .single-post .banner-subpage, .blog .banner-subpage {
    padding: 150px 0 80px;
}
}

/* Single Project */

.single-project{
	background: #000;	
}

.single-project .single-project__wrapper{
	margin-top: -80px;
}

.single-project .single-project__wrapper iframe{
	width: 100%;
	height: 500px;
}

.single-project .single-project__wrapper .single-project__thumbnail{
	width: 100%;
	height: 400px;
	object-fit: cover;
}

.single-project .single-project__details{
	padding-top: 48px;
}


.single-project .single-project__details h4{
	font-size: 23px;
	line-height: 32px;
	color: #fff;
	margin-bottom: 8px;
}

.single-project .single-project__details h5{
	font-size: 18px;
	color: #fff;
}

.single-project .single-project__content{
	background: #000;
	padding: 64px 0;
}

.single-project .single-project__content p{
	font-style: normal;
	font-weight: 300;
	font-size: 23px;
	line-height: 40px;
	color: #fff;
}

/* CF7 */
.wpcf7-not-valid-tip {
	color: #dc3232;
	font-size: 12px;
	text-align: left;
}

.wpcf7 form .wpcf7-response-output {
	margin: 0;
	padding: 0.5em 1.5em;
	font-size: 12px;	
	color: #fff;
}

.contact.ty-page{
	padding-top:0;
	padding-bottom:120px;
}

.contact.ty-page a{
	background: #fff;
    padding: 10px 40px;
    color: #000;
    font-weight: 600;
    font-size: 18px;
    display: inline-block;
	margin-top: 36px;
}

.lp--works{
	padding:104px 0 72px 0;
}

.lp--works .section--header{
	text-align: center;
}

.lp--works h2{
	position: relative;
	display:inline-block;
	font-family: 'Josefin Sans', sans-serif;
	font-size:36px;
	margin:0;
	font-weight: 800;
}

.lp--works h2:after{
	background:#E8E8E8;
	content:"";
	position: absolute;
	width:100%;
	height:12px;
	z-index:-1;
	left:0;
	bottom:5px;
}

.lp--works  p{
	color:#737373;
	font-weight: 400;
	font-family: 'Josefin Sans', sans-serif;
	margin:16px 0 64px;
	font-size:21px;
}

.lp--works .single-work{
	width:100%;
	margin-bottom:56px;
}

.lp--works .single-work .thumb img{
	width:100%;
	height:auto;
	border-radius:3px;
}

.lp--works .single-work .thumb {
	position: relative;
}
.lp--works .single-work .thumb i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 70px;
    color: #822D9F;
}

.lp--works .single-work h3{
	color:#000;
	font-size:22px;
	margin:24px 0 16px;
}

.lp--works .single-work p{
	font-size:17px;
	line-height: 25px;
	margin:0;
	width:95%;
}

.contact.lp--contact{
	padding-top:96px;
}
.lp--contact .section--header h2{
	position: relative;
	display:inline-block;
	font-family: 'Josefin Sans', sans-serif;
	font-size:36px;
	margin:0 0 120PX;
	color:#Fff;
	font-weight: 800;
}

.lp--contact .section--header h2:after{
	background:#822d9f;
	content:"";
	position: absolute;
	width:100%;
	height:12px;
	z-index:0;
	left:0;
	bottom:5px;
}

.lp--contact .section--header h2 span{
	position:relative;
	z-index:1;
}

.lp--contact .section--header  p{
	color:#B1B1B1;
	font-weight: 400;
	font-family: 'Josefin Sans', sans-serif;
	margin:16px 0 120px;
	font-size:21px;
}

.header .navbar-collapse ul.navbar-nav li.button a{
	border:2px solid #fff;
	padding-top: 16px;
}

.header .navbar-collapse ul.navbar-nav li.button a:hover{
	background:#fff;
	color:#000;
}

.header .navbar-collapse ul.navbar-nav li.button a:before{
	display:none;
}

.lp--hero{
	background-image:url('https://kc-mediagroup.com/wp-content/uploads/2021/11/hero-bg.png');
	background-position: top center;
	padding:210px 0 120px;
	background-size:cover;
}

.lp--hero iframe {
    width: 100%;
    height: 465px;
    border-radius: 3px;
}

.lp--hero h1{
	position: relative;
	display:inline-block;
	font-family: 'Josefin Sans', sans-serif;
	font-size:52px;
	margin:0 0 24px;
	color:#Fff;
	font-weight: 800;
}

.lp--hero h1 span:after{
	background:#822d9f;
	content:"";
	position: absolute;
	width:100%;
	height:12px;
	z-index:-1;
	left:0;
	bottom:8px;
}

.lp--hero h1 span{
	position:relative;
	z-index:1;
	display:inline-block;
}

.lp--hero p{
	color:#fff;
	font-weight: 300;
	font-family: 'Josefin Sans', sans-serif;
	margin:16px 0;
	font-size:21px;
	width:98%;
}

.lp--hero .buttons{
	margin-top:56px;
}

.lp--hero .buttons a:first-of-type {
    background: #822D9F;
    padding: 21px 36px;
    color: #fff;
    font-weight: 400;
    margin-right: 16px;
    font-size: 15px;
	font-family: 'Josefin Sans', sans-serif;
}

.lp--hero .buttons a:nth-of-type(2) {
    background: #252525;
    padding: 21px 36px;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
	font-family: 'Josefin Sans', sans-serif;
}

#clients{
	color:#fff;
}

#clients .slider-nav img {
    height: 100px;
    object-fit: contain;
    object-position: center center;
	opacity:.4;
	transition:.5s;
	padding:8px;
}

#clients .slider-nav  img.slick-current {
	opacity:1;
}
@media (min-width:1100px){
	#clients .slider-nav .slick-track{
		transform: none!important;
	}
}


#clients .slick-track p {
    font-style: normal;
    font-weight: 300;
    font-size: 23px;
    line-height: 48px;
    color: #C5C5C5;
    margin-bottom: 16px;
	text-align: center;
}

#clients .slick-track h4 {
    font-style: normal;
    font-weight: bold;
    font-size: 23px;
    line-height: 48px;
    color: #FFFFFF;
	text-align: center;
}

#clients .slick-track h5 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 48px;
    color: #C08BD2;
	text-align: center;
}

#clients  .slider-for {
	margin-top:64px;
}

#clients .section--header h2{
	position: relative;
	display:inline-block;
	font-family: 'Josefin Sans', sans-serif;
	font-size:36px;
	margin:0;
	color:#Fff;
	font-weight: 800;
}

#clients .section--header h2:after{
	background:#822d9f;
	content:"";
	position: absolute;
	width:100%;
	height:12px;
	z-index:0;
	left:0;
	bottom:5px;
}

#clients .section--header h2 span{
	position:relative;
	z-index:1;
}

#clients .section--header  p{
	color:#B1B1B1;
	font-weight: 400;
	font-family: 'Josefin Sans', sans-serif;
	margin:16px 0 120px;
	font-size:21px;
}

@media (max-width:700px){
	.lp--hero iframe{
		height:240px;
	}
	.lp--hero h1{
		font-size:36px;
		margin-top:36px;
	}
	.lp--hero{
		padding:136px 0 64px;
	}
	.lp--hero .buttons a{
		display:block;
		margin:8px 0;
		width:100%;
		text-align: center;
	}
	#clients .section--header h2, .lp--works h2{
		font-size:28px;
	}
	.lp--contact .section--header h2{
		font-size:28px;
		margin-bottom:48px;
	}
	.our-projects .our-projects__categories h2{
		font-size:28px;
		line-height:36px;
	}
	.our-projects .our-projects__categories h2 br{
		display:none;
	}
}

html{
	scroll-behavior: smooth;
}