/*! Generated by Font Squirrel (https://www.fontsquirrel.com) */
@font-face {
	font-family: 'montserrat-light';
	src: url('fonts/montserrat-light-webfont.woff2') format('woff2'),  url('fonts/montserrat-light-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'montserrat-regular';
	src: url('fonts/montserrat-regular-webfont.woff2') format('woff2'),  url('fonts/montserrat-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'montserrat-bold';
	src: url('fonts/montserrat-bold-webfont.woff2') format('woff2'),  url('fonts/montserrat-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'montserrat-black';
	src: url('fonts/montserrat-black-webfont.woff2') format('woff2'),  url('fonts/montserrat-black-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) */
button {
	padding: 0;
	border: none;
}
button:focus, input:focus, select:focus, *:focus {
	outline: none;
}
img {
	max-width: 100%;
	max-height: 100%;
}
body {
	font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-family: 'montserrat-regular';
	font-size: 1.125rem;
	color: #000;
	background: #fff;
}
.mez-loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(131,33,42,0.2);
	z-index: 99;
	transition: all ease 0.4s;
}
.mez-loader:before {
	content: '';
	height: 100px;
	width: 100px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(50);
	background: rgba(131,33,42,0.99);
	border-radius: 50%;
	transition: all ease 0.6s;
}
.mez-loader .loader-block {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.spin {
	animation: spin 1.2s linear infinite;
}
#loader {
	width: 15px;
	height: 15px;
	transform: rotate(75deg);
}
#loader::before, #loader::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 14px;
	height: 14px;
	border-radius: 14px;
	animation: load 1.2s linear infinite;
}
#loader::before {
	box-shadow: 18px 18px #fff, -18px -18px #fff;
}
#loader::after {
	box-shadow: 18px 18px #fff, -18px -18px #fff;
	transform: translate(-50%, -50%) rotate(90deg);
}
@keyframes load {
 50% {
 height: 42px;
}
}
@keyframes spin {
 100% {
 transform: rotate(360deg);
}
}
.mez-loaded .mez-loader {
	visibility: hidden;
}
.mez-loaded .mez-loader:before {
	transform: translate(-50%, -50%) scale(0);
}
.mez-header {
	background: #83212a;
	padding: 25px 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 5;
}
.mez-scrolled .mez-header {box-shadow: 0 2px 4px rgba(0,0,0,0.2);}
.mez-head-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.mez-logo img {
	display: block;
	height: 38px;
}
.mez-nav-button {
	display: flex;
	height: 45px;
	width: 45px;
	cursor: pointer;
	border: 0;
	background-color: transparent;
	position: relative;
	z-index: 2;
}
.mez-nav-button svg {
	height: 100%;
	width: 100%;
	transform: scaleX(1.2);
	transition: all 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.mez-nav-button .line {
	fill: none;
	stroke: #fff;
	stroke-width: 5;
	transition: all 600ms cubic-bezier(0.4, 0, 0.2, 1),  all 600ms cubic-bezier(0.4, 0, 0.2, 1);
	transition-delay: 0.2s;
}
.mez-nav-button .line1 {
	stroke-dasharray: 60 207;
	stroke-width: 5;
}
.mez-nav-button .line2 {
	stroke-dasharray: 60 60;
	stroke-width: 5;
}
.mez-nav-button .line3 {
	stroke-dasharray: 60 207;
	stroke-width: 5;
}
.mezNav-open .mez-nav-button svg {
	transform: scaleX(1);
}
.mezNav-open .mez-nav-button .line {
	stroke: #000;
	transition-delay: 0s;
}
.mezNav-open .mez-nav-button .line1 {
	stroke-dasharray: 90 207;
	stroke-dashoffset: -134;
	stroke-width: 4;
}
.mezNav-open .mez-nav-button .line2 {
	stroke-dasharray: 1 60;
	stroke-dashoffset: -30;
	stroke-width: 4;
}
.mezNav-open .mez-nav-button .line3 {
	stroke-dasharray: 90 207;
	stroke-dashoffset: -134;
	stroke-width: 4;
}
.mez-nav {
	position: fixed;
	top: 0;
	right: -100%;
	width: 100%;
	height: 100%;
	margin-right: 0;
	/*background: #ffc2d5 url(../images/nav-bg.jpg) no-repeat center center;*/
	background: #fff;
	background-size: cover;
	-webkit-transition: -webkit-transform .8s cubic-bezier(0.77, 0, 0.175, 1);
	transition: -webkit-transform .8s cubic-bezier(0.77, 0, 0.175, 1);
	-o-transition: transform .8s cubic-bezier(0.77, 0, 0.175, 1);
	transition: transform .8s cubic-bezier(0.77, 0, 0.175, 1);
	transition: transform .8s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform .8s cubic-bezier(0.77, 0, 0.175, 1);
}
.mezNav-open .mez-nav {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.16, 1.08, 0.38, 0.98);
	transition: -webkit-transform 0.6s cubic-bezier(0.16, 1.08, 0.38, 0.98);
	-o-transition: transform 0.6s cubic-bezier(0.16, 1.08, 0.38, 0.98);
	transition: transform 0.6s cubic-bezier(0.16, 1.08, 0.38, 0.98);
	transition: transform 0.6s cubic-bezier(0.16, 1.08, 0.38, 0.98), -webkit-transform 1s cubic-bezier(0.16, 1.08, 0.38, 0.98)
}
.mez-nav-outer {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}
.nav-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: right;
}
.nav-list li {
	transition: transform 3s cubic-bezier(0.16, 1.08, 0.38, 0.98), opacity 0.3s ease;
	transition-delay: 0s;
	transform: rotateX(-90deg);
	opacity: 0;
	visibility: hidden;
}
.mezNav-open .nav-list li {
	transform: rotateX(0deg);
	opacity: 1;
	transition-delay: 0.6s;
	visibility: visible;
}
.mezNav-open .nav-list li:nth-child(1) {
	transition-delay: 0.6s;
}
.mezNav-open .nav-list li:nth-child(2) {
	transition-delay: 0.8s;
}
.mezNav-open .nav-list li:nth-child(3) {
	transition-delay: 1s;
}
.mezNav-open .nav-list li:nth-child(4) {
	transition-delay: 1.2s;
}
.mezNav-open .nav-list li:nth-child(5) {
	transition-delay: 1.4s;
}
.mezNav-open .nav-list li:nth-child(6) {
	transition-delay: 1.6s;
}
.mezNav-open .nav-list li:nth-child(7) {
	transition-delay: 1.8s;
}
.mezNav-open .nav-list li:nth-child(8) {
	transition-delay: 2s;
}
.nav-list a {
	display: inline-block;
	font-family: 'montserrat-black';
	color: #000;
	/*font-size: 4.375rem;*/
	font-size: 7.2vh;
	line-height: 1.2;
	position: relative;
	overflow: hidden;
	transition: all ease 0.3s;
}
.nav-list a:before {
	position: absolute;
	content: attr(title); /* Prints the value of the attribute */
	top: 0;
	left: 0;
	color: #83212a;
	overflow: hidden;
	transition: width 0.3s ease;
	width: 0;
	white-space: nowrap;
}
.nav-list a:hover, .nav-list a.active, .nav-list a:focus {
	text-decoration: none;
	transform: scale(1.01);
	text-shadow: 2px 2px 0 rgba(0,0,0,0.6);
}
.nav-list a:hover:before, .nav-list a:focus:before, .nav-list a.active:before {
	width: 100%;
}
.mez-hero {
	height: 100vh;
	position: relative;
	padding-top: 95px;
}
.video-viewport {
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.video-viewport video {
	min-width: 100%;
	min-height: 100vh;
	z-index: 1;
}
.video-viewport iframe {
	width: 100%;
	height: 100%;
	z-index: 1;
	display: block;
	margin: 0;
	padding: 0;
	border: none;
}
.video-viewport .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.4);
	z-index: 2;
}

