/* Base CSS */

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus,
a:active,
a:hover {
    outline: 0 solid;
    text-decoration: none !important;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700;
}

html,
body {
    height: 100%
}

body {
    font-family: 'Montserrat', sans-serif;
}

a:hover {
    text-decoration: none
}

footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30%;
}

footer.partner-footer {
    bottom: -50%;
}

footer.partner-footer.register-footer {
    bottom: -60%;
}


/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

.logo-main img {
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    width: 25%;
}

.logo-main img:hover {
    opacity: 0.7;
}

.hero-area {
    padding: 50px 0;
}

.slider-text h2 {
    color: #f15722;
    font-size: 41px;
    font-weight: 600;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
}

.slider-text h2:hover {
    opacity: .7;
}

.register-text>p {
    color: #446ca6;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
}

.register-text>p:hover {
    opacity: .7;
}

.register-btn {
    background: #f15722 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    padding: 4px 12px;
    text-decoration: none;
    text-transform: uppercase;
    transition: .4s;
    -webkit-transition: .4s;
}

.register-btn:hover i {
    padding-left: 15px;
}

.register-btn i {
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
}

.register-btn:hover,
.register-btn:active,
.register-btn:focus,
.partner-btn:hover,
.partner-btn:active,
.partner-btn:focus {
    color: #fff !important;
    opacity: .7;
}

.register-img>img {
    position: relative;
    top: 21px;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    width: 70%;
}

.register-img>img:hover {
    opacity: 0.7;
}

.footer-top {
    background-repeat: repeat-x;
    padding: 81px 0;
}

.footer-position {
    position: relative;
    z-index: 1;
}

.footer-bottom>p {
    color: #fff;
    font-size: 12px;
}

.footer-bottom,
.footer-bottom-custom {
    background-color: #f15722;
    padding: 18px 0 10px 25px;
    color: #fff;
}

.feature-section .row {
    display: flex;
    flex-wrap: wrap;
}

.top-title {
    color: #f15722;
    font-size: 24px;
    letter-spacing: 0.5px;
    padding: 50px 0;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
}

.top-title:hover {
    opacity: .7;
}

.earn-title {
    color: #446ca6;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
}

.earn-title:hover {
    opacity: 0.7;
}

.main-content>p,
.sub-title {
    color: #f15722;
    font-size: 17px;
    font-weight: 600;
    padding-bottom: 20px;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
}

.main-content .extra-pad {
    padding-bottom: 5px;
}

.main-content>p:hover {
    opacity: 0.7;
}

.single-feature h3 {
    color: #446ca6;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 5px;
}

.partner-btn {
    background: #e8582c none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    margin-right: 50px;
    padding: 2px 3px;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
}

.partner-btn:hover {
    padding: 2px 10px;
}

.single-feature {
    padding-bottom: 20px;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
}

.single-feature:hover {
    color: #393939;
    opacity: 1;
}

.single-feature>input {
    float: left;
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
}

.single-text {
    padding-left: 35px;
}

.learn-area {
    padding-bottom: 100px;
}

.main-contact-form label {
    color: #2b5496;
    font-weight: 500;
}

.main-contact-form input[type="text"],
input[type="email"] {
    height: 27px;
    margin-bottom: 15px;
}

.main-contact-form input.person-name {
    margin-bottom: 0;
}

.radio-marin {
    margin-bottom: 15px;
}


.state-sel.form-control {
    height: 27px;
    padding: 0;
}

.radio-marin label {
    color: #666;
    font-weight: 00;
}

.submit-frm {
    background: #f15722 none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    margin-right: 17px;
    margin-top: 20px;
    padding: 2px 10px;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
}

.submit-frm:hover {
    opacity: 0.7;
    padding: 2px 15px;
}

.contact-area {
    margin-bottom: 18%;
}

.thankyou-area {
    margin-bottom: 20%;
}

.thankyou-title .sub-title {
    font-size: 18px;
    padding: 0;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
}

.sub-title:hover {
    opacity: 0.7;
}

.thank-text {
    color: #446ca6;
    font-size: 16px;
    font-weight: 500;
    transition: .4s;
    -webkit-transition: .4s;
}

.thank-text:hover {
    opacity: .7;
}

.require {
    color: #666;
    font-size: 13px;
}

.extra {
    display: none;
}

