/* #RESET
================================================== */


/* :root {
    --main-color: #eaeaea;
    --hover-color: #da0a2b;
    --black: #13131a;
    --bg: #010103;
    --border: 1px solid rgba(255, 255, 255, 0.6);
} */

* {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    border: none;
    text-decoration: none;
    text-transform: capitalize;
}


/* #BASE TYPOGRAPHY/STYLING
================================================== */

body {
    margin: 0;
    padding: 0;
}


/* #HEADER
================================================== */

.news2A-header-body {
    height: 90px;
    background: #da0a2b;
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
}

.news2A-brand {
    margin: auto 0;
}

.news2A-brand a img {
    width: 75px;
    height: 75px;
}

.news2A-brand a,
.news2A-brand a:visited {
    color: #ffffff;
    text-decoration: none;
}

.news2A-header-container {
    display: flex;
    height: 90px;
}

.responsive_top_social_section {
    display: none;
}

    .responsive_top_social_section a {
        font-size: 16px;
        color: #fff;
        padding: 10px 14px;
    }

.news2A_top_header_right {
    margin-left: auto;
    margin: auto 0 auto auto;
}

.news2A_search_login_section {
    margin-left: auto;
    display: flex;
    margin-top: 5px;
}

.news2A_SignIn {
    margin: auto;
    padding: 6px 14px;
}

    .news2A_SignIn a {
        text-decoration: none;
        color: #ffffff;
    }

.news2A_search {
    position: relative;
    margin: auto;
    border-right: 1px solid #fff;
}

.news2A_search_button {
    text-decoration: none;
    color: #ffffff;
    padding: 6px 14px;
    margin-right: 10px;
    border: none;
    background: none;
}

.news2A_search_button:focus {
    outline: none;
}

.search_dropdown {
    position: absolute;
    right: 10px;
    top: 40px;
    width: 450px;
    z-index: 9999;
    background: #fff;
    padding: 20px;
    display: none;
    border-radius: 7px;
    box-shadow: 0px 0px 6px #aaa;
}

.search_inputFiled input {
    border-radius: 50px;
    font-size: 14px;
    font-weight: normal;
}

.search_inputFiled input:focus {
    color: #495057;
    background-color: #fff;
    border-color: #da0a2b;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(220 53 53 / 18%);
}

/* #NAVIGATION
================================================== */
.news2A-nav {
    height: 50px;
    background: #464646;
    border-top: var(--border);
    border-bottom: var(--border);
    position: fixed;
    top: 90px;
    z-index: 99;
    width: 100%;
}

.news2A-nav .news2A-nav-mainmenu {
    margin: 0;
    padding: 0;
    position: relative;
}

.news2A-nav .news2A-nav-mainmenu .news2A-nav-mainitem {
    float: left;
    list-style: none;
    position: relative;
    width: 16%;
}

.news2A-nav .news2A-nav-mainmenu .news2A-nav-mainitem a,
.news2A-nav .news2A-nav-mainmenu .news2A-nav-mainitem a:visited {
    display: block;
    padding: 12px 20px 13px;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
}

.news2A-nav .news2A-nav-mainmenu .news2A-nav-mainitem a:hover,
.news2A-nav .news2A-nav-mainmenu .news2A-nav-mainitem a:visited:hover {
    background: #da0a2b;
    border-top: 4px solid #fff;
    overflow: hidden;
    padding: 10px 20px 10px;
    color: #fff;
}

.news2A-nav .news2A-nav-mainmenu .news2A-nav-mainitem:hover {
    background: var(--hover-color);
}

.news2A_more_navMenu_section {
    float: left;
    width: 16%;
}

.news2A_MainNav_MoreButton {
    border: none;
    padding: 12px 20px 12px;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    background: none;
    color: #fff;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
}

.news2A_MainNav_MoreButton:focus {
    outline: none;
}

.news2A_MainNav_MoreButton:hover,
.news2A_MainNav_MoreButton:visited:hover {
    background: #da0a2b;
    border-top: 3px solid #fff;
    overflow: hidden;
    padding: 10px 20px 10px;
    color: #fff;
}

.news2A-mobile-sliderNav-footer {
    display: none;
}

/* #SUBNAVIGATION
================================================== */
.news2A-subnav {
    position: absolute;
    background: #464646;
    z-index: 1;
    width: 100%;
    top: 50px;
    right: 0;
    left: 0;
    /*border-top: 3px solid #da0a2b;*/
    border-top: 3px solid #fff;
}

.news2A-subnav .news2A-subnav-menuGroup {
    padding: 0;
    margin: auto;
}

