﻿body {
    font-family: Lato,sans-serif;
    font-size: 13px;
}

* {
    margin: 0;
    padding: 0;
}

    *, *:after, *:after {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

ul, ol {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    width: 100%;
    display: block;
}

.clear:after {
    content: "";
    display: block;
    clear: both;
}

.container {
    width: 1170px;
    margin: 0 auto;
    padding: 20px 0px;
}
/*Header*/

#stk {
    width: 100%;
    height: 80px;
    background-color: rgba(5, 4, 4, 0.67);
}

.header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    transition: all 0.8s;
}

/* .header:hover {
        position: fixed;
        background-color: rgba(0,0,0,0.69);
    }*/
/*#aw-menu {
    padding: 5px;
    background-color: #333;
    color: #fff;
    font-size: 16px;
}*/

/*#menu-bar {
    margin-bottom: 0;
    background: transparent;
    border: 0;
    color: #fff !important;
    transition: all 0.5s;
}*/

/*#menu-bar.aw-menu {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 10000;
        background: #222222;
        padding: 1% 0;
    }*/

.logo {
    float: left;
    color: #808080;
    font-size: 18px;
    font-family: cursive;
    font-weight: bold;
}

.menu {
    float: right;
}

    .menu li {
        float: left;
    }

        .menu li a {
            color: #e0e0e0;
            text-transform: uppercase;
            font-weight: bold;
            display: block;
            padding: 10px 20px;
        }

            .menu li a.active {
                color: #fff;
            }

            .menu li a:hover {
                background-color: rgba(47, 147, 123, 0.64);
                color: #fff;
            }

.toggle {
    height: 34px;
    width: 40px;
    background-color: #eee;
    border-radius: 5px;
    padding: 10px;
    position: absolute;
    right: 15px;
    top: 20px;
    display: none;
}

    .toggle span {
        display: block;
        height: 2px;
        background-color: #9d426b;
        margin-bottom: 4px;
    }
/*Slider*/
.slider {
    background-image: url('img/01.jpg');
    background-size: cover;
}

.slider-content {
    padding: 240px 0;
    text-align: center;
}

    .slider-content h2 {
        font-size: 40px;
        color: #e0e0e0;
        font-weight: lighter;
        margin-bottom: 30px;
    }

    .slider-content p {
        font-size: 24px;
        color: #d3d3d3;
        margin-bottom: 30px;
    }

.btn {
    display: inline-block;
    padding: 10px 30px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    transition: 0.5s background-color;
    margin-right: 10px;
}

.btn-theme {
    background-color: #2F937B;
}

    .btn-theme:hover {
        background-color: #fff;
        color: #2F937B;
    }

.btn-invert {
    border: 2px solid #fff;
    margin-top: 10px;
}

    .btn-invert:hover {
        background-color: #2F937B;
        color: #fff;
        border-color: transparent;
    }

.slider-overlay {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.69+1,0+100 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0.69) 0%, rgba(0,0,0,0.69) 1%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.69) 0%,rgba(0,0,0,0.69) 1%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0.69) 0%,rgba(0,0,0,0.69) 1%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
/*Service*/
.services {
    padding: 100px 0;
    background-color: #fff;
}

.service-container {
    margin: 0 -15px;
}

.service-col {
    width: 33.33333333333333%;
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
}
/*Service-Box*/
.service-box i {
    float: left;
    font-size: 40px;
    color: #2F937B;
    width: 20%;
    margin-top: 35px;
}

.service-cap {
    float: right;
    width: 80%;
}

    .service-cap h4 {
        color: #2F937B;
        font-size: 16px;
    }

    .service-cap p {
        line-height: 20px;
    }

/*work*/
.work {
    padding: 100px 0;
    background-color: #efe8e8;
}

.work-container {
    margin: 0 -15px;
}

.work-title h1 {
    text-align: center;
    font-size: 25px;
    margin-bottom: 30px;
    font-weight: lighter;
}

