:root,
[data-bs-theme=light] {
    --bs-primary: #213855; /* Matches "Primary Navy Blue" in theme.json */
    --bs-secondary: #E10600; /* Matches "Secondary Red" in theme.json */
    --bs-font-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-color: #000;
    --bs-body-bg: #fff;
    --bs-heading-color: inherit;
    --bs-link-color: #213855; /* Primary link color */
    --bs-link-hover-color: #1b2e46;
    --bs-font-size-small: 12px; /* Matches "Small" in theme.json */
    --bs-font-size-regular: 16px; /* Matches "Regular" in theme.json */
    --bs-font-size-large: 24px; /* Matches "Large" in theme.json */
    --bs-font-size-x-large: 32px; /* Matches "Extra Large" in theme.json */
}

[data-bs-theme=dark] {
    --bs-primary: #213855; /* Primary Navy Blue */
    --bs-secondary: #E10600; /* Secondary Red */
    --bs-body-color: #dee2e6;
    --bs-body-bg: #212529;
    --bs-link-color: #213855;
    --bs-link-hover-color: #1b2e46;
    --bs-font-size-small: 12px;
    --bs-font-size-regular: 16px;
    --bs-font-size-large: 24px;
    --bs-font-size-x-large: 32px;
}




*,
:after,
:before {
    box-sizing: border-box
}

@media(prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}


body {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(20, 20, 20, 0);
    background-color: var(--bs-body-bg);
    color: var(--bs-body-color);
    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);
    text-align: var(--bs-body-text-align)
}

.iti__flag {

    background-image: url(../images/flags.png?1);
}


hr {
    border: 0;
    border-top: var(--bs-border-width) solid;
    color: inherit;
    margin: 1rem 0;
    opacity: .25
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--bs-heading-color);
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: .5rem;
    margin-top: 0
}

.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
    }
}

.h4,
h4 {
    font-size: calc(1.275rem + .3vw)
}

@media(min-width:1200px) {

    .h4,
    h4 {
        font-size: 1.5rem
    }
}

.h5,
h5 {
    font-size: 1.25rem
}

p {
    margin-top: 0
}

address,
p {
    margin-bottom: 1rem
}

address {
    font-style: normal;
    line-height: inherit
}

ol,
ul {
    padding-left: 2rem
}

dl,
ol,
ul {
    margin-bottom: 1rem;
    margin-top: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

b,
strong {
    font-weight: bolder
}

a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: underline
}

a:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb)
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code {
    word-wrap: break-word;
    color: var(--bs-code-color);
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    font-size: .875em
}

a>code {
    color: inherit
}

img,
svg {
    vertical-align: middle
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

td,
th,
tr {
    border: 0 solid;
    border-color: inherit
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

::-moz-focus-inner {
    border-style: none;
    padding: 0
}

textarea {
    resize: vertical
}

::-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] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    -webkit-appearance: button;
    font: inherit
}

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

.img-fluid {
    height: auto;
    max-width: 100%
}

.container,
.container-fluid {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: calc(var(--bs-gutter-x)*.5);
    padding-right: calc(var(--bs-gutter-x)*.5);
    width: 100%
}



@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: 1140px
    }
}

@media(min-width:1400px) {
    .container {
        max-width: 1320px
    }


}
    .container-v5 {
    max-width: 1120px !important;
}


.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-clip: padding-box;
    background-color: var(--bs-body-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    color: var(--bs-body-color);
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.65;
    padding: .375rem .75rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%
}

@media(prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control[type=file] {
    overflow: hidden
}

.form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control:focus {
    background-color: var(--bs-body-bg);
    border-color: #8098ab;
    box-shadow: 0 0 0 .25rem rgba(0, 48, 86, .25);
    color: var(--bs-body-color);
    outline: 0
}

.form-control::-webkit-date-and-time-value {
    height: 1.65em;
    margin: 0;
    min-width: 85px
}

.form-control::-webkit-datetime-edit {
    display: block;
    padding: 0
}

.form-control::-moz-placeholder {
    color: var(--bs-secondary-color);
    opacity: 1
}

.form-control::placeholder {
    color: var(--bs-secondary-color);
    opacity: 1
}

.form-control:disabled {
    background-color: var(--bs-secondary-bg);
    opacity: 1
}

.form-control::file-selector-button {
    background-color: var(--bs-tertiary-bg);
    border: 0 solid;
    border-color: inherit;
    border-inline-end-width: var(--bs-border-width);
    border-radius: 0;
    color: var(--bs-body-color);
    margin: -.375rem -.75rem;
    margin-inline-end: .75rem;
    padding: .375rem .75rem;
    pointer-events: none;
    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) {
    .form-control::file-selector-button {
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: var(--bs-secondary-bg)
}

textarea.form-control {
    min-height: calc(1.65em + .75rem + var(--bs-border-width)*2)
}

[data-bs-theme=dark] .form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E")
}

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
    --bs-form-switch-bg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(255, 255, 255, 0.25)'/%3E%3C/svg%3E")
}

.btn {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.65;
    --bs-btn-color: var(--bs-body-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-width: var(--bs-border-width);
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: var(--bs-border-radius);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .15), 0 1px 1px hsla(0, 0%, 8%, .075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    background-color: var(--bs-btn-bg);
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    color: var(--bs-btn-color);
    cursor: pointer;
    display: inline-block;
    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);
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    text-align: center;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle
}

@media(prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    color: var(--bs-btn-hover-color)
}

.btn:focus-visible {
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    box-shadow: var(--bs-btn-focus-box-shadow);
    color: var(--bs-btn-hover-color);
    outline: 0
}

.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color);
    color: var(--bs-btn-active-color)
}

.btn.active:focus-visible,
.btn.show: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,
.btn:disabled {
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    color: var(--bs-btn-disabled-color);
    opacity: var(--bs-btn-disabled-opacity);
    pointer-events: none
}



.fade {
    transition: opacity .15s linear
}

@media(prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media(prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.collapsing.collapse-horizontal {
    height: auto;
    transition: width .35s ease;
    width: 0
}

@media(prefers-reduced-motion:reduce) {
    .collapsing.collapse-horizontal {
        transition: none
    }
}

.dropdown-menu[data-bs-popper] {
    left: 0;
    margin-top: var(--bs-dropdown-spacer);
    top: 100%
}

.dropdown-menu-start[data-bs-popper] {
    left: 0;
    right: auto
}

.dropdown-menu-end[data-bs-popper] {
    left: auto;
    right: 0
}

@media(min-width:576px) {
    .dropdown-menu-sm-start[data-bs-popper] {
        left: 0;
        right: auto
    }

    .dropdown-menu-sm-end[data-bs-popper] {
        left: auto;
        right: 0
    }
}

@media(min-width:768px) {
    .dropdown-menu-md-start[data-bs-popper] {
        left: 0;
        right: auto
    }

    .dropdown-menu-md-end[data-bs-popper] {
        left: auto;
        right: 0
    }
}

@media(min-width:992px) {
    .dropdown-menu-lg-start[data-bs-popper] {
        left: 0;
        right: auto
    }

    .dropdown-menu-lg-end[data-bs-popper] {
        left: auto;
        right: 0
    }
}

@media(min-width:1200px) {
    .dropdown-menu-xl-start[data-bs-popper] {
        left: 0;
        right: auto
    }

    .dropdown-menu-xl-end[data-bs-popper] {
        left: auto;
        right: 0
    }
}

@media(min-width:1400px) {
    .dropdown-menu-xxl-start[data-bs-popper] {
        left: 0;
        right: auto
    }

    .dropdown-menu-xxl-end[data-bs-popper] {
        left: auto;
        right: 0
    }
}

.dropup .dropdown-menu[data-bs-popper] {
    bottom: 100%;
    margin-bottom: var(--bs-dropdown-spacer);
    margin-top: 0;
    top: auto
}

.dropend .dropdown-menu[data-bs-popper] {
    left: 100%;
    margin-left: var(--bs-dropdown-spacer);
    margin-top: 0;
    right: auto;
    top: 0
}

.dropstart .dropdown-menu[data-bs-popper] {
    left: auto;
    margin-right: var(--bs-dropdown-spacer);
    margin-top: 0;
    right: 100%;
    top: 0
}

.dropdown-menu.show {
    display: block
}

.nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-link-color);
    --bs-nav-link-hover-color: var(--bs-link-hover-color);
    --bs-nav-link-disabled-color: var(--bs-secondary-color);
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.nav-link {
    background: none;
    border: 0;
    color: var(--bs-nav-link-color);
    display: block;
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .nav-link {
        transition: none
    }
}

.nav-link:focus,
.nav-link:hover {
    color: var(--bs-nav-link-hover-color)
}

.nav-link:focus-visible {
    box-shadow: 0 0 0 .25rem rgba(0, 48, 86, .25);
    outline: 0
}

.nav-link.disabled,
.nav-link:disabled {
    color: var(--bs-nav-link-disabled-color);
    cursor: default;
    pointer-events: none
}

.nav-tabs .nav-item.show .nav-link {
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color);
    color: var(--bs-nav-tabs-link-active-color)
}

