* {
	margin:0; 
	padding:0;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
     box-sizing: border-box;
     font-family: 'Lato', sans-serif;
}	

a {
	text-decoration:none;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

a:hover {
	text-decoration:none;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

p {
    margin: 0;
}

ul {
	margin: 0;
	padding: 0;
}

ul li {
	margin: 0;
	padding: 0;
}

@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-Regular.woff2') format('woff2'),
        url('Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-LightItalic.woff2') format('woff2'),
        url('../fonts/Montserrat-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('../fonts/Montserrat-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Light.woff2') format('woff2'),
        url('../fonts/Montserrat-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}







/*--Main Menu Header Part css--*/
.OuterWraperContact{
    float: right;
    width: 53%;
    display: inline-block;
}
.OuterWraperContact ul li{
    display: inline-block;
    padding: 10px 20px;
    list-style: none;
    border-right: 1px solid red;

}
.OuterWraperContact ul li:last-child{
    border-right: none;

}
.OuterWraperContact a.phone-icon{
    padding-top: 10px;
    float: left;

}
.OuterWraperContact ul li a{
    color: #000;
    font-size: 16px;
   font-family: 'Montserrat';
   font-weight: 600; 

}
.outWrapperOne {
    padding-top: 15px;
    padding-bottom: 0px;
    transition: 0.5s;
}

.drop-style {
    width: 10px;
    float: right;
    margin: 0;
    padding: 0;
    margin-top: -50px;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background: transparent !important;
    color: #003469 !important;
}

.caret {
    color: #003469 !important;
}
.caret:hover, .active {
    color: #fff !important;
}

.navbar-inverse {
    background-color: transparent;
    border-color: transparent;
}



.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #003469;
    background-color: transparent;
    font-weight: bold;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #003469;
}

.searchPanel {
    text-align: right;
    padding-top: 15px;
    color: #d21e25;
}

.sticky {
    position: sticky;
    top: 0px;
    background: #fff;
    z-index: 999;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 0px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 7px -1px;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #d21f25;
}

.navbar {
    border-radius: 0px;
}

.navbar-nav {
    float: right !important;
}

/* -------------------------------------------- */

.navbar-nav > li > a {
    color: #000;
    font-size: 14px;
    padding: 8px 15px;
    font-weight: 700;
    font-family: 'Montserrat';
    text-transform: uppercase;;
}

.dropdown-menu {
    border-radius: none;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #003469;
    white-space: nowrap;
    font-size: 15px;
    text-transform: uppercase;
}

.navbar-default .navbar-nav > li > a {
    color: #000;
}


.dropdown-menu > li.kopie > a {
    padding-left:5px;
}
 
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
   top:0;left:100%;
   margin-top:-6px;margin-left:-1px;
   -webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;
 }
  
.dropdown-submenu > a:after {
  border-color: transparent transparent transparent #333;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;  
  height: 0;     
  margin-right: -10px;
  margin-top: 5px;
  width: 0;
}
 
.dropdown-submenu:hover>a:after {
    border-left-color:#555;
 }

.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
  text-decoration: none;
}  

.navbar-default {
    background: transparent;
    border: transparent;
    padding:15px 0;
}

.smallMenu {
    display: none;
}

.close {
    display: none;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
    background-color: #bf1e2e;
}
  
@media (max-width: 767px) {

.dropdown-toggle {
    width: 63%;
    text-align: right;
    float: right;
    margin-top: -36px;
}


#navbar-collapse-2  {
    position: absolute;
    z-index: 999;
    width: 100%;
    top: 58%;
    padding: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: transparent;
}

.smallMenu {
    display: block;
}


.bigMenu {
    display: none;
}
.navHolder {
    position: relative;
}

  .navbar-nav  {
     display: inline;
  }
  .navbar-default .navbar-brand {
    display: inline;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }

  .navbar-default .navbar-toggle {
    border: none;
    background: #bf1e2e;
  }

  .navbar-default .navbar-nav .dropdown-menu > li > a {
    background-color: #e6e4e4;
    margin-top: 2px;   
  }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a {
     color: #333;
   }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
     background-color: #ccc;
   }

   .navbar-nav .open .dropdown-menu {
     border-bottom: 1px solid white; 
     border-radius: 0;
     overflow: scroll;
     height: 254px;
   }
  .dropdown-menu {
      padding-left: 10px;
  }
  .dropdown-menu .dropdown-menu {
      padding-left: 20px;
   }
   .dropdown-menu .dropdown-menu .dropdown-menu {
      padding-left: 30px;
   }
   li.dropdown.open {
    border: 0px solid red;
   }

}
 
@media (min-width: 768px) {
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
  #navbar {
    text-align: center;
  }
}  

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #0e76bc;
}
/*--Main Menu Header Part css--*/
/*-----------------------------------------------Slider css-----------------------------------------------*/
.sliderHolder .owl-theme .owl-dots,
.owl-theme .owl-nav{
    display: none;
}

