/* Custom Stylesheet */
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,700,300);

@font-face { font-family: 'glight'; src: url("../fonts/glight-webfont.eot"); src: url("../fonts/glight-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/glight-webfont.woff") format("woff"), url("../fonts/glight-webfont.ttf") format("truetype"), url("../fonts/glight-webfont.svg#graphiklight") format("svg"); font-weight: normal; font-style: normal; }

html {
	font-family:'glight',sans-serif;
	font-weight:400;

}
body {
    margin: 0;
    overflow-x: hidden;
}
p {
    text-align: justify;
}
a {
	color: black;
}

h3 {
    font-size: 16px;
    font-weight: bold;
}

@media only screen and (max-width:1387px) {
	/*for search and small screen navigation*/
	.container2 {
		width: 90%;
	}
}
@media only screen and (max-width:1070px) {
	/*for search and small screen navigation*/
	.container2 {
		width:96%;
	}
}
.container_side {
	float:left;
	width:90%;
}
.icon-block {
	padding:0 15px;
}
.icon-block .material-icons {
	font-size:inherit;
}
.light-blue.lighten-1 {
	background-color: rgba(255,255,255,1) !important;
}
/*header*/
.zelan_logo {
	width:279px;
	padding:10px 0;
	height: 100%;
}
/*Navigation start*/
a#logo-container {
    height: 64px;
     /*background-color: red; */
}

nav a {
	color:#000;
}
.navbar-fixed {
	height:100px;
}
nav ul a {
	/*font-size:13px;*/
	    font-size: 12px;
	color:#000;
	display:block;
	padding:16px 15px;
	text-transform:uppercase;
	    font-weight: bold;
}
nav ul ul a {
	padding: 0px 15px;
}
nav ul li:hover,nav ul li:hover a,nav ul li.active,nav ul li.active a {
	/* background-color:transparent;border-top:2px Solid #d41e27;color:#d41e27;*/
	-webkit-transition:.2s ease-in-out border-top;
	transition:.2s ease-in-out border-top;
	color:#d41e27;
}
nav,nav .nav-wrapper i,nav a.button-collapse,nav a.button-collapse i {
	height:100px;
	line-height:64px;
}
#nav_wrapper {
	float:right;
	color:#8f8f8f;
	background-color:rgba(255,255,255,0.8);
}
/*#nav_wrapper a{color: #8f8f8f;}*/
#nav_wrapper>ul>li>a {
	color:#000000;
	/*padding:0 10px;line-height:84px;*/ display:inline-block;
	text-transform:uppercase;
}
/*#nav_wrapper ul{list-style:none;padding: 0;}*/
/*#nav_wrapper>ul li{float:left;position:relative;padding:0;font-size:15px;font-weight: bold;}*/
/*#nav_wrapper>ul li:hover{background: #ffba05;}*/
#nav_wrapper>ul li:hover a {
	color:#d41e27;
}
li.dropdown {
	border-top:4px solid rgba(255,255,255,0);
}
li.dropdown:hover {
	border-top:4px solid #d41e27;
	background-color:white;
	height:100px;
	transition:.2s ease-in-out;
}
li.dropdown.active {
	border-top:4px solid #d41e27;
}
.dropdown.active a {
	/*margin-top:-4px;*/
}
nav ul li {
	-webkit-transition:none;
	transition:none;
}
#main_nav {
	float: right;
}
/*1st layer*/
#main_nav .dropdown>ul {
	display:none;
	/*osition:absolute;top:100%;left:0;width:100%;*/
}
#main_nav .dropdown:hover>ul {
	display:block;
	z-index:999;
	background-color:#fff;
	margin-top:-4px;
	    width: 240px;
	    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.27);
}
#main_nav .dropdown ul li {
	float:none;
	border-left: 5px solid transparent;
	/*padding:0;position:relative;font-size:13px;display:block;background:#363636;*/
}
#main_nav .dropdown ul li a {
	color:#000;
	display:block;
	font-weight:normal;
	text-align:left;
	line-height:35px;
}
#main_nav .dropdown ul li:hover {
	background: #EBE8D9;
    border-left: 5px solid #D41E27;
        transition: .2s ease-in-out;
}
#main_nav .dropdown ul li:hover>a {
	color: #363636;
}
/*2nd-layer dropdown */
#main_nav .dropdown_b>ul {
	display:none;
	position:absolute;
	top:0;
	left:100%;
}
#main_nav .dropdown_b ul li {
	height:100%;
}
#main_nav .dropdown_b:hover>ul {
	display:block;
	width:100%;
}
#main_nav .dropdown:hover>ul.nav_subw {
	width: 300px;
	    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.27);
}
/*search popup*/
.popup {
	position:absolute;
	top:101px;
	right:1%;
	/* margin:100px auto;*/
	width:285px;
	height:64px;
	/* font-family:verdana;*/
	font-size:13px;
	padding:0 5px;
	background-color:rgb(255,255,255);
	border:0px solid grey;
	z-index:100000000000000000;
	/* border-radius:25px;*/
	display:none;
	box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}
.cancel {
	display:relative;
	/* cursor:pointer;*/
	/* margin:0;*/
	/* float:right;*/
	/* height:10px;*/
	/* width:14px;*/
	/* padding:0 0 5px 0;*/
	/* background-color:red;*/
	text-align:center;
	font-weight:bold;
	color:#000;
	/* border-radius:3px;*/
	z-index:100000000000000000;
	margin-top:-69px;
	margin-right:-243px;
}
.cancel:hover {
	color:grey;
}
nav .input-field label i {
	color:#000;
}
/*.input-field input[type=search]+label{margin-top: 6px;}*/
input[type=text],input[type=password],input[type=email],input[type=url],input[type=time],input[type=date],input[type=datetime-local],input[type=tel],input[type=number],input[type=search],textarea.materialize-textarea {
	color:#676767;
}
nav .input-field label.active i {
	color: #ccc;
}
input#q {
	/* border:none;box-shadow:none;*/
	width:200px;
}
/*.search_custom{margin-left:-21px;margin-top: 8px;}*/
/*menu small screen*/
#cssmenu,#cssmenu ul,#cssmenu ul li,#cssmenu ul li a {
	margin:0;
	padding:0;
	border:0;
	list-style:none;
	line-height:1;
	display:block;
	position:relative;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#cssmenu {
	/* width:220px;font-family:Raleway,sans-serif;color:#ffffff;*/
}
#cssmenu ul ul {
	display:none;
}
#cssmenu>ul>li.active>ul {
	display:block;
}
.align-right {
	float:right;
}
.align-left {
	float:left;
}
#cssmenu>ul>li>a {
	padding:16px 22px;
	cursor:pointer;
	z-index:2;
	font-size:16px;
	text-decoration:none;
	color:#000;
	background:#FFFFFF;
	-webkit-transition:color .2s ease;
	-o-transition:color .2s ease;
	transition:color .2s ease;
}
#cssmenu>ul>li>a:hover {
	color:#FF0000;
}
#cssmenu ul>li.has-sub>a:after {
	position:absolute;
	right:26px;
	top:19px;
	z-index:5;
	display:block;
	height:10px;
	width:2px;
	background:#757575;
	content:"";
	-webkit-transition:all 0.1s ease-out;
	-moz-transition:all 0.1s ease-out;
	-ms-transition:all 0.1s ease-out;
	-o-transition:all 0.1s ease-out;
	transition:all 0.1s ease-out;
}
#cssmenu ul>li.has-sub>a:before {
	position:absolute;
	right:22px;
	top:23px;
	display:block;
	width:10px;
	height:2px;
	background:#757575;
	content:"";
	-webkit-transition:all 0.1s ease-out;
	-moz-transition:all 0.1s ease-out;
	-ms-transition:all 0.1s ease-out;
	-o-transition:all 0.1s ease-out;
	transition:all 0.1s ease-out;
}
#cssmenu ul>li.has-sub.open>a:after,#cssmenu ul>li.has-sub.open>a:before {
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);
}
#cssmenu ul ul li a {
	padding:14px 22px;
	cursor:pointer;
	z-index:2;
	font-size:14px;
	text-decoration:none;
	color:#dddddd;
	background:#49505a;
	-webkit-transition:color .2s ease;
	-o-transition:color .2s ease;
	transition:color .2s ease;
}
#cssmenu ul ul ul li a {
	padding-left:32px;
}
#cssmenu ul ul li a:hover {
	color:#ffffff;
}
#cssmenu ul ul>li.has-sub>a:after {
	top:16px;
	right:26px;
	background:#dddddd;
}
#cssmenu ul ul>li.has-sub>a:before {
	top:20px;
	background: #dddddd;
}
/*header project details*/
.module {
	width:100%;
	height:300px;
	position:relative;
	color:white;
}
.module.smallmodule {
	height:230px;
    background-repeat: repeat !important;
    background-position: center;
}
.module>header {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	padding:20px 10px;
	overflow:hidden;
}
.projet-details-drawer {
	background:rgba(0,25,54,0.6);
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	color:white;
	-webkit-transition:.3s ease-in-out height;
	transition:.3s ease-in-out height;
}
.cover_header_title {
	margin-bottom:0;
	margin-top:3px;
}
.business_title {
	padding-top:20px;
	font-size:25px;
	text-transform:capitalize;
	position:absolute;
	top:30px;
	font-weight:bold;
	color:#fff;
	padding:1px 10px;
	/*background-color:rgba(255,255,255,0.8);*/
	text-shadow: 0px 6px 6px #000, 0 5px 5px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);
}
.type_business {
	padding-top:20px;
	top:71px;
	font-size:20px;
	text-transform:uppercase;
	position:absolute;
	font-weight:800;
	color:#000000;
	padding:1px 10px;
	background-color:rgba(255,255,255,0.8);
}
.sub_title {
	color:#e0931d;
	text-transform:uppercase;
	font-weight:600;
}
.projet-details-drawer a {
	color:#fff;
	text-transform:uppercase;
}
.projet-details-drawer a:hover {
	color:#e0931d;
}
.projet-details-drawer h1 {
	font-size:20px;
	margin-top:5px;
}
.projet-details-drawer h2 {
	font-size:14px;
	margin-top:-20px;
}
.project_details h3 {
	text-align:left;
	font-size:18px;
	font-weight:600;
	color:#d41e27;
	text-transform:uppercase;
}
div.caption-box i.fa.fa-expand {
	color:white;
	font-size:37px;
}
div.caption-box i.fa.fa-external-link {
	color:white;
	font-size: 37px;
}
/*slide Materialize*/
ul.indicators {
	visibility:hidden;
}
div.slider.show>ul.indicators {
	visibility:visible;
	z-index:99;
	bottom:46px;
}

