/* @font-face {
    font-family: Bodoni_MT;
    src: url(/dev/themes/allied_mtg/fonts/bodoni-mt/BodoniMT.ttf) format("truetype");
    font-style: normal;
}


@font-face {
    font-family: 'Poppins', sans-serif;
    src: url(/dev/themes/allied_mtg/fonts/arno-bold/ArnoPro-Bold.otf) format("truetype");
    font-style: normal;
}


@font-face {
    font-family: ArnoPro-Caption;
    src: url(/dev/themes/allied_mtg/fonts/arno-bold/ArnoPro-Caption.otf) format("truetype");
    font-style: normal;
}


@import url("https://use.typekit.net/dvs7jgr.css");



@font-face {
    font-family: Aileron;
    src: url(/dev/themes/allied_mtg/fonts/aileron/Aileron-Black.ttf) format("truetype");
    font-style: normal;
    font-weight: 900
}

@font-face {
    font-family: Aileron;
    src: url(/dev/themes/allied_mtg/fonts/aileron/Aileron-Bold.ttf) format("truetype");
    font-style: normal;
    font-weight: 800
}

@font-face {
    font-family: Aileron;
    src: url(/dev/themes/allied_mtg/fonts/aileron/Aileron-Light.ttf) format("truetype");
    font-style: normal;
    font-weight: 200
}

@font-face {
    font-family: Aileron;
    src: url(/dev/themes/allied_mtg/fonts/aileron/Aileron-Regular.ttf) format("truetype");
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: Aileron;
    src: url(/dev/themes/allied_mtg/fonts/aileron/Aileron-SemiBold.ttf) format("truetype");
    font-style: normal;
    font-weight: 600
}

@font-face {
    font-family: Aileron;
    src: url(/dev/themes/allied_mtg/fonts/aileron/Aileron-SemiBoldItalic.ttf) format("truetype");
    font-style: italic;
    font-weight: 600
}

@font-face {
    font-family: Montserrat;
    src: url(/dev/themes/allied_mtg/fonts/montserrat/Montserrat-Regular.ttf) format("truetype");
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: Montserrat;
    src: url(/dev/themes/allied_mtg/fonts/montserrat/Montserrat-SemiBold.ttf) format("truetype");
    font-style: normal;
    font-weight: 600
}

@font-face {
    font-family: Montserrat;
    src: url(/dev/themes/allied_mtg/fonts/montserrat/Montserrat-Bold.ttf) format("truetype");
    font-style: normal;
    font-weight: 800
} */


/* Colors */

/* dark blue: #161a60 */
/* light green: #b1d149 */
/* light grey: #edf5fc */
/*  green: #a2d125 */



@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,200i,300,400,700,700i&display=swap');

body,
html {
    margin: 0;
    padding: 0
}

* {
    box-sizing: border-box;
    /* transition: .2s ease-in-out; */
}

img {
    max-width: 100%
}

html {
    font-size: 100%
}

body {
    line-height: 1.6;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #161a60;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .2em;
    font-weight: 800;
    line-height: 1.3;
    font-family: 'Poppins', sans-serif;
    color: #161a60;
}

h1,
h2 {
    text-transform: capitalize;
}

h3,
h4,
h5,
h6 {
    /* color: #161a60; */
    color: #161a60;
    text-transform: capitalize;
}

h1 {
    font-size: calc(16px * 1.235* 1.235* 1.235* 1.235* 1.235)
}

h2 {
    font-size: calc(16px * 1.235* 1.235* 1.235* 1.235)
}

h3 {
    font-size: calc(16px * 1.235* 1.235* 1.235)
}

h4 {
    font-size: calc(16px * 1.235* 1.235)
}

h5 {
    font-size: calc(16px * 1.235)
}

h6 {
    font-size: 16px
}

a,
p {
    font-family: 'Poppins', sans-serif;
    color: #161a60;
    font-weight: 300;

}


/* p {
    font-size: 20px;
} */

header a {
    font-weight: 600;
}

.bold {
    font-weight: 700;
}

.btn-standart {
    text-transform: capitalize;
    padding: 8px 40px;
    text-align: center;
    display: inline-block;
    width: unset;
    outline: 0;
    font-weight: 900;
    /* letter-spacing: .1em; */
    font-size: 19px;
    background: #161a60;
    color: #fff;
    font-weight: 600;
    box-shadow: inset 0 0 0 0 #a2d125;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
}

.btn-standart:hover {
    text-decoration: none;
    color: #fff !important;
    cursor: pointer;
    /* transform: translateY(-1px); */
}

.btn-empty {
    background: transparent;
}

.slide-right:hover {
    box-shadow: inset 400px 0 0 0 #a2d125;
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #fff;
}



.btn-standart_color_blue {
    background: #161a60;
}

.btn-standart_color_empty {
    background: 0 0;
}

.btn-standart_size_big {
    padding: 8px 25px;
    font-size: 21px
}

#return-to-top {
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    /* box-shadow: -2px 2px 10px rgba(0, 0, 0, .1); */
    box-sizing: content-box;
    text-align: center;
    position: fixed;
    z-index: 9999;
    right: 3%;
    bottom: 0;
    /* background-color: #f0f0f0; */
    background-color: transparent;
    /* border: 4px solid #161a60; */
    color: #161a60;
    transition: .3s linear;
    opacity: 0
}

#return-to-top:hover {
    color: #fff;
    background-color: #161a60;
    border-color: #161a60;
    transition: .15s linear
}

#return-to-top.shown {
    opacity: .95;
    bottom: 60px
}

@media (max-width:480px) {
    #return-to-top.shown {
        bottom: 45px
    }
}

ul.socials {
    display: flex
}

ul.socials li {
    margin-top: 2px;
    margin-right: 7px
}

ul.socials li:last-child {
    margin-right: 0
}

ul.socials li a {
    background: #a2d125;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    color: #fff;
    display: block;
    text-align: center
}

ul.socials li a:hover {
    text-decoration: none
}

hr {
    margin-top: 30px;
    margin-bottom: 30px;
    border-top: 2px solid #003d76
}

.btn-group>* {
    margin: 0 10px
}

.slick-arrow {
    display: block;
    height: 50px;
    width: 30px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain
}

.slick-arrow:before {
    font-size: 0
}

.slick-arrow:hover {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: .9
}

/* .slick-next,
.slick-next:hover {
    background-image: url(/dev/themes/allied_mtg/img/allied_right.png)
}

.slick-prev,
.slick-prev:hover {
    background-image: url(/dev/themes/allied_mtg/img/allied_left.png)
} */

.square-box {
    position: relative;
    width: 100%;
    overflow: hidden
}

.square-box:before {
    content: "";
    display: block;
    padding-top: 100%
}

.square-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center
}

.lo-info .bg-image,
.loan-options .bg-image {
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.lo-info .bg-image li,
.loan-options .bg-image li {
    display: block
}

.lo-info .bg-image *,
.loan-options .bg-image * {
    position: static
}

.lo-info .bg-image img,
.loan-options .bg-image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute
}

.main-header {
    font-weight: 600;
    background: #161a60;
    color: #fff;
    padding: 20px 0
}

.main-header a {
    color: #fff
}

.main-header a:hover {
    /* opacity: .8; */
    text-decoration: none
}


.main-header .container-fluid {
    position: relative;
    padding-left: 250px
}

.main-header .container-fluid .logo_header {
    width: 230px;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute
}

.main-header .login-area {
    text-align: right;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #fff
}

.main-header .login-area a {
    text-transform: capitalize;
    letter-spacing: .1em
}

