﻿ @font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-Regular.woff");
}
@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-Bold.woff");
    font-weight: bold;
}
body {
    font-family:"Poppins";
    
}
.custom-txtbox {
    width:49%;
    display:inline-block
}
.custom-lbl {
    display:block;
}
.bg-img {
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
}

.rg-row {
    min-height:80vh;
}
.txt-input {
    margin-bottom:18px;
    height:45px;
}
.empty-msg {
    padding:15px;
}
#passDisp {
    display:none;
}
.btn-submit {
    width:250px;
    text-align:center;
    display:block;
    margin:0 auto;   
    padding:8px 0;
    text-transform:uppercase;
    background-color:#000;
    color:#fff;
    border:none;
    border-radius:8px;
    font-size:14px;
    cursor:pointer;
}

.main-btn {
    height:40px;
    max-width: 300px;
    width: 100%;
    display:block;
    padding:10px 0;
    text-transform:uppercase;
    font-size:14px;
    margin:auto;
    border-radius:5px;
    font-weight:600;
    cursor:pointer;
}
.primary-btn {
    background-color:#15304E;
    color:#fff;
    border:none;
}
.secondary-btn {
    background-color:transparent;
    color:#15304E;
    border:1px solid #15304E;
}
.doc-title {
    margin-top:70px;
}
    .doc-title h3 {
        font-size:18px;
        font-weight:bold;
        margin-bottom:0;
        color:#15304E;
    }
.loader-wrap {
    position:relative;
    max-width:300px;
    margin:0 auto;
}

    #loader {
        display:none;
        position:absolute;
        right:10px;
        top:5px;
        width:30px;
        height:30px;
    }

/*Global*/
.header {
    /*height:130px;*/
    /*background-image: linear-gradient(to right, rgba(46, 193, 242,0.5), rgba(46, 193, 242,1));*/
    /*background-image:url(../images/banner-inner.png);*/
    position:relative;
}
.header-banner {
    width:100%;
}
.header-wrap {
    position:relative;
    width:100%;
    top:0;
    left:0;
    display:flex;
    align-items:center;
    padding: 20px 25px 0 25px;
}
.header-arrow {
    display:inline-block;
}
.header-arrow{
    height:20px;
    width:20px;
}
.header-title {
    font-size:21px;
    color:#000;
    font-weight:bold;
    margin:0;
    margin-left:20px;
    line-height:1;
}
.main-section {
    position:   relative;
    top:20px;
    left:0;
    right:0;
}
/*Global --- END---*/

/*Login Page*/
.ls-section {
    background-image:url(../images/main.png);
    background-color:#D8F0FC;
    background-position:bottom;
    background-repeat:no-repeat;
    background-size:inherit;
    color:#15304E; 
}
.logo, .logo1 {
    text-align:center;
    /*margin-bottom:30px;*/
    padding:55px 0 30px 0;
}
.logo img{
    /*height:150px;*/
    width:90%;
}
.logo1 img{
    height:80px;
}
.ls-text-wrap {
    margin:60px 0;

}
.ls-title {
    font-size:20px;
    font-weight:600;
}
.ls-text {
    font-size:18px;
    margin-top:20px;
}
.ls-btn-wrap {
    margin-bottom:60px;
}
.primary-btn {
    margin-bottom:20px;
}
.lg-wrap {
    margin-bottom:150px;
}
.lbl-title {
    text-transform:uppercase;
    font-weight:600;
    font-size:24px;
    margin-bottom:20px;
}
.lbl-txt {
    text-transform:uppercase;
    font-size:16px;
    padding-left:10px;
}
.lbl-last a{
    text-transform:uppercase;
}
.thanku {
    margin-bottom:20px;
}
.tu-item-wrap {
    text-align:center;
    margin-bottom: 150px;
}
.thanku img {
    height:80px;
}
.tu-title {
    font-size:24px;
    font-weight:600;
    margin-bottom:20px;
}
.tu-text {
    margin:0;
}
/*Login Page -----END*/

