@charset "utf-8";
/* CSS Document */
@import 'fonts.css';

*{
	padding:0px;
	margin:0px;
	outline:none;
	font-family:Verdana, Geneva, sans-serif;
	line-height:100%;
	border:0;
	text-decoration:none;
}
.clear{
	clear:both;
}
.container{
	width:1300px;
	margin:auto;
}
#top{
	height: 212px;
}
.logo{
	float: left;
	padding-left: 4%;
}
.logo img{
	padding-top: 60px;
}
.approve{
	float: right;
	padding-right: 5%;
}
.approve img{
	padding-top: 90px;
}
.con{
	float: right;
	padding-right: 4%;
}
.con img{
	padding-top: 67px;
}
/****************		MENU	***********************/
.menu_pos{
	margin-left: 20px;
}
#menu{
	text-align:center;
	background-color:#000000;
}
#menutrigger{
	display:none;
	cursor:pointer;	
}
#menutrigger p{
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	float: left;
	color: #ffffff;
	width: 100%;
	border-bottom: 1px solid #292929;
	text-align: center;
}
#menutrigger p:hover{
	background-color:#08c0fc;
	color:#000000;
}

#blob {
    background: #08c0fc;
    position: absolute;
    z-index: 1;
    top: 0;
}
#mob{
	display:none;
	clear:both;
	margin-left:50px;
	float: right;
}
#mob li{
	list-style:none;
	text-align:right;
	text-decoration: none;  
}
#mob li a{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	width:165px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 5px;
	display:inline-block;
    color: #ffffff;
    text-decoration: none;
    list-style: none;
    border-bottom: 1px solid #292929;
}
#mob li a:hover{
	background-color:#08c0fc;
	color:#000000;
	text-decoration: none;
    list-style: none;
}

#nav {
    position: relative;
    float: left;
	margin:auto;
}
#nav li {
    float: left;
    list-style: none;
	height:40px;
	min-width:204px;
	border-right: 1px solid #292929;
	/*border-left: 1px solid #383838;*/
}
#nav li:first-child{
	border-left: 1px solid #292929;
}
#nav li a {
    color: #ffffff;
    z-index: 2;
    position: relative;
    padding-left:40px;
	padding-right:40px;
	font-size:12px;
	text-transform:uppercase;
    width: 100%;
	padding-bottom:15px;
	padding-top:15px;
	top:10px;
	text-decoration: none;	 
    list-style: none;
}

#nav li a:hover{
	color:#000000;
	text-decoration: none;	 
    list-style: none;
}
/**********footer*********************/
/*** Footer ***/

