@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&amp;display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
}
body a:hover{
  text-decoration: none;
  color: #fff;
}
body li{
  list-style: none;
}
@font-face {
  font-family: "SanFranciscoDisplay-Ultralight";
  src: url("../fonts/SanFranciscoDisplay-Ultralight.otf"); 
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SanFranciscoDisplay-Bold";
  src: url("../fonts/SanFranciscoDisplay-Bold.otf"); 
  font-weight: normal;
  font-style: normal;
}

@font-face {
 font-family: "SanFranciscoDisplay-Medium";
  src: url("../fonts/SanFranciscoDisplay-Medium.otf"); /*/ Safari, Android, iOS /*/
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "SanFranciscoDisplay-Semibold";
  src: url("../fonts/SanFranciscoDisplay-Semibold.otf"); 
  font-weight: normal;
  font-style: normal; 
}

@font-face {
  font-family: "SanFranciscoDisplay-Regular";
  src: url("../fonts/SanFranciscoDisplay-Regular.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SanFranciscoDisplay-Thin";
  src: url("../fonts/SanFranciscoDisplay-Thin.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SanFranciscoDisplay-Light";
  src: url("../fonts/SanFranciscoDisplay-Light.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SanFranciscoDisplay-Black";
  src: url("../fonts/SanFranciscoDisplay-Black.otf");
  font-weight: normal;
  font-style: normal;
}
.f-thin{
  font-family: "SanFranciscoDisplay-Thin";
}
.f-light{
  font-family: 'Poppins', sans-serif;
  font-weight:300;
}
.f-medium{
 /* font-family: "SanFranciscoDisplay-Medium";*/
  font-family: 'Poppins', sans-serif;
  font-weight:500;
}

.f-extrabold{
 /* font-family: "SanFranciscoDisplay-Black";*/
  font-family: 'Poppins', sans-serif;
  font-weight:800;
}
.f-book{
  font-family: 'Poppins', sans-serif;
  font-weight:400;
}
.f-bold{
  font-family: 'Poppins', sans-serif;
  font-weight:700;
}
.f-black{
  font-family: "SanFranciscoDisplay-Black";
} 
a {
  text-decoration: none;
}
button:focus {
  outline: 0;
  box-shadow: none;
}
.black {
  color: #111c16; 
}
.green {
  color: #069648;
}
.yellow {
  color: #e2e659;
}
.white {
  color: #fff;
}
.grey {
  color: #747373;
}
h1.heading{
  font-size: 27px;
  margin-bottom: 50px;
}
header {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 5;
  padding: 0px 0 0px;;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  
  /*box-shadow: 0px 5px 5px -1px rgba(0, 0, 0, 0.23);*/
}
header .main-head{
  height: 42px !important;
  background: #fff;
}
header.shrink{
  animation: 0.3s 0.3s fadeInDown both;
  background: #fff;
 box-shadow: 0px 0px 10px #7572728f;
}

header .container-fluid {
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  padding: 0;
}
header .header {
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  z-index: 1;
  position: relative;
}

header .header-white {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
header .mobile-navbar {
  position: relative;
  right: 0;
}
header .main-head ul{
  position: relative;
  right: 110px;
}
.navbar-expand-md {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 5px 0 1px;
    position: relative;
   
    left: 183px;
}
/*.navbar-expand-md::before {
    position: absolute;
    content: "";
    background: #e1e5e4;
    height: 43px;
    width: 1px;
    left: 177px;
    top: -1px;
}*/
.navbar-expand-md .navbar-nav .nav-link {
  font-size: 16px;
  text-transform: capitalize;
  color: #000;
  padding-left: 2px;
  padding-right: 2px;
  transition: all 0.3s ease-in-out;
  position: relative;
  margin: 0 12px;
  padding-top: 4px;
}

.navbar-expand-md .nav-item:last-child a{
  margin-right: 74px;
}
.top-head{
  position: relative;
  padding-top: 0px;
  /*margin-bottom: 5px;*/
}
.navbar-expand-md .nav-item:last-child {
    display: flex;
    align-items: center;
    position: relative;
    bottom: 3px;
}
.navbar-expand-md .nav-item:last-child a {
    background: #1a043d;
    border-radius: 30px;
    color: #fff;
    font-size: 13px;
    padding: 5px 10px;
}
.navbar-expand-md .nav-item:last-child span{
  color: #2fa6de;
  margin-right: 8px;
  font-size: 22px;
}
.top-head li{
  list-style: none;
  padding: 5px 0px;
}
.top-head ul {
    display: flex;
    text-align: right;
    /* justify-content: flex-end; */
    padding: 0;
    margin: 0;
  /*  border-bottom: 1px solid #e1e5e4;*/
   /* width: 77.5%;*/
    justify-content: flex-end;
    margin: 0 auto;
    position: relative;
   /* left: 151px;*/
   padding-right: 9%;
    
}

header.shrink .top-head ul li:nth-child(2) a{
  color: #2fa6de;
}
.top-head ul li a, .top-head ul li  {
    font-size: 12px;
    color:#afaeb6 ;
   

}
.top-head ul li:nth-child(1) {
    padding-right: 3px;
    position: relative;
    /*right: 129px;*/
    border-bottom: 1px solid #e1e5e4;
}
.top-head ul li:nth-child(2) {
    border-left: 1px solid #e1e5e4;
    padding: 5px 0px 5px 16px;
    position: relative;
   /* right: 125px;*/
   border-bottom: 1px solid #e1e5e4;
}
.top-head ul li:nth-child(2) a {
  color: #2fa6de;
   
}
.navbar-brand {
    position: absolute;
    top: -46px;
    left: -221px;
    font-size: 52px;
    width: 41%
}
.foot-top{
  padding: 20px 0;
}
.foot-top .container{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #cccccc26;
}
.btm-strip .container{
   border-top: 1px solid #cccccc26;
   padding: 10px 0px 0px;
}
.column .addre-wrapp h5 {
    margin-bottom: 5px;
}
.foot-top .container h2{
  color: #fff;
  font-size: 25px;
}
.column a.locations span {
    font-size: 12px;
    float: right;
    position: relative;
    right: 60px;
    top: 10px;
    color: #ccc;
}
.common-btn {
    width: 150px;
    height: 45px;
    background: #1a043d;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 17px;
    transition: all 0.3s ease-in-out;
    position: relative;
    transform: perspective(1px) translateZ(0);
    transition-duration: 0.3s;
    overflow: hidden;
    outline: none;
    cursor: pointer;
    border: none;
    text-transform: capitalize;
    border-radius: 50px;
}
.common-btn::before {
content: "";
position: absolute;
z-index: -1;
top:0;
left:0;
right:0;
bottom:0;
background:#1a043d;
transform: scaleX(0);
transform-origin: 0 50%;
transition: all 0.3s ease-in-out;
color: #fff;
}

.common-btn:hover{
color: #FFF;
}
.common-btn:hover:before{
transform:scaleX(1);
}
.main-footer .footer-wrapp{
  display: flex;
}
.main-footer{
  padding: 40px 0 30px;
}
.column:nth-child(1){
  width: 31%;
  border-right: 2px solid #727b901f;
}
.column:nth-child(1) p{
  font-size: 15px;
  text-align: justify;
  padding-right: 25px;
}
.column:nth-child(2) {
    width: 12%;
    padding-left: 35px;
}
.column:nth-child(3) {
    width: 25%;
    padding-left: 24px;
}
.column:nth-child(4) {
    width: 26%;
    padding-left: 33px;
}
.column:nth-child(5) {
    width: 20%;
    padding-left: 28px;
}
.column:nth-child(6){
  width: 20%;
}
.column a{
  display: block;
  padding-bottom: 0px;
  margin-bottom: 10px;
}
.column .social{
  display: flex;
  align-items: center;
  margin-bottom: 65px;
}
.column .social a{
  color: #a1abb4;
  font-size: 20px;
  margin-right: 30px;
}
.column .social a:hover{
  color: #fff;
}
.column .location-wrapper{
  display: flex;
  margin-bottom: 12px;
  margin-left: 2px;
  margin-left: -22px;
}
.footer-about{
  margin-top: 10px;
}
.column .location-wrapper span{
 color: #efeff2;
  margin-right: 12px;
}
.column .location-wrapper  a{
  margin-bottom: 0;
  line-height: unset;
  padding-bottom: 0;
  color: #efeff2;
}
.column h5{
  font-size: 17px;
  text-transform: capitalize;
  color: #2d9fd7;
  margin-bottom: 15px;
}
footer a,
footer p{
  color: #efeff2;
  font-size: 15px;
}
.main-footer .container{
  padding: 0;
}
footer p{
  width: 100%
  margin-bottom: 0;
  color: #fff;
}
.btm-strip{
  padding: 15px 0;
}
.btm-strip {
  color: #828b9b;
  font-size: 14px;
}
.btm-strip a{
 color: #828b9b;
  font-size: 14px;
}
.btm-strip .col-lg-4 span{
  float: right;
  font-size: 12px;
}
.btm-strip span.red{
  color: #ba2a21;
}
.column .addre-wrapp{
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.column .addre-wrapp span{
  display: inline-block;
  font-size: 25px;
  color: #907e34;
  margin-right: 10px;
}
footer {
  position:relative;
  background:#22295d;

}
.footer-logo span{
  font-size: 60px;
}
.footer-logo {
    margin-bottom: 29px;
    position: relative;
    width: 90%;
}
/*.slider-section .owl-carousel {
    background: #f7f8fc !important;
}*/
.column a.locations {
    color: #fff;
    line-height: 1.6;
}
.home-slider .caption {
    position: absolute;
    top: 46%;
    left: 3%;
    right: 0;
    margin: 0 auto;
    display: flex;
}
.slider-section {
    position: relative;
    margin-top:0px;
}
.slider-section img{
  height: 100vh;
}
.home-slider h2 {
    font-size: 58px;
    text-transform: capitalize;
    position: relative;
    line-height: 1;
}
.home-slider a{
  color: #fff;
  font-size: 17px;
  display: flex;
  align-items: center;
}
.home-slider a .arrow{
  font-size: 12px;
}
.home-slider.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 35px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}
.home-slider.owl-theme .owl-nav [class*=owl-]:hover{
  background: transparent;
}
.home-slider.owl-theme .owl-nav {
  margin-top: 10px;
  position: absolute;
  width: 100%;
  top: 46%;
}
.home-slider.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  left: 41px;
}
.home-slider.owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: 41px;
}
 .bg {
    background: #0d7abb;
    text-align: center;
    margin-bottom: 0;
    padding: 21px 0px;
    color: #fff;
    position: absolute;
    /* bottom: 25px; */
    width: 100%;
    bottom: -43px;
    z-index: 2;
}
 .bg h4{
  font-size: 22px;
  margin-bottom: 0;
}
.home-slider .owl-dots {
    position: relative;
    bottom:35px;
}
.home-slider.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}
.home-slider.owl-theme .owl-dots .owl-dot span {
  width: 9px;
  height: 9px;
  margin: 5px 3px;
  background: transparent;
  border: 1px solid #fff;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}
header .main-logo {
  position: absolute;
  top: -55px;
  font-size: 225px;
  opacity: 1;
  line-height: 6px;
  transition: all 0.3s ease-in-out;
}
header .navbar-nav .nav-link::before {
position: absolute;
content: "";
top: 34px;
background-color: #2175b4;
width: 0%;
margin: 0 auto;
z-index: 19;
height: 3px;
opacity: 0;
left: 0;
right: 0;
transition: all 0.3s ease-in-out;
}
header .navbar-nav .nav-link.active:before, header .navbar-nav .nav-link:hover:before {
opacity: 1;
width: 100%;
}

header .navbar-nav .nav-link.active,
header .navbar-nav .nav-link:hover{
color:#2175b4;
}
.caption .icon {
    color: #fff;
    font-size: 48px;
    background: #2ea3db;
    display: inline-table;
    border-radius: 50%;
    padding: 4px;
    position: relative;
    top: 3px;
    left: 3px;
}
.caption .icon-box {
    padding: 6px;
    display: inline-table;
    background: #007eff52;
    border-radius: 50%;
    margin-right: 23px;
    height: 73px;
    width: 73px;
}
.caption .icon-box::before {
    content: "";
    position: absolute;
    background: #2ea3db6b;
    height: 88px;
    width: 88px;
    border-radius: 50%;
    left: 8px;
    top: -7px;
}
.slider-section{}
.home-counter{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0px;
  background: #f7f8fc;
}
.home-counter .count-box {
    display: flex;
    align-items: center;
    border-right: 1px solid #e1e5e4;
    width: 25%;
    justify-content: center;
    padding: 11px 0px;
}
/*.home-counter .count-box:nth-child(1){
  justify-content: flex-start;
 }*/
.home-counter .count-box:nth-child(4){
  border-right: 0;
}
.home-counter .count-box h2{
  margin-right: 10px;
}
.home-counter .count-box .counter-value{
  font-size: 22px;
  color: #0b79b8;
  display:inline-block;

}
.counter-heading {
    display: inline-block;
    position: relative;
    margin-right: 5px;
    left: 0px;
    text-align: center;
}
.counter .count-box:nth-child(2) .counter-heading {
    width: 110px;
}
.home-counter .count-box .plus {
    font-size: 21px;
    position: relative;
    bottom: 0px;
     color: #0b79b8;
     left: -7px;
}
.home-counter .count-box .count-icon{
  font-size: 52px;
}
.home-counter .count-box h2{
  margin-bottom: 0;
}
.home-counter .count-box p{
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.1;
  color:#212b5e;
}

.home-counter-main {
    background: #f7f8fc;
    margin-top: 43px;
}


/*abb*/

.arrow-right {
    background: #2ea6dd;
    color: #fff;
    border-radius: 50px;
    padding: 10px;
     font-size: 20px;
     transition: all 0.3s ease-in-out;
}
.img-box:hover .arrow-right {
    background: #1a043d;
}
/*.expertise-slider .icons {
    color: #016aac;
    font-size: 39px;
    background: #fff;
    border-radius: 50%;
    height: 55px;
    width: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}
.expertise-slider .owl-item:nth-child(1) .icons{
  font-size: 54px;
}
.expertise-slider .icon-box {
    position: relative;
    / right: 0px; /
     float: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: -35px;
    width: 100%;
}
.expertise-slider h6 {
    font-size: 22px;
    color: #1a6571;
    text-align:left;
}
.expertise-slider.owl-theme .owl-nav [class*=owl-] {
 
    background-color: transparent;
    border-radius: 0px;
    padding: 5px 11px;
    font-size: 30px;
    color: #1a6571;
    opacity: 2;
}
.expertise-slider.owl-theme .owl-nav [class*=owl-]:hover{
  background-color:transparent;
  color: #1a6571;
}
.expertise-slider.owl-theme .owl-nav {
 margin-top: 10px;
 position: absolute;
 width: 100%;
 top: 25%;
}
.expertise-slider.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: -50px;

}
.expertise-slider.owl-carousel .owl-nav .owl-next {
 position: absolute;
 right: -50px;
}

.expertise-slider img {
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
}*/
.expertise h1 {
   margin-bottom: 0px;
   font-size: 34px;
}
.expertise p{
  color: #000;
}
.expertise .heading{
  margin-bottom: 26px;
}
.expertise{
  padding:50px 0px 0;
  position: relative;
}
.expertise .expertise-wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
}
.expertise .expertise-wrapper .expertise-single{
  width: 25%;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition: 0.3s all ease-in-out;
}
.expertise-wrapper .expertise-single .img-box{
  overflow: hidden;
}
.expertise-wrapper .expertise-single .img-box img {
        width: 100%;
        transition: 0.5s all ease-in-out;
}
.expertise-single .img-box:hover img {
        transform: scale(1.1);
}
.expertise-wrapper .expertise-single .caption-box h2{
    text-align: center;
    font-size: 23px;
    color: #fff;
    margin-bottom: 28px;
}
.expertise-wrapper .expertise-single .caption-box{
  position: absolute;
    bottom: 11px;
    left: 28px;
   
    height: 41px;
     transition: 0.5s all ease-in-out;
}
.expertise-wrapper .expertise-single .caption-box span{
 opacity: 0;
    color: #fff;
    transition: 0.5s all ease-in-out;
    font-size: 19px;
}
.expertise-wrapper .expertise-single:hover .caption-box{
  height: 60px;
}
.expertise-wrapper .expertise-single:hover .caption-box h2{
  margin-bottom: 9px;
}
.expertise-wrapper .expertise-single:hover .caption-box span{
  opacity: 1;
}
.home-about {
    width: 50%;
    background: #086aabe0;
    float: right;
    color: #fff;
    height: 99.2%;
   padding: 11% 11%;
    position:relative;
}

.home-overview .parallax-container {
    position: relative;
    overflow: hidden;
    height: 100vh;
}
.home-overview .parallax {
  position: absolute;
  left: 0;
  right: 0;
  height: 100vh;
}
.home-overview .parallax .parallax-img {
  position: absolute;
  left: 50%;
  bottom: 0px;
  width: 100%;
  min-height: 100%;
  transform: translate3d(0,0,0);
  transform: translateX(-50%);
}
.home-overview .icons {
    color: #2ea6dd;
    font-size: 49px;
    background: #fff;
    border-radius: 50%;
    padding: 7px;

}
.overview-icon img{
  position: relative;
  left: 11px;
}
.home-overview .icon-box {
    position: absolute;
    bottom: -27px;
    /* right: -2%; */
   padding-left: 60%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}
.home-overview {
    position: relative;
}
.overview-icon {
    font-size: 190px;
    background: #1173b2e3;
    border-radius: 50%;
    position: absolute;
    top: 34%;
    width: 230px;
    height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: -100px;
    color: #4089b7;
}

.home-overview .wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

section.mange-ship .single-wrapper {
    text-align: center;
    padding: 25px;
    cursor: pointer;
    width: 100%;
    display: flex;
    justify-content: center;
}
section.mange-ship .single-wrapper .icon-box{
  width: 20%;
}
section.mange-ship .single-wrapper .content-box{
  width: 50%;
}
.single-wrapper h4 {
    font-size: 25px;
    color: #006bac;
}
.single-wrapper p{
  color: #000;
}
.single-wrapper .wrapper {
    display: flex;
}

.single-wrapper .icons {
    font-size: 143px;
    color: #2fa6de;
}
section.mange-ship h3, .client h2{
  font-size:30px;
  color:#0069ad;
  margin-bottom: 20px;
}
section.mange-ship {
    padding: 60px 0px;
}
.mange-ship .wrapper {
    display: flex;
    margin-top:20px;
}
.mange-ship .common-btn {
    / display: block; /
    text-align: center;
    margin: 0 auto;
}
.mange-ship .common-btn::before{
  background-color: #2ea6dd;
}
.home-about .common-btn::before{
   background-color: #2ea6dd;
}

.mange-ship .arrow-right{
  background-color:#fff;
  color:#2ea6dd;
  border:1px solid #2ea6dd;
  font-size:14px;
  transition: all 0.3s ease-in-out;

}

.mange-ship  .single-wrapper:hover .arrow-right{
background-color:#2ea6dd;
color:#fff; 
border:0px;
}

.expertise .heading .common-btn{
  background-color:#016aac;
}
.expertise .heading h1{
  color: #016aac;
  font-size:32px;
  margin-bottom: 20px;
}


.breadcum {
  position: relative;
  margin-top: 77px;
}
.breadcum .parallax-container {
  position: relative;
  overflow: hidden;
}
.breadcum .parallax-parent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.breadcum .parallax-content {
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.breadcum_container {
  position: absolute;
  bottom: 0%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: 0 auto;
 
  display: flex;
  
}
.caption-breadcrum {
  width: 100%;
  position: relative;
}
.caption-heading {
    position: relative;
    top: 14px;
    left: -27px;
    color: #fff;
}
.breadcum h1 {
  font-size: 64px;
  margin-bottom: 0;
}
.caption-breadcrum img {
  position: absolute;
  top: 110%;
  left: 57%;
  margin-top: -250px;
  margin-left: -250px;
}
.breadcum-list {
    position: absolute;
    right: -21px;
    bottom: -42px;
    font-size: 15px;
    padding: 12px;
    float: right;
    text-align: right;
}
.breadcum-list a {
  font-size: 14px;
  color: #e2eaee;
}
.breadcum-list span.arrow {
  font-size: 9px !important;
  color: #e2eaee;
}
.breadcum-list .text2 {
  font-size: 12px;
  color: #cfd3d4;
}
.overview{
  padding: 60px 0px;
}
.overview h2{
  font-size: 35px;
  color: #016aad;
  margin-bottom: 30px;
}
.overview p{
  /*color: #196673;*/
  color: #000;
  font-size: 16px;
  margin-bottom: 20px;
  width: 80%;
  margin: 0 auto 20px;
}
.overview-slider.owl-theme .owl-nav [class*=owl-] {
    color: #016aad;
    font-size: 30px;
    background: transparent;
}
.overview-slider.owl-theme .owl-nav [class*=owl-]:hover {
    color: #016aad;
    background: transparent;
}
.overview-slider.owl-theme .owl-nav {
    margin-top: 10px;
    position: relative;
    top: -276px;
}
.overview-slider.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: -55px;
}
.overview-slider.owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: -55px;
}
.mission .parallax-container {
    position: relative;
    overflow: hidden;
    /*height: 755px;*/
    height: 820px;
}
.mission .parallax {
    position: absolute;
    left: 0;
    right: 0;
    /*height: 820px;*/
    height: 870px;
}
.mission .parallax .parallax-img {
  position: absolute;
  left: 50%;
  bottom: 0px;
  width: 100%;
  min-height: 100%;
  transform: translate3d(0,0,0);
  transform: translateX(-50%);
}
.mission .container {
  position: relative;
  margin-top: 9%;
  margin-bottom: 9%;
}
.mission .text-wrap {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 33px;
    flex-wrap: wrap;
}
.mission .heading{
  display: flex;
  align-items: center;
  margin-bottom: 7px;
}
.mission .heading h2{
  font-size: 27px;
  color:#006aad;
  margin-bottom: 0;
}
.mission li.f-light {
    font-size: 14px;
}
.mission .heading span{
  font-size: 33px;
  color: #006aad;
  margin-right: 4px;
}
.mission .text-box h5 {font-size: 15px;}
.mission .text-box p {
    color: #000;
    font-size: 14px;
    margin-bottom: 10px;
    text-align: justify;
}
.mission .text-box {
    background: #ffffffdb;
    padding: 15px 19px;
    display: inline-block;
    width: 33.3%;
    color: #000;
    border-bottom: 1px solid #006aad;
    /* border: 1px solid #000; */
}
/*.mission .text-box:nth-child(4){
  width: 100%
}*/
.mission .text-box:nth-child(1),
.mission .text-box:nth-child(2){
  border-right: 1px solid #006aad;
}
.mission .text-box:nth-child(1),
.mission .text-box:nth-child(4), .mission .text-box:nth-child(5){
  background: #ffffffdb;
  color: #000;
   border-right: 1px solid #006aad;
}
/*.mission .text-box:nth-child(3){
  background: #006aadbf;
  color: #006aad;
}*/
.mission .text-box:nth-child(1) h2,
.mission .text-box:nth-child(1) .heading span,
.mission .text-box:nth-child(4) h2,
.mission .text-box:nth-child(4) .heading span

