html,
body {
    width: 100%;
    height: 100%;
    webkit-tap-highlight-color: #222;
}

/*Navbar settings*/
.navbar-default {
    border-color: rgba(34,34,34,.05);
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    background-color: #fff;
    -webkit-transition: all .935s;
    -moz-transition: all .935s;
    transition: all .935s;
}

.navbar-default .navbar-header .navbar-brand {
    text-transform: uppercase;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-weight: 700;
    color: #f05f40;
}

.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: #eb3812;
}

.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    color: #222;
}

.navbar-default .nav > li>a:hover,
.navbar-default .nav>li>a:focus:hover {
    color: #f05f40;
}

.navbar-default .nav > li.active>a,
.navbar-default .nav>li.active>a:focus {
    color: #f05f40!important;
    background-color: transparent;
}

.navbar-default .nav > li.active>a:hover,
.navbar-default .nav>li.active>a:focus:hover {
    background-color: transparent;
}


@media(min-width:768px) {
    .navbar-default {
        border-color: rgba(255,255,255,.3);
        background-color: transparent;
    }

    .navbar-default .navbar-header .navbar-brand {
        color: rgba(255,255,255,.7);
        position: absolute;
        top:-15px;
    }

    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
        color: #fff;
    }

    .navbar-default .nav > li>a,
    .navbar-default .nav>li>a:focus {
        color: rgba(255,255,255,.7);
    }

    .navbar-default .nav > li>a:hover,
    .navbar-default .nav>li>a:focus:hover {
        color: #fff;
    }

    .navbar-default.affix {
        border-color: rgba(34,34,34,.05);
        background-color: #071422;
    }

    .navbar-default.affix .navbar-header .navbar-brand {
        font-size: 14px;
        color: #f05f40;
    }

    .navbar-default.affix .navbar-header .navbar-brand:hover,
    .navbar-default.affix .navbar-header .navbar-brand:focus {
        color: #eb3812;
    }

    .navbar-default.affix .nav > li>a,
    .navbar-default.affix .nav>li>a:focus {
        color: #fff;
    }

    .navbar-default.affix .nav > li>a:hover,
    .navbar-default.affix .nav>li>a:focus:hover {
        color: #f05f40;
    }

   .navbar-collapse{
    padding: 45px 0px;
    } 
}

