/* COMMON STYLES */
html
{
	margin: 0;
	padding: 0;
}
body
{
	margin: 0;
	padding: 0;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 400;
}
ul li ul li
{
	list-style-type: none;
}
li span
{
	font-weight: bold;
}
h3
{
	font-size: 20px;
}
h4
{
	line-height: 21px;
}
hr
{
	margin: 10px 0;
}
p
{
	text-align: justify;
}
a:focus
{
	outline: none !important;
}
/* COMMON STYLES ENDS HERE */

/* HOME PAGE */
/* Header */
header
{
	padding: 10px 25px;
	position: fixed;
	z-index: 100;
	width: 100%;
	background-color: rgb(255, 255, 255);
	top: 0;
}
.fixedHeader
{
	background-color: rgba(255, 255, 255, 0.9);
	box-shadow: 3px 2px 2px #ccc;
}
#logo
{
	float: left;
	width: 165px;
}
nav
{
	float: right;
	margin-top: 44px;
}
nav ul
{
	padding: 0;
	margin: 0;
}
nav ul li
{
	float: left;
	padding-left: 10px;
	list-style-type: none;
}
nav ul li a
{
	color: #333;
	font-size: 16px;
	display: block;
	padding: 3px 8px;
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
nav ul li a:hover
{
	text-decoration: none;
	color: #333;
	background-color: #00648E;
	color: #fff;
}
.activeNav
{
	background-color: #00648E;
	color: #fff;
}
.submenu
{
	position: absolute;
	z-index: 100;
	background-color: rgba(123, 178, 66, 0.8);
	padding: 0;
	display: none;
	width: 215px;
}
.submenu li
{
	float: none;
	padding: 0;
	border-top: 1px solid #fff;
}
.submenu li a
{
	padding: 5px 7px;
	background-color: none;
}
/* Header ends here */
/* Slider */
#slider
{
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	margin-top: 100px;
}
.carousel-control
{
	width: 5%;
	text-shadow: none;
	color: #fff;
}
.carousel-control:hover
{
	color: #fff;
}
.carousel-control.left, .carousel-control.right
{
	background-image: none;
}
#slider img
{
	width: 100%;
}
.carousel-indicators
{
	display: none;
}
.carousel-caption
{
	right: 70%;
	left: 7%;
	top: 30%;
	bottom: auto;
	background-color: #333;
	opacity: 0.7;
	padding: 10px;
	display: none;
}
.carousel-caption p
{
	text-align: left;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev
{
	font-size: 25px;
}
/* Slider ends here */

/* Content */
#content
{
	padding: 10px 25px;
	margin-top: 15px;
	min-height: 240px;
}
#intro
{
	text-align: center;
	margin:0;
	background-color: rgba(0, 100, 142, 0.7);
	color: #fff;
	padding: 10px;
	font-size: 16px;
}
.home .nav-tabs
{
	border: 0;
}
.home .nav-tabs > li.active > a, .home .nav-tabs > li.active > a:focus, .home .nav-tabs > li.active > a:hover
{
	border: 0;
	outline: 0;
}
.home .nav > li > .home a:focus, .home .nav > li > a:hover
{
	background-color: #eee;
}
.home .nav > li > a
{
	border: 0;
	color: #333;
	background-color: #eee;
}
.home .nav-tabs > li.active > a, .home .nav-tabs > li.active > a:focus, .home .nav-tabs > li.active > a:hover
{
	color: #fff;
	background-color: #EC6C69;
}
.home .nav-tabs > li > a:hover
{
	border: none;
}
.home .nav-tabs > li
{
	margin-bottom: 5px;
}
.home .tab-content
{
	margin-top: 5px;
}
.tabImage
{
	margin-left: 10px;
	width: 100%;
	border: 3px solid #ccc;
}
.home .tab-content
{
	margin: 0 !important;
	text-align: justify;
	border-left: 1px solid #eee;
	padding-left: 20px;
}
.home .tab-content h4
{
	margin-top: 0 !important;
}
#port img
{
	width: 100%;
}
.home .nav > li > a
{
	padding: 5px 10px;
	border-radius: 0;
}
#newsHead
{
	margin: 20px 0 0 0;
	padding: 5px 10px;
	background-color: rgba(51, 51, 51, 0.85);
	color: #fff;
}
#newsFeed
{
	margin: 0 25px;
}
#newsFeed a
{
	color: #fff !important;
}
#newsFeed a:hover #newsFeed a:focus
{
	text-decoration: none !important;
}
/* nt-example1 */
#nt-example1
{
	padding: 0;
	margin: 0;
	height: 350px !important;
	background-color: rgba(232, 83, 79, 0.85);
}
#nt-example1 li 
{
	overflow: hidden;
	height: 50px;
	list-style: none;
	text-align: justify;
	border-bottom: 1px dotted #fff;
	color: #fff;
	padding: 0 10px;
}
#nt-example1 li div
{
    height:50px;
    display:table-cell;
    vertical-align : middle;
}
/* Content ends here */

/* About Us */
#promotion
{
	margin-top: 100px;
}
#promotion img
{
	width: 100%;
}
.section
{
	height: 450px;
}
.section span
{
	position: relative;
	top: -115px;
}
#leftNav
{
	list-style-type: none;
	background-color: #EC6C69;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}
#leftNav li
{
	float: left;
	text-align: center;
	padding: 7px 0;
	border-right: 1px solid #fff;
}
#leftNav li a
{
	color: #fff;
	display: block;
}
#leftNav li a:hover
{
	color: #fff;
	text-decoration: none;
}
.aboutPage .nav-tabs > li.active > a, .aboutPage .nav-tabs > li.active > a:focus, .aboutPage .nav-tabs > li.active > a:hover
{
	background-color: #EC6C69;
	color: #fff;
	border-radius: 0 !important;
}
.aboutPage .nav-tabs > li 
{
	text-align: center;
	background-color: #eee;
	border-right: 1px solid #fff;
}
.aboutPage .nav-tabs > li:last-child
{
	border-right: 0 !important;
}
.aboutPage .nav-tabs > li :hover
{
	background-color: #eee;
}
.aboutPage .nav-tabs > li > a
{
	text-transform: uppercase;
	color: #333;
	border: 0;
	padding: 7px 10px;
	margin-right: 0;
}
.aboutPage .nav > li > a:focus, .aboutPage .nav > li > a:hover
{
	border: 0;
	background-color: #eee;
	padding: 7px 10px;
	border-width: 0 !important;
}
.aboutPage .nav-tabs
{
	border-bottom: 0;
}
.industry
{
	width: 100%;
	height: 90px;
	border-radius: 50%;
	background-color: #7BB242;
}
/* About Us ends here */

/* Transactions */
.transactions .panel-heading
{	
	padding: 5px 15px;
}
.transactions .panel-title
{
	font-size: 14px;
}
.transactions .panel-title a
{
	display: block;
}
.transactions .col-md-2
{
	margin-left: 35px;
}
.transaction
{
	height: 265px;
	box-shadow: 2px 2px 3px #eee;
	border: 1px solid #ccc;
	padding: 8px;
	margin-bottom: 30px;
	position: relative;
}
.transaction:hover
{
	background-color: rgba(238, 238, 238, 0.2);
}
.transaction h3
{
	text-align: center;
	margin-top: 0;
	font-weight: bold;
	font-size: 16px;
}
.transaction p
{
	text-align: center;
	font-weight: bold;
	margin-bottom: 0;
}
.transaction h5
{
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
.month
{
	position: absolute;
	bottom: 5px;
	width: 100%;
	left: 0;
	margin-bottom: 0;
}
.transaction img
{
	display: block;
	margin: auto;
	width: 100%;
}
/* Transactions ends here */

/* Services */
.service
{
	margin-bottom: 10px;
	padding: 5px;
	box-shadow: 1px 1px 1px #eee;
	min-height: 220px;
	border: 1px solid #eee;
}
.serviceLeft h4
{
	text-align: center; 
	color: #fff;
	background-color: rgba(0, 100, 142, 0.7);
	margin: 0;
	padding: 7px 10px;
	width: 100%;
	position: relative;
}
.serviceLeft > img
{
	width: 100%;
	margin: auto;
	display: block;
	border: 3px solid #ccc;
}
#arr
{
	position: absolute;
	color: rgba(0, 100, 142, 0.7);
	right: -11px;
	top: 39%;
	font-size: 14px;
}
.serviceLeft
{
	float: left;
	width: 30%;
}
.service > ul
{
	width: 70%;
	float: left;
}
.service ul li
{
	text-align: justify;
}
/* Services ends here */

/* Our Team */
.team
{
	background-color: rgba(238, 238, 238, 0.2);
	padding: 10px;
	margin-bottom: 10px;
}
.team div
{
	border-left: 5px solid #EC6C69;
	padding-left: 10px;
}
.team h4
{
	font-weight: bold;
	margin: 0;
}
.team p
{
	font-style: italic;
	color: #00648E;
	font-weight: bold;
	margin: 5px 0 0 0;
}
.team ul
{
	padding: 0 0 0 12px;
	margin: 10px 0 0 0;
	list-style-position: outside;
}
/* Our Team ends here */

/* Contact */
#map iframe
{
	width: 100%;
}
#address
{
	width: 380px;
	margin: auto;
	margin-top: 60px;
}
/* Contact ends here */

/* Footer */
footer
{
	padding: 5px;
	background-color: #333;
}
footer p
{
	margin: 0;
	text-align: center;
	color: #fff;
	font-size: 13px;
}
/* Footer ends here */
/* HOME PAGE ENDS HERE */