@font-face {
    font-family: 'arial-unicode-ms';
    src: url(Arial-Unicode-MS.ttf);
}
body{
	font-family: 'Raleway',Arial,Helvetica,sans-serif !important;
}
.mobile_nav{
	font-family: 'arial-unicode-ms' !important;
}
.row.col-md-12.topbar {
	margin-top: 1%;
}
/*header li:not(:last-child):after {
	content: '|';
	margin-left: 0.4em;
	color: cornflowerblue;
	
}*/
header center h4 {
    margin: 3% 0;
}
header li {
	list-style-type: none;
	display: inline-block;
}
span.content_body {
	text-align: justify;
}
nav.menu ul li:after {
	content: unset;
}
.row.col-md-12.header {
	margin-top: 1%;
	margin-bottom: 2%;
}
ul.menu_right li a {
	font-weight: 500;
}
ul.menu_left li a {
	font-size: 0.8em;
}
.topbar ul.menu_left {
	display: inline-block;
}
.topbar ul.menu_right {
	text-align: right;
	font-size: 0.8em;
}
.topbar_container_left .content {
	text-align: right;
	font-weight: 500;
	color: #527bff;
}
.topbar ul.menu_left {
	margin-left: 2%;
	padding-left: 0;
}
.nav-menu-left.col-md-5 ul {
	padding: 0;
}
.topbar_container_left.col-md-7 {
	padding-right: 6.5%;
}
.nav-menu-left ul li a {
	font-weight: 500;
	color: #4c4c9a;
}
.nav-menu-right ul {
	width: 65%;
	float: right;
	padding: 1.7%;
	margin-bottom: 0;
	text-align: center;
	background: #000070;
}
.nav-menu-right.col-md-12{
	padding: 0;
}
.header_container_right {
	padding-top: 2%;
}
.nav-menu-right.col-md-12 ul li:after {
	color: white;
	margin: 0 1.4em;
}
.nav-menu-right ul li a {
	color: white;
}

.niti-logo.col-md-2 {
	display: inline-block;
	border-right: 1px solid #000070;
	width: 12%;
}.move-logo.col-md-3 {
	display: inline-block;
}
.nav-menu-left.col-md-5 {
	display: inline-block;
}
.header_container_right.col-md-4 {
	margin-top: 3%;
	text-align: right;
	padding-right: 0;
}
.nav-menu-left.col-md-5 {
	position: absolute;
	bottom: 0;
}
nav.menu {
	float: right;
	margin-right: 3%;
}
.move-logo.col-md-3 {
	max-width: 210px;
}



@media screen and (max-width: 1150px) {
.move-logo.col-md-3 {
	max-width: 200px;
}
}
.move-logo.col-md-3 img{
	width: 100%;
}
/*.nav-menu-left{
	display: inline-block;
	top: 25%;
	padding-left: 4%;
	padding-top: 2%;
	position: absolute;
}*/

.nav-menu-left ul{
	padding: 0;
}

/*-------------- modals ----------------------*/

.modal_header p {
	width: 100%;
	font-size: 1.4em;
	font-weight: 500;
}
.modal_header img {
	margin: 0 auto;
}
.modal-content img {
	width: 230px;
}
.modal-content {
	margin-top: 6%;
	display: inline-block !important;
	padding: 8% 1%;
}
.modal-dialog {
	max-width: 650px !important;
	margin: 8.05rem auto !important;
}
.modal-content .col-md-4{
	left: 16px;
	display: inline-block;
	margin-top: -7%;
	right: 0;
	position: absolute;
	
}
.know_more a {
	background: #0967e1;
	color: white;
	padding: 1.2%;
	float: right;
	letter-spacing: 0.1em;
	font-weight: 500;
	font-size: 0.8em;
	text-transform: uppercase;
	display: block;
	margin-top: 4%;
}
.know_more a:hover {
	color: white;
}
button.close {
	top: 0;
	z-index: 100;
	position: absolute;
	right: 5px;
}
.modal-content .col-md-7{
	display: inline-block;
	margin-left: 4%;
	float: right
}
span.content_heading {
	display: block;
	font-weight: 700;
	color: #006edc;
	font-size: 1.3em;
}
span.content_body {
	display: block;
}

div#toggle-dropdown:hover .menu-dropdown {
	display: block !important;
	position: absolute;
	border-radius: 3px;
}
div#toggle-dropdown {
	display: inline-block;
}
.menu-dropdown a {
	display: block;
	padding-top: 4%;
	padding-bottom: 4%;
	font-weight: 300;
	font-size: 14px;
}
.menu-dropdown{
	z-index:100;
	min-width: 200px;
}
/*-------------------navigation bar ----------------------*/


/*----- Toggle Button -----*/
.toggle-nav {
	display:none;
}

/*----- Menu -----*/
@media screen and (min-width: 860px) {
	.menu {
		width:100%;
		padding:10px 18px;
		box-shadow:0px 1px 1px rgba(0,0,0,0.15);
		border-radius:3px;
		background:#303030;
	}
}

.menu ul {
	display:inline-block;
}

.menu li {
	margin:0px 50px 0px 0px;
	float:left;
	list-style:none;
	font-size:17px;
}

.menu li:last-child {
	margin-right:0px;
}

