@font-face {
    font-family: 'Socialico';
    src: url("fonts/Socialico/Socialico.eot");
    src: url("fonts/Socialico/Socialicod41d.eot?#iefix") format("embedded-opentype"), 
    url("fonts/Socialico/Socialico.woff2") format("woff2"), 
    url("fonts/Socialico/Socialico.woff") format("woff"), 
    url("fonts/Socialico/Socialico.ttf") format("truetype"), 
    url("fonts/Socialico/Socialico.svg") format("svg");
}

*, *:before, *:after {
  box-sizing: border-box;
}


.suspension-contain {
  max-height: 980px;
  overflow:hidden;
  position: relative;
}

html.suspended {
  background: rgba(0,0,0,0.6);
}

body {
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  text-align: center;
  font-family: 'Arial', sans-serif;
  position: relative;
}

a {
  color:inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color:inherit;
}

div,article,section,dl,dt,dd,table,tr,td,ul,ol,li,p,span,small,em,h1,h2,h3,h4,h5,h6,nav {
  padding:0;
  margin:0;
}

.row {
  max-width: 1386px;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
}

/*cookie*/
.cc-animate.cc-revoke.cc-bottom{
  font-size: 14px;
  padding: 5px 10px;
  position: fixed;
  display: block!important;
  transform: none!important;
  bottom: 0!important;
  left: 20px!important;
}

/*call to action*/
.destroy-on-load, .cta {
  display: none;
}

/*typography*/
.text-left{
  text-align: left;
}

.text-right{
  text-align: right;
}

h1, h2, h3, h4,
nav ul li a ,
#services dl dd{
  font-family: 'Staatliches', sans-serif;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: .3px;
}

h1, h2{
  font-size: 60px;
  letter-spacing: 0
}

p,ul{
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: .3px;
}

nav ul li a {
  color: #fff;
  font-size: 20px;
}

/*BUTTON*/
.btn{
  position: relative;
  overflow: hidden;
  z-index: 999;
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 18px 0;
  width: 200px;
  font-size: 20px;
  font-family: 'Staatliches', sans-serif;
  font-weight: 400;
  color: #FFF;
  line-height: 1.2;
  background: rgb(145,201,38);
  background: -moz-linear-gradient(180deg, rgba(145,201,38,1) 0%, rgba(92,156,7,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(145,201,38,1) 0%, rgba(92,156,7,1) 100%);
  background: linear-gradient(180deg, rgba(145,201,38,1) 0%, rgba(92,156,7,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#91c926",endColorstr="#5c9c07",GradientType=1);
  text-transform: uppercase;
}

.btn:hover{ 
  transition: background-color .5s ease-out;  
  -o-transition: background-color .5s ease-out;  
  -moz-transition: background-color .5s ease-out;  
  -webkit-transition: background-color .5s ease-out;  
  color: #fff;
  background: #074689;
}

/*FLEX*/
.flex{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
} 

/*SOCIAL*/
.socials a{
  font-size: 30px;
  line-height: 1.2;
  font-family: 'Socialico';
  letter-spacing: 11px;
  padding: 0 20px;
  color: #fff
}

/*ABSOLUTE*/
#header {
  position: absolute;
  content: '';
}

/*-----------------------------------------------HEADER-----------------------------------------------*/
#header {
  width: 100%;
  z-index: 9999
}

#header .flex{
  align-items: center;
}

#header1{
  background: #91C926;
  width: 100%;
  padding: 13px 0;
  color: #000000
}

#header1 p,
#header1 h4{
  padding-left: 40px;
  border-right: 1px solid rgb(255,255,255);
  border-right: 1px solid rgba(255,255,255,.3);
}

#header1 h4{
  font-size: 20px;
  width: 17%;
  text-align: left;
}


/*backgrounds*/
.phone{
  background: url('../images/common/phone.jpg')no-repeat left;
}

.email{
  background: url('../images/common/email.jpg')no-repeat left;
  border-right: none!important
}

.address{
  background: url('../images/common/location.jpg')no-repeat left;
  padding-right: 60px;
}

#header2{
  background: rgb(7,70,137);
  background: rgba(7,70,137,.9);
  width: 100%
}

#header nav a#pull {
  display: none
}

#header nav{
  position: relative;
  z-index: 999;
}

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

#header nav ul{
  text-align: left;
}

nav ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 36px 0;
  box-sizing: border-box;
}

nav ul li a {
  padding: 38px 22px
}

