html,
body {
    max-width: 100%;
    overflow-x: hidden;
}
a{
  color: #0078FF;
}
a:hover{
  color: #FFC72B;
}
.master{
    margin-top: 40px;
}
.master-color{
    color:#0078FF !important;
}
@media(max-width:576px){
    .mobile-hide{
        display: none;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 88vw !important;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 88vw;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 88vw;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 88vw;
    }
}

@media (min-width: 576px) {
    .container {
        max-width: 88vw;
    }
}

/* defaults */
@media (min-width: 768px) {
    .default-section {
        padding: 50px 0;
    }
}

@media (max-width: 768px) {
    .default-section {
        padding: 40px 20px;
    }
}

.paragraph {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

/* Mobile Register Fixed Button */
.mob-register{
    position: fixed;
    top: 14px;
    right: 20px;
    z-index: 1031;
    display: none;
}
@media(max-width: 992px)
{
    .mob-register{
        display: block;
    }
}

/* Registration Modal */
.head-modal{
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: -0.2px;
}
.modal-dialog{
    max-width: 90%;
    margin: 0;
    /* border: 10px solid #008cfa; */
    border-radius: 0;
}

.modal {
    text-align: center;
    padding: 0!important;
}

  .modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}
  
.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

#both-register .modal-header{
    background-color: #FFC72B;
    color: #fff;
    font-weight: 700;
    text-align: center;
    -webkit-appearance: initial;
    display: block;
}

#both-register .modal-header p{
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
}

#both-register .city{   
    background-color: #fff !important;
}

/* Navigation Bar */
.bg-dark {
    background-color: #fff !important;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.navbar {
    padding: 1rem;
}

.navbar-dark .navbar-nav .nav-link {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: #008cfa;
    /* color: #f65164; */
    font-size: 13px;
    font-weight: 700;
    padding: 0.75rem 1rem;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #FFC72B;
}

.navbar-dark .navbar-nav .nav-link:active {
    color: #000;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url(../img/hamburger.png);
}

.hamburger {
    padding: 0.5rem 1rem;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 2.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}



/* Home Alingment */
.header {
    background-image: url("/delhihack/assets/img/hero-cover.png");
    background-size: cover;
    height: 48vw;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
}

.background {
    width: 100%;
    position: relative;
}

.bottomline {
    position: absolute;
    bottom: -1px;
    left: -3px;
    width: 100.7%;
}

.bottom-svg {
    position: absolute;
    width: 65vh;
    display: block;
    margin-left: auto;
    margin-right: auto;
    bottom: 0;
    left: calc(50vw - 37.5vh);
}

.left-svg {
    position: absolute;
    width: calc( 40vw - 20vh);
    display: block;
    margin-left: auto;
    margin-right: auto;
    left: calc(10vw - 21vh);
    bottom: 0;
}
.left-svg2 {
    position: relative;
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    left: 1vw;
    /* bottom: -10vw; */
}

.right-svg {
    position: absolute;
    bottom: -30px;
    right: -3px;
    width: 34%;
}

.middle-svg {
    position: absolute;
    top: 25vh;
    width: 52vh;
    left: calc(50vw - 23vh);
}

#register-btn {
    background: #0078FF;
    color: #fff;
    padding: 0.75rem 1.5rem;
    border-radius: 100px;
}

@media(max-width: 640px) {
    .middle-svg {
        position: absolute;
        top: 15vh;
        width: 80%;
        left: calc(50vw - 39vw);
        transition: 1s all;
    }

    .left-svg2 {
        position: absolute;
        width: 21rem;
        display: block;
        margin-left: auto;
        margin-right: auto;
        left: -71px;
        bottom: -5vw;
        transition: 1s all;
    }

    .left-svg{
        position: absolute;
        width: 53%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        left: -71px;
        bottom: -5vw;
        transition: 1s all;
    }

    .bottom-svg {
        position: absolute;
        width: 70%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        bottom: 0;
        left: calc(50vw - 40.5%);
        transition: 1s all;
    }

    .left-svg {
        position: absolute;
        width: 51%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        transition: 1s all;
        z-index: 99;
    }
}