.work-seperator {
    border: 1px solid #478a23;
    width: 10%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.work-col {
    width: 33.33333333333333%;
    float: left;
    padding: 0 15px;
}

.work-box {
    margin-bottom: 30px;
}
/*about*/
.about {
    background-image: url('img/07.jpg');
    background-size: cover;
    padding: 100px 0;
}

.about-box {
    width: 40%;
    float: right;
    text-align: left;
    margin-right: 60px;
}

.about-cap {
}

    .about-cap h3 {
        text-align: left;
        font-size: 28px;
        font-weight: lighter;
        margin-bottom: 30px;
    }

    .about-cap p {
        line-height: 20px;
        color: #564d4d;
        font-size: 13px;
        margin-bottom: 20px;
    }

.btn-hire {
    background-color: #2F937B;
    font-size: 13px;
}

    .btn-hire:hover {
        background-color: #080922;
    }

/*about-aw*/
.contact {
    background-image: url('img/10.jpg');
    background-size: cover;
    padding: 100px 0;
}

.contact-cap {
    width: 40%;
    margin-left: 10%;
}

.contact h3 {
    font-size: 25px;
    margin-bottom: 25px;
    font-weight: lighter;
}

.contact-cap h4 {
    color: #2F937B;
    font-size: 16px;
    margin-bottom: 25px;
}

.contact-cap p {
    line-height: 20px;
    margin-bottom: 25px;
}

/*Contact-aw*/
.contact-aw {
    background-image: url('img/08.jpg');
    background-size: cover;
    padding: 150px 0;
}

.contact-aw-title h1 {
    text-align: center;
    font-size: 25px;
    margin-bottom: 30px;
    font-weight: lighter;
}

.contact-aw-seperator {
    border: 1px solid #478a23;
    width: 10%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.contact-form {
    width: 50%;
    padding: 14px 14px 50px 14px;
    background: #f1f1f1;
    outline: 6px solid rgba(34, 34, 34, 0.08);
    margin: 0 auto;
}

.form-group {
    margin-bottom: 20px;
}

/* .form-group input {
        height: 35px;
    }*/

.form-control {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding: 10px 10px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    border: 1px solid #fff;
    border-top: 2px solid transparent;
    border-left: none;
    transition: 0.4s border-top;
}

.form-group .form-control:focus {
    box-shadow: none;
}

.form-group textarea.form-control {
    min-height: 150px;
    resize: vertical;
}

.form-control:hover {
    border-top: 2px solid #2F937B;
}

.form-control msg {
    margin-top: -5px;
}

.contact-form a {
    text-align: center;
    margin-left: 44%;
    background-color: #009688;
}


.btn-sign {
    background-color: #2F937B;
    font-size: 13px;
    /*margin-top: 30px;
    margin-left: 40%;*/
}

    .btn-sign:hover {
        background-color: #080922;
    }

/*footer*/
.footer {
    background-color: rgba(0,0,0,0.69);
    padding: 30px 0;
}

.footer-col {
    width: 50%;
    float: left;
    padding: 0 15px;
}

    .footer-col p {
        color: #fff;
        font-size: 13px;
    }

        .footer-col p a {
            color: #fff;
            transition: 0.5s color;
        }

            .footer-col p a:hover {
                color: #2F937B;
            }

.social-icon {
    float: right;
}

    .social-icon ul li {
        float: left;
    }

        .social-icon ul li a {
            font-size: 15px;
            color: #fff;
            padding: 5px;
            transition: 0.6s color;
        }

            .social-icon ul li a:hover {
                color: #2F937B;
            }

.lbl {
    position: fixed;
    right: 0;
    top: 0;
}


.b-Top {
    position: fixed;
    right: 10px;
    bottom: 10px;
    display: none;
    padding: 10px;
    background-color: rgba(18, 27, 55, 0.87);
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
}
