:root {
    --main-h1: #002533;
    --main-p: #161f21;
    --main-a:  #043c52;
    --main-pure-white: #fff;
    --main-white: #e6e6e6;
  }

  @font-face {
    font-family: Raleway;
    src: url('css/fonts/Raleway-Medium.ttf');
  }
  .hero-text{
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 35px;
    display: inline-block;
    padding: 20px;
    border-radius: 10px;
    text-align:left;
  }
  @media screen and (max-width: 992px) {.hero-text{font-size: 25px;}}
  @media screen and (max-width: 600px) {.hero-text{font-size: 25px;text-align: center;}}
  .content{
      margin-top:60px!important;
  }
  .text-italic{
    font-style: italic;
  }
  .hero-para{
      color: var(--main-p);
      font-weight: 600;
      font-size: 18px;
      font-style: italic; /* text italic in main sections*/
  }

  .icon-box-cell> label.text-m{
      color:var(--main-a)!important;
  }

.logo-center{
    display: flex;
    align-items: center
}

.img-galary{
    width: auto;
    height: 170px;
}

.img-square {
    position: relative !important;
    width: 300px !important;
    height: 300px !important;
    overflow: hidden !important;
 }


.xyz{
    color:#000;
}
.xyz h1{
    color:#000;
}
.xyz h6{
    color:#000;
}
.vertical-center {
  margin-top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.vertical-center-hero {
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.horizontal-center{
  margin-left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.main-sectors{
  position: absolute;
  bottom: 5vh;
  width: 100%;
}
.list-item-custom{
        /* background: linear-gradient(-45deg, rgba(255,255,255,9) 0%, rgba(255,255,255,0.7) 100%); */
        background-color: rgba(41, 41, 41, 0.4);
        backdrop-filter: blur(50px);
        padding: 0 20px 0 20px;
        margin: 1rem 0;
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: center;
        height: 120px;
        width: 200px;
        /*clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);*/
        /*transition: 1s ease;*/
        border-radius: 20px !important;
}
.list-item-custom:hover{

    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.98);
    transition: 0.5s ease;

}
.color5AE531:hover{
    border-bottom: 10px solid #43B8EC;
}
.color43B8EC:hover{
    border-bottom: 10px solid #2eca00;
}
.colorBF8641:hover{
    border-bottom: 10px solid #BF8641;
}
.color33D266:hover{
    border-bottom: 10px solid #33D266;
}
.colorFCD716:hover{
    border-bottom: 10px solid #FCD716;
}
.list-item-custom a ,.textl{
    color: #477EEB;
}

.list-item-custom2{
    background-color: white;
    padding: 0 20px 0 20px;
    margin: 1rem 0;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    height: 100px;
    width: 200px;
    /*clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);*/
    /*transition: 1s ease;*/
    border-radius: 30px;
    vertical-align: middle;
}
.list-item-custom2> label{
    color: #477EEB;
}
.list-item-custom2:hover{

    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    transition: 1s ease;

}

.iconboxbg{

    padding: 1rem;
    border-radius: 30px;

}
.iconboxbg label{
    color: #26ACE3 !important;
}
/* background for categories */
.fullpage-inner-menu h5{
  font-size: 20px;
}

.service1{
    background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255,255,255,0) 100%),
    url(images/bg/hydro.jpg);
    background-size: cover;
    backdrop-filter: blur(10px);
}
.service1 li{
    color: #000;
}
.service2{
    background:
    linear-gradient(90deg, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0) 100%),
    url(images/bg/wind.jpg);
}
.service2 li{
    color: #000;
}
.service3{
    background:
    linear-gradient(90deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.4) 50%, rgba(255,255,255,0) 100%),
    url(images/bg/bio.jpg);
}
.service3 li{
    color: #000;
}
.service3 h1{
    color: #000;
}
.service4{
    background:
    linear-gradient(90deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.5) 65%, rgba(255,255,255,0) 95%),
    url(images/bg/solar.jpg);
}
.service4 li{
    color: #000;
}
.service4 h1{
    color: #000;
}
.service5{
     background:
     linear-gradient(90deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.7   ) 50%, rgba(255,255,255,0) 100%),
     url(images/bg/inv.jpg);


}
.service5 li{
    color: #000;
}
.service5 h1{
    color: #000;
}
.fullpage-inner-menu> h5{
    color:#000 !important;
}
.icon-box-cell> label{
    color: #000 !important;
}
.icon-box-cell{
    width: 50px;
    height:100px;
  }
  @media screen and (max-width: 992px) {
    .icon-box-cell{
      width: 50px;
      height:100px;
    }
  }
  @media screen and (max-width: 600px) {
    .icon-box-cell{
      width: 50px;
      height: 50px;
    }
    .icon-box-cell i{ 
      padding: 5px;
    }
  }

