body, html {
    height: 100%;
    margin: 0;
    position: relative;
}

.flexBetween {
    display: flex;
    justify-content: space-between;
}


/*********************************************************************************
            MENU
 *********************************************************************************/
#menu {
    background-color: rgba(10, 30, 40, 0.9);
    box-shadow: 0 2px 2px 1px gray;
}

#menu .active {
    background-color: #0D7295 !important;
}
#menu .nav-link:not(.disabled) {
    color: white
}
#menu i.bi-list {
    font-size: 30px;
    font-weight: bolder;
    display: none;
    color: #c0c0c0;
    outline: 1px solid #aaa;
    border-radius: 5px;
    padding: 0 10px;
    margin-left: 50px;

}

/*********************************************************************************
            Offcanvas
 *********************************************************************************/
.offcanvas li {
    list-style: none;
    padding: 5px;
}
.offcanvas ul li a {
    font-size: 15px !important;
    text-decoration: none;
}
.offcanvas ul li a:hover {
    color: #487f94;
}

/*********************************************************************************
            aboutBlock
 *********************************************************************************/
#aboutBlock .text {
    line-height: 26px;
}
#about a, #about li {
    color: #174576
}

/*********************************************************************************
            Background images
 *********************************************************************************/
.bgimg-img {
    display: none
}
.textofdate {
    color: #000;
}
.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5, .bgimg-6, .bgimg-7, .bgimg-8, .bgimg-9, .venue, .travel-information {
    position: relative;
    opacity: 1;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bgimg-1 {
    background-image: url("../images/bg_home.jpg");
    min-height: 100%;
    background-position: center top 80px;
    background-color: #fff
}
.bgimg-2 {
    background-image: url("../images/bg_baku.jpg");
    min-height: 450px;
}
.bgimg-3 {
    background-image: url("../images/bg_bsu.jpg");
    min-height: 450px;
}
.bgimg-4 {
    background-image: url("../images/bg_speakers.jpg");
    min-height: 450px;
}
.bgimg-5 {
    background-image: url("../images/bg_topics.jpg");
    min-height: 450px;
}
.bgimg-6 {
    background-image: url("../images/bg_submission.jpg");
    min-height: 450px;
}
.bgimg-7 {
    background-image: url("../images/bg8.jpg");
    min-height: 450px;
}
.bgimg-8 {
    background-image: url("../images/bg9.jpg");
    min-height: 450px;
}
.venue {
    background-image: url("../images/venue.jpg");
    min-height: 450px;
}
.travel-information {
    background-image: url("../images/bg_travel-information.jpg");
    min-height: 600px;
}
.covid19 {
    background-image: url("../images/covid19.jpg");
    min-height: 450px;
}

#link1, #link2, #link3, #link4, #link5 {
    padding-top: 2em;
}
.table-sm thead {
    background-color: #174576;
    color: white;
    text-align: center
}
.table-sm td {
    padding: 10px;
    line-height: 150%
}
.table-sm td:nth-child(2) {
    font-weight: bold;
    word-break: keep-all;
    white-space: nowrap;
}
#topicsSubtopics td:nth-child(1) {
    font-weight: bold;
    word-break: keep-all;
}
.caption {
    position: absolute;
    left: 0;
    top: 45%;
    width: 100%;
    text-align: center;
}
.caption1 {
    position: absolute;
    left: 0;
    top: 25%;
    width: 50%;
    text-align: center;
}
.caption2 {
    position: absolute;
    left: 0;
    top: calc(25% + 80px);
    width: 50%;
    text-align: center;
}
span.border1 {
    background-color: #174576;
    color: #fff;
    padding: 18px;
    font-size: 25px;
    letter-spacing: 10px;
    opacity: 0.7;
}
span.border2 {
    background-color: #fff;
    color: #000;
    padding: 10px;
    font-size: 25px;
    letter-spacing: 10px;
}
.sectionName {
    letter-spacing: 5px;
    text-transform: uppercase;
    font-weight: 400;
    color: #174576;
    text-align: center;
}
.qrcode {
    width: auto;
    height: 100px;
    display: block;
    margin: 10px auto
}
#commitees td {
    text-align: left
}
#participants td {
    text-align: left
}
.programLink a {
    color: #459CA0;
}
.programLink a:hover {
    color: blue;
}
.programLink img {
    height: 280px;
    width: auto;
}
#submission form {
    margin: 2em auto;
    padding: 2em;
    border: 1px dashed #ccc;
    border-radius: 5px
}
#submission form label {
    font-weight: bold
}
#submission form th {
    text-align: center;
    color: #555
}
#submission form td {
    padding: 0
}
#submission form button {
    background-color: #174576;
}
/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
    .bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5, .bgimg-6, .bgimg-7, .bgimg-7, .bgimg-9, .covid19 {
        background-attachment: scroll;
    }
}
.fade-in-text1 {
    animation: fadeIn linear 1s;
    -webkit-animation: fadeIn linear 1s;
    -moz-animation: fadeIn linear 1s;
    -o-animation: fadeIn linear 1s;
    -ms-animation: fadeIn linear 1s;
    color: #0D7295
}
.fade-in-text2 {
    animation: fadeIn linear 2s;
    -webkit-animation: fadeIn linear 2s;
    -moz-animation: fadeIn linear 2s;
    -o-animation: fadeIn linear 2s;
    -ms-animation: fadeIn linear 2s;
    color: #0D7295;
    font-size: 100%
}
.fade-in-text3 {
    animation: fadeIn linear 3s;
    -webkit-animation: fadeIn linear 3s;
    -moz-animation: fadeIn linear 3s;
    -o-animation: fadeIn linear 3s;
    -ms-animation: fadeIn linear 3s;
    font-weight: 400
}
.fade-in-text4 {
    animation: fadeIn linear 4s;
    -webkit-animation: fadeIn linear 4s;
    -moz-animation: fadeIn linear 4s;
    -o-animation: fadeIn linear 4s;
    -ms-animation: fadeIn linear 4s;
}
.fade-in-image1 {
    animation: fadeIn 1s;
    -webkit-animation: fadeIn 1s;
    -moz-animation: fadeIn 1s;
    -o-animation: fadeIn 1s;
    -ms-animation: fadeIn 1s;
}
.fade-in-image2 {
    animation: fadeIn 5s;
    -webkit-animation: fadeIn 5s;
    -moz-animation: fadeIn 5s;
    -o-animation: fadeIn 5s;
    -ms-animation: fadeIn 5s;
}
/*
        Footer
 */
