
/* about section styles */

.about_section {
    height: calc(100vh - 95px);
    display: flex;
    background: linear-gradient(to bottom, var(--white) 70%, var(--orange) 30%);
    padding-top: 30px;
}
.about_section h1 {
    font-family: 'Gill Sans MT Ext Condensed';
    margin-bottom: 30px;
    font-size: 50px;
    color: var(--text);
    position: relative;
    padding-bottom: 10px;
}
.about_section h1 span {
    color: var(--orange);
}
.about_section .about_text p {
    margin-bottom: 5px;
    padding-right: 80px;
    color: var(--text);
    text-align: justify;
}
.about_section .read_more {
    margin-top: 50px;
}
.about_section a.about_readmore {
    background-color: var(--orange);
    border-radius: 0;
    padding: 8px 20px;
    border: 2px solid var(--orange);
    transition: all .5s ease-in-out;
}
.about_section .why_shine {
    align-items: end;
    margin-top: 50px;
}
.about_section h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 50px;
    text-align: center;
    color: var(--white);
    position: relative;
    margin-bottom: 50px;
}
.about_section h2::after {
    content: '';
    position: absolute;
    width: 80px;
    height: 2px;
    background-color: var(--white);
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}
.about_section .number_row h3 {
    color: var(--white);
    font-family: 'Roboto', sans-serif;
    font-size: 70px;
    line-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.core-values2.core-values h2 {
    text-align: left;
    font-family: 'Gill Sans MT Ext Condensed';
    text-decoration: underline;
    text-underline-offset: 30px;
    text-decoration-thickness: 0;
    color: var(--black);
    position: relative;
    margin-bottom: 80px;
    font-size: 58px;
}
.core-values2.core-values h2 span {
    color: var(--orange);
}
.core-values2.core-values h2::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: -1px;
    transform: unset;
    width: 30px;
    height: 5px;
    background-color: var(--orange);
}
.about_section .number_row h3 span {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 40px;
}
.about_section .number_row p {
    color: var(--white);
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    text-align: center;
}
.about_section .yt_image {
    border-radius: 10px;
}
.about_section h1::before {
    position: absolute;
    content: '';
    width: 60px;
    height: 2px;
    background-color: var(--orange);
    bottom: 0;
}
.explore_testimonial_section .figure,
.row.why_shine .figure{
    width: 100%;
}

