

:root {
	--whitergba10: rgba(255, 255, 255, 1.0);
	--whitergba9: rgba(255, 255, 255, 0.9);
	--whitergba8: rgba(255, 255, 255, 0.8);
	--whitergba7: rgba(255, 255, 255, 0.7);
	--whitergba6: rgba(255, 255, 255, 0.6);
	--whitergba5: rgba(255, 255, 255, 0.5);
	--whitergba4: rgba(255, 255, 255, 0.4);
	--whitergba3: rgba(255, 255, 255, 0.3);
	--whitergba2: rgba(255, 255, 255, 0.2);
	--whitergba1: rgba(255, 255, 255, 0.1);
	--whitergba0: rgba(255, 255, 255, 0.0);

	--blackrgba10: rgba(0, 0, 0, 1.0);
	--blackrgba9: rgba(0, 0, 0, 0.9);
	--blackrgba8: rgba(0, 0, 0, 0.8);
	--blackrgba7: rgba(0, 0, 0, 0.7);
	--blackrgba6: rgba(0, 0, 0, 0.6);
	--blackrgba5: rgba(0, 0, 0, 0.5);
	--blackrgba4: rgba(0, 0, 0, 0.4);
	--blackrgba3: rgba(0, 0, 0, 0.3);
	--blackrgba2: rgba(0, 0, 0, 0.2);
	--blackrgba1: rgba(0, 0, 0, 0.1);
	--blackrgba0: rgba(0, 0, 0, 0.0);

	/* LIGHT BLUE */
	--lblue1: #0254bf;
	--lblue2: #02459a;
	--lblue3: #013375;
	--lbluergba0: rgba(2,69,154,0.0);
	--lbluergba1: rgba(2,69,154,0.1);
	--lbluergba2: rgba(2,69,154,0.2);
	--lbluergba3: rgba(2,69,154,0.3);
	--lbluergba4: rgba(2,69,154,0.4);
	--lbluergba5: rgba(2,69,154,0.5);
	--lbluergba6: rgba(2,69,154,0.6);
	--lbluergba7: rgba(2,69,154,0.7);
	--lbluergba8: rgba(2,69,154,0.8);
	--lbluergba9: rgba(2,69,154,0.9);
	--lbluergba10: rgba(2,69,154,1.0);

	/* DARK BLUE */
	--dblue1: #ffdd54;
	--dblue2: #ffcc00;
	--dblue3: #fab915;
	--dbluergba0: rgba(255,204,0,0.0);
	--dbluergba1: rgba(255,204,0,0.1);
	--dbluergba2: rgba(255,204,0,0.2);
	--dbluergba3: rgba(255,204,0,0.3);
	--dbluergba4: rgba(255,204,0,0.4);
	--dbluergba5: rgba(255,204,0,0.5);
	--dbluergba6: rgba(255,204,0,0.6);
	--dbluergba7: rgba(255,204,0,0.7);
	--dbluergba8: rgba(255,204,0,0.8);
	--dbluergba9: rgba(255,204,0,0.9);
	--dbluergba10: rgba(255,204,0,1.0);


	/* SUPPORT BLUE */
	--sblue1: #1f4c80;
	--sblue2: #193e67;
	--sblue3: #122d4d;
	--sbluergba10: rgba(25,62,103,1.0);
	--sbluergba9: rgba(25,62,103,0.9);
	--sbluergba8: rgba(25,62,103,0.8);
	--sbluergba7: rgba(25,62,103,0.7);
	--sbluergba6: rgba(25,62,103,0.6);
	--sbluergba5: rgba(25,62,103,0.5);
	--sbluergba4: rgba(25,62,103,0.4);
	--sbluergba3: rgba(25,62,103,0.3);
	--sbluergba2: rgba(25,62,103,0.2);
	--sbluergba1: rgba(25,62,103,0.1);
	--sbluergba0: rgba(25,62,103,0.0);

	/* SUPPORT BLUE */
	--sblue2sys: #074c7e;
	--sbluergba10sys: rgba(7,76,126,1.0);
	--syellow2: #fc0;
	--sred2: #e93f33;
	--sysblue: #007bff;
	--sysblue2: #0c4bc6;
	--developer: #d62855;

	/* ORANGE */
	--orange1: #2a2a2a;
	--orange2: #1a1a1a;
	--orange3: #000000;
	--orangergba1: rgba(26, 26, 26, 0.1);
	--orangergba2: rgba(26, 26, 26, 0.2);
	--orangergba3: rgba(26, 26, 26, 0.3);
	--orangergba4: rgba(26, 26, 26, 0.4);
	--orangergba5: rgba(26, 26, 26, 0.5);
	--orangergba6: rgba(26, 26, 26, 0.6);
	--orangergba7: rgba(26, 26, 26, 0.7);
	--orangergba8: rgba(26, 26, 26, 0.8);
	--orangergba9: rgba(26, 26, 26, 0.9);
	--orangergba10: rgba(26, 26, 26, 1.0);


	--white: #fff;
	--f1f1f1: #f1f1f1;
	--f2f2f2: #f2f2f2;
	--f4f4f4: #f4f4f4;
	--eeeeee: #eeeeee;
	--cccccc: #cccccc;
	--black: #000;
	--gray1: #111;
	--gray2: #222;
	--gray3: #333;
	--gray4: #444;
	--gray5: #555;
	--gray6: #666;
	--gray7: #777;
	--gray8: #888;
	--gray9: #999;

	--greenhover: #1f8035;
	--Whats1: #25d366;
	--whatsbg: #eefbef;
	--whatstx: #3cc13f;
	--Whats2: #128c7e;
	--Whatsrgba: rgba(37, 211, 102, 0.5);
	--Whatsrgba2: rgba(37, 211, 102, 0.2);
	--Whatsrgba3: rgba(18, 140, 126, 0.5);


	--theme-font: "Rubik", sans-serif;
	--heading-font: "Rubik", sans-serif;
	--special-font: "Rubik", sans-serif;

}


body {
	background: var(--white);
	color: var(--orange2);
	font-family: var(--theme-font);
	min-height: 100vh;
	overflow-x: hidden;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.2;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;

}

html {
	position: relative;
	background: var(--lblue2);
	height: 100%;

}


::selection {
	background-color: var(--lblue2);
	color: var(--white);
}

-webkit-::selection {
	background-color:  var(--lblue2);
	color: var(--white);
}

::-moz-selection {
	background-color:  var(--lblue2);
	color: var(--white);
}


::-webkit-scrollbar {
	width: 15px;
}

::-webkit-scrollbar-track {
	background: var(--f1f1f1)
}

::-webkit-scrollbar-thumb {
	background: var(--cccccc)
}

::-webkit-scrollbar-thumb:focus,
::-webkit-scrollbar-thumb:hover {
	-webkit-filter: brightness(150%);
	filter: brightness(150%);
}


.auto-container {
	position: static;
	width: 100%;
	max-width: 1450px;
	padding: 0px 15px;
	margin: 0 auto;
}


button {
	border: none;
	padding: 0;
}

button,
button:focus,
.form-control,
.form-control:focus {
	outline: none;
	background-color: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

textarea {
	resize: none;
}

select {
	background-color: transparent;
}



.bg-theme {
	background-color:var(--lblue2) !important;
}


.bg-gradient-primary {
	background: var(--lblue2);
	background: -webkit-linear-gradient(140deg, var(--lblue2) 25%, var(--dblue2) 100%);
	background: -moz-linear-gradient(140deg, var(--lblue2) 25%, var(--dblue2) 100%);
	background: -ms-linear-gradient(140deg, var(--lblue2) 25%, var(--dblue2) 100%);
	background: -o-linear-gradient(140deg, var(--lblue2) 25%, var(--dblue2) 100%);
	background: linear-gradient(140deg, var(--lblue2) 25%, var(--dblue2) 100%);
}



[class*="bg-image-"],
[class*="overlay-"] {
	overflow: hidden;
	position: relative;
	z-index: 0;
}

[class*="bg-image-"]:before, [class*="bg-image-"]:after,
[class*="overlay-"]:before,
[class*="overlay-"]:after {
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	bottom: -1px;
	content: "";
	height: 101%;
	left: -1%;
	position: absolute;
	top: -1px;
	width: 102%;
}

[class*="bg-image-"]:before,
[class*="overlay-"]:before {
	z-index: -1;
}

[class*="bg-image-"]:after,
[class*="overlay-"]:after {
	z-index: -2;
}


.page-wrapper {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	min-height: 100vh;
	width: 100%;
	background: var(--white);
	color: var(--orange2);
	overflow-x: hidden
}

main.main {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	z-index: 0;
}

img {
	max-width: 100%;
}




p,
li,
li a,
label {
	color:var(--gray3);
	font-size: 1rem;
	font-family:var(--theme-font);
	font-weight: normal;
}
p{
	font-size:16px !important;
	line-height:1.25;
	margin-bottom:15px;
	font-weight: normal;
}

a, .btn {
	-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:focus {
	text-decoration: none !important;
}

a:focus, a:hover {
	color: var(--gray3);
	text-decoration: none !important;
}

a:active {
	color: var(--gray3);
	text-decoration: none !important;
}


a, button, input {
	outline: medium none !important;
	color: var(--gray5);
}

.uppercase {
	text-transform: uppercase;
}

.pos-absolute {
	position: absolute;
}

.pos-relative {
	position: relative;
}

.img-responsive {
	width: 100%;
	height: auto;
	display: inline-block;
}

h1, h2, h3, h4, h5, h6 {
	font-family: var(--special-font) !important;
	font-weight: normal;
	color: var(--gray3);
	margin-top: 0px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}


h1 {
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 40px;
}

h2 {
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 38px;
}

h3 {
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px;
}

h4 {
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px;
}

h5 {
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 18px;
}

h6 {
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 18px;
}

.fw-1 {
	font-weight: 100;
}

.fw-2 {
	font-weight: 200;
}

.fw-3 {
	font-weight: 300;
}

.fw-4 {
	font-weight: 400;
}

.fw-5 {
	font-weight: 500;
}

.fw-6 {
	font-weight: 600;
}

.fw-7 {
	font-weight: 700;
}

.fw-8 {
	font-weight: 800;
}

.fw-9 {
	font-weight: 900;
}

.l-height-24 {
	line-height: 24px;
}

.l-height-26 {
	line-height: 26px;
}

.l-height-28 {
	line-height: 28px;
}

.l-height-30 {
	line-height: 30px;
}

.l-height-32 {
	line-height: 32px;
}

.l-height-34 {
	line-height: 34px;
}

.l-height-36 {
	line-height: 36px;
}

.l-height-38 {
	line-height: 38px;
}

.l-height-40 {
	line-height: 40px;
}

ul {
	margin: 0px;
	padding: 0px;
}

hr {
	margin: 15px 0px;
	padding: 0px;
	border-bottom: 1px solid var(--blackrgba1);
	border-top: 0px;
}

hr.light {
	margin: 0;
	padding: 0px;
	border-bottom: 1px solid var(--whitergba1);
	border-top: 0px;
}


.f12 {
	font-size: 12px !important;
}

.f14 {
	font-size: 14px !important;
}

.f16 {
	font-size: 16px !important;
}

.f18 {
	font-size: 18px !important;
}

.f20 {
	font-size: 20px !important;
}

.clear {
	clear: both;
}

.pm0 {
	margin: 0px;
	padding: 0px;
}


.m-0 {
	margin-top: 0 !important;
	margin-right: 0 !important;
	margin-bottom: 0 !important;
	margin-left: 0 !important;
}

.p-0 {
	padding-top: 0 !important;
	padding-right: 0 !important;
	padding-bottom: 0 !important;
	padding-left: 0 !important;
}

.content-xs {
	padding-top: 20px;
	padding-bottom: 20px;
}

.content {
	padding-top: 40px;
	padding-bottom: 40px;
}

.content-sm {
	padding-top: 60px;
	padding-bottom: 60px;
}

.content-md {
	padding-top: 80px;
	padding-bottom: 80px;
}

.content-lg {
	padding-top: 100px;
	padding-bottom: 100px;
}

.content-xlg {
	padding-top: 150px;
	padding-bottom: 150px;
}


.overflow-h {
	overflow: hidden;
}

.overflow-a {
	overflow: auto;
}

.overflow-hidden {
	overflow: hidden !important
}

.overflow-x {
	overflow-x: hidden !important
}

.clear-both {
	clear: both;
}

.dp-none {
	display: none;
}

.dp-block {
	display: block;
}

.dp-table {
	display: table;
}

.dp-inline-block {
	display: inline-block;
}

.dp-table-cell {
	display: table-cell;
	vertical-align: middle;
}

.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.no-padding {
	padding: 0px;
}

.no-margin {
	padding: 0px;
}

.no-border {
	border: none;
}


.full-width {
	width: 100%;
}


.theme-mt-0 {
	margin-top: 0 !important
}

.theme-mt-10 {
	margin-top: 10px
}

.theme-mt-15 {
	margin-top: 15px
}

.theme-mt-20 {
	margin-top: 20px
}

.theme-mt-30 {
	margin-top: 30px
}

.theme-mt-35 {
	margin-top: 35px
}

.theme-mt-40 {
	margin-top: 40px
}

.theme-mt-50 {
	margin-top: 50px
}

.theme-mt-60 {
	margin-top: 60px
}

.theme-mt-70 {
	margin-top: 70px
}

.theme-mt-80 {
	margin-top: 80px
}

.theme-mt-90 {
	margin-top: 90px
}

.theme-mt-100 {
	margin-top: 100px
}

.theme-mt-110 {
	margin-top: 110px
}

.theme-mt-120 {
	margin-top: 120px !important;
}

.theme-mt-130 {
	margin-top: 130px
}

.theme-mt-140 {
	margin-top: 140px
}

.theme-mt-150 {
	margin-top: 150px
}

.theme-mr-0 {
	margin-right: 0px
}

.theme-mr-10 {
	margin-right: 10px
}

.theme-mr-15 {
	margin-right: 15px
}

.theme-mr-20 {
	margin-right: 20px
}

.theme-mr-30 {
	margin-right: 30px
}

.theme-mr-40 {
	margin-right: 40px
}

.theme-mr-50 {
	margin-right: 50px
}

.theme-mr-60 {
	margin-right: 60px
}

.theme-mr-70 {
	margin-right: 70px
}

.theme-mr-80 {
	margin-right: 80px
}

.theme-mr-90 {
	margin-right: 90px
}

.theme-mr-100 {
	margin-right: 100px
}

.theme-mr-110 {
	margin-right: 110px
}

.theme-mr-120 {
	margin-right: 120px
}

.theme-mr-130 {
	margin-right: 130px
}

.theme-mr-140 {
	margin-right: 140px
}

.theme-mr-150 {
	margin-right: 150px
}

.theme-mb-0 {
	margin-bottom: 0
}

.theme-mb-5 {
	margin-bottom: 5px
}

.theme-mb-10 {
	margin-bottom: 10px
}

.theme-mb-15 {
	margin-bottom: 15px
}

.theme-mb-20 {
	margin-bottom: 20px
}

.theme-mb-25 {
	margin-bottom: 25px
}

.theme-mb-30 {
	margin-bottom: 30px
}

.theme-mb-35 {
	margin-bottom: 35px
}

.theme-mb-40 {
	margin-bottom: 40px
}

.theme-mb-50 {
	margin-bottom: 50px
}

.theme-mb-60 {
	margin-bottom: 60px
}

.theme-mb-70 {
	margin-bottom: 70px
}

.theme-mb-80 {
	margin-bottom: 80px
}

.theme-mb-90 {
	margin-bottom: 90px
}

.theme-mb-100 {
	margin-bottom: 100px
}

.theme-mb-110 {
	margin-bottom: 110px
}

.theme-mb-120 {
	margin-bottom: 120px
}

.theme-mb-130 {
	margin-bottom: 130px
}

.theme-mb-140 {
	margin-bottom: 140px
}

.theme-mb-150 {
	margin-bottom: 150px
}

.theme-ml-0 {
	margin-left: 0
}

.theme-ml-10 {
	margin-left: 10px
}

.theme-ml-15 {
	margin-left: 15px
}

.theme-ml-20 {
	margin-left: 20px
}

.theme-ml-30 {
	margin-left: 30px
}

.theme-ml-40 {
	margin-left: 40px
}

.theme-ml-50 {
	margin-left: 50px
}

.theme-ml-60 {
	margin-left: 60px
}

.theme-ml-70 {
	margin-left: 70px
}

.theme-ml-80 {
	margin-left: 80px
}

.theme-ml-90 {
	margin-left: 90px
}

.theme-ml-100 {
	margin-left: 100px
}

.theme-ml-110 {
	margin-left: 110px
}

.theme-ml-120 {
	margin-left: 120px
}

.theme-ml-130 {
	margin-left: 130px
}

.theme-ml-140 {
	margin-left: 140px
}

.theme-ml-150 {
	margin-left: 150px
}

.theme-pt-0 {
	padding-top: 0
}

.theme-pt-10 {
	padding-top: 10px
}

.theme-pt-15 {
	padding-top: 15px
}

.theme-pt-20 {
	padding-top: 20px
}

.theme-pt-30 {
	padding-top: 30px
}

.theme-pt-40 {
	padding-top: 40px
}

.theme-pt-50 {
	padding-top: 50px
}

.theme-pt-55 {
	padding-top: 55px
}

.theme-pt-60 {
	padding-top: 60px
}

.theme-pt-70 {
	padding-top: 70px
}

.theme-pt-80 {
	padding-top: 80px
}

.theme-pt-90 {
	padding-top: 90px
}

.theme-pt-100 {
	padding-top: 100px
}

.theme-pt-110 {
	padding-top: 110px
}

.theme-pt-120 {
	padding-top: 120px
}

.theme-pt-130 {
	padding-top: 130px
}

.theme-pt-140 {
	padding-top: 140px
}

.theme-pt-150 {
	padding-top: 150px
}

.theme-pt-160 {
	padding-top: 160px
}

.theme-pr-0 {
	padding-right: 0
}

.theme-pr-10 {
	padding-right: 10px
}

.theme-pr-15 {
	padding-right: 15px
}

.theme-pr-20 {
	padding-right: 20px
}

.theme-pr-30 {
	padding-right: 30px
}

.theme-pr-40 {
	padding-right: 40px
}

.theme-pr-50 {
	padding-right: 50px
}

.theme-pr-60 {
	padding-right: 60px
}

.theme-pr-70 {
	padding-right: 70px
}

.theme-pr-80 {
	padding-right: 80px
}

.theme-pr-90 {
	padding-right: 90px
}

.theme-pr-100 {
	padding-right: 100px
}

.theme-pr-110 {
	padding-right: 110px
}

.theme-pr-120 {
	padding-right: 120px
}

.theme-pr-130 {
	padding-right: 130px
}

.theme-pr-140 {
	padding-right: 140px
}

.theme-pb-0 {
	padding-bottom: 0
}

.theme-pb-10 {
	padding-bottom: 10px
}

.theme-pb-15 {
	padding-bottom: 15px
}

.theme-pb-20 {
	padding-bottom: 20px
}

.theme-pb-25 {
	padding-bottom: 25px
}

.theme-pb-30 {
	padding-bottom: 30px
}

.theme-pb-40 {
	padding-bottom: 40px
}

.theme-pb-50 {
	padding-bottom: 50px
}

.theme-pb-55 {
	padding-bottom: 55px
}

.theme-pb-60 {
	padding-bottom: 60px
}

.theme-pb-70 {
	padding-bottom: 70px
}

.theme-pb-80 {
	padding-bottom: 80px
}

.theme-pb-90 {
	padding-bottom: 90px
}

.theme-pb-100 {
	padding-bottom: 100px
}

.theme-pb-110 {
	padding-bottom: 110px
}

.theme-pb-120 {
	padding-bottom: 120px
}

.theme-pb-130 {
	padding-bottom: 130px
}

.theme-pb-140 {
	padding-bottom: 140px
}

.theme-pb-150 {
	padding-bottom: 150px
}

.theme-pb-160 {
	padding-bottom: 160px
}

.theme-pl-0 {
	padding-left: 0
}

.theme-pl-10 {
	padding-left: 10px
}

.theme-pl-15 {
	padding-left: 15px
}

.theme-pl-20 {
	padding-left: 20px
}

.theme-pl-30 {
	padding-left: 30px
}

.theme-pl-40 {
	padding-left: 40px
}

.theme-pl-50 {
	padding-left: 50px
}

.theme-pl-60 {
	padding-left: 60px
}

.theme-pl-70 {
	padding-left: 70px
}

.theme-pl-80 {
	padding-left: 80px
}

.theme-pl-90 {
	padding-left: 90px
}

.theme-pl-100 {
	padding-left: 100px
}

.theme-pl-110 {
	padding-left: 110px
}

.theme-pl-120 {
	padding-left: 120px
}

.theme-pl-130 {
	padding-left: 130px
}

.theme-pl-140 {
	padding-left: 140px
}

.theme-pl-150 {
	padding-left: 150px
}

.theme-plb-0 {
	padding: 0
}

.theme-plb-10 {
	padding: 10px 0
}

.theme-plb-20 {
	padding: 20px 0
}

.theme-plb-30 {
	padding: 30px 0
}

.theme-plb-40 {
	padding: 40px 0
}

.theme-plb-50 {
	padding: 50px 0
}

.theme-plb-60 {
	padding: 60px 0
}

.theme-plb-70 {
	padding: 70px 0
}

.theme-plb-80 {
	padding: 80px 0
}

.theme-plb-90 {
	padding: 90px 0
}

.theme-plb-100 {
	padding: 100px 0
}

.theme-plb-110 {
	padding: 110px 0
}

.theme-plb-120 {
	padding: 120px 0
}

.theme-plb-130 {
	padding: 130px 0
}

.theme-plb-140 {
	padding: 140px 0
}

.theme-plb-150 {
	padding: 150px 0
}

.theme-plb-160 {
	padding: 160px 0
}

.theme-mtb-0 {
	margin: 0
}

.theme-mtb-10 {
	margin: 10px 0
}

.theme-mtb-15 {
	margin: 15px 0
}

.theme-mtb-20 {
	margin: 20px 0
}

.theme-mtb-30 {
	margin: 30px 0
}

.theme-mtb-35 {
	margin: 35px 0
}

.theme-mtb-40 {
	margin: 40px 0
}

.theme-mtb-50 {
	margin: 50px 0
}

.theme-mtb-60 {
	margin: 60px 0
}

.theme-mtb-70 {
	margin: 70px 0
}

.theme-mtb-80 {
	margin: 80px 0
}

.theme-mtb-90 {
	margin: 90px 0
}

.theme-mtb-100 {
	margin: 100px 0
}

.theme-mtb-110 {
	margin: 110px 0
}

.theme-mtb-120 {
	margin: 120px 0
}

.theme-mtb-130 {
	margin: 130px 0
}

.theme-mtb-140 {
	margin: 140px 0
}

.theme-mtb-150 {
	margin: 150px 0;
}

.theme-mtb-160 {
	margin: 160px 0;
}


.show-item {
	visibility: visible;
}

.hidden-item {
	visibility: hidden;
	display: none;
}


.show-footer {
	visibility: hidden;
	display: none;
}


#bottom-bar-info {
	left: 5px;
	right: 5px;
	bottom: 5px;
	position: fixed;
	padding: 0px 0px 0px 5px;
	height: 51px;
	line-height: 50px;
	font-weight: bold;
	z-index: 99999 !important;
	background-color: var(--blackrgba1);
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-o-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px;
	-webkit-backdrop-filter: blur(7px);
	backdrop-filter: blur(7px);
}


#bottom-bar-info svg {
	position: relative;
	top: 3px;
	width: 24px;
	height: 24px;
	vertical-align: text-top;
	stroke-width: 0;
	fill: var(--white) !important;
	stroke: var(--lblue2) !important;
	transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}


#bottom-bar-info .col1,
#bottom-bar-info .col2,
#bottom-bar-info .col3,
#bottom-bar-info .col4,
#bottom-bar-info .col5,
#bottom-bar-info .col6,
#bottom-bar-info .col1 a,
#bottom-bar-info .col2 a,
#bottom-bar-info .col3 a,
#bottom-bar-info .col4 a,
#bottom-bar-info .col5 a,
#bottom-bar-info .col6 a {
	line-height: 42px;
	font-weight: bold;
	font-size: 16px;
	color: var(--white);
}


#bottom-bar-info .col1,
#bottom-bar-info .col2,
#bottom-bar-info .col3,
#bottom-bar-info .col4,
#bottom-bar-info .col5,
#bottom-bar-info .col6,
#bottom-bar-info .col1 a,
#bottom-bar-info .col2 a,
#bottom-bar-info .col3 a,
#bottom-bar-info .col4 a,
#bottom-bar-info .col5 a,
#bottom-bar-info .col6 a {
	line-height: 42px;
	font-weight: bold;
	font-size: 24px;
	color: var(--white);
	width: 42px;
	margin-right: 5px;
	margin-top: 4px;
	height: 42px;
	float: left;
	text-align: center;
	-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;

	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-o-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px;

	-webkit-box-shadow: 0px 5px 25px 0px var(--blackrgba1);
	-moz-box-shadow: 0px 5px 25px 0px var(--blackrgba1);
	box-shadow: 0px 5px 25px 0px var(--blackrgba1);
}


#bottom-bar-info .col1:hover,
#bottom-bar-info .col2:hover,
#bottom-bar-info .col3:hover,
#bottom-bar-info .col4:hover,
#bottom-bar-info .col5:hover,
#bottom-bar-info .col1 a:hover,
#bottom-bar-info .col2 a:hover,
#bottom-bar-info .col3 a:hover,
#bottom-bar-info .col4 a:hover,
#bottom-bar-info .col5 a:hover {
	-webkit-box-shadow: 0px 5px 25px 0px var(--blackrgba2);
	-moz-box-shadow: 0px 5px 25px 0px var(--blackrgba2);
	box-shadow: 0px 5px 25px 0px var(--blackrgba2);
	-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;
}

