
  :root {
    --primary-font: "Inter", sans-serif;
    --primary-blue: #009bed;
    --primary-blue2: #014387;
    --primary-dark-blue: #063954;
    --primary-white: #ffffff;
    --primary-dark-blue2: #05334c;
    --secondary-grey: #e7ebee;
  
  }
body {
    top: 0;
    position: relative;
    font-family: 'Inter';
    font-weight: normal;
    overflow-x:hidden;
    font-style: normal;
}
body.modal-open {
    overflow: hidden !important;
    padding-right: 0px !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--primary-font);
    font-weight: 500;
    font-style: normal;
}
p,
small {
    font-family: var(--primary-font);
    font-weight: 300;
    font-style: normal;
}
.text-primary {
    color: var(--primary-dark-blue) !important;
}
.counterCount:hover .text-primary {
    color: var(--primary-blue) !important;
}
.servHomeBox:hover {
    background-color: #009bed26 !important;
}
.text-sec {
    font-size: 0.87rem;
}
.text-sec2 {
    font-size: 1rem;
    color: #014387;
}
.serviceCard img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  object-position: center;
}
.iconSize {
    width:60px;
    height:60px;
    object-fit:contain;
    object-position: center;
}
.servOverlay {
    padding: 10px;
    color: #ffffff;
    font-size: 12px;
    position: absolute;
    width: fit-content;
    height: 40px;
    bottom: -25px;
    left: 20px;
    right: 0;
    background: #009bed;
}
a {
    text-decoration: none;
}
.mainNav {
    background: transparent;
    position: absolute;
    top:0;
    width: 100%;
    left:0;
    right:0;
    z-index: 1;
    min-height: 75px;
}
.btnBlue, .btnBlue:hover {
  background-color: #009bed;
  color: white;
  border-color: #009bed;
  border-radius: 0px;
}
.mainNav.navbar-expand-lg .navbar-nav .nav-link {
    color: var(--primary-white);
    font-size: 0.89rem;
}
.mainNav .navbar-nav .nav-link.active {
        border-bottom: 2px solid var(--primary-blue);
    padding-bottom: 4px;
}
.mainBanner {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    min-height: 80vh;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
     box-shadow: inset 0 0 0 2000px rgba(4, 28, 44, 0.25); 
    background-image: url('../images/banners/homeBg.webp');
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: var(--primary-blue2);
}
.innerBanner {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    min-height: 78vh;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center top !important;
     box-shadow: inset 0 0 0 2000px rgba(4, 28, 44, 0.25); 
    background-image: url('../images/banners/homeBg.jpg');
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: var(--primary-blue2);
}
.two-column-layout {
      column-count: 2; /* Split the content into two columns */
      column-gap: 20px; /* Adds space between the columns */
      line-height: 1.5; 
    }
