#service-sce h3,
.annuel-report h3,
.stock-update h3,
.blog-section,
.sustanability,
.careers,
.stock-update{
	font-family: 'proxima_novalight'
}

#time-line h3{
	color: #000962;
}

.onomichi-dockyard h3,
.blog h3
.blog h2,
.sustanability h3,
.careers h3,
.repairs-txt h2{
	font-family: 'proxima_novasemibold';
}

.tab-link,
.dwnload-icon{
	font-family: 'proxima_nova_rgregular';
}

ul.tabs li,
.blog h3
.blog h2,
.sustanability h3,
.careers h3,
.annuel-report h3,
.stock-update h3{
	text-transform: uppercase;
}
.our-people,
#two-col-div h3,
ul.tabs li.current,
.blog-section,
.sustanability,
.careers,
.annuel-report,
#service-sce h2,
#service-sce h3,
.blog-section h2,
.blog-section h3,
.sustanability h3,
.careers h3,
.annuel-report h3,
.stock-update h3,
.stock-update,
.dwnload-icon{
	color: #fff;
}	

#wht-we-do,
#time-line{
	clear: both;
}

#service-sce,
ul.tabs li.current{
	background: #173c95;
}

#reparing-center,
#about-txt,
#map-text,
.repairs-txt,
.repairs-img,
.summery-video{
	width: 50%
}

.blog-section,
.our-people,
.sustanability,
.careers,
.annuel-report,
.stock-update{
	position: relative;
} 
.arrow{
	position: absolute;
	bottom: 1px;
	right: 10px;
}
/*==== About Section ====*/

.about-top-txt{
	padding:60px 30px 112px 47px;
}

.about-top-txt p {
	line-height: 1.9;
	margin-bottom: 28px;
	width: 87%;
}

.about-top-txt .learn-more{
	font-size: 0.9em;
    padding: 15px 48px 15px 48px;
}
#reparing-center h1{
	font-size: 2.5em;
    line-height: 1.2;
    padding: 60px 32px 59px 97px;
}


.onomichi-dockyard{
	padding: 36px 10px 2px 0;
}
.onomichi-dockyard .learn-more{
	margin-top: 30px;
}

.onomichi-dockyard h3{
	font-size: 1.4em;
	margin-bottom: 8px;
}

.our-people{
	background: #2f62dc;
	width: 236px;
	height: 406px;
	margin-right: 8px;
	padding: 56px 33px 0;
}

#two-col-div{
	clear: both;
	max-height: 462px;
}

#two-col-div h3{
	font-size: 1.2em;
    margin-top: 5px;
    margin-bottom: 17px;
}

/*==== EOF About Section ====*/

/*==== TimeLine Section ====*/
#time-line{
	padding: 55px 0 110px;
}

#time-line h3{
	text-align: center;
	font-size: 1.3em;
}

/*#time-line .headertitle:before{
	background: #bababa none repeat scroll 0 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 35px;
    width: 315px
}
#time-line .headertitle h3::after {
    background: #bababa none repeat scroll 0 0;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    right: 0;
    top: 35px;
    width: 315px;
}*/
.cd-timeline-items {
    text-align: center;
}

.cd-timeline{
    position: relative;
}

.cd-timeline .cdl-tl-line {
    width: 100%;
    height: 1px;
    background-color: #c1c1c1;
    position: absolute;
    top: 90px;
}

.cd-timeline-items li{
    display: inline-block;
    padding: 28px 20px;
    font-weight: bold;
    text-align: center;
    font-family: "proxima_nova_bold";
    background-color: #f8f8f8;
    font-size: 5.5em;
    color: #c5c5c5;
}

.cd-timeline-items li.first-dummy{
    background-color: transparent;
}

.cd-timeline-items li.active-slide{
    font-size: 7em;
    font-family: "proxima_nova_bold";
    color: #323232;
    padding:0;
}

.cdl-caption{
    display: none;
}

.cdl-caption-slot{
    color: #504f4f;
    font-family: "proxima_novalight";
    font-size: 1.2em;
    margin: 0 auto;
    text-align: center;
    width: 60%;
    padding-bottom: 18px;
}

.cd-timeline .bx-viewport{
    box-shadow: none !important;
    background-color: transparent !important;
    left: -61px !important;
    border: 0 solid #fff !important;
}

.cd-timeline .bx-controls{
    position: relative;
}

.cd-timeline .bx-controls-direction{
    text-align: center;
    position: absolute;
    width: 100%;
    top: 120px;
}

.cd-timeline .bx-controls-direction > a{
    color: #333;
    position: static !important;
    width: 32px !important;
    height: 32px !important;
    display: inline-block;
    background-image: url(../images/timeline-controls.png);
    background-repeat: none;
}

.cd-timeline .bx-controls-direction > a.bx-prev{
    background-position: 0 0;
    margin-right: 4px;
}
.cd-timeline .bx-controls-direction > a.bx-next{
    background-position: -34px 0;
}
/*==== EOF TimeLine Section ====*/

