/*==================================

font-family: 'Arial', sans-serif;

==================================== */


/*=========== TABLE OF CONTENTS ===========
1. General css (Reset code)
2. Header
3. Menu
4. Slider
5. About
6. Service
7. Contact
8. Location
9. Footer
10. Footer Copyright

===========*/
/*-------------------------------------
		1.General css (Reset code)
--------------------------------------*/
*{
    padding: 0;
    margin: 0;
}

*{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
body{
	font-size:14px;
	background: #fff;
    max-width:1920px;
    margin:0 auto;
	overflow-x:hidden;
}

a,a:hover,a:active,a:focus {
	display:inline-block;
	text-decoration:none;
	font-size:14px;
	padding:0;
}
h1,h2,h3,h4,h5,h6 { 
	margin: 0;
	text-transform: none;
}
p {
	margin: 0;
	font-size:14px;
}
img{border:none;max-width:100%; height:auto;}

ul{
	padding: 0;
    margin: 0;
    list-style: none;
}

ul li {
	list-style: none;
	
}

select,input,textarea{box-shadow:none;outline:0!important;}

html,body{
    height: 100%;
	position: relative;
    z-index: 2;
}

[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.3s 0.3s ease; 
  -moz-transition: opacity 0.3s 0.3s ease; 
  -ms-transition: opacity 0.3s 0.3s ease; 
  -o-transition: opacity 0.3s 0.3s ease; 
  transition: opacity 0.3s 0.3s ease; 
  opacity: 0;
}

/*=============Style css=========*/

/*-------------------------------------
		2. Header
--------------------------------------*/
/* .wrapper {
    position: relative;
    z-index: -1;
} */

.header{
	background-color: #7fc343;
	padding-top:14px;
	padding-bottom: 6px;

}
.header li  a{
	color: #fff;
	outline: 0;
}
/* header-left  */
.header-left li {
	display: inline-block;
	margin-right: 50px;
	font-size:16px;
	font-weight: 600;
	font-family: 'Arial', sans-serif;
	-webkit-transition: .5s; 
	-moz-transition:.5s; 
	-ms-transition:.5s; 
	-o-transition:.5s;
    transition: .5s;
	
}

.header-left li  i{
	margin-right:7px;
	color: #fff;
}
.header-left li :hover {
	color: #f3f3f3;
}/* header-left  */

/* header-right */
.header-right {
	color: #888;
	font-family: 'Arial', sans-serif;
	
}
.header-right li {
	display:inline-block;
}
.header-right li a{
	font-size:16px;
	font-family: 'Arial', sans-serif;
	padding-bottom: 7px;
	-webkit-transition: .5s; 
	-moz-transition:.5s; 
	-ms-transition:.5s; 
	-o-transition:.5s;
    transition: .5s;
	
}
.header-right li a:hover{
	color:#f3f3f3;
}
.reg a {
    margin-right: 5px;
    margin-left: 5px;
}

/* social-icon */
.social-icon{
	margin-left:6px;
	top:0;
	right:0;
}
.social-icon li a {
    margin-left:14px;
}/* social-icon */


@media (max-width: 360px) {

  .social-icon{
	margin-left: 0px;
	top:0;
	right:0;
  }

  .social-icon li a {
    margin-left: 0px;

}

}


/* header-right */

/* modal 
--------------------*/
.modal-header {
    border-bottom: none;
}
.modal-title {
    font-size: 30px;
    font-weight: 500;
    color: #eb1b33;
}
.lg-frm button,
.sm-frm button {
    margin-top: 25px;
    background: transparent;
    border-color: #eb1b33;
    color: #eb1b33;	
}
/*-------------------------------------
		3. Menu
--------------------------------------*/
#menu{
	z-index: 999;
}
/* navbar-brand */
.navbar-brand,
.navbar-brand:hover,
.navbar-brand:focus{
	margin-top: 18px;
	padding:0;
}/* navbar-brand */



