@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
  --theme-color: #0b6e4f;
  --pane-padding: 5px 42px;
  --theme-font:   "Poppins", sans-serif;
  --active-color: #fea801;
  --trans: all .3s ease-in-out;
  --graycolor: #d5d5d5;
  --topfontcolor: #e1fff5;
  --orange: #ffb329;
  --blue: #002f94 ;
  --lightblue: #3fe6ff ;
  --prodblue: #00a1e0 ;
  --prodgreen: #8fc73e ;
}

*{
    font-family: "Poppins", sans-serif;
}


p {
    font-size: 18px;
}

/*---------------------------------nav bar css---------------------------------------*/


.navbar{padding: 0px!important;transition:var(--trans); background: #fff;}

.nav-img {
    width: 100%;
    height: auto;transition:var(--trans);
  }

  .navbar-nav {
    width: 100%;transition:var(--trans);
}

  .nav-item li{
    color: #0d2e7c;transition:var(--trans);
  }

.nav-item:hover{
    background-color: #0d2e7c;
    color: #ffd200;
}

.navbar-option{
    justify-content: space-evenly;
}

.freeCon {
    color: #0d2e7c !important;
    height: max-content;
    font-size: 1rem;
    /* line-height: 86px;transition:var(--trans); margin-right: 10px; */
   
}

.freeCon a { color: #0d2e7c; font-weight:600; }
.freeCon:hover{
    background-color: #0d2e7c;transition:var(--trans);
}
.freeCon:hover a {     color: #ffd200 !important; transition:var(--trans); }
#nav-logo-img {
    width: auto; 
    max-width: 100px; 
  }
/* banner */


.jumbotron.banner-bg {
  height: 100%;
  padding: 0;
}

.banner-bg {
  display: flex; /* Use flex on the container */
  height: 100vh; /* Full viewport height */
}

.blue-bg-banner {
  background-image: url('assets/img/Banner-patch-1.jpg');
  height: 90vh; /* Adjust height as needed */
  background-size: cover;
  background-position: center;
}

.banner-text {
  flex: 1; /* Make sure the text div takes up full height of the parent column */
  display: flex;
  align-items: center;
 
 
  color: white; /* Ensure text is readable */
}

.normal-bg-banner {
  background-image: url('assets/img/Banner-patch-2.jpg');
  background-size: cover;
  background-position: center;
  height: 90vh; /* Adjust height as needed */
}

@keyframes slideInLeft {
  0% {
      transform: translateX(-100%);
      opacity: 0;
  }
  100% {
      transform: translateX(0);
      opacity: 1;
  }
}

.slide-in-left {
  animation: slideInLeft 1s ease-out;
}
.banner-head {

  
    font-weight: 600;
    color: #ffff;
    line-height: 1;
}

.carousel-caption-fixed span {
    color: #ffd200;
}

.divider {
    height: 1px;
    width: 8%;
    border: none;

}

.section-padding {
    margin: 10vh 0vw 5vh 0vw;
}

.home-abt {
    text-align: justify;
    padding-right: 2vw;
}

#about-home {
    text-align: justify;
}


/*  about us   */
.subheader {  background-size: cover;
background-repeat: no-repeat;
background-position: center;
min-height: 400px;
display:flex; align-items:center; justify-content:center;  }
.subheader h2{color:#fff; font-size:40px;  }
.team .card-title{    font-size: 22px;
}
.subheader h5 {   padding: 10px 10px;    font-size: 45px;
    color: #fed201;
    font-weight: 700;
    margin-bottom: 0px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
}
.abText {
    display: flex;
    flex-direction: column;
    margin-right: 5%;
    justify-content: start;
    align-content: center;
}

.staticText p, .bgGray p {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 30px;
    text-align: justify;
}
.staticTextq .aboutImg {
    flex-direction: row !important;
}
.aboutImg {
    min-height: 200px;
    display: flex;
    align-content: center;
    justify-content: center;
}

.staticText .aboutImg img {
    float: left;
    max-height: 265px; border-radius: 10px;
}


.bgGray , .bgGray2{ background-color:#f3f3f3}
.bgGray .col-sm-6{ position:relative; }
.bgGray .col-sm-6:first-child:after { position: absolute; content: "";  height: 100%;  background: #fff;  right: 25px; top: 0;width: 2px;}
.bgGray h4 , .bgBlue{ background:#0d2e7d;color:#fed201; padding:10px 10px; border-radius:0px; display:inline-block; text-align:center;margin-bottom:20px; }
.bgYellow{ background: #fed201;color:#0d2e7d; padding:10px 10px; border-radius:0px; display:inline-block; text-align:center;  }
.bgGray2:nth-child(odd) {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.bgGray p{ padding-right:50px; }
.Careers hr:not([size]) {
    height: 2px;
    margin: 0px;
    background: #fff;
    opacity: 1;
}

.cta{ background-size: cover;
background-repeat: no-repeat;
background-position: center;
min-height:200px;
display:flex; align-items:center; justify-content:space-evenly;}
.bGCTA { font-size:40px; font-weight:800;color:#fed201;  }
.smallCT{ color:#fff; font-size:20px;font-weight:800; }
.btn-CT { background:#fed201 ;color:#0d2e7d; padding:10px 10px;border-radius:0px;  }

.investor img { max-width:40%; }
.investor h5 { font-size:15px; font-weight:500; color:#0d2e7d; margin:15px auto;  }
/*Gallery*/
.accordion-button:not(.collapsed) {
    color: #0d2e7b;
    background-color: #fff; font-weight: 700;font-size:18px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}
.accordion-body {
    padding: 1rem 1.25rem;
    background: #f3f3f3;
    line-height: 31px;
}
.accordion-button{     color: #0d2e7b;font-size:18px;font-weight: 700; }

/*contact*/
.well{ border:1px solid #E6E6E6 ; padding: 15px 20px; border-radius: 8px; margin-top:15px;transition: all 0.3s ease-in-out;}
.well:hover{  border: 1px solid #fff;    box-shadow: 2px 4px 12px rgb(0 0 0/8%); transition: all 0.3s ease-in-out;
} 
.well h5{ font-size:18px; color:#000; font-weight:600; }
.well p{  font-size:14px; color:#798196;     margin-bottom: 0px;
}
.well .fa { color:#0d2e7c; }
.well h6 {
    font-weight: 400;
    line-height: 25px;
    font-size: 15px;
}


/*careers*/

.Careers li { list-style-type:none; margin-bottom:10px; font-weight:400;  }
/* map area css */

.map-bg-area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.map-bg-area {
    width: 100%;
    height: 100%;
 
}

/* card area css */
/* Ensures that the entire row uses flexbox */
.row {
  display: flex;
}

/* Ensures both cards are of equal height */
.card-home {
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* Ensure content is spaced evenly */
  transition: var(--trans);

  background: #0d2e7c;
  height: 100%;
}

.card-head {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0d2e7c;
  height: max-content;
  flex-shrink: 0; /* Prevent shrinking */
}

.card-head h3 {
  color: #ffd200;
  text-align: left;
  font-size: 20px;
  font-weight: 700;
  background: #0d2e7c;
}

.card-text {
  flex-grow: 1; /* Allows the text section to grow and fill available space */
  background: #0d2e7c;
  color: #ffff;
  text-align: left;
}

.card-text p{
  font-size: 16px;
  text-align: left;
}

.grey-bg{
  background: #f0f0f0;
}

.bottom-card {
  height: 1vh;
  background: #ffd200;
  transition: var(--trans);
  width: inherit;
  flex-shrink: 0; /* Prevent shrinking */
}

.card-home:hover {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.key-img {
  width: 100%;
  height: inherit;
}

.highlights h4 {
  color: #0d2e7c;
}

/* Optional: Ensure consistent spacing on smaller screens */
@media (max-width: 768px) {
  .row {
      flex-direction: column;
  }

  .freeCon{
    height: 60px;;
  }
  
}



/* counter section css */

.counter-item {
    text-align: center;
    padding: 20px;
}
.counter {
    color: #ffd200;
    font-size: 3em;
    font-weight: bold;
}

.couter-section{
    justify-content: center;
    color: #eee;
}

.counter-item p{
    font-size: 12px;
}
.counter-container{
    background-color: #0d2e7c;
    color: #ffff;
    justify-content: center;
}


/* Clients */
.slider-wrapper {
  width: 90%;
  max-width: 1536px;
  margin-inline: auto;
  position: relative;
  height: 180px;
  /* margin-top: 5rem; */
  overflow: hidden;
  mask-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 1) 20%,
    rgba(0, 0, 0, 1) 80%,
    rgba(0, 0, 0, 0)
  );
}

.slider-wrapper:hover .client-item {
  animation-play-state: paused;
}

@keyframes scrollLeft {
  to {
    left: -200px;
  }
}

@keyframes scrollRight {
  to {
    right: -200px;
  }
}

.client-item {
  width: 200px;
  height: 200px;
  background-color: rgba(255, 0, 0, 0);
  border-radius: 6px;
  position: absolute;
}

.left .client-item {
  left: max(calc(200px * 31), 100%);
  animation: scrollLeft 60s linear infinite;
}

.right .client-item {
  right: max(calc(200px * 31), 100%);
  animation: scrollRight 60s linear infinite;
}

/* Individual client-item delay for 31 items */
.left .client-item1,
.right .client-item1 {
  animation-delay: calc((-60s / 31) * 30);
}
.left .client-item2,
.right .client-item2 {
  animation-delay: calc((-60s / 31) * 29);
}
.left .client-item3,
.right .client-item3 {
  animation-delay: calc((-60s / 31) * 28);
}
.left .client-item4,
.right .client-item4 {
  animation-delay: calc((-60s / 31) * 27);
}
.left .client-item5,
.right .client-item5 {
  animation-delay: calc((-60s / 31) * 26);
}
.left .client-item6,
.right .client-item6 {
  animation-delay: calc((-60s / 31) * 25);
}
.left .client-item7,
.right .client-item7 {
  animation-delay: calc((-60s / 31) * 24);
}
.left .client-item8,
.right .client-item8 {
  animation-delay: calc((-60s / 31) * 23);
}
.left .client-item9,
.right .client-item9 {
  animation-delay: calc((-60s / 31) * 22);
}
.left .client-item10,
.right .client-item10 {
  animation-delay: calc((-60s / 31) * 21);
}
.left .client-item11,
.right .client-item11 {
  animation-delay: calc((-60s / 31) * 20);
}
.left .client-item12,
.right .client-item12 {
  animation-delay: calc((-60s / 31) * 19);
}
.left .client-item13,
.right .client-item13 {
  animation-delay: calc((-60s / 31) * 18);
}
.left .client-item14,
.right .client-item14 {
  animation-delay: calc((-60s / 31) * 17);
}
.left .client-item15,
.right .client-item15 {
  animation-delay: calc((-60s / 31) * 16);
}
.left .client-item16,
.right .client-item16 {
  animation-delay: calc((-60s / 31) * 15);
}
.left .client-item17,
.right .client-item17 {
  animation-delay: calc((-60s / 31) * 14);
}
.left .client-item18,
.right .client-item18 {
  animation-delay: calc((-60s / 31) * 13);
}
.left .client-item19,
.right .client-item19 {
  animation-delay: calc((-60s / 31) * 12);
}
.left .client-item20,
.right .client-item20 {
  animation-delay: calc((-60s / 31) * 11);
}
.left .client-item21,
.right .client-item21 {
  animation-delay: calc((-60s / 31) * 10);
}
.left .client-item22,
.right .client-item22 {
  animation-delay: calc((-60s / 31) * 9);
}
.left .client-item23,
.right .client-item23 {
  animation-delay: calc((-60s / 31) * 8);
}
.left .client-item24,
.right .client-item24 {
  animation-delay: calc((-60s / 31) * 7);
}
.left .client-item25,
.right .client-item25 {
  animation-delay: calc((-60s / 31) * 6);
}
.left .client-item26,
.right .client-item26 {
  animation-delay: calc((-60s / 31) * 5);
}
.left .client-item27,
.right .client-item27 {
  animation-delay: calc((-60s / 31) * 4);
}
.left .client-item28,
.right .client-item28 {
  animation-delay: calc((-60s / 31) * 3);
}
.left .client-item29,
.right .client-item29 {
  animation-delay: calc((-60s / 31) * 2);
}
.left .client-item30,
.right .client-item30 {
  animation-delay: calc((-60s / 31) * 1);
}
.left .client-item31,
.right .client-item31 {
  animation-delay: calc((-60s / 31) * 0);
}

  

.footer{
    padding-top: 10vh;
    background-color: #0d2e7c;
    color: #ffff;
    padding-bottom: 5vh;
    line-height: 25px;
}

.footer h4{
    color: #ffd200;
}

.footer p{
  font-size: 15px;
  margin-bottom: 10px;
}

.footer li{
    font-size: 15px;
   margin-bottom: 10px;
    padding: 0px;
}

.footer ul{
    padding: 0;
}
.footer img {
  max-width: 40%;
}
/* div#gt_float_wrapper {
    position: fixed;
    top: 32px !important;
    left: 80% !important;
    z-index: 999999 !important;
    right: 0;
} */
.gt_float_switcher {
    font-family: var(--theme-font)!important;
    font-size: 15px!important;
    border-radius: 2px;
    color: #153377;
    display: inline-block;
    line-height: 20px;
    box-shadow: rgba(0, 0, 0, 0.15) 0 5px 15px;
    background: #fff;
    overflow: hidden;
    transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}

.social-icon{
  display: inline-flex;

}


.social-icon img{
  margin: 3px;
}

/*ket element area csss */

.carousel-controls {
  display: flex;
  justify-content: end;
  position: absolute;

  

}

.carousel-control-prev, .carousel-control-next {
  position: static;
  display: inline-block; margin-right: 20px;
 }

.carousel-controls {
    display: block;
    justify-content: end;
    position: absolute;
    bottom: 30%;
    left: 0;
}


.footer{

}

.highlights-section{


}
/* .carousel-item img {
  width: 100%;
  height: 80%;
  object-fit: cover;
}
.carousel-caption-fixed {
  padding: 2vh 3vw;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, -0%);
  text-align: center;
  background-color: #002f94cf;
  color: #fff;
  
  z-index: 10;
  pointer-events: none;
}
.carousel-caption-fixed h1 {
  font-size: 3rem;
  font-weight: bold;
}
.carousel-caption-fixed p {
  font-size: 1.5rem;
} */





.jumbotron {
  height: 65vh;
  background-size: cover;
  background-position: center;
  color: white;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: background-image 1s ease-in-out;
}
.carousel-caption-fixed {
  padding: 2vh 3vw;
  background-color: #002f94c4;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
  z-index: 10;
  pointer-events: none;
}

.investor img{
  transition: all 0.3s ease-in-out; 
}
.investor img:hover{
  transform: scale(1.2);
  transition: all 0.3s ease-in-out;
}

.home-banner-services li{
  background-color: #ffd200;
  list-style-type: none;
  text-align: center;
  color: #002f94;
  font-size: 14px;
  font-weight: 600;
}

.home-banner-services ul{
    padding: 0;
    margin: 0;
}

@media (max-width: 768px) {
    #dynamicJumbotron {
      
      background-position: center; 
      background-repeat: no-repeat;
      background-size: cover;
      height: 20vh;
      width: 100%;  
    }

    .read-more-btn{
        margin-bottom: 4vh;
    }
  }



  .certificate-img{
    border: 2px solid #000;
    margin-bottom: 5vh;
 
  }

  
  
/*add css*/
.art-side-form {
  position: fixed;
  right: 0;
  background: #fff;
  padding:22px;
  z-index: 10000;
  width: 370px;
  display: none;
  -webkit-box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.15);
  -webkit-transform: translate3d(100%, -50%, 0);
  transform: translate3d(100%, -50%, 0);
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  -o-transition: transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  top: 50%;
}

.art-side-form .close {
  top: 0.875rem;
  right: 1.25rem;
}

.close .cross {
  width: 1.125rem;
  height: 1.125rem;
  display: inline-block;
  right: 1.875rem;
  padding-left: 0.75rem;
  cursor: pointer;
}
.art-side-form .close .cross:after, .art-side-form .close .cross:before {
  background: #05122C;
}
.art-side-form .close .cross:after {
  bottom: -2px;
}
.art-side-form .close .cross:after, .art-side-form .close .cross:before {
  background: #05122C;
}

.art-side-form .art-side-form-tab {
  position: absolute;
  left: -50px;
  width: 50px;
  height: 175px;
  bottom: 0;
  background:#002f94;
  /*top: calc(50% - 100px);*/
  border-radius: 0.625rem 0 0 0.625rem;
  color: #fff;
  -webkit-box-shadow: -2px 0px 5px 1px rgba(0, 0, 0, 0.25);
  box-shadow: -2px 0px 5px 1px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
.art-side-form .art-side-form-side-text {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin: 0;
  width: 0;
  white-space: nowrap;
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  text-align: left;
  position: absolute;
  padding-bottom: 1rem;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.1em; top:-10px;   left: 0;

}
.art-side-form .art-side-form-side-icon {
  position: absolute;
  bottom: 8px;
  width: 100%;
  left: 0;
  font-size: 1.25rem;
  text-align: center;

}
.art-side-form-side-icon .fa {
  font-size: 17px;
}
.rs-icon-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.art-side-form .art-side-form-side-icon {
  position: absolute;
  bottom: 8px;
  width: 100%;
  left: 0;
  font-size: 1.25rem;
  text-align: center;
}
.art-side-form h3 {
  color: #05122C;
  margin-bottom: 9px;
  font-size: 28px;
  font-weight: 700;
  margin-top: 0px;    font-family: "IBM Plex Sans", sans-serif;
}
.art-side-form p {
  margin-bottom: 13px;
  color: #4F5772;
  font-size: 15px;
}

.contact-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.art-side-form.open {
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.contact-form .input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.contact-form input[type=email],  .contact-form input[type=text] {
  height: 40px;
  border-radius: 0.125rem;
  border: 0;
  color: #4F5772;
  padding: 0 0.5rem;
  margin-bottom: 1rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.art-side-form .contact-form input[type=text], .art-side-form .contact-form textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #CED1DC;
  font-size: 0.9375rem;
  margin-bottom: 15px;
}



.contact-form .half {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 49%;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
}

.contact-form .full {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.art-side-form .contact-form .checkbox-wrapper {
  margin: 0rem 0 1rem;
}
.art-side-form .contact-form input[type=email], .art-side-form .contact-form input[type=text], .art-side-form .contact-form textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #CED1DC;
  font-size: 14px;
  margin-bottom: 10px;
}
.contact-form .full {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.button.green, button.green {
  background: #002f94;
  color: #fff;
}
.contact-form button {
  height: 45px;
  text-transform: uppercase;
  border: 0;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
}

.contact-form .privacy-policy {
  margin-top: 0.875rem;
  font-size: 0.875rem;
  color: #999FB7;
}

.art-side-form .contact-form .checkbox-wrapper {
  margin: 0rem 0 1rem;
}
.contact-form .checkbox-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0.5rem 0 1.5rem;
}

.contact-form .checkbox-wrapper .contact-check-intro {
  margin-right: 1rem;
  font-weight: 600;margin-top: -4px;
}

.contact-form .checkbox-wrapper label input {
  margin-right: 0.5rem;
}
.contact-form .checkbox-wrapper label {
  margin-right: 1.3125rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 100%;
}

#art-side-form .close {
  float: right;
  font-size: 31px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .5;
  margin-top: -6px;cursor: pointer;
}



.bottom-right-icon {
  position: fixed;
  bottom: 10vh;
  right: 10px;
  width: 50px;
  height: 50px;
  background-color: white;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}


.bottom-right-icon img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}


.navbar-toggler-icon {

  
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}


@media (max-width: 768px) {
  
  .navbar-toggler{
 right: 5%;
 padding: 0px;
 margin: 0px;
  }
}

/* Main Timeline */
.main-timeline {
  position: relative;
}

.main-timeline span{
  color: #002f94;
  font-weight: 700;
}

/* Vertical Ruler */
.main-timeline::after {
  content: "";
  position: absolute;
  width: 6px;
  background-color: #002f94;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.timeline {
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* Circles on the timeline */
.timeline::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  right: -13px;
  background-color: #002f94;
  border: 5px solid #f5df4d;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Left container */
.left {
  padding: 0px 40px 20px 0px;
  left: 0;
}

/* Right container */
.right-timeline {
  padding: 0px 0px 20px 40px;
  left: 50%;
}

/* Arrows pointing right for left container */
.left::before {
  content: " ";
  position: absolute;
  top: 18px;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}

/* Arrows pointing left for right container */
.right-timeline::before {
  content: " ";
  position: absolute;
  top: 18px;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}

/* Fix the circle for right side containers */
.right-timeline::after {
  left: -12px;
}

/* Media Queries - Responsive Timeline */
@media screen and (max-width: 600px) {
  .logo-footer img {
    max-width: 20%;
  }
  /* Place timeline to the left */
  .main-timeline::after {
    left: 31px;
  }

  /* Full-width containers */
  .timeline {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

  /* Make sure all arrows point left */
  .timeline::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

  /* Align circles */
  .left::after,
  .right::after {
    left: 18px;
  }

  .left::before {
    right: auto;
  }

  /* Make all right containers behave like the left ones */
  .right-timeline {
    left: 0%;
  }
}


.nav-pills .nav-link.active{
  background-color: #002f94;
  color: #f5df4d;
  border: 3px solid #f5df4d;
}
 
.pills-link:hover{
  background: #fff;
  
}

.pills-link:hover{
  background: #fff;
 
}

.nav-pills:hover{
  background: #fff;
 
}

.nav-pills .nav-link{
  color: #002f94;
  /* background-color: #f7f5e6; */
  border: 1px solid #002f94;
}

.nav-pills .nav-link:hover{
  border: 3px solid #002f94;
}

.pdf {
  width: 100%;
  aspect-ratio: 4 / 3;
}