@import url('https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i|Poppins:300,400,500,600,700');

body {
    margin: 0;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    padding: 0;
    background: #fff;
    color: #000;
}

.innerpagebg{
    margin: 0;
    padding: 0;background: #013567 !important;
    background-image: url(../images/bg.jpg)  !important;
    background-size: contain  !important;
    background-repeat: no-repeat  !important;
}

header {
    background: #0D4E8E;
}

.logobradn {
    width: 120px;
}

/*.navbar {
    padding: 0;
    z-index: 999;
    position: absolute;
    width: 100%;
}

.navbar-brand {
    padding: 0;
    margin: 0;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
    padding: 20px 8px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav.show > .nav-link {
    color: #000024 !important;
    transition: 0.8s;
    background: transparent;
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: #000024 !important;

}*/

.nav {
    border-bottom: 1px solid transparent;
}

.navbar {
    padding: 8px 11px 8px;
    width: 100%;
    /*  position: absolute; */
    z-index: 111;
}

.navbar-brand {
    padding: 0;
    margin: 0;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 12px;
    font-weight: 500;
    color: #ffffff;
    /*  padding: 39px 5px 22px; */
    padding: 9px 9px 9px;
}

    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav.show > .nav-link {
        /*  color: #c19f2f !important; */
        transition: 0.6s;
        /*  background: transparent; */
    }

    .navbar-light .navbar-nav .show > .nav-link,
    .navbar-light .navbar-nav .active > .nav-link,
    .navbar-light .navbar-nav .nav-link.show,
    .navbar-light .navbar-nav .nav-link.active,
    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link:focus {
        color: #38f0f4 !important;
        /*    background: #F58021;*/
    }

.homelabel {
    font-size: 13px;
    font-weight: 500;
}

.dropdown-menu {
    background-color: #ffffff;
    border: 0px solid #000024;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
    margin: 0;
    min-width: 10.5rem;
    padding: 0;
    border-radius: 8px;
}



.dropdown-item {
    font-size: 12px;
    letter-spacing: 1px;
    color: #000 !important;
    padding: 12px 20px;
    font-weight: 500;
    transition: 0.8s;
}

    .dropdown-item:last-child {
        border-bottom: none;
    }

    .dropdown-item:focus,
    .dropdown-item:hover {
        color: #000024 !important;
        font-size: 12px;
        background-color: transparent;
    }

.dropdownmborder {
    background: radial-gradient(circle, #000024 0%, rgb(229 227 216) 100%);
    height: 1px;
    margin: 0px;
}

.seprater {
    font-size: 14px;
    color: #ffffff;
    padding: 2px 0px;
    line-height: 38px;
    font-weight: 300;
}

.tblheader {
    background-color: #000024;
}

.cs {
    color: #ea861a;
    transition: .8s;
    text-decoration: none;
}

.cs:hover {
    color: #ffffff;
    text-decoration: none;
}


.navbar-light .navbar-nav.show > .nav-links {
    color: #333 !important;
}

.btntheme, .btntheme:active, .btntheme:hover, .btntheme:focus{
    color: #000000;
    background-image: url(../images/btntheme.png);
    font-weight: 600;background-position: center ;
    background-size: contain;padding: 8px 80px;background-repeat: no-repeat;text-align: center;
    text-decoration: none;
}


.btnthemedark, .btnthemedark:active, .btnthemedark:hover, .btnthemedark:focus{
    color: #ffffff;
    background-image: url(../images/btnthemedark.png);
    font-weight: 600;background-position: center ;
    background-size: contain;padding: 8px 80px;background-repeat: no-repeat;text-align: center;
    text-decoration: none;
}
























.tabs1 {
    border-bottom: 1px solid transparent;
}

#topcontrol {
    z-index: 1000000000000;
}

.nav-tabs .nav-link {
    margin: 10px 10px 0px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    background: #0d1226;
    border-color: transparent;
}

.nav-tabs .nav-link:hover {
    border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    margin: 10px 10px 0px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    background: transparent;
    background: #000024;
    border-color: #000024;
    border-bottom: transparent;
}

.nav-tabs {
    border-color: transparent;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: transparent;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 5px solid #caa12c;
    border-radius: 0;
}

.bg-white {
    background-image: linear-gradient(red, yellow);
}

.nav-pills .nav-link {
    color: #6d787f;
    text-transform: uppercase;
    font-weight: 600;
}

.table-bordered td,
.table-bordered th {
    background: transparent;
    border-bottom: 1px solid #ffffff;
    color: #ffffff;font-size: 14px;
}