.nav-pills .show>.nav-link {
    background-color: var(--bs-nav-pills-link-active-bg);
    color: var(--bs-nav-pills-link-active-color)
}

.nav-underline .show>.nav-link {
    border-bottom-color: currentcolor;
    color: var(--bs-nav-underline-link-active-color);
    font-weight: 700
}

.navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 0.5rem;
    --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
    --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
    --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
    --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-padding-y: 0.29375rem;
    --bs-navbar-brand-margin-end: 1rem;
    --bs-navbar-brand-font-size: 1.25rem;
    --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-nav-link-padding-x: 0.5rem;
    --bs-navbar-toggler-padding-y: 0.25rem;
    --bs-navbar-toggler-padding-x: 0.75rem;
    --bs-navbar-toggler-font-size: 1.25rem;
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
    --bs-navbar-toggler-border-radius: var(--bs-border-radius);
    --bs-navbar-toggler-focus-width: 0.25rem;
    --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
    flex-wrap: wrap;
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
    position: relative
}

.navbar,
.navbar>.container,
.navbar>.container-fluid {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.navbar>.container,
.navbar>.container-fluid {
    flex-wrap: inherit
}

.navbar-brand {
    color: var(--bs-navbar-brand-color);
    font-size: var(--bs-navbar-brand-font-size);
    margin-right: var(--bs-navbar-brand-margin-end);
    padding-bottom: var(--bs-navbar-brand-padding-y);
    padding-top: var(--bs-navbar-brand-padding-y);
    text-decoration: none;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    color: var(--bs-navbar-brand-hover-color)
}

.navbar-nav {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-navbar-color);
    --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
    --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
    display: flex;
    flex-direction: column;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: var(--bs-navbar-active-color)
}

.navbar-collapse {
    align-items: center;
    flex-basis: 100%;
    flex-grow: 1
}

.navbar-toggler {
    background-color: transparent;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    color: var(--bs-navbar-color);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    transition: var(--bs-navbar-toggler-transition)
}

@media(prefers-reduced-motion:reduce) {
    .navbar-toggler {
        transition: none
    }
}

.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
    outline: 0;
    text-decoration: none
}

@media(min-width:576px) {
    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
}

@media(min-width:768px) {
    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
}

@media(min-width:992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: var(--bs-navbar-nav-link-padding-x);
        padding-right: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media(min-width:1200px) {
    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
}

@media(min-width:1400px) {
    .navbar-expand-xxl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto
}

.navbar[data-bs-theme=dark] {
    --bs-navbar-color: hsla(0, 0%, 100%, .55);
    --bs-navbar-hover-color: hsla(0, 0%, 100%, .75);
    --bs-navbar-disabled-color: hsla(0, 0%, 100%, .25);
    --bs-navbar-active-color: #fff;
    --bs-navbar-brand-color: #fff;
    --bs-navbar-brand-hover-color: #fff;
    --bs-navbar-toggler-border-color: hsla(0, 0%, 100%, .1)
}

.navbar[data-bs-theme=dark],
[data-bs-theme=dark] .navbar-toggler-icon {
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.card {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-title-color: ;
    --bs-card-subtitle-color: ;
    --bs-card-border-width: var(--bs-border-width);
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: var(--bs-border-radius);
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: ;
    --bs-card-bg: var(--bs-body-bg);
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    word-wrap: break-word;
    background-clip: border-box;
    background-color: var(--bs-card-bg);
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius);
    color: var(--bs-body-color);
    display: flex;
    flex-direction: column;
    height: var(--bs-card-height);
    min-width: 0;
    position: relative
}

.card>hr {
    margin-left: 0;
    margin-right: 0
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
    border-bottom-right-radius: var(--bs-accordion-inner-border-radius)
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-left-radius: var(--bs-accordion-border-radius);
    border-bottom-right-radius: var(--bs-accordion-border-radius)
}

.accordion-flush .accordion-collapse {
    border-width: 0
}

.accordion-flush .accordion-item .accordion-button.collapsed {
    border-radius: 0
}

[data-bs-theme=dark] .accordion-button:after {
    --bs-accordion-btn-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2366839a' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2366839a' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E")
}

.pagination {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 1rem;
    --bs-pagination-color: var(--bs-link-color);
    --bs-pagination-bg: var(--bs-body-bg);
    --bs-pagination-border-width: var(--bs-border-width);
    --bs-pagination-border-color: var(--bs-border-color);
    --bs-pagination-border-radius: var(--bs-border-radius);
    --bs-pagination-hover-color: var(--bs-link-hover-color);
    --bs-pagination-hover-bg: var(--bs-tertiary-bg);
    --bs-pagination-hover-border-color: var(--bs-border-color);
    --bs-pagination-focus-color: var(--bs-link-hover-color);
    --bs-pagination-focus-bg: var(--bs-secondary-bg);
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(0, 48, 86, .25);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #003056;
    --bs-pagination-active-border-color: #003056;
    --bs-pagination-disabled-color: var(--bs-secondary-color);
    --bs-pagination-disabled-bg: var(--bs-secondary-bg);
    --bs-pagination-disabled-border-color: var(--bs-border-color);
    display: flex;
    list-style: none;
    padding-left: 0
}

.badge {
    --bs-badge-padding-x: 0.65em;
    --bs-badge-padding-y: 0.35em;
    --bs-badge-font-size: 0.75em;
    --bs-badge-font-weight: 700;
    --bs-badge-color: #fff;
    --bs-badge-border-radius: var(--bs-border-radius);
    border-radius: var(--bs-badge-border-radius);
    color: var(--bs-badge-color);
    display: inline-block;
    font-size: var(--bs-badge-font-size);
    font-weight: var(--bs-badge-font-weight);
    line-height: 1;
    padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

.progress {
    --bs-progress-height: 1rem;
    --bs-progress-font-size: 0.75rem;
    --bs-progress-bg: var(--bs-secondary-bg);
    --bs-progress-border-radius: var(--bs-border-radius);
    --bs-progress-box-shadow: var(--bs-box-shadow-inset);
    --bs-progress-bar-color: #fff;
    --bs-progress-bar-bg: #003056;
    --bs-progress-bar-transition: width 0.6s ease;
    background-color: var(--bs-progress-bg);
    border-radius: var(--bs-progress-border-radius);
    display: flex;
    font-size: var(--bs-progress-font-size);
    height: var(--bs-progress-height);
    overflow: hidden
}

[data-bs-theme=dark] .btn-close {
    filter: var(--bs-btn-close-white-filter)
}

.modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 500px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: 0.5rem;
    --bs-modal-color: ;
    --bs-modal-bg: var(--bs-body-bg);
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: var(--bs-border-width);
    --bs-modal-border-radius: var(--bs-border-radius-lg);
    --bs-modal-box-shadow: 0 0.125rem 0.25rem hsla(0, 0%, 8%, .075);
    --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
    --bs-modal-header-padding-x: 1rem;
    --bs-modal-header-padding-y: 1rem;
    --bs-modal-header-padding: 1rem 1rem;
    --bs-modal-header-border-color: var(--bs-border-color);
    --bs-modal-header-border-width: var(--bs-border-width);
    --bs-modal-title-line-height: 1.65;
    --bs-modal-footer-gap: 0.5rem;
    --bs-modal-footer-bg: ;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: var(--bs-border-width);
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: var(--bs-modal-zindex)
}

.modal-dialog {
    margin: var(--bs-modal-margin);
    pointer-events: none;
    position: relative;
    width: auto
}

.modal.fade .modal-dialog {
    transform: translateY(-50px);
    transition: transform .3s ease-out
}

@media(prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    height: calc(100% - var(--bs-modal-margin)*2)
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    align-items: center;
    display: flex;
    min-height: calc(100% - var(--bs-modal-margin)*2)
}

.modal-content {
    background-clip: padding-box;
    background-color: var(--bs-modal-bg);
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    color: var(--bs-modal-color);
    display: flex;
    flex-direction: column;
    outline: 0;
    pointer-events: auto;
    position: relative;
    width: 100%
}

.modal-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #141414;
    --bs-backdrop-opacity: 0.5;
    background-color: var(--bs-backdrop-bg);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: var(--bs-backdrop-zindex)
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity)
}

