/* CoplaClean : 8 feuilles regroupees */
/* cookieblocker.min.css */
.cmplz-video.cmplz-iframe-styles{background-color:transparent}.cmplz-video.cmplz-hidden{visibility:hidden !important}.cmplz-blocked-content-notice{display:none}.cmplz-placeholder-parent{height:inherit}.cmplz-optin .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optin .cmplz-wp-video .cmplz-blocked-content-notice,.cmplz-optout .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optout .cmplz-wp-video .cmplz-blocked-content-notice{display:block}.cmplz-blocked-content-container,.cmplz-wp-video{animation-name:cmplz-fadein;animation-duration:600ms;background:#FFF;border:0;border-radius:3px;box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15);display:flex;justify-content:center;align-items:center;background-repeat:no-repeat !important;background-size:cover !important;height:inherit;position:relative}.cmplz-blocked-content-container.gmw-map-cover,.cmplz-wp-video.gmw-map-cover{max-height:100%;position:absolute}.cmplz-blocked-content-container.cmplz-video-placeholder,.cmplz-wp-video.cmplz-video-placeholder{padding-bottom:initial}.cmplz-blocked-content-container iframe,.cmplz-wp-video iframe{visibility:hidden;max-height:100%;border:0 !important}.cmplz-blocked-content-container .cmplz-custom-accept-btn,.cmplz-wp-video .cmplz-custom-accept-btn{white-space:normal;text-transform:initial;cursor:pointer;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:200px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-custom-accept-btn:focus,.cmplz-wp-video .cmplz-custom-accept-btn:focus{border:1px dotted #cecece}.cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-wp-video .cmplz-blocked-content-notice{white-space:normal;text-transform:initial;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:300px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links{display:block;margin-bottom:10px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links a,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links a{color:#fff}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body{display:block}.cmplz-blocked-content-container div div{display:none}.cmplz-wp-video .cmplz-placeholder-element{width:100%;height:inherit}@keyframes cmplz-fadein{from{opacity:0}to{opacity:1}}
/* default.css */
/* Colors */
:root {
    --sp-green: #ffffff;
    --sp-white: #ffffff;
    --sp-primary: #d61523;
    --sp-primary-dark: #cc0d1b;
    --sp-primary-light: #fef8f8;
    --sp-secondary: #151635;
    --sp-secondary-dark: #242424;
    --sp-border-dark: #dddddd;
    --sp-border-light: #e9e9e9;
    --sp-border-extra-light: #f2f2f2;
    --sp-scrollbar-thumb: #c2c2c2;
    --sp-font-sans-serif:"Fira Sans",system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --sp-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --sp-gradient:linear-gradient(180deg,rgba(255,255,255,0.15),rgba(255,255,255,0));
    --sp-gradient-focus:linear-gradient(#d61523, #d61523), linear-gradient(#e9e9ea, #e9e9ea);
    --sp-shadow: 2px 5px 20px rgba(0, 0, 0, .2);
    --sp-radius: 3px;
    --sp-transition: all .3s cubic-bezier(.645,.045,.355,1);
}

/* ---//--- */

/* --- Selection Colors --- */
::-webkit-selection {
    background-color: var(--sp-primary);
    color: #ffffff;
}

::selection {
    background-color: var(--sp-primary);
    color: #ffffff;
}

/* ---//--- */

/* --- Scrollbar Colors --- */

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: var(--sp-border-extra-light);
}

::-webkit-scrollbar-thumb {
    background-color: var(--sp-scrollbar-thumb);
    border-radius: 10px;
}

::-webkit-scrollbar-corner {
    background-color: var(--sp-border-extra-light);
}

/* ---//--- */

/* theme.css */
/*--------------------------------------------------------------
# Basic Structure
--------------------------------------------------------------*/
::-webkit-input-placeholder {
    color: #c0c0c0;
    opacity: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

:-moz-placeholder {
    color: #c0c0c0;
    opacity: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

::-moz-placeholder {
    color: #c0c0c0;
    opacity: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

:-ms-input-placeholder {
    color: #c0c0c0;
    opacity: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

*:focus::-webkit-input-placeholder {
    opacity: 0
}

*:focus:-moz-placeholder {
    opacity: 0
}

*:focus::-moz-placeholder {
    opacity: 0
}

*:focus:-ms-input-placeholder {
    opacity: 0
}

*,
*:after,
*:before {
    box-sizing: border-box;
}

* {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

body {
	font-size: 15px;
    margin: 0;
	padding: 0;
	line-height: 1.5;
    font-family: var(--sp-font-sans-serif);
    color: var(--sp-secondary-dark);
}

a,
a:hover,
a:active,
button:focus {
    text-decoration: none;
    outline: none;
    color: inherit;
	word-break: break-word;
}

a:focus {
    outline: 1px dotted;
    text-decoration: none;
    outline-offset: -3px;
}

a:hover, a:focus {
    color: var(--sp-primary);
}

button[type=submit]:focus, button:focus, input[type="button"]:focus,
input[type="reset"]:focus, input[type="submit"]:focus {
    outline: 1px dotted;
    color: inherit;
    text-decoration: none;
    outline-offset: -3px;
}

a, area, button, input, label, select, summary, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

button, input, optgroup, select, textarea {
    margin: 0;
}

button, input {
    overflow: visible;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

img {
    max-width: 100%;
    height: auto;
	vertical-align: middle;
	border: 0;
	display: block;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
	line-height: 1.2;
	word-break: break-word;
}

h1 {
    font-size: 38px;
}

h2 {
    font-size: 34px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 26px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

em, cite, q {
    color: var(--sp-primary);;
    font-style: italic;
    font-weight: bold;
}

code, kbd, tt, var, samp, pre {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    background: var(--sp-secondary-dark);
    color: var(--sp-white);
    padding: 1px 5px;
    border-radius: 0px;
    font-size: 88%;
}

pre {
    display: block;
    margin: 0 0 10px;
    font-size: 13px;
    word-break: break-all;
    word-wrap: break-word;
    border: 1px solid #ccc;
    border-radius: 0px;
    overflow: auto;
}

table {
	border: 1px solid #e9e9e9;
    background-color: #fcfcfc;
    border-spacing: 0;
    letter-spacing: 0.5px;
    margin: 0 0 20px;
    text-align: left;
    table-layout: fixed;
    border-collapse: collapse;
}

table th {
    border: 1px solid rgba(0, 0, 0, 0.25);
}

table td {
    border: 1px solid #e9e9ea;
}

table th, table td {
    padding: 15px;
}

table th {
    background-color: var(--sp-primary);
    color: var(--sp-white);
}

p {
    margin: 0 0 10px;
	word-break: break-word;
}

figure {
    margin: 0;
}

address,
table,
pre {
	width: 100%;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    font-weight: 600;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

fieldset {
    border: 1px solid #e9e9ea;
    margin: 1.5rem 2px;
    padding: 10px 25px 20px;
    border-radius: 0px;
}

iframe {
    max-width: 100%;
	height: auto;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
    padding: 12px 24px;
    border-radius: 0px;
    background: transparent;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    outline: 1px dotted;
    outline-offset: -2px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	border-radius: 0px;
    display: block;
	line-height: 1.3;
	font-size: inherit;
    font-weight: 400;
    padding: .469rem 1rem;
    vertical-align: middle;
    width: 100%;
    background-color: #fbfbfb;
    border: 1px solid #e9e9ea;
    outline: none;
    letter-spacing: 0.5px;
    box-shadow: none;
    background-image: linear-gradient(#242424, #242424), linear-gradient(#e9e9ea, #e9e9ea);
    background-size: 0 1px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom, center calc(100% - -1px);
    -moz-transition: background 0s ease-out;
    -webkit-transition: background 0s ease-out;
    -o-transition: background 0s ease-out;
    transition: background 0s ease-out;
}

input[type="text"]:focus, input[type="email"]:focus,
input[type="url"]:focus, input[type="password"]:focus,
input[type="search"]:focus, input[type="number"]:focus,
input[type="tel"]:focus, input[type="range"]:focus,
input[type="date"]:focus, input[type="month"]:focus,
input[type="week"]:focus, input[type="time"]:focus,
input[type="datetime"]:focus, input[type="datetime-local"]:focus,
input[type="color"]:focus, textarea:focus, select:focus {    
    background-size: 100% 2px, 100% 2px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

button[type=submit]:hover, button:hover, input[type="button"]:hover,
input[type="reset"]:hover, input[type="submit"]:hover,
button[type=submit]:focus, button:focus, input[type="button"]:focus,
input[type="reset"]:focus, input[type="submit"]:focus {
    color: var(--sp-white);
    background-color: var(--sp-primary);
}

input[type="text"]:focus, input[type="email"]:focus,
input[type="url"]:focus, input[type="password"]:focus,
input[type="search"]:focus, input[type="number"]:focus,
input[type="tel"]:focus, input[type="range"]:focus,
input[type="date"]:focus, input[type="month"]:focus,
input[type="week"]:focus, input[type="time"]:focus,
input[type="datetime"]:focus, input[type="datetime-local"]:focus,
input[type="color"]:focus, textarea:focus, select:focus {
    background-color: #ffffff;
    background-image: var(--sp-gradient-focus);
    border-bottom: 0;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

select {
    background-clip: padding-box;
	border: 1px solid #e9e9ea;
    border-radius: 0px;
    display: block;
	font-size: 92%;
    font-weight: 400;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    width: 100%;
    box-shadow: none;
	overflow: auto !important;
    outline: 0;
	background-image: linear-gradient(#242424, #242424), linear-gradient(#e9e9ea, #e9e9ea);
    background-size: 0 1px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom, center calc(100% - -1px);
    background-color: #f6f6f6;
    -moz-transition: background 0s ease-out;
    -webkit-transition: background 0s ease-out;
    -o-transition: background 0s ease-out;
    transition: background 0s ease-out;
}

textarea {
    height: 75px;
    overflow: auto;
    resize: vertical;
}

input[type=checkbox], input[type=radio],
form[id*=give-form] #give-gateway-radio-list>li input[type=radio],
form[id*=give-form] #give-gateway-radio-list>li input[type=checkbox],
div.wpforms-container-full .wpforms-form input[type=radio],
div.wpforms-container-full .wpforms-form input[type=checkbox] {
    border: 2px solid var(--sp-primary);;
    background: #fff;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 20px;
    margin: -3px 3px 0 0;
    outline: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 20px !important;
    max-width: 20px;
	-moz-appearance: none !important;
    -webkit-appearance: none !important;
    transition: .05s border-color ease-in-out;
}

input[type=radio] {
    border-radius: 50%;
    margin-right: 4px;
    line-height: 12px;
}

input[type=checkbox]:checked:before,
input[type=radio]:checked:before {
    display: inline-block;
    vertical-align: middle;
    speak: none;
    line-height: 1.1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	-webkit-transition: .3s all;
    transition: .3s all;
}

input[type=radio]:checked:before {
    content: "⬤";
    text-indent: -9999px;
    border-radius: 50px;
    font-size: 24px;
    width: 8px;
    height: 8px;
    margin: 4px;
    line-height: 20px;
	background: var(--sp-primary);;
}

input[type=checkbox]:checked:before {
    content: "✔";
    font-weight: 900;
    color: var(--sp-primary);;
}

/*---//---*/

/* DL DD Two Column Like Table List */

.av-grid-dl dt {
  padding: 0.5em 0 0.5em 0;
  font-weight: 600;
}

.av-grid-dl dd {
  margin: 0;
  padding: 0.5em 0 0.5em 0;
}

@media (min-width: 550px) {
    .av-grid-dl {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }
    .av-grid-dl dt {
        grid-column-start: 1;
    }
    .av-grid-dl dd {
        grid-column-start: 2;
    }
    .av-grid-dl dt+dd {}
}

/* ---//--- */

/* AV BTN Start */

.btn-st-1 {
    padding: 0;
    height: auto;
    background: none;
    box-shadow: none;
    border: none;
    font-weight: 500;
    font-size: 15px;
}

/* ---//--- */

.av-container {
    width: 100%;
    max-width: 1200px;	
    margin: 0 auto;
}

.av-container,
.av-container-fluid {
	padding: 0 50px;
}

.av-columns-area {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0px -15px;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    justify-content: flex-start;
}

[class*="av-column-"] {
    position: relative;
    width: 100%;
    padding: 0px 15px;
	z-index: 0;
}

.d-none, div.d-none {
	display: none;
}
.d-block, div.d-block {
	display: block;
}

.d-inline, div.d-inline {
	display: inline;
}

.d-inline-block, div.d-inline-block {
	display: inline-block;
}

.m-0 {margin: 0;}
.my-auto {margin: auto 0;}
.mx-auto {margin: 0 auto;}

.mt-0 {margin-top: 0;}.mt-1 {margin-top: .25rem;}.mt-2 {margin-top: .5rem;}.mt-3 {margin-top: 1rem;}.mt-4 {margin-top: 1.5rem;}.mt-5 {margin-top: 2rem;}.mt-6 {margin-top: 3rem;}
.mr-0 {margin-right: 0;}.mr-1 {margin-right: .25rem;}.mr-2 {margin-right: .5rem;}.mr-3 {margin-right: 1rem;}.mr-4 {margin-right: 1.5rem;}.mr-5 {margin-right: 2rem;}.mr-6 {margin-right: 3rem;}
.mb-0 {margin-bottom: 0;}.mb-1 {margin-bottom: .25rem;}.mb-2 {margin-bottom: .5rem;}.mb-3 {margin-bottom: 1rem;}.mb-4 {margin-bottom: 1.5rem;}.mb-5 {margin-bottom: 2rem;}.mb-6 {margin-bottom: 3rem;}
.ml-0 {margin-left: 0;}.ml-1 {margin-left: .25rem;}.ml-2 {margin-left: .5rem;}.ml-3 {margin-left: 1rem;}.ml-4 {margin-left: 1.5rem;}.ml-5 {margin-left: 2rem;}.ml-6 {margin-left: 3rem;}

.my-0 {margin-top: 0;margin-bottom: 0;}.my-1 {margin-top: .25rem;margin-bottom: .25rem;}.my-2 {margin-top: .5rem;margin-bottom: .5rem;}.my-3 {margin-top: 1rem;margin-bottom: 1rem;}.my-4 {margin-top: 1.5rem;margin-bottom: 1.5rem;}.my-5 {margin-top: 2rem;margin-bottom: 2rem;}.my-6 {margin-top: 3rem;margin-bottom: 3rem;}
.mx-0 {margin-left: 0;margin-right: 0;}.mx-1 {margin-left: .25rem;margin-right: .25rem;}.mx-2 {margin-left: .5rem;margin-right: .5rem;}.mx-3 {margin-left: 1rem;margin-right: 1rem;}.mx-4 {margin-left: 1.5rem;margin-right: 1.5rem;}.mx-5 {margin-left: 2rem;margin-right: 2rem;}.mx-6 {margin-left: 3rem;margin-right: 3rem;}

.pt-0 {padding-top: 0;}.pt-1 {padding-top: .25rem;}.pt-2 {padding-top: .5rem;}.pt-3 {padding-top: 1rem;}.pt-4 {padding-top: 1.5rem;}.pt-5 {padding-top: 2rem;}.pt-6 {padding-top: 3rem;}
.pr-0 {padding-right: 0;}.pr-1 {padding-right: .25rem;}.pr-2 {padding-right: .5rem;}.pr-3 {padding-right: 1rem;}.pr-4 {padding-right: 1.5rem;}.pr-5 {padding-right: 2rem;}.pr-6 {padding-top: 3rem;}
.pb-0 {padding-bottom: 0;}.pb-1 {padding-bottom: .25rem;}.pb-2 {padding-bottom: .5rem;}.pb-3 {padding-bottom: 1rem;}.pb-4 {padding-bottom: 1.5rem;}.pb-5 {padding-bottom: 2rem;}.pb-6 {padding-top: 3rem;}
.pl-0 {padding-left: 0;}.pl-1 {padding-left: .25rem;}.pl-2 {padding-left: .5rem;}.pl-3 {padding-left: 1rem;}.pl-4 {padding-left: 1.5rem;}.pl-5 {padding-left: 2rem;}.pl-6 {padding-top: 3rem;}

.p-0 {padding: 0;}

.py-0 {padding-top: 0;padding-bottom: 0;}.py-1 {padding-top: .25rem;padding-bottom: .25rem;}.py-2 {padding-top: .5rem;padding-bottom: .5rem;}.py-3 {padding-top: 1rem;padding-bottom: 1rem;}.py-4 {padding-top: 1.5rem;padding-bottom: 1.5rem;}.py-5 {padding-top: 2rem;padding-bottom: 2rem;}.py-6 {padding-top: 3rem;padding-bottom: 3rem;}
.px-0 {padding-left: 0;padding-right: 0;}.px-1 {padding-left: .25rem;padding-right: .25rem;}.px-2 {padding-left: .5rem;padding-right: .5rem;}.px-3 {padding-left: 1rem;padding-right: 1rem;}.px-4 {padding-left: 1.5rem;padding-right: 1.5rem;}.px-5 {padding-left: 2rem;padding-right: 2rem;}.px-6 {padding-left: 3rem;padding-right: 3rem;}

.my-auto {
	margin: auto 0px;
}

.mx-auto {
	margin: 0px auto;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.flex-fill {
	-ms-flex: 1 1 50%;
	flex: 1 1 50%;
}

.flex-fill:nth-child(2) {
    flex-basis: 18%;
}

.flex-10 {
    -ms-flex: 1 1 10%;
    flex: 1 1 10%;
}

.flex-15 {
    -ms-flex: 1 1 15%;
    flex: 1 1 15%;
}

.flex-20 {
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
}

.flex-25 {
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
}

.flex-30 {
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
}

.flex-35 {
    -ms-flex: 1 1 35%;
    flex: 1 1 35%;
}

.flex-40 {
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
}

.flex-45 {
    -ms-flex: 1 1 45%;
    flex: 1 1 45%;
}

.flex-50 {
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
}

.flex-55 {
    -ms-flex: 1 1 55%;
    flex: 1 1 55%;
}

.flex-60 {
    -ms-flex: 1 1 60%;
    flex: 1 1 60%;
}

.flex-65 {
    -ms-flex: 1 1 65%;
    flex: 1 1 65%;
}

.flex-70 {
    -ms-flex: 1 1 70%;
    flex: 1 1 70%;
}

.flex-75 {
    -ms-flex: 1 1 75%;
    flex: 1 1 75%;
}

.flex-80 {
    -ms-flex: 1 1 80%;
    flex: 1 1 80%;
}

.flex-85 {
    -ms-flex: 1 1 85%;
    flex: 1 1 85%;
}

.flex-90 {
    -ms-flex: 1 1 90%;
    flex: 1 1 90%;
}

.flex-95 {
    -ms-flex: 1 1 95%;
    flex: 1 1 95%;
}

.flex-100 {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

.flex-auto {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.mobile-menu .dropdown-menu.d-flex {
    display: -ms-flexbox;
    display: flex;
}

.float-right {
    float: right;
}
.float-left {
    float: left;
}
.float-none {
    float: none;
}

.order-1 {
    order: 1;
}
.order-2 {
    order: 2;
}
.order-3 {
    order: 3;
}
.order-4 {
    order: 4;
}
.order-5 {
    order: 5;
}
.order-6 {
    order: 6;
}
.order-7 {
    order: 7;
}
.order-8 {
    order: 8;
}
.order-9 {
    order: 9;
}
.order-10 {
    order: 10;
}
.order-11 {
    order: 11;
}
.order-12 {
    order: 12;
}

/* Masonry container */
.av-masonry {
    width: 100%;
    -webkit-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    -webkit-column-gap: 1.5rem;
    column-gap: 1.5rem;
}

.av-masonry-4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
}

.av-masonry-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.av-masonry-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

@media only screen and (max-width: 767px) {
  .av-masonry[class*="av-masonry-"] {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .av-masonry[class*="av-masonry-"] {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .av-masonry[class*="av-masonry-"] {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}

@media (min-width: 601px) {
    .av-sm-column-1 {
        -ms-flex: 0 0 16.333333%;
        flex: 0 0 16.333333%;
        max-width: 16.333333%;
    }
    .av-sm-column-2 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .av-sm-column-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .av-sm-column-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .av-sm-column-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .av-sm-column-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .av-sm-column-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .av-sm-column-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .av-sm-column-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .av-sm-column-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .av-sm-column-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .av-sm-column-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .d-sm-none, div.d-sm-none {
        display: none;
    }
    .d-sm-block, div.d-sm-block {
        display: block;
    }
    .d-sm-inline, div.d-sm-inline {
        display: inline;
    }
    .d-sm-inline-block, div.d-sm-inline-block {
        display: inline-block;
    }
    .text-sm-left {
        text-align: left;
    }

    .text-sm-right {
        text-align: right;
    }

    .text-sm-center {
        text-align: center;
    }
    .my-sm-auto {
        margin: auto 0px;
    }

    .mx-sm-auto {
        margin: 0px auto;
    }

    .m-sm-0 {margin: 0;}

    .mt-sm-0 {margin-top: 0;}.mt-sm-1 {margin-top: .25rem;}.mt-sm-2 {margin-top: .5rem;}.mt-sm-3 {margin-top: 1rem;}.mt-sm-4 {margin-top: 1.5rem;}.mt-sm-5 {margin-top: 2rem;}.mt-sm-6 {margin-top: 3rem;}
    .mr-sm-0 {margin-right: 0;}.mr-sm-1 {margin-right: .25rem;}.mr-sm-2 {margin-right: .5rem;}.mr-sm-3 {margin-right: 1rem;}.mr-sm-4 {margin-right: 1.5rem;}.mr-sm-5 {margin-right: 2rem;}.mr-sm-6 {margin-right: 3rem;}
    .mb-sm-0 {margin-bottom: 0;}.mb-sm-1 {margin-bottom: .25rem;}.mb-sm-2 {margin-bottom: .5rem;}.mb-sm-3 {margin-bottom: 1rem;}.mb-sm-4 {margin-bottom: 1.5rem;}.mb-sm-5 {margin-bottom: 2rem;}.mb-sm-6 {margin-bottom: 3rem;}
    .ml-sm-0 {margin-left: 0;}.ml-sm-1 {margin-left: .25rem;}.ml-sm-2 {margin-left: .5rem;}.ml-sm-3 {margin-left: 1rem;}.ml-sm-4 {margin-left: 1.5rem;}.ml-sm-5 {margin-left: 2rem;}.ml-sm-6 {margin-left: 3rem;}

    .my-sm-0 {margin-top: 0;margin-bottom: 0;}.my-sm-1 {margin-top: .25rem;margin-bottom: .25rem;}.my-sm-2 {margin-top: .5rem;margin-bottom: .5rem;}.my-sm-3 {margin-top: 1rem;margin-bottom: 1rem;}.my-sm-4 {margin-top: 1.5rem;margin-bottom: 1.5rem;}.my-sm-5 {margin-top: 2rem;margin-bottom: 2rem;}.my-sm-6 {margin-top: 3rem;margin-bottom: 3rem;}
    .mx-sm-0 {margin-left: 0;margin-right: 0;}.mx-sm-1 {margin-left: .25rem;margin-right: .25rem;}.mx-sm-2 {margin-left: .5rem;margin-right: .5rem;}.mx-sm-3 {margin-left: 1rem;margin-right: 1rem;}.mx-sm-4 {margin-left: 1.5rem;margin-right: 1.5rem;}.mx-sm-5 {margin-left: 2rem;margin-right: 2rem;}.mx-sm-6 {margin-left: 3rem;margin-right: 3rem;}

    .p-sm-0 {padding: 0;}

    .pt-sm-0 {padding-top: 0;}.pt-sm-1 {padding-top: .25rem;}.pt-sm-2 {padding-top: .5rem;}.pt-sm-3 {padding-top: 1rem;}.pt-sm-4 {padding-top: 1.5rem;}.pt-sm-5 {padding-top: 2rem;}.pt-sm-6 {padding-top: 3rem;}
    .pr-sm-0 {padding-right: 0;}.pr-sm-1 {padding-right: .25rem;}.pr-sm-2 {padding-right: .5rem;}.pr-sm-3 {padding-right: 1rem;}.pr-sm-4 {padding-right: 1.5rem;}.pr-sm-5 {padding-right: 2rem;}.pr-sm-6 {padding-top: 3rem;}
    .pb-sm-0 {padding-bottom: 0;}.pb-sm-1 {padding-bottom: .25rem;}.pb-sm-2 {padding-bottom: .5rem;}.pb-sm-3 {padding-bottom: 1rem;}.pb-sm-4 {padding-bottom: 1.5rem;}.pb-sm-5 {padding-bottom: 2rem;}.pb-sm-6 {padding-top: 3rem;}
    .pl-sm-0 {padding-left: 0;}.pl-sm-1 {padding-left: .25rem;}.pl-sm-2 {padding-left: .5rem;}.pl-sm-3 {padding-left: 1rem;}.pl-sm-4 {padding-left: 1.5rem;}.pl-sm-5 {padding-left: 2rem;}.pl-sm-6 {padding-top: 3rem;}

    .py-sm-0 {padding-top: 0;padding-bottom: 0;}.py-sm-1 {padding-top: .25rem;padding-bottom: .25rem;}.py-sm-2 {padding-top: .5rem;padding-bottom: .5rem;}.py-sm-3 {padding-top: 1rem;padding-bottom: 1rem;}.py-sm-4 {padding-top: 1.5rem;padding-bottom: 1.5rem;}.py-sm-5 {padding-top: 2rem;padding-bottom: 2rem;}.py-sm-6 {padding-top: 3rem;padding-bottom: 3rem;}
    .px-sm-0 {padding-left: 0;padding-right: 0;}.px-sm-1 {padding-left: .25rem;padding-right: .25rem;}.px-sm-2 {padding-left: .5rem;padding-right: .5rem;}.px-sm-3 {padding-left: 1rem;padding-right: 1rem;}.px-sm-4 {padding-left: 1.5rem;padding-right: 1.5rem;}.px-sm-5 {padding-left: 2rem;padding-right: 2rem;}.px-sm-6 {padding-left: 3rem;padding-right: 3rem;}

    .float-sm-right {
        float: right;
    }
    .float-sm-left {
        float: left;
    }
    .float-sm-none {
        float: none;
    }

    .order-sm-1 {order: 1;}.order-sm-2 {order: 2;}.order-sm-3 {order: 3;}.order-sm-4 {order: 4;}.order-sm-5 {order: 5;}.order-sm-6 {order: 6;}.order-sm-7 {order: 7;}.order-sm-8 {order: 8;}.order-sm-9 {order: 9;
    }.order-sm-10 {order: 10;}.order-sm-11 {order: 11;}.order-sm-12 {order: 12;}
}

/* Laptop/Tablet Size */
@media (min-width: 768px) {
    .av-md-column-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .av-md-column-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .av-md-column-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .av-md-column-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .av-md-column-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .av-md-column-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .av-md-column-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .av-md-column-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .av-md-column-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .av-md-column-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .av-md-column-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .av-md-column-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .d-md-none, div.d-md-none {
        display: none;
    }
    .d-md-block, div.d-md-block {
        display: block;
    }
    .d-md-inline, div.d-md-inline {
        display: inline;
    }
    .d-md-inline-block, div.d-md-inline-block {
        display: inline-block;
    }
    .text-md-left {
        text-align: left;
    }

    .text-md-right {
        text-align: right;
    }

    .text-md-center {
        text-align: center;
    }
    .my-md-auto {
        margin: auto 0px;
    }

    .mx-md-auto {
        margin: 0px auto;
    }

    .m-md-0 {margin: 0;}

    .mt-md-0 {margin-top: 0;}.mt-md-1 {margin-top: .25rem;}.mt-md-2 {margin-top: .5rem;}.mt-md-3 {margin-top: 1rem;}.mt-md-4 {margin-top: 1.5rem;}.mt-md-5 {margin-top: 2rem;}.mt-md-6 {margin-top: 3rem;}
    .mr-md-0 {margin-right: 0;}.mr-md-1 {margin-right: .25rem;}.mr-md-2 {margin-right: .5rem;}.mr-md-3 {margin-right: 1rem;}.mr-md-4 {margin-right: 1.5rem;}.mr-md-5 {margin-right: 2rem;}.mr-md-6 {margin-right: 3rem;}
    .mb-md-0 {margin-bottom: 0;}.mb-md-1 {margin-bottom: .25rem;}.mb-md-2 {margin-bottom: .5rem;}.mb-md-3 {margin-bottom: 1rem;}.mb-md-4 {margin-bottom: 1.5rem;}.mb-md-5 {margin-bottom: 2rem;}.mb-md-6 {margin-bottom: 3rem;}
    .ml-md-0 {margin-left: 0;}.ml-md-1 {margin-left: .25rem;}.ml-md-2 {margin-left: .5rem;}.ml-md-3 {margin-left: 1rem;}.ml-md-4 {margin-left: 1.5rem;}.ml-md-5 {margin-left: 2rem;}.ml-md-6 {margin-left: 3rem;}

    .my-md-0 {margin-top: 0;margin-bottom: 0;}.my-md-1 {margin-top: .25rem;margin-bottom: .25rem;}.my-md-2 {margin-top: .5rem;margin-bottom: .5rem;}.my-md-3 {margin-top: 1rem;margin-bottom: 1rem;}.my-md-4 {margin-top: 1.5rem;margin-bottom: 1.5rem;}.my-md-5 {margin-top: 2rem;margin-bottom: 2rem;}.my-md-6 {margin-top: 3rem;margin-bottom: 3rem;}
    .mx-md-0 {margin-left: 0;margin-right: 0;}.mx-md-1 {margin-left: .25rem;margin-right: .25rem;}.mx-md-2 {margin-left: .5rem;margin-right: .5rem;}.mx-md-3 {margin-left: 1rem;margin-right: 1rem;}.mx-md-4 {margin-left: 1.5rem;margin-right: 1.5rem;}.mx-md-5 {margin-left: 2rem;margin-right: 2rem;}.mx-md-6 {margin-left: 3rem;margin-right: 3rem;}

    .p-md-0 {padding: 0;}

    .pt-md-0 {padding-top: 0;}.pt-md-1 {padding-top: .25rem;}.pt-md-2 {padding-top: .5rem;}.pt-md-3 {padding-top: 1rem;}.pt-md-4 {padding-top: 1.5rem;}.pt-md-5 {padding-top: 2rem;}.pt-md-6 {padding-top: 3rem;}
    .pr-md-0 {padding-right: 0;}.pr-md-1 {padding-right: .25rem;}.pr-md-2 {padding-right: .5rem;}.pr-md-3 {padding-right: 1rem;}.pr-md-4 {padding-right: 1.5rem;}.pr-md-5 {padding-right: 2rem;}.pr-md-6 {padding-top: 3rem;}
    .pb-md-0 {padding-bottom: 0;}.pb-md-1 {padding-bottom: .25rem;}.pb-md-2 {padding-bottom: .5rem;}.pb-md-3 {padding-bottom: 1rem;}.pb-md-4 {padding-bottom: 1.5rem;}.pb-md-5 {padding-bottom: 2rem;}.pb-md-6 {padding-top: 3rem;}
    .pl-md-0 {padding-left: 0;}.pl-md-1 {padding-left: .25rem;}.pl-md-2 {padding-left: .5rem;}.pl-md-3 {padding-left: 1rem;}.pl-md-4 {padding-left: 1.5rem;}.pl-md-5 {padding-left: 2rem;}.pl-md-6 {padding-top: 3rem;}

    .py-md-0 {padding-top: 0;padding-bottom: 0;}.py-md-1 {padding-top: .25rem;padding-bottom: .25rem;}.py-md-2 {padding-top: .5rem;padding-bottom: .5rem;}.py-md-3 {padding-top: 1rem;padding-bottom: 1rem;}.py-md-4 {padding-top: 1.5rem;padding-bottom: 1.5rem;}.py-md-5 {padding-top: 2rem;padding-bottom: 2rem;}.py-md-6 {padding-top: 3rem;padding-bottom: 3rem;}
    .px-md-0 {padding-left: 0;padding-right: 0;}.px-md-1 {padding-left: .25rem;padding-right: .25rem;}.px-md-2 {padding-left: .5rem;padding-right: .5rem;}.px-md-3 {padding-left: 1rem;padding-right: 1rem;}.px-md-4 {padding-left: 1.5rem;padding-right: 1.5rem;}.px-md-5 {padding-left: 2rem;padding-right: 2rem;}.px-md-6 {padding-left: 3rem;padding-right: 3rem;}

    .float-md-right {
        float: right;
    }
    .float-md-left {
        float: left;
    }
    .float-md-none {
        float: none;
    }

    .order-md-1 {order: 1;}.order-md-2 {order: 2;}.order-md-3 {order: 3;}.order-md-4 {order: 4;}.order-md-5 {order: 5;}.order-md-6 {order: 6;}.order-md-7 {order: 7;}.order-md-8 {order: 8;}.order-md-9 {order: 9;
    }.order-md-10 {order: 10;}.order-md-11 {order: 11;}.order-md-12 {order: 12;}
}
/* ---//--- */

/* Desktop Size */
@media (min-width: 992px) {
    .av-column-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .av-column-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .av-column-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .av-column-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .av-column-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .av-column-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .av-column-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .av-column-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .av-column-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .av-column-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .av-column-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .av-column-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
	.d-av-none, div.d-av-none {
		display: none;
	}
	.d-av-block, div.d-av-block {
		display: block;
	}
	.d-av-inline, div.d-av-inline {
		display: inline;
	}
	.d-av-inline-block, div.d-av-inline-block {
		display: inline-block;
	}
	.text-av-left {
		text-align: left;
	}

	.text-av-right {
		text-align: right;
	}

	.text-av-center {
		text-align: center;
	}
	.my-av-auto {
		margin: auto 0px;
	}

	.mx-av-auto {
		margin: 0px auto;
	}

    .m-av-0 {margin: 0;}

	.mt-av-0 {margin-top: 0;}.mt-av-1 {margin-top: .25rem;}.mt-av-2 {margin-top: .5rem;}.mt-av-3 {margin-top: 1rem;}.mt-av-4 {margin-top: 1.5rem;}.mt-av-5 {margin-top: 2rem;}.mt-av-6 {margin-top: 3rem;}
	.mr-av-0 {margin-right: 0;}.mr-av-1 {margin-right: .25rem;}.mr-av-2 {margin-right: .5rem;}.mr-av-3 {margin-right: 1rem;}.mr-av-4 {margin-right: 1.5rem;}.mr-av-5 {margin-right: 2rem;}.mr-av-6 {margin-right: 3rem;}
	.mb-av-0 {margin-bottom: 0;}.mb-av-1 {margin-bottom: .25rem;}.mb-av-2 {margin-bottom: .5rem;}.mb-av-3 {margin-bottom: 1rem;}.mb-av-4 {margin-bottom: 1.5rem;}.mb-av-5 {margin-bottom: 2rem;}.mb-av-6 {margin-bottom: 3rem;}
	.ml-av-0 {margin-left: 0;}.ml-av-1 {margin-left: .25rem;}.ml-av-2 {margin-left: .5rem;}.ml-av-3 {margin-left: 1rem;}.ml-av-4 {margin-left: 1.5rem;}.ml-av-5 {margin-left: 2rem;}.ml-av-6 {margin-left: 3rem;}

    .my-av-0 {margin-top: 0;margin-bottom: 0;}.my-av-1 {margin-top: .25rem;margin-bottom: .25rem;}.my-av-2 {margin-top: .5rem;margin-bottom: .5rem;}.my-av-3 {margin-top: 1rem;margin-bottom: 1rem;}.my-av-4 {margin-top: 1.5rem;margin-bottom: 1.5rem;}.my-av-5 {margin-top: 2rem;margin-bottom: 2rem;}.my-av-6 {margin-top: 3rem;margin-bottom: 3rem;}
    .mx-av-0 {margin-left: 0;margin-right: 0;}.mx-av-1 {margin-left: .25rem;margin-right: .25rem;}.mx-av-2 {margin-left: .5rem;margin-right: .5rem;}.mx-av-3 {margin-left: 1rem;margin-right: 1rem;}.mx-av-4 {margin-left: 1.5rem;margin-right: 1.5rem;}.mx-av-5 {margin-left: 2rem;margin-right: 2rem;}.mx-av-6 {margin-left: 3rem;margin-right: 3rem;}

    .p-av-0 {padding: 0;}

	.pt-av-0 {padding-top: 0;}.pt-av-1 {padding-top: .25rem;}.pt-av-2 {padding-top: .5rem;}.pt-av-3 {padding-top: 1rem;}.pt-av-4 {padding-top: 1.5rem;}.pt-av-5 {padding-top: 2rem;}.pt-av-6 {padding-top: 3rem;}
	.pr-av-0 {padding-right: 0;}.pr-av-1 {padding-right: .25rem;}.pr-av-2 {padding-right: .5rem;}.pr-av-3 {padding-right: 1rem;}.pr-av-4 {padding-right: 1.5rem;}.pr-av-5 {padding-right: 2rem;}.pr-av-6 {padding-top: 3rem;}
	.pb-av-0 {padding-bottom: 0;}.pb-av-1 {padding-bottom: .25rem;}.pb-av-2 {padding-bottom: .5rem;}.pb-av-3 {padding-bottom: 1rem;}.pb-av-4 {padding-bottom: 1.5rem;}.pb-av-5 {padding-bottom: 2rem;}.pb-av-6 {padding-top: 3rem;}
	.pl-av-0 {padding-left: 0;}.pl-av-1 {padding-left: .25rem;}.pl-av-2 {padding-left: .5rem;}.pl-av-3 {padding-left: 1rem;}.pl-av-4 {padding-left: 1.5rem;}.pl-av-5 {padding-left: 2rem;}.pl-av-6 {padding-top: 3rem;}

    .py-av-0 {padding-top: 0;padding-bottom: 0;}.py-av-1 {padding-top: .25rem;padding-bottom: .25rem;}.py-av-2 {padding-top: .5rem;padding-bottom: .5rem;}.py-av-3 {padding-top: 1rem;padding-bottom: 1rem;}.py-av-4 {padding-top: 1.5rem;padding-bottom: 1.5rem;}.py-av-5 {padding-top: 2rem;padding-bottom: 2rem;}.py-av-6 {padding-top: 3rem;padding-bottom: 3rem;}
    .px-av-0 {padding-left: 0;padding-right: 0;}.px-av-1 {padding-left: .25rem;padding-right: .25rem;}.px-av-2 {padding-left: .5rem;padding-right: .5rem;}.px-av-3 {padding-left: 1rem;padding-right: 1rem;}.px-av-4 {padding-left: 1.5rem;padding-right: 1.5rem;}.px-av-5 {padding-left: 2rem;padding-right: 2rem;}.px-av-6 {padding-left: 3rem;padding-right: 3rem;}

    .float-av-right {
        float: right;
    }
    .float-av-left {
        float: left;
    }
    .float-av-none {
        float: none;
    }

    .order-av-1 {order: 1;}.order-av-2 {order: 2;}.order-av-3 {order: 3;}.order-av-4 {order: 4;}.order-av-5 {order: 5;}.order-av-6 {order: 6;}.order-av-7 {order: 7;}.order-av-8 {order: 8;}.order-av-9 {order: 9;
    }.order-av-10 {order: 10;}.order-av-11 {order: 11;}.order-av-12 {order: 12;}
}
/* ---//--- */
/* menu.css */
/*---------------------------------------------
    Header Menu
---------------------------------------------*/

.navigator-wrapper,
.nav-area {
    width: 100%;
}

.overlay-enabled {
    overflow: hidden;
}

.header {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: var(--sp-white);
    -webkit-transition: min-height 0.3s ease;
    transition: min-height 0.3s ease;
    width: 100%;
    z-index: 3;
}

.header-above-info {
    position: relative;
    z-index: 0;
}

.navigator-wrapper {
    position: relative;
}

@media only screen and (min-width: 783px) {
    body.admin-bar .header .sticky-menu {
        top: 32px;
    }
}
@media only screen and (max-width: 782px) and (min-width: 601px) {
    body.admin-bar .header .sticky-menu {
        top: 46px;
    }
}

.site-title {
    padding: 0;
}

.site-title img {
    width: auto;
    height: auto;
    float: none;
    margin: 0;
}

.logo a, .mobile-logo a, .site-title {
    display: block;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    white-space: normal;
    width: 100%;
    max-width: max-content;
    height: auto;
    z-index: 9;
}

a.site-title {
    display: inline-block;
}

.logo a, .mobile-logo a {
    margin: auto 0;
}

a.site-title {
    margin: auto 0 0;
}

.logo a:focus {
    outline-width: 1px;
    outline-style: dotted;
}
    
.site-first-letter,
.site-last-letter {
    font-weight: bolder;
}

.site-description {
    width: 100%;
    display: block;
    font-size: 10px;
    font-weight: 500;
    line-height: 1;
    white-space: normal;
    margin: 0;
    padding-top: 0px;
}

.navbar-brand {
    padding: 0;
}

.navbar-area {
    padding: 1.47rem 0;
}

.theme-mobile-nav,
.navbar-area {
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
}

.theme-menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    width: 100%;
    height: 100%;
}

.menubar {
    text-align: right;
    position: relative;
    z-index: 1;
}

.not-included {
    display: block;
    font-size: 0.7em;
    line-height: 1.2;
    font-style: normal;
    margin: 0;
    margin-top: -1px;
    padding: 0 0 5px 0;
}

.mobile-menu .not-included {
    margin-top: -6px;
}
.menubar .menu-wrap > li > a > .not-included {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    max-width: 100%;
    z-index: 1;
    bottom: -5px;
}
.header .widget_nav_menu li > a > .not-included,
.footer .widget_nav_menu li > a > .not-included,
.footer .menu-wrap > li > a > .not-included {
    display: contents;
    line-height: 0;
    width: 100%;
}
.footer .menu-wrap > li > a > .badge,
.menubar .menu-wrap > li > a > .badge {
    position: absolute;
    top: -18px;
    right: 0;
    left: 0;
    text-align: center;
    max-width: max-content;
    margin: 0 auto;
    z-index: 1;
}
.footer .menu-wrap > li > a > .badge:before,
.menubar .menu-wrap > li > a > .badge:before {
    transform: rotate(-90deg);
    left: 0;
    right: 0;
    bottom: -36px;
    margin: auto auto;
}

.badge {
    margin: 0 6px;
    position: relative;
    color: var(--sp-white);
    padding: 3px 6px;
    display: inline-block;
    font-size: 75%;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    vertical-align: top;
    border-radius: 3px;
    background-color: var(--sp-primary);
}

.badge:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15px;
    margin: auto 0;
    height: 0;
    width: 0;
    border: 10px solid transparent;
    border-right-color: var(--sp-primary);
}

.menubar ul.menu-wrap {
    display: inline-block;
}

ul.menu-wrap {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: block;
}

ul.menu-wrap li {
    list-style: none;
}

.menu-wrap > li > a,
.dropdown-menu li a {
    position: relative;
    display: block;
    text-align: inherit;
    z-index: 0;
    /*line-height: 3.1;*/
    line-height: 44px;
}

.menu-wrap > li a img {
    width: auto;
    height: 15px;
    display: inline-block;
    vertical-align: initial;
    margin: auto;
    margin-right: 5px;
    transform: translateY(1px);
}
.header .widget_nav_menu li.menu-item-has-children > a:after,
.footer .widget_nav_menu li.menu-item-has-children > a:after,
.footer .menu-wrap > li.dropdown > a:before,
.menubar .menu-wrap > li.dropdown > a:before {
    content: '\f107';
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    right: 17px;
    bottom: 0;
    display: flex;
    align-items: center;
    color: inherit;
}
.header .widget_nav_menu li.menu-item-has-children > a,
.footer .widget_nav_menu li.menu-item-has-children > a,
.footer ul.menu-wrap > li.dropdown > a,
.menubar ul.menu-wrap > li.dropdown > a {
    padding-right: 35px;
}
.navbar-area .menubar ul.menu-wrap li.btn-home {
    vertical-align: bottom;
    text-align: center;
}
.navbar-area .menubar ul.menu-wrap li.btn-home > a {
    padding: 0 20px;
}
.active-five .menubar ul.menu-wrap li.btn-home {
    margin-right: -9px;
}
ul.menu-wrap .btn-home > a.nav-link > span {
    font-size: 25px;
    line-height: inherit;
}
.footer .menu-wrap > li > a {
    padding: 0px 5px;
}
.widget-left .menu-wrap > li:first-child > a,
.widget-right .menu-wrap > li:first-child > a {
    padding-left: 0
}
.widget-left .menu-wrap > li:last-child > a,
.widget-right .menu-wrap > li:last-child > a {
    padding-right: 0px;
}

.menubar .menu-wrap > li > a {
    padding: 0px 16px;
    display: inline-flex;
    color: var(--sp-secondary-dark);
}

.menu-wrap > li > a {
    white-space: normal;
    border: 0;
    border-radius: 0;
}

/* Desktop Menu Start */

.navbar-area .menubar .menu-wrap > li {
    display: inline-block;
    margin: 0 -3px;
    position: relative;
}
/* Dropdown Menu Border Start */

.footer-copyright .widget_nav_menu ul.menu .sub-menu li.menu-item a,
.header .widget_nav_menu ul.menu .sub-menu li.menu-item a,
.header .widget_nav_menu ul.menu .sub-menu li.menu-item a {
    margin: 0;
    display: block;
    width: 100%;
}
    
.footer-copyright .widget_nav_menu ul.menu > li > a,
.header .widget_nav_menu ul.menu > li > a {
    line-height: 45px;
}

.header .widget_nav_menu .sub-menu,
.navbar-area .menubar .dropdown-menu {
    position: absolute;
    top: 100%;
    z-index: 9;
    width: 215px;
    background: var(--sp-white);
    padding: 5px 0;
    margin: 0;    
    border: 0;
    border-top-width: 3px;
    border-style: solid;
    border-radius: 0;
    border-top-color: var(--sp-primary);
    -moz-box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
    font-size: 1rem;
    text-align: left;
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all .25s;
}

.footer-copyright .widget_nav_menu .sub-menu,
.footer .menu-wrap .dropdown-menu {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 50px;
    left: auto;
    border: 0;
    padding: 5px;
    border-radius: 0;
    text-align: left;
    margin: 0 auto;
    background: var(--sp-white);
    min-width: 12.5rem;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    -webkit-box-shadow: 0 0.5rem 1.875rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 0.5rem 1.875rem rgba(0, 0, 0, 0.15);
    transition: all .25s;
}
.header .widget_nav_menu .menu > .menu-item > .sub-menu:before,
.footer-copyright .widget_nav_menu .menu .menu-item .sub-menu:before,
.footer .menu-wrap .menu-item .dropdown-menu:before {
    content: '';
    position: absolute;
    top: auto;
    right: auto;
    bottom: -10px;
    left: 20px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
.header .widget_nav_menu .menu > .menu-item > .sub-menu:before {
    top: -10px;
    border-bottom: 10px solid var(--sp-white);
}
.footer-copyright .widget_nav_menu .menu .menu-item .sub-menu:before,
.footer .menu-wrap .menu-item .dropdown-menu:before {
    border-top: 10px solid var(--sp-white);
}
.footer .menu-wrap .dropdown-menu,
.footer-copyright .widget_nav_menu .sub-menu {
    bottom: 100%;
}
.header .widget_nav_menu .sub-menu,
.navbar-area .menubar .dropdown-menu {
    top: 100%;
}

.footer-copyright .widget_nav_menu .menu-item:hover > .sub-menu,
.footer-copyright .widget_nav_menu .menu-item.focus > .sub-menu,
.header .widget_nav_menu .menu-item:hover > .sub-menu,
.header .widget_nav_menu .menu-item.focus > .sub-menu,
.footer .menu-wrap .menu-item:hover > .dropdown-menu,
.footer .menu-wrap .menu-item.focus > .dropdown-menu,
.navbar-area .menu-wrap .menu-item:hover > .dropdown-menu,
.navbar-area .menu-wrap .menu-item.focus > .dropdown-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    transition: all .2s;
}
    
.footer .menu-wrap .dropdown-menu li .dropdown-menu,
.footer-copyright .widget_nav_menu .sub-menu li .sub-menu {
    bottom: 100%;
    transform: translateY(12px);
}
.header .widget_nav_menu .sub-menu li .sub-menu,
.navbar-area .menubar .dropdown-menu li .dropdown-menu {
    top: -4px; 
    transform: translateY(-12px);
}

.footer-copyright .widget_nav_menu .sub-menu li .sub-menu,
.footer .menu-wrap .dropdown-menu li .dropdown-menu,
.header .widget_nav_menu .sub-menu li .sub-menu,
.navbar-area .menubar .dropdown-menu li .dropdown-menu {
    display: block;    
    opacity: 0;
    visibility: hidden;
}
    
.footer-copyright .widget_nav_menu .sub-menu li .sub-menu,
.footer .menu-wrap .dropdown-menu li .dropdown-menu {
    margin-bottom: 20px;
}
.header .widget_nav_menu .sub-menu li .sub-menu,
.navbar-area .menubar .dropdown-menu li .dropdown-menu {
    right: 100%;
    margin-top: 0;
    margin-right: 10px;
}
.footer .menu-wrap > .menu-item:last-child > .dropdown-menu li .dropdown-menu,
.footer-copyright .widget_nav_menu .menu > .menu-item:last-child > .sub-menu li .sub-menu {
    bottom: 100%;
}

.header .widget_nav_menu .sub-menu li .sub-menu li .sub-menu,
.navbar-area .menubar .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: auto;
    right: 100%;
    margin-right: 10px;
}

.header .widget_nav_menu .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu,
.navbar-area .menubar .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    right: auto;
    left: 100%;
}

.header .widget_nav_menu .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu,
.navbar-area .menubar .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    right: auto;
    left: 100%;
}

/*.header .widget_nav_menu .sub-menu li:hover > .sub-menu,
.header .widget_nav_menu .sub-menu li.focus > .sub-menu,
.navbar-area .menubar .dropdown-menu li:hover > .dropdown-menu,
.navbar-area .menubar .dropdown-menu li.focus > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}*/

.footer .menu-wrap .menubar .dropdown-menu > li,
.footer-copyright .widget_nav_menu .sub-menu > li,
.header .widget_nav_menu .sub-menu > li,
.navbar-area .menubar .dropdown-menu > li {
    padding: 0;
    position: relative;
    height: auto;
}

.footer .menu-wrap .dropdown-menu li a,
.footer-copyright .widget_nav_menu .sub-menu li a,
.header .widget_nav_menu .sub-menu li a,
.navbar-area .menubar .dropdown-menu li a {
    border-bottom: 1px solid #f7f7f7;
    color: var(--sp-secondary-dark);
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    padding: 8px 18px 8px 18px;
    text-transform: none;
    white-space: normal;
}

.footer .menu-wrap .dropdown-menu li:last-child a,
.footer-copyright .widget_nav_menu .sub-menu li:last-child a,
.header .widget_nav_menu .sub-menu li:last-child a,
.navbar-area .menubar .dropdown-menu li:last-child a {
    border-bottom: 0;
    border-radius: 0 3px 3px;
}

.footer .menu-wrap .dropdown-menu li:hover > a,
.footer .menu-wrap .dropdown-menu li.focus > a,
.footer-copyright .widget_nav_menu .sub-menu li:hover > a,
.footer-copyright .widget_nav_menu .sub-menu li.focus > a,
.header .widget_nav_menu .sub-menu li:hover > a,
.header .widget_nav_menu .sub-menu li.focus > a,
.navbar-area .menubar .dropdown-menu li:hover > a,
.navbar-area .menubar .dropdown-menu li.focus > a {
    background-color: #f2f2f2;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.footer .menu-wrap .dropdown-menu li:last-child,
.footer-copyright .widget_nav_menu .sub-menu li:last-child,
.header .widget_nav_menu .sub-menu li:last-child,
.navbar-area .menubar .dropdown-menu li:last-child {
    border-bottom-color: transparent;
}

.footer .menu-wrap .dropdown-menu .dropdown > a:after,
.footer-copyright .widget_nav_menu .sub-menu .menu-item-has-children > a:after,
.header .widget_nav_menu .sub-menu .menu-item-has-children > a:after,
.navbar-area .menubar .dropdown-menu .dropdown > a:after {
	font-family: "FontAwesome";
    content: "\f105";
    position: absolute;
    top: 50%;
    right: 20px;
    font-size: 0.75rem;
    opacity: 0.7;
    font-weight: 100;    
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.footer .menu-wrap .dropdown-menu .dropdown:hover > a:after,
.footer .menu-wrap .dropdown-menu .dropdown.focus > a:after,
.footer-copyright .widget_nav_menu .sub-menu .menu-item-has-children:hover > a:after,
.footer-copyright .widget_nav_menu .sub-menu .menu-item-has-children.focus > a:after,
.header .widget_nav_menu .sub-menu .menu-item-has-children:hover > a:after,
.header .widget_nav_menu .sub-menu .menu-item-has-children.focus > a:after,
.navbar-area .menubar .dropdown-menu .dropdown:hover > a:after,
.navbar-area .menubar .dropdown-menu .dropdown.focus > a:after {
    opacity: 1;
    right: 15px;
}

.header .widget_nav_menu .sub-menu {
    border-top-color: var(--sp-primary);
}

/* Desktop Menu End */

/* Sticky Menu */
.sticky-menu {
    position: fixed;
    top: -1px;
    left: 0;
    right: 0;
    width: 100%;
    background: var(--sp-white);
    z-index: 999;    
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.sticky-menu .sticky-navbar-brand {
    display: block;
    visibility: visible;
}
a.sticky-navbar-brand,
.sticky-menu .sticky-navbar-brand + .navbar-brand {
    display: none;
    visibility: hidden;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity:0;-webkit-transform:translate3d(0,-100%,0);
        transform:translate3d(0,-100%,0);
    }
    to {
        opacity:1;
        -webkit-transform:none;
        transform:none;
    }
}
@keyframes fadeInDown {
    from {
        opacity:0;-webkit-transform:translate3d(0,-100%,0);
        transform:translate3d(0,-100%,0);
    }
    to {
        opacity:1;
        -webkit-transform:none;
        transform:none;
    }
}
.fadeInDown {
    -webkit-animation-name:fadeInDown;
    animation-name:fadeInDown;
}

/* Mbile Menu Start */

.theme-mobile-nav {
    width: 100%;
    display: none;
    background-color: var(--sp-white);
}

.theme-mobile-menu {    
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0px;
}

.slide-menu .mobile-menu {
    max-width: 320px;
}

.header-menu-active .slide-menu .mobile-menu:after {
    position: fixed;
    width: 100%;
    height: 100vh;
    opacity: 0.85;    
}

.slide-menu .mobile-menu {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

.theme-mobile-menu ul.menu-wrap {
    height: 100%;
    overflow-x: hidden;
    overflow-y: overlay;
    -ms-touch-action: overlay;
    touch-action: auto;
}

.theme-mobile-menu ul, .theme-mobile-menu ul li {
    padding: 0;
    list-style: none;
    position: relative;
    z-index: 1;
    border: 0;
}

.mobile-menu > ul > li:first-child {
    border-top: 1px solid #e0e0e0;
}

.mobile-menu > ul > li {
    border-bottom: 1px solid #e0e0e0;
}

.mobile-menu > ul > li.current:before {
    content: "";
    position: absolute;
    top: 46px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e0e0e0;
}

.theme-mobile-menu ul li {
    margin: 0;
}

.theme-mobile-menu .header-wrap-right li {
    margin-right: 10px;
}

.mobile-menu .dropdown-menu {
    display: none;
}

.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;    
    z-index: 99999;
    width: 100%;
    height: 100%;
    padding-top: 4.3rem;
    padding-bottom: 1.25rem;
    visibility: hidden;
    overflow: hidden;
    text-align: left;
    background: var(--sp-white);
    transform: translateX(-150%);
}

.mobile-menu:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: inherit;
    z-index: -1;
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}

.mobile-menu-scroll {
    padding: 0;
    margin: 0px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.header-menu-active .mobile-menu {
    transform: translateX(0px);
    visibility: visible;
    -webkit-transition: all .5s cubic-bezier(.645,.045,.355,1);
    transition: all .5s cubic-bezier(.645,.045,.355,1);
}

.menu-toggle-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.mobile-menu .login-btn {
    margin-top: 16px;
}

.mobile-menu ul li.dropdown {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.mobile-menu .menu-wrap > li a {
    width: 100%;
    padding: 0;
    color: #111111;
    padding-left: 15px;
}

.mobile-menu li.dropdown ul.dropdown-menu li > a {
    padding-left: 25px;
    width: 100%;
}

.mobile-menu .dropdown > a {
    flex: 1;
}

.footer span.mobile-toggler {
    display: none;
}

span.mobile-toggler {
    width: 100%;
    max-width: 48px;
    text-align: center;
}

.mobile-menu .dropdown-menu li:not(:last-child) {
    border-bottom: 1px solid #e0e0e0;
}

.mobile-menu .dropdown > span > button {
    cursor: pointer;
    flex-basis: 10%;
    width: 100%;
    text-align: center;
    line-height: 46px;
    font-size: 1rem;
    padding: 0 .45em;
    border: 0;
    border-radius: 0;
    color: var(--sp-primary);
    background: none;
    border-left: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.mobile-menu .dropdown > span > button:before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    display: block;
}

.mobile-menu .dropdown.current > span > button:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu .dropdown-menu {
    margin: 0;
    float: none;
    clear: both;
    background: none;
    border-top: 1px solid #e0e0e0;
    width: 100%;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}

.mobile-menu .menu-item a {
    display: inline-block;
}

.mobile-menu li > a {
    text-transform: none;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.mobile-menu .dropdown.current > a {
    margin: 0;
    color: var(--sp-primary);
}

/* Hamburger menu icon on the navbar-areas */

span.tgl-lbl {
    line-height: .75;
    display: block;
}

.menu-toggle-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.hamburger-menu {
    width: 40px;
    height: 40px;
    vertical-align: middle;
    border-radius: .25rem;
    overflow: hidden;
}

.menu-toggle {
    width: inherit;
    height: inherit;
    display: block;
    padding: .65em 8px .75em;
}

.hamburger-menu div {
    height: 3px;
    width: 100%;
    margin: 0 0 5px;
    background: var(--sp-secondary-dark);
}

.hamburger-menu div:first-child {
    margin-top: 0px;
}

.hamburger-menu div:last-child {
    margin-bottom: 0;
}

.hamburger-menu .meat,
.hamburger-menu .bottom-bun,
.hamburger-menu > a:hover div,
.hamburger-menu > a:focus div {
    width: 100%;
}

.hamburger-menu > a:hover div,
.hamburger-menu > a:focus div {
    background-color: var(--sp-primary);
}

.hamburger-menu > a:hover .top-bun,
.hamburger-menu > a:focus .top-bun {
    -webkit-animation: burger-hover 0.8s infinite ease-in-out alternate;
    animation: burger-hover 0.8s infinite ease-in-out alternate;
}

.hamburger-menu > a:hover .meat,
.hamburger-menu > a:focus .meat {
    -webkit-animation: burger-hover 0.8s infinite ease-in-out alternate forwards 150ms;
    animation: burger-hover 0.8s infinite ease-in-out alternate forwards 150ms;
}

.hamburger-menu > a:hover .bottom-bun,
.hamburger-menu > a:focus .bottom-bun {
    -webkit-animation: burger-hover 0.8s infinite ease-in-out alternate forwards 300ms;
    animation: burger-hover 0.8s infinite ease-in-out alternate forwards 300ms;
}

@-webkit-keyframes burger-hover {
    0% {
        width: 100%;
    }
    50% {
        width: 50%;
    }
    100% {
        width: 100%;
    }
}

@keyframes burger-hover {
    0% {
        width: 100%;
    }
    50% {
        width: 50%;
    }
    100% {
        width: 100%;
    }
}

/* header-sidebar Mobile Start */

.headtop-mobi {
    position: absolute;
    top: 100%;
    right: 0px;
    width: 40px;
    text-align: center;
    background-color: var(--sp-primary);
    -webkit-box-shadow: 0 10px 20px 10px rgb(255 255 255 / 0.2);
    -moz-box-shadow: 0 10px 20px 10px rgb(255 255 255 / 0.2);
    box-shadow: 0 10px 20px 10px rgb(255 255 255 / 0.2);
    z-index: 1;
}

.headtop-mobi:after {
    content: "";
    height: 0;
    width: 0;
    display: block;
    position: absolute;
    top: 20px;
    right: 0;
    border-width: 20px;
    border-style: solid;
    border-right-color: var(--sp-primary);
    border-left-color: var(--sp-primary);
    border-top-color: transparent;
    border-bottom-color: transparent;
    z-index: 0;
}

.header-above-toggle {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0;
    cursor: pointer;
    color: var(--sp-white);
    background-color: transparent;
    z-index: 1;
}

.header-above-toggle span {
    top: 40%;
}

.header-above-toggle span,
.header-above-toggle span:before,
.header-above-toggle span:after {
    position: absolute;
    width: 7px;
    height: 7px;
    line-height: 7px;
    text-align: center;
    background: var(--sp-white);
    left: 50%;
    margin-left: -4px;
    border-radius: 50%;
}

.header-above-toggle span:before,
.header-above-toggle span:after {
    content: ''
}

.header-above-toggle span:before {
    bottom: 100%;
    margin-bottom: 4px
}

.header-above-toggle span:after {
    top: 100%;
    margin-top: 4px
}

.header-above-toggle.active span {
    -webkit-transform: scale(.9);
    transform: scale(.9);
    border: 0;
}

.header-above-toggle.active span:before {
    -webkit-transform: translateY(19px);
    transform: translateY(19px);
    border: 0;
}

.header-above-toggle.active span:after {
    -webkit-transform: translateY(-19px);
    transform: translateY(-19px);
    border: 0;
}

/* Menu Right Start */
.mobile-menu-right ul,
.menu-right > ul {
    margin: 0;
    padding: 0;
    padding-left: 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.menu-right > ul > ul > li, .menu-right > ul > li {
    display: inline-block;    
    position: relative;
    color: #737373;
    list-style: none;
}

.theme-mobile-menu .header-wrap-right li:nth-child(2),
.menu-right > ul > li:nth-child(2) {
    border-left: 1px solid rgb(189 189 189 / 0.45);
}

li.search-button {
    padding-left: 5px;
}

li.cart-wrapper {
    margin-right: 12px;
}

.av-button-area {
    padding-left: 1.65em;
}

/*=============== 05. Search =============*/

.header-search-popup {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height:100%;
}

body:not(.aera-theme) .header-search-popup {
    background-color: rgb(0 0 0 / 0.5);
    z-index: 999;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    transition: all 0.5s ease-out;
}

body:not(.aera-theme) .search-overlay-layer {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    background-color: var(--sp-secondary);
    width: 100%;
    height: 100%;
    padding-bottom: 100%; 
    border-radius: 100%;
    overflow: hidden;
    opacity: 0.85;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    transition: all 0.3s ease-out;
}

@-webkit-keyframes search-layer {
    0% {
        opacity: 0;
        -webkit-transform:scale(.04) translateY(300%);
        transform:scale(.04) translateY(300%)
    }

    40% {
        -webkit-transform:scale(.04) translateY(0);
        transform:scale(.04) translateY(0);
        -webkit-transition:ease-out;
        -o-transition:ease-out;
        transition:ease-out;
        -webkit-transform:scale(.04) translateY(0);
        transform:scale(.04) translateY(0)
    }

    60% {
        opacity: 0.85;
        -webkit-transform:scale(.02) translateY(0);
        transform:scale(.02) translateY(0)
    }

    61% {
        opacity: 0.85;
        -webkit-transform:scale(.04) translateY(0);
        transform:scale(.04) translateY(0)
    }

    99.9% {
        opacity: 0.85;
        height:0;
        border-radius:100%
    }

    100% {
        opacity: 0.85;
        -webkit-transform:scale(2) translateY(0);
        transform:scale(2) translateY(0);
        height:100%;
        padding-bottom:0;
        border-radius:0
    }
}

@keyframes search-layer {
    0% {
        opacity: 0;
        -webkit-transform:scale(.04) translateY(300%);
        transform:scale(.04) translateY(300%)
    }

    40% {
        -webkit-transform:scale(.04) translateY(0);
        transform:scale(.04) translateY(0);
        -webkit-transition:ease-out;
        -o-transition:ease-out;
        transition:ease-out;
        -webkit-transform:scale(.04) translateY(0);
        transform:scale(.04) translateY(0)
    }

    60% {
        opacity: 0.85;
        -webkit-transform:scale(.02) translateY(0);
        transform:scale(.02) translateY(0)
    }

    61% {
        opacity: 0.85;
        -webkit-transform:scale(.04) translateY(0);
        transform:scale(.04) translateY(0)
    }

    99.9% {
        opacity: 0.85;
        height:0;
        padding-bottom:100%;
        border-radius:100%
    }

    100% {
        opacity: 0.85;
        -webkit-transform:scale(2) translateY(0);
        transform:scale(2) translateY(0);
        height:100%;
        padding-bottom:0;
        border-radius:0
    }
}

body.header-search-active:not(.aera-theme) .search-overlay-layer {
    visibility: visible;
    -webkit-animation: search-layer 0.9s ease-out forwards;
    animation: search-layer 0.9s ease-out forwards;
}

.header-search-popup form {
    margin: auto;
    position: relative;
    top: 50%;
    -moz-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}

body:not(.aera-theme) .header-search-popup form {
    width: 100%;
    max-width: 450px;
    -webkit-transition: all 1s ease 0.8s;
    -o-transition: all 1s ease 0.8s;
    transition: all 1s ease 0.8s;
    -webkit-transform: translateY(-500px);
    -ms-transform: translateY(-500px);
    transform: translateY(-500px);
}

.header-search-popup form .av-form-control {
    padding-right: 60px;
    color: inherit;
    font-weight: 500;
    font-size: 20px;
    line-height: 38px;
    outline: none;
    border-radius: 50px;
}

.header-search-popup form .av-form-control:hover,
.header-search-popup form .av-form-control:focus {
    border-color: #ff5d00;
}

.header-search-popup input[type="search"].search-field::-moz-placeholder {
    /*color: var(--sp-white);*/
    font-weight: 500
}
.header-search-popup input[type="search"].search-field:-moz-placeholder {
    /*color: var(--sp-white);*/
    font-weight: 500
}
.header-search-popup input[type="search"].search-field:-ms-input-placeholder {
    /*color: var(--sp-white);*/
    font-weight: 500
}
.header-search-popup input[type="search"].search-field::-webkit-input-placeholder {
    /*color: var(--sp-white);*/
    font-weight: 500
}

.header-search-popup form .search-field {
    min-height: 50px;
    padding-right: 50px;
}

.header-search-popup .search-submit {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    line-height: 1;
    font-size: 20px;
    margin: 1px;
    padding: 0;
    text-align: center;
    color: var(--sp-white);
    background-color: var(--sp-primary);
    border-radius: 0;
    border: none;
    width: 48px;
    height: 48px;
    opacity: 0;
}

.header-search-popup .search-form:hover .search-submit,
.header-search-popup .search-field:focus + .search-submit,
.header-search-popup .search-submit:focus {
    opacity: 1;
}

.header-search-popup .header-search-close {
    width: 45px;
    height: 45px;
    top: 12%;
    right: 100px;
    margin: auto 0;
    border: 1px solid var(--sp-white);
    opacity: 0;
    visibility: hidden;
}

body:not(.aera-theme) .header-search-popup .header-search-close {
    -webkit-transition: all 1s ease 0.8s;
    -o-transition: all 1s ease 0.8s;
    transition: all 1s ease 0.8s;
    -webkit-transform: translateY(-500px);
    -ms-transform: translateY(-500px);
    transform: translateY(-500px);
}

body.header-search-active .header-search-popup,
body.header-search-active .header-search-close,
body.header-search-active .header-search-popup form {
    opacity: 1;
    visibility: visible;
}

body.header-search-active:not(.aera-theme) .header-search-close,
body.header-search-active:not(.aera-theme) .header-search-popup form {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.mobile-menu-right .header-search-popup .header-search-close {
    width: 60px;
    height: 60px;
    right: 6%;
    top: 25%;
}

@media only screen and (max-width:991px) {
    .header-search-popup form {
        width: 90%;
    }

    .theme-mobile-nav .header-cart-box-wrapper {
        right: -100%;
    }
}

.close-style {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 46px;
    height: 46px;
    border-radius: 0;
    z-index: 9;
}

.close-style:before, .close-style:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;    
    width: 30px;
    height: 3px;
    background: var(--sp-secondary-dark);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.close-style:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.close-style:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.close-style:hover:before, .close-style:hover:after,
.close-style:focus:before, .close-style:focus:after {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.menu-toggle:focus,
.close-style:focus {
    outline-color: var(--sp-white);
}

.header .header-search-toggle, .cart-icon-wrap {
    color: var(--sp-secondary);
    display: inline-block;
    font-size: 16px;
    width: 40px;
    height: 40px;
    text-align: center;
    cursor: pointer;
    line-height: 2.5;
    padding: 0;
    background: none;
    border: 1px solid transparent;
}

.admin-bar .theme-mobile-nav:not(.sticky-menu) .header-close-menu {
    top: 5.4%;
}

.admin-bar .theme-mobile-nav:not(.sticky-menu) .mobile-menu {
    padding-top: 6.88rem;
}

/* ---//--- */

/* Mobile Header Top Popup */
.mobi-head-top {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

.mobi-head-top {
    position: absolute;
    text-align: center;
    top: 100%;
    right: 0;
    left: 0;
    margin: 0 auto;
    display: block;
    height: auto;
    width: 95%;
    padding: 15px 0;
    border-radius: 0;
    opacity: 0;
    visibility: hidden;
    background-color: var(--sp-white);
    -webkit-box-shadow: 0 15px 40px rgba(0,0,0,.15);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.mobi-head-top.active {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-animation-name: tada;
    animation-name: tada;
}

.mobi-head-top .header-widget .widget:not(.widget-contact) {
    width: 100%;
}

.mobi-head-top .header-widget .widget {
    margin-bottom: 10px;
}

.mobi-head-top #header-top-right .widget:last-child {
    margin-bottom: 0px;
}

.mobi-head-top #header-top-right .widget.widget_social_widget:first-child:before {
    background: none;
}

.mobi-head-top .header-widget .widget .contact-area {
    padding-left: 0;
}
/* ---//--- */

/* Button Common */

/* Standerd Header */
.header-widget-info .widget-circle.widget_social_widget ul li a,
.header-widget-info .widget_social_widget li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
}

.header-info {
    width: 100%;
    height: 100%;
}

.header-item {
    position: relative;
    z-index: 1;
}

.header-item .menu-right {
    font-size: 17px;
}

.header-info .header-item.widget-right,
.header-info .header-item.widget-left {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header-info .header-item.widget-right {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
}

.header-info .header-item.widget-left {
    margin: auto 0;
}

.header-info .widget_social_widget ul {
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.header-info .widget_social_widget li {
    overflow: visible;
    list-style: none;
    margin-right: 6px;
}

.header-info .widget_social_widget li:last-child {
    margin-right: 0px;
}

/* Header Widget Info Start */

.header-widget-info {
    border-bottom: 1px solid #e9e9ea;
}

.header-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    min-height: 100px;
}

.brand-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    line-height: 0;
}

.header-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -12px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
}

.header-right .header-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.header-right .header-info > div {
    padding: 0 12px;
}

.header-right .header-info .menu-right ul {
    padding-left: 0;
}

/* Header Widget Info End */

/* --/-- */

.av-btn-wrapper .av-btn:not(:last-child) {
    margin-right: 22px;
}

button[type=submit], button, input[type="button"],
input[type="reset"], input[type="submit"], .av-btn {
    font-weight: 500;
    padding: 0 20px;
    line-height: 2.6;
    letter-spacing: .3px;
    text-transform: initial;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    z-index: 0;
}

.av-btn:not(.av-search-submit) {
    --duration: .5s;
    --move-hover: -4px;
    --shadow: 0 2px 8px -1px rgb(0 0 0 / 32%);
    --shadow-hover: 0 4px 20px -2px rgb(0 0 0 / 32%);
    letter-spacing: .5px;
    box-shadow: var(--shadow);
    -webkit-transform: translateY(var(--y));
    transform: translateY(var(--y));
    -webkit-transition: box-shadow var(--duration) ease, -webkit-transform var(--duration) ease;
    transition: box-shadow var(--duration) ease, -webkit-transform var(--duration) ease;
    transition: transform var(--duration) ease, box-shadow var(--duration) ease;
    transition: transform var(--duration) ease, box-shadow var(--duration) ease, -webkit-transform var(--duration) ease;
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
}
.av-btn div {
    display: -webkit-box;
    display: flex;
}
.av-btn div span {
    display: block;
    white-space: pre-wrap;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-style: normal;
}
.av-btn div span:nth-child(1) {
    --d: 0.05s;
}
.av-btn div span:nth-child(2) {
    --d: 0.1s;
}
.av-btn div span:nth-child(3) {
    --d: 0.15s;
}
.av-btn div span:nth-child(4) {
    --d: 0.2s;
}
.av-btn div span:nth-child(5) {
    --d: 0.25s;
}
.av-btn div span:nth-child(6) {
    --d: 0.3s;
}
.av-btn div span:nth-child(7) {
    --d: 0.35s;
}
.av-btn div span:nth-child(8) {
    --d: 0.4s;
}
.av-btn div span:nth-child(9) {
    --d: 0.45s;
}
.av-btn div span:nth-child(10) {
    --d: 0.5s;
}
.av-btn div span:nth-child(11) {
    --d: 0.55s;
}
.av-btn:not(.av-search-submit):hover,
.av-btn:not(.av-search-submit):focus {
    --y: var(--move-hover);
    --shadow: var(--shadow-hover);
    --move: -4px;
    --shadow-active: 0 3px 1px rgba(0, 0, 0, .2);
}
.av-btn:not(.av-search-submit):hover span,
.av-btn:not(.av-search-submit):focus span {
    -webkit-animation: move var(--duration) linear var(--d);
    animation: move var(--duration) linear var(--d);
}
@-webkit-keyframes move {
    40% {
      -webkit-transform: translateY(var(--move));
              transform: translateY(var(--move));
      text-shadow: var(--shadow-active);
    }
}

@keyframes move {
    40% {
      -webkit-transform: translateY(var(--move));
              transform: translateY(var(--move));
      text-shadow: var(--shadow-active);
    }
}

button[type=submit], button, input[type="button"],
input[type="reset"], input[type="submit"],
.av-btn-primary {
    color: var(--sp-white);
    background-color: var(--sp-primary);
    border-color: var(--sp-primary);
}

.av-btn-primary:hover, .av-btn-primary:focus {
    color: var(--sp-white);
    background-color: var(--sp-primary);
    border-color: var(--sp-primary);
}

.av-btn-secondary {
    color: var(--sp-white);
    background-color: var(--sp-secondary);
    border-color: var(--sp-secondary);
}

.av-btn-border:hover, .av-btn-border:focus,
.av-btn-secondary:hover, .av-btn-secondary:focus {
    color: var(--sp-white);
    background-color: var(--sp-secondary-dark);
    border-color: var(--sp-secondary-dark);
}

.av-btn-border-white {
    color: var(--sp-white);
    background: none;
    border-color: var(--sp-white);
}

.av-btn-white:hover, .av-btn-white:focus,
.av-btn-border-white:hover, .av-btn-border-white:focus {
    color: var(--sp-primary);
    background-color: var(--sp-white);
    border-color: var(--sp-white);
}

.av-btn-white {
    color: var(--sp-primary);
    background-color: var(--sp-white);
    border-color: var(--sp-white);
}

.av-btn-text-icon {
    border-color: transparent;
}
.av-btn-text-icon i {
    margin-right: 2px;
}
.av-btn-icon {}

/* bt-effect-1 (bt-up) */

.av-btn-effect-1:hover, .av-btn-effect-1:focus {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
}

.av-btn-effect-2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-color: var(--sp-secondary);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.av-btn-primary.av-btn-effect-2:hover:before,
.av-btn-primary.av-btn-effect-2:focus:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.av-btn-primary.av-btn-effect-2:hover,
.av-btn-primary.av-btn-effect-2:focus {
    border-color: var(--sp-secondary);
}

/* --/-- */

/* Active Style Start */

.active-one .menubar .menu-wrap > li > a {
    border-radius: 3px;
}

.active-one .navbar-area .menubar .menu-wrap > li.dropdown > a:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
    border-bottom-width: 12px;
    border-bottom-style: solid;
    opacity: 0;
}

.active-one .navbar-area .menubar .menu-wrap > li.dropdown:hover > a:after,
.active-one .navbar-area .menubar .menu-wrap > li.dropdown.focus > a:after {
    top: auto;
    opacity: 1;
}

.active-two .navbar-area .menubar .menu-wrap > li > a:after,
.active-two .navbar-area .menubar .menu-wrap > li.dropdown > a:after,
.active-three .navbar-area .menubar .menu-wrap > li > a:after,
.active-three .navbar-area .menubar .menu-wrap > li.dropdown > a:after,
.active-four .navbar-area .menubar .menu-wrap > li > a:after,
.active-four .navbar-area .menubar .menu-wrap > li.dropdown > a:after,
.active-six .navbar-area .menubar .menu-wrap > li > a:after,
.active-six .navbar-area .menubar .menu-wrap > li.dropdown > a:after {
    content: '';
    position: absolute;    
    right: 0;
    height: 3px;
    width: 0;
}

.active-two .navbar-area .menubar .menu-wrap > li > a:after,
.active-two .navbar-area .menubar .menu-wrap > li.dropdown > a:after,
.active-three .navbar-area .menubar .menu-wrap > li > a:after,
.active-three .navbar-area .menubar .menu-wrap > li.dropdown > a:after,
.active-four .navbar-area .menubar .menu-wrap > li > a:after,
.active-four .navbar-area .menubar .menu-wrap > li.dropdown > a:after {
    left: auto;
    -webkit-transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
    transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
}

.active-two .navbar-area .menubar .menu-wrap > li > a:after,
.active-two .navbar-area .menubar .menu-wrap > li.dropdown > a:after {
    bottom: 0;
}
.active-two .navbar-area .menubar .menu-wrap > li > a:after,
.active-two .navbar-area .menubar .menu-wrap > li.dropdown > a:after,
.active-four .navbar-area .menubar .menu-wrap > li > a:after,
.active-four .navbar-area .menubar .menu-wrap > li.dropdown > a:after {
    border-bottom-width: 3px;
    border-bottom-style: solid;
}
.active-three .navbar-area .menubar .menu-wrap > li > a:after,
.active-three .navbar-area .menubar .menu-wrap > li.dropdown > a:after {
    border-bottom-width: 4px;
    border-bottom-style: dotted;
}
.active-three .navbar-area .menubar .menu-wrap > li > a:after,
.active-three .navbar-area .menubar .menu-wrap > li.dropdown > a:after,
.active-four .navbar-area .menubar .menu-wrap > li > a:after,
.active-four .navbar-area .menubar .menu-wrap > li.dropdown > a:after {
    bottom: 18%;
}

.active-two .navbar-area .menubar .menu-wrap > li.dropdown:hover > a:after,
.active-two .navbar-area .menubar .menu-wrap > li:hover > a:after,
.active-two .navbar-area .menubar .menu-wrap > li.focus > a:after,
.active-two .navbar-area .menubar .menu-wrap > li.active > a:after {
    width: 100%;
    left: 0;
    right: auto;
}

.active-four .navbar-area .menubar .menu-wrap > li.dropdown:hover > a:after,
.active-four .navbar-area .menubar .menu-wrap > li:hover > a:after,
.active-four .navbar-area .menubar .menu-wrap > li.focus > a:after,
.active-four .navbar-area .menubar .menu-wrap > li.active > a:after,
.active-three .navbar-area .menubar .menu-wrap > li.dropdown:hover > a:after,
.active-three .navbar-area .menubar .menu-wrap > li:hover > a:after,
.active-three .navbar-area .menubar .menu-wrap > li.focus > a:after,
.active-three .navbar-area .menubar .menu-wrap > li.active > a:after {
    width: 20px;
    left: 0;
    right: 0;
    margin: auto;
}

.active-six .navbar-area .menubar .menu-wrap > li > a:after {
    border-bottom: 10px solid;
    border-right: 7px solid transparent;
    border-top: 0;
    border-left: 7px solid transparent;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}

.active-six .navbar-area .menubar .menu-wrap > li.dropdown:hover > a:after,
.active-six .navbar-area .menubar .menu-wrap > li:hover > a:after,
.active-six .navbar-area .menubar .menu-wrap > li.focus > a:after,
.active-six .navbar-area .menubar .menu-wrap > li.active > a:after {
    opacity: 1;
    visibility: visible;
}

/* --/-- */
.shopping-cart, .more-link:after, .more-link,
.widget .cat-item:hover a + span,
.widget-title:after,
.site-title, img.site-title,
.sticky-menu img.site-title,
.active-two .menubar .menu-wrap > li > a,
.navbar-area .menubar .dropdown-menu > li,
.navbar-area .menubar .dropdown-menu li a,
.navbar-area .menubar .dropdown-menu .dropdown > a:after,
.mobile-menu, .mobile-menu .dropdown > span > button:before,
.mobile-menu li > a, .hamburger-menu div,
.hamburger-menu .meat, .hamburger-menu .bottom-bun,
.header-above-toggle span,
.header-above-toggle span:before,
.header-above-toggle span:after,
.p-menu, .close-style:before, .close-style:after,
.header-search-popup span:before, .header-search-popup span:after,
button, input, input[type="button"],
input[type="reset"], input[type="submit"],
.av-btn, .av-btn-effect-2:before,
.av-btn.av-btn-effect-2:hover:before {
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}



.aviser-nav .contact-details .widget-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: space-around;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.aviser-nav .contact-details {
    box-shadow: 0px 1px 4px 0px rgb(44 49 59 / 50%);
	position: relative;
    top: -20px;
	background: #fff;
}


.aviser-theme .widget-left, .widget-right {
    min-height: 90px;
}


.aviser-theme .theme-menu {
    justify-content: space-between;
}
/* widgets.css */

/* Header Top Widget */

.sidebar .widget .widget-title {
    border-bottom:1px solid  #e9e9ea;
}

.widget-none p,
.header p {
    margin: 0;
}

.widget-none p {
    line-height: normal;
}

.header-widget:not(.header-carousel) .widget:not(.widget_media_video) {
    display: inline-block;
    margin: 0;
}

.header-widget:not(.header-item):not(.header-carousel) .widget:not(.widget_media_video) {
    line-height: 45px;
}

.header-top-info .contact-area {
    min-height: 45px;
}


/*----------------------------*/
.widget-left, .widget-right {
    margin: 0;
    height: 100%;
    min-height: 79px;
    display: inline-flex;
    align-items: center;
}

.widget-right li a {
    margin-left: auto;
}

.widget-left li a {
    margin-right: auto;
}
/*----------------------------*/

.widget-right .widget,
.widget-left .widget {
    padding: 0px 15px;
}

.widget-left .widget:nth-child(2n+3),
.widget-left .widget:first-child{
    padding-left: 0px;
}

.widget-right .widget:nth-child(n+2) {
    padding: 0 15px;
}

.widget-right .widget:nth-child(2n+4),
.widget-right .widget:first-child {
    padding-left: 0px;
}

.widget-right .widget:last-child:not(:first-child) {
    padding-right: 0px;
}

.header .widget:not(.widget_social_widget) li, .tagcloud a {
    display: inline-block;
    padding: 0;
}

.header .widget:not(.widget_nav_menu):not(.widget_social_widget) li {
    margin: 0 10px 5px 0;
}

.tagcloud a {
    margin-bottom: 10px;
    margin-right: 5px;
}

.header .widget.widget_nav_menu li {
    margin: 0 10px 0 0;
}

.header .widget:not(.widget_social_widget) li:last-child, .tagcloud a:last-child {
    margin: 0;
}

.header-widget ul li, .header-widget ul li a,
.header .widget span {
    font-size: 14px;
    font-weight: 500;
}

.header-widget ul li a:hover,
.header-widget ul li a:focus {
    color: var(--sp-primary);
}

.header-widget ul li span, .header-widget a,
.contact-info span {
    text-decoration: none;
    position: relative;
    /*text-shadow: -0.15px -0.15px 0 transparent, 0.15px 0.15px transparent;*/
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.header-widget ul li span, .header-widget a {
    display: inline-block;
}

body:not(.header-above-light,.evion-theme) .header-widget .contact-info:hover span:nth-child(2),
body:not(.header-above-light,.evion-theme) .header-widget .contact-info:focus span:nth-child(2) {
    color: var(--sp-white);
}

.contact-info span {
    display: block;
    line-height: normal;;
}

.header .widget li span .ny-text-wrapper {
    
}

.header-widget .widget:not(.widget_social_widget) li a {
    width: max-content;
}

.header-widget .widget:not(.widget_social_widget):not(.widget-contact) i,
.header-widget .widget:not(.widget_social_widget):not(.widget-contact):not(.widget-media-gallery):not(.widget_media_image) img {
    font-size: 15px;
    display: inline-block;
}

.header-widget .widget:not(.widget_social_widget):not(.widget-contact):not(.widget-media-gallery):not(.widget_media_image) img {
    height: 20px;
}

.header .widget li:last-child, .header-widget-info li:last-child {
    margin-right: 0;
}

.header-widget .fa-phone + span {
    font-weight: 700;
}

.breadcrumb-widget .widget .widget-title,
.footer-copyright .widget:not(.widget_info):not(.widget-none) .widget-title,
.footer-copyright .widget:not(.widget_info):not(.widget-none) .title-border,
.header .widget:not(.widget_info):not(.widget-none) .widget-title,
.header .widget:not(.widget_info):not(.widget-none) .title-border {
    display: none;
}

.header-widget .gallery .gallery-item a {
    display: block;
}

.header-widget .widget img {
    width: 50px;
}

.header-widget .gallery {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header-widget .gallery .gallery-item {
    -ms-flex: 1;
    flex: 1;
    margin: 0 6px 0 0;
    padding: 0;
}

.header-widget .widget_media_video {
    display: block;
    width: 100%;
}

.header-widget .widget_media_video .wp-video .mejs-container {
    width: 100% !important;
    max-height: 170px;
}

.header-widget .widget_media_video .wp-video-shortcode video, .header-widget .widget_media_video video.wp-video-shortcode {
    max-height: 170px;
}

.header-widget .widget-menu-top li a i {
    display: block;
    text-align: center;
    font-size: 32px;
    margin-bottom: 5px;
}

.header-widget:not(.header-carousel) .widget .contact-area {
    padding: 0;
}

.header .widget:not(.widget_nav_menu):not(.widget_recent_comments):not(.widget_info):not(.widget_social_widget):not(.widget_calender):not(.widget_tag) li a {
    padding-left: 15px;
}

.header-widget .widget_meta a {
    font-size: 12px;
}

.header-widget .widget.widget_meta li a:before {
    line-height: 1.2;
    font-size: 13px;
}

/* ---//--- */


/* Basic Css for widget */

.widget li {
    list-style: none;
    position: relative;
    z-index: 0;
    -webkit-transition: var(--sp-transition);
    transition: var(--sp-transition);
}

.widget li a {
    position: relative;
    z-index: 0;
    display: inline-block;
}

.widget li a:before {
    font-family: fontawesome;
    position: absolute;
}

.header .widget_nav_menu li a:before,
.footer .widget_nav_menu li a:before,
.header .widget:not(.widget_nav_menu):not(.widget_recent_comments):not(.widget_info):not(.widget_social_widget):not(.widget_calender):not(.widget_tag) li a:before,
.footer .widget:not(.widget_nav_menu):not(.widget_recent_comments):not(.widget_info):not(.widget_social_widget):not(.widget_calender):not(.widget_tag) li a:before {
    left: 0px;
}

.header .widget:not(.widget_payment_methods):not(.widget_meta):not(.widget_recent_comments):not(.widget_info):not(.widget_social_widget):not(.widget_calender):not(.widget_tag) li a:before,
.footer .widget:not(.widget_payment_methods):not(.widget_meta):not(.widget_recent_comments):not(.widget_info):not(.widget_social_widget):not(.widget_calender):not(.widget_tag) li a:before {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    content: "\f068";
    font-family: FontAwesome;
}

.sidebar .widget li a:before {
    left: 25px;
}

.header .widget:not(.widget_meta):not(.widget_social_widget) li a:hover:before,
.header .widget:not(.widget_meta):not(.widget_social_widget) li a:focus:before,
.footer .widget:not(.widget_meta):not(.widget_social_widget) li a:hover:before,
.footer .widget:not(.widget_meta):not(.widget_social_widget) li a:focus:before {
    -webkit-animation: iconRightCaretRotate 600ms ease;
    animation: iconRightCaretRotate 600ms ease;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes iconRightCaretRotate {
    0% {
        -ms-transform: rotate(90deg) translateY(-1px);
        -webkit-transform: rotate(90deg) translateY(-1px);
        transform: rotate(90deg) translateY(-1px);
    }

    50% {
        -ms-transform: rotate(90deg) translateY(2px);
        -webkit-transform: rotate(90deg) translateY(2px);
        transform: rotate(90deg) translateY(2px);
    }

    100% {
        -ms-transform: rotate(90deg) translateY(-1px);
        -webkit-transform: rotate(90deg) translateY(-1px);
        transform: rotate(90deg) translateY(-1px);
    }
}

@keyframes iconRightCaretRotate {
    0% {
        -ms-transform: rotate(90deg) translateY(-1px);
        -webkit-transform: rotate(90deg) translateY(-1px);
        transform: rotate(90deg) translateY(-1px);
    }

    50% {
        -ms-transform: rotate(90deg) translateY(2px);
        -webkit-transform: rotate(90deg) translateY(2px);
        transform: rotate(90deg) translateY(2px);
    }

    100% {
        -ms-transform: rotate(90deg) translateY(-1px);
        -webkit-transform: rotate(90deg) translateY(-1px);
        transform: rotate(90deg) translateY(-1px);
    }
}


.sidebar .widget:not(.widget_payment_methods):not(.widget_meta):not(.widget_recent_comments):not(.widget_info):not(.widget_social_widget):not(.widget_calender):not(.widget_tag) ul:not(.days) li a:hover:before,
.sidebar .widget:not(.widget_payment_methods):not(.widget_meta):not(.widget_recent_comments):not(.widget_info):not(.widget_social_widget):not(.widget_calender):not(.widget_tag) ul:not(.days) li a:focus:before,
.widget_meta li a:hover:before,
.widget_meta li a:focus:before {
    -webkit-animation: iconRightCaret 600ms ease;
    animation: iconRightCaret 600ms ease;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

/* Icon Right Caret */
@-webkit-keyframes iconRightCaret {
    0% {
        -ms-transform: translateX(-1px);
        -webkit-transform: translateX(-1px);
        transform: translateX(-1px);
    }

    50% {
        -ms-transform: translateX(2px);
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }

    100% {
        -ms-transform: translateX(-1px);
        -webkit-transform: translateX(-1px);
        transform: translateX(-1px);
    }
}

@keyframes iconRightCaret {
    0% {
        -ms-transform: translateX(-1px);
        -webkit-transform: translateX(-1px);
        transform: translateX(-1px);
    }

    50% {
        -ms-transform: translateX(2px);
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }

    100% {
        -ms-transform: translateX(-1px);
        -webkit-transform: translateX(-1px);
        transform: translateX(-1px);
    }
}
/* ---//--- */


/*=============== Contact-Area Start =============*/

.contact-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    /*padding-left: 13px;*/
}

.contact-icon {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 24px;
    line-height: 1;
    display: flex;
    align-items: center;
    height: 24px;
    color: var(--sp-primary);
    margin-right: 12px;
    position: relative;
    z-index: 1;
}

@-webkit-keyframes avril {
    0% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }

    50% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }
}

@keyframes avril {
    0% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }

    50% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }
}

@-webkit-keyframes avril-float {
    100% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }
}

@keyframes avril-float {
    100% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }
}

.contact-area .contact-icon i,
.contact-area .contact-icon img {
    display: inline-block;
    vertical-align: super;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.contact-area:hover .contact-icon *,
.contact-area:focus-within .contact-icon * {
    -webkit-animation-name: avril-float, avril;
    animation-name: avril-float, avril;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
}

.contact-info {
    display: inline-block;
    text-align: left;
    color: inherit;
}

.contact-info span.title {
    font-weight: 300;
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: 0px;
}

.contact-info span.text {
    font-size: 16px;
    margin: 0;
    word-break: break-word;
    margin-bottom: 1px;
}

/* --/-- */


/* Search Form Start */

.woocommerce-product-search,
.search-form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.woocommerce-product-search .search-field,
.search-form label {
    flex: 1;
    margin-right: 10px;
}

.mail-form,
.search-form {
    width: 100%;
}

.mail-form>div,
.search-form>div {
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.footer .mail-form .av-mail-field,
.search-form .av-search-field {
    border-radius: 0;
    padding: .5rem 50px .5rem 20px;
    line-height: 1;
}

.footer .mail-form .av-submit,
.search-form .av-search-submit {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    outline: none;
    border-radius: 0;
    margin: 4px;
    line-height: 2;
    z-index: 0;
}

.sidebar .search-form .av-search-submit,
.breadcrumb-footer .search-form .av-search-submit {
    background: none;
    border: 0;
}

.sidebar .search-form .av-search-submit {
    color: #747474;
}

.breadcrumb-footer .search-form .av-search-submit {
    color: var(--sp-secondary-dark);
}

.sidebar .search-form .av-search-submit:focus,
.breadcrumb-footer .search-form .av-search-submit:focus,
.sidebar .search-form .av-search-submit:hover,
.breadcrumb-footer .search-form .av-search-submit:hover,
form input[type="text"]:focus + .av-search-submit,
form input[type="email"]:focus + .av-search-submit {
    color: var(--sp-primary);
}

.av-search-submit i {
    font-size: inherit;
    line-height: 2.15;
}

.search-form .av-form-control:focus + i {
    color: var(--sp-primary);
}

/* ---//--- */

/* Subscribe Form Start */

.sidebar .widget-subscribe .subscribe-in {
    padding: 30px;
    background-color: #f2f2f2;
}

.sidebar .widget-subscribe .subscribe-in .widget-title {
    padding-bottom: 0;
    border: 0;
}

.widget-subscribe .mail-form label, .widget-subscribe .mail-form p:last-child {
    display: inline-block;
    width: calc(45% + 10px);
    margin-top: 10px;
}

.widget-subscribe .mail-form p:last-child {
    text-align: right;
}

.footer .mail-form .av-mail-field {
    /*padding: 12px 125px 12px 14px;*/
    border-color: rgba(87, 87, 87, 0.33);
}

.footer .mail-form .av-mail-field {
    background-color: rgba(87, 87, 87, 0.33);
    color: rgba(255, 255, 255, 0.5);
    background-image: linear-gradient(#242424, #242424), linear-gradient(rgba(125, 125, 125, 0.3), rgba(125, 125, 125, 0.3));
}

.footer-light .footer .mail-form .av-mail-field {
    color: #c8c8c8;
    background-color: var(--sp-white);
}

.sidebar .widget-subscribe .mail-form input[type="text"],
.sidebar .widget-subscribe .mail-form input[type="email"] {
    background-color: #f5f5f5;
}

/*---//---*/


/* Manual Links Start & Calendar Start */

.widget ul, .tagcloud {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 0;
}

.calendar_wrap {
    width: 100%;
    max-width: 346px;
    background-color: var(--sp-white);
    margin: 0 auto;
}

.calendar_wrap table {
    width: 100%;
    margin: 0;
}

.calendar_wrap table caption {
    font-weight: 600;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    line-height: 3.7;
    border: 1px solid #e9e9ea;
    border-bottom: 0;
    color: var(--sp-secondary-dark);
    background-color: var(--sp-white);
    text-align: left;
    position: relative;
    z-index: 0;
}

.calendar_wrap table caption:after {
    content: "+";
    font-weight: 700;
    font-size: 30px;
    line-height: 55px;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    color: #444444;
    z-index: 1;
}

.calendar_wrap table th,
.calendar_wrap table td {
    text-align: center;
    line-height: 50px;  
    font-size: 14px;
    border: 0;
    padding: 0;
    text-align: center;
    border-radius: 50%;
}

.calendar_wrap table th {
    color: #242424;
    background: none;
    font-weight: normal;
}

.calendar_wrap table td {
    color: initial;
}

.calendar_wrap table tfoot {
    background-color: #e9e9ea;
}

.wp-calendar-nav {
    line-height: 45px;
    color: var(--sp-secondary-dark);
    background-color: var(--sp-white);
    padding: 0 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #e9e9e9;
    border-top: 0;
}

/* --/-- */


/* Widget Meta */

.widget_meta ul li:nth-child(1) a:before {
    content: "\f007";
}
.widget_meta ul li:nth-child(2) a:before {
    content: "\f08b";
}
.widget_meta ul li:nth-child(3) a:before {
    content: "\f075";
}
.widget_meta ul li:nth-child(4) a:before {
    content: "\f27a";
}
.widget_meta ul li:nth-child(5) a:before {
    content: "\f19a";
}
/* ---//--- */

.widget.widget_categories ul.children li {
    flex: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.widget.widget_archive > ul > li,
.widget.widget_categories > ul > li {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    align-items: center;
    white-space: nowrap;
    flex-wrap: wrap;
    padding-right: 15px;
}

.widget.widget_archive ul li a,
.widget.widget_categories ul li a {
    flex: 1;
}

.sidebar .widget_archive form,
.sidebar .widget_categories form {
    padding: 15px;
}

.widget_archive li>span,
.widget_categories li>span {
    font-style: normal;
    margin-left: auto;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    right: 0;
    top: 3px;
    color: rgba(255, 255, 255, 0.2);
    background-color: hsla(0,0%,57%,.1);
    min-width: 24px;
    min-height: 24px;
    padding: 5px 8px;
    border-radius: 50px;
    line-height: 1;
    font-size: .866em;
    font-weight: 400;
    pointer-events: none;
}

.sidebar .widget .cat-item:hover a + span {
    color: var(--sp-white);
    background-color: var(--sp-primary);
}

/* Widget Tag & Widget Text & Widget Social */

.tagcloud a {
    font-size: 15px !important;
    line-height: 2.5;
    padding: 0px 15px;
    color: var(--sp-white);
    background-color: var(--sp-primary);
}

.widget-text p:last-child {
    margin: 0;
}

.widget_social_widget li a {
    width: 27px;
    height: 27px;
    text-align: center;
    line-height: 27px;
    border-radius: 100%;
    color: var(--sp-white);
}

.widget_social_widget li a:before {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    content: " ";
    width: inherit;
    height: inherit;
    border-radius: 100%;
    display: block;
    z-index: -1;
    background: var(--sp-primary);
    transition: all 265ms ease-out;
}

.widget_social_widget li a:hover:before,
.widget_social_widget li a:focus:before {
  transform: scale(0);
  transition: all 265ms ease-in;
}

.widget_social_widget ul li:not(:last-child) {
    margin-right: 10px;
}

.widget_social_widget li a i {
    vertical-align: middle;
    transition: all 0ms ease-out;
}

.widget_social_widget li a:focus i,
.widget_social_widget li a:hover i {
    transform: scale(1.62);
    -ms-transform: scale(1.62);
    -webkit-transform: scale(1.62);
    color: var(--sp-primary);
    background: var(--sp-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 265ms ease-in;
}

@-webkit-keyframes slideRight {
    49% {
        -webkit-transform: translateX(100%);
                transform: translateX(100%)
    }
    50% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%)
    }
    51% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
}

@keyframes slideRight {
    49% {
        -webkit-transform: translateX(100%);
                transform: translateX(100%)
    }
    50% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%)
    }
    51% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
}

.widget_payment_methods ul,
.widget_payment_methods li,
.widget_payment_methods li a {
    line-height: 0;
}

.widget_payment_methods li a {
    line-height: 0;
    font-size: 35px;
}

.widget_payment_methods li:not(:last-child) a {
    margin-right: 10px;
    border-right: 1px solid rgba(68, 68, 68, 0.75);
    padding-right: 15px;
}

.widget_payment_methods li a i::before,
.widget_payment_methods li a i {
    line-height: 0.5;
}

.widget_payment_methods li,
.footer .widget_social_widget li a,
.sidebar .widget_social_widget li a,
.widget_social_widget li {
    display: inline-block;
}

/*.footer-dark .widget_social_widget li a {
    color: var(--sp-secondary);
    background-color: var(--sp-white);
}

.header-above-light .widget_social_widget li a,
.footer-light .widget_social_widget li a {
    color: var(--sp-white);
    background-color: var(--sp-secondary);
}*/

/*.header-above-light .widget_social_widget li a:hover,
.header-above-light .widget_social_widget li a:focus,
.footer .widget_social_widget li a:hover,
.footer .widget_social_widget li a:focus {
    color: var(--sp-white);
    background-color: var(--sp-primary);
}*/

.footer .widget + .widget {
    padding-top: 2.3rem;
}

.footer .widget + .widget:not(.widget_social_widget) {
    border-top: 1px solid rgba(125, 125, 125, 0.3);
}

/* ---//--- */


/* Widget Title Set */

.widget .widget-title {
    display: block;
    text-transform: capitalize;
    position: relative;
    z-index: 0;
    letter-spacing: 0.5px;
    word-break: break-all;
}

.footer .widget .widget-title::first-letter {
    color: var(--sp-primary);
}

.footer div.widget.widget-none .widget-title,
.widget:not(.widget-none) .widget-title {
    margin-bottom: 1rem;
    line-height: 1.5;
}

[class^="widget-title-"] {
    padding-bottom: 10px;
}

.widget-title-two:before,
.widget-title-two:after {
    position: absolute;
    left: 0;
    background-color: rgba(34, 34, 34, 0.75);
}

.widget-title-two:before {
    content: "";    
    bottom: 0;
    margin: 0;
    width: 55%;
    height: 1px;
    
}

.widget-title-two:after {
    content: "\ec77";
    font-family: IcoFont;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    font-size: 10px;
    bottom: -1px;
    height: 3px;
    width: 20%;
}

.widget-title-two:after {
    color: var(--sp-primary);
}

.widget-title-three:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;    
    width: 20%;
    height: 2px;
    background-color: var(--sp-primary);
}

.footer-left .widget-title:not([class^="widget-title-"]):after {
    left: 0;
}

.footer-right .widget-title:not([class^="widget-title-"]):after {
    right: 0;
    left: auto;
}

.footer-center .widget-title:not([class^="widget-title-"]):after {
    right: 0;
    margin: auto;
}

.footer .widget .widget-title:hover:after,
.widget .widget-title:hover:after {
    width: 30%;
}

/* ---//--- */

/*---------------------------------------
    Post Widget
-----------------------------------------*/

.widget-latest-posts .post-items {
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    border: none;
}

.widget-latest-posts .post-items:not(:last-child) {
    margin-bottom: 15px;
}

.widget-latest-posts .post-image {
    max-width: 23.08%;
    margin-right: 18px;
    flex-basis: 23.08%;
}

.widget-latest-posts .post-image .post-hover:before {
    font-size: 10px;
    max-width: 25px;
    max-height: 25px;
}

.widget-latest-posts .post-content {
    flex: 1;
    padding: 0;
}

.widget-latest-posts .post-title {
    font-size: 14px;
    margin-bottom: 5px;
}

.widget-latest-posts .post-meta {
    font-size: 13px;
    padding-top: 5px;
    margin-top: 5px;
}

.widget-latest-posts .post-meta > span {
    display: inline-block;
}

.widget-latest-posts .post-items .post-content .post-meta > span:not(:last-child) {
    flex: unset;
    margin-right: 8px;
    padding-right: 8px;
    border-right: 1px solid #e9e9ea;
}

.widget-latest-posts .post-meta:not(.imu) > span:not(.post-date) {
    border-left: 0;
}

.widget-latest-posts .post-meta > span i {
    margin-right: 5px;
    color: var(--sp-primary);
}

/* ---//--- */

/*---------------------------------------
    Sticky Sidebar
-----------------------------------------*/
.blog-section .xl-container-fluid,
.blog-section .xl-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 0 10px;
}

.sticky-first-widget .sidebar,
.sticky-last-widget .sidebar {
    overflow: visible;
    -webkit-backface-visibility: visible;
    height: 100%;
}

.sticky-full-sidebar .sidebar,
.sticky-first-widget .sidebar .widget:first-child,
.sticky-last-widget .sidebar .widget:last-child {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
    z-index: 99;
}

/*---//---*/


/*---------------------------------------
    Widget Sidebar Start

    .sidebar .tagcloud,
-----------------------------------------*/

.sidebar .widget {
    margin-bottom: 2.5rem;
}

.sidebar .widget .gallery {
    display: inline-block;
    width: 100%;
}

.sidebar .widget-title {
    padding-bottom: 15px;
}

.sidebar-3 .sidebar {
    background-color: var(--sp-white);
}

.sidebar-2 .sidebar .widget {
    background-color: var(--sp-white);
}

.sidebar-1 .sidebar .search-form {
    padding: 15px 0px;
}

.sidebar-2 .sidebar .widget {
    background-color: var(--sp-white);
}

.sidebar-2 .sidebar .emergency-call,
.sidebar-2 .sidebar .widget {
    margin-bottom: 50px;
}

.widget_media_video iframe {
    width: 100%;
    height: 100%;
}

/* .sidebar {overflow: hidden;} */

.footer .widget:last-child,
.sidebar .widget:last-child {
    margin-bottom: 0;
}

.sidebar .widget-title {
    margin-bottom: 0;
}

/* .sidebar .widget_social_widget ul li { */
    /* padding: 15px 0 0; */
/* } */

.sidebar .widget_social_widget ul {
    padding: 0 15px;
}

.widget_nav_menu li.menu-item-has-children a,
.sidebar .widget:not(.widget_recent_comments):not(.widget_payment_methods):not(.widget_social_widget) ul li:not(:last-child):not(.menu-item-has-children) {
    margin-bottom: 3px;
}

.sidebar .widget_nav_menu li.menu-item-has-children a,
.sidebar .widget:not(.widget_payment_methods):not(.widget_social_widget) ul li:not(.menu-item-has-children):not(:hover):not(:focus-within) {
    background-color: #f2f2f2;
}

.sidebar .widget.woocommerce li:hover a, .sidebar .widget.woocommerce li:focus-within a {
    color: #ffffff;
}

.sidebar .widget.woocommerce ul li:hover,
.sidebar .widget.woocommerce ul li:focus-within,
.sidebar .widget:not(.woocommerce):not(.widget_archive):not(.widget_categories):not(.widget_recent_comments):not(.widget_payment_methods):not(.widget_social_widget):not(.widget_info):not(.widget_calender):not(.widget_tag) ul:not(.days) li a:hover,
.sidebar .widget:not(.woocommerce):not(.widget_archive):not(.widget_categories):not(.widget_recent_comments):not(.widget_payment_methods):not(.widget_social_widget):not(.widget_info):not(.widget_calender):not(.widget_tag) ul:not(.days) li a:focus {
    color: var(--sp-white);
    background-color: var(--sp-primary);
}

.sidebar .widget ul:not(.sub-menu) > li:last-child {
    padding-bottom: 15px;
}

.sidebar .widget ul li.menu-item-has-children {
    padding-bottom: 0;
}

.sidebar .widget.widget_meta ul li a {
    padding-right: 0;
    padding-left: 25px;
}

.sidebar .widget_recent_comments li {
    padding: 15px;
    word-break: break-word;
}

.sidebar .widget.woocommerce ul li,
.sidebar .widget:not(.woocommerce):not(.widget_recent_comments):not(.widget_rss):not(.widget_payment_methods):not(.widget_social_widget):not(.widget_info):not(.widget_calender):not(.widget_tag) ul:not(.days) li a {
    display: block;
    padding: 15px 15px 15px 45px;
    cursor: pointer;
    word-break: break-word;
}

.sidebar .widget:not(.woocommerce):not(.widget_recent_comments):not(.widget_rss):not(.widget_payment_methods):not(.widget_social_widget):not(.widget_info):not(.widget_calender):not(.widget_tag) ul:not(.days) li:last-child {
    padding-bottom: 0;
}

.sidebar .widget.woocommerce:not(.widget_shopping_cart) ul li a:before {
    content: "\f105";
    font-family: FontAwesome;
    left: -20px;
}
.sidebar .widget:not(.woocommerce):not(.widget_payment_methods):not(.widget_rss):not(.widget_meta):not(.widget_recent_comments):not(.widget_info):not(.widget_social_widget):not(.widget_calender):not(.widget_tag) ul:not(.days) li a:before {
    content: "\f105";
    font-family: FontAwesome;
    left: 28px;
}

.sidebar .widget:not(.woocommerce):not(.widget_payment_methods):not(.widget_rss):not(.widget_recent_comments):not(.widget_social_widget) ul > li:not(:last-child):after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #e9e9ea;
    z-index: -1;
}

.sidebar .widget ul > li:last-child:after {
    border-bottom: 0;
}

.sidebar .widget:not(.woocommerce):not(.widget_recent_comments) ul > li > span {
    display: block;
    font-size: 13px;
    line-height: 1.2;
    padding: 15px 0;
}

.calendar_wrap table tbody #today,
.calendar_wrap table tbody a:hover,
.calendar_wrap table tbody a:focus {
    color: var(--sp-white);
    background-color: var(--sp-primary);
    border-radius: 50%;
}

.sidebar .calendar_wrap table tbody a {
    display: block;
    border-radius: 50%;
}

.calendar_wrap table td a {
    white-space: nowrap;
}

.sidebar .widget-title-two:before,
.sidebar .widget-title-two:after {
    left: 15px;
}

.sidebar .widget select {
    margin: 15px auto;
    max-width: 92%;
}

.sidebar [class*='widget-']:not(.widget_payment_methods):not(.widget_info):not(.widget_social_widget) li a:before {
    color: inherit;
}

.sidebar .widget-contact {
    color: var(--sp-white);
    background-color: var(--sp-primary);
    padding: 30px;
}

.sidebar .widget-contact .widget-title:first-letter {
    color: var(--sp-white);
}

.sidebar .widget.widget-contact .widget-title {
    border-bottom: none;
    margin: 0;
}

.sidebar .widget-contact .contact-icon {
    width: 35px;
    height: 35px;
    line-height: 2.25;
    text-align: center;
    background-color: var(--sp-white);
    border-radius: 50%;
}

.sidebar .widget-contact .contact-area {
    margin-bottom: 1rem;
}

.sidebar .widget-contact a:hover,
.sidebar .widget-contact a:focus {
    color: var(--sp-white)
}

.widget_rss li {
    padding: 15px;
}

/* ---//--- */


/* Footer Widget*/

.footer-main .widget {
    margin-bottom: 2.3rem;
}

.footer-copyright .widget {
    display: inline-block;
    max-width: 100%;
}

.footer .widget ul ul {
    padding-left: 15px;
}

.footer-main .widget:not(.widget_payment_methods):not(.widget_info):not(.widget_social_widget):not(.widget_calender):not(.widget_tag) li:not(:last-child) a {
    margin-bottom: 10px;
}

.footer .widget:not(.widget_payment_methods):not(.widget_info):not(.widget_social_widget) li a {
    padding-left: 22px;
}

.footer-main .widget_nav_menu li a,
.footer-copyright .widget-left .widget_nav_menu li:not(:first-child) a,
.footer-copyright .widget-right .widget_nav_menu li:not(:last-child) a,
.footer-copyright .widget:not(.widget_payment_methods):not(.widget_nav_menu):not(.widget_recent_comments):not(.widget_info):not(.widget_social_widget):not(.widget_calender):not(.widget_tag) li a,
.footer-main .widget:not(.widget_payment_methods):not(.widget_recent_comments):not(.widget_info):not(.widget_social_widget):not(.widget_calender):not(.widget_tag) li a {
    padding-left: 20px;
}

.footer .widget:not(.widget_info):not(.widget_social_widget) li a:before {
    color: inherit;
}

.footer .widget-center {
    text-align: center;
}

.footer .widget-center .widget_media_image img,
.header-widget .widget_media_image img,
.sidebar .widget_media_image img {
    margin: auto;
}

.footer:not(.footer .footer-center):not(.footer .footer-right) .widget_media_image img {
    margin: auto 0;
}

.footer .widget-right .widget_media_image img {
    margin: auto 0 auto auto;
}

.footer .widget-center .emergency-call {
    max-width: 50%;
    margin: auto;
}

.footer .widget-text .logo + p {
    margin-top: 25px;
}

.footer-copyright .widget-left, .footer-copyright .widget-right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 44px;
}

.footer-copyright .widget-right {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.footer-copyright .widget_media_gallery {
    max-width: 150px;
    min-height: 44px;
}

.footer-copyright .widget li {
    display: inline-block;
}

.footer-copyright .widget li:not(:last-child) {
    margin-right: 20px;
}

/* ---//--- */


/* Woo */

.sidebar .widget.woocommerce .cart-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    color: var(--sp-white);
    background-color: var(--sp-primary);
    margin-bottom: 3px;
}

.sidebar .widget.woocommerce.widget_shopping_cart a.remove {
    color: var(--sp-white) !important;
    background-color: var(--sp-primary);
    top: 10px;
    left: 10px;
}

.sidebar .widget.woocommerce.widget_shopping_cart li:hover a.remove,
.sidebar .widget.woocommerce.widget_shopping_cart li:focus-within a.remove,
.sidebar .widget.woocommerce.widget_shopping_cart a.remove:hover,
.sidebar .widget.woocommerce.widget_shopping_cart li a.remove:focus {
    color: var(--sp-white) !important;
    background-color: var(--sp-secondary);
}

.sidebar .widget.woocommerce.widget_shopping_cart .av-btn {
    margin-top: 10px;
}

.sidebar .widget.woocommerce ul[class*='product-'] li.cat-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sidebar .widget.woocommerce ul[class*='product-'] li,
.sidebar .widget.woocommerce ul[class*='product-'] li a,
.sidebar .widget .cat-item span {
    transition: var(--sp-transition);
}

.sidebar .widget.woocommerce .cat-item span {
    display: inline-block;
    width: 27px;
    height: 27px;
    line-height: 27px;
    font-size: 13px;
    text-align: center;
    color: var(--sp-white);
    background-color: var(--sp-primary);
    border-radius: 100%;
}

.sidebar .widget.woocommerce .cat-item:hover a + span {
    color: var(--sp-primary);
    background-color: var(--sp-white);
}


/* main.css */
/*
============================================
*   [Table of contents]
* ==========================================
    Theme Default Css
    01.	Common Css
    02. Preloader
    03.	Above Header
    04.	Navigation
    05.	Cart
    06.	Slider
    07.	Info Section
    08.	Heading Default
    09.	Service Section
    10.	Features Section
    11. Filter Tab
    12. Portfolio/Gallery
    13. Pricing
    14. Team
    15. Fun Fact
    16. Testimonial Section
    17. CTA Section
    18. Blog Post Section
    19. Blog Post Image Carousel
    20. Author-Area
    21. Comments-Area
    22. Form Part for Comment
    23. Footer Section
    24. Back To Top Start
    25. Breadcrumb Section
    26. About Page
    27. Pagination
    28. FAQ
    29. Contact Page
    30. 404 Page
    31. Coming Soon

========================================== */


/*------ Theme Default Css
=======================================*/

/* Google Fonts */
/* 2026-09-26 : @import Fira Sans retire (bloquant), charge en asynchrone par mu-plugins/coplaclean-perf-front.php */


/*===== 01. Common Classes Start =====*/

.layout-overlay::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .8;
    background: #000000 none repeat scroll 0 0;
    z-index: -1;
}

.primary-color,
.av-link {
    color: var(--sp-primary);
}

.bg-primary {
    background-color: var(--sp-primary);
}

.bg-primary-light {
    background-color: var(--sp-primary-light);
}

.av-my-default {
    margin: 100px 0;
}
.av-mt-default {
    margin-top: 100px;
}
.av-mb-default {
    margin-bottom: 100px;
}

.av-py-default {
    padding: 100px 0;
}
.av-pt-default {
    padding-top: 100px;
}
.av-pb-default {
    padding-bottom: 100px;
}

.av-load-item {
    display: none;
}

.av-load-spinner {
    position: relative;
    cursor: pointer;
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
}
.av-load-spinner:before, .av-load-spinner:after {
    position: absolute;
    display: block;
    content: "";
    width: 9px;
    height: 9px;
    left: 0;
    top: -5px;
    right: 0;
    bottom: 0;
    margin: auto;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: var(--sp-white);
    border-right-color: var(--sp-white);
    border-radius: 0 0 1px 0;
    transform: translate(0%, 0%) rotate(45deg);
    transition: all 0.4s ease-in-out;
}
.loadspinner .av-load-spinner:before {
    border-radius: 50%;
    animation: 0.8s rotate 0.4s linear forwards infinite;
}
.loadspinner .av-load-spinner:after {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    animation: 0.8s rotate2 0.4s linear forwards infinite;
}
@keyframes rotate {
  to {
    transform: translate(0%, 0%) rotate(405deg);
  }
}
@keyframes rotate2 {
  to {
    transform: translate(0%, 0%) rotate(-315deg);
  }
}
/*===== // =====*/

/*===== 02. Preloader Start =====*/

.prealoader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
    height: 100%;
    background-color: var(--sp-primary);
}
.load-circle {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 50px;
    height: 50px;
}
.load-circle span {
    display: inline-block;
    width: 64px;
    height: 64px;
}
.load-circle span:after {
    content: "";
    display: block;
    width: 46px;
    height: 46px;
    margin: 1px;
    border-radius: 50%;
    border: 5px solid var(--sp-white);
    border-color: var(--sp-white) transparent var(--sp-white) transparent;
    animation: rotate .5s linear infinite;
}
@-webkit-keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*===== // =====*/

/*===== 03. Above Header =====*/

.header-above-info {
    color: var(--sp-white);
    background-color: var(--sp-secondary);
}

.header-above-light .header-above-info {
    color: var(--sp-secondary-dark);
    background-color: var(--sp-white);
}

.header-above-info .header-widget {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-above-info .widget-left, .header-above-info .widget-right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-above-info .widget-right {
    /*-ms-flex-direction: row-reverse;
    flex-direction: row-reverse;*/
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header-above-dark .widget-left .widget {
    border-right: 1px solid rgba(221, 221, 221, 0.25);
}

.header-above-dark .widget-left .widget:last-child {
    border-right: 0;
}

.header-above-dark .widget-right .widget:not(:first-child) {
    border-left: 1px solid rgba(221, 221, 221, 0.25);
}

.header-above-dark .widget-right .widget.widget_social_widget:first-child li a {
    border-left: 1px solid rgba(221, 221, 221, 0.25);
}

.header-above-dark .widget-right .widget.widget_social_widget:first-child li:last-child a {
    border-right: 1px solid rgba(221, 221, 221, 0.25);
}

/*===== // =====*/

/*===== 04. Navigation Start =====*/

.logo img {
	max-width: 180px;
}

.navbar-area .menubar .menu-wrap > li.active > a,
.navbar-area .menubar .menu-wrap > li.focus > a,
.navbar-area .menubar .menu-wrap > li:hover > a {
    text-shadow: 0 0 0.75px var(--sp-primary);
}

.navbar-area .menubar .menu-wrap > li:not(:last-child):after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 20px;
    display: inline-block;
    margin: auto;
    border-right: 2px dotted var(--sp-secondary-dark);
    opacity: 0.65;
    z-index: -1;
}

.navigator-wrapper button.menu-toggle {
    background: none;
    border: none;
    border-radius: 0;
}

.navigator-wrapper button.menu-toggle:focus {
    outline-color: var(--sp-primary);
    background-color: var(--sp-primary-light);
}

.navigator-wrapper .close-style {
    background: none;
    border: none;
}

.header-search-close:after,
.header-search-close:before {
    background-color: var(--sp-white);
}

/*===== Header 9 =====*/
.header-nine .navbar-area .menubar .menu-wrap > li.active > a, 
.header-nine .navbar-area .menubar .menu-wrap > li.focus > a,
.header-nine .navbar-area .menubar .menu-wrap > li:hover > a{
	color:var(--sp-white);
}

.header-nine .navbar-area .av-btn-primary {
    background: var(--sp-white);
    color: var(--sp-primary);
    border-radius: 50px;
    border: none;
}

.header-nine .navbar-area {
    padding: 1rem 0;
}

.header-nine .widget-right .widget, .header-nine .widget-left .widget {
    padding: 0px 8px;
}


.header-nine .theme-menu {
    justify-content: space-between;
}

.header-nine .header-search-popup form .search-field, .header-nine button[type=submit], .header-nine button:not(.scrollup), .header-nine input[type="button"], .header-nine input[type="reset"], .header-nine input[type="submit"], .header-nine .av-btn {
    border-radius: 100px;
}

.header-nine .sticky-menu {
    background: #151535;
}

.header-nine .navbar-area.sticky-nav.sticky-menu .menubar .menu-wrap > li > a,
.header-nine .navbar-area.sticky-nav.sticky-menu .header-search-toggle,
.header-nine .navbar-area.sticky-nav.sticky-menu .header-search-toggle .cart-icon-wrap,
.header-nine .navbar-area.sticky-nav.sticky-menu .cart-icon-wrap {
    color: #fff !important;
}

/*===== // =====*/

/*===== 05. Cart =====*/

.cart-wrapper .cart-icon-wrap i {
    display: inline-block;
    color: inherit;
    vertical-align: text-bottom;
    font-size: 22px;
}

.cart-wrapper {
    position: relative;
}

.cart-wrapper .cart-icon-wrap span {
    position: absolute;
    top: -1px;
    right: 2px;
    width: 21px;
    height: 21px;
    line-height: 21px;
    display: inline-block;
    font-size: 10px;
    color: var(--sp-white);
    border-width: 1px;
    border-style: solid;
    border-radius: 50%;
    text-align: center;
    background-color: var(--sp-primary);
}

.shopping-cart {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1;
    width: 320px;
    padding: 20px;
    color: var(--sp-primary);
    background: var(--sp-white);
    border-radius: 0 3px 3px;
    border: 0;
    border-top: 3px solid var(--sp-primary);
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.07);
    box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.07);
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
}

.menu-wrap .dropdown-menu li a sup,
.menu-wrap .dropdown-menu li a sub,
.theme-mobile-menu div.mobile-menu a:hover,
.navbar-area .menubar .menu-wrap .dropdown-menu > li.active > a,
.navbar-area .menubar .menu-wrap > li.active > a,
.navbar-area .menubar .menu-wrap > li.focus > a,
.navbar-area .menubar .menu-wrap > li:hover > a,
.navbar-area .menubar .dropdown-menu:before,
.header .widget_nav_menu .sub-menu:before {
    color: var(--sp-primary);
}

.header .widget_nav_menu .sub-menu:before,
.navbar-area .menubar .menu-wrap > .menu-item > .dropdown-menu:before,
.shopping-cart:after {
    top: -8px;
    left: 95%;
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    border: 3px solid;
    background-color: var(--sp-white);
    border-right: none;
    border-bottom: none;
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
}

.shopping-cart:after {
    right: 15%;
}

.header .widget_nav_menu .sub-menu:before,
.navbar-area .menubar .menu-wrap > .menu-item > .dropdown-menu:before {
    left: 15%;
}

.menu-right .cart-wrapper:hover .shopping-cart,
.menu-right .cart-wrapper:focus .shopping-cart {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0);
}

.mobile-menu-right  .cart-wrapper:hover .shopping-cart,
.mobile-menu-right  .cart-wrapper:focus .shopping-cart {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0);
}

.shopping-cart .cart-header {
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 15px;
}

.shopping-cart .cart-header .cart-total {
    float: right;
}

.shopping-cart .cart-badge {
    color: var(--sp-white);
    font-size: 10px;
    margin: 0;
    width: 16px;
    height: 16px;
    line-height: 1.6;
    text-align: center;
    vertical-align: super;
    border-radius: 100px;
    display: inline-block;
    background-color: var(--sp-primary);
}

div.shopping-cart ul.cart-items {
    padding: 0;
    margin: 0;
    padding-top: 20px;
    list-style: none;
    max-height: 188px;
    overflow-x: hidden;
    overflow-y: auto;
}

div.shopping-cart ul.cart-items li {
    display: inline-block;
    width: 100%;
    margin: 0 10px 10px 0;
    padding: 0;
    font-size: 15px;
    position: relative;
}

.shopping-cart .cart-items .item-img {
    float: left;
    margin-right: 12px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-align: center;
    line-height: 4.5;    
    border-width: 1px;
    border-style: solid;
    border-color: var(--sp-primary);
}

.shopping-cart .cart-items .item-img img {
    width: 90%;
    border-radius: 50%;
    display: inline-block;
    float: none;
    margin: auto;
}

.shopping-cart .cart-items .item-name {
    font-size: 14px;
    font-weight: 600;
    display: block;
    padding-top: 15px;
}

.shopping-cart .cart-items .amount {
    font-size: 12px;
    font-weight: 600;
    margin-right: 0;
    color: #222;
}

.shopping-cart .cart-items .quantity {
    font-size: 12px;
    font-weight: 400;
    color: red;
}

.shopping-cart .av-btn {
    display: block;
}

.widget_shopping_cart .av-btn i,
.shopping-cart .av-btn i {
    font-size: 12px;
    margin-left: 5px;
    position: relative;
    top: -1px;
}

div.shopping-cart ul a.remove {
    float: right;
    margin-top: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 100%;
    color: var(--sp-white) !important;
    background-color: var(--sp-primary);
    box-shadow: 0 0 10px rgb(0 0 0 / 0.15);
}



/* ---//--- */

/*===== 06. Slider =====*/

.slider-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 0;
    color: var(--sp-white);
    background-color: #333;
    z-index: 0;
}

.main-slider,
.main-slider .owl-item img {
    width: 100%;
    height: 100%;
}

.main-slider .owl-item .item {
    position: relative;
    background-color: var(--sp-secondary);
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    z-index: 0;
    padding: 90px 0;
    background-size: cover;
    min-height: 660px;
}

.theme-slider:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

.theme-table {
    overflow: hidden;
    display: table;
    width: 100%;
    height: 100%;
}

.theme-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.theme-slider div.theme-content {
    position: relative;
    /*max-width: 635px;*/
    width: 100%;
    margin-top: 68px;
    margin-bottom: 150px;
}

.theme-slider .text-left {
    margin-right: auto;
}

.theme-slider .text-center {
    margin: auto;
}

.theme-slider .text-right {
    margin-left: auto;
}

.theme-content h3 {
    font-weight: 400;
    margin-bottom: 5px;
    display: block;
}
.theme-content h1 {
    font-size: 60px;
    margin-bottom: 10px;
}
.theme-content p {
    font-weight: 300;
    margin-bottom: 46px;
}

.theme-content .av-btn:not(:last-child) {
    margin-right: 28px;
}

.owl-carousel {
    position: relative;
    z-index: 0;
}

/* ===== owl Nav ===== */

.owl-theme:not(.main-slider) .owl-nav {
    width: 100%;
    margin: 4px auto 0 auto;
}

.main-slider .owl-nav {
    position: absolute;
    display: flex;
    justify-content: space-between;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    padding: 0 20px;
    top: 50%; bottom: auto; transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 10;
}

.owl-theme div.owl-nav [class*=owl-] {
    width: 25px;
    height: 25px;
    font-size: 0.75rem;
    line-height: 25px;
    display: inline-block;    
    cursor: pointer;
    text-align: center;
    color: var(--sp-white);
    background-color: var(--sp-primary);
    border: 1px solid var(--sp-primary);
    border-radius: 100%;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    color: var(--sp-primary);
    background-color: var(--sp-white);
    border-color: var(--sp-white);
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.15);
}

.owl-theme .owl-nav .owl-prev i {
    margin-left: 0px;
}

.owl-theme .owl-nav .owl-next i {
    margin-right: -2px;
}

/*===== // =====*/

/*===== 07. Info Section =====*/

.contact-area .contact-icon img {
    width: 40px;
}

.info-section {
    margin: -120px 0px 20px 0px;
}

.footer-info-wrapper,
.info-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-info-wrapper li,
.info-wrapper li {
    flex: 1;
    position: relative;
    list-style: none;
}

.info-wrapper li:not(:last-child) {
    margin-right: 20px;
}

.info-wrapper .widget {
    padding: 28px 55px;
    position: relative;
    border-radius: 0;
    overflow: hidden;
    display: block;
    color: var(--sp-white);
    background-color: var(--sp-primary);
    height: 100%;
    z-index: 0;
}

.avril-theme .info-wrapper .contact-area {
    flex-wrap: wrap;
}

.avril-theme .info-wrapper .contact-more {
    padding-left: 53px;
    margin-top: 5px;
}

.avril-theme .info-wrapper .contact-more a {
    color: var(--sp-white);
    -webkit-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
}

.avril-theme .info-wrapper .contact-more a:not(:hover):not(:focus) {
    border-bottom: 1px dashed var(--sp-white);
}

.info-wrapper .widget:after, .info-wrapper .widget:before {
    content: "";
    position: absolute;
    width: 105%;
    height: 105%;
    z-index: -1;
    transition: all .5s;
}

.info-wrapper .widget:before {
    top: 0;
    right: 100%;
    background-color: var(--sp-primary);
}

.info-wrapper .widget:hover:before,
.info-wrapper .widget:focus-within:before {
    right: 0;
}

.info-wrapper .widget:after {
    bottom: 0;
    left: 100%;
    background-image: url(https://coplaclean.be/wp-content/themes/avril-business/assets/css/../images/info-hover.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: right;
}

.info-wrapper .widget:hover:after,
.info-wrapper .widget:focus-within:after {
    left: 0;
}

.info-wrapper .info-second .widget:before,
.info-wrapper .info-first .widget,
.info-wrapper .info-third .widget {
    background-color: var(--sp-secondary);
}

.info-wrapper .info-first .widget:before,
.info-wrapper .info-third .widget:before,
.info-wrapper .info-second .widget {
    background-color: var(--sp-primary);
}

.info-wrapper .contact-icon {
    font-size: 44px;
    height: 44px;
    transition: all .5s;
    color: var(--sp-white);
}

.info-wrapper .widget .contact-info {
    color: var(--sp-white);
}

.info-wrapper .contact-icon i {
    text-shadow: 1200px -17px 0 rgb(255 255 255 / 0.2);
    transition: text-shadow 0.5s ease;
}

.info-wrapper .widget:hover .contact-icon i,
.info-wrapper .widget:focus-within .contact-icon i {
    text-shadow: 235px -17px 0 rgb(255 255 255 / 0.2);
}

/*===== // =====*/

/*===== 08. Heading Default =====*/

.about-panel {
    padding: 35px 0;
}

.heading-title {
    margin-bottom: 2rem;
}

.heading-default {
    width: 100%;
    max-width: 750px;
    margin: 0 auto 55px;
    text-align: center;
}

.heading-default > span {
    font-weight: 600;
    display: block;
    margin-bottom: 9px;
    color: var(--sp-primary);
}

.heading-default p {
    color: #777777;
    display: block;
    margin: 0;
    margin-top: 10px;
}

.heading-default h3 {
    font-size: 36px;
    font-family: inherit;
    position: relative;
    max-width: max-content;
    margin: 0 auto;
    padding: 0 14px;
}

.heading-default h3:before {
    content: "";
    position: absolute;
    top: 0;
    left: -60px;
    bottom: 0;
    margin: auto 0;
    width: 60px;
    height: 2px;
    background-color: var(--sp-primary);
}

.heading-default h3 .av-heading {
    margin-left: 2px;
    padding: 8px .232em;
    text-align: center;
    display: inline-block;
    line-height: 0;
}

.heading-default:not(.heading-white) h3 .av-heading {
    color: var(--sp-white);
}

.heading-default h3 .av-heading:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: var(--sp-primary);
}

.heading-default .av-heading .av-text-wrapper,
.heading-default .av-heading .av-text-wrapper b {
    text-align: center;
    line-height: 1;
}

.heading-white > span,
.heading-white h3,
.heading-white p {
    color: var(--sp-white) !important;
}

.heading-white h3 .av-heading {
    color: var(--sp-primary);
}

.heading-white h3:before,
.heading-white h3 .av-heading:after {
    background-color: var(--sp-white) !important;
}

/*===== // =====*/

/*===== 09. Service Section =====*/

.indicator {
    content: "";
    position: absolute;
    height: 100%;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: left 500ms cubic-bezier(.694,0,.335,1);
    -o-transition: left 500ms cubic-bezier(.694,0,.335,1);
    transition: left 500ms cubic-bezier(.694,0,.335,1);
    z-index: -1;
    background-color: #ffffff;
    -webkit-box-shadow: 2px 15px 25px 0 rgba(0,0,0,.1);
    box-shadow: 2px 20px 30px 0 rgba(0,0,0,.1);
}

.service-row {
    position: relative;
    z-index: 0;
}

.service-item {
	width: 100%;
    min-height: 263px;
	display: block;
    padding: 47px 30px;
    position: relative;
    z-index: 0;
    overflow: hidden;
    border-bottom: 2px solid transparent;
    -webkit-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
}

.testimonial-carousel.owl-carousel .owl-stage,
.services-carousel.owl-carousel .owl-stage {
    margin: 26px 0 40px;
}

.testimonial-carousel .owl-item,
.services-carousel .owl-item {
    height: 100%;
}

.service-item .service-icon {
    font-size: 44px;
    display: inline-block;
    line-height: normal;
    margin-bottom: 8px;
    color: #9a9a9a;
    -webkit-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
}

.service-item p {
    color: #777777;
    margin-top: 16px;
    margin-bottom: 0;
}

.service-content > a {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60px;
    height: 50px;
    display: flow-root;
    text-align: center;
    color: var(--sp-white);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
}

.service-content > a i {
    margin: 1.15rem 0 0 1.9rem;
    font-size: 22px;
    line-height: 1.35;
}

.service-content > a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    min-width: 120px;
    min-height: 120px;
    background-color: var(--sp-primary);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(0px) translateY(20px) rotate(50deg);
    transform: translateX(0px) translateY(20px) rotate(50deg);
    -webkit-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
}

.service-item:hover, .service-item:focus-within {
    border-bottom-color: var(--sp-primary);
}

.services-carousel .owl-item.center .service-item {
    background-color: var(--sp-white);
    border-bottom-color: var(--sp-primary);
    -webkit-box-shadow: 2px 15px 25px 0 rgba(0,0,0,.1);
    box-shadow: 2px 20px 30px 0 rgba(0,0,0,.1);
}

.service-item:hover .service-content > a:before,
.service-item:focus-within .service-content > a:before,
.services-carousel .owl-item.center .service-content > a:before {
    opacity: 1;
    visibility: visible;
}

.service-item:hover .service-icon,
.service-item:focus-within .service-icon,
.services-carousel .owl-item.center .service-icon {
    color: var(--sp-primary);
}

.service-item:hover .service-content > a,
.service-item:focus-within .service-content > a,
.services-carousel .owl-item.center .service-content > a {
    opacity: 1;
    visibility: visible;
}

/*===== // =====*/

/*===== 10. Features Section =====*/

.features-section.bg-primary .features-item {
    color: var(--sp-white);
    padding: 0;
}

.features-section.bg-primary .features-title {
    padding-bottom: 16px;
}

.features-section.bg-primary .features-title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 2px;
    background-color: var(--sp-white);
}

.features-section.bg-primary .features-item p {
    margin: 16px 0 0;
}

.features-section.bg-primary .features-icon {
    font-size: 26px;
    width: 153px;
    max-width: 53px;
    height: 53px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    overflow: hidden;
    transition: .3s ease-in-out;
}

.features-section.bg-primary .features-icon:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    border-radius: 100%;
    border: 1px solid var(--sp-white);
    transition: .3s ease-in-out;
}

.features-section.bg-primary .features-item:hover .features-icon,
.features-section.bg-primary .features-item:focus-within .features-icon {}

.features-section.bg-primary .features-item:hover .features-icon:before,
.features-section.bg-primary .features-item:focus-within .features-icon:before {
    opacity: 1;
    visibility: visible;
    width: 100%;
    height: 100%;
    border: 3px dashed #fff;
    -webkit-animation: spinAround 9s linear infinite;
    -moz-animation: spinAround 9s linear infinite;
    animation: spinAround 9s linear infinite;
}

@-webkit-keyframes spinAround {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes spinAround {
    from {
        -moz-transform: rotate(0deg)
    }
    to {
        -moz-transform: rotate(360deg);
    }
}
@keyframes spinAround {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg);
    }
}

