.ntext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: 400;
	color: #000000;
	text-align: justify;
}
A.linknp:link {
	FONT-SIZE:10pt; COLOR: #3366ff; LINE-HEIGHT: 10px; FONT-FAMILY: Arial, Verdana, sans-serif; LETTER-SPACING: 0.5px;  TEXT-DECORATION: none
}
A.linknp:visited {
	FONT-SIZE: 10pt; COLOR:#3366ff; LINE-HEIGHT: 10px; FONT-FAMILY: Arial, Verdana, sans-serif; LETTER-SPACING: 0.5px;  TEXT-DECORATION: none
}
A.linknp:hover {
	FONT-SIZE: 10pt; COLOR: #000000; LINE-HEIGHT: 10px; FONT-FAMILY: Arial, Verdana, sans-serif; LETTER-SPACING: 0.5px;  TEXT-DECORATION: underline
}
.protext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: 400;
}
.border {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	vertical-align: middle;

}
.borderr {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	color: #FFFFFF;

}
A.top:link {
	FONT-SIZE:0.9rem; LINE-HEIGHT: 10px; FONT-FAMILY: Verdana, Arial, sans-serif; LETTER-SPACING: 0.5px;  TEXT-DECORATION: none; font-weight: bold;
}
A.top:visited {
	FONT-SIZE: 0.9rem;LINE-HEIGHT: 10px; FONT-FAMILY: Verdana, Arial, sans-serif;  LETTER-SPACING: 0.5px;  TEXT-DECORATION: none ;font-weight: bold;
}
A.top:hover {
	FONT-SIZE: 0.9rem; LINE-HEIGHT: 10px; FONT-FAMILY: Verdana, Arial, sans-serif; LETTER-SPACING: 0.5px;  TEXT-DECORATION: underline; font-weight: bold;
}
.btext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
}

.toggle{display: none;}
.toggle-icon{display: none;}
.toggle-icon span {
    width: 26px;
    height: 2px;
    background-color: #026db5;
    display: block;
    transition: all ease .5s;
    transform-origin: right;
}
.nav a{color: #000;}
.toggle-icon span:nth-child(2) {
    margin: 7px 0;
}
.backdrop {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #00000099;
    display: block;
    opacity: 0;
    z-index: -1;
	transition: 0.5s ease;
}
td.middle>P{text-align: justify;}
.menu-active{color: #016db9 !important;}

@media screen and (max-width: 991px) {
	.toggle{display: block; margin-right: 10px;}
	.toggle-icon{display: block; margin-top: 15px;}
	tbody.nav-body {
		position: relative;
	}
	p.nav {
		position: absolute;
        display: flex;
        flex-direction: column;
        left: -10;
        margin-top: 0;
        background: #016db9;
        width: 80%;
        height: 100vh;
        transform: translatex(-100%);
        z-index: 1;
        transition: 0.5s ease;
		padding-top: 2rem;
	}
	.nav a{color: #fff;}
	.menu-active{color: #000000 !important;}
	.nav img {display: none;}
	.nav a {margin: 2.5rem 5rem 0rem 4rem; text-align: left; font-size: 16px !important;}
	.menu-opened p.nav{transform: translatex(0);}
	.menu-opened .backdrop{opacity: 1; z-index: 1; transition: 0.5s ease;}
	.menu-opened .toggle-icon{z-index: 2; position: relative;}
	.menu-opened .toggle-icon span{background-color: #ffffff;}
	.menu-opened .toggle-icon span:nth-child(1){transform: rotate(-45deg);}
	.menu-opened .toggle-icon span:nth-child(2){opacity: 0;}
	.menu-opened .toggle-icon span:nth-child(3){transform: rotate(45deg);}
	.menu-opened{overflow: hidden;}
	table {width: 100%;}
	table { width: 100%;}
	/* .td>td {width: 100%;} */
	tbody {width: 100%;}
	marquee {  width: 100%;}
	font { max-width: 100%; display: block;}
	td.profile-img img {width: 60%;}
	.td-img img {width: 100%;}
	.td-img {width: 100%;}
	
}
@media screen and (max-width: 765px){

	table {width: 100%;}
	table.flex {display: flex;flex-direction: column;}

	.flex { display: flex; flex-direction: column;}
	.flex-rev { display: flex; flex-direction: column-reverse;}
	table { width: 100%;}
	.td>td {width: 100%;}
	tr { width: 100%;}
	tbody {width: 100%;}
	marquee {  width: 100%;}
	font { max-width: 100%; display: block;}
	.d-none{display: none;}
	.padd-r-l {padding: 0px 20px;}
	td.profile-img {width: 100%;margin: 0px auto;display: flex;justify-content: center;}
	td.profile-img img {width: 60%;}
	.td-img img {width: 100%;}
	.td-img {width: 100%;}
	.td-img-pic {width: 100%;}
	.td-img-pic img {width: 100%;}
	tr.colum {display: grid;grid: 100px / auto auto;grid-gap: 28px 0px;}
	.project-scroll {width: 100%;overflow-x: auto;}

}