body {
    font-family: 'Proximanova Regular', serif;
    font-size: 16px;
    color: rgba(0, 0, 0, .8);
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: 'liga' on
}

* {
    outline: none!important
}

a {
    text-decoration: none!important
}

#home .logo {
    position: relative;
    top: 10px;
    display: inline-block;
    width: 200px;
    height: 200px;
    margin-bottom: 40px
}

#home .logo span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #525252
}

#home span.one {
    top: 96px;
    left: 80px
}

#home span.two {
    top: auto;
    bottom: 10px;
    left: 40px
}

#home span.three {
    top: auto;
    right: 50px;
    bottom: 10px;
    left: auto
}

.navbar-default .logo,
footer .logo {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    margin-top: -10px
}

.navbar-default .logo span,
footer .logo span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #525252
}

.navbar-default span.one,
footer span.one {
    top: 17px;
    left: 20px
}

.navbar-default span.two,
footer span.two {
    top: auto;
    bottom: 10px;
    left: 13px
}

.navbar-default span.three,
footer span.three {
    top: auto;
    right: 12px;
    bottom: 10px;
    left: auto
}

.navbar-default .logo {
    bottom: 6px;
    display: inline-block;
    transition: .30s opacity ease;
    opacity: 1
}

.navbar-default span.name {
    position: relative;
    top: -18px;
    left: -10px;
    transition: .25s left ease
}

.navbar-default .navbar-toggle {
    top: 16px;
    border: none
}

@media (max-width:768px) {
    .navbar-default {
        background: #fff!important
    }
    .navbar-nav {
        margin: 0
    }
    .navbar-default .navbar-nav>li>a {
        padding: 0
    }
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: transparent
    }
    .navbar-default .navbar-collapse {
        margin-top: 20px
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #585858
    }
}

.navbar-default.active .logo {
    display: inline-block;
    opacity: 1
}

@font-face {
    font-family: 'Proximanova Light';
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/proximanova-light-webfont.ttf)
}

@font-face {
    font-family: 'Proximanova Regular';
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/proximanova-regular-webfont.ttf)
}

@font-face {
    font-family: 'Gotham Rounded Light';
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/gotham-rounded-light.ttf)
}

section#home {
    position: relative;
    overflow: hidden;
    height: 700px
}

section#home .introduction {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    -ms-flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

section#home .introduction h1 {
    font-family: 'Playfair Display', 'Proximanova Light', sans-serif;
    font-size: 50px;
    line-height: 66px;
    max-width: 700px;
    text-align: center;
    color: #585858
}

section#home .introduction h1 span {
    color: #4cae4c
}

section#home .introduction p {
    font-size: 20px;
    margin: 12px 0;
    color: #585858
}

section#home .introduction .btn {
    font-size: 16px;
    min-width: 150px;
    margin: 16px 10px;
    padding: 12px 20px;
    transition: .50s background ease;
    color: #245841;
    background: transparent
}

section#home .introduction .btn-success:focus,
section#home .introduction .btn-success:hover,
section#home .introduction .btn-success:active,
section#home .introduction .btn-success:active:focus,
section#home .introduction .btn-success:active:hover {
    color: #fff;
    border-color: #42544c;
    background: #287c56
}

@media (max-width:768px) {
    section#home {
        height: 500px
    }
    section#home .fullscreen-bg {
        height: 500px
    }
    section#home .introduction {
        text-align: center!important
    }
    section#home .introduction h1 {
        font-size: 30px;
        line-height: 48px
    }
}

.navbar-default {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 80px;
    margin-bottom: 0;
    transition: .50s background ease;
    border: none;
    border-radius: 0;
    background: #fff;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .1)
}

.navbar-default.active {
    background: #fff;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .1)
}

.navbar-default .navbar-brand {
    font-family: 'Proximanova Regular', sans-serif;
    font-size: 28px;
    font-weight: 400;
    margin: 10px 0;
    margin-bottom: 0;
    transition: .50s color ease;
    color: #525252
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #585858
}

