
#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: white !important;
} */
.is-sticky .navbar-custom {
    margin-top: 0px;
    padding: 10px 0px;
    background-color: #141c26;
    box-shadow: 0px 3px 10px 0px rgba(38, 107, 193, 0.08);
}
