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

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

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

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}

/* 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 {
  min-height: 30rem;
}


.carousel-item>img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
}


/* 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 {
  color: #004E78;
  font-weight: 100;
  line-height: 1;
  /* rtl:remove */
  letter-spacing: -.05rem;
}


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

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

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

  .carousel-item {
    min-height: 20rem;
}
} */

/* @media (min-width: 62em) { */
   @media (min-width: 576px) {
  .featurette-heading {
    margin-top: 1.25rem;
  }
 .carousel-caption p {
    margin-bottom: 1.5rem;
    font-size: 1.2rem;
    line-height: .90;
  }
  .carousel-item {
    min-height: 25rem;
     /* min-height: 25rem;   change as per image height */
      margin-top: 40px;
  }

  .logofont{
  width:175px; 
  font-size: 13px; 
  color:white;
  text-align: center;
}
.whatsappfont
{
  font-size: 13px; 
  width: 100px;
}
}

  @media (max-width: 576px) {
  .featurette-heading {
    font-size: 35px;
  }
  .carousel-caption p {
    margin-bottom: .4rem;
    font-size: .75rem;
    line-height: .90;
  }
  .carousel-item {
    margin-top: 100px;
    min-height: 18rem;
}
   .logofont{
  width:500px; 
  font-size: 13px; 
  color:white;
  text-align: center;
} 
.whatsappfont
{
  font-size: 13px; 
  width: 200px;
}
}

.team {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.team-box {

  margin: .75%;
  margin-bottom: 20px;
}

.team-box .profile-img {
  border-radius: 5%;
  position: relative;
}

.profile-content {
  margin-top: 0;
  padding-bottom: 60px;
}

.team-box .profile-content .name {
  margin-top: 15px;
  margin-bottom: 10px;
}

.team-box .profile-content .designation {
  color: #999;
  margin: 10px 0;
  font-size: 14px;
}

.team-box .profile-content .social-icons {
  display: flex;
  justify-content: flex-start;
}

.page-footer {
  padding-top: 20px;
  color: #004E78 !important;
  background-color: #FDB91F;
}

.page-footer .footer-copyright {
  overflow: hidden;
  min-height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0px;
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(51, 51, 51, 0.08);
}

.cred-footer-text {
  color: #004E78 !important;
}

right {
  text-align: right;
}