nav ul li.active-menu a, 
nav ul li a:hover {
  color: #000;
  background: #91C926;
  transition: background-color .5s ease-out;  
  -o-transition: background-color .5s ease-out;  
  -moz-transition: background-color .5s ease-out;  
  -webkit-transition: background-color .5s ease-out;  
}

#header2 .h-logo{
  max-width: 288px;
  width: 100%;
}

.h-logo img{
  width: 100%;
  display: block;
}

/*-----------------------------------------------BANNER-----------------------------------------------*/
#banner {
  background: url('../images/common/banner.jpg')no-repeat top;
  background-size: cover;
  position: relative;
  padding: 209px 0 60px;
}

#banner .bn-text{
  max-width: 560px;
  width: 100%;
  margin-left: 0;
  background: rgb(255,255,255);
  background: rgba(255,255,255,.9);
  padding: 65px 5px 57px;
}

#banner .bn-text div{
  max-width: 419px;
  margin: 0 auto
}

#banner h2,
#banner h3{
  color: #004085;
  font-size: 80px;
}

#banner h3{
  font-size: 44px;
  line-height: .9;
  padding-bottom: 35px
}

#banner p{
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  padding: 35px 0 31px;
  border-top: 5px solid #91C926
}

#banner .btn{
  max-width: 400px;
  width: 100%;
  padding: 13px 0 10px;
  margin-bottom: 20px;
  color: #003F85;
}

#banner .btn:hover{
  background: #91C926
}


#banner span{
  display: block;
  font-size: 50px;
  color: #000;
  margin-top: -5px
}

/*-----------------------------------------------CONTENT-----------------------------------------------*/
/*WELCOME*/
#welcome{
  padding: 120px 0 34px
}

#welcome .btn{
	margin-top: 35px
}


/*SERVICES what we do*/
.svc-about{
  background: url('../images/common/svc.jpg')repeat top;
  background-attachment: fixed;
  padding-bottom: 74px
}

#services{
  padding: 60px 0 121px;
}

#services p{
	color: #fff;
}

#services dl{
	width: 48%;
	box-shadow: 5px 5px 40px rgba(0,0,0,0.15);
  position: relative;
}

#services dl dd{
	text-align: left;
  position: absolute;
  font-size: 50px;
  color: #fff;
  top: 111px;
  max-width: 410px;
  left: 43px;
}

#services dl dd p{
  padding-top: 15px;
}

#services dl dt img{
	width: 100%;
	display: block;
}

/*about*/
#about{
  text-align: left;
}

#about h2{
  color: #074689
}

#about h3{
  font-size: 40px;
  color: #91C926
} 

#about .flex{
  align-items: center;
  padding: 39px 0 86px
}

#about .flex div,
#about .flex iframe{
  width: 48%;
  display: block;
}

#about .flex iframe{
  height: 370px;
}

#about .flex div p{
  padding-bottom: 30px;
}

#about .btn{
  margin-left: 0
}

#about .last-h2 h2{
  text-align: center;
  max-width: 605px;
  margin: 0 auto;
  position: relative;
  background: url('../images/common/svc.jpg')repeat top;
  z-index: 1
}

#about .last-h2{
  position: relative;
  z-index: 0
}

#about .last-h2:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 5px;
  background: #91C926;
  bottom: 36px;
  z-index: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/*testimonials*/
#testimonials{
	margin-top: -39px;
	background: url('../images/common/test.jpg')no-repeat top;
	background-size: cover;
	padding: 80px 0 
}

#testimonials .flex{
  align-items: center;
}

#testimonials .serve{
  width: 40.996%;
  background: rgb(255,255,255);
  background: rgba(255,255,255,.9);
  color: #004085;
  padding: 50px 5px;
}

#testimonials .serve h2{
  font-size: 70px;
}

#testimonials .serve h3{
  font-size: 58px;
  padding-bottom: 32px;
  border-bottom: 5px solid #91C926;
  max-width: 460px;
  margin: -5px auto 0
}

#testimonials .serve p{
  color: #000;
  max-width: 284px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 600;
  padding: 30px 0
}

#testimonials .btn{
  max-width: 400px;
  width: 100%;
  font-size: 25px;
  padding: 20px 0
}

#testimonials .test-con{
  width: 50%;
  color: #fff;
  text-align: left;
}

#testimonials .test-con p.auth{
	padding: 26px 0;
	font-family: 'Great Vibes', sans-serif;
	font-size: 40px;
  font-weight: 400;
	letter-spacing: 0;
  line-height: 1.2;
  padding-left: 125px;
  background: url('../images/common/quote.png')no-repeat left;
  margin: 36px 0;
}

