
*{
	padding:0;
	margin:0;
}
*:focus{
	outline: none;
}
/*gobel*/
nav .logo a {
	padding: 0px;
}
.button_1{
	height: 38px;
	background:#fcba2a;
	border-radius: 5%;
	border:0;
	margin: auto;
	padding-left:20px;
	padding-right:20px;
	color: #000;
	font-size: 15px;
}
/*------------------------*/
/*NAVAGATION*/
/*------------------------*/
nav {
	margin-top: 0;
	background: #fff;
	padding: 10px 0;
	min-height: 90px;
	border-bottom: #fbb03b 3px solid;
    padding-top: 10px;
}
nav ul{
    list-style: none;
    margin: 0 2px;
    padding-top: 12px;
}
nav li {
    display: inline-block;
    padding: 5px 5px;
}
nav a {
	color:#006738;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 18px;
    padding-top: 5px;
	padding-left: 25px;
}
.navbar-toggler{
	border:none;
}
.navbar-toggler:hover{
	background-color: #f49416;
	transition: .3s;
}
.collapse{
	background-color:white;
}

.nav-link .cool-link::after {
	content: '';
	display: block;
	width: 0;
	height: 2px;
	background:#fbb03b;
	transition: width .3s;
	margin-left: 10px;
}
.nav-link .cool-link:hover::after {
	width: 100%;
	transition: width .3s;
}
nav a:hover{
	color: #fbb03b;
	text-decoration: none;
}
/*------------------------------------------------------------*/
/*------------------------*/
/*--contact-form--*/
/*------------------------*/
.title {
	font-size: 1.5em;
	line-height: 1.25;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2px;
	color: #f49416;
	padding-bottom: 15px;
}
.input-fields{
	padding: 0 15px;
}
.input-fields .items{
	width: 100%;
	padding-bottom: 5px;
}
.input-fields .items .label{
	display: block;
	font-size: 1em;
	color: #fff;
	text-transform: capitalize;
	padding-bottom: 2px;
}
.input-fields .items .input,
.input-fields .items .text-area{
	width: 100%;
	padding: 2px 10px;
}
/*------------------------------------------------------------*/
.showcase{
	background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.808)), url("img/cdc-SAwxJ8PHY3Q-unsplash.jpg") no-repeat 0;
	position: relative;
	width: 100%;
    height: 600px;
	background-size: cover;
	background-position: center;
}
.showcase h1{
	font-family: "Merriweather";
    font-weight: 700;
    text-transform: uppercase;
    font-size: 3.3rem;
    word-spacing: 1rem;
    padding-top: 150px;
    color: #fff;
}
.showcase span{
    font-family:"Merriweather";
	font-weight: 300;
	font-size: 2.8rem;
	line-height: 1.3;
	color: #f49416;
	margin-bottom: 0;
	text-align: justify;
}
.showcase p{
	font-family: "poppins";
    font-weight: 300;
    font-size: 2rem;
    line-height: 1.3;
    color: white;
    margin-bottom: 0;
    text-align: justify;
}
.showcase .btn{
    border: 2px solid #f49416 !important;
    color: white;
    padding: 20px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    margin: 40px auto;
    font-family:"Merriweather";
    text-transform: uppercase;
}
.showcase .btn:hover{
	background: #f49416;
	transition: 0.4s ease-out;
}
/*------------------------*/
/*--Available--*/
/*------------------------*/
.available{
	padding-top: 20px;
}
.available img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 150%;
    padding: 20px auto;
}
.available .container{
	display: flex;
	max-width: 1300px;
}
.available img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 60%;
	padding-bottom: 0px;
}
.available .row h1{
	margin: 40px 0px 0px 100px;
	color:rgb(97, 97, 97);
}
.available .row p{
	margin: 0px 130px;
	color:#111;
	font-size: 30px;
	color:#f49416;
}
/*------------------------------------------------------------*/
.section1 .text1{
	text-align: left;
	justify-content: left;
	padding: 10px 0;
	color: rgb(102, 102, 102);
}
.section1 .btn {
    background-color: #f49416;
    border: none;
    color: white;
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    margin: 40px auto;
    font-family: poppins;
    text-transform: uppercase;
    transition: background-color .2s ease-out, color 0.2s ease-out;
}
.section1 .btn:hover {
	background-color: #ff8c00;
}
.section1 h2{
    text-align: center;
	font-size:33px;
	margin:40px 0px;
	text-transform: uppercase;
	color:#006738;
	padding-bottom: 0px;
}
.section1 h2:before{
	display:block;
    height: 2px;
    background-color: #006738;
    content: " ";
    width:600px;
    margin:0 auto;
    margin-bottom:20px;
}
.section1 h2:after{
	display:block;
    height: 2px;
    background-color: #006738;
    content: " ";
    width:600px;
    margin:0 auto;
    margin-top:20px;
}
.section1 img{
    width: 100%;
    box-shadow: 0px 1px 3.36px 0.14px rgba(0, 0, 0, 0.90);
}
/*------------------------------------------------------------*/
/*------------------------*/
/*--service--*/
/*------------------------*/
.service{
	background-color: white;
	background-size: 100% 100%;
	padding: 50px 0;
	display: grid;
    align-self: center;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: auto auto auto;
}
.text-center{
	padding: 20px 0;
}
.text-center h4{
	color:green;
	padding-top: 10px;
}
/*------------------------------------------------------------*/
/*------------------------*/
/* video section */
/*------------------------*/
.outer-vid{
	padding:0px 0;
	background-color: #f49416;
	height: 600px;
}
.vid-1{
	float: left;
	padding: 20px 40px;
}
.outer-vid h2::after{
    height: 2px;
    background-color:white;
    content: " ";
	width: 380px;
}
.outer-vid, h2{
	color: white;
	text-align: center;
	text-transform: capitalize;
	padding: 40px 20px;
}
.service-list {
    color: #fff;
    padding-left: 80px;
    font-family: poppins;
    padding-right: 33px;
}
.service-list ul{
    list-style-type: none;
}
.service-list ul li{
    float: left;
	padding-bottom: 40px;
	font-size: 20px;
}
.service-list h2{
	text-align: center;
	padding-bottom: 20px;
	color: #006738;
	letter-spacing: 3px;
	font-size: 1.5rem;
	text-transform: uppercase;
}
.service-list i {
letter-spacing: 10px;
}
.service-list h2:after{
	display:block;
    height: 2px;
    background-color: #006738;
    content: " ";
    width:600px;
    margin:0 auto;
}
/*-------------------------------*/
/* end of video section */
/*-------------------------------*/
/*------------------------------------------------------------*/
/*-------------------------------*/
/* card boxes */
/*-------------------------------*/
.card {
    width: 100%;
    height: 95%;
    padding: 0px;
}
.boxes {
	padding: 50px 20px;
}
.boxes img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 30%;
    padding-top: 20px;
}
.boxes h3{
	text-align: center;
	margin-bottom: 50px;
}
.boxes h4 {
	padding-top: 15px;
	padding-bottom: 0px;
	color: #006738;
	text-align: center;
}
.boxes p{
	padding: 5px 25px 33px 25px;
	text-align: justify;
	color: rgb(102, 102, 102);;
}
.boxes h2{
	text-align: center;
	font-size:33px;
	margin:40px 0px;
	text-transform: uppercase;
	color:#006738;
	padding-bottom: 80px;
	margin:0px;
}
.boxes h2:before{
	display:block;
    height: 2px;
    background-color: #006738;
    content: " ";
    width:600px;
    margin:0 auto;
    margin-bottom:20px;
}
.boxes h2:after {
	display:block;
    height: 2px;
    background-color: #006738;
    content: " ";
    width:600px;
    margin:0 auto;
    margin-top:20px;
}
/*-------------------------------*/
/* end of card boxes */
/*-------------------------------*/
/*------------------------------------------------------------*/
/*-------------------------------*/
/* Area of serivce*/
/*-------------------------------*/
.area-of-service{
	background-color:#f49416;
	padding: 0 0;
}
.area-of-service h2{
text-align: center;
padding: 0px 0px;
}
.area-of-service h3{
	color: #fff;
	text-align: center;
    padding-bottom: 10px;
}
.area-of-service p{
	color: white;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 20px;
}
.area-of-service img {
	margin-top:25px;
    width: 450px;
    height: 350px;
    box-shadow: 0px 1px 3.36px 0.14px rgba(0, 0, 0, 0.90);
}
.area-of-service h2 {
	color: white;
	padding: 50px 2px 0 0;
}
.unit1{
	float: left;
	font-size: 20px;
}
.unit1 li{
	color: white;
	margin-bottom: 25px;
	padding-right: 30px;
}
.unit1{
	margin-bottom: 30px;
	font-size: 20px;
	float: left;
	padding: 20px 0;
}
.unit2 li{
color: white;
margin-bottom: 25px;
}
.unit2{
	margin-bottom: 30px;
	font-size: 20px;
	float: left;
	padding: 20px 40px;
}
.tech h3{
	padding: 20px 10px;
    margin-left: -70px;
}
.tech h3:after{
	display:block;
    height: 2px;
    background-color: #fff;
    content: " ";
    width:450px;
    margin:0 20px 0 20px;
    margin-top:30px;
}
.about h5{
	text-align: center;
	margin-bottom: 5px;
	padding-bottom: 0px;
	color:  #006738;
}
.about h4 {
	padding-top: 15px;
	padding-bottom: 0px;
	color: #006738;
	text-align: center;
}
.about p{
	padding: 20px 20px;
	text-align: justify;
	color: rgb(102, 102, 102);
}
.about h2{
	text-align: center;
	font-size:33px;
	margin:40px 0px;
	text-transform: uppercase;
	color:#006738;
	padding-bottom: 40px;
	margin:0px;
}
.about h2:before{
	display:block;
    height: 2px;
    background-color: #006738;
    content: " ";
    width:600px;
    margin:0 auto;
    margin-bottom:20px;
    margin-top: 40px;
}
.about h2:after {
	display:block;
    height: 2px;
    background-color: #006738;
    content: " ";
    width:600px;
    margin:0 auto;
    margin-top:20px;
}
.about .part1 h5:after{
	display:block;
    height: 2px;
    background-color: #006738;
    content: " ";
    width:300px;
    margin:0 auto;
    margin-top:10px;
}
.about .part2 h5:after{
	display:block;
    height: 2px;
    background-color: #006738;
    content: " ";
    width:300px;
    margin:0 auto;
    margin-top:10px;
}
/*-------------------------------*/
/* End of Area of serivce*/
/*-------------------------------*/
/*------------------------------------------------------------*/
/*-------------------------------*/
/* testomiails*/
/*-------------------------------*/
.section-testimonials  h2{
	text-align: center;
	font-size:33px;
	margin:40px 0px;
	text-transform: uppercase;
	color:#fff;
	padding: 30px 0px;
	margin: 0px 0px;
}
.section-testimonials h2:before{
	display:block;
    height: 2px;
    background-color: #fff;
    content: " ";
    width:600px;
    margin:0 auto;
    margin-bottom:20px;
}
.section-testimonials h2:after {
	display:block;
    height: 2px;
    background-color: #fff;
    content: " ";
    width:600px;
    margin:0 auto;
    margin-top:20px;
}
.section-testimonials{
	background-image:  linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(img/row2.jpg);
	background-size: cover;
	background-attachment: fixed;
	color: white;
	margin: 0px 0px;
}
blockquote{
	padding: 2%;
	font-style: italic;
	line-height: 145%;
}
blockquote:before {
	content: "\0022";
	font-size:300%;
}
cite{
	font-size: 90%;
	margin-top:25px;
	margin-bottom: 25px;
	display: block;
}
cite img{
	height: 50px;
	border-radius: 50px;
	margin-right: 10px;
	vertical-align: middle;
    border: 2px solid white;
}
/*-------------------------------*/
/* End---of----testomiails*/
/*-------------------------------*/
/*------------------------------------------------------------*/
/*-------------------------------*/
/* Footer */
/*-------------------------------*/
.section-testimonials  h2{
	text-align: center;
	font-size:33px;
	margin:40px 0px;
	text-transform: uppercase;
	color:#fff;
	padding: 50px 0px;
	margin: 0px 0px;
}
.footer-main-div{
	width: 100%;
	height: auto;
	margin:auto;
	background:#272727;
	padding: 20px 0px;
}
.footer-social-icons{
	width:100%;
	height: auto;
	margin: auto;
}
.footer-social-icons ul{
	margin:0px;
	padding:0px;
	text-align: center;
}
.footer-social-icons ul li{
	display:inline-block;
	width: 50px;
	height: 50px;
	margin: 0px 10px;
}
.footer-social-icons ul li a{
	color:#272727;
	font-size: 25px;
}
.footer-menu-one{
	width: 100%;
	height: auto;
	margin: auto;
	margin-top: 20px;
}
.footer-menu-one ul{
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.footer-menu-one ul li{
	display: inline-block;
	margin:0px 35px;
}
.footer-menu-one ul li a{
	font-family: arial;
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	text-transform:uppercase;
	text-decoration: none;
}
/*-------------------------------*/
/* End of Footer */
/*-------------------------------*/
/*------------------------------------------------------------*//*------------------------------------------------------------*/
/*-------------------------------*/
/*--pest control page--*/
/*-------------------------------*/
.showcase1{
	background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("img/pest-control1.jpg") no-repeat 0;
	position: relative;
	height:600px;
	background-size: cover;
	background-position: center;
}
.showcase1 h1{
	font-family: "Merriweather";
	font-weight: 700;
	text-transform: uppercase;
	font-size: 3.5rem;
	padding-top: 120px;
	color: #f49416;
	text-align: justify;
}
.showcase1 p{
	font-family:"poppins";
	font-weight: 300;
	font-size: 1.5rem;
	line-height: 1.3;
	color: white;
	margin-bottom: 0;
	text-align: justify;
}
.showcase1 .btn{
	background-color: #f49416;
	border: none;
	color: white;
	padding: 20px 30px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 1.3rem;
	font-weight: bold;
	margin: 40px auto;
	font-family: "Merriweather";
	text-transform: uppercase;
}
/*------------------------------------------------------------*//*------------------------------------------------------------*/
/*--termite page--*/
.showcase2{
	background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("img/termite.jpg") no-repeat 0;
	position: relative;
	height:600px;
	background-size: cover;
	background-position: center;
}
.showcase2 h1{
	font-family: "Merriweather";
	font-weight: 700;
    text-transform: uppercase;
	font-size: 3.5rem;
	padding-top: 120px;
	color: #f49416;
	text-align: justify;
}
.showcase2 p{
	font-family:"poppins";
	font-weight: 300;
	font-size: 1.5rem;
	line-height: 1.3;
	color: white;
	margin-bottom: 0;
	text-align: justify;
}
.showcase2 .btn{
	background-color: #f49416;
    border: none;
    color: white;
    padding: 20px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1.3rem;
    font-weight: bold;
    margin: 40px auto;
    font-family: "Merriweather";
    text-transform: uppercase;
}
/*------------------------------------------------------------*/
/*--bed bugs page--*/
.showcase3{
	background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("img/bedbugs.jpg") no-repeat 0;
	position: relative;
	height:600px;
	background-size: cover;
	background-position: center;
}
.showcase3 h1{
	font-family: "Merriweather";
	font-weight: 700;
    text-transform: uppercase;
	font-size: 3.5rem;
	padding-top: 120px;
	color: #f49416;
	text-align: justify;

}
.showcase3 p{
	font-family:"poppins";
	font-weight: 300;
	font-size: 1.5rem;
	line-height: 1.3;
	color: white;
	margin-bottom: 0;
	text-align: justify;
}
.showcase3 .btn{
	background-color: #f49416;
    border: none;
    color: white;
    padding: 20px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1.3rem;
    font-weight: bold;
    margin: 40px auto;
    font-family: "Merriweather";
    text-transform: uppercase;
}
.section-testimonials2{
	background-image:  linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(img/row2.jpg);
	background-size: cover;
	background-attachment: fixed;
	color: white;
	margin: 0px 0px;
}
/*------------------------------------------------------------*/
/*--service plan page--*/
.showcase4{
	background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("img/service-planbg.jpg") no-repeat 0;
	position: relative;
	height:600px;
	background-size: cover;
	background-position: center;
}
.showcase4 h1{
	font-family: "Merriweather";
	font-weight: 700;
    text-transform: uppercase;
	font-size: 3.5rem;
	padding-top: 120px;
	color: #f49416;
	text-align: justify;
}
.showcase4 p{
	font-family:poppins;
	font-weight: 300;
	font-size: 1.5rem;
	line-height: 1.3;
	color: white;
	margin-bottom: 0;
	text-align: justify;
}
.showcase4 .btn{
	background-color: #f49416;
    border: none;
    color: white;
    padding: 20px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1.3rem;
    font-weight: bold;
    margin: 40px auto;
    font-family: "Merriweather";
    text-transform: uppercase;
}
/*------------------------------------------------------------*/
/*--contact us page--*/
.showcase5{
	background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("img/contactus.jpg") no-repeat 0;
	position: relative;
	height:600px;
	background-size: cover;
	background-position: center;
}
.showcase5 h1{
	font-family: "Merriweather";
	font-weight: 700;
    text-transform: uppercase;
	font-size: 3.5rem;
	padding-top: 120px;
	color: #f49416;
	text-align: justify;
}
.showcase5 p{
	font-family:"poppins";
	font-weight: 300;
	font-size: 1.5rem;
	line-height: 1.3;
	color: white;
	margin-bottom: 0;
	text-align: justify;
	padding-bottom: 80px;
}

.showcase5 .btn{
	background-color: #f49416;
	border: none;
	color: white;
	padding: 10px 30px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	margin: 40px auto;
	font-family: poppins;
	text-transform: uppercase;
	transition: background-color 0.2s ease-out, color 0.2s ease-out;
}
.showcase5 .contact-btn{
	display: none;
}
/*-------------------------------*/
/* testomiails*/
/*-------------------------------*/
.text3 h3{
	text-align: center;
	color: #006738;
}
/*-------------------------------*/
/* termite*/
/*-------------------------------*/
.pest p{
padding: 0px;
padding-top: 0px;
text-align: justify;
}
.pest h2{
	text-align: center;
	font-size:33px;
	margin:40px 0px;
	text-transform: uppercase;
	color:#006738;
}
.pest h2{
	text-align: center;
	font-size:33px;
	margin:40px 0px;
	text-transform: uppercase;
	color:#006738;
	padding-bottom: 0px;
}
.pest h2:before{
	display:block;
    height: 2px;
    background-color: #006738;
    content: " ";
    width:600px;
    margin:0 auto;
    margin-bottom:20px;
}

.pest h2:after {
	display:block;
    height: 2px;
    background-color: #006738;
    content: " ";
    width:600px;
    margin:0 auto;
    margin-top:20px;
}

.pest {
	width: 100%;
	padding-bottom: 100px;
    margin-right: 100px;

}
.pest img{
	transition: all .2s ease-in-out;
	width: 50%;
	border-radius: 50%;
	border: 3px solid #38B449;
	display:inline-block;
	margin-left: 30px;
}
.pest img:hover{
	transform: scale(1.3);
}
.pest h2{
	text-align: center;
	padding: 30px 0;
}
.pest1 h2 {
	color:#006738;
	text-transform: uppercase;
	font-size: 25px;
}
.pest1 p {
	text-align: justify;
}
.pest1 li{
    padding:10px 26px 10px 0px;
    text-align: justify;
}
.pest1{
	padding-bottom: 40px;
}
.center{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.pest2 li{
	text-align: justify;
}
.pest2 ul h5{
	color:#fff;
}
.pest2 h2{
	text-align: center;
	font-size:33px;
	margin:40px 0px;
	text-transform: uppercase;
	color:#fff;
	padding-top: 60px;
}
.pest2 h2:before{
	display:block;
    height: 2px;
    background-color: #fff;
    content: " ";
    width:600px;
    margin:0 auto;
    margin-bottom:20px;
}
.pest2 h2:after {
	display:block;
    height: 2px;
    background-color: #fff;
    content: " ";
    width:600px;
    margin:0 auto;
    margin-top:20px;
}
.pest2 h5{
	color: #006738;
}
.pest2 p{
	word-spacing: 1px;
	letter-spacing: 2px;
	text-align: justify;
	padding-right: 5px;
	padding-bottom: 140px;
}
.pest2 {
	background-color: #f49416 ;
}
.pest2 .roach-pic img{
	margin-top:60px ;
    flex: 0 0 50%;
    max-width: 100%;
box-shadow: 0px 1px 3.36px 0.14px rgba(0, 0, 0, 0.90);
}
.pest2 .roach-pic {
	padding: 10px 0 50px 0;
}
.pest3 h5{
	color: #006738;
}
.pest3 h2{
	text-align: center;
	font-size:33px;
	margin:40px 0px;
	text-transform: uppercase;
	color:#006738;
	padding: 60px 0;
	margin:0px;
}
.pest3 h2:before{
	display:block;
    height: 2px;
    background-color: #006738;
    content: " ";
    width:600px;
    margin:0 auto;
    margin-bottom:20px;
}

.pest3 h2:after {
	display:block;
    height: 2px;
    background-color: #006738;
    content: " ";
    width:600px;
    margin:0 auto;
    margin-top:20px;
}
.pest3 img{
	box-shadow: 0px 1px 3.36px 0.14px rgba(0, 0, 0, 0.90);
}
.pest3 .mice-pic img{
box-shadow: 0px 1px 3.36px 0.14px rgba(0, 0, 0, 0.90);
}
.pest3 .mice-pic {
	padding-top: 0px;
	padding-bottom: 40px;
}
.pest3 p{
	text-align: justify;
}
.pest4 h4{
	color: #006738;
	padding: 20px 0;
}
.pest4 li{
	text-align: justify;
}
.pest4 h2{
	text-align: center;
	font-size:33px;
	margin:40px 0px;
	text-transform: uppercase;
	color:#fff;
	padding-top: 60px;
	padding-bottom: 0px;
}
.pest4 h2:before{
	display:block;
    height: 2px;
    background-color: #fff;
    content: " ";
    width:600px;
    margin:0 auto;
    margin-bottom:20px;
}
.pest4 h2:after {
	display:block;
    height: 2px;
    background-color: #fff;
    content: " ";
    width:600px;
    margin:0 auto;
    margin-top:20px;
}
.pest4 h5{
	color: #fff;
}
.pest4 p{
	word-spacing: 1px;
	letter-spacing: 2px;
	text-align: justify;
	padding-right: 5px;
	padding-bottom: 140px;
}
.pest4 {
	background-color: #f49416;
}
.pest4 .Mosquito-pic img{
box-shadow: 0px 1px 3.36px 0.14px rgba(0, 0, 0, 0.90);
}
.pest4 .Mosquito-pic {
	padding: 40px 0;
}
.pest5 li{
	text-align: justify;
}
.pest5 img{
	box-shadow: 0px 1px 3.36px 0.14px rgba(0, 0, 0, 0.90);
}
.pest5 h2{
	text-align: center;
	font-size:33px;
	margin:40px 0px;
	text-transform: uppercase;
	color:#006738;
	padding-bottom: 0px;
}
.pest5 h2:before{
	display:block;
    height: 2px;
    background-color: #006738;
    content: " ";
    width:600px;
    margin:0 auto;
    margin-bottom:20px;
}

.pest5 h2:after {
	display:block;
    height: 2px;
    background-color: #006738;
    content: " ";
    width:600px;
    margin:0 auto;
    margin-top:20px;
}
.pest5 h5 {
	color: #006738;
}
.pest5 p{
	word-spacing: 1px;
	letter-spacing: 2px;
	text-align: justify;
	padding-right: 5px;
	padding-bottom: 140px;
}
.pest5 .ant-pic {
	padding: 60px 0;
}
.pest6 {
	background-color: #f49416;
}
.pest6 {
	padding-bottom: 40px;
}
.pest6 h4 {
padding-top: 15px;
padding-bottom: 0px;
color: #fff;
text-align: center;
}
.pest6 p{
padding: 10px;
text-align: justify;
}
.pest6 h2{
	text-align: center;
	font-size:33px;
	margin:40px 0px;
	text-transform: uppercase;
	color:#fff;
	padding: 60px;
	margin:0px;
}
.pest6 h2:before{
	display:block;
    height: 2px;
    background-color: #fff;
    content: " ";
    width:600px;
    margin:0 auto;
    margin-bottom:20px;
}
.pest6 h2:after {
	display:block;
    height: 2px;
    background-color: #fff;
    content: " ";
    width:600px;
    margin:0 auto;
    margin-top:20px;
}
.pest6 img {
	align-self: center;
	max-height: 100px;
    max-width: 100px;
    width: 50px;
    height: 100px;
    width: 50%;
    border-radius: 50%;
}
/*-------------------------------*/
/* termite*/
/*-------------------------------*/
.termite-1{
	padding-bottom: 60px;
}
.termite-1 img{
	box-shadow: 0px 1px 3.36px 0.14px rgba(0, 0, 0, 2);
}
.termite-1 p{
	margin-top: 65px;
	padding-bottom: 40px;
}
.termite-1 h3{
	font-size: 25px;
	border-bottom: #006738;
	color: #006738;
	word-spacing: 5px;
}
.termite-1 h3:after{
	display:block;
    height: 2px;
    background-color: #006738;
    content: " ";
    width:200px;
    margin:0 auto;
    margin-bottom:20px;
}
.termite-2 img{
	box-shadow: 0px 1px 3.36px 0.14px rgba(0, 0, 0, 0.90);
	width: 350px;
	height: 250px;
}
.termite-2 p{
	color: #fff;
	padding-top: 15px;
	font-size: 20px;
}
.termite-2 h3{
	color: #fff;
	text-align: center;
	font-size: 25px;
	color: #fff;
	word-spacing: 2px;
}
.termite-2{
	padding:50px 0;
	background-color: #f49416;
}
.termite-2 h3:after{
	display:block;
    height: 2px;
    background-color: #fff;
    content: " ";
    width:300px;
    margin:0 auto;
    margin-bottom:20px;
}
.termite-2 span{
	font-weight: bold;
	color: #006738;
}
.termite-3 h2{
	text-align: center;
	font-size:33px;
	margin:40px 0px;
	text-transform: uppercase;
	color:#006738;
	padding-bottom: 0px;
}
.termite-3 h2:before{
	display:block;
    height: 2px;
    background-color: #006738;
    content: " ";
    width:600px;
    margin:0 auto;
    margin-bottom:20px;
}
.termite-3 h2:after{
	display:block;
    height: 2px;
    background-color: #006738;
    content: " ";
    width:600px;
    margin:0 auto;
    margin-top:20px;
}
.termite-label{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 30%;
}
.termite-3 h3{
	text-align: center;
	padding-top: 0px;
	color: #006738;
}
.termite-3 img{
	padding: 50px 0;
}
.section-testimonials2  h2{
	text-align: center;
	font-size:33px;
	margin:40px 0px;
	text-transform: uppercase;
	color:#fff;
	padding: 30px 0px;
	margin: 0px 0px;
}
.section-testimonials2 h2:before{
	display:block;
    height: 2px;
    background-color: #fff;
    content: " ";
    width:600px;
    margin:0 auto;
    margin-bottom:20px;
}

.section-testimonials2 h2:after {
	display:block;
    height: 2px;
    background-color: #fff;
    content: " ";
    width:600px;
    margin:0 auto;
    margin-top:20px;
}
.section-testimonials2{
	background-image:  linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5)), url(img/hintersee-3601004_1920.jpg) #f49416;
	background-size: cover;
	background-attachment: fixed;
	color: white;
	margin: 0px 0px;
}
/*-------------------------------*/
/* BEDBUGS*/
/*-------------------------------*/
.bedbug1{
	padding-bottom: 40px;
}
.bedbug1 p{
	padding: 20px 0px;
}
.bedbug1 img{
	width: 500px;
	height: 410px;
}

