@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'Mont Heavy DEMO';
    src: url('../fonts/Mont-HeavyDEMO.eot');
    src: url('../fonts/Mont-HeavyDEMO.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Mont-HeavyDEMO.woff2') format('woff2'),
        url('../fonts/Mont-HeavyDEMO.woff') format('woff'),
        url('../fonts/Mont-HeavyDEMO.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mont ExtraLight DEMO';
    src: url('../fonts/Mont-ExtraLightDEMO.eot');
    src: url('../fonts/Mont-ExtraLightDEMO.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Mont-ExtraLightDEMO.woff2') format('woff2'),
        url('../fonts/Mont-ExtraLightDEMO.woff') format('woff'),
        url('../fonts/Mont-ExtraLightDEMO.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}




body {
	/*font-family: 'Poppins', sans-serif;*/
	 font-size:15px;
	line-height:22px;
	font-weight:400;
	color: #4c4c4c;
	font-family: 'Open Sans', sans-serif;
}
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
figure {
	margin: 0;
}
font-face {
	font-family: 'Bell MT';
	src: url(../fonts/bell-mt-bold.eot); /* IE9 Compat Modes */
	src: 
 url(../fonts/bell-mt-bold.woff2) format('woff2'), /* Super Modern Browsers */  url(../fonts/bell-mt-bold.woff) format('woff'), /* Pretty Modern Browsers */  url(../fonts/bell-mt-bold.ttf) format('truetype'), /* Safari, Android, iOS */  url(../fonts/bell-mt-bold.svg#svgFontName) format('svg'), /* Legacy iOS */  url(../fonts/bell-mt-bold.otf);
}
.box-bod {
	/*  border: 1px solid #e6e6e6;*/
        -webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	margin-bottom:20px;
	box-shadow: 0px 2px 5px 0px rgba(153, 153, 153, 1);
}
.box-bod:hover {
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.5), 0 8px 8px rgba(0, 0, 0, 0.07);
	border-color: transparent;
}
.description_box p {
	text-align:center !important;
	margin-bottom:0px;
	font-size:13px;
	line-height:17px;
}
.description_box {
	height:115px;
	padding:10px;
	text-align:center;
	display:table;
	margin:0 auto;
}
.description_info {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
.description_box h4 {
	margin-bottom: 6px;
	font-weight: 600;
	font-size: 15px;
	color: #494949;
	font-family: 'Open Sans', sans-serif;
}
.box-bod .ms_image {
	position: relative;
	margin: -1px -1px 0 -1px;
}
.box-bod .ms_image img {
	display: block;
	max-width: 100%;
	height: auto;
	width:100%;
}
a, a:hover, a:focus, a:active {
	text-decoration:none;
	outline:none;
}
a {
	color: #fd490a;
}
a:hover {
	color: #18908c;
}
img {
	outline:none;
	border:none;
}
.mb30 {
	margin-bottom:30px;
}
.mb40 {
	margin-bottom:40px;
}
.mb50 {
	margin-bottom:50px;
}
ul {
	list-style-type:none;
}
.big-text {
	font-size: 18px;
	font-weight: 500;
	text-align: justify;
	line-height: 26px;
	margin-bottom: 20px;/* font-style: italic; */
}
.navbar {
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	line-height:18px;
	font-weight:500;
}
p {
	color:#808080;
	text-align:justify;
}
#body-section {
	margin:30px 0px;
}
.mt5 {
	margin-top:5px;
}
.mg0 {
	margin:0px !important;
	line-height:0;
}
.mt0 {
	margin-top:0px !important;
}
.mb0 {
	margin-bottom:0px !important;
}
.mt15 {
	margin-top:15px !important;
}
.mt18 {
	margin-top:18px !important;
}
.mt20 {
	margin-top:20px !important;
}
.white {
	color:#fff !important;
}
h1, h2, h3, h4 {
	
	font-weight:bold;
}
h1 {
	font-size:46px;
	line-height:54px;
	color:#18908c;
	margin:0px;
}
h1 span, h2 span {
/*color:#515151;*//*Hide by chandra Client request 05222018*/
}
h2 {
	font-size:34px;
	line-height:40px;
	color:#18908c;
	margin:0px;
	border-bottom:2px solid #333;
	display:inline-block;
	padding-bottom:2px;
	margin-bottom:20px;
}
h4 {
	font-size:20px;
	color:#333;
	margin:0px;
	display:inline-block;
	margin-bottom:15px;
}
header {
	padding-top:15px;
	background-color:#fff;
	position:fixed;
	width:100%;
	z-index:999;
	min-height:119px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.65);
}
header .logo {
	margin:0 auto;
}
.user-dropdown {
	position:absolute;
	right:80px;
	bottom:12px;
}
.user-dropdown p {
	margin-bottom:0px !important;
}
.list_check {
	margin-left:0;
	margin-top:20px;
}
ul.list_check li {
	margin-bottom:14px;
	position:relative;
	list-style:none;
	padding-left:50px;
	margin-left:0
}
ul.list_check li:last-child {
	margin-bottom:0px;
}
ul.list_check li:last-child:after {
	display:none
}
ul.list_check ol li {
	padding-left: 20px;
	margin: 2px 0px;
}
ul.list_check ol li:after {
	content:'';
	background:none;
	border:none;
}
/*ul.list_check li
{
	background:url(../images/list_check.png) no-repeat 20px 4px
}*/

ul.list_check > li:before {
	content: "\f061" !important;
	border: 1px solid #fd490a;
	font-family: FontAwesome;
	color:#fd490a;
	border-radius:50%;
	position:absolute;
	left:0;
	text-align:center;
	width:23px;
	height:23px;
	font-size:12px;
}
ul.list_check li:after {
	content: "";
	width: 60px;
	height: 1px;
	overflow: hidden;
	background: rgba(0, 0, 0, .08);
	position: absolute;
	left: 0;
	bottom: -09px;
}
.video-wrapper {
	position: relative;
	margin-top:20px;
}
#bVideo {
	width: 650px;
}
.playButton {
	border-radius: 60px;
	border: 5px solid #fff;
	height: 60px;
	position: absolute;
	width: 60px;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	cursor: pointer;
	display: block;
	opacity: 0.8;
	transition: opacity 150ms;
}
.playButton:hover {
	opacity:1;
}
.playButton:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 18px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: -5px;
	bottom: 0;
	margin: auto;
}
.page-banner {
	background-image: url(../images/banners/inner-banner.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-position: center top;
	background-size: cover;
	position:relative;
}
.color-overlay {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	/*background-color:rgba(24,144,140,0.45);*/
	background-color:rgba(0, 0, 0, 0.4);/*background-color:rgba(253,73,10,0.3);*/
}
.homepage-header .header-height {
	height:0px !important;
}
.header-height {
	height:119px;
}
.ir-banner {
	background-image: url(../images/banners/ir-banner.jpg);
}
.media-banner {
	background-image: url(../images/banners/media-banner.jpg);
}
.career-banner {
	background-image: url(../images/banners/career-banner.jpg);
}
.contact-banner {
	background-image: url(../images/banners/contact-banner.jpg);
}
.careers-banner {
	background-image: url(../images/banners/career-banner.jpg);
}
.shipyard-banner {
	background-image: url(../images/banners/shipyard-banner.jpg);
}
.about-banner {
	background-image: url(../images/banners/about-banner.jpg);
}
.hangar-banner {
	background-image: url(../images/banners/hangar-banner.jpg);
}
.gs-banner {
	background-image: url(../images/banners/gs-banner.jpg);
}
.commercial-banner {
	background-image: url(../images/banners/commercial-banner.jpg);
}
.commercial-banner {
	background-image: url(../images/banners/commercial-banner.jpg);
}
.energy-banner {
	background-image: url(../images/banners/energy-banner.jpg);
}
.economic-banner {
	background-image: url(../images/banners/economic-banner.jpg);
}
.social-banner {
	background-image: url(../images/banners/social-banner.jpg);
}
.defence-banner {
	background-image: url(../images/banners/defence-banner.jpg);
}
.aerospace-banner {
	background-image: url(../images/banners/aerospace-banner.jpg);
}
.csr-banner {
	background-image: url(../images/banners/csr-banner.jpg);
}
.businesses-banner {
	background-image: url(../images/banners/businesses-banner.jpg);
}
.wcs-banner {
	background-image: url(../images/banners/wcs-banner.jpg);
}
.corporate-banner {
	background-image: url(../images/banners/corporate-profile.jpg);
}
.vm-banner {
	background-image: url(../images/banners/vm-banner.jpg);
}
.environment-banner {
	background-image: url(../images/banners/environment-banner.jpg);
}
.marketplace {
	background-image: url(../images/banners/marketplace.jpg);
}
.community {
	background-image: url(../images/banners/community.jpg);
}
.vd-banner {
	background-image: url(../images/banners/vendor-development.jpg);
}
.ms-banner {
	background-image: url(../images/banners/management-structure.jpg);
}
.page-banner h1 {
	text-align:center;
	padding: 130px 0;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:48px;
	line-height:55px;
	letter-spacing:1px;
}
.page-banner h1 span {
	color:#fff;
	position:relative;
	text-align:center;
	padding-bottom:06px;
}
.ds-data {
	margin-top:30px;
}
.ds-data a {
	color: #555 !important;
	text-decoration: underline !important;
	font-weight: 600;
}
.ds-data a:hover {
	color: #18908c !important;
}
.ds-data p {
	margin-bottom:10px !important;
}
.ds-data strong {
	color:#666 !important;
}
.ds-data h4 {
	padding-top:20px;
}
.ds-data h4:first-child {
	padding-top:0px !important;
}
/*.page-banner h1 span:after {
    content: "";
    position: absolute;
    width: 50px;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 3px solid #fd490a;
	margin:0 auto;
}
*/


#ir-wrapper {
	background:url(../images/ir-banner.jpg) no-repeat center;
	background-size:cover;
	background-color:#f2f2f2;
	padding:100px 0px;
	text-align:center;
}
footer {
	font-family: 'Montserrat', sans-serif;
	font-size:13px;
	line-height:19px;
	font-weight:400;
	background-color:#282828;
	color:#eee;
	margin:0 auto;
	padding:25px 0px 22px 0px;
	text-align:center;
}
.footer-text {
	display:inline-block;
	margin:0px 20px;
	vertical-align:middle;
}
footer p {
	margin-bottom:0px;
	text-align:center !important;
}
footer p a {
	color: #fd490a;
}
footer p a:hover {
	color: #18908c;
}
footer span {
	padding:0px 05px;
}
footer #google_translate_element {
	display:inline-block;
	margin:0px 20px;
	margin-top:7px;
}
.video-gallery {
	width:75%;
	margin:0 auto;
	overflow:hidden;
	margin-top:35px;
}
#shipyard {
	background-color:#f9f9f9;
	text-align:center;
	padding-top:30px;
}
#shipyard [class^='col-'] {
 padding:0 !important;
}
#shipyard .container-fluid {
	margin-top:30px;
}
.subheading {
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	font-size:16px;
	color:#515151;
	margin-top:1px;
}
.news_stock-iframe {
	position:absolute;
	bottom:0px;
	background-color:rgba(0, 181, 175, 0.85);
	width:100%;
	padding:07px 0px;
	color:#fff;
	text-align:center;
	line-height:0;
}
#tabs {
	margin:45px 0px;
}
.csr .container {
	max-width:1000px;
}
.csr .row {
	margin-bottom:16px;
}
.csr .grid {
	padding:0px 08px;
}
/*********Contact**************/
.panel {
	margin-bottom: 0px;
	height:100%;
	border-radius: 3px;
	background: #f8f8f8;
	border: 1px solid #ddd;
	box-shadow: 0 2px 2px -1px rgba(0, 0, 0, .2);
}
.panel-heading {
	padding: 18px 15px;
	/*background-color:rgba(24,144,140,0.82);
	background-image:url(../images/contact-header-bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;*/
	border-bottom: 2px solid #18908c;
	background-color: rgba(51, 51, 51, 0.16);
}
.panel-heading h3 {
	margin:0;
	font-size:17px;
	font-weight:600;
}
.panel-body {
	padding: 15px 15px 08px 15px;
}
.panel-heading .icon {
	margin-right:10px;
}
.panel-body iframe {
	display:block;
	border:0;
}
.address ul {
	list-style:none;
	padding-left:0px;
}
.address ul li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 0px;
	text-align: justify;
	margin-bottom:04px;
	/*font-size:14px;*/
	font-size:13px;
}
.address ul li:first-child {
}
.address ul li:before {
	font-family: FontAwesome;
	margin-right: 08px;
	position:absolute;
	top:0;
	left:0;
	padding: 1px;
	color:#333;
}
.address ul li.address-icon:before {
	content: "\f0ac";
}
.address ul li.phone-icon:before {
	content: "\f095";
}
.address ul li.user-icon:before {
	    content: "\f007";
}
.address ul li.fax-icon:before {
	content: "\f1ac";
}
.address ul li.mail-icon:before {
	content: "\f0e0";
}
.address ul li.register-icon:before {
	content: "\f0c1";
}
.address a {
	color:#4c4c4c;
}
.register-icon a {
	color:#fd490a;
}
.register-icon a:hover {
	color:#18908c;
}
/*************End Contact****************/
.careers {
	background-color: #dfe9d7;
	margin-top: 10px;
	padding: 95px 0px 75px 0px;
	text-align: center;
	background-image:url(../images/careers-bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}
.careers p {
	text-align:center;
	color:#eee;
}
.careers h2 {
	color:#fff;
	border-bottom: 2px solid #fff;
}
.btn-apply {
	color: #fff !important;
	background-color: #fd490a;
	border-color: #fd490a;
}
.btn-apply:hover {
	color: #fff !important;
	background-color: #18908c;
	border-color: #18908c;
}
/*.media-news
{	
	border-right:1px solid #fff;
}
.media-news a
{
	color:#fff;
}
.media-news div, .stock-qoute div
{
	display:inline-block;
	font-size:12px;font-weight:100;line-height:12px;
	
}
.section-title
{
	font-size:14px !important;font-weight:500 !important;line-height:14px;	
}
.media-news .full-date, .stock-name
{
	padding-right:14px;
}
.section-title:after
{
	content:"|";
	color:#fff;
	padding:12px 10px 12px 12px;
	font-weight:100;
	vertical-align:middle;	
}
.stockPrice{
	
	
}

.stockPrice .priceUp:after {
    content:url(../images/arrowup.png);  
    margin:0px 07px;
	position:relative;top:1px;
		
}

.stockPrice .priceDown:after {
    content:url(../images/arrowdown.png);  
     margin:0px 07px 
	position:relative;top:1px;	
}


.stockPrice .undone{
	float:left;		
	background:url(../images/chgno.jpg) no-repeat center right;	
	color:#fff;
}*/
.vm-section {
	background-repeat: repeat;
	background-image: url(http://ifc.com.pg/staging/wp-content/uploads/2014/11/bg-pattern.jpg);
	background-attachment: scroll;
	padding:50px 0px;
}
.vm-text-box {
	padding:26px 10px;
	background-color: #fd490a !important;
	font-size: 36px !important;
	color: #FFF !important;
	text-align: center;
	border-radius: 4px;
	text-align: center;
	border-radius:4px;
	font-weight:600;
	max-width:310px;
}
.vision_mission_text {
	font-size: 22px !important;
	line-height: 28px;
	text-align: center;
	font-style: italic;
	color: #555 !important;
	text-align: center;
	padding:15px 18px;
	font-weight:500;
}
.core-values-img {
	margin:0 auto;
	margin-bottom:25px;
	margin-top:10px;
}
hr.style-two {
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.085), rgba(87, 84, 84, 0.35), rgba(0, 0, 0, 0.085));
	margin:40px 0px;
}
.content-box {
	background: #f5f5f5;
	box-shadow: 0 3px 2px -1px #ddd;
	border-radius:8px;
}
.box-heading {
	background-image:url(../images/contact-header-bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	padding:18px 10px;
	text-align:center;
}
.box-heading h3 {
	color:#fff;
	font-size:18px;
	margin:0px;
}
.content-body {
	padding: 02px 23px 12px 23px;
}
.bursa-table {
	width:100%;
}
.bursa-table tbody {
	border:6px solid #f1f1f1;
}
.bursa-table td {
	padding:12px 15px;
	text-align:center;
	font-size:14px;
}
.bursa-table td a {
	color:#434343;
}
.bursa-table td a:hover {
}
.bursa-table tr td:first-child {
	width:75%;
	border-right:1px solid #c9c9c9;
	text-align:left;
}
.bursa-table tr:nth-child(even) {
 background-color:rgba(223, 233, 215, 0.99);
}
.bursa-table tr:nth-child(odd) {
 background-color:#f9f9f9;
}
.management-structure h2 {
	margin-top:16px;
}
.management-structure h2:first-child {
	margin-top:0px;
}
.management-structure .row {
	margin-right: -8px;
	margin-left: -8px;
}
.management-structure .col-lg-3.col-md-4.col-sm-4 {
	padding-left: 08px;
	padding-right: 8px;
}
.ms-box {
	text-align:center;
}
.description h4 {
	margin-bottom:0px;
	margin-top:08px;
	font-size:18px;
}
.description h5 {
	margin-top:05px;
	font-size:14px;
	line-height:18px;
}
.sliding_box {
	position: relative;
}
.sliding_box a {
	display: block;
}
.sliding_box a:hover {
	text-decoration:none
}
.sliding_box .photo_wrapper {
 -webkit-transition: all .3s ease-in-out;
 -moz-transition: all .3s ease-in-out;
 -o-transition: all .3s ease-in-out;
 -ms-transition: all .3s ease-in-out;
 transition: all .3s ease-in-out;
}
.sliding_box .photo_wrapper {
	line-height: 0;
	position: relative;
	bottom: -15px;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.sliding_box .desc_wrapper {
	background: #18908c;
}
.sliding_box .desc_wrapper {
	padding: 10px 15px;
	width: 100%;
	text-align: center;
	z-index: 2;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.sliding_box .desc_wrapper:after {
	content:"";
	display:block;
	position:absolute;
	left:50%;
	top:0;
	margin-left:-8px;
	width:0;
	height:0;
	border-style:solid;
	border-width:0 8px 8px;
	border-color:transparent;
}
.sliding_box .desc_wrapper:after {
	border-bottom-color: #18908c;
}
.sliding_box .desc_wrapper h4 {
	color: #fff;
	font-size:18px;
	line-height:20px;
}
.sliding_box .desc_wrapper h5 {
	color: #fff;
	font-size:14px;
	line-height:18px;
	margin-bottom:0px;
	margin-top:4px;
}
.sliding_box .desc_wrapper h4 {
	margin-bottom: 0;
}
.box-outline {
	border:1px solid #ddd;
	padding:15px;
	text-align:center;
	border-radius:2px;
}
.icon-bg {
	width:130px;
	height:90px;
	background-color:#fbfbfb;
	margin:0 auto;
	position:relative;
}
.icon-bg img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.box-outline h4 {
	font-size:18px;
	margin:0px;
}
.box-outline .style-two {
	margin:15px 0px;
	background-image: linear-gradient(to right, rgba(24, 144, 140, 0.08), rgba(253, 73, 10, 0.35), rgba(24, 144, 140, 0.08));
}
.overview {
	background-color: #fff7f4;
	padding: 30px;
	height: 100%;
	background-color: rgba(253, 73, 10, 0.04);
}
.overview h3, .ds-data h3 {
	margin-top:0px;
	margin-bottom:18px;
	font-size:24px;
	color:#18908c;
	border-bottom: 2px solid #333;
	display:inline-block;
}
.overview p:last-child {
	margin-bottom:0px
}
.flexslider {
	margin: 0;
	padding: 0;
	height: 100%;
	min-height:250px;
}
.defence .slider-1 {
	background-image: url(../images/our-businesses/defence-img1.jpg);
}
.defence .slider-2 {
	background-image: url(../images/our-businesses/defence-img2.jpg);
}
.defence .slider-3 {
	background-image: url(../images/our-businesses/defence-img3.jpg);
}
.defence .slider-4 {
	background-image: url(../images/our-businesses/defence-img4.jpg);
}
.aerospace .slider-1 {
	background-image: url(../images/our-businesses/aerospace-img.jpg);
}
.aerospace .slider-2 {
	background-image: url(../images/our-businesses/aerospace-img2.jpg);
}
.energy .slider-1 {
	background-image: url(../images/our-businesses/energy-img1.jpg);
}
.energy .slider-2 {
	background-image: url(../images/our-businesses/energy-img2.jpg);
}
.commercial .slider-2 {
	background-image: url(../images/our-businesses/commercial-img5.jpg);
}
.commercial .slider-3 {
	background-image: url(../images/our-businesses/commercial-img3.jpg);
}
.commercial .slider-4 {
	background-image: url(../images/our-businesses/commercial-img1.jpg);
}
.commercial .slider-5 {
	background-image: url(../images/our-businesses/commercial-img2.jpg);
}
.flexslider li div {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	height: 100%;
	min-height:320px;
}
/* Animation */
.sliding_box .photo_wrapper {
-webkit-transition:all .3s ease-in-out;
-moz-transition:all .3s ease-in-out;
-o-transition:all .3s ease-in-out;
-ms-transition:all .3s ease-in-out;
transition:all .3s ease-in-out
}
.sliding_box:hover .photo_wrapper {
	bottom:-1px
}
.sliding_box .desc_wrapper:after {
-webkit-transition:all .5s ease-in-out;
-moz-transition:all .5s ease-in-out;
-o-transition:all .5s ease-in-out;
-ms-transition:all .5s ease-in-out;
transition:all .5s ease-in-out
}
.sliding_box:hover .desc_wrapper:after {
	top:-8px
}
.termsofuse h3 {
	margin-top: 12px;
	margin-bottom: 18px;
	font-size: 20px;
	font-weight:600;
	color: #333;
	display: inline-block;
}
.termsofuse p {
	text-align:justify;
}
.privacy-policy td {
	vertical-align: top !important;
	text-align: justify;
}
.privacy-policy h3, .list-num {
	color: #333;
	font-weight: 600;
	font-size: 20px;
	margin:0px 0px 10px 0px;
	text-align: left;
	padding-top:20px;
	
}
.privacy-policy ul {
	list-style-type: none;
	padding-left: 5px;
}
.privacy-policy li {
	position: relative;
	padding-left: 26px;
	margin-bottom: 10px;
	text-align: justify;
}
.privacy-policy td li:before {
	position: absolute;
	top: 0;
	left: 0;
	font-family: FontAwesome;
	content: "\f0a9";
	color: #fd490a;
	font-size: 16px;
}
.privacy-policy .address {
	margin: 20px 0px 20px;
	border: 1px solid #ccc;
	padding: 20px 25px;
	border-radius: 3px;
	display: inline-block;
}
.privacy-policy .address h5 {
	font-size:16px;
	font-weight:500;
	color:#000;
	margin-bottom:6px;
}
.privacy-policy .address p {
	margin-bottom:3px;
}
.privacy-policy .z-tabs.horizontal > ul > li > a {
	font-size:22px !important;
}
.privacy-policy .z-tabs.horizontal > ul > li {
	margin:0px !important;
}
.career-address {
	padding:55px 25px;
	display:block;
	background:#ededed;
	text-align:center;
	margin-bottom:40px;
}
.career-address p {
	text-align:center;
}
.career-address p strong {
	font-size:22px;
	line-height:25px;
	margin-bottom: 8px;
	padding-bottom: 7px;
	border-bottom: 1px solid #000;
	display: inline-block;
}
.career-address h3 {
	font-size: 17px;
	margin-top: 30px;
	margin-bottom:0px;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}
.career-address h3 a {
	text-decoration:underline;
}

/*=========================================================================
BOD NEW DESIGN CSS STARTS HERE - 14 JAN 2025
===========================================================================*/

.trans-bg{
	background-color:transparent !important;
	min-height:55px !important;
}

.trans-bg .bod-name{
	min-height:32px !important;
}

.gr-cir-big{
	width:356px;
	height:356px;
	border-radius:200px;
	border:15px solid transparent;
	background-image:url(../images/gr-bg-img.png);
	background-position:center center;
}

.gr-cir-big img{
	object-fit:cover;
	clip-path: circle(50%);
	width:100%;
	height:100%;
}

.gr-cir{
	width:256px;
	height:256px;
	border-radius:200px;
	border:15px solid transparent;
	background-image:url(../images/gr-bg-img.png);
	background-position:center center;
	
}
.gr-cir img{
	object-fit:cover;
	clip-path: circle(50%);
	width:100%;
	height:100%;
}


.elt-main-title{
	height:356px;
	display:table;
	width:100%;
	
}

.elt-main-title h2{
	font-family: 'Mont Heavy DEMO';
	font-size:42px;
	line-height:42px;
	color:#01215b;
	font-weight:bold;
	display:table-cell;
	vertical-align:middle;
	text-align:right;
	border:none;
}

.bod-items-inner{
	float:left;
	width:100%;
	padding:15px;
}
.bod-in{
	float:none;
	max-width:238px;
	margin:0 auto;
}


.bod-name{
	 font-family: 'Mont Heavy DEMO';
	font-size:18px;
	line-height:22px;
	color:#01215b;
	font-weight:bold;
	text-align:left;
	margin-bottom:15px;
	min-height:88px;
}
.trans-bg .eltn{
	min-height:44px !important;
}

.bod-ntitle{
	font-family: "DM Sans", serif;
	font-size:20px;
	line-height:22px;
	color:#000;
	font-weight:normal;
	text-align:left;
}
.elt-mt{
	 
	text-align:center;
	font-size:32px;
	line-height:42px;
	color:#01215b;
	text-transform:uppercase;
	font-weight:bold;
	font-style:italic;
}

.eltn{
	color:#01215b !important;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	font-style:italic;
	
}
.eltn-center{
  text-align:center !important;
}

.bod-items-inner a{
	float:left;
	display:block;
}

.bod-img{
 
}

.bib-odd{
	background:#cfd9e0 !important;
	
}

.bod-inner-bottom{
	float:left;
	background:#cfe8ec;
	padding:15px;
	width:100%;
	min-height:255px;
	opacity:0.9;
 
}
.bod-inner-bottom:hover{
	opacity:1;

}

.modal-dialog {
        width: 900px;
        margin: 30px auto;
}

.modal-dialog-small{
        width: 400px;
        margin: 30px auto;
}


.modal-header{
	border-bottom:none;
}
 
.btn-close{
    width: 36px;
    height: 36px;
    position: absolute;
    top: -18px;
    right: -18px;
    display: block;
    background: transparent url(../images/close-red.png) no-repeat center center;
    opacity: .8;
    color: #fff !important;
	border:none;
	outline:none;
}	
 .modal,  .modal body {
    font-size: 14px;
    line-height: 18px;
}
.ir_tableBorder {
    border: 1px solid #CCCCCC;
}
table.ir_table tr.rowHeader th {
    background: #00958D;
    color: #fff;
    font-weight: normal;
}


.bod-info th strong {
    font-size: 18px;
    font-weight: bold;
}
table.ir_table tr td, table.ir_table tr th {
    background: #EDEDED;
    color: #58595B;
}
.bod-info td, .bod-info th {
    border: 1px solid #494848;
    padding: 10px 5px;
}
.si_marginBottom {
    margin-bottom: 1em;
}

.modal img {
    max-width: 100%;
	float:left;
}
.si_center, .si_center th {
    text-align: center !important;
}

.alignText {
    padding-left: 210px;
}

.alignText ul {
    list-style-type: disc;
    margin: 10px 15px;
    margin-top: 0px;
}
.modal body p {
    margin-bottom: 16px;
} 

.smll-pop-img{
	float:none;
	width:100%;
	margin-bottom:20px;
	text-align:center;
}

.smll-pop-img img{
	float:none;
	margin:0 auto;
}
.smll-pop-cont{
	float:none;
	width:100%;
}
.small-pop-name{
	text-align:center;
	font-size:30px;
	line-height:42px;
	color:#01215b;
}
.small-pop-des{
	text-align:center;
	font-size:22px;
	line-height:32px;
	color:#000;
}

/*.opcos-cir{
	width:319px;
	height:317px;
	border-radius:200px;
	border:28px solid transparent;
	background-image:url(../images/opcos-bg-img.png);
	background-position:center center;
	
}
.opcos-cir img{
	object-fit:cover;
	clip-path: circle(50%);
	width:100%;
	height:100%;
	position:relative;
	top:15px;
	right:15px;
}*/

.opcos-cir{
	width:319px;
	height:317px;
	border-radius:200px;
	border:15px solid transparent;
	/*background-image:url(../images/opcos-bg-img.png);*/
	/*background-image:url(../images/opcos-bg-img_bk.png);*/
	background-position:center center;
	
}
.opcos-cir:after{
	content:'';
	background-image:url(../images/opcos-bg-img.png);
	width:319px;
	height:317px;
	position:absolute;
	z-index:-1;
	top:0;
}

.opcos-cir img{
	object-fit:cover;
	clip-path: circle(50%);
	width:91%;
	height:91%;
	position: relative;
    top: 13px;
    right: -12px;
 
}


 
.opcos-bottom{
	text-align:center;
}
.opcos-name{
	 font-family: "Bebas Neue", serif;
	font-size:42px;
	line-height:42px;
	font-weight:500;
	text-align:center;
	text-transform:uppercase;
	color:#01215b;
	min-height:84px;
	margin-bottom:10px;
}
.min-h54{
	min-height:84px;
}
.opcos-ntitle{
	font-family: "DM Sans", serif;
		font-size:22px;
	line-height:28px;
	font-weight:normal;
	text-align:center;
	text-transform:capitalize;
	color:#01215b;
	margin-bottom:10px;
}

.opcos-comp{
	font-family: 'Mont Heavy DEMO';
		font-size:18px;
	line-height:28px;
	font-weight:bold;
	text-align:center;
	font-style:italic;
	text-transform:capitalize;
	color:#01215b;
}




/*=================================
Sustainability section
==================================*/


.col-boxes-env {
	display: block;
	background: #f7f7f7;
	min-height:340px;
	padding: 15px;
	-webkit-box-shadow: 0px 7px 16px -9px rgba(0, 0, 0, 0.76);
	-moz-box-shadow: 0px 7px 16px -9px rgba(0, 0, 0, 0.76);
	box-shadow: 0px 7px 16px -9px rgba(0, 0, 0, 0.76);
	border-bottom: 5px solid #f7f7f7;
	border-radius: 30px 30px 0 0;
}
.icon-pic {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e8e8e8;
}
.sr-full {
	background:#f3f3f3;
	border-radius: 5px;
	border: 1px solid #eee;
	border-left: 3px solid #00b5af !important;
	min-height: 86px;
}
.sr-full h4 {
	font-size: 20px;
	color:#333;
	font-weight: 500;
	margin-bottom: 0px;
	width: 70%;
	line-height: 24px;
	padding: 31px 24px;
	font-family: 'Open Sans', sans-serif;
}
.sr-full a {
	background-color:#00b5af;
	color: #fff;
	padding: 7px 11px;
	font-size: 14px;
	border-radius: 3px;
}
.sr-full a:hover {
	background-color:#fd490a;
}
/*=================================
added 27 july 2021
===================================*/
.social-icons {
	display: inline-block;
	position: absolute;
	right: 133px;
	top: 6px;
}
.social-icons .btn {
	border-radius:0 !important;
}
.linkedin {
	background:#0077b5;
	color:#fff;
}
.linkedin:hover {
	background:#0077b5;
	color:#fd490a;
}
.linkedin:active, .linkedin.active, .linkedin:focus {
	background:#0077b5;
	color:#fff;
}

.corevalues
	  {
		  background-color:#121e46;
		  padding:80px 0px;
		  margin-top:60px;
	  }
.corevalues img
{
	max-width:80%;margin:0 auto;
}
.sp-wrapper
{
   padding-top:60px;
   max-width:900px;margin:0 auto;
}
.sp-wrapper .col-lg-6
{
	padding:80px 45px;
}

.sp-wrapper h2
{
	color:#000; font-weight:bold;
	font-family: 'Open Sans', sans-serif;
	margin:0px;border:0px;text-transform: uppercase;
	font-size:38px;line-height:44px;
}
.sp-wrapper h2 span
{
	display:block;
}
.sp-wrapper  h4
{
  font-size: 20px;
  text-transform: uppercase;
  line-height: 28px;
  color: #000;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  margin:0px;
}
.mro-wrapper
 {
	background-color:#121e46;
	padding:80px 0px;
	color:#fff; 
	margin-top:50px;
 }
 .mro-wrapper img
 {
	 border-bottom: 5px solid #09b6ae;
	 margin:0 auto;
 }
 .mro-wrapper h3
 {
	 text-align:center;
	 margin: 0px 0px 40px 0px;
	 text-transform: uppercase;
 }
 .mro-wrapper h4
 {
	 text-align:center;
	 text-transform:uppercase;
	 color:#fff;display:block;
	 margin: 12px 0px 16px 0px;
	 min-height: 44px;
 }
 .mro-wrapper p
 {
	 color:#fff;text-align:left !important;
 }
 .mro-wrapper ul.list_check li
 {
	 padding-left:40px;
 }
 .mro-wrapper ul.list_check > li:before
 {
	 border: 1px solid #18908c;    
	 color: #18908c;
 }
/*==========  Mobile First Method  ==========*/
/* Large desktops and laptops */
@media (min-width: 1200px) {
 .iframe-height {
 height:24px;
}
 .row-eq-height {
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
}
 .description_info span {
 display:block;
}
}
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
 .iframe-height {
 height:42px;
}
 .row-eq-height {
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
}
 .description_box {
 min-height:130px;
}
.user-dropdown {
 position: absolute;
 right: 20px;
 bottom: 10px;
}
}
@media (min-width:992px) {
 .mt20-panel {
 margin-top:20px;
}
 .shipyard .accordion {
 margin-top:15px;
 width:85%;
 margin:0 auto;
}
 .img-galler {
 width:85%;
 margin:0 auto;
 overflow:hidden;
 margin-top:06px;
}
}
@media (max-width:991px) {
 .panel {
 margin-bottom:20px;
}
 hr.style-two {
 margin-top:15px;
 margin-bottom:30px;
}
}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
 .section-title:after {
 content:"";
}
.iframe-height {
 height:50px;
}
 .hover-text h2 {
 font-size:25px !important;
line-height:28px !important;
}
 .grid figure p {
 font-size: 12px !important;
 line-height: 15px !important;
 padding: 0px 04px !important;
}
.page-banner h1 {
 padding: 100px 0;
 font-size:36px;
 line-height:40px;
}
 .description_box {
 min-height:120px;
}
.user-dropdown {
 position: absolute;
 right: 25px;
 bottom: 70px;
}
.gr-cir
{
	width:220px;height:220px;
}
}
@media (min-width: 768px) {
.row-eq-height {
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
}
.vertical-align {
    display: flex;
     align-items: center;
}
 .pr-0 {
 padding-right: 0px !important;
}
 .pl-0 {
 padding-left: 0px !important;
}
.sp-wrapper .col-lg-6:first-child
	 {
		 border-right:3px solid #18908c;
		 text-align:right;
	 }
}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
 .iframe-height {
 height:50px;
}
 .tinyslide .navigator {
bottom: 5.1em !important;
left: 50%;
}
 .vm-text-box {
 font-size:25px;
}
 .video-gallery {
 width:100%;
}
 .page-banner h1 {
 padding: 90px 0;
 font-size:32px;
 line-height:36px;
}
.big-text {
 font-size:16px;
 line-height:20px;
}
h2 {
 font-size:28px;
 line-height:32px;
}
.description_box {
 min-height:60px;
}
.user-dropdown {
 position: fixed;
 right: 20px;
 top: 6%;
 bottom:initial;
}
.z-content-inner h2 {
 margin-top:20px;
}
#tabs {
 margin: 40px 0px 25px 0px;
}
.flexslider {
 min-height:auto;
 margin-bottom:0px !important;
}
.vm-text-box {
 margin:0 auto;
}
/*.flexslider .energy li
{
	height:200px !important;
}*/
.content-box {
 margin:20px 0px;
}
.core-values-img {
 margin-top:30px;
margin-bottom:15px;
}
.accordion-content img {
 margin-bottom:15px;
}
.box-outline {
 margin-bottom:20px;
}
.footer-text {
 margin:0px;
}
.vm-text-box {
 font-size:26px !important;
 line-height:30px;
}
.mb20 {
 margin-bottom:20px;
}
.social-icons {
 display: inline-block;
 position: absolute;
 right: 84px;
 top: 17px;
}