.row.why_shine .figure iframe{
    width: 100%;
    height: 330px;
    /*transform: scale(1.1);*/
}
.about_section .number_row2 h3 {
    color: var(--text-black);
    font-family: 'Roboto', sans-serif;
    font-size: 70px;
    line-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about_section .number_row2 p {
    color: var(--text-black);
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    text-align: center;
}
.about_section .number_row2{
    margin-bottom: 110px;
}

/*.core-values {*/
/*    padding-top: 100px;*/
/*    padding-bottom: 80px;*/
/*}*/


.core-values h3 {
    font-weight: bold;
    border-bottom: 2px solid var(--orange);
    width: fit-content;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 26px;

}


.core-values{
position: relative;
}
.our-core-values h2 {
    font-family: 'Gill Sans MT Ext Condensed';
    margin-bottom: 30px;
    font-size: 60px;
    color: var(--white);
    position: relative;
    padding-bottom: 10px;
    background-color: var(--box-color);
    width: fit-content;
    padding: 5px 25px;
    position: absolute;
    top: -41px;
}

/* core valuses2 section*/

.core-values2.core-values {
    row-gap: 41px;
    /* background-color: #3c3a48; */
    height: calc(100vh - 95px);
    align-items: center;
    display: flex;
    justify-content: center;
}
.core-values2.core-values img {
    width: fit-content;
    border-radius: 0;
    transform: skewX(10deg);
}
.core-values2.core-values .card {
    border-radius: 0;
    border-color: transparent;
    padding: 20px 55px 20px 100px;
    width: 570px;
    height: 235px;
    transition: all .3s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
    transform: skewX(-10deg);
    margin: auto;

}
.core-values2.core-values .card .card-body{
transform: skewX(10deg);
}
/* .core-values2.core-values .card:hover {
    background-color: var(--orange);
} */

.core-values2.core-values .img-position{
    position: relative;
}
.core-values2.core-values .img-position .card-img{
    position: absolute;
    top: -25px;
    left: 25px;
    z-index: 1;
    height: 90px;
    width: 100px;
    background-color: var(--orange);
    border-radius: 0;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
    transform: skewX(-10deg);
}
/* .core-values2.core-values .img-position:hover .card-img{
background-color: var(--text-black);
} */

.core-values2.core-values .row{
row-gap: 60px;
}



/* CHAIRMAN MESSAGE SECTION */

.chairman_section {
    background: var(--copy_bg);
    position: relative;
    height: calc(100vh - 95px);
    padding-top: 30px;
}

.chairman_section h2 {
    text-align: left;
    font-family: 'Gill Sans MT Ext Condensed';
    text-decoration: underline;
    text-underline-offset: 30px;
    text-decoration-thickness: 0;
    font-size: 70px;
}
.chairman_section h2 span {
    color: var(--orange);
}

.chairman_section .about_text p {
    color: var(--white);
    text-align: justify;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 28px;
}
/* .chairman_section .about_text p:nth-child(2) {
    margin-bottom: 0;
} */
.chairman_section .chairman_info {
    margin-top: 30px;
    text-align: center;
}
.chairman_section h3 {
    color: var(--white);
    font-weight: bold;
    font-size: 34px;
    margin-bottom: 5px;
}


.chairman_section .chairman_pic .figure.logo {
    /* opacity: 0.1; */
    z-index: 0;
    position: absolute;
    bottom: unset;
    top: 0px;
    right: 340px;
}
.chairman_section .chairman_pic .figure.logo img{
width: 500px;
}
.chairman_section h2 {
    color: var(--white);
    position: relative;
    margin-bottom: 50px;
    font-size: 58px;
}
.chairman_section h2::after {
    content: '';
    position: absolute;
    bottom: -21px;
    left: -1px;
    transform: unset;
    width: 30px;
    height: 5px;
    background-color: var(--orange);
}
.figure.chairman{
    position: relative;
}
.figure.chairman::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 15px;
    background-color: var(--orange);
    left: 0;
    bottom: -15px;
}
.chairman_section  .chairman_info p{
    color: white;
    font-size: 19px;
}
.chairman_pic{
    text-align: center;

}
.chairman-desk .chairman img{
width: 450px;
}
.chairman_pic{
    text-align: center;
}
.chairman-desk{
margin-top: 50px;
}
.about_section .about_text p {
    padding-right: 0;
}
.chairman_section .yellow-line{
position: relative;
}
.chairman_section .yellow-line::after {
    position: absolute;
    content: '';
    height: 15px;
    width: 100%;
    background-color: #ffe5ae;
    left: 0;
    bottom: 25px;
}



/* milestones section  */

