body {
  
  color: #58595b;
  font-family: 'Montserrat', sans-serif;
  font-size:14px;
  font-weight:400;
}

a {
  color: #01a451;
  transition: 0.5s;
      -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
img
{
max-width:100%;
}

a:hover,
a:active,
a:focus {
  color: #18d36e;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}
ul
{
list-style:none;
margin:0;
padding:0;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #01a451;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #01a451;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  padding: 0px 0;
  height: 85px;
  position:relative;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

#header.header-scrolled {
    padding: 0px 0;
    height: 85px;
    transition: all 0.5s;
    position: fixed;
	background-color: #fff;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.06);
}

#header #logo {
  float: left;
      transition: all 0.5s;
	      padding: 15px 0;
		  margin-right:30px;
}

#header #logo h1 {
  font-size: 34px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
}

#header #logo h1 a,
#header #logo h1 a:hover {
  color: #fff;
  padding-left: 10px;
  border-left: 4px solid #01a451;
}

#header #logo img {
  padding: 0;
  margin: 0;
}
.header-scrolled #logo img
{
}
.logo_icon
{
display:inline-block;
}
/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  display: table;
  width: 100%;
  /*height: 100vh;*/
  background: #000;
}

#intro .carousel-item {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media(min-width:992px)
{
#intro .image1
{
background-size:auto;

    background-position: 10% 10%;
}
}
@media(min-width:648px)
{
#intro .carousel-item {
height:520px;
}
}
@media(min-width:768px)
{
#intro .carousel-item {
height:520px;
}
}
@media(min-width:992px)
{
#intro .carousel-item {
height:520px;
}
}
@media(min-width:1200px)
{
#intro .carousel-item {
height:520px;
}
}
@media(min-width:1600px)
{
#intro .carousel-item {
height:550px;
}
}

#intro .carousel-item::before {
  content: '';
  /*background-color: rgba(0, 0, 0, 0.3);*/
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#intro .carousel-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#intro .carousel-background img {
  max-width: 100%;
}

#intro .carousel-content {
      padding: 15% 0;
}
#intro .image1 .carousel-content
{
padding: 8% 0;
}
#intro .image3 .carousel-content {
      padding: 10% 0;
}
#intro .carousel-content img
{
width:130px;
}

#intro h2 {
   color: #fff;
    margin: 12px 0;
    font-size: 3.75rem;
    line-height: 1.1em;
    font-weight: 700;
    /* text-shadow: 0px 0px 15px rgba(0,0,0,0.5); */
   
}
@media(max-width:992px)
{
#intro h2 {
font-size: 3.20rem;
}
}
#intro .image1 h2
{
color:#333;
}
#intro h2 span
{
color:#00a650;
}
#intro h3
{
      color: #fff;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 22px;
    font-weight: 600;
}

#intro p {
  width: 100%;
      margin: 0 auto 30px auto;
    color: #c7c7c7;
    font-size: 24px;
    font-weight: 300;
}
#intro .btn2
{
margin-top:30px;
}
.line
{
    background: #01a451;
	width:50px;
	height:4px;
	margin:20px 0;
}
.text-center .line, #intro .line
{
margin:20px auto;
}
#intro .carousel-fade {
  overflow: hidden;
}

#intro .carousel-fade .carousel-inner .carousel-item {
  transition-property: opacity;
}

#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#intro .carousel-control-prev,
#intro .carousel-control-next {
  width: 10%;
}

#intro .carousel-control-next-icon,
#intro .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1;
}

#intro .carousel-indicators li {
  cursor: pointer;
}

#intro .btn-get-started {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #01a451;
}

#intro .btn-get-started:hover {
  background: #fff;
  color: #01a451;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */

/*.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}*/

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */

#nav-menu-container {
  float: right;
  margin: 0;
}

/* Nav Meu Styling */

