/* -----------------------------------
#custom.css - Sep 08, 2024
--------------------------------------*/

body {
    background: #001232;
}

a {
    color: #00d498;
    text-decoration: none;
    transition: 0.4s ease-in-out;
}

a:hover {
    color: #ffd500;
}

.yellow-text {
    color: #01ab83;
}
.pl--85 {
    padding-left: 85px;
}

.mt--100 {
    margin-top: 100px;
}

.theme-color {
    color: #00d498;
}

.white-color {
    color: #ffffff;
}

.navbar-a .navbar-brand img {
    height: 60px;
    width: auto;
}

.page-loader div .icon {
    border: none;
}

.bg-black {
    background-color: #020424 !important;
}

.slide-item-b .item-content .title {
    font-size: 2.8rem;
}

.btn-fab.btn-white {
    color: #00d498;
}

.btn-fab.btn-white:before {
    background: #00d498;
}

.article-a h2,
.article-a .title {
    font-size: 3rem;
}

.addr-line h4 a,
.dep-name h4 a {
    text-decoration: none;
}

.btn-solid.btn-white {
    background: #00d498;
    color: #ffffff;
    transition: 0.4s ease-in-out;
}

.btn-solid.btn-white:hover {
    background: #ffd500;
    color: #000000;
}

.form-control-b {
    background-color: transparent;
    border: none;
}

.form-control, .form-control-b, .form-control:focus {
    background-color: rgb(255 255 255 / 20%);
    padding: 1rem;
    border-bottom: 1px solid #ced4da;
    border: none;
    border-bottom: none !important;
    width: 100% !important;
}

.form-control:focus {
    background-color: rgb(255 255 255 / 10%);
    color: #7e7e7e;
    box-shadow: none;
    border: none;
    border-bottom: none !important;
}
.bootstrap-select>.dropdown-toggle, .input-group-text {
    border-radius: 0;
    background-color: rgb(255 255 255 / 20%);
    border: none;
    padding: 1rem;
}
.input-group-text {
    position: absolute;
    right: 0;
    padding: 20px;
}
.input-group-text .fa-fw {
    width: 1.28571429em;
    text-align: center;
    color: #a9a9a9;
}
input:-webkit-autofill {
    background: rgb(255 255 255 / 20%) !important;
}
input:-internal-autofill-selected {
    background-color: #f00 !important;
}
.dropdown-menu {
    background-color: #33415b;
    border: none;
}
.dropdown-item {
    color: #cdcdcd;
}
.btn {
    border: none;
    padding: 0.785rem 1.5rem;
    font-size: 1rem;
    border-radius: 0 !important;
}
.btn-check:focus+.btn-light, .btn-light:focus {
    box-shadow: none;
}
.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none;
}
.bootstrap-select .dropdown-toggle::before, .bootstrap-select .dropdown-toggle::after {
    right: 15px;
}
.item-feature-c .item-body h4 {
    font-size: 2rem;
}
.hero-item-b .hero-title {
    line-height: 1;
}
.hero-a .hero-desc {
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 300;
    margin-bottom: 0;
}

.nav-fullscreen-lg .nav-link:hover {
    color: #00d498 !important;
}


.form-control:disabled,
.form-control:read-only {
    background-color: transparent;
}



.payment-type ul {
    padding: 0;
}

.payment-type ul li {
    display: inline-block;
    margin-right: 5px;
    list-style: none;
}

.payment-type ul li a {
background-color: #f5f5f5;
    border: 1px solid #cccccc;
    margin: 5px;
    color: #212121;
    padding: 8px 8px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s ease-in-out;
}

.payment-type ul li a.active,
.payment-type ul li a:hover {
    background-color: #00d498;
    border-color: #00d498;
    color: #ffffff;
}

.payment-type ul li a img {
    margin-right: 10px;
}

.cus-pricing-body {
    background-color: #00d498;
    padding: 25px;
    border-radius: 15px;
    margin-bottom: 10px;
}

.cus-pricing-wrapper h3 {
    font-size: 2rem;
}

.cus-pricing-wrapper h4 {
    font-size: 1.2rem;
    font-weight: 700;
    margin: 20px 0;
}

.cus-pricing-wrapper h4 span {
    font-size: 0.8rem;
    font-weight: 500;
}

.cus-pricing-wrapper p {
    position: relative;
    padding-left: 30px;
}

