
.navbar-toggler {
    
    background-color: #36b0b6;

}
 /* a[href^=mail]:before {
    content: "\f0e0";
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    padding-right: .5em;
} */
.conf-title {
     font-family: 'Merriweather', serif;

 }

 .btn-round {
     border-radius: 30px;
 }

 .bg-gradient {
     background: #032f3e;
 }



/* 
 header:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0; 
    bottom: 0;
    left: 0;   
    background-image: url(../images/city-bg.jpg);  
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
  } */

 .bg-tan {
     background-color: #e2bc7e !important;
 }

 .bg-brown {
     background-color: #a07759 !important;
 }

 .bg-#ffc107 {
     background-color: #cf7d6f !important;
 }

 .border-danger {
     border-color: #731025 !important;
 }

 .btn-danger:hover {
     color: #fff;
     background-color: #731025;
     border-color: #731025;
 }

 .text-grey {
     color: #000 !important;
 }

 .bg-light {
     background-color: #eeeeee !important;
 }

 .bg-danger {
     background: #731025 !important;
 }

 .bg-danger-gradient {
     background: rgb(115, 16, 37);
     /* Old browsers */
     background: -moz-linear-gradient(top, rgba(115, 16, 37, 1) 1%, rgba(115, 16, 37, 1) 49%, rgba(255, 255, 255, 1) 49%, rgba(255, 255, 255, 1) 100%);
     /* FF3.6-15 */
     background: -webkit-linear-gradient(top, rgba(115, 16, 37, 1) 1%, rgba(115, 16, 37, 1) 49%, rgba(255, 255, 255, 1) 49%, rgba(255, 255, 255, 1) 100%);
     /* Chrome10-25,Safari5.1-6 */
     background: linear-gradient(to bottom, rgba(115, 16, 37, 1) 1%, rgba(115, 16, 37, 1) 49%, rgba(255, 255, 255, 1) 49%, rgba(255, 255, 255, 1) 100%);
     /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#731025', endColorstr='#ffffff', GradientType=0);
 }

 .text-danger {
     color: red !important;
 }

 a.text-danger:focus,
 a.text-danger:hover {
     color: red !important;
 }

 .btn-danger {
     background-color: #bd3659;
     border-color: #bd3659;
 }

 .text-primary {
     color: #1486cc !important;
 }

 .bg-primary {
     background-color: #004975 !important;
 }

 .btn-primary {
     background-color: #1486cc;
     border-color: #1486cc;
 }

 .list-group-item-info {
     background-color: #dfebf8;
 }

 .conference-highlights a[data-toggle="collapse"] {
     /* position: relative; */
     height: 100%;
     cursor: pointer;
 }


 .conference-highlights a[data-toggle="collapse"]:before{
     position: absolute;
     left: 10px;
     top: 7px;
     content: "\f068";
     font-family: 'Font Awesome 5 Free';
     font-weight: 900;
     display: inline-block;
 }

 .conference-highlights a.collapsed[data-toggle="collapse"]:before{
     content: "\f067";
 }

 .text-black {
     color: #000000 !important;
 }

 .clear {
     clear: both;
 }

 .bg-dark {
     background-color: #1b242b !important;
 }

 .border-bottom {
     border-bottom: 8px solid currentColor;
 }

 .bg-light-warning {
     background: #ffd9be !important;
 }

 .text-pink {
     color: #d92b9e !important;
 }

 a.bg-info:focus,
 a.bg-info:hover {
     background-color: #048daf !important;
 }

 .bg-purple {
     background-color: #032f3e;
 }

 .bg-info {
     background-color: #0097bd !important;
 }

 .bg-beige {
     background-color: #f1dfb9 !important;
 }

 .bg-light-grey {
     background-color: #efefef !important;
 }

 .bg-dark-grey {
     background: #ccc !important;
 }

 a.bg-purple:focus,
 a.bg-purple:hover {
     background-color: #032f3e !important;
 }

 /* .text-warning,
 a.text-warning:focus,
 a.text-warning:hover {
     color: #ff5500 !important;
 } */

 .text-info,
 a.text-info {
     color: #0097bd !important;
 }

 .text-purple,
 a.text-purple {
     color: #032f3e !important;
 }

 /* .btn+.btn {
     margin-left: 5px;
 } */

 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
     font-family: 'Lato', sans-serif;
 }

 .heading {
     font-family: 'Merriweather', serif;
 }

 body {
     font-family: 'Roboto', sans-serif;
     overflow-x: hidden;
 }

 .em {
     font-family: 'Merienda One', cursive;
 }

 .font-serif {
     font-family: serif;
 }

 .box-shadow {
     box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
 }

 .text-shadow {
     text-shadow: 1px 1px 1px #000;
 }

 .no-underline:hover {
     text-decoration: none;
 }

 /* 
.primary-links>div:first-child {
    border-radius: 25px 25px 0 0;
    box-shadow: 0 -1px 2px 1px rgb(207, 153, 4);
    border: 1px solid #ffe7a6;
    border-bottom: 4px solid currentColor;
}

.primary-links li a.nav-link {
    color: inherit;
    border-right: 1px solid #b68605;
    border-left: 1px solid #ffe7a6;
}

.primary-links li:first-of-type a.nav-link {
    border-left: none;
}

.primary-links li:last-of-type a.nav-link {
    border-right: none;
}

.primary-links a.nav-link:hover {
    background: #b68605;
    color: white;
} */

 /* nav li.nav-item>.nav-link {
    padding: 15px 0;
    font-weight: bold;
} */

 nav .dropdown-item {
     border-bottom: 1px solid #e3e3e3;
 }

 nav .dropdown-item:last-child {
     border-bottom: none;
 }

 .quick-links a:hover {
     text-decoration: none;
 }

 .column-2 {
     -webkit-column-count: 2;
     -moz-column-count: 2;
     column-count: 2;
 }

 .column-3 {
     -webkit-column-count: 3;
     -moz-column-count: 3;
     column-count: 3;
 }

 .conference-highlights li>a {
     color: inherit;
 }

 .r-b-r {
     border-radius: 0 0 100px 0 !important;
     border-right: 4px solid #ffc107;
 }

 .conference-main-info .tab-content .mCustomScrollbar {
     max-height: 450px;
     overflow: auto;
     position: relative;
 }

 .conference-main-info .nav li>a.nav-link {
     position: relative;
     color: white;
     border-radius: 0;
 }

 .conference-main-info>ul {
     border-bottom: 4px solid #bd3659;
 }

 .conference-main-info .nav-pills .nav-link.active,
 .conference-main-info .show>.nav-pills .nav-link {
     color: #fff;
     background-color: #bd3659;
 }

 .conference-main-info .nav li:not(.active)>a.nav-link {
     /* box-shadow: inset 0 -3px 8px -1px rgba(0, 0, 0, 0.3); */
 }

 /* .conference-main-info .nav li:first-child>a.nav-link {
    margin-right: 0;
    border-right-color: #e3e3e3;
}

.conference-main-info .nav li:last-child>a.nav-link {
    margin-right: 0;
    border-right-color: #e3e3e3;
} */

 /* .conference-main-info .nav li:first-child>a.nav-link {
    border-radius: 30px 0 0 30px;
} */

 /* #mainPageContent>div {
       margin-bottom: 35px;
    border-bottom: 2px solid currentColor;
    padding-bottom: 50px;
} */

 #mainPageContent {
     max-height: 500px;
     overflow: auto;
 }

 .conference-main-info .nav>li.active>a {
     background: rgb(189, 54, 89);
     color: white;
 }

 .reco-global-conf .nav-pills .nav-link.active,
 .reco-global-conf .show>.nav-pills .nav-link,
 .reco-global-conf .dropdown.show {
     background-color: #4f5c69;
     border: 1px solid #627384;
 }

 .reco-global-conf .dropdown-item:focus,
 .reco-global-conf .dropdown-item:hover,
 .reco-global-conf .dropdown-item:active,
 .reco-global-conf .dropdown-item.active {
     background-color: #4f5c69;
 }

 /*MEDIA Queries Start HERE*/

 @media (min-width: 992px) {
     /* .q-links-main::before{
        content: "";
        display: block;
        position: absolute;
        top:0;
        left:-9999em;
        bottom:0;
        right:0;
        background: rgba(0, 0, 0, 0.6);
    } */
     .date-place {
         position: relative;
         background: rgba(0, 0, 0, 0.6);
         right: -100px;
         padding-right: 100px !important;
         transform: skewX(-15deg);
         box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.3);
     }
     .date-place>div {
         transform: skewX(15deg);
     }
     .dropdown-submenu:hover>.dropdown-menu {
         display: block;
         box-shadow: 2px 3px 7px 1px rgba(0, 0, 0, 0.25);
     }
     nav .dropdown:hover>.dropdown-menu {
         display: block;
         margin-top: 0;
         border: 0;
         border-radius: 0;
         box-shadow: 2px 3px 7px 1px rgba(0, 0, 0, 0.25);
     }
     #carouselConference .carousel-inner {
         max-height: 250px;
     }
 }

 @media (min-width: 1200px) {
     .container {
         max-width: 1200px;
     }
 }

 /*MEDIA Queries End HERE*/

 .digital-identifier {
     background: url(https://d2cax41o7ahm5l.cloudfront.net/cs/images/sprite_flags_social.png) 96px -1032px no-repeat;
 }

 #search a.close {
     position: absolute;
     right: 12px;
     top: 0;
 }

 .conference-highlights .mCustomScrollbar {
     max-height: 515px;
     overflow: auto;
 }

 .conf-info-main nav.navbar {
     border-bottom: 1px solid #ededed;
     border-bottom: .0625rem solid #ededed;
     box-shadow: 1px 0 10px 0 #4a4a4a;
 }

 .conf-info::after {
     /* content: ""; */
     height: 4px;
     width: 60%;
     margin: 25px auto 0;
     display: block;
     background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
     /* FF3.6-15 */
     background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
     /* Chrome10-25,Safari5.1-6 */
     background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
     /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
 }

 #companyInfo .carousel-indicators li {
     background: grey
 }

 #companyInfo .carousel-indicators li.active {
     background: #1b242b;
 }

 .navbar-nav .nav-item>.nav-link {
    color: #231a00;
    padding-top: 12px;
    padding-bottom: 12px;

     
     /* border: 1px solid transparent; */
 }

 .navbar-nav .nav-item>.nav-link, .navbar-nav .dropdown-item {
   
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
     

 }

 .testimonials .carousel-control-next,
 .testimonials .carousel-control-prev {
     position: absolute;
     top: 41%;
     bottom: 41%;
     width: 3%;
     background: rgba(0, 0, 0, 0.2);
 }

 .bottom-footer {
     background: #000;
 }

 /* .social-icons {
    position: fixed;
    right: 0;
    bottom: 10%;
    z-index: 9999;
} */

 .social-icons .fab,
 .social-icons .fas {
     width: 30px;
     height: 30px;
     line-height: 30px;
     text-align: center;
     margin-bottom: 4px;
     border-radius: 50%;
 }

 .social-icons .fab,  .social-icons .fas {
     color: #fff;
     background-color: transparent;
 }

 .social-icons .fa-blogger-b{
     font-weight: 700;
     background-color: #fb8f3d
 }

 .social-icons .fa-facebook-f {
     background-color: #3B5998
 }

 .social-icons .fa-flickr {
     background-color: #FE0883
 }

 .social-icons .fa-google-plus-g {
     background-color: #dd4b39
 }

 .social-icons .fa-linkedin-in {
     background-color: #0177b5
 }

 .social-icons .fa-rss {
     background-color: #FA9B39
 }

 .social-icons .fa-pinterest-p {
     background-color: #bd2125
 }

 .social-icons .fa-twitter {
     background-color: #00A0D1
 }

 .social-icons .fa-youtube {
     background-color: #e52c27
 }

 /* .primary-links-main {
    background: rgba(0, 158, 255, 0.33);
    border: 1px solid #1486cc;
    border-bottom: 0;
    border-radius: 4px 4px 0 0;
} */

 .speaker-container-main .img-container {
     width: 130px;
     height: 130px;
     overflow: hidden;
     border: 5px solid white;
 }

 .speaker-container-main:hover .img-container {
     border-color: #1486cc;
 }

 .speaker-container-main:nth-of-type(3n+1) .img-container::after {
     background-color: #fff699;
 }

 .speaker-container-main:nth-of-type(3n+2) .img-container::after {
     background-color: #1486cc;
 }

 .speaker-container-main:nth-of-type(3n+3) .img-container::after {
     background-color: #fd9dd3;
 }

 .conference-highlights-main {
     position: relative;
     /* background: #004975; */
 }

 .bg-shape-before,
 .bg-shape-after {
     position: relative;
 }

 .bg-shape-before.bg-sm::before {
     top: -7px !important;
     height: 1rem;
 }

 .bg-shape-after.bg-sm::after {
     bottom: -3px !important;
     height: 1rem;
 }

 .bg-shape-before.bg-md::before {
     top: -7px !important;
     height: 2rem;
 }

 .bg-shape-after.bg-md::after {
     bottom: -3px !important;
     height: 2rem;
 }

 .bg-shape-before::before,
 .bg-shape-after::after {
     content: "";
     position: absolute;
     z-index: 1;
     left: 0;
     right: 0;
     background-position: 50%;
     background-repeat: no-repeat;
     background-size: 100% 100%;
 }

 .bg-shape-after.bg-lg:after,
 .bg-shape-before.bg-lg:before {
     height: 7rem;
 }

 .bg-shape-after:after {
     bottom: 0;
     background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB3aWR0aD0iMTQ0MHB4IiBoZWlnaHQ9IjIwMHB4IiB2aWV3Qm94PSIwIDAgMTQ0MCAyMDAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ4LjEgKDQ3MjUwKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5CZyBjdXQ8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz4KICAgICAgICA8bGluZWFyR3JhZGllbnQgeDE9IjEwMCUiIHkxPSI1MCUiIHgyPSIwJSIgeTI9IjUwJSIgaWQ9ImxpbmVhckdyYWRpZW50LTEiPgogICAgICAgICAgICA8c3RvcCBzdG9wLWNvbG9yPSIjRkZGRkZGIiBvZmZzZXQ9IjAlIj48L3N0b3A+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9IiNGRkZGRkYiIG9mZnNldD0iMTAwJSI+PC9zdG9wPgogICAgICAgIDwvbGluZWFyR3JhZGllbnQ+CiAgICA8L2RlZnM+CiAgICA8ZyBpZD0iTGFuZGluZyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIC03MTAuMDAwMDAwKSI+CiAgICAgICAgPGcgaWQ9IkludHJvIj4KICAgICAgICAgICAgPGcgaWQ9IkJnLWN1dCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIDcxMC4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxwb2x5Z29uIGlkPSJDdXQiIGZpbGw9IiNGRkZGRkYiIHBvaW50cz0iMi4yNzM3MzY3NWUtMTMgNTAgMTQ0MCAyMDAgMCAyMDAiPjwvcG9seWdvbj4KICAgICAgICAgICAgICAgIDxwb2x5Z29uIGlkPSJDdXQiIGZpbGw9InVybCgjbGluZWFyR3JhZGllbnQtMSkiIG9wYWNpdHk9IjAuMzAwMDAwMDEyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMTgwLjAwMDAwMCwgMTAwLjAwMDAwMCkgc2NhbGUoLTEsIDEpIHRyYW5zbGF0ZSgtMTE4MC4wMDAwMDAsIC0xMDAuMDAwMDAwKSAiIHBvaW50cz0iOTIwIDMuMDMxNjQ5MDFlLTEzIDE0NDAgMjAwIDkyMCAyMDAiPjwvcG9seWdvbj4KICAgICAgICAgICAgICAgIDxwb2x5Z29uIGlkPSJDdXQiIGZpbGw9IiNGRkZGRkYiIG9wYWNpdHk9IjAuNjk5OTk5OTg4IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg3MjAuMDAwMDAwLCAxNTAuMDAwMDAwKSBzY2FsZSgtMSwgMSkgdHJhbnNsYXRlKC03MjAuMDAwMDAwLCAtMTUwLjAwMDAwMCkgIiBwb2ludHM9IjkuMDk0OTQ3MDJlLTEzIDEwMCAxNDQwIDIwMCA0LjU0NzQ3MzUxZS0xMyAyMDAiPjwvcG9seWdvbj4KICAgICAgICAgICAgICAgIDxwb2x5Z29uIGlkPSJDdXQiIGZpbGw9IiNGRkZGRkYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDExNTIuNTAwMDAwLCAxNjIuNTAwMDAwKSBzY2FsZSgtMSwgMSkgdHJhbnNsYXRlKC0xMTUyLjUwMDAwMCwgLTE2Mi41MDAwMDApICIgcG9pbnRzPSI4NjUgMTI1IDE0NDAgMjAwIDg2NSAyMDAiPjwvcG9seWdvbj4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+Cg==)
 }

 .bg-shape-before:before {
     top: 0;
     background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB3aWR0aD0iMTQ0MHB4IiBoZWlnaHQ9IjIwMHB4IiB2aWV3Qm94PSIwIDAgMTQ0MCAyMDAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ4LjEgKDQ3MjUwKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5CZyBjdXQ8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz4KICAgICAgICA8bGluZWFyR3JhZGllbnQgeDE9IjEwMCUiIHkxPSI1MCUiIHgyPSIwJSIgeTI9IjUwJSIgaWQ9ImxpbmVhckdyYWRpZW50LTEiPgogICAgICAgICAgICA8c3RvcCBzdG9wLWNvbG9yPSIjRkZGRkZGIiBvZmZzZXQ9IjAlIj48L3N0b3A+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9IiNGRkZGRkYiIG9mZnNldD0iMTAwJSI+PC9zdG9wPgogICAgICAgIDwvbGluZWFyR3JhZGllbnQ+CiAgICA8L2RlZnM+CiAgICA8ZyBpZD0iTGFuZGluZyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIC0xNDMxLjAwMDAwMCkiPgogICAgICAgIDxnIGlkPSJTcGVha2VycyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIDE0MzEuMDAwMDAwKSI+CiAgICAgICAgICAgIDxnIGlkPSJCZy1jdXQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDcyMC4wMDAwMDAsIDEwMC4wMDAwMDApIHJvdGF0ZSgxODAuMDAwMDAwKSB0cmFuc2xhdGUoLTcyMC4wMDAwMDAsIC0xMDAuMDAwMDAwKSAiPgogICAgICAgICAgICAgICAgPHBvbHlnb24gaWQ9IkN1dCIgZmlsbD0iI0ZGRkZGRiIgcG9pbnRzPSIyLjI3MzczNjc1ZS0xMyA1MCAxNDQwIDIwMCAwIDIwMCI+PC9wb2x5Z29uPgogICAgICAgICAgICAgICAgPHBvbHlnb24gaWQ9IkN1dCIgZmlsbD0idXJsKCNsaW5lYXJHcmFkaWVudC0xKSIgb3BhY2l0eT0iMC4zMDAwMDAwMTIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDExODAuMDAwMDAwLCAxMDAuMDAwMDAwKSBzY2FsZSgtMSwgMSkgdHJhbnNsYXRlKC0xMTgwLjAwMDAwMCwgLTEwMC4wMDAwMDApICIgcG9pbnRzPSI5MjAgMy4wMzE2NDkwMWUtMTMgMTQ0MCAyMDAgOTIwIDIwMCI+PC9wb2x5Z29uPgogICAgICAgICAgICAgICAgPHBvbHlnb24gaWQ9IkN1dCIgZmlsbD0iI0ZGRkZGRiIgb3BhY2l0eT0iMC42OTk5OTk5ODgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDcyMC4wMDAwMDAsIDE1MC4wMDAwMDApIHNjYWxlKC0xLCAxKSB0cmFuc2xhdGUoLTcyMC4wMDAwMDAsIC0xNTAuMDAwMDAwKSAiIHBvaW50cz0iNC41NDc0NzM1MWUtMTMgMTAwIDE0NDAgMjAwIDAgMjAwIj48L3BvbHlnb24+CiAgICAgICAgICAgICAgICA8cG9seWdvbiBpZD0iQ3V0IiBmaWxsPSIjRkZGRkZGIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMTUyLjUwMDAwMCwgMTYyLjUwMDAwMCkgc2NhbGUoLTEsIDEpIHRyYW5zbGF0ZSgtMTE1Mi41MDAwMDAsIC0xNjIuNTAwMDAwKSAiIHBvaW50cz0iODY1IDEyNSAxNDQwIDIwMCA4NjUgMjAwIj48L3BvbHlnb24+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPgo=)
 }

 .conference-highlights .card {
     background: rgb(255, 255, 255);
     border-color: #e1cdff;
     border-radius: 0;
 }

 .conference-highlights .card:hover .conf-track-heading,
 .conference-highlights .card:hover .subtrack-toggle {
     background: #032f3e;
 }

 .conference-highlights .card:hover .conf-track-heading>a,
 .conference-highlights .card:hover .subtrack-toggle>a {
     color: #fff !important;
 }

 /* .upcoming-conf {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    padding-bottom: 60px !important;
} */

 .btn-outline-light:hover {
     color: inherit;
 }

 /* .upcoming-conf p.footer-card {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    background: linear-gradient(135deg, #ed4160, #731025);
} */

 .recent-articles .img-container {
     max-height: 140px;
     overflow: hidden;
 }

 .menu {
     position: fixed;
     right: -200px;
     width: 260px;
     height: 100%;
     top: 0;
     z-index: 10;
     text-align: left;
 }

 .menu.menu-open {
     right: 0;
 }

 .menu-wrap {
     position: absolute;
     top: 45px;
     left: 60px;
     background: #1a1a1a;
     width: 200px;
 }

 .menu h1.logo a {
     font-family: Raleway, Helvetica, Arial, sans-serif;
     font-size: 16px;
     font-weight: 800;
     letter-spacing: .15em;
     line-height: 40px;
     text-transform: uppercase;
     color: #fff;
     margin-top: 20px;
 }

 .menu h1.logo a:hover {
     color: #1abc9c;
 }

 .menu img.logo {
     margin: 20px 0;
     max-width: 160px;
 }

 .menu a {
     margin-left: 20px;
     color: gray;
     display: block;
     font-size: 12px;
     font-weight: 700;
     line-height: 40px;
     letter-spacing: .1em;
     text-transform: uppercase;
 }

 .menu a:hover {
     color: #fff;
 }

 .menu a:active {
     color: #fff;
 }

 .menu a>i {
     float: left;
     display: inline-block;
     vertical-align: middle;
     text-align: left;
     width: 25px;
     font-size: 14px;
     line-height: 40px;
     margin: 25px 2px;
 }

 .menu-close {
     cursor: pointer;
     display: block;
     position: absolute;
     font-size: 14px;
     color: gray;
     width: 40px;
     height: 40px;
     line-height: 40px;
     top: 0;
     right: 5px;
     -webkit-transition: all .1s ease-in-out;
     -moz-transition: all .1s ease-in-out;
     -ms-transition: all .1s ease-in-out;
     -o-transition: all .1s ease-in-out;
     transition: all .1s ease-in-out;
 }

 .menu-close:hover {
     color: #fff;
     -webkit-transition: all .1s ease-in-out;
     -moz-transition: all .1s ease-in-out;
     -ms-transition: all .1s ease-in-out;
     -o-transition: all .1s ease-in-out;
     transition: all .1s ease-in-out;
 }

 .body-push {
     overflow-x: hidden;
     position: relative;
     left: 0;
 }

 .body-push-toright {
     left: 200px;
 }

 .body-push-toleft {
     left: -200px;
 }

 .menu,
 .body-push {
     -webkit-transition: all .3s ease;
     -moz-transition: all .3s ease;
     -ms-transition: all .3s ease;
     -o-transition: all .3s ease;
     transition: all .3s ease;
 }

 #menuToggle {
     position: absolute;
     top: 34px;
     left: -58px;
     z-index: 11;
     display: block;
     text-align: center;
     color: #fff;
     cursor: pointer;
     /* background: rgba(0, 0, 0, .25); */
     -webkit-transition: all .1s ease-in-out;
     -moz-transition: all .1s ease-in-out;
     -ms-transition: all .1s ease-in-out;
     -o-transition: all .1s ease-in-out;
     transition: all .1s ease-in-out;
 }

 /* #menuToggle:hover {
    color: #fff;
    background: rgba(0, 0, 0, .2);
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
} */

 #mainNavigation .nav-justified>li.nav-item {
    position: relative;
    flex-basis: auto;
    /* padding: 5px 0; */
     /* flex-grow: 0; */
 }

 /* #mainNavigation ul.navbar-nav>li:nth-child(even) {
    background: #f1dfb9;
}
#mainNavigation ul.navbar-nav>li:nth-child(odd){
    background: #e2bc7e;
} */

 .btn-warning-gradient {
     color: #FFFFFF;
     text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
     background-color: #F68121;
     *background-color: #F68121;
     background-image: -moz-linear-gradient(top, #FBA31B, #F68121);
     background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FBA31B), to(#F68121));
     background-image: -webkit-linear-gradient(top, #FBA31B, #F68121);
     background-image: -o-linear-gradient(top, #FBA31B, #F68121);
     background-image: linear-gradient(to bottom, #FBA31B, #F68121);
     background-repeat: repeat-x;
     border-color: #F68121;
     border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FBA31B', endColorstr='#F68121', GradientType=0);
     filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
 }

 .btn-warning-gradient:hover,
 .btn-warning-gradient:focus,
 .btn-warning-gradient:active,
 .btn-warning-gradient.active,
 .btn-warning-gradient.disabled,
 .btn-warning-gradient[disabled] {
     color: #FFFFFF;
     background-color: #F68121;
     *background-color: #003bb3;
 }

 .cta {
     right: 0;
     top: -38px;
 }

 .banners-main .carousel-indicators li {
     width: 10px;
     height: 10px;
     border-radius: 50%;
 }

 .banners-main .carousel-indicators li:nth-child(4n+1) {
     background: #673894;
 }

 .banners-main .carousel-indicators li:nth-child(4n+2) {
     background: #49c3c8;
 }

 .banners-main .carousel-indicators li:nth-child(4n+3) {
     background: #e2a935;
 }

 .primary-links li>a {
     background: #e2e1df;
     margin-bottom: 25px;
     border-radius: 6px;
     text-transform: uppercase;
     font-weight: bold;
     padding-left: 50px !important;
 }

 .primary-links li>a:hover {
     text-decoration: none;
     background: #032f3e;
     color: white !important;
 }

 .primary-links li>a>i {
     left: 10px;
     top: 12px;
     color: #032f3e;
 }

 .primary-links li>a:hover>i {
     color: #fff;
 }

 /* .recent-abs{
    max-height:650px;
    overflow:auto;
} */

 .upcoming-conf-list-sub {
     position: relative;
     top: -50px;
 }

 .media-partners .img-container {
     height: 80px;
     overflow: hidden;
 }

 #carouselJournals img {
     width: 70% !important;
     margin: 0 auto;
 }

 #carouselJournals .carousel-indicators {
     bottom: -10px;
     margin-bottom: 0;
 }

 #carouselJournals .carousel-indicators li {
     background-color: #e3e3e3;
 }

 /*SIDE MENU*/

 /* Side Menu */

 #sidebar-wrapper {
     margin-right: -250px;
     right: 0;
     top: 0;
     width: 250px;
     background: #000;
     position: absolute;
     height: 400px;
     overflow-y: auto;
     overflow-x: hidden;
     z-index: 1000;
     -webkit-transition: all 0.4s ease 0s;
     -moz-transition: all 0.4s ease 0s;
     -ms-transition: all 0.4s ease 0s;
     -o-transition: all 0.4s ease 0s;
     transition: all 0.4s ease 0s;
 }

 .sidebar-nav {
     position: absolute;
     top: 0;
     width: 240px;
     list-style: none;
     margin: 0;
     padding: 0;
 }

 .sidebar-nav li {
     line-height: 35px;
     text-indent: 20px;
 }

 .sidebar-nav li a {
     color: #fff;
     display: block;
     text-decoration: none;
 }

 .sidebar-nav li a:hover {
     color: #fff;
     background: rgba(255, 255, 255, 0.2);
     text-decoration: none;
 }

 .sidebar-nav li a:active,
 .sidebar-nav li a:focus {
     text-decoration: none;
 }

 .sidebar-nav>.sidebar-brand {
     height: 55px;
     line-height: 55px;
     font-size: 18px;
 }

 .sidebar-nav>.sidebar-brand a {
     color: #999999;
 }

 .sidebar-nav>.sidebar-brand a:hover {
     color: #fff;
     background: none;
 }

 #menu-toggle {
     /* top: 0;
    right: 0;
    position: fixed; */
     z-index: 1;
 }

 #sidebar-wrapper.active {
     right: 250px;
     width: 250px;
     -webkit-transition: all 0.4s ease 0s;
     -moz-transition: all 0.4s ease 0s;
     -ms-transition: all 0.4s ease 0s;
     -o-transition: all 0.4s ease 0s;
     transition: all 0.4s ease 0s;
 }

 [class*=" imghvr-"],
 [class^=imghvr-] {
     background-color: #000;
 }

 .blink {
     animation: blinker 1s linear infinite;
 }

 @keyframes blinker {
     50% {
         opacity: 0;
     }
 }

 .fixed {
     position: fixed;
     bottom: 80px;
     right: 15px;
     z-index: 99999;
 }

 .fixed.fixed-01 {
     bottom: 150px;
 }

 .conference-main-info-main {
     background: rgb(121, 82, 179);
     /* Old browsers */
     background: -moz-linear-gradient(top, #032f3e 1%, #032f3e 50%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
     /* FF3.6-15 */
     background: -webkit-linear-gradient(top, #032f3e 1%, #032f3e 50%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
     /* Chrome10-25,Safari5.1-6 */
     background: linear-gradient(to bottom, #032f3e 1%, #032f3e 50%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
     /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#ffffff', GradientType=0);
 }

 .navbar-light .navbar-nav .nav-item:hover>.nav-link,
 .navbar-light .navbar-nav .nav-item:focus>.nav-link {
     color: black;
    
     display: block;

background: white; 

 }
 .speakers-sub .card-body a.btn:hover {
     color: #49bb8c !important;
 }

 .speakers-sub>div[class*="col-"] .card img{
     height: 200px;
 }
 .speakers-sub>div[class*="col-"] .card {
    margin-bottom: 65px !important;
}

.speakers-sub>div[class*="col-"] .card .card-title {
    color: #ffc62b;
}
 .speakers-sub>div[class*="col-"] .card-body {
    background-color: rgba(51,51,51,.6) !important;
    position: absolute;
    bottom: -47px;
 }

 /* .speakers-sub>div[class*="col-"]:nth-of-type(odd) .card-body {
     background: #36b0b6 !important;
 } */

 #mainNavigation .navbar-nav {
   

    background: #ffc107;

 }

 a.video-play-btn {
     height: 150px;
     width: 150px;
     border: 10px solid white;
 }

 .fb-main {
     background: #4867aa;
 }

 .twitter-main {
     background: #1da1f2;
 }

 .youtube-main {
     background: red;
 }

 .linkedin-main {
     background: #007bb6;
 }

 /*Coutries Sprite*/

 /* .conference-country .sprite{padding-left:25px}.sprite{background:url(https://d2cax41o7ahm5l.cloudfront.net/cs/images/sprite_flags_social.png) top left no-repeat}; */

 .sprite.Usa {
     background-position: 0 0
 }

 .sprite.Australia {
     background-position: 0 -34px
 }

 .sprite.UAE {
     background-position: 0 -68px
 }

 .sprite.Italy {
     background-position: 0 -102px
 }

 .sprite.japan {
     background-position: 0 -136px
 }

 .sprite.SouthKorea {
     background-position: 0 -170px
 }

 .sprite.China {
     background-position: 0 -204px
 }

 .sprite.HongKong {
     background-position: 0 -1337px
 }

 .sprite.Indonesia {
     background-position: 0 -1371px
 }

 .sprite.Taiwan {
     background-position: 0 -1303px
 }

 .sprite.Thailand {
     background-position: 0 -1405px
 }

 .sprite.France {
     background-position: 0 -238px
 }

 .sprite.India {
     background-position: 0 -272px
 }

 .sprite.Poland {
     background-position: 0 -306px
 }

 .sprite.Spain {
     background-position: 0 -340px
 }

 .sprite.Germany {
     background-position: 0 -374px
 }

 .sprite.Brazil {
     background-position: 0 -408px
 }

 .sprite.Austria {
     background-position: 0 -442px
 }

 .sprite.Malaysia {
     background-position: 0 -476px
 }

 .sprite.Turkey {
     background-position: 0 -510px
 }

 .sprite.Finland {
     background-position: 0 -544px
 }

 .sprite.NewZealand {
     background-position: 0 -578px
 }

 .sprite.Ukraine {
     background-position: 0 -612px
 }

 .sprite.UK {
     background-position: 0 -646px
 }

 .sprite.Canada {
     background-position: 0 -680px
 }

 .sprite.SouthAfrica {
     background-position: 0 -714px
 }

 .sprite.Switzerland {
     background-position: 0 -748px
 }

 .sprite.Denmark {
     background-position: 0 -782px
 }

 .sprite.Mexico {
     background-position: 0 -816px
 }

 .sprite.Netherlands {
     background-position: 0 -850px
 }

 .sprite.Norway {
     background-position: 0 -884px
 }

 .sprite.Singapore {
     background-position: 0 -918px
 }

 .sprite.Philippines {
     background-position: 0 -952px
 }

 .conference-category li>a {
     color: #333;
 }

 .conference-place li>a,
 .conference-subjects li>a {
     margin-bottom: 10px;
     display: inline-block;
     padding-bottom: 2px;
     color: #032f3e;
     font-weight: bold;
 }

 .conference-place li>a:hover,
 .conference-subjects li>a:hover {
     text-decoration: none;
     /* border-bottom-style: solid; */
 }

 .conference-main-info-content-sub {
     max-height: 285px;
     overflow: hidden;
     margin-bottom: 10px;
 }

 .conference-main-info-content-sub p {
     text-align: justify;
 }

 /* .conference-main-info-content-sub.show-full {
    max-height: 100%;
    overflow:visible;
 
} */

 .conference-main-info-content-main>.col-md-4.col-md-12 .conference-main-info-content-sub {
     overflow: auto;
     padding-right: 25px;
 }

 /* .speakers-sub .img-container>img {
    width: 100px;
    margin: 10px auto;
} */

 .conference-country .sprite {
     /* margin-bottom: 8px; */
     /* box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.3);
    
    display: block;
   
    border-radius: 0 5px 0 0; */
 }

 .conference-country ul {
     /* position: relative;
   border-bottom: 2px solid #7f99a6; */
 }

 .conference-country li.sprite {
     /* position: relative;
     margin-bottom: 0; */
 
 }

 .conference-country li.sprite>a {
     position: relative;
 }

 .conference-country li.sprite::before,
 .conference-country li.sprite::after,
 .conference-country li.sprite>a::before,
 .conference-country li.sprite>a::after {
     /* position: absolute;
    content: "";
    display: block;
    height: 8px;
    width: 8px;
    background: #7f99a6;
    bottom: -28px; */
 }

 .conference-country li.sprite::before {
     left: 0;
 }

 .conference-country li.sprite::after {
     left: 90px;
 }

 .conference-country li.sprite>a::before {
     left: 30px;
 }

 .conference-country li.sprite>a::after {
     left: 60px;
 }

 .conference-country li.sprite:last-child::after {
     content: none;
 }

 .country-flag-icon {
     /* filter: grayscale(1); */
     margin-bottom: 5px;
 }

 /* .conference-country li>a:hover>.country-flag-icon{
	filter: grayscale(0);
	transition-property: filter;
	transition-duration: .3s;	
} */

 .conference-place ul,
 .conference-subjects ul {
     /* border-left: 1px solid #7f99a6; 14-07-2021 */
     padding-left: 10px;
 }

 .conference-place ul>li,
 .conference-subjects ul>li {
     position: relative;
 }

 .conference-place ul>li::before,
 .conference-subjects ul>li::before {
     position: absolute;
     content: "";
     display: block;
     height: 8px;
     width: 8px;
     /* 14-07-2021 background: #7f99a6; */
     left: -14px;
     top: 8px;
 }

 /* ul.keytopics_main{
        flex-direction: row;
    } */

 .keytopics_main>li {
     position: relative;
     border: 0;
     border-left: 1px solid #929b9e !important;
 }

 .keytopics_main>li::before {
     position: absolute;
     content: "";
     display: block;
     height: 8px;
     width: 8px;
     background: #7f99a6;
     left: -4px;
     top: 15px;
 }

 .columns-3 {
     -webkit-column-count: 3;
     -moz-column-count: 3;
     column-count: 3;
 }

 .next-tabs {
     -webkit-transform: translate3d(0, 8px, 0);
     transform: translate3d(0, 8px, 0);
     position: relative;
     z-index: 99;
     box-shadow: 0 13px 10px -3px rgba(0, 0, 0, 0.3);
     -webkit-transition: all 0.3s;
     transition: all 0.3s;
 }

 .next-tabs::before {
     content: "";
     position: absolute;
     height: 8px;
     width: 100%;
     display: block;
     background: #e6e7e7;
     top: -8px;
     border-radius: 4px 4px 0 0;
 }

 /* .date-place{
        position: relative;
        background-color:  #f2f1e8;
        color: #253137 !important;
           box-shadow: 0 1px 4px 1px rgba(0,0,0,0.5);
    }
    .date-place::after{
        position: absolute;
        content: "";
        display: block;
     
        bottom: -40px;
        left: 0;
        border-left: 132px solid transparent;
        border-right: 138px solid transparent;
        border-top: 40px solid #f2f1e8;
    } */
    .btn-grd{
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#444243+0,444243+50,2f2e2f+52,2f2e2f+100 */
background: #444243; /* Old browsers */
background: -moz-linear-gradient(top, #444243 0%, #444243 50%, #2f2e2f 52%, #2f2e2f 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #444243 0%,#444243 50%,#2f2e2f 52%,#2f2e2f 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #444243 0%,#444243 50%,#2f2e2f 52%,#2f2e2f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444243', endColorstr='#2f2e2f',GradientType=0 ); /* IE6-9 */
    }


    /* The ribbon */
.ribbon {
   width: 20px;
   height: 20px;
   background-color: #ffc107;
   position: absolute;
   right: 10px;
   top: 0;
 }
 .ribbon:before {
   content: '';
   position: absolute;
   z-index: 2;
   left: 0;
   bottom: -8px;
   border-left: 10px solid #ffc107;
   border-right: 10px solid #ffc107;
   border-bottom: 8px solid transparent;
 }
    .q-links li>a {
        padding-left: 40px !important;
        color: white !important;
        text-transform: uppercase;
        font-size: 15px;
        /* font-weight: bold; */
    }
   
    .q-links li:hover>a {
        color: #ffc107 !important;
    }
   
    .q-links li:hover>a>i {
        background: #ffc107;
        color: black;
    }
   
    .q-links li>a>i {
        left: 5px;
        top: 5px;
        font-size: 16px;
        width: 26px;
        height: 27px;
        display: inline-block;
        padding: 5px 2px;
        text-align: center;
        border-radius: 2px;
        color: #ffc107;
        /* border: 4px double #ffc107; */
    }
 /* .proceedings .proceedings-single .img-container {
     -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
     clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
 }

 .proceedings .proceedings-single .img-container>img {
     height: 100px;
     width: 110px;
 } */

 /* .proceedings-single-sub.position-relative::before,
 .proceedings-single-sub.position-relative::after {
     content: "\f0a3";
     font-family: "Font Awesome 5 Free";
     font-weight: 900;
     display: block;
     text-decoration: inherit;
     color: #e97626;
     font-size: 14px;
     position: absolute;
 }

 .proceedings-single-sub.position-relative::before {
     top: -21px;
     left: 75px;
 }

 .proceedings-single-sub.position-relative::after {
     bottom: 35px;
     right: -37px;
 } */

 .proceedings .proceedings-single {
    background: #146682;
    color: #ffffff;
     z-index: 0;
     font-weight: bold;
     /* border: 3px solid #e97626; */
     border-radius: 60px;
 }
 .proceedings-single-main:nth-of-type(2n+2) .proceedings-single{
    background:#032f3e;
 }
 .proceedings-single-main:nth-of-type(2n+2) .proceedings-single .tri-shape-in {
    background:#032f3e;
 }

 .proceedings-single-main:nth-of-type(3n+3) .proceedings-single{
    background: #146682;
 }

 .proceedings-single-main:nth-of-type(3n+3) .proceedings-single .tri-shape-in {
  
    background: #146682;
}


 /* .proceedings .proceedings-single.position-relative::before,
 .proceedings .proceedings-single.position-relative::after {
     content: "";
     display: block;
     position: absolute;
     top: -15px;
     right: -20px;
     background: #e97626;
 }

 .proceedings .proceedings-single.position-relative::before {
     height: 3px;
     width: 80%;
 }

 .proceedings .proceedings-single.position-relative::after {
     height: 65%;
     width: 3px;
 } */

 .proceedings .proceedings-single .media-body p {
     font-size: 14px;
 }

 .hexagon {
     position: relative;
     transform: scale(1.2);
     padding: 4px;
     background-color: #e97626;
     -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
     clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
 }

 /* .hexagon:before,
      .hexagon:after {
        content: "";
        position: absolute;
        width: 0;
        border-left: 55px solid transparent;
        border-right: 55px solid transparent;
      }
      
      .hexagon:before {
        bottom: 100%;
        border-bottom: 34.64px solid #64C7CC;
      }
      
      .hexagon:after {
        top: 100%;
        width: 0;
        border-top: 34.64px solid #64C7CC;
      } */

 .proceedings-single-main:nth-of-type(2n+2) .hexagon,
 .proceedings-single-main:nth-of-type(2n+2) .proceedings-single.position-relative::before,
 .proceedings-single-main:nth-of-type(2n+2) .proceedings-single.position-relative::after {
     background-color: #748e3a;
 }

 .proceedings-single-main:nth-of-type(2n+2) .proceedings-single {
     border-color: #748e3a;
 }

 .proceedings-single-main:nth-of-type(2n+2) .proceedings-single-sub.position-relative::before,
 .proceedings-single-main:nth-of-type(2n+2) .proceedings-single-sub.position-relative::after {
     color: #c3d93a;
 }

 .proceedings-single-main:nth-of-type(3n+3) .hexagon,
 .proceedings-single-main:nth-of-type(3n+3) .proceedings-single.position-relative::before,
 .proceedings-single-main:nth-of-type(3n+3) .proceedings-single.position-relative::after {
     background-color: #087dbe;
 }

 .proceedings-single-main:nth-of-type(3n+3) .proceedings-single {
     border-color: #087dbe;
 }

 .proceedings-single-main:nth-of-type(3n+3) .proceedings-single-sub.position-relative::before,
 .proceedings-single-main:nth-of-type(3n+3) .proceedings-single-sub.position-relative::after {
     color: #59caf4;
 }


.conference-content-sub {
    max-height: 400px;
    overflow: auto;
}


.social-links-main ul.social-icons {
    top: -26px;
    left: 88px;

}
.social-links-main ul.social-icons>li {
    position: absolute;
  
}

.social-links-main h3.follow-us {
    background: #36b0b6;
    position: relative;
    top: 60px;
    left: -30px;
    width: 115px;
    padding: 40px 4px;
    border: 8px solid white;
    border-radius: 50%;  
    box-shadow: 0 0px 7px 2px rgba(0,0,0,0.3);
    text-shadow: 0 1px 1px rgba(0,0,0,0.3);
}




/* .social-links-main:hover .world{
    animation:none;
} */

.social-icons li>a>.triangle {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 10px solid #fa9b39;
    border-bottom: 5px solid transparent;
    transform: rotate(-90deg);
    left: 10px;
    top: 29px;
    position: absolute;
}

.social-icons li>a>.triangle.facebook {
    transform: rotate(-52deg);
    left: 0px;
      top: 25px;
    border-right-color: #3b5998;
}
.social-icons li>a>.triangle.twitter {
    transform: rotate(-32deg);
    left: -4px;
    top: 22px;
    border-right-color: #00a0d1;
}
.social-icons li>a>.triangle.linkedin {
    transform: rotate(-75deg);
    left: -3px;
    top: 0px;
    border-right-color: #0177b5;
}
.social-icons li>a>.triangle.youtube {
    transform: rotate(-52deg);
    left: 1px;
    top: -3px;
    border-right-color: #e52c27;
}
.social-icons li>a>.triangle.blog {
    transform: rotate(4deg);
    left: 18px;
    top: -4px;
    border-right-color: #fb8f3d;
}
.social-icons li>a>.triangle.google-plus {
    transform: rotate(-27deg);
    left: 9px;
    top: -6px;
    border-right-color: #dd4b39;
}
.social-icons li>a>.triangle.pinterest {
    transform: rotate(50deg);
    left: 25px;
    top: 4px;
    border-right-color: #bd2125;
}
.social-icons li>a>.triangle.flickr {
    transform: rotate(-140deg);
    left: 22px;
    top: 24px;
    border-right-color: #fe0883;
}


.sticky.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    padding: 0;
  }

/* COUNTDOWN TIMER START*/
  .countdown-container {
    position: relative;
    /* top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%); */
    }
    .clock-item .inner {
    height: 0px;
    padding-bottom: 100%;
    position: relative;
    width: 100%;
    }
    .clock-canvas {
    background-color: rgba(255, 255, 255, .1);
    border-radius: 50%;
    height: 0px;
    padding-bottom: 100%;
    }
    .text {
    color: #fff;
    font-weight: bold;
    margin-top: -23px;
    position: absolute;
    top: 50%;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
    width: 100%;
    }
    .text .val {
        font-size: 30px;
    }
    .text .type-time {
        margin-top: 25px;
        font-size: small;
    }

 

    /* COUNTDOWN TIMER END*/




    @media (max-width: 575.98px) { 

     }
    

    @media (max-width: 767.98px) { 
header .conf-info{
    text-align:center !important;
}
        .social-links-main h3.follow-us {
          
            top: 5px;
           
        }

        .social-links-main ul.social-icons {
            top: -80px;
            left: 125px;
            width:0;
        }
        
        .conference-main-info-content-sub {
           
            overflow: auto;
        
        }
       
.imp-links .btn{
width:100%;
}


.navbar-light .navbar-nav .show>.nav-link {
    color: #36b0b6;
}
.conf-content-section-01{
    width: 100% !important;
}

     }
    

    @media (max-width: 991.98px) { 
        .hexagon {

            transform: scale(1.27);
        }
     }
    

    @media (max-width: 1199.98px) {

    }
    

    

    @media (min-width: 576px) and (max-width: 767.98px) { 

     }
    

    @media (min-width: 768px) and (max-width: 991.98px) { 
        .clock-item {
            margin-bottom: 30px;
            }
            .social-links-main ul.social-icons {
                top: -26px;
                left: 30px;
            }
     }
    

    @media (min-width: 992px) and (max-width: 1199.98px) { 

     }
    

    @media (min-width: 1200px) { 

     }
    

    @media (min-width: 576px) { 

     }
    

    @media (min-width: 768px) {
        .dropdown-submenu>a:after {
          
            position: absolute;
        }
                .conf-title {

            font-size: 75px;
        }
     }
    

    @media (min-width: 992px) { 
       

        #mainNavigation li.nav-item:last-of-type .dropdown-menu{
left:-95px;
        }
        .social-links-main{
            top: -45px;
        }
        
        .world
        {
        -webkit-animation: spin1 30s infinite linear;
        -moz-animation: spin1 30s infinite linear;
        -o-animation: spin1 30s infinite linear;
        -ms-animation: spin1 30s infinite linear;
        animation: spin1 30s infinite linear;
            display: block;
            transform-origin: 15px 18px;
            transform-style: preserve-3D;
        }
         
        @-webkit-keyframes spin1 {
        0% { -webkit-transform: rotate(0deg);}
        100% { -webkit-transform: rotate(360deg);}
        }
        @-moz-keyframes spin1 {
        0% { -moz-transform: rotate(0deg);}
        100% { -moz-transform: rotate(360deg);}
        }
        @-o-keyframes spin1 {
        0% { -o-transform: rotate(0deg);}
        100% { -o-transform: rotate(360deg);}
        }
        @-ms-keyframes spin1 {
        0% { -ms-transform: rotate(0deg);}
        100% { -ms-transform: rotate(360deg);}
        }
        @-keyframes spin1 {
        0% { transform: rotate(0deg);}
        100% { transform: rotate(360deg);}
        } 

        .social-links-main:hover .world{
            -webkit-animation-play-state: paused;
            -moz-animation-play-state: paused;
            -o-animation-play-state: paused;
            animation-play-state: paused;
        }
        .conference-country li.sprite {
/*            
            width: 6%; */
        }
        .banners-main .speaker-video {
            position: absolute;
            bottom: 0;
            top: 0;
            left: 0;
            right: 0;
        }
        .banners-main .speaker-video>img {
            height: 100%;
        }
    }
    

    @media (min-width: 1200px) { 

     }


     .tg-package {
        width: 100%;
        float: left;
        overflow: hidden;
        border-radius: 5px;
        background: #f7f7f7;
    }
    .tg-packagehead {
        width: 100%;
        /* float: left; */
        position: relative;
        /* background: #d90845; */
    }
    .tg-themepostimg {
        margin: 0;
        width: 100%;
        /* float: left; */
        position: relative;
    }
    .tg-packagehead .tg-themepostimg:before {
        opacity: 1;
        visibility: visible;
    }
    .tg-themepostimg:before {
        top: 0;
        left: 0;
        content: '';
        z-index: 1;
        width: 100%;
        height: 100%;
        position: absolute;
        background: -moz-linear-gradient(-45deg, rgba(246,115,13,0.7) 0%, rgba(217,8,69,0.7) 80%);
        background: -webkit-linear-gradient(-45deg, rgba(246,115,13,0.7) 0%, rgba(217,8,69,0.7) 80%);
        background: linear-gradient(135deg, rgba(246,115,13,0.7) 0%, rgba(217,8,69,0.7) 80%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3f6730d', endColorstr='#b3d90845',GradientType=1 );
    }
    .tg-packagehead .tg-themepostimg > img {
        opacity: 1;
        /* visibility: hidden; */
    }
    .tg-themepostimg > img {
        width: 100%;
        height: 160px;
        display: block;
    }
    .tg-packagehead .tg-themepostimg .tg-packagedetail {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        padding: 18px 0;
        text-align: center;
        position: absolute;
    }
    .tg-themepostimg figcaption {
      
        z-index: 5;
       
    }
    .tg-packagedetail h3 {
        color: #fff;
        display: block;
        font-size: 24px;
        font-weight: 500;
        margin: 0;
        line-height: 20px;
    }
    .tg-packagedetail h4, .tg-packagedetail h4 sub, .tg-packagedetail h4 span {
        display: inline-block;
        vertical-align: middle;
        color: #fff;
    }
    .tg-packagedetail h4 {
        width: 100%;
        float: left;
        color: #767676;
        font-size: 13px;
        line-height: 13px;
    }
    .tg-packagedetail h4 span {
        font-size: 20px;
        font-weight: 700;
        line-height: 80px;
    }
    .tg-packagedetail span {
        color: #767676;
        display: block;
        font-size: 13px;
        line-height: 13px;
    }
    .tg-packagedetail h4, .tg-packagedetail h4 sub, .tg-packagedetail h4 span {
        display: inline-block;
        vertical-align: middle;
    }
    /* .tg-package ul {
        width: 100%;
        float: left;
        color: #767676;
        font-size: 13px;
        list-style: none;
        line-height: 19px;
    } */
    .tg-package ul li {
        font-size: 14px;
        /* width: 100%;
        float: left; */
        /* padding: 0 10px; */
        /* list-style-type: none; */
        border-bottom: 1px solid #e4e4e4;
    }
    .tg-package ul li:last-of-type {
     
        border-bottom: none;
    }
    /* .tg-package:hover .tg-packagehead .tg-themepostimg > img {
        opacity: 1;
        visibility: visible;
    } */
    .tg-package .tg-packagedetail h4 span{
        color: #fff;
    }
    /* .tg-package:hover .tg-packagedetail h3, .tg-package:hover .tg-packagedetail span, .tg-package:hover .tg-packagedetail h4, .tg-package:hover .tg-packagedetail h4 sub, .tg-package:hover .tg-packagedetail h4 span {
        color: #fff;
    } */
    /* .tg-package:hover .tg-packagehead .tg-themepostimg:before {
        opacity: 1;
        visibility: visible;
    } */
    .tg-packagehead .tg-themepostimg {
        margin: 0 0 10px;
    }


    .reg-sub-main input[type=checkbox], .reg-sub-main input[type=radio] {
        position: absolute;
        clip: rect(0,0,0,0);
        pointer-events: none;
    }

    .reg-details .col-form-label {

        text-align: right;
        font-weight: bold;
      
    }


    .reg-sub-main li>label.btn {
        width: 60px;
    }

    .add-on-reg.off{
        opacity:0.5;
    }
   
    .speakers-list-main div[class*='col-'] .card {
        border-top: 10px solid #032f3e;        
    }
    .speakers-list-main div[class*='col-']:nth-child(4n+2) .card {
        border-top-color: #ffc107;
    }
    .speakers-list-main div[class*='col-']:nth-child(4n+3) .card {
        border-top-color: #242355;
    }
    .speakers-list-main div[class*='col-']:nth-child(4n+4) .card {
        border-top-color: tan;
    }

    

    .speakers-list-main .card .img-container{
        margin-top: -65px;
  
        overflow: hidden;
    
        -webkit-border-radius: 40% / 40%;
        border-radius: 40% / 40%;
       
        
    }
    .speakers-list-main .card .img-container img{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    }
    .speakers-list-main .card:hover .img-container img{
        -webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
        filter: grayscale(0);
        
    }
    .speakers-list-main .card .card-title>a{
        border-bottom: 4px solid #e3e3e3;
    }
    .call-for-abstracts-main [data-toggle="collapse"]{
        
            cursor: pointer;
         }
         .call-for-abstracts-main .track-img {
            height: 70px;
            overflow: hidden;
        }
        .call-for-abstracts-main .track-img img {
            height: 70px;
          
        }
        .call-for-single>.align-items-center[aria-expanded]:before {
            position: absolute;
            right: 10px;
            top: 0;
            content: "\f067";
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            display: inline-block;
            font-size: 22px;
        }
        .call-for-single>.align-items-center[aria-expanded = "true"]:before{
     
            content: "\f068";
        }

.call-for-single>.align-items-center[data-toggle="collapse"]:hover,
.call-for-single>.align-items-center[aria-expanded="true"]{
    background:#1c2b2d;
    color:white !important;

}
.call-for-single>.align-items-center[data-toggle="collapse"]:hover *,
.call-for-single>.align-items-center[aria-expanded="true"] *{

    color:white !important;
}
.cta-links li>a {
    padding-left: 45px !important;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    border-radius: 50px !important;
    background: #dedede;
}
.cta-links li>a.btn-light:hover {
    color: #ffffff;
    background-color: #29868d;
}
.cta-links li:hover>a>i {
    background: #ffc107;
    color: black;
}

.cta-links li>a>i {
   z-index: 1;
   left: -5px;
   top: -3px;
   font-size: 22px;
   width: 45px;
   height: 45px;
   line-height: 37px;
   border-radius: 50%;
   display: inline-block;
   text-align: center;

   color: white;
   border: 4px solid #ffffff;

   box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.3);
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#36b0b6+0,ffc107+100 */
background: rgb(54,176,182); /* Old browsers */
background: -moz-linear-gradient(top, rgba(54,176,182,1) 0%, rgba(255,193,7,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(54,176,182,1) 0%,rgba(255,193,7,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(54,176,182,1) 0%,rgba(255,193,7,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#36b0b6', endColorstr='#ffc107',GradientType=0 ); /* IE6-9 */
}

.heading-shape.position-relative:before{
    position: absolute;
    right: 0;
    top: -8px;
    content: "";
    display: block;
    border-left: 0px solid transparent;
    border-right: 8px solid transparent;
    border-bottom:8px solid #546069;
}

.heading-shape.text-left.position-relative:before{
    position: absolute;
    left: 0;
    right: auto;
    top: -8px;
    content: "";
    display: block;
    border-left: 8px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 8px solid #546069;
}
.sponsorship-packages-main .nav-pills .nav-link:hover,
.sponsorship-packages-main .nav-pills .nav-link.active, 
.sponsorship-packages-main .nav-pills .show>.nav-link {
    background-color: #1b242b;
    color: white!important;
    border-color: transparent !important;
}


.contact-main{
background-image: url(../images/get-involved-conference.jpg);
background-size: cover;
}

.contact-main>p {
      font-size: 20px;
    letter-spacing: 1px;
    line-height: 36px;
}

.sponsorship-packages-single ul.position-relative>li{
    padding-left: 26px;
position: relative;
}
.sponsorship-packages-single ul.position-relative>li:before{
    position: absolute;
    content: "\f0a4";
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    padding-right: .5em;
    left: 4px;
}
.locationLinks>a:hover{
    color:#ffc107 !important;
}

.heading-01{
    border-bottom: 5px solid #ffc107;
    padding-bottom: 7px;
    display: inline-block;
}
#cityImagesCarousel .carousel-caption{
    background: rgba(0,0,0,0.6);
    bottom: 195px;
}

 
.carousel-01 .carousel-control-prev,
.carousel-01 .carousel-control-next{
opacity: 1;
}

.carousel-01 .carousel-control-prev{
    left: -115px;
}
.carousel-01 .carousel-control-next{
    right: -115px;
}

.carousel-01 .carousel-control-prev-icon{    
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#333' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
    }
    

.carousel-01 .carousel-control-next-icon{
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#333' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
    
}

.carousel-01 .carousel-item{
    height: 300px;
    overflow: hidden;
}


.list-style-01>li{
    position: relative;
    padding: 5px 5px 5px 35px;
}

.list-style-02>li{
    position: relative;
    padding: 5px 5px 5px 35px;
    /* border: 0; */
}


.list-style-01>li:before{
    position: absolute;
    left: 12px;
content: "\f0a4";
font-family: "Font Awesome 5 Free";
font-style: normal;
font-weight: 400;
text-decoration: inherit;
padding-right: .5em;
color: #999;
}

.list-style-02>li:before{
    position: absolute;
    left: 12px;
    top: 12px;
    content: "";
    display: inline-block;
    height: 8px;
    width: 8px;
    background: #ffc107;
}

.transportation,.related-sci-sessions{
    max-height: 580px;
    overflow: auto;
}
.related-sci-sessions li>a{
   color:#333;
}
.related-sci-sessions li>a:hover{
    text-decoration:none;
}
.abs-procedure{
    z-index: 1;
}
.abs-procedure::before{
    content: "";
    position: absolute;
    display: block;
    width: 94%;
    margin: 0 auto;
    height: 4px;
    border: 2px dashed #757474;
    top: 43px;
    left: 22px;
}

.numbersList>.contactNum:not(:first-child){
    display: none;
}
#otherAbsCat{
    display: none;
}

.form-main form {
    border-left: 1px dashed #999;
}


.form-main fieldset>legend>span:first-of-type {
    top: -10px;
    left: -34px;
    height: 65px;
    width: 65px;
    line-height: 65px;
    font-size: 14px;
    
    padding: 4px;

}

.abs-procedure .border {
    border-width: 2px !important;

}

.tab-menu.poster-competion .nav .nav-link{
    color:#333;
    border-top:1px solid #e3e3e3;
    border-bottom:1px solid #e3e3e3;
    margin-top: -1px;
}
.tab-menu.poster-competion .nav .nav-link:first-of-type{
 
    border-top:0;
}
.tab-menu.poster-competion .nav .nav-link:last-of-type{
    
       border-bottom:0;
   }
  

.tab-menu.poster-competion .nav .nav-link.active{
    position: relative;
    color:#fff;
    border-top:1px solid #e3e3e3;
    border-bottom:1px solid #e3e3e3;
    background: #ffc107;
}

.tab-menu.poster-competion .nav .nav-link.active::before{
    content: "";
    display: inline-block;
    position: absolute;
    right: -20px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-left: 20px solid #ffc107;
    border-bottom: 20px solid transparent;
}


.custom-radio .custom-control-label::before {
  
    background-color: #abacad;
}

#faqAccordion-01 .card {
    overflow: hidden;
}
#faqAccordion-01 .card:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    border: 1px dashed #999;
    top: 12px;
    left: 18px;
    position: absolute;
}




#faqAccordion-01 [data-toggle="collapse"]::before{
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 40px;
    height: 100%;
    line-height: 40px;
    font-size: 17px;
    color: #fff;
    text-align: center;
    background: #df8d12;
    border-radius: 3px;
    border: 1px solid #df8d12;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease 0s;
}


#faqAccordion-01 .collapsed[data-toggle="collapse"]::before {
    content: "\f105";
    color: #000;
    background: #fff;
    border: 1px solid #6e8898;
}


#mainNavigation>ul>li::after{
    display: block;
    position: absolute;
    left: 5%;
    right: 5%;
    bottom: 10px;
      height: 3px;
      background: #ffc107;
    content: '';
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

#mainNavigation>ul>li:hover::after{
   
    visibility: visible;
    opacity: 1;
   
    }

/* #mainNavigation>ul>li:hover::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 44%;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #00597b;
} */




.tri-shape-container {
    filter: drop-shadow(0px 10px 5px rgba(0,0,0,0.5));
  }

.tri-shape{
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background: #fff;
    padding: 5px 10px;
    transform: rotate(90deg);    
}
.tri-shape-in{
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    width: 75px;
    height: 75px;
    background: #146682;
}


