/* cmsms stylesheet: s-custom modified: Thursday, June 26, 2025 12:42:03 PM */
/*****************
================================================
 (  Custom Css  )
================================================
 *******************/

 a#designedBy {
    color: #ddd;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding-right: 40px;
    text-decoration: none;
}
a#designedBy:hover {
    color: #60697b;
}
.content-wcs ul {
    padding: 0;
    margin: 0;
}
.content-wcs ul li {
    list-style-type: none;
    padding-left: 30px;
    position: relative;
    margin: 5px 0;
    line-height: 23px;  
}
.content-wcs ul li::after {
    content: "\f00c";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    position: absolute;
    color: #FFBF00;
    left: 0;
    top: 0;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.content-wcs h1 {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}
.content-wcs h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
}
.content-wcs h3 {
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
.content-wcs h4 {
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
.content-wcs h5 {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
}
.content-wcs h6 {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}
strong {
  font-weight: bolder;
}
.tf-section a:link {color: blue;}  
.tf-section a:visited {color: purple;}

.tf-section h1 a:link, .tf-section h2 a:link, .tf-section h3 a:link, .tf-section h4 a:link, .tf-section h5 a:link, .tf-section h6 a:link {
    color: #24272C;
}

.logo {
    margin: 5px 0;
}
.offcanvas-header {
    padding-top: .5rem;
    padding-bottom: 0;
}
.offcanvas-header h5 {
    margin-bottom: 0;
}
