body {
    border-top: 6px solid #d0d0d0;
    padding-top: 3px
}

#top-header #top-navbar {
    background-color: #871D33;
    height: 40px
}

#nav-logo {
    background: #EDEDED
}

.container:before,
.container:after {
    content: none !important
}

/*dropdown-menu*/
.special-dropdown-menu {
    position: relative;
}

.special-dropdown-menu li a, .special-dropdown-menu > li a:hover {
    color: #fff;
    outline: none;
}


.special-dropdown-menu {
    position: relative;
}

.special-dropdown-menu > li {
    padding: 20px 40px 20px 20px;
    position: absolute;
    top: -25px;
    z-index: 9;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin-left: -20px
}

.special-dropdown-menu > li::after {
    position: absolute;
    display: inline-block;
    top: 26px;
    right: 16px;
    content: '';
    width: 14px;
    height: 8px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 17.8 12.02' xml:space='preserve'%3E%3Cpath stroke='%23fff' fill='none' stroke-width='2.5' d='M15.94,2.05L9.1,9.08L2.08,2.05'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    transition: all 0.5s;
}

.special-dropdown-menu.display-block > li::after {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 17.8 12.02' xml:space='preserve'%3E%3Cpath stroke='%23871D33' fill='none' stroke-width='2.5' d='M15.94,2.05L9.1,9.08L2.08,2.05'/%3E%3C/svg%3E");
    transform: rotate(180deg);
}

.special-dropdown-menu > li:hover {
    cursor: pointer
}

.special-dropdown-menu .sub-menu {
    position: absolute;
    width: 60vw;
    padding: 60px 120px;
    column-count: 2;
    box-shadow: 0 0.188rem 0.375rem rgba(0, 0, 0, .1607843137);
    z-index: 3;
    background: #fff;
    display: none;
    top: 60px;
    left: 0;
}

.special-dropdown-menu.display-block .sub-menu {
    display: block
}

.special-dropdown-menu.display-block > li {
    background: #fff;
}

.special-dropdown-menu.display-block > li a {
    color: #871D33;
}

.special-dropdown-menu.display-block > li {
    box-shadow: 0 -0.375rem 0.375rem rgba(0, 0, 0, .1607843137);
}

.special-dropdown-menu.display-block > li::after {
    border-color: #871D33
}


.special-dropdown-menu .sub-menu li a {
    color: #212529;
    text-transform: none;
    font-weight: 400
}

.special-dropdown-menu .sub-menu li:hover {
    background-color: #ededed;
}

.special-dropdown-menu .sub-menu li:hover a {
    text-shadow: 1px 0 0 #2c2c2c;
    color: #2c2c2c;
}


.special-dropdown-menu .sub-menu li {
    padding: 10px;
    margin-bottom: 10px;
    font-size: 20px;
}

/*end dropdown-menu*/


#nav-logo .container {
    margin: 1.5rem auto
}


.modal.fade.show {
    opacity: 1
}

.offcanvas {
    overflow-y: scroll;
    max-width: 330px;
}

.offcanvas-header {
    padding: 36px 20px 50px
}

.offcanvas-header .btn-close {
    font-size: 1.75rem
}

.offcanvas-body {
    overflow-x: hidden;
    padding: 0 30px;
}

.modal-open .modal {
    background: rgb(50 50 50 / 64%);
}

.modal.fade .modal-dialog {
    transform: none !important;
    width: auto
}

.modal.fade .modal-header {
    padding: 1rem 2rem;
    font-size: 2rem;
}

.modal.fade .modal-body {
    padding: 4.5rem 0 8rem;
}

.offcanvas .menu li {
    font-size: 20px;
    padding: 30px 0;
    font-weight: 600
}

.offcanvas .menu li {
    border-top: 0.3125rem solid #ededed;
    border-bottom: 0.3125rem solid #ededed;
}

.offcanvas .menu li:first-child {
    border-top: 0.625rem solid #ededed;
}

.offcanvas .menu li:last-child {
    border-bottom: 0.625rem solid #ededed;
}

.offcanvas .menu li ul li:first-child,
.offcanvas .menu li ul li:last-child,
.offcanvas .menu li ul li {
    border: none
}


.offcanvas .nav-link__toggle {
    width: 18px;
    height: 13px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 17.8 12.02' xml:space='preserve'%3E%3Cpath stroke='%23871D33' fill='none' stroke-width='2.5' d='M15.94,2.05L9.1,9.08L2.08,2.05'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    transition: all 0.5s;
    transform: rotate(180deg);
    margin-top: 7px;
}

.offcanvas .nav-link__toggle.collapsed {
    transform: rotate(0deg);
    padding-top: 0
}

.offcanvas .menu li ul li {
    padding: 24px 0
}

.offcanvas .menu li ul li a {
    font-weight: 400;
}

.offcanvas .menu li ul li:first-child {
    margin-top: 10px
}

.offcanvas .menu li ul li:last-child a {
    padding-bottom: 0px
}

.offcanvas .menu li ul li:last-child {
    padding-bottom: 10px
}


.offcanvas .fam-custom-form {
    margin-bottom: 40px
}

.offcanvas .fam-custom-form .form-control {
    padding: 1.25rem;
    font-size: 1.75rem
}


.fam-custom-form .form-control {
    padding: 2.5rem;
    font-size: 2rem;
    border-color: #2c2c2c;
    color: #2c2c2c;
    box-shadow: none;
    border-radius: 0;
    border-right: none;
}

.fam-custom-form .btn {
    border: 1px solid #2c2c2c;
    border-left: none;
    border-radius: 0;
}


/*	navbar-nav-top */
.navbar-nav-top li a {
    font-size: 20px;
    line-height: 2;
    font-weight: 600;
    padding: 7px 15px;
    transition: all 0.2s
}

.navbar-nav-top li a:hover {
    color: rgb(135 29 51 / 70%);
}
