body {
	overflow-x: hidden;
}
#theme-page .theme-page-wrapper.full-width-layout {
	margin: 0 !important;
}
.cta-landing {
    background-color: #dc5466;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    padding: 7px 20px;
    border: 2px solid #dc5466;
    border-radius: 5px;
    margin: 0;
    transition: transform .2s;
}
.cta-landing:hover {
	color: #fff;
}
.cta-landing a, .cta-landing a:hover {
	color: #fff;
}
.banner-text {
    position: absolute;
    top: 180px;
    left: 30px;
}
.categoriesCard .catCarousel, .categoriesCard .catData  {
    padding: 0 !important;
}
.categoriesCard .catCarousel {
    margin-top: 30px;
}
.categoriesCard .catCarousel .vc_slide.vc_images_carousel {
    max-height: 450px;
    overflow: hidden;
}
.categoriesCard .catCarousel .theme-content img, .vc_row-fluid img {
    min-width: 100%;
}
.categoriesCard .catData {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.cat-heading {
	max-width: 100%;
}
.cat-heading-inner {
	position: relative;
	z-index: 2;
	max-width: 50%;
    padding: 15px;
    border-radius: 5px 5px 0 0;
    margin-left: auto;
	margin-bottom: -130px;
	box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 20%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.cat-heading-inner.first-heading {
    background-color: #005EB8;
}
.cat-heading-inner.second-heading {
    background-color: #D50032;
}
.cat-heading-inner.third-heading {
    background-color: #702F8A;
}
.cat-heading-inner.fourth-heading {
    background-color: #008485;
}
.cat-heading-inner.fifth-heading {
    background-color: #005EB8;
}
.cat-heading-inner.sixth-heading {
    background-color: #D50032;
}
.cat-heading h2 {
    color: #fff !important;
}
.cat-heading p {
    color: #fff;
}
.cat-body {
    padding: 15px;
}
.categories {
	position: relative;
	padding-top: 80px;
}
.categories:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 30%;
}
.owl-carousel .owl-item img {
	width: 50% !important;
	height: 500px;
	object-fit: cover;
}
.owl-carousel .item-details {
	padding: 150px 10px 30px 15px;
	text-align: left;
	width: 50%;
	box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 20%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.owl-carousel .item-details h4 {
	font-size: 24px !important;
	line-height: 24px;
}
 .owl-carousel .item-details p {
	font-size: 16px;
	padding-bottom: 20px;
}
 .owl-carousel .item {
	text-align: center;
	margin-bottom: 80px;
}
 .owl-carousel .owl-nav [class*='owl-'] {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color: #f97352;
}
.owl-carousel .owl-nav [class*='owl-']:hover {
	/*background-color: #d6d6d6;*/
	-webkit-box-shadow: 0 0.625vw 1.042vw rgb(0 0 0 / 40%);
    -moz-box-shadow: 0 0.625vw 1.042vw rgba(0,0,0,.4);
    box-shadow: 0 0.625vw 1.042vw rgb(0 0 0 / 40%);
}
.owl-carousel {
	 position: relative;
}
.owl-carousel .owl-next, .owl-carousel .owl-prev {
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	position: absolute;
	top: 30%;
	font-size: 20px;
	color: #fff;
	border: 1px solid #ddd;
	text-align: center;
}
.owl-carousel .owl-prev {
	left: -70px;
}
.owl-carousel .owl-next {
	right: -70px;
}
.shadow-effect {
	display: flex;
}

@media screen and (max-width: 992px) {
	.banner-text {
		position: relative;
		text-align: center;
		padding: 20px 0;
		top: 0;
		left: 0;
	}
	.banner-text h1 {
		font-size: 30px !important;
		font-weight: 500 !important;
	}
}


@media screen and (max-width: 767px) {
	.cat-heading-inner {
		max-width: 100% !important;
		margin-bottom: 0;
		padding: 10px;
		text-align: center;
	}
	.cat-heading h2 {
		margin-bottom: 0;
	}
	.cat-heading p {
		display: none;
	}
	.shadow-effect {
		display: block;
	}
	.owl-carousel .owl-item img {
		width: 100% !important;
		height: 400px;
	}
	.owl-carousel .item-details {
		padding: 20px 5px;
		text-align: justify;
		width: 100%;
		display: flex;
		flex-direction: column;
	}
	.owl-carousel .item-details h4 {
		text-align: center;
		font-weight: 400;
	}
	.owl-carousel .item-details p {
		max-height: 155px;
		overflow: hidden;
	}
	.cta-landing {
		text-align: center;
	}
	.owl-carousel .owl-next {
		right: -20px;
	}
	.owl-carousel .owl-prev {
		left: -20px;
	}
	.owl-carousel .owl-nav [class*="owl-"] {
		background-color: #fff;
	}
	.banner-text h1 {
		font-size: 26px !important;
		font-weight: 500 !important;
	}
	.categories {
		padding-top: 50px;
	}
}

@media screen and (max-width: 576px) {
	.banner-text h1 {
		font-size: 22px !important;
		font-weight: 500 !important;
	}
}

@media screen and (min-width: 992px) {
	.row.mascot .cat-heading-inner, .row.princess .cat-heading-inner, .row.star-wars .cat-heading-inner {
		margin-right: auto !important;
		margin-left: unset !important;
	}
	.row.mascot .shadow-effect, .row.princess .shadow-effect, .row.star-wars .shadow-effect {
		flex-direction: row-reverse !important;
	}
}