.header__video {
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.header__background {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 135%;
	height: 135%;
	transform: translate(-50%, -50%);
	/*pointer-events: none;*/
}
.header__video-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.5s linear;
}
.header__video-overlay--fadeOut {
	opacity: 0;
	visibility: hidden;
}
.header__background iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*pointer-events: none;*/
}




.mez-hero h1 {
	text-align: center;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 0;
	margin: 0;
	z-index: 3;
	width: 100%;
	/*transform: translate(-50%, -50%);*/
	font-family: 'montserrat-black';
	font-size: 4.375rem;
	padding: 0 20px;
	line-height: 1.2;
}
.mez-section {
	padding: 100px 0;
}
.text-red {
	color: #83212a !important;
}
#vision-section {
	background: #83212a url(../images/hm-banner01.jpg) no-repeat center center;
	background-size: cover;
	color: #fff;
	position: relative;
	overflow: hidden;
}
/*#about-section p {
	padding-left: 10%;
}*/
#vision-section h2 {
	padding-left: 15%;
}
.client-block {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 75%;
	position: relative;
}
.client-block img {
	max-height: 150px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 60%;
}

#client-slide .slick-slide {
	background: #bebebe url(../images/mz-pattern01.png) repeat-y center center;
	background-size: 100% auto;
}
#client-slide .slick-slide:nth-child(odd) {
	background: #bebebe url(../images/mz-pattern02.png) repeat-y center center;
	background-size: 100% auto;
}
.work-section .col {
	flex: 0 0 33.3333%;
	background: #fff;
	transition: all 1s cubic-bezier(0.16, 1.08, 0.38, 0.98);
	z-index: 1;
}
.work-section .col:hover {
	z-index: 2;
	box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
.work-section .col:nth-child(even) {
	background: #f3f3f3;
}
.work-block {
	text-align: center;
	padding: 50px 15px;
}
.work-block h3 {
	margin: 25px 0 0;
}
.work-block:hover img{
	animation: tada 1s both;
}
.work-block:hover h3{
	animation: flipInX 1s both;
}
#reacout-section {
	background: #83212a;
	text-align: center;
	color: #fff;
}
#reacout-section h3 {
	margin: 25px 0;
}
.mez-innerHero {
	height: 90vh;
	position: relative;
	overflow: hidden;
}
.image-viewport {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	overflow: hidden;
}
.image-viewport img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mez-innerHero .container {
	height: 100%;
	display: flex;
	align-items: center;
}
.mez-innerHero h1 {
	color: #fff;
	margin: 0;
	font-size: 3.125rem;
	line-height: 1.2;
}
#contact-section .text-red {
	font-family: 'montserrat-light';
	font-size: 3.125rem;
}
.ico-txt {
	list-style-type: none;
	padding: 0;
	margin: 15px 0 0;
}
.ico-txt li {
	position: relative;
	margin: 5px 0;
	padding-left: 45px;
	font-size: 1.875rem;
}
.ico-txt a {
	color: #707070;
}
.ico-txt .it-icon {
	position: absolute;
	left: 0;
	top: 9px;
}
.ico-txt .it-icon img {
	display: block;
}
.mez-form label {
	height: 0px;
	overflow: hidden;
	color: transparent;
	margin: 0;
	padding: 0;
	font-size: 0px;
	display: block;
}
.mez-form .form-group {
	margin-bottom: 1.875rem;
}
.title-small {
	font-family: 'montserrat-bold';
	font-size: 1.875rem;
	margin-bottom: 1.25rem
}
#advertising-section, #digital-section, #content-section, #design-section {
	border-top: 2px solid #fff;
}
#digital-section .col-sm-6:first-child {
	border-right: 1px solid #fff;
}
#digital-section .col-sm-6:last-child {
	border-left: 1px solid #fff;
}
.dig-block {
	text-align: center;
	padding: 30px 20px;
}
.list-services {
	padding: 0;
	list-style-type: none;
	margin: 0;
}
.list-services li {
	color: #fff;
	padding: 12px 0;
	position: relative;
}
.list-services.small-space li {
	padding: 8px 0;
}
.list-services li:after {
	content: '';
	width: 90px;
	height: 1px;
	background: rgba(255,255,255,0.4);
	display: block;
	position: absolute;
	bottom: -1px;
	left: 50%;
	transform: translateX(-50%);
}
.list-services li:last-child:after {
	display: none;
}
#content-section {
	text-align: center;
}
.content-block {
	max-width: 360px;
	margin: 0 auto;
}
.content-block h3 {
	font-size: 1.25rem;
}
.content-block h3:after {
	content: '';
	display: block;
	margin: 10px auto 0;
	width: 120px;
	height: 2px;
	background: #a1a1a1;
}
.content-block p {
	margin: 0;
}
#design-section {
	text-align: center;
	color: #fff;
}
.list-designs {
	list-style-type: none;
	padding: 0;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 1000px;
}
.list-designs li {
	padding: 8px 8px;
	max-width: 100%;
	flex: 0 0 280px;
}
.list-designs span {
	display: block;
	padding: 8px 15px;
	border: 1px solid rgba(255,255,255,0.5);
	color: #fff;
	border-radius: 4px;
	font-family: 'montserrat-bold';
	position: relative;
	z-index: 1;
	transition: all ease 0.3s;
}
.list-designs span:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height:0;
	background: #83212a;
	z-index: -1;
	transition: all ease 0.3s;
}
.list-designs span:hover {
	border-color: #83212a;
}
.list-designs span:hover:after {
	height: 100%;
}


