.contact {
    background-image: url(../img/White%20and%20Brown%20Modern%20Home%20Furniture%20Banner%20Landscape.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 130px 0px;

}

.doors {
    background-image: url(../img/doors.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 130px 0px;

}
.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 25%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}
.ls {
    letter-spacing: .125rem;
    font-size: 18px;
}

.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 0px;
    padding-right: 1rem;
    padding-bottom: 0px;
    padding-left: 1rem;
}

.logistics {
    background-image: url(../img/lg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 130px 0px;

}

.nav-link {
  display: block;
  padding: .4rem 1rem;
    padding-right: 1rem;
    padding-left: 1rem;
  padding-right: 1rem;
  padding-left: 1rem;
  font-weight: 600;
  color: #161820;
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
  -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
  font-size: 16px;
  color: #000 !important;
}
.trading {
    background-image: url(../img/trading.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 130px 0px;
}

.contact h2 {
    font-weight: bold;
    font-size: 45px;
    line-height: 1;
    text-transform: uppercase;
}

section {
    padding-top: 2.5rem;
    padding-bottom: 0.5rem;
}

.services .bg-holder {
    position: absolute;
    width: 100%;
    min-height: 94%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    will-change: transform, opacity, filter;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-repeat: no-repeat;
    z-index: 0;
}

.testimonial-slider-wrap {
    position: relative;
}

.testimonial-slider-wrap .tns-nav {
    position: absolute;
    bottom: -50px;
    z-index: 2;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.testimonial-slider-wrap .tns-nav button {
    background: none;
    border: none;
    display: inline-block;
    margin: 2px;
    height: 15px;
}

.testimonial-slider-wrap .tns-nav button:active,
.testimonial-slider-wrap .tns-nav button:focus {
    outline: none;
}

.testimonial-slider-wrap .tns-nav button:before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.testimonial-slider-wrap .tns-nav button.tns-nav-active:before {
    background-color: #00204a;
}

#testimonial-nav span {
    display: inline-block;
    cursor: pointer;
    padding: 7px 20px;
    border-radius: 30px;
    background: rgba(0, 32, 74, 0.1);
    color: #00204a;
    text-align: center;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

#testimonial-nav span:hover,
#testimonial-nav span.active {
    background: #00204a;
    color: #fff !important;
}

.ddd {
    padding: 0px 40px;
}

.title h2 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 29px;
}

.about-content {
    padding: 0px 50px;
}

.about {
    background-color: #dddddd6e;
}

.navbar-freya {
    background: var(---bg-navbar-glass);
    margin: 0px;
    color: #161820;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
    letter-spacing: .01rem;
    border-radius: 0px;
}

.theme-slider .swiper-nav [class*=swiper-] {
    opacity: 0;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    -webkit-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    font-size: 1.776889rem;
    color: #fff;
    z-index: 1;
    margin: 0;
}

.navbar-freya {
    background: #fff !important;
    margin: 0px;
    color: #161820;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
    letter-spacing: .01rem;
    border-radius: 0px;
}

.services h5 {
    font-weight: bold;
}

.contact-su1 {
    background-color: #302c1147;
}

.contact-su2 {
    background-color: #05265112;
}

.contact-su3 {
    background-color: #57701f36;
}

@media only screen and (max-width: 768px) {

    h2,
    .h2 {
        font-size: 2.1573345183rem;
    }
    .swiper-button-next, .swiper-button-prev {
  
    display: none !important;
  
}

    .contact h2 {
        font-weight: bold;
        font-size: 29px;
        line-height: 1;
        text-transform: uppercase;
    }

    .contact {

        background-position: left;

    }

    .title h2 {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 23px;
    }

    h4,
    .h4 {
        font-size: 1rem;

    }

    h5,
    .h5 {
        font-size: 1.2rem;
        MARGIN: 10PX 0PX;
    }

    .doors {

        padding: 70px 0px;

    }

    .logistics {

        padding: 70px 0px;

    }

    .trading {

        padding: 70px 0px;
    }
}
