: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: #fc2600;
	--lblue2: #e42300;
	--lblue3: #c91e00;
	/*--lblue3: #204180;*/
	--lbluergba0: rgba(228,35,0,0.0);
	--lbluergba1: rgba(228,35,0,0.1);
	--lbluergba2: rgba(228,35,0,0.2);
	--lbluergba3: rgba(228,35,0,0.3);
	--lbluergba4: rgba(228,35,0,0.4);
	--lbluergba5: rgba(228,35,0,0.5);
	--lbluergba6: rgba(228,35,0,0.6);
	--lbluergba7: rgba(228,35,0,0.7);
	--lbluergba8: rgba(228,35,0,0.8);
	--lbluergba9: rgba(228,35,0,0.9);
	--lbluergba10: rgba(228,35,0,1.0);

	/* DARK BLUE */
	--dblue1: #2c2c2c;
	--dblue2: #808080;
	--dblue3: #000000;
	--dbluergba0: rgba(35,31,32,0.0);
	--dbluergba1: rgba(35,31,32,0.1);
	--dbluergba2: rgba(35,31,32,0.2);
	--dbluergba3: rgba(35,31,32,0.3);
	--dbluergba4: rgba(35,31,32,0.4);
	--dbluergba5: rgba(35,31,32,0.5);
	--dbluergba6: rgba(35,31,32,0.6);
	--dbluergba7: rgba(35,31,32,0.7);
	--dbluergba8: rgba(35,31,32,0.8);
	--dbluergba9: rgba(35,31,32,0.9);
	--dbluergba10: rgba(35,31,32,1.0);



    /* SUPPORT BLUE */
    --sblue2: #022a50;
    --sbluergba10: rgba(2, 42, 80, 1.0);
    --syellow2: #fc0;
    --sred2: #e93f33;
    --sysblue: #007bff;
    --sysblue2: #0c4bc6;
    --developer: #cc0000;


	/* ORANGE */
	--orange1: #2a2a2a;
	--orange2: #0b0b0b;
	--orange3: #000000;
	--orangergba0: rgba(11,11,11,0.0);
	--orangergba1: rgba(11,11,11,0.1);
	--orangergba2: rgba(11,11,11,0.2);
	--orangergba3: rgba(11,11,11,0.3);
	--orangergba4: rgba(11,11,11,0.4);
	--orangergba5: rgba(11,11,11,0.5);
	--orangergba6: rgba(11,11,11,0.6);
	--orangergba7: rgba(11,11,11,0.7);
	--orangergba8: rgba(11,11,11,0.8);
	--orangergba9: rgba(11,11,11,0.9);
	--orangergba10: rgba(11,11,11,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;
    --blacktheme: #0a0a0d;


    --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: "Manrope", sans-serif;
	--heading-font: "Manrope", sans-serif;
	--special-font: "Manrope", sans-serif;


}


body {
    font-family: var(--theme-font);
    min-height: 100vh;
    overflow-x: hidden;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    background: var(--white);
    color: var(--gray3);

}

html {
    position: relative;
    height: 100%;
    background: var(--white);
}


::selection {
    background-color: var(--lblue2);
    color: var(--black);
}

-webkit-::selection {
    background-color: var(--lblue2);
    color: var(--black);
}

::-moz-selection {
    background-color: var(--lblue2);
    color: var(--black);
}


::-webkit-scrollbar {
    padding-right: 4px;
    width: 15px;
    background: var(--gray1);
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: var(--lblue2);
    border: 5px solid var(--gray1);
}


.font-sora {
    font-family: var(--theme-font)!important;
}

.auto-container {
    position: static;
    width: 100%;
    max-width: 1400px;
    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;
}


#particles-js {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 0;
}


.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%;
    color: var(--gray3);
    overflow-x: hidden;
    position: relative;
}

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 {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 15px;
    color: var(--gray1);
}

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(--orange2);
    text-decoration: none !important;
}

a:active {
    color: var(--orange2);
    text-decoration: none !important;
}


a, button, input {
    outline: medium none !important;
    color: var(--orange2);
}


.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(--lblue2);
    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: 40px;
    font-style: normal;
    font-weight: bold;
    line-height: 1.1;
}

h2 {
    font-size: 36px;
    font-style: normal;
    font-weight: bold;
    line-height: 1.1;
}

h3 {
    font-size: 32px;
    font-style: normal;
    font-weight: bold;
    line-height: 1.1;
}

h4 {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.1;
}

h5 {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.1;
}

h6 {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.1;
}

.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
}

.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(--whitergba7);
    -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 .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;
}

#bottom-bar-info svg {
    position: relative;
    left: 0px;
    top: 3px;
    width: 24px;
    height: 24px;
    vertical-align: text-top;
    stroke-width: 1.5;
    stroke-width: 1.5;
    color: var(--white);
    fill: var(--white);

}

.filltransparent svg {
    fill: transparent !important;
}

#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;
    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 {
    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.6s ease-out 0s;
    -moz-transition: all 0.6s ease-out 0s;
    -ms-transition: all 0.6s ease-out 0s;
    -o-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s;
    font-size: 28px;

    -webkit-box-shadow: 0px 10px 15px 0px var(--blackrgba3);
    -moz-box-shadow: 0px 10px 15px 0px var(--blackrgba3);
    box-shadow: 0px 10px 15px 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 span {
    position: relative;
    z-index: 2
}


.btnRightFooter svg {
    position: relative;
    left: 0px;
    top: 3px;
    width: 28px;
    height: 28px;
    vertical-align: text-top;
    stroke-width: 1.5;
    color: var(--white);
    fill: var(--white);
}


.whatsappFooter {
    bottom: 115px;
    color: var(--white);
    background: var(--Whats2);
    -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,
.whatsappFooter:hover {
    background: var(--Whats2);
}

.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(--Whats1);
}


.phoneFooter {
    bottom: 60px;
    color: var(--white);
    background: var(--dblue2);
    -webkit-box-shadow: 0px 10px 15px 0px var(--lbluergba5);
    -moz-box-shadow: 0px 10px 15px 0px var(--lbluergba5);
    box-shadow: 0px 10px 15px 0px var(--lbluergba5);
}

.phoneFooter:focus,
.phoneFooter:hover {
    background: var(--lblue3);
}

.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: 115px;
    color: var(--white);
    background: var(--dblue2);
    -webkit-box-shadow: 0px 10px 15px 0px var(--lbluergba5);
    -moz-box-shadow: 0px 10px 15px 0px var(--lbluergba5);
    box-shadow: 0px 10px 15px 0px var(--lbluergba5);
}

.emailFooter:focus,
.emailFooter:hover {
    background: var(--lblue3);
}

.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: 165px;
    color: var(--white);
    background: var(--dblue2);
    -webkit-box-shadow: 0px 10px 15px 0px var(--lbluergba5);
    -moz-box-shadow: 0px 10px 15px 0px var(--lbluergba5);
    box-shadow: 0px 10px 15px 0px var(--lbluergba5);
}

.mapsFooter:focus,
.mapsFooter:hover {
    background: var(--lblue3);
}

.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: 215px;
    color: var(--white);
    background: var(--dblue2);
    -webkit-box-shadow: 0px 10px 15px 0px var(--lbluergba5);
    -moz-box-shadow: 0px 10px 15px 0px var(--lbluergba5);
    box-shadow: 0px 10px 15px 0px var(--lbluergba5);
}

.wazeFooter:focus,
.wazeFooter:hover {
    background: var(--lblue3);
}

.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(--blackrgba5);
    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 svg {
    position: relative;
    top: -2px;
    width: 26px;
    height: 26px;
    vertical-align: text-top;
    stroke-width: 1.5;
    fill: 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 {
    padding: 10px 15px !important;
    font-weight: bold !important;
    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;
    text-align: left !important;
    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);
    border: 0px !important;
}

.btn-theme-tre:focus,
.btn-theme-tre:hover,
.btn-theme-two:focus,
.btn-theme-two:hover,
.btn-theme:focus,
.btn-theme:hover {
    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);
}

.btn-theme svg {
    position: relative;
    top: 0px;
    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);
}


.btn-theme-two {
    background-size: 300% auto;
    background-image: linear-gradient(to right, var(--lblue1) 0%, var(--lblue3) 50%, var(--lblue1) 100%);
}

.btn-theme-tre {
    background-size: 300% auto;
    background-image: linear-gradient(to right, var(--lblue1) 0%, var(--lblue3) 50%, var(--lblue1) 100%);
}

