* {
  //  border: 1px solid green;
}
body {
    font-size: 15px;
    font-family: 'Source Sans Pro', sans-serif;
    background: transparent;
    line-height: 1.6;
    font-weight: 400;
    color: #9F9F9F;
	overflow-x: hidden;
}
img {
    max-width: 100%;
}
a {
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
p {
    font-weight: 400;
    line-height: 25px;
    font-size: 14px;
}
h1 {
    font-size: 30px;
    line-height: 40px;
}
h1,
h2,
h3,
h4,
h5 {
    font-weight: 500;
    color: #000;
}
h5,
h6 {
    line-height: 24px;
}
h2 {
    font-size: 46px;
    line-height: 32px;
    font-family: "Merriweather", serif;
}
h3 {
    font-size: 40px;
    line-height: 28px;
    font-family: "Merriweather", serif;
}
h4 {
    font-size: 18px;
    line-height: 26px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 13px;
}
a,
a:hover,
a:focus,
.btn:focus {
    -webkit-text-decoration: none;
    -moz-text-decoration: none;
    -ms-text-decoration: none;
    -o-text-decoration: none;
    text-decoration: none;
    -webkit-text-decoration: none;
    -moz-text-decoration: none;
    -ms-text-decoration: none;
    -o-text-decoration: none;
    text-decoration: none;
    -webkit-text-decoration: none;
    -moz-text-decoration: none;
    -ms-text-decoration: none;
    -o-text-decoration: none;
    text-decoration: none;
    -webkit-text-decoration: none;
    -moz-text-decoration: none;
    -ms-text-decoration: none;
    -o-text-decoration: none;
    text-decoration: none;
    -webkit-text-decoration: none;
    -moz-text-decoration: none;
    -ms-text-decoration: none;
    -o-text-decoration: none;
    text-decoration: none;
    outline: none;
}
a {
    color: #000;
}
section {
    padding-bottom: 30px;
    padding-top: 30px;
}

.center {
    width: 100%;
  //  height: 100px;
    text-align: center;
    color: #fff;
   // position: absolute;
}

.btn-default.btn1 {
    font-family: 'Open Sans';
    display: inline-block;
    background: none;
    color: #272727;
    border: none;
    font-size: 26px;
    line-height: 1;
    font-weight: 400;
    padding: 15px 25px;
    text-decoration: none;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #ffd65e;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.btn-default.btn1:hover {
    color: #000;
    background: #ffe28d;
}


.btn {
    border-width: 1px;
    border-style: solid;
    border-color: #FFF;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 22px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    //min-width: 150px;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    color: #fff;
}
.btn:hover {
    border-color: #ffcf45;
    color: #ffcf45 !important;
}
.yellow {
    color: #ffcf45;
}
.green {
    color: #176010;
    border-color: #176010;
}
#svg-container {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
}
svg {
    margin: 0 auto;
    display: block;
}
.btn.focus,
.btn:focus,
.btn:hover {
    -webkit-text-decoration: none;
    -moz-text-decoration: none;
    -ms-text-decoration: none;
    -o-text-decoration: none;
    text-decoration: none;
}
small {
    font-family: 'Source Sans Pro', sans-serif;
}





#top1 {
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    min-width: 320px;
}

.top1_wrapper {
    padding-top: 7px;
    padding-bottom: 7px;
    //background: #176010;
	background:#176010;
}

.top1 {
    color: #e1e1e1;
    font-family: 'Lato';
    font-weight: 300;
    text-transform: uppercase;
    text-align: right;
}

.top1 strong {
    font-weight: 900;
}

.phone1 {
    display: inline-block;
    padding-right: 25px;
}

.phone2 {
    display: inline-block;
}


