.conferences_content {
    min-height: 700px;
    background-color: #fff;
}

.conferences_h {
    color: #2f546c;
    font-size: 24px;
    font-weight: bold;
    padding: 20px;
}

.confWorks_btn {
    display: flex;
    width: 55%;
    justify-content: space-between;
    align-items: center;
}

.confWorks_btn,
.download>i {
    color: #2c62b3;
}

.download>a {
    text-decoration: none;
}

.conferences_h2 {
    color: #2f546c;
    font-size: 24px;
    font-weight: bold;
    padding-left: 20px;
}

.conferences__container {
    background-color: #fff;
    width: 100%;
    height: 100%;
    padding: 40px;
}

.conferences_banner_div {
    padding: 75px 0px;
    position: relative;
    z-index: 89;
    text-align: center;
    line-height: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.conferences_banner_title {
    color: #fff;
    font-style: italic;
    text-transform: capitalize;
}

.pagination {
    flex-wrap: wrap;
}

.conferences_banner_title_under {
    color: #5997f5;
}

.conferences__main {
    background-color: #fff;
    margin: 0 auto;
    padding: 15px;
}

.conferences__sidebar {
    max-width: 35%;
}

.inp__box {
    position: relative;
}

.sidebar__conferences_item {
    padding: 0 15px;
    display: flex;
    margin-top: 10px;
}

.sidebar__conferences_item>img {
    width: 120px;
    object-fit: contain;
}

.sidebar__conferences_item_info>h5>a {
    max-width: 300px;
    font-size: 15px;
    word-break: break-all;
}

.sidebar__conferences_item_info>p {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 350px;
    white-space: nowrap;
    font-size: 13px;
}

.search_type {
    border: none;
    outline: none;
    width: 100%;
    padding: 12px;
    background-color: #eeeeee;
}

.search_submit {
    border: none;
    outline: none;
    background-color: transparent;
    position: absolute;
    right: 10px;
    font-size: 28px;
}

.conferences_sidebar__textWidget {
    margin-top: 40px;
}

.conferences__sidebar__practiceWidget__item {
    display: flex;
    border-bottom: solid 1px #d3d3d3;
    padding: 10px;
    margin-bottom: 20px;
}

.conferences__sidebar__practiceWidget__item-info>a {
    color: #999999;
    font-weight: 600;
    font-size: 13px;
    text-decoration: none;
}

.conferences_archives>ul {
    list-style: none;
}

.conferences_archives>ul>li {
    border-bottom: 1px solid lightgray;
    padding: 10px;
}

.conferences_archives>ul>li>a {
    color: #2c62b3;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}

.conferences__sidebar__practiceWidget__item-info>h5 {
    font-weight: bold;
}

.conferences__sidebar__practiceWidget__item-info {
    margin: 5px 30px;
    height: fit-content;
}

.conferences_sidebar__textWidget>h4,
.conferences__sidebar__practiceWidget>h4 {
    padding-right: 4px;
    font-style: italic;
    letter-spacing: 1px;
    color: #383838;
}

.conferences__sidebar__practiceWidget {
    margin-top: 40px;
}

.conferences_sidebar__textWidget>p {
    font-size: 14px;
    color: gray;
}

.conferences_item {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    width: 100%;
}

.line {
    width: 100%;
    height: 2px;
    margin: 10px 0;
    background-color: black;
}

.conferences_img_a {
    width: 35%;
    height: 250px;
}

.conferences_img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.conferences_item_info {
    max-width: 60%;
    border-left: dotted 3px #2f546c;
    margin-left: 20px;
    padding-left: 20px;
}

.conferences_item_subInfo {
    display: flex;
    margin-top: 20px;
    width: 100%;
    justify-content: space-between;
    flex: 1 1 auto;
}

.conferences_item_info>h5 {
    line-height: 1.1;
}

.conferences_item_info>h5>a {
    color: #000;
    font-weight: bold;
    font-size: 15px;
}

.conferences_item_info h5>a:hover {
    color: #2c62b3;
    transition: .2s;
    cursor: pointer;
}

.conferences_item_subInfo>p {
    color: gray;
    font-size: 13px;
    display: flex;
    align-items: center;
}

.conferences_item_info>p {
    font-size: 14px;
    color: gray;
}

.conferences_btn-link {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #2c62b3;
    border: none;
    font-weight: bold;
    /* text-decoration: none; */
    border-radius: 5px;
    cursor: pointer;
    font-size: 15px;
    text-transform: uppercase;
}

.conferences_btn-link:hover {
    color: #2c62b3;
}

.conferences_archives {
    margin: 15px;
    width: 33%;
}

.conferences_archives>h3 {
    margin: 15px 15px;
}


/* Smartphones (portrait and landscape) ----------- */

@media only screen and (max-width: 600px) {

    .prevContainer,
    .nextContainer {
        display: none;
        visibility: hidden;
    }

}

.prevContainer,
.nextContainer {
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 50%;
    transform: translate(0, calc(-50% - 54px));
    height: 54px;
    width: 54px;
    cursor: pointer;
}

.prevContainer {
    margin-left: 26px;
    left: 0;
    border-radius: 30px 0 0 30px;
}

.prev {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    height: 34px;
    width: 32px;
    float: left;
    margin-left: 12px
}

.prev svg,
.next svg {
    fill: white;
}

.nextContainer {
    margin-right: 26px;
    right: 0;
    border-radius: 0 30px 30px 0;
}

.next {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    height: 34px;
    width: 32px;
    float: right;
    margin-right: 12px;
}


/* Container for image text */

.caption-container {
    text-align: left;
    background-color: #222;
    padding: 2px 16px;
    color: white;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.row {
    height: 440px;
    overflow: hidden;
}


/* Six columns side by side */

.column {
    float: left;
    width: 16.66%;
    transition-duration: 600ms;
    transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.conferences_post__container {
    background-color: #fff;
    width: 100%;
    padding: 40px;
}

.conferences_post__image {
    display: flex;
    justify-content: center;
}

.conferences_post__info {
    padding-top: 15px;
}

.conferences_post__subInfo {
    display: flex;
}

.conferences__post__content {
    word-break: break-all;
    font-size: 16px;
    color: gray;
    line-height: 2;
}

.conferences_post__gallery_item {
    margin-top: 10px;
}

.conferences_post__info>h3 {
    font-size: 30px;
    font-weight: bold;
    word-break: break-all;
    margin-bottom: 3px;
}

.modalImg {
    display: none;
    position: fixed;
    z-index: 1000000;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.8);
}


/* Modal Content (Image) */

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    object-fit: cover;
    max-width: 700px;
}

.modal-content,
#caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}


/* The Close Button */

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

.conferences_post__gallery {
    display: flex;
    justify-content: space-evenly;
    margin-top: 10px;
    flex-wrap: wrap;
}

.conferences_post__subInfo>p {
    font-size: 14px;
    color: gray;
    margin-right: 22px;
}

.conferences_post__gallery_item>img {
    max-width: 200px;
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 3px;
    contain-intrinsic-size: 200px;
}

/* max widht 750*/

.sidebar__conferences_item_info {
    max-width: 300px;
}

@media screen and (max-width: 1200px) {
    .sidebar__conferences_item {
        flex-direction: column-reverse;
        align-items: center;
    }
}

@media screen and (max-width: 992px) {
    .sidebar__conferences_item {
        flex-direction: column-reverse;
        align-items: center;
    }

    .conferences__container {
        flex-direction: column;
    }
}

@media screen and (max-width: 768px) {

    .sidebar {
        width: 100% !important;
    }

    .sidebar>h2 {
        text-align: center;
    }

    .conferences_h2 {
        text-align: center;
    }

    .conferences_item {
        flex-direction: column;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .conferences_img_a {
        width: 90%;
        height: 350px;
    }

    .conferences_item_info {
        border: none;
        max-width: 90%;
        padding: 0;
        margin: 10px 0 0 0;
    }

    .conferences__main {
        max-width: 90%;
    }

    .conferences_archives {
        margin: 15px;
        width: 100%;
    }

    .conferences__container {
        flex-direction: column;
        align-items: center;
    }

    .conferences_item_img a>img {
        width: 100%;
        height: auto;
    }

    .conferences__sidebar {
        max-width: 90%;
        margin-top: 20%;
    }
}

@media screen and (max-width: 500px) {
    .conferences__sidebar__comments__item {
        flex-direction: column;
    }

    .conferences__sidebar__comments__item>a>img {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 300px) {
    .conferences_item_subInfo {
        flex-direction: column;
    }
}

#slideshow {
    display: flex;
    width: 100%;
    height: 300px !important;
    height: fit-content;
    margin-bottom: 20px;
}

#slides {
    position: relative;
    width: 70%;
    overflow: hidden;
}

.down {
    bottom: 0;
}

.up {
    top: 0;
}

#gallery {
    position: relative;
    width: 30%;
    overflow: hidden;
    background: #202020;
}

#slides img,
#gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slide {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.4s linear;
}

