.btn_blue_black {
    background-color: #121a34 !important;
    color: #e7e7e7 !important;
}

.section_title i {
    color: #121a34;
    font-size: 36PX;
    margin-bottom: 20PX;
}

.icon_box_one:hover i, .icon_box_one:hover h5 {
    color: #121a34;
    webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header .navbar-nav li a:hover, .navbar-nav li.active a {
    color: #121a34;
}

.counter_name {
    font-size: 18px;
    font-weight: 400;
}


a {
    color: #121a34;
    text-decoration: none;
}

.header.sticky_header .navbar-nav li a:hover, .header.sticky_header .navbar-nav li.active a, .header.header_inner .navbar-nav li a:hover, .header.header_inner .navbar-nav li.active a, .home.blog .header .navbar-nav li a:hover {
    color: #121a34;
}

.testimonial-box h5 {
    font-size: 18px;
    line-height: 30px;
    color: #e3e3e3;
    font-weight: 400;
}

.pb25 {
    padding-bottom: 0px;
}

.header {
    background-color: rgba(255, 255, 255, 1);
    width: 100%;
    min-height: 60px;
    webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header .navbar-nav li a {
    color: #000000;
    font-size: 13px;
    background-color: transparent !important;
    padding: 20px 15px;
    margin: 0 5px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.form-submit .submit {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    margin-top: 20px;
    display: block;
    background-color: #121a34;
    color: #fff;
    border: solid 1px #dddddd;
    padding: 7px 25px;
    border-radius: 0;
}

.mobile_menu_btn span {
    background-color: #121a34;
}

.mobile_menu_btn {
    border: solid 1px #121a34;
    padding: 12px;
    margin-top: 10px;
}

.bottom-line:after {
    content: "";
    display: block;
    width: 35px;
    border-bottom: 2px solid #121a34;
    margin: 20px auto 25px 0;
    z-index: 1;
    position: relative;
}