*{
    text-decoration:none !important; 
    outline:0 !important; 
    list-style:none !important;
}

body {
    color:#2b2a2a; 
    background:#fff; 
    font-family: 'Outfit', 'sans-serif-Regular';}
h1,h2,h3,h4,h5,h6{font-family: 'Epilogue', 'sans-serif Bold';}
textarea, input{
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 box-shadow: none !important;
}
a,a:hover {transition:0.6s all !important;}

.form-control:focus {box-shadow:0px 0px 5px #fed307 !important; border-color:#fed307;}

@font-face {
    font-family: 'Outfit', 'sans-serif-Regular';
    src: url('../fonts/Outfit-Regular.ttf'),
         url('../fonts/Outfit-Regular.ttf');
        font-weight: normal;
        font-style: normal;
}
@font-face {
    font-family: 'Outfit', 'sans-serif-Bold';
    src: url('../fonts/Outfit-Bold.ttf'),
         url('../fonts/Outfit-Bold.ttf');
        font-weight: normal;
        font-style: normal;
}
@font-face {
    font-family: 'Rubik-Medium';
    src: url('../fonts/Rubik-Medium.ttf'),
         url('../fonts/Rubik-Medium.ttf');
        font-weight: normal;
        font-style: normal;
}

@font-face {
    font-family: 'Epilogue', 'sans-serif Bold';
    src: url('../fonts/Epilogue Bold.ttf'),
         url('../fonts/Epilogue Bold.ttf');
        font-weight: normal;
        font-style: normal;
}



.nav.navbar-nav.header_rughtbtn .menu-item-has-children:hover .sub-menu{
    display: block;
    position: absolute;
    background: #0A1C47;
    min-width: 300px;
    padding: 20px 20px;
    left: -50px;
    padding-bottom: 11px;
}
.nav.navbar-nav.header_rughtbtn .sub-menu {
    display: none;
}
/*.nav.navbar-nav.header_rughtbtn li:hover.sub-menu{
  display: block;
}*/
.nav.navbar-nav.header_rughtbtn .sub-menu li{
    margin-bottom: 10px;
}
.nav.navbar-nav.header_rughtbtn .sub-menu li a{
    color: #fff;
    font-size: 20px;
    font-family: 'Epilogue', 'sans-serif Bold';
    border-bottom: 0px solid !important;
}
.nav.navbar-nav.header_rughtbtn .sub-menu li a:hover{
  color: #686ddb;
}

#menu-header-menu li a:hover{
    color:#fff !important;
}




.imagesvideo_slidar{
  display: inline-block;
  width: 100%;
}
.imagesvideo_slidar h3{
    margin: 0px;
    color: #000;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.imagesvideo_slidar .slick-slide {
  margin: 0px 10px;
}

.imagesvideo_slidar .slick-slide img {
    height: 300px;
    width: 400px;
    border-radius: 3px;
    object-fit: cover;
}

.imagesvideo_slidar .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.imagesvideo_slidar .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.imagesvideo_slidar .slick-list:focus {
  outline: none;
}
.imagesvideo_slidar .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.imagesvideo_slidar .slick-slider .slick-track,
.imagesvideo_slidar .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.imagesvideo_slidar .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.imagesvideo_slidar .slick-track:before,
.imagesvideo_slidar .slick-track:after {
  display: table;
  content: "";
}
.imagesvideo_slidar .slick-track:after {
  clear: both;
}
.imagesvideo_slidar .slick-loading .slick-track {
  visibility: hidden;
}

.imagesvideo_slidar .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.imagesvideo_slidar [dir="rtl"] .slick-slide {
  float: right;
}
.imagesvideo_slidar .slick-slide img {
  display: block;
}
.imagesvideo_slidar .slick-slide.slick-loading img {
  display: none;
}
.imagesvideo_slidar .slick-slide.dragging img {
  pointer-events: none;
}
.imagesvideo_slidar .slick-initialized .slick-slide {
  display: block;
}
.imagesvideo_slidar .slick-loading .slick-slide {
  visibility: hidden;
}
.imagesvideo_slidar .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.imagesvideo_slidar .slick-arrow.slick-hidden {
  display: none;
}

.imagesvideo_slidar .slick-next.slick-arrow {
    right: 70px !important;
}
.imagesvideo_slidar .slick-slide a{
  display: inline-block;
  width: 100%;
  transition: transform .2s !important;
}
.imagesvideo_slidar .slick-slide a:hover {
    -ms-transform: scale(1.1) !important;
    -webkit-transform: scale(1.1) !important;
    transform: scale(1.1) !important;
}

.imagesvideo_slidar .slick-prev.slick-arrow{
    background: url(../svg/slick-prev.svg) top center no-repeat;
    background-size: 100%;
    width: 20px;
    height: 30px;
    border: 0;
    position: absolute;
    top: 55px;
    left: -30px;
}
.imagesvideo_slidar .slick-next.slick-arrow{
    background: url(../svg/slick-next.svg) top center no-repeat;
    background-size: 100%;
    width: 20px;
    height: 30px;
    border: 0;
    position: absolute;
    top: 55px;
    right: -30px;
}

.imagesvideo_slidar .customer-logos.slider.slick-initialized.slick-slider button{
    padding: 0;
    font-size: 0;
}





.top_headerdivbox{
    display: inline-block;
    width: 100%;
    background: #0A1C47;
    height: auto;
    text-align: center;  
    padding-bottom: 15px;
}
.navbar-brand>img {
    display: block;
    width: 200px;
    -webkit-transform: skew(10deg );
    -moz-transform: skew(10deg);
    -o-transform: skew(10deg);
    -ms-transform: skew(10deg);
    transform: skew( 10deg );
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
    border: 0;
    border-radius: 0;
    z-index: 1;
    margin-bottom: 0px;
}
.navbar-default .navbar-brand {
    color: #777;
    padding: 0;    
    background: #fff;
    margin-top: -72px;
    z-index: 1;
    position: relative;
    height: 142px;
    padding-top: 30px;
    padding-left: 52px;
    -webkit-transform: skew(-10deg);
    -moz-transform: skew(-10deg);
    -o-transform: skew(-10deg);
    -ms-transform: skew(-10deg);
    transform: skew(-10deg );
    margin-left: -20px;
    padding-right: 20px;
}
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: #fff;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-size: 19px;
    text-transform: uppercase;
    font-family: 'Epilogue', 'sans-serif Bold';
    padding: 0px;
    padding-bottom: 4px;
}
.navbar-default .navbar-nav>li{
    margin: 11px 11px;
}


.dropbtn {
    background-color: transparent;
    color: white;    
    font-size: 21px;
    border: none;
    padding: 10px 15px;    
    text-transform: uppercase;
    font-family: 'Epilogue', 'sans-serif Bold';
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #535f7c;
    min-width: 280px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 1;    
    left: -80px;
    padding: 30px 35px;
    padding-top: 20px;
    padding-bottom: 15px;
}
.dropdown-content a {
    color: #fff;
    padding: 8px 0px;
    text-decoration: none;
    display: block;
    font-size: 15px;
    padding-left: 0px;
    font-family: 'Outfit', 'sans-serif Bold';
    position: relative;
    -webkit-transition: .25s ease-out;
    -moz-transition: .25s ease-out;
    -o-transition: .25s ease-out;
    -ms-transition: .25s ease-out;
    transition: .25s ease-out;
}
.dropdown-content a i{
    display: none;
    position: absolute;
    right: 20px;
    top: 9px;
    font-size: 17px;
    color: #fff;    
}
.dropdown-content a:hover i{
    display: block;    
    right: 0px;
}

