/*
Template Name: Shri Guru Temple
File: Layout CSS
Author: TemplatesOnWeb
Author URI: https://www.templateonweb.com/
Licence: <a href="https://www.templateonweb.com/license">Website Template Licence</a>
*/

/*********************about****************/
.center_about {
  background-image: url(../img/2.jpg);
  background-position: center center;
  background-size: cover;
}

#about_pg {
  padding-bottom: 90px;
}

.about_pg1l1 {
  z-index: 1;
  left: 10%;
}

.about_pg1l4 {
  right: 14%;
  padding-top: 220px;
  z-index: 4;
}

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}

.timeline>li {
  margin-bottom: 20px;
  position: relative;
}

.timeline>li:before,
.timeline>li:after {
  content: " ";
  display: table;
}

.timeline>li:after {
  clear: both;
}

.timeline>li:before,
.timeline>li:after {
  content: " ";
  display: table;
}

.timeline>li:after {
  clear: both;
}

.timeline>li>.timeline-panel {
  width: 50%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline>li.timeline-inverted+li:not(.timeline-inverted),
.timeline>li:not(.timeline-inverted)+li.timeline-inverted {
  margin-top: -60px;
}

.timeline>li:not(.timeline-inverted) {
  padding-right: 90px;
}

.timeline>li.timeline-inverted {
  padding-left: 90px;
}

.timeline>li>.timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}

.timeline>li>.timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}

.timeline>li>.timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -25px;
  background-color: #999999;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.timeline>li.timeline-inverted>.timeline-panel {
  float: right;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline-badge.primary {
  background-color: #2e6da4 !important;
}

.timeline-badge.success {
  background-color: #3f903f !important;
}

.timeline-badge.warning {
  background-color: #f0ad4e !important;
}

.timeline-badge.danger {
  background-color: #d9534f !important;
}

.timeline-badge.info {
  background-color: #5bc0de !important;
}

.timeline-title {
  margin-top: 0;
  color: inherit;
}

.timeline-body>p,
.timeline-body>ul {
  margin-bottom: 0;
}

.timeline-body>p+p {
  margin-top: 5px;
}

.approach_1l .nav-tabs .nav-link.active {
  background: none;
  color: #000;
  border: none;
  border-bottom: 3px solid var(--shop-primary);
}

.approach_1l .nav-tabs .nav-link {
  background-color: #f7f7f7;
  color: #000;
  border: none;
  border-bottom: 3px solid transparent;
  padding: 13px 35px;
  font-size: 15px;
  font-weight: bold;
  border-radius: 0;
}

.approach_1l .nav-tabs .nav-link:hover {
  color: var(--shop-primary);
}

#reg {
  background-image: url(../img/22.jpg);
  background-position: center center;
  background-size: cover;
}

#reg ::placeholder {
  color: #fff;
  opacity: 1;
  /* Firefox */
}

.reg_1il .input-group {
  background: #2c37448a;
}

.reg_1il .form_text {
  background: #2c37448a;
}

#blog_o {
  padding-bottom: 150px !important;
}

.bg_backo1 {
  padding-bottom: 180px;
}

/*********************about_end****************/


@media (max-width: 991px) {

  .about_pg1l1,
  .about_pg1l4 {
    position: static !important;
    max-width: 90%;
    margin: 15px auto;
    display: block;
  }

  .about_pg1l4 {
    padding-top: 0 !important;
  }

  .about_pg1r {
    text-align: inherit !important;
    margin-top: 20px;
  }

  .timeline h3 {
    font-size: 18px !important;
  }

  /* Make timeline panels full width on mobile */
  .timeline>li>.timeline-panel {
    width: 100% !important;
    float: none !important;
  }

  .timeline>li.timeline-inverted>.timeline-panel {
    float: none !important;
  }

  .timeline>li:not(.timeline-inverted) {
    padding-right: 0 !important;
  }

  .timeline>li.timeline-inverted {
    padding-left: 0 !important;
  }

  /* Hide connection line and badges to save space */
  .timeline:before {
    display: none !important;
  }

  .timeline>li>.timeline-badge {
    display: none !important;
  }

  /* Fix overlap caused by negative margins in desktop view */
  .timeline>li.timeline-inverted+li:not(.timeline-inverted),
  .timeline>li:not(.timeline-inverted)+li.timeline-inverted {
    margin-top: 0 !important;
  }

  .timeline>li {
    margin-bottom: 40px !important;
  }

  .timeline p,
  .timeline h6 {
    font-size: 14px !important;
  }

  .approach_1l {
    padding-top: 20px !important;
  }

  .approach_1l .nav-tabs .nav-link {
    padding: 10px 15px;
    font-size: 13px;
  }

  #blog_o,
  #about_pg {
    padding-bottom: 40px !important;
  }

  .bg_backo1 {
    padding-bottom: 60px;
  }

  .center_about {
    min-height: auto !important;
    padding: 60px 0;
  }
}

/* Hide top hero/banner on About page if requested */
#center {
  display: none !important;
}