/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.rev_slider .slotholder:after,
#rev_slider_2_1 rs-sbg:after
{
    content: '';
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    background: rgba(0,0,0,0.7);
}

 .widget.widget_links ul li::before {
    position: relative;
    top: 0;
    left: 0;
    content:'\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900; 
}

.page-title-parallax:before, .slider-parallax:before {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.6); 
  }
  
.section.overlay {
    background-size: cover;
    background-repeat: no-repeat;
}
  
.section.overlay:before {
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.55);
}

.section.overlay.why-choosse:before {
    background: rgba(0, 0, 0, 0.7);
}
  
/*
.my-slider:before {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.7); 
  } */
  
  .page-title-parallax div h1 {
      color: white;
  }
  
ul.apps-options {
    list-style: none;
}

ul.apps-options li {
    margin-bottom: 5px;
}

.docs-wrapper .fbox-content a {
    margin-top: 20px;
}
  
.input-group .input-group-text i {
    color: grey;
}

label {
    text-transform: none;
}

label.error {
    font-weight: normal;
}

.contact-list-item li {
    padding-left: 40px;
    position: relative;
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 0.6);
    min-height: 32px; 
}
  
.contact-list-item li:last-child {
    padding-bottom: 0px; 
}
  
.contact-list-item li i {
    position: absolute;
    left: 0;
    top: 0;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.6); 
    color: rgba(255, 255, 255, 0.6);
    display: block; 
  }
    
.contact-list-item li div {
    margin-left: 10px;
}

footer.dark .widget, footer.dark .widget h4, footer.dark .widget li a {
    color: rgba(255, 255, 255, 0.6);
}