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

/* .navbar-collapse{
	flex-grow: inherit!important;
} */
body {
  padding-top: 3rem;
  /* padding-bottom: 3rem; */
  color: #5a5a5a;
  font-family: "Montserrat", sans-serif;
}


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

/* Carousel base class */
.carousel {
  margin-bottom: 3rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

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


/* 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: 300;
  color: #0170c1;
}
.lead{
  color: #000!important;
  font-weight: 400!important;
  font-size: 18px!important;
}
/* 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;
}

@media (max-width: 991px) {
  .menu-item a{
    font-size: 14px;
  }
  .footer-menu p{
    font-size: 14px;
  }
  .contact_gray{
    margin-top: 29px!important;
  }
  .dropdown-item{
    font-size: 12px;
  }
  .pdleft{
    padding-left: 14px!important;
  }
  .pdright{
    padding-right: 14px!important;
  }
  
  .carousel{
    margin-bottom: 0px;
  }
  .carousel-item {
    height: 19rem;
}
  .carousel-item > img{
    height: 19rem
  }
  .cynergy_mob_logo{
    height: 45px;
  }
  .navbar-nav{
    display: contents;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    font-size: 12px;
  }
  .phone_no{
    font-size: 13px;
  }

  .fa-phone {
    font-size: 15px;
    border-radius: 20%;
    padding: 4px 6px 2px 5px;
  }
  .featurette-heading {
    font-size: 36px!important;
    padding-top: 10px;
  }
  .home_img{
    width: 100%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1440px) {

  .carousel-item > img{
    height: 23rem!important;
  }
  .carousel-item {
    height: 23rem;
}
  .cynergy_mob_logo{
    height: 50px;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    text-transform: uppercase;
    margin: 2px -2px!important;
    font-size: 12px;
}

.navbar-nav{
  display: flex;
}
  
}

@media only screen and (max-width: 600px) {
  .lead{
    font-size: 16px !important;
    text-align: justify !important;
}
  .marketing h2{
    margin-top: 24px;
  }
  .contact_gray{
    margin-top: 12px!important;
  }
  .featurette-heading{
    font-size: 26px!important;
  }
  .carousel{
    margin-top:1rem;
  }
  .carousel-caption{
    bottom: 2rem;
  }
  .marketing h2{
    font-weight: 500!important;
    padding-top: 0px;
  }

  .carousel-item {
    height: 11rem;
}

.carousel-item > img{
  height: 10rem;
}
  /* .carousel-item > img {
    height: 16rem!important;
  } */
  /* .carousel{
    margin-bottom: 0rem;
  }
  .marketing{
    margin-top: -10%;
  } */
}
/* 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: 44px;
  }
}

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