/*FONTS*/

/*HELPER*/
.m-b-0{
    margin-bottom:0 !important;
}
.m-t-0{
    margin-bottom:0 !important;
}
.last-center{
    text-align-last: center;
}
:root{
    --base-goldold: #d4a74c;
    --base-gold: #BE9A60;
    --base-brown: #9e7d3b;
    --base-black: #000;
    --base-blue: #1d5cab;
    --base-green:#4eca12;

    --base-navy: #035D7C;
    --base-grey: #ececec;
}


/*GENERAL*/
body,p,li,ul,ol{
}
a,h1,h2,h3,h4,h5,h6{
}
#secondary .widget-title{
    font-weight:600;
    letter-spacing: 0.5px;
}
.header-main-inner .nv-icon svg, .header-main-inner .nv-contact-list svg{
    fill:var(--base-navy);
}
.elementor-tab-content ul,
.elementor-tab-content ol,
.elementor-accordion ul,
.elementor-accordion ol{
    margin-left: 30px;
}
.elementor-tab-content ul,
.elementor-accordion ul{
    list-style: disc;
}


/*HEADER*/
.special-menu{
    padding:4px 20px !important;
    color:#c5a761 !important;
    border-radius: 20px;
    border:1px solid #c5a761 !important;

    display: inline-block !important;
    width: auto !important;
}
.special-menu a{
    color:white !important;
    font-weight: 700;
}

/*Select2*/
body .everest-forms .select2-container .select2-selection.select2-selection--single{
    border-radius: 50px;
    background: #21212a;
}
body .select2-container .select2-selection--single .select2-selection__rendered{
    font-size: 14px;
    font-weight:bold;
    color:white;
}
body .select2-container--open .select2-dropdown{
    background:#21212a !important;
}
body .select2-container--default .select2-results__option--selectable,
body .select2-container--default .select2-results__option--disabled{
    font-size: 14px;
    padding:2px;
    background:#21212a;
}

/*Mobile Header*/
/*#header-menu-sidebar-bg {*/
/*}*/
/*#header-menu-sidebar-bg .header-menu-sidebar-inner .builder-item {*/
/*    padding-left:0;*/
/*    padding-right:0;*/
/*    padding-bottom:50px;*/
/*}*/
/*#header-menu-sidebar-bg .header-menu-sidebar-inner .builder-item .primary-menu-ul > .menu-item {*/
/*    padding:5px 15px ;*/
/*    transition: all 1s;*/
/*}*/
/*#header-menu-sidebar-bg .header-menu-sidebar-inner .builder-item .primary-menu-ul > .menu-item {*/
/*    padding-bottom:30px;*/

/*}*/
/*#header-menu-sidebar-bg .header-menu-sidebar-inner .builder-item .primary-menu-ul > .menu-item > a {*/
/*    font-size: 17px;*/
/*    font-weight: 600;*/
/*    text-transform: uppercase;*/
/*    color:#2d2d2d;*/
/*}*/
/*#header-menu-sidebar-bg .header-menu-sidebar-inner .builder-item .primary-menu-ul > .menu-item > ul {*/
/*    transition: all 1s;*/
/*}*/
/*#header-menu-sidebar-bg .header-menu-sidebar-inner .builder-item .primary-menu-ul > .menu-item > ul > li:nth-of-type(1) {*/
/*    margin-top:15px;*/
/*}*/
/*#header-menu-sidebar-bg .header-menu-sidebar-inner .builder-item .primary-menu-ul > .menu-item > ul > li > a {*/
/*    font-size: 14px;*/
/*    color:#2d2d2d;*/
/*}*/

/*FOOTER*/


/**************************************MEDIA QUERIES**************************************/
@media only screen and (max-width: 767.98px){

}

@media only screen and (min-width: 768px) and (max-width: 991.98px){
}

@media only screen and (min-width: 960px) {
}

@media only screen and (min-width: 992px) {

}
@media only screen and (min-width: 1200px){

}