.about-conferemce .details p b{
    color: #4ab1c7;
}
.about-conferemce .details img{
    width: 100%;
}
.why p b {
    color: #4ab1c7;
}
.why-list ul li{
    /*list-style-type: none;*/
    padding: 5px;
    line-height: 1.65;
    /*font-weight: 600;*/
}
/*.larixgrants .why-list ul li:before  {*/
    /*content: "\27BD";*/
    /*margin-right: 2%;*/
    /*color: #4ab1c7;*/
    /*position: absolute;*/
    /*left: 12%;*/
/*}*/
.tracks ul li{
    list-style-type: none;
    /*font-weight: 600;*/
}
.tracks ul li:before  {
    content: "\27BD";
    margin-right: 2%;
    color: #4ab1c7;
    position: absolute;
    left: 12%;
}
.dates ul li{
    list-style-type: none;
    margin-left: 5%;
    /*font-weight: 600;*/
}
.dates ul li:before  {
    content: "\27BD";
    margin-right: 2%;
    color: #4ab1c7;
    position: absolute;
    left: 14%;
}
.conference-tab ul li{
    list-style-type: none;
    /*font-weight: 600;*/
}
.conference-tab ul li:before  {
    content: "\27BD";
    margin-right: 2%;
    color: #4ab1c7;
    position: absolute;
    left: 8%;
}
/*.upcoming-conferences .why-list ul li:before  {*/
    /*content: "\27BD";*/
    /*margin-right: 2%;*/
    /*color: #4ab1c7;*/
    /*position: absolute;*/
    /*left: 12%;*/
/*}*/
.upcoming-conferences .why-list ul li a   {
    color: #33b2c8;
}
.venue-card img {
  
        width: 100%;
    border-radius: 10px;
    height: 300px;
}
.venue-card img:hover {
  
    box-shadow: 0 0 15px #11385a66;
}
.venue-card ul {
    list-style-type: none;
}

* {
    box-sizing: border-box;
}

/*body {*/
    /*background: url(https://subtlepatterns.com/patterns/use_your_illusion.png);*/
    /*color: #eee;*/
    /*font: 1em 'PT Sans', sans-serif;*/
/*}*/

::selection {
    background-color: #4EC6DE;
}

.tabbed {
    width: 100%;
    height: 400px;
}

.tabbed > input {
    display: none;
}

.tabbed > label {
    display: block;
    float: left;
    padding: 12px 20px;
    margin-right: 5px;
    cursor: pointer;
    transition: background-color .3s;
}

.tabbed > label:hover,
.tabbed > input:checked + label {
    background: #4EC6DE;
}

.tabs {
    clear: both;
    perspective: 600px;
}

.tabs > div {
    width: 100%;
    position: absolute;
    border: 2px solid #4EC6DE;
    padding: 10px 30px 40px;
    line-height: 1.4em;
    opacity: 0;
    transform: rotateX(-20deg);
    transform-origin: top center;
    transition: opacity .3s, transform 1s;
    z-index: 0;
}

#tab-nav-1:checked ~ .tabs > div:nth-of-type(1),
#tab-nav-2:checked ~ .tabs > div:nth-of-type(2),
#tab-nav-3:checked ~ .tabs > div:nth-of-type(3),
#tab-nav-4:checked ~ .tabs > div:nth-of-type(4) {
    transform: rotateX(0);
    opacity: 1;
    z-index: 1;
}

@media screen and (max-width: 700px) {
    .tabbed {
        width: 400px;
    }

    .tabbed > label {
        display: none;
    }

    .tabs > div {
        width: 400px;
        border: none;
        padding: 0;
        opacity: 1;
        position: relative;
        transform: none;
        margin-bottom: 60px;
    }

    .tabs > div h2 {
        border-bottom: 2px solid #4EC6DE;
        padding-bottom: .5em;
    }
}
@media screen and (max-width: 426px) {
    .agenda-pdf embed {
        width: 300px !important;
        height: 400px !important;
    }
    .venue-map iframe {
        width: 100% !important;
    }
}
.about-conferemce h4 {
    font-family: 'SofiaProRegular', sans-serif !important;
}

/* gallery css */

.demo-gallery > ul > li:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.BDC_CaptchaImageDiv a{
    display: none !important;
    font-size: 40px;
}