:root {
    --color-1st: var(--primary-color);
  
  
	/*###  BG ##*/  
    --tc-bg-dark-1: #13131a;
    --tc-bg-dark-2: #13131a;
    --tc-bg-dark-3: #13131a;
    --tc-bg-dark-4: #13131a;
    --tc-bg-dark-5: #13131a;
    --tc-bg-dark-6: #13131a;
  
        --tc-neutral-dark-1000: #13131a;

 }


[data-bs-theme=light] :root {
        --tc-neutral-1000: #fbfbfb;
}

/*###  Gredients in home ##*/
[data-bs-theme=dark] .bg-overlay {
    background: linear-gradient(180deg, rgba(39, 39, 48, 0), #13131a);
}




/*###  Phone Reponsive Modifications ##*/
@media screen and (max-width: 991.98px) {
  
	/* Switch Theme Button */
	header > div > div.position-relative > nav > div.dark-light-switcher.pe-10.pe-lg-0.pe-0.ps-md-5.ps-0.ps-lg-4.pe-lg-4.d-flex.justify-content-center.align-items-center.icon_80.\@classList {
        padding-right: 0 !important;
    }
  
  
	/* Switch Theme Button */
	#page-home > div.ck-content > div > div > div > div.inner > div{
      row-gap: 50px;
  }
  
}





/*###  Comment Section in Certs. ##*/
body > section > div > div > div.col-lg-8.mx-lg-auto.mt-8 > div.fob-comment-form-section{
  display: none;
}

/*###  Certefications detailes boxed BG ##*/
body > section > div > div > div.d-flex.flex-wrap.justify-content-center.gap-4.py-8 > div{
  background-color: #292934 !important;
}

body > section > div > div > img {
		border-radius: 3rem;
	}


section.section-details.pb-100.pt-160 > div > div > div.col-xl-10.mx-lg-auto.mt-8 > div:nth-child(1) > div.col-xl-9 > div > h2,
section.section-details.pb-100.pt-160 > div > div > div.col-xl-10.mx-lg-auto.mt-8 > div:nth-child(1) > div.col-xl-9 > div > h3,
section.section-details.pb-100.pt-160 > div > div > div.col-xl-10.mx-lg-auto.mt-8 > div:nth-child(1) > div.col-xl-9 > div > h4{
	color: var(--primary-color) !important;
}