html {
  scroll-behavior: smooth;
}
.banner {
  background: url(../img/Infrastructure-1.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.fixed_1 {
  position: fixed;
  position: -webkit-sticky;
  top: 0;
  width: 100%;
  z-index: 28;
}
h1.page_header {
  color: #126b92 !important;
  text-align: center;
  padding: 65px 0px;
  font-size: 40px;
  margin: 0px;
}
.bread_crumb {
  background: #68d1a9 !important;
  margin: 0px;
}
ul.bread_crumb li {
  display: inline-block;
}
.bread_crumb li:first-child {
  margin-left: 0;
}
.bread_crumb li,
.bread_crumb li a {
  color: #fff;
  font-weight: 600 !important;
  line-height: 25px;
  letter-spacing: 1px;
}
.bread_crumb li:last-child {
  background-color: #3c9aa6;
}
.bread_crumb li:last-child:before {
  content: " ";
  display: inline-block;
  border-top: 14px solid rgba(20, 49, 93, 0);
  border-left: 14px solid #68d1a9;
  border-bottom: 14px solid transparent;
  border-right: none;
  margin-top: 0px;
  vertical-align: middle;
}
.bread_crumb li:last-child:after {
  content: " ";
  display: inline-block;
  border-top: 14px solid rgba(20, 49, 93, 0);
  border-left: 14px solid #3c9aa6;
  border-bottom: 14px solid transparent;
  border-right: none;
  margin-top: 0px;
  background: #68d1a9;
  vertical-align: middle;
}
.post_head a {
  color: #0097a2;
}
/* .conten p {
  padding-left: 20px;
} */

h1.post_head {
  margin-top: 15px;
  font-size: 24px;
}
p.author_details {
  font-style: italic;
  color: #75797c;
  font-size: 14px;
}
p.author_details a {
  color: #75797c;
  outline: 0;
  font-weight: 700;
}
p.conten {
  font-size: 15px;
}
.blog_post {
  border-bottom: 1px solid #cccccc;
  padding: 15px 0px !important;
}
.blog_post:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 60px;
  height: 3px;
  background: #0097a2;
  content: "";
  display: block;
  visibility: inherit;
}
@media (min-width: 1251px) and (max-width: 1350px) {
}
@media (min-width: 1025px) and (max-width: 1250px) {
}
@media (min-width: 991px) and (max-width: 1024px) {
}
@media (min-width: 768px) and (max-width: 990px) {
}
@media (min-width: 481px) and (max-width: 767px) {
  h1.page_header {
    padding: 40px;
  }
  h1.post_head {
    padding: 0px 25px;
  }
  p.author_details {
    padding: 0px 25px;
  }
  p.conten {
    padding: 0px 25px;
  }
  .robotic-img-mb {
    height: 200px !important;
  }
}

@media (min-width: 100px) and (max-width: 480px) {
  h1.page_header {
    padding: 40px;
  }
  h1.post_head {
    padding: 0px 25px;
  }
  p.author_details {
    padding: 0px 25px;
  }
  p.conten {
    padding: 0px 25px;
  }
}
.moretext {
  display: none;
}
.show_hide {
  cursor: pointer;
  color: #0097a2;
}
.post_head {
  color: #0097a2;
}
@media only screen and (max-width: 768px) {
  .more1 {
    padding: 0px 25px !important;
  }
  .post_head {
    padding-left: 25px;
  }
}