.btn-theme-two small {
    text-align: left;
    position: relative;
    left: 25px;
    margin: 0px;
    padding: 0px;
    display: block;
    font-weight: bold;
    color: var(--white);

}

.btn-theme-two strong {
    text-align: left;
    position: relative;
    left: 25px;
    top: 0px;

    margin: 0px;
    padding: 0px;
    display: block;
    color: var(--white);
}

.btn-theme-two 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);
}


.button-modal {
    width: 50px;
    height: 50px;
    background: var(--lblue2);
    top: -10px;
    right: -10px;
    position: absolute;
    display: block;
    text-indent: -9999px;
    cursor: pointer;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
    z-index: 9999999999999 !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: 3px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius: 3px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-radius: 3px;
    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: 18px;
    line-height: 1.1;
    margin-bottom: 10px;
    font-weight: 600;
color: var(--black);
}

.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);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.modal-footer p {
    font-size: 12px;
    margin: 0px;
}
.modal-body {
    padding: 0.5rem;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: var(--white);
}

.modal-footer {
    border-top: 0px solid var(--white);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: var(--white);
}

@media (max-width: 767px) {
    .modal-content p {
        font-size: 14px;
        line-height:1.1;
    }
}

.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);
}

.form-control select,
.form-control {
    display: block;
    padding: 12px 15px 12px 15px !important;
    font-size: 16px;
    color: var(--black);
    height: 50px;
    background-color: var(--cccccc);
    outline: none !important;
    background-clip: padding-box;
    border: 0px solid var(--cccccc) !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -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;
}

.form-control select option {
    background-color: var(--cccccc);
    color: var(--black);
}


.form-control:focus,
.form-control:hover {
    color: var(--black);
    background-color: var(--f4f4f4);
    border-color: var(--f4f4f4);
    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);
}

textarea {
    resize: none;
}


#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(--gray3) !important;
    opacity: 1;
}

:-ms-input-placeholder {
    color: var(--gray3) !important;
}

::-ms-input-placeholder {
    color: var(--gray3) !important;
}


.modal-backdrop {
    background: var(--orange3) !important;
}

.modal-backdrop.fade,
.modal-backdrop.show {
    opacity: 0.7 !important;
}


/* 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: 120px;
    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 svg {
    position: relative;
    left:5px;
    top:9px;
    width: 26px;
    height: 26px;
    vertical-align: text-top;
    stroke-width: 1.5;
    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(--lblue3);
    background: -moz-linear-gradient(-45deg, var(--lblue1) 0%, var(--lblue3) 82%);
    background: -webkit-linear-gradient(-45deg, var(--lblue1) 0%, var(--lblue3) 82%);
    background: linear-gradient(135deg, var(--lblue1) 0%, var(--lblue3) 82%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--lblue1)', endColorstr='var(--lblue3)', 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(--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: 8px;
    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(--gray1);
    padding: 0 20px;
    -webkit-box-shadow: 0px 10px 15px 0px var(--blackrgba3);
    -moz-box-shadow: 0px 10px 15px 0px var(--blackrgba3);
    box-shadow: 0px 10px 15px 0px var(--blackrgba3);
}

.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;
}


.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");
}


.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 50px;
    height: 50px;
}


.topright-modal {
    top: 0px;
    right: 0px;
}


.modal-body h2 {
    font-size: 24px;
    margin: 15px 0px;
    color: var(--lblue2);
}

.modal-body h3 {
    font-size: 18px;
    margin: 15px 0px;
    color: var(--lblue2);
}

.modal-body a {
    font-weight: bold;
    color: var(--lblue2);
}

.modal-body li {
    font-weight: normal;
    margin: 0px 0px 3px 0px;
}


.lazy {
    opacity: 0;
    transition: opacity 0.5s ease-in;
}

img:not(.lazy) {
    opacity: 1;
}




.main-header {
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: auto;
    z-index: 99;

    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);

    background: linear-gradient(to bottom, var(--dblue3) 0%, var(--dblue1) 100%);
    background: var(--white);
    

}


.header-span {
    height: 120px;
}

.main-header .header-top {
    padding: 0px 0px;
    position: relative;
    border-bottom: 0px solid var(--blackrgba1);
    background: var(--white);

}


.main-header .header-top .inner-container {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1400px;
    padding: 0px 15px;
    margin: 0 auto;
}



.main-header .main-box {
    position: relative;
    display: block;
    padding:0px 30px;
    z-index: 999;
}

.main-header .nav-outer {
    position: static;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.main-header .logo {
    position: relative;
    top: 0px;
    z-index: 15;
}

.main-header .logo .logo-inner {
    position: relative;
    width: 220px;
    /*height: 84px;*/
    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 {
    width: 180px;
}

.main-header .fixed-header .logo {
    /*background: var(--white);*/

}

.main-header .fixed-header .logo img {
    width: 100% !important;
}

.main-header .logo img {
    width: 100% !important;

    padding: 0px 0px 0px 0px;
}


.main-header .menu-box {
    position: static;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-menu {
    /*position: static;*/

    -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;
    /*padding-left: 200px;*/
}

.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: bold;
    color: var(--dblue2);
    padding: 33px 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(--lblue2) !important;
}

.mobile-menu .activeProducts {
    color: var(--lblue2) !important;
}


.main-menu .navigation > li > a:active,
.main-menu .navigation > li > a:focus,
.main-menu .navigation > li > a:hover {
    color: var(--white);
}
.main-menu .navigation > li > a:active,
.main-menu .navigation > li > a:focus{
    color: var(--dblue2);
}



.main-menu .navigation > li > a:before {
    content: "";
    position: absolute;
    left: 0;
    top: -30px;
    height:6px;
    width: 100%;
    z-index: 3;
    right: 0;
    margin: 0 auto;
    opacity:0;
    background:var(--lblue2);
    -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(--lblue2);
    color:var(--white);
    top:7px;
    opacity:1;
    height:calc(100% - 14px);
}


.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;
}

.main-menu .navigation > li > a > span {
    position: relative;
    display: block;
    z-index:3;
    -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 > ul {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: var(--white);
    /*-webkit-border-radius: 5px;
        -moz-border-radius: 5px;
    border-radius: 5px;*/
    -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: 320px;
    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(--lblue2);
    padding: 10px 0;
    white-space: nowrap;
    -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);
}

.main-menu .navigation > li > ul > li > a:focus,
.main-menu .navigation > li > ul > li > a:hover {
    color: var(--dblue2) !important;
    padding-left: 15px;
}

.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: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 17px 30px;
    z-index: 1;
    min-width: 150px;
    margin-top: -10px;
    margin-left: 30px;
    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: 10px 0;
    z-index: 1;
    font-weight: bold;
    font-size: 15px;
    line-height: 28px;
    color: var(--lblue2);
    white-space: nowrap;
    text-transform: capitalize;
    -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 > 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;
    font-family: "Material Design Icons";
    content: "\F142";
    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 .outer-box {
    position: relative;
    /*margin-left: -140px;*/
}

.main-header .search-box {
    position: relative;
}

.main-header .search-box .search-btn {
    position: relative;
    z-index: 1;
    font-size: 28px;
    color: var(--white);
    cursor: pointer;
    height: 50px;
    width: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: var(--lblue2);
    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(--dblue2);
}

.main-header .search-box .search-btn i {
    position: relative;
    top: 2px;
    font-size: 28px;
    color: 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(--lblue2);
    padding: 7px 0;
    margin-bottom: 1px;
    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;
}

.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(--dblue2);
    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 .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    padding: 5px 5px 5px 5px;
    width: auto;
    background: var(--dblue2);
    color: var(--white);
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;


}


.main-header .cart-btn i {
    position: relative;
    /*display: block;*/
    z-index: 1;
    font-size: 24px;
    text-align: center;
    border: 0;
    color: var(--white);
    overflow: hidden;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.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(--lblue3);
    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;


}

