.english {
    background-image: url(../images/base/english.png);
    position: fixed;
    top: 400px;
    right: -1px;
    height: 36px;
    width: 95px;
    z-index: 1111111;
}

.english:hover {
    background-image: url(../images/base/english-hover.png);
    position: fixed;
    top: 400px;
    right: -1px;
    height: 36px;
    width: 95px;
    z-index: 1111111;
}



.spanish {
    background-image: url(../images/base/spanish.png);
    position: fixed;
    top: 400px;
    right: -1px;
    height: 36px;
    width: 95px;
    z-index: 1111111;
}

.spanish:hover {
    background-image: url(../images/base/spanish-hover.png);
    position: fixed;
    top: 400px;
    right: -1px;
    height: 36px;
    width: 95px;
    z-index: 1111111;
}





.navbar-light {

    background-color: white;

    min-height: 80px
}



.navbar-light .navbar-collapse {

    background-color: white
}



.navbar-light .navbar-brand {

    padding: 0;

}



.navbar-light .navbar-brand img {

    height: 64px
}



.navbar-light .navbar-nav .nav-link {

    padding-top: 0;

    padding-bottom: 0;

    font-size: calc(16px + (18 - 16) * ((100vw - 1200px) / (1920 - 1200)));

    font-weight: 700;

    color: cornflowerblue !important;

    border-right: 1px solid cornflowerblue
}



.navbar-light .navbar-nav .nav-item:last-child .nav-link {

    border-right: none
}



.navbar-light .form-control {

    color: cornflowerblue;

    border-color: cornflowerblue
}



.navbar-light .btn {

    border-color: none
}



.navbar-light .btn img {

    height: 25px
}



#s1 {

    margin-top: 80px;

    padding-left: 0;

    padding-right: 0;

    padding-bottom: 50px;

    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);

    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16)
}



#s1 .s1-r1>div {

    height: 200px;

    background-image: url("../images/home/s1-r1-bg.jpg");

    background-repeat: no-repeat;

    background-size: cover;

    background-position: right
}



#s1 .s1-r2 {

    padding-top: 15px;

    padding-bottom: 15px;

    background-color: cornflowerblue
}



#s1 h2 {

    text-align: center;

    color: white;

    font-weight: 700
}



#s1 .s1-r2-c1 img {

    width: 85%;

    display: block;

    margin-right: auto;

    margin-left: auto
}



#s1 .s1-r2-c3 p {

    width: 85%;

    display: block;

    margin-right: auto;

    margin-left: auto;

    color: white;

    font-size: 26px;

    font-weight: 600;

    word-wrap: break-word
}



#s1 .s1-r3 {

    background-image: url("../images/home/s1-r3-bg.jpg");

    background-repeat: no-repeat;

    background-size: cover;

    background-position: right
}



#s1 .s1-r3>div {

    padding-right: 3%;

    padding-left: 3%;

    display: flex;

    align-items: center;

    min-height: 65px;

    background-color: rgba(158, 188, 244, 0.8)
}



#s1 .s1-r3 h1 {

    margin-bottom: 0;

    margin-right: 5%;

    color: white;

    font-weight: 700;

    text-shadow: 1px 1px 2px #000000
}



#s1 .s1-r3 .btn {

    display: flex;

    align-items: center;

    justify-content: center;

    padding-top: 0;

    padding-bottom: 0;

    height: 50px;

    color: white
}



#s1 .s1-r3 span {

    margin-right: 10px;

    font-size: 20px;

    font-weight: 700;

    align-self: flex-end
}



#s2 {

    padding: 0;

    margin-top: 3%
}



#s2 .s2-r2 {

    margin-top: 15px;

    background-image: url("../images/home/s1-r3-bg.jpg");

    background-repeat: no-repeat;

    background-size: cover;

    background-position: right
}



#s2 .s2-r2>div {

    padding-right: 3%;

    padding-left: 3%;

    display: flex;

    align-items: center;

    min-height: 65px;

    background-color: rgba(158, 188, 244, 0.8)
}



#s2 .s2-r2 h1 {

    margin-bottom: 0;

    margin-right: 5%;

    color: white;

    font-weight: 700;

    text-shadow: 1px 1px 2px #000000
}



