@import url('https://fonts.googleapis.com/css2?family=Bungee+Tint&family=Rethink+Sans:ital,wght@0,400..800;1,400..800&display=swap');

:root {
    --shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
        0 2px 4px -1px rgba(0, 0, 0, 0.06);
  : #632140;
    --bgOne: #26226217;
    --bgTwo: #73255117;
    --bgThree: #a8244017;
    --bgFour: #ed1c2417;
    
    --bg-color: #020202;
    --primary-color: #F9C508;
    --secondary-color: #04724D;
    --white-color: #F9F9F9;
    --blue-color: #1D2F6F;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
    list-style-type: none;
    text-decoration: none;
    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
      font-family: "Rethink Sans", sans-serif;
     
}

html {
    scroll-behavior: smooth;
    height: -webkit-fill-available;
    scroll-padding-top: 80px;
    
}

body {
    /* font-family: "Inter", sans-serif; */
     font-family: "Rethink Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    color: var(--dark-black);
    background-color: var(--white);
    transition: 0.3s ease-in-out;
    overflow-x: hidden;
    
    -webkit-tap-highlight-color: transparent !important;
}

/*cards sustainable page*/
/* From Uiverse.io by suleymanlaarabidev */ 

.first-para{
    color: #04724D;
}
.box-title{
    border: 1px solid #eee;
    width: max-content;
    padding: 7px 14px;
    border-radius: 10px;
    background: var(--primary-color);
    color: #fff;
box-shadow: rgb(236 188 102) 0px 30px 60px -12px inset, rgb(119 117 24 / 30%) 0px 18px 36px -18px inset;
}
.title{
    color: var(--primary-color);
     text-transform: capitalize;
    font-size: 2.5rem;
}
.second-para{
    color: #1D2F6F;
}

 .card-glow {
      position: relative;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
      transition: transform 0.4s ease;
      background-color: #fff;
      margin-bottom: 25px;
    }

    .card-glow:hover {
      transform: scale(1.03);
    }

    .card-img {
      width: 100%;
      height: 315px;
      object-fit: cover;
      transition: opacity 0.5s ease;
    }

    .card-hover-content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      padding: 20px;
      background-color: rgba(255, 255, 255, 0.95);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      opacity: 0;
      transition: opacity 0.4s ease;
    }

    .card-glow:hover .card-img {
      opacity: 0;
    }

    .card-glow:hover .card-hover-content {
      opacity: 1;
    }

    .card-hover-content h5 {
      font-weight: 700;
      margin-bottom: 10px;
      color: #04724D;
    }

    .card-hover-content p {
      color: #1D2F6F;
      font-size: 0.95rem;
      font-weight: 500;
    }



.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 43%;
    bottom: 0;
    z-index: 99999;
    display: flex
;
    align-items: center;
    justify-content: center;
    width: 9%;
    padding: 0;
    color: #ffffff;
    text-align: center;
    background: 0 0;
    border: 0;
    transition: opacity .15s ease;
}

 .section-background {
      background-image: url('https://media.istockphoto.com/id/1465188429/photo/business-performance-monitoring-concept-businessman-using-smartphone-online-survey-filling.jpg?s=612x612&w=0&k=20&c=7c47U-ZeTVL4H1_jPyO-8V3mKVPbeDb25oOxIV7NoEE=');
      background-size: cover;
      background-position: center;
      position: relative;
      color: white;
    }

    .section-overlay {
      position: absolute;
      inset: 0;
      background-color: rgba(0, 0, 0, 0.6);
    }

    .vision-box {
      position: relative;
      z-index: 2;
      padding: 64px 20px 60px;
      text-align: center;
    }



.homeAboutTxt p{
    font-size:1.2rem;
}

    .custom-carousel .carousel-item {
      background: rgba(0, 0, 0, 0.5);
      padding: 40px 20px;
      min-height: 250px;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
      filter: invert(1);
      
    }

    .carousel-indicators [data-bs-target] {
      background-color: #fff;
    }


.content p {
    font-weight: 500;
    color:  #020202;
    margin-bottom: 15px;
}

/*.text {*/
/*  font-family: "Bungee Tint", sans-serif;*/
/*  font-weight: 600;*/
/*  font-style: normal;*/
/*}*/

.text h2 {
    color: #fff;
    font-size: 3.1rem;
    letter-spacing:.1rem;
    
}


/*leadership team section start about page*/
/* Section */
 


/* four pillar strategy page*/

.four-pillar{
    background-color: #F9F9F9;
      color: #000;
}



   .four-pillar .strategy-title1 {
      font-size: 2.5rem;
      font-weight: bold;
      margin-bottom: 40px;
      color: #020202;
      text-align: center;
    }

    .four-pillar .pillar-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 40px 60px;
    }

.four-pillar .pillar-grid .pillar-block {
     display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
    justify-content: center;
    background: #F9F9F9;
    padding: 15px 10px;
    border-radius: 15px;
    box-shadow: 0 0 18px 10px #ddd;
    }

    .pillar-icon {
      width: 49px;
      height: 49px;
      border-radius: 50%;
      background-color: #002f5f;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }

    .pillar-icon img {
      max-width: 49px;
      max-height: 49px;
    }

    .pillar-content {
      max-width: 500px;
    }

    .pillar-heading {
      font-weight: 700;
      font-size: 1.1rem;
      margin-bottom: 5px;
      color:#020202;
    }

    .pillar-subheading {
      font-weight: 600;
      color: #2d2d2d;
      margin-bottom: 10px;
    }

    .pillar-text {
      font-size: 1rem;
      line-height: 1.5;
    }

    @media (max-width: 768px) {
      .pillar-grid {
        grid-template-columns: 1fr;
      }
     .four-pillar .pillar-grid {
    grid-template-columns: 1fr;
    gap: 22px;
}

      .strategy-title {
        font-size: 2rem;
      }

      .pillar-block {
        flex-direction: column;
        align-items: flex-start;
      }

      .pillar-icon {
        margin-bottom: 10px;
      }
    }
/*------------------------------ sustainability page -------------*/


.commitments {
    padding: 32px  20px;
    margin: auto;
   /*background-image: url(/Images/Commitmentsimg2.jpeg);*/
}

.commitments h2{
    /*color: #04724D;*/
    /*font-size:2.6rem;*/
    text-align:center;
}

.commitments p{
    /*color:black;*/
    font-weight:400;
    font-size:1.2rem;
}


.half-circle {
    position: relative;
    width: 900px;
    height: 462px;
    margin: 44px auto 0;
    background-color:  #1D2F6F;
    border-top-left-radius: 900px;
    border-top-right-radius: 900px;
    /* overflow: hidden; */
}


.half-circle::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 285px;
    width: 550px;
    transform: translateX(-50%);
    background-color:#7E5920;
    border-top-left-radius: 900px;
    border-top-right-radius: 900px;
}



.icon:hover {
    /*transform: scale(1.1);*/
}

.icon i {
    font-size: 32px;
    color: #1D2F6F;
    margin-bottom: 5px;
    padding: 12px 12.5px;
    border-radius: 50%;
    background-color: #F9C508;
}

.icon span {
    font-size: 13.6px;
    display: block;
    margin-top: 5px;
    font-weight: 700;
     text-transform: uppercase;
     color:#F9C508;
     text-shadow: 1px 1px BLACK;
     opacity: 0;
}

.icon:hover span{
    opacity: 1;
}



/* Modal */
.modal {
    display: none;
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.modal-content {
    background: #fff;
    padding: 20px;
    width: 90%;
    max-width: 400px;
    margin: 20% auto;
    border-radius: 10px;
    position: relative;
    text-align: left;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
}

.icon{
    cursor: pointer;
}



/* ----------sustainablity our commitment----------- */



.icon_contents{
    position: absolute;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.icon_contents1{
    bottom: 15px;
    left: 17px;
    width: 96%;
}

.icon_contents1 .icon:nth-child(1) .icon__p::before{
    content: '';
    position: absolute;
    top: 39%;
    right: -209px;
    height: 3px;
    width: 13.1rem;
    background: #fff;
    transform: rotate(-3deg);
}

.icon_contents2 .icon:nth-child(1) .icon__p::before{
        content: '';
    position: absolute;
    top: 121%;
    right: -199px;
    height: 3px;
    width: 13rem;
    background: #fff;
    transform: rotate(21deg);
}

.icon_contents3 .icon:nth-child(1) .icon__p::before{
       content: '';
    position: absolute;
    top: 207%;
    right: -154px;
    height: 3px;
    width: 12.7rem;
    background: #fff;
    transform: rotate(53deg);
}

.icon_contents4 .icon:nth-child(1) .icon__p::before {
    content: '';
    position: absolute;
    top: 201%;
    right: -166px;
    height: 3px;
    width: 13rem;
    background: #fff;
    transform: rotate(44deg);
}

.icon_contents5 .icon:nth-child(1) .icon__p::before {
      content: '';
    position: absolute;
    top: 238%;
    right: -60px;
    height: 3px;
    width: 11.3rem;
    background: #fff;
    transform: rotate(90deg);
}

.icon_contents4 .icon:nth-child(2) .icon__p::before {
      content: '';
    position: absolute;
    top: 201%;
    right: 12px;
    height: 3px;
    width: 12.6rem;
    background: #fff;
    transform: rotate(133deg);
}

.icon_contents3 .icon:nth-child(2) .icon__p::before {
      content: '';
    position: absolute;
    top: 208%;
    right: 13px;
    height: 3px;
    width: 12.8rem;
    background: #fff;
    transform: rotate(130deg);
}

.icon_contents2 .icon:nth-child(3) .icon__p::before {
       content: '';
    position: absolute;
    top: 126%;
    right: 52px;
    height: 3px;
    width: 12.2rem;
    background: #fff;
    transform: rotate(158deg);
}

.icon_contents1 .icon:nth-child(4) .icon__p::before{
      content: '';
    position: absolute;
    top: 40%;
    right: 56px;
    height: 3px;
    width: 12.6rem;
    background: #fff;
    transform: rotate(4deg);
}

.icon_contents2{
    bottom: 120px;
    left: 48px;
    width: 90%;
}
.icon_contents3{
    bottom: 237px;
    width: 75%;
    left: 122px;
}

.icon_contents4{
    bottom: 337px;
    width: 45%;
    left: 242px;
}

.icon_contents5{
    bottom: 380px;
    justify-content: center;
}

.icon_contents .icon__p{
    position: relative;
}

.icon_contents .icon__p .span_tag{
    position: absolute;
    top: -41px;
    width: max-content;
}
.icon_contents.icon_contents5 .icon__p .span_tag{
    top: -30px;
}
/* Mobile view */


@media (max-width: 991px) {
    .commitments {
    padding: 28px 20px;
    }
    .half-circle {
        grid-template-columns: 1fr 0fr;
        gap: 20px;
        position: static;
        width: 100%;
        height: auto;
        margin-top: 30px;
        background: none;
        border-radius: 0;
    }

    .half-circle::before{
        display: none;
    }

    .half-circle .icon_contents{
        position: inherit;
         display: flex;
         gap: 2rem;
        width: 100% !important;
    }
    .icon_contents.icon_contents5 .icon__p .span_tag {
    top: 0px;
}

    .icon_contents .icon__p .span_tag {
        position: inherit;
        top: 0px;
        left: 50%;
        transform: translateX(-50%);
        width: max-content;
    }
    .icon {
        position: inherit;
        width: 100%;
        border: 1px solid #ddd;
        margin: 1rem 0;
        padding: 10px 0;
        border-radius: 10px;
    }

    .icon:hover{
        background-color: #388e3c;
        color: #fff;
        transform: scale(1);
    }

    .icon:hover i{
        background-color: #fff;
        color: #388e3c;
     
    }

    .icon i {
        font-size: 30px;
    }

    .icon span {
        font-size: 18px;
        opacity: 1;
        color:black;
        text-shadow: 0px 0px BLACK;
    }
    
    .icon_contents5 .icon:nth-child(1) .icon__p::before,
    .icon_contents1 .icon:nth-child(1) .icon__p::before,
    .icon_contents2 .icon:nth-child(1) .icon__p::before,
    .icon_contents3 .icon:nth-child(1) .icon__p::before,
    .icon_contents4 .icon:nth-child(1) .icon__p::before,
    .icon_contents3 .icon:nth-child(2) .icon__p::before,
    .icon_contents2 .icon:nth-child(3) .icon__p::before,
    .icon_contents4 .icon:nth-child(1) .icon__p::before,
    .icon_contents3 .icon:nth-child(1) .icon__p::before,
    .icon_contents1 .icon:nth-child(4) .icon__p::before
    {
        display: none;
    }
}

@media (max-width: 768px) {
  

    .half-circle .icon_contents {
        position: inherit;
        display: block;
        width: 100% !important;
    }

    .icon i {
        font-size: 24px;
    }

    .icon span {
        font-size: 14px;
        color:black;
        text-shadow: 0px 0px BLACK;
    }
}

@media (min-width: 992px) and (max-width: 1440px) {
    #content-fix{
        right:21px;
    }
    
    #content-fix2{
        left:34px; 
        top:-38px;
    }
    
     #content-fix3{
         top:-21px;
         left:-17px;
     }
     
      #content-fix4{
          left:10.5px;
      }
      
      #content-fix5{
          right:21px;
      }
      
        #content-fix6{
          top:-43px;
      }
      
         #content-fix7{
            right:6px;
      }
      
       #content-fix8{
           right:-6px;
      }
}

/*------------------snvironmental_strategy-----------*/

.snvironmental_strategy{
    /*background-image: url(/Images/abstract-waves.webp), linear-gradient(90deg,var(--secondary-color) 0%, var(--secondary-color) 100%);*/
}

.snvironmental_strategy .heading h1{
    color:  #F9C508;
    font-size:2.6rem;
}

.snvironmental_strategy .heading p{
    font-size: 1.3rem;
    color: var(--bg-color);
    font-weight:500;
}

.snvironmental_strategy .card{
    height: auto;
    width: 100%;
    padding: 1.3rem;
    margin-top: 12px;
    border-radius: 10px;
    transition: transform .3s linear;
}

.snvironmental_strategy .card:hover{
        transform: scale(1.08);
}
.snvironmental_strategy .card h5{
    text-align: start;
    color: var(--primary-color);
    font-weight:600 !important;
    font-size:1.4rem;
}

.snvironmental_strategy .card p{
    color: var(--bg-color);
    font-weight:450 !important;
    text-align:start;
}


/*second-page*/
.snvironmental_strategy2 .heading h1 {
    color: #000000;
}


.snvironmental_strategy2 .heading p{
    font-size: 1.3rem;
    color: #4c4c4c;
}

  .sdg-box {
      display: flex;
      flex-wrap: wrap;
      background-color: #fff6c1;
      border: 2px solid #006400;
      border-radius: 15px;
      padding: 24px 28px;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
      background-color: #fbc707;
    }

    .sdg-card {
      flex: 1;
     /*width: max-content;*/
      display: flex;
      align-items: flex-start;
      margin-right: 30px;
    }

    .sdg-card:last-child {
      margin-right: 0;
    }

    .sdg-icon {
      width: 44px;
      height: 44px;
      margin-right: 15px;
      flex-shrink: 0;
    }

    .sdg-content h4 {
      margin: 0 0 8px;
      font-size: 16px;
      font-weight: bold;
    }

    .sdg-content p {
      margin: 0;
      font-size: 14px;
    }