/***

	====================================================================
	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: linear-gradient(to bottom, var(--dblue3) 0%, var(--dblue1) 100%);
    background: var(--white);
}


.fixed-header .sticky-header {
    opacity: 1;
    z-index: 99;
    visibility: visible;
}

.sticky-header .search-box .search-btn,
.sticky-header .service_wrapper h4,
.sticky-header .service_wrapper p,
.sticky-header .main-menu .navigation > li.dropdown > a:after,
.sticky-header .main-menu .navigation > li > a {
    padding: 24px 10px;
}

.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: relative;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    height: 60px;
    width: 240px;
    z-index: 9;
    padding: 0px;
}


.mobile-header .logo img {
    width: 100% !important;
    padding: 0px;
}


.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: 12px 15px;
    opacity: 0;
    visibility: hidden;
    background: linear-gradient(to bottom, var(--dblue3) 0%, var(--dblue1) 100%);
    background: var(--white);
    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 .logo {
    position: relative;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    height: 50px;
    width: 220px;
    z-index: 9;
    padding: 0px;
}

.mobile-sticky-header .logo img {
    width: 100% !important;
    padding: 0px;

}

.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: linear-gradient(to bottom, var(--dblue1) 0%, var(--dblue3) 100%);
    background: 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;

}

.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: 16px;
    line-height: 20px;
    color: var(--black);
    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: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: 15px;
    color: var(--lblue2);
}

.mobile-menu .navigation li li > a:focus,
.mobile-menu .navigation li li > a:hover {
    color: var(--dblue2);
    padding-left: 0px;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 5px;
    top: 0px;
    width: 100%;
    height: 100%;
    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.dropdown .dropdown-btn.active {
    height: 30px;
}


.mobile-menu .navigation li > ul {
    display: none;
    padding-left: 20px;
}

.mobile-menu .navigation li > ul > li > ul {
    display: none;
    padding: 0px 15px 0px 15px;
}


.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: 15px;
}

.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: 991px) {
    .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 bottom, var(--dblue3) 0%, var(--dblue1) 100%);
        background: var(--white);
        margin: 0;
        padding: 10px 15px 10px 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;
    }

}


.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: 45px;
    height: 45px;
    background: var(--lblue2);
    position: relative;
    right: 10px;
    top: 0px;
    display: block;
    text-indent: -9999px;
    -webkit-border-radius: 7px !important;
    -moz-border-radius: 7px !important;
    border-radius:7px !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: 2.5em;
    position: absolute;
    top: 1em;
    right: 1.25em;
    display: none;
}

.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: 0;
}

.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: 20px;
    font-weight: bold;
    top: -8px;

}

.searchbox.fancy button i {
    position: relative;
    font-size: 24px;
    top: -5px;

}

.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;
}

.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 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: 60px;
    height: 60px;
    -webkit-border-radius: 7px !important;
    -moz-border-radius: 7px !important;
    border-radius: 7px !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(--black);

    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;


}

.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-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(--black);
}

.ag-menu_line__color-2 {
    width: 60%;
    background-color: var(--lblue2);
}

.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: 250px;
        top: 0px;
    }


    .main-header .fixed-header .logo {
        width: 220px;
        top: 0px;
    }

    .mobile-header .logo img {
        width: 100% !important;
        padding: 5px 5px 5px 5px;
    }

    .main-header .fixed-header .logo img {
        width: 100% !important;
        padding: 10px;
    }
    .mobile-header {
        padding: 10px 15px 10px 15px;
    }


}

@media only screen and (max-width: 460px) {
    .mobile-header .logo {
        width: 180px;
        top: 0px;
    }


    .main-header .fixed-header .logo {
        width: 160px;
        top: 0px;
    }

    .mobile-header .logo img {
        width: 100% !important;
        padding: 0px;
    }

    .mobile-header {
        padding: 10px 10px 10px 10px;
    }
}

.budget span {
    position: relative;
    top: 0px;
    font-size: 16px;
    color: var(--white);
    padding: 0px 0px 0px 5px;
    margin: 0px;
}

.budget 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);
}


.budget {
    padding: 10px 15px;
    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);
}

.budgettwo {
    background-size: 300% auto;
    background-image: linear-gradient(to right, var(--orange1) 0%, var(--orange3) 50%, var(--orange1) 100%);
}

.budgettwo small {
    text-align: left;
    position: relative;
    left: 18px;
    margin: 0px;
    padding: 0px;
    display: block;
    font-weight: bold;
    color: var(--white);

}

.budgettwo strong {
    margin: 0px;
    padding: 0px;
    color: var(--white);
}

.budgettwo svg {
    position: relative;
    top:1px;
    left: 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);
}


.budgettwo:hover,
.budgettwo:focus,
.budget:hover,
.budget: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);
}

.outer-box .social-icons {
    padding-top: 5px;
}




@media only screen and (max-width: 991px) {
    .budget span {
        display: none;
        visibility: hidden;
    }

    .budget svg {
        position: relative;
        top: -3px;
        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);
    }

    .outer-box .social-icons {
        display: none;
        visibility: hidden;
    }




    .budgettwo small,
    .budgettwo strong{
        display: none;
        visibility: hidden;
    }
.budget,
    .budgettwo {
        width:48px;
        height: 48px;
        padding: 12px 15px !important;
    }

    .budgettwo svg {
        position: absolute;
        top: 11px;
        left: 10px;
        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);
    }

}

@media only screen and (max-width: 630px) {
    /*.budgettwo {
        display: none;
        visibility: hidden;
    }*/
}

@media only screen and (max-width: 438px) {
    .outer-box .social-icons {
        display: none;
        visibility: hidden;
    }

    .budget {
        padding: 10px 8px;
    }

    .mobile-sticky-header .nav-outer {
        right: 15px;
    }

    .mobile-header .nav-outer {
        right: 15px;
    }





}


@media only screen and (max-width: 380px) {
    .ptheader {
        display: none;
        visibility: hidden;
    }

}


.ptheader {
    padding-top: 5px;
}


header .social-icons li a {
    background: var(--lblue2);
    color: var(--white);
}

header .social-icons li a svg {
    position: relative;
    top: 3px;
    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);
}


header .social-icons li:hover a svg {
    fill: var(--white);
}


.contact-link {
    visibility: hidden;
    display: none;
}


.mobile-menu .contact-link {
    background: var(--lblue2);
    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(--lblue1);
}


.mobile-menu .contact-link 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);
}


.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;
}



.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: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;


    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:50px;
}

.button-sell .text {
	float:left;
}


.button-sell svg {
    position: relative;
    top:0px;
    width: 45px;
    height: 45px;
    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:12px;
	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: 767px) {
    .button-sell .text  {
        display: none;
        visibility: hidden;
    }
}




@media only screen and (max-width: 550px) {
    .button-sell {
    padding:6px 12px;

}
    
    
    .button-sell svg {
    position: relative;
    top:0px;
    width: 30px;
    height: 30px;
    stroke-width:0;
    fill:var(--white) !important;
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

    
.button-sell .icon {
	float:left;
	width:30px;
}
    
    .nav-outer .mobile-nav-toggler {
    margin-top: 12px;
}


    .mobile-header .outer-box{
        padding-top: 7px;
    }


}


@media only screen and (max-width: 991px) {
    .budget,
    .budgettwo {
        margin-top: 5px;
    }
}


.bg-gradient-footer {
    /*background-image: linear-gradient(to right bottom, var(--lblue1), var(--lblue2), var(--lblue3), var(--lblue2), var(--lblue1));*/

    background: linear-gradient(221deg, var(--white), var(--f4f4f4), var(--white));
    background-size: 300% 300%;
    -webkit-animation: bg-gradient-animator 10s ease infinite;
    -moz-animation: bg-gradient-animator 10s ease infinite;
    -o-animation: bg-gradient-animator 10s ease infinite;
    animation: bg-gradient-animator 10s ease infinite;


    -webkit-box-shadow: 0px -10px 30px 10px var(--blackrgba1);
    -moz-box-shadow: 0px -10px 30px 10px var(--blackrgba1);
    box-shadow: 0px -10px 30px 10px var(--blackrgba1);
    position: relative;
    z-index: 1;

}
.footer-navbar li {
    display: inline-block;
    margin-bottom: 0;
}
.footer-navbar li a{
    color: var(--black);
}
.footer-navbar li a:hover {
    color: var(--lblue2);
}
.footer-navbar li:last-child a {
    padding-right: 0;
}
.footer-navbar li:first-child a {
    padding-left: 0;
}
.footer-navbar .nav-link:focus {
    color: inherit;
}
.row.g-0 {
    margin-right: 0;
    margin-left: 0;
}
.row.g-0 > * {
    padding-right: 0;
    padding-left: 0;
}

.border-color-transparent-white-light {
    border-color: var(--blackrgba1) !important;
}
.align-items-center {
    align-items: center !important;
}
.last-paragraph-no-margin p:last-of-type {
    margin-bottom: 0;
}

.ps-0 {
    padding-left: 0 !important;
}
.lh-normal {
    line-height: normal;
}





@-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%
    }
}


.logo-footer {
    /*background:var(--white);*/
    position:relative;
    z-index: 1;
    display: flex;
    align-items: center;
    padding:25px 0px;
}

.logo-footer a {
    position:relative;
    z-index: 1;
}

