body{
    /*font-family: 'Montserrat-Regular';*/
    font-family: 'Lato', arial, sans-serif;
}

.no-banner-wrap {
    padding-top: 150px;
    padding-bottom: 50px;
}
.hover-cursor:hover{
    cursor: pointer;
}
.admin-container{
    margin:200px 0;
}
.admin-navbar{
    padding: 10px;
    background: #efefef;
    height: 110px;
    box-shadow: 2px 2px 6px #ccc;
}

.admin-navbar .dropdown-toggle{
    border: 1px solid;
}

.crud-tabs{
    margin-bottom: 10px;
}

.event-box .gt-light p{
	margin-bottom: 15px;
}

.event-box .gt-light b,
.event-box .gt-light a{
    font-family: 'Montserrat-Bold';
    font-weight: bold;
    color:#fff;
}
.event-box .gt-light a:hover{
	text-decoration: underline;
}

.kpmg{
    background: url('../images/generic-host-bg.jpg') no-repeat center center fixed !important; 
}

.kpmg .kmpg-right a{
	    font-family: 'Montserrat-Bold';	
	    color:#fff;;
	    /*font-size: 29px;*/
}
.kpmg .kmpg-right a:hover{
	text-decoration: underline;
}

.member-main input{
    margin-bottom: 0px;
}

.event-sec.event-sec1 .event-box .gt-light p{
    font-size: 18px;  
    padding-top: 12.5px;
}

.content-page{
    margin-top: 108px;
}

.content-page-header{
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    background: #fafafa;
    margin-bottom: 56px;
    padding:25px 0;
    position: relative;
}

.content-page p{
     font: 14px/1.7em 'Lato', arial, sans-serif;
    margin-bottom: 25px;
}

.breadcrumbs{
    position: absolute;
    font-size: 12px;
    bottom: 5px;
}

.breadcrumbs span{
    margin:0 5px;
}

.breadcrumbs a{
    color: #929292;
}
.breadcrumbs a:hover{
    color: #444;
    text-decoration: underline;
}

.text-align-center{
    text-align: center;
}
.padding-20{
    padding:20px;
}

.Victorian h1 em{
    color: #2cb673;
    font-style: normal;
}

.slide-onemid .pr3 a{
    color: #004071;
    margin-top: 35px;
    font-size: 18px;
    font-family: 'Montserrat-Medium';
}


.hosts-slide .slick-next{
    right: 0;
    background: url(../images/arrow-right.png) no-repeat center center;
    background-size: cover;
    right: -10px;
}
.hosts-slide .slick-prev{
    left: 0;
    background: url(../images/arrow-left.png) no-repeat center center;
    background-size: cover;
    left: -10px;
}
.hosts-slide  .slick-prev, 
.hosts-slide .slick-next{
    color: #000;
    height: 60px;
    width: 60px;
    top: 53%;
}

.hosts-slide ul.slick-dots {
    bottom: -50px;
}

.hosts-slide .slick-next:before,
.hosts-slide .slick-prev:before{
    content:none !important;
}

#hosts-slider-section{
    -webkit-transition: opacity 3s ease-in-out;
    -moz-transition: opacity 3s ease-in-out;
    -ms-transition: opacity 3s ease-in-out;
    -o-transition: opacity 3s ease-in-out;
}

.width-100{
    width: 100%;
}

.border-bottom {
    width: 80%;
    height: 10px;
    margin-top: -5px;
    z-index: 10;
    position: relative;
    margin-left: 10%;
}


.article-index .card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent;
    background-clip: border-box;
    border: 0 solid rgba(0,0,0,.125);
    border-radius: 0;
}

.article-index .card {
    border: 1px solid rgba(0,0,0,.1);
    padding: 0;
}

.article-index  .card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.article-index  .card-header {
    padding: .75rem 1.5rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 0 solid rgba(0,0,0,.125);
}

.article-index .card-img {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.article-index .card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px);
}

.content-page-body{
    padding-bottom:50px;
}

.presenter-slider img{

}

