@charset "utf-8";/* CSS Document */
@font-face {
	font-family: 'latobold';
	src: url('../fonts/lato-bold-webfont.eot');
	src: url('../fonts/lato-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-bold-webfont.woff2') format('woff2'), url('../fonts/lato-bold-webfont.woff') format('woff'), url('../fonts/lato-bold-webfont.ttf') format('truetype'), url('../fonts/lato-bold-webfont.svg#latobold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'latolight';
	src: url('../fonts/lato-light-webfont.eot');
	src: url('../fonts/lato-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-light-webfont.woff2') format('woff2'), url('../fonts/lato-light-webfont.woff') format('woff'), url('../fonts/lato-light-webfont.ttf') format('truetype'), url('../fonts/lato-light-webfont.svg#latolight') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'latoregular';
	src: url('../fonts/lato-regular-webfont.eot');
	src: url('../fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-regular-webfont.woff2') format('woff2'), url('../fonts/lato-regular-webfont.woff') format('woff'), url('../fonts/lato-regular-webfont.ttf') format('truetype'), url('../fonts/lato-regular-webfont.svg#latoregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'latosemibold';
	src: url('../fonts/lato-semibold-webfont.eot');
	src: url('../fonts/lato-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-semibold-webfont.woff2') format('woff2'), url('../fonts/lato-semibold-webfont.woff') format('woff'), url('../fonts/lato-semibold-webfont.ttf') format('truetype'), url('../fonts/lato-semibold-webfont.svg#latosemibold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'latoblack';
	src: url('../fonts/lato-black-webfont.eot');
	src: url('../fonts/lato-black-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-black-webfont.woff2') format('woff2'), url('../fonts/lato-black-webfont.woff') format('woff'), url('../fonts/lato-black-webfont.ttf') format('truetype'), url('../fonts/lato-black-webfont.svg#latoblack') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'latoheavy';
	src: url('../fonts/lato-heavy-webfont.eot');
	src: url('../fonts/lato-heavy-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-heavy-webfont.woff2') format('woff2'), url('../fonts/lato-heavy-webfont.woff') format('woff'), url('../fonts/lato-heavy-webfont.ttf') format('truetype'), url('../fonts/lato-heavy-webfont.svg#latoheavy') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'latolight_italic';
	src: url('../fonts/lato-lightitalic-webfont.eot');
	src: url('../fonts/lato-lightitalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-lightitalic-webfont.woff2') format('woff2'), url('../fonts/lato-lightitalic-webfont.woff') format('woff'), url('../fonts/lato-lightitalic-webfont.ttf') format('truetype'), url('../fonts/lato-lightitalic-webfont.svg#latolight_italic') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'latomedium';
	src: url('../fonts/lato-medium-webfont.eot');
	src: url('../fonts/lato-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-medium-webfont.woff2') format('woff2'), url('../fonts/lato-medium-webfont.woff') format('woff'), url('../fonts/lato-medium-webfont.ttf') format('truetype'), url('../fonts/lato-medium-webfont.svg#latomedium') format('svg');
	font-weight: normal;
	font-style: normal;
}/*body { position:relative; }*/
a {
	transition: all 500ms ease-in-out;
	outline: none;
}
a:hover, a:active, a:focus {outline: none; }


.section {
}
.section-center {
	text-align: center
}
.section-right {
	text-align: right
}
.section-left {
	text-align: left
}
.section-top {
	padding: 50px 0px 0px;
}
.section-bottom {
	padding: 0px 0px 50px;
}
.section-top-btm {
	padding: 50px 0px;
}
.section-titles h2 {
	font-size: 24px;
	font-family: 'latobold';
	line-height: normal;
	color: #17468e;
	margin: 0px 0px 25px;
	padding: 0px 0px 15px;
	border-bottom: 1px solid #e6e6e6;
	position: relative;
}
.section-titles h2:after {
	position: absolute;
	height: 3px;
	width: 100px;
	content: '';
	bottom: 0px;
	left: 0px;
	background: #17468e;
}
.section-titles h2 span {
	font-size: 20px;
}
.section-titles-ind h2 {
	font-size: 24px;
	font-family: 'latobold';
	line-height: normal;
	color: #17468e;
	margin: 0px 0px 12px;
	padding: 0px 0px 15px;
	position: relative;
}/*.section-titles-ind h2:after {position:absolute; height:3px; width:100px; content:''; bottom:0px; left:0px; background:#17468e; }*/
.section-titles h3 {
	font-size: 20px;
	font-family: 'latobold';
	line-height: normal;
	color: #363636;
	margin: 0px;
	padding: 0px 0px 25px;
}
.nopad {
	padding: 0px;
}
.nopad-right {
	padding-right: 0px;
}
.nopad-left {
	padding-left: 0px;
}
.navbar {
	background: #fff;
}
.navbar-nav > li > a {
	font-size: 15px;
	color: #606060;
	border: 1px solid transparent;
}
.navbar-nav > li > a:hover {
	background: #fff;
	border: 1px solid #17468a;
	color: #17468a;
}
.site-navbar {
	background: #fff;
	position: fixed;
	position: fixed;
	top: 0;
	height: 108px;
	width: 100%;
	z-index: 999;
	transition: all 500ms ease-in-out;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
}
.site-navbar-bg {
	background: rgba(255,255,255,1);
}
.site-navbar a.navbar-brand img {
	transition: all 500ms ease-in-out;
	width: 100%;
}
.site-navbar-bg a.navbar-brand img {
	width: 65%;
	transition: all 500ms ease-in-out
}
.site-navbar.site-navbar-bg {
	height: 75px;
	background: #fff
}
.site-navbar.site-navbar-bg ul.top-links {
	transition: all 300ms ease-in-out;
	opacity: 0;
	height: 0px;
	margin: 0px;
}
.site-navbar.site-navbar-bg ul.navbar-nav {
	transition: all 500ms ease-in-out;
	margin-top: 15px;
}
ul.top-links {
	margin: 10px 0px;
	padding: 0px;
	transition: all 300ms ease-in-out;
	opacity: 1
}
.top-links li {
	float: left;
	list-style: none;
	margin: 0px 5px;
	font-family: 'latolight';
}
.top-links li a {
	padding: 3px;
	font-size: 20px;
	font-family: 'latobold';
	color: #17468e;
	text-decoration: none;
	line-height: 27px;
}
.top-links li a:hover {
	color: #606060
}
.top-links li a.social-icon {
	width: 30px;
	height: 30px;
	border-radius: 100%;
	font-size: 0px;
	display: block;
}
.top-links li a.social-icon.twt {background: rgba(24,214,255,0.8 ) url(../images/social-icon.png) no-repeat -4px -4px;}
.top-links li a.social-icon.fb {background: rgba(1,76,168,0.8 ) url(../images/social-icon.png) no-repeat -47px -4px;}
.top-links li a.social-icon.ytu {background: rgba(187,0,0,0.8 ) url(../images/social-icon.png) no-repeat -129px -4px;}
.top-links li a.social-icon.inst {background: rgba(106,69,59,0.8 ) url(../images/social-icon.png) no-repeat -169px -4px;}
.top-links li a:hover.social-icon.twt {background: rgba(24,214,255,1 ) url(../images/social-icon.png) no-repeat -4px -4px;}
.top-links li a:hover.social-icon.fb {background: rgba(1,76,168,1 ) url(../images/social-icon.png) no-repeat -47px -4px;}
.top-links li a:hover.social-icon.ytu {background: rgba(187,0,0,1 ) url(../images/social-icon.png) no-repeat -129px -4px;}
.top-links li a:hover.social-icon.inst {background: rgba(106,69,59,1 ) url(../images/social-icon.png) no-repeat -169px -4px;}


ul.navbar-nav {
	transition: all 500ms ease;
	margin-top: 6px;
}
.navbar-tools {
	background-color: #33363f;
	bottom: 0;
	color: #fff;
	display: block !important;
	height: auto !important;
	left: 0;
	position: fixed;
	top: 0;
	transform: translate3d(0px, 0px, 0px);
	width: 80px;
}
ul.side-nav {
	margin: 110px 0px 0px;
	padding: 0px;
}
.side-nav li {
	list-style: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	max-height: 85px;
	position: relative;
}
.side-nav li span.static-txt {
	position: absolute;
	width: 100%;
	text-align: center;
	font-size: 12px;
	bottom: 5px;
	opacity: 1;
	transition: opacity .15s ease-in-out;
}
.side-nav li a {
	z-index: 2;
	display: block;
	color: #fff;
	line-height: 30px;
	height: 85px;
	position: relative;
	text-align: center;
	transition: all 0.35s ease 0s;
	position: relative;
}
.side-nav li a.home-icon {
	background: url(../images/icon/home.png) no-repeat center 20px;
}
.side-nav li a.career-icon {
	background: url(../images/icon/career.png) no-repeat center 20px;
}
.side-nav li a.contact-icon {
	background: url(../images/icon/phone.png) no-repeat center 20px;
}
.side-nav li a.dealer-icon {
	background: url(../images/icon/dealers.png) no-repeat center 20px;
}
.side-nav li a.plant-icon {
	background: url(../images/icon/plants.png) no-repeat center 20px;
}
.side-nav li a.download-icon {
	background: url(../images/icon/download.png) no-repeat center 20px;
}/*.side-nav li a.share-icon { background:url(../images/icon/share.png) no-repeat center 20px; }*/
.side-nav li a span {
	bottom: 0;
	color: #083F88;
	display: block;
	font-size: 14px;
	left: -200px;
	line-height: 20px;
	opacity: 0;
	padding: 20px 20px 20px 100px;
	position: absolute;
	text-align: left;
	top: 0;
	transition: all 0.35s ease 0s;
	white-space: nowrap;
	z-index: 1;
	height: 85px;
	text-align: center
}
.side-nav li a:focus span, .side-nav li a:hover span {
	color: #fff;
	left: 0;
	opacity: 1;
	display: block;
	transition: all 0.35s ease 0s;
}
.side-nav li a span.home-icon {
	background: #083F88 url(../images/icon/home.png) no-repeat 18px 20px;
}
.side-nav li a span.career-icon {
	background: #083F88 url(../images/icon/career.png) no-repeat 18px 20px;
}
.side-nav li a span.contact-icon {
	background: #083F88 url(../images/icon/phone.png) no-repeat 18px 20px;
}
.side-nav li a span.dealer-icon {
	background: #083F88 url(../images/icon/dealers.png) no-repeat 18px 20px;
}
.side-nav li a span.plant-icon {
	background: #083F88 url(../images/icon/plants.png) no-repeat 18px 20px;
}
.side-nav li a span.download-icon {
	background: #083F88 url(../images/icon/download.png) no-repeat 18px 20px;
}/*.side-nav li a span.share-icon { background:#083F88 url(../images/icon/share.png) no-repeat 18px 20px; }.side-nav li:last-child a span {padding: 20px 20px 20px 60px;}*/
.nav-share {
	position: relative;
}
.side-nav li:hover span.static-txt {
	transition: opacity .15s ease-in-out;
	opacity: 0;
}
.side-nav li:hover .nav-share-list {
	opacity: 1;
	left: 80px;
}
.nav-share:focus > .nav-share-list, .nav-share:hover > .nav-share-list {
	left: 80px;
	opacity: 1;
}
.nav-share-list {
	height: 85px;
	left: -160px;
	list-style: outside none none;
	opacity: 0;
	padding-left: 0;
	position: absolute;
	top: 0;
	transition: all 0.35s ease 0s;
	width: 160px;
}
.nav-share-list > li {
	float: left;
}
.nav-share-list > li > a {
	border-left: 1px solid rgba(255, 255, 255, 0.15);
	color: #fff;
	display: block;
	font-size: 24px;
	line-height: 30px;
	padding: 25px 15px;
	text-align: center;
	transition: all 0.35s ease 0s;
	width: 80px;
}
.nav-share-list, .nav-share:focus, .nav-share:hover {
	background-color: #083F88;
}
.nav-share-list > li > a.fb-icon {
	background: rgba(1,76,168,1 ) url(../images/icon/fbicon.png) no-repeat 18px 20px;
}
.nav-share-list > li > a.twt-icon {
	background: rgba(24,214,255,1 ) url(../images/icon/twticon.png) no-repeat 22px 20px;
}
.carousel-caption h3 {
	font-family: 'latolight';
	font-size: 54px;
	line-height: normal;
}
.carousel-caption h3 span {
	font-family: 'latoheavy';
	font-size: 57px;
	text-transform: uppercase;
}
.carousel-caption p {
	font-family: 'latolight';
	font-size: 22px;
	line-height: 28px;
}
.brand-sections {
	background: #17468e;
	color: #fff;
}
.brand-sections .brd-right {
	border-right: 3px solid rgba(255,255,255,0.2)
}
.brand-sections .section-titles-ind h2 {
	color: #fff;
	text-align: left;
}
.brand-block {
	position: relative;
}
.emblem {
	position: absolute;
	top: -44px;
	right: 29%;
	width: 130px;
	height: 130px;
}
.emblem img {
	width: 100%;
}
.brands-logo {
	width: 90%;
	margin: 0 auto;
}
.brands-logo-block {
	padding: 10px;
	background: #fff;
	border: 1px solid #ddd;
	margin-right: 10px;
}
.brands-logo-block img {
	width: 100%;
}
.from-house {
	width: 200px;
	margin: 0 auto 30px
}
.from-house img {
	width: 100%;
}
.md-block .md-img img {
	width: 100%;
}
.md-block h3 {
	font-size: 18px;
	color: #fff;
	font-family: 'latobold';
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
.md-block h3 span {
	font-family: 'latolight_italic';
	font-size: 15px;
}
.md-block h4 {
	color: #ffc60b;
	font-size: 18px;
	font-family: 'latobold';
	margin: 15px 0px;
	padding: 0px;
}
.md-block p {
	font-size: 15px;
	line-height: 22px;
}
.md-block .btns {
	padding: 17px 0px 0px;
}
.md-block .btns a {
	padding: 10px 30px;
	color: #ffc60b;
	border: 1px solid #ffc60b;
	font-size: 13px;
	text-decoration: none;
	letter-spacing: 1px;
}
.md-block .btns a:hover {
	color: #fff;
	border: 1px solid #fff;
}




.brand-blk {
	background: #F0F0F0 url(../images/cement-bg.jpg) no-repeat center top fixed;
}
.company-sections {
	background: #fff;
	color: #383838;
}
.family-business-block {
}
.family-business-block a {
	text-decoration: none;
}
.family-business-block a:hover {
	text-decoration: none;
}
.group-list-block {
}
.group-list-block .group-img img {
	width: 100%;
}
.group-list-block .group-txt {
	background: #ffc60b;
	padding: 15px;
}
.group-list-block .group-txt h4 {
	font-size: 17px;
	color: #000;
	font-family: 'latoheavy';
	margin: 0px;
	padding: 0px 0px 6px;
}
.group-list-block .group-txt p {
	line-height: normal;
	color: #000;
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 0px;
}
ul.invest-list {
	margin: 0 0 10px;
	padding: 0;
}
.invest-list li {
	border-bottom: 1px solid #e9e9e9;
	list-style: outside none none;
	margin-left: 0;
	transition: all 400ms ease-in-out 0s;
}
.invest-list li a {
	color: #383838;
	display: block;
	font-size: 15px;
	line-height: 28px;
	padding: 7px 0 7px 40px;
	text-decoration: none;
	transition: all 400ms ease-in-out 0s;
}
.invest-list li a:hover {
	color: #17468e;
}
.invest-list li a.icon1 {
	background: rgba(0, 0, 0, 0) url("../images/investor-icon/1.png") no-repeat scroll left -72px;
}
.invest-list li a.icon2 {
	background: rgba(0, 0, 0, 0) url("../images/investor-icon/2.png") no-repeat scroll left -72px;
}
.invest-list li a.icon3 {
	background: rgba(0, 0, 0, 0) url("../images/investor-icon/3.png") no-repeat scroll left -72px;
}
.invest-list li a.icon4 {
	background: rgba(0, 0, 0, 0) url("../images/investor-icon/4.png") no-repeat scroll left -72px;
}
.invest-list li a.icon5 {
	background: rgba(0, 0, 0, 0) url("../images/investor-icon/5.png") no-repeat scroll left -72px;
}
.invest-list li a.icon6 {
	background: rgba(0, 0, 0, 0) url("../images/investor-icon/6.png") no-repeat scroll left -72px;
}
.invest-list li a.icon7 {
	background: rgba(0, 0, 0, 0) url("../images/investor-icon/7.png") no-repeat scroll left -72px;
}
.invest-list li a.icon8 {
	background: rgba(0, 0, 0, 0) url("../images/investor-icon/8.png") no-repeat scroll left -72px;
}
.invest-list li a.icon9 {
	background: rgba(0, 0, 0, 0) url("../images/investor-icon/9.png") no-repeat scroll left -72px;
}
.invest-list li a.icon1:hover, .invest-list li a.icon2:hover, .invest-list li a.icon3:hover, .invest-list li a.icon4:hover, .invest-list li a.icon5:hover, .invest-list li a.icon6:hover, .invest-list li a.icon7:hover, .invest-list li a.icon8:hover, .invest-list li a.icon9:hover {
	background-position: left 3px;
}
.investor-block .btns {
	padding: 17px 0px 0px;
}
.investor-block .btns a {
	padding: 10px 30px;
	color: #17468e;
	border: 1px solid #17468e;
	font-size: 13px;
	text-decoration: none;
	letter-spacing: 1px;
}
.investor-block .btns a:hover {
	color: #17468e;
	ffc60b: 1px solid #ffc60b;
}
ul.news-list {
	margin: 0px;
	padding: 0px;
}
.news-list li {
	min-height: 75px;
	list-style: none;
	margin-bottom: 18px;
	font-size: 15px;
	line-height: 22px;
	transition: all 300ms ease-in-out
}
.news-list li span.date {
	width: 70px;
	height: 70px;
	display: inline-block;
	border: 2px solid #17468e;
	float: left;
	text-align: center;
	border-radius: 100%;
	padding: 10px 0px 0px;
	color: #17468e;
	font-size: 14px;
	margin-right: 10px;
	transition: all 300ms ease-in-out;
	line-height: normal;
}
.news-list li span h5 {
	margin: 0px;
	padding: 0px;
	font-size: 24px;
	font-family: 'latobold';
	line-height: normal;
}
.news-list li .news-cont {
	padding: 6px 0px 6px 80px;
}
.news-list li a {
	font-size: 13px;
	text-decoration: none;
	color: #17468e;
}
.news-list li a:hover {
	color: #ffc60b;
}
.news-list li:hover span.date {
	border: 2px solid #ffc60b;
	background: #ffc60b;
	color: #000
}
.spotlight-block .btns {
	padding: 17px 0px 0px;
}
.spotlight-block .btns a {
	padding: 10px 30px;
	color: #17468e;
	border: 1px solid #17468e;
	font-size: 13px;
	text-decoration: none;
	letter-spacing: 1px;
}
.spotlight-block .btns a:hover {
	color: #17468e;
	ffc60b: 1px solid #ffc60b;
}
.social-block {
	background: #e0e0e0;
}
.fb-widget, .twt-widget {
	padding: 10px;
	background: #fff;
}
.csr-list-block {
}
.csr-list-block .csr-img img {
	width: 100%;
}
.csr-list-block .csr-txt {
	background: #17458D;
	padding: 15px;
	min-height: 135px
}
.csr-list-block .csr-txt h4 {
	font-size: 17px;
	color: #fff;
	font-family: 'latoheavy';
	margin: 0px;
	padding: 0px 0px 6px;
}
.csr-list-block .csr-txt p {
	line-height: normal;
	color: #fff;
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 0px;
}
a .csr-list-block:hover p {
	text-decoration: none;
}
.footer-block {
	background: #363636;
	color: #a9a9a9;
	padding: 25px 0px 0px;
}
.ftr-contact {
	background: #4b4b4b;
	font-size: 14px;
}
.ftr-contact-img {
	padding: 8px 0px 8px;
}
.ftr-contact h5 {
	padding: 5px 0px 5px;
	margin: 0px;
	font-family: 'latoheavy';
	font-size: 14px;
}
.ftr-links h5 {
	padding: 5px 0px 10px;
	margin: 0px;
	font-family: 'latoheavy';
	font-size: 14px;
}
.ftr-links ul {
	margin: 0px;
	padding: 0px;
}
.ftr-links li {
	list-style: none;
	margin-bottom: 5px;
}
.ftr-links li a {
	color: #a9a9a9;
	text-decoration: none;
	font-size: 13px;
}
.ftr-links li a:hover {
	color: #fff;
}
.bottombar {
	background: #292929;
	padding: 15px 0px;
	margin-top: 25px;
}
.bottombar p {
	margin-bottom: 0px;
	font-size: 13px;
	color: #888888;
	margin-top: 5px;
}
.bottombar p a {
	color: #a9a9a9;
	text-decoration: none;
	padding: 0px 10px;
	font-size: 13px;
}
.bottombar p a:hover {
	color: #fff;
}
ul.btm-links {
	margin: 0px 0px;
	padding: 0px;
	transition: all 300ms ease-in-out
}
.btm-links li {
	float: left;
	list-style: none;
	margin: 0px 5px;
}
.btm-links li a {
	padding: 3px;
	font-size: 13px;
	color: #606060;
	text-decoration: none;
	line-height: 27px;
}
.btm-links li a:hover {
	color: #17468e
}
.btm-links li a.social-icon {
	width: 30px;
	height: 30px;
	border-radius: 100%;
	font-size: 0px;
	display: block;
}
.btm-links li a.social-icon.twt {background: rgba(24,214,255,0.8 ) url(../images/social-icon.png) no-repeat -4px -4px;}
.btm-links li a.social-icon.fb {background: rgba(1,76,168,0.8 ) url(../images/social-icon.png) no-repeat -47px -4px;}
.btm-links li a.social-icon.ytu {background: rgba(187,0,0,0.8 ) url(../images/social-icon.png) no-repeat -129px -4px;}
.btm-links li a.social-icon.inst {background: rgba(106,69,59,0.8 ) url(../images/social-icon.png) no-repeat -169px -4px;}

.btm-links li a:hover.social-icon.twt {background: rgba(24,214,255,1 ) url(../images/social-icon.png) no-repeat -4px -4px;}
.btm-links li a:hover.social-icon.fb {background: rgba(1,76,168,1 ) url(../images/social-icon.png) no-repeat -47px -4px;}
.btm-links li a:hover.social-icon.ytu {background: rgba(187,0,0,1 ) url(../images/social-icon.png) no-repeat -129px -4px;}
.btm-links li a:hover.social-icon.inst {background: rgba(106,69,59,1 ) url(../images/social-icon.png) no-repeat -169px -4px;}



#inner-banner-block {
	overflow: hidden;
}
#inner-banner-block .inner-bnrs img {
	width: 100%;
}
.content-sections {
	background: #fff;
}
.content-sections p {
	text-align: justify;
}
.content-sections h4 {
	font-size: 26px;
	color: #383838;
	margin: 0px;
	padding: 30px 0px 20px;
}
.legacy {
	width: 500px;
	margin-bottom: 20px
}
.legacyimg {
	width: 230px;
	float: left;
	position: relative;
	text-align: center
}
.legacyimg img {
	width: 140px;
	height: 140px;
	border-radius: 100%;
	border: 2px solid #ffba01;
}/*.legacyimg:before { width:5px; height:5px; background:#083f88; position:absolute; content:''; z-index:-1; margin:-10px 0px 0px -10px }*/
.content-sections .legacyimg h3 {
	position: relative;
	padding: 6px;
	margin: 25px 0px 0px;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 15px;
	background: url(../images/name-bg.png) no-repeat center top;
}
.content-sections .legacyimg h3:before {
	position: absolute;
	content: '';
	width: 2px;
	height: 25px;
	background: #ffba01;
	top: -25px;
	left: 50%;
}
.content-sections .legacyimg h3 span {
	color: #383838;
	font-size: 11px;
}
.side-widget {
	padding: 10px;
	margin-bottom: 30px;
}
.side-links {
	background: #fff;
	padding: 10px 10px 10px 20px;
	position: relative;
	-webkit-box-shadow: 10px 5px 19px -9px rgba(0,0,0,0.66);
	-moz-box-shadow: 5px 5px 19px -9px rgba(0,0,0,0.66);
	box-shadow: 5px 5px 19px -9px rgba(0,0,0,0.66);
}
.side-links:before {
	position: absolute;
	width: 8px;
	height: 95%;
	background: #083f88;
	content: '';
	top: -10px;
	left: -8px;
}
.side-links:after {
	position: absolute;
	width: 85%;
	height: 8px;
	background: #083f88;
	content: '';
	top: -10px;
	left: 0px;
}
.side-links h3 {
	color: #083f88;
	font-size: 18px;
	font-family: 'latosemibold';
	font-style: normal;
	margin: 0px;
	padding: 15px 0px 10px;
}
.side-links ul {
	margin: 0px;
	padding: 0px;
}
.side-links li {
	color: #767676;
	font-size: 15px;
	list-style: none;
	transition: all 500ms ease-in-out;
	border-bottom: 1px solid #e5e6e9;
	transition: all 300ms ease
}
.side-links li a {
	color: #767676;
	font-size: 15px;
	display: block;
	padding: 12px 0px 12px 15px;
	text-decoration: none;
	background: url(../images/side-arw.png) no-repeat left 15px;
}
.side-links li a:hover {
	color: #083f88;
	margin-left: 15px;
}
.side-links .invest-list li a {
	padding-left: 35px;
	background-position: left -65px;
}
.side-links .invest-list li a:hover {
	background-position: left 7px;
}
.short-cont {
	font-size: 18px;
	line-height: 28px;
}
h5.qoute {
	color: #083f88;
	font-size: 22px;
	font-family: 'latosemibold';
	font-style: normal;
	margin: 0px;
	padding: 20px 0px;
}
.investors-grid {
	padding: 0px;
}
.investors-list {
	margin-top: 20px;
	padding-left: 70px;
	min-height: 300px;
}
.investors-list span {
	width: 66px;
	height: 66px;
	position: absolute;
	left: 12px;
	top: 15px;
}
.investors-list span img {
	width: 100%;
	border-radius: 100%;
}
ul.invest {
	margin: 0px;
	padding: 0px;
}
.invest li {
	transition: all 500ms ease-in-out;
	list-style: none;
	margin-bottom: 5px;
	font-size: 14px;
	background: url(../images/arrow-list.png) no-repeat left 6px;
	padding: 3px 0px 3px 12px
}
.invest li a {
	text-decoration: none;
/*	font-size: 13px;*/
line-height: 14px;
font-size: 12px;

text-transform: uppercase;
	color: #393939;
}
.invest li:hover {
	margin-left: 15px;
}
.invest li:hover a {
	color: #17468e;
}
.investors-list a.view {
	color: #17468e;
	text-decoration: none;
	font-size: 13px;
}
.investors-list a:hover.view {
	color: #393939
}
.investors-list h3 {
	color: #17468e;
	font-size: 18px;
	font-family: 'latosemibold';
	margin: 15px 0px 10px
}
.brd-lt {
	border-left: 1px solid #e5e6e9;
}
.brd-rt {
	border-right: 1px solid #e5e6e9;
}
.brd-btm {
	border-bottom: 1px solid #e5e6e9;
}
.brd-top {
	border-top: 1px solid #e5e6e9;
}
.brd-lrb {
	border: 1px solid #e5e6e9;
	border-top: 1px solid none;
}
.investors-list.inves-icon1 {
	background: url(../images/investor-icon/1-1.png) no-repeat -5px -85px;
}
.investors-list.inves-icon2 {
	background: url(../images/investor-icon/2-2.png) no-repeat -5px -85px;
}
.investors-list.inves-icon3 {
	background: url(../images/investor-icon/3-3.png) no-repeat -5px -85px;
}
.investors-list.inves-icon4 {
	background: url(../images/investor-icon/4-4.png) no-repeat -5px -85px;
}
.investors-list.inves-icon5 {
	background: url(../images/investor-icon/5-5.png) no-repeat -5px -85px;
}
.investors-list.inves-icon6 {
	background: url(../images/investor-icon/6-6.png) no-repeat -5px -85px;
}
.investors-list.inves-icon7 {
	background: url(../images/investor-icon/7-7.png) no-repeat -5px -85px;
}
.investors-list.inves-icon8 {
	background: url(../images/investor-icon/8-8.png) no-repeat -5px -85px;
}
.investors-list.inves-icon9 {
	background: url(../images/investor-icon/9-9.png) no-repeat -5px -85px;
}
.investors-list.inves-icon10 {
	background: url(../images/investor-icon/10-10.png) no-repeat -5px -85px;
}
.accordion-toggle:hover {
	text-decoration: none;
}
.investor-accord {
	transition: all 500ms ease-in-out
}
.investor-accord h4 {
	font-family: 'latolight';
	font-size: 25px;
	color: #767676;
	margin: 0px;
	padding: 5px 0px;
	line-height: normal;
}
.investor-accord .glyphicon {
	font-family: 'latolight';
	font-size: 25px;
	border: 1px solid #767676;
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	color: #767676;
	line-height: 29px;
	margin-right: 5px;
	transition: all 500ms ease;
}
.investor-accord .panel-heading {
	border-radius: 0px;
	padding: 5px;
}
.investor-accord .panel-default > .panel-heading {
}
.investor-accord .panel {
	box-shadow: none;
	border-bottom: 1px solid #c6c6c6;
}
.investor-accord a.accordion-toggle {
	outline: none;
	text-decoration: none;
	display: block;
	color: #767676;
}
.investor-accord a:hover {
	color: #17468E;
}
.investor-accord .panel-body {
	padding: 20px 5px;
}
ul.invest-pdf-list {
	margin: 10px 0px;
	padding: 0px;
}
.invest-pdf-list li {
	margin: 0px 0px 15px;
	list-style: none;
	background: url(../images/pdf-icon.png) no-repeat left 7px;
	/*padding: 5px 0 5px 35px;*/
	padding: 5px 0 5px 35px;
	border-bottom: 1px solid #eae9e9
}
.invest-pdf-list li a {
	text-transform: uppercase;
	font-size: 14px;
	text-decoration: none;
	color: #383838;
	display: block;
}
.invest-pdf-list li:hover {
	background: url(../images/pdf-icon-hover.png) no-repeat left 7px;
}
.invest-pdf-list li a span {
	font-size: 12px;
	font-family: 'latolight';
}
#map_canvas {
	height: 700px;
	width: 100%;
}
.plantimg {
	width: 100%;
	overflow: hidden;
}
.plantimg img {
	width: 100%;
}
.gm-style-iw h2 {
	color: #17468e;
	font-size: 20px;
	font-family: 'latosemibold';
	margin: 0px;
	padding: 15px 0px 8px;
}
.gm-style-iw h5 {
	margin: 0px;
	padding: 0px 0px 10px;
	font-size: 16px;
	font-family: 'latosemibold';
}
.gm-style-iw p {
	font-size: 15px;
	line-height: 18px;
	font-family: 'latolight';
}
.gm-style-iw p strong {
	font-size: 13px
}
.pressreleases-block {
}
.pressreleases-block .press-list {
	margin-bottom: 30px;
}
.pressreleases-block .press-list .press-img {
	position: relative;
	height: 205px;
	overflow: hidden;
	background: #D5D5D5
}
.pressreleases-block .press-list .press-img img {
	width: 100%;
}
.pressreleases-block .press-list .press-info {
	background: #17468E;
	padding: 6px;
	color: #fff;
	min-height: 80px;
}
.pressreleases-block .press-list .press-info h4 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-family: 'latosemibold';
	color: #fff;
}
.pressreleases-block .press-list .press-info span.source {
	font-size: 12px;
	font-family: 'latolight_italic';
}
.pressreleases-block .press-list .press-date {
	line-height: normal;
	font-family: 'latoregular';
	position: absolute;
	top: 0px;
	left: 0px;
	color: #383838;
	z-index: 99;
	width: 50px;
	height: 67px;
	background: rgba(255,198,11,0.90);
	text-align: center;
	padding: 6px;
	font-size: 12px;
}
.pressreleases-block .press-list .press-date span {
	font-size: 18px;
	font-family: 'latosemibold';
}
.filters-block {
	padding: 10px;
	background: #efefef;
	margin-bottom: 30px
}
.filters-block select {
	padding: 8px;
	margin-right: 10px;
	width: 150px;
	  -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
}
.filters-block label {
	font-size: 16px;
	font-family: 'latolight';
	font-weight: normal;
}
.pressreleases-block .press-list .tv-play-icon {
	position: absolute;
	left: 35%;
	top: 35%;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	background: rgba(255,198,11,0.90)
}
.pressreleases-block .press-list .tv-play-icon img {
	width: auto;
}
.pressreleases-block .press-list .tv-play-icon-img {
	padding: 18px 20px 14px 20px;
}
.directors-block {
	margin: 30px 0px;
}
.directors-list {
	margin-right: 0px;
	width:190px;
}
.director-img img {
	width: 100%;
}
.director-info {
	background: #ffc60b;
	padding: 6px;
	min-height: 70px;
	text-align: center;
	transition:all 300ms ease-in-out;
}
.director-info h4 {
	font-size: 15px;
	margin: 0px;
	padding: 0px;
	color: #000;
	transition:all 300ms ease-in-out;
}
.director-info h4 span {
	font-size: 13px;
	font-family: 'latolight_italic';
	text-decoration:none;
}
.director-info a {
	font-size: 13px;
	text-decoration: none;
	color: #083f88;
}
li:hover .directors-list .director-info h4  { 
	text-decoration:none; 
}
li:hover .director-info {
	background: #083f88;
	
}
li:hover .director-info h4 {
	color: #fff;
}

