.post.news-detail {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

/* map container */
.contact-content .map-col {
    margin-bottom: 30px;
}

/* map iframe */
/* .contact-content .map-container iframe{
    height: 300px !important;
} */

.adr-group {
    width: 100%;
}

.social-icons a {
    background-color: #666;
    padding-left: 3px;
}

.social-icons a:hover {
    background-color: #000;

}

.classy-table {
    display: table;
    z-index: 9;
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0
}

.classy-table-cell {
    display: table-cell;
}


.classy-table {
    position: relative !important;
    z-index: 1 !important
}

.hover_overlay .more_details a {
    font-size: 40px
}

.single_gallery_item .hover_overlay,
.column_single_gallery_item .hover_overlay {
    background-color: rgba(255, 255, 255, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    border-radius: 5px;
    left: 32px;
    right: 32px;
    top: 15px;
    bottom: 15px;
}

.single_gallery_item .hover_overlay,
.no-gutters .single_gallery_item .hover_overlay,
.no-gutters .column_single_gallery_item .hover_overlay {
    left: 15px;
    right: 15px;
    top: 15px;
    bottom: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
}

.single_gallery_item:hover .hover_overlay,
.column_single_gallery_item:hover .hover_overlay {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.creative_version.dark .single_gallery_item .hover_overlay {
    background-color: rgba(44, 62, 80, 0.95);
}

.spa_version .single_gallery_item .hover_overlay,
.spa_version .column_single_gallery_item .hover_overlay {
    background-color: rgba(255, 0, 128, 0.9);
}


.column_single_gallery_item {
    cursor: pointer;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.column_single_gallery_item img {
    border-radius: 4px;
}

.single_gallery_item .gallery_info,
.column_single_gallery_item .gallery_info {
    text-align: center;
}

.m-bottom-30 {
    margin-bottom: 30px
}


.gallery-photo {
    display: flex;
    width: 100%;
    height: 300px;
    object-fit: cover;
}

/* .pe-7s-search:before {
    content: "\e618"
} */


.store-image-icon {
    position: absolute;
    top: 8px;
    left: 20px;
    font-size: 20pt;
}

.single_gallery_item:hover .gallery_info {
    -webkit-animation: zoomIn 350ms ease-in-out;
    animation: zoomIn 350ms ease-in-out;
}

.gallery_info h6 {
    display: inline-block;
    text-transform: uppercase;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    letter-spacing: 3px;
    font-size: 14px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0;
}

.gallery_info p {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    font-size: 13px;
    text-transform: uppercase;
}

.creative_version .single_price_plan .first_layer .title>h3,
.creative_version .single_price_plan .first_layer .price>h4,
.creative_version.our_advisor_area .section_heading>p,
.creative_version.dark .gallery_info p,
.creative_version .image_zoom_in>a {
    color: #fff;
}

.creative_version .gallery_info .more_details>a {
    border: 1px solid #fff;
    color: #fff;
    padding: 5px 20px;
    border-radius: 30px;
}

.creative_version .gallery_info .more_details>a:hover {
    background-color: #27ae60;
    border: 1px solid transparent;
}

.creative_version .gallery_info h5,
.dark.our_speciality_area .single_speciality_icon i,
.dark .single_feature:hover .feature_img i,
.dark .single_feature:hover .feature_text h4 {
    color: #27ae60;
}

.spa_version .gallery_info p,
.spa_version .gallery_info h5,
.gallery_area.spa_version .spa_section_heading p,
.gallery_area.spa_version .spa_section_heading h2,
.spa_version .footer_bottom p>i,
.spa_version .footer_bottom p>a:hover {
    color: #fff;
}

.business_startup .gallery_info .more_details>a {
    background-color: #3498db;
    border: medium none;
    border-radius: 30px;
    box-shadow: 3px 2px 3px rgba(0, 0, 0, 0.15);
    color: #fff;
    padding: 5px 20px;
}

.more_details {
    padding-left: 15px;
}

.more_details :nth-child(5) {
    padding-left: 10px;
}

.section_heading.text-left {
    text-align: left !important;
}

.custom-link {
    text-decoration: none;
}

.custom-link:hover {
    text-decoration: underline;
}


.location-title {
    display: flex;
    justify-content: center;
    margin: 30px;
    font-weight: bold;
    font-size: 16px;
}

.contact-section .contact-content {
    padding: 30px;
    background: #fff;
}

.contact-div {
    display: flex;
}

.contact-padding {
    padding-left: 3rem;
}

.padding-contact-section {
    padding-bottom: 7px !important;
}

.navigation-color {
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
}

.logo-height {
    height: 7rem;
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
}

.space-between {
    justify-content: space-between;
}

.image-overlay-dark {
    background: rgba(0, 0, 0, .4);
}

.contact-section-padding {
    padding-bottom: 0 !important;
}

.menu-links1 {
    display: flex;
    justify-content: center;
}

.uli {
    padding: 0;
    list-style-type: none;
}

.label-color-yellow {
    color: #fbb812 !important;
}

.filtering {
    margin-bottom: 10px;
}

.filtering span {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    color: #AAA;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-right: 20px;
    display: inline-block;
    margin-bottom: 5px;
}

.filtering span:last-child {
    margin: 0;
}

.filtering .active {
    border-color: #edc400;
    color: #edc400;
}

.item-title-menu {
    color: #fbb812;
    font-size: 20px;
    margin-bottom: 5px;
}

.logo2-hide {
    display: none;
}

.logo-height2 {
    height: 5rem;
    padding-bottom: 0.3rem;
    padding-right: 1.2rem;
}

@media (max-width: 767px) {
    .hide-logo {
        display: none;
    }
}

@media (min-width: 767px) {
    .show-logo {
        display: none;
    }
}

.logo-width{
    width: 90%;
}

@media (max-width: 343px) {
    .logo-width{
        width: 80%;
    }
}

.navbar-flex{
    justify-content: flex-start !important;
}

.menu-border{
    border: 0;
}

.logo-h3{
    font-size: 3.5rem !important;
}


@media ((max-width: 767px)) {
    .logo{
        font-size: 3rem !important;
    }
    .logo-h3{
        font-size: 2.5rem !important;
    }
}

.text-justify p{
    text-align: justify;
}


.about-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.menus-section .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.about-section .container{
    position: relative;
    z-index: 5;
}
