@font-face {
    font-family: icomoon;
    src: url(../fonts/icomoon/icomoon.eot?srf3rx);
    src: url(../fonts/icomoon/icomoon.eot?srf3rx#iefix) format("embedded-opentype"),url(../fonts/icomoon/icomoon.ttf?srf3rx) format("truetype"),url(../fonts/icomoon/icomoon.woff?srf3rx) format("woff"),url(../fonts/icomoon/icomoon.svg?srf3rx#icomoon) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: kalameh-bold;
    src: url(../fonts/kalameh-bold/kalameh-bold.eot);
    src: url(../fonts/kalameh-bold/kalameh-bold.eot?#iefix) format("embedded-opentype"),url(../fonts/kalameh-bold/kalameh-bold.woff2) format("woff2"),url(../fonts/kalameh-bold/kalameh-bold.woff) format("woff"),url(../fonts/kalameh-bold/kalameh-bold.ttf) format("truetype"),url("../fonts/kalameh-bold/kalameh-bold.svg#Kalameh Bold") format("svg")
}

@font-face {
    font-family: kalameh-regular;
    src: url(../fonts/kalameh-bold/kalameh-regular.ttf) format("truetype")
}

@font-face {
    font-family: 'Yekan';
    src: url(../fonts/Yekan/Yekan.eot );
    src: url(../fonts/Yekan/Yekan.eot?#iefix ) format( 'embedded-opentype' ), url( ../fonts/Yekan/Yekan.woff2 ) format( 'woff2' ), url( ../fonts/Yekan/Yekan.woff ) format( 'woff' ), url( ../fonts/Yekan/Yekan.ttf ) format( 'truetype' ), url( ../fonts/Yekan/Yekan.svg#Yekan ) format( 'svg' );
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: kalameh-regular;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.5;
    color: #777;
    color: #7f7f7f;
    background: #fff;
    height: 100%;
    position: relative;
    user-select: none
}

a {
    color: rgba(0,0,0,.5);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

    a:active, a:focus, a:hover {
        color: rgba(0,0,0,.5);
        outline: 0
    }

p {
    margin-bottom: 1.5em
}

h1 {
    color: inherit; /*#000;*/
    font-family: kalameh-bold;
    font-weight: 400;
    margin: 0 0 30px 0
}

h2, h3, h4, h5, h6 {
    color: #000;
    font-family: kalameh-regular;
    font-weight: 400;
    margin: 0 0 30px 0
}

::-webkit-selection {
    color: #818892;
    background: #f9f6f0
}

::-moz-selection {
    color: #818892;
    background: #f9f6f0
}

::selection {
    color: #818892;
    background: #f9f6f0
}

.edge--bottom {
    position: relative;
    z-index: 1
}

    .edge--bottom:after {
        background: inherit;
        content: '';
        display: block;
        height: 50%;
        left: 0;
        position: absolute;
        right: 0;
        z-index: -1;
        -webkit-backface-visibility: hidden
    }

    .edge--bottom:after {
        bottom: 0;
        transform: skewY(-1.5deg);
        transform-origin: 100%
    }

.edge--top {
    position: relative;
    z-index: 1
}

    .edge--top:before {
        background: inherit;
        content: '';
        display: block;
        height: 50%;
        left: 0;
        position: absolute;
        right: 0;
        z-index: -1;
        -webkit-backface-visibility: hidden
    }

    .edge--top:before {
        top: 0;
        transform: skewY(1.5deg);
        transform-origin: 100% 0
    }

#fh5co-header {
    position: absolute;
    z-index: 99;
    width: 100%;
    opacity: 1;
    top: 0;
    margin-top: 40px
}

@media screen and (max-width:768px) {
    #fh5co-header {
        margin-top: 0;
        background: #fff;
        -webkit-box-shadow: 0 0 9px 0 rgba(0,0,0,.1);
        -moz-box-shadow: 0 0 9px 0 rgba(0,0,0,.1);
        -ms-box-shadow: 0 0 9px 0 rgba(0,0,0,.1);
        box-shadow: 0 0 9px 0 rgba(0,0,0,.1)
    }

        #fh5co-header .navbar-brand {
            color: rgba(0,0,0,.5) !important
        }

        #fh5co-header #navbar li a {
            color: rgba(0,0,0,.5) !important;
            -webkit-transition: .3s;
            -o-transition: .3s;
            transition: .3s
        }

            #fh5co-header #navbar li a:hover {
                color: rgba(0,0,0,.5) !important
            }

            #fh5co-header #navbar li a span:before {
                background: 0 0 !important
            }

        #fh5co-header #navbar li.active a {
            background: 0 0;
            background: 0 0;
            color: rgba(0,0,0,.5) !important
        }

            #fh5co-header #navbar li.active a span:before {
                visibility: visible;
                -webkit-transform: scaleX(1);
                transform: scaleX(1)
            }
}