.slider ul.slides div h3 {
    font-family: Arial;
font-weight: 800 !important;
}

.slider ul.slides div h3,.slider ul.slides div h5 {
	/*text-shadow:1px 3px #000;*/
	  text-shadow: 0 1px 0 #000, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);
	font-weight: bold;
	    font-size: 30px;
}

.slider ul.slides div h5 {
    font-size: 25px;
}

.slider .slides li .caption {
        left: 94px;
            top: 19%;
}
/*for caret in picture frame*/
i.fa.fa-caret-right {
	position:absolute;
	margin-top:10px;
}
i.fa.fa-caret-right.newscaret {
	float:left;
	position:relative;
	font-size:17px;
	padding-right:12px;
	margin-top: 1px;
}
/*overview page*/
.collection_custom {
	border:none !important;
	padding-left:0 !important;
	margin-top:0px;
	margin-left:-11px;
	width:100%;
}
.collection_custom.collectblue .collection-item.active {
	background-color:#003567;
	color:#fff;
}
.collection_custom.collectblue a.collection-item:not(.active):hover {
	background-color:#f8a21b;
	color:#fff;
}
.collection_custom a.collection-item {
	color:#636268;
}
a.collection-item.side_bottom {
	background-color:#c3c2be;
	color: #fff;
}
a.collection-item.sub {
	/*margin-left:18px;*/
	padding-left:75px !important;
}
span .fa-chevron-right {
	float: right;
}
/*dropdown select*/
.dropdown-content li>a,.dropdown-content li>span {
	color: #000;
}
/*icon red hover page overview*/
.col.s12.m2.div_icon_pgov {
	background-color:white;
	padding:20px 50px;
	width:20%;
	height:80px;
}
.col.s12.m2.div_icon_pgov:hover {
	background-color:red;
	padding:20px 50px;
	color:white;
}
.div_icon_pgov img.icon_hover {
	visibility:hidden;
}
.div_icon_pgov:hover img.icon_unhover {
	visibility:hidden;
}
.div_icon_pgov:hover img.icon_hover {
	visibility:visible;
}
.div_icon_pgov div {
	margin-top:-12px;
	width:146%;
	font-size:12px;
	display:inline;
	vertical-align:middle;
}
.div_icon_pgov img,.img_icon {
	width:60px;
	margin-left:-48px;
	position: absolute;
}
.page_title {
	/*color:#fff;*/
	font-size:30px;
	/* padding-top:34px;*/
	/* padding:3px;*/
	text-transform:uppercase;
	position:absolute;
	top:30px;
	/*text-shadow:2px 3px black;*/
	font-weight:800;
	color:#000000;
	padding:1px 10px;
	background-color:rgba(255,255,255,0.8);
	left:0;
	margin-left:50px;
	    display: none;
}
/*page home popup*/
.collection .collection-item.avatar .icon {
	position:absolute;
	width:80px;
	height:59px;
	overflow:hidden;
	left:15px;
	display:inline-block;
	vertical-align:middle;
}
.collection .collection-item.active {
	background-color:#D6212A;
	color:#fff;
	/*background:#ccc url("../img/caretleft.png") no-repeat fixed center;*/
}
.collection a.collection-item {
	color:#635052;
	text-transform:uppercase;
	font-size:13px;
	font-weight:600;
	padding-left:70px;
	padding-top:15px;
	padding-bottom:15px;
}
.collection.news a.collection-item {
text-transform: capitalize;
 }

