.otgs-development-site-front-end, 
.grecaptcha-badge {
    display: none!important;
}

.bigger-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
    display: block;
    position: relative;
}

.wrapper {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 15px;
}

.btn-default {
    position: relative;
    display: block;
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    text-align: center;
    color: #141414;
    border: solid 1px #141414;
    padding: 15px 20px;
    transition: all .35s ease;
}

.btn-default:hover {
    color: #fff;
}

.btn-default.white {
    color: #fff;
    border-color: #fff;
}

.btn-default.white:hover {
    color: #141414;
}

.btn-default::after {
    content: '';
    height: 100%;
    width: 2px;
    position: absolute;
    inset: 0;
    background: #141414;
    transition: all .35s ease;
    z-index: -1;
}

.btn-default.white::after {
    background: #fff;
}

.btn-default:hover::after {
    width: 100%;
}

header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: solid 1px #fff;
    background: transparent;
    padding: 0 15px;
    z-index: 900;
    transition: all .3s ease;
}

header.fixed {
    position: fixed;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .2);
}

header .navbar {
    padding: 15px 0;
}

header .navbar-brand img {
    display: inline-block;
    max-width: 250px;
    filter: brightness(0) invert(1);
}

header.fixed .navbar-brand img {
    filter: none;
}

header .navbar-nav li {
    line-height: 1;
    padding: 0 12px;
    margin: 0;
}

header .navbar-nav li a {
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    transition: all .2s ease;
}

header .navbar-nav li.current-menu-item a {
    color: #D11242;
}

header.fixed .navbar-nav li a,
header .navbar-nav .sub-menu li a {
    color: #000;
}

header .navbar-nav .sub-menu li.current-menu-item a,
header .navbar-nav .sub-menu li a:hover {
    color: #D11242;
}

.hero-section {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-section::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.hero-section video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-section .hero-title h1 {
    font-family: "Raleway", sans-serif;
    font-size: 60px;
    text-wrap: balance;
    color: #fff;
}

.hero-section .hero-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.hero-section .hero-buttons a {
    flex-grow: 1;
    flex-basis: 250px;
}

.consent-ctn a,
.consent-ctn label {
    font-size: 13px;
}

.consent-ctn a {
    text-decoration: underline;
}

/* new pagination buttons style start */
.nolist {
    padding: 0;
}

.my-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    list-style: none;
    padding-left: 0;
}

.my-pagination-btn {
    display: inline-block;
    min-width: 55px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.61px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border: solid 2px #fff;
    background: transparent;
    padding: 10px 15px;
    transition: 0.4s all ease;
}

.current-page-pagination,
.my-pagination-btn:hover {
    color: #000;
    background: #fff;
}
/* new pagination buttons style end */