/*

font-family: 'DM Sans', sans-serif;
font-family: 'Literata', serif;

font-family: 'DM Sans', sans-serif;
font-family: 'Literata', serif;
*/

@charset "UTF-8";

:root {

    --sycols-gray: #959595;
    --sycols-gray-rgb: 149, 149, 149;
    --sycols-base: #d0807a;
    --sycols-base-rgb: 208, 128, 122;
    --sycols-black: #433838;
    --sycols-black-rgb: 67, 56, 56;
}
:root {
    --blue: #234969;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #FF9E2D;
    --yellow: #FFCB2D;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #ffffff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #234969;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #FFCB2D;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -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-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: 'DM Sans', sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(18, 38, 62, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

body {
    margin: 0;
    font-family: 'DM Sans', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #181818;
    text-align: left;
    background-color: #ffffff;
    overflow-x: hidden;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

hr {
    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;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    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: 0.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: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    color: #234969;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #181818;
    text-decoration: underline;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
    outline: 0;
}

pre,
code,
kbd,
samp {
    font-family: 'DM Sans', sans-serif;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
}

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: 'DM Sans', sans-serif;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type=radio],
input[type=checkbox] {
    box-sizing: border-box;
    padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
    -webkit-appearance: listbox;
}

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: 0.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;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-family: 'Literata', serif;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

h1, .h1 {
    font-size: 2.5rem;
}

h2, .h2 {
    font-size: 2rem;
}

h3, .h3 {
    font-size: 1.75rem;
}

h4, .h4 {
    font-size: 1.5rem;
}

h5, .h5 {
    font-size: 1.25rem;
}

h6, .h6 {
    font-size: 1rem;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #eceff8;
}

small,
.small {
    font-size: 80%;
    font-weight: 400;
}

mark,
.mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}
.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d;
}
.blockquote-footer::before {
    content: "— ";
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}

.figure-caption {
    font-size: 90%;
    color: #6c757d;
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word;
}
a > code {
    color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #ffffff;
    background-color: #181818;
    border-radius: 0.2rem;
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
}

pre {
    display: block;
    font-size: 87.5%;
    color: #181818;
}
pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.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: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: flex;
    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-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}

.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}

.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}

.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}

.col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    order: -1;
}




.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
    text-decoration: none;
}
.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
    margin-bottom: -1px;
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #ffffff;
    border-color: #dee2e6 #dee2e6 #ffffff;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-pills .nav-link {
    border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #ffffff;
    background-color: #234969;
}

.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}

.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none;
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}
.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}

.navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

@media (max-width: 575.98px) {
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-sm .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
        flex-wrap: nowrap;
    }
    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
}
@media (max-width: 767.98px) {
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-md .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
        flex-wrap: nowrap;
    }
    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
}
@media (max-width: 991.98px) {
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        flex-wrap: nowrap;
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}
@media (max-width: 1199.98px) {
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-xl .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
        flex-wrap: nowrap;
    }
    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
}
.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0;
}
.navbar-expand .navbar-nav {
    flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
    flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
}
.navbar-expand .navbar-toggler {
    display: none;
}

