﻿/*!
 * Start Bootstrap - Creative v5.0.1 (https://startbootstrap.com/template-overviews/creative)
 * Copyright 2013-2018 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-creative/blob/master/LICENSE)
 */
@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);

body,
html {
    width: 100%;
    height: 100%;
}

.grecaptcha-badge{
    top:75%;
}

body {
    color: #212529;
    /*font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;*/
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    background: #F4F5FC;
}

.arrow-down-image {
    width: 15px;
    margin-left: 1rem;
}

.cc-banner.cc-bottom {
    background: linear-gradient( 269deg, #445469,#1fb18a);
    z-index: 9999;
}

.text-muted {
    color: #212529 !important;
}

.container {
    max-width: 1340px !important;
}

hr {
    max-width: 50px;
    border-width: 3px;
    border-color: #415966;
}

    hr.light {
        border-color: #fff;
    }

a {
    color: #286091;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

#about {
    background-color: #F5F6FD;
}

    a:hover {
        color: #415966;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.bg-primary {
    /*background-color: #E2E6EA !important;*/
    background-color: #1f354a !important;
}

.bg-dark {
    background: linear-gradient(45deg, #141e30, #243b55);
}

.bg-grey {
    background-color: #F3F3F3 !important;
}

.bg-pink {
    background-color: #fefefe;
    background-image: linear-gradient(315deg, #00a4e4 0%, #fefefe 74%);
}

.bg-yellow {
    background-color: #FFEA59 !important;
}

.bg-blue {
    /*background: linear-gradient(45deg, #E9F9FB, #A3CBF7) !important;*/
    /*background: linear-gradient(45deg, #AACAEF, #FDE7F9 ) !important;*/
    background-color: #F3F3F3;
}

.bg-purple {
    background: linear-gradient(45deg, #cfd9df, #e2ebf0);
}

.bg-orange {
    /*background: linear-gradient(to right, #5F54C0,#EB8E38);*/
    background: linear-gradient(to right, #3a1c71, #d76d77,#ffaf7b);
}

#gotopbtn {
    background: linear-gradient(90deg,#445469,#1fb18a);
    color: #fff;
    border-radius: 43px;
    font-size: .9rem;
    font-weight: 700;
    cursor: pointer;
    padding: 10px 15px !important;
    position: fixed;
    bottom: 10px;
    right: 10px;
}

    #gotopbtn:hover {
        background: linear-gradient( 90deg,#1fb18a,#445469);
        color: #fff;
        font-size: .9rem;
        font-weight: 700;
        cursor: pointer;
    }

.text-faded {
    color: rgba(255, 255, 255, 0.7);
}

.text-red {
    color: #B61F2E !important;
    font-weight:lighter;
}

.text-13 {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.22em;
}

.text-green {
    color: #1E7F34 !important;
}

.text-dark {
    color: #353948 !important;
}

section {
    padding: 5rem 0;
}

.section-heading {
    margin-top: 0;
}

::-moz-selection {
    color: #fff;
    background: #212529;
    text-shadow: none;
}

::selection {
    color: #fff;
    background: #212529;
    text-shadow: none;
}

img::-moz-selection {
    color: #fff;
    background: transparent;
}

img::selection {
    color: #fff;
    background: transparent;
}

img::-moz-selection {
    color: #fff;
    background: transparent;
}

.light {
    animation: anim 2s infinite;
}

@keyframes anim {
    0% {
        x: 111.416;
        y: 50.37;
    }

    100% {
        x: 400;
        y: 50;
    }
}

#mainNav {
    border-bottom: 1px solid rgba(33, 37, 41, 0.1);
    background: #F5F6FD;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    padding: 5px !important;
}

    #mainNav .navbar-brand {
        font-weight: 700;
        text-transform: uppercase;
        color: #F05F40;
        font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    }

        #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
            color: #638699;
        }

    #mainNav .navbar-nav > li.nav-item > a.nav-link,
    #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
        font-size: .9rem;
        font-weight: 700;
        text-transform: uppercase;
        color: #212529;
    }

        #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
        #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
            color: #638699;
        }

        #mainNav .navbar-nav > li.nav-item > a.nav-link.active,
        #mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
            color: #638699 !important;
            background-color: transparent;
        }

            #mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover,
            #mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover {
                background-color: transparent;
            }