.icon-box-cell i{
    background-color: rgba(255, 255, 255, .4);
    backdrop-filter: blur(20px);
    padding: 10px;
    border-radius: 10px;

}
.fullpage-varrow .fa-angle-down:before {
    color: #000;
}
@media screen and (max-width: 600px) {
  .text-m{
    width: 100vw;
  }
}


/* ----------------------- icon box hover--------------------------------*/


.icon-box:hover{

    color: #26ACE3;
    /* border-bottom: 2px solid #26ACE3; */
    transition: 1s;
    transform: scale(0.9);
}

 .design_footer{
    position: absolute;
    bottom: 0;
    width: 100%;
    
    /* remove this if footer bar is not wanted*/
    background-color: rgba(255, 255, 255, .25);
    backdrop-filter: blur(60px);
    /* remove end*/
} 


.text_white{
    color:#fff;
}


.li_black{
    color:#000 !important;
}
.gohome{
    min-height: 60vh;
    margin-left: 16px;
}
.gohome a{
    color: #000;
    font-size: x-large;
}
.gohome li:before {
        content: "\f0da"; /* FontAwesome Unicode */
        font-family: FontAwesome;
        display: inline-block;
        margin-left: -1.3em; /* same as padding-left set on li */
        width: 1.3em; /* same as padding-left set on li */
}

.gohome li {
    list-style-image: url('images/assets/arrow.png');
    font-size: 18px;
}

.gohome .li_sub:before {
    content: "\f105"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em; /* same as padding-left set on li */
    width: 1.3em; /* same as padding-left set on li */
}
@media only screen and (max-width: 600px) {
    .gohome .gallery{
        margin-top: 200px;
    }
}
.goback{
    margin-bottom: -100px;
    margin-left: -20px;
    z-index: 1;
    padding-top: 30px;
}


@media only screen and (max-width: 600px) {
    .goback{
      position: relative;
      top: 0;
      /* margin-bottom: -150px; */
      margin-left: 0;
    }
    
}
@media only screen and (min-width: 768px) {
    .goback{
        margin-bottom: -150px;
    }
}


@media (max-width: 992px){
.section .background-page, .section .content, .section .container {
    text-align: left !important;
}
}

.ref-back h3{display: inline;}
.ref-back{
  position: absolute;
  top: 0;
  display: inline; 
}
.ref-back{
  margin-top: 50px;
}


.mobile-main-service{
    display: none;
}
@media only screen and (max-width: 600px) {
    .mobile-main-service{
        display: flex;
        justify-content: center;
    }
    #desktop_section{
        display: none;
    }

    .list-item-custom{
        background: linear-gradient(-45deg, rgba(255,255,255,9) 0%, rgba(255,255,255,0.7) 100%);
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: center;
        height: 100px;
        width: 180px;
        justify-content: center;
        justify-items: center;
        border-radius: 20px !important;
        padding: 0;
        margin: .5rem 0;
    }
}


/* -------------------------image galary -------------------------*/
.gallery {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(8, 5vw);
    grid-gap: 1.5rem;
  }

  .gallery__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .gallery__item--1 {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 3;

    /** Alternative Syntax **/
    /* grid-column: 1 / span 2;  */
    /* grid-row: 1 / span 2; */
  }

  .gallery__item--2 {
    grid-column-start: 9;
    grid-column-end: 4;
    grid-row-start: 5;
    grid-row-end: 1;

    /** Alternative Syntax **/
    /* grid-column: 3 / span 2;  */
    /* grid-row: 1 / span 2; */
  }

  .gallery__item--3 {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 5;
    grid-row-end: 3;

    /** Alternative Syntax **/
    /* grid-column: 5 / span 4;
    grid-row: 1 / span 5; */
  }
  /* ------------------------- end image galary -------------------------*/
  /* ------------------------- animation ------------------------- */
  .animate_left{
    position:relative;
    animation:animateleft 3s;
  }
  @keyframes
    animateleft{from{left:-50px;opacity:0}
    to{left:0;opacity:1}
  }
  .animate_right{
    position:relative;
    animation:animateright 3s;
  }
  .animate_right1{
    position:relative;
    animation:animateright 20s;
    
  }
  @keyframes
    animateright{from{right:-50px;opacity:0}
    to{right:0;opacity:1}
  }
  .animate_bottom{
    position:relative;
    animation:animatebottom 3s;
  }
  @keyframes
    animatebottom{from{bottom:-50px;opacity:0}
    to{bottom:0;opacity:1}
  }

  .animate_delay-1{
    animation-delay: 0.1s;
  }
  .animate_delay-2{
    animation-delay: 0.5s;
  }
  .animate_delay-3{
    animation-delay: 2s;
  }


  /* *********************about us **************** */
   .aboutus{
    margin-top: -20px!important;
  }

  /* Style the tab */
