/*
*****************************************************************************
* by Rajiv Gangwar
* File include item demo only specific css only
*****************************************************************************
*/

.gms-logo {
    height: 100px;
}

.gms-content p {
    font-size: 14px;
    margin-bottom: 1rem;
}

.navigation .navbar .navbar-nav {
    margin-right: 0px;
}

.navigation .navbar .navbar-nav li a {
    font-size: 12px;
    font-weight: 600;
    color: #07294d;
    text-transform: uppercase;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    padding: 4px 8px;
    display: block;
}

/* .navigation .navbar .navbar-nav li a:hover {
    background-color: #07294d;
    color: #fff;
    border-radius: 5px;
    margin-right: 8px;
} */

.single-slider {
    padding-bottom: 50px;
}

.slider-cont h1 {
    font-size: 53px;
}

.footer-about .logo img {
    height: 150px;
}

.ft-light {
    color: #fff;
}

.footer-address ul li .cont p {
    color: #fff;
    font-size: 13px;
}

.footer-about p {
    color: #fff;
    padding-top: 0px;
    font-size: 12px;
}


table.member-table>tbody>tr>th {
    background: #07294d !important;
    color: #fff;
    padding: 7px 10px;
    border: 1px solid #07294d;
}

table.member-table>tbody>tr>td {
    padding: 5px 5px;
    border: 1px solid #000;
    font-size: 14px;
}

table.special-invite-table>tbody>tr>th {
    background: #07294d !important;
    color: #fff;
    padding: 7px 10px;
    border: 1px solid #07294d;
}

table.special-invite-table>tbody>tr>td {
    padding: 7px 10px;
    border: 1px solid #000;
}

.gms-content ul {
    margin: 1rem 0rem;
    padding-left: 32px;
    font-size: 14px;
    list-style-type: disc;
}

.gms-content h5 {
    font-size: 18px;
    color: #2b6ca3;
    margin-bottom: 16px;
    margin-top: 20px;
    /* text-decoration: underline; */
}

.ppt-list>h2 {
    font-size: 10px;
    margin: 5px 0;
    color: #45BA01;
}

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

table.member-table>thead>tr>th {
    background: #002e5d !important;
    color: #fff;
    padding: 7px 10px;
    border: 1px solid #002e5d;
}

table.member-table>tbody>tr>td {
    padding: 7px 10px;
    border: 1px solid #000;
}

.gms-content h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.gms-content h4 {
    margin: 10px 0px;
}

.ft-md {
    font-size: 1.5rem;
}

#about-part {
    padding-bottom: 10px;
}

.gallery .gallery-fix {
    height: 200px;
    width: 300px;
}

.navigation .navbar .navbar-nav>li>a.active,
.navigation .navbar .navbar-nav>li:hover>a {
    color: #ffc600;
    background-color: #ffc600;
    border-radius: 3px;
    color: #fff;
}

.navigation .navbar .navbar-nav li {
    margin-right: 5px;
}

.bg-primary {
    background-color: #022851 !important;
    color: #fff;
}

.annual-dinner-form {
    background-color: #fff;
    padding: 15px;
    border-radius: 5px;
}

.annual-dinner-form h3 {
    color: #2b6ca3;
    margin-top: 10px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
}

.annual-dinner-form label {
    font-size: 14px;
    font-weight: 600;
}

.signup-content-gms {
    /* background-color: #022851; */
    padding: 1rem 2rem;
    border-radius: 8px;
    box-shadow: 0 0 16px #00000036;
    color: #022851;
    /* text-align: center; */
    max-width: 800px;
    /* min-height: 350px; */
    margin: 0 auto;
    width: 100%;
}

/* .signup-content-gms .form-control {
    height: 30px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
} */

.signup-content-gms h2 {
    font-size: 25px;
    /* color: #fff; */
}

/* .signup-content-gms .form-input {
    height: 30px;
} */

.signup-content-gms .input-md {
    height: 30px;
}

.signup-content-gms .form-control {
    height: 30px;
    font-size: 12px;
    font-weight: 500;
}

/* .signup-content-gms .custom-file {
    height: 30px;
} */

.signup-content-gms label {
    font-size: 13px;
}

.signup-content-gms .form-group {
    overflow: hidden;
    margin-bottom: 10px;
}

.signup-content-gms .label-agree-term {
    font-size: 15px;
    /* color: #f6f6f6; */
}

