/*@import url('https://fonts.cdnfonts.com/css/helvetica-neue-9');*/
/*@import url('https://fonts.cdnfonts.com/css/nunito');*/
/*  */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
@font-face {
    font-family: 'Nunito-Light';
    src: url("../fonts/Nunito-Light.eot");
    src: url("../fonts/Nunito-Light.eot?#iefix") format('embedded-opentype'),
       url("../fonts/Nunito-Light.woff2") format('woff2'),
       url("../fonts/Nunito-Light.woff") format('woff'),
       url("../fonts/Nunito-Light.ttf") format('truetype'),
       url("../fonts/Nunito-Light.svg#Nunito-Light") format('svg'),
       url("../fonts/Nunito-Light.otf") format('otf');
}
@font-face {
    font-family: 'Nunito-Regular';
    src: url("../fonts/Nunito-Regular.eot");
    src: url("../fonts/Nunito-Regular.eot?#iefix") format('embedded-opentype'),
       url("../fonts/Nunito-Regular.woff2") format('woff2'),
       url("../fonts/Nunito-Regular.woff") format('woff'),
       url("../fonts/Nunito-Regular.ttf") format('truetype'),
       url("../fonts/Nunito-Regular.svg#Nunito-Regular") format('svg'),
       url("../fonts/Nunito-Regular.otf") format('otf');
}
@font-face {
    font-family: 'Nunito-Medium';
    src: url("../fonts/Nunito-Medium.eot");
    src: url("../fonts/Nunito-Medium.eot?#iefix") format('embedded-opentype'),
       url("../fonts/Nunito-Medium.otf") format('otf'),
       url("../fonts/Nunito-Medium.svg#Nunito-Medium") format('svg'),
       url("../fonts/Nunito-Medium.ttf") format('truetype'),
       url("../fonts/Nunito-Medium.woff") format('woff'),
       url("../fonts/Nunito-Medium.woff2") format('woff2');
}
@font-face {
    font-family: 'Nunito-SemiBold';
    src: url("../fonts/Nunito-SemiBold.eot");
    src: url("../fonts/Nunito-SemiBold.eot?#iefix") format('embedded-opentype'),
       url("../fonts/Nunito-SemiBold.otf") format('otf'),
       url("../fonts/Nunito-SemiBold.svg#Nunito-SemiBold") format('svg'),
       url("../fonts/Nunito-SemiBold.ttf") format('truetype'),
       url("../fonts/Nunito-SemiBold.woff") format('woff'),
       url("../fonts/Nunito-SemiBold.woff2") format('woff2');
}
@font-face {
    font-family: 'Nunito-Bold';
    src: url("../fonts/Nunito-Bold.eot");
    src: url("../fonts/Nunito-Bold.eot?#iefix") format('embedded-opentype'),
       url("../fonts/Nunito-Bold.otf") format('otf'),
       url("../fonts/Nunito-Bold.svg#Nunito-Bold") format('svg'),
       url("../fonts/Nunito-Bold.ttf") format('truetype'),
       url("../fonts/Nunito-Bold.woff") format('woff'),
       url("../fonts/Nunito-Bold.woff2") format('woff2');
}
@font-face {
    font-family: sans-serif;
    /*src: url("../fonts/SWISS721BOLDCONDENSEDBT.TTF") format('truetype');*/
}
@font-face {
    font-family: sans-serif;
    /*src: url("../fonts/SWISS721CONDENSEDBT.TTF") format('truetype');*/
}
body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    font-family: 'Nunito-Medium';
}
body a:hover{
  text-decoration: none;
  color: #fff;
}
body li{
  list-style: none;
}
.f-light{
    font-family: 'Nunito-Light';
    text-align: justify;
    /*font-weight:300;*/
}
.f-regular{
    font-family: 'Nunito-Regular';
    /*font-weight:400;*/
 }
.f-medium{
    font-family: 'Nunito-Medium';
}
.f-semibold{
    font-family: 'Nunito-SemiBold';
    /*font-weight:600;*/
}
.f-bold{
    font-family: 'Nunito-Bold';
    /*font-weight:700;*/
}
.head-title {font-family: sans-serif;}
.head-subtitle {font-family: sans-serif;}

a {
  text-decoration: none;
}
button:focus {
  outline: 0;
  box-shadow: none;
}
header {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 5;
  height: 108px;
  padding: 0px 0 0px;;
  transition: all 0.3s ease-in-out;
 background: #fff;
/* border-bottom: 6px solid #272b85;*/
}
header.shrink{
  animation: 0.3s 0.3s fadeInDown both;
  background: #fff;
  box-shadow: 0px 2px 10px #00000059;
}

header.shrink .navbar-expand-md .navbar-nav .nav-item:nth-child(11) .nav-link{
  color: #fff;
}
header .container {
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
}
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: -9%;
    width: 53%;
}
.navbar-expand-md {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 6px 0 8px;
}
.navbar-expand-md .navbar-nav .nav-link {
    font-size: 20px;
    color: #000;
    padding-left: 0;
    padding-right: 0;
    transition: all 0.3s ease-in-out;
    position: relative;
    /* margin-right: 12px; */
    /*font-weight: 700;*/
    margin-top: 5px;
    position: relative;
    margin: 0px 20px 0px 0px;
}
.navbar-expand-md .navbar-nav .nav-link.active,
.navbar-expand-md .navbar-nav .nav-link:hover {
    color: #ED1B25;
  
}
.navbar-nav .dropdown-menu .nav-link {
    font-size: 16px;
}

