@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  font-family: 'Poppins', sans-serif;
}
.f-light{
   font-family: 'Poppins', sans-serif;
   font-weight: 300;
}
.f-regular{
   font-family: 'Poppins', sans-serif;
   font-weight: 400;
}
.f-medium{
   font-family: 'Poppins', sans-serif;
   font-weight: 500;
}
.f-semibold{
   font-family: 'Poppins', sans-serif;
   font-weight: 600;
}
.f-bold{
   font-family: 'Poppins', sans-serif;
   font-weight: 700;
}

body a:hover{
  text-decoration: none;
  color: #fff;
}
body li{
  list-style: none;
}
.f-light{

  font-weight:300;
}
.f-regular{

 font-weight:400;
}
.f-medium{

  font-weight:500;
}
.f-semibold{

  font-weight:600;
}
.f-bold{

  font-weight:700;
}
.f-Extrabold{

    font-weight:800;
}
.f-black{

  font-weight:900;
} 
p{
  font-weight:600;
}
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: 66px;
  padding: 0px 0 0px;;
  transition: all 0.3s ease-in-out;
  background: #fff;
}
header.shrink{
  animation: 0.3s 0.3s fadeInDown both;
  background: #fff;
  box-shadow: 0px 2px 10px #00000059;
}
.heads-up {
    transform: translateY(-6rem);
    transform: translate3d(0,-6rem,0);
}
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: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: auto;
}
.navbar-expand-md {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0px 0 8px;
}
.navbar-expand-md .navbar-nav .nav-link {
    font-size: 15px;
    color: #fff;
    padding: 0;
    /* margin-right: 12px; */
    transition: all 0.3s ease-in-out;
    position: relative;
    color: #000;
    font-weight: 500;
    margin: 0px 10px;
    margin-top: 25px;
    position: relative;
    padding: 0px 8px;
}

.navbar-expand-md .navbar-nav .nav-link.active:before,
.navbar-expand-md .navbar-nav .nav-link:hover:before {
    width: 100%;
}
.navbar-expand-md .navbar-nav .nav-item:last-child .nav-link:before,
.navbar-expand-md .navbar-nav .nav-item:nth-child(8) .nav-link:before{
    display: none;
}
header .navbar-expand-md .navbar-nav .nav-link.active, header .navbar-expand-md .navbar-nav .nav-link:hover {
    color: #00339C;
}
.navbar-brand {
    position: absolute;
    top: 7px;
    left: 0;
    padding: 0;
}
.navbar-brand img {
    width: 86%;
}
.foot-top .common-btn{
    background: #000;
    color: #fff;
    z-index: 1;
}
.main-footer .footer-wrapp {
    display: flex;
    width: 100%;
    position: relative;
    z-index: 1;
    margin-top: 36px;
}
footer{
    position: relative;
}
.main-footer {
    background: #445566;
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 50px 0px;
    margin-top: -7px;
}
.btm-strip {
    background: #26549B;
}
.btm-strip p {
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 400;
}
a.top-arrow {
    background: #5A6162;
    position: absolute;
    right: -55px;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    transform: rotate(270deg);
} 
.column:nth-child(1) {
    width: 25%;
    margin-right: 0;
}
.column:nth-child(1) p {
    color: #fff;
    margin-top: 20px;
    font-size: 15px;
    line-height: 22px;
    width: 89%;
    font-weight: 100;
    margin-bottom: 0;
}
.social-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 21px;
}
.social-box .twitter, .social-box .insta, .social-box .facebook, .social-box .linkedin {
    color: #fff;
    font-size: 29px;
    margin-right: 23px;
}
.main-footer .social i {
    font-size: 25px;
    padding-left: 18px;
    cursor: pointer;
}
.main-footer .social i:hover {
    font-size: 25px;
    padding-left: 18px;
    color: #2196f3b8;
}
.footer-logo {
   background: #fff;
   padding: 10px 20px;
   box-shadow: 0px 0px 93px #00000029;
   border-radius: 6px;
   margin-top: -26%;
}
.column:nth-child(2) {
    width: 25%;
    position: relative;
}
.column h4 {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 14px;
}
/*.column:nth-child(4) h4 {
    margin-left: 31px;
}*/
.column:nth-child(3) {
    width: 30%;
}
.column:nth-child(4) {
    width: 20%;
}

.column:nth-child(5) p {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin: 0px 5px;
    color: #abafb8;
}
.column:nth-child(5) p:hover{
    color: #ffffffe0;
}
.column a {
    display: block;
    padding-bottom: 7px;
    line-height: 20px;
    color: #C3C7CB;
    font-size: 14px;
    font-weight: 100;
}
.Contact-wrapper a img{
    margin-right: 10px;
}
.Contact-wrapper a{
    display: flex;
    align-items: center;
    color: #90A0AA;
}
.footerlogo {
    width: 55%;
}
.column:last-child a {
    font-size: 25px;
}
.column p {
    color: #c3c7cb;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 0px;
     padding-left: 6px;
}
/*.column p:hover {
    color: #FFFFFF;
}*/

