body
{
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}
.wrapper{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}
.padding{
	padding: 0;
}
/*-----------Header-----------*/







.header-top {
    margin: 0;
    padding: 10px 0;
    background-color: #f5bf36;
}
.header-top p{
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
    color: #000;
    font-family: 'Source Serif Pro', serif;
    text-align: right;
}


.header{
    position: absolute;
    z-index: 999;
    width: 100%;
    padding: 15px 20px;
}
.call{
    padding: 0 12px;
    font-weight: 600;
    font-size: 18px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Source Serif Pro', serif;
    color: #fff;
    text-decoration: none;
}
.call:hover{
    color: #f5bf36;
}
.menu {
    text-align: center;
}
.menu .navbar {
	padding: 0;
	display: inline-block;
}
.menu ul li a {
    padding: 0px 11px!important;
    font-size: 17px;
    margin: 0;
    font-family: 'Source Serif Pro', serif;
    color: #fff!important;
    letter-spacing: 0.3px;
}
.menu ul li a:hover{
    color: #f5bf36!important;
}
.get-quote{
    padding: 8px 25px;
    background: #f5bf36;
    color: #000;
    border: none;
    font-weight:600;
    margin:0 0 0 12px;
    text-decoration:none;
    font-family: 'Source Serif Pro', serif;
    font-size: 18px;
    border: 1px solid #f5bf36;
    display: inline-block;
}
.get-quote:hover{
    background:#fff;
    color:#000;
    
}
.sticky{
    position: sticky !important;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 221;
    display: block;
    box-shadow: 0px 7px 6px #9795953b;
    border: none;
}
.sticky .menu ul li a{
    color: #000!important;
}
.sticky .call{
    color: #000;
}

