/*Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

/*Neutra Display*/

@font-face {
	font-family: "Neutra Display";
	src: url("fonts/NeutraDisp-Titling.eot");
	src: url("fonts/NeutraDisp-Titling.eot") format("embedded-opentype"),
		url("fonts/NeutraDisp-Titling.woff") format("woff"),
		url("fonts/NeutraDisp-Titling.ttf") format("truetype"),
		url("fonts/NeutraDisp-Titling.svg#NeutraDisp-Titling") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	text-transform: uppercase;
}

/*Neutra Text*/

@font-face {
	font-family: "Neutra Text";
	src: url("fonts/NeutraText-Book.eot");
	src: url("fonts/NeutraText-Book.eot") format("embedded-opentype"),
		url("fonts/NeutraText-Book.woff") format("woff"),
		url("fonts/NeutraText-Book.ttf") format("truetype"),
		url("fonts/NeutraText-Book.svg#NeutraText-Book") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/*Neutra Text Bold*/

@font-face {
	font-family: "Neutra Text Bold";
	src: url("fonts/NeutraText-Bold.eot");
	src: url("fonts/NeutraText-Bold.eot") format("embedded-opentype"),
		url("fonts/NeutraText-Bold.woff") format("woff"),
		url("fonts/NeutraText-Bold.ttf") format("truetype"),
		url("fonts/NeutraText-Bold.svg#NeutraText-Bold") format("svg");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
	text-transform: uppercase;
}

/*Neutra Text Light*/

@font-face {
	font-family: "Neutra Text Light";
	src: url("fonts/NeutraTextTF-DemiSC.eot");
	src: url("fonts/NeutraTextTF-DemiSC.eot") format("embedded-opentype"),
		url("fonts/NeutraTextTF-DemiSC.woff") format("woff"),
		url("fonts/NeutraTextTF-DemiSC.ttf") format("truetype"),
		url("fonts/NeutraTextTF-DemiSC.svg#NeutraTextTF-DemiSC") format("svg");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

/*SF Pro Display*/

@font-face {
	font-family: "SF Pro Display";
	src: url("fonts/SFProDisplay-Regular.eot");
	src: url("fonts/SFProDisplay-Regular.eot") format("embedded-opentype"),
		url("fonts/SFProDisplay-Regular.woff") format("woff"),
		url("fonts/SFProDisplay-Regular.ttf") format("truetype"),
		url("fonts/SFProDisplay-Regular.svg#SFProDisplay-Regular") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/*SF Pro Display Bold*/

@font-face {
	font-family: "SF Pro Display Bold";
	src: url("fonts/SFProDisplay-Semibold.eot");
	src: url("fonts/SFProDisplay-Semibold.eot") format("embedded-opentype"),
		url("fonts/SFProDisplay-Semibold.woff") format("woff"),
		url("fonts/SFProDisplay-Semibold.ttf") format("truetype"),
		url("fonts/SFProDisplay-Semibold.svg#SFProDisplay-Semibold") format("svg");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

/*Custom CSS*/

body {
	/*letter-spacing: 2.5px;*/
	-webkit-tap-highlight-color: transparent !important;
	-webkit-touch-callout: none;
	/*-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;*/
	/*cursor: url(https://astudio.agency/wp-content/uploads/revslider/the7-hero-18-10-2018/number1.png), url(https://astudio.agency/wp-content/uploads/revslider/the7-hero-18-10-2018/number1.png), default;*/
}

span.wpml-ls-native[lang="ar"] {
	font-family: "GESSTwoMedium", "arial" !important;
	letter-spacing: 0px;
	font-size: 14px;
}
span.wpml-ls-native[lang="en"] {
	font: 15px / 16px "Neutra Text Bold", Helvetica, Arial, Verdana, sans-serif !important;
}

.mobile-header-bar {
	max-width: 1300px;
}

.masthead.inline-header {
	background: transparent !important;
	z-index: 106;
}

body.home .dt-mobile-header.home-top-menu {
	opacity: 1;
	z-index: 105;
	height: auto !important;
}

body.home .dt-mobile-header .mobile-header-scrollbar-wrap {
	padding-left: 40px !important;
}

body.home .mobile-header-bar .mobile-navigation .dt-mobile-menu-icon {
	display: none;
}

body.home
.mobile-header-bar
.mobile-navigation
.dt-mobile-menu-icon.floating-btn {
	display: flex;
}

body.home .mobile-header-bar .mobile-mini-widgets {
	ms-flex-pack: flex-end !important;
	-ms-justify-content: flex-end !important;
	/* justify-content: flex-end !important;*/
	-ms-flex-pack: flex-end !important;
}

body.home .mobile-header-bar .mobile-mini-widgets a {
	margin: 0 auto !important;
}

/*.mobile-mini-widgets a.first{
left:5%;
}*/

body.home .mobile-main-nav > li.has-children > a {
	max-width: calc(100% - 100px);
}

.dt-mobile-menu-icon {
	padding: 0;
	-webkit-transition: 0.1s ease-in !important;
	-o-transition: 0.1s ease-in !important;
	transition: 0.1s ease-in !important;
}

.dt-mobile-menu-icon.active {
	opacity: 0 !important;
}

.animate-position-2-mobile-menu-icon .dt-mobile-menu-icon .menu-line,
.small-mobile-menu-icon .dt-mobile-menu-icon .menu-line {
	width: 2px;
	/*height: 17px;*/
	height: 30px;
	top: 0;
	transform: rotate(20deg);
}

.dt-mobile-menu-icon:hover .menu-line {
	transform: translateY(0px) !important;
}

.dt-mobile-menu-icon.active .menu-line {
	transform: translateY(0px) !important;
}

.dt-mobile-menu-icon.active .menu-line::before {
	background-color: #bfe5e6 !important;
}

/*body .mobile-navigation .dt-mobile-menu-icon.active .menu-line::before, body .mobile-navigation .dt-mobile-menu-icon:hover .menu-line::before, body .mobile-navigation .dt-mobile-menu-icon:hover .menu-line::after, body .mobile-navigation .dt-mobile-menu-icon .menu-line::after {
background-color: #BFE5E6 !important;
background: #BFE5E6 !important;
}

body .mobile-navigation .dt-mobile-menu-icon .menu-line::before {
background-color: #BFE5E6 !important;
background: #BFE5E6 !important;
}*/

.dt-mobile-menu-icon .menu-line:nth-of-type(3) {
	left: 14px;
}

.dt-mobile-menu-icon .menu-line:nth-of-type(2) {
	left: 7px;
}

.dt-mobile-menu-icon .menu-line:first-of-type {
	left: 0;
}

.floating-mobile-menu-icon .dt-mobile-menu-icon.floating-btn {
	right: unset;
	/*padding: 9px 3px 9px 9px;*/
	padding: 9px 3px 20px 9px;
	/*background-color: #fff !important;*/
	background-color: transparent;
	top: 0 !important;
}

.floating-mobile-menu-icon
.animate-color-mobile-menu-icon
.dt-mobile-menu-icon.floating-btn:not(:hover)
.menu-line,
.floating-mobile-menu-icon .dt-mobile-menu-icon.floating-btn .menu-line:after,
.floating-mobile-menu-icon .dt-mobile-menu-icon.floating-btn .menu-line:before,
.floating-mobile-menu-icon
.two-line-mobile-menu-icon
.dt-mobile-menu-icon.floating-btn:not(:hover)
.menu-line {
	background-color: #3f3b38 !important;
}

/*.floating-mobile-menu-icon .dt-mobile-menu-icon.floating-btn .menu-line:after {
background-color: #bfe5e6;
}*/

body .dt-mobile-header.fixed-position {
	position: fixed !important;
	height: 100vh !important;
	transform: translate3d(0px, 0px, 0px) !important;
	-webkit-transition: 0.3s ease-in !important;
	-o-transition: 0.3s ease-in !important;
	transition: 0.3s ease-in !important;
}

.dt-mobile-header {
	position: fixed;
	height: auto;
	min-height: auto;
	opacity: 0;
	-webkit-transition: 0.3s ease-in !important;
	-o-transition: 0.3s ease-in !important;
	transition: 0.3s ease-in !important;
	top: 0;
	/*transform: none !important;*/
	z-index: 0;
	right: 0px !important;
	height: 100vh;
}

.dt-mobile-header.show {
	z-index: 9999;
}

.dt-mobile-header.home-top-menu {
	transform: translate3d(0px, 0px, 0px) !important;
}

.mobile-sticky-header-overlay.active {
	opacity: 0 !important;
	z-index: 0 !important;
}

.dt-mobile-header .mobile-header-scrollbar-wrap {
	padding: 60px 15px 60px 60px !important;
}

.dt-mobile-header .dt-close-mobile-menu-icon {
	top: 20px !important;
	right: 20px !important;
	opacity: 0;
}

.dt-mobile-header.fixed-position .dt-close-mobile-menu-icon {
	opacity: 1;
}

.dt-mobile-header .dt-close-mobile-menu-icon:before,
.dt-mobile-header .dt-close-mobile-menu-icon:after {
	background-color: unset !important;
}

.dt-close-mobile-menu-icon span:before,
.dt-close-mobile-menu-icon span:after {
	background: #3f3b38 !important;
}

.mobile-main-nav li > a {
	letter-spacing: 2.5px;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-right: 0px;
}

.dt-mobile-header .mobile-main-nav li .sub-nav > li > a .menu-text {
	font-size: 11px;
	line-height: 35px;
	color: #767676;
}

.first-switch-logo-left.first-switch-menu-right
.mobile-header-bar
.mobile-mini-widgets {
	ms-flex-pack: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
}

.home-header-background {
	position: relative;
	display: none;
}

.mobile-main-nav .sub-nav {
	margin-left: 0px !important;
}

.dt-mobile-header .next-level-button:before {
	content: "\f005";
	font-family: icomoon-the7-font;
	font-size: 9px;
	color: #3f3b38;
}

.dt-mobile-header .next-level-button {
	padding: 0;
	line-height: 9px;
	min-width: 10px;
}

.mobile-main-nav li.has-children.open-sub > .next-level-button {
	transform: rotate(180deg);
}

body.home .home-header-background,
body.page-id-57339 .home-header-background {
	display: block;
}

body.page-id-57339 .home-header-background .left-layer {
	display: none;
}

body.page-id-57339 .home-header-background .right-layer {
	z-index: 1;
}

body.page-id-57339 .home-header-background .right-layer img {
	height: 1680px !important;
}

body .about-header-section {
	z-index: 2;
	height: 700px !important;
	min-height: 700px !important;
	background-size: cover;
	background-position: center !important;
}

body .about-header-section-side-image {
	clip-path: polygon(
		0% 0%,
		/* top left */ 100% 0%,
		/* top left */ 0% 0%,
		/* top right */ 100% 0%,
		/* top right */ 100% 100%,
		/* bottom right */ 0% 100%,
		/* bottom right */ 100% 100%,
		/* bottom left */ 15% 100% /* bottom left */
	);
	position: absolute !important;
	top: 0;
	left: 73% !important;
	z-index: 3;
	height: 700px !important;
	min-height: 700px !important;
	background-size: cover;
	background-position: center left !important;
}

.about-header-section-side-image::after {
	content: "" !important;
	visibility: visible !important;
	position: absolute;
	overflow: visible !important;
	top: -15%;
	left: 21%;
	width: 50px !important;
	height: 125% !important;
	background: #bfe5e6;
	transform: rotate(-23.3deg);
	z-index: 5;
}

.about-second-section {
	z-index: 2;
}

.home-header-background .left-layer {
	position: absolute;
	top: 883px;
	left: 0;
	z-index: 1;
	line-height: 0;
}

.home-header-background .right-layer {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 103;
	line-height: 0;
	opacity: 1;
}

@keyframes slideInFromRight {
	0% {
		transform: translate3d(100%, 0, 0);
	}
	100% {
		transform: translate3d(0, 0, 0);
	}
}

.slideInFromRight {
	animation: 4s slideInFromRight !important;
}

.home-second-section {
	z-index: 105;
}

.home-header-section {
	z-index: 104;
}

.home-second-section-heading .uvc-heading {
	max-width: 850px;
}

.home-second-section-heading .home-second-section-text-column .uvc-heading {
	text-align: left;
	background: #fff;
	padding: 34px 26px 43px 45px;
	max-width: 380px;
}

.home-second-section-heading .home-second-section-text-column .uvc-heading p {
	letter-spacing: 0;
	line-height: 32px;
}

.client-logo-section article {
	background: rgba(50, 38, 37, 0.03);
}

/*.client-logo-section .post-entry-content {
cursor: default;
}*/

.client-logo-section article:after {
	border-radius: 0 !important;
}

.client-logo-section .post-entry-content .entry-title {
	font-family: Neutra Text;
	letter-spacing: 0;
	text-transform: none;
	margin-bottom: 15px !important;
}

.client-logo-section .post-entry-content .entry-excerpt {
	font-family: Neutra Text Bold;
	/*display: none;*/
}

.client-logo-section .post-entry-content .entry-excerpt p {
	margin: 0;
	display: inline-block;
	cursor: pointer;
}

.client-logo-section .post-entry-content .entry-excerpt p::after {
	content: "\f035";
	font-size: 16px;
	vertical-align: bottom;
	font-family: icomoon-the7-font !important;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	padding-left: 14px;
}

/*.client-logo-section .portfolio-shortcode .wf-cell a {
pointer-events: none !important;
}*/

.home-seventh-section.cross-image-section {
	background-position: right center !important;
	background-size: 82% !important;
}

.home-seventh-section .cross-image-section-column {
	max-width: 90%;
}

.home-seventh-section .cross-image-section-column .vc_column-inner {
	background-size: 100% 100% !important;
}

.home-seventh-section .cross-image-section-column::after {
	content: "";
	display: block;
	position: absolute;
	top: -15%;
	/*right: 75px;*/
	right: 77px;
	width: 50px;
	height: 125%;
	background: #fff;
	transform: rotate(-16.5deg);
	z-index: 1;
}

.home-seventh-section.about-fifth-section .cross-image-section-column::after {
	transform: rotate(-17.5deg);
}

.home-seventh-section .uvc-heading {
	max-width: 660px;
}

.home-seventh-section .uvc-main-heading h5 {
	font-weight: normal !important;
	letter-spacing: 3px;
}

.home-seventh-section .uvc-sub-heading {
	letter-spacing: 0;
}

.home-seventh-section-inner-boxes .vc_column_container {
	max-width: 270px;
	margin-right: 70px;
}

.home-seventh-section-inner-boxes .vc_column_container:last-child {
	margin-right: 0;
}

.home-seventh-section-inner-boxes .vc_column_container .wpb_text_column p {
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	text-decoration: underline;
	margin-bottom: 0;
}

.home-seventh-section-inner-boxes .vc_column_container .wpb_text_column h1 {
	font-size: 165px;
	line-height: 100%;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #ffffff;
}

.testimonial-section .wf-cell {
	position: relative;
	height: 330px;
	overflow: hidden;
}

.testimonial-section .wf-cell .testimonial-item {
	box-shadow: none !important;
}

.testimonial-section .wf-cell .content-wrap {
	width: auto !important;
	max-width: 535px;
	margin: auto 0;
}

.testimonial-section .wf-cell .content-wrap .testimonial-content {
	letter-spacing: 0;
}

.testimonial-section .wf-cell .content-wrap .testimonial-content .more-link {
	display: none;
}

.testimonial-section .wf-cell .content-wrap .testimonial-name span {
	font-family: 'Neutra Text Bold';
	letter-spacing: 2.5px;
	font-size:17px;
	text-transform: uppercase;
}

.testimonial-section .wf-cell .content-wrap .testimonial-name span::after {
	height: 16px;
	display: inline-block;
	width: 2px;
	top: 2px;
	position: relative;
	background: #322625;
	margin: 0 7px;
	content: "";
	transform: rotate(15deg);
}

.testimonial-section .wf-cell .content-wrap .testimonial-position span {
	letter-spacing: 3px;
	font-size: 17px;
	color: #322625;
	line-height: 31px;
	text-transform: uppercase;
}

.testimonial-section .wf-cell .content-wrap .testimonial-vcard {
	display: inline-block;
}

.testimonial-section .wf-cell .content-wrap .testimonial-name {
	display: inline;
}

.testimonial-section .wf-cell .content-wrap .testimonial-position {
	display: inline;
}

.testimonial-section .wf-cell:nth-child(odd) .testimonial-item {
	position: relative;
	height: 100%;
	overflow: hidden;
}

.testimonial-section .wf-cell:nth-child(odd) .testimonial-avatar {
	position: absolute;
	right: 0;
	width: calc(100% - 600px - 0px - 0px);
	padding: 0;
}

.testimonial-section .wf-cell:nth-child(odd) .content-wrap {
	left: 0;
}

.testimonial-section .wf-cell:nth-child(even) .testimonial-avatar {
	width: auto;
	max-width: 514px;
}

.testimonial-section .wf-cell:nth-child(even) .content-wrap {
	padding-left: 85px;
}

.testimonial-section .paginator {
	justify-content: center;
	/*margin-left: 600px;*/
	/*margin-left: -20%;*/
	/*margin-top: 15px;*/
}

.testimonial-section .paginator a.page {
	display: none;
}

.testimonial-section .paginator a.page::after {
	content: none;
}

.testimonial-section .paginator a.page.act {
	display: block;
	cursor: default;
	pointer-events: none;
}

.testimonial-section .paginator a.page,
.testimonial-section .paginator span.total_reviews {
	font-family: Neutra Text Bold;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	color: #322625;
	margin: 0;
	padding: 0;
}

.testimonial-section .paginator a.nav-next {
	margin-left: 30px;
}

.testimonial-section .paginator a.nav-prev {
	margin-right: 30px;
}

.services-headings {
	margin-bottom: 50px;
	cursor: pointer;
}

.services-headings h5 {
	display: inline-block;
	position: relative;
}

.services-headings:hover h5 a {
	color: transparent;
	-webkit-text-stroke: 1.5px #322625;
}

.services-headings .uvc-main-heading {
	display: none;
}

.services-headings h5:after {
	content: "";
	right: calc(100% - 100px);
	-webkit-transition: 0.3s ease-in !important;
	-o-transition: 0.3s ease-in !important;
	transition: 0.3s ease-in !important;
}

.services-headings:hover h5:after {
	content: "";
	/*background: url('./images/service_heading_hover_image.png');*/
	background-color: #fec933;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right;
	position: absolute;
	bottom: 0;
	width: 100%;
	right: 0;
	height: 35px;
	z-index: -1;
}

.services-headings h5 {
	letter-spacing: 20px;
	margin-bottom: 15px !important;
	font-size: 65px !important;
	line-height: 72px !important;
	opacity: 1;
	color: #322625;
}

.services-headings .uvc-sub-heading p {
	max-width: 90%;
	margin: unset;
	opacity: 0.7;
	letter-spacing: 0;
}

.services-single-portfolio-headings {
	width: 55%;
}

.services-single-portfolio-headings .services-headings .vc_icon_element-icon {
	color: #bfe5e6 !important;
	cursor: pointer;
	position: absolute;
	left: 0;
	overflow: visible;
	z-index: 1111111111;
	opacity: 1111;
	font-size: 24px;
	line-height: 72px;
}

.services-single-portfolio-headings .services-headings .vc_icon_element-icon {
	-webkit-transition: 0.3s ease-in !important;
	-o-transition: 0.3s ease-in !important;
	transition: 0.3s ease-in !important;
}

.services-single-portfolio-headings
.services-headings
.vc_icon_element-icon.open {
	color: #fec933 !important;
	transform: rotate(45deg);
}

.services-single-portfolio-headings .services-headings h5,
.services-single-portfolio-headings .services-headings p {
	position: relative;
	left: 40px;
}

.portfolio-button {
	display: flex;
	align-items: center;
	text-align: center;
	padding-left: 35px;
	padding-right: 30px !important;
	height: 60px;
}

.home-fifth-section .portfolio-shortcode {
	max-width: 645px;
	margin-top: 15px;
	float: right;
	width: 100%;
}

.home-fifth-section .portfolio-shortcode .post-entry-content .entry-title {
	display: none;
}

.home-fifth-section .portfolio-shortcode .post-entry-content {
	justify-content: flex-end;
	opacity: 1 !important;
	padding: 0 !important;
	visibility: visible !important;
	display: none;
}

.home-fifth-section
.portfolio-shortcode
.post-entry-content
.project-links-container
a {
	margin: 0 !important;
}

.services-single-portfolio {
	top: 10px;
	width: 45%;
}

.services-single-portfolio .home-side-vimeo-video {
	position: absolute !important;
	opacity: 0 !important;
}

.services-single-portfolio .wpb_single_image:nth-of-type(2),
.services-single-portfolio .wpb_single_image:nth-of-type(3),
.services-single-portfolio .wpb_single_image:nth-of-type(4),
.services-single-portfolio .home-side-vimeo-video:nth-of-type(2),
.services-single-portfolio .home-side-vimeo-video:nth-of-type(3),
.services-single-portfolio .home-side-vimeo-video:nth-of-type(4) {
	/*display: none;*/
	opacity: 0 !important;
}

.services-single-portfolio .home-side-vimeo-video.activeisible {
	opacity: 1 !important;
}

.services-single-portfolio .wpb_single_image .vc_figure,
.services-single-portfolio
.wpb_single_image
.vc_figure
.vc_single_image-wrapper,
.services-single-portfolio .home-side-vimeo-video,
.services-single-portfolio .home-side-vimeo-video .wpb_wrapper,
.services-single-portfolio .home-side-vimeo-video .wpb_wrapper iframe {
	height: 860px;
	overflow: hidden;
}

.services-single-portfolio .home-side-vimeo-video .wpb_wrapper iframe {
	width: 643px !important;
	right: 0 !important;
	left: unset !important;
}

@keyframes slideHomePortfolio {
	0% {
		transform: translate3d(-100%, 0, 0);
	}
	100% {
		transform: translate3d(0, 0, 0);
	}
}

.activeisible {
	animation: 1s slideHomePortfolio !important;
	animation-iteration-count: 1 !important;
}

.services-single-portfolio .home-side-vimeo-video {
	/*animation: 1s slideHomePortfolio !important;*/
	width: 100%;
	position: relative;
}

.services-single-portfolio-headings {
	background: #fff;
	z-index: 2;
}

/* Common */

.right-screen-margin {
	margin-left: 0;
	margin-right: 0;
}

.left-screen-margin {
	margin-left: 0;
	margin-right: 0;
}

.white-outlined-text {
	-webkit-text-stroke: 1.5px #322625;
	padding-left: 20px;
	overflow: visible;
	white-space: nowrap;
	position: relative;
}

.home .white-outlined-text.scroll-right {
	margin-left: -500px;
}

.page-id-57339 .white-outlined-text.scroll-right {
	margin-left: -366px;
}

/* .home .white-outlined-text.second {
padding-left: 102px !important;
} */

/*.white-outlined-text.second {
padding-left: 320px;
}*/

.read-more-link span {
	font-family: Neutra Text Bold;
	text-transform: uppercase;
}

.neutra-text-bold h1,
.neutra-text-bold h2,
.neutra-text-bold h3,
.neutra-text-bold h4,
.neutra-text-bold h5,
.neutra-text-bold h6,
.neutra-text-bold p {
	font-family: Neutra Text Bold !important;
	text-transform: uppercase;
}

.neutra-text-bold,.neutra-text-bold p {
	text-transform: none !important;
}

.fixed-contact-container {
	position: fixed;
	top: 50%;
	right: -173px;
	z-index: 1111;
	height: 136px;
	width: 203px;
	transform: translateY(-50%);
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in !important;
	-o-transition: all 0.3s ease-in !important;
	transition: all 0.3s ease-in !important;
}

.fixed-contact-container.active {
	right: 0;
}

.fixed-contact-container.active .fixed-contact-label {
	background: #fec933;
}

.fixed-contact-label {
	display: inline-block;
	width: 136px;
	font-family: Neutra Text Bold;
	font-size: 10px;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	color: #322625;
	transform: rotate(-90deg);
	height: 30px;
	text-align: center;
	background: #fec933;
	border-radius: 5px 5px 0px 0px;
	position: inherit;
	left: -53px;
	top: 53px;
	cursor: pointer;
}

.fixed-contact-info {
	display: inline-block;
	position: relative;
	left: 30px;
	vertical-align: middle;
	text-align: left;
	background: #fff;
	padding: 15px 10px 0;
	height: 100%;
	width: 100%;
}

.fixed-contact-info .fixed-contact-info-box .contact-box-title {
	font-family: Neutra Text Bold;
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;
	color: #322625;
	opacity: 0.3;
	margin-bottom: 5px;
}

.fixed-contact-info .fixed-contact-info-box .contact-box-description {
	font-family: Neutra Text Bold;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.fixed-contact-info .fixed-contact-info-box .contact-box-description span {
	display: inline-block;
}

.fixed-contact-info .fixed-contact-info-box .contact-box-description span.full {
	width: 100%;
}

.fixed-contact-info
.fixed-contact-info-box
.contact-box-description
span.with-border {
	font-family: Neutra Text Bold;
	font-weight: 600;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 1px;
	margin-top: 8px;
	color: #322625;
	text-transform: uppercase;
}

.fixed-contact-info .fixed-contact-info-box .contact-box-description span i {
	color: #322625;
}

.fixed-contact-info .fixed-contact-info-box .contact-box-description span img {
	width: 10px;
	height: 10px;
}

.ls-9 {
	letter-spacing: 9px;
}

.ls-8 {
	letter-spacing: 8px;
}

.ls-7 {
	letter-spacing: 7px;
}

.ls-6 {
	letter-spacing: 6px;
}

.ls-5 {
	letter-spacing: 5px;
}

.ls-4 {
	letter-spacing: 4px;
}

.ls-3 {
	letter-spacing: 3px;
}

.ls-2 {
	letter-spacing: 2px;
}

.ls-1 {
	letter-spacing: 1px;
}

.ls-0 {
	letter-spacing: 0px;
}

/*Footer CSS*/

#footer .wf-container-footer {
	padding-top: 65px;
	padding-bottom: 32px;
}

#footer .wf-container-footer .wf-container .wf-1-7:first-child {
	width: 100%;
	/*margin-bottom: 110px;*/
	margin-bottom: 25px;
}

#footer .wf-container-footer .wf-container .wf-1-7:nth-child(2) {
	width: 100%;
	margin-bottom: 85px;
}

#footer .wf-container-footer .wf-container .wf-1-7:nth-child(3) {
	width: 16%;
}

#footer .wf-container-footer .wf-container .wf-1-7:nth-child(4) {
	width: 16%;
}

