: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;
}

.dropdown.open .dropdown-menu {
    background: #006e8f;
    top: 43px;
    right: -26px;
}

.dropdown.open .dropdown-menu li a:hover {
    background-color: transparent;
}

.nav-menu li a,
#dropdownMenuLink,
.dropdown.open .dropdown-menu 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,
#dropdownMenuLink:before,
#dropdownMenuLink:after {
    position: absolute;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.nav-menu li a:before,
#dropdownMenuLink:before {
    bottom: 0;
    display: block;
    height: 3px;
    width: 0%;
    content: "";
    background-color: #2aff5e;
}

.nav-menu li a:after,
#dropdownMenuLink:after {
    left: 0;
    top: 0px;
    padding: 0.5em 0;
    position: absolute;
    content: attr(data-hover);
    color: #04ffc5;
    white-space: nowrap;
    max-width: 0%;
    overflow: hidden;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .nav-menu li a:after {
        left: 0;
        top: -2px;
        ;
    }
}

.nav-menu li a:hover:before,
.nav-menu .current a:before,
#dropdownMenuLink:hover:before {
    opacity: 1;
    width: 100%;
}

.nav-menu a:hover:after,
.nav-menu .current a:after {
    max-width: 100%;
}

/*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;
    background: url(../images/home_bg.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
}

.content_body:before {
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    left: 0;
}

.speakers_wrapper {
    border: 3px double #ff8d00;
    border-radius: 4px;
    margin-bottom: 15px;
    background-color: #fff;
    text-align: center;
}

.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;
    text-transform: uppercase;
}

.speakers {
    max-width: 100%;
    position: relative;
    padding: 3px;
    border-radius: 4px;
    border: 1px solid #ddd;
    margin: 5px;
}

.gen_info {
    margin-bottom: 50px;
}

.speakers_wrapper p {
    text-align: center;
    margin: 0;
    padding: 5px;
    background: #eee;
    color: #333;
}

.news_wrapper {
    box-shadow: 0px 4px 14px -5px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    margin-bottom: 15px;
    background: rgba(255, 255, 255, 1);
}

.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 sup {
    text-transform: lowercase;
}
.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: -39px;
    bottom: -75px;
    transform: rotate(90deg);
}

.news_wrapper ul.newstrack {
    padding: 8px 10px 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;
    background: transparent;
    transition: all 0.3s ease;
    border-radius: 4px;
}
.news_wrapper ul.newstrack li:hover {
    background: #006e8f;
    color: #fff;
}
.news_wrapper ul.newstrack li:hover a,.news_wrapper ul.newstrack li:hover .dt {
    color: #fff;
}
.news_wrapper ul.newstrack li a {
    width: calc(100% - 100px);
    display: inline-block;
}
.news_wrapper ul.newstrack li span.dt {
    display: inline-block;
    float: right;
    width: 100px;
    text-align: right;
    color: #636466;
    font-size: 1.2rem;
}
.authors {
    padding: 5px;
}

.authors .memmber_item {
    display: block;
    box-shadow: 0px 5px 10px -8px rgba(0, 0, 0, 0.5);
    margin-bottom: 4px;
}

.authors .memmber_item ul {
    display: inline-block;
}
.bx-view-port { height: 100vh; }
.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;
    padding-left: 2px;
}

.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: #006e8f;
}

.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: 1.3rem;
}

.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*/

.page_wrapper {
    background: #fff;
    box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.75);
    border-radius: 5px;
    padding: 15px;
    /* min-height: 395px;*/
    min-height: 150px;
    margin-bottom: 5px;
}

