﻿.services
{
	font-size: 22px !important;
    line-height: 25px !important;
    margin-bottom: 18px !important;
    font-style: normal !important;
	font-weight: normal !important;
}

.icon_graphic_design_home
{
	background-image:url(../images/branding.png);
	background-repeat:no-repeat;
	width:50px;
	height:50px;
	float:left;
	background-size: 100%;
	filter: invert(1);
}

#graphic_design .icon_graphic_design
{
	background-image:url(../images/branding.png);
	background-repeat:no-repeat;
	width:64px;
	height:64px;
	float:left;
	background-size: 100%;
}
/*
#graphic_design:hover .icon_graphic_design
{
	background-image:url(../images/branding.png);
}
*/
.icon_branding_home
{
	background-image:url(../images/marketing-communication.png);
	background-repeat:no-repeat;
	width:50px;
	height:50px;
	float:left;
	background-size: 100%;
	filter: invert(1);
}

#branding .icon_branding
{
	background-image:url(../images/marketing-communication.png);
	background-repeat:no-repeat;
	width:64px;
	height:64px;
	float:left;
	background-size: 100%;
}
/*
#branding:hover .icon_branding
{
	background-image:url(../images/branding-white.png);
}
*/
.icon_advertising_home
{
	background-image:url(../images/digital-growth.png);
	background-repeat:no-repeat;
	width:50px;
	height:50px;
	float:left;
	background-size: 100%;
	filter: invert(1);
}

#advertising .icon_advertising
{
	background-image:url(../images/digital-growth.png);
	background-repeat:no-repeat;
	width:64px;
	height:64px;
	float:left;
	background-size: 100%;
}
/*
#advertising:hover .icon_advertising
{
	background-image:url(../images/advertsing-white.png);
}
*/
.icon_copywriting_home
{
	background-image:url(../images/production.png);
	background-repeat:no-repeat;
	width:50px;
	height:50px;
	float:left;
	background-size: 100%;
	filter: invert(1);
}

#copywriting .icon_copywriting
{
	background-image:url(../images/production.png);
	background-repeat:no-repeat;
	width:64px;
	height:64px;
	float:left;
	background-size: 100%;
}
/*
#copywriting:hover .icon_copywriting
{
	background-image:url(../images/copywrighting-white.png);
}
*/
.icon_digital_home
{
	background-image:url(../images/marketing-consultancy.png);
	background-repeat:no-repeat;
	width:50px;
	height:50px;
	float:left;
	background-size: 100%;
	filter: invert(1);
}

#digital .icon_digital
{
	background-image:url(../images/marketing-consultancy.png);
	background-repeat:no-repeat;
	width:64px;
	height:64px;
	float:left;
	background-size: 100%;
}
/*
#digital:hover .icon_digital
{
	background-image:url(../images/digital-white.png);
}
*/
.icon_films_home
{
	background-image:url(../images/business-consulting.png);
	background-repeat:no-repeat;
	width:50px;
	height:50px;
	float:left;
	background-size: 100%;
	filter: invert(1);
}

#films .icon_films
{
	background-image:url(../images/business-consulting.png);
	background-repeat:no-repeat;
	width:64px;
	height:64px;
	float:left;
	background-size: 100%;
}
/*
#films:hover .icon_films
{
	background-image:url(../images/films-white.png);
}
*/
.team-wrapper .team {
	display: flex;
	padding: 40px 0 0;
}
.team-wrapper .team .team-img img {
	max-height: 400px;
    object-fit: cover;
}
@media (max-width: 991px) {
	.team-wrapper .team .team-img {
		width: 35%;
		flex-shrink: 0;
	}
}
@media (max-width: 767px) {
	.team-wrapper .team {
		flex-direction: column;
	}
	.team-wrapper .team .team-img {
		width: 100%;
		margin-bottom: 30px;
	}
	.team-wrapper .team.alternet .team-img {
		order: 1;
	}
	.team-wrapper .team.alternet .team-dtl {
		order: 2;
	}
}

.our-story {
	display: flex;
	flex-wrap: wrap;
}
.wav-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.our-story h4 {
	font-size: 20px;
	line-height: 1.4;
}
b.purple {
	color: #8220ea;
}
b.red {
	color: #f00;
}
.pagenation-holder .row {
	display: flex;
	align-items: center;
}
.pagenation-holder h3 {
	margin-bottom: 0;
}

@font-face {
  font-family: nickainley;
  src: url("./nickainley.otf");
}
.defining-idea {
	border: 3px solid #8220ea;
	margin-bottom: 8px;
}
.defining-idea h4 {
	line-height: 1.2;
	text-align: left;
	padding: 8px 0 0 30px;
	margin-bottom: 0;
}
.defining-idea h4 span {
	font-family: nickainley;
	font-size: 48px;
	line-height: 0.9;
	color: #df3c24;
	display: block;
    text-shadow: 1px 1px #f78372;
	margin-left: -22px;
}
.defining-idea img {
	height: 320px;
    width: 100%;
    object-fit: contain;
    padding: 30px 10px;
}
.regular .slick-slide img {
	filter: brightness(0) invert(1);
}
.cbp .cbp-item {
	padding: 1px !important;
	border: 5px solid #fff;
	background: #8b8a8a;
}
.cbp .cbp-item .cbp-caption-defaultWrap,
.cbp .cbp-item .cbp-caption-defaultWrap .cbp-caption {
	background-color: transparent;
}
.cbp img {
	aspect-ratio: 1;
    object-fit: cover;
}

footer .footer-logo {
	margin-bottom: 30px;
    width: 240px;
    display: block;
    filter: brightness(0) invert(1);
}
footer .newsletter p i {
	font-size: 18px;
	width: 18px;
	margin-right: 10px;
}
@media (max-width: 991px) {
	footer .footer-logo {
		margin: 0 auto 30px;
	}
	footer .footer-item-1 {
		text-align: center;
	}
	footer .footer-item-2 {
		margin-top: 40px;
	}
}
@media (max-width: 575px) {
	footer .col-xs-6 {
		width: 100%;
	}
	footer .footer-item-2 {
		margin-top: 30px;
	}
	footer .footer-title-bottomstrip {
		margin-bottom: 20px;
	}
}