/* my custom boostrap */
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}
.col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
@media (min-width: 992px){
.col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
}
@media (min-width: 992px){
.col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}
.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
}
.img-fluid {
  max-width: 100%;
  height: auto;
 }
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.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;
}
textarea {margin-top: 20px;}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 0.25rem;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}
.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  opacity: .75;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.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% - (.5rem * 2));
}
.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: .3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: .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: .3rem;
  border-top-right-radius: .3rem;
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
.modal-footer>:not(:first-child) {
  margin-left: .25rem;
}
.modal-footer>:not(:last-child) {
  margin-right: .25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card {
  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;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: 0.25rem;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height .35s ease;
}
.collapse {
  display: none;
}
.collapse.show {
  display: block;
}
@media (min-width:768px) {
.col-md-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%
}
}
@media (min-width:576px) {
  .modal-dialog {
  max-width: 500px;
  margin: 1.75rem auto;
}
.modal-dialog-centered {
  min-height: calc(100% - (1.75rem * 2));
}
.modal-sm {
  max-width: 300px;
}
}@media (min-width:992px) {
  .modal-lg {
  max-width: 800px;
}
}
@media (min-width: 768px){
.navbar-expand-md .navbar-nav .dropdown-menu {
  position: absolute;
}
}
@media (min-width: 992px){
.col-lg-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
}
@media (min-width: 768px){
.col-md-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
}
@media (min-width: 768px)
{
.col-md-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
}
@media (min-width: 768px){
.col-md-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
}
@media (min-width: 768px){
.col-md-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
}
@media (min-width: 768px)
{
.col-md-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
}
@media (min-width: 768px){
.navbar-expand-md .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
}
@media (min-width: 768px){
.navbar-expand-md .navbar-toggler {
  display: none;
}
}
@media (min-width: 768px){
.navbar-expand-md {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
}
@media (min-width: 1200px){
.container {
    max-width: 1140px;
}
}
/*  */
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  overscroll-behavior: contain;
}
body a:hover{
  text-decoration: none;
  color: #fff;
}
body li{
  list-style: none;
}
p{
  font-family: "CentraNo2-Light";
  font-size: 18px;
  margin-bottom: 10px;
}
a {
  text-decoration: none;
}
@font-face {
  font-family: "CentraNo2-Book";
  src: url("../fonts/CentraNo2-Book.ttf"),
  url("../fonts/CentraNo2-Book.ttf") format("truetype"),
  url("../fonts/CentraNo2-Book.woff") format("woff"),
  url("../fonts/CentraNo2-Book.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
  
  @font-face {
  font-family: "CentraNo2-Light";
  src: url("../fonts/CentraNo2-Light.ttf"),
  url("../fonts/CentraNo2-Light.ttf") format("truetype"),
  url("../fonts/CentraNo2-Light.woff") format("woff"),
  url("../fonts/CentraNo2-Light.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  }
  
  @font-face {
    font-family: "CentraNo2-Bold";
    src: url("../fonts/CentraNo2-Bold.ttf"), /* IE9 Compat Modes */
      url("../fonts/CentraNo2-Bold.ttf") format("truetype"), /* Safari, Android, iOS */
      url("../fonts/CentraNo2-Bold.woff") format("woff"), /* Modern Browsers */
      url("../fonts/CentraNo2-Bold.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
  font-family: "CentraNo2-Medium";
  src: url("../fonts/CentraNo2-Medium.ttf"),
  url("../fonts/CentraNo2-Medium.ttf") format("truetype"),
  url("../fonts/CentraNo2-Medium.woff") format("woff"),
  url("../fonts/CentraNo2-Medium.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  }
  
  p{
    font-family: "CentraNo2-Light";
  }
  
  li{
    font-family: "CentraNo2-Light";
  }
  h1,h2,h3,h4,h5,h6{
  font-family: "CentraNo2-Bold";  
  }
  button:focus {
  outline: 0;
  box-shadow: none;
}
header {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 5;
    background: #fff;
    height: 66px;
    padding: 0px 0 0px;
    transition: all 0.3s ease-in-out;
}
header.shrink {
    animation: 0.3s 0.3s fadeInDown both;
   box-shadow: 0px 0px 15px rgb(0 0 0 / 20%);
   /* height: 87px;*/
}
header .navbar-nav .nav-link:before {
  position: absolute;
  content: "";
  top: 41px;
    background-color: #b01b0c;
  width: 0%;
  margin: 0 auto;
  z-index: 19;
  height: 2px;
  opacity: 0;
  left: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
}
header .navbar-nav .nav-link.active:before, header .navbar-nav .nav-link:hover:before {
  opacity: 1;
  width: 100%;
}
header.heads-up{
  display: none;
}
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 .mobile-navbar {
    position: relative;
    right: -190px;
}
.navbar-expand-md {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
/*    width: 120%;*/
}
li.nav-item.navbar-img {
    width: 15%;
    margin: -5px 0px;
}
.navbar-expand-md .navbar-nav .nav-link {
  font-size: 17px;
  text-transform: capitalize;
  color:#292929;
  padding: 0;
  margin: 23px 5px 0;
  transition: all 0.3s ease-in-out;
  position: relative;
 font-family: "CentraNo2-Medium";
}
header .navbar-expand-md .navbar-nav .nav-item .nav-link.common-btn {
  color: #fff;
  font-size: 14px;
  text-transform: inherit;
  position: relative;
  top: -12px;
  width: 123px;
  height: 41px;
}
header .navbar-expand-md .navbar-nav .nav-item .nav-link.common-btn:hover{
  color: #30b5ba;
 
}

header .nav-item{
  padding-right: 5px;
}
.navbar-brand {
  position: absolute;
  left: -15px;
  top: 4px;
}
.common-btn {
    width: 110px;
    height: 35px;
    background: #0080bf;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 13px;
    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: "CentraNo2-Book";
    border-radius: 15px;
    /* font-weight: 700; */
    /* letter-spacing: 0.3px; */
    /* text-transform: uppercase; */
    margin: 0 auto;
}
.common-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background:#fff;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: all 0.3s ease-in-out;
  border-radius:0px;
  color: #0da6f4;
}
.btn-box {
    margin-top: 10px;
}
.common-btn:hover {
  color: #0080bf;
  border: 1px solid #0080bf;
}
.navbar-brand {
  position: absolute;
}
.navbar-brand .whitelogo {
 opacity: 0;
 position: absolute;
 left: 0px;
 top: 3px;
 width: 94%;
}
header.shrink .whitelogo{
  opacity: 1;
}
header.shrink .colorlogo{
  opacity: 0;
}
header.shrink .navbar-expand-md .navbar-nav .nav-link {
    color: #000;
}
.common-btn:hover:before{
transform:scaleX(1);
}
.main-footer .footer-wrapp{
  display: flex;
  width: 100%;
  /*align-items: center;*/
  padding:0;
}
.main-footer {
  background: #121025;
  padding: 4% 0 4%;
  position: relative;
}

.btm-strip .container {
    padding: 15px 17px;
}
.column:nth-child(1) {
    width: 25%;
    margin-left: 0px;
    margin-right: 20px;
}
.column:nth-child(1) p {
    width: 100%;
    color: #b6bdbf;
    margin-top: 10px;
}
.column:nth-child(2) {
    width: 25% !important;
}
.column:nth-child(3) {
    width: 27% !important;
    padding-left: 10px;
}
.column:nth-child(4) {
    width: 25% !important;
    margin-left: 30px;
    margin-right: 18px;
    margin-top: 17px;
}
.column:nth-child(5) {
    width: 24% !important;
}

/*.column:nth-child(1) a{
   font-size: 14px;
}*/
.footer-link{
  text-align: center;
}
.footer-link a i {
  font-size: 26px;
  
}
.footer-link {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    margin-top: 20px;
    margin-left: 25px;
}
.footer-link a {
  margin-right: 23px;
}
.column a {
    display: block;
    padding-bottom: 8px;
    line-height: 20px;
    color: #b6bdbf;
    font-size: 15px;
    font-family: "CentraNo2-Book";
}
.column p{
  color: #eee9e9;
  width: 100%;
}
.column h5 {
    font-size: 16px;
    color: #e8eaea;
    margin-bottom: 15px;
    font-family: 'CentraNo2-Bold';
    text-transform: uppercase;
}
.footer-call span {
    font-size: 30px;
    color: #0080bf;
}
footer a,
footer p{
  color: #a8a4a4;
  font-size: 13px;
}
footer p{
  width: 85%;
  margin-bottom: 0;
}
.main-head{
  background-color: transparent;
  animation: 0.3s 0.3s fadeInDown both;
}
header.shrink .main-head {
  background-color: #fff;
  height: 65px;
}
header.shrink .navbar-brand {
  top: 2px;
}
/*.main-footer .footer-logo {
   width: 87%;
}*/
.main-footer .footer-wrapper{
  display: flex;
  margin-bottom: 20px;
}
.main-footer .footer-wrapper span{
  color: #d29210;
  font-size: 22px;
  margin-right: 10px;
}
.main-footer .footer-wrapper a{
  color: #fff;
  font-size: 15px;
}
button{
  outline: none;
  border:none
}
.btm-strip span {
    font-size: 14px;
    color: #a3a4a7;
    float: inherit;
    font-family: "CentraNo2-Light";
    font-weight: 600;
}
.btm-strip .c-name {
  color: #a3a4a7;
 font-family: "CentraNo2-Light";
}
.btm-strip .col-md-5{
  text-align: center;
}
.btm-strip .span1{
   color: #737373;
 font-family: "CentraNo2-Light";
}
.btm-strip a:hover{
   color: #fff;
}
.btm-strip a {
    font-size: 14px;
    color: #a3a4a7;
    font-family: "CentraNo2-Book";
    /* font-weight: 600; */
}
.btm-strip .slash{
  color: #fff;
}
.btm-strip .row{
  padding: 0;
}
.c-col {
  padding: 0;
  float: right;
}
.footer-contact {
  display: flex;
}
.footer-contact span {
  color: #30b6bb;
  font-size: 40px;
  margin-right: 7px;
}
.footer-contact p {
  color: #0a0b0d;
  font-weight: 600;
  line-height: 1.3;
  font-size: 16px;
}
.footer-contact a {
    color: #0a0b0d;
    font-weight: 600;
    line-height: 1.3;
    font-size: 16px;
    font-family: "CentraNo2-Light";
}
.footer-contact a:hover {
  color: #000;
}
.sitemap .l-link{
  font-size: 18px;
  margin-bottom: 10px;
}
.sitemap .s-link{
  font-size: 16px;
  display: block;
  color: #000;
  line-height: 1.2;
  margin-bottom: 10px;
   font-family: "CentraNo2-Light";
}
.sitemap .row {
    display: flex;
    align-items: center;
    justify-content: center;
}
.sitemap,
.error-div,
.common-pages{
  padding: 60px 0;
}
.common-pages h1{
  font-size: 18px;
  margin-bottom: 5px;
}
.common-pages h3{
  font-size: 16px;
}
.common-pages p{
  font-size: 16px;
 
}
.error-div .common-btn{
  display: inline-block;
}


footer {
    background-color: #171e28;
}
.footer-call span {
    font-size: 25px;
}
.footer-call a {
    padding-bottom: 0px;
    padding-left: 5px;
    color: #fff;
    font-size: 18px;
}

.footer-call {
    display: flex;
    color: #b6bdbf;
    margin-bottom: 10px;
}
section.slider-section h2 {
    font-size: 70px;
    /* text-transform: uppercase; */
    line-height: 70px;
    font-family: 'CentraNo2-Book';
}
.caption-left p {
    font-size: 21px;
    margin-top: 10px;
    margin-bottom: 15px;
}
.caption-left {
    position: absolute;
    top: 34%;
    color: #fff;
    width: 100%;
    /* left: 35%; */
    text-align: center;
}
.caption-left:before {
    content: "";
    position: absolute;
    background-image: url(../images/banner-topshape.png);
    width: 600px;
    height: 250px;
    background-repeat: no-repeat;
    top: -168px;
    left: -95px;
    background-size: contain;
}




.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_container {
  position: absolute;
  bottom: 0%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.caption-heading {
  position: absolute;
  width: 100%;
  top: -249px;
  color: #fff;
  left: 0px;
  text-align:center;
}
.breadcum .main-img{
  width: 100%;
}
.breadcum .top-angle {
  position: absolute;
    top: -346px;
    left: -48px;
}
.breadcum .bottom-angle {
  position: absolute;
  bottom: 69px;
  left: -44px;
}
.breadcum h1 {
  font-size: 50px;
  margin-bottom: 0;
  position: relative;
  line-height: 1.1;
  text-transform:capitalize;
}

.breadcum-list {
  position: absolute;
  left: 0;
  bottom: 1%;
  padding: 22px 0;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.336);
  width: 100%;
  font-family: "CentraNo2-Light";
}
.breadcum-list a{
  color: #ccc;
  font-weight: 600;
  font-size: 17px;
}
.breadcum-list span {
  color: #fff;
  font-size: 17px;
}


#enquiry-form  .modal-dialog {
    max-width: 687px !important;
}
#enquiry-form .common-btn {
  margin-top: 0;
}
button.close {
  padding: 0;
  background-color: #0c4ca3;
  border: 0;
  -webkit-appearance: none;
  opacity: 1;
  height: 41px;
  margin: 0;
  position: relative;
}
button.close span {
  position: relative;
  top: -7px;
  font-size: 26px;
  color: #fff;
}
.common-page, .sitemap {
  padding: 50px 0px;
}
.common-page p {
  font-size: 17px;
  line-height: 1.2;
  color: #000;
  margin-bottom: 10px;
}
.common-page h4 {
  font-size: 18px;
  margin-bottom: 5px;
  color: #000;
  margin-bottom: 10px;
}
.sitemap .main-footer{
  background: #fff;
  padding: 0;
}
.sitemap h5{
  color: #000;
}
.sitemap .column {
    width: 25% !important;
}
.sitemap a{
  color: #000;
}
.sitemap a:hover{
  color: #0152a4;
  font-weight: 700;
}
/*.navbar-expand-md .navbar-nav .nav-item:nth-child(6) a {
    background-color: #0181c0;
    padding: 8px 15px;
    border-radius: 12px;
    font-size: 12px;
    font-family: "CentraNo2-book";
    margin-top: 30px;
    color:#fff;
      position: relative;
    top: 20px;
}*/

.navbar-expand-md .navbar-nav .nav-item:nth-child(8) a {
    background: #0080be;
    color: #fff;
    padding: 8px 15px;
    border-radius: 12px;
    /* margin-top: 57px; */
    position: relative;
    top: 20px;
    font-size: 13px;
    font-family: "CentraNo2-book";
}
.navbar-expand-md .navbar-nav .nav-item:last-child a span {
    font-size: 17px;
    position: relative;
    top: 2px;
}
section.slider-section {
    margin-top: 65px;
}
.home-slider .item img {filter: brightness(0.8);}
.home-slider .owl-nav {
    position: absolute;
    top: 45%;
    width: 100%;
}
.home-slider .owl-nav .owl-prev {
    font-size: 40px !important;
    color: #ccc ;
    position: absolute;
    left: 80px;
    background:transparent !important;
}

.home-slider .owl-nav .owl-prev:hover {
    background: #0e57a6 !important;
    /* border-radius: 50px; */
    padding: 2px 5px;
    border-radius:10px;
}
.home-slider .owl-nav .owl-next:hover {
    background: #0e57a6 !important;
    /* border-radius: 50px; */
    padding: 2px 5px;
    border-radius:10px;
}
.home-slider .owl-nav .owl-next {
    font-size: 40px !important;
    color: #ccc !important;
    position: absolute;
    right:80px;
    background:transparent !important;
  }
.home-slider .owl-dots .owl-dot span {
     width: 15px !important;
    height: 4px !important;
    margin: 5px 5px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.home-slider .owl-dots .owl-dot.active span{
  width: 25px !important;
    height: 4px;
    margin: 5px 5px;
    background:#0080bf !important;
}
.home-slider .owl-dots {
    position: relative;
    bottom: 25px;
}
.services-div {
  width: 27%;
  margin: 25px 20px 5px;
  text-align: center;
  box-shadow: 0px 0px 10px #cccccc7a;
  padding: 25px 15px;
  border-radius: 10px;
  transition: all 0.5s ease-in-out;
  height: 400px;
  display:flex;
  align-items: center;
  /*justify-content: center;*/
  flex-direction:column;
  overflow:hidden;
 /*cursor: pointer;*/
 position: relative;
}
.wh-img {
  position: absolute;
 top:0;
   width: 100%;
  height: 100%;
  transition: all 0.6s ease-in-out;
  z-index: -1;
transform: scale(0);
}
/*.services-div:hover .wh-img{
  transform: scale(1);
   
  }*/
.services-home {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
}

.services-sec{
   padding: 50px 0px;
   text-align:center;
}
.services-div span {
    font-size: 80px;
    color: #b01b0c;
    line-height: 60px;
}
.services-div p {
    color: #a6a3a2;
    font-size: 16px;
}
.services-div h3 {
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.services-div .common-btn{
  /*opacity:0;
  margin-top: 10px;*/
}
/*.services-div:hover .common-btn {
opacity:1;
}*/

/*.services-div:hover p {
display:none;
}*/

/*.services-div:hover h3{
  color:#fff;
}*/

/*.services-home .services-div:hover .caption-div {
    opacity: 1;
    height: 100%;
}*/


.choose-us .parallax-container {
  position: relative;
  overflow: hidden;
  height: 540px;
}
.choose-us .parallax {
  position: absolute;
  left: 0;
  right: 0;
  height: 590px;
}
.choose-us .parallax .parallax-img {
  position: absolute;
  left: 50%;
  bottom: 0px;
  width: 100%;
  min-height: 100%;
  transform: translate3d(0,0,0);
  transform: translateX(-50%);
  filter: brightness(0.6);
}
.choose-us .container{
  position: relative;
  padding: 76px 80px 110px 100px;
  color: #fff;
}
.choose-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.choose-list span {
    font-size: 70px;
}
.choose-list {
    width: 20%;
    height: 220px;
    background: #ffffff38;
    margin-right: 20px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    flex-direction: column;
    border-radius: 15px;
}

.choose-list h3 {
    font-family: "CentraNo2-Light";
    margin-top: 15px;
    font-size: 18px;
}
section.choose-us h2 {
    font-size: 43px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 15px;
}
section.choose-us p {
    /*color: #b6b2b1;*/
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
}
.services-sec h1 {
    text-align: center;
    font-size: 40px;
    margin-bottom: 6px;
}
.choose-list:hover {
    background-color: #0da6f4b8;
}
.text-content {
    position: absolute;
    top: 100px;
    right: -3%;
}
.text-content h2 {
    font-size: 35px;
    margin-bottom: 10px;
}
.text-content h5 {
    font-size: 20px;
}
.text-content p {
    color: #6d6c6a;
    font-size: 17px;
}
section.full-service {
    position: relative;
}
section.full-service img {
    width: 100%;
    object-fit: cover;
    height: 494px;
}
.text-content .common-btn {
    margin: inherit;
}
.text-content p {
    margin-top: 10px;
}
.full-service h2, h5{
    color: #fff;
}
.full-service p{
    color: #fff;
}
section.clients h2 {
    font-size: 40px;
    margin-bottom: 25px;
}
section.clients {
   padding: 60px 0px 80px;
    text-align: center;
}
section.clients .item {
    /* padding: 14px; */
    border: 1px solid #f2f0f1;
    margin: 0px 10px;
    padding: 20px 20px;
}
/*.certificates-slider {
    border-top: 1px solid #f2f0f1;
    border-bottom: 1px solid #f2f0f1;
    border-left: 1px solid #f2f0f1;
    border-right: 1px solid #f2f0f1;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding:25px 0px;
}*/

.certificates-slider img {
    max-width: 60%;
    margin: 0 auto;
    height: auto;
}
section.footer-up h2 {
    font-size: 40px;
    margin-bottom: 10px;
}
section.footer-up {
  background-image: url(../images/Footer-up.jpg);
  padding: 80px 0px;
  text-align: center;
  color: #fff;
  background-size: cover;
  background-position: center;
}
.btns {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top:10px;
    /* margin: initial; */
}

.btns .common-btn {
    margin: inherit;
    margin-right: 15px;
}

.common-btn.red {
    background: #ca2939;
}
.btm-strip {
    background: #090913;
}


.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_container {
  position: absolute;
  bottom: 0%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.caption-heading {
  position: absolute;
  width: 100%;
  top: -249px;
  color: #fff;
  left: 0px;
}
.breadcum .main-img{
  width: 100%;
}
.breadcum .top-angle {
  position: absolute;
    top: -346px;
    left: -48px;
}
.breadcum .bottom-angle {
  position: absolute;
  bottom: 69px;
  left: -44px;
}
.breadcum h1 {
  font-size: 50px;
  margin-bottom: 0;
  position: relative;
  line-height: 1.1;
}
.breadcum-list {
  position: absolute;
  left: 0;
  bottom: 0%;
  padding: 22px 0;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.336);
  width: 100%;
  font-family: "CentraNo2-Light";
}
.breadcum-list a{
  color: #ccc;
  font-weight: 600;
  font-size: 17px;
}
.breadcum-list span {
  color: #fff;
  font-size: 17px;
}

section.about-us {
    padding: 60px 0px;
}
.content p {
    color: #6d6c6a;
    font-size: 17px;
}
.content h2 {
    font-size: 35px;
    margin-bottom: 10px;
    line-height: 20px;
}
.vision-mission .parallax-container {
  position: relative;
  overflow: hidden;
  height: 480px;
}
.vision-mission .parallax {
  position: absolute;
  left: 0;
  right: 0;
  height: 450px;
}
.vision-mission .parallax .parallax-img {
  position: absolute;
  left: 50%;
  bottom: 0px;
  width: 100%;
  min-height: 100%;
  transform: translate3d(0,0,0);
  transform: translateX(-50%);
}
.vision-mission .container {
  position: relative;
 margin-top: 9%;
  color: #fff;
}
.vision-mission .nav-tabs .nav-link {
  background-color: #fff;
  color:#353f74;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 18px;
  border-radius: 0;
  padding:15px;
  height: 90px;
  font-family: "CentraNo2-Book";
}
.vision-mission .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #0181c0;
  border:1px solid #0181c0;
  }
  .vision-mission .nav-tabs .nav-item .nav-link:hover{
  
    border:1px solid transparent;
  }
 
.vision-mission .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active span{
  color: #fff;
}

section.vision-mission .nav-tabs span{
  font-size: 58px;
  color: #73bb3b;
  padding-right: 15px;
}
section.vision-mission .nav-tabs .visionspan{
  font-size: 40px;
}
.vision-mission .nav-tabs {
 border:0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top:-100px;
  
}
.vision-mission .nav-tabs .nav-item {
  margin-bottom: -1px;
  width: 21%;
  box-shadow: 0px 11px 38px 0px rgb(0 0 0 / 8%);
  }
  .vision-mission .nav-tabs a.active:before {
    position: absolute;
    content: "";
    height: 30px;
    width: 30px;
    background-color: #0181c0;
    transform: rotate(45deg);
    top: -15px;
}
.vision-mission .text-wrapp h3{
  text-transform: uppercase;
  font-size: 27px;
  margin-bottom: 16px;
}
.vision-mission .text-wrapp p{
  font-size: 23px;
  line-height: 1.3;
}
.vision-mission .text-wrapp{
  position: relative;
  padding-left: 20px;
}
.vision-mission .text-wrapp::before {
  position: absolute;
  content: "";
  background-color: #0181c0;
  height: 100%;
  width: 5px;
  left: -11px;
}
.tab-content>.tab-pane {
    display: none;
}
.tab-content>.active {
    display: block;
}
.clients.certificates {
    padding:0px 0px 80px;
    text-align: center;
}
.contact .contact-form .form-control, #opening-form .form-control {

    
    margin-bottom: 35px;
    color: #2f5d64;
    border-radius: 0;
    outline: 0px;
    border: 0px;
    border-bottom: 1px solid #bdcbcc !important;
    padding: 3px 0px;
}

 label{
    font-family: "CentraNo2-Book";
  }
  .contact .hide_label, #opening-form .hide_label {
    position: absolute;
    top: 0;
    left: 15px;
    margin: 0;
    pointer-events: none;
    color: #2f5d64;
    transition: all .3s ease-in-out;
}
.contact .btn-contact {
  display: flex;
  margin-top: 11px;
}
.contact .btn-contact .common-btn {
    margin: inherit;
    margin-right: 15px;
    margin-bottom: 20px;
}
.contact-form {
    padding: 40px 10px 10px 0px;
}
.contact-form h2 {
    font-size: 30px;
    margin-bottom: 30px;
}
.contact .address {
    padding: 40px 30px 0px;
}
.contact .address-info {
    margin-left: -10px;
    color: #fff;
    border-bottom: 1px solid #cccccc5c;
    padding-bottom: 20px;
}
.contact .address-info p {
    font-size: 19px;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 0;
    text-align: justify;
}
.contact {
    background: linear-gradient(90deg
, rgb(255,255,255) 50%, #0181c0 50%);
}
.contact .address h2 {
    color: #fff;
    font-size: 35px;
}
.contact .address-info h5 {
    font-size: 20px;
    margin-bottom:0px;
}
.contact .address-info a {
    color: #fff;
}

.contact .info-wrapper {
    display: flex;
    margin-bottom: 50px;
    align-items: flex-start;
}
.contact .info-wrapper span {
    color: #fff;
    font-size: 39px;
    margin-right: 10px;
    position: relative;
    top: -10px;
}
.contact .info-wrapper h5 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 0px;
}
.contact .info-wrapper p {
    color: #fff;
    margin-bottom: 0;
}
.contact .info-wrapper a {
    color: #fff;
}

.Services {
  padding: 50px 0px;
}
.Services .nav-tabs .nav-link {
  color: #000;
  font-size: 15px;
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  text-align: left;
  padding: 18px 16px;
  border-radius: 0px;
  font-weight: 500;
  border-bottom:1px solid #daeff2;
  font-family: "CentraNo2-Medium";
  
}
.Services .nav-tabs .nav-item {
  width: 100%;
  padding: 0;
 
  padding:0px 15px;
}
.Services .nav-tabs .nav-item img {
    width: 12%;
    padding: 0px 5px;
}
.Services .nav-tabs .nav-link .icon {
  font-size: 7px;
  
  color: #0c4ca3;
  padding: 12px;
  position: relative;
  margin-right: 12px;
  font-size: 38px;
 border:1px solid #daeff2;
 border-radius: 50%;
  }
  .Services .nav-tabs .nav-link.active .icon {
    opacity: 1;
    background: #fff;
    border-radius: 50%;
    padding: 12px;
   
}
.Services .nav-tabs .nav-link:focus{
  background-color: transparent;
}
.Services .nav-tabs .nav-item.show .nav-link, .Services .nav-tabs .nav-link.active {
    color: #000;
    border-right: 0;
    border-top: 0;
    border-left: 0px;
    background-color: #f7f7f8;
    /* border-radius: 32px; */
}
.Services .nav-tabs .nav-item .arrow {
    font-size: 25px;
    position: absolute;
    right: 30px;
    color: #28a8c1;
    margin-left: 10px;
}
.Services .nav-tabs .nav-link.active .arrow {
    color: #28a8c1;
}
 /* .Services .nav-tabs .nav-link:hover{
  color: #fff;
  border-right: 0;
  border-left: 0;
  border-top: 0;
  background-color: #0c4ca3;
  border-radius: 32px;
 } */
 .Services .nav-tabs .nav-link:hover span{
   opacity: 1;
 }
.Services .Services-outer-border{
  padding:0px;
}
/*.Services .nav-tabs .nav-item:nth-child(1) .nav-link {
  color: #000;
  border-bottom: 0;
  padding: 22px 29px 10px;
  font-family: "CentraNo2-Bold";
  font-size: 21px;
}*/

.Services .nav-tabs .nav-item:last-child .nav-link{
  border-bottom: 0;
}
.Services .card {
  border: 0;
  padding-left: 26px;
}
.Services .card-body{
  padding-top: 0px;
}
.Services .card-body p {
  color: #737678;
  margin-top: 20px;
  font-size: 17px;
}
.Services .card-body ul li{
  list-style: disc;
  color: #737678;
}
.Services .card-body ul{
  padding-left: 20px;
}
.Services .card-body .common-btn{
  background-color:#0aafe9 ;
  width:165px;
  font-size: 13px;
}
.Services .card-body .common-btn::before{
  background-color: #79d632;
}
.Services .card-body h2 {
  font-size: 30px;
  margin-bottom: 0;
  color: #000;
  text-align: left;
  font-family: "CentraNo2-Bold";
}
.Services .card-body img{
  border-radius: 6px;
}
.Services .card-body .icon {
  background: #0181c0;
  color: #fff;
  border-radius: 50px;
  padding: 14px;
  font-size: 31px;
  margin-right: 17px;
}
.Services .card-body .heading {
  display: flex;
  align-items: center;
}
.tab-content>.tab-pane {
  display: none;
}
.tab-content>.active {
  display: block;
}
.Services .card-body .img-wrapper {
  margin-top: 27px;
  border-radius: 20px;
}
.Services h3 {
    font-size: 30px;
    margin-bottom: 20px;
    padding-left: 30px;
}

.Services .nav-tabs .nav-link span {
    font-size: 40px;
    margin-right: 5px;
    color: #0181c0;
}
.team {
    padding: 10px 0px;
}
.team h2 {
    font-size: 43px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
}
.team-member {
    /* cursor: pointer; */
    text-align: center;
}
.team-content {
    text-align: center;
    margin-bottom: 40px;
}
.team .team-member img {
    width: 80%;
    margin: 0 auto;
}
.team .team-member h3 {
    font-size: 25px;
}
.team .team-member h5 {
  color: #000;
  font-size: 18px;
}
.career-modal .modal-header {
  font-size: 27px;
}
.btm-strip .col-lg-5{
  text-align: center;
}
.error-page{
  text-align: center;
  padding: 50px 0px;
}
.error-btns{
  display: flex;
  align-items: center;
  justify-content:center;
}
.error-btns .common-btn{
  margin: unset;
  margin-right: 10px;
}
.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}
section.metric_convertion {
    position: relative;
    padding: 20px 0px;
}
.metric_convertion h2 {
    font-size: 30px;
    position: relative;
    letter-spacing: 1px;
    color: #0080bed6;
}
.metric_convertion p {
    color: #000;
    font-size: 16px;
    padding: 10px 0px;
}
.metric_convertion ul li {
    font-size: 16px;
    color: #000;
    list-style-type: circle;
}
.metric_convertion .table .text {
    color: #000;
    font-size: 20px;
    text-align: center;
}
.metric_convertion .table .label {
    color: #666;
    font-size: 14px;
    text-align: center;
}
.metric_convertion .table .buttn {
    background-color: #b01c0e;
    border: none;
    padding: 5px 26px;
    color: #FFF;
    cursor: pointer;
    font-size: 14px;
}
.metric_convertion .table td,.table th,.table tr{
    padding: 12px;
    text-align: center;
    border: 1px dotted #e4e4e4;
}
.metric_convertion span {
    background: #0080bead;
    display: block;
    height: 45px;
    margin-top: -16px;
    border: unset;
}
.metric_convertion .inner-table h4 {
    font-size: 20px;
    color: #000;
    margin-top: 25px;
    margin-bottom: -16px;
}
.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;
}
.inco-terms {
    padding: 25px 0px;
}
.inco-terms h2{
  color: #2994c8;
  font-size: 30px;
  position: relative;
}
.inco-terms .inco {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.inco-terms .inco i {
    padding: 6px 8px;
    color:#000;
}
.inco-terms .inco ul li a {
    color: #000;
    font-size: 14px;
}
.inco-terms .inco-description h4 {
   color: #0080bed6;
  font-size: 20px;
  position: relative;
}
.inco-terms .inco-description i {
    padding: 6px 2px;
    color: #2994d4;
}
.inco-terms .inco-description  p {
     font-size: 16px;
}
.dropdown-item a:hover {
    color: #b01b0c;
}
.ocean-specification {
    padding: 25px 0px;
}
.ocean-table h4 {
    color: #0080bed6;
}
.ocean-specification h2 {
    color: #0080bed6;
    font-size: 30px;
    position: relative;
}
.ocean-specification .ocean ul {
    color: #000;
    font-size: 14px;
    font-family: "CentraNo2-Light";
}
.ocean-specification .ocean ul li a {
    color: #000;
    font-size: 14px;
}
.ocean-specification .ocean {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.ocean-specification .ocean i {
    padding: 6px 8px;
    color: #b01b0c;
}
.ocean-specification h4 {
    color: #000;
    font-size: 20px;
}
.ocean-specification span {
    background: #eaeaea;
    display: block;
    height: 40px;
    margin: 17px 0px;
    padding: 5px 14px;
    border: unset;
}
.table {
    margin-top: -18px;
    border-top: 0;
    width: 100%;
  max-width: 100%;
  overflow-x: auto;
}
.ocean-specification .table th, .table tr {
    text-align: left;
    border: 1px solid #e4e4e4;
}
.ocean-specification .table td, .table tr {
    padding: 9px 75px;
    font-size: 14px;
    text-align: left;
    border: 1px solid #e4e4e4;
}
.gallery{
  padding: 60px 0px 35px;
}
.gallery-single {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 26px;
    height: 292px;
}
.gallery-single .img-box, .gallery-single .img-box .img-wrapp {display: block; height: 100%;}

.gallery-single i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    font-size: 32px;
    opacity: 0;
    transition: all 0.4s;
}
.gallery-single:hover i{
    opacity: 1;
}
.gallery-single:hover img{
    transform: scale(1.02);
}
.gallery-single img{
    transition: all .4s;
    height: 100%;
    object-fit: cover;
}
.gallery-single:hover{
    background: red;
}

/*career*/

.career {
    padding: 80px 0px 115px;
}
.career .career-wrapper {
  display: flex;
}
.career .career-wrapper .text-box {
  background: #0094da;
  width: 50%;
  padding: 43px 47px;
  position: relative;
  left: 44px;
  top: 43px;
  /*border-top-right-radius: 6px;*/
  z-index: 2;
}
.career .career-wrapper .text-box h2 {
  color: #fff;
  /*font-size: 43px;*/
}
.career .career-wrapper .text-box p {
  color: #fff;
  font-size: 17px;
  margin-bottom: 0;
}
.job-openings {
  background: #e6e8f4;
  padding: 50px 0px;
}
.career-wrapp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px;
  flex-wrap: wrap;
}
.captcha-div .g-recaptcha > div {
  margin: 0 auto;
}
.opening-form .career-file.form-control {
  padding: 15px 10px;
  margin-bottom: 0 !important;
}
.career .text-wrapper p {
  font-size: 15px;
  line-height: 1.5;
  width: 57%;
  margin: auto;
}
.job-openings .opening-single {
  width: 48%;
  margin-bottom: 30px;
  position: relative;
}
.job-openings .opening-single:before {
  position: absolute;
  bottom: 0;
  width: 22%;
  background-color: #0095d9;
  content: "";
  height: 90%;
  border-radius: 20px;
  left: -6px;
  top: 7px;
  right: 0;
}
.job-openings h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 45px;
}
.job-openings .box-wrapper {
  position: relative;
  background-color: #fff;
  padding: 20px 17px;
}
.job-openings .opening-single h4 {
  font-size: 18px;
  margin-bottom: 10px;
}
.job-openings .opening-single p {
  color: #494949;
  margin-bottom: 10px;
}
.job-openings .box-wrapper a {
  font-size: 15px;
  display: flex;
  align-items: center;
  color: #0095d9;
}

