/*
Plugin CSS
Author: wpdream
*/
:root{
    --brcolor:#14b1bb; /* Brand color */
    --brhovercolor:#0a257a; /* Brand Hover color */
	--brrgb: 20,177,187; /* Brand rgb color */
	--bropacity:rgba(20,177,187,0.64); /* Brand opacity color */
    --black:#000000; /* black color */
	--white:#ffffff; /* white color */
    --bdcolor:#dddddd; /* border color */
    --bdhcolor:#14b1bb; /* border hover color */
    --linkcolor:#000000; /* link  color */	
    --titlecolor:#0e0e0e; /* title color */
    --pracolor:#74787c; /* pragrap/body color */	
    --bshadow:rgba(0,0,0,0.09); /* opacity color box shadow */   
}

/*=========================================================================================== START TO DEFAULT CSS =============================================================================================*/
 .txbdbcolor{
     color:var(--brcolor);
}
 .txbdbhcolor:hover{
     color:var(--brcolor);
}
 .txcwhite{
     color:var(--white);
}
 .txcwhiteh:hover{
     color: var(--brhovercolor);
}
 .txbdwbg{
     background:var(--white);
}
 .txbdbbg{
     background:var(--brcolor);
}
 .txbdbg,.afterbg::after,.beforebg::before{
     background:var(--brcolor);
}
/* progress area css */
.progress-bar,.progress{
    overflow: visible !important;
}
 .wpd_single_progress {
     overflow:hidden;
}