.modal-dialog {
    width: 100%;
    margin: 30px auto;
}
.btn-close {
    width: 36px;
    height: 36px;
    position: absolute;
    top: 28px;
    right: 4px;
    display: block;
    background: transparent url(../images/close-red.png) no-repeat center center;
    opacity: .8;
    color: #fff !important;
    border: none;
    outline: none;
    z-index: 3;
}


.bod-info th, .bod-info td {
        display: block;
        width: 100%;
    }

.bod-info td, .bod-info th {
    border: 1px solid #494848;
    padding: 10px 5px;
}
.elt-main-title
{
	height:auto;
}
.elt-main-title h2
{
	text-align:center;
}
.bod-items-inner, .bod-items-inner a
{
	float:none;text-align: center;
}
.bod-img {
    margin: 0 auto;
}
.trans-bg .eltn
{
	min-height:auto !important
}
.gr-cir-big
{
	width: 330px;
    height: 330px;
}
.sp-wrapper .col-lg-6
{
	text-align:center;
	padding:20px 30px;
}
.sp-wrapper h2
{
	border-bottom:3px solid #18908c;padding-bottom:10px;
}

}
/* Portrait phones and smaller */
@media (max-width: 480px) {
 .page-banner h1 {
 padding: 70px 0 !important;
 font-size:30px;
 line-height:35px;
}
 .iframe-height {
 height:75px !important;
}
 .section-title:after {
 visibility:hidden !important;
}
 .tinyslide .navigator {
bottom: 6.9em !important;
}
 .tinyslide figure figcaption {
 font-size:24px !important;
 line-height:28px !important;
 left:184px !important;
 top:70px !important;
 width:51%;
}
 .tinyslide figure figcaption.left-slide {
font-family: 'Open Sans', sans-serif;
font-weight:bold;
position: absolute;
font-size: 24px;
line-height:28px;
                              /*color: #fff;*/ color:#18908c;
top: 100px;
left: 28px !important;
z-index: 2;
opacity: 0;
width:100%;
}
 .tinyslide figure p {
 left:20px !important;
 font-size:12px !important;
 top:120px !important;
}
 h2 {
 font-size:24px;
 line-height:28px;
}
.big-text {
 font-size:15px;
 line-height:20px;
}
.user-dropdown {
 position: fixed;
 right: 20px;
 top: 6%;
 bottom:initial;
}
header .logo {
 margin:inherit;
 width: 78%;
}
}
@media (max-width: 360px) {
 .tinyslide figure figcaption {
 font-size:22px !important;
 line-height:28px !important;
 left:184px !important;
 top:70px !important;
 width:51%;
}
}



/* Portrait i phones and smaller */
@media (max-width: 380px) {
 .page-banner h1 {
 padding: 60px 0 !important;
 font-size:24px;
 line-height:28px;
}
 h2 {
 font-size:21px;
 line-height:24px;
}
.user-dropdown {
 top: 4%;
}
.iframe-height {
 height:82px !important;
}
 .social-icons {
 display: inline-block;
 position: absolute;
 right: 84px;
 top: 6px;
}
}