#strengths-section .row {
	border-top: 2px solid #fff;
}
#strengths-section .col {
	padding: 0;
}
#strengths-section .col.col-sh {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
#strengths-section .col:nth-child(1) {
	order: 1;
}
#strengths-section .col:nth-child(2) {
	order: 2;
}
#strengths-section .col:nth-child(3) {
	order: 3;
}
#strengths-section .col:nth-child(4) {
	order: 4;
}
#strengths-section .col:nth-child(5) {
	order: 5;
}
#strengths-section .row:nth-of-type(odd) .col:nth-child(1) {
	order: 3;
}
#strengths-section .row:nth-of-type(even) .col:nth-child(1) {
	order: 5;
}
.strengths-head {
	background: #83212a;
	color: #fff;
	height: 100%;
	padding: 8% 8%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.strengths-head p {
	margin: 0;
}
.strengths-img {
	height: 100%;
}
.strengths-img a {
	display: block;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.strengths-img img {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: cover;
	filter: grayscale(100%);
	transition: all ease 3s;
}
.strengths-img a:before {
	content: '';
	position: absolute;
	left: 15px;
	top: 15px;
	bottom: 15px;
	right: 15px;
	background: rgba(0,0,0,0.4) url(../images/plus.svg) no-repeat center center;
	background-size: auto 45px;
	z-index: 1;
	transition: all ease 0.3s;
	opacity: 0;
}
.strengths-img:hover img {
	transform: scale(1.1);
	filter: grayscale(0%);
}
.strengths-img:hover a:before {
	opacity: 1;
}



#testimonial-section {
	background: #83212a;
}
.testimonial-block {
	color: #fff;
	text-align: center;
	padding: 0 20%;
}
.testimonial-block h3, .testimonial-block h4 {
	font-size: 1.25rem;
}
.testimonial-block h4 {
	margin: 0;
	font-family: 'montserrat-regular';
	font-size: 1rem;
	line-height: 1.4;
	font-weight: 400;
}






.mez-work {
	margin-top: 95px;
	padding: 0 !important;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.mez-work .item {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	flex: 0 0 25%;
}
.mez-work .item.work-title {
	order: 8 !important;
}
.mez-work .item.work-title .mezwork-block{
	background: #83222b;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.work-title h1 {
	margin: 0;
	font-family: 'montserrat-bold';
}





.mezwork-block {
	position: relative;
	overflow: hidden;
	height: 100%;
}
.mezwork-block a {
	display: block;
	height: 100%;
	overflow: hidden;
	position: relative;
	color: #fff;
}
.mezwork-block img {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: cover;
	filter: grayscale(100%);
	transition: all ease 3s;
}
.mezwork-block a:before {
	content: '';
	position: absolute;
	left: 15px;
	top: 15px;
	bottom: 15px;
	right: 15px;
	background: rgba(0,0,0,0.8);
	z-index: 1;
	transition: all ease 0.3s;
	opacity: 0;
}

.mezwork-caption {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) scale(0.8);
	z-index: 2;
	text-align: center;
	width: 100%;
	padding: 0 25px;
	visibility: hidden;
	opacity: 0;
	transition: all ease 0.3s;
}
.mezwork-caption h3 {
	font-family: 'montserrat-regular';
	margin-bottom: 5px;
}
.mezwork-caption p {margin: 0;}
.mezwork-block:hover .mezwork-caption {
	visibility: visible;
	opacity: 1;
	transform: translate(-50%,-50%) scale(1);
}
.mezwork-block:hover img {
	transform: scale(1.1);
	filter: grayscale(0%);
}
.mezwork-block:hover a:before {
	opacity: 1;
}




.mez-brouchures {
	margin-top: 95px;
	padding: 0 !important;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.mez-brouchures .item {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	flex: 0 0 33.33333%;
}
.mez-brouchures .item.brouchure-title {
	order: 7 !important;
}
.mez-brouchures .item.brouchure-title .brouchure-block{
	background: #83222b;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
}
.brouchure-title h1 {
	margin: 0;
	font-family: 'montserrat-bold';
}

.brouchure-block {
	position: relative;
	overflow: hidden;
	height: 100%;
}
.brouchure-block a {
	display: block;
	height: 100%;
	overflow: hidden;
	position: relative;
	color: #fff;
}
.brouchure-block img {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: cover;
	filter: grayscale(100%);
	transition: all ease 3s;
}
.brouchure-block h3 {
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 0;
	padding: 0 10px;
	text-align: center;
	width: 100%;
	z-index: 2;
	height: 110px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.brouchure-block .red-patch {
	position: absolute;
	display: block;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 110px;
	background: rgba(133,31,43,1);
	z-index: 1;
	mix-blend-mode: multiply;
}

.brouchure-block a:before {
	content: '';
	position: absolute;
	left: 15px;
	top: 15px;
	bottom: 125px;
	right: 15px;
	background: rgba(0,0,0,0.4) url(../images/plus.svg) no-repeat center center;
	background-size: auto 45px;
	z-index: 1;
	transition: all ease 0.3s;
	opacity: 0;
}
.brouchure-block:hover img {
	transform: scale(1.1);
	filter: grayscale(0%);
}
.brouchure-block:hover a:before {
	opacity: 1;
}


.abt-row {
	padding-top: 100px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.abt-row:first-child {
	padding-top: 0;
}
.abt-title, .abt-photo, .abt-txt {
	-ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.abt-title {
	order: 1;
	flex: 0 0 100%;
	margin-bottom: 30px;
}
.abt-title h2 {
	font-size: 3rem;
	font-family: 'montserrat-bold';
	color: #83212a;
	margin: 0;
}
.abt-title h3 {
	font-size: 2.5rem;
	font-family: 'montserrat-regular';
	color: #83212a;
	margin: 0;
}
.abt-txt {
	order: 2;
	padding-right: 6%;
	text-align: justify;
	font-size: 1.25rem;
}
.abt-photo {
	order: 3;
	max-width: 100%;
	flex: 0 0 30.5%;
	position: relative;
	overflow: hidden;
	margin-top: 20px;
}
.abt-photo span {
	display: block; 
	position: relative;
	margin-left: 15px;
}
.photo-mask {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	transition: all ease 0.3s;
}
.abt-photo img {
	display: block;
	width: 100%;
	box-shadow: -15px 30px 0 #6c0a13;
}
.abt-photo:hover .photo-mask{
	opacity: 0;
}

.abt-row:nth-of-type(even) .abt-txt{
	order: 3;
	padding-right: 0px;
	padding-left: 6%;
}
.abt-row:nth-of-type(even) .abt-title {
	padding-left: 36.5%;
}
.abt-row:nth-of-type(even) .abt-photo span {
	margin-left: 0px;
	margin-right: 15px;
}
.abt-row:nth-of-type(even) .abt-photo img {
	box-shadow: 15px 30px 0 #6c0a13;
}


#brouchure-form {max-width: 650px; width: 100%;}
#brouchure-form h2 {
	font-size: 1.75rem;
	margin-bottom: 20px;
}
#brouchure-form .btn {margin-top: 20px;}






#footer {
	padding: 20px 0;
	background: #83212a;
	color: #fff;
	border-top: 2px solid #fff;
}
#footer p {
	margin: 0;
	font-size: 1rem;
	text-align: center;
	line-height: 35px;
}
.mez-social {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: flex-end;
}
.mez-social li {
	margin-left: 10px;
}
.mez-social li:first-child {
	margin-left: 0px;
}
.mez-social img {
	height: 35px;
}


#scrollup {
	position: fixed;
	bottom: 16px;
	right: 20px;
	z-index: 2;
	border: none;
	outline: none;
	background: rgba(131, 33, 42, 0.6) url(../images/scroll-up.svg) no-repeat center center;
	background-size: auto 32px;
	cursor: pointer;
	border-radius: 10px;
	transition: ease-in all 0.2s;
	height: 45px;
	width: 40px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(100px);
	font-size: 0px;
	color: transparent;
}
#scrollup:hover {
	background: rgba(131, 33, 42, 1) url(../images/scroll-up.svg) no-repeat center center;
	background-size: auto 32px;
}
#scrollup.In {
	transform: translateY(0px);
	opacity: 1;
	visibility: visible;
}


