@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&display=swap');


h1{
	font-family: 'Dancing Script', cursive;
	font-size:36px;
}
h2,
h3,
h4,
h5,
h6,{
  font-family: 'Playfair Display', serif;
}

.top_bar{
	background-color: transparent;
	padding-top: 15px;
}
.top_bar p{
	color:#CCC;
}
.main_menu{
	background-color:transparent;
	position:relative;
	
}
.get-a-quote-header {
    background-color: #000000;
    border: 0;
    border-radius: 0;
    padding: 10px 25px;
}
.get-a-quote-header:hover {
    background-color: #ccaf7e !important;
	background:#ccaf7e;
}
.get-a-quote-header p{
	margin-bottom:3px;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	text-transform:uppercase;
}
.nav-right{
	margin-left:30px;
	
}
.navbar_fixed .main_menu:before{
	display:none;
	
}
.top-call{
	text-align:right;
	margin-right:30px;
}
.top-call .fa{
	font-size:12px;
	padding-right:10px;
	color:#01aded;
}
.top-mail{
	text-align:left;
	padding-top:10px;
}
.top-mail .fa{
	font-size:12px;
	padding-right:10px;
	color:#01aded;
}
.call-top{
	color:#4c4c4c;
	font-weight:bold;
	font-size:14px;
	font-family: 'Roboto Condensed', sans-serif;
}

.call-top img{
	padding-right:10px;
}
.search-top span i {
    margin-top: 7px;
    color: #d8d8d8;
    font-size: 15px;
}
.search-top .form-control {
    border-top:0;
	border-left:0;
	border-right:0;
	background:none;
}
::placeholder {
  color: #d8d8d8 !important;
  opacity: 1; /* Firefox */
  font-size:13px;
  font-weight:100;
}

.logo-scroll{
	display:none;
}
.navbar_fixed .logo-scroll{
	display:inherit;
}
.navbar_fixed .logo_h{
	width:20%;
}
.navbar_fixed .logo_h img{
	width:37%;
}
.navbar_fixed .main_menu:before {
    content: '';
    position: absolute;
    width: 28%;
    height: 100%;
    left: 0;
    border-top: 90px solid white;
    border-right: 26px solid transparent;
}
.header_area .navbar .nav .nav-item.submenu .fa {
    margin-left: 4px;
    font-size: 10px;
}
.navbar_fixed{
	display:block;
}

.navbar_fixed .header_area a.navbar-brand:before  {
    border-top: 59px solid white !important;
    border-right: 14px solid transparent !important;
}