.navbar {
    text-transform: uppercase;
}
.navbar .navbar-nav {
    letter-spacing: 0px;
    margin-left: 15px;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 14px;
}
.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    -ms-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    -ms-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    -ms-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.top-nav-collapse .navbar-nav > li > a.current {
    color: #176010;
}
.nav > li > a {
    padding: 14px 0px;
    margin: 0 17px;
    letter-spacing: 2px;
}
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
    margin-left: -2px;
}
.navbar {
    padding: 40px 0;
    border-bottom: 0;
    letter-spacing: 1px;
    background: 0 0;
    -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
    -ms-transition: background .5s ease-in-out, padding .5s ease-in-out;
    -o-transition: background .5s ease-in-out, padding .5s ease-in-out;
    transition: background .5s ease-in-out, padding .5s ease-in-out;
}
.top-nav-collapse {
    padding: 12px 0px;
    background-color: rgba(255, 207, 69, 0.94);
}
.top-nav-collapse .navbar-nav > li > a {
    color: #fff;
}
.navbar-nav > li > a.current {
    color: #176010;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
    color: #176010;
}
.top-nav-collapse .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:hover,
.top-nav-collapse .navbar-nav > li > a.current:focus {
    color: #176010;
}
.top-nav-collapse .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:focus {
    color: #FFF;
}
/* centered navigation  
@media (min-width:768px) { 
 .nav.navbar-nav {
     float: left;
 }
 .nav.navbar-nav {
     clear: left;
     float: left;
     margin: 0;
     padding: 0;
     position: relative;
     left: 50%;
     text-align: center;
 }
 .nav.navbar-nav > li {
     position: relative;
     right: 50%;
 }
 .nav.navbar-nav li {
    text-align: left
 }
}
*/

.section__headline {
    text-align: center;
    margin-top: 100px;
}

   
.text-small {
    font-size: 11px;
    line-height: 20px;
    display: inline-block;
    margin-top: 14px;
    color: #FFF;
}
.header {
    height: 600px;
    width: 100%;
	padding: 0;
	margin: 0;
}
.header:before {
    position: relative;
    text-align: center;
    color: #fff;
    background-color: #0B0B0B;
    height: 600px;
}
.header .carousel-inner:after{
	content: ''; 
	display: block;
	width: 414px;
	height: 60px;
	background: url(../images/corner1.png) center top no-repeat; 
	position: absolute; 
	left: 50%;
	margin-left: -207px;
	bottom: 0;
}
	



.header .carousel-inner .item {
    height: 600px;
}
.bootstrapImageContainer1 {
    background: linear-gradient(rgba(255, 207, 69, 0.95), rgba(23, 96, 16, 0.35)), url('../images/slider/slide1.jpg');
    background-size: cover;
    background-position: center center;
}
.bootstrapImageContainer2 {
    background: linear-gradient(rgba(255, 207, 69, 0.95), rgba(23, 96, 16, 0.35)), url('../images/slider/slide2.jpg');
    background-size: cover;
    background-position: center center;
}
.bootstrapImageContainer3 {
    background: linear-gradient(rgba(255, 207, 69, 0.95), rgba(23, 96, 16, 0.35)), url('../images/slider/slide3.jpg');
    background-size: cover;
    background-position: center center;
}
.bootstrapImageContainer4 {
    background: linear-gradient(rgba(255, 207, 69, 0.95), rgba(23, 96, 16, 0.35)), url('../images/slider/slide4.jpg');
    background-size: cover;
    background-position: center center;
}
.bootstrapImageContainer5 {
    background: linear-gradient(rgba(255, 207, 69, 0.95), rgba(23, 96, 16, 0.35)), url('../images/slider/slide5.jpg');
    background-size: cover;
    background-position: center center;
}
.flipper {
    width: 100%;
    height: 100px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 350px;
}
.flipper h1 {
    color: #FFF;
    margin: 0px;
    text-transform: capitalize;
    font-family: "Source Sans Pro", sans-serif;
    text-shadow: 1px 1px 1px #444;
    font-size: 48px;
    text-transform: uppercase;
    font-weight: normal;
}
.flipper a {
    color: #fff;
    text-decoration: none;
    margin-top: 55px;
    font-size: 15px;
}
.flipper a:hover {
    color: #fff;
}
.flipper h2 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 89px;
    margin: 0px 0px 8px;
    color: #FFF;
    letter-spacing: 10px;
    font-family: "Source Sans Pro", sans-serif;
}
.flipperButton {
    width: 152px;
    text-align: center;
    border: 1px solid #fff;
    font-size: 14px;
    height: 44px;
    background-color: transparent;
    margin-top: 16px;
    font-size: 14px;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    text-transform: uppercase;
    margin-left: 10px;
    letter-spacing: 2px;
}
.flipperButton:hover {
    background-color: #fff;
    color: #000!important;
}
.flipperButton:hover a {
    color: #176010!important;
}
.carousel-indicators {
    margin-bottom: 120px;
}
.carousel-indicators li {
    width: 20px;
    height: 4px;
    border: none;
    border-radius: 20px;
    background: #fff;
}
.carousel-indicators .active {
    width: 20px;
    height: 5px;
    background: #ffcf45;
}
.header .carousel-control .glyphicon {
    color: #176010;
	margin: 20px;
}

