body {
    line-height: 24px;
    font-family: 'Heebo', sans-serif;
    color: #333;
    overflow-x: hidden;
    font-weight: normal;
}

li {
    list-style-type: none;
}

ul {
    padding: 0;
}

.h1-title {
    font-size: 36px;
    color: #f5b459;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 0px;
}

.h2-title {
    font-size: 28px;
    color: #000;
    line-height: 1.2;
    font-weight: 400;
}

.h3-title {
    font-weight: 500;
    font-size: 28px;
    color: #000;
    line-height: 1.4;
}

.h4-title {
    font-size: 28px;
    color: #333;
}

.p-title {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
}

span.dark-text {
    font-weight: bold;
    color: #f5b459;
}

.em_bar {
    background: #f5b459 none repeat scroll 0 0;
    height: 2px;
    margin: 0 auto 5px;
    width: 62px;
}

.em_bar_bg {
    height: 4px;
    width: 98px;
    background: #f5b459;
    margin: 20px auto;
    position: relative;
    border-radius: 0px;
}

.em_bar_bg:before {
    content: '';
    position: absolute;
    left: 0;
    top: -3.7px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #384646;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG;
}

@-webkit-keyframes MOVE-BG {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(88px);
        transform: translateX(88px);
    }
}

@keyframes MOVE-BG {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(88px);
        transform: translateX(88px);
    }
}


/*------main-banner------*/

.main-banner .bg-light {
    background-color: transparent !important;
    display: block;
    padding-top: 8px;
}

.navbar-expand-lg.scrolled {
    background-color: #465d87 !important;
    height: 46px;
    padding-top: 8px;
}

.main-banner .d-inline-block.website {
    float: right;
}

.main-banner .d-inline-block.website a {
    color: #fff;
    font-family: 'Heebo';
}

.main-banner .d-inline-block.website a i {
    font-style: normal !important;
}

.main-banner .d-inline-block.website a:hover {
    color: #fff;
    text-decoration: none;
}

.main-banner button:focus {
    outline: none;
}

.main-banner button {
    border-radius: 8px;
    border: none;
    box-shadow: -1px -1px 4px 0px #313d52;
    color: #fff;
    margin-top: -2px;
    padding: 5px 14px;
    font-size: 16px;
}

.main-banner button.blue-bg {
    background-color: #465d87;
}

.main-banner button.cp-bg {
    background-color: #404446;
    box-shadow: -1px -1px 4px 0 #1b1d1e;
}

.main-banner button.cp-bg:hover,
.main-banner button.blue-bg:hover {
    background-color: #f5b459;
}

