html{
    scroll-behavior: smooth !important;
}
body{
    overflow-x: hidden !important;
    overflow-y: auto !important;
}

nav{
    font-weight: 300;
}

.search-close{
    position: absolute;
    /* top: 6px;
    left: 67%; */
    top: 0px;
    left: 4px;
}
.close-icon{
    width: 12px;
}
.close-icon:hover{
    cursor: pointer;
}

.container-navbar{
    height: 115px;
}
.logo-img {
    width: 160px;
    position: absolute;
    left: 11.25%;
    bottom: -20px;
}
.contact-select{
    position: absolute;
    bottom: 68px;
    right: 135px;
}
.language-select{
    position: absolute;
    bottom: 68px;
    right: 55px;
    font-size: 16px;
}
.language-link{
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    padding: 0;
    color: #b9b9b9;    
}
.language-link:hover{
    color: #3c2415;
    text-decoration: none;  
}
.language-active{
    color: #977F5D;    
}
.language-divider{
    color: #977F5D;
    padding: 0 4px;
}
#eng{
    color: #b9b9b9;
}
#ind{
    color: #b9b9b9;
}
.contact-icon{
    width: 23px;
    height: 23px;
    margin-right: 10px;
}
.contact-link:hover{
    text-decoration: none;
}
.activated{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
.navbar-normal{
    display: inline-flex !important;
}
.navbar-small{
    display: none !important;
}
.navbar{
    padding: 0 !important;
    vertical-align: top;
    height: 115px;
    width: 100%;
    /* position: fixed; */
    background-color: white;
    z-index: 1000;
}
.navbar-nav{
    position: absolute;
    font-size: 16px;
    right: 55px;
    bottom: 20px;
    height: 40px;
}
.nav-search{
    width: 0px;
    height: 35px;
    background: rgb(255, 255, 255);
    text-align: center;
    margin-left: 5px;
    top: 5%;
    right: 100%;
    position: absolute;
    transition: all 0.5s ease;
    box-shadow: 0 0 10 rgba(0, 0, 0, 0.5);
    overflow: hidden;
}
.input{
    background: transparent;
    width: 100%;
    outline: none;
    color:#565548;
    padding: 0 25px;
    transition: all 0.5s ease;
    padding-right: 50px;
    border: 1px solid #565548;
    border-radius: 5px;
    height: 35px;
    transition: all 0.5s ease;
    font-size: 15px;
}
.search-icon-wrapper{
    background: #977F5D;
    width: 41px;
    height: 29px;
    top: 3px;
    right: 4px;
    position: absolute;
    border-radius: 5px;
    padding-top: 5px;
    cursor: pointer;
    display: flex;
    justify-content: center;
}
.search-icon-wrapper:hover{
    background: #977F5D;
    text-decoration: none;
}
.nav-search .fa{
    font-size: 19px;
    color: rgb(255, 255, 255);
}
.nav-search.active{
    width: 210px;
    height: 35px;
    transition: all 0.5s ease;
    right: 0%;
}
.nav-search:hover{
    border-bottom: 0 !important;
}
input::placeholder{
    color: rgb(195, 195, 195);
    font-size: 15px;
}
.divider{
    color: #977F5D;
    padding: 7px 6.35px;
}
.nav-item{
    color: #977F5D;
    text-decoration: none;
}
.nav-item:hover{
    color: #977F5D;
    /* border-bottom: 12.5px solid #205a41; */
    text-decoration: none;
}
.nav-line{
    display: none;
}
.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}
.nav-link{
    color: #977F5D;
    text-decoration: none;
    cursor: pointer;
}
.nav-link:hover{
    color: #977F5D;
    text-decoration: none;
    cursor: pointer;
}
.arrow_down_on_hover{
    position: relative;
}
.arrow_down_on_hover:before{
    content: "";
    width: 0; 
    height: 0; 
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    display: none;
    border-top: 20px solid #ffffff;
    position: absolute;
    right: 50%;
    margin-right: -30px;
    bottom: -20px;
    text-align: center;
    z-index: 250;
}
.arrow_down_on_hover:hover:before{
    display: block;
}
.input-btn{
    position: relative;
    top: 10%;
}
.search-btn-full{
    width: 25px;
    height: 25px;
    margin-left: 0px;
    cursor: pointer;
    color: #977F5D;
}
.search-btn-half{
    display: none;
}
.search-icon:hover{
    color: #977F5D;
    font-weight: none;
    text-decoration: none;
    border-bottom: none !important;
}
.menu1{
    position: relative;
    display: inline-block;
}
.menu2{
    position: relative;
    display: inline-block;
}.menu3{
    position: relative;
    display: inline-block;
}

