.hide {
    display: none;
}
@keyframes blink {
  50% {
    opacity: .3;
  }
}
.navbar-dark .navbar-nav .nav-link {
    color: #ffff;
}
.blink {
  animation: blink 2s infinite;
}
body {
    color: #000000 !important;
}
.justify_p {
    text-align: justify;
}
:root {
    --bs-secondary: #019edf !important;
    --bs-primary: #002147 !important;
}
.footer {
    background: #002147 !important;
}
.copyright {
    background: var(--bs-primary) !important;
}
.sponcericon {
    color: #fff;
}

.only_mobile {
    _display: block;
}
.contact-header {
    text-align: center;
    margin-bottom: 20px;
}

.contact-header h2 {
    font-size: 1.5rem;
    color: #34495e;
    margin: 0;
    position: relative;
    display: inline-block;
    padding: 0 10px;
}

.contact-header h2::before,
.contact-header h2::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 50px;
    background-color: #007bff;
    top: 50%;
}

.contact-header h2::before {
    left: -60px;
}

.contact-header h2::after {
    right: -60px;
}

.contact-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-left: -14%;
    margin-right: -12%;
}

.contact-card {
    background: #dd7e15;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    box-shadow: 10px 10px lightblue;
    width: 250px;
    transition: transform 0.3s ease;
}

.contact-card:hover {
    transform: translateY(-5px);
}

.contact-card h3 {
    font-size: 12px;
    color: #0e0e0d;
    margin: 0 0 10px;
}

.contact-card p {
    margin: 5px 0;
    color: #7f8c8d;
}

.contact-card .phone {
    color: #e74c3c;
    font-weight: bold;
}

.contact-card a {
    color: #f70907;
    text-decoration: none;
    background-color: #ffffff;
}

.contact-card a:hover {
    text-decoration: underline;
}
.cus_text1 {
    font-size: 1.4em;
    
}
.cus_text3 {
    font-size: 3.1em;
    font-weight: bold;
}
.cus_text4 {
    color: #514a0c !important;
    font-size: 1.4em;
    line-height: 1.3 !important;
    font-weight: 700;
    text-shadow:
            1px 1px 1px rgba(245, 245, 245, 1),
            /* Bottom-right */
            -1px 1px 1px rgba(245, 245, 245, 1),
            /* Bottom-left */
            1px -1px 1px rgba(245, 245, 245, 1),padding-left
            /* Top-right */
            -1px -1px 1px rgba(245, 245, 245, 1);
        /* Top-left */
}

.cus_text2 {
    font-size: 4em;
    font-weight: bold;
    color:#234d5e !important;
}

@media (max-width: 991px) {

.no_mobile {
        display: none;
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.1rem !important;
        padding-left: 1.1rem !important;
    }
    .only_mobile {
        display:none;
    }
    
}
@media (max-width: 592px) {
.logo2 {
    margin: 0 !important;
    width: 70px !important;
    height: 70px !important;
}
.cus_text1 {
    font-size: 1em;
}
.cus_text3 {
    font-size: 2.3em;
}
.cus_text2 {
    font-size: 3em;
}
}