.navbar-light .navbar-brand {
    color: rgba(18, 38, 62, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(18, 38, 62, 0.9);
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(18, 38, 62, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(18, 38, 62, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(18, 38, 62, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: rgba(18, 38, 62, 0.9);
}
.navbar-light .navbar-toggler {
    color: rgba(18, 38, 62, 0.5);
    border-color: rgba(18, 38, 62, 0.1);
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(18, 38, 62, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
    color: rgba(18, 38, 62, 0.5);
}
.navbar-light .navbar-text a {
    color: rgba(18, 38, 62, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
    color: rgba(18, 38, 62, 0.9);
}

.navbar-dark .navbar-brand {
    color: #ffffff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #ffffff;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
    color: #ffffff;
}
.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
    color: #ffffff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
    color: #ffffff;
}



/*----------------------------------------*/
/*  01. Theme default CSS
/*----------------------------------------*/
/* 1. Theme default css */
body {
    font-family: 'DM Sans', sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #565872;
    overflow-x: hidden;
}

.img, img {
    max-width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.fix {
    overflow: hidden;
}

a,
.button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    color: inherit;
    text-decoration: none;
}

a,
button {
    color: inherit;
    outline: medium none;
}

button:focus, input:focus, input:focus, textarea, textarea:focus {
    outline: 0;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Literata', serif;
    color: #1F2044;
    margin-top: 0px;
    font-style: normal;
    font-weight: 700;
    text-transform: normal;
    line-height: 1.1;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 40px;
    font-weight: 700;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

p {
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    color: #565872;
    margin-bottom: 15px;
}

hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

label {
    color: #12263E;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

*::-moz-selection {
    background: #12263E;
    color: #ffffff;
    text-shadow: none;
}

::-moz-selection {
    background: #12263E;
    color: #ffffff;
    text-shadow: none;
}

::selection {
    background: #12263E;
    color: #ffffff;
    text-shadow: none;
}

/*--
    - Input Placeholder
-----------------------------------------*/
*::-moz-placeholder {
    color: #12263E;
    font-size: 14px;
    opacity: 1;
}

*::placeholder {
    color: #12263E;
    font-size: 14px;
    opacity: 1;
}

/*--
    - Common Classes
-----------------------------------------*/
.fix {
    overflow: hidden;
}

.clear {
    clear: both;
}

/*--
    - Background color
-----------------------------------------*/


.black-bg {
    background: #020202 !important;
}



/*--
    - color
-----------------------------------------*/
.white-color {
    color: #ffffff;
}

.black-color {
    color: #12263E;
}

.theme-color {
    color: #b89f5c;
}



/* 2. header */
.header-transparent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    transition: 0.4s;
}
.topbar-area{
    background: #000000;
    color: #ffffff;
    font-size: 14px;
    padding: 10px 0;
}
.sticky {
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
    z-index: 9999;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    background: #ffffff;
}

.pos-rel {
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .logo-bg {
        margin-top: 15px;
    }
}
@media (max-width: 767px) {
    .logo-bg {
        margin-top: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .topbar-area {
        padding: 5px 10px;
    }
}
@media (max-width: 767px) {
    .topbar-area {
        padding: 5px 10px;
    }
}

.header-top-wrapper {
    float: left;
    margin-right: 100px;
}
.header-top-wrapper:last-child {
    margin-right: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .headers-wrapper {
        display: none;
    }
}

.header-top-icon {
    margin-right: 15px;
}
.header-top-icon i {
    font-size: 25px;
    color: #b89f5c;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    background: #C5F4E0;
    border-radius: 50%;
}

.header-top-text {
    overflow: hidden;
}
.header-top-text span {
    font-weight: 400;
    font-size: 16px;
    color: #565872;
}
.header-top-text h5 {
    color: #12263E;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 4px;
    font-weight: 700;
}

.menu-bar a {
    height: 45px;
    width: 45px;
    line-height: 45px;
    background: #ffffff;
    color: #080808;
    display: inline-block;
    text-align: center;
    font-size: 30px;
    border-radius: 5px;
    margin-top: 12px;
}

/* extra info */
.extra-info {
    background: #2c3248;
    background: -moz-linear-gradient(left,  #2c3248 0%, #444d6f 100%);
    background: -webkit-linear-gradient(left,  #2c3248 0%,#444d6f 100%);
    background: linear-gradient(to right,  #2c3248 0%,#444d6f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c3248', endColorstr='#444d6f',GradientType=1 );
    height: 100%;
    padding: 30px;
    position: fixed;
    right: 0;
    top: 0;
    transition: all 0.7s ease 0s;
    width: 340px;
    z-index: 9999;
    transform: translateX(100%);
    padding-bottom: 40px;
}

.extra-info.info-open {
    transform: translateX(0);
}

.extra-info-left {
    right: inherit;
    left: 0;
    transform: translateX(-100%);
}

.extra-info.extra-info-left.info-open {
    transform: translateX(0);
}

.close-icon {
    margin-top: -16px;
    text-align: right;
}

.close-icon > button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #ffffff;
    cursor: pointer;
    font-size: 20px;
    padding: 0;
}

.extra-info > p {
    color: #ddd;
    font-size: 15px;
    line-height: 28px;
}

.extra-info.extra-info-left.info-open {
    transform: translateX(0);
}

.instagram img {
    width: 100%;
}

.social-icon-right > a {
    color: #fff;
    display: inline-block;
    margin-right: 20px;
    text-align: center;
}

.social-icon-right > a:hover {
    color: #b89f5c;
}

.instagram {
    overflow: hidden;
    margin: 0 -4px;
}

.instagram > a {
    float: left;
    width: 33.33%;
    padding: 0 4px;
    margin-bottom: 7px;
}

.side-info {
    border-top: 1px solid #344159;
    padding-top: 25px;
}

.contact-list h4 {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}

.contact-list p {
    color: #fff;
    opacity: 0.5;
    margin: 0;
    margin-bottom: 5px;
    line-height: 28px;
}

.side-menu ul li:hover a {
    color: #b89f5c;
}

/* menu */
.menu-box {
    /*    background: #C5F4E0;*/
    padding-left: 75px;
    margin-top: 22px;
    margin-top: 0px;
    position: relative;
}
.menu-box::before {
    position: absolute;
    content: "";
    height: 69px;
    width: 367px;
    right: -367px;
    /*    background: #C5F4E0;*/
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .menu-box::before {
        width: 98px;
        right: -98px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .menu-box::before {
        width: 110px;
        right: -110px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-box::before {
        display: none;
    }
}
@media (max-width: 767px) {
    .menu-box::before {
        display: none;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .menu-box {
        padding-left: 35px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-box {
        margin-top: 0;
    }
}
@media (max-width: 767px) {
    .menu-box {
        margin-top: 0;
    }
}

.main-menu ul li {
    display: inline-block;
    position: relative;
    margin-right: 30px;
}
.main-menu ul li:last-child {
    margin-right: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .main-menu ul li {
        margin-right: 25px;
    }
}
.main-menu ul li a {
    display: block;
    font-size: 16px;
    padding: 27px 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: transparent;
    line-height: 1;
    position: relative;
    text-transform: capitalize;
    color: #181818;
    font-weight: 500;
    font-family: 'Literata', serif;
}
.main-menu ul li a i {
    font-size: 14px;
    position: relative;
    left: 2px;
    top: 1px;
}
.main-menu ul li:hover > a {
    color: #b89f5c;
}

.menu-box ul li a {
    color: #2c3248;
}

/* sub-menu */
.main-menu ul li .sub-menu {
    background: #ffffff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    left: 0;
    opacity: 0;
    position: absolute;
    top: 120%;
    /*    transition: all 0.3s ease 0s;*/
    visibility: hidden;
    width: 220px;
    z-index: 9;
    /*    border-top: 3px solid #b89f5c;*/
    text-align: left;
    padding: 5px 0;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;

}
.main-menu ul li .sub-menu li {
    display: block;
    margin: 0;
}
.main-menu ul li .sub-menu li a {
    color: #181818;
    font-size: 14px;
    margin: 0;
    padding: 13px 20px;
    text-transform: capitalize;
    display: block;
    font-size: 400;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.main-menu ul li .sub-menu li a:hover {
    color: #B89F5C;
    /*    text-decoration: underline;*/
    padding-left:10px;

}

.main-menu ul li:hover > .sub-menu {
    opacity: 1;
    top: 100%;
    visibility: visible;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.menu-area {
    background: #C5F4E0;
}

.menu-area .menu-box::before {
    display: none;
}

.menu-area .menu-box {
    padding-left: 0;
}

/* 3. heading */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title {
        margin-left: 0;
        margin-right: 0;
    }
}
@media (max-width: 767px) {
    .section-title {
        margin-left: 0;
        margin-right: 0;
    }
}
.section-title h5 {
    color: #020202;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 24px;
    font-family: 'Literata', serif;
}
.section-title h5 span {
    height: 2px;
    width: 60px;
    background: #d0b393;
    display: inline-block;
    position: relative;
    top: -3px;
    margin: 0 10px;
}
@media (max-width: 767px) {
    .section-title h5 span {
        display: none;
    }
}
.section-title h2 {
    font-size: 56px;
    margin-bottom: 0;
}
.section-title h2 > span {
    color: #b89f5c;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .section-title h2 {
        font-size: 45px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-title h2 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .section-title h2 {
        font-size: 34px;
        line-height: 1.1;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title h2 {
        font-size: 42px;
    }
}
.section-title p {
    margin-top: 32px;
    margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .section-title p {
        margin-right: 0;
    }
}
@media (max-width: 767px) {
    .section-title p {
        margin-right: 0;
    }
}

.white-title h2 {
    color: #ffffff;
}
.white-title p {
    color: #ffffff;
    opacity: 0.6;
}

.white-2-title h5 {
    color: #ffffff;
}
.white-2-title h5 span {
    background: #ffffff;
}
.white-2-title h2 {
    color: #ffffff;
}


/* 8. services */
.services-area {
    background-size: cover;
    background-position: center center;
}

.ser-padding {
    margin-bottom: -212px;
}
.shape-item {
    position: absolute;
}

.ser-01 {
    top: 19%;
    left: 8%;
}

.ser-02 {
    bottom: 9%;
    left: 17%;
}

.ser-03 {
    top: 14%;
    left: 35%;
}
/* bounce-animate */
.bounce-animate {
    animation-name: float-bob;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@-webkit-keyframes float-bob {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}
.rotateme {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 10s;
    animation-duration: 60s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
:root{
    --main-color: #FF421E;
}
.serviceBox{
    color: var(--main-color);
    text-align: center;
    position: relative;
    z-index: 1;
    background: #ffffff;
    min-height: 480px;
}
.serviceBox .service-icon{
    font-size: 40px;
    margin: 0 0 10px;
}
.serviceBox .title{
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 20px 20px 10px 20px;
}
.serviceBox .description{
    color: #555;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 22px;
    margin: 0s;
    padding: 10px 40px 10px 40px;
}

@media only screen and (max-width: 1199px){
    .serviceBox{
        margin: 0 0 40px;
    }
}
/* 9. counter */

  :root{
    --main-color: #2c3248;
}
.counter{
    color: #eeeeee;
    background: #b89f5c;
    font-family: 'Literata', serif;
    text-align: center;
    width: 250px;
    min-height: 260px;
    padding: 25px 20px 30px 10px;
    margin: 0 auto;
    border-radius: 20px;
    border: 5px solid #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.counter:before{
    content:"";
    background: linear-gradient(to right,#2c3248,#30374f,#444d6f);
    position: absolute;
    left: -2px;
    right: 0;
    top: 0;
    bottom: -2px;
    z-index: -1;
    clip-path: polygon(0 0, 0 100%, 90% 100%, 100% 50%, 90% 0);
}
.counter .counter-icon{
    font-size: 30px;
    line-height: 30px;
    margin: 0 0 20px;
}
.counter-value-wrap{
    font-size: 35px;
    font-weight: 600;
    line-height: 35px;
    margin: 0 0 10px;
    display: block;
}

.counter h3{
    color: #eeeeee;
    font-family: 'Literata', serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    margin: 0;
}
.counter.purple{
    --main-color: #870079;
}
.counter.yellow{
    --main-color: #F48B00;
}
.counter.blue{
    --main-color: #433350;
}
@media screen and (max-width:990px){
    .counter{
        margin-bottom: 40px;
    }
}

/* Testimonial */
.testimonial{
    text-align: center;
}
.testimonial .pic{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 15px;
}
.testimonial .pic img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.testimonial .testimonial-title{
    font-family: 'DM Sans', sans-serif;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #787878;
    margin: 0 0 70px 0;
}
.testimonial .testimonial-title small{
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #787878;
}
.testimonial .description{
    font-family: 'Literata', serif;
    font-size: 22px !important;
    color: #080808;
    line-height: 27px;
    position: relative;
    margin: 0;
    padding-bottom: 40px;
}
.testimonial .description p{
    font-family: 'Literata', serif;
    font-size: 20px !important;
    color: #080808;
    line-height: 27px;
    position: relative;
    margin: 0;
}
.testimonial .description:before{
    content: "\f10d";
    font-family: "FontAwesome 5";
    font-weight: 900;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    position: absolute;
    top: -50px;
    left: 46%;
    font-size: 20px;
    color: #080808;
    line-height:33px;
    border: 2px solid #080808;
}
.owl-theme .owl-controls .owl-page span{
    background: #fff;
    border: 2px solid #0c4767;
    opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page:hover span{
    border: 2px solid #fa7921;
}
/* 14. footer */
@media (max-width: 767px) {
    .footer-wrapper {
        margin-left: 0;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .footer-wrapper {
        margin-left: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-wrapper {
        margin-left: 0;
    }
}

.footer-icon {
    margin-top: 15px;
}
.footer-icon a {
    background: #2A3C52;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    margin-right: 12px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    height: 38px;
    width: 38px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
    color: #ffffff;
}
.footer-icon a:last-child {
    margin-right: 0;
}
.footer-icon a:hover {
    background: #b89f5c;
    color: #ffffff;
}

.footer-middle-area {
    border-top: 1px solid #415165;
    border-bottom: 1px solid #415165;
}

.footer-title {
    font-size: 38px;
    color: #ffffff;
    margin-bottom: 38px;
    line-height: 1;
}
@media (max-width: 767px) {
    .footer-title {
        font-size: 30px;
    }
}

.footer-text p {
    color: #ffffff;
    margin-bottom: 0;
    line-height: 32px;
    opacity: 0.5;
    margin-top: 25px;
    margin-right: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .footer-text p {
        margin-right: 0;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .footer-text p {
        margin-right: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-text p {
        margin-right: 0;
    }
}
@media (max-width: 767px) {
    .footer-text p {
        margin-right: 0;
    }
}

.footer-link ul li {
    padding-bottom: 9px;
    float: left;
    width: 50%;
}
.footer-link ul li:last-child {
    padding-bottom: 0;
}
.footer-link ul li a {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    transition: 0.3s;
    opacity: 0.5;
}
.footer-link ul li a:hover {
    color: #b89f5c;
    opacity: 1;
}

.footer-info li {
    padding-bottom: 18px;
}
.footer-info li:last-child {
    padding-bottom: 0;
}
.footer-info li span {
    font-size: 18px;
    font-weight: 500;
    color: #eeeeee !important;
    font-family: 'DM Sans', sans-serif;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .footer-info li span {
        font-size: 17px;
    }
}
.footer-info li span i {
    margin-right: 15px;
    position: relative;
    top: 2px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .footer-info li span i {
        margin-right: 10px;
    }
}

.copyright p {
    margin-bottom: 0;
    color: #eeeeee;
    /*  opacity: 0.4;*/
}
@media (max-width: 767px) {
    .copyright p {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .footer-bottom-link {
        float: none;
        text-align: center;
    }
}
.footer-bottom-link ul li {
    display: inline-block;
    padding-right: 20px;
}
.footer-bottom-link ul li:last-child {
    padding-right: 0;
}
.footer-bottom-link ul li a {
    font-size: 16px;
    color: #eeeeee;
    transition: 0.3s;
    font-weight: 400;
    position: relative;
    opacity: 0.4;
}
.footer-bottom-link ul li a:hover {
    color: #b89f5c;
    opacity: 1;
}
.footer-bottom-link ul li a::before {
    position: absolute;
    height: 15px;
    width: 1px;
    background: #74797f;
    content: "";
    right: -10px;
    top: 2px;
}

.footer-bottom-link ul li:last-child a::before {
    display: none;
}


/*--------------------------------------------------------------
# Custom Cursor
--------------------------------------------------------------*/
.custom-cursor__cursor {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    border: 1px solid #000000;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    position: fixed;
    pointer-events: none;
    left: 0;
    top: 0;
    -webkit-transform: translate(calc(-50% + 5px), -50%);
    transform: translate(calc(-50% + 5px), -50%);
    z-index: 999991;
}

.custom-cursor__cursor-two {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #000000;
    opacity: .3;
    position: fixed;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    -webkit-transition: width .3s, height .3s, opacity .3s;
    transition: width .3s, height .3s, opacity .3s;
    z-index: 999991;
}

.custom-cursor__hover {
    background-color: #080808;
    opacity: 0.4;
}

.custom-cursor__innerhover {
    width: 25px;
    height: 25px;
    opacity: .4;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #080808;
}

/*** 
=============================================
Gallery
=============================================
***/
.content-box-47 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 30px;
    position: relative;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 30px #0000001a;
    transition: .3s;
}
.content-box-47:hover{
    box-shadow: 0 10px 30px #00000033;
    transform: translateY(-1%);
}
.content-box-47-thumbnail img {
    background-position: center;
    object-fit: cover;
    width: 100%;
    display: block;
    border-radius: 10px 10px 0 0;
    height: 14rem;
}
.content-box-47-content-wrapper {
    padding: 30px;
}
.content-box-47-title {
    font-size: 22px;
    margin: 0 0 20px;
    color: #080808;
    text-align: center;
}

.content-box-47-button {
    display: flex;
    align-items: self-end;
    justify-content: center;
    margin-top: 26px;
    text-decoration: none;
    background: #080808;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    padding: 18px;
    text-align: center;
    border-radius: 6px;
    transition: 0.3s;
}
.content-box-47-button i {
    margin-left: 8px;
    font-size: 18px;
    transition: .2s;
}
.content-box-47-button:hover i{
    margin-left: 12px;
}
/*a:hover {
  color: #fff!important;
}*/

.gallery-section{
    position: relative;
    padding: 62px 0px 70px;
}

.text-white {
    color: #ffffff !important;
}
.footer-wrapper p{
    color: #eeeeee !important;
}
.text-primary {
    color: #181818 !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #181818 !important;
}

.text-secondary {
    color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
    color: #494f54 !important;
}

/* Banner Area and Breadcrumb */

/*-- breadcrumb --*/
.banner-area {
    position: relative;
    min-height: 120px;
    color: #fff;
    background-position: 50% 50%;
    background-size: cover;

    background: #2c3248;
    background: -moz-linear-gradient(top,  #2c3248 0%, #444d6f 100%);
    background: -webkit-linear-gradient(top,  #2c3248 0%,#444d6f 100%);
    background: linear-gradient(to bottom,  #2c3248 0%,#444d6f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c3248', endColorstr='#444d6f',GradientType=0 );


}

.banner-title {
    color: #fff !important;
    text-transform: uppercase !important;
    font-size: 40px !important;
    font-weight: 600 !important;

}

@media (max-width: 767px) {
    .banner-title {
        font-size: 30px !important;
    }
    .banner-area {
        min-height: 120px !important;
    }
}

@media (max-width: 575px) {
    .banner-title {
        font-size: 22px !important;
        line-height: 1.3 !important;
    }
    .banner-area {
        min-height: 120px !important;
    }
}

.banner-text {
    position: absolute !important;
    top: 50% !important;
    left: 0 !important;
    right: 0 !important;
    max-width: 1170px !important;
    margin: 0 auto !important;
    width: 100% !important;
    z-index: 1 !important;
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
}

.banner-heading {
    text-align: center !important;
    padding-top: 31px !important;
}

.breadcrumb {
    padding: 0 !important;
    background: none !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
}

.breadcrumb li a,
.breadcrumb .breadcrumb-item,
.breadcrumb li a:focus,
.breadcrumb li a:hover {
    color: #fff !important;
}

.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: #fff !important;
}
.text-uppercase{
    text-transform: uppercase !important;
}
.tw-top-bar {
    padding: 5px 0;
    border-bottom: 1px solid #F2F2F2;
    background-color: #000000;
}

.tw-top-bar .text-left .top-contact-info span {
    padding-left: 0;
    padding-right: 40px;
    color: #eee;
    font-size: 14px;
    font-weight: 100;
}

.tw-top-bar-angle {
    padding: 5px 0;
    border-bottom: 1px solid #F2F2F2;
    position: relative;
    z-index: 2;
}

.tw-top-bar-angle:before {
    position: absolute;
    top: 0px;
    left: 0;
    width: 50%;
    height: 100%;
    content: "";
    background: #2f2c2c;
}

.tw-top-bar-angle:after {
    position: absolute;
    top: 0px;
    left: 50%;
    content: "";
    border-right: 30px solid transparent;
    border-bottom: 10px solid transparent;
    border-top: 38px solid #2f2c2c;
}
.top-social-links{
    text-align: right;
}
.top-social-links a {
    padding-left: 20px;
}

.top-social-links a i {
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.top-social-links a i:hover {
    color: #b89f5c;
}

.top-social-links span {
    color: #ffffff;
}

.top-contact-info span {
    font-size: 14px;
    color: #2f2c2c;
    padding-left: 60px;
}

.top-contact-info span i {
    padding-right: 10px;
}

.tw-top-bar-angle .top-contact-info span {
    color: #fff;
    padding-left: 0;
    padding-right: 40px;
}
@media (min-width: 992px) and (max-width:1199px) {
    /* Top Bar  */
    .tw-top-bar-angle .top-contact-info span {
        padding-right: 10px;
    }
    .top-social-links a {
        padding-left: 10px;
    }
}

@media (max-width: 767px) {
    .tw-top-bar .text-left .top-contact-info span {
        padding: 0;
        color: #eee;
        font-size: 14px;
        font-weight: 100;
        display: block;
        text-align: center;
    }
    .top-social-links{
        text-align: center;
    }
}
.tiles-section-wrapper{
    padding: 0;
    margin: 0;
    margin-top: -15px;
}
.tiles-div{
    padding: 0;
    margin: 0;
}
.tiles-div img{
    padding: 0;
    margin: 0;
    width: 100%;
}
.div-bg{
    background : #FAF8F8 !important;
}

.blog-img {
    position: relative;
}
.blog-img a {
    display: block;
    overflow: hidden;
}
.blog-img a img {
    width: 100%;
    transition: 0.3s;
}

.blog-wrapper:hover .blog-img img {
    transform: scale(1.1);
}

.blog-text {
    box-shadow: 0px 6px 50px rgba(37, 37, 37, 0.05);
    padding: 36px 30px 46px 40px;
    margin-left: 34px;
    margin-right: 34px;
    background: #ffffff;
    margin-top: -15px;
    position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .blog-text {
        padding: 36px 20px 46px 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-text {
        padding: 36px 15px 46px 15px;
        margin-left: 15px;
        margin-right: 15px;
    }
}
@media (max-width: 767px) {
    .blog-text {
        padding: 36px 15px 46px 15px;
        margin-left: 15px;
        margin-right: 15px;
    }
}
.blog-text h4 {
    font-size: 28px;
    margin-bottom: 0;
    margin-top: 11px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-text h4 {
        font-size: 22px;
    }
}
@media (max-width: 767px) {
    .blog-text h4 {
        font-size: 22px;
    }
}
.blog-text h4 > a {
    line-height: 1.3;
    transition: 0.3s;
}
.blog-text h4 > a:hover {
    color: #b89f5c;
}

.blog-meta span {
    font-size: 14px;
    color: #565872;
    font-weight: 400;
    margin-right: 19px;
    transition: 0.3s;
}
.blog-meta span a {
    display: inline-block;
}
.blog-meta span > a:hover {
    color: #b89f5c;
}
.blog-meta span i {
    font-size: 12px;
    margin-right: 6px;
    color: #b89f5c;
}
.blog-meta span:last-child {
    margin-right: 0;
}

.blog-button {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
}
.blog-button a {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    background: #b89f5c;
    display: inline-block;
    color: #ffffff;
    border-radius: 50%;
    transition: 0.3s;
}
.blog-button a:hover {
    background: #FFCB2D;
}

.blog-2-text {
    margin-right: 0;
    margin-left: 0;
    padding: 30px;
}
.blog-2-text > h4 {
    font-size: 20px;
    margin-top: 0;
    border-bottom: 2px solid #E0E0E0;
    margin-bottom: 17px;
    padding-bottom: 15px;
}
.blog-2-text .blog-meta span {
    font-size: 12px;
    margin-right: 35px;
}
.blog-2-text .blog-meta span > a {
    display: inline-block;
}
.blog-2-text .blog-meta span > a:hover {
    color: #b89f5c;
}
.blog-2-text .blog-meta span i {
    font-size: 12px;
    margin-right: 7px;
    color: #565872;
    position: relative;
}

.blog-02-button {
    margin-top: 19px;
}
.blog-02-button > a {
    color: #565872;
    font-size: 16px;
    line-height: 1;
    text-transform: capitalize;
    font-weight: 500;
    transition: 0.3s;
}
.blog-02-button > a i {
    font-size: 12px;
    margin-left: 5px;
}
.blog-02-button > a:hover {
    color: #b89f5c;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-standard {
        margin-right: 0;
        margin-left: 0;
    }
}
@media (max-width: 767px) {
    .blog-standard {
        margin-right: 0;
        margin-left: 0;
    }
}
#loader-css{
    background: #35ffc3;
    width: 100% !important;
    height: 100% !important;
    position: fixed !important;
    z-index: 9999999 !important;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    position: relative;
    margin: 70px auto 0;
    animation: ripple 0.7s linear infinite;
}
@keyframes ripple {
    0%{
        box-shadow: 0 0 0 0 rgba(101, 255, 120, 0.3), 0 0 0 0.5em rgba(101, 255, 120, 0.3),
            0 0 0 1.5em rgba(101, 255, 120, 0.3), 0 0 0 3em rgba(101, 255, 120, 0.3);
    }
    100%{
        box-shadow: 0 0 0 0.5em rgba(101, 255, 120, 0.3), 0 0 0 1.5em rgba(101, 255, 120, 0.3),
            0 0 0 3em rgba(101, 255, 120, 0.3), 0 0 0 4em rgba(101, 255, 120, 0);
    }
}
.EventModal{
    padding-top: 100px !important;
}
.accordion-category .card .card-header{
    background: rgb(238,238,238);
    background: -moz-linear-gradient(90deg, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(90deg, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee",endColorstr="#ffffff",GradientType=1);
    font-size: 18px;
    font-weight: 600;
}

.accordion-sub-category .card .card-header{
    background: rgb(255,255,255);
    background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#eeeeee",GradientType=1);
}
.accordion-sub-category .card .card-header p{
    margin-bottom: 0 !important;
}
.accordion-sub-category .card-body ul, .accordion-sub-category .card-body ol{
    padding-left: 25px !important;
}
.accordion-sub-category .card-body ul li, .accordion-sub-category .card-body ol li{
    list-style: square !important;
}
.accordion-sub-category .card-body strong{
    font-weight: 900 !important;
}
.innerpage-main-wrapper{
    padding: 50px 10px !important;
    margin-top: -150px !important;
    background-color: #fff !important;
    z-index: 99999999 !important;
    position: relative !important;
}
.pricing-plan{
    padding: 15px;
    margin: 20px 0;
}
.pricing-plan-inner{
    padding: 25px 15px;
    margin: 20px 0;
    text-align: center;
    color: #fff !important;
    background: #12263E;
}

.pricing-plan-inner h1, .pricing-plan-inner h2, .pricing-plan-inner h3, .pricing-plan-inner h4, .pricing-plan-inner h5, .pricing-plan-inner h6{
    color: #fff !important;
}