.navbar-brand img {
    width: 22%;
}

.form-error {
    color: red;
    font-size: 12px;
    position: absolute;
    bottom: 20px;
}

.career-file.form-control {
    margin-top: 5px;
}
#opening-form .hide_label span {
    color: red;
}

.metric_convertion ul {
    margin-left: 25px;
    /* margin-bottom: 42px; */
}

.table-bordered {
    margin-top: 25px;
}


.facebook:hover {
    color: #4267B2;
}
.linkedin:hover {
    color: #0072b1;
}
.twitter:hover {
    color: #1da1f2;
}

.footer-link a {
    color: #fff;
}

.about-us .content {
    margin-top: 0px;
}

.services-div .common-btn {
    position: absolute;
    bottom: 35px;
}
.modal-dialog.modal-dialog-centered {
    max-width: 1000px;
}
.career-popup {
    display: flex;
}
.career-content {
    width: 50%;
    padding-right: 5px;
}
.opening-form {
    width: 50%;
    padding-left: 10px;
    border-left: 1px solid #ccccccab;
}

.footer-call p {
     color:#b6bdbf; 
    font-family: "CentraNo2-Book";
    font-size: 14px !important;
}

.footer-call a{
  font-size: 14px;
  color:#b6bdbf;
}
.footer-call span {
    padding-right: 5px;
}
.footer-call span .fa {
    position: relative;
    top: -5px;
}

