.breadcumb-menu {
     max-width: 100%;
     padding: 18px 75px 18px 25px;
     list-style-type: none;
     position: relative;
     margin: 100px 0 0;
     display: inline-block;
     background: var(--theme-color);
     clip-path: polygon(0 0, 100% 0, calc(100% - 50px) 100%, 0% 100%);
 }
 .breadcumb-wrapper {
     background: var(--title-color);
     padding: 70px 0 0px;
     margin-top: 116px;
     overflow: hidden;
     position: relative;
     z-index: 1;
     background-size: cover !important;
     background-image:url(../img/matriculation/svg/core/7.jpg);
     /* background-position: center; */
     background-repeat: no-repeat;
     object-fit: cover;
     /* opacity: 0.9; */
 }

 .breadcumb-title {
     color: var(--white-color);
     margin: -0.22em 0 -0.2em 0;
     line-height: 1.1;
     font-size: 64px;
     font-weight: 600;
     font-family: var(--title-font);
     text-align: center;
     z-index: 1;
     position: relative;
     margin-top: 30px;
 }
 .sub-tit {
     display: block;
     line-height: 1.2;
     color: #231185;
     text-transform: uppercase;
     font-size: 32px;
     position: relative;
     font-weight: 700;
     font-family: var(--title-font);
     margin-bottom: 30px;
 }
 .sec-tex {
     font-size: 18px;
     font-family: var(--title-font);
     margin-top: 23px;
     line-height: 1.667;
     margin-bottom: 0;
     text-align: justify;
     color: #000e00e3;
     font-weight: 550;
 }
 .checkl li {
     font-size: 17px;
     font-weight: 500;
     font-family: var(--body-font);
     margin-bottom: 10px;
     display: flex;
     color:  #000e00e3;
 }
 .bold{
     color: #231185;
     font-weight: 700;
 }
 .about-img_1 img{
     width: 100%;
     height: 450px;
     /* border-top:10px solid  #160766; */
     border-left:10px solid #231185;
     padding: 10px;
 }
 @media (max-width: 1399px) {
     .about-thumb_2 {
         padding: 0 0 97px 3px;
     }
 }
 .about-thumb_2:after {
     content: "";
     position: absolute;
     width: 15px;
     height: 150px;
     background: var(--theme-color);
     left: 8px;
     top: 60px;
     animation: jumpAni 7s linear infinite;
 }
 .core_img img{
  border-radius: 50% ;
 }
 .counter_1{
     background-color: #4ba700;
 }
 .counter-card_number {
     margin-top: 14px;
     margin-bottom: 14px;
     font-weight: 400;
     font-size: 55px;
     font-family: var(--title-font);
     color: #fffefe;
     /* -webkit-text-stroke: 1px var(--title-color); */
     /* opacity: 0.4; */
 }
 .counter-card_text {
     font-weight: 500;
     font-size: 20px;
     font-family: var(--body-font);
     color: #ffffff;
     margin-bottom: -0.5em;
 }
 .counter-card_number {
     /* margin-top: -0.22em; */
/*     margin-bottom: 0px !important;*/
margin-top: 20px;
     font-weight: 400;
     font-size: 53px !important;
     font-family: var(--title-font);
     /* color: transparent; */
     /* -webkit-text-stroke: 1px var(--title-color); */
     /* opacity: 0.4; */
 }
 .color_c{
     color: #523dca;
     font-size: 45px;
     position: relative;
     bottom: 20px;
 }
 .why_img img{
     width: 100%;
     height: 450px;
 }
 .mp-j{
     margin-bottom: -30px !important;
 }
 .sec-title {
     font-size: 25px;
 }
 @media (max-width: 1399px) {
     .about-thumb_2 {
         padding: 0px 0 28px 3px;
     }
 }
 .chairman-img{
    position: relative;

 }
.chairman-img::after{
    content: "";
    position: absolute;
    width: 10%;
    height: 10%;
    left: 0;
    top: 0px;
    background-color: #231185;
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);


}
.chairman-img img{
    padding: 20px;
    background-color: #231185;
    border: 6px solid #231185;
    border-radius: 20px 0px 0px 0px;
   
}
.headname{
    color: #4ba700;
}
.subname{
    background-color: #231185;
    padding: 20px;
    color: #fffefe;
    text-align: center;
    text-shadow:5px 5px 4px #b3aeae;
    border-radius: 0px 0px 20px 0px;
}
.content_l ul{
    list-style: none;
}
.content_l ul li p{
    margin-left: -20px;
}
@media (max-width: 400px) {
    /* .content_1 .icon{
        width: 60px;
        height: 60px;
        object-fit: cover;
        
    } */
    .content_1{
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }
}
.ul{
    justify-content: center;
    /* border: 1px solid red; */
    list-style: none;
    box-shadow: 0px 0px 8px rgb(196, 192, 192);
    padding-left: 0px;
    border-radius: 5px;

}
.ul li{
    padding: 20px;
    border-bottom:1px solid #b3aeae;
    font-size: 18px;
    font-weight: 500;
    color: rgb(33, 12, 124);
    transition: all .2s ease-in;
    
}
.ul li a{
    color: black;
}
.ul h5{
    padding: 10px;
    background-color: #231185;
    color: #fffefe;
    border-bottom:2px solid #4ba700;
}
.ul li a:hover{
    color: #4ba700;
}
.ul li:hover{
    transition: all .2s ease;
    transform: translateX(10px);
}
.main-content img{
    width: 100%;
    height: 300px !important;
}
.icon img{
    width: 30px !important;
    height: 30px !important;
}
.icon i{
    position: relative;
    /* bottom: 10px; */
    color: #4ba700;
    font-size: 18px;
}
.left_1{
    margin-right: 30px;
}
@media  (max-width:400px) {
    .contact_1{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
      }
      .contact-page-card .contact-page-card-text:last-child {
        margin-top: 10px;
        text-align: center;
        margin-left: 13px;
    }
    
}