.menu a {
	text-shadow:0px 1px 0px rgba(0,0,0,0.5);
	color:white;
	transition:color linear 0.15s;
}

.menu a:hover, .menu .current-item a {
	text-decoration:none;
	color:#66a992;
}

/*----- Search -----*/
.search-form {
	float:right;
	display:inline-block;
}

.search-form input {
	width:200px;
	height:30px;
	padding:0px 8px;
	float:left;
	border-radius:2px 0px 0px 2px;
	font-size:13px;
}

.search-form button {
	height:30px;
	padding:0px 7px;
	float:right;
	border-radius:0px 2px 2px 0px;
	background:#66a992;
	font-size:13px;
	font-weight:600;
	text-shadow:0px 1px 0px rgba(0,0,0,0.3);
	color:#fff;
}

/*----- Responsive -----*/
@media screen and (max-width: 1150px) {
	.wrap {
		width:90%;
	}
}


@media screen and (max-width: 970px) {
	.search-form input {
		width:120px;
	}
}





@media screen and (min-width: 1149px) {

.newstf-mo{display:none}
}



@media only screen and (max-width: 1149px) {
	
	.newstf-pc{display:none}
	.newstf-mo{display:block}

}




@media screen and (max-width: 860px) {
	.menu {
		position:relative;
		display:inline-block;
	}

	.menu ul.active {
		display:none;
	}

	.menu ul {
		width:auto;
		position:absolute;
		top:120%;
		z-index: 100;
		left:-150px;
		min-width: 200px;
		padding:10px 18px;
		box-shadow:0px 1px 1px rgba(0,0,0,0.15);
		border-radius:3px;
		background:#303030;
	}

	.menu ul li:not(:last-child) {
	    border-bottom: 1px solid #4a4a4a;
	    padding-bottom: 3%;
	}

	.menu ul:after {
		width:0px;
		height:0px;
		position:absolute;
		top:0%;
		left:163px;
		content:'';
		transform:translate(0%, -100%);
		border-left:7px solid transparent;
		border-right:7px solid transparent;
		border-bottom:7px solid #303030;
	}

	.menu li {
		margin:5px 0px 5px 0px;
		float:none;
		display:block;
	}

	.menu a {
		display:block;
	}

	.toggle-nav {
		padding:3px 7px;
		display:inline-block;
		border-radius:3px;
		background:white;
		border: 1px solid grey;
		color:black !important;
		font-size:1.1em;
		transition:color linear 0.15s;
	}

	.toggle-nav:hover, .toggle-nav.active {
		text-decoration:none;
		color:#66a992;
	}

	.search-form {
		margin:12px 0px 0px 20px;
		float:left;
	}

	.search-form input {
		box-shadow:-1px 1px 2px rgba(0,0,0,0.1);
	}
}

.form-control{float:right !important;
width:60% !important;}



/*-------------- custom heaedr -----------------*/
.header_top_o {
    float: left;
    width: 100%;
    box-shadow: 0px -3px 10px #000;
    border-radius: 0px;
}
.nav-menu-left ul {
    padding: 10px 20px 0;
}
.header_top_s .nav-menu-left {
    display: inline-block;
    top: 0%;
    border-bottom: 1px solid #eaeaea;
    padding-left: 15px;
    padding-top: 0%;
    position: relative;
}
.nav-menu-left ul li {
    margin: 0px 31px;
}
.nav-menu-left ul li:first-child {
    margin-left: 0px;
}
.nav-menu-left ul li:last-child {
    margin-right: 0px;
}
.nav-menu-left ul li:last-child span {
    font-family: 'Raleway',Arial,Helvetica,sans-serif;
    color: #006cdb;
    font-weight: 500;
    margin-right: 10px;
}
.nav-menu-left ul li:last-child a.fb {
    color: #1C2F6B;
}
.nav-menu-left ul li:last-child a.tweet {
    color: #258FC9;
}
.nav-menu-left ul li:last-child a:last-child {
    color: brown;
}
.nav-menu-left ul li:last-child a {
    font-size: 22px;
    margin: 0px 5px;
}
.menu-dropdown a:not(:last-child) {
    border-bottom: 0px solid transparent;
}
.menu-dropdown a {
    display: block;
    padding-top: 4%;
    padding-bottom: 4%;
    font-weight: 300;
    font-size: 16px;
    background-color: rgba(0,0,0,.5);
    color: #FFF !important;
    padding: 10px;
    margin-bottom: 1px;
}
.nav-menu-right ul {
    width: 80%;
    float: right;
    padding: 3% 3%;
    margin-bottom: 0;
    text-align: center;
    background: #f86703;
    border-radius: 30px;
}
.register-1{
	width: 34%;
    float: right;
    padding: 1.1% 0%;
    margin-bottom: 0;
    text-align: center;
    background: #f86703;
    border-radius: 30px;
    margin-right: 20px;
}
.media-1{
	width: 24%;
    float: right;
    padding: 1% 5%;
    margin-bottom: 0;
    text-align: center;
    background: #f6ae21;
    border-radius: 30px;
}
.register-1 a, .media-1 a{
	color:#fff;
}
.register-1 a:hover, .media-1 a:hover{
	text-decoration:none;
}
.header_container_right {
	padding-top: 1.5%;
}