/* IT-Firm IT Businees HTML-5 Template */
@import url('global.css');
@import url('../css/header.css');
@import url('../css/footer.css');
@import url('../css/font-awesome.css');
@import url('../css/flaticon.css');
@import url('../css/animate.css');
@import url('../css/owl.css');
@import url('../css/jquery-ui.css');
@import url('../css/custom-animate.css');
@import url('../css/magnific-popup.css');
@import url('../css/odometer-theme-default.css');

/***
====================================================================
	Main Slider Section
====================================================================
***/
body {
	-webkit-user-select: none;
	/* Chrome, Safari */
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* IE/Edge */
	user-select: none;
	/* Padrão */
}

#aviso {
	display: none;
	position: fixed;
	top: 40%;
	left: 50%;
	max-width: 450px;
	transform: translate(-50%, -50%);
	background: #fff;
	border: 2px solid #333;
	padding: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	z-index: 9999;
	text-align: center;
	border-radius: 8px;
	font-family: Arial, sans-serif;
}

#aviso a {
	color: #0066cc;
	text-decoration: underline;
}

/***
====================================================================
	Service One
====================================================================
***/
/***
====================================================================
	About One
====================================================================
***/
.about-one {
	position: relative;
	padding: 30px 0px 30px;
}

.about-one .auto-container {
	position: relative;
}

.about-one_content {
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.about-one_content-inner {
	position: relative;
	padding-right: var(--padding-right-100);
}

/* About Tabs */
.about-tabs {
	position: relative;
}

.about-tabs .tab-btns {
	position: relative;
	border-bottom: 3px solid var(--color-eight);
}

.about-tabs .tab-btns .tab-btn {
	position: relative;
	line-height: 24px;
	cursor: pointer;
	font-weight: 700;
	display: inline-block;
	padding: 0px 10px 15px;
	transition: all 500ms ease;
	color: var(--color-fifteen);
	font-size: var(--font-17);
	margin-right: var(--margin-right-20);
}

.about-tabs .tab-btns .tab-btn:before {
	position: absolute;
	content: '';
	left: 0px;
	bottom: -3px;
	height: 3px;
	right: 0px;
	opacity: 0;
	transform: scale(0.5, 1);
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	background-color: var(--avs-yellow);
}

.about-tabs .tab-btns .tab-btn:hover::before,
.about-tabs .tab-btns .tab-btn.active-btn::before {
	opacity: 1;
	transform: scale(1, 1);
}

.about-tabs .tab-btns .tab-btn:hover,
.about-tabs .tab-btns .tab-btn.active-btn {
	color: var(--avs-yellow);
}

.about-tabs .tabs-content {
	position: relative;
	padding: 25px 0px 0px;
}

.about-tabs .tabs-content .tab {
	position: relative;
	display: none;
	border-top: 0px;
}

.about-tabs .tabs-content .tab.active-tab {
	display: block;
}

.about-tabs .tabs-content ul li::before {
	color: var(--avs-yellow);
	content: "";
	left: 10px;
	top: 17px;
	display: inline-block;
	font-family: "Font Awesome 5 Pro";
	padding-right: 5px;
}

.about-cicle_layer-two {
	position: absolute;
	right: 0px;
	top: 0px;
}

.about-one-image-inner-two {
	position: relative;
	padding-top: var(--padding-top-90);
}

.about-one_image-two {
	position: relative;
	z-index: 1;
	display: inline-block;
}

.about-one_award {
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: -20px;
	padding: 25px 20px;
	border-radius: 20px 20px 0px 0px;
	background-color: var(--white-color);
	box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.10);
}

.about-one_award-inner {
	position: relative;
	line-height: 28px;
	color: var(--color-six);
	font-size: var(--font-16);
	padding-left: var(--padding-left-70);
}

.about-one_award-icon {
	position: absolute;
	left: 0px;
	top: 7px;
}

.about-one_award-inner strong {
	position: relative;
	display: block;
	font-weight: 700;
	font-size: var(--font-24);
	color: var(--color-fiftyseven);
	margin-bottom: var(--margin-bottom-10);
}

/* About One Counter Block */
/***
====================================================================
	Counter One
====================================================================
***/
/***
====================================================================
	Service Two
====================================================================
***/
/***
====================================================================
	Fluid One
====================================================================
***/
.fluid-one {
	position: relative;
	background-color: var(--color-five);
}

.fluid-one .owl-nav {
	display: none;
}

.fluid-one .owl-dots {
	position: absolute;
	right: 50px;
	bottom: 50px;
	width: 20px;
}

.fluid-one .owl-dots .owl-dot {
	position: relative;
	width: 12px;
	height: 12px;
	display: block;
	margin: 10px 0px;
	border-radius: 50px;
}

.fluid-one .owl-dot {
	background-color: var(--avs-white);
}

.fluid-one .owl-dot.active {
	background-color: var(--avs-yellow);
}

.fluid-one_carousel-column {
	position: relative;
	width: 50%;
}

.fluid-one_carousel-inner {
	position: relative;
}

.fluid-one_content-column {
	position: relative;
	width: 50%;
}

.fluid-one_column-inner {
	position: relative;
	max-width: 90%;
	padding: 0px;
	justify-self: anchor-center;
}

.fluid-one_image {
	position: relative;
	margin: var(--margin-zero);
}

.fluid-one_image img {
	position: relative;
	width: 100%;
	display: block;
}

.fluid-one_image:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 200px;
	bottom: 0px;
	right: 0px;
	z-index: 1;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	/* background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(100, rgba(0, 0, 0, 1)));
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%); */
}

