@charset "UTF-8";
html {
    font-size: 62.5%;
    padding: 0;
    margin: 0;
}

.open-sans {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

:root {
    --bs-font-sans-serif: "Open Sans", sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1.4rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
    --bs-link-color: #892f25;
    --bs-link-hover-color: #731C12;
    --app-font-sans: "Open Sans", sans-serif;
}

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

@media (prefers-reduced-motion:no-preference) {
     :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0 auto;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    max-width: 1920px;
    width: 100%;
    overflow-x: hidden;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.h1,
h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media (min-width:1200px) {
    .h1,
    h1 {
        font-size: 2.5rem
    }
}

.h2,
h2 {
    font-size: calc(1.325rem + .9vw)
}

@media (min-width:1200px) {
    .h2,
    h2 {
        font-size: 2rem
    }
}

.h3,
h3 {
    font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {
    .h3,
    h3 {
        font-size: 1.75rem
    }
}

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

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

ul {
    padding-left: 2rem
}

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

ul ul {
    margin-bottom: 0
}

b,
strong {
    font-weight: bolder
}

.small,
small {
    font-size: .875em
}

a {
    color: var(--bs-link-color);
    text-decoration: underline
}

a:hover {
    color: var(--bs-link-hover-color)
}

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

img,
svg {
    vertical-align: middle
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

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

button {
    text-transform: none
}

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

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

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

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

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

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

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

[hidden] {
    display: none!important
}

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

.container,
.container-fluid,
.container-lg {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    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,
    .container-lg {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container,
    .container-lg {
        max-width: 1140px
    }
}

@media (min-width:1400px) {
    .container,
    .container-lg {
        max-width: 1280px;
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x))
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    /* max-width: 100%; */
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

.gy-5 {
    --bs-gutter-y: 3rem
}

@media (min-width:768px) {
    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

@media (min-width:992px) {
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }
}

@media (min-width:1200px) {
    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }
    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }
    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }
    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

@media (min-width:1400px) {
    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }
    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%
    }
}

.btn {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: #212529;
    --bs-btn-bg: transparent;
    --bs-btn-border-width: 1px;
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: 0.375rem;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color)
}

.btn:focus-visible {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn.active,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color)
}

.btn.active:focus-visible,
.btn:first-child:active:focus-visible,
:not(.btn-check)+.btn:active:focus-visible {
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn:disabled {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity)
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0d6efd;
    --bs-btn-border-color: #0d6efd;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 0.5rem;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x)
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-lg {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between
}

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }
    50% {
        opacity: 1;
        transform: none
    }
}

.placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: currentcolor;
    opacity: .5
}

.placeholder.btn::before {
    display: inline-block;
    content: ""
}

@keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}

@keyframes placeholder-wave {
    100% {
        -webkit-mask-position: -200% 0;
        mask-position: -200% 0
    }
}

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

.d-flex {
    display: flex!important
}
/* 
.d-none {
    display: none!important;
} */

.position-relative {
    position: relative!important
}

.flex-column {
    flex-direction: column!important
}

.flex-shrink-0 {
    flex-shrink: 0!important
}

.justify-content-center {
    justify-content: center!important
}

.align-items-center {
    align-items: center!important
}

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

.me-auto {
    margin-right: auto!important
}

.mb-1 {
    margin-bottom: .25rem!important
}

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

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

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

