.html1719751592 {
    
}

.html1719751592 .mhead {
    
}

.html1719751592 .info{
   display :flex;
   justify-content: left;
}

.html1719751592 .info div{
    all: unset;
    width: 100px;
    height: 30px;
    font-size: 16px;
    background: transparent;
    border: none;
    position: relative;
    color: #f0f0f0;
    cursor: pointer;
    z-index: 1;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
        color: #fff;
}
.html1719751592 .info div a{
    color:#fff;
}

.html1719751592 .info div:before{
        transform: translate(0%, 0%);
    width: 100%;
    height: 100%;
    background: #373759;;
    border-radius: 10px;
}
.html1719751592 .info div::after, .html1719751592 .info div::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -99999;
    transition: all .4s;
}

.html1719751592 .info div:after{
    transform: translate(10px, 10px);
    width: 35px;
    height: 35px;
    background: #ffffff15;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 50px;
}

.html1719751592 .info div:hover::before {
    transform: translate(5%, 20%);
    width: 110%;
    height: 110%;
}

.html1719751592 .info div:hover::after {
    border-radius: 10px;
    transform: translate(0, 0);
    width: 100%;
    height: 100%;
}







.html1719751592 .mtitle {
   
}

.html1719751592 .mdesc {
    
}

.html1719751592 .mbody {
    padding:1px 10px;
    display: flex;
    flex-direction: row-reverse;
}

.html1719751592 .mcontent h1{
        color: #fd5f16;
}




/*Module specific style*/
.html1719751592 p {
    text-align:justify;
}
/*Module specific style*/

@media (max-width: 767px) {
	
}
@media (min-width: 768px) and (max-width: 991px) {
    .html1719751592 .mcontent {
        /*max-height:270px;*/
        /*overflow-y:auto;*/
    }
    .s1719731093 .container .row {
    justify-content: center;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
	
}
@media (min-width: 1200px) {
	
}