footer a,
footer p{
    color: #C3C7CB;
    font-size: 16px;
}

footer p{
    margin-bottom: 0;
}
.common-btn {
    width: 152px;
    height: 46px;
    background: #26549B;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
    border: 0px;
    transition: all 0.3s ease-in-out;
    position: relative;
    /* text-transform: uppercase; */
    transform: perspective(1px) translateZ(0);
    transition-duration: 0.3s;
    overflow: hidden;
    outline: none;
    border-radius: 0 30px 30px 30px;
    cursor: pointer;
    
}
.common-btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:#313D46;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: all 0.3s ease-in-out;
    color: #fff;
}
.address-wrapper {
    display: flex;
    align-items: flex-start;
    margin-top: 24px;
}
.address-wrapper a {
    padding-left: 6px;
    font-size: 16px;
}
.address-wrapper img {
    width: 10%;
}
.main-footer .address-wrapper img {
    width: 9%;
    padding-right: -5px;
}
.main-footer .address-wrapper .location-img {
    width: 10%;
}
.common-btn:hover{
    color: #fff !important;
    border:0px !important;
}
.common-btn:hover:before{
    transform:scaleX(1);
}
.common-btn span {
    font-size: 10px;
    align-items: center;
    justify-content: center;
    color: #ffffffc4;
    transform: rotate(179deg);
    position: relative;
    top: 0px;
    left: 5px;
}
.footer-contact a {
    padding-bottom: 0px !important;
}
.footer-contact span {
    padding-right: 5px;
    color: #5EC434;
}
.btm-strip .container {

    padding: 16px 15px 16px 15px;
    position: relative;
}

