/*== >Title separators ====== */

.dlab-separator-outer {
    overflow: hidden;
}
.dlab-separator.m-b0 {
	margin-bottom:0;
}
.dlab-separator {
    display: inline-block;
    height: 2px;
    width: 80px;
    margin-bottom: 10px;
    position: relative;
}
.dlab-separator.style-liner {
    width: 20px;
}
.dlab-separator.style-icon {
    width: 30px;
    height: auto;
    text-align: center;
    font-size: 20px;
}
.dlab-separator[class*="style-"]:after,
.dlab-separator[class*="style-"]:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 40px;
    width: 70px;
    height: 2px;
    background: #eee;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.dlab-separator[class*="style-"]:before {
    left: auto;
    right: 40px;
}
.dlab-separator.style-skew {
    width: 15px;
    height: 10px;
    margin-left: 1px;
    margin-right: 1px;
    -moz-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(-10deg);
}
.dlab-separator.style-skew[class*="style-"]:after,
.dlab-separator.style-skew[class*="style-"]:before {
    width: 80px;
    height: 4px;
    left: 20px;
    -moz-transform: translateY(-50%) skewX(-10deg);
    -webkit-transform: translateY(-50%) skewX(-10deg);
    -o-transform: translateY(-50%) skewX(-10deg);
    -ms-transform: translateY(-50%) skewX(-10deg);
    transform: translateY(-50%) skewX(-10deg);
}
.dlab-separator.style-skew[class*="style-"]:before {
    right: 20px;
    left: auto;
}
.dlab-separator.bnr-title{
	height:1px;
	width: 155px;
	opacity: 0.5;
}
.dlab-separator.bnr-title:before {
    height: inherit;
    right: -80px;
    width: 25px;
}
.dlab-separator.bnr-title:after {
    height: inherit;
    right: -90px;
    top: 0;
    width: 6px;
}
.dlab-separator.bnr-title:before,
.dlab-separator.bnr-title:after{
	position:absolute;
	content:"";
	background-color:inherit;
}
.dlab-separator.bnr-title i {
    background-color: inherit;
    display: block;
    height: inherit;
    position: absolute;
    right: -50px;
    width: 45px;
}
/*== >Deviders ====== */

