.bg-primary {
  background-color: #ff5500;
}
.px0 {
  padding-left: 0;
  padding-right: 0;
}
.slick-prev,
.slick-next {
  z-index: 3;
  width: 40px;
  height: 40px;
}
.slick-prev::before,
.slick-next::before {
  font-size: 30px;
}
.slick-prev {
  left: 5px;
}
.slick-next {
  right: 5px;
}
.slick-slide img {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.text-primary {
  color: #ff5500;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ff5722;
}

.site-links {
  position: relative;
  height: 410px;
  background: #ff5500 url(../images/atal-bihari-img.jpg) no-repeat top left;
  background-size: cover !important;
}

@media (max-width: 767px) {
  .site-links {
    height: 160px;
    background-size: contain !important;
    background-position: bottom;
  }
}

.site-links-section {
  position: absolute;
  top: 75%;
  left: 0;
  right: 0;
}

.site-links-box {
  background: #fff;
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.5);
  padding: 25px 15px 0;
  margin-bottom: 20px;
  max-width: 298px;
  margin-left: auto;
  margin-right: auto;
}

.site-links-img {
  margin: 0 auto;
  border-radius: 50%;
  background-color: #4d4d4d;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  width: 128px;
  height: 128px;
  margin-bottom: 30px;
}

.site-links-content {
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  padding: 15px 15px;
  margin-bottom: -15px;
  position: relative;
  z-index: 1;
}

.site-links-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 0.25em;
  color: #ff5500;
}

.site-links-sub-title {
  margin: 0;
  font-size: 16px;
  font-weight: 800;
  color: #404040;
}

.site-links-link {
  display: block;
  text-align: center;
  background: #ff5500;
  color: #fff;
  padding: 25px 15px 15px;
  margin-left: -15px;
  margin-right: -15px;
}

.site-links-link:hover,
.site-links-link:focus {
  color: #fff;
  text-decoration: none;
  background: #ff5722;
}

.navigation {
  background: #ff5500;
  /* margin-bottom: 15px; */
}

.navigation-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 768px) {
  .navigation {
    text-align: center;
  }

  .navigation-nav {
    display: block!important;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important;
  }

  .navigation-nav > li {
    display: inline-block;
    margin-left: -4px;
  }
}

@media (min-width: 991px) {
  .navigation-nav > li:not(:last-of-type):after {
    content: '';
    height: 100%;
    width: 1px;
    background: red;
    display: inline-block;
    padding: 0 15px;
  }
}

.navigation-nav > li > a {
  display: block;
  padding: 8px;
  color: #fff;
  font-weight: 700;
  text-decoration: noen;
}

@media (min-width: 768px) {
  .navigation-nav > li > a {
    display: inline-block;
    padding: 12px 10px;
  }
}

.navigation-nav > li > a:hover,
.navigation-nav > li > a:focus {
  text-decoration: none;
  background: #e54c00;
}

.navigation-trigger {
  margin-left: auto;
  background: none;
  border: 0;
  font-size: 32px;
  padding: 14px;
  line-height: 1;
  color: #fff;
}

.award-box {
  margin: 30px 0;
  display: block;
  border-radius: 10px;
  background: #ff5500;
  text-decoration: none;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  padding: 15% 0;
  line-height: 1.2em;
  box-shadow: -0.359em -0.359em 0 rgba(0, 0, 0, 0.75);
}

@media (min-width: 768px) {
  .award-box {
    font-size: 34px;
  }
}

.award-box:hover,
.award-box:focus {
  text-decoration: none;
  background: #e54c00;
  color: #fff;
}

.img-thumbnail {
  width: auto;
  height: 150px;
}

.gallery-wrapper {
  margin-bottom: 40px;
}

.gallery-img {
  display: block;
  margin-bottom: 15px;
}

.gallery-link-text {
  display: block;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 600;
  text-transform: capitalize;
}

.mb15 {
  margin-bottom: 15px;
}
.mb30 {
  margin-bottom: 30px;
}

.carousel-section {
  position: relative;
  z-index: 1;
}

.carousel-section-caption {
  position: absolute;
  top: 0;
  left: 55%;
  width: 100%;
  height: 75%;
  background: #e54c00;
  z-index: -1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 15px;
}

.carousel-heading,
.carousel-sentence {
  margin: 0 0 0.25em;
  color: #fff;
  font-weight: 700;
}
.section-control {
  padding: 40px 15px;
}
.go-bold {
  font-weight: 700;
}
.text-darken {
  color: #444;
}
a.text-darken:hover,
a.text-darken:focus {
  text-decoration: none;
  color: #ff5500;
}
.text-lighten {
  color: #fff;
}
.social-link:hover > .fa:nth-of-type(1) {
  color: #e54c00;
}
.footer {
  background: #f2f2f2;
  padding: 25px 15px;
}
.footer-navigation {
  margin: 15px 0;
}
.footer-navigation li:not(:last-of-type):after {
  content: '/';
  margin-left: 8px;
}
.footer-navigation li,
.footer-navigation li a {
  color: #222;
  font-size: 13px;
  font-weight: 600;
}
.footer-navigation li a:hover,
.footer-navigation li a:focus {
  color: #ff5722;
  text-decoration: none;
}
.btn-warning {
    color: #fff;
    background-color: #ff5500;
    border-color: #ff5500;
}

.container-sm {
  max-width: 1000px;
}
.slider-section {
  padding: 30px 0;
  background-color: #f5f5f5;
}
marquee {
  max-height: 220px;
}
.box-type-link {
  display: block;
  height: 100px;
  border: 2px solid #e54c00;
  background: #fff;
  color: #e54c00;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  padding: 0 15px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
}
.box-type-link:hover {
  background: #e54c00;
  color: #fff;
  text-decoration: none;
}
