@charset "UTF-8";


.bg-parallax {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -3;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bg-static {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -3;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bg-pattern {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -3;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-attachment: fixed;
    background-repeat: repeat;
}

.container {
    position: relative;
}

section {
    position: relative;
    padding-top: 90px;
    padding-bottom: 90px;
}


/* -------------------------------

1. GLOBAL CSS

--------------------------------- */

html,
body {
    height: 100%;
    -webkit-font-smoothing: antialiased;
}

body {
    font-size: 11px;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

a {
    font-family: 'Muli', sans-serif;
    text-decoration: none;
    transition: 0.4s;
    color: #030303;
}

a:focus {
    outline: 0 solid;
}

img {
    max-width: 100%;
    height: auto;
}

a:hover {
    text-decoration: none !important;
    opacity: .7;
}

a:focus {
    text-decoration: none !important;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="color"]:focus {
    box-shadow: 0 0 0;
    outline: 0 none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

.morphext>.animated {
    display: inline-block;
}

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

.masonry-fluid {
    position: relative;
    background-color: #fff;
}

.tb {
    display: table;
    width: 100%;
}

.tb-cell {
    display: table-cell;
    vertical-align: middle;
}

::-moz-selection {
    color: #fff;
    background: #1f1f1f;
}

::-webkit-selection {
    color: #fff;
    background: #1f1f1f;
}

::-o-selection {
    color: #fff;
    background: #1f1f1f;
}

::selection {
    color: #fff;
    background: #1f1f1f;
}


/* -------------------------------

2. TYPOGRAPHY

--------------------------------- */


/*- 2.1 Heading styles -*/

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-family: 'Muli', sans-serif;
    font-weight: 400;
    cursor: default;
}

h1 {
    font-size: 65px;
    line-height: 60px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: .6px;
}

h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: .5px;
}

h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: .2px;
}

h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: .2px;
}

h5 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: .2px;
}


/*- 2.2 Heading styles -*/

p {
    font-size: 15px;
    line-height: 25px;
    font-family: 'Muli', sans-serif;
    font-weight: 400;
    margin: 0;
    letter-spacing: 1px;
}


/*- 2.3 Margin / Padding styles -*/


/*- Margin Top -*/

.mar-0 {
    margin: 0 !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}


/*- Margin Bottom -*/

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}


/*- Padding Top -*/

.p-0 {
    padding: 0 !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-50 {
    padding-top: 50px !important;
}


/*- Padding Bottom -*/

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}


/* 2.4 Section Styles */

.section-padding {
    padding: 120px 0;
}

.section-padding-top {
    padding-top: 120px;
}

.section-padding-bottom {
    padding-bottom: 120px;
}

.section-title {
    text-align: center;
    margin-bottom: 80px;
}

.section-title h1,
.section-title h2 {
    text-transform: uppercase;
}

.bg-transparent {
    background-color: rgba(0, 0, 0, 0)!important;
}

.bg-default {
    background-color: #fbfbfb;
}

.line {
    background: #444 none repeat scroll 0 0;
    color: black;
    height: 2px;
    text-align: center;
    width: 66px;
}


/* 2.5 Overlays */

.overlay-fff:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    content: "";
    z-index: -1;
    opacity: .6;
}

.overlay-fff {
    background-size: cover !important;
    position: relative;
    color: #fff;
    z-index: 1;
}

.overlay-fff-most:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    content: "";
    z-index: -1;
    opacity: .89;
}

.overlay-fff-most {
    background-size: cover !important;
    position: relative;
    color: #fff;
    z-index: 1;
}

.overlay-000:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000000;
    content: "";
    z-index: -1;
    opacity: .3;
}

.overlay-000 {
    background-size: cover !important;
    position: relative;
    color: #000000;
    z-index: 1;
}

.overlay-000-most:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000000;
    content: "";
    z-index: -1;
    opacity: .7;
}

.overlay-000-most {
    background-size: cover !important;
    position: relative;
    color: #000000;
    z-index: 1;
}


/* 2.6 Helper Classes */

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.border-none {
    border: none!important;
}

.sections-padding {
    padding: 100px 0;
}

.section-head {
    color: #404040 !important;
    position: relative;
    padding-bottom: 50px;
}

.overflow-hidden {
    overflow: hidden;
}


