.no-js .owl-carousel {
    display: block;
}

.owl-carousel.owl-loaded {
    display: block;
}

.testimonials {
    position: relative;
    padding: 30px 10%;
    font-size: 1.5em;
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}

* {
    box-sizing: border-box;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

* {
    box-sizing: border-box;
}

.testimonials {
    font-size: 1.5em;
}

element {
    transform: translate3d(-6475.2px, 0px, 0px);
    transition: all 0.25s ease 0s;
    width: 8633.6px;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    line-height: 1;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        -moz-perspective: 1000;
        perspective: 1000;
    }
    .carousel-inner > .item.next,
    .carousel-inner > .item.active.right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0;
    }
    .carousel-inner > .item.prev,
    .carousel-inner > .item.active.left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0;
    }
    .carousel-inner > .item.next.left,
    .carousel-inner > .item.prev.right,
    .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
    outline: 0;
    color: #ffffff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    line-height: 1;
    font-family: serif;
}

.carousel-control .icon-prev:before {
    content: '\2039';
}

.carousel-control .icon-next:before {
    content: '\203a';
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #ffffff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #ffffff;
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
    text-shadow: none;
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px;
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px;
    }
    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }
    .carousel-indicators {
        bottom: 20px;
    }
}

.testimonial-sec {
    background: #fff;
    outline: none;
}

#fullcarousel-example {
    overflow: hidden;
    padding: 0px 0px;
    height: 505px;
    outline: none;
    border: 0px;
}

.boats-img {
    padding: 40px 140px;
}

.second-testimonial {
    margin-top: 30px;
}

.col-lg-4 {
    margin-bottom: 10px;
}

.boat-text {
    font-size: 36px;
}

.navbar-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}

.navbar-nav li {
    float: left;
}

.navbar-nav li a {
    display: block;
    color: white;
    text-align: center;
    padding: 20px 16px;
    text-decoration: none;
}

#active {
    color: #fff;
    background: #AD9A3A;
}

.navbar-nav li:hover {
    background: #B4A13D;
}

p,
ul {
    font-family: Copperplate;
}

.fa {
    font-size: 25px;
    margin-right: 2px;
    color: #666;
}

.fa:hover {
    color: #98CAEC;
}

.top-row {
    background: url(img/Keyboard-1-e1491867295451.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}







.signup-form {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 30px 30px;
    width: 440px;
    height: 100%;
    margin-top: 0px;
    border-radius: 8px;
}

.fir-row {
    background: url(img/Keyboard-1-e1491867295451.jpg);
        background-size: cover;
    background-position: center;
    background-attachment: fixed;
  

}

.sub-h-row {
    padding: 150px 80px;
    padding-bottom: 200px;
}

body {
    overflow-x: hidden;
}

p,
ul {
    font-family: 'Lato', sans-serif;
}

.sec-row {
    padding: 60px 90px;
}

.s-row {
    padding: 70px 55px;
}

.logo-row {
    padding: 5px 90px;
    padding-bottom: 2px;
}

.sec-row {
    padding: 50px 50px;
    background: #fff;
}

.l-btn {
    width: 420px;
    height: 62px;
    border: 0px;
    outline: none;
    font-size: 24px;
    padding: 0px 10px;
    margin-bottom: 7px;
    border: 0px solid #f5f5f5;
    color: #f5f5f5;
    font-family: 'Capriola', sans-serif;
    border-radius: 3px;
    margin-top: 24px;
    background: #C8001D;
    font-weight: normal;
}

.l-btn:hover {
    opacity: 0.8;
}

.m-ul {
    font-size: 17px;
    line-height: 26px;
    margin-top: 29px;
    list-style-type: none;
    padding-left: 18px;
    color: #000;
    text-align: left;
    letter-spacing: 0.5px;
}

.m-ul li {
    margin-top: 16px;
}

.m-ul li i {
    font-size: 28px;
    margin-bottom: 0px;
    float: left;
    color: #0061C0;
    margin-right: 9px;
    position: relative;
    bottom: 2px;
}

.t-text {
    font-size: 21px;
    margin-top: 0px;
    line-height: 33px;
}

.p-ul {
    margin-top: 0px;
    font-size: 18px;
    padding-left: 29px;
}

.p-ul li {
    margin-top: 20px;
}

b {
    letter-spacing: 1px;
}

.testimonial-sec {
    margin-top: 65px;
}

.s-text {
    font-size: 30px;
    color: #fff;
    margin-top: 48px;
    line-height: 45px;
    letter-spacing: 0.5px;
}

.fa-arrow-circle-down {
    margin-top: 110px;
    font-size: 64px;
    color: rgba(255, 255, 255, 0.5);
}

.fa-arrow-circle-down:hover {
    color: #f5f5f5;
}

.navbar-inverse {
    border-radius: 0px;
    padding: 0px;
    margin: 0px;
    padding: 0px 80px;
}

.s-row {
    padding: 70px 70px;
}

.box-t-m {
    font-size: 30px;
    margin-top: 90px;
    padding: 10px 30px;
    color: #fff;
}

.fax-row {
    padding: 50px 70px;
}

.img-bg {
    background: url(img/PIC_1.jpg);
    height: 780px;
    background-position: center;
}

.co-bg {
    height: 780px;
    padding: 20px 40px;
}

.top-ul {
    margin-top: 54px;
}

#a-d {
    padding: 40px 100px;
    background: #232F3E;
    padding-bottom: 30px;
}

