.margin-top{
    margin-top: 20px;
}
.max-lines {
    display: block; /* or inline-block */
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 3.6em;
    line-height: 1.8em;
  }

  .max-lines-5 {
    display: block; /* or inline-block */
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 9em;
    line-height: 1.8em;
  }

  .navbar-brand,.home {
    color: #a7abae;
    font-weight: 700;
  }

  .page-header .page-header-image{
    /* background-size: contain !important; */
    /* width: 100%;
    height: auto; */
    z-index: 1 !important;
  }

  .navbar{
    box-shadow: none;
  }

  .carousel .carousel-inner{
    box-shadow: none;
  }

  .card-background:after{
    background-color: rgba(0, 0, 0, 0.0) !important;
  }

  .show-title{
    height: auto;
  }

  .card-background .card-title{
    margin-top: 0px;
  }

  .card .card-title{
    margin-top: 0px;
  }

  .custom-card{
    min-height: 250px;
  }

  .card-fashion .card-body{
    padding: 10px;
  }

  .presentation-page [data-background-color="yellow"],
.index-page [data-background-color="yellow"] {
    background: #FEDE33;
}


.title-red {
  color:  #e5612d !important;
}

.description-black{
  color: #000 !important;
}

.title-white, .description-white{
  color: #fff !important;
}

.input-group .form-control:last-child{
  background-color: #FFF;
}

.custom-header{
  width: 100%;
  margin-top: 62px;
}

.custom-img{
  width: 100%;
  max-height: 500px;
}

@media only screen and (max-width: 1024px) {
  .custom-header{
    width: 100%;
    height: 70%;
    margin-top: 62px;
  }
  .custom-img{
    width: 100%;
    height: 70%;
  }
}

@media only screen and (max-width: 500px) {
  .custom-header{
    width: 100%;
    height: 40%;
    margin-top: 62px;
  }

  .custom-img{
    width: 100%;
    height: 40%;
  }

  .mobile-border{
    border-bottom: 5px solid white;
  }

  .margrin-top-on-mobile{
    margin-top: 10px;
  }
}

.copyright{
  color: #FFF;
}

.green-layout h2, .green-layout h4, .green-layout p, #blogs-2 h5, #blogs-2 a{
  color: #7e953c;
}

.green-layout hr{
  background-color: #7e953c;
}

#blogs-2{
  background-color: #000;
}

#blogs-2 p{
  color: #FFF;
}

#blogs-2 h2{
  color: #FFF;
}

/* foorter section */
.footer-link li a{
  font-size: 1em !important;
}
.low-footer{
  background-color: #8ec543;
}
.footer{
  padding-bottom: 0px !important;
}
.low-footer{
  padding-left: 30px;
  padding-right: 30px;

}
.center-parent{
  text-align: center;
  vertical-align: middle;
  padding-top: 10px;
}
.low-footer p{
  color: #FFF;
  margin-bottom: 0px;
}
@media (max-width: 576px){
  .m-b-t-30{
    margin-top: 30px;
  }
  .h-size3 {
      height: 80px;
  }
  .mobile-100 div{
      width: auto;
      padding-right: 0px;
  }
  .h-size4{
      height: 40px;
  }
  .m-same-line li{
      float: left;
      width: 50%;
      list-style: outside none none;
  }
  .hide-in-mobile{
      display: none;
  }
  .index-page .page-header{
      height: 30% !important;
  }
  .page-header .page-header-image{
      height: 30%;
  }
  .page-header:after, .page-header:before{
      height: 30%;
  }
}

/* h1	{
font-size: 32px;
font-weight: bold;
}

h2	{
font-size: 24px;
} */
h1	{
color: black;
font-size: 22px;
font-weight: bold;
margin-top: 0px;
margin-bottom: 1px;
}

h2	{
color: black;
font-size: 18px;
margin-top: 0px;
margin-bottom: 1px;
}