.dropdown-content a:hover {
    color: #0A1C47;    
}
.dropdown-content a:after{
    content: '';
    position: absolute;
    bottom: 0px;
    width: 140px;
    height: 1px;
    background: #0A1C47;
    left: 0px;;
}
.dropdown-content a:last-child:after {
    width: 0px;
}


.dropdown:hover .dropdown-content {
    display: block;
}


.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent;
}
.mailphone_mandiv{
    width: 100%;
    /* float: right; */
    padding: 20px 0 0 0;
}
.left_mailtextbox{
    display: inline-block;
}
.left_mailtextbox a{
    color: #fff;
    font-family: 'Epilogue', 'sans-serif Bold';
    font-size: 19px;
    margin-right: 19px;
}
.left_mailtextbox img{
    width: 20px;
    margin-right: 11px;
}
.social_rightdivbox{
    display: inline-block;
    margin-left: 20px;    
}
.social_rightdivbox ul{
    padding: 0px;
    margin: 0px;
}
.social_rightdivbox ul li{
    display: inline-block;
    margin-left: 11px;
}
.social_rightdivbox ul li a{
    font-size: 25px;
    color: #8183B1;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
    width: 60%;
    float: right;
    margin-top: 20px;
}

.custam_bannerslidr{
    display: inline-block;
    width: 100%;
    margin-top: -75px;
    float: left;
}
.custam_bannerslidr .carousel-inner>.item>a>img, .carousel-inner>.item>img{
    width: 100%;
    height: 100vh;
    object-fit: cover;
	filter: brightness(60%);
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 6%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: none;
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=50);
    opacity: 10;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {    
    font-size: 0;
    z-index: auto;
    display: none;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: 11px;
}
.request_pickupbtn{
    float: right;
    margin-top: 13px;
}
.request_pickupbtn a{
    background-color: #fff;
    color: #000;
    padding: 12px 14px;
    font-size: 15px;
    border-radius: 6px;
    text-transform: uppercase;
    font-family: 'Epilogue', 'sans-serif Bold';
    font-weight: 600;
    padding-top: 14px;
}
.request_pickupbtn a:hover{
    background-color: #0a1c47;
    color: #fff;
}
.cta_btn{
    position: absolute;
    bottom: 240px;
    left: 0;
    right: 0;
    text-align: center;
}
.cta_btn a{
    background: transparent;
    border: 2px solid #ccc;
    color: white;
    padding: 10px 16px;
    border-radius: 6px;
    font-size: 17px;
    cursor: pointer;
    transition: all 0.2s ease;
    margin: 0px 4px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 8px;
}
.cta_btn a:hover{
    background: #0A1C47;
    border-color: #0A1C47;
}
.cust_btn{

}
.cust_btn a{
    padding: 5px 37px;
    font-size: 21px;
    display: inline-block;
    background: #3B3532;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Epilogue', 'sans-serif Bold';
    -webkit-transform: skew(-10deg);
    -moz-transform: skew(-10deg);
    -o-transform: skew(-10deg);
    -ms-transform: skew(-10deg);
    transform: skew(-10deg);
    position: relative;
    margin-top: 20px;
    line-height: 30px;
}
.cust_btn a i{
    margin-left: 14px;
}
.banner_textbox{
    display: inline-block;
    width: 100%;
    position: absolute;
    text-align: center;
    top: 30%;
    float: right;
    right: 0;
}
.banner_textbox h1{
    margin: 0px;
    font-size: 50px;
    color: #fff;
    text-transform: uppercase;
    max-width: 560px;
    padding-bottom: 30px;
	font-weight: 600;
    margin: 0 auto;
}
.banner_textbox a{
    padding: 5px 37px;
    font-size: 22px;
    display: inline-block;
    background: #3B3532;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Epilogue', 'sans-serif Bold';
    -webkit-transform: skew( -10deg);
    -moz-transform: skew(-10deg);
    -o-transform: skew(-10deg);
    -ms-transform: skew(-10deg);
    transform: skew( -10deg );
    position: relative;
    padding-right: 53px;
    display: none;
}
.banner_textbox a:hover{
    background: #0A1C47;
}
.banner_textbox a:hover span i{
    right: -31px;
}
.banner_textbox a span{
    -webkit-transform: skew(10deg);
    -moz-transform: skew(10deg);
    -o-transform: skew(10deg);
    -ms-transform: skew(10deg);
    transform: skew(10deg);
    display: inline-block;
}
.banner_textbox a span i{
    position: absolute;
    top: 4px;
    right: -28px;
    transition: 0.6s all !important;
}
.pomping_bgimgdivbox{
    display: inline-block;
    width: 100%;
    background: url(../images/usedoil-min-min.jpg) center no-repeat;
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 120px;
    text-align: center;
}
.pomping_bgimgdivbox h3{
    margin: 0px;
    font-size: 81px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}
