@font-face {
    font-family: 'BBC Reith Sans Bd';
    src: url('../../fonts/reith-sans/bbcreithsans_bd.ttf') format('truetype');
}

@font-face {
    font-family: 'BBC Reith Sans xBold';
    src: url('../../fonts/reith-sans/bbcreithsans_exbd.ttf') format('truetype');
}

@font-face {
    font-family: 'BBC Reith Sans lt';
    src: url('../../fonts/reith-sans/bbcreithsans_it.ttf') format('truetype');
}

@font-face {
    font-family: 'BBC Reith Sans lt';
    src: url('../../fonts/reith-sans/bbcreithsans_md.ttf') format('truetype');
}

.lead-content-block .lead-content-block_content .lead-content-block_description {
    font-size: 1.125em;
    line-height: 1.4444444444em;
    font-family: 'BBC Reith Sans lt';
}

.lead-content-block{
    margin-top:50px;
}

@font-face {
    font-family: 'BBC Reith Sans';
    src: url('../../fonts/reith-sans/bbcreithsans_rg.ttf') format('truetype');
}

body {
    margin: 0;
    padding: 0;
    font-family: BBC Reith Sans, Helvetica, Arial, sans-serif;
    overflow-x: hidden;
}

.container-fluid {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    padding-right: calc(var(--bs-gutter-x) * .5) !important;
    padding-left: calc(var(--bs-gutter-x) * .5) !important;
}

p {
    color: #000;
}

.bg-blue {
    background-color: #42B2D4;
}

.bg-green {
    background-color: #2ED574;
}

.bg-pink {
    background-color: #FF7FFF !important;
}

.bg-ornage {
    background-color: #FF8C6B;
}

.center {
    text-align: center;
}

.dcs-content-bg {
    background-image: url('/resources/digitalcreative/dcs-background.jpg');
    background-size: cover !important;
    background-repeat: repeat-y !important;
    background-position: 50% !important;
    object-fit: cover !important;
    width: 100% !important;
    height: auto !important;
    display: flex;
    margin: auto !important;
    position: relative !important;
    max-width: 1920px !important;
    flex-direction: column !important;
}

h3 {
    font-size: 32px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    font-family: 'BBC Reith Sans XBold';
    line-height: normal;
}

    h3 > span {
        font-weight: 400 !important;
        font-family: 'BBC Reith Sans' !important;
    }

.dcs-navbar {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

#myModal {
    background-image: url(/resources/digitalcreative/dcs-background.jpg);
    background-size: cover !important;
    background-repeat: repeat-y !important;
    background-position: 50% !important;
    object-fit: cover !important;
}

.white-bg-trs {
    background-color: rgb(255 255 255 / 85%) !important;
    padding: 50px 0px 100px 0px !important;
}

#myModal .white-bg-trs {
    padding: 0px !important;
}