{
   color: #006aad;
}
.mission .text-box:nth-child(3) h2,
.mission .text-box:nth-child(3) .heading span{
  color: #006aad;
}
.mission .text-box:nth-child(1) p

{
  color: #000;
}
.mission .text-box:nth-child(3) p
{
  color: #000;
}
.mission .text-box:nth-child(3) ul li{
  color: #000;
  margin-bottom: 10px;
}
.accent-color {color: #016aad;}

.about-certificates {
    padding: 60px 0px 34px;
}
.about-certificates h2 {
    font-size: 35px;
    color: #016aad;
    margin-bottom: 30px;
}
.about-certificates .wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: center;
    width: 70%;
    margin: auto;
}
.center-logo{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 48px;
}
.center-logo img {
    position: absolute;
    z-index: 2;
    top: -96px;
}
.about-certificates .wrapper .Certificates-box {
    border-width: 1px;
    border-color: rgb(241, 244, 245);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 8px 24px 0px rgb(0 0 0 / 12%);
    width: 247px;
    height: 130px;
    margin-right: 12px;
}
.about-certificates .wrapper .Certificates-box img {
    width: 80%;
    margin: auto;
    display: block;
}

.facility .left_service{
  padding-top: 44px;
}
.facility .nav-tabs .nav-link {
  color: #124d56;
  font-size: 16px;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  text-align: left;
  padding: 11px 16px;
  border-radius: 0px;
  transition: all 0.3s ease-in-out;
  font-weight: 500;
  height: 60px;
  border: 1px solid #fff !important;
  border-left: 3px solid #e2dedd !important;
  background: #fff;
  margin-bottom: 0;
  text-transform: uppercase;
  border-radius: 0;
}

