/* -------------------------------
    	Reset
   ------------------------------- */

:root {
    --xpro-font-main-color: #383838;
    --xpro-font-alt-color: #6f6f6f;
    --xpro-main-color: #8d377f;
    --xpro-main-hover-color: #8d377f;
}

.theme-xpro ::-moz-selection {
    color: #fff;
    background: var(--xpro-main-color);
}

.theme-xpro ::selection {
    color: #fff;
    background: var(--xpro-main-color);
}

.theme-xpro {
    background-color: #fff;
}

.fl-builder-edit .xpro-primary-wrapper{
    position: relative;
}

.elementor-theme-builder-content-area {
    border: 2px dashed #d5dadf;
    color: #b7b7b7;
    font-size: 18px;
    font-weight: 300;
    margin: 10px;
    padding: 250px 20px;
    position: relative;
    text-align: center;
}

html, body, p, ol, ul, li, dl, dt, dd, blockquote,
figure, fieldset, legend, textarea, pre, iframe, hr,
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    border: 0;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

xpro-wrapper {
    display: block;
}

progress {
    vertical-align: baseline;
}

*, *::before, *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: inherit;
    margin: 0;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

:focus {
    outline:thin dotted;
    outline-offset: -1px;
    transition: none;
}

a, a:active, a:focus {
    color: #929292;
    /*text-decoration: none;*/
}

a:hover {
    color: var(--xpro-main-hover-color);
}

a, h1, h2, h3, h4, h5, h6, p, span {
    overflow-wrap: break-word;
}

.xpro-content-none {
    padding: 1em 1.618em;
    margin-bottom: 2.617924em;
    background-color: #50a7d8;
    margin-left: 0;
    border-radius: 2px;
    color: #fff;
    clear: both;
    border-left: 0.6180469716em solid rgba(0, 0, 0, 0.15);
}

.theme-xpro .xpro-aside-widget select,.theme-xpro div.product select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    background: url(../img/select-arrow.png) no-repeat 95% 50%;
    border: 1px solid #d1d1d1;
    outline: none;
    cursor: pointer;
    padding: 10px 35px 10px 15px;
    border-radius: 0;
}

/* -------------------------------
    	Elements
   ------------------------------- */

body {
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: normal;
    text-transform: none;
    font-size: 15px;
    line-height: 1.5;
    color: var(--xpro-font-main-color);
}

p {
    margin-bottom: 20px;
}

p:empty, blockquote:empty {
    display: none;
}

p:last-child {
    margin: 0;
}

h1, h2, h3, h4, h5, h6, .alt-font {
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin-bottom: 20px;
    font-weight: normal;
    text-transform: none;
}

pre {
    position: relative;
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, .1);
    background-color: #f8f9fa;
    padding: 15px;
    overflow: auto;
    margin-bottom: 1.5em;
}

blockquote {
    border-left: 2px solid var(--xpro-main-color);
    padding: 20px;
    font-size: 1.2em;
    margin: 0 0 1.5em;
    position: relative;
}

blockquote p:last-child {
    margin: 0;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}

table,
th,
td {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.5em;
    width: 100%;
}

th,
td {
    padding: 8px;
}

th {
    border-width: 0 1px 1px 0;
}

td {
    border-width: 0 1px 1px 0;
}

hr {
    background-color: rgba(0, 0, 0, 0.1);
    border: 0;
    height: 1px;
    margin-bottom: 40px;
    margin-top: 40px;
}

fieldset {
    padding: 0;
    border: 0;
    min-width: inherit;
}

fieldset legend {
    padding: 0;
    margin-bottom: 1.5em;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 25px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}


ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

b,
strong {
    font-weight: bold;
}

dfn,
cite,
em{
    font-style: italic;
    font-size: 0.9em;
}

address {
    margin: 0 0 1.5em;
}

code,
kbd,
tt,
var {
    font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    text-decoration: none;
}

sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

figure {
    margin: 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
    text-align: left;
}

th {
    font-weight: 500;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none;
}

.text-dark {
    color: #2b2b2b;
}

/* -------------------------------
    	Forms
   ------------------------------- */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background: #55555e;
    color: #fff;
    border: 1px solid transparent;
    cursor: pointer;
    -webkit-appearance: button;
    /* Corrects inability to style clickable 'input' types in iOS */
    padding: 10px 20px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea,