@media (min-width:1200px) {
    .d-xl-flex {
        display: flex!important
    }
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v15/pxiEyp8kv8JHgFVrJJfecg.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1Mu51xIIzI.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51S7ACc6CsQ.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TzBic6CsQ.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4mxK.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

body {
    background: #fff;
    color: #444;
    font-family: Roboto, sans-serif
}

a {
    color: #023b6d;
    transition: .3s;
    text-decoration: none
}

a:active,
a:focus,
a:hover {
    color: #009bd9;
    outline: 0;
    text-decoration: none
}

h1,
h2,
h3 {
    color: #023b6d;
    font-family: var(--bs-font-sans-serif);
    font-weight:600
}

.main {
    /* margin-top: 60px; */
}

.icon {
    width: 16px;
    height: 16px
}

.scroll-top {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 15px;
    bottom: -15px;
    visibility: hidden;
    opacity: 0;
    width: 44px;
    height: 44px;
    background: #009bd9;
    border-radius: 4px;
    transition: .3s;
    z-index: 11
}

.scroll-top:hover {
    background: #03b7ff;
    box-shadow: 0 6px 15px 0 rgba(0, 155, 217, .3)
}

.scroll-top .icon {
    color: #fff;
    width: 20px;
    height: 20px
}

.scroll-top.active {
    visibility: visible;
    opacity: 1;
    transition: .3s;
    bottom: 15px
}

.btn-primary {
    border: 0;
    border-radius: 2px;
    transition: .3s;
    padding: 6px 20px;
    background: #023b6d
}

.btn-primary:focus,
.btn-primary:hover {
    background: #035195;
    box-shadow: 0 6px 15px 0 rgba(2, 59, 109, .25)
}

.header {
    /* background: #023b6d; */
    /* height: 60px; */
    z-index: 9999
}

.header .search-form {
    min-width: 240px
}

.header .search-form input {
    border: 1px solid rgba(255, 255, 255, .5);
    background-color: rgba(255, 255, 255, .05);
    color: #fff;
    border-radius: 0
}

.header .search-form input:focus {
    border-color: rgba(255, 255, 255, .8)
}

.header .search-form .icon {
    color: rgba(255, 255, 255, .8)
}

@media (min-width:1280px) {
    .navbar {
        padding: 0;
        position: static
    }
    .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center
    }
    .navbar>ul>li {
        white-space: nowrap;
        padding: 10px;
    }
    .navbar a,
    .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 3px;
        font-size: 16px;
        font-weight: 400;
        color: rgba(255, 255, 255, .7);
        white-space: nowrap;
        transition: .3s;
        position: relative
    }
    .navbar a .icon,
    .navbar a:focus .icon {
        width: 20px;
        height: 20px;
        color: #009bd9
    }
    .navbar .active,
    .navbar .active:focus,
    .navbar a:hover,
    .navbar li:hover>a {
        color: #fff
    }
    .navbar .nav-categories ul {
        position: absolute;
        top: 60px;
        left: 12px;
        right: 12px;
        padding: 15px;
        height: auto;
        background: #fff;
        box-shadow: 0 5px 15px 0 rgba(2, 59, 109, .1);
        opacity: 0;
        visibility: hidden;
        transition: .2s;
        flex-wrap: wrap
    }
    .navbar .nav-categories ul li {
        display: flex;
        /* flex: 0 50%; */
        align-items: center;
        padding: 8px 8px
    }
    .navbar .nav-categories ul a {
        padding: 0;
        color: #023b6d;
        margin-right: 5px;
        font-size: 15px;
        font-weight: 400
    }
    .navbar .nav-categories ul a:hover {
        color: #009bd9
    }
    .navbar .nav-categories ul a.active {
        font-weight: 700;
        color: #009bd9
    }
    .navbar .nav-categories ul .icon {
        color: #009bd9;
        width: 18px;
        height: 18px
    }
    .navbar .nav-categories ul span {
        color: #999;
        font-size: 13px;
        font-weight: 400
    }
    .navbar .nav-categories:hover>ul {
        opacity: 1;
        visibility: visible;
        transition: .2s
    }
    .navbar .memberarea .icon {
        margin: 2px 5px 0 0
    }
    .mobile-nav-hide,
    .mobile-nav-show {
        display: none
    }
}

@media (max-width:1279px) {
    .navbar {
        position: fixed;
        top: 155px;
        right: -100%;
        width: 100%;
        max-width: 768px;
        /* border-left: 1px solid #666; */
        bottom: 0;
        transition: .3s;
        z-index: 9997
    }
    .navbar>ul {
        position: absolute;
        inset: 0;
        padding: 15px 0;
        margin: 0;
        background: #ccc;
        overflow-y: auto;
        transition: .3s;
        z-index: 9998;
        list-style: none;
        display: flex;
        flex-direction: column
    }
    .navbar a,
    .navbar a:focus {
        display: flex;
        align-items: center;
        padding: 10px 20px;
        font-size: 18px;
        font-weight: 400;
        color: #023b6d;
        white-space: nowrap;
        transition: .3s
    }
    .navbar a .icon,
    .navbar a:focus .icon {
        width: 20px;
        height: 20px;
        color: #009bd9;
        margin-left: 4px
    }
    .navbar .active,
    .navbar .active:focus,
    .navbar a:hover,
    .navbar li:hover>a {
        color: #009bd9
    }
    .navbar .memberarea .icon {
        margin: 2px 6px 0 0
    }
    .navbar .nav-search-form {
        display: none
    }
    .navbar .nav-categories {
        position: relative
    }
    .navbar .nav-categories ul {
        padding: 0 15px 0 25px;
        background: #fff;
        transition: .2s;
        display: none
    }
    .navbar .nav-categories ul li {
        display: flex;
        align-items: center;
        padding: 8px
    }
    .navbar .nav-categories ul a {
        padding: 0;
        color: #023b6d;
        margin-right: 5px;
        font-size: 16px;
        font-weight: 400
    }
    .navbar .nav-categories ul a:hover {
        color: #009bd9
    }
    .navbar .nav-categories ul a.active {
        font-weight: 700;
        color: #009bd9
    }
    .navbar .nav-categories ul .icon {
        color: #009bd9;
        width: 18px;
        height: 18px
    }
    .navbar .nav-categories ul span {
        color: #999;
        font-size: 13px;
        font-weight: 400
    }
    .navbar .nav-categories .nav-categories-active {
        display: block
    }
    .mobile-nav-toggle {
        margin: 8px 15px;
    }
    .mobile-nav-toggle .icon {
        color: rgba(255, 255, 255, .7);
        transition: .5s;
        z-index: 9999;
        width: 24px;
        height: 24px;
    }
    .mobile-nav-active {
        overflow: hidden
    }
    .mobile-nav-active .navbar {
        right: 0;
    }
    .mobile-nav-active .navbar:before {
        content: "";
        position: fixed;
        inset: 60px 0 0 0;
        background: rgba(255, 255, 255, .8);
        /* background:#fff; */
        z-index: 9996;
        display: none;
    }
}