.bedbug2 img{
	box-shadow: 0px 1px 3.36px 0.14px rgba(0, 0, 0, .90);
	width: 350px;
	height: 250px;
}
.bedbug2 p{
	padding-top: 30px;
	font-size: 15px;
}
.bedbug2 h3{
	color: #fff;
	text-align: center;
	font-size: 25px;
	color: #fff;
	word-spacing: 2px;
}
.bedbug2{
	padding:50px 20px;
	background-color: #f49416;
}

.bedbug2 h3:after{
	display:block;
    height: 2px;
    background-color: #fff;
    content: " ";
    width:300px;
    margin:0 auto;
    margin-bottom:20px;
}
.bedbug2 span{
	font-weight: bold;
	color: #fff;
	font-size: 20px;
	padding-bottom: 20px;
}
.bedbug3 img{
    box-shadow: 0px 1px 3.36px 0.14px rgba(0, 0, 0, 0.90);
	width: 500px;
	height: 500px;
}
.bedbug3 p{
padding-top: 10px;
text-align: justify;
}
.bedbug3 h2{
	text-align: center;
	font-size:33px;
	margin:40px 0px;
	text-transform: uppercase;
	color:#006738;
	padding: 0px;
	margin:0px;
	padding-top: 40px;
}
.bedbug3 h2:before{
	display:block;
    height: 2px;
    background-color: #006738;
    content: " ";
    width:600px;
    margin:0 auto;
    margin-bottom:20px;
}

