ul {
    padding-left: 0;
}
.transport {
    background-size: cover;
    color: #fff;
}
.backgroundPartners{
    box-shadow: 0px -10px 18px #0000000F;
}
.partners img :last-of-type{
    margin-right: 0;
}
.partners {
    justify-content: space-between;
    padding:20px 0;

}
.partners img {
    height: 75px;
    margin-right: 10px;
}

.servicesPageRight img{
    margin-right: 5px;
    margin-bottom: 10px;
}
.servicesPageRight {
    box-shadow: 0px 10px 18px #0000000F;
    border-radius: 6px;
    padding: 30px 30px 45px 30px;
    background: #fff;
    margin-bottom: 25px;
}
.call-on img{
    width: 38px;
    margin-right: 10px;
}
.call-on {
    background: transparent linear-gradient(261deg, #4BAFF8 0%, #4BAFF8 47%, #245189 100%) 0% 0% no-repeat padding-box;
    display: flex;
    align-items: center;
    border-radius: 6px;
    padding: 20px;
    color: #fff !important;
    flex-wrap: wrap;
}
.collaboration-details a{

}
.collaboration-details a{
    width: 100%;
    display: flex;
    align-items: center;
}
.partners a {
    width: 15%;
}

.gdpr-container{
    background:white;
    box-shadow: 0px 10px 18px #0000000F;
    border-radius: 6px;
    padding: 60px;
    margin: 60px auto;
    color: #2A2825;
    font-size: 18px;
    line-height: 27px;
}
.gdpr {
    background-color: #F2F2F2;
}
.layout-gdpr #gdpr-page-title {
    display: none;
}
.social a img{
    height: 32px;
    width: auto !important;
}

.social {
    display: flex;
    align-items: center;
}

.hidden {
    display: none;
}
.footer-bottom img{
    width: 106px;
    margin-left: 10px;
}
.footer-bottom div:first-of-type span{
    margin: 0 9px;
}
.footer-bottom .row div:first-of-type a,
.footer-bottom .row div:first-of-type{
    color: #484848 !important;
    font-size: 11px;
    font-family: Raleway;
}
.footer-bottom .row{
    align-items: center;
}
.footer-bottom .text-right a{
    color: #AEAEAE;
}
.footer-bottom {
    font-size: 12px;
    padding: 18px 0;
    color: #AEAEAE;
}
.moreF{
    color: #19AFFF;
}
.footer-contact div ,
.footer-contact a {
    width: 100%;
    margin-bottom: 10px;
    display: block;
}
.links-share ul{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.links-share {
    position: absolute;
    right: 0;
    top: 78px;
    background: #fff;
    padding: 20px 15px;
    z-index: 9;
    box-shadow: 0px 10px 18px #0000000F;
    border-radius: 6px;
    min-width: 189px;
}
.servicesPage-top{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.search {
    position: absolute;
    top: 70px;
    right: 0;
    padding: 15px 20px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 3px 15px #3474B873;
}
.search-trigger {
    cursor: pointer;
}
#search a {
    padding: 10px 10px;
}
#search img {
    width: 19px;
}
#search {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#search-input {
    background-color: transparent;
    max-width: 80%;
}
#search-input {
    color: #000000;
    font-size: 18px;
    border: none;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 0;
    border-bottom: 1px solid #000000;
    padding-left: 0;
}
#search-input::placeholder {
    opacity: 1;
    color: #000;
}

.searchResults .searchResultsMain{
    font-size: 17px;
    color: #000000;
    line-height: 26px;
}
.noResults,
.searchResults .h3-title{
    font-size: 21px;
    color: #000;
    margin-bottom: 20px;
}
.searchResultsCard{
    box-shadow: 0px 3px 15px #3474B873;
    padding: 30px 25px;
    margin-bottom: 20px;
}
.searchResults {
    padding: 50px 0;
}
.navbar {
    padding-left: 0;
    padding-right: 0;
}

.globalNetworkDescription ul li{
    margin-bottom: 25px;
    min-width: 30%;
}
.globalNetworkDescription ul img{
    width: 29px !important;
    margin-right: 15px;
    height: auto !important;
}
.globalNetworkDescription ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

.links li {
    position: relative;
}
.links li a:after {
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #19AFFF;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.language-drop img:first-of-type {
    margin-right: 5px;
}
.language-drop img:last-of-type{
    transition:0.4s;
}
.language-drop.show img:last-of-type{
    transform: rotate(180deg);
    transition:0.4s;
}
.modalContact .modal-content {
    background-position-y: bottom;
}
.btn-primary{
    padding:10px 45px;
    background-color:#EE6F2D!important;
    border-color:#EE6F2D!important;
    color:white!important;;
    font-size: 16px;
    font-family: OpenSansSemiBold!important;
    border-radius: 6px;
    transition:0.4s;
}