.collection a.collection-item:not(.active):hover {
	background-color:#FBF8F1;
}
.collection a.collection-item>img.icon.iconhover {
	visibility:hidden;
}
.collection .collection-item.active>img.icon.iconunhover {
	visibility:hidden;
}
.collection .collection-item.active>img.icon.iconhover {
	visibility:visible;
}
.collection .collection-item.avatar .title {
	font-size:13px;
	margin-top:12px;
	position:absolute;
	text-align:left;
	text-transform:uppercase;
}
.collection .collection-item.avatar {
	min-height:69px;
	padding-left:0px;
}
.collection {
	border:none;
}
.collection .collection-item {
	border-bottom:1px solid #F8F2E4;
}
a.collection-item.avatar.blue_collection {
	background:rgba(114,158,184,1);
	background:-moz-linear-gradient(top,rgba(114,158,184,1) 0%,rgba(28,90,131,1) 53%,rgba(28,90,131,1) 54%,rgba(28,90,131,1) 71%,rgba(28,90,131,1) 100%);
	background:-webkit-gradient(left top,left bottom,color-stop(0%,rgba(114,158,184,1)),color-stop(53%,rgba(28,90,131,1)),color-stop(54%,rgba(28,90,131,1)),color-stop(71%,rgba(28,90,131,1)),color-stop(100%,rgba(28,90,131,1)));
	background:-webkit-linear-gradient(top,rgba(114,158,184,1) 0%,rgba(28,90,131,1) 53%,rgba(28,90,131,1) 54%,rgba(28,90,131,1) 71%,rgba(28,90,131,1) 100%);
	background:-o-linear-gradient(top,rgba(114,158,184,1) 0%,rgba(28,90,131,1) 53%,rgba(28,90,131,1) 54%,rgba(28,90,131,1) 71%,rgba(28,90,131,1) 100%);
	background:-ms-linear-gradient(top,rgba(114,158,184,1) 0%,rgba(28,90,131,1) 53%,rgba(28,90,131,1) 54%,rgba(28,90,131,1) 71%,rgba(28,90,131,1) 100%);
	background:linear-gradient(to bottom,rgba(114,158,184,1) 0%,rgba(28,90,131,1) 53%,rgba(28,90,131,1) 54%,rgba(28,90,131,1) 71%,rgba(28,90,131,1) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#729eb8',endColorstr='#1c5a83',GradientType=0 );
	color:white;
}
.home_popup h1 {
	text-align:left;
	font-size:18px;
	color:#000;
	line-height:0px;
	text-transform:uppercase;
}
.home_popup h2 {
	text-align:left;
	font-size:15px;
	color:#D81B24;
	line-height:0px;
	text-transform:uppercase;
}
.home_popup p {
	text-align:left;
}
.iconDetails {
	margin-left:-11px;
	float:left;
	height:100px;
	max-width:150px;
}
.home_popup h3.mainbox {
	font-size:13px;
	text-align:left;
	text-transform:uppercase;
	font-weight:600;
	margin-top:-16px;
	margin-left:0px;
	background-color:transparent;
}
h4 {
	margin:0px;
	font-size:13px;
}
.home_popup h4.mainbox {
	font-size:10px;
	text-align:left;
	text-transform:capitalize;
	font-weight:400;
	margin-top:-16px;
	margin-left:0px;
	background-color:transparent;
}
.card .card-content p {
	margin-top:10px;
}
.hp_readmore {
	float:right;
	color:#DC2F3C;
	font-size:13px;
	padding-right:14px;
}
.home_popup h3 {
	font-size:10px;
	text-align:left;
	text-transform:uppercase;
	font-weight:600;
	margin-top:10px;
	margin-left:151px;
}
.home_popup h3 span {
	font-size:10px;
	text-align:left;
	text-transform:capitalize;
	font-weight:400;
	display:block;
}
.col.s12.m12.white.hp_sidebox {
	margin-bottom:10px;
}
.remodal {
	/*background: #F8F2E4;*/
	background: #E6E6E6;
}
h2#modalTitle {
	font-size:24px;
	/*border-bottom:2px solid #26A69A;*/
	border-bottom:4px solid #FFFFFF;
	text-align:left;
	text-transform:uppercase;
	font-weight:300;
}
div.ecremodal h1 {
	font-size:40px;
	font-weight:300;
	border-bottom:1px solid #626262;
}
div.ecremodal h2 {
	font-size:17px;
	line-height:15px;
}
div.ecremodal p {
	font-size:14px;
}
@media only screen and (min-width:641px) {
	.remodal {
		max-width:1000px;
	}
}
@media only screen and (max-width:830px) {
	.collection .collection-item.avatar .icon {
		width:49px;
		height:39px;
	}
	.collection .collection-item.avatar .title {
		font-size:8px;
		line-height:11px;
		margin-left: 6px;
	}
}
@media only screen and (max-width:600px) {
	/* SMALL SCREEN*/
	.collection .collection-item.avatar .title {
		font-size:13px;
		line-height:none;
		margin-left: -81px;
	}
	div.ecremodal h1 {
		/* font-size:24px;*/
		font-size:24px;
		font-weight:300;
		border-bottom:1px solid #626262;
	}
}
/*superslider*/
#slides {
	margin-top:-64px;
}
h1.superslider {
	font-size:4.2rem;
	line-height:1;
	margin:100px 0 50px 0;
	color: #fff;
}
/*footer*/
.page-footer {
	background-color:#ebe8d9;
}
footer {
	color:#625152;
	font-size:13px;
	padding:5px 0px;
}
footer a {
	color:#8f8586;
}
footer a:hover {
	color:#d51f28;
}
footer.page-footer {
	margin-top:0px;
	padding-top:20px;
	background-color:#ebe8d9;
	z-index:99;
	/* bottom:0px;position:absolute;width: 100%;*/
}
/*flexbox icon*/
.cbp-rfgrid {
	margin:35px 0 0 0;
	padding:0;
	list-style:none;
	position:relative;
	width: 100%;
}
.cbp-rfgrid li {
	position:relative;
	float:left;
	overflow:hidden;
	width:16.6666667%;
	/* Fallback */
	width:-webkit-calc(100% / 6);
	width:calc(100% / 6);
}
.cbp-rfgrid li a,.cbp-rfgrid li a img {
	display:block;
	width:100%;
	cursor:pointer;
}
.cbp-rfgrid li a img {
	max-width:100%;
	height: 100%;
}
/* Flexbox is used for centering the heading */
.cbp-rfgrid li a div {
	position:absolute;
	left:20px;
	top:20px;
	right:20px;
	bottom:20px;
	background:rgba(255,0,0,0.75);
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-align-items:center;
	-moz-align-items:center;
	-ms-align-items:center;
	align-items:center;
	text-align:center;
	opacity:0;
}
.cbp-rfgrid li a:hover div {
	opacity:1;
}
.cbp-rfgrid li a div h3 {
	width:100%;
	color:#fff;
	text-transform:uppercase;
	font-size:16px;
	letter-spacing:0px;
	padding: 0 0px;
}
/* Example for media query:change number of items per row */
@media screen and (max-width:1190px) {
	.cbp-rfgrid li {
		width:20%;
		/* Fallback */
		width:-webkit-calc(100% / 5);
		width:calc(100% / 4);
	}
}
@media screen and (max-width:945px) {
	.cbp-rfgrid li {
		width:25%;
		/* Fallback */
		width:-webkit-calc(100% / 4);
		width:calc(100% / 3);
	}
}
@media screen and (max-width:660px) {
	.cbp-rfgrid li {
		width:33.3333333%;
		/* Fallback */
		width:-webkit-calc(100% / 3);
		width:calc(100% / 3);
	}
}
@media screen and (max-width:660px) {
	.cbp-rfgrid li {
		width:33.3333333%;
		/* Fallback */
		width:-webkit-calc(100% / 3);
		width:calc(100% / 2);
	}
}
@media screen and (max-width:400px) {
	.cbp-rfgrid li {
		width:50%;
		/* Fallback */
		width:-webkit-calc(100% / 2);
		width:calc(100% / 2);
	}
}
@media screen and (max-width:300px) {
	.cbp-rfgrid li {
		width:100%;
	}
}
.homeiconlink {
	position:relative;
	    margin: 0px -4px;
	padding:0px;
}
.home_icon {
	position:relative;
	width:160px !important;
	height:70px !important;
	float:left;
	-webkit-transition:background-image 0.5s ease-in-out;
	-moz-transition:background-image 0.5s ease-in-out;
	-o-transition:background-image 0.5s ease-in-out;
	-ms-transition:background-image 0.5s ease-in-out;
	transition:background-image 0.5s ease-in-out;
}
.home_icon img {
	padding-left:10px;
	padding-top:10px;
	width:75px;
	margin-left: -60px;
}
a.home_icon:hover {
	background-color:#d9242d;
	transition:.2s ease-in-out;
	/* background-image:url(../img/carettop.png);*/
}
a.home_icon:hover>.ipms,  a.home_icon:hover>.ia,a.home_icon:hover>.ib,a.home_icon:hover>.ic,a.home_icon:hover>.id,a.home_icon:hover>.ie,a.home_icon:hover>.if,a.home_icon:hover>.ig {
	color:white;
}
.homeiconlink a div.ia {
	top:15px;
}
.homeiconlink a div.ib {
	top:15px;
}
.homeiconlink a div.ic {
	top:15px;
}
.homeiconlink a div.id {
	top:15px;
}
.homeiconlink a div.ie {
	top:15px;
}
.homeiconlink a div.if {
	top:15px;
}
.homeiconlink a div.ig {
	top:15px;
}
.homeiconlink a div {
	position:absolute;
	left: 70px;
	width:96px;
	padding:0px;
	margin:0px;
	text-align:left;
	font-weight:normal;
	color:#F4A512;
	font-size:13px;
}
div#home_bar {
	width:100%;
	position:absolute;
	height:70px;
	z-index:99;
	bottom:44px;
	background-color:rgba(0,0,0,0.7) !important;
}
/*#homeiconlinkbin old{position:absolute;margin:0px;height:70px;width:100%;z-index:99;bottom:49px;left:0px;background-color:rgba(0,0,0,0.7) !important;padding: 0px 90px;}*/
#homeiconlinkbin {
	height:70px;
	z-index:99;
	bottom:44px;
	left:0px;
	padding:0px 90px;
	width:100%;
	position:fixed;
	left:50%;
	/*margin:0 0 0 -35.5%;*/
	text-align: center;
}
@media only screen and (max-width:1400px) {
	#homeiconlinkbin {
		left:0;
		margin:0;
	}
}
@media only screen and (max-width:1246px) {
	div#home_bar,#homeiconlinkbin {
		height:140px;
	}
}
@media only screen and (max-width:835px) {
	/*for captions and icon home*/
	.slider ul.slides div h3,.slider ul.slides div h5 {
		font-size:21px;
	}
	div#home_bar, #homeiconlinkbin {
/*    height: 212px;*/
    /* top: 190px; */
    padding: 0;
}

}

