* { margin: 0; padding: 0; box-sizing: border-box; }
a{text-decoration: none;} 
.custom-container{width: 90%; max-width: 90%; margin: 0 auto;}
 
.about-banner-section .banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background: linear-gradient(180deg, rgba(13, 30, 76, 0.00) 50%, rgba(0, 0, 0, 0.90) 100%); 
}
.line-AB-white{position: relative;}
.line-AB-white::after{content: '';position: absolute;
    bottom: 0;
    left: 50%;transform: translateX(-50%);
    width: 1px;
    height: 20px;background: #fff;}

.about-banner-section .banner-heading {
    position: absolute;
    bottom: 38px;
    left: 50%;
    transform: translateX(-50%);
}

.about-banner-section .banner-heading h4 {
    color: #FFF;
text-align: center;
font-family: 'Figtree';
font-size: 36px;
font-style: normal;
font-weight: 600;
padding-bottom: 26px;
letter-spacing: 0.4px;
}
.about-banner-section{position: relative;}
.txt-p{color: #0C0C0C;
    text-align: center;
    font-family: 'LeagueSpartan';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */}
.po-bottom-shadow{position: relative;}
.po-bottom-shadow::after{content: '';
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100px;
    background-image: url(../images/about/shadow-img.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    z-index: -1;}
    .main-title-sec h5{color: #000;
        font-family: 'LeagueSpartan';
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 21px */
        letter-spacing: 2.94px;    margin-bottom: 5px;
        text-transform: uppercase;}
    .main-title-sec h2{
        font-family: 'LeagueSpartan';
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 150%; /* 30px */
        letter-spacing: 0.75px;
        text-transform: uppercase;
        background: linear-gradient(91deg, #1B2D60 3.88%, #5E7DD2 109.83%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;}
        .main-title-sec p{color: #0C0C0C;
            font-family: 'LeagueSpartan'; 
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 170%; /* 25.6px */}
        
        .bg-clr-add{border-radius: 2px;position: relative;
            background: linear-gradient(169deg, #0D1E4C 6.8%, #30457F 136.21%);}
            .bg-clr-add::after{content: '';
                position: absolute;
                top: 0px;
                left: 0; 
                width: 100%;
                height: 100%;
                background-image: url(../images/about/way-1.png);
                background-repeat: no-repeat;
                background-position: center;
                background-size: cover;
                /* z-index: -1; */
            }
            .line-A-add{position: relative;}
            .line-A-add::after{content: '';
                position: absolute;
                top: 0px;
                right: 0; 
                width: 1px;
                height: 100%;
                background: linear-gradient(0deg, #FFF 0.38%, #12235300 30%, #12235300 70%, #FFF 100%);}
              .bg-clr-add p  {color: #FFF;padding-top: 14px;margin-bottom: 0px;
                font-family: 'LeagueSpartan';
                    font-size: 16px;
                    font-style: normal;
                    font-weight: 400;letter-spacing: 0.2px;
                    line-height: 22px; }
.min-w-450px{width: 450px;}
.team-content-sec{border-top:2px solid #C1FF4B;border-right:2px solid #C1FF4B;
    padding:15px 15px 0 15px;position: relative;
   }
   .team-content-sec::after{content: '';
    position: absolute;
    top: 0px;
    left: 0; 
    width: 2px;
    height: 28px;
    background: #C1FF4B;}
   .team-content-sec::before{content: '';
    position: absolute;
    bottom: -54px;
    left: 0;
    width: 100%;
    height: 81px;
    background-image: url(../images/about/shadow-img-2.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    z-index: -1;
}
.team-content-sec p{color: #0C0C0C;font-family: 'LeagueSpartan';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 25.6px */}
    .team-profile-sec h4{
        font-family: 'LeagueSpartan';
        font-size: 17px;
        font-style: normal;
        font-weight: 600;
        line-height: 22px; /* 25.5px */
        letter-spacing: 0.85px; 
        background: linear-gradient(91deg, #1B2D60 3.88%, #5E7DD2 109.83%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;}
    .team-profile-sec h5{color: #040404;
        font-family: 'Figtree';
        font-size: 13.5px;
        font-style: italic;
        font-weight: 300;
        line-height:22px;}
    .team-profile-sec h6{color: #040404;
        font-family: 'Figtree';
        font-size: 12.5px;
        font-style: italic;
        font-weight: 500;
        line-height:22px; /* 22.5px */}

.team-sec{position: relative;}
.team-sec::before{content: '';
    position: absolute;
    top:50px;
    left: 0;
    width: 100%;
    height: 301px;
    background-image: url(../images/about/way-2.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    z-index: -1;}
.bg-achievements-clr{border-radius: 2px;position: relative;
    background: linear-gradient(169deg, #0D1E4C 6.8%, #30457F 136.21%);}
    .awards-container::before{content: '';
        position: absolute;
        bottom:0px;
        left: 50%;transform: translateX(-50%);
        width: 100%;
        height: 100%;
        background-image: url(../images/about/achievements-bg-img.png);
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: contain;
        z-index: 0;}
.bg-achievements-clr .main-title-sec h5{color: #FFF;position: relative;}
.bg-achievements-clr .main-title-sec h2{background: linear-gradient(91deg, #D1DDFF 3.88%, #81A2FF 109.83%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;}
    .bg-achievements-clr .main-title-sec h5::after{
        content: '';position: absolute;top: 8px;left: -63px;width: 58px;height: 2px;border-top:1px solid #fff;
    }


    .awards-container { 
        position: relative;
    }
    
    .timeline {
        position: relative;
        padding: 0;
    }
    
    .timeline::before {
        content: '';
        position: absolute;
        left: 20px;
        top: 0;
        bottom: 0;
        width: 1px;background: linear-gradient(0deg, #1B2D60 0%, #FFF 11.92%, #FFF 87.88%, #1B2D60 100%);
    }
    
    .timeline-item {
        position: relative;
        padding-left: 50px; 
    }
    
    .timeline-item::before {
        content: '';
        position: absolute;
        left: 8px;
        top: 50%;
    transform: translateY(-50%);
        width: 26px;
        height: 1px; 
        z-index:1;
        background: linear-gradient(90deg, #1B2D60 0%, #FFF 30%, #FFF 70%, #1B2D60 100%);
    }
    .timeline-item::after {
        content: '';
        position: absolute;
        left: 8px;
        top: 50%;
    transform: translateY(-50%);
        width: 26px;
        height: 10px; 
        background: #1B2D60;
        z-index: 0;
    }
    
    .timeline-content {  
        padding: 1.25rem; 
    }
    
    .award-title {color: #FFF;
        font-family: 'LeagueSpartan';
        font-size: 17px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%; /* 27.2px */
    }

    .why-banner-section .banner-heading h5 ,.about-banner-section .banner-heading h5 {
        font-family: 'LeagueSpartan';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 30px */
    letter-spacing: 1px;
    text-transform: uppercase;
    background: linear-gradient(91deg, #EEF2FF 3.88%, #A5F6FF 126.9%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    }
        .why-banner-section .banner-heading h6 , .about-banner-section .banner-heading h6 {
            color: #FFF;
            font-family: 'LeagueSpartan';
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 150%; /* 21px */
            letter-spacing: 2.94px;
            text-transform: uppercase;
    }



    @media only screen and (min-width:992px){
        .bg-clr-add .line-A-add:last-child::after{display: none;}
    
      }
      @media only screen and (min-width:567px) and (max-width:991.5px){
        .bg-clr-add .line-A-add:nth-child(3n)::after{display: none;}
        .min-w-450px{width: auto;}
    
      }
    @media (min-width: 768px) { 
        .timeline::before {
            left: 50%;
            margin-left: -1px;
        }
        
        .timeline-item {
            padding-left: 0; 
        }
        
        .timeline-item::after {
            left: 50%;
            margin-left: -14px;
        }
        
        .timeline-item::before {
            left: 50%;
            margin-left: -14px;
        }
        
        .timeline-item:nth-child(even) .timeline-content {
            margin-right: 50%;
            /* margin-left: 60px; */
            text-align: right;
        }
        
        .timeline-item:nth-child(odd) .timeline-content {
            margin-left: 50%;
            /* margin-right: 60px; */
            border-left: none; 
        }    
    }

    @media only screen and (max-width:992px){ 
    .timeline-content {
        padding: 1.5rem 1.1rem;
    }
    .main-title-sec p { 
        font-size: 14px; 
        line-height: 160%;
    }
    .team-sec::before { top: 0px;}
    
}

@media only screen and (max-width:768px){
    .timeline-content {
        padding: 1rem 1.25rem;
    }
    .award-title { 
        font-size: 15px;
    }    
    .timeline-item { 
        padding-left: 42px;
    }
    .team-content-sec p { 
        font-size: 14px; 
        line-height: 22px;
    }
    .team-content-sec { 
        padding: 10px 10px 0 10px;  
    }
    .team-content-sec::before { 
        bottom: -48px; 
        height: 60px;
    }
    .about-banner-section img{height: 270px;
        object-fit: cover;}
        .about-banner-section .banner-heading { 
            bottom: 24px;}
           
              .txt-p {
                margin-bottom: 0px;
              } .po-bottom-shadow::after {
                bottom: -54px;
              }
              .about-banner-section .banner-overlay { 
                background: linear-gradient(180deg, rgba(13, 30, 76, 0.00) 10%, rgba(0, 0, 0, 0.90) 100%);
            }

    }

  
  @media only screen and (max-width:567px){
    .po-bottom-shadow::after { 
      bottom: -40px;
    }
    .bg-clr-add::after { 
        background-size: contain;}
    .team-content-sec {  
        margin-top: 14px;
    }
    .bg-clr-add .line-A-add:nth-child(2n)::after{display: none;}
    .min-w-450px{width: auto;}
    .award-title { font-size: 14px; line-height: 150%;}
    .timeline-content {
        padding: 1rem 0.1rem;
    }
    .main-title-sec h5  {font-size: 13px;}
 .main-title-sec h2  {font-size: 18px;}
  }

  @media only screen and (max-width:436px){
        
    .why-banner-section .banner-heading h5 { font-size: 13px;}
    .why-banner-section .banner-heading h6 { font-size: 10px;}
  }
  
  @media only screen and (max-width:566.9px){ 
    .why-banner-section .banner-heading h5 { font-size: 16px;}
    .why-banner-section .banner-heading h6, .about-banner-section .banner-heading h6 { font-size: 10px;}
        }
        @media only screen and (min-width:567px) and (max-width:767.9px){   
            .why-banner-section .banner-heading h5, .about-banner-section .banner-heading h5 { font-size: 18px;}
            .why-banner-section .banner-heading h6, .about-banner-section .banner-heading h6 { font-size: 12px;}
        }
  @media only screen and (min-width:1600px){
    .team-content-sec{ 
        padding:20px 20px 0 20px;
    }
    .team-content-sec::after{ 
        height: 34px;
    }
    .team-content-sec p { font-size: 20px; line-height: 33px;}
}
@media only screen and (min-width:1800px){
    .why-banner-section .banner-heading h5, .about-banner-section .banner-heading h5 { 
        font-size: 26px; 
        }
            .why-banner-section .banner-heading h6, .about-banner-section .banner-heading h6 { 
                font-size: 18px;}
    .main-title-sec h2 { font-size: 30px;
      line-height: 170%;}
    .main-title-sec h5 { font-size: 22px;
      line-height: 160%;}
    .about-banner-section .banner-heading h4 { 
      font-size: 40px; 
      letter-spacing: 0.5px;
  }
  .bg-clr-add { 
      margin-top: 14px;
  }
  .txt-p { 
      font-size: 20px; 
      line-height: 186%;
  }
  .bg-clr-add p { 
      padding-top: 20px; 
      font-size: 20px; 
      line-height: 28px;
  }
  .min-w-450px {
      width: 670px;
  }
    }

    @media only screen and (min-width:2000px){ 
        .team-content-sec p {        
            font-size: 24px;
            line-height: 42px;
        }
        .team-content-sec::before { 
            bottom: -84px;}
            .team-profile-sec h4 { 
                font-size: 24px; 
                line-height: 38px;
            }
            .team-profile-sec h5 { 
                font-size: 20.5px; 
                line-height: 36px;
            }
            .team-profile-sec h6 { 
                font-size: 17.5px; 
                line-height: 36px;
            }
            .main-title-sec p { 
                font-size: 24px; 
                line-height: 190%;
            }
            .award-title { 
                font-size: 22px; 
                line-height: 164%;
            }
            .timeline-content {
                padding: 1.5rem 3rem;
            }

        }


@media only screen and (min-width:992px) and (max-width:1199px){
.team-content-sec p { 
    font-size: 13px; 
    line-height: 22px;
}
.team-content-sec::before { 
    bottom: -48px;
}
}