.sliderHolder{
    position: relative;
}

.sliderOuterWrapper{
    position: absolute;
    top: 15%;
    left: 0%;
    right: 0;
    margin:0 auto;
    z-index: 985;
}
.outeritemNmae{
    width: 32%;
    float: left;background: rgba(217, 217, 217, 0.8);

min-height: 146px;

padding-top: 10px;

padding-left: 24px;

color: #000;
}
.sliderText h1{
    color: #0e76bc;
    font-size: 40px;
    font-weight: 600;
    font-family: 'Montserrat';
    margin-bottom: 30px;

}
.sliderText h2{
    color: #0e76bc;
    font-size: 40px;
    font-weight: 600;
    font-family: 'Montserrat';
    margin-bottom: 30px;

}
.outeritemNmae li{
    list-style: none;
    font-size: 16px;
    padding: 5px 30px;
    background: url(../images/Righticon.png)no-repeat 0 6px;
    background-size: 16px;
}
.call-btn{
    color: #fff;
    text-transform: uppercase;
    background: #bf1e2e;
    padding: 10px 40px;
    margin-top: 30px;
    display: inline-block;
    transition: 0.5s;
}

.call-btn:hover{
    color: #fff;
    background:#0e76bc; 
}

/*==================================Right Side Contact==============================*/

.ContactWrappersec{
    width: 100%;
    background: #fff;
    display: inline-block;
}
.ContactWrappersec h2{
    color: #fff;
    background: #0e76bc;
    padding: 20px 45px;
    text-transform: uppercase;
     font-weight: 600;
    font-family: 'Montserrat';
}
.g-recaptcha{
    margin:10px auto;
}
#loginForm{
    margin: 30px auto;
    width: 80%;

}
.input-group-addon:first-child{
    background: transparent;
}
.inpucustome1{
    width: 100%;
    height: 50px;
}

.inpucustome2{
    background: #bf1e2e;
    color: #fff;
    border-radius: 0;
    height: 40px;
}


/*-----------------------------------------------end slider-----------------------------------------------*/
/*-----------------------------------------------About us-----------------------------------------------*/

.outerWraperabouts{
    width: 100%;
    padding:70px 0;
}
/* 
.About-us{
    padding-left: 80px;
} */

.About-us h1{
    color: #0e76bc;
    font-size: 42px;
    font-weight: bold;
    font-family: 'Montserrat';
    padding: 15px 0;
}
.About-us h2{
    color: #0e76bc;
    font-size: 42px;
    font-weight: bold;
    font-family: 'Montserrat';
    padding: 15px 0;
}
.About-us p{
    font-size: 16px;
    font-weight: 600;
    font-family: 'Montserrat';
    padding: 15px 0;
}
.no-padding{
    padding-right: 0;
}
.no-padding2{
    padding: 0;
}
.aboutmob{
    display: none;
}
.Wraperaboutimg {
   position: relative;
}

.car-img {
    position: absolute;
    right: -89px;
}

.car-img img {
    width: 100%;

}