.dropbtn {
    background: transparent;
    color: #287dc0;
	font-family: 'Roboto Condensed', sans-serif;
    padding: 8px 11px;
    font-size: 13px;
	text-transform:uppercase;
    border: none;
    cursor: pointer;
    border-radius: 5px;
	-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.dropbtn img {
    width:17px;
	margin-top: -3px;
}

.dropbtn:hover, .dropbtn:focus {

	  -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.dropdown-location {
  position: relative;
  display: inline-block;
  -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.dropdown-location .active{
	color:#F00;
}
.location-color{
	color: #00a9ff;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #1565a5;
  border-radius: 5px;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.dropdown-content a {
  color: black;
  color: #e4e4e4;
    padding: 8px 15px;
    border-bottom: 1px #1c77bf solid;
  text-decoration: none;
  display: block;
  
  -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.dropdown-location a:hover {background-color: #ddd;color:#333}

.show {
	display: block;
	-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;

}
.logo-center img{
	margin-top: 20px;
}
.head_in{
	padding:0;
	float:left;
	width:100%;	
}
.head_in p{
	float:right;
	margin:0;
	color:#4d4d4d;	
}
.head_in p a {
    color: #4d4d4d;
    padding: 22px 20px;
    border-left: 1px #cccccc solid;
    /* margin-top: 20px; */
    display: block;
    float: right;
}
.head_in p .fa{
	margin-right:12px;
	font-size:18px;	
}
.header_area .navbar-brand {
    margin-right: 0;
    padding: 0;
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    margin-top: 0;
    width: 190px;
}
.header_area .navbar-brand img {
	width:100%;
}
.header-btm-line{
	border-bottom:1px solid;
	border-color:rgba(255,255,255,.3);
}
.cart-in {
    float: right;
    position: relative;
    margin-bottom: 0;
	border: 1px darkgrey solid;
    border-radius: 5px;
	padding-left: 8px;
    padding-right: 30px;
}
.cart-botton {
    border-radius: 90px;
    width: 16px;
    height: 16px;
    background: #fe3057;
    color: #FFF;
    border: 0;
    font-size: 9px;
    position: absolute;
    left: 30px;
    top: 3px;
}
.my-account {
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    color: #2a2a2a;
    border: 1px darkgrey solid;
    border-radius: 5px;
    padding: 7px 15px;
    margin-right: 10px;
	position: relative;
}
.navbar_fixed .nav-right-scroll{
	
}
.social-mob{
	position: absolute;
    right: 55px;
	top: 22px;
	display:none;
}
.social-mob a{
	margin-left: 12px;
}


.banner-area{
	background-position:top center !important;
	background-size:cover !important;
	position:relative;
    padding-bottom:0;
}

.fill {
    width: 100%;
    height: 650px;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.txt_sldr {
    position: absolute;
    height: 10%;
    width: 80%;
    left: 9%;
    top: 0px;
    bottom: 0px;
    margin: auto;
    text-align: center;
    display: none;
}
.txt_sldr h4{
	font-weight:bold;
	color:#FFF;
	padding:10px 0;
	font-size:60px;
	display:inline-block;
	margin:0px;
	line-height: 65px;
	font-family: 'Dancing Script', cursive;
	text-shadow: 1px 1px 1px #000;
}

.txt_sldr p {
    color: #FFF;
    display: inline-block;
    padding:0;
	margin-top:20px;
    font-size: 15px;
    font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
}
.book-botton{
	padding: 13px 28px;
	background: #ccaf7e;
	display:inline-block;
	color:#000;
	font-size: 15px !important;
	-webkit-box-shadow: 3px 3px 5px -1px rgba(0,0,0,0.36);
-moz-box-shadow: 3px 3px 5px -1px rgba(0,0,0,0.36);
box-shadow: 3px 3px 5px -1px rgba(0,0,0,0.36);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
li.active-slide .txt_sldr{
	display:block;	
}

ul{
	padding:0px;
	list-style:none;
}
a:hover{
	text-decoration:none;
}



.about-area-out{
	padding-top:100px;
	padding-bottom:100px;
	background-color:#FFF;
}

.abt-left{
	position:relative;
	z-index:0;
	margin-top: -150px;
    border: 10px #ffffff solid;
}
.abt-left img{
	margin-top:0;
}
/*.abt-left:before{
	content:'';
	position:absolute;
	top:-50px;
	left:-50px;
	right:0;
	bottom:0;
	background:#390;
	z-index:-1;
}*/
.abt-right{
	padding-left: 70px;
}
.about-area-out h1 {
    position: relative;
    font-size: 40px;
    font-weight: bold;
    color: #68a403;
	margin-top: 30px;
}
.about-area-out p {
    font-size: 15px;
    line-height: 25px;
	font-family: 'Open Sans', sans-serif;
}

.about-area-out h2 {
    padding-top: 15px;
    font-size: 20px;
}



.howcan-area-out{
	padding-top:100px;
	padding-bottom:100px;
	background-color:#FFF;
}
.howcan-area-out .column img {
    width: auto;
	padding-top:0;
}
.howcan-area-out h1 {
    position: relative;
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 35px;
    font-size: 40px;
    margin-top: 160px;
}
.howcan-area-out h1:before{
	position:absolute;
	content:'';
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:url(../images/squer.png);
	background-repeat:no-repeat;
}
.how-can-in{
	text-align:center;
}
.how-can-in{
	position:relative;
	border:3px #FFF solid;
	text-align:center;
	padding-top:20px;
	padding-bottom:30px;
	-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.how-can-in:after {
    position: absolute;
    content: '';
    right: -6px;
    top: 40%;
    bottom: -4px;
    width: 100px;
    background: #FFF;
    z-index: -1;
}
.how-can-in:hover{
	border: 3px #aea29b solid;
	-webkit-transform: translateY(-12px);
    transform: translateY(-12px);
}

.how-can-in h3{
	text-transform:uppercase;
	font-size:18px;
}
.how-can-icon{
	width:150px;
	height:150px;
	background:#000;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	vertical-align:middle;
	border-radius: 100px;
	padding-top:40px;
	
	
}













.inner-banner-area{
	background:url(../images/banner-bg-inner.jpg);
	background-position:center !important;
	background-size:cover !important;
	position:relative;
	padding-top: 30px;
}

.inner-banner-area .txt_sldr{
	 height: 5%;
}
.inner-banner-area h1 {
    font-family: 'Patua One', cursive;
    font-size: 35px;
    color: #ffffff;
    text-align: left;
    margin-top: 20px;
	margin-bottom: 30px;
}

.banner-area .modal-header{
	background-color:#0b2e4a;
}
.inner-banner-area .modal-header{
	background-color:#0b2e4a;
}
.inner-banner-area .modal-header .close {
    padding: 5px;
    margin: 0;
	margin-left: 0;
	line-height: 10px !important;
	color: #e6e6e6;
	position: absolute;
    right: 18px;
	font-size: 36px;
	top:20px;
}
.banner-area .modal-header .close {
    padding: 5px;
    margin: 0;
	margin-left: 0;
	line-height: 10px !important;
	color: #e6e6e6;
	position: absolute;
    right: 18px;
	font-size: 36px;
	top:20px;
}
.banner-area .modal-header h3 {
    margin-top:10px;
}
.inner-banner-area .modal-header h3 {
    margin-top:10px;
}
.modal-dialog {
    margin: 4.75rem auto;
}
.modal-dialog .btn {
    background: #ccaf7e;
    color: white;
    border-radius: 0;
    text-align: right;
    float: right;
}
.modal-header{
	border:0;
}
.modal-header img{
	width: 23%;
}
.modal-title {
    color: #FFF;
    text-transform: uppercase;
    font-size: 27px;
    color: #040404 !important;
    margin-left: 30px;
    margin-top: 25px;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    background: rgba(255,255,255, 0.3);
}

.banner-area h1{
	font-family: 'Oswald', sans-serif;
	font-size:40px;
	color: #ffffff;
	text-align:left;
	margin-top:0px;
	line-height: 53px;
}
.banner-area h3{
	font-family: 'Oswald', sans-serif;
	font-size:19px;
	color: #dcdcdc;
	text-align:left;
	margin-top:20px;
	line-height: 30px;
    border-radius: 10px;
}
.inner-banner-area h3{
	font-family: 'Patua One', cursive;
	font-size:19px;
	color: #dcdcdc;
	text-align:left;
	margin-top:30px;
	line-height: 30px;
    border-radius: 10px;
}
.banner-area-content{
	padding-top:0px;
	margin-bottom: 30px;
}
.banner-area .col-sm-7{
	text-align:center;
}
/*.banner-area .col-sm-7 img{
	margin-top: 50px;
}*/
.banner-area .col-sm-5 img {
    margin-top: 0;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    margin-right: 100px;
    margin-top: -30px;
}
.car-out{
	text-align:center;
}
.badge-out{
	 text-align:center;
	 margin-bottom: 40px;
}
.badge-out img{
	 width: 48%;
}
.trust-right{
	display: flex;
	margin-top:20px;
}
.trust-right img{
	width:100%;
	border-radius: 10px;
}
.call{
	display:block;
	background:#f50300;
	border-radius: 5px;
	font-size:23px;
	padding-left:15px;
	padding-right:15px;
	color:#FFF;
	line-height: 60px;
	text-align: center;
	-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
	-webkit-box-shadow: 3px 3px 5px -1px rgba(0,0,0,0.36);
    -moz-box-shadow: 3px 3px 5px -1px rgba(0,0,0,0.36);
    box-shadow: 3px 3px 5px -1px rgba(0,0,0,0.36);
}


.call-btm{
	background:#f50300;
	border-radius: 25px;
	font-size:26px;
	padding-left:15px;
	padding-right:15px;
	padding-top: 5px;
    padding-bottom: 5px;
	color:#FFF;
	line-height: 60px;
	text-align: center;
	-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
	-webkit-box-shadow: 3px 3px 5px -1px rgba(0,0,0,0.36);
    -moz-box-shadow: 3px 3px 5px -1px rgba(0,0,0,0.36);
    box-shadow: 3px 3px 5px -1px rgba(0,0,0,0.36);
}
.call-btn-btm{
	background:#f50300;
	border-radius: 25px;
	font-size:26px;
	padding-left:15px;
	padding-right:15px;
	padding-top: 5px;
    padding-bottom: 5px;
	color:#FFF;
	line-height: 60px;
	text-align: center;
	-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
	-webkit-box-shadow: 3px 3px 5px -1px rgba(0,0,0,0.36);
    -moz-box-shadow: 3px 3px 5px -1px rgba(0,0,0,0.36);
    box-shadow: 3px 3px 5px -1px rgba(0,0,0,0.36);
}
.call:hover{
	background: #c50503;
	color:#FFF;
}


.form-bttn {
    position: relative;
    background-color: #f53939;
    border-radius: 30px !important;
    padding: 5px 15px;
    border: 0;
    text-align: center;
    font-size: 26px !important;
    margin-top: 30px;
    float: left;
    width: 100%;
    -webkit-box-shadow: 3px 3px 5px -1px rgba(0,0,0,0.36);
    -moz-box-shadow: 3px 3px 5px -1px rgba(0,0,0,0.36);
    box-shadow: 3px 3px 5px -1px rgba(0,0,0,0.36);
}
.form-bttn img {
    margin-right:10px;
	margin-bottom: 3px;
}
.form-bttn:hover {
    background-color: #ff2d2d;
}
.form-bttn h2 {
	font-size:28px !important;
	line-height: 44px;
	font-family: 'Oswald', sans-serif;	
	margin-bottom: 5px;
}
.form-bttn:hover {
	border-color: #03abff;
}
/*.form-bttn:after {
    content:'';
	position:absolute;
	background:url(../images/btn-shadow.png);
	left:0;
	right:0;
	height:50px;
	bottom:-50px;
	background-position: center;
    background-size: cover;
	opacity: 0.6;
}*/
.banner-bottom{
	border-top: 4px #216caf solid;
    background: #165288;
	padding-bottom:26px;

}
.bnr-btm-out {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px #1b5c9a solid;
}
.bnr-btm {
	font-family: 'Roboto Condensed', sans-serif;
	color:#FFF;
	float: left;
}
.red-round{
	display:inline-block;
	width:12px;
	height:12px;
	background:#35baec;
	border-radius: 90px !important;
	margin-right:12px;
}
.select-city {
    position: absolute;
    left: 27%;
    z-index: 11;
    top: 27px;
	-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.select-city .form-control {
    display: block;
    width: 100%;
    height: 30px;
    padding: 0px 10px;
    font-size: 12px;
    line-height: 1;
    color: #ffffff;
    background-color: #287dc0;
    background-clip: padding-box;
    border: 1px solid;
    border-color: #80bdff;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.project-section-out p{
	margin-bottom:40px;
	color:#CCC;
	width:70%;
	margin-left:auto;
	margin-right:auto;
	font-size:15px;
}

















/*__________________*/


.project-section-out {
    text-align: center;
    margin-top: 0;
	background: #f7f7f7;
	padding-top:30px;
	padding-bottom:60px;
	position:relative;
}

.project-section-out h1 {
    text-align: center;
    position: relative;
    padding-bottom: 15px;
    margin-top: 30px;
    margin-bottom: 40px;
    font-size: 42px;
        color: #68a403;
		font-weight:bold;
}
.project-section-out h1:after {
    content: '';
    border-bottom: 2px #999 solid;
    left: 35%;
    bottom: 0;
    right: 35%;
    position: absolute;
	
}

.project-section-out h2{
	text-align:center;
	font-size:23px;
	color:#FFF;
	font-family: 'Playfair Display', serif;
}

.service-section {
    
}


.project-in{
	width:100%;
	position: relative;
	display:inline-block;
	background: #ffffff;
	margin-top: 30px;
    margin-bottom: 30px;
	-webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.37);
    -moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.37);
    box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.37);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.project-in img{
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
}
.project-in a:hover img{
	filter: hue-rotate(150deg);
    -webkit-filter: hue-rotate(150deg);
}
.project-in h2{
	text-align:center;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:20px;
	color:#1693d0;
	text-transform:uppercase;
	padding-top:15px;
}
.project-icon {
    border-radius: 90px;
    background: #f53939;
    padding: 15px;
    left: 0;
    right: 0;
    width: 70px;
    margin: auto;
    top: -35px;
	-webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;

}
.project-in:hover{
	background: #1d98e5;
}
.project-in:hover .service-icon{
	background: #000;
}
.service-in:hover h2{
	color:#FFF;
}
.project-in:hover, .service-in:focus, .service-in:active {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
}


.project-in p{
	text-align:center;
	font-family: 'Muli', sans-serif;
	font-size:14px;
	margin-bottom: 15px;
	line-height: 23px;
}

.find-out-more{
	position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
	color:#fd0f0f;
	text-align:center;
	display:inline-block;
	font-size:16px;
	font-weight:700;
	font-family: 'Muli', sans-serif;
	

}
.find-out-more:hover{
	color:#fd0f0f;
}
.find-out-more img{
	margin-left:10px;

}

/*__________________*/


/*__________________*/




.contact-section-out{
	background: #ffffff;
	padding-bottom:10px;
	padding-top: 30px;
}

.address-in{
	margin-bottom:30px;
}
.address-in h4{
	font-family: 'Roboto Condensed', sans-serif;
	font-size:20px;
	font-weight:100;
	color:#5f5f5f;
}
.address-in img{
	float:left;
	margin-right:15px;
	margin-bottom:20px;
	padding-right:10px;
	border-radius:6px;
}
.address-in p {
    color: #333;
    font-family: 'Muli', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
}
.address-in h3 {
    color: #333;
    font-size: 18px;
}
.address-in a{
	color:#5f5f5f;
	font-size:15px;
}
.contact-form{
	padding:50px;
	text-align:left;
    border-radius: 10px;
}
.contact-form h1{
	text-align:left;
	font-size:35px;
	color:#005782;

}
.contact-form .form-control{
	border-left:0;
	border-right:0;
	border-top:0;
	border-radius: 0;
	background-color: #000;
}
.contact-form .btn {
    background: #ccaf7e;
    color: white;
    border-radius: 0;
    font-size: 15px;
    padding: 8px 20px;
}
.contact-form label {
    color: #FFF;
}
.contact-widget{
	padding:50px;
	text-align:left;
}
.contact-widget h1{
	text-align:left;
	font-size:35px;
	color:#005782;
	margin-bottom: 30px;

}
.contact-widget h1 {
    position: relative;
    font-size: 40px;
	    color: #68a403;
		font-weight:bold;
}










.map iframe{
	display:block;
	height:100%;
	width:100%;
}
footer{
	background:#333;
	color:#fff;	
}
#back_top{
	position:fixed;
	right:5%;
	bottom:30px;
	width:40px;
	height:40px;
	background: #fd0404;
	display:none;
	cursor:pointer;
	color:#fff;
	text-align:center;
	line-height:40px;
	opacity:.6
}
#back_top:hover{
	opacity:1;
}

.col-1-5{
    width: 20%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
.footer_out{
	background:#262829;
	background-position:center;
	padding-top:70px;
	padding-bottom:0px;
	
}
.footer_out p{
	font-size:14px ;
	color: #9c9c9c;
	    line-height: 29px;
}
.footer_out h2 {
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    padding-bottom: 15px;
	margin-top:0;
	font-family: 'Playfair Display', serif;
}
.footer_out li a {
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
    color: white;
	font-size:14px ;
	color: #9c9c9c;
}
.ftr-projct-btn a {
    background: #ccaf7e;
    display: inline-block;
    margin-bottom: 15px;
    padding: 8px 25px;
	color:#FFF;
}

.cpy{
	text-align:left;
	border-top:1px solid #333;
	padding-top:10px;
	padding-bottom:10px;
	color:#ababab;
	margin-top:30px;
}
.social{
	padding-top:20px;
	color:#ababab;
}
.cpy p{
	text-align: center;
	color:#ababab;
	margin:0;
}
.cpy p a{
	text-align:right;
	display:block;
	color:#ababab;
}
.btm_logo{
	margin-bottom:30px;
}
.btm_logo img{
	width:90%;
}
.footer-btm{
	background: #262829;
	    text-align: center;
}
.footer-btm-tabs{
	text-align: center;
    border-top: 1px #333 solid;
    margin-top: 30px;
}
}
.footer-btm-tabs a{
	color:#c9c9c9;
	font-size:13px;
	padding-left:15px;
	padding-right:15px;
	padding-top: 20px;
    display: inline-block;
}
.footer-in{
	padding-bottom:10px;
}
.footer-in img{
	width:60%;
    margin-bottom: 20px;
}

.social a {
    margin-left: 15px;
}
.social a img {
    width: 16px;
}
.social a:hover{
    filter: hue-rotate(150deg);
   -webkit-filter: hue-rotate(150deg);
}
.payment{
	padding-top:10px;
	float: right;
	border-top: 1px solid #333;
}
.payment h2{
	float: right;
	margin-top:10px;
}
.payment a{
	float: right;
	display:inline-block;
}
.payment a img{
	width:80%;
	float:right;
}






.slide_out_inner{
	position:relative;
	text-align:center;
}
.slide_out_inner_text{
	position:absolute;
	left:20%;
	top:35%;
	margin-left: auto;
    margin-right: auto;
}
.slide_out_inner_text h2{
	font-size:35px;
	color:#FFF;
	background:rgba(88,161,57,.6);
	padding:10px 20px;
}

.fill_inner{
	width:100%;
	height:450px;
	background-position:top -40px center !important;
	background-size:cover !important;
	background-repeat:no-repeat;
}

.inner_slider{
	margin-bottom:0;
}










#custom-search-input {
        margin:0;
        margin-top: 10px;
        padding: 0;
    }
 
    #custom-search-input .search-query {
        padding-right: 3px;
        padding-right: 4px \9;
        padding-left: 3px;
        padding-left: 4px \9;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
 
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
 
    #custom-search-input button {
        border: 0;
        background: none;
        /** belows styles are working good */
        padding: 2px 5px;
        margin-top: 2px;
        position: relative;
        left: -28px;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        color:#D9230F;
    }
 
    .search-query:focus + button {
        z-index: 3;   
    }


.mobile-float{
	position:fixed;
	width:100%;
	left:0;
	right:0;
	bottom: -1px;
	background-color: #447103;
	z-index: 11;
	display: none;
}
.column {
  float: left;
  width: 33.33%;
  text-align:center;
}
.column p {
  margin-bottom: 5px;
  color: white;
  font-size: 13px;
}
.column p a {
  color: #f9f9f9;
}

.for-mob{
	display:none;
}
.for-desktop{
	display:inherit;
}



.inner-section-four{
	padding-top:40px;
}
.inner-section-four .card-body h1{
	font-size:26px;
	color: #005782;
}
.inner-section-four .card-body p{
	font-size:16px;
	line-height:22px;
	
}
.card-right {
    background-color: #165189;
    color: white;
	
}

.card-right h2 {
    font-size:18px;
    color: white;
	font-family: 'Patua One', cursive;	
	margin-bottom:20px;
}
.inner-section-five{
	padding-top:40px;
	padding-bottom:80px;
	
}
.inner-section-five .card-body h1{
	font-size:26px;
	color: #005782;
}
.inner-section-five .card-body p{
	font-size:14px;
	line-height:22px;
}
.inner-section-one{
	padding-top:40px;
	padding-bottom:40px;
}
.inner-section-in{
	padding:30px;
	border-radius: 10px;
	border:1px #f5f4f4 solid;
}
.inner-section-in h1{
	font-size:26px;
	color:#005782;
}
.inner-section-in p{
	font-size:16px;
}

#demo {
  height:100%;
  position:relative;
  overflow:hidden;
}


.green{
  background-color:#6fb936;
}
        .thumb{
            margin-bottom: 30px;
        }
        
        .page-top{
            margin-top:85px;
        }

   
img.zoom {
    width: 100%;
    height: 200px;
    border-radius:5px;
    object-fit:cover;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
        
 
.transition {
    -webkit-transform: scale(1.1); 
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
	z-index:99999999999;
}
    .modal-header {
   
     border-bottom: none;
}
    .modal-title {
        color:#000;
		text-align: center !important;
    }
    .modal-footer{
      display:none;  
    }

.image-gallery-in{
	padding-top:50px;
	padding-bottom:50px;
	z-index:-1;
}

.image-gallery-in .transition{
	z-index:99999999999999;
}

.more-photos{
	display:inline-block;
	background-color:#fd0f0f;
	padding:10px 20px;
	border-radius:5px;
	margin-left:auto;
	margin-right:auto;
	color:#FFF;
	font-size:14px;
}
.more-photos img{
	margin-left:7px;
	margin-top:-4px;
	width:12px;
}
.more-photos:hover{
	color:#FFF;
	background-color:#b80202;
}
.inner-section-two{
	text-align:center;
	padding-bottom:40px;
	margin-top:-40px;
}

.inner-section-three{
	padding-top:40px;
	padding-bottom:40px;
	background:#ededed;
}
.our-project-section-out{
	padding-bottom:115px;
	text-align:center;
}
.our-project-section-out .bx-wrapper .bx-prev {
    left: -70px;
    background: url(../images/controls.png) no-repeat 23px -32px;
}

.our-project-section-out .bx-wrapper .bx-next {
    right: -75px;
    background: url(../images/controls.png) no-repeat -43px -32px;
}

.our-project-section-out a{
	display:inline-block;
	background-color:#fd0f0f;
	padding:8px 30px;
	border-radius:5px;
	margin-left:auto;
	margin-right:auto;
	color:#FFF;
	margin-top:20px;
}
.our-project-section-out a:hover{
	background-color:#b80202;
	color:#FFF;

}
.our-project-section-out h1{
	font-size:32px;
	color:#005782;
	text-align:center;
	margin-bottom:30px;
}
.plummbing-services-list{
	text-align:left;
	margin-bottom:30px;
}
.plummbing-services-list li a{
	color:#FFF;
	display:block;
	padding-top:6px;
	padding-bottom:6px;
	border-bottom: 1px #1965ad solid;
}
.plummbing-services-list li a:hover{
	color: #6bb7ff;
}

.call-blue{
	background-color: #165189;
}
.call-blue-in h1{
	color:#FFF !important;
}
.call-blue-in h1 a{
	color:#FFF !important;
	background:#F00;
	margin-left:20px;
	padding:5px 15px;
	border-radius:5px;
}
.zipcode-search-form p{
	text-align:center;
}
.locator-zipcod img{
    width:40%;
	
}
.solve-problems li{
	line-height:40px;
	font-weight:bold;
}


.blog-read-more{
	color:#f22029;
	border:1px solid #f3f3f3;
	border-radius: 5px;
	padding:7px 15px;
	background: #f3f3f3;
	font-size:14px;
	margin-bottom:12px;
	display:inline-block;
}
.blog-sub-title{
	color:#666 !important;
	font-size:17px !important;
}
.rebate-span{
	margin-bottom:20px;
	font-size: 30px;
}
.rebate-span span{
	color:#f50300;
}
.rebate-anchor p a{
	color:#212529;
}
.rebates-coupon-section-out {
    text-align: center;
}
.rebates-coupon-section-out h1 {
    text-align: center;
    position: relative;
    padding-bottom: 15px;
    color: #005782;
}
.rebates-coupon-in{
	min-height: 290px;
	position: relative;
	display:inline-block;
	background: #ffffff;
	border-radius:5px;
	padding: 30px 25px 30px 25px;
	margin-top: 50px;
    margin-bottom: 30px;
	border: 1px dashed #c5c5c5;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.rebates-coupon-in h2 {
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    color: #1693d0;
    text-transform: uppercase;
    padding-top: 15px;
}
.rebates-coupon-in p {
    text-align: center;
    font-family: 'Muli', sans-serif;
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 23px;
}
.rebates-coupon-icon {
    position: absolute;
    border-radius: 5px;
    background: #0b2e4a;
    padding: 13px;
    left: 0;
    right: 0;
    width: 150px;
    margin: auto;
    top: -35px;
	-webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;

}
.rebates-coupon-icon img {
    width:100%;

}
.service-next-page{
	margin-bottom:40px;
}
.service-next-page .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #d8042b;
    border-color: #d8042b;
}
.service-next-page .page-link {
    color: #676767;
}

.page-numbers li{
	float:left;
}


.call-quote{
    margin-right: auto;
	width: 85%;
	margin-bottom: 15px;
}
.call-quote .col-6{
	padding-left:3px !important;
	padding-right:3px !important;
}

.call-quote li{
	float:left;
	margin-right:20px;
	margin-bottom:10px;
}




.ekko-lightbox {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding-right: 0px!important;
}
.ekko-lightbox-container {
  position: relative;
}
.ekko-lightbox-container > div.ekko-lightbox-item {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
}
.ekko-lightbox iframe {
  width: 100%;
  height: 100%;
}
.ekko-lightbox-nav-overlay {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
.ekko-lightbox-nav-overlay a {
  flex: 1;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: opacity 0.5s;
  color: #fff;
  font-size: 30px;
  z-index: 100;
}
.ekko-lightbox-nav-overlay a > * {
  flex-grow: 1;
}
.ekko-lightbox-nav-overlay a > *:focus {
  outline: none;
}
.ekko-lightbox-nav-overlay a span {
  padding: 0 30px;
}
.ekko-lightbox-nav-overlay a:last-child span {
  text-align: right;
}
.ekko-lightbox-nav-overlay a:hover {
  text-decoration: none;
}
.ekko-lightbox-nav-overlay a:focus {
  outline: none;
}
.ekko-lightbox-nav-overlay a.disabled {
  cursor: default;
  visibility: hidden;
}
.ekko-lightbox a:hover {
  opacity: 1;
  text-decoration: none;
}
.ekko-lightbox .modal-dialog {
  display: none;
}
.ekko-lightbox .modal-footer {
  text-align: left;
}
.ekko-lightbox-loader {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  display: flex;
  /* establish flex container */
  flex-direction: column;
  /* make main axis vertical */
  justify-content: center;
  /* center items vertically, in this case */
  align-items: center;
}
.ekko-lightbox-loader > div {
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
}
.ekko-lightbox-loader > div > div {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-bounce 2s infinite ease-in-out;
}
.ekko-lightbox-loader > div > div:last-child {
  animation-delay: -1s;
}
.modal-dialog .ekko-lightbox-loader > div > div {
  background-color: #333;
}
@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}



.project-section .column{
	margin-bottom:30px;
}














@media only screen and (max-width: 991px){
.abt-left {
    margin-top: 0;
}
.abt-right {
    padding-left: 15px;
}	
.banner-area .col-sm-7 {
    flex:100%;
    max-width: 100% !important;
}
.call-blue-in h1 {
    line-height: 50px;
}
.brd-lft{
	border-left:0;
}
.our-project-section-out{
	overflow:hidden;
}
.plumbing-service-section-in:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.our-project-section-out .bx-wrapper .bx-prev {
    left: 0;
	display:none;
}

.our-project-section-out .bx-wrapper .bx-next {
    right: 0;
	display:none;
}
.video-gallery li{
	width:100%;
}
.plumbing-service-section-in:last-child{
	border-bottom:1px solid #efefef !important;
}
.call-quote li {
    float: left;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 10px;
    width: 45%;
}
.call-quote {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    margin-bottom: 15px;
}
.header_area .get-a-quote-header {
    position: absolute;
    top: 0px;
    right: 70px;
    background: transparent;
    border: 2px #101010 solid;
    color: black;
}
.social-mob{
	display:inherit;
	right: 110px;
}
.navbar-collapse.show {
    z-index: 0 !important;
}
.howcan-area-out .column img {
    width: 40px;
}

.ekko-lightbox .modal-body {
    padding: 10px;
    padding-bottom: 25px;
}

}
@media only screen and (max-width: 1024px){
.about-area-out {
    padding-top: 50px;
    padding-bottom: 50px;
}
.tell-us-right {
    position: relative;
    padding-top: 40px;
    height: 200px;
}
.modal-title {
    color: #FFF;
    text-transform: uppercase;
    font-size: 17px;}
.about-area-out h2 {
    padding-top: 20px;
}
.howcan-area-out h1 {
    margin-top: 0;
}
.howcan-area-out {
    padding-top: 50px;
    padding-bottom: 50px;
}
.fill {
    width: 100%;
    height: 290px;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.txt_sldr h4 {
    font-weight: bold;
    color: #FFF;
    padding: 10px 0;
    font-size: 33px;
	padding: 0;
}
.txt_sldr p {
    color: #FFF;
    display: inline-block;
    padding: 0;
    margin-top: 0px;
	font-size: 13px;
}
.txt_sldr {
    position: absolute;
    height: 51%;
}
.header_area .navbar-brand img {
    width: 100px;
    height: 59px;
}
.header_area .navbar-brand {
    margin-top:-20px;
    width: 70px;
}
.offset-1 {
    margin-left:0;
}
.offset-2 {
    margin-left:0;
}
.offset-3 {
    margin-left:0;
}
.offset-4 {
    margin-left:0;
}

	
.for-mob{
	display:inherit;
}
.for-desktop{
	display:none;
}	
.banner-area .col-sm-7 {
    flex:100%;
	width:100%;
}
.banner-area .col-sm-5 {
    flex:100%;
	width:100%;
}	
.mobile-float{
	display: inherit;
}

.mobile-float .column img {
    padding-top: 10px;
    padding-bottom: 5px;
    width: 20px;
}
main_menu .navbar{
	padding:0;
}
.navbar-default {
    background: #ffffff;
    border-bottom:1px solid #CCC;
}
.navbar-default .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;

}
.navbar-brand {
    padding: 4px 7px;

}
.navbar-brand>img {
    width: 75px;
    height: 45px;
    padding-left: 0;
    margin-top: 0;
    margin-right: 0;
}
.navbar_fixed .logo_h img {
    width: 114px;
    height: 38px;
    margin-top: 10px;
}
.navbar-brand {
    height: 34px;
	padding:0;
}
.mobile_icon_nav a span img{
	border: 0 !important;
    width: 40px;
    margin-top: 6px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #666;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #333;
    background-color: #FFF;
}
.navbar-nav .open .dropdown-menu>li>a {
    line-height: 24px;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #333;
}
.banner-area .col-sm-7 img {
    width: 80px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
	top: -33px;
}
.banner-area {
	margin-bottom: -1px;
    padding-top: 60px;
    padding-bottom: 0px;
    margin-top: 0;
    overflow: hidden;
    background: url(../images/banner-bg.jpg) !important;
    background-size: cover !important;
    background-position: top right 24% !important;
}
.inner-banner-area {
    padding-top: 23px;
    margin-top: 55px;
    overflow: hidden;
}
.badge-out {
    margin-bottom: 20px;
}
.banner-area h1 {
    margin-top: 0;
	text-align: center;
	font-size: 30px;
	line-height: 40px;
}
.inner-banner-area h1 {
    margin-top: 0;
	text-align: center;
	margin-bottom: 0px;
}

.inner-banner-area .form-bttn {
    margin-top: 14px;
    margin-bottom: 20px;
	width: 100%;
	    
}
.banner-area h3 {
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 10px;
    line-height: 22px;
}
.banner-area .col-sm-5 {
    position:absolute;
	left: 18%;
}
.banner-area .col-sm-7 {
	margin-top:0px;
}
.banner-area .col-sm-7 h1 span {
	display:none;
}
.banner-area .col-sm-7 h2 {
	font-size: 16px !important;
	margin-bottom: 0;
}
.inner-banner-area .col-sm-7 h2 {
	font-size: 16px !important;
	margin-bottom: 0;
}
.dropbtn {
    background: transparent;
    color: #287dc0;
	font-family: 'Roboto Condensed', sans-serif;
}
.form-bttn {
    position: relative;
    border-radius: 25px !important;
    padding: 10px 13px;
    border-color: #003f6f;
    text-align: center;
    margin: auto;
    font-size: 20px !important;
    font-family: 'Patua One', cursive;
    margin-top: 15px;
	float:none;
}
.form-bttn-out{
	margin-left:auto;
	margin-right:auto;
}
.form-bttn h2 {
    line-height: 20px;
    margin-top: 2px;
    margin-bottom: 0px;
    font-size: 18px !important;
}
.form-bttn:after {
	display:none;
}
/*.bnr-btm{
	width:50%;
}*/
.bnr-btm h6{
	font-size:12px;
	color: #b3deff;
}
.red-round {
    display: inline-block;
    width: 1px;
    height: 11px;
    background: #35baec;
    border-radius: 0;
    margin-right: 9px;
}
.bnr-btm-out {
    margin-top: 15px;
}

.call {
    font-size: 13px;
    padding-top: 0px;
    padding-bottom: 0px;
    background: #f50300;
    display: inline-block;
    line-height: 38px;
    margin-top: 15px;
	width: 100%;
	padding-left: 5px;
    padding-right: 5px;
}
.immediate-call a {
    margin-left: 0 !important;
    display: inline-block;
    left:15px;
	padding-right: 25px;
    padding-left: 25px;
	padding-top:0 !important;
	padding-bottom:0 !important;
    margin-top: 10px;
	margin-right: 0;
}
.call-btn-btm {
    line-height: 50px;
	padding-right: 50px !important;
    padding-left: 50px !important;
}
.immediate-call h1 {
    font-size: 25px;
    margin-bottom: 30px;
}
.immediate-call h1:before {
    border-bottom:0;

}
.immediate-call h3 span {
    display:none;
}
.call-btm {
    line-height: 50px;
}
.promise-area-out .offset-2{
	padding-bottom: 10px;
	padding-left: 25px;
    padding-right: 25px;
}
.promise-area img {
    width: 100%;
	margin-bottom: 20px;
}
.promise-area {
    text-align: center;
	margin-top: 20px;
}
.promise-area h1 {
    font-size: 17px !important;
    color: white;
	    margin-bottom: 15px;

}
.promise-area .col-sm-3 {
    width: 25%;
    padding: 0 5px;
}
.promise-area-out {
    background: transparent;
}

.service-section-out {
    padding-top: 0;
	padding-bottom: 40px;
}
.why-choose-out {
    padding-bottom: 0;
	background-color: black;
	    padding-top: 40px;
}
.why-choose-out h1 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 10px;
    color: #ffffff;
}
.why-choose-in {
    padding-bottom: 20px;
}
.water-intrusion-in {
    background-image: url(../images/water-proof-bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
    text-align: left;
    padding-top: 30px;
    padding-bottom: 30px;
}
.water-intrusion-right:before{
	display:none;
}
.testimonials-in .offset-2{
	margin-left:0;
}
.water-intrusion-out {
    padding-top: 0;
    padding-bottom: 0;
}
.water-intrusion-in h1 {
    font-size: 19px !important;
	text-align:left;
	margin-bottom: 20px;
}
.water-intrusion-in p {
    font-size: 14px;
	margin-bottom:30px;
}
.water-intrusion-in a {
    margin-top: 15px;
	display:none;
}
.water-intrusion-right:after {
    left: 5px;
    right: 5px;
}
.water-intrusion-right {
    padding-top: 20px;
}
.water-intrusion-right p {
    font-size:16px;
}
.water-intrusion-in h2 {
    margin-bottom: 10px;
}

.quote-1 {
    margin-right: 10px;
    width: 35px;
    position: absolute;
    top: 0;
}
.quote-2 {
    width: 35px;
}
.companies-out {
    padding-top: 40px;
    padding-bottom: 0;
    background: #272727;
}
.companies-out .col-sm-2{
	width:33.3%;
} 
.companies-out img{
	margin-bottom:0;
	margin-top:30px;
	width: 100%;
}
.address-in h4 {
    font-size: 17px;
	margin-bottom:0;
}
.address-in {
    margin-bottom: 30px;
}
.footer_out {
    padding-top: 50px;
    padding-bottom: 0;
}
.footer_out img{
    margin-bottom:30px;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    width: 100%;
}



.head_in p span {
    display:none;
}

.abt_mob{
	display:block;
}

.abt_pc{
	display:none;
}

.fill_inner{
	height:200px;
}
.inner_section_01 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.head_in {
    padding: 0;
}
.head_in p a {
    color: #FFFFFF;
    margin-left: 10px;
    margin-right: 15px;
    background: #58a139;
    padding: 5px;
    text-align: center;
    width: 30px;
    display: inline-block;
	border-radius:4px;
}
.head_in p .fa {
    margin-right: 0;
    font-size: 16px;
}
.mobile_icon_nav{
	position:absolute;
	right:75px;
	top:8px;
	display:inline-block;
}
.fill_inner {
    height: 250px;
    background-position: top 0px center !important;
}


.navbar-fixed-top {
    top: 0;

}
.navbar-default .navbar-nav>li>a{
	padding-left:20px;
	color:#333;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    display: inherit;
}

.service-section-out h1{
	font-size:30px !important;
	padding-bottom: 0px;
}
.cpy p a {
    text-align: left;
}
.social {
    text-align: left;
}
.contact-section-out {
    padding-bottom: 0;
}
.contact-widget {
    padding-bottom: 0;
	padding: 20px;
	margin-bottom: 10px;
}
.payment {
    border-top: 0;
}
.payment a img {
    width: 80%;
    float: left;
	margin-top: 35px;
}
.payment a {
    float: left;
}
.payment h2 {
    float: left;
    margin-top: -95px;
}
.navbar_fixed .logo_h {
    width: 22%;
}
.header_area {
    position: fixed;
	top:0;

}
.dropdown-location {
    position: absolute;
    right: 107px;
    top: 18px;
}
.dropdown-content {
    min-width: 126px;
}
.dropbtn img {
    width: 18px;
}
.dropbtn {
    font-size: 13px;
	text-transform:uppercase;
}
.service-in {
    padding: 30px 10px 30px 10px;
}
.footer-btm {
    padding-bottom: 50px;
}
.header_area.navbar_fixed .main_menu .navbar {
    border-top: 0;
    top: -1px;
}
.car-out{
	position:relative;
	text-align:center;
}
.car-out img {
    position: absolute;
    top: -7px;
    right: 0;
}

.banner-area .btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    z-index: 11;
	    width: 100%;
}
.banner-area h3{
	background: transparent;
    border-radius: 10px;
    padding-top: 0;
    padding-bottom: 0;
	text-align: center;
	color: #22c1fd;
}
.testimonials-in .bx-wrapper .bx-pager {
    text-align: center;
    padding: 0;
    bottom: -30px;
}

.contact-form {
    margin-top: 0;
	padding: 20px;
}
.banner-area .modal-header h3 {
    margin-top: 0;
    margin-bottom: 0;
}
.banner-area .modal-header .close {
    padding: 0;
}
.social-mob {
    display: inherit;
    right: 35px;
    top: 13px;
}

.social-mob a img{
	width:18px;
}
.footer_out h2 {
    padding-bottom: 0;
}
.footer_out .col-sm-3 {
    margin-bottom:20px;
}
.footer_out .col-sm-2 {
    margin-bottom:20px;
}
.testimonials-in {
    padding-top: 20px;
    margin-bottom: 0;
    padding-bottom: 0px;
}
.companies-out h1:before {
    display:none;
}

.main_menu:before {
    width: 36%;
	border-top: 71px solid white;
    border-right: 26px solid transparent;
}
.banner-area-content {
    padding-top: 40px;
}
.banner-bottom {
   padding-bottom: 0; 
}
.promise-area-out {
    margin-top: 0;
}
.header_area .navbar-brand:before {
    top: -18px;
	border-top: 70px solid white;
}
.navbar_fixed .header_area .navbar-brand:before {
    top: -20px;
}
.navbar_fixed .logo-out-new {
    height:inherit;
    overflow-y:inherit;
    width: inherit;
}
.header_area .menu_nav {
    width: 100%;
	text-align: left;
	padding-bottom: 15px;
}
.navbar_fixed .menu_nav {

	    background: ##FFFFFF;
}
.header_area .navbar .nav .nav-item .nav-link {
    padding: 14px 0;
    margin-right: 0px;
    display: block;
    border-bottom: 0; 
    border-radius: 0px;
	font-size: 16px;
}
.header_area.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
    line-height: 20px;
    padding: 14px 0;
}

.header_area.navbar_fixed .get-a-quote-header {
    display:inherit;
}
.top-call {
    text-align: right;
    margin-right: 10px;
}
.get-a-quote-header {
    margin-right: 10px;
}
/*.navbar-collapse {
        position: absolute;
        top: -338px;
        left: 0;
		bottom:100%;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 100%;
        display: block;
		background: #012544;
		padding-top: 80px;
    }*/
    .navbar-collapse.collapsing {
        height: auto !important;
        margin-left: 0%;
        left: 0;
        transition: all 0.2s ease;
    }
    .navbar-collapse.show {
        left: 0;
		background: #d3d3d3;
		bottom:auto;
		top: 0px;
		z-index: -1;
    }
.inner-section-one {
    padding-top: 20px;
    padding-bottom: 20px;
}
.location-color{
	display:inherit !important;
	color:#FFF;
}
.plumbing-service-section-in {
    border-bottom: 1px #e2e2e2 solid;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.plumbing-service-section hr {
    display:none;
}
.trust-right{
	display:none;
}
#get_quote {
    top: 40%;
}
.service-in {
    padding: 30px 25px 30px 25px;
	margin-bottom:0px
}
.service-in h2 {
    font-size: 17px;


}

.testimonials-in .bx-wrapper .bx-controls {
display:none;
}


.about-area-out h1:before {
    background-size: contain;
}
.about-area-out h1 {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 35px;
}

.howcan-area-out h1:before {
    background-size: contain;
}
.howcan-area-out h1 {
    position: relative;
    padding-top: 33px;
    padding-bottom: 70px;
    padding-left: 35px;
    font-size: 19px;
}
.how-can-icon {
    width: 82px;
    height: 82px;
}
.how-can-icon img{
	width:45px;
}
.how-can-icon {
    padding-top: 20px;
}
.how-can-in h3 {
    font-size: 9px;
}
.how-can-in {
    padding-bottom: 0;
}

.contact-widget h1:before {
    background-size: contain;
}
.contact-widget h1 {
    position: relative;
    color: #333;
}




}