.fluid-one_image:after {
	display: none;
	position: absolute;
	content: '';
	bottom: 0px;
	right: 0px;
	z-index: 1;
	width: 135px;
	height: 200px;
	opacity: 0.80;
	background: var(--avs-brown);
	-webkit-transform: skewX(-25deg);
	-moz-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	-o-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

/***
====================================================================
	Team One
====================================================================
***/
.team-one {
	position: relative;
	padding: 60px 0px 70px;
}

/***
====================================================================
	Awards One
====================================================================
***/
/***
====================================================================
	Testimonial One
====================================================================
***/
/***
====================================================================
	Projects One
====================================================================
***/
/* Project One */
/***
====================================================================
	News One
====================================================================
***/
/***
====================================================================
	CTA One
====================================================================
***/
.cta-one {
	/* position: relative;
	 justify-content: space-between; */
	padding: 70px 0px 70px;
	background-color: var(--avs-yellow);
}

.cta-one_heading {
	font-size: var(--font-30);
	color: var(--avs-blue);
}

.cta-one_text {
	position: relative;
	font-size: var(--font-17);
	color: var(--avs-blue);
	margin-top: var(--margin-top-10);
}

.cta-one ul {
	justify-content: center;
	display: flex;
}

@media (max-width: 991px) {
	.cta-one ul {
		text-align: center;
		display: block;
	}

	.cta-one ul li {
		margin-bottom: 30px;
	}

	.hide-md {
		display: none;
	}
}

/***
====================================================================
	Slider Two
====================================================================
***/
.slider-two {
	position: relative;
}

.slider-two_image-layer {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1;
	background-size: cover;
	background-position: center center;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 6000ms linear;
	-moz-transition: all 6000ms linear;
	-ms-transition: all 6000ms linear;
	-o-transition: all 6000ms linear;
	transition: all 6000ms linear;
}

.slider-two .active .slider-two_image-layer {
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
}

.slider-two .slide {
	position: relative;
	padding: 150px 0px 220px;
}

.slider-two .owl-dots {
	display: none;
}

.slider-two .owl-nav {
	position: absolute;
	left: 0px;
	top: 50%;
	opacity: 0;
	right: 0px;
	width: 100%;
	z-index: 10;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
}

.slider-two:hover .owl-nav {
	opacity: 1;
}

.slider-two .owl-nav .owl-prev {
	position: absolute;
	left: 30px;
	width: 48px;
	height: 48px;
	border-radius: 50px;
	line-height: 48px;
	text-align: center;
	display: inline-block;
	font-size: var(--font-20);
	color: var(--white-color);
	transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-webkit-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	font-family: 'Font Awesome 5 Pro';
	border: 1px solid var(--white-color);
}

.slider-two .owl-nav .owl-next {
	position: absolute;
	right: 30px;
	width: 48px;
	height: 48px;
	line-height: 48px;
	display: inline-block;
	text-align: center;
	border-radius: 50px;
	font-size: var(--font-20);
	color: var(--white-color);
	transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-webkit-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	font-family: 'Font Awesome 5 Pro';
	border: 1px solid var(--white-color);
}

.slider-two .owl-nav .owl-prev:hover,
.slider-two .owl-nav .owl-next:hover {
	color: var(--white-color);
	border-color: var(--color-thirtythree);
	background-color: var(--color-thirtythree);
}

.slider-two-content {
	position: relative;
	z-index: 1;
}

.slider-two_inner {
	position: relative;
}

.slider-two_heading {
	opacity: 0;
	transform: scale(1, 0.2);
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	font-weight: 700;
	color: var(--white-color);
	margin-top: var(--margin-top-30);
	font-family: var(--font-family-Inter);
	text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.10);
}

.slider-two .active .slider-two_heading {
	opacity: 1;
	transform: scale(1, 1);
	-webkit-transition-delay: 600ms;
	-moz-transition-delay: 600ms;
	-ms-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	transition-delay: 600ms;
}

.slider-two_text {
	opacity: 0;
	transform: scale(1, 0.2);
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	font-weight: 400;
	line-height: 30px;
	color: var(--white-color);
	font-size: var(--font-20);
	margin-top: var(--margin-top-20);
	font-family: var(--font-family-Inter);
	margin-bottom: var(--margin-bottom-40);
}

.slider-two .active .slider-two_text {
	opacity: 1;
	transform: scale(1, 1);
	-webkit-transition-delay: 900ms;
	-moz-transition-delay: 900ms;
	-ms-transition-delay: 900ms;
	-o-transition-delay: 900ms;
	transition-delay: 900ms;
}

.slider-two .slider-two_button-box {
	position: relative;
	opacity: 0;
	transform: scale(1, 0.2);
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
}

.slider-two .active .slider-two_button-box {
	opacity: 1;
	transform: scale(1, 1);
	-webkit-transition-delay: 1200ms;
	-moz-transition-delay: 1200ms;
	-ms-transition-delay: 1200ms;
	-o-transition-delay: 1200ms;
	transition-delay: 1200ms;
}

/* Feature Block One */
/***
====================================================================
	Clients One
====================================================================
***/
/***
====================================================================
	About Two
====================================================================
***/
@-webkit-keyframes ripple {
	70% {
		box-shadow: 0 0 0 70px rgba(253, 167, 0, 0);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(253, 167, 0, 0);
	}
}

@keyframes ripple {
	70% {
		box-shadow: 0 0 0 70px rgba(253, 167, 0, 0);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(253, 167, 0, 0);
	}
}