/* -------------------------------

3. BUTTONS

--------------------------------- */

.default-button {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    background: none;
    margin-bottom: 0;
    display: inline-block;
}

.button-small {
    font-size: 12px;
    padding: 10px 25px;
}

.button-big {
    padding: 15px 30px;
    font-size: 13px;
}


/* -------------------------------

4.0 BODY BORDERS

--------------------------------- */

.page-border-right {
    position: fixed;
    right: 0px;
    width: 20px;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
}

.page-border-left {
    position: fixed;
    bottom: 0;
    top: 0;
    left: 0;
    width: 20px;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
}

.page-border-bottom {
    position: fixed;
    width: 100%;
    background-color: #fff;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    padding-top: 2px;
    font-size: 12px;
    letter-spacing: 1px;
    height: 20px;
    z-index: 9999;
}

.page-border-top {
    position: fixed;
    width: 100%;
    background-color: #fff;
    top: 0;
    right: 0;
    left: 0;
    text-align: center;
    padding-top: 2px;
    font-size: 12px;
    letter-spacing: 1px;
    height: 20px;
    z-index: 9999;
}

@media screen and (max-width:768px) {
    .page-border-right {
        display: none;
    }
    .page-border-left {
        display: none;
    }
    .page-border-top {
        display: none;
    }
    .page-border-bottom {
        display: none;
    }
}


/* -------------------------------

5.0 ABOUT

--------------------------------- */

#about {
    padding: 100px 0;
}

#about .section-title {
    margin-bottom: 60px;
}

#about h3 {
    display: block;
    font-size: 23px;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-align: left;
    margin-top: 15px;
    padding: 1px 0px;
    color: #222;
    font-weight: 400;
}

#about .img-about {
    border: 1px solid #fff;
    margin-top: 18px;
    width: 520px;
}

#about .bio {
    margin-top: 50px;
    padding-bottom: 33px;
    padding-right: 31px;
    padding-top: 14px;
}

#about hr {
    border-color: #030303;
    border-width: 1px;
    clear: both;
    float: left;
    margin: 10px 0;
    width: 100px;
}

#about p.intro {
    margin: 10px 0 0;
}

#about .social {
    margin-top: 19px;
    text-align: left;
}

#about .social ul {
    padding: 0px;
}

#about i {
    font-size: 16px;
}

#about .social li {
    display: inline-block;
    padding-right: 14px;
}

#about .social li:last-child {
    padding: 0;
}

#about .social a {
    color: #666;
    display: block;
}

#about .social a {
    transition: all 0.1s linear 0s;
}

#about .social:hover li a {
    color: #787878;
}

#about .social li a:focus,
#about .social li a:hover {
    color: #444;
}

#about .skills {
    padding-right: 30px;
}


/* Progress bars */

.skills-item {
    position: relative;
    height: 2px;
    margin-top: 12px;
    margin-bottom: 20px;
}

.skills .skills-item .skills-item-progress {
    position: relative;
    width: 0;
    height: 2px;
    background-color: #030303;
    transition: 2s;
}

.skills .skills-item .skills-item-progress:after {
    background: none;
    box-shadow: 0 0 0 5px;
    opacity: 0.3;
}

.skills .skills-item.animated .skills-item-progress {
    width: 100%;
}

.skills-item .counter {
    position: absolute;
    display: block;
    font-size: 13px;
    text-align: center;
    width: 46px;
    height: 24px;
    line-height: 24px;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    color: #030303;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate(50%, -100%);
    -moz-transform: translate(50%, -100%);
    -ms-transform: translate(50%, -100%);
    -o-transform: translate(50%, -100%);
    transform: translate(50%, -100%);
}

.skills-item .count {
    margin-right: -4px;
}

.skills .progress-title {
    color: #222222;
    font-size: 14px;
    letter-spacing: 2px;
    margin-top: 33px;
    text-transform: uppercase;
}


/* -------------------------------

6.0 SERVICES

--------------------------------- */

#services {
    padding: 90px 0 80px;
}

.space {
    margin-top: 40px;
}

#services span {
    border: 0 none;
    color: #434242;
    font-size: 38px;
    text-align: center;
    transition: all 0.5s ease 0s;
}

#services .service {
    margin-top: 30px;
    margin-bottom: 40px;
}

