@font-face {
    font-family: 'Avenir-Regular';
    src: url('../fonts/avenir/Avenir-Regular.otf');
  }
  @font-face {
    font-family: 'Avenir-SemiBold';
    src: url('../fonts/avenir/Avenir-SemiBold.otf');
  }
  @font-face {
    font-family: 'Avenir-Bold';
    src: url('../fonts/avenir/Avenir-Bold.otf');
  }
  @font-face {
    font-family: 'Avenir-Medium';
    src: url('../fonts/avenir/Avenir-Medium.otf');
  }
@font-face {
    font-family: 'BalooThambi2-Medium';
    src: url('../fonts/BalooThambi2-Medium.ttf');
}
/* @font-face {
    font-family: 'Russo_One';
    src: url('../fonts/Russo_One.ttf');
} */

body {
    font-family: 'Avenir-Regular';
}
.animatable {
  
    /* initially hide animatable objects */
    visibility: hidden;
    
    /* initially pause animatable objects their animations */
    -webkit-animation-play-state: paused;   
    -moz-animation-play-state: paused;     
    -ms-animation-play-state: paused;
    -o-animation-play-state: paused;   
    animation-play-state: paused; 
  }
.banner-section {
    position: relative;
}
.banner-section img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.banner-section .vert-center {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 48%;
    left: 2%;
}
.banner-section .vert-center h4 {
    font-family: 'Avenir-Bold';
    color: #000;
    font-size: 25px;
    line-height: 41px;
    text-transform: uppercase;
}


