/*------------------------------
  [ IMPORT STYLES ]
--------------------------------*/
  @import url("bootstrap.css");
  @import url("icons.css");
  @import url("navigation.css");
  @import url("sweetalert.css");
  @import url("revolution.css");
  @import url("owl.css");
  @import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700);
  
/*------------------------------
  [ DEFAULT STYLES ]
--------------------------------*/  
* {
  margin: 0px;
  padding: 0px
}
html,body {
  height: 100%;
  width: 100%;
  top: 0px !important;
}
body {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
}
section,.page,.fwidth,.inner,.content,
.img-inner,h1,h2,h3,h4,h5,p {
  width: 100%;
  float: left;
  position: relative;
}
h1,h2,h3,h4,h5 {
  color: #f9fbfb;
}
.img-inner {
  overflow: hidden;
}
.img-inner img {
  width: 100%;
}
.plr {
  padding-left: 0px;
  padding-right: 0px;
}
.mb0 {
  margin-bottom: 0 !important;
} 
.mt0 {
  margin-top: 0 !important;
}  
.pt0 {
  padding-top: 0 !important;
}
.pb0 {
  padding-bottom: 0 !important;
}  
ul.alt li {
  display: inline-block;
  float: none;
  width: auto;
}
.lstrow {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  border-bottom: 0px !important; 
}

/*------------------------------
  [ GENERAL STYLES ]
--------------------------------*/
.parallax{
  background-size: cover !important;
  background-position: center center;  
  background-repeat: no-repeat;
}
.bgimg {
  display: inline-block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.bgimg img {
  float: left;
  width: 100%;
  visibility: hidden;
  opacity: 0;  
}
.bfr:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.pbg {
  background-color: #337ab7;	
}
.sbg {
  background-color: #231f20;	
}
.gbg {
  background-color: #f5f5f5;	
}
.pbg *,.sbg * {
  color: #fff;	
}
.link-btn {
  text-transform: uppercase;
  padding: 20px 30px;
  display: inline-block;
  background: #e9171f;
  transition: 1s;
  border: 0px;
  font-weight: 700;
  cursor: pointer;
  margin-top: 10px;
}
.link-btn:hover {
  background: #231f20;
  color: #fff;  
}

/*------------------------------
  [ HEADING TITLE ]
--------------------------------*/
.title {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.title p {
  font-size: 22px;
  line-height: 28px;
  font-weight: 300;
  margin-bottom: 0px;
  color: #333;
}
h2 {
  margin-bottom: 30px;
}
h4 {
  font-weight: 300;
  margin-bottom: 20px;
}
h3 {
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 15px;
  font-weight: 500;
}

/*------------------------------
  [ HEADER ]
--------------------------------*/
.header a.logo {
  float: left;
  padding: 5px 0px;
}
.header.sticky {
  position: fixed;
  z-index: 99;
  top: 0px;
  box-shadow: 0 4px 5px rgba(0,0,0,.1);
  background: #fff;
}

/*------------------------------
  [ ABOUT US ]
--------------------------------*/
.about .pbg {
  padding: 50px;	
}

/*------------------------------
  [ INDUSTRIAL ]
--------------------------------*/
.industrial .inner h3 {
  text-transform: uppercase;	
}
.industrial .inner h2 {
  border-bottom: 1px solid #fff;
  width: auto;
  display: inline-block;
  float: none;
  padding-bottom: 30px;
}
.industrial.owl-theme .owl-controls {
  text-align: center;
  padding-left: 0px;
}
.industrial .inner h4 {
  margin-bottom: 0px;	
}

/*------------------------------
  [ PRODUCTS ]
--------------------------------*/
.products .col-md-4 {
  margin-top: 30px;	
}
.products .inner {
  padding: 0px 30px;
  border-bottom: 4px solid #231f20;
}
.products .inner .bgimg {
  top: 90px;
  margin-top: -50px;
  position: relative;
  z-index: 1;
}
.products .content {
  background: #b79797;
  padding: 90px 30px 40px 30px;
  text-align: center;
}
.products .content h5 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
}
.products .content h3 {
  font-size: 26px;
  font-weight: 700;
}
.products .content a.link-btn {
  color: #fff;
  padding: 10px 15px;
  font-size: 12px;
}

/*------------------------------
  [ PRODUCTS VIEW ]
--------------------------------*/
.pro_modal .modal-body {
  padding: 0px;
}
.pro_modal.modal .close {
  position: absolute;
  z-index: 5;
  right: 35px;
  top: 30px;
  font-size: 35px;
  text-shadow: none;
  opacity: 1;
}
.pro_modal .modal-body .pbg {
  text-align: center;
}
.pro_modal .modal-body .pbg h3 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 3px;
  text-transform: uppercase;
}
.pro_modal .modal-body .pbg h2 {
  font-size: 40px;
}
.pro_modal .modal-body .gbg {
  padding: 70px;
}
.pro_modal .modal-body .gbg h4 {
  font-size: 30px;
}
.pro_modal .modal-body .gbg p {
  text-align: justify;	
}
.pro_modal .modal-body .gbg strong {
  float: left;
  width: 100%;
  font-size: 18px;
  color: #e9171f;
  margin-top: 10px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding: 10px 0px;
}
.pro_modal .modal-body .gbg strong span {
  font-weight: 500;	
}
.pro_modal .modal-body .gbg .fwidth {
  margin-top: 30px;
}
.pro_modal .modal-body .gbg .fwidth ul li {
  margin-bottom: 3px;
  padding-left: 15px;
}
.pro_modal .modal-body .gbg .fwidth ul li:last-child {
  margin-bottom: 0px;	
}
.pro_modal .modal-body .gbg .fwidth ul li:after {
  content: "";
  position: absolute;
  top: 9px;
  left: 0px;
  width: 8px;
  height: 2px;
  background: #ccc;
}

