/* Header */

.large-header {
    position: relative;
    width: 100%;
    background: #333;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    z-index: 1;
}

#large-header {
    background-image: url("/js/bg_img.png");
}

.main-title {
    position: absolute;
    margin: 0;
    padding: 0;
    color: #f9f1e9;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.demo-1 .main-title {
    text-transform: uppercase;
    font-size: 4.2em;
    letter-spacing: 0.1em;
}

.main-title .thin {
    font-weight: 200;
}

@media only screen and (max-width: 768px) {
    .demo-1 .main-title {
        font-size: 3em;
    }
}


/* Main Footer */

footer .f-items .f-item.contact-widget {
    position: relative;
    z-index: 1;
}

footer {
    overflow: hidden;
}

footer img,
footer .widget-title {
    margin-bottom: 30px;
    font-weight: 900;
}

footer.bg-dark .f-items .f-item p,
footer.bg-dark .f-items .f-item a,
footer.bg-dark .f-items .f-item {
    color: #adb5bd;
}

footer .f-items .f-item form {
    position: relative;
    margin-top: 30px;
}

footer .f-items .f-item form input {
    background: #283353;
    color: var(--white);
    border: 1px dashed rgba(255, 255, 255, 0.1);
    font-size: 14px;
    padding-left: 20px;
}

footer .f-items .f-item form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #adb5bd;
}

footer .f-items .f-item form input::-moz-placeholder {
    /* Firefox 19+ */
    color: #adb5bd;
}

footer .f-items .f-item form input:-ms-input-placeholder {
    /* IE 10+ */
    color: #adb5bd;
}

footer .f-items .f-item form input:-moz-placeholder {
    /* Firefox 18- */
    color: #adb5bd;
}

footer .f-items .f-item form button {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 50px;
    background: var(--color-primary);
    color: var(--white);
    font-size: 25px;
    line-height: 55px;
    border-radius: 0 5px 5px 0;
}

footer .f-items .f-item form button::after {
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    height: 30px;
    width: 1px;
    margin-top: -15px;
    opacity: 0.1;
    border-left: 1px solid var(--white);
}

footer .f-items .f-item.about {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding-right: 40px;
    margin-right: 10px;
}

footer .f-items .f-item.about img {
    height: 60px;
}

footer .f-items .f-item.link li {
    margin-bottom: 12px;
}

footer .f-items .f-item.link li:last-child {
    margin-bottom: 0;
}

footer .f-items .f-item.link li a:hover {
    color: var(--white);
    margin-left: 10px;
}

footer .f-items .f-item.link li a {
    font-weight: 500;
}

footer .f-items .f-item.link li a i {
    font-size: 20px;
    margin-right: 3px;
}

footer .f-items .f-item .address {
    margin-top: 30px;
}

footer .f-items .f-item .address li {
    display: flex;
    margin-bottom: 25px;
}

footer .f-items .f-item .address li i {
    display: inline-block;
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 50%;
    margin-right: 20px;
    background: rgba(255, 255, 255, 0.1);
    color: var(--white);
    border: 1px dashed rgba(255, 255, 255, 0.3);
    font-weight: 300;
    font-size: 18px;
}

footer .f-items .f-item .address li:last-child {
    margin-bottom: 0;
}

footer .f-items .f-item .address li strong {
    display: block;
    text-transform: uppercase;
    color: var(--white);
    font-size: 15px;
}

footer .f-items .icon {
    width: 4rem !important;
}


/* Footer Bottom */

footer .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px 0;
    z-index: 1;
    position: relative;
    background: #040836;
}

footer .footer-bottom ul li {
    display: inline-block;
    margin-left: 15px;
}

footer .footer-bottom p {
    margin: 0;
}

footer.bg-dark .footer-bottom p,
footer.bg-dark .footer-bottom a {
    color: #adb5bd;
}

footer.bg-dark .footer-bottom a {
    font-size: 14px;
}

footer.bg-dark .footer-bottom a:hover {
    color: var(--white);
}

.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light p,
.text-light a {
    color: var(--white);
}