#bottom-bar-info .col1 a .mdi,
#bottom-bar-info .col2 a .mdi,
#bottom-bar-info .col3 a .mdi,
#bottom-bar-info .col4 a .mdi,
#bottom-bar-info .col5 a .mdi,
#bottom-bar-info .col6 a .mdi {
	font-size: 28px !important
}

#bottom-bar-info .col1 {
	background: var(--gray5);

}

#bottom-bar-info .col1:hover {
	background: var(--gray8);
}

#bottom-bar-info .col2 {
	background: var(--Whats1);
}

#bottom-bar-info .col2:hover {
	background: var(--Whats2);
}


#bottom-bar-info .col3 {
	background: var(--lblue2);
}

#bottom-bar-info .col3:hover {
	background: var(--lblue3);
}

#bottom-bar-info .col4 {
	background: var(--lblue2);
}

#bottom-bar-info .col4:hover {
	background: var(--lblue3);
}


#bottom-bar-info .col5 {
	background: var(--lblue2);
}

#bottom-bar-info .col5:hover {
	background: var(--lblue3);
}


#bottom-bar-info .col6 {
	background: var(--lblue2);
}

#bottom-bar-info .col6:hover {
	background: var(--lblue3);
}


.btnRightFooter {
	position: fixed;
	width: 45px;
	height: 45px;
	line-height: 45px;
	border: 0px solid var(--white);
	right: 5px;
	z-index: 999;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-o-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px;
	text-align: center;
	-webkit-transition: all 0.1s ease-out 0s;
	-moz-transition: all 0.1s ease-out 0s;
	-ms-transition: all 0.1s ease-out 0s;
	-o-transition: all 0.1s ease-out 0s;
	transition: all 0.1s ease-out 0s;
	font-size: 28px;
	-webkit-box-shadow: 0px 5px 25px 0px var(--blackrgba3);
	-moz-box-shadow: 0px 5px 25px 0px var(--blackrgba3);
	box-shadow: 0px 5px 25px 0px var(--blackrgba3);
}

.btnRightFooter:before {
	position: absolute;
	top: 22.5px;
	left: 22.5px;
	display: block;
	height: 2px;
	width: 2px;
	background: var(--whitergba0);
	-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;
	content: " ";
	z-index: 0;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-o-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px;
}

.btnRightFooter:hover:before,
.btnRightFooter:focus:before {
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: var(--whitergba10);
}



.btnRightFooter svg {
	position: relative;
	left: 0px;
	top: 3px;
	width: 28px;
	height: 28px;
	vertical-align: text-top;
	stroke-width: 1.5;
	/*stroke: var(--white);*/
	fill: var(--white);
}




.btnRightFooter span {
	position: relative;
	z-index: 2
}

.whatsappFooter {
	bottom: 170px;
	color: var(--white);
	background: var(--Whats1);
	-webkit-box-shadow: 0px 10px 15px 0px var(--Whatsrgba);
	-moz-box-shadow: 0px 10px 15px 0px var(--Whatsrgba);
	box-shadow: 0px 10px 15px 0px var(--Whatsrgba);
}

.whatsappFooter:focus span,
.whatsappFooter:hover span {
	color: var(--white);
}

.whatsappFooter:hover:before,
.whatsappFooter:focus:before {
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: var(--Whats2);
}


.phoneFooter {
	bottom: 115px;
	color: var(--white);
	background: var(--lblue2);

}


.phoneFooter:focus span,
.phoneFooter:hover span {
	color: var(--white);
}

.phoneFooter:hover:before,
.phoneFooter:focus:before {
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: var(--lblue3);
}


.emailFooter {
	bottom: 165px;
	color: var(--white);
	background: var(--lblue2);
}

.emailFooter:focus span,
.emailFooter:hover span {
	color: var(--white);
}

.emailFooter:hover:before,
.emailFooter:focus:before {
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: var(--lblue3);
}


.mapsFooter {
	bottom: 220px;
	color: var(--white);
	background: var(--lblue2);

}

.mapsFooter:focus span,
.mapsFooter:hover span {
	color: var(--white);
}

.mapsFooter:hover:before,
.mapsFooter:focus:before {
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: var(--lblue3);
}


.wazeFooter {
	bottom: 270px;
	color: var(--white);
	background: var(--lblue2);

}

.wazeFooter:focus span,
.wazeFooter:hover span {
	color: var(--white);
}

.wazeFooter:hover:before,
.wazeFooter:focus:before {
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: var(--lblue3);
}


#back-to-top .top {
	position: fixed;
	margin: 0px;
	transition: all .5s ease-in-out;
	position: fixed;
	bottom: 5px;
	right: 5px;
	z-index: 999991;
	font-size: 16px;
	background: var(--blackrgba4);
	color: var(--white);
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	-webkit-box-shadow: 0px 5px 25px 0px var(--blackrgba0);
	-moz-box-shadow: 0px 5px 25px 0px var(--blackrgba0);
	box-shadow: 0px 5px 25px 0px var(--blackrgba0);
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-o-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px;
}

#back-to-top i {
	padding-top: 20px;
	font-size: 24px;
}

#back-to-top svg {
	position: relative;
	top: -3px;
	width: 26px;
	height: 26px;
	vertical-align: text-top;
	stroke-width: 1.5;
	fill: var(--white);
	stroke: var(--white);
}

#back-to-top .top:hover {
	background: var(--blackrgba7) !important;
	color: var(--white);
	-webkit-box-shadow: 0px 5px 25px 0px var(--blackrgba3);
	-moz-box-shadow: 0px 5px 25px 0px var(--blackrgba3);
	box-shadow: 0px 5px 25px 0px var(--blackrgba3);
}


.top-mobile {
	width: 42px !important;
	height: 42px !important;
	line-height: 42px !important;
	bottom: 10px !important;
	right: 10px !important;
}


.btn-theme {
	background: var(--gray3);
	padding: 15px 25px;
	line-height: 40px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	color: var(--white);
}

.btn-theme:focus,
.btn-theme:hover {
	background: var(--gray5);
}


.button-modal {
	width: 50px;
	height: 50px;
	background: var(--lblue2);
	top: 0;
	right: 0;
	position: absolute;
	display: block;
	text-indent: -9999px;
	cursor: pointer;
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	border-radius: 50% !important;
}

.button-modal:hover {
	background: var(--lblue2);
}

.button-modal:before,
.button-modal:after {
	content: '';
	width: 55%;
	height: 2px;
	background: var(--white);
	position: absolute;
	top: 48%;
	left: 22%;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.button-modal:after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.button-modal:hover:before,
.button-modal:hover:after {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}


.modal-header {
	border-bottom: 0px solid var(--lblue2) !important;
	-webkit-border-radius: 7px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius: 7px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-radius: 7px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	background: var(--lblue2);
	position: relative;
}

.modal-header h5 {
	font-weight: bold;
	color: var(--white);
	font-size: 1.2rem
}

.modal-content {
	border: 0px solid var(--blackrgba2) !important;
	-webkit-border-radius: 7px !important;
	-moz-border-radius: 7px !important;
	border-radius: 7px !important;
}

.modal-content p {
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 3px;
	font-weight: normal;

}

.modal-content .btn-theme {
	background-color: var(--lblue2);
	color: var(--white) !important;
	border: 0px solid var(--lblue2);
	margin: 3px;
	padding: 6px 10px;
}


.modal-content .btn-theme:hover,
.modal-content .btn-theme:focus {
	background-color: var(--lblue1);
	color: var(--white) !important;
	border: 0px solid var(--lblue1) !important;
}


@media (min-width: 1200px) {
	.modal-xl {
		max-width: 94%;
	}
}

@media (min-width: 992px) {
	.modal-xl {
		max-width: 90%;
	}
}


.modal-footer {
	border-top: 0px solid var(--white);
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.modal-footer p {
	font-size: 12px;
	margin: 0px;
}

.modal-body {
	padding: 0.5rem;


	-webkit-border-radius: 0px;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius: 0px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-radius: 0px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	background: var(--white);
}

.modal-footer {
	border-top: 0px solid var(--white);
	-webkit-border-radius: 0px;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius: 0px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-radius: 0px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	background: var(--f1f1f1);
}

@media (max-width: 767px) {
	.modal-content p {
		font-size: 14px;
		line-height: 16px;
	}
}

.modal {
	z-index: 9999;
}

.return-message-inner *,
.return-message-agenda * {
	transition: all 0.4s cubic-bezier(.7, 1, .7, 1);
}

.return-message-inner {
	text-align: left;
	padding: 15px;
	margin-bottom: 15px;
	margin-top: 15px;
	background: var(--white);
	color: var(--gray3);
	font-weight: bold;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	transition: all 0.4s cubic-bezier(.7, 1, .7, 1);
}

.return-message-agenda {
	text-align: center;
	padding: 15px;
	margin-bottom: 15px;
	margin-top: 15px;
	background: var(--white);
	color: var(--gray3);
	font-weight: bold;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	transition: all 0.4s cubic-bezier(.7, 1, .7, 1);
}

.return-message-inner img {
	padding: 0;
	margin: 0;
}

.return-message-error {
	background: var(--danger);
	color: var(--white);
}

.return-message-info {
	background: var(--warning);
	color: var(--white);
}


.return-message-success {
	background: var(--success);
	color: var(--white);
}


.toolbar-fnc .inner {
	position: fixed;
	top: 200px;
	left: -1px;
	display: block;
	width: 41px;
	border: 0 solid var(--eeeeee);
	border-right: 0;
	border-radius: 0 5px 5px 0;
	text-align: center;
	z-index: 900
}

.toolbar-fnc .inner a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: var(--gray5);
	-webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
	-o-transition: all .3s cubic-bezier(.645, .045, .355, 1);
	transition: all .3s cubic-bezier(.645, .045, .355, 1);
	cursor: pointer
}

.toolbar-fnc .inner a i {
	font-size: 20px;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

.toolbar-fnc .inner a[class*=hint--] {
	position: relative;
	display: inline-block;
	-webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
	-o-transition: all .3s cubic-bezier(.645, .045, .355, 1);
	transition: all .3s cubic-bezier(.645, .045, .355, 1)
}

.toolbar-fnc .inner a[class*=hint--]::after,
.toolbar-fnc .inner a[class*=hint--]::before {
	position: absolute;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	visibility: hidden;
	opacity: 0;
	z-index: 1000000;
	pointer-events: none;
	-webkit-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s
}

.toolbar-fnc .inner a[class*=hint--]::before {
	content: "";
	position: absolute;
	background: 0 0;
	border: 7px solid transparent;
	z-index: 1000001;
	left: 42px;
	bottom: 50%;
	margin-right: -13px;
	margin-bottom: -7px;
	border-left-color: var(--gray5)
}

.toolbar-fnc .inner a[class*=hint--]::after {
	content: attr(aria-label);
	background: var(--gray5);
	color: var(--white);
	padding: 8px 10px;
	font-size: 14px;
	line-height: 14px;
	white-space: nowrap;
	border-radius: 5px
}

.toolbar-fnc .inner a.hint--bounce {
	-webkit-transition: opacity .3s ease, visibility .3s ease, -webkit-transform .3s cubic-bezier(.71, 1.7, .77, 1.24);
	transition: opacity .3s ease, visibility .3s ease, -webkit-transform .3s cubic-bezier(.71, 1.7, .77, 1.24);
	-o-transition: opacity .3s ease, visibility .3s ease, transform .3s cubic-bezier(.71, 1.7, .77, 1.24);
	transition: opacity .3s ease, visibility .3s ease, transform .3s cubic-bezier(.71, 1.7, .77, 1.24);
	transition: opacity .3s ease, visibility .3s ease, transform .3s cubic-bezier(.71, 1.7, .77, 1.24), -webkit-transform .3s cubic-bezier(.71, 1.7, .77, 1.24)
}

.toolbar-fnc .inner a.hint--left::after {
	margin-bottom: -15px;
	left: 42px;
	bottom: 50%
}

.toolbar-fnc .inner a:hover {
	color: var(--lblue2);
}

.toolbar-fnc .inner a:hover[class*=hint--]::after,
.toolbar-fnc .inner a:hover[class*=hint--]::before {
	visibility: visible;
	opacity: 1;
	-webkit-transition-delay: .1s;
	-o-transition-delay: .1s;
	transition-delay: .1s
}

.toolbar-fnc .inner a:hover[class*=hint--]::before {
	-webkit-transform: translateX(-8px);
	-ms-transform: translateX(-8px);
	transform: translateX(-8px)
}

.toolbar-fnc .inner a:hover[class*=hint--]::after {
	-webkit-transform: translateX(-8px);
	-ms-transform: translateX(-8px);
	transform: translateX(-8px)
}


.close-button {
	width: 50px;
	height: 50px;
	background: var(--dblue2);
	position: relative;
	right: 10px;
	top: 0px;
	display: block;
	text-indent: -9999px;
	-webkit-border-radius: 50px !important;
	-moz-border-radius: 50px !important;
	border-radius: 50px !important;
	cursor: pointer;
	z-index: 1000;
	-webkit-transition: all 0.9s ease;
	-moz-transition: all 0.9s ease;
	-ms-transition: all 0.9s ease;
	-o-transition: all 0.9s ease;
	transition: all 0.9s ease;
}

.close-button:hover,
.close-button:focus {
	background: var(--lblue2);
}

.close-button:before,
.close-button:after {
	content: '';
	width: 55%;
	height: 2px;
	background: var(--white);
	position: absolute;
	top: 48%;
	left: 22%;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.close-button:after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.close-button:hover:before,
.close-button:hover:after {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}


/* SUPPORT BUTTONS */
.special-btn{
	background: var(--Whats1);
	background: -moz-linear-gradient(-45deg,  var(--Whats1) 0%, var(--Whats2) 82%);
	background: -webkit-linear-gradient(-45deg,  var(--Whats1) 0%,var(--Whats2) 82%);
	background: linear-gradient(135deg,  var(--Whats1) 0%,var(--Whats2) 82%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--Whats1)', endColorstr='var(--Whats2)',GradientType=1 );


	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-o-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius:  50px;
	color: var(--white);
	display: table;
	height:50px;
	min-width: 50px;
	text-align: center !important;
	z-index: 999;
	bottom:60px;
	right: 5px;
	position: fixed;
	overflow:hidden;
	-webkit-box-shadow: 0px 10px 15px 0px var(--Whatsrgba3);
	-moz-box-shadow: 0px 10px 15px 0px var(--Whatsrgba3);
	box-shadow: 0px 10px 15px 0px var(--Whatsrgba3);
}
.special-btn i{
	position:relative;
	left:0px;
	top:6px;
	font-size: 28px;
	text-align: center !important;
}


.special-btn svg {
	position: relative;
	left:5px;
	top: 10px;
	width: 28px;
	height: 28px;
	vertical-align: text-top;
	stroke-width: 1.5;
	/*stroke: var(--white);*/
	fill: var(--white);
}



.special-btn:hover{
	color: var(--white);
	background-color: var(--dblue2);
	padding: 0 20px;
	-webkit-box-shadow: 0px 10px 15px 0px var(--Whatsrgba3);
	-moz-box-shadow: 0px 10px 15px 0px var(--Whatsrgba3);
	box-shadow: 0px 10px 15px 0px var(--Whatsrgba3);
}
.special-btn span{
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	letter-spacing: -9px;
	opacity: 0;
	line-height: 50px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	text-transform:uppercase;
	font-weight:600;

}
.special-btn:hover span{
	opacity:1;
	left:0px;
	letter-spacing:0px;
	padding-left:10px;
}


.special-btn-two{
	background: var(--lblue2);
	background: -moz-linear-gradient(-45deg,  var(--lblue1) 0%, var(--lblue2) 82%);
	background: -webkit-linear-gradient(-45deg,  var(--lblue1) 0%,var(--lblue2) 82%);
	background: linear-gradient(135deg,  var(--lblue1) 0%,var(--lblue2) 82%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--lblue1)', endColorstr='var(--lblue2)',GradientType=1 );


	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-o-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius:  50px;
	color: var(--white);
	display: table;
	height:50px;
	min-width: 50px;
	text-align: center !important;
	z-index: 999;
	bottom:120px;
	right: 5px;
	position: fixed;
	overflow:hidden;
	-webkit-box-shadow: 0px 10px 15px 0px var(--lbluergba3);
	-moz-box-shadow: 0px 10px 15px 0px var(--lbluergba3);
	box-shadow: 0px 10px 15px 0px var(--lbluergba3);
}
.special-btn-two svg{
	position:relative;
	left:0px;
	top:9px;
	width:28px;
	height: 28px;
	vertical-align: text-top;
	stroke-width: 1.5;
	fill: var(--white);
}

.special-btn-two:hover{
	color: var(--white);
	background-color: var(--dblue2);
	padding: 0 20px;
	-webkit-box-shadow: 0px 10px 15px 0px var(--lbluergba3);
	-moz-box-shadow: 0px 10px 15px 0px var(--lbluergba3);
	box-shadow: 0px 10px 15px 0px var(--lbluergba3);
}
.special-btn-two span{
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	letter-spacing: -9px;
	opacity: 0;
	line-height: 50px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	text-transform:uppercase;
	font-weight:600;

}
.special-btn-two:hover span{
	opacity:1;
	left:0px;
	letter-spacing:0px;
	padding-left:10px;
}




.select2,
.form-control {
	display: block;
	padding: 12px 15px 12px 15px !important;
	font-size: 16px;
	color: var(--gray3);
	height: 50px;
	background-color: var(--white);
	outline: none !important;
	background-clip: padding-box;
	border: 3px solid var(--eeeeee) !important;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	-moz-transform: skew(-10deg, 0deg);
	-webkit-transform: skew(-10deg, 0deg);
	-o-transform: skew(-10deg, 0deg);
	-ms-transform: skew(-10deg, 0deg);
	transform: skew(-10deg, 0deg);
}
.select2,
.form-control:focus,
.form-control:hover {
	color: var(--gray2);
	background-color: var(--white);
	border-color: var(--blackrgba5);
	outline: 0;
	-webkit-box-shadow: 0px 0px 15px 0px var(--blackrgba1);
	-moz-box-shadow: 0px 0px 15px 0px var(--blackrgba1);
	box-shadow: 0px 0px 15px 0px var(--blackrgba1);
}

textarea {
	resize: none;
}
.content-box-new label,
.sidebar label {
	display: inline-block;
	margin:0;
	font-size: 14px;
	font-weight: bold;
	padding: 0;
}

#contact .form-group {
	position: relative;
}

#contact .form-group i {
	position: absolute;
	top: 42px;
	left: 10px;
	font-size: 22px;
	color: var(--gray9);
	z-index: 1;
}

#contact .form-control {
	padding: 12px 15px 12px 36px !important;
}


::placeholder {
	color: var(--gray9) !important;
	opacity: 1;
}

:-ms-input-placeholder {
	color: var(--gray9) !important;
}

::-ms-input-placeholder {
	color: var(--gray9) !important;
}


.modal-backdrop {
	background: var(--orange3) !important;
	-webkit-backdrop-filter: saturate(150%) blur(7x) !important;
	backdrop-filter: saturate(150%) blur(7px) !important;
}

.modal-backdrop.fade,
.modal-backdrop.show {
	opacity: 0.7 !important;
	-webkit-backdrop-filter: saturate(150%) blur(7x) !important;
	backdrop-filter: saturate(150%) blur(7px) !important;
}


.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}


.top-mobile {
	width: 42px !important;
	height: 42px !important;
	line-height: 42px !important;
	bottom: 10px !important;
	right: 10px !important;
}



.border-right-white{
	border-right:1px solid var(--white)
}

