.site-header{
    background-color: rgba(0, 0, 0, 0.6);
}

.section__title {
    padding-bottom: 10px;
}

.cedbox{
    border: 3px solid #00a886 !important;
    border-radius: 15px;
    padding : 3%;
    background-color: rgba(0, 67, 54, 0.49);
    -webkit-box-shadow: 0 4px 8px 0 rgba( 0, 0, 0, 0.5 ), 0 6px 20px 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0 4px 8px 0 rgba( 0, 0, 0, 0.5 ), 0 6px 20px 0 rgba(0, 0, 0, 0.5);
}

.abt_btn {
    margin-top: 20px;
    text-align: center;
}

.abtbtn {
    margin: auto;
    margin-right: 5px;
}

.miscbox{
    width: 100%;
    padding: 2px!important;
    margin: 5px auto 5px!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: 'Source Code Pro', monospace;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 10px;
}

.miscbox a {
    color: #00e5bf;
}

.site-footer__copyright {
    float:none !important;
    text-align: center;
    line-height: 120%!important;
    bottom:0!important;
}

.site-footer{
    background: rgba( 0, 0, 0, 0.8 );
    position: fixed;
    height: 50px;
}

.aboutbox{
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    border: 1px solid #fff;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.44);
    background-image: url(/assets/img/item/about.jpg) no-repeat;
}

.aboutbox {
    position: relative;
    display: inline-block;
}

.abtcont{
    text-align: center;
    overflow: hidden;
}

.abtcont > i {
    font-size: 30px;
    right: 9px;
    width: 30px;
    position: relative;
    top: 4px;
}

.abtcont > h3{
    display: inline;
    top: 50%;
}

.aline{
    height:1px;
    background:#fff;
    border-bottom:1px solid #fff;
    margin-bottom: 7px;
}

.acontent {
    font-size: 15px;
    text-align: center;
}

.loginbox{
    width: 100%;
    height: 100%;
}

.reservedFrame {
    width: 100%;
    height: 50em;
}

.service {
    border: 1px solid #fff;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.2);
    padding: 25px;
    margin: 0 auto 5px;
}

.service p {
    margin-bottom: 7px;
}

.srvicon {
    font-size: 40px!important;
    margin-bottom: 10px;
}

.cntmap {
    padding:2%;
    border:1px solid #fff;
    margin-top:10px;
    margin-left:10px;
    margin-right:10px;
    height: 26vh;
    margin-bottom: 20px;
}

.media-body > p {
    margin-bottom: 0;
}

@media (max-width: 992px) {
    #maps {
        margin-top: 7px;
    }
    .cnts {
        width: 100%;
    }
}

.cnts {
    margin-left: 1%;
    width: 56%;
}
