* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    /* font-family: "Montserrat", sans-serif; */
    /* overflow: hidden; */
  }
  
  /* --- 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 .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{
        padding: 1px 0 3px 0;
    }	
}
/* Header Styles Ends Here */


/* Nav Styles Starts Here */
nav {
    padding: 0 !important;
    background-color: #fff !important;
    font-family: "Montserrat", sans-serif !important;
  }
  nav .nav-link {
    font-weight: 500;
  }
  nav .dropdown-menu {
    background-color: #eb9833 !important;
  }
  nav .dropdown-item {
    color: #fff !important;
    font-weight: 400;
    transition: all 0.2s ease;
  }
  nav .dropdown-item:hover,
  nav .dropdown-item:focus {
    background-color: #eb9833 !important;
    color: #ececec !important;
  }

  @media screen and (max-width: 576px) {
    nav .nav-link {
        font-size: 0.8rem !important;
      }
      nav .dropdown-item {
        font-size: 0.8rem !important;
      }
	  nav .navbar-brand img {
        height: 70px;
      }
  }

  /* .dropdown-toggle::after {
    display: none;
  } */

  /* Nav Styles Ends Here */


/* Top Image Styles Starts Here */
.top-image{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.top-image img{
    width: 100%;
}
.top-image .overlay{
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #00000084;
    height: 100%;
}
.top-image h3{
    position: absolute;
    top: 40%;
    /* left: 10%; */
    color: #fff;
    font-size: 2.7rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    background-color: #ec9122;
    padding: 1rem 2rem 1rem 7rem;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

@media screen and (max-width: 576px) {
  .top-image h3{
    top: 35%;
    font-size: 1.7rem;
    padding: 0.3rem 1rem 0.4rem 1rem;
}
}
/* Top Image Styles Ends Here */

/* Founder's Message Section Starts Here */
.founder-msg{
  display: flex;
  justify-content: space-between;
  padding: 5rem 0 2rem 0;
  overflow: hidden;
}
.founder-msg .founder-left{
  width: 40%;
  overflow: hidden;
}
.founder-msg .founder-left img{
  width: 90%;
  margin-left: 5%;
  border-radius: 10px;
}
.founder-msg .founder-left h2{
  text-align: center;
  color: #ec9122;
  font-size: 1.7rem;
  margin-top: 0.5rem;
  font-family: "Montserrat", sans-serif;
}
.founder-msg .founder-left p{
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
}
.founder-msg .founder-right{
  width: 55%;
}
.founder-msg .founder-right h1{
  color: #ec9122;
  font-size: 2.2rem;
  margin-bottom: 1rem;
  font-family: "Montserrat", sans-serif;
}
.founder-msg .founder-right p{
  color: #2e2e2e;
  font-size: 1.12rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

@media screen and (max-width: 576px) {
  .founder-msg{
    flex-direction: column;
    padding: 3rem 0.7rem 0 0.7rem;
  }
  .founder-msg .founder-left{
    width: 100%;
  }
  .founder-msg .founder-right{
    width: 100%;
  }
  .founder-msg .founder-left img{
    width: 100%;
    margin-left: 0;
  }
  .founder-msg .founder-left h2{
    font-size: 1.3rem;
  }
  .founder-msg .founder-left p{
    font-size: 1rem;
    margin-top: -0.3rem;
  }
  .founder-msg .founder-right h1{
    font-size: 1.4rem;
    margin-bottom: 0.6rem;
  }
  .founder-msg .founder-right h1 i{
    font-size: 0.9rem;
  }
  .founder-msg .founder-right p{
    font-size: 0.9rem;
  }
}
/* Founder's Message Section Ends Here */

/* Advisory Section Styles Starts Here */
.advisory-section{
    background-color: #00000000;
    padding: 3.5rem 0;
    overflow: hidden;
}
.advisory-panel{
    margin-bottom: 4rem;
}
.advisory-panel h1{
    font-size: 2.5rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}
.advisory-panel .row{
    display: flex;
    /* justify-content: space-between; */
    margin-top: 2.5rem;
    margin-bottom: 2rem;
    gap: 1%;
    /* background-color: red; */
}
.advisory-panel .row .partner{
    width: 24%;
    /* background-color: #ec9122; */
    display: flex;
    flex-direction: column;
    cursor: pointer;
}
/* .advisory-panel .row .partner .img-div{
   height: 19rem;
} */
.advisory-panel .row .partner img{
   width: 100%;
   height: 100%;
   object-fit: contain;
   margin-bottom: 2.5rem;
}
.advisory-panel .row .partner h5{
   font-size: 1.5rem;
   font-family: "Montserrat", sans-serif;
   font-weight: 400;
   margin-top: 0.5rem;
}
.advisory-panel .row .partner h6{
   font-size: 1rem;
   font-family: "Montserrat", sans-serif;
   font-weight: 700;
   /* margin-top: 1rem; */
}
.advisory-panel .row .partner i{
   font-size: 1.5rem;
   margin-top: 0.5rem;
}

@media screen and (max-width: 576px) {
  .advisory-section{
    padding: 2rem 0;
}
.advisory-panel{
    margin-bottom: 2rem;
}
.advisory-panel h1{
    font-size: 1.5rem;
}
.advisory-panel .row{
  margin-top: 1rem;
  gap: 2%;
}
.advisory-panel .row .partner{
  width: 49%;
  margin-bottom: 1.5rem;
}
.advisory-panel .row .partner img{
  margin-bottom: 0.5rem;
}
.advisory-panel .row .partner h5{
  font-size: 0.8rem;
  margin-top: 0.5rem;
}
.advisory-panel .row .partner h6{
  font-size: 0.6rem;
  margin-bottom: 0;
}
.advisory-panel .row .partner i{
  font-size: 1rem;
  margin-top: 0;
}
}
/* Advisory Section Styles Ends Here */


/* Advisory Panel Modal Styles Starts Here */
.advisory-modal{
    width: 100%;
    /* width: 0; */
    /* height: 100vh; */
    height: 0;
    display: flex;
    background-color: #cecece;
    position: fixed;
    top: 0;
    /* z-index: -1; */
    z-index: 10;
    /* opacity: 0; */
    opacity: 1;
    overflow: hidden;
    transition: all 0.7s ease;
}
.advisory-modal .left{
    width: 52%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.7s ease;
}
.advisory-modal .left>div{
    /* background-color: red; */
    max-width: 70%;
 }
.advisory-modal .left h5{
    font-size: 3.2rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    margin-bottom: 2.5rem;
}
.advisory-modal .left h6{
    font-size: 1.2rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    margin-bottom: 0.7rem;
}
.advisory-modal .left h6{
    font-size: 1.2rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    margin-bottom: 0.7rem;
}
.advisory-modal .left p{
    font-size: 1.1rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #525252;
}
.advisory-modal .left i{
    font-size: 3rem;
    margin-top: 4rem;
    cursor: pointer;
    transition: all 0.4s ease;
}
.advisory-modal .left i:hover{
   color: rgb(233, 1, 1);
}

.advisory-modal .right{
    width: 48%;
}
.advisory-modal .right img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media screen and (max-width: 576px) {
  .advisory-modal{
    display: flex;
    flex-direction: column-reverse;
}
.advisory-modal .left{
  width: 100%;
  height: 60%;
  justify-content: start;
  margin-top: 10%;
  padding: 0 0.5rem;
}
.advisory-modal .left>div{
  max-width: 100%;
}
.advisory-modal .left h5{
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.advisory-modal .left h6{
  font-size: 0.9rem;
  margin-bottom: 0.4rem;
}
.advisory-modal .left p{
  font-size: 0.9rem;
}
.advisory-modal .left i{
  font-size: 1.7rem;
  margin-top: 1rem;
}
.advisory-modal .right{
  width: 100%;
  height: 25%;
}
}
/* Advisory Panel Modal Styles Ends Here */



/* Footer Styles Starts Here */
footer{
    background-color: #ec9122;
    padding: 3rem 0;
    position: relative;
    overflow: hidden;
    margin-top: 5rem;
  }
  .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;
  }

  /* Footer Media Queries */
  @media screen and (max-width: 1400px) {
    .footer .center button{
        top: 42%;
      }
  }

  @media screen and (max-width: 576px) {
    footer{
        margin-top: 0;
    }
    .footer{
        flex-direction: column;
      }
      .footer .left{
        width: 100%;
      }
      .footer .left img{
        margin-top: 0.5rem;
        width: 25%;
      }
      .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 */
