/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */
body {
  padding-top: 56px;
  font-family: 'Catamaran', 'Work Sans' sans-serif;
}

.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


/* t 
a{
  color: grey;
}
*/ 

p{
	line-height: 26px;
  text-align: justify;
  margin-top: 20px;
}


.container80 {
    width: 80%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container90 {
    width: 90%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}  /* this container use for inside the container of 80% in about page */ 

.nav-link
{
  color: white !important;
  font-weight: 500 !important;
  margin: 0 16px 0 16px ;   /* top right bottom left margin*/ 
}

/* to add a space */ 
.spacer-80 {
    margin-top: 80px;
    padding-top: 30px;
}

.spacer-30
{
  margin-top: 30px;
}
.spacer-10
{
  margin-top: 10px;
}

/* this red line for home page */ 
.redSolidLine{
width: 50%;
margin-left: 0;
margin-right: auto;
height: -0.1em;
background: #dc3545;
}

.redSolidLineSubHeading{
width: 18%;
margin-left: 0;
margin-right: auto;
margin-bottom: 20px;
margin-top: 20px;
border-bottom: 1px solid #dc3545;
padding-bottom: 10px;
height: -0.1em;
}


/* this is for home page buttom information */ 
.containerGreen {
  text-align: center;
   width: auto;
  color: white;
  font-size: 0.5em;

}

/* this jumbotron relates to home page - buttom information's bg */ 
.jumbotron{
  background-image: url(../images/green.jpeg);
  background-size: cover;
  margin-bottom: 0 !important;
  border-radius: 0 !important;
  padding: 3rem 1.5rem;

}

.py-5 {
    padding: 1rem 0 1rem 0!important;
}


/* this content, first-content, primary button a  for home page link area (design your house) */ 
.primary-button a {
  display: inline-block;
  background-color: #dc3545;
  color: white;
  font-size: 1.05rem;
  padding: 18px 18px;
  border-radius: 3px;
  text-decoration: none;
  border: 1px solid transparent;
}

.content {
  margin-bottom: 60px;
  margin-top: -80px;
  background-color: #fff;
  border-top: 15px solid #dc3545;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.first-content h1 {
  font-size: 2.5rem;
  text-transform: uppercase;
  color: #343a40;
  letter-spacing: 1px;
  margin-top: 0px;
  margin-bottom: 20px;

}

.first-content {
  padding: 50px 0px;
}

.first-content .primary-button {
  margin-top: 30px;
}

.primary-button a:hover {
  background-color: transparent;
  border: 1px solid #dc3545;
  text-decoration: none;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  color: #343a40;
}

/* for form - custom select */

.custom-select
{
  width: auto;
  font-size: 1rem;
}


/*for form highlighter portion to be red 
input[type=text]:focus, textarea [type=textarea]:focus {
  box-shadow: 0 0 5px rgba(255, 0, 0, 0.5);

  border: 1px solid rgba(255, 0, 0, 0.5);
} */

/* spacing form top in communities , about and contact section */
.mt-4, .my-4 {
    margin-top: 6rem !important;
}



/* this is for different type of font for our philosophy section under about page */ 
.quotationPhilosophy
{
  text-align: center;
  font-family: 'Courgette', cursive;

}

/* this is subheading for communites page (home/communities...) */

.breadcrumb a{
  color: #343a40;
  text-decoration: none;
}

/* for communities section */
.showhomeHeading
{
  color: #343a40;
  font-size: 2rem;
  
  text-align: center;
}

.showhomeAddr
{
  text-align: center;
  font-size: 1.1rem;
  color: grey;

}


.breadcrumb {
   
    background-color: white; 
    
  }

.redSolidLineHeadingCom{
width: 75%;
height: -0.1em;
background: #dc3545;
margin-left: 0;
}



/* for font style in home style page  #cfcfcf   #8d021f*/
.greyBox
{
  padding: 2rem;
  margin: 0px;
  margin-top: 10px;
  background-color: #800000;
  border: 1px solid transparent;

}



.plan-homeStyle {
 
  background-color: #fff;
 
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  
}
.marginLess
{
    position: relative;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
}

.styleSq {
    font-size: 1.15em;
    color: white;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 0.45em;
    font-family: "Work Sans",sans-serif;
    
  }

  .styleSq p{
text-align: center;
  }

.styleHeading {
  
    color: white !important;
    text-transform: uppercase;
  }

  .redSolidLineHeadingGrey
  {
    width: 70%;
    height: 1px;
    background: white;
    text-align: center;

  } 


section {
  padding: 150px 0;
}

.lead {
    font-size: 1rem;
    color: #343a40;

}

/* light box or fancy box*/
.imageSize{
  width: 100%;
}

/* for form page */
.contentForm {
  margin-bottom: 60px;
  margin-top: 80px;
  background-color: #fff;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  font-size: 1.05rem;
}

.first-content-form h4 {
  font-size: 2.5rem;
  text-transform: uppercase;
  color: #dc3545; /* grey color  #121212*/
  letter-spacing: 2px;
  margin-top: 0px;
  margin-bottom: 20px;
  font-weight: bold;

}

.first-content-form {
  padding: 50px 0px;
}

.redSolidLineForm{
width: 50%;
height: -0.1em;
background: #dc3545;
}

.titleForm
{
  text-align: right;
}

/* for spacing at bottom of form page*/
.mb-3, .my-3 {
    margin-bottom: 2rem !important;
}



/* for small screen */
@media (max-width: 850px){

        /* to add a space */ 
    .spacer-80 {
        margin-top: 80px;
    }

    .spacer-30
    {
      margin-top: 30px;
    }
    h1{
      font-size: 2rem;
    }


/* this content, first-content for home page link area (design your house) */ 
    .content {
      margin-bottom: 60px;
      margin-top: -80px;
      background-color: #fff;
      border-top: 15px solid #dc3545;
      box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);

    }

    .first-content h4 {
      margin-left: 15px;
      margin-right: 15px; 
      font-size: 1.5rem;
    }

    .first-content p {
      margin: 0px 30px;
    }

    /* for form page */
  .contentForm {
    margin-top: 80px 0px 60px 0px ;
    background-color: #fff;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    text-align: center;
    font-size: 1.05rem;
  }

  .first-content-form h4 {
    font-size: 1.8rem;
    text-transform: uppercase;
    color: #dc3545; /* grey color  #121212*/
    letter-spacing: 2px;
    margin-top: 0px;
    margin-bottom: 20px;
    font-weight: bold;

  }

  .first-content-form {
    padding: 50px 0px;
  }

  .redSolidLineForm{
  width: 80%;
  height: -0.1em;
  background: #dc3545;
  }


/* for communities section */
.homestyleButton a {
  display: inline-block;
  background-color: transparent;
  text-decoration: none;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  color: #343a40;
}

.homestyleButton a:hover {

   background-color: #dc3545;
  color: white;
  font-size: 1rem;
  padding: 12px 14px;
  border-radius: 3px;
  text-decoration: none;
  border: 1px solid transparent; 
}

/* for font style in home style page*/
.greyBox
{
  padding: 3rem;
  margin: 0px;
  background-color: #cfcfcf;
  border: 1px solid transparent;

}
.marginLess
{
      position: relative;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
}

  /* for spacing at bottom of form page*/
  .mb-3, .my-3 {
      margin-bottom: 4rem !important;
  }

  /* space between pictures in about section */ 
  .spacePic
  {
    margin: 15px 0px 15px 0px; /* top right bottom left margin*/ 
  }

  .redSolidLineAbout{
  width: 35%;
  }



  /* for footer logo to be center */ 
  .footerLogo
  {
    text-align: center
  }

  .fixed-top .navbar-collapse {
  max-height: 340px;
  overflow-y: auto;
}


}







