.container-fluid .swiper-wrapper{

    margin-bottom: 2%;

}
.swiper-container {

    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    height: 700px;
}

.swiper-wrapper {

    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-slide {

    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;

}



.main-swiper .image-block img {

    max-width: 100%;
    width: auto;
    max-height: 600px;
    height: 100%;

}

.d-lg-inline {

    display: inline !important;

}

.main-swiper .content-tile .row {

    position: absolute;
    top: 0;
    left: 0;
    right: 0;

}

.main-swiper .content-tile {
    position: relative;
}

.main-swiper .content-tile img {
    margin: auto;
    max-width: 100%;
    max-height: 600px;
}

.main-swiper .swiper-slide a {
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 400;
}

@media (min-width: 992px) {
    .main-swiper .content-tile .row {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }
}

.main-swiper h1 {
    font-size: 75px;
    font-weight: bold;
    margin: 20px 0 0 0;
    color: #2675bd;
    text-transform: uppercase;
    font-weight: 600;
    padding-top: 100px;
}

.main-swiper p {
    font-weight: 300;
    font-size: 75px;
    color: #fff;
    text-transform: uppercase;
}

@media (min-width: 1200px) {
    .main-swiper h1 {
        margin-top: 200px;
        margin-left: -100px;
    }

    .main-swiper p {
        margin-left: -100px;
        font-size: 75px;
    }

    .main-swiper a {
        margin-left: -100px;
    }

}

@media (min-width: 992px) {
    .main-swiper h1 {
        margin-top: 60px;
    }
}

.main-swiper .image-block {
    max-height: 350px;
    text-align: center;
    margin-top: 40px;
}

.main-swiper .image-block img {
    max-width: 100%;
    width: auto;
    max-height: 100%;
    height: 100%;
}

.main-swiper p {
    margin-bottom: 30px;
}

.main-swiper .swiper-pagination {
    position: relative;
    text-align: center;
    line-height: 0;
}

.main-swiper .swiper-pagination-bullet {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #fff;
    opacity: .7;
    margin: 35px 10px !important;
    border-radius: 50%;
    position: relative;
}



.main-swiper .swiper-pagination-bullet-active {
    position: relative;
    background: #fff;
}


.main-swiper .swiper-pagination-bullet-active {
  width: 14px;
  height: 14px;
  border-radius: 100%;
  padding: 0;
  text-align: center;
  position: relative;
}


.main-swiper .swiper-pagination-bullet-active:before{
    left: -6px;
    top: -6px;
    position: absolute;
    z-index: 9999999;
    display: block;
    width: 26px;
    height: 26px;
    border: 2px solid rgba(255,255,255,.6);
    box-shadow: 0px 0px 6px rgba(255,255,255,.6), inset 0px 0px 6px rgba(255,255,255,.6);
    border-radius: 50%;
    content: " ";
}

.main-swiper .pagination-container {
    margin-top: -89px;
}

.brands h2 {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    line-height: 40px;
    margin: 50px 0 10px 0;
}

