﻿.body {
    margin: 0px;
    padding: 0px;
}

/*Addition CSS*/
body {
    background-color: #171717;
    color: #FFF;
    background-image: none;
}


a:hover, a:focus {
    color: #ffff00;
}

p {
    color: #fff;
}

h1, h2, h3, h4 {
    color: #fff;
}

.top_head {
    background: #3c3c3c;
}

.top-acess li.icon:hover {
    background: #5f5f5f;
}

span.rss:hover {
    background-color: #5f5f5f;
}

span.subscribe:hover {
    background-color: #5f5f5f;
}

span.home:hover {
    background-color: #5f5f5f;
}

.regional .form-control, .language .form-control {
    background-color: #3c3c3c !important;
}

.navigation-bg {
    background-color: #3c3c3c;
}

.mid-head {
    background: #151515;
}

.logo h1 a {
    color: #ffffff;
    text-decoration: none;
}

.sf-menu ul li {
    background: #3c3c3c;
}

.pm-section {
    width: 100%;
    float: left;
    background: #3c3c3c;
}

.banner_bg {
    background: #151515;
}

.release h2 {
    color: #fff
}

.srchtop .form-control {
    background: transparent;
    color: #fff
}

.search-buttonss-dropbox {
    background: #3c3c3c;
}

.dropdown-content {
    background-color: #4c4c4c;
}

.bg-1, .bg-2, .bg-3, .bg-4 {
    background: #3c3c3c;
}

.media-heading {
    background: #3c3c3c;
}

.media_bg {
    background: #171717;
    background-size: cover;
}

.media_more {
    background: #3c3c3c;
    color: #fff
}

    .media_more h3 {
        color: #fff
    }

    .media_more ul li a {
        color: #ff0;
    }

.media_invitation {
    background: #3c3c3c;
    color: #fff
}

    .media_invitation h3, .media_invitation p {
        color: #fff;
    }

.media_advisory {
    background: #3c3c3c;
    color: #fff;
    border-bottom: 3px solid #505050;
}

    .media_advisory h3, .media_advisory p {
        color: #fff;
    }

footer {
    background: #1f1f1f;
}

.footer-bottom {
    background: #2b2b2b;
}

.footer-top ul li a:hover {
    color: #ff0;
}

.footer-bottom ul li a:hover {
    color: #ff0;
}

.infocus-text {
    background-color: #3c3c3c;
}

.infocus {
    background: #313131;
}

    .infocus a {
        color: #ff0;
    }

.webcast_video h3 {
    background: #3c3c3c;
}

.twitter h3, .facebook h3, .infographice h3 {
    background: #3c3c3c;
}

.facebook, .twitter, .infographice {
    background: transparent;
    border: 1px solid #3c3c3c;
}

.logos_scroller {
    background: #3c3c3c;
}

.media_invitation li {
    color: #fff;
}

    .media_invitation li div {
        color: #fff;
    }

.features_box ul li a span {
    color: #fff;
}

.as_lightbox_container {
    background-color: rgb(60, 60, 60);
}

    .as_lightbox_container h2 {
        color: #fff;
    }

.border-devider {
    background: #3c3c3c;
}

.writeups {
    background: url(../images/prs_bgh.png);
}

.media_more span, .media_advisory span {
    background: #000000 url(../images/icons.png) 252px 93px;
}

.media_more {
    border-bottom: 3px solid #505050;
}

.media_invitation:hover span {
    background-color: #636363;
}

.newsticker ul li {
    color: #fff;
}

.sf-menu li a:hover {
    background: #525252;
}

.breadcrumb {
    background-color: #3c3c3c;
}

.search_box {
    background: #3c3c3c;
}

.menus1 h2 {
    background: #6b6b6b;
}

.ace-responsive-menu > li > a {
    background: url(images/sidemenubg.jpg) 0 0 repeat-y #3c3c3c;
}

.ace-responsive-menu > li.selected a {
    background: #6b6b6b;
}

.ace-responsive-menu > li:first-child {
    border-top: 3px solid #6b6b6b;
}

.accrediation_box {
    background: #2f2f2f;
}

    .accrediation_box .title {
        background: #3c3c3c;
    }

    .accrediation_box ul li:before {
        background: #5a5959;
    }

.mean-container .mean-bar {
    background: #3c3c3c;
}

.mean-container .mean-nav ul li {
    background: #3c3c3c;
}

.mean-container a.meanmenu-reveal {
    background: #818181;
}

.mean-container .mean-nav ul ul li {
    background: #313131;
}

/*Css from direct page*/

