    #app {
        font-family: Avenir, Helvetica, Arial, sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-align: center;
        color: #2c3e50;
        margin-top: 60px;
    }
    
    .logo {
        display: inline-flex;
        align-items: center;
        text-align: left;
        margin-left: 7mm;
        margin-bottom: 5mm;
    }
    
    .logoimg {
        width: 190px;
        margin: 8px 12px 0 0;
    }
    /*.Header and gadiant title*/
    
    .organization-name {
        margin-left: 10 px;
        margin-bottom: 40px;
        margin-top: 40px;
        font-size: 1.6rem;
        font-weight: 400;
        text-transform: uppercase;
        animation-name: header-label;
        animation-duration: 6s;
        animation-direction: reverse;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in;
    }
    
    .organization-location {
        margin-top: -20px;
        font-size: 1.1rem;
        font-weight: 400;
        text-transform: uppercase;
        animation-name: header-label;
        animation-duration: 6s;
        animation-direction: reverse;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in;
    }
    
    @keyframes header-label {
        0% {
            color: #fcbe2b;
        }
        75% {
            color: #575727;
        }
        50% {
            color: rgb(238, 223, 14);
        }
    }
    
    .header {
        display: flex;
        justify-content: flex-start;
        position: relative;
        z-index: 1;
    }
    /* Set the background on the header*/
    
    .header::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: .2;
        z-index: -1;
        background-image: url(Images/);
    }
    
    .title {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
    
    .center-text {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    /* ============ NavBar ============ */
    
    .navbar {
        padding: 10px;
    }
    
    .home {
        color: #fcbe2b !important;
    }
    
    .dropdown-menu {
        background-color: #696969 !important;
    }
    
    .dropdown-item {
        color: #fcbe2b !important;
    }
    
    .nav-link {
        color: #fcbe2b !important;
    }
    
    .dropdown-item:hover {
        background-color: #808080 !important;
    }
    /*Nav bar sub menu display*/
    /* ============ desktop view ============ */
    
    @media all and (min-width: 340px) {
        .dropdown-menu li {
            position: relative;
        }
        .nav-item .submenu {
            display: none;
            position: absolute;
            left: 100%;
            top: -7px;
        }
        .nav-item .submenu-left {
            right: 100%;
            left: auto;
        }
        .dropdown-menu>li:hover>.submenu {
            display: block;
        }
    }
    /* ============ desktop navbarview .end// ============ */
    /* ============ small devices navbar view ============ */
    
    @media (max-width: 991px) {
        .dropdown-menu .dropdown-menu {
            margin-left: 0.7rem;
            margin-right: 0.7rem;
            margin-bottom: .5rem;
        }
        .nav-item .submenu {
            display: none;
            position: absolute;
            left: 25%;
            top: 30px;
        }
    }
    /* ============ small devices navbar .end// ============ */
    
    .carousel-item {
        position: relative;
        max-height: 50vh;
    }
    
    .logo-wrapper {
        position: relative;
        display: block;
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .logocar {}
    
    .logocar>img {
        transform: translate(-50%, -70%);
        position: absolute;
        display: inline-block;
        width: 300px;
        height: 400px;
    }
    
    .logocenter {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    
    .logocenter>img {
        width: 300px;
        height: 200px;
    }
    
    .carousel-container {
        max-height: 500px;
        overflow-y: hidden;
    }
    /*carousel images, use for div.carousel-img instead of a <img/> tags*/
    
    .carousel-img {
        background-repeat: no-repeat;
        width: 100%;
        height: 500px;
        background-position: center !important;
        -webkit-background-size: cover !important;
        -moz-background-size: cover !important;
        -o-background-size: cover !important;
        background-size: cover !important;
        filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
        -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";
    }
    /*.text2 {
  color: #f6b117;
}*/
    /* Head and tittles*/
    
    @media screen and (max-width: 700px) {
        .header {
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 100%;
            height: 300px;
        }
    }
    
    .logo {
        padding: 0;
        margin: 0;
    }
    
    .title {
        justify-content: center;
        align-items: center;
    }
    
    .title>h1 {
        text-align: center;
        color: #fcbe2b;
    }
    
    .title>h2 {
        text-align: center;
        color: #fcbe2b;
    }
    
    .organization-name {
        margin-top: 0;
    }
    /*Paragraph Title and Containers*/
    
    .par_header {
        background-color: #3c4142;
        color: #fcbe2b;
        border-radius: 20px 0px 0px 20px;
        padding: 0.9rem 1rem;
        margin-top: 1rem;
        margin-left: 4rem;
        margin-right: 4rem;
    }
    
    .par_container {
        width: 80%;
        text-align: center;
    }
    
    .par {
        padding: 1rem 0.5rem 0 2rem;
        text-align: justify;
        margin-right: 30px;
        line-height: 2;
        margin-left: 4rem;
        margin-right: 5rem;
    }
    
    @media screen and (max-width: 500px) {
        .header {
            width: 95%;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
        .par {
            margin-left: 0rem;
            margin-right: 1.5rem;
            line-height: 1.5;
        }
    }
    
    * {
        box-sizing: border-box;
    }
    /* ============ image Accomodation page// ============ */
    
    .imghotel {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
    }
    /* ============ table layout for registration fees// ============ */
    
    .tablefee {
        border-collapse: collapse;
        border: 0px;
        margin-left: auto;
        margin-right: auto;
    }
    
    td {
        border: 1px solid #dddddd;
        text-align: left;
        padding: 8px;
    }
    
    th {
        border: 0px solid #dddddd;
        text-align: left;
        padding: 8px;
    }
    
    .page-footer {
        background-color: #3c4142 !important;
        color: #fcbe2b;
    }
    
    .footcol {
        color: #fcbe2b !important;
        text-align: left;
    }
    
    .parfoot {
        text-align: justify;
    }
    /*carousel Button and Titles*/
    
    .button_carousel {
        background-color: #02b8e8;
        border: none;
        color: #02b8e8;
        padding: 15px 32px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
    }
    
    .carousel_vegas {
        position: absolute;
        font-size: 1.5vw;
        font-weight: bold;
        font-style: italic;
        color: #01556d;
        bottom: 5px;
        left: 50%;
        transform: translateX(-50%);
    }
    /*carousel hyperlinks*/
    
    .cartext {
        color: white;
    }
    
    .text3 {
        color: white;
    }
    /* Call_papers style Create two equal columns that floats next to each other */
    
    .img-thum {
        max-width: 30%;
    }
    
    .img-media {
        max-width: 30%;
        margin: 5%;
    }
    /* ============ Form// ============ */
    
    input[type=text],
    select,
    textarea {
        width: 100%;
        padding: 12px;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-sizing: border-box;
        margin-top: 6px;
        margin-bottom: 16px;
        resize: vertical;
    }
    
    input[type=submit] {
        background-color: #04AA6D;
        color: white;
        padding: 12px 20px;
        border: none;
        border-radius: 4px;
        cursor: pointer;
    }
    
    input[type=submit]:hover {
        background-color: #45a049;
    }
    
    .form_container {
        border-radius: 5px;
        background-color: #f2f2f2;
        padding: 20px;
    }
    
    .tabreg {
        display: none;
    }
    
    form,
    table {
        text-align: center;
    }
    
    #prevBtn,
    #nextBtn {
        color: #eee;
        background: #3c4142;
        padding: 5px 10px;
        border-radius: 10px;
        border: none;
    }
    
    input.invalid {
        background-color: #ffe7e7;
    }