.logo-footer img {
    width:200px;
}
.logorodape img {
    width:200px;
}
/*
.logo-footer::before {
    content: "";
    position: absolute;
    top: 0px;
    right:0px;
    width: 1500px;
    height: 100%;
    background: var(--white);
    transition: all 0.4s cubic-bezier(.7, 1, .7, 1);
    z-index: 0;

}*/


footer .social-icons {
    display: flex;
    align-items: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align:right;
}


footer .social-icons li a {
    background: var(--lblue2);

}

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);
}

footer .social-icons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    list-style-type: none;
    padding: 0;
    margin: 0;
}


@media only screen and (max-width: 767px) {
    /*.social-icons .social-media-footer li a{
    height:36px;
    width:36px;
    line-height:36px;
    }

    footer .social-media-footer li a svg {
    top: 8px;
    width: 20px;
    height: 20px;

}*/



    footer .social-icons {
        justify-content: flex-start;
        text-align:left;
    }
}




.footer-hours {
    border:0px solid var(--dblue3);
    padding: 0px 0 0px 0px;
    border-collapse: separate;
    border-spacing: 0 5px;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius:5px;
    border-radius:5px;
}
.footer-hours td,
.footer-hours th {
    color: var(--gray5) !important;
    border: none;
    padding: 0 25px;
    border-radius: 0px;
    border-right-style: none;
    font-weight: 400;
    font-size: 14px;
}

.footer-hours th.important,
.footer-hours td.important {
    color: var(--black) !important;
    border: none;
    padding: 0 25px;
    border-radius:0px;
    border-right-style: none;
    font-weight: 600;
}

@media only screen and (max-width: 525px) {

    .footer-hours td,
    .footer-hours th {
        padding: 0 10px;
    }

    .footer-hours th.important,
    .footer-hours td.important {
        padding: 0 10px;

    }
}





.footer-widget-title {
    font-size: 24px;
    color: var(--dblue1);
    font-weight: 600;
    line-height: 1;
    margin-bottom: 25px;
    padding-bottom: 10px;
    position: relative;
    width: 100%;
}

.footer-widget-title-f18 {
    font-size: 18px !important;
}

.footer-widget-title::before {
    background: var(--white) 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-links {
    margin: 0;
}

.footer-widget-links li {
    position: relative;
    padding-bottom: 5px;
    /*border-bottom: 1px solid var(--whitergba2);*/
}

.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(--dblue1);
    font-size: 15px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-weight: bold;
}

.footer-widget-links li a svg {
    position: relative;
    top: 0px;
    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);
}


.footer-widget-links li:focus a,
.footer-widget-links li:hover a {
    color: var(--white);
    padding-left: 25px;
}



.footer-border-top{
    width:100%;
    display:block;
    border-top: 1px solid var(--blackrgba1);
}


footer .icon-info{

}

footer .icon-info svg {
    position: relative;
    width: 60px;
    height: 60px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--white);
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}



.container-adress {
    display: flex;
    flex-direction: column;
    /* align-items: center;*/
    justify-content: start;
}

.container-adress  .info {
    display: flex;
    align-items: center;
    justify-content: start;
}



.container-adress  .icon {
    margin-right: 10px;
}

.container-adress  .address {
    font-size:15px;
    line-height:1.2;
    font-weight:bold;
    color:var(--white);
}
.container-adress  .address p {
    font-size:15px !important;
    line-height:1.2;
    font-weight:bold;
    color: var(--white) !important;
    margin:0px;
}

.social-links-adress {
    display: flex;
    justify-content: start;
}



.social-links-adress a {
    display: block;
    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(--white);
    overflow: hidden;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    font-weight:normal;
    margin-right:10px;
    -webkit-box-shadow: 0px 3px 20px 0px var(--blackrgba3);
    -moz-box-shadow: 0px 3px 20px 0px var(--blackrgba3);
    box-shadow: 0px 3px 20px 0px var(--blackrgba3);
}

.social-links-adress a:hover{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    background: var(--dblue2);
}



.social-links-adress a svg {
    position: relative;
    top: 5px;
    width: 24px;
    height: 24px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--lblue2);
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.social-links-adress a:hover svg{
    fill: var(--white);
}


.container-adress .social-links a {
    margin-right: 10px;
}





.footer-widget-contact {

}
.footer-widget-location p,
.footer-widget-contact p{
    margin: 0px;
    color: var(--white);
    font-size: 14px;
}

.footer-widget-contact 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(--white);
    font-size: 14px;
    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(--white) !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(--white);
    font-size: 16px;
    line-height: 1.1;
    font-weight:bold;
    -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(--cccccc);
}

.text-left-copy-links {
    text-align:left !important;
}

@media only screen and (max-width: 991px) {
    .copyright{
        margin-top:30px;
    }
    .text-left-copy-links {
        text-align:center !important;
    }
}



.copyright {

}

.copyright img {
    width: 50px;
}

.copyright p {
    color: var(--gray5);
    font-size: 12px !important;
    line-height: 20px;
    margin-bottom: 0px;
}

.copyright a {
    color: var(--gray5);
    font-size: 12px !important;
}

.copyright a:focus,
.copyright a:hover {
    color: var(--lblue2);
}

.copyright a svg {
    position: relative;
    top:-2px;
    width: 18px;
    height: 18px;
    margin-right: 3px;
    margin-left: 3px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--gray5) !important;
    transition: 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}


.copyright a:hover svg {
    fill: var(--developer) !important;
}



.slidedesktop{
    margin-top:85px;
}

.slidemobile {
    display: none;
    visibility: hidden;
}

@media only screen and (max-width: 991px) {
    .slidedesktop{
        margin-top:0px;
    }
}


@media only screen and (max-width: 991px) {
    .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);
}





.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);
}



.blur-header {
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
}


.blur {

    -webkit-backdrop-filter: saturate(150%) blur(5x);
    backdrop-filter: saturate(150%) blur(5px);
    background-color: var(--whitergba6) !important
}

.radius7 {
    -webkit-border-radius: 7px !important;
    -moz-border-radius: 7px !important;
    border-radius: 7px !important;
    overflow: hidden !important;
}
.overflow{
    overflow: hidden !important;
}


.social-icons li a {
    background: var(--dblue2);
    color: var(--white);
}




.btn-box-shadow {
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}
.btn-box-shadow:hover {
  -webkit-box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}
.box-shadow-extra-large, .box-shadow-extra-large-hover:hover {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
}
.box-shadow-hover:hover, 
.box-shadow-large-hover:hover, 
.box-shadow-extra-large-hover:hover, 
.box-shadow-medium-hover:hover, 
.box-shadow-small-hover:hover, 
.box-shadow-double-large-hover:hover, 
.box-shadow-quadruple-large-hover:hover {
  -webkit-transform: translate3d(0, -3px, 0);
  transform: translate3d(0, -3px, 0);
}


.btn {
  display: inline-block;
  border: 2px solid transparent;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  width: auto;
  font-family: var(--alt-font);
  font-weight: 500;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn:hover {
  background-color: inherit;
}

.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);
}

.btn.btn-extra-large {
  font-size: 16px;
  padding: 24px 46px;
}
.btn.btn-large {
  font-size: 16px;
  padding: 18px 34px;
}
.btn.btn-medium {
  font-size: 13px;
  padding: 16px 30px;
}
.btn.btn-small {
  font-size: 12px;
  padding: 13px 26px;
}
.btn.btn-very-small {
  font-size: 11px;
  padding: 10px 20px;
}
.btn.btn-rounded.btn-extra-large {
  padding: 18px 46px;
}
.btn.btn-rounded.btn-large {
  padding: 14px 25px;
}
.btn.btn-rounded.btn-medium {
  padding: 12px 25px 12px 15px;
}
.btn.btn-rounded.btn-small {
  padding: 10px 26px;
}
.btn.btn-rounded.btn-very-small {
  padding: 8px 20px;
}
.btn.btn-rounded.btn-rounded {
  /*-webkit-border-radius: 50px;
  border-radius: 50px;*/
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
  
}


.button-gradient-color {
    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;
    background-size: 250% auto;
    background-image:  linear-gradient(to right, var(--lblue1) 0%, var(--lblue3) 50%, var(--lblue1) 100%);
}
.button-gradient-color:hover,
.button-gradient-color:focus {
    background-position: right center;

}

.button-gradient-color svg {
    fill: var(--lblue2);
}