.features-item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 26px 22px;
    position: relative;
    overflow: hidden;
}

.features-section:not(.bg-primary) .features-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: var(--sp-primary);
    transition: var(--sp-transition);
}

.features-section:not(.bg-primary) .features-item:hover,
.features-section:not(.bg-primary) .features-item:focus-within {
    background-color: var(--sp-white);
    box-shadow: 0px 0px 10px 0px rgba(85, 83, 83, 0.35);
}

.features-section:not(.bg-primary) .features-item:hover:before,
.features-section:not(.bg-primary) .features-item:focus-within:before {
    width: 5px;
}

.features-section:not(.bg-primary) .features-item:hover .features-icon,
.features-section:not(.bg-primary) .features-item:focus-within .features-icon {
    color: var(--sp-primary);
}

.features-icon {
    display: inherit;
    margin-right: 25px;
    width: 75px;
    position: relative;
    font-size: 75px;
}

.features-title {
    position: relative;
    z-index: 0;
}

.features-item p {
    margin: 7px 0 0;
}

.features-section:not(.bg-primary) .features-item p {
    color: #777777;
    margin-bottom: 10px;
}

.bg-primary .features-title a:hover, .bg-primary .features-title a:focus {
    color: var(--sp-white);
}

/*===== // =====*/

/*===== 11. Filter Tab =====*/