.main-header .navigation-list {
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media (max-width:1100px) {
    .main-header .login-area {
        width: calc(100% - 30px);
        margin-left: 15px;
        padding-top: 25px;
        padding-bottom: 20px
    }

    .main-header .navigation-list {
        flex-direction: column
    }
}

.main-header .navigation-list ul {
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end
}

.main-header .navigation-list ul li {
    margin-left: 5px
}

.main-header .navigation-list ul li ul li {
    margin-left: unset;
}

.main-header .navigation-list ul li a {
    padding: 2px 9px;
    padding-left: 0px;
    /* text-transform: capitalize; */
    text-transform: capitalize;
    /* letter-spacing: .1em; */
    font-size: 14px;
}

.main-header .navigation-list ul li ul li a {
    padding: 2px 9px;
    text-transform: capitalize;
    letter-spacing: .1em;
    font-size: 14px;
}

.main-header .navigation-list ul li ul {
    display: none;
    /* opacity: 0; */
    position: absolute;
    background: #b1d149;
    /* width: 100%; */
    z-index: 9;
    padding-top: 5px;
    min-width: 200px;
}


/*  better menu  */


/* .main-header .navigation-list ul li ul {
    display: block;
    top: 60px;
    opacity: 0;
    position: absolute;
    background: #161a60;
    z-index: 9;
    padding-top: 5px;
    min-width: 200px;
} */

/* .main-header .navigation-list ul li.has-children:hover ul {
    display: block;
    opacity: 1;
    top:29px;
} */

@media(min-width: 1100px) {
    .main-header .navigation-list ul li.has-children:hover ul li {
        /* border-bottom: 1px solid #fff; */
    }
}

@media(max-width: 1100px) {
    /* .main-header .navigation-list ul li ul {
        display: block;
        top: unset;
        opacity: 1;
        position: absolute;
        background: #161a60;
        z-index: 9;
        padding-top: 5px;
        min-width: 200px;
        transition: 0.5s all ease;
    } */

    .main-header .navigation-list ul li.has-children:hover ul {
        display: block;
        opacity: 1;
        /* top:unset; */
    }

    .main-header .navigation-list ul li ul {
        background: transparent;
        padding-top: 0;
    }

    .main-header .navigation-list ul li ul li a {

        padding-left: 0;
    }
}


@media(min-width: 1100px) {
    .main-header .navigation-list ul li:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        border-bottom: 2px solid #fff;
        height: 2px;
        -webkit-transition: .2s ease-in-out;
        -moz-transition: .2s ease-in-out;
        -o-transition: .2s ease-in-out;
        transition: .2s ease-in-out;
    }

    .main-header .navigation-list ul li ul li:after {
        display: none;
    }





    .main-header .navigation-list ul li:hover:after {
        width: 25%;
    }
}




.main-header .navigation-list ul li ul {
    display: none;
}

.main-header .navigation-list ul li.has-children:hover ul {
    display: block;
}




/* .main-header .navigation-list ul li:hover ul {
    display: block;
} */

.main-header .navigation-list .btn-standart {
    margin: auto 0 auto 20px;
    font-size: 15px;
    background: #161a60;
}

.main-header .nav-bars {
    display: none;
    float: right;
    padding: 5px 0 5px 5px
}

.main-header .nav-bars:hover {
    cursor: pointer
}

.main-header .nav-bars span {
    display: block;
    background: #fff;
    height: 5px;
    width: 45px;
    margin-bottom: 6px
}

.main-header .nav-bars span:last-child {
    margin-bottom: 0
}

@media (max-width:1100px) {
    .main-header .navigation-list ul {
        flex-direction: column
    }

    .main-header .navigation-list ul li ul {
        display: block;
        width: 100%;
        position: relative;
    }


    .main-header .navigation-list ul li {
        margin: 0;
    }

    .main-header .navigation-list ul li a {
        padding-left: 0
    }

    .main-header .navigation-list .btn-standart {
        margin: 15px 25px
    }

    .main-header .hide-area {
        position: absolute;
        z-index: 100;
        right: 0;
        top: 45px;
        background: rgba(0, 93, 170, .85);
        opacity: 0;
        pointer-events: none
    }

    .main-header.active .hide-area {
        opacity: 1;
        pointer-events: all
    }

    .main-header .nav-bars {
        display: inline-block
    }

    .main-header .container .logo_header {
        width: 150px;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
    }

    .main-header .navigation-list ul li ul {
        background: transparent;
        padding-top: 0;
    }

    .main-header .navigation-list ul li ul li a {

        padding-left: 0;
    }
}


footer li,
footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #161a60;
}

.cta {
    font-size: 1.2em;
    background: url('/dev/themes/allied_mtg/img/cta_bg.png');
    color: #fff;
    padding: 25px 0;
    text-align: center;
    position: relative;
    min-height: 180px;
}


.cta-overlay {
    background: #161a60;
    position: absolute;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 8;
}

.cta .container {
    display: flex;
    align-items: center;
    justify-content: space-around;
    justify-content: center;
    flex-wrap: wrap
}

.cta .container>* {
    margin: auto
}

.cta .content-container {
    position: relative;
    z-index: 9;
}

.cta .text {
    text-align: center;
    text-transform: capitalize;
    font-size: 28px;
    padding: 20px 15px;
    letter-spacing: .05em;
    line-height: 1.3;
    font-weight: 600;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
}

.cta .inner p {
    display: inline-block;
}



@media (min-width:1200px) {
    .cta .text {
        margin-right: 30px
    }

    .cta .btn-standart {
        margin-left: 30px
    }
}


@media(max-width: 1000px) {


    .cta .text {
        display: block;
        text-align: center;
    }

    .cta .inner p {
        display: block;
        text-align: center;
    }
}

footer {
    background: #edf5fc;
    /* color: #595959; */
    padding: 50px 0 30px
}

footer hr {
    border-top: 2px solid #161a60
}

.footer-row {
    display: flex
}

.footer-row__item {
    padding-right: 40px;
    padding-bottom: 20px;
    max-width: 60%
}

.footer-row__item:last-child {
    padding-right: 0
}

.footer-row__item-title {
    text-transform: capitalize;
    color: #161a60;
    font-size: 18px;
    /* margin-bottom: 10px; */
    font-weight: 800
}

.footer-row__item a {
    color: #161a60;
}

.footer-row__item em {
    color: #161a60;
}

.footer-row__item ul em {
    color: #fff;
}

.footer-row__item a:hover {
    text-decoration: underline
}

.footer-row__item ul li {
    line-height: 1.4;
    line-height: 28px;
    color: #161a60;
    /* margin-bottom: 5px */
}

.logo_footer {
    margin-bottom: 15px
}