@media (min-width: 992px) {
    #mainNav {
        border-color: transparent;
        background: transparent;
    }
    .dropbtn, .login-dropbtn {
        color: white;
    }
        #mainNav .navbar-brand {
            color: rgba(255, 255, 255, 0.7);
        }

            #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
                color: #415966;
            }

        #mainNav .navbar-nav > li.nav-item > a.nav-link {
            padding: 0.5rem 1rem;
        }

            #mainNav .navbar-nav > li.nav-item > a.nav-link,
            #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
                color: rgb(44, 44, 45);
            }

                #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
                #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
                    color: #415966;
                }

        #mainNav.navbar-shrink {
            border-bottom: 1px solid rgba(33, 37, 41, 0.1);
            background-color: #F5F6FD;
        }

            #mainNav.navbar-shrink .navbar-brand {
                color: #F05F40;
            }

                #mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
                    color: #638699;
                }

            #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link,
            #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
                color: #212529;
            }

                #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover,
                #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover {
                    color: #638699;
                }
}

header.masthead {
    padding-top: 10rem;
    padding-bottom: calc(10rem - 56px);
    background-image: url("../img/partners-bg-2.png");
    background-position: center center;
    background-size: cover;
}

    header.masthead hr {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    header.masthead h1 {
        font-size: 2rem;
    }

    header.masthead p {
        font-weight: 300;
    }

@media (min-width: 768px) {
    header.masthead p {
        font-size: 1.15rem;
    }
}

@media(max-width:992px){
    #logoWhite {
        display: none !important;
    }

    #logo {
        display: block !important;
    }
}

@media (min-width: 992px) {
    header.masthead {
        height: 100vh;
        min-height: 650px;
        padding-top: 0;
        padding-bottom: 0;
    }

        header.masthead h1 {
            font-size: 3rem;
        }
}

@media (min-width: 1200px) {
    header.masthead h1 {
        font-size: 4rem;
    }
}

.service-box {
    max-width: 400px;
}


.text-primary {
    color: #353948 !important;
}

.btn {
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    border-radius: 5px;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.btn-xl {
    padding: 1rem 2rem;
}

.btn-primary {
    background-color: #638699;
    border-color: #638699;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
        color: #fff;
        background-color: #415966 !important;
    }

    .btn-primary:active, .btn-primary:focus {
        -webkit-box-shadow: 0 0 0 0.2rem #415966 !important;
        box-shadow: 0 0 0 0.2rem #415966 !important;
    }

.blob {
    background: rgba(28, 148, 6,1);
    box-shadow: 0 0 0 0 rgba(31,177,138);
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(31,177,138,0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(31,177,138,0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(31,177,138,0);
    }
}


.dropbtn {
    background: transparent;
    color: white;
    padding: 0 10px 10px 10px;
    font-size: .9rem;
    font-weight: 700;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    max-height: 350px;
    overflow-y: scroll;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        font-size: .9rem;
        font-weight: 700;
        cursor: pointer;
    }

        .dropdown-content a:hover {
            background-color: #f1f1f1
        }

.dropdown:hover .dropbtn {
    /*background-color: #E2E6EA;*/
}

.dropbtn:focus, .login-dropbtn:focus{
    outline:unset;
}

#findoutmore {
    background: transparent;
    border: 1px solid white;
    transition:0.6s ease;
    color:white;
}
    #findoutmore:hover {
        background: #1fb18a5c !important;
        transition: 0.6s ease;
    }

    #findoutmore:active {
        background: unset !important;
    }

/*=========== Login button ==============*/
.login-dropbtn {
    background: transparent;
    color: white;
    padding: 0 10px 10px 10px;
    font-size: .9rem;
    font-weight: 700;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

.login-dropdown {
    position: relative;
    display: inline-block;
    border-radius: 5px;
    /*border: 2px solid #212529;*/
}

.login-dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 5px;
}

    .login-dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        font-size: .9rem;
        font-weight: 700;
        cursor: pointer;
    }

        .login-dropdown-content a:hover {
            background-color: #f1f1f1
        }

