.main-title {
    font-size: 34px;
    text-align: center;
    color: #454545;
    margin-top: 40px !important;
}
.navbar-nav > li{
  padding-left:1px;
 
}
.traveller-divider {
    position: relative;
}

.traveller-divider {
    position: relative;
}

.inline-block {
    display: inline-block;
    padding: 5px 10px;
    background: white;
    position: relative;
    z-index: 2;
}

#partners{
  
   padding-bottom:60px;
    text-align: center;
    color: #454545;
 font-size: 20px;
}
/*   
  hr {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    margin: 0;
    z-index: 1;
  } */

hr.style-eight {
    overflow: visible;
    /* For IE */
    padding: 0;
    border: none;
    border-top: medium rgb(97, 139, 216);
    color: rgb(21, 121, 214);
    text-align: center;
}

hr.style-eight {
    padding: 0;
    border: none;
    border-top: medium double #086e72;
    color: #086e72;
    text-align: center;
}

hr.style-eight:after {
    content: url(https://www.birdlife.org/sites/all/themes/new_theme_birdlife/favicon.ico);
    display: inline-block;
    position: relative;
    top: -0.9em;
    font-size: 1.9em;
    padding: 0 0.25em;
    background: white;
}

.description {
    margin-top: 50px;
    font-size: 18px !important;
}


/* content */

#svg1 {
    width: 60px;
}

.main-title {
    text-align: center;
    font-size: 42px;
    padding: 20px 0px 10px 0px;
    color: #086e72;
}


/* two cards-------------- */

.card {
    margin: 50px;
    box-shadow: 5px 5px 20px 0px #888888;
    cursor: pointer;
}

.card-group {
    margin-bottom: 50px;
}

.card-title {
    text-align: center;
    font-size: 22px;
}

.card {
    position: relative;
    overflow: hidden;
}

.card img {
    max-width: 100%;
    transition: all 1.8s;
    display: block;
    height: auto;
    transform: scale(1);
}

.card:hover img {
    transform: scale(1.7);
}

@media only screen and (max-width: 600px) {
    .card {
        margin: 20px !important;
    }
    .card-group {
        margin-bottom: 20px;
    }
}