.bedbug3 h2:after {
	display:block;
    height: 2px;
    background-color: #006738;
    content: " ";
    width:600px;
    margin:0 auto;
    margin-top:20px;
}

.bedbug-fact {
	padding: 100px 0;
}
.button_2{
	height: 38px;
	background:#f49416;
	border-radius: 5%;
	border:0;
	margin: auto;
	padding-left:20px;
	padding-right:20px;
	color: #fff;
	font-size: 15px;
	text-decoration:none;
}
.button_2 a{
	text-decoration:none !important;
	color: #fff !important;
}
.button_2:focus{
	outline: none;
}
/*-------------------------------*/
/* service*/
/*-------------------------------*/
.service1 h2{
	text-align: center;
	font-size:33px;
	margin:40px 0px;
	text-transform: uppercase;
	color:#006738;
	padding: 0px;
	margin:0px;
	padding-top: 40px;
}
.service-plans h3{
	color:green;
}
.service1 h2:before{
	display:block;
    height: 2px;
    background-color: #006738;
    content: " ";
    width:600px;
    margin:0 auto;
    margin-bottom:20px;
}

.service1 h2:after {
	display:block;
    height: 2px;
    background-color: #006738;
    content: " ";
    width:600px;
    margin:0 auto;
    margin-top:20px;
}