@media (max-width: 767px) {
    .navbar-nav > li > a {
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;}

    .navbar-fixed-top {
    background: #071422;
    }

    .navbar-default .navbar-header .navbar-brand {
        color: rgba(255,255,255,.7);
        position: absolute;
        top:-15px;
    }

    .navbar-brand img {
        max-width: 185px;
        max-height: 185px;
    }
    .navbar-default .nav > li>a, .navbar-default .nav>li>a:focus {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    color: #FFF;
}
}
/*Header */
header {
    position: relative;
    width: 100%;
    min-height: auto;
    text-align: center;
    color: #fff;
    background-image: url(../images/bg_header.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header .header-content {
    position: relative;
    width: 100%;
    padding: 100px 15px;
    text-align: center;
}

header .header-content .header-content-inner h1 {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
}

header .header-content .header-content-inner hr {
    margin: 30px auto;
}

header .header-content .header-content-inner p {
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(255,255,255,.7);
}

@media(min-width:768px) {
    header {
        min-height: 100%;
    }

    header .header-content {
        position: absolute;
        top: 50%;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    header .header-content .header-content-inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }

    header .header-content .header-content-inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 80%;
        font-size: 18px;
    }
}


/*Misc*/

.btn-default {
    border-color: #fff;
    color: #222;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    border-color: #ededed;
    color: #222;
    background-color: #f2f2f2;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}



.btn-default .badge {
    color: #fff;
    background-color: #222;
}

.btn-primary {
    border-color: #f05f40;
    color: #fff;
    /*background-color: #f05f40;*/
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-primary .badge {
    color: #f05f40;
    background-color: #fff;
}

.btn {
    border: 0;
    border-radius: 300px;
    text-transform: uppercase;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-weight: 700;
}

.btn-xl {
    padding: 15px 30px;
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}


section {
    padding: 50px 0;
}


#contact {
  background: #071422;
/*  background: url(../images/slider_bg.png) 0 100% repeat-x;
  position: relative;*/
}

/* Form */

    form {
        margin: 0 0 2em 0;
    }

        form .field {
            margin: 0 0 1em 0;
        }

            form .field.half {
                width: 50%;
                float: left;
                padding: 0 0 0 0.75em;
            }

                form .field.half.first {
                    padding: 0 0.75em 0 0;
                }

        form > .actions {
            margin: 2em 0 0 0 !important;
        }

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

            form .field.half {
                width: 100%;
                float: none;
                padding: 0;
            }

                form .field.half.first {
                    padding: 0;
                }

        }

    label {
        color: #ffffff;
        font-weight: bold;
        line-height: 1.5;
        margin: 0 0 0.7em 0;
        display: block;
        font-size: 1.1em;
    }

    input[type="text"],
    input[type="password"],
    input[type="email"],
    input[type="tel"],
    select,
    textarea {
        -moz-appearance: none;
        -webkit-appearance: none;
        -ms-appearance: none;
        appearance: none;
        background: rgba(255, 255, 255, 0.05);
        border-radius: 0.25em;
        border: none;
        border: solid 1px rgba(255, 255, 255, 0.15);
        color: white;
        display: block;
        outline: 0;
        padding: 0 1em;
        text-decoration: none;
        width: 100%;
    }

        input[type="text"]:invalid,
        input[type="password"]:invalid,
        input[type="email"]:invalid,
        input[type="tel"]:invalid,
        select:invalid,
        textarea:invalid {
            box-shadow: none;
        }

        input[type="text"]:focus,
        input[type="password"]:focus,
        input[type="email"]:focus,
        input[type="tel"]:focus,
        select:focus,
        textarea:focus {
            border-color: #ffffff;
            box-shadow: 0 0 0 1px #ffffff;
        }

    .select-wrapper {
        text-decoration: none;
        display: block;
        position: relative;
    }

        .select-wrapper:before {
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            text-transform: none !important;
        }

        .select-wrapper:before {
            color: rgba(255, 255, 255, 0.15);
            content: '\f078';
            display: block;
            height: 2.75em;
            line-height: 2.75em;
            pointer-events: none;
            position: absolute;
            right: 0;
            text-align: center;
            top: 0;
            width: 2.75em;
        }

        .select-wrapper select::-ms-expand {
            display: none;
        }

    select option {
        background-color: #312450;
        color: #ffffff;
    }

    input[type="text"],
    input[type="password"],
    input[type="email"],
    select {
        height: 2.75em;
    }

    textarea {
        padding: 0.75em 1em;
    }

        body.is-ie textarea {
            min-height: 10em;
        }

    input[type="checkbox"],
    input[type="radio"] {
        -moz-appearance: none;
        -webkit-appearance: none;
        -ms-appearance: none;
        appearance: none;
        display: block;
        float: left;
        margin-right: -2em;
        opacity: 0;
        width: 1em;
        z-index: -1;
    }

        input[type="checkbox"] + label,
        input[type="radio"] + label {
            text-decoration: none;
            color: rgba(255, 255, 255, 0.55);
            cursor: pointer;
            display: inline-block;
            font-size: 1em;
            font-weight: normal;
            padding-left: 2.4em;
            padding-right: 0.75em;
            position: relative;
        }

            input[type="checkbox"] + label:before,
            input[type="radio"] + label:before {
                -moz-osx-font-smoothing: grayscale;
                -webkit-font-smoothing: antialiased;
                font-family: FontAwesome;
                font-style: normal;
                font-weight: normal;
                text-transform: none !important;
            }

            input[type="checkbox"] + label:before,
            input[type="radio"] + label:before {
                background: rgba(255, 255, 255, 0.05);
                border-radius: 0.25em;
                border: solid 1px rgba(255, 255, 255, 0.15);
                content: '';
                display: inline-block;
                height: 1.65em;
                left: 0;
                line-height: 1.58125em;
                position: absolute;
                text-align: center;
                top: 0;
                width: 1.65em;
            }

        input[type="checkbox"]:checked + label:before,
        input[type="radio"]:checked + label:before {
            background: #ffffff;
            border-color: #ffffff;
            color: #b74e91;
            content: '\f00c';
        }

        input[type="checkbox"]:focus + label:before,
        input[type="radio"]:focus + label:before {
            border-color: #ffffff;
            box-shadow: 0 0 0 1px #ffffff;
        }

    input[type="checkbox"] + label:before {
        border-radius: 0.25em;
    }

    input[type="radio"] + label:before {
        border-radius: 100%;
    }

    ::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.35) !important;
        opacity: 1.0;
    }

    :-moz-placeholder {
        color: rgba(255, 255, 255, 0.35) !important;
        opacity: 1.0;
    }

    ::-moz-placeholder {
        color: rgba(255, 255, 255, 0.35) !important;
        opacity: 1.0;
    }

    :-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.35) !important;
        opacity: 1.0;
    }

    .formerize-placeholder {
        color: rgba(255, 255, 255, 0.35) !important;
        opacity: 1.0;
    }


