@import url('https://fonts.googleapis.com/css?family=Nunito:200,300,400,500,600,700,800,900,200i,300i,400i,500i,600i,700i,800i,900i&display=swap'); 
  body {  
    font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,noto sans,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji;
    font-size:1rem;
    font-weight:400;
    line-height:1.5;
    color:#212529;
    text-align:left;
  }  
* { 
    box-sizing: border-box;
} 

* { 
    outline: 0;
} 

body::-webkit-scrollbar {
    width: 0.25rem;
}
body::-webkit-scrollbar-track {
    background-color: #1e1e24;
}
body::-webkit-scrollbar-thumb {
    background: #d4b77b;
}

.p-0 { 
    padding: 0!important;
} 

.row { 
    display: -ms-flexbox; 
    display: flex; 
    -ms-flex-wrap: wrap; 
    flex-wrap: wrap; 
    margin-right: -15px; 
    margin-left: -15px;
} 

body { 
    margin: 0; 
    font-family: -apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,noto sans,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji; 
    font-size: 1rem; 
    font-weight: 400; 
    line-height: 1.5; 
    color: #212529; 
    text-align: left; 
    background-color: #fff;
} 

body { 
    font-family: Nunito,""; 
    font-size: .85rem!important; 
    -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale;
} 

body { 
    overflow-x: hidden;
} 

body { 
    background-color: #fbf8f0;
} 

html { 
    font-family: sans-serif; 
    line-height: 1.15; 
    -webkit-text-size-adjust: 100%; 
    -webkit-tap-highlight-color: transparent;
} 

.nav_bottom { 
    display: flex; 
    flex-direction: row; 
    justify-content: space-between; 
    background-color: #fff; 
    box-shadow: 0 0 2px rgba(0,0,0,.2); 
    position: relative;
} 

.nav_bottom { 
    height: 90px; 
    background-color: transparent; 
    box-shadow: none;
} 

*,:after,:before { 
    box-sizing: border-box;
} 

.container { 
    width: 100%; 
    padding-right: 15px; 
    padding-left: 15px; 
    margin-right: auto; 
    margin-left: auto;
} 

@media (min-width: 576px){ 
  .container { 
    max-width: 540px;
  } 
}     

@media (min-width: 768px){ 
  .container { 
    max-width: 720px;
  } 
}     

@media (min-width: 992px){ 
    #sticky_space {
        height: 90px;
    }

    .sticky-top {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
    }
  .container { 
    max-width: 960px;
  } 
}     

@media (min-width: 1200px){ 
  .container { 
    max-width: 1140px;
  } 
}     

@media (min-width: 1400px){ 
  .container { 
    max-width: 1240px;
  } 
}     

.nav_bottom .menu  { 
    flex-wrap: wrap; 
    display: flex; 
    flex-direction: row; 
    align-items: center; 
    justify-content: flex-start;
} 

.nav_bottom .menu  { 
    justify-content: center; 
    width: 100%;
} 

.nav_bottom .menu .nav_item  { 
    text-decoration: none;
} 

.nav_bottom .menu .nav_item:hover { 
    background-color: #eee;
} 

.nav_bottom .menu .nav_item:hover { 
    background-color: #fff;
}

#home-logo-link:hover { 
    background-color: transparent;
} 

.dropdown { 
    position: relative;
} 

.nav_bottom .menu .nav_item .dropdown  { 
    position: relative; 
    padding: 0;
} 

.mega_menu { 
    display: none; 
    position: absolute; 
    left: 0; 
    z-index: 100; 
    margin-top: -5px;
} 

.mega_menu:hover { 
    display: block;
} 

.nav_bottom .menu .nav_item:hover > .mega_menu { 
    display: block;
} 

a { 
    color: #007bff; 
    text-decoration: none; 
    background-color: transparent;
} 

a { 
    color: #d4b77b;
} 

.nav_bottom .menu .nav_item .dropdown a  { 
    padding: 10px 15px; 
    outline: 0; 
    text-decoration: none; 
    white-space: nowrap; 
    color: #333; 
    display: block;
} 