.nav-menu a {
      padding:33px 5px;
    text-decoration: none;
    display: inline-block;
    color: #121212;
    font-weight: 500;
    font-size: 13px;
    /* text-transform: uppercase; */
    outline: none;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.5px;
	text-transform:uppercase;
	position:relative;
}
@media(min-width:992px)
{
.nav-menu a:before
{
    content: ' ';
    display: block;
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    height: 4px;
    opacity: 1;
    background-color:transparent;
}
.nav-menu a:after
{
content: "/";
    opacity: .4;
    position: absolute;
    right: -12px;
}
}
@media(max-width:1200px)
{
.nav-menu a 
{
padding:34px 6px;
font-size:12px;
}
}
.nav-menu li.last a
{
    background: #01a451;
    color: #fff;
    border-radius: 3px;
    padding: 10px 13px;
	margin:20px 0;
  
}
.nz_logo
{
    padding-top: 10px;
}
.nav-menu li:hover > a,
.nav-menu > .menu-active > a {
  color: #01a451;
}
.nav-menu li.last a:hover, .nav-menu li.last a:focus
{
background:#121212;
color:#fff;
}

.nav-menu > li {
  margin-left: 18px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
      min-width: 240px;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
      background: #fff;
    border-bottom: 1px solid #eee;
}

.nav-menu ul li:hover > a {
  color: #fff;
    background: #01a451;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */

#mobile-nav-toggle {
  position:absolute;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
  display:none;
}

#mobile-nav-toggle i {
  color:#01a451;
}

/* Mobile Nav Styling */

#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.8);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}

#mobile-nav ul li a:hover {
  color: #01a451;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul li.menu-active a {
  color: #01a451;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #01a451;
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}

#mobile-nav ul .menu-item-active {
  color: #01a451;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

/* Mobile Nav body classes */
.call
{
margin:32px 0;
}
.phone
{
font-size:13px;
display:inline-block;
    margin-right: 17px;
}
.phone a
{
color:#444;
position:relative;
}
.phone a i
{
color:#00a650;
}
.phone a:hover
{
color:#00a650;
}
@media(max-width:1200px)
{
.call
{
display:none;
}
}
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

.section-header h3 {
  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}

.section-header h3::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-header h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #01a451;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-header p {
  text-align: center;
  padding-bottom: 30px;
  color: #333;
}
/* header Below
--------------------------------*/
.header_below
{
    position: relative;
    padding-top: 19px;
    padding-bottom: 16px;
    background-color: #f9fafa;
}
.head1
{
    color: #033b4a;
	position:relative;
	padding-left:66px;
	    font-family: 'Montserrat', sans-serif;
}
.head1 i
{
display:inline-block;
width:50px;
height:50px;
background-color: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(3,59,74,.1);
    -moz-box-shadow: 0 0 10px 0 rgba(3,59,74,.1);
    box-shadow: 0 0 10px 0 rgba(3,59,74,.1);
	    font-size: 23px;
		text-align:center;
		line-height: 50px;
	    color: #5d924a;
		position:absolute;
		left:0;
		top:-5px;
}
.head1 p
{
font-weight: 500;
line-height: 21px;
font-size:16px;
margin-bottom:0;
}
.head1 span
{
color: #9dabaf;	
font-size:13px;
font-weight:500;
}
/* Section with background
--------------------------------*/

.section-bg {
  background: #f7f7f7;
}
/* heading
--------------------------------*/
.heading
{
margin-bottom:25px;
}
.heading h4
{
     color: #9aaaaa;
    text-transform: uppercase;
    font-size: 15px;
    /* font-weight: 800; */
    margin: 0 0 10px;
}
.heading h2
{
        font-weight: 700;
    font-size: 40px;
    line-height: 50px;
}
.heading h2 span
{ 
    color: #00a650;
}

.list ul
{
list-style:none;
padding:0;
margin:0;
}
.list ul li
{
font-size: 16px;
    padding: 6px 0;
    position: relative;
    padding-left: 22px;
}
.list ul li:before
{
    position: absolute;
    left: 0;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
   top: 16px;
    content: "\f192";
    color: #01a451;
    font-size: 13px;
}
.btn2
{
    text-align: center;
    display: inline-block;
    padding: 14px 23px;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 0px;
       background: #01a451;
    cursor: pointer;
    position: relative;
    /* padding-left: 58px; */
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;

}

