/* Text Styles */
p {font-size: 15px; color: black; line-height: 1.7;  margin-bottom: 15px;}
p.lifter {font-size: 26px; line-height: 1.5; font-family: '29LT Bukra', 'sans-serif'; color: var(--primary-red); margin-bottom: 15px;}
p.lifter2 {font-size: 20px; color: var(--primary-color); font-weight: 500; margin-bottom: 10px;}
p.msglifter {font-size: 25px; line-height: 32px; color:#834061 ; font-weight: 400; margin-bottom: 10px; background-color: #dbdac3; padding: 20px; text-transform: uppercase; margin-top: 5px; margin-bottom: 20px; }

h1 {color: black; font-size: 30px; font-weight: bold; margin-bottom: 10px; line-height: 1.5;}
h2 {font-size: 22px; color: var(--primary-red); font-weight: 600;  margin: 10px 0px 10px 0px;padding: 0px; line-height: 1.5;}
h3 {font-size: 20px; color: var(--fifth-color);}
h4 {font-size: 17px; color: var(--fifth-color); line-height: 1.5; font-weight: 600;}
h5 {font-size: 17px; font-weight: 500; color: var(--fifth-color);}
h6 {font-size: 16px; color: black;}
/* h6 {font-size: 18px; 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;
}

@media print {
#page-preloader, .header__wrapper, .soc_buttons, .demo-option-container, .header-right, .col-md-4{
  display: none;
}	

}

/* Text Colors */
.white-text, .white-text *, .white-text *::before{ color: white !important;}
.red-text, .red-text *, .red-text *::before{ color: var(--primary-red) !important;}
.purple-text, .purple-text *, .purple-text *::before{ color: var(--primary-purple) !important;}
.yellow-text, .yellow-text *, .yellow-text *::before{ color: var(--primary-yellow) !important;}
.d-grey-text, .d-grey-text *, .d-grey-text *::before{ color: #4d4d4f !important;}
.l-grey-text, .l-grey-text *, .l-grey-text *::before{ color: #6d6e71 !important;}


/* Background Colors */
.yellow-bg {
  background-color: var(--primary-yellow);
  padding: 20px;
  margin-bottom: 20px;
}
.beige-bg {
  background-color: #fde8c9;
  padding: 20px;
  margin-bottom: 20px;
}
.beige2-bg {
  background-color: #fef3e1;
  padding: 20px;
  margin-bottom: 20px;
}
.beige3-bg {
  background-color: #fde9c9;
  padding: 20px;
  margin-bottom: 20px;
}
.purple-bg {
  background-color: var(--primary-purple);
  padding: 20px;
  margin-bottom: 20px;
}
.orange-bg {
  background-color: #f58220;
  padding: 20px;
  margin-bottom: 20px;
}
.white-bg {
  background-color: white;
  padding: 20px;
  margin-bottom: 20px;
}

/* Bakckground Corners */
.round-corners {
  border-radius: 15px;
  overflow: hidden;
}
.left-round-corners {
  border-top-left-radius: 7.5px;
  border-bottom-left-radius: 7.5px;
}
.right-round-corners {
  border-top-right-radius: 7.5px;
  border-bottom-right-radius: 7.5px;
}

/* Border Styles */
.bottom-border {
  border-bottom: 1px solid black;
}
.bottom-border-grey {
  border-bottom: 1px solid #b1b2b5;
}
.top-border-grey {
  border-top: 1px solid #b1b2b5;
}

/* Text Sizes */
.large-text {
  font-size: 36px;
}

/* Headings Background Colors */
.red-head-bg {
  background-color: var(--primary-red);
  padding: 10px 15px;
  border-radius: 25px;
  width: max-content;
  margin: 10px 0 15px 0;
  color: white;
}
.purple-head-bg {
  background-color: var(--primary-purple);
  padding: 10px 15px;
  border-radius: 25px;
  width: max-content;
  margin: 10px 0 15px 0;
  color: white;
}
.orange-head-bg {
  background-color: #f58220;
  padding: 10px 15px;
  border-radius: 25px;
  width: max-content;
  margin: 10px 0 15px 0;
  color: white;
}
.yellow-head-bg {
  background-color: var(--primary-yellow);
  padding: 10px 15px;
  border-radius: 25px;
  width: max-content;
  margin: 10px 0 15px 0;
  color: white;
}
.beige-head-bg {
  background-color: #fde9c9;
  padding: 10px 15px;
  border-radius: 25px;
  width: max-content;
  margin: 10px 0 15px 0;
  color: black;
}

/* Arrows */
.bottom-arrow, .left-arrow, .right-arrow {
  position: relative;
  overflow: initial;
}
.bottom-arrow::before {
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 12.5px 0 12.5px;
  border-color: var(--primary-purple) transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.left-arrow::before {
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12.5px 13px 12.5px 0;
  border-color: transparent var(--primary-purple) transparent transparent;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.right-arrow::before {
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12.5px 0 12.5px 13px;
  border-color: transparent transparent transparent var(--primary-purple);
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}


/* Table Styles */
table {	width: 100%; border-spacing: 0; font-family: 'Roboto', Helvetica, Arial, sans-serif; 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  {	padding: 5px 10px 5px 5px; border-bottom: 1px #939598 solid; vertical-align:top; }
tbody > tr:hover { 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(--seccondary-color)}
table.ft td+td { text-align:right }
table.ft thead tr:first-child { border-top: 1px #939598 solid; }
table.ft thead { background-color: white;}
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-red); }
table.ft thead tr:last-child { border-bottom: 2px solid var(--primary-red); }
table.ft tbody tr:last-child { border-bottom:2px #939598 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 #939598 solid; }
table.ft1 thead tr td+td {text-align:right; }
table.ft1 thead tr:last-child { border-bottom:2px solid var(--primary-red); }
table.ft1 tbody tr:last-child { border-bottom:2px #939598 solid; }
/* table.ft1 tbody { background: #F3F4F4; } */
table.ft1 thead { background: white;}

table.gt td+td { text-align:left }
table.gt thead tr:first-child { border-top: 1px #939598 solid; }
table.gt thead tr:last-child { border-bottom:2px var(--primary-red) solid; }
table.gt tbody tr:last-child { border-bottom:2px #939598 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 #939598 solid; }
table.gt2 thead tr td+td {text-align:right; }
table.gt2 thead tr:last-child { border-bottom:2px #939598 solid; }
table.gt2 tbody tr:last-child { border-bottom:2px #939598 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 #000 solid!important  ; }
tr.line-thin2 td, td.line-thin2 {  border-bottom: 1px #953F34 solid!important  ; }
tr.line-thick td, td.line-thick {  border-bottom: 2px #000 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 #000 solid!important; border-top: 2px #000 solid!important;}
tr.total-g { border-bottom: 3px #000 solid!important; border-top: 2px #000 solid!important;}
tr.total-b { border-top: 2px #000 solid!important;}


tr.total-D{ border-bottom: 2px #000 solid!important; border-top: 2px #000 solid!important;}
tr.total-G { border-bottom: 3px #000 solid!important; border-top: 2px #000 solid!important;}
tr.total-B{ border-bottom: 2px #000 solid!important;}


tr.total-d{ border-bottom: 2px #000 solid!important; border-top: 2px #000 solid!important;}
tr.total-g { border-bottom: 3px #000 solid!important; border-top: 2px #000 solid!important;}
tr.total-b{ border-top: 2px #000 solid!important;}

tr.total-D{ border-bottom: 2px #000 solid!important; border-top: 2px #000 solid!important;}
tr.total-G { border-bottom: 3px #000 solid!important; border-top: 2px #000 solid!important;}
tr.total-B{ border-bottom: 2px #000 solid!important;}

td.border-L{ border-left: 2px #000 solid!important;}
td.border-R{ border-right: 2px #000 solid!important;}
td.border-B{ border-bottom: 2px #000 solid!important;}
td.border-T{ border-top: 2px #000 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: #e6e7e8;; 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: black;line-height: 1.7; margin-bottom: 15px; 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:16px; position:relative; top:0; content: "\2022"; color: black; ; padding-right: 10px; margin-left: -20px; font-weight: 300; }
.list-disc > 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; }

.list-rdisc > li:before {  font-size:25px; position:relative; top:5px; content: "\2022"; color: #000000; ; 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: black; ; 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; }