/*==========================
	Custom css
==========================*/

/* Slider css */

.overlay-row {
    opacity: 0.3;
    background-color: #482F30;
}

/* Header Css */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
}

p {
    font-size: 14px;
    line-height: 24px;
}

.counter-style-1 .counter,
.counter-style-2 .counter,
.counter-style-3 .counter {
    color: #303030;
}

.dlab-box-bg .icon-bx-wraper {
    background-color: #fff;
}

.dlab-gallery-box {
    margin-bottom: 10px;
}

.port-box p {
    margin-bottom: 0;
}

.subscribe-form input.radius-sm {
    border-radius: 4px 0 0 4px !important;
}

.main-slider .tc-btnshadow.tp-rs-menulinkb {
    background-color: #00d869;
}

/* ml1 */

#loading-area {
    background-image: none;
}

.ml1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 3px;
    margin: 0;
}

.ml1 .letter {
    display: inline-block;
    line-height: 1em;
}

.ml1 .text-wrapper {
    position: relative;
    display: inline-block;
    padding-top: 0.1em;
    padding-right: 0.05em;
    padding-bottom: 0.15em;
}

.ml1 .line {
    opacity: 0;
    position: absolute;
    left: 0;
    height: 3px;
    width: 100%;
    transform-origin: 0 0;
}

.ml1 .line1 {
    top: 0;
}

.ml1 .line2 {
    bottom: 0;
}

/* ml2 */

@media only screen and (max-width: 575px) {
    .footer-bottom .text-left,
    .footer-bottom .text-center,
    .footer-bottom .text-right {
        text-align: center !important;
    }
}