@media(max-width:575px){
    .left-svg2 {
        width: 100%;
        /* left: -71px; */
        /* bottom: -5vw; */
        transition: 1s all;
        position: initial;
    }
    .hide-575 {
        display: none;
    }
}

@media(max-width: 500px){
    .bottom-svg {
        display: none;
        transition: 1s all;
    }
    .right-svg{
        display: none;
    }
    .left-svg{
        position: absolute;
        width: 73%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        left: -20px;
        bottom: -5vw;
        transition: 1s all;
    }
}

/* Heading */
.head1 {
    /* font-size: 24px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 0.5px; */
    color: #008cfa !important;
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    margin-bottom: 5px;
    font-family: 'Oswald', sans-serif;
}

.square1 {
    height: 10px;
    width: 10px;
    background-color: #f36e3d;
    display: inline-block;
    margin: 2px;
}

.square2 {
    height: 10px;
    width: 10px;
    background-color: #90c73d;
    display: inline-block;
    margin: 2px;
}

.square3 {
    height: 10px;
    width: 10px;
    background-color: #28b2e7;
    display: inline-block;
    margin: 2px;
}

.square4 {
    height: 10px;
    width: 10px;
    background-color: #ffc73b;
    display: inline-block;
    margin: 2px;
}

.minor-heading {
    font-size: 28px;
    font-weight: 700;
    color: #c9c9c9;
}

/* About */
.para-light {
    font-size: 18px;
    padding: 15px 0;
    letter-spacing: 0px;
    color: #6d6d6d;
    font-weight: 400;
}

#about h5{
    font-size: 20px;
    font-weight: 600;
    color: #0078FF;
}

.city {
    background-color: #fbfbfb;
    margin: 10px;
    padding: 20px;
    padding-bottom: 8px;
}

.city p{
    font-weight: 700;
    color: #0078FF;
}

.city img {
    width: 100%;
}

.about-card {
    /* width: 130px; */
    /* height: 195px; */
    position: relative;
    display: inline-block;
}
.about-card .img-top {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
.about-card:hover .img-top {
    display: inline;
}

#about a{
    padding: 0;
}

.open-register{
    background-color: #0078FF;
    padding: 20px;
    margin: 0 10px;
    color: #fff;
    font-weight: 600;
    text-align: center;
}

.open-register:hover{
    background-color: #268dff;
    transition: 0.4s all;
}

.closed-register{
    background-color: #F8BF45;
    padding: 20px;
    margin: 0 10px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    
}

/* Partner */
#partner {
    background-color: #e6e6e6;
}

#partner p{
    text-align: center;
    font-size: 13px;
}

#partner img {
    /* height: 60px; */
    display: block;
    width: 100%;
    /* text-align: center; */
}

.partner{
    padding: 2rem 0;
}

.inside-partner{
    padding: 3rem 0;
}

@media(max-width: 768px) {
    #partner img {
        height: auto;
        width: 100%;
    }
}

