@charset "utf-8";
/*
/*	Copyright (c) 2022 CoddyThemes
/*	Author: CoddyThemes
/*	This file is made for CURRENT TEMPLATE


01) VAVO BASE
02) VAVO CURSOR
03) VAVO MOBILE MENU
04) VAVO SIDEBAR
05) VAVO MAINPART
06) VAVO HERO
07) VAVO PORTFOLIO
08) VAVO PARTNERS
09) VAVO NEWS
10) VAVO PORTFOLIO SINGLE
11) VAVO BLOG SINGLE
12) VAVO CONTACT
13) VAVO COPYRIGHT
14) VAVO MEDIA QUERIES (FOR SMALL DEVIVES)


/*---------------------------------------------------*/
/*	01) VAVO BASE
/*---------------------------------------------------*/

html {
	overflow-x: hidden;
	padding: 0px;
	margin: 0px
}

body {
	font-family: "Mulish";
	font-size: 16px;
	line-height: 2;
	letter-spacing: 0.8px;
	word-wrap: break-word;
	font-weight: 400;
	background-color: #fff;
	color: #333;
}

svg {
	fill: currentcolor;
	width: 15px;
	height: 15px;
}

img.svg {
	width: 15px;
	height: 15px;
}

::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #6f6f6f;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #6f6f6f;
	opacity: 1;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #6f6f6f;
	opacity: 1;
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #6f6f6f;
}

::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #6f6f6f;
}

::placeholder {
	/* Most modern browsers support this now. */
	color: #6f6f6f;
}

.vavo_tm_all_wrap {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
}

.vavo_tm_all_wrap,
.vavo_tm_all_wrap * {
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Opera/IE 8+ */
}

#preloader {
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	width: 100%;
	z-index: 99999;
	display: flex;
}

#preloader:before,
#preloader:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	z-index: -1;
	background-color: #171616;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

#preloader:after {
	left: auto;
	right: 0;
}

#preloader .loader_line {
	margin: auto;
	width: 1px;
	height: 250px;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
	transition: all 0.8s ease 0s;
}

.loader_line:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 1px;
	height: 0%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #fff;
	-webkit-animation: lineheight 1000ms ease-in-out 0s forwards;
	-o-animation: lineheight 1000ms ease-in-out 0s forwards;
	animation: lineheight 1000ms ease-in-out 0s forwards;
}

.loader_line:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background-color: #777;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-animation: lineround 1200ms linear 0s infinite;
	-o-animation: lineround 1200ms linear 0s infinite;
	animation: lineround 1200ms linear 0s infinite;
	animation-delay: 2000ms;
}

@keyframes lineheight {
	0% {
		height: 0%;
	}

	100% {
		height: 100%;
	}
}

