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


/*--------   Table of contents   --------*/


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


/*
1. External module
	1.1 Bootstrap
	1.2 Slick carousel
	1.3 Magnific Popup
	1.4 Datepicker
	1.5 Perfect Scrollbar
2. Fonts Icons
3. Variables
4. Typography
5. Header
6. Content layout
7. Slick
8. Form
9. Modal
10. Back To Top
11. Footer

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


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


/*--------   1. External module  --------*/


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


/*-------  1.1 Bootstrap  --------*/


/*
	Variable Bootstrap
*/

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

html {
    font-family: 'Poppins', sans-serif !important;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: 'Poppins', sans-serif !important;
}

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


/* multistep form */


/*custom font*/

@import url(https://fonts.googleapis.com/css?family=Montserrat);

/*form styles*/

#msform {
    width: 400px;
    margin: 50px auto;
    text-align: center;
    position: relative;
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    padding: 20px 30px;
    box-sizing: border-box;
    width: 80%;
    margin: 0 10%;
    /*stacking fieldsets above each other*/
    position: relative;
}


/*Hide all except first fieldset*/

#msform fieldset:not(:first-of-type) {
    display: none;
}


/*inputs*/

#msform input,
#msform textarea {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 13px;
}


/*buttons*/

#msform .action-button {
    width: 100px;
    background: #27AE60;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#msform .action-button:hover,
#msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
}


/*headings*/

.fs-title {
    font-size: 15px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}


/*progressbar*/

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
}

#progressbar li {
    list-style-type: none;
    color: white;
    text-transform: uppercase;
    font-size: 9px;
    width: 33.33%;
    float: left;
    position: relative;
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 20px;
    line-height: 20px;
    display: block;
    font-size: 10px;
    color: #333;
    background: white;
    border-radius: 3px;
    margin: 0 auto 5px auto;
}


/*progressbar connectors*/

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1;
    /*put it behind the numbers*/
}

#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}


/*marking active/completed steps green*/


/*The number of the step and the connector before it = green*/

#progressbar li.active:before,
#progressbar li.active:after {
    background: #27AE60;
    color: white;
}


/* end of multistep css */

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

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

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

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;
}

b,
strong {
    font-weight: bolder;
}

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: #007bff;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #556836;
    text-decoration: underline;
}

a:not([href]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):hover {
    color: inherit;
    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;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

/* label {
    display: inline-block;
    margin-bottom: 0.5rem;
} */

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[role="button"] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}

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;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

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-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;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 1025px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1230px) {
    .container {
        max-width: 1200px;
    }
}

.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container,
    .container-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container,
    .container-sm,
    .container-md {
        max-width: 720px;
    }
}

@media (min-width: 1025px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg {
        max-width: 960px;
    }
}

@media (min-width: 1230px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1200px;
    }
}

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

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.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,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
}

.row-cols-1>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.row-cols-2>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.row-cols-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.row-cols-4>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.row-cols-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.row-cols-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

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

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

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

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

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

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

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

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

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

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

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

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

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

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
}

.offset-1 {
    margin-left: 8.33333%;
}

.offset-2 {
    margin-left: 16.66667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.33333%;
}

.offset-5 {
    margin-left: 41.66667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.33333%;
}

.offset-8 {
    margin-left: 66.66667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.33333%;
}

.offset-11 {
    margin-left: 91.66667%;
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%;
    }
    .row-cols-sm-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-sm-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-sm-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .row-cols-sm-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-sm-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-sm-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333%;
    }
    .offset-sm-2 {
        margin-left: 16.66667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333%;
    }
    .offset-sm-5 {
        margin-left: 41.66667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333%;
    }
    .offset-sm-8 {
        margin-left: 66.66667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333%;
    }
    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}

.f-social {
    justify-content: center !important;
    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;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: -12px;
}

.f-social li a {
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    line-height: 18px;
    width: 44px;
    height: 44px;
    color: #8fa77a;
    background-color: #ffffff;
    -webkit-transition: color .2s linear, background-color .2s linear;
    transition: color .2s linear, background-color .2s linear;
    border-radius: 3px;
}

.f-social li a:hover {
    background-color: white;
    color: #323232;
}

.f-social li {
    margin-left: 11px;
    margin-top: 11px;
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%;
    }
    .row-cols-md-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-md-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-md-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .row-cols-md-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-md-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-md-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333%;
    }
    .offset-md-2 {
        margin-left: 16.66667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333%;
    }
    .offset-md-5 {
        margin-left: 41.66667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333%;
    }
    .offset-md-8 {
        margin-left: 66.66667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333%;
    }
    .offset-md-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 1025px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%;
    }
    .row-cols-lg-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-lg-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-lg-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .row-cols-lg-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-lg-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-lg-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333%;
    }
    .offset-lg-2 {
        margin-left: 16.66667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333%;
    }
    .offset-lg-5 {
        margin-left: 41.66667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333%;
    }
    .offset-lg-8 {
        margin-left: 66.66667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333%;
    }
    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 1230px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%;
    }
    .row-cols-xl-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-xl-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-xl-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .row-cols-xl-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-xl-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-xl-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.33333%;
    }
    .offset-xl-2 {
        margin-left: 16.66667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333%;
    }
    .offset-xl-5 {
        margin-left: 41.66667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333%;
    }
    .offset-xl-8 {
        margin-left: 66.66667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333%;
    }
    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}

.align-baseline {
    vertical-align: baseline !important;
}

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

.bg-primary {
    background-color: #007bff !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #0062cc !important;
}

.bg-secondary {
    background-color: #6c757d !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #545b62 !important;
}

.bg-success {
    background-color: #28a745 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #1e7e34 !important;
}

.bg-info {
    background-color: #17a2b8 !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #117a8b !important;
}

.bg-warning {
    background-color: #ffc107 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #d39e00 !important;
}

.bg-danger {
    background-color: #dc3545 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #bd2130 !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #dae0e5 !important;
}

.bg-dark {
    background-color: #343a40 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #1d2124 !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.border-top {
    border-top: 1px solid #dee2e6 !important;
}

.border-right {
    border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
    border-left: 1px solid #dee2e6 !important;
}

.border-0 {
    border: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.border-primary {
    border-color: #007bff !important;
}

.border-secondary {
    border-color: #6c757d !important;
}

.border-success {
    border-color: #28a745 !important;
}

.border-info {
    border-color: #17a2b8 !important;
}

.border-warning {
    border-color: #ffc107 !important;
}

.border-danger {
    border-color: #dc3545 !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

.border-dark {
    border-color: #343a40 !important;
}

.border-white {
    border-color: #fff !important;
}

.rounded-sm {
    border-radius: 0.2rem !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
    border-radius: 0.3rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

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

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1025px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1230px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-21by9::before {
    padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1025px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1230px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }
    .float-sm-right {
        float: right !important;
    }
    .float-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }
    .float-md-right {
        float: right !important;
    }
    .float-md-none {
        float: none !important;
    }
}

@media (min-width: 1025px) {
    .float-lg-left {
        float: left !important;
    }
    .float-lg-right {
        float: right !important;
    }
    .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1230px) {
    .float-xl-left {
        float: left !important;
    }
    .float-xl-right {
        float: right !important;
    }
    .float-xl-none {
        float: none !important;
    }
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important;
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important;
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: sticky !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

@supports (position: sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

.shadow-sm {
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.min-vw-100 {
    min-width: 100vw !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.vw-100 {
    width: 100vw !important;
}

.vh-100 {
    height: 100vh !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-n1 {
    margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}

.m-n2 {
    margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}

.m-n3 {
    margin: -1rem !important;
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}

.m-n4 {
    margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}

.m-n5 {
    margin: -3rem !important;
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }
    .m-sm-n1 {
        margin: -0.25rem !important;
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }
    .m-sm-n2 {
        margin: -0.5rem !important;
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }
    .m-sm-n3 {
        margin: -1rem !important;
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important;
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important;
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important;
    }
    .m-sm-n4 {
        margin: -1.5rem !important;
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }
    .m-sm-n5 {
        margin: -3rem !important;
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important;
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important;
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }
    .m-md-n1 {
        margin: -0.25rem !important;
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }
    .m-md-n2 {
        margin: -0.5rem !important;
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important;
    }
    .m-md-n3 {
        margin: -1rem !important;
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important;
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important;
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important;
    }
    .m-md-n4 {
        margin: -1.5rem !important;
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important;
    }
    .m-md-n5 {
        margin: -3rem !important;
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important;
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important;
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1025px) {
    .m-lg-0 {
        margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }
    .m-lg-n1 {
        margin: -0.25rem !important;
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }
    .m-lg-n2 {
        margin: -0.5rem !important;
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }
    .m-lg-n3 {
        margin: -1rem !important;
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important;
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important;
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important;
    }
    .m-lg-n4 {
        margin: -1.5rem !important;
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }
    .m-lg-n5 {
        margin: -3rem !important;
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important;
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important;
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1230px) {
    .m-xl-0 {
        margin: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }
    .m-xl-n1 {
        margin: -0.25rem !important;
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }
    .m-xl-n2 {
        margin: -0.5rem !important;
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }
    .m-xl-n3 {
        margin: -1rem !important;
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important;
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important;
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important;
    }
    .m-xl-n4 {
        margin: -1.5rem !important;
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }
    .m-xl-n5 {
        margin: -3rem !important;
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important;
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important;
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
    text-align: justify !important;
}

.text-wrap {
    white-space: normal !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }
    .text-sm-right {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }
    .text-md-right {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 1025px) {
    .text-lg-left {
        text-align: left !important;
    }
    .text-lg-right {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1230px) {
    .text-xl-left {
        text-align: left !important;
    }
    .text-xl-right {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-lighter {
    font-weight: lighter !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-weight-bolder {
    font-weight: bolder !important;
}

.font-italic {
    font-style: italic !important;
}

.text-white {
    color: #fff !important;
}

.text-primary {
    color: #007bff !important;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #556836 !important;
}

.text-secondary {
    color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #494f54 !important;
}

.text-success {
    color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
    color: #19692c !important;
}

.text-info {
    color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
    color: #0f6674 !important;
}

.text-warning {
    color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #ba8b00 !important;
}

.text-danger {
    color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #a71d2a !important;
}

.text-light {
    color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
    color: #cbd3da !important;
}

.text-dark {
    color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
    color: #121416 !important;
}

.text-body {
    color: #212529 !important;
}

.text-muted {
    color: #6c757d !important;
}

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-break {
    word-wrap: break-word !important;
}

.text-reset {
    color: inherit !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

.modal-open {
    overflow: hidden;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none;
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.modal-dialog-scrollable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer>* {
    margin: 0.25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content;
    }
    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 1025px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1230px) {
    .modal-xl {
        max-width: 1140px;
    }
}


/*-------  1.2 Slick carousel  --------*/


/* Slider */

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}


/*-------  1.3 Magnific Popup  --------*/


/* Magnific Popup CSS */

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}


/* Main image in popup */

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}


/* The shadow behind the image */

.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}


/*-------  1.4 Datepicker  --------*/

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
    color: #dedede;
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none;
}


/* -------------------------------------------------
	Datepicker cells
   ------------------------------------------------- */

.datepicker--cells {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.datepicker--cell {
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    position: relative;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 32px;
    z-index: 1;
}

.datepicker--cell.-focus- {
    background: #f0f0f0;
}

.datepicker--cell.-current- {
    color: #4EB5E6;
}

.datepicker--cell.-current-.-focus- {
    color: #4a4a4a;
}

.datepicker--cell.-current-.-in-range- {
    color: #4EB5E6;
}

.datepicker--cell.-in-range- {
    background: rgba(92, 196, 239, 0.1);
    color: #4a4a4a;
    border-radius: 0;
}

.datepicker--cell.-in-range-.-focus- {
    background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell.-disabled- {
    cursor: default;
    color: #aeaeae;
}

.datepicker--cell.-disabled-.-focus- {
    color: #aeaeae;
}

.datepicker--cell.-disabled-.-in-range- {
    color: #a1a1a1;
}

.datepicker--cell.-disabled-.-current-.-focus- {
    color: #aeaeae;
}

.datepicker--cell.-range-from- {
    border: 1px solid rgba(92, 196, 239, 0.5);
    background-color: rgba(92, 196, 239, 0.1);
    border-radius: 4px 0 0 4px;
}

.datepicker--cell.-range-to- {
    border: 1px solid rgba(92, 196, 239, 0.5);
    background-color: rgba(92, 196, 239, 0.1);
    border-radius: 0 4px 4px 0;
}

.datepicker--cell.-range-from-.-range-to- {
    border-radius: 4px;
}

.datepicker--cell.-selected- {
    color: #fff;
    border: none;
    background: #5cc4ef;
}

.datepicker--cell.-selected-.-current- {
    color: #fff;
    background: #5cc4ef;
}

.datepicker--cell.-selected-.-focus- {
    background: #45bced;
}

.datepicker--cell:empty {
    cursor: default;
}

.datepicker--days-names {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 8px 0 3px;
}

.datepicker--day-name {
    color: #FF9A19;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    text-align: center;
    text-transform: uppercase;
    font-size: .8em;
}

.datepicker--cell-day {
    width: 14.28571%;
}

.datepicker--cells-months {
    height: 170px;
}

.datepicker--cell-month {
    width: 33.33%;
    height: 25%;
}

.datepicker--years {
    height: 170px;
}

.datepicker--cells-years {
    height: 170px;
}

.datepicker--cell-year {
    width: 25%;
    height: 33.33%;
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
    color: #dedede;
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none;
}


/* -------------------------------------------------
	Datepicker
   ------------------------------------------------- */

.datepickers-container {
    position: absolute;
    left: 0;
    top: 0;
}

@media print {
    .datepickers-container {
        display: none;
    }
}

.datepicker {
    background: #fff;
    border: 1px solid #dbdbdb;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    font-family: Tahoma, sans-serif;
    font-size: 14px;
    color: #4a4a4a;
    width: 250px;
    position: absolute;
    left: -100000px;
    opacity: 0;
    transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
    -webkit-transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
    transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
    z-index: 100;
}

.datepicker.-from-top- {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

.datepicker.-from-right- {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
}

.datepicker.-from-bottom- {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
}

.datepicker.-from-left- {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
}

.datepicker.active {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
    transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
    -webkit-transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
    transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
}

.datepicker-inline .datepicker {
    border-color: #d7d7d7;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: static;
    left: auto;
    right: auto;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.datepicker-inline .datepicker--pointer {
    display: none;
}

.datepicker--content {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding: 4px;
}

.-only-timepicker- .datepicker--content {
    display: none;
}

.datepicker--pointer {
    position: absolute;
    background: #fff;
    border-top: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    width: 10px;
    height: 10px;
    z-index: -1;
}

.-top-left- .datepicker--pointer,
.-top-center- .datepicker--pointer,
.-top-right- .datepicker--pointer {
    top: calc(100% - 4px);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.-right-top- .datepicker--pointer,
.-right-center- .datepicker--pointer,
.-right-bottom- .datepicker--pointer {
    right: calc(100% - 4px);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

.-bottom-left- .datepicker--pointer,
.-bottom-center- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
    bottom: calc(100% - 4px);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
}

.-left-top- .datepicker--pointer,
.-left-center- .datepicker--pointer,
.-left-bottom- .datepicker--pointer {
    left: calc(100% - 4px);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.-top-left- .datepicker--pointer,
.-bottom-left- .datepicker--pointer {
    left: 10px;
}

.-top-right- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
    right: 10px;
}

.-top-center- .datepicker--pointer,
.-bottom-center- .datepicker--pointer {
    left: calc(50% - 10px / 2);
}

.-left-top- .datepicker--pointer,
.-right-top- .datepicker--pointer {
    top: 10px;
}

.-left-bottom- .datepicker--pointer,
.-right-bottom- .datepicker--pointer {
    bottom: 10px;
}

.-left-center- .datepicker--pointer,
.-right-center- .datepicker--pointer {
    top: calc(50% - 10px / 2);
}

.datepicker--body {
    display: none;
}

.datepicker--body.active {
    display: block;
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
    color: #dedede;
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none;
}


/* -------------------------------------------------
	Navigation
   ------------------------------------------------- */

.datepicker--nav {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #efefef;
    min-height: 32px;
    padding: 4px;
}

.-only-timepicker- .datepicker--nav {
    display: none;
}

.datepicker--nav-title,
.datepicker--nav-action {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    cursor: pointer;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.datepicker--nav-action {
    width: 32px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.datepicker--nav-action:hover {
    background: #f0f0f0;
}

.datepicker--nav-action.-disabled- {
    visibility: hidden;
}

.datepicker--nav-action svg {
    width: 32px;
    height: 32px;
}

.datepicker--nav-action path {
    fill: none;
    stroke: #9c9c9c;
    stroke-width: 2px;
}

.datepicker--nav-title {
    border-radius: 4px;
    padding: 0 8px;
}

.datepicker--nav-title i {
    font-style: normal;
    color: #9c9c9c;
    margin-left: 5px;
}

.datepicker--nav-title:hover {
    background: #f0f0f0;
}

.datepicker--nav-title.-disabled- {
    cursor: default;
    background: none;
}

.datepicker--buttons {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    padding: 4px;
    border-top: 1px solid #efefef;
}

.datepicker--button {
    color: #4EB5E6;
    cursor: pointer;
    border-radius: 4px;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    height: 32px;
}

.datepicker--button:hover {
    color: #4a4a4a;
    background: #f0f0f0;
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
    color: #dedede;
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none;
}


/* -------------------------------------------------
	Timepicker
   ------------------------------------------------- */

.datepicker--time {
    border-top: 1px solid #efefef;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 4px;
    position: relative;
}

.datepicker--time.-am-pm- .datepicker--time-sliders {
    -ms-flex: 0 1 138px;
    -webkit-box-flex: 0;
    flex: 0 1 138px;
    max-width: 138px;
}

.-only-timepicker- .datepicker--time {
    border-top: none;
}

.datepicker--time-sliders {
    -ms-flex: 0 1 153px;
    -webkit-box-flex: 0;
    flex: 0 1 153px;
    margin-right: 10px;
    max-width: 153px;
}

.datepicker--time-label {
    display: none;
    font-size: 12px;
}

.datepicker--time-current {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    font-size: 14px;
    text-align: center;
    margin: 0 0 0 10px;
}

.datepicker--time-current-colon {
    margin: 0 2px 3px;
    line-height: 1;
}

.datepicker--time-current-hours,
.datepicker--time-current-minutes {
    line-height: 1;
    font-size: 19px;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    position: relative;
    z-index: 1;
}

.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
    content: '';
    background: #f0f0f0;
    border-radius: 4px;
    position: absolute;
    left: -2px;
    top: -3px;
    right: -2px;
    bottom: -2px;
    z-index: -1;
    opacity: 0;
}

.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
    opacity: 1;
}

.datepicker--time-current-ampm {
    text-transform: uppercase;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    color: #9c9c9c;
    margin-left: 6px;
    font-size: 11px;
    margin-bottom: 1px;
}

.datepicker--time-row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    font-size: 11px;
    height: 17px;
    background: -webkit-gradient(linear, left top, right top, from(#dedede), to(#dedede)) left 50%/100% 1px no-repeat;
    background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat;
}

.datepicker--time-row:first-child {
    margin-bottom: 4px;
}

.datepicker--time-row input[type='range'] {
    background: none;
    cursor: pointer;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    height: 100%;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
}

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
    -webkit-appearance: none;
}

.datepicker--time-row input[type='range']::-ms-tooltip {
    display: none;
}

.datepicker--time-row input[type='range']:hover::-webkit-slider-thumb {
    border-color: #b8b8b8;
}

.datepicker--time-row input[type='range']:hover::-moz-range-thumb {
    border-color: #b8b8b8;
}

.datepicker--time-row input[type='range']:hover::-ms-thumb {
    border-color: #b8b8b8;
}

.datepicker--time-row input[type='range']:focus {
    outline: none;
}

.datepicker--time-row input[type='range']:focus::-webkit-slider-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef;
}

.datepicker--time-row input[type='range']:focus::-moz-range-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef;
}

.datepicker--time-row input[type='range']:focus::-ms-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef;
}

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    -webkit-transition: background .2s;
    transition: background .2s;
}

.datepicker--time-row input[type='range']::-moz-range-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    -moz-transition: background .2s;
    transition: background .2s;
}

.datepicker--time-row input[type='range']::-ms-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    -ms-transition: background .2s;
    transition: background .2s;
}

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
    margin-top: -6px;
}

.datepicker--time-row input[type='range']::-webkit-slider-runnable-track {
    border: none;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: transparent;
}

.datepicker--time-row input[type='range']::-moz-range-track {
    border: none;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: transparent;
}

.datepicker--time-row input[type='range']::-ms-track {
    border: none;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: transparent;
}

.datepicker--time-row input[type='range']::-ms-fill-lower {
    background: transparent;
}

.datepicker--time-row input[type='range']::-ms-fill-upper {
    background: transparent;
}

.datepicker--time-row span {
    padding: 0 12px;
}

.datepicker--time-icon {
    color: #9c9c9c;
    border: 1px solid;
    border-radius: 50%;
    font-size: 16px;
    position: relative;
    margin: 0 5px -1px 0;
    width: 1em;
    height: 1em;
}

.datepicker--time-icon:after,
.datepicker--time-icon:before {
    content: '';
    background: currentColor;
    position: absolute;
}

.datepicker--time-icon:after {
    height: .4em;
    width: 1px;
    left: calc(50% - 1px);
    top: calc(50% + 1px);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.datepicker--time-icon:before {
    width: .4em;
    height: 1px;
    top: calc(50% + 1px);
    left: calc(50% - 1px);
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
    color: #dedede;
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none;
}


/*-------  1.5 Perfect Scrollbar  --------*/


/* perfect-scrollbar v0.6.10 */

.ps-container {
    -ms-touch-action: none;
    touch-action: none;
    overflow: hidden !important;
    -ms-overflow-style: none;
}

@supports (-ms-overflow-style: none) {
    .ps-container {
        overflow: auto !important;
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .ps-container {
        overflow: auto !important;
    }
}

.ps-container.ps-active-x>.ps-scrollbar-x-rail,
.ps-container.ps-active-y>.ps-scrollbar-y-rail {
    display: block;
    background-color: transparent;
}

.ps-container.ps-in-scrolling {
    pointer-events: none;
}

.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9;
}

.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    background-color: #999;
}

.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9;
}

.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    background-color: #999;
}

.ps-container>.ps-scrollbar-x-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    border-radius: 4px;
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    bottom: 3px;
    /* there must be 'bottom' for ps-scrollbar-x-rail */
    height: 8px;
}

.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    position: absolute;
    /* please don't change 'position' */
    background-color: #aaa;
    border-radius: 4px;
    -webkit-transition: background-color .2s linear;
    transition: background-color .2s linear;
    bottom: 0;
    /* there must be 'bottom' for ps-scrollbar-x */
    height: 8px;
}

.ps-container>.ps-scrollbar-y-rail {
    display: none;
    position: absolute;
    z-index: 21;
    /* please don't change 'position' */
    border-radius: 4px;
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    right: 3px;
    /* there must be 'right' for ps-scrollbar-y-rail */
    width: 8px;
}

.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    position: absolute;
    /* please don't change 'position' */
    background-color: #aaa;
    border-radius: 4px;
    -webkit-transition: background-color .2s linear;
    transition: background-color .2s linear;
    right: 0;
    /* there must be 'right' for ps-scrollbar-y */
    width: 5px;
}

.ps-container:hover.ps-in-scrolling {
    pointer-events: none;
}

.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9;
}

.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    background-color: #999;
}

.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9;
}

.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    background-color: #999;
}

.ps-container:hover>.ps-scrollbar-x-rail,
.ps-container:hover>.ps-scrollbar-y-rail {
    opacity: 0.6;
}

.ps-container:hover>.ps-scrollbar-x-rail:hover {
    background-color: #eee;
    opacity: 0.9;
}

.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x {
    background-color: #999;
}

.ps-container:hover>.ps-scrollbar-y-rail:hover {
    background-color: #eee;
    opacity: 0.9;
}

.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y {
    background-color: #999;
}


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


/*--------    2. Fonts Icons      --------*/


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