#footer .wf-container-footer .wf-container .wf-1-7:nth-child(5) {
	width: 15%;
}

#footer .wf-container-footer .wf-container .wf-1-7:nth-child(6) {
	width: 13%;
}

#footer .wf-container-footer .wf-container .wf-1-7:nth-child(7) {
	width: 15%;
}

#footer .wf-container-footer .wf-container .wf-1-7:nth-child(8) {
	width: 25%;
	text-align: right;
}

#footer
.wf-container-footer
.wf-container
#presscore-contact-info-widget-5
a:nth-of-type(1) {
	/*margin-right: 30px;*/
}

#footer
.wf-container-footer
.wf-container
#presscore-contact-info-widget-5
img {
	width: 25%;
}

.footer-buttons a {
	padding: 21px 10px;
	display: inline-block;
	margin-right: 54px;
	box-shadow: none !important;
}

body .footer-buttons a:hover {
	background: #322625 !important;
	color: #bfe5e6 !important;
}

body .footer-buttons a:hover span {
	color: #bfe5e6 !important;
}

.footer .widget-title {
	font-family: Neutra Text Bold;
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.footer .color-primary {
	font-family: Neutra Text Bold;
	font-size: 12px;
	line-height: 15px;
	text-transform: uppercase;
	color: #3f3b38;
	letter-spacing: 2.5px;
}

.footer .contact-info li {
	font-size: 16px;
	color: #3f3b38;
	letter-spacing: 0;
}

.footer .widget-info {
	font-size: 16px;
	letter-spacing: 0;
}

.footer #presscore-contact-info-widget-4 .widget-info {
	font-family: "Neutra Text Bold";
	line-height: 32px;
	text-transform: uppercase;
}

.footer #presscore-contact-info-widget-4 .widget-info a {
	font-family: "Neutra Text";
}

#footer .wf-container-footer #presscore-contact-info-widget-5 .widget-info {
	padding-top: 9px;
}

.footer .widget-info a {
	text-decoration: none;
}

.footer .widget-info a:hover {
	text-decoration: underline;
}

.footer .custom-menu li a {
	font-family: Neutra Text Bold;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	color: #322625;
}

.footer .custom-menu li {
	line-height: 16px;
	margin: 0 0 10px;
	padding: 0;
}

.footer .custom-menu li ul {
	display: none;
}

.hide-desktop {
	display: none;
}

.desktop-hidden {
	display: none !important;
}

.masonary-portfolio-section
.vc_column-inner
.portfolio-shortcode
.wf-cell
.post-thumbnail
.project-links-container {
	opacity: 1;
	-webkit-align-items: flex-end;
	-ms-align-items: flex-end;
	-ms-flex-align: flex-end;
	align-items: flex-end;
	-webkit-justify-content: left;
	-ms-flex-pack: left;
	-ms-justify-content: left;
	justify-content: left;
}

.masonary-portfolio-section
.vc_column-inner
.portfolio-shortcode
.wf-cell
.post-thumbnail
.project-links-container
a {
	opacity: 1;
	margin: 0;
}

.masonary-portfolio-section
.vc_column-inner
.portfolio-shortcode
.wf-cell
.post-entry-content {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	align-items: center;
}

.masonary-portfolio-section
.vc_column-inner
.portfolio-shortcode
.wf-cell
.post-entry-content
.entry-title {
	font-family: Neutra Text Bold;
	letter-spacing: 2.5px;
	margin-top: 20px;
	text-transform: uppercase;
}

.masonary-portfolio-section
.vc_column-inner
.portfolio-shortcode
.wf-cell
.post-entry-content
.entry-title
a
span {
	color: #fec933;
}

.masonary-portfolio-section
.vc_column-inner
.portfolio-shortcode
.wf-cell
.post-entry-content
.portfolio-categories {
	font-family: Neutra Text Bold;
	margin-top: 20px;
	text-transform: uppercase;
}

.masonary-portfolio-section
.vc_column-inner
.portfolio-shortcode
.wf-cell
.post-entry-content
.entry-excerpt
p {
	color: #322625;
	opacity: 0.7;
	letter-spacing: 0;
}

.theme-style-portfolio
.vc_column-inner
.portfolio-shortcode
.wf-cell
.post-thumbnail
.project-links-container {
	opacity: 1;
	-webkit-align-items: flex-end;
	-ms-align-items: flex-end;
	-ms-flex-align: flex-end;
	align-items: flex-end;
	-webkit-justify-content: left;
	-ms-flex-pack: left;
	-ms-justify-content: left;
	justify-content: left;
}

.theme-style-portfolio
.vc_column-inner
.portfolio-shortcode
.wf-cell
.post-thumbnail
.project-links-container
a {
	opacity: 1;
	margin: 0;
}

.theme-style-portfolio
.vc_column-inner
.portfolio-shortcode
.wf-cell
.post-entry-content {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	align-items: center;
}

.theme-style-portfolio
.vc_column-inner
.portfolio-shortcode
.wf-cell
.post-entry-content
.entry-title {
	font-family: Neutra Text Bold;
	letter-spacing: 2.5px;
	margin-top: 20px;
	text-transform: uppercase;
}

.theme-style-portfolio
.vc_column-inner
.portfolio-shortcode
.wf-cell
.post-entry-content
.portfolio-categories {
	font-family: Neutra Text Bold;
	margin-top: 20px;
	text-transform: uppercase;
}

.theme-style-portfolio
.vc_column-inner
.portfolio-shortcode
.wf-cell
.post-entry-content
.entry-excerpt
p {
	color: #322625;
	opacity: 0.7;
	letter-spacing: 0;
}

.about-services-headings .uvc-main-heading {
	display: none;
}

.about-services-headings .uvc-sub-heading {
	letter-spacing: 16.5px;
	display: inline-block;
	cursor: pointer;
	margin-bottom: 70px;
}

.about-services-headings .uvc-sub-heading h5 {
	position: relative;
	overflow: hidden;
	display: inline-block;
	width: auto;
	margin-bottom: 0;
	/*line-height: unset !important;*/
}

.about-services-headings .uvc-sub-heading h5:after {
	content: "";
	right: calc(100% - 100px);
	-webkit-transition: 0.3s ease-in !important;
	-o-transition: 0.3s ease-in !important;
	transition: 0.3s ease-in !important;
}

.about-services-headings .uvc-sub-heading:hover h5 a {
	color: transparent;
}

.about-services-headings .uvc-sub-heading:hover h5 {
	color: transparent;
	-webkit-text-stroke: 1.5px #322625;
}

.about-services-headings .uvc-sub-heading:hover h5:after {
	content: "";
	/*background: url('./images/service_heading_hover_image.png');*/
	background-color: #fec933;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right;
	position: absolute;
	bottom: 12px;
	width: 100%;
	right: 0;
	height: 28px;
	z-index: -1;
}

.about-eighth-section {
	background-repeat: no-repeat;
	background-position: bottom right -50px;
	background-size: contain;
}

.about-eighth-section .uvc-heading .uvc-sub-heading {
	font-family: Neutra Text;
	letter-spacing: 0;
}

.about-eighth-section .vc_col-sm-6 .vc_column-inner {
	padding-right: 85px;
}

.about-eighth-section .vc_col-sm-3 {
	max-width: 280px;
	padding-top: 130px;
}

.about-eighth-section .vc_col-sm-3 .wpb_text_column h1 {
	font-family: Neutra Display !important;
	font-size: 150px;
	line-height: 111%;
	letter-spacing: 3px;
	color: #fec933;
}

.about-eighth-section .vc_col-sm-3 .wpb_text_column p {
	font-size: 14px;
	line-height: 17px;
}

.about-sixth-section .uvc-heading {
	max-width: 440px;
	margin-bottom: 100px;
}

.about-sixth-section .uvc-heading .uvc-sub-heading {
	font-family: Neutra Text;
	letter-spacing: 0;
}

.about-sixth-section .team-list .wf-cell .team-container a,
.about-sixth-section .team-list .owl-stage .team-container a {
	pointer-events: none !important;
}

.about-sixth-section .team-list .wf-cell .team-container .team-desc,
.about-sixth-section .team-list .owl-stage .team-container .team-desc {
	padding-top: 15px;
}

.about-sixth-section
.team-list
.wf-cell
.team-container
.team-desc
.team-author,
.about-sixth-section
.team-list
.owl-stage
.team-container
.team-desc
.team-author {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	align-items: center;
}

.about-sixth-section
.team-list
.wf-cell
.team-container
.team-desc
.team-author
a,
.about-sixth-section
.team-list
.owl-stage
.team-container
.team-desc
.team-author
a {
	letter-spacing: 3px;
	font-family: Neutra Text Bold;
	text-transform: uppercase;
}

.about-sixth-section
.team-list
.wf-cell
.team-container
.team-desc
.team-author
p,
.about-sixth-section
.team-list
.owl-stage
.team-container
.team-desc
.team-author
p {
	font-family: Neutra Text Bold;
	color: #322625;
	text-transform: uppercase;
	letter-spacing: 0;
}

.team-list .wf-cell .team-media a {
	background: #322625;
}

.team-list .wf-cell .team-media a img {
	mix-blend-mode: luminosity;
}

span.background-overlay {
	width: 100%;
	height: 100%;
	background: #bfe5e6;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
}

.subheading-normal .uvc-sub-heading {
	font-family: Neutra Text;
	font-size: 19px;
	line-height: 170%;
	letter-spacing: 0;
}

.about-second-section .wpb_text_column p {
	font-size: 19px;
	line-height: 170%;
}

.about-second-section .about-second-section-inner2 .vc_col-sm-7 {
	width: 56.333333%;
}

.about-second-section .about-second-section-inner2 .vc_col-sm-5 {
	width: 43.666667%;
}

.about-second-section .about-second-section-inner2 .uvc-heading {
	max-width: 640px;
}

.about-second-section-loh {
	left: -210px;
	top: 40px;
}

.about-second-section .about-second-section-inner2 {
	margin-top: 0px;
}

.about-second-section .image-bg-overlay span.background-overlay {
	left: -50px;
	top: -50px;
}

.about-second-section .image-bg-overlay .vc_single_image-wrapper,
.about-second-section .image-bg-overlay figure {
	position: relative;
}

body .home-fourth-section {
	/*z-index: 111;*/
}

body .services-header-section {
	background-position: top center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	-webkit-align-content: center !important;
	-ms-flex-line-pack: center !important;
	align-content: center !important;
}

body .services-header-section .vc_column-inner {
	padding-bottom: 0 !important;
	padding-top: 100px !important;
}

.services-header-section-column
.services-main-bottom-headings
.uvc-main-heading
h1 {
	-webkit-text-stroke: 1.5px #322625;
	/*color: transparent;*/
}

.services-header-section-column
.services-main-bottom-headings.no-outline
.uvc-main-heading
h1 {
	color: #322625;
	-webkit-text-stroke: unset;
}

.services-header-section-column
.services-main-bottom-headings
.uvc-sub-heading {
	max-width: 378px;
	margin: unset;
	letter-spacing: 0;
	line-height: 170%;
}

.services-page {
	padding-left: 50px;
}
.extra-sp-content.services-page {
	padding-left: 0px;
}

.services-page .services-toggle-icon {
	position: absolute;
	/*left: 205px;*/
	left: -60px;
	font-size: 11px;
}

/*for vidoe product page and other relevant pages next toggle icon */
.extra-sp-content.services-page .services-toggle-icon {
	position: absolute;
	right: 500px;
	/*  right: 216px;*/
	font-size: 11px;
	top: -10px;
	left: unset;
}
.marketing-toggle-icon {
	right: 328px !important;
	left: 205px !important;
}
/*.extra-sp-content.services-page.creative-vp .services-toggle-icon, .extra-sp-content.services-page.dpp-vp .services-toggle-icon {
right: unset; 
left: 270px;
}*/
.extra-sp-content.services-page.creative-vp .services-toggle-icon,
.extra-sp-content.services-page.dpp-vp .services-toggle-icon {
	right: unset;
	left: 305px;
}
.services-page .services-toggle-icon .vc_icon_element-inner {
	height: 68px;
}

.services-page .services-toggle-icon span:before {
	-webkit-transition: 0.3s ease-in !important;
	-o-transition: 0.3s ease-in !important;
	transition: 0.3s ease-in !important;
}

.services-page .services-toggle-icon.open span:before {
	transform: rotate(45deg);
}

.services-page .services-toggle-icon span {
	color: #bfe5e6 !important;
	line-height: 26px !important;
	cursor: pointer;
}

.services-page .services-toggle-icon.open span {
	color: #fec933 !important;
}

.btn-shadow .dt-btn {
	transform: none !important;
	font-family:'Neutra Text';
}

.services-page .services-inner-row-first .services-inner-heading-column {
	width: 47%;
	padding-right: 5px;
}

.services-page
.services-inner-row-first
.services-inner-heading-column
.uvc-main-heading {
	letter-spacing: 16.5px;
	word-break: break-all;
	cursor: pointer;
}

.services-page
.services-inner-row-first
.services-inner-heading-column
.uvc-sub-heading {
	max-width: 540px;
	margin: 0;
	font-size: 19px;
	line-height: 150%;
	opacity: 0.7;
	letter-spacing: 0;
}

.services-page .services-inner-row-first .services-inner-image-column {
	width: 53%;
}

.services-page
.services-inner-row-first
.services-inner-image-column
.wpb_single_image
figure,
.services-page
.services-inner-row-first
.services-inner-image-column
.wpb_single_image
figure
.vc_single_image-wrapper,
.services-page
.services-inner-row-first
.services-inner-image-column
.services-side-vimeo-video,
.services-page
.services-inner-row-first
.services-inner-image-column
.services-side-vimeo-video
.wpb_wrapper {
	max-height: 320px;
	overflow: hidden;
}

.services-page
.services-inner-row-first
.services-inner-image-column
.services-side-vimeo-video
.wpb_wrapper
iframe {
	width: 100%;
	height: 330px;
}

/*.services-inner-row-second .wpb_text_column {
font-family: Neutra Text Bold;
font-size: 14px;
line-height: 21px;
letter-spacing: 2.5px;
text-transform: uppercase;
color: #322625;
}*/

.services-inner-row-second .wpb_text_column {
	font-family: Neutra Text;
	font-size: 16px;
	line-height: 21px;
	/*letter-spacing: 2.5px;*/
	/*text-transform: uppercase;*/
	color: #322625;
}

.services-inner-row-second
.portfolio-shortcode
.post-thumbnail
.project-links-container
.project-details:before {
	background: transparent;
	border-color: #322625;
}

.services-accordion {
	width: 47%;
}

.services-accordion .vc_toggle_title {
	padding-left: 0 !important;
	border-bottom: 2px solid rgba(50, 38, 37, 0.5);
	padding-bottom: 15px;
}

.services-accordion .vc_toggle_content {
	padding-left: 0 !important;
	margin-top: 15px;
}

.services-accordion .vc_toggle_content p {
	font-family: Neutra Text Bold;
	font-size: 14px;
	line-height: 21px;
	text-transform: uppercase;
	color: #322625;
}

.services-accordion .vc_toggle_title h4 {
	font-family: Neutra Text Bold;
	font-size: 30px;
	line-height: 105.5%;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.services-accordion .vc_toggle_icon {
	right: 0;
	top: 16px !important;
	left: inherit !important;
	color: #322625;
	background: #322625;
	border: 1px solid #322625 !important;
	width: 20px !important;
	margin-left: 0;
	height: 2px !important;
	-webkit-transition: 0.3s ease-in !important;
	-o-transition: 0.3s ease-in !important;
	transition: 0.3s ease-in !important;
}

.services-accordion .vc_toggle_title.open .vc_toggle_icon {
	transform: rotate(45deg) !important;
}

.vc_toggle_size_md.vc_toggle_default .vc_toggle_icon::after {
	width: 20px;
	height: 2px;
	background: #322625;
	visibility: visible !important;
}

.vc_toggle_size_md.vc_toggle_default .vc_toggle_icon::before {
	height: 20px;
	width: 2px;
	border: 1px solid #322625 !important;
	background: #322625;
	visibility: visible !important;
}

.main-heading-hidden .uvc-main-heading {
	display: none;
}

body .service-detail-page.bottom-services-common-section {
	background-position: left bottom;
	background-size: contain !important;
}

.service-detail-page.bottom-services-common-section .vc_row {
	padding-top: 25px;
	padding-bottom: 25px;
}

.service-detail-page.bottom-services-common-section .vc_row .uvc-heading {
	vertical-align: middle;
	display: inline-block;
	width: 560px;
	letter-spacing: 16.5px;
	margin-right: 70px;
}

.service-detail-page.bottom-services-common-section .vc_row .btn-align-left {
	vertical-align: middle;
	display: inline-block;
	-webkit-transition: 0.3s ease-in !important;
	-o-transition: 0.3s ease-in !important;
	transition: 0.3s ease-in !important;
}

.service-detail-page.bottom-services-common-section
.vc_row
.btn-align-left:hover {
	transform: translateX(15px);
}

.masonary-portfolio-section.service-detail-portfolio
.vc_column-inner
.portfolio-shortcode
.paginator-more-button
.button-load-more {
	border-width: 1px;
	border-color: #322625 !important;
	color: #322625;
	padding: 15px 10px 15px 10px;
	width: 200px;
	position: absolute;
	left: 200px;
	bottom: 210px;
	display: flex;
	align-items: center;
	text-align: center;
	height: 60px;
	text-transform: uppercase;
	font-family: Neutra Text Bold;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
}

.masonary-portfolio-section.service-detail-portfolio
.vc_column-inner
.portfolio-shortcode
.paginator-more-button
.button-load-more:hover {
	background-color: #bfe5e6;
	border-color: #bfe5e6 !important;
}

.masonary-portfolio-section.service-detail-portfolio
.vc_column-inner
.portfolio-shortcode
.paginator-more-button
.button-load-more
.button-caption:before {
	content: none;
}

.masonary-portfolio-section.service-detail-portfolio
.vc_column-inner
.portfolio-shortcode
.paginator-more-button
.button-load-more
.button-caption:after {
	content: "\f035";
	margin-right: 5px;
	font-family: icomoon-the7-font;
	font-size: 12px;
	line-height: 1;
	padding-left: 15px;
}

.services-menu-wrapper {
	margin-bottom: 40px;
	padding-bottom: 60px;
	position: relative;
}

.services-menu-wrapper .services-menu-container .services-sublinks {
	position: absolute;
	bottom: 0;
}

.services-menu-wrapper
.services-menu-container
.services-sublinks
a.submenu-link {
	font-family: Neutra Text Bold;
	font-size: 10px;
	line-height: 120%;
	text-transform: uppercase;
	color: #322625;
	margin-right: 40px;
	text-decoration: none;
	opacity: 1;
}

.services-menu-wrapper
.services-menu-container
.services-sublinks
a.submenu-link.active {
	text-decoration: underline;
	display: inline-block;
}

.services-menu-wrapper .services-menu-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	align-items: center;
}

.services-menu-wrapper .services-menu-container a.menu-link {
	font-family: Neutra Text Bold;
	font-size: 30px;
	line-height: 170%;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #322625;
	padding-right: 90px;
	padding-top: 10px;
	text-decoration: none;
}

.services-menu-wrapper
.services-menu-container
a.menu-link:hover
span.menu-title {
	color: #bfe5e6;
}

.services-menu-wrapper .services-menu-container a.menu-link span.item-count {
	background: #fec933;
	border-radius: 50%;
	font-family: Neutra Text Bold;
	font-size: 10px;
	line-height: 26px;
	height: 26px;
	display: inline-block;
	width: 26px;
	text-align: center;
	letter-spacing: 0;
	vertical-align: super;
	top: -10px !important;
	position: relative;
	text-transform: uppercase;
}

.portfolio-load-more-button .button-load-more {
	border-width: 1px;
	border-color: #322625 !important;
	color: #322625;
	padding: 15px 10px 15px 10px;
	width: 200px;
	display: flex;
	align-items: center;
	text-align: center;
	height: 60px;
	text-transform: uppercase;
	font-family: Neutra Text Bold;
	font-size: 14px;
	line-height: 17px;
}

.portfolio-load-more-button .button-load-more:hover {
	background-color: #322625;
	border-color: #322625 !important;
	color: #bfe5e6 !important;
}

.portfolio-load-more-button .button-load-more:hover .button-caption {
	color: #bfe5e6 !important;
}

.portfolio-load-more-button .button-caption:before {
	content: none !important;
}

.portfolio-load-more-button .button-caption:after {
	content: "\f035";
	margin-right: 5px;
	font-family: icomoon-the7-font;
	font-size: 12px;
	line-height: 1;
	padding-left: 15px;
}

body.single-portfolio .fancy-header .wf-wrap {
	min-height: 90vh !important;
}

.fancy-header .fancy-subtitle {
	font-family: Neutra Text Bold;
	text-transform: uppercase;
}

.fancy-header .fancy-title {
	font-family: Neutra Display;
	font-style: normal;
	font-weight: normal;
	font-size: 80px !important;
	line-height: 111% !important;
	letter-spacing: 9px;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 40px;
}

.fancy-header .fancy-excerpt {
	font-family: Neutra Text;
	font-size: 18px;
	line-height: 170%;
	color: #322625;
	letter-spacing: 0;
	max-width: 470px;
}

.fancy-title-head {
	max-width: 700px;
}

body.single-portfolio #main > .wf-wrap {
	width: 100%;
	padding: 0;
}

body.single-portfolio .project-content {
	margin-bottom: 0;
}

body.single-portfolio .single-share-box {
	display: none !important;
}

.common-portfolio-carousel article {
	-ms-flex-flow: nowrap !important;
	flex-flow: nowrap !important;
}

.common-portfolio-carousel .dt-owl-item {
}

.common-portfolio-carousel article .post-thumbnail-wrap {
	max-width: 800px;
	min-width: 800px;
}

.common-portfolio-carousel .owl-dots {
	bottom: 0;
	top: unset !important;
	right: 0;
	left: unset !important;
	display: none;
}

.common-portfolio-carousel .owl-nav {
	text-align: right;
	position: relative;
	top: -25px;
	font-family: Neutra Text Bold;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
}