.btm-strip a {
    font-size: 13px;
    color: #ffffffc7;
}
.btm-strip a:hover {
    font-size: 13px;
    color: #fff;
}
.navbar-expand-md .navbar-nav .nav-item:nth-child(9) .nav-link {
    /* border: 1px solid #ccc; */
    /* border-radius: 20px; */
    padding: 9px 9px;
    color: #ffffff;
    font-size: 13px;
    margin-top: -4px;
    background: #26549B;
    border: 0px;
    z-index: 3;
    display: flex;
    flex-direction: column;
}
.navbar-expand-md .navbar-nav .nav-item:nth-child(7) .nav-link:after {
    content: '';
    height: 93%;
    width: 1px;
    background: #e0e0e0;
    top: 19%;
    right: -3px;
    position: absolute;
    transform: translateY(-25%);
}
.navbar-expand-md .navbar-nav .nav-item:nth-child(9) .nav-link img {
    width: 45%;
    margin: 0 auto;
}
.home-slider h2 {
    font-size: 83px;
    text-align: left;
    line-height: 100px;
    background: #fff;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.caption-left {
    position: absolute;
    top: 37%;
}
.nav-item.social-media {
    padding-left: 14px;
    padding-right: 20px;
    display: flex;
    align-items: center;
}
.nav-item.social-media a {
    padding-left: 14px;
    color: #a7a49c;
    font-size: 25px;
    cursor: pointer;
}
.nav-item.social-media a:hover {
    color: #26549b;
}
.heading {
    font-size: 39px;
    font-weight: 700;
    color: #434242;
}
.main-footer .logo-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #ffffff91;
    padding-bottom: 25px;
}
div#sync2 {
    position: absolute;
    top: 80%;
    bottom: 0;
    right: 45px;
    width: 30%;
}
div#sync2 .item .text-box p {
    color: #fff;
    z-index: 1;
    position: absolute;
    top: 0;
    text-align: center;
    left: 0;
    padding: 18px;
    width: 100%;
    /* justify-content: center; */
    /* align-items: center; */
    margin: 0 auto;
    background: #ff000000;
}
div#sync2 .item:hover .text-box p{
    background: #26549B;
    border-radius: 0px 25px 0px 0px;
}
div#sync2 .text-box span {
    font-size: 20px;
}
div#sync2 .item .icon-right-arrow {
    position: absolute;
    top: 44%;
    width: 26px;
    height: 26px;
    border-radius: 30px;
    left: 67%;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    padding: 7px 10px;
    background: #26549b;
    color: #fff;
    z-index: 4;
}
div#sync2 .item:hover .icon-right-arrow {
    background: #96C1E7;
    color: #fff;
}
.proven-single {
    box-shadow: 0px 0px 10px #cccc;
    width: 19%;
    margin-bottom: 14px;
    margin: 5px 6px;
}
.main-footer .text-box h2 {
    color: #fff;
    font-size: 20px;
}
.work {
    padding: 45px 0px 30px;
}
.work .work-bg {
    width: 35%;
    position: absolute;
    margin-top: -9%;
    left: -70px;
}
/*.work h2 {
    font-size: 40px;
}*/
.work a {
    margin: 0 auto;
    margin-top: 21px;
}
.work h2 {
    margin-top: 20px;
}
/* Work card */
.work-card {
    position: relative;
    background: url("../images/work-card-bg.jpg") no-repeat;
    background: url("../images/work-card-bg.webp") no-repeat;
    background-size: cover;
}
.work-card .work-card-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.work-card .work-card-single {
    width: 100%;
    background: #ffffff0f;
    height: 400px;
    position: relative;
    border-right: 5px solid #ffffff14;
    border-bottom: 5px solid #ffffff14;
    display: block;
}
.work-card .work-card-single:nth-child(5),.work-card .work-card-single:nth-child(10) {
    border-right: 0px solid #ffffff14;   
}
.work-card .work-card-single:nth-child(6),.work-card .work-card-single:nth-child(7),
.work-card .work-card-single:nth-child(8),.work-card .work-card-single:nth-child(9),
.work-card .work-card-single:nth-child(10){
    border-bottom: 0px solid #ffffff14;  
}
.work-card .work-card-single .text-box h4 {
    color: #fff;
    font-size: 18px;
}
.work-card .work-card-single:hover .text-box h4 {
 margin-bottom: 40px;
}
.work-card .work-card-single .text-box span{
    color: #fff;
    opacity: 0;
}
.work-card .work-card-single:hover .text-box span {
    color: #fff9;
    font-size: 23px;
    opacity: 1;
}
.work-card .work-card-single .img-box {
    margin-bottom: 10px;
    width: 25%;
}
.work-card .work-card-single:hover .img-box {
    margin-bottom: 10px;
}
.work-card .work-card-single .text-box {
    position: absolute;
    bottom: 0px;
    padding-left: 40px;
    height: 50%;
    transition: all 0.5s ease-in-out;
    width: 100%;
    overflow: hidden;
    /* background: transparent linear-gradient(0deg, #000000 0%, #00000000 100%) 0% 0% no-repeat padding-box; */
}
.work-card .work-card-single:hover .text-box {
    height: 100%;
    background: #26549beb;
    color: #fff;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}
/*  */
.Logistics {
    padding: 38px 0px 7%;
}
.Logistics .row {
    display: flex;
    align-items: center;
    justify-content: center;
}
.Logistics .counter-single {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
    align-items: flex-start;
    justify-content: flex-start;
    border-bottom: 1px solid #ccc;
    /* padding-left: 28px; */
    padding: 10px 6px;
}
.Logistics .counter-single:hover {
    background: #96C1E7;
    border-radius: 0px 50px 50px 50px;
    color: #fff;
    padding-left: 16px;
    /* padding-top: 10px;*/
}
.Logistics .counter-single:last-child {
    border-bottom: 0px;
}
.Logistics .counter-single span {
    color: #26549b;
    font-size: 40px;
}
.Logistics .counter-single:hover span {
    color: #fff;
}
.Logistics .counter-single .counter-list {
    margin-left: 15px;
}
.Logistics .counter-single .counter-list p {
    font-size: 15px;
}
.Logistics .counter-single img {
    width: 60px;
    display: flex;
    align-items: flex-start;
    text-align: center;
    justify-content: center;
    margin-top: 10px;
}
.Logistics .counter-single:hover img {
    transform: scale(1.1);
    filter: invert(53%) sepia(199%) saturate(293%) hue-rotate(229deg) brightness(193%) contrast(102%);
}
.logistics .logistics-bg{
    width: 0%;
}
.Logistics .counters {
    margin-top: 8%;
}
.stop {
    padding: 0px 0px 5%;
    background: url(../images/stop-bg.jpg) no-repeat;
     background: url(../images/stop-bg.webp) no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 0%;
    position: relative;
}
.stop .content-box h2 {
    color: #fff;
}
.stop .content-box p {
    color: #fff;
}
.stop .main-stop-img {
    position: absolute;
    width: 31%;
    top: -22%;
}
.stop .stop-single h6 {
    font-size: 25px;
    color: #fff;
}
.stop .content-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.stop  .stop-single {
    width: 50%;
}
.stop .stop-single .text-box p {
    color: #fff;
    width: 85%;
}
.stop .content-box {
    margin-top: 16%;
    padding-left: 10%;
    margin-bottom: 40px;
}
.stop .content-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-left: 10%;
}
.project {
    padding: 70px 0px;
    background: url(../images/project-bg.jpg) no-repeat;
    background-size: cover;
    position: relative;
    height: 480px;
    margin-bottom: 13%;
}
.project h2 {
    color: #ffff;
}
.project .project-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-top: 55px;
}
.project .project-single {
    width: 30%;
    margin: 20px;
    position: relative;
}
.project .project-single .text-box {
    position: absolute;
    bottom: 0px;
    color: #fff;
    margin: 0 auto;
    padding-left: 60px;
    height: 30%;
}
.project .project-single:hover .text-box {
    opacity: 1;
    bottom: 0;
    height: 30%;
}
.project .project-single .common-btn{
   opacity: 0;
}
.project .project-single:hover .common-btn{
   opacity: 1;
   margin-top: 15%;
}
.connect {
    padding: 70px 0px;
}
.connect h2 {
    color: #434242;
}
.connect .content-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}
.connect .connect-single {
    width: 33%;
}
.connect .connect-single {
    width: 33%;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: block;
}
.connect .connect-single .text-box {
    margin-top: 20px;
}
.connect .connect-single .text-box h4 {
    color: #26549B;
}
.connect .connect-single .text-box p {
    color: #434242;
    font-weight: 400;
    width: 60%;
    margin: 0 auto;
}
.connect .connect-single .img-box {
    position: relative;
}
.connect .connect-single .img-box .blue-connect-img {
    display: none;
/*    position: absolute;*/
transition: all 0.4s;
}
.connect .connect-single:hover .blue-connect-img {
    display: block;
    /* position: absolute; */
    margin: auto;
}
.connect .connect-single:hover .connect-img {
    display: none;
}
.connect .connect-single .img-box:before {
    position: absolute;
    content: "";
    width: 60%;
    height: 1px;
    right: -31%;
    /* background: #ccc; */
    top: 50%;
    border-bottom: 2px dashed #ccc;
}
.connect .connect-single:last-child .img-box:before {
    display: none;
}
.home-client {
    padding: 7% 70px;
    background: #F2F8FC;
}
.home-client .item {
    background: #fff;
    margin: 0px 10px;
}
.home-client .item:hover{
 box-shadow: inset 0 0 10px #ccc;
}
.breadcum {
    position: relative;
    
}
.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%;
}
.breadcum h1 {
    font-size: 60px;
    color: #fff;
    margin-bottom: 0;
    /*text-transform: uppercase;*/
}
.breadcum .main-img{
    filter: brightness(0.6);
}
.breadcum_list {
    position: absolute;
    bottom: 1px;
    font-size: 14px;
    right: 3%;
    background: #26549bbd;
    padding: 16px 12px;
    border-radius: 0px 25px 0px 0px;
}
.breadcum_list a {
    color: #ccc !important;
}
.breadcum_list .container{
    position: relative;
}
.breadcum-container{
    position: relative;
}
.caption-heading {
    position: absolute;
    top: 50%;
}
.error-btns {
    display: flex;
    align-items: center;
    justify-content: center;
}
.error-btns a {
    margin-right: 10px;
}
.common-page {
    padding: 30px 0px 30px;
}
.error-page {
    padding: 8px 0px 38px;
}
.common-page img {
    width: 18%;
}
span.dot {
    display: inline-block;
    height: 4px;
    width: 4px;
    border-radius: 30px;
    background: #fff;
    margin: 0px 7px;
    position: relative;
    top: -2px;
}
.stop-content {
    background: #96C1E7;
    display: flex;
    border-radius: 60px;
    padding: 0px 0px;
    position: absolute;
    width: 31%;
    top: 94%;
    justify-content: space-between;
}
.stop-content h2 {
    color: #fff;
    font-size: 25px;
    padding-left: 70px;
    /* padding-right: 24.7%; */
    padding-top: 9px;
}
.stop .stop-content .common-btn {
    height: 80px;
    border-top-right-radius: 55px;
    border-bottom-right-radius: 55px;
}
/*About Us*/