@font-face {
    font-family: 'safeyard-icons';
    src: url("../font-icons/fonts/safeyard-icons.eot?sbtw72");
    src: url("../font-icons/fonts/safeyard-icons.eot?sbtw72#iefix") format("embedded-opentype"), url("../font-icons/fonts/safeyard-icons.ttf?sbtw72") format("truetype"), url("../font-icons/fonts/safeyard-icons.woff?sbtw72") format("woff"), url("../font-icons/fonts/safeyard-icons.svg?sbtw72#safeyard-icons") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'safeyard-icons' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: 'safeyard';
    src:  url('../font-icons/fonts/safeyard.eot');
    src:  url('../font-icons/fonts/safeyard.eot') format('embedded-opentype'),
      url('../font-icons/fonts/safeyard.ttf') format('truetype'),
      url('../font-icons/fonts/saefyard.woff') format('woff'),
      url('../font-icons/fonts/safeyard.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  
  [class^="syicon-"], [class*=" syicon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'safeyard' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

.icon-2919521:before {
    content: "\e900";
}

.icon-2937014:before {
    content: "\e901";
}

.icon-2979654:before {
    content: "\e902";
}

.icon-2979708:before {
    content: "\e903";
}

.icon-3022151:before {
    content: "\e904";
}

.icon-3028779:before {
    content: "\e905";
}

.icon-7473101:before {
    content: "\e906";
}

.icon-32142155:before {
    content: "\e907";
}

.icon-logo .path1:before {
    content: "\e908";
    color: #343434;
}

.icon-logo .path2:before {
    content: "\e909";
    margin-left: -1em;
    color: #333333;
}

.icon-logo .path3:before {
    content: "\e90a";
    margin-left: -1em;
    color: #333333;
}

.icon-logo .path4:before {
    content: "\e90b";
    margin-left: -1em;
    color: #333333;
}

.icon-logo .path5:before {
    content: "\e90c";
    margin-left: -1em;
    color: #333333;
}

.icon-logo .path6:before {
    content: "\e90d";
    margin-left: -1em;
    color: #333333;
}

.icon-logo .path7:before {
    content: "\e90e";
    margin-left: -1em;
    color: #333333;
}

.icon-logo .path8:before {
    content: "\e90f";
    margin-left: -1em;
    color: #343434;
}

.icon-logo .path9:before {
    content: "\e910";
    margin-left: -1em;
    color: #343434;
}

.icon-logo .path10:before {
    content: "\e911";
    margin-left: -1em;
    color: #8fa77a;
}

.icon-logo .path11:before {
    content: "\e912";
    margin-left: -1em;
    color: #fea57a;
}

.icon-logo .path12:before {
    content: "\e913";
    margin-left: -1em;
    color: #8fa77a;
}

.icon-logo .path13:before {
    content: "\e914";
    margin-left: -1em;
    color: #343434;
}

.icon-logo .path14:before {
    content: "\e915";
    margin-left: -1em;
    color: #343434;
}

.icon-menu:before {
    content: "\e916";
}

.icon-account-login:before {
    content: "\e934";
}

.icon-45765:before {
    content: "\e917";
}

.icon-64484:before {
    content: "\e918";
}

.icon-70562:before {
    content: "\e919";
}

.icon-70898:before {
    content: "\e91a";
}

.icon-106727:before {
    content: "\e91b";
}

.icon-181174:before {
    content: "\e91c";
}

.icon-181177:before {
    content: "\e91d";
}

.syicon-001:before {
  content: "\e900";
  font-size: 40px;
  color:#8fa77a;
}

.syicon-002:before {
    content: "\e901";
    font-size: 40px;
    color:#8fa77a;
  }

  .syicon-003:before {
    content: "\e902";
    font-size: 40px;
    color:#8fa77a;
  }

  .syicon-004:before {
    content: "\e903";
    font-size: 40px;
    color:#8fa77a;
  }

.icon-254434:before {
    content: "\e91e";
}

.icon-271228:before {
    content: "\e91f";
}

.icon-484156:before {
    content: "\e920";
}

.icon-497392:before {
    content: "\e921";
}

.icon-533676:before {
    content: "\e922";
}

.icon-671366:before {
    content: "\e923";
}

.icon-684847:before {
    content: "\e924";
}

.icon-733605:before {
    content: "\e925";
}

.icon-733614:before {
    content: "\e926";
}

.icon-733635:before {
    content: "\e927";
}

.icon-747310:before {
    content: "\e928";
}

.icon-827743:before {
    content: "\e929";
}

.icon-864916:before {
    content: "\e92a";
}

.icon-883390:before {
    content: "\e92b";
}

.icon-905215:before {
    content: "\e92c";
}

.icon-983899:before {
    content: "\e92d";
}

.icon-1034182:before {
    content: "\e92e";
}

.icon-1124618:before {
    content: "\e92f";
}

.icon-1283338:before {
    content: "\e930";
}

.icon-1283357:before {
    content: "\e931";
}

.icon-1523369:before {
    content: "\e932";
}

.icon-1584892:before {
    content: "\e933";
}

.icon-1621561:before {
    content: "\e934";
}

.icon-1837446:before {
    content: "\e935";
}

.icon-2089805:before {
    content: "\e936";
}

.icon-2231632:before {
    content: "\e937";
}

.icon-2583032:before {
    content: "\e938";
}

.icon-2599697:before {
    content: "\e939";
}

.icon-2819968:before {
    content: "\e93a";
}

.icon-2877983:before {
    content: "\e93b";
}

.icon-arrow_left:before {
    content: "\e93e";
}

.icon-arrow_right:before {
    content: "\e93f";
}

.icon-icon-filter:before {
    content: "\e93d";
}

.icon-860796:before {
    content: "\e93c";
}

.icon-929495:before {
    content: "\e940";
}

.icon-eye:before {
    content: "\e9ce";
}


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


/*----       3. Variables              --*/


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


/*
	Theme variables
*/


/* font */


/* default */


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


/*--------   4. Typography       --------*/


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


/*
	Typography
*/

body {
    font-family: "Roboto", sans-serif;
    color: #7b7b7b;
    background: #ffffff;
    margin: 0;
    overflow-x: hidden;
    overflow-y: scroll;
}

@media (min-width: 1025px) {
    body {
        font-size: 17px;
        line-height: 27px;
    }
}

@media (max-width: 1024px) {
    body {
        font-size: 15px;
        line-height: 24px;
    }
}

a {
    text-decoration: none;
    outline: none;
    color: #8fa77a;
}

a:hover {
    outline: none;
    text-decoration: none;
    outline: none;
}

a:active,
a:visited,
a:focus {
    text-decoration: none;
    outline: none;
}

input[type=text] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

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

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

p {
    margin: 25px 0 0 0px;
}

@media (max-width: 575.98px) {
    p {
        margin: 16px 0 0 0px;
    }
}

.obj-top {
    margin-top: 25px;
}

@media (max-width: 767.98px) {
    .obj-top {
        margin-top: 17px;
    }
}

@media (max-width: 575.98px) {
    .obj-top {
        margin-top: 16px;
    }
}

@media (max-width: 767.98px) {
    div.obj-top {
        margin-top: 22px;
    }
}

address {
    margin: 0;
}

audio {
    width: 100%;
    display: block;
}

input::-ms-clear {
    display: none;
}

.divider {
    height: 50px;
    clear: both;
    overflow: hidden;
    width: 100%;
}

@media (max-width: 1024px) {
    .divider {
        height: 30px;
    }
}

.divider_col {
    height: 60px;
    clear: both;
    overflow: hidden;
    width: 100%;
}

.divider_sm {
    clear: both;
    overflow: hidden;
    width: 100%;
    height: 18px;
}

.divider_xs {
    clear: both;
    overflow: hidden;
    width: 100%;
    height: 0;
}

.no-gutters.container-fluid,
.no-gutters.container-sm,
.no-gutters.container-md,
.no-gutters.container-lg,
.no-gutters.container-xl {
    padding-left: 0;
    padding-right: 0;
}

.no-gutters.row {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters.row>[class^="col-"],
.no-gutters.row>[class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
}

.row-align-col>[class^="col-"] {
    height: 100%;
}


/* button */

.tt-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 17px;
    padding: 8px 21px 8px;
    height: 51px;
    color: #ffffff;
    cursor: pointer;
    position: relative;
    font-family: "Poppins", sans-serif;
    background: #8fa77a;
    border-radius: 4px;
    text-align: center;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 1px solid transparent;
    font-weight: 400;
    -webkit-transition: color .2s, background-color .2s, border-color .2s;
    transition: color .2s, background-color .2s, border-color .2s;
    white-space: nowrap;
    letter-spacing: normal;
}

.tt-btn [class^="icon-"] {
    margin-left: 5px;
    display: inline-block;
    font-size: 9px;
    position: relative;
}

.tt-btn:focus,
.tt-btn:hover {
    border-color: #8fa77a;
    background-color: #ffffff;
    color: #8fa77a;
}

.tt-btn:active,
.tt-btn:visited {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.tt-btn.tt-btn__md {
    height: 45px;
    font-size: 14px;
    padding-left: 17px;
    padding-right: 17px;
}

@media (max-width: 1024.98px) {
    .tt-btn {
        font-size: 14px;
        padding: 10px 14px 10px;
        height: 41px;
        line-height: 17px;
    }
    .tt-btn [class^="icon-"] {
        font-size: 8px;
    }
    .tt-btn.tt-btn__md {
        font-size: 12px;
        padding: 10px 14px 10px;
        height: 41px;
        line-height: 17px;
    }
    .tt-btn.tt-btn__md [class^="icon-"] {
        font-size: 8px;
    }
    .icon-account-login {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .tt-btn {
        padding-left: 13px;
        padding-right: 13px;
    }
    .tt-btn.tt-btn__md {
        padding-left: 13px;
        padding-right: 13px;
    }
}

@media (max-width: 1024.98px) {
    html.ipad .tt-btn [class^="icon-"] {
        margin-top: -1px;
    }
    html.ipad form .tt-btn [class^="icon-"] {
        margin-top: 4px;
    }
}

button:focus {
    outline: none;
}

.tt-base-color {
    color: #8fa77a;
}

.tt-base-dark {
    color: #323232;
}

.tt-btn__top {
    margin-top: 33px;
}

@media (max-width: 1024.98px) {
    .tt-btn__top {
        margin-top: 30px;
    }
}

.tt-btn__top02 {
    margin-top: 39px;
}

.tt-link {
    color: #323232;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    display: inline-block;
}

.tt-link [class^="icon-"] {
    position: relative;
    font-size: 8px;
    top: -1px;
    color: #8fa77a;
    margin-left: 4px;
}

.tt-link span {
    display: inline-block;
    position: relative;
}

.tt-link span:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 4px;
    width: 0%;
    height: 2px;
    margin: auto;
    left: 0;
    right: 0;
    background-color: #323232;
    -webkit-transition: width .2s linear;
    transition: width .2s linear;
}

.tt-link:hover {
    color: #323232;
}

.tt-link:hover span:before {
    width: 100%;
}

.tt-link.tt-link__color01 {
    color: #ffffff;
}

.tt-link.tt-link__color01 [class^="icon-"] {
    color: #ffffff;
}

.tt-link.tt-link__color01 span:before {
    background-color: #ffffff;
}

@media (max-width: 1024.98px) {
    .tt-link {
        font-size: 12px;
    }
    .tt-link [class^="icon-"] {
        font-size: 7px;
        margin-left: 3px;
    }
    .tt-link span:before {
        bottom: 3px;
    }
}

.tt-link__top {
    margin-top: 16px;
}

.tt-link02 {
    color: #8fa77a;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    display: inline-block;
}

.tt-link02 [class^="icon-"] {
    position: relative;
    font-size: 8px;
    top: -1px;
    color: #323232;
    margin-left: 4px;
}

.tt-link02 span {
    display: inline-block;
    position: relative;
}

.tt-link02 span:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 4px;
    width: 0%;
    height: 2px;
    margin: auto;
    left: 0;
    right: 0;
    background-color: #8fa77a;
    -webkit-transition: width .2s linear;
    transition: width .2s linear;
}

.tt-link02:hover {
    color: #8fa77a;
}

.tt-link02:hover span:before {
    width: 100%;
}

@media (max-width: 1024.98px) {
    .tt-link02 {
        font-size: 12px;
    }
    .tt-link02 [class^="icon-"] {
        font-size: 6px;
        margin-left: 3px;
    }
    .tt-link02 span:before {
        bottom: 3px;
    }
}


/*
	Title Block
*/

.title-block {
    margin-bottom: 0;
    padding-bottom: 19px;
    position: relative;
    z-index: 2;
}

.title-block .title-block__label {
    font-family: "Poppins", sans-serif;
    color: #8fa77a;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    position: relative;
    letter-spacing: 0.07em;
}

.title-block .title-block__label:before {
    content: '';
    display: inline-block;
    width: 38px;
    height: 2px;
    background: #8fa77a;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -2px;
}

@media (min-width: 1025px) {
    .title-block .title-block__label:before {
        margin-left: -15px;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.title-block .title-block__title {
    font-family: "Poppins", sans-serif;
    color: #323232;
    font-size: 36px;
    line-height: 46px;
    font-weight: 600;
    margin-top: 25px;
}

.title-block .title-block__title:first-child,
.title-block .title-block__title:last-child {
    margin-bottom: 3px;
}

.title-block .title-block__title:first-child {
    margin-top: 0;
}

.title-block .title-block__text {
    max-width: 465px;
    margin-top: 22px;
    padding-bottom: 13px;
}

.title-block .title-block__text.tt-width-md {
    max-width: 580px;
}

.title-block .title-block__text.tt-width-large {
    max-width: 600px;
}

.title-block+* {
    margin-top: 0;
}

.title-block.title-block__not-marker .title-block__label {
    padding-left: 0 !important;
}

.title-block.title-block__not-marker .title-block__label:before {
    display: none;
}

.title-block.text-center .title-block__label:before {
    display: none;
}

.title-block.text-center .title-block__text {
    margin-left: auto;
    margin-right: auto;
}

.title-block *:nth-child(1) {
    margin-top: 0;
}

@media (min-width: 768px) {
    .title-block.title-block__indent-top {
        margin-top: -10px;
    }
}

@media (min-width: 1025px) {
    .title-block.title-block__indent01 {
        padding-bottom: 28px;
        padding-top: 50px;
    }
    .title-block.title-block__indent01 .title-block__title:not(*:nth-child(1)) {
        margin-top: 17px;
    }
    .title-block.title-block__indent02 {
        padding-bottom: 19px;
    }
    .title-block.title-block__indent02 .title-block__title {
        margin-top: 12px;
    }
    .title-block.title-block__indent03 {
        padding-bottom: 21px;
    }
    .title-block.title-block__indent03 .title-block__title {
        margin-top: 17px;
    }
    .title-block.title-block__indent04 {
        padding-bottom: 26px;
    }
}

@media (max-width: 1229.98px) {
    .title-block br {
        display: none;
    }
    .title-block:not(.text-center) .title-block__label {
        padding-left: 54px;
    }
}

@media (max-width: 1229.98px) and (min-width: 1025px) {
    .title-block .title-block__label:before {
        margin-left: 0px;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@media (max-width: 1229.98px) and (min-width: 768px) {
    .our-services-img-container {
        background-image: url(../images/wrapper-left-center.png);
        background-position: left bottom;
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
        background-repeat: no-repeat;
    }
}

@media (max-width: 1229.98px) {
    .title-block .title-block__title {
        font-family: "Poppins", sans-serif;
        color: #323232;
        font-size: 36px;
        line-height: 46px;
        font-weight: 600;
        margin-top: 25px;
    }
    .title-block .title-block__title:first-child,
    .title-block .title-block__title:last-child {
        margin-bottom: 3px;
    }
}

@media (max-width: 1024.98px) {
    .title-block {
        padding-bottom: 19px;
    }
    .title-block .title-block__label {
        font-size: 14px;
    }
    .title-block .title-block__label:before {
        width: 28px;
    }
    .title-block:not(.text-center) .title-block__label {
        padding-left: 42px;
    }
    .title-block .title-block__title {
        font-size: 30px;
        line-height: 38px;
        margin-top: 23px;
    }
}

@media (max-width: 767.98px) {
    .title-block .title-block__label {
        font-size: 12px;
    }
    .title-block .title-block__label:before {
        width: 23px;
        margin-top: -1px;
    }
    .title-block:not(.text-center) .title-block__label {
        padding-left: 32px;
    }
    .title-block .title-block__title {
        font-size: 24px;
        line-height: 30px;
        margin-top: 19px;
    }
}

.tt-subtitle {
    font-size: 20px;
    color: #323232;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    padding: 0 0 8px 0;
}

.tt-subtitle+* {
    margin-top: 0;
}

p+.tt-subtitle {
    margin-top: 25px;
}

@media (max-width: 767.98px) {
    .tt-mobile-fullwidth {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .tt-title-text-align {
        margin-top: 42px;
    }
}

.row-indent-top {
    margin-top: 47px;
}

@media (max-width: 767.98px) {
    .row-indent-top {
        margin-top: 28px;
    }
}


/*
	Container
*/

@media (max-width: 1229.98px) {
    .container-fluid-xl {
        max-width: 100%;
    }
}

@media (max-width: 1024.98px) {
    .container-fluid-lg {
        max-width: 100%;
    }
    .no-gutters-lg.container {
        padding-left: 0;
        padding-right: 0;
    }
    .no-gutters-lg.container>.row {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 767.98px) {
    .container-nomargin-md {
        padding-left: 0;
        padding-right: 0;
    }
}


/* Typography Layout */

.tt-typography .tt-title {
    font-size: 20px;
    line-height: 30px;
    color: #323232;
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0 0 15px 0;
    font-weight: 600;
}

.tt-typography .tt-title+p {
    margin-top: 0;
}

.tt-typography p+.tt-title {
    margin-top: 25px;
}

@media (max-width: 1024.98px) {
    .tt-typography .tt-title {
        font-size: 17px;
        line-height: 27px;
    }
}

@media (max-width: 767.98px) {
    .tt-typography .tt-title {
        font-size: 16px;
        line-height: 24px;
        padding: 0 0 12px 0;
    }
}

.tt-typography__indent01 {
    padding-right: 80px;
    padding-right: 30px;
}

@media (max-width: 1024.98px) {
    .tt-typography__indent01 {
        padding-right: 0;
    }
}


/*
	Blockquote
*/

.blockquote-01 {
    position: relative;
    margin: 3px 0 0 0;
}

.blockquote-01 .blockquote-01__text {
    font-size: 18px;
    line-height: 27px;
    color: #323232;
    font-weight: 700;
    padding: 20px 60px 0px 18px;
    margin-top: 0;
}

.blockquote-01 .blockquote-01__icon {
    position: absolute;
    top: -5px;
    left: -53px;
    width: 50px;
    height: 38px;
}

.blockquote-01 .blockquote-01__icon.upside-down {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.blockquote-01 .sign-img {
    margin-top: -7%;
    margin-left: 74%;
    width: 50px;
    height: 38px;
}

@media (max-width: 1024.98px) {
    .blockquote-01 .blockquote-01__text {
        font-size: 16px;
        line-height: 26px;
        padding: 0 60px 0 60px;
    }
    .blockquote-01 .blockquote-01__icon {
        max-width: 47px;
        top: -20px;
        left: 2px;
    }
    .blockquote-01 .sign-img {
        max-width: 117px;
        margin-left: 86%;
        margin-top: -33px;
    }
    .section-indent.intro-container {
        margin-top: 45px;
        padding-bottom: 50px;
    }
}

@media (max-width: 767.98px) {
    .blockquote-01 .blockquote-01__text {
        font-size: 16px;
        line-height: 25px;
        padding: 4% 0 0 15%;
    }
    .blockquote-01 .blockquote-01__icon {
        max-width: 50px;
        top: -10px;
    }
    .blockquote-01 .sign-img {
        max-width: 100px;
        margin-left: 90%;
        margin-top: 3px;
    }
}


/*
	List
*/


/* tt-list-01 */

.tt-list-01 li {
    position: relative;
    padding: 0 0 0 27px;
    color: #323232;
}

.tt-list-01 li:before {
    content: '\e918';
    font-family: "safeyard-icons";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    color: #8fa77a;
    font-size: 12px;
}

.tt-list-01 li:not(:first-child) {
    margin-top: 5px;
}

@media (max-width: 767.98px) {
    .tt-list-01 li {
        padding-left: 26px;
    }
    .tt-list-01 li:before {
        font-size: 10px;
    }
}

.tt-list-02 li {
    position: relative;
    padding: 0 0 0 27px;
    color: #7b7b7b;
}

.tt-list-02 li:before {
    content: '\e918';
    font-family: "safeyard-icons";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    color: #8fa77a;
    font-size: 12px;
}

.tt-list-02 li:not(:first-child) {
    margin-top: 5px;
}

@media (max-width: 767.98px) {
    .tt-list-02 li {
        padding-left: 26px;
    }
    .tt-list-02 li:before {
        font-size: 10px;
    }
}

.tt-list__top {
    margin-top: 27px;
}

.tt-list-03 li {
    position: relative;
    padding: 0 0 0 29px;
    color: #323232;
}

.tt-list-03 li:before {
    content: '\e91b';
    font-family: "safeyard-icons";
    display: inline-block;
    position: absolute;
    top: 1px;
    left: 0;
    color: #8fa77a;
    font-size: 15px;
}

.tt-list-03 li a {
    color: #323232;
}

.tt-list-03 li a:hover {
    color: #8fa77a;
}

.tt-list-03 li:not(:first-child) {
    margin-top: 5px;
}

.tt-overflow-hidden {
    overflow: hidden;
}


/* tt-icon-list */

.tt-icon-list {
    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;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: -27px;
    margin-left: -14px;
    margin-right: -14px;
}

.tt-icon-list .tt-item {
    padding-left: 14px;
    padding-right: 14px;
    margin-top: 27px;
}

.tt-icon-list .tt-item .tt-item__img {
    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: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    color: #8fa77a;
    width: 93px;
    height: 90px;
    font-size: 46px;
}

.tt-icon-list .tt-item .tt-item__title {
    font-size: 16px;
    line-height: 27px;
    color: #323232;
    font-weight: 700;
    text-align: center;
    margin-top: 11px;
    padding: 0;
}

@media (max-width: 1024.98px) {
    .tt-icon-list .tt-item {
        padding-left: 10px;
        padding-right: 10px;
    }
    .tt-icon-list .tt-item .tt-item__img {
        width: 73px;
        height: 68px;
        font-size: 33px;
    }
    .tt-icon-list .tt-item .tt-item__title {
        font-size: 15px;
        line-height: 24px;
    }
}

@media (max-width: 767.98px) {
    .tt-icon-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 18px;
    }
    .tt-icon-list .tt-item {
        margin-top: 13px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .tt-icon-list .tt-item .tt-item__img {
        width: 101px;
        height: 93px;
        font-size: 48px;
    }
    .tt-icon-list .tt-item .tt-item__title {
        font-size: 15px;
        line-height: 24px;
        margin-top: 10px;
    }
}

.tt-col-wrapper {
    margin-top: -34px;
}

.tt-col-wrapper [class^="col-"] {
    margin-top: 34px;
}

@media (min-width: 1025px) {
    .tt-text-indent-right {
        padding-right: 40px;
    }
}

@media (max-width: 767.98px) {
    .tt-max-width01 img {
        max-width: 400px;
        width: 100%;
    }
}

@media (max-width: 380px) {
    .tt-layout-responsive-sm {
        overflow-y: hidden;
        overflow-x: scroll;
        margin-left: -15px;
        margin-right: -15px;
    }
    .tt-layout-responsive-sm>* {
        width: 340px;
        margin-top: 12px;
    }
}

@media (min-width: 1700px) {
    .extra-right-img {
        margin-right: -143px;
    }
    .extra-right-img img {
        max-width: inherit;
        width: 100%;
    }
}

@media (min-width: 1025px) {
    .col-indent-right {
        padding-right: 40px;
    }
}

.tt-social {
    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;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.tt-social li a {
    color: #83858e;
    display: inline-block;
    padding: 5px 10px;
    font-size: 15px;
}

.tt-social li a:hover {
    color: #8fa77a;
}

.tt-social li:first-child a {
    padding-left: 0;
}

.tt-social li:last-child a {
    padding-right: 0;
}

@media (max-width: 1024.98px) {
    .tt-social li a {
        padding: 5px 7px;
    }
}


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


/*--------   5. Header           --------*/


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


/*
	Header section
*/

.holder-top-desktop {
    border-bottom: 1px solid #f1f3f5;
    min-height: 47px;
    padding-left: 42px;
    padding-right: 42px;
}

.holder-top-desktop .tt-obj {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 41px;
}

@media (max-width: 1024.98px) {
    .holder-top-desktop {
        min-height: 36px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .holder-top-desktop .tt-obj.tt-obj-cart {
        display: none !important;
    }
}

.h-info01 {
    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;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -45px;
    padding: 10px 0 9px;
}

.h-info01 .tt-item {
    color: #7b7b7b;
    font-size: 14px;
    margin-left: 45px;
}

.h-info01 .tt-item a {
    color: #7b7b7b;
}

.h-info01 .tt-item a:hover {
    color: #8fa77a;
}

.h-info01 .tt-item [class^="icon-"] {
    color: #8fa77a;
    display: inline-block;
    margin-right: 5px;
    font-size: 16px;
    position: relative;
    top: 1px;
}

.h-info01 .tt-item [class^="icon-"].icon-1124618 {
    font-size: 20px;
    top: 4px;
}

.h-info01 .tt-item [class^="icon-"].icon-70562 {
    font-size: 18px;
    top: 3px;
}

@media (max-width: 1024.98px) {
    .h-info01 {
        padding: 4px 0 3px;
    }
    .h-info01 .tt-item [class^="icon-"] {
        margin-right: 2px;
        font-size: 14px;
        top: 1px;
    }
    .h-info01 .tt-item [class^="icon-"].icon-1124618 {
        font-size: 20px;
        top: 4px;
    }
    .h-info01 .tt-item [class^="icon-"].icon-70562 {
        font-size: 16px;
        top: 3px;
    }
    .h-info01 .tt-item:not(:first-child) {
        margin-left: 17px;
    }
}

.h-info02 {
    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;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -45px;
    padding: 12px 0;
}

.h-info02 .tt-item {
    color: #323232;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    margin-left: 45px;
}

.h-info02 .tt-item a {
    color: #323232;
}

.h-info02 .tt-item a:hover {
    color: #8fa77a;
}

.h-info02 .tt-item [class^="icon-"] {
    color: #8fa77a;
    display: inline-block;
    margin-right: 7px;
    font-size: 16px;
    position: relative;
    top: -1px;
}

@media (max-width: 1024.98px) {
    .h-info02 .tt-item {
        margin-left: 17px;
        font-size: 15px;
    }
    .h-info02 .tt-item [class^="icon-"] {
        font-size: 13px;
        margin-right: 5px;
    }
}

.h-social {
    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;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.h-social a {
    color: #7b7b7b;
    display: inline-block;
    padding: 15px 10px;
    font-size: 17px;
}

.h-social a:hover {
    color: #8fa77a;
}

.h-social li:last-child a {
    padding-right: 0;
}

.h-social li:first-child a {
    padding-left: 0;
}

@media (max-width: 1024.98px) {
    .h-social a {
        padding: 9px 8px;
        font-size: 16px;
    }
}

@media (max-width: 860px) {
    .h-social {
        display: none;
    }
}

.holder-top-mobile {
    position: relative;
    background-color: #f1f3f5;
    color: #7b7b7b;
    border-bottom: 1px solid #f1f3f5;
}

.holder-top-mobile .h-topbox__content {
    display: none;
    padding: 13px 15px 13px 15px;
}

.holder-top-mobile .h-topbox__content .tt-item {
    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: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.holder-top-mobile .h-topbox__content .tt-item:not(:first-child) {
    margin-top: 2px;
}

.holder-top-mobile .h-topbox__content .tt-item .tt-item__icon {
    color: #8fa77a;
    display: inline-block;
    position: relative;
    font-size: 14px;
    top: 2px;
}

.holder-top-mobile .h-topbox__content .tt-item .tt-item__icon+.tt-item__text {
    margin-left: 7px;
}

.holder-top-mobile .h-topbox__content .tt-item .tt-item__icon .icon-1124618 {
    font-size: 18px;
}

.holder-top-mobile .h-topbox__content a {
    color: #7b7b7b;
    -webkit-transition: color .2s;
    transition: color .2s;
}

.holder-top-mobile .h-topbox__content a:hover {
    color: #8fa77a;
}

.holder-top-mobile .h-topbox__btn {
    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: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffffff;
    color: #323232;
    text-align: center;
    padding: 5px 15px;
    height: 33px;
    position: relative;
}

.holder-top-mobile .h-topbox__btn.active .tt-arrow {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 2px;
}

.holder-top-mobile .tt-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 33px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
}

.tt-arrow {
    border: solid #323232;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    position: relative;
    top: -2px;
}

.tt-arrow.right {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.tt-arrow.left {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.tt-arrow.up {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.tt-arrow.down {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.icon-account-login {
    display: none;
}

.tt-holder {
    background-color: #2f2f2f;
    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: nowrap;
    flex-wrap: nowrap;
    justify-content: end;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-left: 1%;
    padding-right: 3%;
}

/* .tt-holder .tt-col-wide {
    -webkit-box-flex: 2;
    -ms-flex: 2 1 auto;
    flex: 2 1 auto;
} */

.tt-holder .tt-col-objects {
    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: nowrap;
    flex-wrap: nowrap;
}

.tt-holder .tt-col-objects:not(.text-center) {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tt-holder .tt-col-objects.text-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tt-holder .tt-col-objects.tt-different-sides {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tt-holder .tt-col-objects .tt-col__item:not(:first-child) {
    margin-left: 6%;
}

.tt-holder .tt-col-left {
    padding-right: 51px;
}

.tt-holder .tt-col-center {
    padding-right: 0;
}

.tt-holder .tt-col-right {
    padding-left: 1%;
}

.tt-holder .tt-col-left,
.tt-holder .tt-col-center,
.tt-holder .tt-col-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100px;
}

.tt-holder .tt-btn {
    position: relative;
    top: -1px;
}

/* @media (max-width: 1024.98px) {
    .tt-holder {
        padding-left: 20px;
        padding-right: 20px;
    }
    .tt-holder .tt-col-left,
    .tt-holder .tt-col-center,
    .tt-holder .tt-col-right {
        min-height: 65px;
    }
    .tt-holder .tt-btn {
        top: 0px;
    }
} */

@media (max-width: 1023px) {
    .tt-holder .tt-col-center {
        padding-left: 80%;
        padding-right: 0;
    }
}

@media (max-width: 490px) {
    .tt-logo-words {
        display: none;
    }
}

/* @media (max-width: 767.98px) {
    .tt-holder {
        padding-left: 15px;
        padding-right: 15px;
    }
    .tt-holder .tt-col-left,
    .tt-holder .tt-col-center,
    .tt-holder .tt-col-right {
        min-height: 54px;
    }
} */

#js-init-sticky {
    min-height: 84px;
}

#js-init-sticky.fixed .tt-holder-wrapper {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 7;
    left: 0;
}

#js-init-sticky.fixed .tt-holder {
    min-height: 84px;
    -webkit-transition: min-height .5s;
    transition: min-height .5s;
}

#js-init-sticky.fixed .tt-holder-wrapper {
    -webkit-box-shadow: 0 0 15px rgba(48, 52, 66, 0.1);
    box-shadow: 0 0 15px rgba(48, 52, 66, 0.1);
}

#js-init-sticky .tt-holder-wrapper {
    background-color: #ffffff;
}

/* @media (max-width: 1024.98px) {
    #js-init-sticky {
        min-height: 65px;
    }
    #js-init-sticky.fixed .tt-holder {
        min-height: 65px;
    }
} */

@media (max-width: 767.98px) {
    #js-init-sticky {
        min-height: 54px;
    }
    #js-init-sticky.fixed .tt-holder {
        min-height: 54px;
    }
}

/* @media (min-width: 768px) {
    .tt-holder .tt-col-objects .tt-col__item:not(:first-child) {
        margin-left: 6%;
    }
    .tt-holder .tt-col-left {
        padding-right: 2%;
    }
    .tt-holder .tt-col-center {
        padding-left: 40%;
        padding-right: 0;
    }
    .tt-holder .tt-col-right {
        padding-left: 0;
    }
} */
/* 
@media (max-width: 1570px) {
    .tt-holder .tt-col-objects .tt-col__item:not(:first-child) {
        margin-left: 6%;
    }
    .tt-holder .tt-col-left {
        padding-right: 25px;
    }
    .tt-holder .tt-col-center {
        padding-left: 25px;
        padding-right: 25px;
    }
    .tt-holder .tt-col-right {
        padding-left: 25px;
    }
}

@media (max-width: 1470px) {
    .tt-holder .tt-col-left {
        padding-right: 0px;
    }
    .tt-holder .tt-col-right {
        padding-left: 0px;
    }
    .tt-holder .tt-col-center {
        border: none;
    }
    .tt-holder .tt-col-right {
        border: none;
    }
}

@media (max-width: 767.98px) {
    .tt-holder .tt-col-objects .tt-col__item:not(:first-child) {
        margin-left: 6%;
    }
} */


/*
	Header objects
*/

#tt-nav {
    position: relative;
}

#tt-nav>ul {
    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;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#tt-nav>ul>li {
    display: inline-block;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

#tt-nav>ul>li>a {
    display: inline-block;
    font-size: 18px;
    line-height: 21px;
    color: #ffffff;
    padding: 30px 21px 32px;
    text-decoration: none;
}

#tt-nav>ul>li>a span {
    display: inline-block;
}

#tt-nav>ul>li>a:hover {
    color: #8fa77a;
}

#tt-nav>ul>li ul {
    position: absolute;
    z-index: 5;
    top: 100%;
    left: 0;
    width: 210px;
    margin-top: 32px;
    padding-top: 14px;
    padding-bottom: 15px;
    background: #fff;
    -webkit-box-shadow: 0 19px 40px rgba(157, 174, 185, 0.15);
    box-shadow: 0 19px 40px rgba(157, 174, 185, 0.15);
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

#tt-nav>ul>li ul li {
    margin: 0;
    padding: 0;
}

#tt-nav>ul>li ul li a {
    font-size: 18px;
    line-height: 25px;
    display: block;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    padding: 2px 23px;
    -webkit-transition: color .2s;
    transition: color .2s;
}

#tt-nav>ul>li ul li a:hover {
    color: #8fa77a;
}

#tt-nav>ul>li.active {
    color: #8fa77a;
}

#tt-nav>ul>li:hover ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: .15s;
    transition-delay: .15s;
}

@media (max-width: 1770px) {
    #tt-nav>ul>li>a {
        padding: 30px 15px 32px;
    }
}

@media (max-width: 1630px) {
    #tt-nav>ul>li>a {
        padding: 30px 12px 32px;
    }
}