.tab {
    overflow: hidden;
    /* border: 1px solid #ccc; */
    /* background-color: rgba(0,0,0,0.1); */
  }

  .tabcontent p{
      font-weight: 600;
      font-size: 16px;
        color: var(--main-p);
  }

  /* Style the buttons inside the tab */
  .tab button {
    background-color: inherit;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    /*transition: 0.3s;*/
    font-size: 17px;
  }

  /* Change background color of buttons on hover */


  /* Create an active/current tablink class */
  .tab button.active {
    border-bottom: 3px solid rgb(2, 98, 143);
  }

  /* Style the tab content */
  .tabcontent {
    display: none;
    padding: 50px 12px;
    /* border: 1px solid #ccc; */
    border-top: none;

    font-weight: 600;
    font-size: 16px;
    color: var(--main-p);
  }

  .tabcontent {
    animation: fadeEffect 2s; /* Fading effect takes 1 second */
  }

  /* Go from zero to full opacity */
  @keyframes fadeEffect{from{bottom:-50px;opacity:0}
  to{bottom:0;opacity:1}}


  .side-menu li{
    list-style-type: none;
  }

.ref-pro{
  padding: 24px;
  width: 100%;
  font-size: 24px;
  background-color: rgb(255 255 255 / 72%);
  backdrop-filter: blur(60px);
  border: none;
  border-radius: 50px;
  color: #002533;
}
.ref-pro-a{
  padding: 20px 40px;
  width: 100%;
  font-size: 21px;
  background-color: rgb(255 255 255 / 72%);
  backdrop-filter: blur(60px);
  border: none;
  border-radius: 50px;
  color: #002533!important;
}


/* -------------------------------- Our People --------------------------------*/
.people-glass{
  margin: 0 -6vw;
  background-color: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(15px);
}
/* Style the tab */
.people-tab {
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.015);
    backdrop-filter: blur(10px);
  }

  /* Style the buttons inside the tab */
  .people-tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    font-size: 17px;
    width: calc(100% / 7);
    height: 120px;
    border-right: 2px solid #fff;
  }

  .people-tab button:last-child {
    border-right: none;
  }

  /* Change background color of buttons on hover */
  .people-tab button:hover {
    background-color: rgba(63,169,245, 0.5);
    backdrop-filter: blur(10px);
  }

  /* Create an active/current tablink class */
  .people-tab button.active {
    background-color: rgba(63,169,245, 0.5);
    backdrop-filter: blur(10px);
  }
  .people-tab h5{
      font-size: 14px;
      font-weight: 600;
      padding: 0;margin: 0;
      color: rgb(230, 230, 230);
  }
  .people-tab h6{
    font-size: 12px;
    font-weight: 300;
    padding: 0;margin: 0;
    color: #fff;
}

  /* Style the tab content */
  .people-tabcontent {
    display: none;
    padding: 0px 12px;
    
    /* text-align: left; */
    color: #fff!important;
    width:100%;
  }

  .people-tablinks .remove-line-height{
      line-height: 150%;
  }

  .tab-link-para{
    color: #424242!important;
    font-weight: 600;
  }

  .remove-line-height:before {content:'';
    display:block;
    margin:1em 0;
    }
  .my-active{display: block;}

  .leader-img{
    width: 100%;
    /* height: 200px; */
  }
  .leader-img img{
    width: auto;
    height: 60vh;
    padding: 15px 0px;
    margin: 0 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);

  }
  .leader-content{
    text-align: left;
    padding-top : 15vh;
  }
  @media screen and (max-width: 992px) {.leader-content{padding-top : 0;}.leader-img img{padding: 0;height: 50vh;}}
  @media screen and (max-width: 600px) {.leader-content{padding-top : 0;}}

  .leader-content .initial-letter{
    font-size: 35px;
  }
  .svg{
    fill: #26ACE3;
  }


  .contact-info{
    padding: 5px 5px;
  }

  .contact-info h5{
    padding-top: 4px;

  }

  @media screen and (max-width: 992px) {.contact-info svg{width: 50px;}}
  @media screen and (max-width: 600px) {.contact-info {text-align: center;}.contact-info svg{width: 50px;}}
  
  
  @media screen and (max-width: 992px) {
    .iframe-map iframe{
      width: 100%;
      height: 50vh;
    }
  }
  @media screen and (max-width: 600px) {
    .iframe-map iframe{
      width: 100%;
      height: 50vh;
    }
  }


  /* Referance Button */
  .ref-btn{
    position: absolute;
    right:5vw;
    bottom: 1vh;
    width: 20vw;
  }


  /* --------------- referance table ---------------------*/
  #referance {
    border-collapse: collapse;
    width: 100%;
    overflow-x: scroll;
  }

  #referance td, #referance th {
    border: 1px solid #ddd;
    padding: 8px;
  }

  #referance tr:nth-child(even){background-color: #f2f2f2;}

  #referance tr:hover {background-color: #ddd;}

  #referance th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #26ACE3;
    color: white;
  }


