body{
    overflow-x: hidden;
    font-family: "calibri" !important;
    font-size: 18px;
}

.sector-title{
    font-family: franklin gothic medium;
    font-size: 60px;
    margin-bottom: 60px;
    color: #1e2615;;
}

.hr-title{
    width: 100px;
    border-radius: 10px;
    border: 3px solid #cedb29;
    margin: 0;
    transition:			all .3s ;
    -webkit-transition: all .3s ;
    -moz-transition: 	all .3s ;
    -o-transition: 		all .3s ;
    -ms-transition: 	all .3s ;
}

.hr-title-white{
    width: 100px;
    border-radius: 10px;
    border: 3px solid white;
    margin: 0;
}

img {
    max-width: 100% !important;
    border-radius: unset !important;
}

.text-green{
    color: #1e2615 ;
}

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

.header-panel-topics-of-interest{
    height: 48px;
    font-weight: bold;
    font-size: 20px;
    color: white;
    background: #1e2615;
    text-align: center;
    padding: 10px;
    border-radius: 20px 0 0 0;
}

.content-panel-topics-of-interest{
    background: #eaece8;
    padding: 20px 20px 35px 20px;
    height: calc(100% - 48px);
}

.content-panel-topics-of-interest >label{
    margin-bottom: 10px;
    font-weight: normal;
}

.box-shadow{
    box-shadow: -5px 5px 21px #00000047;
}

.p-0{
    padding: 0;
}

/*@media (min-width: 992px) {
    .col-md-1-5 { width: 20%; }
    .col-md-2-5 { width: 40%; }
    .col-md-3-5 { width: 60%; }
    .col-md-4-5 { width: 80%; }
    .col-md-5-5 { width: 100%; }
}

@media (min-width: 1200px) {
    .col-lg-1-5 { width: 20%; }
    .col-lg-2-5 { width: 40%; }
    .col-lg-3-5 { width: 60%; }
    .col-lg-4-5 { width: 80%; }
    .col-lg-5-5 { width: 100%; }
}*/

.team-panel {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}

.team-panel img {vertical-align: middle;}

.team-panel .content {
    position: absolute;
    bottom: 0;
    background: rgba(48, 73, 33, 0.8);
    color: #f1f1f1;
    width: 100%;
    padding: 5px;
    height: 45px;
}

.content h4{
    font-weight: bold;
}

.content hr{
    border-radius: 10px 0 0 10px;
    border: 2px solid #cedb29;
    margin: 0;
}

.black-color{
    color: black;
}

.grey-color{
    color: #8e928a;
}

.team-description {
    visibility: hidden;
}

/*.content:hover  {
    height: auto;
}*/

/*.content:hover .team-description {
    visibility: unset;
}*/

.evenement-title{
    text-align: center;
    background: #cedb29;
    padding: 10px;
    border-radius: 20px;
    font-weight: bold;
}

.event-time{
    font-weight: bold;
    color: #97a490;
}

.event-info{
    padding-left: 20px;
    padding-bottom: 10px;
    background: #f6f7f6;
    margin-bottom: 50px;
    height: 60px;
}

/*.organizing-line-panel{
    background: #cedb29;
    height: 140px;
    border-radius: 10px;
    width: 5px;
}*/

.textfield {
    background: white;
    color: #0c4a7c;
    border-radius: 1000px;
    border: 0;
    height: 30px;
    width: 100%;
}

.label {
    font-family: inherit;
    font-size: 16px;
    padding-top: 15px;
    display: table;
    font-weight: 400;
}

.button {
    background-color: #304921;
    color: #fff;
    border-radius: 1000px;
    border: 0;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
    padding: 5px 20px;
    cursor: pointer;
}

.button:hover {
    background-color: white !important;
    color: #0c4a7c !important;
    box-shadow: 0 2px 25px rgba(0, 0, 0, 0.7);
}