.fotter-main button{
    display: block;
    font-family: 'Montserrat-Bold';
    color: #bcbcbc;
    font-size: 14px;
    border-bottom: 1px solid #bcbcbc;
    padding-bottom: 19px;
    margin-top: 15px;
    width: 73%;
    text-transform: uppercase;
}
.fotter-sbmt button{
    font-size: 24px;
    color: #fff;
    font-family: 'Montserrat-Medium';
    padding: 12px 30px;
    border: 2px solid #fff;
    background: #2cb673;
    text-align: center;
    width: 80%;
}
.fotter-main button {
    display: block;
    font-family: 'Montserrat-Bold';
    color: #bcbcbc;
    font-size: 14px;
    border-bottom: 1px solid #bcbcbc;
    padding-bottom: 19px;
    margin-top: 15px;
    width: 73%;
    text-transform: uppercase;
}
.fotter-sbmt button {
    font-size: 24px;
    color: #fff;
    font-family: 'Montserrat-Medium';
    padding: 12px 30px;
    border: 2px solid #fff;
    background: #2cb673;
    text-align: center;
    width: 80%;
}

.help-block{
    color: red;
}

.margin-t-10{
    margin-top:10px;
}

.display-none{
    display: none;
}

.below-navbar{
    margin-top: 108px;
}

/*
.present-slide .slick-dots {
    right: 250px !important;
    top: 250px !important;
}
*/


.present-slide .slide-top-new{
    position: relative;
    margin-top:200px;
    padding: 30px 40px;
}

.present-slide .slide-top-new img.corner-img{
    position: absolute;
    top: 0;
    left: 0;
}

.slide-top-new h1{
    color: #fff;
    font-size: 34px;
    font-family: 'Montserrat-Bold';
    text-transform: uppercase;
    margin-bottom: 10px;
}

