:root {
    --main-color: #e27b5b;
}

body, html {
    font-family: 'Open Sans', sans-serif;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    background-color: #fff;
    color: #666;
    font-weight: 400;
    width: 100% !important;
    height: 100% !important;
}

/*
* {
  border: 1px solid #f00 !important;
}
*/
h2 {
    margin: 0 0 20px 0;
    font-weight: 600;
    font-size: 36px;
    color: #fff;
}
h3, h4 {
    font-size: 20px;
    font-weight: 400;
    color: #eee;
}
h5 {
    text-transform: uppercase;
    font-weight: 700;
    line-height: 20px;
}
p {
    font-size: 16px;
    color: #ddd;
}
p.intro {
    margin: 12px 0 0;
    line-height: 24px;
}
a {
    color: var(--main-color);
    font-weight: 400;
}
a:hover, a:focus {
    text-decoration: none;
    color: #31302e;
}
ul, ol {
    list-style: none;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #222;
    z-index: 99999;
    height: 100%;
}
#status {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -32px 0 0 -32px;
    padding: 0;
}
ul, ol {
    padding: 0;
    webkit-padding: 0;
    moz-padding: 0;
}
hr {
    height: 2px;
    width: 70px;
    text-align: center;
    position: relative;
    background: #dd7715;
    margin: 0 auto;
    margin-bottom: 20px;
    border: 0;
}
/* Navigation */
#menu {
    padding: 20px;
    transition: all 0.8s;
}
#menu.navbar-default {
    background-color: rgba(248, 248, 248, 0);
    border-color: rgba(231, 231, 231, 0);

}
#menu a.navbar-brand {
    font-size: 18px;
    font-weight: 600;
    color: var(--main-color);
    padding-top:0px;
}
#menu.navbar-default .navbar-nav > li > a {
    text-transform: uppercase;
    color: var(--main-color);
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 8px 2px;
    border-radius: 0;
    margin: 9px 20px 0 20px;
}
#menu.navbar-default .navbar-nav > li > a:hover {
    color: #363636;
}
.on {
    background-color: #161616 !important;
    padding: 0 !important;
    padding: 15px 15px !important;
    border-bottom: 5px solid #262626 !important;

}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff !important;
    background-color: transparent;
}
.navbar a:hover, a:focus {
    text-decoration: none;
    color: #fff;
}
.navbar-toggle {
    border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
    border-color: var(--main-color);
}
.navbar-default .navbar-toggle:hover>.icon-bar {
    background-color: var(--main-color);
}
.section-title {
    margin-bottom: 70px;
}
.section-title p {
    font-size: 18px;
}
.btn-custom {
    text-transform: uppercase;
    color: #fff;
    background-color: #dd7715;
    border-bottom: 4px solid var(--main-color);
    padding: 14px 20px;
    letter-spacing: 1px;
    margin: 0;
    font-size: 17px;
    font-weight: 400;
    border-radius: 4px;
    margin-top: 20px;
    transition: all 0.3s;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
    color: #fff;
    background-color: var(--main-color);
    border-bottom: 4px solid var(--main-color);
}
.btn:active, .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none;
    outline-offset: none;
}
        .bar1, .bar2, .bar3 {
  width: 20px;
  height: 2px;
  background-color: #fff;
  margin: 4px 0;
  transition: 0.4s;
}

/* Rotate first bar */
.change .bar1 {
  transform: translate(0, 11px) rotate(-45deg);
}

/* Fade out the second bar */
.change .bar2 {opacity: 0;}

/* Rotate last bar */
.change .bar3 {
  transform: translate(0, -11px) rotate(45deg);
}
/* Header Section
    background: url(../img/intro-bg.jpg) top center no-repeat;
 */
.intro {
    display: table;
    width: 100%;
    padding: 0;
    background: url(../img/header.webp) no-repeat center center;
    background-color: #e5e5e5;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    height: 100vh;
    overflow: hidden;
}

.intro .overlay {
    background: rgba(0,0,0,0.65);
}
.intro .fa {
    font-size: 94px;
    margin-bottom: 40px;
    color: #fff;
}
.intro h1 {
    color: var(--main-color);
    font-size: 64px;
    font-weight: 700;
    letter-spacing: -1px;
    margin-top: 0;
    margin-bottom: 10px;
    text-shadow: 1px 1px #222;
}
.intro p {
    color: #fff;
    font-size: 1.6em;
    margin-top: 45%;
    line-height: 28px;
    margin-bottom: 10%;
}
header .intro-text {
    padding-top: 0%;
    padding-bottom: 50px;
    text-align: center;
}
.header-line-effect {
    position: relative;
    overflow: hidden;
    height: 90px;
    margin-top: -85px;
    z-index: 9
}
.header-line-effect span {
    width: 55%;
    height: 90px;
    position: absolute;
    left: -10px;
    bottom: 0;
    background: #f6f6f6;
    transition: all .6s;
    -webkit-transform: rotate(3deg) translate(3px, 45px);
    -moz-transform: rotate(3deg) translate(3px, 45px);
    -ms-transform: rotate(3deg) translate(3px, 45px);
    -o-transform: rotate(3deg) translate(3px, 45px);
    transform: rotate(3deg) translate(3px, 45px);
}
.header-line-effect span:last-child {
    left: auto;
    right: -10px;
    -webkit-transform: rotate(-3deg) translate(-3px, 45px);
    -moz-transform: rotate(-3deg) translate(-3px, 45px);
    -ms-transform: rotate(-3deg) translate(-3px, 45px);
    -o-transform: rotate(-3deg) translate(-3px, 45px);
    transform: rotate(-3deg) translate(-3px, 45px);
}