button span{
	padding-right:7px;
}
button svg {
	position: relative;
	top: -1px;
	width: 18px;
	height: 18px;
	vertical-align: text-top;
	stroke-width:0;
	fill:var(--white);
	transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

button:hover a svg{
	fill:var(--white);
}


.carousel-control-next-icon,
.carousel-control-prev-icon {
	display: inline-block;
	width: 40px;
	height: 40px;
}

.modal-body h2{
	font-size: 24px;
	margin: 15px 0px;
}

.modal-body h3{
	font-size: 18px;
	margin: 15px 0px;
}

.main-header {
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: auto;
    z-index: 99;
    background: var(--lblue2);
    font-family: var(--theme-font) !important;
    -webkit-box-shadow: 0 0 15px 5px var(--blackrgba1);
    -moz-box-shadow: 0 0 15px 5px var(--blackrgba1);
    box-shadow: 0 0 15px 5px var(--blackrgba1);
}


.header-span {
    height: 120px;
}


.main-header .header-top {
    padding: 0px 0px;
    position: relative;
    border-bottom: 0px solid var(--blackrgba1);
    background: var(--lblue3);
    z-index: 999;
}


.main-header .header-top .inner-container {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1400px;
    padding: 10px 15px;
    margin: 0 auto;
}

.main-header .top-left {
    position: relative;
    text-align: center;
    display: block;
    width: 100%;

}

.main-header .top-left a {
    color: var(--white);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    line-height: 34px;
    margin: 0px;
}

.main-header .top-left a::after {
    content: 'Saiba mais';
    margin-left: 14px;
    border: 1px solid var(--white);
    border-radius: 6px;
    padding: 4px 8px;
    font-size: 12px;
}


.main-header .header-top .inner-container {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1450px;
    padding: 0px 15px;
    margin: 0 auto;
}

.main-header .top-left {
    position: relative;
}


.main-header .contact-list {
    position: relative;
    padding: 5px 15px;
    position: relative;
    display: flex;
    align-content: flex-end;
    flex-wrap: wrap;

}

.main-header .contact-list li {
    position: relative;
    font-size: 14px;
    line-height: 25px;
    color: var(--lblue2);
    font-weight: 400;
    margin-right: 3px;
}

.main-header .contact-list li:last-child {
    margin-right: 0;
}

.main-header .contact-list li i {
    float: left;
    font-size: 16px;
    line-height: 25px;
    margin-right: 5px;
    color: var(--dblue2);
}

.main-header .contact-list li a {
    color: var(--lblue2);
    font-weight: normal;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .contact-list li a:hover {
    color: var(--dblue2);
}

.main-header .top-right {
    position: relative;
    right: 0px;
    top: 0px;
}

.main-header .top-right .linkFale {
    background: var(--dblue2);
    padding: 12px 25px;
    float: left;
    color: var(--white) !important;
    -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;

    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;

}

.main-header .top-right .linkFale:hover,
.main-header .top-right .linkFale:focus {
    background: var(--dblue1);
}


.main-header .top-right .linkFale svg {
    position: relative;
    top: 0px;
    width: 20px;
    height: 20px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--white);
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.main-header .top-right .linkFale:hover a svg {
    fill: var(--white);
}


.main-header .top-right ul {
    padding-top: 7px;
    padding-left: 20px;
    float: right;
}


.main-header .main-box {
    position: relative;
    display: block;
    padding: 0 30px;
    z-index: 998;
}

.main-header .nav-outer {
    position: static;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.main-header .logo {
    position: relative;
    top: 0px;
    z-index: 10;

    padding-top: 10px;
    padding-bottom: 10px;
    height: 105px;
    line-height: 105px;
    /*background: var(--f2f2f2);*/
}

/*
.sticky-header:before,
.main-header:before*/


.main-header .logo::before {
    content: "";
    position: absolute;
    bottom: 0px;
    right: -75px;
    width: 1500px;
    /*height: 100%;*/
    height: calc(100% + 100px);

    -moz-transform: skew(-15deg, 0deg);
    -webkit-transform: skew(-15deg, 0deg);
    -o-transform: skew(-15deg, 0deg);
    -ms-transform: skew(-15deg, 0deg);
    transform: skew(-15deg, 0deg);
    background: var(--white);
    background-repeat: no-repeat;
    background-position: top left;
    transition: all 0.4s cubic-bezier(.7, 1, .7, 1);

    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;

    z-index: 2
}

.main-header .logo::after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: -90px;
    width: 1500px;
    /*height: 100%;*/
    height: calc(100% + 100px);

    -moz-transform: skew(-15deg, 0deg);
    -webkit-transform: skew(-15deg, 0deg);
    -o-transform: skew(-15deg, 0deg);
    -ms-transform: skew(-15deg, 0deg);
    transform: skew(-15deg, 0deg);
    background: var(--lblue3);
    background-repeat: no-repeat;
    background-position: top left;
    transition: all 0.4s cubic-bezier(.7, 1, .7, 1);

    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    z-index: 0
}


.main-header .logo .logo-inner {
    position: relative;
    width: 265px;
    height: 90px;
    top: 0px;
    left: 0;
    z-index: 9;
    padding: 0px 0px 0px 0px;
    display: flex;
    align-items: center;
}


.mobile-sticky-header .logo img,
.mobile-header .logo img,
.main-header .logo img,
.main-header .fixed-header .logo img {
    transition: all 0.4s cubic-bezier(.7, 1, .7, 1);
    -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;
}

.main-header .fixed-header .logo .logo-inner {

}

.main-header .fixed-header .logo {
    position: relative;
    top: 0px;
    z-index: 10;

    padding-top: 5px;
    padding-bottom: 5px;
    height: 90px;
    line-height: 75px;
}

.main-header .fixed-header .logo img {
    width: 100% !important;
}

.main-header .logo img {
    width: 100% !important;

    padding: 10px 0px 10px 0px;
}


.main-header .menu-box {
    position: static;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-menu {

    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.main-menu .navbar-header {
    display: none;
}

.main-menu .navbar-collapse {
    padding: 0px;
}

.main-menu .navigation {
    position: static;
    display: flex;
}

.main-menu .navigation > li {
    position: relative;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation > li > a {
    position: relative;
    display: block;
    text-align: center;
    opacity: 1;
    font-size: 16px;
    font-weight: 600;
    color: var(--white);
    padding: 42px 10px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: var(--theme-font) !important;
    text-transform: uppercase;

}

.activeProducts {
    color: var(--dblue1) !important;
}

.mobile-menu .activeProducts {
    color: var(--lblue1) !important;
}


.main-menu .navigation > li > a:active,
.main-menu .navigation > li > a:focus,
.main-menu .navigation > li > a:hover {
    color: var(--f4f4f4);

}


.main-menu .navigation > li > a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    height: 5px;
    width: 10px;
    z-index: 3;
    margin: 0 0;
    opacity: 0;
    background: var(--lblue1);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -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;
}


.main-menu .navigation > li:hover > a:before,
.main-menu .navigation > li.current > a:before {
    background: var(--lblue1);
    top: 0px;
    opacity: 1;
}

.main-menu .navigation > li:hover > a:before,
.main-menu .navigation > li.current > a:before,
.main-menu .navigation > li:hover > a > span,
.main-menu .navigation > li.current > a > span {
    width: 100%;
    opacity: 1;
    visibility: visible;
    color: var(--f4f4f4);
}


.main-menu .navigation > li > a > span svg {
    position: relative;
    top: -2px;
    width: 20px;
    height: 20px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--white) !important;
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}


.main-menu .navigation > li > a > span {
    position: relative;
    display: block;
    -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;
}


.main-menu .navigation > li:hover span svg {
    fill: var(--orange2);
}


.main-menu .navigation > li > ul {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: var(--white);
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 10px 20px;
    z-index: 1;
    min-width: 360px;
    margin-top: 0px;
    display: none;
    -webkit-box-shadow: 0px 7px 10px -1px var(--blackrgba2);
    -moz-box-shadow: 0px 7px 10px -1px var(--blackrgba2);
    -ms-box-shadow: 0px 7px 10px -1px var(--blackrgba2);
    -o-box-shadow: 0px 7px 10px -1px var(--blackrgba2);
    box-shadow: 0px 7px 10px -1px var(--blackrgba2);
}

.main-menu .navigation > li > ul:before {
    display: table;
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 10px;
}

.main-menu .navigation > li > ul > li h6 {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.main-menu .navigation > li > ul > li {
    position: relative;
    display: block;
    z-index: 1;
    border-bottom: 1px solid var(--blackrgba1);
}


.main-menu .navigation > li > ul > li:last-child {
    border-bottom: none;
}


.main-menu .navigation > li > ul > li > a {
    position: relative;
    display: block;
    z-index: 1;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: var(--orange2);
    padding: 10px 0;
    white-space: normal;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-family: var(--theme-font);
    text-transform: uppercase;
}

.main-menu .navigation > li > ul > li > a:focus,
.main-menu .navigation > li > ul > li > a:hover {
    color: var(--lblue2) !important;
    padding-left: 10px;
}




.main-menu .navigation > li > ul > li > p {
    position: relative;
    display: block;
    z-index: 1;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: var(--orange2);
    padding: 10px 0;
    white-space: normal;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-family: var(--theme-font);
    text-transform: uppercase;
    margin:0px;
    
}


.main-menu .navigation > li > ul > li > p > svg ,
.main-menu .navigation > li > ul > li > a > svg {
    position: absolute;
    top: 20px;
    width: 32px;
    height: 32px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--lblue2) !important;
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.main-menu .navigation > li > ul > li > p span,
.main-menu .navigation > li > ul > li > p strong {
    position: relative;
    margin-bottom: 0px;
    display: block;
    padding-left: 45px;
}
.main-menu .navigation > li > ul > li > p span{
	font-weight:normal !important;
}






.main-menu .navigation > li > ul > li > a span,
.main-menu .navigation > li > ul > li > a strong {
    position: relative;
    margin-bottom: 0px;
    display: block;
    padding-left: 45px;
}


.main-menu .navigation > li > ul > li > a span {
    font-size: 14px;
    font-weight: normal;
    margin: 0px;
}


.main-menu .navigation > li > ul > li > a strong {
    font-size: 16px;
    font-weight: bold;
    margin: 0px;
}

.main-menu .navigation > li > ul > li > a:focus span,
.main-menu .navigation > li > ul > li > a:hover span {
    color: var(--lblue2) !important;
    font-size: 14px;
}


/*
.main-menu .navigation > li > ul > li > a:focus,
.main-menu .navigation > li > ul > li > a:hover {
    color: var(--lblue2) !important;
}*/

.main-menu .navigation > li > ul > li.current.dropdown > a:before,
.main-menu .navigation > li li.current li.current > a,
.main-menu .navigation > li > ul > li.current > a {
    color: var(--lblue2);
}

.main-menu .navigation > li > ul > li > ul {
    position: absolute;
    top: 0;
    left: 100%;
    background-color: var(--white);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 5px 15px;
    z-index: 1;
    width: 320px;
    margin-top: -15px;
    margin-left: 10px;
    display: none;
    -webkit-box-shadow: 0px 7px 10px -1px var(--blackrgba2);
    -moz-box-shadow: 0px 7px 10px -1px var(--blackrgba2);
    -ms-box-shadow: 0px 7px 10px -1px var(--blackrgba2);
    -o-box-shadow: 0px 7px 10px -1px var(--blackrgba2);
    box-shadow: 0px 7px 10px -1px var(--blackrgba2);
}


.main-menu .navigation > li > ul > li > ul > li > ul > li > a {
    position: relative;
    display: block;
    padding: 5px 0;
    z-index: 1;
    font-size: 15px;
    line-height: 28px;
    color: var(--lblue2);
    white-space: normal;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-weight: normal;
}

.main-menu .navigation > li > ul > li > ul > li > ul > li > a:hover {
    color: var(--lblue3);
}


.main-menu .navigation > li > ul > li > ul > li > ul {
    position: absolute;
    top: 0;
    left: 100%;
    background-color: var(--white);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 15px;
    z-index: 1;
    width: 300px;
    margin-top: -15px;
    margin-left: 10px;
    display: none;
    -webkit-box-shadow: 0px 7px 10px -1px var(--blackrgba2);
    -moz-box-shadow: 0px 7px 10px -1px var(--blackrgba2);
    -ms-box-shadow: 0px 7px 10px -1px var(--blackrgba2);
    -o-box-shadow: 0px 7px 10px -1px var(--blackrgba2);
    box-shadow: 0px 7px 10px -1px var(--blackrgba2);
}


.main-menu .navigation > li > ul > li > ul:before {
    position: absolute;
    left: -30px;
    top: 0;
    height: 100%;
    width: 30px;
    content: "";
}

.main-menu .navigation > li > ul > li > ul > li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid var(--blackrgba2);
}

.main-menu .navigation > li > ul > li > ul > li:last-child {
    border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li > a {
    position: relative;
    display: block;
    padding: 7px 0;
    z-index: 1;
    font-size: 15px;
    line-height: 1.1;
    color: var(--lblue2);
    white-space: normal;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-weight: normal;
}

.main-menu .navigation > li > ul > li > ul > li > a:hover,
.main-menu .navigation > li > ul > li > ul > li > a:focus {
    color: var(--black);
}


.main-menu .navigation > li > ul > li.dropdown > a:before {
    position: absolute;
    right: -5px;
    top: 50%;
    margin-top: -10px;
    display: block;
    line-height: 20px;
    font-size: 14px;
    font-weight: 900;
    color: var(--black);
    z-index: 5;
    opacity: .75;
}


.main-menu .navigation > li.dropdown.active > ul {
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 99;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}


.main-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 5px;
    width: 34px;
    height: 30px;
    border: 1px solid var(--white);
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: var(--white);
    cursor: pointer;
    z-index: 5;
    display: none;
}

.main-header li.dropdown ul .dropdown-btn {
    position: absolute !important;
    right: 10px !important;
    top: 5px !important;
    width: 10px !important;
    height: 10px !important;
    border: 1px solid var(--white) !important;
    text-align: center !important;
    font-size: 16px !important;
    line-height: 26px !important;
    color: var(--white) !important;
    cursor: pointer !important;
    z-index: 5 !important;
    display: block !important;
    opacity: 0.5
}


.main-header .outer-box {
    position: relative;
}

.main-header .search-box {
    position: relative;
}

.main-header .search-box .search-btn {
    position: relative;
    z-index: 1;
    color: var(--white);
    cursor: pointer;
    height: 50px;
    width: 50px;
    margin-left: 5px;
    margin-right: 10px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: var(--lblue3);
    overflow: hidden;
    -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;
}

.main-header .search-box .search-btn:focus,
.main-header .search-box .search-btn:hover {
    background: var(--lblue1);
}


.main-header .search-box .search-btn svg {
    position: relative;
    top: 0px;
    width: 20px;
    height: 20px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--white);
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.main-header .search-box .search-btn:hover svg {
    fill: var(--white);
}


.main-header .outer-box {
    position: relative;
    display: flex;
    align-items: center;
}


.main-header .service_wrapper {
    position: relative;
    padding-left: 40px;
    margin-right: 15px;
}

.main-header .service_wrapper .icon {
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 36px;
    line-height: 36px;
    margin-top: -18px;
    color: var(--lblue2);
}

.main-header .service_wrapper p {
    font-size: 14px;
    line-height: 26px;
    color: var(--white);
    font-weight: 500;
    margin: 0px;
}

.main-header .service_wrapper h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    color: var(--white)
}

.main-header .service_wrapper h4 a {
    color: var(--white);
}

.main-header .service_wrapper h4 a:focus,
.main-header .service_wrapper h4 a:hover {
    color: var(--lblue2);
}

/************************ Mega Menu ***************************/

.main-menu .navigation > li.has-mega-menu {
    position: static;
}

.main-menu .navigation > li > .mega-menu {
    position: absolute;
    z-index: 10;
    top: 100%;
    left: 50%;
    padding: 15px 10px 15px;
    background-color: var(--white);
    transform: translateX(-50%);
    margin-top: 0px;
    display: none;
    -webkit-box-shadow: 0px 7px 10px -1px var(--blackrgba2);
    -moz-box-shadow: 0px 7px 10px -1px var(--blackrgba2);
    -ms-box-shadow: 0px 7px 10px -1px var(--blackrgba2);
    -o-box-shadow: 0px 7px 10px -1px var(--blackrgba2);
    box-shadow: 0px 7px 10px -1px var(--blackrgba2);

    -webkit-border-radius: 7px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius: 7px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    border-radius: 7px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    width: 100%

}

.main-menu .navigation > li:hover > .mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) scaleY(1);
}

.main-menu .navigation > li > .mega-menu:before {
    display: table;
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 10px;
}

.main-menu .navigation > li > .mega-menu .mega-menu-bar {
    position: relative;
    margin: 0;
}

.main-menu .navigation > li .mega-menu-bar h3 {
    position: relative;
    font-size: 1.1rem;
    line-height: 1.1;
    font-weight: bold;
    margin-bottom: 10px;
    padding-top: 9px;
    padding-bottom: 0px;
    color: var(--lblue2);
    -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;
    text-transform: uppercase;
}

/*
	.main-menu .navigation > li .mega-menu-bar h3:before {
	content: '';
	width: 50px;
	height: 3px;
	bottom: 0;
	left: 0;
	position: absolute;
	background-color: var(--dblue2);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	}
*/
.main-menu .navigation > li .mega-menu-bar > ul {
    position: relative;
}

.main-menu .navigation > li .mega-menu-bar .column > ul > li {
    position: relative;
    display: block;
    z-index: 1;
    border-bottom: 1px solid var(--blackrgba1);
    white-space: normal;
}

.main-menu .navigation > li .mega-menu-bar .column > ul > li:last-child {
    border: none;
}


.main-menu .navigation > li .mega-menu-bar .titlecat {
    position: relative;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 15px;
    margin-bottom: 9px;
    color: var(--lblue2);
    display: block;
    margin-bottom: 30px;
}

.main-menu .navigation > li .mega-menu-bar .titlecat:before {
    content: '';
    width: 50px;
    height: 5px;
    bottom: 0;
    left: 0;
    position: absolute;
    background-color: var(--dblue2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}


.main-menu .navigation > li .mega-menu-bar .column > ul > li > a {
    position: relative;
    display: block;
    z-index: 1;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.1;
    color: var(--orange2);
    padding: 7px 0;
    margin-bottom: 1px;
    white-space: normal;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.main-menu .navigation > li .mega-menu-bar .column > ul > li > a:focus,
.main-menu .navigation > li .mega-menu-bar .column > ul > li > a:hover {
    color: var(--lblue2);
    padding-left: 10px;
}


.main-menu .navigation > li .mega-menu-bar .column > ul > li.current > a {
    color: var(--lblue2);
}

.header-post-widget {
    padding: 15px 0;
}

.latest-post {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--lblue2);
    min-height: 80px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 80px;
}

.latest-post:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.latest-post .thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 65px;
    border-radius: 4px;
    overflow: hidden;
}

.latest-post h6 {
    font-size: 15px;
    font-weight: 500;
    color: var(--black);
}

.latest-post .info {
    font-size: 13px;
    color: var(--gray5);
    font-weight: 500;
}

/*================= End Mega Menu =========================*/

/***

	====================================================================
	Search Popup
	====================================================================

***/

.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.search-popup .search-back-drop {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: var(--blackrgba5);
}

.search-active .search-popup {
    opacity: 1;
    visibility: visible;
}

.search-popup .search-inner {
    position: relative;
    background: var(--white);
    padding: 25px 0 30px;
    z-index: 1;
    transform: translateY(-100%);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.search-active .search-popup .search-inner {
    transform: translateY(0);
}

.search-popup .upper-text {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.search-popup .upper-text .text {
    font-size: 13px;
}

.search-popup .close-search {
    position: absolute;
    right: 0;
    top: 0;
    color: var(--gray5);
    font-size: 10px;
    line-height: 27px;
    z-index: 3;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.search-popup .form-group form {
    position: relative;
}

.search-popup .form-group {
    position: relative;
    margin: 0px;
    overflow: hidden;
    border-bottom: 1px solid var(--gray9);
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 25px;
    color: var(--gray3);
    padding: 10px 0;
    height: 45px;
    width: 100%;
    background-color: transparent;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
    position: absolute;
    right: 0px;
    top: 0px;
    background: transparent;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
    color: var(--gray3);
    padding: 0;
    background: var(--white);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {

}

/*search box btn*/

.main-header .cart-btn-outer {
    position: relative;
    margin-left: 0px;
    padding-left: 0px;
    border-left: 0px solid var(--blackrgba1);
}

.main-header .header-top .cart-btn-outer {
    padding-left: 0;
    border-left: 0;
}


.main-header .search-top-btn {
    position: relative;
    display: block;
    z-index: 1;
    text-align: center;
    overflow: hidden;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    padding-right: 5px;
}

.main-header .search-top-btn i {
    position: relative;
    display: block;
    z-index: 1;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 24px;
    text-align: center;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: 0;
    background: var(--dblue2);
    color: var(--white);
    overflow: hidden;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}


.main-header .cart-btn {
    position: relative;
    display: block;
    z-index: 1;
    text-align: center;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    padding: 5px 5px 5px 5px;
    width: auto;
    background: var(--white);
    color: var(--white);
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;


}


.main-header .cart-btn svg {
    position: relative;
    top: 0px;
    width: 20px;
    height: 20px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--lblue2);
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.main-header .cart-btn:focus svg,
.main-header .cart-btn:hover svg {
    fill: var(--lblue1);
}


.main-header .cart-btn span {
    position: relative;
    font-weight: bold;
    left: 7px;
    top: -2px;

}

.main-header .cart-btn:focus,
.main-header .cart-btn:hover {
    background: var(--f4f4f4);
    color: var(--white);
}

.main-header .cart-btn .count {
    position: absolute;
    /*right:-25px !important;*/
    left: 30px;
    top: -3px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    color: var(--white);
    background: var(--dblue3);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    z-index: 2 !important;


}

.main-header .cart-btn .count svg {
    position: relative;
    top: -2px;
    width: 18px;
    height: 18px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--white);
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

/***

	====================================================================
	Sticky Header
	====================================================================

***/

.sticky-header {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    z-index: 99;
    -webkit-box-shadow: 0 0 35px 0 var(--blackrgba1);
    -moz-box-shadow: 0 0 35px 0 var(--blackrgba1);
    box-shadow: 0 0 35px 0 var(--blackrgba1);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    background: var(--lblue2);
    /*background: linear-gradient(to right, var(--f2f2f2)25%, var(--lblue2) 25%);*/
}


.fixed-header .sticky-header {
    opacity: 1;
    z-index: 99;
    visibility: visible;
}


.main-header .search-box .search-btn{
    /*display: none;
    visibility: hidden;*/
}

.sticky-header .search-box .search-btn {
    z-index:999 !important
}



.sticky-header .main-menu .navigation > li.dropdown > a:after,
.sticky-header .main-menu .navigation > li > a {
    color: var(--white);
    padding: 35px 15px;
}

.sticky-logo {
    display: none;
}

.sticky-header .main-logo {
    display: none;
}

.sticky-header .sticky-logo {
    display: block;
}

/***

	====================================================================
	Mobile Header
	====================================================================

***/

.mobile-header {
    position: relative;
    margin: 0 20px;
    padding: 20px 0;
    display: none;
}

.mobile-header:after {
    display: table;
    clear: both;
    content: "";
}


.mobile-header .logo {
    position: absolute;
    float: left;
    margin: 0;
    padding: 0;
    top: 0px;
    left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    height: 92px;
    width: 220px;
    z-index: 9;
    padding: 0px;
}


.mobile-header .logo::before {
    content: "";
    position: absolute;
    bottom: 0px;
    right: -25px;
    width: 1500px;
    /*height: 100%;*/
    height: calc(100% + 100px);

    -moz-transform: skew(-15deg, 0deg);
    -webkit-transform: skew(-15deg, 0deg);
    -o-transform: skew(-15deg, 0deg);
    -ms-transform: skew(-15deg, 0deg);
    transform: skew(-15deg, 0deg);
    background: var(--white);
    background-repeat: no-repeat;
    background-position: top left;
    transition: all 0.4s cubic-bezier(.7, 1, .7, 1);

    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;

    z-index: 2
}

.mobile-header .logo::after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: -40px;
    width: 1500px;
    /*height: 100%;*/
    height: calc(100% + 100px);

    -moz-transform: skew(-15deg, 0deg);
    -webkit-transform: skew(-15deg, 0deg);
    -o-transform: skew(-15deg, 0deg);
    -ms-transform: skew(-15deg, 0deg);
    transform: skew(-15deg, 0deg);
    background: var(--lblue3);
    background-repeat: no-repeat;
    background-position: top left;
    transition: all 0.4s cubic-bezier(.7, 1, .7, 1);

    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    z-index: 0
}


.mobile-header .logo img {
    width: 100% !important;
    position: relative;
    padding: 0px;
    z-index: 11;
}


.mobile-header .nav-outer {
    position: relative;
    float: right;
    right: 20px;
}

.mobile-header .outer-box {
    position: relative;
    float: right;
}

.mobile-sticky-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0px 15px;
    opacity: 0;
    visibility: hidden;
    background: var(--lblue2);
    /*background: linear-gradient(to right, var(--f2f2f2) 40%, var(--lblue2) 40%);*/
    z-index: 999;
    -webkit-box-shadow: 0 0 15px 5px var(--blackrgba2);
    -moz-box-shadow: 0 0 15px 5px var(--blackrgba2);
    box-shadow: 0 0 15px 5px var(--blackrgba2);
}


.mobile-sticky-header:after {
    display: table;
    clear: both;
    content: "";
}


.mobile-sticky-header .nav-outer,
.mobile-sticky-header .outer-box {
    padding-top: 11px;
}


.mobile-sticky-header .logo {
    position: absolute;
    float: left;
    margin: 0;
    padding: 0;
    top: 0px;
    left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    height: 75px;
    width: 180px;
    z-index: 9;
    padding: 0px;
}


.mobile-sticky-header .logo::before {
    content: "";
    position: absolute;
    bottom: 0px;
    right: -75px;
    width: 1500px;
    /*height: 100%;*/
    height: calc(100% + 100px);

    -moz-transform: skew(-15deg, 0deg);
    -webkit-transform: skew(-15deg, 0deg);
    -o-transform: skew(-15deg, 0deg);
    -ms-transform: skew(-15deg, 0deg);
    transform: skew(-15deg, 0deg);
    background: var(--white);
    background-repeat: no-repeat;
    background-position: top left;
    transition: all 0.4s cubic-bezier(.7, 1, .7, 1);

    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;

    z-index: 2
}

.mobile-sticky-header .logo::after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: -90px;
    width: 1500px;
    /*height: 100%;*/
    height: calc(100% + 100px);

    -moz-transform: skew(-15deg, 0deg);
    -webkit-transform: skew(-15deg, 0deg);
    -o-transform: skew(-15deg, 0deg);
    -ms-transform: skew(-15deg, 0deg);
    transform: skew(-15deg, 0deg);
    background: var(--lblue3);
    background-repeat: no-repeat;
    background-position: top left;
    transition: all 0.4s cubic-bezier(.7, 1, .7, 1);

    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    z-index: 0
}


.mobile-sticky-header .logo img {
    width: 100% !important;
    position: relative;
    padding: 0px;
    z-index: 11;
}


.mobile-sticky-header .nav-outer {
    position: relative;
    float: right;
    right: 30px;
}

.mobile-sticky-header .outer-box {
    position: relative;
    float: right;
}

/***

	====================================================================
	Mobile Menu
	====================================================================

***/

.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 24px;
    line-height: 30px;
    cursor: pointer;
    margin-left: 20px;
    color: var(--black);
    order: 3;
    display: none;
    transition: all 300ms ease;
}

.mobile-menu-back-drop {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--blackrgba4);
    transition: all 200ms ease;
}

.mobile-menu {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    transition: all 300ms ease;
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 30px 15px 20px 15px;
    text-align: left;
    border-bottom: 0px solid var(--blackrgba1);
}

