html {
    scroll-behavior: smooth;
}
body{
    overflow-x: hidden;
}
nav.sticky{
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    padding: 0px 6px;
    background: #0b2233;
    z-index: 11;
    box-shadow: 1px 1px 10px #120d10;
}
.center-justified {
    text-align: justify;
    text-align-last: center;
}
.top-navbar li a{
    border-bottom: 3px solid transparent;
    padding-bottom: 5px !important;
}
.active-menu{
    border-bottom: 3px solid !important;
    padding-bottom: 5px !important;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    opacity: 1;
    background: #818181;
}
.swiper-pagination-bullet-active{
    background: #fff !important;
}
.each-service{
    scroll-margin-top: 70px;
}
.service-header-box{
    border: 2px solid transparent;
    background-image: linear-gradient(#0b2233, #0b2233), linear-gradient(to bottom, #FE5D5A, transparent);
    background-origin: border-box;
    background-clip: content-box, border-box;
    border-radius: 6px;
}
@media screen and (max-width: 768px){
    ::-webkit-scrollbar {
        -webkit-appearance: none;
    }
}
.empty:empty{
    display: none;
}
.text-primary{
    color: #FE5D5A;
}
.text-secondary{
    color: #4B1E1D;
}
.text-tertiary{
    color: #fc615e;
}
.bg-primary{
    background-color: #FE5D5A;
}
.bg-secondary{
    background-color: #4B1E1D;
}
.bg-tertiary{
    background-color: #fc615e;
}

@media (min-width: 1100px){
    .md\:text-primary{
        color: #FE5D5A !important;
    }
    .md\:text-secondary{
        color: #4B1E1D !important;
    }
    .md\:text-tertiary{
        color: #fc615e !important;
    }
    .md\:bg-primary{
        background-color: #FE5D5A !important;
    }
    .md\:bg-secondary{
        background-color: #4B1E1D !important;
    }
    .md\:bg-tertiary{
        background-color: #fc615e !important;
    }
    .swiper-slide {
        width: 65% !important;
    }
}

.engback{
    background-color: #0B2233;
}

.techback{
    background-color: #081638;
}

.cdtop{
    background-color: #FE5D5A;
}
.cdbot{
    background-color: #4B1E1D;
}
.abtcd1{
    background-color: #0D2A40;
}
.abtcd2{
    background-color: #1E356C;
}

.round{
    border-radius: 2.188rem;
}
.cardborder{
    border-style: solid;
    background: linear-gradient(to right, #FE5D5A, #4B1E1D);
    border-radius: 12px;
}

.cardtop{
    background: #FE5D5A;
}
.cardbot{
    background: #4B1E1D;
}


@media only screen and (max-width: 600px) {
    #top-nav-cta {
        line-height: 22px;
    }
}