.dcs-navbar {
    padding: 0.9rem 0 0.9rem 0 !important;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

    .dcs-navbar .menu-bbc {
        display: contents;
        padding-bottom: 0;
    }

.navbar-brand {
    text-decoration: none;
    white-space: nowrap;
    width: auto;
    max-height: fit-content;
    padding-right: 0;
}


.dcs-navbar .menu-bbc .bbc-logo {
    width: 170px;
    height: auto;
}


.dcs-navbar .navbar-toggler {
    margin-top: 10px;
    outline: none;
    margin-bottom: 10px;
}


.navbar-toggler {
    padding: 0.1rem;
}

.dcs-navbar-items {
    width: 100%;
    height: 100vh;
}

    .dcs-navbar-items .nav-link {
        padding: 1em 0 !important;
        color: #000;
        font-size: 14px;
        line-height: 1.25em;
        position: relative;
        font-family: 'BBC Reith Sans';
        text-transform: uppercase;
        border-right: solid #000;
    }

    .dcs-navbar-items .nav-item:last-child .nav-link {
        border-right: 0;
    }

    .dcs-navbar-items .nav-link.active {
        color: #fff !important;
        border-right: solid #fff;
        font-size: 16px;
    }

.nav-item a {
    font-weight: 900;
}

.brigthcoveplayercontainer .brighcove-video-container {
    position: relative;
    display: block;
    margin: 88px 0 0 0;
}

.myvideo {
    background-color: #dddddd;
}

#myVideo {
    margin-top: 88px;
    position: relative;
    width: 100vw;
    height: 90vh;
    object-fit: cover;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.myvideo .container-fluid {
    padding-left: 0;
}

.video-desc {
    margin: 0;
    padding-top:60px;
}

    .video-desc h2 {
        font-size: 28px;
        font-weight: 700;
        text-transform: uppercase;
        font-family: 'BBC Reith Sans XBold';
    }

.video-title {
    margin: 0;
    padding: 30px 0 0 0;
}

    .video-title h2 {
        font-size: 28px;
        font-weight: 700;
        text-transform: uppercase;
        font-family: 'BBC Reith Sans XBold';
    }

.video-desc-work {
    margin: 0;
    padding: 0 0 30px 0;
}

    .video-desc-work p {
        font-size: 20px;
    }

/*Footer */

.footer {
    padding: 60px 0 !important;
    background-color: transparent !important;
    margin: 0 !important;
}

    .footer h3 {
        font-size: 32px;
        font-weight: 900;
        text-transform: uppercase;
        font-family: 'BBC Reith Sans XBold';
    }

    .footer p {
        font-size: 20px;
    }

    .footer .form {
        display: flex;
    }

.form-control {
    height: 50px;
}

.footer .btn {
    background-color: #000;
    color: #fff;
    border-radius: 50px;
    width: 50%;
    margin: 0px 20px;
    height: 50px;
}

.copyright {
    text-align: center;
    font-size: 8px;
}

.content-area {
    padding: 140px 0 50px 0;
}

/*abour us*/
.about-us {
    display: grid
}

    .about-us .content-area {
        padding: 40px 0 20px 0;
    }

.about-content {
    background-color: #fff;
    opacity: 90%;
    border-radius: 5px;
    border: 4px solid #2ED574;
    box-shadow: 5px 5px 10px 0px #2ED574;
    min-height: 300px;
    display: flex;
}

    .about-content .heading-l {
        align-content: center;
        margin: auto;
        display: block;
        min-height: 300px;
        padding: 20px;
        font-size: 42px !important;
        font-family: 'BBC Reith Sans';
        font-weight: 500;
        font-family: 'BBC Reith Sans XBold';
        animation-direction: alternate;
    }

    .about-content .heading-l {
        background-color: #fff;
        font-family: 'BBC Reith Sans XBold';
        padding: 10px
    }

.word {
    display: inline-block;
    opacity: 0;
    animation: appear 2s forwards;
}

@keyframes appear {
    to {
        opacity: 1;
    }
}

.about-content .gap {
    align-content: center;
    display: block;
    min-height: 260px;
    border-right: 1px solid #000;
    top: 10%;
    margin: 0px 20px;
    bottom: 10%;
    position: relative;
}

.about-content p {
    font-size: 24px;
    padding: 0px 40px;
}

.our-team {
    display: flex;
}

.team {
    position: relative;
    overflow: hidden;
    margin: 10px;
}

    .team .team-info {
        bottom: 15px;
        left: 15px;
        right: 15px;
        transform: translate3d(0px, 0%, 0px);
        transition: all 800ms ease 0.35s;
        padding: 10px 10px;
        box-shadow: 0px 5px 24.25px 0.75px rgba(0, 0, 0, 0.1);
        background: #ffffff;
        position: absolute;
        opacity: 90%;
        height: auto;
    }

        .team .team-info h3 {
            font-family: 'BBC Reith Sans';
            color: #2ED574;
            font-size: 18px !important;
            letter-spacing: 1px;
            margin-top: 5px;
        }

        .team .team-info .team-designation {
            color: #000;
            font-size: 14px;
            text-transform: uppercase;
            font-weight: 500;
        }

.slick-slider .slick-list {
    overflow: hidden;
}

    .slick-slider .slick-list .article-block_meta {
        margin-top: -8px;
    }



.slick-next {
    background-color: #2ed574 !important;
    width: 70px !important;
    height: 47px !important;
    right: -70px !important;
    border-radius: 50px 0px 0px 50px;
    z-index: 999;
    position: relative;
}

.slick-prev {
    background-color: #2ed574 !important;
    /* padding: 10px; */
    width: 70px !important;
    height: 47px !important;
    left: -70px !important;
    border-radius: 0 50px 50px 0px;
    z-index: 999;
    position: relative;
}

/*About Us End*/

/*work page */
.view-grid {
    padding: 0;
}

    .view-grid .grid-item {
        margin: 0;
        margin-bottom: 2rem;
        position: relative;
    }

.studios-article-block {
    transition: all .1s ease-in-out;
}

.studios-article-block {
    cursor: pointer;
    text-decoration: none;
    transition: opacity .5s ease-in-out;
}

    .studios-article-block .header {
        transition: all .1s ease-in-out;
    }

    .studios-article-block .header {
        display: flex;
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }

        .studios-article-block .header .picture-container {
            position: relative;
            overflow: hidden;
            transition: all 0.1s ease-in-out !important;
            width: 100%;
            background-position: center center !important;
            background-repeat: no-repeat !important;
            background-size: cover !important;
            padding-top: 56.25%;
            display: block;
        }

        .studios-article-block .header .lazy-load-image-logo {
            object-fit: cover;
            object-position: center;
            font-family: "object-fit: cover; object-position: center;";
            height: 100%;
            position: absolute;
            left: 0;
            bottom: 0;
            transition: all .1s ease-in-out;
            width: 100%;
        }

        .studios-article-block .header .picture-container:after {
            background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            right: 0;
            top: 0;
            width: 100%;
            height: 100%;
            opacity: 1;
        }


        .studios-article-block .header .sub-header {
            display: flex;
            flex-direction: column;
            align-items: center;
        }


        .studios-article-block .header .brand-logo {
            position: absolute;
            top: 40%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            object-fit: contain;
            object-position: center;
            font-family: "object-fit: contain; object-position: center;";
            max-width: 350px;
            max-height: 130px;
            width: 100%;
        }

        .studios-article-block .header .sub-header .title-work {
            position: absolute;
            top: 30%;
            color: #fff;
            font-size: 20px;
            font-weight: 600;
            font-family: 'BBC Reith Sans';
            text-transform: uppercase;
            overflow-wrap: break-word;
            width: 280px;
        }



.work {
}

.studios-article-block .header .sub-header .btn-explore {
    position: absolute;
    bottom: 30%;
    color: #fff;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    font-family: 'BBC Reith Sans';
    background-color: rgb(255 255 238 / 70%);
    border: #fff solid 1px;
    border-radius: 5px;
    padding: 5px 20px;
    text-transform: uppercase;
}

.work .nav-tabs {
    margin-bottom: 10px;
    margin-top: 20px;
    --bs-nav-tabs-border-color: transperant;
    --bs-nav-tabs-border-radius: 0;
}

.work .nav-link {
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    background-color: rgb(255 255 255 / 70%);
}

    .work .nav-link.active {
        background-color: #FF7FFF !important;
        color: #fff !important;
        font-weight: 600;
    }

.col-xl-2 {
    text-align: center;
}

.view-grid .col-xl-2.grid-item .btn {
    --bs-btn-padding-x: 36px;
    --bs-btn-padding-y: 14px;
    border-radius: 0;
    color: #fff;
}

/*work page end*/

.studios-article-block .header .btn-play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    object-fit: contain;
    object-position: center;
}