.snvironmental_strategy2 .image{
    height: 25rem;
    border-radius: 10px;
    overflow: hidden;
}

.snvironmental_strategy2 .image img{
    height: 100%;
    width: 100%;
    padding-top:10px;
}
    @media (max-width: 768px) {
      .sdg-box {
        flex-direction: column;
      }

      .sdg-card {
        margin-bottom: 20px;
      }

      .sdg-card:last-child {
        margin-bottom: 0;
      }
      
    }
    
     @media (min-width: 678px) and (max-width:768px) {
     
      .snvironmental_strategy .card{
          height: 16rem;
       }
         
     }
    
 
    
/*social-strategy second-section sustainability-page*/
.sdg-section .heading h1 {
    color: #000000;
    text-align:left;
}

.sdg-section .heading p{
    font-size: 1.3rem;
    color: #4c4c4c;
    text-align:left;
}

.sdg-section {
  padding: 2rem;
  text-align: center;
}

.sdg-heading {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 1.5rem;
}

.sdg-icon {
  font-size: 2rem;
  margin-right: 0.5rem;
  color: #0a2e03;
}

.sdg-heading h2 {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}

.sdg-subtitle {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 2rem;
  color: #04724D;
  text-align: center;
}

.sdg-items-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 2rem;
}

.sdg-item {
  max-width: 250px;
  flex: 1 1 200px;
  text-align: center;
}

.sdg-circle {
  width: 80px;
  height: 80px;
  background-color: #fdd440;
  border-radius: 50%;
  margin: 0 auto 1rem auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
}

.dark-circle {
  background-color: #184b0f;
  color: #ffffff;
  box-shadow: 0 0 20px #184b0f88;
}

.sdg-item h4 {
  font-size: 1rem;
  font-weight: 600;
  margin: 0.5rem 0;
}

.sdg-item p {
  font-size: 0.9rem;
  line-height: 1.4;
}

/* Responsive */
@media (max-width: 768px) {
  .sdg-items-container {
    flex-direction: column;
    align-items: center;
  }

  .sdg-heading {
    justify-content: center;
  }
  
}

/*governance-section start on sustainability page*/

.gov-paragraph{
    font-weight:400;
}



 .gov-section-title {
      font-size: 2.6rem;
      font-weight: bold;
    }
    .gov-subtitle {
      font-size: 1.3rem;
      font-weight: 500;
    }
    .gov-icon {
      background-color: #215c37;
      color: white;
      width: 60px;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 15px;
      font-size: 24px;
      margin-right: 15px;
    }
    .gov-item {
      display: flex;
      align-items: flex-start;
      margin-bottom: 35px;
    }
    .gov-item h6 {
      color:  var(--primary-color);
      font-size:1.3rem;
    }
    .gov-dot {
      width: 8px;
      height: 8px;
      background-color: #0099ff;
      border-radius: 50%;
      margin-bottom: 8px;
    }
    .gov-highlight {
      font-weight: 600;
      font-size: 1.6rem;
    }


/*governance-section2 start sustainability page*/
    .section-header-title {
      font-size: 2.5rem;
      font-weight: 700;
    }

    .section-subtext {
      font-size: 1.25rem;
      margin-bottom: 2.5rem;
    }

    .sdg-alignment-wrapper {
      margin-top: 3rem;
    }

    .sdg-info-card {
      background-color: #f6be00;
      border: 1px solid #000;
      border-radius: 14px;
      padding: 1.3rem;
      min-height: 280px;
      box-shadow: 0 4px 6px rgba(0,0,0,0.1);
      text-align: left;
    }

    .sdg-number-tag {
      font-size: 2rem;
      font-weight: 700;
      color: #000;
      position: relative;
      margin-bottom: 1rem;
    }

    .sdg-number-tag::after {
      content: "";
      width: 18px;
      height: 18px;
      background-color:  #04724D;
      border-radius: 50%;
      position: absolute;
      top: 0;
      left: 2.5rem;
    }

    .sdg-card-heading {
      font-weight: 600;
      margin-bottom: 0.5rem;
    }

    .arrow-container {
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 100%;
    }

    .forward-arrow {
      border: solid  #04724D;
      border-width: 0 8px 8px 0;
      display: inline-block;
      padding: 12px;
      transform: rotate(-45deg);
    }

    @media (max-width: 767.98px) {
      .arrow-container {
        display: none;
      }
    }

    .sdg-highlight-icon {
      width: 20px;
      height: 20px;
      border-left: 4px solid #2b2b7f;
      transform: rotate(-45deg);
    }

    .align-label {
      font-weight: 600;
    }

    
    /*last about section on sustainability page*/
    
    .future-para{
        font-weight:400;
        font-size:1.1rem;
    }
    
    .future-esg-container {
      padding: 4rem 1rem;
    }

    .future-heading {
      font-size: 2.7rem;
      font-weight: 700;
      margin-bottom: 1.5rem;
      color: #04724D;
    }

    .future-description {
      font-size: 1.3rem;
      max-width: 920px;
      margin: 0 auto 3rem auto;
    }

  

    .future-card-group {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 2rem;
    }

    .future-info-box {
      /*background-color: var(--primary-color);*/
      border-radius: 11px;
      padding: 1.9rem 1.89rem;
      text-align: left;
      flex: 1 1 280px;
      max-width: 329px;
      position: relative;
      box-shadow: 0 4px 8px rgba(0,0,0,0.15);
      border:1.4px solid var(--primary-color);
    }

    .icon-circle-highlight {
      width: 55px;
      height: 55px;
      background-color: var(--primary-color);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      top: -25px;
      left: 20px;
      box-shadow: 0 7px 11px rgba(0,0,0,0.2);
    }

    .icon-circle-highlight img {
      width: 32px;
      height: 32px;
    }

    @media (max-width: 576px) {
      .future-heading {
        font-size: 2rem;
        text-align: center;
      }

      .future-description {
        font-size: 1.1rem;
        text-align: center;
      }

      .future-info-box {
        margin-top: 3rem;
      }
    }
    
    .bold-highlight{
       color: #222121; 
       font-weight:700;
       font-size:1.3rem;
    }
    
/*--------------------------------------------------end --------*/


/*mission and vission*/

.value-slide {
    height: 370px;
    background-size: cover;
    background-position: center;
}

.animate-fade {
    animation: fadeIn 1.5s ease-in;
}

@keyframes fadeIn {
    0% { opacity: 0; transform: translateY(20px); }
    100% { opacity: 1; transform: translateY(0); }
}

.custom-dots {
    display: flex;
    justify-content: center;
    gap: 1px;
    padding: 0 10px;
}

.dot {
    width: 15px;
    height: 15px;
    background-color: transparent;
    border: 2px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot:hover {
    transform: scale(1.2);
    border-color: #333;
}

.dot.active {
    background-color: #1D2F6F; /* Primary theme color */
    border-color: #1D2F6F;
    transform: scale(1.4);
}

/* Responsive Sizing */
@media (max-width: 768px) {
    .dot {
        width: 10px;
        height: 10px;
    }
}
@media (max-width: 480px) {
    .dot {
        width: 8px;
        height: 8px;
    }
}

    

main {
    overflow: hidden;
}

a,
button {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    outline: none;
    background: none;
}


img,
video {
    display: block;
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

img {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -moz-crisp-edges;
    image-rendering: crisp-edges;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 650 !important;
}



.etymology_section1 {
  display: none;
  /*opacity: 0;*/
  transition: display  0.3s ease;
}
#etymologyBtn:hover ~ .etymology_section1{
 display: block;
}
.etymology_section1.show {
  display: block;
  opacity: 1;
}


/* ------------- responsive CSS --------------- */

.container {
    width: 100%;
    /* padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem); */
    /* margin-right: auto;
    margin-left: auto; */
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
        
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1200px !important;
    }
    
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
        max-width:1200px !important;
    }
}

@media (min-width: 810px) and (max-width: 1100px) {
  img,
  video {
    /*height: 1117px;*/
  }
}
@media (min-width: 1101px) and (max-width: 1400px) {
  img,
  video {
    /*height: 1517px;*/
  }
}


.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -0.5);
    margin-left: calc(var(--bs-gutter-x) * -0.5);
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}

.col-3 {
    flex: 0 0 auto;
    width: 25%;
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}

.col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}

.col-9 {
    flex: 0 0 auto;
    width: 75%;
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

.ml-auto {
    margin-left: auto !important
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

@media (min-width: 576px) {
    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width: 768px) {

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }
}

@media (min-width: 992px) {

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }
}

.align-items-center {
    align-items: center !important;
}

.align-items-justify {
    justify-content: center !important;
}

.justify-content-center {
    justify-content: center !important;
}

.mt-1 {
    margin-top: .25rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: .25rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pt-5 {
    padding-top: 3rem !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.pb-4 {
    padding-bottom: 1.5rem !important
}

.pb-5 {
    padding-bottom: 3rem !important
}

.pe-0 {
    padding-right: 0 !important
}

.pe-1 {
    padding-right: .25rem !important
}

.pe-2 {
    padding-right: .5rem !important
}

.pe-3 {
    padding-right: 1rem !important
}

.pe-4 {
    padding-right: 1.5rem !important
}

.pe-5 {
    padding-right: 3rem !important
}

.ps-0 {
    padding-left: 0 !important
}

.ps-1 {
    padding-left: .25rem !important
}

.ps-2 {
    padding-left: .5rem !important
}

.ps-3 {
    padding-left: 1rem !important
}

.ps-4 {
    padding-left: 1.5rem !important
}

.ps-5 {
    padding-left: 3rem !important
}

.ms-1 {
    margin-left: .25rem !important
}

.ms-2 {
    margin-left: .5rem !important
}

.ms-3 {
    margin-left: 1rem !important
}

.ms-4 {
    margin-left: 1.5rem !important
}

.ms-5 {
    margin-left: 3rem !important
}

.me-1 {
    margin-right: .25rem !important
}

.me-2 {
    margin-right: .5rem !important
}

.me-3 {
    margin-right: 1rem !important
}

.me-4 {
    margin-right: 1.5rem !important
}

.me-5 {
    margin-right: 3rem !important
}

.m-auto {
    margin: auto !important
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 14%;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

/* ------------------- responsive css end ---------------- */

@-webkit-keyframes slideLeft {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        transform: translateX(0%);
    }
}

@keyframes slideLeft {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        transform: translateX(0%);
    }
}

@-webkit-keyframes slideRight {
    0% {
        opacity: 1;
        transform: translateX(0%);
    }

    100% {
        opacity: 0;
        transform: translateX(100%);
    }
}

@keyframes slideRight {
    0% {
        opacity: 1;
        transform: translateX(0%);
    }

    100% {
        opacity: 0;
        transform: translateX(100%);
    }
}

.centered {
    text-align: center;
    vertical-align: middle;
    margin-bottom: 1rem;
}

.header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 100;
    margin: 0 auto;
    background-color: grey;
    box-shadow: var(--shadow-medium);
    transition: 0.3s ease-in-out;
}

.nav-tagline{  
    color: var(--primary-color);
    font-size: .9rem;
   text-align: center;
    font-weight:400;
    margin-bottom: 0;
}

@media (max-width:468px){
    .nav-tagline{
        font-size:.8rem;
    }
}
 

/*navbar page active*/
.header-active{
    padding:5.4px !important;
    background-color:gray;
    border-radius:6px;
    border: 1px solid var(--primary-color);
    color: var(--primary-color) !important;
}

.header-active:target {
    color: var(--primary-color);
}




.navbar {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.navbar .navbar__left {
    display: flex;
    align-items: center;
    flex: 0 0 17%;
}

.navbar__right {
    display: none !important;
}

@media (max-width: 991px) {
    .navbar__right {
        display: block !important;
    }
}

@media (min-width: 991px) and (max-width:1600px) {
    #gov-card5{
        left:50% !important;
    }
}

@media (max-width: 991px) {
    .navbar .navbar__left {
        flex: 0 0 auto;
    }


}

.navbar .navbar__center {
    display: flex;
}

@media (max-width: 991px) {
    .navbar .navbar__center {
        flex: 0 0 100%;
        order: 3;
        align-items: center;
    }
}

.navbar .navbar__right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
}

@media (max-width: 991px) {
    .navbar .navbar__right {
        flex: 0 0 auto;
        align-items: center;
    }
}

.brand {
    display: flex;
    align-items: center;
    order: 1;
}

.brand img {
    min-width: 200px !important;
    max-width: 200px !important;
    padding: 5px 0;
}

@media (max-width: 991px) {
    .menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 350px;
        max-width: 85%;
        height: 100%;
        z-index: 100;
        overflow: hidden;
        background-color: var(--white);
        transform: translate(-100%);
        transition: 0.3s ease-in-out;
    }
}

@media (max-width: 991px) {
    .menu .menu__header {
        position: relative;
        top: 0;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        height: 63px;
        z-index: 110;
        visibility: hidden;
        background: transparent;
    }

    .menu .menu__header.is-active {
        visibility: visible;
        background-color: var(--white);
    }

    .menu .menu__header.is-active>.menu__arrow {
        display: flex;
    }


}


/*  Navbar start  */

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
    --bs-gutter-x: 1.2rem !important;
}

#nav-button{
    /*width: 3em;*/
    color: white;
    background: #fff;
}

.logo{
    width: 100%;
    height: 2.7rem;
}
/*---------------new logo sk start header---------*/
.navbar-brand.navbar-brand2{
    display: flex;
   align-items: center;
}
.navbar-brand2 .logo-image 
{
    /*width: 5rem;*/
    height: 3.2rem;
}

.navbar-brand2 .logo-image img
{
    width: 100%;
    height: 100%;
}

.navbar-brand2 .logo-text h4{
    font-size: 1.9rem;
    color: #F9C508 ;
    margin-bottom: 0;
    letter-spacing: 3px;
    font-weight:750 !important;
}
.navbar-brand2 .logo-text p{
    font-size: .7rem;
    color: #F9C508 ;
     margin-bottom: 0;
     font-weight: 200;
}
/*---------------new logo sk end header---------*/

.nav-item{
    padding-left: 5px;
}    

.navbar-nav .nav-link{
    font-weight: 500;
    /*color: #1D2F6F;*/
    color: white;
    font-family: "Rethink Sans", sans-serif;
}

.navbar-nav .nav-link:hover,
.nav-link:focus{
    /*color: #04724D ;*/
    color: #F9C508;
}