#s2 .s2-r2 .btn {

    display: flex;

    align-items: center;

    justify-content: center;

    padding-top: 0;

    padding-bottom: 0;

    height: 50px;

    color: white
}



#s2 .s2-r2 span {

    font-size: 20px;

    font-weight: 700;

    align-self: flex-end
}



#s3 {

    padding: 15px 0;

    background-color: cornflowerblue
}



#s3 h3 {

    text-align: center;

    color: white;

    font-weight: 700
}



#s3 h3 span {

    font-size: 2.25rem
}



#s3 .row>div {

    padding-right: 2%;

    padding-left: 2%
}



#s3 .tab {

    background-color: white
}



#s3 .tab>div {

    flex-basis: 16%;

    flex-grow: 1;

    padding: 0.75rem;

    border: 1px solid #dee2e6
}



#s3 .nav-tabs {

    justify-content: center;

    margin-bottom: 15px;

}



#s3 .nav-tabs .nav-link.active {

    background-color: #2a76c1;

    color: white;

    border-color: #2a76c1
}



#s3 .nav-tabs .nav-link {

    background-color: white;

}



footer {

    padding-top: 1%;

    padding-bottom: 1%;

    min-height: 50px
}



footer .row>div {

    display: flex;

    justify-content: center;

    align-items: center
}



footer a {

    color: black;

    font-size: 16px;

    text-align: center
}



footer p {

    font-size: 20px;

    margin-bottom: 0px;

    text-align: center
}



#sticky-menu {

    position: -webkit-sticky;

    position: sticky;

    bottom: 0;

    width: 100%;

    display: flex;

    align-items: center;

    justify-content: center;

    min-height: 50px;

    background-color: cornflowerblue;

    border: 1px solid white;

}



#sticky-menu a {

    color: white;

    font-size: 18px;

    font-weight: 700;

    text-align: center;

    width: 220px
}



@media only screen and (max-width: 1199px) {

    .navbar-light .navbar-nav {

        padding-top: 30px
    }



    .navbar-light .navbar-nav .nav-link {

        font-size: 16px;

    }



    #s1 .s1-r2-c3 {

        padding-top: 25px;

    }

}



@media only screen and (max-width: 575px) {

    #s1 .s1-r1>div {

        display: none
    }



    #s1 h2 {

        font-size: 26px
    }



    #s1 .s1-r2-c3 p {

        text-align: center;

        font-size: 20px
    }



    #s1 .s1-r3 h1 {

        text-align: center;

        font-size: 30px
    }



    #s1 .s1-r3>div {

        flex-wrap: wrap;

        justify-content: center
    }



    #s1 .s1-r3 span {

        font-size: 16px
    }



    #s2 .s2-r2>div {

        flex-wrap: wrap;

        justify-content: center
    }



    #s2 .s2-r2 h1 {

        text-align: center;

        font-size: 30px
    }



    #s2 .s2-r2 span {

        font-size: 16px
    }

}



input {

    color: #000 !important
}



:-ms-input-placeholder {

    color: #000 !important
}



::-ms-input-placeholder {

    color: #000 !important
}



select option {

    background: #207cbb;

    color: #fff
}



@media only screen and (max-width: 760px) and (min-width: 10px) {

    .form_top {

        padding-top: 22px !important
    }



    input {

        margin-bottom: 12px !important
    }



    select {

        margin-bottom: 12px !important
    }



    .form_space {

        padding-bottom: 0px !important
    }

}



h2 {

    margin-bottom: 10px
}



.signup_heading_inner {

    text-align: left !important;

    font-size: 22px;

    color: #fff;

    font-weight: 700
}



.signup_inner_text {

    font-size: 21px;

    color: #d0e9f6;

    margin-bottom: 0rem;

    font-weight: 700
}



.form-top {

    overflow: hidden;

    padding: 0 1px 1px 25px;

    background: #2a76c1;

    border-radius: 4px 4px 0 0;

    text-align: left;

    color: #fff;

    border-style: solid;

    border-color: #2a76c1;

    border-width: 0px 1px 0px 1px
}