.av-tab-filter {
    width: 100%;
    text-align: center;
    margin: 0 0 25px;
    padding: 0;
    display: block;
}

.av-tab-filter a {
    display: inline-block;
    position: relative;
    letter-spacing: .4px;
    font-size: 18px;
    padding: 6px 8px 4px;
    font-weight: 600;
    text-transform: capitalize;
    border: none;
    z-index: 0;
}

.av-tab-filter a:not(:last-child) {
    margin-right: 40px;
}

.av-tab-filter a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--sp-primary);
    -webkit-transition: top 0.3s;
    -moz-transition: top 0.3s;
    transition: top 0.3s;
}

.av-tab-filter a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 2px;
    background-color: var(--sp-primary);
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
}

.av-tab-filter a.active {
    color: var(--sp-primary);
}

.av-tab-filter a.active::before,
.av-tab-filter a:hover::before,
.av-tab-filter a:focus::before {
    top: 100%;
    opacity: 1;
}

.av-tab-filter a.active::after,
.av-tab-filter a:hover::after,
.av-tab-filter a:focus::after {
    height: 100%;
}

/*===== // =====*/

/*===== 12. Portfolio/Gallery =====*/

.gallery-area {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    flex-wrap: wrap;
}

.gallery-area .gallery-item {
    margin: 0;
}