.login-dropdown:hover .login-dropbtn {
   /* background-color: #E2E6EA;*/
}

/* ==================================*/

.dropdowntxt {
    position: relative;
    display: inline-block;
}

.droptxt-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 700px;
    padding: 10px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}


    .droptxt-content a:hover {
        background-color: #f1f1f1
    }

p {
    font-size: 1rem;
    text-align: left;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}


.overlay {
    width: 100%;
    height: 100%;
    top: 0;
    background: #353948;
    opacity: 0.6;
    position: absolute;
}

#myBtn {
    background-color: #28a745;
    border: 2px solid #218838 !important;
    color: white;
    /*padding: 22px 10px 22px 10px;*/
}

#social-media a {
    padding: 3px;
}

#bens table {
    border: 1px solid #dadada;
    min-width: 100%;
}


#preferredPartners {
    text-align: right;
    line-height: 50px;
    padding-top: 3rem;
}

#preferredPartners h5{
    font-weight:600;
    color:#23344a;
}

#preferredPartners p{
    line-height:30px;
}

#benefits, #faq {
    background: linear-gradient( 90deg, #445469,#1fb18a );
    color: white;
}

#application {
    background: linear-gradient( 91deg, #445469,#1fb18a );
    border-top: 1px solid #ffffff61;
}

#application .control-label, #application > div > div:nth-child(3) > div > span > a {
    color: white !important;
}


    #bens table tr th {
        font-size: 1.25rem;
        color: white !important;
        font-weight: 500;
        line-height: 1.2;
        padding: 22px 26px 17px;
        vertical-align: middle;
        font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    }

    #bens table tr td {
        font-size: 1rem;
        text-align: left;
        height: 160px;
        line-height:30px;
        color: #212529 !important;
        font-weight: 400;
        padding: 22px 26px 17px;
        vertical-align: baseline;
        font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    }

@media (max-width: 767px) {
    #bens table {
        min-width: 200px !important;
    }

    #about h3, #about p{
        text-align:center;
    }

    #about > div > div:nth-child(1) > div > div.row > div:nth-child(1) > div:nth-child(n) {
        flex-direction: column-reverse;
        text-align-last: center;
    }
    #medal {
        width: fit-content;
        margin-top: 2rem;
    }

    .droptxt-content {
        min-width: 350px;
    }
}

.tel-number {
    color: #00BBE1;
}

