* {
    margin: 0;
    padding: 0px;
}

html,
body {
    height: 100%;
}

body {
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Karla', sans-serif;
}

h5 {
    font-weight: 400;
    margin-top: 40px;
}

p {
    padding: 0;
    margin-bottom: 12px;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #b9b9b9;
    margin-top: 10px;
}

::-moz-selection {
    color: #fff;
    text-shadow: none;
    background: #65b6a5;
}

::selection {
    color: #fff;
    text-shadow: none;
    background: #65b6a5;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

a {
    padding: 0;
    margin: 0;
    text-decoration: none;
    color: #65b6a5;
    -webkit-transition: color .4s linear, color .4s linear;
    -moz-transition: color .4s linear, color .4s linear;
    -o-transition: color .4s linear, color .4s linear;
    -ms-transition: color .4s linear, color .4s linear;
    transition: color .4s linear, color .4s linear;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #b9b9b9;
    outline: none
}


/** */

.navbar-default {
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    -webkit-transition: background-color .4s linear, background-color .4s linear;
    -moz-transition: background-color .4s linear, background-color .4s linear;
    -o-transition: background-color .4s linear, background-color .4s linear;
    -ms-transition: background-color .4s linear, background-color .4s linear;
    transition: background-color .4s linear, background-color .4s linear;
    position: absolute;
    z-index: 9999;
    width: 100%;
    padding-top: 10px
}

.navbar-default .navbar-nav > li > a {
    color: #b9b9b9;
    text-transform: capitalize;
    font-family: 'Karla', sans-serif;
    font-size: 16px
}

.navbar-default .navbar-nav > .active a,
.navbar-default .navbar-nav > li > a:hover {
    color: #fff;
}

.navbar-default .navbar-nav > li a::after {
    background: transparent none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
    margin: auto;
    transition: width 0.5s ease 0s, background-color 0.5s ease 0s;
    width: 0;
}

.navbar-default .navbar-nav > .active a::after,
.navbar-default .navbar-nav > li a:hover::after {
    background: #fff;
    width: 100%;
}

.navbar svg:not(:root) {
    width: 100px;
    vertical-align: middle;
}

.navbar .logo-svg {
    width: 150px;
    -webkit-transition: width .4s linear, width .4s linear;
    -moz-transition: width .4s linear, width .4s linear;
    -o-transition: width .4s linear, width .4s linear;
    -ms-transition: width .4s linear, width .4s linear;
    transition: width .4s linear, width .4s linear;
}

#logo {
    fill: #65b6a5;
    fill-rule: evenodd;
}

.hero {
    background: url(../img/heros/03.jpg) no-repeat 50% 50% fixed;
    background-size: cover
}

.hero .inner {
    background: rgba(0, 0, 0, .4);
    min-height: 760px;
    width: 100%
}

.hero--text {
    padding-top: 140px
}

.hero--text h1 {
    text-transform: capitalize;
    color: #eee;
    line-height: 42px
}

.hero--text p {
    margin-top: 20px;
    color: #ddd;
}


/** misc */

.heading:after {
    background: #65b6a5;
    content: "";
    display: block;
    height: 3px;
    margin: 10px 0 0;
    width: 60px;
}

.btn {
    text-transform: capitalize;
    font-family: 'Karla', sans-serif;
    border-radius: 0
}

.btn-default {
    color: #ffffff;
    background-color: #65B6A4;
    border-color: #65B6A4;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    color: #ffffff;
    background-color: #b9b9b9;
    border-color: #b9b9b9;
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #65B6A4;
    border-color: #65B6A4;
}

.btn-default .badge {
    color: #65B6A4;
    background-color: #ffffff;
}


/* logo svg*/


/* strategy */

.strategy {
    padding-top: 100px;
    padding-bottom: 100px;
}

.strategy h1 {
    text-transform: capitalize;
    color: #444
}

.strategy h4 {
    color: #222;
    margin-top: 30px;
    margin-bottom: 10px
}

.strategy p {
    color: #b9b9b9;
}

.strategy i {
    color: #65b6a5;
}

.strategy .heading:after {
    background: #b9b9b9;
    content: "";
    display: block;
    height: 3px;
    margin: 10px 0 0;
    width: 30px;
}

.strategy .row-secondary p {
    color: #999
}


/* edge*/

.edge {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #54b59a
}

.edge h1 {
    text-transform: capitalize;
    color: #fff;
}

.edge h3 {
    color: #fff;
}

.edge p {
    color: #fff;
}

.edge .heading:after {
    background: #fff;
    content: "";
    display: block;
    height: 3px;
    margin: 10px auto 0;
    width: 60px;
}