#footer {
    background-color: rgba(10, 30, 40, 1);
    position: relative
}
#footer .contactTitle {
    color: white;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1.4em;
    letter-spacing: 2px;
}
#footer i.bi-whatsapp {
    margin-left: 0.5em;
}
#footer a.link {
    display: block;
    color: #bbb;
    text-decoration: none;
    margin-bottom: 10px;
    text-align: center
}
#footer a.link:hover {
    color: #fff
}
/* #footer .socialLogo{display: inline-block;border-radius: 25%;margin:10px;width: 40px; transition: 0.2s all ease-in-out;}
#footer .socialLogo:hover{transform: scale(1.1);}
#footer .socialLogoLink{width:40px;height:40px;overflow: hidden;margin: 0 auto;}*/
#footer .socialLogoLink i {
    font-size: 18px;
    line-height: 0;
}
#footer .socialLogoLink {
    transition: color 0.3s;
    color: 151515 !important;
    margin: 0 3px;
    border-radius: 4px;
    width: 36px;
    height: 36px;
    /* background: rgba(255, 255, 255, 0.8); */
    background-color: rgba(10, 30, 40, 0.8) !important;
    transition: ease-in-out 0.3s;
    color: #484848;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center
}
#footer .socialLogoLink:hover {
    color: #fff !important;
    background: #0B9500 !important;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
/* *********************************************
                       XXL
   ********************************************* */