@import url(https://fonts.googleapis.com/css?family=Lato:400,700);

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.accordion dl {
}

.accordion dt {
    cursor: pointer;
    border-bottom: 1px solid #ffffff3d;
}

.accordion dt > a {
    font-weight: 400;
    padding: 1em;
    display: block;
    text-decoration: none;
    color: white !important;
    -webkit-transition: background-color 0.5s ease-in-out;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.accordion dd {
    background-color: transparent;
    color: #fafafa;
    font-size: 2em;
    line-height: 1.5em;
    overflow: auto;
    border-bottom: 1px solid #ffffff3d;
}

    .accordion dd > p {
        padding: 1em 2em 1em 2em;
        color: white !important;
        line-height:30px;
    }

.accordion {
    position: relative;
    background-color: transparent;
}

.accordionTitle {

}

    .accordionTitle:before {
        content: "+";
        font-size: 3em;
        line-height: 0.5em;
        float: left;
        -moz-transition: -moz-transform 0.3s ease-in-out;
        -o-transition: -o-transform 0.3s ease-in-out;
        -webkit-transition: -webkit-transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out;
    }

    .accordionTitle:hover {
        background-color: #1fb18a52;
    }

.accordionTitleActive {
    background-color: #1fb18a52;
}

    .accordionTitleActive:before {
        -webkit-transform: rotate(-225deg);
        -moz-transform: rotate(-225deg);
        transform: rotate(-225deg);
    }

.accordionItem {
    height: auto;
    overflow: hidden;
}

@media all {
    .accordionItem {
        max-height: 50em;
        -moz-transition: max-height 1s;
        -o-transition: max-height 1s;
        -webkit-transition: max-height 1s;
        transition: max-height 1s;
    }
}

@media screen and (min-width: 48em) {
    .accordionItem {
        max-height: 15em;
        -moz-transition: max-height 0.5s;
        -o-transition: max-height 0.5s;
        -webkit-transition: max-height 0.5s;
        transition: max-height 0.5s;
    }
}

.accordionItemCollapsed {
    max-height: 0;
}

.animateIn {
    -webkit-animation-name: accordionIn;
    -webkit-animation-duration: 0.65s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: both;
    -webkit-animation-delay: 0s;
    -moz-animation-name: normal;
    -moz-animation-duration: 0.65s;
    -moz-animation-iteration-count: 1;
    -moz-animation-direction: alternate;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-fill-mode: both;
    -moz-animation-delay: 0s;
    animation-name: accordionIn;
    animation-duration: 0.65s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-timing-function: ease-in-out;
    animation-fill-mode: both;
    animation-delay: 0s;
}

.animateOut {
    -webkit-animation-name: accordionOut;
    -webkit-animation-duration: 0.75s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-direction: alternate;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: both;
    -webkit-animation-delay: 0s;
    -moz-animation-name: accordionOut;
    -moz-animation-duration: 0.75s;
    -moz-animation-iteration-count: 1;
    -moz-animation-direction: alternate;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-fill-mode: both;
    -moz-animation-delay: 0s;
    animation-name: accordionOut;
    animation-duration: 0.75s;
    animation-iteration-count: 1;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
    animation-fill-mode: both;
    animation-delay: 0s;
}

@-webkit-keyframes accordionIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.8);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes accordionIn {
    0% {
        opacity: 0;
        -moz-transform: scale(0.8);
    }

    100% {
        opacity: 1;
        -moz-transform: scale(1);
    }
}

@keyframes accordionIn {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes accordionOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.8);
    }
}

@-moz-keyframes accordionOut {
    0% {
        opacity: 1;
        -moz-transform: scale(1);
    }

    100% {
        opacity: 0;
        -moz-transform: scale(0.8);
    }
}

@keyframes accordionOut {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(0.8);
    }
}

.mrg {
    margin-left: 25px;
}


/* ============= tabs ============= */
#tabs {
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    background: #FFFFFF;
    color: #212529;
}

    #tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        color: #f3f3f3;
        background-color: transparent;
        border-color: transparent transparent #f3f3f3;
        border-bottom: 4px solid !important;
        font-size: 20px;
        font-weight: bold;
    }

    #tabs .nav-tabs .nav-link {
        color: #212529;
        font-size: 20px;
    }


/* =========== Wizard ==============*/
/* Latest compiled and minified CSS included as External Resource*/

/* Optional theme */

/*@import url('//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-theme.min.css');*/
.stepwizard-step p {
    margin-top: 0px;
    color: #666;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

    .stepwizard p {
        text-align: center;
    }

.stepwizard-step button {
    border-radius: 15px;
}

    .stepwizard-step button[disabled] {
        /*opacity: 1 !important;
    filter: alpha(opacity=100) !important;*/
    }

.stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
    opacity: 1 !important;
    color: #bbb;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-index: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button-bevel;
}

.nextBtn {
    float: right;
}

.control-label {
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif !important;
    color: white !important;  
}

.css-label {
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif !important;
    color: white !important;
}

hr.style-one {
    max-width: 100% !important;
    border: 0;
    height: 1px;
    background: #A3A3A3;
}

.divRow {
    /*border: 4px solid #353948;*/
    border-radius: 10px;
}

.divIcon {
    background-color: #f4f4f4;
}

.divText {
    background-color: white;
    padding: 15px;
}

.icon-style {
    margin-top: 15px;
}

.paragraph {
    text-align: center !important;
    font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
    color: #B61F2E !important;
}


::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px grey;
    border-radius: 3px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #445469;
    border-radius: 3px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #445469;
    }


/*.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 1.375rem .75rem;
    font-size: 1rem;
    line-height: 2;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 5px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}*/