.mobile-menu .nav-logo img {
    width: 200px
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .menu-outer {
    position: fixed;
    left: 0px;
    top: 0;
    bottom: 0;
    width: 300px;
    height: 100%;
    overflow-y: auto;
    padding: 0px 0px;
    z-index: 5;
    display: block;
    background-color: var(--white);
    transform: translateX(-100%);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.mobile-menu-visible .mobile-menu .menu-outer {
    transform: translateX(0%);
}

.mobile-menu .menu-box {
    position: relative;
    left: 0px;
    top: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    padding: 0px;
    z-index: 5;
    display: block;
    background-color: var(--white);
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    padding: 15px 0;
    border-bottom: 0px solid var(--blackrgba1);
}

.mobile-menu .navigation > li {
    position: relative;
    display: block;
}

.mobile-menu .navigation li > a {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 1.1;
    color: var(--lblue2);
    padding: 10px 15px;
    font-weight: bold;
    border-bottom: 1px solid var(--blackrgba1);
    border-top: 1px solid transparent;
    text-transform: uppercase;
}


.mobile-menu .navigation li > a span svg {
    display: none;
    visibility: hidden;
    /*position: relative;
        top: -3px;
        width: 28px;
        height: 28px;
        vertical-align: text-top;
        stroke-width:0;
        fill:var(--orange2);

    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);*/
}

/*
	.mobile-menu .navigation li:hover span svg{
	fill:var(--lblue2);
	}
*/

.mobile-menu .navigation li > a:focus,
.mobile-menu .navigation li > a:hover {
    color: var(--lblue2);
}

.mobile-menu .navigation > li > ul > li h6 {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 15px;
}


.mobile-menu .navigation li:last-child > a {
    border-bottom: 0;
}


.mobile-menu .navigation li.current > a {
    color: var(--lblue2);
}

.mobile-menu .navigation li li > a {
    padding: 10px 10px 10px 0px;
    font-size: 14px;
    color: var(--orange1);
}

.mobile-menu .navigation li li > a:focus,
.mobile-menu .navigation li li > a:hover {
    color: var(--lblue2);
    padding-left: 5px;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 5px;
    top: 0px;
    width: 100%;
    height: 36px;
    text-align: center;
    font-size: 24px;
    color: var(--lblue2);
    -webkit-transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    cursor: pointer;
    z-index: 5;
}

/*
.mobile-menu .navigation li.dropdown .dropdown-btn svg{
    width:8px;
    opacity:0.5;
}
*/

.mobile-menu .navigation li.dropdown .dropdown-btn svg {
    position: absolute;
    top: 7px;
    right: 10px;
    width: 24px;
    height: 24px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--dblue2) !important;
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}


.mobile-menu .navigation li.current.dropdown .dropdown-btn {
    color: var(--gray3);
}

.mobile-menu .navigation li.dropdown .dropdown-btn.active svg {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.mobile-menu .navigation li > ul {
    display: none;
    padding-left: 15px;
}

.mobile-menu .navigation li > ul > li > ul {
    display: none;
    padding: 0px 15px 0px 0px;
}


.mobile-menu .mega-menu-bar h3 {
    position: relative;
    font-size: 1.1rem;
    font-weight: bold;
    padding-bottom: 5px;
    margin-top: 7px;
    margin-bottom: 7px;
    margin-left: 0px;
    color: var(--lblue2);
    text-transform: uppercase;
    -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;
}

/*
	.mobile-menu .mega-menu-bar h3:before {
	content: '';
	width: 30px;
	height: 2px;
	bottom: 0;
	left: 0;
	position: absolute;
	background-color: var(--dblue2);
	}
*/
.mobile-menu .mega-menu-bar .column {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 0px;
    margin-top: 0px;
}

.mobile-menu .navigation > li > .mega-menu {
    width: 100% !important;
    display: none;
}

.mobile-menu .navigation > li.has-mega-menu ul {
    padding-left: 0px;
}

.mobile-menu .navigation li:last-child > a {
    border-bottom: 0;
}


.mobile-menu .navigation > li.has-mega-menu ul li:last-child > a {
    /*border-bottom: 1px solid var(--blackrgba1);*/
}


.mobile-menu .header-post-widget {
    padding-left: 40px;
}

.menu-social {
    position: relative;
    padding: 15px 20px;
}


.menu-search {
    position: relative;
    padding: 25px 25px;
}

.menu-search .form-group {
    position: relative;
}

.menu-search .form-group .input {
    position: relative;
    width: 100%;
    padding: 10px 50px 10px 10px;
    outline: none;
    border: 1px solid var(--f1f1f1);
    font-size: 15px;
    color: var(--gray3);
    font-weight: normal;
    line-height: 23px;
    height: 45px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -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;
    -webkit-box-shadow: 0px 5px 25px 3px var(--blackrgba2);
    -moz-box-shadow: 0px 5px 25px 3px var(--blackrgba2);
    box-shadow: 0px 5px 25px 3px var(--blackrgba2);
}

.menu-search .form-group .input:focus,
.menu-search .form-group .input:hover {
    -webkit-box-shadow: 0px 5px 25px 3px var(--blackrgba5);
    -moz-box-shadow: 0px 5px 25px 3px var(--blackrgba5);
    box-shadow: 0px 5px 25px 3px var(--blackrgba5);
}

.menu-search .form-group button {
    position: absolute;
    right: 0;
    top: 0;
    height: 45px;
    line-height: 45px;
    width: 45px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: var(--lblue1);
    -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;
}

.menu-search .form-group button i {
    position: relative;
    font-size: 32px;
    color: var(--white);
}

.menu-search .form-group button:focus,
.menu-search .form-group button:hover {
    background: var(--lblue3);
}

.main-header .service_wrapper h4 {
    font-size: 18px;
    font-weight: 600;
}


@media only screen and (max-width: 1199px) {
    .main-header .service_wrapper {
        display: none;
    }

}


/***

	====================================================================
	Header Style Two
	====================================================================

***/

.header-style-two {
    position: relative;
    background: var(--white);
}

.header-style-two .contact-list li i,
.header-style-two .contact-list li,
.header-style-two .contact-list li a,
.header-style-two .search-box .search-btn,
.header-style-two .service_wrapper h4,
.header-style-two .service_wrapper p,
.header-style-two .main-menu .navigation > li.dropdown > a:after,
.header-style-two .main-menu .navigation > li > a {
    color: var(--black);
}

.header-style-two .outer-box {
    margin-left: 60px;
}

.header-style-two .header-top {
    position: relative;
    background: var(--blackrgba1);
}

.header-style-two .header-top .service-num {
    position: relative;
    display: flex;
    align-items: center;
}

.header-style-two .header-top .service-num a {
    margin-right: 20px;
    font-size: 15px;
    font-weight: 500;
    color: var(--black);
    transition: all 300ms ease;
}

.header-style-two .header-top .service-num a i {
    margin-right: 10px;
}

.header-style-two .header-top .service-num .text {
    font-size: 12px;
}

.header-style-two .menu-box {
    padding: 0 15px;
}

.header-style-two .sticky-header .menu-box,
.header-style-two .sticky-header .auto-container {
    max-width: 100%;
    padding: 0;
}

.header-style-two .sticky-header .outer-box {
    margin-left: -170px;
}

/***

	====================================================================
	Header Style Three
	====================================================================

***/

.header-style-three {
    position: relative;
    background: var(--white);
}

.header-style-three .contact-list li i,
.header-style-three .contact-list li,
.header-style-three .contact-list li a,
.header-style-three .search-box .search-btn,
.header-style-three .service_wrapper h4,
.header-style-three .service_wrapper p,
.header-style-three .main-menu .navigation > li.dropdown > a:after,
.header-style-three .main-menu .navigation > li > a {
    color: var(--black);
}

.header-style-three .outer-box {
    margin-left: 60px;
}

.header-style-three .header-top {
    position: relative;
    background: var(--blackrgba1);
}

.header-style-three .header-top .service-num {
    position: relative;
    display: flex;
    align-items: center;
}

.header-style-three .header-top .service-num a {
    margin-right: 20px;
    font-size: 15px;
    font-weight: 500;
    color: var(--black);
    transition: all 300ms ease;
}

.header-style-three .header-top .service-num a i {
    margin-right: 10px;
}

.header-style-three .header-top .service-num .text {
    font-size: 12px;
}

.header-style-three .main-box {
    padding: 0 15px;
}

.header-style-three .sticky-header .menu-box,
.header-style-three .sticky-header .auto-container {
    max-width: 100%;
    padding: 0;
}

.header-style-three .sticky-header .outer-box {
    margin-left: -170px;
}

/***

	====================================================================
	Header Style Four
	====================================================================

***/

.header-style-four {
    position: relative;
    background: var(--white);
}

.header-style-four.main-header .header-top {
    border-bottom: 1px solid var(--gray9);
}

.header-style-four .header-top .inner-container {
    background: var(--white);
    max-width: calc(100% - 170px);
    margin: 0 85px;
    padding: 0 15px;
}

.header-style-four .contact-list li i,
.header-style-four .contact-list li,
.header-style-four .contact-list li a,
.header-style-four .search-box .search-btn,
.header-style-four .service_wrapper h4,
.header-style-four .service_wrapper p,
.header-style-four .main-menu .navigation > li.dropdown > a:after,
.header-style-four .main-menu .navigation > li > a {
    color: var(--black);
}

.header-style-four .outer-box {
    margin-left: -140px;
}

.header-style-four .header-top {
    position: relative;
}

.header-style-four .header-top .service-num {
    position: relative;
    display: flex;
    align-items: center;
}

.header-style-four .header-top .service-num a {
    margin-right: 20px;
    font-size: 15px;
    font-weight: 500;
    color: var(--black);
    transition: all 300ms ease;
}

.header-style-four .header-top .service-num a i {
    margin-right: 10px;
}

.header-style-four .header-top .service-num .text {
    font-size: 12px;
}

.header-style-four .main-box {
    padding: 0;
}

.header-style-four .menu-box {
    padding: 0 15px;
    max-width: calc(100% - 170px);
    margin: 0 85px;
}

.header-style-two .sticky-header .menu-box,
.header-style-two .sticky-header .auto-container {
    max-width: 100%;
    padding: 0;
}

.header-style-two .sticky-header .outer-box {
    margin-left: -170px;
}

.main-header .service_wrapper h4 {
    font-size: 18px;
    font-weight: 600;
}


@media only screen and (max-width: 1139px) {
    /* whatsapp top
        .main-header .service_wrapper {
        display: none;
    }*/
    .main-menu .navigation > li > .mega-menu {
        width: 1000px !important;
    }

}


.collun-paddingtop-20 {
    padding-top: 0px !important;
}

/*
	@media only screen and (max-width: 1023px) {
	.main-header .header-top {
        display: none !important;
	}
	}

*/

@media only screen and (max-width: 1100px) {
    .hide-sm,
    .main-header .header-top,
    .main-header .main-box {
        display: none !important;
    }

    .main-header {
        position: relative;
        top: 0px;
    }

    .mobile-header {
        position: relative;
        display: block;
        width: 100%;
        /*background: linear-gradient(to right, var(--f2f2f2)40%, var(--lblue2) 40%);*/
        margin: 0;
        padding: 20px 15px 20px 15px;
    }

    .nav-outer .mobile-nav-toggler {
        display: block;
        margin-top: 10px;
    }

    .main-header .nav-outer .main-menu {
        display: none;
    }

    .nav-outer .mobile-nav-toggler {
        padding: 5px 0;
    }

    .mobile-header.fixed-header {
        position: fixed;
        top: 0;
        width: 100%;
    }

    .fixed-header .mobile-sticky-header {
        opacity: 1;
        visibility: visible;
    }

    /*=== Mega Menu Style ===*/
    .mega-menu {
        width: 100% !important;
    }

    .mobile-menu .navigation > li.has-mega-menu {
        position: relative !important;
    }

    .mobile-menu .navigation > li .mega-menu-bar .column {
        padding: 0px;
    }

    .mobile-menu .navigation > li > .mega-menu {
        position: relative;
        width: 100%;
        padding: 0px !important;
        background: none !important;
        margin: 0px !important;
        left: 0px !important;
        top: 0px !important;
    }

    .mobile-menu .navigation > li > .mega-menu .row {
        margin: 0px;
        width: 100%;
    }

    .mobile-menu .navigation > li > .mega-menu:before,
    .mobile-menu .navigation > li > .mega-menu,
    .mobile-menu .navigation > li .mega-menu-bar > ul {
        position: relative;
        border: none;
        float: none;
        visibility: visible;
        opacity: 1;
        display: none;
        margin: 0px;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        padding: 0px;
        outline: none;
        width: 100%;
        background: var(--white);
        -webkit-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        transition: none !important;
        -webkit-transition: none !important;
        -ms-transition: none !important;
        -o-transition: none !important;
        -moz-transition: none !important;
        -webkit-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .mobile-menu .navigation > li .mega-menu-bar .column > ul > li {
        border-bottom: none;
        opacity: 1 !important;
        top: 0px !important;
        left: 0px !important;
        visibility: visible !important;
    }

    .mobile-menu .navigation > li > .mega-menu {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    .collun-paddingtop-20 {
        padding-top: 15px !important;
    }

}

/*
	@media only screen and (max-width: 700px) {
	.mobile-header {
        background: linear-gradient(to right, var(--f2f2f2) 40%, var(--lblue2) 40%);
	}

	}

	@media only screen and (max-width:490px) {
	.mobile-header {
        background: linear-gradient(to right, var(--f2f2f2) 50%, var(--lblue2) 50%);
	}

	}
*/


.bar-opener {
    width: 28px;
    height: 28px;
    display: block;
    text-align: right;
    padding: 0px;
    z-index: 999;
    float: right;
    position: relative;
    right: 0px;
    cursor: pointer;
}

.bar-opener .bar {
    height: 2px;
    width: 25px;
    float: right;
    background: var(--lblue2);
    margin: 0 0 7px 0px;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.bar-opener .bar.small {
    width: 20px;
}

.bar-opener .bar.smalltwo {
    width: 15px;
}

.bar-opener.active,
.bar-opener:hover {
    border-color: var(--dblue2);
}

.bar-opener.active .bar,
.bar-opener:hover .bar {
    background: var(--dblue2);
    width: 30px;
}

.bar-opener.active .bar,
.bar-opener:hover .bar.small,
.bar-opener:hover .bar.smalltwo {
    width: 30px;
}


.mobile-menu-close {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 0px;
    padding: 10px;
    height: 50px;
    width: 50px;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}


.mobile-menu-close .close-button {
    width: 50px;
    height: 50px;
    background: var(--lblue2);
    position: relative;
    right: 10px;
    top: 0px;
    display: block;
    text-indent: -9999px;
    -webkit-border-radius: 50px !important;
    -moz-border-radius: 50px !important;
    border-radius: 50px !important;
    cursor: pointer;
    z-index: 1000;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.mobile-menu-close .close-button:hover,
.mobile-menu-close .close-button:focus {
    background: var(--lblue3);
}

.mobile-menu-close .close-button:before,
.mobile-menu-close .close-button:after {
    content: '';
    width: 55%;
    height: 2px;
    background: var(--white);
    position: absolute;
    top: 48%;
    left: 22%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mobile-menu-close .close-button:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mobile-menu-close .close-button:hover:before,
.mobile-menu-close .close-button:hover:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}


.close-button-all {
    width: 50px;
    height: 50px;
    background: var(--lblue2);
    position: relative;
    right: 0px;
    top: -10px;
    display: block;
    text-indent: -9999px;
    -webkit-border-radius: 50px !important;
    -moz-border-radius: 50px !important;
    border-radius: 50px !important;
    cursor: pointer;
    z-index: 1000;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.close-button-all:hover,
.close-button-all:focus {
    background: var(--lblue3);
}

.close-button-all:before,
.close-button-all:after {
    content: '';
    width: 55%;
    height: 2px;
    background: var(--white);
    position: absolute;
    top: 48%;
    left: 22%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.close-button-all:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.close-button-all:hover:before,
.close-button-all:hover:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}


.search-modal {
    /*display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    text-align: center;*/
    background: var(--whitergba9);
}

.js .search-modal {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}

.search-modal::before, .search-modal::after {
    content: '';
    position: absolute;
    width: calc(100% + 15px);
    height: calc(100% + 15px);
    pointer-events: none;
    border: 0px solid var(--gray3);
}

.search-modal::before {
    top: 0;
    left: 0;
    border-right-width: 0;
    border-bottom-width: 0;
}

.search-modal::after {
    right: 0;
    bottom: 0;
    border-top-width: 0;
    border-left-width: 0;
}

.btn--search-close {
    font-size: 1.5em;
    position: absolute;
    top: 30px;
    right: 30px;
    display: none;
    z-index: 99;
}

.js .btn--search-close {
    display: block;
}

.search-modal__form {
    margin: 5em 0;
}

.search-modal__info {
    font-weight: bold;
    font-size: 16px;
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0.85em 0;
    text-align: left;
    color: var(--gray3);
}

.search-modal__suggestion {
    text-align: left;
    padding-right: 30px;
}


/************************/
/* Transitions */
/************************/
.js .search-modal {
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.5s;
}

.js .search-modal--open {
    pointer-events: auto;
    opacity: 1;
}

/* Border */
.search-modal::before, .search-modal::after {
    transition: transform 0.5s;
}

.search-modal::before {
    transform: translate3d(-15px, -15px, 0);
}

.search-modal::after {
    transform: translate3d(15px, 15px, 0);
}

.search-modal--open::before, .search-modal--open::after {
    transform: translate3d(0, 0, 0);
}


/* Close button */
.btn--search-close {
    opacity: 0;
    background: var(--lblue2);
    border: none;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    padding: 10px;
}

.btn--search-close:hover {
    background: var(--dblue3);
}

.search-modal--open .btn--search-close {
    opacity: 1;
}

.search-modal--open .btn--search-close:hover,
.search-modal--open .btn--search-close:focus {
    outline: none;
    box-shadow: none;
}

/* Search form with input and description */
.js .search-modal__form {
    opacity: 0;
    transform: scale3d(0.8, 0.8, 1);
    transition: opacity 0.5s, transform 0.5s;
}

.js .search-modal--open .search-modal__form {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

.search-modal__suggestion {
    opacity: 0;
    transform: translate3d(0, -30px, 0);
    transition: opacity 0.5s, transform 0.5s;
}

.search-modal--open .search-modal__suggestion {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.search-modal--open .search-modal__suggestion h3 {
    color: #C00;
}

@media screen and (max-width: 40em) {
    .search-modal__form {
        margin: 5em 0 1em;
    }

    .btn--search-close {
        font-size: 2.25em;
        top: 1.5em;
        right: 1.5em;
    }

    .search-modal__info {
        text-align: left;
    }

}

.search-suggestion {
    padding-bottom: 10px;
    padding-bottom: 10px;
}

.search-suggestion a {
    margin: 10px;
    color: var(--lblue2);
}

.search-suggestion a:hover {
    margin: 10px;
    color: var(--lblue3);
}


.searchbox.h53 {
    height: 100px !important;
}


.searchbox.fancy {
    position: relative;
    margin-top: 120px;
}

.searchbox.fancy .form-control {
    padding-right: 200px;
    font-size: 16px;
}

.searchbox.fancy button {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 11px 20px 12px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background: var(--lblue2);
}

.searchbox.fancy button span {
    position: relative;
    font-size: 16px;
    font-weight: normal;
    padding-right: 5px;

}

.searchbox.fancy button i {
    position: relative;
    font-size: 24px;
    top: -5px;

}

.searchbox.fancy button svg {
    position: relative;
    top: 0px;
    width: 20px;
    height: 20px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--white);
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.searchbox.fancy button:focus svg,
.searchbox.fancy button:hover svg {
    fill: var(--white);
}

.searchbox.fancy button:focus,
.searchbox.fancy button:hover {
    background: var(--orange2);
}


.searchbox .button.large {
    padding: 11px 20px;
}

.searchbox.fancy .form-control::-webkit-input-placeholder {
    opacity: 0.5;
    color: var(--gray3);
}

.searchbox.fancy .form-control::-moz-placeholder {
    opacity: 0.5;
    color: var(--gray3);
}

.searchbox.fancy .form-control:-ms-input-placeholder {
    opacity: 0.5;
    color: var(--gray3);
}

.searchbox .button {
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    background: var(--gray4);
    padding: 12px 20px 12px;
    font-size: 15px;
    height: 53px;
    border: 0;
    color: var(--white);
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    -webkit-border-top-right-radius: 3px !important;
    -webkit-border-bottom-right-radius: 3px !important;
    -moz-border-radius-topright: 3px !important;
    -moz-border-radius-bottomright: 3px !important;
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
}

.searchbox .button + .button {
    margin-left: 20px;
}

.searchbox .button:hover,
.button:focus {
    background: var(--lblue2);;
    color: var(--white);
    border-color: var(--lblue2);
}

.searchbox.fancy .form-control {
    padding-right: 200px;
    font-size: 16px;
    background-color: var(--white);
    background-image: none;
    border: 1px solid var(--white) !important;
    box-shadow: none;
    height: 53px !important;
    padding: 10px 12px 10px 25px;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    -webkit-box-shadow: 0px 5px 25px 3px var(--blackrgba4);
    -moz-box-shadow: 0px 5px 25px 3px var(--blackrgba4);
    box-shadow: 0px 5px 25px 3px var(--blackrgba4);
}

.searchbox.fancy .form-control:focus {
    -webkit-box-shadow: 0px 5px 25px 3px var(--blackrgba4);
    -moz-box-shadow: 0px 5px 25px 3px var(--blackrgba4);
    box-shadow: 0px 5px 25px 3px var(--blackrgba4);
}


/*=== Shopping Cart ===*/

.cart-widget {
    position: relative;
    padding: 30px;
    border: 0px solid #DADCE2;
    border-radius: 7px;
    overflow: hidden;

}

.shopping-cart .cart-item {
    position: relative;
    width: 100%;
    padding-left: 75px;
    min-height: 60px;
    margin-bottom: 20px;
}

.shopping-cart .cart-item:last-child {
    border-bottom: 0;
}

.shopping-cart .cart-item .thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.shopping-cart .cart-item:hover .thumb {
    opacity: 0.7;
}

.shopping-cart .item-name {
    display: block;
    color: var(--gray3);
    font-weight: 600;
    font-size: 14px;
    line-height: 1.1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    padding-right: 30px;
}

.shopping-cart .cart-item:hover .item-name {
    color: var(--lblue2);
}

.shopping-cart .item-quantity {
    position: relative;
    display: block;
    font-size: 14px;
    color: var(--gray3);
}


.shopping-cart .product-detail {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.shopping-cart .remove {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    z-index: 2;
    color: var(--gray3);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    cursor: pointer;
}

.shopping-cart .remove-item svg {
    position: relative;
    top: 5px;
    width: 24px;
    height: 24px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--red) !important;
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.shopping-cart .remove-item:hover svg {
    fill: var(--orange2) !important;
}


.shopping-cart .remove-item i {
    position: relative;
    font-size: 20px;
    color: var(--red);
}

.shopping-cart .remove-item:hover i {
    color: var(--gray3);
}

.shopping-cart .cart-footer {
    position: relative;
    margin-top: 16px;
}

.shopping-cart .shopping-cart-total {
    width: 100%;
    margin: 0 0 20px;
    padding-top: 15px;
    border-top: 1px solid var(--blackrgba1);
    font-size: 17px;
    display: inline-flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
}

.shopping-cart .shopping-cart-total span {
    font-size: 15px;
}

.shopping-cart .btn-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shopping-cart .theme-btn {
    display: inline-block;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    background-color: var(--lblue2);
    border-radius: 7px;
    color: var(--white);
    margin: 0 6px 0;
    padding: 0 15px;
    min-width: auto;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sidebar-cart {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sidebar-cart-active {
    overflow: hidden;
}

.sidebar-cart-active .sidebar-cart {
    opacity: 1;
    visibility: visible;
}

.sidebar-cart .cart-back-drop {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--whitergba7);
}

.sidebar-cart .shopping-cart {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    width: 350px;
    background-color: var(--white);
    padding: 20px 20px 50px;
    overflow-y: auto;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sidebar-cart-active .sidebar-cart .shopping-cart {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
}

.shopping-cart .cart-header {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.shopping-cart .cart-header .title {
    text-align: left;
    font-size: 15px;
    line-height: 21px;
}

.shopping-cart .cart-header .close-cart {
    font-size: 12px;
}

.sidebar-cart .cart-item {
    padding-left: 65px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--blackrgba1);
    margin-bottom: 20px;
}

.sidebar-cart .shopping-cart .cart-item .thumb {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    overflow: hidden !important;
}

.sidebar-cart .shopping-cart .theme-btn {
    margin: 0 0 15px;
    display: block;
    width: 100%;
    background: var(--dblue2)
}


.sidebar-cart .shopping-cart .theme-btn:focus,
.sidebar-cart .shopping-cart .theme-btn:hover {
    background: var(--lblue2)
}


.item-img-hover *,
.item-img-hover,
.item-img-hover img {
    transition: all 0.4s cubic-bezier(.7, 1, .7, 1);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}


.item-img-hover-inner {
    transition: all 0.4s cubic-bezier(.7, 1, .7, 1);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding: 15px;
    overflow: hidden;
}

.mobile-menu .item-img-hover,
.mobile-menu .item-img-hover-inner {
    opacity: 0;
    visibility: hidden;
    display: none;
    height: 1px;
}


.search-top {
    position: relative;
    left: 0;
    top: 0;
    height: 56px;
    width: 250px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 1;
    visibility: visible;
    margin-right: 30px;


}


.search-top .form-group form {
    position: relative;
}

.search-top .form-group {
    position: relative;
    margin: 0px;
    overflow: hidden;
    border-bottom: 0px solid var(--blackrgba5);
    border-bottom: 1px solid var(--blackrgba3);
}

.search-top .form-group input[type="text"],
.search-top .form-group input[type="search"] {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 25px;
    color: var(--gray3);
    padding: 10px 0;
    height: 45px;
    padding-left: 15px;
    width: 100%;
    background-color: var(--white);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;

    outline: none;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border: 0px solid #ccc !important;
}

.search-top .form-group input[type="submit"],
.search-top .form-group button {
    position: absolute;
    right: 0px;
    top: -1px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    width: 40px;
    height: 44px;
    line-height: 45px;
    color: var(--lblue2);
    padding: 0;
    background: var(--white);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.search-top .form-group input[type="submit"]:hover,
.search-top .form-group button:hover {
    background-color: var(--white);
    color: var(--dblue2);
}


.mega-menu .icon-title {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 5px;
    border-bottom: 0px solid var(--dblue2);
}

.mega-menu .icon-title::before {
    background: var(--lblue2) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    width: 100%;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}


.mega-menu .icon-title::after {
    background: var(--dblue2) none repeat scroll 0 0;
    bottom: -1px;
    content: "";
    height: 7px;
    left: -1px;
    position: absolute;
    width: 30px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}


.mega-menu .icon-title img {
    width: 36px;
    margin-right: 10px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background: var(--white);
    -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;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}


.mega-menu a:focus h3,
.mega-menu a:hover h3 {
    color: var(--dblue2) !important;
}


.mega-menu a:focus .icon-title img,
.mega-menu a:hover .icon-title img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}


.ag-base-block {
    display: inline-block;
    vertical-align: top;
}


.ag-menu_btn {
    display: inline-block;
    height: 24px;
    width: 30px;

    position: relative;
}

.ag-menu_btn:hover {
    cursor: pointer;
}

.ag-menu_line {
    display: inline-block;
    height: 3px;
    width: 100%;
    background-color: var(--white);

    position: absolute;
    left: 0;

    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;

    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.ag-menu_line:first-child {
    top: 0;
}

.ag-menu_line:last-child {
    bottom: 0;
}

.ag-menu_line__anim {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    width: 100%;
    margin-top: -1px;

    position: absolute;
    top: 50%;

    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.ag-menu_line__color-1,
.ag-menu_line__color-2 {
    -ms-flex-negative: 0;
    flex-shrink: 0;

    height: 3px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-transition: width .4s ease-in-out;
    -moz-transition: width .4s ease-in-out;
    -o-transition: width .4s ease-in-out;
    transition: width .4s ease-in-out;
}

.ag-menu_line__color-1 {
    width: 30%;
    background-color: var(--dblue2);
}

.ag-menu_line__color-2 {
    width: 60%;
    background-color: var(--white);
}

.ag-menu_btn:hover .ag-menu_line__color-1 {
    width: 70%;
}

.ag-menu_btn:hover .ag-menu_line__color-2 {
    width: 30%;
}

.js-ag-active-4 .ag-menu_line:first-child {
    margin-top: -1px;

    top: 50%;

    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.js-ag-active-4 .ag-menu_line:last-child {
    opacity: 0;
}

.js-ag-active-4 .ag-menu_line__anim {
    top: 50%;

    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}


@media only screen and (max-width: 525px) {

    .mobile-header .logo {
        width: 160px;

    }

    .main-header .fixed-header .logo {
        width: 160px;
    }

    .mobile-header .logo img {
        width: 100% !important;
        padding: 5px 5px 5px 5px;
    }

    .main-header .fixed-header .logo img {
        width: 100% !important;
        padding: 5px;
    }

}

.budget img {
    position: relative;
    top: -3px;
    width: 24px;
    padding: 0px;
    margin: 0px;
}


.budget {
    background: var(--dblue1);
    padding: 10px 20px;
    font-weight: bold;
    color: var(--black);
    -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;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
}

.budget:hover,
.budget:focus {
    color: var(--white);
    background: var(--lblue1);
    -webkit-box-shadow: 0px 0px 25px 0px var(--blackrgba2);
    -moz-box-shadow: 0px 0px 25px 0px var(--blackrgba2);
    box-shadow: 0px 0px 25px 0px var(--blackrgba2);
}

@media only screen and (max-width: 650px) {
    .budget {
        display: none;
        visibility: hidden;
    }

}

.view-mobile {
    visibility: hidden;
    display: none;
}

.mobile-menu .view-mobile {
    display: block;
    visibility: visible;
}


.contact-link {
    visibility: hidden;
    display: none;
}


.budget svg {
    position: relative;
    top: -2px;
    width: 22px;
    height: 22px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--white);
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.budget:focus svg,
.budget:hover svg {
    fill: var(--white);
}


.mobile-menu .contact-link {
    background: var(--dblue2);
    color: var(--white) !important;
    -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;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    padding-bottom: 5px;
}

.mobile-menu .contact-link:hover,
.mobile-menu .contact-linkfocus {
    background: var(--dblue3);
}


.mobile-menu .contact-link a span,
.mobile-menu .contact-link a {
    color: var(--white) !important;
    -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;
}


.mobile-menu .contact-link a:hover span,
.mobile-menu .contact-link a:hover {
    color: var(--white) !important;
}


.mobile-menu .contact-link {
    margin: 10px 10px 0px 10px;
    display: block;
    visibility: visible;
}

.mobile-menu .contact-link:before {
    background: transparent !important;
}

.mobile-menu .contact-link:hover:before,
.mobile-menu .contact-link:focus:before {
    width: 0px !important;
    opacity: 0 !important;
    visibility: hidden !important;
    background: transparent !important;
}

.mobile-menu .contact-link a span {
    position: relative;
    top: 2px;
}


header .social-icons li a svg {
    position: relative;
    top: 2px;
    width: 20px;
    height: 20px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--lblue2);
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

header .social-icons li:hover a svg {
    fill: var(--white);
}

header .header-form {
    margin: 0 15px 0 auto;
    position: relative;
    width: 100%;
    z-index: 20;
    max-width: 300px !important;
}


header .header-form .search-word {
    display: block;
    width: 100%;
    height: 50px;
    padding: 0 36px 0 10px;
    font-size: 15px;
    font-weight: 500;
    color: var(--gray3);
    background: var(--white);
    border: 3px solid var(--eeeeee) !important;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: 0px 0px 15px 0px var(--blackrgba0);
    -moz-box-shadow: 0px 0px 15px 0px var(--blackrgba0);
    box-shadow: 0px 0px 15px 0px var(--blackrgba0);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

header .header-form .search-word:focus,
header .header-form .search-word:hover {
    color: var(--gray2);
    background-color: var(--white);
    border-color: var(--blackrgba5);
    outline: 0;
    -webkit-box-shadow: 0px 0px 15px 0px var(--blackrgba2);
    -moz-box-shadow: 0px 0px 15px 0px var(--blackrgba2);
    box-shadow: 0px 0px 15px 0px var(--blackrgba2);
}


header .header-form .search-button {
    position: absolute;
    top: 0px;
    right: 5px;
    height: 100%;
    width: 36px;
    color: var(--dblue2);
    background-color: transparent;
}


header .header-form .search-button svg {
    position: relative;
    top: 0px;
    width: 20px;
    height: 20px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--dblue2) !important;
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}


header .header-form .search-button:hover svg {
    fill: var(--lblue2) !important;
}

.main-header .search-box .search-btn {
    display: block;
    visibility: visible;
}


@media only screen and (max-width: 767px) {
    .nav-outer .search-btn span {
        display: none;
        visibility: hidden;
    }

    header .header-form {
        display: none;
        visibility: hidden;
    }

    .main-header .search-box .search-btn {
        display: block;
        visibility: visible;
    }


}

@media only screen and (max-width: 420px) {
    .search-box{
        display: none;
        visibility: hidden;
    }
}

@media only screen and (max-width: 650px) {
    .text-menu{
        display: none;
        visibility: hidden;
    }
}
@media only screen and (max-width: 575px) {
    .main-header .search-box .search-btn {
        width: 50px;

    }

    .text-menu{
        display: none;
        visibility: hidden;
    }

    .main-header .search-box .search-btn span {
        display: none;
        visibility: hidden;
    }

    .mobile-sticky-header .nav-outer {
        right: 10px;
    }

    .mobile-sticky-header .logo::before {
        right: -25px;
    }

    .mobile-sticky-header .logo::after {
        right: -40px;
    }


}

.mobile-menu .navigation li li > p {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 1.1;
    color: var(--lblue2);
    padding: 10px 0px;
    font-weight: bold;
    border-bottom: 1px solid var(--blackrgba1);
    border-top: 1px solid transparent;
    text-transform: uppercase;
    margin:0px;
}

.mobile-menu .navigation li li > p,
.mobile-menu .navigation li li > a {
    position: relative;
}
.mobile-menu .navigation li li > p > svg,
.mobile-menu .navigation li li > a > svg {
    position: absolute;
    top: 10px;
    width: 32px;
    height: 32px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--dblue2) !important;
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}


.mobile-menu .navigation li li > a span,
.mobile-menu .navigation li li > a strong {
    position: relative;
    margin-bottom: 0px;
    display: block;
    padding-left: 45px;

}

.mobile-menu .navigation li li > p span,
.mobile-menu .navigation li li > p strong {
    position: relative;
    margin-bottom: 0px;
    display: block;
    padding-left: 45px;

}

.mobile-menu .navigation li li > p span {
    font-size: 12px;
    font-weight: normal;
    margin: 0px 0px 5px 0px;
    color:var(--orange2)
}


.mobile-menu .navigation li li > a span {
    font-size: 12px;
    font-weight: normal;
    margin: 0px 0px 5px 0px;
}


.mobile-menu .navigation li li > a strong {
    font-size: 15px;
    font-weight: bold;
    margin: 0px;
    color: var(--lblue2) !important;
}

.mobile-menu .navigation li > li > a:focus span,
.mobile-menu .navigation li > li > a:hover span {
    color: var(--gray1) !important;
}

.mobile-menu .navigation li li > a:focus strong,
.mobile-menu .navigation li li > a:hover strong {
    color: var(--lblue1) !important;
}


header .mobile-menu .menu-social .social-icons li a svg {
    position: relative;
    top: 5px;
    width: 20px;
    height: 20px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--white);
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}


header .mobile-menu .menu-social .social-icons li:hover a svg {
    fill: var(--white);
}


header .social-icons li a {
    background: var(--lblue2);
    color: var(--white);
}











.button-sell {
    position: relative;
    padding: 9px 18px;
    font-weight: bold;
    color: var(--white) !important;
    -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;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    background-size: 200% auto;
    background-image: linear-gradient(to right, var(--Whats1) 0%, var(--Whats2) 50%, var(--Whats1) 100%);
    -webkit-box-shadow: 0px 5px 25px 0px var(--blackrgba1);
    -moz-box-shadow: 0px 5px 25px 0px var(--blackrgba1);
    box-shadow: 0px 5px 25px 0px var(--blackrgba1);

    display: flex;
    align-items: center;

}

.button-sell .icon {
    float: left;
    width: 45px;
}

.button-sell .text {
    float: left;
}


.button-sell svg {
    position: relative;
    top: 0px;
    width: 40px;
    height: 40px;
    stroke-width: 0;
    fill: var(--white) !important;
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.button-sell .text .text-1,
.button-sell .text .text-3 {
    line-height: 1.1;
    font-size: 11px;
    margin: 0px;
    padding: 0px;
}

.button-sell .text .text-2 {
    font-size: 18px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    line-height: 1.1;
}


.button-sell-two {
    background-size: 300% auto;
    background-image: linear-gradient(to right, var(--lblue2) 0%, var(--lblue3) 50%, var(--lblue2) 100%);
}


.button-sell-two:hover,
.button-sell-two:focus,
.button-sell:hover,
.button-sell:focus {
    background-position: right center;
    -webkit-box-shadow: 0px 10px 35px 0px var(--blackrgba3);
    -moz-box-shadow: 0px 10px 35px 0px var(--blackrgba3);
    box-shadow: 0px 10px 35px 0px var(--blackrgba3);
}


@media only screen and (max-width: 767px) {
    .button-sell .text {
        display: none;
        visibility: hidden;
    }
}


@media only screen and (max-width: 550px) {
    .button-sell {
        padding: 6px 8px;

    }


    .button-sell svg {
        position: relative;
        top: -1px;
        width: 24px;
        height: 24px;
        stroke-width: 0;
        fill: var(--white) !important;
        transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    }


    .button-sell .icon {
        float: left;
        width: 24px;
    }

    /*
    .nav-outer .mobile-nav-toggler {
    margin-top: 12px;
}
*/
    .mobile-header .outer-box {
        padding-top: 9px;
    }

    .mobile-sticky-header .outer-box {
        padding-top: 9px;
    }

}

.map-home {
    margin-bottom: -50px;
}

footer .social-icons-gray li a svg {
    position: relative;
    top: 5px;
    width: 24px;
    height: 24px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--orange2) !important;
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}


footer .social-icons-gray li:hover a svg {
    fill: var(--white) !important;
}


footer .social-icons li a svg {
    position: relative;
    top: 5px;
    width: 20px;
    height: 20px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--white);
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}


footer .social-icons li:hover a svg {
    fill: var(--white);
}


.site-footer {
    position: relative;
    background: var(--lblue1);
    padding-top: 60px;
    padding-bottom: 60px;
}


.site-footer:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    background: url(../images/shape-dark-05.svg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 0;
    opacity: 0.1;

}


.content-footer {
    position: relative;
    z-index: 1;
}


.inst-footer img {
    width:225px;
}

.icon-info svg {
    position: relative;
    top: 0px;
    width: 75px;
    height: 75px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--white);
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}


.inst-footer p,
.footer-widget p {
    font-size: 15px;
    color: var(--orange2);
    margin: 0;
}


.footer-widget-title {
    font-size: 20px;
    color: var(--white);
    font-weight: 600;
    line-height: 1;
    margin-bottom: 25px;
    padding-bottom: 10px;
    position: relative;
    text-transform:uppercase;
    width: 100%;
}

.footer-widget-title-f18 {
    font-size: 18px !important;
}

.footer-widget-title::before {
    background: var(--lblue3) none repeat scroll 0 0;
    bottom: -10px;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    width: 25px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.footer-widget-title::after {
    background: var(--dblue2) none repeat scroll 0 0;
    bottom: -10px;
    content: "";
    height: 6px;
    left:20px;
    position: absolute;
    width:75px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}







.footer-widget-contact {

}
.footer-widget-location p,
.footer-widget-contact p{
    margin: 0px;
    color: var(--orange2);
    font-size: 14px;
}

.footer-widget-contact li {
    position: relative;
    min-height:24px;
    padding-left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--white);
    font-size: 15px;
    line-height: 1.1;
    margin-bottom: 3px;
}

/*.footer-widget-contact li:last-child {
    padding-top: 5px;
    margin-bottom: 5px
}*/

.footer-widget-contact li + li {
    border-top: 0px solid var(--lbluergba2);
}





.footer-widget-contact li svg {
    position: relative;
    top: 2px;
    left:-10px;
    width: 22px;
    height: 22px;
    vertical-align: text-top;
    stroke-width:0;
    fill: var(--lblue2) !important;
    stroke: var(--lblue2) !important;
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}






.footer-widget-contact li:hover svg{
    fill:var(--white);
}







.footer-widget-contact li a {
    color: var(--orange2);
    font-size: 16px;
    line-height: 1.2;
    -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;
}

.footer-widget-contact li a span {
    font-size: 14px;
}

.footer-widget-contact li:hover a {
    color: var(--lblue2);
}

.footer-widget-contact li:hover > i {
    color: var(--lblue2);
}









.footer-widget-location {
}

.footer-widget-location li {
    position: relative;
    min-height:36px;
    padding-left: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--orange2);
    font-size: 15px;
    line-height: 1.2;
    margin-bottom:0px;
}

/*.footer-widget-location li:last-child {
    padding-top: 5px;
    margin-bottom: 5px
}*/

.footer-widget-location li + li {
    border-top: 0px solid var(--lbluergba2);
}





.footer-widget-location li svg {
    position: relative;
    top: 2px;
    left:-15px;
    width: 28px;
    height: 28px;
    vertical-align: text-top;
    stroke-width:0;
    fill: var(--lblue2) !important;
    stroke: var(--lblue2) !important;
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}






.footer-widget-location li:hover svg{
    fill:var(--white);
}







.footer-widget-location li a {
    color: var(--orange2);
    font-size: 16px;
    line-height: 1.2;
    -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;
}

.footer-widget-location li a span {
    font-size: 14px;
}

.footer-widget-location li:hover a {
    color: var(--lblue2);
}

.footer-widget-location li:hover > i {
    color: var(--lblue2);
}



.footer-widget-links {
    margin: 0;
}

.footer-widget-links li {
    position: relative;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--whitergba1);
}

.footer-widget-links li:last-child {
    border-bottom: 0px solid #fc0;
}



.footer-widget-links li::before {
    position: absolute;
    content: "";
    background-position: top center;
    background-repeat: no-repeat;
    background: url(../images/chevron-right.svg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    top: 50%;
    left: -25px;
    height: 24px;
    width:24px;
    color: var(--dblue2);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    -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;
}

.footer-widget-links li:focus::before,
.footer-widget-links li:hover::before {
    opacity:.5;
    left: 0px;
}


.footer-widget-links li a {
    padding:7px 0px 5px 15px;
    display: block;
    color: var(--white);
    font-size: 16px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-weight: bold;
    text-transform: uppercase;
}

.footer-widget-links li a img {
    width: 32px;
    padding-right: 7px;
}


.footer-widget-links li:focus a,
.footer-widget-links li:hover a {
    color: var(--dblue2);
    padding-left: 25px;
}


.adress-item  {
    padding:20px 15px;
    width:100%;
    display:block;
    position:relative;
    background:var(--dblue2);
    -webkit-box-shadow: 0px 10px 30px -5px var(--blackrgba1);
    -moz-box-shadow: 0px 10px 30px -5px var(--blackrgba1);
    box-shadow: 0px 10px 30px -5px var(--blackrgba1);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    text-align:center;
}


.adress-item:hover,
.adress-item:focus {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    background:var(--whitergba8);
    -webkit-box-shadow: 0px 10px 36px -5px var(--blackrgba3);
    -moz-box-shadow: 0px 10px 36px -5px var(--blackrgba3);
    box-shadow: 0px 10px 36px -5px var(--blackrgba3);
}

.adress-item p {
    margin: 0px;
    font-weight: bold;
    line-height: 1.2;
    font-size: 16px;

}

.adress-item .icon{
    margin-bottom: 20px;
}

.adress-item .icon svg {
    position: relative;
    top: 0px;
    width: 75px;
    height: 75px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--lblue2);
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.adress-item .social-icons li a{
    height:50px;
    width:50px;
    line-height:50px;
}


.adress-item .social-icons li a svg {
    position: relative;
    top:0px;
    width: 28px;
    height: 28px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--white) !important;
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}






.copyright {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    margin-top: 20px;
    border-top: 1px solid var(--blackrgba1);
    background: var(--blackrgba0);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}




.copyright img {
    width: 50px;
}

.copyright p {
    color: var(--white);
    font-size: 14px !important;
    line-height: 20px;
    margin-bottom: 0px;
}

.copyright a {
    color: var(--white);
    font-size: 14px !important;
}

.copyright a:focus,
.copyright a:hover {
    color: var(--lblue3);
}

.copyright a svg {
    position: relative;
    top: 0px;
    width:16px;
    height: 22px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--gray3) !important;
    transition: 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}


.copyright a:hover svg {
    fill: var(--developer) !important;
}


.cta-exit {
    background:var(--lblue2);
    padding:10px 15px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
.cta-exit h3,
.cta-exit p{
    color:var(--white);
    line-height: 1.1;
    margin: 0px;
    padding: 0px;
}
.cta-exit-content p{
    font-weight:bold;
}



.cta-modal-whatsapp {
    background:var(--Whats1);
    padding:25px 25px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    display:flex;
    align-items:center;
}

.cta-modal-lblue {
	background:var(--lblue2);
}


.cta-modal-whatsapp h3{
    color:var(--white);
    line-height: 1.1;
    margin: 0px;
    padding: 0px;
}
.cta-modal-whatsapp svg{
    position: relative;
    top: 0px;
    width:36px;
    height:36px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--white);
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}


.selo-revendedor{
	position: fixed;
	left: 15px;
	bottom:50px;
	z-index: 9;
	width: 150px;
	height: 150px;
}

@media only screen and (max-width: 575px) {
	.selo-revendedor{
		position: fixed;
		left: 10px;
		bottom:60px;
		z-index: 9;
		width: 100px;
		height: 100px;
	}
}


.slidedesktop{
	margin-top:95px;
}

.slidemobile {
	display: none;
	visibility: hidden;
}

@media only screen and (max-width: 1100px) {
	.slidedesktop{
		margin-top:0px;
	}
}


@media only screen and (max-width: 600px) {
	.slidedesktop {
		display: none;
		visibility: hidden;
	}
	.slidemobile {
		display: block !important;
		visibility: visible !important;
	}
}

#sliderDesktop,
#sliderMobile {
	width: 100%;
	margin-bottom: 30px;
}
#sliderDesktop .swiper,
#sliderMobile .swiper {
	width: 100%;
}


#sliderMobile .swiper-mobile-prev,
#sliderMobile .swiper-mobile-next,
#sliderDesktop .swiper-desktop-prev,
#sliderDesktop .swiper-desktop-next {
	position: absolute;
	top: 50%;
	bottom: auto;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	border: none;
	background-color: transparent;
	color: var(--white);
	width: 50px;
	height: 50px;
	border: none;
	z-index: 10;
	cursor: pointer;
	background-image: none;
	margin-top: -25px;
	/*right: 30px;*/
	left: auto;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-ms-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}

#sliderMobile:hover .swiper-mobile-prev,
#sliderMobile:hover .swiper-mobile-next,
#sliderDesktop:hover .swiper-desktop-prev,
#sliderDesktop:hover .swiper-desktop-next {
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
}


#sliderMobile .swiper-mobile-prev,
#sliderDesktop .swiper-desktop-prev {
	left: 10px;
	transform: translateX(50px);
}
#sliderMobile .swiper-mobile-next,
#sliderDesktop .swiper-desktop-next {
	right: 10px;
	transform: translateX(-50px);
}







.blur {
	-webkit-backdrop-filter: saturate(150%) blur(5x);
	backdrop-filter: saturate(150%) blur(5px);
	background-color: var(--whitergba6)!important
}

.blur-header {
	-webkit-backdrop-filter: blur(7px);
	backdrop-filter: blur(7px);
}


a.rbt-moderbt-btn {
	position: relative;
	height: 60px;
	line-height: 56px;
	transition: all 0.2s ease;
	padding: 0 26px;
	display: inline-block;
	z-index: 1;
	color: var(--gray1);
	font-weight:bold;
	text-transform:uppercase;
}
@media only screen and (max-width: 767px) {
	a.rbt-moderbt-btn {
		padding: 0 10px;
	}
}
a.rbt-moderbt-btn::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	border-radius: 28px;
	background: var(--sblue2);
	opacity: 1;
	width: 56px;
	height: 56px;
	transition: all 0.3s ease;
	z-index: -1;
}
a.rbt-moderbt-btn svg{
	position: relative;
	top: -2px;
	margin-left: 10px;
	transform: translateX(-5px);
	transition: all 0.3s ease;
	display: inline-block;
	width: 28px;
	height: 28px;
	fill: var(--gray1) !important;
}
a.rbt-moderbt-btn:hover {
	color: var(--white);
}
a.rbt-moderbt-btn:hover svg {
	transform: translateX(0);
	fill: var(--white) !important;
}
a.rbt-moderbt-btn:hover::before {
	width: 100%;
	background: var(--lblue2);
	opacity: 1;
}


.disabled,
.rbt-btn:disabled,
fieldset:disabled {
	pointer-events: none !important;
	opacity: 0.65 !important;
}

.rbt-btn {
	padding: 0 26px;
	background: var(--dblue2);
	height: 50px;
	line-height: 50px;
	color: var(--gray1);
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	position: relative;
	z-index: 1;
	transition: all 0.4s ease-in-out;
	/*border-radius: 6px;*/
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-moz-transform: skew(-10deg, 0deg);
	-webkit-transform: skew(-10deg, 0deg);
	-o-transform: skew(-10deg, 0deg);
	-ms-transform: skew(-10deg, 0deg);
	transform: skew(-10deg, 0deg);
	border: 0 none;
	outline: none;
	text-transform:uppercase;

}


.rbt-btn.btn-gradient {
	color: var(--white);
	background-size: 300% 100%;
	background-image: linear-gradient(to right, var(--lblue1), var(--lblue3), var(--lblue3), var(--lblue1));
}
.rbt-btn.btn-gradient:hover {
	background-color: inherit;
	background-position: 102% 0;
	transition: all 0.4s ease-in-out;
	color:var(--white);

	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-moz-transform: skew(-10deg, 0deg);
	-webkit-transform: skew(-10deg, 0deg);
	-o-transform: skew(-10deg, 0deg);
	-ms-transform: skew(-10deg, 0deg);
	transform: skew(-10deg, 0deg);
}


.rbt-btn svg {
	padding-left: 6px;
	display: inline-block;
	top: -4px;
	position: relative;
	width: 28px;
	height: 28px;
	fill: var(--gray1) !important;


}
.rbt-btn.btn-gradient svg {
	padding-left: 6px;
	display: inline-block;
	top: -2px;
	position: relative;
	width: 28px;
	height: 28px;
	fill: var(--white) !important;


}

.rbt-btn.hover-icon-reverse .icon-reverse-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}
.rbt-btn.hover-icon-reverse .btn-text {
	display: inline-block;
	transition: transform 0.6s 0.125s cubic-bezier(0.1, 0.75, 0.25, 1);
	margin-inline-start: -23px;
}
.rbt-btn.hover-icon-reverse .btn-icon {
	display: inline-block;
	transition: opacity 0.4s 0.25s, transform 0.6s 0.25s;
	transition-timing-function: cubic-bezier(0.1, 0.75, 0.25, 1);
}
.rbt-btn.hover-icon-reverse .btn-icon + .btn-icon {
	margin-inline-end: 0;
	margin-inline-start: 8px;
	display: inline-block;
	margin-inline-start: 0;
	margin-inline-end: 0;
	opacity: 0;
	transform: translateX(-10px);
	transition-delay: 0s;
	order: -2;
}
.rbt-btn.hover-icon-reverse .btn-icon + .btn-icon svg {
	padding-left: 0;
	padding-right: 6px;

}