.header .carousel-control{
	display: block;
	width: 414px;
	height: 60px;
	position: absolute; 
	left: 50%;
	margin-left: -207px;
	top:87%;
	margin-top: 0;
	margin-bottom: 0;
	
}



.header .carousel-control .glyphicon-chevron-right {
 right : 35%;
}

.header .carousel-control .glyphicon-chevron-left{
 left : 35%;
}
.header:hover .carousel-control .glyphicon {
    transform: scale(1);
    transition: all 0.3s ease-out 0s;
}

.areas{
	font-size:50px;
	line-height:50px;
}
.coveredareas {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: none;
    padding-top: 90px;
    padding-bottom: 90px;
	background-color: rgba(255, 207, 69, 0.1);
}


.coveredareas-content {
    text-align: center;
}


#coveredareas {
    padding-bottom: 160px;
}

#coveredareas .wave {
    position: relative;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 86px;
}


.section-about {
    position: relative;
    padding: 20px 0 60px;
    background: #176010;
}

.about {
    font-size: 18px;
    margin-top: 50px;
    padding-right: 23px;
	
}
.about h3 {
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
}
.about small {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 300;
    display: block;
    line-height: 0.8;
    letter-spacing: 8px;
    margin-bottom: 30px;
}
.about p {
    text-align: justify;
}

.about .jumbo-text {
    text-transform: uppercase;
    font-size: 40px;
	text-align: center;
}

.welcome {
    padding-bottom: 25px;
    color: #fff;
}

.welcome .txt1 {
    font-family: 'Lato';
    font-size: 24px;
    font-weight: 700;
    font-style: italic;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    line-height: 1.1;
}

.welcome .txt1:after {
    content: '';
    display: block;
    width: 68px;
    height: 4px;
    background: #ffcf45;
    position: absolute;
    left: 0;
    bottom: 0;
}

.welcome .txt2 {
    padding-bottom: 10px;
}

.item-1, 
.item-2, 
.item-3,
.item-4,
.item-5
 {
	position: absolute;
    display: block;
	top: 150%; 
    width: 60%;
  
    font-size: 2em;

	animation-duration: 40s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}

.item-1{
	animation-name: anim-1;
}

.item-2{
	animation-name: anim-2;
}

.item-3{
	animation-name: anim-3;
}

.item-4{
	animation-name: anim-4;
}

.item-5{
	animation-name: anim-5;
}

@keyframes anim-1 {
 0% { 
   //left: -100%; opacity: 0; 
   left: 25%; opacity: 1; 
  // left: 110%; opacity: 0; 
   }
}

@keyframes anim-2 {
  20%{ 
   // left: -100%; opacity: 0; 
    left: 25%; opacity: 1; 
   // left: 110%; opacity: 0; 
	}
}

@keyframes anim-3 {
  40% { 
   //left: -100%; opacity: 0; 
   left: 25%; opacity: 1; 
   //left: 110%; opacity: 0; 
   }
}

@keyframes anim-4 {
  60%{
   //left: -100%; opacity: 0; 
   left: 25%; opacity: 1; 
  // left: 110%; opacity: 0; 
   }
}

@keyframes anim-5 {
  80% {
 	//left: -100%; opacity: 0; 
    left: 25%; opacity: 1; 
    //left: 110%; opacity: 0; 
	}
}



.section-pests{
	//margin : 50px;
	margin-left : 50px;
	margin-right: 50px;
}
.pest_wrapper {
    margin-bottom: 30px;
}

.pest  {
    position: relative;
    display: block;
}

.pest  img {
    width: 100%;
}

.pest  .txt1 {
    font-family: 'Lato';
    font-size: 16px;
    color: #757575;
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 10px;
    text-transform: uppercase;
}

.pest:after {
    content: '';
    display: inline-block;
    border: 1px solid #d6d6d6;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.pest:hover {
    border: 3px solid #ffcf45;
}

.pest:hover{
    display: block;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}


   
.section-services {
 padding-bottom: 160px;
}

.section-services h3 {
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
}

.service:hover {
    color: #176010;
    cursor: pointer;
}

#ServiceSlider .carousel-control .glyphicon {
    color: #176010;
	margin: 20px;
}