.nav_bottom .menu .nav_item .dropdown a  { 
    font-size: 15px; 
    text-transform: uppercase; 
    color: #906a39;
} 

a:hover { 
    color: #0056b3; 
    text-decoration: underline;
} 

.nav_bottom .menu .nav_item .dropdown a:hover { 
    color: #d4b77b;
} 

.nav_bottom .menu .nav_item:hover .dropdown .title  { 
    color: #d4b77b;
} 

.nav_bottom .menu .nav_item:hover .dropdown .title  { 
    color: #000; 
    background-color: #fff;
} 

.dropdown-toggle { 
    white-space: nowrap;
} 

.dropdown-toggle:after { 
    display: inline-block; 
    margin-left: .255em; 
    vertical-align: .255em; 
    content: ""; 
    border-top: .3em solid; 
    border-right: .3em solid transparent; 
    border-bottom: 0; 
    border-left: .3em solid transparent;
} 

.mega_menu .menu_border  { 
    position: absolute; 
    top: 0; 
    left: 0; 
    height: 16px;
} 

.mega_menu .menu_border  { 
    padding-top: 27px;
} 

.mega_menu .menu_border:hover  { 
    display: block;
} 

.nav_bottom .menu .nav_item .dropdown .dropdown_menu  { 
    display: none; 
    position: absolute; 
    top: calc(100% - 15px); 
    left: 0; 
    border-top: 8px solid transparent; 
    min-width: 100%; 
    max-width: 450px;
} 

.nav_bottom .menu .nav_item .dropdown:hover .dropdown_menu { 
    display: block;
} 

strong { 
    font-weight: bolder;
} 

.mega_menu .mega_menu_body  { 
    position: relative; 
    top: 0; 
    left: 0; 
    background-color: #fff; 
    box-shadow: 0 0 2px rgba(0,0,0,.2); 
    width: 100vw; 
    display: flex; 
    flex-direction: row; 
    flex-wrap: wrap; 
    max-height: calc(100vh - 40px);
} 

.nav_bottom .menu .nav_item .dropdown .dropdown_menu .dropdown_body  { 
    background-color: #fff; 
    box-shadow: 0 0 2px rgba(0,0,0,.2); 
    padding: 10px 15px;
} 

.px-2 { 
    padding-right: .5rem!important;
} 

.px-2 { 
    padding-left: .5rem!important;
} 

.mega_menu .mega_menu_body .line  { 
    height: 4px; 
    width: 100%; 
    background-image: linear-gradient(to right,white,#d4b77b); 
    margin-top: 25px;
} 

ul { 
    margin-top: 0; 
    margin-bottom: 1rem;
} 

.list-unstyled { 
    padding-left: 0; 
    list-style: none;
} 

.mb-0 { 
    margin-bottom: 0!important;
} 

.nav_bottom .menu .nav_item .dropdown .dropdown_menu .dropdown_body ul li  { 
    overflow: hidden; 
    text-overflow: ellipsis; 
    padding-bottom: 10px;
} 

.nav_bottom .menu .nav_item .dropdown .dropdown_menu .dropdown_body ul li:hover { 
    color: #d4b77b;
} 

.nav_bottom .menu .nav_item .dropdown .dropdown_menu .dropdown_body ul li:last-child  { 
    padding-bottom: 0;
} 

.mega_menu .mega_menu_body .sub_menu  { 
    flex: 0 1 20%; 
    min-width: 20%; 
    padding: 10px 15px;
} 

.mega_menu .mega_menu_body .sub_menu  { 
    flex: 0 1 25%; 
    min-width: 25%;
} 

.pb-1 { 
    padding-bottom: .25rem!important;
} 

.mega_menu .mega_menu_body .sub_menu .title  { 
    margin-bottom: 5px; 
    display: flex; 
    color: #333; 
    font-weight: 700; 
    width: auto; 
    margin-left: 0; 
    margin-right: auto; 
    justify-content: flex-start; 
    white-space: normal; 
    overflow: visible; 
    text-overflow: initial; 
    text-decoration: none;
} 

.mega_menu .mega_menu_body .sub_menu .sub_items  { 
    border-top: 1px solid rgba(0,0,0,.2); 
    padding-top: 5px;
} 

.mega_menu .mega_menu_body .sub_menu .sub_items li  { 
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis;
} 

.mega_menu .mega_menu_body .sub_menu .sub_items li a  { 
    outline: 0; 
    align-items: center; 
    font-size: 13px; 
    color: #333; 
    text-decoration: none; 
    padding-bottom: 5px;
} 

.mega_menu .mega_menu_body .sub_menu .sub_items li:last-child a  { 
    font-weight: 600;
} 

.mega_menu .mega_menu_body .sub_menu .sub_items li a::before { 
    font-family: "font awesome 5 free"; 
    font-weight: 900; 
    content: "\f054"; 
    font-size: 9px; 
    opacity: .6;
} 

.mega_menu .mega_menu_body .sub_menu .sub_items li a:hover { 
    color: #d4b77b;
} 


/* These were inline style tags. Uses id+class to override almost everything */
#style-zSy8H.style-zSy8H {  
   display: flex;  
   justify-content: space-between;  
}  
#style-klDEx.style-klDEx {  
   overflow-y: auto;  
   overflow-x: hidden;  
}  