.footer-copyright {
    background: #7aa31b;
    color: #fff;
    padding: 15px 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.footer-copyright p {
    margin: 0;
}

.footer-content {
    font-size: 14px;
}

.contact-list em,
.contact-list i {
    margin-right: 5px;
    font-size: 1.4em;
    color: #161a60
}



.slider .slider-bg {
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000
}

.slider .slider-bg img {
    width: 100%;
    height: 100%;
    opacity: .7;
    -o-object-fit: cover;
    object-fit: cover
}

.slider .slider-bg:after {
    content: '';
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    background: rgba(0, 0, 0, .25)
}


.slider .container {
    padding-right: 500px;
    padding-top: 120px;
    padding-bottom: 100px
}


.hero-top {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.front .hero-top {
    /* padding-top: 100px; */
}

.hero-top h1,
.hero-top a,
.hero-top p {
    color: #fff;
}

@media(max-width: 1200px) {
    .slider .slider-bg img {
        width: unset;
    }

    .slider {
        position: relative;
        color: #fff;
        display: table;
        width: 100%;
        min-height: unset;
    }
}

@media (max-width:979px) {
    .footer-row {
        flex-wrap: wrap
    }

    .slider .container {
        padding-right: 35%
    }

}

@media (max-width:767px) {
    .slider .container {
        padding-right: 15px
    }
}

@media(max-width: 476px) {
    /* .slider {
        display:block;
        min-height: unset;
    } */

    .hero-top .container h1 {
        font-size: 42px;
    }
}

.slider h1 {
    line-height: 1;
    /* font-family: 'Poppins', sans-serif; */
    font-weight: 800;
    /* font-size: 60px */
}


@media(max-width: 476px) {
    .slider h1 {
        font-size: 32px
    }

    .slider p {
        font-size: 16px;
    }

    h1 {
        font-size: 32px;
    }
}

.slider p {
    line-height: 1.3;
    /* font-family: 'Poppins', sans-serif; */
    font-weight: 500;
    font-size: 20px
}

.slider .btn-standart {
    font-size: 20px;
    margin-top: 1.5em
}

.testimonials {
    /* padding: 100px 0; */
    overflow: hidden;
    /* min-height: 680px; */
}

.testimonials .container {
    position: relative
}

.testimonials .container p img {
    /* width: 240px;
    border-radius: 50%;
    position: absolute;
    left: 65px;
    top: 120px;
    height: 240px; */
    width: 401px;
    border-radius: 50%;
    position: absolute;
    left: 65px;
    top: 0;
    height: 400px;
    border: 5px solid #e4e4e4;
}

@media (max-width:1250px) {
    .testimonials .container {
        padding-left: 30px;
        padding-right: 30px
    }
}

.testimonials .container .testimonial-list {
    padding-left: 550px;
    padding-right: 70px;
    line-height: 1.6
}

.testimonials .container h3 {
    /* padding-left: 330px; */
    padding-left: 550px;
    padding-right: 30px
}

.testimonials .container .btn-standart {
    /* margin-top: 20px; */
    margin-top: 60px;
    /* margin-left: 330px; */
    margin-left: 550px;
}



.testimonials .container h1 {
    text-align: center;
    color: #10406d
}

.testimonials .container h3 {
    color: #161a60;
    margin-top: 50px;
    line-height: 1.2
}

.testimonials .container>img {
    width: 240px;
    border-radius: 50%;
    position: absolute;
    left: 65px;
    top: 120px
}

.testimonial-list .slick-track li {
    box-sizing: border-box
}

.testimonial-list .slick-track li span {
    font-size: 1.1em;
    color: #7aa31b;
    font-weight: 600;
    font-style: italic
}

.contact_form-wrapper {
    padding: 50px 0 75px
}

.contact_form-wrapper h1 {
    text-align: center
}

.contact_form {
    display: flex;
    flex-wrap: wrap;
    text-align: left
}

.contact_form .col1,
.contact_form .col2 {
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start
}

.contact_form .btn-standart {
    background: #161a60;
}

@media (max-width:979px) {
    .testimonials .container>img {
        top: 50%;
        transform: translateY(-50%)
    }

    .contact_form .col1,
    .contact_form .col2 {
        width: 450px;
        margin: auto
    }
}

@media (max-width:767px) {

    .testimonials .container .testimonial-list,
    .testimonials .container h3 {
        padding: 0 30px
    }

    .testimonials .container .btn-standart {
        margin-left: 30px
    }

    .testimonials .container>img {
        display: none
    }

    .testimonials .container p img {
        display: none;
    }



    .contact_form .col1,
    .contact_form .col2 {
        width: 90%;
        min-width: 250px;
        max-width: 450px
    }

    .search-line form input[type=text] {
        width: 100%
    }
}

.contact_form .col1 {
    margin-right: auto
}

.contact_form .inputfield {
    margin-bottom: 10px;
    width: 100%
}

.contact_form .inputfield label {
    font-weight: 400;
    color: #595959
}

.contact_form .inputfield em,
.contact_form .inputfield i {
    color: #161a60;
    font-size: 1.4em;
    margin-left: 10px
}

.contact_form .inputfield input,
.contact_form .inputfield textarea {
    display: block;
    border-radius: 3px;
    border: 1px solid #10406d;
    width: 100%;
    resize: none;
    padding: 6px 8px;
    height: 46px;
}

.contact_form .inputfield textarea {
    min-height: 133px
}

.contact_form .btn-standart {
    margin-top: auto;
    margin-bottom: 0
}

@media (max-width:979px) {
    .contact_form .btn-standart {
        margin-top: 10px
    }
}

.search-line {
    background: #7aa31b;
    color: #fff;
    padding: 20px 0 30px
}

.search-line__text {
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 800
}

.search-line form {
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

.search-line form input[type=text] {
    flex-grow: 1;
    line-height: 1.3;
    color: #595959;
    display: block;
    border: 0 solid #10406d;
    resize: none;
    padding: 6px 8px;
    min-width: 300px
}

.search-line form select {
    color: #595959;
    margin-right: 20px;
    margin-left: 20px;
    min-width: 200px;
    line-height: 1.3;
    display: block;
    border: 0 solid #10406d;
    resize: none;
    padding: 6px 8px;
    font-family: 'Poppins', sans-serif;
}

.search-line form select option {
    font-family: 'Poppins', sans-serif;
}

.search-line form>* {
    margin-top: 8px
}

@media (max-width:767px) {
    .search-line form select {
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }

    .search-line form .btn-standart {
        margin: 8px auto 0
    }
}

.calculator-preview {
    background: #ededed;
    color: #595959;
    padding: 100px 0;
}

.calculator-preview__text {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 600
}

.calculator-preview__text h1 {
    margin-bottom: 0
}

.calculator-preview__items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.calculator-preview__items>* {
    /* margin: 0 35px 50px; */
    width: 25%;
    /* min-width: 280px */
}

@media(max-width: 768px) {
    .calculator-preview__items>* {
        margin: 0 35px 50px;
        width: 50%;
        /* min-width: 280px */
    }

}

@media(max-width: 476px) {
    .calculator-preview__items>* {
        margin: 0 35px 50px;
        width: 100%;
        /* min-width: 280px */
    }

}

.calculator-preview__items .item {
    text-align: center
}

.calculator-preview__items .item img {
    max-height: 115px
}

.calculator-preview__items .item h4,
.calculator-preview__items .item h5,
.calculator-preview__items .item h6 {
    margin: 10px 0;
    text-transform: capitalize;
    color: #003d76;
    line-height: 1.2;
    font-size: 24px
}

.calculator-preview__items .item .btn-standart {
    margin-top: 15px
}

.loan-options {
    color: #fff;
    text-align: center;
    padding: 80px 10px;
    position: relative;
    z-index: 1
}

a.options,
a.options:focus,
a.options:visited,
a.options:hover {
    color: #fff;
}

.loan-options__slider #content-slide,
.loan-options__slider-1 #content-slide {
    padding: 25px 25px;
}

.loan-options__slider #content-slide p,
.loan-options__slider-1 #content-slide p {
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 35px;
    margin-top: 35px;
}

#content-slide .btn-standart {
    background: #161a60;
    font-weight: 600;
}

.slider-btn {
    font-weight: 500;
    font-size: 17px;
}


.loan-options .bg-image {
    background: #000
}

.loan-options .bg-image img {
    opacity: .5
}

.loan-options hr {
    border-top: 2px solid #fff
}

.our-team {
    background: #edf5fc;
    color: #000;
    padding: 50px 0
}



.our-team .team-list {
    margin-left: -10px;
    margin-top: 50px;
    width: calc(100% + 20px)
}

@media (max-width:1300px) {
    .our-team .team-list {
        width: calc(100% - 30px);
        margin-left: 15px;
        padding: 0 10px
    }
}

