@media (min-width: 768px) {
  .ad-upper-left {
    min-width: 330px;
  }
}

.tableofcontent {
  color: #2c79b1;
  font-size: 0.9rem;
}

a {
  color: #2c79b1;
}

.footer {
  background-color: #2c79b1;
  padding-top: 30px;
}

.footer_title {
  font-size: 1.2rem;
  font-weight: bold;
}

.socialicons {
  font-size: 1.5rem;
}

.list-footer a {
  color: #fff;
}

.navbar-custom {
  background-color: #2c79b1;
}

.custom-color {
  color: #2c79b1;
}

.btn-outline-dark:hover {
  background-color: #2c79b1;
  border-color: #2c79b1;
}

.page-item.active a {
  background-color: #2c79b1 !important;
  border-color: #2c79b1 !important;
}

.page-item a, .breadcrumb-item a {
  color: #2c79b1;
}

/*.breadcrumb {
  background-color: #fff;
}*/

.custom-border-color {
  border-color: #2c79b1;
}

.border-customcolor {
  border-color: #2c79b1 !important;
  border-width: 0 0 4px 0 !important;
}

.background-white {
  background-color: #fff;
}

.list-group-striped li:nth-of-type(even) {
  background-color: whitesmoke;
}

/*.dropdown:hover>.dropdown-menu {
  display: block;
}*/

.gsc-control-cse .gsc-table-result {
  font-family: inherit;
}

.gsc-control-cse .gsc-input-box {
  height: inherit;
}

gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus, .gsc-search-button, gsc-search-button-v2 {
  box-sizing: content-box;
  line-height: normal;
  margin-top: 0;
}

.cse .gsc-control-cse, .gsc-control-cse {
  padding: 0 !important;
}

/*Offset for internal link position and sticky header*/

@media (max-width: 767px) {
  :target:before {
    content: "";
    display: block;
    height: 90px;
    /* fixed header height*/
    margin: -90px 0 0;
    /* negative fixed header height */
  }

  #slider img {
    width: 100%;
    max-height: 265px;
  }
  .caption {
    font-size: 10px !important;
    width: 100% !important;
    right: 0 !important;
    left: 0;
  }
  p.caption_text {
    width: 200px !important;
    margin-top: 1px !important;
  }
}

@media (min-width: 768px) {
  :target:before {
    content: "";
    display: block;
    height: 60px;
    /* fixed header height*/
    margin: -60px 0 0;
    /* negative fixed header height */
  }
}

.caption {
  background: rgba(255, 255, 255, 0.62);
  position: absolute;
  bottom: 10px;
  padding: 21px 31px 10px;
  right: 22px;
  width: 486px;
}

p.caption_head {
  font-size: 1.5em;
  font-weight: 800;
  color: #c90d0d;
  margin-bottom: 0;
  letter-spacing: 1.4px;
  line-height: normal;
}

p.caption_number.left {
  font-weight: bold;
  font-size: 3.5em;
  margin: 0;
}

p.caption_text {
  margin: 20px 0 0 10px;
  font-size: 1.27em;
  font-weight: 600;
  width: 219px;
  line-height: normal;
}