.timeline {
    display: flex;
    flex-direction: column;
    /*margin: 20px auto;*/
    position: relative;
  }
  .timeline__event {
    margin-bottom: 20px;
    position: relative;
    display: flex;
    margin: 20px 0;
    border-radius: 6px;
    align-self: center;
    width: 50vw;
  }
  .timeline__event:nth-child(2n+1) {
    flex-direction: row-reverse;
  }
  .timeline__event:nth-child(2n+1) .timeline__event__date {
    border-radius: 0 6px 6px 0;
  }
  .timeline__event:nth-child(2n+1) .timeline__event__content {
    border-radius: 6px 0 0 6px;
  }
  .timeline__event:nth-child(2n+1) .timeline__event__icon:before {
    content: "";
    width: 2px;
    height: 100%;
    background: var(--text-black);
    position: absolute;
    top: 0%;
    left: 50%;
    right: auto;
    z-index: -1;
    transform: translateX(-50%);
    -webkit-animation: fillTop 1s forwards 1s ease-in-out;
            animation: fillTop 1s forwards 1s ease-in-out;
  }
  .timeline__event:nth-child(2n+1) .timeline__event__icon:after {
    content: "";
    width: 100%;
    height: 2px;
    background: var(--text-black);
    position: absolute;
    right: 0;
    z-index: -1;
    top: 50%;
    left: auto;
    transform: translateY(-50%);
    -webkit-animation: fillLeft 1s forwards 1s ease-in-out;
            animation: fillLeft 1s forwards 1s ease-in-out;
  }
  .timeline__event__title {
    font-size: 1.2rem;
    line-height: 1.4;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--text-black);
    /*letter-spacing: 1.5px;*/
  }
  .timeline__event__content {
    padding: 20px;
    box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
    background: #fff;
    width: calc(40vw - 84px);
    border-radius: 0 6px 6px 0;
  }
  .timeline__event__date {
    color: var(--white);
    font-size: 1.5rem;
    font-weight: 600;
    background: var(--text-black);
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    padding: 0 20px;
    border-radius: 6px 0 0 6px;
  }
  .timeline__event__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--orange);
    padding: 20px;
    align-self: center;
    margin: 0 20px;
    background: var(--orange);
    border-radius: 100%;
    width: 40px;
    box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
    padding: 40px;
    height: 40px;
    position: relative;
  }
  .timeline__event__icon i {
    font-size: 32px;
  }
  .timeline__event__icon:before {
    content: "";
    width: 2px;
    height: 100%;
    background: var(--text-black);
    position: absolute;
    top: 0%;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
    -webkit-animation: fillTop 1s forwards 1s ease-in-out;
            animation: fillTop 1s forwards 1s ease-in-out;
  }
  .timeline__event__icon:after {
    content: "";
    width: 100%;
    height: 2px;
    background:  var(--text-black);
    position: absolute;
    left: 0%;
    z-index: -1;
    top: 50%;
    transform: translateY(-50%);
    -webkit-animation: fillLeftOdd 1s forwards 1s ease-in-out;
            animation: fillLeftOdd 1s forwards 1s ease-in-out;
  }
  .timeline__event__description {
    flex-basis: 100%;
  }
  .timeline__event--type2:after {
    background: var(--text-black);
  }
  .timeline__event--type2 .timeline__event__date {
    color: #ffffff;
    background: var(--orange);
  }
  .timeline__event--type2:nth-child(2n+1) .timeline__event__icon:before, .timeline__event--type2:nth-child(2n+1) .timeline__event__icon:after {
    background: var(--orange);
  }
  .timeline__event--type2 .timeline__event__icon {
    background: var(--text-black);
    color: var(--orange);
  }
  .timeline__event--type2 .timeline__event__icon:before, .timeline__event--type2 .timeline__event__icon:after {
    background: var(--orange);
  }
  .timeline__event--type2 .timeline__event__title {
    color: var(--text-black);
  }
  .timeline__event--type3:after {
    background: #24b47e;
  }
  .timeline__event--type3 .timeline__event__date {
    color: var(--white);
    background-color: var(--orange);
  }
  .timeline__event--type3:nth-child(2n+1) .timeline__event__icon:before, .timeline__event--type3:nth-child(2n+1) .timeline__event__icon:after {
    background: var(--orange);
  }
  .timeline__event--type3 .timeline__event__icon {
    background: var(--text-black);
    color: var(--text-black);
  }
  .timeline__event--type3 .timeline__event__icon:before, .timeline__event--type3 .timeline__event__icon:after {
    background: #aff1b6;
  }
  .timeline__event--type3 .timeline__event__title {
    color: var(--text-black);
  }
  .timeline__event:last-child .timeline__event__icon:before {
    content: none;
  }
  .milestones-sec{
    padding: 50px 0;
  }
  .milestones-sec h2{
    text-align: left;
    font-family: 'Gill Sans MT Ext Condensed';
    text-underline-offset: 30px;
    text-decoration: underline;
    text-decoration-thickness: 0;
    color: var(--orange);
    position: relative;
    margin-left: 150px;
    color: var(--text-black);
    position: relative;
    margin-bottom: 50px;
    font-size: 58px;
  }
  .milestones-sec h2::after {
    content: '';
    position: absolute;
    bottom: -21px;
    left: -1px;
    transform: unset;
    width: 30px;
    height: 5px;
    background-color: var(--orange);
}
.facilities {
    padding: 70px 0;
    background-color: #fa5508;
}
.facilities h2{
font-size: 65px;
font-weight: bold;
color: white;
}
.facilities img {
    width: 600px;
    border-radius: 50%;
    border: 15px solid white;
    position: absolute;
    bottom: -100px;
}
.facilities p{
    color: white;
    margin-top: 30px;
    width: 500px;
}
.facilities{
position: relative;
}
.facilities {
height: 600px;
    background-color: #fa5508;
    /* height: calc(100vh - 95px); */
    display: flex;
    align-items: center;
    justify-content: center;
}
.about_section .number_row2 h3 {
    font-size: 60px;
    line-height: 60px;
}


 
  
  @-webkit-keyframes fillLeft {
    100% {
      right: 100%;
    }
  }
  @keyframes fillLeft {
    100% {
      right: 100%;
    }
  }
  @-webkit-keyframes fillTop {
    100% {
      top: 100%;
    }
  }
  @keyframes fillTop {
    100% {
      top: 100%;
    }
  }
  @-webkit-keyframes fillLeftOdd {
    100% {
      left: 100%;
    }
  }
  @keyframes fillLeftOdd {
    100% {
      left: 100%;
    }
  }