@media (max-width: 1530px) {
    #tt-nav>ul>li>a {
        padding: 30px 7px 32px;
    }
}

@media (max-width: 1025px) {
    #tt-nav {
        display: none;
    }
}

#tt-nav__line {
    display: none;
    position: absolute;
    height: 6px;
    width: 41px;
    background: #8fa77a;
    opacity: 1;
    -webkit-transition: width .3s linear, left .3s linear;
    transition: width .3s linear, left .3s linear;
    pointer-events: none;
}

@media (min-width: 1025px) {
    #tt-nav__line {
        margin-top: 26px;
    }
}


/*
	Mobile menu
*/

.panel-menu,
.mmpanels,
.mmpanels>.mmpanel {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: inherit;
}

.panel-menu {
    width: 280px;
    background: #ffffff;
    position: fixed;
    z-index: 50;
}

.panel-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.panel-menu ul li {
    margin: 0;
    width: 100%;
}

.panel-menu ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 9px 27px 9px 30px;
    font-size: 15px;
    line-height: 22px;
    text-decoration: none;
    color: #323232;
    background: transparent;
    position: relative;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.panel-menu ul li a:hover {
    color: #8fa77a;
    background: transparent;
}

.panel-menu #mm0.mmpanel a:not(.mm-close) {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #323232;
    background-color: transparent;
}

.panel-menu #mm0.mmpanel a:not(.mm-close):after {
    color: #323232;
}

.panel-menu #mm0.mmpanel a:not(.mm-close):hover {
    color: #8fa77a;
    background-color: transparent;
}

.panel-menu #mm0.mmpanel a:not(.mm-close):hover:after {
    color: #8fa77a;
}

.panel-menu #mm0.mmpanel .mm-next-level:after {
    top: 13px;
}

.panel-menu .mmpanel:not(#mm0) a:not(.mm-original-link) {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

.panel-menu .mmpanel .mm-original-link .tt-badge {
    top: -1px;
}

.panel-menu .mm-close,
.panel-menu .mm-prev-level,
.panel-menu .mm-original-link {
    display: block;
    color: #323232;
    background-color: transparent;
}

.panel-menu .mm-close:before,
.panel-menu .mm-prev-level:before,
.panel-menu .mm-next-level:after {
    font-family: "safeyard-icons";
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    color: #323232;
}

.panel-menu .mm-close:hover,
.panel-menu .mm-prev-level:hover,
.panel-menu .mm-next-level:hover {
    color: #8fa77a;
    background-color: transparent;
}

.panel-menu .mm-close:hover:before .mm-prev-level:hover:before,
.panel-menu .mm-next-level:hover:after {
    color: #8fa77a;
}

.panel-menu li.mm-close-parent {
    margin-bottom: 16px;
}

.panel-menu li.mm-close-parent .mm-close {
    padding: 14px 16px 15px 29px;
    color: #323232;
    border-bottom: 1px solid #f1f3f5;
    background-color: transparent;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
}

.panel-menu li.mm-close-parent .mm-close:before {
    content: "\e93c";
    padding-right: 10px;
    position: relative;
    top: 1px;
    color: #323232;
}

.panel-menu li.mm-close-parent .mm-close:hover {
    color: #8fa77a;
    background-color: transparent;
}

.panel-menu li.mm-close-parent .mm-close:hover:before {
    color: #8fa77a;
}

.panel-menu .mm-prev-level {
    padding: 14px 16px 15px 29px;
    color: #323232;
    background-color: transparent;
    border-bottom: 1px solid #f1f3f5;
    margin-bottom: 15px;
}

.panel-menu .mm-prev-level:before {
    content: "\e93e";
    padding-right: 10px;
    position: relative;
    top: 1px;
    color: #323232;
    display: inline-block;
}

.panel-menu .mm-prev-level:hover {
    color: #8fa77a;
    background-color: transparent;
}

.panel-menu .mm-prev-level:hover:before {
    color: #8fa77a;
}

.panel-menu .mm-next-level {
    color: #3D3B42;
    background-color: transparent;
}

.panel-menu .mm-next-level:after {
    content: "\e93f";
    padding-left: 10px;
    top: 12px;
    right: 30px;
    position: absolute;
    color: #323232;
}

.panel-menu .mm-next-level:hover {
    color: #8fa77a;
    background-color: transparent;
}

.panel-menu .mm-next-level:hover:after {
    color: #8fa77a;
}

.panel-menu .mm-original-link {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #323232;
    background-color: transparent;
}

.panel-menu .mm-original-link:before {
    padding-right: 10px;
    color: #323232;
}

.panel-menu .mm-original-link:hover {
    color: #8fa77a;
    background-color: transparent;
}

.panel-menu .mm-original-link:hover:before {
    color: #8fa77a;
}

.mm-open {
    overflow: hidden;
}

.mm-open .mm-fullscreen-bg {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.55);
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 21;
    display: none;
}

.mmitemopen.panel-menu,
.mmitemopen.panel-menu.mm-right {
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.panel-menu {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.panel-menu.mm-right,
.mmitemopen.panel-menu.mm-right.mmhide {
    left: auto;
    right: 0;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.mmitemopen.panel-menu.mmhide {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.mmpanel {
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.mmpanels {
    overflow: hidden;
}

.mmpanel.mmopened {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.mmpanel.mmsubopened {
    -webkit-transform: translate(-80%, 0);
    transform: translate(-80%, 0);
    -webkit-transform: translate3d(-80%, 0, 0);
    transform: translate3d(-80%, 0, 0);
}

.mmpanels>.mmpanel {
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
}

.mmpanels,
.mmpanels>.mmpanel {
    background: inherit;
    border-color: inherit;
}

.mmpanels>.mmpanel:not(.mmhidden) {
    display: block;
}

.mmpanels>.mmpanel:after {
    content: '';
    display: block;
    height: 20px;
}

.mmhidden,
.mm-nav-btn {
    display: none;
}

.mm-fullscreen-bg,
.mm-fullscreen-bg:focus,
.mm-fullscreen-bg:active,
.mm-fullscreen-bg:hover {
    outline: none;
}

.tt-menu-slider {
    max-height: 380px;
}

.tt-obj-cart .tt-obj__btn {
    position: relative;
    display: inline-block;
    -webkit-transition: color .2s linear;
    transition: color .2s linear;
    color: #323232;
}

.tt-obj-cart .tt-obj__btn:hover {
    color: #8fa77a;
}

.tt-obj-cart .tt-obj__btn .tt-obj__badge {
    position: absolute;
    right: 0px;
    top: 7px;
    pointer-events: none;
    background-color: #8fa77a;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    font-size: 10px;
    line-height: 18px;
    color: #ffffff;
    text-align: center;
}

@media (min-width: 1025px) {
    .tt-obj-cart .tt-obj__btn {
        font-size: 27px;
        line-height: 1;
        top: -2px;
        padding: 8px 8px 8px 5px;
    }
}

@media (max-width: 1024.98px) {
    .tt-obj-cart .tt-obj__btn {
        font-size: 24px;
        line-height: 24px;
        top: 1px;
        padding: 5px 5px 5px 5px;
    }
    .tt-obj-cart .tt-obj__btn .tt-obj__badge {
        top: 3px;
        right: -3px;
    }
}

@media (max-width: 767.98px) {
    .tt-obj-cart .tt-obj__btn {
        font-size: 20px;
        line-height: 20px;
        top: 1px;
        padding: 5px 5px 5px 5px;
    }
    .tt-obj-cart .tt-obj__btn .tt-obj__badge {
        top: 1px;
        right: -6px;
    }
}

.tt-obj-cart .tt-obj__dropdown {
    position: absolute;
    opacity: 0;
    width: 349px;
    margin: -8px 0 0 0;
    padding: 32px 0px 40px;
    text-align: left;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: 0.2s ease 0s;
    transition: 0.2s ease 0s;
    background: #ffffff;
    right: 0;
    top: 100%;
    z-index: 22;
    -webkit-box-shadow: 0 0px 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 40px rgba(0, 0, 0, 0.1);
    pointer-events: none;
}

.tt-obj-cart .tt-obj__dropdown-close {
    position: absolute;
    right: 16px;
    top: 15px;
    display: inline-block;
    padding: 5px;
    color: #323232;
    -webkit-transition: color .2s linear;
    transition: color .2s linear;
    cursor: pointer;
    font-size: 11px;
    line-height: 1;
}

.tt-obj-cart .tt-obj__dropdown-close:hover {
    color: #8fa77a;
}

.tt-obj-cart.active .tt-obj__btn {
    color: #8fa77a;
}

.tt-obj-cart.active .tt-obj__dropdown {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.3s ease 0.15s;
    transition: 0.3s ease 0.15s;
    pointer-events: auto;
}

.tt-obj-cart .tt-obj__title {
    font-size: 24px;
    line-height: 34px;
    color: #323232;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin: 0;
    padding: 0 35px 16px;
}

@media (max-width: 1024.98px) {
    .tt-obj-cart .tt-obj__title {
        font-size: 20px;
        line-height: 30px;
    }
    .tt-obj-cart .tt-obj__dropdown {
        width: 300px;
    }
}

@media (max-width: 767.98px) {
    .tt-obj-cart .tt-obj__dropdown {
        width: 274px;
    }
}

.tt-cart-list {
    padding: 0 35px;
}

.tt-cart-list .tt-item {
    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: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
}

.tt-cart-list .tt-item:not(:first-child) {
    margin-top: 19px;
}

.tt-cart-list .tt-item__remove {
    position: absolute;
    right: -5px;
    top: 2px;
    color: #c7c7c8;
    -webkit-transition: color .2s linear;
    transition: color .2s linear;
    padding: 5px;
    font-size: 14px;
}

.tt-cart-list .tt-item__remove:hover {
    color: #8fa77a;
}

.tt-cart-list .tt-item__img {
    width: 88px;
    min-width: 88px;
    position: relative;
    top: 6px;
}

.tt-cart-list .tt-item__content {
    margin-left: 18px;
    padding-right: 15px;
}

.tt-cart-list .tt-item__title {
    font-size: 16px;
    line-height: 27px;
    color: #7b7b7b;
    padding-right: 5px;
}

.tt-cart-list .tt-item__title a {
    color: #7b7b7b;
    -webkit-transition: color .2s linear;
    transition: color .2s linear;
}

.tt-cart-list .tt-item__title a:hover {
    color: #8fa77a;
}

.tt-cart-list .tt-item__price {
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #323232;
    margin-top: 14px;
}

.tt-cart-list .tt-item__price .new-price {
    font-size: 20px;
    color: #8fa77a;
}

.tt-cart-list .tt-item__price .old-price {
    font-size: 16px;
    text-decoration: line-through;
    margin-left: 7px;
}

@media (max-width: 1024.98px) {
    .tt-cart-list {
        padding: 0 25px;
    }
    .tt-cart-list .tt-item__title {
        font-size: 14px;
        line-height: 23px;
    }
    .tt-cart-list .tt-item__price {
        font-size: 18px;
        margin-top: 7px;
    }
    .tt-cart-list .tt-item__img {
        width: 75px;
        min-width: 75px;
    }
}

.tt-cart-total {
    border-top: 1px solid #f1f3f5;
    font-size: 24px;
    line-height: 1;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #323232;
    padding: 27px 35px 0;
    margin-top: 28px;
}

.tt-cart-total .tt-row {
    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: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.tt-cart-total .tt-btn {
    margin-top: 25px;
    width: 100%;
}

@media (max-width: 1024.98px) {
    .tt-cart-total {
        font-size: 20px;
        padding: 23px 25px 0;
    }
    .tt-cart-total .tt-btn {
        font-size: 16px;
        height: 50px;
        margin-top: 20px;
    }
}

.tt-logo {
    line-height: 1;
    color: #323232;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    display: inline-block;
    -webkit-transition: color .2s;
    transition: color .2s;
    letter-spacing: 0.01em;
}

.tt-logo .tt-icon {
    position: absolute;
    top: 7px;
    left: 12px;
    max-width: 85px;
    z-index: 10;
}

.tt-logo-words {
    position: absolute;
    width: 250px;
    left: 112px;
    top: 33px;
}

.tt-logo:hover {
    color: #8fa77a;
}

@media (min-width: 1471px) {
    .tt-logo {
        font-size: 38px;
        padding: 0 0 2px 22px;
    }
}

/* @media (max-width: 1470px) {
    .tt-logo {
        padding: 0 0 2px 18px;
        font-size: 33px;
    }
    .tt-logo .tt-icon {
        max-width: 300px;
    }
} */

/* @media (max-width: 767.98px) {
    .tt-logo {
        padding: 0 0 2px 17px;
        font-size: 27px;
        letter-spacing: 0.02em;
    }
    .tt-logo .tt-icon {
        max-width: 200px;
        top: -3px;
    }
} */

#tt-menu-toggle {
    padding: 5px 0 5px 5px;
    font-size: 28px;
    line-height: 1;
    display: inline-block;
    color: #8fa77a;
    position: relative;
}

#tt-menu-toggle:hover {
    color: #ffffff;
}

@media (max-width: 767.98px) {
    #tt-menu-toggle {
        font-size: 26px;
        padding: 4px 0 5px 5px;
    }
    .icon-account-login {
        display: block;
        margin-right: 8%;
        font-size: 18px;
    }
    .tt-col__item.toggle-wrapper {
        display: flex;
    }
    .tt-holder {
        padding-right: 8%;
        justify-content: end;
    }
    .tt-holder.tt-col-center {
        padding-left: 71%;
    }
}

@media (min-width: 1026px) {
    .toggle-wrapper {
        display: none;
    }
}

@media (max-width: 1229px) {
    .tt-logo-words {
        display: none;
    }
}

.contact-upper-container {
    background-color: #f6f6f6;
    margin-bottom: 20px;
}

.contact-first-lower {
    background-color: #f6f6f6;
}

.contact-second-lower {
    margin-bottom: 0 !important;
    padding-bottom: 50px;
}

.about-creed-section {
    justify-content: center;
}

#subtitle-wrapper {
    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;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 248px;
    z-index: 1;
    position: relative;
    z-index: 2;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #5f5e63;
}

#subtitle-wrapper .subtitle__title {
    font-size: 58px;
    line-height: 64px;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin: 0;
    padding: 0;
    position: relative;
    margin-top: 20px;
}

@media (max-width: 1024.98px) {
    #subtitle-wrapper {
        height: 200px;
    }
    #subtitle-wrapper .subtitle__title {
        font-size: 43px;
        line-height: 49px;
        margin-top: 15px;
    }
}

@media (max-width: 767.98px) {
    #subtitle-wrapper {
        height: 170px;
    }
    #subtitle-wrapper .subtitle__title {
        font-size: 33px;
        line-height: 39px;
        margin-top: 11px;
    }
}

.tt-breadcrumbs ul {
    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;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.tt-breadcrumbs li {
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.07em;
}

.tt-breadcrumbs li a {
    color: #ffffff;
}

.tt-breadcrumbs li:not(:first-child) {
    padding-left: 19px;
}

.tt-breadcrumbs li:not(:first-child):before {
    content: '/';
    display: inline-block;
    margin-right: 19px;
}

.tt-breadcrumbs li a {
    display: inline-block;
    position: relative;
}

.tt-breadcrumbs li a:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 1px;
    width: 0%;
    height: 2px;
    margin: auto;
    left: 0;
    right: 0;
    background-color: #ffffff;
    -webkit-transition: width .2s linear;
    transition: width .2s linear;
}

.tt-breadcrumbs li a:hover:before {
    width: 100%;
}

@media (max-width: 1024.98px) {
    .tt-breadcrumbs li {
        letter-spacing: 0.04em;
    }
    .tt-breadcrumbs li:not(:first-child) {
        padding-left: 10px;
    }
    .tt-breadcrumbs li:not(:first-child):before {
        margin-right: 10px;
    }
}

@media (max-width: 1024.98px) {
    .tt-breadcrumbs li {
        font-size: 15px;
        letter-spacing: 0;
    }
    .tt-breadcrumbs li:not(:first-child) {
        padding-left: 10px;
    }
    .tt-breadcrumbs li:not(:first-child):before {
        margin-right: 10px;
    }
}


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


/*--------   6. Content layout     ------*/


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

.slick-default .slick-dots {
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
    position: relative;
    z-index: 2;
    margin-top: 40px;
}

.slick-default .slick-dots li {
    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: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 0 7px;
    height: 20px;
}

.slick-default .slick-dots li>* {
    width: 8px;
    max-width: 8px;
    height: 8px;
    display: block;
    background-color: #ffffff;
    border-radius: 50%;
    font-size: 0;
    line-height: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: none;
    padding: 0;
    -webkit-transition: background-color .2s, height .2s, border-radius .2s;
    transition: background-color .2s, height .2s, border-radius .2s;
}

.slick-default .slick-dots li:not(.slick-active) {
    cursor: pointer;
}

.slick-default .slick-dots li:not(.slick-active)>* {
    cursor: pointer;
}

.slick-default .slick-dots li.slick-active>*,
.slick-default .slick-dots li:hover>* {
    background-color: #8fa77a;
}

.slick-default .slick-dots li.slick-active>* {
    height: 20px;
    border-radius: 4px;
}