.bgSecondary {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    min-height: 500px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
     box-shadow: inset 0 0 0 2000px rgba(6, 57, 84, 0.9); 
    background-image: url('../images/powersystem.jpg');
}
.sectionHead h5 {
    font-size: 2rem;
    font-family: var(--primary-font);
}
.secHead h2 {
    color: var(--primary-dark-blue);
    font-size: 3rem;
    font-weight: 500;
}
.secHead p {
font-weight: 400;
color: var(--primary-dark-blue);
}
.btnLink i {
    font-size: 1.5rem;
    align-items: center;
    color: var(--primary-blue);
}
.btnLink {
    color: var(--primary-dark-blue);
    font-size: 1rem;
    font-weight: 400;
    display: flex;
    line-height: 1.5rem;
}
.btnLinkBlog i {
    font-size: 1.2rem;
    align-items: center;
    color: #7f7f7f;
}
.btnLinkBlog {
    color: #7f7f7f;
    font-size: 0.8rem;
    font-weight: 400;
    display: flex;
    line-height: 1.2rem;
}
.btnLinkBlogNew i {
    font-size: 1.2rem;
    align-items: center;
    color: var(--primary-blue);
}
.btnLinkBlogNew {
    color: var(--primary-dark-blue);
    font-size: 0.8rem;
    font-weight: 400;
    display: flex;
    line-height: 1.2rem;
}
.bg-grey {
    background-color: var(--secondary-grey);
}
.object-fit-cover {
  object-fit: cover;
}
.bg-sec {
    background-color: var(--primary-blue);
}
.blogCard, .blogCardNew, .blogCardSide{
    background-color: #f1f3f5;
}
.blogCardSide2{
    background-color: var(--secondary-grey);
}
.blogCard .blogImg {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
}
.blogCardNew .blogImg {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
}
.blogCardSide .blogImg {
    width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: center;
}
.blogCardSide2 .blogImg {
    width: 100%;
    height: 150px;
    object-fit: cover;
    object-position: center;
}
.p-relative {
    position: relative;
}
.blogOverlay {
    padding: 10px;
    color: #ffffff;
    font-size: 12px;
    position: absolute;
    width: 100%;
    height: 40px;
    bottom: 0;
    left:0;
    right: 0;
    background: rgba(6, 57, 84, 0) linear-gradient(to bottom, rgba(6, 57, 84, 0.5) 0%, rgba(6, 57, 84, 0.5) 90%) repeat scroll 0 0;
}
.blogOverlayNew {
    color: var(--primary-blue);
    font-size: 14px;
    width: 100%;
}
.blogList {
    color: var(--primary-blue);
    font-size: 14px;
    width: 100%;
}
.shareSocial {
  width: fit-content;
  padding: 6px 0px;
}
.shareSocial .nav-item{
  padding-right: 10px;
  color: #000000;
  font-size: 16px;
}
.blogList .lineBlue{
    background-color: var(--primary-blue);
    content: '';
    height: 10px;
    width: 1px;
    margin: auto 1px;
    display: block;
}
.partnerImg img {
    width: 100%;
    height: 150px;
    object-fit: contain;
}
.text-grey {
    color: #7f7f7f;
}
.bg-primary {
    background-color: var(--primary-dark-blue) !important;
}
.footerNav {
    display: flex;
    list-style: none;
    justify-content: space-between;
}
.blogBanner {
  background-color: var(--primary-dark-blue);
  min-height: 110px;
  position: relative;
}
.footerNav .nav-item {
    padding-right: 10px;
}
.footerNav .nav-link {
    color: var(--primary-white);
    
    font-size: 0.89rem;
}
.footerNavSocial {
    display: flex;
    justify-content: end;
    list-style: none;
}
.footerNavSocial .nav-item{
    padding-right: 15px;
    line-height: 1.2rem;
}
.footerNavSocial .nav-link {
    color: var(--primary-white);
    font-size: 1.2rem;
}
.footerNavSocial .nav-item span {
    color: var(--primary-blue);
    font-size: 0.89rem;
}
.text-blue {
    color: var(--primary-blue);
}
.borderBlue {
    border-bottom: 1px solid var(--primary-blue);
}
.copyBg {
    background-color: var(--primary-dark-blue2);
}
.aboutImg1 {
    background-image: url(../images/aboutpage1.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    min-height: 250px;
}
.aboutImg2 {
    background-image: url(../images/ceo1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    min-height: 300px;
}
.teamImg img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: top;
}
.quotSec h5 {
    font-size: 4rem;;
}
.breadCrumbs{
    list-style: none;
    padding-left: 0px;
}
.breadCrumbs li {
    display: inline;
}
.breadCrumbs li .linkBread{
    color: var(--primary-blue);
    font-size: 14px;
    text-align: center;
    text-decoration: none;
}
.breadCrumbs li .linkBread.active {
    color: #ffffff !important;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
}
.breadCrumbs li+li:before {
    padding-right: 4px;
    color: #fff;
    content: "/";
    font-size: 14px;
    font-family: "bootstrap-icons";
}
.bg-gradient {
    background: linear-gradient(to left, #063954 50%, #e7ebee 50%) !important;
    background: -moz-linear-gradient(to left, #063954 50%, #e7ebee 50%) !important; /* FF3.6-15 */
background: -webkit-linear-gradient(to left, #063954 50%, #e7ebee 50%) !important;
}
.iti {
    position: relative;
    display: inline-block;
    width: 100% !important;
}
.form-control:focus, .form-control:hover {
    outline: 0 !important;
    box-shadow: none !important;
}
.contactForm .form-control {
    border: 1px solid var(--secondary-grey);
    border-radius: 4px !important;
    font-size: 14px;
    color: #000000;
    padding: 12px 20px;
    margin-bottom: 15px;
}
.btn-primary {
    color: var(--primary-white);
    background-color: var(--primary-blue);
    border-color: var(--primary-blue);
    width: 100%;
    padding: 12px 20px;
    font-size: 14px;
}
.contactForm .form-control::placeholder {
    font-size: 14px;
    color: #000000;
}
.filter-button {
  background-color: var(--secondary-grey);
  color: var(--primary-dark-blue);
  font-size: 14px;
  padding: 5px 15px;
  border-radius: 0px;
  border:0px !important
}
.filter-button:hover, .filter-button:active, .filter-button.active {
  background-color: var(--secondary-grey);
  color: var(--primary-blue);
}
.gallery_product {
  margin-bottom: 20px;
}
.pagination {
  display: flex;
  flex-wrap: wrap;
}
.pagination .page-item .page-link {
  border-color: var(--secondary-grey);
  background-color: var(--secondary-grey);
  color: var(--primary-dark-blue);
  font-size: 14px;
  margin: 2px 2px;
}
.pagination .page-item.active .page-link{
  border-color: var(--primary-blue);
  color: #fff;
  background-color: var(--primary-blue);
}
.pagination .page-item .page-link:focus {
  z-index: 3;
  color: #fff;
  background-color: #0e1c2c;
  outline: 0;
  box-shadow: none !important;
}
.h-lg-50 {
  height: 50%;
}
.careerForm .form-control{
  border-radius: 0px !important;
}
.careerForm .form-control::placeholder{
  color: #7f7f7f;
  font-size: 14px !important;
}
.bannerHead h1 {
        font-size: 3rem;
    }
    .borderDark {
        border: 1px solid #9aa4ae;
    }
@media screen and (max-width: 720px) {
    
    .two-column-layout {
      column-count: 1;
    }
    .bannerHead h1 {
        font-size: 1.5rem;
    }
    .rowRev {
        flex-direction: row-reverse;
    }
    .h-lg-50{
      height: auto;
    }
    .colRev {
        flex-direction: column-reverse;
    }
    .navbar-collapse {
        position: absolute;
        width: 100%;
        left: 0;
        top:85px;
        right: 0;
        text-align: left;
        background: var(--primary-black);
        padding: 10px;
        background-color: var(--primary-blue);
    }
    .navbar-toggler-icon,.navbar-toggler-icon:focus {
       background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
       outline:none;
       box-shadow:none;
       border:0px !important;
    }
    .footerNav {
        display: inline-flex;
        flex-wrap: wrap;
        list-style: none;
        justify-content: center;
    }
    .footerNavSocial {
        justify-content: center;
    }
    .bg-gradient {
      background: linear-gradient(to bottom, #e7ebee 55%, #063954 50%) !important;
      background: -moz-linear-gradient(to bottom, #e7ebee 55%, #063954 50%) !important; /* FF3.6-15 */
      background: -webkit-linear-gradient(to bottom, #e7ebee 55%, #063954 50%) !important;
  }
}

/* timeline */
.cd-horizontal-timeline {
    opacity: 0;
    /* margin: 2em auto; */
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'mobile';
    display: none;
  }
  .cd-horizontal-timeline.loaded {
    /* show the timeline after events position has been set (using JavaScript) */
    opacity: 1;
  }
  .cd-horizontal-timeline .timeline {
    position: relative;
    height: 100px;
    width: 100%;
    margin: 0 auto;
  }
  .cd-horizontal-timeline .events-wrapper {
    position: relative;
    height: 100%;
    margin: 0 40px;
    overflow: hidden;
  }
  /* .cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
    
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    height: 100%;
    width: 20px;
  }
  .cd-horizontal-timeline .events-wrapper::before {
    left: 0;
    background-image: -webkit-linear-gradient( left , #f8f8f8, rgba(248, 248, 248, 0));
    background-image: linear-gradient(to right, #f8f8f8, rgba(248, 248, 248, 0));
  }
  .cd-horizontal-timeline .events-wrapper::after {
    right: 0;
    background-image: -webkit-linear-gradient( right , #f8f8f8, rgba(248, 248, 248, 0));
    background-image: linear-gradient(to left, #f8f8f8, rgba(248, 248, 248, 0));
  } */
  .cd-horizontal-timeline .events ol{
    list-style: none;
    padding-left: 0px !important;
  }
  .cd-horizontal-timeline .events {
    /* this is the grey line/timeline */
    position: absolute;
    z-index: 1;
    left: 0;
    top: 49px;
    height: 2px;
    /* width will be set using JavaScript */
    background: var(--secondary-grey);
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
  }
  .cd-horizontal-timeline .filling-line {
    /* this is used to create the green line filling the timeline */
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--primary-blue);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
  }
  .cd-horizontal-timeline .events a {
    position: absolute;
    bottom: 0;
    z-index: 2;
    text-align: center;
    font-size: 15px;
    padding-bottom: 15px;
    color: var(--primary-dark-blue);
    /* fix bug on Safari - text flickering while timeline translates */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
  .cd-horizontal-timeline .events a::after {
    /* this is used to create the event spot */
    content: '';
    position: absolute;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -5px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    border: 2px solid var(--secondary-grey);
    background-color: var(--secondary-grey);
    -webkit-transition: background-color 0.3s, border-color 0.3s;
    -moz-transition: background-color 0.3s, border-color 0.3s;
    transition: background-color 0.3s, border-color 0.3s;
  }
  .no-touch .cd-horizontal-timeline .events a:hover::after {
    background-color: var(--primary-blue);
    border-color: var(--primary-blue);
  }
  .cd-horizontal-timeline .events a.selected {
    pointer-events: none;
  }
  .cd-horizontal-timeline .events a.selected::after {
    background-color: var(--primary-blue);
    border-color: var(--primary-blue);
    height: 12px;
    width: 12px;
  }
  .cd-horizontal-timeline .events a.older-event::after {
    border-color: var(--primary-blue);
    background-color: var(--primary-blue);
  }
  @media only screen and (min-width: 1100px) {
    /* .cd-horizontal-timeline {
      margin: 6em auto;
    } */
    .cd-horizontal-timeline::before {
      /* never visible - this is used in jQuery to check the current MQ */
      content: 'desktop';
    }
  }
  .cd-timeline-navigation {
    list-style: none;
    padding-left: 0px !important;
  }
  .cd-timeline-navigation a {
    /* these are the left/right arrows to navigate the timeline */
    position: absolute;
    z-index: 1;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    
    /* replace text with an icon */
    overflow: hidden;
    color: transparent;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    transition: border-color 0.3s;
  }
  .cd-timeline-navigation a::after {
    /* arrow icon */
    content: "\F133";
    font-family: "bootstrap-icons";
    position: absolute;
    
    font-size: 20px;
    color: var(--primary-blue);
    left: 0;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  .cd-timeline-navigation a.prev {
    left: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
  }
  .cd-timeline-navigation a.next {
    right: 0;
  }
  .no-touch .cd-timeline-navigation a:hover {
    border-color: #7b9d6f;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .cd-timeline-navigation a.inactive {
    cursor: not-allowed;
  }
  .cd-timeline-navigation a.inactive::after {
    background-position: 0 -16px;
  }
  .no-touch .cd-timeline-navigation a.inactive:hover {
    border-color: #dfdfdf;
  }
  
  .cd-horizontal-timeline .events-content {
    position: relative;
    width: 100%;
    margin: 2em 0;
    overflow: hidden;
    -webkit-transition: height 0.4s;
    -moz-transition: height 0.4s;
    transition: height 0.4s;
  }
  .cd-horizontal-timeline .events-content  ol{
    list-style: none;
    padding-left: 0px !important;
  }
  .cd-horizontal-timeline .events-content li {
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  .cd-horizontal-timeline .events-content li.selected {
    /* visible event content */
    position: relative;
    z-index: 2;
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
    -webkit-animation-name: cd-enter-right;
    -moz-animation-name: cd-enter-right;
    animation-name: cd-enter-right;
  }
  .cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
    -webkit-animation-name: cd-enter-left;
    -moz-animation-name: cd-enter-left;
    animation-name: cd-enter-left;
  }
  .cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
    -webkit-animation-direction: reverse;
    -moz-animation-direction: reverse;
    animation-direction: reverse;
  }
 

  
  @-webkit-keyframes cd-enter-right {
    0% {
      opacity: 0;
      -webkit-transform: translateX(100%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0%);
    }
  }
  @-moz-keyframes cd-enter-right {
    0% {
      opacity: 0;
      -moz-transform: translateX(100%);
    }
    100% {
      opacity: 1;
      -moz-transform: translateX(0%);
    }
  }
  @keyframes cd-enter-right {
    0% {
      opacity: 0;
      -webkit-transform: translateX(100%);
      -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
      -o-transform: translateX(100%);
      transform: translateX(100%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0%);
      -moz-transform: translateX(0%);
      -ms-transform: translateX(0%);
      -o-transform: translateX(0%);
      transform: translateX(0%);
    }
  }
  @-webkit-keyframes cd-enter-left {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-100%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0%);
    }
  }
  @-moz-keyframes cd-enter-left {
    0% {
      opacity: 0;
      -moz-transform: translateX(-100%);
    }
    100% {
      opacity: 1;
      -moz-transform: translateX(0%);
    }
  }
  @keyframes cd-enter-left {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-100%);
      -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}

/* timeline */