.pomping_bgimgdivbox ul{
    padding: 0px;
    margin: 0px;
    padding-left: 420px;
    margin-top: 30px;
}
.pomping_bgimgdivbox ul li{
    display: inline-block;
    width: 100%;
    text-align: left;
    margin-bottom: 11px;
}
.pomping_bgimgdivbox ul li span{
    display: inline-block;
    width: 100%;
    color: #fff;
    font-size: 20px;
    position: relative;
}
.pomping_bgimgdivbox ul li span:after{
    content: '';
    position: absolute;
    background: #fff;
    width: 8px;
    height: 8px;
    left: -21px;
    display: inline-block;
    border-radius: 100%;
    top: 10px;
}
.pomping_bgimgdivbox a{
    padding: 5px 37px;
    font-size: 22px;
    display: inline-block;
    background: #3B3532;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Epilogue', 'sans-serif Bold';
    -webkit-transform: skew(-10deg);
    -moz-transform: skew(-10deg);
    -o-transform: skew(-10deg);
    -ms-transform: skew(-10deg);
    transform: skew( -10deg );
    position: relative;
    margin-top: 60px;
    padding-right: 53px;
}
.pomping_bgimgdivbox a:hover{
    background: #0A1C47;
}
.pomping_bgimgdivbox a:hover p i{
    right: -31px;
}
.pomping_bgimgdivbox a p{
    -webkit-transform: skew(10deg);
    -moz-transform: skew(10deg);
    -o-transform: skew(10deg);
    -ms-transform: skew(10deg);
    transform: skew(10deg);
    margin: 0px;
}
.pomping_bgimgdivbox a p i{
    position: absolute;
    top: 4px;
    right: -23px;
    transition: 0.6s all !important;
}
.plumbing_servishdiv{
    display: inline-block;
    width: 100%;
    margin-bottom: 50px;
    margin-top: 140px;
}
.plumbing_servishdiv h3{
    margin: 0px;
    font-size: 59px;
    text-transform: uppercase;
    text-align: center;
    color: #292A2C;
}
.plumbing_servishmanimg{
    display: inline-block;
    width: 100%;
    position: relative;
}
.plumbing_servishmanimg img{
    width: 100%;
    height: 190px;
    object-fit: cover;
}
.plumbing_servishmanimg h3{
    margin: 0px;
    text-align: center;
    position: absolute;
    top: 72px;
    width: 100%;
    color: #fff;
    font-size: 34px;
}
.plumbing_innertextbox{
    display: inline-block;
    width: 100%;
    border: 1px solid #707070;
    padding: 28px 18px;
    text-align: center;
    height: 400px;
    position: relative;
}
.plumbing_innertextbox p{
    margin: 0px;
    font-size: 17px;
    color: #292A2C;
    margin-bottom: 20px;
}
.plumbing_innertextbox a {
    padding: 5px 37px;
    font-size: 22px;
    padding-right: 60px;
    display: inline-block;
    background: #3B3532;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Epilogue', 'sans-serif Bold';
    -webkit-transform: skew(-10deg);
    -moz-transform: skew(-10deg);
    -o-transform: skew(-10deg);
    -ms-transform: skew(-10deg);
    transform: skew( -10deg );
    position: relative;
    margin-top: 20px;
    position: absolute;
    left: 150px;
    bottom: 39px;
}
.plumbing_innertextbox a:hover{
    background: #0A1C47;
}
.plumbing_innertextbox a:hover span i{
    right: -49px;
}
.plumbing_innertextbox a span {
    -webkit-transform: skew(10deg);
    -moz-transform: skew(10deg);
    -o-transform: skew(10deg);
    -ms-transform: skew(10deg);
    transform: skew(10deg);
    margin: 0px;
    display: inline-block;
}
.plumbing_innertextbox a span i {
    position: absolute;
    top: 4px;
    right: -43px;
    transition: 0.6s all !important;
}
.ourservices_mandivbox{
    display: inline-block;
    width: 100%;
    background: #222224;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 0px;
    margin-top: 0px;
}
.ourservices_textbox{
    display: inline-block;
    width: 100%;
    margin-bottom: 0px;
}
.ourservices_textbox h3{
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 60px;
    margin: 0px;
    margin-bottom: 30px;
}
.ourservices_textbox p{
    margin: 0px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    max-width: 840px;
    margin: 0 auto;
}
.ourservices_detils{
    display: inline-block;
    width: 100%;
}
.ourservices_detils ul{
    padding: 0px;
    margin: 0px;
}
.ourservices_detils ul li{
    float: left;
    width: 25%;
    margin-bottom: 43px;
    padding-right: 15px;
    padding-left: 15px;
    height: 320px;
}
.ourservices_detils ul li:hover .hover_bottamtext h3{
    color: #0A1C47;
}

.ourservices_detils .hovercontainer {
  position: relative;
  width: 100%;
}

.ourservices_detils .image {
    display: block;
    width: 100%;
    height: 254px;
    border-radius: 22px 22px 0px 0px;
    object-fit: cover;
}

.ourservices_detils .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: transparent;
  border-radius: 26px 26px 0px 0px;
}

.ourservices_detils .hovercontainer:hover .overlay {
  opacity: 1;
}

.ourservices_detils .text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.ourservices_detils .text img{
    width: 250px;
}
.ourservices_detils .hover_bottamtext{
    display: inline-block;
    width: 100%;    
    background: #fff;
    padding: 8px 0px;
    border-radius: 0px 0px 20px 20px;
    height: 71px;
}
.ourservices_detils .hover_bottamtext h3{
    margin: 0px;
    text-align: center;
    color: #4E5661;
    font-size: 25px;
}

footer{
    display: inline-block;
    width: 100%;
    position: relative;
    border-top: 1px solid #D1D1D1;
    padding-top: 50px;
}
.aboutus_footertext{
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
}
.aboutus_footertext #menu-footer{
        padding: 0;
}
.aboutus_footertext #menu-footer a{
text-transform: capitalize;
}
.aboutus_footertext h3{
    margin: 0px;
    font-size: 24px;
    color: #272729;
    margin-bottom: 11px;
}
.aboutus_footertext p{
    color: #292A2C;
    font-size: 15px;
    margin: 0px;
}
.aboutus_footertext a{
    color: #292A2C;
    font-size: 15px;
    display: block;
    margin-bottom: 13px;
    position: relative;
}
.aboutus_footertext a span{   
    display: inline-block;
    width: 100%;
    padding-left: 30px;
}
.aboutus_footertext a img{
     margin-right: 0px;
    position: absolute;
    left: 0;
    top: 4px;
    width: 21px;
}
.footer_socialdivbox{
    display: inline-block;
    width: 100%;
    display: none;
}

