body {
    margin: 0%;
    padding: 0%;
}
.header-navbar {
    background-color: #333;
    position: relative;
    z-index: 1;
}
.header-navbar a {
    padding: 20px;
    text-decoration: none;
    font-size: .8rem;
    color: #e6e6e6;
    transition: all 0.4s ;
}
.header-navbar a:hover {
    background-color: white;
    color: #333;
}
.active {
    background-color: white;
}
span svg {
    color: #333;
}
.nav-link-a {
    font-size: 20px;
    text-decoration: none;
    margin-right: 25px;
    color: #333;
}
.active {
    margin-left: 15px;
}
.nav-link-a:hover {
    color: #e60000;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.icons a {
    font-size: 25px;
    margin-right: 25px;
}
.nav-mobile {
    display: none;
}
.navbar-toggler-1 {
    outline: 0%;
    border: none;
    background-color: white;
    font-size: 25px;
    color: #333;
}
.btn-close {
    outline: 0%;
    border: none;
    background-color: white;
    font-size: 15px;
    color: #333;
}
.btn-close:focus {
    box-shadow: none;
}
.carousel-item h1 {
    font-family: vodafone-regular-en,sans-serif;
    font-size: 3.00rem;
    font-weight: 400;
    line-height: 1.2;
    color: #333;
}
.carousel-item p {
    font-size: 1.33rem;
    margin-bottom: 1.5rem;
}
.carousel-item a {
    text-decoration: none;
    background-color: #e60000;
    color: white;
    border: 1px solid #e60000;
    border-radius: 5px;
    padding: 8px;
    text-align: center;
}
.carousel-item a:hover {
    color: white;
}
.carousel-control-prev-slide {
    border: none;
    background-color: #e60000;
    color: white;
    border-radius: 3px;
    padding: 7px;

}
.carousel-control-next-slide {
    border: none;
    background-color: #e60000;
    color: white;
    border-radius: 3px;
    padding: 7px;
}
.hero-mob {
    display: none;
}
.row-links {
    color: #fff;
    background-image: linear-gradient(to right top,#900,#e60000);
    text-align: center;
    display: inline;
    display: table-cell;
}
*::-webkit-scrollbar {
	width: 0px;
}
.row-links {
    align-items: stretch;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}
.card-link {
    max-width: 33.333%;
    padding: .90rem;
    border: 0;
    flex-basis: 25%;
    flex-grow: 0;
    flex-shrink: 0;
}
.card-link-2 {
    max-width: 33.3%;
    padding: .2rem;
    border: 0;
    flex-basis: 25%;
    flex-grow: 0;
    flex-shrink: 0;
}
.row-links-2 {
    align-items: stretch;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}
.card-link h5 {
    font-weight: 300;
}
.card-link > img {
    margin-bottom: .75rem;
    width: 100%;
}
.card-text {
    font-size: 85%;
}
.btn-link-main {
    text-decoration: none;
    color: #e60000;
    font-size: 17px;
}
.btn-link-main:hover {
    color: #e60000;
}
footer {
    background: #333;
}
@media (max-width:1000px){
    .header-navbar {
    display: none;
    }
}
@media (max-width:1000px){
    .active {
    margin-left: 0px;
    }
}
@media (max-width:1000px){
    header {
    display: none;
    }
}
@media (max-width:1000px){
    .nav-mobile {
    display: flex;
    }
}
@media (max-width:1000px){
    .icons a {
    margin-right: 5px;
    }
}
@media (max-width:1080px){
    section {
    display: none;
    }
}
@media (max-width:1080px){
    .hero-mob {
    display: flex;
    }
}
@media (max-width:700px){
    .card-link {
    flex-basis: 33%;
    }
}
@media (max-width:700px){
    .card-link-2 {
    max-width: 90.5%;
    }
}
@media (max-width:700px){
    .card-link-2 {
    max-width: 95.5%;
    }
}
@media (max-width:700px){
    .main-h1 {
    font-size: 30px;
    }
}

#preloader {
    background-image: linear-gradient(to right top,#900,#e60000);
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 100;
    display: flex; flex-direction: column; justify-content: center; align-items: center;
    width: 100vw;
}