.fea_B {
    display: inline-block;
    position: relative;
    background: none;
    border: none;
    width: 100%;
    padding: 6px 9px;
    color: #fff;
    cursor: pointer;
    background: #ff9d1e;
    margin-bottom: 20px;
    transition: 0.2s;
    margin-top: 7px;
    text-align: center;
    margin-bottom: 0px;
}

    .fea_B::before, .fea_B::after {
        content: "";
        width: 0;
        height: 2px;
        position: absolute;
        transition: all 0.2s linear;
        background: #ff9d1e;
    }

    .fea_B span::before, .fea_B span::after {
        content: "";
        width: 2px;
        height: 0;
        position: absolute;
        transition: all 0.2s linear;
        background: #ff9d1e;
    }

    .fea_B:hover {
        width: 100%;
        background: #ffffff;
        color: #525252;
    }

        .fea_B:hover::before, .fea_B:hover::after {
            width: 100%;
        }

        .fea_B:hover span::before, .fea_B:hover span::after {
            height: 100%;
        }


    .fea_B::after {
        left: 0;
        bottom: 0;
        transition-duration: 0.4s;
    }

    .fea_B span::after {
        right: 0;
        top: 0;
        transition-duration: 0.4s;
    }

    .fea_B::before {
        right: 0;
        top: 0;
        transition-duration: 0.4s;
    }

    .fea_B span::before {
        left: 0;
        bottom: 0;
        transition-duration: 0.4s;
    }

@media only screen and (min-device-width:768px) {
    .img_d {
        display: block !important;
    }

    .navigation-bg {
        display: block !important;
    }
}

@media only screen and (max-device-width:767px) {
    .img_d {
        display: none;
    }

    #pnlsearch {
        display: none;
    }

    .navigation-bg {
        display: none !important;
    }

    .link_ss {
        width: 63% !important;
    }
}

@media screen and (max-width:768px) {
    .slide-content {
        margin: 0 10px;
    }

    .swiper-navBtn {
        display: none;
    }
}

.pm-section p {
    color: black !important;
}

.banner_bg .pt20 {
    margin: 0px -135px;
}

.main-footer {
    margin: 0px -135px;
    width: 1415px;
}

.explainer-section {
    margin: 0px -135px;
    width: 1415px;
}

.media-section {
    margin: 0px -135px;
    width: 1415px;
}



* {
    margin: 0px;
    padding: 0px;
}


/*@media(max-width:991px) {
    .header .menu a {
        color: #fff;
    }

    .header {
        padding: 12px 0px;
    }

        .header .menu.open {
            transform: none;
        }

        .header .menu {
            position: fixed;
            right: 0;
            top: 0;
            width: 320px;
            height: 100%;
            background-color: hsl(229, 54%, 51%);
            padding: 15px 30px 30px;
            overflow-y: auto;
            z-index: 1;
            transform: translateX(100%);
        }

            .header .menu .head {
                display: flex;
                align-items: center;
                justify-content: space-between;
                margin-bottom: 25px;
            }

            .header .menu .close-menu-btn {
                height: 35px;
                width: 35px;
                position: relative;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                background-color: transparent;
                cursor: pointer;
                border: none
            }

                .header .menu .close-menu-btn::before,
                .header .menu .close-menu-btn::after {
                    content: '';
                    position: absolute;
                    width: 80%;
                    height: 2px;
                    background-color: hsl(0, 0%, 100%);
                }

                .header .menu .close-menu-btn::before {
                    transform: rotate(45deg);
                }

                .header .menu .close-menu-btn::after {
                    transform: rotate(-45deg);
                }

            .header .menu > ul > li {
                display: block;
            }

                .header .menu > ul > li:not(last-child) {
                    margin-right: 0px;
                }

            .header .menu li {
                border-bottom: 1px solid hsla(0, 0%, 100%, 0.25);
            }

                .header .menu li:first-child {
                    border-top: 1px solid hsla(0, 0%, 100%, 0.25);
                }

            .header .menu > ul > li > a {
                padding: 12px 0px;
            }

            .header .menu > ul > .dropdown > a {
                padding-right: 34px;
            }

            .header .menu .arrow {
                height: 34px;
                width: 34px;
                border: 1px solid hsla(0, 0%, 100%, 0.25);
                display: inline-flex;
                align-items: center;
                justify-content: center;
                pointer-events: auto;
                top: 7px;
            }

            .header .menu .dropdown.active > .arrow {
                background-color: hsl(0, 0%, 100%, 0.25);
                transform: rotate(180deg);
            }

            .header .menu .sub-menu {
                position: static;
                opacity: 1;
                transform: none;
                visibility: visible;
                padding: 0;
                transition: none;
                box-shadow: none;
                width: 100%;
                display: none;
            }

            .header .menu .dropdown.active > .sub-menu {
                display: block;
            }

            .header .menu .sub-menu li:last-child {
                border: none;
            }

            .header .menu sub-menu {
                padding: 12px 0px 12px 15px;
            }

            .header .menu .sub-menu .sub-menu a {
                padding-left: 30px;
            }

            .header .menu .sub-menu .sub-menu .sub-menu a {
                padding-left: 45px;
            }

            .header .menu .submenu .arrow {
                transform: none;
                right: 0px;
            }

    .header-right .open-menu-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 40px;
        width: 44px;
        cursor: pointer;
        position: relative;
        background-color: #313191;
        border: none;
    }

        .header-right .open-menu-btn .line {
            height: 2px;
            width: 30px;
            background-color: hsl(0, 0%, 100%);
            position: absolute;
        }

        .header-right .open-menu-btn .line-1 {
            transform: translateY(-8px);
        }

        .header-right .open-menu-btn .line-2 {
            transform: translateY(0px);
        }

        .header-right .open-menu-btn .line-3 {
            transform: translateY(8px);
        }

    .header .container {
        justify-content: flex-end;
    }

    .header .menu > ul > li:not(:last-child) {
        margin-right: 0px;
    }

    .header .menu .dropdown::after {
        right: 15px;
        top: 19px;
    }

    .header .menu .dropdown::after {
        background-image: url('../../images/prms/menu-dropdown-white.svg');
    }

    .header .menu .sub-menu {
        background-color: transparent;
    }
}*/



