#preloader,
section:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.dropdown-menu li a,
.navbar .nav-link {
    font-family: "Euclid-Circular-A-Regular, sans-serif";
}

.dropdown-menu,
.loaded #preloader,
.wrp-ct {
    opacity: 0;
    visibility: hidden;
}

/* https://d2dy9w7mmecm6m.cloudfront.net/assets/font/ */
@font-face {
    font-family: "Euclid-Circular-A-Bold, sans-serif";
    src:
        url("https://d2dy9w7mmecm6m.cloudfront.net/assets/font/Euclid Circular A Bold.woff") format("woff"),
        url("https://d2dy9w7mmecm6m.cloudfront.net/assets/font/Euclid Circular A Bold.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Euclid-Circular-A-Semi-bold, sans-serif";
    src:
        url("https://d2dy9w7mmecm6m.cloudfront.net/assets/font/Euclid Circular A SemiBold.woff") format("woff"),
        url("https://d2dy9w7mmecm6m.cloudfront.net/assets/font/Euclid Circular A SemiBold.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Euclid-Circular-A-Medium, sans-serif";
    src:
        url("https://d2dy9w7mmecm6m.cloudfront.net/assets/font/Euclid Circular A Medium.woff") format("woff"),
        url("https://d2dy9w7mmecm6m.cloudfront.net/assets/font/Euclid Circular A Medium.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Euclid-Circular-A-Regular, sans-serif";
    src:
        url("https://d2dy9w7mmecm6m.cloudfront.net/assets/font/Euclid Circular A Regular.woff") format("woff"),
        url("https://d2dy9w7mmecm6m.cloudfront.net/assets/font/Euclid Circular A Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Euclid-Circular-A-Light, sans-serif";
    src:
        url("https://d2dy9w7mmecm6m.cloudfront.net/assets/font/Euclid Circular A Light.woff") format("woff"),
        url("https://d2dy9w7mmecm6m.cloudfront.net/assets/font/Euclid Circular A Light.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Austin-News-Headline-Light, sans-serif";
    src:
        url("https://d2dy9w7mmecm6m.cloudfront.net/assets/font/Austin News Headline Light.woff") format("woff"),
        url("https://d2dy9w7mmecm6m.cloudfront.net/assets/font/Austin News Headline Light.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
}

body::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
}

body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #0a70a1;
}

body::-webkit-scrollbar-thumb:hover {
    background: #58be07;
}

body.viewer-open {
    padding-right: 0 !important;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.preloader-content {
    text-align: center;
}

.loading-icon i {
    font-size: 24px;
    color: #0a70a1;
}

.preloader-image {
    max-width: 150px;
    height: auto;
    opacity: 0;
    transform: translateY(50px);
    animation: 1.5s forwards fadeInUp;
    margin-bottom: 20px;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(-50px);
    }
}

.loaded #preloader .preloader-image {
    animation: 1.5s forwards fadeOutUp;
}

.loaded #preloader {
    transition:
        opacity 1s ease-in-out,
        visibility 0s 1s;
}

.loaded #main-content {
    display: block;
    opacity: 1;
    transition: opacity 1.5s ease-in-out;
}

.scrollingCursor:hover {
    cursor: url("https://d2dy9w7mmecm6m.cloudfront.net/assets/images/homepage/cursor.png"), auto !important;
}

.zoomInCursor:hover {
    cursor: url("https://d2dy9w7mmecm6m.cloudfront.net/assets/images/homepage/zoom-in.png"), auto !important;
}

.cursorEffect.arrow-hover,
.icon,
.menu .menu-btn:hover,
.menuslider .btnLI,
.navbar-logo img,
a,
button,
i {
    cursor: pointer !important;
}

.progress-bar-container {
    position: absolute;
    bottom: 3px;
    width: 100%;
    height: 5px;
    background-color: #0003;
    z-index: 10;
    border-radius: 15px;
}

.progress-bar,
section:nth-of-type(2n) {
    background-color: #fff;
}

.progress-bar {
    width: 0;
    height: 100%;
    transition: width 0.1s linear;
    border-radius: 15px;
}

.container {
    max-width: 85% !important;
}

.viewer-button {
    background-color: #0b5a7e !important;
    height: 80px !important;
    width: 80px !important;
    border: none !important;
    border-radius: 0 !important;
}

.header,
.navbar .nav-link:hover:after {
    width: 100%;
}

.viewer-button:hover {
    background-color: #58be07 !important;
}

.viewer-button:before {
    bottom: 12px !important;
    left: 12px !important;
    transform: scale(1.3) !important;
}

.menu .menu-btn:hover,
.nav-link:hover,
.navbar .nav-link .icon:hover {
    transform: scale(1.05);
}

.viewer-title {
    display: none !important;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    transition:
        top 0.3s ease-in-out,
        background-color 0.3s ease-in-out;
    background-color: transparent;
    animation: 0.7s ease-in-out 2s both fadeInDown;
}

.enquiry-form,
.search-list-wrapper {
    animation: 0.9s forwards dropdownOpen;
}

.navbar {
    padding: 20px 0 !important;
    background: linear-gradient(0deg, transparent, #00000080);
    transition:
        padding 0.3s,
        background 0.3s;
}

.navbar .nav-link {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    margin-right: 15px;
    letter-spacing: 2.2px;
    position: relative;
    transition:
        color 0.3s,
        transform 0.3s;
}

.navbar .nav-link:after {
    content: "";
    position: absolute;
    background-color: #fff;
    height: 0.5px;
    width: 0;
    left: 0;
    bottom: -3px;
    transition: width 0.3s;
}

.header.sticky .navbar .nav-link:after {
    background-color: #000;
}

.navbar-logo img {
    height: 55px;
    width: auto;
}

.navbar .nav-link.logout {
    position: absolute;
    background-color: #000;
    border-radius: 10px;
    padding: 10px 10px 10px 30px;
    top: 300px;
    right: 0;
}

.navbar .nav-link .icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
    transition: transform 0.3s;
    margin-bottom: 4px;
}

.list-inline-item,
.nav-item.dropdown {
    position: relative;
}

.dropdown-menu {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    background-color: #fff;
    list-style: none;
    padding: 0;
    margin-top: 0;
    border-radius: 0;
    border: none;
    transition:
        opacity 0.3s,
        visibility 0.3s;
}

.dropdown-menu li {
    padding: 0;
}

.dropdown-menu li a {
    padding: 10px 15px;
    text-decoration: none;
    color: #121212;
    background-color: transparent;
    font-size: 14px;
}

.dropdown-menu li a:hover {
    color: #fff;
    background-color: #0b5a7e;
}

.nav-item.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-40px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.menu .menu-btn .lines {
    position: relative;
    width: 25px;
    height: 25px;
    margin-bottom: 5px;
}

.menu .menu-btn .lines span {
    display: block;
    background: #fff;
    width: 20px;
    height: 2.3px;
    margin: 4px 0;
    transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    position: absolute;
    left: 0;
    border-radius: 1px;
}

.header-social a:hover::after,
.menu .menu-btn .lines span:first-child {
    top: 0;
}

.menu .menu-btn .lines span:nth-child(2) {
    top: 7px;
}

.menu .menu-btn .lines span:nth-child(3) {
    top: 14px;
}

.menu.active .menu-btn .lines span:first-child,
.menu.active .menu-btn .lines span:nth-child(4) {
    top: 6px;
    left: 50%;
    width: 0;
}

.menu.active .menu-btn .lines span:nth-child(2) {
    transform: rotate(45deg);
}

.menu.active .menu-btn .lines span:nth-child(3) {
    transform: rotate(-45deg);
}

.mainmenu_uniquename {
    transition: left 0.8s ease-in-out;
    height: 100vh;
    width: 40vw;
    max-width: 25vw;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 200;
    box-shadow: 0 0 2px 0 #aaa;
    background: #fff;
    padding-left: 0;
    overflow: hidden;
}

.mainmenudisbled_uniquename {
    left: -26vw;
    box-shadow: none;
}

.submenu_uniquename {
    transition: left 1.25s ease-in-out;
    position: absolute;
    top: 0;
    left: 26vw;
    z-index: 100;
    width: 26vw;
    max-width: 23vw;
    height: 100vh;
    padding-left: 0;
    border-left: 1px solid beige;
    background: #eee;
}

.submenu_enabled {
    left: 25vw;
}

@media (max-width: 1024px) {
    .mainmenu_uniquename {
        width: 40vw;
        max-width: 40vw;
    }

    .mainmenudisbled_uniquename {
        left: -40vw;
        box-shadow: none;
    }

    .submenu_enabled {
        left: 40vw;
    }

    .submenu_uniquename {
        width: 35vw;
        max-width: 35vw;
    }
}

@media (max-width: 767px) {

    .mainmenu_uniquename,
    .submenu_uniquename {
        transition: left 1.25s ease-in-out;
        height: 100vh;
        width: 100%;
        max-width: 100%;
        position: absolute;
        top: 0;
        z-index: 200;
    }

    .submenu_uniquename {
        left: 100%;
        padding-top: 10px;
        border-left: 1px solid beige;
        background: #eee;
    }

    .submenu_enabled {
        left: 0;
    }

    .mainmenu_uniquename {
        left: 0;
        box-shadow: 0 0 2px 0 #aaa;
        background: #fff;
    }

    .mainmenudisbled_uniquename {
        left: -100%;
        box-shadow: none;
    }
}

.disbled_uniquename {
    left: -100%;
    box-shadow: none;
}

.menuslider ul {
    margin: 0;
    list-style: none;
}

.menuslider .btnLI {
    margin: 6px 8px !important;
    color: #919191;
    font-size: 1rem;
    font-family: "Euclid-Circular-A-Medium, sans-serif";
    padding-right: 40px;
    padding-bottom: 15px;
}

.header-social a:hover .fa-brands,
.menuslider .mainMenuFooter li {
    color: #fff;
}

.innerDropdown_UL .btnR2,
.menuslider .mainMenuFooter li {
    font-family: "Euclid-Circular-A-Regular, sans-serif";
    font-size: 1rem;
}

#toggleMenuback_uniquename,
.back {
    background: 0 0;
    position: absolute;
    top: 15px;
    right: 15px;
    border: none;
}

.close-btn {
    position: relative;
    width: 100%;
    height: 50px;
}

.close-btn:hover {
    cursor: pointer;
}

.close-btn img {
    width: 20px;
    height: 20px;
}

.menuslider .btnLI span,
.menuslider .innerDropdown span {
    float: inline-end;
    transform: rotate(90deg);
    font-size: 12px;
}

.activeLi {
    color: #000 !important;
}

.overlay_uniquename {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000080;
    z-index: 10;
}

.search-list-wrapper,
.wrp-ct {
    position: absolute;
    top: 75%;
    right: 10%;
}

.full-menu,
.menuslider .mainMenuFooter:hover {
    background: #0a70a1;
}

.menuslider .mainMenuFooter {
    background: #0a70a1;
    color: #fff;
    position: relative;
    margin: 0 !important;
    border-radius: 0 !important;
    padding: 30px 0 30px 32px;
    height: 50vh;
    display: flex;
    align-items: center;
}

.menuslider .mainMenuFooter ul {
    padding-left: 0;
}

.menuslider .mainMenuFooter li:hover {
    background-color: transparent;
}

.full-menu {
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.first-menu {
    padding: 10px 0 0 32px;
    height: 42vh;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.first-menu ul {
    padding-left: 0;
}

.dropdown {
    list-style: none;
    padding: 0;
}

.innerDropdown_UL {
    display: none;
    background: 0 0;
    border: none;
    padding-left: 0;
    padding-top: 20px;
}

.innerDropdown_UL .btnR2 {
    cursor: pointer !important;
    color: #919191;
    padding-bottom: 4px;
    transition: color 0.3s;
}

.innerDropdown_UL .btnR2:hover {
    color: #000;
}

.innerDropdown.active .innerDropdown_UL {
    display: block;
}

.innerDropdown.active span i {
    transform: rotate(0);
    transition: transform 0.4s;
}

.first-sub-menu {
    padding: 10px 0 0 32px;
    height: 100%;
}

.first-sub-menu .innerDropdown {
    cursor: pointer !important;
    font-size: 1rem;
    font-family: "Euclid-Circular-A-Medium, sans-serif";
    padding-right: 40px;
    padding-bottom: 25px;
    margin: 6px 8px;
    text-transform: uppercase;
}

.first-sub-menu .innerDropdown a {
    color: #000;
    text-decoration: none;
}

.header-social a {
    font-size: 18px;
    color: #0a70a1;
    background-color: #fff;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.header-social .fa-brands {
    position: relative;
    z-index: 10;
    transition: color 0.5s;
}

.header-social a::after {
    content: "";
    height: 100%;
    width: 100%;
    top: -90px;
    left: 0;
    position: absolute;
    transition: top 0.5s;
    background-color: #000;
    z-index: 5;
}

.search-list-wrapper {
    width: 600px;
    box-shadow: #64646f33 0 7px 29px 0;
    display: none;
}

.search-list-wrapper .recent-search,
.search-list-wrapper .search-list {
    background-color: #fff;
    border-radius: 0;
    box-shadow: 0 2px 7px 1px #00000026;
    margin-top: 10px;
}

.search-list-wrapper .recent-search {
    padding: 2rem;
    overflow-y: scroll;
    max-height: 65vh;
}

.search-bar {
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 9px 15px;
    width: 100%;
    transition: 0.3s ease-in-out;
}

.search-bar i {
    font-size: 18px;
    color: #000;
    margin-right: 10px;
    cursor: pointer;
}

.search-bar input {
    flex: 1;
    border: none;
    outline: 0;
    background-color: transparent;
    font-size: 18px;
    padding: 5px 10px;
    color: #000;
}

.search-bar input::placeholder {
    color: #000;
}

.search-bar .search-close-icon {
    font-size: 24px;
    color: #0a70a1;
    cursor: pointer;
    margin-left: 10px;
    transition:
        transform 0.3s,
        color 0.3s;
}

.search-close-icon:hover {
    transform: rotate(90deg);
    color: #58be07;
}

.search-close-icon:active {
    transform: scale(0.9);
}

.search-list-wrapper .recent-search h4 {
    font-size: 1.3rem;
    font-family: "Euclid-Circular-A-Regular, sans-serif";
    color: #000;
}

.search-list-wrapper .recent-search .recommended-list {
    padding-left: 0;
    margin-top: 20px;
}

.search-list-wrapper .recent-search .recommended-list li,
.search-list-wrapper li {
    font-size: 16px;
    line-height: 1.5;
    margin: 4px 12px;
    padding: 4px 0;
    color: #666;
    cursor: pointer;
    font-family: "Euclid-Circular-A-Regular, sans-serif";
}

@keyframes dropdownOpen {
    0% {
        opacity: 0;
        transform: translateY(-80px);
        visibility: visible;
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes dropdownClose {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-20px);
    }
}

.wrp-ct {
    display: inline-flex;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    border-radius: 0;
    box-shadow: 0 10px 30px #0000001a;
    transform: translateY(-70px) scale(1);
    transition:
        opacity 1.3s cubic-bezier(0.25, 1, 0.5, 1),
        transform 1.3s cubic-bezier(0.25, 1, 0.5, 1),
        visibility 1.3s;
}

#SocialTabIcon:focus+.wrp-ct {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

.wrp-ct:focus-within {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

#SocialTabIcon:focus+.wrp-ct,
.wrp-ct:focus-within {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

.wrp-ct .ico {
    position: relative;
    background: #fff;
    border-radius: 50%;
    padding: 15px;
    margin: 15px;
    width: 45px;
    height: 45px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    box-shadow:
        #00000040 0 54px 55px,
        #0000001f 0 -12px 30px,
        #0000001f 0 4px 6px,
        #0000002b 0 12px 13px,
        #00000017 0 -3px 5px;
    color: #0a70a1;
}

.wrp-ct .tip {
    position: absolute;
    top: 0;
    font-size: 14px;
    background: #fff;
    color: #fff;
    padding: 5px 8px;
    opacity: 0;
    pointer-events: none;
    border-radius: 0;
    transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrp-ct .tip::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    background: #fff;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
}

.wrp-ct .ico:hover .tip {
    top: 52px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.fb:hover .tip,
.fb:hover .tip::before,
.ig:hover .tip,
.ig:hover .tip::before,
.li:hover .tip,
.li:hover .tip::before,
.tw:hover .tip,
.tw:hover .tip::before,
.wrp-ct .fb:hover,
.wrp-ct .ig:hover,
.wrp-ct .li:hover,
.wrp-ct .tw:hover,
.wrp-ct .yt:hover,
.yt:hover .tip,
.yt:hover .tip::before {
    background: #000;
    color: #fff;
}

.wrp-ct .close-socail-icon {
    border-radius: 0;
    background: #0a70a1;
    color: #fff;
    width: 25px;
    height: 25px;
    text-align: center;
}

.wrp-ct .close-socail-icon:hover {
    background: #58be07;
}

.enquiry-form {
    position: fixed;
    right: 9%;
    top: 101px;
    width: 600px;
    box-shadow: #64646f33 0 7px 29px 0;
    display: none;
    z-index: 10;
}

.enquiry-form .form-section {
    background: #fff;
    width: 100%;
    text-align: start;
}

.enquiry-form .form-upper {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 2rem 1.5rem 1.5rem;
}

.enquiry-form .form-upper h4 {
    font-size: 2rem;
    color: #000;
    font-family: "Austin-News-Headline-Light, sans-serif";
}

.enquiry-form .form-upper i {
    font-size: 24px;
    color: #fff;
    margin-bottom: 10px;
    padding: 10px;
    background: #0a70a1;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.enquiry-form .form-upper i:hover,
.popup .popup-content .form-upper i:hover {
    background-color: #58be07;
    transform: rotate(90deg);
}

.enquiry-form .form-lower {
    padding: 0 1.5rem 1.5rem;
}

.enquiry-form .unique-form-group {
    margin-bottom: 25px;
    position: relative;
}

.enquiry-form .unique-form-group label {
    position: absolute;
    color: #000;
    font-family: "Euclid-Circular-A-Regular, sans-serif";
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    font-size: 1rem;
    padding: 0 5px;
    pointer-events: none;
    transition: 0.5s;
}

.enquiry-form .unique-form-group input,
.enquiry-form .unique-form-group select,
.enquiry-form .unique-form-group textarea {
    width: calc(100% - 0px);
    padding: 10px;
    border: none;
    border-radius: 0;
    font-size: 16px;
    box-shadow: #cbd5e2 0 0 0 1px;
    transition-property: box-shadow, background-color;
    transition-duration: 0.4s;
    font-family: "Euclid-Circular-A-Regular, sans-serif";
}

.enquiry-form .unique-form-group input:focus,
.enquiry-form .unique-form-group textarea:focus {
    outline: 0;
    background-color: #fff;
}

.enquiry-form .unique-form-group input.filled~label,
.enquiry-form .unique-form-group input:focus~label,
.enquiry-form .unique-form-group textarea.filled~label,
.enquiry-form .unique-form-group textarea:focus~label {
    top: 0;
    font-size: 12px;
    background-color: #fff;
}

.enquiry-form .unique-form-group button {
    background-color: #58be07;
    color: #fff;
    padding: 10px 30px;
    font-size: 16px;
    border: none;
    border-radius: 0;
    cursor: pointer;
    z-index: 1;
    position: relative;
    transition:
        transform 0.3s,
        box-shadow 0.3s;
    width: 50%;
    font-family: "Euclid-Circular-A-Regular, sans-serif";
}

.form-lower .check,
.form-lower .check a {
    font-size: 1rem;
    font-family: "Euclid-Circular-A-Regular, sans-serif";
}

.scroll-to-top,
.whatsapp-chat {
    display: flex;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}

.enquiry-form .unique-form-group button:before {
    content: "";
    position: absolute;
    background-color: #0a70a1;
    height: 0;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: -1;
    transition: height 0.4s;
}

.enquiry-form .unique-form-group button:hover:before,
.popup .popup-content .unique-form-group button:hover:before {
    height: 100%;
}

.enquiry-form .unique-mt-4,
.enquiry-form .unique-my-4 {
    margin-top: 16px;
}

.enquiry-form .unique-text-blue-500 {
    color: #007bff;
}

.enquiry-form .unique-hover-underline:hover,
.footer .text a:hover,
.footer-row ul li a:hover {
    text-decoration: underline;
}

.form-lower .check {
    color: #121212;
}

.form-lower .check a {
    color: #0a70a1;
    text-decoration: none;
}

.footer .text,
.footer .text a,
.footer-row .heading,
.footer-row ul li a,
.privacy-section .text,
.privacy-section li a {
    font-weight: 500;
    font-family: "Euclid-Circular-A-Regular, sans-serif";
    color: #121212;
}

@media (max-width: 1024px) {
    .enquiry-form {
        right: 11%;
    }
}

.footer,
.privacy-section {
    background-color: #f9f9f9;
    z-index: 7;
    position: relative;
}

.footer {
    padding-top: 70px;
    display: flex;
    flex-direction: column;
}

.footer .b-right {
    border-right: 1px solid #000;
}

.footer .column-content {
    padding: 0 12px 12px;
}

.footer-logo img {
    max-width: 150px;
}

.footer-social a {
    color: #fff !important;
    background-color: #ababab !important;
}

.footer-row .heading {
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: 20px;
}

.footer .text,
.footer .text a,
.privacy-section .text {
    font-size: 0.88rem;
}

.footer .text a {
    text-decoration: none;
}

.footer-row ul li a,
.privacy-section li a {
    text-decoration: none;
    font-size: 0.9rem;
}

.privacy-section {
    border-top: 1px solid #000;
    padding-top: 30px;
    padding-bottom: 40px;
}

.fixed-button,
.scroll-to-top,
.whatsapp-chat {
    color: #fff;
    z-index: 11;
    position: fixed;
    cursor: pointer !important;
}

.list-inline-item:not(:last-child)::after {
    content: "|";
    color: #000;
    margin-left: 10px;
    margin-right: 10px;
}

.scroll-to-top {
    bottom: 200px;
    right: 30px;
    width: 37px;
    height: 37px;
    background-color: #0a70a1;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.whatsapp-chat {
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background: #25d366;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 35px;
    box-shadow: 0 4px 6px #0000001a;
}

.fixed-button:hover,
.scroll-to-top:hover {
    background-color: #58be07;
}

.chat360__btn.show,
.fixed-button.show,
.scroll-to-top.show,
.whatsapp-chat.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.fixed-button,
.fixed-button.hide,
.scroll-to-top.hide {
    transform: translateY(100px);
}

.whatsapp-chat.hide {
    transform: translateY(80px);
}

@media (min-width: 769px) {
    .whatsapp-chat {
        display: none;
    }
}

@media (max-width: 768px) {
    .container {
        max-width: 720px !important;
    }

    .footer-logo img {
        max-width: 100px;
    }

    .whatsapp-chat {
        display: flex;
    }
}

.fixed-button {
    bottom: 150px;
    right: 30px;
    width: 40px;
    height: 40px;
    background-color: #0a70a1;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    opacity: 0;
    visibility: hidden;
    transition:
        opacity 0.4s,
        visibility 0.4s,
        transform 0.4s;
}

@media (min-width: 768px) {
    .scroll-to-top {
        bottom: 140px;
    }

    .fixed-button {
        bottom: 90px;
    }
}

.popup {
    display: none;
    position: fixed;
    bottom: 2%;
    right: 1%;
    width: 100%;
    height: 100%;
    justify-content: end;
    align-items: end;
    z-index: 15;
}

.popup-content {
    background-color: #fff;
    padding: 20px 20px 10px;
    border-radius: 0;
    max-width: 18%;
    width: 90%;
    box-shadow: 0 5px 15px #0000004d;
    transform: scale(0);
    opacity: 0;
    transition:
        transform 0.5s,
        opacity 0.5s;
}

.popup.show .popup-content {
    transform: scale(1);
    opacity: 1;
}

.popup .popup-content .form-upper {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.popup .popup-content .form-upper h4 {
    font-size: 20px;
    color: #000;
    font-family: "Austin-News-Headline-Light, sans-serif";
}

.popup .popup-content .form-upper i {
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
    padding: 10px;
    background: #0a70a1;
    border-radius: 50%;
    height: 24px;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup .popup-content .unique-form-group {
    margin-bottom: 15px;
    position: relative;
}

.popup .popup-content .unique-form-group input {
    width: calc(100% - 0px);
    padding: 5px;
    border: none;
    border-radius: 0;
    font-size: 14px;
    box-shadow: #cbd5e2 0 0 0 1px;
    transition-property: box-shadow, background-color;
    transition-duration: 0.4s;
    font-family: "Euclid-Circular-A-Regular, sans-serif";
}

.popup .popup-content .unique-form-group button {
    background-color: #0a70a1;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    border: none;
    border-radius: 0;
    cursor: pointer;
    z-index: 1;
    position: relative;
    transition:
        transform 0.3s,
        box-shadow 0.3s;
    width: 50%;
    font-family: "Euclid-Circular-A-Regular, sans-serif";
}

.popup .popup-content .unique-form-group button:before {
    content: "";
    position: absolute;
    background-color: #58be07;
    height: 0;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: -1;
    transition: height 0.4s;
}

.SideBarScrollBar {
    overflow: scroll;
}

.SideBarScrollBar::-webkit-scrollbar {
    width: 6px;
}

.SideBarScrollBar::-webkit-scrollbar-track {
    background: #eee;
    border-radius: 10px;
}

.SideBarScrollBar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #0a70a1;
}

.SideBarScrollBar::-webkit-scrollbar-thumb:hover {
    background: #58be07;
}

.cookie-policy-popup .cookie-popup {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 100%;
    background-color: #fff;
    color: #fff;
    box-shadow: 0 8px 20px #0003;
    padding: 30px;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition:
        bottom 0.5s,
        opacity 0.5s;
}

.cookie-policy-popup .cookie-popup.active {
    visibility: visible;
    opacity: 1;
}

.cookie-policy-popup .cookie-popup .cookie-content h3 {
    margin: 0 0 10px;
    font-size: 1.5rem;
    color: #121212;
    font-family: "Euclid-Circular-A-Regular, sans-serif";
}

.cookie-policy-popup .cookie-popup .cookie-content p {
    font-size: 0.9rem;
    margin: 0 0 20px;
    color: #121212;
}

.cookie-policy-popup .cookie-popup .cookie-content .acceptPolicy {
    border: none;
    background: 0 0;
    color: #0b5a7e;
    font-weight: 600;
}

.cookie-policy-popup .cookie-popup .cookie-content .policies {
    color: #0b5a7e;
    text-decoration: none;
    cursor: pointer !important;
    font-weight: 600;
}

.cookie-policy-popup .cookie-popup .cookie-content .button-container {
    margin-top: 15px;
    text-align: right;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    gap: 15px;
}

.cookie-policy-popup .cookie-popup .cookie-content .button-container .cookie-btn:first-child {
    background-color: #0b5a7e;
    color: #fff;
}

.cookie-policy-popup .cookie-popup .cookie-content .button-container .cookie-btn {
    font-family: "Euclid-Circular-A-Regular, sans-serif";
    background-color: #ccc;
    color: #000;
    border: none;
    padding: 8px 20px;
    border-radius: 5px;
    cursor: pointer;
    width: 10%;
}

@media (min-width: 768px) and (max-width: 767px) {
    .cookie-policy-popup .cookie-popup .cookie-content .button-container .cookie-btn {
        width: 15%;
    }
}

@media (max-width: 767px) {
    .navbar-logo img {
        max-height: 30px;
    }

    .navbar .nav-link {
        font-size: 10px;
        margin-right: 6px;
    }

    .navbar .nav-link .icon {
        width: 20px;
        height: 20px;
    }

    .header .navbar-right .nav-link:first-child,
    .header .navbar-right .nav-link:nth-child(2) {
        display: none;
    }

    .navbar {
        padding: 20px 0 !important;
    }

    .menu .menu-btn .lines span {
        width: 20px;
        height: 2px;
    }

    .menu .menu-btn .lines span:nth-child(2) {
        top: 7px;
    }

    .menu .menu-btn .lines span:nth-child(3) {
        top: 14px;
    }

    .search-list-wrapper {
        right: 5%;
        top: 100%;
        width: 90%;
    }

    .search-bar {
        max-width: 100%;
        padding: 16px 12px;
    }

    .search-bar input {
        font-size: 14px;
    }

    .search-bar .search-close-icon,
    .search-bar i,
    .wrp-ct .ico {
        font-size: 16px;
    }

    .wrp-ct {
        right: 5%;
        top: 90%;
    }

    .wrp-ct .ico {
        width: 40px;
        height: 40px;
        margin: 10px;
    }

    .enquiry-form {
        right: 2%;
        top: 70px;
        width: 96%;
        z-index: 9;
    }

    .popup {
        right: 0;
        justify-content: center;
        align-items: center;
    }

    .popup-content {
        max-width: 100%;
        width: 90%;
    }

    .cookie-policy-popup .cookie-popup .cookie-content .button-container .cookie-btn {
        width: 30%;
    }
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input [type="number"] {
    -moz-appearance: textfield;
}


/* ---------------------preloader start ----------------------------- */
#preloader {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100vh !important;
    z-index: 9999 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    background: #fff !important;
    opacity: 1 !important;
    transition: opacity 0.3s ease-out !important;
    /* Faster transition */
    pointer-events: none;
    /* Don't block interactions */
}

.preloader-content {
    text-align: center !important;
}

.preloader-image {
    max-width: 150px !important;
    height: auto !important;
    margin-bottom: 20px !important;
    /* Remove complex animations */
}

.loading-icon i {
    font-size: 24px !important;
    color: #0a70a1 !important;
}

/* Quick fade out only */
body.loaded #preloader {
    opacity: 0 !important;
    visibility: hidden !important;
}

#main-content {
    opacity: 0 !important;
    transition: opacity 0.3s ease-in !important;
    /* Faster */
}

body.loaded #main-content {
    opacity: 1 !important;
}

.menu ul {
    padding-left: 0px !important;
}

/* ---------------------preloader end ----------------------------- */