/*********************************************************************************

	Template Name: Salina - Construction Bootstrap 5 Template 
	Template URI: https: //themeforest.net/user/
	Description: A perfect construction template for build beautiful and unique construction websites. It comes with nice and clean design. 
	Author: Author Name 
	Author URI: Author URI 
	Version: 1.0

	Note: This is custom css. All custom styles (user styles) declare here.

**********************************************************************************/

.image-full {
    width: 100%;
    height: 100%;
}

.line {
    border-top: 5px solid #ffb300;
    width: 50%;
    margin: 0 auto 5rem;
}

.custom-accordion .accordion-button {
    background-color: unset;
}

.custom-accordion .accordion-button:not(.collapsed) {
    color: unset;
    box-shadow: unset;
}

.custom-accordion .accordion-button:focus {
    border-color: unset;
    box-shadow: unset;
}

.sa-navigation ul li.sa-dropdown:hover > ul {
    width: calc(100% + 150px)
}

#page-content {
    min-height: 400px;
}

.list-group-active {
    background: #ffb300;
}

#scrollUp {
    bottom: 85px;
    right: 22px;
}

.font-20 {
    font-size: 20px;
}

.w-40px {
    width: 40px;
}

.cursor-pointer {
    cursor: pointer;
}

.w-16px {
    width: 16px;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .header-top-area-inner ul {
        display: flex;
        text-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

@media screen and  (max-width: 1200px) {
    .header-top-area-inner ul li {
        margin: 10px 0;
    }
}

.justify-items-center {
    justify-items: center;
}

.footer-bottom-area ul li {
    padding: 0;
    border-left: none;
}

.footer-bottom-area ul li.footer-bottom-area__schedule {
    border-bottom: 1px solid #41414a;
    padding-bottom: 9px;
}