.slick-default.slick-dots-left .slick-dots {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.slick-default.slick-dots-right .slick-dots {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.slick-default.slick-default__dark .slick-dots li>* {
    background-color: #e8e8e8;
}

.slick-default.slick-default__dark .slick-dots li.slick-active>*,
.slick-default.slick-default__dark .slick-dots li:hover>* {
    background-color: #8fa77a;
}

.slick-default.slick-dotted_indent01 .slick-dots {
    margin-top: 21px;
}

.slick-default.slick-dotted_indent02 .slick-dots {
    margin-top: 31px;
}

@media (max-width: 1024.98px) {
    .slick-default .slick-dots {
        margin-top: 49px;
    }
    .slick-default .slick-dots li {
        height: 12px;
        padding: 0 4px;
    }
    .slick-default .slick-dots li>* {
        width: 5px;
        max-width: 5px;
        height: 5px;
    }
    .slick-default .slick-dots li.slick-active>* {
        height: 12px;
    }
}

@media (max-width: 767.98px) {
    .slick-default.slick-dots-left .slick-dots {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .slick-default.slick-dots-right .slick-dots {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .slick-default .slick-dots {
        margin-top: 35px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .slick-default .slick-dots li {
        height: 12px;
        padding: 0 4px;
    }
    .slick-default .slick-dots li>* {
        width: 5px;
        max-width: 5px;
        height: 5px;
    }
    .slick-default .slick-dots li.slick-active>* {
        height: 12px;
    }
}

.slick-slide {
    height: auto;
}

.slick-slider .slick-slide {
    outline: none;
}

.slick-default-inner .slick-dots {
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
    position: absolute;
    z-index: 2;
    bottom: 40px;
}

.slick-default-inner .slick-dots li {
    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: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 0 7px;
    height: 20px;
}

.slick-default-inner .slick-dots li>* {
    width: 8px;
    max-width: 8px;
    height: 8px;
    display: block;
    background-color: #ffffff;
    border-radius: 50%;
    font-size: 0;
    line-height: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: none;
    padding: 0;
    -webkit-transition: background-color .2s, height .2s, border-radius .2s;
    transition: background-color .2s, height .2s, border-radius .2s;
}

.slick-default-inner .slick-dots li:not(.slick-active) {
    cursor: pointer;
}

.slick-default-inner .slick-dots li:not(.slick-active)>* {
    cursor: pointer;
}

.slick-default-inner .slick-dots li.slick-active>*,
.slick-default-inner .slick-dots li:hover>* {
    background-color: #8fa77a;
}

.slick-default-inner .slick-dots li.slick-active>* {
    height: 20px;
    border-radius: 4px;
}

.slick-default-inner.slick-dots-left .slick-dots {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.slick-default-inner.slick-dots-right .slick-dots {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.slick-default-inner.slick-default__dark .slick-dots li>* {
    background-color: #e8e8e8;
}

.slick-default-inner.slick-default__dark .slick-dots li.slick-active>*,
.slick-default-inner.slick-default__dark .slick-dots li:hover>* {
    background-color: #8fa77a;
}

.slick-default-inner.slick-dotted_indent01 .slick-dots {
    margin-top: 21px;
}

.slick-default-inner.slick-dotted_indent02 .slick-dots {
    margin-top: 31px;
}

@media (max-width: 1024.98px) {
    .slick-default-inner .slick-dots {
        bottom: 20px;
    }
    .slick-default-inner .slick-dots li {
        height: 12px;
        padding: 0 4px;
    }
    .slick-default-inner .slick-dots li>* {
        width: 5px;
        max-width: 5px;
        height: 5px;
    }
    .slick-default-inner .slick-dots li.slick-active>* {
        height: 12px;
    }
}

@media (max-width: 767.98px) {
    .slick-default-inner .slick-dots li {
        height: 12px;
        padding: 0 4px;
    }
    .slick-default-inner .slick-dots li>* {
        width: 5px;
        max-width: 5px;
        height: 5px;
    }
    .slick-default-inner .slick-dots li.slick-active>* {
        height: 12px;
    }
}

#smallGallery.slick-default .slick-dots li:first-child,
#smallGallery.slick-default .slick-dots li:last-child {
    display: none;
}


/*
	Section Indent
*/

@media (min-width: 1025px) {
    .section-indent:not(.no-margin) {
        margin-top: 70px;
        margin-bottom: 50px;
    }
}

@media (max-width: 1024px) {
    .section-indent:not(.no-margin) {
        margin-top: 80px;
    }
}

@media (max-width: 790px) {
    .section-indent:not(.no-margin) {
        margin-top: 60px;
    }
}

@media (min-width: 1025px) {
    .section-indent-tabs:not(.no-margin) {
        margin-top: 80px;
    }
}

@media (max-width: 1024px) {
    .section-indent-tabs:not(.no-margin) {
        margin-top: 80px;
    }
}

@media (max-width: 790px) {
    .section-indent-tabs:not(.no-margin) {
        margin-top: 60px;
    }
}

@media (min-width: 1025px) {
    .section-indent-extra {
        margin-top: -40px;
        position: relative;
        z-index: 2;
    }
}

@media (max-width: 1024.98px) {
    .section-indent-extra {
        margin-top: 0;
    }
}

@media (min-width: 1025px) {
    .section-indent-extra02 {
        margin-top: -80px;
        position: relative;
        z-index: 2;
    }
}

@media (max-width: 1024px) {
    .section-indent-extra02 {
        margin-top: 0px;
    }
}

@media (min-width: 1025px) {
    .section-indent-extra03 {
        margin-top: -70px;
        position: relative;
        z-index: 2;
    }
}

.box-contact__wrapper .box-contact {
    border-radius: 10px;
}

@media (max-width: 790px) {
    .section-indent-extra03 {
        margin-top: 60px;
    }
}

@media (min-width: 1025px) {
    .section-inner {
        padding: 60px 0;
    }
    .section-inner+.section-inner {
        padding: 54px 0 66px;
    }
    .section-inner+.section-indent {
        padding: 50px 0;
        background-color: #f6f6f6;
    }
}

@media (min-width: 1230px) {
    .military-container {
        padding: 75px 0 45px !important;
    }
}


@media (max-width: 1024px) {
    .section-inner {
        padding: 45px 0 45px;
    }
    .section-inner+.section-inner {
        padding: 54px 0 66px;
    }
    .section-inner+.section-indent {
        padding: 45px 0;
        background-color: #f6f6f6;
    }

}

@media (max-width: 790px) {
    .section-inner {
        padding: 45px 0 26px;
    }
    .section-inner+.section-inner {
        padding: 34px 0 60px;
    }
    .section-inner+.section-indent {
        background-color: #f6f6f6;
        padding: 45px 0;
    }
}

.our-services-desc-container {
    padding: 50px 0;
}

.box-layout .item-box .item-box__title {
    text-align: center;
}

.our-services-opt-img {
    display: none;
}



@media only screen and (min-width: 1025px) and (max-width: 1229px) {
    .section-inner02 {
        padding: 45px 0;
    }
    .why-minimum {
        margin-top: 45px !important;
        margin-bottom: 45px !important;
    }
    .military-container {
        padding: 45px 0 !important;
    }
}

@media (min-width: 1230px) {
    .what-products-container {
        padding: 50px 0;
    }
    .why-minimum {
        margin-top: 50px !important;
    }
}

@media (max-width: 1024px) {
    .section-inner02 {
        padding: 80px 0;
    }
}

@media (max-width: 790px) {
    .section-inner02 {
        padding: 60px 0;
    }
}

@media (min-width: 1025px) {
    .section-inner03 {
        padding: 45px 0;
    }
}

@media (max-width: 1024px) {
    .section-inner03 {
        padding: 45px 0;
    }
}

@media (max-width: 790px) {
    .section-inner03 {
        padding: 45px 0;
    }
}

.section-inner-round-layout01 {
    background-color: #f6f6f6;
    padding: 38px 0 37px 0;
}

@media (max-width: 1229px) {
    .section-inner-round-layout01 {
        padding: 118px 0 66px 0;
    }
}

@media (max-width: 1024.98px) {
    .section-inner-round-layout01 {
        padding: 50px 0 0;
    }
}

@media (max-width: 790px) {
    .section-inner-round-layout01 {
        padding: 45px 0 26px 0;
    }
}

.section-inner-round-layout02 {
    padding: 31px 0 70px 0;
}

@media (max-width: 1229.98px) {
    .section-inner-round-layout02 {
        padding: 100px 0 66px;
    }
}

@media (max-width: 1024.98px) {
    .section-inner-round-layout02 {
        padding: 78px 0 54px;
    }
}

.section-indent.intro-container {
    margin-top: 85px;
    padding-bottom: 75px;
}

@media (max-width: 790px) {
    .section-inner-round-layout02 {
        padding: 58px 0 40px;
    }
    .section-indent.intro-container {
        margin-top: 45px;
        padding-bottom: 45px;
    }
    .blockquote-01 .blockquote-01__icon {
        left: -4px;
    }
}

@media (max-width: 660px) {
    .section-inner-round-layout02 {
        padding: 60px 0 0px;
    }
}




/*
	Section Wrapper
*/

.tt-wrapper01 {
    background-color: #f6f6f6;
    height: 100%;
}

.tt-wrapper02 {
    background-color: #ffffff;
    -webkit-box-shadow: 0 19px 40px rgba(157, 174, 185, 0.15);
    box-shadow: 0 19px 40px rgba(157, 174, 185, 0.15);
    height: 100%;
}

.tt-wrapper03 {
    background-color: #ffffff;
    background-position: 87% center;
    background-repeat: no-repeat;
}

@media (max-width: 1229.98px) {
    .tt-wrapper03 {
        background-position: 140% center;
        background-size: 55%, 55%;
    }
}

@media (max-width: 767.98px) {
    .tt-wrapper03 {
        background: none !important;
    }
}

.tt-wrapper04 {
    background-color: #ffffff;
    background-position: 27% center;
    background-repeat: no-repeat;
    overflow: hidden;
}

@media (max-width: 1229.98px) {
    .tt-wrapper04 {
        background-size: 55%, 55%;
        background-position: 20% center;
    }
}

@media (max-width: 1024.98px) {
    .tt-wrapper04 {
        background-size: 55%, 55%;
        background-position: 15% center;
    }
}

@media (max-width: 767.98px) {
    .tt-wrapper04 {
        background: none !important;
    }
}

.tt-wrapper05 {
    background-position: right bottom;
    background-repeat: no-repeat;
}

@media (max-width: 767.98px) {
    .tt-wrapper05 {
        background: none !important;
    }
}

.tt-wrapper06 {
    background-position: center top;
    background-repeat: no-repeat;
}

.wrapper-bottom-right {
    background-position: right bottom;
    background-repeat: no-repeat;
}

@media (max-width: 1229.98px) {
    .wrapper-bottom-right {
        background-size: 55%, 55%;
    }
}

@media (max-width: 767.98px) {
    .wrapper-bottom-right {
        background: none !important;
    }
}

.wrapper-left-center {
    background-position: 0px 73px;
    background-repeat: no-repeat;
}

@media (max-width: 767.98px) {
    .wrapper-left-center {
        background-image: none !important;
    }
}

.wrapper-right-col {
    background-repeat: no-repeat;
    background-position: 117% center;
}

@media (max-width: 1229.98px) {
    .wrapper-right-col {
        background-size: 80%, 80%;
    }
}

@media (max-width: 767.98px) {
    .wrapper-right-col {
        background-image: none !important;
    }
}


/*--------
	Main Slider
--------*/

.mainSlider-layout {
    position: relative;
    z-index: 1;
}

.mainSlider-wrapper {
    position: relative;
    z-index: 1;
}

.mainSlider-wrapper .loading-dots {
    color: #323232;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

@media (min-width: 1025px) {
    .mainSlider-wrapper .loading-dots {
        font-size: 38px;
        line-height: 38px;
    }
}

@media (max-width: 1024.98px) {
    .mainSlider-wrapper .loading-dots {
        font-size: 25px;
        line-height: 25px;
    }
}

@media (max-width: 767.98px) {
    .mainSlider-wrapper .loading-dots {
        font-size: 22px;
        line-height: 22px;
    }
}

@media (min-width: 768px) {
    .mainSlider {
        height: auto;
    }
}

@media (max-width: 1024.98px) {
    .mainSlider {
        height: auto;
    }
}

@media (max-width: 767.98px) {
    .mainSlider {
        height: auto;
    }
}

.mainSlider .container {
    position: relative;
}

@media (min-width: 1025px) {
    .mainSlider .container {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (max-width: 1229.98px) {
    .mainSlider .container-fluid-lg {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.mainSlider .slide .img--holder {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
    height: 800px;
    -webkit-transition: -webkit-transform 6s ease;
    transition: -webkit-transform 6s ease;
    transition: transform 6s ease;
    transition: transform 6s ease, -webkit-transform 6s ease;
}

@media (min-width: 768px) {
    .mainSlider .slide .img--holder {
        height: auto;
    }
}

@media (max-width: 1024.98px) {
    .mainSlider .slide .img--holder {
        height: auto;
    }
}

@media (max-width: 767.98px) {
    .mainSlider .slide .img--holder {
        height: auto;
    }
}

.mainSlider .slide .img--holder img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.mainSlider .slide .slide-content {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.mainSlider .slide .slide-content .container .tt-text-01 {
    color: #ffffff;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0.07em;
}

.mainSlider .slide .slide-content .container .tt-text-02 {
    color: #ffffff;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

.mainSlider .slide .slide-content .container .tt-text-03 {
    color: #ffffff;
    max-width: 500px;
}

.mainSlider .slide .slide-content .container:not(.text-center):not(.text-right) .tt-row-btn {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.mainSlider .slide .slide-content .container.text-center .tt-text-03 {
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1025px) {
    .mainSlider .slide .slide-content .tt-text-01 {
        font-size: 20px;
        line-height: 26px;
    }
    .mainSlider .slide .slide-content .tt-text-02 {
        font-size: 58px;
        line-height: 64px;
        margin-top: 22px;
    }
    .mainSlider .slide .slide-content .tt-text-03 {
        font-size: 22px;
        line-height: 27px;
        margin-top: 24px;
    }
}

@media (max-width: 1024.98px) {
    .mainSlider .slide .slide-content .tt-text-01 {
        font-size: 20px;
        line-height: 24px;
    }
    .mainSlider .slide .slide-content .tt-text-02 {
        font-size: 38px;
        line-height: 44px;
        margin-top: 15px;
    }
    .mainSlider .slide .slide-content .tt-text-03 {
        font-size: 15px;
        line-height: 24px;
        margin-top: 15px;
    }
}

@media (max-width: 767.98px) {
    .mainSlider .slide .slide-content .tt-text-01 {
        font-size: 12px;
        line-height: 20px;
    }
    .mainSlider .slide .slide-content .tt-text-02 {
        font-size: 28px;
        line-height: 38px;
        margin-top: 15px;
    }
    .mainSlider .slide .slide-content .tt-text-03 {
        font-size: 13px;
        line-height: 20px;
        margin-top: 15px;
    }
}

.mainSlider .slick-dots {
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
    position: absolute;
    bottom: 90px;
    z-index: 2;
}

.mainSlider .slick-dots li {
    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: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 0 12px;
    height: 20px;
}

.mainSlider .slick-dots li>* {
    width: 8px;
    max-width: 8px;
    height: 8px;
    display: block;
    background-color: #ffffff;
    border-radius: 50%;
    font-size: 0;
    line-height: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: none;
    padding: 0;
    -webkit-transition: background-color .2s, height .2s, border-radius .2s;
    transition: background-color .2s, height .2s, border-radius .2s;
}

.mainSlider .slick-dots li:not(.slick-active) {
    cursor: pointer;
}

.mainSlider .slick-dots li:not(.slick-active)>* {
    cursor: pointer;
}

.mainSlider .slick-dots li.slick-active>*,
.mainSlider .slick-dots li:hover>* {
    background-color: #8fa77a;
}

.mainSlider .slick-dots li.slick-active>* {
    height: 20px;
    border-radius: 4px;
}

@media (max-width: 1024.98px) {
    .mainSlider .slick-dots {
        display: none !important;
    }
}

.fadeInLeftSm {
    -webkit-animation-name: fadeInLeftSm;
    animation-name: fadeInLeftSm;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

.fadeInRightSm {
    -webkit-animation-name: fadeInRightSm;
    animation-name: fadeInRightSm;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

.fadeInUpSm {
    -webkit-animation-name: fadeInUpSm;
    animation-name: fadeInUpSm;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

.animated.fadeInLeftSm,
.animated.fadeInRightSm,
.animated.fadeInUpSm {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

@-webkit-keyframes fadeInUpSm {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpSm {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeInLeftSm {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-20%, 0, 0);
        transform: translate3d(-20%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeftSm {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-20%, 0, 0);
        transform: translate3d(-20%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeInRightSm {
    from {
        opacity: 0;
        -webkit-transform: translate3d(20%, 0, 0);
        transform: translate3d(20%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRightSm {
    from {
        opacity: 0;
        -webkit-transform: translate3d(20%, 0, 0);
        transform: translate3d(20%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

body.is-loaded .loading-content {
    opacity: 0;
    visibility: hidden;
}

.loading-content {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 3;
    background-color: #ffffff;
    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;
    opacity: 1;
    pointer-events: none;
    visibility: visible;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.loading-content.disable {
    opacity: 0;
}

.loading-content img {
    margin-top: -100px;
}

@media (max-width: 1024.98px) {
    .loading-content img {
        max-width: 45px;
        height: auto;
        margin-top: -30px;
    }
}

@media (max-width: 790px) {
    .loading-content img {
        max-width: 35px;
        height: auto;
    }
}


/* .load-mainslider .mainSlider .slide.slick-current .img--holder {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
} */

#js-mainSlider:not(.slick-initialized) .slide:not(:first-child) {
    display: none;
}

.added-info {
    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;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #ffffff;
    overflow: hidden;
    -webkit-box-shadow: 0 15px 40px rgba(157, 174, 185, 0.15);
    box-shadow: 0 15px 40px rgba(157, 174, 185, 0.15);
}

.added-info__item {
    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: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 26px 23px 31px;
    -webkit-box-shadow: -15px -10px 14px rgba(157, 174, 185, 0.05);
    box-shadow: -15px -10px 14px rgba(157, 174, 185, 0.05);
}

.added-info__item .added-info__icon {
    font-size: 40px;
    color: #8fa77a;
}

.added-info__item .added-info__icon>* {
    position: relative;
    top: 4px;
}

.added-info__item .added-info__icon+.added-info__description {
    margin-left: 20px;
}

.added-info__item .added-info__icon .icon-684847 {
    font-size: 36px;
}

.added-info__item .added-info__icon .icon-45765 {
    font-size: 43px;
}

.added-info__item .added-info__description {
    color: #7b7b7b;
}

.added-info__item .added-info__title {
    font-family: "Poppins", sans-serif;
    color: #323232;
    font-size: 20px;
    line-height: 30px;
    margin: 0;
    padding: 0;
}

.added-info__item .added-info__title+p {
    margin-top: 0;
}

.added-info__item .added-info__title span {
    display: inline-block;
    position: relative;
}

.added-info__item .added-info__title span:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 2px;
    width: 0%;
    height: 2px;
    margin: auto;
    left: 0;
    right: 0;
    background-color: #323232;
    -webkit-transition: width .2s linear;
    transition: width .2s linear;
}

.added-info__item:hover .added-info__title {
    color: #8fa77a;
}

.added-info__item:hover .added-info__title span:before {
    width: 100%;
    background-color: #8fa77a;
}

@media (max-width: 1024.98px) {
    .added-info__item {
        padding: 16px 23px 17px 18px;
    }
    .added-info__item .added-info__icon {
        font-size: 29px;
    }
    .added-info__item .added-info__icon+.added-info__description {
        margin-left: 20px;
    }
    .added-info__item .added-info__icon .icon-684847 {
        font-size: 25px;
    }
    .added-info__item .added-info__icon .icon-45765 {
        font-size: 31px;
    }
    .added-info__item .added-info__title {
        font-size: 17px;
        line-height: 27px;
    }
}

@media (max-width: 767.98px) {
    .added-info__item {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 16px 23px 16px 45px;
        -webkit-box-shadow: 0px 19px 40px rgba(157, 174, 185, 0.15);
        box-shadow: 0px 19px 40px rgba(157, 174, 185, 0.15);
    }
    .added-info__item .added-info__icon {
        font-size: 29px;
    }
    .added-info__item .added-info__icon .icon-684847 {
        font-size: 26px;
    }
    .added-info__item .added-info__icon .icon-45765 {
        font-size: 29px;
    }
    .added-info__item .added-info__icon+.added-info__description {
        margin-left: 12px;
    }
    .added-info__item .added-info__title {
        font-size: 16px;
        line-height: 25px;
    }
}

.round-layout01 {
    width: calc(715px + 28px);
    height: 715px;
    margin-right: -28px;
    background-repeat: no-repeat;
    position: relative;
}

.round-layout01 .round-layout01__img-motion {
    position: absolute;
    top: 157px;
}


/* .round-layout01 .round-layout01__img-motion img:first-child {
    -webkit-animation: 40s linear 0s normal none infinite running rot;
    animation: 40s linear 0s normal none infinite running rot;
    position: relative;
    z-index: 2;
} */

.video-container {
    position: absolute;
    top: 145px;
    left: -47px;
    z-index: 3;
}

.fifth-video {
    border-radius: 50%;
    width: 300px;
    height: 300px;
    object-fit: cover;
    border: 11px solid #f1f3f5;
}

#handshake {
    box-shadow: 10px 10px 10px;
    margin-top: 8px;
    border-radius: 10px;
}


/* .round-layout01 .round-layout01__img-motion .fifth-video {
    top: 31px;
    left: -59px;
    z-index: 0;
    position: relative;
    z-index: 2;
    width: 275px;
    height: 224px;
} */

.round-layout01 .round-layout01__wrapper {
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 528px;
    height: 528px;
    background-color: #ffffff;
    border: 35px solid #f1f3f5;
    border-radius: 50%;
    position: relative;
    top: 100px;
    left: 100px;
}

.round-layout01 .round-layout01_center {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.round-layout01 .round-layout01_center .tt-title {
    padding: 0;
    margin: 0;
    color: #323232;
    font-family: "Poppins", sans-serif;
    font-size: 28px;
    line-height: 38px;
    padding: 0 0 15px 0;
}

.round-layout01 .round-layout01_center .tt-title+* {
    margin-top: 0;
}

.round-layout01 .round-layout01_center:nth-child(1) {
    margin-top: 0;
    padding-bottom: 0;
}

.round-layout01 .round-layout01_item {
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    width: 208px;
    height: 208px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 10px solid #f1f3f5;
    position: absolute;
    font-size: 20px;
    line-height: 30px;
    color: #323232;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    -webkit-box-shadow: 7px 10px 20px rgba(141, 158, 168, 0.25);
    box-shadow: 7px 10px 20px rgba(141, 158, 168, 0.25);
}

.round-layout01 .round-layout01_item.item-absent {
    background-color: #f1f3f5;
    -webkit-box-shadow: none;
    box-shadow: none;
}


/* .round-layout01 .round-layout01_item.item-absent:before {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
} */


/* .round-layout01 .round-layout01_item.item-absent:after {
    content: '';
    width: calc(100% - 4px);
    height: 5px;
    display: block;
    position: absolute;
    top: calc(50% - 4px);
    left: 4px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-box-shadow: 0px 5px 10px rgba(141, 158, 168, 0.75);
    box-shadow: 0px 5px 10px rgba(141, 158, 168, 0.75);
} */

.round-layout01 .item-position-01 {
    top: -118px;
    right: 130px;
}

.round-layout01 .item-position-02 {
    top: 40px;
    right: -96px;
}

.round-layout01 .item-position-03 {
    bottom: -69px;
    right: -20px;
    background-position-x: -16px;
}

.round-layout01 .item-position-04 {
    bottom: -69px;
    left: -20px;
}

@media (max-width: 1229.98px) {
    .round-layout01 {
        margin-left: auto;
        margin-right: auto;
        width: 715px;
    }
}

@media (max-width: 1024.98px) {
    .round-layout01 {
        width: 632px;
        height: 630px;
        background-size: cover;
        background-position: center center;
    }
    .round-layout01 .round-layout01__img-motion {
        top: 147px;
        left: 10px;
    }
    .round-layout01 .round-layout01__img-motion img {
        width: 90%;
    }
    .round-layout01 .round-layout01__wrapper {
        width: 445px;
        height: 445px;
        border-width: 30px;
    }
    .round-layout01 .round-layout01_center .tt-title {
        font-size: 24px;
        line-height: 30px;
    }
    .round-layout01 .round-layout01_item {
        width: 176px;
        height: 176px;
        font-size: 17px;
        line-height: 27px;
    }
    .round-layout01 .item-position-01 {
        top: -95px;
        right: 107px;
    }
    .round-layout01 .item-position-02 {
        top: 36px;
        right: -84px;
    }
    .round-layout01 .item-position-03 {
        bottom: -63px;
        right: -20px;
    }
    .round-layout01 .item-position-04 {
        bottom: -63px;
        left: -20px;
    }
    .video-container {
        top: 150px;
        left: 7px;
    }
    .fifth-video {
        width: 220px;
        height: 220px;
    }
    .col-sm-9 {
        max-width: 85%;
        flex: unset;
        margin: auto;
    }
}

@media (max-width: 790px) {
    .round-layout01 {
        height: 610px;
    }
}

@media (max-width: 660px) {
    .round-layout01 {
        width: 100%;
        height: 457px;
        background-size: cover;
        background-position: center center;
    }
    .round-layout01 .round-layout01__img-motion {
        top: 147px;
        left: 50%;
        margin-left: -280px;
    }
    .round-layout01 .round-layout01__img-motion img {
        width: 67%;
    }
    .round-layout01 .round-layout01__wrapper {
        width: 331px;
        height: 331px;
        border-width: 22px;
        margin-left: auto;
        margin-right: auto;
        top: 63px;
        left: 0;
    }
    .round-layout01 .round-layout01_center .tt-title {
        font-size: 20px;
        line-height: 30px;
        padding-bottom: 10px;
    }
    .round-layout01 .round-layout01_center .tt-title br {
        display: none;
    }
    .round-layout01 .round-layout01_item {
        width: 130px;
        height: 130px;
        font-size: 16px;
        line-height: 24px;
        border-width: 6px;
        -webkit-box-shadow: 4px 5px 15px rgba(141, 158, 168, 0.25);
        box-shadow: 4px 5px 15px rgba(141, 158, 168, 0.25);
    }
    .round-layout01 .round-layout01_item.item-absent {
        background-color: #f1f3f5;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .round-layout01 .round-layout01_item.item-absent:before {
        border-width: 3px;
    }
    .round-layout01 .round-layout01_item.item-absent:after {
        width: calc(100% - 2px);
        height: 3px;
        display: block;
        position: absolute;
        top: calc(50% - 1px);
        left: 2px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-box-shadow: 0px 5px 10px rgba(141, 158, 168, 0.75);
        box-shadow: 0px 5px 10px rgba(141, 158, 168, 0.75);
    }
    .round-layout01 .item-position-01 {
        top: -55px;
        right: 152px;
        background-size: contain;
    }
    .round-layout01 .item-position-02 {
        top: -55px;
        right: 2px;
    }
    .round-layout01 .item-position-03 {
        bottom: -52px;
        right: 1px;
        background-size: contain;
        background-position: bottom;
    }
    .round-layout01 .item-position-04 {
        bottom: -52px;
        left: 5px;
        background-size: contain;
    }

    .video-container {
        display: none;
    }

}

@media (max-width: 380px) {
    .round-layout01 .round-layout01__wrapper {
        width: 320px;
        height: 320px;
    }
}

@media (max-width: 350px) {
    .round-layout01 .round-layout01__wrapper {
        left: -8.5%;
    }
}

@keyframes rot {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rot {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media (min-width: 1230px) {
    .tt-custom-width {
        max-width: 370px;
    }
}

@media (min-width: 1230px) {
    .round-layout01__align {
        margin-top: -34px;
    }
}

.round-layout02 {
    width: 714px;
    height: 714px;
    background-repeat: no-repeat;
    position: relative;
}

.round-layout02 .round-layout02__wrapper {
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 534px;
    height: 534px;
    background-color: #ffffff;
    border-radius: 50%;
    position: relative;
    top: 86px;
    left: 100px;
}

.round-layout02 .round-layout02_center {
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-bottom: 18px;
}

.round-layout02 .round-layout02_center .tt-title {
    padding: 0;
    margin: 0;
    color: #323232;
    font-family: "Poppins", sans-serif;
    font-size: 28px;
    line-height: 38px;
    padding: 0 0 15px 0;
}

.round-layout02 .round-layout02_center .tt-title+* {
    margin-top: 0;
}

.round-layout02 .round-layout02_center:nth-child(1) {
    margin-top: 0;
    padding-bottom: 0;
}

.round-layout02 .round-layout02_item {
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    width: 208px;
    height: 208px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 10px solid #f1f3f5;
    position: absolute;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-box-shadow: 7px 10px 20px rgba(141, 158, 168, 0.25);
    box-shadow: 7px 10px 20px rgba(141, 158, 168, 0.25);
}

.round-layout02 .round-layout02_item .tt-icon {
    font-size: 51px;
    color: #8fa77a;
    margin-top: 4px;
}

.round-layout02 .round-layout02_item .tt-title {
    font-size: 16px;
    line-height: 24px;
    color: #323232;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin-top: 14px;
    width: 100%;
}

.round-layout02 .round-layout02_item.item-select {
    background-color: #f1f3f5;
    border: 10px solid #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.round-layout02 .round-layout02_item.item-absent {
    background-color: #ffffff !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.round-layout02 .round-layout02_item.item-absent:before {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}


/* .round-layout02 .round-layout02_item.item-absent:after {
    content: '';
    width: calc(100% - 4px);
    height: 5px;
    display: block;
    position: absolute;
    top: calc(50% - 4px);
    left: 4px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-box-shadow: 0px 5px 10px rgba(141, 158, 168, 0.75);
    box-shadow: 0px 5px 10px rgba(141, 158, 168, 0.75);
} */

.round-layout02 .item-position-01 {
    top: -85px;
    left: 165px;
}

.round-layout02 .item-position-02 {
    top: 35px;
    right: -66px;
}

.round-layout02 .item-position-03 {
    top: 287px;
    right: -67px;
}

.round-layout02 .item-position-04 {
    bottom: -75px;
    left: 170px;
}

.round-layout02 .item-position-05 {
    top: 287px;
    left: -57px;
}

.round-layout02 .item-position-06 {
    top: 35px;
    left: -57px;
}

@media (max-width: 1229.98px) {
    .round-layout02 {
        margin-left: auto;
        margin-right: auto;
        width: 715px;
    }
}

@media (max-width: 1024.98px) {
    .round-layout02 {
        width: 632px;
        height: 632px;
        background-size: cover;
        background-position: center center;
    }
    .round-layout02 .round-layout02__wrapper {
        width: 445px;
        height: 445px;
        border-width: 30px;
    }
    .round-layout02 .round-layout02_center .tt-title {
        font-size: 22px;
        line-height: 28px;
    }
    .round-layout02 .round-layout02_item {
        width: 176px;
        height: 176px;
    }
    .round-layout02 .round-layout02_item .tt-icon {
        font-size: 35px;
        margin-top: -7px;
    }
    .round-layout02 .round-layout02_item .tt-title {
        font-size: 16px;
        line-height: 22px;
        margin-top: 7px;
        padding-bottom: 10px;
    }
    .round-layout02 .item-position-01 {
        top: -85px;
        left: 145px;
    }
    .round-layout02 .item-position-02 {
        top: 15px;
        right: -67px;
    }
    .round-layout02 .item-position-03 {
        top: 237px;
        right: -67px;
    }
    .round-layout02 .item-position-04 {
        bottom: -75px;
        left: 150px;
    }
    .round-layout02 .item-position-05 {
        top: 237px;
        left: -67px;
    }
    .round-layout02 .item-position-06 {
        top: 15px;
        left: -67px;
    }
}

@media (max-width: 660px) {
    .round-layout02 {
        width: 320px;
        height: 506px;
        background-size: cover;
        background-position: center center;
    }
    .round-layout02 .round-layout02__wrapper {
        width: 282px;
        height: 282px;
        border-width: 22px;
        margin-left: auto;
        margin-right: auto;
        top: 81px;
        left: 0;
    }
    .round-layout02 .round-layout02_center {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 10px;
        max-width: 225px;
    }
    .round-layout02 .round-layout02_center .tt-title {
        font-size: 20px;
        line-height: 30px;
        padding-bottom: 3px;
    }
    .round-layout02 .round-layout02_item {
        width: 128px;
        height: 128px;
        font-size: 16px;
        line-height: 24px;
        border-width: 6px;
        padding-left: 10px;
        padding-right: 10px;
        -webkit-box-shadow: 4px 5px 15px rgba(141, 158, 168, 0.25);
        box-shadow: 4px 5px 15px rgba(141, 158, 168, 0.25);
        border-width: 7px;
    }
    .round-layout02 .round-layout02_item.item-select {
        border-width: 7px;
    }
    .round-layout02 .round-layout02_item.item-absent {
        background-color: #f1f3f5;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .round-layout02 .round-layout02_item.item-absent:before {
        border-width: 4px;
    }
    .round-layout02 .round-layout02_item.item-absent:after {
        width: calc(100% - 2px);
        height: 3px;
        display: block;
        position: absolute;
        top: calc(50% - 1px);
        left: 2px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-box-shadow: 0px 5px 10px rgba(141, 158, 168, 0.75);
        box-shadow: 0px 5px 10px rgba(141, 158, 168, 0.75);
    }
    .round-layout02 .round-layout02_item .tt-icon {
        font-size: 28px;
        margin-top: 0px;
    }
    .round-layout02 .round-layout02_item .tt-title {
        font-size: 14px;
        line-height: 19px;
        margin-top: 3px;
        padding-bottom: 8px;
    }
    .round-layout02 .item-position-01 {
        top: -77px;
        left: 80px;
    }
    .round-layout02 .item-position-02 {
        top: -3px;
        right: -42px;
    }
    .round-layout02 .item-position-03 {
        top: 155px;
        right: -43px;
    }
    .round-layout02 .item-position-04 {
        bottom: -83px;
        left: 79px;
    }
    .round-layout02 .item-position-05 {
        top: 155px;
        left: -42px;
    }
    .round-layout02 .item-position-06 {
        top: -3px;
        left: -42px;
    }
}

@media (max-width: 575.98px) {
    .round-layout02 {
        height: 506px;
    }
}

@keyframes rot {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rot {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media (min-width: 1230px) {
    .tt-custom-width {
        max-width: 370px;
    }
}

.tabs-default .nav-tabs {
    margin: 0 -10px -11px;
    padding: 0;
    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;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.tabs-default .nav-tabs li {
    margin-left: 10px;
    margin-right: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.tabs-default .nav-tabs li a {
    background-color: #ffffff;
    -webkit-transition: .2s linear;
    transition: .2s linear;
    padding: 31px 53px;
    display: inline-block;
    -webkit-box-shadow: 0 19px 40px rgba(157, 174, 185, 0);
    box-shadow: 0 19px 40px rgba(157, 174, 185, 0);
}

.tabs-default .nav-tabs li a .tt-large {
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: #323232;
}

.tabs-default .nav-tabs li a .tt-small {
    color: #7b7b7b;
}

.tabs-default .nav-tabs li a span {
    display: block;
}

.tabs-default .nav-tabs li a:hover .tt-large {
    color: #8fa77a;
    display: block;
}

.tabs-default .nav-tabs li a:hover .tt-small {
    color: #7b7b7b;
    display: block;
}

.tabs-default .nav-tabs li a.active {
    background-color: #f1f3f5;
}

.tabs-default .nav-tabs li a.active .tt-large {
    color: #8fa77a;
}

.tabs-default .nav-tabs li a:not(.active) {
    -webkit-box-shadow: 0 19px 40px rgba(157, 174, 185, 0.15);
    box-shadow: 0 19px 40px rgba(157, 174, 185, 0.15);
}

.tabs-default .nav-tabs li:first-child {
    margin-left: 0;
}

.tabs-default .nav-tabs li:last-child {
    margin-right: 0;
}

.tabs-default .nav-tabs.nav-tabs__right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.tabs-default .nav-tabs.nav-tabs__center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tabs-default .tab-content {
    margin-top: -11px;
}

@media (max-width: 767.98px) {
    .tabs-default .tab-content {
        margin-top: -15px;
    }
}

.tabs-default .tab-content .tab-pane:not(.active) {
    display: none;
}

@media (max-width: 1024.98px) {
    .tabs-default .nav-tabs li {
        margin-left: 5px;
        margin-right: 5px;
    }
    .tabs-default .nav-tabs li a {
        padding: 29px 35px 26px;
    }
    .tabs-default .nav-tabs li a .tt-large {
        font-size: 17px;
    }
}

@media (max-width: 767.98px) {
    .tabs-default .nav-tabs {
        margin: 0 0 -15px 0;
    }
    .tabs-default .nav-tabs li {
        width: 100%;
        margin: 0;
    }
    .tabs-default .nav-tabs li a {
        display: block;
        text-align: center;
        width: 100%;
        padding: 24px 15px 23px;
    }
    .tabs-default .nav-tabs li a .tt-large {
        font-size: 16px;
    }
}

@media (max-width: 575.98px) {
    .tabs-default {
        margin-top: -7px;
    }
}

.tabs-default02 .nav-tabs {
    margin: 0 -10px -11px;
    padding: 0;
    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;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.tabs-default02 .nav-tabs li {
    margin-left: 10px;
    margin-right: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: calc(33.333% - 20px);
}

.tabs-default02 .nav-tabs li a {
    background-color: #ffffff;
    -webkit-transition: .2s linear;
    transition: .2s linear;
    padding: 39px 53px 37px 40px;
    display: block;
    -webkit-box-shadow: 0 19px 40px rgba(157, 174, 185, 0);
    box-shadow: 0 19px 40px rgba(157, 174, 185, 0);
}

.tabs-default02 .nav-tabs li a .tt-large {
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: #323232;
}

.tabs-default02 .nav-tabs li a .tt-small {
    color: #7b7b7b;
    margin-top: 10px;
}

.tabs-default02 .nav-tabs li a span {
    display: block;
}

.tabs-default02 .nav-tabs li a:hover .tt-large {
    color: #8fa77a;
    display: block;
}

.tabs-default02 .nav-tabs li a:hover .tt-small {
    color: #7b7b7b;
    display: block;
}

.tabs-default02 .nav-tabs li a.active {
    background-color: #f1f3f5;
}

.tabs-default02 .nav-tabs li a.active .tt-large {
    color: #8fa77a;
}

.tabs-default02 .nav-tabs li a:not(.active) {
    -webkit-box-shadow: 0 19px 40px rgba(157, 174, 185, 0.15);
    box-shadow: 0 19px 40px rgba(157, 174, 185, 0.15);
}

.tabs-default02 .nav-tabs.nav-tabs__right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.tabs-default02 .nav-tabs.nav-tabs__center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 1024.98px) {
    .tabs-default02 .nav-tabs {
        margin-top: 7px;
    }
}

.tabs-default02 .tab-content {
    margin-top: -11px;
}

@media (max-width: 767.98px) {
    .tabs-default02 .tab-content {
        margin-top: -15px;
    }
}

.tabs-default02 .tab-content .tab-pane:not(.active) {
    display: none;
}

@media (max-width: 1024.98px) {
    .tabs-default02 .nav-tabs li a {
        padding: 22px 30px 19px;
        min-height: 112px;
    }
    .tabs-default02 .nav-tabs li a .tt-large {
        font-size: 17px;
    }
    .tabs-default02 .nav-tabs li a .tt-small {
        margin-top: 6px;
    }
}

@media (max-width: 767.98px) {
    .tabs-default02 .nav-tabs {
        margin: 0 0 -15px 0;
    }
    .tabs-default02 .nav-tabs li {
        width: 100%;
        margin: 0;
    }
    .tabs-default02 .nav-tabs li a {
        display: block;
        text-align: center;
        width: 100%;
        padding: 24px 15px 23px;
        min-height: inherit;
        font-size: 16px;
    }
    .tabs-default02 .nav-tabs li a .tt-large {
        font-size: 16px;
    }
    .tabs-default02 .nav-tabs li a .tt-small {
        display: none !important;
    }
}

.tabs-default03 .nav-tabs {
    margin: 0 -10px -11px;
    padding: 0;
    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;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.tabs-default03 .nav-tabs li {
    margin-left: 10px;
    margin-right: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.tabs-default03 .nav-tabs li a {
    background-color: #ffffff;
    -webkit-transition: .2s linear;
    transition: .2s linear;
    padding: 26px 43px 31px;
    display: inline-block;
    -webkit-box-shadow: 0 19px 40px rgba(157, 174, 185, 0);
    box-shadow: 0 19px 40px rgba(157, 174, 185, 0);
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: #323232;
}

.tabs-default03 .nav-tabs li a span {
    display: block;
}

.tabs-default03 .nav-tabs li a:hover .tt-large {
    color: #8fa77a;
    display: block;
}

.tabs-default03 .nav-tabs li a:hover .tt-small {
    color: #8fa77a;
    display: block;
}

.tabs-default03 .nav-tabs li a.active {
    background-color: #f1f3f5;
}

.tabs-default03 .nav-tabs li a.active .tt-large {
    color: #8fa77a;
}

.tabs-default03 .nav-tabs li a:not(.active) {
    -webkit-box-shadow: 0 19px 40px rgba(157, 174, 185, 0.15);
    box-shadow: 0 19px 40px rgba(157, 174, 185, 0.15);
}

.tabs-default03 .nav-tabs li:first-child {
    margin-left: 0;
}

.tabs-default03 .nav-tabs li:last-child {
    margin-right: 0;
}

.tabs-default03 .nav-tabs.nav-tabs__right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.tabs-default03 .nav-tabs.nav-tabs__center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tabs-default03 .tab-content {
    margin-top: -11px;
}

@media (max-width: 767.98px) {
    .tabs-default03 .tab-content {
        margin-top: -15px;
    }
}

.tabs-default03 .tab-content .tab-pane:not(.active) {
    display: none;
}

@media (max-width: 1024.98px) {
    .tabs-default03 .nav-tabs li {
        margin-left: 5px;
        margin-right: 5px;
    }
    .tabs-default03 .nav-tabs li a {
        padding: 29px 35px 26px;
    }
    .tabs-default03 .nav-tabs li a .tt-large {
        font-size: 17px;
    }
}

@media (max-width: 767.98px) {
    .tabs-default03 .nav-tabs {
        margin: 0 0 -15px 0;
    }
    .tabs-default03 .nav-tabs li {
        width: 100%;
        margin: 0;
    }
    .tabs-default03 .nav-tabs li a {
        display: block;
        text-align: center;
        width: 100%;
        padding: 24px 15px 23px;
    }
    .tabs-default03 .nav-tabs li a .tt-large {
        font-size: 16px;
    }
}

@media (max-width: 575.98px) {
    .tabs-default03 {
        margin-top: -7px;
    }
}

.tab-layout01 {
    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: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #f1f3f5;
}

.tab-layout01 .tab-layout01__img {
    width: 56.5%;
    padding-right: 25px;
}

.tab-layout01 .tab-layout01__img img {
    margin-top: -81px;
    max-width: 100%;
    height: auto;
}

.tab-layout01 .tab-layout01__descriptions {
    width: 43.5%;
    padding: 87px 15px 87px 0;
    max-width: 472px;
}

.tab-layout01 .tab-layout01__title {
    font-size: 36px;
    line-height: 1;
    font-family: "Poppins", sans-serif;
    color: #323232;
    margin: 0;
    padding: 0 0 26px 0;
}

.tab-layout01 .tab-layout01__title+* {
    margin-top: 0;
}

.tab-layout01 .tt-icon-list {
    margin-top: 0px;
}

@media (max-width: 1229.98px) {
    .tab-layout01 .tab-layout01__img {
        width: 50%;
    }
    .tab-layout01 .tab-layout01__descriptions {
        width: 50%;
    }
}

@media (max-width: 1024.98px) {
    .tab-layout01 .tab-layout01__img {
        width: 45%;
    }
    .tab-layout01 .tab-layout01__img img {
        margin-top: -32px;
    }
    .tab-layout01 .tab-layout01__descriptions {
        padding: 52px 15px 60px 0;
        width: 55%;
        max-width: inherit;
    }
    .tab-layout01 .tab-layout01__title {
        font-size: 30px;
        line-height: 38px;
        padding: 0 0 16px 0;
    }
}

@media (max-width: 767.98px) {
    .tab-layout01 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 45px 0;
    }
    .tab-layout01 .tab-layout01__img {
        padding-right: 0;
        width: 100%;
        text-align: center;
    }
    .tab-layout01 .tab-layout01__img img {
        margin: 0;
    }
    .tab-layout01 .tab-layout01__descriptions {
        width: 100%;
        max-width: inherit;
        padding: 0px 15px;
        text-align: center;
    }
    .tab-layout01 .tab-layout01__title {
        font-size: 24px;
        line-height: 34px;
        padding: 0 0 16px 0;
        text-align: left;
    }
    .tab-layout01 p {
        text-align: left;
    }
    .tab-layout01.additional-01 .tab-layout01__img img {
        width: 100%;
        max-width: 359px;
    }
    .tab-layout01.additional-01 .tab-layout01__descriptions {
        padding-top: 30px;
    }
}

.tab-layout02 {
    padding: 60px 0;
    background-color: #f1f3f5;
    background-position: 89% 0%;
    background-repeat: no-repeat;
}

@media (max-width: 1229.98px) {
    .tab-layout02 {
        background-position: right bottom;
    }
}

@media (max-width: 1024.98px) {
    .tab-layout02 {
        background-size: 60%, 60%;
        padding: 53px 0 50px;
    }
    .title-block.title-block__indent01 {
        padding-top: 45px;
    }
}

@media (max-width: 790px) {
    .tab-layout02 {
        padding: 60px 0 59px;
    }
}

@media (max-width: 767.98px) {
    .tab-layout02 {
        background-size: 70%, 70%;
    }
}

.tab-layout03 {
    background-color: #f1f3f5;
    padding: 82px 0 76px;
}

@media (min-width: 633px) {
    .tab-layout03 .container {
        padding-left: 0;
        padding-right: 0;
    }
}

.tab-layout03.tt-typography .tt-title {
    padding-bottom: 9px;
}

.tab-layout03 .tt-rating {
    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: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 13px;
    padding-bottom: 8px;
}

.tab-layout03 .tt-rating>*.icon-start {
    color: #ffcc00;
}

.tab-layout03 .tt-rating>*:not(.icon-start) {
    color: #f1f3f5;
}

.tab-layout03 label {
    margin-bottom: 0;
    font-size: 16px;
}

@media (max-width: 1024px) {
    .tab-layout03 {
        padding: 64px 15px 59px;
    }
}

@media (max-width: 633px) {
    .tab-layout03 {
        padding: 64px 0px 59px;
    }
}

.video-block01 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: #f8f9fb;
    min-height: 522px;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    position: relative;
    text-align: left;
}

.video-block01 .tt-video-link {
    right: -51px;
    bottom: 117px;
}

.video-block01 .video-block01__description {
    padding: 60px 60px 18px 40px;
}

.video-block01 .video-block01__title {
    color: #323232;
    font-family: "Poppins", sans-serif;
    font-size: 36px;
    line-height: 46px;
    font-weight: 600;
    padding: 0 20px 12px 0;
    margin: 0;
}

.video-block01 .video-block01__title+* {
    margin-top: 0;
}

@media (min-width: 1025px) {
    .video-block01.video-block01__indent {
        margin-left: 30px;
        box-shadow: 10px 10px 10px;
        border-radius: 10px;
    }
}

@media (max-width: 1229.98px) {
    .video-block01.video-block01__indent {
        margin-top: 30px;
    }
}

@media (max-width: 1024.98px) {
    .video-block01 {
        min-height: 483px;
    }
    .video-block01 .video-block01__description {
        padding: 60px 43px 35px;
        margin-top: 250px;
    }
    .video-block01 .video-block01__title {
        font-size: 30px;
        line-height: 38px;
    }
    .video-block01 .tt-video-link {
        right: -19px;
        bottom: 184px;
    }
}

@media (max-width: 767.98px) {
    .video-block01 {
        min-height: 359px;
        max-width: 405px;
    }
    .video-block01 .video-block01__description {
        padding: 60px 43px 20px 23px;
        margin-top: 160px;
    }
    .video-block01 .video-block01__title {
        font-size: 24px;
        line-height: 30px;
    }
    .video-block01 .tt-video-link {
        right: 0px;
        bottom: 165px;
    }
}

.tt-video-link {
    width: 108px;
    height: 108px;
    background-color: #8fa77a;
    border: 7px solid #ffffff;
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 21px rgba(157, 174, 185, 0.3);
    box-shadow: 0 5px 21px rgba(157, 174, 185, 0.3);
    position: absolute;
    z-index: 3;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.tt-video-link:before {
    content: '\e91e';
    font-family: "safeyard-icons";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 18px;
    line-height: 1;
    -webkit-transition: all .2s;
    transition: all .2s;
}

@media (min-width: 1025px) {
    .tt-video-link:before {
        margin-left: 3px;
    }
}

.tt-video-link::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #8fa77a;
    opacity: .5;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .3s;
    transition: all .3s;
    pointer-events: none;
}

.tt-video-link:not(:hover)::after {
    -webkit-animation: pulse 1.3s infinite linear;
    animation: pulse 1.3s infinite linear;
}

.tt-video-link:hover {
    background-color: #ffffff;
    border-color: #8fa77a;
}

.tt-video-link:hover:before {
    color: #8fa77a;
}

.tt-video-link:hover::after {
    display: none;
}

@media (max-width: 1024.98px) {
    .tt-video-link {
        width: 87px;
        height: 87px;
    }
    .tt-video-link:before {
        font-size: 13px;
    }
}

@media (max-width: 767.98px) {
    .tt-video-link {
        width: 82px;
        height: 82px;
    }
    .tt-video-link:before {
        font-size: 13px;
    }
}

@-webkit-keyframes pulse {
    from {
        width: 100%;
        height: 100%;
        opacity: .8;
    }
    50% {
        width: 140%;
        height: 140%;
        opacity: 0;
    }
    to {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
}

@keyframes pulse {
    from {
        width: 100%;
        height: 100%;
        opacity: .8;
    }
    50% {
        width: 140%;
        height: 140%;
        opacity: 0;
    }
    to {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
}

.box-info {
    background-color: #ffffff;
    padding: 30px 30px 30px 30px;
}

.box-info .box-info__img {
    color: #8fa77a;
    font-size: 40px;
}

.box-info .box-info__title {
    font-size: 20px;
    line-height: 30px;
    color: #323232;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin: 10px 0 0 0;
    padding: 0 0 7px 0;
}

.box-info .box-info__title+* {
    margin-top: 0;
}

@media (max-width: 1024.98px) {
    .box-info {
        font-size: 15px;
        line-height: 24px;
    }
    .box-info br {
        display: none;
    }
    .box-info .box-info__img {
        font-size: 35px;
    }
    .box-info .box-info__title {
        font-size: 17px;
        line-height: 27px;
    }
}

@media (max-width: 767.98px) {
    .box-info {
        max-width: 490px;
        margin-left: auto;
        margin-right: auto;
    }
}

.box-info-wrapper {
    margin-top: -30px;
}

.box-info-wrapper .box-info {
    margin-top: 30px;
    border-radius: 10px;
    min-height: 270px;
}

.book-online-intro {
    border-radius: 10px;
    box-shadow: 10px 10px 10px;
    margin-top: 16%;
}

.load-gif-container {
    width: 100%;
    height: 100%;
    background-color: #7b7b7b;
    opacity: 0.7;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
    z-index: 30;
}
.load-gif-container > img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
    text-align: center;
}

#billing-state {
    min-width: 82px;
}

.card-form__col.billing-postcode {
    max-width: 100px;
}

@media (max-width: 579px) {
    .card-form__col.billing-postcode {
        max-width: unset;
    }
}

.card-form__col.billing-info {
    margin-right: 5px;
}

#season-order-conf-message,
#single-order-conf-message,
#prepaid-order-conf-message {
    text-align: center;
    margin-top: 15px;
    margin-bottom: -10px;
    font-size: 14px;
}

#order-subtotal,
#order-total,
#order-sales-tax {
    text-align: end;
    margin-top: 5px;
    font-size: 16px;
}

#order-total-bar {
    width: 135px;
    margin-right: 0;
}

#single-spray-by-date {
    padding: 5px 12px;
    border: none;
    border-radius: 5px;
    text-align: center;
}

#spray-by-container {
    margin: 25px 15% 0;
    text-align: center;
    font-size: 14px;
    display: flex;
    justify-content: center;
    flex-direction: column-reverse;
}

.treat-by-label {
    margin: auto;
}

#spray-by-date-container {
    display: flex;
    border: 1px solid #8fa77a;
    border-radius: 5px;
    justify-content: center;
    width: auto;
    margin: auto;
    box-shadow: 0 9px 10.5px 0 rgb(143 167 122 / 31%);
}

#spray-by-date-icon {
    top: 10px;
    position: relative;
    color: #8fa77a;
    padding-right: 10px;
}

#final-order-conf {
    max-width: 800px;
}

/*CSS for Credit Card Form*/

#cc-info > .wrapper {
    min-height: 100vh;
    display: flex;
}
@media screen and (max-width: 700px), (max-height: 500px) {
    .wrapper {
        flex-wrap: wrap;
        flex-direction: column;
   }
}
.card-form {
    max-width: 570px;
    margin: auto;
    width: 100%;
}
@media screen and (max-width: 576px) {
    .card-form {
        margin: 0 auto;
   }
}
.card-form__inner {
    background: #fff;
    box-shadow: 0 30px 60px 0 rgba(90, 116, 148, 0.4);
    border-radius: 10px;
    padding: 35px;
    padding-top: 180px;
}
@media screen and (max-width: 480px) {
    .card-form__inner {
        padding: 25px;
        padding-top: 165px;
   }
}
@media screen and (max-width: 360px) {
    .card-form__inner {
        padding: 15px;
        padding-top: 165px;
   }
}
.card-form__row {
    display: flex;
    align-items: flex-start;
}
@media screen and (max-width: 480px) {
    .card-form__row {
        flex-wrap: wrap;
   }
}
.card-form__col {
    flex: auto;
    margin-right: 15px;
}
.card-form__col:last-child {
    margin-right: 0;
}
@media screen and (max-width: 480px) {
    .card-form__col {
        margin-right: 0;
        flex: unset;
        width: 100%;
        margin-bottom: 20px;
   }
    .card-form__col:last-child {
        margin-bottom: 0;
   }
}
.card-form__col.-cvv {
    max-width: 150px;
}
@media screen and (max-width: 480px) {
    .card-form__col.-cvv {
        max-width: initial;
   }
}
.card-form__group {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.card-form__group .card-input__input {
    flex: 1;
    margin-right: 5px;
}
.card-form__group .card-input__input:last-child {
    margin-right: 0;
}
.card-form__button {
    font-family: "Poppins", sans-serif;
    width: 100%;
    height: 55px;
    background: #8fa77a;
    border: none;
    border-radius: 4px;
    font-size: 17px;
    font-weight: 400;
    box-shadow: 3px 10px 20px 0px rgba(35, 100, 210, 0.3);
    color: #fff;
    margin-top: 20px;
    cursor: pointer;
}

/* .card-form > input[type=text] {
    font-family: "Poppins", sans-serif;
} */

.card-form__button:focus,
.card-form__button:hover {
    border: 1px solid #8fa77a;
    background-color: #ffffff;
    color: #8fa77a;
}
@media screen and (max-width: 480px) {
    .card-form__button {
        margin-top: 10px;
   }
}
.card-item {
    max-width: 430px;
    height: 270px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
    width: 100%;
}
@media screen and (max-width: 480px) {
    .card-item {
        max-width: 310px;
        height: 220px;
        width: 90%;
   }
}
@media screen and (max-width: 360px) {
    .card-item {
        height: 180px;
   }
}
.card-item.-active .card-item__side.-front {
    transform: perspective(1000px) rotateY(180deg) rotateX(0deg) rotateZ(0deg);
}
.card-item.-active .card-item__side.-back {
    transform: perspective(1000px) rotateY(0) rotateX(0deg) rotateZ(0deg);
}
.card-item__focus {
    position: absolute;
    z-index: 3;
    border-radius: 5px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.35s cubic-bezier(0.71, 0.03, 0.56, 0.85);
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.65);
}
.card-item__focus:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #08142f;
    height: 100%;
    border-radius: 5px;
    filter: blur(25px);
    opacity: 0.5;
}
.card-item__focus.-active {
    opacity: 1;
}
.card-item__side {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 20px 60px 0 rgba(14, 42, 90, 0.55);
    transform: perspective(2000px) rotateY(0deg) rotateX(0deg) rotate(0deg);
    transform-style: preserve-3d;
    transition: all 0.8s cubic-bezier(0.71, 0.03, 0.56, 0.85);
    backface-visibility: hidden;
    height: 100%;
}
.card-item__side.-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: perspective(2000px) rotateY(-180deg) rotateX(0deg) rotate(0deg);
    z-index: 2;
    padding: 0;
    height: 100%;
}
.card-item__side.-back .card-item__cover {
    transform: rotateY(-180deg);
}
.card-item__bg {
    max-width: 100%;
    display: block;
    max-height: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.card-item__cover {
    height: 100%;
    background-color: #1c1d27;
    position: absolute;
    height: 100%;
    background-color: #1c1d27;
    left: 0;
    top: 0;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
}
.card-item__cover:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(6, 2, 29, 0.45);
}
.card-item__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 40px;
    padding: 0 10px;
}
@media screen and (max-width: 480px) {
    .card-item__top {
        margin-bottom: 25px;
   }
}
@media screen and (max-width: 360px) {
    .card-item__top {
        margin-bottom: 15px;
   }
}
.card-item__chip {
    width: 60px;
}
@media screen and (max-width: 480px) {
    .card-item__chip {
        width: 50px;
   }
}
@media screen and (max-width: 360px) {
    .card-item__chip {
        width: 40px;
   }
}
.card-item__type {
    height: 45px;
    position: relative;
    display: flex;
    justify-content: flex-end;
    max-width: 100px;
    margin-left: auto;
    width: 100%;
}
@media screen and (max-width: 480px) {
    .card-item__type {
        height: 40px;
        max-width: 90px;
   }
}
@media screen and (max-width: 360px) {
    .card-item__type {
        height: 30px;
   }
}
.card-item__typeImg {
    max-width: 100%;
    object-fit: contain;
    max-height: 100%;
    object-position: top right;
}
.card-item__info {
    color: #fff;
    width: 100%;
    max-width: calc(100% - 85px);
    padding: 10px 15px;
    font-weight: 500;
    display: block;
    cursor: pointer;
}
@media screen and (max-width: 480px) {
    .card-item__info {
        padding: 10px;
   }
}
.card-item__holder {
    opacity: 0.7;
    font-size: 13px;
    margin-bottom: 6px;
}
@media screen and (max-width: 480px) {
    .card-item__holder {
        font-size: 12px;
        margin-bottom: 5px;
   }
}
.card-item__wrapper {
    font-family: "Poppins", sans-serif;
    padding: 25px 15px;
    position: relative;
    z-index: 4;
    height: 100%;
    text-shadow: 7px 6px 10px rgba(14, 42, 90, 0.8);
    user-select: none;
}
@media screen and (max-width: 480px) {
    .card-item__wrapper {
        padding: 20px 10px;
   }
}
.card-item__name {
    font-size: 18px;
    line-height: 1;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
}
@media screen and (max-width: 480px) {
    .card-item__name {
        font-size: 16px;
   }
}
.card-item__nameItem {
    display: inline-block;
    min-width: 8px;
    position: relative;
}
.card-item__number {
    font-family: 'Source Code Pro', monospace;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    font-size: 27px;
    margin-bottom: 35px;
    display: flex;
    justify-content: center;
    padding: 10px 15px;
    cursor: pointer;
}
@media screen and (max-width: 480px) {
    .card-item__number {
        font-size: 21px;
        margin-bottom: 15px;
        padding: 10px 10px;
   }
}
@media screen and (max-width: 360px) {
    .card-item__number {
        font-size: 19px;
        margin-bottom: 10px;
        padding: 10px 10px;
   }
}
.card-item__numberItem {
    width: 16px;
    display: inline-block;
}
.card-item__numberItem.-active {
    width: 25px;
}
@media screen and (max-width: 480px) {
    .card-item__numberItem {
        width: 13px;
   }
    .card-item__numberItem.-active {
        width: 16px;
   }
}
@media screen and (max-width: 360px) {
    .card-item__numberItem {
        width: 12px;
   }
    .card-item__numberItem.-active {
        width: 8px;
   }
}
.card-item__content {
    font-family: 'Source Code Pro', monospace;
    color: #fff;
    display: flex;
    align-items: flex-start;
}
.card-item__date {
    flex-wrap: wrap;
    font-size: 18px;
    margin-left: auto;
    padding: 6px 7px 6px 10px;
    display: inline-flex;
    width: 95px;
    white-space: nowrap;
    flex-shrink: 0;
    cursor: pointer;
}
@media screen and (max-width: 480px) {
    .card-item__date {
        font-size: 16px;
   }
}
.card-item__dateItem {
    position: relative;
}
.card-item__dateItem span {
    width: 23px;
    display: inline-block;
}
.card-item__dateTitle {
    opacity: 0.7;
    font-size: 13px;
    padding-bottom: 0;
    padding-top: 7px;
    width: 100%;
}
@media screen and (max-width: 480px) {
    .card-item__dateTitle {
        font-size: 12px;
        padding-bottom: 5px;
   }
}
.card-item__band {
    background: rgba(0, 0, 19, 0.8);
    width: 100%;
    height: 50px;
    margin-top: 30px;
    position: relative;
    z-index: 2;
}
@media screen and (max-width: 480px) {
    .card-item__band {
        margin-top: 20px;
   }
}
@media screen and (max-width: 360px) {
    .card-item__band {
        height: 40px;
        margin-top: 10px;
   }
}
.card-item__cvv {
    text-align: right;
    position: relative;
    z-index: 2;
    padding: 15px;
}
.card-item__cvv .card-item__type {
    opacity: 0.7;
}
@media screen and (max-width: 360px) {
    .card-item__cvv {
        padding: 10px 15px;
   }
}
.card-item__cvvTitle {
    padding-right: 10px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 5px;
}
.card-item__cvvBand {
    height: 45px;
    background: #fff;
    margin-bottom: 30px;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 10px;
    color: #1a3b5d;
    font-size: 18px;
    border-radius: 4px;
    box-shadow: 0px 10px 20px -7px rgba(32, 56, 117, 0.35);
}
@media screen and (max-width: 480px) {
    .card-item__cvvBand {
        height: 40px;
        margin-bottom: 20px;
   }
}
@media screen and (max-width: 360px) {
    .card-item__cvvBand {
        margin-bottom: 15px;
   }
}
.card-list {
    margin-bottom: -130px;
}
@media screen and (max-width: 480px) {
    .card-list {
        margin-bottom: -120px;
   }
}
@media screen and (max-width: 579px) {
    .card-form__row.billing-row {
        display: block;
    }
    .card-form__col.billing-info {
         margin-right: 0;
     }
     #billing-postcode {
         max-width: none;
     }
}
.card-input {
    margin-bottom: 20px;
}
.card-input__label {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 400;
    color: #323232;
    width: 100%;
    display: block;
    user-select: none;
}
.card-input__input {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    box-shadow: none;
    border: 1px solid #e3e6ea;
    transition: all 0.3s ease-in-out;
    font-size: 17px;
    padding: 5px 15px;
    background: none;
    color: #1a3b5d;
    font-family: "Poppins", sans-serif;
    outline: none;
}

.same-as-service-check {
    position: relative;
    margin-right: 10px;
    top: 7px;
    accent-color: olivedrab;
}

.card-input__label.same-as-service {
    text-align: end;
    display: flex;
}

.card-input__label.billing-location-label {
    width: auto;
}

.card-input__input:hover, .card-input__input:focus {
    border-color: #8fa77a;
}
.card-input__input:focus {
    box-shadow: 0px 10px 20px -13px rgba(32, 56, 117, 0.35);
}
.card-input__input.-select {
    font-family: "Poppins", sans-serif;
    -webkit-appearance: none;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAeCAYAAABuUU38AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAUxJREFUeNrM1sEJwkAQBdCsngXPHsQO9O5FS7AAMVYgdqAd2IGCDWgFnryLFQiCZ8EGnJUNimiyM/tnk4HNEAg/8y6ZmMRVqz9eUJvRaSbvutCZ347bXVJy/ZnvTmdJ862Me+hAbZCTs6GHpyUi1tTSvPnqTpoWZPUa7W7ncT3vK4h4zVejy8QzM3WhVUO8ykI6jOxoGA4ig3BLHcNFSCGqGAkig2yqgpEiMsjSfY9LxYQg7L6r0X6wS29YJiYQYecemY+wHrXD1+bklGhpAhBDeu/JfIVGxaAQ9sb8CI+CQSJ+QmJg0Ii/EE2MBiIXooHRQhRCkBhNhBcEhLkwf05ZCG8ICCOpk0MULmvDSY2M8UawIRExLIQIEgHDRoghihgRIgiigBEjgiFATBACAgFgghEwSAAGgoBCBBgYAg5hYKAIFYgHBo6w9RRgAFfy160QuV8NAAAAAElFTkSuQmCC');
    background-size: 12px;
    background-position: 90% center;
    background-repeat: no-repeat;
    padding-right: 20px;
    outline: none;
}
.slide-fade-up-enter-active {
    transition: all 0.25s ease-in-out;
    transition-delay: 0.1s;
    position: relative;
}
.slide-fade-up-leave-active {
    transition: all 0.25s ease-in-out;
    position: absolute;
}
.slide-fade-up-enter {
    opacity: 0;
    transform: translateY(15px);
    pointer-events: none;
}
.slide-fade-up-leave-to {
    opacity: 0;
    transform: translateY(-15px);
    pointer-events: none;
}
.slide-fade-right-enter-active {
    transition: all 0.25s ease-in-out;
    transition-delay: 0.1s;
    position: relative;
}
.slide-fade-right-leave-active {
    transition: all 0.25s ease-in-out;
    position: absolute;
}
.slide-fade-right-enter {
    opacity: 0;
    transform: translateX(10px) rotate(45deg);
    pointer-events: none;
}
.slide-fade-right-leave-to {
    opacity: 0;
    transform: translateX(-10px) rotate(45deg);
    pointer-events: none;
}

/*END of CSS for Credit Card Form*/

.section-parallax {
    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: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 615px;
    color: #ffffff;
}

.section-parallax .section-parallax__title {
    font-size: 36px;
    line-height: 46px;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin: 0;
    padding: 0 0 23px 0;
}

.section-parallax .section-parallax__title+p {
    margin-top: 0;
}

.section-parallax p {
    letter-spacing: 0.01em;
}

@media (max-width: 1024.98px) {
    .section-parallax {
        height: 356px;
    }
    .section-parallax .section-parallax__title {
        font-size: 30px;
        line-height: 38px;
        padding: 0 0 10px 0;
    }
}

@media (max-width: 767.98px) {
    .section-parallax {
        height: auto;
        padding: 74px 15px;
    }
    .section-parallax .section-parallax__title {
        font-size: 24px;
        line-height: 30px;
        padding: 0 0 10px 0;
    }
    .section-parallax br {
        display: none;
    }
}

@media (min-width: 1025px) {
    html:not(.mac) .section-parallax {
        background-attachment: fixed;
    }
}

.tt-box-wrapper {
    padding: 65px 60px 72px;
}

@media (max-width: 1024.98px) {
    .tt-box-wrapper {
        padding: 72px 15px 80px;
    }
}

@media (max-width: 790px) {
    .tt-box-wrapper {
        padding: 53px 15px 60px;
    }
}

.tt-box-indent {
    padding: 30px;
}

@media (max-width: 1024.98px) {
    .tt-box-indent {
        padding: 30px;
    }
}

@media (max-width: 767.98px) {
    .tt-box-indent {
        padding: 20px;
    }
}

.accordeon-01 {
    margin-top: 0px;
}

.accordeon-01 .tt-item {
    position: relative;
    padding: 0px 27px 11px 27px;
    background-color: #fdfefe;
    -webkit-box-shadow: 0 19px 40px rgba(157, 174, 185, 0.15);
    box-shadow: 0 19px 40px rgba(157, 174, 185, 0.15);
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
}

.accordeon-01 .tt-item .tt-item__content {
    display: none;
    padding-right: 50px;
    padding-bottom: 19px;
}

.accordeon-01 .tt-item.tt-item__open {
    background-color: #ffffff;
}

.accordeon-01 .tt-item.tt-item__open .tt-item__title:before {
    content: '-';
    right: -9px;
}

.accordeon-01 .tt-item.tt-item__open .tt-item__content {
    display: block;
}

.accordeon-01 .tt-item:not(.tt-item__open) {
    cursor: pointer;
}

.accordeon-01 .tt-item:not(:first-child) {
    margin-top: 10px;
}

.accordeon-01 .tt-item__title {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: #323232;
    -webkit-transition: color .2s;
    transition: color .2s;
    padding: 21px 20px 7px 0px;
    position: relative;
}

.accordeon-01 .tt-item__title:hover {
    color: #8fa77a;
}

.accordeon-01 .tt-item__title:before {
    content: '+';
    display: block;
    position: absolute;
    color: #8fa77a;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 27px;
    line-height: 1;
    top: 31px;
    right: -10px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 767.98px) {
    .accordeon-01 .tt-item {
        padding: 0px 20px 11px;
    }
    .accordeon-01 .tt-item .tt-item__content {
        padding-right: 15px;
    }
    .accordeon-01 .tt-item__title {
        font-size: 16px;
        line-height: 24px;
    }
}


.floating { 
    max-width: 70%;
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 30px;
    margin-top: 5px;
}
 
@keyframes floating {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(0, 15px); }
    100%   { transform: translate(0, -0px); }   
}

.imginfo {
    position: relative;
    width: calc(100%);
    right: -23px;
    bottom: -75px;
    position: relative;
}

.imginfo .imginfo__box {
    border-radius: 15px;
    opacity: 75%;
    background-color: #8fa77a;
    color: #ffffff;
    position: absolute;
    left: -125px;
    bottom: -140px;
    padding: 24px 24px 24px;
    -webkit-box-shadow: 30px 30px 30px rgba(0, 0, 0, 0.2);
    box-shadow: 30px 30px 30px rgba(0, 0, 0, 0.2);
    min-width: 348px;
    text-align: center;
}

.imginfo__box > p {
    font-family: "Poppins", sans-serif;
}

.imginfo .imginfo__title {
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0 0 10px 0;
}

.imginfo .imginfo__title+* {
    margin-top: 0;
}

.imginfo address {
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    margin-top: 11px;
    font-size: 19px;
    line-height: 30px;
}

.imginfo address a {
    color: #ffffff;
}

.imginfo address [class^=icon-] {
    font-size: 16px;
    margin-right: 6px;
}

@media (max-width: 1024.98px) {
    .book-online-intro {
        max-width: 420px;
        margin-top: 60px;
        margin-bottom: 70%;
    }
    .section-indent.intro-container {
        margin-top: 45px;
        padding-bottom: 45px;
    }
    #handshake {
        margin-bottom: 17px;
        max-width: 70%;
    }
    .imginfo {
        width: 150%;
        left: -195px;
        top: 285px;
    }
    .imginfo br {
        display: none;
    }
    .imginfo .imginfo__box {
        text-align: left;
        max-width: 272px;
        min-width: 272px;
        left: inherit;
        right: 0px;
        bottom: 0;
        margin-top: -39%;
        padding: 28px 7px 30px 30px;
        position: relative;
        float: right;
    }
    .imginfo .imginfo__title {
        font-size: 17px;
        line-height: 27px;
        padding-bottom: 6px;
    }
    .imginfo address {
        font-size: 17px;
        line-height: 27px;
    }
}

@media (max-width: 767.98px) {
    .imginfo {
        left: unset;
        top: unset;
        right: inherit;
        text-align: left;
        max-width: 420px;
        margin: 0 auto 80px;
        width: auto;
    }
    .book-online-intro {
        margin-top: -19%;
        margin-bottom: unset;
    }
    .imginfo .imginfo__box {
        margin-top: -34px;
        float: inherit;
        max-width: calc(100% - 30px);
        min-width: inherit;
        padding: 29px 27px 29px 28px;
    }
    .imginfo .imginfo__img img {
        max-width: inherit;
        width: 100%;
    }
    .imginfo .imginfo_title {
        font-size: 16px;
        line-height: 26px;
        padding-bottom: 6px;
    }
    .imginfo address {
        font-size: 16px;
        line-height: 26px;
    }
}

.info-list__top {
    margin-top: 15px;
}

.info-list {
    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;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: -30px;
}

.info-list.info-list__top {
    margin-top: 0px;
}

.info-list .info-list__item {
    margin-left: 28px;
    margin-top: 30px;
}

@media (max-width: 767.98px) {
    .info-list {
        margin-left: -20px;
    }
    .info-list .info-list__item {
        margin-left: 20px;
        margin-top: 21px;
    }
}

.info-list__item {
    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: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.info-list__item .info-list__icon {
    font-size: 40px;
    color: #8fa77a;
    margin-top: -8px;
}

.info-list__item .info-list__icon+.info-list__description {
    margin-left: 17px;
}

.info-list__item .info-list__value {
    color: #323232;
    font-size: 28px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

.info-list__item .info-list__title {
    color: #323232;
    font-size: 16px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    margin-top: 2px;
}

.info-list__item:not(:first-child) {
    border-left: 1px solid #f1f3f5;
    padding-left: 30px;
}

@media (max-width: 1024.98px) {
    .info-list__item .info-list__icon {
        font-size: 31px;
    }
    .info-list__item .info-list__icon+.info-list__description {
        margin-left: 12px;
    }
    .info-list__item .info-list__value {
        font-size: 24px;
    }
    .info-list__item .info-list__value+.info-list__description {
        margin-left: 7px;
    }
}

@media (max-width: 767.98px) {
    .info-list__item:not(:first-child) {
        padding-left: 20px;
    }
    .info-list__item .info-list__value {
        font-size: 20px;
    }
    .info-list__item .info-list__value+.info-list__description {
        margin-left: 7px;
    }
    .info-list__item .info-list__title {
        margin-top: 0;
    }
    .info-list__item .info-list__title {
        font-size: 14px;
    }
}

.tt-img-parallax {
    position: relative;
}

.tt-img-parallax img {
    width: 100%;
    max-width: inherit;
}

.tt-img-parallax .tt-img-left {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: calc(50% - 5px);
}

.tt-img-parallax .tt-img-right {
    top: 0;
    float: right;
    z-index: 2;
    display: inline-block;
    width: calc(50% - 5px);
    margin-left: 5px;
}

.tt-img-parallax .tt-img-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}

.tt-img-parallax .tt-text {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 72px;
    line-height: 72px;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

@media (max-width: 767.98px) {
    .tt-img-parallax {
        padding-left: 15px;
        padding-right: 15px;
    }
    .tt-img-parallax .tt-img-left {
        width: calc(50% - 2px);
    }
    .tt-img-parallax .tt-img-right {
        width: calc(50% - 2px);
        margin-left: 2px;
    }
}

.tt-video-link02 {
    width: 108px;
    height: 108px;
    border: 7px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 21px rgba(157, 174, 185, 0.3);
    box-shadow: 0 5px 21px rgba(157, 174, 185, 0.3);
    position: absolute;
    z-index: 3;
    -webkit-transition: all .2s;
    transition: all .2s;
    padding: 7px;
}

.tt-video-link02:after {
    content: '';
    background-color: #8fa77a;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: 1;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.tt-video-link02:before {
    content: '\e91e';
    font-family: "safeyard-icons";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 18px;
    line-height: 1;
    -webkit-transition: all .2s;
    transition: all .2s;
    z-index: 2;
}

.tt-video-link02:hover {
    background-color: #ffffff;
    border-color: #8fa77a;
}

.tt-video-link02:hover:before {
    color: #8fa77a;
}

.tt-video-link02:hover::after {
    display: none;
}

@media (max-width: 1024.98px) {
    .tt-video-link02 {
        width: 87px;
        height: 87px;
    }
    .tt-video-link02:before {
        font-size: 14px;
    }
}

@media (max-width: 1024.98px) {
    .tt-video-link02 {
        width: 82px;
        height: 82px;
    }
    .tt-video-link02:before {
        font-size: 14px;
    }
}

.blog-output-indent {
    margin-left: 13%;
    position: relative;
}

@media (max-width: 1500px) {
    .blog-output-indent {
        margin: 0 0 0 100px;
    }
}

/* @media (max-width: 1229.98px) {
    .blog-output-indent {
        margin: 0 0 0 0px;
    }
} */

@media (max-width: 767.98px) {
    .blog-output-indent {
        padding-left: 15px;
        padding-right: 15px;
    }
    .reviews-main {
        padding-left: 0 !important;
        margin: auto;
    }
    .reviews-inner-left {
        padding-right: 15px !important;
        padding-left: 15px;
    }
}

@media (min-width: 768px) {
    .no-gutters .blog-output-indent {
        padding-right: 15px;
    }
}

.blog-output {
    position: relative;
    padding: 35px 20px 0 0;
}

.blog-output .blog-output__marker {
    position: absolute;
    right: -110px;
    top: 4px;
    z-index: 1;
}

@media (max-width: 1500px) {
    .blog-output .blog-output__marker {
        right: 0;
        max-width: 130px;
    }
}

@media (min-width: 768px) {
    .blog-output {
        max-width: 471px;
    }
}

@media (max-width: 1229.98px) {
    .blog-output {
        padding: 10px 0 0 0;
    }
    .blog-output .blog-output__marker {
        right: 0;
        max-width: 93px;
    }
}

@media (max-width: 767.98px) {
    .blog-output {
        padding: 39px 0 0;
    }
    .blog-output .blog-output__marker {
        display: none;
    }
}

.blockquote02 {
    margin: 0;
    padding: 0;
}

.blockquote02 .blockquote02-sign {
    color: #a8a8a8;
    font-size: 14px;
    margin-top: 25px;
}

.blockquote02 .blockquote02-sign strong {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #323232;
    font-size: 16px;
    line-height: 28px;
}

@media (max-width: 1024.98px) {
    .blockquote02 .blockquote02-sign {
        margin-top: 20px;
    }
}

.slick-hidden-none .slick-list {
    overflow: inherit;
}


/*
	News Obj
*/

.news-obj {
    margin-left: auto;
    margin-right: auto;
    min-width: 30px;
}

.news-obj .tt-link {
    margin-top: 17px;
}

.news-obj__img {
    overflow: hidden;
}

.news-obj__img img {
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
    width: 100%;
}

.news-obj__img:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

.news-obj__description {
    margin: -80px 0 0 30px;
    padding: 31px 40px 0px 40px;
    background-color: #ffffff;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.news-obj__data {
    font-size: 14px;
    color: #8fa77a;
}

.news-obj__data [class^=icon-] {
    margin-right: 11px;
    font-size: 15px;
    position: relative;
    top: 1px;
}

.news-obj__title {
    font-size: 20px;
    line-height: 28px;
    color: #323232;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin: 13px 0 0 0;
    padding: 0 0 7px 0;
}

.news-obj__title a {
    color: #323232;
    -webkit-transition: color .2s;
    transition: color .2s;
}

.news-obj__title a:hover {
    color: #8fa77a;
}

.news-obj__title+* {
    margin-top: 0;
}

@media (max-width: 1024.98px) {
    .news-obj__description {
        margin: -72px 0 0 30px;
        padding: 25px 15px 0px 35px;
    }
    .news-obj__title {
        font-size: 17px;
        line-height: 27px;
        padding-bottom: 16px;
    }
    .news-obj .tt-link {
        margin-top: 12px;
    }
}

@media (max-width: 767.98px) {
    .news-obj__description {
        margin: -50px 0 0 20px;
        padding: 25px 5px 0px 25px;
        font-size: 15px;
        line-height: 24px;
    }
    .news-obj__title {
        font-size: 16px;
        line-height: 24px;
        padding-bottom: 8px;
    }
    .news-obj .tt-link {
        margin-top: 12px;
    }
}

.tt-logo-layout a {
    display: inline-block;
    padding: 0px 20px;
    opacity: 0.3;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
}

@media (max-width: 1024.98px) {
    .tt-logo-layout a {
        padding: 0px 10px;
    }
}

@media (max-width: 767.98px) {
    .tt-logo-layout a {
        padding: 0px 5px;
    }
}

.tt-logo-layout a:hover {
    opacity: 1;
}

.img-double {
    position: relative;
    text-align: center;
}

.img-double .img-double_subimg {
    left: -12%;
    bottom: 13%;
    width: 100%;
    position: absolute;
}

.img-double .img-double_subimg img {
    max-width: inherit;
    width: 54%;
    -webkit-box-shadow: 40px 40px 50px rgba(0, 0, 0, 0.2);
    box-shadow: 40px 40px 50px rgba(0, 0, 0, 0.2);
}


/* @media (min-width: 1460px) {
    .img-double__indent01 {
        margin-left: -60px;
    }
} */

@media (min-width: 1025px) {
    .img-double__indent01 {
        margin-right: 29px;
    }
}


/*
	Certifications
*/

.tt-certifications-wrapper {
    justify-content: center !important;
    align-items: center;
    margin: auto;
    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;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.tt-certifications-wrapper .tt-item {
    margin-top: 30px;
    margin-left: 30px;
    width: calc(50% - 30px);
    max-width: 246px;
}

.tt-certifications {
    display: inline-block;
    position: relative;
}

.tt-certifications:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid transparent;
    width: 100%;
    height: 100%;
    -webkit-transition: border-color .2s;
    transition: border-color .2s;
}

.tt-certifications:hover:before {
    border-color: #8fa77a;
}

.box01-wrapper {
    margin-top: -30px;
}

.box01-wrapper .box01 {
    margin-top: 30px;
    text-align: center;
}

.box01 .box01__img {
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.box01 .box01__img img {
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
}

.box01 .box01__img a {
    display: inline-block;
}

.box01 .box01__img a:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

.box01 .box01__img.box01__img-round {
    padding-bottom: 24px;
}

.box01 .box01__img.box01__img-round a {
    border-radius: 50%;
    -webkit-box-shadow: 7px 10px 20px rgba(141, 158, 168, 0.25);
    box-shadow: 7px 10px 20px rgba(141, 158, 168, 0.25);
    overflow: hidden;
}

.box01 .box01__img.box01__img-round+.box01__title {
    margin-top: 0;
}

.box01 .box01__title {
    font-size: 20px;
    line-height: 30px;
    font-family: "Poppins", sans-serif;
    color: #323232;
    font-weight: 600;
    padding: 0;
    margin: 24px 0 16px 0;
    position: relative;
    display: inline-block;
}

.box01 .box01__title a {
    color: #323232;
}
/* 
.box01 .box01__title a:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 1px;
    width: 0%;
    height: 2px;
    margin: auto;
    left: 0;
    right: 0;
    background-color: #323232;
    -webkit-transition: width .2s linear;
    transition: width .2s linear;
} */

.box01 .box01__title a:hover:before {
    width: 100%;
}

.box01 .box01__title+* {
    margin-top: 0;
}

@media (max-width: 1024.98px) {
    .box01 .box01__title {
        margin: 14px 0 6px 0;
        font-size: 18px;
        line-height: 28px;
    }
    .box01 .box01__title .box01__img.box01__img-round {
        padding-bottom: 14px;
    }
    .box01 .box01__title .box01__img.box01__img-round+.box01__title {
        margin-top: 0;
    }
}

@media (max-width: 1024.98px) {
    .box01 .box01__img.box01__img-round a {
        max-width: 165px;
    }
}

.box02-info {
    padding-top: 75px;
    background-color: #f6f6f6;
    background-position: 25% center;
    background-repeat: no-repeat;
}

@media (min-width: 1700px) {
    .box02-info {
        margin-bottom: 0px;
    }
}

@media (min-width: 1561px) {
    .box02-info .box02-info__img img {
        margin-bottom: -61px;
    }
}

.box02-info .info-list {
    margin-bottom: -6px;
}

@media (min-width: 1025px) {
    .box02-info .box02-info__img {
        padding-right: 40px;
        padding-top: 30px;
    }
    .box02-info .box02-info__img img {
        width: 100%;
    }
}

.creed-img-container {
    padding-top:3%;
    max-width: 43%;
}

.what-products-container {
    background-color: #f6f6f6;
}

.natural-product-img {
    max-width: 100%;
    border-radius: 10px;
    box-shadow: 10px 10px 10px;
}

.natural-product-img-container {
    text-align: center;
}

.creed-image {
    box-shadow: 10px 10px 10px;
    border-radius: 10px;
}

.js-init-parallax {
    border-radius: 10px;
    box-shadow: 10px 10px 10px;
}

.reviews-main {
    padding-left: 12%;
}

.reviews-inner-left {
    padding-right: 0;
}

.reviews-inner-right {
    padding-left: 0;
}

.review-circle {
    background-color: #2f2f2f;
    height: 69px;
    border-radius: 50px;
    display: flex;
}

.review-name {
    margin: auto;
    font-size: 35px;
    color: #ffffff;
}

.vfyps_mil:hover {
    border-color: #8fa77a;
    background-color: #ffffff;
    color: #8fa77a !important;
}

.vfyps_mil {
    color: #ffffff !important;
    margin-top: 10px;
}

.verify-pass-container {
    margin-top: 6px;
}

.text-sm {
    margin-top: 0;
    font-size: 13px;
}

.military-container {
    padding: 90px 0 50px 0;
}

.military-row-container {
    justify-content: center;
}

.military-img {
    border-radius: 10px;
    box-shadow: 10px 10px 10px;
}

.our-services-summary-img {
    box-shadow: 10px 10px 10px;
    border-radius: 10px;
    margin-top: 100px;
}

#pest-freedom {
    padding-right: 0;
    padding-top: 0;
    max-width: 400px;
    margin-top: -42px;
}

#pest-freedom-container {
    background-color: #f1f3f5;
    padding-bottom: 45px;
}

.box02-info .box02-info__description {
    padding: 0 25px 75px 27px;
    max-width: 610px;
}

@media (max-width: 1560px) {
    .box02-info {
        overflow: hidden;
        padding: 0 0 0 0;
        padding: 45px 0;
    }
    .box02-info .box02-info__description {
        padding-bottom: 0;
    }
}

@media (max-width: 1229.98px) {
    .box02-info .box02-info__img {
        padding-right: 30px;
    }
}

@media (max-width: 1024.98px) {
    .box02-info {
        background-position: 10% 0;
        background-size: 71%, 62%;
        padding: 45px 0 45px;
    }
    .box02-info .box02-info__img {
        padding-right: 15px;
    }
    .box02-info .box02-info__description {
        max-width: inherit;
        padding: 0 25px 0 22px;
    }
    .natural-product-img {
        max-width: 100%;
    }
    .what-products-container {
        padding: 45px 0;
    }
    .why-minimum {
        margin: 45px 0 !important;
    }
    .military-container {
        padding: 45px 0;

    }
}

@media (max-width: 790px) {
    .box02-info {
        padding: 45px 0;
    }
    .creed-img-container {
        max-width: 90%;
    }
    #pest-freedom-container {
        padding: 15px;
        padding-bottom: 0;
    }
    #pest-freedom {
        margin-top: 0;
    }
    .what-products-container {
        padding-top: 45px;
        background-color: #f6f6f6 !important;
    }
    .natural-product-img {
        max-width: 100%;
    }
    .why-minimum {
        padding-bottom: 30px;
    }
    .military-container {
        padding-top: 45px;
    }
}

@media (max-width: 767.98px) {
    .box02-info .box02-info__img {
        padding-right: 0px;
    }
    .box01-wrapper {
        justify-content: center;
    }
}

@media (max-width: 595px) {
    .our-services-subtitle-wrapper {
        background-position: -231px 0px !important;
    }
    .book-online-subtitle-wrapper {
        background-position: -593px 0px !important;
    }

}
@media (max-width: 890px) {
    .faq-subtitle-wrapper {
        background-position: -1027px -43px !important;
    }
}
@media (max-width: 950px) {
    .contact-subtitle-wrapper {
        background-position: -917px 0px !important;
    }
}

@media (max-width: 575.98px) {
    .box02-info {
        padding-top: 35px;
        background-image: none !important;
    }
    .box02-info .box02-info__img {
        padding: 0 30px;
    }
    .box02-info .box02-info__img img {
        width: 100%;
    }
    .box02-info .box02-info__description {
        max-width: inherit;
        padding: 29px 30px 0px;
    }
    .about-creed-section {
        margin: 0;
    }
    .why-minimum {
        padding-bottom: 0;
    }
}

.section-inner-round-layout02 .divider {
    height: 19px;
}

@media (min-width: 1025px) {
    .box-layout {
        margin-right: 30px;
    }
}

.box-layout .item-box:not(:first-child) {
    margin-top: 20px;
}

.box-layout .item-box .item-box__title {
    background: #8fa77a;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    padding: 24px 15px 22px 35px;
}

.box-layout .item-box .item-box__content {
    background: #ffffff;
    -webkit-box-shadow: 0 19px 40px rgba(157, 174, 185, 0.15);
    box-shadow: 0 19px 40px rgba(157, 174, 185, 0.15);
}

.box-layout .item-box .item-box__content:not(.no-inner) {
    padding: 34px 35px 35px 35px;
}

@media (max-width: 1024.98px) {
    .box-layout .item-box .item-box__content:not(.no-inner) {
        padding: 27px;
    }
}

.box-layout .item-box .item-box__content .tt-subtitle {
    padding-bottom: 17px;
}

@media (max-width: 1024.98px) {
    .box-layout .item-box .item-box__title {
        font-size: 18px;
        line-height: 28px;
        padding: 18px 15px 16px 27px;
    }
}

.tt-submenu {
    background-color: #f1f3f5;
}

.tt-submenu .tt-submenu__item {
    display: -webkit-box;
    display: -ms-flexbox;
    justify-content: center;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 76px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 19px 40px rgba(157, 174, 185, 0.15);
    box-shadow: 0 19px 40px rgba(157, 174, 185, 0.15);
}

.tt-submenu .tt-submenu__item:not(:first-child) {
    margin-top: 4px;
}

.tt-submenu .tt-submenu__item.active {
    background-color: #f1f3f5;
}

.tt-submenu .tt-submenu__item:hover .tt-submenu__text span:before {
    width: 100%;
}

.tt-submenu .tt-submenu__icon {
    font-size: 41px;
    line-height: 1;
    color: #8fa77a;
    padding-left: 38px;
    width: 100px;
    min-width: 100px;
}

.tt-submenu .tt-submenu__text {
    color: #323232;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
}

.tt-submenu .tt-submenu__text span {
    position: relative;
    display: inline-block;
}

.tt-submenu .tt-submenu__text span:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 1px;
    width: 0%;
    height: 2px;
    margin: auto;
    left: 0;
    right: 0;
    background-color: #323232;
    -webkit-transition: width .2s linear;
    transition: width .2s linear;
}

.tt-submenu .tt-submenu__item.active span:before {
    content: none !important;
    cursor: default;
}

.prepaid-tab-link.active,
.single-tab-link.active,
.season-tab-link.active {
    cursor: default;
}

@media (max-width: 1024.98px) {
    .tt-submenu .tt-submenu__item {
        min-height: 62px;
    }
    .tt-submenu .tt-submenu__icon {
        font-size: 30px;
        padding-left: 28px;
        width: 75px;
        min-width: 75px;
    }
    .tt-submenu .tt-submenu__text {
        font-size: 14px;
        line-height: 24px;
    }
}

.tt-listicon .item {
    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: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.tt-listicon .item:not(:first-child) {
    margin-top: 4px;
}

.tt-listicon .listicon__icon {
    font-size: 16px;
    color: #8fa77a;
    position: relative;
    top: 2px;
}

.tt-listicon .listicon__icon+.listicon__text {
    margin-left: 12px;
}

.tt-listicon .listicon__icon .icon-1124618 {
    font-size: 20px;
}

.tt-listicon a {
    color: #7b7b7b;
}

.tt-listicon a:hover {
    color: #8fa77a;
}


/*
	Table
*/

.tt-table-wrapper01 {
    padding: 39px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 19px 40px rgba(157, 174, 185, 0.15);
    box-shadow: 0 19px 40px rgba(157, 174, 185, 0.15);
}

@media (max-width: 1024.98px) {
    .tt-table-wrapper01 {
        padding: 30px;
    }
}

@media (max-width: 767.98px) {
    .tt-table-wrapper01 {
        padding: 15px;
    }
}

table {
    width: 100%;
}

.table-01 tr td:first-child,
.table-01 tr th:first-child {
    width: 65%;
    padding: 9px 25px;
}

.table-01 tr td:last-child,
.table-01 tr th:last-child {
    width: 35%;
    padding: 9px 25px;
}

.table-01 thead {
    background-color: #8fa77a;
    color: #ffffff;
}

.table-01 thead th {
    font-weight: bold;
}

.table-01 tbody tr:nth-child(odd) {
    background-color: #f4f5f7;
}

.table-01 tbody tr td {
    color: #323232;
}

.table-01 tbody tr td:first-child {
    font-weight: bold;
}

.table-01 tbody tr.levle-02 td:first-child {
    font-weight: 400;
    color: #7b7b7b;
    padding-left: 44px;
}

@media (max-width: 1024.98px) {
    .table-01 tr td:first-child,
    .table-01 tr th:first-child {
        width: 60%;
        padding: 8px 10px;
    }
    .table-01 tr td:last-child,
    .table-01 tr th:last-child {
        width: 40%;
        padding: 8px 10px;
    }
    .table-01 tbody tr.levle-02 td:first-child {
        padding-left: 25px;
    }
}

@media (max-width: 767.98px) {
    .table-01 tr td:first-child,
    .table-01 tr th:first-child {
        padding: 6px 10px;
    }
    .table-01 tr td:last-child,
    .table-01 tr th:last-child {
        padding: 6px 10px;
    }
}

.cedar-booking {
    max-width: 85% !important;
    margin: 0 !important;
}

.cedar-prompts-container {
    display: flex;
    flex-direction: row;
}

.cedar {
    max-width: 15%;
    position: absolute;
    margin-top: 3%;
}

.cedar-prompts {
    margin-left: 16%;
}

/* .cedar-prompts {
    margin-left: 15%;
    background: #2f2f2f;
    color: #fff;
    padding: 0.5em 1em;
    position: relative;
    border-radius: 0 0.25em 0.25em 0.25em;
    box-shadow: 7px 30px 40px black;
    transition: 0.5s;
    animation: speech .7s linear 1;
} */

/* .cedar-prompts::after {
    content: '';
    position: absolute;
    border: 0.5em solid transparent;
    border-top-color: #2f2f2f;
    border-radius: #2f2f2f;
    right: 100%;
    top: 0%;
    transform: skewY(20deg);
    transform-origin: 100% 100%;
}

@keyframes speech {
    0% { top: -20px; }
    25% { top: 5px; box-shadow: 7px 40px 40px black; }
    50% { top: 20px; }
    75% { top: -20px; box-shadow: 7px 0px 50px black; }
    100% { top: 0; }
} */

.cedar-prompt-p {
    margin: 0;
    transform: translatey(0px);
    animation: float 5s ease-in-out infinite;
    mix-blend-mode: multiply;
    text-align: center;
    color: white;
    background-color: #2f2f2f;
    padding: 1% 2%;
    border-radius: 11px;
    position: relative;
    box-shadow: 7px 20px 40px black;
}

.cedar-prompt-p:after {
    transform: translatey(0px);
    animation: float2 5s ease-in-out infinite;
    content: ".";
    color: #2f2f2f;
    text-align: left;
    font-size: 55px;
    width: 55px;
    height: 11px;
    line-height: 15px;
    border-radius: 11px;
    background-color: #2f2f2f;
    position: absolute;
    display: block;
    bottom: -20px;
    left: 0;
    box-shadow: 7px 20px 40px black;
    z-index: -2;
}

/* @keyframes float {
    0% {
      transform: translatey(0px);
    }
    50% {
      transform: translatey(-20px);
    }
    100% {
      transform: translatey(0px);
    }
  }
  
  @keyframes float2 {
    0% {
      line-height: 30px;
      transform: translatey(0px);
    }
    55% {
      transform: translatey(-20px);
    }
    60% {
      line-height: 10px;
    }
    100% {
      line-height: 30px;
      transform: translatey(0px);
    }
  } */

.booking-section {
    padding: 35px 2%;
}

@media (max-width: 1229px) {
    .cycle-container {
        padding: 50px 0 25px;
    }
}
@media (max-width: 767px) {
    #handshake {
        max-width: 100%;
    }
}

@media (max-width: 1245px) {
    #cust-info {
        width: 100%;
    }
}

@media (max-width: 742px) {
    #cust-info .form-label {
        flex-basis: 100%;
    }
    #first-name {
        width: unset !important;
    }
    #last-name {
        width: unset !important;
    }
    #phone {
        width: unset !important;
    }
    #booking-email {
        width: unset !important;
    }
    #service-location {
        width: unset !important;
    }
    #locality {
        width: unset !important;
    }
    #state {
        width: unset !important;
    }
    #postcode {
        width: unset !important;
    }
    #coupon-code {
        width: unset !important;
    }
}

.booking-form {
    margin: auto;
    width: 1200px;
    color: #323232;
    min-width: 0;
}

#show-credit-card-form,
#add-customer {
    font-size: 17px;
}

.booking-main-container {
    margin: auto;
    max-width: 1200px;
}

.inner-form-section {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 35px;
}

#cust-info-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    padding: 35px 4%;
    border-radius: 20px;
    border: solid 1px #efefef;
    background-color: #fff;
    box-shadow: 0 4px 14px 0 rgb(0 0 0 / 10%);
}

.form-label {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    margin-top: 5px;
}

input {
    font-family: 'Poppins';
    font-size: 17px;
    outline: none;
}

.booking-input {
    margin: 2px 0 5px 0;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #e3e6ea;
}

select.booking-input {
    outline: none;
}

.booking-input:focus {
    box-shadow: 0 4px 13px 0 rgba(63, 70, 57, 0.17);
    border: solid 1px #8fa77a;
}

#cust-info {
    display: flex;
    flex-direction: column;
    margin: 0 20%;
    max-width: 660px;
}

.product-outer-container {
    display: flex;
    flex-direction: row;
    padding-top: 25px;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

/* .product-outer-container a:not(:last-child) {   
    margin-right: 3%;
    margin-top: 10px;
} */

#property-not-found > p {
    margin: 10px 0px !important;
}

#property-not-serviceable > p {
    margin: 10px 0px !important;
}

.price-tax-container {
    display: flex;
    justify-content: center;
}

.product-container {
    padding-right: 0;
    padding-left: 0;
}

.discount-applied {
    flex-grow: 0;
    margin: 25.5px 0.9px 0 0.9px;
    padding: 5px;
    border-radius: 10px;
    border: dashed 2px #8fa77a;
    background-color: #f3f3ed;
    color: #323232;
    font-weight: 500;
}

.plan-card:hover .discount-applied {
    color: #8fa77a;
}

.plan-card.active .discount-applied {
    color: #8fa77a;
}

.plan-card {
    flex: 31%;
    min-width: 320px;
    max-width: 320px;
    min-height: 337px;
    position: relative;
    transition: top ease 0.3s;
    border-top: 9px solid #e6e6d7;
    flex-grow: 0;
    margin: 10px 0.1px 10px 0;
    padding: 40px 19.2px 17.5px 19.2px;
    border-radius: 12.9px;
    box-shadow: 0 28px 22.5px 0 rgb(0 0 0 / 7%);
    border-right: solid 1.2px #e6e6d7;
    border-left: solid 1.2px #e6e6d7;
    border-bottom: solid 1.2px #e6e6d7;
    background-color: #fff;
    text-align: center;
}

.plan-card.active,
.plan-card:hover {
    border-top: 9px solid #8fa77a;
    border-right: solid 1.2px #8fa77a;
    border-left: solid 1.2px #8fa77a;
    border-bottom: solid 1.2px #8fa77a;
    box-shadow: 0 33px 26.5px 0 rgba(143, 167, 122, 0.31);
    top: -5px;
}

.product-title {
    font-size: 25px;
    color: #323232;
}

.plan-card:hover .product-title {
    font-size: 25px;
    color: #8fa77a;
    text-decoration: underline;
}

.plan-card.active .product-title {
    font-size: 25px;
    color: #8fa77a;
    text-decoration: underline;
}

.product-price {
    font-size: 40px;
    font-weight: 500;
    color: #323232;
    margin-top: 30px;
}

#plus-tax {
    margin-left: 1%;
    color: #f2994a;
    margin-bottom: 40px;
    font-size: 13px;
}

.product-desc, .product-treatments {
    font-size: 17px;
    margin-top: 3px;
    color: #323232;
    margin: auto;
}

.checkmark-container {
    display: flex;
}

.checkmark-icon {
    background: url(../images/checkmarkBlack.svg);
    width: 22px;
    height: 22px;
    display: block;
}

.plan-card:hover .checkmark-icon {
    background: url(../images/checkmarkGreen.svg);
    width: 22px;
    height: 22px;
    display: block;
}

.plan-card.active .checkmark-icon {
    background: url(../images/checkmarkGreen.svg);
    width: 22px;
    height: 22px;
    display: block;
}

#first-name, #last-name {
    width: 325px;
}