.navbar-default .navbar-nav>li>a {
    font-size: 16px;
    margin: 15px 0;
    padding: 15px;
    color: #525252!important
}

.navbar-default .navbar-nav>li>a:hover {
    color: #888
}

.navbar-default .navbar-nav>li>a.btn {
    margin-top: 18px;
    margin-left: 10px;
    padding: 10px;
    transition: .50s background ease;
    color: #888;
    border-color: #525252;
    background: transparent
}

.navbar-default.active .navbar-nav>li>a.btn {
    color: #fff!important;
    border-color: #42544c;
    background: #287c56
}

.home-page section#technology .flex-box {
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -ms-flex-direction: row
}

.home-page section#technology .flex-box .left,
.home-page section#technology .flex-box .right {
    width: 50%
}

.home-page section#technology .flex-box .left {
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    padding: 50px 0;
    border-right: 1px solid rgba(0, 0, 0, .1);
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: row;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: center;
    align-items: center
}

.home-page section#technology .right .card:first-child {
    border-bottom: 1px solid rgba(0, 0, 0, .2)
}

.home-page section#technology .right .card {
    padding: 50px 0;
    padding-left: 80px
}

@media (max-width:768px) {
    .home-page section#technology .flex-box {
        flex-direction: column;
        -ms-flex-direction: column
    }
    .home-page section#technology .flex-box .left,
    .home-page section#technology .flex-box .right {
        width: 100%
    }
    .home-page section#technology .flex-box .left,
    .home-page section#technology .right .card {
        padding: 20px 20px
    }
}

.home-page section#technology h2 {
    font-size: 40px;
    line-height: 45px;
    max-width: 340px;
    margin-bottom: 35px
}

.home-page section#technology p {
    font-size: 16px;
    line-height: 30px;
    max-width: 450px;
    color: rgba(0, 0, 0, .6)
}

.home-page section#technology h3 {
    font-size: 28px;
    margin-bottom: 40px
}

.home-page section#technology .btn {
    margin: 20px 0;
    padding: 8px 25px;
    transition: .50s background ease;
    color: #4cae4c;
    background: #fff
}

.home-page section#technology .btn-success:focus,
.home-page section#technology .btn-success:hover,
.home-page section#technology .btn-success:active,
.home-page section#technology .btn-success:active:focus,
.home-page section#technology .btn-success:active:hover {
    color: #fff;
    border-color: #4cae4c;
    background: #4cae4c
}

.home-page section#technology .card {
    margin-bottom: 50px
}

.home-page #technology img {
    display: block;
    margin: 70px 0
}

section#technology {
    border-top: 1px solid rgba(0, 0, 0, .1)
}

#laravel .card,
#mobile .card,
#agile .card,
#what-we-do .card {
    padding: 50px 0
}

#laravel .card h2,
#mobile .card h2,
#agile .card h2,
#what-we-do .card h2 {
    margin-bottom: 35px
}

#laravel .card p,
#mobile .card p,
#agile .card p,
#what-we-do .card p {
    font-size: 16px;
    line-height: 30px;
    max-width: 450px;
    color: rgba(0, 0, 0, .6)
}

#laravel .card ul,
#mobile .card ul,
#agile .card ul,
#what-we-do .card ul {
    font-size: 16px;
    line-height: 20px;
    margin: 40px 0;
    padding-left: 40px
}

#laravel .card ul li,
#mobile .card ul li,
#agile .card ul li,
#what-we-do .card ul li {
    margin-bottom: 12px;
    color: rgba(0, 0, 0, .6)
}

#laravel .card .block,
#mobile .card .block,
#agile .card .block,
#what-we-do .card .block {
    margin: 25px 0 40px
}

#laravel .card .block h3,
#mobile .card .block h3,
#agile .card .block h3,
#what-we-do .card .block h3 {
    margin: 0 0 40px
}