.service-plans .btn-full {
	background:#f49416;
	border-radius: 20%;
	border:0;
	margin: 20px;
	padding: 10px 20px;
	color: #fff;
	font-size: 15px;
}

.service-plans{
	padding: 10px 0 50px 0px;
}
.plan-box {
	background-color: #fff;
	border-radius: 5px;
	width: 90%;
	margin-left: 5%;
	padding-top: 20px;
}
.plan-box div {
    padding: 18px;
	border-bottom: 1px solid #e8e8e8;
}
.plan-price {
	font-size: 300%;
	margin-bottom: 10px;
	font-weight: 100;
}
.plan-price span {
	font-size:30%;
	font-weight: 300;
}
.contact{
	padding-top: 25px;
}
.contact-us{
	width: 100%;
	max-width: 500px;
	height: 550px;
    background: rgba(0,0,0,0.7);
	padding: 50px 50px;
	font-family: Arial;
}
.contact2{
	padding: 4%;
}
.col-md-3{
	background: #ff9b00;
	padding: 4%;
	border-top-left-radius: 0.5rem;
}
.contact-info{
	margin-top:10%;
	text-align: center;
}
.contact-info img{
	margin-bottom: 15%;
}
.contact-info h4{
	color:#fff;
}
.contact-info h2{
	margin-bottom: 10%;
	color: #fff;
}
.col-md-9{
	background: #fff;
	padding: 3%;
	border-top-right-radius: 0.5rem;
	border-bottom-right-radius: 0.5rem;
}
.contact-form label{
	font-weight:600;
}
.contact-form button{
	background: #ff9b00;
	color: #fff;
	font-weight: 600;
	width: 35%;
	height: 25%;
}
.contact-form button:focus{
	box-shadow:none;
}
.col-md-9 .btn{
	margin-left: 35%;
	align-items: center;
}
/*------------------------------------------------------------*//*------------------------------------------------------------*/
    /*media
/*------------------------------------------------------------*//*------------------------------------------------------------*/
/* -media--of--nav- 1024 home*/
/*------------------------------------------------------------*//*------------------------------------------------------------*/
/* ----------- iPhone 6, 6S, 7 and 8 ----------- */
/* Portrait and Landscape */
/*-------------------------------------------------*/
/*-------------Home page one----------------*/
/*-------------------------------------------------*/
/* start of phone styles */
@media only screen
and (min-device-width: 375px)
and (max-device-width: 768px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) {
/* start of phone styles */
.navbar-nav {
	padding-left:3px;
	text-align: center;
}
.showcase{
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6)), url("img/home.jpg") no-repeat 0;
	position: relative;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 90%;
}
.nav-link .cool-link::after {
	display: none;
}
.nav-link .cool-link{
	border-top: 1px solid rgba(128, 128, 128, 0.11);
	display: flex;
	flex: 1 100%;
}
.available{
   display:none;
 }
 .contact{
   display: none;
 }
 .showcase h1{
	word-spacing:2px;
	letter-spacing: 8px;
	font-size: 2rem;
	padding: 20px 0px;
	font-family: poppins;
	text-align: center;
}
.showcase span{
	font-size: 1.4rem;
}
.showcase p{
	font-family: poppins;
	font-weight: 300;
	font-size: 21px;
	line-height: 1.5;
}
.showcase .btn{
	width:100%;
}
.section1 h2{
	font-size:20px;
	margin:20px 0px;
}
.section1 h2:before{
    width:310px;
}
.section1 h2:after{
    width:310px
}
.section1 .btn{
   width:100%;
}
.section1 .text1 {
    text-align: left;
}
.outer-vid{
height: 100%;
}
.outer-vid h2{
    font-size: 25px;
    padding: 20px 3px;
}
.vid-1 iframe{
	margin-left:-62px ;
	height: 200px;
	width: 350px;
}
.service-list li{
    font-size: 50px;
}
.card {
    width: 100% !important;
    height: 100%;
    padding: 0px;
    margin-bottom: 30px;
    display: inline-block;
}
.boxes {
    margin-bottom: 0px;
}
.boxes p{
	padding: 10px 20px;
	font-size: 10px;
	text-align: justify;
	margin: 10px;
}
.service-list ul li {
    font-size: 16px;
}
.service-list {
	text-align: left;
	float: left;
	padding:0;
	margin: 0;
}
.boxes h2 {
    font-size: 20px;
    padding: 20px 0px 30px 0px;
}
.boxes h2:before{
	width:300px;
}
.boxes h2:after {
	width:300px;
}
.area-of-service img {
    width: 460px;
    height: 300px;
    position: relative;
    right: 34px;
}
.about h2{
	display: none;
}
.about h5{
	padding-top: 40px;
}
.section-testimonials h2 {
    font-size: 20px;
    padding: 20px 0px 30px 0px;
}
.section-testimonials h2:before {
    width: 300px;
}
.section-testimonials h2:after {
    width: 300px;
}
.footer-menu-one ul li {
    margin: 0px 25px;
}
.footer-menu-one ul li a {
    font-size: 13px;
}
.tech h3 {
	text-align: center;
	padding: 20px 0;
}
.tech h3:after {
    background-color: #fff;
}
.unit1 li{
color: white;
font-size: 12px;
margin-bottom: 15px;
padding-right: 5px;
}
.unit1{
	padding: 20px 20px;
}
.unit2 li{
color: white;
margin-bottom: 15px;
}
.unit2{
	font-size: 12px;
	font-size: 12px;
    padding: 21px 55px;
}
.about h2{
	font-size:20px;
	margin: 0;
	text-transform: uppercase;
}
.about h2:before{
    width:300px;
}
.about h2:after{
    width:300px;
}
.about .part1 h5:after{
	display: none;
	padding-bottom: 0px;
}
.about .part2 h5:after{
	display: none;
	margin-top: 0px;
}
.section-testimonials h2:before {
    width: 300px;
}
.section-testimonials h2:after {
    width: 300px;
}
.section-testimonials h2{
	font-size: 20px;
}
.footer-menu-one ul li {
    display: inline-block;
    margin: 0px 17px;
}
.footer-menu-one ul li a {
	font-size: 10px;
}
/*-------------------------------------------------*/
/*-------------END of page one----------------*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/
/*-------------start of page two----------------*/
/*-------------------------------------------------*/
.showcase1{
	height: 400px;
}
.showcase1 .btn{
	width:100%;
	margin: 20px 0px 40px;
}

