@charset "UTF-8";

/*

Style   : MobApp CSS
Version : 1.0
Author  : Surjith S M
URI     : https://surjithctly.in/

Copyright © All rights Reserved

*/


/*------------------------
[TABLE OF CONTENTS]

1. GLOBAL STYLES
2. NAVBAR
3. HERO
4. DEALERS and SPONSORS
5. FEATURES
6. LENDER
7. TESTIMONIALS
8. FOOTER
9. FORMS

------------------------*/


/* GLOBAL
----------------------*/

html, body {
        height: 100vh !important;
}

/* html {
        overflow-y: hidden;
} */

body {
    font-family: 'Rubik', sans-serif;
    position: relative;
    /* overflow-y: scroll; */
    background: url("../images/bg-fall.jpg") no-repeat center center fixed;
    /* background-size: 100% 100%; */
    background-size: cover;
    height: 100% !important;

}

a {
    color: #603030;
}

a:hover,
a:focus {
  color: #990000;
}

h1 {
    font-size: 60px;
    font-weight: 300;
    letter-spacing: -1px;
    margin-bottom: 1.5rem;
    color: #2a5c4a;
}

h2 {
    font-size: 45px;
    font-weight: 300;
    color: #2a5c4a;
    letter-spacing: -1px;
    margin-bottom: 1rem;
}

h3 {
    color: #2a5c4a;
    font-size: 33px;
    font-weight: 500;
}

h4 {
    font-size: 20px;
    font-weight: 500;
    color: #2a5c4a;
}

h5 {
    font-size: 28px;
    font-weight: 300;
    color: #2a5c4a;
    margin-bottom: 0.7rem;
}

p {
    color: #000000;
}

p.lead {
    color: #2a5c4a;
    margin-bottom: 2rem;
}

.text-primary {
    color: #2a5c4a !important;
}

.light-font {
    font-weight: 300;
}

.btn {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0.375rem 1.35rem;
    transition: all 0.3s ease;
}

.btn-outline-light:hover {
    color: #d6619c;
}

.btn-primary {
    border-radius: 3px;
    background-image: -moz-linear-gradient( 122deg, #e54595 0%, #fd378e 100%);
    background-image: -webkit-linear-gradient( 122deg, #e54595 0%, #fd378e 100%);
    background-image: -ms-linear-gradient( 122deg, #e54595 0%, #fd378e 100%);
    background-image: linear-gradient( 122deg, #e54595 0%, #fd378e 100%);
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.2);
    font-weight: 500;
    padding: 0.6rem 2rem;
    border: 0;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-image: linear-gradient( 122deg, #fd378e 0%, #e54595 100%);
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.3);
    color: #FFF;
}

.btn-light {
    border-radius: 3px;
    background: #FFF;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.26);
    font-size: 14px;
    font-weight: 500;
    color: #633991;
    margin: 0.5rem;
    padding: 0.7rem 1.6rem;
    line-height: 1.8;
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 0.8rem 1rem;
    font-size: 15px;
}

.light-bg {
    background-color: #a8ddff;
}

.red {
  color: #990000;
}

.section {
    padding: 120px 0 30px 0;
}

.formsection {
    padding: 3rem 0 0 0;
}

.section-title {
    text-align: center;
    margin-bottom: 3rem;
}

.section-title small {
    color: #998a9b;
}

.media-body ul li a {
  font-size: 1.3rem;
  font-weight: bold;
}

@media (max-width:767px) {
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 30px;
    }
}


/* NAVBAR
----------------------*/

.nav-menu {
    padding: 1rem 0;
    transition: all 0.3s ease;
    background-color: rgb(74, 13, 143);
    background: -moz-linear-gradient(135deg, rgb(42, 92, 74) 0%, rgb(7, 159, 11) 100%);
    background: -webkit-linear-gradient(135deg, rgb(42, 92, 74) 0%, rgb(7, 159, 11) 100%);
    background: linear-gradient(135deg, rgb(42, 92, 74) 0%, rgb(7, 159, 11) 100%);
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255,255,255,.8);
}

.nav-menu.is-scrolling,
.nav-menu.menu-is-open {
    background-color: rgb(74, 13, 143);
    background: -moz-linear-gradient(135deg, rgb(42, 92, 74) 0%, rgb(7, 159, 11) 100%);
    background: -webkit-linear-gradient(135deg, rgb(42, 92, 74) 0%, rgb(7, 159, 11) 100%);
    background: linear-gradient(135deg, rgb(42, 92, 74) 0%, rgb(7, 159, 11) 100%);
    -webkit-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
}

.nav-menu.is-scrolling {
    padding: 0;
}

.navbar-nav .nav-link {
    position: relative;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
        font-size: 14px;
    }
    .navbar-nav>.nav-item>.nav-link.active:after {
        content: "";
        border-bottom: 2px solid #ffffff;
        left: 1rem;
        right: 1rem;
        bottom: 5px;
        height: 1px;
        position: absolute;
    }
}

