@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&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;
}
body a:hover{
  text-decoration: none;
  color: #fff;
}
body li{
  list-style: none;
}
/* font converted using font-converter.net. thank you! */


.heading {
     font-family: "Poppins", sans-serif;
    font-weight:700;
    font-size: 45px;
    line-height: 50px;
}
.subheading {
    font-size: 20px;
    color: #50abe8;
}
/* font converted using font-converter.net. thank you! */

.f-light{
   font-family: "Poppins", sans-serif;
  font-weight:400;
}
.f-medium{
   font-family: "Poppins", sans-serif;
  font-weight:500;
}

.f-extrabold{
   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;
}
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: 9;
  height: 76px;
  padding: 0px 0 0px;;
  transition: all 0.3s ease-in-out;

}
header.shrink {
    animation: 0.3s 0.3s fadeInDown both;
    /*background: #00000069;*/
    box-shadow: 0px 2px 10px #00000059;
}
header.shrink .navbar-expand-md .navbar-nav .nav-link{
    color: #000;
}
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;
}
.navbar-expand-md{
  display: flex;
  align-items: center;
  justify-content:flex-end;
  padding: 5px 0 8px;
}
.navbar-expand-md .navbar-nav .nav-link {
  font-size: 16px;
  color: #000;
  padding-left: 14px;
  padding-right: 15px;
  transition: all 0.3s ease-in-out;
  position: relative;
  margin-right: 12px;
  font-weight: 700;
}
.home-page .navbar-expand-md .navbar-nav .nav-link{
  color: #000;
}
.home-page .navbar-expand-md .navbar-nav .nav-link span{
  font-size: 27px;
}
.navbar-expand-md .navbar-nav .nav-link.active {
  color: #000;
}
header.shrink .navbar-expand-md .navbar-nav .nav-link.active {
  color: #50abe8;
}
header .navbar-nav .nav-link:before {
    position: absolute;
    content: "";
    bottom: -1px;
    background-color: #50abe8;
    width: 0%;
    margin: 0 auto;
    z-index: 19;
    height: 3px;
    opacity: 0;
    left: 0;
    right: 0;
    border-radius: 69px;
    transition: all 0.3s ease-in-out;
}
header .navbar-nav .nav-item:last-child .nav-link:before {display: none !important;}
header .navbar-nav .nav-link.active:before, header .navbar-nav .nav-link:hover:before {
    opacity: 1;
    width: 100%;
}
/*.navbar-expand-md .navbar-nav .nav-item:last-child .nav-link {
  color: #fff;
  padding: 0px 23px;
  height: 46px;
  font-size: 17px;
  font-weight: 700;
}*/
.navbar-brand {
  position: absolute;
  top: -23px;
  left: 0;
  padding: 0;
}
.navbar-brand img {
    margin-top: -4px;
    width: 52%;
}
.navbar-brand .logo-color {
    width: 67%;
    margin-top: -3px;
}
.foot-top .common-btn{
    background: #000;
    color: #fff;
    z-index: 1;
}

.main-footer .footer-wrapp{
    display: flex;
    width: 100%;
    position: relative;
    z-index: 1;
}
footer{
    position: relative;
}

.main-footer {
    background: #0a2445;
    position: relative;
    background-size: cover;
    background-position: center;
}
.btm-strip {
  background: #364953;
}
.btm-strip .container {
    padding: 10px 15px 10px 0px;
    border-top: 1px solid #cccccc2e;
}
.column:nth-child(1) {
    width: 25%;
    padding: 3rem 10px 0rem;
    margin-right: 20px;
}
.column:nth-child(1) p {
    color: #CCCCC7;
    margin-top: 20px;
    font-size: 14px;
    line-height: 26px;
}
.social-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 0px;
}
.social-box .twitter, .social-box .insta, .social-box .facebook, .social-box .linkedin {
    color: #fff;
    font-size: 29px;
    margin-right: 23px;
}
.column:nth-child(5) h4{
  margin-bottom: 4px;
}
.social-box .facebook:hover{
    color: #4267B2;
}
.social-box .twitter:hover{
    color: #1d9bf0;
}
.social-box .insta:hover{
    color: #6938b9;
}
.social-box .linkedin:hover{
    color: #0072b1 ;
}
.footer-logo {
    display: block;
    width: 79%;
}
.column:nth-child(2) {
    width: 13%;
    padding: 3rem 0px 2rem;
}
.values {
    padding: 60px 0px;
}

.column h4 {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 20px;
}
.footer-contact span {
    padding-right: 5px;
    color: #50abe8;
}
.footer-contact {
    display: flex;
    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: 20%;
    padding: 3rem 0rem;
    padding-left: 40px;
}

.column:nth-child(3) h4, .column:nth-child(4) h4 {
  margin-bottom: 20px;
}
.column:nth-child(4) {
    width: 24%;
    padding: 3rem 0rem;
    padding-left: 20px;
}
.column:nth-child(5) {
  width: 25%;
  padding: 3rem 0rem;
}


