/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
.cb-box__type-embed.cb-box__type-embed--large .cb-box__inner-col {
    padding-left : 0 !important;
}

.search-result-container {
    margin-top : 6rem;
}

.sidebar-nav ul .sidebar-item .sidebar-link.active {
    background : #eee;
}

.bg-light-green {
    background-color : #6d9364 !important;
}

.widget_links > ul > li > a {
    color : #fff;
}

.social-icon {
    color : #fff;;
}

.copyright-links a {
    color : #fff;
}

.bg-haygor-green {
    background : #bcb61f !important;
}

.fbox-outline.fbox-lg .fbox-icon i {
    line-height : 1.7rem;
}

.fbox-lg .fbox-icon {
    width  : 4rem;
    height : 2.5rem;
}

.fbox-lg .fbox-icon i {
    font-size : 2rem;
}

.custom-breadcrumb {
    width            : 100%;
    background-color : transparent !important;
    font-size        : 90%;
    display          : -ms-flexbox;
    display          : flex;
    -ms-flex-wrap    : wrap;
    padding          : 0.75rem 1rem;
    list-style       : none;
    justify-content  : end;
}
@media (max-width:767px) {
    .custom-breadcrumb {
        justify-content  : center;
    }
}

.fbox-media {
    height        : 300px !important;
    margin-bottom : 0px !important;
}

.header-display-flex {
    display : flex;
}

.header-px-2 {
    padding-left : 0.5rem;
}

.custom-feature-box {
    float : right;
}

.fbox-media a {
    height   : 300px !important;
    overflow : hidden;
}

.fbox-media a img {
    height : auto !important;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width : 600px) {
    .menu-container {
        list-style   : none;
        margin       : 0;
        width        : 100%;
        position     : absolute;
        top          : 108px;
        left         : 0;
        z-index      : 64;
        background   : #fff;
        text-align   : left;
        padding-left : 20px;
    }

    /* .primary-menu {
        position : absolute;
        right    : 0px;
        top      : -57px;
        z-index  : 999999999;
        width    : 100%;
    } */

    .header-wrap .container {
        padding : 0 !important;
        margin  : 0;
    }

    #header-topbar {
        padding : 5px 0 !important;
    }

    .header-wrap .container .row {
        padding : 0;
        margin  : 20px 0;
    }

    .header-wrap .container .row .col-md-6 {
        padding : 0;
        margin  : 0;
    }

    .header-px-2 {
        padding-left : 0;
    }

    .header-px-2 a {
        font-size : 12px;
    }

    .quote-btn {
        padding       : 3px;
        border-radius : 2px 5px;
        font-size     : 10px;
    }

    .custom-feature-box {
        float         : none;
        width         : 100%;
        text-align    : center;
        display       : block !important;
        margin-bottom : 0px !important;
    }

    .top-search-form {
        top : 50px;
    }

    .top-search-form input {
        background    : #ffffff !important;
        padding       : 26px 12px !important;
        border-radius : 5px;
        font-size     : 16px;
        margin        : 0;
        top           : 50px !important;
    }

    .search-result-container {
        z-index    : 99 !important;
        max-height : 509px !important;
        margin-top : 8rem;
    }

    #searchResults ul li {
        padding : 5px;
    }

    #searchResults ul li a {
        font-size : 12px;
    }

    #top-search-cross-trigger {
        top : 71px;
    }

    #logo a:last-child {
        width : 100%;
    }

    #logo a:last-child img {
        text-align : center;
        margin     : 0 auto;
    }

    #logo a:last-child img {
        height : 67px !important;
    }

    .retina-logo img {
        width : 100% !important;
    }


}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width : 300px) {

}