.alert-text {
    color: #39f !important;
}
@-webkit-keyframes colours {
     0% {color: #39f; letter-spacing: 0.5px;}
     50% {color: #000; letter-spacing: 0px;}
    100% {color: #39f; letter-spacing: 0.5px;}

}
@-moz-keyframes colours {
     0% {color: #39f;}
     25% {color: #8bc5d1;}
     50% {color: #f8cb4a;}
     75% {color: #8bc5d1;}
    100% {color: #39f;}

}
.alert-text {
    -webkit-animation-direction: normal;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: colours;
    -webkit-animation-timing-function: ease;
    -moz-animation-direction: normal;
    -moz-animation-duration: 0.6s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-name: colours;
    -moz-animation-timing-function: ease;
}

/* Azure */
#azure {
    background-image: url(../img/azure-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    padding: 4rem 0;
}

.azure-button {
    background-color: #fff;
    color: #0078FF;
    font-size: 18px;
    padding: 0.75rem 2rem;
    display: inline-block;
    font-weight: 700;
    border: none;
}

/* Challenges */
.download-btn {
    background-color: #0078FF;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    padding: 0.5rem 1.5rem;
    margin: 0 1rem;
    border-radius: 50px;
    border: 0;
}

#challenges a {
    text-decoration: none;
}

#challenges li {
    margin-left: 4rem;
    font-size: 3rem;
    font-weight: 700;
    padding-right: 7rem;
    color: rgb(189, 189, 189);
}

.paragraph li{
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #000 !important;
}

@media(max-width: 500px) {
    #challenges li {
        list-style: none;
        margin-left: 0;
        padding-right: 15px;
    }

    #challenges ol {
        padding-left: 0px;
    }
}

@media (min-width: 576px) {
    #challenges .col-sm-6 {
        -ms-flex: 0 0 86%;
        flex: 0 0 86%;
        max-width: 100%;
    }
}

@media (min-width: 720px) {
    #challenges .col-sm-6 {
        -ms-flex: 0 0 39;
        flex: 0 0 39%;
        max-width: 100%;
    }
}

@media (min-width: 1080px) {
    #challenges .col-sm-6 {
        -ms-flex: 0 0 43%;
        flex: 0 0 43%;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    #challenges .col-sm-6 {
        -ms-flex: 0 0 44%;
        flex: 0 0 44%;
        max-width: 100%;
    }
}

/* Prizes */
#prize {
    background-image: url(../img/prize-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    padding: 5rem 0;
    margin: 5rem 0px;
    margin-top: 0;
}

.prize-button {
    background-color: #fff;
    color: #0078FF;
    font-size: 16px;
    padding: 0.75rem 2rem;
    display: inline-block;
    font-weight: 700;
}

.cash-prize {
    font-size: 6rem;
}

.abs-bottom {
    position: absolute;
    bottom: 0;
}

.font-weight-bold{
    margin-bottom: -31px;
}
.hack-code-connect{
    margin-bottom:5rem;
}

@media(max-width: 883px) {
    .cash-prize {
        font-size: 10vw;
    }
    .font-weight-bold{
        margin-bottom:-10px;
    }
    .hack-code-connect{
        margin-bottom: 1rem;
    }
}

@media(max-width: 574px) {
    .cash-prize {
        font-size: -webkit-xxx-large;
    }
    .abs-bottom {
        margin: 0;
        position: relative;
    }

    .text-center-mob{
        text-align:center !important;
    }
}


/* Jury */
#jury h3 {
    font-size: 22px;
    font-weight: 700;
}

.jury-section {
    padding: 20px 0;
    display: block;
    position: relative;
}

.jury-section a{
    word-break: break-all;
}

.jury-section p {
    color: rgb(83, 83, 83);
}

.jury-pic {
    width: 300px;
    float: left;
    padding: 0px 20px;
    padding-left: 0;
}

.mentor-pic{
    width: 96%;
    padding: 0;
    display: block;
    margin: auto;
}

.jury-section a {
    color: #0078FF;
    font-size: 14px;
}

.jury-section .glyph {
    font-size: 28px;
    color: #0077B5;
}

@media(max-width: 970px) {


    .jury-pic {
        width: 60%;
        display: block;
        float: none;
        padding: 0 0px;
    }
    .mentor-pic{
        width: 80%;
        padding: 0;
        display: block;
        margin: 0;
    }

    .jury-section {
        padding: 20 0px;
    }

    #jury h3 {
        padding-top: 20px;
    }
}

@media(max-width:568px){
    .mentor-pic{
        width: 60%;
        padding: 0;
        display: block;
        margin: 0;
    }
}

/* Schedule */
/* #schedule {
    background-color: #f9f9f9;
}

.nav-tabs .nav-link.active {
    font-weight: bold;
    background-color: #0078FF;
    color: #fff;
    border: none;
}

.nav-tabs .nav-link {
    font-weight: bold;
    background-color: #fff;
    color: #0078FF;
    border-radius: 0;
    border: none;
}

.nav-tabs .nav-link.active:focus,
.nav-tabs .nav-link.active:hover {
    background-color: #0078FF;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    background-color: rgb(240, 240, 240);
    border: none;
} */

.panel-border {
    border-top: 4px solid #0078FF;
}

