/*body*/
body {
    font-family: 'Raleway', sans-serif;
}

p {
    color: #5e5e5e;
}
ul {
    color: #5e5e5e;
}

.btn-primary {
    border: none;
    border-radius: 0;
    font-weight: 700;
    font-size: 1.5rem;
    background-color: #995c31;
}

.btn-primary:hover {
    background-color: #452725;
}

/*header*/
header {
    background-color: #262626;
    padding-top: 20px;
    padding-bottom: 20px;
}

header .col-lg-3,.col-lg-4 {
    text-align: right;
}

header a {
    color: white;
}

header a:hover {
    color: #995c31;
    text-decoration: none;
}

header p {
    margin-top: 70px;
    font-size: 1.3rem;
}

header i {
    color: #995c31;
}

/*navbar*/
.nav {
    background-color: #995c31;
}

.navbar-brand {
    display: none;
}

.bg-light {
    background-color: #995c31 !important;
    padding: 0px;
}

.navbar-light .navbar-nav .nav-link {
    color: white;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 25px;
    padding-right: 25px;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: white;
    background-color: #262626;
}

.navbar-light .navbar-nav .active > .nav-link {
    color: white;
    background-color: #262626;
}

.navbar-light .navbar-toggler {
    border: none;
}

.navbar-toggler {
    padding: 0;
}    

.navbar-toggler i {
    color: white;
    font-size: 1.5em;
    border: none;
}

.navbar-toggler i:hover {
    color: #262626;
}

/* Slider */
.carousel-indicators .active {
    background-color: #995c31; 
}

.carousel-indicators li {
    background-color: white;
    height: 8px;
    opacity: 1;
}

/* Services */
.service {
    padding-top: 70px;
    padding-bottom: 70px;
    text-align: center;
}

.service h3 {
    font-weight: 700;
    margin-bottom: 20px;
    color: #452725;
    font-size: 2rem;
}

.service h4 {
    font-weight: 700;
    margin-top: 20px;
}

.service .btn-primary {
    margin-top: 40px;
}

.service .col-lg-3 {
    margin-top: 30px;
    margin-bottom: 30px;
}

/* About */
.about {
    background-color: #e6e6e6;
    padding-top: 70px;
    padding-bottom: 70px;
}

.about h1 {
    font-weight: 700;
    color: #452725;
}

.about p {
    margin-bottom: 0px;
    line-height: 1.8em;
}

.about ul {
    list-style: none;
    padding-left: 0px;
}

/* Jumbo */
.jumbo {
    background-image: url(../images/background-img.jpg);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
    color: white;
}

.jumbo h2 {
    margin-bottom: 0px;
    font-weight: 700;
}

.jumbo .col-lg-5 {
    text-align: right;
    margin-top: 14px;
}

/* Content */
.content {
    padding-top: 70px;
    padding-bottom: 70px;
}

.content h4 {
    font-weight: 700;
    color: #452725;
    margin-bottom: 20px;
}

.content ul {
    list-style: none;
    padding-left: 0px;
}

/*project*/
.project {
    padding: 40px 0 40px 0;
    text-align: center;
    background-color: #e6e6e6;
}

.project h1 {
    font-weight: 700;
    color: #452725;
}

.project h3 {
    font-weight: 700;
    color: #452725;
}

.project .col-lg-3 {
    padding: 20px 0 20px 0;
}

.project .row {
    padding-bottom: 60px;
}

.blueimp-gallery > .next, .blueimp-gallery > .prev {
    border: 0px !important;
    background: none !important;
}

.blueimp-gallery-svgasimg > .close {
    background-image: none !important;
}

.blueimp-gallery i {
    color: white;
}

.blueimp-gallery>.close {
    color: white !important;
    
}

.hovereffect img {
    border: 2px solid white;
}

.hovereffect:hover img {
    border: 2px solid #995c31;
}

.text-block {
  position: absolute;
  bottom: 20px;
  left: 7px;
  background-color: #995c31;
  padding-left: 20px;
  padding-right: 20px;
}

.col-lg-4 .text-block {
  position: absolute;
  bottom: 20px;
  left: 2px;
  background-color: #995c31;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block p {
    margin-bottom: 0px;
    color: white;
    font-size: 1.5rem;
}

/*form*/
label {
    color: #333;
}

.btn-primary.disabled {
    background-color: #995c31;
}

.btn-primary.disabled:hover {
    background-color: #262626;
}

.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}

/*footer*/
.footer {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #1e1e1e;
    color: white;
}

.footer h4 {
    margin-bottom: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: #995c31;
}

.footer ul {
    list-style: none;
    padding-left: 0px;
}

.footer ul li {
    margin-bottom: 20px;
}

.footer a {
    color: white;
    font-weight: 700;
}

footer a:hover {
    text-decoration: none;
    color: #995c31;
}

.footer .active {
    color: #995c31;
}

.footer i {
    color: #995c31;
}

.copyright p {
    margin-bottom: 0;
    color: white;
}

.copyright {
    background-color: #262626;
    color: white;
    padding-top: 20px;
    padding-bottom: 20px;
}

.copyright .col-lg-5 {
    text-align: right;
}

.copyright a {
    color: white;
}

.copyright a:hover {
    color: #995c31;
    text-decoration: none;
}



/* media querry @1199px; */
@media (max-width: 1199px) {
    /*project*/  
    .text-block {
        position: absolute;
        left: 2px;
    }
}

/* media querry @991px; */
@media (max-width: 991px) {
    
    header .col-lg-3,.col-lg-4 {
        text-align: center;
    }
    
    header {
        text-align: center;
    }
    
    /* Navigation */    
    .navbar-brand {
        display: block;
    }
    
    /*project*/  
    .text-block {
        position: absolute;
        left: 2px;
    }
    
    /* Copyright */    
    .copyright .col-lg-7 {
        text-align: center;
    }
    .copyright .col-lg-5 {
        text-align: center;
    }
}

/* media querry @767px; */
@media (max-width: 767px) {
    header p {
        margin-top: 20px;
    }
    
    /* About */
    .about .col-lg-5 {
        margin-top: 40px;
    }
    
    /*project*/  
    .text-block {
        position: absolute;
        left: 31px;
    }
    
    .col-lg-4 .text-block {
      left: 31px;
    }
    
    /* jumbo */
    .jumbo .col-lg-5 {
        margin-top: 20px;
        text-align: left
    }  
        
    /* Content */
    .content .col-lg-7 {
        margin-top: 40px;
    }
    
    /* Footer */
    .footer .col-lg-6 {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    
    .copyright .col-lg-5 {
        margin-top: 8px;
    }
}

/* media querry @575px; */
@media (max-width: 575px) {
    /*project*/  
    .text-block {
        position: absolute;
        left: 48px;
    }
    
    .col-lg-4 .text-block {
      left: 48px;
    }
    
}

/* media querry @575px; */
@media (max-width: 520px) {
    /*project*/  
    .text-block {
        position: absolute;
        left: 21px;
    }
    
    .col-lg-4 .text-block {
      left: 21px;
    }
    
}

/* media querry @482px; */
@media (max-width: 482px) {
    /*project*/  
    .text-block {
        position: absolute;
        left: 2px;
    }
    
    .col-lg-4 .text-block {
      left: 2px;
    }
    
}

