body {
	background: #fff;
	color: #000;
	font-family: "RobotoCondensed-Regular";
}

@font-face {
	font-family: "RobotoCondensed-Regular";
	src: url("../fonts/RobotoCondensed-Regular.woff2") format("woff2"),
		url("../fonts/RobotoCondensed-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "RobotoCondensed-Bold";
	src: url("../fonts/RobotoCondensed-Bold.woff2") format("woff2"),
		url("../fonts/RobotoCondensed-Bold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: "BebasNeueBold";
	src: url("../fonts/BebasNeueBold.woff2") format("woff2"),
		url("../fonts/BebasNeueBold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: "BebasNeueRegular";
	src: url("../fonts/BebasNeueRegular.woff2") format("woff2"),
		url("../fonts/BebasNeueRegular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

a {
	color: #196dc7;
	transition: 0.5s;
	outline-style: none;
}

a:hover,
a:active {
	outline: none;
	text-decoration: none;
}

ul,
p {
	padding: 0;
	margin: 0;
	font-size: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "RobotoCondensed-Bold";
	font-weight: 400;
	color: #959595;
	padding: 0;
	margin: 0;
}

section {
	display: block;
	float: left;
	width: 100%;
}
.top_header {
	padding: 10px 0;
	position: relative;
	z-index: 999;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	transition-timing-function: ease-out;
}

.logo_and_nav_section {
	display: block;
	float: left;
	width: 100%;
	padding: 12px 0;
	background: #fff;
}
.logo_and_nav_main_area {
	display: block;
	float: left;
	width: 100%;
	position: relative;
	padding: 0px 25px;
}
.header_logo {
	display: inline-block;
	vertical-align: middle;
	width: 200px;
}
.header_logo img {
	width: 75px;
	transition: 0.5s;
}

.header_logo img:hover {
	transform: scale(1.1);
}

.header_right_area {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 205px);
}

.nav_and_contact_section {
	display: block;
	float: left;
	width: 100%;
	position: relative;
	text-align: right;
}
.contact_but a {
	background: #111230;
	color: #fff !important;
	padding: 10px 10px !important;
	border-bottom: none !important;
}
.contact_but a:hover {
	background: #4bc9f2;
	border-bottom: none !important;
}

.nav_main_area {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	text-align: right;
}
.nav-menu,
.nav-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}

.nav-menu li {
	position: relative;
	white-space: nowrap;
}

.nav-menu > li {
	display: inline-block;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
	display: block;
}

.nav-menu ul ul {
	top: 0;
	left: 100%;
}

.nav-menu ul li {
	min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
	padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
	content: "\f0d7";
	position: absolute;
	right: 15px;
	font-family: "FontAwesome";
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	top: 50%;
	transform: translateY(-50%);
}

.sf-arrows ul .sf-with-ul:after {
	content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
	transition: 0.5s;
	display: inline-block;
	vertical-align: middle;
}

.nav-menu-container_wrapper {
	text-align: text;
}

/*form_image-section*/
.form_wrapper {
	max-width: 550px;
}

.form_img:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	background-image: url(../images/avocados.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 60%;
	height: 109%;
	z-index: 1;
	display: inline-block;
	background-size: contain;
	background-size: c;
}
.form_img {
	position: relative;
	max-width: 900px;
	margin: auto;
	width: 100%;
	overflow: hidden;
	margin-bottom: 50px;
}
.singer_tb.table thead th {
	color: #ec0d6c;
	font-size: 20px;
	border-bottom: 2px solid #959595;
}
.singer_tb.table td,
.singer_tb.table th {
	border-top: 1px solid #959595;
	color: #959595;
}
.singer_tb.table td,
.singer_tb.table th {
}
/*form_image -section end*/

/*image_wrapper sc*/
.wrapping_area {
	position: absolute;
	z-index: 1;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding: 20px;
}
.wrapping_area .text-div {
	display: flex;
	align-items: center;
}

.wrapping_area .line-div {
	flex-grow: 1;
	height: 76%;
	border-bottom: 2px solid white;
	margin-left: 5px;
}
.img_area {
	position: relative;
	z-index: -1;
}
.wrapping_area p span {
	font-family: "BebasNeueBold";
	letter-spacing: 0.6px;
}
.wrapping_area p {
	font-weight: 400;
	color: #fff;
	letter-spacing: 0.3px;
	font-size: 41px;
	line-height: 55px;
	padding: 0;
	margin: 0;
	font-family: "BebasNeueRegular";
}
.singer_tb.table td,
.singer_tb.table th {
	padding: 10px 0px;
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 0.4px;
	font-family: "BebasNeueBold";
}
.slider_contanear.image_slider {
	max-width: 1000px;
	margin: auto;
}

.jumbotron p {
	color: #7d7d7d;
	font-family: "RobotoCondensed-Regular";
	font-size: 20px;
	letter-spacing: 0.4px;
}
.jumbotron h3 {
	color: #7228b2;
	padding-bottom: 15px;
	font-family: "RobotoCondensed-Bold";
}
.about_know_but {
	display: inline-block;
	padding: 6px 30px;
	color: #fff;
	background: #e7056a;
	font-size: 20px;
	font-family: "BebasNeueBold";
	margin-top: 50px;
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #fff;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	transition-timing-function: ease-out;
}
/*image_wrapper sc*/

/*footer SOC*/
.footer_wrapper {
	width: 100%;
	padding-bottom: 20px;
	display: inline-block;
}
.footer_wrapper p {
	width: 100%;
	color: #959595;
	font-family: "BebasNeueBold";
}

/*footer EOF*/

@media (max-width: 992px) {
	#nav-menu-container {
		display: none;
	}
	.form_img {
		max-width: 100%;
	}
	.slider_contanear.image_slider {
		max-width: 100%;
	}
	.wrapping_area p {
		letter-spacing: 0.3px;
		font-size: 31px;
		line-height: 38px;
	}
	.pink_icopanel.five_sc {
		padding: 50px 0px;
	}
	.form_img .container {
		max-width: 100%;
	}
	.form_img:before {
		width: 400px;
	}
}

@media (max-width: 520px) {
	.form_img:before {
		width: 200px;
	}
	.wrapping_area p {
		font-size: 21px;
		line-height: 25px;
	}
	.wrapping_area .line-div {
		height: 88%;
	}
}

@media (max-width: 420px) {
	.wrapping_area p {
		font-size: 18px;
		line-height: 20px;
	}
	.wrapping_area .line-div {
		height: 102%;
	}
}

/* Nav Meu Styling */
.nav-menu a {
	padding: 6px 18px;
	text-decoration: none;
	display: inline-block;
	color: #959595;
	font-size: 18px;
	outline: none;
	text-transform: uppercase;
	font-family: "BebasNeueBold";
}

.nav-menu li:hover > a,
.nav-menu > .menu-active > a {
	color: #772aba;
}

.nav-menu ul {
	margin: 0px 0 0 0;
	padding: 10px;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	background: #000000;
	text-align: left;
}

.nav-menu ul li {
	transition: 0.3s;
}

.nav-menu ul li a {
	padding: 5px 10px;
	color: #ffffff;
	transition: 0.3s;
	display: block;
	font-size: 13px;
	text-transform: none;
	border-bottom: 2px solid transparent;
}

.nav-menu ul li:hover > a {
	border-bottom: 2px solid #ffffff;
	background-color: #ff0000;
}

.nav-menu ul ul {
	margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
	position: absolute;
	right: 20px;
	z-index: 999;
	border: 0;
	background: none;
	font-size: 24px;
	display: none;
	transition: all 0.4s;
	outline: none;
	cursor: pointer;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

#mobile-nav-toggle i {
	color: #772aba;
}

@media (max-width: 992px) {
	#mobile-nav-toggle {
		display: inline;
	}
}

/* Mobile Nav Styling */
#mobile-nav {
	position: fixed;
	top: 0;
	padding-top: 18px;
	bottom: 0;
	z-index: 998;
	background: rgba(0, 0, 0, 0.8);
	left: -260px;
	width: 260px;
	overflow-y: auto;
	transition: 0.4s;
}

