﻿@charset "UTF-8";

/*Global Styles Framewwork*/

/*-------------------------Core Styles--------------------------*/


html {
    height: 100%;
}

body {
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height:normal;
    color: #838386;
    background-color: #fff;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 100%;
}

@media (min-width: 992px) {
    body {
        font-size: 14px;
        line-height: normal;
    }
}

@media (min-width: 1600px) {
    body {
        font-size: 14px;
    }
}


/*---------------------Headings-------------------------*/


h1, h2, h3, h4, h5, h6, h9 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #25252c;
}

h1, .heading-1 {
    font-size: 34px;
    line-height: 1.2;
    color: #fff;
    letter-spacing: 0.05em;
}

@media (min-width: 768px) {
    h1, .heading-1 {
        font-size: 42px;
        line-height: 1.65;
    }
}

@media (min-width: 1200px) {
    h1, .heading-1 {
        font-size: 44px;
    }
}

h2, .heading-2 {
    font-size: 24px;
    line-height: 1.45;
    color: #fff;
}

@media (min-width: 768px) {
    h2, .heading-2 {
        font-size: 28px;
    }
}

@media (min-width: 1200px) {
    h2, .heading-2 {
        font-size: 28px;
        font-weight: 500;
        line-height: 1.35;
    }
}

h3, .heading-3 {
    font-size: 24px;
    line-height: 1.45;
}

@media (min-width: 768px) {
    h3, .heading-3 {
        font-size: 28px;
    }
}

@media (min-width: 1200px) {
    h3, .heading-3 {
        font-size: 28px;
        font-weight: 500;
        line-height: 1.35;
    }
}

h4, .heading-4 {
    font-size: 20px;
    line-height: 1.45;
    letter-spacing: -0.04em;
}

@media (min-width: 768px) {
    h4, .heading-4 {
        font-size: 22px;
    }
}

@media (min-width: 1200px) {
    h4, .heading-4 {
        font-size: 28px;
        line-height: 1.43478;
    }
}

.heading-5 {
    font-weight: 300;
}

@media (min-width: 768px) {
    h5, .heading-5 {
        line-height: 1.41667;
    }
}

h5, .heading-5 {
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-weight: normal;
    color:#000;
    font-size: 17px;
    line-height: 1.25;
    text-transform: none;
}

h6, .heading-6 {
    font-size: 17px;
    line-height: 1.25;
    font-weight: 500;
    letter-spacing: 0.001em;
}

@media (min-width: 768px) {
    h6, .heading-6 {
        font-size: 17px;
    }
}

@media (min-width: 1200px) {
    h6, .heading-6 {
        font-size: 17px;
        line-height: 1.25;
    }
}

@media (min-width: 1200px) {
    .heading-6-fix {
        font-size: 22px;
        line-height: 1.43478;
        font-weight: 500;
    }
}

@media (min-width: 768px) {
    .heading-6-fix {
        font-size: 22px;
        line-height: 1.43478;
        font-weight: 500;
    }
}

h4, .heading-9 {
    font-size: 16px;
    line-height: 1.25;
    color: #fff;
    text-transform:uppercase;
}

@media (min-width: 768px) {
    h4, .heading-9 {
        font-size: 12px;
    }
}

@media (min-width: 1200px) {
    h4, .heading-9 {
        font-size: 18px;
        font-weight: 400;
        line-height: 1.6;
    }
}

h4, .heading-10 {
    font-size: 12px;
    line-height: 1.25;
    color: #fff;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    h4, .heading-10 {
        font-size: 12px;
    }
}

@media (min-width: 1200px) {
    h4, .heading-10 {
        font-size: 15px;
        font-weight: 400;
        line-height: 1.6;
    }
}

a:focus,
button:focus {
    outline: none !important;
}

a {
    text-decoration: none;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}

    a:hover, a:focus {
        text-decoration: none;
        outline: none;
    }

    a[href*='callto'], a[href*='mailto'] {
        white-space: nowrap;
    }

button::-moz-focus-inner {
    border: 0;
}

:focus {
    outline: none;
}

hr {
    margin-bottom: 0;
}

input,
button,
select,
textarea {
    outline: none;
}

