.header__logo {
	padding: 11px 0;
}
.header__menu__option {
	text-align: right;
	padding: 10px 0;
}

@media only screen and (max-width: 767px) {
	.canvas__open {
		display: block;
		font-size: 22px;
		color: #222;
		height: 35px;
        border: none;
		width: 35px;
		line-height: 34px;
		text-align: center;
		border-radius: 2px;
		cursor: pointer;
		position: absolute;
		right: 15px;
		top: 22px;
	}
}
.bg-main{
	background-color: #735EC2 !important;
}
.table td, .table th {
    font-weight: lighter !important;
    font-size: 12px !important;
}
.fw-light{
      font-weight: lighter !important;
    font-size: 12px !important;
}