.button-gradient-whatsapp {
    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;
    background-size: 200% auto;
    background-image: linear-gradient(to right, var(--Whats1) 0%, var(--Whats2) 50%, var(--Whats1) 100%);
}
.button-gradient-whatsapp:hover,
.button-gradient-whatsapp:focus {
    background-position: right center;

}
.button-gradient-whatsapp svg {
    fill: var(--Whats1);
}


/*
    -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);
*/






.btn.btn-radius {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.btn.btn-radius:hover {
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.btn.btn-base-color {
  background-color: var(--lblue2);
  color: var(--white);
}
.btn.btn-base-color:hover, .btn.btn-base-color:active {
  background-color: transparent;
  border-color: var(--lblue2);
  color: var(--lblue2);
}
.btn.btn-black {
  background-color: var(--black);
  color: var(--white);
}
.btn.btn-black:hover, .btn.btn-black:active {
  background-color: transparent;
  border-color: var(--black);
  color: var(--black);
}

.btn.btn-double-border.btn-extra-large {
  padding: 0;
}
.btn.btn-double-border.btn-extra-large > span {
  padding: 24px 50px;
}
.btn.btn-double-border.btn-large {
  padding: 0;
}
.btn.btn-double-border.btn-large > span {
  padding: 18px 42px;
}
.btn.btn-double-border.btn-medium {
  padding: 0;
}
.btn.btn-double-border.btn-medium > span {
  padding: 16px 34px;
}
.btn.btn-double-border.btn-small {
  padding: 0;
}
.btn.btn-double-border.btn-small > span {
  padding: 13px 32px;
}
.btn.btn-double-border.btn-very-small {
  padding: 0;
}
.btn.btn-double-border.btn-very-small > span {
  padding: 10px 22px;
}
.btn.btn-double-border > span {
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.btn.base-color-hover:hover, .btn.base-color-hover:active {
  background-color: var(--lblue2);
  color: var(--white);
}
.btn.white-hover:hover, .btn.white-hover:active {
  background-color: var(--white);
  color: var(--dark-gray);
}
.btn.black-hover:hover, .btn.black-hover:active {
  background-color: var(--dark-gray);
  color: var(--white);
}
.btn.btn-box-shadow.btn-white:hover, .btn.btn-box-shadow.btn-white:active {
  background: var(--white);
  color: var(--dark-gray);
}
.btn.btn-box-shadow.btn-black:hover, .btn.btn-box-shadow.btn-black:active {
  background: var(--black);
  color: var(--white);
}
.btn.btn-box-shadow.btn-dark-gray:hover, .btn.btn-box-shadow.btn-dark-gray:active {
  background: var(--dark-gray);
  color: var(--white);
}
.btn.btn-box-shadow.btn-base-color:hover, .btn.btn-box-shadow.btn-base-color:active {
  background: var(--lblue2);
  color: var(--white);
}
.btn.btn-box-shadow.btn-cornflower-blue:hover, .btn.btn-box-shadow.btn-cornflower-blue:active {
  background-color: var(--cornflower-blue);
  color: var(--white);
}
.btn.btn-box-shadow.btn-jade:hover, .btn.btn-box-shadow.btn-jade:active {
  background-color: var(--jade);
  color: var(--white);
}
.btn.with-rounded {
  position: relative;
}
.btn.with-rounded > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  position: absolute;
-webkit-border-radius:100px;
-moz-border-radius: 100px;
border-radius: 100px;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.35);
}
.btn.with-rounded > span i {
  margin: 0;
}
.btn.with-rounded.btn-extra-large {
  padding-right: 70px;
}
.btn.with-rounded.btn-large {
  padding-right: 55px;
}
.btn.with-rounded.btn-large > span {
  width: 38px;
  height: 38px;
  right: 8px;
}
.btn.with-rounded.btn-medium {
  padding-right:45px;
}
.btn.with-rounded.btn-medium > span {
  width: 32px;
  height: 32px;
  right: 8px;
}
.btn.with-rounded.btn-small {
  padding-right: 45px;
}
.btn.with-rounded.btn-small > span {
  width: 28px;
  height: 28px;
  right: 6px;
}
.btn.with-rounded.btn-very-small {
  padding-right: 37px;
}
.btn.with-rounded.btn-very-small > span {
  width: 26px;
  height: 26px;
  right: 5px;
}


.btn-dual .btn {
  margin-left: 10px;
  margin-right: 10px;
}
.btn-dual .btn.btn-link, .btn-dual .btn.btn-underline, .btn-dual .btn.btn-zoom, .btn-dual .btn.btn-link-gradient {
  margin-left: 30px;
  margin-right: 30px;
}


/*
.btn-gradient-flamingo-amethyst-green {
    background-image: linear-gradient(to right, var(--lblue3), var(--lblue2), var(--lblue1), var(--dblue3), var(--dblue2), var(--dblue1));
    background-size: 300% auto;
    color: var(--white);
}
*/




.text-gradient-lblue-dblue {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-gradient-lblue-dblue {
  background-image: linear-gradient(to right, var(--lblue3), var(--lblue2), var(--lblue1), var(--dblue3), var(--dblue2));
}
.text-shadow-large {
  text-shadow: 0 0 50px rgba(0, 0, 0, 0.9);
}
.text-shadow-extra-large {
  text-shadow: 0 0 60px rgba(0, 0, 0, 0.9);
}
.text-shadow-double-large {
  text-shadow: 0 0 100px rgba(0, 0, 0, 0.9);
}





.btn-theme-page {
    font-family:var(--theme-font);
    font-size: 16px;
    line-height: 1.4;
    font-weight: bold;
    padding: 12px 30px;
    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;
}


.btn-theme-page:hover,
.btn-theme-page:focus {
    background-color: var(--gray5);
    border-color: var(--gray5);
    color: var(--white);
}








.btn-theme-page.btn-center {
    margin: 0 auto;
    width: auto;
    min-width: 160px
}

.btn-theme-page.btn-lg {
    padding: 16px 40px;
    font-size: 16px;
}

.btn-theme-page.btn-lgp {
    padding: 12px 60px;
    font-size: 16px;
}

.btn-theme-page.btn-md {
    padding: 8px 20px
}

.btn-theme-page.btn-sm {
    padding: 5px 25px;
}

.btn-theme-page.round {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.btn-theme-page.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 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-theme-page:focus svg,
.btn-theme-page: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)
}





.blur {
    -webkit-backdrop-filter: saturate(150%) blur(5x);
    backdrop-filter: saturate(150%) blur(5px);
    background-color: var(--whitergba6) !important
}

.radius7 {
    -webkit-border-radius: 7px !important;
    -moz-border-radius: 7px !important;
    border-radius: 7px !important;
    overflow: hidden !important;
}


.social-icons li a {
    background: var(--lblue2);
    color: var(--white);
}

.color-white {
    color: var(--white) !important
}

.color-dblue {
    color: var(--dblue2) !important;
}

.color-lblue {
    color: var(--lblue2) !important;
}

.color-orange {
    color: var(--orange2) !important;
}
.color-green {
    color: var(--sysgreen) !important;
}
.bg-color-green {
    background: var(--sysgreen) !important;
}

.bg-white {
    background: var(--white);
}

.bg-dblue {
    background: var(--dblue2);
}

.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%;
}
.bg-f4f4f4 {
    background: var(--f4f4f4);
}
.bg-f1f1f1{
    background: var(--f1f1f1);
}




.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:15px 25px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    display:flex;
    align-items:center;
}
.cta-modal-whatsapp h3{
    color:var(--white);
    line-height: 1.1;
    margin: 0px;
    padding: 0px;
    position:relative;
    top:3px;
}
.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);
}





.ctaOne {
    position: relative;
    background:var(--f1f1f1);
}

.contentCta {
    position: relative;
    z-index: 3;
}




.ctaOne h1{
    font-weight: bold;
    font-size: 38px;
    line-height: 1.1;
    display: block;
    margin-bottom: 15px;
    color: var(--dblue2);
}
.ctaOne h2{
    font-weight: bold;
    font-size: 24px;
    line-height: 1.1;
    display: block;
    margin-bottom: 15px;
    color: var(--dblue2);
}

.imgbanner {
    width:100%;
}

.ctaOne h3{
    font-weight: bold;
    font-size: 24px;
    line-height: 1.1;
    display: block;
    margin-bottom: 15px;
}

.ctaOne h3 img{
    width: 125px;
    margin-right: 15px;
}

@media only screen and (max-width: 1200px) {
    .ctaOne {
        margin-top: 0px;

    }
}

@media only screen and (max-width: 767px) {
.imgbanner {
    width:100%;
    padding-right:40px;
}
}

.overflow {
    overflow: hidden !important;
}







.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;
}








