/*
#242424   => rgba($black, 0.7)



*/
@import 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css';
strong {
  font-weight: 600;
}

.error-page h3 {
  color: #646060;
  font-size: 28px;
}

.blog__banner {
  background-image: url("../images/Banner-Bg.png");
  background-size: cover;
  margin-top: calc(50px + 1em);
}
.blog__banner .blog__banner__heading {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  margin-top: 120px;
}
.blog__banner h6 {
  font-size: 20px;
  font-weight: 600;
  color: #fab700;
  position: relative;
}
.blog__banner h6:before {
  content: "";
  height: 2px;
  width: 19%;
  left: 10%;
  transform: translate(-50%, 0px);
  background-color: #fab700;
  position: absolute;
  bottom: -7px;
}

.blog__info__dec {
  font-size: 16px;
  font-weight: 600;
  color: #1783b0;
  text-align: left;
}

.blog__heading {
  font-weight: 500;
  position: relative;
  z-index: 2;
  color: #1783b0;
  font-size: 18px;
}

h2 {
  font-weight: 600 !important;
  position: relative;
  z-index: 2;
  color: #143b64 !important;
  font-size: 20px !important;
}

.blog__post .author__info__content {
  padding: 10px;
  max-width: 350px;
  background-color: #f5f5f5;
  border: 1px solid #f1f1f1;
}
.blog__post .author__info__content img {
  float: left;
  margin-right: 20px;
}
.blog__post .author__info__content p {
  font-size: 14px;
  color: #6a6767;
}
.blog__post .author__info__content h4 {
  font-size: 16px;
  font-weight: 500;
  color: #111;
  line-height: 5px;
}

.blog__title {
  background-image: url("../images/blog-index-bg.png");
  background-size: cover;
  margin-top: calc(50px + 1em);
  padding: 25px;
}
.blog__title h2 {
  font-size: 48px;
  font-weight: 600;
  color: #fff;
}
.blog__title h2:before {
  content: "";
  height: 4px;
  width: 20%;
  left: 50%;
  transform: translate(-50%, 0px);
  background-color: #fab700;
  position: absolute;
  top: 50%;
  border-radius: 10px;
}
.blog__title p {
  font-size: 22px;
  color: #cfc8c8;
}

.disabled {
  font-size: 14px;
  font-style: italic;
  color: #686666;
}

.sub__blog__title img {
  width: 100%;
}
.sub__blog__title .shadow {
  border-radius: 0 0 40px 0;
  min-height: 140px;
}
.sub__blog__title .shadow h3 {
  color: #1783b0;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
}
.sub__blog__title .shadow img {
  width: 100%;
}
.sub__blog__title .shadow h5 {
  font-size: 14px;
  color: #959090;
}

.sub__blogs h6 {
  color: #959090;
}
.sub__blogs h3 {
  color: #2FAFE4;
  font-size: 24px;
  /*&:before {
  content: "";
  height: 4px;
  width: 20%;
  left: 12%;
  transform: translate(-50%, 0px);
  background-color: #fab700;
  position: absolute;
  top: 30%;
  border-radius: 10px;
      }*/
}
.sub__blogs h3 a {
  color: #1783b0;
}

.recent__blog {
  border-left: 1px solid #ccc;
}
.recent__blog h3 {
  font-size: 24px;
  font-weight: 500;
}
.recent__blog h6 {
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
  color: #101112;
}
.recent__blog h6:hover {
  color: #1783b0;
}
.recent__blog .sticky {
  position: sticky;
  top: 100px;
}
.recent__blog .social_icon_box ul li {
  list-style: none;
  display: inline-block;
}
.recent__blog .social_icon_box ul li a {
  text-align: center;
  margin: 0 7px;
  display: block;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1607843137);
  transition-duration: 0.5s;
  transition-property: transform;
  transition-timing-function: ease-out;
}
.recent__blog .social_icon_box ul li:hover {
  transform: translateY(-5px);
}

h4 {
  font-size: 18px;
}
h4:hover {
  color: #143b64;
}

.newsletter {
  background-image: url("../images/newsletter-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.newsletter #Iframe1 {
  height: 165px;
}
.newsletter h2 {
  font-size: 30px !important;
  font-weight: 600 !important;
  color: #fff !important;
}
.newsletter h2:before {
  content: "";
  height: 3px;
  width: 30%;
  left: 50%;
  transform: translate(-50%, 0px);
  background-color: #fab700;
  position: absolute;
  top: 45px;
}

h2.heading {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 20px;
  z-index: 2;
}
h2.heading span {
  padding-bottom: 15px;
  color: #2FAFE4;
}
h2.heading:before {
  content: "";
  height: 2px;
  width: 150px;
  left: 50%;
  transform: translate(-50%, 0px);
  background-color: #2FAFE4;
  position: absolute;
  bottom: 0px;
}
h2.heading.left_line::before {
  left: 0;
  transform: translate(0%, 0px);
}

.blog-strip {
  background-image: url("../images/Read-More-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.blog-strip .blog-strip-row {
  padding: 45px 20px 40px;
}
.blog-strip .blog-strip-row h4 {
  font-size: 20px;
  margin-left: 15px;
}
.blog-strip .blog-strip-row .blog-btn .btn {
  padding: 10px 20px;
  font-size: 17px;
  margin-top: 2px;
  margin-left: 15px;
}

@media (max-width: 768px) {
  .blog-strip {
    background-image: url("../images/Read-More-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
  }
  .blog-strip .blog-strip-row {
    padding: 32px 20px 18px;
  }
  .blog-strip .blog-strip-row h4 {
    font-size: 16px;
    margin-left: 15px;
  }
  .blog-strip .blog-strip-row .blog-btn .btn {
    margin-top: 2px;
    margin-bottom: 10px;
  }
  .blog__banner .blog__banner__heading {
    font-size: 22px;
    font-weight: 600;
    margin-top: 40px;
  }
  .blog__banner .blog-banner {
    margin-top: 10px !important;
  }
  .recent__blog {
    border-left: none;
  }
  .recent__blog .recent__blog_mobile {
    display: none;
  }
  .newsletter h2:before {
    display: none;
  }
  .newsletter #Iframe1 {
    height: 400px;
  }
}/*# sourceMappingURL=blog.css.map */