#stats2 {
	padding: 40px 0;
}
.bg-black2 {
	background: #006832;
}
.bg-black2 {
	color: #fff;
	
}
.stats2-info {
	text-align: center;
}
.stats2-info i {
	color: #fff;
	font-size: 40px;
	margin: 0 auto 10px;
	display: table;
}
.stats2-info img {
	width: 35px;
}
.stats2-info p {
	opacity: 01;
	color: #fff;
	font-size: 29px;
	margin: 0 0 10px;
	font-family: Roboto Slab;
}
.states2-info p {
	font-size: 16px;
	color: #353535;
	line-height: 28px;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.5px;
}
.stats2-info h2 {
	color: #fff;
	font-size: 14px;
	font-family:Arial;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 700;
	line-height: 25px;
}

#features .title h3
{
	color: #000000;
margin-bottom: 15px;
font-size: 36px;
line-height: 48px;
font-weight: 700;
}
#features ul li a
{
	color:#363636;
}
#features ul li a:hover
{
	color:#ff6f05;
	text-decoration: none;
}

#features .title
{
	padding-bottom: 35px
}
.slider-banner .title a
{
	color: yellow;
font-weight: 700;
letter-spacing: 1px;
}
.slider-banner .title a:hover
{
	color: #FFFFFF;
    text-decoration:none;
}
.title h3
{
	margin-bottom: 10px;
}
.title p {
	
	padding: 0 10%;
}
.title p {
	font-size: 16px;
	color: #353535;
	line-height: 28px;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.5px;
}
.list li {
	padding: 6px 0 9px 35px;
	position: relative;
	color: #555;
}
#pricing
{
	background: #d7d7d7;
}
#pricing h2 {
	
	color: #006832;
	margin-bottom: 50px;
	font-size: 36px;
	line-height: 48px;
	font-weight: 700;

}
#pricing h3 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 35px;
	margin-top: 10px;
	position: relative;
	color: #fb9b76
}
#pricing .features-list li {
	font-size: 15px;
	list-style: none;
	padding: 5px 0;
	letter-spacing: 0.5px;
	color: #fb9b76	;
	border-bottom: 1px solid #3e3e3e;
}
#pricing .features-list li::before {
	text-shadow: none;
	-webkit-font-smoothing: antialiased;
	font-family: 'fontawesome';
	speak: none;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	text-transform: none;
	color:  #fb9b76;
	content: "\f178";
	font-size: 19px;
	margin-right: 15px;
	position: relative;
	top: 2px;
}
.info-content2 {
	padding: 50px 0 25px !important;
	background: #254a28 !important;
}
.info-content2 h3::after {
	background-color: #FFFFFF;
	bottom: -10px;
	content: "";
	height: 0px;
	left: 0;
	width: 15px;
	position: absolute;
	z-index: 0;
}
.info-content2 h3 {
	font-weight: 700;
	font-size: 32px;
	margin-top: 0px;
	margin-bottom: 18px;
	letter-spacing: 0.2px;
	color: #F2F2F2;
	text-align: center;
}
.info-content2 p {
	margin: 0 0 20px;
	color: #f2f2f2;
	text-align: center;
	opacity: 1;
	letter-spacing: 1px;
}
.info-content2 p {
	/*font-style: italic;*/
	font-size: 18px;
}
h3 ,h2
{
	font-family: 'Roboto Slab', sans-serif;
}
.feature-box {
	padding: 20px;
	border: 2px solid;
	margin-bottom: 30px;
	min-height: 125px;
}
.feature-box:hover {
	padding: 20px;
	border: 2px solid #f98559;
	margin-bottom: 30px;
	min-height: 125px;
}
#boxes .description-wrapper ul {

	padding-left: 0px
}

#boxes .description-wrapper li {
	font-size: 15px;
	list-style: none;
	padding: 5px 0;
	letter-spacing: 0.5px;
	color: #FFFFFF;
}
#boxes .description-wrapper li::before {
	text-shadow: none;
	-webkit-font-smoothing: antialiased;
	font-family: 'fontawesome';
	speak: none;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	text-transform: none;
	color: #fb9b76;
	content: "\f178";
	font-size: 19px;
	margin-right: 15px;
	position: relative;
	top: 2px;
}
#about
{
	background: #254a28;
}
#about h2 {
	padding-bottom: 35px;
	color: #9dfe67;
}

#about p {
	font-size: 16px;
color: #ddd;
line-height: 24px;
font-weight: 300;
font-family: 'Roboto', sans-serif;
letter-spacing: 0.5px;
opacity: 1;
}

/* PRICE TABLE */
.row-flex {
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
}

.price-table {
    max-width: 400px;
    min-height: 320px;
    background-color: #fff;
    border-radius: 0 0 0 25px;
    border: 1px solid #ccc;
    box-shadow: 5px 5px 8px #ccc;
    display: block;
    margin: 10px auto;
    padding: 30px 0 8px 0;
    text-align: center;
}

.price-table span {
    display: block;
}

.price-table span:first-child {
    padding: 16px 0 10px 0;
    font-size: 2em;
    text-transform: uppercase;
    font-weight: bold;
}

.price-table span:nth-child(2) {
	padding: 10px 0 10px 0;
	font-size: 22px;
	border-bottom: 2px solid #eae6e6;
}

.price-table span:nth-child(3) {
    padding: 8px 0;
    font-weight: bold;
    font-size: 1.2em;
}

.price-table > ul {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
}

.price-table > ul > li {
    display: block;
    padding: 8px 0;
}

