@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700&display=swap");

/* CSS Document */

* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
    line-height: 26px;
    letter-spacing: 0.2px;
    background-image: url(../images/bg.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 0.5em;
    font-family: 'Philosopher', sans-serif;
}

.wrapper {
    width: 1200px;
    margin: auto;
    padding: 0;
}

.clear {
    clear: both;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    transition: 0.3s;
    color: #2175f3;
}

ul li {
    list-style: none;
}

p {
    margin: 0 0 0.8em;
}


/*form*/

label.error {
    color: #f00;
}

.red {
    color: #f00;
}

input[type="text"],
input[type="number"],
input[type="email"],
select,
textarea {
    width: 100%;
    background: #f1f4ff;
    padding: 10px;
    border: 1px solid #c6d5ff;
    margin: 0 0;
    font-size: 16px;
    border-radius: 5px;
}

input[type="submit"] {
    width: 100%;
    background-color: #3e4095;
    cursor: pointer;
    padding: 15px;
    font-size: 16px;
    border: none;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
}

.coming-soon {
    font-size: 32px;
    line-height: 42px;
    text-align: center;
    padding: 5em 0;
    color: #c1c1c1;
    letter-spacing: 10px;
}


/*form*/


/*header*/

.header-bg {
    position: relative;
}

.mobile-header {
    display: none;
}

.header-left {
    position: absolute;
    left: 0;
    top: -1px;
    z-index: 1111;
    width: 840px;
    min-height: 690px;
    padding: 0;
    color: #fff;
}

.header-left img {
    width: 100%;
}

.logo {
    margin: 0 0 1.5em;
}

.header-left h1 {
    color: #fddb5b;
    font-size: 62px;
    line-height: 72px;
    margin: 0 0 0;
}

.header-left h1 span {
    color: #ffffff;
    font-size: 22px;
    font-style: italic;
    display: block;
    line-height: 20px;
    text-transform: uppercase;
}

.header-left h3 {
    font-size: 32px;
    line-height: 46px;
    font-weight: normal;
    margin: 0 0 0;
}

.header-left h5 {
    font-size: 24px;
    line-height: 36px;
    font-weight: normal;
}

span.theme {
    color: #000000;
    background: #fddb5b;
    padding: 10px 20px;
    border-radius: 30px;
    display: inline-block;
    font-weight: bold;
    margin: 0.5em 0 2em;
}


/*header*/


/*Footer*/

.footerbg {
    /* background: url(../images/mapbg.png) repeat-x #3e4095; */
    padding: 20px 0 0 0;
    overflow: hidden;
    border-top: 1px solid rgb(255 255 255 / 24%);
    background: rgb(0 0 0 / 9%);
}

.footer {
    overflow: hidden;
    margin: auto;
    padding: 10px 0px;
}

.footer h2 {
    margin: 20px auto 20px;
    font-size: 24px;
}

.footer a {
    text-decoration: none;
    color: #ffffff;
    letter-spacing: 1px;
}

.footerleft,
.footercenter,
.footerright {
    display: inline-block;
    margin: 0;
    color: #ffffff;
    vertical-align: top;
}

.footerleft {
    margin: 0 3em 0 0;
}

.footercenter img {
    width: 100%;
}

.frleft,
.frright {
    float: left;
    overflow: hidden;
    margin-right: 5px;
    width: auto;
}

.frleft {
    border-radius: 50%;
    text-align: center;
}

.FooterBottomBg {
    background: #222222;
    overflow: hidden;
    color: #fff;
    font-size: 13px;
}

.FooterBottomLeft {
    text-align: left;
    margin: 13px 0;
    float: left;
    overflow: hidden;
    padding: 0 10px;
}

.address {
    margin-top: 10px;
    color: #fff;
    line-height: 22px;
    width: 50%;
    text-align: left;
    margin: auto;
}

.footercenter p {
    text-align: right;
    padding: 40px 0px;
}

.footer img {
    margin: 0 0 10px;
}

.footerleft {
    float: left;
}

.footercenter {
    float: right;
}

.footer-bottom {
    text-align: center;
    padding: 1.5em 0;
    color: #ffffff;
    background: rgb(0 0 0 / 17%);
    margin: 20px 0 0 0;
}

.footer-bottom a {
    color: #ffffff;
    font-weight: bold;
}

.footer-bottom p {
    margin: 0;
}


/*Footer*/


/*welcome-bg*/

.welcome-bg {
    background: url(../images/mapbg.png) rgb(255 255 255 / 87%);
    background-repeat: repeat-x;
}

.welcome-mgs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}

.welcome-mgs.inner {
    display: inherit;
}

.welcome-mgs.inner .welcome-left {
    width: auto;
}

.welcome-left {
    width: 62%;
}

.welcome-left h2 {
    font-size: 42px;
    line-height: 52px;
    color: #3e4095;
}

.welcome-left h2 span {
    font-weight: normal;
    color: #9d9d9d;
    display: block;
}

