.color-m {
  color: #20adf5;
}

.sep-section {
  height: 1px;
  border-bottom: 1px solid #EAEAEA;
}

#features-app-section-1, #features-app-section-2 {
  padding: 30px 0;
}

.features-app-content-right {
  padding-top: 30px;
}

#features-app-section-1 h2, #features-app-section-2 h2 {
  margin-bottom: 35px;
}



ul.features-app-list {
  list-style-type: none;
  padding-left: 0;
  padding-top: 1px;
}

ul.features-app-list li {
  margin-bottom: 10px;
}

#feature-app-section-2 ul.features-app-list li {
  margin-bottom: 15px!important;
}

.app-feature-icon {
  font-size: 24px;
  color: #fc6e51;
  margin-right: 20px;
}

.feature-app-box-content p {
  margin-top: 0;
  font-size: 14px;
  
  margin-bottom: 10px!important;
 
}

.features-app-content-left {
  padding-top: 40px;
}

#features-app-section-2 ul.features-app-list {
  padding-top: 50px;
}

#features-app-section-2 ul.features-app-list li {
  margin-bottom: 15px;
}

#features-app-section-2 .feature-app-box-content {
  display: table;
}

#banner-services-o {
  background: url('../assets/images/temp/stats-bg-12.jpg') center top;
  position: relative;
  border-bottom: 1px solid transparent;
}

#banner-services-o:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background: rgba(5,5,5,0.8);
  width: 100%;
  height: 100%;
  z-index: 2;
}

#banner-services-o .container {
  position: relative;
  z-index: 3;
}

.p-bar {
  margin-bottom: 14px;
}

/***********************************************************************************************/
/* =Buttons */
/***********************************************************************************************/

.btn {
  font-size: 13px;
  letter-spacing: 1px;
  padding: 14px 25px;
  border-radius: 1px;
  -webkit-transition: all .25s ease-in-out;
     -moz-transition: all .25s ease-in-out;
      -ms-transition: all .25s ease-in-out;
       -o-transition: all .25s ease-in-out;
          transition: all .25s ease-in-out;
}

.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  outline: 0;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, 
.btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-xs {
  padding: 5px 14px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.btn-sm {
  padding: 8px 37px;
  font-size: 12px;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}

.btn-lg {
  padding: 15px 35px;
}

.btn-primary {
  text-transform: uppercase;
  background-color: #0078ff;
  border-color: #0078ff;
}

.btn-black {
  text-transform: uppercase;
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-black:hover {
  background-color: #0078ff;
  border-color: #0078ff;
  color: #fff;
}

.btn-clean {
  border-color: #F5F5F5;
  color: #F5F5F5;
  text-transform: uppercase;
  letter-spacing: 0;
}

.btn-clean:hover, .btn-clean:focus, .btn-clean:active {
  color: #fff;
}

.btn-dark {
  color: #FFF;
  text-transform: uppercase;
  background: rgba(34,34,34, .9);
  font-weight: 400;
  border-color: rgba(0,0,0, .7);
}

.btn-dark:hover, .btn-dark:active, .btn-dark:focus, .btn-dark:visited {
  color: rgba(255,255,255, .85);
  background: rgba(0,0,0, .7);
  outline: 0;
  box-shadow: none;
}

.btn-light {
  background: #f3f3f3;
  color: #000;
}

.call-btn {
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 12px 20px;
  font-size: 12px;
  border-radius: 0;
  border: none;
  outline: none;
  display: inline-block;
}

.btn-gray {
  color: #777;
  background: #e5e5e5;
}

.banner-image-o {
    margin-top: 40px!important;
  }
  

.banner-image-o {
	text-align: center;
    margin: -40px 0 0 0;

}

.banner-content {
    margin-top: 80px;
    margin-bottom: 60px;
    text-align: center;
  }
  
.banner-content, .banner-content h3 {
  color: #fff;
}

.banner-content h3 {
  font-weight: 400;
  letter-spacing: 2.6px;
  font-size: 19px;
}

.pad-sec {
  padding: 100px 0!important;
}

#contact-section-o .divider {
  display: inline-block;
}

#contact-section-o .title-section {
  padding-bottom: 80px;
}

.form-group .form-control.br-b {
  border-top: 0;
  border-left: 0;
  border-right: 0;
}

textarea.form-control {
  min-height: 100px;
}

#contactform .form-group #submit {
  display: block;
  width: 100%;
  margin-top: 10px;
}

.contact-info {
  text-align: center;
  border-top: 1px solid #EEEEEE;
}

.contact-info a {
  color: #4F4F4F;
  font-size: 18px;
  display: block;
  padding: 50px 0;
}

.contact-info a i {
  display: block;
  font-size: 30px;
  margin-bottom: 15px;
}

#deep-links-section a, #afspraak-section a, #voorstelling-section a, #banner-services-o a, #contact-section-o a {
	color:#20adf5;
	color:#0078ff;
	
}

#deep-links-section a:hover, #afspraak-section a:hover, #contact-section-o a:hover, #voorstelling-section a:hover, #banner-services-o a:hover, #contact-section-o a:hover {
	color:brown;
}

.progress {
  height: 12px;
  border-radius: 1px;
  margin-bottom: 9px;
}

.progress-bar {
  background: #0078ff;
}

.skill-mf span {
  color: #4e4e4e;
}

.skill-mf .progress {
  background-color: #cde1f8;
  margin: .5rem 0 1.2rem 0;
  border-radius: 0;
  height: .7rem;
}

.skill-mf .progress .progress-bar {
  height: .7rem;
  background-color: #0078ff;
}

.tooler {
	 height:120px;
	 width:260px;
	 background-color:white;
	 border:1px solid black;
	 padding:5px;
}

#afspraak-section ul {
  list-style-type: none;
  padding: 0px;
  margin: 15px;
  text-align: center;
  border: 1px solid #f1f1f1;
}