@media only screen and (max-width: 575px){
.promise-area-out .offset-2 {
    margin-left: 0;

}
.header_area .get-a-quote-header {
    right: 5px;
}

.banner-area .col-sm-5 {
    position: absolute;
    left: 0;
}
.social-mob{
	display:inherit;
	right: 55px;
}
.howcan-area-out .column img {
    width: 45px;
    padding-top: 0;
}
.how-can-icon {
    width: 85px;
    height: 85px;
}
.how-can-icon img {
    width: 75px;
    padding-top: 20px;
}
.how-can-in h3 {
    font-size: 12px;
    margin-top: 10px;
}
.about-area-out h1 {
    margin-left: 0;
    padding-left: 0;
    text-align: center;
}

.howcan-area-out h1 {
    margin-left: 0;
}
.contact-widget h1 {
    margin-left: 0;
    text-align: center;
}
.address-in {
    text-align: center;
}
.about-area-out h2 {
    text-align: center;
}
.about-area-out p{
    text-align: center;
}
.why-choose-in {
    text-align: center;
}
.tell-us-left{
	text-align:center;
}
.tell-us-in h1 {
     text-align: center; 
}
.tell-us-left p {
    text-align: center;

}
.cpy p {
    text-align: center !important;
}
.social {
    text-align: center;
    width: 158px;
    margin-left: auto;
    margin-right: auto;
}
.payment a img {
    margin-top: 0px;
}
.howcan-area-out {
    overflow: hidden;
}
}
@media (min-width: 1400px) {
.main_menu:before {
    width: 33%;
}



}








