.top-nav
{    background: #021527;
    width: 80%;
}
.top-nav a{
    color: #e9e9e9;
}
.top-nav p
{
        margin-bottom: 2px;
}
.icon-top
{
    margin-bottom: 0;
}
.icon-top::after {
       border-left: 0px solid transparent;
    border-right: 20px solid #ffffff;
    border-top: 38px solid transparent;
    border-bottom: 0px solid #ffffff;
    content: "";
    position: absolute;
    right: 0px;
    top: -2px;
    background: #006cb5;
}
.icon-top i{
        color: white;
    padding: 5px 25px;
    font-size: 20px;
}
.icon-top i:hover{
        color: #006cb5;
    padding: 5px 25px;
    font-size: 20px;
}
.Request
{
        background: #006cb5;
    padding: 10px;
}
.logonav
{
    margin-top: -25px;
}
#logo
{
     margin-top: 20px;       width: 22%;
}
.logo-name
{
    color: #e10b0b;
    font-size: 30px;
    padding-left: 115px;
    margin-top: -85px;
    line-height: 73px;
    font-weight: 700;
}
.home-h2{        color: #e10b0b;
    font-size: 40px;
    font-weight: 700;}
.bg-white-menu ul li
{
    background-color:#021527;
        padding: 10px 29px;
   
}
.top-a
{    text-align: right;
    padding-right: 6px;
    padding-top: 16px;
    margin-bottom: -13px;
    font-size: 26px;

}
.top span{
     font-size: 20px;
    padding: 20px;   
}
@media only screen and (max-width: 768px)
 { 
    .top span{display: none;}
    .top-a
    {
        display: none;
    }
.top-nav 
{ 
    display: none;
}
}
#nav-style{
    margin-top: 30px;
}
.nav-style1 > li:first-child:before {
    border-left: 19px solid transparent;
    border-right: 19px solid #314555;
    border-top: 25px solid transparent;
    border-bottom: 25px solid #314555;
    content: "";
    position: absolute;
    left: -38px;
    top: 0;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
}
.carousel-inner img
{
    height: 500px;
}
.footer
{
        background: #021527;
    color: #ffffff;
        padding: 70px 0px;
}
.footer-logo
{
           width: 150px;
    padding-left: 90px;
    margin: 10px 0px;
}
.footer a{
    color: #ffffff;
}
.footer ul li {
    list-style-type: none;    line-height: 30px;
}
.footer ul
{
    margin: 20px 0px 0px; padding-left: 0px;
}
.foot-data{
    margin-top: 20px;
}
.add 
{
        padding-left: 30px;
    margin-top: -24px;
}
.mail 
{
          padding-left: 34px;
    margin-top: -28px;
    line-height: 36px;
}
.home-head
{
    font-size: 40px;color: #e10b0b;
   
    font-weight: 700;
}
.copyright
{
    background: #021527;
    color: white;
    border-top: 1px dashed #5e5c5c;

}
.copyright p{
    margin-bottom: 0;    padding: 10px 0px;
}
@media only screen and (max-width: 768px) {
#logo
{
        width: 23%;
}
.logo-name
{    color: #e10b0b;
    padding-top: 23px;
    font-size: 20px;
    padding-left: 92px;
    margin-top: -90px;
    line-height: 59px;
}

}

.heroContent {
  position: absolute;
  top: 30%;
  left: 50%; color: white; text-align: center;
  transform: translate(-50%, -50%);
}
.con-banner img
{
    width: 100%; height: 70%;
}
.about-banner img{
 width: 100%; height: 60%;   
}
.career-banner img{
 width: 100%; height: 75%;   
}
.flag-banner img{width: 100%; height: 50%;}
.flag{    margin-top: -160px;}
.flag-banner h1{
    font-size: 40px;
    margin-top: -45px;
}
.con-banner h1{
    font-size: 40px;
    margin-top: 50px;
}
.Offshore-banner img{width: 100%; height: 60%;}
.Offshore-banner h1{
    font-size: 40px;
    margin-top: 50px;
}
.Offshore {margin-top: -170px;}