.btn-readmore{
    background: #bf1e2e;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Montserrat';
    padding: 10px 15px;
    display: inline-block;
    margin-top: 10px;
    transition: 0.5s;
    text-transform: uppercase;
}
.btn-readmore:hover{
    background: #1c7fd2;
    color: #fff;
}
/*-----------------------------------------------end About us-----------------------------------------------*/
/*-----------------------------------------------Services-----------------------------------------------*/
.outerWraperourservice{
    width: 100%;
    padding: 70px 0;
    background: url(../images/services-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;

}

.ServicesHeader img{
    margin: 10px auto;
    text-align: center;
    display: inherit;

}
.ServicesHeader h2{
    text-align: center;
    color: #fff;
    font-size: 42px;
    font-weight: 600;
    font-family: 'Montserrat';

}

.serviceimgicon{
    width: 120px;
    height: 120px;
    padding:20px;
    border-radius: 100%;
    background: #fff;
    line-height: 120px;
    
}
.serviceimgicon img{
    width: 100%;
}
.wraperservices{
    padding: 50px;
}

.wraperservices h2{
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    font-family: 'Montserrat';
    padding: 15px 0;
}
.wraperservices p{
    color: #fff;
    font-weight: 600;
    font-family: 'Montserrat';
    font-size: 14px;min-height: 142px;
}
.btn-sermore{
    color: #fff;
    border: 1px solid #fff;
    padding: 15px 20px;
    display: inline-block;
    margin-top: 20px;
    transition: 0.5s;
    font-weight: 600;
    font-family: 'Montserrat';
}
.btn-sermore:hover{
    color: #fff;
    border: 1px solid #fff;
    background: #bf1e2e;
    
}

.wraperservicesWhite{
    width: 80%;
    background: #fff;
    display: inline-block;
    padding:20px;
    text-align: center;
    margin-top: 50px;
    height: 300px;
}
.wraperservicesWhite h2{
    margin-top: 20px;
    color: #1c7fd2;
    font-weight: 600;
    font-family: 'Montserrat';
}
.wraperservicesWhite p{
     margin-top: 20px;
    color: #1c7fd2;
    font-weight: 600;
    font-family: 'Montserrat';
    font-size: 16px;

}

.btn-view{
    color: #fff;
    background: #bf1e2e;
    padding: 15px 50px;
    display: inline-block;
    margin-top: 60px;
    transition: 0.5s;
    font-weight: 600;
    font-family: 'Montserrat';

}
.btn-view:hover{
    background:#1c7fd2;
    color: #fff; 
}
/*-----------------------------------------------end Services-----------------------------------------------*/

/*----------------------------------------------- StartDeal Pages--------------------------------------------*/

.outerwraperdeal{
    width: 100%;
    padding:70px 0;
    background: #fff;

}
.wraperexperiance img{
    margin: 10px auto;
    text-align: center;
    display: inherit;

}

.wraperexperiance h1{
    color: #0e76bc;
    font-size: 35px;
    font-weight: bold;
    font-family: 'Montserrat';
    padding: 15px 0;
    text-align: center;
    margin-bottom: 50px
}
.wraperexperiance h2{
    color: #0e76bc;
    font-size: 35px;
    font-weight: bold;
    font-family: 'Montserrat';
    padding: 15px 0;
    text-align: center;
    margin-bottom: 50px
}

.wrapercloggedpage h1{
    margin-bottom: 5px
}
.wrapercloggedpage h2{
    margin-bottom: 5px
}
.wrapercloggedpage p{
    margin-bottom: 50px;
    color: #404041;
    font-size: 17px;
    font-family: Myriad Pro;
    padding: 15px 0;
    text-align: center;
}
.Cloggedouterwraper p{
    color: #404041;
    font-size: 17px;
    font-family: Myriad Pro;
    padding: 15px 0;
    text-align: center;
}
.wraperExpert {
    width: 100%;
    height: 200px;

}
.imgmob{
    display: none;
}
.niocf45{
    height: auto;
}
.wraperExpert h3{
    color: #bf1e2e;
    font-size: 21px;
    font-weight: bold;
    font-family: 'Montserrat';
    padding: 15px 0;

}
.wraperExpert p{
    color: #404041;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Montserrat';
    padding: 8px 0;
    padding-bottom: 23px;

}
.wrapershowicon{
    width: 23%;
    display: inline-block;
    padding: 10px 0px;
}
.wrapershowicon2{
    width: 30%;
    display: inline-block;
    padding: 10px 0px;
}


.wraperrightoption h4{
    font-weight: 900;
    font-family: 'Montserrat';

}
.wraperrightoption p{
    color: #404041;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Montserrat';
   background: url(../images/Righticon.png)no-repeat 0px 10px;
   padding-left: 30px;
   display: inline-block;
   padding-bottom: 5px;

}
.clrdark{
    font-weight: 900;
    color: #000;

}


/*-----------------------------------------------end Deal Pages-----------------------------------------------*/
/*-----------------------------------------------Testimonials-----------------------------------------------*/

.outerWrappertestimonial{
    width: 100%;
    padding: 70px 0;
    background: url(../images/testimonialsbg.jpg)no-repeat;
    background-size: cover;
    background-position: center;
    display: inline-block;

}
.testHeader{
    margin-bottom: 50px;
}
.Testimonials{
    padding: 20px;
    border: 1px solid #fff !important;
    border-radius:5px;
    margin-bottom: 50px;

}
.Testimonials:hover{
    background: #fff;
    color: #000;

}
.Testimonials:hover.Testimonials p{
    color: #000;

}
.Testimonials:hover.Testimonials h3{
    color: #bf1e2e;
}

.Testimonials:hover .wrapertestimonialicon{
    color: #bf1e2e;

}

.Testimonials:hover .star{
    color: #bf1e2e;
}


.wrapertestimonialicon{
    color: #fff;
    font-size: 30px;
}
.Testimonials p{min-height: 188px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Montserrat';
}
.star{
    color: #fff;
    padding: 20px 0;
}

.Testimonials h3{
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-family: 'Montserrat';
    padding: 20px 0;
    text-transform: uppercase;

}
.owl-carousel .owl-dots.disabled{
    display: block !important;
    outline: none !important
    border:none;
}

/*-----------------------------------------------end Testimonial-----------------------------------------------*/
/*-----------------------------------------------Our Working-----------------------------------------------*/

.outerwraperwork{
    width: 100%;
    padding: 70px 0;
}
.workwraperpic img{
    width: 100%;
    border:10px solid #ccc;
}

.workwraperpic h3{
    text-align: center;;
    color: #bf1e2e;
    font-weight: 600;
    font-family: 'Montserrat';
    padding: 30px 0;
}
/*-----------------------------------------------end Our Working-----------------------------------------------*/
/*-----------------------------------------------Contact us-----------------------------------------------*/

.ContactWrappersec2{
    width: 100%;
    height: 400px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0px 1px 23px 0px;
    -moz-box-shadow: 0px 1px 23px 0px;
    -webkit-box-shadow: 0px 1px 23px 0px;
    -ms-box-shadow: 0px 1px 23px 0px;
}
.formfillcontact{
    margin-top: 50px;
}
.newclr:first-child{
    background: #bf1e2e;
    color: #fff;

}
.inpucustome3{
    height: 46px;
    background: transparent;
    border:1px solid #bf1e2e;
}
.sitelogocontact{
    width: 50%;
    margin-bottom: 50px;
    text-align: center;
    margin: 0 auto;
    padding-top: 40px;

}
/*-----------------------------------------------end Contact us-----------------------------------------------*/
/*-----------------------------------------------Footer----------------------------------------------*/
.footer{
    width: 100%;
    background: #150c0c;
    padding: 70px 0;
    margin-top: -80px;
    height: 632px;
   
}

.bordershow{
    margin-top: 120px;

}


.footermenu h2{
    font-weight: 600;
    font-family: 'Montserrat';
    color:#1c7fd2; 

}
.footermenu ul li{
    list-style: none;
    padding: 12px 0;
   

}
.iconbox{
    width: 10%;
    float: left;
    color: #bf1e2e;
    font-size: 20px;
    padding-top: 5px;
}
.adress{
    width: 85%;
    float: left;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Montserrat';
    color: #fff;
    padding: 10px;
}
.footermenu2,
.footermenu{
    padding-left: 30px;
}
.footermenu2 h2{
    font-weight: 600;
    font-family: 'Montserrat';
    color:#1c7fd2;
	padding-bottom:14px;
}
.footermenu2 ul li{
    list-style: none;
    padding:7.7px 0;
}
.footermenu2 ul li a{
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Montserrat';

}
.map {
    border:6px solid #18303b;
    margin-bottom: 39px;
    margin-top: 18px;
}
.borf6{
    border-left: 0px solid #fff !important;

}
.bordershow .col-md-3{
    padding: 44px 25px;
    border-left: 1px solid #fff;
}

.footer-copyright{
    border-top:1px solid #fff;
    text-align: center;
}
.footer-copyright p{
    padding-top: 10px;
    color: #fff;
}


.outerwraperwork .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: #1c7fd2;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    }
/*-----------------------------------------------end Footer-----------------------------------------------*/



/*======================================================================================================
=======================================================================================================*/
/*----------------------------------About Us page css------------------------------------------------*/

.outerwraperAbouts{
    width: 100%;
    padding:70px 0;
}
.Wraperaboutpicbox img{
    width: 100%;
    border:15px solid #fff;
    box-shadow: 0px 1px 10px 0px;
    -moz-box-shadow: 0px 1px 10px 0px;
    -ms-box-shadow: 0px 1px 10px 0px;
}
.wraperaboutsTextbox{
    padding-left: 50px;
}

.wraperaboutsTextbox h1{
    color: #0e76bc;
    font-size: 42px;
    font-weight: bold;
    font-family: 'Montserrat';
    padding: 15px 0;

}
.wraperaboutsTextbox h2{
    color: #0e76bc;
    font-size: 42px;
    font-weight: bold;
    font-family: 'Montserrat';
    padding: 15px 0;

}
.wraperaboutsTextbox p{
    font-size: 16px;
    font-weight: 600;
    font-family: 'Montserrat';
    padding: 6px 0;

}

/*---------------------Wraperbox2-----------------------------*/
.Wraperbox2{
    width: 100%;
    padding: 70px 0;
    background: #0e76bc;
}
.wraperHonest h4{
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    font-family: 'Montserrat';
    padding: 15px 0;

}
.wraperHonest p{
    color: #fff;
    font-size: 16px;
    font-family: Myriad Pro;
    padding: 15px 0;
    text-align: justify;

}
.wraperavailability{
    margin-top: 70px;
}
.wraperHonestright{
    margin-top: 170px;
}
.wrapershowicon1{
    margin-top: 100px;
}
.footerinner,
.bordershowinner{
    margin-top: 0px;
    height: auto;
    padding-bottom: 32px;
}
.disdecknone,
.piciconlistmob{
    display: none;
}
/*---------------------End Wraperbox2-----------------------------*/
/*--------------------- Start Commercial-----------------------------*/
.outerwraperAboutus{
    width: 100%;
    background: #0e76bc;
    /* display: inline-block; */


}
.clrchange h1{
    color: #fff;
}
.clrchange h2{
    color: #fff;
}
.clrchange p{
    color: #fff;
}
.wrapercommercialText{
    width: 50%;
    float: left;
    display: inline-block;
    padding: 20px 40px;
    height: 391px;
    
}
.wrapercommercialpicture{
    width: 50%;
    float: right;
    display: inline-block;
    /* padding: 10px 15px; */
    height: 391px;
}
.deckleft{
    float: left;
}
.deskright{
    float: right;
}

.wrapercommercialText h2{
    color: #bf1e2e;
    font-size: 35px;
    font-weight: bold;
    font-family: 'Montserrat';
    padding: 15px 0;

}

.wraperfonts p{
    font-size:15px !important; 
    padding: 10px 0 !important;
}

.wrapercommercialText p{
    color: #404041;
    font-size: 17px;
    font-family: Myriad Pro;
    padding: 15px 0;
    text-align: justify;

}
.wrapercommercialpicture img{
    margin-right: -100px;
}


/*---------------------End wrapercommercial-----------------------------*/

.ResidentialText h4{
    color: #bf1e2e;
    font-size: 25px;
    font-weight: bold;
    font-family: Myriad Pro;
    padding: 15px 0;
}


.outerWraerlicensed{
    width: 100%;
    background: #0e76bc;
    display: inline-block;
    padding: 70px 0;
}
.wraperinsured p{
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-family: Myriad Pro;
    padding: 15px 0;
    margin-top: 15px;
}

.ServicesHeader p{
    width: 80%;
    margin: 0 auto;
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-family: Myriad Pro;
    padding: 15px 0;

}




/*----------------------------------About Us page css------------------------------------------------*/
/*----------------------------------Services page css------------------------------------------------*/

.badsmell{
    margin-top: 120px;
}
.reemege{
    margin-top: 250px;
}

.outerWraerbackup{
    width: 100%;
    padding: 70px 0;
}

.WraperMyself h2{
    color: #0e76bc;
}
.outerBackupwraper p{
    color: #404041;
     text-align: center;
    font-family: Myriad Pro;
    padding: 15px 0;
    font-size: 17px;
}
.wrapersewerp{
    margin-top: 80px;
}
.sewerHeader p{
    width: 100%;
}


#bhzd{
    width: 10px;
    margin-right: 10px;
    color: #fff;
}