/* wrapper-sticky */
.wrapper-sticky{
	position: relative;
	display: inline-block;
	background: rgba(255,255,255,1);
}

/* sticky */
.sticky{
	background: rgba(255,255,255,1);
	padding: 10px 0px 0px;
	height:80px;
	color: #444444;
}

.sticky  .navbar-brand{
	margin-top:20px;
}

@media (max-width: 360px) {

.sticky{
	background: rgba(255,255,255,1);
	padding: 10px 0px 0px;
	height:80px;
	color: #444444;
}

.sticky  .navbar-brand{
	margin-top:10px;
}
}


.sticky  .navbar-default .navbar-nav li a,
	color: #444444;
	margin: 0px 0px;
}

.sticky  .navbar-default .navbar-nav li a,
.sticky  .navbar-default .navbar-nav li a:active,
.sticky  .navbar-default .navbar-nav li a:focus,
.sticky  .navbar-default .navbar-nav li a:hover{
	color: #7fc343;
	margin: 0px 0px;
}


.sticky .navbar-default .navbar-toggle ,
.sticky .navbar-default .navbar-toggle:focus,
.sticky .navbar-default .navbar-toggle:hover {
    background-color: transparent;
    border: 1px solid #000;
    margin-top: 15px;
}/* sticky */

/* wrapper-sticky */

/* navbar-default */
.navbar-default {
    background-color: transparent;
    border-color: transparent;
}
.navbar-default .navbar-nav li a{
	font-size: 16px;
	font-weight: 600;
	color: #444444;
	font-family: 'Arial', sans-serif;
	margin-top:18px;
	padding-left: 27px;
	-webkit-transition: .5s; 
	-moz-transition:.5s; 
	-ms-transition:.5s; 
	-o-transition:.5s;
    transition: .5s;
}
.navbar-default.navbar-nav li a:active,
.navbar-default.navbar-nav li a:focus,
.navbar-default .navbar-nav li a:hover{
	color: #7fc343;
	outline: 0;
	font-weight:700;
	margin-top:18px;
	padding-bottom: 25px;
	padding-left: 27px;

}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:active,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
	background:transparent;
    color: #7fc343;
	font-weight:700;
	font-family: 'Arial', sans-serif;
	margin-top:18px;
	padding-bottom: 25px;
	padding-left: 27px;
}/* navbar-default */

/* navbar-toggle*/
.navbar-default .navbar-toggle ,
.navbar-default .navbar-toggle:focus,
 .navbar-default .navbar-toggle:hover {
    background-color: transparent;
    border: 1px solid #000;
    margin-top: 25px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #000;

}/* navbar-toggle*/