.input-file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.organizing-panel{
    padding: 30px 0 0 25px;
    font-size: 18px;
    font-weight: bold;
    color: #1e2615;
}

.slide-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 110px 0 170px;
    margin-top: 62px;
}

.bg-slide{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(48, 73, 33, 0.6);
    color: white;
    font-family: franklin gothic medium;
}

.separator-line-1::before {
    display: block;
    content: "";
    background: #cedb29;
    width: 6px;
    height: 100%;
    border-radius: 10px;
    position: absolute;
}

.separator-line::before {
    display: block;
    content: "";
    background: #cedb29;
    width: 6px;
    height: 100%;
    border-radius: 10px;
    position: absolute;
}

.register-btn{
    background-color: white;
    color: #304921;
    box-shadow: none;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    float: right;
    width: 200px;
}

.submit-btn{
    font-weight: bold;
    text-align: center;
    float: right;
    text-transform: uppercase;

}

.slide-description{
    font-size: 40px;
}

.padding-separator-line{
    padding: 0 0 0 40px;
}

.slide-title{
    font-size: 75px;
}

/*.slide-title-positiob{
    float: right;

}*/

.count-down{
    padding: 10px 120px 10px 120px
}

.sector{
    padding: 80px 120px 80px 120px;
}

.sector-1{
    padding: 80px 100px 80px 100px;
}

.sector-2{
    padding: 120px 60px 53px 100px;
}

.sector-3{
    padding: 80px 120px 170px 120px;
}

.next{
    margin-top: 180px;
}

.prev{
    margin-top: 180px;
}

/*@media (max-width: 1105px){
    .slide-text {
        margin-top: 50px;
    }
}*/

@media (max-width: 1137px) {
    .slide-description{
        font-size: 30px;
    }
    .slide-title {
        font-size: 55px;
    }
    .slide-text {
        padding: 0 100px 0 150px;
    }
}

@media (max-width: 923px) {
    .slide-description{
        font-size: 25px;
    }
    .slide-title {
        font-size: 45px;
    }
    .slide-text {
        padding: 0 80px 0 150px;
    }
}

@media (max-width: 778px) {
    .slide-description{
        font-size: 20px;
    }
    .slide-title {
        font-size: 35px;
    }
    .next{
        margin-top: 120px;
    }

    .prev{
        margin-top: 120px;
    }
    /*.slide-text {
        margin-top: 50px;
    }*/
}

@media (max-width: 676px) {
    .slide-description{
        font-size: 15px;
    }
    .slide-title {
        font-size: 25px;
    }
    .slide-text {
        margin-top: 30px;
        padding: 0 50px 0 100px;
    }
}

.slide-title-positiob div{
    color: #cedb29;
    text-align: center;
}

@media (max-width: 576px) {
    .slide-title-positiob{
        /*float: unset;*/
    }
    .slide-text {
        /*text-align: center;*/
        padding: 0 50px 0 50px;
    }
    /*.separator-line-1::before {
        visibility: hidden;
    }*/
    .count-down{
        padding: 20px;
    }
    .sector{
        padding: 50px;
    }
    .sector-1{
        padding: 50px;
    }
    .sector-2{
        padding: 50px;
    }
    .sector-3{
        padding: 50px;
    }
    /*.organizing-panel{
        padding: 0 0 0 15px;
    }*/
}

@media (max-width: 428px) {
    .padding-separator-line{
        padding: 0;
    }
    .slide-text {
        padding: 0 0 0 20px;
        margin-top: 30px;
    }
    .separator-line-1::before {
        visibility: hidden;
    }
    .next {
        margin-top: 160px;
    }
    .prev {
        margin-top: 160px;
    }
    .count-down {
        padding: 10px 0;
    }
    .sector-title{
        font-size: 50px;
    }
}

@media (max-width: 366px) {
    .slide-text {
        margin-top: 45px;
    }
}

@media (max-width: 320px) {
    .slide-description{
        font-size: 13px;
    }
}



