

.video-background{
  display: none;
    position: relative;
    width: 100%;
    height: 80vh;
    background-color: rgba(0,0,0,0.2);
    margin-bottom: 10px;
    border-bottom: 1px solid rgb(243, 238, 238);
}

/*--- Fixed Video Background iOS/Mobile Style--*/
.video-wrap{
    clip: rect(0, auto, auto, 0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
#video {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    will-change: transform;
    z-index: -1000;
    filter: brightness(70%);
}

video { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background: url('') no-repeat;
    background-size: cover;
    transition: 1s opacity;
}


/* Yt css */

.video-section {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: #f9f9f9; /* Optional: Background color */
}

@media screen and (max-width:720px){
  .video-section{
      height: 60vh;
  }
}
.video-container {
  height: 100%;
  width: 100%;
  /* max-width: 800px; */
 /* aspect-ratio: 16 / 9;  Maintains 16:9 aspect ratio */
}
iframe {
  width: 100%;
  height: 100%;
  border: none; /* Removes the default iframe border */
}



/* What we Offer */
.what-we{
  padding-top: 10px;
  border-bottom: 1px solid rgb(234, 228, 228);
}
.what-we-left h1{
   
   color: rgb(238, 89, 34);
   font-size: 24px;
  /* color: black; */
}


.sub-h1{
  position: relative;
    display: block;
    font-size: 40px !important;
    line-height: 1.28em;
    color: #222222 !important;
    font-weight: 600;
}
.what-we-left p{
  font-size: 20px;
  font-family: lato,sans-serif;
  padding-top: 50px;
}




.pent-img-side{
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  
}
@media screen and (min-width:720px) {
  .pent-img{
    height: 80%;
  }
}
@media screen and (min-width:1400px) {
  .pent-img{
    width: 60%;
    height: auto;
  }
}

@media screen and (max-width:1110px) {
  .what-we-left p{
    padding-top: 10px;
  }
}
/* Gears */

#gear1, #gear2, #gear3,#gear4,#gear5,#gear6 {
  color: #888;
  display: block;
  float: left;
  position: absolute;
}


.gear{
  position: relative;
  /* background-color: antiquewhite; */
  width: 400px;
  height: 400px;
}

.fa-gear{
  font-size: 120px !important;
}

.fs-8px{
  font-size: 10px !important;
}

#gear1 {
  color: #888;
  top: 26px;
  left:14px;
  font-size: 138px !important;
}


.gear-text{
  position:absolute;
  background:#012f6a;
  color: white;
  border-radius:50%;
  width:65px;
  height:65px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#gearText1
{
  width: 80px;
  height: 80px;
  top: 53px;
  left:42px;
  text-align:center;
  
}
#gearText2{
  
  top: 138px;
  left:140px;
  text-align: center;
  height: 80px !important;
  width: 80px !important;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#gearText3
{
  top: 62px;
  left:238px;
  text-align:center;
}
#gearText4{
  top: 232px;
  left:238px;
  text-align:center;   
}
#gearText5{
  top: 225px;
  left:58px;
  text-align:center;   
}
          
#gear2 {
  color: rgb(238, 89, 34);
  font-size: 160px !important;
  left: 100px;
  top : 100px
}

#gear3 {
  top: 35px;
  left: 210px;
}


#gear4 {
  top: 205px;
  left: 210px;
}

#gear5 {
  top: 200px;
  left:30px;
 
}

         
#gear6 {
  left: 60px;
  top:165px;
}

.spin {
  -webkit-animation:spin 4s linear infinite;
  -moz-animation:spin 4s linear infinite;
  animation:spin 4s linear infinite;
}