/*----------------------- Progress Bar Style1 -------------------------*/
 .wpd_progress-style1 + .wpd_progress-style1 {
    margin-top: 50px;
}
 .wpd_title1 .wpd_label,
 .wpd_title2 .wpd_label  {
    position: absolute;
    left: 0;
    top: 0px;
    font-weight: 600;
}
 .wpd_progress-style1 .wpd_percent {
    position: absolute;
    right: 10px;
}
/*----------------------- Progress Bar Style2 -------------------------*/
 .wpd_progress-style2.progress {
    box-shadow: none;
    border-radius: 0;
    overflow: visible;
    height: 6px;
}
 .wpd_progress-style2 + .wpd_progress-style2 {
    margin-top: 50px;
}
 .wpd_progress-style2 .progress-bar {
    position: relative;
    line-height: 4px;
}
 .wpd_progress-style2 .wpd_percent {
    position: absolute;
    right: 0;
    font-weight: 700;
    font-size: 16px;
    top: -19px;
}
/*----------------------- Progress Bar Style3 -------------------------*/
 .wpd_progress-style3 {
    height: 30px;
    overflow: visible;
}
 .wpd_progress-style3 + .wpd_progress-style3 {
    margin-top: 40px;
}
 .wpd_progress-style3 .progress-bar {
    position: relative;
    line-height: 30px;
}
 .wpd_progress-style3 .wpd_label {
    position: absolute;
    left: 0;
    font-size: 13px;
    font-weight: 500;
    padding: 0 12px;
}
 .wpd_progress-style3 .wpd_percent {
    position: absolute;
    right: 10px;
    font-weight: 500;
    font-size: 12px;
    line-height: 26px;
    top: -10px;
    padding: 0 7px;
}
/*----------------------- Progress Bar Style4 -------------------------*/
 .wpd_progress-style4 {
    height: 40px;
    box-shadow: none;
    border-radius: 0;
    overflow: visible;
    padding: 4px;
    box-shadow: 0 10px 20px rgba(68, 68, 68, 0.05);
}
.wpd_progress-style4.progress {
    height: 35px;
}
 .wpd_progress-style4 + .wpd_progress-style4 {
    margin-top: 30px;
}
 .wpd_progress-style4 .progress-bar {
    position: relative;
    text-align: left;
    border-radius: 0;
    box-shadow: none;
}
 .wpd_progress-style4 .wpd_label {
    position: absolute;
    left: 5px;
    font-size: 12px;
    font-weight: 500;
    padding: 0 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
 .wpd_progress-style4 .wpd_percent {
    position: absolute;
    right: 6px;
    font-weight: 500;
    font-size: 11px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 0 5px;
}
/*----------------------- Progress Bar Style5 -------------------------*/
 .wpd_progress-style5 {
    height: 24px;
    box-shadow: none;
    border-radius: 0;
    overflow: visible;
    margin-top: 30px;
}
 .wpd_progress-style5 + .wpd_progress-style5 {
    margin-top: 60px;
}
 .wpd_progress-style5 .progress-bar {
    position: relative;
    text-align: left;
    border-radius: 0;
    box-shadow: none;
}
 .wpd_title5 .wpd_label {
    position: absolute;
    left: 0px;
    top: 5px;
    font-size: 16px;
    font-weight: 600;
}
 .wpd_progress-style5 .wpd_percent {
    position: absolute;
    right: 0;
    font-weight: 500;
    font-size: 12px;
    top: -35px;
    padding: 3px 6px;
    border-radius: 4px;
}
 .wpd_progress-style5 .wpd_percent:after {
    content: '';
    position: absolute;
    border: 11px solid transparent;
    left: -19px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
 .progress.wpd_progress-style5 {
     margin-top: 37px;
}
/*----------------------- Progress Bar Style6 ------------------------*/
 .wpd_progress-style6 {
    overflow: visible;
    position: relative;
    margin-top: 20px;
    box-shadow: none;
    padding: 3px;
    border-radius: 10px;
}
 .wpd_progress-style6 + .wpd_progress-style6 {
    margin-top: 60px;
}
 .wpd_progress-style6 .progress-bar {
    position: relative;
    text-align: left;
    border-radius: 7px;
    line-height: 30px;
    box-shadow: none;
}
 .wpd_title6 .wpd_label {
    position: absolute;
    left: 2px;
    top: 8px;
    font-size: 16px;
    font-weight: 600;
}
 .wpd_progress-style6 .wpd_percent {
    position: absolute;
    font-size: 11px;
    bottom: 27px;
    text-align: center;
    z-index: 10;
    text-align: center;
    right: 0;
    font-weight: 600;
}
 .wpd_progress-style6 .wpd_percent:after {
    content: '';
    position: absolute;
    border-radius: 0px 30px 30px 30px;
    width: 30px;
    height: 30px;
    left: -6px;
    top: 0;
    z-index: -1;
    -webkit-transform: rotate(-130deg);
            transform: rotate(-130deg);
}
 .progress.wpd_progress-style6 {
     margin-top: 44px;
}
/*----------------------- Progress Bar Style7 -------------------------*/
 .wpd_progress-style7 {
    height: 12px;
    box-shadow: 0 1px 3px var(--bshadow);
    border-radius: 0;
    overflow: visible;
    padding: 3px;
    margin-top: 20px;
}
 .wpd_progress-style7 + .wpd_progress-style7 {
    margin-top: 60px;
}
 .wpd_progress-style7 .progress-bar {
    position: relative;
    text-align: left;
    line-height: 4px;
    border-radius: 0;
    box-shadow: none;
}
 .wpd_title7 .wpd_label {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 15px;
    font-weight: 600;
}
 .wpd_progress-style7 .wpd_percent {
    position: absolute;
    right: -13px;
    font-weight: 500;
    font-size: 10px;
    top: -30px;
    padding: 8px 5px;
}
 .wpd_progress-style7 .wpd_percent:after {
    content: '';
    position: absolute;
    border: 5px solid transparent;
    left: 50%;
    top: 20px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}
/*----------------------- Progress Bar Style8 -------------------------*/
 .wpd_progress-style8 {
    position: relative;
    height: 40px;
    box-shadow: none;
    border-radius: 20px;
    overflow: visible;
    padding: 7px;
}
.wpd_progress-style8.progress {
    height: 35px;
}
 .wpd_progress-style8 + .wpd_progress-style8 {
    margin-top: 30px;
}
 .wpd_progress-style8 .progress-bar {
    text-align: left;
    border-radius: 0;
    box-shadow: none;
    border-radius: 15px;
}
 .wpd_progress-style8 .wpd_label {
    position: absolute;
    left: 20px;
    font-size: 13px;
    font-weight: 500;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
 .wpd_progress-style8 .wpd_percent {
    position: absolute;
    right: 14px;
    top: 50%;
    font-weight: 500;
    font-size: 13px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
/*----------------------- Progress Bar Style9 ------------------------*/
 .wpd_progress-style9 {
    overflow: visible;
    position: relative;
    border-radius: 10px;
    margin-top: 20px;
    box-shadow: none;
    padding: 0px;
    height: 20px;
}
 .wpd_progress-style9 + .wpd_progress-style9 {
    margin-top: 60px;
}
 .wpd_progress-style9 .progress-bar {
    text-align: left;
    border-radius: 10px;
    line-height: 30px;
    margin-left: -1px;
    box-shadow: none;
}
 .wpd_title9 .wpd_label {
    position: absolute;
    left: 2px;
    top: 0px;
    font-size: 16px;
    font-weight: 600;
}
 .wpd_progress-style9 .wpd_percent {
    position: absolute;
    font-size: 11px;
    top: 50%;
    text-align: center;
    z-index: 10;
    text-align: center;
    right: 0;
    font-weight: 600;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
 .wpd_progress-style9 .wpd_percent:after {
    content: '';
    position: absolute;
    border-radius: 30px 30px 0px 30px;
    width: 30px;
    height: 30px;
    left: -6px;
    top: 0;
    z-index: -1;
    -webkit-transform: rotate(130deg);
            transform: rotate(130deg);
}
/*----------------------- Progress Bar Style10 ------------------------*/
 .wpd_progress-style10 {
    overflow: visible;
    margin-top: 20px;
    box-shadow: none;
    padding: 0px;
    height: 15px;
    border-radius: 6px;
}
 .wpd_progress-style10 + .wpd_progress-style10 {
    margin-top: 60px;
}
 .wpd_progress-style10 .progress-bar {
    position: relative;
    text-align: left;
    border-radius: 10px;
    line-height: 30px;
    margin-left: -1px;
    box-shadow: none;
}
 .wpd_title10 .wpd_label {
    position: absolute;
    left: 2px;
    top: -15px;	
    font-size: 16px;
    font-weight: 600;
}
 .wpd_progress-style10 .wpd_percent {
    position: absolute;
    width: 36px;
    height: 36px;
    line-height: 34px;
    font-size: 11px;
    top: 50%;
    text-align: center;
    z-index: 10;
    text-align: center;
    right: -1px;
    font-weight: 600;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-radius: 50%;
    text-align: center;
}
 .progress.wpd_progress-style10 {
     margin: 16px 0;
}
 .progress{
     margin-top: 29px;
}
/*----------------------- Progress Bar Style 13 -------------------------*/
.wpd_progress-style13.progress {
    background: transparent;
    height: 12px;
    border-radius: 30px;
}
 .wpd_progress-style13.wpd_progress-style2 .progress-bar {
     margin: 2px 2px 2px;
	     border-radius: 30px;
}

 .wpd_progress-style2 .wpd_percent {
    color: var(--brhovercolor);
}
.wpd_progress-style13.progress,
.wpd_progress-style1 .wpd_percent,
 .wpd_progress-style3 .wpd_label,
 .wpd_progress-style3 .wpd_percent,
 .wpd_progress-style4 .wpd_label,
 .wpd_progress-style4 .wpd_percent,
 .wpd_progress-style5 .wpd_percent
 .wpd_progress-style6 .wpd_percent,
 .wpd_progress-style7 .wpd_percent,
 .wpd_progress-style8 .wpd_label {
    color: var(--white);
}
 .wpd_progress-style9 .wpd_percent {
    color: var(--brhovercolor);
}
 .wpd_progress-style3 .wpd_label {
    background: rgba(255, 255, 255, 0.3);
}
 .wpd_progress-style3 .wpd_percent {
    background: var(--brhovercolor);
}
 .wpd_progress-style4 .wpd_label {
    background: rgba(255, 255, 255, 0.3);
}
 .wpd_progress-style4 .wpd_percent {
    background: rgba(255, 255, 255, 0.3);
}
 .wpd_progress-style6 {
    background: rgba(0, 0, 0, 0.04);
}
 .wpd_progress-style6 .wpd_percent:after {
    background: var(--brhovercolor);
}
.wpd_progress-style5 .wpd_percent,
 .wpd_progress-style7 .wpd_percent {
    background: var(--brhovercolor);
}

 .wpd_progress-style9 {
    background: #eee;
}
 .wpd_progress-style9 .wpd_percent:after {
    background: #eee;
}
 .wpd_progress-style10 {
    background: #eee;
}
.wpd_progress-style13.progress {
    border: 1px solid var(--bdhcolor);
}
 .wpd_progress-style5 .wpd_percent:after {
    border-right-color: var(--brhovercolor);
}
 .wpd_progress-style7 .wpd_percent:after {
    border-top-color: var(--brhovercolor);
}



/* responsive */
 @media (min-width: 992px) and (max-width: 1199px) {


}
 @media (min-width: 768px) and (max-width: 991px) {}
 @media (max-width: 767px) {}