.date-top {
    font-size: 12px;
    color: #6d6d6d;
}

.panel-border h4 {
    font-weight: 400;
    font-size: 28px;
}

.center-pane {
    background-color: #0078FF;
    text-align: center;
    color: #fff;
    font-size: 23px;
}

.center-pane p {
    position: relative;
    /* top: 60%; */
    transform: translateY(25%);
}

.center-pane a {
    color: #fff;
    text-decoration: none;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #227BDF;
    background-clip: border-box;
    border: none;
    color: #fff;
    border-radius: 0;
}

.card-body {
    font-size: 18px;
    font-weight: 500;
}

.center-pane .fa-plus {
    text-align: right;
    float: right;
    transform: translateY(30%);
    font-weight: 600;
}

.mobile-view{
    display: none;
    border: none;
    border-radius: 0;
    padding: 10px 20px;
    margin: 0;
}


.desktop-view{
    display: block;
}

#modelId .modal-header{
    background-color: #FFC72B;
    color: #fff;
    font-weight: 700;
    text-align: center;
    -webkit-appearance: initial;
    display: block;
}

#modelId .modal-header p{
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
}

@media(max-width: 576px) {
    .center-pane {
        background-color: #008cfa;
        text-align: left;
        color: #fff;
        font-size: 23px;
        height: 52px;
        margin-top: 5px;
    }

    .card {
        background-color: #fff;
        margin-top: 5px;
        color: #000;
    }
    .nav-justified .nav-item {
        flex-basis: auto;
    }
    .mobile-view{
        display: block;
    }
    
    .desktop-view{
        display: none;
    }
    
}

/* Venue */

.blr-img {
  height: 220px;
  background-position: center;
  background-size: cover;
}

.blr-img:nth-child(1) {
  background-image: url(/images/bengvenue1.jpeg);
}

.blr-img:nth-child(2) {
  background-image: url(/images/bengvenue2.jpeg);
}

.blr-img:nth-child(3) {
  background-image: url(/images/bengvenue3.jpeg);
}

.blr-img:nth-child(4) {
  background-image: url(/images/bengvenue4.jpeg);
}

.blr-img:nth-child(5) {
  background-image: url(/images/bengvenue5.jpeg);
}

.blr-img:nth-child(6) {
  background-image: url(/images/bengvenue6.jpeg);
}
@media(max-width:567px){
  #venue{
  padding: 40px 0;
  }
}

.ph-img {
    height: 220px;
    background-position: center;
    background-size: cover;
}

.ph-img:nth-child(1) {
    background-image: url(../img/Bitmap.png);
}

.ph-img:nth-child(2) {
    background-image: url(../img/Bitmap\ 2.png);
}

.ph-img:nth-child(3) {
    background-image: url(../img/Bitmap\ 3.png);
}

.ph-img:nth-child(4) {
    background-image: url(../img/Bitmap\ 4.png);
}

.ph-img:nth-child(5) {
    background-image: url(../img/Bitmap\ 5.jpg);
}

.ph-img:nth-child(6) {
    background-image: url(../img/Bitmap\ 6.jpg);
}
@media(max-width:567px){
    #venue{
    padding: 40px 0;
    }
}

/* Footer */
.col_white_amrc {
    color: #FFF;
}

footer {
    width: 100%;
    background-color: #008cfa;
    min-height: 250px;
    padding: 10px 0px 25px 0px;
}

.pt2 {
    padding-top: 40px;
    margin-bottom: 20px;
}

footer p {
    font-size: 13px;
    color: #fff;
    padding-bottom: 0px;
    margin-bottom: 8px;
}

.mb10 {
    padding-bottom: 15px;
}

.footer_ul_amrc {
    margin: 0px;
    list-style-type: none;
    font-size: 14px;
    padding: 0px 0px 10px 0px;
}

.footer_ul_amrc li {
    padding: 0px 0px 5px 0px;
}

.footer_ul_amrc li a {
    color: #fff;
}

.footer_ul_amrc li a:hover {
    color: #fff;
    text-decoration: none;
}

.fleft {
    float: left;
}

.padding-right {
    padding-right: 10px;
}

