* {
    margin: 0%;
    padding: 0%;
    scroll-behavior: smooth;
    font-family: "AvenirLTStd";
  }
  
  body {
    margin: 0%;
    font-family: "AvenirLTStd";
  }
  
  body .container {
    max-width: 1200px;
  }
  
  @font-face {
    font-family: "AvenirLTStd";
    src: url("./font/AvenirLTStd-Black.otf");
    src: url("./font/AvenirLTStd-Book.otf");
    src: url("./font/AvenirLTStd-Roman.otf");
  }
  
  @font-face {
    font-family: "Publico";
    /* url(./font/Publico-Black.otf), */
    /* url(./font/Publico-Extrabold.otf), */
    src: url(./font/Publico-Light.otf), url(./font/Publico-Medium.otf),
      url(./font/Publico-Bold.otf), url(./font/Publico-Extrabold.otf);
  }
  
  h1,
  h2 {
    font-family: "Publico";
    font-weight: 900;
  }
  
  p,
  h5,
  h4,
  h3 {
    font-family: "AvenirLTStd", sans-serif;
  }
  
  header {
    width: 100%;
    height: 65vh;
    background-color: #000e26d9;
  }
  
  .nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* flex-wrap: wrap; */
    width: 100%;
    margin: auto;
    flex-wrap: wrap;
  }
  
  .navbar-brand img {
    width: 100%;
    max-width: 250px;
  }
  
  .nav-font-size {
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
  }
  
  .registration-btn {
    background-color: #00534d;
    color: white;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 20px;
    transition: all 0.8s;
    border-radius: 5px;
    border: none !important;
  }
  
  .registration-btn:hover {
    color: #f9ffff;
    text-decoration: none;
    background-color: #7f6247;
  }
  
  .navbar-nav li a {
    color: white;
  }
  
  .nav-active {
    background-color: #042358 !important;
    color: white !important;
  }
  
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    right: 0;
    left: auto;
  }
  
  .dropdown-item {
    color: black !important;
    font-size: 12px;
  }
  
  .dropdown-item:active {
    background-color: #00173F !important;
    color: white;
  }
  
  /* header content */
  
  .spotlight {
    height: 100%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .spotlight .header-content{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 50px;
    gap: 20px;
  }

    
  .spotlight .header-content img{
    width: 100%;
    max-width: 200px;
  }
  
  .spotlight h1 {
    text-align: left;
    padding: 10px;
  }
  
  .small-header {
    color: #ffb900;
    font-weight: 400;
  }
  
  .toggle-btn{
    background-color: #00173F;
    border: 1px solid white;
    color: white;
    padding: 10px 15px;
    position: fixed;
    left: 100%;
    bottom: 0vh;
    font-size: 13px;
    z-index:10;
  }
  
  /* section1 */
  
  /* Process */

  .process-section{
    padding: 50px 0px;
  }

  .process-section h1{
    font-size: 24px;
  }

  .process-section h5{
    font-size: 22px;
    font-weight: 600 !important;
  }

  .process .timeline {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    z-index: 0;
    justify-content: space-evenly;
    justify-items: center;
    align-content: center;
    align-items: center;
    text-align: center;
  }
  
  .process .card-item-two {
    color: #017151;
    position: relative;
    width: 100%;
  }
  
  .process .card-item-three {
    color: #000d26;
    position: relative;
    width: 100%;
  }
  
  .process .card-item-one {
    color: #03d479;
    position: relative;
    width: 100%;
  }
  
  .process .card-item-four {
    color: #d2c398;
    position: relative;
    width: 100%;
  }
  
  .timeline i {
    background-color: white;
  }
  
  .timeline::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 75%;
    background-color: #d5d5d5;
    top: 38%;
    z-index: -1;
  }
  
  .subcard {
    position: absolute;
    padding: 15px 5px;
    background: #fdfdfd;
    color: black;
    box-shadow: 0px 4px 8px 0px #d9d9d9fc;
    margin: 3.8em 1rem;
    width: -webkit-fill-available;
    font-size: 14px;
  }
  
  .process span.circle-custom.fa.fa-stack.fa-2x::after {
    display: block;
    text-align: center;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
    content: "\f0dd";
    font-size: 1.5em;
    color: #d5d5d5;
  }
  
  @media (max-width: 430px) {
    .process .timeline {
      display: block !important;
    }
  }
  
  @media (max-width: 830px) {
    .process .subcard {
      position: static !important;
      display: block;
      background: transparent;
    }
    .process .timeline::after {
      display: none !important;
    }
  }
  
 /* award-section starts*/

 .award-section {
    padding: 70px 0px;
    background: url(./images/CFO-ES-banner.svg) no-repeat center/cover;
    background-color: #000e267c;
    background-blend-mode: multiply;
  }
 
  .award-section .awards .awards-div {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .award-section .awards .row {
    row-gap: 50px;
  }
  
  .award-section .awards img {
    margin: auto;
  }
  
  .award-section p {
    font-size: 16px !important;
    color: #fcfcfc;
  }
  
  .award-section .awards .nominate {
    color: #ffffff;
    text-decoration: none;
    font-style: italic;
    font-size: 16px;
    text-align: center;
    border: 2px groove #f9e285;
    border-radius: 5px;
    padding: 10px 20px;
  }
  
  .award-section .awards-div {
    width: 100%;
    height: 100%;
  }
  
  @media screen and (max-width: 768px) {
    .award-section .awards-div {
      width: 80%;
    }
  }
  
  .award-section .awards-div:hover .content-front {
    transform: rotateY(-180deg);
  }
  
  .award-section .awards-div:hover .content-back {
    transform: rotateY(0deg);
  }
  
  .award-section .awards-div .content-front,
  .award-section .awards-div .content-back {
    position: relative;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    height: 100%;
    width: 90%;
    margin: auto;
  }
  
  .award-section .content-front {
    border: 1px solid #f9e28546;
  }
  
  .award-section .awards-div > * {
    transition: 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  
  .award-section .awards-div .cf-inner {
    transform-style: preserve-3d;
    backface-visibility: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
  }
  
  .award-section .bg {
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  
  .award-section .overlay {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    z-index: 0;
  }
  
  .award-section .awards-div .content-back {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 90%;
    height: 90%;
    z-index: 0;
    transform: rotateY(180deg);
    background: #292929;
  }
  
  .award-section .awards-div .cf-inner .inner p {
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    vertical-align: middle;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    margin-bottom: 0;
  }
  
  /* award-section ends*/
  

  /* footer */
  .footer-section {
    position: relative;
    background: url(./images/x_footer.svg) no-repeat left;
    background-color: #0c0c0c;
    background-blend-mode: soft-light;
    color: white;
  }
  
  .footer-section .container {
    padding: 70px 0px 30px;
  }
  
  .footer-section .footer-logo {
    width: 100%;
    max-width: 270px;
  }
  
  .footer-section .social-media i {
    color: white;
  }
  
  .footer-section .privacy-policy a {
    text-decoration: none;
    color: white;
    line-height: 22px;
  }
  
  
  #myBtn {
    display: none;
    position: fixed;
    bottom: 60px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    box-shadow: 0px 0px 10px grey;
    background-color: rgba(255, 255, 255, 0.627);
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 4px;
  }
  
  /* media Query section */
  @media (min-width: 320px) and (max-width: 428px) {
    .navbar-brand img {
      width: 100%;
      max-width: 170px;
    }
  
    .navigation {
      background-color: #042358 !important;
    }
  
    .nav-font-size {
      font-size: 12px;
      line-height: 30px;
      font-weight: 400;
    }
  
    .nav-container {
      margin-left: 0px !important;
    }
  
    .navbar-toggler {
      font-size: small;
    }
  
    header {
      width: 100%;
      height: 80vh;
    }

    .spotlight h1{
      text-align: center;
    }
  
  
    /* footer section */
    .footer-section {
      background-position: right;
    }
  
    .footer-section .container {
      padding: 50px 0px 30px;
    }
  
    .footer-section .container .row {
      margin: auto !important;
    }
  
    .footer-section .footer-logo {
      margin-bottom: 2rem !important;
    }
  
    .footer-section .container .div2 p {
      margin-bottom: 1rem !important;
    }
  
    .footer-section .container .div3 p {
      margin-bottom: 1rem !important;
    }
  
    .footer-section .container .div3 {
      display: flex;
      justify-content: flex-start !important;
    }
  }
  
  @media (max-width: 330px) {
    .navbar-brand img {
      width: 75%;
      max-width: 200px;
    }
  
    header {
      width: 100%;
      height: 100vh;
    }
  
    .header-content h5 {
      font-size: 1em;
      font-weight: 700;
      line-height: 30px;
    }
  
    .header-content p {
      font-size: 0.8em;
      font-weight: 500;
    }
  
    .heading h1 {
      font-weight: 600;
      font-size: 28px;
    }
  }
  
  @media (min-width: 760px) and (max-width: 885px) {
    .navigation {
      background-color: #042358;
    }
  
    .nav-container {
      margin-left: 0px !important;
    }
  
    header {
      width: 100%;
      height: 70vh;
    }
  
    #homepage-hero {
      padding-top: 30vh;
      color: white;
      text-align: center;
    }
  
    .header-content h5 {
      font-size: 1.5em;
      font-weight: 700;
      line-height: 40px;
    }
  
    .header-content p {
      font-size: 1em;
      font-weight: 500;
    }
  
  }
  
  @media (min-width: 700px) and (max-width: 1025px) {
    /* navbar */
    .nav-container {
      margin-left: 0px !important;
    }
  
    .nav-container .nav-item {
      padding: 0px 5px !important;
    }
  
  /* footer section */
  .footer-section .container {
    padding: 70px 0px 30px !important;
  }
  
  .footer-section .container .row {
    margin: auto !important;
  }
  
  .footer-section .footer-logo {
    margin-bottom: 2rem !important;
  }
  
  .footer-section .container p {
    margin-bottom: 1rem !important;
  }
  
  .footer-section .container .div3 p {
    margin-bottom: 1rem !important;
  }
  
  .footer-section .container .div3 {
    display: flex;
    justify-content: flex-start !important;
  }
  }
  