/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

head{
  margin-right: -500px;
}

body {
  padding-top: 3rem;
  padding-bottom: 0rem;
  color: #000;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
  margin-top: 1rem;
  background: #000;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 11rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 28rem;
  border: none;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  border: none;
}

.carousel-inner{
  height: 25rem;
  border: none;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  /* rtl:remove */
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

.crmg{
  margin-bottom: -48px;
}

.bgblack{
  background:#000;
}

.iwhats{
  padding: 10px 10px 5px 10px;
}

.text-bt{
 color:#000;
 background: #fff;
 margin-top: -200px;
}

.text-bt h4{
  color:#fff;
  font-size: 20px !important;
}

.btngreen {
  background:#00bb2d;
  border: none;
  width: 150px;
}

.btngreen:hover {
  background:#969696;
  border: none;
  width: 150px;
}

.btngray{
  color:#464646;
  background:#969696;
  border: none;
  width: 150px;
}
.btngray:hover{
  background: #000000;
  color:#fff;
  width: 150px;
}

.btngray:active{
  background: #000000;
  color:#fff;
  width: 150px;
}


.textgray h4{
  color:#464646;
}

.textgray{
  color:#464646;
}


.textgreen{
  color:#00bb2d;
}

.textwite{
  color:#ffffff;
}

.px-4{
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py-5{
  padding-top: 7rem !important;
}

.my-5{
  margin-bottom: 0rem !important;
}

.menup{
  margin-right: 90px;
}

.rowmap{
  margin-right: 0px !important;
}

.rounded-circle{
  margin-bottom: 2rem;
}

.fa{
  margin-bottom: 0.5rem;
}

.row {
  margin-right: 30px ;
  margin-left: 30px ;
}

.mb-4 {
    margin-bottom: 1.5rem!important;
    padding-left: 40px;
    padding-right: 40px;
}

.fooder{
  background: #000;
  margin-top: 150px;
}

.text-bt2{
  font-size: 12px;
}