* {
    padding: 0%;
    margin: 0%;
    box-sizing: border-box;
}

::selection{
    background-color: #00888A;
    color: #ffff;
}
/* .navbar-brand {
    font-size: 35px;
}

.nav-item {
    padding: 0px 10px;
}
s
.nav-link {
    color: black;
    font-size: 20px;
    text-transform: uppercase;
}

.dropdown-toggle::after {
    content: none;
}

.dropdown:hover .dropdown-menu {
    display: block !important;
} */


.about-banner {
    background: url('../images/companypage/about-banner.jpeg')no-repeat bottom center;
    height: 570px;
    background-size: cover;
    background-attachment: fixed;
    align-content: center;
    margin-top: 95px;
}

.about-banner h3 {
    font-size: 50px;
    color: #0e66b1;
    line-height: 1.4em;
    font-weight: 600;
    margin-bottom: 0px;
    text-transform: capitalize;
    font-family: "Freeman", sans-serif;
}

.about-banner h5 {
    color: #0e66b1;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-right: 15%;
    line-height: 30px;
    font-family: "Freeman", sans-serif;
}





.section-2 .para-cont {
    top: 60%;
    left: 51%;
    /* transform: translate(11%, 5%); */
    width: 30%;
    color: black;
    text-align: left;
}

.section-2 .para-cont h5 {
    font-size: 30px;
}

.section-2 .icon {
    top: 2%;
    left: 44%;
}

.section-2 .icon h1 {
    color: black;
    font-size: 250px;
    /* font-family: "Lobster", sans-serif; */
}





/* ----  Two Decades / Section-3 ----------- */

.two-decades {
    padding-top: 75px;
    padding-bottom: 30px;
}

.two-decades .para-cont {
    text-align: justify;
}

.two-decades p {
    font-size: 17px;
    color: #666;
}

.two-decades p span {
    font-size: 30px;
    font-weight: 700;
}

/* --------- Section-4 -------- */

.section-4 {
    position: relative;
    margin-top: 220px;
    height: 800px;
    background-color: #000000;
}

.section-4 .img-cont {
    background: #00888A;
    height: -webkit-fill-available;
    position: absolute;
    width: -webkit-fill-available;
    top: 30%;
    left: 26.7%;
    /* display: flex;
    justify-content: space-evenly; */
}

.section-4 .img-cont img {
    width: -webkit-fill-available;
    height: -webkit-fill-available;
}

.section-4 .img-cont h1 {
    text-align: center;
    margin-bottom: 0px;
    color: #ffffff;
    font-family: "Freeman", sans-serif;
    font-size: 60px;
    height: -webkit-fill-available;
    align-content: center;
    -webkit-text-stroke-width: 2px;
    stroke-width: 2px;
    letter-spacing: 1px;
}

.section-4 .video-cont {
    position: absolute;
    width: 100%;
    text-align: -webkit-center;
    top: -50%;
    left: -50%;
    transform: translate(50%, 50%);
    height: 400px;
    overflow: hidden;
}

.section-4 video {
    /* border: 1px solid red; */
    height: 500px;
    position: relative;
    /* left: 50%; */
    top: -20%;
}

/* --------- ------ ---- Leadership  ----- -------- */

.leadership {
    padding-top: 75px;
}

.leadership .right h2 {
    font-size: 30px;
    font-weight: 300;
}

.leadership .right h6 {
    font-size: 14px;
    color: #0e8889;
    text-transform: uppercase;
}

/* .leadership .main-cont .img-cont {
    height: 350px;
    text-align: right;
    place-content: center;
    background-color: #61a9e5;
    background-color: #55555596;
} */

.leadership .main-cont .img-cont{
  margin-left: 203px;
  margin-top: -21px;
}



.leadership .icon-cont {
    display: flex;
    padding-top: -14px;
    padding-left: 300px;
}

.leadership .icon-cont-2 {
    padding-left: 20px;
}

/* .leadership .main-cont img {
    width: -webkit-fill-available;
    width: 260px;
    height: 260px;
    border-radius: 200px;
    background: white;
    margin-right: 30px;
} */

@property --gap{
  syntax: '<length>';
  inherits: true;
  initial-value: 0;
}
@property --angle{
  syntax: '<angle>';
  inherits: true;
  initial-value: 0deg;
}