#mobile-nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#mobile-nav ul li {
	position: relative;
}

#mobile-nav ul li a {
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	overflow: hidden;
	padding: 10px 22px 10px 15px;
	position: relative;
	text-decoration: none;
	width: 100%;
	display: block;
	outline: none;
	font-weight: 700;
}

#mobile-nav ul li a:hover {
	color: #fff;
	background-color: #e9096a;
}

#mobile-nav ul li li {
	padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
	position: absolute;
	right: 0;
	z-index: 99;
	padding: 15px;
	cursor: pointer;
	color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
	color: #d5d5d5;
}

#mobile-nav ul .menu-has-children li a {
	text-transform: none;
}

#mobile-nav ul .menu-item-active {
	color: #d5d5d5;
}

#mobile-body-overly {
	width: 100%;
	height: 100%;
	z-index: 997;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(0, 0, 0, 0.7);
	display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
	overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
	left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
	color: #fff;
}

.mobile-nav-active #mobile-nav-toggle i {
	color: #fff;
}

.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	background: #fff;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	transition-timing-function: ease-out;
}
.body_top_padding {
	padding-top: 40px;
}
.top_header .nav i {
	color: #eb0b6c;
	margin-left: 15px;
	font-size: 30px;
	cursor: pointer;
}
.top_header .logo img {
	max-width: 100%;
}
.top_header .search i {
	color: #eb0b6c;
	margin-right: 15px;
	font-size: 30px;
	cursor: pointer;
}
.sticky .logo img {
	height: 50px;
}

/* Sections Header
 --------------------------------*/
#intro {
	display: block;
	float: left;
	width: 100%;
	position: relative;
	z-index: 1;
}
#intro .carousel {
	position: relative;
	float: left;
	width: 100%;
}
#intro .slider_contanear {
	display: block;
	float: left;
	width: 100%;
	position: relative;
}
#intro .img_area {
	display: block;
	float: left;
	width: 100%;
	position: relative;
	z-index: 1;
}
#intro .img_area img {
	width: 100%;
	object-fit: cover;
	object-position: center;
	height: auto !important;
}

#intro .carousel-indicators {
	bottom: 30px;
}