.team {
    background: #606060;
    /*background-position: center center;
    background-image: url('../img/heros/08.jpg');
    background-size: cover;*/
    transition: background-image 0.2s ease-in-out;
}

.team .inner {
    _background: rgba(0, 0, 0, .6);
    height: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}

.team h1 {
    color: #fff;
    text-transform: capitalize;
}

.team h3 {
    text-transform: uppercase;
    margin: 15px 0 0 0;
    color: #fff;
    font-size: 22px
}

.team p {
    color: #999;
    margin-top: 0px !important;
}

.team img {
    width: 128px;
    height: 128px;
    border: 0;
    border-radius: 0;
}

.team p {}

.team .row-secondary-extend p {
    color: #65b6a5
}

.contact {
    background: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
}

.contact h1 {
    text-transform: capitalize;
}

.oi-60 {
    font-size: 60px
}

.row-secondary {
    margin-top: 40px
}

.row-secondary-extend {
    margin-top: 60px
}

.footer {
    background: #65b6a5;
    padding-top: 40px;
    padding-bottom: 30px;
    color: #fff
}

.footer {
    color: #fff;
    text-transform: capitalize;
}

.footer h4 {
    margin-top: 10px;
    text-transform: capitalize;
}

.footer p {
    color: #fff;
    font-size: 12px;
}

.footer .social {
    margin-top: 20px
}

.footer .social a {
    padding: 1em 4px;
    color: #fff
}

.footer .social a:hover {
    color: #ddd
}

.footer .logo-sm {
    width: 100px;
}


/**/

.form-control {
    border: 0;
    box-shadow: none;
    border-radius: 0;
    background: rgba(185, 185, 185, .2);
    -webkit-transition: background-color .4s linear, background-color .4s linear;
    -moz-transition: background-color .4s linear, background-color .4s linear;
    -o-transition: background-color .4s linear, background-color .4s linear;
    -ms-transition: background-color .4s linear, background-color .4s linear;
    transition: background-color .4s linear, background-color .4s linear;
    text-transform: lowercase;
}

.form-control:focus {
    background: rgba(101, 182, 165, .2);
    box-shadow: none;
}

.map {
    margin-top: 0px;
}

.map h1 {
    text-transform: capitalize;
}

#map {
    height: 560px;
    width: 100%;
}

@media only screen and (max-width: 480px) {
    .hero {
        text-align: center;
    }
    .hero .heading:after {
        height: 0
    }
    .hero--text h1 {
        margin-top: 100px;
        color: #fff;
    }
    .hero--text p {
        color: #fff;
    }
    .strategy,
    .edge,
    .team,
    .contact {
        padding-top: 40px;
        padding-bottom: 40px
    }
    .col {
        margin-bottom: 20px
    }
    .navbar-default .navbar-toggle {
        border: none;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background: #65b6a5
    }
    .navbar-default .navbar-toggle {
        color: white !important;
        __background: rgba(0, 0, 0, .1);
    }
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: inherit;
        color: #65b6a5
    }
    .navbar-default .navbar-nav > li a::after {
        height: 0
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: inherit;
        __border-bottom: 1px solid rgba(0, 0, 0, .6);
    }
    .hero .hero--text {
        padding-top: 160px !important
    }
    .navbar.affix .navbar-toggle {
        color: #65b6a5 !important;
        background: inherit;
    }
}

.navbar.affix {
    width: 100%;
    z-index: 9999;
    background: #fff;
    position: fixed;
    padding-top: 20px;
    padding-bottom: 20px;
}

.navbar.affix .logo-svg {
    width: 180px;
    margin-top: -5px
}

.navbar.affix .navbar-nav > li a:hover {
    color: #65b6a5
}

.navbar.affix .navbar-nav > .active > a,
.navbar.affix .navbar-nav > .active > a:focus,
.navbar.affix .navbar-nav > .active > a:hover {
    background: inherit;
    color: #65b6a5;
}

.navbar.affix .navbar-nav > .active a::after,
.navbar.affix .navbar-nav > li a:hover::after {
    background: #65b6a5;
    width: 100%;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    background-color: inherit;
    color: #fff;
}

.dash {
    display: inline-block;
    line-height: 10px;
    margin: -18px -28px;
    padding: 18px 0 18px 50px;
    position: relative;
    transition: all 0.2s ease 0s;
}

.dash::before {
    background: #65b6a5;
    height: 2px;
    left: 30px;
    margin-top: -2px;
    position: absolute;
    transition: all 0.2s ease 0s;
    width: 10px;
}

.dash::before,
.dash::after {
    content: "";
    top: 50%;
}