.footer{
	position:relative;
	background: #414045; 
	background: -moz-linear-gradient(top,  #414045 55%, #2f2e33 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(55%,#414045), color-stop(100%,#2f2e33));
	background: -webkit-linear-gradient(top,  #414045 55%,#2f2e33 100%); 
	background: -o-linear-gradient(top,  #414045 55%,#2f2e33 100%); 
	background: -ms-linear-gradient(top,  #414045 55%,#2f2e33 100%); 
	background: linear-gradient(to bottom,  #414045 55%,#2f2e33 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#414045', endColorstr='#2f2e33',GradientType=0 );
	box-shadow: inset 0px 1px 8px #222;
}
.foot-part1{
	display: block;
	float:left;
	margin: 0% 0 1% 1.6%;
	border-right: 2px groove #555;
	width: 19.5%;
	padding:1.5% 1.5% 0% 1.5%; 
}
.foot-part1 h4 {
	color:#ccc;
	margin-bottom: .5em;
	font-size:28px;
	line-height: 100%;
	font-family: 'Teko-Light';
	font-weight : normal;
	margin-top: 0px;
	letter-spacing: 0.1px;
	text-transform:uppercase;
	border-bottom:1px solid #474747;
	padding-bottom:0.5em;
}
.foot-part11 ul li{
	line-height: 270%;
	font-size: 14px;
	list-style: none;
}
.foot-part11 ul li a{
	color:#979797;
	list-style: none;
	text-decoration: none;
}
.foot-part11 ul li a:hover{
	color:#BBB7B7;
	list-style:none;
	text-decoration: none;
}
.foot-part14 ul li{
	color:#979797;
	line-height: 200%;
	font-size: 14px;
	list-style: none;
}
.foot-part14 ul li:hover{
	color:#BBB7B7;
	list-style:none;
	text-decoration: none;
}
a li.facebook{
	list-style:none;
	text-decoration: none;	
}
#copy{
	background: #fafafa;
    background-image: url(../images/05.png);
    background-repeat: repeat;
    color: #ffffff;
    padding: 20px 0 20px;

}
#copy p{
	color: #f1f1f1;
	font-size:12px;
	text-align:center;
}

/*** Social Icons ***/
.social-icons{
	padding-top:0px;
}
.social-icons li {
	width:30px;
	height:30px;
	margin: 0;
	cursor:pointer;
	list-style: none;
	padding-left: 50px;
	margin-bottom: 8px;
	color:#979797;
	line-height: 190%;
	list-style: none;
	text-decoration: none;
	font-size: 14px;
}
.social-icons li:hover {
	color:#BBB7B7;
}
.social-icons ul a li{
	color:#979797;
	list-style: none;
}
.social-icons li.facebook {
	background:url(../images/icon-2.png) no-repeat 0px  -29px;
	list-style: none;
	text-decoration: none;
}
.social-icons li.facebook:hover {
	background:url(../images/icon-2.png) no-repeat 0px  0px;
}
.social-icons li.twitter {
	background:url(../images/icon-3.png) no-repeat 0px  -29px;
}
.social-icons li.twitter:hover {
	background:url(../images/icon-3.png) no-repeat 0px  0px;
}
.social-icons li.googleplus {
	background:url(../images/icon-4.png) no-repeat 0px  -29px;
}
.social-icons li.googleplus:hover {
	background:url(../images/icon-4.png) no-repeat 0px  0px;
}
.social-icons li.contact {
	background:url(../images/icon-1.png) no-repeat 0px  -29px;
}
.social-icons li.contact:hover {
	background:url(../images/icon-1.png) no-repeat 0px  0px;
}
 
.emai1-foot-right-below{
	padding-top: 20px;
}
.emai1-foot-right-below p{
	font-size:14px;
	padding:0.2em 0;
	color:#979797;
	display:block;
	cursor:pointer;
	list-style:none;
	text-decoration: none;	
}
.emai1-foot-right-below p:hover{
	color:#BBB7B7;
	list-style:none;
	text-decoration: none;
}

/**********HOME****************/
.news-head{
	float: left;
	width: 200px;
}
.dum020{
	height: 40px;
}
.news-head h3{
	font-family: 'Teko-Light';
	font-size: 36px;
	text-align: center;
	font-weight: normal;
	line-height: 100%;
}
.news-head img{	
	padding-top: 13px;
	padding-left: 18px;
}
#nt_news ul,#nt_careers ul{
	float:right;
	width:300px;
}
#nt_news li,#nt_careers li{
	color: #4e4e4e;
	overflow: hidden;
	height: 50px;
	padding: 6px;
	line-height: 20px;
	list-style: none;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: left;
	border-bottom: 1px dotted #000;
}
#nt_news li a,#nt_careers li a{
	color:#02adfc;
	float:right;
	font-size:11px;
	padding-top:15px;
}
#nt_news li a:hover,#nt_careers li a:hover{
	color:#fe018a;
}
.ship-home-course h3{
	font-size: 24px;
	text-align: center;
	font-weight: normal;
	line-height: 200%;
	padding-top: 20px;
	padding-bottom: 15px;
}
#ship-home-con{	
}
.gi-news-event{
	width: 565px;
	margin-left: 0px;
	height: 190px;
	border: 1px solid #737272;
	float: left;
	margin-top: 50px;
}
.ship-home-about{
	margin-left: 50px;
	margin-right: 50px;
	float: left;
	width: 550px;	
}
.ship-home-about h3{
	font-family: 'Teko-Light';
	font-size: 36px;
	text-align: center;
	font-weight: normal;
	line-height: 200%;
	padding-top: 40px;
}
.ship-home-about p{
	font-size: 12px;
	line-height: 200%;
	padding-bottom: 30px;
	text-align: justify;
}
.ship-home-course{
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
	margin-top: 50px;
}
.ship-home-course h3{
	font-family: 'Teko-Light';
	font-size: 36px;
	text-align: center;
	padding-bottom: 25px;
	font-weight: normal;
	line-height: 100%;
	text-transform: uppercase;
}
.ship-home-course h4{
	font-size: 26px;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 15px;
	font-weight: normal;
	line-height: 100%;
	font-family: 'Teko-Light';
	text-transform: capitalize;
}
.posi{
	margin-left: 40px;
}
.course-more{	
	text-decoration: none;
	list-style: none;
}
.course-more li{		
	text-decoration: none;
	list-style: none;
	
	text-align: center;
}
.course-more li a{
	text-decoration: none;
	list-style: none;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:10px;	
	margin-bottom: 50px;
	color: #000000;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.course-more li a:hover{
	text-decoration: none;
	list-style: none;
	background-color: #08c0fc;
	color: #ffffff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}

.ship-home-course1{
	width: 250px;
	float: left;
	border:#d7d7d9 1px solid;
	padding-bottom: 20px;
}

.ship-home-course1:hover{
	border:#08c0fc 1px solid;
}

.ship-home-course2{
	width: 250px;
	float: left;
	margin-left: 50px;
	border:#d7d7d9 1px solid;
	padding-bottom: 20px;
}
.ship-home-course2:hover{
	border:#08c0fc 1px solid;
}
.ship-home-course3{
	width: 250px;
	float: left;
	margin-left: 50px;
	border:#d7d7d9 1px solid;
	padding-bottom: 20px;
}
.ship-home-course3:hover{
	border:#08c0fc 1px solid;
}
.ship-home-course4{
	width: 250px;
	float: left;
	margin-left: 50px;
	border:#d7d7d9 1px solid;
	padding-bottom: 20px;
}
.ship-home-course4:hover{
	border:#08c0fc 1px solid;
}
.ship-home-course1 img{
	margin-left: 20px;
	margin-bottom: 15px;
}
.ship-home-course2 img{
	margin-left: 20px;
	margin-bottom: 15px;
}
.ship-home-course3 img{
	margin-left: 20px;
	margin-bottom: 15px;
}
.ship-home-course4 img{
	margin-left: 20px;
	margin-bottom: 15px;
}
.dum{
	height: 17px;
}
/**********ABOUTUS****************/
.ship-aboutus-con{
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
}
.ship-aboutus-about{
	width: 650px;
	float: left;
	padding-left: 50px;
}
.ship-aboutus-about h3{
	font-size: 24px;
	font-weight: normal;
	padding-bottom: 10px;
}
.ship-aboutus-about p{
	line-height: 200%;
	font-size: 12px;
	text-align: justify;
}
.ship-about-photo{
	width: 500px;
	float: left;
}
.ship-about-photo1{
	float: left;
	padding-bottom: 50px;
}
.ship-about-photo2{
	float: left;
	padding-bottom: 50px;
}
.ship-about-photo3{
	float: left;
	padding-bottom: 50px;
}

.ship-about-photo4{
	float: left;
	padding-bottom: 50px;
}
/**********SHIP CATERING MANAGEMENT courses***************/
.ship-cat{
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 50px;
	padding-bottom: 50px;
}
.ship-cat1{
	width: 568px;
	float: left;
	margin-bottom: 50px;
	border:#d7d7d9 1px solid;
}
.ship-cat1 h3{
	font-size: 26px;
	font-weight: normal;
	color: #000000;
	line-height: 200%;
	text-align: center;
	border-bottom: #d7d7d9 1px solid;
}
.ship-cat1-sub h4{
	font-size: 18px;
	font-weight: normal;
	color: #08c0fc;	
	line-height: 200%;
	padding-left: 20px;
}
.ship-cat1-sub ul{
	font-size: 16px;
	font-weight: normal;
	padding-left: 50px;
}
.ship-cat1-sub li{
	font-size: 16px;
	line-height: 180%;
	color: #ff9601;	
}
.ship-cat1-sub h5{
	font-size: 12px;
	font-weight: normal;
	padding-left: 40px;
	line-height: 180%;
	padding-right: 10px;
}
.ship-cat2{
	width: 568px;
	float: left;
	margin-left: 50px;
	border:#d7d7d9 1px solid;
	margin-bottom: 50px;
}
.dum2{
	height: 84px;
}
.dum50{
	height: 20px;
}
.dum15{
	height: 10px;
}
.dumm30{
	height: 40px;
}
.ship-cat2 h3{
	font-size: 26px;
	font-weight: normal;
	color: #000000;
	line-height: 200%;
	text-align: center;
	border-bottom: #d7d7d9 1px solid;
}
.ship-cat1-ext{
width: 568px;
}
.gl-faci-con-faci1-img2-courses{
	float: left;
	box-shadow: 0px 0px 3px rgb(150, 150, 150);	
	margin-left: 25px;
	margin-bottom: 50px;
}
.gl-faci-con-faci1-img2-courses img{
	float: left;
	padding: 10px;
	box-shadow: 0px 0px 3px rgb(150, 150, 150);	
}
/**********courses new***************/
.course2-page{
	padding-left: 20px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	display:block;
	text-align:center;
}
.course2-page h3{
	font-size: 20px;
	font-weight: normal;
	line-height: 200%;
	padding-bottom: 10px;
}
.shipcatering{
	width:1000px;
	display:inline-block;
	margin:20px;
}
.shipcatering table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
}
th{
	padding:10px;
	font-size:14px;
	line-height: 150%;
	
	text-transform: uppercase;
	font-weight: normal;
}
td{
	padding:5px;
	font-size:12px;
	line-height: 150%;
}
th.slno{
	width:60px; 
	background-color: #08c0fc;
}
th.course{
	width:440px; 
	background-color: #08c0fc;
}
th.eligible{
	width:400px; 
	background-color: #08c0fc;
}
th.duration{
	width:100px; 
	background-color: #08c0fc;
}

