
/* Screen Reader Only */
      .sr-only {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      white-space: nowrap;
      border: 0;
      }


/** home  **/

.fa-play {
    position: absolute;
    top: 28%;
    left: 42%;
    color: #FFF;
    background-color: #e00;
    border-radius: 50%;
    padding: 3px 20px;
    height: 50px;
    font-size: 16px;
    width: 50px;
    opacity: 0.8;
    line-height: 46px;
    transition: all 0.3s ease 0s;
}

.video-box a:hover .fa-play{
    font-size: 18px;
    height: 53px;
    width: 53px; 
    opacity: 0.7;
    
}
    @media (min-width: 992px) {
    .col-md-11 {
        width: 81.666667%;
        padding-left: 45px;
    }
}
.whiteBg_heading h2 {
    color: #a4112b;
    text-transform: capitalize;
    display: inline;
    font-size: 24px !important;
    line-height: 24px !important;
    font-weight: 600 !important;
}
@media (min-width: 768px) and (max-width: 991px) {
    .tabs-navigation li, .tabs-vertical .tabs-navigation li, .justified .tabs-navigation li, .justified .tabs-navigation li, .tabs-right .tabs-navigation li, .tabs-right .tabs-navigation li {
        width: 1%;
        float: none;
        display: table-cell;
        text-align: left;
    }
}
.rectangle_1 {
    padding: 5px;
    border-radius: 6px;
    background-color: rgb(247, 247, 247);
    /* background-color: #FFF; */
    box-shadow: -11.89px -10.706px 0px 0px rgba(35, 31, 32, 0.14);
    width: 100%;
    height: auto;
}
@media (min-width: 768px) and (max-width: 1072px) {
.scientific li {
    width: 48% !important;
}
}
@media (max-width: 1024px) {
.highlights-box {
    padding: 0px !important;
    display: flex !important;
    margin-top: 10px;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.highlights-box .icon {
    float: left;
    margin-right: 20px;
    border-radius: 50%;
    max-width: 60px;
    height: 60px;
    padding: 7px;
    width: 100% !important;
    margin-bottom: 0px;
}
}

/** head section  **/

.lan {
    display: block;
    width: 180px;
    background: #FFF;
    border-radius: 2px;
    border: 1px #CCC solid;
    padding: 2px 7px !important;
    position: fixed;
    left: 6px !important;
    top: 340px;
    z-index: 999;
}

.goog-te-gadget {
    font-family: arial;
    font-size: 11px;
    color: #666;
    white-space: nowrap;
}
.goog-te-gadget .goog-te-combo {
    margin: 4px 0;
}

.lan select {
    padding: 2px !important;
    font-size: 11px !important;
    margin-bottom: 0px !important;
    box-shadow: none !important;
    border-radius: 2px !important;
    width: 100px !important;
}
@media (max-width: 768px) {
    .top-header h1 {
        font-size: 18px !important;
        color: #FFF;
        margin-left: 14px;
        margin-top: 14px !important;
        text-align: center !important;
    }
}
@media (max-width: 991px) {
    .top-header h4 {
        margin-left: 130px !important;
        font-size: 16px !important;
        display: block !important;
        line-height: 20px !important;
        text-align: center;
    }
}
#page-title.page-title-classic {
    background-color: #222;
    border-bottom: 1px solid #eeeeee;
    border-top: 1px solid #eeeeee;
    padding: 30px 0;
}
.breadcrumb {
    background-color: transparent;
    font-size: 12px;
    margin: 0 0 10px 0;
    padding: 8px 15px;
}
@media (max-width: 991px) {
.top-header h1 span {
    display: block;
    text-align: center;
}
.top-header .c-date {
    position: absolute;
    font-size: 16px;
    color: #FFF;
    bottom: 0px;
    top: 166px;
    right: 460px;
    display: none;
}
}
@media screen and (max-width: 1200px) {
    .container {
        max-width: 100%; /* Ensures it scales with screen size */
        width: 100%; /* Adjust width as needed */
        margin: 0 auto; /* Centers the container */
    }
}
@media (max-width: 991px) {
    .top-header {
        background: #a4112b !important;
        min-height: 210px;
    }
}

@media (max-width: 991px) {
    .top-header {
        min-height: auto !important;
    }
}

/** header  **/

.extra_btn_1 span {
    color: #fff;
    background-color: #091f7b;
    padding: 15px 9px;
    line-height: 40px;
}
.extra_btn_2 span {
    color: #fff;
    background-color: #fbbc05;
    padding: 15px 9px;
    line-height: 40px;
}
#mainMenu nav > ul > li > a {
        position: relative;
    font-family: 'Montserrat', sans-serif;
    padding: 15px 9px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #FFF;
    text-transform: capitalize;
    border-radius: 0;
     border-width: 0; 
    border-style: solid;
    border-color: transparent;
    transition: all .3sease;
    line-height: 50px;
}
#mainMenu nav > ul > li.active {
    background: #1d975c !important;
    color: #FFF !important;
    border-radius: 0px;
}
#mainMenu nav {
    float: none;
    display: flex;
    vertical-align: top;
    justify-content: center;
}
@media (max-width: 768px) {
    #header #mainMenu:not(.menu-overlay) nav > ul > li > a {
        display: block;
        padding: 0px 10px;
        font-size: 13px !important;
        border: 0;
        border-radius: 0;
    }
}

   @media screen and (max-width: 1200px) {
    .container {
        max-width: 100%; /* Ensures it scales with screen size */
        width: 100%; /* Adjust width as needed */
        margin: 0 auto; /* Centers the container */
    }
}
@media (max-width: 991px) {
    #header #mainMenu:not(.menu-overlay) nav > ul > li {
        padding: 0;
        margin: 0;
        clear: both;
        float: inline-start;
        display: inline-block;
        border: 0;
    }
}
#header {
    position: relative;
    width: 100%;
    z-index: 2 !important;
    height: 100%;
    line-height: 50px;
}
@media (max-width: 991px) {
    #header #mainMenu:not(.menu-overlay) nav > ul > li > a {
        display: block;
        padding: 0px 10px;
        font-size: 13px !important;
        border: 0;
        border-radius: 0;
    }
}

/**  footer **/

@media (max-width: 1024px) {
    .footer-organizer-sec {
        display: block;
        color: #FFF;
        text-align: center;
         margin-left: 0px; 
    }
}
.footer-organizer-sec {
    display: block;
    color: #FFF;
    text-align: center;
    margin-left: 0px;
}
.f-logo {
    padding-top: 10px;
}