.facility .nav-tabs .nav-item {
  width: 100%;
  padding: 0;
  padding:0px 15px;
}
.facility .nav-tabs .nav-link span {
  font-size: 41px;
  color: #124d56;
  margin:0 22px 0 10px;
}
.facility .nav-tabs .nav-item:nth-child(1) .nav-link span {
    font-size: 67px;
    margin-left: -21px;
    position: relative;
    left: 16px;
}

.facility .nav-tabs .nav-link.active{
color: #124d56;
border-right: 0;
border-left: 0;
border-top: 0;
border-left: 3px solid #2da6dd !important;

}
.facility .nav-tabs .nav-link.active span{
color: #2fa6de;
}
.facility .Services-outer-border{
padding:0px;
}
.facility .nav-tabs .nav-item:last-child .nav-link{
  border-bottom: 0;
}
.facility .card{
  border:0
}
.facility .card-body{
  padding-top: 0px;
}
.facility .card-body p{
  color: #77a1a8;
  margin-top: 20px;
  font-size: 18px;
  text-align: justify;
}
.facility .card-body ul.value-list li {
    list-style: auto;
    font-size: 15px;
   color: #77a1a8;
}
.facility .card-body ul.value-list{
  margin-left: 16px;
}
.facility .card-body h5{
    color: #124c57;
    margin-top:20px;
}
.facility .card-body h2{
font-size: 33px;
color: #124c57;
position: relative;
margin-bottom: 60px;
text-transform: capitalize;
}
.facility .card-body h2::before{
  position: absolute;
  content: "";
  background: #2ea7de;
  height: 5px;
  width: 45px;
  bottom: -15px;
}
.facility .right_service {
    background-color: #fff;
}
.facility .nav{
  padding-top: 27px;
  border-bottom: 0;
}