h1 {
  position: relative;
  padding: 0;
  margin: 0;
  font-weight: 800 !important;
  font-size:42px;
  color: var(--dblue2);
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.one h1 {
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 0px;
}
.one h1:before {
  width: 28px;
  height: 9px;
  display: block;
  content: "";
  position: absolute;
  bottom: -3px;
  left: 50%;
  margin-left: -14px;
  background-color: var(--dblue2);
      -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.one h1:after {
  width: 100px;
  height: 3px;
  display: block;
  content: "";
  position: relative;
  margin-top: 10px;
  left: 50%;
  margin-left: -50px;
  background-color: var(--dblue2);
      -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.one p {
	font-weight:bold;
}





.link-read-more {
	position:relative;
	color: var(--lblue2);
	font-size: 16px;
	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;
}



.link-read-more:before {
	position: absolute;
	content: "";
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 3px;
	background: var(--dblue3);
	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;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius:7px;
}


.link-read-more:hover:before {
	width: 100%;
	bottom:-5px;
	opacity:1;
	background: var(--f4f4f4);
}


.link-read-more 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);
}

.link-read-more:hover {
	color: var(--f4f4f4) !important;
}

.link-read-more:hover svg {
	opacity: 1;
	right: 0px;
	fill: var(--dblue2) !important;
}



.box-shadow-one{
	-webkit-box-shadow: 0px 10px 36px 10px var(--dbluergba3);
-moz-box-shadow: 0px 10px 36px 10px var(--dbluergba3);
box-shadow: 0px 10px 36px 10px var(--dbluergba3);


}

@media (min-width: 992px) {
	  .text-lg-start {
    text-align: left !important;
  }
  
  .md-mb-20 {
        margin-bottom: 20px !important;
    }
    
    
}


.services-text-home {
	padding:25px 25px !important;
}

.services-arrows-home {
	/*padding:25px 25px;*/
}

.outside-box-right-25 {
    margin-left: -25vw;
}
@media (max-width: 767px) {
	  .sm-outside-box-right-0 {
    margin-left: 0;
  }
}


.circle-services-hide{
	position:relative;
	z-index:1;
}

.circle-services-hide:after {
	content: '';
	display: block;
	width: 900px;
	height: 900px;
	position: absolute;
	z-index: 5;
	left: -200px;
	bottom: -450px;
	background-color: var(--blackrgba3);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-animation: growing 2.5s alternate infinite ease-in;
	-moz-animation: growing 2.5s alternate infinite ease-in;
	animation: growing 2.5s alternate infinite ease-in;
	z-index:0;
}

.circle-services-hide:before {
	content: '';
	display: block;
	width: 1400px;
	height: 1400px;
	position: absolute;
	z-index: 4;
	left: -450px;
	bottom: -700px;
	background-color: transparent;
	border: 30px solid var(--blackrgba3);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-animation: decreasing 2.5s alternate infinite ease-in;
	-moz-animation: decreasing 2.5s alternate infinite ease-in;
	animation: decreasing 2.5s alternate infinite ease-in;
	z-index:0;
}
@keyframes growing {
	0% {
		transform: scale(1)
	}

	100% {
		transform: scale(1.1)
	}
}

@keyframes decreasing {
	0% {
		transform: scale(1.1)
	}

	100% {
		transform: scale(1)
	}
}



/* Swiper navigation style 04 */
.slider-navigation-style-04 {
  height: 56px;
  width: 56px;
  border-radius: 100%;
  position: relative;
  bottom: inherit;
  left: 0;
  top: inherit;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align:center !important;
   justify-content: center !important;
}

.slider-navigation-style-04 img {
	width:36px;
	margin:auto !important;
	text-align:center !important;
}

.slider-navigation-style-04 img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
   justify-content: center;
   align-items: center;
}
.slider-navigation-style-04:hover img {
  opacity: 0.5;
}
.slider-navigation-style-04.swiper-button-prev {
  margin-right: 5px;
}
.slider-navigation-style-04.swiper-button-next {
  margin-left: 5px;
}
.slider-navigation-style-04.swiper-button-prev img {
	margin-left: 10px !important;
}
.slider-navigation-style-04.swiper-button-next img {
	margin-right: 10px !important;
}




.item-service-padding{
	padding:25px
}



.interactive-banner-style-09 img {
  -webkit-transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.interactive-banner-style-09 .image-content {
  position: absolute;
  top: 0;
}
.interactive-banner-style-09 .image-content .content-title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  opacity: 0.6;
  visibility: visible;
  will-change: transform;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
  transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
  font-size:15px;
  line-height:1.1
}
.interactive-banner-style-09 .image-content .content-title-hover {
  position: absolute;
  width: auto;
  left: 0;
  bottom: 0;
  visibility: hidden;
  will-change: transform;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
  transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
}
.interactive-banner-style-09 .image-content .content-arrow {
  will-change: transform;
  position: absolute;
  right: 0;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 0.3s cubic-bezier(0.12, 0, 0.39, 0);
  transition: all 0.3s cubic-bezier(0.12, 0, 0.39, 0);
  display: flex;
  align-items: center;
  justify-content: center;
}
.interactive-banner-style-09 .image-content .label {
  -webkit-transition: 0.3s cubic-bezier(0.12, 0, 0.39, 0);
  transition: 0.3s cubic-bezier(0.12, 0, 0.39, 0);
}

.interactive-banner-style-09 .image-content .hover-label-icon{
	    width: 90px;
    height: 90px;
    padding:15px;
    background:var(--lblue2);
    -webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
  opacity: 1;
  position: absolute;
  top: 20px;
  left: 0;
  text-align:center;
  -webkit-transition: 0.3s cubic-bezier(0.12, 0, 0.39, 0);
  transition: 0.3s cubic-bezier(0.12, 0, 0.39, 0);
}


.interactive-banner-style-09 .image-content .hover-label-icon svg {
	    position: relative;
    width: 50px;
    height: 50px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--white);

}
	

.interactive-banner-style-09 .image-content:hover .content-arrow {
  opacity: 1;
  -webkit-transform: translateY(-42%);
  transform: translateY(-42%);
}
.interactive-banner-style-09 .image-content:hover .content-title {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}
.interactive-banner-style-09 .image-content:hover .content-title-hover {
  visibility: visible;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
.interactive-banner-style-09 .image-content:hover .box-overlay {
  opacity: 1;
  visibility: visible;
}
.interactive-banner-style-09 .image-content:hover .hover-label-icon .label {
  opacity: 0;
  margin-top: -20px;
}
.interactive-banner-style-09 .image-content:hover .hover-label-icon {
  opacity: 1;
  top: 0;
}
.interactive-banner-style-09:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.opacity-full-dark, 
.opacity-full, 
.opacity-medium, 
.opacity-extra-medium, 
.opacity-light, 
.opacity-very-light {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.opacity-very-light {
  opacity: 0.2;
}
.opacity-light {
  opacity: 0.3;
}
.opacity-extra-medium {
  opacity: 0.5;
}
.opacity-medium {
  opacity: 0.75;
}
.opacity-full {
  opacity: 0.8;
}
.opacity-full-dark {
  opacity: 0.9;
}


.bg-gradient-very-light-gray-transparent {
    background: -webkit-linear-gradient(right, rgba(240, 244, 253, 1.0), rgba(255, 255, 255, 0.0));
    background: linear-gradient(to right, rgba(240, 244, 253, 1.0), rgba(255, 255, 255, 0.0));
}
.bg-gradient-blue-whale-transparent { 
    background: -webkit-linear-gradient(right, rgba(17, 27, 50, 1.0), rgba(255, 255, 255, 0.0));
    background: linear-gradient(to right, rgba(17, 27, 50, 1.0), rgba(255, 255, 255, 0.0));
}
.bg-gradient-quartz-light-transparent {
    background: -webkit-linear-gradient(right, rgba(227, 225, 245, 1.0), rgba(255, 255, 255, 0.0));
    background: linear-gradient(to right, rgba(227, 225, 245, 1.0), rgba(255, 255, 255, 0.0));
}
.bg-gradient-quartz-white { 
    background-image: linear-gradient(to bottom, #f7f7ff, #f4f4fb, #f8f7fc, #fbfbfe, #ffffff);
}
.bg-gradient-base-color-transparent {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(60 47 192)), to(transparent));
    background-image: linear-gradient(to top, rgba(60, 47, 192, .8) 0%, transparent 100%);
}
.bg-gradient-regal-blue-transparent {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(22 35 64)), to(transparent));
    background-image: linear-gradient(to top, rgb(22 35 64) 0%, transparent 100%);
}
.bg-gradient-flamingo-amethyst-green {
    background-image: linear-gradient(to right, #f7693c, #c74e45, #7d3785, #582d9f, #3928af);
}
.bg-gradient-base-transparent {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(22, 32, 44, 1)), to(transparent));
    background-image: linear-gradient(to top, rgba(22, 32, 44, .9) 8%, transparent 80%);
}
.bg-gradient-dark-transparent {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(7%, #162340), to(transparent));
    background: linear-gradient(to top, #162340 7%, transparent 70%);
}
.bg-regal-blue {
    background-color: #162340;
}
.bg-blue-whale {
    background-color: #16233F;
}


.about-image-list {
position: relative;
z-index:10	
}



.about-images {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	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;
}


.about-images:focus,
.about-images:hover {
	-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);
}

.about-images img {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	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;
	filter: grayscale(50%);
	-webkit-filter: grayscale(50%);
}



.about-images img:hover{
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
}






.adress-item  {
	padding:0px 0px 0px 0px;
	width:100%;
	display:block;
	position:relative;
	background:var(--f4f4f4);

	-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-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-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(--white);
	/*-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.1;
	font-size: 16px !important;
	color:var(--gray1)
}

.adress-item .img-loja{
	position: relative;
	z-index:1;
	margin: -60px auto 0px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	overflow: hidden;
	width: calc(100% - 60px);
	-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;
	background: var(--white);
	-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);
}

.adress-item .icon{
	margin: -75px auto 0px !important;
	position: relative;
	z-index: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;
	background: var(--f4f4f4);
	-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);
	width: 75px;
	height: 75px;
	margin: -20px auto 0px;
	-webkit-backdrop-filter: saturate(150%) blur(5x);
	backdrop-filter: saturate(150%) blur(5px);
	background-color: var(--whitergba8);

-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;

}

.adress-item .icon svg {
	position: relative;
    top: 7px;
    width: 55px;
    height: 55px;
	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:2px;
	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);
}








.headDivider{
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 40px 30px 40px 30px;
    /*background: var(--lblue2);*/
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
    background-color: rgb(32, 32, 32);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 1)), linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black), linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black), linear-gradient(to bottom, rgb(8, 8, 8), rgb(32, 32, 32));
    background-size: 100% 100%, 10px 10px, 10px 10px, 10px 5px;
    background-position: 0px 0px, 0px 0px, 5px 5px, 0px 0px;
}