.modal-header {
    align-items: center;
    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius);
    display: flex;
    flex-shrink: 0;
    justify-content: space-between;
    padding: var(--bs-modal-header-padding)
}

.modal-header .btn-close {
    margin: calc(var(--bs-modal-header-padding-y)*-.5) calc(var(--bs-modal-header-padding-x)*-.5) calc(var(--bs-modal-header-padding-y)*-.5) auto;
    padding: calc(var(--bs-modal-header-padding-y)*.5) calc(var(--bs-modal-header-padding-x)*.5)
}

.modal-title {
    line-height: var(--bs-modal-title-line-height);
    margin-bottom: 0
}

.modal-body {
    flex: 1 1 auto;
    padding: var(--bs-modal-padding);
    position: relative
}

.modal-footer {
    align-items: center;
    background-color: var(--bs-modal-footer-bg);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius);
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap)*.5)
}

.modal-footer>* {
    margin: calc(var(--bs-modal-footer-gap)*.5)
}

@media(min-width:576px) {
    .modal {
        --bs-modal-margin: 1.75rem;
        --bs-modal-box-shadow: 0 0.5rem 1rem hsla(0, 0%, 8%, .15)
    }

    .modal-dialog {
        margin-left: auto;
        margin-right: auto;
        max-width: var(--bs-modal-width)
    }

    .modal-sm {
        --bs-modal-width: 300px
    }
}

@media(min-width:992px) {

    .modal-lg,
    .modal-xl {
        --bs-modal-width: 800px
    }
}

@media(min-width:1200px) {
    .modal-xl {
        --bs-modal-width: 1140px
    }
}

.modal-fullscreen {
    height: 100%;
    margin: 0;
    max-width: none;
    width: 100vw
}

.modal-fullscreen .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%
}

.modal-fullscreen .modal-footer,
.modal-fullscreen .modal-header {
    border-radius: 0
}

.modal-fullscreen .modal-body {
    overflow-y: auto
}

@media(max-width:575.98px) {
        .site-logo img {
        width: 220px;
    }
    .hero__image img{display:none;}
    .modal-fullscreen-sm-down {
        height: 100%;
        margin: 0;
        max-width: none;
        width: 100vw
    }

    .modal-fullscreen-sm-down .modal-content {
        border: 0;
        border-radius: 0;
        height: 100%
    }

    .modal-fullscreen-sm-down .modal-footer,
    .modal-fullscreen-sm-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto
    }
}

@media(max-width:767.98px) {
    .modal-fullscreen-md-down {
        height: 100%;
        margin: 0;
        max-width: none;
        width: 100vw
    }

    .modal-fullscreen-md-down .modal-content {
        border: 0;
        border-radius: 0;
        height: 100%
    }

    .modal-fullscreen-md-down .modal-footer,
    .modal-fullscreen-md-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto
    }
}

@media(max-width:991.98px) {
    .modal-fullscreen-lg-down {
        height: 100%;
        margin: 0;
        max-width: none;
        width: 100vw
    }

    .modal-fullscreen-lg-down .modal-content {
        border: 0;
        border-radius: 0;
        height: 100%
    }

    .modal-fullscreen-lg-down .modal-footer,
    .modal-fullscreen-lg-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto
    }
}

@media(max-width:1199.98px) {
    .modal-fullscreen-xl-down {
        height: 100%;
        margin: 0;
        max-width: none;
        width: 100vw
    }

    .modal-fullscreen-xl-down .modal-content {
        border: 0;
        border-radius: 0;
        height: 100%
    }

    .modal-fullscreen-xl-down .modal-footer,
    .modal-fullscreen-xl-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto
    }
}

@media(max-width:1399.98px) {
    .modal-fullscreen-xxl-down {
        height: 100%;
        margin: 0;
        max-width: none;
        width: 100vw
    }

    .modal-fullscreen-xxl-down .modal-content {
        border: 0;
        border-radius: 0;
        height: 100%
    }

    .modal-fullscreen-xxl-down .modal-footer,
    .modal-fullscreen-xxl-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto
    }
}