#fh5co-header .navbar {
    padding-bottom: 0;
    margin-bottom: 0
}

#fh5co-header #navbar li a {
    font-family: kalameh-bold;
    color: rgba(255,255,255,.5);
    position: relative;
    font-size: 19px;
    font-weight: 300
}

    #fh5co-header #navbar li a span {
        position: relative;
        display: block;
        padding-bottom: 2px
    }

        #fh5co-header #navbar li a span:before {
            content: "";
            position: absolute;
            width: 100%;
            height: 2px;
            bottom: 0;
            left: 0;
            background-color: rgba(255,255,255,.5);
            visibility: hidden;
            -webkit-transform: scaleX(0);
            -moz-transform: scaleX(0);
            -ms-transform: scaleX(0);
            -o-transform: scaleX(0);
            transform: scaleX(0);
            -webkit-transition: all .3s ease-in-out 0s;
            -moz-transition: all .3s ease-in-out 0s;
            -ms-transition: all .3s ease-in-out 0s;
            -o-transition: all .3s ease-in-out 0s;
            transition: all .3s ease-in-out 0s
        }

    #fh5co-header #navbar li a:hover {
        color: #fff
    }

        #fh5co-header #navbar li a:hover span:before {
            visibility: visible;
            -webkit-transform: scaleX(1);
            -moz-transform: scaleX(1);
            -ms-transform: scaleX(1);
            -o-transform: scaleX(1);
            transform: scaleX(1)
        }

#fh5co-header #navbar li.active a {
    background: 0 0;
    background: 0 0;
    color: #fff
}

    #fh5co-header #navbar li.active a span:before {
        visibility: visible;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

#fh5co-header .navbar-brand {
    float: left;
    display: block;
    font-size: 30px;
    font-weight: 700;
    padding-left: 0;
    color: #fff
}

#fh5co-header.navbar-fixed-top {
    position: fixed !important;
    background: #fff;
    -webkit-box-shadow: 0 0 9px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 9px 0 rgba(0,0,0,.1);
    -ms-box-shadow: 0 0 9px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 9px 0 rgba(0,0,0,.1);
    margin-top: 0;
    top: 0
}

    #fh5co-header.navbar-fixed-top .navbar-brand {
        color: rgba(0,0,0,.5)
    }

    #fh5co-header.navbar-fixed-top #navbar li a {
        color: rgba(0,0,0,.5);
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }

        #fh5co-header.navbar-fixed-top #navbar li a:hover {
            color: rgba(0,0,0,.5)
        }

    #fh5co-header.navbar-fixed-top #navbar li.active a {
        background: 0 0;
        background: 0 0;
        color: rgba(0,0,0,.5)
    }

        #fh5co-header.navbar-fixed-top #navbar li.active a span:before {
            visibility: visible;
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
            background-color: rgba(0,0,0,.5)
        }

#fh5co-header .navbar-default {
    border: transparent;
    background: 0 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}

@media screen and (max-width:768px) {
    #fh5co-header .navbar-default {
        margin-top: 0;
        padding-right: 0;
        padding-left: 0
    }

    .navbar-brand > img {
        display: none;
    }
}

#fh5co-header a {
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s
}

.dark-section {
    background-color: transparent;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    width: 100%;
    background-color: #000;
    color: #fff;
    overflow: hidden
}

    .dark-section .dark-section-info {
        padding: 0;
        margin: 0 0 1.5em 0
    }

        .dark-section .dark-section-info li {
            position: relative;
            padding: 0;
            margin: 0 0 1.5em 0;
            padding-left: 50px;
            list-style: none
        }

            .dark-section .dark-section-info li i {
                position: absolute;
                top: .2em;
                left: 0
            }

    .dark-section .gradient {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 2;
        opacity: .9;
        -webkit-backface-visibility: hidden;
        background-color: rgba(255,255,255,.2)
    }