/* responsive */

@media (max-width: 1600px){
    .banner-section .banner-caption h3 {
        font-size: 24px;
    }
    .banner-section .banner-caption {
        width: 430px;
        left: 150px;
        top: 60px;
    }
    .banner-section .banner-caption h4 {
        line-height: 44px;
        font-size: 34px;
        margin-top: 15px;

    }
    
.about_section {
    height: auto;
    padding-bottom: 70px;
    background: linear-gradient(to bottom, var(--white) 72%, var(--orange) 28%);
}
.our-core-values h2 {
    font-size: 56px;
}
.chairman_section h2 {
    font-size: 50px;
}
.chairman_section h2::after {
    bottom: -22px;
}
.chairman-desk .chairman img {
    width: 400px;
}
.chairman_section {
    height: auto;
	padding-bottom:20px
}
.chairman_section h3 {
    font-size: 30px;
}
.chairman_section .chairman_info p {
    font-size: 17px;
}
.chairman_section .chairman_pic .figure.logo {
    right: 210px;
}
.chairman_section .chairman_pic .figure.logo img {
    width: 470px;
}
.chairman_section .about_text p {
    line-height: 26px;
}
.chairman_section .yellow-line::after {
    bottom: -20px;
}


}

@media (max-width: 1536px){
	.our-core-values h2 {
    font-size: 50px;
}
  .chairman_section .chairman_pic .figure.logo {
        right: 170px;
    }
	.about_section .about_text p {
    margin-bottom: 12px;
}
.chairman_section .about_text p {
 margin-bottom: 12px;
}
.chairman_section h2::after {
    bottom: -23px;
}
.our-core-values h2 {
    top: -35px;
}
.core-values2.core-values .row {
    row-gap: 50px;
}
p {
    font-size: 16px;
}
.about_section h1 {
    margin-bottom: 20px;
    font-size: 42px;
    padding-bottom: 5px;
}
.about_section h1::before {
    width: 50px;
    height: 2px;
    bottom: 0;
}
.about_section .number_row h3 {
    font-size: 60px;
    line-height: 60px;
}
.core-values2.core-values h2 {
    font-size: 50px;
    text-underline-offset: 20px;
}
.core-values2.core-values h2::after {
    bottom: -12px;
}
.core-values2.core-values {
    height: auto;
    padding-top: 50px;
    padding-bottom: 60px;
}
.milestones-sec h2 {
    font-size: 50px;
}
.milestones-sec h2::after {
    bottom: -22px;
}
.timeline__event__title {
    font-size: 17px;
}
.timeline__event__icon {
    padding: 35px;

}

.core-values2.core-values .img-position .card-img {
    left: 60px;
}
.core-values2.core-values .card {
    width: 520px;
}


}
@media (max-width: 1440px){

}
@media (max-width: 1366px){
    p {
        font-size: 14px;
        line-height: 26px;
    }

.our-core-values h2,
.about_section h1 {
    font-size: 42px;
}
.about_section .number_row2 h3 {
    font-size: 55px;
    line-height: 55px;

}
.about_section .number_row p,
.about_section .number_row2 p {
    font-size: 18px;
}
.about_section .number_row h3 {
    font-size: 55px;
    line-height: 55px;
}
.about_section .why_shine {
    margin-top: 30;
}
.core-values {
    padding-top: 70px;
    padding-bottom: 50px;
}
.core-values h3 {
    padding-bottom: 12px;
    margin-bottom: 12px;
    font-size: 24px;
}
.core-values img {
    /*margin-bottom: 15px;*/
    width: 80px;
}
.chairman_section h2 {
    font-size: 42px;
}
.chairman_section h2::after {
    bottom: -24px;
}
.chairman_section .about_text p {
    margin-bottom: 10px;
    font-size: 14px;
}
.chairman_section .chairman_pic .figure.logo {
    right: 150px;
}
.chairman_section .chairman_pic .figure.logo img {
    width: 450px;
}
.about_section .about_text p {
    margin-bottom: 10px;
    font-size: 14px;
}
.about_section .number_row2 {
    margin-bottom: 90px;
}
.our-core-values h2 {
    top: -30px;
}
.core-values2.core-values .card {
    width: 500px;
    margin: auto;
     height: 200px;
     padding: 20px 20px 20px 100px;
}

.timeline__event__icon {
    padding: 30px;

}
.timeline__event {
    margin: 15px 0;
}
.core-values2.core-values .img-position .card-img {
    left: 25px;
}

}
@media (max-width: 1200px){
.core-values2.core-values .img-position .card-img,
.core-values2.core-values .card {
    transform: skewX(-8deg);
}
.core-values2.core-values img,
.core-values2.core-values .card .card-body {
    transform: skewX(8deg);
}
.chairman_section .chairman_pic .figure.logo {
    right: 70px;
}

}
@media (max-width: 1199px){
    .about_section .number_row p, .about_section .number_row2 p {
        font-size: 17px;
    }
    .about_section {
        background: linear-gradient(to bottom, var(--white) 75%, var(--orange) 25%);
    }
    .about_section .number_row2 {
        margin-bottom: 70px;
    }
    .chairman_section .chairman_pic .figure.logo img {
        width: 420px;
    }
    .chairman_section h3 {
        font-size: 28px;
    }
    .chairman_section .chairman_info p {
        font-size: 16px;
    }
    .core-values2.core-values .card {
    width: 420px;
    margin: auto;
    height: 230px;
    padding: 20px 20px 20px 80px;
}
.core-values2.core-values .img-position .card-img {
    height: 80px;
    width: 90px;

}
.timeline__event {
    width: 56vw;
}
}
@media (max-width: 1152px){
.banner-section .banner-caption h3 {
    font-size: 19px;
}
}
@media (max-width: 1024px){

.chairman_section .chairman_pic .figure.logo img {
    width: 380PX;
}
.chairman_section .chairman_pic .figure.logo {
    right: 60px;
}
.timeline__event {
    width: 59vw;
}
}
@media (max-width: 991px){

.about_section {
    background: linear-gradient(to bottom, var(--white) 49%, var(--orange) 49%);
}
.why_shine figure {
    width: 100%;
    text-align: center;
}
.about_section .why_shine {
    row-gap: 50px;
}
.chairman-desk .chairman img {
    width: 100%;
}
.about_section h1 {
    font-size: 50px;
}
.chairman_section h3 {
    font-size: 34px;
}
.our-core-values h2, .about_section h1 {
    font-size: 50px;
}
.chairman_section h2 {
    font-size: 50px;
}
p {
    font-size: 16px;
}
.about_section .about_text p {
    font-size: 16px;
}
.chairman_section .about_text p {
    font-size: 16px;
}
.core-values .row{
row-gap: 41px;
}
.chairman_section .chairman_pic .figure.logo {
    right: 300px;
    top: 818px;
}
.chairman_section .chairman_pic .figure.logo img {
    width: 500PX;
}
.core-values2.core-values .card {
    width: 100%;
}
.core-values2.core-values {
    height: auto;
}
.core-values2.core-values .card{
 height: auto;
    margin: auto;
    width: 90%;

}
.core-values2.core-values .card .card-body{
   height: auto;
}
.core-values2.core-values .img-position .card-img {
    left: 27px;
}
.timeline__event__content {
    width: 100%;
}
.milestones-sec h2 {
    margin-left: 60px;
}

.timeline__event__content { 
    width: 100%;
    padding: 50px 20px;
}
.timeline__event__title {
    margin-bottom: 10px;
}
.timeline__event:nth-child(2n+1) {
       width: 100%;
}
.timeline__event {
    width: 100%;
}
.timeline__event__icon {
    display: none;
}



}
@media (max-width: 768px){
  


    .chairman_section .chairman_pic .figure.logo {
        right: 160px;
    }

    

    .timeline__event {
      flex-direction: column;
      align-self: center;
    }
    .timeline__event__content {
      width: 100%;
    }
    .timeline__event__icon {
      border-radius: 6px 6px 0 0;
      width: 100%;
      margin: 0;
      box-shadow: none;
    }
    .timeline__event__icon:before, .timeline__event__icon:after {
      display: none;
    }
    .timeline__event__date {
      border-radius: 0;
      padding: 20px;
    }
    .timeline__event:nth-child(2n+1) {
      flex-direction: column;
      align-self: center;
    }
    .timeline__event:nth-child(2n+1) .timeline__event__date {
      border-radius: 0;
      padding: 20px;
    }
    .timeline__event:nth-child(2n+1) .timeline__event__icon {
      border-radius: 6px 6px 0 0;
      margin: 0;
    }
    .timeline__event__date.october{
  background: var(--text-black);  
}
.timeline__event__date.april{
  background: var(--orange);  
}
.about_section {
    background: linear-gradient(to bottom, var(--white) 47%, var(--orange) 47%);
}
  }
