html, body {
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.005em;
    color: #000;
    background-color: #fff;
    font-weight: normal !important;
    font-size: 0.95rem;
}

.container {
    max-width: 1240px;
}

.carousel-caption {
    top: calc(50% - 50px);
    position: absolute;
}

* {
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    line-height: normal;
    color: inherit;
    font-family: 'Overpass', sans-serif;
    letter-spacing: -0.03rem;
    font-weight: normal;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px dotted rgba(160,145,85,0.5);
}
/* NAVBAR */


.navbar-brand img {
    height: 60px;
}

.navbar-nav .nav-link {
    padding: 7px 15px !important;
    font-size: 14px;
    letter-spacing: -0.03rem;
    font-weight: 600;
    border-radius: 5px;
    color: #333 !important;
    font-size: 14px;
    text-transform: uppercase !important;
}

    .navbar-nav .active > .nav-link, .navbar-nav .nav-link.active, .navbar-nav .nav-link.show, .navbar-nav .show > .nav-link {
        color: #1a9ebc !important;
    }

        .navbar-nav .active > .nav-link:hover, .navbar-nav .nav-link:hover, .navbar-nav .nav-link.show, .navbar-nav .show > .nav-link:hover {
            color: #1a9ebc !important;
        }


/* PROFILES STARTS */
.container-profile {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: table;
    width: 100%;
}

.container-profile-body {
    height: 100%;
    width: 100%;
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    background-color: rgba(255,255,255,0);
}

.container-profile-content {
    position: absolute;
    width: 100%;
    font-size: 1rem;
    font-weight: normal;
    color: #000;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 60px);
    opacity: 0;
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}

.container-profile-body:hover {
    background-color: rgba(255,255,255,0.85);
}

    .container-profile-body:hover .container-profile-content {
        opacity: 1;
    }

/* FOOTER STARTS */
.container-fluid-footer {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}
    .container-fluid-footer a {
        color: #000;
        text-decoration: underline;
    }

/* BUTTONS STARTS */
.btn-social {
    font-size: 24px;
    margin: 5px;
    color:#000;
}
/* GOALS STARTS */
.container-goals-goals {
    color: #fff !important;
}

.container-goals-icon {
    color: #fff !important;
    font-size: 2rem;
}

.container-goals-value {
    font-size: 30px;
    line-height: 25px;
    letter-spacing: 1px;
    padding-top: 25px;
    padding-bottom: 5px;
    letter-spacing: 1px;
}



.container-goals-label {
    color: #fff !important;
    font-size: 13px;
    letter-spacing: 4px;
    font-weight: 600;
    text-transform: lowercase;
}

.container-goals-value::after {
    content: '';
    display: block;
    width: 32px;
    height: 2px;
    background: #219bcd;
    bottom: 0;
    margin: 0 auto;
    margin-bottom: 5px;
    margin-top: 15px;
    text-align: center;
    text-transform: lowercase;
}
/* BGS STARTS */
.bg-dark {
    background-color: #000 !important;
}
/* CONTAINERS STARTS */

.container-section .container-heading {
    font-weight: 700;
    color: #000;
    text-transform: lowercase;
    font-size: 2.5rem;
}

.container-heading::after {
    content: '';
    display: block;
    width: 75px;
    height: 2px;
    background: #219bcd;
    bottom: 0;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: 5px;
    text-align: center;
    text-transform: lowercase;
}

.container-fluid-section {
    padding-top: 7rem;
    padding-bottom: 7rem;
}

.container-section {
}

.container-fluid-content {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
/* SERVICES STARTS */
.card-services {
    background-color: rgba(255,255,255,0.95);
}.card-services .card-icon {
    color: #000 !important;
    font-size: 3rem;
}

.card-services .container-heading {
    font-size: 1.25rem;
}

/* PARALLAX STARTS */
.container-fluid-parallax {
     background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding:0px !important;
}
.container-fluid-parallax-content {
    height: 100%;
    width: 100%;
    background-color: rgba(255,255,255,0.825);
    padding-top: 7rem;
    padding-bottom: 7rem;
    min-height: 300px;
}
.container-fluid-parallax-1 {
    background-image:url('../images/parallax/parallax1.jpg')
}
.container-fluid-parallax-2 {
    background-image: url('../images/parallax/parallax2.jpg')
}
.container-fluid-parallax-3 {
    background-image: url('../images/parallax/parallax3.jpg')
}
/* BREADCRUMB STARTS */
.container-fluid-breadcrumb {
    width: 100%;
    text-align: center;
    padding: 0px;
    margin-bottom: 0px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300 !important;
    color: #555;
    background-color: #dbdbdb;
    border-top: 1px solid #f9f9f9;
    border-bottom: 1px solid #f9f9f9;
    background-repeat: no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.container-breadcrumb a {
    font-size: 12px;
    color: #555;
    font-weight: 400;
}

.container-breadcrumb {
    background-color: rgba(255,255,255,0.9);
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 14px;
    color: #555;
    font-weight: 400;
    min-width: 100% !important;
    display: table;
}

    .container-breadcrumb h1 {
        font-size: 38px;
        text-transform: uppercase;
        letter-spacing: -1px;
        font-weight: 700 !important;
        color: #000;
        font-family: 'Overpass', sans-serif;
        margin-bottom: -10px !important;
    }

/* BREADCRUMB END */