.mgf-popup a {
  /*display: inline-block;*/
}

.mfp-close-btn-in button.mfp-close {
    display: inline-block;
    max-width: 40px;
    height: 40px;
    text-align: center;
    right: 0;
    padding: 0;
    background-color: var(--sp-primary);
}

.gallery-item,
.portfolio-item {    
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.gallery-item .gallery-icon img,
.portfolio-item .portfolio-icon img {
    width: 100%;
}

.gallery-item .gallery-icon,
.portfolio-item .portfolio-icon {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.gallery-item .gallery-caption,
.portfolio-item .portfolio-caption {    
    font-weight: 400;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding: 58px 28px;
    color: var(--sp-white);
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.gallery-item:hover .gallery-caption,
.portfolio-item:hover .portfolio-caption,
.gallery-item:focus-within .gallery-caption,
.portfolio-item:focus-within .portfolio-caption {
    opacity: 1;
    visibility: visible;
}

.gallery-item .gallery-caption:before,
.portfolio-item .portfolio-caption:before {
    position: absolute;
    top: 50%;
    right: 30px;
    bottom: 50%;
    left: 30px;
    border-top: 1px solid var(--sp-white);
    border-bottom: 1px solid var(--sp-white);
    content: '';
    opacity: 0;
    background-color: var(--sp-white);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.gallery-item h6, .portfolio-item h6,
.gallery-item p, .portfolio-item p {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s, -o-transform 0.35s, transform 0.35s;
}

.gallery-item h6, .portfolio-item h6 {
    -webkit-transform: translate3d(0%, 50%, 0);
    transform: translate3d(0%, 50%, 0);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.gallery-item p, .portfolio-item p {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.gallery-item i, .portfolio-item i {
    display: inline-block;
    transition: .5s ease-in;
    visibility: hidden;
    opacity: 0;
    transform: translateY(100px);
}

.gallery-item:hover .gallery-icon img,
.portfolio-item:hover .portfolio-icon img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.gallery-item:hover .gallery-caption,
.portfolio-item:hover .portfolio-caption {
    background: url(https://coplaclean.be/wp-content/themes/avril-business/assets/css/../images/bg/pattern.png) repeat 0, 0 rgba(0,0,0,.6);
}

.gallery-item:hover h6, .portfolio-item:hover h6 {
    opacity: 1;
    -webkit-transform: translate3d(0%, 0%, 0);
    transform: translate3d(0%, 0%, 0);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.gallery-item:hover p, .portfolio-item:hover p {
    opacity: 1;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.gallery-item:hover i, .portfolio-item:hover i {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}

.gallery-item:hover .gallery-caption:before,
.portfolio-item:hover .portfolio-caption:before {
    background: rgba(255, 255, 255, 0);
    top: 30px;
    bottom: 30px;
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.gallery-item h6,
.portfolio-item h6 {
    font-size: 15px;
}

.portfolio-item i {
    font-size: 30px;
}

.gallery-item i {
    font-size: 20px;
    width: 44px;
    height: 44px;
    line-height: 2.3;
    border-radius: 50%;
    margin: 0 auto;
    background-color: var(--sp-primary);
}

/*===== // =====*/

/*===== 13. Pricing =====*/

.dottet-bg-image {
    background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), url(https://coplaclean.be/wp-content/themes/avril-business/assets/css/../images/bg/dotted-arrow-dark.png) no-repeat top;
}

.pricing-item {
    padding: 50px;
    border-radius: 5px;
    background-color: var(--sp-white);
    text-align: center;
    display: block;
    position: relative;
    z-index: 0;
    box-shadow: 0px 0px 9.4px 0.6px rgba(0, 0, 0, 0.15);
}

.pricing-item:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.recommended-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.87;
    padding: 0 1.51em;
    border-radius: 25px;
    color: var(--sp-primary);
    background-color: #faeff0;
    z-index: 1;
}

.pricing-icon {
    width: 100%;
    display: block;
    font-size: 85px;
    line-height: normal;
    text-align: center;
    position: relative;
}

.recommended .pricing-icon {
    color: var(--sp-primary);
}

.recommended .pricing-icon {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 3px solid var(--sp-primary);
}

.recommended .pricing-icon:after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    right: 0;
    margin: auto;
    width: 11px;
    height: 11px;
    border: 3px solid;
    background-color: var(--sp-white);
    border-right: none;
    border-bottom: none;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.pricing {
    font-size: 60px;
    font-weight: 800;
    display: inline-flex;
    padding: 0 6px;
    color: var(--sp-primary);
}

.pricing sup {
    font-size: 25px;
    line-height: 2.75;
    font-weight: normal;
}

.pricing-item ul, .pricing-item li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pricing-item ul {
    margin-bottom: 35px;
}

.pricing-item li {
    line-height: 2.75;
}

/*===== // =====*/

/*===== 14. Team =====*/

.team-member {
    margin: 0px;
    position: relative;
    z-index: 0;
    overflow: hidden;
    display: block;
}

.team-footer {
    width: 100%;
    height: 71px;
    position: absolute;
    bottom: 0;
    padding: 16px 0px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    color: var(--sp-white);
    background-color: var(--sp-primary);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.team-info {
    display: block;
    padding: 0 10px;
}

.team-info h6 a:hover,
.team-info h6 a:focus {
    color: var(--sp-white);
}

.team-member img {
    width: 100%;
}

.team-footer span {
    margin-bottom: 16px;
    display: inline-block;
}

.team-footer p {
    border-top: 1px solid #dddddd;
    padding-top: 16px;
}

.team-footer .widget {
    margin-top: 55px;
    visibility: hidden;
}

.team-member:hover .widget {
    visibility: visible;
}

.team-member .widget li:not(:last-child) {
    margin-right: 6px;
    margin-bottom: 5px;
}

.team-member:hover .team-footer {
    justify-content: space-around;
    height: 100%;
    padding: 46px 10px 32px;
    background-color: rgba(0, 0, 0, 0.6);
}

.team-member:hover .team-footer h6 {
    color: var(--sp-primary);
}

/*===== // =====*/

/*===== 15. Fun Fact =====*/

.funfact-section {
    position: relative;
    background-image: url(https://coplaclean.be/wp-content/themes/avril-business/assets/css/../images/bg/fun-fact-bg.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    padding: 80px 0;
    z-index: 0;
}

.funfact-item {
    width: 100%;
    display: inline-block;
    text-align: center;
    color: var(--sp-white);
}

.funfact-item i, .funfact-item img {
    font-size: 60px;
    width: 60px;
    margin-bottom: 8px;
    display: inline-block;
    color: var(--sp-primary);
}

.funfact-item h1 {
    font-size: 48px;
}

.funfact-item p {
    font-size: 18px;
    font-weight: 300;
    margin: 10px 0 0;
}

/*===== // =====*/

/*===== 16. Testimonial Section =====*/

.testimonial-item,
.testimonial-item .testimonial-content {
    width: 100%;
    display: block;
    transition: .3s ease-in-out;
}

.testimonial-item .testimonial-content {
    padding: 47px 30px;
    position: relative;
    z-index: 0;
    background-color: var(--sp-white);
    transition: .3s ease-in-out;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.22);
}

.testimonial-item .testimonial-content:after {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 35px;
    height: 35px;
    background-color: inherit;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.1);
    z-index: -1;
}

.testimonial-title p {
    color: var(--sp-primary);
    margin-top: 6px;
    margin-bottom: 0;
    transition: .3s ease-in-out;
}

.testimonial-content blockquote {
    margin: 25px 0 0;
    padding: 0;
    padding-bottom: 60px;
    position: relative;
    border: 0;
    background: none;
    z-index: 0;
}

.testimonial-content blockquote:after {
    content: "\f10e";
    font-family: FontAwesome;
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: normal;
    color: #e1e1e1;
    font-size: 40px;
    z-index: 0;
    transition: .3s ease-in-out;
}

.testimonial-item .testimonial-icon {
    width: 100%;
    display: block;
    line-height: normal;
    margin-top: 35px;
    text-align: center;
}

.testimonial-item .testimonial-icon .image-box {
    display: inline-block;
    width: 60px;
    border-radius: 100%;
    overflow: hidden;
}

.testimonial-item .testimonial-icon img {
    width: auto;
    margin: 0 auto;
}

.testimonial-carousel .owl-item.center .testimonial-content {
    color: var(--sp-white);
    background-color: var(--sp-primary);
}

.testimonial-carousel .owl-item:hover .testimonial-content {
    box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.22)
}

.testimonial-carousel .owl-item:hover .testimonial-item,
.testimonial-carousel .owl-item.center .testimonial-item {
    transform: translateY(-12px);
}

.testimonial-carousel .owl-item.center blockquote:after,
.testimonial-carousel .owl-item.center .testimonial-title p {
    color: var(--sp-white);
}

/*===== // =====*/

/*===== 17. CTA Section =====*/

.cta-section {
    position: relative;
    z-index: 0;
}

.cta-section:not(.cta-3) {
    background-color: var(--sp-white);
    background-blend-mode: multiply;
    background-size: cover;
}

.cta-3 .cta-content {
    display: flex;
    align-items: flex-start;
}

.cta-3 .cta-content .cta-img {
    max-width: 82px;
    margin-right: 1.5rem;
    font-size: 4.25rem;
    display: flex;
    align-items: flex-start;
}

/* .cta-bg-image { */
    /* background: url(https://coplaclean.be/wp-content/themes/avril-business/assets/css/../images/bg/cta-bg.jpg) center center scroll rgba(0,0,0,.7); */
/* } */

.cta-bg-image .cta-wrapper {
    color: var(--sp-white);
    border: none;
    box-shadow: none;
    padding: 56px 15px;
}

.cta-wrapper {
    border-top: 3px solid var(--sp-primary);
    display: -ms-flexbox;
    display: flex;
    padding: 56px 48px;
    -ms-flex-align: flex-start;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 0px 4.75px 0.25px rgba(0, 0, 0, 0.15);
    position: relative;
}

.cta-text-content .cta-wrapper {
    border: 0;
    padding: 25px 125px;
}

.cta-img-icon {
    width: 203px;
    margin-right: 25px;
}

.cta-section:not(.cta-bg-image):not(.cta-3) .cta-wrapper {
    background-color: var(--sp-white);
}

.cta-section.cta-3:after,
.cta-section:not(.cta-3) .cta-wrapper:after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    height: 62px;
    opacity: 0.3;
    background-position: center bottom;
    z-index: -1;
}

.cta-section.cta-3:after {
    top: 0;
    height: 100%;
    background-color: var(--sp-primary);
    opacity: 0.95;
}

.cta-shadow-one .cta-wrapper:after {
    background: url(https://coplaclean.be/wp-content/themes/avril-business/assets/css/../images/bg/shadow-one.png) no-repeat;
    bottom: -38px;
}

.cta-shadow-two .cta-wrapper:after {
    background: url(https://coplaclean.be/wp-content/themes/avril-business/assets/css/../images/bg/shadow-two.png) no-repeat;
    bottom: -50px;
    transform: rotate(-180deg);
}

.cta-content h4 {
    font-size: 24px;
    margin-bottom: 5px;
}

.cta-content p {
    margin-bottom: 0;
}

.cta-section:not(.cta-bg-image) p {
    color: #777777;
}

.cta-learn-more {
    display: inline-block;
    margin-left: 18px;
    color: var(--sp-primary);
}

.cta-learn-more a {
    text-decoration: underline;
    font-weight: 500;
}

.cta-learn-more a:hover,
.cta-learn-more a:focus {
    text-decoration: none;
}

.cta-bg-image .cta-learn-more {
    color: var(--sp-white);
}

.cta-btn-wrap {
    display: flex;
    align-items: center;
}

.cta-more {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.cta-section:not(.cta-3) .cta-more {
    margin-left: 12px;
}

.cta-section.cta-3 .cta-more {
    margin-right: 1.25rem;
}

.cta-section.cta-3 .cta-more .cta-icon {
    margin-right: 6px;
}

.cta-section.cta-3 .cta-more span {
    display: block;
    text-align: left;
    color: var(--sp-white);
}

.cta-section.cta-3 .cta-label-dis {
    font-size: 1.125rem;
    font-weight: 600;
}

.cta-section:not(.cta-3) .cta-more span {
    display: inline-flex;
    align-items: center;
    color: var(--sp-white);
    background: none;
    border: 1px solid var(--sp-white);
    line-height: 36px;
    padding: 0 6px;
    opacity: 0;
    transition: all .3s ease-out 0ms;
}

.cta-more i {
    height: 41px;
    width: 41px;
    line-height: 42px;
    border-radius: 0;
    background-color: var(--sp-primary);
    color: var(--sp-white);
    border: 1px solid transparent;
    border-right: 0;
    font-size: 26px;
    position: relative;
    z-index: 1;
    text-align: center;
    -webkit-transform: scale(0.93);
    transform: scale(0.93);
    -webkit-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
}

.cta-section:not(.cta-3) .cta-more i:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-animation: ripperOnCircle 1.3s ease-out 75ms infinite;
    animation: ripperOnCircle 1.3s ease-out 75ms infinite;
}

.cta-3 .cta-more i {
    font-size: 2.25rem;
    background: none;
    color: var(--sp-white);
    vertical-align: top;
    line-height: normal;
}

@-webkit-keyframes ripperOnCircle {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255,255,255,0.075), 0 0 8px 8px rgb(226 223 223 / 0.5), 0 0 0 8px rgba(255,255,255,0.2);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255,255,255,0.075), 0 0 8px 8px rgb(226 223 223 / 0.5), 0 0 0 8px rgba(255,255,255,0.2);
        -webkit-transform: scale(1.35);
        opacity: 0;
    }
}

@keyframes ripperOnCircle {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255,255,255,0.075), 0 0 8px 8px rgb(226 223 223 / 0.5), 0 0 0 8px rgba(255,255,255,0.2);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255,255,255,0.075), 0 0 8px 8px rgb(226 223 223 / 0.5), 0 0 0 8px rgba(255,255,255,0.2);
        transform: scale(1.35);
        opacity: 0;
    }
}

.cta-more i:before {
    display: inline-flex;
    -webkit-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
}

.cta-more:hover i:before,
.cta-more:focus i:before {
    transform: rotate(70deg);
}

.cta-section:not(.cta-3) .cta-more:hover i,
.cta-section:not(.cta-3) .cta-more:focus i,
.cta-wrapper .av-btn-primary:hover,
.cta-wrapper .av-btn-primary:focus {
    border-color: var(--sp-white);
}

.cta-section:not(.cta-3) .cta-more:hover span,
.cta-section:not(.cta-3) .cta-more:focus span {
    transform: translateX(-2px);
    opacity: 1;
}

/*===== // =====*/

/*===== 18. Blog Post Section =====*/

.post-items {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 0;
    border-radius: 0;
    border: 1px solid #d0d0d0;
    z-index: 0;
    display: -webkit-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.av-masonry .post-items {
    display: inline-block;
    margin-bottom: 1.15rem;
}

.post-meta ul {
    margin: 0;
    padding: 0;
}

.post-shadow .post-items {
    box-shadow: 0px 0px 38px 0px rgba(68, 68, 68, 0.12);
    border: none;
}

.post-image {
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.post-image > a {
    position: relative;
    z-index: 0;
    display: block;
    overflow: hidden;
}

.post-image:hover .author-name,
.post-image:hover .author-name a,
.post-image:focus-within .author-name,
.post-image:focus-within .author-name a,
.post-items .post-image a:hover,
.post-items .post-image a:focus {
    color: var(--sp-white);
}

.post-image .author-name,
.post-items .post-hover:after,
.post-items .post-hover:before,
.post-image .post-meta,
.post-image > a img {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
    -webkit-transition: all 1.3s;
    transition: all 1.3s;
}

.post-items:hover .post-image > a img,
.post-items:focus-within .post-image > a img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.post-image .post-hover:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 0;
}

.post-image .post-hover:before,
.post-image .post-meta {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.post-image .post-hover:before {
    content: "\f002";
    font-family: FontAwesome;
    max-width: 60px;
    max-height: 60px;
    color: var(--sp-white);
    background-color: var(--sp-primary);
    border-radius: 100%;
    border: 1px solid transparent;
    z-index: 2;
}

.post-image .post-meta {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    text-align: center;
    color: var(--sp-white);
    z-index: 0;
}
.post-image .author-name,
.post-image .post-hover:after,
.post-items .post-hover:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    visibility: hidden;
    opacity: 0;
}

.post-image:hover .author-name,
.post-items:hover .post-hover:after,
.post-items:hover .post-hover:before,
.post-image:focus-within .author-name,
.post-items:focus-within .post-hover:after,
.post-items:focus-within .post-hover:before {
    visibility: visible;
    opacity: 1;
}

.post-items:hover .post-image .post-hover:before,
.post-items:hover .post-image .post-meta ul li a,
.post-items:hover .post-image .posted-on,
.post-items:focus-within .post-image .post-hover:before,
.post-items:focus-within .post-image .post-meta ul li a,
.post-items:focus-within .post-image .posted-on {
    border-color: var(--sp-white);
}

.post-meta .posted-on:not(.post-date),
.post-meta p, .post-meta p, .post-date p {
    margin: 0;
}

.post-items .post-date {
    max-width: max-content;
    text-align: center;
    display: inline-block;
    color: var(--sp-white);
    background-color: var(--sp-primary);
    border: 1px solid transparent;
    padding: .35em 0.51em;
}

.post-items .post-date span {
    font-size: 38px;
    line-height: 1;
    font-weight: bold;
    display: block;
    word-break: break-word;
}

.post-image .posted-on {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.post-image .author-name {
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--sp-primary);
}

.post-image .author-name p {
    margin: 0;
}

.post-image .author-name > a {
    max-width: max-content;
    display: inline-block;
    margin: 0 auto;
    font-size: 14px;
}

.post-image .post-list {
    position: absolute;
    bottom: 18px;
    left: 0;
    z-index: 1;
}

.post-image .post-list,
.post-image .posted-on {
    margin: 20px 0 0 20px;
    display: inline-block;
}

.post-image .author-name img {
    display: inline-block;
    margin-bottom: 5px;
    border-radius: 100%;
}

.post-title {
    font-weight: 400;
}

.post-content {
    width: 100%;
    padding: 25px 20px 23px;
}

.post-content p {
    margin: 18px 0 14px;
}

.post-content .gallery {
    display: inline-block;
}

.post-meta.up {
    margin-bottom: 12px;
}

.post-meta:not(.imu) {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.post-meta.down {
    border-top: 1px solid #d0d0d0;
    margin: 0;
    clear: both;
    margin-top: 20px;
    padding-top: 22px;
}

.post-items .post-meta .post-meta ul,
.post-meta:not(.up):not(.imu) > span {
    flex: auto;
    text-align: center;
    line-height: 1;
}

.post-meta:not(.down):not(.imu) > span:not(.post-date) {
    flex: auto;
    text-align: left;
    line-height: 1;
}

.post-meta:not(.imu) > span:not(.post-date) {
    border-right: 1px solid #d0d0d0;
    border-left: 1px solid #d0d0d0;
    padding: 0 5px;
}

.post-meta:not(.imu) > span:not(.post-date):first-child {
    border-left: 0;
    padding-left: 0;
    border-right: 0;
}

.post-meta:not(.imu) > span:not(.post-date):last-child {
    padding-right: 0;
    border-right: 0;
}

.post-meta:not(.imu) > span:nth-child(even) {
    border-right: 0;
}

.post-meta > span i {
    margin-right: 5px;
    color: var(--sp-primary);
}

.more-link {
    position: relative;
    line-height: 30px;
    white-space: nowrap;
    display: inline-block;
}

.more-link:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 105%;
    height: 100%;
    background-color: var(--sp-white);
    transition: .3s ease-in-out;
}

.more-link:hover:before, .more-link:focus:before {
    left: -200%;
}

.more-link:after {
    content: "\f061";
    font-family: fontawesome;
    font-size: 16px;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: var(--sp-white);
    background-color: var(--sp-secondary);
    border-radius: 3px;
    transition: .6s ease-in-out;
}

.more-link:hover:after, .more-link:focus:after {
    color: var(--sp-white);
    background-color: var(--sp-primary);
    left: 104%;
}

.post-items .post-meta ul, .post-items .post-meta ul li {
    padding: 0;
    display: inline-block;
    text-align: left;
}

.post-items .post-meta ul li a {
    display: inline-block;
    font-weight: 500;
    line-height: 2.5;
    padding: 0 20px;
    color: var(--sp-white);
    background-color: var(--sp-primary);
    border: 1px solid transparent;
}

.post-items .post-meta ul.post-categories li a:first-child {
    display: none;
}

.post-items .post-meta ul li a:not(:nth-child(2)) {
    margin-left: 5px;
}

.post-items .post-meta ul li a:nth-child(n+5) {
    margin-top: 10px;
}

.post-items ul:not(.post-categories) li a,
.post-items ol:not(.post-categories) li a,
.post-items table a, strong a, blockquote a, code a, p a,
span:not(.author-name):not(.comments-link):not(.posted-on):not(.post-list) a {
    color: var(--sp-primary);
    text-decoration: underline;
}

/*===== // =====*/

/*===== 19. Blog Post Image Carousel =====*/

.post-image-carousel {
    width: 100%;
    overflow: hidden;
    z-index: 1;
}

.post-image-carousel.owl-carousel .owl-item img {
    width: auto;
    max-width: 100%;
}

.post-image-carousel:before {   
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

.post-items:hover .post-image-carousel:before {
    visibility: visible;
    opacity: 1;
}

.post-image-carousel.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    line-height: 0;
    margin: 0;
}

.post-image-carousel.owl-theme .owl-nav [class*=owl-] {
    width: 51px;
    height: 180px;
    line-height: 60px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: 10;
    cursor: pointer;
    text-align: center;
    transition: all .2s ease 0s;
    color: var(--sp-white);
    background-color: rgba(0, 0, 0, 0.75);
    border: none;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    z-index: 2
}

.post-image-carousel.owl-theme .owl-nav .owl-prev {
    left: -20px;
}

.post-image-carousel.owl-theme .owl-nav .owl-next {
    right: -20px;
}

.post-items:hover .post-image-carousel.owl-theme .owl-prev {
    right: auto;
    left: 8px;
    opacity: 1;
    visibility: visible;
}

.post-items:hover .post-image-carousel.owl-theme .owl-next {
    left: auto;
    right: 8px;
    opacity: 1;
    visibility: visible;
}

.post-image-carousel.owl-theme .owl-prev:hover,
.post-image-carousel.owl-theme .owl-next:hover {
    background-color: rgba(214, 21, 35, 0.75);
}

/*===== // =====*/

/*===== 20. Author-Area =====*/

.author-details {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 40px;
    margin: 1.5rem auto;
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid #d0d0d0;
}

.author-details .section-header {
    width: 100%;
    display: block;
    margin-bottom: 1.5rem;
}

.author-details .section-header h2 {
    font-weight: 500;
    line-height: 1.1;
}

.author-details .media {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.author-details .media .auth-mata {
    -ms-flex-item-align: start;
    align-self: flex-start;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin-right: 1.5rem;
}

.author-details .media .auth-mata img {
    width: 100px;
}

.author-details .media .media-body {
    flex-basis: 90%;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.author-details .media .media-body h4 {
    margin-bottom: .5rem;
}

.author-details .media .media-body p {
    margin: 0;
    line-height: 1.5;
}

.media-body.author-meta-det > a:not(.av-btn) {
    color: var(--sp-primary);
}

.media-body.author-meta-det .av-btn {
    display: table;
    margin-top: 5px;
    margin: 6px 0 0 auto;
}

/*===== // =====*/

/*===== 21. Comments-Area =====*/

.toggle-comments {
    width: 100%;
    text-align: center;
    margin-top: 1.5rem;
}

.avril-is-toggle-comments .comments-area {
    display: none;
}

.avril-is-toggle-comments.comments-visible .comments-area {
    display: block;
}

.comments-area {
    margin-top: 1.5rem;
}

.single-comments-title,
.comments-title {
    margin-bottom: 1rem;
    text-align: left;
}

.comment-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.comments-area li {
    list-style: none;
}

.comments-area .comment-body {
    position: relative;
    padding: 25px 25px 25px 140px;
    min-height: 120px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    border-radius: 3px;
    z-index: 0;
    margin-bottom: 1rem;
}

.comments-area .comment-list > .comment > .comment-body {
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}

.comments-area .comment-meta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
}

.comments-area .comment-meta .comment-author img {
    position: absolute;
    z-index: 0;
    left: 20px;
    top: 28px;
    width: 100px;
}

.comment-meta .comment-metadata {
    width: 100%;
    line-height: 1.5;
    font-size: 14px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    justify-content: space-between;
}

.comment-content {
    position: relative;
    z-index: 0;
    padding: 1em 2.35rem 1em 0;
}

.comment-content p {
    margin: 0;
}

.comment-metadata .edit-link,
.comment-body .reply {
    position: relative;
    z-index: 0;
}

.comment-metadata .edit-link a, .comment-body .reply a {
    padding-left: 5px;
}

.comment-metadata .edit-link:before {
    content: "\f044";
    font-family: FontAwesome;
}

.comment-body .reply:before {
    content: "\f01e";
    font-family: FontAwesome;
}

.comment-metadata .edit-link:before, .comment-body .reply:before {
    font-size: 12px;
    color: var(--sp-primary);
}

.comment-metadata .edit-link:before {
    vertical-align: text-bottom;
}

.comment-body .reply {
    text-align: right;
}

.comment-list .children {
    position: relative;
    padding: 0;
    margin: 0;
    margin-left: 2.5rem;
    z-index: 0;
}

#cancel-comment-reply-link {
    color: var(--sp-primary);
    text-decoration: underline;
}

#cancel-comment-reply-link:hover,
#cancel-comment-reply-link:focus {
    text-decoration: none;
}

/*===== // =====*/

/*===== 22. Form Part for Comment =====*/

.comment-respond {
    margin-top: 2.25rem;
}

.comment-reply-title {
    text-align: left;
    margin-bottom: 15px;
}

.comment-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.comment-form > p:not(.comment-notes):not(.comment-form-comment):not(.comment-form-cookies-consent):not(.form-submit) {
    flex: auto;
}

.comment-form > p:nth-child(2n+1):not(.comment-notes):not(.comment-form-comment):not(.comment-form-cookies-consent):not(.form-submit) {
    margin-right: 30px;
}

.comment-form p.comment-form-url:not(.comment-notes):not(.comment-form-comment):not(.comment-form-cookies-consent):not(.form-submit) {
    margin-right: 0;
}

.comment-form-comment {
    max-width: 100%;
    flex-basis: 100%;
}

.comment-form > p:not(:last-child) {
    margin-bottom: 30px;
}

.comment-form-cookies-consent, .form-submit {
    width: 100%;
}

/*===== // =====*/

/*===== 23. Footer Section =====*/

.footer-section {
    padding-top: 60px;
}

.footer {
    color: var(--sp-white);
    background-color: #151535;
}

.footer-light .footer {
    color: var(--sp-secondary-dark);
    background-color: var(--sp-white);
}

.footer-light .footer .widget_payment_methods li a {
    color: var(--sp-primary);
}

.footer-light .footer .widget_payment_methods li a:hover,
.footer-light .footer .widget_payment_methods li a:focus {
    color: var(--sp-secondary-dark);
}

.footer-info-wrapper li:not(:last-child) {
    margin-right: 25px;
}

.contact-info-wrapper .widget,
.footer-info-wrapper .widget {
    padding: 30px 18px;
    background-color: var(--sp-white);
    overflow: hidden;
    display: block;
}

.footer-info-wrapper .widget {
    border-radius: 3px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.22);
}


.footer-info-wrapper .contact-icon {
    font-size: 74px;
    height: 74px;
    padding-right: 18px;
    margin-right: 18px;
    border-right: 1px solid #dddde0;
}

.footer-info-wrapper .contact-area .contact-icon i {
    text-shadow: 1200px 1000px 0 rgb(0 0 0 / 0.1);
    transition: text-shadow 0.5s ease;
}

.footer-info-wrapper .contact-area:hover .contact-icon i,
.footer-info-wrapper .contact-area:focus-within .contact-icon i {
    text-shadow: 240px 24px 0 rgb(0 0 0 / 0.1);
}

.footer-info-wrapper .contact-info span.text {
    font-size: 20px;
    font-weight: 600;
}

.footer-info-wrapper .contact-info:not(:hover):not(:focus) span.text {
    color: var(--sp-secondary);
}

.footer-info-wrapper .contact-info span.title {
    color: #777777;
    margin-top: 5px;
}

.footer-main {
    padding: 45px 0;
    border-bottom: 1px solid rgba(125, 125, 125, 0.3);
}

.footer-copyright {
    padding: 24px 0;
    border-bottom: 5px solid var(--sp-primary);
}

.footer-main .contact-area:not(:last-child) {
    margin-bottom: 15px;
}

.footer .mail-form .av-mail-field:focus {
    background-image: var(--sp-gradient-focus);
}

/*===== // =====*/

/*===== 24. Back To Top Start =====*/

.scrollup {
    position: fixed;
    top: 0;
    right: 25px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    padding: 0;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    color: var(--sp-white);
    background-color: var(--sp-primary);
    border: none;
    outline: none;
    border-bottom-left-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .2);
    -webkit-transition: .9s;
    transition: .9s;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
}

.scrollup i {
    display: inline-block;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.scrollup.is-active {
    top: 98%;
    -webkit-transform: translateY(-98%);
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
}

.scrollup.is-active:hover,
.scrollup.is-active:focus {
    color: var(--sp-white);
    transform: translateY(-98%) rotate(-45deg);
    -webkit-transform: translateY(-98%) rotate(-45deg);
    -moz-transform: translateY(-98%) rotate(-45deg);
    -o-transform: translateY(-98%) rotate(-45deg);
    -ms-transform: translateY(-98%) rotate(-45deg);
}

.scrollup.is-active:hover i,
.scrollup.is-active:focus i {
    transform: translateY(0) rotate(45deg);
    -webkit-transform: translateY(0) rotate(45deg);
    -moz-transform: translateY(0) rotate(45deg);
    -o-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
}

/*===== // =====*/

/*===== 25. Breadcrumb Section =====*/

.breadcrumb-area {
    width: 100%;
    position: relative;
    z-index: 0;
    overflow: hidden;
    height: auto;
    display: block;
    color: var(--sp-white);
    background-size: cover;
    background-attachment: fixed;
}

.breadcrumb-area:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--sp-secondary-dark);
    z-index: 0;
    opacity: 0.75;
}

