
body {
    margin: 0px;
    font-family: "Open Sans", Sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
    letter-spacing: 0.4px;
    font-family: "Raleway", Sans-serif;
    color: #232323;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 23px;
    letter-spacing: 0.2px;
    color: #444444;
}

.container-fluid {
    padding-right: 0;
    padding-left: 0;
}


@media (min-width: 768px) {
    section {
        padding: 150px 0;
    }
}

section {
    padding: 30px 0;
}


/*--------------------
2. Navigation
--------------------*/

.navbar-default {
    background-color: #fff;
    border-color: transparent
}

.navbar-default .navbar-brand {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    padding: 0px;
    margin-left: 10px;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border: 1px solid transparent
}

@media (min-width: 768px) {
    .navbar-default {
        /*background-color: rgba(255, 255, 255, 0.65);*/
        padding: 5px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
        border: 0
    }

    .navbar-default .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
        margin-top: 20px;
        margin-left: 10px;
    }

    .navbar-default .navbar-nav > .active > a {
        border-radius: 3px
    }

    .navbar-default.navbar-shrink {
        background-color: #FFFFFF;
        border-bottom: 1px solid #828282;
        padding: 5px 0;
    }

    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em;
        margin-top: 10px;
    }
}
a.page-scroll.active{
    color: rgb(62, 129, 62);
}

.owl-slider-item {
    position: relative;
    background-color: #000;
}

.owl-slider-item img {
    opacity: 0.7;
}

.intro-text {
    padding-top: 100px;
    padding-bottom: 50px;
    position: absolute;
    top: 50px;
    text-align: center;
    transform: translateX(-50%);
    left: 50%;
}

@media (min-width: 768px) {
    .intro-text {
        padding-top: 230px;
        padding-bottom: 400px;
    }
}

.intro-text .intro-lead-in {
    display: inline-block;
    margin-bottom: 25px;
    padding: 4px 20px;
    font-family: "Open Sans", sans-serif;
    font-size: 19px;
    color: #fff;
    font-weight: 100;
    line-height: 40px;
}

@media (min-width: 768px) {
    .intro-text .intro-lead-in {
        font-size: 50px;
        line-height: 40px;
        margin-bottom: 45px;
    }
}

.intro-text .intro-heading {
    font-weight: 900;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 25px;
    letter-spacing: -3px;
    word-spacing: 10px;
    color: #FFFFFF;
    text-shadow: 1px 1px 1px rgb(0, 0, 0);
}

@media (min-width: 768px) {
    .intro-text .intro-heading {
        line-height: 95px;
        font-size: 77px;
        margin-bottom: 50px;
    }
}

footer {
    padding: 30px;
    background-color: #000;
}

footer p {
    color: #B7B7B7;
    margin: 0;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1.6px;
}

footer p a {
    color: #fff;
}

footer p a span {
    color: #FCBE03;
    font-size: 10px;
    letter-spacing: 1px;
    font-weight: 700;
}


/* Back to top button
---------------------------------- */
#back-top {
    position: fixed;
    z-index: 1000;
    bottom: 40px;
    right: 50px;
}

#back-top a {
    width: 60px;
    height: 60px;
    display: block;
    text-align: center;
    font: 11px/100% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
    background: #A9A9B1;
    /* background color transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

#back-top a:hover {
    background: #E5E5E5;
}

/* arrow icon (span tag) */
#back-top i {
    margin-top: 20px;
    font-size: 28px;
}

@media only screen
and (min-width: 320px)
and (max-width: 480px) {
    #back-top {
        position: fixed;
        bottom: 10px;
        right: 30px;
    }

    #back-top a {
        width: 40px;
        height: 40px;
    }

    #back-top i {
        margin-top: 7px;
        font-size: 20px;
    }
}

.contact-area{
    background: url(./img/systemError/contact.png) ;
    width:100%;
    height:250px;
    background-size:100% 100%;
    justify-content: center;
    flex-direction: column;
    position: relative;
    display: flex;
}

.human-item {
    padding-bottom: 15px;
    padding-top: 15px;
    min-height: 110px;
    border-top: #B1B1B1 solid 1px;
}
.border-bottom {
    border-bottom: #B1B1B1 solid 1px;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    padding: 10px;
    font-weight: bold;
}
a.page-scroll.active{
    color: rgb(62, 129, 62) !important;
}


.contactImg{
    width:100%;
    display: flex;
}
.contactCard{
    display: flex;
}
@media (max-width: 768px) {
    .contactCard{
        display:block;
    }
}
.contactInfo{
    flex:1;
    display: flex;
    align-items: center;
    flex-flow: column;
    border: 1px solid #eee;
    margin: 15px;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: #fdfdfd;
}
.contactText{
    margin-top:20px;
    font-weight: 600;
}
.fontGray{
    color:#8D8D8D;
    font-weight: 300;
}
#mapId{
    height:50vh;
    margin:60px 0;
}
.mapInfo{
    background:#fdfdfd;
    color:#999;
    margin:8px 3px;
}

.info {
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border-radius: .25rem;
    position: fixed;
    top: 1rem;
    background-color: white;
    width: auto;
    min-width: 15rem;
    border-width: 0;
    right: 1rem;
    box-shadow: 0 2px 6px 0 rgba(114, 124, 245, .5);
}