.wapp a{
    position:fixed;
    bottom:5px;
    left: 0;
    z-index:1001;
  }
.lp {
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin-bottom: 10px;
    font-family: arial, verdana;
    background-color: #0c88bc;
    text-shadow: 2px 2px #000;

    background-image: url('./zbgheader.jpg');
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
    position: relative;
    background-size: cover;
    &:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom right,#002f4b,#dc4225);
    opacity: .6; 
  }
}  
.lp h4{
    padding-top: 60px;
    font-weight: 800;
    color: #fff;
    font-size: 1.5rem;
    letter-spacing: 1rem;
    text-transform: uppercase;
    }
.lp h5{
    color: #fff;
    font-weight: 200;
    font-size: 1.2em;
     font-weight: 900;
    letter-spacing: 0.3rem;
    margin-bottom: 4px;
    }
.lp p{
    color: #fff;
    letter-spacing: 0.2rem;
    font-size: 1.2em;
    font-style: italic;
     font-weight: 800;
    }
.lp a{
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.3rem;
    border-radius: 8px;
    padding: 8px 8px 8px 8px;
    background-color: #5cb85c;
    }
.lp a:hover{
    background-color: #5cb85c;
    }


.copyright {
    font-size: 1em;
}
.team-item {
  min-height: 340px;
}
.ctr {
    padding: 5px 5px 15px 5px;
    margin-top: 14px;
}
.ctrtitle {
    padding: 20px 10px 4px 10px;
    text-align: center;
    font-size: 1.4em;
    font-weight: 600;
}
.level-1 {
    border-bottom: 1px solid #466cb5;
}
.navbar-brand p {
  color:#fff;
  font-size: 1.3em;
  font-weight: 700;
  padding-top: 24px;
}
.spaceclear{
    padding: 40px 0;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
min-height: 140px;
}
.breadcrumb {
background: #466cb5;
}
.breadcrumb a{
color: #fff;
}
.breadcrumb>.active{
color: #ddd;
}
.button-admin{
display: inline-block;
z-index: 11111;
border: none;
position: fixed;
margin-left:-100px;
right:11%;
max-width: 300px;
bottom:50px;
margin-bottom: 0;
font-weight: 400;
text-align: center;
vertical-align: middle;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 5px 5px;
font-size: 1.1em;
line-height: 1.42857143;
border-radius: 4px;
color: #fff;
background-color: #ff8000;
}
.button-admin:hover {
  color: #fff;
  background-color: #000;
}
input[type=text] {
    color: #000!important;
    font-size: 14px;
    width: 100%;
}
input[type=email] {
      width: 100%;
    color: #000!important;
    font-size: 14px;
}
label {
  margin-bottom: 1px;
}
.form-group {
  margin-bottom: 10px;
}
.form-control {
	 font-size: 16px!important;
}
.circle a{
    width:60px;
    height:60px;
    line-height:55px;
    border-radius:50px;
    font-size:16px;
    color:#fff;
    font-family: 'PT Sans', sans-serif;
    text-align:center;
    background-color:#72c43e;
    position:fixed;
    text-decoration:none;
    top:90px;
    right:10px;
    z-index:1000;
    -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
     background-image: url('./z_call-icon.png');
}
.circle a:hover{
    color:#fff;
    background-color:#3780ee;
    -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}

.widget-products li .product>.name {
    display: block;
    font-weight: 600;
    padding-bottom: 7px;
}
.widget-products li .product {
    display: block;
    margin-left: 130px;
    margin-top: 20px;
}
.widget-products li .img {
    display: block;
    float: left;
    text-align: center;
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin-top: 7px;
}
.widget-products li .img-md {
    display: block;
    float: left;
    text-align: center;
    height: 200px;
    overflow: hidden;
    margin-top: 7px;
}
.widget-products li>a {
    height: 170px;
    display: block;
    width: 100%;
    color: #344644;
    padding: 3px 10px;
    position: relative;
    -webkit-transition: border-color 0.1s ease-in-out 0s,background-color 0.1s ease-in-out 0s;
    transition: border-color 0.1s ease-in-out 0s,background-color 0.1s ease-in-out 0s;
}
.widget-products li {
    border-bottom: 1px solid #ebebeb;
    overflow: hidden;
    max-height: 140px;
}
.widget-products {
    list-style: none;
    margin: 0;
    padding: 0;
}
.widget-products li>a:after {
    content: "\f138";
    font-family: FontAwesome;
    font-size: 0.875em;
    font-style: normal;
    font-weight: normal;
    margin-top: 100px;
    position: absolute;
    right: 10px;
    text-decoration: inherit;
    top: 0;
    color: #ddd;
    font-size: 1.3em;
}


@media (max-width:768px) {
.breadcrumbs, .bgimg, hidemobile{
    display: none;
}
  .circle a{
    top:95px;
    right: 30px;
}

.customcontactform {
    margin-bottom: 35px;
}
.ctr {
    text-align: center;
    padding: 1px 1px 1px 1px;
}
  }
@media (min-width: 768px) {
.circle , .module-subtitle {
    display: none;
}
}