@media (max-width: 480px) {
    .logo {
        width: 95%;
        height: 5.2vh;
    }
}



            .ezy__nav7 {
                /* Bootstrap variables */
                --bs-body-color: #212529;
                --bs-body-bg: rgb(255, 255, 255);
            
                background-color: var(--bs-body-bg);
            }
            
            /* Gray Block Style */
            .gray .ezy__nav7,
            .ezy__nav7.gray {
                /* Bootstrap variables */
                --bs-body-bg: rgb(246, 246, 246);
            }
            
            /* Dark Gray Block Style */
            .dark-gray .ezy__nav7,
            .ezy__nav7.dark-gray {
                /* Bootstrap variables */
                --bs-body-color: #ffffff;
                --bs-body-bg: rgb(0, 0, 0); 
            }
            
            
            /* Dark Block Style */
            .dark .ezy__nav7,
            .ezy__nav7.dark {
                /* Bootstrap variables */
                --bs-body-color: #ffffff;
                --bs-body-bg: rgb(0, 0, 0);
            }
            
            .ezy__nav7 .navbar-brand {
                font-weight: 800;
                font-size: 20px;
                color: var(--bs-body-color);
            }
            
            
            .ezy__nav7 .navbar-toggler {
                border: none;
                box-shadow: none !important;
            }
            
            .ezy__nav7 .navbar-toggler>span {
                display: flex;
                align-items: center;
                height: 31px;
            }
            
            .ezy__nav7 .navbar-toggler>span>span {
                position: relative;
            }
            
            .ezy__nav7 .navbar-toggler>span>span,
            .ezy__nav7 .navbar-toggler>span>span::before,
            .ezy__nav7 .navbar-toggler>span>span::after {
                height: 2px;
                background-color: var(--bs-body-color);
                width: 25px;
                display: inline-block;
                border-radius: 5px;
                transition: all .35s ease-in-out;
            }
            
            .ezy__nav7 .navbar-toggler>span>span::before,
            .ezy__nav7 .navbar-toggler>span>span::after {
                content: '';
                position: absolute;
                left: 0;
            }
            
            .ezy__nav7 .navbar-toggler[aria-expanded="false"]>span>span::before {
                top: 7px;
            }
            
            .ezy__nav7 .navbar-toggler[aria-expanded="false"]>span>span::after {
                bottom: 7px;
            }
            
            .ezy__nav7 .navbar-toggler[aria-expanded="true"]>span>span {
                background-color: transparent;
            }
            
            .ezy__nav7 .navbar-toggler[aria-expanded="true"]>span>span::before {
                top: 0;
                transform: rotate(-45deg);
            }
            
            .ezy__nav7 .navbar-toggler[aria-expanded="true"]>span>span::after {
                bottom: 0;
                transform: rotate(45deg);
            }

            
            .ezy__nav7 .navbar-nav .nav-link:hover,
            .ezy__nav7 .navbar-nav .nav-link:focus,
            .ezy__nav7 .navbar-nav .nav-link.active {
                opacity: 1;

            }
            
              .ezy__nav7 .navbar-nav .nav-link.active{
                              border: 1px solid grey;
            background-color: #8080809e;
            border-radius: 8px;
              }
            @media (min-width: 992px) {
                .ezy__nav7 .navbar-nav .nav-link {
                    padding-right: 16px;
                    padding-left: 16px;
                }
            }
            
            .ezy__nav7 .btn {
                border-radius: 10px;
            }
            
            .ezy__nav7-btn {
                background-color: var(--ezy-theme-color);
                color: #fff;
            }
            .ezy__nav7-btn:hover {
                background-color: rgba(var(--ezy-theme-color-rgb), .9);
                color: #fff;
            }
            
            
            .ezy__nav7 .form-control {
                min-height: 48px;
                line-height: 40px;
                border-color: transparent;
                background: rgba(163, 190, 241, .14);
                border-radius: 10px;
                color: var(--bs-body-color);
            }
            
            .ezy__nav7 .form-control:focus {
                border-color: #86b7fe;
                box-shadow: none;
            }
            




@media (max-width: 991px) {
    .menu .menu__header .menu__arrow {
        display: none;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        width: 3rem;
    }

    .menu .menu__header .menu__arrow:hover i {
        color: var(--darkred);
    }

    .menu .menu__header .menu__arrow>i {
        font-size: 1.5rem;
        color: #000;
        transition: 0.3s ease-in-out;
    }


}


@media (max-width: 991px) {
    .menu .menu__header .menu__title {
        cursor: pointer;
        font-weight: 400;
        text-transform: capitalize;
        color: #000;
        transition: 0.3s ease-in-out;
    }

    .menu .menu__header .menu__title:hover {
        color: var(--darkred);
    }


}

@media (max-width: 991px) {
    .menu .menu__inner {
        height: 100%;
        margin-top: -3rem;
        overflow-y: auto;
        overflow-x: hidden;
    }
}

.menu .menu__inner .menu__item {
    position: static;
    display: inline-block;
    padding-right: 20px;
    padding: 15px 20px 15px 0;
}

.menu .menu__inner .menu__item:last-child {
    padding-right: 0;
}

.menu .menu__inner .menu__item:hover>.menu__link {
    color: var(--darkred) !important;
    font-weight: 500;
}


@media (max-width: 991px) {
    .menu .menu__inner .menu__item {
        display: block;
        padding: 0;
    }
}

@media (min-width: 992px) {
    .menu .menu__inner .menu__item:hover>.menu__link i {
        transform: rotate(-90deg);
    }

    .header {
        background-color: transparent;
        box-shadow: none;
    }
}

@media (min-width: 992px) {
    .menu .menu__inner .menu__item.menu__dropdown:hover>.submenu {
        opacity: 1;
        visibility: visible;
        top: 100%;
    }
}

.menu .menu__inner .menu__item .menu__link {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    color: var(--white);
    text-transform: capitalize;
    transition: 0.3s ease-in-out;
}

@media (max-width: 991px) {
    .menu .menu__inner .menu__item .menu__link {
        justify-content: space-between;
        padding: 20px;
        color: #000;
    }
}

.menu .menu__inner .menu__item .menu__link>i {
    margin-left: 0;
    font-size: 1.35rem;
    transform: rotate(90deg);
    background: inherit;
}

@media (max-width: 991px) {
    .menu .menu__inner .menu__item .menu__link>i {
        margin-left: 10px;
        transform: rotate(0deg);
    }
}

.submenu {
    position: absolute;
    z-index: 100;
    top: 110%;
    left: 50%;
    width: 100%;
    height: auto;
    padding: 20px 15px;
    border-radius: 0.25rem;
    border-top: 2px solid var(--darkred);
    background-color: var(--white);
    box-shadow: var(--shadow-medium);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in-out;
    transform: translateX(-50%);
}

@media (max-width: 991px) {
    .submenu {
        position: absolute;
        display: none;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        max-width: none;
        min-width: auto;
        margin: 0;
        padding: 70px 15px 0 15px;
        border-radius: 0;
        border-top: 0;
        box-shadow: none;
        opacity: 1;
        overflow-y: auto;
        visibility: visible;
        transform: translateX(0%);
    }

    .submenu.is-active {
        display: block;
    }
}

@media (min-width: 992px) {
    .submenu {
        -webkit-animation: none !important;
        animation: none !important;
    }
}

@media (min-width: 992px) {
    .submenu.megamenu__normal {
        left: 65%;
        max-width: 100%;
        width: fit-content;
        height: auto;
        margin: 0 auto;
    }
}

@media (min-width: 992px) {

    .submenu.megamenu__text,
    .submenu.megamenu__image {
        display: flex;
        flex-wrap: wrap;
        max-width: 95%;
        height: auto;
        margin: 0 auto;
    }
}

@media (min-width: 975px) {

    .submenu.megamenu__text,
    .submenu.megamenu__image {
        max-width: 100%;
    }
}

.submenu.megamenu__image .submenu__inner a {
    display: flex;
    flex-flow: column;
    align-items: center;
}

@media (max-width: 991px) {
    .submenu.megamenu__image .submenu__inner a {
        flex-flow: row;
        align-items: center;
        padding-bottom: 20px;
    }
}

.submenu.megamenu__image .submenu__inner a img {
    display: block;
    width: 100%;
    height: 150px;
    margin-bottom: 15px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
}

@media (max-width: 991px) {
    .submenu.megamenu__image .submenu__inner a img {
        width: 30%;
        height: 80px;
        margin-bottom: 0;
        margin-right: 15px;
    }
}

.submenu .submenu__inner {
    width: 33.3%;
    padding: 0 15px;
}

@media (max-width: 991px) {
    .submenu .submenu__inner {
        width: 100%;
        padding: 0;
    }
}

.submenu .submenu__inner .submenu__title {
    font-size: 16px;
    font-weight: 400;
    color: var(--darkred);
    text-transform: uppercase;
    transition: 0.3s ease-in-out;
}


@media (max-width: 991px) {
    .submenu .submenu__list {
        margin-bottom: 20px;
    }
}

.submenu .submenu__list li {
    display: block;
    line-height: 1;
    margin: 0 auto;
}

.submenu .submenu__list li a {
    display: inline-block;
    padding: 10px 0;
    line-height: 1.4;
    text-transform: capitalize;
    color: #000;
    transition: 0.3s ease-in-out;
}

.submenu .submenu__list li a:hover {
    color: var(--darkred);
}

@media (max-width: 991px) {
    .submenu .submenu__list li a {
        display: block;
    }
}


.switch {
    position: relative;
    display: block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 10px;
}

.overlay {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.7);
    transition: 0.3s ease-in-out;
    pointer-events: none;
}

@media (max-width: 767px) {
    .overlay {
        pointer-events: visible;
    }

    .overlay.is-active {
        opacity: 1;
        visibility: visible;
    }
}

.burger {
    position: relative;
    display: block;
    cursor: pointer;
    width: 25px;
    height: 15px;
    margin-right: 15px;
    opacity: 0;
    visibility: hidden;
    background: transparent;
}

@media (max-width: 991px) {
    .burger {
        opacity: 1;
        visibility: visible;
    }
}

.burger .burger-line {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    opacity: 1;
    border-radius: 15px;
    background: #000;
}

.burger .burger-line:nth-child(1) {
    top: 0px;
}

.burger .burger-line:nth-child(2) {
    top: 8px;
    width: 70%;
}


.bannerCarousel {
    height: 100vh;
    margin-top: -71px;
    /* top: -73px; */
}

.bannerCarousel .slick-track {
    height: 100vh;
}

.bannerCarousel .videoWrapper {
    top: 73px !important;
}

.bannerCarousel ul.slick-dots {
    position: absolute;
    width: inherit;
    right: 10px;
    top: calc(50% - 35px);
}

.bannerCarousel ul li {
    display: flex;
}

.bannerCarousel .slick-dots li.slick-active button:before {
    color: #ffffff !important;
    opacity: 1;
}

.slick-dots li button{
    height:14px;
    width:16px;
}

.bannerCarousel .slick-dots li button:before {
    opacity: .5;
    color: #ffffff !important;
}

@media (max-width: 1199px) {
    .bannerCarousel {
        margin-top: -61px;
    }
}


.burger .burger-line:nth-child(3) {
    top: 16px;
}

@media (min-width: 992px) {
    .small_dropdown {
        position: relative !important;
    }

    .small_dropdown .megamenu__normal {
        position: absolute !important;
        top: 58px !important;
        left: calc(100% - 20px) !important;
        min-width: 215px !important;
    }
}

/* solution embrace home page*/ 

                        .businessCollage {
                            width: 98%;
                            aspect-ratio: 1/1 !important;
                            position: relative;
                        }

                        img.bOne {
                            width: 50% !important;
                            position: absolute;
                            left: 0;
                            top: 85px;
                            z-index: 1;
                            border-radius: 20px 52px;
                            border: 1px solid #ffffff;
                        }

                        img.bTwo {
                            width: 100% !important;
                            position: absolute;
                            right: -35px;
                            top: 9%;
                            border-radius: 20px;
                            border: 1px solid #ffffff;
                            height:22rem;
                        }


.normalLogo {
    display: none;
}

.active {
    background-color: var(--white);
    box-shadow: var(--shadow-medium);
    transition: 0.3s ease-in-out;
}

.active .normalLogo {
    display: block;
}

.active .whiteLogo {
    display: block;
}

.active .menu .menu__inner .menu__item .menu__link {
    color: var(--dark-black);
    font-weight: 500;
}

.active .menu .menu__inner .menu__item .menu__link:hover {
    color: var(--darkred);
}

/* ------------- Menu CSS End ------------ */
.videoWrapper {
    height: 100vh;
    position: relative;
    margin-top: -73px;
}

.videoWrapper video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    object-fit: cover;
    z-index: -100;

    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}



/* ------------ button css ----------- */

.button {
    line-height: 1;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: .75rem;
    background-color: var(--violet);
    color: var(--white);
    border-radius: 10rem;
    font-weight: 500;
    padding: .75rem 1.5rem;
    padding-left: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: background-color .3s;
    cursor: pointer;
}

.button__icon-wrapper {
    flex-shrink: 0;
    width: 25px;
    height: 25px;
    position: relative;
    color: var(--violet);
    background-color: var(--white);
    border-radius: 50%;
    display: grid;
    place-items: center;
    overflow: hidden;
}

.button:hover {
    background-color: #ed1c24;
}

.button:hover .button__icon-wrapper {
    color: #ed1c24;
}

.button__icon-svg--copy {
    position: absolute;
    transform: translate(-150%, 150%);
}

.button:hover .button__icon-svg:first-child {
    transition: transform .3s ease-in-out;
    transform: translate(150%, -150%);
}

.button:hover .button__icon-svg--copy {
    transition: transform .3s ease-in-out .1s;
    transform: translate(0);
}


.shineImg {
    position: relative;
    overflow: hidden;
}

.missionCard p{
    color: #000;
}

.shineImg::before {
    position: absolute;
    top: 0;
    left: -110%;
    z-index: 0;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-35deg);
    transform: skewX(-35deg);
}

.shineImg:hover::before {
    -webkit-animation: shine .75s;
    animation: shine 1s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.aboutList {
    margin-bottom: 20px;
}

.aboutList li {
    padding-left: 25px;
    position: relative;
    margin-bottom: 15px;
    display: inline-flex;
    width: 49%;
}
.homeStats
.aboutList li::before {
    font-family: boxicons !important;
    font-weight: 400;
    content: "\ec98";
    position: absolute;
    left: 0;
    top: -4px;
    font-size: 22px;
    color: var(--darkred);
}

@media (max-width:560px){
img.bTwo{
    bottom:78px !important;
    height:13.5rem;
    left:0%;
    right:0px !important;
    border-radius:22px;
}

.about .image_boxs .image1{
    width:100% !important;
}

.about .image_boxs .image img{
    width:100% !important;
}

.our-dna .lead{
    font-size:1rem !important;
}
}

@media (max-width:400px){
img.bTwo{
    bottom:-53px !important;
    height:14rem;
    margin-bottom:2.8rem !important;
    right:0px !important;
}
}

@media (min-width:561px) and (max-width:980px){
/*img.bTwo{*/
/*    bottom:380px;*/
/*    height:20rem;*/
/*    border-radius:28px;*/
/*    position:unset;*/
/*    margin-bottom:80px;*/
/*    margin-top:23px;*/
    
/*}*/
 .governance-section .gov-highlight{
  
      margin-left:26px;
  }
}

.sdg-grid{
    display:block !important;
    margin:45px !important;
}

/*.flip-card{*/
/*    margin-top:5rem !important;*/
    
/*}*/

.businessCollage{
    aspect-ratio:0;
}
}

.serviceSection {
    position: relative;
    background: #8e273520;
    /*background: -webkit-linear-gradient(-45deg, #fff, #8e273515);*/
    /*background: linear-gradient(-45deg, #fff, #8e273515);*/
    background:white;
}

.serviceSection::before {
    width: 20px;
    height: 100%;
    background-color: var(--maroon);
    position: absolute;
    left: 0;
    top: 0;
}



.serviceImg img {
    border-radius: 20px;
}