.item p {
	font-size : 20px;
	color: #9F9F9F;
    padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 10px;
	
}

.item p span {
    font-weight: 500;
	border-bottom: 4px solid #ffcf45;
	
}

/* loading dots */

.sendtext {
    padding: 0;
    margin: 0;
}
.loading:after {
    content: ' .';
    animation: dots 1s steps(5, end) infinite;
}
@keyframes dots {
    0%, 20% {
        color: rgb(0, 0, 0);
        text-shadow: .25em 0 0 rgb(0, 0, 0), .5em 0 0 rgb(52, 152, 219);
    }
    40% {
        color: #ffcf45;
        text-shadow: .25em 0 0 rgb(52, 152, 219), .5em 0 0 rgb(52, 152, 219);
    }
    60% {
        text-shadow: .25em 0 0 #ffcf45, .5em 0 0 rgb(52, 152, 219);
    }
    80%,
    100% {
        text-shadow: .25em 0 0 #ffcf45, .5em 0 0 #ffcf45;
    }
}
.border{
	border:  1px solid #176010;
    padding: 30px;
	padding-bottom: 46px;
	margin-top: 10px;
}
.contact {
    padding-bottom: 50px;
 }
.contact h3 {
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
}
.contact small {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 300;
    display: block;
    line-height: 0.8;
    letter-spacing: 8px;
    margin-bottom: 30px;
}
.contactForm {
    margin: 0 0 50px;
}
.contact_left {
    margin-top: 10px;
}
.cont_right {
    padding-left: 20px;
    margin-top: 10px;
}
.cont-details .icon {
    color: #479ED5;
    font-size: 25px;
}
.cont-details i {
    color: #176010;
    font-size: 15px;
    padding-right: 15px;
}
.cont-details {
    margin: 7px 0 30px;
    text-align: justify;
}
.cont-details h3 {
    margin-top: 4px;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 22px;
}
.cont-details p {
    font-size: 14px;
}
.contact .form-group {
    margin-bottom: 25px;
}
.section-contact .form-group input,
.section-contact .form-group textarea {
    background: transparent;
    border-width: 1px 1px 1px;
    border-style: solid;
    border-color: #176010;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -ms-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -o-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    color: #555;
    font-size: 12px;
    padding: 15px;
}
.section-contact .form-group input.form-control {
    height: auto;
}
.form-control {
    line-height: 0;
    transition: all 0.15s ease 0s;
}
#done {
    color: green;
    //display: none;
}
#failed {
    color: red;
    //display: none;	
}
#message.form-control {
    line-height: 1.5;
}
.section-contact{
  background-color: rgba(255, 207, 69, 0.1);
}
.section-contact .form-control:focus {
    border-color: #ffcf45;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.section-contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #999;
}
.section-contact:-moz-placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #999;
}
.section-contact::-moz-placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #999;
}
.section-contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #999;
}
.section-contact .text-danger {
    color: #03c9a9;
}
.section-contact ul {
    padding-left: 14px;
}
.section-address {
    padding: 80px 0px;
    //background-color: #f6eadf;
    color: #808080;
	margin-left: 50px;
}
.media-right {
    vertical-align: middle;
}
#map {
    width: 100%;
    //height:450px;
    background: #f6eadf;
}
footer {
    //background-color: #f6eadf;
    color: #808080;
}
.footer-top {
    padding: 30px 0px;
}
.row-columns {
    margin-top: -50px;
}
.column {
    margin-top: 50px;
}
.footer .social_footer {
    margin-top: 0px;
}
.social_footer a {
    margin: 0px 7px;
    font-size: 23px;
    color: #176010;
    margin-right: 35px;
}
.social_footer li:hover {
    color: #FFF;
}
.icon {
    display: inline-block;
    font-size: 45px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    color: #176010;
}
.text-right-md {
    text-align: right;
}
.footer-links {
    margin: 10px -12px 0px 0px;
}
.footer-links a {
    margin: 0px 12px;
    color: #176010;
    font-size: 15px;
}
.footer-links a:hover {
    -webkit-text-decoration: underline;
    -moz-text-decoration: underline;
    -ms-text-decoration: underline;
    -o-text-decoration: underline;
    text-decoration: underline;
}
figure {
    padding: 20px;
}
.copyright {
    padding: 30px 0px;
    font-size: 15px;
    text-transform: capitalize;
}
.text-primary {
    color: #176010;
}