.btn2:hover, .btn2:focus
{
background:#000;
color:#fff;
}
.btn3
{
    text-align: center;
    display: inline-block;
    padding: 14px 23px;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 0px;
    background: #5d924a;
    cursor: pointer;
    position: relative;
    /* padding-left: 58px; */
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;

}
.btn3:hover, .btn3:focus
{
background:#01a451;
color:#fff
}
.mrg100
{
margin-top:100px;
}

/* span1
--------------------------------*/
.span1
{
padding:0 0 40px;
    background-color: #f9f9f9;
	position:relative;
	z-index:1;
}
.span1:before
{
content: ' ';
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
	    background:url(../img/pest-control-deals-nz.png);
    background-repeat: no-repeat;
    background-position: top;
}
.box1
{
border:1px solid #ddd;
position:relative;
background:#fff;
    transition: all 450ms ease;
	margin:50px 0;
	z-index:2;
}
@media(min-width:768px)
{
.box1
{
margin-top:-50px;
position:relative;
}
}
.box1:hover
{
-webkit-box-shadow: 0 10px 20px -10px rgba(0,0,0,.2);
    box-shadow: 0 10px 20px -10px rgba(0,0,0,.2);
}
.box1_img
{
}
.icon1
{
margin-left:20px;
display:inline-block;
background:#00a650;
color:#fff;
width:60px;
height:60px;
line-height:60px;
text-align:center;
font-size:30px;
    -webkit-transition: all 280ms ease;
    -moz-transition: all 280ms ease;
    transition: all 280ms ease;
	margin-top:-35px;
}
.icon1:hover
{
background:#fff;
color:#00a650;
}
.box1_txt
{
padding:20px 20px 40px;
}
@media(min-width:992px)
{
.box1_txt
{
min-height:236px;
}
}
.box1_txt h4
{
font-size:18px;
font-weight:700;
color:#000;
margin-top:20px;
margin-bottom:10px;
}
.box1_txt p
{
font-weight:500;
margin-bottom:20px;
}
.box1_txt a
{
font-weight:600;
text-transform:uppercase;
font-size:12px;
transition: all 300ms ease;
display:inline-block;
}
.box1_txt a i
{
padding-left:10px;
}
.box1_txt a:hover
{
-webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
	
}
/* span2 Section
--------------------------------*/
.span2
{
padding:60px 0;
color:#000;
position:relative;
background:url(../img/pest-control-services-auckland.jpg) center;
background-size:cover;
}
.span2:before
{
position:absolute;
left:0;
right:0;
top:0;
bottom:0;
content:'';
background:rgba(255, 255, 255, 0.94);
}
@media(min-width:1024px)
{
.span2
{
background-attachment:fixed;
}
}
.span2 p
{
font-size:18px;
font-weight:400;
line-height:1.7;
}

/* span3 Section
--------------------------------*/

.span3
{
position:relative;
color:#fff;
background:url(../img/pest-control-services-nz.jpg) center;
background-size:cover;
background-repeat:no-repeat;
}
.span3:before
{
background-color: rgba(0, 166, 80, 0.91);
content:'';
left:0;
right:0;
top:0;
bottom:0;
position:absolute;
}
@media(min-width:1024px)
{
.span3
{
background-attachment:fixed;
}
}
.box3_img
{
position:relative;
text-align:center;
margin-top:-45px;
}
.box3
{
    margin: 23% 0px 60px;
}
@media(min-width:768px)
{
.box3
{
margin-top:23%;
}
}
.box3 h3
{
   font-size: 27px;
    font-weight: 300;
    /* border-bottom: 1px solid #fff; */
    padding-bottom: 5px;
    line-height: 1.8;
}
.box3  .btn2
{
background:#fff;
color:#000;
}
.box3  .btn2:hover
{
background:#000;
color:#fff;
}

/* span4 Section
--------------------------------*/
.span4
{
padding:60px 0;
color:#000;
}
.span4 .heading p
{
font-size:18px;
font-weight:400;
line-height:1.7;
}
.box4
{
margin:20px 0;
color:#01a451;
}
.box4 i
{
font-size:50px;
}
.box4 h4
{
font-size:17px;
font-weight:600;
}
/* span5 Section
--------------------------------*/

/* span6 Section
--------------------------------*/


/* contact Section
--------------------------------*/

