/*
Theme Name: Access Theme
Theme URI: http://www.pyxle.net
Description: Access Engineering Theme
Version: 1.0
Author: Ishanka Devendra
Author URI: http://www.pyxle.net
*/

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display:block;
}

audio, canvas, video {
	display:inline-block;
}

audio:not([controls]) {
	display:none;
	height:0;
}

::-moz-selection {
    background: #e7c9cd;
}

::selection {
    background: #e7c9cd;
}


[hidden] {
	display:none;
}

html {
	font-family:sans-serif;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
}


body { background:#f7f7f7;
	margin:0;
}

a:focus {
	outline:thin dotted;
}

a:active, a:hover {
	outline:0;
}


abbr[title] {
	border-bottom:1px dotted;
}

b, strong {
	font-weight:bold;
}

dfn {
	font-style:italic;
}

hr {
	-moz-box-sizing:content-box;
	box-sizing:content-box;
	height:0;
}

mark {
	background:#ff0;
	color:#000;
}

code, kbd, pre, samp {
	font-family:monospace, serif;
	font-size:1em;
}

pre {
	white-space:pre-wrap;
}

q {
	quotes:"201C" "201D" "2018" "2019";
}

small {
	font-size:80%;
}

sub, sup {
	font-size:75%;
	line-height:0;
	position:relative;
	vertical-align:baseline;
}

sup {
	top:-0.5em;
}

sub {
	bottom:-0.25em;
}

img {
	border:0;
}

#googleMap img{
	max-width:none;
}

svg:not(:root) {
	overflow:hidden;
}

a:hover, a:focus {
    text-decoration: none;
}

figure {
	margin:0;
}

fieldset {
	border:1px solid #c0c0c0;
	margin:0 2px;
	padding:0.35em 0.625em 0.75em;
}

legend {
	border:0;
	padding:0;
}

button, input, select, textarea {
	font-family:inherit;
	font-size:100%;
	margin:0;
}

button, input {
	line-height:normal;
}

button, select {
	text-transform:none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance:button;
	cursor:pointer;
}

button[disabled], html input[disabled] {
	cursor:default;
}

input[type="checkbox"], input[type="radio"] {
	box-sizing:border-box;
	padding:0;
}

input[type="search"] {
	-webkit-appearance:textfield;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance:none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border:0;
	padding:0;
}