.t-row {
    padding: 70px 50px;
}

.f-row {
    padding: 70px 50px;
}

.form-div {
    width: 660px;
    padding: 20px;
    margin-top: 30px;
}

.fo-row .col-lg-4 {
    border-right: 1px solid #666;
    padding: 0px 34px;
    height: 170px;
}

.fo-row {
    padding: 60px 150px;
}

.join-b {
    margin-top: 80px;
}

#product {
    padding: 60px 50px;
    padding-bottom: 44px;
}

.f-btn {
    width: 55%;
    font-size: 24px;
    padding: 10px 20px;
    margin-top: 71px;
    background: #FD6900;
    width: auto;
}

.f-btn:hover {
    opacity: 0.8;
}

.ht {
    font-family: 'Titillium Web', sans-serif;
    font-size: 32px;
    margin-top: 11px;
    color: #444;
    letter-spacing: 1px;
}

.img-bg1 {
    background: url(img/PIC_1.jpg);
    height: 780px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.img-bg2 {
    background: url(img/PIC_3.jpg);
    height: 780px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.img-bg3 {
    background: url(img/storage2.jpg);
    height: 780px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.f-t {
    font-weight: bold;
    font-family: 'Rubik', sans-serif;
    font-size: 22px;
    font-size: 37px;
    line-height: 55px;
    text-transform: capitalize;
    margin-top: 10px;
    letter-spacing: 2px;
    max-width: 950px;
}

.sec-t {
    font-size: 20px;
    color: #fff;
    margin-top: 13px;
    letter-spacing: 1px;
    line-height: 30px;
    max-width: 880px;
}

.sec-row {
    padding: 40px 40px;
}

.p-ul li i {
    font-size: 22px;
    margin-right: 5px;
    color: #3B5B86;
    line-height: 24px;
}

.p-ul li {
    margin-top: 16px;
}

.white-pad {
    max-width: 1060px;
    position: relative;
    top: 98px;
    background: #fff;
    padding: 30px 50px;
    z-index: 999;
    border-radius: 6px;
}

.bg-2 {
    background: url(img/jaguar4523%2029%20copy.jpg);
    background-position: center;
    background-size: cover;
}

.bg-2-pad {
    padding: 70px 170px;
    padding-bottom: 50px;
    background-color: rgba(0, 0, 0, 0.8);
    position: relative;
}

.p-ul2 {
    font-size: 21px;
    line-height: 30px;
    margin-top: 31px;
    padding-left: 30px;
    text-align: left;
    list-style-type: none;
    letter-spacing: 0.4px;
    color: #fff;
}

.p-ul2 li i {
    font-size: 25px;
    margin-right: 7px;
    color: #fff;
    line-height: 24px;
    float: left;
    margin-bottom: 20px;
}

.p-ul2 li {
    margin-top: 26px;
}

.who-row {
    padding: 60px 150px;
    padding-bottom: 30px;
}

.who-row .col-lg-4 img {
    max-width: 96px;
}

.who-row .col-lg-4 p {
    font-size: 20px;
    line-height: 28px;
    max-width: 260px;
    letter-spacing: 0.3px;
}

.ten-row {
    background: #EBEBEB;
    padding: 30px 50px;
}

.container-fluid {
    width: 100%;
    max-width: 1400px;
    margin: 0px auto;
    overflow: hidden;
}


}
#_form_1_submit {
    width: 100%;
    height: auto;
    border: 0px;
    outline: none;
    font-size: 24px;
    padding: 10px 10px;
    margin-bottom: 7px;
    border: 0px solid #f5f5f5;
    background: #FF7C00;
    color: #f5f5f5;
    font-family: 'Capriola', sans-serif;
    border-radius: 3px;
    font-weight: normal;
}
p {
    font-family: sans-serif;
    font-weight: normal;
}
.qu-row {
    background: #00796B;
    padding: 20px 50px;
    padding-bottom: 15px;
}
.last-h {
    font-size: 25px;
    margin-top: 10px;
    color: #fff;
    line-height: 30px;
    letter-spacing: 1.5px;
    text-transform: capitalize;
}
.sub-footer {
    padding: 30px 70px;
    padding-bottom: 16px;
}
.first-ul li {
    margin-top: 14px;
    line-height: 23px;
}
#email {
    width: 430px;
    height: 49px;
    border: 0px;
    outline: none;
    font-size: 22px;
    padding: 0px 14px;
    border: 2px solid #FF6600;
    border-radius: 0px;
    background: #fff;
}
#subs-btn {
    height: 49px;
    width: 191px;
    border: 0px;
    outline: none;
    font-size: 21px;
    padding: 0px 10px;
    border: 0px solid #FF6600;
    background: #FF6600;
    color: #f5f5f5;
    border-radius: 0px;
    position: relative;
    top: 0px;
    right: 4px;
    font-weight: normal;
    letter-spacing: 1px;
}
.fa-arrow-circle-down {
    font-size: 64px;
    color: #f5f5f5;
    margin-top: 121px;
}