.leadership .main-cont img {
  --border: 15px;
  --gap: 12px;
  --color: #FA6900;
  
  width: 237px;
  aspect-ratio: 1;
  box-sizing: border-box;
  border-radius: 50%;
  margin: 20px;
  cursor: pointer;
  padding: calc(var(--border) + var(--gap));
  
  --angle: 90deg;
  background:
    radial-gradient(farthest-side,var(--color) 97%,#0000 101%) 85.35% 85.35%,
    conic-gradient(from calc(180deg - var(--angle)/2),#0000 var(--angle),var(--color) 0),
    radial-gradient(farthest-side,var(--color) 97%,#0000 101%) 14.65% 85.35%;
  background-size: var(--border) var(--border),auto;
  background-repeat: no-repeat;
  
  -webkit-mask:
    radial-gradient(farthest-side, 
     #000  calc(99%  - calc(var(--border) + var(--gap))),
     #0000 calc(100% - calc(var(--border) + var(--gap))) 
           calc(99%  - var(--border)), 
     #000  calc(100% - var(--border)));
          mask:
    radial-gradient(farthest-side, 
     #000  calc(99%  - calc(var(--border) + var(--gap))),
     #0000 calc(100% - calc(var(--border) + var(--gap))) 
           calc(99%  - var(--border)), 
     #000  calc(100% - var(--border)));
  transition: --angle .4s,--gap .4s;
}

.leadership .main-cont img:hover {
  --angle: 0deg;
  --gap: 5px;
}

.leadership .main-cont .right {
    /* padding-left: 0px; */
    margin-left: -124px;
}


.leadership .right .para-cont {
    font-size: 17px;
    color: #666;
    /* padding-top: 20px; */
    font-weight: 300;
}




  /* **** */

/* ------ -------- Our Story / Section-5 ------ ------- */

.our-story {
    padding-top: 60px;
}

.our-story .heading-box h1,
.leadership .heading-box h1,
.section-6 .heading-box h1,
.leadership .heading-box h1 {
    font-size: 47px;
    font-weight: 600;
    font-family: "Freeman", sans-serif;
    text-align: center;
    text-transform: uppercase;
}

.our-story .heading-box h1 span,
.section-6 .heading-box h1 span,
.leadership .heading-box h1 span {
    /* color: white; */
    font-weight: 700;
    padding: 2px 10px;
    /* background-color: #0e66b1; */
}

.our-story .heading-box,
.section-6 .heading-box,
.leadership .heading-box {
    padding-bottom: 40px;
}

.our-story .para-cont {
    font-size: 18px;
    color: #939499;
}

.our-story .img-cont {
    height: 350px;
    margin-bottom: 30px;
    background: #61a9e5;
    position: relative;
}

.our-story .img-cont h5 {
    position: absolute;
    left: 56%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 26px;
}

/*---- ---- ------ Quality ---- ------ ----  */

  
  .text-blk {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    line-height: 20px;
    color: rgb(0, 0, 0);
    font-size: 14px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 40px;
    margin-left: 0px;
  }
  
  
  .text-blk.heading {
    font-family: "Freeman", sans-serif;
    font-size: 47px;
    line-height: 64px;
    font-weight: 600;
    color: #000000;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 40px;
    margin-left: 0px;
    text-transform: uppercase;
  }

  
  
  .responsive-container-block.rightSide {
    width: 675px;
    /* position: relative;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    display: flex;
    height: 700px;
    min-height: auto; */
  }
  
  .number1img {
    margin-top: 39%;
    margin-right: 80%;
    margin-bottom: 29%;
    margin-left: 0px;
    height: 32%;
    width: 20%;
    position: absolute;
  }
  .quality-main-box{
    margin: 80px auto;
  }
  .quality-inner-img-box{
    height:200px;
    background: linear-gradient(135deg, #ffffff, #ffffff); /* Adds a subtle gradient background */
    border-radius: 15px; /* Makes the corners rounded */
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
    overflow: hidden; /* Ensures the image stays within the rounded corners */
    margin: 10px; /* Adds spacing around the image containers */
    display: flex;
    justify-content: center; /* Centers the image horizontally */
    align-items: center; /* Centers the image vertically */
  }
  .quality-inner-img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the image scales properly */
    border-radius: 8px;
  }
  .quality-main-box {
    margin: 80px auto;
    padding: 40px;
    background: #bbe0e4; /* Light background for the entire section */
    border-radius: 0px; /* Smooth rounded corners */
    /* box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);  */
    margin-bottom: 140px;
}
  .number2img {
    margin-top: 6%;
    margin-right: 42%;
    margin-bottom: 42%;
    margin-left: 23%;
    width: 35%;
    height: 30%;
    position: absolute;
    /* object-fit: none; */
  }
  
  .number3img {
    width: 13%;
    height: 21%;
    position: absolute;
    margin-top: 62%;
    margin-right: 64%;
    margin-bottom: 30%;
    margin-left: 23%;
  }
  
  .number4vid {
    width: 34%;
    height: 33%;
    position: absolute;
    margin-top: 62%;
    margin-right: 27%;
    margin-bottom: 0px;
    margin-left: 39%;
  }
  
  .number5img {
    position: absolute;
    width: 13%;
    height: 21%;
    margin-top: 38%;
    margin-right: 27%;
    margin-bottom: 41%;
    margin-left: 60%;
  }
  
  .number6img {
    position: absolute;
    margin-top: 40px;
    margin-right: 3%;
    margin-bottom: 67%;
    margin-left: 62%;
    width: 35%;
    height: 30%;
  }
  
  .number7img {
    position: absolute;
    width: 73%;
    margin-top: 40%;
    margin-right: 0px;
    margin-bottom: 18%;
    margin-left: 24%;
    height: 38%;
    object-fit: cover;
  }

  .number7img img{
    width: 100%;
    height: auto;
    
  }
  
  .text-blk.subHeading {
    font-size: 17px;
    line-height: 25px;
    width: 500px;
    color: #000000;
  }

  .quality-ul {
    margin-left: -13px;
  }

  .quality-content-box{
    margin-top: 39px;
    font-size: 17px;
  }
  
  @media (max-width: 1024px) {
    .responsive-container-block.Container {
      flex-direction: column-reverse;
    }
  
  
    .responsive-container-block.leftSide {
      align-items: center;
      /* max-width: 480px; */
    }
  
    .responsive-container-block.rightSide {
      margin-top: 0px;
      margin-right: auto;
      margin-bottom: 100px;
      margin-left: auto;
    }
  
    .responsive-container-block.rightSide {
      margin: 0 auto 70px auto;
    }

    .leadership .main-cont .img-cont {
      margin-left: 0px;
    }
    .leadership .main-cont .right {
      margin-left: 0px;
    }

    .leadership .icon-cont {
      padding-left: 100px;
    }
  }
  
  @media (max-width: 768px) {
    .responsive-container-block.rightSide {
      width: 450px;
      height: 450px;
    }
  
    .text-blk.subHeading {
      width: 380px;
    }

    .quality-content-box {
      margin-top: 9px;
    }
  }
  
  @media (max-width: 500px) {
    .number1img {
      display: none;
    }
  
    .number2img {
      display: none;
    }
  
    .number3img {
      display: none;
    }
  
    .number5img {
      display: none;
    }
  
    .number6img {
      display: none;
    }
  
    .number7img {
      display: none;
    }
  
    .responsive-container-block.rightSide {
      width: 100%;
      height: 250px;
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 100px;
      margin-left: 0px;
    }
  
    .number4vid {
      position: static;
      margin-top: 0px;
      margin-right: auto;
      margin-bottom: 0px;
      margin-left: auto;
      width: 100%;
      height: 100%;
    }
  
    .text-blk.heading {
      font-size: 30px;
      line-height: 40px;
      max-width: 370px;
      width: auto;
    }
  
    .text-blk.subHeading {
      font-size: 14px;
      line-height: 25px;
      width: 100%;
    }
  
    .responsive-container-block.leftSide {
      width: 100%;
    }
  }


/*---- ---- ------ Section 6 ---- ------ ----  */

.section-6 {
    padding-top: 50px;
    background: #bbe0e4;
    margin-top: -55px;
    margin-bottom: 75px;
}

.section-6 .main-cont {
    /* margin-left: 293px; */
    /* height: 600px; */
    width: -webkit-fill-available;
    padding: 0px 90px 70px;
    display: grid;
    grid-template-columns: 22% 22% 22%;
    grid-column-gap: 4%;
    background-color: #bbe0e4;
    background: linear-gradient(15deg, #feaba9, #fc8696e6);
    /* background:  linear-gradient(30deg, rgb(255 0 0 / 20%), rgb(238 135 135 / 90%), rgb(234 96 96)); */
    background: #bbe0e4;
    justify-content: center;
}


.section-6 .cont {
    border: 1px solid #939499;
    text-align: center;
    padding-top: 0px;
}

.section-6 .cont .img-cont {
    height: 180px;
    background: #b9b9b9;
}



.section-6 .cont .img-cont img {
    width: 99.76%;
    height: 100%;
}

.section-6 .heading-box-inner {
    padding: 30px 25px 20px 25px;
    text-align: justify;
}

.section-6 .heading-box-inner h3 {
    text-align: center;
    font-weight: 300;
    font-family: "Freeman", sans-serif;
    text-transform: uppercase;
    font-size: 30px;
}

.section-6 .heading-box-inner p {
    padding-top: 5px;
    margin-bottom: 0px;
}




/* --- */


.join-our-team {
    text-align: center;
    padding-top: 65px;
}

.join-our-team button {
    padding: 0px;
    border: 0px;
    border-radius: 5px;
    margin-top: 15px;
    background-color: #00888A;
    padding: 8px 20px;
    display: inline-block;
    text-decoration: none;
    color: white;
}



.join-our-team p {
    padding-top: 15px;
    font-size: 17px;
}

footer {
    margin-top: 40px;
    /* height: 500px; */
    /* background-color: #0e66b1; */
}







/* ========================
------- Media Queries  ----
=======================-- */

@media screen and (min-width: 1024px) {
    .timeline .swiper-slide::after {
      right: -20%;
      bottom: -12%;
      width: 240px;
      height: 50%;
      box-shadow: -230px 0 150px 39vw rgba(0, 0, 0, 0.7);
    }
    .timeline .swiper-slide-content {
      right: 25%;
    }

    .section-6 .main-cont {
      grid-template-columns: 22% 22% 22%;
    }
  }

@media (max-width:991px){
    .section-4 .img-cont h1{
        font-size: 45px;
    }
    .section_6 .columm-container {
        grid-template-columns: 40% 40%;
        justify-content: center;
    }
    .section-6 .main-cont {
        grid-template-columns: 45% 45%;
        justify-content: center;
        grid-gap: 20px;
    }
}

@media (max-width:768px){
    .about-banner {
        width: 100%;
        height: 400px;
        background-size: cover;
    }
    
    .about-banner h3 {
        font-size: 30px;
    }
    .section-4 video {
        height: 360px;
        width: 100%;
    }
    .section-4 .img-cont h1{
        font-size: 27px;
    }
    .section-4 .video-cont{
        height: 300px;
        top: -40%;
    }
    .two-decades p span{
        font-size: 23px;
    }
    .two-decades p {
        font-size: 15px;
    }
    .section_6 h2{
        font-size: 30px;
    }
    .section_6 .columm-container{
        grid-template-columns: 100%;
        justify-content: center;
        padding: 20px;
    }
    .section-6 .heading-box h1{
        font-size: 30px;
    }
    .section-6 .main-cont {
        grid-template-columns: 50 50%;
        justify-content: center;
        grid-gap: 20px;
    }
    .leadership .heading-box h1{
        font-size: 30px;
    }
    .leadership .main-cont .right{
        margin-top: 10px;
    }
    .leadership .right h2 {
        font-size: 23px;
    }
    .leadership .right .para-cont {
        font-size: 13px;
    }

    .timeline .swiper-slide::after {
        right: -30%;
        bottom: -8%;
        width: 240px;
        height: 50%;
        box-shadow: -230px 0 150px 50vw rgba(0, 0, 0, 0.7);
      }
      .timeline .swiper-slide-content {
        right: 30%;
        top: 50%;
        transform: translateY(-50%);
        width: 310px;
        font-size: 11px;
        text-align: right;
      }
      .timeline .swiper-slide .timeline-year {
        margin-bottom: 0;
        font-size: 32px;
      }
      .timeline .swiper-slide .timeline-title {
        font-size: 46px;
        margin: 0;
      }
      .timeline .swiper-pagination {
        display: flex;
      }
      .timeline .swiper-button-prev {
        top: 15%;
        left: auto;
        right: 15%;
        transform: rotate(90deg) translate(0, 10px);
      }
      .timeline .swiper-button-prev:hover {
        transform: rotate(90deg) translate(-3px, 10px);
      }
      .timeline .swiper-button-next {
        top: auto;
        bottom: 15%;
        right: 15%;
        transform: rotate(90deg) translate(0, 10px);
      }
      .timeline .swiper-button-next:hover {
        transform: rotate(90deg) translate(3px, 10px);
      }
}

@media (max-width:425px){
  .leadership .main-cont .img-cont {
    margin-left: 55px;
  }
  
}

html, body {
    overflow-x: hidden;
}