/**** Index Page *******/
.main {
    background: #E5E5E5;
}
.main-raised {
    margin: -60px 30px 30px;
}
#logo-img {
    max-height: 40px;
}

.navbar {
    margin-bottom: 0;
}

.navbar-brand #logomobilis {
    height: 50px;
    margin-left: 20px;
}

.navbar-brand #logoicosnet {
    height: 50px;
}

.navbar-brand #logounides {
    height: 50px;
}

#nav a img {
    height: 20px !important;
}

.navbar-brand img {
    height: 40px;
    margin: 0 10px;
}

.navbar-translate {
    height: 80px;
}
@media (max-width: 992px) {
    .navbar-translate img{
        height:55px!important;
    }
    .navbar-translate .logo img{
        height:70px!important;
    }
    .navbar-translate {
        height: 70px;
    }
}


@media (min-width: 1000px) {
    .navbar-translate {
        height: 90px;
    }

    #slide1 h1 {
        max-width: 550px;
        margin-right: auto;
        margin-left: auto;
    }
}

/***** background caroousel sliders  ****/

#slide1 {
    background-image: linear-gradient(rgba(13, 2, 14, 0.6), rgba(37, 6, 43, 0.2)), url(../img/dbd-slide.jpg);
    background-position: top;
    background-size: cover;
}

#slide2 {
    background-image: linear-gradient(rgba(13, 2, 14, 08), rgba(37, 6, 43, 0.4)), url(../img/pic2.jpg);
}

#slide3 {
    background-image: linear-gradient(rgba(13, 2, 14, 0.9), rgba(37, 6, 43, 0.6)), url(../img/pic3.jpg);
}

.section-image2 {
    background-image: linear-gradient(rgba(255, 255, 255, 1), rgba(243, 243, 243, 0.6));
}

.section-image2 h2 {
    font-family: "Roboto Slab", "Times New Roman", serif;
    color: #ee5d32;
}

.page-header {
    min-height: calc(100vh - 100px);
    height: auto;
}

.page-header .container {
    margin-bottom: 60px;
}



#bg-register,
#bg-register-participant {
    background-image: linear-gradient(rgb(241, 241, 241), rgb(241, 241, 241));
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 75vh;
}

#bg-register center h3:first-child,
#bg-register-participant center h3:first-child {
    font-size: 2rem;
    font-weight: 700;
    font-family: "Roboto Slab", "Times New Roman", serif;
}

#Program-header {
    background-image: linear-gradient(rgba(13, 2, 14, 0.9), rgba(37, 6, 43, 0.82)), url(../img/pic2.jpg);
}



/********  Register Page   ********/

/***** adjusting the responsivness of the header *******/

@media (max-width: 991px) {
    .carousel .card .card-body {
        max-width: 340px;
        margin: 0 auto;
        min-height: 200px;
    }

}

@media (max-width: 770px) {
    #sponsor .card .card-header {
        display: none;
    }

    #sponsorcard {
        display: none;
    }

    .carousel-inner .col-md-6 {
        margin-top: 120px;
    }

    h1 {
        font-size: 36px;
    }

    h4 {
        font-size: 14px;
    }

    .col-md-6 {
        /*        text-align: center;*/
    }

    #sponsor .card .card-body {
        margin-left: auto;
        margin-right: auto;
    }

    @media (max-width: 320px) {
        h1 {
            font-size: 36px;
        }

        h4 {
            font-size: 12px;
        }
    }

    @media (max-width: 320px) {
        h1 {
            font-size: 36px;
        }

        h4 {
            font-size: 12px;
        }


    }

    .title {
        text-align: center;
        margin: auto auto;
    }
}

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