.notice li {
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 5px;
    box-shadow: 0px 3px 4px -2px rgba(0, 0, 0, 0.75);
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.notice li a {
    font-size: 1.45rem;
    color: #fff;
}

.notice li:hover {
    border: 2px solid rgba(0, 0, 0, 0.75);
    background: transparent;
    cursor: pointer;
}

.newsticker li {
    padding-bottom: 15px;
    list-style: none;
}

.Box {
    border-radius: 7px;
    text-align: center;
    float: left;
    height: auto;
    color: #fff;
    min-height: 200px !important;
    font-size: 1em !important;
    line-height: 1em;
    font-weight: 600;
    border: #fff solid 1px;
}

.Box img {
    border-radius: 50%;
    margin-top: 5px;
    box-shadow: 0px 8px 8px -2px rgba(0, 0, 0, 0.2);
}

.Box p {
    position: absolute;
    font-size: 1.4rem;
    margin-top: 10px;
    display: inline-block;
    background: rgba(0, 0, 0, 0.3);
    padding: 8px 15px;
    border-radius: 5px;
    line-height: 1.6rem;
    transition: all 0.3s ease;
    color: #fff;
    left: 50%;
    width: 95%;
    bottom: -5px;
    transform: translateX(-50%);
}

.flip-card {
    background-color: transparent;
    width: 300px;
    height: 245px;
    perspective: 1000px;
}

.flip-card1 {
    width: 49%;
    margin: 0px 3px 5px 0px;
    padding: 0px;
    height: 200px;
    perspective: 1000px;
    color: #fff;
}

.flip-card-inner,
.flip-card-inner1 {
    box-shadow: 0px 2px 15px -2px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    position: relative;
    width: 100%;
    height: 235px;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}

.flip-card1:hover .flip-card-inner1 {
    transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
}

.btn_position {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.flip-card-front {
    color: #333;
    padding: 15px;
}

.flip-card-inner1 .flip-card-back {
    background-color: #000bff;
    color: white;
    transform: rotateX(180deg);
    padding: 15px;
    border-radius: 5px;
}

.flip-card-back {
    background-color: #000bff;
    color: white;
    transform: rotateY(180deg);
    padding: 15px;
    border-radius: 5px;
}

.services .ser_wrap .descriptions,
.Administration .ser_wrap .descriptions {
    position: absolute;
    color: #fff;
    top: 0px;
    left: 0px;
    background-color: #0c99ebe7;
    width: 100%;
    height: 100%;
    transition: all .7s ease-in-out;
    padding: 10px;
    box-sizing: border-box;
    clip-path: circle(0% at 100% 100%);
    -webkit-clip-path: circle(0% at 100% 100%);
}

.services .ser_wrap i,
.Administration .ser_wrap i {
    display: block;
    width: 100px;
    margin: 0px auto 0px auto;
    height: 100px;
    border-radius: 50%;
    box-shadow: 0px 2px 15px -5px rgba(0, 0, 0, 0.5);
    background: #25b6b7;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
}

.services .ser_wrap i img,
.Administration .ser_wrap i img {
    max-width: 100%;
    border-radius: 50%;
}

.services .ser_wrap img,
.Administration .ser_wrap img {
    max-width: 100%;
}

.services .ser_wrap label,
.Administration .ser_wrap label {
    text-align: center;
    display: block;
    font-size: 1.7rem;
    padding-top: 15px;
    margin-bottom: 0px;
}

.flip-card-inner1 .flip-card-back {
    border-radius: 5px;
}

.flip-card-inner1 .flip-card-back ul {
    overflow: auto;
}

.flip-card-inner1 .flip-card-back ul li {
    text-align: left;
    padding: 5px;
    font-size: 1.3rem;
}

.flip-card-inner1 .flip-card-back ul li i {
    font-size: 1.5rem;
    padding-right: 5px;
    display: inline;

}

.slick-prev:before,
.slick-next:before {
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900;

}

.slick-next:before,
.slick-prev:before {
    color: #6e6c6c !important;
}

.slick-prev:before {
    content: "\f104" !important;
    font-size: 3rem !important;
}

.slick-next:before {
    content: "\f105" !important;
    font-size: 3rem !important;
}

.services .ser_wrap .descriptions legend,
.Administration .ser_wrap .descriptions legend,
.flip-card-back legend {
    color: #fff;
    font-size: 1.8rem;
    padding: 35px 0px 10px 0px;
    text-align: left;
    margin-bottom: 0px;
}

.flip-card-back p {
    text-align: left;
}

.flip-card-inner1 .flip-card-back legend {
    font-size: 1.5rem;
    padding: 0px 0px 5px 0px;
    margin-bottom: 2px;
    margin-top: 0px;
    color: #fff;
    border-bottom: 1px solid #fff;
}

.flip-card-inner1 .flip-card-back legend:after {
    background: transparent;
}

.mt-75 {
    margin-top: 75px;
}

.mt-200 {
    margin-top: 200px;
}

.services h3,
.Administration h3 {
    margin-bottom: 85px;
    color: #006e8f;
    border-bottom: 2px solid #11ceece3;
    display: inline-block;
    margin-top: 50px;
}

.services .ser_wrap,
.Administration .ser_wrap {
    margin-top: 50px;
    width: 100%;
    min-height: 235px;
    background: #fff;
    padding: 25px 10px;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
    transition: all .5s cubic-bezier(.8, .5, .2, 1.4);
}

.services .ser_wrap:hover .descriptions,
.Administration .ser_wrap:hover .descriptions,
.Box:hover .descriptions {
    left: 0px;
    transition: all .7s ease-in-out;
    clip-path: circle(75%);
    -webkit-clip-path: circle(75%);
}

.services .ser_wrap:hover,
.Administration .ser_wrap:hover {
    transition: all .5s cubic-bezier(.8, .5, .2, 1.4);
    box-shadow: 0px 2px 15px -3px rgba(0, 0, 0, .75);
    z-index: 99;
}

.flip-card-inner1 .flip-card-back .service_btn {
    border: 2px solid #fff;
    min-width: 130px;
    display: block;
    margin: 0px auto;
    padding: 7px 15px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
}

.service_btn {
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
    text-align: center;
    min-width: 150px;
    display: block;
    margin: 15px auto;
    padding: 10px 15px;
    transition: all 0.3s ease;
}

.service_btn:hover,
.Box .descriptions .service_btn:hover {
    border: 2px solid #11568fed;
    color: #11568fed;
    background: #fff;
}

.seaGreenBox {
    background-size: cover;
    background-color: #6bd6d6;
}

.lightred {
    background: #e87f03;
    background-size: cover;
}

/*services end*/