#booking-email {
    width: 420px;
}

.form-full-width {
    flex-basis: 100%;
}

#service-location::placeholder {
    font-size: 17px;
}

#locality {
    width: 250px;
}

#state {
    width: 80px;
    height: 49px;
    padding: 12.5px;
    font-size: 17px;
}

#postcode {
    width: 95px;
}

#coupon-code {
    width: 200px;
}

.pac-icon {
    content: "\e920";
    font-size: 20px;
}

.pac-container {
    font-family: 'Poppins';
}

.tt-bloginfo {
    background-color: #ffffff;
    -webkit-box-shadow: 0 9px 15px rgba(157, 174, 185, 0.15);
    box-shadow: 0 9px 15px rgba(157, 174, 185, 0.15);
    padding: 44px 33px;
    margin-bottom: 15px;
}

@media (min-width: 1025px) {
    .tt-bloginfo {
        min-height: 397px;
        height: 500px;
    }
}

.tt-bloginfo .tt-bloginfo__img {
    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: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tt-bloginfo .tt-bloginfo__img .tt-col-img {
    min-width: 69px;
    max-width: 69px;
}

.tt-bloginfo .tt-bloginfo__img .tt-col-img img {
    border-radius: 50%;
    overflow: hidden;
}

.tt-bloginfo .tt-bloginfo__img .tt-col-img+.tt-col-content {
    margin-left: 20px;
}

.tt-bloginfo .tt-bloginfo__img .tt-text-01 {
    font-size: 16px;
    line-height: 23px;
    color: #323232;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

.tt-bloginfo .tt-bloginfo__img .tt-text-02 {
    font-size: 14px;
    line-height: 20px;
    color: #a0a0a0;
}

.tt-bloginfo .tt-bloginfo__title {
    color: #323232;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    margin: 35px 0 0 0;
    position: relative;
    padding-bottom: 26px;
}

.tt-bloginfo .tt-bloginfo__title+* {
    margin-top: 0;
}

.tt-bloginfo .tt-bloginfo__marker {
    position: absolute;
    top: 0;
    right: 0;
}

@media (max-width: 1024.98px) {
    .tt-bloginfo {
        margin-bottom: 9px;
        -webkit-box-shadow: 0 2px 11px rgba(157, 174, 185, 0.15);
        box-shadow: 0 2px 11px rgba(157, 174, 185, 0.15);
        height: 430px;
    }
    .tt-bloginfo .tt-bloginfo__marker {
        max-width: 100px;
    }
    .tt-bloginfo .tt-bloginfo__title {
        padding-bottom: 20px;
    }
    .faq-main-container {
        margin-bottom: 50px;
    }
}

@media (max-width: 767.98px) {
    .tt-bloginfo {
        padding-left: 25px;
        padding-right: 25px;
        height: 445px;
    }
    .tt-bloginfo .tt-bloginfo__marker {
        max-width: 80px;
    }
    .tt-bloginfo .tt-bloginfo__title {
        margin-top: 25px;
        padding-bottom: 15px;
    }
}

@media only screen and (min-width: 546px) and (max-width: 620px) {
    .tt-bloginfo {
        height: 535px;
    }
}

.tt-obj-video__wrapper {
    margin-top: -30px;
}

.tt-obj-video__wrapper [class^="col-"] {
    margin-top: 30px;
}

.tt-obj-video {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.tt-obj-video img {
    width: 100%;
    height: auto;
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
}

.tt-obj-video video {
    width: 100% !important;
    height: auto !important;
}

.tt-obj-video .videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.tt-obj-video .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.tt-obj-video:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

.btn-video-holder {
    position: absolute;
    width: 100%;
    height: 100%;
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
    top: 0;
    left: 0;
    cursor: pointer;
}

.btn-video-holder .btn-video {
    width: 59px;
    height: 41px;
    background-color: #8fa77a;
    border: 2px solid #8fa77a;
    color: #ffffff;
    border-radius: 9px;
    position: relative;
    -webkit-transition: color .2s, background-color .2s;
    transition: color .2s, background-color .2s;
}

.btn-video-holder .btn-video:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -7px;
    margin-top: -8px;
    font-size: 15px;
}

.btn-video-holder .btn-video:hover {
    background-color: #ffffff;
    color: #8fa77a;
}

#map {
    height: 496px;
    width: 100%;
}

@media (max-width: 1024.98px) {
    #map {
        height: 300px;
    }
}