/*About Place*/
.ap-section {
    /*padding:15px 0;*/
    
}
.ap-slider-wrap {
    /*overflow:hidden;*/
    box-shadow:rgba(0, 148, 255,.5);
    text-align:justify;
}
.ap-item {
    padding:0 8px;
    width:100%;
}
.ap-img {
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    height:230px;
    border-radius:20px;
}
.ap-text-wrap {
    margin-top:20px;
    text-align:justify;
}
.ap-title {
    font-size:24px;
    font-weight:bold;
}
.ap-text {
    font-size:14px;
}
    .ap-text a {
        text-decoration:underline;
    }
/*About Place ---END---*/

/*About Hotel ---*/
.ah-slider-wrap {
    margin-top:100px;
}
.ah-img {
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 230px;
    border-radius: 20px;
}
/*About Hotel ---END---*/

/*Conference Schedule*/
.cs-main-wrap {
    box-shadow:0 5px 10px rgba(0,0,0,0.3);
    border-radius:5px;
    margin-bottom:50px;
}
.cs-outer-wrap {
    background-color:#fff;
}
.cs-date-title {
    font-size:14px;
    margin-bottom:20px;
    color:#0786B1;
    font-weight:bold;
}
.cs-date-ul {
    list-style:none;
    padding:0;
    margin:0;
}
.cs-date-li {
    padding:20px 15px;
}
.cs-time-ul {
    list-style:none;
    padding:0;
    margin:0;
}
.cs-time-li {
    margin-bottom: 15px;
    padding-bottom: 13px;
    padding-left:15px;
    border-bottom: 1px solid rgba(0,0,0,0.3);
}
    .cs-time-li.last-item {
        margin-bottom: 0;
        padding-bottom: 13px;
        border-bottom: none;
    }
    .cs-time-li:last-child {
        margin-bottom: 0;
        padding-bottom: 13px;
        border-bottom: none;
    }
.cs-time-wrap {
    position:relative;
    padding-right:30px;
}
.cs-title {
    font-size:14px;
    margin-bottom:0;
    font-weight:bold;
    color:#121A2D;
}
.break .cs-title {
    color:#E5AF45;
}
.cs-time {
    margin-bottom:5px;
    font-size:14px;
    color:#969696;
}

.cs-place-name {
    font-size:14px;
    font-weight:400;
    margin-bottom:0;
    color:#969696;
}

.cs-checkbox {
    display: block;
    position: absolute;
    right:0;
    bottom:0;
    padding-left: 0;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 22px;
    height:25px;
    width:25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
    .cs-checkbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height:25px;
        width:25px;
        z-index:0;
    }
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border-radius:50%;
    background-color: #eee;
}
/* On mouse-over, add a grey background color */
/*.cs-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}*/

/* When the checkbox is checked, add a blue background */
.cs-checkbox input:checked ~ .checkmark {
    background-color: #69CBF8;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.cs-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.cs-checkbox .checkmark:after {
    left: 9px;
    top: 6px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.nav-tabs {
    border:none;
}
#nav-home-tab {
    border-radius:5px 0 0 0;
}
#nav-profile-tab {
    border-radius:0 5px 0 0;
}
.nav-item.nav-link.cs-tab {
    background-color:#fff;
    border:none;
    border-bottom:3px solid #969696;
    border-radius:0;
    width:50%;
    text-align:center;
    color:#969696;
    font-size:14px;
    display:inline-block;
    font-weight:bold;
    padding:10px;
    transition:300ms ease;
}
    .nav-item.nav-link.cs-tab.active {
        color:#121A2D;
        border-bottom:3px solid #6CC9F5;
    }

/*Conference Schedule-----END*/



/*Conference Detail*/
/*.cd-banner {
    height:250px;
    padding:15px;
}
.cd-logo-wrap {
    display:flex;
    justify-content:flex-end;
    align-items:center;
}
.cd-logo h3 {
    color:#fff;
    margin:0;
}
.cd-notification {
    height:50px;
    width:50px;
    background-color:#fff;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
}
    .cd-notification img {
        width:25px;
    }
.cd-title {
    font-size:18px;
    color:#000;
    text-align:center;
    padding-top:20px;
    margin-bottom:10px;
}
.cd-slogan {
    text-align:center;
    font-size:16px;
    font-weight:bold;
    color:#000;
}*/
.cd-banner-wrap {
    position:relative;
}
.cd-banner {
    width:100%;
}
.cd-notification {
    position:absolute;
    top:5px;
    left:0;
    width:60px;
}
    .cd-notification img {
        width:100%;
    }