.rbt-btn:hover {
	background-color: var(--syellow2);
	color: var(--gray1);
	transform: translate3d(0, -2px, 0);
	-webkit-box-shadow: 0px 5px 25px 0px var(--blackrgba1);
	-moz-box-shadow: 0px 5px 25px 0px var(--blackrgba1);
	box-shadow: 0px 5px 25px 0px var(--blackrgba1);

	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-moz-transform: skew(-10deg, 0deg);
	-webkit-transform: skew(-10deg, 0deg);
	-o-transform: skew(-10deg, 0deg);
	-ms-transform: skew(-10deg, 0deg);
	transform: skew(-10deg, 0deg);
}

.rbt-btn:hover.hover-icon-reverse .btn-text {
	transition-delay: 0.1s;
	transform: translateX(23px);
}
.rbt-btn:hover.hover-icon-reverse .btn-icon {
	opacity: 0;
	transition-delay: 0s;
	transform: translateX(10px);
}
.rbt-btn:hover.hover-icon-reverse .btn-icon + .btn-icon {
	opacity: 1;
	transform: translateX(0);
	transition-delay: 0.225s;
}







.search-top{
	width: 100%;
	height: auto;
	background: var(--dbluergba8);
	padding:25px;
	margin-top: -100px;
	position: relative;
	z-index: 10;
	-webkit-box-shadow: 0px 10px 30px -5px var(--blackrgba3);
	-moz-box-shadow: 0px 10px 30px -5px var(--blackrgba3);
	box-shadow: 0px 10px 30px -5px var(--blackrgba3);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-backdrop-filter: saturate(150%) blur(7x);
	backdrop-filter: saturate(150%) blur(7px);
}
.search-top label{
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	color: var(--white);
}









.backdrop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background-color: var(--whitergba5)!important;*/
	display: none;
  	/*-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);*/
  	/*-webkit-backdrop-filter: saturate(150%) blur(5x);
	backdrop-filter: saturate(150%) blur(5px);*/
	z-index: 2995;
	transition: all 0.4s cubic-bezier(.7, 1, .7, 1);
}

.show-backdrop{
	visibility:visible;
	display:block;
}
.hidden-backdrop{
	visibility:hidden;
	display:none;
}