#services .service p {
    margin-bottom: 10px;
}

#services h4 {
    color: #030303;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 1.8;
    margin: 10px 0 6px;
}


/* -------------------------------

7.0 PRICING TABLE

--------------------------------- */

.single-pricing-table {
    color: #1f1f1f;
    border: 1px solid #1f1f1f;
    text-align: center;
    padding: 40px 0;
}

#pricing-table-recommend {
    transform: scale(1.1);
}

.pricing-table-header h3 {
    font-size: 26px;
    font-weight: 400;
    margin: 30px 0px;
}

.pricing-table-header h4 {
    font-size: 16px;
    font-weight: 400;
}

.pricing-table-header h4 span {
    font-size: 40px;
    font-weight: 700;
}

.pricing-table-content ul {
    margin: 0;
    padding: 0;
}

.pricing-table-content ul li {
    list-style: none;
    font-size: 16px;
    padding: 25px 0;
    margin: 0 45px;
    letter-spacing: 1px;
}

.pricing-table-content ul li:last-child {
    border-bottom: 0px solid #fff;
}

.button-pricing {
    font-size: 12px;
    padding: 20px 25px;
}

.pricing-table-button a {
    background: transparent;
    color: #1f1f1f;
    margin: 25px 0px;
}

@media screen and (max-width:768px) {
    .single-pricing-table {
        margin-bottom: 40px;
    }
    #pricing-table-recommend {
        transform: scale(1.0);
    }
}


/* -------------------------------

8.0 PORTFOLIO FILTERS

--------------------------------- */

.categories {
    position: relative;
    width: 100%;
    padding: 0 8px;
    max-width: 550px;
    margin-left: calc(50% - 275px);
    text-align: center;
}

.categories ul {
    padding-left: 0px;
}

.categories ul li {
    font-size: 15px;
    display: inline-block;
}

.categories ul li {
    list-style: none;
    margin: 10px 0;
}

.categories ul li a {
    display: inline-block;
    color: #60606e;
    margin-right: 20px;
    font-size: 19px;
    transition: all ease 1s;
}

.categories ul li a.active {
    opacity: 0.5;
}

@media screen and (min-width: 1921px) {
    .categories {
        bottom: 120px;
    }
    .categories ul li {
        font-size: 25px;
    }
}

@media screen and (min-width: 1441px) and (max-width:1920px) {
    .categories {
        bottom: 100px;
    }
    .categories ul li {
        font-size: 15px;
    }
}

@media screen and (min-width: 1025px) and (max-width:1440px) {
    .categories {
        bottom: 80px;
    }
    .categories ul li {
        font-size: 15px;
    }
}

@media screen and (min-width: 769px) and (max-width:1024px) {
    .categories {
        bottom: 80px;
    }
    .categories ul li {
        font-size: 14px;
    }
    .categories ul li a {
        font-size: 16px;
    }
}

@media screen and (min-width:481px) and (max-width:768px) {
    .categories {
        bottom: 70px;
    }
    .categories ul li {
        font-size: 11px;
    }
    .categories ul li a {
        font-size: 16px;
    }
}

@media screen and (min-width: 321px) and (max-width: 480px) {
    .categories {
        max-width: 400px;
        margin-left: calc(50% - 200px);
        width: 100%;
        bottom: 30px;
    }
    .categories ul {
        padding: 0px 8px;
    }
    .categories ul li {
        font-size: 13px;
        background-color: rgba(255, 255, 255, 0.98);
        padding-left: 12px;
    }
    .categories ul li a {
        font-size: 16px;
    }
}

@media screen and (max-width: 320px) {
    .categories {
        max-width: 350px;
        margin-left: calc(50% - 175px);
        width: 100%;
        bottom: 30px;
    }
    .categories ul {
        padding: 0px 8px;
    }
    .categories ul li {
        font-size: 13px;
        background-color: rgba(255, 255, 255, 0.98);
        padding-left: 12px;
    }
    .categories ul li a {
        font-size: 16px;
    }
}


/* -------------------------------

9. PORTFOLIO MAIN

--------------------------------- */


/*-- Portfolio Full --*/

.portfolio {
    margin: auto;
}

.masonry-fluid {
    margin: 0% 0%;
}


/*-- Portfolio boxed --*/