.dlab-divider {
    height: 1px;
    position: relative;
    margin: 30px 0;
}
.dlab-divider.tb20{
	margin:20px 0;
}
.dlab-divider.tb15{
	margin:15px 0;
}
.dlab-divider.tb10{
	margin:10px 0;
}
.dlab-divider.tb0{
	margin:0;
}
.dlab-divider.divider-2px {
    height: 2px;
}
.dlab-divider.divider-3px {
    height: 3px;
}
.dlab-divider.divider-4px {
    height: 4px;
}
.dlab-divider i {
    position: absolute;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    display: block;
    border-radius: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.dlab-divider.icon-left {
    margin-left: 40px;
}
.dlab-divider.icon-left i {
    left: -40px;
}
.dlab-divider.icon-right {
    margin-right: 40px;
}
.dlab-divider.icon-right i {
    left: auto;
    right: -40px;
}
.dlab-divider.icon-center i {
    left: 50%;
    margin-left: -5px;
}
/*== >Lists & bullets ====== */

.list-circle,
.list-angle-right,
.list-arrow,
.list-check,
.list-checked,
.list-icon-box,
.list-chevron-circle,
.list-hand-point,
.list-cup,
.list-pen,
.list-heart,
.list-star {
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
}
.list-circle li,
.list-angle-right li,
.list-arrow li,
.list-check li,
.list-checked li,
.list-icon-box li,
.list-chevron-circle li,
.list-hand-point li,
.list-cup li,
.list-pen li,
.list-heart li,
.list-star li {
    padding: 5px 5px 5px 30px;
    position: relative;
}
.list-circle li:before,
.list-angle-right li:before,
.list-arrow li:before,
.list-check li:before,
.list-checked li:before,
.list-icon-box li:before,
.list-chevron-circle li:before,
.list-hand-point li:before,
.list-cup li:before,
.list-pen li:before,
.list-heart li:before,
.list-star li:before {
    font-family: "themify";
    position: absolute;
    left: 0;
    top: 5px;
    display: block;
    font-size: 15px;
    color: #777;
}
ul[class*="list-"]{
	font-size:15px;
}

.list-circle li:before {
    font-size: 16px;
}
.list-circle li:before {
    content: "\e724";
}
.list-angle-right li:before {
    content: "\e628";
}
.list-arrow li:before {
    content: "\e661";
}
.list-check li:before {
    content: "\e64c";
}
.list-checked li:before {
    content: "\e64d";
	font-family: 'themify';
	font-size: 15px;
}
.list-icon-box li:before {
    content: "\e6e8";
}
.list-chevron-circle li:before {
    content: "\e65d";
}
.list-hand-point li:before {
    content: "\e71b";
}
.list-star li:before {
    content: "\e60a";
}
.list-cup li:before {
    content: "\e641";
}
.list-pen li:before {
    content: "\e61c";
}
.list-heart li:before {
    content: "\e634";
}
/*listing before icon color css*/

.primary li:before {
    color: #EFBB20;
}
.secondry li:before {
    color: #77C04B;
}
.black li:before {
    color: #000;
}
.white li:before {
    color: #fff;
}
.orange li:before {
    color: #FF6600;
}
.green li:before {
    color: #00CC00;
}
.red li:before {
    color: #FF3737;
}
.no-margin {
    margin: 0 0 0 !important;
    list-style: none;
}
/*listing before numbers*/
.list-num-count {
    counter-reset: li;
    padding-left: 0;
}
.list-num-count > li {
    position: relative;
    margin: 0 0 6px 30px;
    padding: 4px 8px;
    list-style: none;
}
.list-num-count > li:before {
    content: counter(li, decimal);
    counter-increment: li;
    position: absolute;
    top: 0;
    left: -28px;
    width: 28px;
    height: 28px;
    padding: 5px;
    color: #fff;
    background: #EFBB20;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.list-num-count.lower-alpha > li:before {
    content: counter(li, lower-alpha);
}
.list-num-count.upper-alpha > li:before {
    content: counter(li, upper-alpha);
}
.list-num-count.upper-roman > li:before {
    content: counter(li, upper-roman);
}
.list-num-count.no-round > li:before {
    background-color: rgba(0, 0, 0, 0);
    color: #333333;
    font-size: 15px;
    font-weight: normal;
    height: auto;
    left: -30px;
    margin: 0;
    width: auto;
}
.rounded[class*="list-"] li:before {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
}
.rounded[class*="list-"] li:hover:before {
	transform:scale(1.5);
	-webkit-transform:scale(1.5);
	-moz-transform:scale(1.5);
	-o-transform:scale(1.5);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
}
.reverse.primary[class*="list-"] li:hover:before {
	background-color:var(--color-primary);
	color:#fff;
}
.rounded[class*="list-"] li {
    padding: 10px 0 10px 45px;
}
.rounded[class*="list-"] li {
    padding: 10px 0 10px 45px;
}
.rounded.border{
	border:0 !important;
}
.rounded.border[class*="list-"] li:before  {
	background-color:rgba(0,0,0,0);
	border:1px solid;
	line-height: 28px;
}
/* List Style Box */
[class*="list-"].list-box > li {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 4px;
    color: #000000;
    margin-bottom: 6px;
	padding: 10px 20px 10px 50px;
	
}
[class*="list-"].list-box > li:before{
	background: var(--color-primary) none repeat scroll 0 0;
    border-radius: 4px 0 0 4px;
    color: #ffffff;
    display: table-cell;
    height: 100%;
    padding: 10px 0;
    text-align: center;
    top: 0;
    vertical-align: middle;
    width: 40px;
}
[class*="list-"].list-box > li{
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-o-transition:all 0.5s;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
[class*="list-"].style1.list-box > li{
	margin-left:42px;
	border-radius: 0 4px 4px 0;
	padding: 10px 20px 10px 20px;
}
[class*="list-"].style1.list-box > li:before{
	left:-42px;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
[class*="list-"].style2.list-box > li{
	padding: 10px 20px 10px 60px;
}
[class*="list-"].style2.list-box > li:after{
	font-family:FontAwesome;
	content:"\f0da";
	left:39px;
	position:absolute;
	top:50%;
	color:var(--color-primary);
	font-size: 18px;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-o-transform:translateY(-50%);
}
[class*="list-"].list-box > li:hover,
[class*="list-"].style2.list-box > li:hover{
	transform:scale(1.05);
	-moz-transform:scale(1.05);
	-webkit-transform:scale(1.05);
	-o-transform:scale(1.05);
}
[class*="list-"].style1.list-box > li:hover{
	transform:scale(1);
	-o-transform:scale(1);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
}
[class*="list-"].style1.list-box > li:hover:before{
	transform:scale(1.2);
	-o-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-webkit-transform:scale(1.2);
}
[class*="list-"].list-box.reverse > li:before{
	color:var(--color-primary);
	background:#fff;
	border-right:1px solid rgba(0,0,0,0.1);
}

/* list-check circle */
.list-check.circle li:before {
    content: "\f00c";
    font-family: FontAwesome;
    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 30px;
    line-height: 32px;
    text-align: center;
}
.list-check.circle.primary li:before {
    background: var(--color-primary);
    color: #fff;
}
.list-check.circle.white li:before {
	background-color: #fff;
	color: #000;
}
.list-check.circle li {
    padding: 8px 0 8px 45px;
    font-size: 18px;
    font-weight: 400;
	transition: all 0.5s;
}
.list-check.circle li:hover:before {
	content: "\f005";
	transition: all 0.5s;
	transform: rotate(180deg);
}
