
/* ======= FAQ Section ======= */
.faq {
  padding: 20px 0;
}
.faq.has-bg-color {
  background: #f5f5f5;
}
.faq .title {
  margin-bottom: 60px;
  font-size: 32px;
}
.faq .panel {
  background: #f0f0f0;
}
.faq .panel .panel-heading {
  padding: 15px 30px;
}
.faq .panel .panel-body {
  padding: 30px;
  padding-top: 0;
  color: #666;
}
.faq .panel .panel-title {
  font-weight: normal;
  color: #666;
}
.faq .panel .panel-title .active {
 text-decoration:none;
}
.faq .panel .panel-title .panel-toggle .fa {
  margin-right: 10px;
}
.faq .more {
  margin-top: 60px;
}
.faq .more .title {
  margin-bottom: 15px;
  color: #999;
  font-size: 16px;
  font-weight: normal;
}

.panel-title>.small, .panel-title>.small>a:hover, .panel-title>a:hover, .panel-title>small, .panel-title>small>a:hover {
 text-decoration:none;
}

.section-contact {
     background-color: rgba(238, 238, 238, 0.7);
     padding: 80px 0px;
     position: relative;

}

.boxed-grey{
	background: #f9f9f9 none repeat scroll 0 0;
	padding: 20px;
}

.contact .title {
  margin-bottom: 60px;
  font-size: 32px;
}

.btn {
     border-radius: 0px;
     font-family: Montserrat,sans-serif;
     font-weight: 400;
     text-transform: uppercase;
     transition: all 0.3s ease-in-out 0s;
}

.btn-skin:hover,
.btn-skin:focus,
.btn-skin:active,
.btn-skin.active {
  color: #fff;
  background-color: #666;
  border-color: #666;
}

* {
  border-radius: 0 !important;
}


.contact .row{
margin-left:10px;

}

.widget-contact{
margin-top: 50px;
}

.licenses .panel {
  background: #e8eef7;
}

.licenses .panel .panel-title .active {
 text-decoration:none;
}

.licenses a:hover{
text-decoration:none;
}

.licenses a:focus{
text-decoration:none;
}