.showcase1 h1{
	padding:30px 0px 20px 0px;
	font-size: 2.1rem;
	text-align: center;
}

.showcase1 p{
	font-family:Merriweather;
	font-size: 18px;
	padding:0px 20px;
	line-height: 1.5;
	font-family:poppins;
}

.pest {
    width: 100%;
	padding-bottom: 25px;
}
.pest h2:before {
    width: 350px;
}
.pest h2:after {
    width: 350px;
}
.pest h2 {
	font-size: 25px;
}
.pest img {
    width: 160%;
    margin-left: -10px;
}

.pest1 li {
	margin-left:20px;
    padding: 15px 0px 10px 0px;
    text-align: justify;
}
.pest-info img{
	width: 100%;
    height: 100%;
}
.pest1 h2 {
	color: #006738;
    text-transform: uppercase;
    font-size: 25px;
}
.pest2 h2 {
	margin-bottom:20px;
	font-size:25px;
}
.pest2 h2:before {
    width: 300px;
	align-items: center;
}
.pest2 h2:after {
	width: 300px;
	align-items: center;
}
.pest2 .roach-pic img {
	box-shadow: 0px 1px 3.36px 0.14px rgba(0, 0, 0, 0.90);
	width:100%;
}
.pest3 h2{
	font-size: 25px;
}
.pest3 h2:before {
    width: 350px;
}
.pest3 h2:after {
    width: 350px;
}
.pest3 img {
	box-shadow: 0px 1px 3.36px 0.14px rgba(0, 0, 0, 0.90);
	width:100%;
	height: 250px;
}
.pest4 h2{
	font-size: 25px;
}
.pest4 h2:before {
	width: 300px;
	align-items: center;
}
.pest4 h2:after {
	width: 300px;
	align-items: center;
}
.pest4 .Mosquito-pic img {
	box-shadow: 0px 1px 3.36px 0.14px rgba(0, 0, 0, 0.90);
	width: 100%;
	height: 250px;
	margin-bottom: 50px;
}
.pest5 h2 {
    font-size: 18px;
}
.pest5 h2:before {
    width: 300px;
	align-items: center;
}
.pest5 h2:after {
	width: 300px;
	align-items: center;
}
.pest5 img {
    width: 100%;
}
.pest6 h2 {
	padding: 50px 0px 50px 0px;
	font-size: 25px;
	word-spacing: 5px;
}
.pest6 h2:before {
    width: 350px;
}
.pest6 h2:after {
    width: 350px;
}
/*-------------------------------------------------*/
/*-------------END of page two----------------*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/
/*-------------start of page three----------------*/
/*-------------------------------------------------*/
.showcase2{
	height: 400px;
}
.showcase2 .btn{
	width:100%;
	margin: 20px 0px 40px;
}