th.slno22{
	width:60px; 
	background-color: #0190f4;
}
th.course22{
	width:440px; 
	background-color: #0190f4;
}
th.eligible22{
	width:400px; 
	background-color: #0190f4;
}
th.duration22{
	width:100px; 
	background-color: #0190f4;
}

td.duration-con{
	color: #f78805;
}


.sp20{
	height: 20px;
}
.sp30{
	height: 30px;
}
/**********facilities  new***************/

.faci-img img{
	margin-top: 50px;
	max-width: 1300px;
	width: 100%;
}
.faci-content{
	padding-left: 50px;
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
}
.faci-content1{
	width: 575px;
	float: left;
	margin-bottom: 50px;
}
.faci-content1 ul li{
	line-height: 200%;
}
.faci-content2{
	width: 525px;
	float: left;
	margin-left: 100px;
	margin-bottom: 50px;
}
.faci-content2 ul li{
	line-height: 200%;
}

/**********contact***************/
/* start contact */
.company_ad{
	margin-left: 50px;
	padding-top: 40px;
}
.company_ad h2{
	font-size: 18px;
	font-weight: normal;
	font-family:Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	line-height: 200%;
}
.company_ad p{
	font-size: 14px;
	color: #3b3b3b;
	font-family:Verdana, Geneva, sans-serif;
	line-height: 200%;
}
.company_ad p span{
	font-size: 17px;
	color: #3b3b3b;
	font-family:Verdana, Geneva, sans-serif;
	text-transform: lowercase;
	line-height: 230%;
}