/*@media (max-width: 1020px) {
    .slide-description{
        font-size: 30px;
    }
}*/

/*@media (max-width: 888px) {
    .slide-description{
        font-size: 25px;
    }
}*/

/*@media (max-width: 723px) {
    .slide-description{
        font-size: 20px;
    }
    .slide-title {
        font-size: 45px;
    }
}*/

/*@media (max-width: 836px) !*and (min-width: 749px)*!{
    .slide-text{
        padding: 0 120px 0 120px;
    }
}*/

/*@media (max-width: 928px) and (min-width: 749px){
    .slide-title{
        font-size: 60px;
    }
}*/

/*@media (max-width: 707px) {
    .padding-separator-line{
        padding: 0 0 0 40px;
    }
    .slide-title{
        font-size: 30px;
    }
    .slide-description{
        font-size: 15px;
    }
}*/

/*@media (max-width: 576px) {
    .slide-text{
        visibility: hidden;
    }
}*/

.organizing-width-panel-1{
    width: 140px;
    padding: 30px 0 0 25px;
    font-size: 18px;
    font-weight: bold;
    color: #1e2615;
}

.organizing-comm-panel{
    height: 170px;
}

@media (max-width: 992px) {
    .register-btn-mobile{
        float: none;
        display: flex;
        justify-content: center;
    }
    .align-center{
        float: none;
        display: flex;
        justify-content: center;
    }
    .header-panel-topics-of-interest{
        border-radius: 20px 20px 0 0 !important;
    }
    .organizing-comm-panel{
        height: unset;
    }
    .organizing-width-panel-1{
        padding: 20px;
    }
    .organizing-panel{
        padding: 20px;
    }
}

.organizing-panel-margin{
    margin: 0 0 50px 0;
}

@media (max-width: 991px) {
    .organizing-panel-margin{
        margin: 50px 0 0 0;
    }
}

.organizing-width-panel-2{
    width: calc( 100% - 140px );
}

@media (max-width: 497px) {
    .organizing-width-panel-1{
        width: 100%;
        padding: 10px 0 0 15px;
    }
    .organizing-width-panel-2{
        width: 100%;
    }
    .separator-line::before {
        display: none;
    }
    .organizing-panel{
        padding: 10px 10px 0 0;
    }
    .organizing-comm-panel{
        height: unset;
    }
}

/*@media (max-width: 1038px) and (min-width: 992px){
    .organizing-panel-mob{
        padding: 0 0 0 20px !important;
    }
}*/

