* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    /* font-family: "Montserrat", sans-serif; */
    /* overflow: hidden; */
  }

  /* Main Background Section Starts Here */
  .main-bg{
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -10;
  }
  .main-bg img{
    width: 150%;
    height: 100vh;
  }
  /* Main Background Section Ends Here */

   
  /* --- Customize ScrollBars --- */
  .footer .center .linkedin-content::-webkit-scrollbar {
    width: 11px;
  }
  .footer .center .linkedin-content::-webkit-scrollbar-track {
    background: #fff;
  }
  .footer .center .linkedin-content::-webkit-scrollbar-thumb {
    background: #676767;
    border-radius: 7px;
  }
  
  /* Header Styles Starts Here */
  header {
    background-color: #ec9122;
    padding: 5px 0;
  }
  .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-family: "Montserrat", sans-serif;
  }
  .header a {
    text-decoration: none;
    color: #fff;
  }
  .header .icons i {
    margin-right: 7px;
    transition: all 0.3s ease;
  }
  .header .icons i:hover {
    scale: 1.2;
    color: #5f86c3;
  }
  .header .email i {
    margin-right: 1px;
  }

  @media screen and (max-width: 576px) {
    header {
      padding: 0 0 2px 0;
    }
    .header .icons i{
        margin-right: 3.5px;
    }
    .header a{
        font-size: 0.7rem;
    }
    .header .phone span{
        font-size: 0.7rem;
    }
    .header i{
        font-size: 0.8rem;
    }
  }
  /* Header Styles Ends Here */


  /* Nav Styles Starts Here */
  nav {
    padding: 12px 0 !important;
    font-family: "Montserrat", sans-serif !important;
    background-color: #fff !important;
  }
  nav .nav-link {
    font-weight: 500;
  }
  nav .dropdown-menu {
    background-color: #e79b3e !important;
  }
  nav .dropdown-item {
    color: #fff;
    font-weight: 400;
  }
  nav .dropdown-item:hover,
  nav .dropdown-item:focus {
    background-color: #e79b3e !important;
    color: #fff;
  }

  @media screen and (max-width: 576px) {
    nav .nav-link {
        font-size: 0.8rem !important;
      }
      nav .dropdown-item {
        font-size: 0.8rem !important;
      }
  }

  /* .dropdown-toggle::after {
    display: none;
  } */

  /* Nav Styles Ends Here */


  /* Top Image Section Starts Here */
  .top-image{
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .top-image img{
    width: 100%;
  }
  .top-image .top-content{
    position: absolute;
    width: 20vw;
    text-align: center;
    top: 25%;
    left: 40vw;
  }
  .top-image .top-content h1{
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 2.7rem;
  }
  .top-image .top-content h6{
    color: #fff;
    margin-top: 1rem;
  }
  .top-image .top-content h6 a{
    color: #fff;
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
  }

  @media screen and (max-width: 576px) {
    .top-image img{
      height: 7rem;
    }
    .top-image .top-content{
      width: 80vw;
      top: 22%;
      left: 10vw;
    }
    .top-image .top-content h1{
      font-size: 1.7rem;
    }
    .top-image .top-content h6{
      margin-top: 0.1rem;
      font-size: 0.7rem;
    }
  }
  /* Top Image Section Ends Here */


  /* Top Team Section Starts Here */
  .top-team{
    overflow: hidden;
    padding: 5rem 0;
  }
  .top-team .top{
    display: flex;
    justify-content: space-between;
  }
  .top-team .top .left{
    width: 50%;
  }
  .top-team .top .left h5{
    font-size: 1.2rem;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
  }
  .top-team .top .left h1{
    font-family: "Montserrat", sans-serif;
    color: #f69217;
    margin: 1rem 0 1.7rem 0;
    font-weight: 600;
    font-size: 2.2rem;
  }
  .top-team p{
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    font-weight: 500;
  }
  .top-team .top .right{
    width: 47%;
    overflow: hidden;
  }
  .top-team .top .right img{
    width: 100%;
  }

  @media screen and (max-width: 576px) {
    .top-team{
      padding: 3rem 0.5rem;
    }
    .top-team .top{
      flex-direction: column-reverse;
    }
    .top-team .top .left{
      width: 100%;
      margin-top: 1rem;
    }
    .top-team .top .left h5{
      font-size: 0.9rem;
    }
    .top-team .top .left h1{
      margin: 1rem 0 1rem 0;
      font-size: 1.3rem;
    }
    .top-team p{
      font-size: 0.8rem;
    }
    .top-team .top .right{
      width: 100%;
    }
    .top-team .top .right img{
      border-radius: 8px;
    }
  }
  /* Top Team Section Ends Here */


  /* Chairman Message Section Starts Here */
  .chairman{
   background-color: #fff;
  }
  .chairman-container{
    display: flex;
    justify-content: space-between;
    padding: 4rem 0 3rem 4rem;
  }
  .chairman-container .chairman-image{
    width: 33%;
    padding-top: 4rem;
  }
  .chairman-container .chairman-image img{
    /* width: 100%; */
    width: 390px;
    height: 370px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    border-radius: 50%;
  }
  .chairman-container .chairman-image h2{
    color: #f18f17;
    text-align: center;
    margin-top: 1rem;
    font-family: "Montserrat", sans-serif;
    font-size: 1.7rem;
  }
  .chairman-container .chairman-image p{
    color: #000;
    text-align: center;
    margin-top: 0.5rem;
    font-family: "Montserrat", sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
  }

  .chairman-container .chairman-content{
    width: 50%;
    padding: 3rem 0rem;
  }
  .chairman-container .chairman-content h1{
    color: #f18f17;
    font-family: "Montserrat", sans-serif;
    font-size: 1.93rem;
    margin-bottom: 2.3rem;
  }
  .chairman-container .chairman-content p{
    font-family: "Montserrat", sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    max-width: 80%;
    text-align: justify;
    padding-top: 0.2rem;
  }

  @media screen and (max-width: 576px) {
    .chairman-container{
      flex-direction: column;
      padding: 0 0.5rem 3rem 0.5rem;
      overflow: hidden;
    }
    .chairman-container .chairman-image{
      width: 100%;
      padding-top: 1rem;
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .chairman-container .chairman-image img{
      width: 200px;
      height: 195px;
    }
    .chairman-container .chairman-image h2{
      font-size: 1.5rem;
    }
    .chairman-container .chairman-image p{
      font-size: 0.7rem;
      margin-top: 0;
    }
    .chairman-container .chairman-content{
      width: 100%;
      padding: 2rem 0.5rem;
    }
    .chairman-container .chairman-content h1{
      font-size: 1.2rem;
      margin-bottom: 1rem;
    }
    .chairman-container .chairman-content p{
      font-size: 0.7rem;
      max-width: 100%;
      padding-top: 0.1rem;
    }
  }
  /* Chairman Message Section Ends Here */


  /* Mission Vision Section Starts Here */
  .mission{
    background-image: url('images/mission-vision.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 5rem 0;
    overflow: hidden;
  }
  .mission .mission-cards{
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    max-width: 70%;
    margin-left: 15%;
  }
  .mission .mission-cards .card{
    width: 35%;
    overflow: hidden;
    border-radius: 10px;
    padding: 1rem 1.5rem;
    transition: all 0.3s ease;
  }
  .mission .mission-cards .card:hover{
    background-color: #fdfdfdd7;
  }
  .mission .mission-cards .card h1{
    font-family: "Montserrat", sans-serif;
    text-align: center;
    font-size: 1.9rem;
    color: #f69217;
    font-weight: 600;
  }
  .mission .mission-cards .card p{
    font-family: "Montserrat", sans-serif;
    text-align: justify;
    font-size: 1rem;
    margin-top: 1.4rem;
    font-weight: 500;
  }

  @media screen and (max-width: 576px) {
    .mission{
      padding: 3rem 0.5rem;
    }
    .mission .mission-cards{
      flex-direction: column;
      max-width: 100%;
      margin-left: 0;
    }
    .mission .mission-cards .card{
      width: 100%;
      padding: 1rem;
    }
    .mission .mission-cards .card h1{
      font-size: 1.5rem;
    }
    .mission .mission-cards .card p{
      font-size: 0.9rem;
      margin-top: 0;
    }
  }
  /* Mission Vision Section Ends Here */


  /* LSI Values Section Starts Here */
  .lsi-values{
    background-color: #fff;
    padding: 1rem 2rem;
    margin-top: 5rem;
    margin-bottom: 4rem;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: all 0.4s ease;
    overflow: hidden;
  }
  .lsi-values:hover{
    background-color: #faa21e;
  }
  .lsi-values h3{
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    margin-top: 0.8rem;
  }
  .lsi-values p{
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 0.99rem;
    margin-top: 1.2rem;
    text-align: justify;
  }

  @media screen and (max-width: 576px) {
    .lsi-values{
      padding: 0.5rem;
      margin-top: 2rem;
      margin-bottom: 2rem;
    }
    .lsi-values p{
      font-size: 0.8rem;
      margin-top: 0.6rem;
    }
  }
  /* LSI Values Section Ends Here */


  /* Advisory Panel Starts Here */
  .advisory{
    padding: 2rem 0;
  }
  .advisory h1{
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 2rem;
    color: #f38d10;
    font-weight: 600;
  }
  .advisory .advisory-row{
   display: flex;
   overflow: hidden;
   justify-content: space-between;
   margin-top: 3rem;
  }
  .advisory .advisory-row .card{
   width: 23%;
   border-radius: 0;
   overflow: hidden;
   border: none;
  }
  .advisory .advisory-row .card img{
   width: 100%;
   border-radius: 10px;
   filter: grayscale(100%);
   transition: all 0.3s ease;
  }
  .advisory .advisory-row .card:hover img{
   filter: grayscale(0);
  }
  .advisory .advisory-row .card .desc{
   background-color: #dcdcdcc6;
   margin-top: 0.5rem;
   border-radius: 10px;
   padding: 1rem 1rem 0.5rem 1rem;
   height: 16rem;
  }
  .advisory #advisory-row-1 .card .desc{
    height: 14rem;
  }
  .advisory .advisory-row .card .desc h2{
    font-family: "Montserrat", sans-serif;
    font-size: 1.4rem;
    text-align: center;
    height: 2.5rem;
  }
  .advisory .advisory-row .card .desc p{
    font-family: "Montserrat", sans-serif;
    font-size: 0.95rem;
    text-align: center;
    font-weight: 500;
    margin: 0;
    padding-top: 0;
    /* height: 3.5rem; */
    /* overflow: hidden; */
  }

  .advisory .advisory-row .card .desc .desc-p{
    font-size: 0.7rem;
    margin-top: 0.7rem;
    /* height: 6rem; */
  }
  

  #advisory-row-1 .card{
    width: 16%;
  }
  #advisory-row-1 .card .desc{
    padding: 1.2rem 0.4rem 0.9rem 0.4rem;
   }
  #advisory-row-1 .card .desc h2{
    font-size: 1rem;
    height: 1.3rem;
  }

  @media screen and (max-width: 576px) {
    .advisory{
      padding: 1rem 0.5rem;
    }
    .advisory h1{
      font-size: 1.4rem;
    }
    .advisory .advisory-row{
      flex-direction: column;
      margin-top: 2rem;
     }
     .advisory .advisory-row .card{
      width: 100%;
      margin-bottom: 1rem;
     }
     #advisory-row-1 .card{
      width: 100%;
    }
  }
  /* Advisory Panel Ends Here */

  /* Core Team Section Starts Here */
  /* #core-team .advisory-row .card .desc p{
    height: 4rem;
  } */
  /* Core Team Section Ends Here */


  /* Footer Styles Starts Here */
  footer{
    background-color: #ec9122;
    padding: 3rem 0;
    position: relative;
    overflow: hidden;
  }
  .footer{
    display: flex;
    justify-content: space-between;
  }
  .footer .left{
    width: 29%;
    color: #fff;
  }
  .footer .left img{
    background-color: #fff;
    padding: 0.5rem 0.8rem;
    margin-top: 1rem;
  }
  .footer .left a{
    color: #fff;
  }
  .footer .left .foot-icons{
    margin-top: 2rem;
  }
  .footer .left .foot-icons i{
    margin-right: 0.7rem;
    font-size: 1.3rem;
    transition: all 0.2s ease;
  }
  .footer .left .foot-icons i:hover{
    scale: 1.1;
    color: #5f86c3;
  }
  
  .footer .center{
    width: 30%;
  }
  .footer .center h3{
    font-size: 1.3rem;
    color: #fff;
    margin-bottom: 1rem;
  }
  .footer .center img{
    width: 100%;
    /* position: relative; */
  }
  .footer .center button{
    position: absolute;
    left: 75%;
    top: 46%;
    border: none;
    outline: none;
    font-size: 0.8rem;
    padding: 2px 5px;
    border-radius: 5px;
    box-shadow: 2px 2px 3px #616161;
    background-color: #f9f9f9;
    transition: all 0.2s ease;
  }
  .footer .center button:hover{
    background-color: #ededede4;
  }
  .footer .center .linkedin-content{
   height: 150px;
   overflow-y: scroll;
   padding: 10px;
   background-color: #d2d0d0;
  }
  
  .footer .end{
   width: 22%;
   color: #fff;
   display: flex;
   flex-direction: column;
  }
  .footer .end h3{
   font-size: 1.1rem;
  }
  .footer .end p{
   font-size: 0.8rem;
  }
  .footer .end div{
   margin-bottom: 1rem;
  }
  /* .footer .end img{
   width: 30px;
   margin-left: 90%;
   margin-top: 1.3rem;
   cursor: pointer;
   transition: all 0.3s ease;
  } */
  /* .footer .end img:hover{
   scale: 1.1;
  } */
  .footer-line .line{
    width: 100%;
    height: 1.5px;
    background-color: #fff;
    margin-top: 1rem;
  }
  .copyright{
   display: flex;
   justify-content: space-between;
   color: #fff;
   margin-top: 7px;
   font-size: 0.9rem;
  }

  #back-to-top{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    position: fixed;
    bottom: 1.2rem;
    right: 1.4rem;
    box-shadow: rgba(0, 0, 0, 0.308) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    transition: all 0.3s ease;
  }
  #back-to-top:hover{
      scale: 1.1;
  }

  @media screen and (max-width: 1400px) {
    .footer .center button{
      top: 41%;
    }
  }

  @media screen and (max-width: 576px) {
    footer{
        margin-top: 2rem;
    }
    .footer{
        flex-direction: column;
      }
      .footer .left{
        width: 100%;
      }
      .footer .left img{
        margin-top: 0.5rem;
        width: 45%;
      }
      .footer .left .foot-icons{
        margin-top: 1rem;
      }
      .footer .center{
        width: 100%;
        margin-top: 2rem;
      }
      .footer .end{
        width: 100%;
        margin-top: 2rem;
      }
      .copyright{
        font-size: 0.7rem;
       }
       #back-to-top{
        width: 20px;
        height: 20px;
        bottom: 1rem;
        right: 1rem;
      }
  }

/* Footer Styles Ends Here */