/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
    height: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 120px;
    position: relative;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide img {
    display: block;
    max-height: 80px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.customer-logos {
    background-color: #fff;
}

.customer-logos img {
    height: auto;
    max-width: 100px;

}

.logos-adjust img {
    max-width: 300px;
}

.section-companies {
    padding: 20px;
}

.section-companies h2 {
    margin-top: 0;
    padding-bottom: 50px;
}


/* equal card height */

.row-equal > div[class*='col-'] {
    display: flex;
    flex: 1 0 auto;
}

.row-equal .card {
    width: 100%;
}

/* ensure equal card height inside carousel */

.carousel-inner > .row-equal.active,
.carousel-inner > .row-equal.next,
.carousel-inner > .row-equal.prev {
    display: flex;
}

/* prevent flicker during transition */

.carousel-inner > .row-equal.active.left,
.carousel-inner > .row-equal.active.right {
    opacity: 0.5;
    display: flex;
}


/* control image height */

.card-img-top-250 {
    max-height: 250px;
    overflow: hidden;
}

.carousel .card {
    margin-top: 50px;
}

.section-image {
    padding-bottom: 60px;
}

#collapse {
    margin-bottom: 80px;
}

#accordion {
    margin-bottom: 80px;
    margin-top: 80px;
}

#accordion .card-body {
    background-color: #f2f2f2;
}

#cardcontact {
    max-width: 60%;
    max-height: 400px;
}

footer {
    margin-top: 0;
    background-color: #2d2d2d;
    color: #ccc;
}

/****** About page ***********/

.about-description {
    padding: 70px 0px 0px 0px;
}

.about {
    padding-bottom: 60px;
}

#about-header {
    background-image: linear-gradient(rgb(48, 3, 53), rgba(42, 4, 49, 0.35)), url(../img/pic3.jpg);
}

#register-header {
    background-image: linear-gradient(rgb(48, 3, 53), rgba(42, 4, 49, 0.35)), url(../img/pic1.jpg);

}

.card-testimonial .card-description {
    max-width: 400px;
}


@media (max-width: 1200px) {

    #slide1 h1,
    #slide2 h1 {
        font-size: 42px;
    }

    #slide1 h4,
    #slide2 h4 {
        font-size: 16px;
    }

}


#card-text {
    overflow-y: hidden !important;
    max-height: 300px !important;
}

#card-text:hover {
    overflow-y: auto !important;
}

.card-profile {
    min-height: 490px !important;
}

.card-profile .card-avatar,
.card-testimonial .card-avatar {
    margin: 20px auto 0;
}

@media (max-width: 758px) {

    #contactUs2Map .description {
        text-align: center;
    }

    #contactUs2Map .info-horizontal {
        text-align: center;
    }

    .navbar-brand #logomobilis {
        height: 50px;
    }

    .navbar-brand #logoicosnet {
        height: 50px;
    }

    .navbar-brand #logounides {
        height: 50px;
    }

    #nav a img {
        height: 20px !important;
    }

    .navbar-brand img {
        height: 38px;
        margin: 0 3px;
    }
}

@media (max-width: 400px) {
    img#logomobilis {
        height: 30px;
        margin-left: 0;
    }
}

#organiser img {

    height: 60px;
}

.modal-footer {
    display: block;
}

#contact {
    position: relative;
    padding: 0;
    background: transparent;
}

#contact #map {
    height: 100%;
    width: 100%;
    position: absolute;
}

#contact .container {
    padding: 80px 0 80px 0;
}

/*****  Timeline   *****/

/* The actual timeline (the vertical ruler) */

.timeline {
    position: relative;
    max-width: 1170px;
    margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */

.timeline::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: #e5e5e5;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
}

/* cont around content */

.cont {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
}

/* The circles on the timeline */

.cont::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    right: -13px;
    background-color: #efeef1;
    border: 4px solid #5818d6;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

/* Place the cont to the left */

.left {
    left: 0;
}

/* Place the cont to the right */

.right {
    left: 50%;
}

/* Add arrows to the left cont (pointing right) */

.left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid white;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent white;
}

/* Add arrows to the right cont (pointing left) */

.right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
}

/* Fix the circle for conts on the right side */

.right::after {
    left: -12px;
}

/* The actual content */

.content {
    padding: 20px 30px;
    background-color: white;
    position: relative;
    border-radius: 6px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .2);
}

/* Media queries - Responsive timeline on screens less than 600px wide */

