html,
body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

/*----------------------------------------------------------------------------------------------------------------
	Global
----------------------------------------------------------------------------------------------------------------*/

h1,
h2,
h3,
h5,
h6 {
    color: #3b1d82;
    text-transform: uppercase;
    font-weight: 800;
}

h4 {
    font-size: 18px;
    font-weight: 800;
}

p {
    color: #000;
    text-align: justify;
}

a:hover {
    text-decoration: none;
}

li {
    list-style-type: none;
}

.c-btn {
    background-color: #071e70;
    color: #fff;
    padding: 0.5rem 2rem;
    border-radius: 10px;
}

.c-btn:hover {
    color: #fff;
    background-color: #04113e;
}
.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mr0 {
    margin: 0;
}

.pd0 {
    padding: 0;
}

.mrt10 {
    margin-top: 10px;
}

.mrt20 {
    margin-top: 20px;
}

.mrt30 {
    margin-top: 30px;
}

.mrt40 {
    margin-top: 40px;
}

.mrb10 {
    margin-bottom: 10px;
}

.mrb20 {
    margin-bottom: 20px;
}

.mrb30 {
    margin-bottom: 30px;
}

.mrb40 {
    margin-bottom: 40px;
}

.pdt10 {
    padding-top: 10px;
}

.pdt20 {
    padding-top: 20px;
}

.pdb10 {
    padding-bottom: 10px;
}

.pdb20 {
    padding-bottom: 20px;
}

.section-entry {
    padding: 5rem 0;
}

.page-section {
    padding: 2rem 0;
}

.relative {
    position: relative;
}

.width100 {
    width: 100%;
}

.txtct {
    text-align: center;
}

.txtrt {
    text-align: right;
}

.txtupr {
    text-transform: uppercase;
}

.dflex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}


/*---------------------------------------------------------------------------------------------------------------------
	Navbar
---------------------------------------------------------------------------------------------------------------------*/

.navbar {
    background-color: transparent !important;
    padding: .5rem 0.5rem;
}

.logo-img {
    width: 120px;
    position: absolute;
    top: 5px;
    background-color: #0d1369;
    border-radius: 50%;
}

.nav-item {
    padding-left: 1rem;
}

.nav-link {
    color: #ffffff !important;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 700;
}

.navbar-dark .navbar-toggler {
    border: 2px solid #fff;
}

/* add your custome hamburger icon */
.navbar-light .navbar-toggler-icon {
        background-image: url(../img/toggler.png);
}

.navbar-dark .navbar-toggler:focus {
    outline: none;
}

.customNav {
    background-color: rgb(13 19 105) !important;
    -webkit-box-shadow: 0 2px 6px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 6px -1px rgba(0, 0, 0, 0.2);
    animation: navSlide 1s ease forwards;
    border-bottom: transparent;
}


@keyframes navSlide {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0%);
    }
}

.dropdown-menu {
    background-color: #0d1369;
    border: none;
}   

.dropdown-item {
    color: #ffffff;
    text-transform:uppercase;
    font-weight:700;
        font-size: 13px;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b !important;
    text-decoration: none;
    background-color: #f8f9fa;
}

.committee-member p {
    text-align:center;
}

.marquee-wrapper {
    background-color: #000000;
}

.marquee-wrapper marquee {
    color: #f4d70d;
    padding: 5px 0;
}
.marquee-wrapper a {
    padding-left: 20px;
}

.marquee-wrapper a::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    line-height: 10px;
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
    display: inline;
    top: 8px;
    margin-left: -17px;
}