.spin-back {
  -webkit-animation:spin-back 4s linear infinite;
  -moz-animation:spin-back 4s linear infinite;
  animation:spin-back 4s linear infinite;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

@-moz-keyframes spin-back { 100% { -moz-transform: rotate(-360deg); } }
@-webkit-keyframes spin-back { 100% { -webkit-transform: rotate(-360deg); } }
@keyframes spin-back { 100% { -webkit-transform: rotate(-360deg); transform:rotate(-360deg); } }

/* Other sections */



h1,h2,h3,h4,h5,h6 {
    text-decoration: none;
}
a,a:hover,a:focus,a:active {
    text-decoration: none;
    outline: none;
}

a,a:active,a:focus {
    color: #6f6f6f;
    text-decoration: none;
    transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -ms-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
img {
max-width: 100%;
height: auto;
}
section {
    padding: 60px 0;
   /* min-height: 100vh;*/
}

.sec-title{
position:relative;
z-index: 1;
margin-bottom:60px;
}

.sec-title .title{
position: relative;
display: block;
font-size: 24px;
line-height: 24px;
color: rgb(238, 89, 34);
font-weight: 500;
margin-bottom: 15px;
}

.sec-title h2{
position: relative;
display: block;
font-size:40px;
line-height: 1.28em;
color: #012f6a;
font-weight: 600;
padding-bottom:18px;
}

.sec-title h2:before{
position:absolute;
content:'';
left:0px;
bottom:0px;
width:50px;
height:3px;
background-color:#d1d2d6;
}

.sec-title .text{
position: relative;
font-size: 16px;
line-height: 26px;
color: #848484;
font-weight: 400;
margin-top: 35px;
}

.sec-title.light h2{
color: #ffffff;
}

.sec-title.text-center h2:before{
left:50%;
margin-left: -25px;
}

.list-style-one{
position:relative;
}

.list-style-one li{
position:relative;
font-size:16px;
line-height:26px;
color: #222222;
font-weight:400;
padding-left:35px;
margin-bottom: 12px;
}

.list-style-one li:before {
content: "\f058";
position: absolute;
left: 0;
top: 0px;
display: block;
font-size: 18px;
padding: 0px;
color: #ff2222;
font-weight: 600;
-moz-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1.6;
font-family: "Font Awesome 5 Free";
}

.list-style-one li a:hover{
color: #012f6a ;
}

.btn-style-one{
position: relative;
display: inline-block;
font-size: 17px;
line-height: 30px;
color: #ffffff;
padding: 10px 30px;
font-weight: 600;
overflow: hidden;
letter-spacing: 0.02em;
background-color: #012f6a;
}

.btn-style-one:hover{
background-color: #012f6a;
color: #ffffff;
}
.about-section{
position: relative;
padding: 60px 0 70px;
}

.about-section .sec-title{
margin-bottom: 45px;
}

.about-section .content-column{
    margin-top: 30px;
    position: relative;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
}
@media screen and (max-width:1020px) {
  .content-column{
    padding-top: 50px;
  }
}

.about-section .content-column .inner-column{
position: relative;
padding-left: 30px;
}

.about-section .text{
margin-bottom: 20px;
font-size: 16px;
line-height: 26px;
/* color: #848484; */
font-weight: 400;
}

.about-section .list-style-one{
margin-bottom: 45px;
}

.about-section .btn-box{
position: relative;
}

.about-section .btn-box a{
padding: 15px 50px;
}

.about-section .image-column{
position: relative;
padding-top: 100px;
}

.about-section .image-column .text-layer{
position: absolute;
right: -110px;
top: 50%;
font-size: 325px;
line-height: 1em;
color: #ffffff;
margin-top: -175px;
font-weight: 500;
}

.about-section .image-column .inner-column{
position: relative;
padding-left: 80px;
padding-bottom: 0px;
}
.about-section .image-column .inner-column .author-desc{
position: absolute;
bottom: 16px;
z-index: 1;
background: rgb(238, 89, 34);
padding: 10px 15px;
left: 96px;
width: calc(100% - 152px);
border-radius: 50px;
}
.about-section .image-column .inner-column .author-desc h2{
font-size: 21px;
letter-spacing: 1px;
text-align: center;
color: #fff;
margin: 0;
}
.about-section .image-column .inner-column .author-desc span{
font-size: 16px;
letter-spacing: 6px;
text-align: center;
color: #fff;
display: block;
font-weight: 400;
}
.about-section .image-column .inner-column:before{
content: '';
position: absolute;
width: calc(50% + 80px);
height: calc(100% + 160px);
top: -80px;
left: -3px;
background: transparent;
z-index: 0;
border: 44px solid #012f6a;
}

.about-section .image-column .image-1{
position: relative;
}


@media screen and (min-width:1350px) {
  .about-section .image-column .image-1{
    padding-left: 80px !important;
  }
}
@media screen and (max-width:550px) {
  .about-section .image-column .image-1{
    padding-left: 20px !important;
  }
}
.about-section .image-column .image-2{
position: absolute;
left: 0;
bottom: 0;
}

.about-section .image-column .image-2 img,
.about-section .image-column .image-1 img{
box-shadow: 0 30px 50px rgba(8,13,62,.15);
border-radius: 46px;
}

.about-section .image-column .video-link{
position: absolute;
left: 70px;
top: 170px;
}

.about-section .image-column .video-link .link{
position: relative;
display: block;
font-size: 22px;
color: #191e34;
font-weight: 400;
text-align: center;
height: 100px;
width: 100px;
line-height: 100px;
background-color: #ffffff;
border-radius: 50%;
box-shadow: 0 30px 50px rgba(8,13,62,.15);
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}

.about-section .image-column .video-link .link:hover{
    background-color: #191e34;
}

.ent-img{
  max-height: 70vh;
  border: 3px solid rgb(238, 89, 34);
}

/* About ENT */
/* About ENT */
/* About ENT */
/* About ENT */
/* About ENT */
/* About ENT */

  body {
    
    width: 100%;
    font-family: "lato", sans-serif;
    font-size: 12pt;
    font-weight: 400;
  }
  

  a {
    text-decoration: none;
    transition: all 0.5s ease-in-out;
  }
  
  a:hover {
    transition: all 0.5s ease-in-out;
  }
  
  .EnT-block {
    /* display: flex; */
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    width: 100%;
    height: /*900px */ 700px;
    border-top: 1px solid rgb(220, 208, 208);
  }

  #EnT-section {
    background: #0c4c91;
    width: 100%;
    /* height: 50%; */
    height: 80%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  

  .EnT-image {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    overflow: hidden;
  }
  .EnT-image img{
    height: 100%;
  }
  .EnT-info {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-evenly;
    width: 40%;
    height: 80%;
    margin-right: 80px;
    margin-left: 12px;
    z-index: 2;
    /* my code */
    background: #0c4c9199 !important;
    padding-right: 10px;
  }

  .EnT-info h2 {
    color: white;
    font-size: 28px;
    text-align: left;
  }
  
  .EnT-info p {
    color: white;
    font-size: 18px;
    /* text-align: right; */
    /* my code */
    text-align: justify;
  }
  
  .EnT-info a {
    background-color: white;
    color: #0c4c91;
    width: 180px;
    text-align: center;
    padding: 15px 0px 15px 0px;
    font-size: 14pt;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
  }
  
  .EnT-info a:hover {
    background: #404140;
    color: white;
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
    transform: translateY(10px);
  }

  @media screen and (min-width: 1400) {
    .EnT-info{
        padding-right: 30px !important;
    }
  }
  
  
  @media screen and (max-width: 1500px) {
    .EnT-info {
      margin-right: 400px;
      width: 60%;
      background: #0c4c9199 !important;
      padding: 0px 25px 0px 0px;
    }
  }
  
  @media screen and (max-width: 1238px) {
    .EnT-info {
      margin-right: 340px;
      width: 100%;
    }
  }
  
  @media screen and (max-width: 1111px) {
    .EnT-info {
      margin-right: 270px;
    }
  }
  
  @media screen and (max-width: 910px) {
    .EnT-info {
      margin-right: 150px;
    }
  }
  
  @media screen and (max-width: 860px) {
    .EnT-block {
      height: 2000px;
    }
    #EnT-section {
        flex-direction: column;
        justify-content: space-between;
    }
    .EnT-image {
        position: relative;
        width: 100%;
        height: 45%;
    }
    .EnT-info {
        margin: 0px 0px 0px 0px !important;
        padding: 0px 20px 0px 20px !important;
        width: 100%;
        height: 55%;
        align-items: center;
    }
    .EnT-info h2 {
        text-align: center;
    }
    .EnT-info p {
        text-align: center;
    }
  } 
  
  @media screen and (max-width: 747px) {
    .EnT-image {
      height: 35%;
    }

    .EnT-info {
        height: 65%;
      }
  }
  
  @media screen and (max-width: 644px) {
    .EnT-image img {
      position: absolute;
     
    }
  }

  @media screen and (max-width: 500px) {
    .EnT-block {
      height: 2300px;
    }
  }
  


.bluetag{
  color: #012f6a;
  text-decoration: underline;
}



/* E-block */



.E_block{
  background: #0c4c91;  
}
@media screen and (max-width:1600px ) {
  .E_block{
    padding: 0;
    margin: 0;
    max-width: 100vw;
  }
}
.E_info{
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: white;
}
.E_info h2{
  padding-top: 20px;
  font-size: 32px;
  text-align: center;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 10px;
  color: rgb(238, 89, 34);
}
.E_info p{
  font-size: 22px;
  text-align: justify;
  padding-left: 5%;
  padding-right: 5%;
}
@media screen and (max-width:750px) {
  .E_info h2{
    font-size: 28px;
  }
  .E_info p{
    font-size: 18px;
  }
}
.E_info a{
  background-color: white;
  color: #012f6a;
  padding: 20px 40px;
  margin-left: auto;
  border-radius: 3px;
}
.E_image img{
  height: 100%;
}

/* Activities */
/* Activities */
/* Activities */




#key-section{
  border-top: 1px solid rgb(220, 208, 208);
  display: none;
  
}