.headDivider:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: var(--lbluergba9);

}



.headDivider h1{
    font-weight: bold;
    color: var(--white);
    padding: 0px;
    margin: 0px;
    font-size: 39px;
    position: relative;
    z-index: 1;
    text-transform:uppercase;
}

.bg-cover {
    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;
}


.bg-bottom-center {
    position: relative;
    z-index: 1;
    background-position: bottom center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: auto;
}

.bg-cover:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: var(--blackrgba7);
}

label{
    color: var(--white);
}
.padding90{
    padding: 90px;
}
@media only screen and (max-width: 767px) {
    .padding90{
        padding: 45px;
    }
}



.btnicon{
    font-weight: bold;
    padding: 15px 30px 14px;
}
.btnicon svg {
    position: relative;
    top:-1px;
    width: 22px;
    height: 22px;
    vertical-align: text-top;
    stroke-width:0;
    fill:var(--white) !important;
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}


.site-heading h1,
.site-heading h2,
.site-heading h3 {
    color: var(--lblue2);
    display: inline-block;
    font-weight: bold;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
    margin-bottom:10px;
}




iframe{
	    -webkit-border-radius: 7px !important;
    -moz-border-radius:7px !important;
    border-radius:7px !important;
    overflow: hidden !important;
}










.ii-appreciation {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    overflow: hidden;
}
.ii-appreciation:hover {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
}
.ii-appreciation-background-image {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 75%;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    overflow: hidden;
}

.ii-bg-image{
    position: absolute;
    height: 100%;
    width:100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -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;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}



.ii-appreciation:hover .ii-bg-image {
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.ii-appreciation-block {
    width: 50%;
    height: 500px!important;
    position: relative;
    background: rgba(255, 255, 255, 0.0);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    display: grid;
    align-content: center;
    padding: 75px 0px 75px 75px;
}

.ii-appreciation-text {
    width: 100%!important;
    padding: 30px !important;
    right: 30px;
    color: var(--white);
    background: var(--whitergba5);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    position: relative;
}
.ii-appreciation-block .icon,
.ii-appreciation-block-two .icon {
    width: 80px;
    height: 80px;
    padding:20px;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    border-radius: 70px;
    position: absolute;
    right: -30px;
    bottom:15px;
    -webkit-box-shadow: 0px 10px 36px 0px var(--lbluergba3);
    -moz-box-shadow: 0px 10px 36px 0px var(--lbluergba3);
    box-shadow: 0px 10px 36px 0px var(--lbluergba3);
    /*background: #6f42c1;*/
    background-image: linear-gradient(110deg,var(--lblue1) 0%,var(--lblue3) 100%);
    background-size: 100% 100%;
}

.ii-appreciation-block .icon{
    left: -30px;
}

.ii-appreciation-block .icon img,
.ii-appreciation-block-two .icon img {
    filter: invert(1);
}
@media (max-width: 767px) {
    .ii-appreciation-background-image {
        height: 100%;
        width: 100%;
    }
    .ii-appreciation-block {
        width: 75%;
        height: 500px;
        padding: 0px;
    }
}


@media (max-width:499px) {
    .ii-appreciation-block {
        width: 100%;
        height: 500px;
        padding: 0px;
    }
    .ii-appreciation-text {
        width: calc(100% - 30px);
        left: 15px;
        right: 15px;
    }

}








.ii-appreciation-two {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: start;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    overflow: hidden;
}
.ii-appreciation-two:hover {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
}
.ii-appreciation-background-image-two {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 75%;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    overflow: hidden;
}

.ii-bg-image-two{
    position: absolute;
    height: 100%;
    width:100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -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;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}



.ii-appreciation-two:hover .ii-bg-image-two {
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.ii-appreciation-block-two {
    width: 50%;
    height: 500px;
    position: relative;
    background: rgba(255, 255, 255, 0);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    display: grid;
    align-content: center;
    padding: 75px 75px 75px 0px;
}

.ii-appreciation-text-two {
    width: 100%;
    padding: 30px !important;
    left: 30px;
    color: var(--white);
    background: var(--whitergba6);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    position: relative;
}

@media (max-width: 767px) {
    .ii-appreciation-background-image-two {
        height: 100%;
        width: 100%;
    }
    .ii-appreciation-block-two {
        width: 75%;
        height: 500px;
        padding: 0px;
    }
}


@media (max-width:499px) {
    .ii-appreciation-block-two {
        width: 100%;
        height: 500px;
        padding: 0px;
    }
    .ii-appreciation-text-two {
        width: calc(100% - 30px);
        left: 15px;
        right: 15px;
    }

}
.ii-appreciation-block .icon svg, 
.ii-appreciation-block-two .icon svg{
	position: relative;
    top: -7px;
    left:-7px;
    width: 50px;
    height: 50px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--white);
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}






.item-pneu{
    padding: 20px 20px 5px 20px;
    text-align: left;
    width: 100%;
    display: block;
    background:var(--white);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-backdrop-filter: saturate(150%) blur(5x);
    backdrop-filter: saturate(150%) blur(5px);
    -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 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;
}


.item-pneu:focus,
.item-pneu:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);

    -webkit-box-shadow: 0px 10px 45px -5px var(--blackrgba3);
    -moz-box-shadow: 0px 10px 45px -5px var(--blackrgba3);
    box-shadow: 0px 10px 45px -5px var(--blackrgba3);
}




.list-item {
    margin-top: 10px;
}

.list-item li {
    font-size: 16px;
    margin-bottom:10px;
    line-height: 1.1;
    width:100%;
    display: block;
    float: left;
    text-transform:uppercase;
}

.list-item li span {
    width: 16px;
    height: 16px;
    background: var(--dblue2);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size:12px;
    color:var(--white);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}



.item-pneu .icon{
    width: 100%;
    display: block;
    margin: 25px 15px 15px 15px;

}

.item-pneu .icon svg{
    position: relative;
    top: 5px;
    width:125px;
    height:125px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--lblue2) !important;
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);

}

.item-pneu h3{
    font-size: 18px;
    font-weight: 900;
    line-height: 1.1;
}


.selo-revendedor {
    position: fixed;
    left: 15px;
    bottom: 50px;
    z-index: 9;
    width:175px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    background: var(--white);
    -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);
    padding: 10px;
    text-align:center;
}

