@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,800,700,600,300);
body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	background: #fff;
	font-size:14px;

}
.container {
	max-width: 1280px;
	position: relative;
	overflow:hidden;

}
.container-small{ max-width:900px; margin:0 auto;}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
	margin: 0 auto;
}
a {
	color: #666666;
	 -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

label{ text-align:left!important; font-weight:400;}
.control-label:after{ content:':'; float:right;}
.form-group{margin-left:0!important}
.grey-bg-light .form-group{ margin-bottom:0;}
.form-horizontal .grey-bg-light{ padding:15px; border-top:1px solid #bcbec0; border-bottom:1px solid #bcbec0;}
.form-horizontal .grey-bg-light.light{ background:#f6f6f6; padding:15px; border: none; }
.btn-blue{ background:#007786; color:#fff; text-transform:capitalize; border:none; font-size:30px!important; font-weight:300; padding:10px 30px; margin:30px 0;}
.btn-blue:hover{ background:#666; color:#fff; }
.form-control{ border:1px solid #808285; border-radius:0; }
h4.mandatory{ margin:30px 0!important;}
.mandatory:before{ content:'*'; color:#eb1f56; margin:0 5px;}
.register .dark-bg{ padding-left:20px;}
.register .dark-bg h3{ font-size:34px;}
.register{ display:none;}
.btn-blue.small{ font-size:20px!important;} 
.btn-blue.xsmall{ font-size:14px!important;} 
.btn-blue.small.btn-grey{ background:#999}
.register .dark-bg h3 a:hover{ cursor:pointer;}

h1 {
	color: #808284;
	line-height:62px;
}

h1 img {
    float: left;
    margin-right: 20px;
}
h1.white{
	color:#fff;
}

h2 {
	color: #666;
	font-size: 28px;
	font-weight: 300;
	line-height: 36px;
	margin: 30px 0;
}

.datacentre h2 {
	color: #666;
	font-size: 28px;
	font-weight: 300;
	margin: 10px 0;
}

h2.red, .carousel-caption h3.red{
	color: #ea1f44;
}
.grey{ color:#999!important; margin-bottom:0!important;}

.bold {
    font-weight: 600;
    margin-bottom: 5px;
}

h5.bold img{ margin-right:20px;}
h4.bold { margin-top:20px; font-size:15px;}
h4.bold .fa { color:#f04529; margin-left:20px;}


/*********************** HEADER FIXED CSS STARTS HERE******************************/
.navbar-fixed-top {
	background: #4d4d4d;
	border-bottom: none;
	min-height: 40px;
}
.navbar-fixed-top .navbar-nav li {
    padding: 0px 0 6px 0px;
    display: inline-block;
    color: #FFF;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 400;
}
.navbar-fixed-top .navbar-nav li.language {
	position: relative;
}
.navbar-fixed-top .navbar-nav li select.form-control {
	border: none;
	height: 26px;
	padding: 3px 10px;
	width: auto;
	display: inline-block;
	margin-left: 6px;
	border-radius: 0;
	width: 150px;
}
.navbar-fixed-top .navbar-nav li.search {
	padding: 0;
	height: 46px;
	line-height: 46px;
	padding: 0 15px;
	background: #ea1f44;
	display:none;
}
.navbar-fixed-top .navbar-nav li.search.active {
	background: #e6e7e8;
	color:#ea1f44;
}


.navbar-fixed-top .navbar-nav li.search:hover {
	cursor: pointer;
}
.navbar-fixed-top .navbar-nav li.search .fa {
	font-size: 16px;
}
.navbar-fixed-top .navbar-nav li a {
	padding: 0px;
}
.navbar-fixed-top .navbar-nav li.website {
	margin-top: 7px;
}
.navbar-fixed-top .navbar-nav li.website a {
	line-height: 0;
	display: inline-block;
	padding-left: 6px;
}

.search-box-top .input-group {
    border-left: 1px solid #999;
    margin: 6px 0;
    padding: 0;
    position: relative;
}
.navbar-fixed-top li.search-box-top {
	background: #e6e7e8;
	width: 200px;
	display:none;
	padding:0;
}
.search-box-top .form-control {
	border-radius: 0;
	border: none;
	box-shadow: none;
	background:none;
}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
	margin-left: 0;
}
.search-box-top .btn.red {
	background: none;
	color:#999!important;
}

.search-box-top .btn.red:hover, .search-box-top .btn.red:focus{ background:none!important; color:#333!important;}

.fixed-header-menu {
	
	display: none;
}
.navbar-fixed-top .navbar-nav li a.topbutton{
	padding: 8px 10px;
color: #FFF;
background: #F04529 none repeat scroll 0% 0%;
border-radius: 0px;
font-size: 15px;
font-weight: 400;
text-shadow: none;
line-height: 100%;
	}
	
.navbar-fixed-top .navbar-nav li a.topbutton:hover{
    text-decoration: none;
    background: #EA1F44 none repeat scroll 0% 0%;
}
/*********************** HEADER FIXED CSS STARTS HERE******************************/

.navbar-right {
	margin-right: 0!important;
}
/*********************** HEADER STATIC CSS STARTS HERE******************************/
.navbar-static-top {
    background: none repeat scroll 0 0 #ffffff;
    border: medium none;
    box-shadow: 0 3px 4px 0 #ccc;
    min-height: 80px;
}
.no-shadow{ box-shadow: none;}

/*.navbar-static-top:after {
	top: 100%;
	left: 0;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	margin-left: -360px;
	border-top: 25px solid #fff;
	border-left: 360px solid transparent;
	border-right: 360px solid transparent;
}*/
.navbar-brand {
	height: auto;
}
.navbar-static-top .navbar-nav {
	margin-top: 29px;
}
.navbar-static-top .navbar-nav > .active > a, .navbar-static-top .navbar-nav > .active > a:hover, .navbar-static-top .navbar-nav li > a:hover, .navbar-static-top .navbar-nav > .active > a:focus {
	background: none;
	color: #ea1f44;
}
.navbar-static-top .navbar-nav li > a {
	border-right: 2px dotted #ea1f44;
	padding: 7px 18px;
	font-weight: 400;
	font-size: 15px;
}
.navbar-static-top .navbar-nav li:last-child a {
	border-right: none;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 0;
}
/*********************** HEADER STATIC CSS ENDS HERE******************************/


/***********************SUB HEADER CSS STARTS HERE******************************/
.sub-nav {
	background: none;
	border: none;
	box-shadow: 0 0 6px 3px #ccc;
	border-radius:0;
}
.sub-nav .navbar-nav {
	width: 100%;
	text-align: center;
}
.sub-nav li {
	float: none;
	display: inline-block;
	float:none!important;
}
.sub-nav li.active a {
	background: none;
}
.sub-nav li a {
	text-transform: uppercase;
	font-weight: 600;
	padding: 15px 20px;
	line-height: 30px;
	font-size:13px;
}
.sub-nav li a span {
	text-transform: none;
}
.sub-nav .navbar-nav > .active > a, .sub-nav .navbar-nav > .active > a:hover, .sub-nav .navbar-nav > li > a:hover, .sub-nav .navbar-nav > .active > a:focus {
	background: none;
	color: #ea1f44;
}
.sub-nav li a .fa {
	font-size: 8px;
	margin-left: 6px;
	position: absolute;
	right: -7px;
	line-height:60px;
	top:0;
	color:#ea1f44;
}
/***********************SUB HEADER CSS ENDS HERE******************************/




/*********SLIDER STARTS HERE*********/

.carousel-indicators li {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: none;
	border: 2px solid #fff;
	margin: 0 7px!important;
}
.carousel-indicators .active {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #fff;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	max-width: 100%;
}
.carousel-inner > .item, .item {
	background: #fff;
}
.carousel-caption {
	left: 50%!important;
	margin: 0 0 0 -570px;
	text-align: left;
	top: 20%;
	width: 1200px;
}

.carousel-caption.caption-right {
    color: #333;
    font-size: 13px;
    font-style: italic;
    left: auto !important;
    margin: 0 -196px 0 0 !important;
    text-align: justify;
    text-shadow: none;
    top: 10% !important;
    width: 680px !important;
}
.carousel-caption h3 {
	max-width: 280px;
	margin-right: 20px;
	text-align: left;
	color: #fff;
	text-transform: none;
	text-shadow: none;
	font-weight: 300;
	font-size: 26px;
	line-height: 30px;
	margin-bottom:20px;
}
.carousel-indicators {
	left: 50% !important;
	margin: 0 auto 32px -690px !important;
	max-width: 1260px;
	position: absolute;
	text-align: right;
	width: 100%;
	z-index: 99;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	margin: 0 auto;
}
.read-more {
	display: block;
	float: left;
	margin-top: 10px;
}
.read-more a {
	padding: 8px 10px;
	color: #fff;
	background: #f04529;
	border-radius: 0px;
	font-size: 15px;
	font-weight: 400;
	text-shadow:none;
}
.read-more a:hover, .read-more a:focus {
	text-decoration: none;
	background: #ea1f44;
}
.sub-page .carousel-control {
	background: none!important;
	width: auto;
}
.sub-page .carousel-indicators {
	bottom: -30px;
	left: 0;
	width: auto;
	margin-left: 0;
	color: #fff;
	font-weight: bold;
}
.sub-page .carousel-indicators li {
	border-radius: 0;
	width: auto;
	height: auto;
	line-height: 20px;
	color: #333;
	border: none;
	text-indent: 0;
	margin: 0 20px!important;
}
.sub-page .carousel-indicators li.active {
	border-color: none;
}
.sub-page#myCarousel .carousel-caption {
	left: 0;
	right: 0;
	bottom: 0;
	text-align: left;
	padding: 20px;
	background: none;
	text-shadow: none;
	position: static;
	margin-top: 0px;
	margin-left: 0;
	color: #333;
	width: 100%!important;
}
.sub-page#myCarousel .carousel-indicators {
	width: 100%!important;
	text-align: center;
	margin: 0 0 20px 0!important;
	position: static;
}
.sub-page#myCarousel .item {
	background: #f6f6f6;
}
.sub-page .carousel-indicators li {
    display: inline-block;
    font-size: 12px;
    height: auto;
    padding: 0;
    text-transform: uppercase;
    width: 160px;
}
.sub-page {
	float: left;
}
.sub-page .carousel-control.left {
	left: 30px;
}
.sub-page .carousel-control.right {
	right: 70px!important;
}
.sub-page#myCarousel .carousel-control .fa {
	position: absolute;
	top: 40%;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #9b9b9b!important;
}
.sub-page#myCarousel .carousel-control .fa.fa-arrow-left{ text-indent:999999px; background: url(../images/scroll-lefttarrow.jpg) no-repeat!important;}
.sub-page#myCarousel .carousel-control .fa.fa-arrow-right{ text-indent:999999px; background: url(../images/scroll-rightarrow.jpg) no-repeat!important;}

.twenty-four-hours {
	background: url(../images/24-hours.jpg) no-repeat;
}
.end-to-end {
	background: url(../images/end-to-end.jpg) no-repeat;
}
.alternative-models {
	background: url(../images/alternative-models.jpg) no-repeat;
}
.security-authentication {
	background: url(../images/security-authentication.jpg) no-repeat;
}

.national-singal {
	background: url(../images/nsw.jpg) no-repeat;
}

.Custom-management {
	background: url(../images/cms.jpg) no-repeat;
}

.Port-community {
	background: url(../images/pcs.jpg) no-repeat;
}

.free-trade-zone {
	background: url(../images/fts.jpg) no-repeat;
}


.ejudiciary-system{
	background: url(../images/eJudiciarysystem.jpg) no-repeat;
}
.legal-research{
	background: url(../images/lrs.jpg) no-repeat;
}
.solomonraj-joseph{background: url(../images/Solomonraj.jpg) no-repeat;}
.mike-yap{background: url(../images/mike.jpg) no-repeat;}
.yu-lin{background: url(../images/yu-lin.jpg) no-repeat;}

.shalini-menon{background: url(../images/shalini-menon.jpg) no-repeat;}
.keith-tan{background: url(../images/keith-tan.jpg) no-repeat;}
.doreen-loh{background: url(../images/doreen-loh.jpg) no-repeat;}


.img-indicators {
	display: block;
	width: 96px;
	height: 96px;
	margin: 0 auto;
	background-position: -102px 0;
	margin-bottom:20px;
}
.active .img-indicators {
	background-position: -1px 0;
}

.interview  .img-indicators { display:block; width:150px; height:150px; background-position: -150px 0;}
.interview .active .img-indicators {background-position: 0px 0!important;}
.interview .carousel-caption{ min-height:380px;}

/*********SLIDER ENDS HERE*********/


/*********************** MAIN CONTENT CSS STARTS HERE******************************/

.jump-section {
	color: #ee4b30;
}

.jump-section:hover {
	text-decoration: underline;
}

.unbroken-date {
	white-space: nowrap;
}

.grey-bg {
	background: #e7e7e9;
	padding: 20px 0 40px 0;
}
.dark-bg {
	background: #4d4d4d;
	padding: 0;
}
.light-dark-bg {
	background: #808285;
	padding: 0;
}
.grey-bg-light {
	background: #ededed;
	padding: 20px 0 40px 0;
}


.light-red-bg {
	background: #f04529;
	padding: 0;
	text-align:center;
}


.dark-red-bg {
	background: #e92d45;
}

h1 .fa{ height:54px; width:54px; font-size:30px; line-height:54px; text-align:center;}
h1 .fa{
	margin-right: 10px;
	border-radius: 50%;
}
h1 .fa-bullhorn, h1 .fa-building  {
	color: #e95570;
	border: 1px solid #e95570;
}
h1 .fa-video-camera , .fa-suitcase{
	color: #f69385;
	border: 1px solid #f69385;
}
h1 .fa-globe{
	color: #f14c36;
	border: 1px solid #f14c36;
}

h1 .fa-sitemap,  .fa-question, .fa-headphones{
	color: #2d8f9f;
	border: 1px solid #2d8f9f
}
.home-table {
	font-size: 14px;
}
.table-striped > tbody > tr:nth-child(2n+1) {
	background: #ebebeb;
}
.table-striped > tbody > tr {
	background: #f6f6f6;
}
.home-table .table-striped > tbody > tr td:first-child {
	text-align: right;
	color: #ee4b30;
}
.home-table .table-striped > tbody > tr td {
	padding-top: 12px;
	padding-bottom: 12px;
	border-color: #ccc;
}
.home-table .table-striped > tbody > tr td a:hover, .hover-red .table-striped > tbody > tr td a:hover{
	text-decoration: none;
	color: #ea1f36;
	border-bottom: 1px dotted #ea1f36;
}

.hover-red .table-striped > tbody > tr td{ padding:20px; }

.dark-bg h3 {
	color: #fff;
	margin: 0;
	line-height: 70px;
	
}
.dark-bg h3 .small {
	color: #fff;
	font-size:13px;
}

.dark-bg h3 .fa-arrow-right, .fa-arrow-right-big{
	float: right;
	padding: 10px;
	background: #ea1f44!important;
	color: #fff;
	font-size: 30px;
}

.light-dark-bg .fa-plus, .light-dark-bg .fa-minus, .fa-arrow-right{ text-indent:99999px; width:70px; height:70px; float:right;}
.light-dark-bg .fa-plus{ background: #ea1f44 url(../images/footprint-open.png) no-repeat center center!important;}
.light-dark-bg .fa-minus{ background: #fff url(../images/footprint-close.png) no-repeat center center!important;}

.fa-arrow-right-big:hover{background: #ea1f44!important;}

.dark-bg h3 .fa-arrow-right{background: #ea1f44 url(../images/arrow-right-big-red.png) no-repeat  center center!important;}
.dark-bg h3 .fa-arrow-right.blue{background: #007787 url(../images/arrow-right-big-blue.png) no-repeat  center center!important;}

.light-dark-bg .fa-plus:hover{ cursor:pointer;}

.brouchers {
	display: block;
	border: 1px solid #bbbbbb;
	padding-left: 10px;
	line-height: 36px;
	background: #fff;
	color: #007787;
	font-weight: 600;
	margin: 10px 0;
	font-size: 11px;
}

.brouchers.red {
	border: 1px solid #f04529;
	color:#333;
	font-weight:600;
	font-size:14px;
}
.brouchers.red:focus{ text-decoration:none;}
.brouchers .fa {
	float: right;
	padding: 5px 5px;
	background: #007787!important;
	color: #fff;
	height: 36px;
}

.brouchers.red .fa {
	background: #f04529!important;
	font-size:20px;
}

.brouchers:hover {
	cursor: pointer;
	text-decoration: none;
}
h2.margin-top-20 span {
	display: block;
	color: #eb3754;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
}
h5.blue {
	color: #00b0aa;
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 5px !important;
}
h6 {
	font-weight: 400;
	font-size: 14px;
	color: #333;
	margin-bottom:5px;
}

.list-styled {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}
.list-styled li {
	list-style-image: url(../images/li-style.jpg);
	list-style-position: inside;
	margin-bottom:5px;
}
.list-inline {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	height: auto;
}
.list-inline li {
	padding: 0;
	position: static;
	margin: 0 0 15px 0;
}
.list-inline-hidden {
	position: static;
	width: 100%!important;
	display: none;
	min-height: 585px!important;
	height: 100%;
	float: left;
	margin-bottom: 20px;
}
.list-inline-hidden.min-height{ min-height:590x!important;}

.list-inline-hidden > li {
    background: none repeat scroll 0 0 #e7e7e9;
    color: #666;
    height: auto;
    left: 0 !important;
    list-style: none outside none;
    margin-left: 8px;
    margin-right: 9px;
    min-height: 605px;
    padding: 30px 40px;
    position: absolute;
    text-align: justify;
    z-index: 999;
}


.list-inline-hidden h3{ color:#999; font-size:36px; margin:0;}
.list-inline-hidden h4{ color:#ff3333; font-size:15px; font-weight:600; margin-bottom:20px;}
.relative {
	position: relative;
}
.image-holder {
	position: relative;
	max-width: 390px;
	margin: 0 auto;
}
.image-holder .img-responsive {
	width: 100%;
}
.details {
	position: absolute;
	bottom: 0px;
	background: #4d4d4d;
	color: #fff;
	min-height: 40px;
	left: 0;
	width: 100%;
	line-height: 40px;
	padding: 0 10px
}
.details .left {
	float: left;
	text-transform:uppercase;
}
.details .right {
	float: right;
	margin-right: 50px;
}
.details .right-hide {
	float: right;
	margin-right: 50px;
}
.details .right .fa{
	background:#007787 url(../images/fa-open.png) no-repeat center!important;
	color: #fff;
	font-size: 26px;
	height: 100%;
	line-height: 40px;
	position: absolute;
	right: 0;
	width: 40px;
	top: 0;
	text-indent:999999px;
}
.details .right-hide .fa {
	background: #e4e5e6 url(../images/fa-close.png) no-repeat center!important;
	color: #fff;
	font-size: 26px;
	height: 100%;
	line-height: 40px;
	position: absolute;
	right: 0;
	width: 40px;
	top: 0;
	text-indent:999999px;
}

.right-hide {
	display: none;
}
.details .right:hover, .details .right-hide:hover {
	cursor: pointer;
}
.sub-banner-tab {
	margin-bottom: 20px;
	display: block;
	float: left;
	width: 100%;
}
.sub-banner-tab a {
	text-align: center;
	color: #fff;
	background: #ea1f44;
	display: block;
	font-weight: 300;
	font-size: 30px;
	line-height: 70px;
	text-transform: capitalize;
}


.sub-banner-tab a:hover, .sub-banner-tab a.active {
	text-decoration: none;
	background: #fff;
	color: #e81536;
}
.sub-banner-tab a.current-newsletter {
	background: #007787;
	color: #fff;
}
.sub-banner-tab a.newsletter-archive{ background:#f04529;}

.sub-banner-tab a:hover, .sub-banner-tab a.active {
	text-decoration: none;
	background: #fff;
	color: #007786;
}
.sub-banner-tab .col-sm-4, .sub-banner-tab .col-sm-6 {
	padding: 0;
}
.message {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
.message:last-child {
	border: none;
	margin-bottom: 30px;
}
.message a {
	display: block;
	color: #ea1f44;
	font-weight: 600;
}
.message h3 {
	margin-top: 10px;
	color: #666;
}

.more-news{ display:none; margin:30px 0; }


.writeups{ margin:20px 0;}
.heading{ text-align:center; color:#fff; font-weight:600; padding:12px 0; font-size:16px; margin-bottom:20px;}
.dark{ background:#828186; text-transform:uppercase;}

.col-sm-4.inline{ text-align:center;}
.col-sm-4.inline img{ display:block; margin:0 auto;}
.list-unstyled{ list-style:disc inside none; text-align:left; margin:10px 0 20px 0;}
.list-unstyled.list-styled, .list-unstyled.list-styled li{ list-style:none; margin:0; background:none; list-style-image:none; padding-bottom:5px;}
.inline .list-unstyled.list-styled{ float:left; margin-right:50px;}
.list-styled .fa{ color:#e95570; font-size:16px; width:19px; text-align:left; margin-right:10px; }
.list-styled .fa.fa-circle{ font-size:7px; color:#999; text-align:center;}
.list-styled .fa.fa-phone{ background:url(../images/phone.png)!important; text-indent:99999px;}
.list-styled .fa.fa-print{ background:url(../images/print.png)!important; text-indent:99999px;}
.list-styled .fa.fa-envelope-o{ background:url(../images/email.png)!important; text-indent:99999px;}
.list-styled .fa.fa-globe{ background:url(../images/web.png)!important; text-indent:99999px;}

table tr td .list-styled{font-size:13px;}

.table-center, .table-center tr th{ text-align:center; font-weight:400; }
.table-center tr th{ background:#bebec0; color:#fff} 

.table-center { text-align:center;}
.border{ border:none; border-bottom:1px solid #e8e8e8; height:1px; clear:both; margin:20px 0;}

.training a{ color:#43bcb7;}
table.training tr th{ font-weight:600; background:#fff;}
table.training tr td, table.training tr th{ padding-top:15px; padding-bottom:15px; padding-left:40px;}

.questions{ color:#f2553c; margin:20px 0 10px 0; font-weight:600;}


.close-p{ display:none; margin-left:20px; margin-bottom:15px; font-size:13px;}
.open-p{ padding-left:20px; margin-bottom:5px;}
.open-p:hover{ cursor:pointer;}
.red .open-p:hover{ color:#f04529;}
.red .close-p{ color:#f04529;}
.red .open-p{  background:url(../images/plus-red.png) no-repeat left  4px;}
.red .open-p-minus{ background:url(../images/minus-red.png) no-repeat left  4px;  color:#ef5035; }
.blue .open-p:hover{ color:#2ea7a3;}
.blue .close-p{ color:#2ea7a3;}
.blue .open-p{ background:url(../images/plus-blue.png) no-repeat left  4px;}
.blue .open-p-minus{ background:url(../images/minus-blue.png) no-repeat left  4px;  color:#2ea7a3; }
.white .open-p{ color:#efefef}
.white .close-p{ color:#efefef}
.white .open-p:hover{ color:#fff;}
.white .open-p{ background:url(../images/plus-white.png) no-repeat left  4px;}
.white .open-p-minus{ background:url(../images/minus-white.png) no-repeat left 4px;  color:#fff;}
.arards:after{ content: url(../images/award.png); font-family:'FontAwesome'; position:absolute; color:#f04529; margin-left:5px; width:22px; height:22px; text-align:center;line-height:20px;}
.black .open-p:hover{ color:#333;}
.black .close-p{ color:#333;}
.black .open-p{  background:url(../images/plus-black.png) no-repeat left  4px;}
.black .open-p-minus{ background:url(../images/minus-black.png) no-repeat left  4px;  color:#ef5035; }
.red .open-p-static{ background:url(../images/dot-red.png) no-repeat left  4px;  padding-left:20px; margin-bottom:5px;}
.red .open-p-static.middle{ background:url(../images/dot-red.png) no-repeat left  11px;  padding-left:20px; margin-bottom:5px;}
.blue .open-p-static{ background:url(../images/dot-blue.png) no-repeat left  4px;  padding-left:20px; margin-bottom:5px;}
.white .open-p-static{ background:url(../images/dot-white.png) no-repeat left  4px;  padding-left:20px; margin-bottom:5px;}
.black .open-p-static{ background:url(../images/dot-black.png) no-repeat left  4px;  padding-left:20px; margin-bottom:5px;}

.footprint-open h3{ color:#fff; text-align:center; margin:15px 0; line-height:50px; font-weight:400;}
.footprint-open-o h3{ color:#333;}
.footprint-open{ background:#f04529;}
.footprint-open a{background:url(../images/footprint-open.png) no-repeat center; width:50px; height:50px; margin:0 auto; display:block;}
.footprint-open-o{ background:#e6e7e8;}

.footprint-open-fixed{ background:#f04529!important;}
.footprint-open-fixed h3{ color:#fff!important}
.footprint-close{ display:none;}
.footprint-open-o a{ background:url(../images/footprint-close.png) no-repeat center!important;}
.footprint-open-fixed.blue-bg{ background:#007786!important;}

h3 a.pull-left{ background:none!important; position:absolute; left:20px; top:15px;}
h3 .form-control{ border:1px solid #ddd; border-radius:0;}
.select-style {
    border: 1px solid #fff;
    overflow: hidden;
    background:#fff url(../images/arrow-down-small.png) no-repeat right center;
	z-index:1;
	max-width:250px; margin:25px auto;
}

.select-style select {
    padding: 5px 8px;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
	z-index:-1;
	width:280px;
	font-size:16px;
	text-transform:uppercase;
}
.select-style select option {
	background:none!important;
	

}


.banner-links{ text-align:center; position:absolute; top:35%; width:100%}
.banner-links a{ color:#fff; font-weight:600; font-size:15px;}
.banner-links a:hover, .banner-links a:focus{ text-decoration:none;}

p.text-left{ line-height:26px; margin:20px 0;}

.inline h5{ margin:20px 0;}

h4 .name {
    color: #666;
    font-weight: 300;
}

h4 .name:hover {
    color: #ea1f44;
    font-weight: 300;
}
h3 .name {
    color: #666;
    font-weight: 300;
}

h3 .name:hover {
    color: #ea1f44;
    font-weight: 300;
}
.yearwise li {
    font-size: 30px;
    font-weight: 300;
    background-color: #ccc;
    margin-right: 5px;
	width: 15%;
text-align: center;

}
.yearwise li a {

    color: #000 !important;
	margin: 0px !important;
border-radius: 0px;

}
.yearwise li a.active {
    background-color: #ebebeb;
    border: transparent;
}

/*********************** PRODUCTS PAGE CSSS ******************************/
.pro-border.tfp {
    margin: 2px 0px 20px 0px;
}
.pro-border {
    margin: 20px 0px 20px 0px;
    display: block;
    float: left;
}
.pro-logo {
    display: block;
    padding: 0px 0px 10px;
}

.pro-text {
    display: block;
    padding: 20px 10px;
}

.blog-tags li {
 color: #fff;
background: #00afa9;
display: inline-block;
padding: 3px 11px;
border-radius: 10px;
	font-size: 13px;

}
.blog-tags li {
    position: relative;
    margin: 0 7px 7px 0;
}
.leftsub-banner{
	display: block;
	float: left;
	padding-left: 20px;
}

.phidelity-left {
    float: left;
    display: block;
    text-align: left;
    width: 59%;
    padding-left: 30px;
}
.phidelgo {
    float: left !important;
    display: block;
    width: 100% !important;
	padding-top: 20px;
}

.phidelgo img{ margin:0;}
.table-row {
    border-spacing: 15px;
    display: table;
	margin-top: 20px;
}

.pro-border-phide {
    border: 1px solid #ccc;
    border-radius: 10px;
    float: left;
    margin: 0 15px 30px;
	color:#333;
}
.table-cell {
   border: 1px solid #ccc;
    border-radius: 10px;
    display: table-cell;
    vertical-align: top;
    width: 33.3334%;
	color:#333;
}

.pro-text b, .pro-border-phide b, .pro-accordion b {
    color: #333;
    font-weight: 600;
}

.pro-accordion.lastgrey {
    margin: 0 10px;
}


.pro-accordion .panel-heading {
    background: #e92d45 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}

.pro-accordion .panel-heading a {
    color: #fff;
    display: block;
    padding: 8px 10px 8px 30px;
	position:relative;
	text-decoration:none!important;
	font-weight:400;
	font-size:15px;
}

.pro-accordion .panel-heading a.collapsed:after{ content:"\f107"; font-family:'FontAwesome'; line-height: 16px;}


.pro-accordion .panel-heading a::after {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    color: #e92d45;
     content:"\f106"; font-family:'FontAwesome';
    font-size: 16px;
    height: 16px;
    left: 5px;
    line-height: 14px;
    position: absolute;
    text-align: center;
    width: 16px;
}
.pro-accordion .panel-group .panel {
    border: medium none;
    border-radius: 0;
    margin-bottom: 0;
}

.pro-accordion .panel-body {
    border-spacing: 0;
    color: #333;
    padding: 15px 0;
}
.pro-accordion.lastgrey .panel:last-child  .panel-heading a{ background:#666666;}

.sub-banner .img-responsive {
    width: 100%;
}
/*********************** MAIN CONTENT CSS ENDS HERE******************************/






/*********************** FOOTER CSS STARTS HERE******************************/


.footer {
	background: #4d4d4d
}
.footer h5 {
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 600;
}
.footer li {
	margin-bottom: 3px;
	list-style:none;
}
.footer a {
	color: #fff;
	font-size: 12px;
}
.footer .col-md-2 {
	border-right: 2px dotted #fff;
	min-height: 167px;
}
.footer .col-md-2:last-child {
	border-right: none;
}
.copyright {
	background: none repeat scroll 0 0 #000000;
	color: #fff;
	margin-top: 0;
	min-height: 80px;
	padding: 0;
	font-size: 11px;
}
.copyright p {
    color: #bbb;
    margin: 25px 0;
}

.copyright p a {
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 10px;
}

/*********************** FOOTER CSS ENDS HERE******************************/


.slide-main h5 .fa-arrow-down{ display:none;}

.embed-responsive-item {
    max-height: 600px;
}


.careeriframe {
    background: none repeat scroll 0 0 #fff;
    border: medium none;
    height: 750px;
    overflow: auto;
    padding: 0 30px 30px;
    width: 100%;
}

.control-label::after {
    content: ":";
    float: right;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 0;
}


.close-hidden-tr {
    position: absolute;
    right: 40px;
	height:27px;
	width:27px;
	text-indent:9999999px;
	background:url(../images/fa-close.png) no-repeat right center;
}

.close-hidden-tr:hover{ cursor:pointer;}
.hidden-tr{ display:none;}

.hidden-tr .form-horizontal .grey-bg-light {
    padding-left: 50px;
    padding-right: 50px;
}

.hidden-tr .form-horizontal .grey-bg-light.light{ border-bottom:5px solid; margin-bottom:20px;}


#dlTraining {
    overflow: hidden;
}

.training-border{ border-bottom:#999 solid 4px;}

.training-border h3 {color:#007786;}

.benifits-of-CL {
    background: #fff none repeat scroll 0 0;
    padding: 10px 35px 35px;
}

h2.blue{color: #00b0aa;}
.list-height li{ min-height:100px; font-size:30px; text-align:center; list-style:none; font-weight:600; font-style:italic; color:#007786}
.benifits-of-CL marquee {
    max-height: 80px;
    overflow: hidden;
}
.carousel-inner {
    position: static;
    width: 100%;
    overflow: unset;
}


/*.iframe-box {
	position: relative;
	padding-bottom: 56.25%; 
	padding-top: 25px;
	height: 0;
}
.iframe-box iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
*/


/*SOCIAL ICONS*/


.social-icons {
    float: right;
    margin-top: -38px;
}

.social-icons > a {
    display: block;
    float: left;
    margin-left: 5px;
}

.social-icons a .fa{ color:#fff; width:30px; height:30px; text-align:center; line-height:30px; border-radius:50%; font-size:18px;}
.social-icons a .fa.fa-facebook{ background:#2b3990!important;}
.social-icons a .fa.fa-linkedin{ background:#1b74bb!important;}
.social-icons a .fa.fa-youtube{ background:#ed1b24!important;}

.social-icons a .fa:hover{ background:#666!important;}

/*********************** MEDIA SCREENS CSS STARTS HERE******************************/
@media (min-width:1280px) {
.container {
	width: 1240px;
}


}

@media (max-width:1280px) {

.image-holder {
	position: relative;
	max-width: 390px;
}

}

@media (max-width:1279px) {

.image-holder {
	position: relative;
	max-width: 350px;
}

}



@media (max-width:1200px) {
.carousel-caption {
	left: 50%;
	margin: 0 0 0 -470px;
	text-align: left;
	top: 10%;
	width: 940px;
}
.carousel-indicators {
	left: 50% !important;
	margin: 0 auto 32px -450px !important;
	max-width: 900px;
	position: absolute;
	text-align: right;
	width: 100%;
	z-index: 99;
}
.sub-page#myCarousel .carousel-indicators {
	max-width: 100%!important;
}
.image-holder {
	position: relative;
	max-width: 310px;
}

.carousel-caption.caption-right {
    color: #333;
    font-size: 12px;
    font-style: italic;
    left: auto !important;
    margin: 0 -176px 0 0 !important;
    text-align: justify;
    text-shadow: none;
    top: 0 !important;
    width: 570px !important;
}

.leftsub-banner{ width:50%;}
.phidelity-left{ width:50%;}

}



@media (max-width:990px) {
	
	.social-icons {
    margin: 0;
    position: absolute;
    right: 0;
    top: 3em;
}
.carousel-caption {
	left: 50%;
	margin: 0 0 0 -360px;
	text-align: left;
	top: 10%;
	width: 720px;
}
.sub-page#myCarousel .carousel-indicators {
	max-width: 100%!important;
}
.carousel-indicators {
	left: 50% !important;
	margin: 0 auto 32px -380px !important;
	max-width: 760px;
	position: absolute;
	text-align: right;
	width: 100%;
	z-index: 99;
}
.carousel-caption h3 {
	max-width: 180px;
	margin-right: 20px;
	text-align: left;
	color: #fff;
	text-transform: none;
	text-shadow: none;
	font-weight: 300;
	font-size: 18px;
	line-height: 30px;
}
.image-holder {
	position: relative;
	max-width: 100%;
}
.list-inline-hidden > li {
	margin: 0;
}
.sub-banner-tab a {
	font-size: 20px;
	font-weight: 400;
}

.list-inline-hidden {
    clear: both;
    display: none;
    float: left;
    height: auto !important;
    margin-bottom: 0px;
    margin-left: 0;
    min-height: 480px !important;
    padding-left: 0;
    position: static;
    width: 100% !important;
}

.list-inline-hidden > li{ position:static;}

h3 a.pull-left{left:20px; top:0px;}
.sub-page .carousel-indicators li {
	border-radius: 0;
	width: auto;
	height: auto;
	line-height: 20px;
	color: #333;
	border: none;
	text-indent: 0;
	margin: 0 20px!important;
}

.carousel-caption.caption-right {
    color: #333;
    font-size: 9px;
    font-style: italic;
    left: auto !important;
    margin: 0 -137px 0 0 !important;
    text-align: justify;
    text-shadow: none;
    top: 0 !important;
    width: 450px !important;
}

.no-line-height{ line-height:0!important;}
.no-line-height .small {
    display: block;
    float: left;
    margin-right: 40px;
    margin-top: 10px;
    width: 70%;
	
}

.navbar-brand > img {
    display: block;
    max-width: 160px;
}

}

@media (max-width:767px) {
	
	.table-row {
    border-spacing: 0;
	}

.phidelgo img{ margin:auto;}	.social-icons {
    margin: 0;
    position: static;
    right: 0;
    top: 3em;
}	
.leftsub-banner {
    padding-left: 0;
}
.phidelity-left {
    padding: 20px 10px;
    width: 100%;
}
	
.leftsub-banner{ width:100%;}
	
	.pro-border-phide {
    margin: 0px 0px 10px 0px;
}


	.table-cell{ display: block; width:100%; margin-bottom:10px; float:left;}
.sub-nav li a .fa{line-height: 42px;}	
	.sub-nav li a{padding: 5px 20px;}
	.table-cell .sub-banner img.img-responsive, .leftsub-banner img.img-responsive{ width:100%;}
.carousel-caption {
	display: none;
}
.sub-page .carousel-caption {
	display: block;
	width: 100%!important;
}
.carousel-indicators {
	left: 50% !important;
	margin: 0 auto 32px -150px !important;
	max-width: 300px;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 99;
}
.navbar.navbar-default.navbar-static-top.margin-top-50 {
	margin-top: 0px!important;
}
.navbar-fixed-top {
	position: relative;
	padding-bottom: 0px;
	min-height: 0;
}
.navbar-fixed-top .container {
	width: 100%;
	padding-bottom: 10px;
}
.navbar-fixed-top .navbar-nav li.website {
	margin: 0 auto;
	width: 100%;
}
.navbar-fixed-top .navbar-nav li select.form-control {
	border: medium none;
	border-radius: 0;
	display: block;
	height: 32px;
	margin: 0 auto;
	padding: 3px 10px;
}
.navbar-fixed-top .navbar-nav li.search {
	display: none;
}
.search-box-top .close {
	display: none;
}
.search-box-top {
	position: static;
	width: 100%;
	padding: 0;
}
.search-box-top .input-group {
	padding-right: 0;
}
.navbar-fixed-top .navbar-nav li {
	padding: 10px 0;
	text-align: center;
	width: 100%;
}
.navbar-fixed-top .navbar-nav {
	margin: 0;
	text-align: right;
}
.navbar-static-top .navbar-nav {
	margin-top: 0;
}
.navbar-static-top .navbar-nav li > a {
	border: none;
	display: block;
	text-align: center;
	padding: 10px 0;
	border-bottom: 1px solid #efefef;
}
.navbar-static-top .navbar-nav li:last-child a {
	border: none!important;
}
.navbar-fixed-top .navbar-nav li.language {
	display: none;
}
.sub-page#myCarousel .carousel-indicators {
	max-width: 100%!important;
}

.dark-bg h3{ font-size:20px;}

.footer .col-md-2 {
    border-right: 1px dotted #fff;
    min-height: 0px;
}

.list-unstyled.padding-left-80{ text-align:center; padding-left:0;}

.banner-links{ position:static; margin-top:30px; width:100%}
.banner-links a{ color:#333; font-weight:600;}

h3 a.pull-left{ position:static!important; float:none!important;}

.slide-down{ display:none;}

.slide-main h5 { font-size:16px; padding-bottom:20px; margin-bottom:10px; border-bottom:1px dotted #fff;}

.slide-main h5 .fa-arrow-down{ display:block; float:right; width:25px; height:25px; background:url(../images/arrow-down-white.png) no-repeat center!important; text-indent:99999px;}

.slide-down li{ text-align:center;   border-bottom:1px dotted #fff;}
.slide-down li a {
    display: block;
    font-size: 14px;
    padding: 9px 0 !important;
}
.width-full{ background:#fff; float:left; width:100%;}
.navbar-toggle{ margin-top:26px;}
.navbar-default .navbar-toggle .icon-bar{background-color: #ea1f44;}
.navbar-default .navbar-toggle{ border:none;}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{ border:none; background:none;}

.hidden-xs{ border:1px solid red; display:none!important;}
h1 {
	font-size:28px;
}

.grey-bg-light .form-group{ margin-bottom:15px; border-bottom:1px solid #ccc;}
.grey-bg-light .form-group .control-label{ font-weight:600;}
.grey-bg-light .form-group .form-control-static{ padding:0;}

.sub-page .carousel-indicators li {
	border-radius: 0;
	width: auto;
	height: auto;
	line-height: 20px;
	color: #333;
	border: none;
	text-indent: 0;
	margin: 0 50px!important;
}
.no-line-height .small {
    display: block;
    float: left;
    margin-right: 0px;
    margin-top: 10px;
    width: 74%;
	
}

.embed-responsive-item iframe {
    min-height: 400px;
}
.social-icons {
    clear: both;
    display: block;
    float: right;
    margin-bottom: 4px;
    margin-top: 0;
    text-align: right;
}

.navbar-brand {
    float: left;
    font-size: 18px;
    line-height: 20px;
    padding: 15px 10px;
}

.navbar-brand > img {
    display: block;
    max-height: 60px;
    max-width: 110px;
}
}


/*********************** MEDIA SCREENS CSS ENDS HERE******************************/