.Activities-content h4{
  text-align: center;
  font-size: 32px;
}
.Activities-content p{
  text-align: center;
  padding-bottom: 5px;
}

.span-color{
  color: #012f6a;
  font-weight: bold;
}


.olcard-grid
{
    display: grid;
    grid-template-columns: 1fr 1fr  ;
}

@media screen and (max-width:750px){
  .olcard-grid{
    display: grid;
    grid-template-columns:1fr;
  }
}

.olcards,
.olcards * {
  margin: 0;
  padding: 0;
 
  box-sizing: border-box;
}

.olcards {
  list-style: none;
  counter-reset: cardCount;
  font-family: sans-serif;
  display: flex;
  flex-direction: column;
  --cardsGap: 1rem;
  gap: var(--cardsGap);
  padding-bottom: var(--cardsGap);
}


.olcards li {
  counter-increment: cardCount;
  display: flex;
  color: white;
  --labelOffset: 1rem;
  --arrowClipSize: 1.5rem;
  margin-top: var(--labelOffset);
  padding-right: 5px;
  width: 100%;
}

.olcards li::before {
  /* content: counter(cardCount, decimal-leading-zero); */
  /* content: '😀'; */
  font-family: "Font Awesome 5 Free";
  content: "\f095";
  /* background: rgb(238, 89, 34) !important; */
  background: #012f6a;
  /* color: white;
   */
   color: rgb(238, 89, 34);
  font-size: 2em;
  font-weight: 700;
  transform: translateY(calc(-1 * var(--labelOffset)));
  margin-right: calc(-1 * var(--labelOffset));
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-inline: 0.5em;
  
}
.olcards li.i1::before{
  content: "\f140";
}
.olcards li.i2::before{
  content: "\f0eb";
}
.olcards li.i3::before{
  content: "\e06e";
}
.olcards li.i4::before{
  content: "\f164";
}
.olcards li.i5::before{
  content: "\e561";
}
.olcards li.i6::before{
  content: "\f0e3";
}
.olcards li.i7::before{
  content: "\f095";
}
.olcards li.i8::before{
  content: "\f0ae";
}


