@charset "utf-8";
@import url("font-styles.css");
/*Reset Css*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*Reset Css Ends*/
/*global starts*/
body {
	background-color: #e8e6e5;
}
h1,h2,h3,h4,h5 {
	font-family: 'DINpro Black';
	font-weight: normal;
}
h2 {
	font-size: 30px;
	line-height: 32px;
	margin-bottom: 20px;
}
h4 {
	font-size: 20px;
	line-height: 22px;
	margin-top: 10px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.innerPage h4 {
    text-transform: none;
    margin-top:30px;
    margin-bottom: 10px;
}
.innerPage.somes h4{
	    text-transform: none;
    margin-top:5px !important;
    margin-bottom: 10px;
}
p,span,a,li{
	font-family: 'DINpro Light';
	font-size: 20px;
	line-height: 30px;
}
p {
    margin-bottom: 20px;
}
.innerPage p {
    margin-bottom: 10px;
    padding-top: 10px;
}
a,a:hover,a:focus,a:active {
    outline: none;
    text-decoration: none;
    transition: all ease-in-out 0.5s;
}
a:hover,a:focus,a:active {
	color: #fdc920 !important;
}
::-webkit-input-placeholder {
  color: #2f3237;
  opacity: 0.5;
}
::-moz-placeholder { 
  color: #2f3237;
  opacity: 0.5;
}
:-ms-input-placeholder { 
  color: #2f3237;
  opacity: 0.5;
}
:-moz-placeholder { 
  color: #2f3237;
  opacity: 0.5;
}
textarea::-webkit-input-placeholder {
  padding-top: 12px;
}
.btns,.btns>a{
	font-family: 'DINpro Regular';
	font-size: 14px;
	line-height: normal;
	display: inline-block;
	text-transform: uppercase;
}
.btns,p.btns {
    margin: 15px 0 0 0;
}
.btns:after,.investor-documents .document-list:after {
    content: "";
    display: inline-block;
    padding: 6px 14px;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -62px center;
    margin-left: 24px;
    vertical-align: middle;
    transition: all ease-in-out 0.5s;
    position: relative;
    left: 0;
}
.btns:hover:after {
    left: 6px;
    transition: all ease-in-out 0.5s;
}
.btns.gray,.btns.gray a {
    color: #2f3237;
}
.btns.gray:after {
    background-image: url(../images/arrow-gray.png);
}

.btns:hover a, .btns>a:hover,.dark-bg .btns a:hover, .whatsnew-single .btns a:hover {
    color: #083F88 !important;
}
.btns.btn-read.yelo:hover a{color: #fdc920 !important;}
.it-bol{font-style:italic;font-family: 'DINpro Medium';font-size:18px;}
.text-note {
	font-size: 14px;
	line-height: 16px;
}
address span {
    display: block;
    margin-bottom: 6px;
}
img {
	max-width: 100%;
}
.company-intro .content-container,.our-groups .content-container {
    background-color: #fff;
}
.brand-blue {
	color: #083f88;
}

.brand-blue-bg {
	background-color: rgba(23, 70, 142, 0.4);
}
.brand-yellow-bg {
	background-color: rgba(255, 198, 11, 0.8);
}
.brand-red-bg {
	background-color: #dc4647;
}
.container {
    padding-left:0px;
    padding-right:0px;
}

.container.inse {padding-left:54px; min-height:321px;}
.section-wrapper,.section-wrapper.row {
    padding: 56px 0;

}
.innerPage .section-wrapper {
    padding: 72px 0;
    display: inline-block;
    width: 100%;
    margin: 0 auto;
}
.row {
    padding: 0;
    margin: 0 auto;
}
.dark-bg p, .dark-bg span, .dark-bg a, .dark-bg li, dark-bg h2, .dark-bg h4, .dark-bg h2 {
    color: #fff;
}
.light-bg p, .light-bg span, .light-bg a, .light-bg li, dark-bg h2, .light-bg h4, .light-bg h2 {
    color: #2f3237;
}
.text-gray {
    color: #97989b !important;
}
.nav-fixed .company-logo {
    max-width: 100px;
    margin-bottom: -3px;
}
.nav-fixed  .navbar-links {
    margin-top: 14px;
}
.nav-fixed  .company-logo>a {
    display: inline-block;
    line-height: 0;
}
.nav-fixed .navbar-links .header-contact  {
	display: none;
	width: 30px;
	height: 30px;
	background-image: url(../images/mobile-icon.png);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	top:14px;
	right: 0;
	border:0;
	float: right;
	margin-left: 10px;
}
.nav-fixed .header-contact .text, .nav-fixed .header-contact .phone {
	font-size: 0;
	line-height: 0;
}
.navbar-toggle[aria-expanded="true"] .icon-bar {
    transform: rotate(150deg);
    transition: all ease-in-out 0.5s;
    margin-bottom: 6px;
}	
.navbar-toggle[aria-expanded="false"] .icon-bar {
	transform: rotate(0);
	transition: all ease-in-out 0.5s;
	margin-bottom: 5px;
}
.innerPage .container {
    padding: 0 15px;
}
.text-bold {
    font-family: "DINpro Bold";
}
.nopad{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
/*golobal ends*/

/*header starts*/
.header-wrapper {
    background-color: #fff;
    margin-bottom: -2px;
}
.navbar-default {
	background-color: transparent;
	margin: 0 auto;
}
.header-contact {
    text-align: right;
    border-bottom: 0px solid #d5d6d7;
    padding: 12px 0 8px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: 0;
}
.header-wrapper.nav-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: inline-block;
    z-index: 999;
    animation: fadeIn 1s;
}
.header-contact span {
    display: block;
    margin-bottom: 5px;
}
.header-contact .phone {
    font-size: 24px;
    font-family: 'DINpro Black';
}
.navbar-default .nav-list>a,.navbar-default .nav-list.active>a, .navbar-default .nav-list>a:focus,.navbar-default .nav-list.active>a:hover {
    font-family: "DINpro Regular";
    font-size: 16px;
    background-color: transparent !important;
    padding: 18px 15px;
    transition: all 0.5s ease-in-out;
}
.navbar-default .navbar-nav>li:last-child a {
    padding-right: 0;
}
.nav-list:hover>a, .nav-list.active>a, .nav-list > a:active, .nav-list > a:focus, .nav-list >a:hover, .news-list a:hover,.light-bg
 a:hover, .light-bg
 a:active, .light-bg
 a:focus {
    color: #083f88 !important;
    transition: all 0.5s ease-in-out;
}
.navbar-header .header-contact {
	display: none;
}
/*header ends*/

/*banner starts*/
.slider-content {
	height: 600px;
	background-image: url('../images/banner1.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.slider-content.slider-2 {
	background-image: url('../images/banner2.jpg');
}
.slider-content.slider-3 {
	background-image: url('../images/banner4.jpg');
}
.slider-content .content-wrapper {
    position: absolute;
    bottom: 16%;
    display: inline-block;
    padding: 52px;
    width: 49%;
}
.banner {
    position: relative;
    display: inline-block;
    width: 100%;
}
.slider-content .container {
    height: 100%;
}
.slider-content .title,.slider-content .title>span {
    color: #fff;
    font-size: 46px;
    line-height: 52px;
}
.slider-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.slider-arrow,.slick-dots {
    padding:3.3% 52px;	
}
.slick-dots li {
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 100%;
    line-height: 0;
    margin-right: 12px;
    display: inline-block;
    opacity: 0.5;
}
.slick-arrow.slick-disabled {
    opacity: 0.5;
}
.slider-arrow {
    width: 50.8%;
    float: right;
    background-color: rgba(23, 70, 142, 0.4);
    text-align: right;
    padding-right: 50px;
}

.slider-nav button,.slick-slider button {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    outline: none;
    font-size: 0;
}
.slick-arrow {
    padding: 8px 20px;
    background-image: url(../images/arrow.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.slick-prev.slick-arrow {
    background-position: left center;
    margin-right: 32px;
}
.slick-next.slick-arrow {
    background-position: right center;
}
.slick-dots .slick-active {
    opacity: 1;
}
.banner-wrapper {
    margin-top: -6px;
}
/*banner ends*/

/*landing page content-section*/
.company-intro .company-profile {
    background-image: url(../images/company-profile-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.company-intro .section-wrapper, .company-intro .container,.our-groups .container {
    padding: 0;
    margin: 0 auto;
    width: 100%;
}
.company-intro .section-wrapper {
    margin-top: -4px;
}
.company-intro .our-vision {
    padding: 48px 64px 0px;
}
.company-intro .company-profile .content-wrapper {
    width: 90%;
}
.our-vision p {
    font-family: "DINpro Medium";
    font-size: 22px;
    line-height: 30px;
}
.company-intro .company-profile,.our-groups .company-details {
    padding: 52px 64px;
}
.our-groups .group-image {
    padding: 0;
    margin: 0 auto;
    padding-bottom: 28%;
    background-image: url(../images/group1.png);
}
.group-image img {
    width: 100%;
    display: none;
}
.our-groups .slick-dots {
	position: absolute;
	top: 40%;
	right: 28%;
	transform: rotate(90deg);
	width: auto;
}
.our-groups .slick-dots li {
	background-color: #2f3237;
}
.our-groups .slick-arrow,.csr-initiative .slick-arrow {
    display: none !important    ;
}
.investor-documents .section-wrapper {
    background: #083f88;
    margin: 0;
    padding-right: 15px;
    padding-left: 15px;
    background: -webkit-linear-gradient(130deg, #083f88,#2f5fa0,#0f6578, #2ca645);
    background: -o-linear-gradient(130deg, #083f88,#2f5fa0,#0f6578, #2ca645);
    background: -moz-linear-gradient(130deg, #083f88,#2f5fa0,#0f6578, #2ca645);
    background: linear-gradient(130deg, #083f88,#2f5fa0,#0f6578, #2ca645);
    width: 100%;
}
.investor-documents .document-list:after {
    position: absolute;
    top: 44%;
    right: 20px;
    opacity: 0.3;
    transition: all ease-in-out 0.5s;
    left: auto;
}
.document-list:hover:after {
    opacity: 1;
    transition: all ease-in-out 0.5s;
}
.document-list {
    padding: 8px 20px;
    background-color: rgba(0, 174, 239, 0.2);
    position: relative;
    width: 95%;
    margin-bottom: 1px;
    transition: all ease-in-out 0.5s;
}
.investor-documents .content-container {
    padding-top:0px;
}
.investor-documents  li.document-list {line-height: 29px; }
.investor-documents  li.document-list span { font-size:17px; }
.investor-documents .section-wrapper { padding-top: 30px; padding-bottom: 30px; }

.document-list:hover {
    box-shadow: 0 4px 1px rgba(0, 0, 0, 0.2);
    background-color: #00aeef;
    transition: all ease-in-out 0.5s;
}
.csr-initiative .content-container {
    background-image: url(../images/csr1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 90px 44px;
    margin-left: -1px;
    min-height: 431px;
}
.csr-initiative .title {
    font-size: 26px;
    line-height: 28px;
}
.csr-initiative .content-container.initiative2 {
	background-image: url(../images/csr-home3.jpg);
}
.csr-initiative .content-container.initiative3 {
	background-image: url(../images/csr-home4.jpg);
}
.csr-initiative .content-container.initiative4 {
	background-image: url(../images/csr-home2.jpg);
}
.csr-initiative .content-container.initiative5 {
	background-image: url(../images/csr-home5.jpg);
}
.csr-initiative .content-container.initiative6 {
	background-image: url(../images/csr-home6.jpg);
}
.csr-initiative .content-container.initiative7 {
	background-image: url(../images/csr-home7.jpg);
}
.csr-initiative,.investor-documents {
    padding: 0;
    position: relative;
}
.csr-initiative .slick-dots {
    position: absolute;
    bottom: 15px;
    left: 14px;
}
.csr-initiative h4 {
    position: absolute;
    z-index: 9;
    color: #fff;
    left: 44px;
    top: 25px;
}
.media-news .container {
    background-color: #fff;
    padding-right: 0;
}
.media-news .section-gallery {
    padding-left: 64px;
    background-color: #fdc920;
    position: relative;
}
.media-news .section-gallery .btns {
    position: absolute;
    top: 44px;
    right: 30px;
}
.media-news .news-list {
    padding-bottom: 10px;
    max-width: 90%;
}
.media-news .content-container {
    margin-top: 30px;
}
.media-news .release-date {
    margin-bottom: 10px;
}
.media-news .btns {
    margin: 10px 0 0;
}
.media-news .list-img {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 8px;
    margin: 0;
    display: inline-block;
    max-width: 92%;
    position: relative;
    z-index: 99;
}
.media-news .list-img>img {
    width: 100%;
}
.media-news .list-img:before,.media-news .list-img:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 98%;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.2);
    z-index: -1;
}
.media-news .list-img:before {
    top: 30px;
    right: -20px;
}
.media-news .list-img:after {
    top: 60px;
    right: -40px;
}
.media-news .section-news {
    background-color: #fff;
}
.media-news .row {
    background-color: #fdc920;
}
.media-news .section-wrapper {
    padding-top: 40px;
}
.media-news .section-wrapper {
    padding-top: 40px;
}
.media-news .gallery-list {
    margin-top: 50px;
}
/*landing page styles ends*/

/*About us*/

.innerPage .banner-wrapper {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 312px;
    background-image: url(../images/about-banner.png);
}
.innerPage.page-about-us  .banner-wrapper {
    background-image: url(../images/about-banner1.jpg);	
}
.innerPage.page-products  .banner-wrapper {
    background-image: url(../images/products-1.jpg);	
}
.innerPage.page-process  .banner-wrapper {
    background-image: url(../images/process-banner.jpg);	
}

.innerPage.page-investors  .banner-wrapper {
    background-image: url(../images/investers-banner.jpg);	
}
.innerPage.page-contact-us  .banner-wrapper {
    background-image: url(../images/conatct-banner1.jpg);	
}
.innerPage.page-csr .banner-wrapper,.innerPage.page-csr-details .banner-wrapper {
    background-image: url(../images/csr-banner1.jpg);
}
.innerPage .banner-wrapper .content-wrapper {
    position: absolute;
    left: 0;
    bottom: 16%;
    width: 100%;
    padding: 0;
}
.innerPage .banner-wrapper .container {
    height: 100%;
}
.innerPage .banner-wrapper .title,.sec-title {
    display: inline-block;
    width: 49%;
    vertical-align: middle;
}
.innerPage .banner-wrapper .title {
	font-size: 50px;
	line-height: 52px;
}
.innerPage .banner-wrapper .sec-title {
    text-align: right;
    font-size: 16px;
    left: 20px;
    display: none;
}
.right-section {
    float: right;
}
.left-section {
    float: left;
    padding-right:50px;
}
.text-medium {
    font-family: "DINpro Medium";
    font-size: 24px;
	line-height: 28px;
}
.section-about-intro .section-image {
    background-image: url(../images/about-us-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center left;
    padding: 55px;
    position: relative;
}
.section-about-intro .section-image:before {
    content: "";
    display: inline-block;
    height: 40%;
    width: 1px;
    background-color: #fff;
    position: absolute;
    z-index: 1;
    top: 86px;
    left: 50px;
}
.section-about-intro .section-image .text-medium {
    margin-top: 10px;
    padding-left: 18px;
}
.section-about-intro .section-image .section-title {
    position: absolute;
    bottom: 0;
    left: 15%;
    font-size: 52px;
    margin: 5px;
}
/*about us ends*/


/*CSR Details*/


.initiatives-details {
    width: 50%;
    float: left;
}

.initiatives-details .content-container {
    position: relative;
    margin: 10px;
    height: 370px;
    overflow: hidden;
}

.initiatives-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 15px;
    background-color: #fff;
}
.initiatives .sec-img {
    display: inline-block;
    width: 100%;
    overflow: hidden;
}
.initiatives-details:hover .initiatives-title {
    background-color: #083f88;
    transition: all ease-in-out 1s;
}
.initiatives-details:hover .initiatives-title .text-medium {
    color: #fff;
    transition: all ease-in-out 1s;
}
.initiatives-details:hover .sec-img > img {
    transform: scale(1.05);
    transition: all ease-in-out 1s;
}
.initiatives-details  .sec-img > img {
    transform: scale(1);
    transition: all ease-in-out 1s;
}
.initiatives-title span:after {
    content: "";
    display: inline-block;
    padding: 6px 24px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: -50px center;
    position: absolute;
    top: 42%;
    right: 35px;
}
.initiatives-title span:after {
	background-image: url(../images/arrow-gray.png);
	transition: all ease-in-out 1s;
}
.initiatives-details:hover .initiatives-title span:after {
	right: 30px;
	background-image: url(../images/arrow.png);
	transition: all ease-in-out 1s;
}
.initiatives-title span {
	max-width: 80%;
	display: inline-block;
	font-size:20px;
	line-height: normal;
	color: #2f3237;
}
.section-csr-details .section-title .text-medium {
    font-size: 20px;
    line-height: 24px;
    display: block;
}
.section-csr-initiatives .csr-intro-content {
    margin-bottom: 40px;
}
/*CSR Details Ends*/

/*Contact Us*/

.sitty{font-size:16px !important;font-family:"DINpro Medium" !important}

.error-img img{width:100%;}

.contact-details,.contact-us-form {
    width: 50%;
    float: left;
}
.section-contact-us .content-wrapper {
    padding: 54px;
    background-color: #fff;
    min-height: 700px;
}
.tup-bg{border-bottom:1px solid #eaeaeb;padding-bottom:15px;}
.takku{margin-top:20px !important;}
.contact-details {
    padding-right: 10px;
}
.contact-us-form {
    padding-left: 10px;
}
.contact-details address span {
    font-family: "DINpro Regular";
    font-size: 16px;
    line-height: 24px;
}
.contact-details .reg-ofc,.contact-details .corp-ofc {
    border-bottom: 1px solid #eaeaeb;
}
.contact-details .sec-icon {
    margin-left: 30px;
    position: absolute;
    margin-bottom: 0;
    top: 32%;
    right: 0;
    max-width: 30%;
} 
.contact-details .details {
    position: relative;
    padding: 15px 0;
}
.contact-details .content-container {
    display: inline-block;
    vertical-align: middle;
    max-width: 70%;
}

.contact-us-form input,.contact-us-form textarea {
    border: 0;
    box-shadow: none;
    outline: none;
    font-family: "DINpro Light";
    font-size: 18px;
    height: 40px;
}
.contact-us-form .form-group {
    border-bottom: 1px solid #acadaf;
    padding: 5px 2px 2px;
    margin-bottom: 20px;
}
.contact-us-form textarea {
    display: inline-block;
    width: 100% !important;
    height: 40px;
    margin-top: 10px;
}
.section-contact-us .contact-details .content-wrapper {
    padding: 38px 54px;
}
.contact-us-form .form-group.submit {
    border: none;
    text-align: right;
}
.contact-details .lev-msg h4 {
    padding-top: 30px;
}
.contact-us-form .cotent-container {
    margin-top: 40px;
}
.form-group .btns-submit {
    padding: 15px 30px;
	background-color: #083f88;
}
.section-wrapper.certi.in-view{padding:25px 0px 16px;}
.section-wrapper.certi.in-view li span{font-size:18px}
.section-wrapper.certi.in-view li {padding:8px 20px;}
.section-wrapper.certi h4{margin-bottom:5px;}
.section-wrapper.certi .content-container{margin-bottom:25px;}


.form-group .btns-submit:after {
    padding: 10px 24px;
    background-position: -102px center;
}
.form-group .btns-submit  span {
    padding-right: 60px;
}
.map-wrapper h2 {
    font-size: 18px;
    margin-bottom: 5px;
}
.map-wrapper p {
    font-size: 14px;
    line-height: 18px;
}
#map_canvas { height:500px; }

/*Contact Us Ends*/

/*footer starts*/
.footer p,.footer span,.footer a,.footer li {
    font-size: 14px;
    line-height: 18px;
    color: #fff;
}
.footer a:hover,.footer .nav-list:hover a {
    color: #fdc920 !important;
}
.copy-rights span,.copy-rights p {
    color: #424856;
}
.copyRights, .author-right {
    display: inline-block;
    margin: 0;
}
.copy-rights {
    text-align: center;
    padding: 14px;
}
.footer .menu-links .nav-list {
    display: block;
    width: 33%;
    float: left;
    text-align: left;
    margin-bottom: 20px;
    border: 0;
}
.footer-wrapper .container {
    background-color: #2f3237;
    padding: 56px 0 64px 56px;
}
.social-links li {
    display: inline-block;
    padding: 10px 20px;
    line-height: 0;
    background-image: url(../images/social-icons.png);
    background-repeat: no-repeat;
   
    cursor: pointer;
}
.contacts.row {
    padding: 0;
    margin: 0 auto;
}
.social-links li>a {
    font-size: 0;
}
.social-fb {
    background-position: 0 center;
}
.social-twit {
    background-position: -46px center;
}
.social-youtube {
    background-position: -95px center;
}
.social-insta {
    background-position: -144px center;
}
.menu-links {
    padding: 10px 50px 0;
    width: 50%;
    position: relative;
}
.contacts address {
    padding: 0;
}
.social-links {
    margin: 18px 0;
    width: 25%;
}
.menu-links:after,.menu-links:before {
    content: "";
    display: inline-block;
    height: 86%;
    vertical-align: middle;
    background-color: #494b4f;
    width: 2px;
    position: absolute;
    top: 0;
}
.navbar-default .navbar-toggle,.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
    border: 0;
}
.menu-links:after {
    right: 0;
}
.menu-links:before {
    left: 0;
}
.contact-address, .menu-links,.social-links {
    float: left;
}
.contact-address {
    width: 25%;
}
.our-groups .company-details p{
	margin-bottom: 0;
}
.our-groups .company-details {
    width: 66.67%;
    padding: 62px;
}
.group-image {
    width: 33.33%;
}
.group-image {
    float: right;
}
/*footer ends*/

.investor-documents .document-list.has-child:after {
    display: none;
}

.has-child .document-list {
    width: 100%;
}

.document-list.has-child {
    padding-right: 0;
    padding-bottom: 0;
}

.content-container.under-construction {
    margin-bottom: 25%;
}

 .footer .author-right a{
    font-size: 14px;
    line-height: 18px;
    color: #424856;
}
.latest-development .container{
	padding: 45px;
	background-color: #fff;
}

.whatsnew-single{
	padding: 0 15px;
}

.whatsnew-single .normal-title {
    font-size: 18px;
    font-family: "DINpro Medium";
    margin-bottom: 0;
    text-transform: none;
    padding: 15px 0 0;
    min-height: 60px;
    max-height: 60px;
    overflow: hidden;
    line-height: 20px;
}
.whatsnew-single .date-container {
    font-size: 14px;
    color: #807e7e;
    margin-bottom: 10px;
}
.content-para p {
    display: block;
    font-family: "DINpro Regular";
    font-size: 16px;
    float: left;
    line-height: 28px;
    width: 100%;
    margin-bottom: 10px;
}
.whatsnew-single .content-para p {
    max-height: 60px;
    min-height: 60px;
    overflow: hidden;
}
.latest-development .slick-arrow {
    position: absolute;
    top: -45px;
}
.latest-development .slick-next{
	right: 15px;
}
.latest-development .slick-prev{
	right: 50px;
}
.latest-development h4 {
    padding: 0 15px;
    margin-bottom: 30px;
}
.m-t-0{
	margin-top: 0 !important;
}
.slick-slide{
	outline: 0;
}
.latest-development .slick-arrow {
    background-image: url(../images/arrow-gray.png);
}
.latest-development .btns:after {
    background-image: url(../images/arrow-gray.png);
    
}
.latdev-sec .initiatives-details {
    float: left;
    width: 33%;
}
.latdev-sec .initiatives-details .content-container {
    margin: 15px;
    height: 292px;
}
.latdev-sec .initiatives-title span {
    font-size: 18px;
}
.innerPage.page-careers .banner-wrapper{
    background-image: url(../images/career-banner.jpg);
}
.innerPage.page-latdev .banner-wrapper{
    background-image: url(../images/news-banner.jpg);
}
.header-wrapper .container {
    padding: 0;
}

label.error{
	color:red;}


.btwn-cap{padding-bottom:15px;}

.de {
	margin: 5px 0px;
}
.de a {
	box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
	display: block;
	overflow: hidden;
	padding:0px;
	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);
	min-height:55px;
	cursor:pointer;
	margin:0px;
}
.de a.de-ar span {
	background: rgba(0, 0, 0, 0) url("../images/de-1.png") no-repeat scroll 15px center;
	color: #333;
	display: block;
	font-family:'DINpro Light';
	font-size: 18px;
	padding:12px 15px 15px 100px;
	position: relative;
	text-align: left;
	transition: all 500ms ease-in-out 0s;
	z-index: 9999;
	cursor:pointer;
}
.de a.de-ar::after {
	background: #083F88 none repeat scroll 0 0;
	content: "";
	height: 100%;
	position: absolute;
	right: 78%;
	top: 0;
	transition: all 500ms ease-in-out 0s;
	width: 100%;
	z-index: 9;
	cursor:pointer;
}
.de a.de-ar:hover:after {
	right: -22%;
	text-decoration: none;
	cursor:pointer;
}
.de a.de-ar:hover span {
	color: #fff;
	cursor:pointer;
}
.de a.de-ar:hover {
    background: rgba(8, 63, 136, 0.9);
	cursor:pointer;
}
.de a.de-gl span {
	background: rgba(0, 0, 0, 0) url("../images/de-1.png") no-repeat scroll 15px center;
	color: #333;
	display: block;
	font-family:'DINpro Light';
	font-size: 18px;
	padding:12px 15px 15px 100px;
	position: relative;
	text-align: left;
	transition: all 500ms ease-in-out 0s;
	z-index: 9999;
	cursor:pointer;
}
.de a.de-gl::after {
	background: rgba(255, 198, 11, 1) none repeat scroll 0 0;
	content: "";
	height: 100%;
	position: absolute;
	right: 78%;
	top: 0;
	transition: all 500ms ease-in-out 0s;
	width: 100%;
	z-index: 9;
	cursor:pointer;
}
.de a.de-gl:hover:after {
	right: -22%;
	text-decoration: none;
	cursor:pointer;
}
.de a.de-gl:hover span {
	color: #fff;
	cursor:pointer;
}
.de a.de-gl:hover {
	background:rgba(255, 198, 11, 0.5);
	cursor:pointer;
}

.business-vision{padding:40px 0px;}

.business-vision .section-title h2{    text-transform: none;
    margin-top: 5px;
    margin-bottom: 10px;font-size: 20px;
    line-height: 22px;    font-family: 'DINpro Black';}
	
.sug-img img{margin-top:10%;}
.sug-img-d img{margin-top:10%;}

.top-cols{margin-bottom:15px;border-bottom:1px solid #d2d2d2}

ul.board-list { margin:25px 0 0 ; padding:0px; }
.board-list li { list-style:none; padding:15px 10px 15px 60px; background:#fff; float:left; width:49%; margin-right:1%; margin-bottom:15px; border: 1px solid #cacaca;
	box-shadow: 7px 6px 15px -7px #888; position:relative; transition:all 600ms ease-in-out  }
.board-list li p {position:relative; z-index:999; color:#083f88; font-family: 'DINpro Medium'; text-align:left; font-size:19px; transition:all 600ms ease-in-out  }
.board-list li:after {position:absolute; top:0px; left:0px; width:50px; height:100%; display:block; content:""; z-index:9; background:#083f88; transition:all 600ms ease-in-out  }
.board-list li:before { position:absolute; top:20px; left:5px; background:url(../images/diectors.png) no-repeat center top; width:40px; height:40px; content:""; z-index:99; transition:all 600ms ease-in-out  }
.board-list li:hover:after {width:100%}
.board-list li:hover p { color:#fff }

.process-flow  { width:100%; text-align:center; }
.process-flow img { width:100%; transition:all 600ms ease-in-out }