.column a {
  display: block;
  padding-bottom: 15px;
  line-height: 1;
  color: #DBDDDE;
  font-size: 14px;
}
.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: fit-content;
    height: 40px;
    background: #ffffff36;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
    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-weight: 700;
    padding: 0px 5px 0 15px;
}
.common-btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:#50abe8;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: all 0.3s ease-in-out;
    border-radius:30px;
    color: #fff;
}
.common-btn:hover{
    color: #fff !important;
    border:0px !important;
}
.common-btn:hover:before{
    transform:scaleX(1);
}
.common-btn span {
    margin-left: 5px;
}

.footer-contact a {
    padding-bottom: 0px !important;
}
.footer-contact span {
    padding-right: 5px;
    color: #50abe8;
    font-size: 20px;
}

.btm-strip {
    background: #0a2445;
}
.btm-strip a {
    font-size: 14px;
    color: #fff;
}
.btm-strip {
  color:#fff;
}


/**/
.container {
  max-width: 1680px;
}
.top-head ul {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin-bottom: 0px;
}
.top-head li a span {
    padding-right: 6px;
    padding-left: 10px;
    position: relative;
    top: 2px;
}
.top-head a {
    color: #000;
    transition: all .5s ease;
}
.top-head a:hover {
    color: #50abe8;
}
.top-head li {
    padding-top: 7px;
}
.top-head {
    padding-bottom: 10px;
    position:relative;
}
.top-head li:nth-child(1) a {
    border-right: 1px solid #cccccc87;
    padding-right: 10px;
}
header:before {
    position: absolute;
    content: "";
    width: 55%;
    height: 1px;
    right: 0px;
    bottom: 60px;
    background: #ccc3;
}
header.shrink:before {
    width: 62%;
    height: 1px;
    right: 0px;
    bottom: 60px;
}
header {
    height: 100px;
    background: #fff;
}

.navbar-expand-md .navbar-nav .nav-item:last-child .nav-link {
    /*padding-right: 0px;
    margin-right: 0px;*/
    background: #0a2445;
    border-radius: 50px;
    transition: all 0.5s ease;
}
header .navbar-expand-md .navbar-nav .nav-item:last-child .nav-link {
    background: #50abe8;
    color: #fff;
}

