@charset "utf-8";
/* CSS Document */
body{
    font-size: 16px;
    background-color: #964213;
    color: #671e00;
    background: rgb(252,200,120);
    background: linear-gradient(180deg, rgb(252,200,120) 0%, rgb(230,169,16) 100%);
    min-height: 100vh;
}
a{
    color: #fff;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    background-color: transparent;
    outline: none;
    text-decoration: none;
}
a:hover{
    color: #671e00;
    text-decoration: none;
}
/*============General===================*/
.margin-b-10{
    margin-bottom: 10px;
}
.margin-t-10{
    margin-top: 10px;
}
.margin-t-30{
    margin-top: 30px;
}
.margin-t-60{
    margin-top: 60px;
}
.margin-t-120{
    margin-top: 120px;
}
.margin-t-150{
    margin-top: 150px;
}
.margin-b-30{
    margin-bottom: 30px;
}
.padding-t-30{
    padding-top: 30px;
}
.padding-b-30{
    padding-bottom: 30px;
}
.padding-l-50{
    padding-left: 50px;
}
.padding-t-50{
    padding-top: 50px;
}
#pp-nav{ display: none;}
/*=====================Button======================*/
.btn {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 10px 40px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.btn:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.btn:before {
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: relative;
    -webkit-font-smoothing: antialiased;
}
.icon-arrow-right:before {
    content: "\f061";
}
.btn-4 {
    border-radius: 50px;
    border: 1px solid #fff;
    color: #fff;
    overflow: hidden;
    background: #cd0406;
}
.btn-4:active {
    border-color: #cd0406;
    color: #cd0406;
}

.btn-4:hover {
    background: #fff;
    color: #cd0406;
}

.btn-4:before {
    position: absolute;
    height: 100%;
    font-size: 100%;
    line-height: 3.5;
    color: #cd0406;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-4:active:before {
    color: #e5a812;
}
/* Button 4c */
.btn-4c:before {
    left: 70%;
    opacity: 0;
    top: -16%;
}
.btn-4c:hover:before {
    left: 80%;
    opacity: 1;
}
/*=============LOADER=====================*/
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(/images/Preloader_1.gif) center no-repeat #fff;
}
/*==================Header Nav=================*/
.navbar-brand{
    padding: 0;
}
.site-nav{
    padding-top: 15px;
    margin-bottom: 0;
}
.logo{float: none!important; padding: 15px 0;}
.mission-head{
    padding: 15px 0;
}
.mission-head img{
    display: inline-block;
}
.top-nav .list-inline{
    margin: 0;
}
.top-nav .list-inline li{
    padding: 0;
}
.top-nav li > a{
    font-size: 15px;
    color: #ffffff;
    padding: 8px 15px;
    background: #cd0406;
    margin: 0 5px;
    border-radius: 4px;
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
}
.top-nav li > a:hover,.top-nav li.active a{
    color: #cd0406;
    background: #fff;
}
/*====================Footer====================*/
footer.site-footer{
    left: 0;
    position: fixed;
    right: 0;
    bottom: 0px;
    z-index: 2;
    text-transform: uppercase;
}
.copy{ color: #52bad5;}
.single-page footer.site-footer {
    left: auto;
    position: relative;
    right: auto;
    bottom: auto;
}
.single-page footer.site-footer .next-page-link{
    position: relative;
    bottom: auto;
}
/*=================================Home Page==========================*/
.bg-transparent {
    /*background-color: rgba(205,4,6,0.2);*/
    border-radius: 4px;
}

body:before {
    content: ' ';
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    background-image: url(/images/background.png);
    background-repeat: repeat;
    background-position: -600px -530px;
    background-size: cover;
    pointer-events: none;
}

.baul-img{
    position: absolute;
    right: -100px;
    bottom: 0;
    z-index: -1;
    max-height: calc(100% - 100px);
}
.main-logo{
    width: 180px;
}
.sub-head{
    padding-top: 150px;
}
.sub-head-text {
    color: #112bfc;
    font-size: 48px;
    font-weight: 700;
    margin: 10px 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.sub-head-small {
    color: #112bfc;
    font-size: 34px;
    font-weight: 700;
    margin: 0 0 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.date{
    color: #112bfc;
    font-size: 32px;
    font-weight: 700;
}
.event-address{
    color: #112bfc;
    font-size: 26px;
    font-weight: 700;
}
.profile-img{
    position: absolute;
    right: 0;
    bottom: 0;
    max-height: 100%;
}
.profile-img.blue{
    max-height: calc(100% - 100px);
}
.title-text{
    font-size: 32px; line-height: 34px;  color:#671e00; margin: 15px 0;
}
.quote{
    font-size: 24px; line-height: 34px;  color:#671e00; font-style: italic;
}
.quote.small-text{
    font-size: 16px; line-height: 24px;
}
.author-name{
    font-size: 26px; line-height: 38px; color:#671e00;
}
.author-name.small-text{
    font-size: 18px; line-height: 26px;
}
.jury-title{
    font-size: 32px; line-height: 40px; color:#671e00;
}
.address-block{
    font-size: 22px; line-height: 28px; color:#671e00;
}
.invite{
    font-size: 22px; line-height: 28px; color:#671e00;
}
.invite span{
    font-size: 24px;
}
.address-block {
    position: relative;
    padding-left: 20px;
    padding-top: 10px;
}
.address-block:before {
    content: "\f041";
    font-family: FontAwesome;
    left: -10px;
    position: absolute;
    top: 12px;
}
.form-group input[type="text"]{
}
.btn-sub {
    background-color: #cd0406;
    color: #fff;
}
p.copyright {
    text-transform: capitalize;
    line-height: 50px;
}
/*===============+Single Page==================*/
.quote-block{
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    margin-top: 30px;
}
.single-page .page-bg{
    background-size: cover;
    min-height: 100vh;
}
.affix-top {
    position: relative;
}

.affix {
    position: fixed;
    top: 0px;
}

.affix-bottom {
    position: absolute;
    bottom: 20px;
}

.content-area{
    padding: 30px 0;
}
.content-text,.content-text h1,.content-text h2,.content-text h3,.content-text h4,.content-text h5,.content-text h6,.content-text a{
    color: #671e00;
}
.content-text{
    font-size: 24px;
    line-height: 28px;
    /*text-shadow: 1px 1px 1px #000;*/
}
.head-box{
    padding: 15px 0;
    display: inline-block;
    min-height: 90px;
}
.head-box img{
    float: left;
    max-width: 100%;
    width: 80px;
    padding-right: 20px;
}
.head-box h2{
    margin: 0 0 0 90px;
}
.li-icon{
    padding: 0;
}
.li-icon > li{
    list-style: none;
    padding-left: 25px;
    position: relative;
    font-size: 18px;
    line-height: 20px;
    padding-bottom: 10px;
}
.li-icon > li:before{
    font-family: FontAwesome;
    font-size: 17px;
    padding-right: 5px;
    position: absolute;
    left: 0;
}
.li-heart > li:before{
    content: '\f004';
}
.li-university > li:before{
    content: '\f19c';
}
.li-achive > li:before{
    content: '\f132';
}
.li-hand > li:before{
    content: '\f2b5';
}
.li-star > li:before{
    content: '\f005';
}
.li-cap > li:before{
    content: '\f19d';
}
.li-globe > li:before{
    content: '\f0ac';
}
.li-certificate > li:before{
    content: '\f0a3';
}
.li-tint > li:before{
    content: '\f043';
}

.dropcap{
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 40px;
}
.accordion-ws .panel,.accordion-ws .panel-default > .panel-heading{
    border-color: rgba(0,0,0,0);
    background: rgba(0,0,0,0);
    padding: 0;
}
.accordion-ws .panel-default > .panel-heading .fa {
    font-size: 18px;
    font-weight: 300;
}
.accordion-ws .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: rgba(0,0,0,0);
    padding: 15px 0;
}
.short-text {
    overflow: hidden;
    height: 0;
}
.full-text {
    height: auto;
    padding-top: 18px;
}

#section1,#section2,#section3,#section4,#section5,#section6,#section7{
    background-size: cover !important;
}
.page1{
    background: url(/images/bg.jpg) no-repeat center center;
}
.page-content{
    left: 50%;
    margin-left: -300px;
    position: absolute;
    top: 30%;
    width: 600px;
}
.event-table tr td span{

    font-size: 26px;
}
.event-table .table > thead > tr > th{
    width: 33.333%;
}
.crowd{
    padding: 30px 0;
}
.crowd img{
    display: inline-block;
}
.img-fest{
    max-width: 100%;
    height: auto;
    margin: 30px 0;
}
.page-slide{
    margin: 15px;
    position: fixed;
    bottom: 0;
    left: 0;
}
.page-slide.right-end{
    right: 0;
    left: auto;
}
.page-slide span{
    margin-right: 15px;
}
.orange-img{
    max-width: 100%;
    float: right;
}
.w-500{
    width: 500px;
}
.founder-img{
    max-width: 100%;
    height: auto;
}
.profile-img-1{
    left: 0;
    width: auto !important;
}
/*===================================Responsive Design====================================*/
.menu-btn{
    background-color: #cd0406;
    color: #ffd;
    padding: 5px 20px;
    margin: 15% 0 0;
}
@media (max-width: 1441px) {
    .profile-img{width: 45%;}
    .profile-img.blue{ width: auto;}
}
@media (max-width: 1067px) {
    .baul-img{
        right: -220px; width: 65%;
    }
    .profile-img.blue{ right: -40px;}
}
@media (max-width: 1024px) {
    .baul-img{ width: 500px; right: -100px;}
    .sub-head .main-logo{ width: 200px;}
    .sub-head-text{ font-size: 26px;}
    .sub-head-small{ font-size: 22px;}
    .date{ font-size: 18px;}
    .event-address{ font-size: 16px;}
    .sub-head { padding-top: 160px;}
    .founder-page .title-text{font-size: 28px; line-height: 32px;}
    .founder-page .li-icon > li { font-size: 18px; line-height: 20px; padding-bottom: 5px;}
}
@media (max-width: 820px) {
    .baul-img{ width: 500px; right: -100px;}
    .sub-head { padding-top: 0;}
    .profile-img.blue { max-height: calc(100% - 300px); }
}
@media (max-width: 800px) {
    .top-nav li > a{
        padding: 8px 10px;
    }
}
@media (min-width: 768px) {
    .mobile-menu-wrap,.prev-link,.next-link{
        display: none;
    }
}
@media (max-width: 767px) {
    .menu-wrap{display: none;}
    /*.prev-link{position: fixed; left: 5px;}
    .next-link{position: fixed; right: 5px;}*/
    .navbar-collapse{ background-color: #fff;}
    .mobile-menu{margin: 0;padding: 10px 0;}
    .mobile-menu li{list-style: none; border-bottom: 1px solid #cd0406;}
    .mobile-menu li:last-child{ border-bottom: none;}
    .mobile-menu li a{color: #cd0406; display: block; padding: 5px 10px; text-transform: uppercase; font-size: 14px;}
    .site-nav{ padding-top: 0;}
    .baul-img{ display: none;}
    .sub-head .main-logo{ width: 100px;}
    .sub-head-text{ font-size: 26px;}
    .sub-head-small{ font-size: 22px;}
    .date{ font-size: 18px;}
    .event-address{ font-size: 16px;}
    .mission-logo{ width: 290px;}
    .sub-head{ padding-top: 0px;}
    p.copyright{ line-height: 16px; font-size: 14px;}
    .jury-title { font-size: 20px; line-height: 28px;}
    .quote { font-size: 18px; line-height: 22px;}
    .title-text { font-size: 20px; line-height: 24px;margin: 5px 0;}
    .h1, .h2, .h3, h1, h2, h3{ margin-top: 5px; margin-bottom: 5px; }
    .content-text{ font-size: 16px; line-height: 22px;text-align: justify;}
    h2{ font-size: 22px;}
    .profile-img.blue{top: auto; bottom: 0; width: 120px;}
    .profile-img{ top: auto; bottom: 0; width: 120px;}
    .li-icon > li::before{font-size: 12px; padding-right: 0px;}
    .li-icon > li{padding-left: 15px;font-size: 14px;line-height: 20px;padding-bottom: 0;}
    .margin-t-60,.margin-t-120{ margin-top: 0;}
    .mobile-menu li.active a{background-color: #671e00; color: #fff;}
    .orange-img{ display: none; }
}

div.break {
    display: none;
}

img.photo {
    width: 80vw;
    margin: auto;
    max-width: 500px;
    min-width: 280px;
    margin: 0 10px 10px 0;
}

img.logo-left {
    float: left;
    width: auto;
    height: 190px;
}

img.logo-right {
    float: right;
    width: auto;
    height: 257px;
    margin-top: -21px;
}

@media (max-width: 500px) {
    div.break {
        display: block;
        clear: both;
    }

    h1 {
        font-size: 20pt;
    }

    p {
        font-size: 11pt;
    }

    .row img {
        width: 45% !important;
        max-width: 200px !important;
        height: auto !important;
        margin: 10px auto 10px auto !important;
        padding: 0 !important;
    }

    img.logo-left {
        float: left !important;
        width: auto !important;
        height: 120px !important;
        max-width: none !important;
    }

    img.logo-right {
        float: right !important;
        width: auto !important;
        height: 152px !important;
        margin-top: -1px !important;
        max-width: none !important;
    }

    .row img.home {
        width: 100% !important;
        height: 53vw !important;
        max-width: 200px !important;
        margin: 10px auto 2px auto !important;
        padding: 0 !important;
    }

    div.home {
        margin: 0 13px 0 0 !important;
        width: 33vw !important;
        height: 280px !important;
        font-size: 8pt;
    }

    body:before {
        background-position: -300px -230px;
    }
}