.our-team h1 {
    text-align: center;
    width: 100%
}

.our-team__item {
    padding: 0 10px
}

.our-team__item_wrapper {
    background: #fff;
    text-align: center;
    color: #595959;
    padding: 30px 20px;
    /* overflow: scroll; */
}

.our-team__item .lo-img {
    width: 80%;
    margin: 0 auto
}

.our-team__item .lo-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    border: 4px solid #f0f0f0
}

.our-team__item h4 {
    margin: 5px 0 0
}

.our-team__item hr {
    border-width: 1px;
    width: calc(100% + 20px);
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: -10px;
    border-color: #161a60;
}

.our-team__item .socials {
    transform: scale(.7);
    width: 100%;
    justify-content: center;
    flex-wrap: wrap
}


.hero-top.branch-hero {
    vertical-align: bottom;
}

.site-type-branch .slider .container {
    padding-bottom: 40px;
}

.branch-hero h1 {
    font-size: 63px;
}

/* .slider-overlay {
    position: absolute;
    background: #000;
    opacity: 0.8;
    top: 0;
    width: 100%;
    height: 100%;
} */


.branch-contact-line {
    /* background: #7aa31b; */
    background: #161a60;
    ;
    color: #fff;
    padding: 35px 0;
    text-align: center;
}

/* .branch-contact-line .container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    font-weight: 600
} */


.branch-flex {
    display: flex;
}

#flex-it {
    flex: 1;
}

.three-col {
    position: relative;
    display: flex;
    /* justify-content: center; */
}

#flex-it.col2,
#flex-it.col3 {
    display: flex;
    justify-content: center;
}

@media(max-width: 1000px) {

    #flex-it.col2,
    #flex-it.col3 {
        display: block;
    }
}

.three-col-text {
    margin-left: 10px;
    text-align: left;
}

.three-col-text a {
    color: #fff;
}


.branch-contact-line__item {
    margin: 10px auto;
    padding-left: 55px;
    position: relative;
    width: 30%;
    max-width: 275px
}

@media (max-width:979px) {


    .branch-contact-line {
        text-align: left;
    }

    .branch-contact-line__item {
        margin-left: 0;
        width: 70%
    }

    .branch-flex {
        display: block;
    }

    #flex-it {
        margin-bottom: 25px;
    }

    .three-col {
        position: relative;
        display: flex;
        justify-content: unset;

    }

    .three-col-text {
        margin-left: 10px;
        text-align: left;
    }

    .three-col-text a {
        color: #fff;
    }

}

@media (max-width:500px) {
    .branch-contact-line__item {
        width: 100%
    }
}

#flex-it em,
#flex-it i {
    /* position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%); */
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    /* background: #161a60; */
    background: #fff;
    color: #161a60;
    ;

    font-size: 30px;
    border-radius: 4px
}

.branch-description {
    display: flex;
    flex-wrap: wrap;
    margin-top: -40px;
    padding-bottom: 60px
}

.branch-description h4 {
    text-transform: uppercase
}

.branch-description .col:first-child {
    width: 60%
}

@media (max-width:979px) {
    .branch-description .col:first-child {
        width: 50%
    }
}

@media (max-width:767px) {
    .branch-description .col:first-child {
        width: 100%
    }
}

.branch-description .col:first-child h4 {
    /* color: #7aa31b; */
    margin-bottom: 30px
}

.branch-description .col:last-child {
    width: 40%;
    padding-left: 50px
}

@media (max-width:979px) {
    .branch-description .col:last-child {
        width: 50%
    }

    .branch-description .socials {
        flex-wrap: wrap;
        justify-content: center
    }
}

@media (max-width:767px) {
    .branch-description .col:last-child {
        width: 100%;
        padding-left: 0;
        margin-top: 20px
    }

    .branch-description .socials {
        justify-content: flex-start
    }
}

.branch-description .col:last-child h4 {
    color: #10406d
}

.branch-description .col:last-child .contact-items li {
    position: relative;
    padding-left: 30px;
    line-height: 1.2;
    margin-bottom: 9px
}

.branch-description .col:last-child .contact-items li em,
.branch-description .col:last-child .contact-items li i {
    left: 0;
    top: 0;
    position: absolute;
    color: #161a60;
    font-size: 1.4em
}

.branch-description .btn-group {
    margin-left: -10px;
    margin-top: 25px
}

.branch-description .btn-group .btn-standart {
    margin-top: 5px
}

.branch-description .socials {
    margin-top: 20px
}

.branch-description .socials li a {
    background: #161a60
}



.branch-about {
    background: #edf5fc;
    color: #000;
    padding: 100px 25px;
    text-align: center;

}


.branch-about-title {
    font-size: 45px;
}

.branch-about-subtitle {
    font-size: 25px;
}





.lo-info {
    /* padding: 80px 0; */
    padding: 160px 0;
    position: relative;
    color: #fff;
    z-index: 1;
    display: flex;
    align-items: center;
    min-height: 90vh;
}

.lo-info .bg-image {
    /* background: #10406d */
    background: #222327;
}

.lo-info .bg-image img {
    opacity: .5
}

.lo-info .col {
    padding: 0 0 0 50px
}

.lo-info .container {
    display: flex
}

.lo-info .lo-img {
    width: 350px;
    margin: 0 auto 30px;
    margin-right: 0;
}

@media (max-width:1100px) {
    .lo-info .lo-img {
        width: 240px
    }
}

@media (max-width:979px) {
    .lo-info .container {
        flex-direction: column
    }

    .lo-info .lo-img {
        width: 350px;
        margin-left: 0;
    }
}

.lo-info .lo-img img {
    width: 100%;
    height: 100%;
    /* border-radius: 50%; */
    -o-object-fit: cover;
    object-fit: cover
}

.lo-info .socials {
    /* width: 100%;
    justify-content: center */
    padding-left: 0;
}

.lo-info .socials li a {
    background: #a2d125;
    color: #fff;
}

.lo-description {
    padding-top: 30px
}

.lo-description h1,
.lo-description h2,
.lo-description h3,
.lo-description h4 {
    color: #fff;
    margin: 0;
    line-height: 1.1;
    letter-spacing: normal;
    text-transform: capitalize;
    font-weight: 800
}

.lo-description h1 {
    font-size: 1.5rem;
    margin-bottom: 7px;
    font-style: italic;
}

.lo-description h3 {
    font-weight: 800
}

.lo-description a {
    color: #fff;
}

.lo-description .lo-name {
    font-weight: 900;
    margin-top: 20px
}

.lo-description .lo-title {
    font-weight: 600;
    margin-bottom: 10px
}

.lo-description span {
    display: block;
    padding: 5px 0 5px 25px;
    line-height: 1.3;
    position: relative
}

.lo-description span em {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-size: 1.3em;
    margin-right: 5px;
    color: #a2d125
}

.lo-description i {
    font-size: 1.3em;
    margin-right: 5px;
    color: #a2d125
}

.lo-description .btn-standart {
    margin-top: 30px;
    /* padding: 5px 60px; */
    background: #161a60;
}

.about-lo {
    padding: 50px 0;
    text-align: center;
    background: #edf5fc
}

.about-lo h1 {
    margin-bottom: .5em
}

.about-lo p {
    margin-bottom: 1.5em;
    line-height: 1.7
}

.about-lo .btn-standart {
    margin-top: 25px;
    background: #161a60;
}

.inner-page {
    padding: 50px 5px;
}

.inner-page section {
    padding: 30px 0
}

/* .inner-page img {
    max-width: 500px;
    padding: 5px 20px 20px 0;
    float: left
} */

