@font-face {
  font-family: square721;
  src: url(fonts/Square-721-BT.ttf);
}

@font-face {
  font-family: minionpro;
  src: url(fonts/MinionPro-Regular.otf);
}

body {
  font-family: square721;
  transition: background-color .5s;
  height: 100%;
  overflow-x: hidden;
  width: 100%;
  margin: 0 auto;
}


.mb-20{
  margin-bottom: 20px;
}


.mt-bt-15{
  margin-top: 15px;
  margin-bottom: 15px;
}

.w-100{
  width:100%;
}

.mb-4, .my-4 {
  margin-bottom: 1.5rem!important;
}

.ml-0{
  margin-left: 0px;
}

.r-15{
  right:15px !important;
}

.mt-bt-18-20{
  margin-top:18px; 
  margin-bottom:20px;
}

p {
  margin: 0 0 10px;
  font-size: 15px;
}

.logo img{
     margin:20px 0;
}

h4{
  color: rgb(6, 144, 211);
}
span{
  color: rgb(6, 144, 211);
}

.social-icons{
  text-align:right;
}



  .top-social-icons{
    text-align: right;
  }
  .top-social-icons a{
    background: rgb(247, 156, 78);
    font-size: 20px;
    padding: 6px 15px 6px 15px;
    color: #fff;
  }

  .top-social-icons a:hover{
    background: rgb(78, 78, 78);
  }

  .top-social-icons a i{
    padding-top: 10px;
  }

.social-icons a{
  background: rgb(247, 156, 78);
  font-size: 20px;
  padding: 6px 15px 6px 15px;
  color: #fff;
}

.social-icons a:hover{
  background: rgb(78, 78, 78);
}


.social-icons a i{
  padding-top: 0px;
}

.msg-green img{
     width: 100%;
}


.icon-bl{
  background: rgb(6, 144, 211) !important;
}

.icon-bl:hover{
  background: rgb(78, 78, 78) !important;
}

footer{
  text-align: center;
}
.footer-bg{
  background: rgb(6, 144, 211);
}
.footer-nav{
  padding:20px;
}
.footer-nav a{
  color:#fff;
  margin: 40px 25px;
  font-size: 16px;
}
.credentials{
  padding:20px;
}
.credentials span, .credentials i{
  color:rgb(78, 78, 78);
}

.subscribe-title{
  font-size: 22px;
  padding-left: 20px;
}

.subscribe-section{
  padding: 30px 0 15px 0;
}
.blue-btn{
  background-color: rgb(6, 144, 211);
  border: none;
}

.blue-btn:hover{
  background-color: rgb(255, 138, 42);
  border: none;
}

.blue-btn:active{
  border: none;
}

.btn-primary{
  background:  rgb(6, 144, 211);
  border: none;
  color: #fff !important;
}



.jumbotron{
  margin-bottom:0px;
  background-color: #f9f9f9;
}

.top-menu{
  text-align: right;
  padding: 50px 0;
}
.top-menu a{
  font-size: 20px;
  color: rgb(105 105 105);
  text-decoration: none;
  padding:20px 20px;
}

.top-menu a:hover{
  color: rgb(255, 138, 42);
}

.footer-follow-us{
  padding-top: 0px;
}

.footer-follow-span{
  margin-top: 0px;
  font-size: 17px;
}

.subs-form{
  padding-left: 10px;
}



.menu-toggle-icon{
  text-align: right;
}

.menu-toggle-icon i{
  margin: 48px 0 0 0;
  font-size: 30px;
  color: rgb(105 105 105);
}

.service-cards{
  margin: 0 0 30px 0;
}

.explore-link{
  text-align: center;
  margin: 40px 0;
}


.explore-link a{
  text-decoration: none;
  color: #fff;
  background-color: rgb(6, 144, 211);
  padding: 10px 15px;
  border-radius: 5px;
}
.explore-link a:hover{
  color: #fff;
  background-color: rgb(255, 138, 42);
}

.cust-card-size{
  height: 15px;
}

.custom-card-title{
  position: relative;
  margin: 50px 0;
  top: 90px;
  left: 28px;
  padding: 10px 0;
  width: auto;
  background-color: rgb(6, 144, 211);
  opacity: 1;
  border-radius: 3px;
}

.custom-card-title span{
  color: #fff;
}