p {
    margin: 0;
}

    p + .button {
        margin-top: 25px;
    }


.box-inside .icon-small {
    position: relative;
    top: 19px;
}

#page .icon-small-fix {
    font-size: 20px;
}

.box-inside .icon-small-fix {
    position: relative;
    top: 27px;
}

#page .icon-small {
    font-size: 20px;
}

dl {
    margin: 0;
}

dt {
    font-weight: inherit;
}

address {
    margin-top: 0;
    margin-bottom: 0;
}

html p a:hover {
    text-decoration: none;
}

form {
    margin-bottom: 0;
}

body {
    padding: 0 !important;
    margin: 0 !important;
}


.text-special-header {
    font-weight: 200;
    color: #fff;
}


/*@media (min-width: 1800px) {
    .image-spacing {
        margin-top: 10px;
        margin-bottom: 60px;
    }
}*/
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.bg-footer-color {
    background-color:#323332;
}
.service-icon {
    padding-right: 15px;
    padding-left: 15px;
    color: #1E3F86;
}

.bg-footer-soc-color {
    background-color: black;
}


/*-------------------------Offsets--------------------------------*/



.offset-bottom-10 {
    padding-bottom: 10px;
}

.offset-bottom-20 {
    padding-bottom: 20px;
}

.offset-bottom-30 {
    padding-bottom: 30px;
}

.offset-top-10 {
    padding-top: 10px;
}

.offset-top-20 {
    padding-top: 20px;
}

.offset-top-30 {
    padding-top: 30px;
}


@media (min-width: 1200px) {

    .offset-top-40 {
        padding-top: 35px;
    }
}

@media (max-width: 1200px) and (min-width: 768px) {
    .offset-top-40 {
        padding-top: 25px;
    }
}

@media (max-width: 768px) {
    .offset-top-40 {
        padding-top: 15px;
    }
}

.offset-top-50 {
    padding-top: 50px;
}

.offset-top-60 {
    padding-top: 60px;
}

.offset-top-70 {
    padding-top: 70px;
}



#page {
    width: 100%;
    background-color: #fff;
}

.clearfix {
    display: block
}

.grouping {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    margin-bottom: -30px;
    margin-left: -30px;
}

    .grouping > * {
        display: inline-block;
        margin-top: 30px;
        margin-left: 30px;
    }

@media (min-width: 1200px) {
    * + .grouping {
        margin-top: 60px;
    }
}

@media (min-width: 768px) {
    * + .grouping {
        margin-top: 35px;
    }
}

* + .grouping {
    margin-top: 25px;
}


.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-bold {
    font-weight: 600;
}

.text-color-light {
    color: #ededed !important;
}

.text-color-dark {
    color: #000 !important;
}

.text-white {
    color:#fff;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    border-color: #fff;
}


.logo-default {
    max-height: 100px;
    max-width:180px;
}


/*------------------------------------Containers------------------------*/

