.home .entry-title {
    display: none;
}

#masthead .ast-primary-header-bar {
    display: block;
    padding: 20px 0;
}

.site-header-section .site-header-primary-section-left-center {
    display: none;
}

.site-header-section .site-header-primary-section-right-center {
    display: none;
}

.site-header-primary-section-left,
.site-header-primary-section-right {
    justify-content: center;
}

.site-navigation .main-navigation .main-header-menu li a {
    font-family: "inter", sans-serif;
    font-weight: 600;
    color: #191919;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0 30px;
}

.image-scale {
    overflow: hidden;
    border-radius: 20px;
}

.image-scale img {
    transition: all 400ms ease-in-out;
}

.image-scale:hover img {
    transform: scale(1.05);
}

.about-sub-title::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 2px;
    background: #00abcc;
    left: 0;
    top: 0;
    bottom: 0;
    right: auto;
    margin: auto;
}

.em-custom-slider-item .em-cs-box .em-cs-title {
    margin-bottom: 0;
}

.owl-carousel .owl-dot {
    box-shadow: none !important;
}


/* Contact Form */

.db-form-wapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.db-form .db-input {
    font-size: 16px;
    font-weight: 400;
    font-family: "inter", sans-serif;
    border: none;
    border-bottom: 1px solid #121c27;
    padding: 14px 0 !important;
    width: 100%;
    border-radius: 0;
}

.db-form p {
    margin: 0 0 35px 0;
}

.db-form .db-input:focus {
    outline: none !important;
    box-shadow: none !important;
    border: none;
    border-bottom: 1px solid #000 !important;
}

.db-form textarea.db-input {
    height: 100px;
}

.dreamit-button-box .dreamit-button .wpcf7-submit,
.og-news-btn {
    display: inline-block;
    background: transparent;
    border: 1px solid #c7c7c7;
    font-size: 16px;
    color: #111111;
    font-weight: 500;
    padding: 12px 25px;
    border-radius: 30px;
    transition: .5s;
    margin-top: 26px;
}

.dreamit-button-box .dreamit-button .wpcf7-submit:hover {
    background: #111111;
    border-color: #111111;
    color: #fff;
}

.og-news-btn {
    border: 1px solid #fff;
    color: #fff;
    margin-top: 0px;
    position: absolute;
    right: 0;
    padding: 9px 20px;
}

.og-news-btn:hover {
    background: #fff;
    border-color: #fff;
    color: #121c27;
}

#db-contect-main-t h2 span {
    text-shadow: 1px 0 #191919, -1px 0 #191919, 0 1px #191919, 0 -1px #191919, 1px 1px #191919, -1px -1px #191919, 1px -1px #191919, -1px 1px #191919;
    color: #fff;
}

.db-c-btn .dreamit-button-box .dreamit-button a {
    margin: 0;
    border-color: #fff;
    color: #fff;
}

.db-c-btn .dreamit-button-box .dreamit-button a:hover {
    background-color: #fff;
    color: #121c27;
}

.wp-block-tnp-minimal p {
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
}

.tnp-subscription-minimal {
    position: relative;
}

.tnp-subscription-minimal form input.tnp-email {
    width: 100%;
    max-width: 100%;
    border: none;
    border-bottom: 1px solid #6e6e6e;
    padding: 18px 160px 18px 0;
    height: auto;
    font-size: 16px;
    background-color: #231f20;
}

.tnp-subscription-minimal input.tnp-submit {
    width: auto !important;
    padding: 13px 30px !important;
    border: 1px solid #fff !important;
    background-color: #231f20 !important;
    font-size: 16px !important;
    border-radius: 30px !important;
    font-weight: 600;
    position: absolute;
    right: 0;
    transition: all 400ms ease-in-out;
}

.tnp-subscription-minimal input.tnp-submit:hover {
    background-color: #fff !important;
    color: #231f20 !important;
    border-color: #fff !important;
}

.footer-widget-area .ast-header-html p {
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
    text-align: left;
}

.widget-title {
    font-size: 20px;
    font-weight: 600 !important;
    color: #fff;
    margin-bottom: 10px;
    font-family: "inter", sans-serif !important;
}

.widget_nav_menu li a {
    font-family: "inter", sans-serif;
    font-weight: 400;
    color: #d1d1d1;
    font-size: 16px;
    margin: 10px 0;
    display: block;
}

.widget_nav_menu li a:hover {
    color: #fff;
}

.site-primary-footer-wrap {
    padding-left: 15px;
    padding-right: 15px;
}

#ast-scroll-top {
    border-radius: 30px;
}

@media (max-width: 1024px) {
    .site-navigation .main-navigation .main-header-menu li a {
        padding: 0 15px;
    }
}

@media (max-width: 921px) {
    .site-header-primary-section-left {
        justify-content: left;
    }
    .site-header-primary-section-right {
        justify-content: right;
    }
    .footer-widget-area:first-child,
    .footer-widget-area:nth-child(2) {
        margin-bottom: 20px;
    }
}

@media (max-width: 575px) {
    .site-logo-img {
        width: 200px;
        display: block;
    }
    .site-header-primary-section-left .ast-site-identity {
        padding: 0;
    }
}

@media (max-width: 480px) {
    .tnp-subscription-minimal input.tnp-submit {
        position: static;
        margin-top: 20px !important;
    }
    .tnp-subscription-minimal form input.tnp-email {
        padding: 18px 0;
    }
    .site-primary-footer-wrap {
        padding-top: 40px;
        padding-bottom: 20px;
    }
}

.site-footer-primary-section-2 {
    display: grid;
    grid-template-areas: "area_1 area_1" "area_2 area_3";
}

.footer-widget-area:first-child {
    grid-area: area_1;
    margin-bottom: 50px;
}

.footer-widget-area:nth-child(2) {
    grid-area: area_2;
}

.footer-widget-area:last-child {
    grid-area: area_3;
}

.widget_nav_menu h2.widget-title {
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
    font-family: "inter", sans-serif !important;
}