@charset "utf-8";
/* CSS Document */
@import url('css/font-awesome.css');
@import url('css/font-awesome.css');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@font-face
{
	font-family:'maintitle';
	src:url(fonts/schadwb.ttf);
}

@font-face
{
	font-family:'subtitle';
	src:url(fonts/schadwn.ttf);
}
@font-face
{
	font-family:'cursive';
	src:url(fonts/SCHADWLI.ttf);
}


body
{
    
	margin: 0 0 0 0;
	overflow-x: hidden;
font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

:root {
    --blue: #2f395a;
    --green: #23900b;
}
html,body {
scroll-behavior: smooth;    
}
@media (max-width:768px)
{
.modal-dialog {
    width: 730px;
    margin: 30px auto;
}
}
html
{overflow-x: hidden;}

.section-block
{}
.section-block h1
{
    font-family: 'maintitle';
    color: var(--blue);
    font-size: 40px;
    line-height: 49px;
    letter-spacing: 1px;
    margin-bottom: 40px;
}
.section-block h2
{font-family: 'subtitle';
    font-size: 22px;
}

a.green-btn
{
    background-color: var(--green);
    font-size: 35px;
    font-family: 'maintitle';
    padding: 10px 19px;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
    margin-top: 15px;
    display: inline-block;
    letter-spacing: 1px;
}
a.green-btn:hover
{
    background-color: var(--blue);
    text-decoration: none;
    color: #fff;
}
.quote
{
    background-color: var(--blue);
    padding: 45px;
    border-radius: 5px;
    font-size: 22px;
    line-height: 44px;
    font-style: italic;
    color: #fff;
    font-family:'cursive';
}

/*---main-container---*/




/* ------NEW NAVGATION BAR-----*/
.new-navbar-main
{
	background-color: #942415;
	border-bottom:rgba(0,78,155,0.3) solid 1px;
}
.new-navbar-main.newnavbar
{
	background-color: #fff;
	border-top:rgba(148,36,21,0.3) dashed 0px;
    border-bottom:rgba(0,78,155,0.3) solid 0px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.new-navbar-main .new-navbar.navbar
{
	padding: 0;
}
.new-navbar-main .navbar.new-navbar .nav-item{ display: inline-flex;}
.new-navbar-main .navbar.new-navbar .nav-item a{
color: var(--blue);
    display: block;
    padding: 7px 6px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}
.new-navbar-main .navbar.new-navbar .nav-item a:hover{
	color:#fff;
    color:rgba(47,57,90,0.7);
	text-decoration:none;
}

.new-navbar-main .navbar.new-navbar .nav-item.active a{
	color:#fff;
    color:rgba(47,57,90,0.7);
	text-decoration:none;
}
.new-navbar-main .navbar.new-navbar .navbar-toggler {
    color: rgba(47,57,90, 0.8);
    border-color: rgba(47,57,90, 0.8);
}

.new-navbar-main .navbar.new-navbar .navbar-toggler-icon {
    background-image: url(images/hamburger.svg);
	stroke='rgba(0, 0, 0, 0.5);
	color:#FFF;
}

.new-navbar-main .navbar.new-navbar .nav-item a.sendquery{
	color:#fff;
	background-color:var(--brown);
    border-radius: 3px;
}
.new-navbar-main .navbar.new-navbar .nav-item a:hover.sendquery{
	color:#fff;
	background-color:#333;
    border-radius: 3px;
}


.new-navbar-main li.sendquery a
{
    background-color: var(--green);
    /* font-size: 35px; */
    /* font-family: 'maintitle'; */
    padding: 13px 20px;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
    /* margin-top: 15px; */
    display: inline-block;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
}
.new-navbar-main li.sendquery a:hover
{
    background-color: var(--blue);
    text-decoration: none;
    color: #fff;
}

/*------END NEW NAVIGATION BAR---*/


/*--navigation--*/
.nav
{
	background-color: #050d21;
	border-bottom:rgba(0,78,155,0.3) solid 1px;
}
.nav .nav-item{}
.nav .nav-item a{
	color:rgba(255,255,255,0.8);
    display: block;
    padding:10px 20px;
}
.nav .nav-item a:hover{
	color:#050d21;
	background-color:#9a983e;
	text-decoration:none;
}


.nav .nav-item a.sendquery{
	color:#fff;
	background-color:#a09e29;
}

.mainnav .navbar-inverse {
    background-color: #1d4a96;
    border-color: #1d4a96;
}
.mainnav .navbar {
    border-radius:0px;
}
.mainnav .navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border: 1px solid transparent;
}
.mainnav .navbar .navbar-collapse {
  text-align: center;
}
.mainnav .navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

@media (min-width: 768px) {
    .navbar .navbar-nav {
        display:flex;
        float: none;
        vertical-align: top;
    }


    .navbar .navbar-collapse {
        text-align: center;
    }
    
    
}
/*---end navigation---*/

.header
{
    padding-top:53px;
    padding-bottom: 14px;
    background-color: rgba(1,14,22,0.8);
    position: absolute;
    z-index: 99;
    width: 100%;
}
.header.inner-header
{position: relative;padding-top: 20px; background-color: var(--blue);}
.header.innerh
{
    padding-top:53px;
    padding-bottom: 14px;
    background-color: rgba(6,17,42,0.9);
    position: relative;
    z-index: 99;
    width: 100%;
}

.header-mobile
{
	border-top:#1d4a96 solid 4px;
	padding-top:70px;
	padding-bottom:20px;
	display:none;
}



.logo
{
	text-align:center;
	z-index:99;
}
.logo img
{
	width:auto;
	height:auto;
}

.phone-strap
{
	padding-top:25px;
	padding-bottom:25px;
	text-align:center;
	font-size:35px;
	color:#fff;
}

.phone
{
	padding: 4px 0 4px 40px;
    background-image: url(hermi-images/phone-icon.png);
    transition: all ease 0.7s;
    background-position: 0px 10px;
    background-repeat: no-repeat;
}

.phone:hover
{
	background-position:0 -33px;
}


/*--- navigation --*/
.navbar-default {
	background-color: #050d21;
    border: 0;
    font-family: 'regular';
}
.navbar .navbar-nav {
    display: inline-block;
    float:center;
    vertical-align: top;
}
.navbar-default .navbar-nav > li > a {
	color: rgba(255,255,255,0.8);
    font-size: 16px;
    padding: 14px 30px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #050d21;
    background-color: #9a983e;
}
/*---end navigation---*/


.slider
{
	position:relative;
}
.slider img
{
	width:100%;
	height:auto;
    border-radius: 5px;
}

.welcome-new
{
    text-align: center;
    font-size: 300;
    font-size: 20px;
    line-height: 30px;
    color: #5c5b5b;
    padding-top: 60px;
    padding-bottom: 60px;
}

.section-block .welcome-new h1
{
    margin-bottom: 20px;
}


.bathroom-remodeling
{
    text-align: center;
    font-size: 400;
    font-size: 18px;
    line-height: 43px;
    color: var(--blue);
    padding-top: 60px;
    padding-bottom: 60px;
}

.bathroom-remodeling .leftquote
{
background-color: #f3f3f5;
    border-radius: 5px;
}
.bathroom-remodeling .leftquote1
{
    padding: 80px 25px;
}
.bathroom-remodeling .leftquote h2
{color: #2f395a; font-size: 29px; line-height: 47px;}

ul.cbullet
{
list-style-image: url(images/bullet.png);
    text-align: left;
    font-size: 17px;
    line-height: 38px;
    font-weight: 500;
}



.bathroom-services
{
    text-align: center;
    font-size: 400;
    font-size: 18px;
    line-height: 43px;
    color: var(--blue);
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #f9f9fe;
}
.bathroom-services h2{
    font-size: 23px;
    text-align: left;
    margin-bottom: 15px;
}

.bathroom-services .left-border
{
    border-left: rgba(47,57,90, 0.4) solid 1px;
}

.bathroom-services a.green-btn {
    font-size: 32px;
    padding: 14px 19px;
}

.text-side
{
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 31px;
    text-align: left;
        padding-left: 22px;
}


.gallery-main
{
    text-align: center;
    font-size: 400;
    font-size: 18px;
    line-height: 43px;
    color: var(--blue);
    padding-top: 60px;
    padding-bottom: 40px;
}

.gallery-main .gallery-slide img
{
    cursor: zoom-in;
}



.locations-main
{
    text-align: center;
    font-size: 400;
    font-size: 18px;
    line-height: 43px;
    color: var(--blue);
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: url(images/location-bg.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.locations-main .section-block h1 {
    margin-bottom: 20px;
}

.locations-main .section-block  h2 {
    font-size: 22px;
}

.locations-main .location-desktop
{}

.locations-main .mobile-location
{display: none;}


.locations-main .cityrow
{margin-bottom: 20px;}
.locations-main .citynames
{
    color: var(--blue);
    border-radius: 5px;
    border: rgba(47,57,90,0.5) solid 1px;
    background-color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 10px;
    margin-top: 20px;
    transition: all ease 0.5s;
}

.locations-main .citynames:hover{    background-color:var(--blue); color: #fff;
}

.locations-main .citynames .fa{
    margin-right: 5px;
}


.our-work
{
    text-align: center;
    font-size: 400;
    font-size: 18px;
    line-height: 43px;
    color: var(--blue);
    padding-top: 30px;
    padding-bottom: 30px;
}

.our-work .section-block h1 {
    margin-bottom: 20px;
}

.our-work .section-block  h2 {
    font-size: 22px;
    margin-bottom: 25px;
}
.our-work img
{
    border-radius: 5px;
    cursor: zoom-in;
    margin-bottom: 30px;
}

.testimonial-main
{
    text-align: center;
    font-size: 400;
    font-size: 18px;
    line-height: 43px;
    color: var(--blue);
    padding-top: 60px;
}

.testimonial-main .testiblock {
    padding: 50px 40px 35px;
    margin: 37px 10px;
    border: rgba(47,57,90,0.5) solid 1px;
    background-color: rgba(255,255,255,0.8);
    font-size: 16px;
    line-height: 32px;
    color: #000;
    border-radius: 10px;
    position: relative;
    font-weight: 400;
    word-spacing: 2px;
}


.testimonial-main .testiblock:before {
    content: "";
    width: 60px;
    height: 60px;
    background-image: url(images/testiquote.png);
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: auto;
    z-index: 99;
    margin-top: 13px;
    background-color: #fff;
}
.testimonial-main .testiblock h4{
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 0;
}

.makeover
{
    background-color: var(--blue);
    padding: 60px;
    border-radius: 5px;
    font-size: 22px;
    line-height: 44px;
    color: #fff;
    text-align: center;
}

.section-block .makeover h1
{color: #fff;    margin-bottom: 25px;}
.section-block .makeover h2
{color: #fff; font-family: "Roboto", sans-serif; font-size: 18px; font-weight: 400; line-height: 30px;}

.makeover a.green-btn:hover
{background-color: #000;}


.contact-main
{
background-color:rgba(47,57,90, 0.05);
padding: 60px;
    margin-top: 60px;
}

.section-block .contact-main h1 {
    margin-bottom: 20px;
}

.contact-main .address {
    display: flex;
        margin-top: 40px;
    text-align: left;
}

.contact-main .faicon
{
    background-color: var(--blue);
    /* padding: 9px 17px; */
    color: #fff;
    border-radius: 5px;
    font-size: 20px;
    margin-right: 10px;
    width: 45px;
    height: 45px;
}


.contact-main .ftext
{
color: var(--blue);
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;}

.contact-main .ftext h3
{font-size: 16px;
    font-weight: 700; margin-bottom: 2px;}
.contact-main .ftext h4
{font-size: 16px;
    font-weight: 500;
    color: rgba(47,57,90,0.7);
}


/* FORM  */
.form-box
{
    border: rgba(148,36,21,0.7) dashed 0px;
    border-radius: 5px;
    box-shadow: rgba(47,57,90,0.3) 0px 0px 5px 4px;
    padding: 25px 40px;
    width: 100%;
    color: #000;
    background-color: #fff;
}
.form-box.popfom
{
    border: 0;
}
.form-box h2
{
color: var(--blue);
    font-size: 25px;
    margin-bottom: 15px;
    /* padding-top: 10px; */
    margin-top: 13px;
    /* font-weight: 700; */
    position: relative;
    letter-spacing: 1px;
    /* padding: 7px; */
    font-family: 'maintitle';
}
.form-box input[type="text"], .form-box input[type="email"], .form-box textarea
{
    padding: 12px 10px;
    border: rgba(47,57,90,0.3) solid 1px;
    margin-bottom: 16px;
    width: 100%;
    color:var(--blue);
    background-color: rgba(255,255,255,1);
    border-radius: 3px;
    font-size: 14px;
}

.form-box input[type="submit"]
{
	background-color:var(--green);
    color: #fff;
    font-size: 15px;
    text-align: center;
    padding: 13px 45px;
    border-radius: 5px;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 20px;
    border: 0;
    border: rgba(255,255,255,0.3) solid 0px;
}
.form-box input[type="submit"]:hover
{
	background-color:var(--blue);
	color:#fff;
}

.inner-body
{
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    font-size: 25px;
    font-weight: 500;
    color: var(--blue);
}

.inner-body a.error-btn
{
    background-color: var(--green);
    /* font-size: 25px; */
    /* font-family: 'maintitle'; */
    padding: 6px 19px;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
    margin-top: 15px;
    display: inline-block;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 21px;
    margin-left: 10px;
}
.inner-body a.error-btn:hover
{
    background-color: var(--blue);
    text-decoration: none;
    color: #fff;
}

/* END FORM  */



/* END LAYOUT PLANS  */

/* FLOOR PLANS  */



/* END FLOOR PLANS  */

/* AWAY ICONS  */



/* END DOWNLOAD PRICE LIST  */

/*----------CONTACT BLOCKS----------*/

/*---------END CONTACT BLOCKS---*/

/* END ABOUT US */

/* CONTACT US */


.footer-social
{
	margin-top: 14px;
}

.footer-social .fa
{
	color:#fff;
}

.footer-social a:hover .fa
{
	color:#fff;
}

.footer-social a
{
	color:#fff;
	background-color:#1d4a96;
	text-align: center;
	padding: 9px 12px;
	font-size: 15px;
	width: 45px;
	height: 45px;
	margin-right:8px;
	transition:all ease-in-out 0.3s;
	display: inline-block;
	box-shadow: inset 0 0 0 0 #333;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
}


.footer-social a:visited
{
    color: #fff;
} 

.footer-social a:hover
{
	box-shadow: inset 0 100px 0 0 #333;
	color: #fff;
}
/* END CONTACT US */
.copyright
{
    color: var(--blue);
    font-size: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

@media (max-width:800px)
{
    
.section-block h1 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 20px;
}
    
.bathroom-services a.green-btn, a.green-btn{
    font-size: 20px;
    padding: 14px 19px;
}
.bathroom-services .left-border {
    border-left: rgba(47,57,90, 0.4) solid 0px;
}
    
.locations-main .location-desktop
{display: none;}

.locations-main .mobile-location
{display: block;}    
    
.form-address-box {
    margin-top: 30px !important;
}    


}

@media (max-width:680px)
{
	.header {
		display:none;
}
.new-navbar-main .new-navbar.navbar {
    padding: 15px 0 15px 0;
}
.navbar .navbar-nav {
    display: flex;
    float: center;
    vertical-align: top;
    padding-top: 17px;
}
.new-navbar-main .navbar.new-navbar .nav-item {
    display: flow-root;
}
	

.form-box {

}

.logo {
    text-align: center;
    margin-bottom: -111px;
}

.header-in .certificate-in, .header-in .phone-in {
	display:block;
	width:100%;	
}
.header-in .phone-in {
	display:block;
	width:100%;
	float:none;
}
.header-in .logo-in img {

    margin-top: 0px;

}
    
 .locations-main .location-desktop
{display: none !important;}

.locations-main .mobile-location
{display: block;}    

  
}

@media (max-width:375px)
{


}
#toTop {
	background: #333;
	color: #fff;
	position: fixed;
	bottom: 0;
	right: 5px;
	display: none;
	padding: 1px 15px;
	font-size: 23px;
	cursor: -webkit-grab;
	cursor: grab;
}
#toTop:hover
{
	background-color:#9a983e;
}

.whatsapp-button {
    position: fixed; /* Fixes the position on the screen */
    bottom: 20px;    /* Distance from the bottom of the viewport */
    left: 20px;     /* Distance from the right of the viewport */
    z-index: 1000;   /* Ensures it stays on top of other content */
}

.whatsapp-button a {
    display: block;  /* Makes the entire area clickable */
    width: 50px;     /* Adjust size as needed */
    height: 50px;    /* Adjust size as needed */
    background-color: #25D366; /* WhatsApp green */
    border-radius: 50%; /* Makes it a perfect circle */
    text-align: center;
    line-height: 50px; /* Vertically center the icon */
    font-size: 28px; /* Adjust icon size */
    color: white;    /* Icon color */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Subtle shadow */
    transition: transform 0.3s ease-in-out; /* Smooth hover effect */
}

.whatsapp-button a:hover {
    transform: scale(1.05); /* Slightly enlarge on hover */
}

/* For the WhatsApp icon (using Font Awesome for example) */
/* You'll need to link Font Awesome in your HTML <head> */
.whatsapp-button i {
    color: white;
}