* {
    margin: 0;
    padding: 0;
}
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,300);
body {
    font-family: 'trebuchet_ms';
    font-weight: normal;
}
h1 {
    color: #e30813;
    font-size: 46px;
    margin: 0;
    font-family: 'trebuchet_ms';
}
h2 {
    color: #005091;
    font-size: 31px;
    line-height: 31px;
    margin: 0;
    font-family: 'trebuchet_ms';
}
h3 {
    color: #e30813;
    font-size: 23px;
    line-height: 23px;
    margin: 0;
    font-family: 'trebuchet_ms';
}
h4 {
    color: #ffffff;
    font-size: 30px;
    line-height: 30px;
    margin: 0 0 20px;
    font-family: 'trebuchet_ms';
}
h5 {
    color: #f59036;
    font-family: "trebuchet_ms";
    font-size: 17px;
    line-height: 20px;
}
p {
    color: #e30813;
    font-size: 17px;
    line-height: 28px;
    font-family: 'trebuchet_ms';
}
a {} a,
.btn {
    transition: linear 0.4s;
    -webkit-transition: linear 0.4s;
    -moz-transition: linear 0.4s;
    -ms-transition: linear 0.4s;
    -o-transition: linear 0.4s;
}
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: #7e1711;
}
@font-face {
    font-family: 'trebuchet_ms_bold';
    src: url('../fonts/trebuchet_ms_bold-webfont.eot');
    src: url('../fonts/trebuchet_ms_bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/trebuchet_ms_bold-webfont.woff2') format('woff2'), url('../fonts/trebuchet_ms_bold-webfont.woff') format('woff'), url('../fonts/trebuchet_ms_bold-webfont.ttf') format('truetype'), url('../fonts/trebuchet_ms_bold-webfont.svg#din_blackregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'trebuchet_ms';
    src: url('../fonts/trebuchet_ms-webfont.eot');
    src: url('../fonts/trebuchet_ms-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/trebuchet_ms-webfont.woff2') format('woff2'), url('../fonts/trebuchet_ms-webfont.woff') format('woff'), url('../fonts/trebuchet_ms-webfont.ttf') format('truetype'), url('../fonts/trebuchet_ms-webfont.svg#din_blackregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'trebucit';
    src: url('../fonts/trebucit.eot');
    src: url('../fonts/trebucit.eot?#iefix') format('embedded-opentype'), url('../fonts/trebucit.woff2') format('woff2'), url('../fonts/trebucit.woff') format('woff'), url('../fonts/trebucit.ttf') format('truetype'), url('../fonts/trebucit.svg#din_blackregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*home page*/

.header {
    padding-bottom: 5px;
}
.reg-btn {
    background: #7e1711;
    background: -moz-linear-gradient(45deg, #7e1711 0%, #e30813 100%);
    background: -webkit-linear-gradient(45deg, #7e1711 0%, #e30813 100%);
    /* Chrome10-25,Safari5.1-6 */
    
    background: linear-gradient(45deg, #7e1711 0%, #e30813 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#7e1711', endColorstr='#e30813', 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: #e30813;
    background: -moz-linear-gradient(45deg, #e30813 0%, #7e1711 100%);
    /* FF3.6-15 */
    
    background: -webkit-linear-gradient(45deg, #e30813 0%, #7e1711 100%);
    /* Chrome10-25,Safari5.1-6 */
    
    background: linear-gradient(45deg, #e30813 0%, #7e1711 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e30813', endColorstr='#7e1711', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    
    ;
    color: #fff !important;
}
ul.top-menu {
    padding-top: 22px;
}
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:  #7e1711;
    background:  #e30813;
}
.srch-box li:first-child a:hover {
    background:  #e30813;
}
.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: #7e1711;
    background: -moz-linear-gradient(45deg, #7e1711 0%, #e30813 100%);
    background: -webkit-linear-gradient(45deg, #7e1711 0%, #e30813 100%);
    background: linear-gradient(45deg, #7e1711 0%, #e30813 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#7e1711', endColorstr='#e30813', GradientType=1);
}
.slider-caption h2 p {
    background: #7e1711;
    background: -moz-linear-gradient(45deg, #7e1711 0%, #e30813 100%);
    background: -webkit-linear-gradient(45deg, #7e1711 0%, #e30813 100%);
    background: linear-gradient(45deg, #7e1711 0%, #e30813 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#7e1711', endColorstr='#e30813', GradientType=1);
    padding-right: 80px;
}
.past-link {
    background: #7e1711;
    background: -moz-linear-gradient(45deg, #7e1711 0%, #e30813 100%);
    background: -webkit-linear-gradient(45deg, #7e1711 0%, #e30813 100%);
    background: linear-gradient(45deg, #7e1711 0%, #e30813 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#7e1711', endColorstr='#e30813', 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: #7e1711;
    background: -moz-linear-gradient(45deg, #7e1711 0%, #e30813 100%);
    background: -webkit-linear-gradient(45deg, #7e1711 0%, #e30813 100%);
    background: linear-gradient(45deg, #7e1711 0%, #e30813 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#7e1711', endColorstr='#e30813', 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: #7e1711;
    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: #7e1711;
    background: -moz-linear-gradient(45deg, #7e1711 0%, #e30813 100%);
    background: -webkit-linear-gradient(45deg, #7e1711 0%, #e30813 100%);
    background: linear-gradient(45deg, #7e1711 0%, #e30813 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#7e1711', endColorstr='#e30813', GradientType=1);
    padding: 15px;
}
.vdo-box .img-responsive {
    width: 100%;
}
.vdo-ftr > p {
    font-family: 'trebuchet_ms_bold';
    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: #e30813;
    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: #e30813;
}
.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;
}
.footer {
    padding: 20px 0;
    background: #ededed;
    margin-top: 50px;
}
.footer h6 {
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    text-align: center;
    font-family: 'Lato', sans-serif;
}
.strp1 {
    display: block;
    background: #7e1711;
    background: -moz-linear-gradient(45deg, #7e1711 0%, #e30813 100%);
    background: -webkit-linear-gradient(45deg, #7e1711 0%, #e30813 100%);
    background: linear-gradient(45deg, #7e1711 0%, #e30813 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#7e1711', endColorstr='#e30813', 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='#7e1711', 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;
}
.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: #7e1711;
    background: -moz-linear-gradient(45deg, #7e1711 0%, #e30813 100%);
    background: -webkit-linear-gradient(45deg, #7e1711 0%, #e30813 100%);
    background: linear-gradient(45deg, #7e1711 0%, #e30813 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#7e1711', endColorstr='#e30813', 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: #7e1711;
    background: -moz-linear-gradient(45deg, #7e1711 0%, #e30813 100%);
    background: -webkit-linear-gradient(45deg, #7e1711 0%, #e30813 100%);
    background: linear-gradient(45deg, #7e1711 0%, #e30813 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#7e1711', endColorstr='#e30813', 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: #e30813;
}
.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: #e30813;
    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: #e30813;
    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 {
    background: #ffffff;
    box-shadow: -1px 4px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: -1px 4px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -1px 4px 1px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: -1px 4px 1px rgba(0, 0, 0, 0.1);
    -o-box-shadow: -1px 4px 1px rgba(0, 0, 0, 0.1);
    left: 15px;
    position: absolute;
    top: -5px;
    width: 16%;
    z-index: 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='#e30813', 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: #7e1711;
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 0;
}
.custom-title h4 span {
    color: #e30813;
}
.info-iner-box > p > b {
    font-weight: normal;
    color: #f69638;
}
.info-iner-box.sponsor p {
    margin-bottom: 0 !important;
}
.info-iner-box a {
    color: #e30813;
}
.info-iner-box a:hover {
    color: #f69638;
    text-decoration: underline;
}
.info-iner-box h5 {
    color: #e30813;
    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: #e30813;
    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: #e30813;
    font-size: 46px;
    line-height: 46px;
}
.about-mission-box > p {
    margin-bottom: 25px;
}
.iner-logo-box {
    padding: 10px;
}
.past-link, .past-link:visited, .past-link:focus  {
    display: block;
    text-align: center;
    color: #fff;
    padding: 3px 0;
}
.past-link:hover {
    background: #e30813;
    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: 0;
    position: absolute;
    text-align: left;
    top: 21px;
    z-index: 1;
    display: none;
}
ul.sub-menu > li > a {
    color: #7e1711;
    display: block;
    line-height: 30px;
    padding: 0 10px;
}
ul.sub-menu > li > a:hover {
    color: #e30813;
}
ul.top-menu > li {
    float: left;
    position: relative;
}
ul.top-menu > li:hover ul.sub-menu {
    display: block;
}
ul.top-menu > li > a {
    border-right: 1px solid #7e1711;
    color: #000000;
    display: block;
    font-size: 15px;
    line-height: 17px;
    padding: 5px 10px 5px 10px;
    text-transform: capitalize;
}
/*css added on 24-2-16*/

ul.sub-menu > li.active > a {
    color: #e30813;
    background: #eeeeee;
    text-decoration: underline;
}
ul.top-menu > li.active > a {
    color: #e30813;
    background: #eeeeee;
    text-decoration: underline;
}
/*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: #e30813;
}
/*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;
}    