.portfolio_boxed {
    margin: 0% 5%;
}


/*-- Portfolio boxed gutter --*/

.gutter .portfolio_boxed {
    margin: 0% 3.6%;
}

.gutter .portfolio_boxed .portfolio_item {
    margin: 3% 3%;
}


/*-- Portfolio full gutter --*/

.gutter .masonry-fluid {
    margin: 0% 0%;
}

.gutter .masonry-fluid .portfolio_item {
    margin: 3% 3%;
}

.portfolio_item {
    position: relative;
    overflow: hidden;
    margin-bottom: 0px;
    display: block;
}

.portfolio_item .portfolio_item_hover {
    position: absolute;
    top: 0px;
    left: 0px;
    height: calc(100% - 0px);
    width: calc(100% - 0px);
    -webkit-transform: translateY(0%) translateX(0%);
    transform: translateY(0%) translateX(0%);
    opacity: 0;
    -webkit-transition: all .37s ease;
    transition: all .37s ease;
    background-color: rgba(0, 0, 0, .9);
    margin: 0px;
}

.portfolio_item .portfolio_item_hover .item_info {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 10px;
    width: 100%;
}

.portfolio_item .portfolio_item_hover .item_info span {
    display: block;
    color: #fff;
    font-size: 34px;
    text-decoration: none;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease-in-out .3s;
    transition: all .5s ease-in-out .3s;
    opacity: 0;
}

.portfolio_item .portfolio_item_hover .item_info i {
    font-size: 60px;
}

.portfolio_item:hover .portfolio_item_hover {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.portfolio_item:hover .item_info em,
.portfolio_item:hover .item_info span {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.portfolio_item img {
    transition: all ease 0.2s;
}

.portfolio_item:hover img {
    margin: 0px;
}


/* -------------------------------

10.0 BLOG POST

--------------------------------- */

.single-blog-post {
    padding: 10px;
    padding-bottom: 35px;
    margin-bottom: 35px;
}

.single-blog-image {
    transition: 1s;
    opacity: .7;
}

.single-blog-image:hover {
    opacity: 1;
}

.single-blog-title {
    text-transform: uppercase;
    margin: 20px 0;
    margin-top: 30px;
}

.single-blog-title h4 {
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 400;
    transition: 0.4s;
    color: #1f1f1f;
    letter-spacing: 1px;
    cursor: pointer;
}

.single-blog-title h4:hover {
    color: #AAAAAA;
}

.single-blog-title h5 {
    font-weight: 400;
    color: #1f1f1f;
    margin-bottom: 0;
    font-size: 12px;
}

.single-blog-title h5 a {
    color: #1f1f1f;
}

.single-blog-title h5 a:hover {
    color: #1f1f1f;
}

.single-blog-content {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

.single-blog-share {
    margin-top: 20px;
    padding: 0 10px;
}

.blog-readmore a {
    font-size: 13px;
    font-weight: 700;
    color: #1f1f1f;
    text-transform: uppercase;
}

.readmore-btn-blog {
    font-weight: 900 !important;
    letter-spacing: 1px;
}

.readmore-btn-blog:hover {
    color: #AAAAAA;
}

.blog-readmore a:hover i,
.blog-readmore a:hover span {
    color: #AAAAAA;
}

.blog-readmore a i {
    color: #1f1f1f;
    font-size: 14px;
    margin-left: 10px;
    transition: all 0.4s ease 0s;
}

.blog-readmore span {
    color: #1f1f1f;
    font-size: 13px;
    margin-left: 5px;
    transition: all 0.4s ease 0s;
}


/* -------------------------------

11.0 TESTIMONIALS

--------------------------------- */

.testimonials {
    color: #030303;
    position: relative;
    background: url(../img/pages/testimonials/0-bg.jpg) no-repeat fixed;
    background-size: cover;
    text-align: center;
}

.review-img {}

.review-img img {
    width: 100px;
    height: 100px;
    border-radius: 150px;
    margin-bottom: 30px;
}

.review-txt {
    margin-bottom: 20px;
}

.review-txt p {
    color: #030303;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    margin-bottom: 20px;
    font-style: italic;
}

.review-txt h4 {
    color: #030303;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 16px;
}

.review-txt span {
    color: #030303;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
}

.owl-theme .owl-controls {
    display: none!important;
}

.owl-theme .owl-controls .owl-page span {
    background: #AAAAAA none repeat scroll 0 0;
    border-radius: 20px;
    display: block;
    height: 10px;
    margin: 5px 4px;
    width: 10px;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:active span {
    background: transparent none repeat scroll 0 0 !important;
    border: 2px solid #AAAAAA;
}


/* -------------------------------

12.0 CLIENTS

--------------------------------- */

#clients {
    background-size: cover;
    color: #030303;
}

#owl-clients .item {
    margin: 40px;
}

#owl-clients .item img {
    display: block;
    width: 100%;
    height: auto;
}

#owl-clients .owl-controls {
    display: none !important;
}