.about-two_text {
	position: relative;
	line-height: 29px;
	font-size: var(--font-17);
	color: var(--color-thirtyseven);
	padding-left: var(--padding-left-30);
	border-left: 2px solid var(--avs-yellow);
}

.about-two_feature {
	position: relative;
	padding: 30px 0px;
	margin-top: var(--margin-top-40);
	margin-bottom: var(--margin-bottom-40);
	border-top: 2px solid var(--color-thirtyeight);
	border-bottom: 2px solid var(--color-thirtyeight);
}

.about-two_block {
	position: relative;
}

.about-two_block-inner {
	position: relative;
	font-weight: 700;
	padding-left: var(--padding-left-70);
}

.about-two_block-icon {
	position: absolute;
	left: 0px;
	top: 0px;
	line-height: 1em;
}

.about-two_block-heading {
	line-height: 26px;
	color: var(--avs-white);
}

/***
====================================================================
	Services One
====================================================================
***/
.services-one {
	position: relative;
	padding: 100px 0px 100px;
	background-color: var(--avs-white);
}

.services-one .owl-carousel .owl-stage-outer {
	padding-top: var(--padding-top-30);
}

.services-one .owl-nav {
	position: relative;
	margin-top: var(--margin-top-30);
}

.services-one .owl-nav .owl-prev {
	position: relative;
	width: 46px;
	height: 46px;
	line-height: 48px;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	font-size: var(--font-18);
	color: var(--black-color);
	background-color: var(--white-color);
	transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-webkit-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
}

.services-one .owl-nav .owl-next {
	position: absolute;
	right: 0px;
	width: 46px;
	height: 46px;
	line-height: 48px;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	font-size: var(--font-18);
	color: var(--black-color);
	background-color: var(--white-color);
	transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-webkit-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
}

.services-one .owl-nav .owl-prev:hover,
.services-one .owl-nav .owl-next:hover {
	color: var(--white-color);
	background-color: var(--avs-yellow);
}

.services-one .owl-dots {
	position: relative;
	width: 980px;
	height: 4px;
	margin: 0 auto;
	top: -25px;
	background-color: var(--color-fourtyone);
}

.services-one .owl-dots .owl-dot {
	position: relative;
	width: 33.333%;
	height: 4px;
	top: -11px;
	opacity: 0;
	display: inline-block;
	background-color: var(--avs-yellow);
}

.services-one .owl-dots .owl-dot.active,
.services-one .owl-dots .owl-dot:hover {
	opacity: 1;
}

.services-one_pattern-layer {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-position: center center;
	background-repeat: no-repeat;
}

.services-one_inner-coontainer {
	position: relative;
}

.service-block_three {
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.service-block_three-inner {
	position: relative;
	text-align: center;
	padding: 0px 20px 40px;
}

.service-block_three-inner:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 40px;
	right: 0px;
	bottom: 0px;
	border-radius: 60px 10px 10px 10px;
	background-color: var(--white-color);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
}

.service-block_three-icon {
	position: relative;
	width: 76px;
	height: 76px;
	margin: 0 auto;
	display: block;
	z-index: 1;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.service-block_three-icon:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: -1;
	border-radius: 20px;
	transform: rotate(45deg);
	background: var(--avs-blue);
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.20);
}

.service-block_three-inner:hover .service-block_three-icon {
	opacity: 0;
}

.service-block_three-heading {
	position: relative;
	font-weight: 700;
	font-size: var(--font-20);
	color: var(--avs-blue);
	margin-top: var(--margin-top-45);
	padding-bottom: var(--padding-bottom-15);
}

.service-block_three-heading:before {
	position: absolute;
	content: '';
	left: 50%;
	bottom: 0px;
	width: 90px;
	height: 4px;
	transform: translateX(-50%);
	background: var(--avs-yellow)
}

.service-block_three-heading {
	position: relative;
	color: var(--avs-blue);
}

.service-block_three-heading.alternate {
	color: var(--avs-yellow);
	padding-bottom: var(--padding-zero);
}

.service-block_three-heading.alternate:before {
	display: none;
}

.service-block_three-text.alternate {
	color: var(--avs-white);
}

.service-block_three-text {
	position: relative;
	line-height: 28px;
	font-size: var(--font-16);
	margin-top: var(--margin-top-25);
	justify-self: center;
}

.service-block_three-overlay {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 2;
	opacity: 0;
	overflow: hidden;
	padding: 30px 30px 30px;
	background: var(--avs-brown);
	border-radius: 10px 30px 10px 10px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	transform: scale(0.2, 1);
}

.service-block_three-inner:hover .service-block_three-overlay {
	opacity: 1;
	transform: scale(1, 1);
}

.service-block_three-color-layer {
	/* position:absolute;
	left:0px;
	top:0px;
	right:0px;
	height:261px;
	background:url(../images/background/pattern-15.png) no-repeat;
	background-size:cover; */
}

.service-block_three-icon-two {
	position: relative;
	width: 76px;
	height: 76px;
	margin: 0 auto;
	display: block;
	z-index: 1;
}

.service-block_three-icon-two:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: -1;
	border-radius: 20px;
	transform: rotate(45deg);
	background: var(--white-color);
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.20);
}

a:hover {
	color: var(--avs-yellow);
}

/***
====================================================================
	Case One
====================================================================
***/
.case-one {
	position: relative;
	overflow: hidden;
}

.case-one_pattern-layer {
	position: absolute;
	right: 0px;
	top: 110px;
	width: 1046px;
	height: 1062px;
	background-repeat: no-repeat;
}