.map {
    position: relative;
    padding-bottom: 55%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
    margin-top: 25px;
}
@media(min-width:768px)
{
.map
{
padding-bottom: 35%;
}
}
.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.videoWrap {
    position: relative;
    padding-bottom: 56.5%;
    padding-top: 0px;
    height: 0;
    margin-bottom: 30px;
}
@media(max-width:767px)
{
.videoWrap {
margin-top:20px;
}
}
.videoWrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
   
  padding: 0;
  color: rgba(255,255,255,.6);
  font-size: 14px;
  background:url(../img/best-pest-control-services-auckland-nz.jpg) center;
  background-size:cover;
  position:relative;
}
#footer:before
{
position:absolute;
content:'';
left:0;
top:0;
bottom:0;
right:0;
background: rgba(0, 0, 0, 0.92);
}
#footer .container
{
position:relative;
}
.mrg40
{
margin-top:20px;
}

#footer .footer-top {
  
             padding: 70px 0 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
    position: relative;
	border-top: 5px solid #5d924a;
}

#footer .footer-top .footer-info {
  margin-bottom: 10px;
}

#footer .footer-top .footer-info h3 {
    font-size: 30px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0px;
    line-height: 1;
    font-weight: 600;
    color: #fff;
}

#footer .footer-top .footer-info p {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: 'Montserrat', sans-serif;
  color: rgba(255,255,255,.6);
}

#footer .footer-top .social-links a {
     font-size: 14px;
    display: inline-block;
    /* background: #333; */
    color: #01a451;
    line-height: 36px;
    /* padding: 8px 0; */
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
    border: 1px solid #01a451;
}

#footer .footer-top .social-links a:hover {
  background: #01a451;
  color: #fff;
}

#footer .footer-top h4 {
     font-size: 22px;
    font-weight: 600;
    color: #fff;
    /* text-transform: uppercase; */
    position: relative;
    /* padding-bottom: 12px; */
    letter-spacing: 1px;

}


#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 8px;
  color: #01a451;
}

#footer .footer-top .footer-links ul li {
 padding: 10px 0;
    position: relative;
    padding-left: 15px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.15);
}
#footer .footer-top .footer-links ul li:last-child
{
border-bottom:none;
}

#footer .footer-top .footer-links ul li:first-child {
 
}
.footer-links ul li:before
{
    content: "\f105";
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	position:absolute;
	left:0;
	color:#fff;
	top:13px;
}
#footer .footer-top .footer-links ul a {
  color: rgba(255,255,255,.6);
}

#footer .footer-top .footer-links ul a:hover {
  color: #01a451;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.footer-contact ul li
{
position:relative;
padding:10px 0;
padding-left:20px;
}
.footer-contact ul li i
{
position:absolute;
left:0;
color: #fff;
}
#footer .footer-top .footer-contact p {
  line-height: 35px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #01a451;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #13a456;
}

#footer .copyright {
  text-align: center;
/*  padding-top: 30px;*/
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}

.foot_con
{
    padding-top: 18%;
    font-size: 17px;

}
@media(max-width:992px)
{
.foot_con
{
    padding-top: 0%;
   

}
}
.footer2
{
    background-color: #000;
	padding:20px 0;
	color:#aaa;
}
/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 768px) {
  #contact .contact-address,
  #contact .contact-phone,
  #contact .contact-email {
    padding: 20px 0;
  }

  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

@media (min-width: 992px) {
  #testimonials .testimonial-item p {
    width: 80%;
  }
}

