/**************** header CSS start ****************/
.bg-transparent {
    background-color: #000F57 !important;
}
header.header-section.header-5 {
    background: #000F57;
}
.header-5 .nav-menu {
    margin-bottom: 0;
    background-color: #fff;
}
.header-5 .nav-wrapper ul li a {
    color: #000;
}
.header-5 .nav-wrapper ul li a:hover {
    color: #14C6F3;
}
.header-5 .nav-wrapper ul li.has-submenu::after {
    color: #000;
}
.nav-wrapper ul li a {
    font-weight: 700;
}
.outline-btn {
    border: 1px solid #000F57;
    background-color: #000F57;
}
.bg-transparent {
    padding: 2% 15%;
}
/**************** header CSS end ****************/
/**************** home CSS start ****************/
.h5-pricing-single .pricing-feature-list li span {
    background: transparent;
    color: #1c40f2;
    font-size: 14px;
}
@media (min-width: 1200px) {
    .display-3 {
        font-size: 3rem;
    }
}
.outline-btn {
    border: 1px solid #ffffff;
    background-color: #000F57;
}
/**************** home CSS end ****************/
/**************** footer CSS start ****************/
.footer-widget {
    margin-bottom: 25px;
}
/**************** footer CSS end ****************/
/**************** contact page CSS start ****************/
.ico-a{
    color: #666;
}
.form-control {
    background-color: transparent;
    border: transparent;
}
.captcha-field {
    color: transparent;
    margin: inherit;
}
/**************** contact page CSS end ****************/
/**************** packages animation CSS start ****************/

@keyframes pulse {
    0% {
        transform: scale(1);
        background: rgba(255, 7, 102, .05);
    }
    50% {
        transform: scale(1.1);
        background: rgba(255, 7, 102, .1);
    }
    100% {
        transform: scale(1);
        background: rgba(255, 7, 102, .05);
    }
}

.sh-pricing-column .saving-badge {
    animation: pulse 2s infinite;
}

/**************** packages animation CSS end ****************/

/**************** popup CSS start ****************/

/* Popup container */
/* .popup {
    display: none;
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
} */

/* Popup content */
/* .popup-content {
    margin: auto;
    display: block;
    border: 1px solid #fff;
    border-radius: 10px 10px;
    width: 80%;
    max-width: 700px;
    margin-top: 10%;
} */

/* Close button */
/* .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
} */

/* Media queries for responsive popup */
/* @media screen and (max-width: 600px) {
    .popup-content {
        width: 80%;
        margin-top: 20%;
    }
} */

/**************** popup CSS end ****************/