.bg-secondary {
    background-color: #386dff !important;
}

.btn-secondary {
    color: #000;
    background-color: #1842b6;
    border-color: #1842b6;
}

.text-secondary {
    color: #386dff !important;
}




.text-primary {
    color: rgb(153, 0, 0) !important;
}

.btn-light:hover {
    color: #000102;
    background-color: #f3d803;
    border-color: #f8f8f9;
}

#count {
    color: rgb(255 255 255 / 61%) !important;
}

#x {
    color: rgb(255 255 255 / 61%) !important;
}

#y {
    color: rgb(255 255 255 / 61%) !important;
}

#z {
    color: rgb(255 255 255 / 61%) !important;
}


.bg-dark {
    background-color: black !important;
}

.contact-form {
    background: #386dff;
}

.contact-map {
    background: #386dff;
}

#sendmessage {
    background-color: #f9f9fa !important;
    color: #000103 !important;
}

#top {
    background-color: black !important;
}

#navhead {
    background-color: white !important;
}

.navbar .navbar-nav .nav-link {
    padding: 8px;
    color: #000102;
    font-size: 15px;
    outline: none;
}

.bg-primary {
    background-color: black !important;
}



#call {
    color: #000103 !important;
}

#haveanyquestion {
    color: #1842b6 !important;
}

#bestitsolution {
    color: rgb(255 255 255 / 61%) !important;
}

.carousel-caption .carousel-content a button.carousel-content-btn1 {
    background: #1842b6;
    color: #e9ecef;
    opacity: 1;
    border: 0;
    border-radius: 20px;
}

.text-primary {
    color: #1842b6 !important;
}

#cphone {
    color: #ffc107 !important;
}

#note {
    color: #ffc107 !important;
}

#mailicon {
    color: #ffc107 !important;
}

.bg-primary {
    background-color: #f9f9fa !important;
}

@keyframes vibrate {

    0%,
    5%,
    100% {
        transform: translateX(0);
    }

    20%,
    60% {
        transform: translateX(-2px);
    }

    40%,
    80% {
        transform: translateX(2px);
    }
}

.chatbot-wrapper-1 {
    display: inline-block;
    position: fixed !important;
    bottom: 20px !important;
    left: auto !important;
    right: 20px !important;
    z-index: 999999 !important;
    animation: vibrate 1.2s ease-in-out infinite;
}


.footcontent {
    color: white;
}


.successcount {
    background-color: #033056 !important;
}

.contact-form {
    background: #033056;
}

.contact-map {
    background: #033056;
}

.bg-dark {
    background-color: #033056 !important;
}

.bg-dark {
    background-color: #033056 !important;
}

.bg-secondary {
    background-color: #022645 !important;
}

#bestitsol {
    color: white !important;
}

#readmore {
    background-color: #033056 !important;
}

#contactus {
    background-color: #033056 !important;
}

.project-content a {
    display: inline-block;
    padding: 20px 25px;
    background: #033056;
    border-radius: 10px;
}

#project {
    color: white !important;
}

.text-primary {
    color: #033056 !important;
}

.text-primary {
    color: #033056 !important;
}

.text-primary {
    color: #033056 !important;
}

.btn-secondary {
    color: #000;
    background-color: #033056;
    border-color: #033056;
}

.carousel-control-next {
    width: 90px;
    height: 60px;
    position: absolute;
    top: 50%;
    right: 0;
    background: #033056;
    border-radius: 50px 0 0 50px;
    opacity: 1;
}

.carousel-control-prev {
    width: 90px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 0;
    background: #033056;
    border-radius: 0 50px 50px 0;
    opacity: 1;
}

#bestitsol {
    color: #033056 !important;
}

.carousel-caption .carousel-content a button.carousel-content-btn2 {
    background: #033056;
    color: var(--bs-white);
    opacity: 1;
    border: 0;
    border-radius: 20px;
}


#haveanyquestion {
    color: #033056 !important;
}

#cphone {
    color: #033056 !important;
}

.carousel-item.active::after {
    content: "";
    width: 100%;
    height: 400px;
    position: absolute;
    top: 0;
    left: 0;
    background: none !important;
    /* Ensures it overrides any Bootstrap styles */
}

.btn-check:focus.btn-secondary,
.btn-secondary:focus {
    color: #000;
    background-color: #033056;
    border-color: #033056;
    box-shadow: 0 0 0 .25rem rgba(32, 180, 119, .5)
}


#footer a {
    text-decoration: none !important;
}

#footer a:hover {
    text-decoration: none !important;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 0 !important;
}