@charset "UTF-8";

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

*:focus{
    outline: none;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
    width: device-width;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

body {
    background: #fff;
    color: #777;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    margin: 0;
    padding: 0;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

p {
    margin-top: 0;
    margin-bottom: 1.15rem;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

.wp-block-quote:not(.has-text-color),
blockquote:not(.has-text-color),
q:not(.has-text-color) {
    padding: 2.25rem;
    margin: 1.15rem 0;
    display: block;
    border: 0;
    position: relative;
}

.wp-block-quote:not(.has-text-color),
blockquote:not(.has-text-color) {
    background: #117aec;
    color: #fff;
}

q:not(.has-text-color):before,
blockquote:not(.has-text-color):before {
    display: block;
    font-family: streamline;
    content: "\e956";
    font-size: 42px;
    line-height: 1;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 30px;
}

q:not(.has-text-color):after,
blockquote:not(.has-text-color):after{
    position: absolute;
    display: block;
    width: calc( 100% - 15px );
    height: calc( 100% - 15px );
    content: "";
    z-index: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    border: 1px rgba(255, 255, 255, 0.4) dashed;
}

.wp-block-quote:not(.has-text-color) cite,
blockquote:not(.has-text-color) cite {
    display: block;
    text-align: right;
    color: #fff;
}

.wp-block-cover-image-text,
.wp-block-cover-text,
section.wp-block-cover-image h2,
.wp-block-cover p:not(.has-text-color){
    color: #fff;
}

.wp-block-gallery {
    margin: 0 0 2rem;
}

[class^=wp-block-] figcaption {
    color: rgba(0,0,0,.55);
    font-size: .75rem;
    font-style: italic;
    margin-top: .5em;
    margin-bottom: 1em;
    text-align: center;
}

dfn {
    font-style: italic;
}

.hover-underline:hover{
    text-decoration: underline;
}

ul.conjo-custom-list,
.conjo-custom-list ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.light-font{
    font-weight: normal;
}

b,
strong,
.bold{
    font-weight: bold;
}

.boldest{
    font-weight: 900;
}

.hidden{
    display: none!important;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: #222;
    text-decoration: none;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    color: #117aec;
    text-decoration: none;
}

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
    height: auto;
}

svg:not(:root) {
    overflow: hidden;
}

table {
    border-collapse: collapse;
    width: 100%;
    border: 0;
    border-spacing: 0;
    margin-bottom: 1rem;
    max-width: 100%;
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    text-align: center;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}
table thead th, table tfoot {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

table td, table th {
    padding: .5rem;
    vertical-align: top;
}
table td, table th, table thead {
    border: 1px solid #dee2e6;
}
input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    max-width: 100%;
    outline: none !important;
}

button,
input {
    overflow: visible;
    border-radius: 3px;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin-right: 8px;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}

fieldset {
    border: 1px #e4e4e4 solid;
    margin-bottom: 1rem;
}

input[type="text"],
input[type="number"],
input[type="tel"],
input[type="search"],
input[type="password"],
input[type="email"],
input[type="url"],
select,
textarea {
    display: block;
    width: 100%;
    padding: .75rem 1.25rem;
    font-size: 14px;
    background-color: #fff;
    border: 2px solid #e0e0e0;
    transition: border-color .25s ease-in-out;
    outline: none;
    box-shadow: none;
    border-radius: 3px;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
}

input[type="range"] {
    display: block;
    width: 100%;
    border: 0;
    padding: 0;
    height: 6px;
    border-radius: 4px;
    background: transparent;
    cursor: pointer;
    -webkit-appearance: none; /* Hides the slider so that custom slider can be made */
    margin: 10px 0 0;
    overflow: hidden;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 22px;
    width: 22px;
    background-color: #117aec;
    cursor: pointer;
    margin-top: -8px;
    border-radius: 20px;
    box-shadow: -2000px 0 0 2000px #117aec;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 6px;
    cursor: pointer;
    box-shadow: none;
    background: #4a4a4a;
    border-radius: 0;
    border: 0;
}
input[type=range]::-moz-range-track {
    width: 100%;
    height: 6px;
    cursor: pointer;
    box-shadow: none;
    background: #4c4c4c;
    border-radius: 0;
    border: 0;
}

.form-group{
    position: relative;
}

.form-label{
    font-size: 14px;
    margin-bottom: 0;
}

.conjo-range-label{
    position: absolute;
    top: 19px;
    margin-left: 22px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    color: #117aec;
    line-height: 1;
    font-size: 14px;
    z-index: 4;
}

.conjo-range-label:after{
    position: absolute;
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #117aec;
    border-radius: 20px;
    bottom: -15px;
    left: -19px;
    z-index: 2;
}


input[type="text"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus{
    border-color: #117aec;
    transition-delay: .4s;
    -webkit-transition-delay: .4s;
}

select{
    height: auto;
    min-height: auto;
    padding: 8px 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%222222'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
    background-size: 10px;
    background-position: calc(100% - 15px) 20px;
}

.wp-block-search .wp-block-search__input {
    width: 80%;
    max-width: none;
}

.wp-block-search{
    margin-bottom: 1rem
}

.select2-container--default .select2-selection--single{
    border: 2px solid #e0e0e0;
    padding: .7rem 1.25rem;
    height: auto;
    font-size: .875rem;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 1.5;
    padding: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 11px;
    right: 14px;
}

.select2-container .select2-selection--single{
    margin: 0;
}

.select2-results__option{
    font-size: 14px;
}

textarea{
    height: calc(10em + .75rem + 2px);
    resize: vertical
}

legend {
    max-width: 100%;
    padding: 0 1rem;
    margin-bottom: .5rem;
    font-size: 1.5rem;
}

progress {
    vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

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

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #222;
    margin: 0 0 .8rem;
    font-weight: 600;
    line-height: 1.3;
}

h1 {
    font-size: 56px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6{
    font-size: 18px;
}

small, .text_small {
    font-size: 0.8em;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
    font-size: 80%;
    font-weight: 400;
}

mark,
.mark {
    padding: .2em;
    background-color: #fcf8e3;
}

blockquote footer,
.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d;
}

blockquote footer::before,
.blockquote-footer::before {
    content: "— ";
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word;
}

.wp-block-quote:not(.has-text-color) code,
blockquote:not(.has-text-color) code,
q:not(.has-text-color) code{
    color: #111
}

a > code {
    color: inherit;
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem;
    -webkit-box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    -webkit-box-shadow: none;
    box-shadow: none;
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
    border-radius: 0;
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}

.container,
.container-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: 1140px;
    padding-right: 10px;
    padding-left: 10px;
}

.container-fluid{
    max-width: 100%;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

@media (min-width: 768px) {
    .col-md-1 {
        -ms-flex: 0 0 8.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-md-2 {
        -ms-flex: 0 0 16.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -ms-flex: 0 0 33.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-md-5 {
        -ms-flex: 0 0 41.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -ms-flex: 0 0 58.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-md-8 {
        -ms-flex: 0 0 66.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -ms-flex: 0 0 83.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-md-11 {
        -ms-flex: 0 0 91.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.clearfix{
    clear: bottom;
}

.clearfix:after{
    clear: both;
    display: table;
    content: " ";
}

.wp-caption {
    margin-bottom: 1.75em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0;
}

.wp-caption .wp-caption-text {
    font-style: italic;
    padding-top: 0.5384615385em;
    text-align: center;
}

.says, .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.pagination .current .screen-reader-text {
    position: static !important;
}

.bypostauthor > article .fn:after {
    content: "\f304";
    left: 3px;
    position: relative;
    top: 5px;
    display: none;
}

.alignleft {
    float: left;
    margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
    float: right;
    margin: 0.375em 0 1.75em 1.75em;
}

.wp-block-image .alignright {
    margin: 0.375em 0 1.75em 1.75em;
}

.wp-block-image .alignleft {
    margin: 0.375em 1.75em 1.75em 0;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 1.75em;
}

.margin-left-lg {
    margin-left: 20px !important;
    margin-top: -2px;
}

.gallery-caption {
    background-color: rgba(0, 0, 0, .7);
    color: #fff;
    font-size: 90%;
    line-height: 1.5;
    max-height: 50%;
    opacity: 0;
    padding: 10px 15px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

.gallery-item:hover .gallery-caption {
    opacity: 1
}

.btn,
.wp-block-search__button{
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid transparent;
    background-color: #117aec;
    color: #fff;
    padding: 12px 20px;
    border-radius: 3px;
    cursor: pointer;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    outline: none;
    box-shadow: none;
}

.btn,
.wp-block-search__button,
.conjo-btn{
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 14px;
}

.black-color{
    color: #000 !important;
}

.btn:hover,
.wp-block-search__button:hover,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled]:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce a.added_to_cart:hover{
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    box-shadow: 0 25px 30px 0 rgba(0,0,0,.1);
}

.btn-lg,
.wpcf7-submit.elementor-size-lg{
    padding: 1rem 2rem;
    font-size: .925rem;
}

.btn:hover,
.wp-block-search__button {
    background-color: #1378eb;
    color: #fff;
}

.btn-letters{
    letter-spacing: 2px;
}

.wp-block-archives.wp-block-archives-dropdown select,
.wp-block-categories.wp-block-categories-dropdown select{
    margin-bottom: 20px;
}

.wp-block-latest-posts.wp-block-latest-posts__list{
    background-color: #f9f9f9;
    margin: 0 0 20px;
    padding: 0;
}

.wp-block-latest-posts.wp-block-latest-posts__list li{
    padding: 10px 30px;
    margin: 0;
}

.wp-block-latest-posts.wp-block-latest-posts__list li:first-child{
    padding-top: 20px;
}

.wp-block-latest-posts.wp-block-latest-posts__list.is-grid li{
    padding: 20px;
}


.wp-block-latest-posts.wp-block-latest-posts__list li:last-child{
    padding-bottom: 20px;
}

.wp-block-calendar{
    margin-bottom: 30px;
}

@keyframes display-none {
    0% {
        opacity: 0;
        display: none
    }

    100% {
        opacity: 1;
        display: block
    }
}

@-webkit-keyframes display-none {
    0% {
        opacity: 0;
        display: none
    }

    100% {
        opacity: 1;
        display: block
    }
}

@keyframes mega-top {
    0% {
        opacity: 0;
        display: none;
        transform: translateY(-10px) translateX(-50%);
    }

    100% {
        opacity: 1;
        display: block;
        transform: translateY(0px) translateX(-50%);
    }
}

@-webkit-keyframes mega-top {
    0% {
        opacity: 0;
        display: none;
        -webkit-transform: translateY(-10px) translateX(-50%);
    }

    100% {
        opacity: 1;
        display: block;
        -webkit-transform: translateY(0px) translateX(-50%);
    }
}

@keyframes menu-top {
    0% {
        opacity: 0;
        display: none;
        transform: translateY(-10px);
    }

    100% {
        opacity: 1;
        display: block;
        transform: translateY(0px);
    }
}

@-webkit-keyframes menu-top {
    0% {
        opacity: 0;
        display: none;
        -webkit-transform: translateY(-10px);
    }

    100% {
        opacity: 1;
        display: block;
        -webkit-transform: translateY(0px);
    }
}

@keyframes max-height-anim {
    0% {
        transform: scaleY(0)
    }

    100% {
        transform: scaleY(1)
    }
}

@-webkit-keyframes max-height-anim {
    0% {
        transform: scaleY(0)
    }

    100% {
        transform: scaleY(1)
    }
}

@keyframes search-box {
    0% {
        width: 0;
        display: none
    }

    100% {
        width: 400px;
        display: block
    }
}

@-webkit-keyframes search-box {
    0% {
        width: 0;
        display: none
    }

    100% {
        width: 400px;
        display: block
    }
}

@keyframes loadingSpin {
    to { -webkit-transform: rotate(360deg); }
}

@-webkit-keyframes loadingSpin {
    to { -webkit-transform: rotate(360deg); }
}

/* loaders */
.conjo-page-loader{
    background-color: #fff;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    top: 0;
    left: 0;
}
.conjo-page-loader > div{
    display:inline-block;
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    max-width: 400px;
    min-width: 400px;
}

.conjo-loader-img,
.conjo-loader-text{
    text-align: center;
}

.conjo-loader-text{
    margin-top: 10px;
}

.conjo-loader-1 {
    height: 4px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #ddd;
}
.conjo-loader-1:before{
    display: block;
    position: absolute;
    content: "";
    left: -200px;
    width: 200px;
    height: 4px;
    background-color: #117aec;
    animation: conjo-loading-1 2s linear infinite;
}
.conjo-loader-text,.loader_img{
    text-align: center;
    padding-top: 20px;
    font-size: 14px;
}

/* style 2 */
.conjo-spin-square-wrap{
    position:relative;
    width:234px;
    height:28px;
    margin:auto;
}
.conjo-spin-square{
    position:absolute;
    top:0;
    background-color:rgb(0,0,0);
    width:28px;
    height:28px;
    animation-name: bounce_spinningSquaresG;
    -webkit-animation-name: bounce_spinningSquaresG;
    animation-duration:1.5s;
    -webkit-animation-duration:1.5s;
    animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite;
    animation-direction:normal;
    -webkit-animation-direction:normal;
    transform:scale(.3);
    -webkit-transform:scale(.3);
}
#conjo-spin-square-1{
    left:0;
    animation-delay:0.6s;
    -webkit-animation-delay:0.6s;
}
#conjo-spin-square-2{
    left:29px;
    animation-delay:0.75s;
    -webkit-animation-delay:0.75s;
}
#conjo-spin-square-3{
    left:58px;
    animation-delay:0.9s;
    -webkit-animation-delay:0.9s;
}
#conjo-spin-square-4{
    left:88px;
    animation-delay:1.05s;
    -webkit-animation-delay:1.05s;
}
#conjo-spin-square-5{
    left:117px;
    animation-delay:1.2s;
    -webkit-animation-delay:1.2s;
}
#conjo-spin-square-6{
    left:146px;
    animation-delay:1.35s;
    -webkit-animation-delay:1.35s;
}
#conjo-spin-square-7{
    left:175px;
    animation-delay:1.5s;
    -webkit-animation-delay:1.5s;
}
#conjo-spin-square-8{
    left:205px;
    animation-delay:1.64s;
    -webkit-animation-delay:1.64s;
}

@keyframes bounce_spinningSquaresG{0%{transform:scale(1);background-color:var(--forground-color);}100%{transform:scale(.3) rotate(90deg);background-color: var(--background-color);}}
@-webkit-keyframes bounce_spinningSquaresG{0%{-webkit-transform:scale(1);background-color: var(--forground-color);}100%{-webkit-transform:scale(.3) rotate(90deg);background-color:var(--background-color);}}

/* style 3 */
.conjo-load-contain {
    height: 80px;
    width: 150px;
    margin: auto;
    text-align: center;
}
.conjo-load-dot {
    display: inline-block;
    height: 17px;
    width: 17px;
    border-radius: 50%;
    margin: 0 5px;
    animation: cssload-bounce 0.52s infinite ease alternate;
    -webkit-animation: cssload-bounce 0.52s infinite ease alternate;
}
.conjo-load-dot:nth-child(1) {
    animation-delay: -0.09s;
    -webkit-animation-delay: -0.09s;
}
.conjo-load-dot:nth-child(2) {
    animation-delay: -0.17s;
    -webkit-animation-delay: -0.17s;
}
.conjo-load-dot:nth-child(3) {
    animation-delay: -0.26s;
    -webkit-animation-delay: -0.26s;
}
.conjo-load-dot:nth-child(4) {
    animation-delay: -0.35s;
    -webkit-animation-delay: -0.35s;
}
.conjo-load-dot:nth-child(5) {
    animation-delay: -0.43s;
    -webkit-animation-delay: -0.43s;
}
.conjo-load-dot:nth-child(6) {
    animation-delay: -0.52s;
    -webkit-animation-delay: -0.52s;
}

@keyframes cssload-bounce {0% {transform: translateY(0);box-shadow: 0 2.5px 1px rgba(71,34,86,0.2)}100% {transform: translateY(-39px);box-shadow: 0 88px 12px rgba(0,0,0,0.1)}}
@-webkit-keyframes cssload-bounce {0% {-webkit-transform: translateY(0);-webkit-box-shadow: 0 2.5px 1px rgba(71,34,86,0.2)}100% {-webkit-transform: translateY(-39px);-webkit-box-shadow: 0 88px 12px rgba(0,0,0,0.1)}}

@keyframes conjo-loading-1 {from {left: -200px; width: 30%;}50% {width: 30%;}70% {width: 70%;}80% { left: 50%;}95% {left: 120%;}to {left: 100%;}}
@-webkit-keyframes conjo-loading-1 {from {left: -200px; width: 30%;}50% {width: 30%;}70% {width: 70%;}80% { left: 50%;}95% {left: 120%;}to {left: 100%;}}

@keyframes conjo-slide-down {0% {transform: translateY(-100%);} 100% {transform: translateY(0);}}
@-webkit-keyframes conjo-slide-down {0% {-webkit-transform: translateY(-100%);} 100% {-webkit-transform: translateY(0);}}

@keyframes uil-ring-anim{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}
@-webkit-keyframes uil-ring-anim {0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg)}}

@keyframes btnIconAnim {
    0% {opacity: 1; transform: translateX(0px);}
    25% {opacity: 0; transform:translateX(20px);}
    26% {opacity: 0; transform:translateX(-10px);}
    55% {opacity: 1; transform: translateX(0px);}
}

@-webkit-keyframes btnIconAnim {
    0% {opacity: 1; -webkit-transform: translateX(0px);}
    25% {opacity: 0; -webkit-transform:translateX(20px);}
    26% {opacity: 0; -webkit-transform:translateX(-10px);}
    55% {opacity: 1; -webkit-transform: translateX(0px);}
}

@keyframes rtlBtnIconAnim {
    0% {opacity: 1; transform: translateX(0px);}
    25% {opacity: 0; transform:translateX(-20px);}
    26% {opacity: 0; transform:translateX(10px);}
    55% {opacity: 1; transform: translateX(0px);}
}

@-webkit-keyframes rtlBtnIconAnim {
    0% {opacity: 1; -webkit-transform: translateX(0px);}
    25% {opacity: 0; -webkit-transform:translateX(-20px);}
    26% {opacity: 0; -webkit-transform:translateX(10px);}
    55% {opacity: 1; -webkit-transform: translateX(0px);}
}
