body {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Julius Sans One', sans-serif
}

.row {
    margin: 0
}

/* Start social */

.social {
    position: fixed;
    top: 170px;
    left: 0;
    z-index: 999
}

.social li {
    margin-top: 5px
}

.social img {
    width: 35px
}

/* End social */

/* Start QUICK ENQUIRY */

.quick {
    position: fixed;
    width: 20px;
    top: 150px;
    right: -25px;
    z-index: 9995;
    background-color: #eee;
    border-radius: 5px 0 0 5px;
    padding: 10px;
    border-top: 1px solid #f97100;
    border-bottom: 1px solid #f97100;
    border-left: 1px solid #f97100
}

.quick .open {
    position: absolute;
    right: 100%;
    top: 25px
}

.quick input,
.quick textarea {
    color: #f97100;
    border: none;
    font-family: 'Open Sans', sans-serif;
}

.quick input::-webkit-input-placeholder {
    color: #999;
    text-transform: capitalize
}

.quick .send {
    width: 95px;
    font-weight: bold;
    background: none;
    margin-top: 0;
    color: #f97100;
    border-color: #f97100;
    padding: 6px 12px;
    font-size: 105%
}

.quick .send:hover {
    background-color: #f97100;
    color: #fff
}

.send button i {
    margin-left: 12px
}

.quick .open {
    width: 40px;
    padding-left: 8px;
    border-radius: 0;
    border-radius: 5px 0 0 5px;
    background-color: #f97100;
    border-top: 1px solid #f97100;
    border-bottom: 1px solid #f97100;
    border-left: 1px solid #f97100;
    color: #fff
}

/* End QUICK ENQUIRY */

/* Start Navbar */

.navbar {
    background-color: #2c2f32;
    border-radius: 0;
    margin-bottom: 0;
    border: 0;
    min-height: 100px
}

.navbar > .container .navbar-brand {
    margin-left: 15px;
    font-weight: bold;
    padding: 0
}

.navbar > .container .navbar-brand img {
    width: 170px;
    margin: 0
}

.navbar > .container .navbar-brand p {
    font-size: 90%;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
}

.navbar > .container .navbar-brand p span {
    color: #FFB400
}

.navbar-nav > li > a {
    margin-top: 55px;
    margin-bottom: 0;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    padding: 10px 17.5px;
    position: relative;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in;
}

.navbar-nav > li > a i {
    font-size: 15px;
    margin-left: 10px;
    color: #ed9c38
}

.navbar-nav > li > a:before {
    content: "";
    background-color: #555;
    height: 20px;
    width: 1px;
    left: -2px;
    position: absolute;
    top 6px
}

.navbar-nav > li > .b-clear {
    padding-left: 20px
}


.navbar-nav > li > .b-clear:before {
    width: 0;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li .active {
    background-color: #222;
    color: #fff;
    margin-top: 45px
}

/* End Navbar */

/* Start Carousal */

.my-slide .carousel-inner .item > img {
    width: 100%
}

.my-slide .carousel-inner .carousel-caption {
    background-color: rgba(249, 113, 0, 0.8);
    font-weight: bold;
    font-size: 150%;
    padding: 0
}

/* End Carousal */

/* Start Main */

main {
    padding-top: 10px;
    padding-bottom: 25px
}

main h2 {
    color: #000;
    font-size: 180%;
    padding-bottom: 20px;
    border-bottom: 1px solid #CCC
}

.contact-us aside .lead,
main .lead {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px
}

.contact-us aside .lead span,
main .lead span {
    color: #f97100;
    font-weight: 600;
    font-size: 14px
}

main a {
    text-transform: uppercase;
    color: #f97100;
    font-weight: 900;
    -webkit-transition: all 0.35s linear;
    -moz-transition: all 0.35s linear;
    -ms-transition: all 0.35s linear;
    -o-transition: all 0.35s linear;
    transition: all 0.35s linear
}

main a .fa {
    font-size: 18px
}

main a:hover,   
main a:focus {
    color: #e67f00;
    font-weight: bold;
    font-size: 15px;
    text-decoration: none;
    cursor: pointer
}

/* End Main */

/* Start Footer */

footer {
    background: url("../images/footer.jpg");
    background-size: cover;
    background-position: right
}

/* Start Clients */

footer .clients {
    padding-top: 10px;
    padding-bottom: 20px
}

footer .clients img {
    width: 95%
}

/* End Clients */

footer .over {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.65)
}

footer .navbar-nav > li > a {
    margin-top: 0;
    margin-left: 20px
}


footer .navbar-nav > li > a:hover,
footer .navbar-nav > li > a:focus,
footer .navbar-nav > li > .active {
    background-color: #fff;
    color: #000
}

footer .navbar-nav > li > a:before {
    background-color: #eee
}

footer .lead {
    font-size: 11px;
    color: #ddd;
    font-weight: bold;
    margin-top: 100px;
    font-family: 'Open Sans';
    text-transform: capitalize;
    margin-bottom: 0
}

footer .lead a {
    text-transform: uppercase
}

footer .lead a:hover,
footer .lead a:focus {
    text-decoration: none
}

footer .lead .orange {
    color: #ed9c38
}

footer .lead .green {
    color: #080
}

footer .lead .blue {
    color: #6b6bff
}

/* End Footer */