.cust-card-detail{
  border: 2px soild black;
  background-size: cover;
}



  .home-more-services{
    padding: 10px 0 0 0;
  }

 .home-more-services i, h3{
 color: rgb(97, 97, 97);
 }

 .home-more-services i{
   padding: 0px 10px 0 0;
   font-size: 25px;
   color: #9c9c9c;
 }

 .see-more{
  text-align: right;
 }

 .see-more a i{
   font-size: 30px;
   border:2px solid #ccc;
   border-radius: 50%;  
   padding: 6px 12px;
   text-decoration: none;
   color: rgb(6, 144, 211);
 }

 
 .see-more a i:hover{
  color: rgb(255, 138, 42);
}

 /*  service card start */


.decoration-none{
  text-decoration: none;
}
.decoration-none:hover{
  text-decoration: none;
}


.service-card {
  background-attachment:inherit;
  width: 100%;
  height: 160px;
  position: relative;
  overflow: hidden;
  text-align: center;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-card > h1 {
  margin: 0;
  color: white;
  position: relative;
  top:-95px;
  font-size: 25px;
  z-index: 1;
  text-shadow: 2px 2px 3px #000;
}


* {
  box-sizing: border-box;
}

.color-blue-over{
  width: 100%;
  height: 160px;
  position: relative;
  background-color: #0690d3;
  border-radius: 10px;
  opacity: 0.6;
}


.service-card:hover{
  box-shadow: 2px 2px 7px rgb(97, 97, 97);

}


 /* service card end */



 /* News & Updates Start  */

 .update-date p {
  font-size: 15px;
  margin-bottom:0rem !important;
  color:rgb(247, 156, 78);
}

.update-heading a {
  font-size: 18px;
  text-decoration: none;
  color: #0690d3;
}

 .update-msg p {
  font-size: 15px;
  margin-bottom: 0.2rem;
  color: #656464;
}

.update-img img{
  border-radius: 7px;
  width: 100%;
}

.more-updates{
  text-align: left;
  font-size: 15px;
}

.more-updates a{
  color: #0690d3;
  text-decoration: none;
}

.more-updates a:hover{
  color: rgb(247, 156, 78);
}


.sustain-bg{
  background-size: cover;
  border-radius: 10px;
  height: 440px;
}

.sustain h4, .sustain p{
  color: #fff;
  text-shadow: 2px 2px 2px #000;
}

.sustain h4{
  font-size:30px;
}

.sustain{
  position: relative;
  padding: 25px 15px 15px 15px;
  top: 65px;
}



 /* News & Updates End */


 /* Menu Start */

 .sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  /* left: 0; */
  right: 0;
  background-color: rgb(6 144 211 / 85%);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  box-shadow: -2px -2px 30px #383838b8;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 18px;
  color: #ffffff;
  display: block;
  transition: 0.3s;
  text-align: left;
}

.sidenav a::before {
  content: '- ' ;
}

.sidenav a:hover {
  font-size: 18px;
  color: #ffffff;
  text-shadow: 1px 1px 2px #000;
}

.sidenav h3{
  color: #fff;
  text-align: left;
  padding: 8px 8px 8px 32px;
}


.closebtn{
  color: #fff;
  font-size:30px;
  cursor:pointer;
  padding: 8px 8px 8px 20px;
}

.closebtn:hover{
  color: #fff;
  text-shadow: 1px 1px 2px #000;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.sidenav img{
  bottom: 55px;
  left: 65px;
  height: 100px;
  width: 110px;
  position: absolute;
}

.menu-cred{
  color: white;
  bottom: 0;
  position: absolute;
  padding: 8px 8px 8px 20px;
}

@media screen and (max-height: 500px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px; text-align: left;}
  .sidenav img{
    bottom: 55px;
    left: 92px;
    height: 50px;
    width: 55px;
    position: absolute;
  }
  .menu-cred {
    font-size: 14px;
    padding: 8px 8px 8px 40px;
}
}

 /* Menu End */



 /* breadcrumb start */

 
.breadcrumb {
  background-attachment:inherit;
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
  text-align: center;
  border-radius: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  flex-wrap: wrap;
  padding: 0rem 0rem;
  margin-bottom: 0rem;
  list-style: none;
  background-color: #e9ecef;
}

.breadcrumb-color-blue-over{
  width: 100%;
  height: 200px;
  position: relative;
  background-color: rgb(6 144 211 / 72%);
  border-radius: 0px;
  opacity: 0.6;
}

.breadcrumb > h1 {
  margin: 0;
  color: white;
  position: relative;
  top: -115px;
  margin: 0 auto;
  font-size: 39px;
  z-index: 1;
  text-shadow: 2px 2px 5px #000;
}

.breadcrumb > span {
  margin: 0;
  color: white;
  position: relative;
  top: -115px;
  margin: 0 auto;
  font-size: 39px;
  z-index: 1;
  text-shadow: 2px 2px 5px #000;
}