.inner-page .btn-standart,
.inner-page p {
    margin-bottom: 20px
}

.inner-page h1,
.inner-page h2,
.inner-page h3,
.inner-page h4,
.inner-page h5,
.inner-page h6 {}





/* .inner-block:nth-child(2n) {
    background: #ededed
} */


.layout-block {
    background: #ededed;
    padding: 50px 0;
}

/* 
.layout-block h1, .layout-block h1.title {
    color: #595959;
    font-weight: 600;
}

.layout-block h3 {
    color: #161a60;;
    text-transform: lowercase;
    font-weight: 600;
}

.layout-block p {
    display: inline-block;
    vertical-align: top;
    margin: 10px 25px;
}

.layout-block p img {
    display: inline-block;
    vertical-align: top;
    width: 487px;
    height: 357px;
    object-fit: cover;
}

.layout-block .para {
    display: inline-block;
    text-align: left;
    width: 46%;
}

@media (max-width: 1200px) {

    .layout-block p img {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        height: 357px;
        object-fit: cover;
    }

    .layout-block .para {
        width: 100%;
    }
} */

.layout-block .para p.layout-text {
    line-height: 35px;
    text-align: initial;
    margin: unset;
}

.footer-row__item ul li a {
    padding-left: 0;
    padding: 0;
}



/*  branch map  */


#branch-map-wrapper .state {
    background-color: #ffffff;
}

#branch-map {
    background: transparent !important;
}

#branch-map-wrapper .state.active {
    background-color: #158dc5;
}

#branch-map-wrapper .state.licensed {
    background-color: #ececec;
}

#branch-map-wrapper .state.branch {
    background-color: #c9dfaf;
}

#branch-map-wrapper .state.hover {
    background-color: #3A7AB5;
}

/* #branch-map-wrapper #branch-map {
	width: 100%;
	height: 400px;
} */

#branch-map-wrapper #branch-legend {
    text-align: center;
    margin: 15px 0px;
}

#branch-map-wrapper #branch-legend ul,
#branch-map-wrapper #branch-legend ul li {
    margin: 0px;
    display: inline-block;
}

#branch-map-wrapper #branch-legend ul li {
    list-style: none;
    line-height: 15px;
    font-size: 15px;
    margin-right: 15px;
    font-size: 13px;
}

#branch-map-wrapper #branch-legend ul li .state {
    display: inline-block;
    float: left;
    height: 15px;
    width: 15px;
    border: solid 1px #CFCFCF;
    margin-right: 5px;
}

@media(max-width: 520px) {
    .btn-group .btn-standart {
        font-size: 14px;
    }
}

.testimonialfront {
    /* padding: 100px 25px; */
    padding: 90px 25px;
    background: #fff;
}

.testimonial-head {
    text-align: center;
}

.testimonial-list .slick-track li span p {
    display: inline;
}


@media(max-width: 1100px) {

    .testimonials .container p img {
        width: 150px;
        height: 150px;
        position: unset;
        float: left;
        margin-right: 5px;
    }

    .testimonials .container h3 {
        padding: unset;
    }

    .testimonials .container .testimonial-list {
        padding-left: 25px;
        padding-right: 25px;
    }

    .testimonialfront {
        padding: 25px 25px;
    }

    .testimonials .container .btn-standart {
        margin-left: 0;
    }

}

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999999999;
}



.hide {
    display: none;
}

.padded {
    padding: 40px 0px;
}

.inner-page {
    background: #fff;
}

.nav>li>a:hover,
.nav>li>a:focus {
    background: transparent;
}


/* Blue: 00539F */
/* Gold: B98E2D */

.blue {
    color: #161a60;
}

.gold {
    color: #161a60;
}

.green {
    color: #a2d125;
}

.bold {
    font-weight: 600;
}



.subscribe-form h4 {
    color: #fff;
    text-align: center;
    font-size: 26px
}

@media(min-width: 768px) {
    .subscribe-content {
        max-width: 1100px;
        margin: 0 auto;
    }
}


.subscribe-form .input-group-btn .btn {

    background: #161a60;
    color: #ffff;
    /* padding: 28px; */
    padding-left: 40px;
    padding-right: 40px;

}

@media(max-width: 476px) {
    .subscribe-form .input-group-btn .btn {
        padding-left: 10px;
        padding-right: 16px;
    }

    .subscribe-form h4 {
        color: #fff;
        text-align: center;
        font-size: 19px;
        padding-bottom: 25px;
    }
}





.subscribe-form .input-group-btn {
    width: 1% !important;
}


.testimonial-card-container {
    /* max-width: 240px; */
    margin: 0 auto;
    margin-bottom: 25px;
}

.testimonial-card-container p:first-of-type {
    text-align: center;
    /* margin-top: 34px; */
}

.testimonial-card-container p {
    text-align: center;
}

.testimonial-title {
    margin-bottom: 65px;
    /* margin-top: 65px; */
}

.why-allied {
    text-align: center;
    padding: 100px 25px;
    background: #edf5fc;
}


.why-container {
    max-width: 240px;
    text-align: center;
    margin: 0 auto;
    padding: 53px 0px;
}

.why-container {
    text-align: center;
}

.why-head {
    text-align: center;
}

.why-head p {
    font-size: 20px;
    color: #161a60;
}

.why-title {
    font-size: 28px;
    font-weight: 600;
    /* padding: 30px 0px; */
    font-family: 'Poppins', sans-serif;
}


@media(max-width: 476px) {
    .why-container {
        max-width: unset;
        padding: 53px 0px;
        text-align: left;
        margin: unset;
    }

    .why-container {
        text-align: left;
    }

    .why-head {
        text-align: left;
    }
}





.allied-block-wrapper {
    width: 240px;
    height: 135px;
}

.allied-block-wrapper:nth-child(2) {
    padding-left: 25px;
}



.front .main-header {
    position: absolute;
    width: 100%;
    background: transparent;
    z-index: 9999999;
}

.slider {
    position: relative;
    color: #fff;
    display: table;
    width: 100%;
    /* min-height: 82vh; */
    min-height: 80vh;
}

.testimonial-button {
    text-align: center;
    margin-top: 40px;
}

.testimonial-button a.btn-standart {
    background: #161a60;
}


.test-check {
    /* margin-top: 50px; */
}

.test-check .btn-standart {
    background: #161a60;
}

.loan-options .bg-image {
    background: #edf5fc;
    /* background: url(https://images.pexels.com/photos/2121121/pexels-photo-2121121.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 50%; */
}

.loan-options {
    color: #000;
}


.loan-options hr {
    border-top: 2px solid #000;
}

.footer-copyright {
    background: #161a60;
}

.footer-row {
    display: flex;
}

.footer-row__item {
    flex: 1
}

.featured-articles {
    background: #fff;
    padding: 100px 25px;
}

.featured-articles h1 {
    text-align: center;
    padding-bottom: 50px;
}

.featured-articles p {
    line-height: 28px;
}

.featured-articles h3 {
    /* padding-bottom: 29px; */
}

.prevControl {
    position: absolute;
    left: 0;
    top: 50%;
}

.nextControl {
    position: absolute;
    right: 0;
    top: 50%;
}

@media(max-width: 1400px) {

    .prevControl,
    .nextControl {
        display: none;
    }
}

.featured-articles .container {
    position: relative;
}

.bottom-contact {
    padding: 100px 25px;
    /* background:#ededed; */
}

.bottom-contact h1 {
    padding-bottom: 65px;
}

.article-cycle {
    /* margin-top: 40px; */
}

ul.article-cycle li {
    background: #fff;
    list-style-type: none;
}

.article-cycle h3,
.article-cycle p {
    background: transparent !important;
}


