@import url(https://fonts.googleapis.com/css?family=Rajdhani:300);

.abouts {
    color: #767676;
    font-size: 62px;
    font-weight: 700;
}

.bg-box {
    background: rgba(0, 0, 0, .01);
}

.service img {
    height: 250px;
}

.service a {
    display: block;
    color: #767676;
    text-align: center;
    text-decoration: none;
    padding: 3px 0;
    font-size: 28px;
    font-weight: bold;
    font-family: 'Roboto', Arial, sans-serif;
    /*text-shadow: 1px 1px 1px #1a1d20;*/
}

.scifiUI {
    list-style: none;
    position: relative;
    width: 100%;
    margin: 50px auto;
    padding: 0;
    font-size: 1em;
    color: #00bebe;
}

li {
    display: inline-block;
}
li input[type="radio"] {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    position: absolute;
    outline: none;
}
li input[type="radio"]:checked ~ label {
    background: #00bebe;
    color: #000e46;
    height: 50px;
    font-size: 1.2em;
    cursor: default;
    box-shadow: 0 0 10px #00dcdc;
}
li input[type="radio"]:checked ~ .section {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    width: 90%;
    padding: 50px;
    border: 1px solid #00bebe;
    color: #00dcdc;
    letter-spacing: .1em;
    text-indent: 1em;
    z-index: 1;
}
li label {
    display: block;
    width: auto;
    padding: 0 10px;
    height: 40px;
    border: 1px solid rgba(0, 190, 190, 0.7);
    border-bottom: 0;
    border-radius: 5px 5px 0 0;
    color: rgba(0, 190, 190, 0.7);
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    transition: all 200ms ease-in-out;
}
li label:hover {
    height: 50px;
    border-color: #00bebe;
    color: #00bebe;
}
li .section {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    position: absolute;
    top: 51px;
    left: 0;
    width: 1200px;
    padding: 50px;
    border: 1px solid #00bebe;
    background: rgba(25, 24, 24, 0.5);
    color: #fff;
    letter-spacing: -1em;
    text-indent: 1em;
    transition: all 200ms ease-in-out;
}