.signup-content-gms .register {
    font-size: 14px;
    font-weight: 500;
    /* color: #fff; */
}

.signup-content-gms .main-btn {
    line-height: 35px;
}

.signup-content-gms .main-btn:hover {
    background-color: #ffc600;
    border-color: #022851;
    color: #022851;
}

.signup-content-gms .login-box {
    margin-top: -50px;
}

.ft-12 {
    font-size: 12px;
}

.term-service {
    color: #ffc600;
    transition: .3s;
}

.ft-primary {
    color: #022851;
}

.notes {
    background: #002e5d;
    color: #fff;
    margin: 19px 0px;
    padding: 20px;
    border-radius: 5px;
}

.membership-form {
    background: #fff;
    padding: 20px;
    font-size: 12px;
    font-weight: 600;
    margin: 20px 0px;
}

.main-content {
    width: 85%;
    margin: auto;
}

.membership-form h3 {
    color: #2b6ca3;
    margin-top: 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 20px;
}

.membership-form .form-control {
    font-size: 12px;
}

.login-4 .form-section {
    padding: 0;
}

.login-4 .form-inner {
    max-width: 100%;
    width: 80%;
    margin: 0 30px;
    padding-left: 60px;
    text-align: center;
}

.login-4 .form-inner label {
    text-align: left;
    color: #fff;
}

.login-4 .form-section .form-control {
    padding: 11px 20px 9px;
    font-size: 12px;
    outline: none;
    height: 35px;
    color: #616161;
    border-radius: 0px;
    font-weight: 400;
    border: 1px solid transparent;
    background: #fff;
}

/* i {
    margin-right: 10px;
} */

/*------------------------*/
/*---------signup-step-------------*/
.bg-color {
    background-color: #333;
}

.signup-step-container {}

.wizard .nav-tabs {
    position: relative;
    margin-bottom: 0;
    border-bottom-color: transparent;
}

.wizard>div.wizard-inner {
    position: relative;
    margin-bottom: 0px;
    text-align: center;
}

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 15px;
    z-index: 1;
}

.wizard .nav-tabs>li.active>a,
.wizard .nav-tabs>li.active>a:hover,
.wizard .nav-tabs>li.active>a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 16px;
    color: #0e214b;
    font-weight: 500;
    border: 1px solid #ddd;
}

span.round-tab i {
    color: #555555;
}

.wizard li.active span.round-tab {
    background: #3381bb;
    color: #fff;
    border-color: #3381bb;
}

.wizard li.active span.round-tab i {
    color: #5bc0de;
}

.wizard .nav-tabs>li.active>a i {
    color: #ffc600;
    font-weight: bold;
    font-size: 14px;
}

/* NAV TABS DISABLE */
.wizard .nav-tabs>li {
    width: 25%;
    pointer-events: none;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: red;
    transition: 0.1s ease-in-out;
}

.wizard .nav-tabs>li a {
    width: 30px;
    height: 30px;
    /* margin: 20px auto; */
    border-radius: 100%;
    padding: 0;
    background-color: transparent;
    position: relative;
    /* top: -20px; */
}

.wizard .nav-tabs>li a i {
    position: absolute;
    top: -15px;
    font-style: normal;
    font-weight: 400;
    white-space: nowrap;
    left: 50%;
    /* margin-left: 10px; */
    transform: translate(-50%, -50%);
    font-size: 14px;
    font-weight: 400;
    color: #022851;
}

.wizard .nav-tabs>li a:hover {
    background: transparent;
}

.wizard .tab-pane {
    position: relative;
    padding-top: 20px;
}

.wizard h3 {
    margin-top: 0;
}

.prev-step,
.next-step {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #ffc600;
    padding: 0 10px;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 50px;
    border-radius: 5px;
    color: #022851;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 5;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    background-color: #ffc600;
}

.next-step {
    background-color: #ffc600;
    color: 022851#fff;
}

.prev-step {
    background-color: #dfe3e8;
    color: #1e2026;
    border: 1px solid #dfe3e8;
}

.next-step {
    line-height: 35px;
}

.prev-step {
    line-height: 35px;
}

.skip-btn {
    background-color: #cec12d;
}

.step-head {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
}

.term-check {
    font-size: 14px;
    font-weight: 400;
}

.all-info-container {}

.list-content {
    margin-bottom: 10px;
}