@media only screen and (max-width:796px) {
	div#home_bar,#homeiconlinkbin {
		height:164px;
		/*top:190px;*/
	}
}
@media only screen and (max-width:650px) {
	div#home_bar,#homeiconlinkbin {
		height:212px;
		top:190px;
	}
	.slider .slides li .caption {
		top: 65px;
	}
	.slider ul.slides div h3,.slider ul.slides div h5 {
		font-size:21px;
	}
	#homeiconlinkbin {
		height:150px;
		padding:0;
	}
	.home_icon img {
		padding-left:10px;
		padding-top:10px;
		width:58px;
	}
	.homeiconlink a div {
		/*left:48px;*/
		font-size:12px;
	}
	.home_icon {
		position:relative;
		height:50px !important;
	}
}
@media only screen and (max-width:391px) {
	div#home_bar,#homeiconlinkbin {
		height:100px;
		top:250px;
	}
	.homeiconlink a div {
		display:none;
	}
	.home_icon {
		width:50px !important;
	}
	#homeiconlinkbin {
		height:350px;
		/*top:200px;*/
	}
	.module.project {
		/*height:318px;*/
		    height: 230px;
		font-size:smaller;
	}
	.business_title,.type_business {
		font-size: small;
	}
	.slider .slides li .caption {
    left: 15%;
	}


}
/*height small - hide icon*/
@media only screen and (max-height:330px) {
	div#home_bar {
    display: none;
	}
}
/*marquee text*/
@media only screen and (max-width:600px) {
	.marquee {
	    top: -126px !important;
	    z-index: 999;
	}
	div#home_bar {
    background-color: rgba(0, 0, 0, 0) !important;
	}


}

@media only screen and (max-width:391px) {
	/*overwrite important marquee*/
	.marquee {
    top: -185px !important;
    z-index: 999;
	}

}


/*As per materializecss;footer will be pushed down*/
/* body{display:flex;min-height:100vh;flex-direction:column;}main{flex: 1 0 auto;}*/
/*Home page enhance*/
.progress {
	margin:0;
	z-index:899;
}
.progress .indeterminate {
	background-color:#F44336;
}
.progress .indeterminate:before {
	content:'';
	position:absolute;
	background-color:inherit;
	top:0;
	left:0;
	bottom:0;
	will-change:left,right;
	-webkit-animation:indeterminate 5.1s cubic-bezier(0.65,0.815,0.735,0.395) infinite;
	-moz-animation:indeterminate 5.1s cubic-bezier(0.65,0.815,0.735,0.395) infinite;
	-ms-animation:indeterminate 5.1s cubic-bezier(0.65,0.815,0.735,0.395) infinite;
	-o-animation:indeterminate 5.1s cubic-bezier(0.65,0.815,0.735,0.395) infinite;
	animation:indeterminate 5.1s cubic-bezier(0.65,0.815,0.735,0.395) infinite;
}
.progress .indeterminate:after {
	content:'';
	position:absolute;
	background-color:inherit;
	top:0;
	left:0;
	bottom:0;
	will-change:left,right;
	-webkit-animation:indeterminate-short 5.1s cubic-bezier(0.165,0.84,0.44,1) infinite;
	-moz-animation:indeterminate-short 5.1s cubic-bezier(0.165,0.84,0.44,1) infinite;
	-ms-animation:indeterminate-short 5.1s cubic-bezier(0.165,0.84,0.44,1) infinite;
	-o-animation:indeterminate-short 5.1s cubic-bezier(0.165,0.84,0.44,1) infinite;
	animation:indeterminate-short 5.1s cubic-bezier(0.165,0.84,0.44,1) infinite;
	-webkit-animation-delay:1.15s;
	-moz-animation-delay:1.15s;
	-ms-animation-delay:1.15s;
	-o-animation-delay:1.15s;
	animation-delay: 1.15s;
}
/*IR*/
.ir_page h1 {
	text-align:left;
	font-size:20px;
	font-weight:800;
	color:#000;
	text-transform:uppercase;
}
.ir_page h2 {
	text-align:left;
	font-size:18px;
	font-weight:600;
	color:#d41e27;
	text-transform:uppercase;
}
.stock_info span {
	font-size:20px;
	font-weight:600;
}
.stock_info span.ir_quotes {
	font-size:11px;
	font-weight:400;
}
.stock_info span.ir_lastdone span {
	font-size:30px;
	font-weight:600;
}
.stock_info span.up {
	color:#026519;
}
.stock_info span.down {
	color:#026519;
}
.ir_link a {
	color:#000;
}
.ir_link a:hover {
	text-decoration:underline;
}
.ir_bottom h3 {
	padding-left:13px;
	font-size:18px;
	font-weight:600;
	color:#000;
	text-transform:uppercase;
	margin-top:0px;
	margin-bottom:6px;
	padding-top:9px;
}
.ir_bottom p {
	font-size:13px;
	position:relative;
	margin-top:-7px;
	color:#666666;
}
i.homeicon {
	font-size:73px;
	float:left;
	margin-right:7px;
	/*color:#dcd7c5;*/
	color: #f5a11a;
	padding-left:13px;
	width:100px;
}
.col.s12.ir_hm {
	padding:20px 0px;
}
.col.s12.ir_hm:hover {
	background-color:#f5a11a;
	color:white;
	transition:.2s ease-in-out;
}
.col.s12.ir_hm:hover>h3 {
	color:#fff;
}
.col.s12.ir_hm:hover>i.homeicon,.col.s12.ir_hm:hover>p {
	color:#fff;
}
.col.s12.ir_hm:hover a {
	color: #DCD7C5;
}
hr {
	/*border:1px solid rgba(233,233,233,0.5);*/
	border:1px solid #E9E9E9;
}
.col.s12.m4.ir_hm {
	min-height: 136px;
}
/*rest*/
.container_side h1 {
    text-align: left;
    font-size: 20px;
    font-weight: 800;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 4px;
    background-color: rgba(216, 216, 215, 0.9);
    line-height: 35px;
    width: 140%;/*200%*/
    margin-left: -31px;
    padding: 19px 31px;
    margin-top: 0px;
}
.container_side h2 {
	text-align:left;
	font-size:18px;
	font-weight:600;
	/*color:#d41e27;RED */
	color:#F57F17;
	text-transform:capitalize;;
}
.container_side ul.collapsible {
	/*padding-left: 10px;*/
}
ul.collapsible.career li div {
    padding-left: 10px;
}

/*badge*/
span.badge.latest {
	font-weight:400;
	font-size:15px;
	color:#FEFEFE;
	background-color:#FF5B5B;
	border-radius:2px;
}
span.badge.latest:after {
	content: " Latest";
}
/*conditional statements*/
[if IE] footer.page-footer {
	bottom:0px;
	position:absolute;
	width: 100%;
}
/*gridblockslide projectEC*/
.grid-block-container {
	float:left;
	text-align:center;
	/* width:990px;margin:20px 0 0 -30px;*/
}
.grid-blocks {
	position:relative;
	float:left;
	width:300px;
	height:200px;
	margin:0 0 30px 30px;
}
.grid-block img,.grid-blocks img {
	width:300px;
	height:200px;
}
.caption-box {
	display:none;
	position:absolute;
	top:0;
	left:0;
	background:url(../img/trans-black-50.png);
	width:100%;
	height:100%;
	z-index:99;
}
.caption-box h3,.caption-box p {
	color:#fff;
	margin:20px;
}
.caption-box h3 {
	margin:20px 20px 10px;
	font-size:22px;
}
.caption-box p {
	font-size:13px;
	line-height:1.5em;
	margin:0 20px 15px;
}
.caption-box a.learn-more {
	padding:5px 10px;
	background:#08c;
	color:#fff;
	border-radius:2px;
	-moz-border-radius:2px;
	font-weight:bold;
	text-decoration:none;
}
.caption-box a.learn-more:hover {
	background:#fff;
	color: #08c;
}
.pagination li {
	float:left;
	    font-size: 13px;
	padding:0 10px;
	/* line-height:30px;*/
	border-radius:2px;
	text-align:center;
	/*font-weight:200;*/
	background-color:whitesmoke;
}
.pagination li.active {
	background-color:#4D8ACC;
}
.pagination li i.fa.fa-chevron-right {
	font-size:10px;
}
.blockbox p,.blockbox span {
	font-weight:400 !important;
	font-size: 17px !important;
}
/*color*/
.modalwhite {
	background-color: rgba(255,255,255,0.87) !important;
}
/*for sidequicklinkshoveron invisible*/
.fixed-action-btn ul {
	display: none;
}
/*Hafiz CSS START*/
blockquote.word25 {
	font-size:25px;
}
h4.subtitle {
	font-size:16px;
	font-weight:bold;
}
.sidestatement /* Side Statement for Our Policy */ {
	font-size:50px;
	font-weight:bold;
	color: #4D9CCF;
}
/* Liststyle for Our Policy */
.opwordcolor {
	color:#4D9CCF;
}
ul.liststyle {
	padding-left:20px;
}
ul.liststyle li {
	list-style-type:square;
/*	color:#EE6E73;*/
color: #272727;
}
ul.liststyle p {
	color: #000000;
}
/*Hafiz CSS END*/
/*color & font styling*/