@media all and (max-width: 800px) {

    /* Place the timelime to the left */
    .timeline::after {
        left: 2px;
        width: 4px;
    }

    /* Full-width conts */
    .cont {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }

    /* Make sure that all arrows are pointing leftwards */
    .cont::before {
        left: 60px;
        border: medium solid white;
        border-width: 10px 10px 10px 0;
        border-color: transparent white transparent transparent;
    }

    /* Make sure all circles are at the same spot */
    .left::after,
    .right::after {
        left: -10px;
    }

    /* Make all right conts behave like the left ones */
    .right {
        left: 0%;
    }

    .content {
        padding: 4px 4px;
    }

    .cont {
        padding: 4px 8px;
    }
}

.content h3 {
    color: #5818d6;
}

.content p {
    color: #5c5271;
}

.cont p {
    max-height: 300px;
    overflow-y: auto;
}

.content ul li {
    list-style: none;
}

.content ul {
    padding-left: 0;
}

@media (min-width: 758px) {
    .slick-slide img {
        min-width: 160px;
    }
}

select.form-control:not([size]):not([multiple]) {
    height: 36px;
}


.btn-group > .btn:first-child {
    height: 36px;
}

.btn-group,
.btn-group-vertical {
    margin: 0px 1px;
}

img.logo {
    height: auto;
}


/* Color Styles */

.btn.btn-info {
    box-shadow: 0 2px 2px 0 rgba(239, 87, 22, 0.23), 0 3px 1px -2px rgba(239, 87, 22, 0.12), 0 1px 5px 0 rgba(239, 87, 22, 0.09);
}

.btn.btn-info,
.btn.btn-info:focus,
.btn.btn-info.focus,
.btn.btn-info:hover,
.btn.btn-info:active {
    background-color: #ee5828;
}

.btn.btn-info:focus,
.btn.btn-info.focus,
.btn.btn-info:hover,
.btn.btn-info:active {
    box-shadow: 0 14px 26px -12px rgba(239, 87, 22, 0.43), 0 4px 23px 0px rgba(239, 87, 22, 0.12), 0 8px 10px -5px rgba(239, 87, 22, 0.35);
}

.btn.btn-info:active:hover,
.btn.btn-info:active:focus,
.btn.btn-info:active.focus,
.btn.btn-info.active:hover,
.btn.btn-info.active:focus,
.btn.btn-info.active.focus,
.open > .btn.btn-info.dropdown-toggle:hover,
.open > .btn.btn-info.dropdown-toggle:focus,
.open > .btn.btn-info.dropdown-toggle.focus,
.show > .btn.btn-info.dropdown-toggle:hover,
.show > .btn.btn-info.dropdown-toggle:focus,
.show > .btn.btn-info.dropdown-toggle.focus {
    background-color: #ee5828;
}

/**/

