body {
    font-family: 'Open Sans', sans-serif;
    line-height: 26px;
    font-weight: 400;
    overflow-x: hidden;
}

li {
    list-style-type: none;
}

ul {
    padding: 0;
}

.h1-title {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0px;
}

.h2-title {
    font-size: 25px;
    color: #454545;
    line-height: 1.2;
    font-weight: 600;
}

.h3-title {
    font-weight: 600;
    font-size: 28px;
    color: #000;
    line-height: 1.4;
}

.h4-title {
    font-size: 20px;
    color: #454545;
    font-weight: 400;
}

.p-title {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}
.main-banner .h2-title {
    color: #fff;
    font-size: 28px;
}
span.dark-text {
    font-weight: bold;
    color: #00aae7;
}

.em_bar {
    background: #00aae7 none repeat scroll 0 0;
    height: 2px;
    margin: 0 auto 5px;
    width: 62px;
}

.em_bar_bg {
    height: 4px;
    width: 98px;
    background: #00aae7;
    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;
    margin: 0 auto;
    text-align: center !important;
    display: block;
    height: 60px;
    padding-top: 9px;
}

.navbar-expand-lg.scrolled {
    background-color: #465d87 !important;
    height: 52px;
    padding-top: 9px;
}

.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: #00205b;
    box-shadow: -1px -1px 4px 0px #011538;
}

.main-banner .top-banner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translate(-50%, -50%);
}

.main-banner {
    background: url(../images/background-banner.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    height: 100vh;
    width: 100%;
    /* background-color: #34393c; */
}

.main-banner .h3-title {
    color: #fff;
    font-size: 28px;
}

.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: transparent ! important;
    border: 2px solid #fff;
    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: 2px solid #1c487f ! 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;
}

.form-control.invalid-fields+label {
    top: -10px;
    left: 14px;
    font-size: 12px ! important;
    position: absolute;
}

/*------challenges ------*/

.challenges {
    background: url(../images/challenge-background.jpg) no-repeat center center;
    background-position: center;
    background-size: cover;
    /* background-color: #34393c; */
}

.challenges .h4-title,
.challenges .p-title {
    color: #fff;
}

.challenges .h4-title {
    font-weight: 600;
}


/*------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;
}


/*------leveraged------*/

.leveraged .btn-primary,
.leveraged .btn-primary:not(:disabled):not(.disabled):active,
.leveraged .btn-primary:not(:disabled):not(.disabled):active:focus {
    background-color: #00aae7 ! important;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 8px 30px;
    font-size: 20px;
    box-shadow: none;
}

.leveraged .btn-block {
    display: block;
    width: 100%;
}

.leveraged .btn-primary:hover {
    background-color: #fff ! important;
    border: 1px solid #00aae7 ! important;
    color: #000;
    padding: 8px 30px;
    font-size: 20px;
    border-radius: 30px;
    box-shadow: none;
}

.leveraged .btn-primary:focus {
    box-shadow: none;
    padding: 8px 30px;
    font-size: 20px;
    border-radius: 30px;
}

ul.service li i::before {
    margin-left: -30px;
}

ul.service li {
    margin-left: 30px;
}

ul.service li i {
    color: #00aae7;
    font-size: 26px;
}


/*------revisiting------*/

.revisiting {
    background-color: #f1f1f1;
}

.revisiting .three-icons {
    display: table;
    padding: 22px;
    background: #3498db;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    border-radius: 10px;
    transition: all 1s ease;
}

.revisiting .three-layer:hover .three-icons {
    transform: translateY(-10px);
    transition: all 1s ease;
}

.revisiting .three-icons i {
    font-size: 40px;
    color: #fff;
}

.revisiting .three-layer {
    background-color: #fff;
    padding: 26px;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%) ! important;
    height: 250px;
}


/*------services------*/

.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;
}


/*------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: 400;
}

.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: bold;
}


/*------product------*/

.product .btn-primary,
.product .btn-primary:not(:disabled):not(.disabled):active,
.product .btn-primary:not(:disabled):not(.disabled):active:focus {
    background-color: #00aae7 ! important;
    border: 1px solid #00aae7;
    ;
    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 #00aae7;
    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;
    }
    .leveraged .btn-primary,
    .leveraged .btn-primary:not(:disabled):not(.disabled):active,
    .leveraged .btn-primary:not(:disabled):not(.disabled):active:focus,
    .leveraged .btn-primary:hover,
    .leveraged .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: 18px;
    }
    .main-banner .h3-title {
        font-size: 18px;
    }
    .mortgage span.contrast {
        font-size: 26px;
    }
    .mortgage .h3-title {
        font-size: 20px;
    }
    .mortgage .left-image {
        height: 200px;
    }
    .main-banner {
        background-image: url(../images/mob-banner.jpg);
    }
    .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;
    }
    .revisiting .three-layer {
        padding: 10px;
        height: 210px;
    }
    .navbar-expand-lg.scrolled {
        background-color: #465d87 !important;
        height: 45px;
        padding-top: 9px;
    }
    .main-banner .navbar-expand-lg img {
        width: 220px;
    }
    .main-banner .top-banner {
        top: 55%;
    }
    .main-banner .d-inline-block.website {
        padding-top: 5px;
    }
}


@media screen and (max-width: 370px) {
    span.li-left {
        font-size: 15px;
    }
}

@media screen and (min-width: 992px) {
    .challenges .p-title {
        margin-left: -25px;
    }
}

@media screen and (min-width: 768px) {
    .main-banner .bg-light {
        padding-left: 150px;
    }
}

@media screen and (min-width: 993px) and (max-width:1199px) {
    .benefits .single_service_inner {
        padding: 10px;
    }
}

@media screen and (min-width: 768px) and (max-width:992px) {
    .revisiting .h4-title {
        font-size: 18px;
    }
    .revisiting .three-layer {
        padding: 10px;
    }
}