.slider-section h4 {
    font-size: 35px;
    color:#fff;
}
.slider-section h2{
  font-size:85px;
  color:#fff;
  line-height: 80px;
  text-transform: uppercase;
}
.slider-section .caption-left {
    position: absolute;
    top: 35%;
    left: 5%;
}
.common-btn i {
    /* padding: 4px 9px; */
    background: #50abe8;
    border-radius: 50px;
    color: #fff;
    margin-left: 5px;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.counter {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.counter-list {
    padding-right: 15px;
    padding-left: 20px;
}
.counter-list h4 {
    font-size: 40px;
    font-weight: 700;
    line-height: 25px;
}
.counter-single {
    display: flex;
    width: 25%;
    margin-bottom: 0px;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #cccccc5e;
}
.counter-single img {
    margin-top: -35px;
    width: 65px;
    filter: invert(1);
}
.slider-section {
    position: relative;
}

.counter.container {
    position: absolute;
    bottom: 13%;
    z-index: 1;
    left: 3%;
}
.counter-list p{
  color:#fff;
}
.counter-single:last-child {
    border-right: 0px;
}
.slider-section .owl-nav {
    position: absolute;
    right: 3%;
    bottom: 11%;
}
.slider-section .owl-theme .owl-nav [class*=owl-] {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 9px 10px;
    font-size: 10px;
    margin: 3px;
}

.home-about {
    padding: 60px 0px;
    position: relative;
}
.home-about h3 {
    color: #50ABE8;
    font-size: 20px;
}
.home-about h1 {
    font-size: 47px;
    line-height: 44px;
}
p{
  color:#515151;
}

a.common-btn {
    border: 1px solid #ccc;
    color: #000000;
}

.slider-section .common-btn{
  border:0px;
  color:#fff;
}

.about-flex {
    display: flex;
}

.about-flex .img-div{
  width: 60%;
}
.about-flex img.img1 {
    width: 85%;
}

.about-flex img.img2 {
    position: absolute;
    width: 21%;
    left: 36%;
    top: 20%;
}

.about-flex img.img3 {
    position: absolute;
    bottom: 0%;
    left: 3%;
    width: 30%;
}

.home-about {
    padding: 60px 50px 100px 0px;
    position: relative;
    margin-bottom: 70px;
}

.about-flex .about-div {
    width: 40%;
    padding-left: 40px;
}
.services-slider {
    position: relative;
}
.caption-left {
    position: absolute;
    top: 25%;
    color: #fff;
    left: 5%;
}
.services-slider h2 {
    font-size: 65px;
    line-height: 60px;
}
.services-slider h4 {
    font-size: 20px;
}

.services-slider p{
  color:#fff;
}
.services-slider .common-btn {
    border: 0px;
    color: #fff;
    font-weight: 300;
}
.container.tab-section .tab-div {
    width: 20%;
    padding: 4px;
}

.development-section{
  position:relative;
}

/*.development-section .tab-section {
    position: absolute;
    bottom: 0px;
    width: 100%;
    display: flex;
    z-index: 1;
    background: #00000047;
    color: #fff;
}*/
/*.tab-section .tab-div {
    width: 25%;
    text-align: center;
    cursor:pointer;
}*/
.tab-section .tab-div h5 {
    margin-bottom: 0px;
    font-size: 17px;
}
.tab-section .tab-div a.active {
    background: #50abe8;
    display: block;
}
.tab-section .tab-div .icon-box img {
    /*width: 14%;*/
    filter: invert(1);
    margin-right: 1rem;
    height: 2.2rem;
}
.tab-section .tab-div .icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border-right: 1px solid #cccccc30;
    height: 100px;
}
.career .career-single {
    height: auto;
}
.services-slider.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 10px;
    margin: 5px;
    padding: 7px 8px;
    background: transparent;
    border-radius: 30px !important;
    border: 1px solid #fff;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}
.services-slider .owl-nav {
    position: absolute;
    bottom: 14%;
    right: 5%;
}

.expert-crew.counter-single {
    position: absolute;
    right: 30px;
    top: 30%;
    display: block;
    width: 12%;
    background: linear-gradient(to top, rgb(14 11 11 / 25%)40%, rgb(0 0 0 / 12%)60%);
    height: 200px;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
}
.expert-crew.counter-single img {
    width: auto;
}
.expert-crew.counter-single h4 {
    color: #fff;
    font-size: 27px;
    margin-bottom: 0px;
}

.expert-crew.counter-single img{
  margin-top:0px;
}
.expert-crew.counter-single .img-div img {
    width: 30px !important;
}
.expert-crew.counter-single .img-div {
    background: #50abe8;
    padding: 10px;
    border-radius: 50%;
    padding: 10px 15px;
}
.news-wrapper {
    display: flex;
}
.news-single h4 {
    text-align: right;
    font-size: 60px;
    color:#c3c3c37a;
}
.news-single {
    border: 1px solid #D3CDCD;
    border-right: 0px;
    padding: 20px 30px;
    position:relative;
    overflow: hidden;
}
.news-single h6 {
    color: #A3A2A2;
    margin-top: 35px;
    margin-bottom: 15px;
}
.news-single span {
    background: #50abe8;
    color: #fff;
    padding: 5px 15px;
    border-radius: 20px;
}

.news-single p{
  color:#000;
}
.news-wrapper .news-single:nth-child(1) {
    border-top-left-radius: 20px;
    border-bottom-left-radius:20px;
}

.news-wrapper .news-single:nth-child(4) {
    border-top-right-radius: 20px;
    border-bottom-right-radius:20px;
    border-right:1px solid #D3CDCD;
}
.news-wrapper .news-single:hover img{
  position: absolute;
  bottom:0px;
  opacity:1;
  z-index:-1;
}

.news-wrapper .news-single:hover h4, .news-wrapper .news-single:hover h6,
.news-wrapper .news-single:hover p{
    color:#fff !important;
}
.news-wrapper .news-single img {
    position: absolute;
    width: 100%;
    opacity: 0;
    left: 0px;
    bottom:-100%;
    color: #fff;
    transition:0.3s ease-in-out all;
    height:100%;
}
.latest-news {
    padding: 60px 0px;
}
.founder .container {
    padding: 0px 50px;
}
.founder h3 {
    text-align: right;
}
.founder h2 {
    text-align: right;
    color: #fff;
    margin-bottom: 30px;
}
.founder-div {
    border: 2px solid #DADADA;
    padding: 20px 40px;
    border-radius: 20px;
}
.founder-div .fa-quote-left {
    font-size: 70px;
    color: #50ABE8;
    margin-top: -100px;
}
.founder-div p {
 color: #fff;
}
.img-sec {
    margin: 0 auto;
    text-align: center;
}
.img-sec h5{
  font-size: 30px;
  color: #fff;
}
.img-sec h6 {
    color: #ccc;
    font-size: 20px;
}
.img-sec img {
    width: 51%;
}
.founder .row{
    align-items: center;
    padding: 30px 0px;
}
.founder .container {
    padding: 0px 50px;
    
}
.founder {

    position: relative;
}
.founder .bg-img {
    position: absolute;
    top: 0;
    height: 100%;
}
.membership h3{
  text-align:center;
}

.membership h2{
  text-align:center;
  font-size: 45px;
  margin-bottom: 20px;
}
.latest-news h2 {
    margin-bottom: 25px;
}
.membership .item {
    box-shadow: 0px 3px 15px #00000019;
    border: 1px solid #FAF0F0;
    margin: 10px 10px;
    background: #fff;
    border-radius: 20px;
}

.client-slider .owl-nav {
    position: absolute;
    top: 30%;
    width: 100%;
}
.client-slider .owl-nav {
    position: absolute;
    top: 30%;
    width: 100%;
}
.client-slider.owl-theme .owl-nav [class*=owl-]{
  background-color:transparent;
  color:#ccc;
}
.client-slider .owl-prev {
    position: absolute;
    left: -45px;
}

.client-slider .owl-next{
  position: absolute;
  right:-45px;
}
.membership {
    padding: 60px 0px;
}
#career-sec a.common-btn {margin: 2rem auto 0;}
.career-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap:wrap;
}
.career {
    background: #F2F8FA;
    padding: 60px 0px;
    position: relative;
}
.career::before {
    position: absolute;
    content: "";
    background: #ccc;
    height: 45%;
    width: 1px;
    left: 49.5%;
    top: 32%;
    transform: translateX(-50%);
}
.career#career-sec h3.heading {
    font-size: 35px;
    color: #50abe8;
}
.career#career-sec .career-single h3 {
    font-size: 17px;
}
.career#career-sec .career-single .common-btn {
    margin-top: 20px;
    height: 35px;
    font-size: 14px;
}
.career-single p {
    margin-bottom: 4px;
    font-size:15px;
}
.career-single h3 {
    font-size: 20px;
}
.career-single {
    width: 90%;
    background: #fff;
    padding: 20px 20px;
    margin: 15px 10px;
    border-radius: 15px;
    box-shadow: 0px -2px 20px #00000019;
    transition:0.3s ease-in-out all;
}
#career-sec .career-single{
    height: 145px;
}
.career-single .common-btn{
  margin-top:10px;
}
#downloadform a {font-size: 1.5rem;}
#downloadform a:hover {color: #000;}
header.animated.shrink .whitelogo {
    margin-top: -5px;
}
.career-single:hover {
    background: #262A91;
    color: #fff;
}

