 .bread-bgg__css{
    background: #161741;
    border-radius: inherit;
 }

.abu-adm{
    text-shadow: 2px 2px 2px #aba4a6;
    color: #b70132;
    font-size: 42px;
}
.abu-vis{
    text-shadow: 2px 2px 2px #aba4a6;
    color: #b70132;
    font-size: 30px;
}
.btn-defaultsd{
    background: aliceblue;
}
.text-wkd{
    font-size: 20px;
    color: #fff !important;
}
.bdgd{
    background: #000 !important;
}









.form__pd{
    padding: 10px;
}

.mx__logo{
	max-width: 235px;
}
.shadiow{
	box-shadow: 0px 1px 6px 2px #ddd;
    padding: 9px;
    margin: 7px;
}
.bg-btn-bg{
	background: #ffc107;
}
.why-bggg{
	background: #ddd;
}
.footer__bgcss{
	background: #540707;
}

.c2-box {
    background-color: #fff !important;
    padding: 25px 15px !important;
    margin-bottom: 30px !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 450ms ease-in-out;
    -moz-transition: all 450ms ease-in-out;
    -o-transition: all 450ms ease-in-out;
    -ms-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out;
}
.img-70 {
    width: 70px;
    height: 70px;
}
.ex___css{
	box-shadow: 2px 2px 2px 2px #bbaeaa;
    padding: 10px;
}
.sme__footerbtn{
	box-shadow: 3px 2px 2px 0px #ffeb3b;
    border-radius: inherit !important;
}
.c2-box h5 {
    font-size: 1rem;
    line-height: 1.3;
    margin-top: 15px;
    margin-bottom: 6px;
    font-family: Exo,sans-serif;
    color: #000;
}
.c1-box-txt p, .c2-box p {
    color: #666;
    font-size: 0.925rem;
    line-height: 1;
    margin-bottom: 0;
}
.sec-title2 .title span {
    color: #ff0000;
    font-family: Exo,sans-serif;
}
.sec-title2 .title {
    font-size: 36px;
    font-family: Exo,sans-serif;
}


.btn-know {
    background-color: #007bff;
    color: #fff;
    padding: 10px 25px;
    border: none;
    border-radius: 25px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Hover Effect */
.btn-know:hover {
    background-color: #0056b3;
    transform: scale(1.08);
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}