/* Rest CSS Start */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Rest CSS End */
p{
  margin-bottom: 15px;
}

body{
  font-family: "Open Sans",sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  color: #484848;
}

/* Navigation */
.navbar-brand{
  padding: 5px 15px;  
}
.navbar-brand img{
  height: 100%;
}
.navbar{
  margin-bottom: 0;
}
.navbar-default{
  border:none;
  border-radius: 0;
  box-shadow: 0px 1px 5px rgba(0,0,0,0.5);
  z-index: 1;
  background-color: #fff;
}
.navbar li{
  border-left: 1px solid #eae6e6;
}
.navbar li:last-child{
 border-right: 1px solid #eae6e6; 
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
  color: #fff;
  background-color: #90d244;
}
.navbar-default .navbar-nav>li>a{
  color: #484848;
  padding: 20px 25px;
  font-weight: 600;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
  color: #fff;
  background-color: #90d244;
}
.navbar-nav .dropdown-menu{
  padding: 0;
  margin: 0;
  border: none;
}
.navbar-nav .dropdown-menu>li{
  border-bottom: 1px solid #eae6e6;
  display: block;
}
.navbar-nav .dropdown-menu>li a{
  font-weight: 600;
  padding: 8px 20px;
}
/* Navigation */

/* Slider */
.bx-wrapper{
  border:none;
  box-shadow: none;
  margin-bottom: 0;
}
.bx-wrapper .bx-pager{
  bottom: 20px;
}
/* Slider */

.content-section{
  padding: 50px 0; 
}

.home-produts-block h4 {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
}
.home-produts-block img {
    border: 1px solid #f5f5f5;
    padding: 5px;
    height: 180px;
    width: 180px;
    clear: both;
    overflow: hidden;
    border-radius: 50%;
}

.home-produts-block .read-more a{
  display: inline-block;
  padding: 6px 15px;
  background-color: #5cb85c;
  color: #fff;
  text-decoration: none;
}
.home-produts-block .read-more a:hover{
  background-color: #333;
  text-decoration: none;
}

.about-img img{
  border: 5px solid #5cb85c;
}


.title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    display: inline-block;
    position: relative;
}
.title:after{
    height: 3px;
    position: absolute;
    bottom: -5px;
    left: 0;
    content: "";
    background-color: #90d244;
    width: 60px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}


.subtitle {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    display: inline-block;
    position: relative;
}
.subtitle:after{
    height: 3px;
    position: absolute;
    bottom: -5px;
    left: 0;
    content: "";
    background-color: #90d244;
    width: 60px;
}

/* Footer  */
footer{
  background-color: #f5f5f5;
  padding-top: 40px;
}
footer h4{
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}
.copyright{
  margin-top: 15px;
  text-align: center;
  font-size: 13px;
  border-top: 1px dashed #e2dddd;
  display: block;
  padding: 10px 0;
}
ul.social {
  display: block;
  text-align: left;
  margin-top: 15px;
  position: relative;
}
ul.social:before {
    content: "Follow us on";
    margin-right: 5px;
    font-weight: 600;
    text-transform: uppercase;
}
ul.social li {
  display: inline-block;
}
ul.social li a{
  width: 40px;
  height: 40px;
  display: block;
  background-color: #000;
  text-align: center;
  line-height: 40px;
  color: #fff;
  border-radius: 50%;
}
ul.social li.facebook a{ background-color: #3f5d9a; }
ul.social li.twitter a{ background-color: #1da1f2; }
ul.social li.linkedin a{ background-color: #0077b5; }


/* Footer Contact */
.contact-detail li{
  margin-bottom: 9px;
  clear: both;
  display: table;
  overflow: hidden;
  width: 100%;
}
.contact-detail li .icon{
    width: 40px;
    height: 40px;
    display: table-cell;
}
.contact-detail li .icon .circle{
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  border: 1px solid #ccc;
}
.contact-detail li .content{
  max-width: 80%;
  display: table-cell;
  padding-left: 10px;
}
.contact-detail li:first-child .icon{
  vertical-align: top;
}
/* Footer Contact */

.gallery-img{
  margin-bottom: 15px;
  border: 1px solid #f5f5f5;
  padding: 5px;
}


ul.bullet-list {
    padding-left: 20px;
    list-style: disc;
}
ul.bullet-list li{
  margin-bottom: 10px;
}
ul.bullet-list li strong{
  font-weight: 600;
}
ul.bullet-list li ul{
  padding-left: 20px;
  list-style: circle;
}
ul.bullet-list li ul li{
  margin-bottom: 0px;
}
.semiBold{
  font-weight: 600;
}

.feature-block {
    padding: 50px 0;
}
.technical-specs th{
  color: #fff;
  border-bottom: 0 !important;
  font-weight: bold;
}

/* Contact us Page */
.contact-form {
    border: 5px solid #f5f5f5;
    padding: 25px 25px 10px 25px;
    box-shadow: 5px 5px 5px rgba(14, 14, 14, 0.18);
}
.contact-form .control-label{
  font-weight: 600;
}
.contact-form .form-control{
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #eae6e6;
}
.contact-map{
  margin-top: 25px;
}

@media (min-width: 768px) and (max-width: 990px) {
  .navbar-default .navbar-nav>li>a{
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media only screen and (max-width : 767px) {
  .navbar-default .navbar-collapse{
    border:none;
  }
  .navbar li{
    border-left:none;
    border-bottom: 1px solid #eae6e6;
  }
  .navbar-default .navbar-nav>li>a{
    padding: 10px 20px;
  }
  .navbar li .dropdown-menu{
    padding: 0;
    margin: 0;
  }
  .navbar-nav .open .dropdown-menu>li>a{
    font-weight: 600;
    position: relative;
  }
  .navbar-nav .open .dropdown-menu>li>a:before{
    content: "-";
    margin-right: 5px;
  }
  .inuse-image{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e1e1;
  }
  .inuse-image img{
    margin: 0 auto;
    display: block;
  }
  footer .contact-detail{
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e6e1e1;
  }
  .contac-page-info{
    margin-top: 30px;
  }
  .technical-specs{
    overflow-x:auto;
    display: block; 
  }
}