
#tsparticles {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
}

.home-modal .modal-content{
	border: 0;
    background-color: transparent;
}
.home-modal .close {
    width: 36px;
    height: 36px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    position: relative;
    top: 70px;
    z-index: 3;
}
.navbar-custom.navbar-white .navbar-nav li a.active {
    color: #1bbc9d !important;
}
.is-sticky .navbar-custom {
    margin-top: 0px;
    padding: 10px 0px;
    background-color: #272a33;
    box-shadow: 0 10px 33px rgb(0 0 0 / 10%);
}