#laravel .card img,
#mobile .card img,
#agile .card img,
#what-we-do .card img {
    margin: 150px 0
}

#what-we-do {
    border: 1px solid rgba(0, 0, 0, .05);
    border-right: none;
    border-left: none
}

#choose-us {
    padding: 50px 0
}

#choose-us h2 {
    margin-bottom: 40px
}

#choose-us h3 {
    margin-bottom: 25px
}

#choose-us p {
    line-height: 30px;
    max-width: 320px;
    color: rgba(0, 0, 0, .6)
}

#choose-us .block {
    margin: 30px 0
}

.project-image {
    position: relative;
    height: 500px
}

.project-image img {
    position: absolute;
    z-index: 9;
    top: -200px;
    right: -400px;
    max-width: 1000px
}

section#laravel,
section#mobile {
    overflow: hidden;
    min-height: 760px
}

#our-work {
    padding: 50px 0;
    border-top: 1px solid rgba(0, 0, 0, .05)
}

#our-work h2 {
    font-size: 40px;
    position: relative;
    margin-bottom: 100px
}

#our-work h2:after {
    position: absolute;
    bottom: -50px;
    left: 0;
    display: block;
    width: 100px;
    height: 2px;
    content: '';
    background: #dadada
}

#our-work h3 {
    margin-bottom: 30px
}

#our-work .block {
    min-height: 210px
}

#our-work span.count {
    font-size: 18px;
    position: relative;
    top: -2px;
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    padding: 2px;
    text-align: center;
    color: #4cae4c;
    border: 1px solid #4cae4c;
    border-radius: 50%
}

#our-work .banner {
    min-height: 400px;
    margin: 30px 0
}

#our-work p {
    line-height: 30px;
    max-width: 440px;
    margin-bottom: 50px;
    color: rgba(0, 0, 0, .6)
}

#our-work p.intro {
    font-size: 20px;
    line-height: 38px;
    max-width: 100%;
    margin-bottom: 30px
}

#our-work .banner {
    min-height: 400px;
    margin: 30px 0;
    background-image: url(../images/our-work.jpg);
    background-position-y: -300px;
    background-size: cover
}

@media (max-width:768px) {
    #our-work .banner {
        background-repeat: no-repeat;
        background-position-y: 0
    }
}

section#recent-works {
    min-height: 300px;
    padding: 30px 0 100px;
    background: #f6f7fb
}

section#recent-works h2 {
    font-size: 38px;
    margin-bottom: 30px;
    padding: 20px 10px;
    text-align: center;
    color: #585858
}

section#recent-works ul {
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    padding-left: 0;
    list-style: none;
    -ms-flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

section#recent-works ul li {
    width: 48%;
    min-height: 290px;
    margin: 10px;
    padding-left: 0;
    list-style: none;
    background-repeat: no-repeat;
    background-size: 100%
}

@media (max-width:768px) {
    section#recent-works {
        display: none
    }
}

section#agile-methodology {
    padding: 50px 0
}

section#agile-methodology h3 {
    font-size: 38px;
    line-height: 42px;
    max-width: 400px;
    margin-bottom: 50px
}

section#agile-methodology p {
    font-size: 16px;
    line-height: 30px;
    color: rgba(0, 0, 0, .6)
}

section#agile-methodology .btn {
    margin: 40px 0;
    padding: 8px 25px;
    transition: .50s background ease;
    color: #4cae4c;
    background: #fff
}

section#agile-methodology .btn-success:focus,
section#agile-methodology .btn-success:hover,
section#agile-methodology .btn-success:active,
section#agile-methodology .btn-success:active:focus,
section#agile-methodology .btn-success:active:hover {
    color: #fff;
    border-color: #4cae4c;
    background: #4cae4c
}

section#agile-methodology img {
    width: 100%;
    max-width: 300px;
    margin: 50px auto
}