@media (min-width: 1400px) {
    #homeHeader {
        padding: 80px 0 0;
        font-size: 22px;
        font-weight: bold;
    }
    .titleofheader {
        padding-left: 180px;
        padding-top: 10px;
        line-height: 1;
    }
    .fade-in-text1 {
        padding-bottom: 10px;
        text-align: left !important;
    }
    .fade-in-text2 {
        padding-bottom: 5px;
        text-align: left !important;
    }
    .fade-in-text3 {
        font-size: 16px;
        padding-bottom: 15px;
        text-align: left !important;
    }
    .fade-in-text4 {
        font-size: 16px;
        padding-bottom: 5px;
        text-align: left !important;
    }
    .navbar {
        font-size: 16px;
    }
    .nav-link {
        color: rgba(255, 255, 255, 1);
    }
    .logo {
        height: 140px;
        width: auto;
        position: absolute;
        left: 20px;
        top: 80px;
        z-index: 1;
        padding: 2px;
        background-color: #fff;
    }
    .logo-bsu {
        position: absolute;
        right: 20px;
        top: 80px;
        z-index: 1;
        font-size: 14px;
        color: #888;
    }
    .logo-bsu img {
        height: 140px;
        width: auto;
        padding: 2px;
        background-color: #fff;
    }
    .logo_sponsor1 {
        height: 90px;
        width: auto;
        margin-left: 1em;
        vertical-align: top
    }
    .caption1 {
        top: 530px;
    }
    .caption2 {
        top: 600px;
    }
    .caption-img1 {
        float: right;
        text-align: center;
        font-size: 14px;
        color: #888;
        vertical-align: top
    }
    .textofdate {
        padding-left: 180px;
        font-size: 16px;
        font-weight: bold;
        background-color: rgba(255, 255, 255, 0);
    }
    .sectionName {
        font-size: 40px;
        margin-bottom: 1em;
    }
    #about, #topics, #commitees, #venue, #covid {
        font-size: 1.2em;
        line-height: 175%
    }
    .table-sm {
        font-size: 12pt;
    }
    #invited img {
        height: auto;
        width: 200px;
        display: block;
        margin: 0 auto;
    }
}
/* *********************************************
                       XL
   ********************************************* */
@media (min-width: 1200px) and (max-width: 1399.98px) {
    #homeHeader {
        padding: 80px 0 0;
        font-size: 19px;
        font-weight: bold;
    }
    .titleofheader {
        padding-left: 160px;
        padding-top: 10px;
        line-height: 1;
    }
    .fade-in-text1 {
        padding-bottom: 10px;
        text-align: left !important;
    }
    .fade-in-text2 {
        padding-bottom: 5px;
        text-align: left !important;
    }
    .fade-in-text3 {
        font-size: 14px;
        padding-bottom: 15px;
        text-align: left !important;
    }
    .fade-in-text4 {
        font-size: 16px;
        padding-bottom: 5px;
        text-align: left !important;
    }
    .navbar {
        font-size: 13px;
    }
    .nav-link {
        color: rgba(255, 255, 255, 1);
    }
    .logo {
        height: 140px;
        width: auto;
        position: absolute;
        left: 10px;
        top: 80px;
        z-index: 1;
        padding: 2px;
        background-color: #fff;
    }
    .logo-bsu {
        position: absolute;
        right: 20px;
        top: 80px;
        z-index: 1;
        font-size: 14px;
        color: #888;
    }
    .logo-bsu img {
        height: 140px;
        width: auto;
        padding: 2px;
        background-color: #fff;
    }
    .logo_sponsor1 {
        height: 60px;
        width: auto;
        margin-left: 1em;
        vertical-align: top
    }
    .caption1 {
        top: 320px;
    }
    .caption2 {
        top: 380px;
    }
    .caption-img1 {
        float: right;
        text-align: center;
        font-size: 12px;
        letter-spacing: 0;
        color: #888
    }
    .textofdate {
        padding-left: 180px;
        font-size: 15px;
        font-weight: bold;
        background-color: rgba(255, 255, 255, 0);
    }
    .sectionName {
        font-size: 30px;
        margin-bottom: 1em;
    }
    #about, #topics, #commitees, #venue, #covid {
        font-size: 1.2em;
        line-height: 175%
    }
    .table-sm {
        font-size: 10pt;
    }
    #invited img {
        height: auto;
        width: 200px;
        display: block;
        margin: 0 auto;
    }
}

/* *********************************************
                       LG
   ********************************************* */
