@import url('https://fonts.googleapis.com/css?family=Oswald:600,700');

body {
    overflow-x: hidden;
    text-align: center;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

/* Side powered by INCIND CSS Starts */
.logo-company {
    width: 165px;
    position: fixed;
    bottom: 20px;
    left: -400px;
    z-index: 1032;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transition: 0.5s all;
}

.logo-company img {
    width: 100%;
}

.lead-on {
    bottom: 20px;
    left: 0px;
    transition: 0.5s all;
}

/* Side powered by INCIND CSS Ends */
h1 {
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    margin-bottom: 5px;
    font-family: 'Oswald', sans-serif;
}

h4 {
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 10px;
    margin: 0 0 40px 0;
    font-weight: 700;
}

p {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.6px;
    text-align: center;
    line-height: 22px;
}

img {
    width: 100%;
    margin: auto;
    display: block;
}

ul,
ul li {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.6px;
    text-align: center;
    line-height: 22px;
}

.triangle {
    margin: 50px 0 !important;
    /* height: 80px; */
    width: 100% !important;
    border-radius: 0 !important;
    padding: 0 !important;
}

.triangle-partner {
    margin-bottom: 20px;
    margin-top: 14vh;
}

.flip {
    transform: rotateZ(180deg);
}

.row {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
}

.row:before,
.row:after {
    display: none;
}


/* Register Fixed Mobile */

.register-on {
    background-color: #ffd900 !important;
}

.fixed-top-register {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 120px;
    z-index: 999;
}

@media(max-width: 768px) {
    .fixed-top-register {
        display: block;
        transition: 1s all;
    }
}


/* Navigation Bar */

.navigation {
    margin: 10px;
}

.navbar-fixed-top {
    left: 10px !important;
    top: 10px !important;
    right: 10px !important;
}

.navbar-right {
    margin-right: 0px !important;
}

.navbar-brand {
    height: auto;
    float: initial !important;
}

.navbar-inverse {
    background-color: #4c4c4cf7;
    border: 0;
    color: #fff;
    border-radius: 0;
}

.navbar .container-fluid {
    padding: 0;
}

.navbar-nav li a {
    /* margin: 10px; */
    padding: 25px 15px;
    font-size: 12px;
    font-weight: 400;
}

.navbar-nav li {
    float: left;
}

@media (min-width: 768px) {
    .navbar-nav>li>a {
        font-size: 12px;
    }
}

.pink {
    background-color: #f65164;
}

.navbar-right a {
    color: #fff !important;
    /* padding: 25px 25px !important; */
    /* letter-spacing: 3px; */
    text-transform: uppercase;
    /* margin: 10px; */
}

.navbar img {
    height: 70px;
    padding: 12px;
    width: auto;
    float: left !important;
    position: absolute;
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: #fbbf38;
    transition: all 0.3s;
}

@media(max-width: 768px) {
    .navbar img {
        height: auto;
        padding: 12px;
        width: 100%;
        float: none;
        position: initial;
    }

    .navbar-fixed-top {
        left: 10px !important;
        top: 10px !important;
        right: 10px !important;
    }

    .hidden-mob {
        display: none !important;
    }
}


/* Landing */

.landing {
    background-image: url(../img/bg-4.png);
    background-size: cover;
    background-position: center;
    height: 100vh;
    width: 100%;
    margin-top: -100px;
    border-bottom: 6px solid #4d1717;
}

.landing-logo {
    position: absolute;
    top: 46vh;
    width: 70vh;
    left: calc(50vw - 28vh);
}

.side-mandola {
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
}

.scroll-down img {
    width: 40px;
}

.scroll-down span {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 8px;
    text-align: center;
}

@media(max-width: 872px) {
    .side-mandola {
        /* display: none; */
        transition: 0.5s all;
        opacity: 0.1;
    }
}

@media(max-width: 768px) {
    .landing-logo {
        width: 100%;
        left: auto;
        right: auto;
        padding: 0 10px;
        position: inherit;
    }
}


/* Statistic */

.statistic {
    padding-bottom: 22px;
}

.count-title {
    font-size: 50px;
    font-family: 'Oswald', sans-serif;
}

.wrapper {
    padding: 40px 0;
}

.wrapper h2 {
    display: inline;
    font-size: 50px;
    font-family: 'Oswald', sans-serif;
}

.wrapper p {
    font-size: 18px;
    margin-top: 16px;
}

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

.firstname {
    font-size: 18px !important;
    font-weight: 600;
    text-align: center;
    margin-top: 20px;
    padding: 0 !important;
    color: #000 !important;
    background-color: transparent !important;
}


/* Objective */

.objective {
    padding: 5vh 0 0 0;
    /* background-color: #f5e3cd; */
    /* background-image: url(../img/section-bg.png); */
    background-size: contain;
    /* margin-top: 31px; */
    border-top: 0px solid #62221f;
}

.objective p {
    font-size: 19px;
    line-height: 31px;
}

.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;
}


