body {
    margin: 0px;
    padding: 0px !important;
    font-family: "Roboto", sans-serif;
    overflow-x: hidden !important;
}

html {
    overflow-x: hidden !important;
}

.header {
    border-bottom: 4px solid #DA291C;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.menu-bar {
    border: 2px solid #DA291C;
    color: #DA291C;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s ease-in-out;
}

.menu-bar i {
    font-size: 25px;
}

.menu-bar:hover {
    color: #000 !important;
    border-color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

.list_section.is-sticky {
    position: fixed;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    animation: slideDown 0.35s ease-out;
    z-index: 99;
    top: 45px;
    left: 0;
    width: 100%;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.social-icon li a {
    border: 1px solid #DA291C;
    width: 32px;
    height: 32px;
    color: #DA291C;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    gap: 20px;
    transition: 0.4s ease-in-out;
}

.social-icon li a:hover {
    background: #DA291C;
    color: #FFF;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

.pt_100 {
    padding-top: 100px;
}

.mt_100 {
    margin-top: 100px;
}

.sidebar {
    background-color: #DA291C !important;
}

.sidebar.offcanvas-start {
    top: 94px !important;
}

.header .modal-backdrop {
    top: 94px !important;
    padding: 0 !important;
}


.bannertitle{
    margin-top: 32px;
}

.pl-59 {
    padding-left: 59px;
}

.news_modal {
    position: relative;
    overflow: hidden;
}

.sub-titleparagraph{
    font-style: italic;
}

.news_modal .modal {
    padding: 0 !important;
    background: rgba(0, 0, 0, 0.7);
}

.border-topmargin{
    margin-top: 35px;
}

.news_modal .modal-dialog {
    max-width: 700px;
    height: 100vh;
    margin: 0 auto;
}

.news_modal .modal .modal-header {
    position: absolute;
    top: -2rem;
    right: -10rem;
    z-index: 999;
    border: 2px solid #FFF;
    padding: 4px;
    border-radius: 0;
}

.modal-header .btn-close {
    padding: 0;
    margin: 0;
    display: flex;
    color: #FFF;
    background: unset !important;
    align-items: center;
    justify-content: center;
    opacity: 1;
}


.offcanvas-header .btn-close {
    width: 40px;
    height: 40px;
    border-radius: 0;
    opacity: 1;
    background: transparent;
    display: flex;
    border: 2px solid #FFF !important;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    padding: 0px;
    transition: 0.4s ease-in-out;
}

.offcanvas-header .btn-close:hover {
    border: 2px solid #000 !important;
    color: #FFF;
}

.offcanvas-header .btn-close:hover i {
    color: #000;
    transition: 0.4s ease-in-out;
}

.btn-close:focus {
    outline: 0px !important;
    box-shadow: none !important;
}

.sub-menu li a {
    color: #FFFFFF;
    font-size: 28px;
    font-weight: bold;
    transition: 0.4s ease-in-out;
}

.sub-menu .dropdown-item {
    font-size: 18px !important;
    background: none !important;
    font-weight: 400 !important;
}

.sub-menu li a:hover {
    color: #000;
}


.sub-menu li {
    margin-bottom: 40px;
}

.sub-menu li ul li {
    margin-top: 15px !important;
    margin-bottom: 0 !important;
}

.pt-120 {
    padding-top: 120px;
}

.pb-120 {
    padding-bottom: 120px;
}

img.quite_img {
    position: relative;
    margin-top: -32px;
}

.title {
    font-size: 28px;
    color: #DA291C;
    font-weight: 600;
    line-height: 40px;
    max-width: 504px;
}

.border-icon-color {
    border-bottom: 3px solid #DA291C;
    width: 100%;
}

.sub-title {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
}

.paragraph {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}

.pl-70 {
    padding-left: 70px;
}

.paragraph1 {
    font-size: 18px;
}

.source-img {
    font-size: 14px;
    font-style: italic;
}

p {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 26px;
}

.top_title_bar span {
    font-size: 30px;
    font-style: italic;
    font-weight: 600;
    color: #000;
}

.top_title_bar h2 {
    font-size: 60px;
    color: #DA291C;
    font-weight: 800;
    text-transform: uppercase;
}

.top_title_bar p {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    line-height: 28px;
    margin: 20px 0px 0px;
}

/* .tr_timeline_box {
    border-left: 4px solid #DA291C;
    margin-top: 30px;
    border-bottom: 4px solid #DA291C;
} */


.tr_timeline_box {
    border: 4px solid #DA291C;
    margin-top: 30px;
    border-right: transparent;
    position: relative;
    border-top: transparent;
}

.tr_timeline_box::after{
    content: '';
    width: 29px;
    height: 32px;
    background: #fff;
    border: 4px solid #DA291C;
    transform: rotate(329deg);
    position: absolute;
    border-top: 0;
    border-left: 0;
    border-bottom: 0;
    top: auto;
    left: -20px;
    bottom: -11px;

}

.timeline-block {
    width: -webkit-calc(50% + 8px);
    width: -moz-calc(50% + 8px);
    width: calc(50% + 8px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    clear: both;
}

.timeline-block-right {
    float: right;
}

.timeline-block-left {
    float: left;
    direction: rtl
}

.marker {
    border-radius: 50%;
    z-index: 9;
    text-align: center;
    position: relative;
    left: -4px;
    color: #DA291C;
    top: -7px;
    font-size: 24px;
}

.timeline-content {
    width: 100%;
    padding: 0px 100px 0px 68px;
    color: #666;
}

.timeline-content h3 {
    margin-top: 8px;
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 500
}

.timeline-content span {
    font-size: 15px;
    color: #a4a4a4;
}

.timeline-content p {
    font-size: 16px;
    line-height: 1.5em;
    word-spacing: 1px;
    color: #888;
}

.tr_txt_arrow{
    position: relative;
}

.tr_txt_arrow::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: -7px;
  background: url('../image/connent-arrow.png') no-repeat;
}

.timeline-block {
    width: 100%;
    margin-bottom: 50px;
}

.timeline-block-right {
    float: none;
}

.timeline-block-left {
    float: none;
    direction: ltr;
}

.timeline-content h3 {
    font-size: 20px;
    line-height: 28px;
    color: #DA291C;
    font-weight: 600;
    margin: 0px 0px 8px;
}

.timeline-content p {
    color: #000;
}

.tr_txt {
    position: relative;
    overflow: hidden;
}

/* .tr_txt::after {
    content: '';
    width: 18px;
    height: 18px;
    background: #DA291C;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(45deg);
} */

.tr_txt span {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
    display: block;
    padding: 12px 0px;
}

.tr_txt span:nth-child(2) {
    font-style: italic;
}

.tr_txt ul {
    margin: 0;
    padding: 0;
}

.tr_txt ul li {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
    display: block;
    padding: 3px 0px;
}

.font-weight-bold {
    font-weight: 700;
}

.tr_txt p span {
    color: #DA291C;
    font-weight: 700;
    display: block;
    padding: 0;
}

.sitizen_btn a {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    color: #B6B5B5;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: end;
    transition: 0.5s ease-in-out;
}

.sitizen_btn a i {
    width: 40px;
    height: 40px;
    border: 2px solid #B6B5B5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #B6B5B5;
}

.sitizen_btn a:hover i {
    border: 2px solid #DA291C;
    color: #DA291C;
}

.sitizen_btn a:hover {
    color: #000;
    transition: 0.5s ease-in-out;
}

.copyright {
    background: #000;
    padding: 15px 0px;
}

.copyright p {
    font-size: 15px;
    color: #FFF;
    margin: 0;
}


/*-------------------------------
#Sitizen Page Start Css
---------------------------------*/
.theme_logo {
    margin: 145px 0px 45px;
}

.mt_txt p {
    font-size: 17.8px;
    line-height: 28px;
}

.small_txt {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    margin-top: 0px;
    display: block;
}

.Information_section {
    margin-top: 45px;
    padding: 50px 0px 100px;
    background: #f0f9fc;
}

.information_top h6 {
    font-size: 26px;
    font-weight: 800;
    line-height: 32px;
    color: #DA291C;
}

.information_top h2 {
    font-size: 42px;
    font-weight: 700;
    line-height: normal;
    color: #DA291C;
}

.information_top p {
    font-size: 16px;
    line-height: 28px;
}

.information_txt .fa-play {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #DA291C;
    color: #FFF;
    font-size: 14px;
}

.highlights {
    width: 95%;
}

.highlights ul li {
    list-style: disc;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.volume {
    width: 35px;
    height: 25px;
}

.list_section {
    background-color: #e9dfed;
    padding: 10px 10px;
    margin-top: 50px;
}

.list_item {
    max-width: 1440px;
    margin: auto;
}

.list_item ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.list_item ul li {
    display: block;
    list-style: none;
}

.list_item ul li a {
    font-size: 18px;
    color: #000;
    line-height: 25px;
    font-weight: 500;
    transition: 0.4s ease-in-out;
}

.list_item ul li a:hover {
    color: #DA291C;
}

.list_item ul li a.active {
    color: #DA291C;
}


/* Collaborations_Partnerships-start */

.industry-title {
    font-size: 54px !important;
}

#industry {
    background-color: #f9f5fa;
}

.developing h5 {
    color: #DA291C;
    font-size: 16px;
}

.developing ul li {
    color: #000;
    font-weight: 500;
    font-size: 16px;
}

.orange_color {
    color: #DA291C;
}

.continuing {
    font-size: 38px !important;
}

.sit_news_slider1 .owl-stage-outer,
.sit_news_slider2 .owl-stage-outer,
.sit_news_slider3 .owl-stage-outer {
    display: table;
}

.sit_news_slider1 .owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: start;
}

.sit_news_slider1 button.owl-prev,
.sit_news_slider1 button.owl-next,
.sit_news_slider2 button.owl-prev,
.sit_news_slider2 button.owl-next,
.sit_news_slider3 button.owl-prev,
.sit_news_slider3 button.owl-next {
    width: 40px;
    height: 40px;
    border: 2px solid #B6B5B5 !important;
    font-size: 24px !important;
    color: #B6B5B5 !important;
    border-radius: 0 !important;
    transition: 0.4s ease-in-out;
}

.sit_news_slider1 button.owl-prev:hover,
.sit_news_slider1 button.owl-next:hover,
.sit_news_slider2 button.owl-prev:hover,
.sit_news_slider2 button.owl-next:hover,
.sit_news_slider3 button.owl-prev:hover,
.sit_news_slider3 button.owl-next:hover {
    background: transparent !important;
    border-color: #DA291C !important;
    color: #DA291C !important;
}


/* Collaborations_Partnerships-start-end */


.strengths {
    max-width: 100%;
}

.information_top button {
    border: 0;
    padding: 5px 20px;
    background: #ed3026;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 500;
    color: #FFF;
    line-height: normal;
    position: relative;
    overflow: hidden;
}

.information_top button::after {
    background-color: #F4F2A4;
    content: '';
    position: absolute;
    right: -15px;
    bottom: -11px;
    height: 109px;
    width: 16px;
    transform: rotate(20deg);
}

.owl-carousel .item a {
    transition: 0.4s ease-in-out;
    overflow: hidden;
    display: block;
}

.owl-carousel .item .title_modal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    opacity: 0;
    transition: 0.4s ease-in-out;
}

.listen {
    display: flex;
    align-items: start;
}

.owl-carousel .item .title_modal h5 {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    color: #FFF;
    text-transform: uppercase;
}

.owl-carousel .item a:hover .title_modal {
    opacity: 1;
}

.owl-carousel .item a img {
    transition: 0.4s ease-in-out;
}

.owl-carousel .item a::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    transition: 0.4s ease-in-out;
    opacity: 0;
}

