/*
shadow     
box-shadow: 0 8px 16px 0 rgba(80,80,80,.2);
*/
@import url("about-us.css");
@import url("faq.css");
@import url("contact.css?v=2");
@import url("services.css");
@import url("consultation.css");
@import url("blog.css?v=8");

/*
GENERAL
*/
.body-no-padding {
	padding-top: 0 !important;
}

.btn-default {
	background-color: #c0d1d0;
}

.dropdown-toggle {
	background-color: transparent;
	border-color: transparent;
	font-size: 15px;
	transition: all 300ms ease;
	border-radius: 0;
}

.dropdown-toggle:hover {
	background-color: #ffffff;
	color: #000000;
	border-color: transparent;
}

.dropdown-toggle:active,
.dropdown-toggle:focus {
	background-color: #ffffff;
	color: #000000;
	border-color: transparent;
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
	background-color: #ffffff !important;
	border-color: transparent !important;
	color: #000000 !important;
}

/*
// general
*/

.form-phone {
	display: flex;
}

.form-phone>.country-code {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	color: #999;
	border-right: 0;
}

.form-phone>input[type="text"] {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.country-code {
	color: #555;
	border: 1px solid #ccc;
}

#yphone {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

#loading {
	position: absolute;
	z-index: 1000;
	width: 100%;
	height: 100%;
	background-color: #c6c6c6;
	display: flex;
	align-items: center;
	justify-content: center;
}

#loading img {
	height: 180px;
}

li {
	list-style-type: none;
}

ul {
	padding: 0;
	margin-bottom: 0;
}

.v-center {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.section-hero {
	height: 30vh;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}

.section-hero h1 {
	/*color: #c6c6c6;*/
	color: #a0a0a0;
	font-size: 4rem;
	margin: 0;
}

@media only screen and (min-width: 768px) {
	.section-hero {
		min-height: 300px;
	}

	.section-hero h1 {
		margin-top: 45px;
	}
}

#side-btns {
	position: fixed;
	right: -10px;
	top: 50%;
	padding: 7px 17px 7px 7px;
	background-color: rgba(255, 255, 255, 0.56);
	z-index: 90;
}

#side-btns ul {
	padding: 0;
	margin: 0;
}

#side-btns ul li a {
	display: inline-block;
}

#side-btns img {
	filter: grayscale(1);
	transition: all 300ms ease;
}

#side-btns li:not(:nth-child(1)) {
	margin-top: 3px;
}

#side-btns li a:hover img {
	filter: grayscale(0);
}

#side-whatsapp {
	position: fixed;
	right: 0;
	bottom: 10px;
	background-color: #fefefe;
	z-index: 1500;
	border-radius: 30px 0 0 30px;
	border: 1px solid #fefefe;
	transition: all 300ms ease;
	padding-right: 15px;
	-webkit-animation: pulse 2s infinite;
	-moz-animation: pulse 2s infinite;
	-o-animation: pulse 2s infinite;
	animation: pulse 2s infinite;
}

#side-whatsapp a {
	border-radius: 30px 0 0 30px;
	display: inline-block;
	color: #4c4a4a;
	/*background: blue;*/
}

#side-whatsapp span {
	line-height: 32px;
	padding: 0 5px 0 2px;
	display: inline-block;
	top: 1px;
	position: relative;
}

#side-whatsapp img {
	height: 32px;
	transition: all 300ms ease;
}

#side-whatsapp:hover {
	border: 1px solid #000;
	color: #000;
}

#side-whatsapp:hover img {
	filter: grayscale(0);
}

body {
	overflow: hidden;
	/*background-color: #ece9e9;*/
	background-image: url("../img/bg-body.jpg");
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	padding-top: 90px;
}

p,
span {
	font-family: "Open Sans", sans-serif;
}

a,
input,
textarea,
button,
label,
li {
	font-family: "Open Sans", sans-serif;
}

h2 {
	font-size: 28px;
	/*font-family: 'Abril Fatface', sans-serif;*/
	letter-spacing: 1.2px;
	position: relative;
}

h2:after {
	position: absolute;
	content: "";
	display: block;
	top: 32px;
	left: 0;
	right: 0;
	height: 10px;
	background-image: url("../img/section-title-line.png");
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
}

@media (max-width: 991px) {
	h2:after {
		display: none !important;
	}
}

h1,
h2,
h3,
h4 {
	color: #7d7d7d;

	font-family: "Open Sans", sans-serif;
}

@media (min-width: 992px) {
	.row.equal {
		display: flex;
		flex-wrap: wrap;
	}
}

.hamburger {
	display: none;
}

.section-title {
	margin-top: 30px;
	margin-bottom: 30px;
}

header {
	height: 90px;
	/*border-bottom: 1px solid #fff;*/
	position: fixed;
	top: 0;
	left: 0;
	right: 5px;
	z-index: 100;
	transition: all 300ms ease;
}

header.active {
	background-color: #949494de;
}

header .container .row.equal {
	display: flex;
	align-items: center;
}

.col-header-logo img {
	height: 90px;
}

@media only screen and (max-width:1199px) {
	.col-header-logo img {
		height: 65px;
	}
}

.col-header-logo a {
	display: inline-block;
}

.header-nav {
	display: flex;
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: right;
}

.header-nav li.first {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	color: #ffffffd6;
	font-size: 1.2rem;
}

.header-nav li {
	display: inline-block;
	transition: all 300ms ease;
}

.header-nav li a {
	padding: 10px 15px;
	display: inline-block;
	transition: all 300ms ease;
	font-weight: 500;
	color: #fff;
	font-size: 15px;
}

.header-nav li:not(.header-consultation) a:hover {
	background-color: #fff;
	color: #000;
	text-decoration: none;
}

.header-consultation {
	border: 1px solid #fff;
	border-radius: 25px;
	background-color: #7d7d7d;
}

.header-consultation a {
	padding: 7px 15px !important;
}

.header-consultation a:hover {
	text-decoration: none;
	color: #7d7d7d;
}

.header-consultation:hover {
	background-color: #fff;
}

@media only screen and (min-width: 768px) {
	.header-lang {
		position: relative;
	}

	.header-lang ul {
		width: 120px;
		background-color: rgb(255, 255, 255);
		position: absolute;
		display: none;
	}

	.header-lang ul li {
		text-align: center;
		display: block;
	}

	.header-lang ul li a {
		display: block;
		color: #000000;
	}
}

