:root {
    --main-bg-color: #eaedf8;
    --btn-bg-color:#037c8c;
    --menu-color:#fff;
    --menu-bg-color:#006e8f;
    --footer-leg-color:#ffec04;
    --footer-leg-after:#ff8d00;
  }
@font-face {
    font-family: 'Poppins_regular';
    src: url('../fonts/Poppins-Regular.ttf') format('woff2');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Poppins_bold';
    src: url('../fonts/Poppins-SemiBold.ttf') format('woff2');
    font-weight: 600;
    font-style: normal;

}
* {
    box-sizing: border-box;
}
::-webkit-scrollbar {
    background: transparent;
    width: 5px;
    height: 5px;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #777;
  }
  ::-webkit-scrollbar-thumb:hover {
    background-color: var(--side-li-color);
    background-color: #22c2f1;
  }
body {
    font-family: "Poppins_regular", sans-serif;
    font-size: 14px;
    position: relative;
    background-color: #fff;
    color: var(--text-color);
    color: #666;
}
ul {
    padding-left: 0px;
}
ul li {
    list-style: none;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Poppins_bold';
    margin: 0px;
}
a:hover {
    text-decoration: none;
}
/*Header Start*/
#header {
    padding: 0px 0px 0px 0px;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
    background-color: #fff;
    border-bottom: 2px solid #01e8ffd6;
    position: fixed;
    background-image: url(../images/logo_bg.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
#nav-menu-container {
    padding-left: 85px;
}

#nav-menu-container ul {
    padding: 15px 0px 15px 0px;
    transition: all 0.5s;
    margin: 0px;
    display: inline-block;
}
#header.header-scrolled #nav-menu-container ul {
    padding: 20px 0px 20px 0px;
}
.logo_section {
    padding-top: 15px;
}
#logo {
    display: none;
}
.e-vihan {
    position: relative;
    width: 100%;
}
.e-vihan h2  {
    top: 15px;
    position: absolute;
    width: 100%;
    font-size: 4rem;
    letter-spacing: 2px;
    color: #23c007;
}
.e-vihan h4 {
    top: 65px;
    position: absolute;
    width: 100%;
    font-size: 1.7rem;
    bottom: auto;
    
}
.menu_wrapper {
    background-color: var(--menu-bg-color);
    background-color: #006e8f;
}
#nav-menu-container ul li {
    display: inline-block;
    float: left;
    padding: 0px 10px;
    list-style: outside none none;
}

