.text-blue{
    color:#0b3c6e !important;
}
.section{
    padding: 60px 0;
}
.btn-green{
    color: #fff;
    background-color: #008252;
    border-color: #008252;
    border-radius: 50px;
    border-width: 2px;
}
.btn-green:hover{
    color: #008252;
    border-color: #008252;
    background-color: #fff;
}
.content p{
    font-size: 15px;
    font-weight: 400;
    color: #000000;
    line-height: 200%;
    margin-bottom: 15px;
}
.swiper{
    overflow: hidden;
}

ul.list		{ margin:0px; padding:0px;}
ul.list	li	{ margin:0px; padding:6px 0px 5px 26px; display:block; list-style:none; background:url(../img/bullet2.png) no-repeat left 6px; line-height:20px; text-align:justify;}
ul.list	li a{ color:#424242;}
ul.list	li b{ font-family:"roboto bold";}
ul.list	li a:hover{ text-decoration:underline; color:#E67717;}
ul.list	li ul{ margin:5px 0px 0px 10px; padding:0px;}
ul.list	li ul li{ padding:3px 0px 3px 20px; background:url(../img/arrow2.png) no-repeat left 6px;}
.home_exhibitors_profile .primary-list li i,
.home_exhibitors_profile .primary-list li,
.home_exhibitors_profile .section-heading h4{
    color: #ffffff;
}
.home_exhibitors_profile .section-heading-line-left{
    background: #ffffff;
}
.committee_box{
    margin-bottom: 30px;
}
.committee_box .committee_designation{
    color: #111111;
    text-transform: uppercase;
    font-size: 18px;
}
.float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 2px 2px 3px #999;
    z-index:100;
}

.my-float{
    margin-top:16px;
}
footer p, footer a{
    color: #ffffff !important;
}
footer h3{
    color: #00c1ed;
    font-size: 18px;
}
.footer-list{
    margin-top: 0;
}
.footer-social-icons ul li{
    /*background: #0B3C6E;*/
    background: transparent;
    border: 1px solid #ffffff;
}
.footer-bar{
    border-top: 1px solid #ffffff;
}
#top-bar{
    padding: 0 40px;
    background: #0B3C6E;
}
#top-bar .social-icons{
    margin-right: 0px;
}
.header-btn-main{
    clear: both;
    position: relative;
    top: -20px;
}
.nav-menu > li > a{
    height: 75px;
}
.header-btn-main a{
    float:right;
    padding:5px 24px !important;
}
.header-btn-main .bg-green{
    background: #008252 !important;
    color: #ffffff !important;
}
.nav-menu > li:hover > a,
.nav-dropdown>li:hover>a, .nav-dropdown>li.focus>a{
    background: #0B3C6E;
    color: #fff;
}
.footer-list li{
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    white-space: nowrap;
}
.footer-list li a.no-icon:before{
    display: none;
}
/* Cookies CSS */

.cookie_wrapper {
    position: fixed;
    /*bottom: 50px;*/
    /*bottom: 10px;*/
    bottom: 0px;
    /*right: -370px;*/
    /*right: -395px;*/
    right: 0px;
    /*max-width: 345px;*/
    width: 100%;
    background: #fff;
    /*border-radius: 8px;*/
    padding: 15px 25px 15px;
    transition: right 0.3s ease;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    display: none;
    border-top: 2px solid #008252;
}
.cookie_wrapper.show {
    /*right: 20px;*/
    /*display: block;*/

    display: flex;
    align-items: center;
    justify-content: center;
}
.cookie_wrapper .cookie-title {
    display: flex;
    align-items: center;
    column-gap: 15px;

}
.cookie-title i {
    /*color: #4070f4;*/
    color: #0B3C6E;
    font-size: 32px;
}
.cookie-title h2 {
    /*color: #4070f4;*/
    color: #0B3C6E;
    font-weight: 500;
    font-size: 1.8rem;
}
.cookie_wrapper .cookie-data {
    margin-top: 16px;
    /*float: left;*/
    margin-right: 15px;
}
.cookie_wrapper .cookie-data p {
    color: #333;
    font-size: 16px;
}
.cookie-data p a {
    /*color: #4070f4;*/
    color: #0B3C6E;
    text-decoration: none;
}
.cookie-data p a:hover {
    text-decoration: underline;
}
.cookie_wrapper .buttons {
    /*margin-top: 16px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;*/
}
.cookie_wrapper .buttons .button {
    /*border: none;*/
    color: #fff;
    padding: 5px 0;
    /*border-radius: 4px;*/
    background: #0B3C6E;
    cursor: pointer;
    /*width: calc(100% / 2 - 10px);*/
    width: 150px;
    transition: all 0.2s ease;
    border: 2px solid #0B3C6E;
    margin-bottom: 5px;
}
.cookie_wrapper .buttons #acceptBtn:hover {
    background-color: #008252;
    border-color: #008252;
}

#declineBtn {
    border: 2px solid #0B3C6E;
    background-color: #fff;
    color: #0B3C6E;
}
#declineBtn:hover {
    background-color: #0B3C6E;
    color: #fff;
}
/* End Cookies CSS */
#baguetteBox-overlay{
    overflow: auto !important;
}
#baguetteBox-overlay .full-image{
    height: auto !important;
}
#baguetteBox-overlay .full-image img{
    vertical-align: top;
    width: 90%;
}