@media (max-width:991px) {
    .navbar-nav.is-scrolling {
        padding-bottom: 1rem;
    }
    .navbar-nav .nav-item {
        text-align: center;
    }
    .navbar-toggler {
      margin-right: 3rem;
    }
}


/* HERO
----------------------*/

header {
    padding: 120px 0 0;
    text-align: center;
    color: #2a5c4a;
    position: relative;
}

.bg-solid {
  background: #66ccff;
  width: 85%;
  margin: auto;
}

.title {
  color: #2a5c4a;
}

.tagline {
    font-size: 23px;
    font-weight: 300;
    color: #2a5c4a;
    max-width: 800px;
    margin: 0 auto;
}

.img-holder {
    height: 0;
    padding-bottom: 50%;
    overflow: hidden;
}

#title {
    /* Fallback color */
    background-color: rgb(0, 0, 0);
    /* Black w/opacity/see-through */
    background-color: rgba(0, 0, 0, 0.4);
    color: #ffffff;
    border: 3px solid #2a5c4a;
    position: absolute;
    z-index: 2;
    text-align: center;
}

@media (max-width:1200px) {
    .img-holder {
        padding-bottom: 50%;
    }
}

@media (max-width:767px) {
    .tagline {
        font-size: 17px;
    }
    .img-holder {
        padding-bottom: 50%;
    }
}

/* DEALERS and SPONSORS
----------------------*/

.sponsors {
  background: #ffffff;
  padding-bottom: 10px;
  max-width: 500px;
}

.dealers {
    padding-bottom: 3rem;
    text-align: center;
}

.dealers a, .onedealer a {
    color: #003399;
    font-weight: normal;
}

span#dealers {
    color: #003399;
}

.onedealer {
  display: inline-block;
  text-align: center;
  margin: 1rem;
  max-width: 100%;
}

.buddies {
  background: #ffffff;
  max-width: 500px;
  margin: 0 auto 20px auto;
  padding: 10px 0 0 0;
}



/* FEATURES
----------------------*/