#collapsibleMenu1 .dropdown-item{
    padding: .25rem 1.25rem;
}

.menu1 .dropdown-menu{
    left: -67vw;
    width: 500vw;
    display: inline-flex;
    padding-left: 64vw;
    top: 45px;
    height: 25px !important;
    background: white;
    transition: all 0.5s ease-in-out;
    visibility: hidden;
    opacity: 0;
}
.menu2 .dropdown-menu{
    left: -66vw;
    width: 500vw;
    display: inline-flex;
    padding-left: 57vw;
    top: 45px;
    height: 25px !important;
    background: white;
    transition: all 0.5s ease-in-out;
    visibility: hidden;
    opacity: 0;
}
.menu3 .dropdown-menu{
    left: -76.5vw;
    width: 500vw;
    display: inline-flex;
    padding-left: 77vw;
    top: 45px;
    height: 25px !important;
    background: white;
    transition: all 0.5s ease-in-out;
    visibility: hidden;
    opacity: 0;
}

.menu1:hover .dropdown-menu{
    left: -67vw;
    width: 500vw;
    display: inline-flex;
    padding-left: 64vw;
    /* z-index: 200; */
    top: 50px;
    height: 45px !important;
    background-color: #977F5D;
    visibility: visible;
    opacity: 100;
}
.menu2:hover .dropdown-menu{
    left: -66vw;
    width: 500vw;
    display: inline-flex;
    padding-left: 57vw;
    /* z-index: 200; */
    top: 50px;
    height: 45px !important;
    background-color: #977F5D;
    visibility: visible;
    opacity: 100;
}
.menu3:hover .dropdown-menu{
    left: -76.5vw;
    width: 500vw;
    display: inline-flex;
    padding-left: 77vw;
    /* z-index: 200; */
    top: 50px;
    height: 45px !important;
    background-color: #977F5D;
    visibility: visible;
    opacity: 100;
}
.nav-item .dropdown-menu{
    position: absolute;
    height: 45px;
    z-index: 1; 
    border: none;
    border-radius: 0;
    margin: 0;
}
.dropdown-nav{
    background: #977F5D;
}
.nav-item .dropdown-menu:hover{
    display: block;
}
.dropdown:hover .dropdown-menu{
    display: inline-flex;
    transition: all 0.5s ease-in-out;
}
.dropdown-item:active{
    background-color: transparent;
}
.dropdown-item:focus{
    color: #ffffff;
    background-color: transparent;
}
.dropdown-item{
    font-size: 13px;
    color: #ffffff !important;
    width: auto;
    font-weight: 300;
    cursor: pointer;
}
.dropdown-item:hover{
    background: none;
    color: #3c2415 !important;
    cursor: pointer;
}
.hiding{
    display: none;
}
.check-wrapper{
    height: 100%;
    width: 130px;
    background: #977F5D;
    text-align: center;
    padding: 37px 5px 30px;
}
/* .check-wrapper-mobile{
    display: none;
}
.check-wrapper-web{
    display: inline;
} */
.check-wrapper:hover{
    text-decoration: none;
}
.check-wrapper:hover .check{
    text-decoration: none;
}
.check{
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 0;
}
.check:hover{
    text-decoration: none;
    cursor: pointer;
}

