@charset "UTF-8";

html {
    background: url(../../img/bg.jpg) repeat
}

body {
    font-family: Signika, sans-serif;
    font-size: 11px !important;
    font-size: 1.4em;
    background-color: #3e383a;
    color: rgba(255, 255, 255, .9)
}

/*** Navbar ***/
.navbar.fixed-top {
    display: none;
    transition: .5s;
}

.navbar.sticky-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1030;
    /* Ensures the navbar stays above other content */
    transition: .5s;
}

.navbar .navbar-nav .nav-link {
    padding: 20px 15px;
    color: var(--dark);
    font-size: 18px;
    font-weight: 600;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        padding: 10px 0;
    }
}

a {
    transition: color .25s ease-in-out 0s;
    color: rgba(255, 255, 255, .9);
    font-weight: 700
}

a:focus,
a:hover {
    color: #d56157;
    text-decoration: none
}

a:focus {
    outline: 0
}

header span {
    color: #d56157
}

header {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    position: relative;
    z-index: 1000
}

.header {
    width: 100%;
    background: #322e2f;
    height: 140px;
    padding-top: 50px;
    margin-top: -30px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

@keyframes slideDown {
    0% {
        transform: translateY(-100%)
    }

    50% {
        transform: translateY(8%)
    }

    65% {
        transform: translateY(-4%)
    }

    80% {
        transform: translateY(4%)
    }

    95% {
        transform: translateY(-2%)
    }

    100% {
        transform: translateY(0)
    }
}

@-webkit-keyframes slideDown {
    0% {
        -webkit-transform: translateY(-100%)
    }

    50% {
        -webkit-transform: translateY(8%)
    }

    65% {
        -webkit-transform: translateY(-4%)
    }

    80% {
        -webkit-transform: translateY(4%)
    }

    95% {
        -webkit-transform: translateY(-2%)
    }

    100% {
        -webkit-transform: translateY(0)
    }
}

section .container {
    padding: 125px 0;
    position: relative
}

section h3 {
    font-size: 2.4em;
    font-weight: 400
}

section p {
    font-size: 1.4em;
    font-weight: 300;
    line-height: 2
}

section#about-1 .container,
section#about-2 .container {
    padding: 110px 0 0 0
}

#about-1 .container-fluid {
    background: #606465
}

#about-2 .container-fluid {
    background: #ab977f
}

#about-1 .wrap-about .container-fluid,
#about-2 .wrap-about .container-fluid {
    background: 0 0
}

.wrap-about {
    display: block;
    padding: 2em
}

.about .social-account {
    padding: 0;
    margin-top: 1.5em
}

.about .social-account address {
    margin-bottom: 0
}

.about .social-account li {
    list-style: none;
    float: left;
    margin-right: .68em
}

.about .social-account li a {
    color: #fff;
    font-size: 1.8em;
    line-height: 1.8em;
    display: block;
    text-align: center;
    height: 1.7em;
    width: 1.7em;
    border-radius: 6px
}

.about .social-account li a:hover {
    background: #ab977f
}

#about-2 .about .social-account li a:hover {
    background: #606465
}

.parallax {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 650px;
    padding: 0;
    margin: 0;
    text-align: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover
}

.parallax-text {
    position: absolute;
    font-size: 1.6em;
    font-weight: 300;
    bottom: 2em;
    right: 3em;
    display: inline-block;
    padding: .8em 1em;
    background: rgba(62, 56, 58, .5);
    border-radius: .6em
}

.parallax.fixed {
    background-attachment: fixed
}

@media only screen and (max-width:1024px) {
    .parallax {
        background-attachment: scroll;
        height: 550px
    }
}

@media only screen and (max-width:768px) {
    .parallax {
        background-attachment: scroll;
        height: 450px
    }
}

@media only screen and (max-width:640px) {
    .parallax {
        height: 250px
    }

    .parallax-text {
        font-size: 1.3;
        padding: .4em .6em;
        position: inherit;
        bottom: auto;
        right: auto;
        margin: 0;
        margin-top: 200px
    }
}

@media only screen and (-webkit-min-device-pixel-ratio:2) {
    .parallax {
        background-attachment: scroll
    }
}

#services h4 {
    margin: 3em auto 1.4em auto
}

#services h4 .fa {
    margin-right: .4em
}

.og-grid {
    list-style: none;
    padding: 20px 0;
    margin: 0 auto;
    text-align: center;
    width: 100%
}

.og-grid li {
    display: inline-block;
    margin: 10px 5px 0 5px;
    vertical-align: top;
    height: 250px
}

.og-grid li>a,
.og-grid li>a img {
    border: none;
    outline: 0;
    display: block;
    position: relative
}