.breadcrumb-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    height: 100%;
    padding: 35px 0;
    min-height: 236px;
}

.breadcrumb-heading {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    /* margin: auto 0; */
    height: 100%;
    width: 100%;
    max-width: 50%;
}

.breadcrumb-heading h2 {
    margin-bottom: 0;
}

.breadcrumb-list {
    flex-shrink: 0;
    list-style: none;
    width: 100%;
    max-width: 50%;
    padding: 0;
    margin: 0;
}

.breadcrumb-list li {
    display: inline-block;
    word-break: break-word;
}

.breadcrumb-list li i {
    vertical-align: middle;
}

.breadcrumb-list li i.fa.fa-chevron-right {
    font-size: 80%;
    margin-right: 2px;
}

.breadcrumb-list li span {
    color: var(--sp-primary);
    display: inline-block;
}

.breadcrumb-content .breadcrumb-list li a:not(:focus):not(:hover) {
    color: var(--sp-white);
}

.breadcrumb-center .breadcrumb-content {
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
}

.breadcrumb-center .breadcrumb-heading {
    text-align: center;
}

.breadcrumb-center .breadcrumb-list {
    text-align: center;
}

.breadcrumb-right .breadcrumb-content {
    flex-direction: row-reverse;
}

.breadcrumb-right .breadcrumb-list,
.breadcrumb-left .breadcrumb-heading {
    text-align: left;
}