@keyframes lineround {
	0% {
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		-o-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	100% {
		-webkit-transform: translateY(200%);
		-ms-transform: translateY(200%);
		-o-transform: translateY(200%);
		transform: translateY(200%);
	}
}

/*hiding all*/
.preloaded .loader_line:after {
	opacity: 0;
}

.preloaded .loader_line {
	opacity: 0;
	height: 100% !important;
}

.preloaded:before,
.preloaded:after {
	-webkit-animation: preloadedzero 300ms ease-in-out 500ms forwards;
	-o-animation: preloadedzero 300ms ease-in-out 500ms forwards;
	animation: preloadedzero 300ms ease-in-out 500ms forwards;
}

@keyframes preloadedzero {
	0% {
		width: 50%;
	}

	100% {
		width: 0%;
	}
}

/*---------------------------------------------------*/
/*	02) VAVO CURSOR
/*---------------------------------------------------*/

.mouse-cursor {
	position: fixed;
	left: 0;
	top: 0;
	pointer-events: none;
	border-radius: 50%;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	visibility: hidden;
}

.cursor-inner {
	margin-left: -3px;
	margin-top: -3px;
	width: 6px;
	height: 6px;
	z-index: 100;
	background-color: #e54b4b;
	-webkit-transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;
	transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;
}

.cursor-inner.cursor-hover {
	margin-left: -40px;
	margin-top: -40px;
	width: 80px;
	height: 80px;
	background-color: #e54b4b;
	opacity: .3;
}

.cursor-outer {
	margin-left: -15px;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	border: 2px solid #e54b4b;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 100;
	opacity: .5;
	-webkit-transition: all .08s ease-out;
	transition: all .08s ease-out;
}

.cursor-outer.cursor-hover {
	opacity: 0;
}

.vavo_tm_all_wrap[data-magic-cursor="hide"] .mouse-cursor {
	display: none;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	z-index: -1111;
}

/*---------------------------------------------------*/
/*	03) VAVO MOBILE MENU
/*---------------------------------------------------*/

.vavo_tm_mobile_menu {
	width: 100%;
	height: auto;
	position: fixed;
	top: 0px;
	left: 0px;
	display: none;
	z-index: 10;
}

.vavo_tm_mobile_menu .topbar_inner {
	width: 100%;
	height: auto;
	float: left;
	clear: both;
	background-color: #2c98ea;
	padding: 20px 0px;
	border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.vavo_tm_mobile_menu .topbar_in {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.vavo_tm_mobile_menu .topbar_in .logo {
	/* flex: 1 */
}

.vavo_tm_mobile_menu .topbar_in a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

.my_trigger .hamburger {
	padding: 15px 15px;
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
}

.my_trigger .hamburger-box {
	width: 30px;
	height: 18px;
	display: inline-block;
	position: relative;
}

.my_trigger .hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}

.my_trigger .hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
	width: 30px;
	height: 2px;
	background-color: #333333;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.my_trigger .hamburger-inner::before,
.my_trigger .hamburger-inner::after {
	content: "";
	display: block;
}

.my_trigger .hamburger-inner::before {
	top: -8px;
}

.my_trigger .hamburger-inner::after {
	bottom: -10px;
}

.my_trigger .hamburger--collapse-r .hamburger-inner {
	top: auto;
	bottom: 0;
	transition-duration: 0.13s;
	transition-delay: 0.13s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.my_trigger .hamburger--collapse-r .hamburger-inner::after {
	top: -16px;
	transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.my_trigger .hamburger--collapse-r .hamburger-inner::before {
	transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.my_trigger .hamburger--collapse-r.is-active .hamburger-inner {
	transform: translate3d(0, -10px, 0) rotate(45deg);
	transition-delay: 0.22s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.my_trigger .hamburger--collapse-r.is-active .hamburger-inner::after {
	top: 0;
	opacity: 0;
	transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.my_trigger .hamburger--collapse-r.is-active .hamburger-inner::before {
	top: 0;
	transform: rotate(90deg);
	transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.my_trigger .hamburger {
	padding: 0px;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}

.my_trigger .hamburger-box {
	display: block;
}

.my_trigger .hamburger .hamburger-inner::before,
.my_trigger .hamburger .hamburger-inner::after,
.my_trigger .hamburger .hamburger-inner {
	background-color: #000;
	width: 30px;

	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.vavo_tm_mobile_menu .dropdown {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	background-color: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, .2);
	display: none;
}

.vavo_tm_mobile_menu .dropdown .dropdown_inner {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	padding: 25px 0px;
}

.vavo_tm_mobile_menu .dropdown .dropdown_inner ul {
	margin: 0px;
	list-style-type: none;
}

.vavo_tm_mobile_menu .dropdown .dropdown_inner ul li {
	margin: 0px;
	float: left;
	width: 100%;
}

.vavo_tm_mobile_menu .dropdown .dropdown_inner ul li a {
	text-decoration: none;
	color: #000;
	display: inline-block;
	padding: 4px 0px;
	font-family: "Poppins";
	font-weight: 500;
}

.vavo_tm_mobile_menu .logo img {
	max-width: 140px;
}

/*---------------------------------------------------
/*	04) VAVO SIDEBAR
/*---------------------------------------------------*/

.vavo_tm_fixed_section {
	position: fixed;
	top: 0px;
	left: 90px;
	width: 40%;
	height: 100vh;
}

.vavo_tm_fixed_section .hero_image {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.vavo_tm_fixed_section .hero_video {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	display: none;
}

.vavo_tm_fixed_section[data-hero-type="video"] .hero_image {
	display: none;
}

.vavo_tm_fixed_section[data-hero-type="video"] .hero_video {
	display: block;
}

.vavo_tm_fixed_section .my_overlay {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: #fff;
	z-index: 3;

	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.vavo_tm_fixed_section .my_overlay.loaded {
	left: 100%;
}

.vavo_tm_fixed_section .title_overlay {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 1;
	background-color: rgba(0, 0, 0, .3);
}

.vavo_tm_fixed_section .my_title {
	position: absolute;
	bottom: 40px;
	left: 40px;
	z-index: 2;
}

.vavo_tm_fixed_section .my_title h3 {
	color: #fff;
}

.vavo_tm_fixed_section .my_title span {
	color: #fff;
}

.vavo_tm_sidebar {
	width: 190px;
	height: 100vh;
	top: 0px;
	left: -90px;
	background-color: #fff;
	position: fixed;

	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.vavo_tm_sidebar.loaded {
	left: 0px;
}

.vavo_tm_sidebar .sidebar_inner {
	width: 100%;
	height: 100%;
	position: relative;
	float: left;
}

.vavo_tm_sidebar .sidebar_inner ul {
	display: flex;
	flex-direction: column;

}

.vavo_tm_sidebar .sidebar_inner .logo .dark {
	display: none;
}

body.dark .vavo_tm_sidebar .sidebar_inner .logo .dark {
	display: block;
}

body.dark .vavo_tm_sidebar .sidebar_inner .logo .light {
	display: none;
}

.vavo_tm_sidebar .sidebar_inner .logo {
	position: absolute;
	bottom: 30px;
	left: 0px;
	right: 0px;
	text-align: center;
}

.vavo_tm_sidebar .sidebar_inner .logo img {
	max-width: 70px;
}

.vavo_tm_sidebar .sidebar_inner .logo a {
	display: block;
	text-align: center;
	padding: 20px 0px;
}

.vavo_tm_sidebar .menu {
	margin-top: 48px;
	width: 190px;
	height: 100vh;
	position: relative;
	-webkit-transform-origin: left top;
	/* -webkit-transform:rotate(-90deg) translateX(-100%); */
}

.vavo_tm_sidebar .menu ul {
	margin: 0px;
	list-style-type: none;
}

.vavo_tm_sidebar .menu ul li {
	float: right;
	height: 100%;
	line-height: 90px;
}

.vavo_tm_sidebar .menu ul li a {
	text-decoration: none;
	display: inline-block;
	padding: 0px 28px;
	font-family: "Poppins";
	color: #000;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 1.5px;

	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.vavo_tm_sidebar .menu ul li a:first-child {
	padding-right: 0px;
}

.vavo_tm_sidebar .menu ul li.current a {
	color: #e54b4b;
}

.vavo_tm_sidebar .menu ul li a:hover {
	color: #e54b4b;
}

/*---------------------------------------------------*/
/*	05) VAVO MAINPART
/*---------------------------------------------------*/

.vavo_tm_mainpart {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	/* padding-left: calc(40% + 90px); */
	padding-left: 200px;
}

.vavo_tm_mainpart .mainpart_inner {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
}

/*---------------------------------------------------*/
/*	06) VAVO HERO 
/*---------------------------------------------------*/

.arlo_fn_hero_header {
	width: 100%;
	height: 4000px;
	position: relative;
	display: flex;
	align-items: center;
}

.arlo_fn_hero_header .container {
	height: 100%;
}

.arlo_fn_hero_header .hero_inner {
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	align-items: center;
}

.arlo_fn_hero_header .hero_details {
	max-width: 750px;
}

.arlo_fn_hero_header .name {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 15px;
	display: none;
}

.arlo_fn_hero_header .name.loaded {
	display: block;
}

.arlo_fn_hero_header .name label {
	color: #e54b4b;
}

.arlo_fn_hero_header .job {
	font-size: 25px;
	font-family: "Poppins";
	font-weight: 600;
	line-height: 1.8;
	margin-bottom: 40px;
	display: none;
}

.arlo_fn_hero_header .job.loaded {
	display: block;
}

.arlo_fn_hero_header .buttons {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
}

.arlo_fn_hero_header .vavo_tm_button {
	width: auto;
	left: -10px;
	opacity: 0;
	position: relative;
	visibility: hidden;

	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.arlo_fn_hero_header.button_loaded .vavo_tm_button {
	left: 0px;
	opacity: 1;
	visibility: visible;
}

.arlo_fn_hero_header .lets_talk {
	padding-left: 40px;
	position: relative;
	top: -5px;
	left: -10px;
	opacity: 0;
	visibility: hidden;

	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.arlo_fn_hero_header.button_loaded .lets_talk {
	left: 0px;
	visibility: visible;
	opacity: 1;

	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.arlo_fn_hero_header .lets_talk a {
	text-decoration: none;
	color: #000;
	position: relative;
	display: inline-block;
	font-family: "Poppins";
	font-size: 15px;
}

.arlo_fn_hero_header .lets_talk a {
	text-decoration: none;
	color: #333;
	position: relative;
	display: inline-block;
}

.arlo_fn_hero_header .lets_talk a:before {
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	left: auto;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .15);
}

.arlo_fn_hero_header .lets_talk a:after {
	content: '';
	width: 0;
	height: 1px;
	position: absolute;
	left: auto;
	right: 0;
	bottom: 0;
	transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
	background: currentColor;
}

.arlo_fn_hero_header .lets_talk a:hover:after {
	width: 100%;
	left: 0;
	right: auto;
}

.vavo_tm_button {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}

.vavo_tm_button a span {
	position: relative;
	z-index: 1;
}

.vavo_tm_button a {
	text-decoration: none;
	color: #fff;
	display: inline-block;
	background-color: #e54b4b;
	font-family: "Poppins";
	font-size: 15px;
	padding: 10px 45px;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}

.vavo_tm_button a:before {
	position: absolute;
	content: '';
	width: 0;
	height: 100%;
	bottom: 0;
	left: 100%;
	border-radius: 5px;
	z-index: 1;
	background: rgba(255, 255, 255, .1);

	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.vavo_tm_button a:hover:before {
	width: 100%;
	left: 0;
	transition: width 0.3s ease;
}

.mobile_hero_header {
	position: relative;
	/* margin-bottom: 100px; */
	display: none;
}

.mobile_hero_header[data-hero-type="video"] .hero_video {
	display: block;
}

.mobile_hero_header[data-hero-type="video"] .hero_image {
	display: none;
}

.mobile_hero_header .hero_video {
	display: none;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

.mobile_hero_header img {
	min-width: 100%;
}

.mobile_hero_header .main {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.mobile_hero_header .title_overlay {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 1;
	background-color: rgba(0, 0, 0, .3);
}

.mobile_hero_header .my_title {
	position: absolute;
	bottom: 40px;
	left: 40px;
	z-index: 2;
}

.mobile_hero_header .my_title h3 {
	color: #fff;
}

.mobile_hero_header .my_title span {
	color: #fff;
}

.vavo_tm_down {
	position: absolute;
	z-index: 7;
	bottom: 50px;
	display: none;
}

.vavo_tm_down.loaded {
	display: block;
}

.vavo_tm_down[data-position="left"] {
	left: 0px;
}

.vavo_tm_down[data-position="right"] {
	right: 0px;
}

.vavo_tm_down[data-position="center"] {
	left: 50%;
	transform: translateX(-50%);
}

.vavo_tm_down .line_wrapper {
	position: absolute;
	width: 1px;
	height: 100%;
	left: 0;
	right: 0;
	margin: 0px auto;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;

	-webkit-transition: all .7s;
	-moz-transition: all .7s;
	-ms-transition: all .7s;
	-o-transition: all .7s;
	transition: all .7s;
}

.vavo_tm_down .line_wrapper {
	width: 1px;
	height: 50px;
	background: none;
	display: block;
}

.vavo_tm_down .line_wrapper:before {
	content: "";
	background-color: #000;
	width: 1px;
	height: 50%;
	display: block;
	top: 0;

	-webkit-animation: scroll-down 2s ease-in-out infinite;
	-ms-animation: scroll-down 2s ease-in-out infinite;
	animation: scroll-down 2s ease-in-out infinite;
	;
}

@-webkit-keyframes scroll-down {
	0% {
		height: 0;
	}

	50% {
		height: 100%;
	}

	70% {
		height: 100%;
		transform: scaleY(0.5);
		transform-origin: bottom;
	}

	100% {
		height: 100%;
		transform: scaleY(0);
		transform-origin: bottom;
	}
}

.vavo_tm_down[data-skin="light"] .line_wrapper:before {
	background-color: #fff;
}

/*---------------------------------------------------*/
/*	07) VAVO PORTFOLIO
/*---------------------------------------------------*/

.video-wrapper {
	position: absolute;
	top: -1px;
	bottom: -1px;
	left: -1px;
	right: -1px;
	z-index: 1;
}

video {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
}

.vavo_tm_portfolio {
	width: 100%;
	height: 1800px;
	clear: both;
	float: left;
	background-color: #fff;
	/* padding: 140px 0px 60px 0px; */
	margin-bottom: 150px;

}

.vavo_tm_portfolio .container {
	height: 100%;
}

.vavo_tm_title_holder {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}

.vavo_tm_title_holder p {
	display: inline-block;
	color: #e54b4b;
	position: relative;
	text-transform: uppercase;
	padding-left: 30px;
}

.vavo_tm_title_holder p:before {
	position: absolute;
	content: "";
	width: 20px;
	height: 1px;
	background-color: #e54b4b;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
}

.vavo_tm_title_holder h3 {
	font-size: 35px;
	font-weight: 800;
	text-transform: uppercase;
}

.vavo_tm_portfolio .portfolio_list {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	padding-top: 88px;
}

.vavo_tm_portfolio .portfolio_list ul {
	margin: 0px 0px 0px -90px;
	list-style-type: none;
}

.vavo_tm_portfolio .portfolio_list ul li {
	margin: 0px 0px 90px 0px;
	width: 50%;
	float: left;
	padding-left: 90px;
}

.vavo_tm_portfolio .portfolio_list ul li .list_inner {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	overflow: hidden;
}

.vavo_tm_portfolio .portfolio_list ul li .image {
	position: relative;
	border-radius: 5px;
}

.vavo_tm_portfolio .portfolio_list ul li .image img {
	min-width: 100%;
	opacity: 0;
}

.vavo_tm_portfolio .portfolio_list ul li .main {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 5px;
}

.full_link {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 2;
}

.vavo_tm_portfolio .details {
	position: absolute;
	bottom: 20px;
	left: 0px;
	z-index: 1;
	background-color: #fff;
	padding: 25px 100px 20px 25px;
	opacity: 0;
	visibility: hidden;
	border-radius: 5px;

	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.vavo_tm_portfolio .portfolio_list ul li .list_inner:hover .details {
	visibility: visible;
	opacity: 1;
	left: 20px;
}

.vavo_tm_portfolio .details h3 {
	font-size: 18px;
	color: #000;
	line-height: 1;
	font-weight: 600;
	margin-bottom: 3px;
}

.vavo_tm_portfolio .details span {
	line-height: 1;
	color: #111;
}

/*---------------------------------------------------*/
/*	08) VAVO PARTNERS
/*---------------------------------------------------*/

.vavo_tm_partners {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 150px;
}

.vavo_tm_partners .partners_inner {
	width: 100%;
	float: left;
	clear: both;
	overflow: hidden;
	border-radius: 5px;
}

.vavo_tm_partners ul.light {
	display: none;
}

.vavo_tm_partners ul.dark {
	display: block;
}

body.dark .vavo_tm_partners ul.light {
	display: block;
}

body.dark .vavo_tm_partners ul.dark {
	display: none;
}

.vavo_tm_partners ul {
	margin: -2px -10px -2px -2px;
	list-style-type: none;
	padding-top: 2px;
	float: left;
	padding-left: 2px;
	min-width: calc(100% + 12px);
}

.vavo_tm_partners ul li {
	margin: 0px;
	float: left;
	width: 33.3333%;
	border: 2px solid #eee;
	text-align: center;
	height: 195px;
	line-height: 195px;
	position: relative;
	margin-top: -2px;
	margin-left: -2px;
	overflow: hidden;
}

.vavo_tm_partners ul li img {
	max-width: 88%;
	max-height: 100px;

	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.vavo_tm_partners ul li.active img {
	transform: scale(0);
}

.vavo_tm_partners ul li .list_inner {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}

.vavo_tm_partners .my_text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.vavo_tm_partners ul li .my_text .my_effect {
	display: none;
}

.vavo_tm_partners ul li.active .my_text .my_effect {
	display: block;
}

/*---------------------------------------------------*/
/*	09) VAVO NEWS
/*---------------------------------------------------*/

.vavo_tm_news {
	width: 100%;
	height: 1500px;
	clear: both;
	float: left;
	/* padding: 140px 0px 50px 0px; */
	background-color: #fff;
}

.vavo_tm_news .container {
	height: 100%;
}

.vavo_tm_news .news_inner {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	padding-top: 88px;
}

.vavo_tm_news .news_inner ul {
	margin: 0px 0px 0px -90px;
	list-style-type: none;
}

.vavo_tm_news .news_inner ul li {
	margin: 0px 0px 90px 0px;
	float: left;
	width: 50%;
	padding-left: 90px;
}

.vavo_tm_news .news_inner ul li .list_inner {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
}

.vavo_tm_news .news_inner ul li .list_inner .image {
	position: relative;
	margin-bottom: 25px;
	border-radius: 5px;
	overflow: hidden;
}

.vavo_tm_news .news_inner ul li .list_inner .image img {
	opacity: 0;
	min-width: 100%;
}

.vavo_tm_news .news_inner ul li .list_inner .image .main {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;

	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.vavo_tm_news .news_inner ul li .list_inner .image:hover .main {
	transform: scale(1.1) translateZ(0);
}

.vavo_tm_news .news_inner ul li .details .title {
	margin: 0px;
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: 600;
}

.vavo_tm_news .news_inner ul li .details .title a {
	text-decoration: none;
	color: #000;
	display: inline-block;

	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.vavo_tm_news .news_inner ul li .details .title a:hover {
	color: #e54b4b;
}

.vavo_tm_news .short_info {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}

.vavo_tm_news .short_info p {
	font-size: 14px;
	font-family: "Poppins";
}

.vavo_tm_news .short_info a {
	text-decoration: none;
	color: #000;
	font-weight: 500;
	display: inline-block;
	position: relative;
}

.vavo_tm_news .short_info a:after {
	content: '';
	width: 0;
	height: 1px;
	position: absolute;
	left: auto;
	right: 0;
	bottom: 0;
	transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
	background: currentColor;
}

.vavo_tm_news .short_info a:hover:after {
	width: 100%;
	left: 0;
	right: auto;
}

.vavo_tm_news .short_info .date {
	position: relative;
	padding-left: 15px;
	margin-left: 10px;
}

.vavo_tm_news .short_info .date:before {
	position: absolute;
	content: "";
	width: 5px;
	height: 5px;
	background-color: #000;
	border-radius: 100%;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
}

/*---------------------------------------------------*/
/*	10) VAVO PORTFOLIO SINGLE
/*---------------------------------------------------*/

.vavo_tm_portfolio_single {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	padding-top: 90px;
}

.vavo_tm_portfolio_single .main_details {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 140px;
}

.vavo_tm_portfolio_single .main_details .details_inner {
	width: 100%;
	height: auto;
	clear: both;
	display: flex;
}

.vavo_tm_portfolio_single .main_details .left .social label {
	font-weight: 700;
	min-width: 130px;
}

.vavo_tm_portfolio_single .main_details .left {
	width: 40%;
}

.vavo_tm_portfolio_single .main_details .left .social {
	display: flex;
	align-items: center;
}

.vavo_tm_portfolio_single .main_details .left .social ul {
	margin: 0px;
	list-style-type: none;
}

.vavo_tm_portfolio_single .main_details .left .social ul li {
	margin: 0px 10px 0px 0px;
	display: inline-block;
}

.vavo_tm_portfolio_single .main_details .left .social ul li a {
	text-decoration: none;
	color: #333;
}

.vavo_tm_portfolio_single .main_details .left .short {
	margin: 0px;
	list-style-type: none;
}

.vavo_tm_portfolio_single .main_details .left .short li {
	margin: 0px 0px 10px 0px;
	width: 100%;
}

.vavo_tm_portfolio_single .main_details .left .short li span {
	display: inline-block;
}

.vavo_tm_portfolio_single .main_details .left .short li span.first {
	font-weight: 700;
	min-width: 130px;
}

.vavo_tm_portfolio_single .main_details .left .short li span a {
	text-decoration: none;
	color: #333;
	position: relative;
	display: inline-block;
}

.vavo_tm_portfolio_single .main_details .left .short li span a:before {
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	left: auto;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .15);
}

.vavo_tm_portfolio_single .main_details .left .short li span a:after {
	content: '';
	width: 0;
	height: 1px;
	position: absolute;
	left: auto;
	right: 0;
	bottom: 0;
	transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
	background: currentColor;
}

.vavo_tm_portfolio_single .main_details .left .short li span a:hover:after {
	width: 100%;
	left: 0;
	right: auto;
}

.vavo_tm_portfolio_single .main_details .right {
	width: 60%;
	padding-left: 50px;
}

.vavo_tm_portfolio_single .main_details .title {
	font-size: 20px;
	font-weight: 600;
	color: #000;
	margin-bottom: 30px;
}

.vavo_tm_portfolio_single .main_details .right p {
	font-size: 20px;
	color: #333;
}

.vavo_tm_portfolio_single .jarallax_image {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	padding: 250px 0px;
	margin-bottom: 140px;
}

.vavo_tm_portfolio_single .jarallax_image .image {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.vavo_tm_portfolio_single .extra_info {
	width: 100%;
	margin-bottom: 140px;
	float: left;
}

.vavo_tm_portfolio_single .extra_info p {
	max-width: 800px;
}

.vavo_tm_portfolio_single .extra_info h3 {
	font-size: 20px;
	font-weight: 600;
	color: #000;
	margin-bottom: 30px;
}

.vavo_tm_portfolio_single .image_list.smallGUtter ul {
	margin-left: -40px;
}

.vavo_tm_portfolio_single .image_list.smallGUtter ul li {
	margin-bottom: 40px;
	padding-left: 40px;
}

.vavo_tm_portfolio_single .image_list {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 65px;
}

.vavo_tm_portfolio_single .image_list ul {
	margin: 0px 0px 0px -70px;
	list-style-type: none;
}

.vavo_tm_portfolio_single .image_list ul li {
	margin: 0px 0px 70px 0px;
	float: left;
	width: 50%;
	padding-left: 70px;
}

.vavo_tm_portfolio_single .image_list ul li:nth-child(2n+3) {
	width: 100%;
}

.vavo_tm_portfolio_single .image_list ul li .inner {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
}

.vavo_tm_portfolio_single .image_list ul li .inner .image {
	float: left;
	position: relative;
}

.vavo_tm_portfolio_single .image_list ul li .inner .image img {
	opacity: 0;
}

.vavo_tm_portfolio_single .image_list ul li .inner .image .main {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 10px;
}

.vavo_tm_portfolio_single .pagination {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 150px;
}

.vavo_tm_portfolio_single .pagination .pagination_inner {
	width: 100%;
	height: auto;
	clear: both;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.vavo_tm_portfolio_single .pagination a {
	text-decoration: none;
	position: relative;
	display: inline-block;
	color: #000;
	font-size: 20px;
	font-weight: 700;
}

.vavo_tm_portfolio_single .pagination a:before {
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	left: auto;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .15);
}

.vavo_tm_portfolio_single .pagination a:after {
	content: '';
	width: 0;
	height: 1px;
	position: absolute;
	left: auto;
	right: 0;
	bottom: 0;
	transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
	background: currentColor;
}

.vavo_tm_portfolio_single .pagination a:hover:after {
	width: 100%;
	left: 0;
	right: auto;
}

/*---------------------------------------------------*/
/*	11) VAVO BLOG SINGLE
/*---------------------------------------------------*/

.vavo_tm_blog_single {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	padding-top: 90px;
}

.vavo_tm_blog_single .mobile_hero_image {
	position: relative;
	margin-bottom: 40px;
	display: none;
}

.vavo_tm_blog_single .mobile_hero_image img {
	min-width: 100%;
}

.vavo_tm_blog_single .mobile_hero_image .main {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.vavo_tm_blog_single .short_info {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 5px;
}

.vavo_tm_blog_single .short_info ul {
	margin: 0px;
	list-style-type: none;
}

.vavo_tm_blog_single .short_info ul li {
	margin: 0px 25px 0px 0px;
	display: inline-block;
}

.vavo_tm_blog_single .short_info ul li:last-child {
	margin-right: 0px;
}

.vavo_tm_blog_single .short_info ul li .list_inner {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
}

.vavo_tm_blog_single .short_info ul li .list_inner span {
	font-size: 14px;
	font-family: "Poppins";
	font-weight: 500;
	padding-left: 25px;
	display: inline-block;
}

.vavo_tm_blog_single .short_info ul li .list_inner a {
	text-decoration: none;
	color: #000;
}

.vavo_tm_blog_single .short_info ul li .list_inner .svg {
	color: #e54b4b;
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	margin-top: -1px;
}

.vavo_tm_blog_single .title {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 30px;
}

.vavo_tm_blog_single .title h3 {
	font-weight: 600;
}

.vavo_tm_blog_single .main_infos {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 40px;
}

.vavo_tm_blog_single .main_infos p {
	margin-bottom: 15px;
}

.vavo_tm_blog_single .main_infos p:last-child {
	margin-bottom: 0px;
}

.vavo_tm_blog_single .main_infos blockquote {
	color: #000;
	border-left: 2px solid #e54b4b;
	padding-left: 20px;
	font-style: italic;
	margin-bottom: 15px;
}

.vavo_tm_blog_single .info_images {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	padding: 20px 0px 12px 0px;
}

.vavo_tm_blog_single .info_images ul {
	margin: 0px 0px 0px -20px;
	list-style-type: none;
}

.vavo_tm_blog_single .info_images ul li {
	margin: 0px 0px 20px 0px;
	width: 50%;
	float: left;
	padding-left: 20px;
}

.vavo_tm_blog_single .info_images ul li .image {
	position: relative;
}

.vavo_tm_blog_single .info_images ul li .image img {
	min-width: 100%;
	opacity: 0;
}

.vavo_tm_blog_single .info_images ul li .image .main {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 10px;
}

.vavo_tm_blog_single .tags {
	width: 100%;
	height: auto;
	clear: both;
	display: flex;
	align-items: center;
	margin-bottom: 100px;
}

.vavo_tm_blog_single .tags label {
	font-family: "Poppins";
	font-weight: 600;
	padding-right: 20px;
}

.vavo_tm_blog_single .tags ul {
	margin: 0px;
	list-style-type: none;
}

.vavo_tm_blog_single .tags ul li {
	margin: 0px 10px 10px 0px;
	display: inline-block;
}

.vavo_tm_blog_single .tags ul li a {
	text-decoration: none;
	color: #000;
	display: inline-block;
	border: 1px solid rgba(0, 0, 0, .15);
	padding: 3px 10px;
}

.vavo_tm_commentbox_wrap {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	background-color: #f8f5f2;
	margin-bottom: 40px;
}

.vavo_tm_commentbox_wrap.half {
	margin-bottom: 70px;
}

.vavo_tm_commentbox_wrap.classic {
	margin-bottom: 110px;
}

.vavo_tm_commentbox_wrap.sidebar {
	margin-bottom: 110px;
}

.vavo_tm_commentbox_wrap .inner_wrap {
	width: 100%;
	height: auto;
	background-color: #f9f9f9;
	clear: both;
	float: left;
	padding: 50px 0px 41px 0px;
}

.vavo_tm_commentbox_wrap .inner_wrap .desriptions_wrap {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	padding: 0px 40px;
	margin-bottom: 46px;
}

.vavo_tm_commentbox_wrap .title h3 {
	color: #000;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
}

.vavo_tm_commentbox_wrap .comment_texts {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}

.vavo_tm_commentbox_wrap .wp {
	position: relative;
	padding-left: 90px;
}

.vavo_tm_commentbox_wrap .wp .avatar {
	position: absolute;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	top: 12px;
	left: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.vavo_tm_commentbox_wrap .wp h3 a {
	color: #000;
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 10px;
	text-transform: capitalize;
	text-decoration: none;
}

.vavo_tm_commentbox_wrap .wp .date {
	font-size: 13px;
	margin-bottom: 12px;
	display: inline-block;
}

body.dark .vavo_tm_commentbox_wrap .wp .text a {
	color: #fff;
}

.vavo_tm_commentbox_wrap .wp .text a {
	text-decoration: none;
	color: #000;
	font-weight: 600;
	font-family: "Poppins";

	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.vavo_tm_commentbox_wrap .wp .text a:hover {
	color: #e54b4b;
}

.vavo_tm_commentbox_wrap .reply_comment_wrap {
	width: 100%;
	height: 200px;
	float: left;
}

.vavo_tm_commentbox_wrap .reply_comment_wrap .title {
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 10px;
}

.vavo_tm_commentbox_wrap .reply_comment_wrap {
	width: 100%;
	float: left;
	height: auto;
	clear: both;
	padding: 0px 40px;
}

.vavo_tm_commentbox_wrap .reply_comment_wrap .input_list_wrap {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}

.vavo_tm_commentbox_wrap .reply_comment_wrap .input_list_wrap .input_row {
	width: 100%;
	clear: both;
	float: left;
	margin-bottom: 22px;
}

.vavo_tm_commentbox_wrap .reply_comment_wrap .input_list_wrap .input_row input {
	width: 100%;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, .3);
	color: #000;
	padding-left: 0px !important;

	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.vavo_tm_commentbox_wrap .reply_comment_wrap .input_list_wrap .input_row input:focus {
	outline: none;
	border-bottom-color: rgba(0, 0, 0, 1)
}

.vavo_tm_commentbox_wrap .reply_comment_wrap .input_list_wrap .input_row textarea {
	width: 100%;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, .3);
	resize: none;
	color: #000;
	padding-left: 0px !important;
	height: 44px;

	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.vavo_tm_commentbox_wrap .reply_comment_wrap .input_list_wrap .input_row textarea:focus {
	outline: none;
	border-bottom-color: rgba(0, 0, 0, 1);
}

.waited {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color: #fff;
	z-index: 10;

	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.waited.loaded {
	left: 100%;
}

/*---------------------------------------------------*/
/*	12) VAVO CONTACT
/*---------------------------------------------------*/

.vavo_tm_contact {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	padding-bottom: 150px;
	padding-top: 140px;
}

.vavo_tm_contact .contact_inner {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}

.vavo_tm_contact .contact_inner .wrapper {
	width: 100%;
	height: auto;
	clear: both;
	display: flex;
	padding-top: 80px;
}

.vavo_tm_contact .fields {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}

.vavo_tm_contact .fields .first {
	width: 100%;
	float: left;
}

.vavo_tm_contact .fields ul {
	margin: 0px;
	list-style-type: none;
}

.vavo_tm_contact .fields ul li {
	width: 100%;
	margin: 0px 0px 30px 0px;
	float: left;
}

.vavo_tm_contact .fields ul li input {
	width: 100%;
	border: 1px solid rgba(0, 0, 0, .2);
	background-color: #fff;
	border-radius: 5px;
}

.vavo_tm_contact .fields ul li input:focus {
	outline: none;
	border: 1px solid rgba(0, 0, 0, .5);
}

.vavo_tm_contact .fields .last textarea {
	width: 100%;
	border: 1px solid rgba(0, 0, 0, .2);
	height: 120px;
	resize: none;
	margin-bottom: 20px;
	background-color: #fff;
	border-radius: 5px;
}

.vavo_tm_contact .fields .last textarea:focus {
	outline: none;
	border: 1px solid rgba(0, 0, 0, .5);
}

.vavo_tm_contact .empty_notice {
	color: #F52225;
	margin-bottom: 7px;
	display: none;
	text-align: left;
	font-weight: 500;
}

.vavo_tm_contact .contact_error {
	color: #F52225;
	text-align: left;
	font-weight: 500;
}

.vavo_tm_contact .returnmessage {
	color: #3A00FF;
	margin-bottom: 7px;
	text-align: left;
	font-weight: 500;
}

/*---------------------------------------------------*/
/*	13) VAVO COPYRIGHT
/*---------------------------------------------------*/

.vavo_tm_copyright {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	background-color: #000;
	padding: 40px 0px 10px 0px;
}

.vavo_tm_copyright .copyright_inner {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}

.vavo_tm_copyright .copyright_inner>ul {
	margin: 0px 0px 0px -30px;
	list-style-type: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.vavo_tm_copyright .copyright_inner>ul>li {
	margin: 0px 0px 30px 0px;
	width: 33.3333%;
	float: left;
	padding-left: 30px;
}

.vavo_tm_copyright .copyright_inner>ul>li span {
	display: block;
	color: #fff;
	font-family: "Poppins";
}

.vavo_tm_copyright .copyright_inner>ul>li span a {
	text-decoration: none;
	color: #fff;
}

.vavo_tm_copyright .copyright_inner .social ul {
	margin: 0px;
	list-style-type: none;
	position: relative;
	top: 4px;
}

.vavo_tm_copyright .copyright_inner .social ul li {
	margin: 0px 20px 0px 0px;
	display: inline-block;
}

.vavo_tm_copyright .copyright_inner .social ul li:last-child {
	margin-right: 0px;
}

.vavo_tm_copyright .copyright_inner .social ul li a {
	text-decoration: none;
	color: #fff;
	position: relative;
	overflow: hidden;
	display: inline-block;
}

.vavo_tm_copyright .copyright_inner .social ul li a .first {
	position: absolute;
	transform: translateY(100%);

	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.vavo_tm_copyright .copyright_inner .social ul li a .second {
	position: relative;
	display: block;

	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.vavo_tm_copyright .copyright_inner .social ul li a:hover .first {
	transform: translateY(0);
}

.vavo_tm_copyright .copyright_inner .social ul li a:hover .second {
	transform: translateY(-100%);
}

.splitting.animated .char {
	-webkit-animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
	animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
	-webkit-animation-delay: calc(30ms * var(--char-index));
	animation-delay: calc(30ms * var(--char-index));
}

.splitting .whitespace {
	width: 10px;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.splitting.txt.animated .char {
	-webkit-animation: fadeIn 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
	animation: fadeIn 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
	-webkit-animation-delay: calc(10ms * var(--char-index));
	animation-delay: calc(10ms * var(--char-index));
}

.splitting.txt .whitespace {
	width: 5px;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}


/*---------------------------------------------------*/
/*	14) VAVO MEDIA QUERIES (FOR SMALL DEVIVES)
/*---------------------------------------------------*/

@media (max-width: 1600px) {
	.arlo_fn_hero_header .job {
		font-size: 23px;
	}

	.vavo_tm_portfolio .portfolio_list ul {
		margin-left: -70px;
	}

	.vavo_tm_portfolio .portfolio_list ul li {
		padding-left: 70px;
		margin-bottom: 70px;
	}

	.vavo_tm_portfolio .details {
		padding-right: 70px;
	}

	.vavo_tm_news .news_inner ul {
		margin-left: -70px;
	}

	.vavo_tm_news .news_inner ul li {
		padding-left: 70px;
		margin-bottom: 70px;
	}
}

@media (max-width: 1200px) {
	.vavo_tm_fixed_section .my_overlay {
		display: none;
	}

	.waited {
		display: none;
	}

	.arlo_fn_hero_header {
		height: 4000px;
		padding-bottom: 100px;
	}

	.arlo_fn_hero_header .hero_details {
		max-width: 100%;
	}

	.arlo_fn_hero_header .container {
		margin-top: 140px;
	}

	.vavo_tm_portfolio .container,
	.vavo_tm_news .container {
		margin-top: 73px;

	}

	/* .mobile_hero_header.home {
		margin-top: 140px;
	} */

	.vavo_tm_down {
		display: none;
	}

	.vavo_tm_down.loaded {
		display: none;
	}

	.vavo_tm_mobile_menu {
		display: block;
	}

	.vavo_tm_sidebar {
		display: none;
	}

	.vavo_tm_fixed_section {
		display: none;
	}

	.vavo_tm_mainpart {
		padding-left: 0px;
	}

	.arlo_fn_hero_header .name {
		font-size: 18px;
	}

	.arlo_fn_hero_header .job {
		font-size: 21px;
	}

	.vavo_tm_blog_single .mobile_hero_image {
		display: block;
	}

	.mobile_hero_header {
		display: block;
	}

	.vavo_tm_portfolio_single {
		padding-top: 140px;
	}

	.vavo_tm_blog_single {
		padding-top: 140px;
	}
}

@media (max-width: 768px) {
	.vavo_tm_portfolio .portfolio_list ul {
		margin: 0px;
	}

	.vavo_tm_portfolio .portfolio_list ul li {
		padding: 0px;
		margin-bottom: 20px;
		width: 100%;
	}

	.vavo_tm_news .news_inner ul {
		margin: 0px;
	}

	.vavo_tm_news .news_inner ul li {
		padding: 0px;
		margin-bottom: 40px;
		width: 100%;
	}

	.vavo_tm_partners ul li {
		width: 50%;
	}

	.vavo_tm_copyright .copyright_inner>ul {
		flex-direction: column;
		align-items: baseline;
		margin: 0px;
	}

	.vavo_tm_copyright .copyright_inner>ul>li {
		padding-left: 0px;
		width: 100%;
	}

	.vavo_tm_title_holder h3 {
		font-size: 30px;
	}

	.vavo_tm_portfolio_single .main_details .details_inner {
		flex-direction: column;
	}

	.vavo_tm_portfolio_single .main_details .left {
		margin-bottom: 40px;
	}

	.vavo_tm_portfolio_single .main_details .right {
		padding: 0px;
		width: 100%;
	}

	.vavo_tm_portfolio_single .main_details .left .social {
		display: block;
	}

	.vavo_tm_portfolio_single .image_list ul {
		margin: 0px;
	}

	.vavo_tm_portfolio_single .image_list ul li {
		padding-left: 0px;
		width: 100%;
		margin-bottom: 20px;
	}

	.mobile_hero_header .my_title h3 {
		font-size: 25px;
	}

	.vavo_tm_blog_single .title h3 {
		font-size: 25px;
	}

	.vavo_tm_blog_single .info_images ul {
		margin: 0px;
	}

	.vavo_tm_blog_single .info_images ul li {
		width: 100%;
		padding-left: 0px;
	}

	.vavo_tm_blog_single .tags {
		display: block;
	}

	.vavo_tm_blog_single .tags label {
		padding-right: 0px;
		margin-bottom: 10px;
		display: inline-block;
	}

	.vavo_tm_commentbox_wrap .wp {
		padding-left: 0px;
	}

	.vavo_tm_commentbox_wrap .wp .avatar {
		position: relative;
		top: 0px;
		left: 0px;
		margin-bottom: 15px;
	}

	.vavo_tm_commentbox_wrap .inner_wrap .desriptions_wrap {
		padding: 0px 20px;
	}

	.vavo_tm_commentbox_wrap .reply_comment_wrap {
		padding: 0px 20px;
	}
}

@media (max-width: 480px) {
	.vavo_tm_partners ul li {
		width: 100%;
	}
}


.cd-headline.slide .cd-words-wrapper {
	overflow: visible;
}