.check-wrapper .dropdown-menu {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 100;
    float: left;
    min-width: unset;
    padding: 0;
    margin: 0;
    font-size: unset;
    color: unset;
    text-align: left;
    list-style: none;
    background-color: unset;
    background-clip: unset;
    border: none;
    border-radius: 0;
}

@media screen and (min-width:2001px){
    .container-navbar{
        height: 140px;
    }
    .logo-img{
        /* width: 135px; */
        bottom: -10px;
    }
    .contact-select{
        bottom: 75px;
    }
    .language-select{
        bottom: 75px;
        /* font-size: 18px; */
    }
    .navbar{
        height: 140px;
    }
    .navbar-nav{
        bottom: 22px;
        /* font-size: 18px; */
    }
    .check-wrapper{
        padding-top: 42.5px;
    }
    .check{
        font-size: 1.25em;
    }
    .menu1 .dropdown-menu{
        left: -90vw;
        padding-left: 87vw;
    }
    .menu2 .dropdown-menu{
        left: -90vw;
        padding-left: 85vw;
    }
    .menu3 .dropdown-menu{
        left: -92.5vw;
        padding-left: 93vw;
    }
    .menu1:hover .dropdown-menu{
        left: -90vw;
        padding-left: 87vw;
    }
    .menu2:hover .dropdown-menu{
        left: -90vw;
        padding-left: 85vw;
    }
    .menu3:hover .dropdown-menu{
        left: -92.5vw;
        padding-left: 93vw;
    }
}

@media screen and (max-width:2000px) and (min-width:1601px){
    .container-navbar{
        height: 130px;
    }
    .logo-img{
        /* width: 130px; */
        bottom: -15px;
    }
    .contact-select{
        bottom: 70px;
        right: 9em;
    }
    .language-select{
        bottom: 70px;
        /* font-size: 17px; */
    }
    .language-link{
        /* font-size: 17px; */
    }
    .navbar{
        height: 130px;
    }
    .navbar-nav{
        /* font-size: 17px; */
        bottom: 0px;
        height: 60px;
    }
    /* .search-btn-full{
        width: 30px;
        height: 30px;
    } */
    .arrow_down_on_hover:before{
        bottom: 0px;
    }
    .menu1 .dropdown-menu{
        left: -75vw;
        padding-left: 72vw;
    }
    .menu2 .dropdown-menu{
        left: -75vw;
    padding-left: 69vw;
    }
    .menu3 .dropdown-menu{
        left: -82vw;
        padding-left: 82vw;
    }
    .menu1:hover .dropdown-menu{
        left: -75vw;
        padding-left: 72vw;
    }
    .menu2:hover .dropdown-menu{
        left: -75vw;
    padding-left: 69vw;
    }
    .menu3:hover .dropdown-menu{
        left: -82vw;
        padding-left: 82vw;
    }
    .check-wrapper{
        padding-top: 42.5px;
    }
}
@media screen and (max-width:1600px) and  (min-width:1350px){
    .menu2:hover .dropdown-menu {
        left: -73vw;
        padding-left: 65.5vw;
    }

    .menu2 .dropdown-menu {
        left: -73vw;
        padding-left: 65.5vw;
    }

    .menu3:hover .dropdown-menu{
        /* left: -86vw;
        padding-left: 74vw; */
        top: 50px;
        height: 45px !important;
        background-color: #977F5D;
        visibility: visible;
        left: -79vw;
        padding-left: 79vw;
    }

    .menu3 .dropdown-menu{
        /* left: -86vw;
        padding-left: 74vw; */
        top: 45px;
        height: 25px !important;
        background: white;
        transition: all 0.5s ease-in-out;
        visibility: hidden;
        left: -79vw;
        padding-left: 79vw;
    }
}
@media screen and (max-width:1350px){
    .social-media{
        right: 155px;
    }
    /* .language-select {
        top: 60px;
    }
    .navbar-nav {
        bottom: 5px;
        height: 60px;
    }
    .search-icon-wrapper {
        top: 6%;
    } */
}