.img-wrapper{
  overflow: hidden;
  margin: 0 auto;
}
.img-wrapper img{
  transition: 0.5s all ease-in-out;
  width: 100%;
}
.img-wrapper img:hover{
   transform: scale(1.1);
}
.services-inner h5{
  padding: 0px 0px;
  font-weight: 700;
  text-transform: capitalize;
}
.services-inner ul{
  padding: 0px 0px;
}
.flag-tab .nav-tabs .nav-link {
    border-left: 0 !important;
    text-transform: capitalize;
    background: #fff;
    border: 1px solid #00649e !important;
    height: unset;
    padding: 7px 7px;
    margin-right: 10px;
    color: #00649e;
    margin-bottom: 10px;
    border-radius: 0px;
    font-size: 15px;
}
.flag-tab .nav-tabs .nav-link.active {
  background: #00649e;
  border: 1px solid #00649e;
  color: #fff;
   border-left: 0 !important;
}
.flag-tab .nav-tabs .nav-link:hover{
  color: #fff;
  background: #00649e;
}
.flag-tab .text-wrapp{
  margin-top: 20px;
}
.flag-tab .text-wrapp p{
  margin-top: 7px;
  font-size: 16px;
  margin-bottom: 5px;
}
.flag-tab .text-wrapp h6{
  font-size: 18px;
  color: #124c57;
  margin-bottom: 0;
}
.flag-tab .text-wrapp .col-md-6 p{
  font-size: 17px;
}
.flag-tab .text-wrapp  ul{
  position: relative;
  left: 16px;
}
.flag-tab .text-wrapp ul li{
  font-size: 16px;
  color:#2c2727;
  position: relative;
}
/*.flag-tab .text-wrapp ul li::before {
    position: absolute;
    content: "";
    background: #77a1a8;
    height: 8px;
    border-radius: 50px;
    width: 8px;
    left: -17px;
    top: 6px;
}*/
.flag-tab ul{
  border-bottom: 0;
}
/*fleet*/
/*.fleet{
  padding: 60px 0px;
}*/
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(247 248 252);;
}
.table td, .table th {
    padding: .75rem;
    vertical-align: top;
     border-top: 1px solid transparent; 

}
.table thead th {
    vertical-align: bottom;
    border-bottom:0px;
    width: 50%;
}
.table td, .table th {
    padding: .75rem;
    vertical-align: top;
     border-top: 0px;
      color: #2e5d66;
}