.form-top-left {

    float: left;

    width: 75%;

    padding-top: 15px
}



.form-top-right {

    float: left;

    width: 25%;

    padding-top: 5px;

    font-size: 66px;

    color: #ddd;

    line-height: 100px;

    text-align: right
}



.form-bottom {

    padding: 25px 25px 30px 25px;

    background: #f9f9f9;

    border-radius: 0 0 4px 4px;

    text-align: left;

    border-style: solid;

    border-color: #dedede;

    border-width: 0px 1px 1px 1px;

    -webkit-box-shadow: 2px 2px 5px 0px rgba(194, 194, 194, 0.41);

    box-shadow: 2px 2px 5px 0px rgba(194, 194, 194, 0.41)
}



.progress {

    height: auto !important;

    margin-bottom: 0px;

    border-radius: 0px;

    border-style: solid;

    border-color: #2a76c1 !important;

    border-width: 0px 0px 0px 1px !important
}



.progress-bar {

    height: 2rem
}



form .form-bottom textarea {

    height: 100px
}



form .form-bottom button.btn {

    min-width: 105px
}



@media (max-width: 767px) {

    .form-bottom {

        padding-bottom: 25px
    }



    form .form-bottom button.btn {

        margin-bottom: 5px
    }

}



@media (max-width: 415px) {

    h2 {

        font-size: 32px
    }

}



input[type="text"],

.form-control {

    height: 39px;

    margin: 0;

    padding: 0 20px;

    vertical-align: middle;

    background: #fff;

    border: 1px solid #ccc;

    font-size: 16px;

    font-weight: 300;

    line-height: 50px;

    color: #324558;

    border-radius: 4px;

    -webkit-box-shadow: none;

    box-shadow: none;

    -webkit-transition: all 0.3s;

    transition: all 0.3s
}



#form button.btn {

    height: 50px;

    margin: 0;

    padding: 0 20px;

    vertical-align: middle;

    background: #2a76c1;

    border: 0;

    font-size: 16px;

    font-weight: 300;

    line-height: 50px;

    color: #fff;

    border-radius: 4px;

    text-shadow: none;

    -webkit-box-shadow: none;

    box-shadow: none;

    -webkit-transition: all 0.3s;

    transition: all 0.3s;

    padding-right: 33px;

    padding-left: 33px
}



#form button.btn:hover {

    color: #fff;

    background: #16518b
}



#form button.btn:active {

    outline: 0;

    color: #fff;

    -webkit-box-shadow: none;

    box-shadow: none
}



#form button.btn:focus {

    outline: 0;

    background: #16518b;

    color: #fff
}



#form button.btn:active:focus {

    outline: 0;

    background: #16518b;

    color: #fff
}



.progress {

    margin-bottom: 0px;

    border-radius: 0px;

    border-style: solid;

    border-color: #dedede;

    border-width: 0px 1px 1px 1px;

    background-color: #ffffff
}



.form_space {

    padding-bottom: 15px
}



.form-control {

    height: 41px
}



.form_top {

    padding-top: 45px;

    margin-left: 0px;

    max-width: 100% !important
}



textarea.form-control {

    max-width: 100%;

    padding: 10px 10px 0 0;

    border: 1px solid #e3e3e3 !important;

    border-radius: 0;

    line-height: 2;

    height: 80px
}

#social {
    display: flex;
    justify-content: center;
}

#social a {
    display: block;
    margin-right: 7px;
    margin-left: 7px;
    height: 35px;
    width: 35px;
}

#social .fb {
    background-image: url(../images/footer/fb.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: background-image 0.4s ease;
    transition: background-image 0.4s ease;
}

#social .fb:hover {
    background-image: url(../images/footer/fb-h.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: background-image 0.4s ease;
    transition: background-image 0.4s ease;
}

#social .ig {
    background-image: url(../images/footer/ig.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: background-image 0.4s ease;
    transition: background-image 0.4s ease;
}

#social .ig:hover {
    background-image: url(../images/footer/ig-h.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: background-image 0.4s ease;
    transition: background-image 0.4s ease;
}