@media screen and (max-width:1150px){
    /* .search-btn-full {
        width: 20px;
        height: 20px;
    } */
    /* .menu2:hover .dropdown-menu{
        left: -67vw;
        padding-left: 52vw;
    } */
    /* .menu3 .dropdown-menu{
        left: -80vw;
    }
    .menu3:hover .dropdown-menu{
        left: -80vw;
    } */
}

@media screen and (max-width:1024px){
    /* .language-select {
        top: 65px;
    }
    .navbar-nav {
        bottom: 2px;
        height: 60px;
    } */
    /* .logo-img{
        left: 10%;
    } */
    .contact-select {
        /* bottom: 60px; */
        /* right: 200px; */
    }
    .language-select{
        /* right: 125px; */
    }
    .navbar-nav{
        /* right: 125px; */
    }
    /* .contact-select {
        bottom: 58px;
        right: 15em;
    }
    .language-select{
        font-size: 11px;
        bottom: 60px;
        right: 15em;
    }
    .language-link{
        font-size: 11px;
    }
    .navbar-nav{
        font-size: 11px;
        bottom: 15px;
        right: 15em;
    }
    .search-btn-full{
        width: 15px;
        height: 15px;
    } */
    .nav-item:hover{
        /* border-bottom: 15px solid #205a41; */
    }
    /* .divider {
        padding: 7px 8.35px;
    } */
    .check-wrapper{
        padding: 37px 5px;
        width: 110px;
    }
    .check{
        font-size: 14px;
    }
    .nav-item .dropdown-menu {
        top: 35px;
        height: 40px;
    }
    .nav-item .dropdown-item {
        font-size: 11px;
    }
    .menu1 .dropdown-menu{
        left: -62vw;
        padding-left: 57vw;
    }
    .menu2 .dropdown-menu{
        left: -63vw;
        padding-left: 52vw;
    }
    .menu3 .dropdown-menu {
        left: -76vw;
        padding-left: 76vw;
    }
    .menu1:hover .dropdown-menu{
        left: -62vw;
        padding-left: 57vw;
    }
    .menu2:hover .dropdown-menu{
        left: -63vw;
        padding-left: 52vw;
    }
    .menu3:hover .dropdown-menu {
        left: -76vw;
        padding-left: 76vw;
    }
    .arrow_down_on_hover:before {
        bottom: -17px;
    }
}

@media screen and (max-width:876px){
    /* .navbar-nav{
        font-size: 8.5px;
        bottom: -8px;
    }
    .nav-item:hover{
        border-bottom: 17.5px solid #205a41;
    } */
    .menu2 .dropdown-menu{
        left: -65vw;
        padding-left: 52vw;
    }
    /* .menu3 .dropdown-menu {
        left: -79vw;
        padding-left: 61vw;
    } */
    .menu2:hover .dropdown-menu{
        left: -65vw;
        padding-left: 52vw;
    }
    /* .menu3:hover .dropdown-menu {
        left: -79vw;
        padding-left: 61vw;
    } */
}

