@charset "utf-8";

/* CSS Document */

html,
body {
    margin: 0px;
    padding: 0px;
    font-family: roboto;
}

#top {
    width: 100%;
    float: left;
    background-color: #3777bd;
}

#top table {
    margin-left: 5%;
    float: left;
    width: 90%;
    padding: 10px 0px;
    font-size: 13px;
}

#top table #logo {
    height: 100px;
}

#top table h1 {
    text-align: center;
    font-size: 28px;
    color: white;
}

#top table tr td table {
    float: right;
    color: white;
}

#top table tr td table tr td img {
    height: 20px;
    border: 2px solid white;
    border-radius: 100%;
}

#top-social img {
    margin-right: 10px;
}

.btn-main {
    text-decoration: none;
    background: green;
    color: #fff;
    padding: 0.5rem 0.75rem;
}


/*************************************************menu*/

header #menu {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 50px;
    background: #990033;
    text-align: center;
    position: static;
    top: 0;
    float: left;
}

.navbar {
    overflow: hidden;
    font-family: Arial;
    width: auto;
    height: 50px;
    text-align: center;
    display: inline-block;
    float: none;
    display: inline-block;
    margin-top: 0px !important;
}

.navbar a {
    float: left;
    font-size: 14px;
    color: white;
    height: 100%;
    line-height: 50px;
    text-align: center;
    padding: 0 14px;
    text-decoration: none;
    display: inline-block;
    overflow: hidden;
    /*transition: ease-in 0.3s;*/
}

.dropdown {
    float: left;
    overflow: hidden;
    height: 100%;
    display: inline-block;
}

.dropdown .dropbtn {
    font-size: 14px;
    border: none;
    outline: none;
    height: 100%;
    color: white;
    padding: 0 14px;
    background-color: inherit;
}

.navbar a:hover,
.dropdown:hover .dropbtn {
    background-color: #ff3333;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: none;
    min-width: 120px;
    /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
    z-index: 1;
    background-color: #660000;
    padding: 0px 0px;
}

.dropdown-content a {
    float: none;
    color: white;
    height: auto;
    padding: 5px 10px;
    text-decoration: none;
    display: block;
    border-top: 1px dotted white;
    text-align: left;
    height: 30px;
    line-height: 30px;
    border-top: 2px dashed black;
}

.dropdown-content a:hover {
    background-color: #ff3333;
}

.dropdown:hover .dropdown-content {
    display: block;
}

#blink_btn {
    animation: infinite br 2s;
}

.navbar .icon {
    font-size: 15px;
    display: none;
}

.sticky {
    position: fixed !important;
    top: 0 !important;
    width: 100%;
    z-index: 999999;
}

.sticky #logo {
    margin-top: 0px !important;
}

.sticky #menu .navbar {
    margin-top: 0px !important;
}


/*****************************************menu closed*/

#banner {
    width: 100%;
    float: left;
    overflow: hidden;
    z-index: -1;
    position: relative;
    height: 540px;
}

#banner img {
    width: 100%;
    z-index: -1;
    position: absolute;
    float: left;
}

#banner-cont4 {
    position: absolute;
    width: 320px;
    right: 50px;
    bottom: 15%;
}

#banner-cont4 a {
    color: white;
    text-decoration: none;
    background-color: #3777bd;
    color: white;
    font-size: 24px;
    font-weight: 600;
    width: 300px;
    padding: 15px;
    margin-top: 20px;
    border-radius: 10px;
    float: left;
}

#banner-cont4 a:hover {
    background-color: #990033;
}

#news-line {
    width: 100%;
    margin-left: 0%;
    color: white;
    background-color: #3777bd;
    padding: 5px 0px;
    float: left;
    font-size: 25px;
}

#news-line marquee {
    width: 90%;
    margin-left: 5%;
    color: white;
}

#news-line marquee a {
    font-size: 25px;
    color: white !important;
    text-decoration: none;
}

#news-and-announcement a {
    text-decoration: none !important;
    color: #333;
}

#news-and-announcement a:hover {
    color: #09f !important;
}

#news-and-announcement #blink {
    animation: infinite bl-mono 1s;
}

@keyframes bl-mono {
    50% {
        color: #f00;
    }
    100% {
        color: #333;
    }
}

#page-head {
    width: 90%;
    margin-left: 5%;
    float: left;
    padding: 10px 0px;
    color: gold;
    text-align: center;
    font-size: 35px;
    background-color: #3777bd;
    border-radius: 0px 0px 100% 100%;
    border-top: 1px solid #ccc;
}