.header_slider {
    background: #ffffff;
    width: 100%;
}

.fix_container {
    max-width: 1300px;
    width: 100%;
    margin: auto;
}

.header_slider_left_box {
    width: 70%;
    overflow: hidden;
}

.header_slider_right_box {
    width: 30%;
    text-align: center;
    font-family: 'Inter', sans-serif;
    background: #fafbff;
}

.header_slider_right_imgBox {
    margin-top: 30px
}

.header_slider_right_label {
    font-size: 22px;
    font-weight: 900;
    margin-top: 20px;
}

.header_slider_right_subTitle {
    font-size: 18px;
    font-weight: 500;
    margin-top: 5px;
}

.header_slider_right_infoBox {
    width: 80%;
    margin: auto;
    text-align: left;
    padding-top: 22px
}

.header_slider_right_infoBox_item {
    margin-top: 5px;
    border-bottom: 1px solid #ccc;
    padding-left: 30%;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 5px
}

    .header_slider_right_infoBox_item span {
        padding-right: 10px;
    }

        .header_slider_right_infoBox_item span img {
            width: 25px
        }

    .header_slider_right_infoBox_item:last-child {
        border-bottom: 0px;
    }

.video-gallery-sec {
    background-image: url('../../images/prms/video-gallery.png');
    padding: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    margin-top: -5px;
}

.video-gallery-top-header {
    position: relative;
    margin-bottom: 20px;
}

.video-gallery-top-header-title {
    font-size: 50px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 60px;
}

.video-gallery-top-header-readMore-box {
    position: absolute;
    right: 40px;
    top: 73px;
}

.video-gallery-top-header-readMore {
    background: #FF8A35;
    display: flex;
    width: 100px;
    height: 40px;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    font-size: 15px;
    border-radius: 5px;
}

.galleryTab_innerBox {
    padding: 20px;
    margin-left: 14px;
}