/* ._rightcontactfromtwo {
    display: inline-block;
    position: fixed;
    top: 320px;
    right: -15px;
    background: #fff;
    -webkit-box-shadow: 0px 4px 5px -2px rgba(0,0,0,0.22);
    -moz-box-shadow: 0px 4px 5px -2px rgba(0,0,0,0.22);
    box-shadow: 0px 4px 5px -2px rgba(0,0,0,0.22);
}
.env1 {
    width: 60px;
    height: 50px;
    background: #ebcc37;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    float: left;
    transition: width .5s;
    font-size: 20px;
    color: #000;
}
._rightcontactfromtwo ul li:hover .OuterWraperContact {
    padding-right: 480px;
    white-space: nowrap;
}
.OuterWraperContact {
    color: #008b03;
    float: left;
    width: 1px;
    transition: all 0.5s;
    padding-top: 0px;
    padding-left: 0px;
    font-size: 15px;
    white-space: nowrap;
}
._rightcontactfrom {
    z-index: 99999999999;
} */
/*----------------------------------Services page css------------------------------------------------*/

.wraperHonest ol li{
    color: #fff;
    font-size: 16px;
    font-family: Myriad Pro;
    padding: 10px 0;
    text-align: justify;

}
.wrapershowiconforzen{
    margin-top: 250px;
}
.ForzenText{
    margin-top: 250px;
}







