* {
    /*margin: 0;
    padding: 10px;*/
}
body {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
}
h1 {
    color: #ae181b;
    font-size: 46px;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}
h2 {
    color: #005091;
    font-size: 31px;
    line-height: 31px;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}
h3 {
    color: #ae181b;
    font-size: 26px;
    line-height: 26px;
    font-weight: 600;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}
h4 {
    color: #ffffff;
    font-size: 30px;
    line-height: 30px;
    margin: 0 0 20px;
    font-family: 'Roboto', sans-serif;
}
h5 {
    color: #f59036;
    font-family: "Roboto";
    font-size: 17px;
    line-height: 20px;
}
.pr {
    position: relative;
}
a {} a, .btn {
    transition: linear 0.25s;
    -webkit-transition: linear 0.25s;
    -moz-transition: linear 0.25s;
    -ms-transition: linear 0.25s;
    -o-transition: linear 0.25s;
    text-decoration: none;
}
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}
ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
img {
    max-width: 100%;
}
header,
section,
footer,
nav,
aside {
    display: block;
}
.container {
    max-width: 1060px;
}
h1 > span,
h3 > span,
.btn-more span,
.program-iner-sec span,
h4 > span {
     color: #fee011;
}
/*home page*/

.header {
    padding-bottom: 5px;
    position: relative;
     z-index: 9999;
}
.reg-btn {
    background: #fee011;
    background: -moz-linear-gradient(45deg, #fee011 0%, #ae181b 100%);
    background: -webkit-linear-gradient(45deg, #fee011 0%, #ae181b 100%);
    /* Chrome10-25,Safari5.1-6 */
    
    background: linear-gradient(45deg, #fee011 0%, #ae181b 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fee011', endColorstr='#ae181b', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    
    ;
    padding: 9px 15px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    color: #ffffff !important;
    text-transform: uppercase;
    display: inline-block;
}
.reg-btn:hover {
    background: #ae181b;
    background: -moz-linear-gradient(45deg, #ae181b 0%, #fee011 100%);
    /* FF3.6-15 */
    
    background: -webkit-linear-gradient(45deg, #ae181b 0%, #fee011 100%);
    /* Chrome10-25,Safari5.1-6 */
    
    background: linear-gradient(45deg, #ae181b 0%, #fee011 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ae181b', endColorstr='#fee011', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    
    ;
    color: #fff !important;
}
ul.top-menu {
    padding: 25px 0 15px 0;
}
ul.top-menu > li:last-child > a {
    border-right: medium none;
}
.srch-box {
    float: right;
    padding: 17px 15px 0 10px;
    position: relative;
}
.iner-menu {
    float: left;
    padding: 0 15px;
}
.srch-box li:first-child a {
    background: #333399;
    border-radius: 50%;
    color: #ffffff;
    display: block;
    font-size: 11px;
    height: 21px;
    line-height: 23px;
    text-align: center;
    width: 21px;
}
.srch-box li:last-child a {
    color: #333399;
    font-size: 14px;
    padding: 0 0 0 16px;
}
ul.top-menu > li > a:hover, .srch-box li:last-child a:hover {
    color:  #ae181b;
}
.srch-box li:first-child a:hover {
    background:  #ae181b;
}
.slider-sec .item img {
    display: block;
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
}
.slider-sec, .owl-carousel .owl-item {
	min-height:220px;	
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	background: #fff;
}
.slider-sec .owl-prev,
.slider-sec .owl-next {
    position: absolute;
    top: 50%;
    width: 55px;
    height: 78px;
    margin-top: -27.5px;
    background: rgba(255, 255, 255, 0.5);
    text-align: center;
    z-index: 5;
}
.slider-sec .owl-prev {
    background-image: url(../images/prev-2.png);
    background-repeat: no-repeat;
    background-position: 20px 25px;
    left: 0;
}
.slider-sec .owl-next {
    background-image: url(../images/next-2.png);
    background-repeat: no-repeat;
    background-position: 20px 25px;
    right: 0;
}
.slider-sec {
    position: relative;
    overflow: hidden;
}
.slider-sec .owl-pagination {
    bottom: 25px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 2;
}
.slider-sec .owl-page {
    background: rgba(198, 198, 198, 0.85) none repeat scroll 0 0;
    display: inline-block;
    height: 12px;
    margin: 0 5px;
    vertical-align: middle;
    width: 117px;
}
.slider-sec .owl-page.active {
    background: rgba(0, 0, 0, 0);
}
.slider-caption {
    position: absolute;
    top: 85%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: 0;
    width: 100%;
    z-index: 2;
}
.slider-caption h1,
.slider-caption h2 p {
    color: #ffffff;
    display: inline-block;
    font-size: 38px;
    line-height: 38px;
    margin: 0 0 5px;
    padding: 6px 15px;
}
.slider-caption h1 {
    background: #fee011;
    background: -moz-linear-gradient(45deg, #fee011 0%, #ae181b 100%);
    background: -webkit-linear-gradient(45deg, #fee011 0%, #ae181b 100%);
    background: linear-gradient(45deg, #fee011 0%, #ae181b 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fee011', endColorstr='#ae181b', GradientType=1);
}
.slider-caption h2 p {
    background: #fee011;
    background: -moz-linear-gradient(45deg, #fee011 0%, #ae181b 100%);
    background: -webkit-linear-gradient(45deg, #fee011 0%, #ae181b 100%);
    background: linear-gradient(45deg, #fee011 0%, #ae181b 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fee011', endColorstr='#ae181b', GradientType=1);
    padding-right: 80px;
}
.past-link {
    background: #fee011;
    background: -moz-linear-gradient(45deg, #fee011 0%, #ae181b 100%);
    background: -webkit-linear-gradient(45deg, #fee011 0%, #ae181b 100%);
    background: linear-gradient(45deg, #fee011 0%, #ae181b 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fee011', endColorstr='#ae181b', GradientType=1);
}
.para {
    padding-top: 57px;
}
.slider-sec .rslides_tabs {
    bottom: 7px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 2;
}
.slider-sec .rslides_tabs > li {
    background: rgba(255, 255, 255, 1);
    display: inline-block;
    height: 12px;
    margin: 0 5px;
    text-indent: -9999px;
    width: 117px;
}
.slider-sec .rslides_tabs > li.rslides_here {
    background: rgba(228, 112, 45, 1);
}
.gra {
    background: #fee011;
    background: -moz-linear-gradient(45deg, #fee011 0%, #ae181b 100%);
    background: -webkit-linear-gradient(45deg, #fee011 0%, #ae181b 100%);
    background: linear-gradient(45deg, #fee011 0%, #ae181b 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fee011', endColorstr='#ae181b', GradientType=1);
}
.counter-box {
    margin-bottom: 33px;
}
.counter-box .demo1 {
    text-align: center;
}
.counter-box .ds-element {
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 25%;
    padding: 25px 15px;
}
.ds-element-title {
    bottom: 25px;
    color: #ffffff;
    font-size: 20px;
    left: 0;
    line-height: 25px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.ds-element-value {
    color: #ffffff;
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    padding-bottom: 25px;
}
.ds-element.ds-element-days,
.ds-element.ds-element-hours,
.ds-element.ds-element-minutes {
    border-right: 1px solid #ffffff;
}
.partner-iner-sec > h1 {
    margin-bottom: 35px;
}
.partner-sec {
    background: #ffffff;
    padding: 0px 0;
}
.partner-iner-sec .item {
    margin: 5px;
    text-align: center;
}
.partner-iner-sec .item > img {
    display: block;
    margin: 0 auto;
    width: 100%;
}
.partner-iner-sec {
    position: relative;
}
.partner-iner-sec .owl-prev,
.partner-iner-sec .owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    background: #d9d9d9;
    width: 19px;
}
.partner-iner-sec .owl-prev {
    left: -25px;
    background-image: url(../images/next1.png);
    background-position: 2px 50%;
    background-repeat: no-repeat;
}
.partner-iner-sec .owl-next {
    right: -25px;
    background-image: url(../images/prev1.png);
    background-position: 2px 50%;
    background-repeat: no-repeat;
}
.partner-iner-sec .owl-prev:hover,
.partner-iner-sec .owl-next:hover {
    background-color: #333399;
}
.slider-footer {
    padding-top: 15px;
}
.slider-footer > a {
    color: #ed6c2a;
    font-size: 11px;
    line-height: 14px;
}
.slider-footer p {
    color: #fee011;
    font-size: 11px;
    margin: 0;
    line-height: 11px;
}
.about-sec {
    padding: 10px 0;
}
.about-iner p,
.about-iner > h1 {
    margin-bottom: 35px;
}
.vdo-ftr {
    background: #fee011;
    background: -moz-linear-gradient(45deg, #fee011 0%, #ae181b 100%);
    background: -webkit-linear-gradient(45deg, #fee011 0%, #ae181b 100%);
    background: linear-gradient(45deg, #fee011 0%, #ae181b 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fee011', endColorstr='#ae181b', GradientType=1);
    padding: 15px;
}
.vdo-box .img-responsive {
    width: 100%;
}
.vdo-ftr > p {
    font-family: 'Roboto';
    color: #ffffff;
    font-size: 23px;
    line-height: 23px;
    margin: 10px 0;
    text-align: center;
}
.findmore-sec {
    background: #ededed;
    padding: 0 0;
    text-align: center;
}
.findmore-sec h2 {
    margin-bottom: 30px;
}
.btn-cmn {
    border: medium none;
    border-radius: 0;
    padding: 16px 50px;
    text-align: center;
}
.btn-more {
    background: #fff;
    font-size: 31px;
    line-height: 31px;
    text-transform: uppercase;
    color: #ae181b;
    display: inline-block;
    box-shadow: 4px 1px 6px 3px rgba(224, 224, 224, 0.9) inset;
    -webkit-box-shadow: 4px 1px 6px 3px rgba(224, 224, 224, 0.9) inset;
    -moz-box-shadow: 4px 1px 6px 3px rgba(224, 224, 224, 0.9) inset;
    -ms-box-shadow: 4px 1px 6px 3px rgba(224, 224, 224, 0.9) inset;
    -o-box-shadow: 4px 1px 6px 3px rgba(224, 224, 224, 0.9) inset;
    vertical-align: middle;
}
.btn-more:hover,
.btn-more:focus {
    color: #f69638;
}
.btn-more:hover > span,
.btn-more:focus > span {
    color: #ae181b;
}
.program-sec {
    background: url(../images/layer.png) no-repeat;
    background-position: center center;
    padding: 20px 0;
    background-size: cover;
    background-attachment: fixed;
}
.program-iner-sec {
    background: #fff;
    padding: 10px 0;
    margin-bottom: 20px;
}
.img-box {
    background: #ededed none repeat scroll 0 0;
    min-height: 400px;
    text-align: center;
}
.program-iner-sec h1 {
    margin-bottom: 16px;
}
.img-box h3 {
    padding: 23px 15px;
}
.img-box img:hover {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 10+ */
    
    filter: gray;
    /* IE6-9 */
    
    -webkit-filter: grayscale(100%);
    /* Chrome 19+ & Safari 6+ */
    
    -webkit-transition: all .6s ease;
    /* Fade to color for Chrome and Safari */
    
    -webkit-backface-visibility: hidden;
    /* Fix for transition flickering */
}
.follow-sec {
    padding: 25px 0 15px;
    text-align: center;
}
.follow-sec a {
    text-transform: capitalize;
}
.arrow {
    display: inline-block;
    margin: 0 30px;
    vertical-align: middle;
}
.speak-sec {
    padding: 30px 0;
    background: #fff;
}
.speaker-box {
    position: relative;
    overflow: hidden;
    padding: 1px;
    margin-bottom: 8px;
}
.speaker-box img {
    width: 100%;
    height: auto;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.speaker-box img:hover {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
}
.speaker-ftr {
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px;
    text-align: center;
    height: 50px;
    display: table;
    z-index: 2;
}
.ftr-iner {
    display: table-cell;
    vertical-align: middle;
    
}
.ftr-iner > p {
    color: #6c6c6c;
    font-size: 12px;
    line-height: 18px;
}
.peak-iner-sec > h1 {
    margin-bottom: 13px;
}
.see-btn {
    text-transform: capitalize;
    font-size: 22px;
    line-height: 27px;
}
.venue-sec {
    padding: 45px 0;
}
.venue-iner > h1 {
    margin-bottom: 30px;
}
.book-sec {
    margin-bottom: 50px;
}
.strp1 {
    display: block;
    background: #fee011;
    background: -moz-linear-gradient(45deg, #fee011 0%, #ae181b 100%);
    background: -webkit-linear-gradient(45deg, #fee011 0%, #ae181b 100%);
    background: linear-gradient(45deg, #fee011 0%, #ae181b 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fee011', endColorstr='#ae181b', GradientType=1);
    padding: 6px 13px;
    margin: 10px 0 20px;
}
.strip2 {
    display: block;
    padding: 6px 13px;
    margin: 10px 0 20px;
    background: rgb(235, 226, 84);
    background: -moz-linear-gradient(-45deg, rgba(235, 226, 84, 1) 0%, rgba(246, 150, 56, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(235, 226, 84, 1) 0%, rgba(246, 150, 56, 1) 100%);
    background: linear-gradient(135deg, rgba(235, 226, 84, 1) 0%, rgba(246, 150, 56, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ebe254', endColorstr='#f69638', GradientType=1);
}
.strip3 {
    display: block;
    padding: 6px 13px;
    margin: 10px 0 20px;
    background: rgb(103, 166, 214);
    background: -moz-linear-gradient(-45deg, rgba(103, 166, 214, 1) 0%, rgba(0, 84, 150, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(103, 166, 214, 1) 0%, rgba(0, 84, 150, 1) 100%);
    background: linear-gradient(135deg, rgba(103, 166, 214, 1) 0%, rgba(0, 84, 150, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#67a6d6', endColorstr='#fee011', GradientType=1);
}
.strip4 {
    display: block;
    padding: 6px 13px;
    margin: 10px 0 20px;
    background: rgb(103, 214, 121);
    background: -moz-linear-gradient(-45deg, rgba(103, 214, 121, 1) 0%, rgba(0, 150, 18, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(103, 214, 121, 1) 0%, rgba(0, 150, 18, 1) 100%);
    background: linear-gradient(135deg, rgba(103, 214, 121, 1) 0%, rgba(0, 150, 18, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#67d679', endColorstr='#009612', GradientType=1);
}
.right-ftr-box address {
    color: #004990;
    font-size: 12px;
    line-height: 15px;
    margin: 0;
    padding: 17px 0 60px;
    font-family: 'Lato', sans-serif;
}
.right-ftr-box address a {
    display: inline-block;
    color: #004990;
    font-weight: 700;
}
.right-ftr-box address a:hover {
    text-decoration: underline;
    color: #ed6e38;
}
ul.ftr-link {
    float: left;
    margin-right: 10px;
    width: 130px;
}
ul.ftr-link > li > a {
    color: #3671a6;
    font-size: 12px;
    line-height: 20px;
    font-family: 'Lato', sans-serif;
}
ul.ftr-link > li > a:hover {
    color: #333399;
}
#scroll-to-top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: block;
    z-index: 2;
    background: #fff;
  border-radius: 6px;
}
.mobile-menu {
    text-align: right;
}
.mobile-menu > a {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: url(../images/menu-open.png) no-repeat;
    background-position: center center;
    display: none;
    margin-top: 10px;
}
.mobile-menu > a.menu-active {
    background: url(../images/menu-close.png) no-repeat;
    background-position: center center;
}
.share-box ul {
    background: #fee011;
    background: -moz-linear-gradient(45deg, #fee011 0%, #ae181b 100%);
    background: -webkit-linear-gradient(45deg, #fee011 0%, #ae181b 100%);
    background: linear-gradient(45deg, #fee011 0%, #ae181b 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fee011', endColorstr='#ae181b', GradientType=1);
    padding: 10px;
    margin-bottom: 10px;
}
.share-box span {
    color: #ffffff;
    display: block;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 8px;
    text-transform: capitalize;
}
.share-box ul li {
    display: block;
}
.share-box ul li a {
    display: block;
    padding: 3px 0;
}
.share-box ul li a > img {
    margin: 0 auto;
}
.associat {
    bottom: 50px;
    left: 0;
    position: fixed;
    text-align: center;
    z-index: 2;
}
.associat p {
    color: #ffffff;
    font-size: 12px;
    line-height: 23px;
    padding: 10px;
}
.associat .img-responsive {
    margin: 0 auto;
}
/*AD information page*/

.info-cap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    padding: 1px 0;
}
.gra2 {
    background: #fee011;
    background: -moz-linear-gradient(45deg, #fee011 0%, #ae181b 100%);
    background: -webkit-linear-gradient(45deg, #fee011 0%, #ae181b 100%);
    background: linear-gradient(45deg, #fee011 0%, #ae181b 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fee011', endColorstr='#ae181b', GradientType=1);
}
.info-cap h1 {
    color: #ffffff;
    font-size: 45px;
    line-height: 75px;
    margin: 0;
}
.organizer > h1 {
    font-size: 30px;
    line-height: 30px;
}
.organizer {
    padding-top: 30px;
}
.organizer > p {
    font-size: 20px;
}
.org-sec {
    background: #fff;
}
.accord-sec .panel-title {
    color: #2f4388;
    font-size: 38px;
    line-height: 38px;
}
.accord-sec .panel-title > a {
    display: block;
}
.accord-sec .panel-title span {
    color: #ae181b;
}
.accord-sec .panel-default {
    border-color: #fff;
}
.accord-sec .panel-default > .panel-heading {
    background-color: #ededed;
    border-color: #ededed;
    color: #333333;
    padding: 20px 17px !important;
}
.accord-sec .panel-group .panel {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    position: relative;
}
.accord-sec .panel-title > a.collapsed {
    background: url(../images/inactive-accord.png) no-repeat;
    background-position: right center;
}
.accord-sec .panel-title > a {
    background: url(../images/active-accord.png) no-repeat;
    background-position: right center;
}
.accord-sec .panel-body {
    padding: 15px 0;
    border: none !important;
    box-shadow: none;
}
.info-iner-box {
    padding: 25px;
}
.info-iner-box > p {
    font-size: 20px;
    margin-bottom: 35px;
}
.ofc-detail {
    background: #e1e1e1;
    padding: 20px 0;
    margin-top: 25px;
}
.ofc-iner-detail h3 {
    background: #ffffff;
    display: inline-block;
    padding: 10px 20px;
    box-shadow: 0 0 3px 2px rgba(224, 224, 224, 0.9) inset;
    -webkit-box-shadow: 0 0 3px 2px rgba(224, 224, 224, 0.9) inset;
    -moz-box-shadow: 0 0 3px 2px rgba(224, 224, 224, 0.9) inset;
    -ms-box-shadow: 0 0 3px 2px rgba(224, 224, 224, 0.9) inset;
    -o-box-shadow: 0 0 3px 2px rgba(224, 224, 224, 0.9) inset;
    margin-bottom: 20px;
}
.ofc-iner-detail > address,
.ofc-iner-detail > address > a {
    color: #005091;
    font-size: 17px;
    line-height: 28px;
    display: block;
}
.org-sec .partner-iner-sec .item > img {
    width: auto;
}
.program {
    padding-top: 45px;
}
.program > p {
    margin-bottom: 30px;
}
.payment-header {
    background: #005091;
    color: #ffffff;
    margin-bottom: 13px;
    padding: 10px;
}
.payment-header > span {
    background: url(../images/active-accord.png) no-repeat;
    background-position: right center;
    color: #ffffff;
    display: block;
    font-size: 23px;
    line-height: 28px;
    padding-right: 30px;
    text-transform: uppercase;
}
.detail-info-cap {
    background: rgba(255, 255, 255, 0.9);
    bottom: 0;
    height: 212px;
    left: 0;
    margin-left: -100%;
    overflow: auto;
    padding: 15px;
    position: absolute;
    top: 0;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    width: 100%;
    z-index: 1;
}
.detail-info-cap > p {
    color: #000000;
    font-size: 15px;
    line-height: 23px;
}
.speaker-box:hover .detail-info-cap {
    margin-left: 0;
}
.program-list h3 {
    color: #005091;
    line-height: 35px;
}
.program-list p {
    font-size: 20px;
    line-height: 35px;
    margin: 0;
}
.borderss {
    background: #ae181b;
    bottom: 0;
    height: 50%;
    left: 20%;
    position: absolute;
    width: 2px;
    z-index: 1;
}
.program-list {
    position: relative;
}
.borderss::after {
    background: #f69638;
    content: "";
    height: 100%;
    left: 20%;
    position: absolute;
    top: -100%;
    width: 2px;
}
.program-list h4 {
    color: #d51d24;
    font-size: 20px;
    line-height: 35px;
    margin: 0;
}
ul.guest-list > li > a {
    color: #afafaf;
    font-size: 20px;
    line-height: 35px;
    padding-left: 20px;
    position: relative;
}
ul.guest-list > li > a::before {
    content: ".";
    font-size: 35px;
    left: 0;
    position: absolute;
    top: -14px;
}
.contact-sec {
    padding: 30px 0;
}
.adres-box h4 {
    color: #ae181b;
    font-size: 23px;
    line-height: 23px;
}
.adres-box.ofc-iner-detail a {
    display: inline-block;
}
/*css added on 10-2-16*/

.slider-caption .img-responsive {
    width: auto !important;
}
.slider-caption {
    overflow: hidden;
}
.share-box {
    top: 220px;
    left: 0;
    position: fixed;
    text-align: center;
    z-index: 5;
}
.associat {
    background: #ffffff;
    bottom: 115px;
    left: 0;
    padding-bottom: 15px;
    position: fixed;
    text-align: center;
    z-index: 3;
    box-shadow: 15px 0px 8px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 15px 0px 8px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 15px 0px 8px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 15px 0px 8px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 15px 0px 8px 0px rgba(0, 0, 0, 0.1);
}
.pull-left.logo {
    left: 15px;
    position: absolute;
    top: 0px;
    width: 126px;
    z-index: 1;
    background: #fff;
    padding: 15px;
    border-radius: 6px;
    box-shadow: 0px 20px 20px rgba(0,0,0,0.1);
}
.top-right-menu {
    padding-left: 170px;
    text-align: right;
    width: 100%;
}
.pull-right.right-ftr-box p {
    color: #ed6e38;
    font-size: 12px;
    line-height: 15px;
    margin: 0 0 8px;
    font-family: 'Lato', sans-serif;
}
.mobile-share-icon > ul > li {
    display: inline-block;
    float: left;
    height: 35px;
    line-height: 35px;
    text-align: center;
    vertical-align: baseline;
    width: 35px;
    margin: 0 2px;
}
.mobile-share-icon > ul > li > a {
    display: block;
    text-align: center;
}
.mobile-share-icon .img-responsive {
    display: inline-block;
    vertical-align: middle;
}
.mobile-share-icon .associat {
    box-shadow: none;
    clear: both;
    position: static;
}
.gra {
    color: #ffffff !important;
}
.mobile-share-icon > ul {
    margin: 15px 0 0;
}
.mobile-share-icon {
    display: none;
}
.fb {
    background: #3d5a98;
}
.tw {
    background: #55ACEE;
}
.lnkin {
    background: #007BB6;
}
.gmail {
    background: #E75A4D;
}
.mobile-share-icon > ul > li:hover {
    background: rgb(236, 32, 39);
    background: -moz-linear-gradient(45deg, rgba(236, 32, 39, 1) 48%, rgba(246, 150, 56, 1) 58%, rgba(246, 150, 56, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(236, 32, 39, 1) 48%, rgba(246, 150, 56, 1) 58%, rgba(246, 150, 56, 1) 100%);
    background: linear-gradient(45deg, rgba(236, 32, 39, 1) 48%, rgba(246, 150, 56, 1) 58%, rgba(246, 150, 56, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ae181b', endColorstr='#f69638', GradientType=1);
}
.srch-field {
    background: #ffffff;
    left: -145px;
    padding: 10px;
    position: absolute;
    top: 36px;
    width: 300px;
    z-index: 1;
    display: none;
}
.srch-field .form-control {
    border-radius: 0;
    box-shadow: none;
}
.srch-field::before {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ffffff;
    border-style: solid;
    border-width: 0 10px 12px;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    top: -10px;
    width: 0;
}
.srch-box li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.media-partner-box a:hover {
    color: #333399;
}
.custom-title {
    background-color: #ededed;
    border-color: #ededed;
    color: #333333;
    padding: 20px 17px !important;
}
.custom-title h4 {
    color: #fee011;
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 0;
}
.custom-title h4 span {
    color: #ae181b;
}
.info-iner-box > p > b {
    font-weight: normal;
    color: #f69638;
}
.info-iner-box.sponsor p {
    margin-bottom: 0 !important;
}
.info-iner-box a {
    color: #ae181b;
}
.info-iner-box a:hover {
    color: #f69638;
    text-decoration: underline;
}
.info-iner-box h5 {
    color: #ae181b;
    font-size: 16px;
    margin-bottom: 30px;
    margin-top: 0;
}
.info-iner-box > h6 {
    color: #f69638;
    font-size: 15px;
    margin-bottom: 30px;
    margin-top: 0;
}
.info-iner-box > ul {
    margin-bottom: 30px;
}
.info-iner-box li {
    color: #333333;
    display: block;
    font-size: 13px;
    line-height: 30px;
    padding-left: 30px;
    position: relative;
}
.info-iner-box li .glyphicon.glyphicon-star-empty {
    left: 0;
    position: absolute;
    top: 10px;
    transition: all 0.1s ease 0s;
    -webkit-transition: all 0.1s ease 0s;
    -moz-transition: all 0.1s ease 0s;
    -ms-transition: all 0.1s ease 0s;
    -o-transition: all 0.1s ease 0s;
    font-size: 14px;
}
.info-iner-box li:hover .glyphicon.glyphicon-star-empty {
    color: #f69638;
    font-size: 16px;
}
.media-partner-box table td:first-child {
    width: 400px;
    vertical-align: middle;
}
/*css added on 20-2-16*/

.about_asecap .custom-title {
    background-color: #ffffff;
    border-color: #ffffff;
    padding: 20px 0 !important;
}
.about_asecap .info-iner-box {
    padding: 25px 0;
}
.about_asecap {
    padding: 0;
}
.about-accord-sec {
    padding: 0;
}
.about-member > h4 {
    color: #ae181b;
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.member-box {
    display: inline-block;
    margin: 5px 0 20px;
    text-align: center;
}
.member-box .img-responsive {
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
}
.golink {
    display: inline-block;
    margin-left: 10px;
}
.about-book-sec {
    margin: 50px 0 0 !important;
}
.about-mission-box {
    padding: 0;
}
.about-mission-box > h4 {
    color: #ae181b;
    font-size: 46px;
    line-height: 46px;
}
.about-mission-box > p {
    margin-bottom: 25px;
}
.past-link, .past-link:visited, .past-link:focus {
    display: block;
    text-align: center;
    color: #fff;
    padding: 3px 0;
    font-size: 10px;
}
.past-link:hover {
    background: #ae181b;
    color: #fff;
}
.cusm-hdr > h1 {
    font-size: 20px;
    text-transform: uppercase;
}
.cusm-body > a {
    border: 1px solid #eeeeee;
    display: inline-block;
    padding: 10px;
}
/* Push */

@-webkit-keyframes push {
    50% {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes push {
    50% {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}
.push {
    display: inline-block;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.push:hover,
.push:focus,
.push:active {
    -webkit-animation-name: push;
    -moz-animation-name: push;
    -ms-animation-name: push;
    -o-animation-name: push;
    animation-name: push;
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    -ms-animation-duration: 0.3s;
    -o-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
/*css added on 23-2-16*/

ul.sub-menu {
    background: #ffffff;
    left: 0;
    min-width: 250px;
    padding: 29px 0px 10px 0px;
    position: absolute;
    text-align: left;
    top: 21px;
    z-index: 1;
    display: none;
    border-radius: 0 0 10px 10px;
}
ul.sub-menu > li > a {
    color: #000;
    display: block;
    line-height: 30px;
    padding: 0 10px;
    border-top: 1px solid #ccc;
}
ul.sub-menu > li > a:hover {
    color: #ae181b;
}
ul.top-menu > li {
    float: left;
    position: relative;
}
ul.top-menu > li:hover ul.sub-menu {
    display: block;
}
ul.top-menu > li > a , ul li .nav-header {    
    color: #000000;
    display: block;
    font-size: 15px;
    line-height: 17px;
    padding: 5px 15px 5px 15px;
    text-transform: capitalize;
}
ul.top-menu .fa-solid.fa-chevron-down {
    font-size: 12px;
    padding: 0 5px;
}
.oldmenu, .oldmenu a {
    font-size: 13px !important;
    padding: 3px !important;
}
.item-209 a {
    border: 1px solid #ae181b !important;
    border-radius: 25px;
    color: #ae181b !important;
    margin-top: -5px;
    padding: 8px 15px 8px 15px !important;
}
.item-209 a:hover {
    background: #ae181b !important;
    color: #fff !important;
}
ul.top-menu > li.active .nav-header {
    color: #ae181b !important;
}
/*css added on 24-2-16*/

ul.sub-menu > li.active > a {
    color: #ae181b;
    background: #eeeeee;
}
ul.top-menu > li.active > a {
    color: #ae181b;
}
/*css added on 19-3-16*/

.event_table table td {
    border: 2px solid #ffffff !important;
    vertical-align: middle !important;
}
.event_table table td p,
.event_table table td strong,
.event_table table td span {
    color: #000;
}
.see_pro {
    position: relative;
}
.see_pro .img-responsive {
    display: inline-block !important;
    vertical-align: middle;
}
.see_pro > p {
    background: #ffffff;
    color: #f69638;
    display: inline-block;
    font-size: 18px;
    height: 31px;
    line-height: 31px;
    margin: 0;
    padding: 0 15px;
    text-transform: capitalize;
    vertical-align: middle;
}
.see_pro > p > span {
    color: #ae181b;
}
/*css added on 17-5-16*/

.info-iner-box.sponsor strong,
.info-iner-box.sponsor b,
.info-iner-box.sponsor span {
    margin-bottom: 0;
}
.acomodation_note {
    margin-bottom: 30px;
}
.speak-sec {
    overflow: hidden;
}
#tgl > p {
    color: #005496;
    margin-top: 10px !important;
    margin-left: -30px !important;
    margin-right: 90% !important;
}

@media only screen and (min-width: 980px) {
   .speaker-box {
        height: 290px;
   }
}

@media only screen and (max-width: 989px) {
   .speaker-box {
        height: auto;
   }
}

.mCSB_container p {
    font-size: 15px;
    line-height: 17px !important;
}    

/************/

.banner_mask {
    background: linear-gradient(90deg, #ae181b 22%, rgba(254, 224, 17, 0.3) 40%) !important
}

.eventdays, .mod_inx_footer {
    background: #0D4486 !important;
}
.mod_inx_banner_video .eventlocation {
    color: #0D4486 !important;
}
.headermenu {
    background: #0D4486 !important;
}
.link1 {
    background: #FEE011 !important;
    color: #0D4486 !important;
}
ul.top-menu > li > a, ul li .nav-header, ul.sub-menu > li > a {
    color: #0D4486 !important;
}
ul.top-menu > li.item-209 a {
    color: #AE181B !important;
}
ul.top-menu > li.item-209 a:hover {
    color: #fff !important;
}
#mod_partners h2 {
    color: #0D4486 !important;
}
.mod_inx_sections_host .smask {
    background: linear-gradient(90deg, rgba(174, 24, 27, 0) 50%, rgb(13, 68, 134) 50%) !important;
}
.mod_inx_sections_host {
    background-color: #0D4486 !important;
}
.page-header-mask {
    background: linear-gradient(90deg, rgba(174, 24, 27, 0) 0%, rgba(13, 68, 134, 0.5) 100%) !important;
}
.eventinfo {
    margin-top: 50px;
}