#home-section, #home-section .text-wrap {
    height: 900px
}

.dark-section .text-wrap {
    display: table;
    width: 100%;
    position: relative;
    z-index: 4
}

.dark-section .text-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

    .dark-section .text-inner a {
        color: #fff;
        border-bottom: 1px dashed rgba(255,255,255,.5);
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s
    }

        .dark-section .text-inner a:active, .dark-section .text-inner a:focus, .dark-section .text-inner a:hover {
            text-decoration: none;
            color: #fff;
            border-bottom: 1px dashed #fff
        }

    .dark-section .text-inner h1 {
        font-size: 50px;
        color: #fff;
        margin: 0 0 20px 0
    }

    .dark-section .text-inner h2 {
        font-size: 28px;
        line-height: 38px;
        font-weight: 300;
        color: rgba(255,255,255,.8);
        margin: 0
    }

.slant {
    position: absolute;
    transform: rotate(-1.7deg);
    -ms-transform: rotate(-1.7deg);
    -webkit-transform: rotate(-1.7deg);
    -o-transform: rotate(-1.7deg);
    -moz-transform: rotate(-1.7deg);
    background-color: #fff;
    content: "";
    z-index: 3;
    display: inline-block;
    height: 70px;
    bottom: 0;
    margin-bottom: -35px;
    padding: 0;
    width: 101%
}

#about-section, #agency-section, #customers-section, #fh5co-counters, #heros-section, .inner-dark-section, .white-section {
    padding: 4em 0
}

@media screen and (max-width:768px) {
    #about-section, #agency-section, #customers-section, #fh5co-counters, #heros-section, .inner-dark-section, .white-section {
        padding: 2em 0
    }
}

#about-section, #agency-section, #fh5co-counters, .inner-dark-section {
    padding: 7em 0
}

@media screen and (max-width:768px) {
    #about-section, #agency-section, #fh5co-counters, .inner-dark-section {
        padding: 4em 0
    }
}

#about-section {
    overflow: hidden;
    position: relative;
    color: rgba(255,255,255,.7)
}

    #about-section:after, #about-section:before {
        position: absolute;
        transform: rotate(-1.7deg);
        -ms-transform: rotate(-1.7deg);
        -webkit-transform: rotate(-1.7deg);
        -o-transform: rotate(-1.7deg);
        -moz-transform: rotate(-1.7deg);
        background-color: #fff;
        content: "";
        z-index: 3;
        display: inline-block;
        height: 70px;
        padding: 0;
        width: 101%
    }

    #about-section:before, #agency-section:before {
        top: 0;
        margin-top: -35px;
        background-color: transparent;
    }

    #about-section:after, #agency-section:after {
        bottom: 0;
        margin-bottom: -35px
    }

    #about-section .fh5co-service, #agency-section .fh5co-service {
        padding-right: 30px
    }

    #about-section h1, #agency-section h1 {
        color: #fff
    }

    #about-section h3, #agency-section h3 {
        font-size: 24px;
        color: #fff
    }

    #about-section .icon, #agency-section .icon {
        font-size: 70px;
        margin-bottom: 30px;
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1
    }

        #about-section .icon:before, #agency-section .icon:before {
            color: #fff
        }

    #about-section .section-heading h2, #agency-section .section-heading h2 {
        color: #fff
    }

        #about-section .section-heading h2.left-border:after, #agency-section .section-heading h2.left-border:after {
            background: rgba(255,255,255,.3)
        }

#fh5co-counters {
    background: rgba(0,0,0,.5);
    overflow: hidden;
    background-color: transparent;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    width: 100%;
    padding: 9em 0 10em 0
}

@media screen and (max-width:768px) {
    #fh5co-counters {
        padding: 4em 0
    }
}

#fh5co-counters .fh5co-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: rgba(0,0,0,.7)
}

#fh5co-counters:after, #fh5co-counters:before {
    position: absolute;
    transform: rotate(-1.7deg);
    -ms-transform: rotate(-1.7deg);
    -webkit-transform: rotate(-1.7deg);
    -o-transform: rotate(-1.7deg);
    -moz-transform: rotate(-1.7deg);
    background-color: #fff;
    content: "";
    z-index: 3;
    display: inline-block;
    height: 70px;
    padding: 0;
    width: 101%
}