.navbar-expand-md .navbar-nav .nav-link.active::before{
  width: 100%;
}
.home-page .navbar-expand-md .navbar-nav .nav-link{
  color: #3B4D57;
}
.navbar-brand {
    position: absolute;
    top: -6px;
    left: 0;
    padding: 0;
    width: 100%;
}
.navbar-brand {
    position: absolute;
    top: -20px;
    left: 0;
    padding: 0;
    width: 16%;
}
.navbar-brand img {
    width: 100%;
}
.dropdown-menu {width: 15rem;}
.dropdown-item {
    white-space: break-spaces;
    margin: 0 !important;
    padding: 0.5rem 1rem 0 !important;
    background: transparent !important;
}
.dropdown-item:focus, .dropdown-item:hover {background: transparent;}
.foot-top .common-btn{
    background: #000;
    color: #fff;
    z-index: 1;
}
.main-footer .footer-wrapp {
    display: flex;
    width: 100%;
    position: relative;
    z-index: 1;
    padding-top: 4%;
    padding-bottom: 4%;
}
  footer{
    position: relative;
  }
 
  .main-footer {
    background: #14154B;
    position: relative;
    background-size: cover;
    background-position: center;
  }
  .btm-strip {
      background: #364953;
  }
  .btm-strip .container {
    padding: 23px 15px 23px 0px;
    border-top: 1px solid #ffffff14;
}
    .column:nth-child(1) {
    width: 30%;
    margin-right: 20px;
}
.column:nth-child(1) p {
    color: #DEDDDD;
    margin-top: 26px;
    font-size: 15px;
    line-height: 22px;
    width: 90%;
}
  .social-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 35px;
  }
  .social-box .twitter, .social-box .insta, .social-box .facebook, .social-box .linkedin {
    color: #fff;
    font-size: 29px;
    margin-right: 23px;
}

  .social-box .facebook:hover{
    color: #4267B2;
  }
  .social-box .twitter:hover{
    color: #1d9bf0;
  }
  .social-box .insta:hover{
    color: #6938b9;
  }
  .social-box .linkedin:hover{
    color: #0072b1 ;
  }
 
  .column:nth-child(2) {
    width: 21%;
}
  
.column h4 {
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}
.column h4::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 13px solid #ED1B25;
    border-left: 13px solid transparent;
    bottom: 6px;
    right: -16px;
}
  .footer-contact span {
    color: #5EC434;
    font-size: 22px;
    margin-right: 5px;
}
.footer-contact {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 11px;
}
 
  .column:nth-child(2) .footer-contact a {
      padding-bottom: 0;
      color: #fff;
      font-size: 15px;
      margin-left: 15px;
  }
  .column:nth-child(3) {
    width: 19%;
   
}
  
  
  .column:nth-child(4) {
    width: 24%;
    
}
  .column:nth-child(5) {
    width: 14%;
}
  .column a {
    display: block;
    padding-bottom: 15px;
    line-height: 1;
    color: #DEDDDD;
    opacity: 89%;
    font-size: 17px;
}
  .column p{
    color: #eee9e9;
    width: 100%;
    font-size:14px;
  }
  .column .social{
    margin-top: 15px;
  }

  footer a,
  footer p{
    color: #a8a4a4;
    font-size: 16px;
  }
  footer p{
    width: 85%;
    margin-bottom: 0;
  }
.common-btn {
    width: 136px;
    height: 59px;
    background:transparent;
    border-radius:0px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 1px solid #ccc;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
    position: relative;
    transform: perspective(1px) translateZ(0);
    transition-duration: 0.3s;
    overflow: hidden;
    outline: none;
    cursor: pointer;
    font-family: 'Nunito-Medium';
}
.common-btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:#ED1B25;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: all 0.3s ease-in-out;
    border-radius:0px;
    color: #fff;
}
.common-btn:hover{
    color: #fff !important;
    border:0px !important;
}
.common-btn:hover:before{
    transform:scaleX(1);
}
.common-btn span {
    margin-left: 1px;
    font-size: 12px;
}

.footer-contact a {
    padding-bottom: 0px !important;
    color: #fff;
}
.footer-contact span {
    padding-right: 5px;
    color: #ffffff7a;
}

.btm-strip {
    background: #14154B;
}
.btm-strip a {
    font-size: 17px;
    color: #DEDDDD;
}
.btm-strip {
    color: #DEDDDD;
}