.table{
  border:1px solid #ccc;
  border-right: 0px;
}
.fleet-wrapper .fleet-slider {
    width: 50%;
    position: absolute;
    right: 0px;
    top: 85px;
}
.fleet-wrapper {
    display: flex;
   
    / align-items: center; /
    / justify-content: center; /
}
.fleet-wrapper table {
    width: 100%;
    left: 0px;
    margin-bottom: 0px;
}
.fleet-slider .item img{
  height: 539px;
}
section.fleet {
    position: relative;
    margin-top: 67px;
}
.fleet .row{
  margin-top: 40px;
}
.fleet .table-col{
 padding-right: 0;
 }
 .fleet .slider-col{
 padding-left: 0;
 }
.fleet-slider.owl-theme .owl-nav [class*=owl-] {
    border: 1px solid #ccc;
    background-color: #f0972f;
    border-radius: 0px;
    padding: 5px 10px;
    font-size: 19px;
    color: #fff;
    border-radius: 50%;
}
.fleet-slider.owl-theme .owl-nav [class*=owl-]:hover{
  background-color: #fff;
  color: #636277;
}
.fleet-slider.owl-theme .owl-nav {
 margin-top: 10px;
 position: absolute;
 width: 100%;
 top: 45%;
}
.fleet-slider.owl-carousel .owl-nav .owl-prev {
 position: absolute;
 left: 20px;
}
.fleet-slider.owl-carousel .owl-nav .owl-next {
 position: absolute;
 right: 20px;
}
.fleet-wrapper .table-responsive::-webkit-scrollbar {
  width: 10px;
 height: 10px;
}
.new-fleet{
  padding: 60px 0px;
}

.fleet-wrapper .table-responsive::-webkit-scrollbar-track {
 background-color: #e3e8ec;
  border-radius: 10px;
}
 

.fleet-wrapper .table-responsive::-webkit-scrollbar-thumb {
  background: #2ea5dd; 
  border-radius: 10px;
}


.fleet-wrapper .table-responsive::-webkit-scrollbar-thumb:hover {
  background: #2ea5dd; 
}
.fleet-wrapper .table-responsive {
    height: 540px;
    overflow-y: scroll;
    padding-right: 0px;
    width: 100%;
}
.fleet h2 span {
    font-size: 17px;
    padding-left: 20px;
}
.fleet h2 {
    color: #124d59;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.fleet h2:before {
    content: "";
    position: absolute;
    bottom: -10px;
    width: 50px;
    height: 7px;
    background: #f0972f;
}

.single-news .caption {
    display: flex;
    align-items: center;
    margin-top: 15px;
    / justify-content: center; /
} 

.caption h3 {
    color: #006aad;
    font-size: 25px;
    line-height: 19px;
    padding-right: 15px;
}
.caption h3 span {
    color: #212529;
    font-size: 16px;
}

.single-news {
    width: 30%;
    margin: 18px;
    margin-bottom: 40px;
}
.news{
  padding: 60px 0px;
}
.news-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.single-news .img-div img {
    transition: all 0.3s ease-in-out;
}
.single-news .img-div:hover img {
    transform: scale(1.1);
}
.single-news .img-div {
    overflow: hidden;
}

.sitemap, .common-pages {
    padding: 40px 0;
}
.sitemap .s-menu {
    font-size: 16px;
    display: block;
    color: #475766;
}
.sitemap .l-menu {
    font-size: 18px;
}
.sitemap a{
  display: block;
  color: #000;
}
.sitemap a:hover{
  color: #2fa6de;
}











/*career*/