.singleServie .icon_img{
    width: 4rem;
    height: 4rem;
    border: 2px solid var(--primary-color);
     background: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.singleServie .icon_img i{
    font-size: 2rem;
    color: var(--blue-color);
}
.singleServie .icon_img img{
    height: 100%;
    width: 100%;
}
.singleServie a:hover{
    color:black !important;
}

.singleServie h3{
  color: var(--blue-color);
  font-size: 1.2rem;
}

.singleServie {
    display: flex;
    gap: 13px;
    align-items: center;
}

.singleServie img {
    width: 66px;
    height: 70px;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center;
    border-radius: 100%;
}

.singleServie h3 {
    /* line-height: 1; */
    font-weight: 400;
    margin: 0;
}

.singleServie h3 a {
    color: var(--dark-black);
    font-size: 1.1rem;
}

.singleServie span {
    font-size: 14px;
    margin-top: -40px;
    display: inline-block;
}

.serviceFeature li {
    padding-left: 28px;
    position: relative;
    margin-bottom: 15px;
}

.serviceFeature li::before {
    font-family: boxicons !important;
    font-weight: 400;
    content: "\ec98";
    position: absolute;
    left: 0;
    top: -4px;
    font-size: 22px;
    color: var(--darkred);
}

.directorJumbo img {
    width: 96%;
}

.directorJumbo h3 {
    font-size: 2rem;
    margin-bottom: -5px;
}

.directorJumbo p {
    font-size: 1.25rem;
    margin: 40px 0;
    position: relative;
    line-height: 1.65em;
    font-style: italic;
}

.directorJumbo i.bxs-quote-single-left,
i.bxs-quote-single-right {
    font-size: 2rem;
    color: var(--darkred);
}

/* -------- Social Buttons --------- */

.social-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 20px 0;
}

.social-button {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
    width: 40px;
    height: 40px;
    text-decoration: none;
    border-radius: 100%;
    background: var(--light-grey);
    text-align: center;
}

.social-button::after {
    content: "";
    position: absolute;
    top: -1px;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    border-radius: 100%;
    transition: 0.3s;
}

.social-button:focus,
.social-button:hover {
    color: #fff;
}

.social-button:focus::after,
.social-button:hover::after {
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    margin-left: calc(-50% - 1px);
}

.social-button i,
.social-button svg {
    position: relative;
    z-index: 1;
    transition: 0.3s;
}

.social-button i {
    font-size: 20px;
}

.social-button svg {
    height: 40%;
    width: 40%;
}

.social-button--facebook {
    color: #3b5999;
}

.social-button--facebook::after {
    background: #3b5999;
}

.social-button--linkedin {
    color: #0077b5;
}

.social-button--linkedin::after {
    background: #0077b5;
}

.social-button--twitter {
    color: #000;
}

.social-button--twitter::after {
    background: #000;
}

.social-button--instagram {
    color: #e4405f;
}

.social-button--instagram::after {
    background: #e4405f;
}

.social-button--youtube {
    color: #FF0000;
}

.social-button--youtube::after {
    background: #FF0000;
}

/* ----------- Social Button End --------- */


@keyframes rotate2 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.creditLink {
    display: flex;
    gap: 20px;
    justify-content: right;
}

.creditLink li a {
    color: #f1f1f1;
    font-size: 14px;
}

.creditLink li a:hover {
    color: #ffffff;
}

.creditText {
    color: #f1f1f1;
    font-size: 14px;
}

.imgFull img {
    width: 100%;
}

.goalsCard span {
    position: absolute;
    left: 15px;
    top: 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    background-color: #ffffff;
    border-radius: 0 25px 25px 25px;
    width: 40px;
    height: 40px;
    font-size: 14px;
}


@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}

@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}

@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}

.headerSection {
    text-align: center;
    padding: 60px 0;
    background: var(--darkred);
    background-image: url('/img/site/abstract-waves.webp'), linear-gradient(90deg, var(--violet) 0%, var(--maroon) 45%, var(--darkred) 100%);
    background-size: cover;
}

.headerSection h1 {
    position: static;
    z-index: 2;
    color: var(--white);
    font-size: 3rem;
    font-weight: 400;
}

.headerSection p {
    font-size: 1.5rem;
    color: var(--light-grey);
}

.projectCard .projectCover {
    position: relative;
    overflow: hidden;
}

.projectCover::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 0;
    width: calc(100% + 10px);
    background-color: var(--white);
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.contact_section .contact_box{
    border: 1px solid #ddd;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    /*background: #eee;*/
}

.contactDetails {
    padding: 40px 30px;
    margin-right: 30px;
    border: 1px solid var(--light-grey);
    background-color: var(--white);
    border-radius: 5px;
}

.contactInner {
    position: relative;
    z-index: 1;
}

.contactInner h3 {
    font-size: 2rem;
    margin-bottom: 50px;
}

.contactItem {
    margin: 35px 0;
    display: flex;
    gap: 10px;
}

.contactItem i {
    font-size: 2rem;
    color: #632140;
}

.contactItem h4 {
    display: flex;
    gap: 10px;
    font-size: 1rem;
    font-weight: 500;
    align-items: center;
    margin-bottom: 1px;
    background: var(--darkred);
    background: -webkit-linear-gradient(360deg, var(--violet), var(--maroon), var(--darkred));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}

.contactItem p {
    font-size: 16px;
    line-height: 1.65em;
}

.formItem {
    position: relative;
    margin-top: 15px;
}

.formItem input {
    width: 100%;
    padding: 18px 20px 15px;
    font-size: 14px;
    border: 1px solid var(--light-grey);
    outline: none;
    border-radius: 5px;
}

.formItem select {
    width: 100%;
    padding: 15px 15px;
    font-size: 14px;
    border: 1px solid var(--light-grey);
    outline: none;
    border-radius: 5px;
    background-color: var(--white);
}

.formItem textarea {
    width: 100%;
    padding: 18px 20px 15px;
    font-size: 14px;
    border: 1px solid var(--light-grey);
    outline: none;
    border-radius: 5px;
    min-height: 150px;
    font-family: "Inter", sans-serif;
}

.formItem input[type="file"] {
    padding: 16px 20px 12px;
}

.formItem input:hover,
textarea:hover,
select:hover {
    border: 1px solid var(--darkred);
}

.formItem input:focus,
textarea:focus,
select:focus {
    border: 1px solid var(--darkred);
}

.formItem h4 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}

.formItem h4 span {
    color: red;
}

.submitBtn {
    font-size: 16px;
}

.contactSocial {
    margin-top: 50px;
    text-align: center;
    padding: 30px;
    border: 1px solid var(--light-grey);
    background-color: var(--white);
    background: var(--darkred);
    background-image: url(/img/site/abstract-waves.webp), linear-gradient(90deg, var(--violet) 0%, var(--maroon) 45%, var(--darkred) 100%);
    background-size: cover;
    border-radius: 5px;
}

.contactSocial h3 {
    font-size: 2.5rem;
    color: var(--white);
    text-align: left;
}


h3.mainLink a {
    align-items: center !important;
    display: inline-flex !important;
    flex-direction: row !important;
    gap: 5px;
    color: var(--dark-black);
}

h3.mainLink a:hover {
    color: var(--darkred);
}

.about .image_boxs .image img
.mveCards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1px;
    color: var(--white);
}

.missioCard {
    color: var(--white);
}

.homeStats {
    padding: 100px 0;
       background-image: url(/Images/abstract-waves.webp), linear-gradient(90deg, var(--secondary-color) 0%, var(--secondary-color) 100%);
    position: relative;
   /*background-image: url(/Images/abstract-waves.webp), linear-gradient(90deg, var(--violet) 0%, #020202 100%);*/
    /*background-size: cover;*/
    position: relative;
}

.missioCard .featureIcon img {
    
    width: 45px;
}

.statsHeading h3 {
    font-size: 2.5rem;
    font-weight: 400;
    color: var(--white);
}


.ourValues {
    padding: 80px 0;
    position: relative;
}

.ourValues::before {
    content: "";
    position: absolute;
    width: 60%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background: var(--violet);
    background-image: url(/img/site/abstract-waves.webp), linear-gradient(90deg, var(--violet) 0%, var(--maroon) 45%, var(--darkred) 100%);
    background-size: cover;
}

.valuesbanner {
    height: 100%;
    padding-right: 30px;
}

.valuesbanner img {
    width: 100%;
    border-radius: 20px;
}

.valuesText h3 {
    font-size: 2.5rem;
    font-weight: 400;
    color: #F9C508;
}

.valuesText p {
    color: var(--white);
    line-height: 1.65em;
    margin-top: 10px;
}

.ourPillars {
    margin-top: 20px;
}

.ourPillars h3 {
    color: var(--white);
    font-weight: 400;
    font-size: 1.5rem;
}

.pillarsBox {
    border: 1px solid #00000040;
    padding: 20px;
    border-radius: 15px;
    display: flex;
    gap: 15px;
    margin-top: 15px;
    align-items: center;
    color: var(--white);
}

.pillarsBox img {
    width: 50px;
    height: 50px;
}

.pillarsBox h4 {
    color: var(--white);
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 400;
}


.ourValues {
    padding: 80px 0;
    position: relative;
}


.missioCard p {
    color: rgb(255, 255, 255);
    line-height: 1.65em;
}

.missioCard {
    padding: 0 30px;
}

.missioCard h3 {
    font-size: 1.25rem;
    margin-bottom: 10px;
    font-weight: 500;
}

.centerCard {
    border-left: 1px solid #ffffff70;
    border-right: 1px solid #ffffff70;
}

.missioCard .featureIcon::before {
    display: none;
}

.pressRelease {
    background-color: #26226210;
}

.careerVideo iframe {
    aspect-ratio: 16/9;
    /* border-radius: 15px; */
}

.careerPic img {
    width: 100%;
    border-radius: 15px;
    margin-bottom: 24px;
}

.careerPic video {
    border-radius: 15px;
}

.careerFeature {
    padding: 20px;
    border: 1px solid var(--light-grey);
    border-radius: 10px;
    text-align: center;
    background-color: var(--white);
}

.careerIcon {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-color: #63214015;
    border-radius: 100%;
    aspect-ratio: 1/1;
    width: 80px;
    height: 80px;
    margin: 0 auto 10px;
}

.careerIcon img {
    width: 40px;
    transition: .3s ease-in-out;
}

.careerFeature:hover img {
    transform: scaleX(-1);
}

.careerFeature h3 {
    font-size: 1rem;
    line-height: 1.25em;
}

.whySael {
    padding: 50px 50px 50px 70px;
    border-radius: 40px 0 40px;
    color: var(--white);
    background: var(--violet);
    position: relative;
    background-image: url(/img/site/abstract-waves.webp), linear-gradient(90deg, var(--violet) 0%, var(--maroon) 45%, var(--darkred) 100%);
    background-size: cover;
}

.whySael h3 {
    background: none;
    background-clip: text;
    -webkit-background-clip: inherit;
    -webkit-text-fill-color: inherit;
    color: var(--white);
}

.whySael p {
    margin-bottom: 0;
    margin-top: 15px;
    line-height: 1.65em;
}

.featureBox {
    padding-left: 40px;
}

.saelFeatures {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 10px;
}

.jobCard {
    width: 100%;
    border: 1px solid var(--light-grey);
    padding: 30px;
    border-radius: 20px;
    position: relative;
    background-color: var(--white);
    height: 100%;
}

.jobCard h5 {
    margin: 0 0 0.5rem 0;
    color: var(--dark-grey);
    font-size: 1rem;
}

.jobCard h3 {
    margin: 0 0 1rem 0;
    font-size: 1.25rem;
    color: var(--dark-grey);
}

.jobCard p {
    margin: 0 0 2rem 0;
    font-size: 15px;
    line-height: 1.5;
    color: var(--dark-grey);
    line-height: 1.65em;
}
/*---------------------------box-accordion start sk----------------*/
.header{
    border-bottom: 1px solid #999;
}
.header .ezy__nav7{
    background: transparent;
}

.header.active{
     position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    background: #000
}


.slide-highlight {
    display: inline-block !important;
    font-size: clamp(1.3rem, 3vw, 1.9rem) !important;
    font-weight: 600 !important;
    color: var(--primary-color) !important;
    background: #04724D !important;
    padding: 8px 20px !important;
    border-radius: 20px !important;
    margin-top: 7px !important;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5) !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3) !important;
}

.slider{
    height: 100vh;
    /*margin-top: -111px;*/
    overflow: hidden;
}
.slider .slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #8181813b;
    z-index: 1;
}

.video-bg{
    position: absolute;
    top: 0;
    left: 0;
    /*z-index: 99;*/
    width: 100%;
    height: 100%;
}
.box-accordion{
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0;
}

.box-accordion .image{
    height: 10rem;
    width: 12rem;
    border-radius: 10px;
    overflow: hidden;
}

.box-accordion .ezy__faq10-item .btn:focus{
    border:none;
    outline: none;
        box-shadow: none;
}

.about .image_boxs{
   position: relative;
}
.about .image_boxs .image{
    border: 5px solid #fff;
    border-radius: 15px;
}
.about .image_boxs .image img{
    height: 92%;
    width: 94%;
    border-radius: 20px !important;
}

@media (max-width:560px){
    .about .image_boxs .image img{
        width:100%;
    }
    
    .about .image_boxs .image1{
    height: 20rem !important;
    width: 100%;
 }
}

.about .image_boxs .image1{
    height: 23rem;
    width: 97%;
    padding-top:25px;
}
.about .image_boxs .image2 {
  position: absolute;
  bottom: -30px;
  right: 0;
  height: 15rem;
  animation: topToBottom 5s ease-in-out infinite;
}

@keyframes topToBottom {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(15px); /* goes down */
  }
  100% {
    transform: translateY(0); /* comes back up */
  }
}

.about .box_card{
     display: flex;
      background: #90914a1c;
      align-items: center;
    gap: 10px;
    padding: 10px 15px;
    border-radius: 10px;
}
.about .box_card .icon{
    height: 3.5rem;
    width: 3.5rem;

}
.about .box_card .icon img{
    height: 100%;
    width: 100%;
    object-fit: cover;

}

.about .box_card .content p{
    color: #000;
    margin-bottom: 0;
}

a button{
    border-radius: 20px;
}

.homeStats .missioCard .scaleEffect .featureIcon{
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-bottom: 1rem;
}
.homeStats .missioCard .scaleEffect .featureIcon i{
    font-size: 1.5rem;
}
.homeStats .missioCard .scaleEffect .featureIcon i{
  animation: topToBottom2 2s ease-in-out infinite;
}

@keyframes topToBottom2 {
  0% {
    transform: translateY(0) ;
  }
  50% {
    transform: translateY(5px) ;
  }
  100% {
    transform: translateY(0);
  }
}

.content h2 {
    margin-bottom: 10px;
    font-size: 2rem;
    color: #1D2F6F;
}


.accordion-item{
    margin: 10px 0 ;
}

.accordion-item .accordion-header{
        display: flex
;
    align-items: center;
}
.accordion-item .image{
    height: 5rem;
    width: 10rem;
}

.accordion-item .image img{
    height: 100%;
    width: 100%;
}
/*-----------------.gallery-section--------------*/