select {
    border: 1px solid #d1d1d1;
    border-radius: 0;
    padding: 10px 15px;
    max-width: 100%;
}

textarea {
    width: 100%;
}

input:focus, textarea:focus {
    border-color: var(--xpro-main-color);
    outline: none;
}

/* -------------------------------
    	Links
   ------------------------------- */
a,
button,
input {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.button,
.wp-block-button .wp-block-button__link {
    padding: 10px 20px;
    display: inline-block;
}

.wp-block-button .wp-block-button__link {
    font-size: inherit;
    line-height: inherit;
}

.using-mouse :focus {
    outline: 0;
}

.using-mouse ::-moz-focus-inner {
    border: 0;
}

.wp-block-button {
    margin-bottom: 20px;
}

/* -------------------------------
    	Alignments
   ------------------------------- */

.alignleft {
    float: left;
    margin: 0 1.5em 1.5em 0;
}

.alignright {
    float: right;
    clear: both;
    margin-left: 1.5em;
    margin: .5em 0 1.5em 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin: .5em auto 1.5em auto;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto;
}

.no-sidebar .entry-content .alignfull {
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw;
    width: auto;
}

/* -------------------------------
    	Captions
   ------------------------------- */

.wp-caption {
    background: #f7f7f7;
    padding: 17px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
    max-width: 100%;
    clear: both;
}

.wp-caption figcaption {
    padding: 18px 0 0;
    font-size: 13px;
}

.wp-caption img {
    width: 100%;
    margin: 0;
}


.wp-caption.alignnone {
    margin: 5px 0 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 40px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 40px;
}

dl.wp-caption {
    background: transparent;
    padding: 0;
    border: 0;
    margin: 0;
}

.wp-caption p.wp-caption-text {
    font-size: 13px;
    line-height: 1.2;
    margin: 0;
    padding: 15px 4px 0;
}

.wp-block-image figcaption {
    font-size: 14px;
    text-align: center;
}

/* -------------------------------
    	Block
   ------------------------------- */

.wp-block-cover p:not(.has-text-color) {
    font-size: 18px;
    color: #fff;
    padding: 0 25px;
}

.wp-block-audio, .wp-block-cover, .wp-block-image {
    margin-bottom: 1.5em;
    margin-top: 1.5em;
}

.wp-block-gallery.alignfull {
    padding: 0 8px;
}

.wp-block-gallery {
    margin-bottom: 28px;
}

.has-large-font-size {
    font-size: 20px;
}

.has-large-font-size {
    line-height: normal;
}

.wp-block-quote__citation, .wp-block-quote cite, .wp-block-quote footer, .wp-block-pullquote cite, .wp-block-pullquote footer {
    color: #6f6f6f;
    font-size: 13px;
    position: relative;
    font-style: normal;
    font-weight: 500;
}

.wp-block-quote.has-text-align-right {
    border-right: 2px solid var(--xpro-main-color);
    border-left: 0;
    padding: 15px 40px;
}

.wp-block-pullquote {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 35px 0 45px;
    margin-bottom: 28px;
    margin-top: 28px;
}

.wp-block-pullquote blockquote {
    border-left: 0;
    margin: 0;
}

blockquote p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 17px !important;
    font-weight: 400;
}

.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
    font-size: 24px;
    font-style: italic;
    line-height: 1.6;
}

.has-normal-font-size, .has-medium-font-size {
    font-size: 1em;
}

#wp-calendar caption {
    color: #2b2b2b;
    font-weight: 500;
    margin-bottom: 5px;
    text-align: left;
}

.wp-block-calendar a {
    text-decoration: none;
}


.wp-block-search, .wp-block-archives, .wp-block-categories, .wp-block-calendar {
    margin-bottom: 1.5rem;
}

.wp-block-group.has-background {
    padding: 20px 30px;
    margin-top: 0;
    margin-bottom: 0;
}

.wp-block-media-text, .wp-block-code, .wp-block-preformatted {
    margin-bottom: 28px;
    margin-top: 28px;
}

.wp-block-separator {
    border: none;
    border-bottom: 2px solid #8f98a1;
    margin-left: auto;
    margin-right: auto;
    margin-top: 28px;
    margin-bottom: 28px;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    max-width: 100px;
}

.gallery-caption {
    display: block
}

.bypostauthor {
    display: block
}

/* -------------------------------
    	Gallery Column
   ------------------------------- */

.gallery-columns-1 {
    float: left;
    width: 100%;
}

