.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
  }
  ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
  }
/*====================================================================
	 Footer
====================================================================

***/

.main-footer{
	position:relative;
	background: #24283A;
	color: #868da5;
}

.main-footer .widgets-section{
	position:relative;
	padding:90px 0px 50px;
}

.main-footer .footer-widget{
	position:relative;
	margin-bottom:40px;
}

.main-footer .widget-title{
	position:relative;
	margin-bottom:30px;
	padding-bottom: 15px;
}

.main-footer .widget-title h4{
	position: relative;
	display: inline-block;
	line-height: 1.3em;
	font-size: 24px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0;
}

.main-footer .widget-title:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 70px;
	border-bottom: 1px solid rgba(255,255,255,0.20);
}

.main-footer .info-widget{
	position:relative;
}

.main-footer .info-widget .logo{
	position:relative;
	margin-top: -5px;
	margin-bottom:30px;
}

.main-footer .info-widget .logo img{
	max-width: 80px;
}

.main-footer .about-widget .text{
	position:relative;
	margin-bottom: 25px;
}

.main-footer .links-widget{
	margin-bottom: 10px;
}

.main-footer .links-widget .widget-content{
	position: relative;
	padding-left: 20px;
}

.main-footer .links-widget .column{
	position:relative;
}

.main-footer .links-widget .links li{
	position:relative;
	margin-bottom:12px;
	line-height: 24px;
	font-size: 15px;
	color: #868da5;
}

.main-footer .links-widget .links li a{
	position:relative;
	display: block;
	color:#868da5;
	font-size:15px;
	padding-left: 20px;
	text-transform: capitalize;
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
}

.main-footer .links-widget .links li a:before{
	content: "+";
	font-family: 'Playfair Display', serif;
	position: absolute;
	left: 0;
	top: 10px;
	line-height: 22px;
	font-size: 20px;
	font-weight: 400;
}

.main-footer .links-widget .links li a:hover{
	color:#d5ae82;
}
.main-footer .info {
    text-align: center;

}

.main-footer .info ul{
    display: inline-block;
    text-align: left;
}

.main-footer .info ul li{
	position:relative;
	line-height: 24px;
	color: #868da5;
	font-size: 14px;
	padding-left: 25px;
	margin-bottom: 7px;
}

.main-footer .info ul li .icon{
	position: absolute;
	left: 0;
	top: 0;
	width: 25px;
	color: #d5ae82;
}

.main-footer .info ul li a{
	color: #868da5;
}

.main-footer .info ul li a:hover{
	color: #d5ae82;
	text-decoration: underline;
}

.main-footer .social-links{
	position:relative;
	padding-top: 24px;
}

.main-footer .social-links ul{
	position:relative;
}

.main-footer .social-links li{
	position: relative;
	display: inline-block;
	margin: 0px 8px 0px 0px;
	line-height: 44px;
}

.main-footer .social-links li a{
	position: relative;
	display: block;
	width: 44px;
	height: 44px;
	line-height: 44px;
	background: #232b47;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	border-radius: 50%;
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
}

.main-footer .social-links li a:hover{
	color: #ffffff;
	background: #d5ae82;
}

.main-footer .gallery-widget .images{
	position: relative;
	margin: 0px -5px;
}

.main-footer .gallery-widget .images .image{
	position: relative;
	float: left;
	width: 25%;
	display: block;
	margin: 0 0 10px;
	padding: 0px 5px;
}

.main-footer .gallery-widget .images img{
	width: 100%;
}

.main-footer .gallery-widget .images .img-popup{
	position: absolute;
	left: 13px;
	top: 8px;
	right: 13px;
	bottom: 8px;
	background: rgba(255,255,255,0.95);
	text-align: center;
	color: #d5ae82;
	opacity: 0;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	z-index: 1;
}

.main-footer .gallery-widget .image:hover .img-popup{
	opacity: 1;
}

.main-footer .gallery-widget .images .img-popup .icon{
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -20px 0px 0px -20px;
	line-height: 40px;
	width: 40px;
	height: 40px;
	font-size: 20px;
}

.main-footer .footer-bottom{
	position:relative;
	line-height: 24px;
	padding: 12px 0px;
	text-transform: capitalize;
	border-top:1px solid rgba(255,255,255,0.10);
}

.main-footer .footer-bottom .inner{
	position: relative;
	display: block;
}

.main-footer .footer-bottom .copyright{
	position:relative;
	float: left;
	padding: 10px 0px;
}