#fh5co-counters:before {
    top: 0;
    margin-top: -35px
}

#fh5co-counters:after {
    bottom: 0;
    margin-bottom: -35px
}

#fh5co-counters .section-heading {
    position: relative;
    z-index: 3;
    margin-bottom: 0
}

    #fh5co-counters .section-heading h2 {
        color: #fff
    }

        #fh5co-counters .section-heading h2:after {
            background: rgba(255,255,255,.3) !important
        }

    #fh5co-counters .section-heading .subtext h3 {
        color: rgba(255,255,255,.7) !important
    }

#fh5co-counters .fh5co-counter {
    position: relative;
    z-index: 3;
    text-align: center
}

@media screen and (max-width:992px) {
    #fh5co-counters .fh5co-counter {
        margin-bottom: 50px;
        float: left;
        width: 100%
    }
}

#fh5co-counters .fh5co-counter .fh5co-counter-icon, #fh5co-counters .fh5co-counter .fh5co-counter-label, #fh5co-counters .fh5co-counter .fh5co-counter-number {
    display: block
}

#fh5co-counters .fh5co-counter .fh5co-counter-icon {
    font-size: 40px;
    color: rgba(0,0,0,.5)
}

#fh5co-counters .fh5co-counter .fh5co-counter-number {
    font-size: 70px;
    color: #fff;
    font-weight: 300
}

#fh5co-counters .fh5co-counter .fh5co-counter-label {
    color: rgba(255,255,255,.5);
    font-size: 18px;
    font-weight: 400
}

#customers-section .box-testimony {
    margin-bottom: 2em;
    float: left
}

    #customers-section .box-testimony a {
        color: rgba(255,255,255,.5)
    }

        #customers-section .box-testimony a:active, #customers-section .box-testimony a:focus, #customers-section .box-testimony a:hover {
            color: #fff;
            text-decoration: none
        }

    #customers-section .box-testimony blockquote {
        padding-left: 0;
        border-left: none;
        padding: 30px;
        background: #fff;
        background: rgba(0,0,0,.5);
        font-size: 20px;
        font-weight: 300;
        position: relative;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -ms-border-radius: 7px;
        border-radius: 7px
    }

        #customers-section .box-testimony blockquote:after {
            content: "";
            position: absolute;
            top: 100%;
            left: 40px;
            border-top: 10px solid #000;
            border-top-color: #fff;
            border-top-color: rgba(0,0,0,.5);
            border-left: 10px solid transparent;
            border-right: 10px solid transparent
        }

        #customers-section .box-testimony blockquote p {
            font-style: italic;
            color: #fff
        }

    #customers-section .box-testimony .author {
        line-height: 20px;
        color: #000;
        font-size: 16px;
        margin-left: 20px;
        font-weight: 400
    }

        #customers-section .box-testimony .author a {
            color: rgba(0,0,0,.5)
        }

            #customers-section .box-testimony .author a:hover {
                text-decoration: underline
            }

        #customers-section .box-testimony .author > figure {
            float: left;
            margin-right: 10px
        }

            #customers-section .box-testimony .author > figure img {
                width: 60px;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                -ms-border-radius: 50%;
                border-radius: 50%
            }

        #customers-section .box-testimony .author p {
            float: left;
            margin-top: 10px
        }

        #customers-section .box-testimony .author .subtext {
            display: block;
            color: rgba(0,0,0,.5);
            font-size: 16px;
            font-weight: 400 !important
        }