.main-banner {
    /* background-image: url(../images/hero-bg.jpg); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    background-color: #34393c;
}

.main-banner img.sm-icon {
    height: 40px;
}

.main-banner SUP {
    font-size: 10px;
    color: #fff;
    top: -11px;
}

.main-banner .h2-title {
    color: #fff;
    font-size: 18px;
}

.main-banner .btn-primary,
.main-banner .btn-primary:not(:disabled):not(.disabled):active,
.main-banner.btn-primary:not(:disabled):not(.disabled):active:focus {
    background-color: #f5b459 ! important;
    border: 1px solid #f5b459;
    border-radius: 30px;
    padding: 8px 30px;
    font-size: 20px;
    box-shadow: none;
}

.main-banner .btn-block {
    display: block;
    width: 100%;
}

.main-banner .btn-primary:hover {
    background-color: #fff ! important;
    border: 1px solid #f5b459 ! important;
    color: #000;
    padding: 8px 30px;
    font-size: 20px;
    border-radius: 30px;
    box-shadow: none;
}

.main-banner .btn-primary:focus {
    box-shadow: none;
    padding: 8px 30px;
    font-size: 20px;
    border-radius: 30px;
}
.main-banner .banner-button .form-group .btn-primary {
    width: 100% ! important;
}

/*------solution ------*/

.solution ul.service.pt-3 li {
    align-items: flex-end;
}


/*------mortgage------*/

.mortgage {
    background-color: #f1f1f1;
}

.mortgage sup {
    color: #000!important;
    font-size: 12px;
    font-weight: bold;
    top: -11px;
}


/*------visual-testing------*/

.visual-testing .card {
    transition: .5s all;
}

.visual-testing .card:hover {
    background-color: #e96b56;
    color: #fff;
    transition: .5s all;
}

.visual-testing .card-img {
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin: 0 auto;
}

.visual-testing .card-img img {
    width: 100%;
    transition: 0.5s all ease-in-out;
}

.visual-testing .card:hover .card-img img {
    transform: scale(1.2);
}


/*------services------*/

.services .myaccordion {
    max-width: 500px;
    margin: 20px auto;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

.services .myaccordion .card,
.myaccordion .card:last-child .card-header {
    border: none;
}

.services .myaccordion .card-header {
    border-bottom-color: #e8eaea;
    background: transparent;
}

.services .myaccordion .fa-stack {
    font-size: 18px;
}

.services .myaccordion .btn {
    width: 100%;
    font-weight: bold;
    color: #f5b459;
    padding: 0;
    font-size: 20px;
}

.services .myaccordion .btn-link:hover,
.services .myaccordion .btn-link:focus {
    text-decoration: none;
}

.services .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem 1.25rem 0 1.25rem;
}

.services ul.bullet-accordion li {
    list-style-type: circle;
    text-align: left;
}

.services .btn:hover,
.services .btn:not(:disabled):not(.disabled).active,
.services .btn:not(:disabled):not(.disabled):active,
.services .show>.btn.dropdown-toggle {
    border-color: transparent !important;
    color: #333 !important;
    font-size: 20px;
    line-height: 1.5;
    border-radius: 30px;
}

.services .btn.focus,
.services .btn:focus {
    outline: 0;
    box-shadow: none;
}


/*------automated------*/

ul.service li i {
    padding-right: 20px;
    color: #f5b459;
    font-size: 26px;
}


/*------industry------*/

.industry {
    /* background-image: url(../images/research.jpg); */
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    background-color: #35528c;
}

.industry .p-title {
    color: #fff;
    font-weight: 100;
}

.industry .h2-title {
    font-size: 42px;
    line-height: 1;
    color: #fff;
}

.industry blockquote:before {
    top: 0;
    left: 0px;
}

.industry blockquote:before,
.industry blockquote:after {
    position: absolute;
    content: "";
    display: block;
    background-image: url(../images/quote_symbol.svg);
    width: 63px;
    height: 52px;
}

.industry blockquote {
    position: relative;
    padding: 65px 0 28px;
    margin-bottom: 0;
}

.industry blockquote:after {
    bottom: -23px;
    right: 35px;
    transform: rotate(180deg);
}

.industry .speak-name {
    font-weight: 500;
}


/*------product------*/

.product .btn-primary,
.product .btn-primary:not(:disabled):not(.disabled):active,
.product .btn-primary:not(:disabled):not(.disabled):active:focus {
    background-color: #f5b459 ! important;
    border: 1px solid #f5b459;
    ;
    border-radius: 30px;
    padding: 8px 30px;
    font-size: 20px;
    box-shadow: none;
}

.btn-block {
    display: block;
    width: 100%;
}

.product .btn-primary:hover {
    background-color: #fff ! important;
    border: 1px solid #f5b459;
    color: #000;
    border-radius: 30px;
    padding: 8px 30px;
    font-size: 20px;
    box-shadow: none;
}

.product .btn-primary:focus {
    box-shadow: none;
}

section.product {
    background-color: #f1f1f1;
    margin-bottom: -24px;
}

.product .h3-title {
    color: #000;
}
@media only screen and (max-width: 991px) {
    .h2-title {
        font-size: 20px;
    }
    .h5-title {
        font-size: 16px;
    }
    .h3-title {
        font-size: 20px;
    }
    .main-banner .thanks-border {
        margin: 30px 0;
    }
    .our-customer .bottom-text p.p-title {
        font-size: 18px;
    }
    .benefits .single_service_inner {
        height: 130px;
    }
    .industry .h2-title {
        font-size: 34px;
    }
}

@media only screen and (max-width: 767px) {
    ul.service {
        text-align: left;
    }
    ul {
        padding: 0;
        display: block;
        width: 100%;
        text-align: center;
    }
    .main-banner .btn-primary,
    .main-banner .btn-primary:not(:disabled):not(.disabled):active,
    .main-banner.btn-primary:not(:disabled):not(.disabled):active:focus,
    .main-banner .btn-primary:hover,
    .main-banner .btn-primary:focus {
        padding: 7px 20px;
        font-size: 16px;
        color: #fff;
    }
    .product .btn-primary,
    .product .btn-primary:not(:disabled):not(.disabled):active,
    .product .btn-primary:not(:disabled):not(.disabled):active:focus,
    .product .btn-primary:hover,
    .product .btn-primary:focus {
        padding: 7px 20px;
        font-size: 16px;
        color: #fff;
    }
    .h1-title {
        font-size: 25px;
    }
    .h4-title {
        font-size: 22px;
    }
    .mortgage span.contrast {
        font-size: 26px;
    }
    .mortgage .h3-title {
        font-size: 20px;
    }
    .mortgage .left-image {
        height: 200px;
    }
    .industry blockquote:before,
    .industry blockquote:after {
        background-size: contain;
        background-repeat: no-repeat;
        width: 40px;
    }
    .industry blockquote {
        padding: 30px 0 28px;
    }
    .main-banner .right-vector.text-center img {
        width: 330px;
    }
    .navbar-expand-lg.scrolled {
        background-color: #465d87 !important;
        height: 41px;
        padding-top: 8px;
    }
    .main-banner .navbar-expand-lg img {
        width: 220px;
    }
    .main-banner .d-inline-block.website {
        padding-top: 2px;
    }
}


@media screen and (max-width: 370px) {
    span.li-left {
        font-size: 15px;
    }
    span.checkmark {
        font-size: 14px;
    }
}

@media screen and (min-width: 993px) and (max-width:1199px) {
    .benefits .single_service_inner {
        padding: 10px;
    }
}

@media screen and (min-width: 992px) {
    .challenges .p-title {
        margin-left: -25px;
    }
}
