/**
    Theme Name: May2025v2
    Theme URI:
    Author: Aditya Raj
    Author URI: http://adityaraj.me
    Description: adityaraj.me
    Version: 1.0
    License: GNU General Public License v2 or later
 **/

.hide_in_mobile {
    display: block;
}

.show_in_mobile {
    display: none;
}



@media only screen and (max-width: 812px) {

    .hide_in_mobile {
        display: none;
    }

    .show_in_mobile {
        display: block;
    }

    .tab-style-04 .nav-tabs.location-tabs {
        display: flex !important;
    }

    .video-icon-extra-large .video-icon {
        width: 90px;
        height: 90px;
    }

    .uber-uns-play-btn {
        top: 65% !important;
    }

    .navbar-collapse .navbar-nav .nav-link {
        color: #00132e !important;
    }
}

/*


.page_content {
    color: #444;
}

.header_text, .header_text p {
    color: #FFFFFF !important;
    opacity: 1 !important;
}

.header_phone {
    text-align: center;
    width: 500px;
}

.header_phone a {
    color: #FFF;
}

.only_mob {
    display: none;
}

.testi-person {
    width: 200px;
}

.site_content h4, .site_content h3, .site_content h2, .site_content h5, .site_content h1 {
    line-height: normal;
    color: var(--dark-gray);
}


.site_content, .site_content p, .site_content span {
    
}

header .navbar-brand img {
    max-height: 120px;
    width: auto;
}

footer .footer-logo img {
    max-height: 90px;
    width: auto;
}

header .navbar-brand {
    padding: 10px 0;
}

.avv-color1 {
    color: #005778;
}

.avv-color1-bg {
    background-color: #005778;
    font-weight: bold !important;
    color: #FFFFFF;
    opacity: 1;
}

.avv-color5-bg,
a.avv-color5-bg:hover {
    background-color: #f5f2f0;
    opacity: 1;
}

a.avv-color5-bg,
a.avv-color5-bg:hover {
    font-weight: bold !important;
}

.avv-color6-bg,
a.avv-color6-bg:hover {
    background-color: #2FBB79;
    color: #FFFFFF;
    opacity: 1;
}

.avv-color6 {
    color: #2FBB79;
}


.avv-color4-bg,
a.avv-color4-bg:hover {
    background-color: #03251E;
    color: #FFFFFF;
    opacity: 1;
}

a.avv-color4-bg,
a.avv-color4-bg:hover {
    font-weight: bold !important;
}

.avv-color2 {
    color: #0AB311;
}

.avv-color2-bg {
    background-color: #0AB311;
    color: #FFFFFF;
    font-weight: bold !important;
    opacity: 1;
}

.avv-color3 {
    color: #03251E;
}

.avv-color3-bg {
    background-color: #03251E;
    color: #FFFFFF;
    opacity: 1;
}

.tab-style-07 .nav-tabs .nav-item .nav-link {
    padding: 40px 0 40px !important;
    text-align: center;
}

.footer-dark.avv-color1-bg p,
.footer-dark.avv-color1-bg a {
    color: #FFFFFF;
    font-weight: normal;
}

.modal-header {
    padding: 10px;
}

.modal-body {
    padding: 0;
}

.header-light .navbar-nav .nav-link,
.header-light .header-icon .icon>a {
    color: #FFFFFF;
}

@media (max-width: 991px) {
    header .navbar-brand img {
        max-height: 60px;
    }

    .pt-header-mobile {
        padding-top: 60px;
    }
}

.header-push-button .push-button span:first-child {
    width: 15px;
    margin-right: 0;
}

.header-push-button .push-button span:nth-child(3) {
    top: 12px;
}

.push-menu .close-menu {
    top: 40px;
}

.menu-item-list .nav-link {
    margin: 5px 0;
    font-size: 18px;
    line-height: 22px;
}

header.sticky .navbar {
    transform: translateY(0%);
}

header.sticky.sticky-active [data-header-hover="dark"] {
    background-color: rgba(3, 37, 30, 0.7) !important;
}

header.sticky .navbar-brand {
    padding: 10px 0;
}

.header_phone {
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
}

.only_mob {
    display: none;
}

.header_phone a {
    color: #FFFFFF;
}

@media only screen and (max-width: 812px) {
    .only_mob {
        display: block;
    }

    .header_phone a {
        font-size: 12px;
        line-height: normal;
        color: #FFFFFF;
    }

    .header_phone {
        width: auto;
    }

}



@media only screen and (max-width: 812px) {

    .footer-menu-bottom-links ul {
        text-align: center;
    }

    .header_phone {
        width: auto;
    }

    .header_phone a {
        font-size: 12px;
      line-height: normal;
    }
    
    .only_mob {
        display: block;
    }

    .hide_in_mobile {
        display: none;
    }

    .show_in_mobile {
        display: block;
    }
}
*/