#intro .carousel-control-prev-icon {
	background: url(../images/left_arrow.png) no-repeat;
	width: 41px;
	height: 79px;
}
#intro .carousel-control-next-icon {
	background: url(../images/right_arrow.png) no-repeat;
	width: 41px;
	height: 79px;
}
#intro .carousel-control-next,
.carousel-control-prev {
	width: auto;
	opacity: 1;
}
#intro .carousel-indicators li {
	width: 12px;
	height: 12px;
	border-radius: 100%;
	background: #f36da7;
	cursor: pointer;
}
#intro .carousel-indicators .active {
	background-color: #fff;
}
.about_area {
	padding: 70px 0;
	position: relative;
}
.about_area:after {
	content: "";
	position: absolute;
	left: 0;
	width: 63%;
	top: 110px;
	bottom: 85px;
	background: url(../images/white_dotted_pattern.jpg) repeat;
}
.about_inside {
	display: block;
	float: left;
	width: 100%;
	padding: 0 40px 0 80px;
	position: relative;
}
.about_heading {
	position: absolute;
	left: 80px;
	top: 0;
	z-index: 2;
}
.about_heading h2 {
	font-size: 220px;
	color: #772aba;
	text-transform: uppercase;
	line-height: 180px;
	font-family: "BebasNeueBold";
}
.about_heading h2 span {
	-webkit-text-stroke: 1px #e7056a;
	-webkit-text-fill-color: rgba(255, 255, 255, 0);
}
.about_text_area {
	display: block;
	float: right;
	position: relative;
	z-index: 3;
	width: 100%;
	max-width: 530px;
	margin-top: 158px;
}
.about_text_area:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: calc(100% - 200px);
	height: 1px;
	background: #666;
}
.about_text_area p {
	color: #787878;
	font-size: 19px;
	text-align: justify;
	margin: 20px 0;
}
.about_know_but {
	display: inline-block;
	padding: 6px 30px;
	color: #fff;
	background: #e7056a;
	font-size: 20px;
	font-family: "BebasNeueBold";
	margin-top: 80px;
	text-transform: uppercase;
	color: #fff;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	transition-timing-function: ease-out;
}
.about_know_but:hover {
	background: #eb096e;
	color: #fff;
}
.influencer_area {
	background: #772aba;
	padding: 60px 0;
	position: relative;
}
.influencer_area:after {
	content: "We’ve Worked With";
	font-family: "BebasNeueBold";
	font-size: 168px;
	color: #c49ae9;
	-webkit-text-stroke: 1px #c49ae9;
	-webkit-text-fill-color: rgba(255, 255, 255, 0);
	position: absolute;
	top: -10px;
	right: 0%;
}
.influencer_inner {
	display: block;
	float: left;
	width: 100%;
	padding: 0 20px;
}
.influencer_header {
	display: block;
	float: left;
	width: 100%;
	text-align: left;
	color: #fff;
	font-size: 75px;
	font-family: "BebasNeueBold";
	position: relative;
	z-index: 1;
	letter-spacing: 1px;
}
.influencer_boxes_area {
	display: block;
	float: left;
	width: calc(100% + 30px);
	margin: 20px -15px;
	text-align: center;
}
.influencer_box1 {
	display: inline-block;
	vertical-align: top;
	width: calc(100% / 5 - 35px);
	margin: 15px 15px;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	transition-timing-function: ease-out;
}
.influencer_box_img_area {
	display: block;
	float: left;
	width: 100%;
	position: relative;
	z-index: 1;
}
.influencer_box_img_area img {
	float: left;
	width: 100%;
	height: 276px;
	object-fit: cover;
	object-position: center;
}
.influencer_box_text_area {
	display: block;
	float: left;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#320758+0,320758+49,320758+100&0+0,0+49,1+100 */
	background: -moz-linear-gradient(
		top,
		rgba(50, 7, 88, 0) 0%,
		rgba(50, 7, 88, 0) 49%,
		rgba(50, 7, 88, 1) 100%
	); /* FF3.6-15 */
	background: -webkit-linear-gradient(
		top,
		rgba(50, 7, 88, 0) 0%,
		rgba(50, 7, 88, 0) 49%,
		rgba(50, 7, 88, 1) 100%
	); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(
		to bottom,
		rgba(50, 7, 88, 0) 0%,
		rgba(50, 7, 88, 0) 49%,
		rgba(50, 7, 88, 1) 100%
	); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00320758', endColorstr='#320758',GradientType=0 ); /* IE6-9 */
	top: 100%;
}
.influencer_box_text_area h2 {
	position: absolute;
	font-size: 25px;
	font-family: "BebasNeueBold";
	color: #fff;
	text-transform: uppercase;
	left: 0;
	width: 100%;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
}
.influencer_box_text_area h3 {
	position: absolute;
	font-size: 25px;
	font-family: "BebasNeueBold";
	color: #fff;
	text-transform: uppercase;
	left: 0;
	width: 100%;
	text-align: center;
	bottom: 20px;
	letter-spacing: 3px;
}
.influencer_box_text_area h3 a {
	color: #fff;
}
.influencer_box_text_area h3 a:hover {
	color: #eb086e;
}
.influencer_box1 .influencer_box_text_area {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	transition-timing-function: ease-out;
}
.influencer_box1:hover .influencer_box_text_area {
	top: 0;
}
.influencer_box1:hover {
	-webkit-box-shadow: 0px 0px 26px 8px rgba(0, 0, 0, 0.27);
	-moz-box-shadow: 0px 0px 26px 8px rgba(0, 0, 0, 0.27);
	box-shadow: 0px 0px 26px 8px rgba(0, 0, 0, 0.27);
}
.testimonial_area {
	padding: 50px 0;
	background: #eb096d;
}
.testimonial_heading {
	display: block;
	float: left;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	font-family: "BebasNeueBold";
	letter-spacing: 5px;
}
.testimonial_slider_area {
	display: block;
	float: left;
	width: 100%;
	margin-top: 30px;
}
.testimonial_main_area {
	display: block;
	float: left;
	width: 100%;
}
.testimonial_img_area {
	display: block;
	float: left;
	width: 100%;
	position: relative;
}
.testimonial_img_area img {
	float: left;
	width: 100%;
	height: 220px;
	object-fit: cover;
	object-position: center;
	position: relative;
	z-index: 1;
}

.testimonial_img_area article {
	position: absolute;
	right: -60px;
	bottom: 10px;
	z-index: 2;
	width: 210px;
	text-align: center;
	background-color: #772aba;
	color: #fff;
	font-family: "BebasNeueBold";
	padding: 8px 0;
}

.testimonial_img_area article p {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	font-size: 11px;
	width: 100%;
	max-width: 136px;
}