.notification-off {
    display:block;
}
.notification-on {
    display:none;
}
    .cd-notification.new-notification .notification-off {
        display:none;
    }
    .cd-notification.new-notification .notification-on {
        display:block;
    }

.cd-logout-wrap {
    position:absolute;
    top:10px;
    right:10px;
    width:40px;
    height:40px;
}
.cd-logout {
    width:100%;
    height:100%;
    background-color:#fff;
    border:none;
    border-radius:50%;
    cursor:pointer;
    box-shadow:2px 2px 10px rgba(0,0,0,0.3);
    display: flex;
    justify-content: center;
    align-items: center;
}
    .cd-logout img {
        width:20px;
    }


.ib-section {
    box-shadow:0 5px 10px rgba(0,0,0,0.3);
}
.cd-date-wrap {
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:8px 0;
}
.cd-date {
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.cd-date-icon {
    width:20px;
    margin-right:10px;
}
    .cd-date-icon img {
        width:100%;
    }
.cd-date-text {
    display:flex;
    justify-content:space-between;
    align-items:center;
}
    .cd-date-text span {
        font-size:12px;
        color:#35363c;
    }
    .cd-date-text p {
        margin-bottom:0;
        color:#000;
        font-size:14px;
    }
        .cd-date-text p span {
            color:#969696;
            font-size:14px;
        }
.cd-start {
    margin-right:15px;
    position:relative;
}
    .cd-start.cd-divider:after {
        content:"";
        display:inline-block;
        position:absolute;
        width:10px;
        height:1px;
        top:50%;
        right:-10px;
        background-color:#000;
    }
.cd-loc {
    position:relative;
}
.cd-loc.cd-divider:before {
    content:"";
    display:inline-block;
    position:absolute;
    width:1px;
    height:100%;
    left:-10px;
    top:0;
    background-color:#969696;
}
.cd-loc span {
    font-size:14px;
    color:#35363c;
}
.cd-loc p {
    color:#969696;
    font-size:12px;
    margin-bottom:0;
}

.cd-icons-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    max-width:600px;
    margin:10px auto;
}
.icon-padd {
    padding:0 8px;
}
.cd-icon {
    width:33.33%;
    padding:8px;
}
    .cd-icon img {
        width:100%;
    }
/*Conference Detail-----END*/

/*Directions*/
.map-wrap {
    padding:30px 15px;
    background-color:#fff;
    box-shadow:0 5px 10px rgba(0,0,0,0.3);
    border-radius:5px;
}
.map-img img {
    width:100%;
}
.map-link {
    margin-bottom:50px;
}
    #mapLink {
        color:#2ec1f2;
        font-size:16px;
        display:flex;
        align-items:center;
    }
        #mapLink span {
            margin-left:10px;
            text-decoration:underline;
        }
        #mapLink img {
            width:24px;
        }
.directions-title {
    font-family: "Poppins";
    font-size:18px;
    font-weight:bold;
    color:#15304E;
    margin-bottom:15px;
}

/*Directions-----END*/


/*SpeakerProfile*/

.speaker-wrap1 {
    border-radius:5px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
    background-color: white;
    padding:15px;
}
.sp-title-wrap {
    text-align:justify;

}
.icon-wrap {
    text-align:center;
}

/**/
.ts-wrap {
    border-radius:5px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
    background-color: white;
    padding:15px;
    margin-bottom:50px;
}
.sp-table th, .sp-table td {
    vertical-align:middle;
}
.sp-time {
    padding:0 !important;
    text-align:center;
}


/*-----Media Queries-----*/

