/**
 * Theme Name: Nah Child
 * Description: Child theme for the Nah
 * Author: Themesflat
 * Template: nah
 */
.header #mainnav > ul > li > a::after {
    background-color: #74b3b2 !important;
}
.header #mainnav > ul > li > a:hover,
#mainnav > ul > .current-menu-item > a {
    color: #74b3b2 !important;
    text-shadow: 0 0 1px #333;
}

.bottom.footer_style2 .go-top,
.bottom.footer_style3 .go-top {
    background-color: #74b3b2;
}

.recaptcha div {
    margin-bottom: 20px;
}

.site .page-title {
    padding: 200px 0;
    background-position: center center;
}
.page-title .container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
    text-align: center;
}
.page-title.pagetitle_style_1 .page-title-heading h1 {
    margin-bottom: 0;
}

.iconbox-slider {
    position: relative;
    z-index: 10;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.iconbox:not(.circle-outlined) {
    text-align: left;
}
.iconbox .box-icon img {
    width: 100%;
}
@media only screen and (min-width: 768px) {
    .iconbox-slider .iconbox {
        width: 47%;
    }
}
@media only screen and (min-width: 1024px) {
    .home .iconbox-slider .iconbox {
        width: 22%;
    }
}

.page-wrap {
    overflow: visible;
}