.container,
.container-wide,
.container-fluid, .container-med, .container-small {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container-outer {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 100vh !important;
}

.container,
.container-wide, container-med, .container-small {
    min-width: 300px;
    max-width: 480px;
}

@media (min-width: 768px) {
    .container,
    .container-wide, container-med, .container-small {
        max-width: 750px;
    }
}

@media (min-width: 992px) {
    .container,
    .container-wide, container-med, .container-small {
        max-width: 970px;
    }
}

@media (min-width: 1200px) {
    .container,
    .container-wide {
        max-width: 1200px;
    }

    .container-med {
        max-width: 1000px;
    }

    .container-small {
        max-width: 900px;
    }
}

@media (min-width: 1600px) {
    .container-bigger {
        max-width: 1500px;
    }
}

@media (min-width: 1600px) {
    .container-wide {
        max-width: 1600px;
    }

    .container-med {
        max-width: 1400px;
    }

    .container-small {
        max-width: 1200px;
    }
}

@media (min-width: 1800px) {
    .container-wide {
        max-width: 1800px;
    }

    .container-med {
        max-width: 1600px;
    }

    .container-small {
        max-width: 1400px;
    }
}

.container-sml-text {
    color: #838386;
}

.content {
    padding: 16px;
}

.section {
    position: relative;
}


.content-area-med {
    padding: 45px 0px 35px 0px;
}
.content-area-med-b {
    padding: 45px 0px 25px 0px;
}
.content-area-med-c {
    padding: 45px 0px 33px 0px;
}

.content-area-small {
    padding: 45px 0px 23px 0px;
}
.content-area-footer {
    padding: 0px 0px 23px 0px;
}

/*-----------------------Section-A-------------------------*/

.section-a {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items:center;
}
.section-a div {
    padding:10px 0px 10px 0px;
}
.section-a-child-l {
    flex-basis: 70%;
    align-items: flex-start;
}

.section-a-child-r {
    flex-basis: 30%;
    align-items: flex-end;
    flex-direction: row-reverse;
    display: flex;
    float: right;
}


.section-a-child-l ul {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;

}

.section-a-child-l li {
    float: left;
}

.section-a-child-l li a {
    color: white;
    text-decoration: none;
    font-size: 12px;
    padding: 0px 15px 0px 10px;
}

.section-a-child-l li a:hover {
    color: #ADADD6;
}

.section-a-child-r ul {
    list-style-type: none;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}

.section-a-child-r ul li {
    float: left;
}

.section-a-child-r li a {
    color: white;
    text-decoration: none;
    font-size: 12px;
    padding: 0px 10px 10px 10px;
}

.section-a-child-r li a:hover {
    color: #ADADD6;
}

.container-header {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    min-height: 68px;
    background-color: #1E3F86 !important;
    border-bottom: none;
    padding-bottom: 9px;
}

.container-contact {
    color: #fff;
    background-color: #1E3F86;
}



/*------------------------Section-B-----------------------*/

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}


.navbar {
    font-size: 18px;
    color:#000000;
    background-color:#ffffff;
    padding-bottom: 10px;
    padding-top:10px;
}

.main-nav {
    list-style-type: none;
}

.nav-links,
.logo {
    text-decoration: none;
    color: #000000;
    color: #000000;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    font-size: 17px;
}

.main-nav li {
    text-align: center;
    margin: 15px auto;
}

.logo {
    display: inline-block;
    font-size: 22px;
    margin-top: 10px;
    margin-left: 20px;
}

.navbar-toggle {
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.8);
    font-size: 24px;
}

.active {
    display: block;
}

@media screen and (min-width: 1010px) {
    .navbar {
        display: flex;
        justify-content: space-between;
        padding: 0px;
        height: 110px;
        flex-wrap:wrap;
        align-items: center;
    }

    .main-nav {
        display: flex;
        margin-right: 0px;
        flex-direction: row;
        justify-content: flex-end;
    }

        .main-nav li {
            margin: 0;
        }

    .nav-links {
        margin-left: 40px;
        color: #000000;
        font-weight: 600;
        text-transform: uppercase;
        text-align: center;
        font-size: 17px;
        padding:13px 0px 41px 0px;
        margin-left: 30px;
        -webkit-transition: .25s all;
        -o-transition: .25s all;
        transition: .25s all;
    }

    .logo {
        margin-top: 0;
    }

    .navbar-toggle {
        display: none;
    }

    .logo:hover,
    .nav-links:hover {
        color: #1E3F86;
        border-bottom: 4px solid #1E3F86;
    }
}


.logo:hover,
.nav-links a:active {
    color: #1E3F86;
    border-bottom: 4px solid #1E3F86;
}





/*-----------------------------Sticky------------------------*/

    .sticky {
        position: fixed;
        top: 0;
        background-color: #fff;
        opacity: 0.9;
        width: 100%;
        z-index: 500;
    }

        .sticky + .content {
            padding-top: 102px;
            background-color: #fff;
            opacity: 0.2;
            z-index: 500;
        }