.joint-orgsg-sec {
    display: block;
}

.about-chairperson .about-ul {
    display: flex;
    justify-content: space-evenly;
}

.about-chairperson li {
    /* display: flex; */
    align-items: center;
}

.about-chairperson li img {
    width: 120px;
    margin: 0 10px 0 0;
}

.about-chairperson li p {
    margin: 0;
    color: #9d9d9d;
}

.about-chairperson li h5 {
    margin: 0;
    font-size: 16px;
    color: #3e4095;
}

.welcome-left a {
    background: #3e4095;
    display: inline-block;
    color: #fff;
    padding: 10px 30px;
    border-radius: 30px;
}

.about-chairperson {
    margin: 2em 0 0;
}

.welcome-right {
    width: 38%;
    text-align: center;
}

.reg-fee {
    box-shadow: none;
    border-radius: 0;
    margin: 0 20px;
    overflow: hidden;
    background-color: #414296;
}

.reg-fee h3 {
    background: #414296;
    color: #fff;
    padding: 20px 0;
    font-size: 22px;
    position: relative;
    margin: 0;
    border-bottom: 1px solid rgb(255 255 255 / 45%);
}

.reg-fee span {
    font-size: 14px;
    display: inline-block;
    background: #ff5722;
    color: #fff;
    background-image: -webkit-linear-gradient(0deg, #ff5722 0%, #fc0003 100%);
    border-radius: 3px;
    padding: 0 5px;
    margin: 5px 0 0;
    font-weight: bold;
    line-height: 22px;
}


/* .reg-fee span {
    position: absolute;
    left: 50%;
    bottom: -1px;
    font-size: 16px;
    font-weight: normal;
    min-width: 160px;
    transform: translate(-50%, 10px);
    background: #fddb5b;
    z-index: 1;
    color: #000;
    border-radius: 30px;
    line-height: 20px;
} */

.reg-fee li {
    color: #ffffff;
    font-size: 13px;
    line-height: 18px;
    display: block;
    padding: 1em;
    border-bottom: 1px dashed rgb(255 255 255 / 50%);
}

.reg-fee li:last-child {
    border: none;
}

.reg-fee li strong {
    display: block;
    color: #ffeb3b;
    font-size: 14px;
}

.reg-fee a {
    background: #ff9800;
    padding: 8px 20px;
    border-radius: 100%;
    display: inline-block;
    color: #fff;
    margin: 0 0 2em;
    box-shadow: 2px 4px 0px 0px #ffffff;
}


/*welcome-bg*/


/*meet-speakers-bg*/

.meet-speakers-bg {
    background-image: url(../images/meet-speaker.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    padding: 3em 0 4em;
}

.meet-speakers h2 {
    font-size: 42px;
    line-height: 52px;
    color: #fddb5b;
    text-align: center;
}


/*meet-speakers-bg*/


/*conference-programme*/

.conference-programme-bg {
    background-image: url(../images/quiz-bg.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.s-programme {
    text-align: center;
    padding: 3em 3em 3em;
}

.s-programme.blue-box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.s-programme.yellow-box {
    background: #ffffff;
    width: 40%;
}

.s-programme.blue-box h2 {
    color: #ff9800;
    margin: 0 0 1.5em;
    font-size: 40px;
}

.s-programme.yellow-box h2 {
    color: #3e4095;
}

.conference-programme.inner-page li {
    color: #696969;
    border-right: 1px dashed rgb(0 0 0 / 33%);
}

.s-programme li {
    width: auto;
    text-align: center;
    margin: 0 10px 30px;
    padding: 2em;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    /* border-right: 1px dashed rgb(255 255 255 / 33%);*/
    background: #29292a;
    border-radius: 5px;
}

.s-programme li:nth-child(3),
.s-programme li:nth-child(5) {
    border: none;
}

.s-programme li span.num {
    /* display: block; */
    font-size: 32px;
    margin: 0 auto 20px;
    width: 50px;
    height: 50px;
    /* line-height: 50px; */
    color: #ffffff;
    border-radius: 100%;
    border-collapse: 5px;
    padding: 5px 15px;
    margin-right: 5px;
    vertical-align: middle;
}

.s-programme li:nth-child(1) span.num {
    background: #8bc34a;
}

.s-programme li:nth-child(2) span.num {
    background: #ffc107;
}

.s-programme li:nth-child(3) span.num {
    background: #2196f3;
}

.s-programme li:nth-child(4) span.num {
    background: #ff5722;
}

.s-programme li:nth-child(5) span.num {
    background: #673ab7;
}

.s-programme li img {
    margin: 0 auto 10px;
    display: block;
}

.s-programme a {
    background: #ff9800;
    padding: 10px 20px;
    display: inline-block;
    color: #fff;
    font-size: 15px;
    border-radius: 30px;
}


/*conference-programme*/


/*quiz-bg*/

.quiz-bg {
    background-image: url(../images/quiz-bg.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    padding: 3em 0;
}

.quiz-content {
    display: flex;
    justify-content: center;
}

.quiz-content h3 {
    color: #fddb5b;
    text-transform: uppercase;
}

.quiz-border {
    width: 2px;
    background: #fff;
    margin: 0 10px;
}

.quiz-box1 {
    color: #fff;
    text-align: right;
    padding: 2em;
}

.quiz-box2 {
    color: #fff;
    text-align: left;
    padding: 2em;
}

.quiz-content li {
    display: flex;
    margin: 0 0 1em;
    font-size: 22px;
}

.quiz-box1 li {
    justify-content: flex-end;
}

.quiz-box2 li {
    justify-content: flex-start;
}

.quiz-content li img {
    width: 18px;
    height: 18px;
    margin: 3px 10px;
}


/*quiz-bg*/


/*.free-communication*/

.free-communication {
    display: flex;
    align-items: center;
}

.submission-date {
    width: 40%;
    background-image: url(../images/free-communication.jpg);
    background-repeat: no-repeat;
    padding: 3em;
    text-align: center;
}

.submission-date h2 {
    font-size: 42px;
    line-height: 52px;
    text-transform: uppercase;
}

.submission-date p {
    font-size: 22px;
}

.submission-date a {
    display: inline-block;
    background: #000;
    padding: 10px 20px;
    color: #fff;
    border-radius: 30px;
}

.submission-date h5 {
    background-color: rgb(255 0 0);
    padding: 10px 20px;
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    display: inline-block;
}

.instructions {
    width: 60%;
    padding: 3em;
}

.instructions h5 {
    font-size: 18px;
}

.instructions li {
    display: flex;
    margin: 0 0 1em;
}

.instructions li img {
    width: 18px;
    height: 18px;
    margin: 3px 10px;
}


/*.free-communication*/


/*workshops-details */

.workshops-details-home {
    text-align: center;
    padding: 3em 0;
    background: url(../images/mapbg.png) #f6b930;
    background-repeat: repeat;
}

.workshops-details {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

.friday,
.saturday {
    width: 45%;
    padding: 3em 3em 2em;
    box-shadow: 0px 4px 20px -4px rgb(107 105 225 / 39%);
    border-radius: 20px;
    margin: 1em;
    background: #fff;
}

.workshops-details h3 {
    background: #f6b930;
    text-align: center;
    padding: 6px 10px;
    border-radius: 8px;
    margin: 0 0 1em;
}

.workshops-details h4 {
    color: #525812;
    font-size: 16px;
    background: #cddc39;
    padding: 0 10px;
    display: inline-block;
    line-height: 26px;
}

.workshops-details hr {
    margin: 0 0 1em;
    padding: 0 0;
    border-style: dashed;
    border-width: 1px;
    border-color: #d6d6d6;
}

.workshops-details li {
    margin: 0;
    padding: 0 0 1em;
}

.workshops-details li:last-child {
    margin: 0;
    border: none;
}

.workshops-details li p {
    margin: 0;
    font-size: 14px;
}

.workshops-details li span {}

.workshops-details li span.hall {
    display: inline-block;
    background: #f4f7ff;
    padding: 3px 10px;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    border-radius: 3px;
    color: #4169e3;
}

.workshops-details .attend-workshop {
    margin: 1em 0 0;
    color: #fff;
    background: #f00;
    padding: 10px 20px;
    border-radius: 5px;
    position: relative;
}

.attend-workshop::before {
    position: absolute;
    left: 50%;
    width: 12px;
    height: 12px;
    background: #f00;
    transform: rotate(45deg);
    top: -5px;
    content: "";
}


/*workshops-details */


/*container3*/

.comm-members-bg {
    padding: 5em 0;
    margin: auto;
    text-align: center;
    background: url(../images/pattern.jpg) repeat;
    overflow: hidden;
}

.comm-members-bg h2 {
    margin: 0 0 50px;
    font-size: 40px;
    color: #3e4095;
}

.comm-members-bg ul li {
    display: inline-block;
    width: 300px;
    padding: 30px 10px;
    margin: 0 10px 20px;
    box-shadow: 0px 3px 10px -3px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    vertical-align: top;
    position: relative;
    overflow: hidden;
    background: #fff;
}

.comm-members-bg ul li img {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.05);
    border-radius: 90px;
    width: 50%;
    margin: 10px auto 30px;
}

.comm-members-bg ul li h4 {
    font-size: 18px;
    margin: 5px auto;
    color: #07a698;
    letter-spacing: 1px;
    font-weight: normal;
}

.comm-members-bg ul li p {
    font-style: italic;
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 1px;
}

.comm-members-bg ul li h3 {
    color: #3e4095;
}

.comm-members-bg ul li h3 span {
    font-size: 13px;
    font-weight: 400;
    font-style: italic;
    color: #808080;
}


/*container3*/