.case-one_pattern-layer-two {
	background-image: url(../images/pattern-products2.png);
	position: absolute;
	left: 0px;
	bottom: 110px;
	width: 395px;
	height: 353px;
	z-index: 80;
	background-repeat: no-repeat;
}

@media (max-width: 1750px) {
	.case-one_pattern-layer-two {
		background-image: url(../images/pattern-products2small.png);
		position: absolute;
		left: 0px;
		bottom: 0px;
		width: 395px;
		height: 353px;
		z-index: 80;
		background-repeat: no-repeat;
	}
}

.case-one .owl-stage-outer {
	overflow: visible;
}

.case-one_inner-container {
	position: relative;
}

.bg-brown .case-one_inner-container:before {
	position: absolute;
	content: '';
	right: 100%;
	top: 0px;
	bottom: 0px;
	width: 200%;
	z-index: 10;
	background-color: var(--avs-brown);
}

.case-one .owl-item {
	opacity: 0.40;
}

.case-one .owl-item.active {
	opacity: 1;
}

.case-one .owl-nav {
	position: relative;
	margin-top: var(--margin-top-30);
	z-index: 999 !important;
}

.case-one .owl-nav .owl-prev {
	position: relative;
	left: 5px;
	width: 46px;
	height: 46px;
	line-height: 48px;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	font-size: var(--font-18);
	color: var(--black-color);
	background-color: var(--white-color);
	transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-webkit-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
}

.case-one .owl-nav .owl-next {
	position: absolute;
	right: 0px;
	width: 46px;
	height: 46px;
	line-height: 48px;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	font-size: var(--font-18);
	color: var(--black-color);
	background-color: var(--white-color);
	transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-webkit-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
}

.case-one .owl-nav .owl-prev:hover,
.case-one .owl-nav .owl-next:hover {
	color: var(--white-color);
	background-color: var(--avs-yellow);
}

.case-one .owl-dots {
	position: relative;
	width: 980px;
	height: 4px;
	margin: 0 auto;
	top: -25px;
	background-color: var(--color-fourtyone);
}

.case-one .owl-dots .owl-dot {
	position: relative;
	width: 33.333%;
	height: 4px;
	top: -11px;
	opacity: 0;
	display: inline-block;
	background-color: var(--avs-yellow);
}

.case-one .owl-dots .owl-dot.active,
.case-one .owl-dots .owl-dot:hover {
	opacity: 1;
}

/* Case Block */
.case-block {
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.case-block_inner {
	position: relative;
}

.case-block_image {
	position: relative;
}

.case-block_image img {
	position: relative;
	width: 100%;
	display: block;
}

.case-one_overlay {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
}

.case-one_overlay:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	z-index: 1;
	right: 0px;
	bottom: 0px;
	opacity: 0.80;
	background: var(--avs-yellow)
}

.case-block_inner:hover .case-one_overlay {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}

.case-block_plus {
	position: relative;
	width: 64px;
	height: 64px;
	z-index: 2;
	line-height: 64px;
	text-align: center;
	font-size: var(--font-20);
	color: var(--avs-yellow);
	background-color: var(--color-fourtytwo);
}

.case-block_lower-content {
	position: relative;
	padding: 30px 35px 40px;
	border: 1px solid var(--color-fourtythree);
	border-top: none;
	background-color: var(--white-color);
}

.case-block_heading {
	position: relative;
	font-weight: 700;
}

.case-block_heading a {
	position: relative;
	color: var(--black-color);
}

.case-block_heading a:hover {
	color: var(--avs-yellow);
}

.case-block_location {
	position: relative;
	margin: 15px 0px;
	font-size: var(--font-16s);
	color: var(--color-thirtyseven);
	padding-left: var(--padding-left-20);
}

.case-block_location:before {
	position: absolute;
	content: "\f00c";
	left: 0px;
	top: 0px;
	font-weight: 800;
	color: var(--avs-yellow);
	font-family: 'Font Awesome 5 Pro';
}

.case-block_text {
	position: relative;
	line-height: 28px;
	font-size: var(--font-16);
	color: var(--color-thirtyseven);
}

.case-block_text p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;
}

/***
====================================================================
	Choose One
====================================================================
***/
/***
====================================================================
	Product Tabs Style
====================================================================
***/
/***
====================================================================
	Counter Two
====================================================================
***/
/***
====================================================================
	Pricing One
====================================================================
***/
/* Price Block */
/***
====================================================================
	Testimonial Section
====================================================================
***/
/***
====================================================================
	News Two
====================================================================
***/
/***
====================================================================
	Banner One
====================================================================
***/
/** bubble-dotted **/
@-webkit-keyframes animateBubble {
	0% {
		margin-top: 20%
	}

	100% {
		margin-top: -30%
	}
}

@-moz-keyframes animateBubble {
	0% {
		margin-top: 20%
	}

	100% {
		margin-top: -30%
	}
}

@keyframes animateBubble {
	0% {
		margin-top: 20%
	}

	100% {
		margin-top: -30%
	}
}

@-webkit-keyframes sideWays {
	0% {
		margin-left: 0
	}

	100% {
		margin-left: 25px
	}
}

@-moz-keyframes sideWays {
	0% {
		margin-left: 0
	}

	100% {
		margin-left: 25px
	}
}

@keyframes sideWays {
	0% {
		margin-left: 0
	}

	100% {
		margin-left: 25px
	}
}