.common-portfolio-carousel .owl-nav .owl-prev {
	bottom: 0;
	top: unset !important;
	right: 0;
	left: unset !important;
	position: relative;
	transform: none !important;
	vertical-align: middle;
}

.common-portfolio-carousel .owl-nav .owl-next {
	bottom: 0;
	top: unset !important;
	right: 0;
	left: unset !important;
	position: relative;
	transform: none !important;
	vertical-align: middle;
}

.common-portfolio-carousel .owl-nav .owl-counts {
	display: inline-block;
	vertical-align: middle;
	padding: 0 15px;
}

.common-portfolio-carousel article .post-entry-content {
	text-align: left;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-ms-flex-flow: column;
	flex-flow: column;
	padding-right: 0 !important;
}

.common-portfolio-carousel article .post-entry-content .entry-meta {
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	font-family: Neutra Text Bold;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	-ms-flex-pack: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	margin-bottom: 20px;
}

.common-portfolio-carousel article .post-entry-content .entry-title {
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	font-size: 80px;
	line-height: 111%;
	letter-spacing: 9px;
	text-transform: uppercase;
	left: -170px;
	position: relative;
	margin-bottom: 80px !important;
}

.common-portfolio-carousel article .post-entry-content .dt-btn {
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
	width: 200px;
	padding: 20px 0;
	display: inline-block;
	vertical-align: middle;
	font-family: Neutra Text Bold;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	text-transform: uppercase;
	color: #322625;
	border-color: #322625;
	box-shadow: none !important;
}

.common-portfolio-carousel article .post-entry-content .dt-btn:hover {
	background: #bfe5e6 !important;
	border-color: #bfe5e6 !important;
}

.common-portfolio-carousel article .post-entry-content .dt-btn i {
	font-size: 18px !important;
	text-align: center;
	text-transform: uppercase;
	vertical-align: bottom;
	margin-left: 15px;
	margin-right: 0;
}

.common-portfolio-carousel article .post-entry-content .dt-btn i:before {
	content: "\f035" !important;
}

.author.vcard {
	pointer-events: none;
}

.cs-third-image-column .wpb_single_image {
	max-width: 400px;
}

.cs-third-text-column .wpb_text_column {
	font-size: 18px;
	line-height: 170%;
	color: #322625;
	letter-spacing: 0;
	max-width: 570px;
}

.cs-fourth-text-column .wpb_text_column {
	font-size: 18px;
	line-height: 170%;
	color: #322625;
	letter-spacing: 0;
}

.cs-second-image-column .wpb_single_image,
.cs-second-image-column .wpb_single_image .wpb_wrapper,
.cs-second-image-column .vc_single_image-wrapper {
	max-height: 400px;
	overflow: hidden;
}

.cs-first-text-column {
	max-width: 500px;
	padding-left: 40px;
}

.cs-first-text-column .wpb_single_image {
	margin-bottom: 100px;
}

.cs-first-text-column .wpb_single_image,
.cs-first-text-column .wpb_single_image .wpb_wrapper,
.cs-first-text-column .vc_single_image-wrapper {
	max-height: 400px;
	overflow: hidden;
}

.cs-first-text-column .wpb_text_column {
	font-size: 18px;
	line-height: 170%;
	color: #322625;
	letter-spacing: 0;
}

.photo-gallery-services .gallery-shortcode .wf-cell article a {
	pointer-events: none;
}

body .service-detail-second-section {
	margin-bottom: 60px !important;
}

.page-id-57769 .white-outlined-text.scroll-right {
	margin-left: 153px !important;
}

.strategy-text {
	margin-left: -123px !important;
}

.page-id-57475
.service-detail-second-section
.white-outlined-text.scroll-right {
	margin-left: 38px !important;
}
/*.service-detail-second-section .white-outlined-text.scroll-right {
margin-left: -85px;
}*/
.service-detail-second-section .white-outlined-text .uvc-sub-heading {
	display: none;
}

#html5lightbox-watermark {
	display: none !important;
}

.wonderplugin-gridgallery-item {
	overflow: visible !important;
}

.wonderplugin-gridgallery-item-text .wonderplugin-gridgallery-item-wrapper {
	position: relative;
	padding-top: 25px;
	font-family: Neutra Text BOld;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	color: #322625;
}

.wonderplugin-gridgallery-item-text
.wonderplugin-gridgallery-item-wrapper
.wonderplugin-gridgallery-item-title {
	text-align: left;
}

.wonderplugin-gridgallery-item-text
.wonderplugin-gridgallery-item-wrapper
.wonderplugin-gridgallery-item-description {
	font-size: 14px !important;
	text-align: left;
}

.wonderplugin-gridgallery-item-text
.wonderplugin-gridgallery-item-wrapper
.wonderplugin-gridgallery-item-button {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 36px;
	height: 36px;
	background: #bfe5e6;
	border: none;
	cursor: pointer;
}

.wonderplugin-gridgallery-item-text
.wonderplugin-gridgallery-item-wrapper
.wonderplugin-gridgallery-item-button
a
button {
	width: 36px;
	height: 36px;
	background: #bfe5e6;
	border: none;
	cursor: pointer;
	outline: none;
}

.wonderplugin-gridgallery-item-text
.wonderplugin-gridgallery-item-wrapper
.wonderplugin-gridgallery-item-button
a
button:after {
	content: "\f035";
	font-size: 13px;
	position: relative;
	line-height: 35px;
	vertical-align: middle;
	font-family: icomoon-the7-font !important;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-weight: 600;
}

.wonderplugin-gridgallery-loadmore-btn {
	background: none !important;
	border: 1px solid #322625 !important;
	border-radius: 0 !important;
	width: 200px;
	height: 60px;
	color: #322625 !important;
	font-family: Neutra Text !important;
	font-size: 14px !important;
	line-height: 17px;
	text-align: center !important;
	letter-spacing: 2.5px;
	text-transform: uppercase !important;
	text-shadow: none !important;
}

.wonderplugin-gridgallery-loadmore-btn:hover {
	background: #bfe5e6 !important;
	border-color: #bfe5e6 !important;
}

.wonderplugin-gridgallery-loadmore-btn:after {
	content: "\f035";
	font-size: 16px;
	left: 10px;
	position: relative;
	vertical-align: bottom;
	font-family: icomoon-the7-font !important;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
}

.client-logo-section.about-fourth-section .portfolio-shortcode .paginator a {
	visibility: hidden;
	margin: 0;
	width: 30px;
}

.client-logo-section.about-fourth-section
.portfolio-shortcode
.paginator
a.page:after {
	width: 10px !important;
	height: 10px !important;
	border-radius: 50% !important;
	background: #322625 !important;
	opacity: 0.1;
	visibility: visible;
	left: 8px;
	bottom: 0;
}

.client-logo-section.about-fourth-section
.portfolio-shortcode
.paginator
a.page.act:after {
	background: #fec933 !important;
	opacity: 1;
}

.client-logo-section.about-fourth-section
.portfolio-shortcode
.paginator
.nav-next,
.client-logo-section.about-fourth-section
.portfolio-shortcode
.paginator
.nav-prev {
	display: none !important;
}

body.single-portfolio .wpb_single_image .vc_figure-caption {
	font-family: Neutra Text Bold;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	color: #322625;
}

body.single-portfolio
.cs-first-image-column
.wpb_single_image
.vc_figure-caption {
	margin-top: 20px;
	text-align: right;
}

body.single-portfolio
.cs-first-text-column
.wpb_single_image
.vc_figure-caption {
	position: absolute;
	top: 200px;
	width: 400px;
	right: -200px;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	margin: 0;
	line-height: 0px;
}

body.single-portfolio
.cs-second-image-column
.wpb_single_image
.vc_figure-caption {
	position: absolute;
	top: 76px;
	width: 400px;
	right: -200px;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	margin: 0;
	line-height: 0px;
}

body.single-portfolio
.cs-third-image-column
.wpb_single_image
.vc_figure-caption {
	position: absolute;
	top: 200px;
	width: 400px;
	left: 250px;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	margin: 0;
	line-height: 0px;
	display: inline-block;
}

.theme-style-button,
.paginator .button-load-more,
.wonderplugin-gridgallery-loadmore .wonderplugin-gridgallery-loadmore-btn,
.owl-carousel .owl-stage-outer .post-entry-content .dt-btn {
	overflow: hidden;
	-webkit-transition: all 0.5s ease-in-out !important;
	transition: all 0.5s ease-in-out !important;
	z-index: 1;
}

body #page .default-btn-shortcode.dt-btn.theme-style-button:hover,
body #page .paginator .button-load-more:hover,
body
#page
.wonderplugin-gridgallery-loadmore
.wonderplugin-gridgallery-loadmore-btn:hover,
body #page .owl-carousel .owl-stage-outer .post-entry-content .dt-btn:hover {
	background: transparent !important;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.theme-style-button:after,
.paginator .button-load-more:after,
.wonderplugin-gridgallery-loadmore .wonderplugin-gridgallery-loadmore-btn:after,
.owl-carousel .owl-stage-outer .post-entry-content .dt-btn:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #bfe5e6;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	z-index: 1;
}

.theme-style-button.brown:after {
	/*background: #322625;*/
	background: #bfe5e6;
}

.theme-style-button:hover:after,
.paginator .button-load-more:hover:after,
.wonderplugin-gridgallery-loadmore
.wonderplugin-gridgallery-loadmore-btn:hover:after,
.owl-carousel .owl-stage-outer .post-entry-content .dt-btn:hover:after {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
	z-index: -1;
}

.wonderplugin-gridgallery-loadmore .wonderplugin-gridgallery-loadmore-btn {
	position: relative;
}

.theme-style-button span,
.theme-style-button i {
	z-index: 2;
}

.load-wrap > svg {
	width: 160px;
}

@keyframes slideInFromLeft {
	0% {
		/*transform: translateX(-100%);*/
		width: 0px;
	}
	100% {
		/*transform: translateX(0);*/
		width: 300px;
	}
}

/*.load-wrap:after {
content: "";
animation: 1s linear 0s 1 slideInFromLeft;
width: 300px;
height: 2px;
color: #000;
background: #000;
position: relative;
bottom: -80px;
overflow: hidden;
}*/

.load-wrap:after {
	content: "";
	animation: icon_rotation 2s infinite linear;
	background: url(./images/loader_cross.png);
	background-size: cover;
	width: 30px;
	height: 30px;
	color: #ffd32d;
	position: relative;
	bottom: 15px;
	left: -35px;
	overflow: hidden;
}

@keyframes icon_rotation {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(359deg);
	}
}

.contact-toggle-icon {
	position: absolute;
	left: -40px;
	font-size: 11px;
}

.contact-toggle-icon .vc_icon_element-inner {
	height: 78px !important;
	vertical-align: middle;
}

.contact-toggle-icon span:before {
	-webkit-transition: 0.3s ease-in !important;
	-o-transition: 0.3s ease-in !important;
	transition: 0.3s ease-in !important;
}

.contact-toggle-icon.open span:before {
	transform: rotate(45deg);
}

.contact-toggle-icon span {
	color: #bfe5e6 !important;
	line-height: 26px !important;
	cursor: pointer;
}

.contact-inner-row-first .contact-inner-heading-column .uvc-main-heading {
	letter-spacing: 16.5px;
	word-break: break-all;
}

.contact-inner-row-first .contact-inner-heading-column .uvc-sub-heading {
	margin: 0 0 5px 0;
	font-size: 19px;
	line-height: 170%;
	letter-spacing: 0;
	max-width: 600px;
}

.contact-inner-row-second .wpb_text_column {
	font-family: Neutra Text Bold;
	font-size: 14px;
	line-height: 0px;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	color: #322625;
}

.contact-first-row,
.contact-second-row {
	padding-left: 50px;
}

.fw-wizard-step-header-container {
	display: none !important;
}

/*.fw-progress-bar-container  {
margin: 0 !important;
}*/

.fw-progress-bar-container .fw-progress-step {
	display: none !important;
}

.fw-progress-bar-container .fw-progress-step.fw-active {
	display: block !important;
}

body
#multi-step-form
.fw-progress-bar-container
.fw-container
.fw-progress-wrap
.fw-progress-bar
.fw-progress-step:before {
	content: none !important;
}

#multi-step-form .fw-progress-bar-container {
	margin-bottom: 10px !important;
}

#multi-step-form .fw-step-part {
	margin: 0 !important;
	/*padding: 10px 0 10px 0 !important;*/
	padding: 0px !important;
	border: none !important;
	background: none !important;
}

#multi-step-form .fw-progress-bar .fw-progress-step {
	padding: 0 !important;
	position: relative;
	margin-bottom: 0 !important;
	font-family: Neutra Display;
	font-size: 18px;
	line-height: 150.3%;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	color: #bfe5e6 !important;
}

#multi-step-form .fw-progress-bar .fw-progress-step span {
	color: #bfe5e6 !important;
	font-size: 18px;
	font-weight: normal !important;
}

#multi-step-form .fw-progress-wrap {
	min-height: unset !important;
}

#multi-step-form .fw-container .fw-step-part h2.fw-step-part-title {
	font-family: Neutra Text Bold;
	font-size: 16px !important;
	line-height: 150.3% !important;
	letter-spacing: 2.5px !important;
	text-transform: uppercase;
	color: #322625;
	margin: 0 !important;
}

#multi-step-form .fw-wizard-step-container h3 {
	display: none !important;
}

#multi-step-form .fw-text-input,
#multi-step-form .fw-text-input[type="text"],
#multi-step-form .fw-textarea,
#multi-step-form input.msfp-registration-input {
	border: none !important;
	border-bottom: 1px solid #322625 !important;
	background-color: unset !important;
	box-sizing: unset !important;
	font-family: Neutra Text;
	font-size: 14px !important;
	line-height: 14px !important;
	color: #322625 !important;
	opacity: 0.4;
	padding: 5px 0 !important;
	margin-top: 20px;
	max-width: 300px;
}

#multi-step-form .fw-step-part > div {
	margin: 0 !important;
}

#multi-step-form .fa.form-control-feedback {
	display: none !important;
}

#multi-step-form .desktop-info-text {
	font-family: Neutra Text;
	font-size: 14px;
	line-height: 170%;
	text-align: left;
	color: #322625;
	opacity: 0.4;
	letter-spacing: 0;
	text-transform: none;
	width: 100%;
	display: block;
}

#multi-step-form .fw-alert-user.fw-alert-user-fail {
	display: none !important;
}

#multi-step-form .fw-wizard-button-container {
	display: none !important;
}

#multi-step-form .fw-block-invalid .fw-block-invalid-alert {
	font-size: 14px !important;
	color: #a02a2a !important;
}

#multi-step-form .fw-btn-submit {
	display: none;
}

#multi-step-form.fw-large-container .fw-progress-bar {
	position: relative !important;
	display: inline-block;
}

#multi-step-form.fw-large-container .fw-progress-bar .fw-progress-step {
	margin-top: 0 !important;
}

#multi-step-form.fw-large-container .fw-progress-bar .fw-progress-step:after {
	display: none;
}

.contact-success-message .uvc-main-heading {
	font-family: Neutra Text Bold;
	text-transform: uppercase;
}

.contact-success-message .uvc-sub-heading {
	font-family: Neutra Text;
	letter-spacing: 0;
	opacity: 0.4;
}

.contact-success-message .uvc-sub-heading a {
	color: #322625;
	text-decoration: none;
}

.contact-success-message .uvc-sub-heading a:hover {
	text-decoration: underline;
}

.portfolio-shortcode .portfolio-categories a {
	pointer-events: none;
}

.no-image-caption .vc_figure-caption {
	display: none !important;
}

body .case-study-inner-first-column.cs-style-second .wpb_single_image figure,
body
.case-study-inner-first-column.cs-style-second
.wpb_single_image
figure
.vc_single_image-wrapper {
	max-height: 600px;
	overflow: hidden;
}

body .cs-style-second .cs-first-text-column {
	max-width: 100% !important;
}

body .cs-style-second .cs-first-text-column .wpb_single_image {
	margin-bottom: 50px;
}

.cs-style-second .wpb_text_column h5 , .case-study-page .wpb_text_column h5{
	font-family: Neutra Display;
	font-size: 16px;
	line-height: 150%;
	color: #322625;
	margin-bottom: 32px;
	letter-spacing: 2.5px;
}

.cs-style-second .wpb_text_column h4 {
	font-family: Neutra Text Bold;
	font-size: 20px;
	line-height: 150%;
	color: #322625;
	letter-spacing: 0;
	margin-bottom: 25px;
	text-transform: unset;
	text-transform: uppercase;
}

.cs-style-second .cs-first-text-column .wpb_text_column {
	line-height: 150%;
}

.cs-style-second .cs-third-image-column .wpb_single_image {
	max-width: 100%;
}

/*.case-study-inner-third-column.cs-style-second .cs-third-text-column {
width: 52%
}

.case-study-inner-third-column.cs-style-second .cs-third-image-column {
width: 48%
}*/

.case-study-inner-third-column.cs-style-second
.cs-third-text-column
.wpb_text_column {
	max-width: 100%;
	line-height: 150%;
}

.case-study-inner-fifth-column.cs-style-second
.cs-third-text-column
.wpb_text_column {
	max-width: 100%;
	line-height: 150%;
}

.cs-style-second .wpb_text_column h6 , .case-study-page .wpb_text_column h6 {
	font-family: Neutra Display;
	font-size: 15px;
	line-height: 150%;
	color: #322625;
	letter-spacing: 2.5px;
	margin-top: 25px;
	text-transform: uppercase;
}

.cs-style-second .wpb_text_column a {
	font-family: Neutra Text Bold;
	font-size: 18px;
	line-height: 150%;
	color: #322625;
	letter-spacing: 1px;
	margin-top: 0;
	text-transform: uppercase;
}

.cs-style-second .wpb_text_column p {
	margin-bottom: 32px;
}

.case-study-inner-mess-images-column .vc_col-sm-7 {
	width: 55%;
}

.case-study-inner-mess-images-column .vc_col-sm-5 {
	width: 45%;
}

.mt-50 {
	margin-top: 50px;
}

.case-study-marquee-section h3 {
	font-family: Neutra Display;
	font-size: 95px;
	line-height: 100%;
	letter-spacing: 9px;
	text-transform: uppercase;
	-webkit-text-stroke: 1.5px #322625;
	color: transparent;
	margin: 0;
}

@-moz-document url-prefix() {
	.case-study-marquee-section h3 {
		-webkit-text-stroke: unset !important;
		text-shadow: 1px 1px 0 #322625, -1px -1px 0 #322625, 1px -1px 0 #322625,
			-1px 1px 0 #322625, 3px 3px 5px #fff;
		color: #fff !important;
	}
}

.case-study-marquee-section #scrolletext-container {
	height: 120px;
	width: 100%;
	overflow: visible;
	position: relative;
	white-space: nowrap;
}
.case-study-marquee-section #scrollertext {
	/*cursor:pointer;*/
	overflow: visible;
	position: absolute;
	top: 0;
	white-space: nowrap;
}
.portfolio-inner-excerpt-row-hidden {
	display: none;
}
.astudio-reel-page-row {
	text-align: center;
	margin: 60px 0 100px;
}
.astudio-reel-page-row .uvc-heading {
	text-align: left;
	letter-spacing: 1.5px !important;
}
.astudio-reel-page-row .uvc-heading .uvc-sub-heading {
	margin-top: 30px;
}
.category-blocks-single-column .category-single-block-image .vc_figure {
	position: relative;
	text-align: center;
}
.category-blocks-single-column
.category-single-block-image
.vc_figure
.vc_figure-caption {
	position: absolute;
	color: #fff;
	font-size: 35px;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	text-transform: uppercase;
	margin: 0;
}

/* New Css */