.gallery-section .client-slide .client_box{
    position: relative;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.gallery-section .client-slide .client_box img{
    width: 100%;
    height: 2rem;
    object-fit: cover;
}
/*---------------------------box-accordion start sk end----------------*/

/* ----------- Modal CSS ---------- */

.modal {
    display: none;
    position: fixed;
    z-index: 999999;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    position: relative;
    background-color: var(--white);
    margin: auto;
    padding: 0;
    /* border: 1px solid var(--light-grey); */
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}


.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: var(--white);
    text-decoration: none;
    cursor: pointer;
}
.modal-header {
    padding: 10px 50px;
    color: var(--white);
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--darkred);
    position: relative;
    background-image: linear-gradient(90deg, var(--violet) 0%, var(--maroon) 45%, var(--darkred) 100%);
    background-image: url('/img/site/abstract-waves.webp'), linear-gradient(90deg, var(--violet) 0%, var(--maroon) 45%, var(--darkred) 100%);
    background-position: center;
}

.modal-body {
    padding: 30px 50px 70px;
}

.jobCta p {
    color: var(--white);
    text-align: center;
    font-size: 1.25rem;
}

.ssFeature {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
}

.img100 {
    width: 100%;
    border-radius: 15px;
}

.workProcess {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 30px;
}

.workIcon {
    width: 80px;
    height: 80px;
    background-color: var(--darkred);
    aspect-ratio: 1/1;
    padding: 15px;
    border-radius: 100%;
    transform: scale(.8);
    transition: .3s ease-in-out;
    background-image: linear-gradient(90deg, var(--violet) 0%, var(--maroon) 45%, var(--darkred) 100%);
}

.workProcess:hover .workIcon {
    transform: scale(1);
}

.workIcon img {
    filter: invert();
}

.workText h3 {
    font-size: 1.25rem;
    font-weight: 500;
}

.workText p {
    line-height: 1.65em;
}

.scaleEffect {
    transition: .3s ease-in-out;
}

.scaleEffect:hover {
    transform: scale(1.05);
}

.imageFlip {
    transition: .3s ease-in-out;
}

.imageFlip:hover {
    transform: scaleX(-1);
}

.mveSection {
    padding: 100px 0;
    background-color: var(--dark-black);
    position: relative;
    background-image: url('/img/solar-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.blogCard {
    background-color: var(--white);
    border: 1px solid var(--light-grey);
    border-radius: 10px;
    margin-top: 24px;
    cursor: pointer;
    border: 1px solid var(--light-grey);
    display: flex !important;
    align-items: center;
}

.blogImg {
    width: 50%;
    min-width: 50%;
}

.blogImg img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    object-position: center;
    border-radius: 10px 0 0 10px;
}

.blogExcerpt {
    padding: 30px 20px;
}

.blogMeta span {
    background-color: var(--darkred);
    background-image: linear-gradient(90deg, var(--violet) 0%, var(--maroon) 45%, var(--darkred) 100%);
    padding: 7px 15px;
    color: var(--white);
    font-size: 12px;
    border-radius: 25px;
    font-weight: 500;
}

.blogTitle h3 {
    font-size: 1.5rem;
    margin: 25px 0 10px;
    line-height: 1.25em;
    font-weight: 500;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blogTitle h3 a {
    color: var(--dark-black);
}

.blogTitle p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
    line-height: 1.65em;
}

a.blogLink {
    color: var(--dark-grey);
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 18px;
}

.slick-dots li.slick-active button:before {
    color: var(--darkred) !important;
}

.slick-dots li button:before {
    color: var(--violet) !important;
}

.slick-dots li button:before {
    font-size: 14px !important;
}


/* ============= Map Section CSS ============== */


@keyframes bounce {
    0% {
        transform: translateY(5px);
    }

    100% {
        transform: translateY(-5px);
    }
}

@-webkit-keyframes bounce {
    0% {
        transform: translateY(5px);
    }

    100% {
        transform: translateY(-5px);
    }
}

.marker i {
    opacity: 0;
}

.marker {
    width: 15px !important;
    height: 15px !important;
    margin-left: 4px;
    aspect-ratio: 1/1;
    border-radius: 50px;
    display: block;
    background: white;
    box-shadow: 0 0 0 rgba(77, 0, 36, 0.8);
    animation: pulse 1.25s infinite;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(77, 0, 36, 1);
    }

    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(77, 0, 36, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(77, 0, 36, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(77, 0, 36, 1);
        box-shadow: 0 0 0 0 rgba(77, 0, 36, 0.9);
    }

    70% {
        -moz-box-shadow: 0 0 0 15px rgba(77, 0, 36, 0);
        box-shadow: 0 0 0 15px rgba(77, 0, 36, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(77, 0, 36, 0);
        box-shadow: 0 0 0 0 rgba(77, 0, 36, 0);
    }
}

@keyframes markerBounce {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-7px);
    }

    100% {
        transform: translateY(0px);

    }
}

@-webkit-keyframes markerBounce {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-7px);
    }

    100% {
        transform: translateY(0px);

    }
}

/* ============= Map Section CSS ============== */

.projectSummary h4 {
    font-size: 1.5rem;
    font-weight: 700;
    background: var(--darkred);
    background: -webkit-linear-gradient(360deg, var(--violet), var(--maroon), #ed1c24);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.projectSummary h4 span {
    font-size: 2.5rem;
    font-weight: 600;
}

.projectSummary p {
    font-size: 1.2rem;
    margin-top: -10px;
}

.teamTabs {
    display: inline-flex;
    justify-content: center;
    margin-bottom: 25px;
    background-color: #ed1c24;
    border-radius: 0 0 26px 26px;
}

.teamTabs button {
    padding: 20px;
    font-size: 1.25rem;
    font-weight: 500;
    border-radius: 0 0 25px 25px;
    color: var(--white);
}

.team {
    text-align: center;
    margin-top: 30px;
}

.teamImg {
    overflow: hidden;
}

.teamImg img {
    min-width: 100%;
    aspect-ratio: 1/0.9;
    object-fit: cover;
    object-position: top;
    transition: all .3s ease-in-out;
}

.team:hover .teamImg img {
    transform: scale(1.1);
}

.teamContent {
    padding: 15px 15px 5px;
}

.teamContent h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: -5px;
}

.teamContent p {
    font-size: 14px;
    margin: 10px 0;
    line-height: 1.5em;
}

.team:hover .teamContent h3 {
    color: var(--darkred);
}

.teamContent span {
    font-size: 14px;
}

.teamSocial a {
    font-size: 20px;
    color: var(--dark-black);
}

.teamSocial a:hover {
    color: var(--darkred);
}

.highlightsCard {
    height: 100%;
    padding: 40px 30px;
    border: 1px solid var(--light-grey);
    min-height: 220px;
}

.highlightsCard p {
    font-size: 15px;
    color: var(--white);
    line-height: 1.5em;
}

.hlCardOne {
    background-color: var(--violet);
    border-radius: 20px 0 0 0;
}

.hlCardTwo {
    background-color: #ed1c24;
    border-radius: 0 20px 0 0;
}

.hlCardThree {
    background-color: #ed1c24;
    border-radius: 0 0 0 20px;
}

.hlCardFour {
    background-color: var(--violet);
    border-radius: 0 0 20px 0;
}

.businessHighlights {
    padding-left: 25px;
}

.businessHighlights .col-md-6 {
    padding-right: 0px;
    padding-left: 0px;
}

.sustSection {
    padding-top: 30px;
}

.infTxt {
    padding-left: 50px;
}

.middleRow {
    margin: 50px 0;
}

.infTxt h3 {
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 1.25em;
}

.infTxt p {
    line-height: 1.65em;
    margin-top: 10px;
}

.infImg {
    display: inline-block;
    position: relative;
}

.infImg img {
    width: 100%;
    border-radius: 0 200px 200px 0;
}

.infImg span {
    position: absolute;
    display: inline-flex;
    width: 70px;
    height: 70px;
    background-color: var(--violet);
    z-index: 1;
    right: -35px;
    top: calc(50% - 35px);
    border-radius: 100%;
    color: var(--white);
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    font-weight: 600;
    background: -webkit-linear-gradient(to right, var(--violet), var(--darkred));
    background: linear-gradient(to right, var(--violet), var(--darkred));
}

.chartCard {
    margin-top: 50px;
}

.chartCard h6 {
    font-size: 16px;
    font-weight: 600;
    min-height: 45px;
}

.chartData {
    position: relative;
    text-align: center;
    z-index: 1;
}

.chartSize {
    width: 200px;
    height: 270px;
    display: block;
    margin: 0 auto -30px;
}

.esgFrameworks {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}

.esgFrameworks img {
    width: 150px;
    height: auto;
    object-fit: contain;
}

.coreBeliefs {
    padding: 50px;
    border-radius: 20px;
    color: var(--white);
    margin-top: 40px;
    position: relative;
    min-height: 400px;
    background-image: url(/img/site/abstract-waves.webp);
    background-size: cover;
    background-position: center;
}

.coreBeliefsText h2 {
    font-size: 1.75rem;
    margin-top: 15px;
}

.coreBeliefsText p {
    margin: 5px 0 17px;
    line-height: 1.65em;
}

.anmIcon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    transform: rotate(45deg);
    position: absolute;
    top: -40px;
    border-radius: 20px;
    left: 56.5px;
}

.anmIcon lord-icon {
    transform: rotate(-45deg);
}

.coreBeliefsText li {
    padding-left: 24px;
    position: relative;
    margin-top: 5px;
}

.coreBeliefsText li::before {
    font-family: boxicons !important;
    font-weight: 400;
    content: "\ea47";
    position: absolute;
    left: 0;
    top: -3px;
    font-size: 20px;
    color: var(--white);
}

.environment {
    background-color: #679267;
}

.environment .anmIcon {
    background-color: #537753;
}

.socialImpact {
    background-color: #bc987e;
    margin-top: 120px;
}

.socialImpact .anmIcon {
    background-color: #977a66;
}

.governance {
    background-color: #4682b4;
    margin-top: 120px;
}

.governance .anmIcon {
    background-color: #35648a;
}

.biodiversity {
    background-color: #00a693;
    margin-top: 120px;
}

.biodiversity .anmIcon {
    background-color: #028b7b;
}

.coreBeliefsBanner img {
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 0 0 20px 0;
}

.environment .coreBeliefsBanner img {
    width: 450px;
}

.socialImpact .coreBeliefsBanner img {
    width: 500px;
}

.governance .coreBeliefsBanner img {
    width: 450px;
}

.biodiversity .coreBeliefsBanner img {
    width: 550px;
    right: 0;
    bottom: 30px;
}

a.stickyButton {
    position: fixed;
    top: calc(50% - 26px);
    display: inline-block;
    background-color: var(--violet);
    padding: 15px 20px;
    color: #fff;
    font-weight: 600;
    transform: rotate(270deg);
    left: -42px;
    z-index: 2;
    border-radius: 0 0 20px 20px;
}

a.stickyButton:hover {
    background: linear-gradient(90deg, var(--violet) 0%, var(--maroon) 45%, var(--darkred) 100%);
}

.rotate {
    -webkit-animation: spin 15s linear infinite;
    -moz-animation: spin 15s linear infinite;
    animation: spin 15s linear infinite;
    overflow: hidden;
}

@-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);
    }
}

.mmbCard {
    border: 2px solid #eeeeee;
    padding: 30px 30px;
    border-radius: 10px;
    height: 100%;
    color: #fff;
}

.mmbIcons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.mmbCard h3 {
    font-size: 1.25rem;
    margin-bottom: 5px;
}

.mmbIcons span {
    font-size: 2.75rem;
    letter-spacing: -2px;
    font-weight: 700;
}

.mmbCardOne {
    background-color: #262262;
}

.mmbCardTwo {
    background-color: #732551;
}

.mmbCardThree {
    background-color: #a82440;
}

.mmbCardFour {
    background-color: #ed1c24;
}


.mmbCardOne span {
    color: #ffffff40;
}

.mmbCardTwo span {
    color: #ffffff40;
}

.mmbCardThree span {
    color: #ffffff40;
}

.mmbCardFour span {
    color: #ffffff60;
}

.stakeholdersCard {
    padding: 15px;
    text-align: center;
    background-color: var(--violet);
    border-radius: 10px;
    height: 100%;
    position: relative;
    color: var(--white);
}

.blueCard {
    margin-top: 50px;
}

.blueCard .stakeholdersCard {
    background-color: var(--darkred);
}

.stakeholdersCard::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -50px;
    width: 1px;
    height: 50px;
    border-left: 1px dashed #b6b6b6;
}

.stakeholdersCard::after {
    content: "";
    position: absolute;
    left: calc(50% - 7px);
    top: -5px;
    width: 14px;
    height: 10px;
    background-color: var(--violet);
    border-radius: 10px;
}

.blueCard .stakeholdersCard::after {
    background-color: var(--darkred);
}

.stakeList {
    margin-top: 60px;
    position: relative;
}

.stakeList::before {
    content: "";
    position: absolute;
    left: 1%;
    top: -50px;
    width: 98%;
    height: 1px;
    border-top: 1px dashed #b6b6b6;
}

.stakeholdersCard {
    transition: .3s ease-in-out;
}

.stakeholdersCard:hover {
    animation: sign-move 3s ease-in-out infinite;
}

@keyframes sign-move {
    0% {
        transform: rotatez(5deg);
    }

    50% {
        transform: rotatez(-5deg);
    }

    100% {
        transform: rotatez(5deg);
    }
}

.shareWheel {
    overflow: hidden;
}

.textContent p {
    font-size: 16px;
    margin-bottom: 1rem;
    line-height: 1.65em;
}

