header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: #ffffff;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.12);
}

.header__area.header-2.header-1 {
    background-color: #ffffff !important;
    width: 100%;
}

.header-top {
    background-color: #000d78 !important;
    border-bottom: 1px solid #e8e8e8;
    padding: 20px !important;
}

.header-top-menu li,
.header-top-menu li a {
    color: #ffffff !important;
    font-size: 16px;
    font-family: 'Saira' !important;
}


.header-top-menu li a:hover {
    color: #e8282d !important;
}

.header-top-menu li svg path {
    stroke: #ffffff !important;
}

.lan-select select,
.lan-select-2 select {
    color: #333333 !important;
    background-color: transparent !important;
    border-color: #cccccc !important;
}

.lan-select option {
    color: #333333;
}

.header-top-socail-menu span a {
    color: #444444 !important;
    font-size: 13px;
}

.header-top-socail-menu span a:hover {
    color: #e8282d !important;
}

.main-menu-2 nav ul>li>a,
.main-menu nav ul>li>a {
    color: #222222 !important;
    font-weight: 600;
}

.main-menu-2 nav ul>li>a:hover,
.main-menu nav ul>li>a:hover,
.main-menu-2 nav ul>li.active>a,
.main-menu nav ul>li.active>a {
    color: #e8282d !important;
}

.main-menu ul.submenu,
.main-menu-2 ul.submenu {
    background-color: #ffffff !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12) !important;
}

.main-menu ul.submenu li a,
.main-menu-2 ul.submenu li a {
    color: #333333 !important;
}

.main-menu ul.submenu li a:hover,
.main-menu-2 ul.submenu li a:hover {
    color: #e8282d !important;
}

.search-icon-2 svg path,
.dl-search-icon svg path {
    stroke: #333333 !important;
}

.search-icon-2:hover svg path,
.dl-search-icon:hover svg path {
    stroke: #e8282d !important;
}

.header__btn-wrap .rr-btn {
    background-color: #e8282d !important;
    color: #ffffff !important;
    border: 2px solid #e8282d !important;
}

.header__btn-wrap .rr-btn:hover {
    background-color: transparent !important;
    color: #e8282d !important;
}

.bar-icon span {
    background-color: #333333 !important;
}

.header__logo .logo {
    background-color: transparent;
}

.offcanvas__area {
    background-color: #1a1a2e;
}

.offcanvas__title {
    color: #ffffff;
}

.backtotop-wrap {
    background-color: #e8282d;
}

body {
    padding-top: 140px;
}

/* Fix mobile offcanvas close button visibility */
.offcanvas__area {
    z-index: 999999 !important;
}

.offcanvas__top {
    position: relative;
    padding-top: 20px;
}

.offcanvas__close {
    position: absolute;
    top: 25px;
    right: 20px;
    z-index: 9999999 !important;
}

.offcanvas-close-icon {
    width: 42px;
    height: 42px;
    border: none;
    background: #ffffff;
    color: #111;
    border-radius: 50%;
    font-size: 28px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.crop-dome-card {
    width: 100%;
    height: 350px;
    object-fit: cover;

    /* 1. This zooms in. Increase to 1.5, 2.0, etc., until the card fills the box */
    transform: scale(1.3);

    /* 2. This moves the camera. 
       First number is Left/Right (0% is far left, 100% is far right)
       Second number is Top/Bottom (0% is top, 100% is bottom) */
    object-position: 20% 80%;
}

@media (min-width: 768px) {
    .banner__thumb-bg {
        background-size: cover;
    }
}

.banner__space {
    min-height: 88vh;
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .banner__space {
        min-height: 70vh;
    }
}