.article-signup {
    margin-top: 40px;
}

.featured-articles button {
    background-color: #161a60;
    color: #fff;
}


.branch-contact .branch-description .branch-name {
    color: #161a60;
}

.branch-contact .branch-description .btn-standart {
    background: #161a60;
}


.divider {
    border-top: 6px solid #f1f1f1;
    content: '';
    width: 60%;
    height: 5px;
    margin: 0 auto;
    padding-bottom: 10px;
}


.front .slider-bg {
    /* background: url('/dev/themes/allied_mtg/img/family-running.png'); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.slider-overlay {
    position: absolute;
    width: 100%;
    background: #000;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.3;
}


@media(max-width: 476px) {
    .slider .btn-standart {
        font-size: 16px;
        margin-top: 1.5em;
    }

    .btn-standart {
        font-size: 16px;
    }
}

/* .testimonial-card-container {
    background: url('/dev/themes/allied_mtg/img/allied_star.png');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
} */

.testimonial-card-container {
    position: relative;
    text-align: center;

}

.testimonial-card-container img {
    opacity: 0.2;
}

.testimonial-text {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.rating .fa.fa-star {
    color: #a2d125;
}

.content-container {
    max-width: 1410px;
}

.allied-block-wrapper:nth-child(2) {
    margin-left: 15px;
}


.view-detail a.btn-standart {
    text-transform: capitalize;
    padding: 6px 12px;
    border-radius: 10px;
    border-radius: 0;
    text-align: center;
    display: inline-block;
    width: unset;
    outline: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    letter-spacing: .1em;
    font-size: 12px;
    background: #161a60;
}

.view-detail a.view-officer-btn {
    /* border: 2px solid #161a60; */
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    letter-spacing: .1em;
    font-size: 12px;
    background: #161a60;
}


.branch-info-block {
    max-width: 250px;
    min-height: 330px;
    margin: 0 auto;
}

@media(max-width: 467px) {
    .branch-info-block {
        max-width: unset;
        width: 100%;
    }
}


.officer-info-block {
    /* max-width: 250px; */
    min-height: 330px;
    /* margin: 0 auto; */
}

@media(max-width: 467px) {
    .officer-info-block {
        max-width: unset;
        width: 100%;
    }
}


.page-branch-list h1 {
    text-align: center;
}

#branch-map-wrapper {
    /* padding: 50px 25px; */
}

#branch-map-wrapper .state.licensed {
    background-color: #161a60;
}

#branch-map-wrapper .state.active {
    background-color: #161a60;
}


#branch-map-wrapper .state.branch {
    background-color: #161a60;
}


/* .officer-list .inner {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
} */

/* .officer-info-block {
    flex: 0 0 33.333333%;
    padding: 5px;
    /* width: 330px; */
/* margin-top: 10px;
    font-weight: bold;
    min-height: 350px;
} */

/* @media(max-width: 1052px) {
    .officer-info-block {
        flex: 0 0 50%;
    }
}

@media(max-width: 767px) {
    .officer-info-block {
        flex: unset;
        min-height: unset;
    }
} */


.ehop-footer {
    width: 50px;
}


body.user-login,
body.user-registration,
body.user-registration-email-check,
body.forgot-password,
.register-login-wrapper {
    background-color: #cdcdcd;
}

/* @media (min-width: 1400px) {
    .container {
        width: 970px;
    }
} */


#allied_mtg-branch .slider .slider-bg {
    background: unset;
}









/*  allied fix  */


/* colors:  

light blue : rgb(179,219,255);

dark blue; rgb(0,112,214);

orange: rgb(255,92,0);

*/



.layout-block {
    display: none;
}

.subscribe-form h4 {
    color: #fff;
    text-align: center;
    font-size: 20px;
    letter-spacing: 3px;
}

.footer-row__item ul li ul {
    display: none;
}



.footer-content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.footer-image-wrapper {
    /* max-width: 200px; */
    /* text-align: right; */
    flex: 1;
    margin-right: 10px;

}

.footer-image-wrapper img {
    width: 200px;
}


.footer-image-wrapper:nth-child(4) img {
    max-width: 164px;
}

.footer-image-wrapper:nth-child(5) img {
    max-width: 50px;
}

.loan-options__slider #content-slide p,
.loan-options__slider-1 #content-slide p {
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 35px;
    margin-top: 35px;
    text-align: left;
}

@media(max-width: 600px) {
    .footer-content {
        display: block;
    }

    .footer-content .footer-image-wrapper {
        margin-top: 25px;
    }
}




/* .pull-left.officer-list-image {
    display: none;
} */

/* .media.media-block a.pull-left {
    display: none;
} */


.media-block img {
    max-width: 110px;
    max-height: 110px;
}

.ehop-footer {
    width: 50px;
}





#allied_mtg-branch .slider .slider-bg {
    background: unset;
}


/*  branch map  */


#branch-map-wrapper .state.licensed {
    /* background-color: rgb(179,219,255); */
    background-color: rgb(0, 112, 214);
}

#branch-map-wrapper .state.active {
    background-color: rgb(255, 92, 0);
}


#branch-map-wrapper .state.branch {
    background-color: rgb(179, 219, 255);
}



.slider .btn-standart {
    background: #161a60;
}


.testimonial-button a.btn-standart {
    background: #161a60;
}

#content-slide .btn-standart {
    background: #161a60;
}

.btn-standart_color_blue {
    background: #161a60;
    /* font-weight: 800; */
}

.main-header .login-area a {
    /* display: none; */
}

.main-header .login-area {
    /* padding-top: 36px; */
    padding-top: 3px;
}


.btn-standart {}


.cta .btn-standart {
    background: transparent;
    border: 1px solid #b1d149;
    font-size: 18px;
    padding: 8px 40px;
}

.cta p {
    font-size: 38px;
    color: #fff;
    font-weight: 700;
}

ul.socials li a {
    background: #a2d125;
}

.footer-row__item em {
    color: #a2d125;
}


footer hr {
    border-top: 2px solid rgb(0, 112, 214);
}


.slick-next:hover,
.slick-next:focus {
    background: unset;
}


.slick-prev:hover,
.slick-prev:focus {
    background: unset;
}

.footer-content {
    text-align: center;
}


/* .main-header .navigation-list .btn-standart {
    display: none;
} */


.footer-copyright {
    background: rgb(0, 112, 214);
}

.subscribe-form {
    background: rgb(0, 112, 214);
    padding: 10px 25px;
}

.ehop-footer {
    width: 50px;
    height: 50px;
}

.footer-bar-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.main-header {
    font-weight: 600;
    background: rgb(0, 112, 214);
    color: #fff;
    padding: 20px 0;
}


#return-to-top {
    color: rgb(255, 92, 0);
}

@media (max-width: 1100px) {
    .main-header .navigation-list ul {
        padding: 10px 25px;
    }

    .main-header .navigation-list ul li ul {
        padding: 0;
    }
}

ul.contact-items li {
    list-style: none;
}

ul.socials li {
    list-style: none;
}