@media only screen and (min-width: 1201px) {
	.header-lang {
		margin-top: 3px;
	}
}

@media only screen and (max-width: 1200px) {
	.header-lang {
		margin-top: 10px;
	}

	.header-lang .dropdown-menu {
		background-color: #7d7d7d;
		left: 50%;
		transform: translateX(-50%);
	}
}

.row.cross-content {
	margin-top: 15px;
	margin-bottom: 15px;
}

.row.cross-content [class*="col-"] img {
	width: 100%;
	height: 100%;
}

.row.cross-content [class*="col-"] .inset {
	padding: 15px;
}

@media only screen and (min-width: 768px) {
	.row.equal {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
	}

	.row.equal>[class*="col-"] {
		display: flex;
		flex-direction: column;
	}
}

.home-vegas {
	/*height: calc(100vh - 90px);*/
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.home-vegas ul {
	position: relative;
	top: 50%;
}

.main-text-slider {
	position: absolute;
	z-index: 999999;
	left: 50%;
	top: 65%;
	transform: translate(-50%, -50%);
	text-align: center;
	z-index: 100;
}

.main-text-slider ul {
	height: 160px;
	width: 550px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.main-text-slider ul li {
	position: absolute;
	width: 100%;
}

.main-text-slider ul li:nth-child(1) {
	opacity: 0;
	max-width: 400px;
	animation-name: headline;
	animation-duration: 4s;
	animation-iteration-count: infinite;
	animation-delay: 1s;
}

.main-text-slider ul li:nth-child(2) {
	width: 100%;
	opacity: 0;
	animation-name: headline;
	animation-duration: 4s;
	animation-iteration-count: infinite;
	animation-delay: 5s;
	transform: rotate(354deg);
}

.main-text-slider ul li:nth-child(3) {
	width: 100%;
	opacity: 0;
	animation-name: headline;
	animation-duration: 12s;
	animation-iteration-count: infinite;
	animation-delay: 7s;
	transform: rotate(354deg);
}

.main-text-slider ul li:nth-child(4) {
	width: 100%;
	opacity: 0;
	animation-name: headline;
	animation-duration: 12s;
	animation-iteration-count: infinite;
	animation-delay: 7s;
	transform: rotate(354deg);
}

.main-text-slider ul li:nth-child(5) {
	width: 100%;
	opacity: 0;
	animation-name: headline;
	animation-duration: 12s;
	animation-iteration-count: infinite;
	animation-delay: 7s;
	transform: rotate(354deg);
}

.main-text-slider ul li img {
	width: 100%;
}

.swpHeadlines {
	z-index: 100;
}

@media only screen and (max-width: 768px) {
	.main-text-slider {
		max-width: 100vw;
	}
}

@keyframes headline {
	0% {
		opacity: 0;
	}

	5% {
		opacity: 1;
	}

	45% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

@media only screen and (max-width: 767px) {
	.main-text-slider {
		width: 65vw;
		z-index: 50;
	}

	.main-text-slider ul {
		width: 100%;
	}

	.main-text-slider ul li img {
		width: 100%;
	}

	/*
	.main-text-slider ul li:nth-child(1) img {
		width: 230px;
	}
	.main-text-slider ul li:nth-child(2) img {
		width: 600px;
	}
	*/
}

.cnt-services-detail {
	padding-top: 45px;
	padding-bottom: 45px;
	background-color: #ededed;
}

.cnt-write-us {
	margin-top: 60px;
}

.cnt-write-us .col-title {
	background-color: #ededed;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cnt-write-us .col-title h2 {
	margin: 0;
	color: #7d7d7d;
}

.cnt-write-us .col-form {
	padding: 30px;
	background-color: #ffffff;
}

.cnt-write-us .col-form h3 {
	text-align: center;
}

.cnt-write-us .col-form input,
.cnt-write-us .col-form select,
.cnt-write-us .col-form textarea {
	width: 100%;
	position: relative;
	padding: 5px;
	border-top-style: hidden;
	border-left-style: hidden;
	border-right-style: hidden;
	border-bottom-width: 2px;
	border-bottom-color: #ededed;
	border-bottom-right-radius: 5px;
	background-color: transparent;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.cnt-write-us .col-form select {
	color: #757575;
	border-bottom-right-radius: 0;
}

.cnt-write-us .col-form input:focus,
.cnt-write-us .col-form textarea:focus {
	outline: none;
	background-color: #fff;
	border-bottom-right-radius: 0;
}

.cnt-write-us .col-form textarea {
	height: 100px;
}

.col-form [class*="col-"] {
	margin-top: 10px;
}

.cnt-write-us label {
	font-weight: 400;
	margin-bottom: 0;
}

.cnt-write-us button {
	border-width: 1px;
	padding: 7px 50px;
	transition: all 300ms ease;
	box-shadow: 0 8px 16px 0 rgba(80, 80, 80, 0.2);
}

.cnt-write-us button:hover {
	box-shadow: 0 8px 16px 0 rgba(80, 80, 80, 0.2);
}

/* home services */
.cnt-home-services {
	margin-bottom: 15px;
}

.cnt-home-services h2 {
	margin-top: 30px;
	margin-bottom: 30px;
}

.cnt-home-services .col-service {
	margin-top: 15px;
	margin-bottom: 15px;
}

.cnt-home-services .col-service .inset {
	padding: 15px;
	background-color: #ededed;
}

.cnt-home-services .col-service a {
	color: #333;
	transition: all 300ms ease;
}

.cnt-home-services .col-service a:hover {
	color: #000;
	text-decoration: none;
}

.col-service .inset h3 {
	font-size: 2rem;
	margin-top: 10px;
}

/* // home services */

/* cnt-services */
.cnt-services {
	background-color: #ededed;
	margin-top: 60px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.cnt-services h3 {
	margin-top: 0;
	margin-bottom: 30px;
}

.btn-service-detail {
	color: #000;
	padding: 3px 10px;
	border: 1px solid #cecece;
	line-height: 24px;
	transition: all 300ms ease;
	margin-top: 30px;
	display: inline-block;
	background-color: #c0d1d0;
}

.btn-service-detail:hover {
	text-decoration: none;
	background-color: #fff;
	color: #7d7d7d;
}

.btn-service-detail span {
	position: relative;
	top: 1px;
	font-size: 0.9em;
}

.cnt-services .divider {
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 2px;
	background-color: #9f9f9f;
	width: 60px;
}

.cnt-service p {
	font-weight: 300;
	margin-top: 10px;
}

/* //cnt-services */

/* cnt-why-us */

.cnt-why-us {
	background-color: #ededed;
	margin-top: 60px;
}

.cnt-why-us [class*="col-"] {
	padding-left: 0;
	padding-right: 0;
}

.cnt-why-us h3 {
	color: #7d7d7d;
}

.cnt-why-us ul {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.cnt-why-us li {
	color: #7d7d7d;
	margin-top: 10px;
	font-size: 1.1em;
	position: relative;
	cursor: default;
	list-style-type: disc;
}

.cnt-why-us li:before {
	content: "";
	position: absolute;
	height: 2px;
	background-color: #7d7d7d;
	bottom: 0;
	left: 0;
	width: 0;
	transition: all 300ms ease;
}

.cnt-why-us li:hover:before {
	width: 100%;
}

/* //why-choose-us */

/* patience-reviews */
.cnt-reviews {
	margin-top: 60px;
	background-image: url("../img/bg-reviews.jpg");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-bottom: 45px;
}

.col-swp-reviews {
	margin-top: 30px;
	padding-left: 45px;
	padding-right: 45px;
}

.swiper-container {
	overflow: hidden;
}

.col-swp-reviews .swiper-button-next,
.col-swp-reviews .swiper-button-prev {
	color: #c4c4c4;
}

.review-block {
	box-sizing: border-box;
	border: 1px solid #c4c4c4;
	text-align: center;
	padding: 20px;
	background-color: rgba(239, 239, 239, 0.78);
	padding-top: 60px;
	margin-top: 60px;
}

.review-block span {
	display: block;
	text-align: center;
	font-size: 22px;
	margin-top: 10px;
}

.review-block p {
	margin-top: 10px;
}

.review-block-img {
	border-radius: 50%;
	max-width: 100%;
	/*margin:0 auto;*/
	width: 120px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 100;
	filter: grayscale(1);
	transition: all 300ms ease;
}

.col-swp-reviews .swiper-slide {
	cursor: grab;
}

.col-swp-reviews .swiper-slide:hover .review-block-img {
	filter: grayscale(0);
}

.quote {
	position: absolute;
	left: 4px;
	top: 64px;
}

/* //patience-reviews */

/* cnt-before-after */
.cnt-before-after {
	background-color: #e4e6e3;
	margin-top: 60px;
	padding-top: 60px;
	padding-bottom: 60px;
}

.cnt-before-after h2 {
	margin: 0;
}

.col-before-after {
	margin-top: 30px;
	padding-left: 45px;
	padding-right: 45px;
}

.swp-before-after img {
	filter: grayscale(100);
	transition: all 300ms ease;
}

.swp-before-after img:hover {
	filter: grayscale(0);
}

.gs-anim {
	filter: grayscale(0) !important;
}

.col-before-after .swiper-button-next,
.col-before-after .swiper-button-prev {
	color: #ffffff;
}

/* //cnt-before-after */

/* cnt-youtube */
.cnt-youtube {
	background-color: #d9dad8;
	margin-top: 60px;
	padding-top: 45px;
	padding-bottom: 45px;
}

.cnt-youtube h2 {
	margin: 0;
}

.col-yt-vid a {
	display: inline-block;
}

.col-yt-vid a img {
	transition: all 300ms ease;
	filter: grayscale(100);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.12),
		0 4px 4px rgba(0, 0, 0, 0.12), 0 8px 8px rgba(0, 0, 0, 0.12),
		0 16px 16px rgba(0, 0, 0, 0.12);
}

.col-yt-vid a:hover img {
	transform: scale(1.07);
	filter: grayscale(0);
}

/* //cnt-youtube */

/* cnt-footer */
.cnt-footer {
	margin-top: 90px;
	padding-bottom: 15px;
}

.cnt-footer h3 {
	text-align: center;
}

.cnt-copyright {
	background-color: #fff;
}

.cnt-copyright p {
	margin: 0;
	padding: 0;
	line-height: 36px;
	text-align: center;
}

.footer-booking {
	background-color: transparent;
	padding: 5px 15px;
	border-width: 1px;
	transition: all 300ms ease;
	color: #333333;
	box-sizing: border-box;
	border: 1px solid #333333;
}

.footer-booking:hover {
	text-decoration: none;
	background-color: #c0d1d0;
	color: #333333;
}

.footer-socials {
	margin-top: 15px;
	padding: 0;
	margin-top: 15px;
}

.footer-socials li {
	display: inline-block;
}

.footer-socials li a {
	color: #949494;
	padding: 5px;
	transition: all 300ms ease;
}

.footer-socials li a:hover {
	text-decoration: none;
	color: #000000;
}

.footer-socials li a span {
	font-size: 20px;
}

/* //cnt-footer */

p.license-no {
	display: none;
	color: #ffffffd6;
	font-size: 1.1rem;
	margin: 0;
}

@media only screen and (max-width: 1199px) {
	p.license-no {
		display: inline-block;
		margin-left: 10px;
		margin-bottom: 4px;
	}

	.col-header-logo {
		z-index: 1000;
		display: flex;
		flex-direction: row;
		align-items: flex-end;
	}

	.hamburger {
		z-index: 1200;
	}

	.header-nav {
		background-color: #949494;
		display: flex;
		align-items: center;
		justify-content: space-around;
		flex-direction: column;
	}


	.col-header-nav {
		background-color: #949494;
		width: 100%;
		height: 100vh;
		position: absolute;
		/*top:90px;*/
		top: 0;
		padding-top: 100px;
		padding-left: 0;
		padding-right: 0;
		display: block;
		left: -100vw;
	}

	.header-nav li {
		display: block;
		text-align: center;
		opacity: 0;
		/*margin-left:-100px;*/
	}

	.header-nav li.first {
		display: none;
	}

	.hamburger {
		position: absolute;
		right: 10px;
		top: 20px;
		display: block;
	}
}

@media only screen and (max-width: 991px) {
	.col-title {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.cnt-service {
		margin-top: 60px;
	}

	.col-why-us {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?d4m7h9");
	src: url("../fonts/icomoon.eot?d4m7h9#iefix") format("embedded-opentype"),
		url("../fonts/icomoon.ttf?d4m7h9") format("truetype"),
		url("../fonts/icomoon.woff?d4m7h9") format("woff"),
		url("../fonts/icomoon.svg?d4m7h9#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-arrow-right:before {
	content: "\e914";
}

.icon-arrow-right1:before {
	content: "\e915";
}

.icon-forward:before {
	content: "\e916";
}

.icon-arrow-left:before {
	content: "\e917";
}

.icon-arrow-left1:before {
	content: "\e918";
}

.icon-reply:before {
	content: "\e919";
}

.icon-phone:before {
	content: "\e900";
}

.icon-telegram:before {
	content: "\e901";
}

.icon-brand:before {
	content: "\e901";
}

.icon-social:before {
	content: "\e901";
}

.icon-whatsapp:before {
	content: "\e902";
}

.icon-brand1:before {
	content: "\e902";
}

.icon-social1:before {
	content: "\e902";
}

.icon-share:before {
	content: "\e903";
}

.icon-social2:before {
	content: "\e903";
}

.icon-share1:before {
	content: "\e904";
}

.icon-out:before {
	content: "\e904";
}

.icon-external:before {
	content: "\e904";
}

.icon-outside:before {
	content: "\e904";
}

.icon-map:before {
	content: "\e905";
}

.icon-guide:before {
	content: "\e905";
}

.icon-map1:before {
	content: "\e906";
}

.icon-guide1:before {
	content: "\e906";
}

.icon-target:before {
	content: "\e907";
}

.icon-goal:before {
	content: "\e907";
}

.icon-location:before {
	content: "\e907";
}

.icon-spot:before {
	content: "\e907";
}

.icon-compass:before {
	content: "\e908";
}

.icon-direction:before {
	content: "\e908";
}

.icon-location1:before {
	content: "\e908";
}

.icon-compass1:before {
	content: "\e909";
}

.icon-direction1:before {
	content: "\e909";
}

.icon-location2:before {
	content: "\e909";
}

.icon-location3:before {
	content: "\e90a";
}

.icon-map-marker:before {
	content: "\e90a";
}

.icon-pin:before {
	content: "\e90a";
}

.icon-location4:before {
	content: "\e90b";
}

.icon-map-marker1:before {
	content: "\e90b";
}

.icon-pin1:before {
	content: "\e90b";
}

.icon-compass2:before {
	content: "\e90c";
}

.icon-direction2:before {
	content: "\e90c";
}

.icon-location5:before {
	content: "\e90c";
}

.icon-envelop:before {
	content: "\e90d";
}

.icon-mail:before {
	content: "\e90d";
}

.icon-email:before {
	content: "\e90d";
}

.icon-contact:before {
	content: "\e90d";
}

.icon-letter:before {
	content: "\e90d";
}

.icon-youtube:before {
	content: "\e90e";
}

.icon-brand2:before {
	content: "\e90e";
}

.icon-social3:before {
	content: "\e90e";
}

.icon-youtube1:before {
	content: "\e90f";
}

.icon-brand7:before {
	content: "\e90f";
}

.icon-social8:before {
	content: "\e90f";
}

.icon-pinterest:before {
	content: "\e910";
}

.icon-brand3:before {
	content: "\e910";
}

.icon-social4:before {
	content: "\e910";
}

.icon-twitter:before {
	content: "\e911";
}

.icon-brand4:before {
	content: "\e911";
}

.icon-tweet:before {
	content: "\e911";
}

.icon-social5:before {
	content: "\e911";
}

.icon-instagram:before {
	content: "\e912";
}

.icon-brand5:before {
	content: "\e912";
}

.icon-social6:before {
	content: "\e912";
}

.icon-facebook:before {
	content: "\e913";
}

.icon-brand6:before {
	content: "\e913";
}

.icon-social7:before {
	content: "\e913";
}

/* hamburger.css */

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
	padding: 15px 15px;

	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;
}

.hamburger:hover {
	opacity: 0.7;
}

.hamburger.is-active:hover {
	opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
	background-color: #000;
}

.hamburger-box {
	width: 40px;
	height: 24px;
	display: inline-block;
	position: relative;
}

.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
	width: 40px;
	height: 1px;
	background-color: #ffffff;
	border-radius: 4px;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
	content: "";
	display: block;
}

.hamburger-inner::before {
	top: -10px;
}

.hamburger-inner::after {
	bottom: -10px;
}

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
	perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
	transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
		background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx .hamburger-inner::before,
.hamburger--3dx .hamburger-inner::after {
	transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx.is-active .hamburger-inner {
	background-color: transparent !important;
	transform: rotateY(180deg);
}

.hamburger--3dx.is-active .hamburger-inner::before {
	transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner::after {
	transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
	perspective: 80px;
}

.hamburger--3dx-r .hamburger-inner {
	transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
		background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r .hamburger-inner::before,
.hamburger--3dx-r .hamburger-inner::after {
	transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r.is-active .hamburger-inner {
	background-color: transparent !important;
	transform: rotateY(-180deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
	transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
	transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
	perspective: 80px;
}

.hamburger--3dy .hamburger-inner {
	transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
		background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy .hamburger-inner::before,
.hamburger--3dy .hamburger-inner::after {
	transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy.is-active .hamburger-inner {
	background-color: transparent !important;
	transform: rotateX(-180deg);
}

.hamburger--3dy.is-active .hamburger-inner::before {
	transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner::after {
	transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
	perspective: 80px;
}

.hamburger--3dy-r .hamburger-inner {
	transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
		background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r .hamburger-inner::before,
.hamburger--3dy-r .hamburger-inner::after {
	transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r.is-active .hamburger-inner {
	background-color: transparent !important;
	transform: rotateX(180deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::before {
	transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::after {
	transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
	perspective: 80px;
}

.hamburger--3dxy .hamburger-inner {
	transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
		background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy .hamburger-inner::before,
.hamburger--3dxy .hamburger-inner::after {
	transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy.is-active .hamburger-inner {
	background-color: transparent !important;
	transform: rotateX(180deg) rotateY(180deg);
}

.hamburger--3dxy.is-active .hamburger-inner::before {
	transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy.is-active .hamburger-inner::after {
	transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
	perspective: 80px;
}

.hamburger--3dxy-r .hamburger-inner {
	transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
		background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r .hamburger-inner::before,
.hamburger--3dxy-r .hamburger-inner::after {
	transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r.is-active .hamburger-inner {
	background-color: transparent !important;
	transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::before {
	transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::after {
	transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
	transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrow.is-active .hamburger-inner::after {
	transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
	transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
	transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
	transition: top 0.1s 0.1s ease,
		transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner::after {
	transition: bottom 0.1s 0.1s ease,
		transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
	top: 0;
	transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
	transition: top 0.1s ease,
		transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
	bottom: 0;
	transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
	transition: bottom 0.1s ease,
		transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
	transition: top 0.1s 0.1s ease,
		transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner::after {
	transition: bottom 0.1s 0.1s ease,
		transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
	top: 0;
	transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
	transition: top 0.1s ease,
		transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
	bottom: 0;
	transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
	transition: bottom 0.1s ease,
		transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
   * Arrow Turn
   */
.hamburger--arrowturn.is-active .hamburger-inner {
	transform: rotate(-180deg);
}

.hamburger--arrowturn.is-active .hamburger-inner::before {
	transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrowturn.is-active .hamburger-inner::after {
	transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
   * Arrow Turn Right
   */
.hamburger--arrowturn-r.is-active .hamburger-inner {
	transform: rotate(-180deg);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::before {
	transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::after {
	transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
   * Boring
   */
.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner::before,
.hamburger--boring .hamburger-inner::after {
	transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
	transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(-90deg);
}

/*
   * Collapse
   */
.hamburger--collapse .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);
}

.hamburger--collapse .hamburger-inner::after {
	top: -20px;
	transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
		opacity 0.1s linear;
}

.hamburger--collapse .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);
}

.hamburger--collapse.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);
}

.hamburger--collapse.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;
}

.hamburger--collapse.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);
}

/*
   * Collapse Reverse
   */
.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);
}

.hamburger--collapse-r .hamburger-inner::after {
	top: -20px;
	transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
		opacity 0.1s linear;
}

.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);
}

.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);
}

.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;
}

.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);
}

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
	top: 2px;
	transition-duration: 0.275s;
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
	top: 10px;
	transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic .hamburger-inner::after {
	top: 20px;
	transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
	transform: translate3d(0, 10px, 0) rotate(135deg);
	transition-delay: 0.075s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
	transition-delay: 0s;
	opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
	transform: translate3d(0, -20px, 0) rotate(-270deg);
	transition-delay: 0.075s;
}

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
	top: 2px;
	transition-duration: 0.275s;
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r .hamburger-inner::before {
	top: 10px;
	transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic-r .hamburger-inner::after {
	top: 20px;
	transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
	transform: translate3d(0, 10px, 0) rotate(-135deg);
	transition-delay: 0.075s;
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
	transition-delay: 0s;
	opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner::after {
	transform: translate3d(0, -20px, 0) rotate(270deg);
	transition-delay: 0.075s;
}

/*
   * Emphatic
   */
.hamburger--emphatic {
	overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
	transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::before {
	left: 0;
	transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335),
		top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::after {
	top: 10px;
	right: 0;
	transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335),
		top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}

.hamburger--emphatic.is-active .hamburger-inner {
	transition-delay: 0s;
	transition-timing-function: ease-out;
	background-color: transparent !important;
}

.hamburger--emphatic.is-active .hamburger-inner::before {
	left: -80px;
	top: -80px;
	transform: translate3d(80px, 80px, 0) rotate(45deg);
	transition: left 0.125s ease-out, top 0.05s 0.125s linear,
		transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic.is-active .hamburger-inner::after {
	right: -80px;
	top: -80px;
	transform: translate3d(-80px, 80px, 0) rotate(-45deg);
	transition: right 0.125s ease-out, top 0.05s 0.125s linear,
		transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
	overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
	transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::before {
	left: 0;
	transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335),
		top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::after {
	top: 10px;
	right: 0;
	transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335),
		top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r.is-active .hamburger-inner {
	transition-delay: 0s;
	transition-timing-function: ease-out;
	background-color: transparent !important;
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
	left: -80px;
	top: 80px;
	transform: translate3d(80px, -80px, 0) rotate(-45deg);
	transition: left 0.125s ease-out, top 0.05s 0.125s linear,
		transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic-r.is-active .hamburger-inner::after {
	right: -80px;
	top: 80px;
	transform: translate3d(-80px, -80px, 0) rotate(45deg);
	transition: right 0.125s ease-out, top 0.05s 0.125s linear,
		transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before,
.hamburger--minus .hamburger-inner::after {
	transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}

.hamburger--minus.is-active .hamburger-inner::before,
.hamburger--minus.is-active .hamburger-inner::after {
	opacity: 0;
	transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}

.hamburger--minus.is-active .hamburger-inner::before {
	top: 0;
}

.hamburger--minus.is-active .hamburger-inner::after {
	bottom: 0;
}

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
	top: 2px;
}

.hamburger--slider .hamburger-inner::before {
	top: 10px;
	transition-property: transform, opacity;
	transition-timing-function: ease;
	transition-duration: 0.15s;
}

.hamburger--slider .hamburger-inner::after {
	top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
	transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
	transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
	opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
	transform: translate3d(0, -20px, 0) rotate(-90deg);
}

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
	top: 2px;
}

.hamburger--slider-r .hamburger-inner::before {
	top: 10px;
	transition-property: transform, opacity;
	transition-timing-function: ease;
	transition-duration: 0.15s;
}

.hamburger--slider-r .hamburger-inner::after {
	top: 20px;
}

.hamburger--slider-r.is-active .hamburger-inner {
	transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner::before {
	transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
	opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner::after {
	transform: translate3d(0, -20px, 0) rotate(90deg);
}

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
	transition-duration: 0.22s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
	transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
	transition: bottom 0.1s 0.25s ease-in,
		transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
	transform: rotate(225deg);
	transition-delay: 0.12s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
	transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(-90deg);
	transition: bottom 0.1s ease-out,
		transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
	transition-duration: 0.22s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r .hamburger-inner::before {
	transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner::after {
	transition: bottom 0.1s 0.25s ease-in,
		transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
	transform: rotate(-225deg);
	transition-delay: 0.12s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
	transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin-r.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(90deg);
	transition: bottom 0.1s ease-out,
		transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
	top: 2px;
	transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
	top: 10px;
	transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
		transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
	top: 20px;
	transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
		transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
	transition-delay: 0.22s;
	background-color: transparent !important;
}

.hamburger--spring.is-active .hamburger-inner::before {
	top: 0;
	transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
		transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
	transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
	top: 0;
	transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
		transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
	transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
	top: auto;
	bottom: 0;
	transition-duration: 0.13s;
	transition-delay: 0s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r .hamburger-inner::after {
	top: -20px;
	transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
		opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner::before {
	transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
		transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-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);
}

.hamburger--spring-r.is-active .hamburger-inner::after {
	top: 0;
	opacity: 0;
	transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
		opacity 0s 0.22s linear;
}

.hamburger--spring-r.is-active .hamburger-inner::before {
	top: 0;
	transform: rotate(90deg);
	transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
		transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
	transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19),
		background-color 0s 0.075s linear;
}

.hamburger--stand .hamburger-inner::before {
	transition: top 0.075s 0.075s ease-in,
		transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::after {
	transition: bottom 0.075s 0.075s ease-in,
		transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand.is-active .hamburger-inner {
	transform: rotate(90deg);
	background-color: transparent !important;
	transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1),
		background-color 0s 0.15s linear;
}

.hamburger--stand.is-active .hamburger-inner::before {
	top: 0;
	transform: rotate(-45deg);
	transition: top 0.075s 0.1s ease-out,
		transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(45deg);
	transition: bottom 0.075s 0.1s ease-out,
		transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
	transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19),
		background-color 0s 0.075s linear;
}

.hamburger--stand-r .hamburger-inner::before {
	transition: top 0.075s 0.075s ease-in,
		transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r .hamburger-inner::after {
	transition: bottom 0.075s 0.075s ease-in,
		transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r.is-active .hamburger-inner {
	transform: rotate(-90deg);
	background-color: transparent !important;
	transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1),
		background-color 0s 0.15s linear;
}

.hamburger--stand-r.is-active .hamburger-inner::before {
	top: 0;
	transform: rotate(-45deg);
	transition: top 0.075s 0.1s ease-out,
		transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand-r.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(45deg);
	transition: bottom 0.075s 0.1s ease-out,
		transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
	transition-duration: 0.075s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
	transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
	transition: bottom 0.075s 0.12s ease,
		transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
	transform: rotate(45deg);
	transition-delay: 0.12s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
	transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(-90deg);
	transition: bottom 0.075s ease,
		transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
	transition-duration: 0.2s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex .hamburger-inner::before,
.hamburger--vortex .hamburger-inner::after {
	transition-duration: 0s;
	transition-delay: 0.1s;
	transition-timing-function: linear;
}

.hamburger--vortex .hamburger-inner::before {
	transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner::after {
	transition-property: bottom, transform;
}

.hamburger--vortex.is-active .hamburger-inner {
	transform: rotate(765deg);
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex.is-active .hamburger-inner::before,
.hamburger--vortex.is-active .hamburger-inner::after {
	transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(90deg);
}

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
	transition-duration: 0.2s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r .hamburger-inner::before,
.hamburger--vortex-r .hamburger-inner::after {
	transition-duration: 0s;
	transition-delay: 0.1s;
	transition-timing-function: linear;
}

.hamburger--vortex-r .hamburger-inner::before {
	transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner::after {
	transition-property: bottom, transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
	transform: rotate(-765deg);
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r.is-active .hamburger-inner::before,
.hamburger--vortex-r.is-active .hamburger-inner::after {
	transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(-90deg);
}

/* //hamburger.css */

@-webkit-keyframes ani-mouse {
	0% {
		opacity: 1;
		top: 29%;
	}

	15% {
		opacity: 1;
		top: 50%;
	}

	50% {
		opacity: 0;
		top: 50%;
	}

	100% {
		opacity: 0;
		top: 29%;
	}
}

@-moz-keyframes ani-mouse {
	0% {
		opacity: 1;
		top: 29%;
	}

	15% {
		opacity: 1;
		top: 50%;
	}

	50% {
		opacity: 0;
		top: 50%;
	}

	100% {
		opacity: 0;
		top: 29%;
	}
}

@keyframes ani-mouse {
	0% {
		opacity: 1;
		top: 29%;
	}

	15% {
		opacity: 1;
		top: 50%;
	}

	50% {
		opacity: 0;
		top: 50%;
	}

	100% {
		opacity: 0;
		top: 29%;
	}
}

.scroll-btn {
	margin-top: 30px;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 55;
}

.scroll-btn>* {
	display: inline-block;
	line-height: 18px;
	font-size: 13px;
	font-weight: normal;
	color: #7f8c8d;
	color: #ffffff;
	opacity: 0.6;
	font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
}

.scroll-btn>*:hover,
.scroll-btn>*:focus,
.scroll-btn>*.active {
	color: #ffffff;
}

.scroll-btn>*:hover,
.scroll-btn>*:focus,
.scroll-btn>*:active,
.scroll-btn>*.active {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.scroll-btn .mouse {
	position: relative;
	display: block;
	width: 35px;
	height: 55px;
	margin: 0 auto 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid white;
	border-radius: 23px;
}

.scroll-btn .mouse>* {
	position: absolute;
	display: block;
	top: 29%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 -4px;
	background: white;
	border-radius: 50%;
	-webkit-animation: ani-mouse 2.5s linear infinite;
	-moz-animation: ani-mouse 2.5s linear infinite;
	animation: ani-mouse 2.5s linear infinite;
}

@keyframes pulse {
	from {
		transform: scale(1);
		opacity: 1;
	}

	40% {
		transform: scale(0.97);
		opacity: 0.5;
	}

	to {
		transform: scale(1.03);
		opacity: 1;
	}
}

.swal2-styled.swal2-confirm {
	background-color: #949494 !important;
}

.whatsapp-widget {
	background-color: green;
	display: inline-block;
	padding: 10px;
	border-radius: 50%;
	width: 45px;
	height: 45px;
	position: fixed;
	right: 30px;
	bottom: 30px;
	cursor: pointer;
	z-index: 787;
}

.whatsapp-widget a {
	display: inline-block;
}

.whatsapp-widget a .whatsapp-ico {
	width: 100%;
	margin-top: 0px;
	margin-left: 0px;
	transition: all 300ms ease;
}

.whatsapp-widget .bubbles {
	background-color: #ffffff;
	box-shadow: 0 10px 10px -5px rgb(0 0 0 / 10%);
	position: absolute;
	left: -42px;
	top: -15px;
	height: 25px;
	padding-left: 5px;
	padding-top: 3px;
	padding-right: 5px;
	width: 40px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-evenly;
	align-items: center;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	opacity: 1;
	pointer-events: auto;
	transition: all 300ms ease;
}

.whatsapp-widget .bubbles span {
	width: 5px;
	height: 5px;
	display: inline-block;
	background-color: #7d7d7d;
	border-radius: 50%;
	position: relative;
	animation-duration: 3s;
	animation-name: bubble;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
}

.whatsapp-widget .bubbles span:nth-child(1) {
	animation-delay: 100ms;
}

.whatsapp-widget .bubbles span:nth-child(2) {
	animation-delay: 200ms;
}

.whatsapp-widget .bubbles span:nth-child(3) {
	animation-delay: 300ms;
}

.whatsapp-widget.active .bubbles {
	opacity: 0;
	pointer-events: none;
}

.whatsapp-widget.active .whatsapp-ico {
	transform: translateY(45px);
	opacity: 0;
}

.btn-close {
	position: absolute;
	top: 0;
	height: 46px;
	width: 100%;
	left: 0;
	text-align: center;
	opacity: 0;
	transition: all 300ms ease;
}

.btn-close span {
	display: inline-block;
	width: 30px;
	height: 2px;
	background-color: white;
	position: relative;
	top: 0;
	border-radius: 4px;
	transition: all 300ms ease;
	opacity: 0;
}

.btn-close span:nth-child(1) {
	transform: rotate(45deg);
	top: 10px;
}

.btn-close span:nth-child(2) {
	transform: rotate(-45deg);
	top: -10px;
}

.whatsapp-widget.active .btn-close {
	opacity: 1;
}

.whatsapp-widget.active .btn-close span {
	opacity: 1;
}

.whatsapp-chat {
	opacity: 0;
	transition: all 300ms ease;
	position: absolute;
	bottom: 60px;
	right: 30px;
	width: 100%;
	min-width: 100%;
	width: 350px;
	max-width: calc(100vw - 80px);
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 30px 30px rgb(0 0 0 / 20%);
	pointer-events: none;
}

.whatsapp-widget.active .whatsapp-chat {
	opacity: 1;
	pointer-events: auto;
}

.whatsapp-chat .chat-header {
	background-color: #075e54;
	display: flex;
	align-items: center;
	padding: 10px;
	border-radius: 10px 10px 0 0;
	color: white;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	text-align: left;
}

.whatsapp-chat .header-info {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: flex-start;
	width: 100%;
}

.chat-header .header-info h3 {
	margin: 0 0 2px 0;
	padding: 0;
	font-size: 18px;
	white-space: nowrap;
	color: #ffffff;
}

.chat-header .header-info p {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 12px;
	color: #ffffff;
}

.whatsapp-chat .chat-header img {
	width: 50px;
	height: 50px;
	margin-right: 10px;
}

.whatsapp-chat .chat-body {
	background-image: url("/assets/img/whatsapp-widget/whatsapp-chat-background.jpg");
	background-size: cover;
	background-position: center center;
	padding: 10px 10px 10px 20px;
}

.chat-body ul {
	padding: 0;
	margin: 0;
}

.chat-body ul li {
	list-style-type: none;
	padding: 5px;
	margin: 15px 0 0 0;
}

.chat-body ul li span {
	filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.05));
	background-color: #ffffff;
	position: relative;
	padding: 7px;
	color: #000000;
}

.chat-body ul li.left span {
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}

.chat-body ul li.left span:after {
	content: "";
	/* width: 15px;
	height: 15px; */
	background-color: transparent;
	position: absolute;
	top: -7.8px;
	left: -10px;
	width: 0;
	height: 0;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-right: 12px solid #ffffff;
	transform: rotate(135deg);
}

.chat-body ul li.right {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-end;
	flex-wrap: nowrap;
}

.chat-body ul li.right span {
	background-color: #e0f6c0;
	margin-right: 8px;
	border-top-left-radius: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}

.chat-body ul li.right span:after {
	content: "";
	/* width: 15px;
	height: 15px; */
	background-color: transparent;
	position: absolute;
	top: -7.8px;
	right: -10px;

	width: 0;
	height: 0;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;

	border-right: 12px solid #e0f6c0;
	transform: rotate(45deg);
}

.whatsapp-img-send {
	margin-top: 8px;
}

@keyframes bubble {
	0% {
		top: 0;
	}

	5% {
		top: -2px;
	}

	10% {
		top: 0;
	}

	15% {
		top: 2px;
	}

	20% {
		top: 0;
	}

	25% {
		top: 0;
	}

	30% {
		top: -2px;
	}

	35% {
		top: 0;
	}

	40% {
		top: 2px;
	}

	45% {
		top: 0;
	}

	100% {
		top: 0;
	}
}

.cta-consultation {
	position: fixed;
	bottom: 30px;
	left: 30px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	z-index: 90;
}

.cta-consultation a {
	display: inline-block;
}

.cta-consultation .bg {
	background-color: #dbdbdb;
	position: absolute;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	z-index: 890;
}

.cta-consultation .wrapper {
	padding: 10px;
	z-index: 985;
}

.cta-consultation .cta-time {
	white-space: nowrap;
	position: absolute;
	background-color: #ffffff;
	color: #000000;
	padding: 4px;
	z-index: 999;
	top: -20px;
	left: 35px;
	font-size: 12px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.cta-consultation .cta-text {
	white-space: nowrap;
	background-color: #000000;
	color: #ffffff;
	padding: 6px 10px 6px 20px;
	font-size: 14px;
	border-radius: 5px;
	position: absolute;
	right: -130px;
	top: 4px;
	z-index: 880;
	transition: all 300ms ease;
	transform-origin: left center;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	animation-duration: 10s;
	animation-name: message;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
}

.cta-consultation img {
	width: 33px;
	height: 33px;
	top: 2px;
	left: 3px;
	position: absolute;
	z-index: 975;
}

@keyframes message {
	0% {
		transform: scale(0);
	}

	2% {
		transform: scale(1);
	}

	50% {
		transform: scale(1);
	}

	52% {
		transform: scale(0);
	}

	100% {
		transform: scale(0);
	}
}

/* gallery.css */

.cnt-gallery-hero {
	background-image: url("../img/gallery-hero-2.jpg");
	background-position: center top;
}

.gallery-wrapper {
	padding: 30px;
	background-color: #d2cfcf;
	margin-top: 30px;
	position: relative;
	-webkit-box-shadow: inset 0 0 0 1px rgba(244, 244, 246, 1);
	box-shadow: inset 0 0 0 1px rgba(244, 244, 246, 1);
	border: 7px solid #d2cfcf;
}

.gallery-wrapper:before {
	content: "";
	position: absolute;
	top: 4px;
	bottom: 4px;
	left: 4px;
	right: 4px;
	border: 2px solid #f4f4f6;
}

/*
.gallery-wrapper:after {
	content: "";
	position: absolute;
	top: 9px;
	bottom: 9px;
	left: 9px;
	right: 9px;
	border: 3px solid #f4f4f6;
}
*/
.gallery-wrapper h3 {
	text-align: center;
	color: #ffffff;
	margin-top: 0;
	margin-bottom: 20px;

	font-family: "Open Sans", sans-serif;
}

@media only screen and (max-width: 768px) {
	.gallery-wrapper h3 {
		font-size: 20px;
	}

	.gallery-wrapper {
		padding-top: 40px;
	}

	.gallery-wrapper .row .col-md-6:nth-child(2) {
		margin-top: 10px;
	}
}

@media only screen and (min-width: 992px) {
	.gallery-first {
		max-height: 234px;
		margin: 0 auto;
	}
}

@media only screen and (min-width: 1200px) {
	.gallery-first {
		max-height: 290px;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 991px) {
	.gallery-first {
		margin-bottom: 15px;
	}
}

.social-platforms-container {
	padding-top: 45px;
	padding-bottom: 45px;
	background-color: #ededed;
}

.col-gallery-title {
	text-align: center;
	padding: 15px 0;
}

.col-gallery-title>img {
	margin: 0 auto;
}

.img-logo-instagram {
	max-width: 100px;
}

.gallery-youtube {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	/* grid-template-columns: repeat(3, 1fr); */
	grid-template-rows: 1fr;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
	margin-bottom: 15px;
}

.gallery-youtube>li {
	/* grid-area: 2 / 4 / 3 / 5; */
	/* overflow:hidden; */
	display: flex;
	overflow: hidden;
	align-items: center;
	justify-content: center;
	align-content: center;
}

.gallery-youtube>li .item {
	overflow: hidden;
	position: relative;
}

.gallery-youtube>li .item p {
	padding: 3px 4px;
	margin: 0;
	position: absolute;
	bottom: 10px;
	right: 10px;
	background-color: #000000;
	color: #ffffff;
	border-radius: 5px;
	font-size: 13px;
	font-weight: bold;
}

.gallery-youtube>li span {
	color: #030303;
	text-decoration: none;
	margin-top: 10px;
	display: block;
	transition: all 300ms ease;
}

.gallery-youtube img {
	transition: all 300ms ease;
}

.gallery-youtube li a:hover {
	text-decoration: none;
}

.gallery-youtube li a:hover img {
	transform: scale(1.05);
}

.gallery-youtube li a:hover span {
	text-decoration: none !important;
	color: #1e1e1e;
}

@media only screen and (min-width: 1200px) {
	.gallery-youtube>li {}
}

@media only screen and (max-width: 575px) {
	.gallery-youtube {
		grid-template-columns: repeat(1, 1fr);
		grid-row-gap: 30px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 768px) {
	.gallery-youtube {
		grid-template-columns: repeat(2, 1fr);
	}
}

.gallery-instagram-2 {
	max-width: 100%;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
	margin-bottom: 15px;
}

.gallery-instagram-2>li {
	/* grid-area: 2 / 4 / 3 / 5; */
	/* overflow:hidden; */
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
	overflow: hidden;
}

.gallery-instagram-2>li .item {
	overflow: hidden;
	height: 100%;
}

.gallery-instagram-2>li a {
	height: 100%;
}

.gallery-instagram-2 img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	transition: all 300ms ease;
}

.gallery-instagram-2 li a:hover img {
	transform: scale(1.05);
}

.img-logo-instagram-2 {
	max-width: 100px;
}

@media only screen and (max-width: 575px) {
	.gallery-instagram-2 {
		grid-template-columns: repeat(2, 1fr);
	}
}

.gallery-see-more {
	border-width: 1px;
	padding: 7px 50px;
	transition: all 300ms ease;
	box-shadow: 0 8px 16px 0 rgb(80 80 80 / 20%);
	background-color: #c0d1d0;
	border: 1px solid #adadad;
	display: inline-block;
}

.gallery-see-more:hover {
	background-color: #e6e6e6;
	color: #333333;
	box-shadow: 0 8px 16px 0 rgb(80 80 80 / 20%);
	text-decoration: none;
}

/* // gallery.css */

/* consultation extension */

.section-consultation {
	padding-top: 45px;
	padding-bottom: 45px;
	background-color: #949494;
}

.section-consultation label {
	color: #ffffff;
}

.section-consultation p {
	color: #ffffff;
}

/* //consultation extension */

/* home swp-youtube */
.yt-next,
.yt-prev {
	color: #9e9e9e;
}

.yt-next {
	right: -20px;
}

.yt-prev {
	left: -20px;
}

.col-title {
	margin-bottom: 30px;
}

/* // home swp-youtube */

/* header slider swiper */
.headerSwp {
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	z-index: 50;
}

.swpVegas {
	width: 100%;
	height: 100%;
}

.swpVegas .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
}

.swpVegas .swiper-slide::before {
	pointer-events: none;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background-color: #363636;
	opacity: 0.1;
	z-index: 50;
}

.slide-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/* transform: scale(1.6); */
	transform-origin: center center;
	transition: all 450ms ease-in-out;
	z-index: 20;
}

.slide-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* .swpVegas .swiper-slide-active .slide-bg {
	transform: scale(1);
} */
.swpVegas .front-img {
	z-index: 60;
	position: relative;
}

.front-slogan {
	transform: rotate(345deg);
}

@media only screen and (min-width: 768px) {
	.swpVegas .front-img {
		width: 400px;
	}
}

@media only screen and (max-width: 767px) {
	.swpVegas .front-img {
		width: 300px;
	}
}

/* //header slider swiper */



.cnt-services-hero {
	background-image: url("../img/services-hero.jpg");
	background-position: center top;
}


.cnt-partners-hero {
	background-image: url("../img/partners-hero.jpg");
	background-position: center top;
}