.about-us .text-box {
    margin-top: 32px;
}
.about-us {
    padding: 15px 0px 73px;
}
.about-us .row{
  display: flex;
  align-items: center;
  justify-content: center; 
}
.content-wrapper {
    display: flex;
    position: relative;
    / margin-top: -30px; /
}
.vision-mission {
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
    top: -60px;
}
.vision-mission .vision-single {
    position: relative;
    width: 100%;
    display: block;
}
.vision-mission .vision-single .img-box {
    position: absolute;
    top: 0px;
}
.vision-mission .vision-single .text-box {
    position: relative;
    z-index: 1;
    text-align: center;
    display: block;
    color: #fff;
    padding: 55px 17%;
}
.vision-mission .vision-single .icon-box {
    padding-bottom: 10px;
    height: 60px;
}
.vision-mission .vision-single .text-box h4 {
    font-size: 35px;
    margin-top: 10px;
}
.values {
    position: relative;
    background: url(../images/values-bg.jpg) no-repeat;
     background: url(../images/values-bg.webp) no-repeat;
    background-position: center;
    background-size: cover;
}
.values .values-wrapper {
    display: flex;
}
.values .values-single img {
    width: 30%;
    margin-bottom: 20px;
}
.values .values-single {
    width: 30%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    justify-content: center;
    /* padding: 0px 0px; */
    border-right: 1px solid #ffffff80;
    padding: 0px 10px;
}
.values .values-single:last-child{
 border-right: 0px solid #ffffff80;
}
.values .values-bg{
    position: absolute;
}
.values .values-single .values-box {
    color: #fff;
    padding: 0px 10px;
}
.values .values-single:nth-child(2) .values-box {
  
}
.values h2 {
    color: #fff;
}
.values .values-wrapper {
    display: flex;
    /* padding-top: 45px; */
    /* padding-bottom: 70px; */
    padding: 45px 90px;
    align-items: flex-start;
}
.team {
    padding: 60px 0px;
}
.team-wrapper {
    display: flex;
    padding-top: 40px;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.team-single {
    width: 25%;
    text-align: center;
}
.team .team-single .img-box {
    width: 70%;
    transform: translateX(20%);
}
.team .team-single .text-box {
    background: #FAF8F8;
    border-radius: 70px 70px 0px 0px;
    padding: 10px 0px;
    margin: 35px;
    margin-top: -19px;
}
.team .team-single .text-box h5 {
    margin-top: 30px;
}
.team .team-single:hover .text-box {
    background: #26549B;
    color: #fff;
}
.client {
    padding: 60px 0px;
    background: url("../images/client-bg.png") no-repeat;
    background-position: center;
    background-size: cover;
}
.client .about-client-slider {
    padding-top: 40px;
    padding-bottom: 70px;
}
.client .item {
    background: #fff;
    margin: 0px 5px;
}
/*.client .item:hover{
 box-shadow: inset 0 0 10px #ccc;
}
*/
.client h2 {
    color: #fff;
}
.client p {
    color: #fff;
    text-align: center;
    padding: 0px 17%;
}
.client .common-btn {
    margin: 0 auto;
    background: #ffffff;
    color: #26549b;
    border:0px;
}
.client .common-btn span {
    color:#26549b;
}

div#sync2 .owl-item.active.current .item .text-box p {
    background: #26549b;
    border-radius: 0px 26px 0px 0px;
}
.career .row {
    display: flex;
    align-items: center;
    justify-content: center;
}
.career-section {
    padding: 80px 0px;
    background: url(../images/career-img.png) no-repeat;
    background-size: cover;
    background-position: center;
}
.career-section h2 {
    color: #fff;
}
.career-section .text-box {
    color: #fff;
}
.career-section .career-list {
    color: #fff;
    padding: 0px 10px;
}
.career-section .counters {
    display: flex;
    flex-wrap: wrap;
}
.career-section .career-single {
    width: 45%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background: #ffffff38;
    border-radius: 0px 70px 70px 70px;
    margin: 15px 15px;
    padding: 15px 13px;
}
.career-section .career-single:hover {
    background: #96C1E7;
    color: #fff;
    
}
.career-section .career-single span {
    font-size: 40px;
}
.career-section .career-list p{
    margin-bottom: 0px;
}
.latest-opening {
    padding: 60px 0px;
    background: #87c2eb29;
}
.latest-opening .latest-opening-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.latest-opening  .latest-opening-single {
    width: 30%;
    background: #fff;
    box-shadow: 0px 0px 10px 0px #ccc;
    border-radius: 30px;
    margin: 20px 20px;
    padding: 20px 20px;
}
section.mail {
    padding: 40px 0px;
}
.mail .opening-text a {
    color: #109ADB;
}
.mail .opening-text a:hover {
    color: #109ADB;
}
.mail h4 {
    background: #4455661a;
    width: 40%;
    margin: 0 auto;
    font-size: 20px;
    border-radius: 0px 30px 30px 30px;
    padding: 19px 0px;
}
.services-details {
    padding: 40px 0px 20px;
}
.services-single img {
    width: 100%;
}
.services-details .row{
    display: flex;
    align-items: center;
    justify-content: center;
}
.services-details .advantages-list li {
    position: relative;
    margin-bottom: 13px;
    margin-left: -12px;
}
.services-details .advantages-list li::before {
    content: "";
    width: 8px;
    position: absolute;
    height: 8px;
    background: #26549b;
    left: -18px;
    margin-top: 8px;
    border-radius: 5px;
}
.services-details h3 {
    color: #26549b;
}
/*.services-details .services-single {
    margin-top: 50px;
}*/
.services-sea h3 {
    color: #26549b;
}
.services-sea {
    padding: 0px 0px 35px;
}
.services-sea .row{
    display: flex;
    align-items: center;
    justify-content: center;
}
.advantages h4 {
    font-size: 30px;
    position: relative;
}
.advantages h4::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    left: 0px;
    right: 10;
    top: -19px;
    background-color: #e0e0e0;
}
.advantages .advantages-list li {
    position: relative;
    margin-bottom: 13px;
    margin-left: -12px;
}
.advantages .advantages-list li::before {
    content: "";
    width: 8px;
    position: absolute;
    height: 8px;
    background: #26549b;
    left: -18px;
    margin-top: 8px;
}
.advantages {
    padding: 20px 0px 0px;
}
.faq{
    padding: 60px 0px;
}
.faq h4 {
    font-size: 30px;
    margin-bottom: 25px;
}
.faq button.accordion-button {
    background-color: #fff;
    color: #26549b;
    font-weight: 700;
    /* border-radius: 20px !important; */
    border-top: 1px solid #ccc;
    padding: 22px 30px 22px 15px;
    position: relative;
    border-top-left-radius: none;
    border-top-right-radius: 0px;
}
.faq .accordion-header {
    margin-bottom: 0;
    border: none;
}
.faq .accordion-item{
    border: 0px;
}
.looking h4 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 0px;
}
.looking .looking-content {
    background: #96C1E7;
    border-radius: 50px;
    display: flex;
    /* padding-left: 17px; */
    /* padding: 10px 0px; */
}
section.looking {
    padding: 30px 0px;
}
.looking .text-box {
    color: #fff;
    padding-left: 35px;
    padding-top: 15px;
    padding: 20px 50px;
}
.looking .text-box p{
    margin-bottom: 0px;
}
.looking .common-btn {
    margin-top: 9px;
    margin-left: 15%;
}
.get-touch {
    padding: 60px 0px;
}
.get-touch .get-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    align-items: center;
    justify-content: center;
}
.get-touch .get-single:nth-child(1) {
    width: 40%;
    display: flex;
    margin: 0px 10px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px #ccc;
    border-radius: 0px 70px 70px 70px;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 25px 15px;
    height: 170px;
}
.get-touch .get-single:nth-child(1) .icon-box{
    width: 13%;
}
.get-touch .get-single:nth-child(2) .icon-box {
    width: 29%;
}
.get-touch .get-single:nth-child(1) .icon-box img {
    width: 100%;
}
.get-touch .get-single:nth-child(2) .icon-box img {
    width: 100%;
}
.get-touch .get-single {
    width: 40%;
    display: flex;
    margin: 0px 10px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px #ccc;
    border-radius: 0px 70px 70px 70px;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 25px 15px;
    height: 170px;
}
.get-touch .get-single:nth-child(1) img {
    width: 40%;
}
.get-touch .text-box {
    padding: 0px 15px;
    width: 80%;
    padding-top: 0px;
}
.get-touch .text-box h5 {
    font-size: 16px;
    color: #434242;
    font-weight: 700;
}
.get-touch .text-box p {
    color: #434242;
    margin-bottom: 0px;
}
.get-touch .text-box a {
    color: #434242;
    font-size: 17px;
}
.social-box {
    padding: 0px 0px 60px;
}
.social-box .social-content {
    display: flex;
    background: #fff;
    border: 1px solid #cccc;
    border-radius: 30px;
    padding: 10px 30px;
    width: 60%;
    margin: 0 auto;
}
.social-box .social-content p {
    margin-bottom: 0px;
    font-size: 18px;
    color: #000000;
    font-weight: 500;
    padding-top: 8px;
}
.social-box .social-icon {
    padding-left: 50%;
    color: #ccc;
}
.social-box .social-icon a:hover {
    color: #2196f3c7;
}
.social-box .social-link {
    color: #ccc;
    font-size: 30px;
    padding-left: 20px;
}
.contact {
    padding: 60px 0px;
    background: url(../images/contact-bg.jpg) no-repeat;
     background: url(../images/contact-bg.webp) no-repeat;
    background-position: center;
    background-size: cover;
    /*margin-bottom: 40px;*/
}
.contact .form-group {
    margin-bottom: 24px;
}
.contact .text-box {
    margin-top: 20%;
    width: 50%;
}
.contact .text-box h6 {
    font-size: 22px;
}
.contact h3{
    color: #fff;
}
.contact .common-btn {
    border: 0px;
    margin: 16px 0px;
}
.form-div .form-control {
    background: #fcfcfc;
    border-radius: 0;
    color: #000;
    border: 0;
    padding: 16px 20px;
    font-size: 16px;
    border-radius: 26px;
}
.email-error, .file-error {
    font-weight: 400;
    color: black;
    font-style: normal;
    font-size: 14px;
    margin: 10px 0px 0px 2px;
    display: none;
    color: red;
}
p#msg-error {
    font-weight: 400;
    color: #000000;
    font-style: normal;
    font-size: 14px;
    margin: 10px 0px 0px 2px;
    color: red;
}
.about-client-slider .owl-nav {
    position: absolute;
    width: 100%;
    top: 30%;
}
.about-client-slider.owl-theme .owl-nav [class*=owl-] {
    background: #ffffff82;
    width: 35px;
    height: 35px;
    border-radius: 27px;
    padding: 8px 4px;
    align-items: center;
}
.about-client-slider .owl-prev {
    position: absolute;
    left: -5%;
}
.about-client-slider .owl-next {
    position: absolute;
    right: -5%;
}
.sitemap {
    padding: 40px 0px;
}
.sitemap h4 {
    font-size: 21px;
    color: #26549b;
    font-weight: 600;
}
.sitemap a {
    display: block;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
}
.sitemap a:hover {
    color: #008dd2;
}
.thank-you img {
    width: 10%;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}