.register-area {
    margin-bottom: 18%;
    position: relative;
    z-index: 9999;
}

/*New for animation*/
.wave-custom {
    background-image: url("img/test.gif");
    background-repeat: repeat-x;
    height: 158px;
    position: relative;
    width: 100%;
}

.wave {
    height: 158px;
    width: 100%;
    background-image: url(img/test.gif);
    background-repeat: repeat-x;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.footer-area {
    margin-top: 13%;
}

.sailboat-custom {
    bottom: 94%;
    margin-left: -150px;
    position: absolute;
    width: 40%;
    left: 30%;
    -webkit-animation: mymove 25s;
    -moz-animation: mymove 25s;
    -ms-animation: mymove 25s;
    -o-animation: mymove 25s;
    animation: mymove 25s;
}

.sailboat-custom-partner {
    left: 37%;
    margin-left: 0px;
    -webkit-animation: partner 20s;
    -moz-animation: partner 20s;
    -ms-animation: partner 20s;
    -o-animation: partner 20s;
    animation: partner 20s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.sailboat-custom-register {
    left: 48%;
    margin-left: 0px;
    -webkit-animation: register 20s;
    -moz-animation: register 20s;
    -ms-animation: register 20s;
    -o-animation: register 20s;
    animation: register 20s;
}

.sailboat-custom-thankyou {
    left: 100%;
    margin-left: 0px;
    -webkit-animation: thankyou 20s;
    -moz-animation: thankyou 20s;
    -ms-animation: thankyou 20s;
    -o-animation: thankyou 20s;
    animation: thankyou 20s;
}

/* safari and browser */

@-webkit-keyframes waveMove1 {
    0% {
        background-position: 0 bottom;
        -webkit-background-position: 0 bottom;
    }

    100% {
        background-position: 10000000000000px bottom;
        -webkit-background-position: 10000000000000px bottom;
    }
}

@keyframes waveMove1 {
    0% {
        background-position: 0 bottom;
        -webkit-background-position: 0 bottom;
    }

    100% {
        background-position: 10000000000000px bottom;
        -webkit-background-position: 10000000000000px bottom;
    }
}


/* safari and browser */

@-webkit-keyframes waveMove2 {
    0% {
        background-position: 233px bottom;
        -webkit-background-position: 233px bottom;
    }

    100% {
        background-position: 20000000000000px bottom;
        -webkit-background-position: 20000000000000px bottom;
    }
}

@keyframes waveMove2 {
    0% {
        background-position: 233px bottom;
        -webkit-background-position: 233px bottom;
    }

    100% {
        background-position: 20000000000000px bottom;
        -webkit-background-position: 20000000000000px bottom;
    }
}


/* safari and browser */

@-moz-keyframes shake {
    0% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(8deg);
    }
}

@-webkit-keyframes shake {
    0% {
        -webkit-transform: rotate(-5deg);
    }

    100% {
        -webkit-transform: rotate(8deg);
    }
}

@-o-keyframes shake {
    0% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(8deg);
    }
}

@keyframes shake {
    0% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(8deg);
    }
}

.footer-wrapper {
    position: relative;
}


/* Safari 4.0 - 8.0 */

@-webkit-keyframes mymove {
    from {
        left: 0px;
    }

    to {
        left: 406px;
    }
}

@keyframes mymove {
    from {
        left: 0px;
    }

    to {
        left: 406px;
    }
}


/* Safari 4.0 - 8.0 */

@-webkit-keyframes partner {
    from {
        left: 280px;
    }

    to {
        left: 500px;
    }
}

@keyframes partner {
    from {
        left: 280px;
    }

    to {
        left: 500px;
    }
}


/* Safari 4.0 - 8.0 */

@-webkit-keyframes register {
    from {
        left: 450px;
    }

    to {
        left: 650px;
    }
}

@keyframes register {
    from {
        left: 450px;
    }

    to {
        left: 650px;
    }
}


/* Safari 4.0 - 8.0 */

@-webkit-keyframes thankyou {
    from {
        left: 680px;
    }

    to {
        left: 1400px;
    }
}

@keyframes thankyou {
    from {
        left: 680px;
    }

    to {
        left: 1400px;
    }
}

.thank-text>a {
    color: #003c79;
}

body.thankyou {
    overflow-x: hidden;
}
td {
	border-bottom: 1px solid #ddd;
	padding-bottom: 4px;
}