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

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

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

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

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

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

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

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

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

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: Aileron, sans-serif;
    font-weight: 400
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .2em;
    font-weight: 800;
    line-height: 1.3
}

h1,
h2 {
    text-transform: uppercase
}

h3,
h4,
h5,
h6 {
    color: #005daa;
    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
}

.btn-standart {
    text-transform: uppercase;
    padding: 11px 40px;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    width: unset;
    outline: 0;
    border: 2px solid #7aa31b;
    font-family: Aileron, sans-serif;
    font-weight: 900;
    letter-spacing: .1em;
    font-size: 19px;
    background: #7aa31b;
    color: #fff;
    font-weight: 600;
}

.btn-standart:hover {
    text-decoration: none;
    color: #fff;
    cursor: pointer
}

.btn-standart_color_blue {
    background: #005daa;
    border-color: #005daa;
    font-weight: 800
}

.btn-standart_color_empty {
    background: 0 0;
    border-color: #7aa31b
}

.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;
    border: 4px solid #7aa31b;
    color: #7aa31b;
    transition: .3s linear;
    opacity: 0
}

#return-to-top:hover {
    color: #fff;
    background-color: #003d76;
    border-color: #003d76;
    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;
    flex-wrap: wrap;
}

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

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

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

ul.socials li a img {
    width: 60px;
}

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/famfund/img/arr_r.png)
}

.slick-prev,
.slick-prev:hover {
    background-image: url(/dev/themes/famfund/img/arr_l.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: #005daa;
    color: #fff;
    padding: 20px 0
}

.main-header a {
    color: #fff
}

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

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

.main-header .container .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: uppercase;
    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 a {
    padding: 2px 9px;
    text-transform: uppercase;
    letter-spacing: .1em
}

.main-header .navigation-list ul li ul {
    display: none;
    position: absolute;
    background: #005daa;
    width: 100%;
    z-index: 9;
}

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

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

.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;
    }
}

li,
ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.cta {
    font-size: 1.2em;
    background: #005daa;
    color: #fff;
    padding: 25px 0
}

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

.cta .container>* {
    margin: auto
}

.cta .text {
    text-align: center;
    text-transform: uppercase;
    font-size: 28px;
    padding: 20px 15px;
    letter-spacing: .05em;
    line-height: 1.3;
    font-weight: 600;
    display: inline-block;
}

.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: #f0f0f0;
    color: #595959;
    padding: 50px 0 30px
}

footer hr {
    border-top: 2px solid #005daa
}

.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: uppercase;
    color: #005daa;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 800
}

.footer-row__item a {
    color: #595959
}

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

.footer-row__item ul li {
    line-height: 1.4;
    /* margin-bottom: 5px */
}

.logo_footer {
    margin-bottom: 15px
}

.footer-copyright {
    background: #7aa31b;
    color: #fff;
    padding: 15px 0;
    text-align: right;
    font-family: Montserrat, 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: #005daa
}

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

.slider.inner-slider {
    min-height: 35vh;
}

.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;
}

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

    .slider {
        position: relative;
        color: #fff;
        display: table;
        width: 100%;
        /* min-height: 768px; */
        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: Montserrat, sans-serif;
    font-weight: 800;
    font-size: 60px
}

.slider p {
    line-height: 1.3;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    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: #005daa;
    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
}

@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: #005daa;
    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
}

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

.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: uppercase;
    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: Aileron
}

.search-line form select option {
    font-family: Aileron
}

.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;
}

.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: #003d76;
    color: #fff;
    padding: 50px 0
}

.our-team .team-list {
    margin-left: -10px;
    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: auto;
}

.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: #005daa
}

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

.branch-contact-line {
    background: #7aa31b;
    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;
}

.three-col-text {
        margin-left: 10px;
        text-align: left;
        display: flex;
        align-items: center;
}

.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: #005daa;
    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: #10406d;
    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: #003d76
}

.lo-info {
    padding: 80px 0;
    position: relative;
    color: #fff;
    z-index: 1
}

.lo-info .bg-image {
    background: #10406d
}

.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
}

@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
    }
}

.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
}

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

.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: uppercase;
    font-weight: 800
}

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

.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 30px;
    line-height: 1.3;
    position: relative
}

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

.lo-description .btn-standart {
    margin-top: 30px
}

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

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

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

.about-lo .btn-standart {
    margin-top: 25px
}

.inner-page {
    padding: 50px;
}

.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;
    text-align: center;
    padding: 50px 0;
}

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

.layout-block h3 {
    color: #005daa;
    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 0px;
    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: 0;
    }

    .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;
}



.content-container {
    max-width: 1410px;
}
.lo-description a {
    color: #fff;
}

/*# sourceMappingURL=../maps/import.css.map */