.career-single:hover p{
  color:#fff;
}

.career-single:hover .common-btn{
  background-color: #fff;
}

.about-content {
    padding: 50px 0px;
    position:relative;
}

.vision-mission{
  background:url(../images/vision-bg.png);
  background-repeat:no-repeat;
  background-size:cover;

}
.vision-div {
    background: linear-gradient(180deg, #FFFFFF00  0%, #50ABE8 100%) 0% 0% no-repeat;
    padding: 80px 40px;
    height: 100%;
}
.vision-div h3 {
    font-size: 40px;
    color: #fff;
    text-align:center;
}
.vision-div p{
  color:#fff;
}

.journey-wrapper {
    display: flex;
    position: relative;
    padding-bottom: 40px;
    padding-top: 15px;
}

.journey-wrapper:before {
    position: absolute;
    content: "\eb06";
    font-size: 25px;
    font-family: 'icomoon' !important;
    color: #f19329;
    z-index: 1;
    left: 49%;
    top: 90px;
    transform: translateY(-50%);
    line-height: 23px;
    background-color: #50ABE8;
    width: 25px;
    border: 3px solid #262A91;
    height: 25px;
    border-radius: 50px;
}
.journey-wrapper:nth-child(2):before {
    top: 97px;
}
.journey-wrapper .journey-content.order-2 {
    position: relative;
    left: 19%;
    text-align: right;
    width: 27%;
}
/*.journey-wrapper:nth-child(3) .img-div:before {
    right: -50% !important;
    left: initial !important;
    top: 41%;
}*/
.journey-wrapper:nth-child(5) .img-div:before {
    right: -50% !important;
    left: initial !important;
    top: 41%;
}
.years-journey {
    display: flex;
    width: 50%;
    align-items: baseline;
    position: relative;
}
.years-journey.right .journey-icon {
    right: 8%;
    position: absolute;
    top: -4%;
}

.journey-wrapper:nth-child(1) .journey-content, .journey-wrapper:nth-child(3) .journey-content, .journey-wrapper:nth-child(5) .journey-content, .journey-wrapper:nth-child(7) .journey-content {
    width: 400px;
    padding-top: 20px;
    padding-left: 20px;
    border-right: 0px;
    position: relative;
    left: 12%;
}
.journey-wrapper:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 4px;
    background: #262A91;
    left: 49.8%;
    top: 0%;
}
.journey-wrapper:nth-child(2) .journey-content .content.trade {
    left: 35%;
    top: 60px;
}
.journey-wrapper:nth-child(4) .journey-content, .journey-wrapper:nth-child(2) .journey-content  {
    height: 170px;
    width: 27%;
    margin-left: 50px;
    position:relative;
}
.years-journey.right .journey-icon .img-div {
    width: 70%;
    border-radius: 50%;
}

.years-journey.right .journey-icon .img-div img{
 border-radius: 50%;
}
.years-journey.left .img-div {
    width: 27%;
    border-radius: 50%;
    position: absolute;
    right: 20%;
}

.years-journey.left .img-div img{
  border-radius:50%;
}

.journey-wrapper .img-div{
    position: relative;
}

