* {
  line-height: 1.6 !important;
  word-spacing: 1px;
  font-family: 'Noto Sans', sans-serif;
}

header {
  background: #be1919;
  margin-bottom: 72px;
}

.cursor {
  cursor: pointer;
}

.bg-blue {
  background: #be2423;
}

.text-blue {
  color: #be2423;
}

.text-danger {
  color: #be1919 !important;
}

.bg-yellow {
  background: #f7c033 !important;
}

.bg-danger {
  background: #be1919 !important;
}

section {
  padding: 40px 0;
}

section .block-head {
  border-bottom: 1px solid #dee2e6 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

section a {
  text-decoration: none;
}

section .title {
  display: inline-block;
  margin-bottom: -1px;
  padding: 0 1px;
  padding-bottom: var(--sep-distance, 10px);
  border-bottom: var(--block-head-bw) solid var(--main-color);
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  border-bottom: 1px solid #be1919;
}

section .view-all {
  font-weight: 600;
  font-size: 14px;
}

.post-horizental img {
  height: 232px;
  width: 100%;
  border-radius: .25rem .25rem 0 0;
  min-width: 340px;
  min-height: 200px;
  background: #d5cfcf;
}

.post-horizental h5 {
  font-size: 16px;
  font-weight: 800;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.post-horizental .post-author {
  font-size: 10px;
}

.post-horizental .post-content {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.post-horizental.small-img img {
  height: 98px;
  min-width: 166px;
  min-height: 98px;
  background: #d5cfcf;
}

.post-vertical {
  margin-bottom: 1.5rem !important;
}

.post-vertical .post-author {
  font-size: 10px;
}

.post-vertical .post-head {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-weight: 600;
}

.post-carousel .post-loop .clock {
  font-size: 12px;
}

.post-carousel .post-loop h5 {
  font-size: 16px;
  font-weight: 800;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.post-carousel .post-loop h6 {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.post-vertical-full {
  margin-bottom: 22px;
}

.post-vertical-full .clock {
  font-size: 10px;
}

.post-vertical-full h5 {
  font-size: 14px;
  font-weight: 800;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.post-vertical-full .post-author {
  font-size: 10px;
  margin-bottom: 10 px;
}

.post-vertical-full .post-content {
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.footer-logo {
  text-align: center;
}

.footer-logo p {
  font-size: 11px;
  margin-top: 20px;
}

.footer-logo h6 {
  font-size: 14px;
  font-weight: 600;
}

footer ul li a {
  color: #fff;
}

footer ul li a:hover {
  color: #be1919;
}

.mainmenu .nav-link {
  position: relative;
}

.mainmenu .nav-link:before {
  -webkit-transition: 300ms;
  transition: 300ms;
  height: 5px;
  content: "";
  position: absolute;
  background-color: #fff;
  width: 0%;
  bottom: -2px;
}

.hamburger-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 99999;
  width: 75%;
  height: 100vw;
  -webkit-transition: left .3s ease-in-out, right .3s ease-in-out;
  transition: left .3s ease-in-out, right .3s ease-in-out;
  left: -75%;
}

.hamburger-menu .cross {
  font-size: 36px;
  padding-right: 10px;
}

.hamburger-menu ul {
  list-style: none;
}

.hamburger-menu .nav-link {
  padding: 14px 16px;
  border-bottom: 1px solid #7d7d7d;
  text-decoration: none;
  color: #fff;
}

.hamburger-menu .dropdown-menu {
  position: static !important;
  float: none;
  margin-top: 0;
  padding-bottom: 0;
  border: 0;
  padding-top: 0;
  -webkit-transform: translate(0px) !important;
          transform: translate(0px) !important;
  text-align: center;
  font-size: 14px;
  background: #00406e;
}

.hamburger-menu.active {
  left: 0;
}

.post-ovelay {
  height: 225px;
  width: 100%;
  display: block;
  position: relative;
  z-index: 9;
}

.post-ovelay:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #525252;
  opacity: 0.6;
  background: url(https://developer.thefollowup.in/assets/images/trans-bg.png) repeat-x bottom left;
  z-index: 99;
}

.post-ovelay figure {
  margin: 0 0 1rem;
  position: relative;
  max-width: 100%;
  min-width: 100%;
  border-radius: 4px;
  overflow: hidden;
  height: 225px;
  background: #eae9e9 url(https://developer.thefollowup.in/assets/images/logo-black.png) 50% no-repeat;
}

.post-ovelay figure img {
  opacity: .8;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}

.post-ovelay .post-text h6 {
  font-size: 12px;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-shadow: 0 2px 5px #000;
  font-size: 18px;
  line-height: 26px !important;
}

.post-ovelay .post-text a {
  color: #fff;
}

.post-ovelay .post-text a:hover:after {
  -webkit-animation: circle .75s;
  animation: circle .75s;
  opacity: 1;
}

.post-ovelay .post-text a:after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  cursor: pointer;
}

.post-ovelay .post-text p {
  font-size: 10px;
  text-shadow: 0 2px 5px #000;
}

blockquote {
  margin-top: 2em;
  margin-bottom: 2em;
  padding-left: 45px;
  color: #252525;
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
  letter-spacing: initial;
}

blockquote:before {
  content: "\201C";
  float: left;
  margin-top: 18px;
  margin-left: -45px;
  font-size: 60px;
  line-height: .41;
  color: #be1919;
}

.contents {
  font-size: 20px;
}

.contents img {
  width: 100% !important;
  height: auto !important;
}

a {
  color: #212529;
  text-decoration: none;
}

.mobile-menu {
  margin-top: 55px;
}

.mobile-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  list-style: none;
  overflow-x: auto;
  padding: 10px;
  margin-bottom: 0px;
}

.mobile-menu ul li {
  display: inline-block;
  white-space: nowrap;
  padding: 0 10px;
}

.mobile-menu ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-weight: 600;
  font-size: 14px;
  line-height: 40px;
  color: #2b2b2b;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.slug {
  color: #be1919;
}

.pointer {
  cursor: pointer;
}

.article .post-title {
  line-height: 40px !important;
  font-size: 2.0rem;
  font-weight: 600;
}

.bg-gradient-custom {
  background: -webkit-gradient(linear, left top, right top, from(#12c2e9), color-stop(#c471ed), to(#f64f59));
  background: linear-gradient(to right, #12c2e9, #c471ed, #f64f59);
}
/*# sourceMappingURL=style.css.map */