.fa-arrow-circle-down:hover {
    opacity: 0.8;
}





.form-div {
    width: 98%;
    padding: 20px;
    margin-top: 30px;
    margin-top: 0px;
    width: 500px;
    padding-bottom: 2px;
}

/*   ------------------------------------------------------------------------------------------------------     */

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    .signup-form {
        background-color: rgba(0, 0, 0, 0.6);
        padding: 50px 30px;
        max-width: 96%;
        height: 100%;
        margin-top: 30px;
    }
    
    .fir-row {
        padding: 60px 36px;
    }
    
    .top-ul {
        padding: 0px;
        margin-top: 30px;
        margin-bottom: 0px;
    }
    
    .fir-txt {
        font-size: 33px;
        color: #F6921E;
        font-weight: bold;
        letter-spacing: 0.2px;
        font-family: 'Capriola', sans-serif;
        margin-top: 5px;
        line-height: 49px;
    }
    
    .sec-row {
        padding: 40px 30px;
    }
    
    .signup-txt {
        font-size: 29px;
        margin-top: 10px;
        line-height: 45px;
        color: #fff;
        color: #F6921E;
        letter-spacing: 0.2px;
        font-family: 'Capriola', sans-serif;
    }
    
    .sec-txt {
        font-size: 20px;
        margin-top: 10px;
    }
    
    .v-div {
        margin-top: 20px;
        width: 98%;
        height: 280px;
    }
    
    .f-text {
        font-size: 35px;
        color: #f5f5f5;
        margin-top: 10px;
        font-weight: bold;
        letter-spacing: 1px;
        line-height: 75px;
        font-weight: bold;
    }
    
    .fif-row {
        background: #3B6C97;
        padding: 40px 20px;
    }
    
    .btm-btn {
        width: 80%;
        height: 60px;
        border: 0px;
        outline: none;
        font-size: 25px;
        padding: 0px 10px;
        margin-bottom: 7px;
        border: 0px solid #f5f5f5;
        background: #F6921E;
        color: #f5f5f5;
        font-family: 'Capriola', sans-serif;
        border-radius: 5px;
        margin-top: 50px;
    }
    
    .s-row {
        padding: 40px 15px;
    }
    
    .logo-row {
        padding: 10px 10px;
        padding-bottom: 13px;
    }
    
    .f-text {
        font-size: 25px;
        color: #fff;
        margin-top: 18px;
        font-weight: bold;
        letter-spacing: 1.6px;
        line-height: 37px;
        font-weight: bold;
    }
    
    .s-text {
        font-size: 22px;
        color: #fff;
        margin-top: 30px;
        line-height: 32px;
    }
    
    .sec-row {
        padding: 70px 15px;
        background: #fff;
    }
    
    .l-btn {
        width: 88%;
        height: 65px;
        border: 0px;
        outline: none;
        font-size: 20px;
        padding: 0px 10px;
        margin-bottom: 7px;
        border: 0px solid #f5f5f5;
        color: #f5f5f5;
        font-family: 'Capriola', sans-serif;
        border-radius: 3px;
    }
    
    .top-ul {
        padding: 0px;
        margin-top: 30px;
        margin-bottom: 0px;
        text-align: center;
    }
    
    .m-ul {
        font-size: 16px;
        line-height: 20px;
        margin-top: 29px;
        list-style-type: none;
        padding-left: 10px;
        color: #000;
        text-align: left;
        letter-spacing: 0.5px;
    }
    
    .m-ul li {
        margin-top: 10px;
    }
    
    .m-ul li i {
        font-size: 28px;
        margin-bottom: 0px;
        float: left;
        margin-right: 9px;
    }
    
    .t-text {
        font-size: 21px;
        margin-top: 0px;
        line-height: 30px;
    }
    
    .f-row {
        padding: 40px 20px;
    }
    
    .form-div {
        width: 100%;
        padding: 20px 2px;
        margin-top: 30px;
    }
    
    .fo-row .col-lg-4 {
        border-right: 0px solid #666;
        padding: 0px 34px;
        height: 170px;
    }
    
    .fo-row {
        padding: 40px 50px;
    }
    
    .fo-row .col-lg-4 {
        padding: 0px;
        height: 110px;
    }
    
    .fo-row .col-lg-4 ul {
        height: 222px;
    }
    
    .join-w {
        text-align: left;
    }
    
    .join-b {
        margin-top: 40px;
    }
    
    .fax-row {
        padding: 50px 70px;
    }
    
    .img-bg1 {
        height: 350px;
        background-position: center;
    }
    
    .img-bg2 {
        height: 350px;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    
    .co-bg {
        height: auto;
        padding: 25px 25px;
    }
    
    #product {
        padding: 40px 20px;
        padding-bottom: 34px;
    }
    
    .navbar-inverse {
        border-radius: 0px;
        padding: 0px;
        margin: 0px;
        padding: 6px 0px;
    }
    
    .f-text {
        font-size: 30px;
        letter-spacing: 2px;
    }
    
    .f-btn {
        width: 95%;
        font-size: 20px;
        max-width: 444px;
        margin-top: 31px;
        background: #FD6900;
    }
    
    .fa-arrow-circle-down {
        margin-top: 30px;
        font-size: 54px;
        color: rgba(255, 255, 255, 0.5);
    }
    
    .sec-row {
        padding: 40px 20px;
    }
    
    .p-ul li i {
        font-size: 18px;
        margin-right: 5px;
        color: #3B5B86;
        line-height: 24px;
        float: left;
        margin-bottom: 11px;
    }
    
    .p-ul li {
        margin-top: 16px;
    }
    
    .white-pad {
        max-width: 1060px;
        position: relative;
        top: 98px;
        background: #fff;
        padding: 30px 10px;
        z-index: 999;
        border-radius: 6px;
    }
    
    .bg-2 {
        background-position: center;
        background-size: cover;
    }
    
    .bg-2-pad {
        padding: 30px 30px;
        padding-bottom: 50px;
        background-color: rgba(0, 0, 0, 0.3);
        position: relative;
    }
    
    .p-ul2 {
        font-size: 21px;
        line-height: 22px;
        margin-top: 31px;
        padding-left: 30px;
        text-align: left;
        list-style-type: none;
        letter-spacing: 0.4px;
        color: #fff;
    }
    
    .p-ul2 li i {
        font-size: 25px;
        margin-right: 7px;
        color: #fff;
        line-height: 24px;
    }
    
    .p-ul2 li {
        margin-top: 22px;
    }
    
    .who-row {
        padding: 60px 10px;
        padding-bottom: 30px;
    }
    
    .who-row .col-lg-4 img {
        max-width: 116px;
    }
    
    .who-row .col-lg-4 p {
        font-size: 20px;
        line-height: 28px;
        max-width: 260px;
        letter-spacing: 0.3px;
        margin-bottom: 22px;
    }
    
    .ten-row {
        background: #EBEBEB;
        padding: 30px 10px;
    }
    
    .navbar-nav li a {
        display: block;
        color: white;
        text-align: center;
        padding: 10px 10px;
        text-decoration: none;
    }
    
    .f-t {
        color: #fff;
        font-family: 'Titillium Web', sans-serif;
        color: #fff;
        line-height: 50px;
        font-family: 'Titillium Web', sans-serif;
        letter-spacing: 1px;
        margin-top: 1px;
        font-size: 35px;
    }
    
    .sub-h-row {
        padding: 20px 30px;
    }
    
    .sec-t {
        font-size: 25px;
        color: #fff;
        margin-top: 23px;
        letter-spacing: 1px;
        line-height: 34px;
    }
    
    .qu-row {
        background: #00796B;
        padding: 20px 30px;
        padding-bottom: 15px;
    }
    
    .last-h {
        font-size: 22px;
        margin-top: 10px;
        color: #fff;
        line-height: 30px;
        letter-spacing: 1.5px;
        max-width: 1100px;
        text-transform: capitalize;
        max-width: 950px;
    }
    
    .sub-footer {
        padding: 30px 20px;
        padding-bottom: 16px;
    }
    
    .f-t {
        font-weight: bold;
        font-family: 'Rubik', sans-serif;
        font-size: 22px;
        line-height: 35px;
        text-transform: capitalize;
        margin-top: 40px;
        letter-spacing: 2px;
        max-width: 1050px;
    }
    
    .ft2 {
        font-family: 'Titillium Web', sans-serif;
        font-size: 22px;
        font-family: sans-serif;
        font-weight: normal;
        margin-top: 33px;
        line-height: 33px;
    }
    
    .navbar-inverse {
        border-radius: 0px;
        padding: 0px;
        margin: 0px;
        padding: 0px 0px;
    }
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
    .signup-form {
        background-color: rgba(0, 0, 0, 0.6);
        padding: 40px 17px;
        max-width: 99%;
        height: 100%;
        margin-top: 20px;
    }
    
    .f-btn {
        width: 100%;
        font-size: 17px;
        max-width: 444px;
        margin-top: 31px;
        background: #FD6900;
    }
    
    .navbar-inverse {
        border-radius: 0px;
        padding: 0px;
        margin: 0px;
        padding: 0px 0px;
    }
    
    .navbar-nav li a {
        display: block;
        color: white;
        text-align: center;
        padding: 15px 10px;
        text-decoration: none;
    }
    
    .f-t {
        font-weight: bold;
        font-family: 'Rubik', sans-serif;
        font-size: 28px;
        line-height: 35px;
        text-transform: capitalize;
        margin-top: 30px;
        letter-spacing: 2px;
        max-width: 1050px;
    }
    
    .fa-arrow-circle-down {
        margin-top: 30px;
        font-size: 54px;
        color: rgba(255, 255, 255, 0.5);
    }
    
    .s-row {
        padding: 40px 15px;
    }
}

/*END FO RESOPNSIVE DESIGN*/