@media (min-width: 992px) and (max-width: 1199.98px) {
    #menu .container-fluid {
        display: none
    }
    #menu i.bi-list {
        display: block;
    }
    #homeHeader {
        padding: 80px 0 0;
        font-size: 16px;
        font-weight: bold;
    }
    .titleofheader {
        padding-left: 160px;
        padding-top: 10px;
        line-height: 1;
    }
    .fade-in-text1 {
        padding-bottom: 10px;
        text-align: center !important;
    }
    .fade-in-text2 {
        padding-bottom: 5px;
        text-align: center !important;
    }
    .fade-in-text3 {
        font-size: 14px;
        padding-bottom: 15px;
        text-align: center !important;
    }
    .fade-in-text4 {
        font-size: 16px;
        padding-bottom: 5px;
        text-align: left !important;
    }
    .navbar {
        font-size: 13px;
    }
    .nav-link {
        color: rgba(255, 255, 255, 1);
    }
    .logo {
        height: 140px;
        width: auto;
        position: absolute;
        left: 20px;
        top: 80px;
        z-index: 1;
        padding: 2px;
        background-color: #fff;
    }
    .logo-bsu {
        position: absolute;
        right: 20px;
        top: 80px;
        z-index: 1;
        font-size: 14px;
        color: #888;
    }
    .logo-bsu img {
        height: 140px;
        width: auto;
        padding: 2px;
        background-color: #fff;
    }
    .sponsoredImagesDiv {
        display: none;
    }
    .logo_sponsor1 {
        height: 80px;
        width: auto;
        margin-left: 1em;
        vertical-align: top
    }
    .caption1 {
        top: 320px;
    }
    .caption2 {
        top: 380px;
    }
    .caption-img1 {
        float: right;
        text-align: left;
        font-size: 12px;
        color: #888
    }
    .textofdate {
        padding-left: 180px;
        font-size: 15px;
        font-weight: bold;
        background-color: rgba(255, 255, 255, 0);
    }
    .sectionName {
        font-size: 30px;
        margin-bottom: 1em;
    }
    span.border1 {
        font-size: 20px;
        line-height: 40px;
    }
    #about, #topics, #commitees, #venue, #covid {
        font-size: 1.2em;
        line-height: 175%
    }
    .table-2 {
        display: none !important;
    }
    .table-sm {
        font-size: 12pt;
    }
    .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5, .bgimg-6, .bgimg-7, .covid19 {
        min-height: 300px;
    }
    #invited img {
        height: auto;
        width: 200px;
        display: block;
        margin: 0 auto;
    }
}

/* *********************************************
                       MD
   ********************************************* */
@media (min-width: 768px) and (max-width: 991.98px) {
    #menu .container-fluid {
        display: none
    }
    #menu i.bi-list {
        display: block;
    }
    .container {
        width: 100% !important;
    }
    #homeHeader {
        padding: 80px 0 0;
        font-size: 16px;
        font-weight: bold;
    }
    .titleofheader {
        padding-left: 160px;
        padding-top: 10px;
        line-height: 1;
    }
    .fade-in-text1 {
        padding-bottom: 10px;
        text-align: center !important;
    }
    .fade-in-text2 {
        padding-bottom: 5px;
        text-align: center !important;
    }
    .fade-in-text3 {
        font-size: 14px;
        padding-bottom: 15px;
        text-align: center !important;
    }
    .fade-in-text4 {
        font-size: 15px;
        padding-bottom: 5px;
        text-align: left !important;
    }
    .logo {
        height: 140px;
        width: auto;
        position: absolute;
        left: 5px;
        top: 80px;
        z-index: 1;
        padding: 2px;
        background-color: #fff;
    }
    .organizedImagesDiv, .sponsoredImagesDiv {
        display: none;
    }
    .logo_sponsor1 {
        height: 80px;
        width: auto;
        margin-left: 1em;
        vertical-align: top;
    }
    .caption1 {
        top: 320px;
    }
    .caption2 {
        top: 380px;
    }
    .caption-img1 {
        float: right;
        text-align: left;
        font-size: 12px;
        color: #888;
    }
    .textofdate {
        padding-left: 180px;
        font-size: 15px;
        font-weight: bold;
        background-color: rgba(255, 255, 255, 0);
    }
    .sectionName {
        font-size: 30px;
        margin-bottom: 1em;
    }
    span.border1 {
        font-size: 18px;
        line-height: 40px;
    }
    #about, #topics, #commitees, #venue, #covid {
        font-size: 1.1em;
        line-height: 150%;
    }
    .table-2 {
        display: none !important;
    }
    .table-sm {
        font-size: 12pt;
    }
    .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5, .bgimg-6, .bgimg-7, .covid19 {
        min-height: 300px;
    }
    #invited img {
        height: auto;
        width: 200px;
        display: block;
        margin: 0 auto;
    }
}

/* *********************************************
                       SM
   ********************************************* */