.olcards li .content {
  background-color: var(--cardColor);
  --inlinePadding: 1em;
  --boxPadding: 0.5em;
  display: grid;
  padding: var(--boxPadding) calc(var(--inlinePadding) + var(--arrowClipSize))
    var(--boxPadding) calc(var(--inlinePadding) + var(--labelOffset));
  grid-template-areas:
    "icon title"
    "icon text";
  gap: 0.25em 1em;
  clip-path: polygon(
    0 0,
    calc(100% - var(--arrowClipSize)) 0,
    100% 50%,
    calc(100% - var(--arrowClipSize)) 100%,
    calc(100% - var(--arrowClipSize)) calc(100% + var(--cardsGap)),
    0 calc(100% + var(--cardsGap))
  );
  position: relative;
  width: 100%;
  justify-content: left;
}


.olcards li .content::before {
  content: "";
  position: absolute;
  width: var(--labelOffset);
  height: var(--labelOffset);
  background: var(--cardColor);
  left: 0;
  bottom: 0;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  filter: brightness(0.75);
}
.olcards li .content::after {
  content: "";
  position: absolute;
  height: var(--cardsGap);
  width: var(--cardsGap);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.25), transparent 50%);
  left: 0;
  top: 100%;
}
.olcards li .icon {
  grid-area: icon;
  align-self: center;
  font-size: 2em;
}
.olcards li .content .title {
  grid-area: title;
  font-size: 1em;
  /* font-weight: 700; */
}
.olcards li .content .text {
  grid-area: text;
  font-size: .7em;
}