/*------------------------------new css--------------------------------*/

.wrapereasilystright{
    margin-top: 254px;
}
.wrapernature{
    margin-top: 80px;
}
.wrapergurgling{
    margin-top: 154px;
}
.wraperconstant{
    margin-top: 212px;
}
.wraperWinterize{
    margin-top: 121px;
}
.wraperwater{
   margin-top: 100px; 
}
.wraperRegular{
    margin-top: 170px;
}
.wraperwater{
    margin-top: 100px;
}
.wraperconstant h4 {
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    font-family: 'Montserrat';
    padding: 15px 0;

}

.wraperRegular h4{
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    font-family: 'Montserrat';
    padding: 15px 0;

}
.wraperwater h4{
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    font-family: 'Montserrat';
    padding: 15px 0;
}
.wraperBacked h4 {
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    font-family: 'Montserrat';
    padding: 15px 0;

}
.wraperconstant,
.wraperBacked,
.wraperRegular,
.wraperwater p {
    color: #fff;
    font-size: 16px;
    font-family: Myriad Pro;
    padding: 15px 0;
    text-align: justify;
}
.wraperBacked {
    margin-top: 30px;
}
.wraperemregency{
    margin-top: 186px;
}

.outerwraperAncstare{
    width: 100%;
    padding:70px 0;
    padding-bottom: 0;
}