.hero {
    padding: 100px 15px
}

.hero h1 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #024077
}

.hero p {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
    font-weight: 400;
    max-width: 800px;
    color: #024681
}

@media (max-width:991px) {
    .hero {
        padding: 60px 15px
    }
    .hero h1 {
        font-size: 32px
    }
    .hero p {
        font-size: 18px
    }
}

.template-card {
    transition: .3s ease-in-out;
    height: 100%;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border: 1px solid #eee
}

.template-card picture {
    width: 100%;
    overflow: hidden
}

@media (min-width:1200px) {
    .template-card picture {
        width: 380px
    }
}

.template-card .details {
    padding: 40px;
    border-left: 1px solid #eee
}

@media (max-width:1200px) {
    .template-card .details {
        padding: 30px;
        border-top: 1px solid #eee;
        border-left: 0
    }
}

.template-card h2 {
    margin: 0;
    padding: 0 0 25px 0;
    font-size: 20px;
    font-weight: 600;
    font-family: Poppins, sans-serif
}

.template-card h2 a {
    color: #035195
}

.template-card h2 a::after {
    position: absolute;
    inset: 0;
    z-index: 1;
    content: ""
}

.template-card p {
    color: #555;
    margin: 0 0 25px 0;
    overflow: hidden
}

.template-card .buttons {
    position: relative;
    z-index: 2
}

@media (max-width:1200px) {
    .template-card .buttons {
        text-align: center
    }
}

.template-card .buttons a {
    display: inline-flex;
    align-items: center;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .3px;
    border-radius: 4px;
    color: #023b6d;
    transition: all .3s;
    flex-grow: 1;
    flex-basis: auto;
    justify-content: center;
    border: 1px solid #cfd4e4
}

.template-card .buttons a:hover {
    border-color: #009bd9;
    color: #009bd9
}

.template-card .buttons a.download {
    margin-left: 12px
}

@media (max-width:575px) {
    .template-card .buttons a {
        font-size: 14px;
        padding: 8px 22px
    }
}

.template-card:hover {
    box-shadow: 0 0 40px rgba(2, 59, 109, .1)
}

.template-card:hover h2 a {
    color: #009bd9
}