/* -------------------------------------------------About Us -----------------------------------------*/
  .about1{
    /* background:linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.10407913165266103) 87%, rgba(255,255,255,1) 100%),url(images/bg/aboutus.jpeg);
    background-position:0 100% !important;
    background-size:50% !important;
    background-repeat:no-repeat; */
    background: url(images/bg/aboutus.jpg);
    }
    .about1 .text-xl{color: #000 !important;}
    .about1 p{color:black !important; text-align: left;}

    @media screen and (max-width: 992px) {
      .about1 .text-xl{
        text-align: center;  
      }
      .about1 p{
        color:#000 !important;
        font-size: 16px;
        font-weight:300;
        
      }
    }
    @media screen and (max-width: 600px) {
      .about1 .text-xl{
        text-align: center;  
      }
      .about1 p{
        color:#000 !important;
        font-size: 16px;
        font-weight:300; 
      }
    }
    .about1 li{
        color: #000;
    }
    
  
    /* .about-bg-section{
      background: url(images/bg/aboutus.jpeg);
    } */

    /* .about-overlay{
      margin-top: -10vh;
      width:100%;
      height:100%;
      background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(249,249,249,0.5998774509803921) 35%, rgba(231,231,231,1) 100%);
    } */
    .content-custom{
      margin-top: 15vh;
    }
  .about2{
    background:
    linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 95%, rgba(255,255,255,0.8) 100%),
    url(images/bg/ourteam.jpg);
    }
    @media screen and (min-width: 992px) {
    .about2 .text-xl{display: none;}
    }
    .about2 p{color:black !important; text-align: left;}

    @media screen and (max-width: 992px) {
      .about2 .text-xl{
        color: #000 !important;
        text-align: center; 
        margin-bottom: 0 !important; 
      }
      .about2 p{
        color:#000 !important;
        font-size: 16px;
        font-weight:300;
        
      }
    }
    @media screen and (max-width: 600px) {
      .about2 .text-xl{
        color: #000 !important;
        text-align: center;  
      }
      .about2 p{
        color:#000 !important;
        font-size: 16px;
        font-weight:300; 
      }
    }
    .about2 li{
        color: #000;
    }
  .about3{
    background:
    /* linear-gradient(90deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.7) 50%, rgba(255,255,255,0) 100%),
    */url(images/bg/partners.jpg);
  }

    @media screen and (min-width: 992px) {
      .about3 .text-xl{display: none;}
      }
      .about3 p{color:black !important; text-align: left;}
  
      @media screen and (max-width: 992px) {
        .about3 .text-xl{
          color: #000 !important;
          text-align: center; 
          
          margin-bottom: 0 !important; 
        }
        .about3 p{
          color:#000 !important;
          font-size: 16px;
          font-weight:300;
          
        }
      }
      @media screen and (max-width: 600px) {
        .about3 .text-xl{
          color: #000 !important;
          text-align: center;  
          padding-top: 5vh;
        }
        .about3 p{
          color:#000 !important;
          font-size: 16px;
          font-weight:300; 
        }
      }
    
    .about3 li{
        color: #000;
    }