/*---------------------------------------------------------------------------------------------------------------------
	Carousel
---------------------------------------------------------------------------------------------------------------------*/
.cfs-carousel-item {
    background-image: url(../img/banner1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 730px;
    background-blend-mode: overlay;
    background-color: rgb(0 39 174 / 50%);
}

.myCarouselCaption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.myCarouselCaption p {
    font-style: italic;
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
    line-height: 26px;
    text-align: center;

}

.myCarouselCaption h1 {
    text-transform: uppercase;
    font-size: 100px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 30px;
}

.myCarouselCaption span {
    font-size: 33px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 40px;
    line-height: 45px;
}

.carousel-btn-wrap {
    display: flex;
    justify-content: center;
    padding-top: 50px;
}

.btn-1 {
    padding-right: 40px;
}

.btn-1 a {
    background-color: #ff007a;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    padding: 19px 45px;
    border-radius: 5px;
}

.btn-2 a {
    background-color: #3a6af0;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    padding: 19px 45px;
    border-radius: 5px;
}

.btn-3 {
    margin-top: 30px;
}

.btn-3 a {
    background-color: #ff007a;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    padding: 19px 45px;
    border-radius: 5px;
}



/* .myCarouselCaption h5 {
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 600;
}
.myCarouselCaption p {
	padding-right: 100px;
} */







/* ...........................................................................
 Owl Carousel
..................................................................................... */

.owl-prev span,
.owl-next span {
    color: red;
    font-size: 20px;
}

.owl-prev span:hover,
.owl-next span:hover {
    color: #8199A3;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 0;
    height: 100%;
}

.owl-prev {
    left: -20px;
}

.owl-next {
    right: -20px;
}

/* removing blue outline from buttons */
button:focus,
button:active {
    outline: none;
}

.owl-carousel .owl-item img {
    width: 65%;
}



/*---------------------------------------------------------------------------------------------------------------------
	Home
---------------------------------------------------------------------------------------------------------------------*/

/* .main-wrapper {
	margin-top: 81px;
} */
.hm-info p {
    text-align: center;
}

.join-us-wrapper {
    background-image: url(../img/outcomes_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.section-title-head span {
    display: block;
    font-size: 80px;
    color: #888888;
    font-weight: 400;
    line-height: 26px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    margin-bottom: 34px;
}

.section-title-head,
.coumn-title {
    font-size: 25px;
    font-weight: 800;
    position: relative;
    padding-bottom: 30px;
}

.section-title span {
    display: block;
    font-size: 14px;
    color: #888888;
    font-weight: 400;
    line-height: 26px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    margin-bottom: 10px;
    margin-top: 30px;
}

.section-title,
.column-title {
    font-size: 36px;
    font-weight: 800;
    position: relative;
    padding-bottom: 30px;
    text-align: center;
}



.ts-single-outcome-4 h3 {
    padding-top: 15px;
    color: #fff;
    font-weight: 600;
    font-size: 23px;
}

.counter-wrapper {
    background-image: url(../img/funfact_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 8rem 0;
}

/* .counter h2 {
    color: #fff;
    font-size: 64px;
    font-weight: 900;
}

.counter p {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
} */

.counter {
    font-size: 64px;
    font-weight: bold;
    color: #fff;
}

.counter-label {
    font-size: 1.2rem;
    color: #fff;
}

.speakers-wrapper {
    background-image: url(../img/speaker_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.ts-speaker {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}

.ts-title {
    font-size: 24px;
    font-weight: 600;
}

.ts-speaker .ts-title a {
    color: #222222;
    font-size: 18px;
}

.ts-speaker:hover .ts-title a {
    color: #e7015e;
}

.speaker-classic .ts-speaker {
    margin-bottom: 60px;
}

.ts-speaker .speaker-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: auto auto 20px;
}

.ts-speaker:hover .speaker-img:before {
    opacity: 1;
}

/*.ts-speaker .speaker-img:before {*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    content: '';*/
/*    background: rgba(59, 29, 130, 0.5);*/
/*    -o-transition: all 0.4s ease;*/
/*    transition: all 0.4s ease;*/
/*    -webkit-transition: all 0.4s ease;*/
/*    -moz-transition: all 0.4s ease;*/
/*    -ms-transition: all 0.4s ease;*/
/*    opacity: 0;*/
/*    z-index: 1;*/
/*}*/

.ts-title {
    margin-bottom: 0;
}


.ts-speaker-info p {
    text-align:center;
        margin-bottom: 0;
}

.ts-speaker-info {
    background: #fff;
    z-index: 1;
    width: 100%;
}


.ts-speaker:hover .speaker-img img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    border-radius:15%;
}

.ts-speaker .speaker-img img {
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    border-radius:15%;
}

.event-outcome-wrapper {
    background-image: url(../img/leanr_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.event-outcome-learn-card h5 {
    color: #fff;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.event-outcome-learn-card h3 {
    font-style: italic;
    color: #e7015e;
    font-weight: 300;
    margin-bottom: 8px;
    padding-bottom: 15px;
}

.event-outcome-learn-card p {
    color: #ffffff;
}

.learn-dates-wrap {
    color: #fff;
}

.learn-thing-card {
    background-image: url(../img/learn_img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 20px 0;
    background-color: rgb(0 0 0 / 71%);
    background-blend-mode: overlay;
}

.learn-thing-card h2 {
    text-align: center;
    color: #ff007a;
    font-size: 25px;
}

.connect-people-card {
    background-image: url(../img/connect_img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 20px 0;
    background-color: rgb(0 0 0 / 71%);
    background-blend-mode: overlay;
}

.s1 {
    height: 100%;
}

.connect-people-card h2 {
    text-align: center;
    color: #ff007a;
    font-size: 25px;
}

.book-seat {
    text-align: center;
}

.book-seat h5 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
}

.book-seat h1 {
    color: #fff;
    font-weight: 600;
}

.sponser-heading h3 {
    text-align: center;
    padding-bottom: 40px;
    font-size: 25px;
    color: #000;
}

.sponser-logo img {
    filter: grayscale(100%);
}

.sponser-logo img:hover {
    filter: grayscale(0);
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff !important;
    border: solid 2px #e7015e;
    background-color: #e7015e;
    line-height: 30px;
    font-weight: 600;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff !important;
    border: solid 2px #e7015e;
    line-height: 30px;
    font-weight: 600;
}

.nav-pills .nav-link {
    text-transform: uppercase;
    background: #e7015e;
    display: block;
    padding: 20px 25px;
    position: relative;
}

.nav-pills {
    display: flex;
    justify-content: center;
}


.nav-pills li a::before {
    border-style: solid;
    border-width: 0 15px 15px 0;
    border-color: transparent #e7015e transparent transparent;
    position: absolute;
    left: 0;
    bottom: -12px;
    content: '';
}

.schedule-listing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.schedule-listing .schedule-slot-time {
    background: #d20055;
    color: #fff;
    padding: 60px 28px;
    font-size: 18px;
    font-weight: 700;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18%;
    flex: 0 0 18%;
    max-width: 18%;
}

.schedule-listing .schedule-slot-info {
    position: relative;
    padding: 35px 40px 35px 37px;
    border: 1px dashed #e5e5e5;
    border-left: none;
    width: 100%;
}

.schedule-listing .schedule-slot-info .schedule-slot-speakers {
    position: absolute;
    left: 40px;
    top: 0;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    bottom: 0;
    margin: auto;
}

.ts-count-down .countdown:before {
    z-index: -1;
    opacity: 1;
}

.gradient:before {
    position: absolute;
    left: 0;
    top: 0;
    background-image: -webkit-linear-gradient(306deg, #321575 0%, #8d0b93 51%, #ff0066 100%, #ff057c 100%);
    background-image: -o-linear-gradient(306deg, #321575 0%, #8d0b93 51%, #ff0066 100%, #ff057c 100%);
    background-image: linear-gradient(144deg, #321575 0%, #8d0b93 51%, #ff0066 100%, #ff057c 100%);
    width: 100%;
    height: 100%;
    content: '';
    opacity: 0.902;
}

section {
    position: relative;
}

.ts-count-down {
    padding: 0;
    margin: -88px 0;
    z-index: 1;
}

.countdown .counter-item {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    text-align: center;
    color: #fff;
    margin-right: 18px;
    padding: 35px 0;
    position: relative;
}

.countdown .counter-item .smalltext {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
}

.countdown .counter-item span {
    font-size: 24px;
    display: block;
    line-height: 18px;
    letter-spacing: .96px;
    font-weight: 700;
}

.ts-count-down .countdown .counter-item {
    width: 25%;
    float: left;
    margin-right: 0;
    border: none;
    position: relative;
    height: auto;
}

.ts-count-down .countdown .counter-item span {
    font-size: 64px;
    font-weight: 700;
    line-height: 64px;
}

.get-ticket-wrapper {
    background-image: url(../img/ticket_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.icon-wrap {
    display: flex;
    justify-content: center;
}

.ts-pricing-item.disebled {
    cursor: no-drop;
    opacity: .7;
}

.ts-pricing-item {
    text-align: center;
    background: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    padding: 40px;
    margin-top: 50px;
    height: 100%;
}

.pricing-item {
    height: 100%;
}

.ts-pricing-item.disebled .ts-pricing-header i {
    background: #e7e7e7;
}

.ts-pricing-item .ts-pricing-header i {
    font-size: 70px;
    height: 160px;
    width: 160px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    display: block;
    margin: auto;
    background: #3b1d82;
    color: #fff;
    padding: 45px 0;
    margin-top: -100px;
    margin-bottom: 40px;
}

.ts-pricing-item.disebled .ts-pricing-price span {
    opacity: .5;
}

.ts-pricing-item.disebled .ts-pricing-header .ts-pricing-name {
    color: #cccccc;
}

.ts-pricing-item.disebled .btn {
    background: #e7e7e7;
}

.ts-pricing-item .ts-pricing-price span {
    position: relative;
    z-index: 1;
    color: #3b1d82;
}

.ts-pricing-item.active .ts-pricing-name,
.ts-pricing-item.active .ts-pricing-price span {
    color: #e7015e;
}

.ts-pricing-item.active .ts-pricing-header i,
.ts-pricing-item.active .btn {
    background: #e7015e;
}

.ts-pricing-item.active3 .ts-pricing-header i {
    background: #b900d4;
}
.btn-round-4 {
    background: #b900d4;
    color: #fff;
    padding: 15px 43px;
    border-radius: 30px;
    position: relative;
    top: 12px;
    display: flex;
    justify-content: center;
}

.ts-pricing-item.active3 .ts-pricing-name,.ts-pricing-item.active3 .ts-pricing-price span {
color: #b900d4;
}


.ts-pricing-item.active1 .ts-pricing-header i,
.ts-pricing-item.active1 .btn {
    background: #0062cc;
}
.ts-pricing-item.active1 .ts-pricing-name,.ts-pricing-item.active1 .ts-pricing-price span {
    color: #0062cc;
}
.ts-pricing-item .ts-pricing-name {
    font-size: 20px;
    font-weight: 700;
    color: #3b1d82;
    margin-bottom: 35px;
    text-align: center;
}

.ts-pricing-item .ts-pricing-price img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    top: 0;
}

.ts-pricing-item .ts-pricing-price {
    font-size: 48px;
    font-weight: 800;
    position: relative;
}

.ts-pricing-item .ts-pricing-price span {
    position: relative;
    z-index: 1;
    color: #3b1d82;
}

.btn-round-1 {
    background-color: #0062cc;
    color: #fff;
    padding: 15px 43px;
    border-radius: 30px;
    position: relative;
    top: 12px;
    display: flex;
    justify-content: center;
}

.btn-round-1:hover {
    color: #fff;
}

.btn-round-3 {
    background-color: #3b1d82;
    color: #fff;
    padding: 15px 43px;
    border-radius: 30px;
    position: relative;
    top: 12px;
    display: flex;
    justify-content: center;
}

.btn-round-2:hover {
    color: #fff;
}

.btn-round-2 {
    background-color: #e7015e;
    color: #fff;
    padding: 15px 43px;
    border-radius: 30px;
    position: relative;
    top: 12px;
    display: flex;
    justify-content: center;
}

.btn-round-3:hover {
    color: #fff;
}

.dates-item {
    color: #fff;
    padding: 0 20px;
}

.dates-item p {
    color: #fff;
}

.sponser-logos {
    margin-top: 1rem;
}

 .counter-visitor {
            font-size: 2em;
            color: #fff;
        }



/* Outcome */

.outcome-one-wrap {
    display: table-cell;
    max-width: 20%;
    background-image: -webkit-linear-gradient(340deg, #fc6076 0%, #ff9a44 100%);
    background-image: -o-linear-gradient(340deg, #fc6076 0%, #ff9a44 100%);
    background-image: linear-gradient(110deg, #fc6076 0%, #ff9a44 100%);
    -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.12);
    padding: 30px;
    border-radius: 50%;
    text-align: center; 
}

.outcome-two-wrap {
    display: table-cell;
    max-width: 20%;
    background-image: -webkit-radial-gradient(50% 50%, circle closest-side, #57c6e1 0%, #b49fda 0%, #7ac5d8 0%, #eea2a2 0%, #b1aff0 0%, #836df0 100%);
    -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.12);
    padding: 30px;
    border-radius: 50%;
    text-align: center;
}

.outcome-three-wrap {
    display: table-cell;
    max-width: 20%;
    background-image: linear-gradient(-45deg, #22ffa4 0%, #43c47a 49%, #10ae23 100%);
    -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.12);
    padding: 30px;
    border-radius: 50%;
    text-align: center;
}

.outcome-four-wrap {
    display: table-cell;
    max-width: 20%;
    background-image: linear-gradient(-45deg, #22e1ff 0%, #1d8fe1 49%, #625eb1 100%);
    -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.12);
    padding: 30px;
    border-radius: 50%;
    text-align: center;
}

.outcome-five-wrap {
    display: table-cell;
    max-width: 20%;
    background-image: -webkit-linear-gradient(340deg, #fc6076 0%, #ff9a44 100%);
    background-image: -o-linear-gradient(340deg, #fc6076 0%, #ff9a44 100%);
    background-image: linear-gradient(110deg, #ff6178 0%, #c906ff 100%);
    -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.12);
    padding: 30px;
    border-radius: 50%;
    text-align: center;
}

.out-come {
    display: flex;
    justify-content: space-evenly;
}

.out-come-item h3 {
    text-align: center;
    font-size: 18px;
    padding-top: 14px;
    font-weight: 600;
    text-transform: capitalize;
    font-style: italic;
}

.outcome-one-wrap img,
.outcome-two-wrap img,
.outcome-three-wrap img,
.outcome-four-wrap img,
.outcome-five-wrap img {
    width: 170px;
}

/*---------------------------------------------------------------------------------------------------------------------
	About
---------------------------------------------------------------------------------------------------------------------*/

.page-banner-wrap-about {
    background-image: url(../img/page_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 10rem 0;
}

.page-banner-heading h1 {
    color: #fff;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 20px;
    text-align: center;
}

.about-img {
    background-image: url(../img/environmental-protection-683437_1920.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height:96%;
}

.thematic-area-wrapper {
    background-color: #f8f8f8;
}

.thematic-heading {
    margin-bottom: 30px;
}

.tracks-card-info {
    padding: 17px 20px;
}

.tracks-card-main {
    background-color: #efefef;
    height: 100%;
}

.track_list {
    display: flex;
}

.track-icon {
    padding-right: 10px;
    color: #e2a000;
}

.tracks-card-info h3 {
    font-size: 20px;
}

.tracks-card-info h4 {
    margin-top: 15px;
    margin-bottom: 15px;
}

/*---------------------------------------------------------------------------------------------------------------------
	Contact
---------------------------------------------------------------------------------------------------------------------*/

#mail-msg-alert {
    margin-bottom: 3rem;
}

#mail-msg-alert button.btn {
    display: table;
    margin: 0 auto;
}

#mail-msg {
    color: #fff;
}

#mail-msg:hover {
    text-decoration: none;
}

.map-wrapper {
    line-height: 0;
}

.contact-wrapper {
    background-color: #F7F6F6;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ededed;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-contact {
    background-color: #ff007a;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 35px;
    border-radius: 5px;
}


/* ...........................................................................
Registration
..................................................................................... */

.table thead th,
td,
tr {
    border: 1px solid black;
}

.regi-head {
    background-color: #f3d60d;
}

.registration-payment-wrapper {
    background-color: #f8f8f8;
}

.registration-heading h2 {
    margin-bottom: 30px;
}

.neccessory-wrap {
    display: flex;
}

.neccessory-icon {
    padding-right: 14px;
    color: #e2a000;
}

.neccessory-details h5 {
    color: #000;
}

.important-dates-heading {
    text-align: center;
    margin-bottom: 30px;
}

.dates-wrap {
    text-align: center;
}

.dates-wrap span {
    font-weight: 600;
}

.registration-btn {
    display: flex;
}

/*---------------------------------------------------------------------------------------------------------------------
	Organizing Committee
---------------------------------------------------------------------------------------------------------------------*/
.committee-member {
    background-color: #0d1369;
    padding: 30px 15px;
    text-align: center;
    border-radius: 45px 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: solid 3px #d00c78;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.member-wrap {
    margin-top: 20px;
}

.committee-member h5 {
    color: #fff;
}

.committee-member p {
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
}

.committee-sub {
    margin-top: 3rem;
}

.committee-sub h2 {
    font-size: 25px;
    color: #d00c78;
    border-bottom: solid 2px;
    width: 100%;
}

.abstract-btn {
    display: flex;
}

.about-tiet-wrapper {
    background-image: linear-gradient(315deg, #DDE0FD 0%, #FBEDFF 100%);
}

.guidance-wrapper {
    background-image: url(../img/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/*---------------------------------------------------------------------------------------------------------------------
	Schedule page
---------------------------------------------------------------------------------------------------------------------*/

.schedule-bio-img {
    /* padding: 0; */
    /* display: flex;
    align-items: center; */
}

.pharmagonics-wrapper {
    /* background-image: url(../img/phonemo-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #000000d4;
    background-blend-mode: overlay; */
}

.pharmagonics-wrapper h4 {
    color: #fff;
}

.pharmagonics-wrapper p {
    color: #fff;
    font-weight: 300;
    margin-top: 25px;
}

.schedule-bio-img img {
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.pharmagonics-wrap {
    background-color: #0d1369;
    padding: 20px 25px;
    border-radius: 25px;
    height: 100%;
}

.schedule-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.schedule-wrap h3 {
    color: #3b1d82;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 25px;
}

/*---------------------------------------------------------------------------------------------------------------------
	404 page not found
---------------------------------------------------------------------------------------------------------------------*/
.page-not-found {
    display: table;
    margin: 0 auto;
    padding: 5rem 0;
    width: 50%;
    filter: drop-shadow(2px 4px 6px black);
    display: none;
}

.page-not-found-text {
    text-align: center;
    margin: 8rem 0 5rem;
}


/*---------------------------------------------------------------------------------------------------------------------
	Footer
---------------------------------------------------------------------------------------------------------------------*/
.section-entry-footer {
    padding: 8rem 0;
}

.footer-logo {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.footer-logo img {
    width: 155px;
    background-color: #f4f4f4;
    border-radius: 20%;
    padding: 15px;
}

.book-seat-wrapper {
    background-image: url(../img/book_seat_img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(0, 0, 0, 0.65);
    background-blend-mode: overlay;
}

.footer-wrapper {
    background-color: #1a1831;
}

.ts-footer-social ul li {
    display: inline-block;
    list-style: none;
}

.ts-footer-social ul {
    padding-bottom: 18px;
    padding-left: 0;
}

.ts-footer-social ul li a {
    display: block;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border: 1px solid #525164;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    margin: 0 5px;
}

.footer-menu ul {
    padding-left: 0;
    line-height: 40px;
}

.footer-menu ul li {
    display: inline-block;
}

.footer-menu ul li a {
    color: #a8a8ad;
    margin: 0 20px;
    position: relative;
}

.bottom-footer-wrapper {
    background-color: #1a1831;
    padding: 1rem 0;
}

.footer-copyright-text {
    margin-bottom: 0;
    text-align: center;
    font-size: 0.85rem;
    color: #fff;
}

.creator-link {
    color: #39b7e6;
}

.creator-link:hover {
    color: #fff;
}

.footer-address {
    text-align: center;
    padding-top: 10px;
}

.footer-address h4 {
    color: #a8a8ad;
}

.footer-address p {
    color: #a8a8ad;
}