.testimonial_img_area article p span {
	font-size: 23px;
	font-family: "BebasNeueBold";
	text-transform: uppercase;
	line-height: 20px;
}

.testimonial_text_area {
	display: block;
	float: left;
	width: 100%;
}
.testimonial_text_area p {
	font-family: "RobotoCondensed-Bold";
	font-size: 19px;
	font-style: italic;
	color: #fff;
	padding-left: 40px;
}
.testimonial_text_area p strong {
	font-size: 25px;
}

.testimonial_slider_area .owl-dots {
	display: none;
}

.testimonial_slider_area .owl-carousel .owl-nav button.owl-prev {
	width: 14px;
	height: 26px;
	background: url(../images/slider_left_arrow.png) center center no-repeat;
	color: transparent;
	margin-right: 40px;
}
.testimonial_slider_area .owl-carousel .owl-nav button.owl-next {
	width: 14px;
	height: 26px;
	background: url(../images/slider_right_arrow.png) center center no-repeat;
	color: transparent;
	margin-left: 40px;
}
.testimonial_slider_area button:focus {
	outline-style: none;
}
.testimonial_slider_area .owl-theme .owl-nav {
	position: relative;
}
.testimonial_slider_area .owl-theme .owl-nav:after {
	content: "";
	position: absolute;
	width: 50px;
	height: 1px;
	background: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.brands_area {
	padding: 50px 0;
	text-align: center;
}
.brands_text_area {
	display: block;
	float: left;
	width: 100%;
	text-align: center;
}
.brands_text_area h1 {
	color: #eb096e;
	text-transform: uppercase;
	color: #eb096e;
	font-size: 30px;
	font-family: "BebasNeueBold";
}
.brands_text_area h2 {
	-webkit-text-stroke: 1px #7a7a7a;
	-webkit-text-fill-color: rgba(255, 255, 255, 0);
	font-size: 180px;
	font-family: "BebasNeueBold";
}
.brands_logo_area {
	display: block;
	float: left;
	width: 100%;
	text-align: center;
}
.brands_logo_area img {
	margin: 5px;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	cursor: pointer;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	transition-timing-function: ease-out;
}
.brands_logo_area img:hover {
	margin: 5px;
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.brands_more_but {
	display: inline-block;
	padding: 8px 30px;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	font-family: "BebasNeueBold";
	background: #eb096d;
	margin-top: 25px;
}
.brands_more_but:hover {
	color: #fff;
	background: #fe6817;
}
.pannel1 {
	padding: 50px 0;
	position: relative;
	background-image: url(../images/inovative-bg.jpg);
	background-size: cover;
}
/*.pannel1:after {
     content: '';
     position: absolute;
     left: 0;
     width: 300px;
     top: 160px;
     bottom: 40px;
     background: url(../images/white_dotted_pattern.jpg) repeat;
 }*/
.pannel1_numbering {
	position: absolute;
	z-index: 2;
	right: 20px;
	top: -20px;
	font-family: "BebasNeueBold";
	font-size: 220px;
	color: #c9c9c9;
	-webkit-text-stroke: 1px #c7c7c7;
	-webkit-text-fill-color: rgba(255, 255, 255, 0);
}
.pannel1 .heading_area {
	display: block;
	float: left;
	width: 100%;
	max-width: 330px;
	position: relative;
	z-index: 2;
	margin: 60px 0;
}
.pannel1 .heading_area h2 {
	color: #fff;
	font-size: 27px;
	font-family: "BebasNeueBold";
	text-transform: uppercase;
	letter-spacing: 5px;
	position: relative;
}
.pannel1 .heading_area:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -20px;
	width: calc(100% - 200px);
	height: 1px;
	background: #fff;
}
.pannel1 .heading_area h3 {
	font-size: 50px;
	color: #fff;
	font-family: "BebasNeueRegular";
	line-height: 1em;
	margin-top: 100px;
}
.pannel1_slider_area {
	display: block;
	float: left;
	width: 100%;
	margin-top: 30px;
	position: relative;
	z-index: 2;
}

.pannel1_slider_area .owl-dots {
	display: none;
}

.pannel1_slider_area .owl-carousel .owl-nav button.owl-prev {
	width: 14px;
	height: 26px;
	background: url(../images/slider_left_arrow2.png) center center no-repeat;
	color: transparent;
	margin-right: 40px;
}
.pannel1_slider_area .owl-carousel .owl-nav button.owl-next {
	width: 14px;
	height: 26px;
	background: url(../images/slider_right_arrow2.png) center center no-repeat;
	color: transparent;
	margin-left: 40px;
}
.pannel1_slider_area button:focus {
	outline-style: none;
}
.pannel1_slider_area .owl-theme .owl-nav {
	position: relative;
	float: right;
}
.pannel1_slider_area .owl-theme .owl-nav:after {
	content: "";
	position: absolute;
	width: 50px;
	height: 1px;
	background: #a3a2a2;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.pannel1_slider_main_area {
	display: block;
	float: left;
	width: 100%;
}
.pannel1_slider_img_area {
	display: block;
	float: left;
	width: 100%;
}
.pannel1_slider_img_area img {
	float: left;
	width: 100%;
}
.pannel1_slider_text_area {
	display: block;
	float: left;
	width: 100%;
	padding-left: 20px;
	text-align: left;
}
.pannel1_slider_text_area img {
	width: auto !important;
}
.pannel1_slider_text_area p {
	font-family: "RobotoCondensed-Bold";
	font-size: 19px;
	color: #787878;
	margin-top: 30px;
}
.pannel1_slider_text_area p strong {
	font-size: 25px;
}

.pannel2 {
	padding: 50px 0;
	position: relative;
}
.pannel2:after {
	content: "";
	position: absolute;
	right: 0;
	width: 300px;
	top: 60px;
	bottom: 40px;
	background: url(../images/white_dotted_pattern.jpg) repeat;
}
.pannel2_numbering {
	position: absolute;
	z-index: 2;
	left: 20px;
	top: -20px;
	font-family: "BebasNeueBold";
	font-size: 220px;
	color: #c9c9c9;
	-webkit-text-stroke: 1px #c7c7c7;
	-webkit-text-fill-color: rgba(255, 255, 255, 0);
}
.pannel2 .heading_area {
	display: block;
	float: left;
	width: 100%;
	max-width: 330px;
	position: relative;
	z-index: 2;
	text-align: left;
}
.pannel2 .heading_area h2 {
	color: #772aba;
	font-size: 27px;
	font-family: "BebasNeueBold";
	text-transform: uppercase;
	letter-spacing: 5px;
	position: relative;
}

.pannel2 .heading_area h3 {
	font-size: 54px;
	color: #eb096e;
	font-family: "BebasNeueBold";
	line-height: 50px;
	margin-top: 15px;
}
.pannel2_slider_area {
	display: block;
	float: left;
	width: 100%;
	margin-top: 30px;
	position: relative;
	z-index: 2;
}

.pannel2_slider_area .owl-dots {
	display: none;
}

.pannel2_slider_area .owl-carousel .owl-nav button.owl-prev {
	width: 14px;
	height: 26px;
	background: url(../images/slider_left_arrow2.png) center center no-repeat;
	color: transparent;
	margin-right: 40px;
}
.pannel2_slider_area .owl-carousel .owl-nav button.owl-next {
	width: 14px;
	height: 26px;
	background: url(../images/slider_right_arrow2.png) center center no-repeat;
	color: transparent;
	margin-left: 40px;
}
.pannel2_slider_area button:focus {
	outline-style: none;
}
.pannel2_slider_area .owl-theme .owl-nav {
	position: relative;
	float: left;
}
.pannel2_slider_area .owl-theme .owl-nav:after {
	content: "";
	position: absolute;
	width: 50px;
	height: 1px;
	background: #a3a2a2;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.pannel2_slider_main_area {
	display: block;
	float: left;
	width: 100%;
}
.pannel2_slider_img_area {
	display: block;
	float: left;
	width: 100%;
}
.pannel2_slider_img_area img {
	float: left;
	width: 100%;
}
.pannel2_slider_text_area {
	display: block;
	float: left;
	width: 100%;
	padding-left: 20px;
	text-align: left;
}
.pannel2_slider_text_area p {
	font-size: 19px;
	color: #787878;
	margin-top: 30px;
}
.pannel2_slider_text_area p strong {
	font-size: 25px;
}

.pannel3 {
	padding: 50px 0;
	position: relative;
}
.pannel3:after {
	content: "";
	position: absolute;
	left: 0;
	width: 300px;
	top: 100px;
	bottom: 40px;
	background: url(../images/white_dotted_pattern.jpg) repeat;
}
.pannel3_numbering {
	position: absolute;
	z-index: 2;
	right: 20px;
	top: -20px;
	font-family: "BebasNeueBold";
	font-size: 220px;
	color: #c9c9c9;
	-webkit-text-stroke: 1px #c7c7c7;
	-webkit-text-fill-color: rgba(255, 255, 255, 0);
}
.pannel3 .heading_area {
	display: block;
	float: left;
	width: 100%;
	position: relative;
	z-index: 2;
	text-align: left;
}
.pannel3 .heading_area h2 {
	color: #4f4f4f;
	font-size: 27px;
	font-family: "BebasNeueBold";
	text-transform: uppercase;
	letter-spacing: 5px;
	position: relative;
}
.pannel3 .heading_area h2:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: calc(100% - 200px);
	height: 1px;
	background: #000;
}
.pannel3 .heading_area h3 {
	font-size: 50px;
	color: #eb096e;
	font-family: "BebasNeueRegular";
	line-height: 50px;
	margin-top: 15px;
}
.pannel3_slider_area {
	display: block;
	float: left;
	width: 100%;
	margin-top: 30px;
	position: relative;
	z-index: 2;
}
.pannel3_slider_img_area {
	display: block;
	float: left;
	width: 100%;
	position: relative;
}
.pannel3_slider_img_area img {
	float: left;
	width: 100%;
	/*	-webkit-filter: grayscale(100%);
     filter: grayscale(100%);
    -webkit-transition: all .5s ;
    -moz-transition: all .5s ;
    -ms-transition: all .5s ;
    -o-transition: all .5s ;
    transition: all .5s ;
    transition-timing-function:ease-out;		
 */
}
.pannel3_slider_img_area:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
.pannel3_slider_area .owl-dots {
	display: none;
}
.pannel3_slider_area .owl-theme .owl-nav {
	position: relative;
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
}
.pannel3_slider_area .owl-carousel .owl-nav button.owl-prev {
	width: 30px;
	height: 60px;
	background: url(../images/slider_left_arrow3.png) center center no-repeat;
	background-size: 100% 100%;
	color: transparent;
	float: left;
	margin-left: -60px;
}
.pannel3_slider_area .owl-carousel .owl-nav button.owl-next {
	width: 30px;
	height: 60px;
	background: url(../images/slider_right_arrow3.png) center center no-repeat;
	background-size: 100% 100%;
	color: transparent;
	float: right;
	margin-right: -60px;
}
.pannel3_slider_area button:focus {
	outline-style: none;
}
.pannel3_slider_area .owl-theme .owl-nav .disabled {
	opacity: 0;
	cursor: default;
}