/***
====================================================================
	Company One
====================================================================
***/
/***
====================================================================
	Company Two
====================================================================
***/
.company-two {
	position: relative;
	padding: 110px 0px 90px;
	background-color: var(--avs-blue);
}

.company-two_image-column {
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.company-two_image-inner {
	position: relative;
}

.company-two_image-column .sec-title_three {
	margin-bottom: var(--margin-bottom-30);
}

.compant-two_list {
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.compant-two_list li {
	position: relative;
	line-height: 32px;
	font-size: var(--font-18);
	color: var(--avs-white);
	padding-left: var(--padding-left-45);
	margin-bottom: var(--margin-bottom-15);
}

.compant-two_list li span {
	position: absolute;
	left: 0px;
	top: 4px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50px;
	text-align: center;
	font-weight: 700;
	display: inline-block;
	color: var(--avs-white);
	font-size: var(--font-16);
	background: var(--avs-yellow);
	box-shadow: 0 10px 13px rgb(255 180 0 / 21%);
	-webkit-box-shadow: 0 10px 13px rgb(255 180 0 / 21%);
}

.compant-two_list li:nth-child(2) span {
	background: var(--avs-yellow);
	box-shadow: 0 10px 13px rgb(255 180 0 / 21%);
	-webkit-box-shadow: 0 10px 13px rgb(255 180 0 / 21%);
}

.compant-two_list li:nth-child(3) span {
	background: var(--avs-yellow);
	box-shadow: 0 10px 13px rgb(255 180 0 / 21%);
	-webkit-box-shadow: 0 10px 13px rgb(255 180 0 / 21%);
}

.compant-two_list li:last-child {
	margin-bottom: var(--margin-zero);
}

.company-two .sec-title_three-big_title {
	color: var(--avs-white);
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	opacity: .1;
	line-height: 0px;
	z-index: -1;
}

.company-two .sec-title_three-text {
	color: var(--avs-white);
}

/***
====================================================================
	About Three
====================================================================
***/
/* Skills Section */
/* Play Box */
.about-three_play {
	position: relative;
	font-weight: 700;
	letter-spacing: 2px;
	display: inline-block;
	text-transform: uppercase;
	color: var(--black-color);
	margin-top: var(--margin-top-25);
}

.about-three_play:hover {
	color: var(--avs-yellow);
}

.about-three_play span {
	position: relative;
	width: 60px;
	height: 60px;
	font-weight: 800;
	line-height: 60px;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	color: var(--white-color);
	background: var(--color-thirtytwo);
	margin-right: var(--margin-right-15);
	background: var(--avs-yellow)
}

.about-three_play .ripple,
.about-three_play .ripple:before,
.about-three_play .ripple:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	border-radius: 50px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, .1);
	-ms-box-shadow: 0 0 0 0 rgba(0, 0, 0, .1);
	-o-box-shadow: 0 0 0 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 0 0 rgba(0, 0, 0, .1);
	-webkit-animation: ripple 3s infinite;
	-moz-animation: ripple 3s infinite;
	-ms-animation: ripple 3s infinite;
	-o-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
}

.about-three_play .ripple:before {
	-webkit-animation-delay: .9s;
	-moz-animation-delay: .9s;
	-ms-animation-delay: .9s;
	-o-animation-delay: .9s;
	animation-delay: .9s;
	content: "";
	position: absolute;
}

.about-three_play .ripple:after {
	-webkit-animation-delay: .6s;
	-moz-animation-delay: .6s;
	-ms-animation-delay: .6s;
	-o-animation-delay: .6s;
	animation-delay: .6s;
	content: "";
	position: absolute;
}

/***
====================================================================
	Counter Three
====================================================================
***/
/***
====================================================================
	Steps One
====================================================================
***/
/***
====================================================================
	Services Two
====================================================================
***/
/* Service Block Four */
/***
====================================================================
	Testimonial Section Two
====================================================================
***/
/***
====================================================================
	Clients Two
====================================================================
***/
/***
====================================================================
	Slider Three
====================================================================
***/
/***
====================================================================
	Services Three
====================================================================
***/
/***
====================================================================
	Company Three
====================================================================
***/
/***
====================================================================
	CTA Two
====================================================================
***/
/***
====================================================================
	Steps Two
====================================================================
***/
/***
====================================================================
	Services Four
====================================================================
***/
/***
====================================================================
	Case One
====================================================================
***/
/* Case Block */
/***
====================================================================
	Contact One
====================================================================
***/
.contact-one {
	position: relative;
	padding: 110px 0px 80px;
}

/***
====================================================================
	Comment Form
====================================================================
***/
/* Contact One Info */
/***
====================================================================
	Testimonial Two
====================================================================
***/
/***
====================================================================
	Clients Three
====================================================================
***/
/***
====================================================================
	Page Title
====================================================================
***/
.page-title {
	position: relative;
	background-size: cover;
	background-position: top;
	padding: 280px 0px 110px;
	color: var(--avs-yellow);
}

.page-title:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	opacity: 0.75;
	/* background-color: var(--color-three); */
}

.page-title h2 {
	color: var(--avs-yellow);
}

.page-title h1 {
	color: var(--avs-yellow);
	line-height: 55px;
	font-weight: 600;
	font-size: var(--font-45);
	;
}

.products {
	text-align: center;
	padding: 110px 0px 110px !important;
}

/***
====================================================================
	Process One
====================================================================
***/
/***
====================================================================
	Testimonial Three
====================================================================
***/
.testimonial-three {
	position: relative;
	background-color: var(--avs-blue);
	padding: 0px 0px 100px 0px;
}

