* {
    box-sizing: border-box
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    background-color: #fff7f1
}

.header.on-scroll {
    display: block;
    background-color: #fff;
    position: fixed !important
}

.header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin: 0 auto;
    transition: all 0.35s ease;
    background-color: #fff;
    padding: 20px 0
}

a {
    text-decoration: none;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear
}

li {
    list-style: none
}

.logo img {
    width: 100%
}

.navbar-light .navbar-nav .active {
    color: #c4822b;
    padding: 8px 25px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    z-index: 1010
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    padding: 8px 17px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    z-index: 10
}

.know_btn .menu-block {
    display: unset
}

.menu-block {
    display: inline-block;
    background-color: #c4822b;
    font-size: 12px;
    padding: 14px 52px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px
}

.navbar-brand {
    padding: 0
}

.menu-block:hover {
    background-color: #c4822b;
    color: #fff
}

.slider_content_wepper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    position: absolute;
    left: 60px;
    width: 36%;
    right: 20px
}

.slider_content h3 span {
    color: #c4822b;
    letter-spacing: 3.6px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px
}

.slider_content h2 {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase
}

.slider_content p {
    font-size: 15px
}