.journey-wrapper .img-div:before {
    position: absolute;
    left: -57%;
    content: "";
    width: 57%;
    height: 5px;
    top: 47%;
    background-color: #262a91;
}
.journey-wrapper:nth-child(2) .img-div:before,  .journey-wrapper:nth-child(4) .img-div:before{
    left: auto;
    right: -67%;
    width: 68%;
}
.journey-wrapper:nth-child(4) .img-div:before{
  top: 45%;
}
.buyer-works {
    padding: 60px 0px;
    position: relative;
}

.membership.about-certification {
    background: #F2F8FA;
}

.career-text {
    border: 1px solid #DADADA;
    border-radius: 20px;
    padding: 35px 40px;
    width: 95%;
}
.career-info .row {
    display: flex;
    align-items: center;
    justify-content: center;
}
.career-info .imgs-sec img {
    width: 90%;
    margin: 0 auto;
    display: block;
    border: 5px solid #50abe8;
    border-radius: 50%;
}
.career-text h3 {
    font-size: 35px;
}

.current-openings{
  background-color:#fff;
}

.fleet table td {
    padding: 7px;
    border-bottom: 1px solid #ccc;
}
.fleet-content {
    padding-right: 140px;
}

.fleet-content table{
  width:80%;
}
.row.second-fleet .fleet-content {
    padding-right: 0px;
    padding-left: 100px;
}
.fleet .row {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F2F8FA;
    padding: 30px 0px;
    position:relative;
}
.row.second-fleet {
    background: transparent;
}

.fleet h2{
  font-size:45px;
}
.slider-counter {
    position: absolute;
    bottom: 15%;
    right: 14%;
    z-index: 1;
    font-size: 27px;
    color: #fff;
}


.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%;
    filter: brightness(0.7);
}
.caption-heading {
    position: absolute;
    top: 50%;
    left: 6%;
}
.breadcum h1 {
    font-size: 49px;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
}
.breadcrum-list{
    display: flex;
    align-items: center;
    justify-content: center;
}
div#integrity img {
    width: 23%;
    margin-bottom: 10px;
}
.breadcrum-list {
    display: flex;
    align-items: center;
    position: absolute;
    color: #fff;
    top: 66%;
    left: 6%;
    color: #fff;
}
.breadcrum-list a, .breadcrum-list span{
    color: #fff;
    font-size: 19px;
}
.number-box {
    background: #50ABE8;
    height: 116px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.number-box h3{
    color: #fff;
    font-size: 26px;
    line-height: 58px;
    margin-bottom: 0;
}
.number-box a, .number-box p{
    color: #fff;
    font-size: 26px;
    line-height: 58px;
    margin-bottom: 0;
}
.no-box {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 67%;
    position: relative;
}
.number-box::after {
    position: absolute;
    content: "";
    background: #000;
    height: 100%;
    width: 1px;
    right: 32%;
}
.number-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fax-box {
    display: flex;
    align-items: center;
    width: 26%;
    justify-content: space-evenly;
}
.number-wrapper span{
    color: #fff;
}
.address-wrapper {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.address-wrapper .address-single {
    width: 30%;
    border: 1px solid #D3CDCD;
    height: 230px;;
    display: flex;
    flex-direction: column;
    padding-left: 2%;
    margin: 0px 20px;
    padding-top: 20px;
    display: flex;
    justify-content: flex-start;
    transition:all 0.3s ease-in-out;

}
.address-wrapper .address-single:hover h3 {
    background: #272797;
}
.address-wrapper .address-single:nth-child(1){
    border-radius: 43px 0px 0px 43px;
}
.address-wrapper .address-single:nth-child(3){
    border-radius: 0px 43px 43px 0px;
}
.address-single h3 {
    background: #50ABE8;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 16px;
    border-radius: 50px;
    width: fit-content;
    padding: 10px 15px;
}
.address-single p {
    font-size: 17px;
    line-height: 25px;
    color: #000;
    margin-bottom: 11px;
}
.address-single a {
    color: #000;
    font-size: 17px;
    display: flex;
}
.address-single a:hover{
    color: #262A91;
}
.address-single a i {
    font-size: 27px;
    padding-right: 10px;
}
.address{
    padding: 50px 0px;
}
.get-in-touch{
    background: #F2F8FA;

}

.get-in-touch h2 {
    font-size: 45px;
}
.get-in-touch p {
    color: #515151;
    margin-bottom: 50px;
}
.form-div .form-control {
    background: #50abe82b;
    border: 0;
    border-radius: 20px;
    color: #000;
    padding: 10px 25px;
    font-size: 18px;
     font-family: "Poppins", sans-serif;

}
.form-div select.form-control {height: unset !important;}
.form-div .input-group span {
    background: #50abe82b;
    border: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    color: #000;
    padding: 11px 20px;
    font-size: 18px;
     font-family: "Poppins", sans-serif;
}
.form-control:focus{
    box-shadow: unset;
}
.form-div .carer-form .input-group span {padding: 11px 20px;}
.form-div .carer-form .form-group {margin-bottom: 15px;}
.carer-form .modal-body {display: flex; justify-content: space-between;}
.carer-form .modal-xl {max-width: 70% !important; margin: 1.75rem auto;}
.carer-form .modal-body .content-career, .carer-form .modal-body .form-div {width: 49%;}
.carer-form .modal-body .content-career {height: auto; overflow-y: scroll;}
.carer-form .form-div .common-btn {margin: 1rem 0 auto auto;}
.content-career::-webkit-scrollbar{width: 10px;}
.content-career::-webkit-scrollbar-thumb{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #555;
}
.content-career::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5;
}
.form-div .form-group {
    margin-bottom: 12px;
}
.modal-backdrop {z-index: -1 !important;}
#get-quote label.radio-inline {
    padding: 1rem 1rem 1rem 0rem;
    color: #000;
    font-size: 20px;
}
#get-quote label.inputlabel {
     font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight:700;
}
#get-quote .common-btn {
    margin: 0 0 0 auto;
    color: #000;
}
.get-in-touch .common-btn{
    width: 181px;
    height: 57px;
    background: #fff;
    border: 1px solid #DBDBDB;
    font-size: 19px;
    margin: 0 auto;
    color: #000;
    margin-top: 30px;
    margin: 0 0 0 auto;
}
p.msg-error {
    margin-bottom: 0;
    color: red;
    font-size: 13px;
    margin-top: 7px;
    font-style: italic;
}
.form-single {
    padding-top: 60px;
    padding-left: 7%;
    padding-right: 5%;
    padding-bottom: 3%;
}
.services .nav-link {
    display: flex;
    background: #00adee;
    align-items: center;
    color: #fff;
    font-size: 19px;
    justify-content: center;
    height: 100px;
    line-height: 24px;
    border: 0;
    border-radius: 0;
    border-right: 1px solid #ffffff52;
    transition: all 0.3s ease-in-out;
    
}
.services .nav-tabs li {
    width: 20%;
    list-style-type: none;
}
.services .nav-link img {
    padding-right: 10px;
    width: 60px;
    height: 60px;
    filter: invert(89%) sepia(1%) saturate(7137%) hue-rotate(202deg) brightness(125%) contrast(109%);
}
.services .nav-link.active {
    background: #272797;
    color: #fff;
    /* height: 121px; */
}
.services .nav-tabs{
    border-bottom: 0;
    padding-left: 0;
}
.services .tab-pane h2 {
    font-size: 40px;
    margin-top: 30px;
}
.services .tab-pane p{
/*    color: #515151a1;*/
line-height: 27px;
text-align: center;
width: 70%;
margin: 0 auto;
font-size:17px;
font-weight:400;
}
.services .row p{
    text-align: left;
    width: 100%;
    margin-bottom: 20px;
}
.services .row img{
    width: 100%;
    border-radius: 30px;
}
.services .text-box {
    padding-right: 7%;
    padding-left: 3%;
}
.services .row{
    margin-top: 3%;
}
/*.services nav {
    height: 118px;
}*/
.services li {
    font-weight:400;
}
.services .tab-pane{

  animation-name: fadeInDown;
  animation-duration: 0.5s;
  
  animation-timing-function: linear;

}
@keyframes fadeInDown {
  0% {
   opacity: 0;
   transform: translateY(80px);
}
100% {
   opacity: 1;
   transform: translateY(0);
}
}
.services{
    padding-bottom: 80px;
}
.stickyptab {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5;
}
.common-page{
    padding: 50px 0px;
}
.common-page h4{
    font-size: 22px;
    font-weight: 600;
}
.common-page h3 {
    font-size: 20px;
}
.fleet {
    padding: 60px 0px;
}