.news2A-subnav .news2A-subnav-menuGroup .submenu-item {
    float: left;
    position: relative;
    min-width: 16%;
    list-style: none;
}

.news2A-subnav .news2A-subnav-menuGroup .submenu-item ul {
    margin: 0;
    padding: 0;
}

.news2A-subnav .news2A-subnav-menuGroup .submenu-item ul li {
    list-style: none;
}

.news2A-subnav .news2A-subnav-menuGroup .submenu-item a,
.news2A-subnav .news2A-subnav-menuGroup .submenu-item a:visited {
    display: block;
    padding: 10px 20px 10px;
    line-height: 22px;
    color: #fff;
    text-decoration: none;
}

.news2A-subnav .news2A-subnav-menuGroup .submenu-item a:hover,
.news2A-subnav .news2A-subnav-menuGroup .submenu-item a:visited:hover {
    background: #da0a2b;
    color: #fff;
}

.news2A-subnav .news2A-subnav-menuGroup .submenu-item a a:not(:only-child):after,
.news2A-subnav .news2A-subnav-menuGroup .submenu-item a:visited:not(:only-child):after {
    padding-left: 4px;
    content: ' ▾';
}

.news2A-mobile_nav {
    display: none;
}

.news2A-nav-mobile {
    display: none;
    position: fixed;
    right: 10px;
    background: #eaeaea;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    z-index: 999;
    overflow: hidden;
}

.hide-from-desktop {
    display: none;
}

.news2A-mobile_nav-mainmenu {
    display: inline-block;
    overflow-y: hidden;
    white-space: nowrap;
    width: 100%;
    /*border-bottom: none;
    padding: 20px 0 0 50px;
    scrollbar-width: thin;*/
}

.news2A-mobile_nav-mainmenu .news2A-mobile_nav-mainitem {
    float: left;
    position: relative;
    min-width: 16%;
    list-style: none;
    border-right: 1px solid #eaeaea;
     display: block;
    padding: 12px 20px 12px;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    width: 100px;
}

.tabpan_project_review_underline {
    position: relative;
    width: 100px;
    border-top: 4px solid #ADAFAE;
}

.news2A-mobile_nav-mainmenu a:nth-child(1).active ~ .tabpan_project_review_underline {
    left: 0px;
    width: 100px;
}

.news2A-mobile_nav-mainmenu a:nth-child(2).active ~ .tabpan_project_review_underline {
    left: 98px;
    width: 102px;
}

.news2A-mobile_nav-mainmenu a:nth-child(3).active ~ .tabpan_project_review_underline {
    left: 200px;
    width: 100px;
}

.news2A-mobile_nav-mainitem:hover {
    background: #a70202c4;
}

#nav-toggle {
    position: absolute;
    left: 12px;
    top: 14px;
    cursor: pointer;
    padding: 10px 20px 10px 0px;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 3px;
    width: 26px;
    background: #da0a2b;
    position: absolute;
    display: block;
    content: '';
    transition: all 300ms ease-in-out;
}

#nav-toggle span:before {
    top: -7px;
}

#nav-toggle span:after {
    bottom: -7px;
}

#nav-toggle.active span {
    background-color: transparent;
}

#nav-toggle.active span:before,
#nav-toggle.active span:after {
    top: 0;
}

#nav-toggle.active span:before {
    transform: rotate(45deg);
}

#nav-toggle.active span:after {
    transform: rotate(-45deg);
}

article {
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px;
}


/* #MAIN BODY
================================================== */

.news2A_main_content {
    margin: 150px 0 20px;
}

.news2A_video_card {
    border: none;
    box-shadow: 0px 0px 6px #dee2e6;
}