/*-------------------------------------
		4. Slider
--------------------------------------*/
.header-slider-area {
    position: relative;
    z-index: 1;
}
/* .single-slide-item */
.single-slide-item {
    padding-top: 140px;
    padding-bottom:140px;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media (max-width: 991px) {
  .single-slide-item {
    padding-top: 140px;
    padding-bottom:140px;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
  }


@media (max-width: 360px) {
 .single-slide-item {
    padding-top: 10px;
    padding-bottom:80px;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
  }



.single-slide-item h2 {
	color:#fff;
	font-size:70px;
	font-weight:500;
	line-height: 1.28;
	margin-bottom: 27px;
	font-family: 'Arial', sans-serif;
	text-transform: none;
}

@media (max-width: 360px) {
	.single-slide-item h2 {
	margin-top: -35px;
	color:#fff;
	font-size:70px;
	font-weight:500;
	line-height: 1.08;
	margin-bottom: 14px;
	font-family: 'Arial', sans-serif;
	text-transform: none;
}
}




.single-slide-item p {
	color:#fefefe;
	font-size:24px;
	max-width:805px;
	font-family: 'Arial', sans-serif;
    line-height: 1.5;
	margin-bottom:51px;
}

@media (max-width: 360px) {
.single-slide-item p {
	color:#fefefe;
	font-size:24px;
	max-width:805px;
	font-family: 'Arial', sans-serif;
    line-height: 1.5;
	margin-bottom:20px;
}
}


.single-slide-item button.slide-btn,
.single-slide-item  button:active .slide-btn ,
.single-slide-item button:focus .slide-btn{
	display: inline-block;
    background: #f5f5fb;
    padding: 17px 50px;
    color: #004c1d;
    border: 1px solid #f5f5fb;
	font-size:16px;
	font-weight:600;
	text-transform: uppercase;
	font-family: 'Arial', sans-serif;
	font-weight: 700;
	margin-right: 36px;
	margin-bottom: 30px;
	outline:0;
	box-shadow:none;
	-webkit-transition:.5s; 
	-moz-transition:.5s; 
	-ms-transition:.5s; 
	-o-transition:.5s;
    transition: .5s;
}

.single-slide-item  button.slide-btn:hover{
	 background: transparent;
	 color: #fff;
	 border: 1px solid #fff;
}
.single-slide-item.slide-1 {
	background-image:url(../../assets/images/banner/fundo10.gif);
	position:relative;
	z-index:1;
	background-repeat: repeat;
	background-position: right top;
}
.single-slide-item.slide-2 {
	background-image:url(../../assets/images/banner/slide2b-min.jpg);
	position:relative;
	z-index:1;
}
.single-slide-item.slide-1:before,.single-slide-item.slide-2:before{
	background:rgba(0,76,29,.4);
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	content:'';
	z-index:-1;
}
.single-slide-item-img img{
	width:auto;
	height:500px;
}

@media (max-width: 991px) {
  .single-slide-item-img img{
	width:auto;
	height:450px;
  }
}

@media (max-width: 360px) {
 .single-slide-item-img img{
	width:auto;
	height:150px;
  }
}

/* .single-slide-item */


/* .carousel-indicators */
.carousel-indicators {
    bottom: 40px;
    display: none;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 12px 10px 0 0;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fefefe;
    border: 1px solid #fefefe;
    border-radius: 10px;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin:12px 10px 0 0;
    background-color: #f7b405;
	border:1px solid #f7b405;
}
/* .carousel-indicators */

/* .carousel-control */
.carousel-control {
	position:absolute;
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
	top:50%;
	left:20px;
	background:transparent;
	color:#fff;
	font-size: 22px;
	font-weight:700;
	font-family: 'Arial', sans-serif;
	border-radius: 50%;
	-webkit-transition:.5s; 
	-moz-transition:.5s; 
	-ms-transition:.5s; 
	-o-transition:.5s;
    transition: .5s;
}
.carousel-control:hover {
	background: #fff;
	color:#6967d1;
	font-size: 22px;
}
.carousel-control.left {
	margin-top: 45px;
	 left: 40px;
    background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 0%);
}

.carousel-control.right {
	margin-top: 45px;
	 right: 40px;
    background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 0%);
}






/* .carousel-control */

/* .carousel-fade */
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
/*-------------------------------------
		4. We-do
--------------------------------------*/
.we-do{
	padding: 115px 0 82px;
}

/* section-header */
.section-header h2{
	color: #0b5e06;
	font-size: 30px;
	font-family: 'Arial', sans-serif;
	font-weight: 700;
}
.section-header h2 span{
	color: #4d4e54;
	font-family: 'Arial', sans-serif;
}
.section-header p{
	color: #888;
	font-size: 16px;
	font-family: 'Arial', sans-serif;
	max-width: 800px;
    margin: 0 auto;
    margin-top: 32px;
    line-height: 1.8;
}/* section-header */


/*single-we-do-box */
.we-do-carousel {
    padding-top: 60px;
}
.we-do-description {
    padding: 55px 0 70px;
}
.single-we-do-box  {
    box-shadow:0 0 5px rgba(35,37,41,.1);
	overflow-x:hidden;
	margin-top: 15px;
	opacity:1;
	-webkit-transition: .5s; 
	-moz-transition:.5s; 
	-ms-transition:.5s; 
	-o-transition:.5s;
    transition: .5s;
}

/*we-do-description*/
.single-we-do-box{
	background:#fff;
	min-height: 345px
}
/* we-do-info */
.we-do-info {
	font-family: 'Arial', sans-serif;
	text-transform: none;
}
.we-do-img {
    margin-right: 5px;
	border-radius:50%;
	-webkit-transition: .5s; 
	-moz-transition:.5s; 
	-ms-transition:.5s; 
	-o-transition:.5s;
    transition: .5s;
}
.we-do-topics {
    margin-top: 32px;
    margin-bottom: 27px;
}
.we-do-topics h2 a{
	color:#7fc343;
	font-size:20px;
	font-family: 'Arial', sans-serif;

}/* we-do-info */


/* we-do-comment */
.we-do-comment {
    margin-top: 14px;
}
.we-do-comment p{
	color:#888;
	font-size:16px;
    font-family: 'Arial', sans-serif;
	max-width: 306px;
	margin: 0 auto;
}/* we-do-comment */


/*we-do-description*/
.single-we-do-box:hover{
	box-shadow:0 5px 20px rgba(112,134,230,.2);
	opacity:1;
}

/*owl carousel*/
.owl-carousel .owl-stage {
    position: relative;
    padding-top: 26px;
	padding-bottom: 40px;
}

/*-------------------------------------
		5. About
--------------------------------------*/
.about-us{
	background: #f9faff;
	padding: 120px 0 175px;
}
.about-us-txt{
	margin-top: 20px;
}
.about-us h2 {
	color:#0b5e06;	
	font-size:30px;
	font-family: 'Arial', sans-serif;
	font-weight: 700;
}

.about-us h4 {
	margin-top: 20px;
	color:#7fc343;	
	font-size:23px;
	font-family: 'Arial', sans-serif;
	font-weight: 600;
}

.about-us p{
	color:#888;	
	font-size:16px;
	font-family: 'Arial', sans-serif;
	line-height: 1.7;
	max-width: 530px;
    margin-top: 30px;
    margin-bottom: -18px;






}

@media (max-width: 360px) {

	.about-us h2 {
	color:#0b5e06;	
	font-size:30px;
	font-family: 'Arial', sans-serif;
	font-weight: 700;
	padding-left: 30px;
}


	.about-us h4 {
	margin-top: 20px;
	color:#7fc343;	
	font-size:23px;
	font-family: 'Arial', sans-serif;
	padding-left: 30px;
	font-weight: 600;
}

.about-us p{
	color:#888;	
	font-size:16px;
	font-family: 'Arial', sans-serif;
	line-height: 1.7;
	max-width: 90%;
    margin-top: 30px;
    margin-bottom: -18px;
    padding-left: 30px;

}
}

.about-us-img  {
	position: relative;
	box-shadow: 0 10px 30px rgba(112,134,230,.2);
	z-index: 1;
}
.about-us-img:before{
	position: absolute;
	content: " ";
	top:50px;
	left:-23px;
	border: 3px solid #ebecfb;
	width: 100%;
	height: 100%;
	z-index: -1;
}
/*-------------------------------------
		6. Service
--------------------------------------*/
.service{
    padding: 116px 0 85px;
}
.service-single{
	margin-bottom:30px;
}
.service-content-one{
	margin-top: 42px;
	margin-bottom: 60px;

}

.service-img img{
	height: 100px;
	margin-top: 0px;
}
/*.service-txt*/
.service-single {
	color:#0b5e06;
	max-width: 304px;
    margin: 0 auto;
   	margin-bottom: 15px;
	-webkit-transition: .5s; 
	-moz-transition:.5s; 
	-ms-transition:.5s; 
	-o-transition:.5s;
    transition: .5s;
}
.service-txt h2 a{
	color:#0b5e06;	
	font-size:24px;
	font-family: 'Arial', sans-serif;
	padding: 47px 0 25px;
}
.service-txt p {
	color:#756c6a;	
	font-size:16px;
	font-family: 'Arial', sans-serif;
	line-height: 1.67;
}
a.service-btn,
a:active.service-btn,
a:hover.service-btn,
a:focus.service-btn{
	color: #7fc343;
    font-size:16px;
	font-family: 'Arial', sans-serif;
    text-transform: capitalize;
    margin-top:12px;
    margin-bottom: 15px;
}/*.service-txt*/

.service-single:hover{
	box-shadow:0 5px 20px rgba(112,134,230,.2);
	opacity: 1;
}

/*-------------------------------------
		7. Statistics
--------------------------------------*/
.statistics{
	position:relative;
	background:url(../../assets/images/counter/counter-banner2-min.jpg)no-repeat;
	background-position:center;
	background-size:cover;
	padding: 98px 0 81px;
}
.statistics:before{
	position:absolute;
	content:'';
	background: rgba(11,94,6,.6);
	height:100%;
	width:100%;
	top:0;
	left:0;
}
/* single-ststistics-box */
.single-ststistics-box {
    display: flex;
    margin-bottom:30px;
	height: 75px;
}
/* single-ststistics-box */
.statistics-content {
    margin-left: 28px;
}
.statistics-content .counter{
	color:#fff;
	font-size:32px;
	font-family: 'Arial', sans-serif;
}
.statistics-content h3{
	color:#fff;
	font-size:20px;
	text-transform:none;
	font-family: 'Arial', sans-serif;
	margin-top: 9px;
	line-height: 1.5;
}


.sign {
	font-size:32px;
	color: #fff;
}


/*-------------------------------------
		7. Contact
--------------------------------------*/
.contact {
    padding: 115px 0 120px;
   
}

/*contact-head */
.section-header.contact-head h2,
.section-header.contact-head p{
	position: relative;
	color: #0b5e06;
	font-family: 'Arial', sans-serif;
}
.contact-form h3{
	color: #44454f;
	font-size: 24px;
	font-family: 'Arial', sans-serif;
	text-transform:none;
	margin-bottom:40px;
}
/*contact-head */

.contact-content {
    padding: 0 0 0 0;
	margin-top: 30px;
	overflow:hidden;
}
.contact-form {
	position: relative;
	margin: 50px 0 0 0;
	
}
.contact-form  .form-group {
    margin-bottom: 15px;
	
}
.contact-form .form-control {
	padding: 24px 21px;
	font-size: 16px;
	border: 1px solid #f9faff;
    border-radius: 0px;
    box-shadow: none;
	outline:0!important;
    background:#f9faff;
    color: #888;
	resize: none;

}
.contact-form .form-group {
    padding-bottom:7px;
}

/*--contct button--*/
.contact-form .single-contact-btn button{
	display:flex;
	align-items:center;
	justify-content:center;
	background: #7fc343;
	height:50px;
	width: 195px;
	border:1px solid #7fc343;
	text-transform:uppercase;
	font-family: 'Arial', sans-serif;
	margin-top: 3px;
	-webkit-transition: .5s; 
	-moz-transition:.5s; 
	-ms-transition:.5s; 
	-o-transition:.5s;
    transition: .5s;
}
.contact-form .single-contact-btn contact-btn ,
.contact-form .single-contact-btn contact-btn:focus {
    margin-top:0px;
    outline: 0 !important;
    border:0;
    color: #fff;
    letter-spacing: 2.5px;
    border-radius: 0px;
    font-size:14px;
	-webkit-transition: .5s; 
	-moz-transition:.5s; 
	-ms-transition:.5s; 
	-o-transition:.5s;
    transition: .5s;
	
}

.single-contact-btn:hover button.contact-btn {
	color:#7fc343;
	background:#fff;
	border:1px solid #7fc343;
}




/*--Contato Submit--*/

.btn-info {
	display: inline-block;
	text-align: center;
	background: #7fc343;
	height:50px;
	width: 195px;
	border:1px solid #7fc343;
	text-transform:uppercase;
	font-family: 'Arial', sans-serif;
	margin-top: 3px;
	-webkit-transition: .5s; 
	-moz-transition:.5s; 
	-ms-transition:.5s; 
	-o-transition:.5s;
    transition: .5s;
}

input[type="submit"]{
  min-width: 150px;
  display: block;
  margin: auto;
  width: auto;
  text-align: center;
}

.btn-info:hover {
    background-color:transparent;
    border:2px solid #7fc343;
    color: #7fc343;
}

.btn-info:active {
    background-color:transparent !important;
    border:2px solid #7fc343 !important;
    color: #7fc343 !important;
}




/*--contact button--*/

/* contact-right */
.contact-right {
    display: flex;
}

/* contact-adress */
.contact-adress {
    margin: 68px 0 0px;
	display:flex;
	flex-direction: column;
}
.contact-office-address {
    margin-bottom: 18px;
}
.contact-office-address h3{
	color: #44454f;
	font-size: 24px;
	font-family: 'Arial', sans-serif;
	text-transform:capitalize;
}
.contact-office-address p{
	color: #44454f;
	font-size: 15px;
	margin-bottom: 14px;
	font-family: 'Arial', sans-serif;
	margin-top: 30px;
	margin-bottom: 30px;
}
.contact-online-address{
	color:#44454f;
	font-size: 15px;
}
.single-online-address {
	position:relative;
	margin-bottom: 30px;
}
.single-online-address i {
    padding-right: 7px;
}
.single-online-address span{
  position:absolute;
  font-size: 15px;
  left:25px;
  top:0;
  width:100%;
}/* contact-adress */

/*hm-foot-icon*/
.contact-icon {
    margin-top:20px;
}
.contact-icon ul li{float:left;}
.contact-icon ul li>a {
	color: #333;
	margin-right:13px;
	padding: 0px 12px 0px 0px;
	-webkit-transition: .3s; 
	-moz-transition:.3s; 
	-ms-transition:.3s; 
	-o-transition:.3s;
    transition: .3s;

}/*contact-icon*/

/* contact-right */

/*-------------------------------------
		8. Footer
--------------------------------------*/
.hm-footer{
    padding-bottom:68px;
    background: #7fc343;
}
.hm-footer-details {
    margin-top: 120px;
}
.hm-footer-widget{
	margin-bottom:30px;
}

/* hm-foot-title */
.hm-foot-title h4{
	color:#fff;
	font-size:20px;
	margin-bottom: 32px;
	font-family: 'Arial', sans-serif;
	text-transform: capitalize;
}
.hm-foot-title .logo{
	margin-bottom: 32px;
}
.hm-foot-para p{
	color:#fff;
	font-size:16px;
	font-family: 'Arial', sans-serif;
	text-transform: lowercase;
	text-transform: initial;
    max-width: 260px;
}/* hm-foot-title */

/*hm-foot-icon*/
.hm-foot-icon {
    margin-top: 33px;
}
.hm-foot-icon ul {
    display: inline-flex;
	margin-left: -11px;
}
.hm-foot-icon ul li {
    width: 32px;
    height: 32px;
    background: #fff;
    line-height: 32px;
    text-align: center;
	margin-left:10px;
    border-radius: 5px;
    -webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-ms-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
    transition: all 0.2s linear;
}
.hm-foot-icon ul li>a>i {
    color: #212135;
}
.hm-foot-icon ul li:hover {
	background: #fff;
}/*hm-foot-icon*/

/* footer-menu  */
.footer-menu ul {display: grid;}
.footer-menu li a{
	font-size:15px;
	color:#fff;
	padding-bottom: 20px;
	text-transform:capitalize;
	

	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-ms-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
    transition: all 0.2s linear;
}
.footer-menu   li a:hover,
.footer-menu   li a:focus{
	color: #fff;
	font-weight: 700;
	-webkit-transform:translateX(5px);
	-moz-transform:translateX(5px);
	-o-transform:translateX(5px);
	-ms-transform:translateX(5px);
	transform:translateX(5px);
}/* footer-menu  */




/*hm-foot-email*/
.hm-foot-para p.para-news{
	color:#fff;
	font-size:15px;
	font-family: 'Arial', sans-serif;
	text-transform: initial;
    max-width: 263px;
    padding-top: 3px;
}

.hm-foot-email{
    display: flex;
	margin-top:35px;
}
.foot-email-box .form-control {
	background:#3d3d4d;
	display: block;
    padding: 32px 32px 33px;
	outline:0!important;
	box-shadow:none;
	border:0;
	border-radius: 0;
}
.foot-email-box input[placeholder="Email Address"] {
	color: #8b8b8b;
	font-size: 16px;
}
.foot-email-subscribe button{
    width:65px;
    height:65px;
    background: #7370d8;
	font-size:14px;
    color: #fff;
    text-transform: uppercase;
	display:flex;
	align-items:center;
	justify-content:center;
	outline:0;
	box-shadow:none;
	border: 0;
}/*hm-foot-email*/

/*hm-para-news*/
.hm-para-news a{
	color:#aaa;
	font-size:16px;
	font-family: 'Arial', sans-serif;
	text-transform: lowercase;
	text-transform: initial;
    max-width: 258px;
    margin-bottom: 8px;
    -webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-ms-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
    transition: all 0.2s linear;
}
.hm-para-news a:hover {
	color: #7370d8;
}
.footer-line {
    padding: 30px 0 35px;
}
.border-bottom{
	border-bottom: 1px solid #aaa;
}
.hm-para-news  span{
	color:#aaa;
	font-size:12px;
	font-family: 'Arial', sans-serif;
	margin-top:20px;
}/*hm-para-news*/



/*hm-para-atendimento*/
.hm-para-news a{
	color:#fff;
	font-size:16px;
	font-family: 'Arial', sans-serif;
	text-transform: lowercase;
	text-transform: initial;
    max-width: 258px;
    margin-bottom: 8px;
    -webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-ms-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
    transition: all 0.2s linear;
}
.hm-para-news a:hover {
	color: #fff;
}
.footer-line {
    padding: 30px 0 35px;
}
.border-bottom{
	border-bottom: 1px solid #aaa;
}
.hm-para-atendimento  span{
	color:#fff;
	font-size:13px;
	font-family: 'Arial', sans-serif;
	margin-top:20px;


}/*hm-para-news*/


/*-------------------------------------
		9. Footer- copyright
--------------------------------------*/
.footer-copyright {
	background:#7fc343;
	padding: 30px 0 35px;
}
.foot-copyright{
	color:#fff;
	font-size:16px;
	font-family: 'Arial', sans-serif;
}
/* foot-menu  */
.foot-menu ul li {
    float: left;
    padding-left:15px;
    text-transform: capitalize;
}

.foot-menu li a{
	color:#fff;
    background-color: transparent;
    font-family: 'Arial', sans-serif;
	display: inline-block;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-ms-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
    transition: all 0.2s linear;}
.foot-menu   li a,
.foot-menu   li a:hover,
.foot-menu   li a:focus{
	color:#fff;
}
.foot-menu  li {
	position:relative;
	padding-left:42px;
}
/*===============================
    Scroll Top
===============================*/
#scroll-Top  .return-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: none;
    width: 40px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    font-size: 30px;
    cursor: pointer;
    z-index:15;
    color: #fff;
    background:#7fc343;
	border:1px solid #7fc343;
	border-radius:5px;
	-webkit-transition: .5s; 
	-moz-transition:.5s; 
	-ms-transition:.5s; 
	-o-transition:.5s;
    transition: .5s;
	z-index: 2;
}
#scroll-Top  .return-to-top:hover {
    background:#7fc343;
    color: #fff;
	border:1px solid #7fc343;
	border-radius:50%;
}

/*-------------------------------------
		6. Location
--------------------------------------*/
.location{
	background: #f9faff;
	padding: 100px 0 100px;
}

