﻿.big { margin-left: 120px; }
@media (max-width: 800px) {
    #small { margin-left: 0px; }
}
footer {
    background-color: #eff3ff !important;
    color: #808080;
    padding: 32px;
    font-size: 0.8rem;
}
footer a { color: #808080; }
footer a:hover { 
    color: #2e3192;
    text-decoration: none;
}
.left-box {
    width: 45%;
    float: left;
}
.right-box {
    width: 50%;
    margin-left: 5%;
    float: left;
}
.process {
    text-align: center;
    margin: auto;
}
.left-box h2 { color: #03a9f4 }
.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a { color: #9a9de8; }
.footer-bottom h6 { font-size: 0.75rem; color: #808080 !important; }
.footer-bottom { margin-top: 40px; }
footer img { height: 55px !important; }
footer .links li { margin-bottom: 10px; }
footer .links { padding-left: 10px; }
footer .links .fal {
    font-size: 0.6rem;
    position: relative;
    top: -1px;
}
footer h5 { font-size: 1rem; }
.nav-cto-btn:hover, .nav-cto-btn:focus, .nav-cto-btn:active, .btn-primary:hover, .btn-primary:focus, .btn-primary:active { color: #fff !important; background-color: #556cbe; border-color: #556cbe; }
.btn { border-radius: 50px; padding: 10px 20px; }
.btn-primary { color: #fff; background-color: #3e54a4; border-color: #3e54a4; }
.section-header h3, h1, h2, h3, h4, h5, h6 { color: #3e54a4; }
.service-item .title { hyphens: auto; -webkit-hyphens: auto; -ms-hyphens: auto; }
.approach-img { height: 128px; }
.contact-box .box {
    padding: 35px 25px;
    background-color: #f0f0f0;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #e0e0e0;
    margin-bottom: 20px;
}
.contact-box .icon {
    float: left;
    margin-right: 15px;
    padding: 10px;
    width: 52px;
    text-align: center;
    background-color: #2e3192;
    border-radius: 100%;
}
.contact-box .icon > i {
    font-size: 30px;
    color: #fff;
}
.contact-box .title {
    color: #2e3192;
    font-weight: bold;
    margin-top: 12px;
    font-size: 1.7rem;
}
.contact-box .description {
    margin-left: 70px;
    margin-top: 30px;
}
.contact-form { margin-top: 50px; margin-bottom: 50px; }
.form-btn { margin-top: 15px; }
@media (max-width: 800px) {
    .left-box { width: 100%; margin-bottom: 20px; }
    .right-box { width: 100%; margin: 0px; }
    .approach-img { margin-left: 0px !important; }
}