.box-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffffff;
    -webkit-box-shadow: 0 19px 40px rgba(157, 174, 185, 0.15);
    box-shadow: 0 19px 40px rgba(157, 174, 185, 0.15);
    min-height: 226px;
    padding: 42px 20px 37px;
    text-align: center;
    font-size: 16px;
    line-height: 25px;
}

.box-contact .box-contact__icon {
    font-size: 39px;
    color: #8fa77a;
    position: relative;
    min-height: 40px;
}

@media (min-width: 1025px) {
    .box-contact .box-contact__icon.icon-1034182 {
        font-size: 26px;
        top: 7px;
    }
    .box-contact .box-contact__icon.icon-70562 {
        font-size: 34px;
        top: 7px;
    }
    .box-contact .box-contact__icon.icon-70898 {
        font-size: 30px;
        top: 5px;
    }
}

.box-contact .box-contact__title {
    color: #323232;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    margin: 17px 0 0 0;
    padding: 0 0 11px 0;
}

.box-contact .box-contact__title+* {
    margin-top: 0;
}

.box-contact address a {
    color: #7b7b7b;
}

.box-contact address a:hover {
    color: #8fa77a;
}

@media (max-width: 1024.98px) {
    .box-contact {
        font-size: 15px;
        line-height: 24px;
        padding: 32px 14px 27px;
        min-height: 211px;
    }
    .box-contact .box-contact__icon {
        font-size: 29px;
        min-height: 30px;
    }
    .box-contact .box-contact__title {
        font-size: 16px;
        line-height: 26px;
        padding: 0 0 7px 0;
    }
}