/*Tablets, Ipads (portrait)*/
@media (min-width: 768px) and (max-width: 1024px) {
    .logo img{
        width:40%;
    }
    .rg-row {
        min-height:85vh;
    }
    /*Global*/
    .header {
        /*height:200px;*/
    }
    .header-wrap {
        padding: 150px 50px 0 50px;
    }
    .header-title {
        font-size:24px;
        margin-left: 30px;
    }
    /*Global ---END---*/

    /*About Place*/
    .ap-item {
        padding:0 10px;
        width:100%;
    }
    .ap-img {
        height:450px;
    }
    .ap-title {
        font-size: 24px;
        font-weight: bold;
    }
    .ap-text {
        font-size: 16px;
    }
    .main-section {
        top:200px;
    }
    /*About Place ---END---*/

    /*About Hotel ---*/
    .ah-slider-wrap {
        margin-top:150px;
    }
    .ah-img {
        height:450px;
    }
    /*About Hotel ---END---*/

    /*Conference Detail*/
    .cd-notification {
        top:15px;
        left:10px;
        width:80px;
    }
    .cd-logout-wrap {
        width:55px;
        height:55px;
        top:20px;
    }
    .cd-logout img {
        width:25px;
    }
    /*Conference Detail-----END*/
}


/*Desktop*/
@media (min-width: 1025px) and (max-width: 1920px) {
    .ls-section {
        /*background-image:url(../images/desktop-banner.jpg);*/
    }
    .logo img{
        width:40%;
    }
    .rg-row {
        min-height:75vh;
    }
    /*Global*/
    .header {
        /*height:150px;*/
    }
    .header-wrap {
        padding: 290px 120px 0 120px;
    }
    .header-arrow{
        height:30px;
        width:30px;
    }
    .header-title {
        font-size:28px;
    }
    .header-title {
        font-size:28px;
    }
    .main-section {
        top:350px;
    }
    /*Global ---END---*/

    /*About Place ---*/
    .ap-item {
        padding:0 5px;
        width:100%;
    }
    .ap-img {
        height:300px;
    }
    .ap-title {
        font-size: 28px;
    }

    .ap-text {
        font-size: 16px;
    }
    /*About Place ---END---*/

    /*About Hotel ---*/
    .ah-slider-wrap {
        margin-top:150px;
    }
    .ah-img {
        height:300px;
    }
    /*About Hotel ---END---*/

    /*Conference Detail*/
    /*.cd-banner {
        height: 50vh;
        padding: 15px;
    }

    .cd-logo-wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .cd-logo h3 {
        color: #fff;
        margin: 0;
    }

    .cd-notification {
        height: 50px;
        width: 50px;
        background-color: #fff;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .cd-notification img {
            width: 25px;
        }

    .cd-title {
        font-size: 22px;
        color: #000;
        text-align: center;
        padding-top: 50px;
        margin-bottom: 10px;
    }

    .cd-slogan {
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        color: #000;
    }*/
    .cd-notification {
        top:15px;
        left:10px;
        width:100px;
    }
    .cd-logout-wrap {
        width:70px;
        height:70px;
        top:20px;
    }
    .cd-logout img {
        width:30px;
    }


    .ib-section {
        box-shadow: 0 5px 10px rgba(0,0,0,0.3);
    }

    .cd-date-wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 0;
    }

    .cd-date {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .cd-date-icon {
        width: 32px;
        margin-right: 20px;
    }

        .cd-date-icon img {
            width: 100%;
        }

    .cd-date-text {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .cd-date-text span {
            font-size: 14px;
            color: #35363c;
        }

        .cd-date-text p {
            margin-bottom: 0;
            color: #000;
            font-size: 16px;
        }

            .cd-date-text p span {
                color: #969696;
                font-size: 16px;
            }

    .cd-start {
        margin-right: 30px;
        position: relative;
    }

        .cd-start.cd-divider:after {
            content: "";
            display: inline-block;
            position: absolute;
            width: 20px;
            height: 1px;
            top: 50%;
            right: -25px;
            background-color: #000;
        }

    .cd-loc span {
        font-size: 16px;
        color: #35363c;
    }

    .cd-loc p {
        color: #969696;
        font-size: 14px;
        margin-bottom: 0;
    }

    .cd-icons-wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        max-width: 600px;
        margin: 30px auto;
    }
    .icon-padd {
        padding:0 15px;
    }
    .cd-icon {
        width: 33.33%;
        padding: 10px;
    }

        .cd-icon img {
            width: 100%;
        }
    /*Conference Detail-----END*/
}