.career{
  padding: 60px 0px;
}
.career .text-wrapper h2{
  font-size: 33px;
  color: #006aad;
}
.career .text-wrapper p{
  font-size: 16px;
  color: 3000;
}
.career .img-wrapp {
    margin: 0 30px;
}
.career .img-inner {
    overflow: hidden;
    border-bottom: 5px solid #006aad;
}
.career .img-inner:hover img{
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
}
.career .join-left {
    height: 100%;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/*.career p{
 font-size: 20px;
  margin-bottom: 74px;
  color: #578893;
}*/
.career .career-form {
  width: 100%;
  margin: 0 auto;
}
.career .career-form .form-control {
  border:none;
  border-bottom: 1px solid #bbbabb;
  padding: 3px 2px;
  color: #000;
  background: #fff;
  font-size: 17px;
  border-radius: 0;
  margin-bottom: 30px;
}
.opening-form .captcha {
    transform: scale(0.7);
    position: relative;
    top: 7px;
    left: -11px;
}
.career .form-group {
  position: relative;
}

/*.career .career-form .form-group label {
  position: absolute;
  left: 0px;
  top: 2px;
  pointer-events: none;
  font-size: 16px;
  color: #968e8f;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}*/
.career-form .file-upload .file-select {
  display: block;
  border-radius: 50px;
  color: #34495e;
  cursor: pointer;
  height: 45px;
  text-align: left;
  background: #fafbfd;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.career-form .file-upload .file-select .file-select-button {
  background: #f2f3f7;
  padding: 0 25px;
  color: #000;
  display: inline-block;
  height: 44px;
  line-height: 45px;
  border-radius: 50px;
  font-size: 14px;
}
.career-form .file-upload .file-select .file-select-name {
  line-height: 40px;
  display: inline;
  padding: 0 10px;
  font-size: 14px;
  color: #b1b1b1;
}
.career-form .file-upload .file-select input[type=file] {
  z-index: 100;
  cursor: pointer;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.career .career-form .form-group .show-label {
  position: absolute;
  top: -27px;
  font-size: 15px;
}
.career .file{
  margin-top: 26px;
}
.career-form .btn-div{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.career .common-btn {
  font-size: 18px;
  margin-right: 5px;
border: 1px solid #1a043d;
}
.career .common-btn::before{
  background-color: #fff;
}
.career .common-btn:hover{
  border: 1px solid #1a043d;
  color:#1a043d; 
}
.career .common-btn:nth-child(2){
  background-color: #fff;
  color: #1a043d;
}
.career .common-btn:nth-child(2)::before{
  background:#f89722 ;
}
.career .common-btn:nth-child(2):hover{
  color:#fff ;
}
.career .help-block {
    position: absolute;
    bottom: -16px;
    font-size: 12px;
    color: red;
}
.contact .help-block {
    font-size: 12px;
    color: red;
    position: absolute;
    top: 37px;
}
.placement{
  padding:40px 0px 0;
}
.placement .placement-wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
}
.placement-wrapper .img-wrapper {
  width: 50%;
}
.placement-wrapper .img-wrapper img{
 height: 597px;
}
.career .captcha-div {
    position: relative;
    left: -16px;
    bottom: 20px;
}
.placement-wrapper .content {
  width: 50%;
  background-color: #f0f4f7;
  height: 597px;
  padding: 59px 100px 59px 33px;
}
.placement .card-header {
 padding: 0;
 border:none;
}
#accordion .card{
  margin-bottom: 10px;
  border: none;
  border-radius: 0;
}
#accordion .card-header .btn-link {
    color: #006bab;
    font-size: 20px;
    text-decoration: none;
    padding: 15px 10px 10px 21px;
    transition: all 0.5s ease-in-out;
    width: 100%;
    text-align: left;
    background: #fff;
}
 
  
  #accordion .icon-mathematical-addition-sign {
  float: right;
  font-size: 14px;
    padding: 8px;
  color: #fff;
  transition: all 0.5s ease-in-out;
  position: relative;
  top: -2px;
  background: #0169ac;
  border-radius: 50%;
  transform: rotate(90deg);
  }
  #accordion .icon-minus-symbol {
    float: right;
    font-size: 14px;
    padding: 8px;
    transition: all 0.5s ease-in-out;
    position: relative;
    color: #fff;
    background: #ee972f;
    border-radius: 50%;
    transform: rotate(-90deg);
}
#accordion .collapsed .icon-mathematical-addition-sign {
  display: block !important;
}
#accordion .collapsed .icon-minus-symbol {
  display: none;
  color:#fff;background: transparent;
  border:1px solid orange;
}
#accordion .icon-mathematical-addition-sign{
  display: none;
}
#accordion .common-btn {
    height: 33px;
    font-size: 14px;
    width: 98px;
    line-height: 33px;
}
#accordion .card-body {
    width: 100%;
    margin: auto;
    padding-left: 21px;
    padding-top: 0;
    padding-bottom: 20px;
}
.placement .content-wrapp p {
    font-size: 17px;
    color: #0169ac;
    line-height: 1.6;
    text-align: justify;
}
.placement .home-heading::before {
  left: 0;
}
.placement .faq{
  margin-top: 50px;
}
/*.career .career-form .form-control {
    border: none;
    border-bottom: 1px solid #deddde;
    padding: 3px 2px;
    color: #000;
    background: #fff;
    font-size: 17px;
    border-radius: 0;
    margin-bottom: 60px;
}*/
.career.opening-form{
  padding: 10px 0px;
}
.career .career-form .form-control:focus{
  box-shadow: none;
}
.file-upload .filelabel {
    position: relative;
    bottom: 28px;
    font-size: 15px;
    color: #968e8f;
    margin-bottom: 30px !important;
}
#filename2 {
    position: relative;
    left: 0px;
    top: 2px;
    font-size: 12px;
}
label.select-file1 {
    position: absolute;
    top: 0px;
    left: 74px;
    width: 115px;
    height: 42px;
    background: #eff3f2;
    line-height: 36px;
    color: #8a8c8b;
    font-size: 15px;
    border-radius: 20px;
    padding-left: 18px;
    margin-left: -73px;
    padding-top: 3px;
}
#file-upload1, #file-upload2, #file-upload3, #file-upload4 {
    position: absolute;
    left: -9999px;
}


  label.select-file1 {
    position: absolute;
    top: 0px;
    left: 74px;
    width: 94px;
    height: 34px;
    background: #f2f3f7;
    line-height: 27px;
    color: #186572;
    font-size: 14px;
    border-radius: 20px;
    padding-left: 11px;
    margin-left: -73px;
    padding-top: 3px;
}

#file-upload1, #file-upload2, #file-upload3, #file-upload4 {
    position: absolute;
    left: -9999px;
}
.file-upload{
  border-bottom: 0 !important;
  background: #fafbfd !important;
  height: 35px;
  border-radius: 20px !important;
  position: relative;
  top: 16px;
}
.opening-form .common-btn {
   font-size: 14px;
    width: 94px;
    height: 33px;
}
#filename2 {
    position: relative;
    left: 0px;
    top: -2px;
    font-size: 12px;
    color: #186572;
}
.file-upload .filelabel {
    position: relative;
    bottom: 31px;
    font-size: 13px;
     color: #186572;
    margin-bottom: 30px !important;
}

.contact {
    background: linear-gradient(90deg, rgb(255,255,255) 50%, #0f99d8 50%);
}
.contact-form {
    padding: 40px 10px 0px 0px;
}
.contact .form-div {
    margin-top: 30px;
    padding-right: 25px;
}
.contact .form-group {
    position: relative;
    margin-bottom: 1.5rem;
}

.contact .contact-form .form-control, #opening-form .form-control{
    border: 1px solid transparent;
    border-bottom: 1px solid #bdcbcc;
    margin-bottom: 32px;
    color: #2f5d64;
    border-radius: 0;
}

#opening-form .hide_label{
    position: absolute;
    top: -16px;
}

/*.contact .hide_label, #opening-form .hide_label {
  position: absolute;
    top: -24px;
    left: 0;
    margin: 0;
    pointer-events: none;
color: #2f5d64;
transition: all .3s ease-in-out;
}*/

.contact .address-info {
    margin-left: -10px;
    color:#fff;
    border-bottom: 1px solid #cccccc5c;
    padding-bottom: 20px;

}
.contact .address-info p {
    font-size: 19px;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 0;
   /* text-align: justify;*/
}
.contact .address-info a{
  color:#fff;
  font-size: 19px;
}  
.home-about p {
    text-align: justify;
}
.contact .icon-wrapper {
    font-size: 38px;
    color: #fff;
}
.contact .address h2 {
    color: #fff;
}
.contact .address {
    padding: 40px 30px 0px;
}
.social-icon span {
    font-size: 27px;
    margin: 10px;
}
.social-icon h5 {
    font-size: 23px;
}
.social-icon {
    color: #fff;
}

.contact .btn-contact {
    display: flex;
}
.contact .common-btn {
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 25px;
    font-size:17px;
}
.contact .common-btn::before{
  background: #fff;
}
.contact .common-btn:hover{
  border: 1px solid #1a043d;
  color: #1a043d;
}
.contact .common-btn.contact-btn {
    background: transparent;
    color: #1a043d;
    border: 1px solid #1a043d;
}
.contact .common-btn.contact-btn::before{
  background-color:  #1a043d;
}
.contact .common-btn.contact-btn:hover{
  color: #fff;
}
/*floating label*/
/*.career .form-control-placeholder,
.contact .form-control-placeholder {
    position: absolute;
    top: -3px;
    padding: 7px 0 0 13px;
    transition: all 200ms;
    pointer-events: none;
    font-size: 15px;
    color: #124d58;
    left: -11px;
}

.career .form-control:focus + .form-control-placeholder,
.form-control:valid + .form-control-placeholder {
  font-size: 15px;
  transform: translate3d(0, -100%, 0);
  
}
.contact .form-control:focus + .form-control-placeholder,
.form-control:valid + .form-control-placeholder {
  font-size: 15px;
  transform: translate3d(0, -100%, 0);
  
}*/
.contact .form-control:focus{
  box-shadow: none;
}
/**/
.error-div{
  padding: 50px 0px;
}
.error-div .error-btn{
  display: flex;
  align-items: center;
  justify-content: center;
}
.error-div .error-btn .common-btn{
margin-right: 10px;
}
.about-counter{
  background-color: #fff;
  padding: 30px 0px;
}
.about-counter .home-counter{
  background: #fff;
}