.showcase2 h1{
	font-family:poppins;
	font-size: 2.2rem;
    text-align: center;
    padding: 20px 0px 20px 0px;
}

.showcase2 p{
	font-family:poppins;
	font-weight: 300;
	font-size: 21px;
	padding:10px 0px 25px 0px;
	line-height: 1.5;
}

.termite-1 p {
    margin-top: 15px;
    padding: 0px 23px 20px 25px;
    text-align: justify;
}

.termite-2 p {
	margin-left: 20px;
	padding-bottom:1.5rem;
}
.termite-3 h2:before {
    width: 300px;
}
.termite-3 h2:after {
    width: 300px;
}
.termite-3 h2 {
    font-size: 20px;
}
.termite-3 img {
    padding: 16px 0;
}
/*-------------------------------------------------*/
/*-------------start of page four----------------*/
/*-------------------------------------------------*/
.showcase3{
	height: 400px;
}
.showcase3 .btn{
	width:100%;
	margin: 20px 0px 40px;
}
.showcase3 h1{
	text-align: center;
	letter-spacing: 8px;
	font-size: 2.1rem;
	padding: 20px 2px 20px 0px;
	font-family: poppins;
}

.showcase3 p{
	font-family:poppins;
	font-size: 21px;
	padding:10px 0px 50px 0px;
}