.textContent h2 {
    font-size: 1.75rem;
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.textContent h3 {
    font-size: 1.5rem;
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.textContent h4 {
    font-size: 1.25rem;
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.textContent a {
    color: var(--darkred);
}

.textContent ol,
.textContent ul {
    margin: .5rem 0;
    padding-left: 18px;
}

.textContent ul li {
    list-style: disc;
    line-height: 1.65em;
    font-size: 16px;
}

.otherPolicies {
    border-top: 1px solid var(--light-grey);
    margin-top: 30px;
    padding-top: 30px;
}

.levelOne .levelTitle {
    background-color: #201d46;
}

.levelTwo .levelTitle {
    background-color: #561e39;
}

.levelThree .levelTitle {
    background-color: #8b1222;
}

.reportingLevels ul {
    padding-left: 18px;
}

.reportingLevels ul li {
    color: var(--dark-black);
    text-align: left;
    list-style: circle;
    margin-top: 10px;
}

.logSlider {
    margin: 10px 15px 2px;
}

.logSlider img {
    width: 100%;
    box-shadow: 0 0 10px 0 #00000030;
    border-radius: 10px;
}

.logSlider:hover img {
    border: 1px dashed var(--darkred);
}

    


/* ========== Responsive CSS ============ */

@media(max-width: 1399px) {
    img.patternDots {
        display: none;
    }

    .singleServie h3 a {
        font-size: 1.1rem;
    }

    .singleServie img {
        width: 56px;
        height: 60px;
    }

    .homeStats>img {
        width: 230px;
    }

    .directorJumbo p {
        margin: 20px 0;
        font-size: 1rem;
    }

    .directorJumbo h3 {
        font-size: 2rem;
        margin-bottom: -5px;
    }

    .sustCard .text-h1 {
        font-size: 1.15rem;
        font-weight: 400;
    }
}

@media(max-width: 1199px) {
    .contents h1 {
        font-size: 2.75rem;
    }

    .contents p {
        font-size: 1.25rem;
    }

   
    .statsHeading h3 {
        font-size: 2rem;
    }

    h3 {
        font-size: 2rem;
    }

    .statsData h4 {
        font-size: 1rem;
    }

    .blogImg.blogSliderImg img {
        aspect-ratio: 4/3;
    }

    .brand img {
        min-width: 160px !important;
        max-width: 160px !important;
    }

    .blogTitle h3 {
        font-size: 1.35rem;
    }

    .mainBanner {
        margin-bottom: 20px;
    }

    img.earthImage {
        width: 70%;
        display: block;
        margin: 40px auto 0;
    }

    .blogTitle p {
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }

    .valuesText h3 {
        font-size: 2rem;
    }

    .valuesText p {
        margin-top: 0;
    }

    .headerSection h1 {
        font-size: 2.5rem;
    }

    .headerSection p {
        font-size: 1.25rem;
    }

    .teamTabs button {
        padding: 15px 20px;
        font-size: 1rem;
    }

    .teamContent h3 {
        font-size: 1.15rem;
    }

    .infTxt h3 {
        font-size: 1.5rem;
    }

    .infTxt {
        padding-left: 0;
    }

    .infImg img {
        object-fit: cover;
        object-position: center;
        aspect-ratio: 1 / 1;
    }

    .esgFrameworks {
        flex-direction: column;
    }

    .esgFrameworks img {
        width: 100px;
    }

    .socialImpact .coreBeliefsBanner img {
        width: 440px;
    }

    .governance .coreBeliefsBanner img {
        width: 430px;
    }

    .biodiversity .coreBeliefsBanner img {
        width: 420px;
    }

    .featureBox {
        padding-left: 0;
    }

    .whySael {
        padding: 40px;
    }

    .contactDetails {
        margin-right: 0;
    }

    .contactInner h3 {
        font-size: 1.75rem;
        margin-bottom: 0;
    }

}

@media(max-width: 991px) {
    .imageOne img {
        width: 90%;
    }

    .imageTwo img {
        width: 300px;
    }

    .overviewtext {
        margin-top: 50px;
    }

    .homeStats>img {
        display: none;
    }

    .aboutList li {
        width: 49%;
    }


    .videoWrapper .caption .contents {
        width: 90%;
    }

    .blogTitle h3 {
        font-size: 1.25rem;
    }

    .servicepage {
        height: 85vh !important;
    }

    .servicepage .caption {
        align-items: flex-end !important;
        padding-bottom: 40px;
    }

    .ourValues::before {
        width: 100%;
    }

    .valuesbanner img {
        margin-top: 30px;
    }

    .pillarsBox {
        border: none;
        background: #00000035;
    }

    .valuesbanner {
        padding-right: 0;
    }

    .headerSection h1 {
        font-size: 2rem;
    }

    .headerSection p {
        font-size: 1.15rem;
    }

    .servicepage p {
        font-size: 1.25rem;
    }

    .marginTop {
        margin-top: 30px;
    }

    .businessHighlights {
        padding-left: 0;
        padding: 12px;
    }

    .sustSection {
        padding-top: 50px;
    }

    .infImg img {
        width: 100%;
        border-radius: 15px;
        margin-bottom: 15px;
        object-position: center;
        aspect-ratio: 16 / 9;
    }

    .coreBeliefsBanner img {
        position: static;
        display: block;
        margin: 20px auto -50px;
    }

    .environment .coreBeliefsBanner img {
        width: 450px;
        position: static;
        float: right;
        margin-right: -50px !important;
        margin-top: 20px;
        margin-bottom: -50px;
    }

    .whySael {
        margin-bottom: 30px;
    }

    .mediumHang {
        margin-top: 50px;
    }

    .projectVideo {
        margin-top: 30px;
    }

    .biodiversity .coreBeliefsBanner img {
        width: 100%;
        margin-top: 0;
        margin-right: -50px;
    }
}

@media(max-width: 767px) {
    .videoWrapper .caption .contents {
        width: 100%;
    }


    .servicepage p {
        font-size: 1.15rem;
        margin-top: -20px;
    }

    .hlCardOne {
        border-radius: 20px 20px 0 0;
    }

    .hlCardTwo {
        border-radius: 0;
    }

    .hlCardThree {
        background-color: var(--violet);
        border-radius: 0;
    }

    .hlCardFour {
        background-color: #ed1c24;
        border-radius: 0 0 20px 20px;
    }

    .highlightsCard {
        min-height: auto;
    }

    .infTxt h3 {
        font-size: 1.35rem;
    }

    .esgImg img {
        margin-top: 30px;
    }

    .esgFrameworks {
        flex-direction: row;
    }

    .esgFrameworks img {
        width: 130px;
    }

    img.stkImg {
        margin-top: 20px;
    }


    .smallHang {
        margin-top: 50px;
    }

    .bannerCarousel .slick-track {
        height: 50vh !important;
    }

    .bannerCarousel {
        height: 50vh !important;
        margin-top: 0 !important;
    }

    .videoWrapper .caption .contents {
        margin-bottom: 15px;
    }

    .videoWrapper .caption {
        background: linear-gradient(0deg, rgba(2, 0, 36, 1) 0%, rgba(0, 0, 0, 0.7483368347338936) 0%, rgba(0, 212, 255, 0) 50%);
    }

}

@media (max-width:560px){
    .homeAbout{
        padding:5px
    }
    .homeAboutTxt h3{
        font-size:1.2rem !important;
    }
    
    .homeAbout .homeAboutTxt .title {
        font-size:2.1rem !important;
    }
    
   
    
    .our-dna .name-btn{
        font-size:1.1rem !important;
    }
}

.sub-title{
    font-size:1.4rem;
    /*color:#212529;*/
    color: var(--blue-color);
    font-weight:500 !important;
}

@media(max-width: 575px) {

     .title{
         font-size: 1.9rem;
     }
    .homeAboutTxt h2 {
        font-size: 1.5rem;
    }

    .homeAboutTxt h3 {
        font-size: 1.4rem;
    }

    .statsHeading h3 {
        font-size: 1.5rem;
    }

    .homeAbout,
    .homeStats {
        padding: 50px 0;
    }

    .sustCard img {
        margin: 0;
    }

    .ourPillars h3 {
        font-size: 1.25rem;
    }

    .valuesText h3 {
        font-size: 1.5rem;
    }

    .headerSection h1 {
        font-size: 1.75rem;
    }

    .headerSection p {
        font-size: 1rem;
    }

    .servicepage p {
        font-size: 1rem;
    }

    .contents h1 {
        font-size: 1.75rem;
    }

    .infTxt h3 {
        font-size: 1.25rem;
    }

    .esgFrameworks img {
        width: 100px;
    }

    .esgFrameworks {
        justify-content: left;
        gap: 30px;
    }

    .contactSocial h3 {
        font-size: 1.5rem;
    }

    .jobFilter button {
        margin-top: 10px;
    }
}

ul.slick-dots {
    padding-bottom: 10px;
    position: relative;
}

.shareWheel {
    position: relative;
}

.innerCircle {
    position: absolute;
    left: 0;
    top: 0;
}

/* header Main Slider Home page */

.slider-container {
    position: relative;
    width: 100%;
    height: 102vh;
    max-height: 900px;
    margin-top:-89px;
    /*overflow: unset;*/
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.slider {
    position: relative;
    width: 100%;
    height: 100%;
}

@media (max-width: 768px) {
    .title {
        margin-bottom: .4rem !important;
    }
}

.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 1.5s ease-in-out, transform 1.5s ease-in-out;
   
}

.slide.active {
    opacity: 1;
   
    z-index: 1;
}

.slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.3) 100%);
    z-index: 0;
}

.text {
    position: absolute;
    top: 48%;
    left: 11%;
    color: white;
    z-index: 2;
    max-width: 600px;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
    animation: fadeInUp 1s ease-out;
}

@media (max-width:560px){
    .text{
        top:55%;
    }
}

.text h2 {
    font-size: 3rem;
    font-weight: 800 !important;
    margin-bottom: 0rem;
    line-height: 1.2;
    color: #fff;
}

.text .third{
    font-size:2.8rem ;
}

.text .fourth{
    font-size:2.7rem ;
}

.welcome-msgg, .welcome-msgg {
    color:  #F9C508;
    font-weight: 800;
    display: inline-block;
    position: relative;
}

/*.welcome-msgg::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 75%;*/
/*    height: 3px;*/
/*    bottom: -5px;*/
/*    left: 0;*/
/*    background-color: #04724D;*/
/*    transform: scaleX(0);*/
    /*transform-origin: bottom right;*/
    /*transition: transform 0.5s ease-out;*/
/*}*/

.slide.active .welcome-msgg::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.slide-subtext {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    opacity: 0.9;
    animation: fadeInUp 1s ease-out 0.3s forwards;
    opacity: 0;
}

.slide-btn {
    padding: 12px 30px;
    background: transparent;
    color: white;
    border: 2px solid #4fc3f7;
    border-radius: 30px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    animation: fadeInUp 1s ease-out 0.6s forwards;
    opacity: 0;
}

.slide-btn:hover {
    background: #4fc3f7;
    color: #111;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

.prev, .next {
    position: absolute;
    top: 51%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    /*background-color: rgba(255,255,255,0.2);*/
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    font-size: 1.5rem;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
}

.prev:hover, .next:hover {
    background-color: rgba(255,255,255,0.4);
    transform: translateY(-50%) scale(1.1);
}

.prev {
    left: 26px;
}

.next {
    right: 26px;
}

.dots-container {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    z-index: 10;
}

.dot {
    width: 15px;
    height: 15px;
    margin: 0 5px;
    background-color: rgba(255,255,255,0.5);
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background-color: #F9C508;
    transform: scale(1.3);
}

.dot:hover {
    background-color: rgba(255,255,255,0.8);
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(100px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .text h2 {
        font-size: 2.2rem !important;
    }
    
    .slide-subtext {
        font-size: 1rem;
    }
    
    .prev, .next {
        width: 34px;
        height: 34px;
    }
}

@media (max-width: 480px) {
    .text {
        left: 5%;
        right: 5%;
        text-align: center;
    }
    
    .text h2 {
        font-size: 1.8rem !important;
    }
}





/* about section on home page */
.lead{
    font-size: 1rem;
    font-weight: 400;
}


/* button css */
/* From Uiverse.io by cssbuttons-io */ 
button {
    --color: #1D2F6F;
    font-family: inherit;
    display: inline-block;
    width: 8em;
    height: 2.6em;
    line-height: 2.5em;
    margin: 20px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border: 1.2px solid var(--color);
    transition: color 0.5s;
    z-index: 1;
    font-size: 17px;
    border-radius: 6px;
    font-weight: 500;
    color: var(--color);
  }
  
  button:before {
    content: "";
    position: absolute;
    z-index: -1;
    /*background: var(--color);*/
    height: 150px;
    width: 200px;
    border-radius: 50%;
  }
  
  button:hover {
    color: #fff;
  }
  
  button:before {
    top: 100%;
    left: 100%;
    transition: all 0.7s;
  }
  
  button:hover:before {
    top: -30px;
    left: -30px;
  }
  
  button:active:before {
    /*background: #3a0ca3;*/
    transition: background 0s;
  }
  


  
  /* our sector of work Gallery section on home page */
  
  .slider-wrapper {
    position: relative !important;
    overflow: hidden !important;
    width: 100% !important;
  }

  .client-slider {
    width: 100% !important;
    overflow: hidden !important;
  }

  .client-slides {
    display: flex !important;
    transition: transform 0.5s ease-in-out !important;
  }

  .client-slide {
    flex: 0 0 25.3333% !important;
    max-width: 25.3333% !important;
    box-sizing: border-box !important;
    padding: 10px !important;
  }

  .client_box img {
    width: 100% !important;
    height: auto !important;
    border-radius: 10px !important;
    display: block !important;
  }

  .prev-btn,
  .next-btn {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    background: #04724d !important;
    color: #fff !important;
    border: none !important;
    padding: 10px 15px !important;
    cursor: pointer !important;
    z-index: 2 !important;
    font-size: 18px !important;
    border-radius: 50% !important;
  }

  .prev-btn { left: 10px !important; }
  .next-btn { right: 10px !important; }
  
  .ezy__footer13{
          background-image: url(/Images/abstract-waves.webp), linear-gradient(90deg, var(--bg-color) 0%, var(--bg-color) 100%) !important;
  }
  
  .ezy__footer13 .logo_image2{
      text-align: -webkit-right;
  }
  
 .ezy__footer13 .logo_image1{
     padding-left: 2rem;
 }
 
 @media (max-width:468px){
      .ezy__footer13 .logo_image1{
     padding-left: 1.4rem;
 }
 
 .footer-new{
     padding-bottom: 10px !important;
 }
 }

.ul_title{
    color: var(--primary-color);
}
  /* Tablet: 2 slides per view */
  @media (max-width: 992px) {
    .client-slide {
      flex: 0 0 50% !important;
      max-width: 50% !important;
    }
  }

  /* Mobile: 1 slide per view */
  @media (max-width: 576px) {
    .client-slide {
      flex: 0 0 100% !important;
      max-width: 100% !important;
    }
  }


  .footer-logo{
     height:7vh !important; 
     width:80% !important;
  }

/* Footer section start */
@media (max-width: 568px) {
   #width{
      width:50%;
  }
  .footer-logo {
    width: 100% !important;
}
  #width2{
      width:50%;
      margin-top:0px !important;
  }
  
  .footerparagraph{
      font-size: 0.8rem !important;
      text-align:left !important;
  }
}

.tagline{
    align-items: center;
    justify-content: start;
    text-align: center;
    margin-left: -100px;
    font-size: .8rem;
    color:var(--primary-color);
}



.ezy__footer13 {
    background-color:  #dbdbdb;
    padding: 50px 0 0 0;
    position: relative;
  }
  
  @media (min-width: 768px) {
    .ezy__footer13 {
      padding: 30px 0 0px 0;
    }
  }

  @media (max-width: 468px) {
    .footer-logo {
        /*margin-left: 4px;*/
    }
    .tagline{
        margin-left:0px;
        font-size:.7rem;
    }
    
    #footer-logo{
        width:100% !important;
        height:4.2vh !important;
    }
  }

  @media (min-width: 580px) and (max-width: 850px){
    .footer-logo {
        margin-left: 92px;
    }
  }

  #footer-logo{
    width: 69%;
    height:7vh;
  }

  /* Dark Gray Block Style */
  .dark-gray .ezy__footer13,
  .ezy__footer13.dark-gray {
    /* Bootstrap variables */
    --bs-body-color: #ffffff;
    --bs-body-bg: rgb(30, 39, 53);
  
    /* Easy Frontend variables */
    --ezy-shape-bg-rgb: 246, 246, 246;
  }
  
  .dark .ezy__footer13,
  .ezy__footer13.dark {
    /* Bootstrap variables */
    --bs-body-color: #ffffff;
    --bs-body-bg: rgb(11, 23, 39);
  
    /* Easy Frontend variables */
  }
  
  .ezy__footer13-nav .nav-link {
    color: var(--bs-body-color);
  }
  
  .ezy__footer13-nav .nav-link:hover {
    color: var(--bs-body-color);
    opacity: 1;
  }
  
  .ezy__footer13-social li {
    list-style-type: none;
    display: inline-block;
  }
  
  .ezy__footer13-social li:not(:last-child) {
    margin-right: 20px;
  }
  
  .ezy__footer13-social li a {
    color: var(--bs-body-color);
    text-decoration: none;
    font-size: 25px;
    transition: opacity 0.35s ease-in-out;
  }
  
  .ezy__footer13-social li a:hover {
    color: var(--ezy-theme-color);
  }
  
  .ezy__footer13-quick-links li {
    margin-bottom: 4px;
  }
  
  #width2 ul li{
      margin-bottom:2px;
  }
  
  .ezy__footer13-quick-links li a {
    color: white;
    text-decoration: none;
    transition: color 0.35s ease-in-out;
    opacity: 0.9;
    font-weight: 450;
  }
  
  .ezy__footer13-quick-links li a:hover {
    color: var(--primary-color);
    opacity: 1;
    font-weight: 500;
  }
  
  .ezy__footer13-copyright a {
    text-decoration: none;
  }




  /* About-page header section css start */
