@font-face { 
    font-family: 'fertigo_regular'; 
    src: url('../fonts/fertigo_regular.woff2') format('woff2'), 
         url('../fonts/fertigo_regular.woff') format('woff'); 
    font-weight: normal; 
    font-style: normal; 
}


h1,h2,h3,h4,h5,h6 { 
    font-family: fertigo_regular !important; 
    
}


#offcanvas-toggler > .fa {
    color: #2b3551 !important;
}


.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
    color: #6f6b4b !important;
}


.sp-megamenu-parent > li > a {
    color: #2B3551 !important;
}


.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    color: #2B3551 !important;
}


.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
    color: #6f6b4b !important;
}


.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
    color: #6f6b4b;
}


#sp-footer, #sp-bottom {
    background: #2B3551 !important;
    color: #fff;
}


#eb.eb-mod.eb-mod-search .form-control {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    padding: 12px !important;
    border-radius: 15px 0 0 15px !important;
}


#eb .form-control {
    display: block;
    width: 100%;
    height: 32px;
    padding: 6px 12px;
    font-size: 14px !important;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    box-shadow: none !important;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    max-width: unset;
}


#eb.eb-mod.eb-mod-search .mod-btn {
    height: 45px !important;
}


#eb .mod-btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.428571429;
    border-radius: 15px;
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}


#eb .mod-btn-primary {
    color: #fff !important;
    background-color: #6f6b4b !important;
    border-color: #6f6b4b !important;
}


#eb .mod-btn-primary:hover {
    color: #fff !important;
    background-color: #6f6b4b !important;
    border-color: #6f6b4b !important;
}

#eb .mod-btn-primary:active {
    color: #fff !important;
    background-color: #6f6b4b !important;
    border-color: #6f6b4b !important;
}


#eb .eb-card__title a {
    color: #2B3551 !important;
}


#eb .eb-card__title {
    color: #2B3551;
    font-weight: bold;
    line-height: 1;
    font-size: 30px !important;
}


#eb .eb-card {
    line-height: 1.25;
    color: #444;
    border-radius: 15px;
}



#eb .eb-card .embed-responsive-item, #eb .eb-card__cover {
    background-size: cover;
    border-radius: 15px 15px 0px 0px;
}