/*------------------------------
  [ INQUIRY ]
--------------------------------*/
.quote {
  text-align: center;
  background-image: url(../images/bg/inquiry.jpg);  
}
.quote.bfr:before {
  background: rgba(0,0,0,.7);	
}
.quote .col-md-10 .link-btn:hover {
  background: #fff;
  color: #231f20;  
}
.quote .modal .close {
  position: absolute;
  z-index: 5;
  right: 35px;
  top: 30px;
  font-size: 35px;
  text-shadow: none;
  opacity: 1;
}
.quote .modal h2 {
  padding: 20px 0px;
  margin-bottom: 0px;
  font-size: 35px;
}
.quote .modal .form {
  padding: 50px 35px;
}

/*------------------------------
  [ WHY LED ]
--------------------------------*/
.whyled .inner {
  text-align: center;
  padding: 50px 30px;
  margin-top: 30px;
  background: #e9171f;
}
.whyled .inner .icon {
  background: #fff;
  padding: 15px;
  border-radius: 50%;
  display: inline-block;
}
.whyled .inner h3 {
  margin-bottom: 0px;
  margin-top: 25px;
  color: #fff;
}

/*------------------------------
  [ SERVICES ]
--------------------------------*/
.services .inner {
  margin-top: 30px;
  text-align: center;
  padding: 50px;
  border: 1px solid #efefef;
}
.services .inner i {
  width: 90px;	
  height: 90px; 
  line-height: 90px; 
  display: inline-block;
  margin-bottom: 25px;
  background: #e9171f;
  color: #fff;
  font-size: 50px;
  border-radius: 50%;
}
.services .inner p {
  margin-bottom: 0px;
  line-height: 20px;  
}

/*------------------------------
  [ APPLICATION ]
--------------------------------*/
.application .item {
  margin-top: 30px;
}
.application .item h3 {
  margin-bottom: 0px;
  padding: 25px 15px;
  text-align: center;
  border: 1px solid #efefef;
}

/*------------------------------
  [ TESTIMONIALS ]
--------------------------------*/
.testimonials .item {
  margin-top: 10px;
}
.testimonials .item p {
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 30px;
  font-size: 26px;
  line-height: 30px;
  font-weight: 300;
}
.testimonials .item h3 {
  margin-bottom: 0px;	
}
.testimonials .item h3 span {
  display: block;	
  font-weight: 300;
  font-size: 18px;
}

/*------------------------------
  [ WHY BARQ ]
--------------------------------*/
.whybarq ul {
  margin-top: 15px;
}
.whybarq ul li {
  border-bottom: 1px dashed #efefef;
}
.whybarq ul li p {
  margin-bottom: 0px;	
}

/*------------------------------
  [ CLIENTS ]
--------------------------------*/
.clients .inner {
  border: 1px solid #efefef;
  margin-top: 30px;
  text-align: center;
  padding: 30px;
}

/*------------------------------
  [ CONTACT US ]
--------------------------------*/
.contactus {
  background-image: url(../images/bg/footer.jpg);
}
.contactus.bfr:before {
  background: rgba(0,0,0,0.6);
}
.contactus .title {
  margin-bottom: 60px;
}
.contactus .title h2,
.contactus .title p {
  color: #fff;	
}
.contactus .address,
.contactus .map {
  z-index: 1;
}
.contactus .address .inner {
  padding: 50px;
}
.contactus .address .inner strong {
  display: block;
  font-size: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255,255,255,0.3);
  padding-bottom: 15px;
}
.contactus .address .inner p {
  font-size: 18px;
  font-weight: 300;
  margin-top: 15px;
}
.contactus .address .inner p:last-child {
  margin-bottom: 0px;
}
.contactus .address .inner i {
  font-size: 30px;
  margin-bottom: 15px;
  display: block;
}
.contactus .map iframe {
  float: left;
  width: 100%;
  border: 0px;
  height: 100%;
}
.contactform {
  margin-top: -150px;
}
form.form {
  float: left;
  width: 100%;
  background: #fff;
  padding: 70px 35px;
}
form.form input, 
form.form select, 
form.form textarea {
  float: left;
  width: 100%;
  color: #231f20;
  border: 0px;
  border-bottom: 1px solid #ebebeb;
  height: 45px;
  margin-bottom: 20px;
  transition: all .15s;
  -webkit-appearance: none;
  -moz-appearance: none;
}
form.form textarea {
  height: 100px;
  resize: none;
}
form.form select option {
  color: #333;	
}
form.form input:focus,
form.form textarea:focus,
form.form select:focus {
  border-color: #ccc !important;
  outline: 0;
}
form.form button:focus {
  outline: 0;
}
form.form label {
  float: left;
  width: 100%;
  text-transform: capitalize;
  color: #ff0000;
  font-weight: 400;
  margin: -15px 0px 20px 0px;
  font-size: 13px;
}
form.form select:required:invalid,
::-webkit-input-placeholder,-moz-placeholder {
  color: #8a8a8a;
}
.copyright {
  float: left;
  width: 100%;
  font-size: 13px;
  padding: 30px 0px;
  font-weight: 300;
}
.copyright .social {
  float: none;
  display: inline-block;
  text-align: center;
}
.copyright .social a {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 2px solid #fff;
  margin: 0px 2px;
  padding: 14px;
}
.copyright .social a:hover {
  background: #fff;
}
.copyright .social a:hover i {
  color: #231f20;	
}
.copyright p {
  margin-bottom: 0px;  
}