.addoncust{
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-align: center;
    background-color: #bf1e2e !important;
    border: 1px solid #bf1e2e !important;
    border-radius: 0px !important;
}
.inpucustome3 {
    width: 100%;
    height: 50px;
    border-radius: 0px;
}
 .sendmessbtn input{
    background-color: #c90101;
    color: #fff;
    border: 1px solid #c90101;
    font-weight: bold;
    font-family: 'Montserrat';

 }
.WraperContactus{
    width: 100%;
    padding: 70px 0;
}
.footerContact {
    margin: 20px auto;
    padding: 10px 15px;
    color: #5d5d5d;
    font-size: 18px;
    width: 80%;
}
.footerContact address{
    width:80%;
    float: left;
    padding: 5px 0;
    font-weight: 600;
    font-family: 'Montserrat';
    color: #000;

}
.footerContact span.addressicon{
    width: 15%;
    float: left;
    color: #0e76bc;
    font-size: 21px;
    display: inline-block;
    transform: rotate(360deg);
    margin-top:6px;
}
span.addressicon.testiconclass {
    display: inline-flex;
}
.map{
    margin-top: 20px;
    border: 10px solid #777;
    display: inline-flex;
}
/*======================================================================================================
=======================================================================================================*/


/*------blog-----*/

.WraperBlog h2{
    color: #0e76bc;
    padding-bottom: 70px;
}

.blogdetails h2{
    margin-top: 50px;
}
.wraperablogTextbox p{
    font-size: 16px;
    font-weight: 600;
    font-family: 'Montserrat';
    padding: 15px 0;
}

.wraperblogheader h2{
    font-size: 30px;
    font-weight: 600;
    font-family: 'Montserrat';
    padding: 15px 0;
    color: #bf1e2e;
}
.wraperblogheader p{
    font-size: 18px;
    font-weight: 600;
    font-family: 'Montserrat';
    padding: 15px 0;
    
}
.my-admin i{
    color:#0e76bc; 
}
.my-admin {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Montserrat';
    margin-bottom: 50px;
    display: inherit;
}
.my-admin2 i{
    color:#0e76bc; 
}
.my-admin2 {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Montserrat';
    margin-left: 80px;
}

/*----right side--------*/
.wraperrecentpost{
    width: 100%;
    height: 230px;
    background: #f0f0f0;
    margin: 15px;
}

.wraperrecentpost h2{
    font-size: 30px;
    font-weight: 600;
    font-family: 'Montserrat';
    padding: 15px;
    color: #bf1e2e;
}
.wraperrecentpost p{
    font-size: 18px;
    font-weight: normal;
    font-family: 'Montserrat';
    padding: 15px;
    
}
input.blogsear{
    position: relative;
    margin: 15px;
    padding-right: 35px;
}

button.search-icon{
   position: absolute;
   bottom: 20px;
   right: 10px;
   color: #0e76bc;
   cursor: pointer;
   z-index: 99;
    background: transparent;
    border: none;

}
button.search-icon:hover{
    background: transparent;
    border: none;
    outline:none;

}

.Wrapercommentcount p{
    font-size: 21px;
    font-weight: normal;
    font-family: 'Montserrat';
    padding: 15px;
    color: #0e76bc;
    margin-top: 20px;
    display: inherit;
    border-bottom: 5px solid #cbcbcb;
}
.comment-add{
    margin-top: 20px;
}
.comment-content{
    font-size: 16px;
    font-weight: normal;
    font-family: 'Montserrat';
    padding: 15px; 
}

.comment-author {
    font-size: 18px;
    font-weight: normal;
    font-family: 'Montserrat';
    padding: 10px; 
    color: #bf1e2e;
}
.comment-time{
    font-weight: normal;
    font-family: 'Montserrat';
    color: #7b7c7b;
    border-left: 1px solid #7b7c7b;
    padding-left: 15px;

}
.blogcommarea {
    width: 100%;
    border: 1px solid #f4f4f4;
    background: #f4f4f4;
    border-radius: 5px;
    padding: 25px 10px; 
    margin:10px 0;}

.sendcommbtn {
    float: right;
    padding: 5px 10px;
    color: #fff;
    background: #0e76bc;
    margin-top: 20px;
    display: inline-block;
    transition: 0.5s;}