#main-body {
    float: left;
    width: 90%;
    height: auto;
    margin-left: 5%;
    margin-top: 20px;
    text-align: center;
}

#main-left {
    width: 20%;
    float: left;
}

#main-center {
    width: 55%;
    display: inline-block;
}

#main-right {
    width: 20%;
    float: right;
}

#mono-head {
    color: white;
    background-color: #990033;
    width: 100%;
    padding: 12px 0px;
    border-radius: 20px;
    font-weight: 600;
    box-shadow: 0px 4px #ccc;
}

#main-left div {
    width: 96% !important;
    text-align: left;
    margin-left: 2%;
    color: #333;
    font-size: 15px;
}

#main-center div {
    width: 98% !important;
    text-align: justify;
    margin-left: 1%;
    color: #333;
    font-size: 15px;
}

#main-right div {
    width: 95% !important;
    text-align: left;
    margin-left: 2%;
    color: #333;
    font-size: 15px;
}

#main-right div ul,
#main-left div ul {
    padding: 0;
}

#main-right div li,
#main-left div li {
    list-style-position: inside;
    padding: 0.5rem 0;
    border-bottom: 1px solid #e2e2e2;
}

#main-right div li.news::marker,
#main-left div li.news::marker {
    content: "📰";
    letter-spacing: 0.25rem;
}

#main-right div li.event::marker,
#main-left div li.event::marker {
    content: "📅";
    letter-spacing: 0.25rem;
}

#main-right div li a,
#main-left div li a {
    text-decoration: none;
    color: #3777bd;
}

#main-h {
    padding: 7px 15px;
    font-size: 25px;
    float: left;
    background-color: #990033;
    border-radius: 20px;
    color: white;
    box-shadow: 0px 4px #ccc;
}

#head-line {
    width: 90%;
    height: 2px;
    background-color: #990033;
    position: absolute;
    margin-top: 22px;
    z-index: -1;
    margin-bottom: 30px;
}

#nav-menu {
    width: 100%;
    float: left;
    padding: 10px 0px;
    border-bottom: 1px solid #ccc;
    color: #003;
    text-decoration: none;
}

#wel-left {
    width: 58%;
    height: 350px;
    float: left;
    margin-left: 5%;
}

#wel-left p {
    width: 99%;
    float: left;
    color: #666;
    text-align: justify;
    margin-left: 1%;
}

#wel-right {
    width: 25%;
    height: 350px;
    margin-right: 5%;
    float: right;
    text-align: center;
}

#wel-right-venue {
    color: red;
}

#wel-right-vn {
    background: url(images/Untitled-1.png);
    width: 300px;
    height: 350px;
    display: inline-block;
}

#committee-member {
    width: 100%;
    padding: 15px 0px;
    float: left;
    background-color: #fce0a7;
    text-align: center;
    margin-top: 300px !important;
}

#committee-member h1 {
    width: 100%;
    text-align: center;
    color: red;
    font-family: Lato;
    font-weight: 1900;
}

#hm-delhi {
    width: 100%;
    float: left;
    margin-top: 50px;
}

#delhi-about {
    margin-left: 0%;
    float: left;
    width: 50%;
}

#delhi-about p {
    width: 99%;
    float: left;
    color: #666;
    text-align: left;
    margin-left: 1%;
    margin-top: 20px;
}

#delhi-about p #read-mr {
    float: left;
    padding: 2px 5px;
    background-color: red;
    color: white;
    margin-top: 5px;
    cursor: pointer;
}

#delhi {
    width: 40%;
    padding: 25px 0px;
    float: right;
    margin-top: -10px;
}

#delhi-img {
    width: 230px;
    height: 230px;
    background-color: gray;
    margin-left: 35px;
    float: left;
    overflow: hidden;
}

#delhi-img img {
    height: 100%;
}

#quick-link {
    width: 100%;
    height: 400px;
    float: left;
    background-color: #ffdd69;
    background: url(images/delhi/about-banner.jpg);
}

#quick-link-tab-pane {
    float: left;
    width: 100%;
}

#quick-link-tab {
    border-radius: 0% 100% 100% 100%;
    width: 150px;
    height: 150px;
    float: left;
    margin-left: 10%;
    margin-top: 70px;
    text-align: center;
    cursor: pointer;
    box-shadow: 2px 3px white;
}