@media (max-width: 767px){
  .about_section {
    background: linear-gradient(to bottom, var(--white) 54%, var(--orange) 54%);
}

}
  @media (max-width: 600px){
.chairman_section .chairman_pic .figure.logo {
    right: 60px;
    top: 1000px;
}
}

  

@media (max-width: 540px){
.core-values h3 {
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 24px;
}
.about_section {
    background: linear-gradient(to bottom, var(--white) 55%, var(--orange) 55%);
}
.our-core-values h2 {
    top: -38px;
}
.core-values2.core-values .card {
    transform: skewX(-5deg);
    padding: 20px 20px 20px 70px;
}
.core-values2.core-values .card .card-body {
    transform: skewX(5deg);
}
.core-values2.core-values .img-position .card-img {
    transform: skewX(-5deg);
     height: 80px;
    width: 90px;
}
.core-values2.core-values img {
    transform: skewX(5deg);
}

p {
    font-size: 15px;
    line-height: 26px;
}
.milestones-sec h2 {
    margin-left: 0;
}
}
@media (max-width: 492px){
.about_section {
    background: linear-gradient(to bottom, var(--white) 56%, var(--orange) 56%);
}
.about_section .why_shine {
    margin-top: 20px;
}
.chairman_section .about_text p {
    font-size: 15px;
}
p {
    font-size: 15px;
}
.about_section .about_text p {
    font-size: 15px;
}
.chairman_section .chairman_pic .figure.logo {
    right: 0;
    top: 1034px;
}
.milestones-sec h2::after {
    bottom: -23px;
}
.chairman_section h2::after {
    bottom: -16px;
}
.about_section .number_row h3 {
    font-size: 35px;
    line-height: 40px;
}
.our-core-values h2, .about_section h1 {
    font-size: 35px;
}
.milestones-sec h2,
.chairman_section h2,
.core-values2.core-values h2 {
    font-size: 35px;
    text-underline-offset: 20px;
}
.about_section .number_row2 h3 {
    font-size: 35px;
    line-height: 40px;
}

.core-values2.core-values h2::after {
    bottom: -16px;
}
.banner-section .banner-caption h4 {
    font-size: 25px;
}
.milestones-sec h2::after {
    bottom: -16px;
}
.timeline__event:nth-child(2n+1) .timeline__event__date {
    border-radius: 0;
    padding: 11px;
}
.timeline__event__date {
    font-size: 21px;
    padding: 10px;
}
.timeline__event__content {
    padding: 35px 20px;
}
}
@media (max-width: 432px){
.about_section .number_row p, .about_section .number_row2 p {
    font-size: 15px;
}
.about_section {
    background: linear-gradient(to bottom, var(--white)65%, var(--orange) 64%);
}


.chairman_section h2::after {
    bottom: -16px;
}

.chairman_section .chairman_pic .figure.logo {
    right: 0;
    top: 1138px;
}
.chairman_section h3 {
    font-size: 26px;
}
.core-values2.core-values .img-position .card-img {
    height: 70px;
    width: 80px;
}
.about_section {
    background: linear-gradient(to bottom, var(--white)60%, var(--orange) 60%);
}
.core-values2.core-values .row {
    row-gap: 70px;
}
.milestones-sec h2 {
    margin-bottom: 30px;

}


}
@media (max-width: 425px){
.chairman_section h3 {
    font-size: 28px;
}
}
@media (max-width: 414px){

.core-values .row {
    row-gap: 31px;
}
.about_section .number_row p, .about_section .number_row2 p {
    font-size: 14px;
}
.about_section {
    background: linear-gradient(to bottom, var(--white)66%, var(--orange) 66%);
}

.chairman_section .chairman_pic .figure.logo {
    top: 1175px;
}
.about_section {
    background: linear-gradient(to bottom, var(--white)61%, var(--orange) 61%);
}

}
@media (max-width: 412px){
  .chairman_section .chairman_pic .figure.logo {
    top: 1164px;
}
}
@media (max-width: 400px){
.chairman_section .chairman_pic .figure.logo {
    top: 1227px;
}
.chairman_section h2::after {
    bottom: -23px;
}
}
@media (max-width: 394px){
.about_section .number_row p, .about_section .number_row2 p {
    font-size: 13px;
}

}
@media (max-width: 385px){
    .chairman_section .chairman_pic .figure.logo {
        top: 1279px;
    }
    .about_section {
    background: linear-gradient(to bottom, var(--white)63%, var(--orange) 63%);
}
}
@media (max-width: 375px){
    .chairman_section .chairman_pic .figure.logo {
        top: 1280px;
    }
}
@media (max-width: 360px){
.our-core-values h2, .about_section h1 {
    font-size: 42px;
}
.about_section .number_row p, .about_section .number_row2 p {
    font-size: 12px;
}
.about_section {
    background: linear-gradient(to bottom, var(--white)70%, var(--orange) 70%);
}
.chairman_section .about_text p {
    font-size: 15px;
}
p {
    font-size: 15px;
}
.about_section .about_text p {
    font-size: 15px;
}
.chairman_section .chairman_pic .figure.logo {
    top: 1331px;
}
.about_section {
    background: linear-gradient(to bottom, var(--white)65%, var(--orange) 65%);
}

}
@media (max-width: 320px){
    .chairman_section .chairman_pic .figure.logo {
        top: 1487px;
    }
    .chairman_section h3 {
    font-size: 26px;
}
.about_section {
    background: linear-gradient(to bottom, var(--white)69%, var(--orange) 69%);
}
.about_section .number_row2 p {
    font-size: 15px;
}
.our-core-values h2, .about_section h1 {
    font-size: 36px;
}
}