/*-----------------------------Navigation--------------------*/





    .open-nav {
        max-height: 340px !important;
    }

        .open-nav .mobile-toggle {
            transform: rotate(-90deg);
            -webkit-transform: rotate(-90deg);
        }

    .mobile-toggle {
        display: none;
        cursor: pointer;
        font-size: 20px;
        position: relative;
        float: right;
        right: 10px;
        top: 10px;
        -webkit-transition: all 200ms ease-in;
        -moz-transition: all 200ms ease-in;
        transition: all 200ms ease-in;
    }



    @media only screen and (max-width: 1010px) {

        .mobile-toggle {
            display: inline-block;
            position: absolute;
            padding-top: 0px;
        }
    }

    .mobile-toggle span {
        width: 30px;
        height: 4px;
        margin-bottom: 6px;
        border-radius: 1000px;
        background: #8f8f8f;
        display: block;
    }

/*------------------------Section-C-----------------------*/

@media(min-width:768px) {
    .section-c {
        display: flex;
        justify-content:space-around;
    }
}

.section-c div {
    padding:3px 10px 0px 10px;  
}

.section-c-child {
    flex-basis: 80%;
}

/*------------------------Section-D-----------------------*/


@media(min-width:768px) {
    .section-d {
        display: flex;
        justify-content: space-around;
        flex-direction: row;
        align-items: stretch;
    }
}

.section-d div {
    padding: 0px 0px 20px 0px;
}

.section-d-child-l div {

    padding: 0px 0px 0px 0px;
}

.section-d-child-l {
    flex-basis: 42%;
}
.section-d-child-r {
    flex-basis: 42%;
    max-height:470px;
    max-width: 407px;
}
    
.section-d-child-r div {
    padding: 8px 0px 0px 0px;
}

    /*------------------------Section-E-----------------------*/


    @media(min-width:768px) {
        .section-e {
        display: flex;
        justify-content: space-between;
        flex-wrap:wrap;
    }
}

.section-e div {
    padding: 10px 0px 5px 7px;
}


.section-e-child-l {
    flex-basis: 22%;
}

.section-e-child-2 {
    flex-basis: 22%;
}

.section-e-child-3 {
    flex-basis: 22%;
}

.section-e-child-4 {
    flex-basis: 22%;
}
.section-e-child-5 {
    flex-basis: 22%;
}

.section-e-child-6 {
    flex-basis: 22%;
}

.section-e-child-7 {
    flex-basis: 22%;
}

.section-e-child-8 {
    flex-basis: 22%;
}

.container-sml-text {
    color: #838386;
}

* + .container-sml-text {
    margin-top: 0px;
}

.container-sml-header {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    margin-bottom: -20px;
    margin-left: -20px;
}

.container-sml-title {
    max-width: 70%;
    padding-left: 10px;
}

.service-icon {
    padding-right: 15px;
    padding-left: 15px;
    color: #1E3F86;
}


/*------------------------Section-F-----------------------*/

@media(min-width:768px) {
    .section-f {
        display: flex;
        justify-content: space-around;
    }
}

.section-f div {
    padding: 10px 18px 10px 18px;
}


.section-f-child-1 {
    flex-basis: 65%;
}

.section-f-child-2 {
    flex-basis: 35%;
    display: flex;
    justify-content: space-around;
    align-items:center;
}

section-c-btn {
    flex-basis: 100%;
}

/*------------------------Section-G-----------------------*/

@media(min-width:768px) {
    .section-g {
        display: flex;
        justify-content: space-around;
        flex-direction:row;
        align-items: stretch;
    }
}

.section-g div {
    padding: 0px 0px 20px 0px;
}

.section-g-child-1 div {
    padding: 0px 0px 0px 0px;
}

.section-g-child-1 {
    flex-basis: 42%;
}

.section-g-child-2 {
    flex-basis: 42%;
    max-height: 460px;
    max-width: 407px;
}


.section-g-child-2 div {
    padding: 8px 0px 0px 0px;
}

    /*------------------------Section-H-----------------------*/


    @media(min-width:768px) {
        .section-h {
            display: flex;
            justify-content: space-around;
            flex-wrap: wrap;
        }
    }

    .section-h div {
        padding: 10px 0px 10px 0px;
    }


    .section-h-child-l {
        flex-basis: 22%;
    }

.section-h-child-2 {
    flex-basis: 22%;
}

.section-h-child-3 {
    flex-basis: 22%;
}

.section-h-child-4 {
    flex-basis: 22%;
}