.breadcrumb-left .breadcrumb-list,
.breadcrumb-right .breadcrumb-heading {
    text-align: right;
}

.breadcrumb-footer {
    position: relative;
    background-color: var(--sp-primary);
}

.breadcrumb-content-below {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    min-height: 83px;
}

.breadcrumb-content-below .breadcrumb-list,
.breadcrumb-content-below .breadcrumb-widget {
    flex: 1;
    line-height: 0.5;
}

.breadcrumb-content-below .breadcrumb-list {
    text-align: left;
}

.breadcrumb-content-below .breadcrumb-widget {
    text-align: right;
}

.breadcrumb-widget .widget {
    display: inline-block;
    max-width: 180px;
}

.breadcrumb-home {
    margin-right: 20px;
}

.breadcrumb-home a {
    display: inline-block;
    line-height: 1.65;
    padding: 0 0.49rem;
    font-size: 22px;
    color: var(--sp-secondary-dark);
    background-color: var(--sp-white);
}

.breadcrumb-home a:hover,
.breadcrumb-home a:focus {
    color: var(--sp-primary);
}

/*===== // =====*/

/*===== 26. About Page =====*/

.about-panel p {
    margin-bottom: 35px;
}

.skills-image {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.skills-image img {
    margin: 0 auto;
}

.skills-wrapper {
    width: 100%;
    display: block;
    padding: 20px 0;
}

.skills-panel {
    display: flex;
    align-items: center;
    width: 100%;
}

.skills-panel:not(:last-child) {
    margin-bottom: 60px
}

.skills-growth {
    margin-right: 35px;
}

.skills-panel p:last-child {
    margin-bottom: 0;
}

.progressbar {
    display: inline-block;
    width: 100px;
}
.circle {
    width: 95px;
    height: 95px;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    text-align: center;
}

.circle canvas {
    vertical-align: middle;
    border-radius: 50%;
}

.circle div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    line-height: 95px;
    font-size: 25px;
    font-weight: 700;
}

/*===== // =====*/

/*===== 27. Pagination =====*/

nav.woocommerce-pagination,
.pagination {
    position: relative;
    text-align: center;
    z-index: 0;
    width: 100%;
    max-width: fit-content;
    display: block;
    margin: 0 auto;
    margin-top: 50px;
    padding: 12px 10px;
    box-shadow: 0px 0px 5.52px 0.48px rgba(0, 0, 0, 0.2);
}
.pagination h2 {
    display: none;
}
nav.woocommerce-pagination ul {
    line-height: 40px;
}

nav.woocommerce-pagination ul,
.pagination .nav-links {
    display: inline-flex;
}

.pagination .page-numbers:not(.dots) {    
    font-weight: 600;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
    display: flow-root;
    font-size: 16px;
    line-height: 1.1;
    min-width: 25px;
    text-align: center;
    padding: 2px;
    transition: all 0.3s ease 0s;
    vertical-align: baseline;
    white-space: nowrap;
    border-radius: 0;
    cursor: pointer;
}

.pagination .nav-links .prev.page-numbers,
.pagination .nav-links .next.page-numbers,
.pagination .nav-links .page-numbers.current {
    color: var(--sp-white);
    background-color: var(--sp-primary);
}

.pagination .page-numbers:not(.dots):not(:last-child) {
    margin-right: 10px;
}

/*===== // =====*/

/*===== 28. FAQ =====*/

.faq-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}

.faq-icon {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 60px;
    height: 60px;
    margin-right: 15px;
    line-height: 1;
    position: relative;
    z-index: 0;
    color: var(--sp-primary);
}

.faq-content {
    display: inline-block;
    text-align: left;
    color: inherit;
}

.faq-content h5 {
    margin-bottom: 10px;
}

.faq-content p {
    margin: 0;
    color: #777777;
}

/*===== // =====*/

/*===== 29. Contact Page =====*/

.contact-info-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-info-wrapper li {
    flex-basis: 100%;
    position: relative;
    list-style: none;
}

.contact-info-wrapper li:not(:last-child) {
    margin-bottom: 50px;
}

.contact-info-wrapper .widget {
    border-left: 2px solid var(--sp-primary);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
}

.contact-info-wrapper .contact-icon {
    font-size: 42px;
    height: 42px;
    margin-right: 14px;
}

.contact-info-wrapper .contact-info span.text {
    font-size: 18px;
    font-weight: 600;
}

.contact-info-wrapper .contact-info span.title {
    color: #777777;
    margin-top: 2px;
}

.send-your-enquiry {
    text-align: center;
    padding: 26px 38px;
    background-color: var(--sp-white);
    box-shadow: 0px 0px 12.61px 0.39px rgba(0, 0, 0, 0.1);
}

.send-your-enquiry form p {
    text-align: left;
}

.send-your-enquiry h4,
.send-your-enquiry form p:not(:last-child) {
    margin-bottom: 15px;
}

.send-your-enquiry form p:last-child {
    margin-bottom: 0;
}

.send-your-enquiry form .av-btn {
    margin-top: 10px;
}

.opening-hours {
    padding: 25px 35px;
    color: var(--sp-white);
    background-blend-mode: multiply;
    background-size: cover !important;
    box-shadow: 0px 0px 12.61px 0.39px rgba(0, 0, 0, 0.1);
}

.opening-heading {
    text-align: center;
}

.opening-heading h4 {
    margin-bottom: 12px;
}

.opening-hours .av-grid-dl {
    padding: 0 10px;
}

.opening-hours .av-grid-dl dd {
    text-align: right;
}

.map-section {
    padding: 350px 0 100px;
}

#map {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

/*===== // =====*/

/*===== 30. 404 Page =====*/

.av-text-404 {
    text-align: center;
}

.av-text-404 h1 {
    font-size: 515px;
    line-height: 0.8;
}

.av-text-404 h1,
.av-text-404 img {
    display: inline-flex;
    max-width: 916px;
}

.av-text-404 h2 {
    margin: 60px 0 22px;
}

/*===== // =====*/

/*===== 31. Coming Soon =====*/

.coming-soon {
    position: relative;
    width: 100%;
    height: 100vh;
    padding: 50px 0 40px;
    color: var(--sp-white);
    background-blend-mode: multiply;
    text-align: center;
    z-index: 0;
}

.av-soon-text {
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 35px;
    display: block;
}

.av-logo-soon {
    margin-bottom: 16px;
}

.av-soon-text p {
    margin-top: 10px;
    margin-bottom: 0;
}

.fact-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
}

.fact-soon .fun-box {
    flex: 1 1 0%;
    margin-right: 35px;
    padding-right: 35px;
    position: relative;
    z-index: 0
}

.fact-soon .fun-box:not(:last-child):after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 100px;
    display: inline-block;
    margin: auto;
    border: 0px solid rgba(255, 255, 255, 0.40);
    border-right-width: 1px;
    z-index: -1;
}

.fact-soon .fun-box:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}

.count-fact {
    padding: 35px;
    text-align: center;
    background-color: rgba(214, 21, 35, 0.25);
    position: relative;
    z-index: 0;
}

.count-fact h1 {
    font-size: 100px;
    line-height: 0.8;
}

.count-fact h4 {
    margin-top: 15px;
}

.soon-widget,
.subscribe-form-soon {
    max-width: 462px;
    margin: 0 auto;
    margin-top: 40px;
    display: block;
}

.subscribe-form-soon .av-search-field {
    background-color: #323232;
    border-color: #323232;
}

.soon-widget .widget_social_widget li a {
    color: var(--sp-secondary);
    background-color: var(--sp-white);
}

.soon-widget .widget_social_widget li a:hover,
.soon-widget .widget_social_widget li a:focus {
    color: var(--sp-primary);
}

/*===== // =====*/

/*---------------------------------------
    Screen Reader Text
-----------------------------------------*/
/* Accessibility */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content {
    background: var(--sp-white);
}

#content[tabindex="-1"]:focus {
  outline: 0;
}

/*---------------------------------------
    Boxed Layout CSS
-----------------------------------------*/
@media(min-width: 1200px) {

body.boxed {
    width: 1210px;
    -webkit-box-shadow: 0 0 10px 0 rgba(48, 48, 48, 0.5);
    box-shadow: 0 0 10px 0 rgba(48, 48, 48, 0.5);
    margin: 0 auto;
	position: relative;
}

}

@media (min-width: 768px) and (max-width: 979px)  {

body.boxed { width: 100%; }

}

@media (max-width: 767px) {

body.boxed { width: 100%; /* padding: 0px 20px !important; */ }
body { padding-left: 0px !important; padding-right: 0px !important; }
	
}

@media (min-width: 980px) and (max-width: 1199px) {

body.boxed { width: 100%; }
	
}

/*===== // =====*/

/*---------------------------------------
    Blog Sticky Start
-----------------------------------------*/

.bg-sticky {
    position: absolute;
    top: 15px;
    right: 15px;
    display: block;
    text-align: center;
    letter-spacing: 0.5px;
    font-size: 16px;
    font-weight: 600;
    padding: 0 .62em;
    line-height: 30px;
	border-radius: 3px;
    color: var(--sp-white);
	z-index: 9;
}
.bg-sticky.rounded-circle {
    border-radius: 100%;
}

/*===== // =====*/

/*---------------------------------------
    Transition
-----------------------------------------*/

.blog-img-carousel, .blog-img-carousel:before,
.service-icon, .service-content > a,
.service-item, .service-item:before,
.pricing-item, .features-item,
.features-icon, .av-link,
.gallery-item .gallery-icon img,
.portfolio-item .portfolio-icon img, a {
    -webkit-transition: var(--sp-transition);
    transition: var(--sp-transition);
}

/*===== // =====*/

/*---------------------------------------
    Easypress Theme
-----------------------------------------*/

/* ========= EasyPress >> Contact Info / Social Widget / Button  ========= */

.aera-theme .contact-icon {
    font-size: 33px;
    height: auto;
}

.aera-theme .widget_social_widget li a {
    width: 33px;
    height: 33px;
    line-height: 32px;
    font-size: 16px;
}

.aera-theme .header-search-popup form .search-field,
.aera-theme button[type=submit],
.aera-theme button:not(.scrollup),
.aera-theme input[type="button"],
.aera-theme input[type="reset"],
.aera-theme input[type="submit"],
.aera-theme .av-btn {
    border-radius: 100px;
}

/* ========= EasyPress Header Search ========= */

.aera-theme .header-search-popup {
    z-index: -2;
    visibility: hidden;
    -webkit-transition: all 1s ease;
    -khtml-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.aera-theme.header-search-active .header-search-popup {
    z-index: 999;
    visibility: visible;
}

.aera-theme .search-overlay-layer {
    position: fixed;
    width: 224vw;
    height: 224vw;
    top: calc(90px - 112vw);
    right: calc(100px - 112vw);
    z-index: 1;
    display: block;
    background-color: var(--sp-secondary);
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0);
    -khtml-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: transform .8s ease-in-out;
    -khtml-transition: transform .8s ease-in-out;
    -moz-transition: transform .8s ease-in-out;
    -ms-transition: transform .8s ease-in-out;
    -o-transition: transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
    transition-delay: .3s;
    -webkit-transition-delay: .3s;
    opacity: 0.9;
}

.aera-theme.header-search-active .search-overlay-layer {
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -webkit-transition: transform 1.6s cubic-bezier(.4,0,0,1);
    -khtml-transition: transform 1.6s cubic-bezier(.4,0,0,1);
    -moz-transition: transform 1.6s cubic-bezier(.4,0,0,1);
    -ms-transition: transform 1.6s cubic-bezier(.4,0,0,1);
    -o-transition: transform 1.6s cubic-bezier(.4,0,0,1);
    transition: transform 1.6s cubic-bezier(.4,0,0,1);
}

.aera-theme .header-search-popup form {
    width: 0;
    max-width: 680px;
    -webkit-transition: opacity .5s 0s,width .8s .8s cubic-bezier(.225,.01,.475,1.01),transform .2s 0s;
    -khtml-transition: opacity .5s 0s,width .8s .8s cubic-bezier(.225,.01,.475,1.01),transform .2s 0s;
    -moz-transition: opacity .5s 0s,width .8s .8s cubic-bezier(.225,.01,.475,1.01),transform .2s 0s;
    -ms-transition: opacity .5s 0s,width .8s .8s cubic-bezier(.225,.01,.475,1.01),transform .2s 0s;
    -o-transition: opacity .5s 0s,width .8s .8s cubic-bezier(.225,.01,.475,1.01),transform .2s 0s;
    transition: opacity .5s 0s,width .8s .8s cubic-bezier(.225,.01,.475,1.01),transform .2s 0s;
    transition-delay: 0s,.4s,0s;
    transition-delay: .2s;
    -webkit-transition-delay: .2s;
}

.aera-theme.header-search-active .header-search-popup form {
    width: 100%;
    transition-delay: .7s;
    -webkit-transition-delay: .7s;
}
    
.aera-theme .header-search-popup .header-search-close {
    width: 55px;
    height: 55px;
    -webkit-transition: all .8s cubic-bezier(.4,0,0,1);
    -khtml-transition: all .8s cubic-bezier(.4,0,0,1);
    -moz-transition: all .8s cubic-bezier(.4,0,0,1);
    -ms-transition: all .8s cubic-bezier(.4,0,0,1);
    -o-transition: all .8s cubic-bezier(.4,0,0,1);
    transition: all .8s cubic-bezier(.4,0,0,1);
    transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -webkit-transform: scale(0);
    -khtml-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.aera-theme .close-style:before,
.aera-theme .close-style:after {
    width: 22px;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
}

.aera-theme.header-search-active .header-search-popup .header-search-close {
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition-delay: .3s;
    -webkit-transition-delay: .3s;
}

.aera-theme.header-search-active .header-search-close:hover:before,
.aera-theme.header-search-active .header-search-close:hover:after,
.aera-theme.header-search-active .header-search-close:focus:before,
.aera-theme.header-search-active .header-search-close:focus:after {
    -webkit-transform: scale(1.25);
    -khtml-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);
}

/* ========= EasyPress Slider ========= */

.aera-theme .main-slider .owl-nav {
    left: auto;
    bottom: 0;
    top: 0;
    right: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
}

.aera-theme .main-slider div.owl-nav [class*=owl-] {
    border-radius: 0;
    color: var(--sp-secondary);
    background-color: var(--sp-white);
    border-color: var(--sp-white);
    width: 47px;
    height: 47px;
    line-height: 37px;
    font-size: 20px;
}

.aera-theme .main-slider div.owl-nav [class*=owl-]:hover {
    color: var(--sp-white);
    background-color: var(--sp-primary);
}

.aera-theme .theme-content a.av-btn.av-btn-primary {
    color: var(--sp-primary);
    background-color: var(--sp-white);
    border-color: var(--sp-white);
}

.aera-theme .theme-content a.av-btn.av-btn-primary:hover,
.aera-theme .theme-content a.av-btn.av-btn-primary:focus {
    color: var(--sp-white);
    background-color: var(--sp-primary);
    border-color: var(--sp-primary);
}

.aera-theme .theme-slider div.theme-content {
    max-width: 100%;
}

.aera-theme .theme-slider .text-right [class*="av-column-"]:first-child {
    order: 1;
}

.aera-theme .theme-slider .text-center [class*="av-column-"]:first-child {
    flex-basis: 100%;
    max-width: 100%;
}

.aera-theme .theme-slider .text-center [class*="av-column-"]:nth-child(2) img {
    margin: auto;
}

.aera-theme .theme-slider .text-center [class*="av-column-"]:nth-child(2) {
    margin-top: 2rem;
}

.azwa-header-slider .owl-item .aera-img img {
    width: auto;
    height: auto;
}

@media only screen and (max-width:991px) {
    .aera-theme .theme-slider div.theme-content {
        margin-bottom: 15px;
    }
    .aera-theme .theme-slider .text-right [class*="av-column-"]:first-child {
        order: 0;
    }
    .aera-theme .theme-slider [class*="av-column-"]:nth-child(2) {
        margin-top: 2rem;
    }
}

/* ========= EasyPress CTA Info ========= */

@media only screen and (min-width:992px) {
    .aera-theme .info-section {
        margin: -100px 0px 20px 0px;
    }
}

.aera-theme .info-area {
    position: relative;
    width: 100%;
    background-color: var(--sp-white);
    padding: 50px 20px 60px;
    box-shadow: 0px 3px 30px -3px rgb(0 0 0 / 0.12);
}

.aera-theme .svg-clip-art {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    fill: #fff;
}

.aera-theme .svg-clip-art svg {
    height: 45px;
}

.aera-theme .slider-wrapper .svg-clip-art {
    bottom: -10px;
}

.aera-theme .info-area .svg-clip-art {
    top: -70px;
}

.aera-theme .info-area .svg-clip-art svg {
    height: 78px;
}

.aera-theme .info-area .info-wrapper [class*='info-'] .widget {
    background: none;
    padding: 6px 22px;
}

.aera-theme .info-area .info-wrapper [class*='info-'] .widget,
.aera-theme .info-area .widget .contact-info {
    color: var(--sp-secondary);
}

.aera-theme .info-area .info-wrapper .widget:after,
.aera-theme .info-area .info-wrapper .widget:before {
    display: none;
}

.aera-theme .info-area .info-wrapper .contact-area {
    flex-direction: column;
    align-items: flex-start;
}

.aera-theme .info-area .contact-icon {
    color: var(--sp-primary);
}

.aera-theme .info-area .contact-info span.text {
    font-size: 22px;
    margin-bottom: 12px;
    font-weight: bold;
}

.aera-theme .info-area .contact-info span.title {
    font-size: 16px;
    font-weight: 400;
}

.aera-theme .info-area .contact-icon {
    font-size: 52px;
    margin-bottom: 12px;
}

.aera-theme .contact-more {
    margin-top: 1.25rem;
}

.aera-theme .btn-arrow {
    position: relative;
    line-height: 30px;
    white-space: nowrap;
    display: inline-block;
}

.aera-theme .btn-arrow:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 105%;
    height: 100%;
    background-color: var(--sp-white);
    transition: .3s ease-in-out;
}

.aera-theme .btn-arrow:after {
    content: "\f054";
    font-family: fontawesome;
    font-size: 0.8rem;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: var(--sp-white);
    background-color: var(--sp-secondary);
    border-radius: 0 15px 15px 0;
    transition: .6s ease-in-out;
}

.aera-theme .btn-arrow:hover:before,
.aera-theme .btn-arrow:focus:before {
    left: -200%;
}

.aera-theme .btn-arrow:hover:after,
.aera-theme .btn-arrow:focus:after {
    color: var(--sp-white);
    background-color: var(--sp-primary);
    left: 104%;
}

.aera-theme .more-link:after {
    content: "\f054";
    border-radius: 0 15px 15px 0;
    font-size: 0.8rem;
}

@media screen and (max-width: 1024px) {
    .aera-theme .info-area .svg-clip-art {
        display: none; 
    }
}

@media only screen and (max-width:767px) {
    .aera-theme .main-slider .owl-nav {
        display: none;
    }
    .aera-theme .info-area .info-wrapper [class*='info-'] .widget {
        padding: 15px 22px;
    }
    .aera-theme .svg-clip-art svg {
        height: 18px;
    }
}

/*===== // =====*/



/*===== Avitech Theme =====*/
.avitech-theme .nav-wrapper {
    background: var(--sp-secondary);
    padding: 15px 22px;
    border-radius: 50px;
	border-bottom: 9px solid var(--sp-primary);
}


.avitech-theme .navbar-area {
    padding: 0;
}

.avitech-theme .header .header-search-toggle, .avitech-theme .cart-icon-wrap {
    border: 1px solid #43435C;
    border-radius: 50%;
}

.avitech-theme .theme-mobile-nav {
    background: var(--sp-secondary);
}

.avitech-theme .menu-right > ul > li:nth-child(2) {
    border-left: none;
}

.avitech-theme button[type=submit], 
.avitech-theme button, .avitech-theme input[type="button"],
.avitech-theme input[type="reset"], 
.avitech-theme input[type="submit"], 
.avitech-theme .av-btn, 
.avitech-theme .navigation.posts-navigation .nav-links a, 
.avitech-theme .wp-block-loginout a {
    border-radius: 20px;
}

.avitech-theme .main-slider .owl-item .item {
    min-height: auto;
}

.avitech-theme .header-widget .widget:not(.widget_social_widget) a,
.avitech-theme .theme-content h3,
.avitech-theme .theme-content h1,
.avitech-theme .theme-content p {
    color: var(--sp-secondary);
}


.avitech-theme .info-wrapper .widget {
    border-radius: 50px;
}

.avitech-theme .owl-item .aera-img img {
    height: auto;
    width: auto;
}

.avitech-theme .heading-default h3 .av-heading {
    border-radius: 50px;
}

.avitech-theme .theme-content .av-btn-border-white {
    color: var(--sp-primary);
    border-color: var(--sp-primary);
}

.avitech-theme .theme-content.text-right [class*="av-column-"]:first-child{
	order:1;
}

.avitech-theme .header-widget .widget-contact a:hover span,
.avitech-theme .header-widget .widget-contact a:focus span {
    color: var(--sp-secondary) !important;
}


.avitech-theme .breadcrumb-area,
.avitech-theme .breadcrumb-content .breadcrumb-list li a:not(:focus):not(:hover){
	color: var(--sp-secondary);
}

.avitech-theme .cart-wrapper .cart-icon-wrap span {
    top: -6px;
    right: -6px;
}

.avitech-theme button.menu-toggle:focus {
    background-color: inherit;
}

/*===== // =====*/


/*===== Ampark Theme =====*/
.ampark-theme .header-nav-wrap {
    box-shadow: 0px 1px 4px 0px rgb(44 49 59 / 50%);
    position: relative;
    background: var(--sp-white);
}

.ampark-theme .header-above-info {
    color: var(--sp-secondary);
    background-color: var(--sp-white);
}

.ampark-theme .cart-wrapper .cart-icon-wrap i {
    display: inline-block;
    color: inherit;
    vertical-align: text-bottom;
    font-size: 30px;
	color: var(--sp-primary);
}

.ampark-theme .cart-wrapper span.cart-count {
    display: inherit;
    background: var(--sp-secondary);
    border-radius: 50%;
    color: var(--sp-white);
    height: 30px;
    width: 30px;
    line-height: 2;
	position: relative;
	font-size: 16px;
}

.ampark-theme .cart-wrapper span.cart-text {
    display: block;
    padding-top: 10px;
    color: var(--sp-secondary);
}


.ampark-theme .cart-wrapper span.cart-count:after {
    content: "";
    width: 50px;
    height: 1px;
    background: rgb(189 189 189 / 0.75);
    top: 14px;
    left: -10px;
    position: absolute;
    z-index: -1;
}

.ampark-theme .navbar-area {
    padding: 1rem 0;
}

.ampark-theme .widget-left, .ampark-theme .widget-right {
    min-height: 60px;
}


body.ampark-theme:not(.header-above-light) .header-widget .contact-info:hover span:nth-child(2), body.ampark-theme:not(.header-above-light) .header-widget .contact-info:focus span:nth-child(2) { color: var(--sp-secondary); }
/*===== // =====*/


/*===== Varuda Theme =====*/
.varuda-theme .nav-wrapper {
    padding: 22px;
    border-radius: 50px;
    box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 10%);
	background: #fff;
}



.varuda-theme .navbar-area {
    padding: 0;
}

.varuda-theme .header .header-search-toggle, .varuda-theme .cart-icon-wrap {
    border: 1px solid #43435C;
    border-radius: 50%;
}


.varuda-theme .heading-default h3 .av-heading {
    border-radius: 50px;
}

.varuda-theme .sticky-menu,
.varuda-theme .theme-mobile-nav {
    /* background: var(--sp-secondary); */
}


.varuda-theme .menu-right > ul > li:nth-child(2) {
    border-left: none;
}

.varuda-theme .breadcrumb-area,
.varuda-theme .breadcrumb-content .breadcrumb-list li a:not(:focus):not(:hover){
	color: var(--sp-secondary);
}

.varuda-theme .breadcrumb-area:before {
    opacity: 0.5;
    background-color: #fff;
}


.varuda-theme button[type=submit], 
.varuda-theme button, .varuda-theme input[type="button"],
.varuda-theme input[type="reset"], 
.varuda-theme input[type="submit"], 
.varuda-theme .av-btn, 
.varuda-theme .navigation.posts-navigation .nav-links a, 
.varuda-theme .wp-block-loginout a {
    border-radius: 20px;
}