/* Notification Section/Page */
.ms-section {
    height:100vh;  
}
.ms-head {
    height:150px;
    background-color:skyblue;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
}
.list-wrap {
    /*margin-top: 30px;*/
    padding:0 15px;
   
    /*display:flex;
    align-items:center;
    justify-content:center;*/
}
.listone {
     border-radius:5px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
    margin-bottom:10px;
    background-color:white;
}
.ms-date {
    margin-top:10px;
    color: rgba(0,0,0,0.8);
    font-size: 14px;
    font-weight: 600;
    margin-bottom:0.5rem;
}
.ms-title {
    font-size: 16px;
    font-weight: 600;
}
.ms-description {
    font-size: 14px;
}
.list-img {
    margin-top:40px;
    width:100px;
    height:100px;
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;

}
.textwrap {
    padding:10px 20px;
}
.ms-link {
    color: #e31c17;
}
a:hover{
    color: initial;
    text-decoration: none;
    cursor:pointer;
}
/* Notification Section/Page Ends */

/* ConferenceSpeakers Starts */

.speaker-wrap {
    border-radius:5px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
    background-color: white;
    padding:  15px;
    padding-bottom:50px;
    margin-bottom:50px;
}
.sp-section {
    
}
.sp-arrow {
    position:relative;
}
.sp-arrow::before {
    position: absolute;
    content: "";
    height: 25px;
    background-position:center;
    background-size:contain;
    background-repeat:no-repeat;
    width:25px;
    background-image:url(../images/arrow.png);
    right:0;
    top: calc(50% - 12px);
}

.arrow {
    position: relative;
    bottom: 77px;
    /*padding-right: 35px;*/
    height: 25px;
}

.sp-item-wrap {
    display:flex;
    align-items:center;
    
    /*position:absolute;*/
}
.speaker-wrap1 {
    padding:25px;
}

.spdivder {
position:relative;
}

    .spdivder::after {
        position: absolute;
        content: "";
        height: 1px;
        background-color: lightgray;
        width: 100%;
        
        top: 97%;
    }

.sp-icon-wrap {
   padding: 20px 10px 25px 20px;
}
.sp-titlewrap {
    padding: 30px 10px;
    position:relative;
    padding-right: 30px;
    
    /*text-align:justify;*/
}
.sp-icon {
    width:80px;
    height:80px;
    border-radius:6px;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;   
}
.sp-titlewrap p {
    margin-bottom:15px;
}
/*.sp-icon1 {
    width:80px;
    height:80px;
    border-radius:6px;
    background-repeat:no-repeat;
    background-size:contain;
    background-position:center;   
      
    
}*/

.linktag {
color:black;
}




.sp-item-wrap1 {
    text-align: center;
    padding:10px;
   
}


.sp-titlewrap1 {
  
    position: relative;
    text-align: justify;
}





.sp-title {
    margin-top: 8px;
    font-size:14px;
    font-weight: 600;
    color: black;
}
.sp-text {
    font-size:12px;
    color: black;
    
}
.sp-divider:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 90%;
    height: 1px;
    background-color: rgba(0,0,0,0.3);
    left: 15px;
    top: 0;
}

/* ConferenceSpeakers Ends */


/* Transportaion start */



.sp-description {
    padding: 32px 15px 20px 28px;
}

.head {
    display: flex;
    align-items: center;
    padding: 35px 25px 12px 25px;
}

.title-head {
    margin-left: 20px;
}
.tw-text-wrap {
    margin-top:50px;
}
.tw-text-wrap h3{
    font-size:18px;
    font-weight:bold;
}

/* Transportaion Ends */


/* Reading Material start */

.topic-txt {
    font-weight:600;
}

.rm-pdf {
     padding: 0px 15px 6px 28px;
     display: flex;
    
   
}

