body{
	margin:0;
	padding:0;
}
:root{
  --beacolor:#a72d26;
}
.container{
	width:73%;
}
.top-row{
	
}
.logo img{
	width:139px;
	max-height:100%;
}
.logotext{
  color:var(--beacolor);
  font-size:25px;
  padding-left:10px;
  font-weight: bold;
  text-decoration: none;

}
.forlogo:hover{
  text-decoration: none;

}
.logotext:hover{
  color:gray;
}
.social{
	margin:0px;
}
.social .info li{
	list-style: none;
	display:inline;
	 font: 12px 'Open Sans', Arial, sans-serif;
    line-height: 20px;
    color: #888;
    margin-left:20px;
}
.text-dark{
	color:black;
}
.social-links li{
	margin-top:-10px;
	list-style: none;
	display: inline;
	margin-left:10px;
	font-size:16px;
	line-height:20px;
}
.social-links li a{
	
	font-size:18px;
	color:#444;
	font-weight:600;
	line-height: 20px;
	text-decoration:none;

}

.social-links{
	margin-top:-14px!important;
}
.social-links li a:hover{
	color:#a72d26;
}
/*top row end*/


.navbar-row{
	height:65px;
	background: linear-gradient(to bottom, #ffffff 0%,#fafafa 100%);
	border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8; 


}
.menu-div .navbar ul li{
	display:inline!important;
	    height: 65px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    border-right: 1px solid #e8e8e8;
	height:65px;
}

.menu-div .navbar ul > li:first-child {
    border-left: 1px solid #e8e8e8;
}
.navbar-expand-lg {
	padding-top:0px;
}
.menu-div ul li a{
    font: 12px 'Open Sans', Arial, sans-serif;
    color: #333;
    display: block;
    height:65px;
    line-height:40px;
    padding: 15px 20px!important;
    width: auto;
    height: auto;
}
.menu-div ul li:hover{

	background: #a72d26;
	color:white!important;
}
.menu-div ul li .active{
  background:#a72d26;
  color:white!important;

}
.menu-div .active a{
  background:#a72d26;
  color:white!important;
}
.menu-div ul li a:hover{
	color:white;
}
.menu-div ul li a i{
	display:block;margin-bottom:-5px;
}
.fa-book{
	transform: rotate(10deg);
}
.dropdown-toggle::after {
content: none;
}

.menu-div ul li ul li a{
	line-height:0px!important;
}
.menu-div ul li ul li a{
 	color:#333;
 	line-height:-5px!important;
 	height:20px!important;
 	padding:4px 10px!important;
 	border-bottom:2px solid #f2f2f2;
 	padding-bottom:10px!important;
 	margin-bottom:0px!important;
 	text-decoration:none;
}
.menu-div ul li ul li a:hover{
	color:#a72d26;
	padding-left:20px!important;
}
.menu-div ul li ul li:last-child a{
	margin-bottom:-25px!important;
}
.menu-div ul li ul li:first-child a{
	margin-top:-15px!important;
}

.menu-div .navbar ul > li:first-child{
  margin-left:-16px!important;

}
.search-div .input-group{
	padding-top:13px;
}
.search-div ::placeholder{
	color:gray;
	font-size:12px;
}
.search-div .input-group input{
	border:none;
	
	border-bottom:;
}
.forborderss{
  display: flex;
  align-items: center;
}
.getaquotebtn{
  display: block;
  width:90%;
  background-color:var(--beacolor);
  color:white;
  padding:5px 0px;
  font-size:18px;
  text-transform: capitalize;
  margin:0 auto;

}
.getaquotebtn:hover{
  background:#444444;
  color:white;
  
  text-decoration: none;
}
.working-title{
  font-size:25px;
}
textarea:focus, 
textarea.form-control:focus, 
input.form-control:focus, 
input[type=text]:focus, 
input[type=password]:focus, 
input[type=email]:focus, 
input[type=number]:focus, 
[type=text].form-control:focus, 
[type=password].form-control:focus, 
[type=email].form-control:focus, 
[type=tel].form-control:focus, 
[contenteditable].form-control:focus {
  box-shadow: inset 0 0px 0 #ddd;
  border-bottom: none!important;
  background:transparent;
}
.search-div{
  overflow-y: hidden;
	
}
.input-group-append .input-group-text{
	background:none!important;
	border:none;
	cursor: pointer;
}
.forborderss{
  height:64px;
  border-left:2px solid #f2f2f2;
  border-right:2px solid #f2f2f2;
}
.input-group-append .input-group-text:hover{
	
	color:#a72d26;
	cursor: pointer;
}
.mobile-navigation select{
	width:100%;	
}


.carousel-row .carousel{
    margin-top:1px!important;
    margin:0;
    padding:0;
    width:100%;
    height:370px;

}
.carousel-inner .carousel-item img{
    width:100%;
    height:370px;
}
.carousel-control-next, .carousel-control-prev{
    top:100%;
    background:blue!important;

}
.carousel-control-next{
    left:45%;
}
.carousel-control-prev{
    left:40%;
    background:black!important;

}
.carousel-control-next-icon:after{
    background:black;
    content:">";
    padding:5px 10px;
    left:45%;
     font-weight:1000;
      padding-bottom:7px;
    font-size:20px;
    color:white;
}
.carousel-control-prev-icon:after{
    background:black;
    content:"<";
    padding:5px 10px;
    padding-bottom:7px;
    font-weight:1000;
    font-size:20px;
    color:white;
    left:45%;
}

.actual-text-div{
    
    z-index:999999;
    padding:10px;
    
    border:5px double #e6e6e6;
    
}
.actual-text-div h2{
    font: 18px'Open Sans', Arial , sans-serif;
    font-weight: 600;
    color: #444;
    
}

/*.carousel-control-next-icon:after
{
  content: '';
  height:20px;
  font-size: 40px;
  color: red;
  padding:5px; 
  background: gray;
}

.carousel-control-prev-icon:after {
  content: '';
  font-size: 40px;
  color: red;
}*/

.service-row .card{
    border:none;
    
}

fieldset{
   
    border:1px solid #e6e6e6;
    background:#f2f2f2;
}
legend{
   
    width:60px!important;
    height:65px;
    text-align:center;
    background-image: url(../images/service-bkg.png);
    background-size:100% 100%;
    padding-top:8px;
    color:white;    
}
.service-row .card .card-title h3{
    font-size:16px;
    margin:0;
}
   
.service-row .card .card-title span{
     color: #a82f24 !important;
     font-size:12px;
     line-height:20px;
}


.service-row .card .card-body p{
        font: 12px 'Open Sans', Arial, sans-serif;
    line-height: 20px;
    color: #888;
}
.service-row .card .card-body button{
    height:25px;
    line-height:10px;


}
.service-row .card .card-body button a{
    font-size:12px;
    color:#888;
    text-decoration:none;
    line-height:10px;


}
.service-row .card .card-body button a i{
    background:#f2f2f2;
    
}
.latest-work-row h2{
    font-size:18px;
    color:black;
    margin:0;
}

.latest-work-row h2:before , .latest-work-row h2:after {
  background-color:#e6e6e6 ;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align:middle;
  width: 40%;
}

.latest-work-row h2:before {
  right: 0.5em;
  
}

.latest-work-row h2:after {
  left: 0.5em;
  
}
.forlines span{
    color:#888;
    font-size:12px;
}
.latest-work-row .card{
    width:100%;
    margin:0;
    padding:0;
}
.latest-work-row .first-card .first-image{
    width:100%;height:181px;
    background:url(../images/bathroom-small.jpg);
}

.first-card:hover .image {
  opacity: 0.5;
  overflow: hidden;
}
.first-card:hover .image {
  opacity: 0.5;
  overflow: hidden;
}

.first-card:hover .middle {
  opacity: 1;
}

.text {
  
  color: white;
  font-size: 16px;
  
}

.text i{
    padding:5px;
    background:black;
    width:30px;
    height:30px;
}

/*first card end*/

.image {
    position: relative;
  opacity: 1;
  display: block;
  overflow: hidden;
  height: auto;
  transition: .5s ease;
  cursor: pointer!important;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.second-card:hover .image {
  opacity: 0.5;
  overflow: hidden;
}
.second-card:hover .image {
  opacity: 0.5;
  overflow: hidden;
}

.second-card:hover .middle {
  opacity: 1;
}

/*second card end*/

.third-card:hover .image {
  opacity: 0.5;
  overflow: hidden;
}
.third-card:hover .image {
  opacity: 0.5;
  overflow: hidden;
}

.third-card:hover .middle {
  opacity: 1;
}

/*third card end*/

.fourth-card:hover .image {
  opacity: 0.5;
  overflow: hidden;
}
.fourth-card:hover .image {
  opacity: 0.5;
  overflow: hidden;
}

.fourth-card:hover .middle {
  opacity: 1;
}
.tab-lists{
    margin:0;
    padding:0;
    background:#f2f2f2;
}

.tabs-row .nav-tabs .nav-link{
    border:none;
}
.tab-lists ul li a{
    color:black;
    font-size:14px;


}
.thesearetabscontentsstyling p{
    color:#444;
    font-size:20px;
    font-family:sans-serif;
}
.justforcolors{
    color:#a72d26;
}
.tab-lists .active{
    color:#a72d26!important;
}




.demo{
        background: #202830;
}
.testimonial{
    padding: 0 0px;
}
.testimonial-review{
    background-color: #ffffff;
    border-radius: 10px;
    padding: 2px 3px 4px;
    position: relative;
    text-align: left;
}
.testimonial-review:after{
    content: "";
   
    position: absolute;
    margin-top:-20px;
    background:#e;
   
}
.testimonial-review > p{
    color:#777;
   background: #f2f2f2;
    font-size: 14px;
    line-height: 25px;
    padding:5px;
}
.pic{
    margin-top: -30px;
}
.pic img{
    border-radius: 50%;
    float: left;
    margin-right: 20px;
}
.pic i , small{
    text-align:center;
    color:#888;
}
.testimonial-title{
    margin-top: 40px;
    color:#fff;
    font-weight: 700;
    display: inline-block;
    text-transform: capitalize;
}
.testimonial-title small{
    display: block;
    margin:5px 0 20px 0;
    color:#fff;
}
.owl-theme .owl-controls{
    display: none!important;
    margin-top: 30px!important;
}
.owl-theme .owl-controls .owl-page span{
    width: 10px;
    height: 10px;
    background: #fff;
    border: 1px solid transparent;
}
.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #dc005a;
    border: 1px solid #fff;
}
@media screen and (max-width: 990px){
    .testimonial{
        padding: 0;
    }
}



/*testiomanal end here */

.footer-row{
    width:100%;
   min-height:400px;
    border-top:10px solid #e6e6e6;
    background: #3A3A3A;
}
.footer-row h5{
    color:#ddd;    display: block;
    font-size: 0.83em;
    margin-block-start: 1.67em;
    margin-block-end: 1.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;

}
.footer-row .about-company p{
    margin:0;
    font-size:13px;    font: 14px 'Open Sans', Arial, sans-serif;
    line-height: 20px;
    color: #888;
    text-align:justify;
}
.footer-row .the-site ul li i{
  color:#bbb;
}
.footer-row .the-site ul li{
  list-style: none;
  color:#bbb;
  font-size:16px;
  padding-bottom:10px;
  border-bottom: 1px dotted #555;
}
.footer-row .the-site ul li a{
  text-decoration: none;  
  color:#bbb;
  font-size: 11px;
    line-height: 18px;
}
.footer-row .the-site ul li a:hover{
  color:#a72d26
}
.footer-row .get-in-touch p{
    margin:0;
    font-size:13px;    font: 14px 'Open Sans', Arial, sans-serif;
    line-height: 20px;
    color: #bbb;
    text-align:justify;
}
.very-right-section p{
  font-size:12px;
  color:#888;
}

.exatct-footer{
  margin:0;
  background: #303030;
  padding: 15px 0px;
}
.exatct-footer p{
  margin:0;
  padding:0;
  color:#bbb;
      color: #999;
    font-size: 11px;
}








/*home page end                   home page end              home page end    */

.common-row{
  width:100%;
  height:122px;
  background:#eee;
}
.left-side-common button{
  font-size:18px;
  background: white;
  border:none;
}

.right-side-common button{
  font-size:16px;
  cursor:auto!important;
  background: white;
  border:none;

}
.right-side-common button a{
  color:black;
  text-decoration:none;
  cursor: auto;
}
.right-side-common button i{
  color:black;
  text-decoration:none;
  cursor:pointer;
}
/*contact page strye start */

.contact-page-left-side p{
    font: 12px sans-serif;
    font-weight: 400;
    line-height: 20px;
    color: #777;
    text-align: justify;  
} 

.contact-page-right-side h2{
  color:#444;
  font-size:20px;
  font-family:sans-serif;
}
.contact-page-right-side ul li{
  list-style: none;
  margin:0!important;
  padding:0!important;
  display:block;
  font-size:14px;
  color:#777;
}
.contact-page-right-side ul li a{
  color:#777;
}
.contact-page-right-side p{
  font-size:12px;
  color:#777;
}

.contact-page-right-side form label {
    font: 14px 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    line-height: 20px;
    color: #777;
    margin-top:0;
  }
.contact-page-right-side form input {
    width:220px;
  }
.contact-page-right-side form input[type="submit"]{
    width:60px;
    background:#a72d26;
  color:white;
  border:none;
  padding:5px;
      border: 1px solid #7a0100;
  }








@media only screen and (max-width:768px){
.social .info li{
	list-style: none;
	display:block;
	 font: 12px 'Open Sans', Arial, sans-serif;
    line-height: 20px;
    color: #888;
   margin-left:0;
}
.container{
	width:100%!important;

}
.top-row{
	padding:0px;
	margin: 0;
}
.logo img{
	width:139px;
	max-height:100%;
}
.carousel-control-next{
    left:50%;
}
.carousel-control-prev{
    left:40%;
    background:black!important;

}
}

@media only screen and (max-width:992px){
	.container{
    width:cover!important;
}
.common-row{
  margin-top:10px;
}

}