/*.slider-section .owl-nav:hover .owl-prev {
    color: #fff;
*/}

.slider-section .owl-theme .owl-nav [class*=owl-]:hover{
  color:#fff;
}

.home-slider .owl-nav .owl-prev:hover{
  color:#fff !important;

}
.hide_label span {
    color: red;
}
.ocean-specification .ocean ul strong {
    margin-bottom: 10px;
    display: block;
}
section.ocean-table .border {
    background: #0080bead;
    color: #fff;
    display: block;
    height: 40px;
    margin: 17px 0px;
    padding: 5px 14px;
    border: unset;
}
.inco-terms .inco .col-md-4 {
    padding-left: 10px;
}
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: 40px;
    color: #fff;
}
div#cookieNotice a.btn-primary {
    padding: 9px 19px;
    margin: 0px 7px;
    font-size: 14px;
}
div#cookieNotice .btn-primary {
    color: #fff;
    background-color: #0f58a6;
    border: 0;
    padding: 9px;
    font-size: 14px;
    display: initial;
    cursor: pointer;
    border-radius: 0px;
}

/*.client-slider {
    border-top: 1px solid #f2f0f1;
    border-bottom: 1px solid #f2f0f1;
    border-left: 1px solid #f2f0f1;
    border-right: 1px solid #f2f0f1;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 25px 0px;
}*/
/*.certificates-slider .owl-item:last-child .item{
  border-right: none;
}*/