.varuda-theme .main-slider .owl-item .item {
    min-height: auto;
}


.varuda-theme .theme-content h1{
	color: var(--sp-primary);
}

.varuda-theme .info-wrapper .widget {
    border-radius: 50px;
}


.varuda-theme .info-wrapper .widget-contact {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
	background-color: var(--sp-secondary);
	gap: 20px;
	position: relative;
	overflow: hidden;
	padding: 33px 33px;
}

.varuda-theme .info-wrapper .contact-icon {
	font-size: 44px;
	color: #ffffff;
	z-index: 1;
	display: flex;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	line-height: 1;
	display: flex;
	align-items: center;
	margin-right: 12px;
	position: relative;
	z-index: 1;
}


.varuda-theme .info-wrapper .contact-info .text {
	font-weight: 800;
	margin: 0;
	display: block;
}

.varuda-theme .info-wrapper .contact-info p {
	margin: 0;

}

.varuda-theme .info-wrapper .contact-info {
	color: #ffffff !important;
	z-index: 1;
}

.varuda-theme .info-wrapper .widget-contact:before {
	content: '';
	position: absolute;
	width: 380px;
	height: 110px;
	background-color: var(--sp-primary);
	top: -54px !important;
	right: 0 !important;
	border-radius: 80px;
	z-index: 1;
}

.varuda-theme .info-wrapper .widget-contact:hover::after,
.varuda-theme .info-wrapper .widget-contact:focus-within::after {
	left: 0;
}

.varuda-theme .info-wrapper .widget-contact::after {
	content: "";
	position: absolute;
	width: 105%;
	height: 105%;
	z-index: -1;
	transition: all .5s .6s;
	z-index: 0;
}

.varuda-theme .info-wrapper .widget-contact::after {
	bottom: 0;
	left: 100%;
	background-image: url(https://coplaclean.be/wp-content/themes/avril-business/assets/css/../images/info-hover.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: right;
}

.varuda-theme .info-wrapper .contact-icon i,
.varuda-theme .info-wrapper .widget-contact img {
	display: inline-block;
	vertical-align: super;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}

.varuda-theme .info-wrapper .contact-icon i {
	text-shadow: 1200px -17px 0 rgb(255 255 255 / 0.2);
	transition: all .5s;
}

.varuda-theme .info-wrapper .widget-contact:hover .contact-icon i,
.varuda-theme .info-wrapper .widget-contact:focus-within .contact-icon i {
	text-shadow: 222px -29px 0 rgba(255, 255, 255, 0.2);
	transition: all .5s;
	z-index: 3;
}

.varuda-theme .info-wrapper .widget-contact:hover .contact-icon i {
	-webkit-animation-name: avril-float, avril;
	animation-name: avril-float, avril;
	-webkit-animation-duration: .3s, 1.5s;
	animation-duration: .3s, 1.5s;
	-webkit-animation-delay: 0s, .3s;
	animation-delay: 0s, .3s;
	-webkit-animation-timing-function: ease-out, ease-in-out;
	animation-timing-function: ease-out, ease-in-out;
	-webkit-animation-iteration-count: 1, infinite;
	animation-iteration-count: 1, infinite;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-direction: normal, alternate;
	animation-direction: normal, alternate;
}

@-webkit-keyframes avril-float {
	100% {
		-webkit-transform: translateY(-4px);
		transform: translateY(-4px);
	}
}

@keyframes avril-float {
	100% {
		-webkit-transform: translateY(-4px);
		transform: translateY(-4px);
	}
}

@-webkit-keyframes avril {
	0% {
		-webkit-transform: translateY(-4px);
		transform: translateY(-4px);
	}

	50% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}

	100% {
		-webkit-transform: translateY(-4px);
		transform: translateY(-4px);
	}
}

@keyframes avril {
	0% {
		-webkit-transform: translateY(-4px);
		transform: translateY(-4px);
	}

	50% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}

	100% {
		-webkit-transform: translateY(-4px);
		transform: translateY(-4px);
	}
}



.varuda-theme .info-wrapper .contact-area {
	position: relative;
}

.varuda-theme .info-wrapper .contact-area::before {
	content: '';
	position: absolute;
	opacity: 0;
	transform: translateY(-150%);
	background-color: var(--sp-secondary);
	visibility: hidden;
	transition: all .5s;
	width: 390px;
	border-radius: 100px;
	height: 110px;
	z-index: 1;
	top: -86px;
	left: -96px;
}

.varuda-theme .info-wrapper .widget-contact:hover .contact-area:before {
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
}

.varuda-theme .info-wrapper .contact-area::after {
	content: '';
	position: absolute;
	opacity: 0;
	transform: translateY(150%);
	background-color: var(--sp-primary);
	visibility: hidden;
	transition: all .5s;
	width: 455px;
	/* border-radius: 100px; */
	height: 110px;
	z-index: 0;
	top: -27px;
	left: -90px;
}

.varuda-theme .info-wrapper .widget-contact:hover .contact-area:after {
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
}

.varuda-theme .info-wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
}

.varuda-theme .info-wrapper  li:not(:last-child) {
	margin-right: 20px;
}

.varuda-theme .info-wrapper  li {
	flex: 1;
	position: relative;
	list-style: none;
}

.varuda-theme .info-wrapper .contact-area {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.varuda-theme .info-wrapper .contact-info {
	display: inline-block;
	text-align: left;
	color: inherit;
}


@media (max-width: 991px) {

	.varuda-theme .info-wrapper  li:not(:last-child) {
		margin-right: 0 !important;
	}

	.varuda-theme .info-wrapper .widget-contact::before {
		width: 920px;
	}

	.varuda-theme .info-wrapper .contact-area::after,
	.varuda-theme .info-wrapper .contact-area::before {
		left: -356px;
		width: 920px;
	}
}

@media (max-width: 991px) {

	.varuda-theme .info-wrapper  li:not(:last-child) {
		margin-bottom: 15px;
	}
}

.varuda-theme .info-wrapper  li:not(:last-child) {
	margin-right: 20px;
}

@media (max-width: 991px) {

	.varuda-theme .info-wrapper  li {
		flex: 1 1 100%;
	}
}

@media (max-width: 424px) {

	.varuda-theme .info-wrapper .widget-contact {
		padding: 23px 15px;
	}
}

@media (max-width: 338px) {
	.varuda-theme .info-wrapper .contact-info {
		font-weight: 14px;
	}

	.varuda-theme .info-wrapper .contact-icon {
		font-size: 33px;
	}
}

.varuda-theme .info-wrapper .contact-info .title {
    font-size: 16px;
}
/*===== // =====*/

.varuda-theme .theme-content .av-btn-border-white {
    color: var(--sp-primary);
    border-color: var(--sp-primary);
}

.varuda-theme .slider-wrapper .owl-carousel.owl-drag .owl-item {
    max-height: 600px;
}


.varuda-theme .main-slider .owl-nav {
    bottom: 5.9em;
}

.header-twelve {
    position: absolute;
    width: 100%;
    background: transparent;
}

.header-twelve .header-above-info {
    background: transparent;
}

.header-twelve .header-nav-wrap {

    background-color: #262626;
}

.header-twelve .navbar-bg {
background-color: #ffffff;
padding: 20px 0;
}

.header-twelve .navbar-area {
    padding: 0;
}



/* .avenza-theme .theme-slider div.theme-content {
    margin-top: 180px;
    margin-bottom: 180px;
}

.avenza-theme .theme-slider:after {
    opacity: 0.9;
    background-color: var(--sp-primary);
}

.avenza-theme .info-section .info-first .widget::before, .info-section .info-third .widget::before {
    content: "";
    position: absolute;
    top: -3px;
    bottom: 0;
    left: -76%;
    right: 0;
    background-color: #3C3B40;
    clip-path: polygon(96% 1%, 0 0, 0 100%, 75% 100%);
    opacity: 0.1;
}

.avenza-theme .info-section .info-first .widget::after, .info-section .info-third .widget::after {
    content: "";
    position: absolute;
    top: -1px;
    bottom: 0;
    left: -30%;
    right: 13px;
    background-color: #3C3B40;
    clip-path: polygon(57% 0, 60% 1%, 32% 100%, 29% 100%);
    transform: rotate(353deg);
    opacity: 0.1;
}

.avenza-theme .info-wrapper .info-second .widget:before, .info-wrapper .info-first .widget, .info-wrapper .info-third .widget {
    background: none;
}

.avenza-theme .info-section .info-first::before, .info-section .info-third::before {
    position: absolute;
    content: "";
    background-color: #262626;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 0;
    transition: 0.5s;
}

.avenza-theme .info-section .info-first, .info-section .info-second {
    position: relative;
}

.avenza-theme .info-wrapper .widget {
    padding: 50px 20px;
}

.avenza-theme .info-section {
    margin: -166px 0px 20px 0px;
}

.avenza-theme .info-section .info-first, .info-section .info-third {
    background-color: #ffffff;
}

.avenza-theme .info-section .contact-icon {
    font-size: 25px;
}

.avenza-theme .info-wrapper .contact-icon {
    font-size: 44px;
    height: 44px;
    transition: all .5s;
    color: var(--sp-white);
}

.avenza-theme .contact-icon {
    color: #EA9E30;
}

.avenza-theme .info-section .info-wrapper .contact-icon i {
    height: 70px;
    width: 70px;
    border-radius: 50px;
    text-align: center;
    line-height: 67px;
    font-size: 28px;
    transition: 0.5s;
    border: 3px solid #ffffff;
} */


/* avenza structure css start here */


.avenza-theme .theme-slider div.theme-content {
    margin-top: 180px;
    margin-bottom: 180px;
}

.avenza-theme .navbar-bg {
    padding-top: 20px;
    padding-bottom: 20px;
}

.avenza-theme .info-wrapper .widget {
    padding: 50px 20px;
}

.avenza-theme .info-section {
    margin: -166px 0px 20px 0px;
}

.avenza-theme .info-section .contact-icon {
    font-size: 25px;
}

.avenza-theme .info-section .info-wrapper .contact-icon i {
  height: 70px;
  width: 70px;
  border-radius: 50px;
  text-align: center;
  line-height: 67px;
  font-size: 28px;
  transition: 0.5s;
  border: 3px solid #ffffff;
}

.avenza-theme .info-section .contact-info span.text {
 font-weight: 600;
}

.avenza-theme .info-section .contact-info span.title {
    font-weight: 600;
}

.avenza-theme .info-section .contact-area {
    display: inline-flex;
}

.avenza-theme .theme-content p {
    font-weight: 300;
    margin-bottom: 46px;
}

.avenza-theme #slider-section .owl-theme div.owl-nav [class*=owl-]:hover {
    background-color: #ffffff;
    color: #262626;
} 



.avenza-theme .info-section .info-wrapper .info-second .widget {
    position: relative;
}

.avenza-theme .info-section .info-wrapper .info-second .widget::before {
    content: "";
    position: absolute;
    top: -3px;
    bottom: 0;
    left: -76%;
    right: 0;
    background-color: #3C3B40;
    background-blend-mode: multiply;
    clip-path: polygon(96% 1%, 0 0, 0 100%, 75% 100%);

    



}

.avenza-theme .info-section .info-wrapper .info-second .widget::after {
    content: "";
    position: absolute;
    top: -1px;
    bottom: 0;
    left: -30%;
    right: 13px;
    background-color: #3C3B40;
    clip-path: polygon(57% 0, 60% 1%, 32% 100%, 29% 100%);
    transform: rotate(353deg);
    
    
}

.avenza-theme .info-section .info-wrapper .info-second .transparent-bg {
    transition: 0.5s;
}

.avenza-theme .info-section .info-wrapper .info-second .transparent-bg::before {
    position: absolute;
    content: "";
    background-color: #3C3B40;
    bottom: -21px;
    right: -20px;
    height: 60px;
    width: 60px;
    border-radius: 50px;
    transition: 0.5s;
}

.avenza-theme .info-section .widget .overlay {
    position: relative;

}

.avenza-theme .info-section .widget .overlay::before {
    position: absolute;
    content: "";
    top: -50px;
    bottom: 1px;
    left: -19px;
    right: 0;
    height: 144px;

    width: 0;
    background-color: #ffffff;
    z-index: -3;
    transition: 0.5s;
}

.avenza-theme .info-section .info-wrapper .info-second .widget:hover .overlay::before {
    width: 360px;
}

.avenza-theme .info-section .info-wrapper .info-second .widget:hover::before , .avenza-theme .info-section .info-wrapper .info-second .widget:hover::after {
    opacity: 0.1;
}

.avenza-theme .info-section .info-wrapper .info-second .widget:hover .transparent-bg::before , .avenza-theme .info-section .info-wrapper .info-second .widget:hover .transparent-bg::before {
    opacity: 0.1;
}

.avenza-theme .info-section .info-first .widget::before , .avenza-theme .info-section .info-third .widget::before {

    content: "";
    position: absolute;
    top: -3px;
    bottom: 0;
    left: -76%;
    right: 0;
    background-color: #3C3B40;
    clip-path: polygon(96% 1%, 0 0, 0 100%, 75% 100%);
    opacity: 0.1;


}

.avenza-theme .info-section .info-first .widget::after , .avenza-theme .info-section .info-third .widget::after {
    content: "";
    position: absolute;
    top: -1px;
    bottom: 0;
    left: -30%;
    right: 13px;
    background-color: #3C3B40;
    clip-path: polygon(57% 0, 60% 1%, 32% 100%, 29% 100%);
    transform: rotate(353deg);
    opacity: 0.1;
    

}


.avenza-theme .info-section .info-first .transparent-bg::before , .avenza-theme .info-section .info-third .transparent-bg::before {
    position: absolute;
    content: "";
    background-color: #3C3B40;
    bottom: -21px;
    right: -20px;
    height: 60px;
    width: 60px;
    border-radius: 50px;
    opacity: 0.1;
    transition: 0.5s;

}

.avenza-theme .info-section .info-first .widget .overlay , .avenza-theme .info-section .info-third .widget .overlay {
    position: relative;
}

.avenza-theme .info-section .info-first .widget .overlay::before , .avenza-theme .info-section .info-third .widget .overlay::before {
    position: absolute;
    content: "";
    top: -50px;
    bottom: 1px;
    left: -19px;
    right: 0;
    height: 144px;
    width: 0;
    background-color: #262626;
    z-index: -3;
   
   

}




.avenza-theme .info-section .info-first .widget:hover .overlay::before , .avenza-theme .info-section .info-third .widget:hover .overlay::before {
    width: 360px;
}

.avenza-theme .info-section .info-first .widget:hover::before , .avenza-theme .info-section .info-third .widget:hover::before , .avenza-theme .info-section .info-first .widget:hover::after , .avenza-theme .info-section .info-third .widget:hover::after {
    opacity: 1;

}

.avenza-theme .info-section .info-first .widget:hover .transparent-bg::before , .avenza-theme .info-section .info-third .widget:hover .transparent-bg::before {
    opacity: 1;
}

.avenza-theme .service-section .service-content > a:before {
    position: absolute;
    content: "";
    background-color: #3C3B40;
    top: 10px;
    left: 93%;
    height: 60px;
    width: 60px;
    border-radius: 100%;
    transition: 0.5s;

}

.avenza-theme .info-section .info-first , .avenza-theme .info-section .info-second {
    position: relative;
}

.avenza-theme .info-section .info-first::before , .avenza-theme .info-section .info-third::before{
    position: absolute;
    content: "";
    background-color: #262626;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 0;
    transition: 0.5s;

}

.avenza-theme .info-section .info-first:hover::before , .avenza-theme .info-section .info-third:hover::before {
    width: 100%;
}

.avenza-theme .info-section .info-second  {
    position: relative;
}

.avenza-theme .info-section .info-second::before {
    position: absolute;
    content: "";
    background-color: #ffffff;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 0;
    transition: 0.5s;

}

.avenza-theme .info-section .info-second:hover::before  {
    width: 100%;
}

.avenza-theme .service-item .service-icon i {
    height: 60px;
    width: 60px;
    line-height: 65px;
    text-align: center;
    border-radius: 50px;
    font-size: 30px;
}

.avenza-theme .service-content > a {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    line-height: 0;
    border-radius: 50px;
    display: flow-root;
    text-align: center;
    color: var(--sp-white);
    opacity: 0;



}

.avenza-theme .read-more {
    margin-top: 15px;
}

.avenza-theme .read-more a i{
    margin: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50px;
    margin-right: 10px;
     box-shadow: 1px 2px 10px 0px #00000059;
}




 .avenza-theme .service-item .transparent-bg {
    position: absolute;
    bottom: -59px;
    right: -60px;
    height: 150px;
    width: 150px;
    border-radius: 100px;
    text-align: center;
    line-height: 120px;
    font-size: 32px;
} 

 .avenza-theme .service-item .transparent-bg .bg-icon {
    position: relative;
}

.avenza-theme .service-item .transparent-bg .bg-icon i {
    position: absolute;
    top: 38px;
    left: 24%;
}



.avenza-theme .service-item {
    transform: scale(1);
}

.avenza-theme .service-item:hover {
    transform: scale(1.04);
}


/* Services Section Start */

.avenza-theme .feature-section-1.bg-primary .features-item {
    margin-bottom: 15px;
    padding: 10px 14px;

}

.avenza-theme .feature-section-1.bg-primary .features-title:after {
    display: none;
}

.avenza-theme .feature-section-1.bg-primary .features-item p {
    margin-top: 0;
}

.avenza-theme .features-section-1.bg-primary .features-title {
    padding-bottom: 10px;
}

.avenza-theme .feature-section-1 .features-item {
    align-items: center;
    position: relative;
}

.avenza-theme .feature-section-1 .features-item::before {
    content: "";
    position: absolute;
    transition: 0.5s;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    clip-path: polygon(0 0, 8% 0, 19% 100%, 0% 100%);
   
}

.avenza-theme .feature-section-1.bg-primary .features-icon {
    border: 4px #ffffff solid;
    width: 164px;
    max-width: 60px;
    height: 60px;
    margin-right: 10px;
}

.avenza-theme .indicator {
    display: none;
}

.avenza-theme .service-row .av-column-4:nth-child(2) .service-item, .avenza-theme .service-item {
    position: relative;
}

.avenza-theme .service-section .owl-item.active.center .service-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(https://coplaclean.be/wp-content/themes/avril-business/assets/css/../images/avenza-images/Pattern.png);
    background-repeat: no-repeat;
    left: -21px;
}

.avenza-theme .service-item::before , .avenza-theme .service-item::before {

    content: "";
    position: absolute;
    inset: 0;
    background: url(https://coplaclean.be/wp-content/themes/avril-business/assets/css/../images/avenza-images/Pattern-2.png);
    background-repeat: no-repeat;
    left: -21px;

}
.avenza-theme .feature-section-1 .feature-image img{
    margin: auto;
}



.avenza-theme .breadcrumb-area {
    padding-top: 164px;
}


.avenza-theme .funfact-item i {
    font-size: 60px;
}

.avenza-theme section#funfact-section {
    padding: 80px 0;
}

.avenza-theme .layout-overlay {
    position: relative;
    z-index: 2;
   
}

.avenza-theme .layout-overlay::after {
    z-index: -1;
}

.avenza-theme h1.counter {
    font-size: 48px;
}

.avenza-theme .funfact-item p {
    font-size: 18px;
}

.avenza-theme .funfact-item {
    text-align: center;
}

.avenza-theme .header .header-above-info {
border-bottom: none !important;
}

.avenza-theme .feature-section-1 {
    position: relative;
    counter-reset: my-counter;
}

.avenza-theme .feature-section-1 .features-item::after {
    content: "0" counter(my-counter);
    counter-increment: my-counter 1;
    font-size: 30px;
    font-weight: 600;
    color: var(--sp-primary);
    position: absolute;
    right: 6px;
    top: 0;
    opacity: 0.4;
}

.avenza-theme .feature-section-1::before {
    content: "";
    position: absolute;
    background-size: cover;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0px;
    opacity: 5%;
    left: 0;
    background-repeat: no-repeat;
    background-image: url(https://coplaclean.be/wp-content/themes/avril-business/assets/css/../images/avenza-images/feature_bg.png);
}

.avenza-theme .feature-section-1 .features-item:hover::after {
    color: #ffffff;
}

.avenza-theme .feature-section-1.bg-primary .features-title {

    width: 90%;
}

.avenza-theme .team-footer {
    width: 100%;
    height: 64px;
    position: absolute;
    bottom: 0;
    padding: 16px 0px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.avenza-theme .team-member {
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.avenza-theme .team-member:hover .team-footer {
    justify-content: space-around;
    height: 100%;
    padding: 46px 10px 32px;
    background-color: rgba(0, 0, 0, 0.6);
}

.avenza-theme .team-footer p {
    border-top: 1px solid #dddddd;
    padding-top: 16px;
}

.avenza-theme .team-footer span {
    display: inline-block;
    margin-bottom: 16px;
   
}

/* avenza color css start here */


.avenza-theme .header-nav-wrap {
    background-color: #26252A;
}

.avenza-theme .theme-slider:after {
    opacity: 0.9;
    background: var(--sp-primary);
}




.avenza-theme .info-section a.contact-info {
    color: #fff;
}

.avenza-theme #slider-section .primary-color {
    color: #26252A;
}

.avenza-theme #slider-section button[type=submit] {
background-color: #26252A;
}

.avenza-theme #slider-section .owl-theme div.owl-nav [class*=owl-] {
    background-color: #26252A;
}

.avenza-theme .info-section .info-wrapper .contact-icon i {
    background-color: var(--sp-primary);
    color: #ffffff;
}

.avenza-theme .info-section .contact-info span.text {
    color: #26252A;
}

.avenza-theme .info-section .info-first .contact-info span.title , .avenza-theme .info-section .info-third .contact-info span.title {
    color: var(--sp-primary);
}

.avenza-theme .info-wrapper .info-second .widget:before, .avenza-theme .info-wrapper .info-first .widget, .info-wrapper .info-third .widget {
    background-color: none;
}

.avenza-theme .theme-content p {
    color: #26252A;
}

.avenza-theme .footer-dark {
    background-color: #26252A;
}

.avenza-theme .info-section .info-wrapper .info-second .widget {
background: none;
}

.avenza-theme .info-wrapper .info-second .widget:before, .avenza-theme .info-wrapper .info-first .widget, .avenza-theme .info-wrapper .info-third .widget {
    background: none;
}

.avenza-theme .info-section .info-first  , .avenza-theme .info-section .info-third {
    background-color: #ffffff;
}

.avenza-theme .info-section .info-second {
    background-color: #26252A;
}

.avenza-theme .info-section .info-second span.text , .avenza-theme .info-section .info-second span.title  {
    color: #ffffff;
}

.avenza-theme .info-section .info-second .contact-icon i {
    background-color: #ffffff;
    color: #262626;
    border: 3px solid #262626;
    
}

.avenza-theme .info-section .info-wrapper .info-second .widget:hover span.title {
    color:  var(--sp-primary);
}

.avenza-theme .info-section .info-wrapper .info-second .widget:hover span.text {

    color: #262626;
}

.avenza-theme .info-section .info-wrapper .info-second .widget:hover .contact-icon i {
    background-color: var(--sp-primary);
    color: #ffffff;
    border-color: #ffffff;
}

.avenza-theme .info-section .info-first .widget:hover span ,.avenza-theme .info-section .info-third .widget:hover span {
    color: #ffffff;

}

.avenza-theme .info-section .info-first .widget:hover .contact-icon i , .avenza-theme .info-section .info-third .widget:hover .contact-icon i {
    background-color: #ffffff;
    color: #262626;
    border-color: #262626;

}

.avenza-theme .heading-default > span {
    color: var(--sp-primary)
}

.avenza-theme .heading-default h3 .av-heading:after , .avenza-theme .heading-default h3:before {
    background-color: var(--sp-primary);
}

.avenza-theme .service-item {
    background-color: #F8F8F8;
}

.avenza-theme .service-item .service-icon i{
    background-color: #26252A;

}

.avenza-theme .service-item:hover {
    background-color: #262626;
}

 .avenza-theme .service-item:hover  .service-item .service-icon i {
    background-color: var(--sp-primary);
}

.avenza-theme .service-item .service-content h5.service-title {
color: var(--sp-primary);
}

.avenza-theme .service-item .service-content p {
    color: #ffffff;
}


 .avenza-theme .service-item:hover .transparent-bg {
    color: #ffffff;
    background-color: var(--sp-primary);
}


.avenza-theme .service-item:hover .service-icon i {
    background-color: var(--sp-primary);
    color: #ffffff;
}

.avenza-theme .service-item .service-icon i {
    background-color: #262626;
    color: #ffffff;
}

.avenza-theme .service-item .service-content h5 a, .avenza-theme .service-item .service-content p {
    color: #262626;
}
 .avenza-theme .service-item:hover  .service-content p , .avenza-theme .service-item:hover .service-content .read-more span{
    color: #ffffff;
}


.avenza-theme .read-more a i {
    background-color: #ffffff;
    color: #262626;
}

.avenza-theme .read-more a span {
    color: #262626;
}

.avenza-theme .service-item:hover .service-content h5 a {
    color: var(--sp-primary)
}
.avenza-theme .service-item:hover  .read-more a i {
    background-color: var(--sp-primary);
    color: #ffffff;
}

.avenza-theme .service-item .transparent-bg {
    background-color: #ECECEC;
    color: var(--sp-primary);
    
}

.avenza-theme .info-section .info-second span.text, .avenza-theme .info-section .info-second span.title {
    color: #ffffff;
}


.avenza-theme .service-row .av-column-4:nth-child(2) .service-item, .avenza-theme .service-item:hover, .avenza-theme .service-item:focus-within {
    border-bottom: transparent;
}

.avenza-theme .bg-primary {
    background-color: #262626;
}

.avenza-theme .feature-section-1 .heading-white > span {
    color: var(--sp-primary) !important;
}

.avenza-theme .feature-section-1 .heading-white h3:before, .avenza-theme .heading-white h3 .av-heading:after {
    background-color: var(--sp-primary) !important;
}

.avenza-theme .heading-white h3 .av-heading {
    color: #ffffff;
}

.avenza-theme .feature-section-1.bg-primary .features-item {
    background-color: #ffffff;
}

.avenza-theme .feature-section-1.bg-primary .features-item:hover {
    background-color: var(--sp-primary);
}
.avenza-theme .feature-section-1.bg-primary .features-title {
 
    color: var(--sp-primary);
 
}

.avenza-theme .feature-section-1.bg-primary .features-item p { 

    color: #262626;
}

.avenza-theme .slider-wrapper .av-btn-primary {
    background-color: #262626;
    padding-right: 35px;
}

.avenza-theme .feature-section-1.bg-primary .features-icon {

    background: #26252A;
}

.avenza-theme .feature-section-1 .features-item::before {
    background-color: var(--sp-primary);
}

.avenza-theme .feature-section-1 .features-item:hover::before {
    background-color: #ffffff;
}

.avenza-theme .feature-section-1 .features-item:hover  .features-title , .avenza-theme .feature-section-1 .features-item:hover .features-content p {
    color: #ffffff;
}

.avenza-theme .feature-section-1 .features-item:hover .features-icon {
    border-color: var(--sp-primary);
}

.avenza-theme .scrollup {
    background-color: var(--sp-primary);
}

.avenza-theme .scrollup:hover {
    background-color: var(--sp-primary);
}

.avenza-theme .service-section .owl-item.active.center .service-item {
    background-color: #262626;
}

.avenza-theme .service-section .owl-item.active.center .service-item .service-icon i{
background-color: var(--sp-primary);
color: #ffffff;
}

.avenza-theme .service-section .owl-item.active.center .service-item .service-content h5 a {
    color: var(--sp-primary);
}


.avenza-theme .service-section .owl-item.active.center .service-item .service-content p {
color: #ffffff;
}

.avenza-theme .service-section .owl-item.active.center .service-item .read-more a i {
    background-color: var(--sp-primary);
    color: #ffffff;
}

.avenza-theme .service-section .owl-item.active.center .service-item .service-content .read-more span {
    color: #ffffff;
}

.avenza-theme .service-section .owl-item.active.center .service-item .transparent-bg {
    color: #ffffff;
    background-color: var(--sp-primary);
}

.avenza-theme .service-item {
    width: 93%; 
    margin: 10px;
}

.avenza-theme .slider-wrapper .av-btn-primary::before {
    position: absolute;
    content: "\f18e";
    font-family: fontawesome;
    right: 16px;
}

.avenza-theme .slider-wrapper .av-btn-border-white {
    border: 1px solid #262626;
    color: #262626;
    padding-right: 35px;
}

.avenza-theme .slider-wrapper .av-btn-border-white::before {
    position: absolute;
    content: "\f18e";
    font-family: fontawesome;
    right: 16px;
}

.header-above-light .header-twelve .header-above-info {
    color: var(--sp-white);
}
.aera-theme .header-twelve .navbar-bg{
	padding: 0px;
	margin: 0 65px;
}
.ampark-theme.header-twelve .header-above-info{
	color: #fff;
}
@media (min-width: 992px) {
    .avitech-theme.header-ten.header-transparent:not(.header-above-light) .header .header-above-info {
	background-color:var(--sp-secondary);
}
}
.avitech-theme.header-eleven .av-btn{
	border-radius: 0px;
}

.avenza-theme.header-eleven .header-nav-wrap{
	background-color: #fff;
}
.avitech-theme.header-ten .header-widget .widget:not(.widget_social_widget) a{
	color:unset;
}
/* Evion Theme css start */

.header.header-thirteen .header-above-info{
	background-color: #d0e7f5;
}

.header.header-thirteen .header-above-info {
	border-bottom: none;
}

.header.header-thirteen .header-above-info .widget .contact-info {
	color: var(--sp-secondary);
}

 .header.header-thirteen .header-above-info .navigator-wrapper {
	background-color: #d0e7f5;
}

 .header.header-thirteen .widget span.text {
	font-weight: 600;
}

.avitech-theme.header-thirteen .nav-wrapper{
	padding:0px;
}
.avenza-theme .header-thirteen .navbar-bg{
	padding:0px;
}

 .header.header-thirteen .widget span.title {
	font-weight: 400;
}

 .header.header-thirteen .menubar .menu-wrap > li > a{
	color: #fff;
}

 .header.header-thirteen li.cart-wrapper{
	color: white;
    z-index: 2;
    list-style: none;
}

 .header.header-thirteen .header-search-toggle,.header.header-thirteen .cart-icon-wrap{
	color: #fff;
	z-index: 2;
	list-style: none;
}

 .header.header-thirteen .menubar {
    text-align: right;
    position: relative;
    z-index: 1;
    display: flex;
    background: var(--sp-secondary);
    border-radius: 10px 10px 0 0;
	padding: 25px 0px;
}
 .header.header-thirteen .cart_search{
	display: flex;
    margin: 0;
}
.header.header-thirteen .cart-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    right: -13px;
    bottom: 0;
    width: 0;
    height: 20px;
    display: inline-block;
    margin: auto;
    border-right: 2px dotted #ffffff;
    opacity: 0.65;
    z-index: -1;
}
 .header.header-thirteen .menubar:before, .header.header-thirteen .menubar:after{
	content: '';
    width: 48px;
    height: -webkit-fill-available;
    background: var(--sp-secondary);
    top: 4px;
    position: absolute;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
 .header.header-thirteen .menubar:before{
	left: -23px;
}
 .header.header-thirteen .menubar:after{
	right: -23px;
}

 .header.header-thirteen .navbar-area{
	padding: 0;
	background-color: #d0e7f5;
}

 .header.header-thirteen .menu-wrap > ul > ul > li, .header.header-thirteen .menu-wrap > ul > li {
    display: inline-block;
    position: relative;
    color: #737373;
    list-style: none;
}

.header.header-thirteen .cart-wrapper:hover .shopping-cart,.header.header-thirteen .cart-wrapper:focus .shopping-cart {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0);
}

.header.header-thirteen .navbar-area .menubar .menu-wrap > li:not(:last-child):after{
	border-right: 2px dotted #ffffff;
}

.header.header-thirteen .menu-right .av-btn-primary {
	border-color: unset;
	box-shadow: none;
	border-style: none;
	color:var(--sp-secondary);
	font-size: 20px;
    text-decoration: underline;
	background-color: unset;
}

.header.header-thirteen .header-above-info .widget .contact-area a.contact-info span:hover {
	color:var(--sp-primary);
}
.header.header-thirteen .header-above-info .widget .contact-area a.contact-info span:nth-of-type(2):hover {
    color: var(--sp-primary);
}


.header.header-thirteen .shopping-cart .cart-items .item-name {
    text-align: left;
}

.header.header-thirteen .shopping-cart .cart-items .quantity {
    float: left;
    text-align: left;
}