/* -------------------------------

13.0 contact US

--------------------------------- */

#contact {
    background: #fff;
    padding: 100px 0 0px 0;
}

.contactForm {
    margin: 0 0 90px 0;
}

.contactLeft {}

.contactRight {
    padding-left: 28px;
    margin-bottom: 60px;
}

.contacDetails span {
    color: #030303;
    float: left;
    font-size: 25px;
    height: 65px;
    padding: 14px 8px;
    width: 65px;
}

.contacDetails {
    margin: 36px 0 10px;
}

.contacDetails h3 {
    margin-top: 18px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 22px;
    color: #444;
}

.contacDetails p {
    font-size: 14px;
}

section#contact .form-group {
    margin-bottom: 26px;
}

section#contact .form-group input,
section#contact .form-group textarea {
    background-color: transparent;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #cccccc;
    border-radius: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    color: #555;
    font-size: 12px;
    padding: 15px;
}

section#contact .form-group input.form-control {
    height: auto;
}

section#contact .form-control:focus {
    border-color: #777;
    box-shadow: none;
}

section#contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #999;
}

section#contact:-moz-placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #999;
}

section#contact::-moz-placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #999;
}

section#contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #999;
}

section#contact .text-danger {
    color: #F46E6F;
}

section#contact ul {
    padding-left: 14px;
}

#map {
    height: 400px;
}

#go-to {
    display: block;
    position: relative !important;
    z-index: 99;
}

.go-totop {
    background-color: #3399ff;
    border-radius: 5px;
    bottom: auto;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 22px;
    height: 72px;
    left: 0;
    line-height: 72px;
    margin: -37px auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: auto;
    width: 47px;
    z-index: 100;
}

.go-totop a {
    color: #fff;
    display: block;
}


/* ====GENERAL FORM STYLES==== */

input,
textarea,
select {
    color: #222;
    background: transparent;
    vertical-align: top;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    margin: 0;
    padding: 15px;
    width: 100%;
    height: 100%;
    border: 0;
    border: 1px solid #ccc;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
}

input:focus,
textarea:focus,
select:focus {
    border: 1px solid #03c9a9;
    outline: none;
    position: relative;
    z-index: 5;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    border: 1px solid #03c9a9;
}

button.submit {
    background-color: #030303;
    border: 1px solid transparent;
    color: #ffffff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 3px;
    margin: 20px 0;
    padding: 11px 20px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out 0s;
    width: auto;
}

button.submit:hover,
.button.submit:focus,
.button.submit:active {
    background-color: #fff;
    border: 1px solid #030303;
    color: #000;
}


/*-- Google maps --*/

#section-google-maps .container,
#section-google-maps .container-fluid {
    padding: 0px;
    margin-top: 0px;
}

#map-canvas {
    width: 100%;
    height: 600px;
}


/* -------------------------------

14.0 FOOTER

--------------------------------- */

footer {
    height: 150px;
    background: #1f1f1f;
}

footer p {
    margin: 55px 0px 0px 0px;
    color: #fff;
}

footer a {
    color: #fff;
    opacity: .5;
}






#technologies {
    padding: 90px 0 80px;
}

.space {
    margin-top: 40px;
}

#technologies span {
    border: 0 none;
    color: #434242;
    font-size: 38px;
    text-align: center;
    transition: all 0.5s ease 0s;
}

#technologies .service {
    margin-top: 30px;
    margin-bottom: 40px;
}

#technologies .service p {
    margin-bottom: 10px;
}

#technologies h4 {
    color: #030303;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 1.8;
    margin: 10px 0 6px;
}