@media only screen and (max-width: 768px) {

.con-banner img {
    width: 100%;
    height: 100%;
}
.about-banner img{
 width: 100%; height: 100%;   
}
.career-banner img{
 width: 100%; height: 100%;   
}
.flag{    margin-top: 0px;}
.Offshore{margin-top: 20px;}
.flag-banner img{width: 100%; height: 80%;}
.flag-banner h1{
    font-size: 20px;
    margin-top: 50px;
}
.con-banner h1{
    font-size: 20px;
    margin-top: 50px;
}
.Offshore-banner img{width: 100%; height: 100%;}
.Offshore-banner h1{
    font-size: 20px;
    margin-top: 50px;
}
}



    /*=========================================*/
    /* Slideshow container */
.slideshow-container {
  position: relative;
  background: #f1f1f1f1;
}

/* Slides */
.mySlides {
  display: none;
  padding: 80px;
  text-align: center;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
  color: white;
}

/* The dot/bullet/indicator container */
.dot-container {
    text-align: center;
    padding: 20px;
    background: #ddd;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
.active, .dot:hover {
  background-color: #717171;
}

/* Add an italic font style to all quotes */
q {font-style: italic;}

/* Add a blue color to the author */
.author {color: cornflowerblue;}



.icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar a:hover {
  background-color: #000;
}

.call {
  background: #3B5998;
  color: white;
}

.whatsapp {
  background: #55ACEE;
  color: white;
}
.datafleet
{
    background-color: #F4F2ED;
}
.datafleet:hover{background-color: #00aff052;}
.datafleet h3{color: #021527;}
.datafleet h3:hover{color: #e10b0b;}
.callus
{
    background: #021527;
    color: #dddcdc;
}
.contact-data
{
      background-color: #006cb4;
    color: white;
    line-height: 34px; 
    padding: 20px;
}
.address-contact p
{
      padding-left: 30px;
    margin-top: -32px;
}
.cal-contact p{
padding-left: 30px;
margin-top: -35px;
}
.email-contact p{

padding-left: 30px;
margin-top: -35px;
}
.service
{
     height: 100%;  background: #f47b27;
}
.service a{
        background: #021527;
    padding: 8px;
    border: 1px solid #878787;
}
.row-service
{
     border-top: 1px solid #F4F2ED; 
}
.about{    margin-top: -215px;}
.Certificate{margin-top: -125px;}
.career { margin-top: -50px;}
.dgapproved {margin-top: -270px;}
@media only screen and (max-width: 768px) {
    .about{    margin-top: 0px;}
    .Certificate{margin-top: 10px;}
    .career { margin-top: 20px;}
    .dgapproved {margin-top: 0px;}
.row-service
{
    border-top: 1px solid #021527; 
}
}
.btn-outline-primary:hover
{
        background: #021527;
    border: 1px solid white;
    color: white;
}
.about-data
{
        background-color: #021527;
    color: #cb8300;
    padding: 20px;
    height: 100%;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}
.fleet h4 
{
        font-size: 20px;

}
.career .card-body{       background-color: white;
    box-shadow: 1px 1px 5px 3px #e5e5e5;    padding: 14px 20px;}
.career .card-body h3{    font-size: 20px;}    

.btnbg {
    background-color: #376aba;
    color: white;
}
.flag .card{border: 1px solid #ebebeb;
    border-radius: 0;
    background: white;
}
.flag img{
    height: 200px; width: 100%;
}
.fleet-home img{    height: 250px;
    width: 100%;}


.dgapproved img{    height: 220px;
    width: 100%;}
.whylist img{width: 50%; margin-bottom: 20px;}
.why-data{padding: 10px;}
.why-data:hover
{background-color: #f5f5f5; padding: 10px;}
.dg{    background-color: #006cb5;
    color: white;    padding: 30px 0px;}
