#header {
  z-index: 1000;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 11px 20px 0px rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid #dee2e6;
}
#header .white-logo {
  display: none !important;
}
#header .black-logo {
  display: block;
}
#header .nav-items,
#header .nav-items span {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  color: rgb(25, 27, 34) !important;
  font-weight: 400 !important;
}

.fixed {
  position: fixed !important;
  right: 15px;
  top: 170px;
}

@media only screen and (min-width: 1600px) {
  .fixed {
    position: fixed !important;
    right: 45px;
    top: 170px;
  }
}
@media only screen and (min-width: 1700px) {
  .fixed {
    position: fixed !important;
    right: 99px;
    top: 170px;
  }
}
#header-mobile {
  padding: 15px 0px !important;
}
#header-mobile .black-logo {
  display: block !important;
}
#header-mobile .white-logo {
  display: none !important;
}
#header-mobile .navbar-toggler-icon {
  background: url(/new_assets/images/mobile-icon-black.webp) !important;
  background-repeat: no-repeat !important;
}

.main-heading-section .heading {
  font-size: 54px;
  font-family: "Poppins";
  color: rgb(25, 27, 34);
  font-weight: 500;
  text-align: center;
  margin-top: 130px;
  margin-bottom: 20px;
  line-height: 1;
}
.main-heading-section .details {
  font-size: 16px;
  font-family: "Poppins";
  color: rgb(33, 37, 41);
  text-align: center;
  font-weight: 400;
  margin-bottom: 0;
}

.blog-section {
  margin-top: 110px;
}
.blog-section .blog-post {
  margin-bottom: 80px;
}
.blog-section .blog-post .blog-heading {
  cursor: pointer;
  font-size: 32px;
  font-family: "Poppins";
  color: rgb(25, 27, 34);
  line-height: 1.438;
  text-align: left;
  margin-bottom: 30px;
}
.blog-section .blog-post .blog-heading span:hover {
  padding-bottom: 0px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  width: -moz-fit-content;
  width: fit-content;
  color: rgb(255, 118, 58);
  line-height: 1.3em;
}
.blog-section .blog-post .author-tag-section {
  margin-bottom: 48px;
}
.blog-section .blog-post .author-tag-section img {
  margin-right: 16px;
}
.blog-section .blog-post .author-tag-section .author-name {
  font-size: 14px;
  font-family: "Poppins";
  color: rgb(25, 27, 34);
  line-height: 1;
  margin-bottom: 9px;
}
.blog-section .blog-post .author-tag-section .post-date {
  font-size: 12px;
  font-family: "Poppins";
  color: rgb(127, 127, 127);
  line-height: 14px;
  margin-bottom: 0;
}
.blog-section .blog-post .author-tag-section .post-tags {
  margin-left: 10px;
  line-height: 10px;
}
.blog-section .blog-post .author-tag-section .post-tags .tag {
  font-size: 12px;
  font-family: "Poppins";
  color: rgb(255, 118, 58);
  text-decoration: underline;
  text-align: left;
}
.blog-section .blog-post .post-content {
  margin-bottom: 42px;
}
.blog-section .blog-post .post-content img {
  width: 100%;
  border-radius: 15px;
  position: relative;
  z-index: 0;
  box-shadow: 0px 36px 64px 0px rgba(0, 0, 0, 0.2);
}
.blog-section .blog-post .post-content p {
  font-size: 16px;
  font-family: "Poppins";
  color: rgb(33, 37, 41);
  line-height: 1.75;
}
.blog-section .blog-post .post-content .image-block {
  cursor: pointer;
  position: relative;
  margin-bottom: 48px;
}
.blog-section .blog-post .post-content .image-block .shades {
  border-radius: 15px;
  background-color: rgba(255, 118, 58, 0.702);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  display: none;
}
.blog-section .blog-post .post-content .image-block .shades i {
  font-size: 45px;
  color: white;
}
.blog-section .blog-post .post-content .image-block:hover .shades {
  display: block;
}
.blog-section .blog-post .btn-section {
  transition: all 1s ease-in;
}
.blog-section .blog-post .btn-section .btn-line {
  color: rgb(255, 118, 58);
}
.blog-section .blog-post .btn-section .btn-line i {
  animation: woobles 1s ease infinite;
}
.blog-section .blog-post .btn-section .btn-txt {
  font-size: 16px;
  font-family: "Poppins";
  color: rgb(25, 27, 34);
  line-height: 1;
}
.blog-section .blog-post .btn-section:hover {
  text-decoration: none !important;
}
.blog-section .popular-blogs .heading {
  font-size: 24px;
  font-family: "Poppins";
  color: rgb(25, 27, 34);
  font-weight: 500;
  line-height: 1;
  margin-bottom: 28px;
}
.blog-section .popular-blogs .blog {
  display: flex;
  margin-bottom: 28px;
}
.blog-section .popular-blogs .blog img {
  width: 150px;
  border-radius: 15px;
  position: relative;
  z-index: 1;
}
.blog-section .popular-blogs .blog .image-block {
  position: relative;
  cursor: pointer;
}
.blog-section .popular-blogs .blog .image-block .shades {
  border-radius: 15px;
  background-color: rgba(236, 249, 255, 0.2);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  display: none;
}
.blog-section .popular-blogs .blog .image-block .shades i {
  font-size: 18px !important;
  color: white;
}
.blog-section .popular-blogs .blog-heading {
  width: 158px;
  font-size: 13px;
  font-family: "Poppins";
  color: rgb(33, 37, 41);
  line-height: 1.538;
  font-weight: 400;
  margin-bottom: 6px;
}
.blog-section .popular-blogs .blog .author-name {
  font-size: 12px;
  font-family: "Poppins";
  color: rgb(127, 127, 127);
  line-height: 1;
  text-align: left;
}
.blog-section .popular-blogs .blog:hover .shades {
  display: block !important;
}