#testimonials .test-con p.statement{
  font-style: italic;
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 0
}


#testimonials .test-con .stars{
	color: #91C926;
	font-size: 26px;
	letter-spacing: 15px;
  padding-top: 30px
}


/*-----------------------------------------------FOOTER-----------------------------------------------*/
#footer{
	background: url('../images/common/contact.html')no-repeat top;
	background-size: 100% 100%;
	padding: 70px 0
}

#fot-nav{
  background: #91C926;
}

footer nav ul{
  list-style-type: none;
  padding: 29px 0
}

footer nav ul li {
  width: 14.28%;
  padding: 0;
  border-right: 1px solid rgb(255,255,255);
  border-right: 1px solid rgba(255,255,255,.3)
}

footer nav ul li:first-of-type {
  border-left: 1px solid rgb(255,255,255);
  border-left: 1px solid rgba(255,255,255,.3);
  width: 10%
}

footer nav ul li:nth-of-type(2) {
  width: 16%
}


#footer{
  background: url('../images/common/footer.jpg')repeat top;
  color: #fff;
  padding: 80px 0;
}

#footer .h-logo img{
  max-width: 422px;
  width: 100%;
  margin: 0 auto
}

#footer .flex{
  align-items: center;
}

#footer .flex div{
  width: 31%
}

#footer .flex .fot-con{
  text-align: left;
  width: 27%;
}

#footer .flex .fot-con a{
  word-break: break-all;
}

#footer h2{
  font-size: 30px;
  color: #91C926;
  padding-bottom: 20px;
  text-align: center;
}

#footer .phone{
  background: url('../images/common/phone.png')no-repeat left;
  font-size: 28px;
  padding: 12px 0;
  padding-left: 65px;
}

#footer .phone span{
  color: #91C926
}

#footer .email{
  background: url('../images/common/email.png')no-repeat left;
  padding: 12px 0;
  padding-left: 65px;
}

#footer .address{
  background: url('../images/common/location.png')no-repeat left;
  padding: 12px 0;
  padding-left: 65px;
  padding-right: 0;
}

footer nav ul li a{
  padding: 0;
  transition: all ease-in-out .3s;
}

footer .silver,
footer .copy{
  font-size: 14px;
  color: #fff;
}

footer .copy{
  padding-top: 35px;
}

footer .silver{
 color: #91C926;
 font-size: 14px;
}

footer .silver img {
  display: inline-block;
  vertical-align: middle;
  max-width: 50px;
}

#footer .flex div:last-of-type img{
  display: inline-block;
  vertical-align: middle;
}

#footer .flex div:last-of-type .bbb{
  width: 58.568%;
}

#footer .flex div:last-of-type .ic{
  margin: 0 0 20px 20px;
  width: 31.882%;
}

#footer .flex div:last-of-type .cards{
  width: 100%
}



/*---------------------------------------inner pages-------------------------------------------*/
.inner #content {
  min-height: 400px;
  padding: 40px 0;
  max-width: 1100px;
  margin: 0 auto
}

.inner #content h1{
  padding-bottom: 20px;
  text-align: center;
  color: #91C926
}

.inner #content h3{
  font-size: 30px;
  text-align: left;
  color: #004085
}


.inner #content p{
  padding: 10px 0;
  text-align: justify;
}

.inner #content ul{
  padding: 10px 0;
}

.house-cleaning-page #content ul{
  padding-left: 50px;
  text-align:left;
}



/*inner gallery*/
.gallery-container {
  width: 100%;
  padding: 2rem;
  box-sizing: border-box;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 1rem;
  justify-content: center;
}

.gallery li {
  width: calc(33.33% - 1rem);
  max-width: 300px;
}

.thumbnail {
  display: block;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.img-responsive {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

/* Responsive: 2 in a row on tablets */
@media (max-width: 900px) {
  .gallery li {
    width: calc(50% - 1rem);
  }
}

/* Responsive: 1 in a row on small screens */
@media (max-width: 600px) {
  .gallery li {
    width: 100%;
  }
}

/* .img-responsive{
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
   display: block;
} */

#content .gallery-container {
  text-align: center;
}

#content .gallery {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#content .gallery li {
  display: inline-block;
}

#content .thumbnail {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: block;
  line-height: .42857;
  margin-bottom: 20px;
  padding: 4px;
  transition: border 0.5s ease-in-out 0s;
}

#content .thumbnail:hover {
  transform: scale(1.02);
}

#content .page_navigation {
  display: inline-block;
}