.radius7{
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

/*SOCIAL*/
.social-icons li a {
	background: var(--lblue2);
	color: var(--white);
}
/*SOCIAL*/
.social-icons-gray li a {
	background: var(--f4f4f4);
	color: var(--gray4);
}



.color-white {
	color: var(--white)!important
}

.color-dblue {
	color: var(--dblue2);
}

.color-lblue {
	color: var(--lblue2);
}

.color-orange {
	color: var(--orange2);
}

.bg-white {
	background: var(--white);
}

.bg-dblue {
	background: var(--dblue2);
}
.bg-f4f4f4 {
	background: var(--f4f4f4);
}
.bg-f1f1f1{
	background: var(--f1f1f1);
}
.bg-lblue {
	background: var(--lblue2);
}

.bg-orange {
	background: var(--orange2);
}
.bg-blackrgba1 {
	background: var(--blackrgba1);
}

.radius50 {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}





.btn {
	font-family:var(--theme-font);
	font-size: 16px;
	line-height: 1.4;
	font-weight: 700;
	padding: 12px 40px;
	text-align: center;
	text-transform: uppercase;
	color: var(--white);
	border: 2px solid var(--orange2);
	background-color: var(--orange2);
	box-sizing: border-box;
	-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;
	-webkit-border-radius: 7px;
	-moz-border-radius:7px;
	border-radius:7px;
	-moz-transform: skew(-10deg, 0deg);
	-webkit-transform: skew(-10deg, 0deg);
	-o-transform: skew(-10deg, 0deg);
	-ms-transform: skew(-10deg, 0deg);
	transform: skew(-10deg, 0deg);
}

.btn:hover,
.btn:focus {
	background-color: var(--gray5);
	border-color: var(--gray5);
	color: var(--white);
}








.btn.btn-center {
	margin: 0 auto;
	width: auto;
	min-width: 160px
}

.btn.btn-lg {
	padding: 16px 40px;
	font-size: 16px;
}

.btn.btn-lgp {
	padding: 12px 60px;
	font-size: 16px;
}

.btn.btn-md {
	padding: 8px 20px
}

.btn.btn-sm {
	padding: 5px 25px;
}

.btn.round {
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

.btn.btn-mw {
	min-width: 190px
}

.btn-arrow {
	position: relative;
}

.btn-arrow span {
	display: inline-block;
	position: relative;
	-webkit-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	will-change: transform;
}

.btn-arrow:hover span,
.btn-arrow:focus span {
	-webkit-transform: translate3d(-1rem, 0, 0);
	transform: translate3d(-1rem, 0, 0);
}

.btn-arrow i {
	position: absolute;
	width: 1.1em;
	right: 0px;
	right: 0rem;
	opacity: 0;
	top: 49%;
	font-size: 24px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	will-change: right, opacity;
}

.btn-arrow:hover i,
.btn-arrow:focus i {
	opacity: 1;
	right: -2rem;
}


.btn-arrow svg {
	position: absolute;
	width: 24px;
	height: 24px;
	right: 0px;
	right: 0rem;
	opacity: 0;
	top: 49%;
	font-size: 24px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	will-change: right, opacity;
	vertical-align: text-top;
	stroke-width:0;
	fill:var(--orange2) !important;
	transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.btn:focus svg,
.btn:hover svg{
	fill:var(--white) !important;
	opacity: 1;
	right: -2rem;
}




.btn-orange {
	color: var(--white);
	border: 2px solid var(--orange2);
	background-color: var(--orange2);

}

.btn-orange:hover,
.btn-orange:focus {
	background-color: var(--orange3);
	border-color: var(--orange3);
	color: var(--white)
}

.btn-lblue {
	color: var(--white);
	border: 2px solid var(--lblue2);
	background-color: var(--lblue2);

}

.btn-lblue:hover,
.btn-lblue:focus {
	background-color: var(--lblue3);
	border-color: var(--lblue3);
	color: var(--white)
}

.btn-dblue {
	color: var(--white);
	border: 2px solid var(--dblue2);
	background-color: var(--dblue2);

}

.btn-dblue:hover,
.btn-dblue:focus {
	background-color: var(--dblue3);
	border-color: var(--dblue3);
	color: var(--white)
}




.btn-whatsapp {
	color: var(--white);
	border: 2px solid var(--Whats1);
	background-color: var(--Whats1);

}

.btn-whatsapp:hover,
.btn-whatsapp:focus {
	background-color: var(--Whats2);
	border-color: var(--Whats2);
	color: var(--white)
}





.site-heading h1,
.site-heading h2,
.site-heading h3 {
	display: inline-block;
	font-weight: 700;
	padding-bottom: 10px;
	margin-bottom: 0;
	position: relative;
	line-height: 1.2;
	color: var(--lblue2);
}
.site-heading-lblue h1,
.site-heading-lblue h2,
.site-heading-lblue h3 {
	color: var(--lblue2);
}


.site-heading span{
	display:block;
	width:100%;
	margin: 0px 0px 5px 0px;
	font-weight: bold;
	font-size: 16px;
	color:var(--lblue2);
	line-height: 1.1;
	text-transform:uppercase;
}

.site-heading p {
	margin: 0;
	margin-top: 15px;
	font-weight: 600;
	font-size: 18px !important;
	line-height: 1.1;
	color: var(--orange2);
}
.site-heading h1::before,
.site-heading h2::before,
.site-heading h3::before {
	background: var(--dblue2) none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 5px;
	left: 50%;
	margin-left: -35px;
	position: absolute;
	width:35px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}


.site-heading-lblue h1::before,
.site-heading-lblue h2::before,
.site-heading-lblue h3::before {
	background: var(--lblue2) none repeat scroll 0 0;
}


.site-heading h1::after,
.site-heading h2::after,
.site-heading h3::after {
	background: var(--lblue2) none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 5px;
	left: 20px;
	margin-left:20px;
	position: absolute;
	width: 75px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.site-heading.text-left h1::before,
.site-heading.text-left h2::before,
.site-heading.text-left h3::before {
	left: 0;
	margin-left: 0;
}
.site-heading.text-left h1::after,
.site-heading.text-left h2::after,
.site-heading.text-left h3::after {
	left: 25px;
	margin-left: 0;
}























.image-bl,
.image-bl img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}







.aboutus-item {
padding: 30px 40px 30px 40px;
border-style: solid;
border-width: 0 0 0 0;
background-color: transparent;
background-image: linear-gradient(110deg,var(--lblue2) 0%,var(--dblue2) 100%);
-webkit-box-shadow: 0px 5px 25px 0px var(--blackrgba1);
-moz-box-shadow: 0px 5px 25px 0px var(--blackrgba1);
box-shadow: 0px 5px 25px 0px var(--blackrgba1);
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
-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;

}


.aboutus-item:active,
.aboutus-item:focus,
.aboutus-item:hover {
-webkit-box-shadow: 0px 5px 35px 0px var(--blackrgba3);
-moz-box-shadow: 0px 5px 35px 0px var(--blackrgba3);
box-shadow: 0px 5px 35px 0px var(--blackrgba3);
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);

}

.aboutus-item .content-box h3 {
color:var(--white);
margin-top:0px;
margin-bottom: 15px;
font-size:20px;
font-weight: 600;
}
.aboutus-item .content-box p {
color:var(--white);
margin-top:0px;
margin-bottom:0px;
font-size:16px;
font-weight: normal;
line-height: 1;
}



.aboutus-item .icon-main {
background:transparent;
position:relative;
display: block;
margin-bottom: 20px;
}
.aboutus-item .icon-main img {
width:90px;
}

.aboutus-item .overlay {
z-index: 2;
background: transparent;
}

.overlay {
height: 100%;
width: 100%;
top: 0;
left: 0;
position: absolute;
}


.aboutus-item.bg-s1 {
background-image: linear-gradient(110deg,var(--lblue3) 0%,var(--lblue1) 100%);
background-size: 100% 100%;
}
.aboutus-item.bg-s2 {
background-image: linear-gradient(110deg,var(--lblue1) 0%,var(--lblue3) 100%);
background-size: 100% 100%;
}
.aboutus-item.bg-s3 {
background-image: linear-gradient(110deg,var(--lblue3) 0%,var(--lblue1) 100%);
background-size: 100% 100%;
}
.aboutus-item.bg-s4 {
background-image: linear-gradient(110deg,var(--dblue3) 0%,var(--lblue1) 100%);
background-size: 100% 100%;
}


.aboutus-item:active.bg-s1,
.aboutus-item:focus.bg-s1,
.aboutus-item:hover.bg-s1,
.aboutus-item:active.bg-s2,
.aboutus-item:focus.bg-s2,
.aboutus-item:hover.bg-s2,
.aboutus-item:active.bg-s3,
.aboutus-item:focus.bg-s3,
.aboutus-item:hover.bg-s3,
.aboutus-item:focus.bg-s4,
.aboutus-item:hover.bg-s4{
background-size: 200% 200%;
background-position: 50% 0% !important;
}


.cta-item {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius:7px;
	-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;
	overflow:hidden;
	position:relative;

}


.bg-cover-radius {
	position: relative;
	z-index: 1;
	background-position: center center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-border-radius: 0px !important;
	-moz-border-radius:0px !important;
	border-radius:0px !important;
	overflow:hidden;
}

.bg-cover-radius:before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
	position: absolute;
	background: var(--lbluergba7);
	-webkit-border-radius: 0px !important;
	-moz-border-radius:0px !important;
	border-radius:0px !important;
	overflow:hidden;
}



.radius7{
	-webkit-border-radius: 7px !important;
	-moz-border-radius: 7px !important;
	border-radius:7px !important;
	overflow:hidden !important;
}






.cta-item .ot-heading {
margin-bottom: 0;
padding-left:25px;
padding-right:25px;
}
.cta-item .ot-heading span {
display:block;
color: var(--white);
font-size: 20px;
font-weight: 600;
text-transform: uppercase;
margin-bottom: 30px;
line-height:1.2
}
.cta-item h3{
color: var(--white);
font-size: 36px;
line-height:1.1;
/*letter-spacing:-1px;*/
margin-bottom: 30px;
}
.cta-item .ot-button {
display:block;
margin-top:20px;
}










.bg-theme-color-animation{
background: linear-gradient(221deg, var(--lblue1), var(--lblue3), var(--lblue1));
background-size: 600% 600%;
-webkit-animation: bg-gradient-animator 16s ease infinite;
-moz-animation: bg-gradient-animator 16s ease infinite;
-o-animation: bg-gradient-animator 16s ease infinite;
animation: bg-gradient-animator 16s ease infinite;
}


@-webkit-keyframes bg-gradient-animator {
0%{background-position:96% 0%}
50%{background-position:5% 100%}
100%{background-position:96% 0%}
}
@-moz-keyframes bg-gradient-animator {
0%{background-position:96% 0%}
50%{background-position:5% 100%}
100%{background-position:96% 0%}
}
@-o-keyframes bg-gradient-animator {
0%{background-position:96% 0%}
50%{background-position:5% 100%}
100%{background-position:96% 0%}
}
@keyframes bg-gradient-animator {
0%{background-position:96% 0%}
50%{background-position:5% 100%}
100%{background-position:96% 0%}
}









.box-img-hover-two {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 3px 15px 0px var(--blackrgba1);
    -moz-box-shadow: 0px 3px 15px 0px var(--blackrgba1);
    box-shadow: 0px 3px 15px 0px var(--blackrgba1);
    overflow: hidden;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    text-align:center;
	background: var(--lblue2);
}

.box-img-hover-two:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0px 15px 35px 0px var(--blackrgba2);
    -moz-box-shadow: 0px 15px 35px 0px var(--blackrgba2);
    box-shadow: 0px 15px 35px 0px var(--blackrgba2);
	background: var(--lblue3);
}


.box-img-hover-two .lower-content{
	padding: 15px;
	background:var(--lblue3);
}
.box-img-hover-two .lower-content h3{
	font-size: 15px;
	margin:0px ;
	line-height: 1.2;
	text-transform: uppercase;
	color: var(--white);

}


.box-img-hover-two img {

	border: 0px solid var(--lblue2) !important;
	-moz-transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	cursor: pointer;
	margin: auto !important;
	width: 70%;
	padding: 20px;
	filter: invert(1);
}


.img-hover-two img {
    border: 0px solid var(--lblue2) !important;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    filter: grayscale(20%);
    -webkit-filter: grayscale(20%);
    cursor: pointer;


}

.img-hover-two img:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--white) !important;
    opacity: 0;
    -moz-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}

.img-hover-two:hover img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -webkit-transform: scale(1.1) rotate(0deg);
    -moz-transform: scale(1.1) rotate(0deg);
    -o-transform: scale(1.1) rotate(0deg);
    -ms-transform: scale(1.1) rotate(0deg);
    transform: scale(1.1) rotate(0deg);
}

.img-hover-two span {
    display: block;
    overflow: hidden;
    position: relative;
}

.img-hover-two span:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    border: 0px solid transparent;
    background: var(--lbluergba3);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.img-hover-two span .icon {
    left: calc(50% - 23px);
    top: calc(80% - 23px);
    font-size: 56px;
    position: absolute;
    z-index: 2 !important;
    color: var(--white);
    opacity: 0;
    height: 46px;
    width: 46px;
    line-height: 46px;
    padding: 0px;
    margin: 0px;
    -webkit-transition: all 1.0s ease 0.3s;
    -moz-transition: all 1.0s ease 0.3s;
    -o-transition: all 1.0s ease 0.3s;
    -ms-transition: all 1.0s ease 0.3s;
    transition: all 1.0s ease 0.3s;
}

.img-hover-two:hover span .icon {
    top: calc(50% - 29px);
    opacity: 0.9;
}

.img-hover-two:hover span:after {
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.img-hover-two img,
.img-hover-two img,
.img-hover-two span:after {
    transition: all 1.0s ease-in-out;
}


#categories .main-nav-slider
#clients .main-nav-slider {

}

#categories .clients-button-next,
#categories .clients-button-prev,
#clients .clients-button-next,
#clients .clients-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

#categories .clients-button-next,
#categories .clients-button-prev,
#clients .clients-button-next,
#clients .clients-button-prev {
    position: absolute;
    top: 50%;
    bottom: auto;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: none;
    background-color: var(--blackrgba5);
    width: 50px;
    height: 50px;
    border: none;
    z-index: 10;
    cursor: pointer;
    background-image: none;
    margin-top: -25px;
    left: auto;
    -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;
    opacity: 0.8;
}

#categories .clients-button-next,
#clients .clients-button-next {
    right: 15px;
}

#categories .clients-button-prev,
#clients .clients-button-prev {
    left: 15px;
}

#categories .clients-button-next img,
#categories .clients-button-prev img,
#clients .clients-button-next img,
#clients .clients-button-prev img {
    height: 15px;
    width: auto;
    display: block;
}
#categories .clients-button-next:hover,
#categories .clients-button-prev:hover,
#clients .clients-button-next:hover,
#clients .clients-button-prev:hover {
    box-shadow: none;
    opacity: 1;
    background-color: var(--lblue2);
    -webkit-box-shadow: 0px 10px 25px 0px var(--blackrgba5);
    -moz-box-shadow: 0px 10px 25px 0px var(--blackrgba5);
    box-shadow: 0px 10px 25px 0px var(--blackrgba5);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}







.news-block .inner{
	position: relative;
	display: block;
}

.news-block .image-box{
	position: relative;
	display: block;
	background: var(--dblue3);
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: 0px 3px 20px 0px  var(--blackrgba1);
	-moz-box-shadow: 0px 3px 20px 0px  var(--blackrgba1);
	box-shadow: 0px 3px 20px 0px  var(--blackrgba1);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	overflow: hidden;
}

.news-block:focus .image-box,
.news-block:hover .image-box {
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	transform: translateY(-5px);
	
	-webkit-box-shadow: 0px 10px 30px -5px var(--blackrgba3);
	-moz-box-shadow: 0px 10px 30px -5px var(--blackrgba3);
	box-shadow: 0px 10px 30px -5px var(--blackrgba3);
}


.news-block .image-box img{
	display: block;
	width: 100%;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
}