.selo-revendedor p{
    display:block;
    width:100%;
    margin-bottom:0px;
    font-size:11px !important;
    text-align:center;
    font-weight:bold;
    color:var(--black)
}
.selo-revendedor img{
    padding: 0px;
}

@media only screen and (max-width: 767px) {
    .selo-revendedor {
        width:120px;
    }
}




.item-servicos{
    margin: 0px 0px;
    padding-bottom:20px;
    text-align: center;
    width: 100%;
    display: block;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background: var(--lblue2);
    -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 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;
}
.item-servicos:focus,
.item-servicos: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);
}




.item-servicos h1 {
    color:var(--white);
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 5px;
    position: relative;
    text-transform:uppercase;
    line-height:1.1

}
.item-servicos small {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding:8px 20px;
    background:var(--dblue2);
    font-weight:bold;
    color:var(--lblue2);
}

/*
.item-servicos h1:before{
    content: '';
    position: absolute;

    bottom: -5px;
    left: 50px;
    right: -50px;
    width: calc(100% - 100px);
    height: 3px;
    background:var(--dblue2);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
*/
.item-servicos .icon{
    width:100%;
    margin-top:0px;
    margin-bottom:15px;
    padding-top:0px;
}

.item-servicos img {
    width:100%;
    margin:0px auto 10px;
    -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;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.item-servicos:hover img {
    /*filter: grayscale(0%) brightness(100%);*/
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}


.item-servicos p {
    color:var(--white);
    font-size: 16px;
    line-height: 1.1;
    font-weight: normal;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom:15px;
}


.item-servicos .item-servicos-content {
    /* max-height: 120px;
     overflow-y: scroll;
     margin-bottom: 15px;*/
    padding: 0px 15px 0px 15px;
    position:relative;
}


.item-servicos .item-servicos-content .icon-box {
    background: var(--dblue2);
    height: 50px;
    width: 50px;
    /* line-height:60px;*/
    padding:10px;
    text-align: center;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    margin-top: -60px;
    right:10px;
    float: right;
    position: relative;
    z-index: 1;
    padding: 10px;
    -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 0px var(--blackrgba1);
    -moz-box-shadow: 0px 5px 25px 0px var(--blackrgba1);
    box-shadow: 0px 5px 25px 0px var(--blackrgba1);
}
.item-servicos .item-servicos-content .icon-box:hover {
    background: var(--white);
}



.item-servicos .item-servicos-content .icon-box img {
    width:100%;
    -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: invert(100%);*/
    
    filter: brightness(200%);
}

.item-servicos .item-servicos-content .icon-box:hover img {
    filter: brightness(200%);

}

.item-servicos .item-servicos-content .icon-box svg {
    position: relative;
    top:-14px;
    left:-10px;
    width: 50px;
    height: 50px;
    vertical-align: text-top;
    stroke-width:0;
    fill:var(--white) !important;
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.item-servicos-content::-webkit-scrollbar {
    width: 6px
}

.item-servicos-content::-webkit-scrollbar-track {
    background: var(--cccccc);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    width:5px;
}

.item-servicos-content::-webkit-scrollbar-thumb {
    background: var(--orange2);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    width:5px;
}

.item-servicos-content::-webkit-scrollbar-thumb:focus,
.item-servicos-content::-webkit-scrollbar-thumb:hover {
    -webkit-filter: brightness(150%);
    filter: brightness(150%);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}



.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;
    background: var(--white);
}


.bg-cover-radius {
    position: relative;
    z-index: 0;
    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: 7px !important;
    -moz-border-radius: 7px !important;
    border-radius: 7px !important;
    overflow: hidden;
}

.bg-cover-radius:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: var(--blackrgba8);
    -webkit-border-radius: 7px !important;
    -moz-border-radius: 7px !important;
    border-radius: 7px !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;
}


.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(--lblue1) 0%, var(--lblue2) 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: 22px;
    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: 0px auto 20px;
    width: 100px;
    height: 100px;
    padding: 20px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: 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;

}

.aboutus-item:active .icon-main,
.aboutus-item:focus .icon-main,
.aboutus-item:hover .icon-main {
    -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.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);

}

.aboutus-item .icon-main svg {
    position: relative;
    top: -3px;
    width: 60px;
    height: 60px;
    vertical-align: text-top;
    stroke-width: 0;
    fill: var(--white);
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);

}

.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(--lblue1) 0%, var(--lblue3) 100%);
    background-size: 100% 100%;
}

.aboutus-item.bg-s2 {
    background-image: linear-gradient(110deg, var(--lblue3) 0%, var(--lblue1) 100%);
    background-size: 100% 100%;
}

.aboutus-item.bg-s3 {
    background-image: linear-gradient(110deg, var(--lblue1) 0%, var(--lblue3) 100%);
    background-size: 100% 100%;
}

.aboutus-item.bg-s4 {
    background-image: linear-gradient(110deg, var(--lblue3) 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;
}





#services .main-nav-slider
#clients .main-nav-slider {

}

#services .clients-button-next,
#services .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));
}

#services .clients-button-next,
#services .clients-button-prev,
#clients .clients-button-next,
#clients .clients-button-prev {
    position: absolute;
    top: 50%;
    bottom: auto;
    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;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

#services .clients-button-next,
#clients .clients-button-next {
    right: 15px;
}

#services .clients-button-prev,
#clients .clients-button-prev {
    left: 15px;
}

#services .clients-button-next img,
#services .clients-button-prev img,
#clients .clients-button-next img,
#clients .clients-button-prev img {
    height: 15px;
    width: auto;
    display: block;
}
#services .clients-button-next:hover,
#services .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);
}
#services .swiper-slide{
    align-self: stretch !important;
}




.item-servicos .icon .icon-box {
    background: var(--whitergba7);
    height: 50px;
    width: 50px;
    padding:10px;
    text-align: center;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    top:15px;
    right:15px;
    position: absolute;
    z-index: 1;
    padding: 10px;
    -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 0px var(--blackrgba1);
    -moz-box-shadow: 0px 5px 25px 0px var(--blackrgba1);
    box-shadow: 0px 5px 25px 0px var(--blackrgba1);
    -webkit-backdrop-filter: saturate(150%) blur(5x);
    backdrop-filter: saturate(150%) blur(5px);
}
.item-servicos .icon .icon-box:hover {
    background: var(--whitergba9);
}



.item-servicos .icon .icon-box img {
    width:100%;
    -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: invert(100%);*/
}

.item-servicos .icon .icon-box:hover img {
    filter: brightness(200%);

}

.item-servicos .icon .icon-box svg {
    position: relative;
    top:-14px;
    left:-10px;
    width: 50px;
    height: 50px;
    vertical-align: text-top;
    stroke-width:0;
    fill:var(--white) !important;
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}





.item-pneu-two{
    padding: 20px 20px 5px 20px;
    text-align: left;
    width: 100%;
    display: block;
    background:var(--lblue2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-backdrop-filter: saturate(150%) blur(5x);
    backdrop-filter: saturate(150%) blur(5px);
    -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 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;
}

.item-pneu-two:focus,
.item-pneu-two:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);

    -webkit-box-shadow: 0px 10px 45px -5px var(--blackrgba3);
    -moz-box-shadow: 0px 10px 45px -5px var(--blackrgba3);
    box-shadow: 0px 10px 45px -5px var(--blackrgba3);
}
.item-pneu-two img{
    border-radius: 5px;
}
.title-ofer{
    background: var(--blackrgba9);
    display: block;
    width: 100%;
    padding: 10px 10px 0px 10px;
    border-radius: 5px;
    text-align: center;
}
.title-ofer h3{
    color: var(--white);
    margin: 0;
}

.value-ofer{
    background: var(--white);
    display: block;
    width: 100%;
    padding:15px 25px;
    border-radius: 5px;
    text-align: center;
    -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);
    margin-bottom: 10px;
}
.value-ofer h5{
    color: var(--lblue2);
    margin: 0;
    font-size: 48px;
    font-weight: bold;
}

.value-ofer p{
    color: var(--lblue2);
    margin: 0;
    font-size:16px;
    font-weight: bold;
}

.desc-ofer{
    background: var(--white);
    display: block;
    width: 100%;
    padding:15px 25px;
    border-radius: 5px;
    text-align: center;
    -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);
    margin-bottom: 10px;
}

.desc-ofer p{
    color: var(--lblue2);
    margin: 0;
    font-size:20px;
    font-weight: bold;
    line-height: 1.1;
}