.common-btn span {
    font-size: 15px;
    padding-left: 5px;
}

.placement-wrapper .content h3 {
    /*color: #124d58;*/
    color: #016aac;
    font-size: 30px;
}
.client-section .icon-box {
    width: 24%;
    float: left;
    text-align: center;
    height: 150px;
    display: flex;
    align-items: center;
    background: #fff;
    position: relative;
    margin: 0 10px 10px 0;
    transition: all .3s ease-in-out !important;
}

.client-section {
    background: #e6f8f8;
    padding: 80px 0;
}
.client-section .container {
    display: flex;
    flex-wrap: wrap;
}
.client-section .icon-box img {
    display: block;
    margin: 0 auto;
}
.services-inner li {
    list-style-type: disc;
    line-height: 30px;
    color: #000;
    margin-left: 0px;
    /*font-family: "SanFranciscoDisplay-Light";*/
}
.services-inner ul{
  padding: 0px 0px;
}
#ship h5{
  padding: px 0px;
}
.flag-tab ul li{
  list-style-type: unset;
}
.facility .card-body h3 {
    color: #124c57;
    font-size: 28px;
    margin-top: 20px;
}
 div#shipping li {
    list-style-type: lower-alpha;
    line-height: 30px;
    color: #77aac7;
    margin-left: 15px;
}
.gallery {
    padding: 50px 0px 0;
}
.gallery h2 {
    font-size: 35px;
    color: #016aad;
    margin-bottom: 30px;
    text-align:center;
}

.certification {
    padding: 50px 0px;
}
.certification h2 {
    margin-bottom: 20px;
}
.team-wrapper {
    display: flex;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 30px;
}
.team-wrapper .team-img {
    width: 26%;
    position: relative;
    left: 45px;
    top: 35px;
    z-index: 1;
}
.team-content {
    width: 90%;
}
.team-content {
    text-align: left;
    background: #fff;
    padding: 30px 30px 30px 60px;
    box-shadow: 0px 0px 10px #ccc;
}
.team {
    padding: 45px;
    text-align: center;
  }
/*.team-wrapper .team-img:before {
    content: "";
    position: absolute;
    height: 100px;
    width: 5px;
    right: 30px;
    top: 15px;
    background: #016bad;
}*/
.team-wrapper h4 {
    /*color: #124d59;*/
    color: #000;
}
.team-wrapper p {
  margin-bottom:10px;
  text-align: justify;
}
.team  h1 {
    color: #016aac;
    font-size: 35px;
    margin-bottom:20px;
}
.navbar-mob .nav-item.dropdown {
    position: relative;
}
.navbar-nav .dropdown-menu {
    position: static;
    top: 90%;
    left: 10px !important;
    float: none;
    border-radius: 0px;
    border: 0px !important;
       transition: all 0.9s ease-in-out;
    background-color: #fff;
    min-width: 8rem !important;
    width: auto !important;
    right:none !important;
    right: auto !important;
    box-shadow: 0px 0px 10px #ccc;
}
.navbar-mob .nav-item.dropdown:hover .dropdown-menu {
    display: block !important;
}
.navbar-mob .dropdown-menu .dropdown-item {
    font-size: 15px;
    padding: 10px 14px;
    color: #000;
    display: block;
    /*text-transform: capitalize;*/
}
.navbar-nav .dropdown-item:hover {
    color: #2175b4;
    transition: all 0.1s ease-in;
    background: transparent;
}
.navbar-nav .dropdown-item.active{
  background: transparent;
   color: #2175b4;
}
.facility .nav li {
    margin-bottom: 20px;
}
.facility .card-body h4 {
    color: #124c57;
    font-size: 22px;
    margin-top: 20px;
}
.inner-img {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.column .location-wrapper p {
    color: #fff;
}
.services-inner{
  padding: 60px 0px 0;
}
.services-inner h2{
    /*color: #16454e;*/
    color: #016aac;
    font-size: 30px;
    position: relative;
    margin-bottom: 46px;
}
.services-inner h2::before {
    position: absolute;
    content: "";
    background: #28acd9;
    height: 5px;
    width: 36px;
    bottom: -11px;
}
.services-inner .img-box {
   /* overflow: hidden;*/
    margin: 0 auto;
    position: relative;
}
.services-inner .img-bg{
  position: relative;
  margin-bottom: 40px;
  }
  .services-inner .img-bg img{
    width: 100%;
  }
.services-inner .img-bg::before {
    position: absolute;
    content: "";
    background: #28acd9;
    width: 90%;
    height: 102%;
    top: -7px;
    left: 5%;
    z-index: -1;
}
.services-inner .inner-box li {
    margin-left: 25px;
    font-size: 16px;
}
.flag-tab li {
    margin-left: 0px !important;
}
/*.services-inner .img-box img {
    transition: 0.5s all ease-in-out;
}
.services-inner .img-box:hover img {
    transform: scale(1.1);
}*/
.services-inner .inner-box {
    /* padding: 0px 11%; */
    width: 100%;
    margin: auto;
}
.services-inner .inner-box p{
  font-size: 16px;
  padding: 0px 0px;
}
.services-inner .common-btn {
    color: #2ea6de;
    background: #fff;
    height: 42px;
    font-size: 17px;
    width: 134px;
    line-height: 34px;
}
.services-inner .common-btn:hover{
  color: #fff;
}



.chartering .item .img-box{
  overflow: hidden;
  position: relative;
   transition: 0.5s all ease-in-out;
}
.chartering .item .overlay{
  position: absolute;
  background-color: #00346b9c;
  height: 100%;
   top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  opacity: 0;
  transition: 0.5s all ease-in-out;
}
.chartering .item:hover .overlay{
  opacity: 1;
}
.chartering .item .img-box img {
        width: 100%;
        transition: 0.5s all ease-in-out;
}
.chartering .item:hover img {
        transform: scale(1.1);
}
.chartering .item .caption-box h2{
    text-align: center;
    font-size: 23px;
    color: #fff;
    margin-bottom: 28px;
}
.chartering .item .caption-box{
  position: absolute;
    bottom: 11px;
    left: 28px;
   
    height: 41px;
     transition: 0.5s all ease-in-out;
}
.chartering .item .caption-box span{
 opacity: 0;
    color: #fff;
    transition: 0.5s all ease-in-out;
    font-size: 19px;
}
.chartering .item:hover .caption-box{
  height: 60px;
}
.chartering .item:hover .caption-box h2{
  margin-bottom: 9px;
}
.chartering .item:hover .caption-box span{
  opacity: 1;
}
.chartering{
  padding-top: 0px;
}
.certification .img-wrapper{

    box-shadow: 0px 0px 10px #ccc;
    cursor: pointer;
}
.services-inner .inner-box{
  padding-bottom: 25px;
}
.company-name {
    color: #fff;
    font-size: 15px;
    margin-left: 2px;
}
.feel {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0px 0;
    background: #22295d;
    padding-bottom: 21px;
    margin-top: 23px;
}
.feel p{
  margin-right: 10px;
  font-size: 20px;
  color: #fff;
}
.services-inner .parallax-container {
    position: relative;
    overflow: hidden;
    height: 550px;
}
.services-inner .img-box{
  position: relative;
}
.services-inner .img-box::before {
    position: absolute;
    content: "";
    height: 104%;
    width: 82%;
    background: #2ea6de;
    z-index: -1;
    top: -11px;
    left: 50%;
    transform: translateX(-50%);
}

/*.services-inner .parallax {
  position: absolute;
  left: 0;
  right: 0;
  height:500px;
}*/
.blue-patch{
  position: relative;
  height: 20px;
}
.blue-patch::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 82%;
    background: #2ea6de;
    z-index: -1;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}