.service-detail-portfolio.masonary-portfolio-section
.vc_column-inner
.portfolio-shortcode
.wf-cell
.post-entry-content
.portfolio-categories {
	display: none;
}
.service-detail-portfolio.masonary-portfolio-section
.vc_column-inner
.portfolio-shortcode
.wf-cell
.post-thumbnail-wrap
a.post-thumbnail-rollover
img {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

@media only screen and (max-width: 768px) {
	.wpcf7-form .portfolio-button {
		padding-left: 131px !important;
		width: 100%;
	}

	.page-id-57546 #main {
		padding-left: 0px !important;
	}

	.hidden-mobile {
		display: none !important;
	}

	.years-section-column {
		max-width: 31.33% !important;
	}

	.sitemap-footer {
		margin-right: 25px;
		font-family: "Neutra Text Bold" !important;
		text-transform: uppercase;
	}
	.service-detail-portfolio.masonary-portfolio-section
	.vc_column-inner
	.portfolio-shortcode
	.wf-cell
	.post-thumbnail-wrap
	a.post-thumbnail-rollover
	img {
		left: 25%;
	}

	.our-crew-section {
		display: none !important;
	}
	.production-video iframe {
		height: 120% !important;
	}
}
.service-detail-portfolio.masonary-portfolio-section
.vc_column-inner
.portfolio-shortcode
.wf-cell
.post-thumbnail-wrap
.post-thumbnail:hover
a.post-thumbnail-rollover
img {
	transform: translateX(-50%) scale(1.2);
}
.sitemap-page-row .wsp-pages-title {
	display: none;
}
.sitemap-page-row .wsp-pages-list {
	margin: 0;
}
.sitemap-page-row .page_item {
	list-style: none;
}
.sitemap-page-row .page_item a {
	font-size: 16px;
	line-height: 150.3%;
	letter-spacing: 2.5px;
	text-decoration-line: underline;
	text-transform: uppercase;
	color: #322625;
	font-family: "Neutra Text Bold";
}
.sitemap-page-row .page_item a:hover {
	color: #bfe5e6;
}
.sitemap-page-row .uvc-heading h2 {
	letter-spacing: 16.5px;
	margin-bottom: 50px !important;
}
.home-masonary-section.masonary-portfolio-section
.vc_column-inner
.portfolio-shortcode
.wf-cell
.post-thumbnail-wrap
a.post-thumbnail-rollover
img {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
.home-masonary-section.masonary-portfolio-section
.vc_column-inner
.portfolio-shortcode
.wf-cell
.post-thumbnail-wrap
.post-thumbnail:hover
a.post-thumbnail-rollover
img {
	transform: translateX(-50%) scale(1.2);
}
.have-video-background .uvc-heading {
	position: relative;
	z-index: 3;
}
.have-video-background .video-cover-image {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	height: 100%;
}
.have-video-background .cover_vimeo_video {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}
.services-header-section-column
.services-main-bottom-headings
.uvc-sub-heading.fixedpositionss::after {
	content: " Astudio";
	width: 100%;
	display: inline-block;
	visibility: hidden;
}
.service-detail-page.bottom-services-common-section
.vc_row:last-of-type
.uvc-heading.fixedpositionss {
	width: 100%;
}
.have-video-background .video-cover-image .wpb_wrapper,
.have-video-background .video-cover-image .wpb_wrapper .vc_single_image-wrapper,
.have-video-background
.video-cover-image
.wpb_wrapper
.vc_single_image-wrapper
img {
	height: 100%;
}

/* New Home Page Use Case Section */

.home-uc-inner-row .vc_column-inner .wpb_text_column .uc-main-heading {
	font-family: Neutra Text Bold;
	letter-spacing: 3px;
	margin-top: 20px;
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 31px;
	font-weight: bold;
	text-transform: uppercase;
	color: #322625;
}

.home-uc-inner-row .vc_column-inner .wpb_text_column .uc-main-heading a {
	color: #322625;
	text-decoration: none;
}

.home-uc-inner-row .vc_column-inner .wpb_text_column .uc-main-heading a:hover {
	color: #bfe5e6;
}

.home-uc-inner-row .vc_column-inner .wpb_text_column .uc-main-heading a b {
	color: #fec933;
}

.home-uc-inner-row .vc_column-inner .wpb_text_column .uc-sub-heading {
	color: #322625;
	opacity: 0.7;
	letter-spacing: 0;
}

.home-uc-inner-row
.third-column
.vc_column-inner
.wpb_text_column
.wpb_wrapper {
	bottom: 20px;
}

.home-uc-inner-row .wpb_column {
	position: relative !important;
	left: 0 !important;
	top: 0 !important;
}

.home-uc-inner-row .wpb_column .wpb_single_image .vc_figure a img {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.home-uc-inner-row .wpb_column .wpb_single_image .vc_figure a {
	position: relative;
}

.home-uc-inner-row
.wpb_column
.wpb_single_image
.vc_figure
a
span.icomoon-the7-font-the7-arrow-35,
.home-uc-inner-row
.wpb_column
.cover_vimeo_video
.iframe-container
span.icomoon-the7-font-the7-arrow-35 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 0px;
	border: 1px solid #322625;
	color: #322625;
	text-align: center;
	cursor: pointer;
}

.home-uc-inner-row .wpb_column .wpb_single_image .vc_figure a a {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: visible;
}

.home-uc-inner-row
.wpb_column
.wpb_single_image
.vc_figure
a
span.icomoon-the7-font-the7-arrow-35:hover,
.home-uc-inner-row
.wpb_column
.cover_vimeo_video
.iframe-container
span.icomoon-the7-font-the7-arrow-35:hover {
	background: #bfe5e6;
	border: 1px solid #bfe5e6;
	color: #322625;
}

.home-uc-inner-row .first-column {
	max-width: 46.56%;
	top: 70px !important;
	margin-bottom: 200px;
}

.home-uc-inner-row .first-column .wpb_single_image,
.home-uc-inner-row .first-column .wpb_single_image .vc_figure,
.home-uc-inner-row .first-column .wpb_single_image .vc_figure a {
	max-height: 520px;
	overflow: hidden;
}

.home-uc-inner-row .first-column .wpb_single_image .vc_figure a img {
	height: 520px;
	width: auto;
	max-width: unset;
	overflow: hidden;
}

.home-uc-inner-row .second-column {
	max-width: 53.44%;
	width: 53.44%;
	margin-bottom: 150px;
}

.home-uc-inner-row .second-column .vc_column-inner {
	padding-left: 55px;
}

.home-uc-inner-row .second-column .wpb_single_image,
.home-uc-inner-row .second-column .wpb_single_image .vc_figure,
.home-uc-inner-row .second-column .wpb_single_image .vc_figure a {
	max-height: 644px;
	overflow: hidden;
}

.home-uc-inner-row .second-column .wpb_single_image .vc_figure a img {
	height: 644px;
	width: auto;
	max-width: unset;
	overflow: hidden;
}

.home-uc-inner-row .third-column {
	margin-top: 80px;
	margin-bottom: 130px;
}

.home-uc-inner-row .third-column .wpb_wrapper {
	position: relative;
}

.home-uc-inner-row .third-column .wpb_text_column {
	max-width: 300px;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	flex-flow: nowrap !important;
	align-items: flex-end !important;
	display: inline-block;
}

.home-uc-inner-row .third-column .cover_vimeo_video {
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	padding-left: 50px !important;
	display: inline-block;
}

.home-uc-inner-row .third-column .cover_vimeo_video .iframe-container {
	position: absolute !important;
	width: 1042px;
	display: inline-block;
	padding: 0;
}

.home-uc-inner-row .third-column .cover_vimeo_video iframe {
	position: absolute;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
}

.home-uc-inner-row .third-column .cover_vimeo_video,
.home-uc-inner-row .third-column .cover_vimeo_video .wpb_wrapper,
.home-uc-inner-row
.third-column
.cover_vimeo_video
.wpb_wrapper
.iframe-container {
	height: 596px;
}

.home-uc-inner-row .third-column .wpb_single_image .vc_figure a img {
	height: 596px;
	width: auto;
	max-width: unset;
	overflow: hidden;
}

.home-uc-inner-row .fourth-column {
	max-width: 52%;
	width: 52%;
}

.home-uc-inner-row .fourth-column .wpb_single_image,
.home-uc-inner-row .fourth-column .wpb_single_image .vc_figure,
.home-uc-inner-row .fourth-column .wpb_single_image .vc_figure a {
	max-height: 400px;
	overflow: hidden;
}

.home-uc-inner-row .fourth-column .wpb_single_image .vc_figure a img {
	height: 400px;
	width: auto;
	max-width: unset;
	overflow: hidden;
}

.home-uc-inner-row .fifth-column {
	max-width: 48%;
	padding-left: 30px;
	margin-top: 140px !important;
}

.home-uc-inner-row .fifth-column .wpb_wrapper .wpb_wrapper {
	position: relative;
	width: 100%;
}

.home-uc-inner-row .fifth-column .wpb_single_image,
.home-uc-inner-row .fifth-column .wpb_single_image .vc_figure,
.home-uc-inner-row .fifth-column .wpb_single_image .vc_figure a {
	max-height: 644px;
	overflow: hidden;
}

.home-uc-inner-row .fifth-column .wpb_single_image .vc_figure a img {
	height: 644px;
	width: auto;
	max-width: unset;
	overflow: hidden;
}

.home-uc-inner-row .fifth-column .cover_vimeo_video .iframe-container {
	position: absolute !important;
	width: 100%;
	display: inline-block;
	padding: 0 !important;
}

.home-uc-inner-row .fifth-column .cover_vimeo_video iframe {
	position: absolute;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
}

.home-uc-inner-row .fifth-column .cover_vimeo_video,
.home-uc-inner-row .fifth-column .cover_vimeo_video .wpb_wrapper,
.home-uc-inner-row
.fifth-column
.cover_vimeo_video
.wpb_wrapper
.iframe-container {
	height: 644px;
}

.home-uc-inner-row .wpb_column .wpb_single_image {
	overflow: visible;
	position: relative;
}

.home-uc-inner-row .wpb_column .wpb_single_image span.background-olay,
.home-uc-inner-row
.wpb_column
.cover_vimeo_video
.iframe-container
span.background-olay {
	width: 100%;
	height: 100%;
	background: #bfe5e6;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
}

.home-uc-inner-row .third-column .wpb_single_image span.background-olay,
.home-uc-inner-row
.third-column
.cover_vimeo_video
.iframe-container
span.background-olay {
	top: -60px;
	left: 100px;
}

.home-uc-inner-row .fourth-column .wpb_single_image span.background-olay {
	top: -70px;
	left: -63px;
}

.home-uc-inner-row .fifth-column .wpb_single_image span.background-olay,
.home-uc-inner-row
.fifth-column
.cover_vimeo_video
.iframe-container
span.background-olay {
	top: -70px;
	right: -63px;
	left: unset;
}

.home-uc-main-row .vc_column-inner .portfolio-button {
	width: 200px;
	position: absolute;
	left: 200px;
	bottom: 160px;
}
.have-video-background.services-header-section .cover_vimeo_video {
	height: 100%;
	overflow: hidden;
}
.have-video-background.services-header-section
.cover_vimeo_video.digital-video-cover
.iframe-container
iframe {
	left: 20% !important;
}
.have-video-background.services-header-section
.cover_vimeo_video.strategy-video-cover
.iframe-container
iframe {
	left: 20% !important;
}
.masonary-portfolio-section
.vc_column-inner
.portfolio-shortcode
.wf-cell:last-of-type {
	margin-bottom: 0 !important;
}
.extra-sp-content .uvc-main-heading h2 {
	font-family: "Neutra Text Bold";
	font-size: 30px;
	line-height: 170% !important;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #322625;
	margin-bottom: 20px !important;
}
.extra-sp-content .uvc-sub-heading {
	font-size: 18px;
	line-height: 150%;
	color: #322625;
	opacity: 0.7;
	letter-spacing: 0;
}

/*.home-bse-content-section {
display: none !important;
}*/

.home-bse-content-section .home-bse-heading .uvc-main-heading h6 {
	margin-bottom: 20px;
	cursor: pointer;
	font-family: "Neutra Display";
	font-style: normal;
	font-weight: 400;
	font-size: 32px;
	line-height: 138%;
	letter-spacing: 2.5px;
	text-transform: uppercase;
}

.home-bse-content-section .home-bse-heading .uvc-main-heading.active h6 {
	color: #bfe5e6;
}

.home-bse-content-section .home-bse-heading .uvc-sub-heading ul {
	list-style: none;
	margin: 0;
}

body .home-bse-content-section .home-bse-heading .uvc-sub-heading li, body .home-bse-content-section .home-bse-heading .uvc-sub-heading li a {
	font-family: 'Neutra Display';
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 1.5px !important;
	text-transform: uppercase;
	color: #322625;
}

.home-bse-content-section .home-bse-heading .uvc-sub-heading p {
	margin: 0;
}

.home-bse-content-section .home-bse-inner-row .wpb_column:nth-of-type(1) {
	width: 23%;
}

.home-bse-content-section .home-bse-inner-row .wpb_column:nth-of-type(2) {
	width: 23%;
}

.home-bse-content-section .home-bse-inner-row .wpb_column:nth-of-type(3) {
	width: 30%;
}

.home-bse-content-section .home-bse-inner-row .wpb_column:nth-of-type(4) {
	width: 24%;
}

.photo-portfolio-section.service-detail-portfolio.photo-gallery-services
.upb_row_bg {
	background: #fff !important;
}

body .cform-popup-container {
	position: fixed;
	top: 0;
	z-index: 1234;
	max-width: 100%;
	width: 100%;
	padding: 0;
	left: 0;
	transform: translate(100%, 0);
	background: #fff;
	overflow-y: auto;
	height: 100vh;
	-webkit-transition: 0.3s ease-in !important;
	-o-transition: 0.3s ease-in !important;
	transition: 0.3s ease-in !important;
}
body .cform-popup-container.fixed-position {
	position: fixed !important;
	transform: translate(0%, 0%) !important;
	-webkit-transition: 0.3s ease-in !important;
	-o-transition: 0.3s ease-in !important;
	transition: 0.3s ease-in !important;
}

body .cform-popup-container .cform-popup-inner {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height: auto;
	padding: 120px 25px 25px 25px;
	max-width: 1200px;
	margin: auto;
	position: relative;
	background: #fff;
}
body .cform-popup-container .cform-logo {
	padding: 50px 25px 5px;
	max-width: 1200px;
	margin: auto;
	position: relative;
	background: #fff;
}
body .cform-popup-container .cform-left {
	width: 57%;
	text-align: left;
}

body .cform-popup-container .cform-right {
	width: 43%;
	text-align: left;
}

body .cform-popup-container .cform-heading {
	font-family: "Neutra Text Bold";
	font-size: 30px;
	line-height: 170%;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #322625;
}

body .cform-popup-container .cform-single-address {
	width: 100%;
	display: inline-block;
	margin-bottom: 12px;
	font-family: "Neutra Text Bold";
	font-size: 18px;
	line-height: 170%;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #322625;
	text-decoration: none;
}
body .cform-popup-container .cform-single-address:hover {
	color: #bfe5e6;
}
body .cform-popup-container .cform-single-address img {
	width: 22px;
	margin-right: 10px;
	vertical-align: middle;
}
body .cform-popup-container .cform-single-address .cform-details {
	vertical-align: middle;
}
body .cform-popup-container .cform-career {
	margin-top: 70px;
}
body .cform-popup-container .cform-close-icon {
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
}
body .cform-popup-container .cform-close-icon img {
	width: 26px;
}
body .cform-popup-container .contact-form-container {
	margin-top: 30px;
}
body .cform-popup-container .contact-form-container .text-input-field {
	display: inline-block;
	width: 266px;
	padding-right: 20px;
	margin-bottom: 30px;
}
body
.cform-popup-container
.contact-form-container
.text-input-field.full-width {
	width: 560px;
}
body
.cform-popup-container
.contact-form-container
.text-input-field
.wpcf7-form-control-wrap {
	display: inline-block;
	width: 100%;
}
body .cform-popup-container .contact-form-container .text-input-field input {
	border: none;
	background: none !important;
	outline: none !important;
	margin: 0 !important;
	padding: 13px 10px 13px 0;
	border-bottom: 1px solid #888888;
	border-radius: 0;
	font-family: "Neutra Text";
	font-size: 18px;
	line-height: 170%;
	color: #322625;
	height: 45px;
	box-shadow: none !important;
}
body
.cform-popup-container
.contact-form-container
.text-input-field
input.wpcf7-validates-as-required.wpcf7-not-valid {
	border-color: #ff0000;
}
body .cform-popup-container .contact-form-container .wpcf7-list-item {
	margin: 0 !important;
}
body .cform-popup-container .contact-form-container .checkbox-field {
	margin-bottom: 60px;
	margin-top: 20px;
	display: none;
}
body .cform-popup-container .contact-form-container .checkbox-field input {
	width: 16px;
	height: 16px;
	box-shadow: none;
	outline: none;
	border: 1px solid #888888 !important;
	background-image: none;
	border-radius: 0;
	vertical-align: middle;
	margin-right: 5px;
}
body
.cform-popup-container
.contact-form-container
.checkbox-field
.wpcf7-not-valid
input {
	border: 1px solid #ff0000 !important;
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
}
body .cform-popup-container .contact-form-container .checkbox-field label {
	font-family: Neutra Text;
	font-size: 14px;
	line-height: 16px;
	color: #686868;
	letter-spacing: 0;
	vertical-align: middle;
}
body .cform-popup-container .contact-form-container .wpcf7-submit {
	width: 200px;
	font-family: "Neutra Text Bold";
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	color: #322625;
	padding: 18px 10px;
	box-shadow: none !important;
	outline: none;
	border: 1px solid #322625;
}
body .cform-popup-container .contact-form-container .submitbutton {
	display: none;
	display: inline-block;
	overflow: hidden;
	position: relative;
	margin-top: 20px;
}
body .cform-popup-container .contact-form-container .submitbutton:hover input {
	background: transparent !important;
	border-width: 1px;
	border-color: #bfe5e6 !important;
	/*color: #fff;*/
	/*border: none !important;*/
}
/*
body .cform-popup-container .contact-form-container .submitbutton:hover::before {
/*color: #fff;*/
/*    color: #322625;
}/*/
body .cform-popup-container .contact-form-container .submitbutton::before {
	content: "\f035";
	font-size: 14px;
	vertical-align: bottom;
	font-family: icomoon-the7-font !important;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	padding-left: 14px;
	position: absolute;
	line-height: 56px;
	right: 113px;
	vertical-align: middle;
}
body .cform-popup-container .contact-form-container .submitbutton::after {
	width: calc(100% - 72px);
}
body .cform-popup-container .contact-form-container .wpcf7-response-output {
	border: 0px solid #ff0000 !important;
	margin: 25px 0 0;
	background: none;
	color: #ff0000 !important;
	padding: 0;
	font-family: "Neutra Text";
	font-size: 18px;
	line-height: 170%;
	letter-spacing: 0;
}

/*Custom CSS 2021*/
.footer .sitemap-footer {
	display: none;
}

.page-id-57339 .dt-team-masonry-shortcode.dt-team-shortcode {
	display: none;
}

.page-id-57390 .width-issue {
	width: 47%;
}

/*.projects-right-side-video iframe {
width: 100%;
height: 320px;
}
.projects-bulgari-full-video iframe {
width: 100%;
height: 501px;
}*/

/* Responsive CSS */

@media (max-width: 2561px) {
	body .about-header-section-side-image {
		clip-path: polygon(
			0% 0%,
			/* top left */ 100% 0%,
			/* top left */ 0% 0%,
			/* top right */ 100% 0%,
			/* top right */ 100% 100%,
			/* bottom right */ 0% 100%,
			/* bottom right */ 100% 100%,
			/* bottom left */ 12% 100% /* bottom left */
		);
		position: absolute !important;
		top: 0;
		left: 94% !important;
		z-index: 3;
		height: 700px !important;
		min-height: 700px !important;
	}
	.about-header-section-side-image::after {
		left: 5.7%;
	}
}

@media (max-width: 2400px) {
	body .about-header-section-side-image {
		left: 88% !important;
	}
	.about-header-section-side-image::after {
		transform: rotate(-22deg);
	}
}

@media (max-width: 1980px) {
	body.page-id-57339 .home-header-background .right-layer img {
		height: 2130px !important;
	}
	body .about-header-section-side-image {
		clip-path: polygon(
			0% 0%,
			/* top left */ 100% 0%,
			/* top left */ 0% 0%,
			/* top right */ 100% 0%,
			/* top right */ 100% 100%,
			/* bottom right */ 0% 100%,
			/* bottom right */ 100% 100%,
			/* bottom left */ 15% 100% /* bottom left */
		);
		position: absolute !important;
		top: 0;
		left: 65% !important;
		z-index: 3;
		height: 700px !important;
		min-height: 700px !important;
	}
	.about-header-section-side-image::after {
		left: 7%;
	}
}

@media (max-width: 1920px) {
	body.page-id-57339 .home-header-background .right-layer img {
		height: 2050px !important;
	}
}

@media (max-width: 1870px) {
	body.page-id-57339 .home-header-background .right-layer img {
		height: 1980px !important;
	}
	.about-header-section-side-image::after {
		transform: rotate(-22deg);
	}
}

@media (max-width: 1790px) {
	body.page-id-57339 .home-header-background .right-layer img {
		height: 1890px !important;
	}
	.about-header-section-side-image::after {
		transform: rotate(-21deg);
	}
}

@media (max-width: 1700px) {
	body.page-id-57339 .home-header-background .right-layer img {
		height: 1780px !important;
	}
	.about-header-section-side-image::after {
		transform: rotate(-20deg);
	}
}

@media (max-width: 1650px) {
	body.page-id-57339 .home-header-background .right-layer img {
		height: 1700px !important;
	}
	.about-header-section-side-image::after {
		transform: rotate(-19.5deg);
	}
}

@media (max-width: 1600px) {
	body.page-id-57339 .home-header-background .right-layer img {
		height: 1650px !important;
	}
	.about-header-section-side-image::after {
		transform: rotate(-19deg);
	}
}

@media (max-width: 1500px) {
	body.page-id-57339 .home-header-background .right-layer img {
		height: 1540px !important;
	}
	.about-header-section-side-image::after {
		transform: rotate(-23deg);
		left: 9.5%;
	}
	body .about-header-section-side-image {
		clip-path: polygon(
			0% 0%,
			/* top left */ 100% 0%,
			/* top left */ 0% 0%,
			/* top right */ 100% 0%,
			/* top right */ 100% 100%,
			/* bottom right */ 0% 100%,
			/* bottom right */ 100% 100%,
			/* bottom left */ 20% 100% /* bottom left */
		);
		left: 60% !important;
	}
}

@media (max-width: 1450px) {
	body.page-id-57339 .mobile-header-bar .mobile-mini-widgets {
		padding-right: 50px;
	}
}

@media (max-width: 1400px) {
	body.page-id-57339 .mobile-header-bar .mobile-mini-widgets {
		padding-right: 100px;
	}
	.about-header-section-side-image::after {
		transform: rotate(-21deg);
	}
}

@media (max-width: 1300px) {
	body.page-id-57339 .mobile-header-bar .mobile-mini-widgets {
		padding-right: 200px;
	}
	.about-header-section-side-image::after {
		transform: rotate(-23.5deg);
		left: 11.5%;
	}
	body .about-header-section-side-image {
		clip-path: polygon(
			0% 0%,
			/* top left */ 100% 0%,
			/* top left */ 0% 0%,
			/* top right */ 100% 0%,
			/* top right */ 100% 100%,
			/* bottom right */ 0% 100%,
			/* bottom right */ 100% 100%,
			/* bottom left */ 24% 100% /* bottom left */
		);
		left: 50% !important;
	}
	.services-page
	.services-inner-row-first
	.services-inner-heading-column
	.uvc-main-heading {
		letter-spacing: 14.5px;
	}
	.home-seventh-section.about-fifth-section .cross-image-section-column::after {
		transform: rotate(-20.5deg);
	}
	.service-detail-second-section .white-outlined-text h4 {
		font-size: 64px !important;
		line-height: 111% !important;
		letter-spacing: 7px;
	}
}

@media (max-width: 1200px) {
	body.page-id-57339 .mobile-header-bar .mobile-mini-widgets {
		padding-right: 300px;
	}
}

@media (max-width: 1100px) {
	.about-header-section-side-image::after {
		transform: rotate(-22.5deg) !important;
	}
}

@media (max-width: 1050px) {
	.about-header-section-side-image::after {
		transform: rotate(-22deg) !important;
	}
}

@media (max-width: 990px) {
	.about-header-section-side-image::after {
		transform: rotate(-21deg) !important;
	}
	body .about-header-section-side-image.vc_row {
		top: 88px !important;
		left: 67% !important;
	}
	.service-detail-page.bottom-services-common-section
	.vc_row:last-of-type
	.uvc-heading.fixedpositionss {
		margin-bottom: 20px;
	}
}

@media (max-width: 950px) {
	.about-header-section-side-image::after {
		transform: rotate(-20deg) !important;
	}
}

@media (max-width: 900px) {
	.about-header-section-side-image::after {
		transform: rotate(-19deg) !important;
	}
	body .about-header-section-side-image.vc_row {
		left: 62% !important;
	}
}

@media (max-width: 850px) {
	.about-header-section-side-image::after {
		transform: rotate(-18deg) !important;
	}
}

@media (max-width: 850px) {
	.about-header-section-side-image::after {
		transform: rotate(-17deg) !important;
	}
}

@media (min-width: 1620px) {
	body.home .home-header-background .right-layer img {
		/*height: 1600px !important;*/
	}
}

@media (min-width: 779px) AND (max-width: 1370px) {
	body #main > .wf-wrap,
	#footer > .wf-wrap,
	#footer #bottom-bar > .wf-wrap {
		padding-left: 25px;
		padding-right: 25px;
	}
}

@media (min-width: 1280px) {
	.masonary-portfolio-section
	.vc_column-inner
	.portfolio-shortcode
	.wf-cell:nth-of-type(5n-3) {
		width: 668px;
		padding-left: 55px;
	}

	.masonary-portfolio-section
	.vc_column-inner
	.portfolio-shortcode
	.wf-cell:nth-of-type(5n-1) {
		width: 650px;
	}
}

@media (max-width: 1280px) {
	.have-video-background {
		min-height: 77vh;
	}
}