.video-duration {
    bottom: 0%;
    left: 0%;
    position: absolute;
    background-color: rgb(255 255 238 / 0%);
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-radius: 5px;
    padding: 10px 30px;
    color: #fff;
}


.work-detail {
    margin: 0px 0;
}

.video-detail-area {
    margin-bottom: 20px;
}

    .video-detail-area h2 {
        font-family: 'BBC Reith Sans XBold';
        font-size: 18px;
    }


.modal {
    display: none;
    position: fixed !important;
    z-index: 9999 !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    overflow: auto !important;
    background-color: rgb(0, 0, 0) !important;
    background-color: rgba(0, 0, 0, 0.4) !important;
}

    .modal::-webkit-scrollbar {
        display: none !important;
    }


.modal-content {
    background-color: transparent !important;
    margin: auto !important;
    padding: 10px !important;
    border: none !important;
    width: 80% !important;
}


.close {
    right: 20px;
    position: absolute;
    width: 50px;
    height: 50px;
    z-index: 999;
    text-align: center;
    cursor: pointer;
}

.modal-title {
    width: 95%;
    text-align: center;
    font-weight: 700;
}

.modal-img-icon {
    width: 50px;
    margin-left: 30px;
}

.modal-header {
    border-bottom: none;
}

.modal-footer {
    border-top: none;
    justify-content: center;
}