.galleryTab_subtitle {
    color: #607276;
    margin-top: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.galleryTab_title {
    font-size: 18px;
    font-weight: 700;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.galleryTab_shortDetail {
    color: #607276;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.galleryTab_url {
    display: flex;
    width: 82px;
    height: 30px;
    border: 1px solid #000;
    border-radius: 33px;
    align-items: center;
    justify-content: space-evenly;
    text-decoration: none;
    color: #000;
    font-weight: 500;
}

    .galleryTab_url:hover {
        background: #FF8A35;
        color: #fff;
        border: 1px solid #FF8A35;
    }

        .galleryTab_url:hover svg path {
            fill: #fff
        }

    .galleryTab_url span {
        padding-top: 6px;
    }

.galleryTab_date {
    color: #607276;
    font-size: 12px;
}

.galleryTab_linkBox {
    justify-content: space-between;
    margin-top: 30px;
    align-items: center;
}

.galleryTab_prev_next {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E4E6F1;
    cursor: pointer;
    margin-left: 5px;
    margin-right: 5px;
}

    .galleryTab_prev_next:hover {
        background: #FF8A35;
    }

        .galleryTab_prev_next:hover svg path {
            fill: #fff
        }

.video-gallery-navigation-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

.press-releases-sec {
    background: #fff;
    padding-bottom: 40px;
}

.press-releases-head-title {
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -0.96px;
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
}

.tab-slider--nav {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.tab-slider--container {
    max-width: 1300px;
    width: 100%;
    margin: auto;
}

.tab-slider--tabs {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    height: 40px;
    width: 100%;
    max-width: 427px;
    margin: auto;
    border: 1px solid #ccc;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .tab-slider--tabs:after {
        content: "";
        width: 33%;
        background: #FFC499;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transition: all 250ms ease-in-out;
        border-radius: 6px;
    }

    .tab-slider--tabs.slide:after {
        left: 33%;
    }

    .tab-slider--tabs.slideThree:after {
        left: 67%;
    }

.tab-slider--trigger {
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
    color: #000;
    text-align: center;
    padding: 13px 20px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    display: inline-block;
    width: 33%;
    transition: color 250ms ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: white;
}

    .tab-slider--trigger.active {
        background-color: #1a2a79;
        color: white;
    }

.tab-slider--body {
    margin-bottom: 20px;
}


.press-releases-item {
    width: 25%;
    margin-bottom: 25px;
}

.press-releases-item-boxShadow {
    box-shadow: 0px -1px 19px 4px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
    height: 100%;
    border-radius: 5px;
    margin: 15px;
}

.press-releases-item-img {
    padding: 20px;
}

.press-releases-item-content-box {
    padding: 20px;
    padding-top: 0px;
}

.press-releases-item-content-titleBox {
    justify-content: space-between;
}

.press-releases-item-content-title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.press-releases-item-content-text {
    font-size: 13px;
    line-height: 22px;
    color: #667085;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.tab-slider--body {
    display: table;
    width: 100%;
}

.read-more-press-button-box {
    margin-top: 25px;
}

.read-more-press-button {
    background: #FF8A35;
    display: flex;
    width: 150px;
    height: 40px;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    font-size: 15px;
    border-radius: 5px;
    margin: auto;
}

    .read-more-press-button span {
        padding-right: 10px;
    }


.media-connect-sec {
    background-image: url('../../images/prms/video-gallery.png');
    padding: 40px;
    background-repeat: no-repeat;
    background-size: cover;
}

.media-gallery-item-box {
    border-radius: 12px;
    border: 2px solid #9C9797;
    background: #FFF;
    padding: 40px;
    width: 36%;
    margin: 0px 3%;
}

.media-gallery-item-head-img {
    text-align: center;
}

.media-gallery-item-head-title {
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    margin-top: 10px;
}

.media-gallery-item-content-box {
    margin-top: 15px;
}

.media-gallery-item-content-list li {
    color: #002147;
    background-image: url('../../images/prms/list-style.svg');
    vertical-align: baseline;
    list-style: none;
    background-repeat: no-repeat;
    padding: 8px 20px;
    background-position-x: left;
    background-position-y: 17px;
    background-size: 37px;
    padding-left: 60px;
    font-weight: 600;
}

    .media-gallery-item-content-list li span {
        padding-top: 20px;
        display: block;
    }

.media-gallery-img-box {
    padding: 20px;
}

    .media-gallery-img-box img {
        width: 100%;
        height: 180px;
    }

.media-connect-head-title {
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}

.photo-gallery-sec {
    background: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
}

.photo-gallery-header-box {
    position: relative;
    margin-bottom: 20px;
}

.photo-gallery-header-title {
    font-size: 50px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 60px;
}

.photo-gallery-header-readmore-box {
    position: absolute;
    right: 40px;
    top: 90px;
}

.photo-gallery-header-readmore {
    background: #FF8A35;
    display: flex;
    width: 100px;
    height: 40px;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    font-size: 15px;
    border-radius: 5px;
}

.photo-gallery-navigation-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

.social-media-engagement-sec {
    background-image: url('../../images/prms/social-media-bg.png');
    padding: 40px;
    background-repeat: no-repeat;
    background-size: cover;
}

.social-media-engagement-head {
    position: relative;
    margin-bottom: 20px;
}

.social-media-engagement-head-title {
    font-size: 50px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 60px;
}

.social-media-engagement-item-list {
    margin-top: 40px;
}

.social-media-engagement-item {
    width: 25%;
}

.social-media-engagement-item-bg {
    padding: 10px;
    display: flex;
    width: 90%;
    color: #fff;
    font-style: normal;
    font-weight: 600;
    border-radius: 8px 8px 0px 0px;
    /*margin-left: 2%;*/
    align-items: center;
    border: 1px solid;
}

    .social-media-engagement-item-bg span {
        padding-right: 10px;
        padding-left: 10px;
    }

.social-media-engagement-item-text {
    width: 90%;
    padding: 10px;
    border-radius: 0px 0px 8px 8px;
    background: #fff;
    margin-left: 2%;
    border: 1px solid;
    overflow-y: scroll;
    height: 400px;
}

.footer-sce {
    background: #EAEAEA;
}

.footer-left-title {
    padding-top: 50px;
    padding-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
    max-width: 1300px;
    width: 100%;
    margin: auto;
}

.footer-social-box {
    width: 15%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer-social-title {
    margin-bottom: 10px;
    text-align: center;
}

    .footer-social-title span {
        border-bottom: 2px solid #525252;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 10px;
    }

.footer-social-list {
    justify-content: center;
    padding-top: 10px;
}

    .footer-social-list > div {
        margin-right: 5px;
        margin-left: 5px;
    }

.footer-social-col {
    width: 28%;
}

.footer-copyright-box {
    color: #71717A;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    padding-bottom: 20px;
    padding-top: 10px;
}

.footer-quick-link-item {
    padding: 20px;
    padding-top: 0px;
}

    .footer-quick-link-item li {
        font-weight: 400;
        padding-top: 3px;
        color: #000;
        text-decoration: none;
    }

        .footer-quick-link-item li a {
            text-decoration: none;
            color: #000;
        }

.footer-media-icon {
    display: none;
}

.menu-button {
    padding: 7px 25px !important;
    border: 2px solid #949596;
    border-radius: 8px;
}

.top-header-line-sec {
}

.top-header-menu {
    background: #313191;
    padding: 8px;
}

.top-header-menu-box {
    max-width: 1300px;
    width: 100%;
    margin: auto;
}

.header-home-icon-box {
    margin-right: 10px;
}

.logo-header-middle-sec {
    background: #fff;
}

.logo-header-box {
    display: flex;
    justify-content: space-between;
    max-width: 1300px;
    width: 100%;
    margin: auto;
    padding-top: 10px;
    flex-wrap: wrap;
}

.logo-header-search-sec {
    display: flex;
    align-items: center;
    margin-right: 100px;
}

.logo-header-search-input {
    height: 40px;
    width: 220px;
    border: 1px solid #dfdfdf;
    border-radius: 8px 0px 0px 8px;
    outline: none;
    padding-left: 10px;
    font-size: 16px;
}

.logo-header-search-button {
    height: 42px;
    margin-left: -5px;
    width: 40px;
    background: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 0px 8px 8px 0px;
}

.logo-header-box-flex {
    align-items: center;
}

.header-logo-box img {
    max-width: 450px;
    width: 100%;
}

@media(max-width:1300px) {
    .logo-header-box, .fix_container {
        max-width: 100%;
    }

    .logo-header-box {
        width: 97%;
    }
}

@media(max-width:1200px) {
    .media-gallery-item-box {
        padding: 13px;
        width: 40%;
    }
}

@media(max-width:1024px) {
    .galleryTab_innerBox {
        padding: 0px;
        margin-left: 0px;
    }

    .video-gallery-top-header-title {
        font-size: 30px;
    }
}

@media(max-width:992px) {
    .header_slider_right_infoBox_item {
        margin-top: 0px;
    }

    .press-releases-item {
        width: 33%;
    }

    .media-gallery-item-head-title {
        font-size: 20px;
    }

    .media-gallery-item-box {
        width: 38%;
    }

    .media-gallery-item-content-list li {
        font-size: 12px;
    }

    .photo-gallery-header-title {
        font-size: 38px;
    }

    .photo-gallery-header-readmore-box {
        top: 73px;
    }

    .social-media-engagement-item {
        width: 33%;
        margin-bottom: 10px;
    }

    .social-media-engagement-item-bg {
        width: 88%;
        margin-left: 3%;
    }

    .social-media-engagement-item-text {
        width: 88%;
        margin-left: 3%;
    }

    .footer-social-col {
        width: 44%;
        padding: 20px
    }

    .footer-left-title {
        padding: 20px 0px;
    }

    .footer-social-box {
        display: none;
    }

    .footer-media-icon {
        display: flex;
    }

    .logo-header-box-flex {
        width: 100%;
    }

    .logo-header-box {
        padding: 10px;
        display: flex;
        overflow: auto;
        justify-content: center;
    }

    .footer-social-box {
        width: 40%;
    }

    .logo-header-box-flex {
        width: 53%;
        margin: auto;
        justify-content: center;
    }

    .logo-header-search-sec {
        margin-right: 26px;
    }
}

@media(max-width:768px) {
    .header_slider_left_box, .header_slider_right_box {
        width: 100%;
    }

    .press-releases-item {
        width: 50%;
    }

    .press-releases-head-title {
        padding-top: 40px;
        padding-bottom: 40px;
        font-size: 34px;
    }

    .media-gallery-item-box {
        width: 100%;
        margin-bottom: 30px;
    }

    .media-connect-head-title {
        font-size: 30px;
    }

    .photo-gallery-header-title {
        font-size: 28px;
    }

    .photo-gallery-header-readmore {
        margin: auto;
    }

    .photo-gallery-header-readmore-box {
        position: unset;
        margin-top: 30px
    }

    .social-media-engagement-item {
        width: 50%;
    }

    .social-media-engagement-head-title {
        font-size: 36px;
    }

    .footer-social-col {
        width: 90%;
        padding: 20px;
        padding-bottom: 0px;
    }

    .footer-social-box {
        width: 100%;
    }

    .footer-quick-link-item {
        padding-bottom: 0px;
    }

    .footer-left-title {
        padding-bottom: 0px;
    }

    .header .menu .sub-menu {
        background: transparent;
    }

    .logo-header-box-flex {
        width: 70%;
    }
}

@media(max-width:576px) {
    .video-gallery-top-header-readMore-box {
        position: relative;
        right: 40px;
        top: 30px;
        text-align: center;
        margin-bottom: 14px;
        left: calc(50% - 50px);
    }

    .video-gallery-top-header-title {
        margin-bottom: 30px;
        margin-top: 20px;
    }

    .press-releases-item {
        width: 100%;
    }

    .tab-slider--tabs {
        padding-left: 10px;
        padding-right: 10px;
        width: 79%;
    }

    .video-gallery-sec {
        padding: 22px;
    }

    .media-gallery-item-head-title {
        font-size: 16px;
    }

    .media-connect-head-title {
        font-size: 24px;
    }

    .social-media-engagement-sec {
        padding: 15px;
        padding-top: 25px;
    }

    .social-media-engagement-item {
        width: 100%;
    }

    .social-media-engagement-head-title {
        font-size: 30px;
        margin-top: 0px;
        margin-bottom: 28px;
    }

    .logo-header-search-input {
        width: 110px;
    }
}


/* Container to fit contents neatly */
.header .container {
    padding: 0;
    height: 100%;
}

/* Navigation styling */
.header nav {
    height: 100%;
}

/* Uppernav as horizontal flex layout */
.uppernav {
    list-style: none;
    margin: 0;
    padding: 0 10px;
    display: flex;
    align-items: center;
    height: 40px;
    background-color: #1a2a79; /* optional if you want to override */
}

    /* Uppernav list items spacing */
    .uppernav li {
        margin-right: 10px;
    }

        /* Images in nav should fit small height */
        .uppernav li img {
            height: 24px; /* Adjust as needed */
            width: auto;
            display: block;
        }


@media (max-width: 480px) {
    .header {
        height: 32px; /* even smaller on mobile */
    }

    .uppernav li img {
        height: 20px;
    }

    .uppernav {
        padding: 0 5px;
    }
}

.logo-header-middle-sec {
    background-color: #ffffff;
    padding: 8px 10px;
}

.logo-header-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; /* ensures wrapping on smaller screens */
    gap: 10px;
}

.header-logo-box img {
    height: 40px;
    width: auto;
}

.logo-header-box-flex {
    display: flex;
    align-items: center;
    gap: 15px;
}

.logo-header-search-sec {
    display: flex;
    align-items: center;
    background-color: #dbdee0;
    border-radius: 20px;
    overflow: hidden;
}

.logo-header-search-input {
    padding: 5px 8px;
    border: none;
    background-color: transparent;
    color: black;
    width: 180px;
    font-size: 0.9rem;
}

.logo-header-search-button {
    background-color: transparent;
    border: none;
    padding: 5px;
    cursor: pointer;
}

    .logo-header-search-button img {
        height: 20px;
        width: 20px;
    }

.logo-header-box-flex img {
    height: 40px;
    width: auto;
}

/* Responsive tweaks */
@media (max-width: 768px) {
    .logo-header-box {
        flex-direction: column;
        align-items: flex-start;
    }

    .logo-header-search-input {
        width: 100%;
        max-width: 250px;
    }

    .logo-header-box-flex {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
}

@media (max-width: 480px) {
    .header-logo-box img,
    .logo-header-box-flex img {
        height: 30px;
    }

    .logo-header-search-input {
        font-size: 0.8rem;
    }

    .logo-header-search-button img {
        height: 16px;
        width: 16px;
    }
}

.header-logo-box img {
    height: 70px;
}

.logo-header-box-flex img {
    height: 70px;
}

.logo-header-search-input {
    height: 46px;
    padding: 10px 15px;
    font-size: 1.2rem;
}

.logo-header-search-button img {
    height: 34px;
    width: 34px;
}

.lower-header {
    background-color: #1a2a79;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 0px 0;
    font-family: sans-serif;
    font-size: 1rem;
    z-index: 999;
    color: white;
}

    .lower-header .container {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 30px;
        flex-wrap: wrap;
    }

    .lower-header .logo img {
        height: 40px;
        width: auto;
        display: block;
    }

    .lower-header .menu {
        flex-grow: 1;
    }

        .lower-header .menu ul {
            list-style: none;
            /*display: flex;*/
            gap: 25px;
            margin: 10px 20px;
            padding: 0;
            align-items: center;
            font-size: 15px;
        }

        .lower-header .menu li {
            position: relative;
        }

            .lower-header .menu li a {
                text-decoration: none;
                color: white;
                padding: 8px 5px;
                display: block;
                font-weight: 500;
            }

                .lower-header .menu li a img {
                    height: 24px;
                    width: auto;
                }

        /* Dropdown base styling */
        .lower-header .menu .sub-menu {
            position: absolute;
            top: calc(100% + 4px);
            left: 0;
            background-color: #1a2a79;
            min-width: 180px;
            overflow: hidden;
            max-height: 0;
            opacity: 0;
            transition: max-height 0.4s ease, opacity 0.4s ease;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            z-index: 1000;
        }

        /* Show dropdown with animation */
        .lower-header .menu li:hover > .sub-menu {
            max-height: 500px; /* Large enough to show full content */
            opacity: 1;
        }

        /* Dropdown items */
        .lower-header .menu .sub-menu li {
            padding: 3px 4px;
            white-space: nowrap;
        }

            .lower-header .menu .sub-menu li a {
                color: white;
                font-weight: normal;
                padding: 10px 0;
            }

                .lower-header .menu .sub-menu li a:hover {
                    /*background-color: #f5f5f5;*/
                    background-color: white;
                    color: black;
                    border-radius: 1px;
                }

/* Responsive tweaks */
@media (max-width: 768px) {
    .lower-header .container {
        flex-direction: row;
        align-items: flex-start;
        gap: 10px;
    }

    .lower-header .menu ul {
        flex-direction: row;
        gap: 10px;
    }

    .lower-header .menu .sub-menu {
        position: static;
        max-height: none;
        opacity: 1;
        box-shadow: none;
        padding: 0;
    }
}

.lower-header .menu li.dropdown > a::after {
    content: " ▼";
    font-size: 0.7em;
    margin-left: 5px;
    color: white;
    transition: transform 0.3s ease;
}

/* Optional: rotate on hover */
.lower-header .menu li.dropdown:hover > a::after {
    transform: rotate(180deg);
}

/* Responsive container for header slider */
.header_slider {
    width: 100%;
    padding: 20px 0;
    background-color: #f7f7f7;
}

.fix_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

/* Left Slider Box */
.header_slider_left_box {
    flex: 1 1 60%;
    min-width: 300px;
}

    /* Make image responsive */
    .header_slider_left_box img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 8px;
    }

/* Caption */
.banner-carousel-caption {
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 1rem;
    padding: 10px;
    margin-top: 10px;
    border-radius: 6px;
    line-height: 1.6;
    font-weight: 400;
}

/* Right Info Box */
.header_slider_right_box {
    flex: 1 1 35%;
    min-width: 250px;
    text-align: center;
}

.header_slider_right_imgBox img {
    width: 100%;
    max-width: 140px;
    height: auto;
    margin: 0 auto;
}

.header_slider_right_label {
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 10px;
}

.header_slider_right_subTitle {
    font-size: 1rem;
    margin-bottom: 15px;
    color: #333;
}

.header_slider_right_infoBox_item {
    margin: 10px 0;
    font-size: 1rem;
}

    .header_slider_right_infoBox_item img {
        width: 20px;
        vertical-align: middle;
        margin-right: 8px;
    }

/* Mobile Responsive */
@media (max-width: 768px) {
    .fix_container {
        flex-direction: column;
        align-items: center;
    }

    .header_slider_left_box,
    .header_slider_right_box {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .banner-carousel-caption {
        font-size: 0.95rem;
        text-align: justify;
    }

    .header_slider_right_imgBox img {
        max-width: 100px;
    }
}
/*Home Icon*/
.home-icon {
    width: 20px;
    height: 20px;
    position: relative;
    display: inline-block;
}

    .home-icon .roof {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #fff;
        position: absolute;
        top: 0;
        left: 0;
    }

    .home-icon .house {
        width: 14px;
        height: 10px;
        background-color: #fff;
        position: absolute;
        top: 10px;
        left: 3px;
    }

    .home-icon .door {
        width: 4px;
        height: 5px;
        background-color: #333;
        position: absolute;
        bottom: 1px;
        left: 8px;
    }

.play-pause-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 29px;
    height: 29px;
    border: none;
    border-radius: 50%; /* Circular button */
    background-color: #B55D00; /* Button background color */
    color: white;
    font-size: 12px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

    .play-pause-button:hover {
        background-color: #B55D00;
        color: #fff;
        transform: scale(1.2); /* Slight zoom on hover */
    }

    .play-pause-button i {
        pointer-events: none; /* Prevent interaction with the icon */
    }

.fa-facebook_r::after {
    content: url('../images/facebook.png');
    position: relative;
    z-index: 100000;
    top: 10px;
}

.fa-twitter_r::after {
    content: url('../images/ph2023818240601.jpg');
    position: relative;
    z-index: 100000;
    top: 4px;
}

.fa-factcheck_r::after {
    content: url('../images/factcheck.png');
    position: relative;
    z-index: 100000;
    top: 10px;
}

.fa-youtube_m::after {
    content: url('../images/youtube.png');
    position: relative;
    z-index: 100000;
    top: 10px;
}

.fa-instagram_m::after {
    content: url('../images/instagram.png');
    position: relative;
    z-index: 100000;
    top: 10px;
}

.fa-blogger_r::after {
    content: url('../images/blogger.png');
    position: relative;
    z-index: 100000;
    top: 10px;
}




#fixed-social {
    position: absolute;
}

    #fixed-social a {
        color: #fff;
        display: block;
        height: 40px;
        position: relative;
        text-align: center;
        line-height: 40px;
        width: 40px;
        z-index: 2;
    }

        #fixed-social a:hover > span {
            visibility: visible;
            left: 41px;
            opacity: 1;
        }

        #fixed-social a span {
            line-height: 40px;
            left: 60px;
            position: absolute;
            text-align: center;
            width: 120px;
            visibility: hidden;
            transition-duration: 0.5s;
            z-index: 1;
            opacity: 0;
        }