/* animation */
.mez-loaded .mez-hero h1 {animation: bounceInDown 1s both;}
.mez-loaded .mez-innerHero h1 {animation: bounceInRight 1s both;}
.mez-loaded #strengths-section {animation: fadeIn 2s both;}
.mez-loaded #brouchures {animation: fadeIn 2s both;}
.mez-loaded #our-work {animation: fadeIn 2s both;}



/* media query */
@media (max-width: 1600px) {
	.brouchure-title h1 {font-size: 4vw;}
	.work-title h1 {font-size: 4.5vw;}
}
@media (max-width: 1400px) {
body {
	font-size: 1rem
}
h1, .h1 {
	font-size: 3.75rem;
}
h2, .h2 {
	font-size: 3.125rem;
}
h3, .h3 {
	font-size: 1.5rem;
}
h4, .h4 {
	font-size: 1.25rem;
}
h5, .h5 {
	font-size: 1rem;
}
h6, .h6 {
	font-size: 0.875rem;
}
.nav-list a {
	font-size: 3.438rem;
}
.mez-hero h1 {
	font-size: 3.75rem;
}
	.header__background {
		height: 150%;
	}
.mez-logo img {
	height: 30px;
}
	
	.brouchure-block .red-patch, .brouchure-block h3 {height: 95px;}
	.brouchure-block a:before {bottom: 110px;}
}