.pannel4 {
	padding: 50px 0 70px;
	position: relative;
	background-color: #f8f8f8;
}
.pannel4:after {
	content: "";
	position: absolute;
	left: 0;
	width: 300px;
	top: 160px;
	bottom: 290px;
	background: url(../images/white_dotted_pattern.jpg) repeat;
}
.pannel4_numbering {
	position: absolute;
	z-index: 2;
	right: 20px;
	top: -20px;
	font-family: "BebasNeueBold";
	font-size: 220px;
	color: #c9c9c9;
	-webkit-text-stroke: 1px #c7c7c7;
	-webkit-text-fill-color: rgba(255, 255, 255, 0);
}
.pannel4 .heading_area {
	display: block;
	float: left;
	width: 100%;
	max-width: 330px;
	position: relative;
	z-index: 2;
	text-align: left;
}
.pannel4 .heading_area h2 {
	color: #4f4f4f;
	font-size: 27px;
	font-family: "BebasNeueBold";
	text-transform: uppercase;
	letter-spacing: 5px;
	position: relative;
}
.pannel4 .heading_area h2:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: calc(100% - 200px);
	height: 1px;
	background: #000;
}
.pannel4 .heading_area h3 {
	font-size: 50px;
	color: #eb096e;
	line-height: 50px;
	margin-top: 15px;
	font-family: "BebasNeueRegular";
}
.pannel4 .heading_area h4 {
	font-size: 132px;
	color: #eb096e;
	font-family: "BebasNeueBold";
	-webkit-text-stroke: 1px #eb096e;
	-webkit-text-fill-color: rgba(255, 255, 255, 0);
	line-height: 130px;
}
.pannel4 .heading_area h5 {
	font-size: 28px;
	color: #545454;
	font-family: "BebasNeueBold";
	text-transform: uppercase;
}

