.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-white {
    color: #fff;
}

.text-underline {
    text-decoration: underline;
}

.text-uppercase {
    text-transform: uppercase;
}

.about-img {
    width: 200px;
    border-radius: 50%;
    border: 6px solid rgba(255, 255, 255, 0.15);
    margin: 0 auto;
}

#topbar .cta a {
    color: #fff;
    background: #ff5821;
    padding: 10px 20px;
    display: inline-block;
    transition: 0.3s;
}

#topbar .cta a:hover {
    background: #ff6b3b;
}

#header .jpn-link {
    color: #fff;
    background: #286592;
    display: inline-block;
    padding: 5px 10px;
    transition: 0.3s;
    border-radius: 20px;
}

#header .jpn-link:hover {
    background: #3b8af2;
}

#header .jpn-link span {
    color: #fff;
    background: #183c57;
    border-radius: 50%;
    padding: 2px;
}

#hero .rgba-bg {
    background-color: rgba(0, 0, 0, 0.59);
    padding: 5px;
    max-width: 500px;
    margin: 10px auto;
}

#hero .rgba-bg h2 {
    color: #fff;
    margin: 0;
    text-shadow: unset;
    font-family: Arial,
        Helvetica Neue,
        Helvetica,
        sans-serif;
}

.btn-download {
    background-color: #fff;
    color: #000;
    text-transform: uppercase;
    border-radius: 20px;
}

.btn-download:hover {
    background-color: #183c57;
    color: #fff;
}

.btn-seemore {
    background-color: #286592;
    color: #fff;
    text-transform: uppercase;
    border-radius: 20px;
}

.btn-download:hover {
    background-color: #fff;
    color: #286592;
    border: 1px solid #286592;
}

.hero-secondary {
    height: 50vh !important;
    background-size: cover !important;
    position: relative !important;
}

.hero-secondary .container {
    width: 50%;
}

.title-text {
    margin: auto 0;
    background-color: #fff;
    border-radius: 0 20px 5px 10px;
    padding: 5px 15px
}

.title-text h4{
    font-weight: bold;
}

.about-command{
    background-color: #DDDDDD;
}

.about-command p {
    font-size: 19px;
    margin: 0 !important;
}

.led-lighting .content {
    padding: 20px 30px;
    /* background: url("../img/me/me-bg.png") no-repeat; */
    background-position: center center;
    background-size: cover;
    position: relative;
    height: 700px;
    border-radius: 60px 0 60px 0;
}

.testimonials::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
}

#language a {
    border: #fff 1px solid;
    text-align: center;
    padding: 0 10px;
    border-radius: 10px;
    color: #fff;
}

#language a.active{
    font-weight: bold;
    background-color: #fff;
    color: #286592 ;
}

.img-por {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 10px;
}

.swiper-por {
    height: 500px;
}

.swiper-por img.img-por {
    max-width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}