@media (max-width: 575px) {
    .box-contact {
        min-height: inherit;
    }
    .box-contact .box-contact__icon {
        font-size: 25px;
        min-height: inherit;
    }
    .our-services-summary-img {
        margin-top: 0;
    }
}

@media (min-width: 1025px) {
    .box-contact__wrapper {
        margin-top: -30px;
    }
    .box-contact__wrapper .box-contact {
        margin-top: 30px;
        border-radius: 10px;
    }
}

@media (max-width: 1024.98px) {
    .box-contact__wrapper {
        margin-top: -20px;
    }
    .box-contact__wrapper .box-contact {
        margin-top: 20px;
    }
}

.point-box {
    -webkit-box-shadow: 0 19px 40px rgba(157, 174, 185, 0.15);
    box-shadow: 0 19px 40px rgba(157, 174, 185, 0.15);
    padding: 50px 54px 22px;
}

.point-box .point-box__title {
    font-size: 16px;
    line-height: 24px;
    position: relative;
    color: #323232;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    padding: 0 0 10px 3px;
}

.point-box .point-box__title .tt-icon {
    font-size: 18px;
    color: #8fa77a;
    position: absolute;
    left: -25px;
}

.point-box ul li:not(:first-child) {
    margin-top: 5px;
}

@media (max-width: 1024.98px) {
    .point-box {
        padding: 30px 40px 22px;
    }
}