@media (min-width: 1200px) {
	body.home .dt-mobile-header.home-top-menu {
		right: 0 !important;
		position: absolute !important;
		transform: none !important;
		height: auto !important;
	}

	.masonary-portfolio-section .vc_column-inner .portfolio-shortcode .wf-cell {
		position: relative !important;
		left: 0 !important;
		top: 0 !important;
	}

	.masonary-portfolio-section
	.vc_column-inner
	.portfolio-shortcode
	.wf-cell:nth-of-type(5n-4) {
		max-width: 582px;
		top: 70px !important;
	}

	.masonary-portfolio-section.service-detail-portfolio
	.vc_column-inner
	.portfolio-shortcode
	.wf-cell:nth-of-type(5n-4) {
		top: 0 !important;
	}

	.masonary-portfolio-section.service-detail-portfolio
	.vc_column-inner
	.portfolio-shortcode
	.wf-cell:nth-of-type(5n-3) {
		top: 60px !important;
	}

	body.page-id-57770
	.masonary-portfolio-section.service-detail-portfolio
	.vc_column-inner
	.portfolio-shortcode
	.wf-cell:nth-of-type(5n-3),
	body.page-id-57769
	.masonary-portfolio-section.service-detail-portfolio
	.vc_column-inner
	.portfolio-shortcode
	.wf-cell:nth-of-type(5n-3) {
		padding-bottom: 60px;
	}

	.masonary-portfolio-section
	.vc_column-inner
	.portfolio-shortcode
	.wf-cell:nth-of-type(5n-4)
	.post-thumbnail-wrap,
	.masonary-portfolio-section
	.vc_column-inner
	.portfolio-shortcode
	.wf-cell:nth-of-type(5n-4)
	.post-thumbnail-wrap
	.post-thumbnail {
		max-height: 520px !important;
	}

	.masonary-portfolio-section
	.vc_column-inner
	.portfolio-shortcode
	.wf-cell:nth-of-type(5n-4)
	.post-thumbnail-wrap
	a.post-thumbnail-rollover {
		padding-bottom: 520px !important;
	}

	.masonary-portfolio-section
	.vc_column-inner
	.portfolio-shortcode
	.wf-cell:nth-of-type(5n-4)
	.post-thumbnail-wrap
	a.post-thumbnail-rollover
	img {
		height: 520px !important;
		width: auto;
		max-width: unset;
		overflow: hidden;
	}

	.masonary-portfolio-section.service-detail-portfolio
	.vc_column-inner
	.portfolio-shortcode
	.wf-cell:nth-of-type(5n-4)
	.post-thumbnail-wrap
	a.post-thumbnail-rollover
	img {
		height: 590px !important;
	}

	.masonary-portfolio-section
	.vc_column-inner
	.portfolio-shortcode
	.wf-cell:nth-of-type(5n-3)
	.post-thumbnail-wrap,
	.masonary-portfolio-section
	.vc_column-inner
	.portfolio-shortcode
	.wf-cell:nth-of-type(5n-3)
	.post-thumbnail-wrap
	.post-thumbnail,
	.masonary-portfolio-section
	.vc_column-inner
	.portfolio-shortcode
	.wf-cell:nth-of-type(5n-3)
	.post-thumbnail-wrap
	.post-thumbnail
	a.post-thumbnail-rollover
	img {
		height: 644px !important;
		width: auto;
		max-width: unset;
		overflow: hidden;
	}

	.page-id-57475
	.masonary-portfolio-section
	.vc_column-inner
	.portfolio-shortcode
	.wf-cell:nth-of-type(5n-3)
	.post-thumbnail-wrap
	.post-thumbnail
	a.post-thumbnail-rollover
	img {
		height: 750px !important;
	}

	.masonary-portfolio-section
	.vc_column-inner
	.portfolio-shortcode
	.wf-cell:nth-of-type(5n-3)
	.post-thumbnail-wrap
	a.post-thumbnail-rollover {
		padding-bottom: 644px !important;
	}

	.masonary-portfolio-section
	.vc_column-inner
	.portfolio-shortcode
	.wf-cell:nth-of-type(5n-2) {
		margin-top: 150px;
		margin-bottom: 175px;
	}

	.masonary-portfolio-section
	.vc_column-inner
	.portfolio-shortcode
	.wf-cell:nth-of-type(5n-2)
	article {
		flex-flow: nowrap !important;
		align-items: flex-end !important;
	}

	.masonary-portfolio-section
	.vc_column-inner
	.portfolio-shortcode
	.wf-cell:nth-of-type(5n-2)
	.post-entry-content {
		max-width: 300px;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
	}

	.masonary-portfolio-section
	.vc_column-inner
	.portfolio-shortcode
	.wf-cell:nth-of-type(5n-2)
	.post-thumbnail-wrap {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
		padding-left: 70px !important;
	}

	.masonary-portfolio-section
	.vc_column-inner
	.portfolio-shortcode
	.wf-cell:nth-of-type(5n-2)
	.post-thumbnail-wrap,
	.masonary-portfolio-section
	.vc_column-inner
	.portfolio-shortcode
	.wf-cell:nth-of-type(5n-2)
	.post-thumbnail-wrap
	.post-thumbnail {
		height: 596px !important;
	}

	.masonary-portfolio-section
	.vc_column-inner
	.portfolio-shortcode
	.wf-cell:nth-of-type(5n-2)
	.post-thumbnail-wrap
	a.post-thumbnail-rollover {
		padding-bottom: 596px !important;
	}

	.masonary-portfolio-section
	.vc_column-inner
	.portfolio-shortcode
	.wf-cell:nth-of-type(5n-2)
	.post-thumbnail-wrap
	a.post-thumbnail-rollover
	img {
		height: 596px !important;
		width: auto;
		max-width: unset;
		overflow: hidden;
	}

	.masonary-portfolio-section
	.vc_column-inner
	.portfolio-shortcode
	.wf-cell:nth-of-type(5n-1)
	.post-thumbnail-wrap,
	.masonary-portfolio-section
	.vc_column-inner
	.portfolio-shortcode
	.wf-cell:nth-of-type(5n-1)
	.post-thumbnail-wrap
	.post-thumbnail {
		max-height: 400px !important;
	}

	.masonary-portfolio-section
	.vc_column-inner
	.portfolio-shortcode
	.wf-cell:nth-of-type(5n-1)
	.post-thumbnail-wrap
	a.post-thumbnail-rollover {
		padding-bottom: 400px !important;
	}

	.masonary-portfolio-section
	.vc_column-inner
	.portfolio-shortcode
	.wf-cell:nth-of-type(5n-1)
	.post-thumbnail-wrap
	a.post-thumbnail-rollover
	img {
		height: 400px !important;
		width: auto;
		max-width: unset;
		overflow: hidden;
	}

	.masonary-portfolio-section
	.vc_column-inner
	.portfolio-shortcode
	.wf-cell:nth-of-type(5n) {
		max-width: 600px;
		padding-left: 55px;
		margin-top: 140px !important;
	}

	.masonary-portfolio-section
	.vc_column-inner
	.portfolio-shortcode
	.wf-cell:nth-of-type(5n)
	.post-thumbnail-wrap,
	.masonary-portfolio-section
	.vc_column-inner
	.portfolio-shortcode
	.wf-cell:nth-of-type(5n)
	.post-thumbnail-wrap
	.post-thumbnail {
		max-height: 644px !important;
	}

	.masonary-portfolio-section
	.vc_column-inner
	.portfolio-shortcode
	.wf-cell:nth-of-type(5n)
	.post-thumbnail-wrap
	a.post-thumbnail-rollover {
		padding-bottom: 644px !important;
	}

	.masonary-portfolio-section
	.vc_column-inner
	.portfolio-shortcode
	.wf-cell:nth-of-type(5n)
	.post-thumbnail-wrap
	a.post-thumbnail-rollover
	img {
		width: auto;
		max-width: unset;
		overflow: hidden;
		height: 644px;
	}

	.masonary-portfolio-section
	.vc_column-inner
	.portfolio-shortcode
	.wf-cell
	.post-thumbnail-wrap
	span.background-olay {
		width: 100%;
		height: 100%;
		background: #bfe5e6;
		position: absolute;
		z-index: -1;
		top: 0;
	}

	.masonary-portfolio-section
	.vc_column-inner
	.portfolio-shortcode
	.wf-cell:nth-of-type(5n-2)
	.post-thumbnail-wrap
	span.background-olay {
		top: -60px;
		left: 178px;
	}

	.masonary-portfolio-section
	.vc_column-inner
	.portfolio-shortcode
	.wf-cell:nth-of-type(5n-1)
	.post-thumbnail-wrap
	span.background-olay {
		top: -70px;
		left: -63px;
	}

	.masonary-portfolio-section
	.vc_column-inner
	.portfolio-shortcode
	.wf-cell:nth-of-type(5n)
	.post-thumbnail-wrap
	span.background-olay {
		top: -70px;
		right: -63px;
	}

	.masonary-portfolio-section .vc_column-inner .portfolio-button {
		width: 200px;
		position: absolute;
		left: 200px;
		bottom: 180px;
	}

	.about-sixth-section .team-list .wf-cell {
		padding-bottom: 60px !important;
	}

	.about-sixth-section
	.team-list
	.wf-cell:nth-of-type(6n-4)
	.team-container
	.team-media,
	.about-sixth-section
	.team-list
	.wf-cell:nth-of-type(6n-4)
	.team-container
	.team-media
	a.rollover {
		max-height: 266px;
	}

	.about-sixth-section
	.team-list
	.wf-cell:nth-of-type(6n-4)
	.team-container
	.team-media
	a.rollover
	img {
		position: relative;
		top: -45px;
	}

	.about-sixth-section .team-list .wf-cell:nth-of-type(5),
	.about-sixth-section .team-list .wf-cell:nth-of-type(8) {
		position: relative;
		top: -100px;
	}

	.about-sixth-section .team-list .wf-cell:nth-of-type(11),
	.about-sixth-section .team-list .wf-cell:nth-of-type(14) {
		position: relative;
		top: -200px;
	}

	.about-sixth-section .team-list .wf-cell:nth-of-type(17),
	.about-sixth-section .team-list .wf-cell:nth-of-type(20) {
		position: relative;
		top: -300px;
	}

	.about-sixth-section .team-list .wf-cell:nth-of-type(23),
	.about-sixth-section .team-list .wf-cell:nth-of-type(26) {
		position: relative;
		top: -400px;
	}

	.about-sixth-section
	.team-list
	.wf-cell:nth-of-type(6n-3)
	.team-container
	.team-media
	.background-overlay {
		top: -33px;
		left: 33px;
	}

	.about-sixth-section
	.team-list
	.wf-cell:nth-of-type(6n-2)
	.team-container
	.team-media
	.background-overlay {
		top: -33px;
		left: -33px;
	}

	/*custom css for desktop - 2021*/
	.services-digital-section .service-btn4 {
		margin-top: -20px !important;
	}

	/* .extra-sp-content.services-page.marketing-vp .services-toggle-icon {
	right: 650px;
}*/

	.extra-sp-content.services-page.marketing-vp .services-toggle-icon {
		/* right: 316px;*/
		left: 450px !important;
	}
}

@media (max-width: 1500px) {
	.home-seventh-section.cross-image-section {
		background-position: right center !important;
		background-size: 90% !important;
	}
}

@media (max-width: 1300px) {
	.home-seventh-section.cross-image-section {
		background-position: right center !important;
		background-size: 97% !important;
	}

	.services-headings h5 {
		font-size: 40px !important;
		letter-spacing: 3px;
		margin-bottom: 5px !important;
		max-width: 377px;
		word-break: break-word;
	}

	.home-seventh-section .cross-image-section-column .vc_column-inner {
		padding-bottom: 30px !important;
		padding-top: 50px !important;
	}

	.home-seventh-section
	.cross-image-section-column
	.home-seventh-section-inner-boxes {
		margin-top: 0 !important;
	}
}

@media (max-width: 1370px) {
	.home-seventh-section .cross-image-section-column::after {
		right: 83px;
	}
	.have-video-background.services-header-section
	.cover_vimeo_video
	.iframe-container {
		padding: 84.25% 0 0 0 !important;
		width: 150%;
	}
	.have-video-background.services-header-section .video-cover-image,
	.have-video-background.services-header-section .video-cover-image .vc_figure,
	.have-video-background.services-header-section
	.video-cover-image
	.vc_figure
	.vc_single_image-wrapper,
	.have-video-background.services-header-section
	.video-cover-image
	.vc_figure
	.vc_single_image-wrapper
	img {
		height: 100%;
	}
	.have-video-background.services-header-section .cover_vimeo_video {
		height: 100%;
		overflow: hidden;
	}
}

/*Tablet*/