.cus-pricing-wrapper p::before {
    content: "";
    border: none;
    border-radius: 1em;
    width: 1.25em;
    height: 1.25em;
    transition: 0.2s;
    position: absolute;
    left: 0;
    top: 3px;
    background-color: #fff;
}
.payment-container {
    background-color: #ffffff;
    padding: 50px;
    margin: 50px;
    border-radius: 20px;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.white-bg, .green-bg {
    background-color: #f5f5f5;
    color: #000000;
    text-align: center;
    padding: 12px 10px;
    border-radius: 5px;
    margin: 12px 0;
    font-size: 18px;
}

.green-bg {
background-color: #ffd500;
    color: #000000;
    text-align: center;
    padding: 12px 10px;
    border-radius: 5px;
    margin: 10px 0;
    font-size: 16px;
    font-weight: 600;
}

.payment-type img {
    height: 24px;
    width: auto;
}

.payment-type ul li {
    margin-right: 0;
}

.text-dark {
    color: #000000;
}

.pdf-download {
    position: absolute;
    bottom: 100px;
    left: 100px;
}

.pdf-download a img {
    width: 48px;
    height: auto;
}


.payment-type {
    background-color: #f5f5f5;
    padding: 10px 10px;
    border-radius: 8px;
}

.email-varification-container {
    background-color: #f00;
}

.md-text {
        color: #979797;
}
    
.navbar-a {
    margin-top: calc(0 + var(--margin-y));
    padding-top: 10px;
    padding-bottom: 10px;
}

.section.section-a {
    margin-top: 80px;
}

#gallery.section.section-a {
    margin-top: 0;
}

.scrolled .navbar-a {
    background-color: #001232;
}

#features .section-content {
    overflow-y: scroll;
    height: calc(100vh - 80px);
}

.d-mobile-block {
    display: none;
}

/*Media Query*/

@media screen and (min-width: 992px) {
    .hero-a .hero-title {
        font-size: 3.5rem;
    }
    .display-4 {
        font-size: 2.8rem !important;
    }
    .display-3 {
        font-size: 3rem !important;
    }
    .hero-item-b .hero-title {
        font-size: 3rem;
    }
    .hero-item-a .hero-title {
        font-size: 5rem;
    }
    .item-image-b .item-body p {
        font-size: 1rem;
        line-height: 1.5;
        font-weight: 300;
    }
    .section-a .title-desc p,
    .article-a p {
        font-size: 1.1rem;
        line-height: 1.5;
        font-weight: 300;
    }
    .slide-item-gallery-a .item-content .title {
        font-size: 3rem;
    }
    .slide-item-gallery-a .item-content .category {
        font-size: 1.8rem;
        font-weight: 300;
    }
    .section-a .section-body {
        padding-top: 0rem;
        padding-bottom: 0rem;
    }
}

@media screen and (min-width: 768px) {
    .section-contact .contact-main,
    .section-contact .email-main {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 767px) {
    .hero-a .hero-title {
        font-size: 3rem;
    }
    .hero-a .section-body {
        padding-top: 10rem;
    }
    .navbar-a .navbar-brand img {
        height: 40px;
    }
    #ReceivingPayment .text-right {
        text-align: left !important;
    }
    .nav-fullscreen-lg {
        display: none;
    }
    .payment-container {
        padding: 20px;
        margin: 10px;
    }
    .hero-item-b .hero-title {
        font-size: 1.4rem;
        line-height: 1;
    }
    .section-a .section-body {
        padding-top: 0;
        padding-bottom: 0;
    }
    .sm-break {
        display: block;
        font-size: 16px;
    }
    .btn-solid.btn-white {
        width: 240px;
    }
    .pdf-download {
        position: absolute;
        bottom: 30px;
        left: 30px;
    }
    .md-text {
        display: block;
        font-size: 14px;
    }
    .footer-page {
        padding: 10px 15px;
    }
    .btn-solid {
        min-height: 40px;
    }
}

@media screen and (min-height: 660px) {
    .hero-item-b .section-body {
        padding-top: 3.5rem;
    }
    .hero-item-b .section-body {
        padding-bottom: 0rem;
    }
}
@media only screen and (max-width: 600px) {
    /*.hero-item-b {*/
    /*    height: 150px;*/
    /*}*/
    /*.section-cover {*/
    /*    height: 140px;*/
    /*}*/
    .section-cover .fit {
        height: auto;
        width: 100%;
        object-fit: contain;
    }
    .d-mobile-none {
        display: none;
    }
    .d-mobile-block {
        display: block;
        position: inherit;
        width: 100%;
    }
    .section.section-a {
        margin-top: 0;
    }
}


