svg {
  fill: #373737;
  stroke: #373737;
}
/*
******************************************
*
*   Subscription and contact  "MESSAGE"
*   
*/
.subscription-failed,
.email-failed {
  /*color: #373737 !important;*/
  color: #fff !important;
}
.subscription-success,
.email-success {
  /*color: #373737 !important;*/
  color: #fff !important;
}
/*
******************************************
*
*   class:  Header
*   id: 
*/
.overlay_color {
  background-color: rgba(55, 55, 55, 0.7);
}
svg {
  stroke: #373737;
}
.subscribe_form .input-group .form-control {
  border-color: #373737;
}
/*
******************************************
*
*   class:  contact  (contact area and map)
*   id: section-4
*/
/*  Contact Form Area CSS */
.btn-group .btn {
  border-color: #373737;
  color: #373737;
}
.btn-group .btn:hover,
.btn-group .btn:focus,
.btn-group .btn:active,
.btn-group .btn.active {
  background-color: #727272;
}
.btn-group .btn-subscribe {
  background-color: #373737;
}
.btn-main {
  background: #373737;
}
.btn-main:hover,
.btn-main:focus,
.btn-main:active,
.btn-main.active {
  background: #727272;
  border-color: #727272 !important;
}
/*  Contact Body Left Side  */
.btn-submit {
  background-color: #373737 !important;
  border-color: #373737 !important;
}
.btn-submit:hover,
.btn-submit:focus,
.btn-submit:active,
.btn-submit.active {
  background-color: #727272 !important;
  border-color: #727272 !important;
}
/*  Contact Body Right Side  */
.contact_body_right p a:hover {
 
}
/*
******************************************
*
*   TAB AREA
*   
*/
.tab-body .nav-tabs-cus li a:hover {
  background-color: #373737 !important;
}
.tab-body .nav-tabs-cus .active {
  width: 60%;
}
.tab-body .nav-tabs-cus .active a {
  background-color: #373737 !important;
}
.icon-row:hover {

  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  background-color: lightgray;  
}
/*
******************************************
*
*   IMAGE HOVER EFFECT CUSTOM CSS
*    
*/
.view-first .mask {
  background-color: rgba(55,55,55, 0.3);
}
/*
******************************************
*
*   Carousel Slider Page counter button  --   CSS
*    
*/
.owl-page span {
  background-color: #373737 !important;
}
/*
******************************************
*
*   Hexagon Shape
*    
*/
.hex {
  background-color: #373737;
}
/*
******************************************
*
*   PRELOADER CSS
*    
*/
.spinner-wrapper {
  background: #373737;
}
/*
******************************************
*
*   NICE SCROLL CSS
*    
*/
.nicescroll-rails > div {
  background-color: #F16F24 !important;
}