.sticky .menu ul li a:hover { color: #f5bf36!important; }
.sticky .call:hover{
    color: #f5bf36;
}

.sticky-logo{
    display: none;
}
.sticky .normal-logo, .inner-header .normal-logo{
    display: none;
}
.sticky .sticky-logo, .inner-header .sticky-logo{
    display: block;
}





/*-----------------slider----------*/
.slider{position: relative;}

.slider .carousel-item img{
    width:100%;
}

.slider-content{
	position: absolute;
    left: 0;
    right: 0;
    top: 52%;
    transform: translate(0 , -50%);
    text-align: center;
    font-family: 'Source Serif Pro', serif;
}
.slider-content h2 {
margin: 0;
    padding: 0 0 25px;
    font-size: 38px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    line-height: 45px;
    text-shadow: 3px 0 3px #000;
   font-family: 'Source Serif Pro', serif;
}
.slider-content a{
       padding: 11px 29px;
    background-color: #f5bf36;
    margin: 10px 0 0 0;
    font-size: 22px;
    line-height: 30px;
    text-decoration: none;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 15px;
    display: inline-block;
    letter-spacing: 0.5px;
}

.slider-content a:hover{
        background-color: #000;
    
    color:#fff !important;
}


.carousel-control-next, .carousel-control-prev{
    width: 8%;
}
.carousel-control-next img, .carousel-control-prev img{
    width: 60px;
}

.carousel-control-next, .carousel-control-prev{
        opacity: 1;
}
/*----service----*/
.service{
    padding:70px 0 70px 0;
}
.service a{text-decoration:none;}

.service h3{text-align: center;
    margin:0;
    font-size: 26px;
    color: #fff;
    font-weight: 600;
    line-height: 32px;
    font-family: 'Source Serif Pro';
        word-spacing: 3px;
        text-transform: uppercase;
}
    
 .service-content a{
     position:relative;
     display:block;
 } 
 .service .inner-service-box{
     position: absolute;
    left: 0;
    right: 0;
    top: 52%;
    transform: translate(0 , -50%);
}
.service-heading h2{
    margin: 0;
    padding: 0;
    text-align: center;
    padding-bottom: 50px;
    font-size: 40px;
    font-weight: 600;
    line-height:32px;
    font-family: 'Source Serif Pro';
}

/*---welcome-section-----*/

.welcome-sec{
        background-color: #eee;
    padding: 60px 0;
}
.welcome-sec-content{
    padding: 0 40px;
}

.welcome-sec h2{
    margin: 0;
    padding: 0;
    text-align: center;
    padding-bottom: 50px;
    font-size: 40px;
    font-weight: 600;
    line-height: 32px;
    font-family: 'Source Serif Pro';
}

.welcome-sec p{
    font-size: 17px;
    line-height: 25px;
    margin: 0;
    padding-bottom: 15px;
    color: #000;
}
.welcome-sec p a{
    color: #000;
    text-decoration: none;
    font-weight: 600;
}


/*--------contact-us-----*/
.contact-us-heading h2{
     margin: 0;
    padding: 0;
    text-align: center;
    padding-bottom: 50px;
    font-size: 40px;
    font-weight: 600;
    line-height:32px;
    color:#fff;
    font-family: 'Source Serif Pro';
}
.contact-us{
   padding:70px 0 70px 0;
    /*background-image:url('../images/bg.jpg');*/
    background-image:url('../images/bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
}
 
.contact_input::placeholder, .contact_input_textarea::placeholder {
    color: #fff;
    font-size: 18px;
}
.contact-call{
    font-size:20px;
    line-height:26px;
}

.contact-page .form-group{    margin-bottom: 20px;}

.contact_input, .contact_input_textarea{
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    padding: 10px 15px 10px 15px;
    width: 100%;
    color: #fff;
    outline: none;
    background-color: transparent !important;
    border: 2px solid #ddd;
}
 .submit-btn {
    background-color: #f5bf36;
    color: #000;
    font-weight: 600;
    padding: 7px 20px!important;
    font-size: 20px;
    font-family: 'Source Serif Pro';
    text-transform: capitalize;
    text-decoration: none;
    line-height: 27px;
    margin: 0 16px;
    letter-spacing: 0.5px;
    border: 1px solid #f5bf36;
}
.submit-btn:hover {
    color: #fff!important;
    background-color: transparent !important;
    
}
.contact-info{
    text-align:center;
}


.contact-info-main{
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact-info h4{
    margin: 0;
    padding-bottom: 25px;
    color: #f5bf36;
    font-size: 30px;
    font-weight: 600;
}
.contact-info .contact-call{
    margin:0;
    padding-bottom:15px;
    color:#fff;
}
.contact-info a{
    text-decoration: none;
    margin: 0;
    color: #fff;
    font-size: 21px;
    line-height: 26px;
    font-weight: 600;
    padding-left: 5px;
}
.contact-info a:hover{
    color: #f5bf36;
}

.contact-info .mail{
    color:#fff;
    font-size: 20px;
    line-height: 26px;
}

.copyright {
      background-color: #f5bf36;
      padding: 10px 0;
    
}

.copyright p{
    color: #000;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    letter-spacing: 0.5px;
}
.Proudly_text{
    text-align: right;
}



.accessibility{
text-align: center;
}

.accessibility a{
    color: #000;
    font-size: 15px;
    font-weight: 600;
    line-height: 26px;
    margin: 0;
    text-align: right;
    display: inline-block;
    text-decoration: none;
}


.accessibility i{
  font-size: 22px;
    margin-right: 3px;
}



.inner-page {
    margin: 0;
    padding: 70px 0;
    background-color: #fff;
}
.inner-page h2 {
    margin: 0;
    padding: 0;
    text-align: center;
    padding-bottom: 50px;
    font-size: 42px;
    font-weight: 600;
    line-height: 34px;
    font-family: 'Source Serif Pro';
}
.inner-page p {
    font-size: 17px;
    color: #000;
    font-weight: 400;
    margin: 0;
    line-height: 27px;
    padding: 0 0 15px;
    letter-spacing:0.3px;
}
.inner-page p:last-child{
    padding-bottom: 0;
}
.inner-page h3{
    color: #000;
    
    padding: 0 0 15px;
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 33px;
    font-family: 'Source Serif Pro', serif;
}
.inner-header{
    background-color: #fff;
    position: unset;
    box-shadow: 0px 7px 6px #9795953b;
    border-bottom: 1px solid #dedbdb;
   
}
.inner-header .call{
    color: #000;
}
.inner-header .menu ul li a{
    color: #000!important;
}

.inner-header .menu ul li a:hover{    color: #f5bf36!important;}
.next-sec{
    padding-top: 30px;
}
.inner-header .get-quote:hover{
    border: 1px solid #f5bf36;
}
.inner-page p a{
    color: #000;
    text-decoration: none;
    font-weight: 600;
}

.getquote-page{
    margin:0;
}

.accessibilit-each-sec {padding: 0 0 30px 0;}
.accessibilit-each-sec a {color: #000; text-decoration: none;}
.accessibility-form {padding: 0 30px;}
.accessibility-form .form-group {margin-bottom: 15px;}
.accessibility-form .form-group input {color: #000;}
.accessibility-form .form-group textarea {color: #000;}
.accessibility-form .contact_input::placeholder, .accessibility-form .contact_input_textarea::placeholder {color: #ccc; font-size: 18px;}
.accessibility-form .form-group .submit-btn:hover {color: #000 !important;}
.inner-page.accessibility-statement-page {padding: 70px 0 0;}


.project-sec{padding: 60px 0 40px 0;}
.project-sec .gallery-items{    margin-bottom: 25px;}
.project-sec h2 { margin: 0; padding: 0; text-align: center; padding-bottom: 50px; font-size: 40px; font-weight: 600; line-height: 32px; font-family: 'Source Serif Pro'; }



.inner-page.homewest-extra-pages h2{padding-bottom: 30px; font-size: 49px;line-height: 60px;}
.inner-page.homewest-extra-pages h4{color: #000; padding: 0 0 15px; margin: 0; font-size: 24px; font-weight: 600; line-height: 33px; font-family: 'Source Serif Pro', serif;}
.inner-page.homewest-extra-pages h3{color: #000; padding: 0 0 15px; margin: 0; font-size: 30px; font-weight: 600; line-height: 33px; font-family: 'Source Serif Pro', serif;}
.homewest-content{padding-top: 25px;}
.inner-page.homewest-extra-pages p{font-size: 18px;line-height: 30px;padding: 0 0 15px 0;}

.footer-pages{padding:25px 0;background-color: #000;}
.footer-page{text-align:center;}
.footer-page a{text-decoration: none; color: #f3be49; font-family: 'Open Sans'; font-weight: 600; font-size: 20px; line-height: 26px;display:inline-block;}
.gallery-items video{width:100%;}


.homewest-content ul li{font-size: 18px; line-height: 24px; padding: 0 0 10px 0;}
.kitchen-and-bathroom-remodel-st-helena-page .our-services-ul p{padding:0 0 25px 0;}
.kitchen-and-bathroom-remodel-st-helena-page .our-services-ul li{font-size:20px;}
.footer-pages .btm-text{padding-top:10px;}

.submit-btn.g-recaptcha{margin:15px 0 0 0!important;}


.project-sec video{height: 520px;width: 100%;object-fit: cover;}


@media (max-width: 575.98px) {
    .header{ position: unset !important; padding: 15px 0; }
    .logo{ text-align: center;padding-bottom: 20px; }
    .sticky-logo { display: block; margin: 0 auto; }
    .normal-logo { display: none; }
    
    .call{    font-size: 20px;color: #000;display: block; text-align: center;margin-bottom: 15px;}
    .header-top p{text-align: center;}
    .navbar-dark .navbar-toggler{width: 100%;float: left;border: none !important;text-align: right;background-color: #6a6c6b;padding: 6px 15px;border-radius: 0;outline: none;}
    .menu .navbar{width: 100%;float: left;padding-bottom: 15px;}
    .menu{text-align: center;}
    .navbar-collapse{width: 100%;float: left;background-color: #f5bf36;text-align: left;}
    .menu ul li{width: 100%;float: left;font-weight: 600;padding: 0;text-shadow: none;}
    .menu ul li a{width: 100%;float: left;color: #000 !important;padding: 10px 15px !important;border: none;border-top: 1px solid #000;text-shadow: none;}
    .get-quote{font-size: 18px;padding: 6px 20px;margin: 0;}
    
    .slider .carousel-item img{width: 100%; height: 37vh; object-fit: cover;}
    .carousel-control-next i, .carousel-control-prev i{font-size: 25px;}
    .slide .carousel-control-prev {left: 0px;}
    .slide .carousel-control-next { right: 0px;}
    .slider-content{padding: 0 25px;top: 50%;}
    .slider-content h2{font-size: 21px;line-height: 34px;padding: 0 0 15px;}
    .slider-content a{font-size: 17px;line-height: 26px;padding: 6px 17px;margin: 0;}
    .service{padding: 40px 0;}
    .service-heading h2{font-size: 30px;line-height: 39px;padding-bottom: 20px;}
    .service-content{padding-bottom: 20px;text-align: center;}
    .service h3{font-size: 20px;line-height: 32px;}
    .welcome-sec{padding: 40px 0;}
    .welcome-sec h2{font-size: 26px;line-height: 32px;padding-bottom: 20px;}
    .welcome-sec-content{padding: 0 12px;}
    .welcome-sec p{font-size: 16px;}
    .welcome-img{padding-top: 10px;}
    .contact-us{padding: 40px 0;margin: 0;}
    .contact-us-heading h2{font-size: 27px;line-height: 24px;padding-bottom: 20px;}
    .contact-info h4{font-size: 24px;padding-bottom: 10px;}
    .contact-info .contact-call{padding: 0;}
    .contact-call{font-size: 15px;line-height: 26px;}
    .contact-info .mail{font-size: 16px;line-height: 26px;padding-bottom: 20px;}
    .contact-info a{font-size: 16px;padding-left: 2px;}
    .submit-btn{font-size: 17px;line-height: 27px;padding: 3px 14px!important;}
    .copyright_text p{ font-size: 17px; letter-spacing: 0; text-align: center; width: 100%; padding: 5px 0 10px; }
    .Proudly_text { text-align: center; }
    .Proudly_text p{ width: auto; font-size: 17px; float: none; display: inline-block; }
    .accessibility{text-align: center;margin:2px 0 5px 0 0;}
    .accessibility a {font-size: 16px;padding-bottom: 10px;}
    .accessibility i{ font-size: 22px;}
    .inner-page{padding: 40px 0;}
    .inner-page h2{font-size: 27px;line-height: 34px;padding-bottom: 20px;}
    .inner-page h3{font-size: 20px;line-height: 30px;}
    .adu-image{padding-top: 20px;}
    .inner-image{padding-top: 20px;}
    .reverse{flex-direction: column-reverse;}
    .copyright{padding: 10px 0;}
    .inner-page p{font-size: 16px;}
        .project-sec { padding: 40px 0 20px 0; }
    .project-sec h2{ font-size: 26px; line-height: 32px; padding-bottom: 20px; }
    
    .homewest-content{padding-top:20px;}
    .footer-page a{font-size: 17px;line-height: 23px;padding: 8px 0;}
     .footer-pages{padding: 20px 0;}
   
    
}

@media (max-width: 767.98px ) and (orientation: landscape)  {
    
    .header{ position: unset !important; padding: 15px 0; }
    .logo{ text-align: center;padding-bottom: 20px; }
    .sticky-logo { display: block; margin: 0 auto; }
    .normal-logo { display: none; }
    .call{    font-size: 20px;color: #000;display: block; text-align: center;margin-bottom: 15px;}
    .header-top p{text-align: center;}
    .navbar-dark .navbar-toggler{width: 100%;float: left;border: none !important;text-align: right;background-color: #6a6c6b;padding: 6px 15px;border-radius: 0;outline: none;}
    .menu .navbar{width: 100%;float: left;padding-bottom: 15px;}
    .menu{text-align: center;}
    .navbar-collapse{width: 100%;float: left;background-color: #f5bf36;text-align: left;}
    .menu ul li{width: 100%;float: left;font-weight: 600;padding: 0;text-shadow: none;}
    .menu ul li a{width: 100%;float: left;color: #000 !important;padding: 10px 15px !important;border: none;border-top: 1px solid #000;text-shadow: none;}
    .get-quote{font-size: 18px;padding: 6px 20px;margin: 0;}
    
    .slider .carousel-item img{width: 100%; height: 74vh; object-fit: cover;}
    .carousel-control-next i, .carousel-control-prev i{font-size: 25px;}
    .slide .carousel-control-prev {left: 0px;}
    .slide .carousel-control-next { right: 0px;}
    .slider-content{padding: 0 25px;top: 50%;}
    .slider-content h2{font-size: 23px;line-height: 34px;padding: 0 0 15px;}
    .slider-content a{font-size: 17px;line-height: 26px;padding: 6px 17px;margin: 0;}
    .service{padding: 40px 0;}
    .service-heading h2{font-size: 30px;line-height: 39px;padding-bottom: 20px;}
    .service-content{padding-bottom: 20px;}
    .service h3{font-size: 20px;line-height: 32px;}
    .welcome-sec{padding: 40px 0;}
    .welcome-sec h2{font-size: 26px;line-height: 32px;padding-bottom: 20px;}
    .welcome-sec-content{padding: 0 12px;}
    .welcome-sec p{font-size: 16px;}
    .welcome-img{padding-top: 10px;}
    .contact-us{padding: 40px 0;margin: 0;}
    .contact-us-heading h2{font-size: 27px;line-height: 24px;padding-bottom: 20px;}
    .contact-info h4{font-size: 24px;padding-bottom: 10px;}
    .contact-info .contact-call{padding: 0;}
    .contact-call{font-size: 15px;line-height: 26px;}
    .contact-info .mail{font-size: 16px;line-height: 26px;padding-bottom: 20px;}
    .contact-info a{font-size: 16px;padding-left: 2px;}
    .submit-btn{font-size: 17px;line-height: 27px;padding: 3px 14px!important;}
    .copyright_text p{ font-size: 17px; letter-spacing: 0; text-align: center; width: 100%; padding: 5px 0 10px; }
    .Proudly_text { text-align: center; }
    .Proudly_text p{ width: auto; font-size: 17px; float: none; display: inline-block; }
    .accessibility{text-align: center;margin:2px 0 5px 0 0;}
    .accessibility a {font-size: 16px;padding-bottom: 10px;}
    .accessibility i{ font-size: 22px;}
    .inner-page{padding: 40px 0;}
    .inner-page h2{font-size: 27px;line-height: 34px;padding-bottom: 20px;}
    .inner-page h3{font-size: 20px;line-height: 30px;}
    .adu-image{padding-top: 20px;}
    .inner-image{padding-top: 20px;}
    .reverse{flex-direction: column-reverse;}
    .copyright{padding: 10px 0;}
    .inner-page p{font-size: 16px;}
    .project-sec { padding: 40px 0 20px 0; }
    .project-sec h2{ font-size: 26px; line-height: 32px; padding-bottom: 20px; }
    
    .homewest-content{padding-top:20px;}
     .footer-page a{font-size: 17px;line-height: 23px;padding: 8px 0;}
     .footer-pages{padding: 20px 0;}
}

@media (min-width: 768px) and (max-width: 991.98px){
    .menu ul li a{font-size: 10px;padding: 0px 5px!important;}
    .call{font-size: 11px;letter-spacing: 0;padding: 0 5px;}
    .get-quote{font-size: 12px; line-height: 14px; padding: 5px 7px; margin: 10px 0 0 0px;}
    .slider-content h2{font-size: 25px;line-height: 25px;padding: 0 0 20px;}
    .slider-content a{font-size: 19px;line-height: 27px;padding: 6px 19px;margin: 4px 0 0 0;}
    .service{padding: 60px 0;}
    .service-heading h2{font-size: 36px;line-height: 44px;padding-bottom: 20px;}
    .service h3{font-size: 13px;word-spacing: 0;line-height: 24px;}
    .welcome-sec h2{font-size: 34px;line-height: 43px;padding-bottom: 20px;}
    .welcome-sec p{font-size: 16px;padding-bottom: 10px;}
    .contact-us{padding: 60px 0;}
    .contact-info h4{font-size: 26px;padding-bottom: 20px;}
    .contact-info a{font-size: 17px;padding-left: 2px;}
    .copyright p{font-size: 11px;}
    .accessibility a{font-size: 11px;}
    .contact-us-heading h2{font-size: 36px;}
    .inner-page{padding: 60px 0;}
    .inner-page h2{font-size: 35px;line-height: 31px;padding-bottom: 30px;}
    .inner-page h3{font-size: 20px;line-height: 28px;}
    .inner-page p{font-size: 16px;}
    .project-sec h2{ font-size: 34px; line-height: 43px; padding-bottom: 20px;}
    .footer-page a {font-size: 15px;line-height: 23px;padding: 0 12px;}

    
    
}

@media (min-width: 992px) and (max-width: 1199.98px){
    .slider-content h2{font-size: 35px;line-height: 41px;padding: 0 0 20px;}
    .service{padding: 60px 0;}
    .service h3{font-size: 19px;line-height: 27px;word-spacing: 0;}
    .welcome-sec h2{font-size: 32px;line-height: 25px;padding-bottom: 40px;}
    .inner-page{padding: 60px 0;}
    .service-heading h2{font-size: 38px;line-height: 31px;padding-bottom: 30px;}
    .get-quote{font-size: 15px; line-height: 17px; padding: 8px 12px; margin: 10px 0 0 0px;}
    .call{font-size: 15px;padding: 0 6px;}
    .menu ul li a{font-size: 14px;padding: 0px 7px!important;}
    .inner-page h2{font-size: 40px;line-height: 32px;padding-bottom: 40px;}
    .inner-page h3{font-size: 23px;line-height: 30px;}
    .footer-page a {font-size: 15px;line-height: 23px;}

    
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .get-quote{
      font-size:17px;
      padding:5px 14px;
      margin: 0 0 0 10px
  }
  .footer-page a {font-size:18px;}

  .menu ul li a{
      padding: 0px 10px!important;
       font-size:16px;
  }
  .call{
      padding:0 10px!important;
          font-size: 17px;
  }
  .inner-page h3{font-size: 23px;}
  .header{    padding: 15px 0px;}
}