.bedbug1 img {
    width: 100%;
    height: 310px;
}
.button_2 {
	width: 100%;
}

/*-------------------------------------------------*/
/*-------------end of page four----------------*/
/*-------------------------------------------------*/


/*-------------------------------------------------*/
/*-------------start of page four----------------*/
/*------------------------------------------------- */
.showcase4{
	height: 400px;
}
.showcase4 .btn{
	width:100%;
	margin: 20px 0px 40px;
}


.showcase4 h1{
	text-align: center;
	letter-spacing: 4px;
	font-size: 2.1rem;
	padding: 20px 2px 20px 0px;
	font-family: poppins;
}

.showcase4 p{
	font-family:poppins;
	font-weight: 300;
	font-size: 21px;
	padding:10px 0px 50px 0px;
	line-height: 1.5;
}
.service1 h2 {
    text-align: center;
    font-size: 20px;
}

.service1 h2:before {
    width: 300px;
}
.service1 h2:after {
    width: 300px;
}
.plan-box div {
    padding: 18px 0px 0px 35px;
    border-bottom: 1px solid #e8e8e8;
}
.showcase5{
	height: 400px;
}
.showcase5 .btn{
	width:100%;
	margin: 20px 0px 40px;
}
.showcase5 h1{
	font-family: poppins;
	font-size: 2.1rem;
	padding-top: 20px;
	text-align: center;
}
.showcase5 p{
	font-family:poppins;
	font-weight: 300;
	font-size: 21px;
	padding:10px 0px 50px 0px;
	line-height: 1.5;
	text-align: left;
}
.contact-info img {
    margin-bottom: 0;
}
.footer-menu-one ul {
    margin: 0px;
    padding: 0px;
    text-align: center;
}
.service-plans {
    padding:  0px;
}
}

