.AboutContainer {
    margin-top: 15%;
    color: black;
}


.CrytpImag{
    width: 41rem;
}
.exc{
    padding: 14px;
    text-align: center;
   
    border-radius: 10px;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.our-leader img{
    height: 270px;
}
.sticky1 {
    background-color: white;
    color: #24126A;
}
.video{
    margin-top: 14%;
}
.global{
    /* background: url(../images/About/globalimage.png); */
    background: rgba(0, 0, 0, 0.5) url(../images/About/globalimage.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
       width: 100%;
    height: 410px;
    object-fit: fill;
    position: relative !important;
    
    background-blend-mode: darken;
    
}
.global::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* background-image: inherit; */
    background-size: cover;
    z-index: -1;
    filter: blur(5px);

}
.NEWMB{
    margin-bottom: 25px !important;
}
.gloabalP{
    color: #fff !important;
}
p{
    color: black;
}

.mb {
    color: black;
    margin-bottom: 15px;
    font-size: 17px;
    text-align: justify;
    font-family: Inter, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, Helvetica, Arial, sans-serif;
}

.textAlign {
    text-align: center;
}

.innerAbout {
    padding: 14px;
    text-align: center;
    border: 1px solid #f57251;
    border-radius: 10px;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}



/* .home-demo .item {
    background: #ff3f4d;
} */
.home-demo h2 {
    color: #FFF;
    text-align: center;
    padding: 5rem 0;
    margin: 0;
    font-style: italic;
    font-weight: 300;
}

.our-leader {
    text-align: center;
    /* background-color: #00294b; */
    border: 1px solid #eee;
    padding: 30px 40px;
    border-radius: 16px;
    position: relative;
    height: 450px;
    width: 344px;
}

.owl-dots {
    display: none;
}

.owl-prev span {
    font-size: 40px !important;
    width: 30px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.owl-next span {
    font-size: 40px !important;
    width: 30px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.our-leader img {

    margin: 0 auto;

    box-shadow: 0px 3px 19px #ab93936b;
    padding: 12px;
    border-radius: 10px;
}

.our-leader img:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.our-leader .detail-box {
    /* background-color: #fff; */
    color: #fff;
    background-color: #00294b;

    padding: 9px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    margin: -2px -15px 0px -15px;
}

.our-leader .detail-box .theme-title {
    font-size: 20px;
    margin-bottom: 5px;
    color: #fff;
}

.our-leader .detail-box .theme-description {
    margin-top: 10px;
    margin-bottom: 0;
    /* color: #6e6e6e; */
    font-size: 15px;
    color: #fff;
}

.box-c {
    display: flex;
    justify-content: center;
}

.custom-underline {
  display: flex;
  justify-content: center;
  align-items: center;
    margin-bottom: 20px;
    border: 1px solid;
    padding: 14px 9px;
    font-size: 25px;
    background: linear-gradient(90deg, rgba(248,161,2,1) 46%, rgb(255 215 110) 100%);
    color: #fff;

}
.underlinePadding{
padding: 15px 38px !important;


}
.pad{
    padding: 0px 37px
}

.topic img {
    width: 100%;
}

.topic {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 30px;
    height: 68px;
    align-items: center;
}

.topic p {
    font-size: 22px;
    font-weight: 500;
}

.svgAnimation {
    position: relative;
}

.svgimage {
    position: absolute;
    left: 16%;
    top: 16%;
    animation: myfirst;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

@keyframes myfirst {
    0% {
        left: 16%;
        top: 14%px;
        animation-timing-function: ease-in;
    }

    25% {
        top: 18%;
    }

    50% {
        left: 16%;
        top: 25%;
        animation-timing-function: ease-in-out;
    }
}

.svgimage1 {
    position: absolute;
   right: 27%;
    top: 16%;
    animation: myfirst1;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}
@keyframes myfirst1 {
    0% {
        right: 27%;
        top: 14%px;
        animation-timing-function: ease-in;
    }

    25% {
        top: 18%;
    }

    50% {
        right: 27%;
        top: 25%;
        animation-timing-function: ease-in-out;
    }
}
.bgnav{
    background-color: #FFF;
}
.global{
    width: 100%;
    /* height: 650px; */
    object-fit: fill;
}
.glbalContent{
    position: absolute;
    top: 0;
    color: white;
}
@media (max-width: 600px) {
    .AboutContainer {
        margin-top: 25%;
    }
    .global{
        height: auto;
        padding: 20px !important;
    }
    .pad{
        padding: 0;
    }
    .globalfont{
        font-size: 16px !important;
    }
    .video{
        margin-top: -17% !important;

    }
    
    
    .custom-underline{
        margin-top: 20px;
        font-size: 18px;

    }
    .flexdir{
        display: flex;
        flex-direction: column-reverse;
    }
    .our-leader{
        width: 300px;
    margin-left: 27px;
    }
    .owl-theme .owl-nav {
        display: none;
    }
    .CrytpImag{
        width: 100% !important;
    }
  }

  @media (min-width: 600px) and (max-width: 768px) {
    .our-leader{
        width: 300px;
    margin-left: 27px;
    }
    .flxrev{
        flex-direction: column-reverse !important;
    }
    .CrytpImag {
        width: 24rem;
        height: 39rem;
        padding-top: 87px;
    }
   
  }
  @media (min-width: 769px) and (max-width: 1024px) {
    .AboutContainer{
        margin-top: 20%;

    }
    .our-leader{
        width: 300px;
    margin-left: 27px;
    }
    .CrytpImag {
        width: 24rem;
        height: 39rem;
        padding-top: 87px;
    }
  }
  @media (min-width: 1025px) and (max-width: 1200px) {
   
  }
  