@-webkit-keyframes loader {
    0% {
        background: #d7d7d0
    }

    33% {
        background: #ccc;
        box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #d7d7d0
    }

    66% {
        background: #ccc;
        box-shadow: 0 0 1px #ccc, 15px 30px 1px #d7d7d0, -15px 30px 1px #ccc
    }
}

@-moz-keyframes loader {
    0% {
        background: #d7d7d0
    }

    33% {
        background: #ccc;
        box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #d7d7d0
    }

    66% {
        background: #ccc;
        box-shadow: 0 0 1px #ccc, 15px 30px 1px #d7d7d0, -15px 30px 1px #ccc
    }
}

@keyframes loader {
    0% {
        background: #d7d7d0
    }

    33% {
        background: #ccc;
        box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #d7d7d0
    }

    66% {
        background: #ccc;
        box-shadow: 0 0 1px #ccc, 15px 30px 1px #d7d7d0, -15px 30px 1px #ccc
    }
}

.tmtimeline {
    margin: 30px 0 0 0;
    list-style: none;
    position: relative
}

.tmtimeline:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 8px;
    background: #e4e6de;
    left: 20.9%;
    margin-left: -10px
}

.tmtimeline>li {
    position: relative
}

.tmtimeline>li .tmtime {
    display: block;
    width: 25%;
    padding-right: 100px;
    position: absolute
}

.tmtimeline>li .tmtime span {
    display: block;
    text-align: right;
    font-size: 1.8em;
    line-height: 2;
    color: rgba(255, 255, 255, .9)
}

.tmtimeline>li .tmlabel {
    margin: 0 0 15px 25%;
    color: #fff;
    padding: 2em;
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.4;
    position: relative;
    border-radius: 6px;
    background: rgba(255, 255, 255, .9)
}

.tmtimeline>li .tmlabel h4 {
    margin-top: 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    color: #3e383a;
    font-size: 1.8em
}

.tmtimeline>li .tmlabel p {
    color: #3e383a;
    font-size: 1.2em
}

.tmtimeline>li .tmlabel:after {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: 10px;
    top: 10px;
    border-right-color: rgba(255, 255, 255, .9)
}

.tmtimeline>li .tmicon {
    width: 40px;
    height: 40px;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    font-size: 1.5em;
    line-height: 40px;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    color: #fff;
    background: #d56157;
    border-radius: 50%;
    box-shadow: 0 0 0 6px #e4e6de;
    text-align: center;
    left: 20%;
    top: 0;
    margin: 0 0 0 -25px
}

@media screen and (max-width:65.375em) {
    .tmtimeline>li .tmtime span {
        font-size: 1.5em
    }
}

@media screen and (max-width:47.2em) {
    .tmtimeline:before {
        display: none
    }

    .tmtimeline>li .tmtime {
        width: 100%;
        position: relative;
        padding: 0 0 20px 0
    }

    .tmtimeline>li .tmtime span {
        text-align: left
    }

    .tmtimeline>li .tmlabel {
        margin: 0 0 30px 0;
        padding: 1em;
        font-weight: 400;
        font-size: 95%
    }

    .tmtimeline>li .tmlabel:after {
        right: auto;
        left: 20px;
        border-right-color: transparent;
        top: -20px;
        border-bottom-color: rgba(255, 255, 255, .9)
    }

    .tmtimeline>li .tmicon {
        position: relative;
        float: right;
        left: auto;
        margin: -55px 5px 0 0
    }
}

#contact .container {
    padding-bottom: 0
}

.back-to-top {
    position: fixed;
    bottom: .1em;
    right: .3em;
    background: #322e2f;
    border-radius: 50%;
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 2em;
    display: none;
    opacity: .5;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.back-to-top i {
    display: block;
    height: 36px;
    width: 36px;
    line-height: 36px
}

.back-to-top:hover {
    opacity: 1;
    cursor: pointer
}

@media only screen and (max-width:1200px) {
    .parallax.fixed {
        background-attachment: scroll;
        background-position: center center !important
    }
}

@media only screen and (max-width:1024px) {
    .about .social-account {
        margin-bottom: 0
    }

    .about .social-account li {
        margin-right: .55em
    }

    .about .social-account li a {
        font-size: 1.4em;
        height: 1.4em;
        width: 1.4em
    }
}

@media only screen and (max-width:1000px) {
    body {
        font-size: 10px !important;
        font-size: 1.4em
    }
}

@media only screen and (max-width:767px) {
    .header {
        height: 100px
    }
}

@media only screen and (max-width:640px) {
    .header {
        height: 140px
    }

    .tmtimeline>li .tmlabel p {
        font-size: 1.4em
    }

    .about .social-account li {
        margin-right: .65em
    }

    .about .social-account li a {
        font-size: 1.8em;
        height: 1.7em;
        width: 1.7em
    }
}