body {
  overflow-x: hidden;
}
body.modal-open {
  overflow: hidden;
}
.banner_img_web {
    display: block;
}
.banner_img_mob {
    display: none;
}

.equal_row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.equal_row:before,
.equal_row:after {
    content: normal;
}
.equal_box {
    position: relative;
    height: 100%;
}
.equal_ctrl {
    padding: 30px;
}
.box_txt {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
}
.agenda-speaker a span {
    color: #007cc3;
}

a.session_btn {
    font-size: 12px;
    color: #666;
    border: 1px solid #999;
    padding: 5px 8px;
    letter-spacing: 1px;
    border-radius: 5px;
}
a.session_btn:hover {
    color: #fff;
    background-color: #333;
    border: 1px solid #333;
}
.date_month {
    font-size: 24px;
    font-family: myriad-pro, Arial !important;
    line-height: 26px;
}

.confluence20-banner .overlay-us {
    background-color: rgba(0, 0, 0, 0.3) !important;
}


.para-txt {
    font-size: 40px;
    font-weight: 300;
    margin-top: 10px;
    line-height: 40px;
}
.light-gray {
    color: #7E7E7E !important;
}
.text-center {
    text-align: center;
}


.mt15 {
    margin-top: 15px;
}
.mt20 {
    margin-top: 20px;
}
.mt30 {
    margin-top: 30px;
}
.mt50 {
    margin-top: 50px;
}


.pt15 {
    padding-top: 15px;
}
.pt20 {
    padding-top: 20px;
}
.pt30 {
    padding-top: 30px;
}
.pt50 {
    padding-top: 50px !important;
}
.pt75 {
    padding-top: 75px !important;
}
.ptb75 {
    padding: 75px 0px !important;
}
.pb75 {
    padding-bottom: 75px !important;
}

.bg-light-grey {
    background-color: #f8f8f8;
}


.voices_popup .modal-body {
    color: #fff;
}
.voices_popup .modal-body h3 {
    font-weight: 900;
}

.font-sz{
font-size: 30px;
margin-bottom: 15px;
margin-top: 0;
font-weight: 900;
letter-spacing: -1px;
}
.voices_popup p {
margin-bottom: 15px;
}
.popup_row {
width: 100%;
}
.voices_popup {
padding-right: inherit !important;
z-index: 99999;
}
.voices_popup .modal-content {
height: 100%;
overflow-y: scroll;
border-radius: 0px;
background-color: #F16C51;
}
.close {
font-size: 50px;
font-weight: 300;
position: absolute;
right: 25px;
top: 15px;
z-index: 9;
opacity: 1;
text-shadow: none;
color: #fff !important;
}
.img_wrap {
float: left;
width: 50%;
margin-bottom: 20px;
}
.img_wrap img {
float: left;
width: 94%;
}
.modal-header{
border: 0px;
}
a.btn-shutter-black.shutter-ctrl::before {
background-color: #fff;
}
a.btn-shutter-black.shutter-ctrl {
color: #fff;
border: 1px solid #fff;
}
a.btn-shutter-black.shutter-ctrl:hover {
color: #000;
}

.bg-video .content {
background-color: transparent !important;
}
.box-row {
float: left;
width: 100%;
margin-bottom: 20px;
position: relative;
padding-left: 65px;
}
.border-row {
padding: 15px 30px;
border: 1px solid #94d2fd;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.border-row:hover {
border: 1px solid #94d2fd;
background-color: #f2f8fd;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.icon-box {
position: absolute;
top: 15px;
left: -14px;
border: 1px solid #b8b8b8;
background-color: #efefef;
}
.icon-box .fa {
font-size: 16px;
color: #3f3f3f;
padding: 5px 5px;
}
.time-txt {
border-right: 1px solid #7e7e7e;
font-weight: 400;
font-size: 16px;
}
.border-row h3 {
font-size: 22px;
font-weight: 600;
margin: 0 0 10px;
padding-right: 15px;
}
.border-row::after {
content: "";
position: absolute;
width: 4px;
height: 0;
background-color: #007cc3;
top: 0;
right: 0px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.border-row:hover::after {
height: 100%;
bottom: 0;
}
.abstract,
.abstract-close {
cursor: pointer;
}
.abstract::before {
font-size: 34px;
height: 21px;
right: 0px;
top: 6px;
content: "+";
position: absolute;
line-height: 14px;
-webkit-transition-duration: 0.4s;
transition-duration: 0.4s;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
}
.abstract-close::before {
font-size: 34px;
right: 4px;
top: 0px;
content: "--";
position: absolute;
line-height: 28px;
letter-spacing: -4px;
}


@media screen and (max-width: 1024px) {
#home_section {
    min-height: auto;
    height: auto;
}
.confluence20-banner .overlay-us {
    background-color: transparent !important
}
.caption {
    position: inherit !important;
    transform: inherit !important;
    padding: 30px 0px !important;
    background-color: #fcddd6 !important;
}
.confluence20-banner .h1-title {
    color: #000 !important;
}
.confluence20-banner .banner-txt {
    color: #000 !important;
}
}
@media screen and (max-width: 768px) {
    .box-row {
        padding-left: 15px;
    }
}

@media only screen and (max-width: 767px) {
.banner_img_web {
    display: none;
}
.banner_img_mob {
    display: block;
}
.time-txt {
    border-right: none;
}
.img_wrap {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
}

@media(max-width: 480px) {
    .close {
    font-size: 40px;
    right: 12px;
    top: 10px;
    }
}