html {
  scroll-behavior: smooth;
}
header {
    padding: 32px 0px;
}

.navbar {
    background-color: #fff;
    box-shadow: 0px 1px 6px -4px #333;
}
.navbar-brand img {
    width: 218px;
}

.navbar-nav {
    margin-top:6px;
}

.carousel-caption h1 {
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 300;
    text-shadow: 0px 0px 2px #424242;
}

.carousel-caption p {
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 300;
}

.btn_cts {
    color: #fff;
    background-color: #77bc25;
	    border: none;
    display: inline-block;
    padding: 12px 35px;
    font-weight: 400;
    font-size: 14px;
	 -webkit-transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}

.btn_cts:hover{ background-color: #488401; text-decoration: none; color: #fff;}


.carousel-caption {
    position: absolute;
    right: 15%;
    top: 26%;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

#AboutSection {
    padding: 80px 0px;
}

.ab-us{padding: 80px 0px;}

.heading-box{ text-align: center; margin-bottom:60px;}

.heading-box h2 {
    text-transform: uppercase;
    font-size: 38px;
    font-weight: 300;
    margin-bottom: 12px;
}
.stip-green {
    height: 7px;
    background-color: #77bc25;
    width: 79px;
    margin: 0 auto;
    border-radius: 30px;
}

.img-box img{ max-width: 100%;}


.standerd-text {
    font-size: 14px;
    line-height: 27px;
}

.contact-text {
    font-weight: 600;
    margin-top: 16px;
	margin-bottom: 20px;
}

.contact-text a {
    color: #212529;
}

#KitchenRespray, #KitchenDoors{ background-color: #f6f6f6;}

.standerd-text h4 {
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 10px;
}

footer{ background-color: #33383e; background-image: url("../images/footer-bg.png"); background-repeat: no-repeat; padding: 80px; background-size: cover;}

.frm-ftr {
    width: 900px;
    margin: auto;
}

.form-group {
    margin-bottom: 1rem;
    padding: 0px 8px;
}

.form-control-lg {
    height: 52px;
    padding: 0.8rem 1rem;
    font-size: 1rem;
    line-height: 2.5;
    border-radius: 0;
    border: none;
}

textarea.form-control {
    height: auto;
	    padding: 0.8rem 1rem;
    font-size: 1rem;
    border-radius: 0;
    border: none;
	resize: none;
}


.copy_right {
    background-color: #252b31;
    color: #fff;
    padding: 20px 0px;
    text-align: center;
}

.copy_right p {
    margin: 0;
}
.social-icon-box a {
    display: inline-block;
    color: #fff;
    padding: 0px 8px;
    font-size: 20px;
    margin: 5px 0px 9px 0px;
}

.social-icon-box a:hover{ color: #77bc25;}

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
    color: #77BC25;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #77BC25;
}

.img-box a.example-image-link {
    float: left;
    display: inline-block;
    width: 50%;
    padding: 4px;
}

@media(max-width:768px){
	
.navbar-nav {
    margin: 14px 0px -8px 0px;
    padding: 0px;
    border-top: 1px solid #f7f7f7;
}
	
.frm-ftr {
    width: 100%;
    margin: auto;
}	
	
	a.nav-link {
    text-align: center;
    padding: 13px 0px;
    border-bottom: 1px solid #f7f7f7;
    font-weight: 800;
    text-transform: uppercase;
}

	footer {
    padding: 80px 10px 10px 10px;

}
	
.carousel-caption {
    top: 9%;
}	
	
.carousel-caption h1 {
    font-size: 35px;
}	
	
}


@media(max-width:640px){
	
.heading-box h2 {
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 800;
    margin-bottom: 12px;
}
	
.heading-box {
    text-align: center;
    margin-bottom: 20px;
}	

.img-box {
    margin: 10px 0px 16px 0px;
	}
	
.standerd-text h4 {
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 10px;
    font-size: 17px;
}
	
.carousel-caption h1 {
    font-size: 18px;
    font-weight: 700;
}	
.carousel-caption p {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 300;
}
	
	

.carousel-caption {
    position: absolute;
    right: 5%;
    top: 15%;
    left: 5%;
    z-index: 10;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #fff;
    text-align: center;
}	

.btn_cts {

    padding: 8px 27px;
    font-weight: 400;
    font-size: 13px;	
	
}

	
.carousel-indicators {
    bottom: -12px;	
	}
}

















