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

body {
  color: #5a5a5a;
}

.container {
  max-width: 960px;
}

.card-deck .card {
  min-width: 220px;
}

.putama {
  margin-bottom: 4rem;
}


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

/* Center align the text within the three columns below the carousel */
.marketing .col-md-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-md-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
.kotak {
    height: 50px;
    line-height: 32px;
    /*vertical-align: middle;*/
    display: block;
    margin:10px 0;
}
.ktk {
  /*width: 300px;*/
  padding: 0.5rem;
}


/* 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;
  letter-spacing: -.05rem;
}



.con-img{
    background-image: url('../../img/blkg.jpg');
    width: 100%;
    height: auto;
    background-size: cover;
}




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

@media (min-width: 40em) {
  .container .featurette {
    /*padding: 0 35px;*/
    /*height: 150px;*/
  }
  /*.featurette-heading {
    font-size: 30px;
    margin-top: 3rem;
  }*/
  .lead {
    /*font-size: 1rem;*/
  }
  .featurette img {
    width: 75%;
  }
  .featurette-divider {
    margin: 2rem 0; /* Space out the Bootstrap <hr> more */
  }
  .m-heading {
    /*margin-top: 10px;*/
  }
}

@media (min-width: 62em) {
  .container .featurette {
    padding: 0 35px;
    height: 300px;
  }
  .services {
    margin-top: 2rem;
  }
  .page-heading {
    margin-top: 3rem;
  }
  .m-heading {
    /*margin-top: 10px;*/
  }
}

/* mobile */
@media (max-width: 575.98px) {
  .marketing .featurette {
    margin-bottom: 1.5rem;
    text-align: center;
  }
  .featurette-heading {
    font-size: 1.5em;
  }
  .lead {
    font-size: 1em;
  }
  .featurette img {
    width: 150px;
    margin-top: 3rem;
    margin-bottom: 10px;
  }
  .featurette-divider {
    margin: 2rem 0; /* Space out the Bootstrap <hr> more */
  }
  .putama {
    margin-bottom: 2rem;
  }
  .m-heading {
    margin-top: 10px;
  }

  footer {
    font-size: 15px;
  }
}





.lightbox-gallery {
    /*background-image: linear-gradient(#4A148C, #E53935);
    background-repeat: no-repeat;
    color: #000;
    overflow-x: hidden*/
}

.lightbox-gallery p {
    color: #fff
}

.lightbox-gallery h2 {
    /*font-weight: bold;*/
    margin-bottom: 40px;
    padding-top: 40px;
    /*color: #fff*/
}

@media (max-width:767px) {
    .lightbox-gallery h2 {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px
    }
}

.lightbox-gallery .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto 40px
}

.lightbox-gallery .intro p {
    margin-bottom: 0;
}

.lightbox-gallery .photos {
    padding-bottom: 2rem;
}

.lightbox-gallery .item {
    padding-bottom: 2rem;
}