.ar-m-logo{
    width: auto !important;
    height: 40px !important;
    img{
        width: 200px;
        height: 100%;
        object-fit: contain;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width : 768px) {

    .primary-menu {
        position   : absolute;
        right      : 0px;
        z-index    : 99;
        width      : 100%;
        top        : 51px;
        background : #ffff;
    }

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

    #header-wrap .container {
        padding : 0;
    }

    #header-topbar {
        padding-right : 0 !important;
        padding-left  : 0 !important;
        align-items: center;
        padding-bottom: 20px;
    }

    #header-topbar .col-md-6.d-flex {
        flex-direction : column;
        flex-basis: 30% !important;
    }
    #header-topbar .col-md-6.text-right {
        flex-basis: 70% !important;
        max-width : 70% !important;
    }

    #logo a:nth-child(3){
        position: absolute;
        left: 130%;
        width: 100%;
    }
    .custom-feature-box {
        margin-bottom: 0 !important;
        align-items: center;
    }
    #logo {
         padding: 12px 0 !important;
    }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width : 992px) {
    .primary-menu {
        position : unset;
        width    : auto;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width : 1200px) {

}
.ra-bg-dark {
    background: #000 !important;
}
.ra-footer-logo {
    width: 275px !important;
    max-width: unset;
}
.ra-nav-list li a:hover {
    color: #bcb61f;
}
.header-misc-icon {
    display: inline-flex;
}
.top-search-form.ar{
    z-index: 99;
    background: #fff;
    display: flex;
    width: 100%;
}
.header-misc-icon.ar{
    display: flex;
    align-items: center;
    height: 100%;
    top: 0 !important;
}
.top-search-open #top-search a i.icon-line-cross.ar{
    font-size: 1.5rem;
}
.top-search-open #top-search a i.icon-line-search.ar{
    opacity: 1 !important;
}
.search-result-container.ar{
    margin-top: 0;
}
.ar-btn{
    background: #fff;
    color: black;
    padding: 4px 30px;
    border-radius: 8px;
    margin-left: 16px;
}
.ar-btn:hover {
    background: #6c757d;
    color: #fff;
}
.ra-anab-logo {
    width: 180px;
    height: 110px;
}
.ra-a3-logo {
    width: 112px;
    height: 98px;
}
.ar-a3-blue {
    cursor: auto;
}
.page-item.active .page-link,
.page-link:hover,
.page-link:focus {
    background-color: #bcb61f !important;
    border-color: transparent !important;
    box-shadow:none;
}

#top-search a i.icon-cogs,
#top-search a i.icon-signin{
    top: 11px;
}

#config-count {
    top: -5px !important;
  }

@media only screen and (min-width : 300px) and (max-width: 767px){
    .primary-menu {
        position   : absolute;
        right      : 0px;
        z-index    : 99;
        width      : 100%;
        top        : 0;
        background : #ffff;
    }
}
@media (min-width: 300px) and (max-width: 767px) {
    .menu-container {
      top: 86px;
    }
}

@media (min-width: 601px) {
    .primary-menu {
        top: 86px;
    }
}

@media (max-width: 991px) {
    .ra-d-mobile-none {
        display: none;
    }
    
    .ar-menu-wrapper{
        max-width: 720px !important;
        height: 85px;
        .d-flex.justify-content-center{
            justify-content: space-between !important;
            align-items: center;
        }
        .ar-m-logo {
            width: auto !important;
            height: auto!important;
            padding: 8px 0;
            margin-right: auto;
        }
        .header-misc,
        .header-misc-icon{
            width: 100%;
            align-items: center;
        }
        .header-misc{
            height: 85px;
            .d-flex.align-items-center{
                margin-left: auto;
            }
        }

        #top-search a i.icon-cogs,
        #top-search a i.icon-signin{
            top: 0;
        }
        #config-count {
            top: -20px !important;
        }
    }
}
.text-truncate{
    text-overflow: ellipsis;
    white-space: nowrap;
}

.breadcrumb-item + .breadcrumb-item::before {
    position: absolute;
    left: 2px;
}
.breadcrumb-item + .breadcrumb-item{
    position: relative;
}