.gradient-fill:before {
    color: #fc73b4;
    background: -moz-linear-gradient(top, #2a5c4a 0%, #079f0b 100%);
    background: -webkit-linear-gradient(top, #2a5c4a 0%, #079f0b 100%);
    background: linear-gradient(to bottom, #2a5c4a 0%, #079f0b 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.card.features {
    border: 0;
    border-radius: 3px;
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}

.feature-icon {
  padding: 0 5px 0 5px;
}

@media (max-width:991px) {
    .card.features {
        margin-bottom: 2rem;
    }
    [class^="col-"]:last-child .card.features {
        margin-bottom: 0;
    }
}

.feature-model div img {
    max-width: 100%;
    padding-bottom: 3rem;
}

.card.features:before {
    content: "";
    position: absolute;
    width: 3px;
    color: #fc73b4;
    background: -moz-linear-gradient(top, #2a5c4a 0%, #079f0b 100%);
    background: -webkit-linear-gradient(top, #2a5c4a 0%, #079f0b 100%);
    background: linear-gradient(to bottom, #2a5c4a 0%, #079f0b 100%);
    top: 0;
    bottom: 0;
    left: 0;
}

.card-text {
    font-size: 14px;
}

.card.features:hover {
    transform: translateY(-3px);
    -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
}

.box-icon {
    box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.14);
    padding: 10px;
    width: 70px;
    border-radius: 3px;
    margin-bottom: 1.5rem;
    background-color: #FFF;
}

.circle-icon {
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
    padding: 65px 20px 20px 20px;
    width: 250px; /* was 100 */
    height: 250px;
    border-radius: 50%;
    margin-bottom: 1.5rem;
    margin-left: 1.5rem;
    background-color: #8dca87;
    color: #2a5c4a;
    font-size: 36px;
    text-align: center;
    line-height: 40px;
    font-weight: 300;
    transition: all 0.3s ease;
}


img.info {
  max-width: 100%;
  max-height: 374px;
}

.phone, .email {
  display: inline-block;
  margin:0 10px 0 10px;
}

@media (min-width: 769px) {
  a.phonelink-yes {
    display: none;
  }
}

@media (max-width:992px) {
    .circle-icon {
        /* width: 150px;
        height: 150px;
        font-size: 20px;
        line-height: 20px;
        padding: 40px 5px 30px 5px; */
        display: none;
    }
}

@media (max-width:768px){
  span.phonelink-no {
    display: none;
  }
  .hidemobile {
    display: none;
  }
}

.ui-steps li .circle-icon {
    background-image: -moz-linear-gradient( 122deg, #2a5c4a 0%, #079f0b 100%);
    background-image: -webkit-linear-gradient( 122deg, #2a5c4a 0%, #079f0b 100%);
    background-image: -ms-linear-gradient( 122deg, #2a5c4a 0%, #079f0b 100%);
    background-image: linear-gradient( 122deg, #2a5c4a 0%, #079f0b 100%);
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.09);
    color: #FFF;
}

.ui-steps li {
    padding: 15px 0;
}

.ui-steps li:not(:last-child) {
    border-bottom: 1px solid #f8e3f0;
}

@media (min-width:992px) {
    .perspective-phone {
        margin-top: -150px;
    }
}


/*  LENDER
-----------------------*/

.lender {
  width: 220px;
  border: 2px solid #2a5c4a;
  text-align: center;
  padding: 10px;
  margin: 1rem auto 3rem auto;
  background: #ffffff;
}

.lender img {
  display: inline;
  vertical-align: top;
  padding: 0 10px 10px 10px;
}


/*  GOOGLE MAP
----------------------*/

.google-map {
        position: relative;
        padding-bottom: 2%;  //This is the aspect ratio
        height: 0;
        overflow: hidden;
}

@media (max-width:768px) {
  iframe {
    max-width: 100%;
    margin: auto;
  }
}

/*  TESTIMONIALS
----------------------*/

.owl-carousel .owl-item img.client-img {
    width: 110px;
    margin: 30px auto;
    border-radius: 50%;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
}

.testimonials-single {
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
}

.blockquote {
    color: #603030;
    font-weight: 300;
}

.owl-next.disabled,
.owl-prev.disabled {
    opacity: 0.5;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 60px;
}

.owl-theme .owl-dots .owl-dot span {
    background: #e7d9eb;
    width: 35px;
    height: 8px;
    border-radius: 10px;
    transition: all 0.3s ease-in;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background: #ff487e;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #ff487e;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
}


/*  FOOTER
----------------------*/

.social-icons {
    text-align: right;
}

.social-icons a {
    background-color: #FFF;
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.05);
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    margin: 0 0.3rem;
    border-radius: 5px;
    color: #f4c9e2;
    transition: all 0.3s ease;
}

.social-icons a:hover {
    text-decoration: none;
    color: #e38cb7;
}

@media (max-width:991px) {
    .social-icons {
        text-align: center;
        margin-top: 2rem;
    }
}

/* FORMS
----------------------*/

.formcode {
  padding: 3rem;
  border-radius: 10px;
  background-color: #eaf6f5;
}

/* The alert message box */
.alert {
    padding: 20px;
    background-color: #F00; /* Red */
    color: white;
    margin-bottom: 15px;
	width: 100%;
}

/* The close button */
.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

/* When moving the mouse over the close button */
.closebtn:hover {
    color: black;
}

.response {
  padding: 10px 10px 20px 10px;
}

#mc_embed_signup {
  padding: 20px;
}

/* Style inputs, select elements and textareas */
input[type=text], input[type=submit], input[type=reset], select, textarea {
  width: 300px;
  padding: 12px;
  border: 1px solid #666;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
}

input[type=checkbox] {
  padding: 20px 12px 5px 0;
  float: right;
}

input.form_control {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden;
  overflow: hidden;
  position: absolute;
   top: -9999px;
   left: -9999px;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}


/* Style the label to display next to the inputs */
label {
  padding: 20px 12px 5px 0;
  display: inline-block;
}

/* Floating column for inputs: 75% width */
.col-75 {
  float: left;
  width: 75%;
  margin-top: 5px;
}

/* Floating column for labels: 25% width */
.col-25 {
  width: 25%;
  margin-top: 5px;
}

/* Floating column for inputs: 20% width */
.col-20 {
  float: left;
  width: 20%;
  margin-top: 5px;
  padding-top: 5px;
  padding-right: 12px;
}

/* Floating column for labels: 80% width */
.col-80 {
  width: 80%;
  margin-top: 5px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.thanks {
  padding-bottom: 20px;
}

/* OVERRIDE THEMIFY ICON STYLES */

.ti-arrow-left, .ti-arrow-right  {
  font-weight: 600;
  font-size: 2em;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}