/* IPAD */
@media only screen

and (min-device-width: 768px)
and (max-device-width: 1024px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) {
.showcase h1{
		position: relative;
		left: 100px;
		word-spacing:2px;
		letter-spacing: 8px;
		font-size: 2rem;
		padding: 20px 0px;
		font-family: poppins;
		text-align: center;
}
.showcase span{
	position: relative;
	left: 100px;
	font-size: 1.7rem;
}
.showcase p{
	position: relative;
	left: 100px;
	font-family: poppins;
	font-weight: 300;
	font-size: 21px;
	line-height: 1.5;
}
.showcase .btn{
	position: relative;
	left: 100px;
	width:100%;
	padding: 10px 40px;
}
.text-center h4 {
	color: green;
	padding-top: 10px;
	font-size: 22px;
}
.area-of-service img {
	width: 560px;
	height: auto;
	position: relative;
	left: 50px;
}
.tech h3 {
	position: relative;
	left: 155px;
}
.unit1 li{
	position: relative;
	left: 155px;
}
.unit2{
	position: relative;
	left: 155px;
}
/* Pest Control */
.showcase1 p {
		position: relative;
		left: 100px;
        font-size: 21px;

	}
	.showcase1 .btn {
		position: relative;
		left: 100px;
	}
	.pest img {
		width: 100%;
	}
	.pest2 li {
		display: flex;
		flex:1;
		text-align: justify;
	}
	/* Termite control */

	.showcase2 p {
		position: relative;
		left: 100px;
		font-size: 21px;
	}
	.showcase2 .btn {
		position: relative;
		left: 100px;
	}
	.termite-2 img {
		width: 350px;
		height: auto;
	}
	.termite-3 img {
		padding: 50px 0;
		width: 400px;
	}
	/* Bed bugs */
	.showcase3 p {
		position: relative;
		left: 100px;
	}
	.showcase3 .btn {
		position: relative;
		left: 100px;
	}
	.bedbug2 h3 {
		color: #fff;
		text-align: center;
		font-size: 20px;
		color: #fff;
		word-spacing: 2px;
	}
	.showcase4 p {
		position: relative;
		left: 100px;
	}
	.showcase4 .btn {
		position: relative;
		left: 100px;
	}
}