@media screen and (max-width: 767px){
    .navbar-normal{
        display: none !important;
    }
    .navbar-small{
        display: inline-flex !important;
    }
    .container-navbar{
        height: 115px;
    }

    .bar1, .bar2, .bar3{
        width: 19px;
        height: 3px;
        background-color: #977F5D;
        margin: 2px 0;
        transition: 0.4s;
    }
    .navbar-toggler-special .bar1 {
        -webkit-transform: rotate(-45deg) translate(-4px, 5px);
        transform: rotate(-45deg) translate(-4px, 5px);
    } 
    .navbar-toggler-special .bar2 {opacity: 0;} 
    .navbar-toggler-special .bar3 {
        -webkit-transform: rotate(45deg) translate(-2px, -3px);
        transform: rotate(45deg) translate(-2px, -3px);
    }

    /* .bar1-menu{
        width: 10px;
        height: 3px;
        background-color: #333;
        margin: 2px 0;
        transition: 0.4s;
        -webkit-transform: rotate(0deg) translate(-5px, 2px);
        transform: rotate(0deg) translate(-5px, 2px);
    }
    .bar2-menu{
        width: 10px;
        height: 3px;
        background-color: #333;
        margin: 2px 0;
        transition: 0.4s;
        -webkit-transform: rotate(90deg) translate(-3px, 5px);
        transform: rotate(90deg) translate(-3px, 5px);
    } */
    
    /* .change .bar1 {
        -webkit-transform: rotate(-45deg) translate(-4px, 5px);
        transform: rotate(-45deg) translate(-4px, 5px);
    } 
    .change .bar2 {opacity: 0;} 
    .change .bar3 {
        -webkit-transform: rotate(45deg) translate(-2px, -3px);
        transform: rotate(45deg) translate(-2px, -3px);
    } */
    .overlay.open {
        z-index: 99999;
        position: fixed;
        left: 55%;
        top: 0;
        height: 100%;
        padding: 0 23%;
    }
    .hiding{
        display: block;
    }
    .collapsible-title{
        font-size: 30px;
        z-index: 100;
        color: #ffffff;
        padding: 30px 6px;
    }
    .navbar{
        margin-top: 0;
        height: 115px;
    }
    .navbar-nav{
        position: fixed;
        font-size: 2.3vw;
        top: 0%;
        right: 100%;
        z-index: 99;
        height: 100%;
        width: 55vw;
        background: rgba(151, 127, 93, 0.9);
        transition: all 0.5s linear !important;    
        -webkit-transition: all 0.5s linear !important;
    }
    .collapse:not(.show) {
        display: block;
    }
    .navbar-collapse .collapse:not(.show) {
        display: none;
    }

    .show .navbar-nav{
        z-index: 1000;
        right: 45%;
    }
    .card{
        border: 0;
        background-color: rgba(0,0,0,0) !important;
    }
    .card-header{
        background-color: rgba(0,0,0,0) !important;
        border-bottom: 0;
        display: inline-flex;
    }
    .card-body{
        padding: 10px 50px;
    }
    .navbar-nav .nav-link{
        padding: 8px 15px 6px 15px;
        font-size: 17px;
        width: 155px;
    }
    .nav-search{
        padding: 0 !important;
        position: absolute;
        top: 10%;
        left: 110px;
    }
    .input{
        background: rgba(240, 240, 240, 0.9);
        height: 39px;
    }
    .search-icon-wrapper{
        padding-top: 4px;
        height: 33px;
    }
    .search-icon-wrapper:hover{
        background: #977F5D;
    }
    .nav-search .fa{
        font-size: 25px;
        color: rgb(255, 255, 255);
    }
    .nav-search.active{
        top: 10%;
        left: 40px;
        width: 30vw;
        height: auto;
        border-radius: 5px;
    }
    .nav-search:hover{
        border-bottom: 0 !important;
    }
    input::placeholder{
        color: rgb(195, 195, 195);
    }
    .divider{
        display: none;
    }
    .search-icon{
        padding: 7px 45px 0 35px !important;
        height: 50px;
    } 
    .nav-item{
        padding: 2px 45px;
    }
    .nav-line{
        display: none;
    }
    .nav-item:hover{
        /* border-bottom: 10px solid rgba(0, 0, 0, 0); */
    }
    .nav-link{
        color: #ffffff;
    }
    .nav-link:hover{
        color: #ffffff;
    }
    .expand-wrapper{
        position: relative;
        left: 5vw;
        bottom: 5px;
    }
    .input-btn{
        position: relative;
        top: 0%;
        background: rgba(32, 90, 65, 0.8);
        height: 60px;
    }
    .search-btn-full{
        display: none;
    }
    .search-btn-half{
        display: block;
        height: 50%;
        margin: 6px 10px;
        cursor: pointer;
        position: relative;
        top: 22%;
        color: #ffffff;
    }
    .logo-img{
        left: 11.25%;
    }
    .navbar-toggler{
        position: absolute;
        right: 75px;
        top: 60px;
        padding: .25rem 0;
    }
    .navbar-toggler-special{
        position: absolute;
        text-align: center;
        top: 35px;
        right: 0vw;
        width: 40vw;
        opacity: 0;
    }
    .menu-toggler{
        position: absolute;
        top: 12px;
        right: 5vw;
    }
    .contact-select{
        position: absolute;
        top: 27px;
        right: 75px;
        font-size: 15px;
    }
    .language-select{
        position: absolute;
        top: 63px;
        right: 115px;
        font-size: 15px;
    }
    .contact-icon{
        width: 21px;
        height: 21px;
        margin-right: 0;
        margin-left: 15px;
    }
    /* .language-link{
        font-size: 14px;
        display: none;
    }
    .language-divider{
        display: none;
    } */
    .check-wrapper{
        position: absolute;
        right: 0;
        padding: 30px 5px;
    }
    .dropdown-nav{
        background: transparent;
    }
    .dropdown{
        position: relative;
        display: inline-block;
    }
    .dropdown-menu{
        position: absolute;
        z-index: 1; 
        border: none;
        border-radius: 0;
        margin: 0;
    }
    .dropdown-menu:hover{
        display: block;
    }
    .dropdown:hover .dropdown-menu{
        display: none;
        transition: 0.5s ease-in-out;
    }
    .dropdown:hover .bar2-menu{
        opacity: 0;
    }
    .dropdown-item{
        font-size: 15px;
        color: #ffffff;
        padding: 5px 20px;
        width: auto;
    }
    .dropdown-item:hover{
        background: none;
    }
    .arrow_down_on_hover:before{
        content: "";
        width: 0; 
        height: 0; 
        border-left: 0px solid transparent;
        border-right: 0px solid transparent;
        display: none;
        border-top: 0px solid #ffffff;
        position: absolute;
        right: 0;
        margin-right: 0px;
        bottom: 0px;
        text-align: center;
        z-index: 0;
    }
    .expand-icon{
        width: 10px;
        height: 10px;
    }
    .check{
        font-size: 12px;
    }
    .check-wrapper .dropdown-menu{
        position: fixed;
        top: 18.5%;
    }
    /* .check-wrapper-mobile{
        display: inline;
    }
    .check-wrapper-web{
        display: none;
    } */
}

