.vt-container {
	padding: 3rem;
}
.vt-rounded {
	border-radius: 1rem;
}
.vt-rounded-s {
	border-radius: 8px;
}
.vt-dark-bg {
	background-color: #000;
}
.vt-gray-bg {
	background-color: #eaeaea;
}
.vt-w-title {
	color: #fff;
}
.vt-title {
	font-family: Raleway;
	font-weight: 900;
	font-size: 3.75rem;
}
.vt-h1-title {
	font-size: 15px;
	text-transform: uppercase;
}
.vt-title em {
	font-weight: 300;
}
.contact-form-title {
	text-align: center;
}
.vt-title-container .vt-h1-title {
	margin-bottom: 2rem;
}
.vt-title-container .vt-title:not(.vt-h1-title) {
	font-size: 64px;
	line-height: 64px;
}
.contact-info-block .vt-title {
	margin-bottom: 0;
}

.contact-info-block ul {
	list-style: none;
	padding: 0;
	margin-bottom: 20px;
}
.vt-contact-form-container .wpcf7 {
	max-width: 100%;
}

.vt-contact-form-container .form-control::placeholder, 
.vt-contact-form-container .wpcf7 .wpcf7-validation-errors::placeholder,
.vt-contact-form-container .wpcf7 input[type="color"], 
.vt-contact-form-container .wpcf7 input[type="date"], 
.vt-contact-form-container .wpcf7 input[type="datetime-local"], 
.vt-contact-form-container .wpcf7 input[type="datetime"], 
.vt-contact-form-container .wpcf7 input[type="email"], 
.vt-contact-form-container .wpcf7 input[type="file"], 
.vt-contact-form-container .wpcf7 input[type="month"], 
.vt-contact-form-container .wpcf7 input[type="number"], 
.vt-contact-form-container .wpcf7 input[type="range"], 
.vt-contact-form-container .wpcf7 input[type="search"], 
.vt-contact-form-container .wpcf7 input[type="submit"], 
.vt-contact-form-container .wpcf7 input[type="tel"], 
.vt-contact-form-container .wpcf7 input[type="text"], 
.vt-contact-form-container .wpcf7 input[type="time"], 
.vt-contact-form-container .wpcf7 input[type="url"], 
.vt-contact-form-container .wpcf7 input[type="week"], 
.vt-contact-form-container .wpcf7 select, 
.vt-contact-form-container .wpcf7 textarea, 
.vt-contact-form-container .form-select:focus,
.vt-contact-form-container .form-control::placeholder, 
.vt-contact-form-container .wpcf7 .wpcf7-validation-errors::placeholder,
.vt-contact-form-container .wpcf7 input[type="color"]::placeholder, 
.vt-contact-form-container .wpcf7 input[type="date"]::placeholder, 
.vt-contact-form-container .wpcf7 input[type="datetime-local"]::placeholder, 
.vt-contact-form-container .wpcf7 input[type="datetime"]::placeholder, 
.vt-contact-form-container .wpcf7 input[type="email"]::placeholder, 
.vt-contact-form-container .wpcf7 input[type="file"]::placeholder, 
.vt-contact-form-container .wpcf7 input[type="month"]::placeholder, 
.vt-contact-form-container .wpcf7 input[type="number"]::placeholder, 
.vt-contact-form-container .wpcf7 input[type="range"]::placeholder, 
.vt-contact-form-container .wpcf7 input[type="search"]::placeholder, 
.vt-contact-form-container .wpcf7 input[type="submit"]::placeholder, 
.vt-contact-form-container .wpcf7 input[type="tel"]::placeholder, 
.vt-contact-form-container .wpcf7 input[type="text"]::placeholder, 
.vt-contact-form-container .wpcf7 input[type="time"]::placeholder, 
.vt-contact-form-container .wpcf7 input[type="url"]::placeholder, 
.vt-contact-form-container .wpcf7 input[type="week"]::placeholder, 
.vt-contact-form-container .wpcf7 select::placeholder, 
.vt-contact-form-container .wpcf7 textarea::placeholder{
	color: #fff;
	text-transform: uppercase;
	background-color: transparent;
}
.vt-contact-form-container .wpcf7 textarea {
	max-height: 200px;
}
.vt-contact-form-container {
	text-align: left;
}
.hover-overlay {
	transition: opacity 0.3s ease, visibility 0.3s ease;
}
.hover-overlay:hover {
	background: linear-gradient(rgb(199, 218, 60) 0%, rgb(28, 150, 163) 100%);
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* -- sliders -- */
.vt-swiper .swiper-slide {
	height: 286px;
	background-color: #EAEAEA;
	border-radius: 8px;
}
.vt-swiper .s-title,
.vt-swiper .hover-content .s-content {
	font-family: Raleway;
	font-weight: 900;
	font-size: 26px;
	line-height: 32px;
}
.vt-swiper .hover-content .s-title,
.vt-swiper .hover-content .s-content {
	color: #fff;
}
.vt-swiper .hover-content .s-content {
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
}
.vt-swiper .hover-content .s-content {
	margin-bottom: 0;
}
.vt-swiper .swiper-pagination-bullet  {
	border-radius: 10px;
	background: #000;
	width: 28px;
	height: 11px;
	opacity: 1;
}
.vt-swiper .swiper-pagination-bullet-active {
	background-color: #C7DA3C;
	width: 69px;
}
.vt-swiper .swiper-pagination {
	position: static;
	margin-top: 20px;
}
.vt-swiper .swiper-slide {
	display: flex;
	align-items: center;
	padding: 3rem;
	position: relative;
}
.vt-swiper .swiper-slide .hover-content {
	padding: 3rem;
	position: absolute;
	border-radius: 8px;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	/*transition: all 0.6s ease;*/
	background: linear-gradient(rgb(199, 218, 60) 0%, rgb(28, 150, 163) 100%);
	display: flex;
	align-items: center;
}
vt-swiper .swiper-slide .hover-content {
	flex-grow: 1;
}
.vt-swiper .swiper-slide:hover .hover-content {
  opacity: 1;
  visibility: visible;
  color: #fff;
}
.vt-swiper.swiper-hover-overlay .swiper-slide {
	border: 1px solid #fff;
	transition: all 0.6s ease;
}
.vt-swiper.swiper-hover-overlay .swiper-slide:hover {
	transition: opacity 0.3s ease, visibility 0.3s ease;
	background: linear-gradient(rgb(199, 218, 60) 0%, rgb(28, 150, 163) 100%);
	border-color: #C7DA3C;
}
.vt-swiper.swiper-hover-overlay .swiper-slide {
	height: 386px;
}
.vt-swiper.swiper-hover-overlay .swiper-slide .s-content {
	font-family: Raleway;
	font-weight: 300;
	font-size: 24px;
	line-height: 32px;
	text-align: center;
	vertical-align: middle;
}
.vt-swiper.swiper-hover-overlay .swiper-slide:hover .s-content  {
	color: #fff;
}
.vt-slider-wrapper .vt-swiper  {
	width: 75%;
	margin: 0 auto;
}
.vt-slider-wrapper h2 {
	margin-bottom: 40px;
}
.vt-swiper.swiper-tiktok-mit-istina {
	padding-top: 100px;
}
.vt-swiper.swiper-tiktok-mit-istina .swiper-slide {
	display: block;
	height: auto;
	padding: 0;
}
.vt-swiper.swiper-tiktok-mit-istina .swiper-slide .t-row,
.vt-swiper.swiper-tiktok-mit-istina .swiper-slide .b-row {
	height: 150px;
	text-align: center;
}
.vt-swiper.swiper-tiktok-mit-istina .swiper-slide .t-row {
	background-color: #EAEAEA;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.vt-swiper.swiper-tiktok-mit-istina .swiper-slide .b-row {
	background-color: #C7DA3C;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.vt-swiper.swiper-tiktok-mit-istina .swiper-slide .row-title {
	font-family: Raleway;
	font-weight: 900;
	font-size: 64px;
	line-height: normal;
	text-transform: uppercase;
	opacity: 0.15;
	display: inline-block;
	margin-top: -15px;
}
.vt-swiper.swiper-tiktok-mit-istina .swiper-slide .s-content {
	font-family: Raleway;
	font-weight: 700;
	font-size: 15px;
	line-height: 24px;
}
.vt-swiper.swiper-tiktok-mit-istina .swiper-button-next, 
.vt-swiper.swiper-tiktok-mit-istina .swiper-button-prev {
	top: 30px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #000;
	color: #fff;
	align-items: baseline;
	line-height: 50px;
	font-size: 32px;
	transition: all 0.3s ease;
}
.vt-swiper.swiper-tiktok-mit-istina .swiper-button-next:hover,
.vt-swiper.swiper-tiktok-mit-istina .swiper-button-prev:hover,
.vt-swiper.swiper-tiktok-mit-istina .swiper-button-disabled {
	background-color: #C7DA3C;
}
.vt-swiper.swiper-tiktok-mit-istina .swiper-button-next {
	right: 0;
}
.vt-swiper.swiper-tiktok-mit-istina .swiper-button-prev {
	right: 80px;
	left: unset;
}
.vt-swiper.swiper-tiktok-mit-istina .swiper-button-next::after,
.vt-swiper.swiper-tiktok-mit-istina .swiper-button-prev::after {
	content: '';
	font-family: inherit;
}
/* -- /sliders -- */
.vt-contact-form-container .nav-tabs {
	border: 0;
	margin-bottom: 15px;
}
.vt-contact-form-container .tab-content {
	padding-left: 0;
	padding-right: 0;
}
.vt-contact-form-container .nav-item:first-of-type {
	margin-right: 10px;
}
.vt-contact-form-container .nav-item:last-of-type {
	margin-left: 10px;
}
.vt-contact-form-container button.nav-link {
	background: 0 !important;
	border: 0;
	color: #fff !important;
	text-transform: uppercase;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
}
.vt-contact-form-container button.nav-link.active,
.vt-contact-form-container button.nav-link:hover {
	border-bottom: 1px solid #fff;
}
/*.wpcf7 input[type="submit"] {
	border-bottom: 1px solid #fff;
	border-radius: 0;
}
.wpcf7 input[type="submit"]:hover {
	border-bottom: 1px solid #c7da3c;
	background: 0 !important;
}*/