.footer_socialdivbox ul{
    padding: 0px;
    margin: 0px;
    float: right;
}
.footer_socialdivbox ul li {
    float: left;
    padding: 5px 15px 3px 15px;
    margin: 0 0 0 -1px;
    list-style: none;
    -webkit-transform: skew(-10deg);
    -moz-transform: skew(-10deg);
    -o-transform: skew(-10deg);
    -ms-transform: skew(-10deg);
    transform: skew(-10deg);
    border: 1px solid #707070;
}
.footer_socialdivbox ul li a{
    font-size: 26px;
    color: #D1D1D1;
}
.footer_socialdivbox ul li a i{
    -webkit-transform: skew( 10deg );
    -moz-transform: skew(10deg);
    -o-transform: skew(10deg);
    -ms-transform: skew(10deg);
    transform: skew( 10deg );
}
.footer_socialdivbox ul li a i.fa.fa-instagram{
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    transition: transform 0.3s ease;
}
.footer_socialdivbox ul li a i.fa.fa-facebook-official{  color: #1877F2;    }
.footer_socialdivbox ul li a i.fa.fa-linkedin-square{  color: #0A66C2;  }
.footer_socialdivbox ul li a:hover{
    color: #0A1C47;
}
.footer_logo{
    display: inline-block;
    width: 100%;
    text-align: right;
    margin-top: 0px;
}
.footer_logo img{
    width: 180px;
}
.Copyright_textbox{
    display: inline-block;
    width: 100%;
    border-top: 1px solid #D1D1D1;
    padding-top: 15px;
    padding-bottom: 15px;
}

.Copyright_textbox span{
    float: left;
    margin: 0px;
    font-size: 15px;
    color: #292A2C;
}
.Copyright_textbox a{
    float: right;
    font-size: 15px;
    color: #292A2C;
}

.foot-logo {
    float: left;
    display: block;    
    height: 240px;
    padding: 47px 0 0 77px;
    margin: -50px 0 0 -21px;
    background: #0A1C47;
    -webkit-transform: skew(-10deg);
    -moz-transform: skew(-10deg);
    -o-transform: skew(-10deg);
    -ms-transform: skew(-10deg);
    transform: skew(-10deg);
}
.ourcommitment_mandivbox{
    display: flex;
    width: 100%;
    float: left;
      align-items: stretch;

}
.urcommitment_box1{
    float: left;
    width: 21%;
}
.urcommitment_innerbox1 {
    height: 100%;
    margin-left: -50px;
    background: #0A1C47;
    -webkit-transform: skew(-10deg);
    -moz-transform: skew(-10deg);
    -o-transform: skew(-10deg);
    -ms-transform: skew(-10deg);
    transform: skew(-10deg);
}
.urcommitment_innerbox2 {
    padding: 75px 0 0 60px;
    -webkit-transform: skew(10deg);
    -moz-transform: skew(10deg);
    -o-transform: skew(10deg);
    -ms-transform: skew(10deg);
    transform: skew(10deg);
}
.urcommitment_innerbox2 h3{
    margin: 0px;
    font-size: 48px;
    text-transform: uppercase;
    color: #fff;
}
.our_commitmenttowboxcover{
    float: left;
    width: 39%;
    height: auto;
    text-align: center;
}
.our_commitmenttowboxcover h3{
    padding: 25px 25px 25px 50px;
    margin: 0;    
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background: #535f7c;
}
.our_commitmenttowboxcover p{
    margin: 0px;
    color: #353535;
    font-size: 16px;
    line-height: 30px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 40px;
}

.our_commitmenttowboxcover a {
    padding: 5px 37px;
    font-size: 22px;
    display: inline-block;
    background: #3B3532;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Epilogue', 'sans-serif Bold';
    -webkit-transform: skew(-10deg);
    -moz-transform: skew(-10deg);
    -o-transform: skew(-10deg);
    -ms-transform: skew(-10deg);
    transform: skew( -10deg );
    position: relative;
    margin: 30px 0;
    padding-right: 44px;
}
.our_commitmenttowboxcover a:hover{
    background: #0A1C47;
}
.our_commitmenttowboxcover a:hover span i{
    right: -31px;
}
.our_commitmenttowboxcover a span {
    -webkit-transform: skew(10deg);
    -moz-transform: skew(10deg);
    -o-transform: skew(10deg);
    -ms-transform: skew(10deg);
    transform: skew(10deg);
    margin: 0px;
    display: block;
}
.our_commitmenttowboxcover a span i {
    position: absolute;
    top: 4px;
    right: -29px;
    transition: 0.6s all !important;
}
.our_commitmenttowboxcover1{
    width: 40%;
    height: auto;
    float: left;
    text-align: center;
}
.our_commitmenttowboxcover1 h3 {
    padding: 25px 25px 25px 40px;
    margin: 0;    
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background: #0A1C47;
}
.our_commitmenttowboxcover1 img{
    margin-top: 70px;
    margin-left: 15px;
    margin-right: 15px;
}

.innerpage_bannerdiv{
    display: inline-block;
    width: 100%;
    position: relative;
}
.innerpage_bannerdiv:after{
    content: '';
    background-color: #00000070;
    width: 100%;
    height: -webkit-fill-available;
    position: absolute;
    top: 0;
}

.innerpage_bannerdiv img{
    width: 100%;
    height: 520px;
    object-fit: cover;
}

.innerpage_bannerdiv .banner_textbox{
    top: 230px;
    z-index: 1;
}
.innerpage_bannerdiv .banner_textbox h1{
    padding-bottom: 0;
}
.contact_mandivbox{
    display: inline-block;
    width: 100%;
    margin-top: 70px;
    margin-bottom: 50px;
}
.contact_leftmandiv{
    display: inline-block;
    width: 100%;
}
.contact_leftmandiv h3{
    margin: 0px;
    font-size: 50px;    
    color: #292A2C;
    text-transform: uppercase;
}
.contact_leftmandiv p{
    margin: 0px;
    font-size: 19px;    
    color: #292A2C;
    font-family: 'Outfit', 'sans-serif Bold';
    margin-top: 23px;    
}
.contact_leftmandiv ul{
    padding-left: 28px;
}
.contact_leftmandiv ul li{
    color: #000;
    font-size: 18px;
    list-style-type: disc !important;
    margin-bottom: 4px;
}
.contact_detiltext{
    display: inline-block;
    width: 100%;
    margin-top: 60px;
}
.contact_detiltext h3{
    font-family: 'Outfit', 'sans-serif Bold';
    margin: 0px;
    font-size: 24px;
    color: #292A2C;
    margin-bottom: 15px;
}
.contact_detiltext p,.contact_detiltext a{
    font-size: 16px;
    margin: 0px;
    color: #292A2C;
    display: block;
    margin-bottom: 12px;
}
.contact_detiltext p img{
    margin-right: 12px;
}
.contact_detiltext a img{
    margin-right: 12px;
}
.contact-us-info {
    width: 44%;
    float: left;
}
.contact-us-wrap{
    display: -webkit-flex;
}
.contact-us-info-box {
    width: 100%;
    max-width: 454px;
    margin-left: auto;
    height: 100%;
    display: flex;    
    align-items: center;
    flex-wrap: wrap;
}
.contact-us-info-box .info-box {
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
}
.contact-us-info-box .info-box .info-icon {
    width: 40px;
    height: 40px;
    background: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin: 0 auto 25px;
    font-size: 20px;
    color: #3B3532;
    text-align: center;
    line-height: 40px;
}
.contact-us-info-box .info-box a {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.contact-us-form {
    width: 56%;
    background: #3B3532;
    float: left;
}
.contact-us-form-box {
    width: 100%;
    max-width: 690px;
    margin-right: auto;
    height: 100%;
    padding: 70px 15px 70px 0;
}
.form-title {
    width: 100%;
    padding-left: 30px;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    padding-bottom: 40px;
}
.form-title h2 {    
    font-size: 39px;
    line-height: 50px;
    font-weight: 500;
    color: #fff;
    padding-bottom: 20px;
}
.form-title p{
    color: #fff;
    font-size: 19px;
}
.form-title p a{
    color: #fff;    
}
.form-filed {
    width: 100%;    
    padding-left: 30px;
}

.form-filed .connect_forminput .right_inputmandivbox{
    margin-top: 3px;
}
.home_pagecontactform .right_inputmandivbox input[type=submit]{
    background: #ffffff;
    color: #000;
}


.right_inputmandivbox{
    display: inline-block;
    width: 100%;
    margin-top: 83px;
}
.right_inputmandivbox a,.right_inputmandivbox input[type=submit]{
    padding: 5px 37px;
    font-size: 22px;
    display: inline-block;
    background: #3B3532;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Epilogue', 'sans-serif Bold';
    -webkit-transform: skew(-10deg);
    -moz-transform: skew(-10deg);
    -o-transform: skew(-10deg);
    -ms-transform: skew(-10deg);
    transform: skew( -10deg );
    position: relative;
    margin-top: 10px;
    padding-right: 44px;
    border: 0px;
}
.right_inputmandivbox a:hover{
    background: #0A1C47;
}
.right_inputmandivbox a:hover span i{
    right: -31px;
}
.right_inputmandivbox a span,.right_inputmandivbox input[type=submit]{
    -webkit-transform: skew(10deg);
    -moz-transform: skew(10deg);
    -o-transform: skew(10deg);
    -ms-transform: skew(10deg);
    transform: skew(10deg);
    margin: 0px;
    display: block;
}
.right_inputmandivbox a span i{
    position: absolute;
    top: 4px;
    right: -29px;
    transition: 0.6s all !important;
}

.connect_forminput {
    display: inline-block;
    width: 100%;
}
.connect_forminput input {
    width: 100%;
    background: #EEEEEE;
    border: 0px;
    border-radius: 0px;
    height: 48px;
    font-size: 16px;
    color: #000;
    font-family: 'Rubik-Medium';
    padding-left:12px;
}
.connect_forminput textarea {
    width: 100%;
    background: #EEEEEE;
    border: 0px;
    border-radius: 0px;
    height: 160px;
    font-size: 16px;
    color: #000;
    resize: none;
    font-family: 'Rubik-Medium';
    padding-left:12px;
}
.connect_forminput .form-control:focus {
    box-shadow: none !important;
    border-color: transparent;
}

.connect_forminput ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #353535;
}
.connect_forminput ::-moz-placeholder { /* Firefox 19+ */
  color: #353535;
}
.connect_forminput :-ms-input-placeholder { /* IE 10+ */
  color: #353535;
}
.connect_forminput :-moz-placeholder { /* Firefox 18- */
  color: #353535;
}

.indigenous_textbox{
    display: inline-block;
    width: 100%;
}
.indigenous_textbox h2{
    margin: 0px;
    color: #292A2C;
    font-size: 39px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.indigenous_textbox h3{
    margin: 0px;
    font-size: 18px;
    color: #292A2C;
    font-family: 'Outfit', 'sans-serif Bold';
    margin-bottom: 50px;
} 
.innerpage_coverdiv{
    display: inline-block;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}
.indigenous_textbox p{
    margin: 0px;
    font-size: 17px;
    color: #292A2C;
    margin-bottom: 30px;
}
.theInformation_textbox{
    display: inline-block;
    width: 100%;
    background: #E6E8FF;
    padding: 54px 30px;
    margin-top: 50px;
}
.theInformation_textbox h5{
    margin: 0px;
    font-size: 16px;
    font-family: 'Outfit', 'sans-serif Bold';
    margin-bottom: 43px;
}
.ceo_infotextboxdiv{
    display: inline-block;
    width: 100%;
}
.ceo_infotextboxdiv h4{
    margin: 0px;
    font-size: 22px;
    font-family: 'Outfit', 'sans-serif Bold';
    text-transform: uppercase;
}
.ceo_infotextboxdiv span{
    color: #292A2C;
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
}
.ceo_infotextboxdiv p{
    color: #292A2C;
    font-size: 16px;
    margin: 0px;
    line-height: 28px;
}
.setborderdiv_box{    
    position: relative;
}
.setborderdiv_box:after{
    content: '';
    background: #AAB0FF;
    width: 1px;
    height: 100%;
    display: inline-block;
    position: absolute;
    left: -70px;
    top: 0px;
}
.setborderdiv_box:before{
    content: '';
    background: #AAB0FF;
    width: 1px;
    height: 100%;
    display: inline-block;
    position: absolute;
    right: 30px;
    top: 0px;
}
.services_category {
    display: inline-block;
    width: 100%;
}
.services_category h3 {
    margin: 0px;
    font-size: 31px;
    text-transform: uppercase;
    color: #000;
}
.services_category ul {
    padding: 0px;
    margin: 0px;
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}
.services_category ul li {
    display: inline-block;
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
}
.services_category ul .active a {
    color: #0A1C47;
}
.services_category ul li a {
    color: #8E8E8E;
    font-size: 21px;
    text-transform: uppercase;
    font-family: 'Epilogue', 'sans-serif Bold';
}
.services_category ul li:after {
    content: '';
    position: absolute;
    background: #707070;
    width: 130px;
    height: 1px;
    left: 0px;
    display: inline-block;
    bottom: 0;
}
.services_category ul li:last-child:after {
    width: 0px;
}
.eps_pumperdivbox{
    display: inline-block;
    width: 100%;
    margin-bottom: 60px;
}
.eps_pumperdivbox h2{
    margin: 0px;
    font-size: 35px;
    text-transform: uppercase;
    color: #292A2C;
}
.top_rightleftarrowdiv{
    display: inline-block;
    width: 100%;
    text-align: right;
}
.top_rightleftarrowdiv a{    
    margin-left: 33px;
}
.top_rightleftarrowdiv a img{
    width: 16px;
}
.eps_righttextbox{
    display: inline-block;
    width: 100%;
}

.eps_righttextbox{
    display: inline-block;
    width: 100%;
}
.eps_righttextbox h3{
    margin: 0px;
    font-size: 31px;
    color: #000000;
    margin-bottom: 20px !important;
}
.eps_righttextbox img{
    margin-bottom: 20px;
}

.eps_righttextbox p{
    margin: 0px;
    font-size: 17px;
    margin-bottom: 9px;
    color: #292A2C;
    position: relative;
    padding-left: 20px;
}
.eps_righttextbox p:after{
    position: absolute;
    width: 8px;
    height: 8px;
    display: inline-block;
    background: #0A1C47;
    content: '';
    left: 2px;
    border-radius: 100%;
    top: 7px;
}

.seteliteplumbing_boxcover{
    padding-left: 70px;
    padding-right: 70px;
}


.vertical_Tabscoverdiv{



  display: inline-block;



  width: 100%;



 /* background: #F6F6F6;  */



  padding: 0px 0px;



}



.vertical_Tabsdiv{



  display: inline-block;



  width: 100%;



}



.vertical_Tabsdiv .tab {



  float: left; 



  width: 25%;



  height: 100%;



}







.vertical_Tabsdiv .tab button {



  display: block;



  background-color: inherit;



  color: #8E8E8E;



  padding: 15px 16px;



  width: 100%;



  border: none;



  outline: none;



  text-align: left;



  cursor: pointer;



  transition: 0.3s;



  font-size: 21px;
    font-family: 'Epilogue', 'sans-serif Bold';
    position: relative;
    padding-left: 0px;



}
.vertical_Tabsdiv .tab button:after{
    content: '';
    position: absolute;
    background: #707070;
    width: 130px;
    height: 1px;
    left: 0px;
    display: inline-block;
    bottom: 0;
}

.vertical_Tabsdiv h3 {
    margin: 0px;
    font-size: 31px;
    text-transform: uppercase;
    color: #000;
}





.vertical_Tabsdiv .tab button.active {

color : #0A1C47;

/*  background-color: #fff;



  border: 1px solid #C5C5C5;



  position: relative;  */



}



/*.vertical_Tabsdiv .tab button.active:after {



    position: absolute;



    right: -30px;



    left: auto;



    top: 50%;



    margin-top: -15px;



    content: '';



    display: block;



    border: 15px solid #FFF;



    border-top-color: rgba(0, 0, 0, 0);



    border-bottom-color: rgba(0, 0, 0, 0);



    border-right-color: rgba(0, 0, 0, 0);



}*/



/*.vertical_Tabsdiv .tab button.active:before {



    content: ''; 



    right: -31px;



    border: 15px solid #b7b7b7;



    border-top-color: rgba(0, 0, 0, 0);



    border-bottom-color: rgba(0, 0, 0, 0);



    border-right-color: rgba(0, 0, 0, 0);



    top: 50%;



    margin-top: -15px;



    content: '';



    display: block;



    position: absolute;



}*/



.vertical_Tabsdiv .tabcontent {



    float: left;



    padding: 0px 0px;



    width: 75%;



    border-left: none;



    height: 100%;



    padding-left: 60px;
    margin-top: -60px;


}

.mobiletop_header{
    display: none;
}









.headercovercl .navbar-toggle .hamburgerbtn {
    display: none;
}
.headercovercl .navbar-toggle img {
    width: 25px;
}
.headercovercl .navbar-toggle .hamburger_closebtn {
    display: inline-block;
}
.navbar-toggle.collapsed .hamburger_closebtn {
    display: none;
}
.navbar-toggle.collapsed .hamburgerbtn {
    display: inline-block;
}

#menu-header-menu .current_page_item a,#menu-header-menu .current-menu-parent a{
  color:#fff !important;  
  border-bottom: 1px solid;
}
#menu-header-menu .current-menu-parent .sub-menu a{
    border-bottom: 0px solid #fff;
}

.services-section {
  text-align: center;
  padding: 60px 20px;
}

.services-section h2 {
  font-size: 2.5rem;
  color: #00c6ff;
  margin-bottom: 10px;
}

.services-section p {
  font-size: 1.1rem;
  color: #ddd;
  margin-bottom: 40px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(354px, 1fr));
  gap: 20px;
  max-width: 1100px;
  margin: auto;
}