@media (min-width: 1024px) {
  
  #intro p {
    width: 100%;
  }

  #intro .carousel-control-prev,
  #intro .carousel-control-next {
    width: 5%;
  }

 
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }

  #header #logo h1 {
    font-size: 28px;
  }

  #header #logo img {
    max-height: 66px;
  }

  #intro h2 {
        font-size: 40px;
   
  }
   #intro h3 {
        font-size: 20px;
    letter-spacing: 3px;
  }

  
}
@media(max-width:992px)
{
#nav-menu-container {
    display: none;
  }

  #mobile-nav-toggle {
    display: inline;
  }
}
.banner 
{
    background: url(../img/pest-control-solutions-auckland.jpg) bottom;
    /* background-size: cover; */
    padding: 250px 0 30px;
    color: #fff;
    position: relative;
   
     background-size: cover; 
} 
.banner:before
{
position:absolute;
left:0;
right:0;
top:0;
bottom:0;
background:rgba(0,0,0,0.4);
content:'';
}
.banner .container
{
position:relative;
}
.tagh3 h3
{
font-weight: 400;
    font-style: normal;
    font-size: 26px;
    letter-spacing: 11px;
    line-height: 1.6em;
    text-transform: uppercase;
}
.abt p
{
    font-size: 20px;
    font-weight: 300;
}
.con1 ul
{
list-style:none;
margin:0;
padding:0;
}
.con1 ul li
{
padding:10px 0;
font-size:18px;
padding-left:30px;
position:relative;
}
.con1 ul li i
{
position:absolute;
left:0;
top:13px;
}
.con2 .form #sendmessage {
    color: #18d26e;
    border: 1px solid #18d26e;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

.con2 .form-control
{
border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0;
    height: 50px;
    background: transparent;
}
.con2 .form-control:focus
{
    border-color: #cc98a3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(147, 73, 88, 0.25);
}

/*------------------------ top haeder---------------------------------------*/
.top-header
{
background:#01a451;
color:#fff;
}
.call ul li
{
display:inline-block;
padding:14px 5px;
font-size:13px;
}
.call ul li i
{
color:#fff;
padding-right:4px;
}
.call ul li a
{
color:#fff;
}
.call ul li a:hover
{
color: #01a451;
}
.social ul
{
list-style:none;
margin:0;
padding:0;
}
.social ul li
{
display:inline-block;
padding:10px 10px;
text-align:center;
}
.social ul li a
{
color:#fff;
}
.social ul li.last a
{
padding: 16px 25px 16px 25px;
    font-size: 12px;
    vertical-align: top;
    line-height: 27px;
    margin-left: 15px;
	background:#5d924a;
	color:#fff;
	font-weight: 600;
	text-transform:uppercase;
	    letter-spacing: 1px;
font-family: 'Montserrat', sans-serif;
}
.social ul li.last a:hover
{
background:#fff;
color:#033b4a;
}
.left2
{
text-align:left;
}
.right2
{
text-align:right;
}
@media(max-width:767px)
{
.left2, .right2
{
text-align:center;
}
}
/*------------------------ top haeder end---------------------------------------*/

.owl-dots
{
margin-top:40px;
text-align:center;
}
.owl-dots .owl-dot
{
width:10px;
height:10px;
background:#eee;
border-radius:100%;
display:inline-block;
margin:3px;
}
.owl-dots .owl-dot.active
{
background:#01a451;
}

.text-pages
{
padding:70px 0;
}
 
.text-pages .heading h2
{
color:#111;
}
 
.text-pages p
{
    font-size: 15px;
    font-weight: 500;
    line-height: 2.1;
    color: #333;
}

.text-pages ul
{
list-style:none;
padding:0;
margin-bottom:12px;
overflow:hidden;
}
.text-pages ul li
{
    /* color: #666; */
    padding-top: 7px;
    padding-bottom: 7px;
    position: relative;
    padding-left: 17px;
    font-size: 15px;
    font-weight: 500;
    /* line-height: 2.1; */
    color: #333;
}
.text-pages ul li a 
{
 	color: #333;
}
.text-pages ul li:before
{
content: "\f101";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	    color: #02a650;
    position: absolute;
    left: 0;
    top: 11px;
}

@media(min-width:768px)
{
.ul-2x li
{
width:49%;
float:left;
}
}

.text-pages h3
{
margin-top:25px;
margin-bottom:10px;
    font-size: 26px;
    font-weight: 600;
    color: #01a451;
}

.input {
    margin-bottom: 25px;
}

.cont
{
    color: #333;
    border-color: #f3f3f3;
    background-color: #f3f3f3;
	border-radius:32px;
	height:52px;
	box-shadow:none;
	/*padding-left:30px;*/
    border: 1px solid #eee;
    box-shadow: none;
    border-radius: 0;	
    background-clip: border-box;	
}

.con1 ul li
{
    padding: 7px 0;
    border-bottom: 1px dashed #eee;
    /* font-size: 16px; */
    line-height: 27px;
    font-weight: 400;
    position: relative;
    padding-left: 25px;
}