.center-logo{

    display: block;
    height: 40vh;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10vh;
}
@media (max-width: 768px) {

    .center-logo{
        height: auto;
        width: 80vw;
        margin-top: 25vh;
    }
}

.down-arrow{

    text-transform: uppercase;
    color: white;
    letter-spacing: 1px;
    font-weight: normal;
    font-size: 10px;
    display: block;
    margin: 0 auto;
    margin-left: auto;
    text-indent: -99999px;
    position: absolute;

    top: 80vh;
    left: 50%;
    margin-left: -14px;
    width: 27px;
    height: 27px;
    background: url(../img/down-arrow.png) no-repeat center right transparent;
    background-size: auto;
    background-size: 27px 27px;
    opacity: 0.8;
}


@media (max-width: 768px) {
    .down-arrow{
        top: 65vh;

    }

}

.header-brand{
    margin-top: 10vh;
    color: var(--main-color);
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -1px;
    margin-bottom: 10px;
    text-shadow: 1px 1px #222;
}

.hr-float {
    height: 100%;
    right: 0;
    position: absolute;
    margin-left: auto;
    margin-right: 0;
    margin-top: 0px;
    border: 0;
    display: block;
}

.vertical {
    height: 20vh;
    width: 3px;
    text-align: right;
    position: relative;
    background: var(--main-color);
    margin-left: auto;
    margin-right: 0;
    border: 0;
    display: block;
}

@media (max-width: 768px) {
    .vertical{
        display: none;
    }

    .center-mobile{
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}



/* About Section */
#about {
    padding: 120px 0;
    background: #363636;
}
#about h3 {
    font-size: 4em;
    text-align: right;
    margin-top: 0;
    padding-right: 20px;
}

@media (max-width: 768px) {
    #about h3 {
        text-align: center;
    }
}


#about .about-title .mobile-only {
        display: none;
    }

@media (max-width: 768px) {

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

    #about .about-title .mobile-only {
        display: block;
    }

}
#about .vcenter {
    float: none;
    display: table-cell;
    vertical-align: middle;
}
#about img {
    margin: 0 auto;
    max-width: 320px;
    padding: 10px;
    box-shadow: 0 0 40px #ddd;
    border-right: 0;
}
#about p {
    line-height: 24px;
    padding-left: 20px;
}
@media (max-width: 768px) {
    #about p {
        padding: 10px;
        text-align:center;
    }
}

/* Services Section */
#services {
    padding: 120px 0;
    background: #262626;
}
#services .service-media {
    margin: 10px;
}
#services .service-media img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    border-radius: 20px 20px 20px 0;
}
#services .service-desc {
    margin: 10px 10px 40px;
}
#services h3 {
    font-weight: 600;
    padding: 5px 0;
    text-transform: uppercase;
}
#services .service-desc hr {
    margin-left: 0;
}
/* Contact Section */
#contact {
    padding: 100px 0 40px 0;
    background: #262626;
}
#contact form {
    padding: 0;
}
#contact h3 {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
}
#contact .text-danger {
    color: #cc0033;
    text-align: left;
}
label {
    font-size: 12px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    float: left;
}
#contact .form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #444;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
#contact .form-control:focus {
    border-color: #999;
    outline: 0;
    -webkit-box-shadow: transparent;
    box-shadow: transparent;
}
.form-control::-webkit-input-placeholder {
    color: #777;
}
.form-control:-moz-placeholder {
    color: #777;
}
.form-control::-moz-placeholder {
    color: #777;
}
.form-control:-ms-input-placeholder {
    color: #777;
}
#contact .contact-info {
    margin-top: 60px;
    padding-top: 20px;
}
#contact .contact-item {
    margin: 20px 0 40px 0;
}
/* Footer Section*/
#footer {
    background: #333;
    padding: 30px 0 0 0 ;
}
#footer h3 {
    color: #1e7a46;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#footer ul li{
    padding:4px;
}

#footer .social {
    margin: 10px 0 50px 0;
}
#footer .social ul li {
    display: inline-block;
    margin: 0 5px;
}
#footer .social i.fa {
    font-size: 22px;
    width: 40px;
    height: 40px;
    padding: 10px;
    background: #777;
    color: #222;
    border-radius: 50%;
    transition: all 0.3s;
}
#footer .social i.fa:hover {
    background: #bbb;
}
#footer p {
    color: #666;
    font-size: 15px;
}
#footer a {
    color: #888;
}
#footer a:hover {
    color: #ccc;
}



@media (max-width: 768px) {
    #footer .navbar-brand{
        float: none;
        text-align:center;
        min-height: 40px;
    }
}

@media (max-width: 768px) {
    #about .vcenter {
        float: left;
    }
    #about img {
        margin: 50px 0;
    }
}
