.logo{
    width: 170px;
}.title{
    font-size: 54px;
    font-weight: bold;
    margin: 0px;
}.top-header{
    background: #1e2a5a;
    color: #fff;
    font-size: 11px;
    padding: 6px;
}
.nav-link.active, .nav-link:hover, .navbar-expand-lg .navbar-nav .nav-link {
    color: #1e2a5a !important;
    padding: 0px 11px;
    font-size: 15px;
}
.btn-primary-theme{
    background: #1e2a5a !important;
    color:#fff !important;
}


.top-header {
    background: #1e2a5a;
    color: #fff;
    font-size: 11px;
}

.top-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 0;
}

/* Left, Center, Right */
.header-left,
.header-center,
.header-right {
    display: flex;
    align-items: center;
}

/* Center aligned text */
.header-center {
    text-align: center;
}

/* Social icons */
.header-right i {
    margin-left: 12px;
    cursor: pointer;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .top-header-inner {
        flex-direction: column;
        text-align: center;
        gap: 6px;
    }
}
.actionLink{
    padding: 15px 40px;
    background: #ff7800;
    color: #fff;
    border-radius: 6px;
    border: 1px solid #ff7800;
    margin-right:15px;
}
.actionLinkAction{
    padding: 15px 40px;
    background: #1e2a5a;
    color: #fff;
    border-radius: 6px;
    border: 1px solid #1e2a5a;
    margin-right:15px;
}
.brandColor{

    background: #fff;
    padding: 0px 10px;
    border: none;
    border-radius:7px;
    font-weight:600;

}.brandColor span{
    color:#ff7800
}.brandColor i{
    color:#1e2a5a
}.tagLine{
    margin: 0px;
    margin-bottom: 10px;
    display: inline;
    font-weight: bold;
}

.serviceBox .sliderBox {
    background-color: #fff;
    padding: 30px;
    border-radius: 4px;
    text-align: center;
    box-shadow: 0px 0px 1px #343131;
    min-height: 281px;
    margin-bottom:20px;
}

.serviceBox .sliderBox p{
    font-size: 14px;
    margin:0px;
}

.serviceBox .sliderBox .icon .fa {
    font-size: 26px;
    margin-bottom: 20px;
    border: 1px solid #fb7702;
    padding: 20px;
    border-radius: 100%;
    color: #fb7702;
    width: 70px;
    height: 70px;
}

.serviceBox .sliderBox h3 {
    font-size: 16px;
}
.indexing-hero a{
    margin-top: 6px !important;
}
.consultForIndexing{
    font-size: 14px !important;
    padding: 15px 30px !important;
    background: #ffffff !important;
    color: #1e2a5a !important;
    border-radius: 6px !important;
    border: 1px solid #ffffff !important;
}