    .agileinfo-phone {
    float: left;/*
    margin: .5em 2em 0 40px;
*/}
#bg{
background: -webkit-linear-gradient(45deg, #8BC34A 0%, #05abe0 100%);
	background: linear-gradient(45deg, #8BC34A 0%,#05abe0 100%);
	height:200px;
	width:1000px;
}
.service-item {
	cursor: default;
	background-color: #b1df9a;
	text-align: center;
	padding: 0px 0px 0px 0px;
	transition: all 0.7s;
	box-shadow: 4px 4px 10px #908e8e;
	margin-bottom: 1.7em;
        border:2px dotted #b1df9a;

}
.category-box{
	cursor: default;
	background-color: #b1df9a;
	text-align: center;
	padding: 0px 0px 0px 0px;
	transition: all 0.7s;
	box-shadow: 4px 4px 10px #908e8e;
	margin-bottom: 1.7em;
        border:2px dotted #b1df9a;
	
	
	
}

.service-item:hover {
	background-color: #b1df9a;
	
}

.service-item h4 {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.5px;
	margin-bottom: 15px;
	margin-top: 25px;
	text-transform:uppercase;
}

.service-item:hover h4 {
	color: #fff;

}

.service-item:hover p {
	color: #fff;
}



.scategory{
	cursor: default;
	background-color: #b1df9a;
	text-align: center;
	padding: 0px 0px 0px 0px;
	transition: all 0.7s;
	box-shadow: 4px 4px 10px #908e8e;
	margin-bottom: 1.7em;
        border:2px dotted #b1df9a;

}

.scategory:hover {
	background-color: #b1df9a;
	
}

.scategory h4 {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.5px;
	margin-bottom: 15px;
	margin-top: 25px;
	
}

.scategory:hover h4 {
	color: #fff;

}

.scategory:hover p {
	color: #fff;
}



.first-service .icon {
	background-image: url(images/4.png);
	
	height: 32px;
	width: 32px;
	display: inline-block;
}

.first-service:hover .icon {
	background-image: url(images/4.png);
	
}
  
#category_title{
	
	text-transform:capitalize;
}
 .category_img{
 padding-bottom:5px;
 
 }
 
 .dropbtn {
    background-color: #37a000;
    color: white;
    padding: 8px;
    font-size: 15px;
    border: none;
    cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
    background-color: #7cc754;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size:13px;
}

.dropdown a:hover {background-color: #ddd}

.show {display:block;}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.container1:hover .image {
  opacity: 0.3;
}

.container1:hover .middle {
  opacity: 1;
}

.text1 {
  background-color: #37a000;
  color: white;
  font-size: 13px;
  padding: 16px 32px;
}



.hrstyle{
	margin-top: 0px;
    margin-bottom: 0px;
    border: 3.9px solid  #37a000;
   
}

@media (max-width:680px){
.text1 {
   font-size: 12px;
 padding: 9px 18px;
}
}