﻿/*#region Reset default rules*/

/* Box sizing rules */
*,
*::before,
*::after {
    box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
    margin: 0;
}

* {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

a {
    text-decoration: none;
}

    a:hover {
        cursor: pointer;
    }

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

/*#endregion */

/*#region Page base rules */

html {
    position: relative;
    min-height: 100%;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: #1175BA;
    font-family: 'Poppins', sans-serif;
    line-height: 1.5;
    font-size: 15px;
    font-weight: 600;
    background-color: #fff;
}

/*#endregion */

/*#region Extra small devices (phones, 600px and down) */

@media only screen and (max-width: 600px) {
    .header {
        height: 58px;
    }

    .main {
        padding-top: 58px;
        overflow: hidden;
    }

    .header .navbar {
        -moz-flex-flow: wrap;
        -ms-flex-flow: wrap;
        -o-flex-flow: wrap;
        -webkit-flex-flow: wrap;
        flex-flow: wrap;
    }

    .header .navbar-toggler {
        display: flex;
        height: 17px;
        margin: 0;
        padding: 0;
        background: none;
        border: none;
    }

        .header .navbar-toggler .navbar-toggler-icon {
            background: url('../img/navbar-toggler.svg') no-repeat center;
            display: inline-block;
            height: 17px;
            width: 22px;
            vertical-align: middle;
            line-height: 17px;
        }

    .header .flex-container {
        -o-justify-content: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .header.sticky {
        background: #fff;
    }

    .header .logo {
        width: 28px;
        height: 37px;
    }

    .header .navbar-toggler.collapse .navbar-toggler-icon {
        background: url('../img/navbar-toggler-close.svg') no-repeat center;
        height: 18px;
        width: 18px;
        line-height: 18px;
    }

    .header .navbar-collapse.collapse {
        display: flex;
        width: 100%;
        background-color: #fff;
        position: absolute;
        top: 54px;
        left: 0;
        padding: 0 20px;
    }

        .header .navbar-collapse.collapse ul {
            padding: 8px 0;
            position: relative;
        }

            .header .navbar-collapse.collapse ul, .header .navbar-collapse.collapse ul li {
                width: 100%;
            }

                .header .navbar-collapse.collapse ul li {
                    display: flex;
                    -webkit-box-pack: start;
                    justify-content: flex-start;
                    -webkit-box-align: center;
                    align-items: center;
                    position: relative;
                    text-decoration: none;
                    width: 100%;
                    box-sizing: border-box;
                    text-align: left;
                }

    .header .navbar-collapse ul li a {
        color: #297AB9;
        display: flex;
        -o-justify-content: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        width: 100%;
        -ms-align-items: center;
        -o-align-items: center;
        -webkit-align-items: center;
        align-items: center;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .header .navbar .navbar-collapse .nav-item .nav-list-item .chevron-right {
        background: url('../img/chevron-right-white.svg') no-repeat center;
    }

    .header .navbar .navbar-collapse .nav-item .nav-list-item {
        background-color: #297AB9;
        margin-left: 0;
    }

    .container {
        margin: auto;
        display: flex;
        -ms-align-items: flex-start;
        -o-align-items: flex-start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -o-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;
        max-width: 1233px;
        width: 100%;
        padding: 0 20px;
    }

    .header.sticky .navbar-main, .main section.banner-first .banner-img {
        display: none;
    }

    .space-10 {
        margin-left: 0;
    }

    .space-40 {
        margin-left: 0;
    }

    .main section.banner-first .banner-img.banner-img-mobile {
        display: inline-block;
    }

    .main section.banner-first {
        height: 594px;
    }

        .main section.banner-first .container {
            -o-justify-content: space-between;
            -webkit-justify-content: space-between;
            justify-content: space-between;
        }

        .main section.banner-first .oval {
            left: 0;
            right: 0;
            top: 55%;
            margin-left: auto;
            margin-right: auto;
            z-index: 1;
            width: 100%;
            height: 70%;
        }

        .main section.banner-first h2 {
            margin-top: 200px;
            width: 230px;
            font-size: 34px;
            font-weight: 500;
            line-height: 32px;
            letter-spacing: -1.7894737px;
            max-width: 230px;
            -webkit-align-self: center;
            -o-align-self: fcenter;
            align-self: center;
            text-align: center;
        }

        .main section.banner-first .banner-img {
            position: absolute;
            margin: 0 auto;
            top: 10%;
            width: 358px;
            height: 377px;
        }

        .main section.banner-first .call-to-action {
            width: 345px;
            height: 116px;
        }

    .main section.banner-second .items-wrapper .item h3 {
        max-width: 100%;
    }

    .main section.banner-second .items-wrapper .item h4 {
        margin-bottom: 40px;
    }
.main section.banner-features .items-wrapper .item {
        min-width: 158px;
        height: 130px;
        margin-bottom: 10px;
    }

        .main section.banner-features .items-wrapper .item h3 {
            margin: 0px auto;
            width: 152px;
            font-size: 15px;
            line-height: 24px
        }
    .main section.banner-features .items-wrapper .item h3.large {
        width: 136px;
    }
    .main section.banner-seventh .banner-img {
        position: absolute;
        margin: 0 auto;
        top: 15%;
        width: 200%;
        height: auto;
        left: -92%;
    }

    .main section.banner-seventh .call-to-action {
        margin-bottom: 60px;
    }

    .main section.banner-seventh .call-to-action {
        width: 345px;
    }

    .main .container {
        flex-direction: column;
        -o-justify-content: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -ms-align-items: center;
        -o-align-items: center;
        -webkit-align-items: center;
        align-items: center;
        height: 100%;
        overflow: hidden;
    }

    .main section.banner-first .call-to-action {
        z-index: 2;
        margin-bottom: 28px;
    }

    .main section.banner-second h2 {
        font-size: 30px;
        font-weight: 500;
        line-height: 32px;
        letter-spacing: -1.5789474px;
        -webkit-align-self: flex-start;
        -o-align-self: flex-start;
        align-self: flex-start;
        margin-top: 35px;
        margin-bottom: 40px;
    }

    .main section.banner-second .items-wrapper {
        flex-direction: column;
        -ms-align-items: flex-start;
        -o-align-items: flex-start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }

        .main section.banner-second .items-wrapper .item .item-logo {
            height: 200px;
            width: 137px;
        }

            .main section.banner-second .items-wrapper .item .item-logo.item-logo-1 img {
                margin-right: -30%;
                width: 80px;
            }

            .main section.banner-second .items-wrapper .item .item-logo.item-logo-2 img {
                margin-right: -27%;
                width: 77px;
            }

            .main section.banner-second .items-wrapper .item .item-logo.item-logo-3 img {
                margin-right: -21%;
                width: 60px;
            }

            .main section.banner-second .items-wrapper .item .item-logo.item-logo-4 img {
                margin-right: -28%;
                width: 85px;
            }

    .main section.banner-second {
        height: auto;
    }

        .main section.banner-second .items-wrapper .item {
            min-height: auto;
        }
 .main section.banner-features .container {
        -ms-align-items: flex-start;
        -o-align-items: flex-start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }
    .main section.banner-third .container .banner-img {
        display: none;
    }

    .main section.banner-third {
        height: auto;
        margin: 20px 0;
    }

        .main section.banner-third .container-inner {
            height: auto;
            padding: 40px 0;
        }

        .main section.banner-third .container {
            overflow: initial;
        }

            .main section.banner-third .container .banner-img.mobile {
                display: block;
                position: absolute;
                top: 40%;
                left: -350%;
            }

            .main section.banner-third .container .description h2 {
                font-size: 30px;
                font-weight: 500;
                line-height: 32px;
                letter-spacing: -1.5789474px;
            }

            .main section.banner-third .container .description h3 {
                margin: 5px 0;
            }

            .main section.banner-third .container .description-mobile {
                display: block;
                width: 100%;
            }

                .main section.banner-third .container .description-mobile img {
                    max-width: 100%;
                    margin-bottom: 50px;
                    margin-top: 20px;
                }

                    .main section.banner-third .container .description-mobile img.calc {
                        max-width: 152px;
                        margin: 20px auto 50px;
                        display: block;
                    }

            .main section.banner-third .container .slider-wrapper, .main section.banner-third .container .description, .main section.banner-third .container-inner .banner-img {
                display: none;
            }

        .main section.banner-third .description-mobile h3, .main section.banner-third .description-mobile h4 {
            display: inline-block;
            color: #fff;
        }

        .main section.banner-third .container .description-mobile h2, .main section.banner-third .container .description-mobile h3 {
            font-size: 26px;
            font-weight: 500;
            line-height: 26px;
            margin-top: 10px;
            margin-bottom: 15px;
            letter-spacing: -1.3684211px;
        }

        .main section.banner-third .container .description-mobile h4 {
            font-size: 15px;
            font-weight: 400;
            line-height: 26px;
            margin-bottom: 10px;
        }



    .main section.banner-fourth .container {
        -ms-align-items: flex-start;
        -o-align-items: flex-start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }

    .main section.banner-fourth .description {
        height: auto;
        flex-direction: column-reverse;
        padding: 20px 10px 50px;
    }

        .main section.banner-fourth .description .banner-img {
            width: 50%;
        }

        .main section.banner-fourth .description .banner-butterfly {
            margin-left: 10px;
        }

        .main section.banner-fourth .description h2 {
            color: #1175ba;
            font-family: Poppins;
            font-size: 13px;
            font-style: italic;
            font-weight: 400;
            line-height: 26px;
            width: 100%;
            text-align: left;
        }

        .main section.banner-fourth .description h3 {
            color: #1175ba;
            font-size: 13px;
            font-weight: 600;
            line-height: 26px;
            text-align: center;
        }

    .main section.banner-fifth .right-bg {
        -ms-border-bottom-right-radius: 20px;
        border-bottom-right-radius: 20px;
        -ms-border-bottom-left-radius: 20px;
        border-bottom-left-radius: 20px;
        background: #e6eff8;
        z-index: 1;
        position: absolute;
    }

    .main section.banner-fifth .container {
        position: relative;
        z-index: 10;
        overflow: inherit;
        top: -80px;
        -ms-align-items: flex-start;
        -o-align-items: flex-start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }

        .main section.banner-fifth .container h2 {
            max-width: 280px;
            color: #1175ba;
            font-family: Poppins;
            font-size: 30px;
            font-weight: 500;
            line-height: 32px;
            letter-spacing: -1.5789474px;
        }

        .main section.banner-fifth .container h3 {
            color: #1175ba;
            font-family: Poppins;
            font-size: 15px;
            font-weight: 400;
            line-height: 26px;
            margin-top: 20px;
        }

        .main section.banner-fifth .container .banner-map-au {
            width: 100%;
            position: relative;
            top: 20px;
            left: 0;
            margin: 0;
        }

    .main section.banner-fifth .container-inner {
        padding-top: 80px;
    }


    .main section.banner-sixth .container {
        padding: 60px 20px;
        -ms-align-items: flex-start;
        -o-align-items: flex-start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }

    .main section.banner-seventh .oval {
        display: none;
    }

    .main section.banner-sixth .items-wrapper {
        flex-direction: column;
    }

    .main section.banner-seventh {
        height: auto;
    }

        .main section.banner-seventh h2 {
            width: 324px;
            color: #ffffff;
            margin-top: 60px;
            font-size: 30px;
            font-weight: 500;
            line-height: 32px;
            letter-spacing: -1.5789474px;
        }

        .main section.banner-seventh .call-to-action {
            width: 345px;
            height: 116px;
        }

        .main section.banner-seventh .col-wrapper {
            display: flex;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            -o-flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
            margin-right: -15px;
            margin-left: -15px;
            margin-bottom: 40px;
            width: 100%;
            color: #fff;
            z-index: 10;
            position: relative;
        }

        .main section.banner-seventh .col-1 {
            max-width: 100%;
            position: relative;
            width: 100%;
            padding-right: 15px;
            padding-left: 15px;
        }

            .main section.banner-seventh .col-1 h3 {
                font-size: 20px;
                margin-top: 20px;
                margin-bottom: 20px;
            }

            .main section.banner-seventh .col-1 .contact-list ul {
                list-style: none;
                margin: 0;
                padding: 0;
            }

            .main section.banner-seventh .col-1 .material-icons.md-22 {
                font-size: 22px;
                width: 22px;
                height: 22px;
            }

            .main section.banner-seventh .col-1 .contact-list li i {
                margin-right: 5px;
                margin-top: 0.125rem;
            }

            .main section.banner-seventh .col-1 .contact-list i.footer-contact-email {
                font-size: 1.125rem;
            }

            .main section.banner-seventh .col-1 .contact-list i {
                display: flex;
                -ms-align-items: center;
                -o-align-items: center;
                -webkit-align-items: center;
                align-items: center;
                -o-justify-content: center;
                -webkit-justify-content: center;
                justify-content: center;
            }

            .main section.banner-seventh .col-1 .contact-list li {
                display: flex;
                margin-bottom: 1.5rem;
            }

            .main section.banner-seventh .col-1 a {
                color: #fff;
            }

        .main section.banner-seventh .col-2 {
            max-width: 100%;
            position: relative;
            width: 100%;
            padding-right: 15px;
            padding-left: 15px;
        }

            .main section.banner-seventh .col-2 input {
                display: block;
                font-size: 16px;
                font-weight: 400;
                width: 100%;
                padding: calc(0.75em - 1px) 1rem;
                margin-bottom: 1rem;
                -ms-border-radius: 0.375rem;
                border-radius: 0.375rem;
                border: 1px solid #d4d4e1;
                outline: 0;
                color: #303036;
                box-shadow: none;
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none;
                -ms-transition: all .25s;
                -o-transition: all .25s;
                -webkit-transition: all .25s;
                transition: all .25s;
            }
    main section.banner-seventh .col-2 label.alert {
        display: block;
        color: #98c13d;
        margin-bottom: 10px;
    }
            .main section.banner-seventh .col-2 .btn {
                position: relative;
                display: inline-block;
                text-align: center;
                font-size: 16px;
                font-weight: 400;
                color: #fff;
                fill: #fff;
                background: #98c13d;
                background: linear-gradient(to right,#98c13d 0,#6c8f1f 100%);
                text-decoration: none;
                padding: 0.75em 1.75em;
                -ms-border-radius: 0.375rem;
                border-radius: 0.375rem;
                outline: 0;
                border: none;
                cursor: pointer;
                overflow: hidden;
                -ms-transition: all .25s;
                -o-transition: all .25s;
                -webkit-transition: all .25s;
                transition: all .25s;
            }
    footer .banner .container .cross.left, footer .banner .container .cross.right {
        display: none;
    }

    footer .bottom-menu .container ul, footer .bottom-menu .container ul li {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }

        footer .bottom-menu .container ul li {
            -o-justify-content: center;
            -webkit-justify-content: center;
            justify-content: center;
        }

    footer .banner {
        height: 78px;
    }

    footer .bottom-menu {
        padding: 0;
    }
}

/*#endregion */

/*#region Small devices (portrait tablets and large phones, 600px and up) */

@media only screen and (min-width: 600px) {
    .header {
        height: 74px;
    }

    .main {
        padding-top: 74px;
    }

        .main .container {
            overflow: hidden;
        }

        .header .navbar-toggler, .main section.banner-first .banner-img.banner-img-mobile {
            display: none;
        }

    .header.sticky .navbar-main {
        display: flex;
    }

    .header.sticky {
        background: #0f5f9e;
        -ms-transition: background-color 1s;
        -o-transition: background-color 1s;
        -webkit-transition: background-color 1s;
        transition: background-color 1s;
    }

    .main .container {
        padding: 20px;
        height: 100%;
        margin: auto;
        display: flex;
        -moz-flex-flow: wrap;
        -ms-flex-flow: wrap;
        -o-flex-flow: wrap;
        -webkit-flex-flow: wrap;
        flex-flow: wrap;
        -ms-align-items: flex-start;
        -o-align-items: flex-start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -o-justify-content: flex-start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        max-width: 1199px;
        width: 100%;
    }

    .header .flex-container {
        -o-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;
    }



    .header.sticky .logo {
        display: none;
    }

    .header.sticky .logo-white {
        display: inline-block;
    }

    .header.sticky .container {
        height: 77px;
        border-bottom: 3px solid #f6f8f4;
        padding: 0 20px;
    }

    .space-10 {
        margin-left: 10px;
    }

    .space-40 {
        margin-left: 90px;
    }

    .main section.banner-first {
        height: 602px;
    }

        .main section.banner-first .container {
            -ms-align-items: flex-start;
            -o-align-items: flex-start;
            -webkit-align-items: flex-start;
            align-items: flex-start;
            -o-justify-content: center;
            -webkit-justify-content: center;
            justify-content: center;
        }

        .main section.banner-first .oval {
            width: 526px;
            height: 632px;
        }

        .main section.banner-first .call-to-action {
            right: 40px;
            bottom: 40px;
        }

        .main section.banner-first .oval {
            left: -168px;
            top: 19px;
        }

        .main section.banner-first h2 {
            font-size: 66px;
            font-weight: 500;
            line-height: 60px;
            letter-spacing: -3.4736843px;
            max-width: 472px;
            margin-top: 90px;
        }


        /*.main section.banner-first .banner-img {
            width: 44%;
            height: auto;
            margin-top: -60px;
            margin-right: 20px;
        }*/
        .main section.banner-first .banner-img {
            width: 110%;
            height: auto;
            margin-left: auto;
            margin-right: initial;
            margin-top: initial;
            position: absolute;
            top: 0;
            left: -10%;
            z-index: 1;
        }

        .main section.banner-first .call-to-action {
            width: 300px;
        }

    .main section.banner-features .items-wrapper .item h3 {
        width: 190px;
        font-size: 18px;
        font-weight: 600;
        line-height: 26px;
    }
   
        .main section.banner-features .items-wrapper .item h3.large {
        width: 228px;
    }
    .main section.banner-seventh {
        height: auto;
    }

        .main section.banner-seventh .banner-img {
            width: 44%;
            height: auto;
            margin-top: -60px;
            margin-right: 20px;
        }

        .main section.banner-seventh h2 {
            width: 393px;
        }

    .main section.banner-first .call-to-action {
        position: absolute;
        right: auto;
        left: auto;
        bottom: 40px;
        position: absolute;
    }

    .main .banner-second .container {
        -o-justify-content: flex-start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -ms-align-items: flex-start;
        -o-align-items: flex-start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }

    .main section.banner-second h2 {
        font-size: 30px;
        font-weight: 500;
        line-height: 70px;
        letter-spacing: -1.5789474px;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .main section.banner-second .items-wrapper .item h3 {
        max-width: 135px;
    }

    .main section.banner-second {
        height: auto;
    }

        .main section.banner-second .items-wrapper {
            -ms-align-items: center;
            -o-align-items: center;
            -webkit-align-items: center;
            align-items: center;
            flex-wrap: wrap;
        }

            .main section.banner-second .items-wrapper .item {
                height: 353px;
                width: 258px;
                -webkit-flex: 50%;
                -ms-flex: 50%;
                -o-flex: 50%;
                flex: 50%
            }

                .main section.banner-second .items-wrapper .item h3.short {
                    max-width: initial;
                }

                .main section.banner-second .items-wrapper .item .item-logo {
                    height: 244px;
                    width: 220px;
                }

                    .main section.banner-second .items-wrapper .item .item-logo.item-logo-1 img {
                        margin-right: -30%;
                        width: 123px;
                    }

                    .main section.banner-second .items-wrapper .item .item-logo.item-logo-2 img {
                        margin-right: -27%;
                        width: 124px;
                    }

                    .main section.banner-second .items-wrapper .item .item-logo.item-logo-3 img {
                        margin-right: -28%;
                        width: 124px;
                    }

                    .main section.banner-second .items-wrapper .item .item-logo.item-logo-4 img {
                        margin-right: -28%;
                        width: 132px;
                    }

                .main section.banner-second .items-wrapper .item h4 {
                    padding-right: 10px;
                }

    .main section.banner-third {
        height: 700px;
        padding-top: 30px;
    }


        .main section.banner-third .container-inner {
            height: 100%;
            position: relative;
            overflow: hidden;
        }

        .main section.banner-third .container {
            height: 100%;
            -ms-align-items: center;
            -o-align-items: center;
            -webkit-align-items: center;
            align-items: center;
            -o-justify-content: flex-start;
            -webkit-justify-content: flex-start;
            justify-content: flex-start;
        }

            .main section.banner-third .container .description-mobile {
                display: none;
            }


            .main section.banner-third .container .banner-img {
                display: block;
            }

        .main section.banner-third .container-inner .banner-img {
            width: 200%;
            position: absolute;
            z-index: 1;
            top: 90px;
            left: -30%;
        }

        .main section.banner-third .container .banner-img.mobile {
            display: none;
        }




        .main section.banner-third .container .description {
            width: 312px;
            margin-left: 10px;
            position: relative;
            z-index: 2;
        }


            .main section.banner-third .container .description h2 {
                font-size: 40px;
                font-weight: 500;
                line-height: 42px;
                letter-spacing: -2.1052632px;
            }


            .main section.banner-third .container .description h3 {
                font-size: 15px;
                font-weight: 400;
                line-height: 26px;
            }

    .main section.banner-second .items-wrapper .item {
        height: 400px;
    }

    .main section.banner-third .slider-wrapper {
        display: inline-block;
        text-align: center;
        display: flex;
        -o-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;
        -ms-align-items: center;
        -o-align-items: center;
        -webkit-align-items: center;
        align-items: center;
        padding-left: 10px;
        width: 50%;
        margin-left: 10px;
    }

        .main section.banner-third .slider-wrapper img {
            width: 100%;
        }

    .main section.banner-fourth .description {
        height: 430px;
    }

        .main section.banner-fourth .description .item-description {
            margin-left: 20px;
        }

        .main section.banner-fourth .description .banner-img {
            width: auto;
        }

        .main section.banner-fourth .description h2 {
            font-size: 15px;
            font-weight: 400;
            line-height: 26px;
            font-style: italic;
            color: #1175BA;
            text-align: center;
        }

        .main section.banner-fourth .description h2 {
            width: 394px;
        }

        .main section.banner-fourth .description h3 {
            font-size: 15px;
            font-weight: 600;
            line-height: 26px;
            font-style: normal;
            color: #1175BA;
            text-align: center;
        }

    .main section.banner-fifth {
        height: 730px;
        margin-bottom: 50px;
        overflow: hidden;
    }

        .main section.banner-fifth .container-inner {
            height: 100%;
            width: 100%;
            position: relative;
            margin-top: 50px;
        }

        .main section.banner-fifth .right-bg {
            height: 612px;
            width: 50%;
            -ms-border-bottom-left-radius: 20px;
            border-bottom-left-radius: 20px;
            background: #e6eff8;
            -webkit-background-blend-mode: normal;
            -moz-background-blend-mode: normal;
            -ms-background-blend-mode: normal;
            background-blend-mode: normal;
            /* -ms-transform: scaleX(-1);
            -webkit-transform: scaleX(-1);
            transform: scaleX(-1);*/
            right: 0;
            top: 115px;
            position: absolute;
            z-index: 1;
        }

        .main section.banner-fifth .container {
            padding: 70px 20px 70px 20px;
            margin-top: -50px;
        }

        .main section.banner-fifth .items-wrapper {
            -ms-align-items: flex-start;
            -o-align-items: flex-start;
            -webkit-align-items: flex-start;
            align-items: flex-start
        }

        .main section.banner-fifth .container h2 {
            font-size: 44px;
            font-weight: 500;
            line-height: 70px;
            letter-spacing: -2.3157895px;
            z-index: 19;
            margin-top: -40px;
        }

        .main section.banner-fifth .container h3 {
            z-index: 20;
            width: 323px;
            position: absolute;
            top: 113px;
            color: #1175ba;
            font-family: Poppins;
            font-size: 15px;
            font-weight: 400;
            line-height: 26px;
        }

    .main section.banner-sixth .container {
        padding: 70px 20px 90px 20px;
        margin-top: -50px;
        -o-justify-content: flex-start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }

    .main section.banner-sixth .items-wrapper {
        -ms-align-items: flex-start;
        -o-align-items: flex-start;
        -webkit-align-items: flex-start;
        align-items: flex-start
    }

    .main section.banner-sixth .container h2 {
        font-size: 44px;
        font-weight: 500;
        line-height: 70px;
        letter-spacing: -2.3157895px;
    }

    .main section.banner-seventh .container {
        -ms-align-items: center;
        -o-align-items: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .main section.banner-seventh .call-to-action {
        width: 395px;
        height: 144px;
    }

    .main section.banner-seventh .oval {
        left: -168px;
        top: 19px;
    }

    .main section.banner-seventh h2 {
        color: #fff;
        z-index: 2;
        font-size: 44px;
        font-weight: 500;
        line-height: 46px;
        letter-spacing: -2.3157895px;
    }

    .main section.banner-seventh .banner-img {
        width: auto;
        height: auto;
        margin-left: auto;
        margin-right: initial;
        margin-top: initial;
        position: absolute;
        top: 30px;
        right: 0;
        z-index: 1;
    }

    .main section.banner-seventh .call-to-action {
        width: 300px;
        height: 144px;
    }

    .main section.banner-seventh .col-wrapper {
        display: flex;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
        margin-bottom: 40px;
        width: 100%;
        color: #fff;
        z-index: 10;
        position: relative;
    }

    .main section.banner-seventh .col-1 {
        max-width: initial;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
        .main section.banner-seventh .col-1 h3 {
            font-size: 28px;
            margin-bottom: 30px;
        }
        .main section.banner-seventh .col-1 .contact-list ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

        .main section.banner-seventh .col-1 .material-icons.md-22 {
            font-size: 22px;
            width: 22px;
            height: 22px;
        }

        .main section.banner-seventh .col-1 .contact-list li i {
            margin-right: 5px;
            margin-top: 0.125rem;
        }

        .main section.banner-seventh .col-1 .contact-list i.footer-contact-email {
            font-size: 1.125rem;
        }

        .main section.banner-seventh .col-1 .contact-list i {
            display: flex;
            -ms-align-items: center;
            -o-align-items: center;
            -webkit-align-items: center;
            align-items: center;
            -o-justify-content: center;
            -webkit-justify-content: center;
            justify-content: center;
        }

        .main section.banner-seventh .col-1 .contact-list li {
            display: flex;
            margin-bottom: 1.5rem;
        }

        .main section.banner-seventh .col-1 a {
            color: #fff;
        }

    .main section.banner-seventh .col-2 {
        max-width: initial;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    main section.banner-seventh .col-2 label.alert {
        display: block;
        color: #98c13d;
        margin-bottom: 10px;
    }
    .main section.banner-seventh .col-2 input{
        display: block;
        font-size: 16px;
        font-weight: 400;
        width: 100%;
        padding: calc(0.75em - 1px) 1rem;
        margin-bottom: 1rem;
        -ms-border-radius: 0.375rem;
        border-radius: 0.375rem;
        border: 1px solid #d4d4e1;
        outline: 0;
        color: #303036;
        box-shadow: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        -ms-transition: all .25s;
        -o-transition: all .25s;
        -webkit-transition: all .25s;
        transition: all .25s;
    }
        .main section.banner-seventh .col-2 .btn {
            position: relative;
            display: inline-block;
            text-align: center;
            font-size: 16px;
            font-weight: 400;
            color: #fff;
            fill: #fff;
            background: #98c13d;
            background: linear-gradient(to right,#98c13d 0,#6c8f1f 100%);
            text-decoration: none;
            padding: 0.75em 1.75em;
            -ms-border-radius: 0.375rem;
            border-radius: 0.375rem;
            outline: 0;
            border: none;
            cursor: pointer;
            overflow: hidden;
            -ms-transition: all .25s;
            -o-transition: all .25s;
            -webkit-transition: all .25s;
            transition: all .25s;
        }

    footer .banner .container .cross.right {
        right: 0;
    }

    footer .banner .container .cross.left {
        left: 0;
    }

    footer .banner .container .cross.left, footer .banner .container .cross.right {
        display: block;
    }

    footer .banner {
        height: 155px;
    }

    footer .bottom-menu {
        padding: 20px 0;
    }
}

/*#endregion */

/*#region Medium devices (landscape tablets, 768px and up) */

@media only screen and (min-width: 768px) {
    .main section.banner-third .container .banner-img {
        margin-left: -50%;
    }

    .main section.banner-fourth .description .item-description {
        margin-left: 0;
    }

    .main section.banner-sixth .items-wrapper .item {
        min-width: auto;
    }
	.main section.banner-features .items-wrapper .item {
        min-width: 355px;
        height: 99px;
        margin-bottom: 15px;
    }

        .main section.banner-features .items-wrapper .item h3 {
            margin: -15px auto;
        }
}

/*#endregion */

/*#region Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .main section.banner-sixth .items-wrapper .item { min-width: 300px; }


    .main section.banner-third .container .banner-img { margin-left: -30%; }

    .main section.banner-seventh {
        height: 547px;
    }
    .main section.banner-seventh .col-1 { max-width: 33.33333%; }

    .main section.banner-seventh .col-2 { max-width: 66.66667%; }
	
    .main section.banner-features .items-wrapper .item {
        min-width: 301px;
        height: 99px;
        margin-bottom: 20px;
    }
}
/*#endregion */

/*#region Extra large devices (large laptops and desktops, 1200px and up) */

@media only screen and (min-width: 1200px) {
    .header.sticky .container {
        padding: 0;
    }

    .main .container {
        overflow: initial;
        padding: 0;
        -o-justify-content: space-around;
        -webkit-justify-content: space-around;
        justify-content: space-around;
        height: 100%;
        -ms-align-items: center;
        -o-align-items: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .main section.banner-first {
        height: 846px;
    }

        .main section.banner-first .container {
            -ms-align-items: center;
            -o-align-items: center;
            -webkit-align-items: center;
            align-items: center;
        }

        .main section.banner-first .banner-img {
            width: auto;
            height: auto;
            margin-left: auto;
            margin-right: initial;
            margin-top: initial;
            position: absolute;
            top: 0;
            left: -120px;
            z-index: 1;
        }

        .main section.banner-first .call-to-action {
            right: auto;
            left: auto;
            bottom: 40px;
            width: 395px;
        }

        .main section.banner-first h2 {
            font-size: 76px;
            font-weight: 500;
            line-height: 70px;
            letter-spacing: -4px;
            max-width: 492px;
            margin-top: -165px;
        }

    .main section.banner-second h2 {
        margin-top: 70px;
        font-size: 44px;
        font-weight: 500;
        line-height: 70px;
        letter-spacing: -2.3px;
        margin-bottom: 0;
    }

    .banner-second .container {
        -o-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;
    }

    .main section.banner-second .items-wrapper .item {
        -webkit-flex: initial;
        -ms-flex: initial;
        -o-flex: initial;
        flex: initial;
        height: 353px;
    }

        .main section.banner-second .items-wrapper .item .item-logo.item-logo-1 img {
            margin-right: -28%;
            width: 80px;
        }

        .main section.banner-second .items-wrapper .item .item-logo.item-logo-2 img {
            margin-right: -25%;
            width: 77px;
        }

        .main section.banner-second .items-wrapper .item .item-logo.item-logo-3 img {
            margin-right: -20%;
            width: 60px;
        }

        .main section.banner-second .items-wrapper .item .item-logo.item-logo-4 img {
            margin-right: -27%;
            width: 85px;
        }

    .main section.banner-second {
        height: 670px;
    }

        .main section.banner-second .items-wrapper .item h3.short {
            max-width: 120px;
        }

        .main section.banner-second .items-wrapper .item .item-logo {
            height: 200px;
            width: 150px;
        }

        .main section.banner-second .items-wrapper .item h4 {
            padding-right: 0;
        }
 .main section.banner-features .items-wrapper .item {
        min-width: 385px;
        height: 130px;
        margin-bottom: 20px;
    }

        .main section.banner-features .items-wrapper .item h3 {
            margin: auto;
        }
    .main section.banner-third {
        height: 700px;
        padding-top: 0;
    }

        .main section.banner-third .container .description h2 {
            font-size: 44px;
            font-weight: 500;
            line-height: 46px;
            letter-spacing: -2.3157895px;
        }

        .main section.banner-third .container .description {
            margin-left: 100px;
        }

        .main section.banner-third .container-inner .banner-img {
            width: 100%;
            position: absolute;
            z-index: 1;
            top: 90px;
            left: 0;
        }

        .main section.banner-third .container .banner-img {
            margin-top: -40px;
            margin-left: -28%;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1;
        }

        .main section.banner-third .slider-wrapper {
            min-width: 700px;
            display: inline-block;
            text-align: center;
            display: flex;
            -o-justify-content: center;
            -webkit-justify-content: center;
            justify-content: center;
            -ms-align-items: center;
            -o-align-items: center;
            -webkit-align-items: center;
            align-items: center;
            padding-left: 150px;
            width: auto;
            margin-left: 0;
        }

            .main section.banner-third .slider-wrapper img {
                width: auto;
            }

        .main section.banner-third .container .description {
            width: 312px;
            position: relative;
            z-index: 2;
        }

    .main section.banner-fourth {
        margin-top: 100px;
    }

        .main section.banner-fourth .container {
            -o-justify-content: flex-start;
            -webkit-justify-content: flex-start;
            justify-content: flex-start;
        }

        .main section.banner-fourth .description {
            height: 501px;
        }

            .main section.banner-fourth .description .item-description {
                margin-left: initial;
            }

            .main section.banner-fourth .description .banner-img {
                width: auto;
            }



    .main section.banner-fifth .container-inner .banner-img {
        width: 100%;
        position: absolute;
        z-index: 2;
        top: 115px;
    }



    .main section.banner-fifth .container {
        padding: 80px 0;
        margin-top: initial;
    }

        .main section.banner-fifth .container h2 {
            color: #1175ba;
            font-size: 44px;
            font-weight: 500;
            line-height: 70px;
            letter-spacing: -2.3157895px;
            width: 100%;
            margin-top: -60px;
        }

        .main section.banner-fifth .container h3 {
            color: #1175ba;
            font-size: 15px;
            font-weight: 400;
            line-height: 26px;
            max-width: 323px;
            left: 0;
        }

    .main section.banner-fifth .container {
        padding: 80px 20px;
        margin-top: initial;
        -ms-align-items: flex-start;
        -o-align-items: flex-start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }

        .main section.banner-fifth .container h2 {
            font-size: 44px;
            font-weight: 500;
            line-height: 70px;
            letter-spacing: -2.3157895px;
            margin-top: -70px;
            margin-left: -40px;
        }

    .main section.banner-seventh .banner-img {
        width: auto;
        height: auto;
        margin-left: auto;
        margin-right: initial;
        margin-top: initial;
        position: absolute;
        top: 30px;
        right: 0;
        z-index: 1;
    }

    .main section.banner-seventh .call-to-action {
        right: auto;
        left: auto;
        bottom: 40px;
    }

    footer .banner .container .cross.right {
        right: -100px;
    }

    footer .banner .container .cross.left {
        left: -100px;
    }
}

/*#endregion */

/*#region Common rules */

/*#region Header rules */

.header {
    padding: 0;
    color: #fff;
    background-color: #0F5F9E;
    position: fixed;
    top: 0;
    width: 100%;
    text-align: center;
    -ms-transition: background-color 1s;
    -o-transition: background-color 1s;
    -webkit-transition: background-color 1s;
    transition: background-color 1s;
    z-index: 100;
}

    .header .logo-white, .header .navbar-main {
        display: none;
    }

    .header.sticky .flex-container {
        -o-justify-content: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .header .navbar {
        padding-top: 8px;
        border-bottom: 10px;
        width: 100%;
        -ms-align-items: center;
        -o-align-items: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .header .delimiter {
        background: #f6f8f4;
        height: 3px;
    }

    .header .navbar a {
        line-height: 22px;
        color: #fff;
        font-size: 15px;
        font-weight: 600;
    }

    .header .navbar-main {
        -ms-align-items: center;
        -o-align-items: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .header .navbar .nav-item .nav-list-item {
        background-color: #fff;
        display: inline-flex;
        -o-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;
        -ms-align-items: center;
        -o-align-items: center;
        -webkit-align-items: center;
        align-items: center;
        height: 26px;
        width: 26px;
        vertical-align: middle;
        -ms-border-radius: 50%;
        border-radius: 50%;
        margin-left: 5px;
    }

        .header .navbar .nav-item .nav-list-item .chevron-right {
            background: url('../img/chevron-right.svg') no-repeat center;
            display: inline-block;
            height: 12px;
            width: 7px;
            vertical-align: middle;
            line-height: 12px;
        }

/*#endregion */

/*#region Content rules */

.navbar-toggler, .navbar-collapse {
    display: none;
}

.container {
    max-width: 1199px;
    margin: auto;
}

.main section {
    width: 100%;
}

.main .container {
    position: relative;
}

.flex-container {
    display: flex;
    flex-direction: row;
    -o-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.flex-gap {
    display: inline-flex;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-right: 20px;
}

/*#region Banner First rules */

.main section.banner-first {
    background-color: #116BB2;
    display: flex;
    -o-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

    .main section.banner-first h2 {
        color: #fff;
        z-index: 2;
    }

    .main section.banner-first .oval {
        -ms-opacity: 0.1028129;
        opacity: 0.1028129;
        position: absolute;
        background: #ffffff;
        -webkit-background-blend-mode: normal;
        -moz-background-blend-mode: normal;
        -ms-background-blend-mode: normal;
        background-blend-mode: normal;
        -moz-filter: blur(50px);
        -webkit-filter: blur(50px);
        filter: blur(50px);
        top: 337.62px;
    }

    .main section.banner-first .call-to-action {
        cursor: pointer;
        display: flex;
        height: 144px;
        border: 1px solid #98c13d;
        padding: 13px 10px;
        -ms-border-top-left-radius: 20px;
        border-top-left-radius: 20px;
        -ms-border-bottom-right-radius: 20px;
        border-bottom-right-radius: 20px;
        background-color: #98c13d;
        -ms-align-items: flex-end;
        -o-align-items: flex-end;
        -webkit-align-items: flex-end;
        align-items: flex-end;
        -o-justify-content: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        z-index: 2;
    }

        .main section.banner-first .call-to-action:hover {
            cursor: pointer;
        }

        .main section.banner-first .call-to-action h3 {
            max-width: 220px;
            color: #0a4471;
            font-size: 28px;
            font-weight: 500;
            line-height: 30px;
            letter-spacing: -0.9px;
        }

    .main section.banner-first .nav-list-item .chevron-bottom {
        background: url('../img/chevron-bottom.svg') no-repeat center;
        display: inline-block;
        height: 7px;
        width: 12px;
        vertical-align: middle;
        line-height: 7px;
    }

    .main section.banner-first .nav-list-item {
        background-color: #fff;
        display: inline-flex;
        -o-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;
        -ms-align-items: center;
        -o-align-items: center;
        -webkit-align-items: center;
        align-items: center;
        height: 46px;
        width: 46px;
        vertical-align: middle;
        -ms-border-radius: 50%;
        border-radius: 50%;
    }

/*#endregion */

/*#region Banner Second rules */

.main section.banner-second {
    background-color: #fff;
    display: flex;
    -o-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

    .main section.banner-second h2 {
        color: #1175ba;
    }

    .main section.banner-second .items-wrapper {
        width: 100%;
        display: flex;
        -o-justify-content: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

        .main section.banner-second .items-wrapper .item {
            min-width: 258px;
        }

            .main section.banner-second .items-wrapper .item .item-logo {
                background: #e6eff7;
                text-align: right;
                display: inline-block;
            }

                .main section.banner-second .items-wrapper .item .item-logo img {
                    height: 100%;
                    vertical-align: middle;
                    display: inline-block;
                }

            .main section.banner-second .items-wrapper .item h3, .main section.banner-second .items-wrapper .item h4,
            .main section.banner-sixth h2, .main section.banner-sixth h3, .main section.banner-sixth h4 {
                color: #1175ba;
            }

        .main section.banner-second .items-wrapper .item {
            margin-top: 0;
        }

            .main section.banner-second .items-wrapper .item .item-logo {
                -ms-border-bottom-right-radius: 20px;
                border-bottom-right-radius: 20px;
                -ms-border-top-left-radius: 20px;
                border-top-left-radius: 20px;
            }



            .main section.banner-second .items-wrapper .item h3 {
                font-size: 20px;
                font-weight: 600;
                line-height: 26px;
                letter-spacing: -0.41626817px;
                margin-top: 20px;
            }

            .main section.banner-second .items-wrapper .item h4 {
                font-size: 15px;
                font-weight: 400;
                line-height: 26px;
                margin-top: 10px;
            }

/*#endregion */
/*#region Banner Features rules */

.main section.banner-features {
    background-color: #fff;
    display: flex;
    -o-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

    .main section.banner-features .container {
        -o-justify-content: flex-start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start
    }

    .main section.banner-features h2 {
        color: #576a43;
        font-size: 15px;
        font-style: italic;
        font-weight: 400;
        line-height: 26px;
        margin: 20px 0;
    }

    .main section.banner-features .items-wrapper {
        width: 100%;
        display: flex;
        -o-justify-content: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 40px;
    }

        .main section.banner-features .items-wrapper .item {
            -ms-border-radius: 8px;
            border-radius: 8px;
            background: #f6f8f4;
            -webkit-background-blend-mode: normal;
            -moz-background-blend-mode: normal;
            -ms-background-blend-mode: normal;
            background-blend-mode: normal;
        }

            .main section.banner-features .items-wrapper .item .item-logo {
                background: none;
                width: 42px;
                height: 40px;
                -ms-border-top-left-radius: 8px;
                border-top-left-radius: 8px;
                -ms-border-bottom-right-radius: 8px;
                border-bottom-right-radius: 8px;
                -webkit-background-blend-mode: normal;
                -moz-background-blend-mode: normal;
                -ms-background-blend-mode: normal;
                background-blend-mode: normal;
            }



            .main section.banner-features .items-wrapper .item h3 {
                color: #1175ba;
            }

        .main section.banner-features .items-wrapper .item {
            margin-top: 0;
        }

            .main section.banner-features .items-wrapper .item:hover {
                cursor: pointer;
            }

        .main section.banner-features .items-wrapper .item-1:hover {
            background: #fbfdf7;
        }

            .main section.banner-features .items-wrapper .item-1:hover .item-logo {
                background: #98c13d;
            }

        .main section.banner-features .items-wrapper .item-2:hover {
            background: #fff6f5;
        }

            .main section.banner-features .items-wrapper .item-2:hover .item-logo {
                background: #ff3a20;
            }

        .main section.banner-features .items-wrapper .item-3:hover {
            background: #f6fafe;
        }

            .main section.banner-features .items-wrapper .item-3:hover .item-logo {
                background: #116bb2;
            }

        .main section.banner-features .items-wrapper .item-4:hover {
            background: #fdf8f6;
        }

            .main section.banner-features .items-wrapper .item-4:hover .item-logo {
                background: #f5d3c8;
            }

        .main section.banner-features .items-wrapper .item-5:hover {
            background: #fbf9fa;
        }

            .main section.banner-features .items-wrapper .item-5:hover .item-logo {
                background: #734b5e;
            }

        .main section.banner-features .items-wrapper .item-6:hover {
            background: #fbfdf7;
        }

            .main section.banner-features .items-wrapper .item-6:hover .item-logo {
                background: #648029;
            }

        .main section.banner-features .items-wrapper .item-7:hover {
            background: #faf9fa;
        }

            .main section.banner-features .items-wrapper .item-7:hover .item-logo {
                background: #ada8b6;
            }

        .main section.banner-features .items-wrapper .item-8:hover {
            background: #f5fbfe;
        }

            .main section.banner-features .items-wrapper .item-8:hover .item-logo {
                background: #a2d6f9;
            }

        .main section.banner-features .items-wrapper .item-9:hover {
            background: #fcf7f8;
        }

            .main section.banner-features .items-wrapper .item-9:hover .item-logo {
                background: #561d25;
            }

        .main section.banner-features .items-wrapper .item h3 {
            font-weight: 600;
            letter-spacing: -0.37464136px;
            text-align: center;
            display: block;
        }

           
/*#endregion */
/*#region Banner Third rules */

.main section.banner-third {
    display: flex;
    -o-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

    .main section.banner-third .description-round-wrapper {
        display: block;
        height: 144px;
        padding: 13px 10px;
        z-index: 2;
        width: 312px;
    }

        .main section.banner-third .description-round-wrapper.selected {
            border: 1px solid #0F649E;
            -ms-border-top-left-radius: 20px;
            border-top-left-radius: 20px;
            -ms-border-bottom-right-radius: 20px;
            border-bottom-right-radius: 20px;
            background-color: #0F649E;
        }

        .main section.banner-third .description-round-wrapper h3, .main section.banner-third .description-round-wrapper h4 {
            display: inline-block;
            color: #fff;
        }

    .main section.banner-third .container .description .description-round-wrapper h2, .main section.banner-third .container .description .description-round-wrapper h3 {
        font-size: 26px;
        font-weight: 500;
        line-height: 26px;
        margin-top: 10px;
        margin-bottom: 15px;
        letter-spacing: -1.3684211px;
    }

    .main section.banner-third .container .description .description-round-wrapper h4 {
        font-size: 15px;
        font-weight: 400;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .main section.banner-third .container-inner {
        background-color: #1175ba;
        width: 100%;
    }

    .main section.banner-third .container .description h2, .main section.banner-third .container .description h3 {
        color: #ffffff;
    }

    .main section.banner-third .container .description h3 {
        margin: 20px 0;
    }

    .main section.banner-third .call-to-action {
        display: flex;
        height: 40px;
        width: 187px;
        border: 1px solid #fff;
        padding: 13px 10px;
        -ms-border-top-right-radius: 20px;
        border-top-right-radius: 20px;
        -ms-border-top-left-radius: 20px;
        border-top-left-radius: 20px;
        -ms-border-bottom-right-radius: 20px;
        border-bottom-right-radius: 20px;
        background-color: #fff;
        -ms-align-items: center;
        -o-align-items: center;
        -webkit-align-items: center;
        align-items: center;
        -o-justify-content: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .main section.banner-third a.call-to-action:hover {
        cursor: pointer;
    }

    .main section.banner-third .description .call-to-action h3 {
        color: #648029;
        font-size: 15px;
        font-weight: 600;
        margin: 0;
    }

    .main section.banner-third .nav-list-item {
        background-color: #648029;
        display: inline-flex;
        -o-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;
        -ms-align-items: center;
        -o-align-items: center;
        -webkit-align-items: center;
        align-items: center;
        height: 26px;
        width: 26px;
        vertical-align: middle;
        -ms-border-radius: 50%;
        border-radius: 50%;
    }

    .main section.banner-third .chevron-bottom {
        background: url('../img/chevron-bottom-white.svg') no-repeat center;
        display: inline-block;
        height: 7px;
        width: 12px;
        vertical-align: middle;
        line-height: 7px;
    }

/*#endregion */

/*#region Banner Fourth rules */

.main section.banner-fourth {
    margin-bottom: 20px;
}

    .main section.banner-fourth .description {
        -ms-border-top-left-radius: 20px;
        border-top-left-radius: 20px;
        -ms-border-bottom-right-radius: 20px;
        border-bottom-right-radius: 20px;
        background-color: #f6f8f4;
        display: flex;
        flex-direction: column;
        -ms-align-items: center;
        -o-align-items: center;
        -webkit-align-items: center;
        align-items: center;
        -o-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;
        width: 100%;
    }

    .main section.banner-fourth h2 {
        color: #576a43;
        font-size: 15px;
        font-style: italic;
        font-weight: 400;
        line-height: 26px;
        margin: 20px 0;
    }

    .main section.banner-fourth .description .item-description {
        margin-top: 0;
        text-align: center;
    }



    .main section.banner-fourth .description .banner-face {
        margin-top: 10px;
    }

/*#endregion */

/*#region Banner Fifth rules */
.main section.banner-fifth .container-inner {
    height: 100%;
    width: 100%;
    position: relative;
    margin-top: 50px;
}
/*.main section.banner-fifth h3 {
    font-size: 44px;
    font-weight: 500;
    line-height: 70px;
    letter-spacing: -2.3157895px;
}*/
.main section.banner-fifth .banner-map-au {
    display: inline-block;
    position: absolute;
    top: 220px;
    left: 50%;
    z-index: 10;
    margin-left: -300px;
}

.main section.banner-fifth .comment {
    position: absolute;
    bottom: 20px;
    width: 100%;
}

.main section.banner-fifth .circle {
    display: inline-block;
    width: 14px;
    height: 13.19px;
    -ms-border-radius: 11px;
    border-radius: 11px;
    background: #ffffff;
    -webkit-background-blend-mode: normal;
    -moz-background-blend-mode: normal;
    -ms-background-blend-mode: normal;
    background-blend-mode: normal;
    -ms-transform: rotate(-90.00008deg);
    -webkit-transform: rotate(-90.00008deg);
    transform: rotate(-90.00008deg);
    display: inline-block;
    margin-left: 20px;
}

.main section.banner-fifth h4 {
    color: #576a43;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    display: inline-block;
    margin-left: 10px;
}

.main section.banner-fifth .items-wrapper {
    width: 100%;
    display: flex;
    -o-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

    .main section.banner-fifth .items-wrapper .item {
        margin-top: 30px;
        margin-right: auto;
        height: 208px;
    }

.main section.banner-fifth .container h2 {
    margin-bottom: 20px;
}

.main section.banner-fifth .items-wrapper .item h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.41626817px;
    margin-top: 30px;
}

.main section.banner-fifth .items-wrapper .item h4, .main section.banner-fifth .items-wrapper .item h4 a {
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
}

.main section.banner-fifth .items-wrapper .item h4 {
    margin-top: 5px;
}

    .main section.banner-fifth .items-wrapper .item h4 a {
        color: #1175ba;
        text-decoration: underline;
        text-decoration-color: #98C13D;
    }

        .main section.banner-fifth .items-wrapper .item h4 a:hover {
            cursor: pointer;
        }

/*#endregion */

/*#region Banner Sixth rules */

.main section.banner-sixth h3 {
    font-size: 44px;
    font-weight: 500;
    line-height: 70px;
    letter-spacing: -2.3157895px;
}

.main section.banner-sixth .items-wrapper {
    width: 100%;
    display: flex;
    -o-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

    .main section.banner-sixth .items-wrapper .item {
        margin-top: 30px;
        margin-right: auto;
        height: 208px;
    }

.main section.banner-sixth .container h2 {
    margin-bottom: 20px;
}

.main section.banner-sixth .items-wrapper .item h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.41626817px;
    margin-top: 30px;
}

.main section.banner-sixth .items-wrapper .item h4, .main section.banner-sixth .items-wrapper .item h4 a {
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
}

.main section.banner-sixth .items-wrapper .item h4 {
    margin-top: 5px;
}

    .main section.banner-sixth .items-wrapper .item h4 a {
        color: #1175ba;
        text-decoration: underline;
        text-decoration-color: #98C13D;
    }

        .main section.banner-sixth .items-wrapper .item h4 a:hover {
            cursor: pointer;
        }

/*#endregion */

.main section.banner-seventh {
    background-color: #116BB2;
    display: flex;
    -o-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

    .main section.banner-seventh .oval {
        -ms-opacity: 0.13775852;
        opacity: 0.13775852;
        position: absolute;
        left: -59px;
        top: 218px;
        width: 526px;
        height: 409px;
        background: #ffffff;
        -webkit-background-blend-mode: normal;
        -moz-background-blend-mode: normal;
        -ms-background-blend-mode: normal;
        background-blend-mode: normal;
        -moz-filter: blur(50px);
        -webkit-filter: blur(50px);
        filter: blur(50px);
    }

    .main section.banner-seventh .call-to-action .chevron-right {
        background: url(../img/chevron-right-green.svg) no-repeat center;
        display: inline-block;
        height: 12px;
        width: 7px;
        vertical-align: middle;
        line-height: 12px;
    }

    .main section.banner-seventh .call-to-action .nav-list-item {
        background-color: #fff;
        display: inline-flex;
        -o-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;
        -ms-align-items: center;
        -o-align-items: center;
        -webkit-align-items: center;
        align-items: center;
        height: 46px;
        width: 46px;
        vertical-align: middle;
        -ms-border-radius: 50%;
        border-radius: 50%;
    }



    .main section.banner-seventh .call-to-action {
        cursor: pointer;
        display: flex;
        border: 1px solid #98c13d;
        padding: 13px 10px;
        -ms-border-top-left-radius: 20px;
        border-top-left-radius: 20px;
        -ms-border-bottom-right-radius: 20px;
        border-bottom-right-radius: 20px;
        background-color: #98c13d;
        -ms-align-items: flex-end;
        -o-align-items: flex-end;
        -webkit-align-items: flex-end;
        align-items: flex-end;
        -o-justify-content: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        z-index: 2;
    }

        .main section.banner-seventh .call-to-action:hover {
            cursor: pointer;
        }

        .main section.banner-seventh .call-to-action h3 {
            max-width: 220px;
            color: #0a4471;
            font-size: 28px;
            font-weight: 500;
            line-height: 30px;
            letter-spacing: -0.9px;
        }


/*#endregion */
/*#region Footer rules */
footer .banner {
    background-color: #e3f2fc;
}

footer .container {
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -o-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    height: 100%;
    display: flex;
    margin: auto;
}

footer .banner .container .cross.left, footer .banner .container .cross.right {
    position: absolute;
    bottom: -56px;
}

footer .bottom-menu .container {
    -o-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
}

footer .bottom-menu li a, footer .bottom-menu li span {
    color: #8fa876;
    font-size: 14px;
    font-weight: 400;
    margin-right: 25px;
}

/*#endregion */

/*#endregion */