.modal-para {
    text-align: center;
}

.modal-footer .btn-primary {
    background-color: #fff !important;
    color: #000 !important;
    --bs-btn-border-color: #fff;
    width: 100%;
    font-weight: 500;
}


#videoDetail {
    width: auto !important;
    height: 90vh !important;
    position: relative !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, 0%) !important;
    transform: translate(-50%, 0%) !important;
    object-fit: contain !important;
    object-position: center !important;
}

.btn-round {
    border-radius: 50px;
    background-color: rgba(0, 0, 0, );
    color: #000;
    border: none;
    padding: 10px;
    width: 120px;
    background-color: #000 !important;
    color: #fff !important;
}

    .btn-round:hover {
        background-color: #FF7FFF !important;
    }

.contact-widgets {
    background-color: #ffffff;
    min-height: 220px;
    border-radius: 10px;
    margin-bottom: 20px;
}

    .contact-widgets .pd-10 {
        padding: 16px;
        overflow-wrap: break-word;
    }

        .contact-widgets .pd-10 p {
            overflow-wrap: break-word;
        }

        .contact-widgets .pd-10 img {
            width: 50px;
            height: 50px;
            background: #FF8C6B;
            padding: 10px;
            border-radius: 5px;
        }

        .contact-widgets .pd-10 h2 {
            font-size: 18px;
            font-weight: 600;
        }

.contact-form {
    width: 800px;
    margin: auto;
}

    .contact-form .btn {
        background-color: #000;
        color: #fff;
        border-radius: 50px;
        width: 15rem;
        margin: auto;
        height: 50px;
    }

        .contact-form .btn:hover {
            border: 2px solid #000;
            color: #000;
        }

    .contact-form .form-field.field-button .col-md-12 {
        text-align: center;
    }

.video-js {
    width: auto;
}

.vjs-poster {
    width: auto !important;
}

.float-ie {
    float: inline-end;
}


@media only screen and (max-width: 600px) and (min-width: 300px) {

    .home-banner {
        margin-top: 30px;
    }

    .dcs-navbar-items .nav-link {
        border-right: 0;
        border-bottom: 1px #000 solid;
    }

        .dcs-navbar-items .nav-link.active {
            border-right: 0;
            border-bottom: 1px #fff solid;
        }

    .dcs-content-bg {
        background-image: url('../../resources/digitalcreative/mobile-bg.png');
    }

    #myVideo {
        height: 27vh;
    }

    .slick-prev,
    .slick-next {
        top: 25%;
    }


    .slick-next {
        right: 0px !important;
    }

    .slick-prev {
        left: 0px !important;
    }

    .about-content {
        display: grid;
    }

        .about-content .gap {
            min-height: 50px;
            border-top: 1px solid #000;
            border-right: 0;
        }

    #videoDetail {
        width: auto;
        height: 24vh;
    }

    .footer .form {
        display: grid;
    }

    .contact-form {
        width: 100%;
        padding: 30px;
    }

    .footer .btn {
        margin: 20px 0px;
        width: 100%;
    }

    .contact-form .btn {
        width: 100%;
    }

    .close {
        right: 20px;
    }

    .studios-article-block .header .sub-header .title-work {
        top: 30%;
    }

    .studios-article-block .header .sub-header .btn-explore {
        bottom: 30%;
    }

    .modal-child-detail .video-js.video-js.vjs-fluid:not(.vjs-audio-only-mode) {
        padding-top: 100% !important;
    }



    .home-banner .brightcove-padding {
        margin-top: -12%;
        height: 200px;
    }

    .home-banner .video-js .vjs-tech {
        height: 100% !important;
    }

    .home-banner .bc-player-default_default.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-control-bar {
        opacity: 0;
    }

    .float-ie {
        float: left;
        margin: 40px 0;
    }

    .video-desc {
        margin: 0;
        padding-top:60px;
    }

    .copyright {
        margin: 10px 0px;
    }

    .modal-close-img {
        width: 50px;
        position: absolute;
    }

    .center-content-f {
        display: block !important;
    }

    .lr {
        position: relative !important;
        right: 0 !important;
    }

    .spiner-inner {
        margin-top: 60% !important;
    }

    .brigthcoveplayercontainer {
        position: relative;
    }
}