/* Cities */

.cities {
    margin-top: 20px;
    /* padding: 5vh 0; */
    background-image: url(../img/section-bg.png);
    background-size: contain;
}

.cities .row {
    margin: 20px auto;
}

.cities img {
    border-radius: 50%;
    padding: 15px 0;
    width: 70%;
}

.cities-inner {
    border-radius: 10px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.11);
    padding: 15px;
    color: #000;
    background-color: #fff;
    margin: 20px 0;
}

.cities-inner p {
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #2d2d2d;
}


}

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

.cities-inner button {
    background: rgb(241, 241, 241);
    border-radius: 7px;
    outline: 0;
    color: #313131;
    padding: 20px 0px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 10px;
    border: 0;
    width: 100%;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.cities-inner h2 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.6px;
}

.cities .know-more {
    color: #000000;
    background-color: #f5f5f5;
    border: 0;
    margin: 0;
    padding: 8px 20px;
    width: auto;
    font-size: 10px;
    border-radius: 50px;
    margin-top: 10px;
    margin-bottom: 6px;
}

.poweredby {
    width: 70px !important;
    border-radius: 0 !important;
    /* top: 124px; */
}

/* Partners */
.partners {
    padding: 8vh 0;
}

.partners ul,
.partners ul li {
    list-style: none;
    display: inline;
    margin: 0;
    padding: 0;
}

.partners p {
    margin: 0;
    margin-top: 20px;
}

.partners img {
    width: 100%;
    padding: 7px;
    display: inline;
}

/* FAQ Accordian */
.faq {
    /* padding: 8vh 0; */

    /* background-image: url(../img/section-bg.png); */
    background-size: contain;
}

.faq .panel h4 {
    letter-spacing: 0.3px;
    font-size: 23px;
    padding: 10px;
    text-transform: inherit;
    font-weight: 500;
}

.panel-default>.panel-heading {
    color: #fff;
    background-color: #414141;
    border: 0;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    background-color: #fcbf38;
    border: 0;
}

/* Contact */
.contact {
    padding: 0 0 6em 0;
}

.contact h3 {
    font-size: 34px;
    font-weight: 700;
    color: #424242;
}

.contact p {
    font-size: 25px;
    font-weight: 400;
    color: #000;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

/* Footer */
footer {
    background-color: #424242;
    color: #fff;
    text-align: center;
    padding: 20px;
}

footer p {
    margin: 0;
}

.modal-dialog {
    max-width: 640px;
}

.modal-outer .modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    background-color: rgb(76, 76, 76);
    color: #fff;
    text-align: center !important;
    display: block;
    border-radius: 0;
}

.modal-dialog-scrollable .modal-footer {
    padding: 0;
}

.modal-outer .modal-header .close {
    background: #fff !important;
    opacity: 1 !important;
}

.modal-outer .modal-content {
    border: 0 !important;
    border-radius: 10px;
}

.modal-outer .modal-dialog-scrollable .modal-body {
    padding: 30px;
    height: auto;
}

.modal-outer .modal-body h5 {
    font-size: 20px;
    font-weight: 600;
}

.modal-outer h2 {
    font-size: 24px;
    font-weight: 600;
}

.modal-outer h3 {
    font-size: 24px;
    font-weight: 600;
}

.modal-outer .modal-body li,
.modal-outer .modal-body ul {
    text-align: left;
}

.modal {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: none;
}

.modal-outer .modal-body p,
.modal-outer .modal-body li,
.modal-outer .modal-body ul {
    font-size: 14px;
    ] font-weight: 400;
    overflow: visible !important;
    text-overflow: initial !important;
    -webkit-box-orient: initial !important;
    -webkit-line-clamp: 40 !important;
}

.modal-outer .modal-body h4 {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    background: rgb(175, 166, 129);
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    margin-top: 31px;
}

.modal-outer .modal-footer button {
    color: #fff;
    font-weight: 600;
    background-color: #d6d6d6;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 0;
}

.close-modal {
    width: 100%;
    padding: 15px !important;
    border-radius: 0 !important;
}

.theme-inner .modal-body {
    /* margin-bottom: -55px; */
}

.theme-inner .modal-footer {
    /* position: relative; */
}

@media (max-width: 480px) {
    .Lucknow {
        width: 370px;
    }
}

@media (max-width: 375px) {
    .Lucknow {
        width: 318px;
    }
}

@media (max-width: 320px) {
    .Lucknow {
        width: 260px;
    }
}

.rounded-circle {
    border-radius: 50%;
    padding: 15px 0;
    width: 50%;
}

.city-name-card {
    font-size: 2rem !important;
    margin-top: 0px;
}

.card-date {
    font-size: 16px !important;
}

.d-inline-card {
    display: inline;
    font-size: 50px;
    font-family: 'Oswald',
        sans-serif;
}

.m-3 {
    margin: 1rem;
}