/* Our Industry */
/* Our Industry *//* Our Industry */
/* Our Industry */



#homesec3{
  background-color: #ffffff !important;
  border-top: 1px solid rgb(220, 208, 208);

}
.industry-block-header{
  text-align: center;
    align-items: center;
    margin: auto;
}




.industry-header{
  text-align: center;
  justify-content: center;
  margin-bottom: 30px;
  margin-top: 15px;
}

.industry-header p{
  font-size: 18px;
  color: rgb(238, 89, 34) !important;
}

.industry-header h2{
  font-size: 36px;
}

.image-box-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  max-width: 1200px;
  padding-left: 10px;
}

.image-box {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.image-box img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

/* .image-box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 10px;
  transition: background 0.3s ease;
  opacity: 0;
} */

.image-box .overlay {
  position: relative;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0px;
  transition: background 0.3s ease;
  opacity: 1;
}


.image-box .overlay h2,
.image-box .overlay p {
  margin: 0;
  background: rgba(0, 0, 0, 0.7);
  padding: 2px 5px;
  border-radius: 5px;
}



.image-box:hover .overlay {
  background: transparent;
  opacity: 1;
}

.image-box:hover img {
  /* transform: scale(1.1); */
}

.image-box h2{
  font-size: 20px;
}
.image-box p{
  font-size: 14px;
}

.image-box:hover .overlay h2,
.image-box:hover .overlay p {
  background: rgba(0, 0, 0, 0.7);
  padding: 2px 5px;
  border-radius: 5px;
}


.image-box .overlay h2{
  color: rgb(238, 89, 34);
}


@media (max-width: 768px) {
  .image-box-container {
      grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .image-box-container {
      grid-template-columns: 1fr;
  }
}


/* Key Activities */
/* Key Activities */
/* Key Activities */