.about-header {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -108px;
}

.video-bg {
  position: relative;
  width: 100%;
  height: 100%;
}

.video-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.video-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  height:100%;
}

.about-header-content {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 1rem;
  max-width: 800px;
  width: 100%;
}

.about-title {
  font-size: 3rem;
  font-weight: bold;
  color: #ffcd1b;
  margin-bottom: 0.5rem;
}

.about-description {
  font-size: 1.1rem;
  font-weight: 500;
  color: #e5e5e5;
  padding: 0 1rem;
}

/* Tablet */
@media (max-width: 991px) {
  .about-title {
    font-size: 2.6rem;
  }

  .about-description {
    font-size: 1rem;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .about-title {
    font-size: 2.3rem;
  }
  
  #width2{
      font-size:1rem !important;
  }
  
    #width{
      font-size:1rem !important;
  }

  .about-description {
    font-size: 0.95rem;
  }

  .about-header {
    height: 90vh;
    margin-top: 0;
  }
}




  /* strategy-page header section css start */
  
  .strategy-header {
    position: relative;
    width: 100%;
    height: 330px;
    /*background: url('../Images/h2o1.webp') center/cover no-repeat;*/
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    overflow: hidden;
}
.strategy-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.strategy-title {
    position: relative;
    color:  #ffcd1b;
    font-size: 36px;
    font-weight: bold;
}
.strategy-description {
    position: relative;
    color:  #ffcd1b;
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
    max-width: 55%;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .strategy-header {
        height: 250px;
    }
    .strategy-title {
        font-size: 29px;
    }
    .strategy-description {
        font-size: 15px;
        max-width: 90%;
    }
}

@media (max-width: 480px) {
    .strategy-header {
        height: 200px;
    }
    .strategy-title {
        font-size: 24px;
    }
    .strategy-description {
        font-size: 12px;
        max-width: 95%;
    }
}


/* about-section */
.ezy__about6 {
  /* Bootstrap variables */
  --bs-body-color: #1e2329;
  --bs-body-bg: rgb(255, 255, 255);

  /* Easy Frontend variables */
  --ezy-theme-color: rgb(13, 110, 253);
  --ezy-theme-color-rgb: 13, 110, 253;

  background-color: var(--bs-body-bg);
  color: var(--bs-body-color);
  overflow: hidden;
  padding: 22px 0;
}

@media (min-width: 768px) {
  .ezy__about6 {
    padding: 70px 0;
  }
}

/* Gray Block Style */
.gray .ezy__about6,
.ezy__about6.gray {
  /* Bootstrap variables */
  --bs-body-bg: rgb(246, 246, 246);
}

/* Dark Gray Block Style */
.dark-gray .ezy__about6,
.ezy__about6.dark-gray {
  /* Bootstrap variables */
  --bs-body-color: #ffffff;
  --bs-body-bg: rgb(30, 39, 53);
}

/* Dark Block Style */
.dark .ezy__about6,
.ezy__about6.dark {
  /* Bootstrap variables */
  --bs-body-color: #ffffff;
  --bs-body-bg: rgb(11, 23, 39);
}

.ezy__about6-heading {
  font-size: 35px;
  line-height: 40px;
  color: #1D2F6F;
}
@media (min-width: 768px) {
  .ezy__about6-heading {
    font-size: 50px;
    line-height: 70px;
  }
}
.ezy__about6-sub-heading {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color:#1D2F6F;
}

.ezy__about6-banner {
  min-height: 300px;
  background-size: cover;
  background-position: center;
}

.ezy__about6-content p {
  font-size: 16px;
  line-height: 1.7;
  opacity: 0.7;
}

.ezy__about6 img {
  border-radius: 15px;
}



/* Strategy-page css start  */ 

.ezy__comingsoon8 {
  /* Bootstrap variables */
  --bs-body-color: #262830;
  --bs-body-bg: #fff;

  /* Easy Frontend variables */
  --ezy-theme-color: rgb(13, 110, 253);
  --ezy-theme-color-rgb: 13, 110, 253;
  --ezy-svg-color: #e5f4f6;

  background-color: var(--bs-body-bg);
  display: flex;
  align-items: flex-end;
  padding: 25px 0 0;
  position: relative;
  z-index: 1;
}

/* Gray Block Style */
.gray .ezy__comingsoon8,
.ezy__comingsoon8.gray {
  /* Bootstrap variables */
  --bs-body-bg: rgb(246, 246, 246);
}

/* Dark Gray Block Style */
.dark-gray .ezy__comingsoon8,
.ezy__comingsoon8.dark-gray {
  /* Bootstrap variables */
  --bs-body-color: #ffffff;
  --bs-body-bg: rgb(30, 39, 53);

  /* Easy Frontend variables */
  --ezy-svg-color: rgb(11, 23, 39);
}

/* Dark Block Style */
.dark .ezy__comingsoon8,
.ezy__comingsoon8.dark {
  /* Bootstrap variables */
  --bs-body-color: #a70000;
  --bs-body-bg: rgb(11, 23, 39);

  /* Easy Frontend variables */
  --ezy-svg-color: rgb(30, 39, 53);
}

/* heading and sub-heading */
.ezy__comingsoon8-heading {
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  color: var(--bs-body-color);
}

@media (min-width: 768px) {
  .ezy__comingsoon8-heading {
    font-size: 45px;
  }
}

.ezy__comingsoon8-sub-heading {
  font-size: 18px;
  line-height: 30px;
  color: var(--bs-body-color);
  opacity: 0.8;
}

.ezy__comingsoon8 svg {
  display: none;
  z-index: -1;
  color: var(--ezy-svg-color);
}

@media (min-width: 991px) {
  .ezy__comingsoon8 svg {
    display: block;
  }
}



/* Team section start on partnership-page */
.ezy__team5 {
  /* Bootstrap variables */
  --bs-body-color: #212529;
  --bs-body-bg: rgb(255, 255, 255);

  /* Easy Frontend variables */
  --ezy-theme-color: rgb(13, 110, 253);
  --ezy-theme-color-rgb: 13, 110, 253;
  --ezy-item-bg: #ffffff;
  --ezy-item-shadow: 0px 4px 44px rgba(159, 190, 218, 0.37);
  --ezy-rating-rgb: 255, 215, 0;

  background: var(--bs-body-bg);
  overflow: hidden;
  padding: 50px 0;
}

@media (min-width: 768px) {
  .ezy__team5 {
    padding: 100px 0;
  }
}

/* Gray Block Style */
.gray .ezy__team5,
.ezy__team5.gray {
  /* Bootstrap variables */
  --bs-body-bg: rgb(246, 246, 246);

  /* Easy Frontend variables */
  --ezy-item-bg: #f6f6f6;
  --ezy-item-shadow: 0px 4px 44px rgba(199, 227, 252, 0.17);
}

/* Dark Gray Block Style */
.dark-gray .ezy__team5,
.ezy__team5.dark-gray {
  /* Bootstrap variables */
  --bs-body-color: #ffffff;
  --bs-body-bg: rgb(30, 39, 53);

  /* Easy Frontend variables */
  --ezy-item-bg: #283646;
  --ezy-item-shadow: none;
}

/* Dark Block Style */
.dark .ezy__team5,
.ezy__team5.dark {
  /* Bootstrap variables */
  --bs-body-color: #ffffff;
  --bs-body-bg: rgb(11, 23, 39);

  /* Easy Frontend variables */
  --ezy-item-bg: #162231;
  --ezy-item-shadow: none;
}

.ezy__team5-heading {
  font-weight: bold;
  font-size: 25px;
  line-height: 25px;
  color: var(--bs-body-color);
}

@media (min-width: 768px) {
  .ezy__team5-heading {
    font-size: 45px;
    line-height: 45px;
  }
}

.ezy__team5-sub-heading {
  font-size: 16px;
  line-height: 22px;
  color: var(--bs-body-color);
}

.ezy__team5-item img {
  border-radius: 15px;
  padding: 8px;
}

.ezy__team5-content * {
  color: var(--bs-body-color);
}

.ezy__team5-social-links a {
  display: inline-block;
  opacity: 0.8;
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, color 0.25s ease-in-out;
}

.ezy__team5-social-links a:hover {
  transform: translateY(5px);
  color: var(--bs-body-color);
  opacity: 1;
}



/* Contact header start */
    .ezy__cta12 {
     
   background: url() center / cover;
       background-repeat: no-repeat;
      overflow: hidden;
      /*padding: 0;*/
      
          padding: 82px 0;
          height: 90vh;
        display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -90px;
    }
    
    .contact_banner_section .heading h1{
        color: #F9C508;
        font-size: 3rem;
        font-weight: 900;
    }
    .ezy__cta12>div {
      background-color: var(--ezy-theme-color);
    }
    
    .ezy__cta12-heading {
      font-weight: bold;
      font-size: 25px;
      line-height: 25px;
      color: var(--bs-body-color);
    }
    
    @media (min-width: 768px) {
      .ezy__cta12-heading {
        font-size: 40px;
        line-height: 40px;
      }
    }
    
    .ezy__cta12-sub-heading {
      font-size: 18px;
      line-height: 25px;
      color: var(--bs-body-color);
      opacity: 0.8;
    }
    
    .ezy__cta12 .form-control {
      min-height: 48px;
      line-height: 26px;
      border: none;
      background: rgba(255, 255, 255, 1);
      color: #000000;
    }
    
    .ezy__cta12 .form-control:focus {
      box-shadow: none;
    }
    
    .ezy__cta12-btn {
      padding: 12px 30px;
      min-width: 110px;
      height: 48px;
    }
   


    /* sustainability page css start */
    .sustain-title{
        font-weight: bold;
        font-size: 2.7rem;
        padding-left: 58px;
        color: #04724D;
    }

    .sustain-description{
        font-size: 1rem;
        text-align: justify;
        padding-left: 90px;
        padding-right: 250px;
        color: #1D2F6F;
        font-weight: 500;
    }

    @media (max-width: 428px) {
        .sustain-title {
            padding-left: 18px;
            font-weight: 750;
        }

        .sustain-description{
            padding-left: 8px;
            padding-right: 8px;
        }
      }


      /* service section on sustainability */
      .ezy__service10 {
        /* Bootstrap variables */
        --bs-body-color: #2B323C;
        --bs-body-bg: rgb(255, 255, 255);
    
        /* Easy Frontend variables */
        --ezy-theme-color: rgb(13, 110, 253);
        --ezy-theme-color-rgb: 13, 110, 253;
        --ezy-item-bg: transparent;
    
        background: var(--bs-body-bg);
        overflow: hidden;
        padding: 20px 0;
        position: relative;
        z-index: 1;
    }
    
    @media (min-width: 768px) {
        .ezy__service10 {
            padding: 23px 0;
        }
    }
    
    /* Gray Block Style */
    .gray .ezy__service10,
    .ezy__service10.gray {
        /* Bootstrap variables */
        --bs-body-bg: rgb(246, 246, 246);
    }
    
    /* Dark Gray Block Style */
    .dark-gray .ezy__service10,
    .ezy__service10.dark-gray {
        /* Bootstrap variables */
        --bs-body-color: #ffffff;
        --bs-body-bg: rgb(30, 39, 53);
    }
    
    /* Dark Block Style */
    .dark .ezy__service10,
    .ezy__service10.dark {
        /* Bootstrap variables */
        --bs-body-color: #ffffff;
        --bs-body-bg: rgb(11, 23, 39);
    
        /* Easy Frontend variables */
        --ezy-item-bg: transparent;
    }
    
    .ezy__service10-heading {
        font-weight: bold;
        font-size: 25px;
        line-height: 25px;
        color: var(--bs-body-color);
    }
    
    @media (min-width: 768px) {
        .ezy__service10-heading {
            font-size: 45px;
            line-height: 45px;
        }
    }
    
    .ezy__service10-sub-heading {
        font-size: 18px;
        line-height: 25px;
        color: var(--bs-body-color);
        opacity: .8;
    }
    
    .ezy__service10-card {
        background-color: var(--ezy-item-bg);
        border: none;
        border-radius: 0;
        transition: background-color .35s ease-in-out, transform 1s ease;
        transform-style: preserve-3d;
        will-change: transform;
    }
    
    .ezy__service10-card:hover,
    .ezy__service10-card.active {
        background-color: #2B323C;
    }
    
    .ezy__service10-card:hover {
        transform: perspective(800px) rotateY(5deg);
    }
    
    .ezy__service10-icon {
        background-color: rgba(var(--ezy-theme-color-rgb), .11);
        color: rgba(var(--ezy-theme-color-rgb), 1);
        width: 130px;
        height: 130px;
        border-radius: 50%;
        font-size: 62px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        transition: background-color .25s ease-in-out, color .25s ease-in-out;
    }
    
    .ezy__service10-card:hover .ezy__service10-icon,
    .ezy__service10-card.active .ezy__service10-icon {
        background-color: rgba(255, 255, 255, .1);
        color: #ffffff;
    }
    
    .ezy__service10-title {
        color: var(--bs-body-color);
    }
    
    .ezy__service10-content {
        color: var(--bs-body-color);
        opacity: .7;
    }
    
    .ezy__service10-card:hover .ezy__service10-title,
    .ezy__service10-card.active .ezy__service10-title,
    .ezy__service10-card:hover .ezy__service10-content,
    .ezy__service10-card.active .ezy__service10-content {
        color: #ffffff;
    }



    /* insight page css start */
      .insight-img{
          /*width:90%;*/
      }
      
   .insight-box{
       height: 17rem;
       width:30rem;
   }
   
    .insight-box .insight-img{
       height: 15.5rem;
       width:96%;
   }
   
      @media (max-width: 768px) {
        .insight-box .insight-img {
            height: auto;
            width:100%;
        }
        
        .insight-box{
       height: auto;
       width:100%;
   }
    }
      
      .ezy__header37-btn {
        font-size: 16px;
        font-weight: bold;
        background-color: var(--ezy-theme-color);
        color: #fff;
        border-radius: 8px;
        padding: 13px 40px;
        line-height: 1;
        cursor: pointer;
      }
      .ezy__header37-btn:hover {
        background-color: rgba(var(--ezy-theme-color-rgb), 0.9);
        color: #fff;
      }


      /* accordition start on strategy page */
      .ezy__faq10 {
        /* Bootstrap variables */
        --bs-body-color: #28303b;
        --bs-body-bg: rgb(255, 255, 255);
      
        /* Easy Frontend variables */
        --ezy-theme-color: rgb(13, 110, 253);
        --ezy-theme-color-rgb: 13, 110, 253;
        --ezy-item-bg: #ffffff;
        --ezy-item-shadow: 0px 4px 44px rgba(159, 190, 218, 0.37);
      
        background-color: var(--bs-body-bg);
        overflow: hidden;
        padding: 42px 0;
      }
      
      @media (min-width: 768px) {
        .ezy__faq10 {
          padding: 65px 0;
        }
      }
      
      /* Gray Block Style */
      .gray .ezy__faq10,
      .ezy__faq10.gray {
        /* Bootstrap variables */
        --bs-body-bg: rgb(246, 246, 246);
      }
      
      /* Dark Gray Block Style */
      .dark-gray .ezy__faq10,
      .ezy__faq10.dark-gray {
        /* Bootstrap variables */
        --bs-body-color: #ffffff;
        --bs-body-bg: rgb(30, 39, 53);
      
        /* Easy Frontend variables */
        --ezy-item-bg: rgb(11, 23, 39);
        --ezy-item-shadow: 0px 4px 22px rgba(0, 0, 0, 0.2);
      }
      
      /* Dark Block Style */
      .dark .ezy__faq10,
      .ezy__faq10.dark {
        /* Bootstrap variables */
        --bs-body-color: #ffffff;
        --bs-body-bg: rgb(11, 23, 39);
      
        /* Easy Frontend variables */
        --ezy-item-bg: rgb(30, 39, 53);
        --ezy-item-shadow: 0px 4px 22px rgba(0, 0, 0, 0.2);
      }
      
      @media (min-width: 992px) {
        .col-lg-8 {
            flex: 0 0 auto;
            width: 100%;
        }
    }

      .ezy__faq10-heading {
        font-weight: bold;
        font-size: 25px;
        text-align: center;
        color:  #04724d;
        line-height: 24px;
      }
      
      @media (min-width: 768px) {
        .ezy__faq10-heading {
          font-size: 45px;
          line-height: 45px;
        }
      }
      
      .ezy__faq10-sub-heading {
        font-size: 18px;
        line-height: 24px;
        color:  #1D2F6F;
        text-align: center;
        font-weight: 550;
        opacity: 0.8;
      }
      
      .ezy__faq10-bg-holder {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 150px;
        width: 100%;
        border-radius: 15px;
      }
      
      .ezy__faq10-item {
        background-color: transparent;
        border-radius: 10px;
      }
      
      .ezy__faq10-item * {
        color: var(--bs-body-color);
      }
      
      .ezy__faq10-btn-collapse [class*="fa-"] {
        transition: transform 0.25s ease-in-out;
      }
      
      .ezy__faq10-btn-collapse:focus {
        box-shadow: none;
      }
      
      .ezy__faq10-btn-collapse.active [class*="fa-"],
      .ezy__faq10-btn-collapse[aria-expanded="true"] [class*="fa-"] {
        transform: rotate(-180deg);
      }
      
      .ezy__faq10 .collapsing,
      .ezy__faq10 .collapse {
        background-color: var(--ezy-item-bg);
        box-shadow: var(--ezy-item-shadow);
        border-radius: 15px;
      }



      /* Gallery section */
