/* Text Styles */
p {font-size: 16px; color: var(--text-color); line-height: 1.7;  margin-bottom: 15px; font-weight: 400;}
p.lifter {font-size: 28px; line-height: 1.5; color: var(--text-color); margin-bottom: 15px;}
p.lifter2 {font-size: 26px; color: var(--primary-color); font-weight: 700; margin-bottom: 15px;}

h1 {color: black; font-size: 36px; font-weight: bold; margin-bottom: 10px; line-height: 1.5;}
h2 {font-size: 22px; color: var(--primary-color); text-transform: uppercase; font-weight: 600;  margin: 10px 0px 10px 0px; padding: 0px; line-height: 1.5;}
h3 {font-size: 21px; color: black; line-height: 1.5; text-transform: uppercase; font-weight: 600; margin: 10px 0px 10px 0px; padding: 0px;}
h4 {font-size: 21px; color: var(--primary-color); line-height: 1.5; font-weight: 600;}
h5 {font-size: 17px; font-weight: 500; color: black;}
h6 {font-size: 16px; color: black;}
/* h6 {font-size: 18px; color: var(--primary-color);} */

/*Gri style*/
.gri{
	font-size: 15px;
text-transform: uppercase;
background-color: var(--primary-color);
color: white;
font-weight: 600;
padding: 2px 10px;
border-radius: 15px;
display: inline-block;
margin-bottom: 10px;

}

.current-link > a{
	background-color: #42CB4C;
	
}
.main-current-link a{
	color: var(--primary-color);
}


p a {
  color:#244127 !important;
  text-decoration: underline;
}

.footer a {
  color:#fff !important;
  
	
}

/* Box Styles */
.green-box {
  border: 1px solid var(--primary-color);
  padding: 15px;
  margin-top: 25px;
  position: relative;
}
.green-box > p:last-of-type {
  margin-bottom: 0;
}
.top-right-round { border-top-right-radius: 10px; }
.top-left-round { border-top-left-radius: 10px; }
.bottom-right-round { border-bottom-right-radius: 10px; }
.bottom-left-round { border-bottom-left-radius: 10px; }
.all-round { border-radius: 10px; }

.green-box.with-title .green-box-title {
  position: absolute;
  bottom: 100%;
  left: 0;
  background-color: var(--primary-color);
  color: white;
  font-size: 13px;
  padding: 2.5px 5px;
  font-weight: medium;
}

.green-box.with-number .green-box-number {
  position: absolute;
  bottom: 100%;
  right: 10px;
  transform: translateY(50%);
  background-color: var(--primary-color);
  color: white;
  font-size: 13px;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-weight: medium;
}