.slide.show {
    opacity: 1;
    z-index: 1000;
}

.scroll {
    width: 100%;
    border: none;
    position: absolute;
    background: transparent;
    cursor: pointer;
    z-index: 100000;
    color: #fff;
    height: 30px;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scroll:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
}

div.a {
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    height: fit-content;
    width: 10px;
}

div.b {
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    height: fit-content;
    width: 10px;
}

.thumbnail {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    margin-top: 30px;
}

.thumbnail.active {
    background-color: #2c62b3 !important;
}

.thumbnail>p {
    color: #fff;
    padding: 10px;
    width: 350px;
    height: 50px;
    word-wrap: break-word;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.thumbnail:hover {
    background-color: #000;
}

.slide-btn {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 40px;
    color: #fff;
    background: transparent;
    cursor: pointer;
    transition: all 0.4s linear;
    z-index: 1000;
    margin: 0;
    padding: 0;
}

.slide-btn:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
}

.next {
    right: 0;
}

.prev {
    left: 0;
}

.slide .content {
    position: absolute;
    left: 0;
    bottom: -999px;
    color: #fff;
    padding: 25px;
    background-color: rgba(0, 0, 0, 0.5);
    transition: bottom 0.4s ease;
    width: 100%;
}

.slide .title {
    font-weight: bold;
    font-size: 12px;
}

.slide:hover>.content {
    bottom: 0;
}

.thumbnail .title {
    position: absolute;
    top: 0;
    left: -999px;
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #fff;
    height: 30px;
    padding: 0 10px;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.4s ease;
}

.thumbnail .description {
    position: absolute;
    left: 0;
    bottom: -999px;
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #fff;
    padding: 10px 10px;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.4s ease;
}

.thumbnail>p {
    font-size: 12px;
}

.thumbnail:hover .title {
    left: 0;
}

.thumbnail:hover .description {
    bottom: -12px;
}

@media screen and (max-width: 768px) {
    #slides {
        width: 100%;
    }

    #gallery {
        display: none;
    }
}

@media screen and (max-width: 450px) {
    .sidebar__conferences_item_info>p {
        width: 250px;
    }
}