.pannel4_slider_area {
	display: block;
	float: left;
	width: 100%;
	margin-top: -20px;
	position: relative;
	z-index: 3;
}
.pannel4_slider_inside {
	position: relative;
	float: left;
	width: 100%;
}
.pannel4_slider_img_area {
	display: block;
	float: left;
	width: 100%;
	position: relative;
	z-index: 1;
}
.pannel4_slider_img_area img {
	float: left;
	width: 100%;
}
.pannel4_play_but {
	display: block;
	float: right;
	margin: -25px 25px 0 0;
	position: relative;
	z-index: 2;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	overflow: hidden;
}
.pannel4_play_but img {
	float: left;
	width: 100%;
	height: 100%;
}
.center .pannel4_slider_img_area {
	-webkit-box-shadow: 0px 0px 19px 3px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 19px 3px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 19px 3px rgba(0, 0, 0, 0.4);
}
.center .pannel4_play_but {
	border: 5px solid rgba(255, 255, 255, 0.5);
}

.pannel4_slider_area .owl-dots {
	display: none;
}
.pannel4_slider_area .owl-theme .owl-nav {
	position: relative;
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
}
.pannel4_slider_area .owl-carousel .owl-nav button.owl-prev {
	width: 30px;
	height: 60px;
	background: url(../images/slider_left_arrow3.png) center center no-repeat;
	background-size: 100% 100%;
	color: transparent;
	float: left;
	margin-left: -60px;
}
.pannel4_slider_area .owl-carousel .owl-nav button.owl-next {
	width: 30px;
	height: 60px;
	background: url(../images/slider_right_arrow3.png) center center no-repeat;
	background-size: 100% 100%;
	color: transparent;
	float: right;
	margin-right: -60px;
}
.pannel4_slider_area button:focus {
	outline-style: none;
}
.pannel4_slider_area .owl-theme .owl-nav .disabled {
	opacity: 0;
	cursor: default;
}

.pannel4_slider_area .owl-carousel .center {
	transform: scale(1.3);
}
.pannel4_slider_area .owl-carousel .owl-stage-outer {
	padding: 60px 0;
}