.news-block .inner:hover .image-box img{
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.news-block .image-box a{
	position: relative;
	display: block;
}

.news-block .image-box a:before{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -25px;
	margin-left: -1px;
	height: 50px;
	border-right: 3px solid var(--white);
	z-index: 1;
	transform: scaleY(0);
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
}

.news-block .image-box a:after{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -1px;
	margin-left: -25px;
	width: 50px;
	border-bottom: 3px solid var(--white);
	z-index: 1;
	transform: scaleX(0);
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
}

.news-block .inner:hover .image-box a:before,
.news-block .inner:hover .image-box a:after{
	transform: scale(1);
	transition:all 0.3s ease 300ms;
	-moz-transition:all 0.3s ease 300ms;
	-webkit-transition:all 0.3s ease 300ms;
	-ms-transition:all 0.3s ease 300ms;
	-o-transition:all 0.3s ease 300ms;
}

.news-block .lower-box{
	position: relative;
	background:var(--white);
	padding:20px 15px 20px 15px;
	margin: -30px 0px 0px 0px;
	z-index: 1;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
		-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
	-webkit-box-shadow: 0px 5px 20px 0px  var(--blackrgba1);
	-moz-box-shadow: 0px 5px 20px 0px  var(--blackrgba1);
	box-shadow: 0px 5px 20px 0px  var(--blackrgba1);
}

.news-block .image-box .category{
	position: absolute;
	bottom:30px;
	right:15px;


	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 24px;
	padding: 5px 15px;
	color: var(--white);
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background: var(--dbluergba7);
	z-index:20
}


.news-block .image-box .category svg {
	position: relative;
	top: 0px;
	width: 16px;
	height:16px;
	vertical-align: text-top;
	stroke-width:0;
	fill:var(--white) !important;
	transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}



.news-block h3{
	font-weight: 600;
	margin-bottom: 0px;
	color:var(--lblue2);
	font-size:20px;
	line-height:1.2
}

.news-block .text p{
	position: relative;
	padding-top: 12px;
		line-height:1.1
}



.news-block h3 a:hover{
	color:var(--dblue2)
}





.linking {
	position:relative;
	color: var(--lblue2);
	font-size: 15px;
	font-weight: bold;
	font-family:var(--theme-font) !important;
	-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;
	text-transform:uppercase;
}



.linking:before {
	position: absolute;
	content: "";
	bottom: -10px;
	left: 0;
	width: 0;
	height: 3px;
	-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;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius:7px;
}


.linking:hover:before {
	width: 100%;
	background: var(--lblue2);
}


.linking svg {
	position: relative;
	top: -2px;
	right: 30px;
	width: 24px;
	height: 24px;
	vertical-align: text-top;
	stroke-width: 0;
	fill: var(--lblue2);
	opacity: 0;
	transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.linking:hover {
	color: var(--dblue2);
}

.linking:hover svg {
	opacity: 1;
	right: 0px;
	fill: var(--dblue2) !important;
}







.btnsearch {
	font-family:var(--theme-font);
	font-size: 16px;
	line-height: 1.4;
	font-weight: 700;
	padding: 12px 40px;
	text-align: center;
	text-transform: uppercase;
	color: var(--white);
	border: 2px solid var(--lblue2);
	background-color: var(--lblue2);
	box-sizing: border-box;
	-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;
	-webkit-border-radius: 3px;
	-moz-border-radius:3px;
	border-radius:3px;

}

.btnsearch:hover,
.btnsearch:focus {
	background-color: var(--lblue1);
	border-color: var(--lblue1);
	color: var(--white);
}

.btnsearch svg{
	position: relative;
	top: 1px;
	width: 18px;
	right: -2px;
	height: 18px;
	vertical-align: text-top;
	stroke-width: 0;
	fill: var(--white) !important;
	transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

@media only screen and (max-width:767px) {
	.img-section {
		text-align: center;
		padding: 15px;
	}

	.img-section img{
		width: 300px;
	}

}




.product-block-one .inner-box{
	position: relative;
	display: block;
}

.product-block-one .inner-box .image-box{
	position: relative;
	display: block;
	overflow: hidden;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: 0px 3px 20px 0px  var(--blackrgba1);
	-moz-box-shadow: 0px 3px 20px 0px  var(--blackrgba1);
	box-shadow: 0px 3px 20px 0px  var(--blackrgba1);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.product-block-one .inner-box:focus .image-box,
.product-block-one .inner-box:hover .image-box {
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	transform: translateY(-5px);

	-webkit-box-shadow: 0px 10px 30px -5px var(--blackrgba3);
	-moz-box-shadow: 0px 10px 30px -5px var(--blackrgba3);
	box-shadow: 0px 10px 30px -5px var(--blackrgba3);
}



.product-block-one .inner-box .image-box img{
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
	width: 100%;
}

.product-block-one .inner-box:hover .image-box img{
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}





.product-block-one .inner-box:hover .inner,
.product-block-one .inner-box:focus .inner{
	background:var(--lblue2);
	-webkit-box-shadow: 0px 10px 50px 0px var(--blackrgba3);
	-moz-box-shadow: 0px 10px 50px 0px var(--blackrgba3);
	box-shadow: 0px 10px 50px 0px var(--blackrgba3);
}




.product-block-one .inner-box .lower-content{
	position: relative;
	top:-15px;
	margin: 0px 0px;
	padding:15px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	-webkit-backdrop-filter: saturate(150%) blur(5x);
	backdrop-filter: saturate(150%) blur(5px);
	background-color: var(--whitergba7)!important;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: 0px 3px 20px 0px  var(--blackrgba1);
	-moz-box-shadow: 0px 3px 20px 0px  var(--blackrgba1);
	box-shadow: 0px 3px 20px 0px  var(--blackrgba1);
}

.product-block-one .inner-box:focus .lower-content,
.product-block-one .inner-box:hover .lower-content {
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);

	-webkit-box-shadow: 0px 10px 30px -5px var(--blackrgba3);
	-moz-box-shadow: 0px 10px 30px -5px var(--blackrgba3);
	box-shadow: 0px 10px 30px -5px var(--blackrgba3);
}


.product-block-one .inner-box .lower-content .inner{
	position: relative;
	/*background:var(--lblue2);*/
	padding:20px 25px 20px 25px;
	margin-top: -25px;
	z-index: 1;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
	-webkit-box-shadow: 0px 5px 20px 0px  var(--blackrgba1);
	-moz-box-shadow: 0px 5px 20px 0px  var(--blackrgba1);
	box-shadow: 0px 5px 20px 0px  var(--blackrgba1);

	-webkit-backdrop-filter: saturate(150%) blur(5x);
	backdrop-filter: saturate(150%) blur(5px);
	background-color: var(--whitergba8)!important
}


.product-block-one .inner-box:hover .inner,
.product-block-one .inner-box:focus .inner{
	background:var(--lblue2);
	-webkit-box-shadow: 0px 10px 50px 0px var(--blackrgba3);
	-moz-box-shadow: 0px 10px 50px 0px var(--blackrgba3);
	box-shadow: 0px 10px 50px 0px var(--blackrgba3);
}



.product-block-one .lower-content .name{
	font-size: 15px;
	line-height: 1.1;
	color: var(--black);
	font-weight: 600;
	margin:5px 0 5px;

}

.product-block-one .lower-content .name a{
	color:var(--orange2);
}

.product-block-one:hover .lower-content .name a{
	color: var(--lblue2);
}



.product-block-one .lower-content ul {
	border-top: 0px solid var(--blackrgba2);
	margin-top:10px;
	margin-bottom:10px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
}

.product-block-one .lower-content li svg {
	position: relative;
	top:0px;
	width:18px;
	height:18px;
	vertical-align: text-top;
	stroke-width: 0;
	fill: var(--orange2) !important;
	transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.product-block-one .lower-content li {
	float: left;
	font-size: 14px;
	list-style: outside none none;
	padding: 7px 0px 7px 0px;
	margin-bottom: 0px;
	width: 100%;
	font-weight: normal;
	border-top: 1px solid var(--blackrgba1);
}
.product-block-one .lower-content  li:first-child,
.product-block-one .lower-content  li:last-child {
	border-bottom: 0px solid var(--blackrgba2);
}



.product-block-one .inner-box .detail {
	position: absolute;
	top:0px;
	opacity:0;
	left: 15px;
	width: 150px;
	height:36px;
	display: flex;
	font-size:12px;
	justify-content: center;
	align-items: center;
	-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;
	text-align:center;
	z-index:10;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius:3px;
	background:var(--lblue1);
	color:var(--white);
}

.product-block-one .inner-box .detail span{
	position:relative;
	top:0px;
	padding-left:7px;
	color:var(--white);
}


.product-block-one .inner-box:focus .detail,
.product-block-one .inner-box:hover .detail {
	opacity: 1;
	top: 20px;
}

.detail:focus,
.detail:hover {
	background:var(--dblue2) !important;
}

.product-block-one .inner-box .detail svg {
	position: relative;
	top: 0px;
	width:16px;
	height:16px;
	vertical-align: text-top;
	stroke-width:0;
	fill:var(--white) !important;
	transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}





.product-block-one .lower-content .add-to-cart{
	position: relative;
	display: block;
	line-height: 40px;
	text-align: center;
	display: block;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
}


.form-product{
	display: block;
	position: relative;
	width: 100%;

}
.form-product .collunform{
	display: block;
	position: relative;
	float: left;
	margin: 0px 0px;
	width:40%;
	/*width: calc(40% - 10px);*/
}

.form-product .collunformtwo{
	display: block;
	position: relative;
	float: left;
	margin: 0px 0px;
	width:60%;
	/*width: calc(60% - 10px);*/
}

.form-product .collunform .formQuantt{
	display: block;
	padding:6px 10px 6px 10px !important;
	font-size: 15px;
	color: var(--orange2);
	width: 100%;
	height:40px;
	background-color: var(--white);
	outline: none !important;
	background-clip: padding-box;
	border: 1px solid var(--Whatsrgba2) !important;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-product .collunform .formQuantt:focus,
.form-product .collunform .formQuantt:hover {
	color: var(--gray2);
	background-color: var(--white);
	border-color: var(--blackrgba5);
	outline: 0;
	-webkit-box-shadow: 0px 0px 15px 0px var(--blackrgba1);
	-moz-box-shadow: 0px 0px 15px 0px var(--blackrgba1);
	box-shadow: 0px 0px 15px 0px var(--blackrgba1);
}



.form-product .collunformtwo .button {
	font-family: var(--theme-font);
	font-size: 14px;
	line-height: 1.0;
	font-weight: bold;
	padding: 9px 10px 8px;
	text-align: center !important;
	text-transform: uppercase;
	color: var(--white);
	border: 2px solid var(--green);
	background-color: var(--green);
	box-sizing: border-box;
	-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;
	width:100%;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}


.form-product .button:hover,
.form-product .button:focus {
	background-color: var(--greenhover);
	border-color: var(--greenhover);
	color: var(--white);
	-webkit-box-shadow: 0px 5px 15px 0px var(--Whatsrgba2);
	-moz-box-shadow: 0px 5px 15px 0px var(--Whatsrgba2);
	box-shadow: 0px 5px 15px 0px var(--Whatsrgba2);
}


.form-product .form-control::-webkit-input-placeholder {
	opacity: 0.6;
	color: var(--gray3);
}

.form-product .form-control::-moz-placeholder {
	opacity: 0.6;
	color: var(--gray3);
}

.form-product .form-control:-ms-input-placeholder {
	opacity: 0.6;
	color: var(--gray3);
}

.read-whatsapp {
	font-family: var(--theme-font);
	font-size: 12px;
	line-height: 1.0;
	font-weight: bold;
	padding: 9px 10px 8px 10px;
	text-align: center !important;
	text-transform: uppercase;
	color: var(--whatstx);
	border: 2px solid var(--whatstx);
	background-color: var(--whatsbg);
	box-sizing: border-box;
	-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;
	width:100%;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	width:100%;
	display:block;
}
.read-whatsapp svg{
	position: relative;
	top:-2px;
	width: 22px;
	right: 3px;
	height: 22px;
	vertical-align: text-top;
	stroke-width: 0;
	fill: var(--whatstx) !important;
	transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.read-whatsapp span{
	position: relative;
	top:3px;
}

.read-whatsapp:hover svg,
.read-whatsapp:focus svg{
	fill: var(--whatsbg) !important;
}


.read-whatsapp:hover,
.read-whatsapp:focus {
	background-color: var(--whatstx);
	border-color: var(--whatstx);
	color: var(--whatsbg);
	-webkit-box-shadow: 0px 5px 15px 0px var(--Whatsrgba2);
	-moz-box-shadow: 0px 5px 15px 0px var(--Whatsrgba2);
	box-shadow: 0px 5px 15px 0px var(--Whatsrgba2);
}





.request-form{
	position: relative;
	-webkit-box-shadow: 0px 0px 35px 0px var(--blackrgba1);
	-moz-box-shadow: 0px 0px 35px 0px var(--blackrgba1);
	box-shadow: 0px 0px 35px 0px var(--blackrgba1);
	padding: 40px 40px 20px;
	border-radius: 10px;
	background: var(--white);
}

.request-form .title{
	position: relative;
	margin-bottom: 40px;
}

.request-form .title h4{
	font-size: 28px;
	line-height: 1.4em;
	color: #000000;
	font-weight: 700;
	margin-bottom: 10px;
}

.request-form .row{
	margin: 0 -10px;
}

.request-form .form-group{
	position: relative;
	padding: 0 10px;
	margin-bottom: 20px;
}

.request-form .form-group input[type="text"],
.request-form .form-group input[type="email"],
.request-form .form-group input[type="url"],
.request-form .form-group textarea,
.request-form .form-group select{
	position: relative;
	display: block;
	width: 100%;
	height: 50px;
	font-size: 16px;
	color: var(--gray3);
	line-height: 25px;
	padding:10px 15px !important;
	border:3px solid var(--f4f4f4);
	background-color: var(--white);
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	font-weight: 400;
	-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;
}

.request-form .form-group textarea{
	height:75px;
	resize: none;
}

.request-form .form-group button{
	padding-left: 36px;
	padding-right: 36px;
	margin-top: 10px;
}



.request-form .form-group input[type="email"]:focus,
.request-form .form-group input[type="email"]:hover,
.request-form .form-group input[type="url"]:focus,
.request-form .form-group input[type="url"]:hover,

.request-form .form-group textarea:focus,
.request-form .form-group textarea:hover,
.request-form .form-group select:focus,
.request-form .form-group select:hover,

.request-form .form-group input[type="text"]:focus,
.request-form .form-group input[type="text"]:hover {
	color: var(--gray3);
	background-color: var(--white);
	border-color:var(--blackrgba5);
	outline: 0;
	-webkit-box-shadow: 0px 0px 25px 0px var(--blackrgba2);
	-moz-box-shadow: 0px 0px 25px 0px var(--blackrgba2);
	box-shadow: 0px 0px 25px 0px var(--blackrgba2);
}


.accordion-box{
	position:relative;
	margin-bottom: 30px;
}

.accordion-box .block{
	position: relative;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	border-top: 1px solid var(--f4f4f4);
}

.accordion-box .block .acc-btn{
	position: relative;
	font-size:22px;
	font-weight: 600;
	line-height: 25px;
	cursor: pointer;
	padding: 20px 55px;
	padding-right: 15px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	font-family: var(--special-font) !important;
}

.accordion-box .block .acc-btn.active{
	color:var(--lblue2);
}

.accordion-box .block .acc-btn .icon{
	position: absolute;
	left: 25px;
	top: 20px;
	line-height: 25px;
	font-size: 14px;
	color:var(--white);
}

.accordion-box .block .acc-btn .icon svg {
	position: relative;
	left:0px;
	top: -3px;
	width: 28px;
	height: 28px;
	vertical-align: text-top;
	stroke-width: 1.5;
	/*stroke: var(--white);*/
	fill: var(--lblue2);
}



.accordion-box .block .acc-btn.active .icon{
	transform:scaleY(-1);
	color:var(--lblue2);
}

.accordion-box .block .acc-content{
	position:relative;
	display:none;
	padding: 5px 15px 30px 15px;
}

.accordion-box .block .acc-content.current{
	display:block;
}

.accordion-box .block .content .text{
	position:relative;
	font-size: 16px;
	line-height: 1.1;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	color:var(--white)
}


.accordion-box .block .acc-content .text,
.accordion-box .block .acc-content p{
	color:var(--orange2) !important;
}



.accordion-box.style-three .block .acc-btn{
	padding: 20px 10px;
	padding-right: 35px;
	font-family: var(--special-font) !important;
}

.accordion-box.style-three .block .acc-btn .icon{
	-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;
	left: auto;
	right: 25px;
}

.accordion-box.style-three .block .acc-btn .icon:before{
	font-size: 32px;
}




/*
.widget-links {
	text-align: center;
	margin: 0;
}*/

.widget-links {
	position: relative;
	padding: 25px 15px 20px 15px;
	border-bottom: 0px solid var(--whitergba2);
	background:var(--f4f4f4);
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: 0px 5px 25px 0px var(--blackrgba1);
	-moz-box-shadow: 0px 5px 25px 0px var(--blackrgba1);
	box-shadow: 0px 5px 25px 0px var(--blackrgba1);
	overflow:hidden;
	-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;
	text-align: center;
	width: 100%;
	display: block;
}
.widget-links:hover {
	background: var(--white);
	-webkit-box-shadow: 0px 5px 35px 0px var(--blackrgba3);
	-moz-box-shadow: 0px 5px 35px 0px var(--blackrgba3);
	box-shadow: 0px 5px 35px 0px var(--blackrgba3);
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.widget-links:after {
	content: "";
	transition: .2s all ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	left: 50%;
	height: 7px;
	width: 0;
	transform: translateX(-50%);
	background-color: var(--lblue2);
	bottom: 0px !important;
}

.widget-links :focus:after,
.widget-links :hover:after {
	width: 100%;
}

.widget-links img {
	height:100px;
}

.widget-links svg {
	position: relative;
	top:0px;
	width:100px;
	height:100px;
	vertical-align: text-top;
	stroke-width: 0;
	margin: 15px auto;
	fill: var(--lblue2) !important;
	-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;
	display: block;
}

.widget-links:hover svg {
	fill: var(--dblue2) !important;
}



.widget-links h3 {
	margin-top: 25px;
	display: block;
	color: var(--dblue2);
	font-size:20px;
	text-transform: uppercase;
line-height: 1.1;
	font-weight: bold;
		-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}



.widget-links:focus h3,
.widget-links:hover h3 {
	color: var(--lblue2);
}


/*
.widget-links li a img {
	width: 32px;
	padding-right: 7px;
}*/

/*
.widget-links li:focus a,
.widget-links li:hover a {
	color: var(--lblue2);
	padding-left: 25px;
}

*//*
@media only screen and (max-width:1270px) {
	.widget-links li {
		min-height: 240px;
		width: calc(20% - 30px);
		float: left;
		background: #f5c6cb;
	}


}
@media only screen and (max-width:991px) {
	.widget-links li {
		min-height: 240px;
		width: calc(33.33333% - 30px);
		float: left;
		background: #fc0;
	}


}*/






.cta-categorie {
	text-align: center;
	background: var(--lblue2);
	/* display: flex;
     justify-content: center;
     align-content: center;
     */
	position:relative;

	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-content: center;

	-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;

	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding:30px;
	width: 100%;
}

.cta-categorie:hover {
	-webkit-transform: translateY(-5px)  scale(1.1);
	-moz-transform: translateY(-5px)  scale(1.1);
	-ms-transform: translateY(-5px)  scale(1.1);
	-o-transform: translateY(-5px)  scale(1.1);
	transform: translateY(-5px)  scale(1.1);
	-webkit-border-radius: 5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow: 0px 10px 30px -5px var(--blackrgba3);
	-moz-box-shadow: 0px 10px 30px -5px var(--blackrgba3);
	box-shadow: 0px 10px 30px -5px var(--blackrgba3);
	z-index:10!important
}

.cta-categorie h3{
	color:var(--white);
	font-size:22px;
	line-height:1.1;

}


.cta-categorie a{

}


.col-cta-categorie {
	/*display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;*/
	width: 100%;
	height: 55px;
}




.place-block-one .inner-box{
	position: relative;
	display: block;
}

.place-block-one .inner-box .image-box{
	position: relative;
	display: block;
	overflow: hidden;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;

	-webkit-box-shadow: 0px 3px 20px 0px  var(--blackrgba1);
	-moz-box-shadow: 0px 3px 20px 0px  var(--blackrgba1);
	box-shadow: 0px 3px 20px 0px  var(--blackrgba1);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.place-block-one .inner-box:focus .image-box,
.place-block-one .inner-box:hover .image-box {
	-webkit-transform: translateY(-15px);
	-moz-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	-o-transform: translateY(-15px);
	transform: translateY(-15px);

	-webkit-box-shadow: 0px 10px 30px -5px var(--blackrgba3);
	-moz-box-shadow: 0px 10px 30px -5px var(--blackrgba3);
	box-shadow: 0px 10px 30px -5px var(--blackrgba3);
}



.place-block-one .inner-box .image-box:before{
	position: absolute;
	content: '';
	background:var(--blackrgba1);
	left: 0px;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
	-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;
	opacity: 0;
}

.place-block-one .inner-box:hover .image-box:before{
	opacity: 1;
}

.place-block-one .inner-box .image-box img{
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
	width: 100%;
}

.place-block-one .inner-box:hover .image-box img{
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.place-block-one .inner-box .lower-content{
	position: relative;
	margin: 0px 20px;
	text-align: center;
}

.place-block-one .inner-box .lower-content .inner{
	position: relative;
	background:var(--lblue2);
	padding:20px 15px 20px 15px;
	margin-top: -60px;
	z-index: 1;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
	-webkit-box-shadow: 0px 5px 20px 0px  var(--blackrgba1);
	-moz-box-shadow: 0px 5px 20px 0px  var(--blackrgba1);
	box-shadow: 0px 5px 20px 0px  var(--blackrgba1);
}


.place-block-one .inner-box:hover .inner,
.place-block-one .inner-box:focus .inner{
	background:var(--lblue1);
	-webkit-box-shadow: 0px 10px 50px 0px var(--blackrgba3);
	-moz-box-shadow: 0px 10px 50px 0px var(--blackrgba3);
	box-shadow: 0px 10px 50px 0px var(--blackrgba3);
}



.place-block-one .inner-box .lower-content .inner h3{
	position: relative;
	display: block;
	font-size: 16px;
	line-height:1.1;
	font-weight: bold;
	margin-bottom: 0px;
	color:var(--white);
}

.place-block-one .inner-box .lower-content .inner h3 a{
	display: inline-block;
	color:var(--white);
}

.place-block-one .inner-box .lower-content .inner h3 a:hover{

}






/*Contacts*/
.sidebar .contacts ul {
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}


.sidebar .contacts li {
	color: var(--gray3);
	padding: 7px 0px 7px;
	border-bottom: 1px solid var(--f1f1f1);
	font-size: 15px;
	margin-bottom: 1px;
	width: auto;
	display: block;
	text-align: left;
	-moz-transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	font-weight: bold;
}

.sidebar .contacts li:last-child {
	border-bottom: none !important;
}


.sidebar .contacts li:before,
.sidebar .contacts li:after {
	content: " ";
	display: table;
}

.sidebar .contacts li:after {
	clear: both;
}

.sidebar .contacts li i {
	float: left;
	font-size: 20px;
	text-align: left;
	margin: 0px 3px 0 0;
	display: inline-block;
	width: 30px;
	line-height: 24px;
	color: var(--gray3);
}

.sidebar .contacts li p {
	margin-bottom: 0;
	color: var(--gray3);
	font-size: 14px;
}

.content-footer.contacts li {
	color: var(--gray3);
	font-size: 16px;
}

.sidebar .contacts li a {
	color: var(--gray3);
	font-size: 16px;
	line-height: 1.1
}

.sidebar .contacts li a:hover {
	color: var(--lblue2);
	padding-left: 10px;
	border-color: var(--blackrgba1);
}

.sidebar .contacts svg {
	position: relative;
	top: 1px;
	width: 20px;
	height: 20px;
	vertical-align: text-top;
	stroke-width: 1.5;
	color: var(--lblue2);
	fill: var(--lblue2);
	margin-right: 7px;
}

.social-side-bar svg {
	position: relative;
	top: 5px;
	width: 20px;
	height: 20px;
	vertical-align: text-top;
	stroke-width: 1.5;
	color: var(--white);
	fill: var(--white);

}


.sidebar .heading h1,
.sidebar .heading h2,
.sidebar .heading h3 {
	color: var(--gray3);
	display: inline-block;
	font-weight: normal;
	padding-bottom: 10px;
	position: relative;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-size: 24px;
}


.sidebar .heading h1::before,
.sidebar .heading h2::before,
.sidebar .heading h3::before {
	background: var(--lblue1) none repeat scroll 0 0;
	bottom: 5px;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	width: 55px;
}



.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 0px;
}

.pagination > li {
	display: inline;
}

.pagination > li > a,
.pagination > li > span {
	position: relative;
	float: left;
	padding: 0px 20px;
	margin: 1px;
	line-height: 50px;
	color: var(--white);
	height: 50px;
	text-decoration: none;
	background-color: var(--dblue2);
	border: 0px solid var(--white);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	outline: none !important;
	font-size: 16px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.pagination > li > span {
	font-size: 24px !important;
	padding-top: 12px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	z-index: 2;
	color: var(--white);
	background-color: var(--lblue2);
	border-color: var(--white);
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	z-index: 3;
	color: var(--white);
	cursor: default;
	background-color: var(--lblue1);
	border-color: var(--white);
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
	color: var(--white);
	cursor: not-allowed;
	background-color: var(--gray3);
	border-color: var(--white);
}

.pagination svg {
	position: relative;
	top: -1px;
	width: 24px;
	height: 24px;
	vertical-align: text-top;
	stroke-width:0;
	fill:var(--white) !important;
	transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}




.pager li > a,
.pager li > span {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
}

.pager li > a,
.pager li > span {
	color: var(--white);
	border-color: transparent !important;
	background: var(--gray3);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.pager li > a:hover,
.pager li > span:hover {
	color: var(--white);
	background: var(--lblue2);
	border-color: transparent !important;
}


.content_post ul {
	display: inline-block;
	width: auto;
	padding: 10px;
}

.content_post ul > li {
	margin: 0px 5px;
	padding: 3px;
	font-weight: 600;
	cursor: pointer;
	font-size: 1rem;
	opacity: 1.0;
	transition: opacity .2s ease-in-out;
	list-style-type: disc;
}

.content_post ul > li:hover {
	opacity: 1.0;
}

.content_post ul:hover > li:not(:hover) {
	opacity: 0.8;
}

.content_post a{
	font-weight:bold !important;
	color:var(--lblue2) !important;
}




#cd-google-map {
	position: relative;
	width: 100%;
	height: 500px;
	background:var(--white);
}

#google-container {
	position: relative;
	width: 100%;
	height: 500px !important;
	background:var(--white);
}



#cd-google-map address {
	position: absolute;
	z-index: 30;
	width: auto;
	max-width: calc(100% - 60px);
	bottom: 95px;
	left: 50%;
	transform: translateX(-50%);
	padding:15px 25px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:var(--whitergba8);
	text-align: center;
	-webkit-box-shadow: 0px 7px 35px 0px var(--blackrgba5);
	-moz-box-shadow: 0px 7px 35px 0px var(--blackrgba5);
	box-shadow: 0px 7px 35px 0px var(--blackrgba5);
	font-weight: bold;


	-webkit-backdrop-filter: saturate(150%) blur(5x);
	backdrop-filter: saturate(150%) blur(5px);
}

#cd-google-map address p{
	font-weight: 600;
}



#cd-google-map .linksmaps {
	position: absolute;
	z-index: 30;
	width: auto;
	max-width: calc(100% - 60px);
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	padding: 12px 25px 3px 25px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background-color:var(--whitergba8);
	text-align: center;
	-webkit-box-shadow: 0px 7px 35px 0px var(--blackrgba5);
	-moz-box-shadow: 0px 7px 35px 0px var(--blackrgba5);
	box-shadow: 0px 7px 35px 0px var(--blackrgba5);
	-webkit-backdrop-filter: saturate(150%) blur(5x);
	backdrop-filter: saturate(150%) blur(5px);
}

#cd-google-map .linksmaps ul{
	margin: 0!important;
	padding: 0!important;
}


#cd-google-map .linksmaps ul svg {
	position: relative;
	top:2px;
	width:28px;
	height: 28px;
	vertical-align: text-top;
	stroke-width: 1.5;
	fill: var(--white) !important;

}




.pageTitle {
	margin-top:95px;
	padding:84px 0 40px;
	position: relative;
	background-size: cover;
	top: 0px;
	z-index: 0;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
}

@media only screen and (max-width: 1286px) {
	.pageTitle {
		margin-top:0px;
		padding: 60px 0 30px;
	}


}


.pageTitle:before {
	left: 0;
	z-index: -1;
	top: 0;
	height: 100%;
	content: " ";
	position: absolute;
	width: 100%;
	/*background-color:rgba(155, 211, 174,.7);*/

	background: linear-gradient(221deg, var(--lbluergba3), var(--lbluergba6), var(--lbluergba3));
	background-size: 300% 300%;
	-webkit-animation: bg-gradient-animator 16s ease infinite;
	-moz-animation: bg-gradient-animator 16s ease infinite;
	-o-animation: bg-gradient-animator 16s ease infinite;
	animation: bg-gradient-animator 16s ease infinite;
}


@-webkit-keyframes bg-gradient-animator {
	0% {
		background-position: 96% 0%
	}
	50% {
		background-position: 5% 100%
	}
	100% {
		background-position: 96% 0%
	}
}

@-moz-keyframes bg-gradient-animator {
	0% {
		background-position: 96% 0%
	}
	50% {
		background-position: 5% 100%
	}
	100% {
		background-position: 96% 0%
	}
}

@-o-keyframes bg-gradient-animator {
	0% {
		background-position: 96% 0%
	}
	50% {
		background-position: 5% 100%
	}
	100% {
		background-position: 96% 0%
	}
}

@keyframes bg-gradient-animator {
	0% {
		background-position: 96% 0%
	}
	50% {
		background-position: 5% 100%
	}
	100% {
		background-position: 96% 0%
	}
}


.titlepageSite h1,
.titlepageSite h2,
.titlepageSite h3 {
	font-size: 24px;
	color: var(--white);
	margin-bottom: 25px;
	position: relative;
	z-index: 1;
	padding-left: 15px;
	text-transform: uppercase;
}

.titlepageSite h1 {
	font-size: 36px;
	line-height: 1.1
}


.titlepageSite h2 {
	font-size: 30px;
	line-height: 1.1
}


.titlepageSite h3 {
	font-size: 24px;
	line-height: 1.1
}


.titlepageSite h1::before,
.titlepageSite h2::before,
.titlepageSite h3::before {
	position: absolute;
	content: "";
	width: 0px;
	height: 100%;
	background: var(--dbluergba9);
	left: 0px;
	z-index: -1;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	overflow: hidden;
}




.titlepageItem h1,
.titlepageItem h2,
.titlepageItem h3 {
	font-size: 24px;
	color: var(--orange2);
	margin-bottom: 5px;
	position: relative;
	z-index: 1;
	padding-left:15px;
	text-transform: uppercase;
}



.titlepageItem h1{
	font-size:24px;
	line-height:1.1
}


.titlepageItem h2{
	font-size:30px;
	line-height:1.1
}


.titlepageItem h3{
	font-size:24px;
	line-height:1.1
}



.titlepageItem h1::before,
.titlepageItem h2::before,
.titlepageItem h3::before {
	position: absolute;
	content: "";
	width: 7px;
	height: 100%;
	background: var(--dblue2);
	left:0px;
	z-index: -1;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	overflow: hidden;
}




.sidebar-link {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	color: var(--white);
	background: var(--lblue2);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: none;
	padding: 7px 15px 6px 15px;
	position: relative;
	margin-bottom: 5px;
	display: block;
	width: 100%;
	z-index: 0;
	overflow: hidden;
}

.sidebar-link a {
	color: var(--white);
}


.sidebar-link span {
	font-weight: normal;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	font-size:16px;
	padding-left: 0px;
	position: relative;
	z-index: 2;
	display: block;
}


.sidebar-link:focus,
.sidebar-link:hover {
	color: var(--white);
	background: var(--lblue1);
}

.sidebar-link:focus span,
.sidebar-link:hover span {
	padding-left: 15px;
}



.sidebar-link:before {
	position: absolute;
	content: "";
	background-position: top center;
	background-repeat: no-repeat;
	background: url(../images/chevron-right.svg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	top: 50%;
	left: -25px;
	height: 24px;
	width:24px;
	color: var(--dblue2);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
	-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;
}

.sidebar-link:hover:before,
.sidebar-link:focus:before {
	opacity:.5;
	left: 5px;
}


.sidebar .popular-posts .post {
	position: relative;
	font-size: 14px;
	color: var(--gray3);
	padding: 0px 0px 30px 0px;
	padding-left: 75px;
	min-height: 70px;
	margin-bottom: 15px;
	border-bottom: 2px solid #ccc;
}

.sidebar .popular-posts .post:last-child {
	margin-bottom: 0px;
	border-bottom: 0px;
	min-height: auto;
}

.sidebar .popular-posts .post .post-thumb {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 65px;
	height: 65px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border:0px solid var(--lblue1);
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.sidebar .popular-posts .post:hover .post-thumb {
	opacity: 0.50;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-color: var(--lblue1) !important
}

.sidebar .popular-posts .post:hover .post-thumb a{
	position: absolute;
	top:0px;
	left: 0px;
	z-index: 2;
	width: 100%;
	height: 100%;
}


.sidebar .popular-posts .post .post-thumb img {
	visibility: hidden;
	display: none;
}


.sidebar .popular-posts .post h4 {
	position: relative;
	font-size: 1rem !important;
	margin: 0px 0px 5px 0px;
	font-weight: 600;
	color: var(--gray3);
	top: 5px;
}

.sidebar .popular-posts .post .post-info-date {

}

.sidebar .popular-posts .post .post-info-date svg {
	position: relative;
	top: 0px;
	width: 16px;
	height: 16px;
	vertical-align: text-top;
	stroke-width: 0;
	fill: var(--orange2) !important;
	transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.sidebar .popular-posts .post a:hover {
	color: var(--lblue1);
}

.sidebar .popular-posts .post h4 {
	line-height: 1.1rem !important;
}

.sidebar .popular-posts .post h4 a {
	color: var(--gray3);
	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-size: 16px !important;
	line-height: 18px !important;
}

.sidebar .popular-posts .post-info {
	font-size: 12px;
	color: var(--gray3);
}



.anim-pulse{
	animation: pulse 750ms infinite;
}


@-webkit-keyframes pulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.75);
	}
	70% {
		-webkit-box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
	}
}
@keyframes pulse {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.75);
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	70% {
		-moz-box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
		box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
	}
}






iframe{
	-webkit-border-radius: 5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow: 0px 10px 30px -5px var(--blackrgba3);
	-moz-box-shadow: 0px 10px 30px -5px var(--blackrgba3);
	box-shadow: 0px 10px 30px -5px var(--blackrgba3);
}


.bg-lblue-animation {
	background: linear-gradient(221deg, var(--lblue1), var(--lblue3), var(--lblue1));
	background-size: 300% 300%;
	-webkit-animation: bg-gradient-animator 16s ease infinite;
	-moz-animation: bg-gradient-animator 16s ease infinite;
	-o-animation: bg-gradient-animator 16s ease infinite;
	animation: bg-gradient-animator 16s ease infinite;
}

.btn-file {
	-webkit-border-radius: 7px !important;
	-moz-border-radius: 7px !important;
	border-radius:7px !important;
	padding: 12px 20px;
}





.box-img-hover {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 3px 15px 0px var(--blackrgba1);
	-moz-box-shadow: 0px 3px 15px 0px var(--blackrgba1);
	box-shadow: 0px 3px 15px 0px var(--blackrgba1);
	overflow: hidden;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.box-img-hover:hover {
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
	-webkit-box-shadow: 0px 15px 35px 0px var(--blackrgba2);
	-moz-box-shadow: 0px 15px 35px 0px var(--blackrgba2);
	box-shadow: 0px 15px 35px 0px var(--blackrgba2);
}


.img-hover img {
	border: 0px solid var(--lblue2) !important;
	-moz-transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	filter: grayscale(20%);
	-webkit-filter: grayscale(20%);
	cursor: pointer;
}

.img-hover img:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: var(--white) !important;
	opacity: 0;
	-moz-transition: all .6s ease;
	-webkit-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease;
}

.img-hover:hover img {
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-webkit-transform: scale(1.5) rotate(0deg);
	-moz-transform: scale(1.5) rotate(0deg);
	-o-transform: scale(1.5) rotate(0deg);
	-ms-transform: scale(1.5) rotate(0deg);
	transform: scale(1.5) rotate(0deg);
}

.img-hover span {
	display: block;
	overflow: hidden;
	position: relative;
}

.img-hover span:after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
	position: absolute;
	border: 0px solid transparent;
	background: var(--lbluergba5);
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.img-hover span i {
	left: calc(50% - 28px);
	top: calc(80% - 29px);
	font-size: 56px;
	position: absolute;
	z-index: 2 !important;
	color: var(--white);
	opacity: 0;
	height: 58px;
	width: 56px;
	line-height: 56px;
	padding: 0px;
	margin: 0px;
	-webkit-transition: all 1.0s ease 0.3s;
	-moz-transition: all 1.0s ease 0.3s;
	-o-transition: all 1.0s ease 0.3s;
	-ms-transition: all 1.0s ease 0.3s;
	transition: all 1.0s ease 0.3s;
}


.img-hover span svg {
	position: absolute;
	left: calc(50% - 24px);
	top: calc(-25% - 24px);
	width: 48px;
	height: 48px;
	stroke-width:0;
	fill:var(--white) !important;
	-webkit-transition: all 0.3s ease 0.3s;
	-moz-transition: all 0.3s ease 0.3s;
	-o-transition: all 0.3s ease 0.3s;
	-ms-transition: all 0.3s ease 0.3s;
	transition: all 0.3s ease 0.3s;
	z-index: 2 !important;
	opacity: 0;
}


.img-hover:hover span svg {
	top: calc(50% - 24px);
	opacity: 1;
}

.img-hover:hover span:after {
	opacity: 1.0;
	filter: alpha(opacity=100);
}

.img-hover img,
.img-hover img,
.img-hover span:after {
	transition: all 1.0s ease-in-out;
}








.box-img-hover-for {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 3px 15px 0px var(--blackrgba1);
	-moz-box-shadow: 0px 3px 15px 0px var(--blackrgba1);
	box-shadow: 0px 3px 15px 0px var(--blackrgba1);
	overflow: hidden;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	text-align:center;
	background: var(--white);
}

.box-img-hover-for:hover {
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
	-webkit-box-shadow: 0px 15px 35px 0px var(--blackrgba2);
	-moz-box-shadow: 0px 15px 35px 0px var(--blackrgba2);
	box-shadow: 0px 15px 35px 0px var(--blackrgba2);
}


.box-img-hover-for .lower-content{
	padding: 15px;
	background:var(--lblue2);
}
.box-img-hover-for .lower-content h3{
	font-size: 15px;
	margin:0px ;
	color: var(--white);

}


.box-img-hover-for img {
	width:75%;
	padding: 15px;
	border: 0px solid var(--lblue2) !important;
	-moz-transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	cursor: pointer;
	margin: auto !important;

}


.img-hover-for img {
	border: 0px solid var(--lblue2) !important;
	-moz-transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	filter: grayscale(20%);
	-webkit-filter: grayscale(20%);
	cursor: pointer;


}

.img-hover-for img:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: var(--white) !important;
	opacity: 0;
	-moz-transition: all .6s ease;
	-webkit-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease;
}

.img-hover-for:hover img {
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-webkit-transform: scale(1.1) rotate(0deg);
	-moz-transform: scale(1.1) rotate(0deg);
	-o-transform: scale(1.1) rotate(0deg);
	-ms-transform: scale(1.1) rotate(0deg);
	transform: scale(1.1) rotate(0deg);
}

.img-hover-for span {
	display: block;
	overflow: hidden;
	position: relative;
}

.img-hover-for span:after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
	position: absolute;
	border: 0px solid transparent;
	background: var(--lbluergba3);
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.img-hover-for span .icon {
	left: calc(50% - 23px);
	top: calc(80% - 23px);
	font-size: 56px;
	position: absolute;
	z-index: 2 !important;
	color: var(--white);
	opacity: 0;
	height: 46px;
	width: 46px;
	line-height: 46px;
	padding: 0px;
	margin: 0px;
	-webkit-transition: all 1.0s ease 0.3s;
	-moz-transition: all 1.0s ease 0.3s;
	-o-transition: all 1.0s ease 0.3s;
	-ms-transition: all 1.0s ease 0.3s;
	transition: all 1.0s ease 0.3s;
}

.img-hover-for:hover span .icon {
	top: calc(50% - 29px);
	opacity: 0.9;
}

.img-hover-for:hover span:after {
	opacity: 1.0;
	filter: alpha(opacity=100);
}

.img-hover-for img,
.img-hover-for img,
.img-hover-for span:after {
	transition: all 1.0s ease-in-out;
}






.cd-popup {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: var(--blackrgba7);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	transition: opacity 0.3s 0s, visibility 0s 0.3s;
	z-index: 9999
}

.cd-popup.is-visible {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0s;
	transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container {
	position: relative;
	width: 90%;
	max-width: 400px;
	margin: 4em auto;
	background: var(--white);
	border-radius: 0;
	text-align: center;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	-webkit-transform: translateY(-40px);
	-moz-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	-o-transform: translateY(-40px);
	transform: translateY(-40px);
	/* Force Hardware Acceleration in WebKit */
	-webkit-backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: 0px 5px 25px 0px var(--blackrgba2);
	-moz-box-shadow: 0px 5px 25px 0px var(--blackrgba2);
	box-shadow: 0px 5px 25px 0px var(--blackrgba2);
	overflow: hidden;
}

.cd-popup-container p {
	padding: 3em 1em;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0px;
	color: var(--gray3);
}

.cd-popup-container .cd-buttons:after {
	content: "";
	display: table;
	clear: both;
}

.cd-popup-container .cd-buttons li {
	float: left;
	width: 50%;
	list-style: none !important;

}

.cd-popup-container .cd-buttons a {
	display: block;
	height: 50px;
	line-height: 50px;
	text-transform: uppercase;
	color: var(--white);
	-webkit-transition: background-color 0.2s;
	-moz-transition: background-color 0.2s;
	transition: background-color 0.2s;
}

.cd-popup-container .cd-buttons li:first-child a {
	background: var(--lblue2);

}

.cd-popup-container .cd-buttons li:first-child a:hover,
.no-touch .cd-popup-container .cd-buttons li:first-child a:hover {
	background-color: var(--lblue1) !important;
	color: var(--white) !important;
}

.cd-popup-container .cd-buttons li:last-child a {
	background: var(--dblue2);

}

.cd-popup-container .cd-buttons li:last-child a:hover,
.no-touch .cd-popup-container .cd-buttons li:last-child a:hover {
	background-color: var(--dblue1) !important;
	color: var(--white) !important;
}


.cd-popup-container .cd-popup-close {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 38px;
	height: 38px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}



@media only screen and (min-width: 1170px) {
	.cd-popup-container {
		margin: 8em auto;
	}
}

.transparent50 {
	opacity: 0.5;
	filter: alpha(opacity=50); /* For IE8 and earlier */
}

.table-hover tbody tr {
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}


.shopping-cart .dellcadlist {
	opacity: 1;
	color: var(--red) !important;
	font-size: 24px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding: 5px 10px;
	background: var(--cccccc);
	text-align: center;
}

.shopping-cart .dellcadlist:hover {
	color: var(--white) !important;
	background: var(--red);
}


/*Quantity Field Form*/
.shopping-cart .quantity-button {
	color: var(--gray3);
	width: 38px;
	height: 40px;
	padding: 5px;
	border: none;
	outline: none;
	cursor: pointer;
	font-size: 18px;
	background: var(--f4f4f4);
	text-align: center;
	font-weight: normal;
	white-space: nowrap;
	display: inline-block;
	background-image: none;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.shopping-cart .quantity-field {
	width: 60px;
	height: 40px;
	outline: none;
	margin: 0px;
	font-size: 18px;
	text-align: center;
	padding: 5px;
	display: inline-block;
	border: 0px solid #ccc;
	color: var(--gray3);
	font-weight: bold;
	background: var(--f4f4f4);
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}


.valido {
	border: 3px solid #1ec01e !important;
}

.invalido {
	border: 3px solid #c00 !important;
}




.quantity-button svg {
	position: relative;
	top: 0px;
	width: 24px;
	height: 24px;
	vertical-align: text-top;
	stroke-width:0;
	fill:var(--orange2) !important;
	transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}


.dellcadlist svg {
	position: relative;
	top:3px;
	width: 22px;
	height: 22px;
	vertical-align: text-top;
	stroke-width:0;
	fill:var(--orange2) !important;
	transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.dellcadlist:hover svg {
	fill:var(--white) !important;
}






.linkRadio {
	background: var(--f4f4f4);
	border: 3px solid var(--cccccc);
	-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;
	padding:0px 0px 0px 25px ;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
	-ms-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: 0px 5px 25px 0px var(--blackrgba1);
	-moz-box-shadow: 0px 5px 25px 0px var(--blackrgba1);
	box-shadow: 0px 5px 25px 0px var(--blackrgba1);
}

.linkRadio label{
	padding: 10px 30px 10px 5px;
}
.colorEmail{
	background: var(--dblue2);
	border-color:var(--dblue2);
	color:var(--white) !important;
}
.colorWhatsapp {
	background: var(--Whats1);
	border-color:var(--Whats1);
	color: var(--white) !important;
}
.colorEmail label,
.colorWhatsapp label {
	color: var(--white) !important;
}


.linkRadio svg {
	position: relative;
	top:-1px;
	left: 3px;
	width: 18px;
	height: 18px;
	vertical-align: text-top;
	stroke-width:0;
	fill:var(--orange2) !important;
	transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}




input[type='radio']:after {
	width: 17px;
	height: 17px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	top: -4px;
	left: -3px;
	position: relative;
	background-color:var(--gray3);
	content: '';
	display: inline-block;
	visibility: visible;
	border: 2px solid var(--gray3);
	-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;
}

input[type='radio']:checked:after {
	background: var(--white);
	border-color:var(--white);
}






.shop-item{
	position: relative;
	-webkit-box-shadow: 0px 0px 25px 0px var(--blackrgba1);
	-moz-box-shadow: 0px 0px 25px 0px var(--blackrgba1);
	box-shadow: 0px 0px 25px 0px var(--blackrgba1);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.shop-item:hover,
.shop-item:focus{
	-webkit-box-shadow: 0px 10px 35px -5px var(--blackrgba2);
	-moz-box-shadow: 0px 10px 35px -5px var(--blackrgba2);
	box-shadow: 0px 10px 35px -5px var(--blackrgba2);
}



.shop-item .inner-box{
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.shop-item:hover .inner-box{
	/*-webkit-box-shadow: 0px 0px 25px 0px var(--blackrgba2);
    -moz-box-shadow: 0px 0px 25px 0px var(--blackrgba2);
    box-shadow: 0px 0px 25px 0px var(--blackrgba2);*/
}



.shop-item .inner-box .image-box{
	position: relative;
	display: block;
	overflow: hidden;

	/*-webkit-box-shadow: 0px 3px 20px 0px  var(--blackrgba1);
    -moz-box-shadow: 0px 3px 20px 0px  var(--blackrgba1);
    box-shadow: 0px 3px 20px 0px  var(--blackrgba1);*/
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.shop-item .inner-box:focus .image-box,
.shop-item .inner-box:hover .image-box {
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	transform: translateY(-5px);

	/*-webkit-box-shadow: 0px 10px 30px -5px var(--blackrgba3);
    -moz-box-shadow: 0px 10px 30px -5px var(--blackrgba3);
    box-shadow: 0px 10px 30px -5px var(--blackrgba3);*/
}


.shop-item .inner-box .image-box img{
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
	width: 100%;
}
.shop-item .inner-box:focus .image-box img,
.shop-item .inner-box:hover .image-box img{
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.shop-item .inner-box .detail {
	position: absolute;
	top:0px;
	opacity:0;
	left: 15px;
	width: 150px;
	height:36px;
	display: flex;
	font-size:12px;
	justify-content: center;
	align-items: center;
	-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;
	text-align:center;
	z-index:10;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius:3px;
	background:var(--lblue3);
	color:var(--white);
}

.shop-item .inner-box .detail span{
	position:relative;
	top:0px;
	padding-left:7px;
}


.shop-item .inner-box:focus .detail,
.shop-item .inner-box:hover .detail {
	opacity: 1;
	top: 20px;
}

.detail:focus,
.detail:hover {
	background:var(--dblue2) !important;
}

.shop-item .inner-box .detail svg {
	position: relative;
	top: 0px;
	width:16px;
	height:16px;
	vertical-align: text-top;
	stroke-width:0;
	fill:var(--white) !important;
	transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.btn-detail-read {
	color: var(--white);
	text-align:center;
	font-size:12px;
}
.btn-detail-read:hover,
.btn-detail-read:focus {
	color: var(--white);
}









.shop-item .inner-box .image{
	position: relative;
	margin-bottom: 0;
}

.shop-item .inner-box .image img{
	display: block;
	width: 100%;
}



.shop-item .lower-content{
	position: relative;
	padding:15px 20px 25px;
	z-index: 0;
	-webkit-backdrop-filter: saturate(150%) blur(5x);
	backdrop-filter: saturate(150%) blur(5px);
	background-color: var(--whitergba7)!important;
	margin: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.shop-item:hover .lower-content{
	margin-top: -80px;
	padding-bottom: 80px;
}




.shop-item .lower-content .name{
	font-size: 15px;
	line-height: 1.1;
	color: var(--black);
	font-weight: 600;
	margin: 8px 0 3px;
}

.shop-item .lower-content .name a{
	color:var(--orange2);
}

.shop-item:hover .lower-content .name a{
	color: var(--lblue2);
}




.shop-item .lower-content .add-to-cart{
	position: absolute;
	display: block;
	width: calc(100% - 40px);
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: block;
	font-size: 15px;
	font-weight: 600;
	border-radius: 7px;
	bottom:0px;
	opacity:0;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
}

.shop-item .lower-content .add-to-cart span{
	margin-right: 10px;
}

.shop-item .lower-content .add-to-cart:hover{
	color: var(--white);
}

.shop-item:hover .add-to-cart{
	opacity: 1;
	bottom:25px;
	-webkit-transition: all 0.3s ease, opacity 0.3s linear 0.15s, bottom 0.3s ease 0.15s;
	transition: all 0.3s ease, opacity 0.3s linear 0.15s, bottom 0.3s ease 0.15s;
}



.shop-item .lower-content .icon-item{
	display: block;
	margin: auto;
	height:50px;
	width:50px;
	text-align: center;
	position: absolute;
	padding:10px;
	right: 15px;
	top:-25px;
	background:var(--lblue2);
	-webkit-box-shadow: 0px 5px 25px 0px var(--blackrgba1);
	-moz-box-shadow: 0px 5px 25px 0px var(--blackrgba1);
	box-shadow: 0px 5px 25px 0px var(--blackrgba1);
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.shop-item .lower-content .icon-item img{
	width: 100%;
	filter: invert(1);
}



.content-link-list {
	margin: 0;
	width: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 5px;
}

.content-link-list li {
	padding-left: 0;
	display: flex;
	justify-content: space-between;
	flex: 0 0 calc(33.33% - 10px);
	transition: all 500ms ease;
	margin: 3px 0px 7px;
	color: var(--orange2);
	font-size: 16px;
	position: relative;
	transition: all 500ms ease;
	width: 100%;
	font-weight: 500;

}

@media only screen and (max-width: 1001px) {

	.content-link-list li {
		flex: 0 0 calc(50% - 10px);
	}

}
@media only screen and (max-width: 595px) {

	.content-link-list li {
		flex: 0 0 100%;
	}

}

.content-link-list li:hover {
	padding-left:7px;
}

.content-link-list li::after {
	content: '';
	position: absolute;
	bottom: -3px;
	left: 0;
	width:0px;
	height: 3px;
	background-color: var(--dblue1);
	opacity: 0;
	/* transform: scale(0, 1);
     transform-origin: left;*/
	-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;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.content-link-list li:hover::after {
	opacity: 1;
	background-color: var(--dblue1);
	width: 100%;
}


.content-link-list li::before {
	content: '';
	position: absolute;
	bottom: -3px;
	left: 0;
	width:3px;
	height: 3px;
	background-color: var(--blackrgba1);
	/* transform: scale(0, 1);
     transform-origin: left;*/
	-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;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.product-in-table h3{
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	text-transform: uppercase;
}







.product-description-list {
	width: 100%;
	display: block;
	margin: auto;
	padding: 0px;
	list-style: none;
}

.product-description-list .item {
	margin-top: 5px;
	margin-bottom: 5px;
}

.product-description-list li {
	list-style-position: inside;
	margin-bottom: 5px;
	padding: 10px 10px 10px 10px;
	border-bottom: 1px solid var(--f4f4f4);
	font-size: 16px;
}

.product-description-list li span {
	text-align: right;
	float: right;
	font-weight: bold
}




#product-detail .view-gallery {
	position: absolute;
	height: 50px;
	width: 50px;
	right: 15px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	bottom: 0px;
	text-align: center;
	font-size: 24px;
	z-index: 50;
	line-height: 50px;
	border: 2px solid var(--blackrgba1);
	background: var(--whitergba6);
	-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;
}

#product-detail .view-gallery:hover {
	border: 2px solid var(--blackrgba2);
	background: var(--f4f4f4);
}






#product-detail .img-box-client {
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
}

#product-detail .swiper {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
/*
.swiperProducts {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 550px !important;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;

}

@media only screen and (max-width: 900px) {
    .swiperProducts {
        height: 500px !important;

    }
}
@media only screen and (max-width: 767px) {
    .swiperProducts {
        height: 450px !important;

    }
}
*/

#product-detail .swiper-slide {
	background-position: center;
	background-size: cover;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	overflow: hidden;
	padding: 0px;
}

#product-detail .swiper-slide .itembig img {
	opacity: 0;
	visibility: hidden;
	display: none;
}


#product-detail .swiper-slide img {
	display: block;
	width: 100%;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}


#product-detail .swiper-button-next,
#product-detail .swiper-button-prev {
	color: var(--lblue2);
	-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;
	padding: 15px !important;
	height: 48px;
	width: 48px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background: var(--white)
}

#product-detail .swiper-button-next:after,
#product-detail .swiper-button-prev:after {
	font-size: 28px;
}

#product-detail .swiper-button-next:hover,
#product-detail .swiper-button-prev:hover {
	color: var(--dblue2);
}


#product-detail .view-gallery {
	position: absolute;
	height: 50px;
	width: 50px;
	right: 15px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	bottom: 0px;
	text-align: center;
	font-size: 24px;
	z-index: 5;
	line-height: 50px;
	border: 2px solid var(--blackrgba2);
	background: var(--white);
	-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;
}

#product-detail .view-gallery:hover {
	border: 2px solid var(--blackrgba3);
	background: var(--f4f4f4);
}


#product-detail .thumbProducts {
	height: 125px !important;
	box-sizing: border-box;
	padding: 10px 0;
}

#product-detail .thumbProducts .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.5;
	-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;
	cursor: pointer;
}