.tooltip.show {
    opacity: var(--bs-tooltip-opacity)
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
    bottom: calc(var(--bs-tooltip-arrow-height)*-1)
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before {
    border-top-color: var(--bs-tooltip-bg);
    border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width)*.5) 0;
    top: -1px
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
    height: var(--bs-tooltip-arrow-width);
    left: calc(var(--bs-tooltip-arrow-height)*-1);
    width: var(--bs-tooltip-arrow-height)
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before {
    border-right-color: var(--bs-tooltip-bg);
    border-width: calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width)*.5) 0;
    right: -1px
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
    top: calc(var(--bs-tooltip-arrow-height)*-1)
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before {
    border-bottom-color: var(--bs-tooltip-bg);
    border-width: 0 calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height);
    bottom: -1px
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
    height: var(--bs-tooltip-arrow-width);
    right: calc(var(--bs-tooltip-arrow-height)*-1);
    width: var(--bs-tooltip-arrow-height)
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before {
    border-left-color: var(--bs-tooltip-bg);
    border-width: calc(var(--bs-tooltip-arrow-width)*.5) 0 calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height);
    left: -1px
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow {
    bottom: calc((var(--bs-popover-arrow-height))*-1 - var(--bs-popover-border-width))
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after,
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before {
    border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width)*.5) 0
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before {
    border-top-color: var(--bs-popover-arrow-border);
    bottom: 0
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after {
    border-top-color: var(--bs-popover-bg);
    bottom: var(--bs-popover-border-width)
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow {
    height: var(--bs-popover-arrow-width);
    left: calc((var(--bs-popover-arrow-height))*-1 - var(--bs-popover-border-width));
    width: var(--bs-popover-arrow-height)
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after,
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before {
    border-width: calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width)*.5) 0
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before {
    border-right-color: var(--bs-popover-arrow-border);
    left: 0
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after {
    border-right-color: var(--bs-popover-bg);
    left: var(--bs-popover-border-width)
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow {
    top: calc((var(--bs-popover-arrow-height))*-1 - var(--bs-popover-border-width))
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after,
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before {
    border-width: 0 calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height)
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before {
    border-bottom-color: var(--bs-popover-arrow-border);
    top: 0
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after {
    border-bottom-color: var(--bs-popover-bg);
    top: var(--bs-popover-border-width)
}

.bs-popover-auto[data-popper-placement^=bottom] .popover-header:before {
    border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
    content: "";
    display: block;
    left: 50%;
    margin-left: calc(var(--bs-popover-arrow-width)*-.5);
    position: absolute;
    top: 0;
    width: var(--bs-popover-arrow-width)
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow {
    height: var(--bs-popover-arrow-width);
    right: calc((var(--bs-popover-arrow-height))*-1 - var(--bs-popover-border-width));
    width: var(--bs-popover-arrow-height)
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after,
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before {
    border-width: calc(var(--bs-popover-arrow-width)*.5) 0 calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height)
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before {
    border-left-color: var(--bs-popover-arrow-border);
    right: 0
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after {
    border-left-color: var(--bs-popover-bg);
    right: var(--bs-popover-border-width)
}

.carousel-indicators [data-bs-target] {
    background-clip: padding-box;
    background-color: #fff;
    border: 0;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    box-sizing: content-box;
    cursor: pointer;
    flex: 0 1 auto;
    height: 3px;
    margin-left: 3px;
    margin-right: 3px;
    opacity: .5;
    padding: 0;
    text-indent: -999px;
    transition: opacity .6s ease;
    width: 30px
}

@media(prefers-reduced-motion:reduce) {
    .carousel-indicators [data-bs-target] {
        transition: none
    }
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #141414
}

[data-bs-theme=dark] .carousel .carousel-control-next-icon,
[data-bs-theme=dark] .carousel .carousel-control-prev-icon,
[data-bs-theme=dark].carousel .carousel-control-next-icon,
[data-bs-theme=dark].carousel .carousel-control-prev-icon {
    filter: invert(1) grayscale(100)
}

[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target],
[data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
    background-color: #141414
}

[data-bs-theme=dark] .carousel .carousel-caption,
[data-bs-theme=dark].carousel .carousel-caption {
    color: #141414
}

@keyframes spinner-border {
    to {
        transform: rotate(1turn)
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

@media(max-width:575.98px) {
    .offcanvas-sm.show:not(.hiding) {
        transform: none
    }

    .offcanvas-sm.show {
        visibility: visible
    }
}

@media(max-width:767.98px) {
    .offcanvas-md.show:not(.hiding) {
        transform: none
    }

    .offcanvas-md.show {
        visibility: visible
    }
}
    @media (max-width: 992px) {
    #hero {
        padding: 52px 0;
        margin-top: 0;
    }
}
@media(max-width:991.98px) {

    .offcanvas-lg.show:not(.hiding) {
        transform: none
    }

    .offcanvas-lg.show {
        visibility: visible
    }
}

@media(max-width:1199.98px) {
    .offcanvas-xl.show:not(.hiding) {
        transform: none
    }

    .offcanvas-xl.show {
        visibility: visible
    }
}

@media(max-width:1399.98px) {
    .offcanvas-xxl.show:not(.hiding) {
        transform: none
    }

    .offcanvas-xxl.show {
        visibility: visible
    }
}

.offcanvas.show:not(.hiding) {
    transform: none
}

.offcanvas.show {
    visibility: visible
}

.offcanvas-backdrop.show {
    opacity: .5
}

.placeholder {
    background-color: currentcolor;
    cursor: wait;
    display: inline-block;
    min-height: 1em;
    opacity: .5;
    vertical-align: middle
}

.placeholder.btn:before {
    content: "";
    display: inline-block
}

@keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}

@keyframes placeholder-wave {
    to {
        -webkit-mask-position: -200% 0;
        mask-position: -200% 0
    }
}

.sticky-top {
    position: sticky;
    z-index: 1020
}

.vr {
    align-self: stretch;
    background-color: currentcolor;
    display: inline-block;
    min-height: 1em;
    opacity: .25;
    width: var(--bs-border-width)
}

.d-flex {
    display: flex !important
}

.shadow {
    box-shadow: 0 .5rem 1rem hsla(0, 0%, 8%, .15) !important
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.align-items-center {
    align-items: center !important
}

.order-1 {
    order: 1 !important
}

.order-2 {
    order: 2 !important
}

.m-5 {
    margin: 3rem !important
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.p-1 {
    padding: .25rem !important
}

.visible {
    visibility: visible !important
}

:root,
[data-bs-theme=light] {
    --bs-body-font-family: "Lato", sans-serif;
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.65;
    --bs-body-color: #141414;
    --bs-body-color-rgb: 20, 20, 20;
    --bs-heading-color: var(--bs-blue)
}

.btn {
    --bs-btn-padding-x: 1.5rem;
    --bs-btn-padding-y: 1rem;
    --bs-btn-font-family: "Patua One", cursive;
    --bs-btn-box-shadow: none;
    text-transform: uppercase
}



.s-p-100 {
    padding: 100px 0
}

@media(max-width:992px) {
    .s-p-100 {
        padding: 50px 0
    }
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    padding: 0;
    scrollbar-color: #aaa #f0f0f0;
    scrollbar-width: thin
}

body::-webkit-scrollbar {
    width: 12px
}

@media(width:992px) {
    body::-webkit-scrollbar {
        width: auto
    }
}

body::-webkit-scrollbar-thumb {
    background-color: #50a6b1;
    border-radius: 5px
}

body::-webkit-scrollbar-track {
    background-color: #f2f3f2
}

ul {
    margin: 0;
    padding: 0
}

a {
    color: #101c29;
    text-decoration: none
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Patua One, cursive
}

.h1,
h1 {
    font-size: 48px
}

.h2,
h2 {
    font-size: 40px
}

.h3,
h3 {
    font-size: 36px
}

.h4,
h4 {
    font-size: 32px
}

.h5,
h5 {
    font-size: 24px
}

.h6,
h6 {
    font-size: 1rem
}

p {
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2
}

@media(min-width:1920px) {
    .container {
        max-width: 1736px
    }
}

.section-title {
    margin-bottom: 1rem;
    position: relative
}

.section-title .section-title__top {
    text-transform: uppercase
}

.quick-points {
    margin-bottom: 1rem
}

.quick-points .nav .nav-item .nav-link {
    color: #141414;
    margin-bottom: 1rem;
    padding: 0;
    font-weight: normal;
}

.quick-points .nav .nav-item .nav-link span {
    margin-right: .5rem
}

@media(max-width:576px) {

    .h1,
    h1 {
        font-size: 36px
    }

    .h2,
    h2 {
        font-size: 32px
    }

    .h3,
    h3 {
        font-size: 24px
    }

    .h4,
    h4 {
        font-size: 22px
    }

    .h5,
    h5 {
        font-size: 20px
    }
}

.sticky-top {
    position: sticky !important;
    top: 0;
    z-index: 1000
}

.site-header {
    position: absolute;
    background: transparent;
    width: 100%;
    top: 0;
    z-index: 100;
}

.site-header .navbar-expand-lg .navbar-brand {
    width: 320px
}
.site-header .catchSticky{
    background-color: rgb(17 24 39 / 32%);
}

@media(max-width:576px) {
    .site-header .navbar-expand-lg .navbar-brand {
        width: 255px
    }

    .site-header .navbar-expand-lg .navbar-toggler .bars svg {
        width: 30px !important
    }
     .site-header .navbar-expand-lg .navbar-toggler .bars svg path {
       fill:#003056 !important
    }
}

@media (max-width:375px){
    .site-header .navbar-expand-lg .navbar-brand {
    width: 212px;
}
}
.site-header .navbar-expand-lg .navbar-collapse {
    flex-grow: 0
}

.site-header .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-family: Patua One, cursive;
    font-size: 1rem;
    padding: 0 2.5rem 0 0;
    text-transform: uppercase;
    transition: color .3s ease-in-out
}


.site-header .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item .nav-link.active,
.site-header .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
    color: #EA9923;
    
}

@media(max-width:992px) {
    .site-header .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item .nav-link {
        border-bottom: 1px solid hsla(120, 4%, 95%, .18);
        padding: 1rem 0
    }

    .site-header .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item .nav-link:last-child {
        margin-bottom: 1rem
    }
}

.site-header .navbar-expand-lg .cta-wrapper {
    align-items: center;
    display: flex;
    display: none;
    gap: 1rem
}

@media(max-width:992px) {
    .site-header .navbar-expand-lg .cta-wrapper {
        align-items: flex-start;
        display: flex;
        flex-flow: column nowrap
    }
}

@media(max-width:576px) {
    .site-header .navbar-expand-lg .cta-wrapper .cta-get-quote {
        width: 100%
    }
}

.site-header .navbar-expand-lg .cta-wrapper .cta-phone-call {
    padding: 12px 16px;
    width: 240px
}

@media(max-width:576px) {
    .site-header .navbar-expand-lg .cta-wrapper .cta-phone-call {
        width: 100%
    }
}

.site-header .navbar-expand-lg .cta-wrapper .cta-phone-call span {
    font-size: 20px
}

.site-header .navbar-expand-lg .cta-wrapper .cta-phone-call span.call-icon {
    margin-right: 7px
}

.site-header .navbar-expand-lg .cta-wrapper .cta-phone-call span img {
    width: 32px
}

/* .hero-section {
    background-image: url(../images/sliders/slide_1.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%
} */
.hero-section {
    position: relative;
    width: 100%;
    background: #f9f9f9;
    padding: 75px 0;
    background-image: url('https://boiler.sirv.com/Images/gasboiler/van_running_london.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    background: rgb(0 0 0 / 69%);
    width: 100%;
    height: 100%;
    z-index: -1;
}

.hero-section .emphasized-text {
    color: #ffdb3e;
    font-weight: 700
}
.hero-section .hero__content h1{
    font-size: 40px;
    margin-bottom: 1rem;
    text-transform: capitalize;
}


/* Banner Section */
.banner-section{
    position: relative;
    padding:1rem 0;
}
.banner-section .single-banner{
   position: relative;
   border-radius: 5px;
   overflow: hidden;
}
.banner-section .single-banner .banner-wrap{
    height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row nowrap;
    padding: 2rem;
}
.banner-quiet-mark .single-banner__image{
  order:2;
}
.single-banner__body {
    padding: 1rem;
    display: flex;
    justify-content: center;
    flex-flow: column nowrap;
    height: 100%;
}
.single-banner__body h3,
.single-banner__body .content{
    color:#141414;
    font-size: 36px;
}

/* Banner Section:end */

/*Partner Section*/
.partners .owl-carousel .owl-item img,
.products-section .owl-carousel .owl-item img{width:auto; margin:0 auto;}

@media(max-width:1024px) {
}

@media(max-width:576px) {
}



@media only screen and (max-width:1024px) {
}

.hero-section .hero__quote-content .btn {
    width: 100%;
}

.hero-section  .hero__quote-content {
    background: #f2f3f2;
    border: 0 solid transparent;
    border-radius: 5px;
    position: relative;
}

.hero-section  .hero__quote-content .form-group .form-control {
    padding: 1rem
}
.hero-section  .hero__quote-content .form-group .form-control[type=tel]{
    padding-left: 20px;
}


@media(max-width:576px) {
    .hero-section .hero__content h1 {
        font-size: 32px;
    }
    .hero-section  .hero__quote-content .form-group .form-control::-moz-placeholder {
        font-size: 14px
    }

    .hero-section  .hero__quote-content .form-group .form-control::placeholder {
        font-size: 14px
    }
}

@media (max-width:1400px){
    .hero-section .custom-row .custom-col {
        width:100%;
    }
}
@media only screen and (max-width:1024px) {
    .hero-section .custom-row .custom-col {
        width:auto;
    }
    .hero-section  .hero__quote-content .getstarted_quote_form {
        margin-bottom: 2rem;
        max-width: 100%
    }
}

@media(max-width:375px) {
    .hero-section {
        padding: 30px 0;
    }
    .hero-section .hero__content h1 {
        font-size: 28px;
    }
}

.about-section {
    position: relative
}

.about-section .about-section__content .content {
    margin-bottom: 2rem
}

.about-section .about-section__content .content p {
    margin-bottom: 1rem
}

.about-section .about-section__content .about-quick-points {
    margin-bottom: 2rem
}

@media(max-width:375px) {
    .about-section .about-section__content .cta-wrapper {
        margin-bottom: 2rem;
        text-align: center;
        width: 100%
    }

    .about-section .about-section__content .cta-wrapper a {
        width: 100%
    }
}

.about-section .about-section__content-right .img-fluid {
    width: 100%
}

.services-section {
    background-color: transparent;
    position: relative;
  
}

.services-section .section-title {
    margin-bottom: 56px;
    text-align: center
}

.services-section .services{
    position:relative;
    background:transparent;
    margin-top:-180px;
    z-index:1;
}

@media (max-width:767px){
    .services-section .services{
    margin-top:-120px;
}
}
.services-section .services .card{overflow:hidden;}

.services-section .single-service {
    background-color: #fff;
    border: 0 solid transparent;
    border-radius: 5px;
    margin-bottom: 1rem;
    overflow: hidden;
    position: relative
}

@media(max-width:992px) {
    .services-section .single-service {
        margin: 0 1rem
    }
}

@media(max-width:576px) {
    .services-section .single-service {
        margin: 0
    }
}

.services-section .single-service .single-service__body {
    padding: 2rem .7rem
}

.services-section .single-service .single-service__body .services-quick-points {
    display: flex;
    flex-flow: column nowrap;
    height: 190px
}

@media(max-width:992px) {
    .services-section .single-service .single-service__body .services-quick-points {
        height: auto;
        margin-bottom: 2rem
    }
}

.services-section .single-service .single-service__body .services-quick-points p {
    font-weight: 700
}

.services-section .single-service .single-service__body .services-quick-points .nav .nav-item .nav-link {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
}

.services-section .single-service .single-service__body .services-quick-points .nav .nav-item .nav-link span img {
    width: 20px
}

.stats-cta-2-section .stats-cta-2-section__content-left .stats-cta-section__content-top,
.stats-cta-2-section .stats-cta-section__content-left .stats-cta-section__content-top,
.stats-cta-section .stats-cta-2-section__content-left .stats-cta-section__content-top,
.stats-cta-section .stats-cta-section__content-left .stats-cta-section__content-top {
    gap: 2rem
}

.stats-cta-2-section .stats-cta-2-section__content-left .stats-cta-section__content-top .top-left,
.stats-cta-2-section .stats-cta-2-section__content-left .stats-cta-section__content-top .top-right,
.stats-cta-2-section .stats-cta-section__content-left .stats-cta-section__content-top .top-left,
.stats-cta-2-section .stats-cta-section__content-left .stats-cta-section__content-top .top-right,
.stats-cta-section .stats-cta-2-section__content-left .stats-cta-section__content-top .top-left,
.stats-cta-section .stats-cta-2-section__content-left .stats-cta-section__content-top .top-right,
.stats-cta-section .stats-cta-section__content-left .stats-cta-section__content-top .top-left,
.stats-cta-section .stats-cta-section__content-left .stats-cta-section__content-top .top-right {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid transparent;
    border-radius: 5px;
    flex: 1;
    height: 386px;
    overflow: hidden;
    position: relative
}

@media(max-width:1024px) {

    .stats-cta-2-section .stats-cta-2-section__content-left .stats-cta-section__content-top .top-left,
    .stats-cta-2-section .stats-cta-2-section__content-left .stats-cta-section__content-top .top-right,
    .stats-cta-2-section .stats-cta-section__content-left .stats-cta-section__content-top .top-left,
    .stats-cta-2-section .stats-cta-section__content-left .stats-cta-section__content-top .top-right,
    .stats-cta-section .stats-cta-2-section__content-left .stats-cta-section__content-top .top-left,
    .stats-cta-section .stats-cta-2-section__content-left .stats-cta-section__content-top .top-right,
    .stats-cta-section .stats-cta-section__content-left .stats-cta-section__content-top .top-left,
    .stats-cta-section .stats-cta-section__content-left .stats-cta-section__content-top .top-right {
        height: auto
    }
}

.stats-cta-2-section .stats-cta-2-section__content-left .stats-cta-section__content-top .top-left .content,
.stats-cta-2-section .stats-cta-2-section__content-left .stats-cta-section__content-top .top-right .content,
.stats-cta-2-section .stats-cta-section__content-left .stats-cta-section__content-top .top-left .content,
.stats-cta-2-section .stats-cta-section__content-left .stats-cta-section__content-top .top-right .content,
.stats-cta-section .stats-cta-2-section__content-left .stats-cta-section__content-top .top-left .content,
.stats-cta-section .stats-cta-2-section__content-left .stats-cta-section__content-top .top-right .content,
.stats-cta-section .stats-cta-section__content-left .stats-cta-section__content-top .top-left .content,
.stats-cta-section .stats-cta-section__content-left .stats-cta-section__content-top .top-right .content {
    align-items: flex-start;
    display: flex;
    flex-flow: column nowrap;
    height: 386px;
    justify-content: center;
    padding: 1rem
}

@media(max-width:1024px) {

    .stats-cta-2-section .stats-cta-2-section__content-left .stats-cta-section__content-top .top-left .content,
    .stats-cta-2-section .stats-cta-2-section__content-left .stats-cta-section__content-top .top-right .content,
    .stats-cta-2-section .stats-cta-section__content-left .stats-cta-section__content-top .top-left .content,
    .stats-cta-2-section .stats-cta-section__content-left .stats-cta-section__content-top .top-right .content,
    .stats-cta-section .stats-cta-2-section__content-left .stats-cta-section__content-top .top-left .content,
    .stats-cta-section .stats-cta-2-section__content-left .stats-cta-section__content-top .top-right .content,
    .stats-cta-section .stats-cta-section__content-left .stats-cta-section__content-top .top-left .content,
    .stats-cta-section .stats-cta-section__content-left .stats-cta-section__content-top .top-right .content {
        height: auto;
        padding: 3rem 1rem
    }
}

@media(max-width:992px) {

    .stats-cta-2-section .stats-cta-2-section__content-left .stats-cta-section__content-top,
    .stats-cta-2-section .stats-cta-section__content-left .stats-cta-section__content-top,
    .stats-cta-section .stats-cta-2-section__content-left .stats-cta-section__content-top,
    .stats-cta-section .stats-cta-section__content-left .stats-cta-section__content-top {
        gap: 1rem;
        margin-bottom: 1rem !important
    }
}

@media(max-width:576px) {

    .stats-cta-2-section .stats-cta-2-section__content-left .stats-cta-section__content-top,
    .stats-cta-2-section .stats-cta-section__content-left .stats-cta-section__content-top,
    .stats-cta-section .stats-cta-2-section__content-left .stats-cta-section__content-top,
    .stats-cta-section .stats-cta-section__content-left .stats-cta-section__content-top {
        flex-flow: column nowrap
    }
}

.stats-cta-2-section .stats-cta-2-section__content-left .stats-cta-section__content-bottom,
.stats-cta-2-section .stats-cta-section__content-left .stats-cta-section__content-bottom,
.stats-cta-section .stats-cta-2-section__content-left .stats-cta-section__content-bottom,
.stats-cta-section .stats-cta-section__content-left .stats-cta-section__content-bottom {
    gap: 2rem
}

.stats-cta-2-section .stats-cta-2-section__content-left .stats-cta-section__content-bottom .bottom-left,
.stats-cta-2-section .stats-cta-2-section__content-left .stats-cta-section__content-bottom .bottom-right,
.stats-cta-2-section .stats-cta-section__content-left .stats-cta-section__content-bottom .bottom-left,
.stats-cta-2-section .stats-cta-section__content-left .stats-cta-section__content-bottom .bottom-right,
.stats-cta-section .stats-cta-2-section__content-left .stats-cta-section__content-bottom .bottom-left,
.stats-cta-section .stats-cta-2-section__content-left .stats-cta-section__content-bottom .bottom-right,
.stats-cta-section .stats-cta-section__content-left .stats-cta-section__content-bottom .bottom-left,
.stats-cta-section .stats-cta-section__content-left .stats-cta-section__content-bottom .bottom-right {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid transparent;
    border-radius: 5px;
    flex: 1;
    height: 386px;
    overflow: hidden;
    position: relative
}

@media(max-width:1024px) {

    .stats-cta-2-section .stats-cta-2-section__content-left .stats-cta-section__content-bottom .bottom-left,
    .stats-cta-2-section .stats-cta-2-section__content-left .stats-cta-section__content-bottom .bottom-right,
    .stats-cta-2-section .stats-cta-section__content-left .stats-cta-section__content-bottom .bottom-left,
    .stats-cta-2-section .stats-cta-section__content-left .stats-cta-section__content-bottom .bottom-right,
    .stats-cta-section .stats-cta-2-section__content-left .stats-cta-section__content-bottom .bottom-left,
    .stats-cta-section .stats-cta-2-section__content-left .stats-cta-section__content-bottom .bottom-right,
    .stats-cta-section .stats-cta-section__content-left .stats-cta-section__content-bottom .bottom-left,
    .stats-cta-section .stats-cta-section__content-left .stats-cta-section__content-bottom .bottom-right {
        height: auto
    }
}

.stats-cta-2-section .stats-cta-2-section__content-left .stats-cta-section__content-bottom .bottom-left .content,
.stats-cta-2-section .stats-cta-2-section__content-left .stats-cta-section__content-bottom .bottom-right .content,
.stats-cta-2-section .stats-cta-section__content-left .stats-cta-section__content-bottom .bottom-left .content,
.stats-cta-2-section .stats-cta-section__content-left .stats-cta-section__content-bottom .bottom-right .content,
.stats-cta-section .stats-cta-2-section__content-left .stats-cta-section__content-bottom .bottom-left .content,
.stats-cta-section .stats-cta-2-section__content-left .stats-cta-section__content-bottom .bottom-right .content,
.stats-cta-section .stats-cta-section__content-left .stats-cta-section__content-bottom .bottom-left .content,
.stats-cta-section .stats-cta-section__content-left .stats-cta-section__content-bottom .bottom-right .content {
    align-items: flex-start;
    display: flex;
    flex-flow: column nowrap;
    height: 386px;
    justify-content: center;
    padding: 1rem
}

@media(max-width:1024px) {

    .stats-cta-2-section .stats-cta-2-section__content-left .stats-cta-section__content-bottom .bottom-left .content,
    .stats-cta-2-section .stats-cta-2-section__content-left .stats-cta-section__content-bottom .bottom-right .content,
    .stats-cta-2-section .stats-cta-section__content-left .stats-cta-section__content-bottom .bottom-left .content,
    .stats-cta-2-section .stats-cta-section__content-left .stats-cta-section__content-bottom .bottom-right .content,
    .stats-cta-section .stats-cta-2-section__content-left .stats-cta-section__content-bottom .bottom-left .content,
    .stats-cta-section .stats-cta-2-section__content-left .stats-cta-section__content-bottom .bottom-right .content,
    .stats-cta-section .stats-cta-section__content-left .stats-cta-section__content-bottom .bottom-left .content,
    .stats-cta-section .stats-cta-section__content-left .stats-cta-section__content-bottom .bottom-right .content {
        height: auto;
        padding: 3rem 1rem
    }
}

@media(max-width:992px) {

    .stats-cta-2-section .stats-cta-2-section__content-left .stats-cta-section__content-bottom,
    .stats-cta-2-section .stats-cta-section__content-left .stats-cta-section__content-bottom,
    .stats-cta-section .stats-cta-2-section__content-left .stats-cta-section__content-bottom,
    .stats-cta-section .stats-cta-section__content-left .stats-cta-section__content-bottom {
        gap: 1rem;
        margin-bottom: 1rem !important
    }
}

@media(max-width:576px) {

    .stats-cta-2-section .stats-cta-2-section__content-left .stats-cta-section__content-bottom,
    .stats-cta-2-section .stats-cta-section__content-left .stats-cta-section__content-bottom,
    .stats-cta-section .stats-cta-2-section__content-left .stats-cta-section__content-bottom,
    .stats-cta-section .stats-cta-section__content-left .stats-cta-section__content-bottom {
        flex-flow: column nowrap
    }
}

.stats-cta-2-section .stats-cta-2-section__content-left .content,
.stats-cta-2-section .stats-cta-section__content-left .content,
.stats-cta-section .stats-cta-2-section__content-left .content,
.stats-cta-section .stats-cta-section__content-left .content {
    color: #fff
}

.stats-cta-2-section .stats-cta-2-section__content-left .content .h4,
.stats-cta-2-section .stats-cta-2-section__content-left .content h4,
.stats-cta-2-section .stats-cta-section__content-left .content .h4,
.stats-cta-2-section .stats-cta-section__content-left .content h4,
.stats-cta-section .stats-cta-2-section__content-left .content .h4,
.stats-cta-section .stats-cta-2-section__content-left .content h4,
.stats-cta-section .stats-cta-section__content-left .content .h4,
.stats-cta-section .stats-cta-section__content-left .content h4 {
    color: #fff;
    margin-top: 1rem
}

@media(max-width:1024px) {

    .stats-cta-2-section .stats-cta-2-section__content-left .content .h4,
    .stats-cta-2-section .stats-cta-2-section__content-left .content h4,
    .stats-cta-2-section .stats-cta-section__content-left .content .h4,
    .stats-cta-2-section .stats-cta-section__content-left .content h4,
    .stats-cta-section .stats-cta-2-section__content-left .content .h4,
    .stats-cta-section .stats-cta-2-section__content-left .content h4,
    .stats-cta-section .stats-cta-section__content-left .content .h4,
    .stats-cta-section .stats-cta-section__content-left .content h4 {
        font-size: 24px
    }
}

.stats-cta-2-section .stats-cta-2-section__content-left .content img,
.stats-cta-2-section .stats-cta-section__content-left .content img,
.stats-cta-section .stats-cta-2-section__content-left .content img,
.stats-cta-section .stats-cta-section__content-left .content img {
    height: 80px
}

@media(max-width:1024px) {

    .stats-cta-2-section .stats-cta-2-section__content-left .content img,
    .stats-cta-2-section .stats-cta-section__content-left .content img,
    .stats-cta-section .stats-cta-2-section__content-left .content img,
    .stats-cta-section .stats-cta-section__content-left .content img {
        height: 48px
    }
}

.stats-cta-2-section .stats-cta-section__content-right,
.stats-cta-section .stats-cta-section__content-right {
    background-image: url(../images/stats-cta-gas-safe.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 811px;
    position: relative
}

@media(max-width:1024px) {

    .stats-cta-2-section .stats-cta-section__content-right,
    .stats-cta-section .stats-cta-section__content-right {
        height: auto
    }
}

@media(max-width:992px) {

    .stats-cta-2-section .stats-cta-section__content-right,
    .stats-cta-section .stats-cta-section__content-right {
        margin-bottom: 1rem
    }
}

.stats-cta-2-section .stats-cta-section__content-right .stats-cta__content,
.stats-cta-section .stats-cta-section__content-right .stats-cta__content {
    display: flex;
    flex-flow: column nowrap;
    height: 811px;
    justify-content: center;
    padding: 1rem 2rem
}

@media(max-width:1024px) {

    .stats-cta-2-section .stats-cta-section__content-right .stats-cta__content,
    .stats-cta-section .stats-cta-section__content-right .stats-cta__content {
        padding: 3rem 2rem
    }
}

@media(max-width:992px) {

    .stats-cta-2-section .stats-cta-section__content-right .stats-cta__content,
    .stats-cta-section .stats-cta-section__content-right .stats-cta__content {
        height: auto;
        padding: 2rem
    }
}

.stats-cta-2-section .stats-cta-section__content-right .gas-safe-fly-icon,
.stats-cta-section .stats-cta-section__content-right .gas-safe-fly-icon {
    bottom: 32px;
    position: absolute;
    right: 32px
}

@media(max-width:576px) {

    .stats-cta-2-section .stats-cta-section__content-right .gas-safe-fly-icon,
    .stats-cta-section .stats-cta-section__content-right .gas-safe-fly-icon {
        bottom: 10px;
        position: relative;
        right: 10px;
        text-align: right
    }
}

.stats-cta-2-section .partners,
.stats-cta-section .partners {
    margin: 2rem 0;
    position: relative;
    text-align: center
}

.stats-cta-2-section .partners .swiper-wrapper,
.stats-cta-section .partners .swiper-wrapper {
    align-items: center
}

.products-section {
    background-color: #f2f3f2;
    position: relative
}

.products-section .section-title {
    margin: 0 auto 56px;
    max-width: 66.6666%;
    text-align: center
}

@media(max-width:992px) {
    .products-section .section-title {
        margin: 0 auto 2rem;
        max-width: 100%
    }
}

.products-section .single-product {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 5px;
    margin-bottom: 1rem;
    overflow: hidden;
    position: relative
}

.products-section .single-product .single-product__header {
    padding: 1rem 1rem 0;
    position: relative;
    text-align: center
}

@media(max-width:992px) {
    .products-section .single-product .single-product__header {
        height: 400px
    }
}

@media(max-width:576px) {
    .products-section .single-product .single-product__header {
        height: auto
    }
}

.products-section .single-product .single-product__header .badge {
    position: absolute;
    top: 10px
}

.products-section .single-product .single-product__header .badge.company-badge {
    left: 0
}

.products-section .single-product .single-product__header .badge.promotion-badge {
    left: 10px
}

@media(max-width:768px) {
    .products-section .single-product .single-product__header .badge.promotion-badge {
        left: 0
    }

    .products-section .single-product .single-product__header .badge.promotion-badge img {
        width: 66.667%
    }
}

.products-section .single-product .single-product__body {
    padding: 2rem 22px
}

.products-section .single-product .single-product__body .h4,
.products-section .single-product .single-product__body h4 {
    font-size:24px;
    margin-bottom:1rem;
}

@media(max-width:992px) {

    .products-section .single-product .single-product__body .h4,
    .products-section .single-product .single-product__body h4 {
        height: auto
    }
}

.products-section .single-product .single-product__body .products-quick-points {
    display: flex;
    flex-flow: column nowrap;
    height: 190px
}


@media(max-width:576px){
    .banner-section .single-banner .banner-wrap{height:auto; flex-flow:column wrap;}
    .banner-quiet-mark .single-banner__image {
    order: 2;
}
.banner-quiet-mark .single-banner__body {
    order: 2;
}
}

@media(max-width:375px) {
    .products-section .single-product .single-product__body .products-quick-points {
        height: auto
    }
}

.products-section .single-product .single-product__body .products-quick-points .nav .nav-item {
    margin-bottom: 7px
}

.products-section .single-product .single-product__body .products-quick-points .nav .nav-item .nav-link {
    align-items: center;
    display: flex;
    margin-bottom: 0;
    vertical-align: middle
}

.products-section .single-product .single-product__body .products-quick-points .nav .nav-item .nav-link span img {
    width: 20px
}

.products-section .single-product .single-product__body .products-quick-points .nav .nav-item .nav-link span:last-of-type {
    line-height: 1.2;
    margin-right: 0
}

@media(max-width:374px) {
    .products-section .single-product .single-product__body .cta-wrapper {
        flex-flow: column nowrap
    }

    .products-section .single-product .single-product__body .cta-wrapper .btn-secondary {
        order: 2
    }

    .products-section .single-product .single-product__body .cta-wrapper .product-info {
        margin-bottom: 1rem;
        order: 1
    }
}

.blogs-section {
    background-color: #f2f3f2;
    position: relative
}

.blogs-section .section-title {
    margin-bottom: 56px;
    text-align: center
}

.blogs-section .single-article {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 5px;
    margin-bottom: 1rem;
    overflow: hidden;
    position: relative
}

.blogs-section .single-article .single-article__body {
    padding: 2rem 1rem
}

.blogs-section .single-article .single-article__body .meta {
    margin-bottom: 1rem
}

.blogs-section .single-article .single-article__body .meta span:first-of-type {
    margin-right: 5px
}

.blogs-section .single-article .single-article__body .h4,
.blogs-section .single-article .single-article__body h4 {
    margin-bottom: 1rem
}

.blogs-section .single-article .single-article__body .cta-wrapper .nav-link {
    color: #1C4589;
    font-family: Patua One, cursive;
    font-size: 1rem;
    line-height: 1.2;
    text-decoration: underline;
    text-transform: uppercase
}

.blogs-section .single-article .single-article__body .cta-wrapper .nav-link:active,
.blogs-section .single-article .single-article__body .cta-wrapper .nav-link:hover {
    color: #EA9923;
    transition: all .3s ease-in-out
}

.cf-cta-section {
    background-image: url(../images/sliders/cta_carbon_footprint.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 668px;
    position: relative
}

@media(max-width:1024px) {
    .cf-cta-section {
        height: auto
    }
}

.cf-cta-section .cf-cta-section__content {
    flex-flow: column nowrap;
    height: 468px;
    margin: 0 auto;
    max-width: 65%;
    text-align: center;
    width: 100%
}

@media(max-width:1024px) {
    .cf-cta-section .cf-cta-section__content {
        height: auto;
        max-width: 100%
    }

    .cf-cta-section .cf-cta-section__content .h1,
    .cf-cta-section .cf-cta-section__content h1 {
        font-size: 32px
    }
}

.cf-cta-section .cf-cta-section__content .h1,
.cf-cta-section .cf-cta-section__content h1,
.cf-cta-section .cf-cta-section__content p {
    color: #fff;
    margin-bottom: 1rem
}

.cf-cta-section .cf-cta-section__content p {
    font-size: 20px
}

@media(max-width:576px) {
    .cf-cta-section .cf-cta-section__content p {
        font-size: 1rem
    }
}


.footer-wrap {
    position: relative;
    padding: 75px 0;
   background-color: #17253E;
}

.footer-wrap .footer-widget {
    margin-bottom: 25px;
}

.footer-wrap .footer-widget .footer-logo {
    display: block;
}

.footer-wrap .footer-widget .footer-logo img {
    width: 240px;
}

.footer-wrap .footer-widget .comp-desc {
    color: rgba(255, 255, 255, 0.8);
    margin: 28px 0 25px;
    padding-right: 10px;
}

.footer-wrap .footer-widget .footer-widget-title {
    position: relative;
    font-size: 22px;
    color: #fff;
    margin-bottom: 25px;
    padding-bottom: 20px;
}

.footer-wrap .footer-widget .footer-widget-title:before {
    display:none;
    position: absolute;
    bottom: 0px;
    left: 0;
    content: "";
    width: 100px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.15);
}

.footer-wrap .footer-widget .footer-widget-title:after {
    display:none;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 35px;
    height: 2px;
    background-color: #2490EB;
}

.footer-wrap .footer-widget .footer-menu li {
    margin-bottom: 15px;
}

.footer-wrap .footer-widget .footer-menu li a {
    color: rgba(255, 255, 255, 0.8);
    position: relative;
    padding-left: 15px;
}

.footer-wrap .footer-widget .footer-menu li a i {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.footer-wrap .footer-widget .contact-info li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
}

.footer-wrap .footer-widget .contact-info li i {
    position: absolute;
    top: 3px;
    left: 0;
    font-size: 16px;
    line-height: 1;
    color: #2490EB;
}

.footer-wrap .footer-widget .contact-info li h6 {
    color: #fff;
    font-weight: 500;
    margin: 0 0 5px;
    font-size: 16px;
}

.footer-wrap .footer-widget .contact-info li p,
.footer-wrap .footer-widget .contact-info li a {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.social-profile li {
    display: inline-block;
    margin: 0 4px;
}

.social-profile li:first-child {
    margin-left: 0;
}

.footer-wrap .footer-widget .social-profile li a {
    color: #fff;
    font-size: 18px;
}

.social-profile li a i {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
    line-height: 0.8;
}

.social-profile.style1 li a i {
    color: #2490EB;
}

.social-profile.style1 li a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.social-profile.style1 li a {
    background: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}


/*footer copyright*/
.footer-copyright {
    padding: 18px 10px;
    text-align: center;
    margin: 0;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    background-color: #17253E;
}

.footer-copyright p {
    color: #fff;
}

.covered-areas{
    position:relative;
}

.covered-areas li a {
    border-right: 1px solid white;
    padding: 0 15px 0 0;
    color: rgba(255, 255, 255, .2);
}

@media (max-width:576px){
    .covered-areas li a {
    border-right: none;
    padding: 0 15px;
    color: rgba(255, 255, 255, .2);
    background: gray;
    border-radius: 15px;
    border: transparent;
    margin: 1rem 0;
}
}

/*NEW FOOTER CSS END*/


.site-footer {
    background: #f2f3f2;
    position: relative
}

.site-footer .widget-area .widget .widget_title {
    margin-bottom: 2rem
}

@media(max-width:576px) {
    .site-footer .widget-area .widget .widget_title {
        margin-bottom: 1rem
    }
}

.site-footer .widget-area .widget .mb-widget-about .footer-logo {
    margin-bottom: 1rem
}

.site-footer .widget-area .widget .mb-widget-about .footer-logo img {
    width: 320px;
}

.site-footer .widget-area .widget .mb-widget-about .footer-text {
    margin-bottom: 1rem
}

@media(max-width:576px) {
    ..footer-social {
        margin-bottom: 1rem
    }
}

.footer-social .nav .nav-item .nav-link {
    align-items: center;
    background-color: #ec9a21;
    border: 1px solid transparent;
    border-radius: 50%;
    color: #fff;
    display: flex;
    height: 30px;
    justify-content: center;
    margin: 0 1rem 0 0;
    transition: background-color .3s ease-in-out;
    width: 30px;
    line-height: 30px;
}

.footer-social .nav .nav-item .nav-link:hover {
    background-color: #ffdb3e
}

@media(max-width:992px) {
    .footer-social .nav .nav-item .nav-link img {
        height: auto;
        width: 1rem
    }
}

.site-footer .widget-area .widget .mb-widget-address .campus-img {
    margin-bottom: 1rem
}

.site-footer .widget-area .widget .mb-widget-address .campus-img.mega-hover {
    position: relative
}

.site-footer .widget-area .widget .mb-widget-address .campus-img.mega-hover:after,
.site-footer .widget-area .widget .mb-widget-address .campus-img.mega-hover:before {
    display: none;
    content: "";
    opacity: 1;
    pointer-events: none;
    position: absolute;
    transform: rotate(5deg);
    z-index: 3
}

.site-footer .widget-area .widget .mb-widget-address .campus-img.mega-hover:before {
    background: hsla(0, 0%, 100%, .3);
    bottom: -10%;
    left: 50%;
    right: 51%;
    top: -10%
}

.site-footer .widget-area .widget .mb-widget-address .campus-img.mega-hover:after {
    background: hsla(0, 0%, 100%, .6);
    bottom: 50%;
    left: -10%;
    right: -10%;
    top: 50%
}

.site-footer .widget-area .widget .mb-widget-address .campus-img.mega-hover img {
    transform: scale(1);
    transition: all 2s ease
}

.site-footer .widget-area .widget .mb-widget-address .campus-img.mega-hover:hover img {
    transform: scale(1.05)
}

.site-footer .widget-area .widget .mb-widget-address .campus-img .get-direction img {
    width: 360px
}

@media(max-width:576px) {
    .site-footer .widget-area .widget .mb-widget-address .campus-img .get-direction img {
        width: 100%
    }
    .footer-social{
        margin: 1rem auto;
    }
}

.site-footer .widget-area .widget .mb-widget-address .campus-address {
    align-items: center;
    display: flex
}

.site-footer .widget-area .widget .mb-widget-address .campus-address span {
    margin-right: 7px
}

.site-footer .widget-area .widget .mb-widget-menu ul li a {
    display: flex;
    gap: .5rem;
    padding-left: 0
}

.site-footer .widget-area .widget .mb-widget-menu ul li a .link-icon img {
    width: 7px
}

.site-footer .widget-area .widget .mb-widget-contact {
    background: var(--linear, linear-gradient(90deg, #1b4589 0, #1b4589 27%, #49546c 82%, #484661 94%));
    border: 0 solid transparent;
    border-radius: 5px;
    padding: 40px 30px;
}

.site-footer .widget-area .widget .mb-widget-contact .h4,
.site-footer .widget-area .widget .mb-widget-contact h4,
.site-footer .widget-area .widget .mb-widget-contact p {
    color: #fff
}

.site-footer .widget-area .widget .mb-widget-contact .cta-wrapper {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center
}

.site-footer .widget-area .widget .mb-widget-contact .cta-wrapper a {
    color: #fff
}

.site-footer .widget-area .widget .mb-widget-contact .cta-wrapper a img {
    width: 32px
}

@media(max-width:992px) {
    .site-footer .widget-area .widget .mb-widget-contact .cta-wrapper a img {
        width: 48px
    }
}

@media(max-width:576px) {
    .site-footer .widget-area .widget .mb-widget-contact .cta-wrapper a img {
        width: 32px
    }

    .site-footer .widget-area .widget .mb-widget-contact {
        padding: 1rem;
        width: 100%
    }
}

.site-footer .copyright-wrap {
    background-color: #1C4589;
    padding: 26px 0;
    position: relative;
    text-align: center
}

.site-footer .copyright-wrap .copyright-text {
    color: #fff;
    margin: 0
}

.site-footer .copyright-wrap .policies li a {
    color: #fff
}

.footer__services-lists li a,
.footer__quicklinks-lists li a{
    color:#fff;
}

@media(max-width:992px) {
    .site-footer .copyright-wrap .policies {
        flex-flow: column nowrap;
        justify-content: center
    }
}

@media(max-width:576px) {
    .site-footer .nav_menu {
        margin-bottom: 1rem
    }
}

@media(max-width:992px) {
    .swiper-container {
        margin: 0 auto !important;
        width: 100% !important
    }
}

.faq{
    position:relative;
}

.faq .wp-block-uagb-faq-child {
    border-radius: 5px;
}

.faq .wp-block-uagb-faq-child span.uagb-question {
    font-size: 18px;
    font-family: 'Patua One', 'sans-serif';
}