@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .dcs-content-bg {
        background-image: url('../../resources/digitalcreative/content-bg.png');
    }

    #myVideo {
        height: 47vh;
    }

    .slick-next {
        right: 0px !important;
    }

    .slick-prev {
        left: 0px !important;
    }

    .about-content .heading-l {
        font-size: 42px;
    }

    .about-content p {
        font-size: 20px;
    }

    .close {
        right: 20px;
    }

    .studios-article-block .header .sub-header .title-work {
        top: 35%;
        width: 100%;
    }

    .studios-article-block .header .sub-header .btn-explore {
        bottom: 35%;
    }

    .float-ie {
        float: left;
        margin: 80px 0px;
    }

    .video-desc {        
        padding-top:100px;
    }

    .lead-content-block {
    margin-top: 80px;
}

    .copyright {
        margin: 10px 0px;
    }

    .center-content-f {
        display: block !important;
    }

    .lr {
        position: relative !important;
        right: 0 !important;
    }
}




@media (min-width: 992px) {
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .studios-article-block .header .sub-header .title-work {
        top: 30%;
    }

    .studios-article-block .header .sub-header .btn-explore {
        bottom: 30%;
    }

    .float-ie {
        float: left;
        margin: 80px 0px;
    }

    .lead-content-block {
    margin-top: 80px;
}

    .video-desc {
        margin: 0;
        padding-top: 100px;
    }

    .copyright {
        margin: 10px 0px;
    }
}

@media (min-width: 1008px) {
    .dcs-navbar-items {
        width: auto;
        height: auto;
    }

        .dcs-navbar-items .nav-link {
            padding: 0em 1em !important;
        }

    .studios-article-block .header .sub-header .title-work {
        top: 40%;
    }

    .studios-article-block .header .sub-header .btn-explore {
        bottom: 40%;
    }

    .float-ie {
        float: left;
        margin: 50px 0px;
    }

    .video-desc {
        margin: 0;
        padding-top:100px;
    }

    .lead-content-block{
    margin-top:80px;
}

    .copyright {
        margin: 10px 0px;
    }
}

@media (min-width: 1024px) {
    .float-ie {
        float: inline-end;
        margin: 80px 0px;
    }
}

@media (min-width: 1208px) {
    .video-desc {
        margin: 0;
        padding-top: 60px;
    }

    .studios-article-block .header .sub-header .title-work {
        top: 30%;
    }

    .studios-article-block .header .sub-header .btn-explore {
        bottom: 30%;
    }

    .copyright {
        margin: 10px 0px;
    }

    .float-ie {
        float: inline-end;
        margin: 0px;
    }

    .lead-content-block {
    margin-top: 50px;
    margin-bottom:40px;
}
}

@media (min-width: 1366px) {

    .copyright {
        margin: 10px 0px;
    }
}

.brigthcoveplayercontainer,
.brighcove-video-container,
.brightcove-padding {
    overflow: visible !important;
}

.brightcove-padding {
    height: 400px;
    overflow: hidden;
}

.btn.contact-btn {
    background-color: #000;
    color: #fff;
    border-radius: 30px;
    width: 100%;
    max-width: 320px;
    height: 50px;
    border: none;
    display: block;
    padding: 10px;
}

    .btn.contact-btn:hover {
        background-color: #222;
        color: #fff;
        text-decoration: none;
    }


