.header{
	    border-top: 13px solid #00867E;
}
.logo{
	padding-top: 30px;
	padding-bottom: 30px;
}
.navbar-default {
    background-color: rgba(243, 243, 243, 0);
    border-color: rgba(243, 243, 243, 0);
    /*border-top: 8px solid #666666;*/
}
.navbar-inverse .navbar-nav>li>a {
    color: #31353d;
}
.navbar-collapse{
	background-color: #f3f3f3;
    border-top: 10px solid #666666 !important;
}
.logo_img{
	padding-left: 103px;
}
.nav>li>a {
    padding: 10px 26px;
    height: 49px;
}
.footer{
	background-color: #f3f3f3;
	border-top: 10px solid #666666 !important;
	padding: 30px;
}
.footer1{
	background-color: #00867E;
	padding: 20px;
}
h4{
	color: #00867E;
}
.product{
	padding-bottom: 13px;
}
.list{
	list-style-type: none;
	line-height: 24px;
}
.product_list{
	margin-left: 40px;
}
a{
	color: white;
}
.navbar{
	margin-bottom: 0px;
}
.heading{
	color: #00867E;
	text-align: center;
}
.para{
	font-size: 16px;
}
.list1{
	font-size: 17px;
}
.contact{
	background:#00867E;
	padding-top: 15px;
	padding-bottom: 15px;
}
.contact_details{
	list-style-type: none;
	color: white;
	line-height: 40px;
	font-size: 17px;
}
.middle{
	padding-bottom: 30px;
	padding-top: 30px;
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.banner{
    background-color: #00867e;
    color: white;
    padding: 50px;
}
.heading_banner{
    padding-left: 85px;
}
.breadcrumb {
    padding: 8px 80px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #00867e;
    border-radius: 4px;
}
.breadcrumb>.active {
    color: #000;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:28%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:350px;
    width:100%;
    position:absolute;
}
.contact_list{
    list-style-type: none;
    line-height: 30px;
    font-size: 17px;
}
hr {
     margin-top: 5px; 
     margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #eee;
}
.red{
    color:red;
    }
.form-area
{
   /* background-color: #FAFAFA;*/
   /* padding: 10px 205px 60px;*/
    /*margin: 10px 0px 60px;*/
    /*border: 1px solid GREY;*/
    }
    .pull-right {
    float: left!important;
    margin: 5px;
}
.form{
    margin-bottom: 30px;
}
.btn-default {
    color: white;
    background-color: #00867E;
    border-color: #00867E;
}
.images{
    padding: 50px 0px 20px 0px;
}
.product_heading{
    color: #00867e;
    text-align: center;
}
.loading,.loading>td,.loading>th,.nav li.loading.active>a,.pagination li.loading,.pagination>li.active.loading>a,.pager>li.loading>a{
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
    background-size: 40px 40px;
animation: 2s linear 0s normal none infinite progress-bar-stripes;
-webkit-animation: progress-bar-stripes 2s linear infinite;
padding: 15px 60px;
margin:10px 0px 10px 0px;
}
.btn.btn-default.loading,input[type="text"].loading,select.loading,textarea.loading,.well.loading,.list-group-item.loading,.pagination>li.active.loading>a,.pager>li.loading>a{
background-image: linear-gradient(45deg, rgba(235, 235, 235, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(235, 235, 235, 0.15) 50%, rgba(235, 235, 235, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}