.partner{
  padding: 20px;
}
.partner a{
  color: gray;
}
.partner-card{
  max-height:300px;
}
.parter-card-image{
  max-width:200px;
  max-height: 40px;
}
.partner-global{transform: scale(1.3);}
.partner-amiblu{transform: scale(0.8);}
.box-part{
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(20px);
  border-radius:25px;
  padding:10px;
  height: 100px;
}
.card-inside{
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* .partner-card-text{
  padding-top: 2em;
}
.partner-card-more{
  padding-top: 2em;
} */
.social-group i{
  color:#fff!important;
}
ul.side-menu li a .side-menu-p{
  font-size: 15px;
}


/* slide ************************************************** */

.content-slider{
  height: 300px;
  width: 100%;
  overflow: hidden;
  box-shadow: 1px 1px 15px rgba(0,0,0,0.9);
  border-radius: 25px;
}
.content .images{
  height: 100%;
  width: 100%;
}
.images img{
  height: 100%;
  width: 100%;
}

/* Fading animation */
#fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2.5s;
  animation-name: fade;
  animation-duration: 2.5s;
  transition: all 2.5s;
}

@-webkit-keyframes fade {
  0% {opacity: 0%;transform: scale(1);}
  30%{opacity: 100%;}
  70% {opacity: 100%;}
  100% {opacity: 0%;transform: scale(1.1);}
}


@keyframes fade {
  0% {opacity: 0%;transform: scale(1);}
  30%{opacity: 100%;}
  70% {opacity: 100%;}
  100% {opacity: 0%;transform: scale(1.1);}
}

/*******************         Side Menu        ***************************************************/
/**********************************************************************/
.side_hmenu{
  width: 250px;
  height: 100%;
  padding: 0px 5px;
  position: fixed;
  z-index: 100;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  left: -250px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.side_hmenu:hover, .side_hmenu:focus {
  transform: translate3d(250px, 0, 0);
  animation-timing-function: 1s ease-in;
}
.side_hmenu .title_hmenu {
  top: 0px;
  position: absolute;
  right: -79px;
  font-weight: 400;
  font-size: 16px;
  background-color: #26ACE3;
  color:#fff;
  padding: 10px 25px;
}

.side_hmenu .nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 100;
}
.side_hmenu .nav li {
  padding-bottom: 30px;
  list-style-type: none;
}
.side_hmenu .nav li a {
  display: block;
  text-decoration: none;
  color: #616161;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.side_hmenu .nav li a:hover {
  color: #aaa;
}
 /*                      SLider *********************************************************** */

 @keyframes slidy {
  0% {
    left: 0%;
  }
  20% {
    left: 0%;
  }
  25% {
    left: -100%;
  }
  45% {
    left: -100%;
  }
  50% {
    left: -201%;
  }
  70% {
    left: -201%;
  }
  75% {
    left: -302%;
  }
  99% {
    left: -302%;
  }
  100% {
    left: -302%;
  }
}

.container-slider {
  overflow: hidden;
  width: 600px;
  height: 330px;
  margin-left: auto;
  border-radius: 20px;
}

@media screen and (max-width: 992px) {.container-slider {width: 100%;}}
@media screen and (max-width: 600px) {.container-slider {width: 100%; margin-top: 10vh}}
  

.slider {
  position: relative;
  width: 500%;
  animation: 20s slidy infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.slider .item {
  width: 20%;
  height: auto;
  display: inline-block;
  position: inherit;
}

.item img {
  width: 100%;
  height: auto;
}

/* ********************************* Ref Table ********************************** */
#myTable{
  /* table-layout: auto; */
  width: 100%; border-collapse: collapse;
}

.table-container{
  min-height: 1024vh;
}
.ref-table{
  clear: both;	
	width:100%;
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(25px);
  border-radius: 25px;
}

@media screen and (max-width: 992px) {
  .ref-table{
    overflow-x: scroll;
  }
}
@media screen and (max-width: 600px) {
  .ref-table{
    overflow-x: scroll;
  }
}

  

.reft{
  width: 100%;
  border-radius: 25px;
}


.table-scroll{
  /*width:100%; */
  display: block;
  empty-cells: show;
  
  /* Decoration */
  border-spacing: 0;
  /* border: 1px solid; */
  
}
.table-scroll tr{
  padding: 5px;
}

.table-scroll thead{
  background-color: rgba(255, 255, 255, 0.6);
  position:relative;
  display: block;
  
  overflow-y: hidden;
  border-radius: 25px 25px 0 0 ;
  padding: 10px;
}