.testimonial-three .sec-title_two-heading,
.testimonial-three .about-two_text {
	color: var(--avs-white);
}

.testimonial-three .sec-title {
	margin-bottom: var(--margin-bottom-25);
}

.testimonial-three_image-column {
	position: relative;
}

.testimonial-three_image-inner {
	position: relative;
}

.testimonial-three_image {
	position: relative;
}

.testimonial-three_image img {
	position: relative;
	max-width: inherit;
	width: auto;
}

.testimonial-three .owl-nav {
	display: none;
}

.testimonial-three .owl-dots {
	position: absolute;
	right: 0px;
	width: 20px;
	bottom: 5px;
}

.testimonial-three .owl-dots .owl-dot {
	position: relative;
	width: 15px;
	height: 15px;
	display: block;
	opacity: 0.15;
	margin: 15px 0px;
	border-radius: 50px;
	background-color: var(--black-color);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.testimonial-three .owl-dots .owl-dot.active,
.testimonial-three .owl-dots .owl-dot:hover {
	opacity: 1;
	background-color: var(--avs-yellow);
}

/***
====================================================================
	Sidebar Page Container
====================================================================
***/
.sidebar-page-container {
	position: relative;
	padding: 110px 0px 80px;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side {
	margin-bottom: var(--margin-bottom-30);
}

/* Sidebar Widget */
.sidebar-widget {
	position: relative;
	margin-bottom: var(--margin-bottom-40);
}

.sidebar-widget:last-child {
	margin-bottom: var(--margin-zero);
}

/* Contact Widget */
.contact-widget .title {
	position: relative;
	font-size: var(--font-16);
	color: var(--color-seventyseven);
}

.contact-widget .help {
	position: relative;
	font-weight: 600;
	display: inline-block;
	padding: 0px 30px 20px;
	font-size: var(--font-36);
	color: var(--white-color);
	margin-top: var(--margin-top-20);
	margin-bottom: var(--margin-bottom-25);
	border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.contact-widget .phone {
	position: relative;
	line-height: 1em;
	font-weight: 700;
	font-size: var(--font-36);
	color: var(--white-color);
}

.contact-widget .form {
	position: relative;
	font-size: var(--font-16);
	color: var(--white-color);
	margin-top: var(--margin-top-20);
}

/***
====================================================================
	Service Detail
====================================================================
***/
.service-detail {
	position: relative;
}

.service-detail .inner-box {
	position: relative;
}

.service-detail .image {
	position: relative;
}

.service-detail .image img {
	position: relative;
	width: 100%;
	display: block;
}

.service-detail h3 {
	font-weight: 700;
	color: var(--black-color);
	margin-top: var(--margin-top-30);
	margin-bottom: var(--margin-bottom-15);
}

.service-detail h4 {
	font-weight: 700;
	color: var(--black-color);
	margin-bottom: var(--margin-bottom-10);
}

.service-detail p {
	position: relative;
	color: var(--color-six);
	font-size: var(--font-17);
	margin-bottom: var(--margin-bottom-20);
}

/***
====================================================================
	Feature Two
====================================================================
***/
.feature-two {
	position: relative;
	margin-bottom: var(--margin-bottom-30);
}

.feature-two_inner {
	position: relative;
	padding: 35px 35px;
	background-color: var(--avs-blue);
}

.feature-two_content {
	position: relative;
	padding-left: var(--padding-left-60);
}

.feature-two_icon {
	position: absolute;
	left: 0px;
	top: 5px;
	line-height: 1em;
	font-weight: normal;
	font-size: var(--font-40);
	color: var(--white-color);
}

.feature-two_heading {
	position: relative;
}

.feature-two_heading {
	position: relative;
	color: var(--white-color);
}

.feature-two_heading span {
	color: var(--avs-yellow);
}

.feature-two_text {
	position: relative;
	line-height: 26px;
	font-size: var(--font-17);
	color: var(--color-seventynine);
	margin-top: var(--margin-top-10);
}

.feature-two_value h5 {
	line-height: 1.4em;
	font-size: var(--font-22);
	color: var(--avs-blue);
	text-align: center;
	font-weight: 500;
}

.feature-two_value ul {
	line-height: 26px;
	font-size: var(--font-17);
	margin-top: var(--margin-top-10);
	line-height: 1.4em;
}

.feature-two_value ul li {
	margin-bottom: 10px;
}

.feature-two_value ul li strong::before {
	color: var(--avs-yellow);
	content: "\f00c";
	left: 10px;
	top: 17px;
	display: inline-block;
	font-family: 'Font Awesome 5 Pro';
	padding-right: 5px;
}

/***
====================================================================
	Project Detail
====================================================================
***/
/* Testimonial Four */
/***
====================================================================
	Error One
====================================================================
***/
/***
====================================================================
	Contact One
====================================================================
***/
.contact-one {
	position: relative;
	padding: 110px 0px 80px;
	background-position: center center;
	background-repeat: no-repeat;
}

.contact-one .info-column {
	position: relative;
}

.contact-one .info-column .inner-column {
	position: relative;
	margin-top: var(--margin-top-40);
}

.contact-block {
	position: relative;
	padding: 30px 40px;
	margin-bottom: var(--margin-bottom-30);
	background-color: var(--avs-blue);
	-webkit-transform: skewX(-25deg);
	-moz-transform: skewX(-25deg);
	-ms-transform: skewX(25deg);
	-o-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.contact-block .block-inner {
	position: relative;
	line-height: 24px;
	font-size: var(--font-15);
	color: var(--avs-white);
	padding-left: var(--padding-left-80);
	-webkit-transform: skewX(25deg);
	-moz-transform: skewX(25deg);
	-ms-transform: skewX(25deg);
	-o-transform: skewX(-25deg);
	transform: skewX(25deg);
}

.contact-block .icon {
	position: absolute;
	left: 0px;
	top: 0px;
}

.contact-block strong {
	position: relative;
	display: block;
	font-size: var(--font-20);
	color: var(--avs-white);
	margin-bottom: var(--margin-bottom-10);
	font-family: var(--font-family-Inter);
}

.contact-block a {
	color: var(--avs-yellow);
}

.contact-block a:hover {
	opacity: 0.5;
}

.contact-one .form-column {
	position: relative;
}

.contact-one .form-column .inner-column {
	position: relative;
	padding: 60px 50px;
	background-color: var(--avs-blue);
}

.contact-block .header-social_box {
	margin-top: 23px;
}

.contact-block .header-social_box li a {
	font-size: 35px !important;
}

/***
====================================================================
	Comment Form
====================================================================
***/
.contact-form .form-group {
	margin-bottom: var(--margin-bottom-25);
}

.contact-form .form-group button {
	border-radius: 0px;
}

.contact-form label {
	position: relative;
	display: block;
	font-weight: 700;
	color: var(--black-color);
	font-size: var(--font-15);
	margin-bottom: var(--margin-bottom-10);
}

.contact-form .form-group:last-child {
	margin-bottom: 0px;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="password"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select {
	position: relative;
	display: block;
	width: 100%;
	line-height: 28px;
	padding: 10px 20px;
	height: 50px;
	border-radius: 0px;
	font-size: var(--font-14);
	color: var(--black-color);
	background-color: #ffffff;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	border: 1px solid transparent;
}

.contact-form .form-group textarea::-webkit-input-placeholder,
.contact-form .form-group input::-webkit-input-placeholder {
	color: var(--color-twentyone);
}

.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="password"]:focus,
.contact-form .form-group input[type="tel"]:focus,
.contact-form .form-group input[type="email"]:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus {
	border-color: var(--black-color);
}

.contact-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 20px 20px 20px;
	font-size: var(--font-15);
	color: var(--black-color);
	height: 150px;
	resize: none;
	border-radius: 0px;
	background-color: #ffffff;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	border: 1px solid transparent;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
	border-color: #ff0000 !important;
}

.contact-form label.error {
	display: block;
	line-height: 24px;
	padding: 5px 0px 0px;
	margin: 0px;
	font-size: 12px;
	color: #ff0000;
	font-weight: 500;
}

/* Map */
/***
====================================================================
	News Page
====================================================================
***/
/* Post Share Options */
/* New Posts */
/* Prev Post Thumb */
/* Next Post Thumb */
/***
====================================================================
	Comments Area
====================================================================
 ***/
/***
====================================================================
	Comment Form
====================================================================
 ***/
.sticky-top {
	top: 90px;
	z-index: 1;
}

/*Search Box Widget*/
/*Blog Category*/
.blog-cat {
	position: relative;
}

.blog-cat li {
	position: relative;
	border-bottom: 1px solid #d7d7d7;
}

.blog-cat li:last-child {
	border: 0px;
}

.blog-cat li a {
	position: relative;
	color: #223543 !important;
	font-size: 15px;
	font-weight: 700;
	display: block;
	padding: 17px 15px 17px 25px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	font-family: 'Poppins', sans-serif;
}

.blog-cat li a:hover {
	padding-left: 28px;
}

.blog-cat li a span {
	position: absolute;
	right: 0px;
	top: 12px;
	width: 32px;
	height: 32px;
	color: #222222;
	font-size: 14px;
	line-height: 32px;
	text-align: center;
	font-weight: 600;
	background-color: #eeeeee;
}

.blog-cat li a:before {
	position: absolute;
	content: "\f105";
	left: 10px;
	top: 17px;
	display: inline-block;
	font-family: 'Font Awesome 5 Pro';
}

.blog-cat li a:hover::before {
	opacity: 1;
}

.blog-cat li.active a,
.blog-cat li a:hover {
	color: var(--avs-yellow);
}

.blog-cat li.active span,
.blog-cat li a:hover span {
	color: #ffffff;
	background-color: var(--avs-yellow);
}

.blog-cat .avs-dropdown-content {
	display: none;
}

.blog-cat li .avs-dropdown-content a {
	padding: 5px 10px 5px 35px;
	font-weight: 500;
}

.avs-dropdown-content li:hover .blog-cat li.active span {
	background: red !important;
}

.blog-cat li .avs-dropdown-content a:before {
	position: absolute;
	content: "\f105";
	left: 20px;
	top: 5px;
	display: inline-block;
	font-family: 'Font Awesome 5 Pro';
}

.blog-cat .avs-dropdown-content li {
	position: relative;
	border-bottom: none;
}

.blog-cat .avs-dropdown-content li:first-child {
	text-align: end;
}

.blog-cat .avs-dropdown-content li:first-child a:before {
	position: absolute;
	content: none;
	left: 20px;
	top: 5px;
	display: inline-block;
	font-family: 'Font Awesome 5 Pro';
}

.blog-cat .avs-dropdown-content li:last-child {
	padding-bottom: 30px;
	border-bottom: 2px solid var(--avs-yellow);
}

/* Post Widget */
/* Instagram Widget */
/*Tags*/
.sidebar-title {
	position: relative;
	margin-bottom: 22px;
}

.sidebar-title h4 {
	position: relative;
	color: var(--avs-blue);
	font-weight: 600;
	line-height: 1.2em;
	padding-bottom: 15px;
}

.sidebar-title h4:after {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	height: 4px;
	width: 45px;
	background: var(--avs-yellow)
}

.sidebar-title h5 {
	text-align: end;
	font-size: 17px;
	margin-top: 22px;
	position: relative;
	color: var(--color-six);
	font-weight: 600;
	line-height: 1.2em;
	padding-bottom: 15px;
}

.sidebar-title h5:after {
	position: absolute;
	content: '';
	right: 0;
	bottom: 0px;
	height: 4px;
	width: 45px;
	background: var(--avs-yellow)
}

.hr-avs {
	margin: 0rem 0;
	border: 0;
	border-top: 50px solid var(--avs-yellow);
	opacity: 1;
}

.ptb-100 {
	padding: 110px 0px 110px;
}

.mtb-20 {
	padding: 20px 0 !important;
}

.mb-0 {
	margin-bottom: 0px !important;
	;
}

.bg-brown {
	background: var(--avs-brown);
}

.avs-btn {
	position: relative;
	margin-top: var(--margin-top-30);
}

.avs-btn .more-detail {
	position: relative;
	font-weight: 700;
	padding: 17px 32px;
	border-radius: 5px;
	display: inline-block;
	font-size: var(--font-16);
}

.avs-btn .more-detail .arrow {
	position: relative;
	display: inline-block;
	transform: rotate(-45deg);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.avs-btn .more-detail:hover .arrow {
	transform: rotate(0deg);
}

.avs-btn {
	position: relative;
	margin-top: var(--margin-top-30);
}

.avs-btn .more-detail:hover .arrow {
	transform: rotate(0deg);
}

.avs-btn .more-detail {
	background-color: var(--avs-blue);
	color: var(--avs-white);
}

.avs-btn .more-detail:hover {
	color: var(--white-color);
	background-color: var(--avs-yellow);
}

.avs-btn2 {
	position: relative;
	margin-top: var(--margin-top-30);
}

.avs-btn2 .more-detail {
	position: relative;
	font-weight: 700;
	padding: 17px 32px;
	border-radius: 5px;
	display: inline-block;
	font-size: var(--font-16);
}

.avs-btn2 .more-detail .arrow {
	position: relative;
	display: inline-block;
	transform: rotate(-45deg);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.avs-btn2 .more-detail:hover .arrow {
	transform: rotate(0deg);
}

.avs-btn2 {
	position: relative;
	margin-top: var(--margin-top-30);
}

.avs-btn2 .more-detail:hover .arrow {
	transform: rotate(0deg);
}

.avs-btn2 .more-detail {
	border: 2px solid var(--avs-yellow);
	background-color: transparent;
	color: var(--avs-white);
}

.avs-btn2 .more-detail:hover {
	color: var(--avs-blue);
	background-color: var(--avs-yellow);
}

.wpp span {
	position: fixed;
	left: 95%;
	bottom: 45px;
	z-index: 99;
	transition: all .5s;
	background-color: #fff;
	border-radius: 100%;
	padding: 15px 5px;
	color: #25D366;
	font-size: 3rem;
	padding: 15px 5px;
}

@media (min-width:600px) {
	.wpp {
		left: 95%;
		bottom: 45px;
	}
}

.wpp span:hover {
	background-color: #25D366;
	border-radius: 100%;
	border-bottom-left-radius: 10px;
	color: #fff !important;
}

.hide {
	opacity: 0;
	transition: opacity .5s ease-out, visibility 0s linear .5s;
}

.show {
	opacity: 1;
	transition: opacity .5s ease-out, visibility 0s linear 5s;
}

.animated {
	transition: opacity .5s ease-out, visibility 0s linear 5s;
	animation-duration: 3s;
	animation-fill-mode: both;
}

.tada {
	-webkit-animation-name: tada;
	animation-name: tada;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.float-rigth {
	text-align: center;
	float: inline-end;
	z-index: 80;
}

.avs-dropdown-content {
	display: none;
}

.avs-dropdown-content {
	display: block;
}

.avs-dropdown:hover .avs-dropdown-content {
	display: block;
}

#cookieNotice {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

a:not([href]):not([tabindex]) {
	color: white;
}

a:not([href]):not([tabindex]):hover {
	color: white;
}

.cookie {
	width: 100%;
	background-color: rgba(0, 0, 0, 0.801);
	position: fixed;
	bottom: 0px;
	z-index: 999;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	display: none;
}

.cookie .btn {
	background-color: var(--avs-yellow);
	position: relative;
	font-weight: 700;
	padding: 17px 32px;
	border-radius: 5px;
	display: inline-block;
	font-size: var(--font-16);
}

.cookie .row {
	display: flex;
	align-items: center;
	padding: 30px 15px;
}

.cookie p {
	margin-bottom: 0 !important;
}

.mfp-close-btn-in .mfp-close {
	color: var(--avs-yellow);
	opacity: 1;
}

/* Caixa branca padrão do Magnific */
.white-popup {
	position: relative;
	background: var(--avs-blue);
	padding: 24px;
	width: 100%;
	max-width: 680px;
	margin: 0 auto;
	border-radius: 12px;
}


.page-error {
	background-color: var(--avs-brown);
	text-align: center;
	padding: 150px 0;
}

.page-error h1 {
	color: var(--avs-yellow);
}

.page-error .more-detail {
	margin: 15px;
}