.owl-carousel .item a:hover::after {
    opacity: 1;
}

.owl-carousel .item a:hover img {
    transform: scale(1.1);
    transition: 0.4s ease-in-out;
}

button#back-to-top {
    border: 0;
    background: unset;
    position: fixed;
    left: 30px;
    bottom: 80px;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    display: none;
}
button#back-to-top i {
    border: 2px solid #DA291C;
    width: 40px;
    height: 40px;
    font-size: 24px;
    color: #DA291C;
    padding: 5px;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

button#back-to-top .fa-sort-asc:before, .fa-sort-up:before {
    height: 16px;
}

.programme {
    font-size: 20px;
    margin: 0;
    font-weight: 700;
}

.mt-30{
    margin-top:30px;
}

.mt-50{
    margin-top: 50px;
}

.fw-5{
    font-weight: 500;
}
.fw-5 span{
    font-weight: 400;
}

.information_top .fs-16{
    font-size: 16px;
}

.fw-6{
    font-weight: 600;
}

.tf-uppercase{
    text-transform: uppercase;
}

.interview a {
    color: #000;
    font-weight: 700;
    display: flex;
    align-items: start;
    transition: 0.4s ease-in-out;
}

.interview a:hover {
    color: #DA291C;
    text-decoration: underline;
}

.perspectives a {
    color: #000;
    transition: 0.4s ease-in-out;
}

.perspectives a:hover {
    color: #DA291C;
    text-decoration: underline;
}

.popup_txt {
    color: #DA291C;
    transition: 0.4s;
}

.popup_txt:hover {
    color: #000000;
}

.active_next a {
    color: #000;
}

.active_next a i {
    border-color: #DA291C;
    color: #DA291C;
}