/**/
.container {
  max-width: 1680px;
}
.navbar-expand-md .navbar-nav .nav-link img {
    width: 9%;
    margin-right: 11px;
}
.navbar-expand-md .navbar-nav .nav-link.call {
    color: #2B2A83;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: auto;
    padding-left: 0px;
    margin-right: 0;
}
ul.top-header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 0;
    margin-top: 13px;
    padding-right: 1%;
}
ul.top-header a{
  color: #B4B0B0;
  font-size: 16px;
}
ul.top-header .slash {
    padding: 0px 15px;
    color: #B4B0B0;
}
.heading{
  font-size: 55px;
  font-weight: 700;
}
.home-fleet .item .text-box {
    background: #C2C2C2;
    color: #000;
    width: 100%;
    padding: 21px 37px;
    transition: all 0.3s ease-in-out;
    position: relative;
}
.home-fleet .item .text-box span {
    font-size: 21px;
    margin-top: 10px;
    display: block;
    color: #ef1922;
}
.home-fleet .item:hover span{
  color: #fff;
}
.home-fleet .item:hover .text-box{
  background: #ED1B25;
  color: #fff;
}
section.home-news {
    padding: 4% 0px 8%;
}
.home-news .common-btn {
    /*float: right;
    margin-top: 41px;*/
    color: #000;
}
.home-fleet .item {
  position: relative;
  display: block;
  overflow: hidden;
}
.home-fleet .item img{
  transition: all 0.3s ease-in-out;
}
.home-fleet .item:hover img{
  transform: scale(1.1);
}
.home-fleet .item .text-box h3 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 0;
}
p{
  font-size: 18px;
}
.fleet-slider{
  margin-top: 2%;
}
.home-fleet {
    padding-bottom: 3%;
    padding-top: 4%;
    background: #EFEFF0;
}
.home-fleet a.common-btn {
    color: #000;
}
.home-fleet .owl-theme .owl-nav [class*=owl-],
.home-fleet .owl-theme .owl-nav [class*=owl-]:hover {
    color: #ccc;
    font-size: 29px;
    margin: 0;
    padding: 0;
    background: transparent;
}
.home-fleet .owl-prev {
    position: absolute;
    top: 45%;
    left: -4%;
}
.home-fleet .owl-next {
    position: absolute;
    top: 45%;
    right: -4%;
}
.home-fleet .red-traingle,
.home-fleet .white-traingle {
    width: 6% !important;
    position: absolute;
    bottom: 0;
    right: 0;
}
.home-fleet .item:hover .red-traingle{
  opacity: 0;
}
.home-fleet .item:hover .white-traingle{
  opacity: 1;
}
.home-news .text-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 26px 30px;
    background: #fff;
    transition: all 0.3s ease-in-out;
    position: relative;
    box-shadow: 0px -2px 33px #09415f29;
}
.home-news .item:hover .text-box{
  background: #282A86;
}
.home-news .text-box h6{
  font-weight: 100;
  color: #231F20;
  opacity: 51%;
  font-size: 18px;
}
.home-news .item:hover h4,
.home-news .item:hover h6{
  color: #fff;
  opacity: 1;
}
.home-news .text-box h4 {
    font-weight: 700;
    color: #231F20;
    font-size: 28px;
}
.home-news .text-box span {
    color: #282A86;
    font-size: 24px;
}
.home-news .item:hover span{
  color: #fff;
}
.home-news .content {
    border-right: 1px solid #ccc;
    width: 75%;
    padding-right: 10px;
}
.home-news .item {
    box-shadow: 0px -2px 33px #09415f29;
    overflow: hidden;
    display: block;
    position: relative;
    margin-bottom: 6%;
  }
.home-news .item img{
  transition: all 0.3s ease-in-out;
}
.home-news .item:hover img{
  transform: scale(1.1);
}
.news-slider{
    padding-left: 7%;
    padding-top: 2%;
}
.news-slider.owl-theme .owl-nav [class*=owl-],
.news-slider.owl-theme .owl-nav [class*=owl-]:hover {
    color: #FFF;
    /*font-size: 18px;*/
    margin: 0;
    padding: 13px 16px;
    background: #272b85;
    border-radius: 0;
}
.news-slider .owl-stage{
  padding-left: 0 !important;
}
.news-slider .owl-nav {
    left: 50%;
    position: absolute;
    bottom: -16%;
    transform: translateX(-50%);
}
.home-news .item::before {
    width: 0;
    height: 0;
    border-top: 75px solid #000000;
    border-left: 75px solid transparent;
    right: 16px;
    position: absolute;
    content: "";
    z-index: 2;
    top: 15px;
    opacity: 23%;
    transition: all 0.3s ease-in-out;
}
.home-news .item:hover::before{
  width: 0;
    height: 0;
    border-top: 75px solid #282A86;
    border-left: 75px solid transparent;
    right: 16px;
    position: absolute;
    content: "";
    z-index: 2;
    top: 15px;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}
.home-news .item p {
    position: absolute;
    top: 20px;
    right: 23px;
    font-size: 15px;
    color: #fff;
    opacity: 1;
    z-index: 2;
}
.home-about {
    background: url(../images/home-about.png) no-repeat;
    padding: 7% 0;
    position: relative;
}
.home-about #fourtyyears {width: 50%; margin-bottom: 2rem;}