.price-table > ul > li:first-child {
    border-top: 1px solid #ccc;
}

.price-table > ul > li {
    border-bottom: 1px solid #ccc;
}

.price-table a,
.price-table a:active,
.price-table a:focus,
.price-table a:hover,
.price-table a:visited {
    text-transform: uppercase;
    display: inline-block;
    padding: 8px 16px;
    text-decoration: none;
    font-weight: bold;
    transition-duration: .2s;
}

/* Colors */
.pt-bg-black span:first-child {
    background-color: #212121;
    color: #fcfcfc;
}

.pt-bg-black span:nth-child(2) {
    background-color: #212121;
    color: #D5D8DC;
}

.pt-bg-black a {
    border: 3px solid #212121;
    color: #212121;
    margin-top: 8px;
}

.pt-bg-black a:hover {
    background-color: #212121;
    color: #fff;
} /* End Color Black */

.pt-bg-green span:first-child {
    background-color: #000000;
    color: #fcfcfc;
}

.pt-bg-green span:nth-child(2) {
	background-color: #FDFDFD;
	color: #645555;
}

.pt-bg-green a {
    border: 3px solid #000000;
    color: #000000;
    margin-top: 8px;
}

.pt-bg-green a:hover {
    background-color: #000000;
    color: #fff;
} /* End Color Green */

.pt-bg-red span:first-child {
    background-color: #000000;
    color: #fcfcfc;
}

.pt-bg-red span:nth-child(2) {
	background-color: #FDFDFD;
	color: #555;
}

.pt-bg-red a {
    border: 3px solid #000000;
    color: #000000;
    margin-top: 8px;
}

.pt-bg-red a:hover {
    background-color: #000000;
    color: #fff;
} /* End Color Red */

.pt-bg-blue span:first-child {
    background-color: #000000;
    color: #fcfcfc;
}

.pt-bg-blue span:nth-child(2) {
	background-color: #FDFDFD;
	color: #555;
}

.pt-bg-blue a {
    border: 3px solid #000000;
    color:#000000;
    margin-top: 8px;
}

.pt-bg-blue a:hover {
    background-color: #000000;
    color: #fff;
} 
.pt-bg-green span:first-child:hover {
	background-color: #ff6f05;
	color: #fcfcfc;
	
}
.pt-bg-red span:first-child:hover {
	background-color: #ff6f05;
	color: #fcfcfc;
}
.pt-bg-blue span:first-child:hover {
	background-color: #ff6f05;
	color: #fcfcfc;
} 
/* End Color Blue */
/* END PRICE TABLE */
#features-boxes h3
{
	
	color: #1a1a1a;
	margin-bottom: 50px;
	font-size: 36px;
	line-height: 48px;
	font-weight: 700;

}
/* aminity */
.service-content {
	border: 2px solid gainsboro;
	padding: 25px;
	background: #f2f2f2;
}
.services-s5 .service-content i {
	display: table;
	font-size: 40px;
	margin: 0 auto 20px;
	padding: 0px;
	cursor: pointer;
	background: transparent;
	text-decoration: none;
	color: #8B0000;
	width: 90px;
	height: 90px;
	line-height: 88px;
	border-radius: 50%;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	text-align: center;
}
.service-content img {
	width: 40px;
	vertical-align: sub;
}
.services-s5 .service-content i {
	font-size: 40px;
	cursor: pointer;
	color: #8B0000;
	line-height: 88px;
	text-align: center;
}
.services-s5 .service-content i::after {
	content: '';
	position: absolute;
	border: #8B0000 solid 2px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: top, right, bottom, left;
	transition-property: top, right, bottom, left;
	border-radius: 50%;
}
.mt-60{
    margin-top:20px;
}

.section-block-grey {
    padding: 90px 0px 90px 0px;
    background-color: #f9f9f9;
}

.serv-section-2 {
    position: relative;
    border: 1px solid #1a1a1a;
    background: #fff;
    box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
    border-radius: 5px;
    overflow: hidden;
    padding: 30px;
	margin-bottom: 15px;
}

/*.serv-section-2:before {
    position: absolute;
    top: 0;
    right: 0px;
    z-index: 0;
    content: " ";
    width: 120px;
    height: 120px;
    background: #f5f5f5;
    border-bottom-left-radius: 136px;
	border-left: 2px solid #ff6f05;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}
*/
.serv-section-2-icon {
    position: absolute;
    top: 18px;
    right: 22px;
    max-width: 100px;
    z-index: 1;
    text-align: center;
}

.serv-section-2-icon i {
    color: #5f27cd;
    font-size: 48px;
    line-height: 65px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.serv-section-desc {
    position: relative;
}

.serv-section-2 h4 {
    color: #333;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
}

.serv-section-2 h5 {
    color: #333;
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
    margin-top: 5px;
}

.section-heading-line-left {
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    background: #ff6f05;
    border-radius: 25%;
    margin-top: 15px;
    margin-bottom: 5px;
}

.serv-section-2 p {
    margin-top: 25px;
    padding-right: 50px;
}

.serv-section-2:hover .serv-section-2-icon i {
    color: #fff;
}

.serv-section-2:hover:before {
    background: #ff6f05;
}
.serv-section-2 img
{
	width: 50px;
}
/*contact */
.agent-contact a{
font-size: 18px;
letter-spacing: 1px;
}
.agent-contact a{
text-decoration: none;
}
#contact i
{
	font-size: 35px;
}
#contact  h3 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
	position: relative;
}
#features-boxes a
{
	text-decoration: none;
}