body {
    font-family: 'Roboto', sans-serif;
    color:#4A4A4A;
}

a:hover, a:focus { text-decoration: none;}
*:focus {outline: 0;}

input[type="submit"]{
    outline:none;
}

#hero {
    background: url("../img/hero-banner.jpg");
    background-size:cover;
    width: 100%;
    height: 100vh;
    max-height: 100vw;
    position: relative;
}

.hero-title {
    text-align: center;
    position: absolute;
    bottom:100px;
    left:0;
    right:0;
}

.hero-title h1 {
    font-weight: 700;
    font-size: 60px;
    color: #e2e3e2;
}

.hero-title h1 span {
    color:#FD6D00;
}

.hero-title p {
    color: #e2e3e2;
}

.scroller {
    font-size:13px !important;
    margin-top:30px;
}

#navigation {
    list-style: none;
    text-align: right;
}

#navigation li {
    display: inline-block;
}

#navigation li a {
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    color:#EDEDED;
    display: inline-block;
    padding:8px 10px;
}

#navigation li a:hover {
    text-decoration: none;
    border-bottom:3px solid #FD6D00;
}

a.contact-style {
    border: 1px solid #979797;
    border-radius: 100px;
    padding:8px 25px !important;
    transition: background 0.4s;
}

a:hover.contact-style {
    background:#FD6D00;
    color:#FFF;
    border:1px solid #FD6D00 !important;
}

#what-we-do {
    background:#E8E8E8;
    padding:30px 0;
}

#who-we-are {
    padding:50px 0 0 0;
}

#why-promozise {
    padding:50px 0;
    background:url("../img/why-us-bg.jpg") no-repeat;
    background-size:cover;
    color:#FFF;
}
#why-promozise .row {
    padding:30px 0;
}

#why-promozise .row h3 {
    font-family: 'Lato', sans-serif;
    font-size: 23px;
    margin:0;
    padding:10px 0 15px 0;
    font-weight: 700;
}

#why-promozise .row {
    color:#c9c9c9;
    line-height: 150%;
}

.why-icon {
    width:50px;
    height:50px;
    margin:0 auto;
    margin-bottom:20px;
}

#overview {
    font-size: 18px;
    color:#4A4A4A;
    line-height:170%;
}

.section .container {
    text-align: center;
}

.section h2 {
    font-weight: 700;
    font-size: 40px;
    margin:0;
    padding:0;
}

.section h3 {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    margin:0;
    padding:10px 0 15px 0;
}

#what-we-do .row {
    margin-bottom:20px;
}

.coloumn-services {
    text-align: left;
}

.coloumn-services h4 {
    font-weight: 700;
    font-size: 30px;
    margin:0;
    padding:0;
}

.service-description {
    margin-left:20px;
}

.section-title {
    padding-bottom:50px;
}

.title-separator {
    width:60px;
    height:8px;
    background:#FD6D00;
    margin:0 auto;
}

#technology {
    padding:20px 0;
    font-size: 18px;
    color:#c9c9c9;
}

#technology ul {
    margin:0;
    padding:0;
    list-style: none;
    margin-top:30px;
}

#technology li {
    display: inline-block;
    padding:0 10px;
    width:100px;
}

#technology li a {
    display: inline-block;
    opacity: 0.8;
}

#technology li a:hover {
    opacity: 1;
}

#more-technology {
    font-size: 12px;
    text-transform: uppercase;
}

#bars {
    color:#FD6D00;
}

#our-work {
    display: flex;
    flex-direction: row;
}

.work-box {
    flex: 1;
}

.work-box {
    position: relative;
}

.work-overlay {
    width:100%;
    height:100%;
    background: #000;
    color:#FFF;
    position: absolute;
    opacity: 0;
    display: block;
    transition: opacity 0.4s;
    text-align: center;
}

a:hover.work-overlay {
    opacity: 0.7;
}

#map {
    background: url("../img/map-bg.png");
    background-size:cover;
    width: 100%;
    height:533px;
    border-top:1px solid #ccc;
}