.certificates-slider {
    width: 70% !important;
    margin: 0 auto;
}
.opacity-0{
  opacity:0;
}
.client-slider .owl-nav {
    position: absolute;
    bottom: 0px;
    margin: 0 auto;
    width: 100%;
    top: 22%;
  }
.footer-call.opacity-contact {
    margin-top: -15px;
}
.client-slider.owl-theme .owl-nav [class*=owl-]:hover{
  background:#b01c0e !important;
}
.client-slider .owl-prev {
    position: absolute;
    left: -5%;
    /* top: -30%; */
}

.client-slider .owl-next {
    position: absolute;
    right: -5%;
    /* top: -30%; */
}

.client-slider.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #0e57a6 !important;
    display: inline-block;
    cursor: pointer;
    border-radius: 50% !important;
}
.certificates{
  padding: 60px 0px 35px;
}
.certificates-single {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 26px;
    height: 185px;
    width: 100%;
    padding: 45px 20px;
    box-shadow: 0px 0px 10px 0px #ccc;
}
.certificates h2 {
    font-size: 43px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 15px;
}
.certificates-single .img-box, .certificates-single .img-box .img-wrapp {display: block; height: 100%;}

.certificates-single i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #0080be;
    font-size: 32px;
    opacity: 0;
    transition: all 0.4s;
}
.certificates-single:hover i{
    opacity: 1;
}
.certificates-single:hover img{
    transform: scale(1.02);
}
.certificates-single img{
    transition: all .4s;
    height: 100%;
    object-fit: cover;
}
.certificates-single:hover{
    box-shadow: 0px 0px 10px 0px #ccc;
}

.breadcum img{
  width: 100%;
}

.msg-error, .file-error, .email-error {
    font-size: 16px;
    color: red;
    padding: 0;
    font-family: "CentraNo2-Book";
}