.gallery-section {
    text-align: center;
}

.client-slider-container {
    position: relative;
    max-width: 90%;
    margin: auto;
    overflow: hidden;
}

.slider-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}

.client-slider {
    width: 100%;
    overflow: hidden;
}

.client-slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.client-slide {
    flex: 0 0 calc(100% / 3);
    text-align: center;
    background: #fff;
    margin-left: 12px;
    border-radius: 10px;
}

.client-slide img {
    width: 100%;
    height: auto;
    height: 94%;
    border-radius: 10px;
}

.client-title {
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

/* Prev & Next Buttons */
.prev-btn, .next-btn {
    background: #1D2F6F;
    color: white;
    border: none;
    font-size: 24px;
    padding: 0px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.prev-btn { left: 10px; }
.next-btn { right: 10px; }

.prev-btn:hover, .next-btn:hover {
    background: #04724d;
}


@media (max-width: 768px) {
    .client-slide {
        flex: 0 0 100%;
        margin-left: 20px;
    }

    .prev-btn, .next-btn {
        width: 35px;
        height: 35px;
        font-size: 20px;
    }
}

@media (max-width: 468px) {
    .client-slide {
        flex: 0 0 100%;
        margin-left: -2px;
    }
}


.gallery-section .client-slide .client_box img{
    height:22rem;
}


/*strategy page hover-cards */
    .strategy-title1 {
      text-align: center;
      font-size: 2rem;
      margin-bottom: 2rem;
      font-weight: bold;
      color: #174b7d;
    }

    .pillar-wrapper {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 2rem;
      max-width: 1200px;
      padding:21px;
      margin: auto;
    }

    .pillar-card {
      perspective: 1000px;
    }

    .card-inner {
      position: relative;
      width: 100%;
      height: 350px;
      transition: transform 0.6s;
      transform-style: preserve-3d;
    }

    .pillar-card:hover .card-inner {
      transform: rotateY(180deg);
    }

    .card-front,
    .card-back {
      position: absolute;
      width: 100%;
      height: 100%;
      border-radius: 16px;
      backface-visibility: hidden;
      overflow: hidden;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    }

    .card-front {
      background: #ffffff;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 1.5rem;
    }

    .card-front img {
      width: 100px;
      height: 100px;
      margin-bottom: 1rem;
    }

    .card-title {
      font-size: 1.1rem;
      font-weight: 600;
      text-align: center;
      color: #333;
    }

    .card-back {
      background: #174b7d;
      color: #fff;
      padding: 1.2rem;
      transform: rotateY(180deg);
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .card-back h3 {
      margin-bottom: .7rem;
      font-size: 1.45rem;
      text-align:left;
      color: #F9C508;
    }
    
    .member-info-content p{
        margin-bottom:0!important;
    }

    .card-back p {
      font-size: 1.1rem;
      line-height: 1.5;
      text-align:left;
    }

    @media (max-width: 500px) {
      .card-inner {
        height: 300px;
      }
      .card-front img {
        width: 80px;
        height: 80px;
      }
    }
    
    
    
    
    /*new sdg slider common on all page*/
    .sdg-slide {
  padding: 20px;
}

.sdg-box {
  flex: 1 1 calc(100% - 1rem);
  max-width: calc(100% - 1rem);
  padding: 30px 20px;
  color: #fff;
  border-radius: 15px;
  text-align: center;
  position: relative;
  min-height: 200px;
  transition: 0.3s ease;
}

/* Badge */
.sdg-tag {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #fff;
  color: #000;
  font-weight: bold;
  padding: 4px 10px;
  font-size: 14px;
  border-radius: 50px;
}

.sdg-icon {
  font-size: 36px;
  margin-bottom: 15px;
}

/* Responsive grid for 5 per row on large screens */
@media (min-width: 576px) {
  .sdg-box { flex: 1 1 calc(50% - 1rem); max-width: calc(50% - 1rem); }
}
@media (min-width: 768px) {
  .sdg-box { flex: 1 1 calc(33.33% - 1rem); max-width: calc(33.33% - 1rem); }
}
@media (min-width: 992px) {
  .sdg-box { flex: 1 1 calc(20% - 1rem); max-width: calc(20% - 1rem); }
}

/* Unique backgrounds for each */
.sdg-one { background-color: #e74c3c; }
.sdg-two { background-color: #f39c12; }
.sdg-three { background-color: #16a085; }
.sdg-four { background-color: #2980b9; }
.sdg-five { background-color: #8e44ad; }
.sdg-six { background-color: #3498db; }
.sdg-seven { background-color: #1abc9c; }
.sdg-eight { background-color: #e67e22; }
.sdg-nine { background-color: #2c3e50; }
.sdg-ten { background-color: #d35400; }
.sdg-eleven { background-color: #27ae60; }
.sdg-twelve { background-color: #b7950b; }

    
    /*last section of footer*/
    
    /* Footer Container */
.uk-container.uk-padding-medium-bottom {
    background: black;
    padding: 40px 0;
    border-top: 3px solid #F9C508;
    color: #F9F9F9;
    font-family: 'Arial', sans-serif;
}

/* Grid Layout */
.uk-grid {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Footer Links */
.uk-footer-items a {
    color: #F9F9F9;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 14px;
    position: relative;
    padding: 5px 0;
}

.uk-footer-items a:hover {
    color: #F9C508;
}

.uk-footer-items a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #F9C508;
    transition: width 0.3s ease;
}

.uk-footer-items a:hover::after {
    width: 100%;
}

/* Copyright Text */
.uk-footer-item {
    color: rgba(249, 249, 249, 0.8);
    font-size: 14px;
    margin-right: 20px;
}

/* Email Link */
.uk-footer-item-contact a {
    color: #F9C508 !important;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.uk-footer-item-contact a:hover {
    color: #F9F9F9 !important;
    text-decoration: underline;
    text-decoration-color: #04724D;
}

/* Divider between items */
.uk-margin-right:not(:last-child) {
    position: relative;
    padding-right: 20px;
}

.uk-margin-right:not(:last-child)::after {
    content: '|';
    position: absolute;
    right: 8px;
    color: rgba(249, 249, 249, 0.3);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .uk-footer-items {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px 20px;
        margin-bottom: 15px;
    }
    
    .uk-margin-right:not(:last-child)::after {
        display: none;
    }
    
    .uk-footer-item, .uk-footer-item-contact {
        text-align: center;
        justify-content: center;
        width: 100%;
    }
    
    .uk-footer-item-contact {
        margin-top: 15px;
    }
}

/* Animation for hover effects */
@keyframes linkUnderline {
    from { width: 0; }
    to { width: 100%; }
}


@media (min-width:769px) and (max-width:1300px){
    .site-header{
        justify-content:space-around !important;
        gap:32.5rem;
    }
}


/*new-footer*/
    .site-header {
      background: url(/Images/abstract-waves.webp), linear-gradient(90deg, var(--bg-color) 0%, var(--bg-color) 100%) !important;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 26px 2rem;
      padding-bottom:20px;
      border-bottom:.5px solid var(--primary-color);
    }
    
    /* Individual logo styles */
    .logo-start, .logo-end {
      max-height: 43px;
      width: auto;
      height: auto;
    }
    
    /* Responsive styling */
    @media (max-width: 600px) {
      .site-header {
        flex-direction: column;
        text-align: center;
      }
      .logo-start, .logo-end {
        margin-bottom: 1rem;
        max-height: 29px;
      }
    }

.footer-c5{
     color: rgba(249, 249, 249, 0.7);
      font-size: 13px;
      margin-left: 15px;
      /*white-space: nowrap;*/
}

.footer-c4{
     color: #F9F9F9;
    text-decoration: none;
   font-size: 14px;
   transition: color 0.3s;
     white-space: nowrap;
}

.footer-c3{
          color: #F9F9F9;
                text-decoration: none;
                font-size: 14px;
                transition: color 0.3s;
                white-space: nowrap;
}

.footer-c2{
          color: #F9F9F9;
                text-decoration: none;
                font-size: 14px;
                transition: color 0.3s;
                white-space: nowrap;
}

.footer-c1{
         color: #F9F9F9;
                text-decoration: none;
                font-size: 14px;
                transition: color 0.3s;
                white-space: nowrap;
}

.footer-email{
       color:white;
            text-decoration: none;
            font-size: 14px;
            transition: color 0.3s;
            white-space: nowrap;
}

.footer-links{
        display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 0 16px;
}

.footer-content{
      max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        color: #F9F9F9;
}

.footer-container{
    background-color: #212529!important;
    padding: 16px 30px;
    font-family: 'Arial', sans-serif;
    border-top: 1px solid #F9C508;
}


/*new why us*/

.eu-why-us {
  /*min-height: 100vh;*/
  /*min-height: 100vh;*/
  position: relative;
  padding: 0px 0;
}

/* Hero Image Styling */
.eu-hero {
  /*background-image: url("https://www.energy-storage.news/wp-content/uploads/2021/04/Fluence_Sunstack_Core.jpg");*/
  /*background-position: center;*/
  /*background-repeat: no-repeat;*/
  /*background-size: cover;*/
  /*width: 80%;*/
  /*max-width: 1200px;*/
  /*height: 315px;*/
  /*border-radius: 22px;*/
  /*margin: 30px auto;*/
  /*position: relative;*/
  /*overflow: hidden;*/
  /*box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);*/
  transition: all 0.3s ease;
}

.eu-hero:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.eu-hero::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(
      45deg,
      rgba(16, 185, 129, 0.03) 0px,
      rgba(16, 185, 129, 0.03) 1px,
      transparent 1px,
      transparent 10px
  );
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .eu-hero {
    width: 95%;
    height: 300px;
    margin: 20px auto;
  }
}

@media (max-width: 576px) {
  .eu-hero {
    width: 90%;
    height: 250px;
    border-radius: 16px;
    margin: 15px auto;
  }
  
  .future-description{
      margin: 0 0 0 0;
  }
}

@media (max-width: 400px) {
  .eu-hero {
    height: 200px;
  }
}

/* Rest of your existing CSS remains the same */
.eu-features {
  padding: 0px 0;
  background: #ffffff;
}

.eu-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 14px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 35px;
}

.eu-feature-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 28px;
  transition: all 0.4s ease;
  position: relative;
  border: 2px solid #5d5d5d;
}

.eu-feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  border-color: #10b981;
}

.eu-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}

.eu-card-header p{
    color:#212529;
}

.eu-icon {
  width: 56px;
  height: 56px;
  background: var(--primary-color);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.eu-feature-card:hover .eu-icon {
  background: #10b981;
}

.eu-feature-card:hover .eu-icon img {
  filter: brightness(0) invert(1);
}

.eu-icon img {
  width: 28px;
  height: 28px;
  transition: all 0.3s ease;
}

.eu-index {
  font-size: 48px;
  font-weight: 700;
  color: #f0fdf4;
  -webkit-text-stroke: 1px #10b981;
}

.eu-feature-card h2 {
  font-size: 24px;
  font-weight: 600;
  color: #2a2a2a;
  margin-bottom: 16px;
}

.eu-feature-card p {
  color: #374151;
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .eu-hero h1 {
    font-size: 40px;
  }

  .eu-hero p {
    font-size: 20px;
  }

  .eu-why-us{
     padding-top:35px;    
  }
  
  .eu-features {
    padding: 60px 0;
  }

.eu-container{
    padding: 0 4px;
}

  .eu-container {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .eu-feature-card {
    padding: 23px;
  }

  .eu-index {
    font-size: 36px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .eu-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

.homeAbout {
    margin-bottom:-93px;
}

/*environmental strategy tab device*/

@media (min-width: 768px) and (max-width: 991.98px) {
  /* Force each card to take full width */
  .environmental_strategy .row,
  .environmental_strategy .row-cols-md-3,
  .environmental_strategy .justify-content-center {
    display: flex !important;
    /*flex-direction: column !important;*/
    /*align-items: center;*/
    gap: 1.5rem;
    margin-left:30px;
  }

  .environmental_strategy .col,
  .environmental_strategy .col-md-5,
  .environmental_strategy .col-lg-4 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .environmental_strategy .card {
    width: 100%;
    max-width: 600px;
  }
  
   .gov-icon {
               display:none !important;
            }
            
            .eu-why-us{
                margin:-12.4rem 5rem !important;
            }
            img.bTwo{
                right:0%;
            }
            .sdg-section{
                    padding: 16rem 20px !important;
                    padding-bottom: 0px;
            }
            
            .esg-imgmobile{
                height:76.4rem !important;
            }
}