.fixed-facebook {
    background-color: #29487d;
}

    .fixed-facebook span {
        background-color: #29487d;
    }

.fixed-twitter {
    background-color: #000000;
}

    .fixed-twitter span {
        background-color: #000000;
    }

.fixed-factcheckk {
    background-color: rgb(16, 126,193);
}

    .fixed-factcheckk span {
        background-color: rgb(29, 161, 242);
    }

.fixed-youtube {
    background-color: #f00f00;
}

    .fixed-youtube span {
        background-color: #f00f00;
    }

.fixed-blogs {
    background-color: #f57d00;
}

    .fixed-blogs span {
        background-color: #f57d00;
    }





.fixed-instagrem {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

    .fixed-instagrem span {
        background: #f09433;
        background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
        background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
        background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
    }


/*explainer-section CSS*/
.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}

.explainer-section h2 {
    margin: 0;
    padding: 15px 0;
    text-align: center;
    font-family: initial;
    color: #484848;
    font-size: 260%;
}

.top2explainer {
    background: white;
    padding: 20px;
    margin: 0 50px;
    box-shadow: 0px 0px 10px gray inset;
    border-radius: 5px;
    max-height: 90px;
    overflow: auto;
}

.explainer-section .fa-circle {
    font-size: 7px;
    vertical-align: middle;
}