/* About section new layout starts */
.home-about#sec2 {background: #fff; padding: 5% 0 6%;}
.home-about#sec2 .counter {
    width: 100%;
    left: 0;
    padding: 0;
    margin-bottom: -.5rem;
    background: #fff;
    color: #000;
}
#sec2 .counter-single {
    border: 1px solid #c3c3c380;
    width: 25%;
    /*padding-bottom: 0;*/
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-about#sec2 .text-box {
    left: 0;
    width: 100%;
    color: #000;
}
.home-about#sec2 .text-box img {
    width: 100%;
    margin: 0; 
    height: 27rem;
    object-fit: cover;
}
.home-about#sec2 .counter-single img {
    width: auto; 
    filter: invert(22%) sepia(81%) saturate(2634%) hue-rotate(340deg) brightness(90%) contrast(115%);
    margin: 0 1.25rem 0 0;
}
/*.home-about#sec2 .stat-content {width: 50%;}*/
.home-about#sec2 .counter-single p {margin: 4px 0 0px;}
.home-about#sec2 #fourtyyears {width: 30%; margin-bottom: 0; height: auto;}
.home-about#sec2 .text-box p {margin: 22px 100px 32px 0; text-align: justify;}
.home-about#sec2 .text-box a {background: #000034;}
/*.counter-single:nth-child(4) img {transform: scale(1.75);}*/
/* About section new layout ends */

.counter-single h4 {
    font-size: 68px;
    font-weight: 700;
    margin-bottom: 0;
}
.counter-single p {
    font-weight: 100;
    margin: 4px 0 7px;
}
.counter {
    left: 13%;
    background: #ED1B25;
    color: #fff;
    display: flex;
    align-items: center;
    width: 66%;
    padding: 27px 40px;
    position: relative;
    flex-wrap: wrap;
}
.counter img {
    display: block;
    margin: 0 auto;
    margin-bottom: 0;
    filter: invert(99%) sepia(1%) saturate(5%) hue-rotate(220deg) brightness(117%) contrast(100%);
    width: 80%;
    /*height: 120px;*/
    height: 75px;
}
.counter-single {
  width: 50%;
  border-right: 1px solid #ffffff80;
  border-bottom: 1px solid #ffffff80;
  padding: 30px 0px;
}
.counter-single:nth-child(3),
.counter-single:nth-child(4){
  border-bottom: 0;
}
.counter-single:nth-child(2n){
  border-right: 0;
}
.home-about .text-box {
    color: #fff;
    width: 73%;
    position: relative;
    left: 20%;
}
.home-about .text-box p {
    font-weight: 400;
    margin: 32px 0px;
}
.home-about .row{
  align-items: center;
}
.home-about a.common-btn {
    color: #fff;
}
.home-about img.red-traingle {
    position: absolute;
    right: 0%;
    bottom: 12%;
    width: 5rem !important;
    height: auto !important;
}
.caption-left h2, .caption-left h1 {
    font-size: 82px;
    font-weight: 700;
    color: #fff;
    line-height: 86px;
}
.caption-left p {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    width: 42%;
    margin-bottom: 26px;
}
.caption-left {
    position: absolute;
    top: 35%;
    left: 10%;
    z-index: 1;
}
.slider-section a.common-btn {
    width: 163px;
    height: 59px;
}
.slider-section .owl-theme .owl-dots .owl-dot{
  display: block !important;
}
.slider-section .owl-dots {
    position: absolute;
    /* display: block; */
    top: 45%;
    left: 6%;
}
.slider-section .owl-theme .owl-dots .owl-dot span{
  margin: 25px 7px ;
  background: #FFFFFF;
  opacity: 30%;
  position: relative;
  height: 11px;
  width: 11px;
}
.slider-section .owl-theme .owl-dots .owl-dot span::before {
    position: absolute;
    content: "";
    background: transparent;
    border: 3px solid #fff;
    height: 31px;
    width: 31px;
    border-radius: 30px;
    left: -10px;
    top: -10px;
    opacity: 0;
}
.slider-section .owl-theme .owl-dots .owl-dot.active span::before{
  opacity: 1;
}
.slider-section .owl-theme .owl-dots .owl-dot.active span, .slider-section .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
    opacity: 1;
}
.all-wrapper{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.all-single{
  width: 25%;
  position: relative;
  overflow: hidden;
}
.all-single h5 {
    font-size: 24px;
    margin-bottom: 0;
    background: #000000a1;
    color: #fff;
    display: inline-block;
    padding: 11px 21px;
    position: absolute;
    bottom: 18px;
    left: 0;
}
.all-single img{
  transition:all  0.3s ease-in-out;
  width: 100%;
}
.all-single:hover img{
  transform: scale(1.1);
}
.service-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 38px;
}
.service-tab {
    display: flex;
    align-items: flex-start;
    background: #fff;
}
.service-tab .nav-tabs {
    border-bottom: 0;
    display: block;
    background: #fff;
   }
.service-tab a.nav-link {
    font-size:18px;
    font-weight: 600;
    color: #000;
    border: 0;
    line-height: 23px;
    border-bottom: 2px solid #ccc;
    margin: 0px auto;
    padding: 0;
    padding-top: 8px;
    padding-bottom: 20px;
    width: 62%;
    text-align: center;
    position: relative;
}
.service-tab a.nav-link::before {
    position: absolute;
    content: "";
    background: #ef192280;
    height: 2px;
    width: 0%;
    bottom: -2px;
    transition: all 0.3s ease-in-out;
}
.service-tab a.nav-link.active::before{
  width: 40%;
}
.service-tab a.nav-link img {
    width: 28%;
    margin-bottom: 8px;
    filter: invert(19%) sepia(67%) saturate(1624%) hue-rotate(218deg) brightness(62%) contrast(167%);
    transition: all .5s ease;
}
.service-tab a.nav-link.active img {
    filter: invert(12%) sepia(74%) saturate(5758%) hue-rotate(350deg) brightness(110%) contrast(95%);
    width: 34%;
}