.list-content a {
    padding: 10px 15px;
    width: 100%;
    display: inline-block;
    background-color: #f5f5f5;
    position: relative;
    color: #565656;
    font-weight: 400;
    border-radius: 4px;
}

.list-content a[aria-expanded="true"] i {
    transform: rotate(180deg);
}

.list-content a i {
    text-align: right;
    position: absolute;
    top: 15px;
    right: 10px;
    transition: 0.5s;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #fdfdfd;
}

.list-box {
    padding: 10px;
}

.list-inline li {
    display: inline-block;
}

@media (max-width: 767px) {
    .sign-content h3 {
        font-size: 40px;
    }

    .wizard .nav-tabs>li a i {
        display: none;
    }

    .signup-logo-header .navbar-toggle {
        margin: 0;
        margin-top: 8px;
    }

    .signup-logo-header .logo_area {
        margin-top: 0;
    }

    .signup-logo-header .header-flex {
        display: block;
    }
}


.text-end {
    text-align: end !important;
}

.disable-btn {
    opacity: 0.6;
    cursor: not-allowed;
    pointer-events: none;
}


/* NOVEMBER PAGE CSS */
.signup-content-gms-1 {
    /* background-color: #022851; */
    padding: 1rem 2rem;
    border-radius: 20px;
    box-shadow: 0 0 16px #00000036;
    color: #000;
    margin: 15px auto;
    width: 100%;
}

.signup-content-gms-1 h2 {
    font-size: 25px;
    color: #fff;
}

.signup-content-gms-1 .input-md {
    height: 30px;
}

.signup-content-gms-1 .form-control {
    height: 30px;
    font-size: 12px;
    font-weight: 500;
}

.signup-content-gms-1 .custom-file {
    height: 30px;
}

.signup-content-gms-1 label {
    font-size: 14px;
    font-weight: 500;
}

.signup-content-gms-1 .form-group {
    overflow: hidden;
    margin-bottom: 10px;
}

.signup-content-gms-1 .label-agree-term {
    font-size: 15px;
    color: #f6f6f6;
}

