/*--------------------------------------------------------------
# Customizing Header Transparent & Nav Menu
--------------------------------------------------------------*/
#header .logo-transparent{display: none !important;}


/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
/* #about-section{border-radius: 0px 0px 16px 16px !important; overflow: hidden;} */


/*--------------------------------------------------------------
# Cover Page Section
--------------------------------------------------------------*/
#coverpage-section .section-content{width: 100%; min-height: 320px; max-height: 320px; position: relative; border-radius: 0px 0px 15px 15px !important; overflow: hidden;}
#coverpage-section .section-content .section-background{width: 100%; height: 100%; position: absolute; z-index: 0; overflow: hidden;}
#coverpage-section .section-content .section-background img{min-height: 100%; max-height: 100%; object-fit: cover; object-position: center;}
#coverpage-section .section-content .section-overly{background: rgb(0 0 0 / 30%); width: 100%; height: 100%; position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; z-index: 1;}
#coverpage-section .section-content .section-overly .title-content .title, #coverpage-section .section-content .section-overly p{color: #ffffff !important;}
#coverpage-section .section-content .section-overly p{line-height: 1.25; font-size: 1.06rem;}
#coverpage-section .section-content .section-overly .title-content .title::before{background: #ffffff !important;}



/*--------------------------------------------------------------
# Additional Section
--------------------------------------------------------------*/
@media (min-width: 992px){
  .additional-section{overflow: visible !important;}
  .additional-section .sticky-col{height: max-content !important; position: sticky; top: 81px;}
}
.additional-section ul.section-items{list-style: none; padding: 0px !important; margin:  0px !important;}
.additional-section ul.section-items .item-icon{width: 40px; min-width: 40px; max-width: 40px; height: 40px; min-height: 40px; max-height: 40px;}
.additional-section ul.section-items .item-content .item-content-counter{line-height: 1rem !important; font-size: 0.9rem !important;}
.additional-section ul.section-items .item-content .item-content-text{line-height: 1.3rem !important; font-size: 0.895rem !important;}