#content .page_link,
#content .previous_link,
#content .next_link,
#content  .first_link,
#content  .last_link, 
#content .ellipse {
  background-color: #fff;
  border: 1px solid #ddd;
  color:  #0275d8;
  display: inline-block;
  line-height: 1.25;
  margin-left: -1px;
  padding: 0.5rem 0.75rem;
  position: relative;
}

#content .page_navigation > a:hover , 
.page_navigation > a.active_page {
  background-color: #eceeef;
  border-color: #ddd;
  color: #014c8c;
  text-decoration: none;
}

.inner #content .gallery-container{
  margin-bottom: 20px
}


/*inner contact */
form .messages p {
  display: none;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  font-size: 16px !important;
}

form .loading {
  display: none;
}

form .alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

form .alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

form .alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.ctc-form {
  margin: 30px auto 0;
  text-align: center;
}

.ctc-form input[type="text"],
.ctc-form textarea {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color:#000;
  height:45px;
  display: block;
  width: 100%;
  border:1px solid #A8A8A8;
  padding: 5px 10px;
  box-sizing: border-box;
  margin: 0 auto 8px;
  resize: none;
  background: #fff;
}

.ctc-form ::placeholder,
.ctc-form label{
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #000;
  line-height: 1.8;
  letter-spacing: .03px;
  text-align: left;
}

.ctc-form ::placeholder{
  color: #000
}

.ctc-form textarea {
  height: 150px;
  padding-top:10px;
}

.ctc-form button {
  display: block;
  border: none;
  margin: 20px auto 0
}

.ctc-form .recap {
  display: inline-block;
}

.ctc-form .g-recaptcha div {
  margin: 0 auto 10px;
}

.ctc-form .ctc-hide {
  display: none;
}


.maps iframe{
  margin-top: 20px;
  width: 100%;
  border: none;
  height: 350px
}


/*testimonials*/
.rev-con{
  padding: 35px;
  box-sizing: border-box;
  text-align: center;
  border-left: 10px solid #91C926;
  box-shadow: 0 0 10px #004085;
  margin-bottom: 30px;
}

.rev-con .stars{
  font-size: 35px;
  letter-spacing: 12px;
  color: #91C926;
}

.rev-con .auth{
  font-size: 20px;
  padding: 5px 0;
  text-shadow: 0 0 10px #91C926;
  font-weight: 600;
}



/*privacy policy*/
.inPrivacyBox {
  max-width: 850px;
  margin: 0 auto;
}

.inPrivacyBox p {
  text-align: justify!important;
}


/*RESPONSIVE*/

@media screen and (max-width: 1366px){
  nav ul li a {
    padding: 38px 14px;
  }

}


@media screen and (max-width: 1200px){

  body {
    min-width: 320px
  }

  #header2 .h-logo {
    max-width: 210px;
  }

  nav ul li a {
    padding: 38px 5px;
  }

  #header1 h4{
    width: 15%
  }

  #header1 p, #header1 h4 {
    padding-left: 22px;
  }

  .address {
    padding-right: 20px;
  }

  #services dl dd{
    top: 53px;
  }

  #about .flex iframe {
    width: 38%
  }

  #about .flex div{
    width: 60%
  }

  footer nav ul li:nth-of-type(2) {
    width: 18%;
  }

}