section.home-services {
    background: #EFEFF0;
    padding: 4% 0;
}
section.home-services {
    padding-top: 55px;
}
.service-tab nav.cus-nav{
    width: 24%;
}
.service-tab div#nav-tabContent {
    width: 100%;
}
.service-tab  .nav-tabs .nav-link.active {
  border: 0;
  border-bottom: 2px solid #ccc;
}
.service-tab  .nav-tabs .nav-link:hover{
  border: 0;
  border-bottom: 2px solid #ccc;
}
.service-tab .tab-box{
  position: relative;
  overflow: hidden;
}
.service-header .common-btn {
    color: #000;
}
.service-tab .tab-box .main-img{
 transition: all 0.3s ease-in-out;
 width: 100%;
 filter: brightness(0.7);
}
.service-tab .tab-box:hover .main-img{
  transform: scale(1.1);
}
.service-tab .text-box {
    padding-bottom: 4%;
    position: absolute;
    bottom: 10%;
    color: #fff;
    left: 7%;
    width: 55%;
}
.service-tab .text-box::before {
    position: absolute;
    content: "";
    background: #fff;
    height: 7px;
    width: 29%;
    top: -33px;
}
.service-tab .text-box::after {
    position: absolute;
    content: "";
    background: #fff;
    height: 7px;
    width: 100%;
    bottom: 0;
}
.service-tab .text-box h3{
  font-size: 40px;
}
.service-tab .common-btn {
    position: absolute;
    right: 8%;
    border: 1px solid #fff;
    bottom: 10%;
    width: 163px;
}
.service-tab .white-traingle {
    position: absolute;
    right: 0%;
    bottom: 0%;
    width: 5%;
}
.job-opening {
    background: #EFEFF0;
    padding: 4% 0 5%;
}
.job-opening .item {
    background: #fff;
    border: 1px solid #FAF0F0;
    box-shadow: 0px 3px 48px #00000019;
    padding: 28px 39px;
    display: block;
    position: relative;
}
.job-opening .item h3{
 font-size: 26px;
 color: #000;
}
.job-opening .item p {
    font-size: 20px;
    color: #3B3A3A;
    margin-bottom: 0px;
    font-weight: 400;
}
.job-opening .item .common-btn, #career-intro .common-btn {
    background: #282A86;
    margin-top: 23px;
    width: 163px;
}
.job-opening .item h4{
  font-size: 16px;
  background: #ED1B25;
  color: #fff;
  width: 81px;
height: 25px;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
right: 0;
top: 0;
}
.job-slider {
    padding-top: 2%;
}
.job-slider.owl-theme .owl-nav [class*=owl-],
.job-slider.owl-theme .owl-nav [class*=owl-]:hover {
    color: #FFF;
    font-size: 18px;
    margin: 0;
    padding: 13px 16px;
    background: #272b85;
    border-radius: 0;
}
.job-slider .owl-nav {
    left: 0;
    position: absolute;
    bottom: -30%;
}
.job-opening a.common-btn {
    /*float: right;
    margin-top: 50px;*/
    color: #000;
}
.home-project{
  background: url(../images/project-bg.png) no-repeat;
  background-position: center;
  background-size: cover;
}
section.home-news.home-project .heading {
    color: #fff;
}
section.home-news.home-project {
    padding: 3% 0px 4%;
}
.home-project .item::before {
    width: 0;
    height: 0;
    border-top: 94px solid #ef1922;
    border-left: 94px solid transparent;
    right: 16px;
    position: absolute;
    content: "";
    z-index: 2;
    top: 15px;
   opacity: 1;
    transition: all 0.3s ease-in-out;
}
.home-project .item:hover::before {
    width: 0;
    height: 0;
    border-top: 94px solid #282A86;
    border-left: 94px solid transparent;
    right: 16px;
    position: absolute;
    content: "";
    z-index: 2;
    top: 15px;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}
.home-header{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.project-slider{
  margin-top: 2%;
}
.home-project a.common-btn {
    color: #fff;
}
.logo-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3%;
}
.logo-wrapper .logo-single {
    box-shadow: 0px 3px 48px #00000019;
    border: 1px solid #FAF0F0;
    background: #fff;
    margin: 0 20px;
    height: 206px;
    width: 19%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 20px;
}
.logos{
  padding: 4% 0;
}
.breadcum {
    position: relative;
    margin-top: 0px;
}
.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 .main-img {
    width: 100%;
}
/*.caption-heading {
    position: absolute;
    top: 58%;
    left: 21%;
    transform: translate(-54%, -50%);
}*/
.container.breadcum_container{
    position: absolute;
    left: 10%;
    top: 40%;
    width: calc(100% - 10%);
}
.breadcum h1 {
    /*font-size: 82px;*/
    font-size: 4rem;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: capitalize;
}
.breadcrum-list {
    position: absolute;
    bottom: 0;
    background: #00000063;
    width: 100%;
    left: 0%;
    color: #fff;
    padding: 20px 0px;
    font-size: 17px;
}
.breadcrum-list .container {
    padding-left: 2.5%;
}
.breadcrum-list a{
  color: #fff;
}
.write{
  padding: 50px 0px;
}
.contact-box {
    margin-bottom: 24px;
}
section.get-in-touch h4 {
    font-size: 24px;
    color: #C53734;
}
.form-group .hide_label {
    position: absolute;
    top: 5px;
    left: 0px;
    margin: 0;
    pointer-events: none;
    transition: all .3s ease-in-out;
    color: #000000;
    opacity: 39%;
    font-size: 18px;
}
.form-div .form-control {
    border-radius: 0;
    border: 0;
    border-bottom: 2px solid #c7c1c1;
    padding-left: 0;
   }