.form-component {
    padding: 10px 0px;
}

.form-label {
    font-weight: 700 !important;
}

.heading-b {
    background: linear-gradient(90deg, #67DF9A 0%, #67DF9A 0%, transparent 0%);
    background-size: 200% 100%;
    background-position: left bottom;
    transition: color 0.2s;
    font-family: 'BBC Reith Sans XBold';
}

    .heading-b.bg-animate {
        background: linear-gradient(90deg, #67DF9A 0%, #67DF9A 100%);
        background-size: 0% 100%;
        background-repeat: no-repeat;
        animation: fill-bg 1.5s forwards;
        padding: 5px 10px 5px 2px;
        line-height: 44px;
    }

.char-lmt {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 35ch;
    font-size: 22px;
}

@keyframes fill-bg {
    from {
        background-size: 0% 100%;
    }

    to {
        background-size: 100% 100%;
    }
}

.video-js .vjs-tech {
    height: unset !important;
}

.vjs-poster img {
    height: unset !important;
}

.modal-child-detail .video-js .vjs-tech {
    height: 100% !important;
}

.modal-child-detail .vjs-poster img {
    height: 100% !important;
}

.home-banner .brightcove-padding {
    padding-top: 56.25%;
    margin-top: -8%;
}

.content-area.bg-ornage {
    background-color: #FF8C6B !important;
}

.content-area {
    background-color: rgb(255 255 255 / 85%) !important;
    padding: 140px 0 40px 0 !important;
}

.video-desc .btn.contact-btn {
    padding: 15px !important
}

.form-control-lg {
    font-size: 14px;
}

.form-control::placeholder, select::placeholder {
    color: #bebebe;
}

a .contact-widgets, .copyright a {
    color: #000 !important;
}

.copyright p {
    font-size: 9px;
    margin: 0;
}

.center-content-f {
    flex-direction: row;
    display: inline-flex;
}

.la {
    text-align: center;
}

.lr {
    text-decoration: underline;
    right: 220px;
    position: absolute;
}

.center-content-vw {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}


/* Responsive tweak for mobile and tablet */
@media (max-width: 1024px) {
    .center-content {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        flex-direction: column;
    }
}

.spiner {
    position: relative;
    min-height: 200px;
}

.spiner-inner {
    position: relative;
    margin-top: 30%;
    left: auto;
    transform: translateY(-50%);
    z-index: 10;
    padding: 16px;
    border-radius: 8px 0 0 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#myModal .spiner-inner {
    position: relative;
    margin-top: 20%;
    margin-bottom: 20%;
}

.message-component {
    height: 30px !important;
}

.message-button {
    min-height: 44px !important;
}

.ui-consent-roadblock-body {
    background-color: #fff !important;
    margin-top: 80px !important;
    z-index: 20;
    position: relative;
}

.btn-warning {
    background-color: #000 !important;
    color: #fff !important;
    border: none !important;
}

select {
    appearance: none;
    background-repeat: no-repeat;
    background-position: right 1rem top 50%;
    background-size: 0.9rem auto;
    background-image: url('../../resources/digitalcreative/dropdown.png');
}

.footerLink {
    margin-bottom: 5px;
}

.footer-links {
    color: #321543;
    line-height: 2.2;
    font-family: ReithSansBold, Helvetica, Arial, sans-serif;
}

.footer-links.row>* {
    padding-right: calc(var(--bs-gutter-x) * 0) !important;
    padding-left: calc(var(--bs-gutter-x) * 0) !important;
}

.navbar-nav.navbar-right{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin:10px auto;
}

.navbar-nav>li>a {
    font-family: 'BBC Reith Sans Bd';
}

@media (min-width: 768px) {
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

.nav>li>a {
    display: block;
    padding: 10px 15px;
}

.input-group, .input-group .form-control, .input-group-btn, .input-group-btn>.btn, .nav>li, .nav>li>a, .navbar {
    position: relative;
}

a:link, a:visited {
    color: #000;
}

.copyright-link a, .footer-links a {
    color: #000 !important;
    font-weight: 700;
}

hr {
    color: #fff;
    margin:0 !important;
}