.slide-top-new h2{
    font-family: 'Montserrat-Regular';
    color: #fff;
    font-size: 24px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.slide-top-new h3{
    font-family: 'Montserrat-Bold';
    color: #fff;
    font-size: 30px;
    margin-bottom: 5px;
}

.slide-top-new h4{
    font-family: 'Montserrat-Regular';
    color: #fff;
    font-size: 30px;
    margin-bottom: 5px;
}

.slide-top-new h4 a{
    font-family: 'Montserrat-Regular';
    color: #fff;
    font-size: 30px;
    margin-bottom: 5px;
}
.slide-top-new h4 a:hover{
    text-decoration: underline;
}

.slide-top{
    background-size:cover !important
}
.event-top {
    margin-right: 50px;
    margin-top: -10px;
    margin-left: -30px;
    max-width: 100%;
}

.slide-top-new-content {
    color: #fff;
    margin-top: 15px;
    font-size: 18px;
    font-family: 'Montserrat-Regular';
}

.slide-top-new-presenting{
    color: #fff;
    margin-top: 50px;
    font-size: 18px;
    font-family: 'Montserrat-Regular';
}


@media (max-width: 414px){

    .present-slide .slick-dots{
        right:0 !important;
    }

    .slide-top-new{
        margin-top:100px !important;
        margin-left:20px;
    }
    .event-top {
        /*width: 32%;*/
        margin-top: -15px;
        margin-right: 25px !important;
        margin-left: -40px;
    }
    .slide-top-new h1{
        font-size: 20px !important;
    }
    .slide-top-new h2{
        font-size: 18px !important;
    }
    .slide-top-new-content{
        display: none;
    }
    .slide-top{
        background-position-x: 30%;
        background-position-y: 100%;
    }

    .header-banner .slick-slide img {
        display: block;
        max-width: 125px;
        margin-bottom: 15px;
    }

    .header-banner .slick-dots {
        top: 85% !important;
    }

}

.present-slide  .bg{
    padding-bottom: 100px;
}

@media (max-width: 414px){
    .present-slide  .bg {
        min-height: 329px;
    }
}

@media (max-width: 560px){
    .present-slide .bg {
        background: url(../images/banner-1.jpg) no-repeat 30% 100%;
        background-size: cover;
        background-position-x: 30%;
        background-position-y: 100%;
    }
}
@media (max-width: 560px){
    .present-slide  .bg {
        min-height: 376px;
    }
}

.banner-link{
    margin-top: 18px;
    margin-right: 211px;   
    padding: 12px 53px;
    margin-top: 20px;
    color: #fff;
    font-size: 21px;
    border: 3px solid #fff;
    float: right;
    font-family: 'Montserrat-Medium';
    margin-top: 50px;
    display: inline-block;
    margin-right: 101px;
    clear: both;
}

.banner-link:hover{
    color:#000;
}

.slide-top-new p{
    font-family: 'Montserrat-Regular';
    color: #fff;
    font-size: 24px;
    text-align: left;
    margin-top: 0px;
    margin-left: 0px;
}

.footer-last a{
    color:#fff;
}

.countdown{
    position: relative;
    margin-top: 30px;
}
.countdown .number {
    position: absolute;
    color: #00a79e;
    font-size: 70px;
    font-weight: bold;
    width: 100%;
    text-align: center;
}

.Victorian p {
    margin: 15px 0;
}

.event-thumb{
    min-height: 195px;
}

.normal-link{
    float:none;
    border:none;
    font-size: 14px;
    margin-top: 0px;
    padding:0pc;
}

.present-vid .Victorian-body .same p {
    padding: 10px 0;
}

.mb-25{
    margin-bottom: 25px;
}

.mb-50{
    margin-bottom: 50px;
}

.black{
    color:#000000;
}
a.black:hover,
a.black:hover h3,
a.black:hover p{
    color:#000000;
    text-decoration: underline;
}

.navbar-hosts ul li a {
    padding: 15px 8px;
}

.breadcrumbs .fa {
    font-size: 8px;
    color: #444;
}

.slide-onemid .pr3 a{
    display: block;
    margin:25px 0;
}

.slide-onemid .pr3 p{
    margin:25px 0; 
}

/*.slide-one .for-height{
    min-height: auto;
}*/

.speaker-description p{
    font-size:12px !important;
}

.listing-tags{
    margin-top:5px;
}

.blog-details{
    color: #000;
    font-size: 18px;
}

.blog-details h2{
    margin:20px 0 10px;
}

.slide-top.blog_inner p{
    margin-left: 25px;
}

.mr-0{
    margin-right:0px !important;
}
.mb-0{
    margin-bottom:0px !important;
}
.pb-0{
    padding-bottom:0px !important;
}

.tag-link{
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    font-size: 12px !important;
    padding: 0 !important;
    border: none !important;
    margin-top: 0 !important;
    font-weight: bold !important;
    text-transform: capitalize !important;
    display: inline !important;
    width: auto !important;
    float: none !important;
}
.tag-link:hover{
    color:#000 !important;
    text-decoration: underline;
}

.listing-tags{
    margin: 0;
    padding: 0;
    list-style: none;
}
.listing-tags li {
    float: left;
    width: auto;
    margin-right: 5px;
}
ul.listing-tags a {
    width: auto !important;
    font-size: 12px !important;
}

.listing-tags li a{
    font-size: 12px !important;
    padding: 0 !important;
    border: none !important;
    margin-top: 0 !important;
    font-weight: bold !important;
    text-transform: capitalize !important;
}
.listing-tags li a:hover{
    color:#000 !important;
    text-decoration: underline;
}

.link-no-style {
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    width: auto !important;
    float: none !important;
    text-align: left !important;
}

.link-no-style:hover{
    color:#000 !important;
    text-decoration: none !important;
}

.hover-underline:hover{
    text-decoration: underline;
}

.clear-fix {
    display: inline-block;
    width: 100%;
}

.btn-speaker{
    color: #fff;
    border: 2px solid #fff;
}
.btn-speaker{
    color: #000;
    font-size: 18px;
    font-family: 'Montserrat-Medium';
    border: 2px solid #000;
    display: block;
    height: 42px;
    text-align: center;
    width: 100%;
    padding-top: 6px;
}
.btn-speaker{
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.fotter-main a:hover{
        border-bottom: 1px solid #fff !important;
}

.post-image-wrap {
    max-height: 175px;
    overflow: hidden;
}

.post-image-wrap-large {
    max-height: 350px;
    overflow: hidden;
}

.acs-indstr .slide-one img {
    width: 100%;
    min-height: 175px;
}

.article-white-box{
    position: relative;
    margin:0px;
}
.article-white-box-large {
    min-height: 225px;
    margin:0px;
}

.article-white-box .middleBox {
    min-height: 389px;
}

.no-border-bottom{
    border-bottom: none !important;
}

.mw-200{
    max-width: 200px;
}

.speaker-thumbnail{
    width: 100%;
}
.host-thumbnail{
    max-width: 250px;
}

.banner-small{
    min-height: 350px;
}

.slide-top-new-small{
    margin-top:150px !important;
}

.banner-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
}

.blog-banner{
    margin-top: 325px;
    margin-bottom: 100px;
}

.blog-tag{
    font-family: 'Montserrat-Regular';
    font-size: 16px;
    color: #333333;
    display: inline-block;
    width: fit-content;
    padding: 15px 20px;
    background-color: #fff;
    border: 1px solid #b5b5b5;
    border-radius: 8px;
    margin: 10px;
}
.blog-tag:hover {
    background-color: #e8e8e8;
}

.event-color {
    width: 100%;
    float: left;
    height: 9px;
}

.mh-310{
    min-height:310px;
}

.Guest .guest-prsn .guest-link a:hover{
    color:#000;
}

.membership{
    top:75%;
}

.speaker-slide-onemid {
    padding-bottom: 25px;
    min-height: 375px;
}

.acs-indstr .slide-onemid .pr4.acsbtn a{
    width: 150px;
}

.fotter-sbmt button:hover{
    color:#2cb673;
};

.becm-membr{
    right:-100%;
    display:block;
}

.slide-height{
    /*height:625px;*/
}

#hosts{
    width: 100%;
}