@media (max-width: 1200px) {
	body.home .mobile-header-bar .mobile-navigation {
		display: flex;
	}

	body.home .mobile-header-bar .mobile-navigation .dt-mobile-menu-icon {
		display: flex;
		top: -10%;
	}

	.mobile-header-bar .mobile-mini-widgets {
		display: none;
	}

	body.home .dt-mobile-header {
		right: inherit;
		opacity: 0;
	}

	body.home .dt-mobile-header.home-top-menu {
		display: none;
	}

	body .dt-mobile-header.fixed-position {
		height: 100vh !important;
	}

	.floating-mobile-menu-icon .dt-mobile-menu-icon.floating-btn {
		right: 20px !important;
		top: 0 !important;
	}

	.mobile-header-bar {
		justify-content: space-between !important;
	}

	.home-header-background .right-layer img {
		height: 975px !important;
	}

	.masthead .mobile-header-bar {
		min-height: 88px;
	}

	.home-header-section {
		min-height: 431px !important;
		background-size: cover !important;
	}

	.home-header-section-column .vc_column-inner {
		padding-bottom: 62px !important;
	}

	body .home-second-section {
		padding-top: 40px !important;
	}

	.home-second-section .home-second-section-heading .uvc-heading {
		max-width: 740px;
	}

	.home-second-section
	.home-second-section-heading
	.uvc-heading
	.uvc-main-heading
	h1 {
		font-size: 65px !important;
		line-height: 72px !important;
		letter-spacing: 7px !important;
	}

	.home-second-section .home-page-second-section-dual {
		margin-top: 78px !important;
	}

	.home-second-section .home-page-second-section-dual .vc_col-sm-7,
	.home-second-section .home-page-second-section-dual .vc_col-sm-5 {
		width: 100% !important;
	}

	.home-second-section .home-second-section-image-column .wpb_single_image {
		text-align: right;
	}

	.home-second-section .home-second-section-text-column {
		ms-flex-pack: flex-end !important;
		-ms-justify-content: flex-end !important;
		justify-content: flex-end !important;
		-ms-flex-pack: flex-end !important;
	}

	.home-header-background .left-layer {
		left: -70px;
	}

	.home-second-section .home-second-section-text-column .vc_column-inner {
		margin-left: 0 !important;
		max-width: 473px;
		margin-top: -100px;
	}

	.home-second-section .home-second-section-text-column .read-more-link {
		margin-bottom: 0;
	}

	.home-second-section .home-second-section-text-column .read-more-link a {
		margin-top: 0px !important;
		margin-left: 50px !important;
	}

	body .home-fourth-section {
		padding-top: 46px !important;
		margin-bottom: 40px !important;
	}

	body .home-fifth-section {
		margin-bottom: 40px !important;
	}

	.home-fifth-section .vc_column-inner .uvc-heading h6 {
		margin-bottom: 45px !important;
	}

	.home-fifth-section .vc_column-inner .vc_inner .vc_col-sm-6 {
		width: 100%;
	}

	.home-seventh-section .uvc-heading {
		max-width: 100%;
	}

	.home-seventh-section .uvc-heading .uvc-main-heading {
		max-width: 600px;
	}

	.services-headings h5 {
		font-size: 57px !important;
		line-height: 63px !important;
		letter-spacing: 12.5px;
		max-width: 100%;
	}

	.services-headings .uvc-sub-heading {
		max-width: 100%;
	}

	.services-single-portfolio .wpb_single_image,
	.services-headings .wpb_single_image,
	.services-headings .home-side-vimeo-video {
		max-width: 100%;
		max-height: 264px;
		margin-top: 20px;
		margin-bottom: 30px;
		display: none;
	}

	.services-single-portfolio .wpb_single_image .vc_figure,
	.services-headings .wpb_single_image .vc_figure,
	.services-headings .home-side-vimeo-video .wpb_wrapper {
		max-width: 100%;
		max-height: 264px;
	}

	.services-single-portfolio
	.wpb_single_image
	.vc_figure
	.vc_single_image-wrapper,
	.services-headings .wpb_single_image .vc_figure .vc_single_image-wrapper,
	.services-headings .home-side-vimeo-video .wpb_wrapper iframe {
		max-width: 100%;
		max-height: 264px;
	}

	.services-single-portfolio
	.wpb_single_image
	.vc_figure
	.vc_single_image-wrapper
	img,
	.services-headings .wpb_single_image .vc_figure .vc_single_image-wrapper img {
		max-width: 100%;
		max-height: 264px;
	}

	.right-screen-margin {
		width: 100% !important;
		max-width: 100% !important;
		left: 0 !important;
		right: 0 !important;
	}

	.services-single-portfolio .wpb_single_image:first-of-type,
	.services-single-portfolio .wpb_single_image:nth-of-type(2),
	.services-single-portfolio .wpb_single_image:nth-of-type(3),
	.services-single-portfolio .wpb_single_image:nth-of-type(4),
	.services-single-portfolio .home-side-vimeo-video:first-of-type,
	.services-single-portfolio .home-side-vimeo-video:nth-of-type(2),
	.services-single-portfolio .home-side-vimeo-video:nth-of-type(3),
	.services-single-portfolio .home-side-vimeo-video:nth-of-type(4) {
		display: none !important;
	}

	.home-fifth-section
	.portfolio-shortcode
	.post-entry-content
	.project-links-container
	a:after {
		opacity: 1 !important;
	}

	body .home-sixth-section {
		margin-bottom: 40px !important;
	}

	.home-sixth-section .uvc-heading h4 {
		font-size: 64px !important;
		letter-spacing: 7px;
	}

	/* 	.home-sixth-section .white-outlined-text.second {
	padding-left: 100px;
} */

	body .home-seventh-section {
		margin-bottom: 60px !important;
	}

	body .home-eighth-section {
		margin-bottom: 150px !important;
	}

	.client-logo-section .portfolio-shortcode .dt-css-grid {
		grid-column-gap: 45px !important;
		grid-row-gap: 45px !important;
	}

	.hide-mobile {
		display: none;
	}

	.hide-desktop {
		display: block;
	}

	.testimonial-section .wf-cell {
		height: 100%;
	}

	.testimonial-section .wf-cell .testimonial-avatar {
		position: relative !important;
		width: 100% !important;
		max-height: 400px;
		overflow: hidden;
		max-width: 100% !important;
	}

	.testimonial-section .wf-cell .testimonial-item {
		flex-wrap: wrap;
	}

	.testimonial-section .wf-cell .content-wrap {
		width: 100% !important;
		max-width: 100%;
		padding-left: 0 !important;
	}

	.dt-testimonials-shortcode.layout-5 .testimonial-vcard {
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
		margin: 30px 0 20px;
	}

	.dt-testimonials-shortcode.layout-5 .testimonial-content {
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
	}

	.testimonial-section .paginator {
		justify-content: left;
		margin-left: 0;
		margin-top: 10px;
	}

	body .home-ninth-section {
		margin-bottom: 100px !important;
	}

	.home-ninth-section .uvc-heading h6 {
		margin-bottom: 50px !important;
	}

	#footer .wf-container {
		display: flex;
		flex-wrap: wrap;
	}

	#footer .wf-container-footer {
		padding-top: 125px;
	}

	#footer .wf-container-footer .footer-heading {
		font-size: 57px;
		line-height: 111%;
		letter-spacing: 7px;
	}

	#footer .wf-container-footer .wf-container .wf-1-7:first-child {
		margin-bottom: 80px;
	}

	.footer-buttons a {
		width: 45% !important;
		margin-right: 0;
	}

	.footer-buttons a.theme-style-button:first-of-type {
		margin-right: 9%;
	}

	#footer .wf-container-footer .wf-container .wf-1-7:first-child {
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
	}

	#footer .wf-container-footer .wf-container .wf-1-7:nth-child(2) {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
		margin-bottom: 70px;
	}

	#footer .wf-container-footer .wf-container .wf-1-7:nth-child(6) {
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
		width: 100%;
	}

	#footer .wf-container-footer .wf-container .wf-1-7:nth-child(6) ul {
		display: flex;
		flex-wrap: nowrap;
		ms-flex-pack: space-between !important;
		-ms-justify-content: space-between !important;
		justify-content: space-between !important;
		-ms-flex-pack: space-between !important;
		padding-bottom: 0;
		margin-bottom: 20px;
		border-bottom: 0;
	}

	#footer .wf-container-footer .wf-container .wf-1-7:nth-child(7) {
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
		width: 100%;
	}

	#footer .wf-container-footer .wf-container .wf-1-7:nth-child(7) ul {
		display: flex;
		flex-wrap: nowrap;
		ms-flex-pack: space-between !important;
		-ms-justify-content: space-between !important;
		justify-content: space-between !important;
		-ms-flex-pack: space-between !important;
		padding-bottom: 55px;
		margin-bottom: 20px;
		border-bottom: 1px solid #322625;
	}

	#footer .wf-container-footer .wf-container .wf-1-7:nth-child(3) {
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4;
		width: 25%;
	}

	#footer .wf-container-footer .wf-container .wf-1-7:nth-child(4) {
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5;
		width: 25%;
	}

	#footer .wf-container-footer .wf-container .wf-1-7:nth-child(5) {
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6;
		width: 25%;
	}

	#footer .wf-container-footer .wf-container .wf-1-7:nth-child(8) {
		-webkit-order: 7;
		-ms-flex-order: 7;
		order: 7;
		width: 25%;
	}

	.footer .custom-menu li ul {
		display: none !important;
	}

	.home-seventh-section.cross-image-section {
		background-size: auto 330px !important;
		background-position: top right !important;
		background-color: #fff !important;
		padding: 0 !important;
	}

	.home-seventh-section .cross-image-section-column {
		max-width: 100%;
		width: 100%;
	}

	.home-seventh-section .cross-image-section-column::after {
		left: 485px;
		top: -30px;
		width: 50px;
		height: 382px;
	}

	.home-seventh-section .cross-image-section-column .vc_column-inner {
		background-position: top left !important;
		background-size: 552px 330px !important;
	}

	.home-seventh-section .cross-image-section-column .uvc-main-heading h5 {
		font-size: 48px;
		line-height: 111%;
		letter-spacing: 7px;
		margin-top: 70px;
		margin-bottom: 150px !important;
	}

	.home-seventh-section.about-fifth-section
	.cross-image-section-column
	.uvc-main-heading
	h5 {
		font-size: 48px;
		line-height: 111%;
		letter-spacing: 7px;
		margin-top: 90px;
		margin-bottom: 136px !important;
	}

	.home-seventh-section.about-fifth-section
	.cross-image-section-column
	.uvc-heading
	.uvc-sub-heading {
		background-color: #fff;
		padding-top: 30px;
		margin-right: -25px;
		padding-right: 25px;
	}

	.home-seventh-section.cross-image-section.about-fifth-section {
		background-size: auto 60% !important;
	}

	.home-seventh-section .home-seventh-section-inner-boxes h1 {
		font-size: 140px !important;
		line-height: 111% !important;
		letter-spacing: 3px !important;
		color: #bfe5e6 !important;
	}

	.home-seventh-section-inner-boxes .vc_column_container {
		width: fit-content;
		max-width: unset !important;
		margin-right: 0;
		display: inline-block;
	}
	.masonary-portfolio-section
	.vc_column-inner
	.portfolio-shortcode
	.wf-cell
	.post-thumbnail-wrap,
	.masonary-portfolio-section
	.vc_column-inner
	.portfolio-shortcode
	.wf-cell
	.post-thumbnail-wrap
	.post-thumbnail {
		max-height: 348px !important;
	}
	.masonary-portfolio-section
	.vc_column-inner
	.portfolio-shortcode
	.wf-cell
	.post-thumbnail-wrap
	a.post-thumbnail-rollover {
		padding-bottom: 348px !important;
	}
	.masonary-portfolio-section
	.vc_column-inner
	.portfolio-shortcode
	.wf-cell
	.post-thumbnail-wrap
	a.post-thumbnail-rollover
	img {
		width: auto;
		max-width: unset;
		overflow: hidden;
	}
	.masonary-portfolio-section
	.vc_column-inner
	.portfolio-shortcode
	.wf-cell:nth-of-type(5n-3)
	.post-thumbnail-wrap,
	.masonary-portfolio-section
	.vc_column-inner
	.portfolio-shortcode
	.wf-cell:nth-of-type(5n-3)
	.post-thumbnail-wrap
	.post-thumbnail {
		max-height: 540px !important;
	}

	.masonary-portfolio-section
	.vc_column-inner
	.portfolio-shortcode
	.wf-cell:nth-of-type(5n-3)
	.post-thumbnail-wrap
	a.post-thumbnail-rollover {
		padding-bottom: 540px !important;
	}
	.masonary-portfolio-section
	.vc_column-inner
	.portfolio-shortcode
	.wf-cell:nth-of-type(5n-3)
	.post-thumbnail-wrap
	a.post-thumbnail-rollover
	img {
		width: auto;
		max-width: unset;
		overflow: hidden;
	}

	.masonary-portfolio-section
	.vc_column-inner
	.portfolio-shortcode
	.wf-cell
	.post-entry-content
	.entry-excerpt {
		width: 100%;
	}

	.masonary-portfolio-section .vc_column-inner .portfolio-shortcode .wf-cell {
		padding-bottom: 100px;
	}

	.masonary-portfolio-section
	.vc_column-inner
	.portfolio-shortcode
	.wf-cell:last-of-type {
		padding-bottom: 0;
	}

	.home-fourth-section .uvc-heading h6 {
		margin-bottom: 100px !important;
	}

	.home-fourth-section
	.portfolio-shortcode
	.post-thumbnail
	.project-links-container
	a:after {
		opacity: 1 !important;
	}

	.masonary-portfolio-section
	.vc_column-inner
	.portfolio-shortcode
	.wf-cell:nth-of-type(odd) {
		padding-right: 70px;
	}

	.masonary-portfolio-section
	.vc_column-inner
	.portfolio-shortcode
	.wf-cell:nth-of-type(even) {
		padding-left: 70px;
	}

	.masonary-portfolio-section
	.vc_column-inner
	.portfolio-shortcode
	.wf-cell
	.post-thumbnail-wrap
	span.background-olay {
		width: 100%;
		height: 100%;
		background: #bfe5e6;
		position: absolute;
		z-index: -1;
		top: 0;
	}

	.masonary-portfolio-section
	.vc_column-inner
	.portfolio-shortcode
	.wf-cell:nth-of-type(odd)
	.post-thumbnail-wrap
	span.background-olay {
		top: -50px;
		right: -50px;
	}

	.masonary-portfolio-section
	.vc_column-inner
	.portfolio-shortcode
	.wf-cell:nth-of-type(even)
	.post-thumbnail-wrap
	span.background-olay {
		top: -50px;
		left: -50px;
	}

	.home-fourth-section .btn-align-left {
		text-align: center;
	}

	.about-second-section-loh {
		left: 0;
		top: 0;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
		padding-bottom: 110px;
		width: 100%;
	}

	.about-second-section-inner1 .vc_col-sm-5 {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
		padding-left: 110px;
		padding-right: 110px;
		width: 100%;
	}

	.about-second-section .about-second-section-inner2 {
		margin-top: 50px;
	}

	.about-second-section .about-second-section-inner2 .uvc-heading {
		max-width: 100%;
		margin-bottom: 50px;
	}

	.about-second-section
	.about-second-section-inner2
	.uvc-heading
	.uvc-main-heading {
		display: none;
	}

	.about-second-section .wpb_text_column {
		margin-top: 60px !important;
		margin-bottom: 50px !important;
	}

	.about-second-section-inner2 .vc_col-sm-7 .vc_single_image-wrapper {
		max-height: 328px;
		overflow: hidden;
	}

	.about-second-section-inner2 .vc_col-sm-5 .wpb_single_image,
	.about-second-section-inner2 .vc_col-sm-5 .wpb_single_image figure,
	.about-second-section-inner2
	.vc_col-sm-5
	.wpb_single_image
	figure
	.vc_single_image-wrapper {
		max-height: 400px;
		overflow: hidden;
	}

	.about-second-section-inner2
	.vc_col-sm-5
	.wpb_single_image
	figure
	.vc_single_image-wrapper
	img {
		position: relative;
		top: -150px;
	}

	body .about-second-section {
		margin-top: 87px !important;
	}

	body .about-third-section {
		margin-top: 110px !important;
		margin-bottom: 40px !important;
	}

	.about-third-section .uvc-heading .uvc-main-heading h6 {
		/*margin-bottom: 50px !important;*/
		margin-bottom: 0px !important;
	}

	.about-third-section .vc_col-sm-7 {
		width: 55%;
	}

	.about-third-section .vc_col-sm-5 {
		width: 45%;
	}

	.about-third-section .vc_column-inner .uvc-main-heading h5 {
		font-size: 42px;
		line-height: 111%;
		letter-spacing: 12.5px;
		margin-bottom: 50px !important;
	}

	.about-fourth-section .vc_column-inner .portfolio-shortcode .wf-cell {
		display: block !important;
		opacity: 1 !important;
	}

	body .about-eighth-section {
		background-image: none !important;
		margin-bottom: 50px !important;
	}
	.about-eighth-section .vc_col-sm-3 .wpb_text_column h1 {
		font-size: 140px;
	}
	.about-eighth-section .vc_col-sm-3 {
		padding-top: 50px !important;
	}

	.about-eighth-section .uvc-heading .uvc-main-heading h6 {
		margin-bottom: 50px !important;
	}

	body .about-seventh-section {
		margin-bottom: 100px !important;
	}

	.about-seventh-section .white-outlined-text h4 {
		font-size: 64px !important;
		line-height: 111% !important;
		letter-spacing: 7px !important;
	}

	.case-study-marquee-section h3 {
		font-size: 64px !important;
		line-height: 111% !important;
		letter-spacing: 7px !important;
	}

	body .about-sixth-section {
		margin-bottom: 100px !important;
	}

	.about-sixth-section .uvc-heading .uvc-main-heading h6 {
		margin-bottom: 35px !important;
	}

	.about-sixth-section .uvc-heading {
		max-width: 100% !important;
		margin-bottom: 100px !important;
	}

	.team-list {
		padding-left: 30px;
	}

	.team-list .wf-cell {
		padding-bottom: 40px !important;
	}

	.team-list .wf-cell:nth-of-type(2n) {
		padding-left: 35px;
	}

	.team-list .wf-cell:nth-of-type(4n-2) .team-media,
	.team-list .wf-cell:nth-of-type(4n-2) .team-media a,
	.team-list .wf-cell:nth-of-type(4n-1) .team-media,
	.team-list .wf-cell:nth-of-type(4n-1) .team-media a {
		max-height: 240px;
	}

	.team-list .team-media span.background-overlay {
		top: -30px;
		left: -30px;
	}

	body .about-fifth-section {
		margin-bottom: 30px !important;
	}

	body .about-fourth-section {
		margin-bottom: 130px !important;
	}

	.about-fourth-section
	.vc_column-inner
	.portfolio-shortcode
	.wf-cell
	.post-thumbnail
	a.post-thumbnail-rollover {
		background-color: unset !important;
		background-image: unset !important;
	}

	.about-fourth-section
	.vc_column-inner
	.portfolio-shortcode
	.wf-cell
	.post-thumbnail
	a.post-thumbnail-rollover
	img {
		opacity: 1 !important;
	}

	.about-fourth-section .vc_column-inner .portfolio-shortcode .paginator {
		display: none !important;
	}

	body .services-header-section {
		background-position: bottom right !important;
		background-repeat: no-repeat !important;
		overflow: visible !important;
		min-height: 510px !important;
		background-size: cover !important;
	}

	body .services-header-section .vc_column-inner {
		padding-bottom: 0 !important;
	}

	.services-header-section-column
	.services-main-bottom-headings
	.uvc-sub-heading {
		max-width: 95%;
	}

	.services-header-section-column
	.services-main-top-headings
	.uvc-main-heading
	h1 {
		font-size: 65px;
		line-height: 111%;
		letter-spacing: 7px;
	}

	.services-header-section-column
	.services-main-bottom-headings
	.uvc-main-heading
	h1 {
		font-size: 65px;
		line-height: 111%;
		letter-spacing: 7px;
	}

	.services-header-section .services-header-section-column {
		display: none !important;
	}

	.have-video-background.services-header-section
	.services-header-section-column {
		display: block !important;
	}

	.have-video-background.services-header-section .video-cover-image,
	.have-video-background.services-header-section .cover_vimeo_video {
		display: block;
	}

	.have-video-background.services-header-section
	.services-header-section-column
	.uvc-heading {
		display: none;
	}

	.services-header-section-column .video-cover-image,
	.services-header-section-column .cover_vimeo_video {
		display: none;
	}

	.have-video-background.services-header-section
	.cover_vimeo_video
	.iframe-container {
		padding: 57.25% 0 0 0 !important;
		width: 100%;
	}

	.services-header-section-column .vc_column-inner {
		padding-bottom: 20px !important;
		padding-top: 60px;
		padding-left: 0;
		padding-right: 0;
	}

	.services-header-section-column
	.services-main-bottom-headings
	.uvc-main-heading
	h1 {
		/*color: #322625;
		-webkit-text-stroke: unset;*/
	}

	body .services-strategy-section {
		margin-top: 90px !important;
		margin-bottom: 60px !important;
	}

	body .services-creative-section {
		margin-bottom: 60px !important;
	}

	body .services-production-section {
		margin-bottom: 60px !important;
	}

	body .services-digital-section {
		margin-bottom: 100px !important;
	}

	.services-page {
		padding-left: 0;
	}

	.services-page .services-toggle-icon {
		left: -10px;
		top: 7px;
		z-index: 2;
	}
	.extra-sp-content.services-page .services-toggle-icon {
		right: 20px;
		top: 2px;
	}
	.services-page .services-inner-row-first .services-inner-heading-column {
		width: 100%;
		padding-right: inherit;
	}

	.services-page .services-inner-row-first .services-inner-image-column {
		width: 100%;
		position: initial;
	}

	.services-page
	.services-inner-row-first
	.services-inner-image-column
	.wpb_single_image,
	.services-page
	.services-inner-row-first
	.services-inner-image-column
	.services-side-vimeo-video {
		text-align: left !important;
		top: 95px;
		position: absolute;
	}

	.services-page
	.services-inner-row-first
	.services-inner-image-column
	.wpb_single_image
	figure,
	.services-page
	.services-inner-row-first
	.services-inner-image-column
	.wpb_single_image
	figure
	.vc_single_image-wrapper,
	.services-page
	.services-inner-row-first
	.services-inner-image-column
	.services-side-vimeo-video,
	.services-page
	.services-inner-row-first
	.services-inner-image-column
	.services-side-vimeo-video
	.wpb_wrapper {
		max-height: 380px;
		overflow: hidden;
	}

	.services-page
	.services-inner-row-first
	.services-inner-image-column
	.services-side-vimeo-video
	.wpb_wrapper
	iframe {
		width: 800px;
		height: 382px;
	}

	.services-page
	.services-inner-row-first
	.services-inner-heading-column
	.uvc-main-heading {
		margin-bottom: 440px;
	}

	.services-page .services-toggle-icon .vc_icon_element-inner {
		height: 47px;
	}

	.services-page
	.services-inner-row-first
	.services-inner-heading-column
	.uvc-main-heading
	h2 {
		font-size: 57px !important;
		line-height: 111% !important;
		letter-spacing: 12.5px;
		margin-bottom: 15px !important;
		padding-left: 50px;
	}

	.services-page
	.services-inner-row-first
	.services-inner-heading-column
	.uvc-sub-heading {
		max-width: 100%;
		margin-bottom: 20px;
	}

	.services-inner-row-second .wpb_text_column {
		margin-top: 40px !important;
		margin-bottom: 140px !important;
	}

	.services-inner-row-second .wf-cell {
		padding-left: 80px;
		padding-right: 80px;
	}

	.services-inner-row-second
	.wf-cell:first-of-type
	.post-thumbnail-wrap
	.background-overlay {
		top: -60px;
		left: -60px;
	}

	.services-inner-row-second
	.wf-cell:last-of-type
	.post-thumbnail-wrap
	.background-overlay {
		top: -60px;
		left: 60px;
	}

	.services-accordion {
		width: 100%;
	}

	.services-inner-row-second .services-accordion:nth-of-type(1) {
		margin-top: 60px !important;
	}

	.services-inner-row-second .portfolio-shortcode {
		margin-top: 150px !important;
	}

	.masonary-portfolio-section.service-detail-portfolio
	.vc_column-inner
	.portfolio-shortcode
	.paginator-more-button
	.button-load-more {
		left: unset;
		bottom: 0;
	}

	body .service-detail-second-section {
		margin-top: 60px !important;
		margin-bottom: 40px !important;
	}

	.service-detail-second-section .white-outlined-text h4 {
		font-size: 45px !important;
		line-height: 111% !important;
		letter-spacing: 7px;
	}
	.services-menu-wrapper .services-menu-container a.menu-link {
		padding-right: 30px;
	}
	.services-menu-wrapper
	.services-menu-container
	.services-sublinks
	a.submenu-link {
		margin-right: 30px;
	}
	.masonary-portfolio-section.service-detail-portfolio .portfolio-shortcode {
		margin-top: 90px;
	}
	body.single-portfolio .fancy-header {
		grid-area: unset !important;
	}
	body.single-portfolio .fancy-header .fancy-title-head {
		display: none;
	}
	body.single-portfolio .fancy-title-head {
		max-width: 100%;
		margin-top: 60px;
		padding: 0 20px;
	}
	body.single-portfolio .fancy-title-head .fancy-subtitle {
		font-family: Neutra Text Bold;
		font-size: 14px;
		line-height: 17px;
		color: #322625;
		text-transform: uppercase;
		margin-bottom: 30px;
	}
	body.single-portfolio .fancy-title-head .fancy-title {
		font-family: Neutra Display;
		font-size: 65px;
		line-height: 111%;
		letter-spacing: 7px;
		text-transform: uppercase;
		margin-bottom: 50px;
	}
	body.single-portfolio .fancy-title-head .fancy-excerpt {
		font-family: Neutra Text;
		font-size: 18px;
		line-height: 170%;
		letter-spacing: 0;
		max-width: 100%;
	}
	body.single-portfolio #main > .wf-wrap {
		padding: 0 16px;
	}
	body .case-study-inner-first-column {
		margin: 70px 0 25px !important;
		-webkit-flex-wrap: wrap !important;
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.cs-first-image-column .wpb_single_image {
		max-width: 100%;
		max-height: unset;
		overflow: hidden;
	}
	.cs-first-image-column .wpb_single_image .wpb_wrapper,
	.cs-first-image-column
	.wpb_single_image
	.wpb_wrapper
	.vc_single_image-wrapper {
		max-height: 256px;
		overflow: hidden;
	}
	.cs-first-text-column .projects-top-right-video {
		margin-top: 50px;
	}
	.cs-first-text-column {
		max-width: 100%;
		width: 100%;
		padding-left: 0;
	}
	.cs-first-image-column {
		width: 100%;
	}
	.cs-first-text-column .wpb_single_image {
		max-width: 318px;
		max-height: 400px;
		overflow: hidden;
		margin-bottom: 30px;
	}
	.cs-first-text-column .wpb_single_image .wpb_wrapper,
	.cs-first-text-column
	.wpb_single_image
	.wpb_wrapper
	.vc_single_image-wrapper {
		max-height: 400px;
		overflow: hidden;
	}
	.cs-first-text-column .wpb_text_column {
		display: none;
	}
	.cs-first-cloned-text-column {
		letter-spacing: 0;
		padding: 0 25px;
	}
	/*.cs-first-cloned-text-column .wpb_wrapper {
	padding: 0 25px;
}*/
	.cs-first-cloned-text-column h5 {
		font-family: Neutra Text Bold;
		font-size: 20px;
		line-height: 150%;
		color: #322625;
		letter-spacing: 0;
		margin-bottom: 15px;
		text-transform: uppercase;
	}
	body .case-study-inner-second-column {
		margin-top: 50px !important;
		margin-bottom: 80px !important;
	}
	body .case-study-inner-third-column {
		margin-top: 50px !important;
		margin-bottom: 50px !important;
		-webkit-flex-wrap: wrap-reverse !important;
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	body .case-study-inner-third-column .wpb_raw_html.extraspace {
		margin-bottom: 50px !important;
	}
	body .case-study-inner-third-column .wpb_text_column.extraspace {
		margin-bottom: 50px !important;
	}
	body .mob-marg-b-zero,
	body .mob-marg-b-zero .vc_column-inner {
		margin-bottom: 0 !important;
	}
	body .mob-marg-t-zero,
	body .mob-marg-t-zero .vc_column-inner {
		margin-top: 0 !important;
	}
	body .elsofr {
		margin-bottom: 70px !important;
		margin-top: 70px !important;
	}
	.cs-second-image-column .wpb_single_image,
	.cs-second-image-column .wpb_single_image .wpb_wrapper,
	.cs-second-image-column .vc_single_image-wrapper {
		max-height: 305px;
		overflow: hidden;
	}
	.cs-third-text-column {
		margin-bottom: 50px !important;
	}
	.cs-third-text-column .wpb_text_column {
		max-width: 100%;
	}
	body .case-study-inner-fourth-column {
		margin-top: 50px !important;
		margin-bottom: 50px !important;
	}
	body .single-portfolio-slider {
		width: 100% !important;
		margin-top: 100px !important;
		margin-bottom: 100px !important;
	}
	.common-portfolio-carousel article {
		-ms-flex-flow: column wrap !important;
		flex-flow: column wrap !important;
		max-width: 546px;
		margin: 0 auto;
		align-items: center;
	}
	.common-portfolio-carousel article .post-entry-content .entry-title {
		margin-bottom: 50px !important;
		margin-top: 45px;
		left: 0;
		font-size: 36px;
		line-height: 40px;
		letter-spacing: 7px;
		height: 160px;
		overflow: hidden;
	}
	.rtl.sub-service .common-portfolio-carousel article .post-entry-content .entry-title {
		height: auto;
	}
	.common-portfolio-carousel article .post-entry-content {
		text-align: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 0 !important;
	}
	.common-portfolio-carousel article .post-entry-content .entry-meta {
		-ms-flex-pack: center;
		-ms-justify-content: center;
		justify-content: center;
		display: none;
	}
	.common-portfolio-carousel article .post-thumbnail-wrap {
		max-width: 100%;
		min-width: 100%;
	}
	.common-portfolio-carousel .owl-nav {
		text-align: center;
		top: 0;
		margin-top: 20px;
		display: none;
	}
	.common-portfolio-carousel article .category-link {
		font-family: Neutra Text Bold;
		font-size: 14px;
		line-height: 17px;
		text-transform: uppercase;
		margin-bottom: 35px;
		text-decoration: none;
	}
	body .video-portfolio-section {
		margin-bottom: 80px !important;
	}
	body .about-header-section {
		z-index: 2;
		height: 375px !important;
		min-height: 375px !important;
	}
	body .about-header-section-side-image {
		top: 0px;
		height: 375px !important;
		min-height: 375px !important;
		clip-path: polygon(
			0% 0%,
			/* top left */ 100% 0%,
			/* top left */ 0% 0%,
			/* top right */ 100% 0%,
			/* top right */ 100% 100%,
			/* bottom right */ 0% 100%,
			/* bottom right */ 100% 100%,
			/* bottom left */ 14% 100% /* bottom left */
		);
		left: 71% !important;
	}
	body.page-id-57339 .home-header-background .right-layer img {
		height: 890px !important;
	}
	.about-header-section-side-image::after {
		transform: rotate(-24deg);
		left: 6%;
	}
	body.single-portfolio
	.cs-first-image-column
	.wpb_single_image
	.vc_figure-caption {
		position: absolute;
		top: 280px;
		left: 25px;
		margin: 0;
		line-height: 0px;
		text-align: left;
	}
	body.single-portfolio
	.cs-first-text-column
	.wpb_single_image
	.vc_figure-caption {
		right: -180px;
	}
	body.single-portfolio
	.cs-second-image-column
	.wpb_single_image
	.vc_figure-caption {
		top: 330px;
		width: auto;
		right: unset;
		transform: unset;
		-webkit-transform: unset;
	}
	body.single-portfolio
	.cs-third-image-column
	.wpb_single_image
	.vc_figure-caption {
		top: 200px;
		width: 400px;
		left: -170px;
	}
	.cs-third-image-column .wpb_single_image {
		padding-left: 0px;
	}
	body .contact-first-row {
		margin-top: 60px !important;
		margin-bottom: 70px !important;
	}
	body .contact-second-row {
		margin-bottom: 70px !important;
	}
	.contact-inner-row-first .contact-inner-heading-column .uvc-main-heading h2 {
		font-size: 42px !important;
		line-height: 111%;
		margin-bottom: 30px !important;
	}
	.contact-toggle-icon .vc_icon_element-inner {
		height: 46px !important;
	}
	#multi-step-form .desktop-info-text {
		display: none;
	}
	#multi-step-form .fw-wizard-button-container {
		display: block !important;
	}
	#multi-step-form .fw-wizard-button-container .fw-button-previous {
		display: none !important;
	}
	#multi-step-form .fw-wizard-button-container .fw-wizard-buttons {
		margin-top: 0 !important;
	}
	#multi-step-form .fw-wizard-button-container button {
		background: #bfe5e6 !important;
		font-family: Neutra Text Bold;
		font-size: 14px !important;
		line-height: 17px !important;
		text-align: center;
		letter-spacing: 2.5px !important;
		color: #322625 !important;
		padding: 0 12px !important;
		height: 50px !important;
		width: auto !important;
		text-transform: uppercase;
	}
	#multi-step-form .fw-wizard-step-container .fw-wizard-step .fw-btn-submit {
		display: block;
		background: #bfe5e6 !important;
		font-family: Neutra Text Bold;
		font-size: 14px !important;
		line-height: 17px !important;
		text-align: center;
		letter-spacing: 2.5px !important;
		color: #322625 !important;
		padding: 0 12px !important;
		height: 50px !important;
		width: auto !important;
		margin: 0 !important;
		text-transform: uppercase;
	}
	.about-second-section .about-second-section-inner2 .vc_col-sm-7 {
		width: 100%;
	}
	.about-second-section .about-second-section-inner2 .vc_col-sm-5 {
		width: 100%;
		right: -50px;
	}
	.about-services-headings .uvc-sub-heading h5 a {
		letter-spacing: 9.5px !important;
		font-size: 38px !important;
		line-height: 43px !important;
	}
	.about-services-headings .uvc-sub-heading {
		/*margin-bottom: 30px !important;*/
		margin-bottom: 0px !important;
		line-height: 0px !important;
		/*line-height: 47px !important;*/
	}
	body .cs-style-second .cs-third-text-column {
		margin-bottom: 0 !important;
		margin-top: 25px;
	}
	.case-study-inner-mess-images-column .vc_col-sm-7,
	.case-study-inner-mess-images-column .vc_col-sm-5 {
		display: inline-block;
	}
	body.home .white-outlined-text.scroll-right {
		margin-left: -370px;
	}
	.about-seventh-section .white-outlined-text.scroll-right {
		margin-left: -420px;
	}
	.services-headings .uvc-sub-heading p {
		max-width: 100%;
	}
	.home-fourth-section .portfolio-button {
		margin: auto;
	}

	/* 	body .case-study-marquee-section {
	margin-bottom: 0 !important;
} */
	.case-study-marquee-section #scrolletext-container {
		height: 82px;
	}
	body.home .services-headings .portfolio-shortcode {
		display: none;
	}
	.home-uc-inner-row .first-column {
		margin-bottom: 120px;
	}
	.home-uc-inner-row .second-column .vc_column-inner {
		padding-left: 35px;
	}
	.home-uc-inner-row .third-column {
		margin-top: 60px;
		margin-bottom: 100px;
	}
	.home-uc-inner-row .third-column .wpb_text_column {
		max-width: 100%;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
	.home-uc-inner-row .third-column .cover_vimeo_video {
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
		padding-left: 0 !important;
		width: 100%;
	}
	.home-uc-inner-row
	.third-column
	.cover_vimeo_video
	.wpb_wrapper
	.iframe-container {
		padding: 0 !important;
		position: relative !important;
		margin-right: 60px !important;
	}
	.home-uc-inner-row .third-column .wpb_wrapper {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: wrap;
		-ms-flex-flow: wrap;
		flex-flow: wrap;
	}
	.home-uc-inner-row
	.third-column
	.vc_column-inner
	.wpb_text_column
	.wpb_wrapper {
		bottom: 0;
	}
	.home-uc-inner-row .fourth-column .wpb_single_image span.background-olay {
		top: -35px;
		left: -35px;
	}
	.home-uc-inner-row .fourth-column {
		padding-left: 35px;
	}
	.home-uc-inner-row .fifth-column {
		padding-left: 20px;
		padding-right: 35px;
	}
	.home-uc-inner-row .fifth-column .wpb_single_image span.background-olay,
	.home-uc-inner-row
	.fifth-column
	.cover_vimeo_video
	.iframe-container
	span.background-olay {
		top: -35px;
		right: -35px;
	}
	.home-uc-inner-row .third-column .wpb_single_image span.background-olay,
	.home-uc-inner-row
	.third-column
	.cover_vimeo_video
	.iframe-container
	span.background-olay {
		left: 60px;
	}
	body .extra-sp-content {
		margin-bottom: 80px !important;
	}
	.home-bse-content-section .home-bse-inner-row .wpb_column {
		width: 50% !important;
	}
	.home-bse-content-section .home-bse-inner-row .wpb_column:nth-of-type(1),
	.home-bse-content-section .home-bse-inner-row .wpb_column:nth-of-type(2) {
		margin-bottom: 50px;
	}
	body .home-bse-content-section {
		margin-bottom: 100px !important;
	}
	body .cform-popup-container .cform-left {
		width: 60%;
	}
	body .cform-popup-container .cform-right {
		width: 40%;
	}
	body .cform-popup-container .contact-form-container {
		padding-right: 50px;
	}
	body .cform-popup-container .contact-form-container .text-input-field {
		width: 100%;
		padding-right: 0;
	}
	body
	.cform-popup-container
	.contact-form-container
	.text-input-field.full-width {
		width: 100%;
		padding-right: 0;
	}
	body .service-detail-third-section.page-template-row {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
		margin-top: 50px !important;
		margin-bottom: 0px !important;
	}
	body .case-study-inner-first-column.page-template-row {
		margin-top: 40px !important;
	}
	body.page-template-default .cs-first-cloned-text-column {
		padding: 0 !important;
	}
	body .case-study-inner-third-column.page-template-row {
		margin-bottom: 40px !important;
	}
	body .case-study-inner-third-column.page-template-row .vc_col-sm-6 {
		width: 100% !important;
	}
	body
	.case-study-inner-third-column.page-template-row
	.cs-third-image-column
	.vc_column-inner {
		padding-left: 0 !important;
	}
	body
	.case-study-inner-third-column.page-template-row
	.cs-third-image-column
	.vc_column-inner
	.wpb_single_image {
		margin-bottom: 0 !important;
	}
}