.ellipsis{
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.about-bg{
    background-size: cover;
    background-image: url(../bmat-2019/img/image-2.png) !important;
}
.z-index{
    z-index: 10;
}

.sector1-bg{
    width: 700px;
    height: 700px;
    position: absolute;
    background-image: url(../bmat-2019/img/svg/img1.svg) !important;
    background-position: right top ;
    background-repeat: no-repeat;
    background-size: contain;
    top: 73px;
    right: 0;
    z-index: 5;
}

.sector2-bg{
    width: 250px;
    height: 250px;
    position: absolute;
    background-image: url(../bmat-2019/img/svg/img2.svg) !important;
    background-position: left top ;
    background-repeat: no-repeat;
    background-size: contain;
    top: -180px;
    z-index: 5;
}

.sector3-bg{
    width: 450px;
    height: 450px;
    position: absolute;
    background-image: url(../bmat-2019/img/svg/img14.svg) !important;
    background-position: right top ;
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    right: 0;
    z-index: 5;
}

.sector4-bg{
    width: 500px;
    height: 500px;
    position: absolute;
    background-image: url(../bmat-2019/img/svg/img4.svg) !important;
    background-position: left top ;
    background-repeat: no-repeat;
    background-size: contain;
    top: -313px;
    left: 0;
    z-index: 5;
}

.sector5-bg{
    width: 500px;
    height: 500px;
    position: absolute;
    background-image: url(../bmat-2019/img/svg/img5.svg) !important;
    background-position: right top ;
    background-repeat: no-repeat;
    background-size: contain;
    top: -155px;
    right: 0;
    z-index: 5;
}

.sector6-bg{
    width: 350px;
    height: 350px;
    position: absolute;
    background-image: url(../bmat-2019/img/svg/img11.svg) !important;
    background-position: left top ;
    background-repeat: no-repeat;
    background-size: contain;
    top: -190px;
    left: 0;
    z-index: 5;
}

.sector7-bg{
    width: 500px;
    height: 500px;
    position: absolute;
    background-image: url(../bmat-2019/img/svg/img6.svg) !important;
    background-position: right top ;
    background-repeat: no-repeat;
    background-size: contain;
    top: -285px;
    right: 0;
    z-index: 5;
}

.sector8-bg{
    width: 250px;
    height: 250px;
    position: absolute;
    background-image: url(../bmat-2019/img/svg/img13.svg) !important;
    background-position: left bottom ;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    left: 0;
    z-index: 5;
}

.sector9-bg{
     width: 600px;
     height: 600px;
     position: absolute;
     background-image: url(../bmat-2019/img/svg/img7.svg) !important;
     background-position: right top ;
     background-repeat: no-repeat;
     background-size: contain;
     top: -100px;
     right: 0;
     z-index: 5;
 }

.sector10-bg{
    width: 800px;
    height: 800px;
    position: absolute;
    background-image: url(../bmat-2019/img/svg/img8.svg) !important;
    background-position: left bottom ;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -200px;
    left: 0;
    z-index: 5;
}

.sector11-bg{
    width: 548px;
    height: 548px;
    position: absolute;
    background-image: url(../bmat-2019/img/svg/img15.svg) !important;
    background-position: right top ;
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    right: 0;
    z-index: 5;
}

.sector12-bg{
    width: 800px;
    height: 800px;
    position: absolute;
    background-image: url(../bmat-2019/img/svg/img12.svg) !important;
    background-position: left bottom ;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    left: 0;
    z-index: 5;
}

@media (max-width: 992px) {
    .sector1-bg{
        width: 500px;
        height: 500px;
    }
    .sector10-bg{
        width: 600px;
        height: 600px;
        bottom: -150px;
    }
    .sector11-bg{
        display: none;
    }
    .sector5-bg{
        display: none;
    }
    .about-bg{
        display: none;
    }
}

@media (max-width: 768px) {
    .sector12-bg {
        width: 600px;
        height: 600px;
    }
    .event-info{
        height: unset;
    }
}
@media (max-width: 576px) {
    .sector1-bg {
        display: none;
    }
    .sector2-bg {
        display: none;
    }
    .sector3-bg {
        display: none;
    }
    .sector4-bg {
        display: none;
    }
    .sector5-bg {
        display: none;
    }
    .sector6-bg {
        display: none;
    }
    .sector7-bg {
        display: none;
    }
    .sector8-bg {
        display: none;
    }
    .sector9-bg {
        display: none;
    }
    .sector10-bg {
        display: none;
    }
    .sector12-bg {
        display: none;
    }
}

.sponsors-img {
    width: 70%;
    transition:			all .2s ;
    -webkit-transition: all .2s ;
    -moz-transition: 	all .2s ;
    -o-transition: 		all .2s ;
    -ms-transition: 	all .2s ;
}
.sponsors-img:hover {
    /*box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);*/
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2);
    transition:			all .2s ;
    -webkit-transition: all .2s ;
    -moz-transition: 	all .2s ;
    -o-transition: 		all .2s ;
    -ms-transition: 	all .2s ;
}

.sponsors-img-panel{
    padding: 0px 100px;
}

@media (max-width: 992px) {
    .sponsors-img-panel{
        padding: 0 !important;
    }
}


.pointer{
    cursor: pointer;
}