.artist_area {
	padding: 60px 0;
}
.artist_area_heading {
	display: block;
	float: left;
	width: 100%;
}
.artist_area_heading h2 {
	display: inline-block;
	vertical-align: bottom;
	position: relative;
	color: #eb096e;
	font-size: 125px;
	font-family: "BebasNeueBold";
	line-height: 95px;
}
.artist_area_heading_line {
	display: inline-block;
	vertical-align: bottom;
	position: relative;
	width: 140px;
	height: 2px;
	background: #000000;
	margin: 0 10px;
}
.artist_area_heading h3 {
	display: inline-block;
	vertical-align: bottom;
	position: relative;
	color: #8d8d8d;
	font-size: 29px;
	font-family: "BebasNeueBold";
	letter-spacing: 3px;
}
.artist_main_area {
	display: block;
	float: left;
	width: 100%;
	margin-top: 60px;
}
.artist_left_box {
	display: block;
	float: left;
	width: 100%;
	position: relative;
}
.artist_left_box_img_area {
	display: block;
	float: left;
	width: 100%;
	position: relative;
	z-index: 1;
}
.artist_left_box_img_area img {
	float: left;
	width: 100%;
}
.artist_left_box_text_area {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0);
	background: -moz-linear-gradient(
		top,
		rgba(255, 255, 255, 0) 0%,
		rgba(170, 170, 170, 0) 41%,
		rgba(48, 48, 48, 1) 100%
	);
	background: -webkit-gradient(
		left top,
		left bottom,
		color-stop(0%, rgba(255, 255, 255, 0)),
		color-stop(41%, rgba(170, 170, 170, 0)),
		color-stop(100%, rgba(48, 48, 48, 1))
	);
	background: -webkit-linear-gradient(
		top,
		rgba(255, 255, 255, 0) 0%,
		rgba(170, 170, 170, 0) 41%,
		rgba(48, 48, 48, 1) 100%
	);
	background: -o-linear-gradient(
		top,
		rgba(255, 255, 255, 0) 0%,
		rgba(170, 170, 170, 0) 41%,
		rgba(48, 48, 48, 1) 100%
	);
	background: -ms-linear-gradient(
		top,
		rgba(255, 255, 255, 0) 0%,
		rgba(170, 170, 170, 0) 41%,
		rgba(48, 48, 48, 1) 100%
	);
	background: linear-gradient(
		to bottom,
		rgba(255, 255, 255, 0) 0%,
		rgba(170, 170, 170, 0) 41%,
		rgba(48, 48, 48, 1) 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#303030', GradientType=0 );
}
.artist_left_box_text_area_inside {
	position: absolute;
	z-index: 3;
	bottom: 14px;
	left: 0;
	width: 100%;
	padding: 0 20px;
}
.artist_left_box_text_area_inside h2 {
	font-size: 45px;
	color: #fff;
	font-family: "BebasNeueBold";
	line-height: 40px;
}
.artist_left_box_text_area_inside p {
	font-size: 22px;
	color: #eb096e;
	font-family: "BebasNeueBold";
	letter-spacing: 5px;
}
.artist_right_slider_area {
	display: block;
	float: left;
	width: 100%;
	position: relative;
	padding-left: 40px;
}
.artist_right_slider_area .owl-dots {
	display: none;
}
.artist_right_slider_area .owl-theme .owl-nav {
	position: relative;
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
}
.artist_right_slider_area .owl-carousel .owl-nav button.owl-prev {
	width: 40px;
	height: 40px;
	background: url(../images/slider_left_arrow4.png) center center no-repeat;
	background-size: 100% 100%;
	color: transparent;
	float: left;
	margin-left: -60px;
}
.artist_right_slider_area .owl-carousel .owl-nav button.owl-next {
	width: 40px;
	height: 40px;
	background: url(../images/slider_right_arrow4.png) center center no-repeat;
	background-size: 100% 100%;
	color: transparent;
	float: right;
	margin-right: -60px;
}
.artist_right_slider_area button:focus {
	outline-style: none;
}
.artist_right_slider_area .owl-theme .owl-nav .disabled {
	opacity: 0;
	cursor: default;
}
.artist_right_img_area {
	display: block;
	float: left;
	width: 100%;
}
.artist_right_img_area img {
	float: left;
	width: 100%;
}
.contact_area {
	padding: 80px 0;
	position: relative;
}
.contact_area:after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 0;
	width: 50%;
	top: 150px;
	bottom: 40px;
	background: url(../images/white_dotted_pattern.jpg) repeat;
}
.contact_left {
	display: block;
	float: left;
	width: 100%;
	position: relative;
	z-index: 2;
	padding-right: 80px;
}
.contact_left_heading h3 {
	color: #eb096e;
	font-size: 24px;
	letter-spacing: 3px;
	font-family: "BebasNeueBold";
}
.contact_left_heading h2 {
	font-size: 120px;
	color: #eb096e;
	text-transform: uppercase;
	line-height: 110px;
	font-family: "BebasNeueBold";
}
.contact_left_heading h2 span {
	color: #3e3e3e;
	-webkit-text-stroke: 1px #3e3e3e;
	-webkit-text-fill-color: rgba(255, 255, 255, 0);
}
.contact_left_heading p {
	color: #787878;
	font-size: 23px;
	margin-top: 25px;
}
.contact_form_area {
	display: block;
	float: left;
	width: 100%;
	margin-top: 10px;
}
.contact_form_input_area {
	display: block;
	float: left;
	width: 100%;
	border: none;
	background: none;
	border-bottom: 2px solid #d3d3d3;
	padding: 10px 0;
	outline-style: none;
	color: #787878;
	font-size: 22px;
	margin-top: 25px;
}
.contact_form_input_area::placeholder {
	color: #787878;
	text-transform: uppercase;
	font-family: "BebasNeueBold";
}

.contact_form_submit_but {
	display: inline-block;
	width: 100px;
	height: 44px;
	border: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	font-family: "BebasNeueBold";
	background: #eb096d;
	margin-top: 25px;
	outline-style: none;
	cursor: pointer;
	margin-top: 40px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	transition-timing-function: ease-out;
}
.contact_form_submit_but:hover {
	background: #fe6817;
}

.contact_right {
	display: block;
	float: left;
	width: 100%;
	position: relative;
	z-index: 2;
	padding-left: 80px;
}
.contact_right_address_box1 {
	display: block;
	float: left;
	width: 100%;
	margin-top: 50px;
}
.contact_right_address_box1 h2 {
	color: #eb096e;
	font-size: 20px;
	font-family: "BebasNeueBold";
}
.contact_right_address_box1 p {
	color: #848484;
	font-size: 23px;
	margin-top: 20px;
	line-height: 35px;
	width: 100%;
	position: relative;
}

.contact_right_address_box1 p:after {
	position: absolute;
	right: 0;
	bottom: 10px;
	height: 1px;
	width: 100%;
	background-color: #848484;
	content: "";
	z-index: -1;
}
.contact_right_address_box1 p a {
	color: #848484;
	background-color: #fff;
	display: inline-block;
	vertical-align: top;
}
.contact_right_address_box1 p a:hover {
	color: #000;
}

.innovative_pink_panel {
	float: right;
	width: 100%;
	max-width: 620px;
	background-color: #e7056a;
	color: #fff;
	position: relative;
	padding: 75px 30px;
	font-size: 20px;
	margin-top: 200px;
	margin-bottom: -100px;
	max-width: 400px;
}

