/*
Theme Name: Hili
Theme URI: https://homeinspectorsli.com/
Author: Lior
Author URI: #
Description: Hili is very flexible and well suited free blogging WordPress theme for personal, food, travel, fashion, corporate, or any other amazing blog. Fusion is fully responsive and mobile friendly.
Version: 1.2.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hili
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

/* roboto-condensed-300 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('assets/fonts/roboto-condensed-v18-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'),
       url('assets/fonts/roboto-condensed-v18-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('assets/fonts/roboto-condensed-v18-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('assets/fonts/roboto-condensed-v18-latin-300.woff') format('woff'), /* Modern Browsers */
       url('assets/fonts/roboto-condensed-v18-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('assets/fonts/roboto-condensed-v18-latin-300.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-regular - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('assets/fonts/roboto-condensed-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'),
       url('assets/fonts/roboto-condensed-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('assets/fonts/roboto-condensed-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('assets/fonts/roboto-condensed-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('assets/fonts/roboto-condensed-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('assets/fonts/roboto-condensed-v18-latin-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-700 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('assets/fonts/roboto-condensed-v18-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'),
       url('assets/fonts/roboto-condensed-v18-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('assets/fonts/roboto-condensed-v18-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('assets/fonts/roboto-condensed-v18-latin-700.woff') format('woff'), /* Modern Browsers */
       url('assets/fonts/roboto-condensed-v18-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('assets/fonts/roboto-condensed-v18-latin-700.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-300italic - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 300;
  src: url('assets/fonts/roboto-condensed-v18-latin-300italic.eot'); /* IE9 Compat Modes */
  src: local('Roboto Condensed Light Italic'), local('RobotoCondensed-LightItalic'),
       url('assets/fonts/roboto-condensed-v18-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('assets/fonts/roboto-condensed-v18-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('assets/fonts/roboto-condensed-v18-latin-300italic.woff') format('woff'), /* Modern Browsers */
       url('assets/fonts/roboto-condensed-v18-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('assets/fonts/roboto-condensed-v18-latin-300italic.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
	color: #1d2157;
	text-decoration:none;
	-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;
}

a:hover, a:focus, a:active {
	color: #f0503a;
  text-decoration:none;
}

a:focus {
	outline:none;
}

a:hover, a:active {
	outline: 0;
}
p{
	margin:0 0 15px;
}
input,
textarea,
select,
button{
	font-family: 'Roboto Condensed', sans-serif;
}
input:focus,
textarea:focus,
select:focus,
button:focus{
  outline:none;
  box-shadow:none;
}
img{
	max-width:100%;
	height:auto;
}
body {
	font-family: 'Roboto Condensed', sans-serif;
	color:#000;
	font-size:14px;
	font-weight:400;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Roboto Condensed', sans-serif;
}
.container {
  max-width:1200px;
  width:100%;
}
.site-header{
  padding:5px 0;
}
.site-logo{
  position: relative;
}
.site-logo:after{
  position: absolute;
  top:-20px;
  content:" ";
  width:210px;
  height:188px;
  background: url(assets/images/bluebar1.png) no-repeat right;
  z-index: -1;
  right:0;
}
.header_right{
  align-items: center;
  justify-content: space-between;
  display: flex;
  text-transform: uppercase;
  height:100%;
  line-height: 100%;
  position:relative;
}
.header_right:before{
  content: " ";
  position: absolute;
  width: 199px;
  height: 188px;
  top: -20px;
  background: url(assets/images/bluebar2.png) no-repeat left;
  left: -168px;
  z-index: 99;
}
.header_right p{
  margin:0;
}
p.owned{
  font-size: 18px;
  color: #030c8a;
  letter-spacing: -1px;
  border-bottom: 1px solid;
  padding-bottom: 3px;
}
p.licensed{
  font-size: 20px;
  text-transform: capitalize;
  font-weight: bold;
  line-height: 100%;
  background: url(assets/images/alegany-logo.png) left no-repeat;
  padding: 20px 0 20px 75px;
}
p.licensed span, p.licensed a{
  color:#a3a3a3;
  font-weight:400;
  font-size: 17px;
}
p.licensed a{
  text-decoration: underline;
}
p.phone a{
  color:#000;
  font-weight:700;
  font-size: 27px;
  letter-spacing: -1px;
  background:url(assets/images/phone_icon.png) left no-repeat;
  padding:10px 0 10px 40px;
}
.home-slider{
  overflow: hidden;
  position: relative;
}
.home-slider ul{
  margin:0;
  padding:0;
  position: relative;
  z-index: -2;
}
.home-slider img{
  width:100%;
}
.banner-caption{
  position:absolute;
  left:0;
  color: #000;
  line-height:100%;
  width:100%;
  height:100%;
  z-index: 2;
  text-align:center;
  font-size: 18px;
}
.caption-table{
  width: 60%;
  margin:auto;
  height:100%;
  display: table;
}
.caption-table-cell{
  display: table-cell;
  vertical-align: middle;
}
.box_wrap{
  background: rgba(255,255,255,0.8);
  padding:40px 30px;
  border:8px solid rgba(207,213,203,0.8);
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
}
.banner-caption h2{
  font-size:40px;
  line-height:100%;
  margin-bottom:0;
  color:#000;
  font-weight:700;
  letter-spacing:-1px;
}
.banner-caption h3{
  font-size:30px;
  line-height: 100%;
  text-transform: capitalize;
  margin:15px 0 0;
  font-weight: 400;
  display: block;
}
.banner-caption a.btn-mn{
  background: #e1c78c;
  background: -moz-linear-gradient(top, #e1c78c 0%, #dab54b 100%);
  background: -webkit-linear-gradient(top, #e1c78c 0%,#dab54b 100%);
  background: linear-gradient(to bottom, #e1c78c 0%,#dab54b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1c78c', endColorstr='#dab54b',GradientType=0 );
  padding: 20px 30px;
  border-radius: 4px;
  color: #000;
  font-weight: 700;
  font-size: 26px;
  display: inline-block;
  margin:30px 0 20px;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.5);
  border:1px solid rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.9s ease-in-out;
}
.banner-caption a.btn-mn:hover{
 background: #dab54b;
  background: -moz-linear-gradient(top, #dab54b 0%, #e1c78c 100%);
  background: -webkit-linear-gradient(top, #dab54b 0%,#e1c78c 100%);
  background: linear-gradient(to bottom, #dab54b 0%,#e1c78c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dab54b', endColorstr='#e1c78c',GradientType=0 );
  border:1px solid rgba(0, 0, 0, 0.2);
}

.banner-caption p{
  margin:0;
}
.site-nav{
  background: #44aa09;
  padding:10px;
  text-align:right;
}
.site-nav ul{
  margin:0;
  padding:0;
}
.site-nav ul li{
  display: inline-block;
}
.site-nav ul li a{
  color:#fff;
  font-size: 20px;
  font-weight:700;
  text-transform: uppercase;
  margin:0 0 0 30px;
}
#services{
  margin-top:1px;
}
.section_wrap{
  display: flex;
  justify-content: space-between;
}
.section_wrap .col{
  background: #44aa09;
  padding:5px;
  text-align:center;
  color:#fff;
  margin:1px;
}
.section_wrap .col h3{
  font-size: 18px;
  text-transform: uppercase;
  margin-top:10px;
  font-weight:300;
}
.section_wrap .col-in{
  background: #44aa09;
  border:1px solid #fff;
  padding:10px;
  height:100%;
  position: relative;
}
.section_wrap .col-in a{
	text-indent: -9999px;
	top:0;
	left:0;
	overflow:hidden;
	width:100%;
	height:100%;
	display: block;
	position: absolute;
}
.title_service{
  display: table;
  position: relative;
  width: 100%;
  height:100%;
}
.title_service .title_service_in{
  display: table-cell;
  vertical-align: middle;
  height:100%;
}
#about{
  margin-top:2px;
}
.content_wrap_about{
  background:#f2f2f2;
  padding:50px 30px 0;
  color:#535353;
  font-size: 20px;
  font-weight:300;
  height:100%;
}
.content_wrap_about h2{
  font-size: 40px;
  font-weight:300;
  margin-bottom:20px;
}
.content_wrap_about h2 span{
  font-weight:700;
  color:#44aa09;
}
.aboutimg img{
  width:100%;
}
p.gurantee{
  padding:25px;
  font-size: 22px;
  font-weight: 400;
  text-align:center;
  line-height:30px;
  color:#000;
  border:1px solid #c0cedb;
  background:#d8e1e9;
  margin-top:30px;
}
#filter-listing{
  background: url(assets/images/filter_listing.jpg) no-repeat;
  background-size: cover;
  text-align:center;
  color:#fff;
  padding:100px 0;
}
#filter-listing h2{
  font-size: 44px;
  text-transform: uppercase;
  font-weight:bold;
  letter-spacing: -1px;
  margin-bottom: 25px;
}
.schedule{
  max-width:775px;
  overflow: hidden;
  margin:auto;
}
.schedule input[type="search"]{
  min-width:500px;
  border:0;
  border-radius:5px 0 0 5px;
  font-size: 26px;
  padding:21px 20px;
  float:left;
  font-weight:300;
  color:#000;
}
.schedule input[type="search"]::-webkit-input-placeholder{
  color:#aaa;
}
.schedule input[type="search"]::-moz-placeholder{
  opacity: 1;
}
.schedule input[type="submit"]{
  border:0;
  border-radius:0 5px 5px 0;
  font-size: 30px;
  padding:18px 40px;
  color:#fff;
  cursor: pointer;
  float:left;
  font-weight:bold;
  background: #44aa09;
}
.schedule input[type="submit"]:hover{
  opacity:0.8;
}
#contact{
  background:url(assets/images/contactbg.jpg) no-repeat center;
  background-size: cover;
  color:#fff;
  padding:75px 0;
  text-align:center;
}
#contact h2{
	font-size: 44px;
	text-transform: uppercase;
	font-weight:bold;
	color:#fff;
	letter-spacing: -1px;
	margin-bottom: 25px;
}
#contact span.wpcf7-not-valid-tip{
	text-align:left;
}
.site-footer{
  background:#030c8a;
  padding:25px 0;
  color:#fff;
  border-top:5px solid #fff;
}
.site-footer a{
  color:#a4a6ca;
}
.site-footer ul{
  margin:0;
  padding:0;
}
.site-footer ul li{
  list-style: none;
}
#reviews{
  padding:75px 0;
}
#reviews .title_wrap{
  text-align:center;
  color:#44aa09;
  font-size: 27px;
  font-weight:300;
}
#reviews .title_wrap h2{
  font-weight:700;
  text-transform: uppercase;
  color:#030c8a;
  font-size: 45px;
}
#reviews .title_wrap h3{
  font-weight:300;
  text-transform: uppercase;
}
.content_wrap_review{
  font-size: 25px;
  font-weight:300;
  font-style: italic;
  padding-left: 50px;
  position: relative;
}
.content_wrap_review:before{
  position: absolute;
  border-left: 5px solid #aaa;
  content: " ";
  height: 245px;
  left: 0;
}
.content_wrap_review ul{
  margin:0;
  padding:20px 0 0;
}
.content_wrap_review ul li{
  list-style-type: none;
  background: url(assets/images/quoteicon.png) no-repeat left top;
}
.content_wrap_review ul li span{
  display:block;
  text-align:right;
  font-size: 24px;
  font-weight:bold;
  font-style: normal;
  color:#44aa09;
}
.copyright{
  text-align:center;
  font-weight:300;
  color:#7678b2;
  width:100%;
  padding:20px 0 0;
}
.hm_contact_form{
	max-width: 600px;
	margin:auto;
}
.hm_contact_form span.wpcf7-form-control-wrap{
	display: block;
	margin-bottom: 10px;
	overflow: hidden;
}
.hm_contact_form input[type="text"],
.hm_contact_form input[type="email"],
.hm_contact_form input[type="tel"],
.hm_contact_form textarea{
	font-size: 18px;
	border:1px solid #cfd5cb;
	width: 100%;
	color:#fff;
	padding:20px;
	text-transform: uppercase;
	background:rgba(255,255,255,0.2);
}
.hm_contact_form textarea{
	height:150px;
}
.hm_contact_form input[type="submit"]{
	background: #fff;
	border-radius:3px;
	font-size: 26px;
	font-weight:bold;
	text-transform: uppercase;
	color:#000;
	border:0;
	cursor: pointer;
	padding:10px 30px;
	border:2px solid transparent;
	transition: all .3s;
}
.hm_contact_form input[type="submit"]:hover{
	border:2px solid #fff;
	background:transparent;
	color:#fff;
}
.hm_contact_form input[type="text"]::-webkit-input-placeholder,
.hm_contact_form input[type="email"]::-webkit-input-placeholder,
.hm_contact_form input[type="tel"]::-webkit-input-placeholder,
.hm_contact_form textarea::-webkit-input-placeholder { 
	color: #fff;
  }
  
.hm_contact_form input[type="text"]:-ms-input-placeholder,
.hm_contact_form input[type="email"]:-ms-input-placeholder,
.hm_contact_form input[type="tel"]:-ms-input-placeholder,
.hm_contact_form textarea:-ms-input-placeholder {
	color: #fff;
  }
  
.hm_contact_form input[type="text"]::placeholder,
.hm_contact_form input[type="email"]::placeholder,
.hm_contact_form input[type="tel"]::placeholder,
.hm_contact_form textarea::placeholder {
	color: #fff;
}
.np .col-lg-6 input{
	width:98.5%;
}
.np .col-lg-6 input[type="text"]{
	float: left;
}
.np .col-lg-6 input[type="email"]{
	float: right;
}
.footer-copyright{
	text-align:center;
	font-weight:300;
	opacity: .5;
	font-size:13px;
	margin-top:30px;
}
.follow-us ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.follow-us ul li {
    display: inline-block;
    margin-right:4px;
}
.follow-us ul li a {
    background: #fff;
    border-radius:50%;
    display: inline-block;
    height:50px;
    line-height: 53px;
    width: 50px;
    text-align: center;
    color: #030c8a;
    text-decoration: none;
    font-size:34px;
}
.follow-us ul li a:hover{
	background: #d8e1e9;
}
.site-footer .widget h3.widget-title{
	font-size:18px;
	font-weight:300;
	text-transform:uppercase;
	color:#fff;
	margin-bottom:10px;
}
.site-footer .widget{
	text-align:center;
	border-right:1px solid rgba(255, 255, 255, 0.2);
	padding:40px 0;
	height:100%;
}
.site-footer .col-md-4:last-child .widget{
	border-right:0px solid rgba(255, 255, 255, 0.2);
}
.working-hours{
	margin-top:20px;
	font-size:22px;
	font-weight:bold;
	text-transform:uppercase;
}
.site-footer .widget .working-hours h3.widget-title,
.site-footer .widget .address h3.widget-title,
.site-footer .widget .call h3.widget-title{
	margin-bottom:0px;
	font-size:16px;
}
.site-footer .widget .address h3.widget-title{
	margin-bottom:3px;
}
.site-footer .widget .address{
	font-size:18px;
	font-weight:bold;
}
.site-footer .widget .call{
	font-size:24px;
	font-weight:bold;
	color:#fff;
}
.site-footer .widget .call a{
	color:#fff;
}
.site-footer .widget.widget_nav_menu li{
	display:block;
	margin-bottom:3px;
}
.site-footer .widget.widget_nav_menu li a{
	font-size:13px;
	font-weight:300;
	position:relative;
	color:rgba(255, 255, 255, 0.7);
}
.site-footer .widget.widget_nav_menu li a:before{
	content:'-';
	position:relative;
	display:inline-block;
	font-size:14px;
	left:-5px;
	top:0;
	color:rgba(255, 255, 255, 0.7);
	-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;
}
.site-footer .widget.widget_nav_menu li a:hover{
	color:#fff;
}
.site-footer .widget.widget_nav_menu li a:hover:before{
	left:-3px;
}

/* Sidebar */
#secondary.widget-area .widget {
    background-color: #d8e1e9;
    padding: 30px;
    color: #fff;
    margin-bottom:15px;
}
#secondary.widget-area .widget h3.widget-title {
    color: #000;
    font-size:20px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: .5rem;
}
#secondary.widget-area label span.screen-reader-text,
#secondary.widget-area input.search-submit{
	display:none;
}
#secondary.widget-area .widget h3.widget-title:after {
    background: none;
    height: 0;
    border-top: 4px solid #030c8a;
    content: "";
    width:80px;
    display: block;
    margin: 15px 0;
}
#secondary.widget-area .widget ul{
  margin:0;
  padding:0;
  list-style:none;
}
#secondary.widget-area .widget ul li{
  display:block;
  line-height:1.2;
  margin-bottom:10px;
  padding-left:15px;
  position:relative;
}
#secondary.widget-area .widget ul li:before{
  content: '';
    position: absolute;
    left: 0;
    top: 4px;
    background: #030c8a;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