#quick-link-tab-icon {
    width: 65px;
    height: 65px;
    background-color: #fff;
    border-radius: 100%;
    margin-left: -35px;
    margin-top: -35px;
    position: absolute;
    border: 2px solid white;
}

#quick-link-tab-icon img {
    width: 80%;
}

#quick-link-tab p {
    width: 100%;
    margin-top: 55px;
    float: left;
}

#quick-link-tab-pane a {
    text-decoration: none;
    color: black;
}

#map {
    width: 100%;
    height: 550px;
    float: left;
}

footer {
    float: left;
    height: auto;
    width: 100%;
}

#bottom-bottom {
    width: 100%;
    float: left;
    background-color: #990033;
    text-align: center;
    color: white;
    padding: 10px 0px;
}


/*******************************************org team slide*/

.jcarousel-wrapper {
    height: 250px;
    width: 1145px !important;
    margin-left: 0%;
    background: none !important;
    border: none !important;
    box-shadow: none;
    margin-bottom: 0px;
    display: inline-block;
    margin-top: 0px !important;
    padding-bottom: 15px;
}

.jcarousel {
    height: 100%;
    margin-top: 0px;
}

ul {
    margin-top: 0px !important;
    height: 100%;
    border: none !important;
}

.jcarousel ul li {
    width: 240px !important;
    text-align: center;
    border: none !important;
    height: 100%;
    border: 2px dashed #333333 !important;
    margin-left: 37px;
}


/**********************************************team slide end*/


/**countdown*/

#countdown {
    width: 100%;
    margin-right: -5%;
    float: right;
    margin-top: 40px;
}

#left-days {
    width: auto;
    text-align: center;
    margin-left: 3px;
    margin-right: 3px;
    display: inline-block;
    margin-top: -15px;
}

#left-days #left-days-in {
    display: inline-block;
    font-size: 45px;
    padding: 5px 15px;
    color: white;
    background-color: black;
    border-radius: 10px;
}

#left-days span {
    display: inline-block;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
}

#reg-online {
    background-color: #fff;
    padding: 10px 15px;
    float: right;
    margin-right: 5%;
    font-size: 24px;
    border-radius: 5px;
    margin-top: -65px;
    cursor: pointer;
    animation: infinite reg-bl 1s;
}

@keyframes reg-bl {
    50% {
        background-color: yellow;
    }
}


/*countdown end*/


/*******************************************org team slide*/

#delhi-wrapper {
    height: 230px;
    width: 510px !important;
    margin-left: -20px;
    background: none !important;
    border: none !important;
    box-shadow: none;
    margin-bottom: 0px;
    display: inline-block;
    margin-top: -15px !important;
    padding-bottom: 0px;
    float: left;
}

.jcarousel {
    height: 100%;
    margin-top: 0px;
}

ul {
    margin-top: 0px !important;
    height: 100%;
    border: none !important;
}

#delhi-wrapper .jcarousel ul li {
    width: 260px !important;
    text-align: center;
    border: none !important;
    height: 100%;
    padding: 20px;
    margin: 0px;
    overflow: hidden;
}

#delhi-wrapper .jcarousel ul li img {
    height: 100% !important;
    width: auto;
    float: left;
    cursor: pointer;
}

#delhi-wrapper .jcarousel ul li p {
    float: left;
    position: absolute;
    padding: 3px 5px;
    background-color: #09f;
    color: white;
    bottom: 4px;
    cursor: pointer;
}


/**********************************************team slide end*/

#popup-containt {
    float: left;
    width: 100%;
    height: 100%;
    opacity: 10;
    position: absolute;
    z-index: 999999999;
    text-align: center;
    position: fixed;
    display: none;
}

#popup-containt div {
    text-align: left;
    height: auto;
    width: 43%;
    background: #e9d4ff;
    background-size: 100% auto;
    display: inline-block;
    padding: 10px;
    color: white;
    margin-top: 2%;
    box-shadow: 0 0px 10px -2px black;
    border-radius: 5px;
}

#popup-close {
    height: 25px;
    position: absolute;
    margin-left: 42.5%;
    margin-top: -20px;
    cursor: pointer;
}

#popup-image {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

#popup-containt div h1 {
    margin: 0;
    padding: 0;
    font-size: 35px;
}

#popup-containt div #para {
    font-size: 20px;
    line-height: 30px;
    color: rgba(35, 35, 35, 1);
}