.contact-form h2{
	font-size: 22px;
	font-weight: normal;
	font-family:Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	line-height: 250%;
}
.contact-form span{
	display:block;
	text-transform: capitalize;
	font-size: 14px;
	color: #5b5b5b;
	font-weight: normal;
	margin-bottom: 10px;
}
.contact-form textarea {
	font-family:Verdana, Geneva, sans-serif;	
	display: block;
	width: 99.3333%;
	background: #ffffff;
	outline: none;
	
	font-size: 0.8725em;
	border: 1px solid #08c0fc;
	-webkit-appearance: none;
	resize: none;
	height: 120px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 781px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.contact-form textarea:focus{
	border:1px solid #08c0fc;
}
.form-control{
	box-shadow: none;
	border: 1px solid #08c0fc;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 781px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.form-control:focus {
	box-shadow: none;
}
.contact-form input[type="submit"] {
	font-family:Verdana, Geneva, sans-serif;
	-webkit-appearance: none;
	cursor: pointer;
	border: none;
	outline: none;
	background: none;
	text-transform: uppercase;
	font-weight: 100;
}
.contact-form label{
	position: relative;
	z-index: 1;
}
.form-control:focus {
	border-color: #08c0fc;
}
.col-md-4{
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 350px;
  float: left;
}

.col-md-8{
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 700px;
  float: left;
  padding-bottom: 30px;
  padding-top: 40px;
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
/* Button 1 */
.fa-btn {
	font-size: 14px;
	background: none;
	cursor: pointer;
	padding: 12px 40px;
	display: inline-block;
	margin: 10px 0px;
	text-transform: uppercase;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.fa-btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-1 {
	border: 1px solid #08c0fc;
	color: #3b3b3b;
}
/* Button 1e */
.btn-1e {
	overflow: hidden;
}
.btn-1e:after {
	width: 100%;
	height: 0;
	top: 50%;
	left: 50%;
	background: #08c0fc;
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.btn-1e:hover,.btn-1e:active {
	color: #ffffff;
	text-decoration:none;
}
.btn-1e:hover:after {
	height: 260%;
	opacity: 1;
}
.btn-1e:active:after {
	height: 400%;
	opacity: 1;
}
.goo-map{
	margin-left:50px;
	margin-bottom: 50px;
}
.goo-map h5{
	font-size: 22px;
	line-height: 150%;
	font-weight: normal;
	padding-bottom: 20px;
}
iframe{
	width: 1200px;
	height: 350px;
}

/****************thank********************/
.thank{
	height: 200px;
}
.thank p{
	padding-top: 80px;
	text-align: center;
	font-size: 20px;
}
/**********************		HOME - NEWS & EVENTS	********************/
#ship-home-con .downloads{
	margin-left: 50px;
	margin-right: 50px;
	float: left;
	width: 550px;
	height:228px;
	margin-top: 50px;
	background-image:url('../images/download-brochure.jpg');
	text-align:right;
	background-repeat:no-repeat;
}
#ship-home-con .downloads a{
	margin-right:50px;
	margin-top:35px;
	display:inline-block;
}
#ship-home-con .downloads a:last-child{
	margin-top:30px;
}
#ship-home-con .careers{
	width: 565px;
	margin-left: 0px;
	height: 224px;
	border: 1px solid #737272;
	float: left;
	margin-top: 50px;
}
#ship-home-con .news-page .news-img{
	width:100%;
	max-width:550px;
}
/**************************************		Gallery		******************************/
#gallery{
	display:block;
	text-align:center;
	padding:30px;
}
#gallery li{
	display:inline-block;
	list-style:none;
	margin:10px;
}
#gallery li img{
	border:2px solid #fff;
	box-shadow: 0 0 3px 3px #aaa;
}