.sendcommbtn:hover {
  background-color: #cc3642;
  color: #fff; }

.bordershow .col-md-3{
    height: 320px;
}


.workwraperpic h3 a{
    color: #bf1e2e;
}



@media screen and (max-width:1600px) {
.car-img {
    position: absolute;
    right: -36%;
}
.wrapercommercialpicture img {
    margin-right: -100px;
    height: 391px;
}
}

@media screen and (max-width:1366px) {
.car-img {
    position: absolute;
    right: -89px;
}
}


@media screen and (max-width:1199px) {
    .OuterWraperContact {
    float: right;
    width: 80%;
}
#cssmenu > ul > li > a {
    padding: 12px;
   
}
.wraperExpert {
    width: 100%;
    height: 300px;
}
.car-img {
    position: absolute;
    right: -113px;
}
.wrapercommercialText,
.wrapercommercialpicture{
    height: 321px;
}
.wraperfonts p {
    font-size: 14px !important;
}

.wrapercommercialText h2{
    padding-bottom: 0;
    font-size: 26px;
}
.footerinner{
    margin-top: 2px;
}
.Wrapercloged12{
    height: 195px;
}

}
@media screen and (max-width:1024px) {
#cssmenu ul {
    width: 100%;
    display: none;
    z-index: 999;
}
.HeaderWraper{
    height: 220px;
}
.social {
    margin-left: 0;
    margin-top: -7px;
}
.OuterWraperContact {
    float: right;
    width: 90%;
}
.sliderOuterWrapper {
    position: inherit;
    margin: 10px;
    left: 0;
}
.niocf45 {
    height: auto !important;

}
.car-img {
    position: absolute;
    right: -24px;
}
.footermenu2, .footermenu {
    padding-left: 11px;
}
.wrapercommercialText, .wrapercommercialpicture {
    height: 391px;
    padding-top: 0;
}
}
@media screen and (max-width:991px) {
.OuterWraperContact {
    float: right;
    width: 100%;
    text-align: center;
}
.button {
    width: 55px;
    height: 46px;
    position: absolute;
    right: 0;
    left: 0;
    margin:0 auto;
    top: 37px;
    cursor: pointer;
    z-index: 12399994;
    background: #bf1e2e;
    border-radius: 7px;
}
.wraperExpert {
    width: 100%;
    height: 400px;

}
.Wrapercloged12{
    height: auto;
}

.footer{
    height: auto;

}

.footermenu2,
.map{
  margin-top: 0px;
}
.car-img {
    position: absolute;
    right: -50px;
}
.wraperservices {
    padding: 50px 0;
    width: 100%;
    height: 500px;
}
.wraperservices h2 {
    color: #fff;
    font-size: 26px;
}
.wraperservicesWhite {
    width: 100%;
}
.btn-view {
    padding: 11px 39px;
    margin-top: 25px;
}
.bordershow .col-sm-6 {
    padding: 44px 25px;
    border-top: 1px solid #fff;
    border-left: 0px solid #fff;
}
.borf5,
.borf6{
    border-top: 0px solid #fff;

}
.wrapercommercialpicture, .wrapercommercialText {
    width: 100%;
    padding: 0;
    height: auto;
}
.wraperaboutsTextbox {
    padding-left: 50px;
    margin-top: 25px;
}
.wrapercommercialpicture img {
    margin-right: -100px;
    height: auto;
}
}
@media screen and (max-width:768px) {
    .car-img {
    position: absolute;
    right: -7px;
}
.cloggedmrg{
    margin-top: 89px;
}

/*----------new css------------------*/
.wraperemregency {
    margin-top: 390px;
}
.wrapergurgling {
    margin-top: 26px;
}
.wrapernature {
    margin-top: 0;
}
}

@media screen and (max-width:767px) {
.wrapershowicon {
    display: none;
}
.sticky{
    height: auto;
}
.HeaderWraper {
    height: 256px;
}
 .OuterWraperContact ul li {
    display: inline-block;
    padding: 1px 5px;
 }
 .OuterWraperContact a.phone-icon {
    margin-left: 0px;
    width: 100%;
    text-align: center;
    display: none;

}
.OuterWraperContact ul li a {
    color: #000;
    font-size: 12px;

 }
.sliderOuterWrapper {
    position: inherit;
    left: 0;

 }
 .outeritemNmae {
    width: 100%;
    float: left;

 }.outeritemNmae {
 
    background: #fff;

}
 .sliderText h1 {
    font-size: 23px;
    margin-top: 30px;
    font-weight: bold;
    text-align: center;
}
.sliderText h2 {
    font-size: 23px;
    margin-top: 30px;
    font-weight: bold;
    text-align: center;
}
.logo a img{
    width: 16%;
    margin-left: 10px;
    margin-bottom: 10px;
}
.button{
    top: 10px;

}
.ContactWrappersec h2 {
    padding: 8px 23px;
    font-size: 24px;
 }
 #loginForm {
    margin: 30px auto;
    width: 100%;
 }
 .wraperservices h2 {
    margin-bottom: 0px;
   }
