.kala-name{
    color: white !important;
}
.bg-pink{
    color: rgb(253 219 188) !important;
}
.btn-brown {
    background-color: rgb(85, 55, 58) !important;
    color: white !important;
}

.btn-rownded {
    background-color:rgb(253 219 188) !important;
    border-radius: 50px !important;
    color: rgb(0, 0, 0) !important;
}
.btn-rownded:hover {
    background-color:rgb(240, 206, 156) !important;
    color: rgb(0, 0, 0) !important;
}

.btn-brown:hover {
    background-color: rgb(253, 219, 188);
    color: black;
}
.para-text{
    color: black;
}
.login-div-modal .close {
    transform: none;
    position: absolute;
    right: -5px;
    color: white;
    top: -5px;
    border: none;
    background: none;
    font-size: 29px;
    background:  rgb(85, 55, 58);
    border-radius: 50px;
    width: 35px;
    height: 35px;
    display: grid;
    align-content: center;
}
.form-control{
    height: 50px;
    border: 1px solid #b29b9b !important;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 400;
    color: #24262B;
    transition: all 0.3s ease-in-out;
    background: #F3F3F3;
    border-radius: 5px !important;

}
.info-content a{
    color: black;
}
.content-inner-custom{
    padding-top: 20px;
    padding-bottom: 5px;
}



.our-history-div .nav-tabs .nav-item.show .nav-link,
.our-history-div .nav-tabs .nav-link.active {
	background: #6e422c;;
	border: none !important;
	color: #fff !important
}

.our-history-div .nav-tabs .nav-item .nav-link {
	font-size: 20px;
	font-family: "Kanit", sans-serif;
	/* text-transform: uppercase; */
	font-style: normal;
	color: #ffffff
}

.our-history-div .mna-bg {
	display: inline-block;
	width: 100%;
	background: #332929;
	padding: 50px 0
}

.our-history-div .nav-pills .nav-link,
.matech-div-main .nav-pills .nav-link {
	color: #212529;
	text-transform: uppercase
}
.left-history {
    width: 60%;
    padding-left: 30px;
}
.comon-fild-ads1 figure {
    width: 40%;
    height: auto;
    overflow: hidden;
    border-radius: 8px;
    margin: 0;
}
.bg-brown{
    background-color: rgb(85, 55, 58) !important;
}
.history p{
    font-size: 20px;
    color: white;
    letter-spacing: 1px;
    text-transform: math-auto;
}

.history h2{
    color: white;
    font-size: 34px;
    text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
    .history p{
        font-size: 12px;
        color: white;
        letter-spacing: 1px;
        text-transform: math-auto;
    }

    .history h2{
        color: white;
        font-size: 18px;
        text-transform: uppercase;
    }
}
.page-content{
    background-color: #fee4ca !important;
}

@media (max-width: 768px) {
    .main-bar.dark {
      background-color:rgb(253 219 188);
      border-bottom: 2px solid rgb(57, 0, 0);
    }
}
/* Media query for larger screens */
@media (min-width: 769px) {
    .main-bar.dark {
        background-image: url(../images/kaladisha/header.png);
    }
}