footer {
    padding: 50px 0 0;
    background: #f6f7fb
}

footer h3 {
    font-size: 18px;
    position: relative;
    margin-bottom: 55px;
    text-transform: uppercase;
    color: #585858
}

footer h3:after {
    position: absolute;
    bottom: -16px;
    left: 0;
    width: 40px;
    height: 2px;
    content: '';
    background: #585858
}

footer .logo {
    margin-top: -5px
}

footer .logo span {
    background: #585858
}

footer ul {
    padding-left: 0;
    list-style: none
}

footer ul li a {
    transition: .50s color ease;
    color: #585858
}

footer ul li a:hover {
    color: #585858
}

footer ul li {
    margin-bottom: 12px
}

footer p {
    line-height: 30px;
    color: #585858
}

footer .copyright {
    font-size: 14px;
    margin-top: 50px;
    padding: 10px 0;
    border-top: 1px solid #e8e8e8
}

footer .copyright p {
    margin-top: 10px
}

footer .copyright h2 {
    font-size: 22px;
    margin: 0;
    color: #fff
}

footer .copyright a {
    font-size: 14px;
    display: inline-block;
    margin-top: 10px;
    color: #585858
}

section#testimonials {
    position: relative;
    min-height: 600px;
    border-top: 1px solid #e9ecee;
    background: #f6f7fb
}

section#testimonials .carousel {
    position: relative;
    position: absolute;
    top: 50px;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    -ms-flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center
}

section#testimonials h2 {
    font-size: 38px;
    margin: 100px 0;
    text-align: center
}

section#testimonials .carousel p {
    font-size: 20px;
    line-height: 30px;
    margin-top: 18px;
    text-align: left
}

section#testimonials .carousel img {
    width: 100px;
    height: 100px;
    margin: 18px auto 0;
    border-radius: 50%
}

section#testimonials .carousel-control i {
    font-size: 50px;
    opacity: 1!important;
    color: #222;
    text-shadow: none!important
}

section#testimonials a.carousel-control {
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    background: none;
    background-image: none!important;
    -ms-flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

#our-castle img {
    margin: 0 30px 35px 0;
    opacity: .8;
}

section#contact {
    padding: 100px 0;
    text-align: center
}

section#contact .btn {
    color: #fff;
    border-color: #42544c;
    background: #287c56;
    margin-left: 10px;
    padding: 14px;
    padding-left: 37px;
    padding-right: 37px
}

section#contact .btn-success:focus,
section#contact .btn-success:hover,
section#contact .btn-success:active,
section#contact .btn-success:active:focus,
section#contact .btn-success:active:hover {
    color: #fff;
    border-color: #42544c;
    background: #287c56
}

section#contact h2 {
    font-size: 36px;
    margin-bottom: 22px
}

section#contact p {
    margin-bottom: 30px;
    color: rgba(0, 0, 0, .6)
}

section#our-values {
    padding: 50px 0
}

#our-values i {
    font-size: 60px;
    display: block;
    text-align: center;
    color: #287c56
}

section#our-values h3 {
    font-size: 30px;
    margin-bottom: 50px;
    text-align: center
}

section#our-values h4 {
    font-size: 22px;
    margin-bottom: 30px;
    text-align: center
}

section#our-values p {
    margin-bottom: 50px;
    text-align: center
}

#our-values a.btn.btn-success {
    font-size: 16px;
    padding: 12px 20px;
    color: #5cb85c;
    border-color: #5cb85c;
    background: #fff
}

section#services {
    padding: 50px 0
}

section#services h3 {
    font-size: 30px;
    margin-bottom: 40px
}

section#services p {
    line-height: 30px;
    margin-bottom: 25px;
    color: rgba(0, 0, 0, .6)
}

section#services .card {
    margin-bottom: 100px
}

#services a.btn.btn-success {
    padding: 12px 20px;
    color: #5cb85c;
    background: #fff
}