.header.header-thirteen .shopping-cart .cart-header {
   text-align: left;
}

.header.header-thirteen .cart-header .av-btn div {
	background-color: var(--sp-primary);
}

/* evion slider section css */

.evion-theme .main-slider .owl-item .item{
	background-color: #d0e7f5;
}
.evion-theme .main-slider div.owl-nav [class*=owl-] {
    color: #fff;
    width: 47px;
    height: 47px;
    line-height: 37px;
    font-size: 20px;
	border: none;
	border-radius: 50%;
}

.evion-theme .main-slider.owl-carousel .owl-nav {
    bottom: unset;
    top: 50%;
}

.evion-theme .main-slider.owl-carousel .owl-nav button.owl-next{
	position: absolute;
	background-color: var(--sp-secondary);
	right: 0;
	top: 50%;
}

.evion-theme .main-slider.owl-carousel .owl-nav button.owl-next:hover{
	background-color: var(--sp-primary);
}

.evion-theme.boxed .main-slider.owl-carousel .owl-nav button.owl-next{
	position: absolute;
	background-color: var(--sp-secondary);
	right: -60px;
	top: 50%;
}

.evion-theme.boxed .main-slider.owl-carousel .owl-nav button.owl-next:hover{
	background-color: var(--sp-primary);
}

.evion-theme .main-slider.owl-carousel .owl-nav button.owl-prev{
	position: absolute;
	background-color: var(--sp-secondary);
	left: 0;
	top: 50%;
}
.evion-theme .main-slider.owl-carousel .owl-nav button.owl-prev:hover{
	background-color: var(--sp-primary);
}
.evion-theme.boxed .main-slider.owl-carousel .owl-nav button.owl-prev{
	position: absolute;
	background-color: var(--sp-secondary);
	left: -60px;
	top: 50%;
}

.evion-theme.boxed .main-slider.owl-carousel .owl-nav button.owl-prev:hover{
	background-color: var(--sp-primary);
}
.evion-theme.boxed .slider-wrapper{
	overflow: unset;
}

.evion-theme .owl-carousel h3{
	color: var(--sp-primary);
}

.evion-theme .owl-carousel h1 span{
	color: var(--sp-secondary);
}

.evion-theme .owl-carousel p{
	color: var(--sp-secondary);
	font-weight: 600;
}


.evion-theme .owl-item .aera-img img {
    max-height: 600px;
}

.evion-theme .theme-slider div.theme-content {
    max-width: 100%;
}

.evion-theme .theme-slider .text-right [class*="av-column-"]:first-child {
    order: 1;
}

.evion-theme .theme-slider .text-center [class*="av-column-"]:first-child {
    flex-basis: 100%;
    max-width: 100%;
}

.evion-theme .theme-slider .text-center [class*="av-column-"]:nth-child(2) img {
    margin: auto;
}

.evion-theme .theme-slider .text-center [class*="av-column-"]:nth-child(2) {
    margin-top: 2rem;
}

.evion-theme .owl-item .aera-img img {
    width: auto;
    height: auto;
}

@media only screen and (max-width:767px) {
    .main-slider .owl-item .item {  }
}

@media only screen and (max-width:991px) {
    .evion-theme .theme-slider div.theme-content {
        margin-bottom: 15px;
    }
    .evion-theme .theme-slider .text-right [class*="av-column-"]:first-child {
        order: 0;
    }
    .evion-theme .theme-slider [class*="av-column-"]:nth-child(2) {
        margin-top: 2rem;
    }
}

@media (min-width: 992px) {
    .evion-theme .theme-content.text-left .aera-img img {
        margin-left: auto;
    }
}

@media (min-width: 992px) {
    .evion-theme .owl-item .aera-img img {
        max-height: 400px;
    }
}

.evion-theme .theme-slider .av-btn-border-white {
    color: var(--sp-white);
    background: var(--sp-secondary);
    border-color: var(--sp-secondary);
}

.evion-theme .theme-slider .av-btn-border-white:hover {
    color: var(--sp-primary);
    background: var(--sp-white);
    border-color: var(--sp-white);
}

/* evion info section css */

.evion-theme .info-section .info-wrapper .contact-icon {
    font-size: 30px;
    height: 44px;
    transition: all .5s;
    color: var(--sp-primary);
    border: 1px dashed #fff;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    display: flex;
    justify-content: center;
}

.evion-theme .info-section .info-wrapper .info-second .contact-icon {
    color: var(--sp-white);
}

.evion-theme .info-wrapper .info-first:hover .contact-icon {
    color: var(--sp-white);
}

.evion-theme .info-wrapper .info-second:hover .contact-icon {
    color: var(--sp-white);
}

.evion-theme .info-wrapper .info-third:hover .contact-icon {
    color: var(--sp-white);
}

.evion-theme .info-wrapper .widget{
	border-radius: 10px;
}

.evion-theme .info-wrapper .info-first .widget{
	background-color: var(--sp-secondary);
}

.evion-theme .info-section {
    top: -30px;
    position: relative;
}

.evion-theme .info-section .info-wrapper .widget .contact-info span.text{
	font-size: 20px;
}

/* evion animate bar section css */

.evion-theme .animate-section{
	padding: 10px 0;
}

.evion-theme .animate-section .animate-content {
    display: flex;
    align-items: center;
}

.evion-theme .animate-section .animate-icon {
    margin-right: 10px;
	font-size: 18px;
}

.evion-theme .animate-title {
	font-size: 16px;
}

.evion-theme .animate-section {
    background-color: var(--sp-primary);
}

.evion-theme .animate-section .animate-item {
    display: flex;
    align-items: center;
	color: var(--sp-white);
}

.evion-theme .animate-section .animate-item .animate-title a:hover, .evion-theme .animate-section .animate-item .animate-title a:focus{
	color: var(--sp-white);
}
/* responsive.css */
/* @media Responsive Start */

@media (min-width: 992px) {
	.varuda-theme .navbar-area {
		background: none;
		box-shadow: none;
	}
	.varuda-theme .info-section {
		margin: -75px 0px 20px 0px;
	}

	.varuda-theme .header, .varuda-theme #above-header {
		background-color: var(--sp-secondary);
		border-radius: 0px 0px 100px 100px;
	}
	
	.varuda-theme .header-above-info .header-widget {
		margin-bottom: 50px;
	}

	.varuda-theme .navigator-wrapper {
		position: absolute;
		top: 80px;
		right: 0;
		left: 0;
		width: 100%;
		border-top: 0;
		margin: 0 auto;
		z-index: 99;
	}
	
	
	.varuda-theme #slider-section,
    .varuda-theme #breadcrumb-section	{
		margin-top: -90px;
	}
	
	/* .varuda-theme .theme-slider div.theme-content { */
		/* margin-top: 135px; */
	/* } */
	
	.avitech-theme .owl-item .aera-img img {
		max-height: 400px;
	}	
	.avitech-theme .theme-content.text-left .aera-img img {
		margin-left: auto;
	}
    .mobile-logo,
    .theme-mobile-menu {
        display: none;
    }
	
	.ampark-theme header{
		position: absolute;
		background: none;
	}
	
	.ampark-theme .header-nav-wrap .wrap-header-cart {
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-evenly;
	}
	
	.ampark-theme header .wrap-menu {
		border-left: 1px solid rgb(189 189 189 / 0.45);
		border-right: 1px solid rgb(189 189 189 / 0.45);
		max-width: 836px;
		min-width: 742px;
	}
	
	.ampark-theme .theme-slider div.theme-content {
		margin-top: 170px;
	}
	
	.ampark-theme .breadcrumb-content {
		padding: 180px 0 35px 0;
	}
	
	.ampark-theme .sticky-menu .theme-menu {
		justify-content: space-between;
	}
    .gallery-area .gallery-item {
	    -ms-flex: 0 0 20%;
	    flex: 0 0 20%;
	    max-width: 20%;
	}
    .header-transparent .header {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
        border-top: 0;
        margin: 0 auto;
        z-index: 99;
    }
    .header-transparent .breadcrumb-area {
	    padding-top: 18%;
	}
    .header-transparent .header,
    .header-transparent:not(.header-above-light) .header .header-above-info,
    .header-transparent .navbar-area:not(.sticky-menu) {
    	background: none;
	    box-shadow: none;
    }
	.header-transparent .header.header-thirteen {
		background:#d0e7f5;
	}
    .header .header-above-info {
    	border-bottom: 1px solid rgb(189 189 189 / 0.45);
    }
    .header-transparent .navbar-area:not(.sticky-menu) .site-title,
    .header-transparent .navbar-area:not(.sticky-menu) .site-description,
    .header-transparent .navbar-area:not(.sticky-menu) .header-search-toggle,
    .header-transparent .navbar-area:not(.sticky-menu) .cart-wrapper .cart-icon-wrap,
    .header-transparent .navbar-area:not(.sticky-menu) .menubar .menu-wrap > li:not(:hover):not(.focus):not(.active) > a,
	.avitech-theme.header-transparent .navbar-area .menubar .menu-wrap > li:not(:hover):not(.focus):not(.active) > a	{
    	color: var(--sp-white);
    }
	
	.avitech-theme.header-twelve.header-transparent .navbar-area:not(.sticky-menu) .menubar .menu-wrap > li:not(:hover):not(.focus):not(.active) > a,
	.avitech-theme.header-twelve.header-transparent .navbar-area .menubar .menu-wrap > li:not(:hover):not(.focus):not(.active) > a	{
    	color: unset;
    }
	.avail-theme.header-twelve.header-transparent .navbar-area:not(.sticky-menu) .menubar .menu-wrap > li:not(:hover):not(.focus):not(.active) > a{
		color: unset;
	}
	.avail-theme.header-twelve.header-transparent .navbar-area:not(.sticky-menu) .site-title{
		color: unset;
	}
	.avitech-theme.header-twelve.header-transparent .navbar-area:not(.sticky-menu) .site-title{
		color: unset;
	}
	.avitech-theme.header-twelve.header-transparent .navbar-area:not(.sticky-menu) .cart-wrapper .cart-icon-wrap{
		color: unset;
	}
	.avitech-theme.header-eleven.header-transparent .navbar-area:not(.sticky-menu) .menubar .menu-wrap > li:not(:hover):not(.focus):not(.active) > a{
		color: unset;
	}
	.avitech-theme.header-eleven.header-transparent .navbar-area:not(.sticky-menu) .header-search-toggle{
		color: unset;
	}
	.varuda-theme.header-eleven .header, .varuda-theme.header-eleven #above-header {
         border-radius: 0px; 
    }
    .header-transparent .navbar-area .menubar .menu-wrap > li:not(:last-child):after {
    	border-right-color: var(--sp-white);
    }
    body.admin-bar.header-transparent .header {
        top: 32px;
    }
	.header-transparent .theme-slider div.theme-content {
		margin-top: 8.5rem;
		margin-bottom: 3rem;
	}
	.header-transparent .main-slider .owl-nav {
		bottom: 4.5em;
	}
	.header-center .navbar-area .av-container {
	    max-width: 100%;
	    padding: 0 15px;
	}
	.header-center .navbar-area {
		padding: 0;
	}
	.header-center .navbar-area .av-column-10 {
	    border-top: 1px solid rgb(189 189 189 / 0.45);
	    border-bottom: 1px solid rgb(189 189 189 / 0.45);
	}
	.header-center .navbar-area .av-column-10,
	.header-center .navbar-area .av-column-2 {
	    flex-basis: 100%;
	    max-width: 100%;
	}
	.header-center.header-thirteen .navbar-area .av-column-10 {
	    flex-basis: 83.3333%;
	    max-width: 83.3333%;
		
	}
	.header-center.header-thirteen .navbar-area .av-column-2 {
		flex-basis: 16.6666%;
	    max-width: 16.6666%;
	}
	
	.header-center.header-twelve .navbar-area .av-column-10 {
	    flex-basis: 83.3333%;
	    max-width: 83.3333%;
		
	}
	.header-center.header-twelve .navbar-area .av-column-2 {
		flex-basis: 16.6666%;
	    max-width: 16.6666%;
	}
	.header-center .navbar-area .av-column-2 {
	    text-align: center;
	}
	.header-center .navbar-area.sticky-menu .av-column-2 {
		display: none;
	}
	.header-center .navbar-area .logo {
	    padding: 0.7rem 0;
	}
	.header-center .navbar-area .av-column-2 .logo a {
	    margin: 0 auto;
	}
	.header-center .navbar-area .theme-menu {
	    justify-content: space-between;
	    padding: 0 35px;
	    max-width: 1070px;
	    margin: 0 auto;
	}
	.header-center.header-thirteen .navbar-area .theme-menu {
	    justify-content: end;
	}
	.header-center .navbar-area .menubar .menu-wrap > li > a {
		line-height: 70px;
	}
	.header-center.header-transparent .item .theme-slider {
	    padding-top: 5rem;
	}
	.header-center.header-transparent .main-slider .owl-nav {
	    bottom: 0.75em;
	}
	.header-center.header-transparent .info-section {
	    margin: 100px 0px 0px;
	}
	.cta-3 .cta-btn-wrap {
	    border-left: 1px solid var(--sp-white);
	    padding-left: 25px;
	    margin-left: 25px;
	    flex: 0 0 35%;
	}
	
	.header-nine .logo-main {
		position: absolute;
		width: 100%;
		height: 120px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		text-align: center;
		right: 0;
		left: 0;
		top: 0;
		padding: 15px;
		color:var(--sp-white);
		background: url(https://coplaclean.be/wp-content/themes/avril-business/assets/css/../images/logo-bg.png) no-repeat center / cover;
		box-shadow: 0 5px 10px 0px rgb(0 0 0 / 5%);
		z-index: 0;
	}

	.header-nine .navbar-area:not(.sticky-menu) {
		background: var(--sp-primary);
		border-radius: 50px;
	}
	
	.header-nine .navbar-area .av-container  {
		padding: 0 15px;
	}
	
	.header-nine .header-above-info {
		border-bottom: none;
	}
	
	
	.header-ten .logo a:before {
		content: '';
		position: absolute;
		width: 90%;
		height: 158px;
		z-index: -1;
		box-shadow: 0px 1px 4px 0px rgb(44 49 59 / 50%);
		top: -59px;
		background: #fff;
	}
	.header-ten .logo a {
		max-width: inherit;
	}

	.header-ten .logo img,
    .header-ten .logo .site-title	{
		margin: auto;
	}
	
	.header-ten .header h4.site-title, .header-ten .header p.site-description {
		text-align: center;
	}
	
	.header-ten .navbar-area:not(.sticky-menu) .av-container {
		padding: 0;
	}
	
	.avitech-theme .header .header-above-info {
		border-bottom: none;
	}
	
	.avitech-theme .main-slider .owl-nav {
		bottom: 8.5em;
	}
	
	.avitech-theme .sticky-menu {
		background: none;
		box-shadow: none;
	}
	
	.avitech-theme .header .header-search-toggle, .avitech-theme .cart-icon-wrap {
		color: var(--sp-white);
	}
}

@media (min-width: 992px) and (max-width: 1198px) {
	.team-footer .widget {
	    margin-top: 10px;
	}
	.team-footer .widget_social_widget li:not(:last-child),
	.team-footer .widget_social_widget li:not(:last-child) a {
	    margin-right: 0px;
	}
	.team-member:hover .team-footer {
    	padding: 36px 6px 32px;
    }
    .main-slider .owl-nav {
    	bottom: 9.2em;
    }
    .header-transparent .main-slider .owl-nav {
		bottom: 7.9em;
	}
	.header-transparent.header-center .main-slider .owl-nav{
		bottom: 0.75em;
	}
    .header-transparent .theme-content h3 {
	    font-size: 16px;
	    margin-bottom: 0;
	}
    .header-transparent .theme-content h1 {
	    font-size: 30px;
	    margin-bottom: 0;
	}
	.header-transparent .theme-content p {
	    margin-bottom: 10px;
	}
	.header-nine .logo-main {
		height: 110px;
	}
}

@media (min-width: 992px) and (max-width: 1124px) {
	.features-section.bg-primary .features-icon {
	    max-width: 45px;
	    height: 45px;
	}
	.widget_social_widget li:not(:last-child) a {
	    margin-right: 3px;
	}
	.av-btn-wrapper .av-btn:not(:last-child),
	.footer-copyright .widget li:not(:last-child) {
	    margin-right: 10px;
	}
	.menubar .menu-wrap > li > a {
	    padding: 0px 13px;
	}
}

@media (min-width: 992px) and (max-width: 1111px) {
	.header-widget:not(.header-carousel) .widget:not(.widget_media_video) {
	    flex: 1;
	}

	.widget-right .widget, .widget-left .widget {
	    padding: 0px 10px;
	}

	.widget-right .widget:nth-child(n+2) {
	    padding: 0 10px;
	}

	.header .contact-info span.title {
	    font-size: 14px;
	}
	.av-button-area {
	    padding-left: 0.75em;
	}
	.menu-right > ul {
    	padding-left: 12px;
    }
    li.cart-wrapper {
	    margin-right: 5px;
	}
	li.search-button {
	    padding-left: 5px;
	}
}

@media (max-width: 991px) {
	
.shopping-cart {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1;
    width: 200px;
    padding: 10px;
}
	.badge {
	    line-height: 1.2;
	    vertical-align: text-top;
	}
	.not-included {
		margin-top: -10px;
	}
	div.theme-mobile-nav {
	    display: block;
	}
	.hide-mobile-tablet.sticky-menu {
		position: relative;
	}
	.hide-mobile-tablet {
		display : none;
	}
    .mobile-menu .login-btn {
        display: none;
    }
    .header .widget_info li {
        margin-right: 0;
        margin-bottom: 5px;
    }
    .header-widget .widget_social li a {
        margin-bottom: 4px;
    }
    .main-slider .owl-nav {
	    bottom: 2em;
	}
	.theme-slider div.theme-content {
		margin-top: 0;
		margin-bottom: 6px;
	}
    .theme-content h1 {
	    font-size: 28px;
	}
	.theme-content h3 {
	    font-size: 22px;
	}
	.theme-content p {
	    font-size: 14px;
        margin-bottom: 10px;
	}
	.info-section {
    	margin-top: 40px;
    	margin-bottom: 40px;
    }
    .footer-info-wrapper li,
    .info-wrapper li {
	    flex: 1 1 100%;
	}
	.footer-info-wrapper li:not(:last-child),
    .info-wrapper li:not(:last-child) {
	    margin-bottom: 15px;
	}
	.footer-info-wrapper li:not(:last-child),
	.info-wrapper li:not(:last-child) {
	    margin-right: 0;
	}
	.fact-soon .fun-box {
        flex: 1 1 40%;
        margin-right: 18px;
	    padding-right: 18px;
	    margin-bottom: 18px;
    }
    .fact-soon .fun-box:nth-child(2n+2) {
	    margin-right: 0;
	    padding-right: 0;
	}
	.fact-soon .fun-box:nth-child(2n+2):after {
		border-right-width: 0px;
	}
	.fact-soon .fun-box:last-child {
		margin-bottom: 0;
	}
	.widget-left .widget:nth-child(2n+3),
	.widget-left .widget:first-child,
	.widget-right .widget:nth-child(n+2),
	.widget-right .widget, .widget-left .widget {
    	padding: 0 10px;
    }
    .widget-left, .widget-right {
	    justify-content: center;
	}
	.av-text-404 h1, .av-text-404 img {
	    max-width: 670px;
	}
	.av-text-404 h1 {
	    font-size: 350px;
	}
	.av-text-404 h2 {
	    margin: 35px 0 22px;
	}
	.team-member:hover .team-footer {
		justify-content: center;
	}
	.main-slider .owl-item .av-column-5 .aera-img {
	    max-width: 350px;
	    margin-top: 1rem;
	}
	.main-slider .theme-slider .text-right .av-column-5 .aera-img {
	    margin-left: auto;
	}
	.main-slider .theme-slider .text-center .av-column-5 .aera-img {
	    margin: auto;
	}
	.cta-wrapper {
		flex-wrap: wrap;
	}
	.cta-btn-wrap {
		margin-top: 1rem;
	}
	
	.avitech-theme .header .theme-mobile-nav .header-search-toggle, .avitech-theme .theme-mobile-nav .cart-icon-wrap {
		color: var(--sp-white);
	}
	
	.avitech-theme .header .theme-mobile-nav .hamburger-menu div {
		    background: var(--sp-white);
	}
	
	.avitech-theme .theme-mobile-menu .header-wrap-right li:nth-child(2), .avitech-theme .menu-right > ul > li:nth-child(2) {
		border-left: none;
	}
}

@media (min-width: 480px) and (max-width: 768px) {
	.hide-tablet {
		display : none;
	}
	.hide-tablet.sticky-menu {
		position: relative;
	}
}

@media (min-width: 601px) and (max-width: 991px) {
	.gallery-area .gallery-item {
	    -ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: 50%;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.skills-wrapper {
	    padding: 7px 0;
	}
	.skills-panel:not(:last-child) {
	    margin-bottom: 30px;
	}
	.headtop-mobi {
    	right: 17px;
    }
    .main-slider .owl-item .item {
	    min-height: 347px;
	}
}

@media (max-width: 768px) {
	.av-my-default {
    	margin: 80px 0;
	}
	.av-mt-default {
	    margin-top: 80px;
	}
	.av-mb-default {
	    margin-bottom: 80px;
	}

	.av-py-default {
	    padding: 80px 0;
	}
	.av-pt-default {
	    padding-top: 80px;
	}
	.av-pb-default {
	    padding-bottom: 80px;
	}
}

@media (max-width: 767px) {
	.header-center .navbar-area .theme-menu,
	.av-container-fluid,
	.av-container {
		padding: 0 25px;
	}
	.hide-mobile-tablet.sticky-menu {
		position: relative;
	}
	.hide-mobile-tablet {
		display : none;
	}
	
	.breadcrumb-right .breadcrumb-content,
	.breadcrumb-content {
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
	}
	.breadcrumb-right h2 {
		text-align: center;
	}
	
	.breadcrumb-content .breadcrumb-heading,
	.breadcrumb-content .breadcrumb-list {
		max-width: 100%;
		text-align: center;
	}

    .header-widget .widget:nth-child(1n+2) {
        margin-left: 0;
    }
    .header-widget .widget_social li:first-child a {
        padding-left: 0;
    }
    .mobi-head-top {
    	width: 100%;
    }
	.mobile-logo {
	    text-align: center;
	}
	.site-description {
	    white-space: normal;
	}
	.site-title, .site-description {
	    text-align: left;
	}
	.footer-copyright .widget-left,
	.footer-copyright .widget-right {
	    justify-content: center;
	}
	.about-panel {
	    padding: 0;
	}
	.cta-wrapper {
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
    }
    .cta-text-content .cta-wrapper {
	    padding: 25px;
	}
    .cta-img-icon {
	    width: auto;
	}
	.cta-content {
	    flex: auto;
	}
    .av-text-404 h1 {
	    font-size: 310px;
	}
	.av-text-404 img {
	    width: 230px;
	}
	.av-text-404 h2 {
	    margin: 25px 0 22px;
	}
	.heading-default h3:before {
	    left: -32px;
	    width: 40px;
	}
	.fact-soon .fun-box {
        flex: 1 1 100%;
        margin: 0;
        padding: 0;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .fact-soon .fun-box:not(:last-child):after {
	    border-right-width: 0px;
	    border-bottom-width: 1px;
	    margin: 0 auto;
	    top: auto;
	    bottom: 0;
	    left: 0;
	    width: 300px;
	}
    .fact-soon .fun-box:last-child {
    	margin-bottom: 0px;
    	padding-bottom: 0px;
    }
    .footer-main .widget {
	    margin-bottom: 1.2rem;
	}
    .footer .widget + .widget {
	    padding-top: 1.2rem;
	}
	.cta-content p {
	    margin-bottom: 10px;
	}
	.headtop-mobi {
    	width: 32px;
    }
    .headtop-mobi:after {
    	top: 25px;
    	border-width: 16px;
    }
    .theme-mobile-menu .header-wrap-right .av-button-area {
	    display: none;
	}
	.main-slider .owl-item .item {
	    padding: 14px 0;
	    min-height: 182px;
	}
}

@media (max-width: 699px) {
	.post-image-carousel:before {
	    z-index: -1;
	}
	.av-text-404 h1 {
	    font-size: 250px;
	}
	.av-text-404 img {
	    width: 180px;
	}
	.av-text-404 h2 {
	    margin: 18px 0 22px;
	}
	.team-member:hover .team-footer {
	    justify-content: center;
	}
}

@media (max-width: 436px) {
	.heading-default h3:before {
	    left: 0;
	    width: 40px;
	}
	.calendar_wrap table th,
	.calendar_wrap table td {
    	line-height: 43px;
    }

    .comments-area .comment-meta .comment-author img {
	    position: unset;
	    width: 100px;
		margin-bottom: 15px;
	}
	.comments-area .comment-body {
	    padding: 25px 25px 25px 25px;
	}
}

@media (max-width: 540px) {
	.comment-list .children {
	    margin-left: 1rem;
	}
    .widget_media_gallery .gallery-item {
        width: 100%;
        margin-bottom: 30px;
    }
	.hide-mobile {
		display : none;
	}
	.hide-mobile.sticky-menu {
		position: relative;
	}
	.av-tab-filter a {
	    margin-bottom: 15px;
	}
	.av-tab-filter a:not(:last-child) {
	    margin-right: 15px;
	}
	.theme-content h3 {	    
	    font-size: 15px;
	    margin-top: 5px;
	    margin-bottom: 3px;
	}
	.theme-content h1 {
	    font-size: 22px;
	    margin-bottom: 3px;
	}
	.theme-content p {
	    font-size: 13px;
	    margin-bottom: 5px;
	}
	.theme-content .av-btn {
	    font-size: 13px;
	    padding: 0 14px;
	    line-height: 2.3;
	}
	.theme-content .av-btn:not(:last-child) {
	    margin-right: 18px;
	}
	.info-wrapper .widget {
	    padding: 28px 14px;
	}
	.breadcrumb-content-below {
		padding: 16px 0;
	}
	.breadcrumb-widget {
	    margin-top: 14px;
	}
	.breadcrumb-content-below .breadcrumb-list,
	.breadcrumb-content-below .breadcrumb-widget {
	    flex: auto;
	}
	.breadcrumb-content-below .breadcrumb-list,
	.breadcrumb-content-below .breadcrumb-widget {
		max-width: 100%;
		text-align: center;
	}
	.breadcrumb-widget .widget {
		max-width: 100%;
	}
	.skills-panel {
	    flex-wrap: wrap;
	}
	.skills-growth {
		margin-bottom: 10px;
	    margin-right: 0;
	    flex: 100%;
	    text-align: center;
	}
	.skills-content {
	    flex: 100%;
	    text-align: center;
	}
	.av-text-404 h1 {
	    font-size: 150px;
	}
	.av-text-404 img {
	    width: 100px;
	}
	.av-text-404 h2 {
		font-size: 24px;
	}
	.widget-left, .widget-right {
	    flex-wrap: wrap;
	}
	.widget-right .widget,
	.widget-left .widget {
    	width: 100%;
	    padding: 0 10px;
    }
	.widget-right .widget:not(:last-child),
	.widget-left .widget:not(:last-child) {
	    padding: 0;
    	padding-bottom: 10px;
    }
    .site-description {
	    padding-top: 2px;
	}
	.widget_social_widget li:not(:last-child) {
	    margin-right: 6px;
	}
	.cta-img-icon {
	    width: 100%;
	    margin: 0 0 15px 0;
	}
	.cta-img-icon img {
		margin: 0 auto;
	}
	.cta-content {
        flex-wrap: wrap;
	}
	.cta-3 .cta-content .cta-img {
		margin-bottom: 10px;
	}
	.cta-wrapper {
	    text-align: center;
        padding: 56px 15px;
	}
	.cta-section.cta-3 .cta-wrapper {
		text-align: left;
	}
	.cta-btn-wrap {
	    margin: 0 auto;
	}
	.av-btn-wrapper {
	    text-align: center;
	}
	.av-btn-wrapper .av-btn:not(:last-child) {
	    margin-right: 10px;
	}
	.av-btn-wrapper .av-btn:nth-child(2) {
		margin-right: 0;
	}
	.av-btn-wrapper .av-btn:last-child {
	    margin-top: 10px;
	}
}

@media only screen and (max-width:420px) {
    .mobile-logo .logo {
        max-width: 170px;
    }
    .mobile-logo .logo img {
        max-width: 100%;
    }
    .logo a, .mobile-logo a, .site-title {
        display: flex;
        font-size: 23px;
        align-items: center;
    }
    .cart-count {
        top: -12px;
        right: -12px;
    }
    .mobile-menu-right .header-search-toggle,
    .mobile-menu-right .cart-icon-wrap #cart {
        font-size: 14px;
    }
    .hamburger-menu .menu-toggle {
        padding: 4px 5px 4px;
    }
    .cart-wrap, .hamburger-menu,
    .mobile-menu-right .header-search-toggle,
    .mobile-menu-right .cart-icon-wrap #cart,
    .cart-icon .cart-icon-wrapper i {
        width: 32px;
        height: 32px;
        line-height: 1.65;
    }
}

@media only screen and (max-width: 366px) {
	.cta-btn-wrap {
		flex-wrap: wrap;
	}
}

@media only screen and (max-width: 343px) {
	.cta-more {
	    margin: 0;
	    width: 100%;
	    text-align: left;
	    margin-top: 10px;
	    margin-bottom: 6px;
	}
}

@media only screen and (max-width: 330px) {
    .theme-mobile-menu .header-wrap-right li {
        margin-right: 6px;
    }
    .mobile-logo .logo {
        max-width: 168px;
    }
}

@media only screen and (max-width: 991px) {

	.avenza-theme .header {
		position: relative;
	}

	.avenza-theme .info-section {
		margin-top: 40px;
		margin-bottom: 40px;
	
	}

	.avenza-theme .theme-slider div.theme-content {
		margin-top: 0;
		margin-bottom: 0;
	}

	.avenza-theme .breadcrumb-area {
		padding-top: 0;
	}
}

@media (min-width: 992px) {
    .aera-theme .header-twelve .av-column-2 {
        -ms-flex: 0 0 16.666667%;
        flex-basis: 0 0 16.666667%;
        max-width: 16.666667%;
    }
}
/* @media Responsive End */

@media (min-width: 992px) {
    .varuda-theme.header-ten .header, .varuda-theme #above-header {
        background-color: var(--sp-secondary);
        border-radius: 0px;
    }
}
@media (min-width: 992px) {
    .varuda-theme.header-ten .navigator-wrapper {
        background-color: var(--sp-white);
    }
	}
	@media (min-width: 992px) {
    .ampark-theme.header-ten .navigator-wrapper {
        background-color: var(--sp-white);
    }
	}
	@media (min-width: 992px) {
    .avitech-theme.header-ten .navigator-wrapper {
        background-color: var(--sp-white);
    }
	}
/* Evion css */

@media only screen and (min-width: 991px) {
	.evion-theme .info-section .info-wrapper .widget{
		padding: 20px;
	}
}
/* style.css */
/*
Theme Name: Avril Business
Author: Nayra Themes
Description: Avril is a fast and lightweight, multi-purpose WordPress theme. Enjoy Ken Burns effect, background elements, & smooth animations. Build amazing website with Avril.
Version: 3.8
Tested up to: 6.6
Requires PHP: 5.6
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: avril-pro
Slug: avril-business
Tags: one-column, two-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, footer-widgets, full-width-template, theme-options, threaded-comments, translation-ready, blog, grid-layout, portfolio, photography

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/



.avail-theme .theme-mobile-nav.sticky-nav,
.avail-theme .sticky-menu {
    background: #151535;
}
.avail-theme .theme-mobile-nav.sticky-nav .hamburger-menu div {
    background-color: #FFFFFF;
}
.avail-theme .theme-mobile-nav.sticky-nav .header-search-toggle,
.avail-theme .theme-mobile-nav.sticky-nav .cart-icon-wrap,
.avail-theme .header .sticky-menu .header-search-toggle,
.avail-theme .header .sticky-menu .cart-icon-wrap,
.avail-theme .sticky-menu .menubar .menu-wrap > li > a {
    color: #FFFFFF;
}
.avail-theme .navbar-area.sticky-menu .menubar .menu-wrap .dropdown-menu > li.active > a,
.avail-theme .navbar-area.sticky-menu .menubar .menu-wrap > li.active > a,
.avail-theme .navbar-area.sticky-menu .menubar .menu-wrap > li.focus > a,
.avail-theme .navbar-area.sticky-menu .menubar .menu-wrap > li:hover > a,
.avail-theme .navbar-area.sticky-menu .menubar .dropdown-menu:before {
    color: var(--sp-primary);
}