.slide-container {
    max-width: 1120px;
    width: 100%;
    padding: 40px 0;
}

.slide-content {
    margin: 0 40px;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

.swiper-card {
    /* border-radius: 25px; */
    background: #ffffff;
    width: 320px;
    border: 0;
    box-shadow: 0px 0px 10px grey;
    border-radius: 6px;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
}

.slide-content a {
    font-size: 104%;
    color: #212121;
}

.swiper-card-image {
    position: relative;
}

.description {
    font-size: 20px;
    /* color: #707070; */
    color: #ffffff;
    text-align: center;
    font-weight: 700;
    padding: 20px 0;
    margin: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.card__recentNotes {
    height: 160px;
    padding: 0px 20px 20px 20px;
}

.card__recentNotes {
    height: 160px;
    padding: 0px 20px 20px 20px;
}

.name {
    font-size: 18px;
    font-weight: 500;
    color: #333;
}

.description {
    font-size: 20px;
    /*color: #707070;*/
    color: #ffffff;
    text-align: center;
    font-weight: 700;
    padding: 20px 0;
    margin: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.button {
    border: none;
    font-size: 16px;
    color: #ffffff;
    padding: 8px 16px;
    background-color: #4070F4;
    border-radius: 6px;
    margin: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .button:hover {
        /*background: #265DF2*/
        text-decoration: none;
        background-color: #fff;
        border: 1px solid #265DF2;
    }

.swiper-navBtn {
    color: #B55D00;
    transition: color 0.3s ease;
}

    .swiper-navBtn:hover {
        color: #4070F4;
    }

    .swiper-navBtn::before, .swiper-navBtn::after {
        font-size: 40px;
    }

.swiper-button-next {
    right: 5px;
}

.swiper-button-prev {
    left: 5px;
}

.swiper-pagination-bullet {
    background-color: #6E93f7;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: #9c40f4;
}

a:hover {
    text-decoration: none;
}

.slide-container {
    max-width: 1120px;
    width: 100%;
    /* background-color: grey; */
    padding: 40px 0;
}
.tab-slider--trigger a {
    color: black;
}
.tab-slider--trigger a:hover {
    text-decoration: none;
}
.clearfix{
    margin-bottom:10px;
}
.header-logo-box {
    display: flex;
    align-items: center;
    gap: 15px;
}

.beta-flash {
	display: none;
	padding-left: 88px;
    font-size: 35px;
    font-weight: bold;
    color: red;
    animation: flash 1s infinite;
}

@keyframes flash {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}