.rm-text {
color:red;
font-size:13px;
}

.Rm-description {
     padding: 20px 15px 0px 28px;
}

.pdficon {
height:20px;
width:20px;
 margin-right: 10px;
}


/* Reading Material Ends */


/* Event  Material start */
.Em-item-wrap {
    display: flex;
    flex-wrap: wrap;
    /*margin: 0px 24px;*/
    position:relative;
    justify-content:center;
}

.Em-icon-wrap {
    padding: 20px;
}

.Em-icon {
    width: 100px;
    height: 100px;
    border-radius: 6px;
    background-color: lightgray;
}

.pdficon2 {
    height: 47px;
    width: 37px;
    margin-top: 15px;
}

.gallryicon2 {
 height: 47px;
    width: 50px;
    margin-top: 15px;
}

.icon-text {
    font-size: 11px;
    padding-top: 7px;
    color:black;
}

.Em-pdf-icon {
    text-align: center;
}








/* Event  Material Ends */

/* Welcome Starts */
.wc-titlewrap {
    text-align:justify;
}
.wc-titlewrap p {
    font-size:10px;
    margin-bottom: 0.2rem;
    
}
.wc-titlewrap table {
    margin-top:20px;
    text-align:center;
}
/* Welcome Ends */

/* Administartive Starts */

.bind-ai-wrap p {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-size: 14px;
    text-align: justify;
}
.bind-ai-wrap img {
    margin-right:10px;
    width:25px;
    height:25px;
}
.ai-description {
    padding: 32px 15px 20px 15px;
}
.venue-wrap {
    display:flex;
}
.ai-icon {
    width:25px;
    height:25px;
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    margin-right:20px;
}
.ai-text {
    margin-bottom:30px;
    font-size:14px;
    text-align: justify;
}
.ai-text-nospace {
    font-size:14px;
}
.ai-title {
    margin-bottom:0.6rem;
}
/*.icon-wrap {
    display:flex;
    justify-content:right;
}*/
.venue-text {
    margin-right:10px;
}
/*.ai-titlewrap p{
    
    margin-bottom:1rem;
}*/

/* Administartive Ends */

.content-wrap {
    margin-bottom:30px;
}

/* FeedBack Starts */

.fb-wrap {
    border-radius:5px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
    background-color: white;
    padding:  15px;
    padding-bottom:50px;
    margin-bottom:50px;
}
.fb-linkhead {
    margin-bottom:10px;
    font-size:14px;
    letter-spacing:1px;
}
.fb-titletext {
    font-weight:600;
    font-size:15px;
    letter-spacing:1px;
}
.fb-titlewrap {
    padding:10px 10px;
}
.fb-linkwrap {
    padding:0px 30px;
}
.fb-link {
    
    margin-bottom:20px;
}
.fb-link a{
    color:#62C9D7;
    font-size:12px;
}
.fb-questionwrap {
    margin-bottom:30px;
}
.fb-eventwrap {
    margin-top:50px;
}

/* FAQs start */

.faq-ans {
    font-size:15px;
}

/* FAQs Ends */

/* EVENt Listing start */

.il-mainwrap {
    border-radius: 5px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
    background-color: white;
}
.il-mainwrap {
    padding:20px;
    margin-bottom:30px;
}
.il-img {
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    height: 260px;
}
.txtcenter {
    text-align:center;
}
.il-eventtxt {
    font-size:16px;
    margin-top:10px;
    text-transform:uppercase;
}
.eventtextrwrap {
    margin-bottom:30px;
}
.eventlistingwrap {
    margin-bottom:30px;
}
.style a {
    color:black;
}
    .eventlistingwrap a {
        color:black;
    }
/* EVENt Listing Ends */

/* IMage Galler Starts */

.ig-wrap {
    border-radius: 5px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
    background-color: white;
    padding:20px;
    margin-bottom: 30px;
}
.no-padd {
    padding:0px;
}
.ImageGallerywrap {
    margin-bottom:10px;
}
.ig-imgwrap {
    margin-bottom:20px;
}
.ig-img {
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    height: auto;
    width:100%;
    
}

/* IMage Galler Ends */