.innovative_pink_panel_next {
	position: absolute;
	z-index: 1;
	background-color: #772aba;
	color: #fff;
	border-radius: 100%;
	font-size: 20px;
	font-family: "BebasNeueBold";
	text-align: center;
	width: 65px;
	height: 65px;
	top: -30px;
	right: -20px;
	padding: 20px 0 0 0;
}

.pink_icopanel {
	padding: 100px 0;
	text-align: center;
	color: #6925a4;
	font-family: "BebasNeueBold";
}

.pink_icopanel img {
	display: inline-block;
	vertical-align: top;
	object-fit: contain;
}

.pink_icopanel p {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin: 15px 0;
	font-size: 31px;
}

.pink_icopanel_box {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}

.heading_areainnerpanel {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}

/*custom css SOC*/
.five_sc.pink_icopanel p {
	color: #959595;
	font-family: "BebasNeueRegular";
}
.img_wrapper {
	min-height: 170px;
	display: flex;
	justify-content: center;
}
/*custom css EOC*/

.heading_areainnerpanel h3 {
	font-size: 40px;
	color: #787878;
	font-family: "BebasNeueBold";
	line-height: 40px;
	margin-top: 15px;
}

.dark_solbg_panel {
	background-image: url(../images/dark-sol-bg.png) !important;
}

.dark_solbg_panel .innovative_pink_panel {
	background-color: #772aba;
	max-width: 500px;
}

.mid_logo_panel {
	padding: 100px 0;
	text-align: center;
}

.mid_logo_panel .logoimage {
	display: inline-block;
	vertical-align: middle;
	margin: 10px 3%;
	max-width: 230px;
	max-height: 95px;
	object-fit: contain;
	object-position: center;
	filter: grayscale(100%);
}

.artistecollaborations_matter {
	font-size: 19px;
	color: #787878;
	margin-top: 30px;
}

#owl-four .owl-carousel .owl-item img:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.heading_area_right {
	display: block;
	float: right !important;
	width: auto !important;
	max-width: none !important;
}

.success_story_innerpanel {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin: 50px 0;
	text-align: center;
	position: relative;
	z-index: 3;
}

.success_story_innerpanel h3 {
	color: #eb096e;
	font-size: 35px;
	font-family: "BebasNeueBold";
	letter-spacing: 4px;
	margin-bottom: 40px;
	width: 100%;
	display: inline-block;
}

.success_story_innerpanel_inner {
	float: left;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	color: #fff;
	z-index: 2;
}

.success_story_innerpanel_inner_box {
	width: calc(100% / 3);
	float: left;
	background-color: #772aba;
}

.success_story_innerpanel_inner_box .large {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 195px;
	object-fit: cover;
}

.success_story_innerpanel_inner_box article {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 10px 90px 10px 10px;
	position: relative;
	font-size: 17px;
	font-family: "BebasNeueBold";
	text-align: left;
}

.success_story_innerpanel_inner_box article span {
	font-size: 29px;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.success_story_innerpanel_inner_box article .play {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 58px;
}

.brands_panel {
	padding: 50px 0;
	text-align: center;
	background-color: #fff;
}

.brands_panel h3 {
	color: #eb096e;
	font-size: 35px;
	font-family: "BebasNeueBold";
	letter-spacing: 4px;
	width: 100%;
	display: inline-block;
}

.brands_panel h2 {
	font-size: 198px;
	color: #757575;
	font-family: "BebasNeueBold";
	-webkit-text-stroke: 1px #757575;
	-webkit-text-fill-color: rgba(255, 255, 255, 0);
}

.brands_panel_panel {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin: 20px 0;
	text-align: center;
}

.brands_panel_panel img {
	display: inline-block;
	vertical-align: middle;
	padding: 10px;
	width: calc(100% / 5 - 4px);
	margin: 5px 0;
	filter: grayscale(100%);
}

.brands_panel_panel img:hover {
	filter: grayscale(0%);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	transition-timing-function: ease-out;
}

.newssectionindex {
	background-color: #e3e3e3;
	padding: 70px 0;
}

.newssectionindex .heading_area h2 {
	color: #eb096e;
	font-size: 92px;
	font-family: "BebasNeueBold";
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
	margin-bottom: 20px;
	line-height: 85px;
}
.newssectionindex .heading_area h2:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 20px;
	width: calc(100% - 400px);
	height: 1px;
	background: #000;
}

.newssectionindex_box {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin: 15px 0;
}

.newssectionindex_box img {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}

.newssectionindex_box img:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.newssectionindex_viewpanel {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin: 25px 0 0 0;
	background-image: url(../images/pink-stroke.jpg);
	background-repeat: no-repeat;
	background-size: 100% 2px;
	background-position: center;
	text-align: center;
}

.newssectionindex_viewpanel a {
	display: inline-block;
	vertical-align: top;
	color: #fff;
	font-size: 14px;
	font-family: "BebasNeueBold";
	background-color: #eb096e;
	padding: 10px 22px;
}

.newssectionindex_viewpanel a:hover {
	background-color: #000;
}

.top_searchico {
	color: #ec0d6c;
}

.pink_icopanel article {
	color: #787878;
	text-transform: inherit;
	font-family: "RobotoCondensed-Regular";
	text-align: left;
}

.innovative_pink_panel h3 {
	font-family: "BebasNeueBold";
	font-size: 30px;
	margin-bottom: 20px;
}

.greyscale {
	filter: grayscale(100%);
	transition: 0.5s;
}
.greyscale:hover {
	filter: grayscale(0%);
}

.connect-title {
	font-family: "BebasNeueRegular";
	color: #959595;
	font-size: 45px;
}
.call_for_artists {
	background: #e7056a;
	color: #fff !important;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	transition-timing-function: ease-out;
}