@media (min-width: 576px) {
    .team-panel:hover > .content {
        height: auto ;
        max-height: 150px;
        overflow: auto;
    }

    .team-panel:hover > .content .team-description {
        visibility: unset;
    }
}

@media (max-width: 576px) {
    .team-panel .content {
        height: auto !important;
        /*max-height: 150px;*/
    }

    .content .team-description {
        visibility: unset;
    }
}



@media (max-width: 497px) {
    .sector {
        padding: 50px 15px;
    }
    .sector-1 {
        padding: 50px 15px;
    }
    /*.sector-2 {
        padding: 50px 15px;
    }*/
    .sector-3 {
        padding: 50px 15px;
    }
    .content {
        height: auto !important;
    }
    .content .team-description {
        visibility: unset !important;
    }
}


@media (min-width: 992px) {
    .height-slide{
        height: calc( 100vh - 82px ) !important;
        min-height: 500px;
        max-height: 700px;
    }
}

@media (max-width: 992px) and (min-width: 567px) {
    /*.height-slide{
        height: calc( 100vh - 138px ) !important;
        min-height: 500px;
        max-height: 700px;
    }*/
}

.hr-prog-deactivates{
    width: 30px;
    border-radius: 10px;
    border: 3px solid #cedb29;
    margin: 0;
    transition:			all .3s ;
    -webkit-transition: all .3s ;
    -moz-transition: 	all .3s ;
    -o-transition: 		all .3s ;
    -ms-transition: 	all .3s ;
}

.img1-bg {
    background-size: cover;
    background-image: url(../bmat-2019/img/speakers/img1.jpg) !important;
}

.img2-bg {
    background-size: cover;
    background-image: url(../bmat-2019/img/speakers/img2.jpg) !important;
}

.img3-bg {
    background-size: cover;
    background-image: url(../bmat-2019/img/speakers/img3.jpg) !important;
}


.scrol::-webkit-scrollbar {
    background: white;
    width: 5px;
}

.scrol::-webkit-scrollbar-track {
    border-radius: 10px;
}

.scrol::-webkit-scrollbar-thumb {
    background: #cedb29;
    border-radius: 10px;
}

.downloaded-panel{
    text-align: center;
    background: #f6f7f6;
    border-radius: 15px;
    padding: 25px;
    height: 100%;
    box-shadow: 5px 5px 5px #00000047;
}

.downloaded-panel img{
    width: 50px;
}

@media (min-width: 992px) {
    .margin-1{
        margin-right: 30px;
    }
    .margin-2{
        margin:0 15px;
    }
    .margin-3{
        margin-left: 30px;
    }
}

@media (min-width: 1200px) {
    .downloaded-panel div{
        padding: 0 40px;
    }
}

@media (min-width: 991px) {
    .hide-mobile {
        display: none !important;
    }
}

@media (max-width: 992px) {
    .hide-desktop {
        display: none !important;
    }
}

.download-btn{
    position: absolute;
    bottom: 15px;
    left: 137px;
    z-index: 20;
}

@media (max-width: 991px) {
    .download-btn{
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (max-width: 480px) {
    .download-btn{
        bottom: 5px;
    }
}

/*.download-btn a{
    background: #cedb29;
    font-size: 16px !important;
}*/

@media (max-width: 366px) {
    .download-btn { display: none; }
}

@media (max-width: 900px) and (min-width: 768px){
    .navbar-default .navbar-nav>li>a {
        padding: 12px !important;
    }
}

@media (min-width: 901px){
    .navbar-default .navbar-nav>li>a {
        padding: 12px 20px!important;
    }
}

@media (min-width: 1088px){
    .margin-nav{
        margin:0 100px;
    }
}

@media (min-width: 1200px){
.col-lg-offset-1_5 {
    margin-left: 12.5%;
}
}

@media (min-width: 577px) and (max-width: 767px){
.col-sp-offset-3 {
    margin-left: 25%;
}
}