.section-h-child-5 {
    flex-basis: 22%;
}

.section-h-child-6 {
    flex-basis: 22%;
}

.section-h-child-7 {
    flex-basis: 22%;
}

    /*------------------------Section-I-----------------------*/

    @media(min-width:768px) {
        .section-i {
            display: flex;
            justify-content: space-around;
        }
    }

    .section-i div {
        padding: 10px 18px 10px 18px;
    }


    .section-i-child-1 {
        flex-basis: 62%;
    }

    .section-i-child-2 {
        flex-basis: 38%;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .section-i-child-2 div {
        /*padding:  10px 25px 10px 25px;*/
    }

    section-i-btn {
        flex-basis: 100%;
    }



    /*------------------------Section-J-----------------------*/

    /*-------------Section-j-1-----------*/

    @media(min-width:768px) {
        .section-j-1 {
            display: flex;
            justify-content: space-around;
        }
    }

    .section-j-1 div {
        padding: 3px 10px 0px 10px;
    }

    .section-j-1-child {
        flex-basis: 70%;
    }



    /*-------------Section-j-2-----------*/

    @media(min-width:768px) {
        .section-j-2 {
            display: flex;
            justify-content: space-around;
            flex-wrap: wrap;
        }
    }

    .section-j-2 div {
        padding: 10px 0px 10px 0px;
    }


    .section-j-2-child-l {
        flex-basis: 25%;
    }

    .section-j-2-child-2 {
        flex-basis: 25%;
    }

    .section-j-2-child-3 {
        flex-basis: 25%;
    }

    .section-j-2-child-4 {
        flex-basis: 25%;
    }

    .section-j-2-child-5 {
        flex-basis: 25%;
    }

    .section-j-2-child-6 {
        flex-basis: 25%;
    }

    .section-j-2-child-7 {
        flex-basis: 25%;
    }

    /*------------------------Section-K-----------------------*/




    /*------------------------Section-L-----------------------*/

    @media(min-width:768px) {
        .section-l {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }
    }

    .section-l div {
        padding: 0px 0px 10px 0px;
    }

    .section-l-1-main {
        flex-basis: 55%;
    }

    .section-l-2-main {
        flex-basis: 35%;
    }

    /*------------Section-L-1-main------------*/

    @media(min-width:768px) {
        .section-l-1 {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            align-items: center;
        }
    }

    .section-l-1-main div {
        padding: 3px 0px 0px 0px;
    }

    .section-l-1-child-f div {
        padding-top: 30px;
    }

    .section-l-1-child-a {
        flex-basis: 48%;
    }

    .section-l-1-child-b {
        flex-basis: 48%;
    }

    .section-l-1-child-c {
        flex-basis: 48%;
    }

    .section-l-1-child-d {
        flex-basis: 48%;
    }

    .section-l-1-child-e {
        flex-basis: 100%;
    }

    .section-l-1-child-f {
        flex-basis: 100%;
    }

    /*------------Section-L-2-main------------*/

    @media(min-width:768px) {
        .section-l-2-main {
            display: flex;
            justify-content: space-around;
            flex-wrap: wrap;
        }
    }

    .section-l-2-main div {
        padding: 0px 0px 10px 8px;
    }


    .section-l-2-main-child-a {
        flex-basis: 100%;
    }

    .section-l-2-main-child-b {
        flex-basis: 100%;
    }

    .section-l-2-main-child-c {
        flex-basis: 100%;
    }

    .section-l-2-main-child-d {
        flex-basis: 100%;
    }

    .section-l-2-main-child-a ul {
        list-style: none;
    }

    .section-l-2-main-child-b li {
        padding-left: 5px;
        line-height: 1.8em;
    }

        .section-l-2-main-child-b li a {
            color: #000;
            padding-left: 19px;
        }

    .section-l-2-main-child-b i {
        padding-left: 32px;
    }

    .fa-color {
        color: #1E3F86;
    }

    /*------------------------Section-M-footer----------------------*/


    @media(min-width:768px) {
        .section-m {
            display: flex;
            justify-content: space-around;
        }
    }

    .section-m div {
        padding: 30px 18px 20px 18px;
    }



    .section-m-child-1 {
        flex-basis: 31%;
    }

    .section-m-child-2 {
        flex-basis: 38%;
    }

    .section-m-child-3 {
        flex-basis: 25%;
    }

        .section-m-child-3 i {
            padding-left: 0px;
        }

    .section-m ul {
        list-style: none;
    }

        .section-m ul li {
            line-height: 27px;
        }

    .fa-ul-fix {
        margin-left: 1.6em !important;
    }

    .nav-footer {
        color: #fff;
        font-size: 14px;
        padding-left: 0px;
    }

    .nav-footer:hover {
        color: #ADADD6;
    }


    /*------------------------Section-N-footer----------------------*/

    @media(min-width:768px) {
        .section-n {
            display: flex;
            align-items: flex-end;
        }
    }

    .section-n div {
        padding: 3px 18px 0px 18px;
    }


    .section-n-child {
        flex-basis: 100%;
    }
@media(min-width:768px) {
    .section-n-child ul {
        list-style-type: none;
        display: flex;
        flex-direction: row-reverse;
        flex-wrap: wrap;
    }
}
.section-n-child ul {
    display: flex;
    list-style-type: none;
}

        .section-n-child ul li {
            float: left;
        }

    .section-n-child li a {
        color: white;
        text-decoration: none;
        padding: 0px 10px 10px 10px;
    }


    /*-----------------------------------Header---------------------------*/

    .header {
        padding: 0;
        background: #fff;
        color: #000000;
        overflow: hidden;
        max-height: 110px;
        padding-left: 0px;
        padding-right: 0px;
        z-index: 500;
    }

    @media only screen and (max-width: 1200px) {

        .header {
            padding: 0;
            width: 100%;
            position: sticky;
            max-height: 88px;
            overflow: hidden;
            z-index: 500;
        }
    }


    .logo-offset-top-10 {
        padding-top: 0px;
    }



    .logo-offset-top-10 {
        padding-top: 10px;
    }



    /*----------------------------------Parralax----------------------------*/


    .parralax-one, .parralax-two, .parralax-three {
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .parralax-one {
        background-image: url('../images/slider_home_page.jpg');
        padding: 70px 0px 70px 0px;
    }

    .parralax-two {
        background-image: url('../images/pralax_1.jpg');
        padding: 50px 0px 50px 0px;
    }

    .parralax-three {
        background-image: url('../images/pralax_1.jpg');
        padding: 50px 0px 50px 0px;
    }

    @media only screen and (max-device-width: 768px) {
        .parralax-one, .parralax-two, .parralax-three {
            background-attachment: scroll;
        }
    }

    .parallax-container {
        position: relative;
        overflow: hidden;
    }

    .parallax-content {
        position: relative;
        z-index: 1;
    }


    @media (min-width: 1200px) {

        .parallax-header {
            padding-top: 150px;
            padding-bottom: 150px;
        }
    }

    @media (min-width: 992px) {
        .parallax-header {
            padding-top: 130px;
            padding-bottom: 130px;
        }
    }

    @media (min-width: 768px) {
        .parallax-header {
            padding-top: 120px;
            padding-bottom: 120px;
        }
    }



    .bg-color {
        background-color: #F2F3F9;
    }

    /*----------------------------------Services--------------------------------*/

    .services-sml-title {
        font-weight: 500;
        color: #1E3F86;
        font-size: 17px;
        width: 100%;
        padding-top: 7px;
        padding-bottom: 7px;
        text-align: left;
    }

    /*------------------------------------Buttons-------------------------------*/

    .button {
        position: relative;
        display: inline-block;
        max-width: 100%;
        min-width: 210px;
        font-family: "Poppins", Helvetica, Arial, sans-serif;
        font-weight: 500;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        border-radius: 35px;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-transition: .25s all ease;
        -o-transition: .25s all ease;
        transition: .25s all ease;
        white-space: pre-wrap;
    }

    .button-primary, .button-primary:focus {
        position: relative;
        z-index: 1;
        padding: 8px 30px;
        color: #fff;
        background-image: -webkit-gradient(linear, left top, right top, from(#ADADD6), to(#1E3F86));
        background-image: -webkit-linear-gradient(left, #ADADD6, #1E3F86); /* For Chrome 25 and Safari 6, iOS 6.1, Android 4.3*/
        background-image: -o-linear-gradient(left, #ADADD6, #1E3F86); /* Opera 11.1-12*/
        background-image: linear-gradient(to right, #ADADD6, #1E3F86); /* Standard, must be last*/
        opacity: 1;
        -webkit-transition: inherit;
        -o-transition: inherit;
        transition: inherit;
        background-color: #1E3F86;
        overflow: visible;
        border-color: transparent;
    }

        .button-primary:hover, .button-primary:active, .button-primary:hover {
            color: #fff;
            background-color: #1E3F86;
            border-color: #1E3F86;
            background-image: -moz-none;
            background-image: -webkit-none;
            background-image: -webkit-none;
            background-image: -o-none;
            background-image: none;
        }


    @media (min-width: 992px) {
        .button {
            min-width: 180px;
        }
    }

    @media (min-width: 768px) {
        .button-primary {
            padding: 11px 30px;
        }

        .button-default-outline {
            padding: 8px 30px;
        }
    }

    #btn-transparent-intro {
        color: #fff;
    }

    #btn-transparent-intro-too {
        color: #fff;
        padding: 9px 21px !important;
    }

    #btn-transparent-intro-three {
        color: #fff;
    }

    #btn-transparent-sec-2 {
        color: #000;
    }

    #btn-transparent-sec-3 {
        color: #000;
    }

        #btn-transparent-sec-3:hover {
            color: #fff;
        }

    #btn-transparent-sec-2:hover {
        color: #fff;
    }

    @media (max-width: 768px) {
        .quote-btn-center {
            text-align: left;
        }
    }

    .button-default-outline, .button-default-outline:focus {
        border: 2px solid;
        padding: 9px 34px;
        background-color: transparent;
        border-color: #ededed;
    }

        .button-default-outline:hover, .button-default-outline:active, .button-default-outline:hover {
            color: #fff;
            background-color: #1E3F86;
            border-color: #1E3F86;
        }

    /*--------------------------Dividers--------------------------*/

    .divider-max {
        max-height: 3px !important;
    }

    .divider {
        display: inline-block;
        border: 0;
        font-size: 0;
        line-height: 0;
        height: 3px;
        max-width: 100px;
        width: 100%;
        max-height: 3px;
    }

    @media (min-width: 768px) {
        .group-header + .divider-default {
            margin-top: 30px;
        }
    }

    .group-header + .divider-default {
        margin-top: 15px;
    }

    .divider-default {
        background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, #ADADD6), color-stop(120%, #1E3F86));
        background-image: -webkit-linear-gradient(left, #ADADD6 20%, #1E3F86 120%);
        background-image: -o-linear-gradient(left, #ADADD6 20%, #1E3F86 120%);
        background-image: linear-gradient(to right, #ADADD6 20%, #1E3F86 120%);
    }

    .divider + p {
        margin-top: 18px;
    }

    @media (min-width: 1200px) {
        .divider + p {
            margin-top: 18px;
        }
    }

    .divider-thin {
        border: 0;
        font-size: 0;
        line-height: 0;
        height: 1px;
        /*max-width: 100px;*/
        width: 100%;
    }

    * + .divider-thin {
        margin-top: 18px;
    }

    @media (min-width: 992px) {
        .divider-thin + .box-inside {
            margin-top: 30px;
        }
    }

    .divider-thin + .box-inside {
        margin-top: 30px;
    }

    .box-inside > * {
        display: table-cell;
        vertical-align: top;
        padding: 0 6px;
    }

    * + .box-inside {
        margin-top: 25px;
    }

    .box-inside {
        margin-left: -7px;
        display: table;
        text-align: left;
    }

    .box-inside-txt {
        max-width: 100%;
        display: table;
        text-align: left;
    }

        .box-inside-txt a {
            color: #000;
        }


    /*-------------------------Lists------------------------*/


    .adv-list {
        display: block;
        list-style-type: disc;
        padding: 0px 0px 0px 17px;
    }

        .adv-list li {
            padding: 0px 0px 10px 0px;
            margin: 0;
        }

    .bullet-txt {
        position: relative;
        left: -1px;
    }

    .assoc-list {
        display: block;
        list-style-type: disc;
        list-style-position: inside;
    }

        .assoc-list li {
            padding: 0px 0px 10px 0px;
        }

    .list-cntct {
        display: block;
        list-style-type: none;
        padding: 0px 0px 0px 29px;
    }

        .list-cntct li {
            margin: 0;
        }

            .list-cntct li a {
                padding: 0px 0px 0px 20px;
            }

    .list-no-fix {
        top: 25px;
    }

    .fter-soc a:hover {
        color: #1E3F86;
    }
    /*---------------------------Map Section------------------------*/
    @media (min-width: 768px) {
        .google-maps {
            height: 500px;
        }
    }

    @media (min-width: 480px) {
        .google-maps {
            height: 250px;
        }
    }

    .google-maps {
        height: 500px;
        width: 100%;
        border: 1px solid #eaeaea;
        color: #333;
        pointer-events: all !important;
    }

    /*-------------------------------Form-----------------------------*/

    .form {
        position: relative;
        text-align: left;
    }

    .f-wrap {
        position: relative;
    }

    .f-label-outer, .f-label-outer.focus, .f-label-outer.auto-fill {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .f-label-outer {
        padding-left: 21px;
        margin-bottom: 3px;
        font-size: 12px;
        letter-spacing: .02em;
        color: #838386;
        pointer-events: auto;
        cursor: pointer;
    }

    .f-label, .f-label-outer {
        font-weight: 300;
        line-height: 24px;
        color: #838386;
    }

    label {
        display: inline-block;
        max-width: 100%;
        margin-bottom: 5px;
        font-weight: bold;
    }

    .f-input {
        display: block;
        width: 100%;
        min-height: 50px;
        padding: 10px 25px;
        font-weight: 300;
        line-height: 24px;
        color: #fff;
        background-color: #f2f3f9;
        background-image: none;
        border: 0px solid #f2f3f9;
        border-radius: 35px;
        -webkit-appearance: none;
    }

    .f-label-outer + .f-input + .f-validation {
        top: 36px;
    }

    textarea.f-input {
        height: 150px;
        min-height: 120px;
        max-height: 255px;
        resize: vertical;
    }

    input:focus:valid {
        background-color: #ADADD6;
    }

    input[type=text]:focus, textarea:focus {
        background-color: #ADADD6;
    }


    /*-----------------------------To Top Scroller------------------------------*/


    html.mobile .scrolltop,
    html.tablet .scrolltop {
        display: none !important;
    }

    @media (max-width: 480px) {
        .scrolltop {
            display: none !important;
        }
    }

    .scrolltop {
        display: none;
        width: 100%;
        margin: 0 auto;
        position: fixed;
        bottom: 30px;
        right: 10px;
    }

    .scroll {
        position: absolute;
        right: 30px;
        bottom: 10px;
        width: 32px;
        height: 32px;
        background-image: -webkit-gradient(linear, left top, right top, from(#ADADD6), to(#1E3F86));
        background-image: -webkit-linear-gradient(left, #ADADD6, #1E3F86); /*For Chrome 25 and Safari 6, iOS 6.1, Android 4.3*/
        background-image: -o-linear-gradient(left, #ADADD6, #1E3F86); /*Opera 11.1-12*/
        background-image: linear-gradient(to right, #ADADD6, #1E3F86); /*Standard, must be last padding: 20px;*/
        text-align: center;
        margin: 0 0 0 0;
        cursor: pointer;
    }

        .scroll:hover {
            background-color: #1E3F86;
            border-color: #1E3F86;
        }

            .scroll:hover .fa {
                padding-top: -10px;
                color: grey;
            }

        .scroll .fa {
            color: #ffffff;
            font-size: 18px;
            margin-top: 5px;
            margin-left: 1px;
        }

    .anchor {
        display: block;
        height: 1px; /*same height as header*/
        margin-top: -1px; /*same height as header*/
        visibility: hidden;
    }
    /*---------------------------------------------------------*/

















