/*
 Theme Name: Event4
 Theme URI: http://demo.newtemplate.net/event4/index.html
 Author: NewTemplate
 Author URI: https://themeforest.net/user/newtemplete
 Version: 0.1.1
 Description:  Event4 One Page HTML5 Theme comes out with tons of powerful features. Its modern, attractive and clean design.
 */

/*-----------------------------------------------------------------------------------
    
 [Table of contents]
 
1.0 General
2.0 Header (Logo or navigation)
3.0 Home (Section)
4.0 About (Section)
5.0 Statistic (Section)
6.0 Keynote Speakers (Section)
7.0 Conference Schedule (Section)
8.0 Sponsorship (Section)
9.0 Sponsors & Partners (Section)
10.0 Register Now (Section)
11.0 Contact (Section)
12.0 Subscription and Social Media
13.0 Footer
14.0 Media Queries
*/

/**
 * 1.0 General
 * -----------------------------------------------------------------------------
 */

/* Global */


/*
@font-face {
    font-family: 'SHREE0768_10';
    src:url('../fonts/SHREE0768_10.ttf') format('truetype'),
    font-weight: normal;
    font-style: normal;
    }*/

body {
    margin: 0;
    padding: 0;
    line-height: 1.85em;
    font-family: 'Hind Vadodara', sans-serif;
    color: #242732;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

img {
    border: none;
    margin: 0;
    padding: 0;
}

a, a:focus {
    margin: 0;
    padding: 0;
    cursor: pointer;
    text-decoration: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    color: #6d2d2b;
}

    a:hover {
        text-decoration: none;
    }

* {
    outline: 0;
}

.btn:focus {
    box-shadow: none;
    color: #fff;
    outline: 0;
}

p {
    padding-bottom: 10px;
    line-height: 26px;
}

h2 {
    font-size: 40px;
    line-height: 42px;
    text-align: center;
    font-weight: 900;
    text-transform: capitalize;
    margin-top: 0;
    color: #662d2b;
}

ul {
    list-style: none;
    padding-left: 0;
}

.overflow {
    overflow: hidden;
}

.block-center {
    margin: 0 auto;
}

@media (min-width: 991px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1190px;
    }
}

@media (min-width: 1400px) {
    .container {
        width: 1340px;
    }
}
/* Preloader */
.preloader {
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000;
}

/*.preloader .loader {
        width: 60px;
        height: 60px;
        line-height: 80px;
        text-align: center;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
    }

    .preloader .loader:before {
        content: "";
        width: 100%;
        height: 100%;
        border-top: 2px solid #6d2d2b;
        border-right: 2px solid #cc8b76;
        border-bottom: 2px solid #cc8b76;
        border-left: 2px solid #cc8b76;
        position: absolute;
        left: 0;
        top: 0;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        -webkit-animation: spin 1s linear infinite;
        -moz-animation: spin 1s linear infinite;
        -o-animation: spin 1s linear infinite;
        -ms-animation: spin 1s linear infinite;
        animation: spin 1s linear infinite;
    }

    .preloader i:before {
        font-size: 35px;
    }

    
    @-webkit-keyframes spin {
        form {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }
        to {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    @keyframes spin {
        form {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }
        to {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
        }*/

.loader {
    position: absolute;
    background: url(../images/loader.gif) no-repeat;
    width: 100px;
    height: 115px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}


/* Spacer */
.spacer_30vh {
    height: 30px;
}

.spacer_20vh {
    height: 20px;
}

.spacer_10vh {
    height: 10px;
}

/* Button */
.btn-ntPrimaryFull {
    background-color: #672D2B;
    border: 2px solid #672D2B;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    border-radius: 50px;
    outline: none;
    display: inline-block;
}

    .btn-ntPrimaryFull:hover {
        border: 2px solid #672D2B;
        background-color: transparent;
        color: #672D2B;
    }

.btn-ntPrimaryBorder {
    min-width: 120px;
    background-color: transparent;
    border: 2px solid #6d2d2b;
    text-transform: uppercase;
    font-weight: 700;
    color: #6d2d2b;
    letter-spacing: 1px;
    border-radius: 50px;
    outline: none;
    display: inline-block;
    margin-right: 10px;
}

    .btn-ntPrimaryBorder:hover {
        border: 2px solid #6d2d2b;
        background-color: #6d2d2b;
        color: #ffffff;
    }

.btn.ntLargexx {
    font-size: 16px;
    padding: 16px 29px;
}

.btn.ntLarge {
    font-size: 14px;
    padding: 14px 27px;
}

.btn.ntMedium {
    font-size: 12px;
    padding: 12px 25px;
    margin-top: 30px;
}

.btn.ntSmall {
    font-size: 10px;
    padding: 10px 23px;
}

/* Way Point */
.ntWayPoint {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: calc(100% - 2px);
    display: flex;
    cursor: pointer;
}

    .ntWayPoint::after {
        content: '';
        background-image: url('../images/way-point.svg');
        width: 253px;
        height: 38px;
    }

    .ntWayPoint i {
        text-align: center;
        position: absolute;
        top: 15px;
        left: 0;
        right: 0;
        color: #fff;
        font-size: 25px;
        transition: 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55) all;
        animation: bounce_10px 2s ease infinite;
    }

    .ntWayPoint:hover i {
        top: 15px;
    }

/* Section Heading */

span.btm-bar {
    background: url('../images/h1-btm-bar.png') no-repeat;
    width: 130px;
    height: 17px;
    display: block;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 15px;
    margin-top: 15px;
}

span.btm-bar-white {
    background: url('../images/bar-white.png') no-repeat;
    width: 130px;
    height: 17px;
    display: block;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 20px;
}

/**
 * 2.0 Header (Logo or navigation)
 * -----------------------------------------------------------------------------
 */

/*Logo*/
#logo_home {
    position: relative;
    z-index: 3;
}

#logo_home {
    margin-bottom: 0;
}

.sticky_logo {
    display: none;
}

.ntStickyHeader.fixed .sticky_logo {
    display: block;
}

.ntStickyHeader.fixed .formal_logo {
    display: none;
}
/*Navigation*/
.navbar-brand {
    height: auto;
    padding: 0;
}

.ntNavbar > li {
    position: relative;
}

.navbar-right > li {
    background-color: #672D2B;
    padding: 6px 20px;
    border-radius: 80px;
    text-transform: capitalize;
    position: relative;
    margin-top: 5px;
    display: inline-block;
    border: 2px solid transparent;
}

    .navbar-right > li:first-child a {
        color: #672D2b;
    }

    .navbar-right > li:first-child {
        background-color: #ebc67e;
        border: 2px solid #672D2B;
    }

    .navbar-right > li > a {
        color: #fff;
        font-weight: 400;
        font-size: 14px;
        letter-spacing: 0.3px;
        display: block;
        position: relative;
        text-transform: capitalize;
    }

.ntNavbar > li {
    display: inline-block;
    position: relative;
    text-transform: capitalize;
    padding: 0;
    margin-right: 15px;
    float: none;
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #662d2b;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.3px;
    font-size: 16px;
    padding: 0;
}

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        background-color: transparent;
    }

.navbar-default .navbar-nav > li {
    font-size: 16px;
    text-transform: capitalize;
    padding: 10px 0;
    color: #662d2b;
    font-weight: 600;
    cursor: pointer;
}

    .navbar-default .navbar-nav > li i {
        margin-left: 5px;
    }

.dropdown-menu li a,
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    text-transform: capitalize;
    font-size: 13px;
    padding: 9px 10px;
    display: block;
    border-bottom: 1px solid #f3f3f3;
    background-color: transparent;
    color: #333;
}

.ntNavbar > li > a i, .navbar-right i {
    margin-left: 5px;
    font-weight: 600;
}