@media (max-width: 900px) {
	.services-page
	.services-inner-row-first
	.services-inner-image-column
	.wpb_single_image,
	.services-page
	.services-inner-row-first
	.services-inner-image-column
	.services-side-vimeo-video {
		top: 100px;
	}
	.services-page
	.services-inner-row-first
	.services-inner-heading-column
	.uvc-main-heading {
		margin-bottom: 420px;
	}
	.have-video-background.services-header-section
	.video-cover-image
	.vc_figure
	.vc_single_image-wrapper
	img {
		position: relative;
		left: -150px;
	}
	.have-video-background.services-header-section
	.cover_vimeo_video
	.iframe-container {
		padding: 78.25% 0 0 0 !important;
		width: 100%;
	}
	.services-page
	.services-inner-row-first
	.services-inner-image-column
	.services-side-vimeo-video
	.wpb_wrapper
	iframe {
		width: 720px;
		height: 350px;
	}
	.home-fourth-section .uvc-heading h6 {
		margin-bottom: 70px !important;
	}
	.home-uc-inner-row .first-column {
		max-width: 49.56%;
		top: 0px !important;
		display: inline-block;
	}
	.home-uc-inner-row .second-column {
		max-width: 50.44%;
		width: 50.44%;
		display: inline-block;
	}
	.home-uc-inner-row .fourth-column {
		display: inline-block;
	}
	.home-uc-inner-row .fifth-column {
		padding-left: 0px;
		display: inline-block;
		margin-top: 0 !important;
	}
	.home-uc-main-row .vc_column-inner .portfolio-button {
		width: 200px;
		position: absolute;
		justify-content: center;
		left: 50%;
		transform: translateX(-50%) !important;
		bottom: -100px;
	}

	/*.home-uc-main-row .vc_column-inner .portfolio-button span {
	margin-left:22%;
}*/
	body .home-fourth-section {
		padding-bottom: 100px;
	}
	body .home-fourth-section.service-detail-portfolio {
		padding-bottom: 0 !important;
	}
	.cs-third-image-column .vc_column-inner {
		padding-left: 25px !important;
	}
	.services-menu-wrapper .services-menu-container a.menu-link {
		font-size: 28px;
	}
}

/*Mobile*/

@media (max-width: 767px) {
	.masthead .mobile-header-bar {
		min-height: 80px;
	}
	.show-mobile-logo .branding img.mobile-logo,
	.show-mobile-logo.show-device-logo .branding img.mobile-logo,
	.show-device-logo .branding img,
	.show-mobile-logo .mobile-branding img.mobile-logo,
	.show-mobile-logo.show-device-logo .mobile-branding img.mobile-logo,
	.show-device-logo .mobile-branding img,
	.transparent .mobile-branding img.mobile-desktop-logo {
		max-width: 159px;
	}
	.home-header-background .right-layer img {
		height: 700px !important;
	}
	.extra-sp-content.services-page.creative-vp .services-toggle-icon,
	.extra-sp-content.services-page.dpp-vp .services-toggle-icon {
		/*right: unset;*/
		/*left: unset;*/
	}

	.services_sub-heading .uvc-main-heading {
		margin-top: 30px !important;
	}
	/*.home-header-background .right-layer {
	right: -80px;
}*/
	body .home-header-section {
		min-height: 260px !important;
		background-size: cover !important;
		background-position: center !important;
	}
	.home-second-section
	.home-second-section-heading
	.uvc-heading
	.uvc-main-heading
	h1 {
		font-size: 36px !important;
		line-height: 111% !important;
	}
	.home-second-section .home-page-second-section-dual {
		margin: 0;
		margin-top: 40px !important;
	}
	.home-second-section .home-second-section-text-column .vc_column-inner {
		max-width: 100%;
		margin-top: 0px;
	}
	.home-second-section-heading .home-second-section-text-column .uvc-heading {
		padding: 40px 0 20px;
	}
	.home-second-section .home-second-section-text-column .read-more-link a {
		margin-left: 0 !important;
	}
	.home-second-section .home-second-section-image-column .wpb_single_image {
		text-align: left;
	}
	.home-second-section .home-second-section-image-column .wpb_single_image img {
		width: 283px;
	}
	.home-header-background .left-layer {
		display: none;
	}
	body .home-fourth-section {
		padding-top: 0 !important;
	}
	.home-fifth-section .vc_column-inner .uvc-heading h6 {
		margin-bottom: 36px !important;
	}
	.services-headings h5 {
		font-size: 30px !important;
		letter-spacing: 5px;
		line-height: 47px !important;
	}
	.services-single-portfolio .wpb_single_image,
	.services-headings .wpb_single_image,
	.services-headings .home-side-vimeo-video {
		max-height: 212px;
	}
	body.home .services-headings .wpb_single_image,
	body.home .services-headings .home-side-vimeo-video {
		display: none;
	}
	.services-single-portfolio .wpb_single_image .vc_figure,
	.services-headings .wpb_single_image .vc_figure,
	.services-headings .home-side-vimeo-video .wpb_wrapper {
		max-height: 212px;
	}
	.services-single-portfolio
	.wpb_single_image
	.vc_figure
	.vc_single_image-wrapper,
	.wpb_single_image .services-headings .vc_figure .vc_single_image-wrapper,
	.services-headings .home-side-vimeo-video .wpb_wrapper iframe {
		max-height: 212px;
	}
	.services-single-portfolio
	.wpb_single_image
	.vc_figure
	.vc_single_image-wrapper
	img,
	.wpb_single_image .services-headings .vc_figure .vc_single_image-wrapper img {
		max-height: 212px;
	}
	.home-sixth-section .uvc-heading h4 {
		font-size: 34px !important;
		letter-spacing: 7px;
	}
	.client-logo-section .portfolio-shortcode .dt-css-grid {
		grid-column-gap: 30px !important;
		grid-row-gap: 30px !important;
	}
	.home-eighth-section .uvc-heading h4 {
		margin-bottom: 50px !important;
	}
	body .home-eighth-section {
		margin-bottom: 40px !important;
	}
	.home-ninth-section .uvc-heading h6 {
		margin-bottom: 30px !important;
	}
	.testimonial-section .wf-cell .testimonial-avatar {
		max-height: 206px;
		margin-bottom: 0 !important;
	}
	body .home-ninth-section {
		margin-bottom: 60px !important;
	}
	.testimonial-section .paginator {
		justify-content: center;
	}
	#footer .wf-container-footer .footer-heading {
		font-size: 36px;
		margin-bottom:40px;
	}
	#footer .wf-container-footer {
		padding-top: 60px;
		padding-bottom: 0;
	}
	#footer .wf-container-footer .wf-container .wf-1-7:first-child {
		margin-bottom: 40px;
	}
	.footer-buttons a.theme-style-button {
		margin-right: 0 !important;
		margin-bottom: 30px;
		width: 100% !important;
	}
	#footer .wf-container-footer .wf-container .wf-1-7:nth-child(2) {
		margin-bottom: 30px;
	}
	#footer .wf-container-footer .wf-container .wf-1-7:nth-child(6) ul {
		padding-bottom: 0;
		flex-wrap: wrap;
	}
	#footer .wf-container-footer .wf-container .wf-1-7:nth-child(7) ul {
		padding-bottom: 49px;
		flex-wrap: wrap;
	}
	#footer .wf-container-footer .wf-container .wf-1-7:nth-child(3),
	#footer .wf-container-footer .wf-container .wf-1-7:nth-child(4),
	#footer .wf-container-footer .wf-container .wf-1-7:nth-child(5),
	#footer .wf-container-footer .wf-container .wf-1-7:nth-child(8) {
		width: 50%;
	}
	#footer .wf-container-footer .wf-container .wf-1-7:nth-child(8) {
		text-align: left;
	}
	.footer .custom-menu li {
		padding-right: 30px;
	}
	.home-seventh-section .home-seventh-section-inner-boxes h1 {
		font-size: 70px !important;
	}
	body .home-seventh-section {
		margin-bottom: 30px !important;
	}
	.home-seventh-section .cross-image-section-column .vc_column-inner {
		padding-top: 40px;
	}
	.home-seventh-section .cross-image-section-column .uvc-main-heading h5 {
		margin-top: 0 !important;
		margin-bottom: 30px !important;
		font-size: 32px;
	}
	.home-seventh-section .uvc-heading {
		margin-top: 160px;
	}
	.home-seventh-section .cross-image-section-column .vc_column-inner {
		background-size: 50% 165px !important;
	}
	.home-seventh-section
	.cross-image-section-column
	.vc_column-inner
	.vc_column-inner {
		padding: 0px;
		text-align: center;
	}
	.home-seventh-section.cross-image-section {
		background-size: auto 164px !important;
	}
	.home-seventh-section.cross-image-section.about-fifth-section {
		background-size: auto 164px !important;
	}
	.home-seventh-section.about-fifth-section .cross-image-section-column::after {
		transform: rotate(-19.5deg);
	}
	.home-seventh-section .cross-image-section-column::after {
		left: 42%;
		top: -35px;
		width: 40px;
		height: 220px;
	}
	.masonary-portfolio-section
	.vc_column-inner
	.portfolio-shortcode
	.wf-cell:nth-of-type(odd) {
		padding-right: 45px;
	}
	.masonary-portfolio-section
	.vc_column-inner
	.portfolio-shortcode
	.wf-cell:nth-of-type(odd)
	.post-thumbnail-wrap
	span.background-olay {
		top: -35px;
		right: -35px;
	}
	.masonary-portfolio-section
	.vc_column-inner
	.portfolio-shortcode
	.wf-cell:nth-of-type(even) {
		padding-left: 45px;
	}
	.masonary-portfolio-section
	.vc_column-inner
	.portfolio-shortcode
	.wf-cell:nth-of-type(even)
	.post-thumbnail-wrap
	span.background-olay {
		top: -35px;
		left: -35px;
	}
	.home-fourth-section .uvc-heading h6 {
		margin-bottom: 30px !important;
	}
	.masonary-portfolio-section
	.vc_column-inner
	.portfolio-shortcode
	.wf-cell
	.post-thumbnail-wrap
	.post-thumbnail {
		overflow: hidden;
	}
	.masonary-portfolio-section
	.vc_column-inner
	.portfolio-shortcode
	.wf-cell
	.post-thumbnail-wrap
	.post-thumbnail
	a.post-thumbnail-rollover {
		min-width: 500px;
	}
	.masonary-portfolio-section
	.vc_column-inner
	.portfolio-shortcode
	.wf-cell
	.post-thumbnail-wrap
	.post-thumbnail
	a.post-thumbnail-rollover
	img {
		height: 348px !important;
		width: auto;
		max-width: unset;
		overflow: hidden;
	}
	.masonary-portfolio-section .vc_column-inner .portfolio-shortcode .wf-cell {
		padding-bottom: 70px;
	}
	.masonary-portfolio-section
	.vc_column-inner
	.portfolio-shortcode
	.wf-cell
	.post-entry-content
	.entry-title {
		margin-bottom: 0;
	}
	.masonary-portfolio-section
	.vc_column-inner
	.portfolio-shortcode
	.wf-cell:nth-of-type(5n-3)
	.post-thumbnail-wrap,
	.masonary-portfolio-section
	.vc_column-inner
	.portfolio-shortcode
	.wf-cell:nth-of-type(5n-3)
	.post-thumbnail-wrap
	.post-thumbnail {
		max-height: 348px !important;
	}
	.masonary-portfolio-section
	.vc_column-inner
	.portfolio-shortcode
	.wf-cell:nth-of-type(5n-3)
	.post-thumbnail-wrap
	a.post-thumbnail-rollover {
		padding-bottom: 348px !important;
	}
	.masonary-portfolio-section
	.vc_column-inner
	.portfolio-shortcode
	.wf-cell:nth-of-type(5n-3)
	.post-thumbnail-wrap
	a.post-thumbnail-rollover
	img {
		width: auto;
		max-width: unset;
		overflow: hidden;
	}
	.home-fourth-section .btn-align-left a {
		width: 100% !important;
	}
	body.page-id-57339 .home-header-background {
		display: none;
	}
	body .about-header-section {
		display: none !important;
	}
	body .about-header-section-side-image {
		display: none !important;
	}
	body .about-second-section {
		margin-top: 50px !important;
	}
	.about-second-section .about-second-section-loh .uvc-main-heading h6 {
		font-size: 36px;
		line-height: 111%;
		letter-spacing: 7px;
	}
	.about-second-section-loh {
		padding-bottom: 60px;
	}
	.about-second-section .image-bg-overlay span.background-overlay {
		left: -25px;
		top: -25px;
	}
	.about-second-section-inner1 .vc_col-sm-5 {
		padding-left: 25px;
		padding-right: 0;
	}
	.about-second-section .about-second-section-inner2 .vc_col-sm-5 {
		right: 0;
	}
	.about-second-section .image-bg-overlay .vc_single_image-wrapper {
		max-height: 188px;
		overflow: hidden;
	}
	.about-second-section-inner2 .vc_col-sm-7 .vc_single_image-wrapper {
		max-height: 216px;
	}
	.about-second-section .wpb_text_column {
		margin-top: 50px !important;
	}
	.about-second-section .dt-btn {
		width: 100% !important;
	}
	body .about-third-section {
		margin-top: 100px !important;
		margin-bottom: 40px !important;
	}
	.about-third-section .vc_col-sm-7,
	.about-third-section .vc_col-sm-5 {
		width: 100%;
	}
	.about-third-section .vc_column-inner .uvc-main-heading h5 {
		font-size: 34px;
		letter-spacing: 9.5px;
	}
	.about-services-headings .uvc-sub-heading h5:after {
		content: "";
		/*background: url(./images/service_heading_hover_image.png);*/
		background-color: #fec933;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: right;
		position: absolute;
		bottom: 7px !important;
		width: 100%;
		right: 0;
		height: 16px !important;
		z-index: -1;
	}
	.about-fourth-section .uvc-heading h6 {
		margin-bottom: 56px !important;
	}
	.client-logo-section .portfolio-shortcode .dt-css-grid .post-entry-content {
		padding: 10px 25px 10px 25px !important;
	}
	.about-seventh-section .white-outlined-text h4 {
		line-height: 111% !important;
		letter-spacing: 7px !important;
		font-size: 34px !important;
	}
	.case-study-marquee-section h3 {
		line-height: 111% !important;
		letter-spacing: 7px !important;
		font-size: 34px !important;
	}
	/* 	.white-outlined-text.second {
	padding-left: 70px;
} */
	body .about-sixth-section {
		margin-bottom: 150px !important;
	}
	.about-eighth-section .vc_col-sm-6 .vc_column-inner {
		padding-right: 25px;
	}
	.about-eighth-section .vc_col-sm-3 {
		max-width: 150px;
	}
	.about-eighth-section .vc_col-sm-3 .wpb_text_column h1 {
		font-size: 90px;
	}
	.mobile-hidden {
		display: none;
	}
	.desktop-hidden {
		display: block !important;
	}
	.team-list {
		padding-left: 0;
	}
	.team-list .owl-stage-outer .dt-owl-item {
		padding-left: 34px;
		padding-top: 30px;
	}
	.about-sixth-section .uvc-heading {
		margin-bottom: 70px !important;
	}
	body .services-header-section {
		background-position: bottom right 0 !important;
		max-height: 350px !important;
		height: 350px !important;
		min-height: 350px !important;
		-webkit-align-content: center;
		-ms-flex-line-pack: center;
		align-content: center;
		background-size: cover !important;
	}
	.services-header-section-column
	.services-main-bottom-headings
	.uvc-main-heading
	h1 {
		display: none;
	}
	body .services-header-section .services-header-section-column {
		bottom: 0;
	}
	.services-header-section-column
	.services-main-top-headings
	.uvc-main-heading
	h1 {
		font-size: 36px;
	}
	.services-header-section-column
	.services-main-bottom-headings
	.uvc-sub-heading {
		max-width: 100%;
	}
	body .services-strategy-section,
	body .services-creative-section,
	body .services-production-section {
		margin-bottom: 50px !important;
	}
	/*.services-page .services-inner-image-column .wpb_single_image .vc_single_image-wrapper {
	background-repeat: no-repeat;
	background-size: cover !important;
	width: 100%;
	background-position: top center;
	height: 212px;
}
	.services-page .services-inner-image-column .wpb_single_image .vc_single_image-wrapper img {
	display: none;
}*/
	.services-page .services-inner-image-column .wpb_single_image,
	.services-page .services-inner-image-column .wpb_single_image .wpb_wrapper,
	.services-page .services-inner-image-column .services-side-vimeo-video,
	.services-page
	.services-inner-image-column
	.services-side-vimeo-video
	.wpb_wrapper {
		width: 100%;
	}

	.services-page
	.services-inner-row-first
	.services-inner-image-column
	.wpb_single_image,
	.services-page
	.services-inner-row-first
	.services-inner-image-column
	.services-side-vimeo-video {
		top: 100px;
	}
	.services-page .services-toggle-icon {
		display: none;
	}
	.extra-sp-content.services-page .strategy-icon {
		top: -2px !important;
	}

	.extra-sp-content.services-page .services-toggle-icon {
		display: block;
	}

	.extra-sp-content.services-page .production-plus-icon {
		top: none !important;
	}
	.marketing-toggle-icon {
		right: -65px !important;
	}

	/*.services-page .services-inner-row-first .services-inner-image-column .wpb_single_image .services-toggle-icon, 
	.services-page .services-inner-row-first .services-inner-image-column .services-side-vimeo-video .services-toggle-icon*/
	.services-page .vc_row .services-toggle-icon,
	.services-page .vc_row .services-toggle-icon {
		width: 60px;
		/*height: 60px;*/
		height: 58px;
		left: 0px;
		bottom: 0;
		/*top: unset;*/
		top: 5px;
		background: #bfe5e6;
		color: #fff !important;
		display: block;
	}
	.services-page.services-digital-section .vc_row .services-toggle-icon {
		top: -1px;
	}

	/*.services-page .services-inner-row-first .services-inner-image-column .wpb_single_image .services-toggle-icon span, 
	.services-page .services-inner-row-first .services-inner-image-column .services-side-vimeo-video .services-toggle-icon span*/
	.services-page .vc_row .services-toggle-icon span,
	.services-page .vc_row .services-toggle-icon span {
		color: #fff !important;
		line-height: 60px !important;
		bottom: -50%;
	}
	/*.services-page .services-inner-row-first .services-inner-image-column .services-side-vimeo-video .wpb_wrapper {
	height: 160px;
}*/

	.services-page
	.services-inner-row-first
	.services-inner-image-column
	.services-side-vimeo-video
	.wpb_wrapper
	iframe {
		width: 100%;
		height: 100%;
	}
	.services-page
	.services-inner-row-first
	.services-inner-heading-column
	.uvc-main-heading
	h2 {
		padding-left: 0;
	}
	.services-page
	.services-inner-row-first
	.services-inner-heading-column
	.uvc-main-heading
	h2 {
		font-size: 30px !important;
		letter-spacing: 7px;
	}
	.services-page .services-inner-row-second .dt-btn {
		width: 100%;
		margin-top: 40px !important;
	}
	.services-inner-row-second
	.wf-cell:first-of-type
	.post-thumbnail-wrap
	.background-overlay {
		top: -40px;
		left: -40px;
	}
	.services-inner-row-second
	.wf-cell:last-of-type
	.post-thumbnail-wrap
	.background-overlay {
		top: -40px;
		left: 40px;
	}
	.services-inner-row-second .wf-cell:first-of-type {
		padding-left: 20px;
		padding-right: 0;
	}
	.services-inner-row-second .wf-cell:last-of-type {
		padding-right: 20px;
		padding-left: 0;
	}
	.dyn-margin-right {
		margin-right: 0 !important;
	}
	.dyn-margin-left {
		margin-left: 0 !important;
	}
	.services-inner-row-second .wpb_text_column {
		margin-top: 30px !important;
		margin-bottom: 90px !important;
	}
	.services-inner-row-second .portfolio-shortcode {
		margin-top: 110px !important;
	}
	.services-inner-row-second .portfolio-shortcode .dt-css-grid {
		grid-row-gap: 90px !important;
	}
	.services-inner-row-second .services-accordion:nth-of-type(1) {
		margin-top: 40px !important;
	}
	.services-accordion .vc_toggle_title h4 {
		font-size: 17px;
	}
	.services-accordion .vc_toggle_icon {
		top: 15px !important;
	}
	.service-detail-second-section .white-outlined-text h4 {
		font-size: 34px !important;
		line-height: 111% !important;
		letter-spacing: 7px;
	}
	body .service-detail-third-section {
		padding-top: 20px !important;
	}
	.services-menu-wrapper .services-menu-container a.menu-link {
		padding-right: 0;
		padding-top: 20px;
		width: 100%;
	}

	.services-menu-wrapper .services-menu-container a.menu-link {
		font-size: 20px;
		line-height: 22px;
		letter-spacing: 2px;
	}
	.extra-sp-content .uvc-main-heading h2 {
		font-size: 20px !important;
		line-height: 22px !important;
		letter-spacing: 2px !important;
	}
	.services-menu-wrapper .services-menu-container a.menu-link .menu-title {
		vertical-align: middle;
	}
	body .services-menu-wrapper .services-menu-container a.menu-link .item-count {
		top: 15px !important;
		float: left;
		margin-right: 15px;
		vertical-align: middle;
	}
	.services-menu-wrapper {
		margin-bottom: 0;
	}
	.services-menu-wrapper .services-menu-container a.menu-link {
		font-size: 20px;
		line-height: 22px;
		letter-spacing: 2px;
	}
	.services-menu-wrapper
	.services-menu-container
	a.menu-link.has-submenu
	.menu-title:after {
		content: "\f053";
		font-size: 16px;
		vertical-align: top;
		font-family: icomoon-the7-font !important;
		text-transform: none;
		-webkit-font-smoothing: antialiased;
		margin-left: 14px;
		display: inline-block;
	}
	.services-menu-wrapper
	.services-menu-container
	a.menu-link.has-submenu.active
	.menu-title:after {
		transform: rotate(90deg) !important;
	}
	body .services-menu-wrapper .services-menu-container a.menu-link .item-count {
		top: 4px !important;
		line-height: 20px;
		font-size: 9px;
		height: 20px;
		width: 20px;
	}
	body .service-detail-second-section {
		margin-top: 50px !important;
		margin-bottom: 30px !important;
	}
	.masonary-portfolio-section.service-detail-portfolio
	.vc_column-inner
	.portfolio-shortcode
	.paginator-more-button
	.button-load-more {
		width: 100%;
	}
	.service-detail-page.bottom-services-common-section .vc_row .uvc-heading h3 {
		font-size: 28px;
		line-height: 111%;
		letter-spacing: 10.5px;
		word-break: break-all;
	}
	.service-detail-page.bottom-services-common-section .dt-btn {
		padding-bottom: 0;
	}
	body .photo-portfolio-section {
		padding-bottom: 30px !important;
	}
	.portfolio-load-more-button .button-load-more {
		width: 100%;
	}
	.services-menu-wrapper .services-menu-container .services-sublinks {
		position: relative;
		bottom: 0;
		left: 35px;
	}
	.mobile-services-header h1 {
		margin-top: 90px;
		font-size: 36px;
		line-height: 111%;
		letter-spacing: 7px;
		margin-bottom: 10px !important;
	}
	.mobile-services-subheader {
		margin-top: 30px;
		font-family: Neutra Text;
		letter-spacing: 0;
	}
	body .case-study-inner-first-column {
		margin: 50px 0 25px !important;
		-webkit-flex-wrap: wrap !important;
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	/* 	.cs-first-text-column {
	margin-top: 80px;
} */
	.cs-first-image-column .wpb_single_image {
		max-width: 100%;
	}
	.cs-first-text-column .wpb_single_image {
		max-width: 100%;
		max-height: 100%;
	}
	.cs-first-text-column .wpb_single_image .wpb_wrapper,
	.cs-first-text-column
	.wpb_single_image
	.wpb_wrapper
	.vc_single_image-wrapper {
		max-height: 100%;
		padding-right: 20px;
	}
	body .single-portfolio-slider {
		padding-right: 25px;
		padding-left: 25px;
		margin-bottom: 70px !important;
	}
	.common-portfolio-carousel article .post-entry-content .dt-btn {
		width: 99%;
	}
	body.single-portfolio .fancy-title {
		font-size: 36px;
		line-height: 111%;
		letter-spacing: 7px;
		padding-top: 100px;
		padding-left: 20px;
		padding-right: 20px;
	}
	body.single-portfolio .fancy-header {
		padding-top: 0 !important;
		background-position: bottom right 0 !important;
		max-height: 350px !important;
		height: 350px !important;
		min-height: 350px !important;
		-webkit-align-content: center;
		-ms-flex-line-pack: center;
		align-content: center;
		background-size: cover !important;
	}
	body.single-portfolio .fancy-excerpt {
		letter-spacing: 0;
		padding-top: 25px;
		padding-left: 25px;
		padding-right: 25px;
	}
	.services-menu-wrapper
	.services-menu-container
	.services-sublinks
	a.submenu-link {
		opacity: 0.5;
	}
	.wonderplugin-gridgallery-loadmore-btn {
		width: 100%;
		margin: 0 !important;
	}
	body.single-portfolio
	.cs-first-text-column
	.wpb_single_image
	.vc_figure-caption {
		right: -170px;
	}
	body.single-portfolio
	.cs-second-image-column
	.wpb_single_image
	.vc_figure-caption {
		bottom: -30px;
		top: unset;
	}
	.contact-first-row,
	.contact-second-row {
		padding-left: 0;
	}
	.contact-inner-row-first .contact-inner-heading-column .uvc-main-heading h2 {
		word-break: break-word;
	}
	.contact-toggle-icon {
		position: absolute;
		left: unset;
		font-size: 11px;
		right: 10px;
		z-index: 2;
	}
	#multi-step-form
	.fw-progress-bar-container
	.fw-progress-wrap
	.fw-progress-bar
	.fw-progress-step {
		padding: 0 !important;
	}
	body .service-detail-page.bottom-services-common-section {
		background-position: left bottom !important;
		background-size: cover !important;
	}
	/* 	body .cs-style-second .cs-first-text-column {
	margin-top: 44px;
} */
	body .cs-style-second .cs-first-text-column .wpb_single_image {
		margin-bottom: 20px;
	}
	body .cs-style-second .cs-first-text-column.dyn-padding-right {
		padding-right: 0 !important;
	}
	.cs-style-second .cs-first-text-column .wpb_single_image .wpb_wrapper,
	.cs-style-second
	.cs-first-text-column
	.wpb_single_image
	.wpb_wrapper
	.vc_single_image-wrapper {
		padding-right: 0 !important;
	}
	.cs-first-cloned-text-column h5 {
		font-family: Neutra Text Bold;
		font-size: 20px;
		line-height: 150%;
		color: #322625;
		letter-spacing: 0;
		margin-bottom: 25px;
		text-transform: uppercase;
	}
	/*body .cs-style-second.cs-style-second .case-study-inner-second-column{
	margin-bottom: 50px !important;
}*/
	.cs-style-second .cs-third-image-column .wpb_single_image {
		padding-left: 0;
	}

	.cs-style-second .cs-third-image-column .vc_column-inner {
		padding-left: 25px !important;
	}
	.cs-style-second.case-study-inner-fifth-column .vc_column-inner {
		padding-right: 25px !important;
	}
	.case-study-inner-mess-images-column .vc_col-sm-7,
	.case-study-inner-mess-images-column .vc_col-sm-5 {
		width: 100%;
		margin-bottom: 30px;
	}
	.case-study-inner-mess-images-column .vc_inner {
		margin-bottom: 0 !important;
	}
	body.home .white-outlined-text.scroll-right {
		margin-left: -350px;
	}
	.about-seventh-section .white-outlined-text.scroll-right {
		margin-left: -400px;
	}
	.home-seventh-section.about-fifth-section
	.cross-image-section-column
	.uvc-main-heading
	h5 {
		margin-bottom: 30px !important;
	}
	.team-list.bullets-small-dot-stroke .owl-dot:focus {
		outline: none !important;
	}
	.team-list.bullets-small-dot-stroke .owl-dot.active {
		box-shadow: none !important;
		-webkit-box-shadow: none !important;
	}
	.team-list.bullets-small-dot-stroke .owl-dot.active span {
		transform: scale(1);
	}
	.home-seventh-section-inner-boxes .vc_column_container .wpb_text_column p {
		font-size: 12px;
		text-align: center;
	}
	body .case-study-marquee-section {
		margin-bottom: 0 !important;
	}
	.case-study-marquee-section #scrolletext-container {
		height: 42px;
	}
	.cs-first-cloned-text-column .wpb_wrapper {
		padding: 0;
	}
	.home-header-section-column .vc_column-inner a.theme-style-button {
		display: none;
	}
	.home-mobile-button-link {
		z-index: 111;
		margin-top: 40px;
	}
	.home-mobile-button-link a {
		padding: 0 !important;
		font-family: Neutra Text Bold;
		font-size: 14px !important;
		line-height: 17px !important;
		letter-spacing: 2.5px;
		text-transform: uppercase;
		color: #322625 !important;
		width: 100% !important;
		text-align: left;
		text-decoration: underline;
		z-index: 111;
		border: none !important;
	}
	.home-mobile-button-link a i {
		display: none;
	}
	.home-mobile-button-link a:after {
		display: none !important;
	}
	.astudio-reel-page-row {
		margin: 40px 0 70px;
	}
	.astudio-reel-page-row .vc_column-inner {
		padding: 0;
	}
	body .sitemap-page-row {
		margin-top: 60px !important;
		margin-bottom: 70px !important;
	}
	.sitemap-page-row .uvc-heading h2 {
		letter-spacing: 9px;
		margin-bottom: 40px !important;
		font-size: 50px !important;
		line-height: 57px !important;
	}
	.have-video-background .video-cover-image {
		top: 10px;
	}
	.have-video-background.services-header-section .cover_vimeo_video {
		height: 100%;
		overflow: hidden;
		top: 0;
	}
	.about-second-section-inner2
	.vc_col-sm-5
	.wpb_single_image
	figure
	.vc_single_image-wrapper
	img {
		top: 0;
	}
	body .home-fifth-section {
		margin-top: 0px !important;
	}
	.home-uc-inner-row .first-column {
		margin-bottom: 0;
	}
	.home-uc-inner-row .second-column {
		margin-bottom: 80px;
	}
	.home-uc-inner-row .first-column,
	.home-uc-inner-row .second-column,
	.home-uc-inner-row .fourth-column,
	.home-uc-inner-row .fifth-column {
		max-width: 100%;
		width: 100%;
	}
	.home-uc-inner-row .second-column {
		padding-top: 50px;
	}
	.home-uc-inner-row .second-column .vc_column-inner {
		padding-left: 25px;
	}
	.home-uc-inner-row
	.third-column
	.cover_vimeo_video
	.wpb_wrapper
	.iframe-container {
		margin-right: 30px !important;
	}
	.home-uc-inner-row .third-column .wpb_single_image span.background-olay,
	.home-uc-inner-row
	.third-column
	.cover_vimeo_video
	.iframe-container
	span.background-olay {
		left: 30px;
		top: -30px;
	}
	.home-uc-inner-row .fourth-column .wpb_single_image span.background-olay {
		top: -25px;
		left: -25px;
	}
	.home-uc-inner-row .fourth-column {
		padding-left: 25px;
		padding-bottom: 75px;
	}
	.home-uc-inner-row .fifth-column .wpb_single_image span.background-olay,
	.home-uc-inner-row
	.fifth-column
	.cover_vimeo_video
	.iframe-container
	span.background-olay {
		top: -25px;
		right: -25px;
	}
	.home-uc-inner-row .fifth-column {
		padding-left: 0;
		padding-right: 25px;
	}
	.home-uc-inner-row .third-column {
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.services-single-portfolio-headings .services-headings .vc_icon_element-icon {
		line-height: 47px;
	}
	.home-fourth-section .btn-align-left {
		text-align: center;
		padding-left: 25px;
		padding-right: 25px;
		position: relative;
	}
	.home-bse-content-section .home-bse-inner-row .wpb_column {
		width: 100% !important;
	}
	.home-bse-content-section .home-bse-inner-row .wpb_column:nth-of-type(1),
	.home-bse-content-section .home-bse-inner-row .wpb_column:nth-of-type(2),
	.home-bse-content-section .home-bse-inner-row .wpb_column:nth-of-type(3) {
		margin-bottom: 20px;
	}
	body .home-bse-content-section {
		margin-bottom: 35px !important;
	}
	.services-single-portfolio-headings .services-headings p {
		left: 0;
	}
	.page-id-57475
	.service-detail-portfolio.masonary-portfolio-section
	.vc_column-inner
	.portfolio-shortcode
	.wf-cell:nth-of-type(2)
	.post-thumbnail-wrap
	a.post-thumbnail-rollover
	img {
		left: 0;
		transform: translateX(0);
	}
	.service-detail-second-section .white-outlined-text.scroll-right {
		margin-left: -220px;
	}
	.have-video-background.services-header-section
	.cover_vimeo_video.digital-video-cover
	.iframe-container
	iframe,
	.have-video-background.services-header-section
	.cover_vimeo_video.strategy-video-cover
	.iframe-container
	iframe {
		left: 0 !important;
	}
	#footer .wf-container-footer .wf-container .wf-1-7:nth-child(6) ul {
		ms-flex-pack: flex-start !important;
		-ms-justify-content: flex-start !important;
		justify-content: flex-start !important;
		-ms-flex-pack: flex-start !important;
		margin-bottom: 0;
	}
	#footer .wf-container-footer .wf-container .wf-1-7:nth-child(7) ul {
		ms-flex-pack: flex-start !important;
		-ms-justify-content: flex-start !important;
		justify-content: flex-start !important;
		-ms-flex-pack: flex-start !important;
		margin-bottom: 0;
	}
	#footer .wf-container-footer .wf-container .wf-1-7:nth-child(3) {
		border-top: 1px solid #322625;
		padding-top: 60px;
		width: 100%;
	}
	#footer .wf-container-footer .wf-container .wf-1-7:nth-child(4) {
		padding-top: 20px;
		width: 100%;
		margin-bottom: 60px;
	}
	.footer .custom-menu li {
		padding-right: 0;
		margin-bottom: 30px;
	}
	.footer .custom-menu li a {
		font-family: "Neutra Text Bold";
		font-size: 20px;
		line-height: 124.3%;
		letter-spacing: 3.66453px;
		text-transform: uppercase;
		color: #3f3b38;
	}
	#footer
	.wf-container-footer
	.wf-container
	.wf-1-7:nth-child(6)
	.custom-menu
	li:nth-of-type(2) {
		min-width: 50%;
	}
	#footer
	.wf-container-footer
	.wf-container
	.wf-1-7:nth-child(7)
	.custom-menu
	li:nth-of-type(2) {
		min-width: 40%;
	}
	/*.have-video-background.services-header-section .video-cover-image, .have-video-background.services-header-section .video-cover-image .vc_figure, .have-video-background.services-header-section .video-cover-image .vc_figure .vc_single_image-wrapper, .have-video-background.services-header-section .video-cover-image .vc_figure .vc_single_image-wrapper img {
	height: 104%;
}
	.have-video-background.services-header-section .video-cover-image .vc_figure .vc_single_image-wrapper {
	overflow: hidden;
}
	.have-video-background.services-header-section .video-cover-image .vc_figure .vc_single_image-wrapper img {
	position: relative;
	top: -14%;
	overflow: hidden;
}
	.have-video-background.services-header-section .cover_vimeo_video .iframe-container {
	padding: 113.25% 0 0 0 !important;
	width: 208%;
}
	.have-video-background.services-header-section .cover_vimeo_video .iframe-container iframe {
	top: -40px !important;
}*/
	#footer .wf-container-footer .wf-container .wf-1-7:nth-child(6) {
		width: 45%;
	}
	#footer .wf-container-footer .wf-container .wf-1-7:nth-child(7) {
		width: 50%;
	}
	#footer .wf-container-footer .wf-container .wf-1-7:nth-child(7) ul {
		border-bottom: none;
	}
	#footer .wf-container-footer #presscore-contact-info-widget-5 .widget-info {
		padding-top: 35px;
	}
	#footer .wf-container-footer #presscore-contact-info-widget-5 .widget-title {
		display: none;
	}
	.footer .widget-title {
		font-size: 20px;
		margin-bottom: 20px;
	}
	body .cform-popup-container .cform-popup-inner {
		padding: 70px 15px 30px 15px;
	}
	body .cform-popup-container .cform-left {
		width: 100%;
	}
	body .cform-popup-container .cform-right {
		width: 100%;
		margin-top: 10px;
		margin-bottom: 60px;
	}
	body .cform-popup-container .cform-logo {
		padding: 50px 15px 5px;
	}
	body .cform-popup-container .cform-close-icon {
		right: 15px;
	}
	body .cform-popup-container .cform-popup-inner {
		-webkit-flex-flow: wrap;
		-ms-flex-flow: wrap;
		flex-flow: wrap;
	}
	body .cform-popup-container .contact-form-container {
		padding-right: 0;
	}
	body .cform-popup-container .contact-form-container .checkbox-field {
		margin-bottom: 40px;
		margin-top: 15px;
	}
	body .cform-popup-container .contact-form-container .submitbutton {
		width: 100%;
	}
	body .cform-popup-container .contact-form-container .submitbutton input {
		width: 100%;
	}
	body
	.cform-popup-container
	.contact-form-container
	.submitbutton
	.ajax-loader {
		margin-top: 20px;
	}
	body .cform-popup-container .contact-form-container .submitbutton::after {
		width: 100%;
		height: calc(100% - 53px);
	}
	body .cform-popup-container .contact-form-container .submitbutton::before {
		right: 28%;
	}
	body .cform-popup-container .contact-form-container .wpcf7-response-output {
		margin: -20px 0 40px 0;
	}
	body .cform-popup-container .cform-career {
		margin-top: 30px;
	}
	.cs-first-text-column .projects-top-right-video {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	.about-sixth-section .owl-dots {
		left: 35% !important;
		transform: translateX(calc(-30% + 0px)) !important;
	}
	.service-detail-page.bottom-services-common-section
	.vc_row
	.btn-align-left
	a {
		padding: 10px 0 5px !important;
	}
	.have-video-background.services-header-section .video-cover-image {
		display: none;
	}
	.have-video-background.services-header-section
	.cover_vimeo_video
	.iframe-container {
		padding: 68% 0 0 0 !important;
		width: 120%;
	}
	body .services-header-section.have-video-background {
		max-height: 260px !important;
		height: 260px !important;
		min-height: 260px !important;
		margin-top: 30px;
	}
	.have-video-background.services-header-section
	.cover_vimeo_video
	.mobile-services-line {
		position: absolute;
		z-index: 1;
		height: 100%;
		/*left: -185px;*/
	}
	.have-video-background.services-header-section .vc_column-inner {
		padding-top: 0px !important;
	}
	.have-video-background .cover_vimeo_video {
		position: relative;
	}
	.wonderplugin-gridgallery-item-text
	.wonderplugin-gridgallery-item-wrapper
	.wonderplugin-gridgallery-item-description {
		padding-right: 35px;
	}
	.page-template-row .services-menu-wrapper {
		padding-bottom: 0;
	}
	.page-template-row
	.services-menu-wrapper
	.services-menu-container
	.services-sublinks {
		left: 0;
	}
	body .case-study-inner-first-column.page-template-row .cs-first-text-column {
		display: none;
	}
}