section.metric_convertion {
    position: relative;
    padding: 20px 0px; 
}
.metric_convertion h2 {
    font-size: 30px;
    position: relative;
    letter-spacing: 1px;
    color: #0c54a0;
    margin-bottom: 5px;
}
.metric_convertion p {
    color: #00000087;
    font-size: 16px;
    /* padding: 10px 0px; */
    margin-bottom: 5px;
}
.metric_convertion ul li {
    font-size: 16px;
    color: #00000087;
    list-style-type: circle;
    /* margin-left: 20px; */
}
.metric_convertion .table .text {
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    background: #87c2eb;
}
.metric_convertion .table .label {
    color: #666;
    font-size: 14px;
    text-align: center;
}
.metric_convertion .table .buttn {
    background-color: #0c54a0;
    border: none;
    padding: 5px 15px;
    color: #FFF;
    cursor: pointer;
    font-size: 14px;
    width: 118px;
}
.metric_convertion .table td,.table th,.table tr{
    padding: 12px;
    text-align: center;
    border: 1px solid #e4e4e4;
}
.metric_convertion span {
    background: #87c2eb;
    display: block;
    height: 45px;
    margin-top: -16px;
    border: unset;
}
.metric_convertion .inner-table h4 {
  font-size: 20px;
  
  margin-top: 24px;
  margin-bottom: 11px;
  font-weight: 700;
}
.metric_convertion .inner-table .table th {
    color: #000000a6;
    font-size: 16px;
    text-align: left;
}
.metric_convertion .inner-table .table td {
    color: #000000a6;
    font-size: 16px;
    text-align: left;
}
/*.metric_convertion form#frm1 {
    overflow-x: scroll;
}*/
.metric_convertion ul {
    padding-left: 20px;
    margin-bottom: 5px;
}
.ocean-specification {
  padding: 25px 0px;
}
.table-img-box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18.5% 0px;
    height: auto;
    margin-top: 11px;
    box-shadow: 0px 0px 4px 0px #ccc;
}
.ocean-specification h2 {
    color: #26549b;
    font-size: 30px;
    position: relative;
}
.ocean-specification .ocean ul strong {
  margin-bottom: 10px;
  display: block;
  font-size: 18px;
}
.ocean-specification .ocean ul li a {
    color: #000;
    font-size: 16px;
}
.ocean-specification .ocean ul {
    color: #000;
    font-size: 14px;
    padding-left: 0px;
}
.ocean-specification .ocean {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.ocean-table h4 {
  color: #26549b;
}
section.ocean-table .border {
    background: #26549b;
    color: #fff;
    display: block;
    height: 40px;
    margin: 10px 0px;
    padding: 5px 14px;
    border: unset;
}
.ocean-specification .ocean i {
    padding: 6px 7px 6px 4px;
    color: #26549b;
}
.inco-terms {
  padding: 25px 0px;
}
.inco-terms h2{
  color: #26549b;
  font-size: 30px;
  position: relative;
}
.inco-terms .inco {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.inco-terms .inco i {
    padding: 6px 5px;
    color: #26549b;
    padding-left: 0px;
}
.inco-terms .inco ul li a {
    color: #000;
    font-size: 16px;
    margin-bottom: 0;
    font-family: 'Poppins', sans-serif;
}
.inco-terms .inco-description h4 {
   color: #26549b;
   font-size: 20px;
   position: relative;
}
.inco-terms .inco-description i {
  padding: 6px 2px;
  color: #2e2f92;
}
.inco-terms .inco-description  p {
   font-size: 16px;
}
.inco-terms .inco .col-md-4 {
  padding-left: 0px;
}
.inco-terms .inco  ul {
    color: #000;
    font-size: 16px;
    padding-left: 0px;
}
.slider-section .owl-nav {
    position: absolute;
    right: 8%;
    bottom: 7%;
    z-index: 2;
}
.slider-section .owl-theme .owl-nav [class*=owl-], .slider-section .owl-theme .owl-nav [class*=owl-]:hover {
    font-size: 17px;
    /* padding: 7px 14px; */
    background: #ffffff1f;
    height: 50px;
    width: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0px 5px;
    border: 1px solid #ffffff96;
    border-radius: 30px;
}
.slider-section .owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}
.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}
.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0.3rem;
    outline: 0;
}
.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}
.career-popup {
    display: flex;
}
.opening-form .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
label {
    font-family: 'Poppins', sans-serif;
    margin-bottom: 5px;
}
.form-group {
    margin-bottom: 1rem;
}
.modal-dialog.modal-dialog-centered {
    max-width: 1000px;
}
.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
}
.career-content {
    width: 50%;
    padding-right: 5px;
}

