/**
 * Theme Name:     ASB
 * Author:         llc name
 * Template:       govarnex
 * Text Domain:	   govarnex-child
 * Description:    Child theme for govarnex
 */

 .map-row {
    display: flex;
    flex-direction: row-reverse;
 }

.map-wrapper {
    position: relative;
    width: 100%;
    height: calc(100vh - 191px)
}
#map {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.map__controls {
    display: flex;
    flex-direction: column;
    padding: 24px 15px;
    margin: 0 auto;
    overflow: hidden;
    overflow-y: scroll;
    flex: 0 1 420px;
    height: calc(100vh - 191px)
}

.map__controls__item {
    display: block;
    word-break: keep-all;
    font-weight: 400;
    padding: 8px 16px;
    padding-left: 0;
    transition: all .25s ease-in-out;
    font-family: 'Poppins', sans-serif;
    text-align: left;
}

.map__controls__item:not(:last-child) {
    border-bottom: .1rem solid rgba(0, 0, 0, 0.1);
}

.map__controls__item.active,
.map__controls__item:hover {
    color: #eb292c;
    opacity: 1;
}

.map__search {
    padding: 8px 0 4px;
    padding-left: 0;
    border: none;
    border-bottom: .1rem solid rgba(235, 41, 44, .4);
    width: 100%;
    transition: all .25s ease-in-out;
}

input:focus, textarea:focus, select:focus {
    outline: none !important;
    border-color: #eb292c !important;
}

.elementor-heading-title .red-color {
    color: #eb292c !important;
}

.map__search-wrapper {
    position: relative;
    margin-bottom: 40px;
}
.map__search-wrapper img {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
    display: none;
}

.map__controls__title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 8px;
}

.elementor-heading-title,
.faq-page__content {
    position: relative;
    z-index: 99;
}

.faq__list {}

.faq__list li {
    padding: 8px 0;
}

.faq__list li:not(:last-child) {
    border-bottom: .1rem solid rgba(0, 0, 0, 0.1);
}

.breadcrumb-style1 .text-center {
    display: none;
}

.breadcrumb-style1 {
    padding-top: 0 !important;
}

.breadcrumb-style1 .auto-container {
    margin: 0 auto;
    max-width: 1672px;
}

.page-id-5155 .blog-standard {
    padding: 115px 0 0;
}

.elementor-5155 .elementor-element.elementor-element-ae27f92 {
    position: relative;
}

.elementor-5155 .elementor-element.elementor-element-bb45ea7:not(.elementor-motion-effects-element-type-background) {
	position: fixed;
}

@media (min-width: 768px) {
    .elementor-5155 .elementor-element.elementor-element-bb45ea7:not(.elementor-motion-effects-element-type-background) {
        width: 412px;
    }
}

.breadcrumb-style1__bottom-menu ul {
    font-size: 16px !important;
}

.team-style1__single {
    height: 280px;
    flex: 1
}

.team-style1__single-img .social-links {
    display: none;
}

.team-stye1__single-content .inner-box {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.team-style1__single-img-inner::before {
    position: absolute;
    top: 0%;
    left: 0%;
    bottom: 0%;
    right: 0%;
    content: '';
    background-color: rgba(235, 41, 44, .1) !important;
    transform: scaleY(1.0);
    opacity: 1 !important;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
    z-index: 1;
}

.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon {
    transform: translateY(6px);
}