.slide-one{
    position: relative;
}

.speak .slide-clr .pr4{
    bottom: 0px;
    width: 200px;
}

.slick9 .slick-prev:hover, 
.slick9 .slick-next:hover, 
.slickset .slick-prev:hover, 
.slickset .slick-next:hover{
    background: #e6e6e6;
}

.mt-0{
    margin-top:0px !important;
}

.pt-5{
    padding-top:10px !important;
}

.font-12{
    font-size: 12px !important;
}

.font-16{
    font-size: 16px !important;
}

.bold{
    font-weight: bold !important;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #000000;
    border-color: #000;
}

.speaker-slide-btn{
    position: inherit !important;
    margin-top: 20px;
}

@media (max-width: 560px){
    .slide-one .for-height {
        min-height: auto;
    }
    .mh-310 {
        min-height: auto;
    }
    .event-multipic .slide-one .for-height{
        min-height: auto;
    }
    .article-white-box .middleBox{
        min-height: auto;
    }
    .pagination{
        width: auto;
    }
}

@media (max-width: 414px){
    .event-sec.event-sec1 .white {
        width: 208px;
        margin-top: 20px;
        width: 100%;
    }
    .present-text p span {
        font-size: 12px;
    }
}

@media (max-width: 767px){
    .comments_lft {
        display: block;
    }
}

@media (max-width: 414px){
    .navbar-hosts ul li {
        margin-right: 6.04px;
        margin-bottom: 40px;
    }
    .speak .slide-clr .pr4{
        width: 100%;
    }
    .banner-link {
        margin: 0;
        font-size: 14px;
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }
    .slide-top-new h3{
        font-size: 18px;
    }
    .slide-top-new h4,
    .slide-top-new a{
        font-size: 16px !important;
    }
    .slide-top-new-presenting{
        margin-top: 20px;
    }
    .facts2{
        display:block !important;
    }

    .slide-top-new .btn-0{
        padding: 5px !important;
        margin-bottom: 5px;
    }

}
@media (max-width: 767px){
    .slide-one {
        margin-top: 25px;
        height: 300px;
    }
}

@media (max-width: 767px){
    .present-vid .slick5 .slick-prev {
        left: -15px;
    }
    .present-vid .slick5 .slick-next {
        right: -15px;
    }

    .sponsor-list-box{
        height:auto !important;
    }
    .sponsor-list-box .slide-onemid{
        min-height: auto !important;
        margin-top: 0px !important;
    }
}

.navbar-hosts ul li:nth-child(6) a{
    border-bottom: 10px solid #ef5a59;
}
.navbar-hosts ul li:hover:nth-child(6) a, .navbar-hosts ul li:nth-child(6) a.active, .navbar-hosts ul li:focus:nth-child(6) a {
    border-top: 10px solid #ef5a59 !important;
    color: #ef5a59 !important;
    border-bottom: none;
}

.navbar-hosts ul li:nth-child(8) a{
   border-bottom: 10px solid #457ec0; 
}
.navbar-hosts ul li:hover:nth-child(8) a, .navbar-hosts ul li:nth-child(8) a.active, .navbar-hosts ul li:focus:nth-child(8) a {
    border-top: 10px solid #457ec0 !important;
    color: #457ec0 !important;
    border-bottom: none;
}

