/* 
.header-nav {
    background: transparent !important;
    box-shadow: none !important;
}

.menuzord-menu > li > a,
figcaption {
    color: #fff ;
}


.header-nav.header-scrolled {
    background: #fff !important;
    box-shadow: 0 6px 20px rgba(0,0,0,0.1) !important;
}

.header-nav.header-scrolled .menuzord-menu > li > a,
.header-nav.header-scrolled figcaption {
    color: #000 ;
}

.menuzord{
	background: none;
}

*/
.header_image{
	background-image: url('/images/bg/bg.jpg');
   	background-size: cover;      
   	background-position: center;  
   	background-repeat: no-repeat; 
}
.text-green{
	color: #e9ee9e;
}
.single-service{
	border: 2px solid #000;
	border-radius: 4px;
	padding: 30px;
}

.menuzord-menu > li.active > a, .menuzord-menu > li:hover > a{
	background: #000;
	color: #fff;
}

.highlight{
	background: #e9ee9e;
	border-radius: 4px 20px;
	padding: 8px 16px;
	color: #000;
}

.btn-black{
	background: #000 !important;
	color: #fff !important;
	border-radius: 4px !important;
}
.btn-black:hover{
	background: #000 !important;
	color: #fff !important;
	border-radius: 4px !important;
}
.btn-gray{
	background: #fff !important;
	color: #000 !important;
	border-radius: 4px !important;
	border: 1px solid #000;
}
.btn-gray:hover{
	background: #000 !important;
	color: #fff !important;
	border-radius: 4px !important;
}

@media only screen and (max-width: 991px){
section > .container  {
    padding-top: 22px;
    padding-bottom: 22px;
}
}

.text-theme-colored2{
   color:#000000 !important;
}

.text-theme-colored{
   color:#000000 !important;
}

.header_color{
  	background: #dadada !important;
}
    
.breadcrumb > li + li::before {
    content: "\f22d" !important;
    font-family: fontawesome;
    font-size: 9px;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #000 !important;
    content: "/\00a0";
}

.title_header{
    color: #000 !important;
}

.line-bottom {
    position: relative !important;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

.about{
	background-color:#000000 !important;
	color:white !important;
	
}

.about:hover{
	background-color:#053d00 !important;
	color:white !important;
	
}

.tag-line{
	background:#fff;
	border-radius:30px;
	padding:30px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.nav-tabs > li.active a, .nav-tabs > li.active a:hover, .nav-tabs > li.active a:focus {
    color: #fff;
    background-color: #000000;
	border-radius:5px;
	
}
.service-card{
	/*background:#e9ffe7;*/
	border:1px solid #000000;
	border-radius:30px;
	padding:30px;
	text-align:left !important;
	margin-bottom:20px;
}
.list-disc {
  list-style-type: disc; 
  padding-left: 3px;
  margin-left: 20px;
 
}
/*Header*/


.menuzord-menu > li {
    padding: 47px 5px;
}
.menuzord-brand img {
    max-height: 100px !important;
}
@media only screen and (max-width: 896px) {
	.menuzord-menu > li {
	    padding: 0px 2px !important;
	}  
}
@media screen and (max-width: 1150px) and (min-width: 992px) {
  .menuzord-menu > li > a {
    padding: 8px 5px;
    display: inline;
}
} 

.menuzord-brand {
    margin: 5px;
    float: left;
    color: #666;
    text-decoration: none;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    cursor: pointer;
}
.menuzord-menu > li > a {
    padding: 8px 12px;
	border-radius: 5px;
}
.menuzord.blue .menuzord-menu > li.active > a{
	color: #000;
	background: #fff;
	border-radius:5px;
}
.menuzord.blue .menuzord-menu > li.active > a:hover{
	background: #000000;
	color:#fff;
}

/*Header End*/
@media screen and (max-width: 1150px) and (min-width: 992px) {
    .menuzord-menu > li > a {
        padding: 8px 7px !important;
        display: inline;
    }
}