.point-box__wrapper {
    margin-top: -30px;
}

.point-box__wrapper .point-box {
    margin-top: 30px;
}


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


/*--------       7. Slick         ------*/


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

.slick-default .slick-dots {
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
    position: relative;
    z-index: 2;
    margin-top: 40px;
}

.slick-default .slick-dots li {
    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: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 0 7px;
    height: 20px;
}

.slick-default .slick-dots li>* {
    width: 8px;
    max-width: 8px;
    height: 8px;
    display: block;
    background-color: #ffffff;
    border-radius: 50%;
    font-size: 0;
    line-height: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: none;
    padding: 0;
    -webkit-transition: background-color .2s, height .2s, border-radius .2s;
    transition: background-color .2s, height .2s, border-radius .2s;
}

.slick-default .slick-dots li:not(.slick-active) {
    cursor: pointer;
}

.slick-default .slick-dots li:not(.slick-active)>* {
    cursor: pointer;
}

.slick-default .slick-dots li.slick-active>*,
.slick-default .slick-dots li:hover>* {
    background-color: #8fa77a;
}

.slick-default .slick-dots li.slick-active>* {
    height: 20px;
    border-radius: 4px;
}

.slick-default.slick-dots-left .slick-dots {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.slick-default.slick-dots-right .slick-dots {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.slick-default.slick-default__dark .slick-dots li>* {
    background-color: #e8e8e8;
}

.slick-default.slick-default__dark .slick-dots li.slick-active>*,
.slick-default.slick-default__dark .slick-dots li:hover>* {
    background-color: #8fa77a;
}

.slick-default.slick-dotted_indent01 .slick-dots {
    margin-top: 21px;
}

.slick-default.slick-dotted_indent02 .slick-dots {
    margin-top: 31px;
}

@media (max-width: 1024.98px) {
    .slick-default .slick-dots {
        margin-top: 49px;
    }
    .slick-default .slick-dots li {
        height: 12px;
        padding: 0 4px;
    }
    .slick-default .slick-dots li>* {
        width: 5px;
        max-width: 5px;
        height: 5px;
    }
    .slick-default .slick-dots li.slick-active>* {
        height: 12px;
    }
}

@media (max-width: 767.98px) {
    .slick-default.slick-dots-left .slick-dots {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .slick-default.slick-dots-right .slick-dots {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .slick-default .slick-dots {
        margin-top: 35px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .slick-default .slick-dots li {
        height: 12px;
        padding: 0 4px;
    }
    .slick-default .slick-dots li>* {
        width: 5px;
        max-width: 5px;
        height: 5px;
    }
    .slick-default .slick-dots li.slick-active>* {
        height: 12px;
    }
}

.slick-slide {
    height: auto;
}

.slick-slider .slick-slide {
    outline: none;
}

.slick-default-inner .slick-dots {
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
    position: absolute;
    z-index: 2;
    bottom: 40px;
}

.slick-default-inner .slick-dots li {
    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: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 0 7px;
    height: 20px;
}

.slick-default-inner .slick-dots li>* {
    width: 8px;
    max-width: 8px;
    height: 8px;
    display: block;
    background-color: #ffffff;
    border-radius: 50%;
    font-size: 0;
    line-height: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: none;
    padding: 0;
    -webkit-transition: background-color .2s, height .2s, border-radius .2s;
    transition: background-color .2s, height .2s, border-radius .2s;
}

.slick-default-inner .slick-dots li:not(.slick-active) {
    cursor: pointer;
}

.slick-default-inner .slick-dots li:not(.slick-active)>* {
    cursor: pointer;
}

.slick-default-inner .slick-dots li.slick-active>*,
.slick-default-inner .slick-dots li:hover>* {
    background-color: #8fa77a;
}

.slick-default-inner .slick-dots li.slick-active>* {
    height: 20px;
    border-radius: 4px;
}

.slick-default-inner.slick-dots-left .slick-dots {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.slick-default-inner.slick-dots-right .slick-dots {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.slick-default-inner.slick-default__dark .slick-dots li>* {
    background-color: #e8e8e8;
}

.slick-default-inner.slick-default__dark .slick-dots li.slick-active>*,
.slick-default-inner.slick-default__dark .slick-dots li:hover>* {
    background-color: #8fa77a;
}

.slick-default-inner.slick-dotted_indent01 .slick-dots {
    margin-top: 21px;
}

.slick-default-inner.slick-dotted_indent02 .slick-dots {
    margin-top: 31px;
}

@media (max-width: 1024.98px) {
    .slick-default-inner .slick-dots {
        bottom: 20px;
    }
    .slick-default-inner .slick-dots li {
        height: 12px;
        padding: 0 4px;
    }
    .slick-default-inner .slick-dots li>* {
        width: 5px;
        max-width: 5px;
        height: 5px;
    }
    .slick-default-inner .slick-dots li.slick-active>* {
        height: 12px;
    }
}

@media (max-width: 767.98px) {
    .slick-default-inner .slick-dots li {
        height: 12px;
        padding: 0 4px;
    }
    .slick-default-inner .slick-dots li>* {
        width: 5px;
        max-width: 5px;
        height: 5px;
    }
    .slick-default-inner .slick-dots li.slick-active>* {
        height: 12px;
    }
}

#smallGallery.slick-default .slick-dots li:first-child,
#smallGallery.slick-default .slick-dots li:last-child {
    display: none;
}


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


/*--------       8. Form         ------*/


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


/*
	form Default
*/


/* placeholder */

::-webkit-input-placeholder {
    color: #a8a8a8;
}

::-moz-placeholder {
    color: #a8a8a8;
}

:-moz-placeholder {
    color: #a8a8a8;
}

:-ms-input-placeholder {
    color: #a8a8a8;
}

::-moz-placeholder,
 :-moz-placeholder {
    opacity: 1;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder {
    color: transparent;
}

textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

textarea:focus:-moz-placeholder {
    color: transparent;
}

textarea:focus::-moz-placeholder {
    color: transparent;
}

textarea:focus:-ms-input-placeholder {
    color: transparent;
}


/* form-default */

.form-default .row {
    margin-left: -4px;
    margin-right: -4px;
}

.form-default .row [class^=col-] {
    padding-left: 4px;
    padding-right: 4px;
}

.form-default .form-group {
    position: relative;
    margin-bottom: 8px;
}

.form-default .form-group label.error {
    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;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 56px;
    left: 0;
    padding: 8px 12px 6px;
    background: red;
    color: #ffffff;
    font-size: 14px;
    line-height: 22px;
    z-index: 1;
    width: 100%;
}

.form-default .form-group label.error:after {
    content: '';
    position: absolute;
    top: -12px;
    left: 50%;
    border: 6px solid transparent;
    border-bottom: 6px solid #f8353e;
}

.form-default .form-group__icon {
    position: absolute;
    right: 20px;
    top: 16px;
    display: block;
    pointer-events: none;
    color: #8fa77a;
}

.form-default label {
    color: #323232;
    display: inline-block;
    padding-bottom: 5px;
}

.form-default .pt-disabled {
    pointer-events: none;
    opacity: 0.5;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.form-default button[type=submit] {
    margin-top: 17px;
}

@media (max-width: 767.98px) {
    .form-default button[type=submit] {
        margin-top: 5px;
    }
}

.form-default .form-control {
    background: #ffffff;
    font-size: 16px;
    line-height: 25px;
    border: 1px solid #e3e6ea;
    color: #7b7b7b;
    padding: 12px 12px 12px 22px;
    outline: none;
    font-family: "Poppins", sans-serif;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 4px;
    width: 100%;
}

.form-default .form-control.is-invalid {
    border: 1px solid red;
}

.form-default .form-control:not(textarea) {
    height: 47px;
}

.form-default input.form-control,
.form-default textarea.form-control {
    -webkit-appearance: none;
}

.form-default textarea.form-control {
    padding-top: 13px;
}

.form-default .form-control.error {
    border-color: red;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-default .form-control:focus {
    box-shadow: 0 4px 13px 0 rgba(63, 70, 57, 0.17);
    border: solid 1px #8fa77a;
}

.form-default .pt-required {
    display: inline-block;
    float: right;
    position: relative;
    top: 4px;
    color: red;
    padding-left: 5px;
    font-size: 14px;
    line-height: 22px;
}

.form-default .invalid-feedback {
    margin-top: 2px;
    font-size: 14px;
    line-height: 24px;
}

.form-default .tt-notes {
    font-size: 14px;
    line-height: 24px;
    padding-top: 5px;
}

@media (max-width: 1024.98px) {
    .form-default .form-control {
        font-size: 15px;
        padding: 13px 12px 12px 16px;
    }
    .form-default .form-control:not(textarea) {
        height: 43px;
    }
}

p+.form-default {
    margin-top: 21px;
}

#faq-form textarea,
#contact-form textarea {
    height: 137px;
}

@media (min-width: 1025px) {
    button[type=submit].tt-btn-form {
        margin-top: 24px;
    }
}

.custom-select {
    position: relative;
}

.custom-select:after {
    content: '';
    position: absolute;
    pointer-events: none;
    top: 22px;
    right: 22px;
    width: 0;
    height: 0;
    border-width: 4px 4px;
    border-style: solid;
    border-color: #8fa77a transparent transparent transparent;
}

.custom-select select {
    display: block;
    width: 100%;
    height: 43px;
    font-size: 16px;
    line-height: 1.2;
    padding: 4px 30px 4px 17px;
    background: #ffffff;
    border-radius: 4px;
    outline: none;
    border: 1px solid #e3e6ea;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    color: #a8a8a8;
    border-radius: 4px;
}

.custom-select select:focus {
    border-color: #8fa77a;
    background: #ffffff;
}

.custom-select select::-ms-expand {
    display: none;
}


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


/*--------       9. Modal         ------*/


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


/*
Modal
*/


/* open modal mobile menu */

html:not(.touch-device) body.mm-open {
    padding-right: 17px;
}

html:not(.touch-device) body.mm-open .tt-stuck-nav.stuck {
    padding-right: 17px;
}


/* open modal bootstrap */

.modal-open {
    overflow: hidden;
}

html:not(.touch-device) body.modal-open {
    overflow-x: hidden;
    padding-right: 17px;
}

html:not(.touch-device) body.modal-open #tt-stuck.stuck {
    padding-right: 17px;
}

html:not(.touch-device) body.modal-open .tt-on-top {
    padding-right: 17px;
}

html.ie.gecko body.modal-open {
    padding-right: 0px !important;
}


/* open left col (*listing) */

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 11;
    -webkit-overflow-scrolling: touch;
    outline: none;
    text-align: center;
    padding: 0;
    -webkit-transition: opacity 0.15s;
    transition: opacity 0.15s;
    opacity: 0;
}

.modal.show {
    opacity: 1;
}

@media (min-width: 320px) {
    .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }
}

@media (min-width: 731px) {
    .modal-md {
        width: 637px;
    }
}

@media (max-width: 730px) {
    .modal-md {
        width: 528px;
    }
}

@media (max-width: 580px) {
    .modal-md {
        width: 420px;
    }
}

@media (max-width: 480px) {
    .modal-md {
        width: 315px;
    }
}


/* modal layout */

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 11;
    -webkit-overflow-scrolling: touch;
    outline: none;
}

.modal .modal-content {
    border-radius: 0;
    border: none;
}

.modal .modal-footer {
    border: none;
}


/*
	modal custom
*/

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 30;
    -webkit-overflow-scrolling: touch;
    outline: none;
}

.modal .modal-dialog {
    display: inline-block;
    vertical-align: middle;
}

@media (min-width: 576px) {
    .modal .modal-dialog {
        max-width: inherit;
    }
}

.modal .modal-body:not(.no-background) {
    background-color: #ffffff;
}

.modal .modal-body {
    position: relative;
    text-align: left;
}

.modal .modal-body .close {
    font-size: 17px;
    line-height: 1;
    position: absolute;
    top: 5px;
    right: 1px;
    display: inline-block;
    z-index: 7;
    padding: 18px 23px;
    color: #3D3B42;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.modal .modal-body .close:hover {
    color: #8fa77a;
}

.modal .modal-body .modal-titleblock {
    padding-bottom: 25px;
}

.modal .modal-body .modal-titleblock .modal-title {
    font-size: 36px;
    line-height: 38px;
    font-family: "Poppins", sans-serif;
    color: #323232;
    font-weight: 600;
    margin: 0;
    padding: 0;
}

.modal .modal-body .modal-titleblock+p {
    margin-top: 0;
}

.modal .modal-body p+form {
    margin-top: 25px;
}

@media (min-width: 1025px) {
    .modal .modal-body {
        padding: 53px 56px 60px;
    }
}

@media (max-width: 1024px) {
    .modal .modal-body {
        padding: 43px 40px 50px;
    }
    .modal .modal-body .modal-titleblock {
        padding-bottom: 32px;
    }
    .modal .modal-body .modal-titleblock .modal-title {
        font-size: 32px;
        line-height: 42px;
    }
}

@media (max-width: 580px) {
    .modal .modal-body {
        padding: 43px 30px 40px;
    }
    .modal .modal-body .modal-titleblock {
        padding-bottom: 20px;
    }
    .modal .modal-body .modal-titleblock .modal-title {
        font-size: 24px;
        line-height: 30px;
    }
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-backdrop {
    background: #1d2025;
    z-index: 20;
}

.modal-backdrop.show {
    opacity: 0.7;
}


/*modal-layout-dafault*/

.modal-layout-dafault .custom-select select {
    color: #a8a8a8;
}

.modal-layout-dafault .form-group {
    position: relative;
}

.modal-layout-dafault .form-group .form-group__icon {
    position: absolute;
    right: 20px;
    top: 15px;
    display: block;
    pointer-events: none;
    color: #8fa77a;
}

.modal-layout-dafault textarea {
    height: 91px;
}

.modal-layout-dafault button[type=submit] {
    margin-top: 12px;
}

@media (max-width: 575.98px) {
    .modal-layout-dafault button[type=submit] {
        margin-top: 5px;
    }
}


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


/*--------     10. Back To Top     ------*/


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


/* Back to top */

.tt-back-to-top {
    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: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    bottom: -90px;
    right: 15px;
    z-index: 20;
    background-color: #8fa77a;
    border: 2px solid #8fa77a;
    border-radius: 4px;
    padding: 0;
    width: 70px;
    height: 70px;
    color: #ffffff;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.tt-back-to-top i {
    position: relative;
    z-index: 3;
    pointer-events: none;
    font-size: 18px;
    line-height: 1;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: top 0.2s linear;
    transition: top 0.2s linear;
}

@media (min-width: 790px) {
    .tt-back-to-top.pt-show {
        bottom: 60px;
    }
}

@media (max-width: 789px) {
    .tt-back-to-top.pt-show {
        bottom: 60px;
    }
}

.tt-back-to-top:hover {
    color: #8fa77a;
    background-color: #ffffff;
}

.tt-back-to-top:hover i {
    top: -2px;
}

@media (max-width: 1024.98px) {
    .tt-back-to-top {
        width: 60px;
        height: 60px;
    }
    .tt-back-to-top i {
        font-size: 14px;
    }
}

@media (max-width: 767.98px) {
    .tt-back-to-top {
        width: 50px;
        height: 50px;
    }
    .tt-back-to-top i {
        font-size: 12px;
    }
}


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


/*--------     11. Footer         --------*/


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

#tt-footer {
    position: relative;
}

#tt-footer .tt-logo {
    margin: 8px 0 0 0;
}

@media (max-width: 1229.98px) {
    #tt-footer .tt-logo {
        font-size: 30px;
    }
}

@media (max-width: 767.98px) {
    #tt-footer .tt-logo {
        font-size: 27px;
        letter-spacing: 0;
    }
}

#tt-footer form {
    padding: 0;
    margin: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

@media (min-width: 1025px) {
    #tt-footer .text-f {
        padding-right: 50px;
    }
}

.footer-wrapper01 {
    background-position: no-repeat;
    background-repeat: no-repeat;
}

@media (max-width: 1024.98px) {
    .footer-wrapper01 {
        background: none !important;
        padding: 0 0 0 0;
    }
}

.footer-wrapper02 {
    background-color: #ffffff;
    background-position: no-repeat;
    background-repeat: no-repeat;
}

@media (min-width: 768px) {
    .footer-wrapper02 {
        margin-top: -4px;
    }
}

.f-holder {
    background-color: #2f2f2f;
    padding: 10px 0;
}

.footer-container {
    justify-content: center;
    text-align: center;
}

.copyright {
    text-align: center;
    color: #ffffff;
    font-size: 15px;
    margin-top: 10px;
}

.terms-privacy {
    text-align: center;
    font-size: 13px;
}

.terms-privacy a {
    color: white;
    text-decoration: underline;
}

.terms-privacy a:hover {
    color: #8fa77a;
    transition: color .2s linear, background-color .2s linear;
}

.f-holder address {
    color: #ffffff;
    font-weight: normal;
    font-size: 15px;
}

.f-holder address p {
    margin-top: 5px;
}

.f-holder address strong {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

.f-holder address a {
    color: #ffffff;
}

.f-holder address a [class^="icon-"] {
    margin-right: 4px;
}

.f-holder address a [class^="icon-"]:hover {
    color: #8fa77a;
    transition: color .2s linear, background-color .2s linear;
}

.f-holder address a:hover {
    color: #8fa77a;
    transition: color .2s linear, background-color .2s linear;
}

.f-holder .row {
    margin-top: -26px;
}

.f-holder .row [class^="col-"] {
    margin-top: 26px;
}

@media (max-width: 1024.98px) {
    .f-holder {
        padding: 20px;

}

@media (max-width: 767.98px) {
    .f-holder {
        padding: 20px;
    }
}

.f-title {
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    font-family: #323232;
    font-weight: 600;
    letter-spacing: 0.06em;
    margin: 0;
    padding: 0 0 15px 0;
}

.f-title+* {
    margin-top: 0;
}

@media (max-width: 1024.98px) {
    .f-title {
        font-size: 17px;
        line-height: 27px;
        letter-spacing: 0.04em;
    }
}

@media (max-width: 767.98px) {
    .f-title {
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0.04em;
    }
}


/*
	Subscribe Form
*/

.subscribeform-wrapper {
    background: #ffffff;
    -webkit-box-shadow: 0 19px 40px rgba(157, 174, 185, 0.15);
    box-shadow: 0 19px 40px rgba(157, 174, 185, 0.15);
    padding: 28px 37px 29px 37px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

@media (min-width: 768px) {
    .subscribeform-wrapper {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media (max-width: 1229.98px) {
    .subscribeform-wrapper {
        padding: 18px 27px 20px 27px;
    }
}

@media (max-width: 767.98px) {
    .subscribeform-wrapper {
        text-align: center;
        padding: 31px 0px 20px 0px;
    }
}

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

@media (max-width: 767.98px) {
    .subscribeform-align-right {
        text-align: center;
    }
}

.f-form {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 12px;
}

.f-form>*:not(:first-child) {
    margin-left: 20px;
}

.f-form .form-control.error {
    border-color: red;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.f-form label.error {
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 50px;
    padding: 5px 12px 4px;
    background: red;
    color: #ffffff;
    font-size: 14px;
    line-height: 22px;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
}

.f-form label.error:after {
    content: '';
    position: absolute;
    top: -12px;
    left: 50%;
    border: 6px solid transparent;
    border-bottom: 6px solid #f8353e;
}

.f-form .f-form__label {
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    color: #323232;
    font-weight: 600;
    position: relative;
}

.f-form .f-form__input {
    width: 294px;
    position: relative;
}

.f-form .f-form__input .form-control {
    background: #ffffff;
    color: #a8a8a8;
    border: 1px solid #e3e6ea;
    font-size: 16px;
    line-height: 19px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    border-radius: 4px;
    width: 100%;
    height: 51px;
    padding: 7px 12px 6px 19px;
    font-family: "Roboto", sans-serif;
}

@media (max-width: 1229.98px) {
    .f-form .f-form__label {
        font-size: 20px;
    }
    .f-form .f-form__input {
        width: 270px;
    }
}

@media (max-width: 1024.98px) {
    .f-form {
        padding: 0px;
    }
    .f-form>*:not(:first-child) {
        margin-left: 13px;
    }
    .f-form .f-form__input {
        width: 196px;
    }
    .f-form .f-form__label {
        font-size: 17px;
        padding-right: 0px;
    }
    .f-form .f-form__input .form-control {
        height: 41px;
        font-size: 15px;
        padding: 10px 14px 10px;
    }
}

@media (max-width: 767.98px) {
    .f-form {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 22px 15px 14px;
    }
    .f-form>*:not(:first-child) {
        margin-left: 0px;
    }
    .f-form .f-form__input {
        width: 100%;
    }
    .f-form .f-form__input .form-control {
        width: 100%;
    }
    .f-form .f-form__label {
        width: 100%;
        padding-bottom: 16px;
        letter-spacing: 0;
    }
    .f-form .f-form__btn {
        margin: 20px 0 0 0;
    }
    .f-form .f-form__btn .tt-btn .tt-short-text {
        display: none;
    }
}


/*
	Footer objects
*/

.f-holder {
    position: relative;
    overflow: hidden;
    margin-left: 0;
    margin-right: 0;
}


/*
	Nav
*/

.f-nav {
    max-width: 320px;
}

.f-nav li {
    color: #323232;
    padding: 0 10px 0 20px;
    position: relative;
    width: 50%;
    float: left;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

.f-nav li:before {
    content: '\e91f';
    font-family: "safeyard-icons";
    color: #ffffff;
    position: absolute;
    top: 9px;
    left: 0px;
    font-size: 7px;
    line-height: 1;
}

@media (min-width: 1025px) {
    .f-nav li:nth-child(even) {
        width: calc(50% - 34px);
        margin-left: 34px;
    }
}

@media (max-width: 1024.98px) {
    .f-nav li:nth-child(even) {
        width: calc(50% - 20px);
        margin-left: 20px;
    }
}

.f-nav li a {
    color: #ffffff;
    -webkit-transition: color .2s linear;
    transition: color .2s linear;
}

.f-nav li a span {
    display: inline-block;
    position: relative;
}

.f-nav li a span:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 2px;
    width: 0%;
    height: 2px;
    margin: auto;
    left: 0;
    right: 0;
    background-color: #ffffff;
    -webkit-transition: width .2s linear;
    transition: width .2s linear;
}

.f-nav li a:hover {
    color: ffffff;
}

.f-nav li a:hover span:before {
    width: 100%;
}

.f-nav li.active a {
    color: ffffff;
}

.f-nav li.active a span:before {
    width: 100%;
}

.f-nav li:not(:first-child) {
    margin-top: 4px;
}

@media (max-width: 1024.98px) {
    .f-nav li {
        padding: 0 0 0 14px;
    }
    .f-nav li:before {
        font-size: 6px;
    }
    .f-nav li a {
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .f-nav {
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 0px;
    }
    .f-nav li {
        text-align: left;
        padding-right: 27px;
    }
}


/*
	Copyright
*/

.f-copyright {
    margin-top: -26px;
    padding-bottom: 27px;
    margin-left: 0;
    margin-right: 0;
}

@media (max-width: 1229.98px) {
    .f-copyright {
        font-size: 15px;
        margin-top: -15px;
        padding-bottom: 27px;
    }
}

@media (max-width: 1024.98px) {
    .f-copyright {
        margin-top: -13px;
        padding-bottom: 27px;
    }
}

@media (max-width: 767.98px) {
    .f-copyright {
        margin-top: 0px;
        margin-bottom: 0;
        padding: 30px 0 29px;
        text-align: center;
    }
    .f-copyright>* {
        text-align: center;
    }
    .f-copyright>*:not(:first-child) {
        margin-top: 13px;
    }
}


/*
	Social
*/

.f-social {
    justify-content: center !important;
    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;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: -12px;
}

.f-social li {
    margin-left: 12px;
    margin-top: 14px;
}

.f-social li a {
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    line-height: 18px;
    width: 44px;
    height: 44px;
    color: #8fa77a;
    background-color: #ffffff;
    -webkit-transition: color .2s linear, background-color .2s linear;
    transition: color .2s linear, background-color .2s linear;
    border-radius: 3px;
}

.f-social li a:hover {
    background-color: white;
    color: #323232;
}

@media (max-width: 1024.98px) {
    .f-social {
        margin-left: -11px;
    }
    .f-social li {
        margin-left: 11px;
        margin-top: 11px;
    }
}
}