textarea {
	overflow:auto;
	vertical-align:top;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

img.alignleft{
	float:left;
	margin-right:10px;
}

img.alignright{
	float:right;
	margin-left:10px;
}


html, 
body, 
.content-wrap,
.wrapper{font-family: 'Roboto', sans-serif;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.content-wrap {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.newsitem{
    margin-bottom:44px;
}
 
.newsitem hr{
    margin:4px 0;
}
.newsitem img.alignnone{
    display: block;
}

.menu-button,
.menu-wrap {
	position: fixed;
	width: 2.5em;
	height: 2.25em;
	font-size: 1.5em;
	-webkit-transform: translate3d(1.5em,1.5em,0);
	transform: translate3d(1.5em,1.5em,0);
}

.captcha .wpcf7-captchac{
	    float: left;
    margin-top: 10px;
    width: 30%;
}

.captcha span .wpcf7-captchar{font-family: 'Roboto', sans-serif;
	    float: right;
    margin-top: 10px;
    width: 68%;
}
.single-project h4{
    display:table;
    margin: 0;
}
 
.single-project h4 a span{
    color:#fff;
}
/* Menu Button */
.menu-button {background:rgba(0,0,0, 0.1); right:100px; top:-7px;
	z-index: 1000;	margin: 0;	padding: 0;	border: none;}
.menu-button::before {	position: absolute;	top: 0.5em;	right: 0.5em;	bottom: 0.5em;	left: 0.5em;
	background: linear-gradient(#fff 20%, transparent 20%, transparent 40%, #fff 40%, #fff 60%, transparent 60%, transparent 80%, #fff 80%);	content: '';}

.menu-button:hover {	opacity: 0.6;}

.menu-wrap {	z-index: 999;	
	-webkit-transition: width 0.4s, height 0.4s, -webkit-transform 0.4s;
	transition: width 0.4s, height 0.4s, transform 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}


.slideDown { border-bottom:10px solid #571922 ; background:#932737; display: none; position:absolute; z-index:999; width:100%; left:0; top:0px; padding-top:87px }
.slideDown .menu a{text-transform: uppercase;	font-weight: 700; color:#fff; line-height:30px;float:left; width:100%; text-align:center ; font-size:15px }
.slideDown .menu ul li{list-style:none; padding:0; margin-bottom:3px; float:left; width:100%}
.slideDown .menu ul {list-style:none; padding:0; margin:0}
.slideDown .menu .current_page_item a{ text-decoration:none; color:#571922}
.menu-button-mob { display:none;
	position: fixed;
	width: 2.5em;
	height: 2.25em;
	font-size: 1.5em;
	-webkit-transform: translate3d(1.5em,1.5em,0);
	transform: translate3d(1.5em,1.5em,0);
}
.menu-button-mob {background:rgba(0,0,0, 0.1); right:100px; top:-7px;
	z-index: 1000;	margin: 0;	padding: 0;	border: none;}
.menu-button-mob::before {	position: absolute;	top: 0.5em;	right: 0.5em;	bottom: 0.5em;	left: 0.5em;
	background: linear-gradient(#fff 20%, transparent 20%, transparent 40%, #fff 40%, #fff 60%, transparent 60%, transparent 80%, #fff 80%);	content: '';}

.menu-button-mob:hover {	opacity: 0.6;}
.menu { 	height: 100%;	overflow: hidden; padding:0;}
.icon-list {	float: right; padding-right:200px	}
.icon-list a {	opacity: 0;	display: inline-block; 	text-align: center; color:#fff; line-height:86px; margin:0 8px	}
.icon-list a:hover,.show-menu li.current_page_item a,.show-menu li.current-page-ancestor a{ text-decoration:none; color:#571922}
.icon-list a  {	display: block;	text-transform: uppercase;	font-weight: 700; font-size:18px; }

/*VACANCY CV UPLOAD FORM*/
#wpcf7-f183-o1 input{
    margin-bottom: 8px;
    width: 100%;
	color: #666;
}

#wpcf7-f183-o1 textarea{
    height: 60px;
    width: 100%;
	color: #666;
}

#wpcf7-f183-o1 .wpcf7-form-control-wrap{ float:left;
	padding-left:0px;
}

#wpcf7-f183-o1 .text101{
	display:none;
}

#wpcf7-f183-o1 .file560{
	padding: 0;
}

#wpcf7-f183-o1 input[type="submit"]{
    border: medium none;
    margin: 10px 0 0;
    padding: 4px;
}

#wpcf7-f183-o1 .wpcf7-not-valid-tip{
    color: #f00;
    font-size: 10px;
    margin: 0;
    padding: 0;
    position: relative;
    top: -12px;
}

#wpcf7-f183-o1 .wpcf7-response-output{
    display: inline-block;
    margin-top: 14px;
    text-align: center;
    width: 100%;
}

.awards{
}

.awards img{
  max-height: 100px;
  width: auto;
}

@media screen and (max-width: 50em) {
	.icon-list a {
		padding: 0.5em 0em;
		margin: 0 5px;
		font-size: 1em;
	}
}

/* Shown menu */
.show-menu .content-wrap {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform: translate3d(0,0px,0);
	transform: translate3d(0,0px,0);
}

.show-menu .menu-wrap { background:#932737;
	width: 100%;
	height: 87px;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.show-menu .icon-list li{ float:left; list-style:none;}
.show-menu .icon-list a { display:inline-block;
    font-size: 18px;
    font-weight: 700;
    opacity: 1;
    text-transform: uppercase;
	-webkit-transition: opacity 0.4s 0.4s;
	transition: opacity 0.4s 0.4s;
}

.show-menu .icon-list a:nth-child(2) {
	-webkit-transition-delay: 0.42s;
	transition-delay: 0.42s;
}

.show-menu .icon-list a:nth-child(3) {
	-webkit-transition-delay: 0.44s;
	transition-delay: 0.44s;
}

.show-menu .icon-list a:nth-child(4) {
	-webkit-transition-delay: 0.46s;
	transition-delay: 0.46s;
}

.show-menu .icon-list a:nth-child(5) {
	-webkit-transition-delay: 0.48s;
	transition-delay: 0.48s;
}

.show-menu .icon-list a:nth-child(6) {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}


.show-menu .icon-list a:nth-child(7) {
	-webkit-transition-delay: 0.52s;
	transition-delay: 0.52s;
}

.show-menu .icon-list a:nth-child(8) {
	-webkit-transition-delay: 0.54s;
	transition-delay: 0.54s;
}

.pager a{	padding: 4px;}

.pager a.active{
    font-weight: bold;
    text-decoration: underline;
}

.logo{ position:absolute; z-index:1000}
.left-logo-box{ background:#932737; height:87px; width:60%; left:-36%; position:absolute; z-index:999;}

.rslides {  position: relative;  list-style: none;  overflow: hidden;  padding: 0;  margin: 0;  width: 100%;   }
.rslides li {  -webkit-backface-visibility: hidden;  position: absolute;  display: none;  width: 100%;  left: 0;  top: 0;  }
.rslides li:first-child {  position: relative;  display: block;  float: left;  }
.rslides img {  display: block;  height: auto;  float: left;  width: 100%;  border: 0;  }
.callbacks_container {  position: relative;  float: left;  width: 100%;  }

.callbacks_nav {  position: absolute;  -webkit-tap-highlight-color: rgba(0,0,0,0);  top: 50%;  left: 0;
  opacity: 0.1;  z-index: 3;  text-indent: -9999px;  overflow: hidden;  text-decoration: none;  height: 90px;  width:60px;
  background: transparent url("images/a21.png") no-repeat left top;  margin-top: -45px;  }

.callbacks_nav:active {  opacity: 1.0;  }
.callbacks_nav:hover {  opacity: 1.0;  }
.callbacks_nav.next {  left: auto;  background-position: -65px 0px;  right: 0;  } 


.rslides h1{ color:#fff7f8; font-weight:100; font-size:36px; text-transform:uppercase; position:absolute ; z-index:9; width:38%; line-height:50px; bottom:40%;text-shadow: 2px 2px 1px #000;}
.rslides h1 b, .rslides h1 bold{ background:#942736; padding:0 5px; float:left}
.jssora21l, .jssora21r, .jssora21ldn, .jssora21rdn {
                    position: absolute;
                    cursor: pointer;
                    display: block;
                    background: url(images/a21.png) center center no-repeat;
                    overflow: hidden;
}
.jssora21l { background-position: -3px -33px;}
.jssora21r { background-position: -63px -33px;}
.jssora21l:hover {background-position: -123px -33px;}
.jssora21r:hover {background-position: -183px -33px;}
.jssora21ldn { background-position: -243px -33px;}
.jssora21rdn { background-position: -303px -33px;}

.home-area{ float:left; width:100%; background:url(images/home-bg.png) repeat-x; }
.null-padding{ padding:0}
.null-left-padding{ padding-left:0}
.null-right-padding{padding-right:0}
footer{ background:#fff; float:left; width:100%; padding:45px 0 60px 0; border-top:1px solid #f1f1f1}
footer h4{ color:#a33444; font-size:14px; font-weight:400; text-transform:uppercase; margin-bottom:20px}
footer .f-links a{ color:#7d7778; font-size:12px; float:left; clear:left ; line-height:21px}
footer .f-links a:hover{ color:#a33444; text-decoration:none}

footer .copyrights{ text-align:right; margin:50px 0 0 0}
footer .copyrights p{font-family: 'Roboto', sans-serif; color:#a96972; font-size:11px;  text-transform:uppercase; margin:0; float:right; clear:right}
footer .copyrights a{ color:#5e4444; font-size:12px; padding-left:25px; text-transform:uppercase; margin-left:20px; margin-bottom:5px; float:right}
.knowledge{ background:url(images/book.png) no-repeat left center}  
.login{ background:url(images/login.png) no-repeat left center} 

p{font-family: 'Open Sans', sans-serif; color:#767575; font-size:13px; line-height:19px}
h2{ font-size:18px; color:#8d2332; text-transform:uppercase; font-weight:bold}
.news-feed{ padding-top:40px;  padding-bottom:45px}
.news-feed h5{  /*min-height:40px;*/ color:#b33748; font-size:14px; text-transform:uppercase; font-size:14px; line-height:18px; font-weight:300; margin-top:0}
.news-feed p{  font-size:12px}
.news-feed span{ color:#a07b80; font-size:11px}
.welcome{ background:#fafafa; min-height:185px;  padding-top:40px ; padding-bottom:45px}
.welcome h2{margin-top:0; }
.welcome p{ font-size:12px}
.investos{ padding-top:40px; padding-bottom:45px }    
.investos h2{margin-top:0}
.investos span{ color:#c2828b; font-size:14px}
.investos h3{ font-size:24px ; color:#2d2d2d; font-weight:bold; margin:5px 0 10px 0}
.investos a{ font-size:12px; text-transform:uppercase; border-bottom:1px solid #8d2332; padding-bottom:3px; color:#8d2332}
.investos a:hover{ text-decoration:none}
.investos a.report-dw{ color:#727575; border-bottom:1px solid #727575}


.business-highlight{ background:#fff; margin:-75px 0 45px 0;z-index:11;
	-moz-box-shadow: 0px 3px 12px #525252;
	-webkit-box-shadow: 0px 3px 12px #525252;
	box-shadow: 0px 3px 12px #525252;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#525252')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#525252');
	
	}
.business-highlight .col-sm-2{ width:20%}
.business-highlight ul{ list-style:none; margin:0; padding:0}
.business-highlight h3{ color:#a84250; font-size:18px; text-transform:uppercase; font-weight:600}
.business-highlight h4{ font-size:14px; color:#942736; text-transform:uppercase}
.business-highlight h4:hover { text-decoration:none}
.business-highlight a.more{ font-size:12px; text-transform:uppercase; border-bottom:1px solid #8d2332; padding-bottom:2px; color:#8d2332; margin:10px 0 0 0}


#inner-banners{ float:left; width:100%}
#second-nav{  background:#1f1f1f; width:100%;	min-height:35px; 
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform: translate3d(0,87px,0);
	transform: translate3d(0,87px,0);
	}
#second-nav ul{ margin:0; padding:0}
#second-nav ul li{ float:left; padding:0; margin:0; list-style:none}
#second-nav a{ color:#fff; font-size:13px; text-transform:uppercase; font-weight:bold; padding:0px 6px; float:left; line-height:35px}
#second-nav li:first-child a{ margin-left:25px}
#second-nav a:hover{ text-decoration:none; color:#bc5b69}
#second-nav li.current_page_item a{ text-decoration:none; color:#bc5b69}
.show-menu #second-nav{ }
#inner-banners img {  border: 0 none; margin-top:-35px;
    display: block;
    float: left;
    height: auto;
    width: 100%;}

.page-naming{ color:#fff; text-shadow: 2px 2px 1px #000; margin-top:-300px; float:left; width:100% ;}
.page-naming h1{ font-size:48px; text-transform:uppercase; font-weight:bold; margin-bottom:0; margin-left:45px;}
.page-naming h1 a{color:#fff; }
.page-naming h1 a:hover{color:#c3c3c3; }
.page-naming span{ font-size:26px;margin-left:45px; float:left}
.page-naming h5{ font-size:16px;margin-left:45px; width:35%; font-weight:normal; line-height:21px}

.newsitem h2 a:hover{ color:#571922}




.inner-detail-area{ float:left; width:100%; padding-bottom:50px}
.spot-highlight-area{ float:left; width:100%; margin-bottom:50px}
.spot-highlight-area h3{ color:#716b6b; font-size:28px; line-height:40px; font-weight:100;font-family: 'Open Sans', sans-serif; margin:40px 0 0 0 }
.spot-highlight-area .col-sm-7 h4{ color:#716b6b; text-transform:uppercase; font-size:14px; font-weight:300}
.spot-highlight-area .col-sm-7 .more-links { margin-left:5px;}
.spot-highlight-area .col-sm-7 .more-links:hover{ padding-left:0; padding-right:10px}
.spot-highlight-area .spotbox{ padding:25px; float:right; margin:-80px 0 0 0; min-height:300px; width:100%}
.spot-highlight-area .red{ background:#942736}
.spot-highlight-area .green{ background:#206b0f}
.spot-highlight-area .spotbox h4{ font-size:24px; font-weight:300; color:#fff; text-transform:uppercase; margin:0 0 15px 0}
.spot-highlight-area .spotbox h6{ color:#e6c658; font-size:18px; font-weight:bold; margin:-10px 0 25px 0}

.spot-highlight-area .spotbox p{width:100%; color:#fff; font-family:Georgia, "Times New Roman", Times, serif; font-size:14px; color:#e4c9cd; line-height:20px; font-style:italic; margin-bottom:15px; float:left; clear:left}}
.spot-highlight-area .spotbox ul{ font-family:Georgia, "Times New Roman", Times, serif; font-style:italic; list-style:none; padding:0 0 10px 5px  }
.spot-highlight-area .spotbox ul li a{ color:#fff; font-size:14px; padding-bottom:2px;
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
	}
.spot-highlight-area .spotbox ul li a:hover{ text-decoration:none; color:#e4c9cd;border-bottom:1px solid #e4c9cd;  }
.spot-highlight-area .spotbox ul li{ background:url(images/pointer.png) no-repeat left 5px; padding-left:20px; margin-bottom:15px}
.spot-highlight-area .spotbox .more-links{color:#fff; border-bottom:1px solid #fff;}
.spot-highlight-area .spotbox.green span{ color:#fff}
.spot-highlight-area .spotbox.green p{ color:#fff}
.spot-highlight-area .spotbox.green .more-links{color:#fff; border-bottom:1px solid #60b64d;}


.more-links{font-size:12px; text-transform:uppercase; border-bottom:1px solid #8d2332; padding-bottom:2px; color:#8d2332; margin:10px 0 0 0;
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
	}
.more-links:hover{ text-decoration:none; color:#8d2332; padding-left:10px}
.profile-boxes{ margin:15px 0}
.profile-boxes a{ float:left; background:#fff; border:1px solid #efefef; padding:3px; min-height:275px; width:100%}
.profile-boxes a img{ float:left}
.profile-boxes a h3{ font-size:18px; color:#6f6f6f; padding:0 15px; font-weight:300; margin-bottom:5px; float:left; width:100%}
.profile-boxes a span{font-family: 'Open Sans', sans-serif; color:#aaa9a9; font-size:14px; padding:0 15px; float:left; clear:left}

.profile-pop h3{ font-size:21px; color:#fff; padding:0 15px 0 0; font-weight:300; margin-bottom:5px; margin-top:0 ;font-family: "Roboto",sans-serif}
.profile-pop span{font-family: 'Open Sans', sans-serif; color:#aaa9a9; font-size:14px;   clear:left; padding:0 15px 0 0;}
.profile-pop .modal-header{ background:#942736;
	-webkit-border-radius: 5px 5px 0 0;
  	-moz-border-radius:5px 5px 0 0;
  	border-radius: 5px 5px 0 0;
	}
.profile-pop .close{ color:#fff; font-size:30px; opacity:1}

.ceo-msg-overview h2{ margin-bottom:30px}
.ceo-msg-overview p{ width:71%}
.ceo-msg-overview img{ margin:-145px 0 0}
.organization h2{ margin-bottom:30px}
.persondetails p { float:right}

hr{  float:left; width:100%; margin:40px 0 10px 0}
.blk-heading h2{ color:#2a2929; margin-bottom:20px}
.financial-item-holder{	margin-top: 30px}
.financial-item-holder .white-right-side-box {    padding-bottom: 16px;}

.white-right-side-box{ background:#fff;
	-webkit-border-radius: 10px; 
  	-moz-border-radius: 10px;
  	border-radius: 10px;
  	-moz-box-shadow: 0px 3px 12px #e2e1e1;
	-webkit-box-shadow: 0px 3px 12px #e2e1e1;
	box-shadow: 0px 3px 12px #e2e1e1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#e2e1e1')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#e2e1e1');
  }
.white-right-side-box{ min-height:150px}
.white-right-side-box h2{ padding-left:5px}
.white-right-side-box ul{ font-family:Georgia, "Times New Roman", Times, serif; font-style:italic; list-style:none; padding:0 0 10px 5px  }
.white-right-side-box ul li a{ color:#614d53 !important;border-bottom:1px solid #fff; padding-bottom:2px;
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
	}
.white-right-side-box ul li a:hover{ text-decoration:none; color:#614d53;border-bottom:1px solid #8d2332;  padding-right:10px}
.white-right-side-box ul li{ background:url(images/pointer.png) no-repeat left 6px; padding-left:20px; margin-bottom:15px}
.center-text{ text-align:center}

.leftnav-box{ background:#942736; float:left; padding:25px 0; width:100%; margin:-25px 0 0 0; }
.leftnav-box a{ font-size:18px; color:#fff; float:left; clear:left; line-height:30px; padding:0 25px; width:100%; font-weight:300; margin:3px 0}
.leftnav-box a:hover{ background:#83202e; text-decoration:none}
.leftnav-box a.active{ background:#83202e;cursor: initial}
.leftnav-box a.active::after{    background:#83202e;
    content: "";
    float: right;
   	min-height: 30px;
    margin-right: -30px;
    right: 0;
    width: 10px;}


.projects ul{ list-style:none; margin:15px 0; padding:0; float:left}
.projects ul li{ margin-bottom:20px; min-height:215px}
.page-template-projects_landing .projects ul li{  min-height:375px}
.page-template-csr_landing .projects ul li, .single-csrproject .projects ul li{ min-height:220px}
.projects h4{ font-size:14px; color:#942736;  margin-bottom:3px; line-height:17px}
.projects h4:hover { text-decoration:none}

.projects .status{ float:right; margin:-40px 0 0 0; color:#fff; font-size:14px; padding:5px; position:absolute; z-index:1; right:15px}
.page-template-services_landing .projects ul li{ margin-bottom:20px; min-height:310px}
.status.complete{ background:rgba(143, 188, 21, 0.7)}
.status.ongoing{ background:rgba(191, 12, 41, 0.7)}

h4.success_msg{
    background: none repeat scroll 0 0 #0f0;
    border-radius: 6px;
    box-shadow: 0 0 4px #ccc;
    padding: 8px;
    text-align: center;
}

.contact-details p{ font-size:18px; color:#767575; line-height:24px; font-weight:300} 
.contact-details a{  clear:left; font-size:14px; color:#333; font-weight:normal}
.contact-details a.more-links{font-size:12px;  color:#8d2332; }
.contact-details a.more-links:hover{ padding-left:0; padding-right:10px}

.contact-form input{ border:1px solid #efeeee; float:left; width:100%; font-size:14px; color:#949494; margin-bottom:10px; padding:5px}
.contact-form textarea{ border:1px solid #efeeee; float:left; width:100%; font-size:14px; color:#949494; padding:5px}
.contact-form input.button{ float:right; width:25%; color:#fff; background:#942736; margin:15px 0 0 0; font-size:18px; font-weight:bold; text-transform:uppercase}
.contact-form input.wpcf7-form-control.wpcf7-submit{ float:right; width:25%; color:#fff; background:#942736; margin:15px 0 0 0; font-size:18px; font-weight:bold; text-transform:uppercase}
.project-status{ float:right; margin:-35px 0 0 0; padding:5px 10px; background:#f7f7f7; color:#606060; font-size:18px; 
	-webkit-border-radius:5px 5px 0 0; 
  	-moz-border-radius:5px 5px 0 0;
  	border-radius:5px 5px 0 0;
	 }

div.wpcf7-validation-errors, div.wpcf7-response-output {
    clear: both;
    display: inline-block;
    margin: 0;
}

span.wpcf7-not-valid-tip {
    display: inline-block;
    margin-bottom: 14px;
}
	 
.project-details h4{ font-size:16px; color:#232323; font-weight:normal; margin-bottom:30px}
.project-details .white-right-side-box{ padding-bottom:10px}
.project-details .white-right-side-box h2{ padding-left:0; font-size:16px}
.project-details .white-right-side-box p{ color:#787878; font-size:14px; float:left; width:100%}
.project-details .white-right-side-box span{ float:left; width:45%; font-size:14px}
.project-details .white-right-side-box small{ float:left; width:44%; font-size:14px}

.gallery-area{ padding:25px 0}
.side_gallery{padding-top:0px;}
.gallery-area div{ margin:5px 0 15px 0}
.csr-report h2{ font-size:14px; margin-top:0}

.ir-reports{ margin-bottom:15px}
.ir-reports h4{ text-transform:uppercase}
.ir-reports span, .ir-reports span a{ color:#932737; float:left; margin-right:5px}
.ir-reports span a:hover{ text-decoration:none}
.ir-reports .more-links{ float:left; clear:left; margin:30px 0 0 0}
.ir-reports .more-links:hover{ padding-left:0; padding-right:10px}

.jobs-list h2{ margin-top:0} 
.jobs-list ul{ list-style:none; padding:0 ; margin:0}
.jobs-list ul li{ background:#fff; margin-bottom:5px; float:left; width:100%}
.jobs-list ul li a{ display:block; padding:10px 10px; float:left; width:100%; cursor:pointer}
.jobs-list ul li a h4{ text-transform:uppercase; color:#444444; font-size:13px; float:left; width:80%; margin:0; line-height:18px}
.jobs-list ul li a .more-links{ margin:0}
.jobs-list ul li a:hover s.more-links{ padding-left:10px}

.awards-section{ background:url(images/awards-bg.png) repeat-x}
.nav-tabs{ border:none; text-align:center; margin:0 auto ; width:41%; margin-bottom:20px}
.awards-section .nav-tabs a{ color:#fff; font-weight:bold; text-transform:uppercase; font-size:14px; line-height:44px}
.nav-tabs li.active a{ background:none;border:none; color:#fff; border-bottom:5px solid #fff}
.nav-tabs li.active a:hover{border:0px solid #942736; border-bottom:5px solid #fff; background:none;}
.awards-section .nav-tabs li a:hover{ color:#fff; border:1px solid #942736; border-bottom:5px solid #fff; background:none;  }
.tab-pane h2{ text-align:center}
.awards-section .tab-pane h4{ color:#8d2332; font-size:18px; font-weight:300; min-height:40px}
.awards-section .tab-pane div.block{
	    background: none repeat scroll 0 0 #efeeee;
     float:left;
    margin-bottom: 20px;
    padding: 10px 19px;
    width: 100%;
}
.awards-section .tab-pane div img{ margin:0 10px 10px 0; padding:0}


a{
	color:#a33444;
}

.navigation h1{
	display:none;
}

.spot-highlight-area .spotbox h1{
    font-size: 24px;
    margin-top: 8px;
}

/*History*/


.cd-container {
  
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}
#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
#cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #d7e4ed;
}
@media only screen and (min-width: 1170px) {
  #cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}

.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
    margin: 4em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}

.cd-timeline-img {
  position: absolute;
  top: 25px;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
.cd-timeline-img img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}
.cd-timeline-img.cd-ash {
  background: #797979;
}
.cd-timeline-img.cd-red {
  background: #c03b44;
}

@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
    width: 15px;
    height: 15px;
    left: 50%;
    margin-left: -7px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }

  100% {
    -moz-transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  padding: 1em;
 
}
.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-content h2 { margin-top:0; padding-left:0}
.cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  
}
.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  display: inline-block;
}
.cd-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}
.cd-timeline-content .cd-read-more {
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: white;
  border-radius: 0.25em;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb;
}
.cd-timeline-content .cd-date { color:#b9384a;
  float: left;
  padding:5px 0; font-size:26px;
  opacity:1;
}
.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid white;
}
@media only screen and (min-width: 768px) {
  .cd-timeline-content h2 {
    
  }
  .cd-timeline-content p {
    
  }
  .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
   
  }
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
  }
  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: white;
  }
  .cd-timeline-content .cd-read-more {
    float: left;
  }
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 48px; color:#b9384a; font-weight:300; padding:0;
    
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: white;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}

@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

#second-nav-drop{ display:none; float:left; margin:2px 0; background:url(images/arrow.png) no-repeat 96% center #000; border:none;color: #fff;  font-size: 13px;  font-weight: bold; padding: 7px 6px;   text-transform: uppercase; min-width:185px;}

    
.archive-title{ font-size:15px; color:#2a2929}
.project-details .white-right-side-box.full_width_box{width:100%; margin:15px 0}
.captcha{ float:left; width:100%}
.contact-form.dropcv #wpcf7-f183-o1 input.wpcf7-form-control.wpcf7-submit{ float:right; width:25%; color:#fff; background:#942736; margin:15px 0 0 0; font-size:18px; font-weight:bold; text-transform:uppercase}
.csr ul li{ color: #767575; margin-bottom:10px;    font-family: "Open Sans",sans-serif;    font-size: 13px;    line-height: 19px;}
.newsitem img{display: block;    height: auto;    max-width: 100%;}
.single-post .spot-highlight-area .col-sm-9.col-xs-12 img{display: block;    height: auto;    max-width: 100%;}
.chart-img img{display: block;    height: auto;    max-width: 100%;}
.page.page-id-784 ul.menu{ padding-left:25px; color:#a33444}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{ background:none;  color:#fff}
.nav-tabs > li.active > a:focus{ background:none; border:none; color:#fff}
.profile-pop .close span{ font-size:30px}
.page.page-id-23 .menu-button {background:rgba(0,0,0, 0.4)}

.login, .knowledge{	display:none;}
form label.error{ float:left;   color: #ff0000;    font-size: 12px;    font-weight: normal;    margin-bottom: 10px;}
.page-template-contact-us .page-naming h1 {    position: relative;    z-index: 1;}
footer .copyrights .searchform input{ border: 1px solid #efeeee;    color: #949494;float: left;    font-size: 14px;    margin-bottom: 10px;    padding: 5px;  }
footer .copyrights .searchform  #searchsubmit{background: none repeat scroll 0 0 #942736;    color: #fff;   margin: 0 0 0 5px;    text-transform: uppercase;}
.spot-highlight-area .spotbox ul li{ list-style:none}
.spot-highlight-area .spotbox ul { padding:0}
.searchform{ float:right}
.top-margin{ margin-top:15px}
.wyswyg ul li{color: #767575;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    line-height: 19px;}

.project-details ol li{color: #767575; font-size: 13px;line-height: 19px;}


footer .copyrights a.pyxle{ color: #a96972; margin: 0px; padding: 0px; font-size: 11px; float:none}

.close{filter:alpha(opacity=100)}




.other-project-dropdown{ float:right; margin:-80px 0 0 10px; padding:5px 0px; background:url(images/arrow.png) no-repeat 96% center #83202e ; color:#fff; font-size:18px; min-width:170px;
	-webkit-border-radius:5px ; 
  	-moz-border-radius:5px ;
  	border-radius:5px ;
	 }

.other-project-dropdown .btn.btn-default.dropdown-toggle{ background:none; border:none;  color:#fff; text-transform:uppercase ; padding:0 10px; float:left; width:100%; text-align:left}
.other-project-dropdown .btn.btn-default.dropdown-toggle span{color:#fff; float:right; margin:-10px 5px 0 0;display:none}
.other-project-dropdown .dropdown-menu{ margin:25px 0px 0 0}
.other-project-dropdown .dropdown-menu a{ text-align:right; border-bottom:1px dashed #ccc}
.down-ir p { float:left; width:100%; text-align:center; color:#8d2332; margin:5px 0}
.down-ir p:hover{ text-decoration:underline}
.persondetails p strong{ color:#6f6f6f; font-size:16px; font-weight:300}
.persondetails p { padding:5px 0 0 0; color:#aaa9a9; font-size:14px; font-weight:300}
.project-details .white-right-side-box .modal-body p{ float:none; font-style:normal}
.profile-pop span{ padding:0 15px 0 0}
.awards-section .tab-pane div.block a{ display:inline-block}
.project-details .white-right-side-box .modal-dialog  {font-style:normal}
.single-csrproject .project-details.full_width_box{width:100%}
.single-service .gallery-area div{ padding:0 3px}




@media screen and (min-width:360px) and (max-width: 640px) and (orientation : landscape) {
.profile-boxes{ width:50%}
footer { text-align:center; }
footer { text-align:center; }
footer .f-links a{ text-align:center; width:100%}
footer .copyrights p{text-align:center; width:100%}
.searchform{ width:100%}
footer .copyrights .searchform #searchsubmit{width:23%}
footer .copyrights .searchform input{width:75%}
.single-service .gallery-area div{ float:left; width:50%}

.gallery-area div{ padding:0 5px}
.page-template-projects_landing .projects ul li{ min-height:360px}
.page-template-services_landing .projects ul li{ min-height:325px}
.menu-button{display:none}
.icon-list{display:none}

.slideDown{ top:0; padding-top:45px; z-index:999}
.slideDown .menu ul.menu { overflow:auto; }
.slideDown .menu{ height:210px; overflow:auto}
.slideDown .menu ul li{ margin-bottom:10px}

}

@media screen and (min-width:320px) and (max-width: 480px) and (orientation : landscape) {
.single-service .gallery-area div{ float:left; width:50%}
.menu-button{display:none}
.icon-list{display:none}

}



@media screen and (min-width:768px) and (max-width: 1024px) and (orientation : portrait) {

.business-highlight{ margin:-25px 0 25px }
.rslides h1{ width:55%; font-size:24px; line-height:32px; bottom:55px} 
.menu-button{ right:50px}
.icon-list a{ line-height:65px}
.icon-list a  { font-size:13px; text-transform: capitalize}
.show-menu .icon-list a { font-size:13px; text-transform: capitalize}
.icon-list{ padding-right:85px}
.business-highlight h4{ word-wrap:break-word}
footer .f-links a{ word-wrap:break-word}
.page-naming{ margin-top:-185px}
.spot-highlight-area h3{ font-size:21px}
.nav-tabs{ width:65%}
.awards-section .tab-pane div{ margin:15px 0px}
.profile-boxes a h3{ font-size:16px}
.profile-boxes a span{ font-size:13px}
footer .f-links .col-sm-8{ padding:0}
footer .f-links .col-sm-8 .col-sm-4.null-padding{ margin-right:10px; margin-bottom:0px; width:60%}
footer .f-links.col-sm-8{ padding:0}
#second-nav{ background:#000}
#second-nav ul{ display:none}
#second-nav a{ display:none}
#second-nav-drop{ display:block}
.ceo-msg-overview p{ width:67%}
.ceo-msg-overview img{ margin:-115px 0 0 0; width:53%}
.profile-boxes a{ min-height:205px}
.contact-form input.button{ width:35%}
.contact-form input.wpcf7-form-control.wpcf7-submit{ width:35%}
.csr-report img{ max-width:100px}
.ir-reports img{ max-width:100px} 
.inner-detail-area .projects ul li{ width:50%}
.awards-section .tab-pane div.block{ margin:0}

.profile-boxes{ width:33.33%; min-height:280px}
.white-right-side-box ul li a:hover{ padding-right:0}
.investos h3{ font-size:22px}
.project-details .white-right-side-box{ width:100%}
footer .copyrights .searchform input{ width:67%}
footer .copyrights .searchform #searchsubmit{ width:30%}

	
}

@media screen and (min-width:768px) and (max-width: 1024px) and (orientation : landscape) {
	.business-highlight{ margin:-60px 0 52px}
	footer .f-links .col-sm-8 .col-sm-4.null-padding{ margin-right:10px;}
	footer .f-links .col-sm-8 .col-sm-8{width:62%}
	.rslides h1{  bottom:115px}
	.page-template-projects_landing .projects ul li{ min-height:400px}
}


@media screen and (min-width:768px) and (max-width: 1024px) {
.page-template-services_landing .projects ul li{min-height:330px}
.ceo-msg-overview p{ width:66%}
.rslides h1{ margin-left:30px}
.rslides h1{ width:55%; font-size:24px; line-height:32px; bottom:115px}


}
@media screen and (min-width:1024px) and (max-width: 1040px) {
.menu-button{ right:55px}
.business-highlight{ margin:-60px 0 52px}
.page-naming{ margin-top:-185px}
.icon-list{ padding-right:85px}
.show-menu .icon-list a { font-size:13px}
#second-nav a{ font-size:12px; text-transform:capitalize}
#inner-banners img{ margin-top:-35px}
.nav-tabs{ width:50%}
.awards-section .tab-pane div{ width:47%; margin:15px 10px}
.awards-section .tab-pane div img{ width:auto}
.page-naming h5{ width:70%}
.awards-section .tab-pane div.block{ margin:0}
.white-right-side-box ul li a:hover{ padding-right:0}
.rslides h1{ bottom:220px}
.project-details .white-right-side-box span{ width:52%}

}
@media screen and (min-width:1026px) and (max-width: 1300px) {
.menu-button{ right:50px}
.icon-list a{ line-height:95px}
.icon-list a  { font-size:15px; }
.show-menu .icon-list a { font-size:15px; }
.icon-list{ padding-right:85px}

}	
	

@media screen and (min-width:480px) and (max-width: 640px) {
.menu-button-mob{display:block; right:65px}
.menu-button{display:none}
.icon-list{display:none}
	.rslides h1{ width:100%}
	.business-highlight h4{ word-wrap:break-word}
	footer .f-links a{ word-wrap:break-word}
	.business-highlight{ margin:-20px 0 25px}
	.page-naming{ margin-top:0; background:#942736; padding-bottom:15px}
	.page-naming h1{ margin-left:10px}
	.page-naming span{margin-left:10px; }
	#inner-banners{background:#942736;}
	.single-post .gallery-area div{ width:50%}	
	.nav-tabs{ width:100%; padding-bottom:5px}
	.nav > li > a{ padding:10px 10px}
	.awards-section .tab-pane div{ width:100%; margin:15px 0}
	
	.business-highlight .col-sm-2{ width:50%; padding:5px}
#second-nav{ background:#000}
#second-nav ul{ display:none}
#second-nav a{ display:none}
#second-nav-drop{ display:block; width:100%}
#inner-banners img{ margin-top:87px}
.ceo-msg-overview p{ width:100%}
.awards-section .tab-pane div img{ width:auto}	
.spot-highlight-area .spotbox{ margin:15px 0 0 0}
.csr-report{ padding-left:0; margin-top:10px}	
.csr-report .col-sm-7 { padding-left:0; width:100%}	
.csr-report h2{ float:left; width:100%; margin:15px 0 0 0 }
.leftnav-box{ margin:10px 0 0 0}	
.page-naming h5{ width:100%; margin-left:10px}
.awards-section .tab-pane div.block{ margin:0}
.news-feed{padding-bottom: 25px;}
.welcome { padding-bottom: 25px;    padding-top: 20px;}
.investos{ padding-top: 20px;}
.compnay-profile .col-sm-4.null-right-padding { padding-left:0; margin-bottom:20px}
.compnay-profile .col-sm-4.null-right-padding  img{ width:100%}
.rslides{ margin:87px 0 0 0}
.callbacks_container{ background:#942736}
.rslides h1{position:relative; font-size:38px; line-height:48px; font-weight:300; min-height:200px}
.rslides .container{ float:left}
.project-status{ margin:15px 0; border:1px dashed #517721; text-align:left; width:100%;
	-webkit-border-radius:5px ; 
  	-moz-border-radius:5px ;
  	border-radius:5px ;	}

.other-project-dropdown{ width:100%; background:url(images/arrow.png) no-repeat 96% center #000; margin:15px 0;}
.other-project-dropdown .btn.btn-default.dropdown-toggle span{ display:none}


.show-menu .icon-list li{ float:none}
.projects ul li{  width:50%}
.page-template-services_landing .projects ul li{min-height:320px;}
.center-text h3{ text-align:left}
.single-csrproject .gallery-area .col-sm-6.col-xs-12{ width:50%}
.leftnav-box a.active::after{ background:none}
.careerg .col-xs-12{ width:50%}
.other-project-dropdown .dropdown-menu a{white-space:normal; text-align:left}
footer { text-align:center; }
footer .f-links a{ text-align:center; width:100%}
footer .copyrights p{text-align:center; width:100%}
.searchform{ width:100%}
footer .copyrights .searchform #searchsubmit{width:23%}
footer .copyrights .searchform input{width:75%}
.page-template-csr_landing .projects ul li, .single-csrproject .projects ul li{ padding:0 5px}
.projects ul li{ padding:0 5px}
.ceo-msg-overview p{ width:63%}
.ceo-msg-overview img{ margin:-145px 0 0 0; width:60%}
.icon-list{ border-bottom:10px solid #571922; }
.contact-details{ padding:0}
.contact-form{ padding:0}
.other-project-dropdown .dropdown-menu{ width:100%}
.gallery-area div{ padding:0 3px}
.callbacks_nav{ margin-top:-130px}
.n-category{ float:left; clear:left; width:100%; margin:5px 0 15px 0}
}

@media screen and (min-width:320px) and (max-width: 480px) {
.menu-button-mob{display:block; right:65px}
.menu-button{display:none}
.icon-list{display:none}
.n-category{ float:left; clear:left; width:100%; margin:5px 0 15px 0}
.single-post .gallery-area div{ width:100%}	
	.rslides h1{ width:100%}
	.business-highlight h4{ word-wrap:break-word}
	footer .f-links a{ word-wrap:break-word}
	.business-highlight{ margin:20px 0 25px}
	.page-naming{ margin-top:0; background:#942736; padding-bottom:15px}
	.page-naming h1{ margin-left:10px; font-size:32px}
	.page-naming span{margin-left:10px;font-size:20px }
	#inner-banners{background:#942736;}
	
	.nav-tabs{ width:100%; background:#1f1f1f; padding-bottom:5px}
	.nav-tabs li{ width:100%}
	.nav > li > a{ padding:10px 10px}
	.awards-section .tab-pane div{ width:100%; margin:15px 0}
	.slideDown .menu a:hover{ background:#571922; color:#fff !important;}
	.business-highlight .col-sm-2{ width:100%; padding:0}
#second-nav{ background:#000}
#second-nav ul{ display:none}
#second-nav a{ display:none}
#second-nav-drop{ display:block;  width:100%}
#inner-banners img{ margin-top:87px}
.ceo-msg-overview p{ width:100%}
.ceo-msg-overview img{ margin:5px 0 0 0}
.awards-section .nav-tabs a{ font-size:13px; line-height:15px; border-bottom:0px solid #1f1f1f; padding:7px 0}
.awards-section .nav-tabs li{ border-bottom:5px solid #1f1f1f; }
.awards-section .nav-tabs li.active{ border-bottom:5px solid #fff; }
.awards-section .nav-tabs li.active a{ border-bottom:0px solid #fff; }
.awards-section .nav-tabs li a:hover{ border-bottom:0px solid #fff; color:#bc5b69 }
.spot-highlight-area .spotbox{ margin:15px 0 0 0}
.spot-highlight-area .col-sm-7 .more-links{ float:left; clear:left; margin:0}
.contact-form input.button{ width:35%}
.contact-form input.wpcf7-form-control.wpcf7-submit{ width:35%}
.csr-report{ padding-left:0; margin-top:10px}
.csr-report .col-sm-7 { padding-left:0; width:100%}	
.csr-report h2{ float:left; width:100%; margin:15px 0 0 0 }
.leftnav-box{ margin:10px 0 0 0}
.projects ul{ padding:0 ; width:100%}
.page-naming h5{ width:100%; margin-left:10px}
.contact-form.dropcv #wpcf7-f183-o1 input.wpcf7-form-control.wpcf7-submit{ float:right; width:33%; color:#fff; background:#942736; margin:15px 0 0 0; font-size:18px; font-weight:bold; text-transform:uppercase}
.awards-section .tab-pane div.block{ margin:0}
.profile-pop h3{ padding:0}
.profile-pop span{ padding:0}
.investos span{ font-size:13px}
.news-feed{padding-bottom: 25px;}
.welcome { padding-bottom: 25px;    padding-top: 20px;}
.investos{ padding-top: 20px;}

.business-highlight a.more{ margin:19px 0 0}
.compnay-profile .col-sm-4.null-right-padding { padding-left:0; margin-bottom:20px}
.rslides{ margin:87px 0 0 0}
.callbacks_container{ background:#942736}
.rslides h1{position:relative; font-size:21px; line-height:31px; font-weight:300; min-height:130px}
.rslides .container{ float:left}
.project-status{ margin:15px 0; border:1px dashed #517721; text-align:left; width:100%;
	-webkit-border-radius:5px ; 
  	-moz-border-radius:5px ;
  	border-radius:5px ;	}
.other-project-dropdown{ width:100%; background:url(images/arrow.png) no-repeat 96% center #000; margin:15px 0;}
.other-project-dropdown .btn.btn-default.dropdown-toggle span{ display:none}
.show-menu .icon-list li{ float:none}
.projects ul li img{ width:100%}
.center-text h3{ text-align:left}
.project-details .white-right-side-box span{width:50%}
.project-details .white-right-side-box small{ width:50%}
.leftnav-box a.active::after{ background:none}
.other-project-dropdown .dropdown-menu a{white-space:normal; text-align:left}
footer { text-align:center; }
footer .f-links a{ text-align:center; width:100%}
footer .copyrights p{text-align:center; width:100%}
.searchform{ width:100%}
footer .copyrights .searchform #searchsubmit{width:26%}
footer .copyrights .searchform input{width:72%}
.icon-list{ border-bottom:10px solid #571922; }
.projects ul li{ padding-right:0; padding-left:0}
.contact-details{ padding:0}
.contact-form{ padding:0}
.captcha span .wpcf7-captchar{ width:100%}
.other-project-dropdown .dropdown-menu{ width:100%}
.gallery-area div{ padding:0}
.callbacks_nav{ margin-top:-90px}
.single-service .gallery-area div{ width:100%; padding:0}
}

@media screen and (min-width:320px) and (max-width: 480px) and (orientation : landscape) {
.slideDown{ top:0; padding-top:40px; z-index:999}
.slideDown .menu ul.menu { overflow:auto; }
.slideDown .menu { height:210px; overflow:auto}
.gallery-area div{ padding:0 3px}
.projects ul li{ padding-left:15px}
.page-template-projects_landing .projects ul li{ min-height:360px;}
.page-template-services_landing .projects ul li{ min-height:325px; }
.callbacks_nav{ margin-top:-90px}
.slideDown .menu ul li{ margin-bottom:10px}
.menu-button{display:none}
.icon-list{display:none}
.single-post .gallery-area div{ width:50%}	

}

@media screen and (min-width:480px) and (max-width: 640px) and (orientation : landscape){
.page-template-services_landing .projects ul li{ min-height:340px}
.single-post .gallery-area div{ width:50%}	

}



table#awards td{
	vertical-align: bottom;
}

table#awards td img{
	width:100%;
}