@media only screen and (min-width: 992px) {
    .side_menu_background,.navbar_mobile {
        display:none
    }
}

.side_menu {
    position: fixed;
    top: 0;
    left: -300px;
    width: 300px;
    background-color: rgba(0, 0, 0, .98);
    color: #ccc;
    height: 100%;
    z-index: 9999;
    display: block;
    overflow-y: auto;
    overflow-x: hidden;
    transition: all .3s ease-in-out;
}

.navbar_type10 .nav_logo img {
    max-width: 100%;
    max-height: 80px;
}

.menu .nav_item img{
    max-width: 100%;
    max-height: 80px;
}

.navbar_type10 .nav_search {
    display: none;
}

.navbar_type10 {
    height: 90px;
    width: 20%;
    left: 10vw;
    padding: 0;
    background-color: transparent;
    position: fixed;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    display: flex;
    z-index: 9999;
}

.navbar_mobile {
    flex-basis: auto;
    background-color: rgba(255, 255, 255, .9);
    width: auto;
    flex-direction: column;
    flex-wrap: nowrap;
    color: #d4b77b;
    align-items: center;
    justify-content: flex-end;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    height: 80px;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.navbar_mobile .row_1 {
    flex: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: 1rem;
    text-align: center;
}

.pt-3, .py-3 {
    padding-top: 1rem !important;
}

.w-100 {
    width: 100% !important;
}

.pl-4, .px-4 {
    padding-left: 1.5rem 
}

.mt-3 { 
    margin-top: 1rem!important;
} 

.mx-3 { 
    margin-right: 1rem!important;
} 

.mx-3 { 
    margin-left: 1rem!important;
} 

.pt-5 { 
    padding-top: 3rem!important;
} 

.pt-2 { 
    padding-top: .5rem!important;
} 

.pb-2 { 
    padding-bottom: .5rem!important;
} 

@media (max-width: 992px) {
    .navbar_mobile .btn-outline-light {
        border-color: #000;
        color: #000;
    }
}

.navbar_mobile a {
    color: #d4b77b;
    text-decoration: none;
}

.navbar_mobile .logo_img {
    max-height: 50px;
    padding: 0;
    font-size: 1.75rem;
    line-height: inherit;
    white-space: nowrap;
}

@media only screen and (max-width: 992px) {
    .navbar_type10, .nav_bottom, .mega_menu {
        display: none;
    }
}

.list-group { 
    display: -ms-flexbox; 
    display: flex; 
    -ms-flex-direction: column; 
    flex-direction: column; 
    padding-left: 0; 
    margin-bottom: 0;
} 

.side_menu .list-group  { 
    padding-bottom: 50px;
} 


.side_menu .social_media  { 
    text-align: left; 
    padding-left: 10px; 
    display: flex; 
    flex-direction: row; 
    justify-content: space-around; 
    width: 300px;
} 

.list-group-item { 
    position: relative; 
    display: block; 
    padding: .75rem 1.25rem; 
    background-color: #fff; 
    border: 1px solid rgba(0,0,0,.125);
} 

.list-group-item:first-child { 
    border-top-left-radius: .25rem; 
    border-top-right-radius: .25rem;
} 

.side_menu .list-group .list-group-item  { 
    background-color: transparent; 
    border: none; 
    border-bottom: 1px solid rgba(255,255,255,.1);
} 

.list-group-item + .list-group-item  { 
    border-top-width: 0;
} 

.list-group-item:last-child { 
    border-bottom-right-radius: .25rem; 
    border-bottom-left-radius: .25rem;
} 

.side_menu .social_media a  { 
    color: #fff; 
    margin: 0 10px; 
    position: relative; 
    top: 50%; 
    transform: translate(0%,-50%); 
    padding: 15px;
} 

.side_menu .social_media a  { 
    padding: unset; 
    border-radius: 50%; 
    width: 40px; 
    height: 40px; 
    background-image: linear-gradient(120deg,#ac8d51,#e5d19d,#ac8d51,#e5d19d,#d1b373); 
    display: flex; 
    justify-content: center; 
    align-items: center;
} 


.side_menu .social_media a:hover { 
    color: rgba(184,184,184,.8);
} 

.side_menu .social_media a:hover { 
    color: #fff; 
    text-decoration: none;
} 

.side_menu .list-group .list-group-item a  { 
    color: #ccc; 
    text-decoration: none; 
    outline: 0;
} 

.side_menu .list-group .list-group-item a:hover { 
    color: #fff;
} 

.ml-3 { 
    margin-left: 1rem!important;
} 

.collapse:not(.show) { 
    display: none;
} 

.fas { 
    -moz-osx-font-smoothing: grayscale; 
    -webkit-font-smoothing: antialiased; 
    display: inline-block; 
    font-style: normal; 
    font-variant: normal; 
    text-rendering: auto; 
    line-height: 1;
} 

.fa-lg { 
    font-size: 1.33333em; 
    line-height: .75em; 
    vertical-align: -.0667em;
} 

.fa-flip-horizontal { 
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; 
    -webkit-transform: scaleX(-1); 
    transform: scaleX(-1);
} 

.fas { 
    font-family: "Font Awesome 5 Free";
} 

.fas { 
    font-weight: 900;
} 

:root .fa-flip-horizontal  { 
    -webkit-filter: none; 
    filter: none;
} 

.fa-phone-square:before { 
    content: "\f098";
} 

.fa-map-marker-alt:before { 
    content: "\f3c5";
} 

.fab { 
    -moz-osx-font-smoothing: grayscale; 
    -webkit-font-smoothing: antialiased; 
    display: inline-block; 
    font-style: normal; 
    font-variant: normal; 
    text-rendering: auto; 
    line-height: 1;
} 

.fab { 
    font-family: "Font Awesome 5 Brands";
} 

.fab { 
    font-weight: 400;
} 

.fa-whatsapp:before { 
    content: "\f232";
} 

input { 
    margin: 0; 
    font-family: inherit; 
    font-size: inherit; 
    line-height: inherit;
} 

input { 
    overflow: visible;
} 

.side_menu input  { 
    border-radius: 15px; 
    height: 30px; 
    padding: 10px; 
    background-color: rgba(255,255,255,.1); 
    padding-right: 30px; 
    color: #fff; 
    width: 100%;
} 

.side_menu .search::before { 
    font-style: normal; 
    font-weight: 900; 
    text-decoration: inherit; 
    color: #fff; 
    font-family: "font awesome 5 free"; 
    content: "\f002"; 
    position: absolute; 
    top: 3px; 
    right: 35px;
} 

button { 
    border-radius: 0;
} 

button { 
    margin: 0; 
    font-family: inherit; 
    font-size: inherit; 
    line-height: inherit;
} 

button { 
    overflow: visible;
} 

button { 
    text-transform: none;
} 

[type="submit"],button { 
    -webkit-appearance: button;
} 

.btn { 
    display: inline-block; 
    font-weight: 400; 
    color: #212529; 
    text-align: center; 
    vertical-align: middle; 
    cursor: pointer; 
    -webkit-user-select: none; 
    -moz-user-select: none; 
    -ms-user-select: none; 
    user-select: none; 
    background-color: transparent; 
    border: 1px solid transparent; 
    padding: .375rem .75rem; 
    font-size: 1rem; 
    line-height: 1.5; 
    border-radius: .25rem; 
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
} 

.border-0 { 
    border: 0!important;
} 

.text-white { 
    color: #fff!important;
} 

.btn { 
    font-size: .85rem!important;
} 

.fa { 
    -moz-osx-font-smoothing: grayscale; 
    -webkit-font-smoothing: antialiased; 
    display: inline-block; 
    font-style: normal; 
    font-variant: normal; 
    text-rendering: auto; 
    line-height: 1;
} 

.fa { 
    font-family: "Font Awesome 5 Free";
} 

.fa { 
    font-weight: 900;
} 

[type="submit"]:not(:disabled),button:not(:disabled) { 
    cursor: pointer;
} 

.fa-search:before { 
    content: "\f002";
} 

.btn:hover { 
    color: #212529; 
    text-decoration: none;
} 

.dropdown-toggle { 
    white-space: nowrap;
} 

.side_menu .list-group .list-group-item .dropdown-toggle  { 
    display: flex; 
    justify-content: space-between; 
    flex-direction: row;
} 

.dropdown-toggle:after { 
    display: inline-block; 
    margin-left: .255em; 
    vertical-align: .255em; 
    content: ""; 
    border-top: .3em solid; 
    border-right: .3em solid transparent; 
    border-bottom: 0; 
    border-left: .3em solid transparent;
} 

.side_menu .list-group .list-group-item .dropdown-toggle::after { 
    align-self: center;
} 

.side_menu .dropdown-submenu  { 
    padding-right: 1.25rem;
} 

.side_menu .dropdown-submenu li  { 
    margin: 20px 0;
} 

.side_menu .dropdown-submenu li:last-child  { 
    margin: 20px 0 10px;
} 

.side_menu .m_3rd_submenu  { 
    margin-left: 1rem; 
    padding-right: 1.25rem;
} 

ul { 
    margin-top: 0; 
    margin-bottom: 1rem;
} 

.side_menu ul  { 
    margin: 0;
} 

.side_menu .m_3rd_submenu li  { 
    margin: 20px 0;
} 

.side_menu .m_3rd_submenu li:last-child  { 
    margin: 20px 0 10px;
} 


/* These were inline style tags. Uses id+class to override almost everything */
#style-6jdzs.style-6jdzs {  
   position:relative;  
}  
#style-9hyfq.style-9hyfq {  
   position: absolute;  
   
    right: 4px;  

    top: 50%;  

    transform: translate(0,-50%);  
}  
#m_menuitem_special3.style-EAEfH {  
   width:100%;  
}  
#m_menuitem_1.style-1fiyq {  
   width:100%;  
}  

@media only screen and (max-width: 993px) {
    .navbar_mobile {
        display: block;
    }
    .side_menu.show {
        display: block;
        left: 0;
    }
    .side_menu input {
        background-color: rgba(255, 255, 255, .5);
        color: #666;
        width: 100%;
        border: 0;
    }
    #search_name::placeholder {
        color: #fff;
        opacity: 1;
    }

    .side_menu .list-group .list-group-item a {
        color: #FFF;
    }
    .fa-lg {
        font-size: 1.33333em !important;
        line-height: .05em !important;
    }
}

.side_menu_background.show {
    display: block;
}

.side_menu_background {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9990;
    height: 100vh;
    width: 100%;
}

.dark_nav {
    background-color: #fff !important;
    animation: .5s fadeInDown;
}