/*blue*/
.zelan_blue {
	background-color:#003567 !important;
}
.zelan_blue_light1 {
	background-color:#0071BB !important;
}
.zelan_blue_light2 {
	background-color:#91CEF5 !important;
}
.zelan_blue_light3 {
	background-color: #b5d7fc !important;
}
/*green*/
.zelan_green {
	/*background-color:#2E4121 !important;*/
	background-color:#0B8A15 !important;
}
.zelan_green_light {
	background-color: #91C570 !important;
}
/*yellow*/
.zelan_yellow {
	background-color:#FFDE00 !important;
}
.zelan_yellow_dark {
	background-color:#F5A11A !important;
}
.zelan_yellow_light {
	background-color: #fdddac !important;
}
/*red*/
.zelan_red {
	background-color:#E4000B  !important;
}
.zelan_red_light {
	background-color: #FBB4B8 !important;
}
/*updated18082015*/
@media only screen and (min-width:993px) {
	nav .brand-logo {
		left:2px;
		/*padding-left:13px;*/
		/*padding-left:70px;*/
	}
}
#main_nav {
	position:absolute;
	right:21px;
	padding-left: 23px;
}
/*sidemenu*/
a.collection-item.sub.active {
	background-color:#0071bb !important;
}
i.fa.fa-caret-right.sidemenucaret {
	position:relative;
}
a.collection-item.sub2 {
	padding-left:120px;
}
.btn,.btn-large {
	background-color:#003567;
}
.btn:hover,.btn-large:hover {
	background-color:#0071BB;
}
.collection a.collection-item {
	background-color:rgba(255,255,255,0.87);
}
a.collection-item.sub {
	background-color:#EAEAE8;
	color:#003567;
	padding-left:95px !important;
}
a.collection-item.side_bottom {
	background-color:#c3c2be;
	color:black;
}
a.collection-item.sub.active>span {
	display:none;
}
a.collection-item.sub2 {
	background-color:#D5E0E7;
	color: #014B7B;
}
/*missionpage*/
.cardfont {
	font-size:19px;
	font-weight:800;
	margin-top:0;
}
.imagebox p,.imagebox span {
	font-weight:400 !important;
	font-size:17px !important;
	background-color:rgba(255,255,255,0.85);
	width:100%;
	position:relative;
	padding:21px;
}
@media only screen and (max-width:993px) {
	a.collection-item.sub,a.collection-item.sub2,.collection a.collection-item {
		padding-left:40px !important;
	}
	.collection.news a.collection-item {
		padding-left:5px !important;
	}
}
@media only screen and (max-width:600px) {
	.container_side {
		float:none;
		width:90%;
	}
	.container .row {
		margin-left:0;
		margin-right:0;
	}
	/* footer.page-footer{height:85px !important;}*/
}
.media {
	margin-top:15px;
}
.media:first-child {
	margin-top:0;
}
.media,.media-body {
	overflow:hidden;
	zoom:1;
}
.media-body {
	width:10000px;
}
.media-object {
	display:block;
}
.media-right,.media>.pull-right {
	padding-left:10px;
}
.media-left,.media>.pull-left {
	padding-right:10px;
}
.media-left,.media-right,.media-body {
	display:table-cell;
	vertical-align:top;
}
.media-middle {
	vertical-align:middle;
}
.media-bottom {
	vertical-align:bottom;
}
.media-heading {
	margin-top:0;
	margin-bottom:5px;
}
.media-list {
	padding-left:0;
	list-style:none;
}
.media-body {
	padding-top:15px;
}
.media-heading h4 {
	color:#181818;
	font-weight:bold;
	font-size:14px;
}
.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 14px;
    text-transform: capitalize;

}
.media-body em {
    font-weight: bold;
}
.thumbnail {
	display:block;
	padding:4px;
	margin-bottom:20px;
	line-height:1.42857143;
	background-color:#fff;
	border:1px solid #ddd;
	border-radius:4px;
	-webkit-transition:border .2s ease-in-out;
	-o-transition:border .2s ease-in-out;
	transition:border .2s ease-in-out;
}
.caretimagetriangle {
	margin-left:-2px;
	margin-top:15px !important;
	font-size: 2.5em;
}
/*news*/
.collection.news a.collection-item {
	padding-left: 5px;
}
/*bod hide */
.ir_directorContainer a {
	float:left;
	margin:1em 0;
	width:87px;
	height:22px;
	background:url(../img/btn_closeview.png) no-repeat left top;
	text-indent:-1000em;
	outline: none;
}
/* view - close profile */
.ir_directorContainer.hidec a {
	background-position:left bottom;
}
.ir_directorContainer .ir_directorDescription {
	display:block;
	margin-top:60px;
}
.ir_directorContainer.hidec .ir_directorDescription {
	display:none;
}
em {
	font-size:14px;
}
.tooltipped {
	display:inline-block;
}
.printdiv {
	float:right;
}
a.printfriendly {
	margin:0px !important;
}
@media only screen and (max-width:500px) {
	.business_title,.type_business {
		font-size:small;
	}
}
@media only screen and (max-width:360px) {
	.media-left,.media-right,.media-body {
		display:inline;
	}
}
@media screen and (max-width:767px) {
	.table-responsive {
		width:100%;
		margin-bottom:15px;
		overflow-y:hidden;
		-ms-overflow-style:-ms-autohiding-scrollbar;
		border:1px solid #ddd;
	}
	.table-responsive {
		min-height:.01%;
		overflow-x:auto;
	}
}
@media only screen and (max-width:1125px) {
	.navbar-fixed {
		height:64px;
	}
	nav,nav .nav-wrapper i,nav a.button-collapse,nav a.button-collapse i {
		height:64px;
		float:left;
		position:relative;
		z-index:1;
		display:block;
	}
	.zelan_logo {
		width:221px;
		padding:0;
		height: 100%;
	}
}
/*quicklink iconheader*/
.smallquick {
	opacity:0.5;
	transition:.2s ease-in-out;
	text-align:left;
	padding:10px;
    padding-left: 40px;
}
.smallquick:hover {
	opacity:1;
	transition:.2s ease-in-out;
}
.covericon {
	opacity:;
	/*background-color:black;*/
}
.smallquick:hover>.covericon {
	opacity:1;
}
.projet-details-drawer .smallquick a {
	color:#fff;
	text-transform:none;
	font-size:12px;
}
.projet-details-drawer .smallquick img {
	top:6px;
	position:relative;
	    padding: 0 5px;
	/* margin-bottom:-9px;padding:0 12px;*/
}
.projet-details-drawer .smallquick a:hover {
	color:#F4A512;
}
@media only screen and (max-width:992px) {
	.projet-details-drawer .smallquick a span {
		display:none;
	}
	.projet-details-drawer .smallquick a {
		/* margin:0 -24px;*/
	}
	.smallquick {
		text-align: left;
	}
}
/*form*/
input[type="checkbox"].filled-in:checked+label:after {
	top:0px;
	width:20px;
	height:20px;
	border:2px solid #F57F17;
	background-color:#F57F17;
	z-index:0;
}
input[type=text]:focus:not([readonly]),input[type=password]:focus:not([readonly]),input[type=email]:focus:not([readonly]),input[type=url]:focus:not([readonly]),input[type=time]:focus:not([readonly]),input[type=date]:focus:not([readonly]),input[type=datetime-local]:focus:not([readonly]),input[type=tel]:focus:not([readonly]),input[type=number]:focus:not([readonly]),input[type=search]:focus:not([readonly]),textarea.materialize-textarea:focus:not([readonly]) {
	border-bottom:1px solid #F57F17;
	box-shadow:0 1px 0 0 #F57F17;
}
input[type=text]:focus:not([readonly])+label,input[type=password]:focus:not([readonly])+label,input[type=email]:focus:not([readonly])+label,input[type=url]:focus:not([readonly])+label,input[type=time]:focus:not([readonly])+label,input[type=date]:focus:not([readonly])+label,input[type=datetime-local]:focus:not([readonly])+label,input[type=tel]:focus:not([readonly])+label,input[type=number]:focus:not([readonly])+label,input[type=search]:focus:not([readonly])+label,textarea.materialize-textarea:focus:not([readonly])+label {
	color: #F57F17;
}
/*maps mobile*/
div.mobilemaps .collapsible-body p {
	font-size:11px;
}
@media only screen and (max-width:1124px) {
	.hide-on-med-and-down-nav {
		display:none !important;
	}
	.container_side h1 {
	width:initial; 
}

}
@media only screen and (max-width:1125px) {
	nav .brand-logo {
		left:50%;
		-webkit-transform:translateX(-50%);
		-moz-transform:translateX(-50%);
		-ms-transform:translateX(-50%);
		-o-transform:translateX(-50%);
		transform:translateX(-50%);
	}
}
@media only screen and (min-width:1125px) {
	.hide-on-large-only-nav {
		display:none !important;
	}
}
.footerright {
	text-align:right;
}
@media only screen and (max-width:700px) {
	.footerright {
		text-align: left;
	}
}
/*tabs*/
.tabs {
	background-color:#EAEAE8;
}
.tabs .tab a {
	color:#F57F17;
}
.tabs .tab a:hover {
	color:#003567;
}
.tabs .tab a.active {
	color:#FF7076;
	background-color: #D3D1D1;
}
@media only screen and (max-width:600px) {
	.tabs .tab a {
		/* Safari */
		-webkit-transform:rotate(-90deg);
		/* Firefox */
		-moz-transform:rotate(-90deg);
		/* IE */
		-ms-transform:rotate(-90deg);
		/* Opera */
		-o-transform:rotate(-90deg);
		/* Internet Explorer */
		filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	}
	.tabs .tab a.active {
		color:#FF7076;
		background-color:transparent;
	}
}
.shareside {
	right:0px;
	position:absolute;
	text-align:right;
	padding-top:112px;
	padding-right:10px;
}
.shareside a {
	color:white;
	padding:0 10px;
}
.col.s4.m4.shside {
	display: inline-block;
}
.media-body.ir_directorContainer {
	/* box-shadow:10px 10px 5px #FFFFFF;*/
	background-color:rgba(26,47,78,0.07);
	padding:10px 10px;
}
.printdiv.sharediv {
	display:inline-block;
	margin-top:-45px;
	margin-right:10px;
}
li.search_custom a {
	color:#d41e27;
	padding-top:20px;
	font-size: 15px;
}