/*Custom css 2021*/
@media (max-width: 468px) {
	/*sitemap in footer */
	.footer .sitemap-footer {
		font-size: 20px;
		letter-spacing: 3.66453px;
		text-transform: uppercase;
		color: #3f3b38;
		float: right;
		font-weight: bold;
		display: block;
	}

	/*.custom-menu .sitemap-menu {
	display: none;
}*/

	/*astudio logo footer*/
	.wp-image-57380 {
		height: 100px !important;
		width: 50%;
		float: right;
		bottom: 0px;
	}

	.services-page
	.services-toggle-icon.vc_icon_element.vc_icon_element-outer
	.vc_icon_element-inner
	.vc_icon_element-icon {
		line-height: 2.3 !important;
	}

	.services-page .default-btn-shortcode.dt-btn {
		margin-left: 70px;
	}
	.hover-scale .post-thumbnail-rollover:after,
	.hover-scale .post:after {
		padding-bottom: 100%;
		-webkit-transform: scale(0);
		transform: scale(0);
		-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1),
			opacity 0.2s;
		transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s;
	}
	.portfolio-button {
		padding: 10px 25px !important;
		align-items: center !important;
		justify-content: center !important;
	}
}

@media (max-width: 320px) {
	.home-seventh-section.about-fifth-section .cross-image-section-column::after {
		transform: rotate(-16.5deg);
	}
	.have-video-background.services-header-section
	.cover_vimeo_video
	.iframe-container {
		padding: 125.25% 0 0 0 !important;
		width: 258%;
	}
	.have-video-background.services-header-section .cover_vimeo_video {
		height: 100%;
		overflow: hidden;
		top: 0;
	}
	.home-seventh-section .home-seventh-section-inner-boxes h1 {
		font-size: 50px !important;
	}
	/*.services-page .services-inner-row-first .services-inner-image-column .services-side-vimeo-video .wpb_wrapper {
	height: 140px;
}*/
	.footer .custom-menu li {
		padding-right: 30px;
	}
	#footer
	.wf-container-footer
	.wf-container
	.wf-1-7:nth-child(6)
	.custom-menu
	li:nth-of-type(5) {
		padding-right: 0;
	}
	#footer
	.wf-container-footer
	.wf-container
	.wf-1-7:nth-child(7)
	.custom-menu
	li:nth-of-type(2) {
		min-width: 30%;
	}
	#footer
	.wf-container-footer
	.wf-container
	#presscore-contact-info-widget-5
	a:nth-of-type(1) {
		margin-right: 25px;
	}
	#footer .wf-container-footer #presscore-contact-info-widget-5 .widget-info {
		padding-top: 20px;
	}
	.footer .custom-menu li a {
		font-size: 16px;
	}
	.footer .custom-menu li {
		padding-right: 0;
		margin-bottom: 25px;
	}
	.hover-scale .post-thumbnail-rollover:after,
	.hover-scale .post:after {
		padding-bottom: 100%;
		-webkit-transform: scale(0);
		transform: scale(0);
		-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1),
			opacity 0.2s;
		transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s;
	}
}

@media (min-width: 1601px) {
	.masonary-portfolio-section
	.vc_column-inner
	.portfolio-shortcode
	.wf-cell:nth-of-type(5n-2)
	.post-thumbnail-wrap
	a.post-thumbnail-rollover
	img {
		height: auto !important;
		width: 100%;
	}
	body .home-fifth-section {
		max-width: 1390px;
	}
	.white-outlined-text.scroll-right {
		margin-left: 0;
		text-align: center !important;
	}
	.white-outlined-text.second {
		text-align: center !important;
	}
	.home-seventh-section.cross-image-section {
		background-size: 72% !important;
	}
	.testimonial-section
	.wf-cell:nth-child(odd)
	.testimonial-avatar
	.testimonial-thumb
	img {
		max-width: 800px;
	}
	.service-detail-second-section .white-outlined-text {
		text-align: center !important;
	}
	.services-page
	.services-inner-row-first
	.services-inner-heading-column
	.uvc-sub-heading {
		max-width: 85%;
	}
	.home-seventh-section.about-fifth-section.cross-image-section {
		background-size: 50% !important;
	}
	body .single-portfolio-slider {
		right: -50% !important;
		transform: translateX(-50%);
		max-width: 1600px;
	}
	body .case-study-inner-first-column .wpb_single_image {
		text-align: right;
	}
	.services-page {
		max-width: 1400px;
	}
	.masonary-portfolio-section
	.vc_column-inner
	.portfolio-shortcode
	.wf-cell:nth-of-type(5n-2) {
		max-width: 1490px;
		width: 100%;
	}
	.services-page .services-inner-row-second {
		margin-right: 0 !important;
	}
	.masonary-portfolio-section
	.vc_column-inner
	.portfolio-shortcode
	.wf-cell:nth-of-type(5n-2)
	.post-thumbnail-wrap
	span.background-olay {
		left: 140px;
		width: calc(100% - 70px);
	}
	body.postid-58253
	.case-study-inner-first-column.cs-style-second
	.wpb_single_image
	figure
	img {
		max-width: 800px;
	}

	/*custom css for big screens - 2021 */
	/*.have-video-background .uvc-heading {
	left: -120px;
}*/

	.have-video-background .uvc-heading {
		left: -300px;
	}
}
/*body.page-id-57826 .iso-item:nth-child(even){
display: none;
}*/

@media only screen and (min-width: 767px) {
	.wpcf7-form .portfolio-button {
		padding-left: 63px !important;
		width: 200px !important;
	}

	.hidden-desktop {
		display: none !important;
	}
	.extra-sp-content.services-page .production-plus-icon {
		top: -110px;
	}
	.page-id-57423 .services-toggle-icon {
		right: 216px !important;
	}

	.hover-scale .post-thumbnail-rollover:after,
	.hover-scale .post:after {
		padding-bottom: 100%;
		-webkit-transform: scale(0);
		transform: scale(0);
		-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1),
			opacity 0.2s;
		transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s;
	}
}
.services-inner-row-second {
	font-size: 18px;
	letter-spacing: 0;
	color: #322625;
	opacity: 0.7;
	line-height: 31px;
}

.page-id-57423 .services-inner-row-second a,
.page-id-57423 .services-inner-row-second a:hover {
	color: #fec933 !important;
}

.home .icomoon-the7-font-the7-arrow-35 {
	vertical-align: bottom !important;
}

.page-id-57546 .mobile-mini-widgets a {
	display: none;
}

/* .page-id-57546 #main {
padding-left: 50px;
} */

.page-id-57546 span.icomoon-the7-font-the7-arrow-35 {
	position: absolute;
	margin-top: 22px;
	margin-left: 30px;
	/*left: 0;*/
	width: 45px;
	height: 45px;
	line-height: 45px;
	border-radius: 0px;
	border: 1px solid #322625;
	color: #322625;
	text-align: center;
	cursor: pointer;
}
.production-page-second-line {
	padding-left: 18% !important;
}

.case-studies-second {
	margin-left: 220px;
}

.exponential-growth {
	margin-left: 251px !important;
}

a,
a:hover {
	color: #fec933;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
	.production-page-second-line {
		padding-left: 23.5% !important;
	}
	.exponential-growth {
		margin-left: 335px !important;
	}
	.page-id-57475
	.service-detail-second-section
	.white-outlined-text.scroll-right {
		margin-left: 130px !important;
	}
	.strategy-text {
		margin-left: -25px !important;
	}
	.page-id-57339 .white-outlined-text.scroll-right {
		margin-left: -7%;
	}
	.case-studies-second {
		margin-left: 45px !important;
	}
	.page-id-57339 .vc_custom_1600174810384 .uvc-heading {
		text-align: center !important;
	}
	.home
	.mini-contacts.email.show-on-desktop.near-logo-first-switch.near-logo-second-switch.show-on-first-switch.first.last {
		position: relative;
		left: -12px;
	}
}

@media screen and (min-width: 769px) and (max-width: 2560px) {
	.first-switch-logo-left.first-switch-menu-right
	.mobile-header-bar
	.mobile-navigation {
		margin-left: unset;
	}
}

@media screen and (min-width: 769px) and (max-width: 1400px) {
	.mobile-mini-widgets a.first {
		left: 1%;
	}
}
.btn-align-center > a {
	justify-content: center;
}

#content > article > .project-info-box {
	display: none !important;
}


.margin-left-min-60{
	margin-left: -60px;
}

.letter-spacing-20-h2 h2{
	letter-spacing: 20px;
}

.custom-button-style-without-jquery-effect{
	padding: 15px !important;
    width: 182px !important;
    height: 55px;
    display: flex !important;
    align-items: center !important;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 120%;
    text-align: center;
    letter-spacing: 2px;
    box-shadow: none !important;
    font-family: 'Neutra Text';
	overflow: hidden !important;
}

.custom-button-style-without-jquery-effect:after{
	position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: inherit;
	background: var(--the7-accent-color) !important;
	background: #fff;
    -webkit-transition: all 0.5s ease-in-out !important;
    transition: all 0.5s ease-in-out !important;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: -1;
}

.custom-button-style-without-jquery-effect:hover:after{
	-webkit-transform: translateX(0%);
    transform: translateX(0%);
}