.gallery-columns-1 .gallery-item {
    float: left;
    width: 100%;
    margin-bottom: 25px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

.gallery-columns-1 .gallery-item img {
    margin-bottom: 10px;
}

.gallery-columns-1 .gallery-item:nth-child(3n+1) {
    clear: left
}

.gallery-columns-2 {
    float: left;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    float: left;
    width: 50%;
    margin-bottom: 25px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

.gallery-columns-2 .gallery-item img {
    margin-bottom: 10px;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1) {
    clear: left
}

.gallery-columns-3 {
    float: left;
    width: 100%;
}

.gallery-columns-3 .gallery-item {
    float: left;
    width: 33.333%;
    margin-bottom: 25px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

.gallery-columns-3 .gallery-item img {
    margin-bottom: 10px;
}

.gallery-columns-3 .gallery-item:nth-child(3n+1) {
    clear: left
}

.gallery-columns-4 {
    float: left;
    width: 100%;
}

.gallery-columns-4 .gallery-item {
    float: left;
    width: 25%;
    margin-bottom: 25px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

.gallery-columns-4 .gallery-item img {
    margin-bottom: 10px;
}

.gallery-columns-4 .gallery-item:nth-child(4n+1) {
    clear: left
}

.gallery-columns-5 {
    float: left;
    width: 100%;
}

.gallery-columns-5 .gallery-item {
    float: left;
    width: 20%;
    margin-bottom: 25px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

.gallery-columns-5 .gallery-item img {
    margin-bottom: 10px;
}

.gallery-columns-5 .gallery-item:nth-child(5n+1) {
    clear: left
}

.gallery-columns-6 {
    float: left;
    width: 100%;
}

.gallery-columns-6 .gallery-item {
    float: left;
    width: 16.666%;
    margin-bottom: 25px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

.gallery-columns-6 .gallery-item img {
    margin-bottom: 10px;
}

.gallery-columns-6 .gallery-item:nth-child(6n+1) {
    clear: left
}

.gallery-columns-7 {
    float: left;
    width: 100%;
}

.gallery-columns-7 .gallery-item {
    float: left;
    width: 14.285%;
    margin-bottom: 25px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

.gallery-columns-7 .gallery-item img {
    margin-bottom: 10px;
}

.gallery-columns-7 .gallery-item:nth-child(7n+1) {
    clear: left
}

.gallery-columns-8 {
    float: left;
    width: 100%;
}

.gallery-columns-8 .gallery-item {
    float: left;
    width: 12.5%;
    margin-bottom: 25px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

.gallery-columns-8 .gallery-item img {
    margin-bottom: 10px;
}

.gallery-columns-8 .gallery-item:nth-child(8n+1) {
    clear: left
}

.gallery-columns-9 {
    float: left;
    width: 100%;
}

.gallery-columns-9 .gallery-item {
    float: left;
    width: 11.111%;
    margin-bottom: 25px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

.gallery-columns-9 .gallery-item img {
    margin-bottom: 10px;
}

.gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: left
}


/* -------------------------------
    	Accessibility
   ------------------------------- */

.xpro-primary-wrapper .skip-link{
    background-color: #f1f1f1;
    box-shadow: 0 0 1px 1px rgb(0 0 0 / 20%);
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: 700;
    left: -9999em;
    outline: 0;
    padding: 15px 23px 14px;
    text-decoration: none;
    text-transform: none;
    top: -9999em;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
    outline: 0;
}

/* -------------------------------
    	Scroll Top
   ------------------------------- */

.xpro-scroll-top-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    cursor: pointer;
    display: none;
}

.xpro-scroll-top-btn > i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--xpro-main-color);
    color: #fff;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    font-weight: bold;
    font-size: 13px;
    border-radius: 50px;
    -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.xpro-scroll-top-btn > i:hover {
    opacity: 0.8;
}


/* -------------------------------
    	Social Icon
   ------------------------------- */

.xpro-icon-bg a i.xpro-icon-facebook {
    background-color: #3B5998;
}

.xpro-icon-bg a i.xpro-icon-twitter {
    background-color: #55ACEE;
}

.xpro-icon-bg a i.xpro-icon-linkedin {
    background-color: #0976B4;
}

.xpro-icon-bg a i.xpro-icon-pinterest {
    background-color: #B7242A;
}

.xpro-icon-bg a i.xpro-icon-instagram {
    background-color: #e8715c;
}

.xpro-icon-bg-hvr a i {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.xpro-icon-bg-hvr a i.xpro-icon-facebook:hover {
    background-color: #3B5998;
}

.xpro-icon-bg-hvr a i.xpro-icon-twitter:hover {
    background-color: #55ACEE;
}

.xpro-icon-bg-hvr a i.xpro-icon-linkedin:hover {
    background-color: #0976B4;
}

.xpro-icon-bg-hvr a i.xpro-icon-pinterest:hover {
    background-color: #B7242A;
}

.xpro-icon-bg-hvr a i.xpro-icon-instagram:hover {
    background-color: #e8715c;
}

/* -------------------------------
    	Grid
   ------------------------------- */

.xpro-content-wrapper {
    position: relative;
    padding: 80px 0;
    overflow:hidden;
}

.xpro-content-wrapper > div{
    display: flex;
}

.xpro-main{
    width: 100%;
    flex-basis: 100%;
}

.xpro-content-wrapper:after {
    content: "";
    clear: both;
    display: table;
}

.xpro-container {
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
}

.xpro-container-fluid {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.xpro-page-builder {
    max-width: 100%;
    margin: 0 auto;
}

.xpro-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.xpro-flex {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.xpro-aside-widget {
    width: 25%;
    flex-basis: 25%;
    display: inline-block;
}

/* -------------------------------
    	Buttons
   ------------------------------- */

.theme-xpro .xpro-btn {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 1.2;
    padding: 10px 50px;
    text-align: center;
    border: 1px solid #2b2b2b;
    color: #2b2b2b;
    text-decoration: none;
    background-color: transparent;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.theme-xpro .xpro-btn:hover {
    color: #fff;
    background-color: #2b2b2b;
}

.theme-xpro .xpro-btn:disabled{
    cursor: not-allowed;
}

.theme-xpro .xpro-btn:focus{
    outline: thin dotted;
    outline-offset:0;
    transition: none;
}

/* -------------------------------
        Navigation
   ------------------------------- */

.xpro-navbar-primary {
    width: 100%;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 991;
    min-height: 70px;
    border-bottom: 1px solid #eceef1;
}

.xpro-header-sticky .xpro-navbar-primary {
    position: absolute;
    left: 0;
    top: 0;
}

.admin-bar .xpro-header-sticky .xpro-navbar-primary{
    top: 32px;
}

.xpro-header-sticky.xpro-appear .xpro-navbar-primary {
    position: fixed;
    top: 0;
    left: 0;
    -webkit-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-box-shadow: 0 10px 10px -15px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 10px -15px rgba(0, 0, 0, 0.35);
    border-color: transparent;
}

.admin-bar .xpro-header-sticky.xpro-appear .xpro-navbar-primary {
    top: 32px;
}

.fl-builder-edit .xpro-header-sticky.xpro-appear .xpro-navbar-primary {
    top: 45px;
}

.xpro-navbar-primary .xpro-navbar-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.xpro-navbar-collapse {
    display: block;
}

.xpro-navbar-primary .xpro-navbar-brand {
    margin: 0;
    padding: 0;
    display: inline-block;
    line-height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-item-align: center;
    align-self: center;
    padding: 10px 0;
}

.xpro-navbar-primary .xpro-navbar-brand > a {
    font-size: 2.2rem;
    line-height: 1.2;
    color: var(--xpro-font-main-color);
    text-decoration: none;
}

.xpro-navbar-primary .xpro-navbar-brand > a > img {
    width: 150px;
}

.xpro-navbar-primary .xpro-navbar-brand > a > .xpro-logo-sticky {
    display: none;
}

.xpro-appear .xpro-navbar-primary .xpro-navbar-brand > a > .xpro-logo-default {
    display: none;
}

.xpro-appear .xpro-navbar-primary .xpro-navbar-brand > a > .xpro-logo-sticky {
    display: block;
}

.xpro-navbar-primary .xpro-navbar-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    margin-left: auto;
}

@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/*For Desktop*/
@media screen and (min-width: 992px) {

    .xpro-navbar-primary .xpro-navbar-nav{
        text-transform: capitalize;
    }

    .xpro-navbar-primary .xpro-navbar-nav > li {
        display: inline-block;
        position: relative;
    }

    .xpro-navbar-primary .xpro-navbar-nav{
        font-size: 15px;
    }

    .xpro-navbar-primary .xpro-navbar-nav > li > a {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 15px;
        padding: 25px 0;
        text-decoration: none;
        color: var(--xpro-font-main-color);
        -webkit-transition: color .2s ease-in-out;
        -o-transition: color .2s ease-in-out;
        transition: color .2s ease-in-out;
    }

    .xpro-navbar-primary .xpro-navbar-nav > li:nth-last-child(1) > a {
        margin-right: 0;
    }

    .xpro-navbar-primary .xpro-navbar-nav > li:nth-child(1) > a {
        margin-left: 0;
    }

    .xpro-navbar-primary .xpro-navbar-nav > li > a > i {
        font-size: 10px;
        padding-left: 10px;
        margin-top: 4px;
        font-weight: bold;
        color: inherit;
    }

    .xpro-navbar-primary .xpro-navbar-nav > li > a:hover {
        color: var(--xpro-main-hover-color);
    }

    .xpro-nav-active-underline .xpro-navbar-nav > li[class*="current-menu-"] > a:before {
        position: absolute;
        content: '';
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        display: table;
        height: 3px;
        border-radius: 2px;
        left: 0;
        bottom: 0;
        background-color: var(--xpro-main-color);
    }

    .xpro-navbar-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .xpro-dropdown-menu li > a > i {
        font-size: 8px;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        font-weight: bold;
        color: inherit;
    }

    .xpro-navbar-primary .xpro-navbar-nav > li > a:hover i {
        color: inherit;
    }

    /*Dropdown*/
    .xpro-navbar-primary .xpro-dropdown-menu {
        list-style: none;
        margin: 0;
        padding: 15px 0;
        position: absolute;
        left: 0;
        background-color: #fff;
        min-width: 225px;
        border: none;
        border-radius: 0;
        margin: 0;
        display: none;
        z-index: 99;
        text-align: left;
        border-top: 2px solid;
        border-color: var(--xpro-main-color);
        -webkit-box-shadow: 0 4px 10px -2px rgba(0, 0, 0, .1);
        box-shadow: 0 4px 10px -2px rgba(0, 0, 0, .1);
    }

    .xpro-navbar-primary .xpro-navbar-nav li.show > .xpro-dropdown-menu {
        display: block;
    }

    .xpro-navbar-primary .xpro-navbar-nav li:focus-within > .xpro-dropdown-menu {
        display: block;
    }

    .xpro-navbar-primary .xpro-dropdown-menu > li > a {
        display: block;
        font-size: 14px;
        color: var(--xpro-font-main-color);
        padding: 6px 22px;
        -webkit-transition: color .3s ease-in-out;
        -o-transition: color .3s ease-in-out;
        transition: color .3s ease-in-out;
    }

    .xpro-navbar-primary .xpro-dropdown-menu > li > a:hover {
        color: var(--xpro-main-hover-color);
    }

    .xpro-navbar-primary .xpro-dropdown-menu > li > a:hover i {
        color: inherit;
    }

    .xpro-navbar-primary .xpro-dropdown-menu > li > .xpro-dropdown-menu {
        top: -2px;
        left: 100%;
    }

    .xpro-navbar-primary .xpro-dropdown-menu > li.edge > .xpro-dropdown-menu {
        left: -100%;
    }

    .xpro-navbar-primary .xpro-dropdown-menu > li .xpro-dropdown-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        text-decoration: none;
        justify-content: space-between;
    }

    /*Navbar Toggel*/
    .xpro-navbar-toggle {
        display: none;
    }

    /*Layout Left Top*/
    header:not(.xpro-appear) .xpro-nav-layout-left-top .xpro-navbar-inner {
        display: block;
    }

    header:not(.xpro-appear) .xpro-nav-layout-left-top .xpro-navbar-brand {
        padding-bottom: 0;
    }

    /*Layout Center Top*/
    header:not(.xpro-appear) .xpro-nav-layout-center-top {
        text-align: center;
    }

    header:not(.xpro-appear) .xpro-nav-layout-center-top .xpro-navbar-inner {
        display: block;
    }

    header:not(.xpro-appear) .xpro-nav-layout-center-top .xpro-navbar-brand {
        display: block;
        padding-bottom: 0;
    }


}

/*For Mobile*/
@media screen and (max-width: 991px) {

    .xpro-navbar-primary .xpro-navbar-collapse {
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        margin: 0 -15px;
    }

    .xpro-navbar-primary .xpro-navbar-nav{
        max-height: 100vh;
        overflow: auto;
    }

    .xpro-navbar-primary .xpro-navbar-nav::-webkit-scrollbar {
        display: none;
    }

    .xpro-navbar-primary .xpro-navbar-nav {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .xpro-navbar-primary .xpro-navbar-nav {
        display: none;
    }

    .xpro-navbar-primary .xpro-navbar-nav.active {
        display: block;
    }

    .xpro-navbar-primary .xpro-navbar-brand {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
    }

    /*Navbar Toggle*/
    .xpro-navbar-primary .xpro-navbar-toggle {
        position: relative;
        background-color: transparent;
        border: none;
        height: 22px;
        width: 22px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
        color: var(--xpro-font-main-color);
    }

    .xpro-navbar-primary .navbar-toggler-icon {
        height: 2px;
        width: 100%;
        background-color: var(--xpro-font-main-color);
    }

    .xpro-navbar-primary .xpro-navbar-toggle.active .navbar-toggler-icon {
        opacity: 0;
    }

    .xpro-navbar-primary .xpro-navbar-toggle::before, .xpro-navbar-primary .xpro-navbar-toggle::after {
        position: absolute;
        left: 0;
        content: "";
        height: 2px;
        width: 100%;
        background-color: var(--xpro-font-main-color);
        -webkit-transition: -webkit-transform .2s linear;
        transition: -webkit-transform .2s linear;
        -o-transition: transform .2s linear;
        transition: transform .2s linear;
        transition: transform .2s linear, -webkit-transform .2s linear;
    }

    .xpro-navbar-primary .xpro-navbar-toggle::before {
        top: 4px;
    }

    .xpro-navbar-primary .xpro-navbar-toggle.active::before {
        top: 10px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .xpro-navbar-primary .xpro-navbar-toggle::after {
        bottom: 4px;
    }

    .xpro-navbar-primary .xpro-navbar-toggle.active::after {
        bottom: 10px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .xpro-navbar-primary .xpro-navbar-nav ul {
        margin: 0;
        padding: 0;
        list-style: none;
        border-top: 1px solid #d8d8d8;
    }

    .xpro-navbar-primary .xpro-navbar-nav li {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: block;
        width: 100%;
        background-color: #eaeaea;
        border-bottom: 1px solid #d8d8d8;
    }

    .xpro-navbar-primary .xpro-navbar-nav li:nth-last-child(1){
        border-bottom: none;
    }

    .xpro-navbar-primary .xpro-dropdown-menu {
        display: none;
    }

    .xpro-navbar-primary .xpro-dropdown-menu.show {
        display: block;
    }

    .xpro-navbar-primary .xpro-navbar-nav li:focus-within .xpro-dropdown-menu{
        display: block;
    }

    .xpro-navbar-primary .xpro-navbar-nav li.dropdown li:nth-last-child(1) {
        border-bottom-color: transparent;
    }

    .xpro-navbar-primary .xpro-navbar-nav li > a {
        position: relative;
        color: var(--xpro-font-main-color);
        display: block;
        padding: 8px 20px;
        text-decoration: none;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .xpro-navbar-primary .xpro-navbar-nav li > a:hover {
        color: var(--xpro-main-hover-color);
    }

    .xpro-navbar-primary .xpro-navbar-nav li > a > i {
        float: right;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 5px 10px;
        font-size: 12px;
        height: 25px;
        font-weight: bold;
        color: inherit;
        -webkit-transition: -webkit-transform .2s ease-in-out;
        transition: -webkit-transform .2s ease-in-out;
        -o-transition: transform .2s ease-in-out;
        transition: transform .2s ease-in-out;
        transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    }

    .xpro-navbar-primary .xpro-navbar-nav li > a i.active {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .xpro-navbar-primary .xpro-navbar-nav .xpro-dropdown-menu li a::before {
        content: "-";
        padding-right: 8px;
        color: inherit;
    }

    .xpro-navbar-primary .xpro-navbar-nav .xpro-dropdown-menu li {
        padding-left: 15px;
    }

}

/* -------------------------------
    	Post Navigation
   ------------------------------- */

.xpro-post-navigation {
    position: relative;
    width: 100%;
    padding-top: 3rem;
    clear: both;
}

.xpro-post-navigation ul.pagination {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.xpro-post-navigation ul.pagination > li {
    display: inline-block;
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.xpro-post-navigation .page-link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.7rem 1.1rem;
    color: var(--xpro-font-alt-color);
    text-decoration: none;
    background-color: #fff;
    margin-left: -1px;
    border: 1px solid #dee2e6;
}

.xpro-post-navigation .page-link.current, .xpro-post-navigation .page-link:hover {
    z-index: 1;
    color: var(--xpro-font-alt-color);
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.xpro-post-navigation .xpro-icon-chevron-right {
    font-size: 10px;
    margin-left: 10px;
    font-weight: bold;
}

.xpro-post-navigation .xpro-icon-chevron-left {
    font-size: 10px;
    margin-right: 10px;
    font-weight: bold;
}

/* -------------------------------
    	Title Wrapper
   ------------------------------- */

.xpro-title-wrapper {
    position: relative;
    background-color: #f7f7f7;
}

.xpro-title-wrapper:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: transparent;
    z-index: 1;
}

.xpro-title-wrapper > .xpro-title-wrapper-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: 90px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
}

.xpro-wrapper-layout-1 > .xpro-title-wrapper-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.xpro-wrapper-layout-2 > .xpro-title-wrapper-inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.xpro-title-wrapper .xpro-title-wrapper-text {
    font-size: 1.5rem;
    margin: 0;
    display: block;
    text-transform: capitalize;
}

.xpro-wrapper-layout-2 > .xpro-title-wrapper-text {
    margin-bottom: 10px;
}

.xpro-wrapper-layout-1 .xpro-title-wrapper-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.xpro-title-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.xpro-wrapper-layout-1 ul {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.xpro-title-wrapper ul li {
    font-size: 14px;
    line-height: 1.2;
    color: #929292;
    word-break: break-word;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 210px;
    overflow: hidden;
    text-transform: capitalize;
    display: inline-block;
}

.xpro-title-wrapper ul li > a {
    color: inherit;
    text-decoration: none;
}

.xpro-title-wrapper ul li > a:hover {
    color: var(--xpro-main-hover-color);
}

.xpro-breadcrumb-list > li::after {
    content: "•";
    position: relative;
    top: 4px;
    font-size: 25px;
    opacity: 0.6;
    padding: 0px 12px;
}

.xpro-breadcrumb-list > li:last-child:after {
    border-right: 0;
    content: "";
    padding: 0;
}

/* -------------------------------
    	Xpro Pagination
   ------------------------------- */

.xpro-pagination {
    clear: both;
    text-align: center;
    width: 100%;
    padding-top: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.xpro-pagination .pagination-title {
    float: left;
    padding: 0 18px;
    line-height: 40px;
    text-decoration: none;
    border: 1px solid #ddd;
    background: #fff;
    display: inline-block;
    margin: 0;
}

.xpro-pagination .post-page-numbers {
    background-color: transparent;
    color: #999999;
    cursor: default;
    float: left;
    padding: 0 18px;
    line-height: 40px;
    text-decoration: none;
    border: 1px solid #ddd;
    border-left-width: 0;
    cursor: pointer;
}

.xpro-pagination a:hover, .xpro-pagination .post-page-numbers.current {
    background-color: #f5f5f5;
}

/* -------------------------------
    	Xpro Comments Area
   ------------------------------- */

.xpro-comments-area {
    max-width: 800px;
    margin: 0 auto;
    padding-top: 2rem;
    clear: both;
}

.xpro-comments-area .xpro-comments-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 25px;
}

.xpro-comments-area .xpro-comments-input > input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    margin: 0 5px;
}

.xpro-comments-area .comment-form-cookies-consent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 5px;
    display: none;
    margin-bottom: 25px;
}

.xpro-comments-area .comment-form-cookies-consent > label {
    margin-left: 10px;
}

.xpro-comments-area .xpro-comments-textarea {
    padding: 0 5px;
    margin-bottom: 30px;
}

.xpro-comments-area .xpro-comments-textarea > textarea {
    resize: none;
}

.xpro-comments-area .form-submit {
    text-align: center;
}

.xpro-comments-area .xpro-comment-form-title, .xpro-comments-area .comments-title {
    margin: 3rem 0;
    text-align: center;
}

.xpro-comments-area input.inputerror, .xpro-comments-area textarea.inputerror, .xpro-comments-area select.inputerror {
    border: 1px solid #ff0000;
}

.xpro-comments-area .xpro-icon-delete {
    font-size: 17px;
    margin-left: 10px;
    color: var(--xpro-main-color);
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}

.xpro-comments-area .xpro-icon-delete:hover {
    color: #ff0000;
}

.xpro-comments-area .xpro-comment-form-title {
    margin: 3rem 0;
    text-align: center;
}

.xpro-comments-area .comment-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.xpro-comments-area .comment {
    padding: 2.5rem 0;
    border-bottom: 1px solid #ededed;
    position: relative;
    list-style: none;
    clear: both;
}

.xpro-comments-area .comment-list > li:first-child {
    padding-top: 0;
}

.xpro-comments-area li ul.children li {
    border: none;
    padding-bottom: 0;
    border-top: 1px solid #ededed;
    margin-top: 50px;
}

.xpro-comments-area .comment-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.xpro-comments-area .comment-avatar {
    width: 100px;
    height: 100px;
    min-width: 100px;
    border-radius: 50%;
    display: inline-block;
    overflow: hidden;
}

.xpro-comments-area .comment-avatar > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.xpro-comments-area .comment-content {
    padding-left: 2rem;
    width: 100%;
    position: relative;
    overflow: auto;
}

.xpro-comments-area .comment-reply-link {
    float: right;
    display: inline-block;
    font-size: 20px;
    color: inherit;
    text-decoration: none;
}

.xpro-comments-area .comment-reply-link > span:before {
    content: "\e907";
    font-family: 'xpro';
}

.xpro-comments-area .author-name {
    font-weight: 500;
    margin-bottom: 5px;
    display: inline-block;
    text-transform: capitalize;
    text-decoration: none;
}

.xpro-comments-area .comment-time {
    margin-bottom: 15px;
}

.xpro-comments-area .comment-time > a {
    color: inherit;
    text-decoration: none;
    font-size: 14px;
    margin-right: 10px;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}

.xpro-comments-area .comment-time > a:hover {
    color: var(--xpro-main-hover-color);
}

.xpro-comments-area .logged-in-as {
    padding: 0 5px;
}

.xpro-comments-area .logged-in-as a{
    text-decoration: none;
}

.xpro-no-comments {
    position: relative;
    padding: .5rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
    margin-top: 2rem !important;
}


/* -------------------------------
    	Xpro 404 Page
   ------------------------------- */

.not-found-wrapper {
    text-align: center;
    width: 100%;
    margin: 3rem 0;
}

.not-found-image {
    margin-bottom: 2rem;
    text-align: center;
}

.not-found-image > img {
    display: inline-block;
    width: 630px;
}

.not-found-title {
    font-size: 60px;
}

.not-found-desc {
    font-size: 25px;
    max-width: 700px;
    display: inline-block;
}

.not-found-desc > a {
    color: #ff6f6a;
}


/* -------------------------------
    	Footer
   ------------------------------- */

.xpro-copyright-bar {
    height: 80px;
    background-color: #2b2b2b;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.xpro-copyright-bar a{
    text-decoration: none;
}

/* -------------------------------
        Loader
   ------------------------------- */

.xpro-loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/*Loader Image*/

.xpro-loader-layout-image {
    width: 100px;
    height: auto;
    max-width: 100%;
}

/*Loader 1*/

.xpro-loader-layout-1,
.xpro-loader-layout-1:before,
.xpro-loader-layout-1:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: xpro-loader-layout-1 1.8s infinite ease-in-out;
    animation: xpro-loader-layout-1 1.8s infinite ease-in-out;
}

.xpro-loader-layout-1 {
    color: var(--xpro-main-color);
    font-size: 10px;
    top: -35px;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.xpro-loader-layout-1:before,
.xpro-loader-layout-1:after {
    content: '';
    position: absolute;
    top: 0;
}

.xpro-loader-layout-1:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.xpro-loader-layout-1:after {
    left: 3.5em;
}

@-webkit-keyframes xpro-loader-layout-1 {
    0%,
    80%,
    100% {
        -webkit-box-shadow: 0 2.5em 0 -1.3em;
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        -webkit-box-shadow: 0 2.5em 0 0;
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes xpro-loader-layout-1 {
    0%,
    80%,
    100% {
        -webkit-box-shadow: 0 2.5em 0 -1.3em;
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        -webkit-box-shadow: 0 2.5em 0 0;
        box-shadow: 0 2.5em 0 0;
    }
}