@media (max-width: 1200px) {
h1, .h1 {
	font-size: 3.125rem;
}
h2, .h2 {
	font-size: 2.5rem;
}
h3, .h3 {
	font-size: 1.25rem;
}
h4, .h4 {
	font-size: 1rem;
}
.mez-header {
	padding: 15px 0;
}
.nav-list a {
	font-size: 3.125rem;
}
.mez-hero {
	padding-top: 75px;
}
.mez-hero h1 {
	font-size: 3.125rem;
}
	.header__background {pointer-events: all;}
	.header__background iframe {pointer-events: all;}
.mez-section {
	padding: 60px 0;
}
.mez-innerHero h1 {
	font-size: 2.5rem;
}
#contact-section .text-red {
	font-size: 2.5rem;
}
.ico-txt li {
	font-size: 1.5rem;
}
.ico-txt .it-icon {
	top: 4px;
}
.form-control {
	font-size: 1.125rem;
}
.btn {
	font-size: 1.125rem;
}
#strengths-section .col {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
#strengths-section .col:nth-child(1) {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}
#strengths-section .row:nth-of-type(even) .col:nth-child(1) {
	order: 1;
}
.mez-social {
	margin-right: 30px;
}
	
	.mez-work, .mez-brouchures {margin-top: 75px;}
	.brouchure-block .red-patch, .brouchure-block h3 {height: 75px;}
	.brouchure-block a:before {bottom: 90px;}
	
	
	.abt-txt {font-size: 1rem;}
	.abt-title h2 {font-size: 2.5rem;}
	.abt-title h3 {font-size: 1.875rem;}
	
	
	
}