/**
 * Tooltip Styles
 */
.tips {
    display: inline-block;
    /*margin: 0 10px;*/
    /*margin: -12px 11px;*/
}
/* Add this attribute to the element that needs a tooltip */
.tips[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}
/* Hide the tooltip content by default */
.tips[data-tooltip]:before,
.tips[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}
/* Position tooltip above the element */
.tips[data-tooltip]:before {
  position: absolute;
  bottom: 103%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 160px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}
/* Triangle hack to make tooltip look like a speech bubble */
.tips[data-tooltip]:after {
  position: absolute;
  bottom: 103%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid hsla(0, 0%, 20%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}
/* Show tooltip content on hover */
.tips[data-tooltip]:hover:before,
.tips[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
@media only screen and (min-width: 992px){
/*    .tips[data-tooltip]:before {
        border: none;
        background-color: transparent;
        color: transparent;
        }
    .tips[data-tooltip]:after {
        border: none;
        }*/
}
@media only screen and (max-width:500px){
/*    .tips {
        margin: 0;
    }*/
}


/*End tooltipped*/


/*SHARE */
div#share {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.56);
    padding: 10px 10px 5px 10px;
    right: 81px;
    top: 27px;
    z-index: 999;
}
a.shareclose {
    top: -7px;
    /*position: relative;*/
    font-size: 28px;
    color: white;
}

/*END SHARE*/


/*sidebar  new v4*/
@media only screen and (max-width: 1126px){
	.hide-when-mobile {
	    display: none !important;
	}
.col.contentbig {
    width: 100% !important;
    padding: 0 20px;
    /*background-color: red;*/
	}
}

@media only screen and (min-width: 1126px){
.show-when-mobile {
    display: none !important;
	}
.contentbig_pad{
    margin-left: 216px;
	}


}


.col.contentbig {
   /* width: 80%;*/
   width: 75%;
    padding: 0 20px;
        min-height: 750px;/* minscrollheight*/
}
.col.contentsmall{
/*    background-color: red;*/
    display: inline-block;
}


/*stickmenu*/
.stickmenu {
    position: fixed;
    margin-top: 100px;
        z-index: 501;
}

.hoverpad{
position: absolute !important;
margin-top: 0px !important;
z-index: 99;
}

/*stickmenu end*/

/*slideexpand*/


/*h1 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #333;
  margin-top:150px;
}*/

.accordion {
  width: 100%;
  /*max-width: 1080px;*/
  height: 350px;
  overflow: hidden;
  /*margin: 50px auto;*/
}

.accordion ul {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
}

.accordion ul li {
  display: table-cell;
  vertical-align: bottom;
  position: relative;
  width: 16.666%;
  height: 350px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 500ms ease;
}

.accordion ul li div {
  display: block;
  overflow: hidden;
  width: 100%;
      padding-left: 12px;
    border: 1px solid #D0CECE;
}

.accordion ul li div a span {
    opacity: 1;
    /* background-color: rgba(245, 127, 23, 0.45); */
    display: block;
    font-size: 18px;
    text-align: left;
    padding: 17px 17px;
    width: 362px;
    color: #fff;
    top: 72%;
    height: 20%;
    font-weight: bold;
    text-transform: capitalize;
    -moz-box-shadow: 3px 3px 5px 6px #000;
    /* -webkit-box-shadow: 3px 3px 5px 6px #ccc; */
    /*text-shadow: 3px 0px 6px #FFF, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);*/
    background: rgba(0,25,54,0.6);
    margin-left: -15px;
}
.accordion ul:hover li:hover a span {
  opacity: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}


.accordion ul li div a {
  display: block;
  height: 350px;
  width: 100%;
  position: relative;
  z-index: 3;
  vertical-align: bottom;
  padding: 15px 20px;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  /*font-family: Open Sans, sans-serif;*/
  transition: all 200ms ease;
}

.accordion ul li div a * {
  opacity: 0;
  margin: 0;
  width: 100%;
  text-overflow: ellipsis;
  position: relative;
  z-index: 5;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.accordion ul li div a h2 {
  /*font-family: Montserrat, sans-serif;*/
  text-overflow: clip;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 2px;
  top: 160px;
 text-shadow: 0px 6px 6px #000, 0 5px 5px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);
 display: initial;
/* filter: progid:DXImageTransform.Microsoft.Shadow(color=#0000FF,direction=45);*/
}

.accordion ul li div a p {
  top: 160px;
  font-size: 13.5px;
  text-shadow: 0px 2px 0 #000, 0 0px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);
}

.accordion ul li div a hr {
    /* background-color: red; */
    /* color: red; */
    /* position: absolute; */
    top: 163px;
    width: 800px !important;
    left: -33px;
    border: 0;
    height: 2px;
    background: #333;
      background-image: linear-gradient(to right, #D41E27, #EF252F, #D41E27);
}


/*
.accordion ul li:nth-child(1) { background-image: url("http://cms-zelan-vl31.shareinvestor.com/system/assets/1/hb1.jpg");background-size: cover; }

.accordion ul li:nth-child(2) { background-image: url("http://cms-zelan-vl31.shareinvestor.com/system/assets/2/hb2.jpg"); background-size: cover;}

.accordion ul li:nth-child(3) { background-image: url("http://cms-zelan-vl31.shareinvestor.com/system/assets/3/hb3.jpg");background-size: cover; }

.accordion ul li:nth-child(4) { background-image: url("http://cms-zelan-vl31.shareinvestor.com/system/assets/4/hb4.jpg"); background-size: cover;}

.accordion ul li:nth-child(5) { background-image: url("http://cms-zelan-vl31.shareinvestor.com/system/assets/5/hb5.jpg"); background-size: cover;}*/

/*.accordion ul li:nth-child(6) { background-image: url("http://cms-zelan-vl31.shareinvestor.com/system/assets/5/hb5.jpg");background-size: cover; }*/

.accordion ul:hover li { width: 8%; }

.accordion ul:hover li:hover { width: 25%;/*width: 60%;*/ }

.accordion ul:hover li:hover a { /*background: rgba(0, 0, 0, 0.4); */}

.accordion ul:hover li:hover a * {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}


.accordion_container {
    clear: both;
    height: 350px;
}

.accordion_container_wrap {
    position: absolute;
    margin-left: -20px;

}
 @media screen and (max-width: 600px) {

.accordion_container {
    height: 1750px;
}

.accordion { height: auto; }

.accordion ul li,
.accordion ul li:hover,
.accordion ul:hover li,
.accordion ul:hover li:hover {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  -webkit-transition: none;
  transition: none;
}
}
/*slideexpand end*/

/*menu flyout*/
/* We remove the margin, padding, and list style of UL and LI components */
#menuwrapper ul, #menuwrapper ul li{
    margin:0;
    padding:0;
    list-style:none;
    padding: 5px 0;
}
#menuwrapper{
    left:0;
    top:0;
    bottom:0;
}
#sidemenu{
    background:#003567;
    width: 205px;
    height:100%;
    min-height: 1266px;
}
/* We apply background color and border bottom white and width to 150px */
#menuwrapper ul li{
    background-color:#003567;
    /*width: 205px;*/
    cursor:pointer;
    text-align: left;
    padding-left: 0px;

}
#menuwrapper ul li:nth-child(1) {
    margin-top: 15px;
}