section#technologies {
    padding: 50px 0;
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, .05)
}

section#technologies h3 {
    font-size: 30px;
    margin-bottom: 100px
}

section#technologies ul {
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    padding-left: 0;
    list-style: none;
    -ms-flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center
}

section#technologies ul li {
    display: -ms-flexbox;
    display: flex;
    padding: 40px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

section#technologies ul li img {
    width: 100px
}

.get-an-estimate .form {
    margin: 100px 0
}

.get-an-estimate .form h3 {
    font-size: 34px;
    margin-bottom: 20px;
    text-align: center
}

.get-an-estimate .form p {
    margin-bottom: 80px;
    text-align: center;
    color: rgba(0, 0, 0, .6)
}

.get-an-estimate .form .form-group {
    overflow: hidden;
    margin-bottom: 20px
}

.get-an-estimate .form .form-group label {
    font-family: 'Proximanova Light', sans-serif;
    font-size: 18px;
    padding: 10px 0;
    color: rgba(0, 0, 0, .6)
}

.get-an-estimate .form-control {
    font-size: 16px;
    border: none!important;
    border-radius: 2px;
    background: #f2f2f2;
    box-shadow: none!important
}

.get-an-estimate textarea {
    resize: none
}

.get-an-estimate input.form-control,
.get-an-estimate select.form-control {
    height: 50px
}

.get-an-estimate .btn.btn-success {
    font-size: 16px;
    padding: 10px 40px;
    transition: .50s background ease;
    color: #287c56;
    background: #fff
}

.get-an-estimate .btn.btn-success:focus,
.get-an-estimate .btn.btn-success:hover,
.get-an-estimate .btn.btn-success:active,
.get-an-estimate .btn.btn-success:active:focus,
.get-an-estimate .btn.btn-success:active:hover {
    color: #fff;
    border-color: #42544c;
    background: #287c56
}

.demo-images {
    position: relative;
    width: 100%;
    max-height: 500px
}

.demo-images img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.demo-images img.macbook {
    z-index: 9;
    top: 60px;
    right: -42px;
    bottom: 0;
    left: auto
}

img.img-responsive.iphone {
    z-index: 9;
    top: 306px;
    bottom: 0;
    left: -15px;
    width: 185px
}

.slider-container {
    margin-top: 30px
}

.theme-green .back-bar .selected-bar {
    background-color: #4cae4c;
    background-image: none
}

.pointer-label.low,
.pointer-label.high {
    font-size: 16px!important;
    top: -26px!important;
    margin-left: -20px
}

@media (max-width:768px) {
    section#agile-methodology {
        border-top: 1px solid rgba(0, 0, 0, .05)
    }
    section#testimonials {
        display: none
    }
    section#services .card img {
        display: none
    }
    section#home .introduction p {
        padding: 0 20px
    }
    section#laravel,
    section#mobile {
        min-height: auto
    }
    .project-image {
        display: none
    }
    .copyright {
        text-align: center!important
    }
    .copyright h2 {
        margin: 20px 0!important
    }
    .copyright p {
        text-align: center!important
    }
}

.our-work-page #our-work {
    padding-bottom: 0
}

.our-work-page #contact {
    padding-top: 50px
}

.our-work-page section#home,
.service-page section#home {
    overflow: hidden;
    height: 400px
}

.our-work-page #technologies,
.our-work-page #our-work,
.service-page #technologies,
.service-page #our-work {
    margin-top: 100px;
    border-top: none
}

#home::before {
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 430px;
    height: 350px;
    content: '';
    background-image: url(../images/bg.svg);
    background-size: 100%
}

#home::after {
    position: absolute;
    right: 0;
    bottom: -60px;
    width: 430px;
    height: 350px;
    content: '';
    transform: rotateY(-180deg);
    background-image: url(../images/bg.svg);
    background-size: 100%
}

@media (max-width:900px) {
    #home::before,
    #home::after {
        display: none
    }
}