.main-footer .footer-bottom .copyright strong{
	color: #222222;
}

.main-footer .footer-bottom .bottom-links{
	position:relative;
	float: right;
	padding: 10px 0px;
}

.main-footer .footer-bottom a{
	color: #868da5;
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
}

.main-footer .footer-bottom a:hover{
	color: #d5ae82;
	text-decoration: underline;
}

/*** 

====================================================================
	Footer Style Two
====================================================================

====================================================================
		Page Banner
====================================================================

***/

.page-banner{
	position:relative;
	padding: 0;
	color: #ffffff;
	background: #061138;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}

.page-banner .image-layer{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}

.page-banner .banner-inner{
	position: relative;
	display: block;
	text-align: center;
}

.page-banner .inner-container{
	position: relative;
	padding: 130px 0px;
	z-index:2;
}

.page-banner h1{
	position:relative;
	font-size:48px;
	color:#ffffff;
	line-height: 1.2em;
	font-weight: 800;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0;
}

.page-banner .page-nav{
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: left;
	padding-bottom: 15px;
}

.page-banner .bread-crumb{
	position: relative;
	display: inline-block;
}

.page-banner .bread-crumb li{
	position: relative;
	float: left;
	font-size: 13px;
	line-height: 24px;
	color: #ffffff;
	font-weight: 500;
	text-transform: uppercase;
	cursor: default;
	padding-right:  15px;
	margin-right: 15px;
}

.page-banner .bread-crumb li:before{
	position: absolute;
	right: -15px;
	width: 30px;
	text-align: center;
	font-size: 10px;
	line-height: 24px;
	color: #ffffff;
	font-weight: 400;
	font-family: 'Flaticon';
    content: "\f10f";
}

.page-banner .bread-crumb li:last-child{
	padding-right: 0;
	margin-right: 0;
}

.page-banner .bread-crumb li:last-child:before{
	display: none;
}

.page-banner .bread-crumb li a{
	color:#ffffff;
	font-weight: 500;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.page-banner .bread-crumb li a:hover{
	color:#d5ae82;	
}


@media only screen and (max-width: 1139px){
	.page-banner h1{
		font-size: 40px;
	}

	.welcome-section .title-box h2,.team-section .title-box h2
	{
		font-size: 32px;
	}

	.welcome-section .title-box h4,.team-section .title-box h4,
	.event-carousel-box .event-block h4{
		font-size: 20px;
	}	
}

@media only screen and (max-width: 991px){	
	.page-banner h1{
		font-size: 36px;
	}
	.welcome-section{
		padding: 70px 0px;
	}	
	.team-section{
		padding: 70px 0px;
	}	
}

@media only screen and (max-width: 767px){
	.page-banner h1{
		font-size: 30px;
	}
	.page-banner .inner-container{
		padding-top: 100px;
	}	

	.welcome-section .title-box h2,.team-section .title-box h2
	{
		font-size: 24px;
	}	
	.team-block-two .image-box{
		padding-right: 0;
	}

	.team-block-two .inner{
		padding: 25px 20px 25px;
	}
	.team-block-two .inner .title h4,
	.team-block .lower-content h4{
		font-size: 20px;
	}
	

}
@media only screen and (max-width: 599px){
	.page-banner h1{
		font-size: 24px;
	}
}

/*** 

====================================================================
		Welcome Section
====================================================================

 ***/

 .welcome-section{
	position: relative;
	padding: 90px 0px;
}

.welcome-section .title-box,.team-section .title-box{
   position: relative;
   max-width: 870px;
   margin: 0 auto 40px;
   text-align: center;
}

.welcome-section .title-box h4,.team-section .title-box h4{
   position: relative;
   text-transform: uppercase;
   color: #7f8a99;
   margin-bottom: 10px;
}

.welcome-section .title-box h2,.team-section .title-box h2{
   position: relative;
   text-transform: uppercase;
   color: #061138;
   margin-bottom: 20px;
}

.welcome-section .title-box h2 strong,.team-section .title-box h2 strong{
   font-weight: 700;
}

.welcome-section .image-box{
   position: relative;
   margin: 0 0 50px;
}

.welcome-section .image-box img{
   display: block;
   width: 100%;
}


====================================================================
	Team Section
====================================================================

***/

.team-section{
	position: relative;
	padding: 100px 0px;
}

.team-section .title-row .sec-title{
	position: relative;
	margin-bottom: 40px;
}

.team-block{
	position: relative;
	margin-bottom: 30px;
}

.owl-theme .team-block{
	margin-bottom: 0;
}

.team-block .inner-box{
	position: relative;
	display: block;
	padding-bottom: 45px;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.team-block .image-box{
	position: relative;
	display: block;
	overflow: hidden;
}

.team-block .image-box:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(6,17,56,0.90);
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	opacity: 0;
	z-index: 1;
}

.team-block:hover .image-box:before{
	opacity: 1;
}

.team-block .image-box img{
	position: relative;
	display: block;
	width: 100%;
}

.team-block .lower-box{
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 100%;
	padding: 0px 20px;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	z-index: 3;
}

.team-block .lower-content{
	position: relative;
	display: block;
	float: right;
	width: 100%;
	max-width: 200px;
	background: #ffffff;
	padding: 25px 20px 22px;
	border-bottom: 1px solid #e5e5e5;
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	z-index: 1;
}

.team-block:hover .lower-content{
	padding-bottom: 105px;
	background: #efb443;
}

.team-block .lower-content:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 3px;
	background: #ffffff;
	border-top: 1px solid #e5e5e5;
}

.team-block:hover .lower-content:before{
	bottom: 0;
	height: 4px;
	background: #efb443;
	border-top-color: #ffffff;
	border-top-width: 2px;
}

.team-block .lower-content h4{
	position: relative;
	color: #061138;
	font-size: 22px;
	line-height: 1.3em;
	text-transform: capitalize;
	margin: 0;
}

.team-block .lower-content h4 a{
	color: #061138;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.team-block:hover .lower-content h4 a{
	color: #ffffff;
}

.team-block .lower-content h4 a:hover{
	color: #ffffff;
	text-decoration: underline;
}

.team-block .lower-content .designation{
	position: relative;
	display: block;
	color: #7f8a99;
	font-size: 13px;
	text-transform: uppercase;
	margin-top: 10px;
}

.team-block:hover .lower-content .designation{
	color: #ffffff;
}

.team-block .social-links{
	position:absolute;
	left: 0;
	bottom: 25px;
	width: 100%;
	padding: 0 20px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-ms-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}

.team-block:hover .social-links{
	opacity: 1;
	visibility: visible;
	-webkit-transition:all 0.5s ease 300ms;
	-moz-transition:all 0.5s ease 300ms;
	-ms-transition:all 0.5s ease 300ms;
	-o-transition:all 0.5s ease 300ms;
	transition:all 0.5s ease 300ms;
}

.team-block .social-links ul{
	position:relative;
	padding: 20px 0px 0px;
	text-align: center;
	border-top: 1px solid #bf9c75;
}

.team-block .social-links li{
	position: relative;
	display: inline-block;
	margin: 0px 4px;
	line-height: 44px;
}

.team-block .social-links li a{
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #24283A;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	border-radius: 50%;
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
}

.team-block .social-links li a:hover{
	color: #bf9c75;
	background: #ffffff;
}

.team-section .carousel-box{
	position: relative;
}

.team-section .owl-theme .owl-dots{
	display: none;
}

.team-section .owl-theme .owl-nav{
	position: absolute;
	right: 0;
	top: -125px;
	margin: 0;
}

.team-section .owl-theme .owl-nav .owl-next,
.team-section .owl-theme .owl-nav .owl-prev{
	position: relative;
	display: inline-block;
	margin-left: 15px;
	vertical-align: top;
	background: none;
	height: 70px;
	width: 70px;
	border: none; 
	text-align: center;
	line-height: 68px;
	border: 1px solid rgba(0,0,0,.10);
	color: #acb7c6;
	font-size: 24px;
	border-radius: 0;
	opacity: 1;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.team-section .owl-nav .owl-prev:hover, 
.team-section .owl-nav .owl-next:hover{
	color: #d5ae82;
	border-color: #d5ae82;
}

.team-section .see-all{
	position: relative;
	display: block;
	text-align: center;
	padding-top: 10px;
}

.contact-map { height: 400px; }
.contact-map .container-fluid { padding: 0px; }
.contact-map .container-fluid iframe { border: 0px; width: 100%; height: 400px; }


.page-section-ptb{
	margin:50px 0;
}

.marinetraffic-widget {
	width: 100%;
	height: 600px;
	border: none;
  }

.courseList{
	margin: 80px 0 ;
}