html,
body {
    height: 100%;
}
body{
    background-color: #FFFFF0;
    color: black;
    font-size: 17px;
    /*font-family: 'Libre Baskerville', serif;*/
    font-family: 'Roboto', sans-serif;
    display: flex;
    flex-direction: column;
}
main {
    flex: 1 0 auto;
}

.form-control:focus {
    box-shadow: none;
}
.btn.focus, .btn:focus {
    box-shadow: none;
}
.text-grey{
    color: #808080;
}

/*Start menu*/
.logo{
    zoom: 0.6;
}
.logo-text{
    font-size: 18px;
    line-height: 1.4;
    display: inline-block;
    color: white;
}
.navbar-brand{
    /*background-color: rgba(0, 0, 0, 0.27);*/
    height: 102px;
    padding: 15px 20px 0px 15px;
    margin-right: 0;
}
.nav-link-menu{
    margin-top: 28px;
}
.nav-link-menu li a{
    font-size: 16px;
    text-transform: uppercase;
    color: white;
}
.navbar-dark .navbar-nav .nav-link {
    color: white;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: white;
    text-decoration: underline;
}
.navbar {
    padding: 0;
    margin-bottom: 25px;
    background: rgba(130,127,132,1);
    background: -moz-linear-gradient(left, rgba(130,127,132,1) 0%, rgba(0,77,144,1) 100%);
    /*background: -webkit-gradient(left top, right top, color-stop(0%, rgba(130,127,132,1)), color-stop(100%, rgba(0,77,144,1)));*/
    background: -webkit-linear-gradient(left, rgba(130,127,132,1) 0%, rgba(0,77,144,1) 100%);
    background: -o-linear-gradient(left, rgba(130,127,132,1) 0%, rgba(0,77,144,1) 100%);
    background: -ms-linear-gradient(left, rgba(130,127,132,1) 0%, rgba(0,77,144,1) 100%);
    background: linear-gradient(to right, rgba(130,127,132,1) 0%, rgba(0,77,144,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#827f84', endColorstr='#004d90', GradientType=1 );
}


.form-search{
    /*background-color: rgba(150, 159, 173, 0.93);*/
    /*height: 102px;*/
    width: 47%;
}
.form-search-box{
    text-align: center;
    /*display: block;*/
}
.list-menu{
    display: block;
    width: 50%;
    height: 92px;
    /*background-color: #26269cd9;*/
}
@media (min-width: 768px) and (max-width: 965px) {
    #form-search{
        width: 113px;
    }
    .nav-link-menu li a{
        margin-right: 0;
    }
    .list-menu {
        width: auto;
    }
    .form-search {
        width: 170px;
    }
    .form-search > form > input{
        width: 65px !important;
    }
}
@media (max-width: 768px) {
    .form-search{
        width: 100%;
    }
    .list-menu {
        width: 100%;
        height: 100%;
        padding-bottom: 20px;
    }
    .navbar-nav{
        text-align: center;
    }
    .form-search-box{
        margin-top: 8px;
    }
}
@media (max-width: 576px) {
    .form-search-box > div {
        margin-bottom: -15px;
    }
    .form-search-box > button {
        margin-left: 8px;
    }
}
@media (min-width: 768px) and (max-width: 800px) {
    .nav-link-menu li a {
        font-size: 14px;
    }
}
/*End menu*/

/*Start content*/
.contact ul li{
    list-style-type: none;
    line-height: 30px;
    font-size: 16px;
}
.seminars ul li {
    list-style-type: none;
    line-height: 30px;
}
.seminars ul li a{
    color: #000080;
    font-weight: bold;
}
.seminars, .contact{
    margin-left: -15px;
}
.header-content{
    color: black;
    margin-left: 40px;
    display: inline-block;
    margin-top: 10px;
}

.btn-register-green{
    background-color: #008080;
    border: 3px solid #124984;
    float: right;
    margin-right: 50px;
    font-size: 14px;
    color: white;
    text-decoration: none;
    text-shadow: 1px 1px 4px #124984, 1px 1px 4px #124984, 1px 1px 4px #124984, 1px 1px 4px #124984;
}

.sm-img-seminar{
    float: left;
    width: 230px;
    height: 170px;
}

.card-title a{
    color: #000080;
    text-decoration: none;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}
.pagination>li>a {
    background: #fafafa;
    color: #666;
}

.header-actually{
    margin-bottom: 1.5rem;
}

@media (max-width: 768px) {
    .sm-img-seminar{
        float: none;
    }
    .bg-img-seminar{
        width: 100%;
    }
}
@media (max-width: 365px) {
    .logo-text {
        font-size: 13px;
    }
    .logo {
        zoom: 0.4;
    }
    .header-actually{
        margin-bottom: 65px;
    }
}
@media (max-width: 576px) {
   #search-file > button{
       margin-top: -17px;
       margin-left: 10px;
   }
}

#w1-filters{
    display: none;
}
.card-img-top {
    padding: 17px;
}
/*End content*/

/*Start seminar page*/
.bg-img-seminar{
    max-height: 450px;
    width: 100%;
    /*height: 290px;*/
}
.btn-register{
    background-color: rgb(138, 169, 206);
    border: 3px solid #124984;
    color: white;
    text-decoration: none;
    text-shadow: 1px 1px 4px #124984, 1px 1px 4px #124984, 1px 1px 4px #124984, 1px 1px 4px #124984;
}
.box-min-seminar{
    margin-bottom: 20px;
}
.title-seminar{
    color: #000080;
    font-weight: bold;
    margin-top: 6px;
}
.border-left-seminar {
    border-left: 4px solid #dee2e6;
}
.border-seminar {
    border-bottom: 4px solid #dee2e6;
}
.actual-title{
    color: #555655;
}

.card-reviews .card-header {
    padding: 0.35rem 1.15rem;
}
.card-reviews .card-footer {
    padding: 0.35rem 1.15rem;
}

@media (max-width: 768px) {
    .mob-box-1{
        margin-top: 25px;
        margin-left: 15px;
    }
    .mob-box-2{
        margin-left: 15px;
        margin-right: 15px;
        border: 4px solid #dee2e6 !important;
    }
    .border-seminar, .n-border {
        border-bottom: none;
    }
}
/*End seminar page*/

/*Start footer*/
.footer{
    flex: 0 0 auto;
    width: 100%;
    line-height: 60px;
    background-color: #757879;
    border-top: 2px solid #000080;
}
.footer-list {
    list-style-type: none;
    line-height: 30px;
    font-size: 16px;
}
.footer-list li a{
    color: #FFFFF0;
}
.contact-list{
    list-style-type: none;
    line-height: 30px;
    font-size: 16px;
    color: #FFFFF0;
}
/*End footer*/

/*Start contact*/
.help-block-error{
    color: #dc3545;
}
.contact-box{
    width: 40%;
    margin: 0 auto;
}
@media (max-width: 768px) {
    .contact-box{
        width: 100%;
    }
}
/*End contact*/

/*Start speaker*/
.card-speaker .card{
    min-width: 240px;
    max-width: 300px;
    margin-right: 0 !important;
}
.card-speaker .card .card-body .card-text{
    font-size: 16px;
}
/*End speaker*/