#menuwrapper ul li > ul li:nth-child(1) {
    margin-top: 10px;
}

/* We apply the background hover color when user hover the mouse over of the li component */
#menuwrapper ul li:hover{
    /*position:relative;*/
    
}

/* We apply the link style */
#menuwrapper ul li a{
/*    padding-top:20px;
    padding-bottom:20px;*/
    color:#FFFFFF;
    display:inline-block;
    text-decoration:none;
    padding-left: 10px;
    border-left: 4px solid transparent;
    line-height: 1.5em;
        font-size: 14px;
    margin-bottom: 18px;
    text-transform: capitalize;
    font-weight: normal;

}

#menuwrapper ul li a.selected{
    color: #FFF;   
}
#menuwrapper ul li:hover > a{
    color: #EBE8D9;
    transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    border-left: 4px solid #D41E27;
    transition: .2s ease-in-out;
    padding-left: 10px;



}

#menuwrapper ul li:hover >a:after 
{
    content: "";
    display: inline-block;
    border-bottom: 0.8em solid transparent;
    border-left: 0.8em solid transparent;
    border-right: 11px solid #EBE8D9;
    border-top: 0.8em solid transparent;
    height: 0px;
    margin-top: -2px;
    position: absolute;
        left: 183px;
    width: 1px;
    transition:border-right 1s ease;
    -o-transition:border-right 1s ease;
    -webkit-transition:border-right 1s ease;
    -moz-transition:border-right 1s ease;
        z-index: 100;
}

#menuwrapper ul li:hover ul li:hover a:after{
	    border-right: 0.8em solid transparent;

}
#menuwrapper ul li.nofly:hover >a:after{
	    border-right: 0.8em solid transparent;

}


#menuwrapper ul li a.noflyout:hover:after {
    border-right: 0.8em solid transparent;
    transition:none;
    -o-transition:none;
    -webkit-transition:none;
    -moz-transition:none;
}
/**** SECOND LEVEL MENU ****/
/* We make the position to absolute for flyout menu and hidden the ul until the user hover the parent li item */
#menuwrapper ul li ul{
    position:absolute;
    display:block;
    visibility:hidden;
    height:100%;
    background-color:transaprent;
    width:0px;
    color:#fff;
    
}

#menuwrapper ul li ul li{
    color:#003567;
    background:transparent;
        padding: 0;
    transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
}

#menuwrapper ul li:hover > ul li a:hover {
    border-left: 5px solid #D41E27;
    background-color: #fff;
    display: block;
}


/* When user has hovered the li item, we show the ul list by applying display:block, note: 150px is the individual menu width.  */

#menuwrapper ul li:hover ul {
    left:205px;
    top:0px;
    display:block;
    visibility:visible;
    width:250px;
    background-color:#EBE8D9;
    transition:background-color 0.5s ease;
    -o-transition:background-color 0.5s ease;
    -webkit-transition:background-color 0.5s ease;
    -moz-transition:background-color 0.5s ease;
        margin-top: 330px;
            height: 100%;
    min-height: 1266px;
        z-index: 99;
        padding: 10px 0;
            box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.27);
    
}


#menuwrapper ul li:hover ul p {
    padding: 5px 10px;
    color: #000;
    text-align: justify;
}


#menuwrapper ul li:hover > ul li a {
    color: #000;
    font-weight: bold;
    text-transform: capitalize;
        padding: 5px;
    margin: 5px 0;
    font-weight: normal;
    border-left: 5px solid transparent;
    display: block;
}

/*menu fllyout end*/

/*chairmans statement hide*/

/* view - close profile */
.cs_img_caption.hidec a {
    background-position:left bottom;
}
.cs_img_caption .ir_directorDescription {
    display:block;
    margin-top:10px;
}
.cs_img_caption.hidec .ir_directorDescription {
    display:none;
}

.cs_img { 
   position: relative; 
   width: 100%; /* for IE 6 */
}

.box_cs_cap {
    position: absolute;
    top: 70px;
    right: 75px;
    padding: 0 35px;
    color: #fff;
    width: 340px;
    background-color: rgba(0, 0, 0, 0.17);
}
a.cs_rm {
position: absolute;
    margin-top: -46px;
    padding-left: 15px;
    color: white;
    text-decoration: underline;
    right: 168px;
}
@media only screen and (max-width: 876px){

    .box_cs_cap {
    color: black;
    position: initial;
    padding: 0;
    width: 100%;
    padding: 0 10px;
    background-color: transparent;

}
.cp_qshe_img {
	margin-top: 0px !important;
}

    a.cs_rm {
    position: relative;
    color: #000;
        left: 0;

	}
}

/*chairmans statement hide end*/

/*Bod page*/
/*div#people p {
    font-size: 13px;
}*/

.displaypicbod{
    margin-top: 50px;
    padding-bottom: 50px;
}

div#people {
    margin-top: 25px;
    }

ul.img-list { 
list-style-type: none;
    margin: 0;
    padding: 0;
    /* padding-left: 100px; */
    padding-top: 20px;
    padding-bottom: 10px;
    /* border-top: 4px solid #ED821D; */
    border-bottom: 4px solid #ED821D;
    text-align: center;
 }
ul.img-list li {width:200px;height:200px;margin-right:1em;position:relative;margin-bottom:1em;display:inline-block;    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.1);    border-radius: 5px;}
ul.img-list li:hover span.text-content {opacity:1;}
ul.img-list li.active span.text-content {opacity:1;}
span.text-content {position:absolute;top:0;left:0;background: rgba(255, 119, 0, 0.82);color:white;cursor:pointer;display:table;width:200px;height:200px;opacity:0;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
    border-radius: 5px;}
span.text-content span {display:table-cell;vertical-align:middle;text-align:center;}

.bod_thumb_img_list{
    width:200px;
    height:200px;
        border-radius: 5px;

}

@media only screen and (max-width: 1200px){
ul.img-list { padding-left: 0;     text-align: center;}
}

/*/bod page end*/

/*maps*/
#maps_containerhome {
    background: url(../img/maps850.jpg) no-repeat scroll center top transparent;
    color: #000000;
    background-color: #DCF4FF;;
    height: 500px;
    /* margin: 0 auto; */
    overflow: hidden;
    position: relative;
    width: 850px;
    z-index: 0;
    margin: 0 auto;
}

.labels a {
		background: url(/system/stylesheets/img/button01.png)no-repeat;
    color: #FFFFFF;
    display: none;
    position: absolute ;
    width: 38px;
    height: 41px;
   	text-indent: -1000em;
   	z-index:500;
}

.labels a:hover {
    display:block; background-position: 0% 100%;
}

#point1 {display:block; position:absolute; width:500px;     top: 308px;
    left: 505px; height:136px;} /*malaysia*/
#point2 {display:block; position:absolute; width:500px;     top: 245px;
    left: 333px; height:136px;} /*India*/
#point3 {display:block; position:absolute; width:500px;     top: 168px;
    left: 170px;height:136px;} /*uae*/
#point4 {display:block; position:absolute; width:500px;     top: 198px;
    left: 87px; height:136px;} /*saudi arabia*/
#point5 {display:block; position:absolute; width:500px;     top: 394px;
    left: 569px; height:136px;} /*indonesia*/
#point6 {display:block; position:absolute; width:500px; top:295px; left:479px; height:136px;}
#point7 {display:block; position:absolute; width:500px; top:372px; left:427px; height:136px;}
#point8 {display:block; position:absolute; width:500px; top:20px; left:1030px; height:136px; float:right;}


.dialog_label1 {
    background-color: #FFFFFF;
    color: #FFFFFF;
    display: none;
    height:127px;
    left: 35px;
    bottom: 8px;
    line-height: 24px;
    padding: 10px;
    position: relative;
    text-align: center;
    width: 267px;
    z-index: 800;
                box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.44);
		/*background: url(/system/stylesheets/img/tooltip_bx.png) no-repeat;*/
}

.dialog_label1 img {left: 10px; position: absolute; top: 12px; }


.dialog_label2 {
    background-color: #FFFFFF;
    color: #FFFFFF;
    display: none;
    height:127px;
    left: 35px;
    line-height: 24px;
    padding: 10px;
    position: relative;
    text-align: center;
    bottom: 8px;
    width: 267px;
    z-index: 800;
                box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.44);
		/*background: url(/system/stylesheets/img/tooltip_bx.png) no-repeat;*/
}