#paginate .page-link {
  color: #45385b !important;
}

#paginate .pagination {
  justify-content: center;
}
#paginate .pagination .page-item {
  margin: 5px;
}

#paginate .page-item.active .page-link,
#paginate .page-link:hover {
  border-color: rgb(255, 118, 58);
  background-color: rgb(255, 118, 58);
  color: white !important;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .main-heading-section .heading {
    font-size: 45px;
    margin-bottom: 40px;
    margin-top: 80px;
  }
  .main-heading-section .details {
    font-size: 16px;
  }
  .blog-section .blog-post {
    margin-bottom: 65px;
  }
  .blog-section .blog-post .blog-heading {
    font-size: 22px;
    margin-bottom: 18px;
  }
  .blog-section .blog-post .author-tag-section {
    margin-bottom: 19px;
  }
  .blog-section .blog-post .author-tag-section img {
    margin-right: 16px;
  }
  .blog-section .blog-post .author-tag-section .author-name {
    font-size: 12px;
    margin-bottom: 9px;
  }
  .blog-section .blog-post .author-tag-section .post-date {
    font-size: 10px;
  }
  .blog-section .blog-post .author-tag-section .post-tags {
    margin-left: 10px;
    line-height: 10px;
  }
  .blog-section .blog-post .author-tag-section .post-tags .tag {
    font-size: 10px;
  }
  .blog-section .blog-post .post-content {
    margin-bottom: 24px;
  }
  .blog-section .blog-post .post-content p {
    font-size: 14px;
  }
  .blog-section .blog-post .post-content .image-block {
    margin-bottom: 24px;
  }
  .blog-section .blog-post .btn-section {
    transition: all 1s ease-in;
  }
  .blog-section .blog-post .btn-section .btn-line {
    color: rgb(255, 118, 58);
  }
  .blog-section .blog-post .btn-section .btn-line i {
    animation: woobles 1s ease infinite;
  }
  .blog-section .blog-post .btn-section .btn-txt {
    font-size: 14px;
  }
  .blog-section .blog-post .btn-section:hover {
    text-decoration: none !important;
  }
  .blog-section .popular-blogs .heading {
    font-size: 14px;
    margin-bottom: 18px;
  }
  .blog-section .popular-blogs .blog {
    display: flex;
    margin-bottom: 28px;
  }
  .blog-section .popular-blogs .blog .image-block {
    margin-right: 18px;
  }
  .blog-section .popular-blogs .blog-heading {
    width: auto;
    font-size: 14px;
    font-family: "Poppins";
    margin-bottom: 6px;
  }
  .blog-section .popular-blogs .blog .author-name {
    font-size: 12px;
    font-family: "Poppins";
    color: rgb(127, 127, 127);
    line-height: 1;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .main-heading-section .heading {
    font-size: 38px;
    margin-bottom: 28px;
    margin-top: 50px;
  }
  .main-heading-section .details {
    font-size: 13px;
    width: 306px;
    margin: auto;
  }
  .blog-section {
    margin-top: 40px;
  }
  .blog-section .blog-post {
    margin-bottom: 40px;
  }
  .blog-section .blog-post .blog-heading {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .blog-section .blog-post .author-tag-section {
    margin-bottom: 19px;
  }
  .blog-section .blog-post .author-tag-section img {
    margin-top: auto;
    margin-bottom: auto;
    width: 45px;
    height: 45px;
  }
  .blog-section .blog-post .author-tag-section .author-name {
    font-size: 12px;
    margin-bottom: 9px;
  }
  .blog-section .blog-post .author-tag-section .post-date {
    font-size: 10px;
  }
  .blog-section .blog-post .author-tag-section .post-tags {
    margin-left: 10px;
    line-height: 10px;
  }
  .blog-section .blog-post .author-tag-section .post-tags .tag {
    font-size: 10px;
  }
  .blog-section .blog-post .post-content {
    margin-bottom: 24px;
  }
  .blog-section .blog-post .post-content p {
    font-size: 14px;
  }
  .blog-section .blog-post .post-content .image-block {
    margin-bottom: 24px;
  }
  .blog-section .blog-post .btn-section {
    transition: all 1s ease-in;
  }
  .blog-section .blog-post .btn-section .btn-line {
    color: rgb(255, 118, 58);
  }
  .blog-section .blog-post .btn-section .btn-line i {
    animation: woobles 1s ease infinite;
  }
  .blog-section .blog-post .btn-section .btn-txt {
    font-size: 14px;
  }
  .blog-section .blog-post .btn-section:hover {
    text-decoration: none !important;
  }
  .blog-section .popular-blogs .heading {
    font-size: 18px;
    margin-bottom: 18px;
  }
  .blog-section .popular-blogs .blog {
    display: flex;
    margin-bottom: 28px;
  }
  .blog-section .popular-blogs .blog .image-block {
    margin-right: 12px;
    display: flex;
  }
  .blog-section .popular-blogs .blog .image-block img {
    width: 120px;
    margin: auto 0;
  }
  .blog-section .popular-blogs .blog-heading {
    width: auto;
    font-size: 12px;
    font-family: "Poppins";
    margin-bottom: 3px;
  }
  .blog-section .popular-blogs .blog .author-name {
    font-size: 10px;
    line-height: 1;
  }
}
@media only screen and (min-width: 280px) and (max-width: 374px) {
  .main-heading-section .heading {
    font-size: 34px;
    margin-bottom: 22px;
    margin-top: 40px;
  }
  .main-heading-section .details {
    font-size: 12px;
    width: 250px;
    margin: auto;
  }
  .blog-section {
    margin-top: 40px;
  }
  .blog-section .blog-post {
    margin-bottom: 40px;
  }
  .blog-section .blog-post .blog-heading {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .blog-section .blog-post .author-tag-section {
    margin-bottom: 19px;
  }
  .blog-section .blog-post .author-tag-section img {
    margin-top: auto;
    margin-bottom: auto;
    width: 45px;
    height: 45px;
  }
  .blog-section .blog-post .author-tag-section .author-name {
    font-size: 12px;
    margin-bottom: 9px;
  }
  .blog-section .blog-post .author-tag-section .post-date {
    font-size: 10px;
  }
  .blog-section .blog-post .author-tag-section .post-tags {
    margin-left: 10px;
    line-height: 10px;
  }
  .blog-section .blog-post .author-tag-section .post-tags .tag {
    font-size: 10px;
  }
  .blog-section .blog-post .post-content {
    margin-bottom: 18px;
  }
  .blog-section .blog-post .post-content p {
    font-size: 12px;
    margin-bottom: 0;
  }
  .blog-section .blog-post .post-content .image-block {
    margin-bottom: 18px;
  }
  .blog-section .blog-post .btn-section {
    transition: all 1s ease-in;
  }
  .blog-section .blog-post .btn-section .btn-line {
    color: rgb(255, 118, 58);
  }
  .blog-section .blog-post .btn-section .btn-line i {
    font-size: 12px;
    animation: woobles 1s ease infinite;
  }
  .blog-section .blog-post .btn-section .btn-txt {
    font-size: 12px;
  }
  .blog-section .blog-post .btn-section:hover {
    text-decoration: none !important;
  }
  .blog-section .popular-blogs .heading {
    font-size: 15px;
    margin-bottom: 18px;
  }
  .blog-section .popular-blogs .blog {
    display: flex;
    margin-bottom: 28px;
  }
  .blog-section .popular-blogs .blog .image-block {
    margin-right: 12px;
    display: flex;
  }
  .blog-section .popular-blogs .blog .image-block img {
    width: 100px;
    margin: auto 0;
  }
  .blog-section .popular-blogs .blog-heading {
    width: auto;
    font-size: 10px;
    font-family: "Poppins";
    margin-bottom: 3px;
  }
  .blog-section .popular-blogs .blog .author-name {
    font-size: 10px;
    line-height: 1;
  }
}
#blog-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(249, 249, 249);
  position: fixed;
  height: 80px;
  width: 100%;
  bottom: 0px;
  left: 0;
  z-index: 40;
}
#blog-cta .gradient-btn-reverse {
  border-color: #ff763a !important;
}
#blog-cta .gradient-btn-reverse span {
  color: #ff763a !important;
}
#blog-cta .gradient-btn-reverse:hover {
  border-width: 0 !important;
}
#blog-cta .gradient-btn-reverse:hover span {
  color: white !important;
}
#blog-cta .gradient-btn-reverse span, #blog-cta .about-btn span {
  padding: 0 15px;
}

.close-div {
  bottom: -200px !important;
  transition: bottom 1s;
}/*# sourceMappingURL=blog.css.map */