@media (max-width: 992px) {
h1, .h1 {
	font-size: 2.5rem;
}
h2, .h2 {
	font-size: 2rem;
}
h3, .h3 {
	font-size: 1.25rem;
}
.mez-nav-outer {
	align-items: flex-start;
}
.nav-list {
	margin-top: 100px;
}
.mez-logo img {
	height: 25px;
}
.mez-hero h1 {
	font-size: 2.5rem;
}
.mez-hero {
	height: 600px;
}
.mez-innerHero {
	height: 600px;
}
	
	.mez-work .item {flex: 0 0 33.33333%;}
	.mez-work .item.work-title {
    order: 6 !important;}
	
	#brouchure-form h2 {font-size: 1.5rem}
	#brouchure-form {max-width: 98%;}
	
}

@media (max-width: 767px) {
body {
	font-size: 0.875rem
}
h1, .h1 {
	font-size: 1.875rem;
}
h2, .h2 {
	font-size: 1.875rem;
}
h3, .h3 {
	font-size: 1rem;
}
.mez-header {
	padding: 10px 0;
}
.nav-list a {
	font-size: 2.5rem;
}
.mez-hero h1 {
	font-size: 1.875rem;
}
.mez-logo img {
	height: 22px;
}
.mez-hero {
	height: 325px;
	padding-top: 65px;
}
.mez-section {
	padding: 30px 0;
}
#about-section p {
	padding-left: 0;
}
#vision-section h2, #about-section h2 {
	padding-left: 0;
	margin-bottom: 15px !important;
}
.work-section .col {
	flex: 0 0 100%;
}
.work-block h3 {
	font-size: 1.375rem;
}
.mez-innerHero {
	height: 380px;
}
.mez-innerHero h1 {
	font-size: 1.875rem;
}
#contact-section .text-red {
	font-size: 1.875rem;
}
.ico-txt li {
	font-size: 1.125rem;
	line-height: 1.9;
}
.mez-form {
	margin-top: 25px;
}
.form-control {
	font-size: 1rem;
}
.btn {
	font-size: 1rem;
}
.title-small {
	font-size: 1.5rem;
}
#digital-section .col-sm-6:last-child {
	border-left: none;
	border-top: 2px solid #fff;
}
.content-block h3 {
	font-size: 1.125rem;
}
.content-block {
	margin-top: 20px;
}
#content-section .col-sm-4:first-child .content-block {
	margin-top: 0px;
}
.testimonial-block {
	padding: 0 60px;
}
.testimonial-block h3{
	font-size: 1rem;
} 
	.testimonial-block h4 {font-size: 0.875rem;}
