body{
    margin:0px;
    padding:0px;
    font-family:Montserrat;
}
.heading{
    background-color:#262626;
    padding: 40px;
}
.sub-title a{
    color:#eeee22;
    font-size:36px;
    font-weight: bold;
    text-decoration-line: none;
}
/* This class is added on scroll */
.navbar {
    position: relative;
    width: 100%;
    left: 0;
    z-index: 99999;
    height: 60px;
}
@media (min-width: 1000px){
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1000px !important;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
}
}
.navbar-fix {
    position: fixed;
    top: 0px;
}
.bg-light {
    background-color: #222222!important;
    border-top: 1px solid #333;
}
/*.container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100%;
}*/
.navbar-light .navbar-nav .nav-link {
    color: rgb(255 255 255 / 100%);
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: rgb(255 255 255 / 90%);
}


.bg-section {
    text-align: center;
    background-image: url(../images/blurgirl2.jpg);
    background-attachment: fixed;
    padding: 282px;
    background-size: cover;
    background-position: center;
}
.bg-section:before {
    background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
    background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#4d000000", GradientType=0);
    bottom: -140px;
    content: "";
    left: 0;
    right: 0;
    position: absolute;
    top: 100px;
}

.comp-heading{
    color: #ccc;
    font-size: 25px;
    font-weight: 400;
     max-width: 740px;
     padding-top: 40px;
     line-height: 36px;
}
.st-heading{
   color: #ddd;
     font-size: 14px;
}
.heading-also{
     color: #ddd;
     font-size: 14px;
}
.st-heading1{
     color: #ddd;
     padding-top: 20px;
     font-size: 14px;
}
.heading-find{
     color: #ddd;
     padding-top: 20px;
     font-size: 14px;
}
.st-heading2{
     color: #ddd;
     padding-top: 20px;
     font-size: 14px;
}
.mobile-app {
    background-color: #262626;
    z-index: 2;
    padding: 100px;
    position: relative;
}
.bg-section-1{
    background-image: url(../images/boots.jpg);
    background-attachment: fixed;
    padding: 282px;
    background-size: cover;
}
.bg-section-2{
    background-image: url(../images/manequins.jpg);
    background-attachment: fixed;
    padding: 282px;
    background-size: cover;
}
.bg-section-3{
    background-image: url(../images/camper.jpg);
    background-attachment: fixed;
    padding: 282px;
    background-size: cover;
}
.pre-heading {
    font-size:16px;
    font-weight: 400;
     max-width: 740px;
     padding-top: 40px;
     line-height: 36px;
     color: #fff;
}
.max740{
    max-width: 740px;
    margin: auto;
}
.pre-heading a{
    color: #fff;
}
.heading-section{
    border-top: 1px solid #333;
    background-color:#262626;
    padding: 50px;
}
form.example input[type=text] {
  padding: 10px;
  font-size: 17px;
  border: 1px solid grey;
  float: left;
  width: 80%;
  background: #f1f1f1;

}

form.example button {
  float: left;
  width: 20%;
  padding: 10px;
  background: #2196F3;
  color: white;
  font-size: 17px;
  border: 1px solid grey;
  border-left: none;
  cursor: pointer;
}

form.example button:hover {
  background: #0b7dda;
}

form.example::after {
  content: "";
  clear: both;
  display: table;
}
.info a{
    padding-top: 90px;
    color: #ddd;
    text-decoration-line: none;
    font-size: 14px;
}
.info a:hover{
    color: #fff;
    text-decoration: underline;
}
form.example input[type=text] {
    background: #333;
    margin-top: 30px;
    width: 71%;
}
form.example button {
    background: #ffffff;
    color: #363636;
    margin-top: 30px;
}
form.example button:hover {
    background: #bbb;
}
::placeholder {
  color: #fff;
}
.comp-heading a{
    color: #ccc;
}
.comp-heading a:hover{
    color: #fff;
}

nav {
    position: absolute;
    width: 100%;
    height: 60px;
    background: #CFCFCF;
}
@media screen and (max-width:767px) {
 .navbar-expand-lg .navbar-nav {
   
    margin-left: 0px;
}
.navbar-light .navbar-toggler {
    color: #fff;
    border-color: #fff;
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 255' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-toggler {
    margin: auto;
}
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    width: 100%;
    align-items: center;
    position: absolute;
    top: 60px;
    background: #000;
    left: 0;
    padding: 10px 30px;
}
.sub-title a {
    color: #eeee22;
    font-size: 22px;
    margin-left: 0px;
}
.comp-heading{
    font-size: 18px;
    margin-left: 0px;
    line-height: 24px; 
    padding-top: 5px; 
    color: #eee;
}
.comp-heading a:hover{
    color: #fff;
}
.pre-heading {
    font-size:15px;
    margin-left: 0px;
     padding-top: 10px;
}
.st-heading{
    color: #fff;
     margin-left:0px;
     padding-top: 5px;
     font-size:15px ;
}
.heading-also{
   color: #fff;
     margin-left:0px;
     padding-top: 5px;
     font-size:15px ; 
}
.bg-section{
    background-attachment: inherit;
    padding: 100px;
    background-repeat:no-repeat;
     background-position: center;
}
.bg-section-1{
    background-attachment: none;
     background-image: url(../images/blurgirl2.jpg);
    padding: 100px;
    background-repeat:no-repeat;
     background-attachment: inherit;
}
.mobile-app {
    padding: 20px;
}
.st-heading1{
     padding-top: 10px;
    margin-left: 0px;
    font-size:17px ;
}
.heading-find{
    margin-left: 0px;
    font-size:15px;
    padding-top:60px!important;
}
.heading-section{
    padding: 30px;
}
.st-heading2{
    margin-left:0px;
}
.info a{
    margin-left:0px;
}
.site{
    padding-top: 40px!important;
}
.bg-section:before {
    background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
    background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#4d000000", GradientType=0);
    bottom: 0;
    content: "";
    left: 0;
    right: 100;
    position: absolute;
    top: 100px;
}
}