.wraperservices {
    padding: 32px 0px;
    text-align: center;
    height:auto;
}
   .wraperExpert {
    width: 100%;
    height: auto;
    margin: 20px auto;
    text-align: center;
}
.wraperExpert p{
    text-align: justify;
}
.ContactWrappersec2 {
    width: 100%;
    height: auto;
    padding-bottom: 40px;
}
.serviceimgicon{
    margin:0 auto;
}
.map{
    margin-bottom: 20px;
}
.wraperexperiance h2{
    padding: 10px 10px;
    font-size: 25px;
}
.car-img {
    position: inherit;
    right: 0px;
}
.imgmob{
    display: block;
}
.bordershow .col-md-3 {
    padding: 14px 25px;
    height:auto;
}
.ContactWrappersec{
    margin-top: 50px;
    display: none;
}
.About-us img {
    margin: 10px auto;
    text-align: center;
    display: inherit;
}
.About-us{
    text-align: center;
}
.About-us p{
    text-align: justify;
}
.footerlogo img{
    margin: 70px auto;
    
}
.footermenu ul li {
    list-style: none;
    padding: 26px 0;
    width: 62%;
    margin: 0 auto;
    text-align: center;
}
.iconbox{
    width: 10%;
    float: left;
    color: #bf1e2e;
    font-size: 21px;
    display: grid;
}
.footermenu2 h2 {
    padding-bottom: 16px;
}   
.footermenu,
.footermenu2{
    margin: 20px auto;
    padding-left: 0;
}
.footermenu2{
    text-align: center;
}
.footermenu h2{
    text-align: center;
}
/*===================================Aboot us page=======================*/
.wraperaboutsTextbox {
    padding-left:0px;
    padding-top: 30px;
}
.wraperaboutsTextbox img{
    margin: 10px auto;
    text-align: center;
    display: inherit;
}
.wraperaboutsTextbox h1 {
    font-size: 30px;
    text-align: center;
}
.wraperaboutsTextbox h2 {
    font-size: 30px;
    text-align: center;
}
.wraperaboutsTextbox,
.wraperHonest p{
    text-align: justify;
}
.wraperHonest h4{
    text-align: center;
}
.wrapershowicon1,
.dismobnone{
    display: none;
}
.disdecknone,
.piciconlistmob{
    display: block;
}
.wraperHonestright,
.wraperavailability,
.highpressureclass{
    margin-top: 10px !important;
}
.badsmell{
     margin-top: 10px !important;
}
.piciconlistmob img{
    margin: 0 auto;
}
.outerwraperAbouts{
    padding:0px;
    padding-top: 45px;
}
.wrapercommercialpicture,
.wrapercommercialText{
    width: 100%;
    padding: 0;
    height: auto;
}
.wrapercommercialText h2 {
    color: #bf1e2e;
    font-size: 28px;
}
.ResidentialText h1{
    font-size: 25px;
}
.ResidentialText h2{
    font-size: 25px;
}
.ResidentialText h4{
    text-align: center;
}
.ServicesHeader h2 {
    font-size: 25px;
}
.ServicesHeader p {
    width: 100%;
    font-size: 18px;
    text-align: justify;
    padding: 15px 15px;
}
.aboutmob{
    display: block;
}
.aboutdeck{
    display: none;
}
.wraperinsured p{
    text-align: justify;
}
.clrchange h2{
    font-size: 27px;
}
.footerContact address {
    padding-left: 15px;
}
.footerContact span.addressicon {
    width: 12%;
    float: left;
}
}

/*===================================Aboot us page=======================*/
}
@media screen and (max-width:680px) {}
@media screen and (max-width:414px) {
    .logo a img{
    width: 30%;
    /* margin: 5px auto; */
}

}
@media screen and (max-width:414px) {}
@media screen and (max-width:360px) {
.newclrmrnu li a{
    font-size: 13px;
    padding-left: 6px !important;
}
}
@media screen and (max-width:320px) {
.footermenu ul li {
    width: 73%;
}
}
@media screen and (max-width:360px) {
.footerContact address {
    padding-left: 15px;
}
.footerContact span.addressicon {
    width: 12%;
    float: left;
}
}

@media screen and (max-width:767px) {
.navbar-nav {
    float: left !important;
    width: 100%;
    margin: 0px;
    background: #ccc;

}
.OuterWraperContact {
    float: right;
    width: 100%;
    text-align: center;
    display: inline-block;
}
.navbar-header button{
    display: inherit;;
    text-align: center;
    margin:0 auto;
    float: right;
    margin-top: -85px;
}
.navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
    color: #f7f5f5;
    background-color: #0e76bc;
}

/*--------------------------------new css----------------------------*/

.wraperwater,
.wraperWinterize,
.wrapersewerp{
    margin-top: 12px;
}
.outerwraperAbouts{
    padding-bottom: 20px;
    display: inherit;
}
.wrapergurgling,
.wrapernature {
    margin-top: 0;
}
.wrapershowiconforzen{
    display: none;
}

/*----blog---*/
.wraperrecentpost {
    margin: 15px 0;
}
input.blogsear {
    position: relative;
    margin: 15px 0;
}
    
button.search-icon {
    position: absolute;
    bottom: 6px;
    right: 30px;
}
.WraperBlog h2 {
    color: #0e76bc;
    padding-bottom: 20px;
}
}