.gallery-main {
    padding: 60px 0px 60px;
}
.gallery-wrapp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.gallery-wrapp .gallery-single {
  width: 33%;
  margin-bottom: 5px;
  position: relative;
}
.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:#0000008a;
  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;
}
.vision-mission img{
  margin:0 auto;
  text-align:center;
  display: block;
}
.fleets-img {
    position: absolute;
    width: 60%;
    right: -30%;
    top: 0px;
}

.rope {
    position: absolute;
    right: 10%;
    width: 6%;
    top: 0px;
}

.journey-wrapper:nth-child(1) .journey-content h3:before, .journey-wrapper:nth-child(3) .journey-content h3:before{
    position: absolute;
    top: 55px;
    width: 80px;
    height: 2px;
    background: #50abe8;
    content: "";
    right: 5px;
}

.journey-wrapper:nth-child(2) .journey-content h3:before, 
.journey-wrapper:nth-child(4) .journey-content h3:before{
  position: absolute;
  top: 37px;
  width: 80px;
  height: 2px;
  background: #50abe8;
  content: "";
  left: 5px;
}

.fleets-about {
    position: absolute;
    right: -9%;
    top: -13%;
    width: 29%;
}
.common-page a {
    display: block;
    color: #000;
    line-height: 27px;
}
.common-page a:hover{
  color:#000;
}
.common-page.thank-you {
    text-align: center;
}
.error-btns {
    display: flex;
    align-items: center;
    justify-content: center;
}
.error-btns .common-btn {
    display: flex;
    margin: 0px 10px;
}
.common-page.error-page h2 {
    font-size: 45px;
}
section.about-content ul li,
.services ul li {
    font-size: 19px;
    color: #515151;
    font-weight: 400;
    list-style-type: disc;
}
section.about-content ul,
.services ul {
    padding-left: 21px;
}
/*.services ul li{
    color: #515151a1;
}*/
/*.services ul{
    margin-top: 20px;
}*/
section.services h3 {
    margin-top: 14px;
}
.common-page {
    padding: 26px 0px;
}
.common-page a {
    line-height: 25px;
    font-size: 16px;
}
.common-page h4 {
    font-size: 18px;
}
.error-btns .common-btn{
    width: 130px;
}
.services ul li{
  font-size:19px;
}
.csr {
    padding: 60px 0px;
}
.team-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.team-single {
    width: 48%;
    margin: 0px 10px;
    margin-bottom: 20px;
}
.team-content img.team-img {
    width: 35%;
    margin-bottom: 1rem;
    border-radius: 50%;
}
.content-info {
    width: 70%;
    margin-left: 15px;
    align-items: center;
}
.team-content h3 {
    font-size: 22px;
}
.team-single .team-content h5 {
    font-size: 17px;
}
.team-content {
    box-shadow: 0px 0px 8px 0px #ccc;
    padding: 20px;
    display: flex;
    align-items:center;
}
.team-content img.team-img {
    width: 30%;
    margin-bottom: 1rem;
    border-radius: 50%;
}
.team {
    padding: 60px 0px;
}
.team-modal .text-box ul {padding-left: 15px;}
.modal-dialog.modal-dialog-centered {
    max-width: 800px;
}
.modal-content .close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor:pointer;
    z-index:1;
}
.text-box li {
    list-style-type: disc;
}
.text-box h2 {
    font-size: 27px;
}
.career-info {
    padding: 60px 0px;
}
.enquiry-modal .modal-dialog {
    max-width: 760px;
    margin: 1.75rem auto;
}
.enquiry-modal .form-div{
  padding-left: 0;
  width: 100%;
}
.enquiry-modal .form-div .common-btn{
  font-size: 19px;
}

