/* .navbar>.container {
    height: 90px;
    background: #222222;
    margin-top: 110px;
}

.nav-scroll {
    background: #8e722b;
    margin-top: 0;
} */

[data-overlay-dark]:before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 120%);
}

[data-overlay-dark="2"]:before {
    opacity: 1.0;
}

.fr-img {
    position: relative;
    top: -120px;
    right: -80px;
    width: 100%;
}

.about-us h4 {
    color: #a38200;
}

.krttx-about img{
    height: 350px;
    width: auto;
}

.yhtable {
    margin: 50px 0;
}

.yhtable .table {
    color: #fff;
}

.yhtable tr, td {
    border: 2px solid white;
    text-align: center;
}

.yhtable .table-hover tr {
    transition: ease-in-out .3s all;
}

.yhtable .table-hover tr:hover {
    background-color: #cea02d;
}

.abt-policy h4{
    font-size: 30px;
}

.abt-policy h5{
    font-size: 25px;
}

.abt-policy h6{
    font-size: 23px;
}