.contact-box {
    float: right;
    background: #FFFFFF;
    width:410px;
    min-height:532px;
    padding:20px 30px;
}

.contact-box input[type="text"] {
    border:none;
    border-bottom:1px solid #D1CECE;
    width:100%;
    padding-bottom:4px;
    margin:8px 0;
    outline: none;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #4A4A4A;
}

.contact-box input[type="text"]:focus {
    border-bottom:1px solid #D1CECE;
}

.contact-box input[type="text"].valid {
    border-bottom:1px solid green;
}

.contact-box textarea {
    border:none;
    border-bottom:1px solid #D1CECE;
    width:100%;
    padding-bottom:4px;
    margin:8px 0;
    outline: none;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #4A4A4A;
    resize: none;
}

.form-error {
    display: none;
}

.contact-box textarea:focus {
    border-bottom:1px solid #D1CECE;
}

.contact-box textarea.valid {
    border-bottom:1px solid green ;
}

.send-button {
    margin-top:10px;
}

.message-char {
    color: #4A4A4A !important;
    font-size: 12px;
}

.small-logo {
    text-align: center;
    margin-bottom:20px;
}

.contact-intro {
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    color: #4A4A4A;
}

#phone-email {
    margin-top:20px;
    margin-bottom:20px;
}

#phone-email i {
    color:#FD6D00;
}

#expertise h3 {
    margin-top:60px;
    margin-bottom:10px;
    font-size: 23px;
    font-weight: bold;
    padding:0;
}

#expertise ul {
    list-style: none;
}

#expertise ul li {
    display: inline-block;
    padding:0 10px;
    font-size: 18px;
}

#service-arrow {
    margin-bottom:10px;
}

#service-arrow i {
    color:#FD6D00;
}

#footer {
    font-family: 'Roboto', sans-serif;
    background:#4A4A4A;
    padding:30px 0;
    color:#fff;
    text-align: center;
}

.footer-menu {
    width:auto;
    display: inline-block;
    margin:0 auto !important;
}

.footer-menu ul {
    list-style: none;
    margin:0;
    padding:0;
}

.footer-menu li {
    float: left;
}

.footer-menu li a {
    color:#9B9B9B;
    text-transform: uppercase;
    display: inline-block;
    padding:0 10px;
    transition: color 0.4s;
}

.footer-menu li a:hover {
    color:#FFF;
    text-decoration: none;
}

.footer-sosmed {
    margin:20px 0;
}

.footer-sosmed ul {
    list-style: none;
    margin:0;
    padding:0;
}

.footer-sosmed li {
    display: inline-block;
    font-size: 21px;
    padding:0 5px;
}

.footer-sosmed li a {
    color:#FFF;
    opacity:0.5;
    transition: opacity 0.4s;
}

.footer-sosmed li a:hover {
    opacity:1;
}

.footer-copyright {
    text-align: center;
    font-size: 13px;
    color:#9B9B9B;
}

@media only screen and (max-width: 320px) {

    #overview {
        font-size: 17px;
        margin-top:30px;
    }

    .why-icon {
        margin-top:30px;
    }

    #who-we-are {
        padding-top:20px;
        padding-bottom:50px;
    }

    .contact-box {
        width:100%;
        padding-bottom:40px;
    }

    .section-title {
        padding-bottom: 10px;
    }

    .section-title h3 {
        line-height: 150%;
    }

    .service-description {
        text-align: center;
        margin-top:20px;
        margin-left:0;
    }

    .service-icon {
        text-align: center;
        margin-top:30px;
    }

    .coloumn-services h4 {
        font-size: 24px;
    }

    #why-promozise .row h3 {
        font-size: 21px;
    }

    #what-we-do .row {
        margin-bottom:0;
    }

    #map .container {
        margin-left:0;
        margin-right:0;
        padding-left:0;
        padding-right:0;
    }

    #navigation {
        display: none;
    }

    .hero-title {
        bottom:0;
        padding:0 10px;
    }

    .hero-title h1 {
        font-size: 30px;
    }

    .hero-title p {
        font-size: 15px;
    }

    .logo {
        text-align: center;
    }
}