.form-control:focus{
  box-shadow: none;
}
section.contact-form {
   padding: 50px 0px;
}
.form-group {
    position: relative;
    margin-bottom: 51px;
}
.contact-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 4%;
}
.contact-btn .common-btn {
    width: 166px;
    height: 55px;
    background: #282A86;
    border: 0;
    margin-right: 30px;
}
p#msg-error3 {
    margin-bottom: 0;
    font-size: 12px;
    color: red;
    font-weight: 500;
    font-style: italic;
}
.form-div form {
    margin-top: 44px;
}
.form-div {
    width: 87%;
}
.contact-wrapper {
    display: flex;
    align-items: flex-start;
    margin: 15px 0px;
}
.contact-wrapper p, .contact-wrapper a, .contact-wrapper a:hover {
    font-size: 16px;
    line-height: 20px;
    color: #000;
    margin-bottom: 0;
    font-weight: 400;
    display: block;
}
.contact-wrapper .text-box{
  padding-left: 20px;
}
.contact-form .social-box a{
  color: #282A86;
}
.contact-form h5{
  font-size: 30px;
}
.contact-form .social-box{
    margin-top: 16px;
}
/*.contact-wrapper-box {
    padding-left: 5%;
}*/
.template {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.services{
  padding: 50px 0px;
}
.services .nav-tabs li {
    width: 30%;
    list-style-type: none;
}
.services p {text-align: justify;}
.services .nav-link {
    display: block;
    background: #F2F2F2;
    font-size: 24px;
    color: #000;
    font-weight: 500;
    /*height: 214px;*/
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    border-radius: 0;
}
.services .nav-link img{
  display: block;
}
/*.services .template .nav-link.active {
    color: #fff;
    background: #1e3f93;
    border-right: 9px solid #EE1F27;
}*/
.services .template .nav-link.active {
    color: #fff;
    background: #1e3f93;
    border: none;
    border-bottom: 9px solid #EE1F27;
}
/*.services .template .nav-link.active::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-left: 11px solid #EE1F27;
    border-bottom: 18px solid transparent;
    right: -20px;
}*/
.services .template .nav-link.active::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-left: 25px solid transparent;
    border-bottom: 25px solid #EE1F27;
    bottom: -20px;
    transform: rotate(45deg);
}
.services .template .nav-link.active img{
  filter: invert(100%) sepia(100%) saturate(15%) hue-rotate(240deg) brightness(103%) contrast(100%);
}
.services .nav-tabs {
    border-bottom: 0;
    /*display: block;*/
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.services nav.cus-nav.aos-init.aos-animate {
    /*width: 12%;*/
    width: 100%;
}
.services .tab-content h3 {
    font-size: 50px;
    color: #262B86;
    font-weight: 700;
}
.services .tab-content p {
    font-size: 19px;
    font-weight: 400;
}
.services div#nav-tabContent {
    /*width: 76%;
    padding-left: 6%;*/
    width: 100%;
    padding-top: 5%;
}
section.home-fleet.vessal {
    background: #fff;
}
.home-fleet .item .text-box{
    background: #05000057;
    position: absolute;
    bottom: 0;
    color: #fff;
}
.service_section2{
    background: url(../images/service-img1.png) no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 4% 0;
}
.service_section2 h5.text-center {
    font-size: 30px;
    margin: 20px 0px;
}
.service_section2 .counter-single {
    width: 23%;
    border: 0;
    background: #ffffff26;
}
.service_section2 .counter-single:hover{
    background: #EE1F27;
}
.service_section2 .counter {
    left: 0;
    background: transparent;
    width: 88%;
    padding: 27px 40px;
    margin: 0 auto;
    justify-content: space-between;
}
.vision-single {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 20px;
    width: 30%;
}
.vision-single img {
    width: 18%;
    margin-right: 23px;
}
.vision-wrapper {
    /*border-left: 1px solid #ccc;*/
    padding-left: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.vision-mission {
    /* background: #F5F5F5; */
    padding: 32px 0px;
}
#vision .col-md-6:nth-child(2) {border-left: 1px solid #ccc;}
.vision-sec {margin-bottom: 1.5rem;}
.vision-sec h3 {
    color: #262B86;
    font-weight: 700;
}
.vision-sec .heading {
    margin-bottom: 31px;
}
.values-content h4 {
    font-size: 20px;
}
.founder h5 span{
  color:#ED1B25;
  font-weight:600;
}
.founder {
    padding: 60px 0px;
}
.founder h3{
  color:#262B86;
}
.founder h5 {
    margin-top: 10px;
}
.certifications-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.certificate-single {
    align-items: center;
}
.certificate-single {
    width: 25%;
    margin: 0 auto;
    display: block;
    text-align: center;
}
.certifications {
    padding: 10px 0 20px;
    background-color: #F5F5F5;
    margin: 40px 0 -30px;
}

.certifications h2{
  color:#262B86;
}
#certifications .item.logo-single {
    display: flex;
    background: #fff;
    height: 7rem;
    align-items: center;
}