#footer {
	text-align: center;
}

.mez-social img {
	height: 30px;
}
#scrollup {
	width: 30px;
	height: 35px;
	background-size: auto 25px;
	bottom: 18px;
	right: 15px;
	border-radius: 5px;
}
#scrollup:hover {
	background-size: auto 25px;
}
	
	.mez-work, .mez-brouchures {margin-top: 65px;}
	
	.mezwork-block a:before, .strengths-img a:before, .brouchure-block a:before {left: 10px; top: 10px; right: 10px; bottom: 10px;}
	.mezwork-caption p {font-size: 0.75rem;}
	.mezwork-caption {padding: 0 20px;}
	
	#footer p {font-size: 0.75rem;}
	
	
}

@media screen and (min-width: 300px) and (max-width: 600px) and (orientation: portrait) {
#strengths-section .col {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
#strengths-section .col:nth-child(1) {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
#strengths-section .row:nth-of-type(odd) .col:nth-child(1) {
	order: 1;
}
.strengths-head {
	padding: 20px;
}
	
	.mez-work .item {flex: 0 0 50%;}
	.mez-work .item.work-title {
    order: 5 !important;}
	
	.mez-social {
	justify-content: center;
	margin-top: 20px;
}
	
	.mez-brouchures .item {flex: 0 0 50%;}
	.brouchure-block .red-patch, .brouchure-block h3 {height: 50px;}
	.brouchure-block a:before {bottom: 60px;}
	.brouchure-block h3 {font-size: 0.875rem;}
	
	.brouchure-title h1, .work-title h1 {font-size: 1.25rem;}
	.mez-brouchures .item.brouchure-title {
		order: 5 !important;
	}
	
	.abt-txt {font-size: 0.875rem; padding: 0;}
	.abt-row:nth-of-type(even) .abt-txt {padding: 0;}
	.abt-title h2 {font-size: 1.875rem;}
	.abt-title h3 {font-size: 1.375rem;}
	
	.abt-photo {order: 1; flex: 0 0 100%; margin: 0 0 15px;}
	.abt-title {margin-bottom: 15px;}
	.abt-row {padding-top: 30px;}
	.abt-row:nth-of-type(even) .abt-title {padding-left: 0;}
	
	#brouchure-form h2 {font-size: 1.125rem; margin-bottom: 15px;}	
	#brouchure-form {padding:40px 25px 25px;}
	#brouchure-form .btn {margin-top: 10px;}
}

@media screen and (min-width: 480px) and (max-width: 1000px) and (orientation: landscape) {
.mez-hero {
	height: 100vh;
}
.nav-list {
	margin-top: 65px;
}
	.nav-list a {
    font-size: 1.875rem;
}
.work-section {
	border: 5px solid #f3f3f3;
}
.work-section .col {
	flex: 0 0 50%;
	border: 5px solid #f3f3f3;
}
.work-section .col:nth-child(even) {
	background: #fff;
}
	
	.brouchure-block .red-patch, .brouchure-block h3 {height: 60px;}
	.brouchure-block a:before {bottom: 70px;}
	
	.abt-txt {font-size: 0.875rem;}
	.abt-title h2 {font-size: 1.875rem;}
	.abt-title h3 {font-size: 1.375rem;}
	
}




@media screen and (min-width: 1000px) and (max-height: 650px) and (orientation: landscape) {
	.nav-list {margin-top: 30px;}
	.nav-list a {
    font-size: 2.813rem;
}
}




 