/*--------------------------------------------------------------

	Template Name: Drubo
    Template URI: https://devitems.com/html/drubo-preview/
    Description: This is html5 template
    Author: HasTech
    Author URI: https://devitems.com/
    Version: 1.0 

	Note: This is Short code style file. All Short code related style included in this file. 

---------------------------------------------------------------*/

/* ----------------------------------------------------
	You can put your custom css code here: 
-------------------------------------------------------*/
.static-block-2 .text .link {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid red;
  color: red;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1.5px;
  margin-top: 30px;
  padding: 10px 33px;
  text-transform: uppercase;
}

.srvc-titel h6{
  font-size: 20px;
}

.discribe-text ul, 
.discribe-text ol {
    list-style-type: none; /* Remove default bullets and numbering */
    padding-left: 0; /* Remove padding from the list */
}

.discribe-text ul li,
.discribe-text ol li {
    margin: 0.5em 0;
    width: 100%;
    position: relative;
    padding-left: 2em; /* Space for custom marker and text */
}

/* Custom bullet for unordered list */
.discribe-text ul li::before {
    content: '•'; /* Custom character for bullet */
    color: black; /* Bullet color */
    position: absolute;
    left: 0; /* Position bullet at the start of the item */
    top: 0; /* Adjust if needed for vertical alignment */
    font-size: 1em; /* Adjust size as needed */
    margin-right: 0.5em; /* Space between bullet and text */
}

/* Custom numbering for ordered list */
.discribe-text ol {
    counter-reset: list-counter; /* Reset the custom counter */
}

.discribe-text ol li::before {
    counter-increment: list-counter; /* Increment the custom counter */
    content: counter(list-counter) '.'; /* Custom numbering format */
    color: black; /* Number color */
    position: absolute;
    left: 0; /* Position number at the start of the item */
    top: 0; /* Adjust if needed for vertical alignment */
    font-size: 1em; /* Adjust size as needed */
    margin-right: 0.5em; /* Space between number and text */
}