section.about-img {
    padding: 76px 0px;
}
section.about-img .text-box {
    /*width: 87%;*/
    padding-left: 7%;
}
section.about-img .heading {
    margin-bottom: 25px;
}
section.about-img .counter {
    left: -102%;
    width: 60%;
    top: 53%;
    position: absolute;
}
section.about-img .counter-single{
    border: 0;
}
section.about-img .about-sec2 {margin-top: 5rem;}
section.common-page {
    padding: 50px 0px;
}
.common-page p{
    font-size: 15px;
    text-align: justify;
}
.common-page h4{
    font-size: 20px;
}
.common-page h3{
    font-size:19px;
}
section.gallery {
    padding: 50px 0px 30px;
}
.gallery .col-lg-4{
    margin-bottom: 25px;
}
section.sitemap.common-page a {
    display: block;
    color: #000;
    font-weight: 500;
    margin-bottom: 7px;
}

.career-listing {background-color: #F5F5F5;}
#career-intro {
    /*align-items: center;*/
    flex-wrap: wrap;
    margin-bottom: 5rem;
}
/*#career-intro p {font-size: 1.5rem;}*/
#career-wrapper {
    margin-top: 0rem;
    background: none !important;
    padding-bottom: 0rem;
}
#career-wrapper .item {width: 31%; margin: 0 1.15% 1.5rem;}
#opening-form .form-div form {margin-top: 0 !important;}
#opening-form .form-group {margin-bottom: 25px;}
/*.career-container {
    background: #fff;
    padding: 1.5rem;
    margin-bottom: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.career-title {
    margin: 0;
    font-size: 1.5rem;
}*/