.enquiry-modal .modal-content {
    background: #F2F8FA;
}
/*.enquiry-modal .form-div .common-btn {
    font-size: 17px;
    background: #fff;
    color: #000;
    border: 0px;
}*/
.enquiry-modal .form-div .common-btn {
    font-size: 17px;
    background: #fff;
    color: #000;
    border: 1px solid #ccc;
}
.enquiry-modal .modal-body {
    padding: 25px 20px;
}
.address span {
    font-size: 25px;
    margin-right: 10px;
    color: #262a9b;
}
.addresss {
    display: flex;
}

.development-section p {
    width: 50%;
}
#enquiry-modal h5 {
    font-size: 30px;
    font-weight: 700;
}
.career-single:hover .common-btn {
    color: #000;
}

header.shrink .logo-color{
   display:block;
}

header .logo-color{
  display:none;
}

header .white-logo{
  display:block;
}

header.shrink .white-logo{
  display:none;
}
header.shrink .top-head a {
    color: #000 !important;
}

.development-section img{
  filter: brightness(0.7);
}
div#cookieNotice {
    position: fixed;
    bottom: 0px;
    color: #fff;
    background: #0000007d;
    z-index: 1;
    width: 100%;
    padding: 15px;
}
div#cookieNotice p {
    color: #fff;
    font-size: 15px;
}
div#cookieNotice .btn-primary {
    background-color: #51abe8;
    padding: 6px 10px;
    display: inline-block;
    border-radius: 30px;
    cursor: pointer;
}
.career.career-sec:before, .career.current-openings:before, .downloadform:before{
  display:none;
}

select {
    background: url(../images/down-arrow.png)#50abe82b no-repeat !important;
    -webkit-appearance: none;
    background-position-x: 97% !important;
    background-position-y: 50% !important;
}
.form-group i.fa.fa-calendar-o {
    display: none;
}
.values-wrapp {
    display: flex;
    flex-wrap: wrap;
}
.values-single {
    width: 31%;
    padding: 20px 15px;
    box-shadow: 2px 2px 14px #ccc;
    margin: 0px 5px 15px;
    border-radius: 20px;
    position:relative;
}
.services .tab-pane h5 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 20px;
}
.values-single h4 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 10px;
}
.text-box li b {
    color: #000;
}
.services .tab-pane h5 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
}
/*#sync2 .icon-box {
  background: #c9c9c9;
  padding: 10px 0px;
  margin: 5px;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}
#sync2 .item h1 {
  font-size: 18px;
}
#sync2 .current .icon-box {
  background: #0c83e7;
}*/
#sync1 .item {
  /*background: #0c83e7;
  padding: 80px 0px;*/
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}

#sync2 .item {
  background: #C9C9C9;
  padding: 10px 0px;
  margin: 5px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}