.inner-section-two .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: 19px;
    width: 100%;
}
.ekko-lightbox {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding-right: 0px!important;
}
.ekko-lightbox-container {
  position: relative;
}
.ekko-lightbox-container > div.ekko-lightbox-item {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
}
.ekko-lightbox iframe {
  width: 100%;
  height: 100%;
}
.ekko-lightbox-nav-overlay {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
.ekko-lightbox-nav-overlay a {
  flex: 1;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: opacity 0.5s;
  color: #fff;
  font-size: 30px;
  z-index: 100;
}
.ekko-lightbox-nav-overlay a > * {
  flex-grow: 1;
}
.ekko-lightbox-nav-overlay a > *:focus {
  outline: none;
}
.ekko-lightbox-nav-overlay a span {
  padding: 0 30px;
}
.ekko-lightbox-nav-overlay a:last-child span {
  text-align: right;
}
.ekko-lightbox-nav-overlay a:hover {
  text-decoration: none;
}
.ekko-lightbox-nav-overlay a:focus {
  outline: none;
}
.ekko-lightbox-nav-overlay a.disabled {
  cursor: default;
  visibility: hidden;
}
.ekko-lightbox a:hover {
  opacity: 1;
  text-decoration: none;
}
.ekko-lightbox .modal-dialog {
  display: none;
}
.ekko-lightbox .modal-footer {
  text-align: left;
}
.ekko-lightbox-loader {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  display: flex;
  /* establish flex container */
  flex-direction: column;
  /* make main axis vertical */
  justify-content: center;
  /* center items vertically, in this case */
  align-items: center;
}
.ekko-lightbox-loader > div {
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
}
.ekko-lightbox-loader > div > div {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-bounce 2s infinite ease-in-out;
}
.ekko-lightbox-loader > div > div:last-child {
  animation-delay: -1s;
}
.modal-dialog .ekko-lightbox-loader > div > div {
  background-color: #333;
}
@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
