.article-list {
  color: #313437;
  background-color: #fff;
}

.article-list p {
  color: #7d8285;
}

.article-list h2 {
  font-weight: bold;
  margin-bottom: 40px;
  padding-top: 40px;
  color: inherit;
}

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

.article-list .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto;
}

.article-list .articles {
  padding-bottom: 40px;
}

.article-list .item {
  padding-top: 50px;
  min-height: 425px;
  text-align: center;
}

.article-list .item .name {
  font-weight: bold;
  font-size: 16px;
  margin-top: 20px;
  color: inherit;
}

.article-list .item .description {
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 0;
}

.article-list .item .action {
  font-size: 24px;
  width: 24px;
  margin: 22px auto 0;
  line-height: 1;
  display: block;
  color: #4f86c3;
  opacity: 0.85;
  transition: opacity 0.2s;
  text-decoration: none;
}

.article-list .item .action:hover {
  opacity: 1;
}

.present-link:hover {
  color: #941410;
}

.present-link {
  color: #3e3e3e;
}

.career-form {
  padding: 15px 0px 0px 35px;
}

.career-heading {
  color: #2c363f;
  font-weight: 400;
  font-family: 'Raleway';
}

.career-link {
}

.acc-link:hover {
  color: #2c363f;
  font-weight: 500;
}

.acc-link {
  color: #910d09;
  font-weight: 500;
}

.icon {
}

.color-icon {
  color: #910d09;
}

@media (min-width: 300px) {
  .text-left.sh-heading {
    margin-top: 80px;
    margin-left: -80px;
  }
}

@media (min-width: 576px) {
  .text-left.sh-heading {
    margin-top: 80px;
    margin-left: -40px;
  }
}

@media (min-width: 768px) {
  .text-left.sh-heading {
    margin-top: 70px;
    margin-left: -20px;
  }
}

@media (min-width: 992px) {
  .text-left.sh-heading {
    margin-top: 60px;
  }
}

@media (min-width: 1200px) {
  .text-left.sh-heading {
    margin: 40px 0px 8px;
  }
}

.card-header-map {
  background-color: transparent;
  border-bottom: none;
  padding: 5px;
}

.map-img:hover {
  transform: scale(1.3);
  transition: 1s;
}

.progress-bar span {
  position: absolute;
  top: -30px;
  background: #f48c36;
  z-index: 99;
  font-size: 16px;
  right: -2em;
  text-align: center;
  padding: 1px 4px 0;
  border-radius: 1px;
  min-width: 70px;
}

.progress-bar span:after {
  content: '';
  display: inline-block;
  border-top: 5px solid #f48c36;
  border-bottom: 0px solid #268414;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  bottom: -5px;
  right: 1.8em;
}

.bg-warning {
  background: #ffc107;
}

.bg-info span:after {
  border-top: 5px solid #348ea8;
}

.bg-info span {
  background: #17a2b8;
}

.bg-info {
  background: #348ea8;
}

.bg-success span:after {
  border-top: 5px solid #28a745;
}

.bg-success {
  background: #28a745;
}

.bg-success span {
  background: #28a745;
}

.bg-danger span:after {
  border-top: 5px solid #ef4946;
}

.bg-danger span {
  background: #ef4946;
}

.bg-danger {
  background: #ef4946;
}

.bg-primary span:after {
  border-top: 5px solid #007bff;
}

.bg-primary span {
  background: #007bff;
}

.bg-primary {
  background: #007bff;
}

.btn:not(:disabled):not(.disabled):hover {
  background-color: white;
  color: rgb(151,28,24);
  border-color: rgb(151,28,24);
}

.style-one {
  background-color: White;
  width: 120px;
}

.accordion .closed {
  background: url(../../assets/img/Add-24.png) no-repeat right 5px;
  cursor: pointer;
}

.accordion .open {
  background: url(../../assets/img/Minus-24.png) no-repeat right 5px;
  cursor: pointer;
}

#navcol-1 {
}

div {
}

@media (min-width: 300px) {
  div.jumbotron.carousel-hero.safe-city-responsive {
    background: url(../../assets/img/pic2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
}

@media (min-width: 576px) {
  div.jumbotron.carousel-hero.safe-city-responsive {
    background: url(../../assets/img/pic2.jpg);
    background-size: cover;
  }
}

@media (min-width: 768px) {
  div.jumbotron.carousel-hero.safe-city-responsive {
    background: url(../../assets/img/pic2.jpg);
    background-size: cover;
  }
}

@media (min-width: 992px) {
  div.jumbotron.carousel-hero.safe-city-responsive {
    background: url('../../assets/img/safe-city-min.jpg') no-repeat center center;
    background-size: contain;
    margin-bottom: -78px;
    margin-top: -81px;
  }
}

@media (min-width: 576px) {
  .jumbotron .safe-city-responsive {
    background: url(../../assets/img/pic2.jpg);
    background-size: cover;
  }
}

@media (min-width: 300px) {
  .highlight-about .text-right.why-rk {
    float: left;
  }
}

@media (min-width: 992px) {
  .highlight-about .text-right.why-rk {
    float: none;
  }
}

.contact-text {
  font-family: 'Raleway';
  text-shadow: 2px 2px 4px #000000;
}

@media (min-width: 576px) {
  .smart-village-responsive {
    background-size: contain;
    /*margin-top: -10px;*/
    height: 400px;
  }
}

@media (min-width: 768px) {
  .smart-village-responsive {
    background-size: contain;
    height: 450px;
  }
}

@media (min-width: 992px) {
  .smart-village-responsive {
    background-size: contain;
    height: 580px;
  }
}

@media (min-width: 1200px) {
  .smart-village-responsive {
    background-size: contain;
    height: 680px;
  }
}

@media (min-width: 300px) {
  .smart-village-responsive {
    background-size: contain;
  }
}

@media (min-width: 300px) {
  .jumbotron.jumbotron-fluid.hero-technology.carousel-hero.jumbotron-resp {
    background: url("../../assets/img/slide01%20-%20Copy.jpg") no-repeat center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: 100%;
    background-size: 100% 80%;
  }
}

@media (min-width: 576px) {
  .jumbotron.jumbotron-fluid.hero-technology.carousel-hero.jumbotron-resp {
    background: url("../../assets/img/slide01%20-%20Copy.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}

@media (min-width: 1366px) {
  .img-fluid.safe-city-vector {
    max-width: 100%;
    background-size: 100% 100%;
  }
}

.card-map {
  border: none;
}