.opening-form {
    width: 50%;
    padding-left: 10px;
    border-left: 1px solid #ccccccab;
}
button.close span {
    position: relative;
    top: -9px;
    font-size: 26px;
    color: #fff;
}
button.close {
    padding: 0;
    background-color: #0c4ca3;
    border: 0;
    -webkit-appearance: none;
    opacity: 1;
    height: 41px;
    margin: 0;
    position: relative;
}
.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}
.hide_label span {
    color: red;
}
.opening-form .career-file.form-control {
    padding: 15px 20px;
    margin-bottom: 0 !important;
}
.career-file.form-control {
    margin-top: 5px;
}
textarea {
    margin-top: 20px;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
.intl-tel-input {
    position: relative;
    display: inline-block;
    width: 100%;
    
}
.intl-tel-input .country-list {
    width: 300px;
}
.intl-tel-input.separate-dial-code .selected-dial-code {
    font-size: 14px;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.work-card-slider.owl-theme .owl-nav [class*=owl-] {
    background: #87c2eb;
    width: 35px;
    height: 35px;
    border-radius: 27px;
    padding: 8px 4px;
    align-items: center;
}
.work-card-slider .owl-nav {
    position: absolute;
    width: 100%;
    top: 45%;
}

.client-slider.owl-theme .owl-nav [class*=owl-] {
    background: #26549b;
    width: 30px;
    height: 30px;
    border-radius: 27px;
    padding: 5px 5px;
    align-items: center;
}
.client-slider .owl-prev {
    position: absolute;
    left: -5%;
}
.client-slider .owl-next {
    position: absolute;
    right: -5%;
}
.client-slider .owl-nav {
    position: absolute;
    width: 100%;
    top: 26%;
}

.dropdown:hover .dropdown-menu{
    display: block;
}
.dropdown-item.active, .dropdown-item:active {
    background: #0c54a0;
}
div#cookieNotice {
    position: fixed;
    bottom: 0px;
    color: #fff;
    background: #0000007d;
    z-index: 4;
    width: 100%;
    /* display: none; */
}
div#cookieNotice .content-wrap {
    padding: 15px;
}
div#cookieNotice .content-wrap p {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 25px;
    color: #fff;
    margin: 10px 0px;
}
div#cookieNotice a.btn-primary {
    padding: 9px 19px;
    margin: 0px 7px;
    font-size: 14px;

}
div#cookieNotice .btn-primary {
    color: #fff;
    background-color: #0c54a0;
    border: 0;
    padding: 9px;
    font-size: 14px;
     display: flex;
    cursor: pointer;
    border-radius: 0px;
}
ul#services-dropdown {
    position: absolute;
    left: -74px;
}
ul#resources-dropdown {
    position: absolute;
    left: -36px;
}
input {
    border: 1px solid #ccc;
}
.certificate {
    padding: 60px 0px;
    background: url("../images/client-bg.jpg") no-repeat;
    background: url("../images/client-bg.webp") no-repeat;
    background-position: center;
    background-size: cover;
}
.certificate .certificate-slider {
    padding-top: 40px;
    padding-bottom: 70px;
}
.certificate .item {
    background: #fff;
    margin: 0px 5px;
}
/*.client .item:hover{
 box-shadow: inset 0 0 10px #ccc;
}
*/
.certificate h2 {
    color: #fff;
}
.certificate p {
    color: #fff;
    text-align: center;
    padding: 0px 17%;
}
.certificate .common-btn {
    margin: 0 auto;
    background: #ffffff;
    color: #26549b;
    border:0px;
}
.certificate .common-btn span {
    color:#26549b;
}
.certificate-slider.owl-theme .owl-nav [class*=owl-] {
    background: #ffffff82;
    width: 30px;
    height: 30px;
    border-radius: 27px;
    padding: 5px 5px;
    align-items: center;
}
.certificate-slider .owl-prev {
    position: absolute;
    left: -5%;
}
.certificate-slider .owl-next {
    position: absolute;
    right: -5%;
}
.certificate-slider .owl-nav {
    position: absolute;
    width: 100%;
    top: 31%;
}
.gallery{
    padding: 70px 0px 20px;
}
.gallery-single {
    margin-bottom: 23px;
    width: 94%;
    margin: 0 auto 45px;
    position: relative;
    overflow: hidden;
}
.gallery .img-wrapp {
    overflow: hidden;
    position: relative;
    border-radius: 15px;
}
.gallery .img-wrapp:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 10px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;  
}
.gallery .img-wrapp:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 15px;
    width: 100%;
    height: 0%;
    z-index: 1;
    opacity: 0.5;
    transition: all 0.5s ease-in-out;
}
.gallery .img-wrapp:after, .gallery .img-wrapp:before {
    background: #0c54a0;
}
.gallery .img-wrapp:hover:before {
    height: 100%;
}
.gallery-single i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    color: #fff;
    opacity: 0;
    z-index: 2;
}
.gallery-single:hover i{
    opacity: 1;
}
.openings-wrapper {
    display: flex;
    margin-top: 40px;
    flex-wrap: wrap;
    /* align-items: center; */
    justify-content: center;
}
.openings-single {
    box-shadow: 0px 3px 48px #00000019;
    border: 1px solid #FAF0F0;
    border-radius: 40px;
    background: #fff;
    padding: 30px;
    margin: 0px 1% 2rem;
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.openings-single h5 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
span.f-bold {
    font-size: 16px;
}
.contact span.f-bold {
    font-size: 18px;
}
.msg-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.get-touch .get-single .single-box {
    display: flex;
    width: 100%;
}
.btn-div {
    margin-left: -32%;
}
.metric_convertion {
    margin-bottom: 20px;
}
