
body {
/*  background-color: #3c9fda;*/
  font-family: "Arial", sans-serif;
  font-size: 14px;
  color: #ffffff;
}
.nav {
	padding: 15px 0;
	
}

.navbar {
	
	margin-bottom: 0;
	border-radius: 0px;
	
}
.navbar {
	background: var(--white-theme);
	margin-bottom: 0;
	border-radius: 0px;
	padding-top: 10px;
}

.navbar-default {
	background-color: none !important;
	border-color: var(--navbar-border);
}
.navbar-nav>li>a.btn {
	margin:8px 5px;
	padding: 5px 15px;
}
.navbar-nav > li > a.btn-success {
	/*color: #fff !important;*/
}

.tNhome-btn > li > a {
	color: #fff !important;
}

.tNhome-btn > li > a:hover {
	color: #090909 !important;
}



.TNhome-btn li:nth-child(3) a{
	color:#000 !important;
}
.TNhome-btn > li > a:hover {
	color: #000 !important;
}

	.TNhome-btn > li > a:focus {
		color: #000 !important;
	}


.heroContent {
	/* display: table; */
	position: relative;
	width: 100%;
	height: 337px;
	/*background: url("../images/banner.jpg") no-repeat 35% 82% scroll;*/
	background: url("../images/latest_main_banner_v1.png");
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: 100% 100%;
	-o-background-size: cover;
}
.text-vertical-center {
    /* display: table-cell; */
    /* vertical-align: middle; */
}
.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    font-size: 3.3em;
    font-weight: 700;
    color:#fff;
}
.text-vertical-center h3 {
	margin:0;
	color:#fff;
}
.btn-dark {
    border-radius: 0;
    color: #fff;
    background-color: rgba(0,0,0,0.4);
}
.posRel {
	position: relative;
}
.posAbs {
	position: absolute;
}
.greenStrip {
	position: absolute;
	width: 100%;
	bottom:0;
	background: rgba(70, 46, 130, 0.84);
	padding: 0px 10px;
}
.greenStrip h2, .greenStrip p  {
	color:#fff;
}
.padd30 {
	padding:30px 20px;
	background-color:#fff;
}
.rightAlignBlocks,.leftAlignBlocks {
	padding: 20px;
}
	.rightAlignBlocks .indiv_blocks h4, .leftAlignBlocks .indiv_blocks h4 {
		color: var(--primary-color);
		font-weight: bold;
		font-size: 20px;
	}
.rightAlignBlocks .indiv_blocks p, .leftAlignBlocks .indiv_blocks p {
	margin-bottom: 30px;
	font-size: 16px;
    line-height: 26px;
    
}
.rightAlignBlocks .indiv_blocks h4,
.rightAlignBlocks .indiv_blocks p {
	text-align: left;
}
.leftAlignBlocks .indiv_blocks h4,
.leftAlignBlocks .indiv_blocks p {
	text-align: left;
}
.bgGray {
	background: #1F1F1F;
}
.colorWhite {
	color: #fff;
}
.powrdBy {
    font-size: 13px;
    color:#b3b3b3;
    vertical-align: middle;
}
.impLogo {
    margin-top: 10px;
    width: 100%;
    text-align: right;
}
.sectionTitle {
	font-size: 28px;
	font-weight: 300;
	letter-spacing: .5px;
	margin-bottom: 0;
	margin-top: 0;
	text-transform: uppercase;
	text-align: center;
	color: #090909;
	font-weight: bold;
}
.line {
	border-bottom: 1px dashed #0f6192;
	display: block;
	margin: 15px auto 40px;
	width: 100px;
}
.marginTB10 {
	margin-top: 5%;
	margin-bottom: 0;
}
.handImg {
	position: absolute;
	top: -333px;
	right: 0;
    width: 404px;
}
@media screen and (max-width: 1279px) {
.marginTB10 {
    margin-top: 4.5%;
    margin-bottom: 12%;
}
}
@media screen and (max-width: 1023px) { 

.handImg {
	display: none;
}


}
@media screen and (max-width: 992px) {
 .navbar-brand {
 	height: 55px;
 }

}

.subtitle {
 line-height: 45px;
 font-size: 1.6em;
 padding:5px;
 font-weight: bold;
}

a.btn {
    font-size: 16px;
}


.footerLinks {
  font-size: 12px !important;

  text-decoration: none;
  color:#959798;
  cursor: pointer;
}
.footerLinks:hover {
  text-decoration:none;
  color:#d2d2d2;
}

.margin-top15 {
    margin-top: 15px;
}


.bgWhite {
 background: #ffffff;
}
.darkTitle {
	font-size: 28px;
	font-weight: 300;
	letter-spacing: .5px;
	margin-bottom: 0;
	margin-top: 0;
	text-transform: uppercase;
	text-align: center;
	color: #090909;
	font-weight: bold;
}
.darkLine {
 border-bottom: 1px dashed #0f6192;
 display: block;
 margin: 15px auto 40px;
 width: 100px;
}


/* Ticker*/
.tickercontainer { /* the outer div with the black border *//* border: 1px solid #000; */background: #fff;height: 25px;margin: 0;padding: 0;overflow: hidden;}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 10px;
top: 8px;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
font: bold 12px Verdana;
list-style-type: none;
margin: 0;
padding: 0;

}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
background: #fff;
color:#000
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #337ab7;
font-size:12px;
font-weight:bold;
margin: 0 50x 0 0;
} 
ul.newsticker span {
margin: 0 10px 0 0;
} 
.ticker-caption {  
    background: #da3e3e;
    padding: 5px;
    text-align: center;
    height: 35px;
    font-size: 12px;
    vertical-align: middle;
    line-height: 26px;

}

.btn-red-success {
    color: #fff;
    background-color: #da3e3e;
    border-color: #da3e3e;
}




.indiv_blocks p {
	color: #2D2D2D;
}