.front .slider-bg {
    /* background: url(/uploads/sites/9279/public/flowers_1.jpeg); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}




/* .slick-prev, .slick-prev:hover, .slick-prev:focus {
    background-image: url(/dev/themes/allied_mtg/img/allied_left.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.slick-next, .slick-next:hover, .slick-next:focus {
    background-image: url(/dev/themes/allied_mtg/img/allied_right.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
} */


.slick-next:before {
    content: ">";
    font-size: 100px;
    color: #a2d125;
    font-weight: 100;
}

.slick-prev:before {
    content: "<";
    font-size: 100px;
    color: #a2d125;
}

button.slick-next.slick-arrow {
    z-index: 99999;
    right: 50px;
    top: 100px;
}

button.slick-prev.slick-arrow {
    z-index: 9999;
    left: 30px;
    top: 100px;
}

@media(max-width: 1200px) {
    button.slick-next.slick-arrow {
        display: none
    }

    button.slick-prev.slick-arrow {
        display: none
    }
}


.hero-top h1 {
    font-family: 'Poppins', sans-serif;
}

.hero-top .front-header {
    max-width: 878px;
}

.hero-top .front-header-title {
    max-width: 723px;
}


.subscribe-form {
    /* background: #161a60; */
    position: relative;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
    margin-top: -60px;
    padding: 10px 25px;
}


.our-team__item .socials {
    padding-left: 0;
}

/* .slick-disabled {
    opacity: 0;
    pointer-events:none;
} */


.lo-description .lo-name {
    margin-top: 0;
}


.page-loan-officer-list h3.title,
.page-loan-officer-list h3.media-heading {
    font-size: calc(11px * 1.235* 1.235* 1.235);
}


.site-type-branch .cta,
.site-type-loan_officer .cta {
    /* display: none; */
}


#branch-map-wrapper #branch-map {
    height: 400px;
    width: 100%;
}


/* @media(max-width: 767px) {
    #branch-map-wrapper #branch-map {
        height: 500px !important;
        width: 100%;
    }
} */


.section.contact-form-lead {
    /* max-width: 900px; */
    margin: 0 auto;
}


/* .form-control-plain {
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    padding: 8px 0;
    margin: 8px 0;
    font-size: 16px;
    background-color: transparent;
    border-color: #E3E3E3;
    resize: vertical;
    box-shadow: none;
    width: 90%;
} */


.form-control-plain {
    border-radius: 0;
    padding: 12px 23px;
    height: 50px;
    font-size: 15px;
}




.section .title-area {
    max-width: 760px;
    margin: 0 auto 70px;
    display: block;
    padding: 0 15px;
    text-align: center;
}

.section .title-area .description {
    color: #777777;
}

.section [class*="col-"] .title-area {
    padding: 0;
}



.title-area a {
    color: #fff;
    font-size: 36px;
}



/* .separator-danger {
    color: rgb(255,92,0);
  }
  .separator-danger:before, .separator-danger:after {
    border-color: rgb(255,92,0);
  }

  .separator {
    color: rgb(255,92,0);
    margin: 0 auto 20px;
    max-width: 240px;
    text-align: center;
    position: relative;
  }
  .separator:before, .separator:after {
    display: block;
    width: 40%;
    content: " ";
    margin-top: 10px;
    border: 1px solid rgb(255,92,0);
  }
  .separator:before {
    float: left;
  }
  .separator:after {
    float: right;
  } */


.page-contact-velocify h1:nth-child(1) {
    display: none;
}


.contact-btn {
    text-transform: capitalize;
    padding: 11px 22px;
    border-radius: 10px;
    text-align: center;
    display: inline-block;
    /* width: unset; */
    width: 100%;
    outline: 0;
    border: 2px solid rgb(179, 219, 255);
    /* font-family: 'Poppins', sans-serif; */
    font-weight: 900;
    letter-spacing: .1em;
    font-size: 14px;
    background: rgb(179, 219, 255);
    color: #0073ad;
    font-weight: 600;
    -webkit-box-shadow: 5px 7px 17px -8px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 5px 7px 17px -8px rgba(0, 0, 0, 0.75);
    box-shadow: 5px 7px 17px -8px rgba(0, 0, 0, 0.75);
    font-size: 24px;
    margin-top: 15px;

}



.page-contact-velocify .inner-page {
    background: url(http://allied.wmmortgageware.com/uploads/sites/9279/public/gwf2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff !important;
    padding: 100px 50px;
    position: relative;
}


.inner-overlay {
    display: none;
}


.page-contact-velocify .inner-page .inner-overlay {
    background: #000;
    opacity: 0.3;
    width: 100%;
    height: 100%;
    top: 0;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}


.page-contact-velocify header.main-header {}


.velo-contact {
    float: right;
    min-width: 226px;
}





.velocify-container {
    background: #065a83;
    padding: 22px 22px 21px;
    max-width: 493px;
    margin: 0 auto;
}


.velocify-container p {
    font-size: 34px;
    text-align: center;
    font-weight: 700;
    margin: 0 0 23px;
    font-family: 'Poppins', sans-serif;
}


@media(max-width: 991px) {
    .page-contact-velocify .inner-page {
        padding: 50px 50px;
    }
}

@media(max-width: 500px) {
    .velocify-container {
        max-width: 100%;
    }

    .page-contact-velocify .inner-page {
        background: url(http://allied.wmmortgageware.com/uploads/sites/9279/public/gwf2.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        color: #fff !important;
        padding: 50px 25px;
    }

    .velocify-container p {
        font-size: 24px;
    }

    .contact-btn {
        font-size: 17px;
    }
}


.alignleft {
    float: left;
}

span.element-block {
    display: block;
}

span.element-block .text-title {
    font-size: 15px;
}

span.element-block .number {
    font-size: 23px;
}

span.icn {
    font-size: 60px;
    margin-right: 12px;
}


@media(max-width: 510px) {
    span.wrap {
        display: none;
    }

    .velo-contact {
        min-width: unset;
    }
}


.testimonial-item {
    background: rgb(179, 219, 255);
    /* padding: 10px 25px; */
    margin-bottom: 10px;
    border-bottom: 2px solid rgb(0, 112, 214);
    min-height: 160px;
    padding: 50px 25px;
}


.name-date {
    display: flex;
}

span.name p {
    margin-bottom: 0;
    font-size: 14px;
}

span.name img {
    float: left;
}

span.name p {
    margin-left: 35px;
    letter-spacing: 1px;
}

span.name div.rating {
    clear: both;
}

span.date {
    margin-left: auto;
}

.testimonial-icon {
    width: 25px;
}

.testimonial-content {
    font-size: 14px;
}

.testimonial-item div.rating {
    font-size: 21px;
}




@media(max-width: 600px) {
    h1 {
        font-size: 32px;
    }
}




/* page */

/* .page-page-detail .inner-page .content-container {
    padding: 0;
    max-width: 100%;

} */

.page-page-detail .inner-page {
    padding: 0;
}


.page-page-detail .inner-top {
    background: #edf5fc;
    padding: 50px 0px;
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: 100vw;
    position: relative;
    right: 50%;
    width: 100vw;
}


.underline {
    content: '';
    width: 50px;
    border-bottom: 5px solid black;
}

.page-page-detail h2 {}


/* .page-page-detail h2:after {
    background: none repeat scroll 0 0 #0070d6;
    bottom: -10px;
    content: "";
    display: block;
    height: 8px;
    width: 125px;
    margin: 10px 0px;
} */


h2.default-title {
    text-align: center;
}

h2.default-title:after {
    margin: 0 auto;
    background: none repeat scroll 0 0 #0070d6;
    bottom: -10px;
    content: "";
    display: block;
    height: 8px;
    width: 125px;
    margin: 10px 0px;
}

.center-text {
    text-align: center;
}

.gallery-img {
    text-align: center;
}



.gallery-text {
    text-align: center;
    padding-top: 30px;
}

#inner-layout-gallery {
    margin-top: 50px;
    margin-bottom: 100px;
}

#inner-layout-gallery .row {
    margin-top: 80px;
}


span.no-pad {
    padding-left: 0;
    padding-top: 0;
}




/*  SLIDER TEST */


/* Slider */
.ct-header .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.ct-header .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.ct-header .slick-list:focus {
    outline: none;
}