.footer_ul2_amrc {
    margin: 0px;
    list-style-type: none;
    padding: 0px;
}

.footer_ul2_amrc li p {
    display: table;
}

.footer_ul2_amrc li a:hover {
    text-decoration: none;
}

.footer_ul2_amrc li i {
    margin-top: 5px;
}

.bottom_border {
    /* border-bottom: 1px solid #323f45; */
    padding-bottom: 20px;
}

.foote_bottom_ul_amrc {
    list-style-type: none;
    padding: 0px;
    display: table;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
}

.foote_bottom_ul_amrc li {
    display: inline;
}

.foote_bottom_ul_amrc li a {
    color: #999;
    margin: 0 12px;
}

.social_footer_ul {
    display: table;
    margin: 15px auto 0 auto;
    list-style-type: none;
}

.social_footer_ul li {
    padding-left: 20px;
    padding-top: 10px;
    float: left;
}

.social_footer_ul li a {
    color: #000;
    border: 1px solid #000;
    padding: 8px;
    border-radius: 50%;
}

.social_footer_ul li i {
    width: 20px;
    height: 20px;
    text-align: center;
}

.copyright {
    background-color: #fff;
    padding: 2rem;
}

.social-icon{
    font-size: 20px;
    color: #F8BF45;
    float: right;
}

.social-icon i{
    padding: 0 10px;
}

@media(max-width: 768px){
    .social-icon{
        text-align: center;
        float: inherit;
        display: block;
    }
}

/* FAQ */
#faq h3{
    color: #0078FF;
    font-size: 23px;
    font-weight: 700;
}
#faq p{
    font-size: 13px;
    font-weight: 600;
}
#faq h1{
    margin-top: 2rem;
    font-size: 40px;
    color: #0078FF;
    font-weight: 700;
    text-align: center;
}
#faq li{
    font-size: 13px;
    font-weight: 600;
}

.hackname{
    position: absolute;
    top: 10%; 
    margin-right: 30%;  
}

.img-logo{
    width: 28%;
    margin-bottom: -25px;
}
.img-logo-1{
  margin-top: 16%;
  width: 48%;
}
.presents{
    color: white;
}
.inno{
    color: white;
    font-size: 50px;
    /* font-family: 'Press Start 2P', cursive; */
    font-family: 'Orbitron', sans-serif;
    letter-spacing: 10px;
}

@media(max-width: 1024px){
  .img-logo{
    margin-bottom: -10px;
  }
  .hackname{
    top:3%;
  }
  .img-logo-1{
    margin-top: 20%;
  }
}

@media(max-width: 768px){
  .img-logo{
    width: 38%;
    margin-bottom: -15px;
  }
  .inno{
    font-size: 30px;
  }
  .hackname{
    top:1%;
  }
}
@media(max-width: 500px){
  .hackname {
    position: absolute;
    top: 21%;
    left: 25%;
  }
  .img-logo-1{
    margin-top: 26%;
    width: 100%;
  }
}
@media(max-width: 425px){
  .hackname {
    left: 20%;
    top: 1%;
  }
  .img-logo-1{
    margin-left: 10%;
    margin-top: 75%;
    width: 100%;
  }
}
@media(max-width: 375px){
  .hackname {
    left: 16%;
  }
}
@media(max-width: 320px){
  .hackname {
    left: 9%;
  }
}

@media screen and (max-width: 600px) {
    .img-logo{
        width: 90%;
    }
    .header{
        height: 70vh;
    }
  }

/* New Hackathon */

.schedule .nav-tabs {
  background-color: #fff;
  /* padding: 38px 0 60px 0; */
  box-shadow: 0px 3px 7px 0px rgba(229, 229, 229, 0.35);
  border: none;
}

.schedule .nav-tabs li {
  display: block;
  float: none;
  /* margin-bottom: 10px; */
}

.schedule .nav-tabs li a {
  display: block;
  margin: 0;
  border-radius: 0;
  padding: 18px 15px;
  color: #333;
  border: none;
  border-left: 2px solid transparent;
  width: 100%;
}

.schedule .nav-tabs .venue {
  padding-left: 5px;
}

