/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
.subheader#about {
   background-size: cover !important;
}

.subheader#quote {
   background-size: cover !important;
}

.box_feat#icon_1 {
background-size: 200px 200px !important;
}

.box_feat#icon_2 {
background-size: 200px 200px !important;
}

.box_feat#icon_3 {
background-size: 200px 200px !important;
}

.box_feat#icon_4 {
background-size: 200px 200px !important;
}

h3 {
  margin-top: 100px;
}

.box_feat h3 {
  color: #5cb3fe;
}

.about_info i {
  color: #5cb3fe;
}

.widget#follow ul li a i {
  color: #5cb3fe;
}

.ui-widget-content {
  background: #8386ff;
}

.ui-widget-header {
  background: #dcfe1e;
}

.form-group.radio_questions label:hover {
    border: 2px solid #dcfe1e;
}

input.form-control:focus, select.form-control:focus, textarea.form-control:focus {
  border-color: #dcfe1e;
}

.subheader#quote {
  background: #b6b7ff url(../img/quote_bg_new.svg) no-repeat center bottom;
    background-size: auto;
}

.subheader#about {
  background: #b6b7ff url(../img/about_bg_new.svg) no-repeat center bottom;
    background-size: auto;
}