.dialog_label2 img {left: 10px; position: absolute; top: 12px; }

.dialog_label3 {
    background-color: #FFFFFF;
    color: #FFFFFF;
    display: none;
    height:127px;
    left: 35px;
    line-height: 24px;
    padding: 10px;
    position: relative;
    text-align: center;
    bottom: 8px;
    width: 267px;
    z-index: 800;
                box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.44);
    /*background: url(/system/stylesheets/img/tooltip_bx.png) no-repeat;*/
}

.dialog_label3 img {left: 10px; position: absolute; top: 12px; }

.dialog_label4 {
    background-color: #FFFFFF;
    color: #FFFFFF;
    display: none;
    height:127px;
    left: 35px;
    line-height: 24px;
    padding: 10px;
    position: absolute;
    text-align: center;
    bottom: 8px;
    width: 267px;
    z-index: 800;
                box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.44);
		/*background: url(/system/stylesheets/img/tooltip_bx.png) no-repeat;*/
}

.dialog_label4 img {left: 10px; position: absolute; top: 12px; }

.dialog_label5 {
    background-color: #FFFFFF;
    color: #FFFFFF;
    display: none;
        height:127px;
    right: 487px;
    line-height: 24px;
    padding: 10px;
    position: absolute;
    text-align: center;
    bottom: 45px;
    width: 267px;
    z-index: 1200;
            box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.44);
    /*background: url(/system/stylesheets/img/tooltip_bx.png) no-repeat;*/
}

.dialog_label5 img {left: 10px; position: absolute; top: 12px; }


.righthvr{
    /*background-color: #243762;*/
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    height: 80px;
    left: 118px;
    line-height: 36px;
    position: absolute;
    top: 10px;
    width: 200px;
    z-index: -10;
    /*border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid rgba(203, 189, 58, 0.8);*/
}

a.righthvr{
    color: #000;
    font-size: 12px;
    font-weight: bold;
    height: 69px;
    line-height: 15px;
    padding: 10px 5px;
    text-align: left;
    text-transform: uppercase;
    width: 155px;
}

/*remodalfixmap*/
.labelling {
    margin-left: 250px;
}

.points {
    margin-left: -250px;
}

.dialog_label5.labelling {
    right: 250px;
}

@media only screen and (max-width:992px) {

	#maps_containerhome {
	    background: url(../img/maps500.jpg) no-repeat scroll center top transparent;
	    color: #000000;
	    background-color: #DCEEFF;
	    height: 294px;
	    /* margin: 0 auto; */
	    overflow: hidden;
	    position: relative;
	    width: 500px;
	    z-index: 0;
	    margin: 0 auto;
	}

	#point1 {display:block; position:absolute; width:500px;     top: 169px;
	    left: 290px; height:136px;} /*malaysia*/
	#point2 {display:block; position:absolute; width:500px;         top: 125px;
	    left: 189px; height:136px;} /*India*/
	#point3 {display:block; position:absolute; width:500px;        top: 89px;
	    left: 85px;height:136px;} /*uae*/
	#point4 {display:block; position:absolute; width:500px;     top: 95px;
	    left: 41px; height:136px;} /*saudi arabia*/
	#point5 {display:block; position:absolute; width:500px;         top: 198px;
	    left: 294px; height:136px;} /*indonesia*/
	/*#point6 {display:block; position:absolute; width:500px; top:295px; left:479px; height:136px;}
	#point7 {display:block; position:absolute; width:500px; top:372px; left:427px; height:136px;}
	#point8 {display:block; position:absolute; width:500px; top:20px; left:1030px; height:136px; float:right;}*/


	.dialog_label1 {
	    background-color: #fff;
	    color: #FFFFFF;
	    display: none;
	    height:127px;
	    left: -263px;
	    line-height: 24px;
	    padding: 10px;
	    position: absolute;
	    text-align: center;
	    bottom: 45px;
	    width: 267px;
	    z-index: 1200;
	        box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.44);
	    /*background: url(/system/stylesheets/img/tooltip_bx.png) no-repeat;*/
	}

	.dialog_label5.labelling {
	    right: 260px;
	}

	.ec_orangebox_margin {
	    margin-top: 0px !important;
	}

}


/*maps end*/


/*view completed project*/
.rowcompleted{
	margin-bottom: 0 !important;
}



.organizationboxin {
/*    padding: 0 22px;
    background-color: rgba(0, 53, 103, 0.18);;
    margin-top: 18px;*/
    display: inline-table;
}
.organizationbox {
    margin-left: 20px;
}
.organizationboxin > div div ul li div img{
	    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.1);
	        width: 120px;
    height: 125px;
}

.organizationboxin > div div ul li div.media-body {
    font-size: 13px;
}




a.news {
    font-weight: bold;
    color: #F57F17;
}
a.news:hover {
    text-decoration: underline;
}
hr.yellowline{
	
    height: 5px;
    background-color: #ED821D;
    border: transparent;
}

 .contact_reg_header:hover{
     background-color: #EBE8D9;
 }

.backdrop {
    background-color: #F57F17;
}


.pd_redbox_top {
    margin-top: 20px;
}
a.linkmodalcompleted {
    color: red;
    font-style: normal;
    text-decoration: underline;
    float: right;
}

span#marineslidetxt {
    line-height: 19px;
    /* margin-top: 10px; */
}

.marquee {
/*    height: 21px;
    overflow: hidden;
    position: relative;
    color: #fff;
    font-size: 13px;
    top: -20px;
    background-color: #747272;*/
    height: 20px;
    overflow: hidden;
    position: relative;
    color: #000;
    font-size: 13px;
    top: -20px;
    background-color: #F4A512;
        font-weight: 600;
}
.marquee a {
	color: #000;
	    font-weight: 600;
}

.marquee span.date {
    color: #000;
        padding-left: 30px;
            font-weight: 600;
}


/*#################################CSS FIXED START##########################################*/
/*home word project mgt svs*/
.homeiconlink a div.ipms {
    top: 7px;
}

/*stafflink hover*/
.collection.stafflink {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.stafflink a.collection-item:not(.active):hover {
    background-color: #EBE8D9;
}

.collection.stafflink a.collection-item {
padding-left: 10px;
}

/*certification captions*/
ul#og-grid p {
    font-size: 13px;
    text-align: center;
    height: 90px;
    padding: 0 5px;
}


/*expertise link hover underline*/
.expertise a:hover{
	text-decoration: underline;
}
/*content css when desktop*/
.ec_orangebox_margin{
	margin-top: 73px;
}
.ec_box_text_style{
	font-size: 21px !important;text-align: left;
}
.ec_mapsimage_p{
	text-align: center;
    font-weight: bold !important;
    color: #CE0000 !important;
    /* text-align: left; */
    font-size: 20px !important;
    text-transform: uppercase;
    font-family: Arial black;
    text-shadow: 0 1px 0 #FFF, 0 10px 10px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);
}

.cp_bp_img_margin {
    margin-top: 100px;
}

.pp_rembang_boxred_margin{
    margin-top: 40px;

}
.pp_rembang_yellowbox_height{
	height: 362px;
}
.sy-box { /*slide padding bit*/
    padding-top: 8px;
}
.project_details h2 {
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    color: #F57F17;
    text-transform: capitalize;
}
/*content css when mobile layout*/
@media only screen and (max-width:600px) {
	.ec_orangebox_1{
		margin-top: 0;
	}
	.displaypicbod{
	margin-top: 0;
	}
	.pp_rembang_boxred_margin{
    margin-top: 0px;
	}
	.pp_rembang_yellowbox_height{
	height: auto;
	}


}

/*content css when tablet layout*/
@media only screen and (max-width: 1126px){
.organizationbox {
    margin-left: 0;
}
	.og-expander {
	    width: 100%;
	    margin-left: 0;
	}


}

ul.bullet {
    list-style-type: disc;
}

ul.bullet li {
    list-style-type: disc;
    margin-left: 33px;
}

a.readmore {
    text-decoration: underline;
    font-weight: bold;
}

/*update on 20 July- career input form -black font request by J. */
.input-field label {
    color: #000000;
}
textarea.materialize-textarea {
    color: #000000;
}

/*update on 27 Jul - Jun, list for small career*/
@media only screen and (max-width:600px) {

.collapsible-header {

    height: 62px;
    line-height: 21px;
    padding: 0 1rem;
	}
div.applybuttonupright {
    padding-top: 0px !important;
}

}

/*career apply go to up*/
div.applybuttonupright {
	padding-top: 93px !important;
}

@media only screen and (max-width:992px) {

div.applybuttonupright {
    padding-top: 0px !important;
}

}



/*#################################CSS FIXED END ##########################################*/