.news-block .news-list li {
	margin-bottom: 10px;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 10px;
}
.news-block .news-list li .news-cont {
	padding-top: 10px;
	font-size: 20px;
	line-height: 26px;
	font-family: 'latolight';
}
.news-block .news-list li span.date {
	width: 65px;
	height: 65px;
	display: inline-block;
	border: 1px solid #383838;
	float: left;
	text-align: center;
	border-radius: 100%;
	padding: 10px 0px 0px;
	color: #383838;
	font-size: 13px;
	margin-right: 10px;
	transition: all 300ms ease-in-out;
	line-height: normal
}
.news-block .news-list li span h5 {
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	font-family: 'latosemibold';
	line-height: normal;
}
.news-block .news-list li a {
	font-size: 15px;
	text-decoration: none;
	color: #17468e;
}
.news-block .news-list li a span {
	font-size: 20px;
}
.news-block .news-list li a:hover {
	color: #ffc60b;
}
.news-block .news-list li:hover span.date {
	border: 1px solid #ffc60b;
	background: #ffc60b;
	color: #000;
}
.news-block .news-list li:hover .news-cont {
	color: #17468E;
}
.news-block-details {
}
.news-block-details h5 {
	margin: 0px 0px 25px 0px;
	padding: 0px;
	font-size: 22px;
	line-height: normal;
}
span.date {
	font-size: 14px !important;
	line-height: 26px;
	font-family: 'latolight';
}
.news-details-nxt {
	border-top: 1px solid #E0E0E0;
	margin-top: 30px;
	padding-top: 30px;
	margin-bottom: 30px;
}
.news-details-nxt a {
	display: block;
	text-decoration: none;
	padding: 15px;
	border: 1px solid #c3c3c3;
	font-size: 17px;
	line-height: 26px;
	font-family: 'latolight';
	color: #a0a0a0;
	outline: none;
}
.news-details-nxt a.nxt {
	background: url(../images/arr-nxt.png) no-repeat right -82px;
	padding-right: 50px;
}
.news-details-nxt a.prv {
	background: url(../images/arr-prv.png) no-repeat left -82px;
	padding-left: 50px;
}
.news-details-nxt a:hover {
	color: #fff;
	border: 1px solid rgba(23, 70, 142, 1)
}
.news-details-nxt a:hover.nxt {
	background: rgba(23, 70, 142, 1) url(../images/arr-nxt.png) no-repeat right 10px;
	padding-right: 50px;
}
.news-details-nxt a:hover.prv {
	background: rgba(23, 70, 142, 1)url(../images/arr-prv.png) no-repeat left 10px;
	padding-left: 50px;
}
.project-block {
}
.project-list {
	overflow: hidden;
	position: relative;
	transition: all 750ms ease 0s;
	margin-bottom: 30px;
}
.project-list .project-img img {
	width: 100%;
	transition: all 700ms ease-in-out
}
.project-list .project-info {
	opacity: 0;
	position: absolute;
	top: 40%;
	transform: translate3d(0px, 30%, 0px) scale(1);
	transition: all 700ms ease 0s;
}
.project-list .project-info {
	width: 100%;
	height: 100%;
	background: rgba(8,63,136,0.80);
	z-index: 999;
}
.project-list:hover .project-info {
	left: 0;
	opacity: 1;
	position: absolute;
	top: 40%;
	transform: translate3d(0px, -40%, 0px) scale(1);
	transition: all 700ms ease 0s;
}
.project-list .project-info h3 {
	padding-top: 20%;
	color: #fff;
	text-align: center;
	font-size: 20px;
	opacity: 0;
	transform: translate(0px, 50px) scale(1);
	transition: all 500ms ease 0s;
}
.project-list .project-info h3 span {
	font-size: 15px;
	font-family: 'latolight_italic';
}
.project-list:hover .project-info h3 {
	opacity: 1;
	transform: translate(0px, 0px) scale(1);
}
.project-list:hover .project-img img {
	transform: translate(0%, 0%) scale(1.2, 1.2);
}
.search-block {
	margin-bottom: 30px;
}
.search-block select {
	background: #fff url("../images/downarrow.png") no-repeat scroll right 15px;
	border: 1px solid #dfdfdf;
	width: 100%;
	padding: 10px 6px 12px;
	color: #383838;
}
.search-block input {
	border: 1px solid #dfdfdf;
	width: 100%;
	padding: 10px 6px 12px;
}
.styleSelect select {
	-moz-appearance: none;
}
.search-data {
}
.search-data table thead {
	background: #083F88;
	color: #fff;
}
.search-data table thead th {
	padding: 10px;
	font-weight: normal;
	font-size: 13px;
	text-transform: uppercase;
}
.search-data table tbody td {
	border: 1px solid #e4e4e4;
	padding: 5px;
	font-size: 13px;
}
.search-data table tbody td p {
	margin-bottom: 0px;
	text-align: left;
}
.search-data table tbody tr:nth-child(2n) {
	background: #f8f9f8 none repeat scroll 0 0;
}
.search-data table tbody tr:nth-child(2n+1) {
	background: #fff none repeat scroll 0 0;
}
.table-paginations {
}
.upload-img {
	width: 130px;
	position: relative;
}
.upload-img img {
	width: 100%;
}
.zoom {
	position: absolute;
	z-index: 99;
	width: 17px;
	height: 17px;
	bottom: 4px;
	left: 0px;
}
td.process {
	padding: 20px !important;
	font-size: 18px !important;
	color: #083f88;
	font-weight: normal;
	text-align: center;
}/* growth table start */
.content-block .tab {
	color: #ec1d24;
	font-family: "HelveticaNeueLTStdMdCn";
	font-size: 25px;
	margin: 6px 0;
	text-align: justify;
}
.leap-table tr {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
.leap-table th {
	text-align: center;
	font-size: 16px;
	border-right: 1px solid #ddd;
	padding: 10px;
	background: #083f88;
	color: #fff;
	font-weight: normal;
}
.leap-table td {
	text-align: center;
	border-right: 1px solid #ddd;
	padding: 7px;
}
.leap-table {
	min-height: 365px;
	width: 100%;
}
.leap-table tr:nth-child(even) {
	background: #f3f3f3
}
.leap-table tr:nth-child(odd) {
	background: #FFF
}/* growth table end */
.norms {
	color: #383838;
}
.norms-bg {
	background: #ffc60b;
	padding: 25px;
	margin-bottom: 20px
}
.norms-bg p {
	font-family: "latolight_italic";
	font-size: 22px;
	padding-left: 60px;
	font-weight: bold;
	line-height: 33px;
	margin: 0 0 0px;
	background: url(../images/quote-w-icon.png) no-repeat left top;
	color: #fff;
}
.norms-bg p span {
	font-weight: normal;
	font-size: 16px;
	color: #383838;
}
p.csrmsg {
	color: #083f88;
	font-family: "latosemibold";
	font-size: 17px;
	padding-top: 15px;
}
p.csrmsg span {
	font-family: "latolight_italic";
	font-size: 15px;
}
.content-sections h4.norm {
	text-align: right;
	margin: 0px;
	font-family: "latoregular";
	padding: 0px;
	font-weight: bold;
	font-size: 15px;
}
.content-sections h3 {
	color: #083f88;
	font-family: "latosemibold";
	font-size: 22px;
	font-style: normal;
	margin: 0px;
	padding: 20px 0px 20px;
}
.vision-block {
	border-left: 5px solid #083f88;
	padding-left: 15px;
	margin-bottom: 30px;
}
.vision-block p {
	font-family: "latolight_italic";
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 0px;
	padding: 10px 0px;
	background: url(../images/quote-blue-icon.png) no-repeat 0px 0px;
	text-indent: 70px;
}
.mission-block {
	border-left: 5px solid #ffc60b;
	padding-left: 15px;
	margin-bottom: 30px;
}
.mission-block p {
	font-family: "latolight_italic";
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 0px;
	padding: 10px 0px;
	background: url(../images/quote-yellow-icon.png) no-repeat 0px 0px;
	text-indent: 70px;
}
.md-img img {
	width: 100%;
}
p.msg {
	color: #083f88;
	font-family: "latosemibold";
	font-size: 20px;
	padding-top: 15px;
}
p.msg span {
	font-family: "latolight_italic";
	font-size: 17px;
}
.inner-brand {
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	padding: 15px 0px;
	display: table;
	transition: all 500ms ease-in-out
}
.inner-brand:hover {
	background: #083f88;
}
.inrbrdtable {
	display: table-cell;
	vertical-align: middle;
}
.inner-brand .inr-brand-img {
	overflow: hidden;
	padding: 10px;
	background: #fff;
	border: 1px solid #ddd;
	position:relative;
}
.inner-brand .inr-brand-img img {
	width: 100%;
	transition: all 500ms ease-in-out;
}
.inner-brand .inr-brand-txt {
	padding-right: 15px;
}
.inner-brand .inr-brand-txt h4 {
	font-size: 20px;
	margin: 0px;
	padding: 20px 0px 10px;
	color: #083f88;
	font-family: "latosemibold";
}
.inner-brand:hover .inr-brand-txt h4 {
	color: #fff;
}
.inner-brand:hover .inr-brand-txt p {
	color: #fff;
}
.inner-brand:hover .inr-brand-img img {
	/*transform: scale(1.1);*/
}
.inner-brand:hover .brand-logos {transform:scale(1,1) }
.inner-brand:hover .brand-bags {transform:scale(0) }

.brand-list-block {
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.brand-list {
	padding: 10px;
	border: 1px solid #ddd;
	position:relative;
	overflow:hidden;
}
.brand-logos {
	position:absolute; 
	top:0px; left:0px;
	transition:all 800ms ease-in-out;
	transform:scale(0);
	padding: 10px;
	}

.brand-bags {transition:all 800ms ease-in-out;	transform:scale(1,1)}

.brands-logo-list:hover .brand-logos {transform:scale(1,1) }
.brands-logo-list:hover .brand-bags {transform:scale(0) }

.brand-list img {
	width: 100%;
}
.brands-logo-list .brand-download {
	transition:all 500ms ease-in-out;
	padding:8px; background:#E0E0E0;
}
.brands-logo-list .brand-download {
	text-align: center;
}
.brand-list-block .brand-download a {	
	display:block;
	color: #383838;
	text-decoration: none;
	font-size: 14px;
	text-align: center;transition:all 500ms ease-in-out;
}
.brands-logo-list:hover  .brand-download a{	color: #fff}
.brands-logo-list:hover .brand-download  { background:#083f88; }

.page-img img {
	width: 100%;
}
.page-img {
	margin-bottom: 15px;
}
.synery-block {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
}
.cin {
	font-family: "latolight";
	font-size: 18px;
}
.datatab table.leap-table {
	text-align: left
}
.datatab table.leap-table tr td {
	text-align: left
}
.datatab table.leap-table tr th {
	text-align: left
}
.career-block {
	margin: 30px 0px 0px;
}
.career-list {
	margin-right: 0px;
	margin-bottom: 30px;
}
.career-img img {
	width: 100%;
}
.career-info {
	background: #ffc60b;
	padding: 6px;
	min-height: 50px;
	text-align: center;
}
.career-info h4 {
	font-size: 15px;
	margin: 0px;
	padding: 0px;
	color: #000;
}
.career-info h4 span {
	font-size: 13px;
	font-family: 'latolight_italic';
}
.career-info a {
	font-size: 13px;
	text-decoration: none;
	color: #083f88;
}
.csr-educat-block {
}
.csr-educat-block .csr-list-block .csr-img img {
	width: 100%;
}
.csr-educat-block .csr-list-block .csr-txt {
	background: #17458D;
	padding: 8px;
	min-height: auto;
}
.csr-educat-block .csr-list-block .csr-txt h4 {
	font-size: 17px;
	color: #fff;
	font-family: 'latolight';
	margin: 0px;
	padding: 0px 0px 6px;
}
.csr-educat-block .csr-list-block .csr-txt p {
	line-height: normal;
	color: #fff;
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 0px;
}
.contact-block {
	padding-left: 80px;
	border: 1px solid #ddd;
	margin-top: 30px;
	min-height: 190px;
}
.contact-block h4 {
	font-size: 18px;
	margin: 0px;
	padding: 15px 0px 10px;
	color: #083f88;
	font-family: "latosemibold";
}
.contact-block.regis-icon {
	background: url(../images/register-off-icon.png) no-repeat 10px 15px;
}
.contact-block.corpo-icon {
	background: url(../images/corporate-off-icon.png) no-repeat 10px 15px;
}
.contact-block.cont-icon {
	background: url(../images/contact-icon.png) no-repeat 10px 15px;
}
.contact-block .tollfree {
	font-size: 25px;
	color: #083f88;
	font-family: 'latosemibold';
}
.contact-block span.tollfreetxt {
	font-size: 18px;
	color: #383838;
	font-family: 'latolight';
}
.loctionmap #map_canvas {
	height: 484px;
}
.enquiry-block {
	background: #f1f1f1;
}
.enquiry-block h3 {
	text-align: center;
	margin-bottom: 25px;
}
.enquir-form {
	margin: 0px auto 0;
	width: 80%;
	background: rgba(255,255,255, 1) url(../images/question.png) repeat-x top left;
	padding: 30px;
}
.enquir-form .frm-fields {
	color: #000;
	margin-bottom: 10px;
	text-align: left;
	width: 100%;
}
.enquir-form .frm-fields .form-data input[type="text"] {
	border: 1px solid #bcbcbc;
	border-radius: 0px;
	color: #000;
	font-size: 15px;
	padding: 12px 6px;
	width: 100%;
}
.enquir-form .frm-fields .form-data textarea {
	border: 1px solid #bcbcbc !important;
	border-radius: 0px;
	font-size: 15px;
	height: 200px;
	padding: 12px;
	width: 100%;
}
.enquir-form .frm-fields .form-data input[type="submit"] {
	background: #232323 none repeat scroll 0 0 !important;
	border: 0 none;
	border-radius: 3px;
	color: #fff;
	font-size: 18px;
	padding: 12px 25px;
	text-transform: uppercase;
	width: auto;
}
.enquir-form .frm-fields .form-data {
	text-align: center;
}
.enquir-form .frm-fields .form-data.align-rht {
	text-align: right;
}
.enquir-form .frm-fields .form-data.align-left {
	text-align: left;
}
.accor-block {
	background: url("../images/measure.png") repeat-y scroll 0 0 rgba(0, 0, 0, 0);
	margin-left: 10px;
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
}
.accor-block::before {
	width: 15px;
	height: 15px;
	position: absolute;
	background: #083c90;
	top: -2px;
	border-radius: 50%;
	left: -6px;
}
.accor-block::After {
	background: none repeat scroll 0 0 #083c90;
	border-radius: 50%;
	bottom: -2px;
	height: 12px;
	left: -27px;
	position: absolute;
	width: 60px;
}
.accor-block .panel-title {
	text-align: left;
	text-transform: uppercase;
}
.accor-block .circle-bg {
	margin-bottom: 30px;
	border: 3px solid #083c90;
	border-radius: 50%;
	color: #292929;
	font-size: 16px;
	height: 165px;
	line-height: 28px;
	margin-right: 30px;
	text-align: center;
	width: 165px;
	float: left
}
.accor-block .growth-icon {
	float: left;
}
.accor-block .circle-bg h1 {
	color: #083c90;
	font-size: 18px;
	padding-top: 15px;
}
.timelineToggle {
	width: 280px;
	margin: 0 auto;
}
.accor-block .panel {
	background: none;
	box-shadow: none;
	margin: 10px 0px 10px;
}
.accor-block .panel-default {
	border: none;
}
.accor-block .panel-default > .panel-heading {
	background-color: transparent;
}
.accor-block .panel-heading h4 a {
	color: #E0E0E0;
	text-transform: none;
	padding: 10px 15px;
	font-size: 30px;
	outline: none;
	text-decoration: none;
}
.accor-block .panel-heading h4 {
	background: url("../images/timeline_century_tick.gif") no-repeat scroll left center rgba(0, 0, 0, 0);
	padding: 0px 20px 10px
}
.accor-block .panel-body {
	border-top: 0px !important;
	padding-top: 50px;
	padding-left: 50px
}
.accor-block .panel-heading {
	padding: 10px 15px 10px 0;
}
.mailstoen-block1 {
	position: relative;
	margin: 50px 0px 0px;
}
.mailstoen-block1:after {
	position: absolute;
	width: 100%;
	height: 1px;
	background: #ddd;
	content: "";
	top: 41px;
	z-index: 9
}
.mailstone-list {
	transition: all 300ms ease-in-out
}
.mailstone-list .mailstone-year {
}
.mailstone-list .mailstone-year h3 {
	margin: 0px;
	padding: 0px 0px 0px 45px;
	font-size: 50px;
	color: #dddddd;
	font-family: 'latoheavy';
	line-height: normal;
	position: relative;
	transition: all 300ms ease-in-out
}
.mailstone-list .mailstone-year h3:after {
	transition: all 300ms ease-in-out;
	position: absolute;
	width: 30px;
	height: 30px;
	border: 2px solid #ddd;
	border-radius: 100%;
	background: #fff;
	content: "";
	bottom: 10px;
	left: 0px;
	z-index: 999;
}
.mailstone-list .mailstone-year h3:before {
	transition: all 300ms ease-in-out;
	position: absolute;
	width: 16px;
	height: 16px;
	border: 0px solid #ddd;
	border-radius: 100%;
	background: #ddd;
	content: "";
	bottom: 17px;
	left: 7px;
	z-index: 9999;
}
.mailstone-list .mailstone-text {
	padding: 55px 15px 15px 40px;
	border-left: 1px solid #ddd;
	margin-left: 14px;
}
.mailstone-list .mailstone-text:after {
	position: absolute;
	width: 9px;
	height: 9px;
	border: 0px solid #ddd;
	border-radius: 100%;
	background: #ddd;
	content: "";
	bottom: 0px;
	left: 10px;
	z-index: 999;
}
.mailstone-list .mailstone-text p {
	padding: 15px 0px 0px;
	text-align: left;
	font-size: 22px;
	line-height: normal;
	font-family: 'latolight_italic';
}
.mailstone-list .mailstone-img img {
	width: 100%;
}
.owl-item .mailstone-list {
	opacity: 0.8;
	transform: scale(0.8);
	transition: all 0.3s ease 0s;
}
.owl-item.active .item .mailstone-list {
	opacity: 1;
	transform: scale(1);
}
.owl-item.active .item .mailstone-list .mailstone-year h3 {
	color: #083c90;
}
.owl-item.active .item .mailstone-list .mailstone-year h3:after {
	border: 2px solid #083c90;
}
.owl-item.active .item .mailstone-list .mailstone-year h3:before {
	background: #083c90;
}
.owl-item.active .item .mailstone-list .mailstone-text {
	border-left: 1px solid #083c90;
}
.owl-item.active .item .mailstone-list .mailstone-text:after {
	background: #083c90;
}
.md-quo p {
	font-size: 18px;
	line-height: 28px;
	font-family: 'latolight_italic';
}
.md-quo h3 {
	color: #083f88;
	font-size: 16px;
	font-family: 'latosemibold';
	padding: 0px;
}
.md-quo h3 span {
	color: #083f88;
	font-size: 14px;
	font-family: 'latolight_italic';
}
.md-quo {
	background: url(../images/md-ic.png) no-repeat left top;
	padding: 0px 50px;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 20px;
	padding-bottom: 20px;
}/*.caret-up {width: 0;  height: 0;  border-left: 4px solid rgba(0, 0, 0, 0); border-right: 4px solid rgba(0, 0, 0, 0); border-bottom: 4px solid;display: inline-block; margin-left: 2px; vertical-align: middle;}*//*.dropdown:hover .dropdown-menu {display: block;}*/
.accordion-toggle:hover {
	text-decoration: none;
}
.ask-man-block {
	transition: all 500ms ease-in-out
}
.ask-man-block h4 {
	font-family: 'latolight';
	font-size: 20px;
	color: #767676;
	margin: 0px;
	padding: 5px 0px;
	line-height: normal;
}
.ask-man-block .glyphicon {
	font-family: 'latolight';
	font-size: 25px;
	border: 1px solid #767676;
	display: inline-block;
	width: 25px;
	height: 25px;
	text-align: center;
	color: #767676;
	line-height: 25px;
	margin-right: 5px;
	transition: all 500ms ease;
}
.ask-man-block .panel-heading {
	border-radius: 0px;
	padding: 5px;
	background: #fff;
}
.ask-man-block .panel-default > .panel-heading {
	border: none;
}
.ask-man-block .panel-group .panel {
	border-radius: 0px;
	border-bottom: 1px solid #c6c6c6 !important;
	border: none
}
.ask-man-block .panel {
	box-shadow: none;
	border-bottom: 1px solid #c6c6c6;
}
.ask-man-block a.accordion-toggle {
	outline: none;
	text-decoration: none;
	display: block;
	color: #767676;
}
.ask-man-block a:hover {
	color: #17468E;
}
.ask-man-block .panel-body {
	padding: 20px 5px;
	background: #083c90;
}
.ask-man-block .ask-content {
	padding: 10px 25px;
}
.ask-man-block .ask-content p {
	font-size: 18px;
	line-height: 28px;
	font-family: 'latolight_italic';
	color: #fff;
}
ul.ask-list {
	margin: 0px;
	padding: 0px;
}
.ask-list li {
	list-style: none;
	padding: 7px 0px 7px 20px;
	font-size: 15px;
	color: #fff;
	line-height: normal;
	font-family: 'latolight';
	background: url(../images/bullet.png) no-repeat left 10px;
}
.ask-table table {
	width: 100%;
	color: #fff;
	font-size: 14px;
}
.ask-table table thead th {
	border-bottom: 1px solid #fff;
	font-weight: normal;
	text-transform: uppercase;
}
.ask-table table tbody td {
	border-bottom: 1px solid rgba(255,255,255,0.5);
	padding: 7px;
}
.ask-table table tbody td.heighlight {
	color: #ffc60b;
	font-weight: bold;
}
#ask {
}
.ask-exp {
	background: #fff;
	position: absolute;
	bottom: 0;
	right: 0px;
	z-index: 999;
	display: none;
	width: 300px;
}
.ask-exp-blk {
}
.mySelect {
	position: absolute;
	background: #fff;
	bottom: 20px;
	height: 30px;
	right: 0px;
}
.ask-toggle {
	position: fixed;
	bottom: 0px;
	right: -230px;
	z-index: 9999;
	width: 110px;
	transition: all 900ms ease
}
.ask-toggle a {
	outline: none;
}
.ask-toggle img {
	width: 100%;
}
.ask-slide {
	background: rgba(255,208,0,0.85);
	display: none;
	width: 300px;
	position: fixed;
	right: 0;
	bottom: 0px;
	z-index: 99;
	padding: 10px 110px 5px 10px;
}
.ask-slide span {
	font-size: 11px;
	border-radius: 100%;
	display: inline-block;
	text-align: center;
	width: 20px;
	height: 20px;
	line-height: 18px;
	background-color: #313138;
	position: absolute;
	left: -20px;
	top: -20px;
	color: #fff;
}
.ask-slide span a {
	text-decoration: none;
	color: #fff;
}
.ask-detail {
	position: relative;
}
.ask-detail h3 {
	font-size: 18px;
	color: #000;
	font-family: 'latobold';
	margin: 0px;
	padding: 0px 0px 5px;
}
.ask-detail p {
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 0px;
}
.ask-detail a {
	text-decoration: underline;
	font-size: 11px;
	color: #000;
}
.ask-show {
	right: 0px;
}

/** **/

ul.ser {padding-left:0px;line-height:24px;list-style:none;} 
ul.ser li{background-image: url("../images/dot.png");background-position:2px 13px;background-repeat: no-repeat;padding:6px 20px;}
ul.ser li ul { margin:5px 0px 0px 15px ; padding:0px; }
ul.ser li ul li {position:relative; font-size:16px; list-style:none; padding:5px 0px 5px 15px; background:none; font-family: 'latolight_italic';}
ul.ser li ul li:after { position:absolute; width:6px; height:6px; border-radius:100%; background:rgba(0,0,0,0.50); top:15px; left:0px; content:""; }

.synery-block.seri{border-bottom:none !important;    margin-bottom:0px;padding-bottom:0px;}
.synery-block.seri h2{    color: #083f88;font-family: "latoblack";font-size: 22px;font-style: normal;margin: 0;padding: 20px 0;}	
	
.project-brochure a span {
    background: rgba(0, 0, 0, 0) url("../images/download-icon.png") no-repeat scroll 7px center;
    color: #33363f;
    display: block;
    font-family: "latobold";
    font-size: 16px;
    padding: 15px 15px 15px 72px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    transition: all 500ms ease-in-out 0s;
    z-index: 9999;
}
.project-brochure a {
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
    display: block;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all 500ms ease-in-out 0s;
    z-index: 1;
	 -webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.10); text-decoration:none;
-moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.1); box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.1);
}
.project-brochure a::after {
    background: #083f88 none repeat scroll 0 0;
    content: "";
    height: 100%;
    position: absolute;
    right: 80%;
    top: 0;
    transition: all 500ms ease-in-out 0s;
    width: 100%;
    z-index: 9;
}
.project-brochure a:hover:after { right:-19%; text-decoration:none; }
.project-brochure a:hover span { color:#fff; }	
.project-brochure a:hover {background:#383838;}	
/** **/	
	
	
.director-info span.readmore {
    line-height: 26px;
	font-size:11px;
	
	font-family: 'latoregular';
}

.sep-data-table { margin:20px 0px; }
.sep-data-table table { width:100%; } 
.sep-data-table table thead tr th {background:#083f88; border:1px solid #ddd; padding:8px 6px; color:#fff; }
.sep-data-table table tbody tr td { border:1px solid #ddd; padding:6px; } 

.fullimg { margin:15px 0px; }
.fullimg img { width:100%; }


.exp-cont  { padding-top:30px }
.exp-ceriti { width:100%; margin-bottom:30px }
.exp-ceriti img { width:100%; transition:all 500ms ease-in-out }

.side-widget .side-links .sen h3{padding:0px;}
.side-links.sen {padding:20px;}
input {
    border: 1px solid #c8c8c8;
    font-family: latoregular;
    margin: 5px 0;
    padding: 6px;
	color:#8f8f8f;
	width: 100%;
}

select {
    background: #fff url("../images/downarrow.png") no-repeat scroll right 7px;
    border: 1px solid #c8c8c8;
    color: #8f8f8f;
    font-family: latoregular;
    margin: 5px 0;
    padding: 6px;
    width: 100%;
}


textarea {
    border: 1px solid #c8c8c8;
    margin: 5px 0;
    padding: 6px;
    width: 100%;
	color:#8f8f8f;
}

.form-data.align-center.clearfix > input {
    background: #232323 none repeat scroll 0 0 !important;
    border: 0 none;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    padding: 6px 8px;
    text-transform: uppercase;
    width: auto;
}


.form-data{text-align:center;}

.news-img-cap{
	padding-top:5px;}
.news-img-cap p{font-family: 'latolight_italic';
font-size:16px;
line-height:24px;
color:#17486e;}