/* Fonts */

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/* Titles */
@font-face {
    font-family: 'akrobat';
    src: url('../fonts/akrobat/akrobat-black-webfont.eot');
    src: url('../fonts/akrobat/akrobat-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/akrobat/akrobat-black-webfont.woff2') format('woff2'),
         url('../fonts/akrobat/akrobat-black-webfont.woff') format('woff'),
         url('../fonts/akrobat/akrobat-black-webfont.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

/* Text */
@font-face {
    font-family: 'montserrat';
    src: url('../fonts/montserrat/montserrat-bold-webfont.eot');
    src: url('../fonts/montserrat/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/montserrat/montserrat-bold-webfont.woff2') format('woff2'),
         url('../fonts/montserrat/montserrat-bold-webfont.woff') format('woff'),
         url('../fonts/montserrat/montserrat-bold-webfont.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'montserrat';
    src: url('../fonts/montserrat/montserrat-bolditalic-webfont.eot');
    src: url('../fonts/montserrat/montserrat-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/montserrat/montserrat-bolditalic-webfont.woff2') format('woff2'),
         url('../fonts/montserrat/montserrat-bolditalic-webfont.woff') format('woff'),
         url('../fonts/montserrat/montserrat-bolditalic-webfont.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'montserrat';
    src: url('../fonts/montserrat/montserrat-italic-webfont.eot');
    src: url('../fonts/montserrat/montserrat-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/montserrat/montserrat-italic-webfont.woff2') format('woff2'),
         url('../fonts/montserrat/montserrat-italic-webfont.woff') format('woff'),
         url('../fonts/montserrat/montserrat-italic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'montserrat';
    src: url('../fonts/montserrat/montserrat-light-webfont.eot');
    src: url('../fonts/montserrat/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/montserrat/montserrat-light-webfont.woff2') format('woff2'),
         url('../fonts/montserrat/montserrat-light-webfont.woff') format('woff'),
         url('../fonts/montserrat/montserrat-light-webfont.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'montserrat';
    src: url('../fonts/montserrat/montserrat-lightitalic-webfont.eot');
    src: url('../fonts/montserrat/montserrat-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/montserrat/montserrat-lightitalic-webfont.woff2') format('woff2'),
         url('../fonts/montserrat/montserrat-lightitalic-webfont.woff') format('woff'),
         url('../fonts/montserrat/montserrat-lightitalic-webfont.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'montserrat';
    src: url('../fonts/montserrat/montserrat-regular-webfont.eot');
    src: url('../fonts/montserrat/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/montserrat/montserrat-regular-webfont.woff2') format('woff2'),
         url('../fonts/montserrat/montserrat-regular-webfont.woff') format('woff'),
         url('../fonts/montserrat/montserrat-regular-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}


@font-face {
    font-family: 'montserrat';
    src: url('../fonts/montserrat/montserrat-medium-webfont.eot');
    src: url('../fonts/montserrat/montserrat-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/montserrat/montserrat-medium-webfont.woff2') format('woff2'),
         url('../fonts/montserrat/montserrat-medium-webfont.woff') format('woff'),
         url('../fonts/montserrat/montserrat-medium-webfont.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'montserrat';
    src: url('../fonts/montserrat/montserrat-mediumitalic-webfont.eot');
    src: url('../fonts/montserrat/montserrat-mediumitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/montserrat/montserrat-mediumitalic-webfont.woff2') format('woff2'),
         url('../fonts/montserrat/montserrat-mediumitalic-webfont.woff') format('woff'),
         url('../fonts/montserrat/montserrat-mediumitalic-webfont.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

/* Custom CSS */

body {
	font-family: 'montserrat';
	font-weight: 400 !important;
	font-size: 16px;
	min-width: auto !important;
}

body.noscroll {
	overflow: hidden;
}

.vlt-default-navigation .sf-menu > li > a {
	font-family: 'montserrat';
	font-weight: 600;
}


.vlt-custom--9135 .typed-cursor {
	color: #ee3364;
}

.vlt-custom--0531 {
	position: absolute;
	left: 130px;
	bottom: 15%;
	font-size: 35px;
	color: #0b0b0b;
}

.vlt-custom--9503::after {
	content: '';
	position: absolute;
	top: 50%;
	left: calc(100% + 30px);
	height: 1px;
	width: 0;
	max-width: 60px;
	background-color: #1f0e49;
	transition: width .5s 1s ease-in-out;
}

.vlt-is-page-loaded .vlt-custom--9503::after {
	width: 100%;
}

.vlt-custom--5832 {
	position: relative;
	margin-right: 50px;
	z-index: 1;
}

.vlt-custom--5832::after {
	content: '';
	position: absolute;
	top: -50px;
	right: -50px;
	width: 100%;
	height: 100%;
	border: 10px solid #28e5d3;
	z-index: -1;
}

.vlt-custom--5832 {
	position: relative;
	margin-right: 50px;
	z-index: 1;
}

.vlt-custom--5832::after {
	content: '';
	position: absolute;
	top: -50px;
	right: -50px;
	width: 100%;
	height: 100%;
	border: 10px solid #28e5d3;
	z-index: -1;
}

.vlt-custom--3103 .vlt-services-box__link {
	background-color: rgba(0,0,0,.25);
}

.vlt-custom--3103 .vlt-highlight {
	background: linear-gradient(to top, transparent 5%, rgba(0,0,0,.25) 5% , rgba(0,0,0,.25) 37%, transparent 37%);
}

.vlt-custom--4111 .vlt-swiper-pagination--style-1 span {
	background-color: #fff;
}

.vlt-custom--4111 .vlt-swiper-button-prev--style-2,
.vlt-custom--4111 .vlt-swiper-button-next--style-2 {
	color: #fff;
}

.vlt-custom--6632 {
	margin-top: -225px;
}

.vlt-custom--9917 .vlt-social-icons a:not(:hover) {
	color: #fff;
}

.vlt-custom--8681 .vlt-countdown h5,
.vlt-custom--8681 .vlt-countdown strong {
	color: #fff;
}

.vlt-custom--9511 .vlt-swiper-pagination--style-1 span {
	background-color: #fff;
}

.vlt-is--homepage-05 .vlt-header--default .vlt-navbar,
.vlt-is--homepage-05 .vlt-header--default .vlt-navbar.vlt-navbar--solid {
	background-color: #191919;
}

.vlt-is--homepage-11 .vlt-navbar {
	padding: 0 35px;
}

.vlt-is--homepage-11 .vlt-navbar .container {
	width: 100%;
}

.green-section h3 {
	color: #fdf4b4;
}
.green-section p {
	color: #fff;
}

.w900 {
	width: 100%;
	max-width: 900px;
	margin: auto;
}

/* Mobile menu 768px */

#mobile-nav {
	top: 0;
	box-shadow: none;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 40;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

#mobile-nav.open {
	opacity: 1;
	visibility: visible;
}

	.mym-mobile-main-nav {
		list-style-type: none;
	}

	.mobile-item-link {
		font-size: 28px;
	    margin: 0;
	    font-family: "akrobat", Arial, Helvetica;
	    font-weight: 900;
	}
	.mobile-item-link:hover {
		color: #212529;
	}
	.mobile-item-link:hover span {
		background: -webkit-gradient(linear,left bottom,left top,color-stop(5%,transparent),color-stop(5%,#fdf4b4),color-stop(37%,#fdf4b4),color-stop(37%,transparent));
    	background: -webkit-linear-gradient(bottom,transparent 5%,#fdf4b4 5%,#fdf4b4 37%,transparent 37%);
    	background: linear-gradient(to top,transparent 5%,#fdf4b4 5%,#fdf4b4 37%,transparent 37%);
	}

.mym-mobile-navigation {
	position: fixed;
	bottom: 0;
	width: 100%;
	background: #fff;
	padding-top: 10px;
	padding-bottom: 5px;
	z-index: 99;
    -webkit-box-shadow: 0px -2px 10px -4px rgba(161,159,161,0.67);
    -moz-box-shadow: 0px -2px 10px -4px rgba(161,159,161,0.67);
    box-shadow: 0px -2px 10px -4px rgba(161,159,161,0.67);
}

	.mym-mobile-navigation .mobile-menu {
		width: 100%;
		display: flex;
		list-style-type: none;
	}

	.mobile-menu-item {
		width: 25%;
		display: flex;
    	align-items: center;
    	justify-content: center;
	}

	.mobile-menu-item a {
		display: block;
		width: 100%;
		border-left: 1px solid #efefef;
		color: #2a3041;
	}

	.mobile-menu-item a:hover {
		color: #ee3364;
	}

	.mobile-menu-item:first-child a {
		border-left: 0;
	}

	.mobile-menu-item a span {
		display: block;
		text-align: center;
	}

	.mobile-menu-item a:hover span {
		color: #ee3364;
	}

	.nav-icon {
		font-size: 1.2rem;
	}

	.nav-label {
		font-size: 0.6rem;
	}


#nav-icon2 {
  width: 22px;
  height: 16px;
  position: relative;
  margin: auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon2 span {
  display: block;
  position: absolute;
  height: 0.5px;
  width: 50%;
  background: #2a3041;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon2 span:nth-child(even) {
  left: 50%;
}

#nav-icon2 span:nth-child(odd) {
  left:0px;
}

#nav-icon2 span:nth-child(1), 
#nav-icon2 span:nth-child(2) {
  top: 0px;
}

#nav-icon2 span:nth-child(3), 
#nav-icon2 span:nth-child(4) {
  top: 7px;
}

#nav-icon2 span:nth-child(5), 
#nav-icon2 span:nth-child(6) {
  top: 14px;
}

#nav-icon2.open span {
	background: #ee3364;
}

#nav-icon2.open span:nth-child(1),
#nav-icon2.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2),
#nav-icon2.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
  left: 1px;
  top: 2px;
}

#nav-icon2.open span:nth-child(2) {
  left: calc(50% - 1px);
  top: 2px;
}

#nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
  left: 1px;
  top: 11px;
}

#nav-icon2.open span:nth-child(6) {
  left: calc(50% - 1px);
  top: 11px;
}

/* min-width 768px */
@media (min-width: 768px) {
	.vlt-custom--5136 {
		padding-left: 70px;
	}
	.vlt-custom--8620 {
		padding-right: 70px !important;
	}
	.vlt-custom--5317 {
		padding: 0 30px !important;
	}
	.vlt-custom--5171 {
		padding-right: 70px;
	}
	.vlt-custom--7205 {
		margin-top: -100px;
	}
	.vlt-custom--8511 {
		padding-right: 85px;
	}
	.vlt-custom--6525 {
		position: relative;
		z-index: 2;
	}
}

/* max-width 767px */
@media (max-width: 767px) {
	#awwwards,
	#wpselected {
		display: none;
	}
	.h1, h1 {
	    font-size: 40px;
	}
	.vlt-custom--9135 h2 {
		font-size: 28px
	}
	.vlt-custom--1631 {
		font-size: 38px;
	}
}

/* max-width 991px */
@media (max-width: 991px) {
	.vlt-custom--9182 {
		font-size: 48px;
		line-height: 60px;
	}
	.vlt-custom--9182 {
		font-size: 48px;
		line-height: 60px;
	}

	.vlt-btn.vlt-btn--go-top {
		bottom: 80px;
	}

}

/* max-width 575px */
@media (max-width: 575px) {
	.vlt-custom-9182 {
		font-size: 38px;
		line-height: 50px;
	}
	.vlt-custom-9182 {
		font-size: 38px;
		line-height: 50px;
	}
	.vlt-custom--0531 {
		bottom: 5%;
	}
}

.vlt-testimonial-item--style-1 .vlt-testimonial-item__content {
	font-size: 16px;
    font-weight: 400;
}

.vlt-testimonial-item--style-2 .vlt-testimonial-item__content::after {
    bottom: -19px;
}


/* =================== MaYoMo Custom Styles =================== */

.vlt-first-color {
    /*color: #2b2f42 !important;*/
}

.vlt-second-color {
    color: #29e4d4 !important;
}

.vlt-navbar.vlt-navbar--fixed {
	border-bottom: 1px solid #efefef;
}


.vlt-marquee__item
{
    width: 120%;
}

@media (max-width: 1400px) {
	.vlt-marquee__item {
		width: 145%;
	}
	.vlt-marquee__item span {
		font-size: 220px !important;
	}
}

@media (max-width: 991px) {
	.vlt-marquee__item {
	    width: 180%;
	}
}

@media (max-width: 800px) {
	.vlt-marquee__item {
	    width: 200%;
	}
}

.services-process {
	background: #f5f5f5;
}

.services-process .vlt-fittext {
	color: #cff2f4 !important;
}

.video-wrapper {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	background: #e6e6ec;
}

.video-wrapper video {
	width: 100%;
	max-width: 1200px;
	object-fit: cover;
	pointer-events: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "akrobat", Arial, Helvetica;
	font-weight: 900;
}



/* =================== Home Accent ===================*/

.home-header .vlt-navbar--mobile {
	display: none;
}

@media (min-width: 1400px) {
	.container-lg {
		width: 1400px;
		max-width: 1400px;
	}
}

@media (max-width: 1399px) {
	.container.container-lg {
		width: 100%;
		max-width: 100%;
	}
}

.home-header .vlt-navbar {
	background: #edeff3;
}

.home-accent {
	background-color: #edeff3;	
	height: 650px;
	position: relative;
	overflow: hidden;
}

.home-accent .container-lg {
	/*position: relative;*/
	/*background-image: url(../img/home/dots-1.svg), url(../img/home/dots-2.svg);*/
	background-position: 95% 10px, left 60%;
	background-repeat: no-repeat;
	background-size: 106px 214px;
}

.home-accent:before {
	content: "";
	display: block;
	position: absolute;
	background: #fff;
	height: 60px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
}

.home-accent .home-img {
	position: relative;
}

.home-accent .home-img img {
	position: relative;
	margin-top: -25px;
	z-index: 2;
}

.home-accent .home-img:after, 
.home-accent .home-img:before {
	content: "";
	display: block;
	position: absolute;
}

.home-accent .home-img:after {
	background: #28e5d3;
	width: 306px;
	height: 305px;
	left: 50%;
	margin-left: -153px;
	top: 0;
	z-index: 0;
}

.home-accent .home-img:before {
	width: 550px;
	height: 510px;
	left: 135px;
	/*border: 10px solid #2e2e2e;*/
	top: 60px;
	z-index: 1;
	background-image: url(../img/home/frame_animated.svg);
	background-size: 100% auto;
	background-repeat: no-repeat;
}


.home-accent .home-title {
	position: relative;
}

.home-accent .home-title:before,
.home-accent .home-title:after {
	content: "";
	display: block;
	z-index: 0;
	position: absolute;
	background: #28e5d3;
}

.home-accent .home-title > * {
	position: relative;
	z-index: 1;
}

.home-accent .home-title:before {
	width: 110px;
	height: 108px;	
	left: -25px;
	top: 110px;
}

.home-accent .home-title:after {
	width: 31px;
	height: 30px;
	left: -50px;
	top: 230px;
}

.home-accent .home-title h1 {
	color: #2a3041;
}

.svg-arrows {
	width: 100px;
}

#mym-testimonials .swiper-slide {
	min-height: 425px;
	display: flex;
	align-items: center;
}


@media (max-width: 1399px) {
	.home-accent .home-img:before {
		width: 450px;
		height: 410px;
		left: 100px;
	}
	
}

@media (max-width: 767px) {
	.home-accent {
		height: 470px;
	}

	.home-accent:before {
		display: none;
	}
}

/* =================== Button effect ===================*/


/* button eighth */
.vlt-btn--eighth
{
    color: #ee3364;
    background-color: transparent;
    -webkit-box-shadow: inset 0 0 0 2px #ee3364;
            box-shadow: inset 0 0 0 2px #ee3364;
}


/* =================== Portfolio ===================*/

#mym-portfolio {
	width: 95%;
	max-width: 1400px;
	margin: auto;
	position: relative;
}

.vlt-cubeportfolio-filters {
	width: 90%;
	margin-left: 5%;
}

.vlt-portfolio-item-overlay {
	background-color:rgba(40,229,211,.9);
}

.portfolio-item-title,
.portfolio-item-category {
	color: #fff;
}

.vlt-fit-image video {
	position: absolute;
	top: 0;
	height: 100%;
}

.portfolio-item-video:after {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/pattern1.png);
    background-repeat: no-repeat;
}


/* =================== Services ===================*/

.vlt-page-title-hero__overlay {
	background-color: rgba(44,44,44,.7);
}


/* =================== Blog ===================*/

.vlt-post--style-also-like .vlt-post-content.vlt-post-content--background, 
.vlt-post--style-masonry .vlt-post-content.vlt-post-content--background {
    background-color: #edeff3;
}

/* =================== Footer ===================*/

.vlt-footer--widgetized {
	padding: 80px 0 60px;
}

.dark-bck, .vlt-footer--widgetized {
	background-color: #1c1c1c;
	background-image: url(../img/worn_dots.jpg);
	background-repeat: repeat;
	background-size: auto;
}


/* =================== Project Single ===================*/

.topics span {
	text-transform: uppercase;
	line-height: 1;
	font-size: 16px;
	font-weight: 500;
}

.cs-element {
	position: absolute;
	z-index: 1;
}

/*** Urbo ***/

.case-study-main {
	position: relative;
}

.case-study-main .phone-1 {
	left: 0;
	top: 0;	
	z-index: 2;
}

.case-study-main .phone-2 {
	right: 0;
	bottom: 0;
}

.case-study-main .phone-2 .ico-1,
.case-study-main .phone-2 .ico-2,
.case-study-main .phone-2 .ico-3 {
	position: absolute;
}

.case-study-main .phone-2 .ico-1 {
	right: 42px;
	bottom: 133px;
	z-index: 1;
	opacity: 0;
	-webkit-transition: opacity 0.3s 0.8s ease-in;
	-moz-transition: opacity 0.3s 0.8s ease-in;
	-o-transition: opacity 0.3s 0.8s ease-in;
	transition: opacity 0.3s 0.8s ease-in;
}

.case-study-main .phone-2 .ico-2 {
	left: 70px;
	top: 0;
	opacity: 0;
	-webkit-transition: opacity 0.5s 0.5s ease-in;
	-moz-transition: opacity 0.5s 0.5s ease-in;
	-o-transition: opacity 0.5s 0.5s ease-in;
	transition: opacity 0.5s 0.5s ease-in;
}

.case-study-main .phone-2 .ico-3 {
	right: 29px;
	bottom: 169px;
	opacity: 0;
	z-index: 2;
	-webkit-transition: opacity 0.5s 0.2s ease-in;
	-moz-transition: opacity 0.5s 0.2s ease-in;
	-o-transition: opacity 0.5s 0.2s ease-in;
	transition: opacity 0.5s 0.2s ease-in;
}

.case-study-main:hover .phone-2 .ico-1,
.case-study-main:hover .phone-2 .ico-2,
.case-study-main:hover .phone-2 .ico-3 {
	opacity: 1;
}

@media only screen and (max-width: 1199px) {
	.case-study-main .phone-1,
	.case-study-main .phone-2 {
		width: 250px;
		height: auto;
	}

	.case-study-main .phone-2 {
		top: 170px;
		bottom: auto;
	}

	.case-study-main .phone-2 .ico-1 {
		right: 19px;
		bottom: 117px;
	}

	.case-study-main .phone-2 .ico-2 {
		width: 66px;
		height: auto;
		top: 10px;
	}

	.case-study-main .phone-2 .ico-3 {
		width: 80px;
		height: auto;
		right: 15px;
	}
}

/*** Justbook ***/
.case-study-main .jb-cocktail {
	right: -120px;
	top: -35px;
	max-width: none !important;
	height: auto;
}

.case-study-main .jb-tablet {
	left: -280px;
	bottom: 10px;
	z-index: 2;
	max-width: none !important;
	height: auto;
}

.portfio-accent {
	height: 720px;
}

.portfolio-sm {
	height: 680px;
}

.portfio-accent:before {
	height: 150px;
}

@media only screen and (min-width: 992px) {
	.resp-screen {
		border: 1px solid #dee2e6;
	}

	.two-columns {
		columns: 2;
		-webkit-columns: 2;
		-moz-columns: 2;
		max-width: 800px;
		margin: auto;
	}
}

@media only screen and (max-width: 991px) {
	.portfio-accent {
		height: auto;
	}

	.portfio-accent:before {
		display: none;
	}

	.resp-screen {
		height: 400px;
		overflow-y: auto;
		overflow-x: hidden;
		border: 3px solid #000;
		box-sizing: border-box;
		box-shadow: 0px 10px 20px 7px rgba(0, 0, 0, 0.25);
		border-radius: 10px;
	}
}

@media only screen and (max-width: 767px) {
	.resp-screen {
		height: 320px;
	}
}

@media only screen and (max-width: 575px) {
	.resp-screen {
		height: 280px;
	}
} 

/*** Videa ***/

.case-study-main .videa-laptop {
	top: 140px;
	right: -70px;
	max-width: none !important;
	height: auto;
}

.case-study-main .videa-robot {
	top: 0;
	left: -100px;
}

@media only screen and (max-width: 1199px) {
	.case-study-main .videa-laptop  {
		max-width: 100% !important;
		right: -30px;
	}

	.case-study-main .videa-robot {
		width: 100px;
		height: auto;
		left: -40px;
	}
}

/*** HouseCare ***/
.case-study-main .hc-phone-1 {
	left: -70px;
	top: 100px;
	z-index: 2;
}

.case-study-main .hc-phone-2 {
	right: -70px;
	top: 0;
}

.case-study-main .circle-1 {
	top: 350px;
	left: -50px;
}

.case-study-main .circle-2 {
	bottom: 105px;
	right: -30px;
}

@media only screen and (max-width: 1199px) {
	.case-study-main .hc-phone-1,
	.case-study-main .hc-phone-2 {
		width: 400px;
		height: auto;
	}

	.case-study-main .circle-2 {
		width: 150px;
		height: auto;
		bottom: 175px;
	}

	.case-study-main .circle-1 {
		width: 120px;
		height: auto;
	}
}

.line-height-title {
	line-height: 0.9;
}

/*** ASK: The American Spinal Clinic ***/

.case-study-main .ask-lady {
	right: -70px;
	top: 18px;
}

.case-study-main .polygon {
	left: -50px;
	top: 305px;
}

.ask-title {
	line-height: 0.9; 
	text-transform: uppercase; 
	font-size: 5rem;
}

@media only screen and (max-width: 1199px) {
	.case-study-main .ask-lady {
		width: 430px;
		height: auto;
		top: 20px;
	}

	.case-study-main .polygon {
		width: 200px;
		height: auto;
		left: -30px;
		top: 270px;
	}

	.ask-title {
		font-size: 3.5rem;
	}
}

/*** BMW: 7 Series ***/
.bmw-car-7 {
	bottom: 100px;
	right: -65px;
	max-width: none;
}

@media only screen and (max-width: 1199px) {
	.bmw-car-7 {
		max-width: 100%;
		bottom: auto;
		top: 220px;
		right: -50px;
	}

	.bmw-fb-7 {
		width: 350px;
		height: auto;
		left: -80px;
	}
}

/*** Mini 3 Doors ***/
.mini-3doors {
	bottom: 115px;
	right: -65px;
	max-width: none;
}

/*** RnD Solutions ***/
.rnd-map {
	top: 140px;
	left: -110px;
	max-width: 150% !important;
	height: auto;
}

/*** Calerin Group ***/
.calerin-1 {
	top: 0;
	right: -80px;
}

.calerin-2 {
	top: 250px;
	left: -60px;
}

@media (max-width: 1199px) {
	.calerin-1 {
		max-width: 300px;
	}

	.calerin-2 {
		max-width: 390px;
	}
}

/*** Timac Agro ***/
.timac-1 {
	top: 80px;
	left: -115px;
}

.timac-2 {
	top: 360px;
	right: -99px;
}

@media (max-width: 1199px) {
	.timac-1 {
		top: 90px;
	    left: -84px;
	    max-width: 220px;
	    height: auto;
	}

	.timac-2 {
		top: 310px;
		right: -57px;
		max-width: 130px;
		height: auto;
	}
}

/*** ACM Montana ***/
.acm-1 {
	top: 70px;
	left: -25px;
}

.acm-2 {
	top: 380px;
	right: -30px;
}

@media (max-width: 1199px) {
	.acm-1 {
		max-width: 150px;
		height: auto;
	}

	.acm-2 {
		max-width: 200px;
		height: auto;
		top: 320px;
	}
}

/*** Piton ***/
.piton-chair {
	top: 55px;
	right: 19px;
}

/* =================== Owl Carousel ===================*/

.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}

.owl-prev, 
.owl-next  {
	font-size: 3rem !important;
    color: #fff !important;
    position: absolute;
    top: -50px;
    width: 30px;
    outline: none !important;
    border: 0 !important;
}

.owl-prev {
    left: 15px;
}

.owl-next {
	right: 15px;
}


/* =================== Tables ===================*/

.table-wrap {
	width: 100%;
	overflow-x: auto;
}

table {
	width: 100%;
}

table.two-cols th,
table.two-cols td {
	width: 50%;
}

table.three-cols th,
table.three-cols td {
	width: 33%;
}

table.four-cols th,
table.four-cols td {
	width: 25%;
}

table th {
	background-color: #1c1c1c;
    background-image: url(../img/worn_dots.jpg);
	color: #fff !important;
	border: 2px solid #000;
	padding: 15px 20px;
}

table td {
	vertical-align: top;
	border: 2px solid rgba(32,187,179,0.9);
	padding: 15px 20px;
}


table td h5{
	margin: 0;
}

/* =================== Tabs ===================*/

.tabs {
	text-align: center;
	margin: 0;
	padding: 0;
}

.tabs li {
	list-style: none;
	padding: 0;
	margin: 0 15px;
	display: inline-block;
}

.tabs li a {
	font-size: 14px;
	text-transform: uppercase;
	color: #5C5C5C;
	text-transform: uppercase;
	font-weight: 600;
	cursor: pointer;
}

.tabs li a:not(.inactive), 
.tabs li a:hover {
	color: #ee3364 !important;
}

.project-carousel .vlt-testimonial-item {
	width: 100% !important;
	max-width: 960px !important;
}

.project-carousel .vlt-swiper-button-prev,
.project-carousel .vlt-swiper-button-next {
	color: #bfbfbf;
	font-size: 40px;
}

.project-carousel .vlt-swiper-button-prev {
	left: 2%;
}

.project-carousel .vlt-swiper-button-next {
	right: 2%;
}

.project-carousel .owl-nav {
	top: calc(50% - 25px);
}

.project-carousel .owl-prev, 
.project-carousel .owl-next {
	color: #bfbfbf !important;
	font-size: 100px !important;
}

.mini-title {
	font-size: 14px;
	font-family: "montserrat";
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 15px;
	color: #5c5c5c;
}

.color-scheme li {
	width: 48px;
	height: 48px;
}

.overflow-visible {
	overflow: visible;
}

@media (max-width: 767px) {
	.display-1 {
		font-size: 4rem;
	}
}

.line-height-1 {
	line-height: 1 !important;
}

.border-device {
	border: 3px solid #000;
}

.br-10 {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.br-20 {
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

.body-oveflow {
	overflow-x: hidden;
	overflow-y: visible;
}

.animation-under-slider:before {
	content: "";
	display: block;
	background: #fff;
	height: 90%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

@media only screen and (max-width: 767px) {
	.carousel-bck {
		top: 25% !important;
	}
}

.play-image {
	cursor: pointer;
}

.play-image.play:hover {
	opacity: .9;
}

/*** Digital Case Studies ***/
.vlt-counter-up--style-1 .vlt-counter-up__content {
	padding-left: 0;
	text-align: center;
}

.vlt-counter-up--style-1 .vlt-counter-up__content strong {
	color: #33435c;
	font-size: 5rem;
	font-weight: 400;
	font-family: "akrobat", Arial, Helvetica;
	/*color: #29e4d4;*/
}

.vlt-counter-up--style-1 .vlt-counter-up__content p {
	font-size: 1rem;
}


/* =================== Comming Soon Page ===================*/

.comming-soon:before {
	display: none;
}

.comming-soon h1 {
	line-height: 0.8;
}

.comming-soon .home-title {
	position: relative;
}

.comming-soon .home-title:before {
	left: auto;
	right: -140px;
	top: 65px;
}

.comming-soon .home-title:after {
	left: auto;
	right: -50px;
	top: 185px;
}

.comming-soon .frame {
	position: absolute;
	top: 60px;
	left: 0;
	width: 90%;
	opacity: .4;
}

.comming-soon .frame-holder {
	position: relative;
}

.comming-soon .frame-holder:before {
	content: "";
	display: block;
	position: absolute;
	left: -70px;
	top: 20px;
	width: 280px;
	height: 240px;
	background: #28e5d3;
}

@media only screen and (max-width: 1199px) {
	.comming-soon .frame-holder:before {
		width: 240px;
		height: 200px;
	}
}

.flip-x {
	-webkit-transform: rotate(180deg);     
  	-moz-transform: rotate(180deg);        
  	-o-transform: rotate(180deg);          
  	-ms-transform: rotate(180deg);         
  	transform: rotate(180deg);
}