.ct-header .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.ct-header .slick-slider .slick-track,
.ct-header .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.ct-header .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.ct-header .slick-track:before,
.ct-header .slick-track:after {
    display: table;
    content: '';
}

.ct-header .slick-track:after {
    clear: both;
}

.ct-header .slick-loading .slick-track {
    visibility: hidden;
}

.ct-header .ct-header .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.ct-header [dir='rtl'] .slick-slide {
    float: right;
}

.ct-header .slick-slide img {
    display: block;
}

.ct-header .slick-slide.slick-loading img {
    display: none;
}

.ct-header .slick-slide.dragging img {
    pointer-events: none;
}

.ct-header .slick-initialized .slick-slide {
    display: block;
}

.ct-header .slick-loading .slick-slide {
    visibility: hidden;
}

.ct-header .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.ct-header .slick-arrow.slick-hidden {
    display: none;
}

.ct-header .slick-prev,
.ct-header .slick-next {
    position: absolute;
    display: block;
    width: 60px;
    height: 100px;
    cursor: pointer;
    background: transparent;
    top: 50%;
    margin-top: -45px;
    font-size: 0;
    border: none;
    z-index: 2;
}

.ct-header .slick-prev:before,
.ct-header .slick-next:before,
.ct-header .slick-prev:after,
.ct-header .slick-next:after {
    content: '';
    position: absolute;
    background: #fff;
    height: 2px;
    width: 50px;
    top: 50%;
    left: 5px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.ct-header .slick-prev:before,
.ct-header .slick-next:before {
    margin-top: -22px;
}

.ct-header .slick-prev:after,
.ct-header .slick-next:after {
    margin-top: 22px;
    margin-top: 2.2rem;
}

.ct-header .slick-prev:hover:before,
.ct-header .slick-next:hover:before {
    margin-top: -18px;
    margin-top: -1.8rem;
}

.ct-header .slick-prev:hover:after,
.ct-header .slick-next:hover:after {
    margin-top: 18px;
    margin-top: 1.8rem;
}

.ct-header .slick-prev {
    left: -7px;
    left: -0.7rem;
}

.ct-header .slick-prev:before {
    -webkit-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

.ct-header .slick-prev:after {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.ct-header .slick-prev:hover:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ct-header .slick-prev:hover:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ct-header .slick-next {
    right: -7px;
    right: -0.7rem;
}

.ct-header .slick-next:before {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.ct-header .slick-next:after {
    -webkit-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

.ct-header .slick-next:hover:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ct-header .slick-next:hover:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ct-slick-arrows--type2 .slick-prev,
.ct-slick-arrows--type2 .slick-next {
    opacity: 0.85;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.ct-slick-arrows--type2 .slick-prev:before,
.ct-slick-arrows--type2 .slick-next:before,
.ct-slick-arrows--type2 .slick-prev:after,
.ct-slick-arrows--type2 .slick-next:after {
    background-color: #fff;
    height: 15px;
    height: 1.5rem;
    width: 70px;
    width: 7rem;
}

.ct-slick-arrows--type2 .slick-prev:before,
.ct-slick-arrows--type2 .slick-next:before {
    margin-top: -20px;
    margin-top: -2rem;
}

.ct-slick-arrows--type2 .slick-prev:after,
.ct-slick-arrows--type2 .slick-next:after {
    margin-top: 20px;
    margin-top: 2rem;
}

.ct-slick-arrows--type2 .slick-prev:hover:before,
.ct-slick-arrows--type2 .slick-next:hover:before {
    margin-top: -20px;
    margin-top: -2rem;
}

.ct-slick-arrows--type2 .slick-prev:hover:after,
.ct-slick-arrows--type2 .slick-next:hover:after {
    margin-top: 20px;
    margin-top: 2rem;
}

.ct-slick-arrows--type2 .slick-prev:hover:active,
.ct-slick-arrows--type2 .slick-next:hover:active {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.ct-slick-arrows--type2 .slick-prev {
    left: 10px;
    left: 1rem;
}

.ct-slick-arrows--type2 .slick-prev:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ct-slick-arrows--type2 .slick-prev:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ct-slick-arrows--type2 .slick-prev:hover:before {
    margin-top: -27px;
    margin-top: -2.7rem;
    -webkit-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

.ct-slick-arrows--type2 .slick-prev:hover:after {
    margin-top: 27px;
    margin-top: 2.7rem;
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.ct-slick-arrows--type2 .slick-next {
    right: 10px;
    right: 1rem;
}

.ct-slick-arrows--type2 .slick-next:before,
.ct-slick-arrows--type2 .slick-next:after {
    left: auto;
    right: 0;
}

.ct-slick-arrows--type2 .slick-next:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ct-slick-arrows--type2 .slick-next:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ct-slick-arrows--type2 .slick-next:hover:before {
    margin-top: -27px;
    margin-top: -2.7rem;
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.ct-slick-arrows--type2 .slick-next:hover:after {
    margin-top: 27px;
    margin-top: 2.7rem;
    -webkit-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

#home.ct-header.ct-header--slider {
    background-size: cover !important;
}

.ct-header .ct-slick {
    margin-bottom: 0;
}

.slick-initialized .slick-slide {
    display: block;
}

.ct-u-display-tablex {
    display: table;
    width: 100%;
    /* height: 600px; */
    min-height: 82vh;
}

.ct-u-display-tablex>.inner {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

.ct-header h1.big {
    /* font-size: 6.7rem;
	line-height: 1;
	color: #fff;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	padding-top: 50px; */
}

.ct-header p {
    /* font-size: 2.3rem;
	line-height: 1.1;
	margin: 30px 0 40px;
	color: #fff; */
}


.ct-slick .slick-track,
.ct-slick .slick-list,
.ct-slick .item,
.ct-slick .slick-item {
    min-height: inherit;
}

.ct-slick .item {
    background-size: cover;
}

.ct-header .slick-list {
    height: 600px;
}


.ct-header .slick-slider .slick-track,
.ct-header .slick-slider .slick-list {
    min-height: 82vh;
}

.slider-inner {
    position: relative;
    z-index: 999;
}

.slider-inner h1,
.slider-inner p {
    color: #fff;
}

.ct-header.tablex.item {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}


/* slider control */





.ct-header .slick-dots {
    position: absolute;
    /* bottom: 220px; */
    top: 50%;
    display: block;
    width: unset;
    height: 50px;
    padding: 0;
    margin: 0;
    list-style: none;
    /* left: 115px; */
    right: 25px;
    text-align: unset;
}

.ct-header .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.ct-header .slick-dots li {
    margin: 0px 5px;
    display: block;
}

.ct-header .slick-dots li button:before {
    font-size: 15px;
    opacity: 0.25;
    color: #fff;
}


.ct-header .slick-dots li.slick-active button:before {
    font-size: 15px;
    color: #a2d125;
    opacity: 1;
}

@media(max-width: 1000px) {

    .ct-header .slick-dots {
        position: absolute;
        display: block;
        width: unset;
        height: 50px;
        padding: 0;
        margin: 0;
        list-style: none;
        right: unset;
        left: 25px;
        bottom: 0;
        top: unset;
        text-align: unset;
    }

    .ct-header .slick-dots li {
        display: inline-block;
    }
}

/* end slider control */



/* ADA */

a:focus {
    outline-style: solid;
    outline-color: #000;
}

li a:focus {
    outline-style: solid;
    outline-color: #000;
}

button:focus {
    outline-style: solid;
    outline-color: #000;
}


p.ada-title {
    margin-top: 0;
    font-weight: 800;
    line-height: 1.3;
    font-family: 'Poppins', sans-serif;
    color: #161a60;
}
/*# sourceMappingURL=../maps/import.css.map */