:root {
    --colorTheme: #fbbb4e;
    --colorWhite: #fdf3ea;
    --colorDarkBlue: #233444;
    --colorBlack: #1a1a1a;
}
html {
    scroll-behavior: smooth;
}
body {
    margin: 0;
    padding: 0;
    font-family: "Aller Regular";
    background-color: var(--colorWhite);
}
@font-face {
    font-family: "Aller Light";
    src: url(../fonts/aller_light.ttf);
}
@font-face {
    font-family: "Aller Regular";
    src: url(../fonts/aller_regular.ttf);
}
input,
select,
button {
    outline: none;
    box-shadow: none;
}
input:focus,
select:focus,
button:focus {
    outline: none;
    box-shadow: none !important;
}
.form-control:focus {
    border-color: transparent;
    box-shadow: none;
}
a {
    text-decoration: none;
}
a:hover {
    transition: all 0.4s ease-in-out;
}
p {
    font-family: "Aller Light";
}
.mb-24 {
    margin-bottom: 24px;
}
.mb-50 {
    margin-bottom: 50px;
}
.thm-btn {
    font-size: 18px;
    color: var(--colorDarkBlue);
    text-transform: uppercase;
    text-align: center;
    background-color: var(--colorTheme);
    padding: 15px 30px;
    border: none;
    border-radius: 50px;
    display: inline-block;
}
.thm-btn:hover {
    color: var(--colorWhite);
    background-color: var(--colorDarkBlue);
    transition: all 0.4s ease-in-out;
}
.thm-btn-1 {
    font-size: 18px;
    color: var(--colorWhite);
    text-transform: uppercase;
    text-align: center;
    background-color: var(--colorDarkBlue);
    padding: 15px 30px;
    border: none;
    border-radius: 50px;
    display: inline-block;
}
.thm-btn-1:hover {
    color: var(--colorWhite);
    background-color: var(--colorTheme);
    transition: all 0.4s ease-in-out;
}
/*-- Start Header --*/
.header {
    width: 100%;
    padding: 0 48px;
}
.header-sticky.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: var(--colorWhite);
    box-shadow: 0 0 10px #d6d6d6;
}
.header .navbar-brand img {
    width: 193px;
    height: auto;
}
.header .navbar {
    padding: 0;
}
.header .navbar .navbar-nav {
    align-items: center;
}
.header .navbar-toggler-icon {
    background-image: url(../images/menu-icon.svg);
}
.header .navbar-expand-xl .navbar-nav .nav-item {
    padding: 15px 30px;
    transition: all 0.4s ease-in-out;
}
.header .navbar-expand-xl .navbar-nav .nav-item:last-child {
    padding: 0 0 0 30px;
}
.header .navbar-expand-xl .navbar-nav .nav-link {
    font-size: 18px;
    color: var(--colorDarkBlue);
    text-transform: uppercase;
    padding: 0;
    position: relative;
    text-align: center;
    transition: all 0.4s ease-in-out;
}
.header .navbar-expand-xl .navbar-nav .nav-link:hover,
.header .navbar-expand-xl .navbar-nav .nav-link.active {
    color: #008189;
}
.header .nav-item .thm-btn {
    margin: 30px 0;
    transition: all 0.4s ease-in-out;
}
.header.header-sticky.is-sticky .nav-item .thm-btn {
    margin: 20px 0;
}
.header .navbar-toggler {
    border: none;
    border-radius: 0;
    font-size: 28px;
    color: var(--colorDarkBlue);
    padding: 0;
}
.header button[aria-expanded="true"] .fa-bars:before {
    content: "\f00d";
}
/*-- End Header --*/
/*-- Start --*/
.main-slider {
    margin: 0 30px;
    position: relative;
}
.main-slider .owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
    margin: 0 30px;
}
.main-slider .owl-carousel .item .slide-bg {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
}
.main-slider .owl-carousel .item .slide-bg::before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--colorDarkBlue);
    opacity: 0.3;
    border-radius: 30px;
}
.main-slider .home-slide-cnt {
    position: relative;
    padding: 100px 0 250px;
}
.main-slider .home-slide-cnt h1 {
    font-size: 60px;
    color: var(--colorWhite);
    margin-bottom: 30px;
}
.main-slider .home-slide-cnt p {
    font-size: 18px;
    color: var(--colorWhite);
    line-height: 36px;
    margin-bottom: 30px;
}
/*-- End --*/
/*-- Start --*/
.home-about {
    padding: 100px 0;
}
.home-about-cnt h2 {
    font-size: 50px;
    color: var(--colorDarkBlue);
    margin-bottom: 30px;
}
.home-about-cnt p {
    font-size: 18px;
    color: var(--colorDarkBlue);
    line-height: 36px;
    margin-bottom: 30px;
}
.home-about-img {
    position: relative;
    height: 100%;
}
.home-about-img img:first-child {
    width: 530px;
    height: 596px;
    object-fit: cover;
    border-radius: 30px;
    float: right;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 30%);
}
.home-about-img img:nth-child(2) {
    width: 300px;
    height: 242px;
    object-fit: cover;
    border-radius: 30px;
    position: absolute;
    bottom: -40px;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 30%);
}
/*-- End --*/
/*-- Start --*/
.why-choose {
    width: calc(100% - 60px);
    margin: 0 auto;
    position: relative;
    margin-top: 40px;
    margin-bottom: 100px;
}
.why-choose::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 55%;
    background-color: var(--colorDarkBlue);
    border-radius: 30px 30px 0 0;
}
.why-choose::after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 75px;
    width: 100%;
    height: 55%;
    background-color: var(--colorDarkBlue);
    border-radius: 0 0 30px 30px;
    transform: skewY(4deg);
}
.why-choose-img {
    margin-top: 100px;
}
.why-choose-img img {
    width: 100%;
    height: 519px;
    object-fit: cover;
    border-radius: 30px;
}
.why-choose-box {
    margin: 100px 0 100px 24px;
}
.why-choose-heading h2 {
    font-size: 50px;
    color: var(--colorWhite);
    margin-bottom: 40px;
}
.why-choose-cnt {
    margin: 0 0 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.why-choose-cnt p {
    font-size: 18px;
    color: var(--colorWhite);
    line-height: 36px;
    margin-bottom: 20px;
}
.why-choose .owl-nav {
    text-align: right;
}
.why-choose .owl-carousel .owl-nav button.owl-prev {
    font-size: 32px;
    color: var(--colorWhite);
    margin-right: 5px;
}
.why-choose .owl-carousel .owl-nav button.owl-prev:hover {
    background-color: transparent;
    color: var(--colorTheme);
    transition: .4s;
}
.why-choose .owl-carousel .owl-nav button.owl-prev.disabled,
.why-choose .owl-carousel .owl-nav button.owl-next disabled {
    opacity: 0.2;
}
.why-choose .owl-carousel .owl-nav button.owl-next {
    font-size: 32px;
    color: var(--colorWhite);
}
.why-choose .owl-carousel .owl-nav button.owl-next:hover {
    background-color: transparent;
    color: var(--colorTheme);
    transition: .4s;
}
.why-choose .explore-btn {
    margin-top: -58px;
    position: relative;
    z-index: 1;
    width: fit-content;
}
.why-choose .explore-btn .thm-btn:hover {
    background-color: var(--colorWhite);
    color: var(--colorDarkBlue);
}
/*-- End --*/
/*-- Start --*/
.our-bridging-finance-mobile {
    background-color: var(--colorTheme);
    border-radius: 30px;
    padding: 100px 0;
    margin: 0 30px;
    display: none;
}
.our-bridging-box-img {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 530px;
    border-radius: 30px;
    margin-bottom: 50px;
}
.our-bridging-box-name {
    font-size: 24px;
    font-weight: 400;
    color: var(--colorWhite);
    width: 100%;
    display: block;
    line-height: 32px;
    background-color: var(--colorDarkBlue);
    padding: 15px 30px;
    position: absolute;
    bottom: 0;
    border-radius: 0 0 30px 30px;
}
.stickysection {
    background-color: var(--colorTheme);
    border-radius: 30px;
    padding: 100px 0;
    margin: 0 30px;
}
.stickysection__sidebar {
    top: 0;
    z-index: 1;
    position: sticky;
    min-height: 100vh;
}
.stickysection__sidebar ul li a {
    font-size: 24px;
    font-weight: 400;
    color: var(--colorDarkBlue);
    line-height: 32px;
    width: 100%;
    display: block;
}
.stickysection__sidebar ul li:first-child a {
    border-radius: 30px 30px 0 0;
}
.stickysection__sidebar ul li:first-child.active a {
    border-radius: 0;
}
.stickysection__sidebar ul li:last-child a {
    border-radius: 0 0 30px 30px;
}
.stickysection__sidebar ul li.active a {
    color: var(--colorWhite);
    background-color: var(--colorDarkBlue);
}
.stickysection__content {
    margin-bottom: 100vh;
}
.stickysection__item {
    opacity: 0;
    padding: 50px 0;
    max-width: 700px;
    visibility: hidden;
}
#stickysection__contentappend {
    top: 0;
    z-index: 1;
    position: sticky;
    min-height: 100vh;
    margin-bottom: -100vh;
}
#stickysection__contentappend .stickysection__item {
    opacity: 1;
    visibility: visible;
}
.stickysection__sidebar ul li .our-bridging-box {
    /* display: none; */
    height: 0;
    opacity: 0.2;
}
.stickysection__sidebar ul li.active .our-bridging-box {
    /* display: block; */
    height: 33rem;
    opacity: 1;
    transition: opacity 0.4s ease-in-out;
}
.stickysection__sidebar ul li:first-child.active .our-bridging-box {
    border-radius: 30px 30px 0 0;
}
.our-bridging-box {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 530px;
}
.anchor-link {
    font-size: 22px;
    font-weight: 500;
    color: var(--colorDarkBlue);
    background-color: #fff;
    padding: 15px 30px;
    margin-bottom: 0;
}
.our-bridging-cnt h2 {
    font-size: 50px;
    color: var(--colorDarkBlue);
    margin-bottom: 30px;
}
.our-bridging-cnt h3 {
    font-size: 32px;
    color: var(--colorDarkBlue);
}
.our-bridging-cnt p {
    font-size: 18px;
    font-weight: 500;
    color: var(--colorDarkBlue);
    line-height: 36px;
    margin-bottom: 20px;
}
.our-bridging-cnt ul {
    width: 100%;
    padding-left: 27px;
}
.our-bridging-cnt ul li {
    font-size: 18px;
    font-family: "Aller Light";
    font-weight: lighter;
    color: var(--colorDarkBlue);
    line-height: 36px;
    margin-bottom: 0;
}
.our-bridging-cnt .thm-btn-1 {
    margin-top: 20px;
}
.our-bridging-cnt .thm-btn-1:hover {
    background-color: var(--colorWhite);
    color: var(--colorBlack);
}
/*-- End --*/
/*-- Start --*/
.our-simple-process {
    padding: 100px 0;
}
.our-simple-process .sec-heading h2 {
    font-size: 50px;
    color: var(--colorDarkBlue);
    margin-bottom: 40px;
}
.our-simple-process .sec-heading p {
    font-size: 18px;
    color: var(--colorDarkBlue);
    line-height: 36px;
    margin-bottom: 0;
}
.our-simple-process-box {
    background-color: #e4cdb9;
    border-radius: 30px;
    padding: 50px;
    height: 100%;
}
.our-simple-process-box h3 {
    font-size: 32px;
    color: var(--colorDarkBlue);
}
.our-simple-process-box p {
    font-size: 18px;
    color: var(--colorDarkBlue);
    line-height: 36px;
    margin-bottom: 0;
}
/*-- End --*/
/*-- Start --*/
.introducing {
    width: calc(100% - 60px);
    margin: 0 auto;
    position: relative;
    margin-top: 208px;
    margin-bottom: 100px;
}
.introducing::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 65%;
    background-color: #008189;
    border-radius: 30px 30px 0 0;
    transform: skewY(4deg);
}
.introducing::after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    width: 100%;
    height: 65%;
    background-color: #008189;
    border-radius: 0 0 30px 30px;
}
.introducing-img {
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    padding: 43% 25%;
    border-radius: 30px;
    width: 75%;
    margin: -208px auto 0;
}
.introducing-cnt {
    padding: 100px 0;
}
.introducing-cnt h2 {
    font-size: 50px;
    color: var(--colorWhite);
    margin-bottom: 40px;
}
.introducing-cnt p {
    font-size: 18px;
    color: var(--colorWhite);
    line-height: 36px;
    margin-bottom: 0;
}
/*-- End --*/
/*-- Start --*/
.get-in-touch {
    padding: 100px 0;
    margin: 0 30px;
    background-color: var(--colorBlack);
    border-radius: 30px;
}
.get-in-touch .sec-heading h2 {
    font-size: 50px;
    color: var(--colorWhite);
    margin-bottom: 40px;
}
.get-in-touch .gx-8 {
    --bs-gutter-x: 80px;
}
.get-in-touch .row .col-lg-6:nth-child(2) {
    border-left: 1px solid #474544;
}
.get-in-touch-cnt p {
    font-size: 18px;
    color: var(--colorWhite);
    line-height: 36px;
    margin-bottom: 20px;
}
.get-in-touch-cnt ul {
    list-style-type: none;
    padding-left: 0;
}
.get-in-touch-cnt ul li {
    font-size: 18px;
    color: var(--colorWhite);
    line-height: 36px;
    margin-bottom: 20px;
}
.get-in-touch-cnt ul li a {
    color: var(--colorWhite);
    margin-left: 5px;
}
.get-in-touch-cnt ul li a:hover {
    color: var(--colorTheme);
}
.get-in-touch-form-note {
    font-size: 18px;
    color: var(--colorWhite);
    line-height: 36px;
    margin-bottom: 30px;
}
.get-in-touch-form .form-control {
    font-size: 18px;
    color: var(--colorBlack);
    line-height: 36px;
    border-radius: 50px;
    border-color: var(--colorWhite);
    background-color: var(--colorWhite);
    padding: 10px 20px;
    text-transform: initial;
}
.get-in-touch-form textarea.form-control {
    border-radius: 30px;
}
.get-in-touch-form .form-control:focus {
    border-color: var(--colorTheme);
}
.get-in-touch-form .form-select {
    font-size: 18px;
    color: var(--colorBlack);
    line-height: 36px;
    border-radius: 50px;
    border-color: var(--colorWhite);
    padding: 10px 40px 10px 20px;
    background-size: 20px 20px;
    background-image: url(../images/select-arrow.svg);
    background-color: var(--colorWhite);
    text-transform: initial;
}
.get-in-touch-form .thm-btn {
    background-color: #008189;
    color: var(--colorWhite);
}
.get-in-touch-form .thm-btn:hover {
    background-color: var(--colorWhite);
    color: var(--colorBlack);
}
/*-- End --*/
/*-- Start --*/
.auction-property-purchases {
    width: calc(100% - 60px);
    position: relative;
    margin: 0 auto 100px;
}
.auction-property-purchases::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 55%;
    background-color: #008189;
    border-radius: 30px 30px 0 0;
}
.auction-property-purchases::after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 62px;
    width: 100%;
    height: 55%;
    background-color: #008189;
    border-radius: 0 0 30px 30px;
    transform: skewY(4deg);
}
.dark-bg::before,
.dark-bg::after {
    background-color: var(--colorDarkBlue);
}
.auction-property-purchases .sec-heading {
    margin: 100px 0 50px;
}
.auction-property-purchases .sec-heading h2 {
    font-size: 50px;
    color: var(--colorWhite);
    margin-bottom: 40px;
}
.auction-property-purchases .row:nth-child(2) .col-12 {
    margin-bottom: 160px;
}
.auction-property-purchases-cnt {
    display: flex;
    align-items: start;
    column-gap: 40px;
    margin-bottom: 30px;
}
.auction-property-purchases-cnt img {
    margin-top: 10px;
}
.auction-property-purchases-cnt p {
    font-size: 18px;
    color: var(--colorWhite);
    line-height: 36px;
    margin-bottom: 0;
}
/*-- End --*/
/*-- Start --*/
.process-credx {
    padding: 0 0 100px;
}
.process-credx .sec-heading h2 {
    font-size: 50px;
    color: var(--colorDarkBlue);
    margin-bottom: 0;
}
.process-credx .sec-heading p {
    font-size: 18px;
    color: var(--colorDarkBlue);
    line-height: 36px;
    margin-bottom: 0;
}
.process-credx-box {
    background-color: #e4cdb9;
    border-radius: 30px;
    padding: 50px;
    display: flex;
    align-items: start;
    column-gap: 50px;
    margin-bottom: 40px;
}
.process-credx-box:last-child {
    margin-bottom: 0;
}
.process-credx-num {
    font-size: 80px;
    color: #008189;
    line-height: 60px;
}
.process-credx-cnt h3 {
    font-size: 32px;
    color: var(--colorDarkBlue);
}
.process-credx-cnt p {
    font-size: 18px;
    color: var(--colorDarkBlue);
    line-height: 36px;
    margin-bottom: 0;
}
.process-credx-box-note {
    background-color: #008189;
    border-radius: 30px;
    padding: 50px;
    margin-bottom: 40px;
}
.process-credx-box-note p {
    font-size: 18px;
    color: var(--colorWhite);
    line-height: 36px;
    margin-bottom: 0;
}
/*-- End --*/
/*-- Start --*/
.why-bridging-finance {
    width: calc(100% - 60px);
    margin: 0 auto;
    position: relative;
    margin-top: 20px;
    margin-bottom: 100px;
}
.why-bridging-finance::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 65%;
    background-color: var(--colorTheme);
    border-radius: 30px 30px 0 0;
    transform: skewY(4deg);
}
.why-bridging-finance::after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    width: 100%;
    height: 65%;
    background-color: var(--colorTheme);
    border-radius: 0 0 30px 30px;
}
.why-bridging-finance .thm-btn-1:hover {
    background-color: var(--colorWhite);
    color: var(--colorBlack);
}
.why-bridging-finance .sec-heading {
    margin-top: 100px;
}
.why-bridging-finance .sec-heading h2 {
    font-size: 50px;
    color: var(--colorBlack);
    margin-bottom: 0;
}
.why-bridging-finance-cnt {
    margin-bottom: 100px;
}
.why-bridging-finance-cnt p {
    font-size: 18px;
    color: var(--colorBlack);
    line-height: 36px;
    margin-bottom: 0;
}
.why-bridging-finance-cnt ul {
    padding-left: 0;
    list-style-type: none;
}
.why-bridging-finance-cnt li {
    font-size: 18px;
    font-family: "Aller Light";
    color: var(--colorBlack);
    line-height: 36px;
    margin-bottom: 20px;
}
/*-- End --*/
/*-- Start --*/
.our-process {
    width: calc(100% - 60px);
    position: relative;
    margin: 0 auto 100px;
}
.our-process::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 55%;
    background-color: var(--colorDarkBlue);
    border-radius: 30px 30px 0 0;
}
.our-process::after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 80px;
    width: 100%;
    height: 55%;
    background-color: var(--colorDarkBlue);
    border-radius: 0 0 30px 30px;
    transform: skewY(4deg);
}
.our-process-cnt {
    margin: 100px 0 0;
}
.our-process-cnt h2 {
    font-size: 50px;
    color: var(--colorWhite);
    margin-bottom: 40px;
}
.our-process-cnt p {
    font-size: 18px;
    color: var(--colorWhite);
    line-height: 36px;
    margin-bottom: 0;
}
.our-process-img {
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    padding: 50% 25%;
    border-radius: 30px;
    width: 80%;
    margin: 100px auto 0;
}
/*-- End --*/
/*-- Start --*/
.why-credx {
    width: calc(100% - 60px);
    margin: 0 auto;
    position: relative;
    margin-bottom: 100px;
}
.why-credx::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 65%;
    background-color: #008189;
    border-radius: 30px 30px 0 0;
    transform: skewY(4deg);
}
.why-credx::after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    width: 100%;
    height: 65%;
    background-color: #008189;
    border-radius: 0 0 30px 30px;
}
.why-credx-main .our-process-img img {
    height: 675px;
}
.why-credx .col-12 {
    margin: 100px 0;
}
.why-credx-cnt {
    margin-bottom: 30px;
}
.why-credx-cnt:last-child {
    margin-bottom: 0;
}
.why-credx-cnt h3 {
    font-size: 32px;
    font-weight: 600;
    color: var(--colorWhite);
    margin-bottom: 10px;
}
.why-credx-cnt p {
    font-size: 18px;
    color: var(--colorWhite);
    line-height: 36px;
    margin-bottom: 0;
}
/*-- End --*/
/*-- Start --*/
.contact-main .introducing {
    padding-top: 100px;
    margin: 235px auto 0px;
}
/*-- End --*/
/*-- Start --*/
.company-policy,
.privacy-notice {
    padding: 100px 0; 
    background-color: white;
}
.company-policy h4,
.privacy-notice h4 {
    font-size: 35px;
}
.company-policy p,
.privacy-notice p {
    font-size: 18px;
    line-height: 36px;
    color: var(--colorDarkBlue);
}
.company-policy ul li,
.privacy-notice ul li {
    font-size: 18px;
    font-family: "Aller Light";
    line-height: 36px;
    color: var(--colorDarkBlue);
}
.company-policy a,
.privacy-notice a {
    color: var(--colorTheme);
}
.company-policy a:hover,
.privacy-notice a:hover {
    color: var(--colorDarkBlue);
}
.privacy-notice thead tr th {
    background-color: #e8e8e8;
    vertical-align: top;
}
.privacy-notice tr td {
    font-size: 18px;
    font-family: "Aller Light";
    color: var(--colorDarkBlue);
}
.privacy-notice tr td {
    font-size: 18px;
    font-family: "Aller Light";
    color: var(--colorDarkBlue);
}
/*-- End --*/

/*-- Start Footer --*/
.footer {
    padding: 30px 48px;
}
.footer .footer-logo img {
    width: 193px;
    height: auto;
}
.footer .footer-link ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: end;
    padding: 0;
    margin-bottom: 0;
    list-style-type: none;
}
.footer .footer-link ul li {
    padding: 15px 30px;
}
.footer .footer-link ul li a {
    font-size: 18px;
    color: var(--colorDarkBlue);
    text-transform: uppercase;
}
.footer .footer-link ul li a:hover {
    color: #008189;
}
.footer .footer-link ul li:last-child {
    padding: 0 0 0 30px;
}
.footer .footer-link ul li .thm-btn:hover {
    color: var(--colorWhite);
}
.footer-crafted {
    padding: 30px 0 0;
}
.footer-crafted a {
    font-size: 18px;
    color: var(--colorDarkBlue);
    text-transform: uppercase;
    line-height: 36px;
    text-align: right;
    display: block;
}
.footer-crafted a:hover {
    color: #008189;
}
.footer-company {
    padding: 40px 0 0;
}
.footer-company p {
    font-size: 14px;
    color: var(--colorDarkBlue);
    margin-bottom: 0;
}
/*-- End Footer --*/