/* @media screen and (max-width: 650px){
    .language-select{
        position: absolute;
        top: 49px;
        right: 53vw;
        font-size: 15px;
    }
    .logo-img{
        left: 50vw;
        bottom: 9px;
    }
} */

@media screen and (max-width: 575px){
    .search-close {
        top: 4px;
    }
    .check-wrapper {
        width: 100px;
    }
    .contact-icon {
        width: 19px;
        height: 19px;
        position: relative;
        /* right: 1vw; */
    }
    .bar1, .bar2, .bar3 {
        width: 17px;
    }
    .navbar-toggler {
        right: 45px;
        /* top: 50px; */
    }
    .navbar-toggler-special{
        position: absolute;
        text-align: center;
        top: 35px;
        right: 0vw;
        width: 40vw;
        opacity: 0;
    }
    .logo-img{
        /* width: 70px; */
        left: 8vw;
        /* bottom: 20px; */
    }
    .search-icon-wrapper {
        height: 33px;
        width: 33px;
    }
    .nav-search .fa {
        font-size: 22px;
    }
    .contact-select {
        /* top: 22px; */
        right: 45px;
    }
    .contact-icon{
        margin-left: 10px;
    }
    .language-select {
        /* top: 52px; */
        right: 75px;
    }
    .language-link{
        font-size: 12px;
    }
    .nav-search.active{
        left: 15px;
        width: 75%;
    }
    .search-icon{
        padding: 7px 45px 0 35px !important;
        height: 50px;
    }
    .expand-wrapper{
        left: 4vw;
    }
    .nav-item{
        padding: 2px 20px;
    }
    .search-icon {
        padding: 7px 45px 0 10px !important;
    }
    .search-btn-half {
        height: 37%;
        margin: 10px;
    }
    .navbar .nav-link{
        font-size: 16px;
    }
    .card-body {
        padding: 2px 12px;
    }
    .dropdown-item {
        font-size: 14px;
    }
}