#sync1.owl-theme .owl-nav [class*=owl-]{
    color: #FFF;
    font-size: 10px;
    margin: 5px;
    padding: 7px 8px;
    background: transparent;
    border-radius: 30px !important;
    border: 1px solid #fff;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}
#sync2 .item h1 {
  font-size: 18px;
}
#sync2 .current .item {
  background: #0c83e7;
}

.owl-theme .owl-nav [class*='owl-'] {
  transition: all .3s ease;
}
.owl-theme .owl-nav [class*='owl-'].disabled:hover {
  background-color: #D6D6D6;
}

#sync1.owl-theme {
  position: relative;
}
/*#sync1.owl-theme .owl-next, #sync1.owl-theme .owl-prev {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  transform: translateY(-125%)
}*/
/*#sync1.owl-theme .owl-prev {
  left: 10px;
}
#sync1.owl-theme .owl-next {
  right: 10px;
}
*/
.services-slider{
    position:relative;
}
.services-slider .caption-left {
    position: absolute;
    top: 17%;
    color: #fff;
    left: 5%;
    width: 40%;
    text-align: left;
}
.values-single b {
    font-weight: 700;
    color: #000;
}
.values-single p {
    font-weight: 500;
}
.code-conduct {
    padding: 60px 0px;

}
.icon-box img {
   width: 14% !important; 
   filter: invert(1);
   margin-right: 1rem;
   height: 2.2rem;
}
.services-slider .icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border-right: 1px solid #cccccc30;
    height: 100px;
    background: #00000047;
}
div#sync2 {
    position: absolute;
    bottom: 0%;
    z-index: 8;
    cursor: pointer;
}
div#sync2 h5 {
    color: #fff;
}

#sync1 img {
    filter: brightness(0.7);
}

div#sync2 .current{
    background: #50abe8;
    display: block;
}

.address-single a:hover{
    color:#000
}
.career a {
    color: #000;
}
#downloadform a {
    font-size: 1.5rem;
    width: fit-content;
    border: 1px solid #00000061;
    padding: 5px 24px;
    display: block;
    margin: 0px 10px;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px #ccc;
}
#downloadform .text-center {
    text-align: center !important;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
div#cookieNotice{
    display:none;
}
.vacancies-slider {
    position: absolute !important;
    bottom:12%;
    background: #fff;
    right: 0;
    width: 30% !important;
} 
.vacancies-slider table td {
    width: 50%;
    padding: 4px 14px;
}
.vacancies-slider table {
    margin-bottom: 0;
    border: 3px solid #0095da;
}
.vacancies-slider table tr td:nth-child(1){
  font-weight: bold;
}

.ticker-wrap {
    position: absolute;
/*    bottom: 7px;*/
bottom: 5%;
width: 100%;
overflow: hidden; 
height: 2.5rem;
background-color: #f9f9f9;
padding-left: 0%; 
/* box-sizing: content-box; */
z-index: 1;
}
.ticker-heading {
    position: absolute;
    background: #272797;
    display: block;
    left: 0;
    top: 0;
    height: 2.5rem;
    padding: 11px 40px;
    z-index: 2;
    color: white;
    font-size: 0.875rem;
}
.ticker-wrap .ticker {
    display: inline-block;
    height: 2.5rem;
    line-height: 2.5rem;
    white-space: nowrap;
    padding-right: 0%;
    box-sizing: content-box;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: ticker;
    animation-name: ticker;
    -webkit-animation-duration: 60s;
    animation-duration: 60s;
}
.ticker-wrap .ticker__item {
    display: inline-block;
    padding: 0 2rem;
    font-size: 0.875rem;
    color: #454545;
}
@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
}
100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
}
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
}
100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
}
.ticker-wrap .ticker__item a {
    color: #000;
    font-size: 17px !important;
}
.ticker-wrap .ticker:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

.ticker-wrap .ticker__item:before {
    content: "";
    height: 11px;
    width: 11px;
    display: inline-block;
    background-color: #00adee;
    border-radius: 100%;
    position: relative;
    margin-right: 15px;
}
.content-info {
    width: 80%;
    margin-left: 20px;
}
.content-info .common-btn {
    margin-top: 15px;
    padding: 20px;
}
.team-modal .img-div {
    width: 37%;
    text-align: center;
    margin-right: 10px;
}
.team-modal .text-box {
    width: 70%;
}
.team-modal .modal-body{
    padding:30px 20px;
}
.team-modal .modal-body .img-div img{
border-radius:50%;
}
.team-modal  h2 {
    font-size: 18px !important;
    margin-top: 10px;
}
.team-modal li{
font-weight:400;
color:#515151;
margin-bottom:10px;
}
.team-modal  h5 {
    font-size: 15px;
}

/*.team-modal .d-flex{
    display:flex;
    align-items:center;
}*/

.carer-form ul li:before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background: #000;
    left: 5px;
    top: 8px;
    border-radius: 10px;
}
.carer-form ul li {
    list-style-type: decimal;
    padding-left: 20px;
    margin-bottom: 10px;
    position: relative;
}

.membership .item img {
    border-radius: 20px;
}