#product-detail .thumbProducts .swiper-slide-thumb-active {
	opacity: 1;
}



#product-detail .swiper-pagination {
	padding:15px 0px 10px 0px;

}

#product-detail .swiper-pagination-bullet {
	width:12px;
	height:12px;
	display: inline-block;
	border-radius: 100%;
	background: var(--black);
	opacity: .3;
	margin: 0 3px;
	transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);

}

#product-detail .swiper-pagination-bullet-active{
	background: var(--lblue2);
	opacity: 1;
}




/*
#product-detail .swiper-container-horizontal > .swiper-pagination-bullets,
#product-detail .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -30px;
    left: 0;
    width: 100%;
}
*/

.link-image-large {
	position: absolute;
	top: 30px;
	right: 30px;
	-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;
	font-size: 14px;
	font-weight: bold;
	color: var(--white) !important;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding: 5px 15px;
	cursor: pointer;
	background: var(--dblue2);
}

.link-image-large a {
	font-size: 14px;
	color: var(--white) !important;
}


.link-image-large:focus,
.link-image-large:hover {
	background: var(--lblue3);
}

.link-image-large svg {
	position: relative;
	top: 0px;
	width: 18px;
	height: 18px;
	vertical-align: text-top;
	stroke-width:0;
	fill:var(--white) !important;
	transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}



.product-add-box {
	position: relative;
	display: block;
}

.product-add-box .form-control {
	border: 0px;
	padding-right: 190px;
	font-size: 16px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;

}

.product-add-box .button {
	font-family: var(--theme-font);
	font-size: 16px;
	line-height: 1.1;
	font-weight: 700;
	padding: 12px 40px;
	text-align: center;
	text-transform: uppercase;
	color: var(--white);
	border: 2px solid var(--lblue2);
	background-color: var(--lblue2);
	box-sizing: border-box;
	-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;
	-webkit-border-radius: 0px;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-moz-border-radius: 0px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-bottomright: 7px;
	border-radius: 0px;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
	-moz-transform: skew(-10deg, 0deg);
	-webkit-transform: skew(-10deg, 0deg);
	-o-transform: skew(-10deg, 0deg);
	-ms-transform: skew(-10deg, 0deg);
	transform: skew(-10deg, 0deg);
}


.product-add-box .button:hover,
.product-add-box .button:focus {
	background-color: var(--dblue2);
	border-color: var(--dblue2);
	color: var(--white);
}


.product-add-box .form-control::-webkit-input-placeholder {
	opacity: 0.6;
	color: var(--gray3);
}

.product-add-box .form-control::-moz-placeholder {
	opacity: 0.6;
	color: var(--gray3);
}

.product-add-box .form-control:-ms-input-placeholder {
	opacity: 0.6;
	color: var(--gray3);
}


.product-add-box .form-control::-webkit-input-placeholder {
	opacity: 0.6;
	color: var(--gray3);
}

.product-add-box .form-control::-moz-placeholder {
	opacity: 0.6;
	color: var(--gray3);
}

.product-add-box .form-control:-ms-input-placeholder {
	opacity: 0.6;
	color: var(--gray3);
}



.btn-whatsapp-prod {
	font-family:var(--theme-font);
	font-size: 16px;
	line-height: 1.4;
	font-weight: bold;
	padding: 12px 40px;
	text-align: center;
	text-transform: uppercase;

	box-sizing: border-box;
	transition: all 0.4s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: var(--white);
	border: 2px solid var(--Whats1);
	background-color: var(--Whats1);
	-webkit-box-shadow: 0px 15px 18px -10px var(--Whatsrgba2);
	-moz-box-shadow: 0px 15px 18px -10px var(--Whatsrgba2);
	box-shadow: 0px 15px 18px -10px var(--Whatsrgba2);
	animation: pulsew 1s infinite;
}

.btn-whatsapp-prod:hover,
.btn-whatsapp-prod:focus {
	-webkit-transform: translateY(-7px);
	-moz-transform: translateY(-7px);
	-ms-transform: translateY(-7px);
	-o-transform: translateY(-7px);
	transform: translateY(-7px);
	background-color: var(--Whats2);
	border-color: var(--Whats2);
	color: var(--white);
	-webkit-box-shadow: 0px 20px 18px -6px var(--Whatsrgba);
	-moz-box-shadow: 0px 20px 18px -6px var(--Whatsrgba);
	box-shadow: 0px 20px 18px -6px var(--Whatsrgba);
}


.btn-whatsapp-prod svg {
	position: relative;
	top: -2px;
	left: -5px;
	width: 24px;
	height: 24px;
	vertical-align: text-top;
	stroke-width:0;
	fill:var(--white);
	transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}




@-webkit-keyframes pulsew {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	70% {
		-webkit-box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
	}
}
@keyframes pulsew {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	70% {
		-moz-box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
		box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
	}
}
.content_post a{
	font-weight:bold !important;
	color:var(--lblue2) !important;
}


iframe,
.video-frame{
	width: 100%;
	padding:0px;
	overflow: hidden;
	margin: 0;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: 0px 15px 35px 0px var(--blackrgba2);
	-moz-box-shadow: 0px 15px 35px 0px var(--blackrgba2);
	box-shadow: 0px 15px 35px 0px var(--blackrgba2);
}



.item-brand {
	/*display:flex;
	flex-wrap:wrap;*/

	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 2000px;
	justify-content: flex-start;
	align-items: stretch;
}
.item-img {
	background:var(--white);
	margin:0px 15px 15px 0px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius:7px;
	-webkit-box-shadow: 0px 5px 25px 0px var(--blackrgba1);
	-moz-box-shadow: 0px 5px 25px 0px var(--blackrgba1);
	box-shadow: 0px 5px 25px 0px var(--blackrgba1);
	padding:15px;
	width: 160px;
	/*flex: 1 0 160px;*/
}
