.schedule .nav-tabs li.active a,
.schedule .nav-tabs li a:hover,
.schedule .nav-tabs li a:focus,
.schedule .nav-tabs li a:active:hover,
.schedule .nav-tabs li a:active:focus {
  border: none;
  border-left: 3px solid #f5af2e;
  background-color: #f5f9fc;
  color: #f5af2e;
  font-weight: 600;
}

.schedule .tab-pane {
  box-shadow: 0px 3px 7px 0px rgba(229, 229, 229, 0.35);
  padding: 0;
  background-color: #fff;
}

.schedule .tab-title {
  padding: 0 24px;
  margin-bottom: 15px;
}

.schedule .tab-title h3 {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
}

.schedule .tab-title a {
  float: right;
  vertical-align: middle;
  color: #f5af2e;
  font-size: 14px;
}

.schedule .tab-title a img {
  margin-right: 8px;
}

.schedule .table {
  margin-bottom: 15px;
}

.schedule .table>thead>tr>td {
  padding: 15px 24px;
  /* font-size: 14px; */
  color: #1b2d48;
  font-weight: bold;
}

.schedule .table>tbody>tr>td {
  padding: 15px 24px;
  font-size: 14px;
  color: #1b2d48;
  font-weight: 400;
  border-color: #e9f1f6;
}

.schedule .table>tbody>tr>td img {
  margin-right: 12px;
}

.schedule .table>tbody>tr>td span {
  color: #cecece;
}

.schedule .table>tbody>tr:nth-child(even) {
  background-color: #fafcfd;
}

.schedule .table>tbody>tr>td:first-of-type {
  font-size: 16px;
}

.mentor-div {
  background-color: #f9f9f9;
  padding: 30px;
  border-radius: 15px;
  height: 100%;
}

@media(max-width: 768px) {
  .schedule .nav-tabs {
      margin: 15px;
  }
  .schedule .nav-tabs li a.active {
      border-left: 0;
      font-weight: 700;
      display: block;
      margin: auto;
      border-bottom: 3px solid #f5af2e;
      width: 100%;
  }
  .schedule .nav-tabs li {
      width: 100%;
      /* margin: 10px; */
      background: #fff;
  }
  .schedule .nav-tabs {
      background-color: #fff;
      */
      /* padding: 38px 0 60px 0; */
      box-shadow: 0px 3px 7px 0px rgba(229, 229, 229, 0.35);
      border: none;
      margin: 10px;
      /* text-align: center !important; */
  }
  .schedule .nav-tabs li a {
      border-left: 0 !important;
      border-bottom: 3px solid #fff;
      text-align: center;
  }
  .schedule .nav-tabs {
      background: rgba(0, 0, 0, 0);
      box-shadow: none;
  }
  #mentor .col-sm-3 {
      padding: 5px 8px !important;
  }
  .date {
      text-align: center;
  }
}

.schedule .nav-tabs li a.active {
  border-left: 3px solid #f5af2e;
  font-weight: 700;
}

.schedule .nav-tabs li a {
  border-left: 0;
}


/* Themes */

.theme {
  padding: 30px 0;
}
.theme a {
  height: 100%;
}
.theme img {
  border-radius: 50%;
  padding: 15px 0;
  width: 70%;
}

.theme button {
  background: rgba(0, 0, 0, 0);
  border: 0;
  outline: 0;
  color: #0076ff;
}

.theme-inner {
  border-radius: 10px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.11);
  padding: 15px;
  height: 100%;
  margin: 15px 0px;
}
.theme-inner button{
  
}

.theme .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.theme .row>[class*='col-'] {
  display: flex;
  flex-direction: column;
}

.theme-inner:hover {
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.18);
  transition: 0.2s all;
}

.theme-inner h2 {
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

@media(max-width: 768px) {
  .theme-inner {
      margin: 25px 20px;
  }
}

@media(max-width: 480px) {
.theme-box {
    padding: 15px;
}
}
.hackathon-schedule {
  background-color: #ffffff;
}

.hackathon-schedule {
  padding: 50px 0 72px 0;
  /* border-bottom: 6px solid #3c1415; */
}

