.main-menu.index-page .navbar-nav .nav-item .nav-link { color: #101f2b; }

.banner__content {
    position: absolute;
    top: 0;
    padding: 20px;
}

.banner__content h1 {
    font-size: 35px;
    color: #045c9e;
    margin-bottom: 10px;
    font-weight: 400;
}

.banner__content h1 span {
    font-weight: 600;
}

.banner__content ul {
    list-style: unset;
    padding-left: 22px;
}

.banner__content ul li {
    color: #045c9e;
    line-height: 28px;
    font-size: 18px;
}


/*----------------------homepage-main-section--------------------------------------------*/

h2 {
    text-align: center;
}

.expertise {
    background-color: #f8f9fa;
    padding: 50px 0;
}

.expertise-section {
    padding: 8px;
    background: #fff;
    border-radius: 5px;
    min-height: 400px;
    position: relative;
}

.expertise-section h3 {
    font-size: 18px;
    font-weight: 500;
}

.our-expertise img {
    border-radius: 5px;
}

.common-btn {
    font-size: 1rem;
    color: #e58010;
    transition: all 0.5s;
    position: absolute;
    white-space: nowrap;
    text-decoration: none;
    bottom: 25px;
}

.common-btn:hover {
    transition: all 0.5s;
    color: #000;
}

.common-btn:hover::after {
    opacity: 1;
    transition: all 0.5s;
}

.common-btn:after {
    content: "\f105";
    font: normal normal normal 14px / 1 FontAwesome;
    font-weight: 600;
    position: absolute;
    left: 119%;
    top: 20%;
    right: 5%;
    bottom: 0;
    opacity: 0;
}

.clientsuccess-section {
    background-color: #e9f0f6;
    padding: 50px 0;
}

.clientsuccess {
    background: #fff;
    text-align: center;
    border-radius: 25px;
    transition: 0.5s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.clientsuccess-content {
    font-size: 30px;
}

.clientsuccess-content h3 {
    font-size: 40px;
    line-height: 35px;
    color: #000;
}

.clientsuccess-content h3 span {
    font-size: 18px;
    font-weight: 400;
}

.clientsuccess-icon {
    border-radius: 50px;
    border: 2px solid #ccc;
    width: 80px;
    height: 80px;
    text-align: center;
    margin: 0 auto;
}

.clientsuccess:hover {
    background: #0c98ff;
    transition: 0.5s;
    color: #fff;
}

.clientsuccess:hover,
.clientsuccess-content h3:hover {
    color: #fff;
}

.clientsuccess-icon {
    background-color: #fff;
}


.choose-us--secondary {
    background-image: url(images/chooseus-bg.png);
    background-position: center center;
    background-size: cover;
}

.choose-col {
    border-radius: 10px;
    min-height: 230px;
}

.choose-col h3 {
    font-size: 1.1rem;
}

.rewards-recoginition {
    background-color: #f4f5f6;
}


.slick-slide {
    padding: 0 10px;
    /* 10px gap on left & right */
    box-sizing: border-box;
    /* ensures padding doesn't mess up layout */
}

.slick-slide img {
    border-radius: 10px;
    border: #fff solid 4px;
    box-shadow: 0 .125rem .25rem rgba(var(--bs-body-color-rgb), .075) !important;
}

.slick-list {
    margin: 0 -10px;
    /* cancels out the padding so first/last slides align */
}

.download-app {
    position: relative;
    z-index: 0;
    background: #fff;
}


.client-name h5 {
    font-size: 1rem;
}

.download-app::after {
    background: #fff !important;
}

.bgGray {
    background-color: #f4f5f6;
}


.ourpartner-card {
    padding: 10px;
}


.new-footer {
    background-color: #101f2b;
    color: #ccc;
}

.new-footer a {
    color: #ccc !important;
}

.new-footer h2 {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 1.2rem;
    text-align: left;
}

.new-footer ul li a {
    color: #ccc;
    line-height: 30px;
}

.new-footer ul li a:hover {
    color: #ff931e !important;
}

.new-footer-links a {
    color: #ccc !important;
}

.new-footer address {
    line-height: 25px;
    font-style: normal;
}


.social-links a {
    font-size: 18px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

.social-links a:hover {
    background: #1b9eff;
    color: #fff !important;
    text-decoration: none;
}

.download-icon {
    background: #fff;
    border-radius: 10px;
}

@media(max-width:767px){
    .banner__content {
    position: relative;
}

.common-btn {
    position: relative;
    white-space: nowrap;
    text-decoration: none;
    bottom: 0;
    width: 100%;
}

.client-content { text-align: center;}

.col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.clientsuccess-content h3 {
    font-size: 30px;
    line-height: 20px;
}

.clientsuccess-content h3 span {
    font-size: 15px;
    font-weight: 400;
    margin-top: 15px;
    display: inline-block;
}

.clientsuccess {
    min-height: 210px;
}

.choose-us--secondary br, .rewards-recoginition br { display: none;}

}