.news2A_video_card_title {
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    color: #4A4A4A;
    padding-top: 4px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news2A_video_card_text {
    font-size: 14px;
    font-weight: normal;
    width: 100%;
    color: #4A4A4A;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news2A_video_thumbnail iframe {
    position: relative;
    width: 100%;
    height: 200px;
}


.news2A_RecentVideo1_card {
    margin: 10px 0;
    border: none;
    box-shadow: 0px 0px 6px #dee2e6;
}

.news2A_RecentVideo1_card_title {
    font-size: 22px;
    font-weight: 600;
    height: 30px;
    overflow: hidden;
    color: #4A4A4A;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 4px;
}

.news2A_RecentVideo1_card_text {
    font-size: 14px;
    font-weight: normal;
    width: 100%;
    min-height: 45px;
    overflow: auto;
    color: #4A4A4A;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/*.news2A_RecentVideo1_card_text::-webkit-scrollbar, 
.news2A_RecentVideo2_card_text::-webkit-scrollbar, 
.news2A_RecentVideo3_card_text::-webkit-scrollbar {
    width: 10px;
    border-radius: 100px;
    height: 0px;
    margin-right: 30px !important;
}

.news2A_RecentVideo1_card_text::-webkit-scrollbar-thumb,
.news2A_RecentVideo2_card_text::-webkit-scrollbar-thumb,
.news2A_RecentVideo3_card_text::-webkit-scrollbar-thumb{
    background: #f7fafb;
    border-radius: 100px;
    margin-right: 30px !important;
    border: 0.1px solid #B4B5B6;
    width: 10px !important;
    height: 50px;
}*/

.news2A_RecentVideo1_thumbnail iframe {
    position:relative;
    width: 100%;
    height: 378px;
}

.flex-viewport{
    padding-left: 10px;
}

.news2A_RecentVideo2_card, .news2A_RecentVideo3_card {
    margin: 10px 0;
    border: none;
    box-shadow: 0px 0px 6px #dee2e6;
    height: 278px;
}

.news2A_RecentVideo2_card_title, .news2A_RecentVideo3_card_title {
    font-size: 22px;
    font-weight: 600;
    height: 30px;
    overflow: hidden;
    color: #4A4A4A;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 4px;
}

.news2A_RecentVideo2_card_text, .news2A_RecentVideo3_card_text {
    font-size: 14px;
    font-weight: normal;
    width: 100%;
    min-height: auto;
    max-height: 40px;
    overflow: auto;
    color: #4A4A4A;
}

.news2A_RecentVideo2_thumbnail iframe, .news2A_RecentVideo3_thumbnail iframe {
    position: relative;
    height: 140px;
    width: 100%;
}


.news2A_TrendingNews_hedTitle{
    margin: 40px 0;
}

.news2A_TrendingNews_hedTitle h3 {
    margin: 0;
    border-bottom: 3px solid #da0a2b;
    color: #4A4A4A;
}

.news2A_TrendingNews_body {
    color: #5E6278;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    grid-gap: 1rem;
}


.news2A_rowleftcolumn_big_box {
    display: grid;
    grid-gap: 32px;
    grid-template-columns: 1fr 1fr 1fr;
}

.news_with_no_image{
    position: relative;
}

.news_with_no_image:after {
    content: "";
    position: absolute;
    background: #aaa;
    width: 1px;
    bottom: 0;
    left: -16px;
    height: 100%;
    top: 0;
}

.news_with_no_image:first-child:after {
    width: 0;
}

.headline-title {
    line-height: 24px;
    font-size: 20px;
    padding-bottom: 8px;
    font-weight: 700;
    text-decoration: none;
}

.news2A_newsHeadline_title a {
    color: #4A4A4A;
    text-decoration: none;
}

.news2A_news_story_section a {
    color: #4A4A4A;
    font-size: 14px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 8px;
    margin-top: 2px;
    text-decoration: none;
}

.news2A_news_story_published_time{
    font-size: 12px;
}


/* #Login Page CSS
================================================== */

.body_section_rams{
  width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
/*.body_section_rams::before{
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url('../img/background_img.png');
  background-repeat: no-repeat;
  background-position: center;
}*/
.body_section_rams .card-img{
    width: 40%;
}
.login-form img{
  margin: 0 0 60px;
}
.login-form h4{
  color: #5E6278;
  font-size: 24px;
  margin-bottom: 20px;
}
.login-form {
  position: relative;
  top: 46%;
  transform: translate(-0%, -50%);
  z-index: 1;
  background: #FFFFFF;
  max-width: 460px;
  margin: auto;
  padding: 45px;
  border-radius: 15px;
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%), 0 5px 5px 0 rgb(0 0 0 / 24%);
}
.login-form input {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #ECF3F5;
  color: #5E6278;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 16px;
  border-radius: 10px;
}
.login-form button {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  cursor: pointer;
  border: none;
  border-radius: 7px;
  background: #C9F7F5;
  color: #1BC5BD;
  outline: 0;
  width: 100%;
  padding: 15px 20px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
}
.login-form button:hover,.login-form button:active,.login-form button:focus {
  background: #1BC5BD;
  color: #C9F7F5;
}
.login-form .message a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  float: left;
  margin: 0 0 50px;
}
.signUp_message {
  color: #5E6278;
  font-size: 16px;
  bottom: -63px;
  position: absolute;
  left: 20px;
}
.login-form .register-form {
  display: none;
}