.inner-dark-section {
    overflow: hidden;
    position: relative;
    color: rgba(255,255,255,.8);
    background-color: #000
}

    .inner-dark-section .gradient {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 2;
        opacity: .9;
        -webkit-backface-visibility: hidden;
        background-color: rgba(255,255,255,.2)
    }

    .inner-dark-section a {
        color: rgba(255,255,255,.5);
        text-decoration: underline
    }

        .inner-dark-section a:hover {
            color: #fff
        }

    .inner-dark-section:after, .inner-dark-section:before {
        position: absolute;
        transform: rotate(-1.7deg);
        -ms-transform: rotate(-1.7deg);
        -webkit-transform: rotate(-1.7deg);
        -o-transform: rotate(-1.7deg);
        -moz-transform: rotate(-1.7deg);
        background-color: #fff;
        content: "";
        z-index: 3;
        display: inline-block;
        height: 70px;
        padding: 0;
        width: 101%
    }

    .inner-dark-section:before {
        top: 0;
        margin-top: -35px
    }

    .inner-dark-section:after {
        bottom: 0;
        margin-bottom: -35px
    }

    .inner-dark-section .section-heading h2 {
        color: #fff
    }

        .inner-dark-section .section-heading h2:after {
            background: rgba(255,255,255,.3)
        }

    .inner-dark-section .section-heading h3 {
        color: rgba(255,255,255,.8)
    }

.fh5co-person {
    border: 2px solid #f2f2f2;
    padding: 80px 30px 30px 30px;
    float: left;
    width: 100%;
    position: relative
}

@media screen and (max-width:992px) {
    .fh5co-person {
        margin-bottom: 3.5em
    }
}

.fh5co-person figure {
    position: absolute;
    margin-top: -60px;
    top: 0;
    left: 50%;
    margin-left: -60px;
    display: block;
    margin-bottom: 50px
}

    .fh5co-person figure img {
        width: 120px;
        border: 2px solid #f2f2f2;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%
    }

.fh5co-person h3 {
    margin-bottom: 0
}

.fh5co-person .fh5co-position {
    color: #b3b3b3;
    display: block;
    margin-bottom: 20px
}

.form-control {
    box-shadow: none;
    background: 0 0;
    border: 2px solid rgba(0,0,0,.1);
    height: 54px;
    font-size: 18px;
    font-weight: 400
}

    .form-control:active, .form-control:focus {
        outline: 0;
        box-shadow: none;
        border-color: rgba(0,0,0,.5)
    }

.btn {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

    .btn:active, .btn:focus, .btn:hover {
        outline: 0
    }

.white-section {
    padding-bottom: 0
}

    .white-section .white-section-info {
        padding: 0;
        margin: 0 0 1.5em 0
    }

        .white-section .white-section-info li {
            position: relative;
            padding: 0;
            margin: 0 0 1.5em 0;
            padding-left: 50px;
            list-style: none
        }

            .white-section .white-section-info li i {
                position: absolute;
                top: .2em;
                left: 0
            }

.section-heading {
    float: left;
    width: 100%;
    padding-bottom: 50px;
    margin-bottom: 50px;
    clear: both
}

    .section-heading h2 {
        margin: 0 0 30px 0;
        font-size: 50px;
        font-weight: 300;
        color: #444;
        text-transform: uppercase;
        position: relative;
        display: block;
        padding-bottom: 20px;
        line-height: 1.5
    }

        .section-heading h2.left-border:after {
            content: "";
            position: absolute;
            display: block;
            width: 80px;
            height: 2px;
            background: rgba(0,0,0,.5);
            left: 0;
            margin-left: 0;
            bottom: 0
        }

        .section-heading h2:after {
            content: "";
            position: absolute;
            display: block;
            width: 80px;
            height: 2px;
            background: rgba(0,0,0,.5);
            left: 50%;
            margin-left: -40px;
            bottom: 0
        }

@media screen and (max-width:768px) {
    .section-heading h2 {
        font-size: 30px
    }
}

.section-heading h3 {
    font-weight: 300;
    line-height: 1.5;
    color: #929292
}

@media screen and (max-width:768px) {
    .section-heading h3 {
        font-size: 24px !important;
        line-height: 34px
    }
}

.btn {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.fh5co-nav-toggle {
    width: 25px;
    height: 25px;
    cursor: pointer;
    text-decoration: none
}

    .fh5co-nav-toggle.active i::after, .fh5co-nav-toggle.active i::before {
        background: rgba(0,0,0,.5)
    }

    .fh5co-nav-toggle:active, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:hover {
        outline: 0;
        border-bottom: none !important
    }

    .fh5co-nav-toggle i {
        position: relative;
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        width: 25px;
        height: 3px;
        color: rgba(0,0,0,.5);
        font: bold 14px/.4 Helvetica;
        text-transform: uppercase;
        text-indent: -55px;
        background: rgba(0,0,0,.5);
        transition: all .2s ease-out
    }

        .fh5co-nav-toggle i::after, .fh5co-nav-toggle i::before {
            content: '';
            width: 25px;
            height: 3px;
            background: rgba(0,0,0,.5);
            position: absolute;
            left: 0;
            -webkit-transition: .2s;
            -o-transition: .2s;
            transition: .2s
        }

        .fh5co-nav-toggle i::before {
            top: -7px
        }

        .fh5co-nav-toggle i::after {
            bottom: -7px
        }

    .fh5co-nav-toggle:hover i::before {
        top: -10px
    }

    .fh5co-nav-toggle:hover i::after {
        bottom: -10px
    }

    .fh5co-nav-toggle.active i {
        background: 0 0
    }

        .fh5co-nav-toggle.active i::before {
            top: 0;
            -webkit-transform: rotateZ(45deg);
            -moz-transform: rotateZ(45deg);
            -ms-transform: rotateZ(45deg);
            -o-transform: rotateZ(45deg);
            transform: rotateZ(45deg)
        }

        .fh5co-nav-toggle.active i::after {
            bottom: 0;
            -webkit-transform: rotateZ(-45deg);
            -moz-transform: rotateZ(-45deg);
            -ms-transform: rotateZ(-45deg);
            -o-transform: rotateZ(-45deg);
            transform: rotateZ(-45deg)
        }

.fh5co-nav-toggle {
    position: absolute;
    top: 2px;
    right: 0;
    z-index: 21;
    padding: 6px 0 0 0;
    display: block;
    margin: 0 auto;
    display: none;
    height: 44px;
    width: 25px;
    border-bottom: none !important
}

@media screen and (max-width:768px) {
    .fh5co-nav-toggle {
        display: block
    }
}

#footer {
    padding: 50px 0;
    color: #7f7f7f;
    position: relative
}

    #footer .gotop {
        position: absolute;
        top: -45px;
        left: 50%;
        margin-left: -40px;
        background: #fff;
        z-index: 8;
        width: 80px;
        height: 80px;
        font-size: 30px;
        padding-top: 5px;
        text-align: center;
        vertical-align: middle;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s
    }

        #footer .gotop:focus, #footer .gotop:hover {
            top: -25px;
            text-decoration: none !important
        }