@media (max-width: 767.98px) {
    #menu .container-fluid {
        display: none
    }
    #menu i.bi-list {
        display: block;
    }
    .container {
        width: 100% !important;
        margin: 0 !important;
    }
    .bgimg-1 {
        display: none;
    }
    .bgimg-img {
        display: block
    }
    #homeHeader {
        padding: 70px 0 0;
        font-size: 16px;
        font-weight: bold;
    }
    .flexBetween {
        display: block;
    }
    .logo {
        height: 140px;
        width: auto;
        padding: 2px;
        background-color: #fff;
        display: block;
        margin: 0 auto 10px;
    }
    .titleofheader {
        padding-top: 10px;
        line-height: 1;
    }
    .fade-in-text1 {
        padding-bottom: 5px;
        text-align: center !important;
    }
    .fade-in-text2 {
        padding-bottom: 5px;
        text-align: center !important;
    }
    .fade-in-text3 {
        font-size: 12px;
        padding-bottom: 12px;
        text-align: center !important;
    }
    .organizedImagesDiv, .sponsoredImagesDiv {
        display: none;
    }
    .caption-img1 {
        float: right;
        text-align: center;
        font-size: 0.5em;
        color: #888;
        display: none
    }
    .textofdate {
        display: none
    }
    .textofdate2 {
        display: block !important;
        width: 100%;
        text-align: center;
        font-size: 15px;
        background-color: rgba(255, 255, 255, 0);
        padding: 5px 20px;
        color: black
    }
    .sectionName {
        font-size: 30px;
        margin-bottom: 1em;
    }
    span.border1 {
        font-size: 18px;
        line-height: 40px;
    }
    #about, #topics, #commitees, #venue, #covid {
        font-size: 1.1em;
        line-height: 150%;
    }
    .table, .table-sm {
        font-size: 11pt !important;
        margin: 0;
        padding: 0;
        width: 100%
    }
    .table td, .table-sm td, #topicsSubtopics td {
        padding: 0;
        word-break: normal;
        white-space: normal !important;
        vertical-align: top
    }
    .card {
        padding: 1px !important;
        margin: 0 !important;
    }
    .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5, .bgimg-6, .bgimg-7, .covid19 {
        min-height: 300px;
    }
    #invited img {
        height: auto;
        width: 200px;
        display: block;
        margin: 0 auto;
    }
}

/*----------------------------------------------------------------------------------------
            XS
----------------------------------------------------------------------------------------*/
@media (max-width: 575.98px) {
    #menu .container-fluid {
        display: none
    }
    #menu i.bi-list {
        display: block;
    }
    .container {
        width: 100% !important;
        margin: 0 !important;
    }
    .bgimg-1 {
        display: none;
    }
    .bgimg-img {
        display: block
    }
    #homeHeader {
        padding: 70px 0 0;
        font-size: 16px;
        font-weight: bold;
    }
    .flexBetween {
        display: block;
    }
    .logo {
        height: 140px;
        width: auto;
        padding: 2px;
        background-color: #fff;
        display: block;
        margin: 0 auto 10px;
    }
    .titleofheader {
        padding-top: 10px;
        line-height: 1;
    }
    .fade-in-text1 {
        padding-bottom: 5px;
        text-align: center !important;
    }
    .fade-in-text2 {
        padding-bottom: 5px;
        text-align: center !important;
    }
    .fade-in-text3 {
        font-size: 12px;
        padding-bottom: 12px;
        text-align: center !important;
    }
    .organizedImagesDiv, .sponsoredImagesDiv {
        display: none;
    }
    .caption-img1 {
        float: right;
        text-align: center;
        font-size: 0.5em;
        color: #888;
        display: none
    }
    .textofdate {
        display: none
    }
    .textofdate2 {
        display: block !important;
        width: 100%;
        text-align: center;
        font-size: 15px;
        background-color: rgba(255, 255, 255, 0);
        padding: 5px 20px;
        color: black
    }
    .sectionName {
        font-size: 30px;
        margin-bottom: 1em;
    }
    span.border1 {
        font-size: 18px;
        line-height: 40px;
    }
    #about, #topics, #commitees, #venue, #covid {
        font-size: 1.1em;
        line-height: 150%;
    }
    .table, .table-sm {
        font-size: 11pt !important;
        margin: 0;
        padding: 0;
        width: 100%
    }
    .table td, .table-sm td, #topicsSubtopics td {
        padding: 0;
        word-break: normal;
        white-space: normal !important;
        vertical-align: top
    }
    .card {
        padding: 1px !important;
        margin: 0 !important;
    }
    .topicsAndSubjects, .committees, .bgimg-4, .bgimg-5, .submission, .programme, .covid19 {
        min-height: 300px;
    }
    #invited img {
        height: auto;
        width: 200px;
        display: block;
        margin: 0 auto;
    }
}