.about-section {
    padding: 40px 0px;
}
.about-section_left .flame {
    width: 165px;
    position: relative;
    z-index: 111;
    margin: -48% auto auto;
    display: block;
  }
  .about-section_left .yrs {
    width: 80%;
    margin: -30px auto 5px;
    display: block;
  }
  .about-section_left .vert-line {
    width: 1px;
    height: 50px;
    border-left: 1px dotted #0000009e;
    margin: auto;
  }
  
  .about-section_rgt h4 {
    color: #1B1B1B;
    font-size: 25px;
    font-family: 'Avenir-Bold';
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .about-section_rgt p {
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.02em;
    color: rgba(27, 27, 27, 0.93);
    width: 99%;
  }
  .about-section_rgt span {
    letter-spacing: 0.02em;
    color: #000;
    font-size: 10px;
    font-family: 'Avenir-Bold';
  }
  .about-section_rgt span::before {
    content: '';
    width: 25px;
    height: 1px;
    background: #000;
    opacity: 0.5;
    display: inline-block;
    margin: 13px 5px 2px;
  }
  .about-section_rgt a {
    text-decoration: none !important;
  }
  .about-section_rgt h6 {
    font-family: 'Avenir-SemiBold';
    margin-top: 3%;
    margin-bottom: 20px;
  }
  .about-section_rgt ul {
    display: grid;
    grid-template-columns: auto auto;
  }
  .about-section_rgt ul li {
    list-style-type: none;
    font-size: 15px;
    margin-bottom: 10px;
  }
  .about-section_rgt ul li img {
    width: 13px;
    transform: rotate(180deg);
  }

  .about-section_left .founded {
    text-align: center;
  }
  .about-section_left .founded h4 {
    font-size: 22px;
    margin-bottom: 4px;
    margin-top: 10px;
  }
  .about-section_left .founded h3 {
    font-family: 'Avenir-Bold';
    background: -webkit-linear-gradient(#000000 0%, #B10101 109.09%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 35px;
  }


.milestone-section {
    background: #FFFFFF;
    border-top: 1px solid rgba(119, 118, 118, 0.85);
    box-shadow: 0px -10px 24px rgba(0, 0, 0, 0.11);
    border-radius: 8px;
    width: 98%;
    margin: auto;
}
.milestone-title {
    /* background: #363636; */
    background: linear-gradient(90deg, #870000 0%, #190A05 100%);
    box-shadow: 0px -3px 4px rgba(0, 0, 0, 0.25);
    border-radius: 0px 2px 2px 0px;
    width: 190px;
    text-align: center;
    margin-top: 25px;
    margin-left: -10px;
    position: relative;
}
.milestone-title h4 {
    color: #FFFFFF;
    opacity: 0.9;
    font-size: 23px;
    font-family: 'Avenir-Medium';
    padding: 6px 5px;
}
.milestone-title::before {
    content: '';
    width: 0; 
    height: 0; 
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #595959;
    position: absolute;
    left: 0px;
    bottom: -7px;
    transform: rotate(46deg);
}
.milestone-section .flag {
    display: flex;
    justify-content: center;
}
.milestone-section .flag img {
    width: 73px;
    position: relative;
    left: 3px;
}

.wrapper{
    /* max-width: 1080px; */
    margin: 50px auto;
    padding: 0 20px 5%;
    position: relative;
    width: 85%;
}
.wrapper .center-line{
    position: absolute;
    height: 100%;
    width: 2px;
    background: rgba(0,0,0,.8);
    left: 50%;
    top: -25px;
    transform: translateX(-50%);
}
.wrapper .row{
    display: flex;
    margin-bottom: 30px;
}
.wrapper .row-1{
    justify-content: flex-start;
}
.wrapper .row-2{
    justify-content: flex-end;
}
.wrapper .row-1 section {
    padding-right: 0px !important;
}
.wrapper .row-2 section {
    padding-left: 0px !important;
}
.wrapper .row section{
    background: #fff;
    border-radius: 3px;
    width: calc(50% - 40px);
    padding: 20px;
    position: relative;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    display: flex;
}

.row-1 section::before{
    right: -7px;
}
.row-1 section img {
    position: absolute;
    right: -41px;
    width: 17px;
    align-self: center;
}
.row-2 section img {
    position: absolute;
    left: -41px;
    width: 17px;
    transform: rotate(180deg);
    align-self: center;
}
.row-2 section::before{
    left: -7px;
}
.row section .icon,
.center-line .scroll-icon{
    position: absolute;
    background: #f2f2f2;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #3ea0e2;
    font-size: 17px;
    box-shadow: 0 0 0 4px #fff, inset 0 2px 0 rgba(0,0,0,0.08), 0 3px 0 4px rgba(0,0,0,0.05);
}
.center-line .scroll-icon{
    bottom: 0px;
    left: 50%;
    font-size: 25px;
    transform: translateX(-50%);
}
.row-1 section .icon{
    top: 15px;
    right: -60px;
}
.row-2 section .icon{
    top: 15px;
    left: -60px;
}
.row section .details,
.row section .bottom{
    display: flex;
    align-items: center;
    justify-content: end;
}
.row section .details .title{
    font-size: 22px;
    font-family: 'Avenir-Medium';
    background: linear-gradient(180deg, #000000 0%, #3A0606 100%);
    color: #fff;
    padding: 4px 15px;
    height: 36px;
    position: relative;
    line-height: 30px;
}
.row-1 section .details .title {
    border-radius: 3px 0px 0px 3px;
    margin-right: -7px;
}
.row-2 section .details .title {
    border-radius: 0px 3px 3px 0px;
    margin-left: -7px;
}
.row-1 section p {
    margin-right: 5% !important;
}
.row-2 section p {
    margin-left: 5% !important;
}
.row-1 section .details .title:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 6px solid rgba(183, 176, 176, 0.46);
    position: absolute;
    right: 0px;
    top: -4px;
    transform: rotate(-143deg);
}
.row-2 section .details .title:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 6px solid rgba(183, 176, 176, 0.46);
    position: absolute;
    left: 0px;
    top: -4px;
    transform: rotate(143deg);
}
.row section p{
    margin: auto 0 auto 0;
    font-size: 15px;
    line-height: 22px;
    color: #101010;
    opacity: 0.8;
}
.row section .bottom a{
    text-decoration: none;
    background: #3ea0e2;
    color: #fff;
    padding: 7px 15px;
    border-radius: 5px;
    /* font-size: 17px; */
    font-weight: 400;
    transition: all 0.3s ease;
}
.row section .bottom a:hover{
    transform: scale(0.97);
}
/* @media(max-width: 790px){
    .wrapper .center-line{
      left: 40px;
    }
    .wrapper .row{
      margin: 30px 0 3px 60px;
    }
    .wrapper .row section{
      width: 100%;
    }
    .row-1 section::before{
      left: -7px;
    }
    .row-1 section .icon{
      left: -60px;
    }
}
@media(max-width: 440px){
    .wrapper .center-line,
    .row section::before,
    .row section .icon{
      display: none;
    }
    .wrapper .row{
      margin: 10px 0;
    }
} */
  










footer {
    background: #1C1B1B;
}

footer p, footer a {
    text-decoration: none !important;
    color: #FFFFFFE8 !important;
    opacity: 0.8;
    margin-bottom: 0px;
    font-size: 12px;
    padding: 6px 5px;
}


@media (max-width: 600px) {
    .banner-section .vert-center h4 {
        font-size: 12px;
        line-height: 18px;
    }
    .banner-section .vert-center {
        left: 4%;
    }
    .banner-section img {
        height: auto;
    }
    .about-section {
        padding: 25px 0px 40px;
    }
    .about-section_left .yrs {
        width: 85px;
        margin: 0;
    }
    .about-section_left .vert-line {
        width: 65px;
        height: 1px;
        margin: auto 5%;
        border-top: 1px dashed #000;
    }
    .about-section_left {
        display: flex;
        justify-content: center;
        margin-bottom: 5%;
    }
    .about-section_rgt p {
        font-size: 13px;
        line-height: 22px;
        width: 95%;
        margin: auto auto 2%;
    }
    .about-section_rgt h4 {
        font-size: 22px;
        margin-top: 3px;
        margin-bottom: 10px;
    }
    .about-section_left .flame {
        width: 107px;
    }
    .row section p {
        font-size: 13px;
        line-height: 20px;
    }
    .row section .details .title {
        font-size: 20px;
        padding: 4px 10px;
        height: 38px;
        margin-top: -12px;
        margin-bottom: 10px;
    
    }
    .row-1 section {
        display: grid !important;
    }
    .row-1 section p {
        margin-left: 5% !important;
        order: 2;
        margin-right: auto !important;
    }
    .row-2 section p {
        margin-left: 5% !important;
    }
    .wrapper .center-line {
        left: -15px;
    }
    .wrapper .row section {
        width: 100%;
        display: block;
        padding-left: 0px !important;
        padding-right: 10px !important;
    }
    .row-1 section img {
        right: unset;
        left: -20px;
        transform: rotate(180deg);
        top: 50%;
        order: 1;
    }
    .row section .details, .row section .bottom {
        justify-content: start;
    }
    .row-2 section img {
        top: 50%;
        left: -20px;
    }
    .row-1 section .details .title::before {
        content: '';
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 6px solid rgba(183, 176, 176, 0.46);
        position: absolute;
        left: 0px;
        top: -4px;
        transform: rotate(143deg);
    }
    .row-1 section .details .title {
        border-radius: 0px 3px 3px 0px;
        margin-left: -7px;
    }
    .milestone-section .flag {
        justify-content: start;
    }
    .milestone-section .flag img {
        left: -34px;
        top: 10px;
    }
    .about-section_left .founded h3 {
        font-size: 28px;
    }
    footer p, footer a { 
        font-size: 11px;
    }
    footer .col-lg-4 {
        padding: 0px;
    }
    .about-section_rgt ul { 
        grid-template-columns: auto;
        padding-left: 3%;
    }
    .about-section_rgt h6 {
        margin-left: 5%;
    }
    .about-section_rgt ul li {
        font-size: 14px;
    }
}

@media screen and (min-width: 600px) and (max-width: 767px) {
    .banner-section .vert-center h4 {
        font-size: 20px;
        line-height: 29px;
    }
    .banner-section .vert-center {
        left: 4%;
    }
    .about-section {
        padding: 25px 0px 40px;
      }
    .about-section_left .yrs {
        width: 13%;
        margin: 0;
      }
      .about-section_left .vert-line {
        width: 65px;
        height: 1px;
        margin: auto 5%;
        border-top: 1px dashed #000;
      }
      .about-section_left {
        display: flex;
        justify-content: center;
        margin-bottom: 3%;
      }
      .about-section_rgt p {
        font-size: 13px;
        line-height: 22px;
        width: 95%;
        margin: auto auto 2%;
      }
      .about-section_rgt h4 {
        font-size: 22px;
        margin-top: 3px;
        margin-bottom: 10px;
      }
      .about-section_left .flame {
        width: 107px;
    }
    .row section p {
        font-size: 13px;
        line-height: 20px;
    }
    .row section .details .title {
        font-size: 20px;
        padding: 4px 10px;
        height: 38px;
    }
    .row-1 section p {
        margin-right: 2% !important;
    }
    .row-2 section p {
        margin-left: 2% !important;
    }
    .about-section_rgt ul { 
        grid-template-columns: auto;
    }
    .about-section_rgt h6 {
        margin-left: 5%;
    }
    .about-section_rgt ul li {
        font-size: 14px;
    }
}


@media screen and (min-width: 767px) and (max-width: 992px) {
    .banner-section .vert-center h4 {
        font-size: 20px;
        line-height: 29px;
    }
    .banner-section .vert-center {
        left: 4%;
    }
    .about-section {
        padding: 25px 0px 40px;
      }
    .about-section_left .yrs {
        width: 13%;
        margin: 0;
      }
      .about-section_left .vert-line {
        width: 65px;
        height: 1px;
        margin: auto 5%;
        border-top: 1px dashed #000;
      }
      .about-section_left {
        display: flex;
        justify-content: center;
        margin-bottom: 3%;
      }
      .about-section_rgt p {
        font-size: 13px;
        line-height: 22px;
        width: 95%;
        margin: auto auto 2%;
      }
      .about-section_rgt h4 {
        font-size: 22px;
        margin-top: 3px;
        margin-bottom: 10px;
      }
      .about-section_left .flame {
        width: 107px;
    }
    .row section p {
        font-size: 13px;
        line-height: 20px;
    }
    .row section .details .title {
        font-size: 20px;
        padding: 4px 10px;
        height: 38px;
    }
    .row-1 section p {
        margin-right: 2% !important;
    }
    .row-2 section p {
        margin-left: 2% !important;
    }
    .about-section_rgt ul { 
        grid-template-columns: auto;
    }
    .about-section_rgt h6 {
        margin-left: 5%;
    }
    .about-section_rgt ul li {
        font-size: 14px;
    }
}


@media screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-section .vert-center h4 {
        font-size: 20px;
        line-height: 29px;
    }
    .about-section_left .yrs {
        margin: -20px auto 5px;
    }
    .row section p {
        font-size: 14px;
        line-height: 21px;
    }
    .about-section_rgt ul {
        padding-left: 0px;
    }
    .about-section_rgt ul li {
        font-size: 14px;
    }
}
@media (max-width: 1199px) {
    .wrapper {
        width: 100%;
    }
}
@media screen and (min-width: 1199px) and (max-width: 1350px) {
    .wrapper {
        width: 100%;
    }
}
@media screen and (min-width: 1350px) and (max-width: 1399px) {
    .wrapper {
        width: 95%;
    }
}
@media screen and (min-width: 1399px) and (max-width: 1500px) {
    .wrapper {
        width: 90%;
    }
}