#secondary.widget-area .widget ul li a{
  color:#000;
  font-size:14px;
  line-height:1.2;
  text-decoration:underline;
}
#secondary.widget-area .widget ul li a:hover{
  text-decoration:none;
}
#secondary.widget-area input[type="search"]{
  border:0;
  background:#fff;
  padding:15px;
  color: #000;
  width:100%;
  min-width:100%;
}
#secondary.widget-area label{
  display:block;
}
form input:-webkit-autofill,
form input:-webkit-autofill:hover,
form input:-webkit-autofill:focus,
form textarea:-webkit-autofill,
form textarea:-webkit-autofill:hover,
form textarea:-webkit-autofill:focus{
  -webkit-text-fill-color:#787878;
  -webkit-box-shadow: none;
  transition: background-color 5000s ease-in-out 0s;
}

/*Inner pages content*/
.content-area{
	padding:80px 0 50px;
}
.error404 .search-form .screen-reader-text,
.error404 .search-form .search-submit,
.search .search-form .screen-reader-text,
.search .search-form .search-submit,
#secondary .search-form .screen-reader-text,
#secondary .search-form .search-submit{
  display:none;
}
.error404 .search-form input[type="search"],
.search .search-form input[type="search"]{
  border:1px solid #abafbd;
  padding:15px;
  color: #000;
  min-width:375px;
}
.error404 .search-form label,
.search .search-form label{
  display:block;
}
.site-content article{
  margin-bottom:30px;
}
.form_bill{
  background: #3baa05;
  padding: 20px;
  border-radius: 10px;
  clear: both;
  max-width: 600px;
  margin: 20px auto;
}
.form_bill{
  box-shadow: 0 0 15px rgba(0,0,0,0.7);
}
.form_bill input{
  width: 100%;
  padding: 10px;
  color: #999;
  font-size: 16px;
  text-transform: uppercase;
}
.form_bill input[type="submit"]{
  background:#f6891f;
  padding:15px;
  font-size: 24px;
  border:0;
  border-radius:5px;
  font-weight:bold;
  box-shadow: 0 0 10px #333;
  cursor: pointer;
  color:#fff;
  transition: all .3s ease-in-out;
}
.form_bill input[type="submit"]:hover{
  box-shadow: none;
}
.page-region > div{
  margin-top:0 !important; 
}
html {
  scroll-behavior: smooth;
}
.mfp-close{
  right: 0 !important;
  padding-right: 0 !important;
  width: 45px!important;
  top: 40px !important;
  text-align: center !important;
  background: #000 !important;
}
.step_col{
  display: flex;
  justify-content: space-evenly;
}
.step_col .col{
  border-radius:10px;
  font-size:30px;
  font-weight:bold;
  color:#000;
  line-height: 100%;
  max-width:475px;
  background:#ff7f26;
  text-transform: uppercase;
  padding:15px;
  position: relative;
}
.step_col .col a{
  position: absolute;
  top:0;
  left:0;
  display: block;
  width:100%;
  height:100%;
}
.step_col .col + .col{
  background:#44aa09;
  color:#fff;
}
.step_col .col span{
  font-size:22px;
  text-transform: capitalize;
  font-weight:300;
  display:block;
}
.step_form1{
  margin-top:30px;
}
.step_form1 h3{
  font-weight:bold;
  font-size: 45px;
  margin-bottom:30px;
}
.floating-phone{
  display:none;
}
.floating-phone a {
  color: #fff;
  padding: 6px 10px;
  font-size: 18px;
  display: inline-block;
  text-decoration: none;
  position: fixed;
  bottom: 10px;
  background: #44aa09;
  border: 1.5px solid rgba(255, 255, 255, 0.8);
  border-radius: 15px;
  right: 5px;
  z-index: 10000003;
  cursor: pointer;
  font-weight:700;
}
.floating-phone a i.fa.fa-phone {
    margin-right: 5px;
}