.con1 ul li:before
{
display:none;
content:'';
}

.con1 ul li em
{
position:absolute;
left:3px;
color:#01a451;
top:15px;
}

.con1 ul li a
{
color:#000;
}

.map2 {
    position: relative;
    padding-bottom: 55%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
	margin-top:25px;
}

@media (min-width: 768px)
{
.map2 {
    padding-bottom: 25%;
}
}

.map2 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pest-type
{
    background: #00a650;
    color: #fff;
    position: relative;
    margin-top: 100px;
    border-radius: 100px 7px 7px 100px;
}


.pest-type h3
{
font-weight:600;
margin:0;
}

.pest-type p
{
    color: #fff;
	margin-bottom:0;
}

.pest-content
{
    padding: 20px;
    margin-left: 250px;
}

.pest-type img
{
    width: 250px;
    height: 250px;
    position: absolute;
    border-radius: 50%;
    top: -25%;
    border: 4px solid #fff;
    box-shadow: 0px 0px 5px #eee;
}

.pest-type-even
{
border-radius: 7px 100px 100px 7px;
}

.pest-type-even img
{
right:0;
}

.pest-type-even .pest-content {
    margin-right: 250px;
	margin-left:0;
}

.pest-type-four img
{
    top: -12%;
}

.pest-type-five img
{
    top: -5%;
}

.pest-type-five.pest-type-even {
    border-radius: 7px 130px 130px 7px;
}

.list-unstyled li:before
{
display:none !important;
content:'' !important;
}

.list-unstyled li
{
    background: #f00;
    color: #fff !important;
    padding: 5px !important;
}

.alert-success {
    color: #ffffff;
    background-color: #01a451;
    border-color: #01a451;
}

@media(max-width:1024px)
{
.pest-type img
{
    top: -13%;
}

.pest-type-four img {
    top: -5%;
}

.pest-type {
    border-radius: 135px 7px 7px 135px;
}

.pest-type-even {
    border-radius: 7px 150px 150px 7px;
}

.pest:nth-child(2)
{
   position:relative;
}

.pest2 .pest-type-even img
{
    top: -26%;
}

.pest4 .pest-type p {
    font-size: 14px;
}

.pest4 .pest-type img {
    top: 0%;
}

.pest6 .pest-type img {
    top: -25%;
}	

.pest8 .pest-type img, .pest10 .pest-type img, .pest13 .pest-type img, .pest14 .pest-type img {
    top: -22%;
}

.box3_img {
    margin-top: 24px;
}
}

@media(max-width:768px)
{
.pest-type img {
    border-radius: 0;
    margin-top: 15px;
    margin-left: 15px;
    position: relative;
    float: left;
    top: auto;
    left: auto;
	width:220px;
	height:220px;

}

.pest-type {
    border-radius: 0;
    min-height: 250px;
}

.pest-type-even img {
    top: auto;
    right: auto;
    left: 0;
    float: right;
margin-right: 15px;	
margin-left: 0px;
}

.pest-type-five.pest-type-even
{
border-radius:0;
}

#intro .carousel-item {
    height: 400px;
}

.box3_img
{
display:none;
}

.box3 {
    margin-top: 50px;
}

#footer .footer-top .footer-links {
    margin-top: 30px;
}
}

@media(max-width:414px)
{
.pest-type img {
    border-radius: 0;
    margin-top: 0;
    margin-left: 0;
	margin-bottom:20px;
    position: relative;
    float: none;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    /* max-width: 100%; */
}

.pest-content {
    padding: 0;
    margin-left: 0;
}
.pest-type {
    padding: 20px;
	margin-top:50px;
}

.pest-type-even img {
    top: auto;
    margin-right: 0;
    /* text-align: center; */
    margin: 0 auto 20px;
    display: block;
}

.pest-type-even .pest-content {
    margin-right: 0;
    margin-left: 0;
}

.box1 {
    margin: 20px 0;
}

.heading h2 {
    font-size: 30px;
}

}
@media (min-width: 768px)
{
.li-2x li {
    float: left;
    width: 50%;
}
}
.seo p
{
 	margin-bottom:10px;
}