.green-box.with-icon .green-box-icon {
  position: absolute;
  bottom: 100%;
  right: 10px;
  transform: translateY(50%);
  background-color: white;
  border: 1px solid var(--primary-color);
  width: 30px;
  height: 30px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.green-box.with-icon .green-box-icon > img { width: 100%; height: auto;}

.green-box.with-image {
  overflow: hidden;
}
.green-box.with-image .green-box-image {
  margin: -15px -15px 15px -15px;
  border-bottom: 1px solid var(--primary-color);
  position: relative;
}
.green-box.with-image .green-box-image::after {
  content: "";
  position: absolute;
  left: 20px;
  bottom: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7.5px 20px 7.5px;
  border-color: transparent transparent white transparent;
}
.green-box.with-image .green-box-image > img {
  width: 100%;
  height: auto;
}

.green-bg {
  background-color: var(--primary-color);
}

/* Text Styles End */
p.cap, p.caption {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 5px;
  margin-top: 5px;
  font-style: italic;
}

p strong {
  font-weight: 600;
}

.tmedium {
	font-weight: 400;
	color: var(--primary-color);
}

.tbold {
	font-weight: 600;
	color: var(--primary-color);
}

.large-text {
  color: black;
  font-size: 20px;
	line-height: 1.4;
}
.small-text {
  color: black;
  font-size: 12px;
}

.head-bg {
  background-color: var(--primary-color);
  padding: 5px 10px;
  border-radius: 25px;
  color: white;
  display: inline-block;
  text-transform: capitalize;
  margin-left: 5px;
}
h2 .fs-1 {
  font-size: 60px !important;
}
.green-text, .green-text * { color: var(--primary-color); }
.white-text, .white-text *, .white-text ::before { color: white !important; }
.tbold {color: var(--primary-color);font-weight: 700!important;}

/* Border Syles */
.b-right {
  border-right: 1px solid var(--primary-color);
}
.b-left {
  border-left: 1px solid var(--primary-color);
}
.b-top {
  border-top: 1px solid var(--primary-color);
}
.b-bottom {
  border-bottom: 1px solid var(--primary-color);
}
.b-bottom-white {
  border-bottom: 2px solid white;
}
.b-bottom-dotted {
  border-bottom: 1px dotted var(--text-color);
}

.vcdnatable{border: none;
}




/* Table Styles */
table {	width: 100%; border: 1px solid var(--primary-color); border-spacing: 0; font-weight: 300; font-size: 13px; line-height:20px; border-collapse: collapse; margin-bottom: 20px; text-align: left;}
table strong {	font-weight: 600; }

.small90 { font-size:90%;}
tbody.small80 tr td { font-size:80% !important; }
tbody.small60 tr td { font-size:60% !important; }
tbody.small60 td { padding: 5px 5px 5px 5px; line-height: 12px; }
tbody.small { font-size:11px; line-height:120%;	}

thead td { padding: 5px 10px 5px 5px; font-size: 11px; line-height:13px; vertical-align: top; }
tbody td  { color: var(--text-color);	padding: 5px 10px 5px 5px; border-bottom: 1px var(--primary-color) solid; vertical-align:top; }
tbody > tr:hover, tbody > tr:hover .cy { background-color: #EEEEEE; }
table.hover-none > tbody > tr:hover { background-color: #fff;}
/*tbody tr  { border-bottom: 1px #B49935 solid; vertical-align:top; }*/

table a{color: var(--primary-color)}
table.ft td+td { text-align:right }
table.ft thead tr:first-child { border-top: 1px var(--primary-color) solid; }
table.ft thead { background-color: var(--seccondary-color);}
table.ft thead tr:first-child td+td {text-align:center;  }
table.ft thead tr+tr td+td {text-align:right;}
table.ft thead tr td+td { border-bottom:1px solid var(--primary-color); }
table.ft thead tr:last-child { border-bottom: 2px solid var(--primary-color); }
table.ft tbody tr:last-child { border-bottom:2px var(--primary-color) solid; }
/*table.ft tbody { background: #F3F4F4; }
table.ft thead tr+tr { background: #F3F4F4;}*/

/*table a{color: #0060A6}
table.ft0 td+td { text-align:right }
table.ft0 thead tr:first-child { border-top: 2px #000 solid; }
table.ft0 thead tr:first-child td+td {text-align:right; border-bottom:1px #999 solid; text-transform: uppercase; font-weight: 500;  }
table.ft0 thead tr+tr td+td {text-align:right; }
table.ft0 thead tr:last-child { border-bottom:1px #000 solid; }
table.ft0 tbody tr:last-child { border-bottom:2px #000 solid; }*/

table.ft1 td+td { text-align:right }
table.ft1 thead tr:first-child { border-top: 1px var(--primary-color) solid; }
table.ft1 thead tr td+td {text-align:right; }
table.ft1 thead tr:last-child { border-bottom:2px solid var(--primary-color); }
table.ft1 tbody tr:last-child { border-bottom:2px var(--primary-color) solid; }
/* table.ft1 tbody { background: #F3F4F4; } */
table.ft1 thead { background: var(--seccondary-color);}

table.gt td+td { text-align:left }
table.gt thead tr:first-child { border-top: 1px var(--primary-color) solid; }
table.gt thead tr:last-child { border-bottom:2px var(--primary-color) solid; }
table.gt tbody tr:last-child { border-bottom:2px var(--primary-color) solid; }
table.gt tbody tr td { vertical-align:top !important; }
/*table.gt tbody { background: #FFFFFF; }
table.gt thead { background: #FFFFFF;}*/

.gt.hover-none  > tbody > tr:hover { background-color:inherit;}

table.gt2 td+td+td { text-align:right }
table.gt2 thead tr:first-child { border-top: 1px var(--primary-color) solid; }
table.gt2 thead tr td+td {text-align:right; }
table.gt2 thead tr:last-child { border-bottom:2px var(--primary-color) solid; }
table.gt2 tbody tr:last-child { border-bottom:2px var(--primary-color) solid; }
table.gt2 tbody td + td { text-align: right;}

tr.line-none td, td.line-none { border-bottom:hidden !important; }
tr.line-thin td, td.line-thin {  border-bottom: 1px var(--primary-color) solid!important  ; }
tr.line-thin2 td, td.line-thin2 {  border-bottom: 1px var(--primary-color) solid!important  ; }
tr.line-thick td, td.line-thick {  border-bottom: 2px var(--primary-color) solid!important;  }

/*tr.sTotal-T { border-top: 2px #000 solid!important;}
tr.sTotal-D { border-bottom: 2px #000 solid!important; border-top: 2px #000 solid!important;}
tr.gTotal { border-bottom: 3px #000 solid!important; border-top: 2px #000 solid!important;}*/

tr.total-d { border-bottom: 2px var(--primary-color) solid!important; border-top: 2px var(--primary-color) solid!important;}
tr.total-g { border-bottom: 3px var(--primary-color) solid!important; border-top: 2px var(--primary-color) solid!important;}
tr.total-b { border-top: 2px var(--primary-color) solid!important;}

tr.total-D{ border-bottom: 2px var(--primary-color) solid!important; border-top: 2px var(--primary-color) solid!important;}
tr.total-G { border-bottom: 3px var(--primary-color) solid!important; border-top: 2px var(--primary-color) solid!important;}
tr.total-B{ border-bottom: 2px var(--primary-color) solid!important;}

tr.total-d{ border-bottom: 2px var(--primary-color) solid!important; border-top: 2px var(--primary-color) solid!important;}
tr.total-g { border-bottom: 3px var(--primary-color) solid!important; border-top: 2px var(--primary-color) solid!important;}
tr.total-b{ border-top: 2px var(--primary-color) solid!important;}

tr.total-D{ border-bottom: 2px var(--primary-color) solid!important; border-top: 2px var(--primary-color) solid!important;}
tr.total-G { border-bottom: 3px var(--primary-color) solid!important; border-top: 2px var(--primary-color) solid!important;}
tr.total-B{ border-bottom: 2px var(--primary-color) solid!important;}

td.border-L{ border-left: 2px var(--primary-color) solid!important;}
td.border-R{ border-right: 2px var(--primary-color) solid!important;}
td.border-B{ border-bottom: 2px var(--primary-color) solid!important;}
td.border-T{ border-top: 2px var(--primary-color) solid!important;}

.cellCenter { text-align:center !important;}
.cellLeft, col.cellLeft { text-align:left !important;}
.cellRight { text-align:right !important;}
.vTop { vertical-align:top !important; }
.vMid { vertical-align: middle!important;}

.cy { background: white; border-right: 1px solid var(--primary-color); border-left: 1px solid var(--primary-color); font-weight: 600; }

.row-fluid { display: flex; align-items: flex-end; }
/* Table Styles End */

/* List Styles */
.list {	list-style: none; padding:0px; margin:0px; color: var(--text-color); line-height: 1.5; margin-bottom: 2.5px; font-size: 15px;}

.list-dash > li:before { content:"-"; position:relative; left:-5px;}
.list-dash > li {text-indent:-5px; margin-bottom: 10px; padding-left:20px;}
.list-circle > li {list-style-type:circle; text-indent: 0; margin-bottom: 5px;}

.list-disc > li:before {  font-size: 18px; position:relative; top: 1px; content: "\2022"; color: var(--primary-color); ; padding-right: 10px; margin-left: -20px; font-weight: 300; }
.list-disc > li {list-style: outside none none; margin:0px 0px 4px 0px; line-height:1.5; margin-left:20px; font-size: inherit; color: inherit; }

.list-rdisc > li:before {  font-size:25px; position:relative; top:5px; content: "\2022"; color: var(--primary-color); padding-right: 10px; margin-left: -20px; font-weight: 300; }
.list-rdisc > li {list-style: outside none none; margin:0px 0px 4px 0px; line-height:inherit; margin-bottom: 8px; margin-left:20px; font-size: inherit; color: inherit; }

ul.list-disc { margin-bottom:25px;}

.list-arrow > li:before { font-size:12px; position:relative; top:1px; content: "\f101"; color: var(--primary-color); ; padding-right: 10px; margin-left: -20px; font-weight: 900;   font-family: 'Font Awesome 6 Free'; font-style: normal;}
.list-arrow > li {list-style: outside none none; margin:0px 0px 4px 0px; line-height:20px; margin-bottom: 5px; margin-left:20px; }
ul.list-arrow { margin-bottom:25px;}

.list-abc > li { list-style-type: lower-alpha; text-indent: 0; margin-bottom: 5px; margin-left:20px;}
.list-ABC > li { list-style-type: upper-alpha; text-indent: 0; margin-bottom: 5px; margin-left:20px;}
.list-iii > li { list-style-type: lower-roman; text-indent: 0; margin-bottom: 5px; margin-left:20px;}
.list-123 > li { list-style-type: decimal; text-indent: 0; margin-bottom: 8px; margin-left:20px; }