.service-card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.service-card img {
  width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  filter: brightness(60%);
  transition: transform 0.3s ease;
}

.service-card:hover img {
  transform: scale(1.05);
}

.card-content {
  position: absolute;
  bottom: 0;
  padding: 20px;
  color: white;
  z-index: 2;
}

.card-content h3 {
  margin: 0 0 10px;
  font-size: 30px;
}

.card-content p {
  font-size: 14px;
  margin-bottom: 15px;
  color: #ddd;
}

.card-content button {
  background: transparent;
  border: 2px solid #ccc;
  color: white;
  padding: 10px 16px;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.card-content button:hover {
  background: #0A1C47;
  border-color: #0A1C47;
  color: #FFF;
}

.solution-tab-desc{
    display: inline-block;
    width: 100%;
}
.solution-tab-desc h2{
    margin: 0;
    color: #000;
    font-size: 27px;
    margin-bottom: 7px;    
}
.solution-tab-desc p{
    margin: 0;
    color: #000;
    font-size: 18px;
    margin-bottom: 7px;
    line-height: 27px;
}
.home-demo .owl-carousel .item img{
    width: 100%;
    height: 380px;
    object-fit: cover;
    border-radius: 7px;
}
.setinfo_detailsdiv{
    display: inline-block;
    width: 100%;
    margin-top: 40px;
}
.setinfo_detailsdiv p strong{
    font-family: 'Epilogue', 'sans-serif Bold';
    font-weight: 500;
    font-size: 27px;
    color: #000;
}
.setinfo_detailsdiv ul{}
.setinfo_detailsdiv ul li{
    margin-bottom: 12px;
    color: #000;
    font-size: 18px;
    list-style-type: disclosure-closed !important;
}
.setinfo_detailsdiv ul li::marker {
  font-size: 20px;
  color: #0A1C47;
}
.setinfo_detailsdiv p{
    font-size: 18px;
}
.setinfo_detailsdiv p .request_btn{
    padding: 5px 37px;
    font-size: 21px;
    display: inline-block;
    background: #3B3532;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Epilogue', 'sans-serif Bold';
    -webkit-transform: skew(-10deg);
    -moz-transform: skew(-10deg);
    -o-transform: skew(-10deg);
    -ms-transform: skew(-10deg);
    transform: skew(-10deg);
    position: relative;
    margin-top: 20px;    
    line-height: 30px;
}
.solution-tab-desc p .request_btn{
    padding: 5px 37px;
    font-size: 21px;
    display: inline-block;
    background: #3B3532;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Epilogue', 'sans-serif Bold';
    -webkit-transform: skew(-10deg);
    -moz-transform: skew(-10deg);
    -o-transform: skew(-10deg);
    -ms-transform: skew(-10deg);
    transform: skew(-10deg);
    position: relative;
    margin-top: 20px;    
    line-height: 30px;
}
.solution-tab-img{
    display: inline-block;
    width: 100%;
}
.solution-tab-img img{
    width: 250px;
    object-fit: contain;
}
.about-imgsetdiv{
	display: inline-block;
    width: 100%;
}
.about-imgsetdiv img{
	width: 100%;
    height: 400px;
    object-fit: cover;
}




/* media queries */
@media (max-width: 1200px){
    .navbar-default .navbar-nav>li {
        margin: 11px 5px;
    }
    .navbar-default .navbar-nav>li>a{
            font-size: 17px;
    }
    hr {    
        width: 100% !important;        
    }
}
@media (max-width: 1199px){
    .contact-us-info-box{
        max-width: 100%;
    }
    .form-title h2 {
        font-size: 30px;
        line-height: 42px;        
        padding-bottom: 0px;
    }
    .contact-us-form-box {    
        max-width: 100%;    
        padding: 30px 15px 30px 0;
    }
    .form-title{
        padding-left: 15px;
    }
    .form-filed{
        padding-left: 15px;
    }
    .width_setdiv{
        width: 100%;
        padding: 60px 0px;
    }
    .contact-us-wrap {
        display: inline-block;
        width: 100%;
    }
    .contact-us-form {
        width: 100%;
    }
    .contact-us-info {
        width: 100%;
    } 
    .urcommitment_innerbox2 h3 {    
        font-size: 43px;
    }
}
@media (max-width: 991px){
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {    
            width: auto;    
            margin-top: 10px;
    }
    .navbar-default .navbar-nav>li {
        margin: 5px 0px;
    }
   
    #menu-header-menu li a:hover {
        color: #000 !important;
    }
    .ourcommitment_mandivbox {    
        flex-wrap: wrap;
    }
    .vertical_Tabsdiv .tabcontent {    
        width: 100%;    
        padding-left: 0;
        margin-top: 30px;
    }
    .eps_pumperdivbox h2 {    
        font-size: 31px;
    }
    .eps_pumperdivbox {
        margin-bottom: 30px;
    }
    .vertical_Tabsdiv .tab button {    
        padding: 10px 16px;    
        font-size: 19px;
        padding-left: 0px;
    }
    .vertical_Tabsdiv .tab button:after {    
        width: 100%;
    }
    .vertical_Tabsdiv .tab {    
        width: 100%;
    }
    .vertical_Tabsdiv h3 {    
        font-size: 26px;
    }
    .plumbing_servishdiv h3 {    
        font-size: 45px;
    }
    .plumbing_servishdiv {
        margin-bottom: 30px;
        margin-top: 50px;
    }
    .foot-logo {    
        height: 240px;
        padding: 38px 0 0 47px;
        margin: -49px 0 0 -32px;
    }
    .ourservices_detils ul li {    
        width: 50%;
    }
    .ourservices_textbox p {    
        font-size: 16px;
    }
    .ourservices_textbox h3 {    
        font-size: 47px;
    }
    .ourservices_mandivbox {    
        padding-top: 30px;
        padding-bottom: 50px;
        margin-bottom: 40px;
        margin-top: 40px;
    }
    .plumbing_innertextbox {    
        height: auto;
    }
    .plumbing_innertextbox a {    
        position: inherit;    
        margin-top: 20px;
        left: 0;
        bottom: 0;
    }
    .seteliteplumbing_boxcover .col-md-6{
        margin-bottom: 20px;
    }
    .seteliteplumbing_boxcover {
        padding-left: 0;
        padding-right: 0;
    }
    .pomping_bgimgdivbox ul li span {    
        font-size: 18px;
    }
    .pomping_bgimgdivbox ul {    
        padding-left: 220px;
        margin-top: 20px;
    }
    .pomping_bgimgdivbox h3 {    
        font-size: 50px;
    }
    .pomping_bgimgdivbox {    
        padding-top: 40px;
        padding-bottom: 40px;
        margin-top: 40px;
    }
    .our_commitmenttowboxcover1 {
        width: 100%;    
    }
    .our_commitmenttowboxcover {    
        width: 100%;
    }
    .urcommitment_innerbox2 h3 {
        font-size: 37px;
    }
    .urcommitment_innerbox2 h3 p br{
        display: none;
    }
    .urcommitment_innerbox2 {
        padding: 23px 0 0 15px;
        -webkit-transform: skew(0deg);
        -moz-transform: skew(0deg);
        -o-transform: skew(0deg);
        -ms-transform: skew(0deg);
        transform: skew(0deg);
    }
    .urcommitment_innerbox1 {
        height: auto;
        margin-left: 0px;
        background: #0A1C47;
        -webkit-transform: skew(0deg);
        -moz-transform: skew(0deg);
        -o-transform: skew(0deg);
        -ms-transform: skew(0deg);
        transform: skew(-0deg);
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
    .urcommitment_box1 {        
        width: 100%;
    }
    .banner_textbox h1 {    
        font-size: 40px;    
        max-width: 590px;
        padding-bottom: 20px;
    }
    .banner_textbox {    
        width: 81%;    
        top: 30%;
    }
    .mailphone_mandiv {    
        padding: 18px 0 0 0;
    }
    .navbar-brand>img {    
        width: 160px;
    }
    .navbar-default .navbar-brand {    
        height: 100px;
        padding-top: 22px;
        padding-left: 35px;
    }
    .social_rightdivbox ul li a {
        font-size: 20px;    
    }
    .left_mailtextbox img {
        width: 17px;
        margin-right: 11px;
    }
    .left_mailtextbox a {    
        font-size: 16px;
    }
    .navbar-default .navbar-nav>li>a {    
                font-size: 15px;
        padding: 0px 4px;
    }
}
@media (max-width: 767px){
    .cta_btn a{
        font-size: 15px;
    }
    .cta_btn {    
        bottom: 10px;    
    }
    .request_pickupbtn {        
        width: 100%;
        text-align: center;
        margin-bottom: 9px;
    }
    .navbar-default .navbar-nav>li {
        margin: 11px 0px;
    }
     #menu-header-menu .current_page_item a, #menu-header-menu .current-menu-parent a {
        color: #000 !important;
        border-bottom: 1px solid;
    }
    .left_mailtextbox a{
        margin-right: 0px;
    }
    .social_rightdivbox{
        display: none;
    }
    .solution-tab-img img {
        width: 100%;        
    }
    .navbar-default .navbar-brand {
        height: 62px;
        padding-top: 5px;
        padding-left: 18px;
        padding-right: 2px;
    }
    .banner_textbox a{
        font-size: 18px;
    }
    .social_rightdivbox {    
        width: 100%;
        margin-top: 6px;
    }
    .mailphone_mandiv {    
        width: 100%;
        padding-left: 15px;
    }
    .carousel-control span img {
        width: 35px;
    }
    .custam_bannerslidr {    
        margin-top: -100px;    
    }
    .navbar-default .navbar-brand{
        margin-top: 0px;
    }
    .webtop_header{
        display: none;
    } 
    .mobiletop_header{
        display: block;
    }  
    .nav.navbar-nav.header_rughtbtn .sub-menu li a {    
        font-size: 19px;
    }
    #menu-item-129:hover .sub-menu {
        position: inherit;    
        left: 10px;
        z-index: 1;
        padding: 20px 15px;
    }
    #menu-item-192:hover .sub-menu {
        position: inherit;    
        left: 10px;
        z-index: 1;
        padding: 20px 15px;
    }
    .navbar-default .navbar-nav>li>a{
        color: #000;
    }
    .right_inputmandivbox {    
        margin-top: 33px;
    }
    .contact_detiltext p, .contact_detiltext a {
        font-size: 14px;    
        margin-bottom: 5px;
    }
    .contact_detiltext h3 {    
        font-size: 20px;    
        margin-bottom: 7px;
    }
    .contact_leftmandiv p {    
        font-size: 17px;    
        margin-top: 10px;
    }
    .contact_leftmandiv h3 {    
        font-size: 37px;
    }
    .contact_detiltext {    
        margin-top: 15px;
    }
    .contact_mandivbox {    
        margin-top: 40px;
        margin-bottom: 10px;
    }
    .theInformation_textbox {    
        padding: 15px 15px;
        margin-top: 20px;
    }
    .ceo_infotextboxdiv p {    
        font-size: 15px;
    }
    .ceo_infotextboxdiv h4 {    
        font-size: 18px;
        margin-bottom: 10px;
    }
    .ceo_infotextboxdiv {    
        margin-bottom: 18px;
    }
    .theInformation_textbox h5 {
        margin-bottom: 15px;
    }
    .vertical_Tabsdiv .tab button {
        padding: 8px 0px;
        font-size: 18px;    
    }
    .vertical_Tabsdiv h3 {
        font-size: 22px;
        margin-bottom: 11px;
    }
    .eps_pumperdivbox {
        margin-bottom: 26px;
    }
    .eps_pumperdivbox h2 {
        font-size: 26px;
    }
    .innerpage_coverdiv {    
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .eps_righttextbox p {    
        font-size: 15px;
    }
    .indigenous_textbox h2 {    
        font-size: 33px;
    }
    .innerpage_bannerdiv .banner_textbox {
        top: 190px;
    }
    .innerpage_bannerdiv img {    
        height: 290px;
    }
    .banner_textbox h1 {
        font-size: 30px;
    }
    .banner_textbox {
        width: 91%;
        top: 41%;
    }
    .carousel-inner>.item {    
        height: 470px;
    }
    .custam_bannerslidr .carousel-inner>.item>a>img, .carousel-inner>.item>img {    
        height: 100%;
    }
    footer {
        padding-top: 30px;
    }
    .Copyright_textbox a {    
        font-size: 14px;
    }
    .Copyright_textbox span {    
        font-size: 14px;
    }
    .footer_logo img {
        width: 150px;
    }
    .footer_logo {    
        text-align: left;
        margin-top: 25px;
        margin-bottom: 30px;
    }
    .footer_socialdivbox ul {    
        float: left;
    }
    .aboutus_footertext {    
        margin-bottom: 20px;
    }
    .foot-logo {
        height: 0;
        padding: 0 0 0 0px;
        margin: 0 0 0 0;
    }
    .ourservices_textbox {    
        margin-bottom: 20px;
    }
    .ourservices_textbox p {
        font-size: 14px;
    }
    .ourservices_textbox h3 {
        font-size: 37px;
    }
    .plumbing_innertextbox a span i {    
        right: -29px;
    }
    .plumbing_innertextbox a {
        padding: 5px 28px;
        font-size: 18px;
        padding-right: 38px;
    }
    .plumbing_innertextbox p {    
        font-size: 15px;
    }
    .plumbing_servishdiv {
        margin-bottom: 10px;
        margin-top: 30px;
    }
    .plumbing_servishdiv h3 {
        font-size: 33px;
    }
    .pomping_bgimgdivbox ul li span {
        font-size: 15px;
    }
    .pomping_bgimgdivbox h3 {
        font-size: 37px;
    }
    .our_commitmenttowboxcover a {
        padding: 5px 25px;
        font-size: 18px;                
    }
    .our_commitmenttowboxcover1 img {
        margin-top: 30px;
        margin-left: 15px;
        margin-right: 15px;
    }
    .our_commitmenttowboxcover p {    
        font-size: 14px;
        line-height: 24px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 30px;
    }
    .our_commitmenttowboxcover1 h3 {
        padding: 18px 18px 18px 18px;    
        font-size: 24px;
    }   
    .our_commitmenttowboxcover h3 {
        padding: 18px 18px 18px 18px;    
        font-size: 24px;    
    }
    .urcommitment_innerbox2 h3 {
        font-size: 30px;
    }
    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -11px;
    }
    .banner_textbox h1 {
        font-size: 25px;    
    }
    .plumbing_servishmanimg h3 {    
        top: 30px;    
        font-size: 30px;
    }
    .plumbing_servishmanimg img {    
        height: 90px;
    }
    .headercovercl{
      padding-left: 0;
  }
  .headercovercl .navbar-nav{
      width: 100%;
      text-align: left;
      margin-bottom: 0; 
      margin: 7.5px 0px; 
      margin-top: 30px; 
  }
  .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
      background-color: transparent;     
  }
  .navbar-toggle{
    border: 0;
    margin-right: 0px;
    margin-top: 0;
    margin-bottom: 0;
    z-index: 11;
  }
  .headercovercl .navbar-nav li {
      padding-right: 0;
      padding-left: 0;
      padding-bottom: 0px;
  }
  .headercovercl .navbar-collapse {
   position: absolute;
    width: 100%;
    padding-bottom: 0px;
    background: #fff;
    padding-left: 0;
    border-top: 0;
    z-index: 9;
    left: 0px;
    top: 0px;
    padding-right: 0;
    padding-bottom: 0px;
    margin-top: 0;
  }
}
@media (max-width: 479px){
    .cta_btn a {        
        width: 70%;
        padding: 7px 8px;
    }
    .banner_textbox {
        width: 88%;  
        top: 27%;      
    }
    .mailphone_mandiv {
        width: 100%;
        padding-left: 15px;
        padding-top: 9px;
    }
    .left_mailtextbox a {
        font-size: 15px;
        display: block;
        margin-bottom: 5px;
    }
    .social_rightdivbox ul li {    
        margin-left: 0;
        margin-right: 7px;
    }
    .social_rightdivbox {    
        margin-left: 0;
        width: 100%;
        margin-top: 0px;
    }
    .top_headerdivbox {    
        height: auto;
        padding-bottom: 5px;
    }
    .innerpage_bannerdiv .banner_textbox {
        top: 127px;
    }
    .innerpage_bannerdiv img {
        height: 230px;
    }
    .ceo_infotextboxdiv p {    
        font-size: 15px;
        line-height: 23px;
    }
    .ceo_infotextboxdiv span {    
        font-size: 15px;    
        margin-bottom: 5px;
    }
    .ceo_infotextboxdiv h4 {    
        font-size: 20px;    
        margin-bottom: 7px;
    }
    .theInformation_textbox {
        padding: 24px 20px;
        margin-top: 30px;
    }
    .indigenous_textbox p {    
        font-size: 14px;
    }
    .indigenous_textbox h2 {
        font-size: 26px;
    }
    .eps_righttextbox p {    
        font-size: 15px;
    }
    .indigenous_textbox p {               
        margin-bottom: 15px;
    }
    .footer_socialdivbox ul li{
       padding: 3px 12px 3px 12px;
    }
    .footer_socialdivbox ul li a {
        font-size: 23px;    
    }
    .aboutus_footertext h3 {    
        font-size: 22px;    
        margin-bottom: 7px;
    }
    .aboutus_footertext p {    
        font-size: 14px;
    }
    .ourservices_detils ul li {    
        width: 100%;    
        padding-right: 0;
        padding-left: 0;
    }
    .ourservices_textbox p {
        font-size: 13px;
    }
    .ourservices_textbox h3 {
        font-size: 32px;
        margin-bottom: 12px;
    }
    .plumbing_servishmanimg img {
        height: 70px;
    }
    .plumbing_servishmanimg h3 {
        top: 22px;
        font-size: 25px;
    }
    .plumbing_servishdiv h3 {
        font-size: 28px;
    }
    .pomping_bgimgdivbox h3 {
        font-size: 32px;
    }
    .urcommitment_innerbox2 h3 {
        font-size: 23px;
    }
    .navbar-default .navbar-brand {
        height: 62px;
        padding-top: 5px;
        padding-left: 18px;
        padding-right: 2px;
    }
    .navbar-brand>img {
        width: 123px;
    }    
    .banner_textbox h1 {
        font-size: 25px;
        max-width: 275px;
    }
    .banner_textbox a {
        padding: 5px 21px;               
        padding-right: 44px;
    }
    .carousel-control span img{
        width: 30px;
    }
    .ourservices_detils .hover_bottamtext h3 {    
        font-size: 20px;
    }
    .ourservices_detils .hover_bottamtext {    
        height: 54px;
    }
    .pomping_bgimgdivbox a {
        padding: 5px 29px;
        font-size: 18px;
        margin-top: 12px;
        padding-right: 45px;
    }
    .pomping_bgimgdivbox ul li span {
        font-size: 14px;
    }
    .pomping_bgimgdivbox ul {
        padding-left: 20px;
        margin-top: 20px;
    }
    .our_commitmenttowboxcover a {
        padding: 5px 37px;
    }
    .our_commitmenttowboxcover1 {
        width: 100%;
        margin-top: 40px;
    }
    .our_commitmenttowboxcover {
        width: 100%;
    }
}
@media (max-width: 360px){
    
}
@media (max-width: 320px){
    
}
/* media queries */