.constructionhd{
    font-family: "Montserrat",sans-serif;
    font-size: 16px;
    color: #fff;
}

.construction{
    line-height: 30px;
    font-family: "Montserrat",sans-serif;
    font-size: 14px;
    color: #b7cee5;
}

#services {
  background: #ffffff;
  padding-bottom: 50px;
}
#services .service-box {
  position: relative;
  border: 1px solid #0BAFA0;
  margin-bottom: 48px;
}
#services .content {
  color: #ffffff;
  text-align: center;
  background: #0BAFA0;
  border: 4px solid #ffffff;
  padding: 10px 14px;
}
#services .content h2 {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
#services .content p {
  line-height: 22px;
  font-weight: 300;
}
#services .icon-wrapper {
  background: #ffffff;
  border-radius: 50%;
  height: 54px;
  left: -7px;
  padding: 3px;
  position: absolute;
  top: -30px;
  width: 54px;
}
#services .icon-wrapper i {
  background: #ffffff;
  color: #0BAFA0;
  border: 2px solid #0BAFA0;
  border-radius: 50%;
  font-size: 30px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  width: 48px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#services .service-box:hover i {
  background: #0BAFA0;
  color: #fff;
}

.pro_main {
    background:#e5e5e5;
}


/* Services
---------------------------------*/

.service-list{
    padding:0 0 0 0;
    font-size:14px;
    margin-bottom:40px;
}
.service-list-col1{
    float:left;
    width:60px;
}
.service-list-col1 i{
    font-style:normal;
    font-size:38px;
    display:block;
    color:#222;
    font-family: 'FontAwesome';
    line-height:38px;
}
.service-list-col2{
    overflow:hidden;    
}



/* Featured Work
---------------------------------*/
.featured-work{
    font-size:14px;
}
.featured-work h2{
    text-align:left;
}
.featured-box{
    padding:0 0 0 0;
    margin-bottom:25px;
    font-size:14px;
}
.featured-box h3{
    margin-bottom:5px;
}
.featured-box p{
    line-height:22px;
}
.featured-work p.padding-b{
    padding-bottom:35px;
}
.featured-box-col1{
    width:60px;
    float:left;
}
.featured-box-col1 i{
    display:block;
    line-height:38px;
    font-family: 'FontAwesome';
    font-size:38px;
    color:#777777;
    font-style:normal;
}
.featured-box-col2{ overflow:hidden;}

.Learn-More{
    display:inline-block;
    padding:0 5px 0 0;
    color:#7cc576;
    font-size:16px;
    text-transform:uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight:400;
    line-height:24px;
    transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    display: none;
}
.Learn-More i{ 
    padding-right:15px;
}

.Learn-More:hover, .Learn-More:focus{ 
    text-decoration:none;
    color: #111;
}


.pro_title1 {
    font-size: 34px;
color: #222222;
font-family: 'Montserrat', sans-serif;
font-weight: 700;
letter-spacing: -1px;
margin: 0 0 15px 0;
text-align: center;
text-transform: uppercase;
}

.pro_title2 {
    font-size: 16px;
    color: #888888;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-align: center;
    margin: 0 0 60px 0;
}