.fleet-wrapper .home-fleet {
    background: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.fleet-wrapper .home-fleet .item {width: 50%;}
.fleet-wrapper .fleet-content {
    margin: 0 0.5rem 1rem;
    position: relative;
    overflow: hidden;
}
.fleet-wrapper .home-fleet .item .text-box h3 {color: #fff; font-family: sans-serif;}
.fleet-wrapper .home-fleet .item .text-box p {font-family: 'Nunito-Medium';}
.fleet-content-wrapp {background: #F5F5F5; padding: 2rem;}
.fleet-content-wrapp h2 {color: #262B86; font-family: sans-serif;}
.fleet-content-wrapp p {font-family: 'Nunito-Light' !important;}
.fleet-content-wrapp .fleet-details {
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
}
.fleet-detail-single {width: 33%;}
.fleet-detail-single h3 {
    color: #262B86;
    font-size: 1.5rem;
    font-family: sans-serif;
}

.services #news-cats .nav-tabs {justify-content: center;}
.services #news-cats .nav-link {height: 90px; background: #fff;}
.services #news-cats .nav-link.active { background: #1e3f93;}

#news-container {background: #EFEFF0;}
.news-wrapp {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.news-wrapp .news-single {
    width: 31%;
    margin: 0 1.15% 1.5rem;
    background: #fff;
}
.news-wrapp .news-single a {color: #212529 !important;}
.news-wrapp .news-single a .img-box {position: relative;}
.news-wrapp .news-single a img {width: 100%; margin: 0 0 1rem;}
.news-wrapp .news-single a .single-category {
    position: absolute;
    top: 0rem;
    left: 0rem;
    background: #000034;
    padding: 3px 10px;
    color: #fff;
    font-size: .75rem;
}
.news-single .text-box {padding: 1rem;}
.news-single .text-box h3 {
    font-size: 1.2rem;
    font-family: sans-serif;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news-single .text-box p {font-size: 16px;}
.news-single .text-box h6 {color: #231f2082;}
.single-slide-img {display: none ;}
.error-btns {display: flex; justify-content: center;}
.error-btns a {background: #14154b; margin: 0 0.5rem;}

.services .services-img {
    margin-bottom: 20px;
}
.services li {
    list-style-type: disc;
    margin-left: 25px;
    font-size:16px;
}
.services .services-img{
  position: relative;
  overflow: hidden;
}
.services .img-wrapp{
 transition: all 0.5s ease-in-out;
 width: 100%;
 overflow:hidden;
}
.services .services-img:hover .img-wrapp{
  transform: scale(1.1);
}
ul.top-header li {
    color: #B4B0B0;
    font-size: 14px;
    text-align: justify;
}

.services .container {
    width: 75%;
    margin: 0 auto;
}


div#cookieNotice {
  position: fixed;
  bottom: 0px;
  color: #fff;
  background: #0000007d;
  z-index: 1;
  width: 100%;
}
div#cookieNotice .content-wrap {
  padding: 15px;
}
div#cookieNotice .content-wrap p {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 1.5;
}
div#cookieNotice a.btn-primary {
  padding: 9px;
  margin: 0px 7px;
  font-size: 14px;
}
div#cookieNotice .btn-primary {
  color: #fff;
  background-color: #e02128;
 border:0;
  padding: 9px;
  font-size: 14px;
  cursor: pointer;
}
.contact-wrapper h3 {
    font-size: 17px;
    margin-bottom: 0px;
}
.contact-wrapper img {
    width: 5%;
}
.contact-wrapper-box h2 {
    font-size: 25px;
    margin-bottom: 10px;
}
.contact-wrapper-box {
    margin-bottom: 40px;
}

.contact-wrapper .text-box.contacts-call{
  display: flex;
}
.only-no {
    padding-left: 30px;
    margin: 0px !important;
    margin-top: -20px !important;
}
.navbar-mob .nav-item.dropdown:hover .dropdown-menu {
    display: block !important;
    margin-top: -3px;
}
.footer-logo {
    width: 70%;
}
.vision-single span {
     font-size: 40px; 
    color: #ed1b25;
    padding-right: 20px;
    margin-top: -10px;
    font-family: sans-serif;
    /* font-weight: 700 !important; */
    /* display: block; */
}

/*.counter-single:nth-child(2) img , .counter-single:nth-child(1) img {
    filter: none;
    width: 35%;
}*/
.counter-single:nth-child(3) img {width: 45%;}
.services .nav-tabs li:nth-child(1) {
    margin-left: 0px;
}

.about-img .counter-single:nth-child(2) img, .about-img .counter-single:nth-child(1) img {
    filter: none;
    width: 60%;
}
.services img{
   float: right;
    width: 50%;
    margin-left: 20px;
  }
  .fleet-wrapper .fleet-content img {
    width: 100%;
}
.service_section2 .counter-single {
    background: #fe0000b8;

}
.service_section2 .counter-single:hover {
    background: #0000347a;
}

.fleets-table {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.fleets-table .table-responsive {
    width: 32%;
}
.fleets-table .table-responsive th {
    background: #14154b;
    color: #fff;
}


/*news & events single*/
.blog-details {
    padding: 90px 0px 50px;
}
.blog-details p {text-align: justify;}
.blog-details .social p {text-align: center;}
.blog-details .blog-details-wrapper{
    display: flex;
    justify-content: center;
}
.blog-details .blog-details-wrapper .blog-image{
    width: 70%;
    position: relative;
}
.blog-details .blog-details-wrapper .small-part{
    width: 15%;
}
.blog-details .img-box{
    position: relative;
    margin-bottom: 38px;
}
.blog-details .img-box::before {
    position: absolute;
    content: "";
    background-color: #14154b;
    height: 6px;
    width: 94%;
    left: 3%;
    bottom: -2px;
    z-index: 1;
}
.blog-details .img-wrapper{
    border-radius: 13px;
}
.blog-details .blog-details-wrapper .blog-image h5 {
    background: #14154b;
    display: inline-block;
    font-size: 36px;
    line-height: 0.6;
    text-align: center;
    padding: 12px 16px;
    border-radius: 0px;
    z-index: 2;
    top: -17px;
    left: 6%;
    position: absolute;
    color: #fff;
}
.blog-details .blog-details-wrapper .blog-image h5 span{
    font-size: 19px;
}
.blog-details .blog-details-wrapper .blog-image h4{
    font-size: 2rem;
    margin: 2rem 0 1rem;
}
.blog-details-wrapper .small-part .common-btn{
    width: 137px;
    background-color: #fff;
    border:1px solid #14154b;
    border-radius: 0px;
    color: #14154b;
}
.blog-details-wrapper .small-part .common-btn::before{
    background-color:#14154b;
    color: #fff;
}
.blog-details-wrapper .small-part .common-btn:hover{
    color: #fff;
}
.blog-details-wrapper .small-part .common-btn span{
    transform: rotate(180deg);
    margin-right: 0.5rem;
}
.blog-details .small-part .social a{
    font-size: 23px;
    display: block;
    margin-bottom: 10px;
    color: #a3a3a5;
}
.blog-details-wrapper .social li {
    list-style-type: none !important;
}
.blog-details .small-part .social a:hover{
    color: #0095da;
}

#project-table {clear: both !important;}
#project-table h3 {font-size: 20px;}
.table-responsive, .table-responsive p {font-size: 14px;}
.table-responsive th {
    font-size: 1rem;
    text-align: center;
}
.table-responsive td:first-child {
    width: 75px;
    text-align: center;
}
/*.table-responsive td:last-child {
    width: 150px;
    text-align: center;
}*/
.table-responsive td:nth-child(2) img {
    width: 25rem;
}
.fleets-table .table-responsive td:first-child {width: auto;}
/*Dredging & Infrastructure*/
#delivering-map img {float: unset;}
div#indian-clients, div#international-clients {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
div#indian-clients div, div#international-clients div {
    box-shadow: 0px 2px 10px -2px #999999;
    margin: 0 1% 1.25rem;
    padding: 10px 0;
    width: 18%;
}
div#indian-clients div:last-child {width: 58%;}
div#indian-clients img, div#international-clients img {
    float: unset;
    margin: 0 auto;
}
div#international-clients img {width: 65%;}
.big-font {
    font-weight: 600;
    font-size: 22px;
}