.services-inner .parallax .parallax-img {
  position: absolute;
  left: 50%;
  bottom: 0px;
  width: 100%;
  min-height: 100%;
  transform: translate3d(0,0,0);
  transform: translateX(-50%);
}
.parallax{
  min-height: 500px; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 0px;
}
.parallax1 {
  background-image: url(../images/service-crew.jpg);
 }
 .parallax2 {
  background-image: url(../images/services-ship-management.jpg);
 }
 .parallax3 {
  background-image: url(../images/services-chartering-services.jpg);
 }
 .parallax4 {
  background-image: url(../images/servives-ship-agency.jpg);
 }
 .parallax5 {
  background-image: url(../images/service-value.jpg);
 }
 .parallax6 {
  background-image: url(../images/service-flag.jpg);
 }
 .parallax7 {
  background-image: url(../images/services-quality.jpg);
 }
 .parallax8 {
  background-image: url(../images/services-ship-recycle.jpg);
 }
.navbar-brand img {
    width: 92%;
}

section.template.error-page {
    padding: 60px 0px;
}

section.thanks {
    width: 50%;
    margin: 0 auto;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 130px;
    box-shadow: 0 0 15px #00000045;
    margin-bottom: 30px;
}
section.thanks img {
    width: 10%;
    margin-bottom: 20px;
}
.column .location-wrapper p {
    display: flex;
}
input.form-control.error {
    border-bottom: 1px solid #bdcbcc !important;
    border-top: 1px solid transparent !important;
border-left: 1px solid transparent !important;
border-right: 1px solid transparent !important;


}
.common-pages {
    padding: 40px 0;
}
.common-pages p {
    font-size: 16px;
    line-height: 1.2;
    color: #475766;
}
.common-pages h4 {
    font-size: 18px;
    margin-bottom: 5px;
}
.common-pages h3 {
    font-size: 16px;
}
.column a span {
    font-size: 10px;
}
.footer-follow{
  margin-top: 20px;
}
.fleet-counter {
    display: flex;
    align-items: center;
    justify-content: center;
   
    background: #f7f8fc;
}

.form-div .form-group label {
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 16px;
    color: #000000;
    font-family: font-family: 'Poppins', sans-serif;
    font-weight: 500;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
}
.client-slider.owl-theme .owl-nav {
    position: absolute;
    width: 100%;
    top: 23%;
}
.svg-logo{
	width: 200px;
	height: 200px;
}
/*.navbar-brand img {
    width: 34%;
}*/
.navbar-brand img {
    width: 65%;
    height: auto;
}
.navbar-brand{
	/*top:-98px;*/
  top:-45px;
}

#msg-error, #msg-error2 {
    color: red;
    font-size: .8rem;
    font-weight: 600;
    margin-top: -27px;
    display: none;
}
.client-slider img {
    width: auto !important;
}
.client-slider .item {
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 12%);
}
.client-slider .item {
    margin: 10px 10px;
}
.client-slider.owl-theme .owl-nav [class*=owl-] {
    color: #006bad;
    font-size: 20px;
    margin: 5px;
    padding: 4px 7px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.client-slider .owl-prev{
  position:absolute;
  left: -4%;
}

.client-slider .owl-next{
  position:absolute;
  right:-4%;
}

.client {
  padding:60px 0px;
  background-color:#fcfcfc;
}
.contact-details .table thead th{
  width:auto;
  font-family: "SanFranciscoDisplay-Bold";
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.contact-details .table td{
font-family: "SanFranciscoDisplay-Light";
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
}

.contact-details .table{
  border-right:1px solid #ccc ;
}
.contact-details .table td a{
  color:#000;
}
.contact-details {
    padding: 60px 0px;
}

.contact-details h3{
  margin-bottom:20px;
}
.list-wrap {
    display: flex;
    margin-bottom: 20px;
    width: 75%;
}
.listwraps li {
    list-style-type: disc;
}
.listwraps {
    width: 60%;
}
.services-inner .inner-box li {
    font-size: 16px;
}
.list-wrap li{
  font-size: 16px;
    color: #FFF;
}
.list-wrap li {
    border-right: 1px solid #ccc;
    list-style-type: none;
    padding: 10px 10px;
    border-bottom: 0px;
    margin-left:0px !important;
}
.listwraps li:last-child {
    border-bottom: 1px solid #ccc !important;
}

.listwraps li:nth-child(even) {
    background: #00a9e2;
}
.listwraps li:nth-child(odd) {
    background: #006bad;
}


.gallery-wrapp {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.gallery-wrapp .gallery-single {
  width: 30%;
  margin-bottom: 50px;
  position: relative;
}
.gallery-wrapp .gallery-single .img-wrapp::before{
  position: absolute;
  content: "";
  background-color: #0aafe8;
  height: 7px;
  width: 90%;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.gallery-wrapp .gallery-single .img-wrapp:hover:before{
  background-color: rgb(245, 165, 18);
}
.gallery-wrapp .gallery-single p {
  color: #455491;
  line-height: 1.3;
  padding: 12px 34px;
}
.gallery-wrapp .gallery-single .img-wrapp{
  position: relative;
}

.gallery-wrapp .gallery-single .img-wrapp span {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  text-align: center;
  font-size: 30px;
  transform: translateY(-50%);
  color: #fff;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.gallery-wrapp .gallery-single .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background:#323e7293;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.gallery-wrapp .gallery-single:hover .img-wrapp span, .gallery-wrapp .gallery-single:hover .overlay {
  opacity: 1;
}
p.email-error.errors {
    font-size: 12px;
    color: red;
    margin-top: -27px
}
.social-link {
    font-size: 27px;
    color: #fff;
    margin: 5px;
}
.errors1 {
    font-size: 13px;
    color: #f00;
    margin: 3px 0 0;
    font-weight: 400;
    padding-left: 3px;
    margin-bottom: 20px;
}
.errors {
    color: red;
    margin: 5px 0;
    font-size: 14px;
}
.file-error {
  position: relative;
    margin-top: -15px;
}

.expertise-wrapper .expertise-single .caption-box {
    bottom: 0px;
    left: 0px;
    text-align: center;
    padding: 0px 5px;
    width: 100%;
}