body {
    overflow-x: hidden !important;
}

.why_choose_bg {
    background: url('assests/images/index/why_choose_bg.jpg');
    width: 100% !important;
    height: auto;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

sticky-header {
    z-index: -1;
}

.gray-color {
    background-color: #F6F7F9;
}

.pb-120 {
    padding-bottom: 120px;
}

.pt-110 {
    padding-top: 110px;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media only screen and (min-width: 1300px) {
    .container {
        max-width: 1240px;
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .md-pb-80 {
        padding-bottom: 80px;
    }
}

@media only screen and (max-width: 991px) {
    .md-pt-75 {
        padding-top: 75px;
    }
}

.mb-45 {
    margin-bottom: 45px;
}

.text-center {
    text-align: center !important;
}

.sub-text {
    margin: 0 0 10px;
    display: block;
    line-height: 28px;
    font-family: 'Livvic', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #03228F;
    text-transform: uppercase;
}

.png-icon {
    height: 20px;
    width: 20px;
}

.text-center {
    text-align: center !important;
}

.services-item {
    text-align: center;
    padding: 30px 20px 30px 20px;
    border-radius: 25px;
}

.services-icon {
    margin-bottom: 5px;
}

.title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    color: #0a0a0a;
    max-width: 490px;
    margin: 0 auto;
}

.fa text-primary {
    line-height: 1;
}

.desc {
    line-height: 1.5;
}

.sticky-description {
    font-size: 15px;
    font-weight: 900;
}

.btn-primary {
    background-color: #021844 !important;
}

.text-primary {
    color: #021844 !important;
}

.bg_one {
    background: linear-gradient(rgba(3, 15, 39, 0.856), rgba(3, 15, 39, 0.842)), url('assests/images/index/slide_1.webp');
    width: 100% !important;
    height: auto !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    background-size: cover !important;
}

.bg_two {
    background: linear-gradient(rgba(3, 15, 39, 0.856), rgba(3, 15, 39, 0.842)), url('assests/images/index/slide_2.webp');
    width: 100% !important;
    height: auto !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    background-size: cover !important;
}

.bg_three {
    background: linear-gradient(rgba(3, 15, 39, 0.856), rgba(3, 15, 39, 0.842)), url('assests/images/index/slide_3.webp');
    width: 100% !important;
    height: auto !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    background-size: cover !important;
}

.primary_heading {
    font-size: 42px;
    line-height: 1;
    font-weight: 600;
    margin: 5px 0px 5px 0px;
    color: #030f27;
}

.secondary_heading {
    font-size: 32px;
    line-height: 35px;
    font-weight: 600;
    margin: 5px 0px 5px 0px;
    color: #030f27;
}

.list {
    font-size: 16px !important;
}

.dropdown-menu {
    border: none !important;
}

.submenu {
    border-radius: 0px !important;
}

.bg_vision {
    background: linear-gradient(rgba(3, 15, 39, 0.856), rgba(3, 15, 39, 0.842)), url('assests/images/index/vision.jpg');
    height: auto;
    width: 100% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: fixed !important;
}

p {
    font-size: 18px !important;
}

.border-style {
    border: 1px dashed #030f27 !important;
    border-radius: 10px !important;
}

.border-style_ {
    border: 1px dashed #030f27 !important;
    border-radius: 10px !important;
}

.border-style_1 {
    border: 1px dashed #030f27 !important;
    border-radius: 10px !important;
}

.border-style:hover {
    background-color: #030f2718 !important;
    color: rgb(0, 0, 0) !important;
}

.btn-primary:hover {
    background-color: #0b4a99 !important;
    color: white !important;
}

.why_choose_icons {
    width: 50px !important;
}


.border-style_1 {
    border: 1px dashed #030f27 !important;
    border-radius: 10px !important;
}




.infotech_bg {
    background: url('assests/images/Strategic-Enhancement-Services-banner.jpg');
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 70vh !important;
}

.stepper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    /* Adjust the gap between steps */
    position: relative;
    z-index: 1;
}

.step {
    display: flex;
    align-items: top;
    width: 100%;
}

.step-number {
    width: 40px;
    height: 40px;
    background-color: #007BFF;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

.step-content {

    padding: 10px;
    /* border: 1px solid #ccc; */
    border-radius: 5px;
    flex: 1;
}

.dotted-steps {
    position: absolute;
    height: calc(100% + -18.7rem);
    border-style: dashed;
    border-right-width: 0px;
    left: 2.7rem;
    top: 26px;
    z-index: -1;
    border-color: #ccc;
}

.border-dashed {
    position: absolute;
    height: calc(100% + 0.3rem);
    border-style: dashed;
    border-right-width: 0px;
    left: 2.7rem;
    top: 26px;
    z-index: -1;
    border-color: #ccc;
}

.bg-black {
    background-color: #0a0a0a;
}