@media screen and (max-width: 959px){

  #header {
    padding: 0
  }

  #header .row {
    width: 100%;
    padding: 0
  }

  #header .h-logo {
    order:2;
    margin: 15px auto
  }


  #header nav {
    display:block;
    height: auto;
    width: 100%;
    order: 1;
  }

  #header nav ul {
    width: 100%;
    display: none;
    height: auto;
    border-bottom:5px solid #004085;
    padding: 0 ;
  }

  #header nav ul li {
    width: 100%;
    position: relative;
    padding: 5px 0
  }

  #header nav ul li a {
    display: block;
    float:none;
    padding: 0 5px 0 15px;
  }

  #header nav a {
    text-align: left;
    width: 100%;

  }

  #header nav a strong {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;

  }

  #header nav a#pull {
    display: block;
    color: #fff;
    background-color: #004085;
    height: 40px;
    padding: 10px 0;
    width: 100%;
    position: relative;

  }

  #header nav a#pull:after {
    content:"";
    background: url('../images/nav-icon.png') no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);

  }

  
  .cta{
    background: #035B96  url("../images/common/phonecall.png") no-repeat center center;
    border-bottom-left-radius: 40px;
    border-top: 2px solid #013f9a ;
    border-top-left-radius: 40px;
    bottom: 3%;
    display: block;
    height: 60px;
    position: fixed;
    right: 0;
    text-decoration: none;
    text-indent: -9999em;
    width: 60px;
    z-index: 999;
  }

  #header1{
    order: 2;
    padding: 10px
  }

  #header2{
    order: 1;
  }

  #header1 p,
  #header1 h4{
    width: 50%;
    margin-bottom: 10px;
    padding: 0;
    padding-left: 30px;
    text-align: left;
    border: none;
  }

  #banner .bn-text div{
    max-width: 100%;
  }

  #banner .bn-text {
    max-width: 50%;
  }


  /*fonts*/
  h1, h2,
  #banner h2, #banner h3,
  #banner span,
  #services dl dd,
  #testimonials .serve h2{
    font-size: 44px;
  }

  h3, 
  #about h3,
  #testimonials .serve h3{
    font-size: 32px;
  }

  #footer .phone{
    font-size: 25px
  }

  #testimonials .test-con p.statement{
    font-size: 16px;
  }

  #services dl dd{
    position: relative;
    top: 0;
    left: 0;
    padding: 10px;
    text-align: center;
  }

  #services dl:first-of-type{
    background: #004085
  }

  #services dl:last-of-type{
    background: #91C926
  }


  /*padding*/
  #services,
  #testimonials,
  #footer{
    padding: 50px 0
  }

  #banner{
    padding: 245px 0 50px
  }

  #banner .bn-text,
  footer nav ul{
    padding: 20px 10px
  }

  #footer{
    padding-bottom: 80px
  }

  #about .flex iframe,
  #footer .flex .fot-con,
  #footer .flex div:last-of-type,
  #testimonials .serve,
  #testimonials .test-con{
    width: 48%;
    text-align: center;
    margin: 10px auto
  }

   #footer .flex .fot-con,
  #footer .flex div:last-of-type{
    margin: 20px auto
  }

  #about .flex div,
  footer nav ul li,
  footer nav ul li:first-of-type,
  footer nav ul li:nth-of-type(2),
  #footer .flex div:first-of-type,
  #about{
    width: 100%;
    text-align: center;
    margin-bottom: 10px
  }

  /*center*/
  #about .btn{
    margin: 0 auto
  }

  #testimonials .test-con{
    text-align: center;
  }

  #about .last-h2 h2{
    max-width: 450px;
  }

  #about .last-h2:before{
    bottom: 25px;
  }

  #about .flex{
    padding-bottom: 50px
  }

  #testimonials .test-con p.auth{
    background-size: 60px;
    padding: 10px 0 10px 68px;
    margin: 10px 0
  }

  footer nav ul li,
  footer nav ul li:first-of-type,
  footer nav ul li:nth-of-type(2){
    margin: 5px 0
  }

  footer nav ul li,
  footer nav ul li:first-of-type{
    border: none;
  }


  #footer .flex div:first-of-type p{
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  #footer .flex div:first-of-type .copy{
    bottom: 40px;
  }

  #about .flex iframe {
    height: 263px;
  }


}



@media screen and (max-width: 769px){

  h1, h2, #banner h2, #banner h3, #banner span, #services dl dd, #testimonials .serve h2{
    font-size: 32px;
  }

  #banner p{
    font-size: 16px;
  }

  #testimonials .test-con p.auth{
    background: none;
    font-size: 25px;
    padding: 0 
  }

  #header{
    position: relative;
  }

  #header1 p, #header1 h4{
    width: 100%;
    max-width: 320px;
    margin: 0 auto 10px
  }

  #banner{
    padding: 50px 0
  }

  #banner .bn-text{
    max-width: 100%;
  }

  #banner h3{
    padding-bottom: 10px
  }

  #banner p{
    padding: 10px 0
  }

  #services dl,
  #about .flex iframe,
  #footer .flex div:last-of-type{
    width: 100%;
    max-width: 445px;
    margin: 0 auto 15px
  }

  #services dl dd{
    margin: 0 auto
  }

  #about .last-h2:before{
    display: none;
  }

  #testimonials .serve,
  #testimonials .test-con{
    width: 100%;
    margin: 0 auto 15px
  }

  #footer .flex .fot-con{
    max-width: 372px;
    width: 100%;
    margin: 0 auto 40px
  }

  #testimonials .serve,
   #footer .flex div:first-of-type{
    margin-bottom: 40px
  }


}



@media screen and (max-width: 425px){

  #footer .flex div:first-of-type .copy {
    bottom: 55px;
  }

  #footer {
    padding-bottom: 110px;
  }

  #footer .phone {
    font-size: 21px;
  }


}