.table-bordered {
    border: 1px solid #ccc;
/*    background: #001c40;*/
}


.cplink {
    color: #ffce00;
    text-decoration: none;
    transition: .6s;
    font-weight: 600;
}

.cplink:hover {
    color: #fff;
}

ul.highlights {
    margin: 0;
    list-style: none;
    padding: 0;
    text-align: left;
}

ul.highlights li {
    font-size: 16px;
    color: #ffffff;
    position: relative;
    padding-left: 34px;
    margin-bottom:12px;
    border-radius: 4px;
}

ul.highlights li i {
    position: absolute;
    left: 8px;
    color:#000024;
    font-size: 18px;
    text-align: center;
}

ul.highlights li span {
    color: #ffce00;
    font-weight: 700;
}

.supported {
    padding: 100px 10px;
    text-align: center;
    background-image: linear-gradient(#040a2e, #040b15);
}

.abstracthead{
    padding: 10px;
    border: 2px solid #000024;
}

.brdrbtm {
    border-bottom: 1px dashed #bebebe;
}

.intro {
    padding: 100px 10px;
    text-align: center;
}

.aboutussectopbannner {
    margin-top: 90px;
}

.aboutussec {
    padding: 0px 10px 10px;
    text-align: left;
}

.aboutussec p span {
    color: #000024;
    font-weight: 600;
}

.sliderbtmptrnimg {
    line-height: 0px;
}

.slideimgsec{
    display: block;
}

.mainheader {
   font-family: 'Barrio', cursive;
    font-size: 52px;
    color: #ffffff;line-height: 40px;
    transform: rotate(-6deg);
}

.headerline {
    transform: rotate(-6deg);padding:  0px 10px;
}

.mainheader span{
    color: #45ffe6;
    font-size: 22px;
}


.subheader {
    font-size: 32px;
    color: #ffffff;
}

.subheadervideos {
    font-size: 30px;
    color: #ffffff;
    margin: 0;
}

.subheadervenue {
    font-size: 26px;
    color: #ffffff;
    margin: 0;
}

.headerlinebtm {
    background: #b99d54;
    height: 2px;
    width: 140px;
}

.venueheader {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 0px;
}

.iconthemes {
    border-radius: 50%;
    padding: 20px 24px;
    background: #000000;
    color: #ffffff;
}

.iconthemesjio {
    font-size: 60px;
    border-radius: 50%;
    padding: 10px;
    /*    background: #ea861a;*/
    color: #ea861a;
}

.brandlogo {
    width: 180px;
    padding: 4px;
    margin: 0px;
}

.registration {
    border: 2px solid #ffce00;
    border-radius: 10px;
    padding: 30px 18px;
    margin: 20px auto;
}

.registration h1 {
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
}

.registration h2 {
    font-size: 36px;
    font-weight: 900;
    color: #ffffff;
}

.normltxt {
    margin-top: 10px;
    font-size: 16px;
    color: #ffffff !important;
}

.normltxtmsg {
    color: #ffffff !important;
    font-size: 14px;
}

.normltxtmsg span {
    color: #000024;font-weight: 600;
}

.normltxt span {
    color:#000024;
}

.fntdarkcol {
    color: #270828;
}

.cslink, .cslink:active, .cslink:hover, .cslink:focus {
    color: #f2df76;
    text-decoration: none;
    font-weight: 500;
}

.login {
    padding: 36px 20px;
    margin: 30% 0;
    border-radius: 10px;
    background: #fff;
    border: 2px solid #000024;
}

.login h1{
    font-size: 24px;
    font-weight: 800;text-transform: uppercase;
    text-align: center;
     color:#000024;
}


.btntheme, .btntheme:active, .btntheme:focus, .btntheme:hover{
    display: block;border: 0px;
    border-radius: 4px;
    width: 100%;color: #ffffff;
    background: #000024;
}

.cardsidebar {
    padding: 30px 20px;
    margin: 82px 0;
    border: 2px solid #000024;
    border-radius: 10px;
    background: #fff;
}
.cardsidebar h3{
    font-size: 18px;
    color: #000024;text-transform: uppercase;
   
}

.totalprice{
    text-align: right;font-size: 17px;font-weight: 600;
}

.summerybrdr{
    border-bottom: 1px dashed #ffffff;margin: 8px 0px ;
}


.summerycolumn {
  float: left;
  width: 60%;
  padding:0px 4px;
}

.summerycolumn1 {
  float: left;
  width: 40%;
  padding:0px 4px;
  text-align:right;
}

.summerycolumn1 span{
    font-weight :bold;
}

.summeryrow:after {
  content: "";
  display: table;
  clear: both;
}

.form {
    padding: 10px 20px;
    margin: 5% 0;
    border-radius: 10px;
    /*background: #01265a;*/
    background: #fff;
    border: 2px solid #000024;
}

    .form h1 {
        font-size: 24px;
        font-weight: 800;
        text-align: center;
        color: #000024;
        padding-bottom: 10px;
        border-bottom: 2px solid transparent;
        border-image: radial-gradient(circle, #000024 0%, rgb(229 227 216) 100%);
        border-image-slice: 1;
    }

.btnsearch{
    border: 0px;
    border-radius: 4px;
    color: #ffffff;padding: 8px 10px;
    background: #000024;margin-left: -10px;
}

.input-group-text {
    color: #000000;background: #ffffff;
}


.linksadmin, .linksadmin:hover, .linksadmin:active, .linksadmin:focus{
    color: #000024;font-weight: 600;
    padding: 8px;
    
}

.form-check-label{
    padding: 0px 6px;
}

.btntheme1, .btntheme1:active, .btntheme1:focus, .btntheme1:hover{
   border: 0px;
    border-radius: 4px;padding:8px 16px;
    color: #ffffff;
    background: #000024;
}


/*Registration Details Page*/
.download-box{background:#01265a;color: #fff;height: 100%;text-align: center;padding:20px;font-size: 20px;border-radius: 0.25rem;display: block;text-decoration: none;transition:0.5s;box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.3);}
.download-box:hover{color: #fff;text-decoration: none;box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.5)}
.download-box p{margin-bottom: 0}
.download-box .icon i{font-size: 40px;margin-bottom: 15px}

.download-box .icon1 i{font-size: 40px;margin-bottom: 15px;margin-top: 20px;border: 3px solid #fff;border-radius: 50%;padding: 15px;width: 80px;height: 80px;}
.download-box .New_btn {
    background: #ffc107;
    color: #000;
    border: none;
    box-shadow: none;
    padding: 8px 18px;
    font-weight: 600;
}

.fhead {
    font-size: 24px;
    padding: 6px 0px;
    color: #ffffff !important;
    margin: 0;
}

.textcontent {
    font-size: 18px;
    padding: 10px 0px;
    color: #b99c54;
    margin: 0;
}

.button {
    background: rgb(0, 0, 0);
    font-size: 16px;
    color: #ffffff;
    padding: 10px 20px;
    border: 2px dashed #d3b907;
    text-align: center;
    font-weight: 600;
    transition-duration: 0.4s;
    text-decoration: none;
    border-radius: 4px;
}

.button i {
    font-size: 16px;
}

.button:hover {
    background: rgb(0, 0, 0);
    font-size: 16px;
    color: #ffffff;
    padding: 10px 20px;
    border: 2px dashed #d3b907;
    text-align: center;
    font-weight: 600;
    transition-duration: 0.4s;
    text-decoration: none;
    border-radius: 4px;
}


.button1 {
    background-color: #27082e;
    font-size: 18px;
    color: #b7b7b7;
    padding: 10px 24px;
    border: 2px dashed #b99c54;
    text-align: center;
    font-weight: 400;
    transition-duration: 0.4s;
    text-decoration: none;
    border-radius: 4px;
}

.button1 i {
    font-size: 14px;
    padding: 0 4px;
}

.button1:hover {
    background-color: #27082e;
    font-size: 18px;
    color: #FFFFFF;
    padding: 10px 24px;
    border: 2px dashed #b99c54;
    text-align: center;
    transition-duration: 0.4s;
    text-decoration: none;
}

/*.mumbaiandmaharastra*/

.mumbaiandmaharastra {
    padding: 60px 10px;
    text-align: center;
}


/*.whymumbai*/
.mediaobj {
    width: auto;
}

.abstracts {
    padding: 60px 10px;
    text-align: center;
    background: #002656;
}

.media1 {
    text-align: left;
    padding: 20px;
}

.media1 h5 {
    color: #ffffff;
    font-weight: 600;
}

.media1 p {
    font-size: 16px;
    color: #b99c54;
}

.carousel-control-next,
.carousel-control-prev {
    width: 6%;opacity: 1;top: 12%;
}

.videos {
    background-color: #002656;
    padding: 100px 10px;
    background-attachment: fixed;
    text-align: center;
}

.videos h5 {
    font-size: 26px;
    color: #ffffff;
    font-weight: 600;
}

.videosframe {
    border: 3px solid #b99d54;
    width: 100%;
}

.keydate {
    margin-top: -70px;
    z-index: 111;
    padding: 18px 6px;
    text-align: left;
    background: #022855;
    border-radius: 14px;
    box-shadow: -1px 2px 14px 3px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: -1px 2px 14px 3px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: -1px 2px 14px 3px rgba(0, 0, 0, 0.24);
    margin-bottom: 100px;
}

.keydate h1 {
    font-size: 12px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 14px;
    margin-top: 6px;
}

.keydate i {
    font-size: 22px;
    color: #000024;
    text-align: center;
    margin-bottom: 10px;
    border: 2px solid #000024;
    height: 60px;
    width: 60px;
    line-height: 60px;
    border-radius: 50%;
}

.keydate p {
    margin: 0;
    font-size: 14px;
    color: #ffffff;
}

.keydate h1 span {
    font-size: 16px;
    color: #000000;
    font-weight: 600;
    text-transform: none;
}

.Attractions {

    background-color: #0d1227;
    padding: 100px 10px;
    text-align: center;
}

.Attractioncard {
    margin: 20px 10px;
}

.Attractioncard h4 {
    font-size: 20px;
    font-weight: 600;
    color: #270828;
}

.Attractioncard p {
    font-size: 13px;
    text-align: left;
    color: #270828;
    padding: 10px 0px;
}

.venue {
    padding: 60px 120px;
}


.venuep {
    color: #000000;
}

.venuecontent {
    font-size: 18px;
    color: #b99c54;
    margin: 0;
}

.footage {
    padding: 60px 10px;
    text-align: center;
    background-color: #b99c54;
}

.footage h5 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
}

.footagevideo {
    width: 100%;
    height: 350px;
    background: #000000;
}

.footegimg {
    border-radius: 10px;
}

.cardfootage {
    background: #ffffff;
    padding: 30px;
    border-top-left-radius: 10px;
    text-align: left;
    margin-top: 40px;
    color: #000000;
    margin-left: -80px;
}

.cardfootage1 {
    background: #ffffff;
    padding: 0px;
    text-align: center;
    color: #000000;
    margin-top: 20px;
    height: auto;
    min-height: 480px;
}

.cardfootage1 h5 {
    padding: 10px 20px 0px;
    margin: 0;
    font-weight: 600;
    color: #270828;
}

.cardfootage1 p {
    padding: 10px 20px;
    margin: 0;
    text-align: center !important;
    color: #000000 !important;
}

.SocioMood {
    padding: 60px 10px;
    text-align: center;
}

.sociomoodgrid {
    padding: 20px 6px;
}

.ourteam {
    background-image: url(../images/ourteambg.png);
    background-size: 100% auto;
    background-position: left top;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #ffffff;
    padding: 120px 10px;
    text-align: center;
}

.Speakers {
    padding: 0px;
    text-align: center;
    border-radius: 4px;
    margin: 10px;
}

.Speakers h3 {
    font-size: 20px;
    color: #270828;
    font-weight: 600;
    padding: 10px 0px 0px;
    margin: 0;
}

.Speakers h4 {
    font-size: 14px;
    color: #000000;
    font-weight: 600;
    padding: 4px 0px 0px;
    margin: 0;
    text-transform: uppercase;
}

.teamimg {
    width: 200px;
    text-align: center;
    margin: auto;
}

.Speakershead {
    font-size: 20px;
    color: #ffffff !important;
    font-weight: 600;
    padding: 10px 0px 0px;
    margin: 0;
}

.linkres {
    font-weight: 500;
    color: #fff;
    transition: .8s;
}
    .linkres:hover {
        font-weight: 500;
        color: #fff;
        transition: .8s;
    }


.pageheader {
    margin: 0;
    /*background: #001854;*/
}

.pagecontent {
    padding: 60px 10px;
    background: #002655;
}

.pagecontent h2 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 24px;
    margin-top: 20px;
}

.pagecontent p {
    color: #ffffff;
}

.pagecontent p span {
    color: #ffce00;
    font-weight: 700;
}

.registercard {
    padding: 20px;
    background: #040715;
    margin: 20px 0px;
    border-radius: 10px;
}

.stapsnum {
    margin: 8px 20px;
    font-size: 20px;
    border: 2px dashed #ffffff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    color: #ffce00;
}

.stapesnumber {
    border-radius: 50%;
    top: 10px;
    color: #000000;
    position: absolute;
    left: 10px;
    background: #ffce00;
    font-size: 16px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    font-weight: 600;
}

.tabs1 {
    text-align: center;
}

.mumbaimhinfo {
    background: #b99c54;
    border-radius: 6px;
    margin: 20px 0px;
    min-height: 480px;
}

.mumbaimhinfo h3 {
    padding: 20px 20px 10px;
    line-height: 24px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 0;
    color: #ffffff;
    margin-top: -30px;
}

.mumbaimhinfo h3 span {
    background: #270828;
    padding: 10px 12px;
    border-radius: 3px;
}

.mumbaimhinfo p {
    padding: 10px 10px 20px;
    margin: 0;
    color: #270828;
}

.mumbaimhinfoimg {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}


.slidecontainer {
    width: 40%;
}

.slider1 {
    -webkit-appearance: none;
    width: 100%;
    height: 8px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.8;
    -webkit-transition: .2s;
    transition: opacity .2s;
    border-radius: 30px;
}

.slider1:hover {
    opacity: 1;
}

.slider1::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: #000;
    border-radius: 30px;
    cursor: pointer;
}

.slider1::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #000;
    cursor: pointer;
}

ul.contact1-ul {
    padding: 10px 14px;
    margin: 0;
    list-style: none;
}

ul.contact1-ul li {
    color: #b99c54;
    font-size: 14px;
    padding: 10px;
    padding-left: 30px;
    position: relative;
}

ul.contact1-ul li i {
    position: absolute;
    left: 0px;
    top: 12px;
    font-size: 14px;
    text-align: center;
}

.mumbaimhinfo1 {
    background: #b99c54;
    border-radius: 6px;
    margin: 20px 0px;
    height: auto;
    min-height: 700px;
}

.mumbaimhinfo1 h3 {
    padding: 20px 20px 10px;
    line-height: 24px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 0;
    color: #ffffff;
    margin-top: -30px;
}

.mumbaimhinfo1 h3 span {
    background: #270828;
    padding: 10px 12px;
    line-height: 32px;
    border-radius: 3px;
}

.mumbaimhinfo1 p {
    padding: 10px 10px 20px;
    margin: 0;
    color: #270828;
}


.innerfooter{
     padding: 10px 10px 0px;
    background: #023260;
    background-image: url(../images/innerfooterbg.jpg);
    background-size: cover;
}

footer {
    padding: 10px 10px;
    background: #0D4E8E;
}

footer h2 {
    font-family: 'Barrio', cursive;letter-spacing: 1px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: #26ffe6;
}

.logofooter {
    width: 160px;
}

footer ul {
    padding-left: 10px;
    list-style: none;
}

footer ul li a {
    color: #ffffff;
    font-size: 12px;
}

footer p {
    color: #ffffff;
    font-size: 12px;margin: 0;
}

footer ul li a i {
    font-size: 11px;
    padding-right: 6px;
    color: #000024;
    transition: .6s;
}

footer ul li a:hover {
    color: #ffffff;
}

.vamalogo {
    width: 160px;
    padding: 10px 0px;
}

.footersub {
    background: #000000;
    padding: 10px;
    text-align: center;
}

.footersub p {
    color: #ffffff;
    margin: 0;
    font-size: 12px;
}

.footerlink {
    color: #000024;
    font-weight: 600;
}

.footerlink:hover, .footerlink:active, .footerlink:focus{
    color: #ffffff;
    font-weight: 600; 
}

.welcomemsg{
    margin: 60px 24px;
    background: #fff;text-align: center;
    padding:30px 24px;border-radius: 10px;
}

.welcomemsg p{
    font-size: 14px;padding: 10px 6px;
}

.welcomemsg h3{
    font-size: 20px;font-weight: 600;color: #000024;
}

.welcomemsg p span{
    font-size: 14px;font-weight: 600;color: #000024;
}

.welcomemsgtop {
    /*background-image: url(../images/wel1.png);
    background-repeat: no-repeat;background-size: contain;
    background-position: left;*/
    height: 100px;margin: -50px;
}

.welcomemsgright {
    /*background-image: url(../images/wel.png);
    background-repeat: no-repeat;background-size: contain;
    background-position: right;*/
    height: 100px;
    color: #c19e3a;
    padding-bottom: 76px;margin: -50px;
}

.welmsgimg {
    width:140px !important;
    margin: auto;padding: 6px!important;
    border: 3px solid #000024!important;border-radius: 50%!important;
}

@media only screen and (min-width: 992px) {
    .navbar {
        flex-direction: column;
    }