.signup-content-gms-1 .register {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.signup-content-gms-1 .main-btn {
    line-height: 35px;
}

.signup-content-gms-1 .main-btn:hover {
    background-color: #ffc600;
    border-color: #022851;
    color: #022851;
}

.signup-content-gms-1 .login-box {
    margin-top: -50px;
}

.ss-wizard .wizard .nav-tabs>li {
    width: 50%;
}

span.round-tab-1 {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    border: 1px solid #ddd;
}

.ss-wizard li.active span.round-tab-1 {
    background: #ffc600;
    color: #fff;
    border-color: #ffc600;
}

span.round-tab-1 i {
    color: #000;
}

.ss-wizard .nav-tabs>li.active>a i {
    color: #000;
    font-weight: bold;
    font-size: 14px;
}

.ss-wizard .nav-tabs>li a i {
    position: absolute;
    top: -15px;
    font-style: normal;
    font-weight: 400;
    white-space: nowrap;
    left: 50%;
    /* margin-left: 10px; */
    transform: translate(-50%, -50%);
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

.invitation-card {
    /* background: #ffc600; */
}

.log-1 img {
    margin: auto;
    width: 90px;
}

.fst-word {
    padding: 10px 0px 10px 0px;
}

.fst-word span {
    font-size: 100px;
    color: #022851;
    font-weight: 600;
    letter-spacing: 19px;
}

.sec-word {
    padding: 0px 0px 10px 60px;
}

.sec-word span {
    font-size: 100px;
    color: #022851;
    font-weight: 600;
    letter-spacing: 20px;
    margin-top: -88px;
    margin-left: -26px
}

.line {
    border-left: 6px solid #ffc600;
    height: 200px;
    margin-top: 50px;
    margin-left: 20px;
}

/* new project */
.banner {
    background: url(../images/nov/bg-slide-01.jpg) no-repeat;
    background-size: contain;
    background-size: cover;
    height: 100vh;
}

.back-banner {
    color: brown;
    position: absolute;
}

.banner-title {
    padding-top: 120px;
    margin-left: 40px;
}

.back-banner h3 {
    font-size: 55px;
    font-weight: 700;
}

.back-banner span {
    font-size: 45px;
    font-weight: 400;
}

.ticket img {
    padding-top: 20px;
    margin-left: 40px;
    /* height: 160px;
    max-width: 100%; */
    /* background: url(../images/new/ticket.png);
    background-repeat: no-repeat; */
}

.ticket-title img {
    position: absolute;
    margin-left: 323px;
    opacity: 77%;
    margin-top: 52px;
}

.ticket-address {
    position: absolute;
    margin-left: 445px;
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    margin-top: 80px;
}

.button {
    margin-top: 100px;
    position: absolute;
    margin-left: 120px;
    box-shadow: 2px 3px 24px -3px rgba(0, 0, 0, 0.75);
}

.main-btn.register-submit-1 {
    width: 210px;
}

.ticket a {
    padding-right: 53px;
    margin-left: 320px;
    text-decoration: none;
    margin-top: 85px;
    color: #000;
}

.about {
    padding-top: 60px;
}

.about h3 {
    font-size: 30px;
    font-weight: 500;
    color: brown;
}

.about span {
    padding-top: 10px;
}

.about-img {
    border: 20px solid #fff;
    margin-top: -100px;
}

.about-img img {
    width: 430px;
    height: 430px;
}

.price {
    padding: 20px;
    margin: auto;
}

.price h3 {
    font-size: 30px;
    font-weight: 500;
    color: brown;
    margin: auto;
    text-align: center;
    padding: 20px;
}

.adult-price {
    width: 250px;
    -webkit-box-shadow: 2px 3px 24px -3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 3px 24px -3px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 3px 24px -3px rgba(0, 0, 0, 0.75);
    border-radius: 10px;
    margin: auto;
    padding: 10px;
}

.font-icon {
    padding-top: 20px;
    padding-bottom: 20px;
}

.font-icon img {
    width: 200px;
    height: 200px;
}

/* .price{
    height: 100vh;
} */
.price-text {
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding: 5px;
    margin: 0 20px;
    height: 50px;
}

.price-details {
    padding: 20px 20px 20px 20px;
    margin: 0px 20px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.norm-text {
    text-align: center;
    padding: 20px 0px 0px 0px;
}

.price h4 {
    font-size: 35px;
    color: #000;
    padding: 20px;
    text-align: center;
}

.reg-bttn {
    padding: 20px;
    text-align: end;
    margin: auto;
}

.btn-color {
    background-color: #ffc600;
    color: #022851;
    font-size: 16px;
    font-weight: 700;
}

.btn-color:hover {
    background-color: #022851;
    color: #ffc600;
}

.head-text {
    padding-bottom: 20px;
}


/* for type number arrow remove by Rajiv*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

#togglebox {
    display: none;
}

.modal-custom ul li {
    font-size: 12px;
}
/* #show-part{
    background-color: #f4f4f4;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
} */
.ss-meb-nav a{
    background-color: #dedede;
}
/* .ss-meb-nav a.active{
    background-color: #007bff;
} */
.ss-tab th{
    padding: 5px!important;
}
.ss-tab td{
    padding: 5px!important;
}
/* .ss-pills .nav-pills .nav-link {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background: #039eef;
    padding: 20px;
    margin: 10px;
}
.ss-pills .nav-pills .nav-link:hover {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background: #ffc600;
    padding: 20px;
    margin: 10px;
} */
.act-logo{
    width: 100%;
    padding: 5px;
    border-bottom: 1px solid #dedede;
}
.act-btn{
    justify-content: baseline;
}
.act-btn a{
    width: 100%;
    padding: 10px;
    text-align: center;
    background: #039eef;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
}
.act-btn a:hover{
    width: 100%;
    padding: 10px;
    background: #ffc600;
    justify-content: baseline;
    color: #fff;
    cursor: pointer;
}
.act-click{
    width: 90%;
    user-select: none;
}
.act-click h6{
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}
.act-icon{
    width: 10%;
    color: #fff;
}
/* .flip-card {
    background-color: transparent;
    perspective: 1000px;
  }
  
  .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 1s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  }
  
  .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
  }
  
  .flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  .flip-card-front {
    background-color: #bbb;
    color: black;
  }
  
  .flip-card-back {
    background-color: #2980b9;
    color: white;
    margin-top: 20px;
    transform: rotateY(180deg);
  }
  .flip-card-back h1{
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    background-color: #039eef;
    cursor: pointer;
  } */
  .video {
    padding-left: 0px!important;
}
.bg-transparent{
    background-color: transparent!important;
}