.ntNavbar > li > a > i,, .navbar-right > li i {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.navbar-nav > li > .dropdown-menu, .navbar-right > li .dropdown-menu, .ntScheduleTab .ntBtnDownloadSchedule .dropdown-menu {
    display: block !important;
    opacity: 0;
    top: 0;
    visibility: hidden;
    border: none;
    padding: 0;
    border-radius: 0;
    min-width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navbar-right > li .dropdown-menu {
    min-width: 100%;
}

.navbar-nav > li:hover > .dropdown-menu, .navbar-right > li:hover .dropdown-menu, .ntScheduleTab .ntBtnDownloadSchedule:hover .dropdown-menu {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar-collapse {
    padding: 0;
}

.ntNavbar li a.active,
.ntNavbar li a:hover,
.navbar-right .dropdown-menu > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover, .dropdown-menu > .active > a:hover {
    color: #672D2B;
    text-shadow: none;
    background-color: transparent;
}

.ntNavbar > li.active:before {
    content: "";
    position: absolute;
    background-color: #672D2B;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    height: 2px;
    bottom: 0;
    opacity: 1;
    left: 0;
    width: 100%;
}

.ntNavbar li:hover:before, .ntNavbar li.active:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.navbar-header {
    display: none;
}

.navbar-header {
    position: relative;
    left: -50px;
}

.navbar-right {
    margin: 0;
}

.fixed .navbar-nav.ntNavbar {
    margin: 10px auto;
    width: 60%;
}

.fixed .navbar-right {
    margin-top: 20px;
}

footer .navbar-nav > li:hover > .dropdown-menu {
    top: -110px;
}
/*Sticky Header*/
.fixed .navbar-header {
    display: block;
}

.ntHeader.fixed {
    z-index: 4;
    position: fixed;
    border-bottom: 0;
    padding: 10px 0;
    transition: 450ms ease-out;
}

.ntHeader.fixed {
    top: 0;
    background: -webkit-linear-gradient(100deg, #de9b42 30%, #ebc67e 70%);
    background: -moz-linear-gradient(100deg, #de9b42 30%, #ebc67e 70%);
    background: -o-linear-gradient(100deg, #de9b42 30%, #ebc67e 70%);
    background: linear-gradient(100deg, #de9b42 30%, #ebc67e 70%);
    box-shadow: 0 0 2px rgba(50, 50, 50, 0.4);
}

.ntInnerSection {
    padding-top: 80px;
    position: relative;
}

/*Mobile Nav*/
.navbar {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border: none;
}

.navbar-toggler {
    position: relative;
    z-index: 9;
    right: 0;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 4px 6px;
}

.navbar-toggler-icon {
    width: 25px;
    height: 25px;
    background-image: url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='#ffffff' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}

.navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none;
    text-shadow: none;
    outline: 0;
}

/**
 * 3.0 Home (Section)
 * -----------------------------------------------------------------------------
 */
.join-us .form-group.mob_code {
    width: 15%;
    float: left;
}

.join-us .form-group.mob-number {
    width: 55%;
    float: left;
    margin: 0 10px;
}

.join-us .btn {
    padding: 8px 25px;
}

.join-us select, .join-us input {
    font-size: 14px;
    border: none;
    background: transparent;
    border: 1px solid #672D2B;
    color: #672D2B;
}

    .join-us input::-webkit-input-placeholder {
        color: #672D2B;
        opacity: 1;
    }

    .join-us input::-moz-placeholder {
        color: #672D2B;
        opacity: 1;
    }

    .join-us input:-ms-input-placeholder {
        color: #672D2B;
        opacity: 1;
    }

    .join-us input::-ms-input-placeholder {
        color: #672D2B;
        opacity: 1;
    }

    .join-us input::placeholder {
        color: #672D2B;
        opacity: 1;
    }

    .join-us select:focus, .join-us input:focus {
        color: #6d2d2b;
        background-color: transparent;
        border-color: #6d2d2b;
        outline: 0;
        box-shadow: none;
    }

.ntHome {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-image: url('../images/padyatra_banner.png');
    background-size: cover;
    background-position: center;
    border-bottom: 4px solid #fff;
    min-height: 570px;
}

    .ntHome.particles {
        background-image: url('../images/header-area-01.jpg');
    }

    .ntHome:before {
        content: '';
        z-index: 1;
        width: 100%;
        height: 100%;
        position: absolute;
        background-repeat: no-repeat;
        bottom: 0;
        right: 0;
        top: 0;
        background-image: -webkit-linear-gradient(100deg, #ebc67e 30%, #de9b42 70%);
        background-image: -moz-linear-gradient(100deg, #ebc67e 30%, #de9b42 70%);
        background-image: -o-linear-gradient(100deg, #ebc67e 30%, #de9b42 70%);
        background-image: linear-gradient(100deg, #ebc67e 30%, #de9b42 70%);
        opacity: 0.6;
    }

.ntHeader {
    width: 100%;
    padding: 10px 0;
    z-index: 4;
    position: absolute;
    top: 0;
}

.ntHome .ntWayPoint {
    bottom: -2px;
    z-index: 2;
}

    .ntHome .ntWayPoint::after {
        content: '';
        background-image: url('../images/way-point-white.svg');
        width: 253px;
        height: 38px;
    }

    .ntHome .ntWayPoint i {
        text-align: center;
        color: #6d2d2b;
        top: 15px;
    }


/*Main Title*/
.mainTitle {
    z-index: 2;
    position: absolute;
    color: #662d2b;
    width: 30%;
    float: left;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .mainTitle .location {
        overflow: hidden;
        display: block;
        margin-bottom: 25px;
    }

    .mainTitle span.where,
    .mainTitle span.when {
        float: left;
        display: block;
        width: 50%;
        font-weight: 400;
        text-shadow: 1px 1px 0px #0000007a;
        font-size: 18px;
    }

    .mainTitle .location span i {
        background: #6d2d2b;
        padding: 15px 20px;
        margin-right: 15px;
        display: block;
        float: left;
        font-size: 25px;
        text-align: center;
        border-radius: 3px;
    }

    .mainTitle .location span b {
        display: block;
        text-transform: uppercase;
        color: #6d2d2b;
        font-weight: 700;
        text-shadow: none;
        font-size: 14px;
        line-height: 16px;
        margin-top: 0px;
    }

    .mainTitle h1 {
        margin-top: 100px;
        color: #662d2b;
        font-weight: 600;
        font-size: 30px;
        padding-top: 5px;
        padding-bottom: 10px;
        line-height: 50px;
        text-shadow: 1px 1px 0px #0000001a;
        text-align: left;
        display: inline-block;
    }

    .mainTitle p {
        font-weight: 300;
        margin-top: 15px;
        font-size: 16px;
        line-height: 24px;
        text-shadow: 1px 1px 0px #0000001a;
    }

    .mainTitle h1 b {
        color: #662d2b;
    }

.cd-words-wrapper {
    display: inline-block;
    position: relative;
    text-align: left;
}

    .cd-words-wrapper b {
        display: inline-block;
        position: absolute;
        white-space: nowrap;
        left: 0;
        top: 0;
    }

        .cd-words-wrapper b.is-visible {
            position: relative;
        }

.no-js .cd-words-wrapper b {
    opacity: 0;
}

    .no-js .cd-words-wrapper b.is-visible {
        opacity: 1;
    }

/* Text Clip Animation */
.cd-headline.clip span.cd-words-wrapper {
    display: block;
    padding: .2em 0;
    border-bottom: 2px solid #672D2B;
    margin: 0 0 20px;
}

.cd-headline.clip .cd-words-wrapper {
    overflow: hidden;
    vertical-align: top;
    font-size: 40px;
    display: inline-block;
}

.cd-headline.clip b {
    opacity: 0;
}

    .cd-headline.clip b.is-visible {
        opacity: 1;
    }

/**
 * 4.0 About (Section)
 * -----------------------------------------------------------------------------
 */

.ntAbout {
    text-align: center;
}

.ntAboutThumb {
    text-align: left;
    margin-top: 40px;
}

    .ntAboutThumb img {
        width: 100%;
        display: block;
        border-radius: 5px;
    }

    .ntAboutThumb h3 {
        display: block;
        margin-top: 20px;
        margin-bottom: 15px;
        font-size: 18px;
        font-weight: 700;
    }

    .ntAboutThumb p {
        margin: 0;
    }

    .ntAboutThumb a {
    }

/**
 * 5.0 Statistic (Section)
 * -----------------------------------------------------------------------------
 */

.ntCounter_type {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 60px;
    background-image: -webkit-linear-gradient(100deg, #ebc67e 30%, #de9b42 70%);
    background-image: -moz-linear-gradient(100deg, #ebc67e 30%, #de9b42 70%);
    background-image: -o-linear-gradient(100deg, #ebc67e 30%, #de9b42 70%);
    background-image: linear-gradient(100deg, #ebc67e 30%, #de9b42 70%);
}

    .ntCounter_type .col-md-2 {
        width: 14.285%;
        margin-top: 30px;
    }

span.ntCounterNumber {
    font-size: 40px;
    font-family: 'Poppins';
}

.ntCounter_type i {
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 95px;
    text-align: center;
    display: block;
    opacity: 0.2;
    position: absolute;
    left: 10%;
    top: 10px;
}

.counter {
    position: relative;
}

    .counter .img {
        position: absolute;
        left: 30px;
    }

.ntCounter_type h3 {
    font-weight: 600;
    display: block;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 30px;
    margin-bottom: 0;
}

.bootstrap-datetimepicker-widget table {
    font-family: 'Poppins';
}

.ntCounter_type span.ntCounterTitle {
    display: block;
    text-align: center;
    color: #ffffff;
    font-weight: 100;
    text-transform: capitalize;
    letter-spacing: 1.5px;
    margin-top: 10px;
}

/**
 * 6.0 Keynote Speakers (Section)
 * -----------------------------------------------------------------------------
 */
.education-list > li {
    float: left;
    width: 33.33%;
    padding: 0 15px;
}

.education-list {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 10px;
}

    .education-list > li {
        border: 2px solid #de9b42;
        color: #662d2b;
        padding: 5px 10px;
        display: block;
        border-radius: 50px;
        margin-top: 5px;
        text-align: center;
        font-size: 12px;
        width: 32.29%;
        margin: 2px 6px;
        cursor: pointer;
        float: left;
        font-weight: 600;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

#thepadyatra p, #thepadyatra div {
    font-size: 16px;
    font-weight: 600;
}

.event table {
    margin-top: 50px;
}

.table {
    margin-bottom: 0;
}

.content {
    width: 100%;
    font-size: 15px;
    margin: 0 auto;
    border-left: 1px solid #ddd;
    padding: 0 100px;
}

.education-list > li:hover {
    color: #fff;
    background-color: #662d2b;
    border-color: #662d2b;
}

.event .img img {
    border-radius: 50%;
    width: 140px;
    height: 140px;
    box-shadow: 0 1px 22px -3px rgba(0,0,0,0.5);
}

.event .img {
    float: left;
}

.event .info {
    overflow: hidden;
    padding-left: 40px;
    margin: 25px 0;
}

.event .sub-title {
    font-size: 20px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 30px;
}

.list-details h3 {
    font-size: 16px;
    font-weight: 600;
}

.list-details li span {
    font-weight: 500;
    font-family: 'Poppins';
}

.list-details li {
    color: #666;
    font-weight: 600;
}

.education-list .modal.fade .modal-dialog,.certificate-modal.modal.fade .modal-dialog {
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    position: absolute;
    width: 50%;
}

.owl-nav {
    left: 0;
    right: 0;
    text-align: center;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    background-color: rgba(103, 45, 43, 0.85);
    border: 1px solid transparent;
    height: 40px;
}

.owl-nav button.owl-prev {
    left: 0;
}

.owl-nav button.owl-next {
    right: 0;
}

.owl-nav button i {
    font-size: 20px;
    color: #fff;
    text-align: center;
    display: block;
}

.ntSpeaker, .testimonial-wrapper {
    background-color: #f7f9fb;
    padding-bottom: 80px;
}

.takepledge {
    background-image: -webkit-linear-gradient(100deg, #ebc67e 30%, #de9b42 70%);
    background-image: -moz-linear-gradient(100deg, #ebc67e 30%, #de9b42 70%);
    background-image: -o-linear-gradient(100deg, #ebc67e 30%, #de9b42 70%);
    background-image: linear-gradient(100deg, #ebc67e 30%, #de9b42 70%);
    padding-bottom: 80px;
}

#education .block-center .left {
    float: left;
}

#education .left {
    float: left;
}

#education .right {
    overflow: hidden;
    padding-left: 10px;
}

.ntSpeaker .btn {
    margin-top: 25px;
}

.ntSuperTitle {
    text-align: center;
    margin-bottom: 80px;
    font-size: 18px;
}

.ntSubTitle {
    font-size: 16px;
    font-weight: 400;
}

.ntSpeaker .ntSubTitle {
    margin-bottom: 60px;
    text-align: center;
}

/* Speakers Items */
.ntOurSpeakersItem {
    position: relative;
    overflow: hidden;
    margin-top: 30px;
}

    .ntOurSpeakersItem::after,
    .ntOurSpeakersItem::before {
        width: 95.5555%;
        height: 93.5555%;
        margin: 2.6666%;
    }

    .ntOurSpeakersItem:hover::after,
    .ntOurSpeakersItem:hover::before {
        -webkit-transform: scale(0);
    }

    .ntOurSpeakersItem img {
        width: 100%;
        display: block;
    }

    .ntOurSpeakersItem .text-wrapper {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .ntOurSpeakersItem .caption {
        position: absolute;
        bottom: 0;
        background: rgba(255, 255, 255, 0.7);
        width: 100%;
        padding: 25px 20px;
        min-height: 111px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
    }

    .ntOurSpeakersItem .ntSuperTitle {
        text-transform: uppercase;
        font-size: 10px;
        color: #672D2B;
        margin-bottom: 2px;
        letter-spacing: 1.5px;
        text-align: left;
        line-height: 10px;
        font-weight: 600;
    }

    .ntOurSpeakersItem .ntSubTitle {
        font-size: 14px;
        line-height: 21px;
        font-weight: 400;
        margin-bottom: 0;
    }

    .ntOurSpeakersItem h3 {
        font-weight: 700;
        text-transform: capitalize;
        display: inline-block;
        font-size: 18px;
        margin-bottom: 0;
    }

        .ntOurSpeakersItem h3::after {
            content: '';
            clear: both;
            width: 100%;
            display: block;
            border-bottom: 2px solid #6d2d2b;
            margin-top: 3px;
        }

    .ntOurSpeakersItem .overlay {
        position: absolute;
        top: 100%;
        width: 100%;
        height: 100%;
        -webkit-background: linear-gradient(100deg, rgba(222, 155, 66, 0.85) 30%, rgba(235, 198, 126, 0.85) 70%);
        -moz-background: linear-gradient(100deg, rgba(222, 155, 66, 0.85) 30%, rgba(235, 198, 126, 0.85) 70%);
        -o-background: linear-gradient(100deg, rgba(222, 155, 66, 0.85) 30%, rgba(235, 198, 126, 0.85) 70%);
        background: linear-gradient(100deg, rgba(222, 155, 66, 0.85) 30%, rgba(235, 198, 126, 0.85) 70%);
        padding: 30px;
        opacity: 0;
        color: #ffffff;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
    }

    .ntOurSpeakersItem:hover .overlay {
        opacity: 1;
        top: 0;
    }

    .ntOurSpeakersItem:hover .caption {
        opacity: 0;
    }

    .ntOurSpeakersItem .overlay .ntSuperTitle {
        color: #fff;
    }

    .ntOurSpeakersItem .overlay h3::after {
        border-color: #fff;
    }

.whatpadyatra {
    padding-top: 80px;
}

/*testimonial*/
.testimonial-wrapper .item {
    padding: 20px;
    background-color: #fff;
}

.testimonial-wrapper .desc {
    margin-top: 15px;
    padding-bottom: 0;
}

.testimonial-wrapper .read-link {
    font-size: 12px;
    text-transform: capitalize;
    color: #fff;
    padding: 8px 20px;
    background-color: #662d2b;
    font-weight: 400;
    border-radius: 50px;
}

.owl-carousel button.owl-dot {
    width: 10px;
    height: 10px;
    background: #662d2b;
    margin: 3px;
    border-radius: 50px;
}

.owl-dots {
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    text-align: center;
}

.owl-carousel button.owl-dot.active {
    background: #de9b42;
}
/**
 * 7.0 Conference Schedule (Section)
 * -----------------------------------------------------------------------------
 */

.ntSchedule .ntSubTitle {
    margin-bottom: 60px;
    text-align: center;
}

/* tab */
ul.ntScheduleTab {
    border-bottom: none;
    position: relative;
    margin-bottom: 30px;
}

    ul.ntScheduleTab li a.active {
        color: #ffffff;
        border-color: #672D2B;
        background-color: #672D2B;
    }

    ul.ntScheduleTab li a:hover, .ntScheduleTab > li.active > a,
    .ntScheduleTab > li.active > a:focus, .ntScheduleTab > li.active > a:hover {
        color: #ffffff;
        background: #672D2B;
        border-color: #672D2B;
    }

    ul.ntScheduleTab > li {
        margin: 0 5px 5px 0;
    }

        ul.ntScheduleTab > li > a {
            padding: 5px 15px;
            display: block;
            border: 2px solid #672D2B;
            color: #672D2B;
            font-size: 14px;
            border-radius: 50px;
            margin-bottom: 0;
            line-height: 25px;
            text-transform: capitalize;
        }

.requirederrormessage {
    text-transform: capitalize;
}

.ntScheduleTab > li.active > a,
.ntScheduleTab > li.active > a, .ntScheduleTab > li.active > a:focus, .ntScheduleTab > li.active > a:hover {
    border: 2px solid #662d2b;
}

.ntScheduleTab .ntBtnDownloadSchedule {
    float: right;
    position: relative;
}
/* Tab content */
/*.ntSchedule .tab-content:before{
    content: '';
    background: url(../images/padway.png) no-repeat;
    position: absolute;
    width: 10px;
    height: 100%;
    left: 27%;
    top: 0;
}
*/ .ntTabContent {
    overflow: hidden;
    padding: 30px;
    position: relative;
    background: #f7f9fb;
}

    .ntTabContent .ntEvent.starting .tnEventInfo {
        float: right;
    }

    .ntTabContent .ntEvent {
        overflow: hidden;
    }

        .ntTabContent .ntEvent .ntEventTime {
            float: left;
            width: 25.57319%;
            text-align: right;
            padding-right: 33px;
            position: relative;
            line-height: 1.82em;
            font-size: 22px;
            font-weight: bold;
            color: #ed1c94;
        }

        .ntTabContent .ntEvent.start .ntEventTime span {
            background-color: #6d2d2b;
            width: 12px;
            height: 12px;
            border-radius: 50px;
            right: -12px;
            top: 15px;
        }

        .ntTabContent .ntEvent.kilometer .ntEventTime span {
            background-image: url(../images/icons/km.png);
        }

        .ntTabContent .ntEvent.time .ntEventTime span {
            background-image: url(../images/icons/flag.png);
        }

        .ntTabContent .ntEvent.meeting .ntEventTime span {
            background-image: url(../images/icons/meeting.png);
        }

        .ntTabContent .ntEvent.location .ntEventTime span {
            background-image: url(../images/icons/location.png);
        }

        .ntTabContent .ntEvent.time .ntEventTime2 span {
            background-repeat: no-repeat;
            width: 25px;
            height: 25px;
            position: absolute;
            top: 50px;
            right: -17px;
            background-image: none;
            background-color: #e1a14d;
            border-radius: 50px;
            color: #fff;
            line-height: 25px;
            text-align: center;
        }

        .ntTabContent .ntEvent.last {
            overflow: visible;
        }

            .ntTabContent .ntEvent.last .ntEventTime span {
                top: -5px;
            }

        .ntTabContent .ntEvent .ntEventTime span {
            display: block;
            width: 11px;
            height: 11px;
            background-color: #662d2b;
            position: absolute;
            top: 8px;
            right: -6px;
            color: white;
            border-radius: 50%;
            text-align: center;
        }

.ntEvent p {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 14px;
}

.evimage {
    float: left;
}

.ntEvent .tnSpeakerName {
    overflow: hidden;
    padding-left: 20px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.ntTabContent .ntEvent .tnEventInfo {
    float: left;
    width: 74.42681%;
    padding-left: 40px;
    border-left: 1px solid #662d2b;
    padding-bottom: 50px;
}

.ntTabContent .ntEvent.kilometer .ntEventTime span {
    right: 10px;
}

.ntTabContent .ntEvent .ntEventTime,
.ntTabContent .ntEvent .tnEventInfo h3 {
    font-size: 16px;
    font-weight: 500;
    color: #6d2d2b;
    line-height: 20px;
}

.ntEventTime .tnSpeakerName {
    font-size: 13px;
    line-height: 45px;
    margin: 0;
}

.ntCaption {
    display: none;
}

.ntEventTime .collapse-arrow {
    position: absolute;
    right: -15px;
    top: 40px;
    background-color: #de9b42;
    width: 20px;
    height: 20px;
    line-height: 18px;
    border-radius: 50px;
    text-align: center;
    color: #fff;
}

.ntTabContent .ntEvent .tnEventInfo h3 {
    font-weight: 600;
    color: #333;
    margin: 0;
    font-size: 16px;
    line-height: 20px;
}

.ntTabContent .ntEvent .tnEventInfo h2 {
    font-size: 16px;
    text-align: left;
    line-height: normal;
    color: #333;
    font-weight: 600;
}

.ntTabContent .ntEvent .tnEventInfo .ntSocialIcons {
    display: block;
    width: 130px;
    margin: 0 auto;
}

.tnEventInfo .ntSocialIcons a {
    border-color: #6d2d2b;
    color: #6d2d2b;
}

    .tnEventInfo .ntSocialIcons a a:active,
    .tnEventInfo .ntSocialIcons a:focus,
    .tnEventInfo .ntSocialIcons a:hover {
        border-color: #6d2d2b;
        background-color: #6d2d2b;
        color: #fff;
    }

.ntTabContent .ntEvent hr {
    border-color: #eee;
}

/*extend */
.ntTabContent .ntEvent.extend span {
    width: 25px;
    height: 25px;
    top: 0;
    right: -13px;
    line-height: 25px;
    cursor: pointer;
}

.ntTabContent .ntEvent.extend .tnSpeakerName {
    overflow: hidden;
    margin-bottom: 0;
    padding-bottom: 0;
}

    .ntTabContent .ntEvent.extend .tnSpeakerName .ntCaptionText {
        overflow: hidden;
        float: left;
    }

    .ntTabContent .ntEvent.extend .tnSpeakerName p {
    }

    .ntTabContent .ntEvent.extend .tnSpeakerName strong {
        color: #4842e3;
        font-size: 18px;
        font-weight: 400;
    }

.ntTabContent .ntEvent .ntCaption {
    overflow: hidden;
    background: #ffffff;
    padding: 10px;
    border: 1px solid #eee;
}

.ntTabContent .ntEvent.extend .ntCaption .ntImage {
    display: block;
    overflow: hidden;
    width: 170px;
    float: left;
    margin-right: 25px;
}

    .ntTabContent .ntEvent.extend .ntCaption .ntImage img {
        border: 1px solid #eeeeee;
        border-radius: 100px;
        width: 100%;
        margin-bottom: 15px;
    }

.ntTabContent .ntEvent.extend .ntCaptionText {
    width: 100%;
}

/**
 * 8.0 Sponsorship (Section)
 * -----------------------------------------------------------------------------
 */

.ntSponsorship {
    background: #4842e3;
    color: #fff;
    text-align: center;
    background-attachment: fixed;
    padding-bottom: 80px;
}

    .ntSponsorship h2 {
        color: #fff;
    }

    .ntSponsorship .ntSubTitle {
        margin-bottom: 30px;
    }

.ntPackages {
    margin-top: 50px;
    text-align: center;
    color: #333;
}

    .ntPackages .ntPackagesSuperTitle {
        background: #f7f9fb;
        padding-top: 40px;
        padding-bottom: 40px;
        border-radius: 80px 0px 0px 0px;
    }

        .ntPackages .ntPackagesSuperTitle h4 {
            font-size: 20px;
        }

        .ntPackages .ntPackagesSuperTitle h3 {
            color: #333;
            font-weight: bold;
            font-size: 45px;
        }

            .ntPackages .ntPackagesSuperTitle h3 > i {
                font-size: 65px;
                color: #6d2d2b;
            }

    .ntPackages h2 > i {
        font-size: 50px;
        color: #b1b1b1;
    }

.ntPackagesDetails {
    background: #fff;
    border-radius: 0px 0px 80px 0px;
}

    .ntPackagesDetails ul {
        margin: 0;
        list-style-type: none;
        padding: 40px 0;
    }

        .ntPackagesDetails ul li {
            border-bottom: 2px dotted #dedede;
            padding: 8px 0;
            font-size: 14px;
        }

.ntPackages .ntPackagesDetails .btn-ntPrimaryBorder {
    margin-bottom: 35px;
}

.ntPackages:hover .ntPackagesDetails .btn-ntPrimaryBorder {
    border: 2px solid #6d2d2b;
    background-color: #6d2d2b;
    color: #ffffff;
}

/**
 * 9.0 Sponsors & Partners (Section)
 * -----------------------------------------------------------------------------
 */

.ntSponsors {
    padding: 70px 0 0;
}

    .ntSponsors .ntSubTitle {
        text-align: center;
        margin-bottom: 60px;
    }

    .ntSponsors header .ntSuperTitle {
        margin-bottom: 30px;
        color: #6d2d2b;
        text-transform: uppercase;
        font-weight: 500;
    }

    .ntSponsors .ntSponsorList {
        background: #f8f8f8;
        padding: 0px;
        margin-bottom: 25px;
        -o-transition: all .3s;
        -moz-transition: all .3s;
        -webkit-transition: all .3s;
        -ms-transition: all .3s;
    }

        .ntSponsors .ntSponsorList:hover {
            box-shadow: 0 10px 30px rgba(121, 121, 121, 0.27);
            -o-transition: all .3s;
            -moz-transition: all .3s;
            -webkit-transition: all .3s;
            -ms-transition: all .3s;
        }

        .ntSponsors .ntSponsorList img {
            margin: 0 auto;
            display: block;
            opacity: 0.5;
        }

        .ntSponsors .ntSponsorList:hover img {
            opacity: 0.8;
        }

/**
 * 10.0 Register Now (Section)
 * -----------------------------------------------------------------------------
 */
#registerForm {
    margin-top: 50px;
}

.ntRegister {
    background: #4842e3;
    z-index: 1;
    text-align: center;
    color: #fff;
    padding-bottom: 50px;
}

    .ntRegister h3 > b {
        display: block;
        font-size: 40px;
        font-weight: 900;
    }

    .ntRegister h3 {
        text-align: center;
        font-size: 23px;
        line-height: 34px;
        font-weight: 100;
    }

    .ntRegister h2 {
        color: #fff;
    }

/*ntRegisterForm*/
.ntRegisterForm, .lettertobapu {
    padding-bottom: 80px;
}

.btnPatraUpload.btn.ntMedium {
    margin-top: 20px;
}

#registerForm input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 1em;
    width: 20px;
    height: 20px;
    z-index: 2;
    opacity: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.form-group.download-form {
    display: inline-block;
    position: relative;
}

#registerForm label:before {
    content: '';
    width: 20px;
    height: 20px;
    border: 2px solid #672D2B;
    position: absolute;
    left: 0;
    border-radius: 5px;
    top: 3px;
}

.download-form label {
    padding-left: 30px;
    font-family: 'Poppins';
}

#registerForm input:checked ~ label:after {
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 12px;
    color: #672D2B;
    position: absolute;
    left: 4px;
    top: 1px;
}

.days-check .col-sm-2 {
    max-width: 14%;
}

#registerForm .day label {
    padding-left: 30px;
    font-size: 13px;
    text-transform: capitalize;
    color: #7a7a7a;
    line-height: 20px;
    margin-bottom: 0;
}

#registerForm .form-group.day {
    margin-bottom: 0;
    position: relative;
    line-height: 20px;
}

.ntRegisterForm .ntSubTitle {
    text-align: center;
    margin-bottom: 60px;
}

.prepadyatra {
    padding-bottom: 80px;
}

.ntRegisterForm .ntSubmit {
    text-align: center;
    margin-top: 40px;
}

.ntRegisterForm input[type="email"] {
    text-transform: lowercase;
}

#home .sub-title {
    font-weight: 600;
    font-size: 22px;
    line-height: normal;
    margin: 20px 0;
    color: #662d2b;
}

body .select2-container--default .select2-results > .select2-results__options {
    max-height: inherit;
    overflow-y: visible;
}

.select2-results__option--highlighted {
    background-color: #fff;
}

.select2-results__option--highlighted, .select2-container--default .select2-results__option[aria-selected=true] {
    font-size: 14px;
    text-transform: capitalize;
    padding: 2px 10px;
    color: #fff;
}

.select2-results__option {
    font-size: 14px;
    text-transform: capitalize;
    padding: 2px 10px;
}

.select2-dropdown {
    background-color: #f5f5f5;
    border: none;
    z-index: 2;
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
    width: 5px;
}

.select2-container .select2-search--inline .select2-search__field {
    font-size: 14px;
    text-transform: capitalize;
    padding: 0 15px;
    margin-top: 0;
    line-height: 40px;
}

.form-group .select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 6px;
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
    background-color: #ad4f32;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #672D2B;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #672D2B;
    color: white;
}

.mob_code .form-control {
    padding: 5px 10px;
}

.ntContact .ntInnerSection, .title-inner {
    padding-bottom: 10px;
    padding-top: 40px;
}

#take_pledge .name-field {
    width: 30%;
    display: inline-block;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #662d2b;
    border-radius: 0;
    height: 33px;
    padding: 0 5px;
    margin: 0 10px;
    color: #662d2b;
    font-size: 18px;
}

.form-control, select.form-control, select.form-control[multiple], #registerForm textarea.form-control {
    width: 100%;
    height: 42px;
    padding: 5px 15px;
    background: #ffffff;
    text-transform: capitalize;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    color: #7a7a7a;
    font-size: 14px;
    line-height: 28px;
    box-shadow: none;
}

input[type="email"] {
    text-transform: lowercase;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
    box-shadow: none;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    font-weight: 600;
    color: #662d2b;
}

#mahavratshabha.table > tbody > tr > td, #mahavratshabha .table > tbody > tr > th,
#mahavratshabha .table > tfoot > tr > td, #mahavratshabha .table > tfoot > tr > th, #mahavratshabha .table > tbody > tr > td, #mahavratshabha .table > thead > tr > th {
    border: 1px solid #ddd;
    font-size: 16px;
}

#mahavratshabha .table > tbody > tr > th {
    font-size: 18px;
}

#mahavratshabha .table > tbody > tr > td {
    font-weight: 600;
}

#education p {
    font-weight: 600;
    font-size: 16px;
}

.form-text p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
}

.mainTitle .left-title {
    text-align: center;
}

.mainTitle h3 {
    font-size: 22px;
}

label {
    text-transform: capitalize;
}
/*#mahavratshabha .table>tbody>tr>th,#mahavratshabha  .table>tbody>tr>td:first-child {
    background-color: #ebc67e;
    color: #fff;
    }*/
/*#mahavratshabha .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: rgba(102, 45, 43, 0.14);
    }*/
textarea {
    resize: none;
}

.table > tbody > tr:nth-of-type(odd) {
    background-color: #ebc67e;
}

.table > tbody > tr:nth-of-type(even) {
    background-color: #de9b42;
}

.form-control:focus {
    border: 1px solid #6d2d2b;
    outline: none;
    box-shadow: none;
}

.takepledge .btn {
    margin: 0;
    padding: 9px 30px;
}

.ntRegisterForm .arrow {
    position: relative;
}

.event .table > tbody > tr > td {
    width: 100px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

.ntRegisterForm .arrow:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000000;
    position: absolute;
    right: 30px;
    top: 33px;
}

.form-control::placeholder {
    text-transform: capitalize;
    color: #7a7a7a;
}

#take_pledge .name-field::placeholder {
    color: #662d2b;
}

.contact-number {
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: #662d2b;
}

#success {
    position: fixed;
    top: 89px;
    z-index: 9;
    right: 15px;
}

.contact-details p {
    color: #662d2b;
    font-size: 16px;
    margin: 0 auto 5px;
    padding-bottom: 0;
}

.contact-details .title {
    margin-bottom: 10px;
}

.contact-number > p {
    padding-bottom: 0;
    margin-bottom: 2px;
}

    .contact-number > p > span {
        width: 27%;
        display: inline-block;
        text-transform: capitalize;
    }
/*Ajax Validation*/
span.error {
    font-size: 10px;
    color: #fff;
    position: absolute;
    top: -20px;
    right: 15px;
    background: #e65858;
    padding: 0px 5px;
}

    span.error:after {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 0 6px 6px 0;
        border-color: transparent #e65858;
        display: block;
        width: 0;
        z-index: 1;
        bottom: -6px;
        left: 20%;
    }

/**
 * 11.0 Contact (Section)
 * -----------------------------------------------------------------------------
 */

.ntContact {
    position: relative;
}

.ntContactDetails {
    background-color: rgba(255, 255, 255, 0.96);
    position: absolute;
    z-index: 1;
    left: auto;
    right: 50%;
    margin-right: -540px;
    top: 45px;
    overflow: hidden;
    padding: 40px;
    width: 350px;
}

    .ntContactDetails h2 {
        text-align: left;
        font-weight: 900;
        font-size: 36px;
    }

    .ntContactDetails .ntSubTitle {
        margin: 15px 0;
    }

    .ntContactDetails h5 {
        font-weight: 700;
    }

    .ntContactDetails p:last-child {
        padding: 0;
        margin: 0;
    }

@media screen and (max-width: 1199px) {
    .ntContactDetails {
        margin-right: -450px;
    }

    .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li {
        font-size: 15px;
    }

    .fixed .navbar-nav.ntNavbar {
        width: 55%;
    }
}

@media screen and (max-width: 991px) {
    .ntContactDetails {
        margin-right: -43.5555%;
    }

    .navbar-right > li {
        padding: 4px 12px;
    }
}

/*Google Map*/
#map {
    width: 100%;
    height: 730px;
}

/**
 * 12.0 Subscription and Social Media
 * -----------------------------------------------------------------------------
 */

/* Subscribe */
.ntSubscribe {
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

    .ntSubscribe .form {
        width: 50%;
        margin: 0 auto;
        position: relative;
        padding: 0 7%;
        padding-bottom: 13px;
        bottom: 0;
    }

    .ntSubscribe form {
        position: relative;
    }

    .ntSubscribe:before {
        Content: '';
        background-color: #4842e3;
        position: absolute;
        left: 0;
        width: 25%;
        height: 100%;
        bottom: 0;
    }

    .ntSubscribe:after {
        Content: '';
        background-color: #4842e3;
        position: absolute;
        right: 0;
        width: 25%;
        height: 100%;
        bottom: 0;
    }

    .ntSubscribe input[type=email] {
        width: 100%;
        background: #fff;
        border: 2px solid #4842e3;
        border-radius: 50px;
        padding: 15px 25px;
        color: #333;
        font-size: 16px;
    }

    .ntSubscribe button[type=submit] {
        text-transform: uppercase;
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
        top: 0;
        right: 5px;
        bottom: 0;
        margin: 5px 0;
        font-size: 12px;
        padding: 0 25px;
        font-weight: 700;
        letter-spacing: 3px;
        width: auto;
        position: absolute;
        background: #4842e3;
        border: 0;
        cursor: pointer;
        display: block;
        color: #fff;
    }

.ntSubscribeLeft {
    position: absolute;
    left: 0;
    transform: translateX(-2%);
    bottom: calc(0% - 0px);
    display: flex;
}

.ntSubscribeRight {
    position: absolute;
    right: 0;
    transform: translateX(0%);
    bottom: calc(0% - 0px);
    display: flex;
}

#lg-download {
    display: none;
}
/* Social Media */
.contactus, .how_to_reach {
    background-image: -webkit-linear-gradient(100deg, #ebc67e 30%, #de9b42 70%);
    background-image: -moz-linear-gradient(100deg, #ebc67e 30%, #de9b42 70%);
    background-image: -o-linear-gradient(100deg, #ebc67e 30%, #de9b42 70%);
    background-image: linear-gradient(100deg, #ebc67e 30%, #de9b42 70%);
    position: relative;
    padding-bottom: 80px;
}

    .contactus ul.ntSocialIcons li {
        display: inline-block;
    }

    .contactus ul.ntSocialIcons a {
        width: 40px;
        height: 40px;
        font-size: 20px;
        line-height: 36px;
        text-align: center;
        margin-right: 10px;
    }

.ntCounter_type h2 {
    text-align: center;
}

.contactus .ntSubTitle {
    margin: 10px auto 0;
    color: #ffffff;
}

.contact-details li {
    color: #662d2b;
    text-transform: capitalize;
    font-weight: 500;
}

.how_to_reach .ntSubTitle {
    margin: 80px 0;
    color: #662d2b;
    font-size: 20px;
    font-weight: 600;
}

    .how_to_reach .ntSubTitle li {
        line-height: 30px;
    }

.contact-details table > tbody > tr td:first-child {
    color: #662d2b;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 16px;
    padding: 3px 0;
}

.education-title {
    position: relative;
}

    .education-title .download {
        position: absolute;
        right: 0;
        top: 10px;
        text-align: center;
    }

.download a {
    padding: 5px 15px;
    display: block;
    border: 2px solid #672D2B;
    color: #672D2B;
    font-size: 14px;
    border-radius: 50px;
    margin-bottom: 10px;
    line-height: 25px;
    font-weight: 600;
}

    .download a:hover {
        background-color: #672D2B;
        color: #fff;
    }

.contact-details table > tbody > tr td:last-child {
    color: #662d2b;
    padding-left: 20px;
    font-size: 16px;
}

.contact-details li span {
    color: #fff;
}

.contactus .line {
    border-top: 1px solid #ffffff;
    display: block;
    width: 66.666667%;
    margin: 0 auto;
    max-width: 66.666667%;
}

.social-link a {
    width: 35px;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    font-size: 20px;
    color: #fff;
    border-radius: 50px;
    margin-right: 5px;
}

.social-link {
    margin-top: 10px;
}

.whatsapp {
    background-color: #25d366;
}

.facebook {
    background: #3b5998;
}

.twitter {
    background: #1da1f2;
}

.instagram{
  background: #c32aa3;
}

.certificate-modal .modal-dialog {
    width: 750px;
}
/*Social Media Icons*/
.ntSocialIcons {
    display: block;
    margin-top: 15px;
    margin-bottom: 0;
}

.ntSocialIcons a {
    color: #662d2b;
    display: inline-block;
    width: 35px;
    text-align: center;
    line-height: 32px;
    height: 35px;
    font-size: 14px;
    margin-right: 5px;
    border: 2px solid #662d2b;
    border-radius: 50px;
}

.ntOurSpeakersItem .img {
    -webkit-box-shadow: 8px 5px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 8px 5px 20px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 8px 5px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 8px 5px 20px 0px rgba(0, 0, 0, 0.1);
}

.ntSocialIcons a:active,
.ntSocialIcons a:focus,
.ntSocialIcons a:hover {
    color: #fff;
    background-color: #6d2d2b;
}

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover,
.bootstrap-datetimepicker-widget table td span.active {
    background-color: #672D2B;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.timepicker-picker {
    display: none;
}

#schedule .ntTabContent .ntEvent .ntEventTime {
    font-weight: 600;
}
/**
 * 13.0 Footer
 * -----------------------------------------------------------------------------
 */

footer.ntInnerSection {
    font-size: 14px;
    ;
    padding-bottom: 30px;
    padding-top: 30px;
    overflow: hidden;
}

.footer .row {
    display: flex;
    align-items: center;
}

footer p {
    margin-bottom: 0;
    padding-bottom: 0;
    color: #000;
    font-family: 'Poppins';
    margin-top: 20px;
}

.footer-img {
    float: left;
    width: 25%;
    text-align: center;
}

    .footer-img img {
        width: 120px;
    }

footer .footnav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
}

    footer .footnav ul li a {
        color: #000;
        text-transform: capitalize;
        font-weight: 500;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

        footer .footnav ul li a:hover {
            color: #6d2d2b;
        }

footer {
    background-color: #f7f9fb;
}

    footer .footnav {
        margin: 20px 0;
    }

.footnav > li {
    display: inline-block;
    margin: 0 20px;
}

body::-webkit-scrollbar {
    width: 15px;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: #662d2b;
    outline: 1px solid #fff;
}

.fixed-vd-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50px;
    background-color: #662d2b;
    cursor: pointer;
    color: #fff;
    font-size: 25px;
    display: block;
    z-index: 3;
}

    .fixed-vd-btn:focus, .fixed-vd-btn:hover {
        color: #fff;
    }

        .fixed-vd-btn:hover .vd-icon {
            bottom: 65px;
            opacity: 1;
        }

.vd-icon {
    position: absolute;
    bottom: 0;
    opacity: 0;
    background-color: #ebc67e;
    border-radius: 50px;
    height: auto;
    width: 50px;
    line-height: 40px;
    left: 5px;
    z-index: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

    .vd-icon a {
        width: 50px;
        display: inline-block;
        height: 40px;
        font-size: 20px;
        color: #662d2b;
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9);
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

        .vd-icon a:hover {
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -o-transform: scale(1.1);
            transform: scale(1.1);
        }
/**
 * 14.0 Media Queries
 * -----------------------------------------------------------------------------
 */

/* Desktop */

@media screen and (max-width: 1366px) {
    .ntCounter_type h3 {
        font-size: 20px;
    }

    .counter .img {
        left: 20px;
    }

    .how_to_reach .ntSubTitle {
        margin: 50px 0;
    }

    .ntNavbar > li {
        margin-right: 10px;
    }

        .ntNavbar > li > a {
            font-size: 14px;
        }

    .mainTitle .col-xs-6 {
        width: 50%;
    }

    .mainTitle .left-title {
        margin-right: 0;
    }
}

@media screen and (max-width: 1199px) {
    .education-list > li {
        width: 32%;
    }

    .education-title .download {
        position: static;
        display: inline-block;
    }

    .ntOurSpeakersItem .overlay {
        padding-top: 24%;
    }

    .ntSponsors .ntSponsorList img {
        width: 100%;
    }

    .ntInnerSection, .whatpadyatra {
        padding-top: 60px;
    }

    .takepledge, .ntRegisterForm, .ntSpeaker, .testimonial-wrapper, .contactus, .how_to_reach, .lettertobapu {
        padding-bottom: 60px;
    }

    .content {
        padding: 0 20px;
    }

    .mainTitle h1 {
        margin-top: 30px;
    }

    .mainTitle {
        width: 50%;
    }

    .how_to_reach .ntSubTitle {
        margin: 0 0 20px;
    }
}

@media screen and (max-height: 800px) {
    .mainTitle h1 {
        margin-top: 20px;
    }

    .top-img img {
        width: 200px;
    }
}

/* Laptop */
@media screen and (max-width: 1024px) {
    .cd-nav-trigger {
        display: block;
    }
}

@media screen and (max-width: 990px) and (min-width: 768px) {
    .fixed .navbar-default .navbar-brand {
        right: 0;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .fixed .navbar-header {
        float: none;
        left: 0;
    }

    .fixed .navbar-brand > img {
        margin: 0 auto;
    }

    .fixed .navbar-right {
        float: none !important;
        text-align: center;
    }

    .fixed .navbar-nav.ntNavbar {
        text-align: center;
        width: 100%;
    }

    .education-list > li {
        width: 47.9%;
    }
}
/* Tablet (landscape) */
@media screen and (max-width: 991px) {
    /*Main Title*/
    .select2-container .select2-search--inline .select2-search__field {
        padding: 0 10px;
    }

    .education-list .modal.fade .modal-dialog,.certificate-modal.modal.fade .modal-dialog {
        width: 90%;
    }

    .fixed .navbar-nav.ntNavbar {
        margin: 10px auto;
    }

    .mainTitle, .education-list > li {
        width: 48%;
    }

    h2 {
        font-size: 30px;
    }

    .contact-number > p > span {
        width: 50%;
    }

    .ntCounter_type .col-md-2 {
        width: 25%;
        margin-top: 30px;
        float: left;
    }

    .ntRegisterForm .form-control, select.form-control[size], select.form-control[multiple] {
        padding: 5px 10px;
    }

    .footnav li {
        margin: 0 12px;
    }

    .whatpadyatra {
        padding-top: 40px;
    }

    .ntCounter_type h3 {
        font-size: 30px;
        line-height: 20px;
    }

    .contactus .ntSubTitle {
        font-size: 14px;
    }

    .ntScheduleTab li a {
        position: relative;
    }

    .ntInnerSection {
        padding-top: 40px;
    }

    .ntCounter_type .col-md-2 {
        margin-top: 20px;
    }

    #registerForm {
        margin-top: 30px;
    }

    .ntCounter_type {
        padding-top: 40px;
        padding-bottom: 40px;
        margin-top: 40px;
    }

    .takepledge, .ntRegisterForm, .ntSpeaker, .testimonial-wrapper, .contactus, .how_to_reach, .lettertobapu {
        padding-bottom: 40px;
    }

    .mainTitle h1 {
        font-size: 20px;
        line-height: 32px;
    }

    .cd-headline.clip .cd-words-wrapper {
        font-size: 30px;
    }

    .mainTitle span.where, .mainTitle span.when {
        margin-bottom: 15px;
        font-size: 16px;
    }

    .mainTitle .location span i {
        padding: 12px 15px;
        margin-right: 10px;
        font-size: 20px;
    }

    /*Mobile Nav*/

    .ntNavbar li:last-child a {
        border-bottom: 0;
    }

    .ntNavbar li a:before {
        display: none;
    }

    /*Button*/
    .btn-ntPrimaryBorder,
    .btn-ntPrimaryFull {
        margin-right: 0;
    }

    .btn.ntMedium {
        font-size: 11px;
        padding: 12px 18px;
        margin-top: 0;
    }

    /* Statistic */

    .ntCounter_type .col-md-3:last-child span.ntCounterTitle {
        margin-bottom: 0px;
    }

    .ntCounter_type i {
        left: 25%;
    }

    /* speaker */
    .ntSubTitle {
        margin-bottom: 36px;
    }

    .ntOurSpeakersItem .overlay {
        padding-top: 20%;
    }

    /* conference schedule */
    .ntTabContent .ntEvent.extend .ntCaption .ntImage {
        float: initial;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    /* subscribe */
    .ntSubscribe .form {
        width: 80%;
    }

    .ntSubscribe:after,
    .ntSubscribe:before {
        width: 10%;
    }
}

.navbar-brand > img {
    width: 190px;
}

/* Tablet (portrait) */
@media screen and (max-width: 767px) {
    /* community */
    .navbar-header {
        display: block;
        left: 0;
    }

    .fixed .navbar-right {
        margin-top: 0;
        padding-top: 10px;
    }

    .fixed .navbar-nav.ntNavbar {
        width: 100%;
    }

    .navbar-brand > img {
        width: 180px;
    }

    .mainTitle .top-img {
        display: none;
    }

    .table-responsive > .table {
        margin-top: 0;
    }

    .education-list > li {
        width: 47%;
    }

    .event .info {
        border-right: none;
    }

    .fixed .navbar-nav.ntNavbar {
        margin: 0;
    }

    .ntCounter_type .col-md-2 {
        width: 50%;
    }

    .education-title .pull-right {
        float: none !important;
        display: block;
        text-align: center;
    }

    .content {
        margin-top: 40px;
        margin-bottom: 40px;
        clear: both;
        display: inline-block;
        border: none;
        padding: 0;
    }

    .event .sub-title {
        margin-bottom: 10px;
    }

    .ntScheduleTab .ntBtnDownloadSchedule {
        margin-top: 20px;
    }

    .navbar-nav {
        margin: 0;
        background-color: #fff;
        padding: 0 20px;
    }

    .navbar-right {
        background: #fff;
        padding: 20px;
        position: absolute;
        right: 0;
        top: 0;
    }

    .navbar-collapse.in {
        overflow-y: visible;
        border: none;
        position: relative;
    }

    .ntNavbar > li {
        display: block;
    }

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }

    .navbar-default .navbar-toggle {
        border-color: #662d2b;
    }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #662d2b;
        }

    .fixed .navbar-header {
        float: none;
    }

    .contactus ul.ntSocialIcons {
        width: 83%;
    }

    .contactus h2, h2 {
        font-size: 35px;
    }

    .ntTabContent .ntEvent .ntEventTime {
        padding-right: 42px;
    }

    .ntTabContent .ntEvent .tnEventInfo {
        padding-left: 70px;
    }

    .ntOurSpeakersItem .overlay {
        padding-top: 40%;
    }

    /* subscribe */
    .ntSubscribe .form {
        width: 100%;
        padding: 0 12%;
    }

    .ntSubscribe,
    .ntSubscribeLeft,
    .ntSubscribeRight,
    .ntSubscribe:before,
    .ntSubscribe:after {
        display: none;
    }

    .ntSponsors .ntSponsorList img {
        width: inherit;
    }

    /*footer*/
    footer .foot-logo {
        margin-top: 0px;
    }

    .mainTitle {
        width: 100%;
    }
}

@media screen and (max-width: 575px) {
    #take_pledge .name-field {
        width: 80%;
    }

    .select2-container .select2-search--inline .select2-search__field {
        margin-top: 0;
    }

    #logo_home img {
        width: 100px;
    }

    .contactus h2, h2 {
        font-size: 24px;
    }

    .navbar-brand > img {
        width: 160px;
    }

    .contact-details p, .contact-number {
        width: 100%;
    }

    .cd-headline.clip .cd-words-wrapper {
        font-size: 20px;
    }

    .footer .row {
        display: block;
    }

    .footer-img {
        margin-bottom: 20px;
    }

    .event .info {
        margin-top: 20px;
        padding-left: 0;
    }

    .event .img {
        float: none;
    }

    .footer-img {
        width: 50%;
    }

    .form-text p {
        font-size: 15px;
    }
}
/*Mobile*/
@media screen and (max-width: 480px) {


    /* main title */
    .mainTitle {
        width: 90%;
    }

        .mainTitle .col-xs-6 {
            width: 100%;
            text-align: left;
        }

            .mainTitle .col-xs-6 h4, .mainTitle .col-xs-6 h3 {
                padding-left: 0 !important;
            }
    /* community */
    .ntContactDetails {
        margin-right: 0;
        position: relative;
        right: 0;
        top: 0;
        width: 100%;
        background: #f7f9fb;
    }

    .contactus ul.ntSocialIcons {
        width: 94%;
    }

    .ntRegisterForm .ntSubmit {
        width: 100%;
    }

    /*Register*/
    .ntRegister h3 > b {
        font-size: 23px;
    }

    .ntRegister h3 {
        font-size: 17px;
        line-height: 28px;
    }

    .ntSubTitle, .how_to_reach .ntSubTitle {
        font-size: 16px;
    }

    .ntSpeaker .btn {
        margin-top: 25px;
        margin-bottom: 25px;
    }


    ul.ntScheduleTab li a {
        font-size: 14px;
        padding: 5px 15px;
    }

    /*Conference Schedule*/
    .ntTabContent .ntEvent .tnEventInfo {
        margin-left: 15px;
        padding-left: 20px;
    }

    .ntTabContent .ntEvent .ntEventTime {
        text-align: left;
        padding-right: 0;
        padding-left: 35px;
        font-size: 15px;
    }

    .ntTabContent .ntEvent.starting .tnEventInfo {
        float: none;
    }

    .ntTabContent .ntEvent.extend span {
        left: 0;
        right: 0;
        top: 2px;
        width: 28px;
        height: 28px;
    }

    .ntTabContent .ntEvent .ntEventTime span, .ntSchedule .tab-content:before {
        left: 10px;
        right: auto;
    }

    .ntTabContent .ntEvent .tnEventInfo, .ntTabContent .ntEvent .ntEventTime {
        float: none;
        width: 100%;
        line-height: 24px;
    }

    .ntTabContent .ntEvent.extend span {
        left: 3px;
    }

    .ntTabContent .ntEvent .tnEventInfo h3 {
        line-height: 34px;
    }

    .takepledge, .ntRegisterForm, .ntSpeaker, .testimonial-wrapper, .contactus, .how_to_reach, .lettertobapu {
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .ntCounter_type .col-md-2 {
        width: 100%;
    }

    .ntInnerSection {
        padding-top: 20px;
    }

    .footnav li {
        display: block;
    }

    .education-list > li {
        width: 95%;
        margin: 4px 10px;
        display: block;
    }
}

/* Mini-Mobile */
@media screen and (max-width: 320px) {

    /* main title */
    .mainTitle {
        width: 88%;
        left: 17px;
        right: 0;
    }

        .mainTitle h1 {
            font-size: 24px;
            line-height: 26px;
        }

        .mainTitle p {
            display: none;
        }

    span.line {
        margin-bottom: 35px;
    }

    .mainTitle span.where, .mainTitle span.when {
        margin-bottom: 15px;
        width: 100%;
    }

    .mainTitle .location span i {
        padding: 12px 15px;
        margin-right: 15px;
        font-size: 20px;
    }

    /* button */
    .btn-ntPrimaryBorder, .btn-ntPrimaryFull {
        margin-bottom: 15px;
    }
}

@media screen and (min-height: 300px) and (max-height: 700px) {
    .mainTitle {
        -webkit-transform: translateY(-40%);
        -moz-transform: translateY(-40%);
        -o-transform: translateY(-40%);
        transform: translateY(-40%);
    }

        .mainTitle h1 {
            font-size: 16px;
            margin-bottom: 0;
        }

    .cd-headline.clip span.cd-words-wrapper {
        margin: 0;
        font-size: 16px;
    }

    #home .sub-title {
        font-size: 16px;
    }

    .mainTitle .col-xs-6 h3 {
        margin-top: 10px;
        font-size: 15px;
    }

    .mainTitle .col-xs-6 h4 {
        font-size: 14px;
    }
}