.btn {
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

    .btn.btn-primary {
        background: rgba(0,0,0,.5);
        color: #fff;
        border: none !important;
        border: 2px solid transparent !important
    }

        .btn.btn-primary:active, .btn.btn-primary:focus, .btn.btn-primary:hover {
            box-shadow: none;
            background: rgba(0,0,0,.5)
        }

    .btn:active, .btn:focus, .btn:hover {
        background: #393e46 !important;
        color: #fff;
        outline: 0 !important
    }

    .btn.btn-default:active, .btn.btn-default:focus, .btn.btn-default:hover {
        border-color: transparent
    }

.social {
    padding: 0;
    margin: 0;
    display: inline-block;
    position: relative;
    width: 100%
}

    .social li {
        list-style: none;
        padding: 0;
        margin: 0;
        display: inline-block
    }

        .social li a {
            font-size: 16px;
            display: table;
            width: 40px;
            height: 40px;
            margin: 0 4px
        }

            .social li a i {
                display: table-cell;
                vertical-align: middle
            }

            .social li a:active, .social li a:focus, .social li a:hover {
                text-decoration: none;
                border-bottom: none
            }

            .social li a.social-box {
                background: rgba(0,0,0,.5);
                color: #fff
            }

            .social li a.social-circle {
                background: rgba(0,0,0,.5);
                color: #fff;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                -ms-border-radius: 50%;
                border-radius: 50%
            }

            .social li a:hover {
                background: #393e46 !important
            }

    .social.social-box a {
        background: rgba(0,0,0,.5);
        color: #fff
    }

    .social.social-circle a {
        background: rgba(0,0,0,.5);
        color: #fff;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%
    }

#map {
    width: 100%;
    height: 500px;
    position: relative
}

@media screen and (max-width:768px) {
    #map {
        height: 200px
    }
}

.js .to-animate, .js .to-animate-2 {
    opacity: 0
}

.row-bottom-padded-lg {
    padding-bottom: 7em
}