/*==== What We Do Section ====*/
#service-sce{
	width: 100%;
	padding-bottom: 26px;
    padding-top: 66px;
}
#service-sce h2,
#service-sce h3{
	text-align: center;
}
#service-sce h3{
	font-size: 1.4em;
	line-height: 1;
 }
 #service-sce h2{
 	font-size: 3em;
 }

	/*==== TAB Section ====*/
	#tabs-container{
		/*border: 1px solid #000;*/
		width: 1158px;
		margin: 0 auto;
        margin-bottom: 65px;
	}

	ul.tabs{
		 display: flex; /* Ensures all tabs are aligned in a row */
    flex-wrap: nowrap; /* Prevents wrapping */
    border-bottom: 1px solid #3f5da7;
    border-left: 1px solid #3f5da7;
	}

	ul.tabs li{
		color: #222;
		padding: 10px 15px;
		cursor: pointer;
		border-right: 1px solid #3f5da7;
		font-size: 0.9em;
		text-align: center;
		flex-grow: 1; /* Makes each tab take equal space */
		white-space: nowrap; /* Prevents text from wrapping */
	}


	.tab-content{
		display: none;
	}

	.tab-content.current{
		display: inherit;
	}

	.tab-link .icon{
		background: url(../images/service-tab-bg.png)no-repeat left top;
		width: 48px;
		height: 49px;
		padding: 28px;
		vertical-align: middle;
	}

	.tab-link.repairs .icon {
	    background-position: 2px 8px;
	}

	.tab-link.repairs.current .icon{
		background-position: 2px -64px;
	}

	.tab-link.building .icon{
		background-position: -78px 18px;
	}
	.tab-link.building.current .icon{
		background-position: -79px -65px;
	}

	.tab-link.engineering .icon{
		background-position: -151px 18px;
	}
	.tab-link.engineering.current .icon{
		background-position: -151px -67px;
	}

	.tab-link.hengineering .icon{
		background-position: -232px 18px;
	}

	.tab-link.hengineering.current .icon{
		background-position: -232px -65px;
	}

	.tab-content-wrapper {
	    width: 100%;
	}

    .repairs-img{
        overflow: hidden;
    }

	.repairs-txt{
		margin-top: 13px;
	}

	.repairs-txt h2{
		font-size: 1.8em;
		margin-bottom: 14px;
	}

	.text-wrapper{
		padding-right: 90px;
	}
	.repairs-txt .circle-wrapper{
		margin-bottom: 60px;
		display: inline-block;
	}

	.repairs-txt .circle-inner{
		width: 125px;
		border-radius: 50%;
		height: 122px;
		/*border: 2px solid #173c95;*/
		/*display: inline-block;*/
		margin-right: 27px
	}

	.repairs-txt .circle{
	    font-family: "proxima_novasemibold";
	    font-size: 1.5em;
	    padding: 43px 44px 44px 41px;
	    
	}
	.repairs-txt .circle-3{
		padding-left: 25px;
	}

	.repairs-txt .circle-txt{
		font-family: 'proxima_novalight';
		text-align: center;
	}
	.repairs-txt .circle-one{
		border: 2px solid #673ab7;
		color: #673ab7;
	}
	.repairs-txt .circle-two{
		border: 2px solid #2196f3;
		color: #2196f3;
	}
	.repairs-txt .circle-three{
		border: 2px solid #3f51b5;
		color: #3f51b5;
	}
	/*==== EOF TAB Section*/

/*==== EOF What We Do Section ====*/

/*==== Summery Section ====*/
#summery-sec{
	max-height: 572px;
	margin-bottom: 51px;
}
#summery-left-sec {
    width: 20%;
}
#summery-right-sec{
	width: 80%;
}
.blog-section{
	background: url(../images/blog-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	
}

.sustanability{
	background:#3970f3; 
	width: 42%;
	padding: 39px 39px 68px;
}

.sustanability h3,
.careers h3{
	font-size: 1.3em;
    margin-bottom: 13px;
}
.sustanability p,
.careers p{
	font-size: 0.95em;
    line-height: 1.6;
}
.sumerry-image{
	width: 249px;
	height: 287px
}
.sumerry-image img{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.careers{
	background: #c2185b;
	width: 17%;
	padding: 41px 50px 68px 30px;
}
.careers h3{
	margin-top: 7px;
}

.annuel-report{
	background: #6a1b9a;
	width: 21%;
	padding:44px 9px 93px 28px;
}
.dwnload-icon{
	font-size: 0.85em;
}
#opportunities .dwnload-icon{
	font-size: 1em;
}
.dwnload-icon:after{
	content: "";
	margin-left: 12px;
    padding-left: 15px;
	background: url(../images/download-icon.png)no-repeat;
}

#opportunities .dwnload-icon:after {
    background:url("../images/download-icon.png") no-repeat 0 4px; 
}

.annuel-report h3,
.stock-update h3{
	font-size: 1.2em;
    margin-bottom: 17px;
}

.stock-update{
	background: url(https://www.cdl.lk/wp-content/themes/cdl/images/Stock-Market.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 25%;
}
.stock-update-wrapper{
	padding: 40px 13px 46px 28px;
	/*width: 21%;*/
}

/*==== EOF Summery Section ====*/

/*==== MAP Section ====*/
#map-image {
    height: auto;
    width: 50%;
}
#map-image img{
	width: 100%;
	height: auto;
	overflow: hidden;
}

#map-image,
#map-text{
	background: #f8f8f8;
}
#map-text{
	/*text-align: right;*/
	min-height: 438px;
}
.map-txt-wrapper{
	padding:122px 49px 1px 66px;
}

.map-txt-wrapper h2{
	font-size: 3.1em;
    margin-bottom: 22px;
}

.map-txt-wrapper .learn-more{
	margin-top: 32px
}
/*#map-image{
	height: 532px;
}
#map-image img{
	width: 100%;
	height:auto;
	overflow: hidden;
}*/
/*==== EOF MAP Section ====*/