.nav-menu li a {
    padding: 0.5em 0;
    color: var(--menu-color);
    color:#fff;
    position: relative;
    letter-spacing: 1px;
    text-decoration: none;
    font-size: 1.6rem;
}
.nav-menu li a:before,
.nav-menu li a:after {
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.nav-menu li a:before {
  bottom: 0;
  display: block;
  height: 3px;
  width: 0%;
  content: "";
  background-color: #2aff5e;
}
.nav-menu li a:after {
    left: 0;
    top: 1px;
    padding: 0.5em 0;
    position: absolute;
    content: attr(data-hover);
    color: #04ffc5;
    white-space: nowrap;
    max-width: 0%;
    overflow: hidden;
}
.nav-menu li a:hover:before,
.nav-menu .current a:before {
  opacity: 1;
  width: 100%;
}
.nav-menu a:hover:after,
.nav-menu .current a:after {
  max-width: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .nav-menu li a:after {
        left: 0;
        top: -2px;
    }
 }
/*Header End*/
/*Welcome Start*/
.welcome {
    background: url('../images/vidhansava.jpeg') no-repeat;
    margin-top: 165px;
    min-height: 500px;
    background-size: cover;
    background-position: 50% 20%;
    text-align: center;
    position: relative;
}
.welcome::after {
    content: " ";
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
}
.welcome h3 {
    padding-top: 200px;
    font-size: 3.5rem;
    z-index: 2;
    position: absolute;
    width: 100%;
    color: #fff;
}
.welcome h2 {
    position: absolute;
    width: 100%;
    color: #fff;
    z-index: 2;
    padding-top: 260px;
    font-size: 4.5rem;
}
/*Welcome End*/
/*Main Content Start*/
.content_body {
    padding: 25px 15px;
}
.speakers_wrapper {
    border: 3px double #ff8d00;
    border-radius: 4px;
    margin-bottom: 15px;
}
.speakers_wrapper legend {
    background-color: var(--footer-leg-after);
    background-color: #ff8d00;
    color: #fff;
    font-size: 1.5rem;
    border: none;
    margin: 0;
    text-align: center;
    padding: 5px;
}
.speakers {
    max-width: 100%;
    position: relative;
}
.speakers_wrapper p {
    text-align: center;
    margin: 0;
    padding: 5px;
    background: #eee;
}
.news_wrapper{
    box-shadow: 0px 4px 14px -5px rgba(0,0,0,0.15);
    border-radius: 4px;
    /*margin-bottom: 15px;*/
    background:#fff;
}
.news_wrapper legend {
    background-color: var(--footer-leg-after);
    background-color: #ff8d00;
    color: #fff;
    font-size: 1.5rem;
    border: none;
    margin: 0;
    text-align: left;
    padding: 5px;
    position: relative;
    border-radius: 4px 4px 0px 0px;
}
.news_wrapper legend .date{
    position: absolute;
    color: #333;
    font-size: 1.35rem;
    background: -webkit-linear-gradient(top, #FFFFFF 0%,#c8c4c4 100%);
    border-radius: 2px;
    padding: 5px 10px;
    display: inline-block;
    right: -45px;
    bottom: -75px;
    transform: rotate(90deg);
}
.news_wrapper ul.newstrack {
padding: 8px 15px 15px;
display: inline-block;

}
.calender {
    padding: 10px 15px;
    border-top: 1px solid #ddd;
}
.calender ul {
    display: inline-block;
    width: 100%;
    margin-bottom: 0px;
}
.calender ul li {
    display: inline-block;
    font-size: 1.2rem;
    border-right: 1px solid #ccc;
    padding: 0px 3px;
}
.calender ul li:last-child {
    border: none;
}
.calender ul li a {
    color: #0932ca;
}
.calender ul li a:hover {
    cursor: pointer;
}
.news_wrapper ul.newstrack li {
    padding: 5px 0px;
}
.authors {
    padding: 5px;
}
.authors .memmber_item {
    display: block;
    box-shadow: 0px 5px 10px -8px rgba(0,0,0,0.5);
    margin-bottom: 7px;
}
.authors .memmber_item ul {
    display: inline-block;
}
.authors .memmber_item ul li {
    display: inline-block;
    float: left;
}
.authors .memmber_item ul li.member_img {
    width: 40%;
}
.authors .memmber_item ul li.member_img img {
    max-width: 100%;
}
.authors .memmber_item ul li.member_dtl {
    width: 60%;
    padding-top: 15px;
    padding-right: 3px;
    font-size: 1.15rem;
}
.authors .memmber_item ul li.member_dtl .member_name {
    display: block;
    color: #333;
}
.authors .memmber_item ul li.member_dtl a {
    color: #ff8d00;
}
/*Main Content end*/
/*Footer Start*/
footer {
    background-color: var(--menu-bg-color);
    background-color: #577c75;
}
.footer_nav legend {
    color: var(--footer-leg-color);
    color: #ffec04;
    border-bottom: none;
    font-size: 1.75rem;
    padding-top: 20px;
    position: relative;
}
.footer_nav legend:after {
    content: " ";
    position: absolute;
    height: 2px;
    background: var(--footer-leg-after);
    background: #ff8d00;
    left: 0;
    width: 150px;
    bottom: -6px;
}
.footer_nav ul li a {
    color: #fff;
    padding: 3px;
    text-decoration: none;
    font-size: 1.35rem;
    display: block;
    transition: all 0.3s ease;
}
.footer_nav ul li a:hover {
    color: #f8ba49;
}
.copyright {
    margin: 0px;
    text-align: center;
    color: #fff;
    padding: 7px 0px;
    border-top: 1px solid #ddd;
    font-size: 10pt;
}
.footer_nav .sec1,.footer_nav .sec2 {
    display: inline-block;
    float: left;
    padding-right: 15px;
    max-width: 150px;
    padding-top: 10px;
}
.footer_nav .sec1 li a img,.footer_nav .sec2 li a img {
    max-width: 100%;
}
.footer_nav .social_group {
    display: block;
    width: 100%;
    float: left;
}
.footer_nav .social_group li {
    display: inline-block;
    padding: 5px;
}
.footer_nav .social_group li a i {
    font-size: 2.5rem;
}
/*Footer End*/
   .note_btn {
                min-width: 100px;
                border-radius: 25px;
                padding: 5px 10px 5px 38px;
                border: 1px solid transparent;
                background: #650575;
                color: #FFF;
                position: relative;
                margin: 15px;
                transition: all 0.3s ease;
            }
        .note_btn i {
            width: 34px;
            height: 34px;
            position: absolute;
            text-align: center;
            background: #fff;
            color: #650575;
            border-radius: 50%;
            font-size: 2rem;
            padding: 5px;
            top: -2px;
            left: -1px;
            border: 1.2px solid ;
            transition: all 0.3s ease;
        }
          .note_btn:hover {
            box-shadow: 0px 3px 10px -5px rgba(0,0,0,0.75);
          }