@media screen and (max-width:768px) {
    .row-bottom-padded-lg {
        padding-bottom: 2em
    }
}

.row-bottom-padded-md {
    padding-bottom: 4em
}

@media screen and (max-width:768px) {
    .row-bottom-padded-md {
        padding-bottom: 2em
    }
}

.row-bottom-padded-sm {
    padding-bottom: 2em
}

@media screen and (max-width:768px) {
    .row-bottom-padded-sm {
        padding-bottom: 2em
    }
}


#project-section {
    padding: 4em 0;
}

@media screen and (max-width: 768px) {

    #project-section {
        padding: 2em 0;
    }
}

#project-section {
    padding: 7em 0;
}

@media screen and (max-width: 768px) {

    #project-section {
        padding: 4em 0;
    }
}

#project-section {
    overflow: hidden;
    position: relative;
    color: rgba(255, 255, 255, 0.8);
    background-color: #A4D792;
    /* IE9, iOS 3.2+ */
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjEwMCUiPjxzdG9wIHN0b3AtY29sb3I9IiMyMTgyNWMiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iI2E0ZDc5MiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjdnNnZykiIC8+PC9zdmc+);
    background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0, #21825c), color-stop(1, #a4d792));
    /* Android 2.3 */
    background-image: -webkit-linear-gradient(top left, #21825c 0%, #a4d792 100%);
    /* IE10+ */
    background-image: linear-gradient(to bottom right, #21825c 0%, #a4d792 100%);
    background-image: -ms-linear-gradient(top left, #21825c 0%, #a4d792 100%);
    background-image: linear-gradient(to bottom right, #000000 0%, #0a0a0a 100%)
}

    #project-section a {
        color: rgba(255, 255, 255, 0.5);
        text-decoration: underline;
    }

        #project-section a:hover {
            color: white;
        }

    #project-section:before,
    #project-section:after {
        position: absolute;
        transform: rotate(-1.7deg);
        -ms-transform: rotate(-1.7deg);
        -webkit-transform: rotate(-1.7deg);
        -o-transform: rotate(-1.7deg);
        -moz-transform: rotate(-1.7deg);
        /*background-color: #fff;*/
        content: "";
        z-index: 3;
        display: inline-block;
        height: 70px;
        padding: 0;
        width: 101%;
    }

    #project-section:before {
        top: 0;
        margin-top: -35px;
    }

    #project-section:after {
        bottom: 0;
        margin-bottom: -35px;
    }

    #project-section .section-heading h2 {
        color: #fff;
    }

        #project-section .section-heading h2:after {
            background: rgba(255, 255, 255, 0.3);
        }

    #project-section .section-heading h3 {
        color: rgba(255, 255, 255, 0.8);
    }

    #project-section .fh5co-project-item {
        display: block;
        width: 100%;
        position: relative;
        top: 0;
        background: #fff;
        overflow: hidden;
        z-index: 9;
        margin-bottom: 30px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -ms-border-radius: 7px;
        border-radius: 7px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

        #project-section .fh5co-project-item img {
            z-index: 8;
            opacity: 1;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
        }

        #project-section .fh5co-project-item .fh5co-text {
            padding: 10px 20px;
        }

            #project-section .fh5co-project-item .fh5co-text h2,
            #project-section .fh5co-project-item .fh5co-text span {
                text-decoration: none !important;
            }

            #project-section .fh5co-project-item .fh5co-text h2 {
                font-size: 18px;
                font-weight: bold;
                margin: 0;
            }

            #project-section .fh5co-project-item .fh5co-text span {
                color: #b3b3b3;
                font-size: 16px;
                font-weight: 400;
            }

        #project-section .fh5co-project-item:hover,
        #project-section .fh5co-project-item:focus {
            -webkit-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
            -moz-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
            -ms-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
            -o-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
            box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
            text-decoration: none;
            top: -15px;
        }

            #project-section .fh5co-project-item:hover img,
            #project-section .fh5co-project-item:focus img {
                opacity: .7;
            }

            #project-section .fh5co-project-item:hover h2,
            #project-section .fh5co-project-item:hover span,
            #project-section .fh5co-project-item:focus h2,
            #project-section .fh5co-project-item:focus span {
                text-decoration: none !important;
            }