@keyframes animate-spinner {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

.deal {
    padding: 40px 0;
    margin-bottom: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #000
}

.deal p {
    font-size: 26px
}

.deal .btn-primary {
    background: #c94545;
    box-shadow: 0 0 15px 0 rgba(201, 69, 69, .4);
    padding: 10px 40px;
    border-radius: 3px
}

.deal .btn-primary:hover {
    background: #bc1a1a;
    box-shadow: 0 0 30px 0 rgba(201, 69, 69, .7)
}

.page-content h3 {
    font-size: 20px;
    font-weight: 500;
    color: #009bd9
}

.search-bar-toggle {
    color: rgba(255, 255, 255, .7);
    width: 24px;
    height: 24px;
    margin-right: 5px;
    cursor: pointer;
    transition: .3s;
    display: none
}

.search-bar-toggle:hover {
    color: #fff
}

@media (max-width:1279px) {
    .search-bar-toggle {
        display: block
    }
}

.search-bar {
    position: fixed;
    top: 145px;
    left: 0;
    right: 0;
    padding: 20px 0;
    box-shadow: 0 0 15px 0 rgba(2, 59, 109, .1);
    background: #FFC507;
    z-index: 9999
}

.search-form input {
    border: 0;
    font-size: 14px;
    color: #023b6d;
    /* border: 1px solid rgba(2, 59, 109, .2); */
    padding: 7px 38px 7px 10px;
    border-radius: 0;
    transition: 1.3s;
    width: 100%;
    color: #731C12;
}

.search-form input:focus,
.search-form input:hover {
    outline: 0;
    box-shadow: 0 0 10px 0 rgba(2, 59, 109, .15);
    border: 1px solid rgba(2, 59, 109, .3);
}

.search-form button {
    border: 0;
    padding: 0;
    margin-left: -30px;
    background: 0 0
}

.search-form button .icon {
    color: rgba(2, 59, 109, .6);
    width: 20px;
    height: 20px
}

.loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
    margin: 0 0 15px 0
}

.loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    animation: animate-loading 1s linear infinite
}

@keyframes animate-loading {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

.footer {
    margin-top: 30px
}

.footer-newsletter {
    background: #f4faff
}

.newsletter-form {
    padding: 50px 0;
    font-size: 16px;
    background: #f4faff;
    text-align: center
}

.newsletter-form h3 {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 1;
    font-weight: 600
}

.newsletter-form input[type=email] {
    border: 1px solid #fff;
    padding: 10px 12px;
    width: 100%;
    box-shadow: 0 2px 15px rgba(2, 59, 109, .12);
    display: block;
    transition: .3s
}

.newsletter-form input[type=email]:focus {
    outline: 0;
    border-color: #009bd9
}

.newsletter-form input[type=submit] {
    font-size: 16px;
    padding: 12px 40px;
    border: 0;
    background: #009bd9;
    color: #fff;
    transition: .3s;
    border-radius: 3px;
    box-shadow: 0 2px 15px rgba(2, 59, 109, .12)
}

.newsletter-form input[type=submit]:hover {
    background: #00a6e8;
    box-shadow: 0 0 30px rgba(2, 59, 109, .2)
}

.newsletter-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin: 15px 0 0 0
}

.newsletter-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin: 15px 0 0 0
}

.footer-top {
    padding: 60px 0 30px 0;
    background: #023b6d;
    border-top: 2px solid #f4faff
}

.footer-top h3 {
    font-size: 16px;
    font-weight: 600;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 0;
    color: #fff
}

.footer-about {
    margin-bottom: 30px
}

.footer-about .description {
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0 0 0;
    color: #fff
}

.social-links a {
    background: rgba(255, 255, 255, .2);
    color: #fff;
    margin-right: 5px;
    border-radius: 50px;
    text-align: center;
    width: 40px;
    height: 40px;
    transition: .3s;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.social-links a:hover {
    background: #009bd9;
    color: #fff;
    text-decoration: none
}

.social-links .icon {
    width: 18px;
    height: 18px
}

.footer-nav {
    margin-bottom: 30px
}

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

.footer-nav .icon {
    color: #009bd9;
    width: 18px;
    height: 18px;
    margin: 0 2px 0 -5px
}

.footer-nav li {
    padding: 6px 0;
    display: flex;
    align-items: center
}

.footer-nav li:first-child {
    padding-top: 0
}

.footer-nav a {
    transition: .3s;
    font-size: 15px;
    color: rgba(255, 255, 255, .7)
}

.footer-nav a:hover {
    text-decoration: none;
    color: #fff
}

.copyright {
    font-size: 15px;
    padding: 25px 0
}

.cookie-bar {
    background-color: rgba(0, 0, 0, .8);
    color: #fff;
    padding: 15px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    z-index: 99999999;
    transition: bottom 1s;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"
}

.cookie-bar a {
    color: #fff;
    text-decoration: underline
}

.cookie-bar .accept-cookies {
    background-color: #009bd9;
    color: #fff;
    border: 0;
    padding: 3px 15px;
    cursor: pointer;
    border-radius: 3px;
    transition: none;
    margin-left: 10px
}

.cookie-bar .accept-cookies:active,
.cookie-bar .accept-cookies:hover {
    background-color: #0089c0
}

@media (max-width:1024px) {
    .cookie-bar {
        flex-direction: column
    }
    .cookie-bar span {
        padding-bottom: 10px
    }
}

.w-30 {
    width: 30%
}

.w-40 {
    width: 40%
}