.table-scroll tbody{
  /* Position */
  display: block; position:relative;
  width:100%; overflow-y:scroll;
  /* Decoration */
  border-top: 1px solid rgba(0,0,0,0.2);
}

.table-scroll tr{
  
  display:flex; 
}


.table-scroll td ,.table-scroll th{
  flex-basis:40%;
  flex-grow:1;
  display: block;
  padding: 1rem;
  text-align:center;
}
.long-col{
  flex-basis:100%!important;
  text-align: left!important;
}
#scope-of-work{ text-align: center!important;}
/* Other options */

/* .table-scroll.small-first-col td:first-child,
.table-scroll.small-first-col th:first-child{
  flex-basis:20%;
  flex-grow:1;
} */

.table-scroll tbody tr:nth-child(2n){
  background-color: rgba(130,130,170,0.1);
}

.body-half-screen{
  max-height: 60vh;
}
.table-head{
  background-color: #3f3f3f54;
  border-radius: 10px 10px 0 0 ;
  
}
.table-shead{
  background-color: #3f3f3f54;
  border-radius: 10px;
}

.small-col{flex-basis:10%;}
 /* ------------------------ Scroll Behevior ------------------------  */
.table-scroll> ::-webkit-scrollbar {
  width: 15px;
}

/* Track */
.table-scroll>::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
.table-scroll>::-webkit-scrollbar-thumb {
  background: #5c5c5c; 
  border-radius: 10px;
}

/* Handle on hover */
.table-scroll>::-webkit-scrollbar-thumb:hover {
  background: #3b3b3b; 
}

 /* *********************************************** table tab ********************************* */
  /* Style the tab */
  .tab-table {
    overflow: hidden;
    /* border: 1px solid #ccc; */
    /* background-color: rgba(0,0,0,0.1); */
    background-color: rgba(255, 255, 255, .4);
    backdrop-filter: blur(50px);
  }
  
  /* Style the buttons inside the tab */
  .tab-table button {
    background-color: rgba(255, 255, 255, .4);
    backdrop-filter: blur(20px);
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    border-radius: 10px;
    width: calc(99% / 4);
  }

  @media screen and (max-width: 992px) {.tab-table button{width: auto;}}
  @media screen and (max-width: 600px) {.tab-table button{width: auto;}}
  

  /* Change background color of buttons on hover */


  /* Create an active/current tablink class */
  .tab-table button.active {
    background-color: rgba(201, 201, 201, 0.808);
  }

 .hamburger-menuc {
    width: 30px;
    height: 3px;
    background-color: #fff;
    margin: 6px 0;
    padding: 0px 6px;
  }

  .ref-bg{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 103%;
    height:90vh;
    border-radius: 25px;
    background-color: rgba(255, 255, 255, 0.4);
        backdrop-filter: blur(20px);
    z-index: 1;
  }

  
  @media screen and (max-width: 600px) {
    .footer-base{
      width: 96vw;
    }
    .footer-base .copy-text1{
      text-align: center;
    }
    .footer-base .copy-text{
      text-align: center;
    }
  }
  @media screen and (max-width: 992px) {
    .footer-base{
      width: 96vw;
    }
    .footer-base .copy-text1{
      text-align: center;
    }
    .footer-base .copy-text{
      text-align: center;
    }
  }

  .people-tab-mob{
    display: none;
  }
  @media screen and (max-width: 600px) {
    .people-tab{
      display: none;
    }
  }
  @media screen and (max-width: 992px) {
    .people-tab{
      display: none;
    }
    .people-tab-mob{
      margin-top: 20px ;
      display: block;
      margin-left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);  
    }
  }

  .people-tablinks-mob{
    background-color: rgb(39, 39, 39);
    width: 20px;
    height:20px;
    border-radius: 50%;
  }


  /* ----------------------------------------- MOBILE ----------------------------------------- */
  .margin-top-20{
    margin-top:20vh;
}
.hero-logo{
    width: 400px;
}
  /* On screens that are 992px wide or less, the background color is blue */
  @media screen and (max-width: 992px) {
    .margin-top-20{
        margin-top:0;
    }
 
  }
  
  /* On screens that are 600px wide or less, the background color is olive */
  @media screen and (max-width: 600px) {
    .margin-top-20{
        margin-top: 10vh !important;
    }
    .slide{
        min-height: 100vh;
      }
      .hero-logo{
        width: 200px;
    }
  }