.contact-modal-title {
    font-weight: 700;
    text-transform: uppercase;
}

.contact-modal-title-lowerCase {
    font-weight: 700;
}

.contact-modal-under-title {
    text-transform: uppercase;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.22em;
}


.btn-light-blue {
    background-color: #00bbe1;
    border-color: #00bbe1;
    color: white;
}

    .btn-light-blue :hover, .btn-light-blue :focus, .btn-light-blue :active {
        background-color: #00b0d4;
        border-color: #00b0d4;
        color: white;
    }

.text-center{
    text-align: center !important;
}

.long-hr {
    max-width: 50% !important;
    border-top: 1px solid #DDDDDD !important;
}

#btn-place {
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    outline: none;
    cursor: pointer;
}

@media (max-width: 450px) {
    #infomouse {
        width: 260px !important;
    }

    #applyButton {
        display: block !important;
    }

    #btn-place {
        display: none;
    }

    .myBtn {
        background-color: #28a745;
        color: white;
    }

    .first-text {
        font-size: 35px !important;
    }

    #social-media a {
        padding: 5px;
    }
}

.carousel__items {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
    height: 100vh;
    position: relative;
}


.carousel__item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: opacity 2s;
    -webkit-transition: opacity 2s;
}


.part-1 {
    height: 50%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top:8rem;
}

.btnPlace {
    width: 100%;
    display: block;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

#head{
    padding: 0 !important;
}

.first-text {
    font-size: 65px;
}


.loginbtn {
    background-color: transparent;
    color: #212529;
    padding: 8px;
    margin-left: 3px;
    font-size: .9rem;
    font-weight: 700;
    cursor: pointer;
    border-radius: 5px;
    border: 2px solid #212529;
}

.gotobtn {
    background-color: transparent;
    color: white;
    margin-left: 3px;
    font-size: .9rem;
    font-weight: 700;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid white;
}

.text-right {
   text-align: right;
}

.text-orange {
    color: #F6A07A !important;
}

#benefitsButton {
    border: 1px solid #445469 !important;
    color: #445469;
}

    #benefitsButton:hover {
        background: #445469;
        color: white;
        border-color: white;
    }

        #benefitsButton:hover .chevron:after, #benefitsButton:hover .chevron:before {
            background: white !important;
        }

.label-partner {
    line-height:28px;
    display: inline;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    font-size: 85% !important;
    padding: 0.4em 0.6em !important;
    background: #343a40 !important;
}

.dropdown-content, .login-dropdown-content {
    right: 5px;
}

@media(max-width:991px) {
    #mainNav {
        padding: 0 5px !important;
    } 
    #hamburger {
        background-color: transparent;
        border: none;
        cursor: pointer;
        display: flex;
        padding: 0;
    }

        #hamburger .line {
            fill: none;
            stroke: #23344a;
            stroke-width: 6;
            transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
        }

        #hamburger .line1 {
            stroke-dasharray: 60 207;
            stroke-width: 6;
        }

        #hamburger .line2 {
            stroke-dasharray: 60 60;
            stroke-width: 6;
        }

        #hamburger .line3 {
            stroke-dasharray: 60 207;
            stroke-width: 6;
        }

        #hamburger.open .line1 {
            stroke-dasharray: 90 207;
            stroke-dashoffset: -134;
            stroke-width: 6;
        }

        #hamburger.open .line2 {
            stroke-dasharray: 1 60;
            stroke-dashoffset: -30;
            stroke-width: 6;
        }

        #hamburger.open .line3 {
            stroke-dasharray: 90 207;
            stroke-dashoffset: -134;
            stroke-width: 6;
        }
    .navbar-toggler:focus {
        outline: unset !important;
    }
    .navbar-toggler{
        border:unset !important;
        border-color:unset !important;
    }
    .dropbtn, .login-dropbtn {
        color: black !important;
    }
    .navbar ul {
        display: flex;
        align-items: flex-end;
        padding-top: 10px;
        align-items: end !important;
        padding-bottom: 10px;
        line-height: 2rem;
    }
    .navbar{
        padding:5px !important;
    }
    .setCenter {
        text-align: center !important;
    }
}