.card .card-header-primary,
.card.bg-primary,
.card.card-rotate.bg-primary .front,
.card.card-rotate.bg-primary .back {
    background: linear-gradient(60deg, #f38433, #ed5533);
    box-shadow: 0 14px 26px -12px rgba(239, 87, 22, 0.43), 0 4px 23px 0px rgba(239, 87, 22, 0.12), 0 8px 10px -5px rgba(239, 87, 22, 0.35);
}

a,
a:hover,
a:focus {
    color: #ed5833;
}

.btn.btn-primary,
.btn.btn-primary:focus,
.btn.btn-primary:active,
.btn.btn-primary:hover.exposants,
.btn.btn-primary:hover.invite {
    color: #fff;
    background-color: #ee5828;
    border-color: #f47f24;
    box-shadow: 0 14px 26px -12px rgba(239, 87, 22, 0.43), 0 4px 23px 0px rgba(239, 87, 22, 0.12), 0 8px 10px -5px rgba(239, 87, 22, 0.35);

}

.btn.btn-primary:active:hover,
.btn.btn-primary:active:focus,
.btn.btn-primary:active:focus,
.btn.btn-primary.active:hover,
.btn.btn-primary.active:focus,
.btn.btn-primary.active:focus,
.open > .btn.btn-primary.dropdown-toggle:hover,
.open > .btn.btn-primary.dropdown-toggle:focus,
.open > .btn.btn-primary.dropdown-toggle.focus,
.show > .btn.btn-primary.dropdown-toggle:hover,
.show > .btn.btn-primary.dropdown-toggle:focus,
.show > .btn.btn-primary.dropdown-toggle.focus {
    color: #fff;
    background-color: #ee5828;
    border-color: #f47f24;
}

.btn.btn-primary:focus,
.btn.btn-primary.focus,
.btn.btn-primary:hover {
    color: #fff;
    background-color: #ee5828;
    border-color: #f47f24;
    box-shadow: 0 14px 26px -12px rgba(239, 87, 22, 0.43), 0 4px 23px 0px rgba(239, 87, 22, 0.12), 0 8px 10px -5px rgba(239, 87, 22, 0.35);
}

.btn.btn-primary.btn-link {
    color: #ee5828;
}


.exposants,
.exposants:hover. .exposants:active,
.invite,
.invite:hover. .invite:active {
    box-shadow: none;
}

.carousel .carousel-indicators .active {
    background-color: #ee5828;
    border: #ee5828;
}


/* Adjusting Modal*/

.modal .modal-dialog.modal-login .modal-body {
    padding: 4px;
}

.modal .modal-dialog.modal-login {
    max-width: 360px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

.modal-backdrop.show {
    opacity: 0.8;
}

.modal-backdrop {
    background-color: rgba(0, 0, 0, 0.82);
}

/* Form controls */

.form-control,
.is-focused .form-control {
    background-image: linear-gradient(to top, #ef5c28 2px, rgba(156, 39, 176, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
}

.is-focused [class^='bmd-label'],
.is-focused [class*=' bmd-label'],
.is-focused [class^='bmd-label'],
.is-focused [class*=' bmd-label'] {
    color: #ee5828;
}

.form-group input {
    margin-right: 6px;
}

/* Dropdown Menu */

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus,
.dropdown-menu a:hover,
.dropdown-menu a:focus,
.dropdown-menu a:active {
    background-color: #ee5828;
    box-shadow: 0 14px 26px -12px rgba(239, 87, 22, 0.43), 0 4px 23px 0px rgba(239, 87, 22, 0.12), 0 8px 10px -5px rgba(239, 87, 22, 0.35);
}

.bootstrap-select .select-with-transition,
.bootstrap-select .btn:active,
.bootstrap-select .btn.active {
    background-image: linear-gradient(to top, #ef5c28 2px, rgba(156, 39, 176, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
}

.swiper-container {
    width: 90%;
    height: 100%;
    overflow: visible;
}

.swiper-pagination {
    position: relative;
}

.swiper-pagination-bullet {
    width: 16px;
    height: 16px;
}

.swiper-pagination-bullet-active {
    background: #ef5716;
}

#templatemo-speakers .container-fluid {
    overflow: hidden;
}

#templatemo-speakers .card {
    transition: box-shadow .3s ease-out;
    cursor: pointer;
}

#templatemo-speakers .card:hover {
    box-shadow: 0 13px 30px 0 rgba(0, 0, 0, 0.19);
}

.page-link a{
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: 0;
    line-height: 1.25;
    color: #2196f3;
    background-color: transparent;
    border: 0 solid #dee2e6;
}
b, strong {
    font-weight: bold;
}
.navbar .navbar-nav .nav-item .nav-link {
    text-transform: initial;
}

#heading2 .dropdown-menu.open{
top:0!important;
}

footer nav a{
    padding: 3px 10px!important;
}
footer .copyright{
    padding: 0!important;
    text-align:right!important;
}
.page-header.header-small {
    height: 50vh;
    min-height: 50vh;
}
@media (max-width: 770px) {
.menuhaut {
overflow-y: scroll;
background:#fff;
}
#pageNav .headerhaut {
width:100%;
}
footer .copyright{
    text-align:center!important;
}
footer nav a{
    padding: 3px 5px!important;
    font-size: 10px!important;
}
.main-raised {
    margin: -60px 5px 20px;
}
.btn{
    padding: 5px 10px!important;
}
}