.breadcrumb-nav{
  margin: 20px;
}

.breadcrumb-nav i{
  margin: 0 10px 0 10px;
  color: rgb(92, 92, 92);
}

.breadcrumb-nav a{
  text-decoration: none;
  color: #0690d3;
  font-size: 16px;
}

.breadcrumb-nav a:hover{
  text-decoration: none;
  color: rgb(247, 156, 78);
}


 /* breadcrumb end */


 .mission-vision{
  background: rgba(0, 0, 0, 0.3);
  background-color: rgb(6 144 211 / 15%);
   padding: 60px 0 60px 0;
 }

 .vision{
  background: rgba(0, 0, 0, 0.3);
  opacity: 1;
  padding: 40px 40px 20px 40px;
  border-radius: 10px;
  position: relative;
  top: 80px;
  left: 60px;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
 }

 .vision h4{
   margin-bottom: 15px;
   font-weight: bolder;
   padding: 0 0 0 5px;
 }

 .vision h4::before{
   content:'|';
   font-weight: bolder;
   color:rgb(247, 156, 78);
 }
 .vision p, .vision h4{
   color: white;
 }
 .vision p{
   font-size: 20px;
 }

 .vision-img img{
   border-radius: 10px;
 }

 .vision-carousel{
  position: relative;
  right: 30px;
 }





 .mission{
  background: rgba(0, 0, 0, 0.3);
  opacity: 1;
  padding: 40px 40px 20px 40px;
  border-radius: 10px;
  position: relative;
  top: 80px;
  right: 30px;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
 }

 .mission h4{
   margin-bottom: 15px;
   font-weight: bolder;
   padding: 0 0 0 5px;
 }

 .mission h4::before{
   content:'|';
   font-weight: bolder;
   color:rgb(247, 156, 78);
 }
 .mission p, .mission h4{
   color: white;
 }
 .mission p{
   font-size: 20px;
 }

 .mission-img img{
   border-radius: 10px;
   position: relative;
   left: 30px;
 }


 .before-box{
    position: absolute;
    height: 32px;
    width: 7px;
    background: #f79c4e;
 }

 .contact-head h2{
   padding: 0 0 0 15px;
   color: #0690d3;
   margin: 0 0 15px 0;
 }

 .active-in{
  background-color: #f9f9f9;
  padding: 25px 0px 25px 0;
 }


 .g-maps{
  background-color:rgb(6 144 211 / 72%);
 }


 .g-maps iframe{
   opacity: 0.5;
 }
 
 .form-control{
  border: 1px solid #0690d3;
 }

 .contact-icons p i{
  color: #0690d3;
 }

 .mail-form-bg{
  background-image: url(../images/icons/msg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: 83px;
    background-position-y: -31px;
 }

 .contact-det-bg{
  background-image: url(../images/icons/world-map-2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: 463px;
    background-position-y: -87px;
 }

 .sidebar{
   padding: 20px 10px 20px 10px;
   border-radius: 8px;
 }

 .sidebar > .contact-head{
  background-color: #0690d3;
  padding: 20px 10px 20px 10px;
   border-radius: 8px;
 }

 .sidebar > .contact-head > h2{
  color: #fff;
  bottom: -2px;
  position: relative;
  font-size: 21px;
 }

 .sidebar > .contact-head > .before-box{ 
  position: absolute;
  height: 24px;
  top: 42px;
  width: 7px;
  background: #f79c4e;
 }

 .sidebar-list a{
   color: #fff;
   font-size:18px;
 }
 .sidebar-list a li{
  list-style:square;
}


.sidebar-title  h2{
  font-size: 21px;
  padding-left: 15px;
  color: #0690d3;
}

.sidebar-title >  .before-box{
  font-size: 21px;
  position: absolute;
    height: 25px;
    width: 7px;
    background: #f79c4e;
}

.active{
  color:#ffc800 !important;
}

.not-found{
  text-align: center;
  font-size: 50px;
  color: #0690d3;
}
.center-align{
 text-align: center;
}


.not-found-bg{
background-repeat: no-repeat; 
margin:40px 0;
}

.disconnected{
  text-align: center;
}

.card-p{
  color: #6c757d;
  font-size:13px;
}


.maintain-title{
  font-size:35px;
  color: #0690d3;
}

.not-found-p{
  font-size: 1em;  
}


.footer-top{
  border-top: 1px solid rgb(249,174,24);    
}

.sustain-bg-img{
  width: 100%; height: 300px; background-size: cover; padding: 20px;
}

.sustain-img-1{
  background-image: url(../images/sustainability/environment.jpg);
}

.sustain-img-1:hover{
  background-image: url(../images/sustainability/environment-hover.jpg);
}

.published-on{
  color:#000;
  font-size: 13px;
}

.footer-border{
  text-align: left;
    padding-left: 32px;
    padding-bottom: 15px;
    padding-left:17px;
}

.sustain-content p{
  border: 1px solid #fff;
    border-radius: 5px;
    height: 100%;
    font-size: 19px;
    padding: 69px 20px;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
}

.sustain-content h2{
  padding-left: 10px;
    color: white;
    text-shadow: 2px 2px 5px #000;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .40rem;
  padding: 15px;
}

.card-subtitle{
  font-size: 17px;
    font-weight: bold;
}



.sustain-box{
  border: 1px solid #ccc;
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 45px;
  border-bottom-right-radius: 0%;
}

.sustain-box p{
  font-size: 18px;
}

.sustain-home-img img{
  border-top-left-radius: 0%;
  opacity: 0.8;
}

.brand-p p{
    font-size: 17px !important;
}

.brand-li ul > li {
    font-size: 18px !important;
}

.h2-box-blue{
    border: 1px solid #0690d3;
    padding: 8px;
    background-color:#0690d3;
    color: #ffffff;
    width:auto;
}

.blue-thm-clr{
    color:#0690d3;
}

.marine-sports-bg{
    //background-image: url(../images/businesses/marine/marine-sports.png);
    background-size: cover;
    padding: 25px 35px 45px 35px;
    background-position: bottom;
}

.marine-docks-bg{
    //background-image: url(../images/businesses/marine/marine-dock.png);
    background-size: cover;
    //padding: 90px 35px 90px 35px;
    //border: 1px solid #ccc;
    //padding: 20px 35px 40px 35px;
    background-position: bottom;
}

.marine-radius{
    border:1px solid #ccc; 
    border-radius: 50%;
    
}


.sidebar-sublist{
    padding-inline-start: 10px;
    list-style:disc;
    color: #fff;
}

.contact-icons p{
    font-size: 17px;
}

.p17 p{
    font-size:17px;
}


.p18 p{
    font-size:18px;
}

.head-bg{
    background-image: url(../images/backgrounds/head-bg.jpg);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-bgs{
    background-image: url(../images/backgrounds/footer-bg.JPG);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.m-10 {
    margin-bottom: 15px;
}

.effect-1 img:hover{
    box-shadow: 2px 2px 3px #ccc;   
}

.marine-style{
    font-weight:500; 
    margin-bottom:25px;
    font-style: italic;
}


.cat-title{
    //font-weight: bold;
    font-size:17px;
    text-align:center;
    color: #0892d1;
    margin-top: 5px;
}

.radius-5{
    border-radius: 5px; 
}

.docks-title{
    font-family:fantasy; 
    font-style:italic; 
    color:#0690d3; 
    font-family: fantasy; 
    //text-decoration: underline;
}

.sectors-head{
    border: 1px solid #0690d3;
    padding: 15px 20px;
    width: fit-content;
    color: #0690d3;
    font-size: 18px;
    border-radius: 5px;
}

.color-blue-over:hover{
    background-color: #5e5e5e;
}

.not-allow:hover{
    cursor: not-allowed;
}

.border-setting{
        border: 1px solid #0690d3;
    padding: 15px 20px;
    color: #0690d3;
    font-size: 18px;
    border-radius: 5px;
}

.sustain-point{
    background-color: #0690d3;
    color: #fff;
    padding: 10px 15px;
    width: fit-content;
    border-radius: 5px;
    font-size: 17px;
}


.border-social{
    border: 1px solid #f79c4e;
    padding: 15px 20px;
    color: #f79c4e;
    font-size: 18px;
    border-radius: 5px;    
}

.sustain-social{
    background-color: #f79c4e;
    color: #fff;
    padding: 10px 15px;
    width: fit-content;
    border-radius: 5px;
    font-size: 17px;

}


.border-env{
    border: 1px solid #2e9c42;
    padding: 15px 20px;
    color: #2a9b4b;
    font-size: 18px;
    border-radius: 5px;   
}

.sustain-env{
    background-color: #2a9b4b;
    color: #fff;
    padding: 10px 15px;
    width: fit-content;
    border-radius: 5px;
    font-size: 17px;

}

@media only screen and (max-width: 500px) {
  .sustain-box{

    width: 100%;
    margin: 5px 0px 5px 0px;
    padding: 45px;
  }
    
    .border-setting{
        margin-bottom: 20px;
    }
}