* {
  font-family: 'Inter', sans-serif;
  scroll-behavior: smooth;
}
body, html {
  overflow-x: hidden;
}

.main-container {
  width: 100%;
  margin: 0 auto;
}

.container {
    position: relative;
}
.footer .newsletter .form button.subscribe-button {
  display: flex;
  justify-content: center;
}
.footer .newsletter .form button.subscribe-button .spinner {
  display: none;
  margin-right: 10px;
}

.modal-dialog {
  max-width: 337px;
  margin-right: 25px;
}

.modal .modal-header {
  border: none !important;
  padding-bottom: 10px !important;
}
.modal .modal-header button {
  color: #ff3e3e;
  background-color: #eeb7b7;
  font-size: 9px;
  font-weight: bold;
}
.modal .modal-header .btn-close {
  margin: -2.5rem -0.5rem -0.5rem auto;
}
.modal .modal-body {
  padding: 0px 20px;
  padding-bottom: 10px;
}
.modal .modal-title {
  font-weight: 700;
  font-size: 28px;
  color: #ff3e3e;
  padding-left: 10px;
}
.modal .text {
  font-weight: 500;
  font-size: 13px;
  color: #6d6d6d;
  padding-left: 10px;
}

.blog-landing {
  text-align: center;
  padding-top: 130px;
  padding-bottom: 85px;
}
.blog-landing h1 {
  font-weight: 700;
  color: #000000;
  font-size: 38px;
  line-height: 46px;
  padding: 0 35px;
}
.blog-landing p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #222222;
  padding: 0 38px;
  padding-top: 10px;
}
.blog-landing .search-container {
  margin-top: 40px;
  padding: 0 10px;
}
.blog-landing .search-container input {
  border: 2px solid #D7D7D7;
  border-radius: 38px;
  padding: 20px 25px;
  color: #C0C0C0;
  font-weight: 400;
  font-size: 20px;
}
.blog-landing .search-container input:focus {
  box-shadow: none;
}
.blog-landing .search-container button {
  background: linear-gradient(59.09deg, #EF894F 11.27%, #FF1212 78.48%);
  border-radius: 50px;
  color: #ffffff !important;
  box-shadow: none;
  border: none;
  font-size: 22px;
  padding: 20px 50px;
  font-weight: 700;
  margin-top: 20px;
  width: 100%;
}
.blog-landing .search-container button:hover {
  color: #fff;
  box-shadow: none;
}
.blog-landing .search-container button:active {
  color: #fff;
}
.blog-landing .categories {
  margin-top: 150px;
}
.blog-landing .categories .category {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 20px 30px;
  margin-bottom: 30px;
}
.blog-landing .categories .category:hover{
    background: #FFF4F4;
    border-radius: 20px;
}
.blog-landing .categories .category span {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
}
.signup {
  margin-top: 105px;
  padding: 0 20px;
}


.blog-content.featured-articles {
  background: linear-gradient(359.83deg, rgba(255, 19, 19, 0.05) 0.14%, rgba(255, 46, 46, 0.05) 99.85%);
  padding: 80px 0;
  padding-top: 60px;
}
.blog-content.seo-marketing-articles {
  padding-top: 80px;
  background: rgba(99, 110, 213, 0.1);
}
.blog-content.smm-marketing-articles {
  background: rgba(232, 199, 127, 0.1);
  padding-top: 60px;
  padding-bottom: 80px;
}
.blog-content .list-headers {
  align-items: center;
  margin-bottom: 35px;
}
.blog-content .list-headers p {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  color: #000000;
  margin: 0;
}
.blog-content .list-headers a {
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #2B2C34;
  text-decoration: none;
  text-align: right;
  display: block;
}
.blog-content .card {
  border: 0;
  padding: 20px;
  background: #FFFFFE;
  box-shadow: 4px 6px 13px rgba(215, 215, 215, 0.25);
  border-radius: 12px;
  height: 100%;
  padding-bottom: 30px;
}
.blog-content .post {
  margin-bottom: 30px;
}
.blog-content .card .card-body {
  padding: 0;
}
.blog-content .card img{
   width: 100% !important;
   height: auto !important;
}
   
.blog-content .card .card-body h5 {
  margin-top: 25px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #2B2C34;
}
.blog-content .card .card-body h5 a{
  color: #2B2C34;
  text-decoration: none;
}
.blog-content .card .card-body .card-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #7A7C8E;
  margin-bottom: 25px;
}
.blog-content .card .card-body .card-link {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #2B2C34;
}

.blog-content .card .card-body .continue {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    background: linear-gradient(180deg, #ff1313 0%, #f0854e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    position: absolute;
    bottom: 20px;
    border-bottom: 1px solid #EF894F;
}

.signup .container {
  height: 100%;
}
.signup .container .row {
  height: 100%;
}
.signup .container .row .footer-model {
  text-align: center;
  width: 100%;
  margin-top: 100px;
}
.signup .container .row .footer-model img {
  position: absolute;
}
.signup .container .row .footer-model img.model {
  position: relative;
  margin-top: 20px;
  width: 100%;
}
.signup .container .row .footer-model img.heart {
  margin-top: 104px;
  margin-left: -92px;
  z-index: -1;
  height: 28px;
}
.signup .container .row .footer-model img.msg {
  margin-top: 118px;
  margin-left: 0px;
  height: 65px;
}
.signup .container .row .footer-model img.msg2 {
  margin-top: 237px;
  margin-left: -95px;
  z-index: 1;
  height: 57px;
}
.signup .container .row .footer-model img.like {
  margin-top: 300px;
  margin-left: 48px;
  z-index: 1;
  height: 33px;
}
.signup .signupform {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
}
.signup .signupform h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #22252a;
  padding-right: 50px;
}
.signup .signupform h2 span {
  background: linear-gradient(180deg, #ff1313 0%, #f0844d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.signup .signupform p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #101010;
  margin-top: 25px;
  margin-bottom: 40px;
  padding-right: 80px;
}
.signup .signupform a {
  display: block;
  width: 100%;
  background: linear-gradient(59.09deg, #EF894F 11.27%, #FF1212 78.48%);
  border-radius: 50px;
  color: #ffffff !important;
  box-shadow: none;
  border: none;
  font-size: 20px;
  padding: 12px 25px;
  font-weight: 700;
}
.signup .signupform a:hover {
  color: #fff;
  box-shadow: none;
}
.signup .signupform a:active {
  color: #fff;
}
.footer {
  background: #efefef;
  padding: 0 20px;
  padding-top: 50px;
}
.footer .footer-logo img {
  width: 165px;
}
.footer .footer-logo p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: rgba(58, 58, 58, 0.6);
  margin-top: 38px;
  padding-bottom: 30px;
}
.footer .sitemap {
  padding-right: 50px;
}
.footer .sitemap h5 {
  font-weight: 600;
  font-size: 18px;
  color: #000000;
}
.footer .sitemap .links {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 40px;
}
.footer .sitemap .links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer .sitemap .links ul li a {
  color: rgba(58, 58, 58, 0.6);
  font-weight: 400;
  font-size: 14px;
  line-height: 32px;
  text-decoration: none;
}
.footer .newsletter {
  padding-bottom: 40px;
}
.footer .newsletter h5 {
  font-weight: 600;
  font-size: 18px;
  color: #000000;
}
.footer .newsletter p {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: rgba(12, 12, 12, 0.8);
  margin-top: 10px;
}
.footer .newsletter .form {
  margin-top: 25px;
}
.footer .newsletter .form input {
  background-color: #fff;
  border-radius: 100px;
  font-size: 12px;
  border: none;
  padding: 10px 15px;
}
.footer .newsletter .form input:focus {
  box-shadow: none;
}
.footer .newsletter .form button {
  display: block;
  width: 100%;
  margin-bottom: 40px;
  background: linear-gradient(59.09deg, #EF894F 11.27%, #FF1212 78.48%);
  border-radius: 50px;
  color: #ffffff !important;
  box-shadow: none;
  border: none;
  font-size: 12px;
  padding: 8px 40px;
  font-weight: 700;
}
.footer .newsletter .form button:hover {
  color: #fff;
  box-shadow: none;
}
.footer .newsletter .form button:active {
  color: #fff;
}

.copyright {
  background: #efefef;
  border-top: 1px solid rgba(57, 57, 57, 0.15);
  padding: 10px 0;
}
.copyright p {
  color: rgba(21, 21, 21, 0.6);
  font-weight: 400;
  font-size: 12px;
  margin: 0;
  padding-top: 5px;
}
.copyright .payments {
  float: right;
}
.blog-view-content {
  padding-top: 45px;
}
.blog-view-content img {
    display: block;
    margin: 0 auto;
}
.blog-view-content .attachment-post-thumbnail {
    width: 100%;
    height: auto;
    border-radius: 20px;
    margin-bottom: 20px;
}

.blog-view-content .blog-navigation p {
  font-weight: 600;
  font-size: 17px;
  color: #2B2C34;
  margin: 0;
  padding-right: 15px;
}
.blog-view-content .blog-navigation a {
  color: #2B2C34;
  text-decoration: none;
}
.blog-view-content .blog-navigation p i {
  color: #FB3725;
  font-size: 20px;
}
.blog-view-content .blog-navigation .share {
  float: right;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.blog-view-content .blog-details .details {
    margin: 20px auto;
}
.blog-view-content .blog-details .details .blog-header-img {
  width: 100%;
  padding: 30px 0;
}
.blog-view-content .blog-details .details .title {
  color: #313A4E;
  font-weight: 700;
  font-size: 38px;
  line-height: 46px;
}
.blog-view-content .blog-details .details .author {
  padding: 25px 0;
  color: #404040;
  font-weight: 400;
  font-size: 14px;
}
.blog-view-content .blog-details .details h3, .blog-view-content .blog-details .details  h4{
    /*color: #313A4E;*/
    /*font-weight: 700;*/
    /*font-size: 38px;*/
    /*line-height: 46px;*/
    /*text-decoration: none;*/
    padding: 20px 0;
}

.blog-view-content .blog-details .details h1{
    font-size: 42px;
}

.blog-view-content .blog-details .details h2{
    font-size: 32px;
}
.blog-view-content .blog-details .details h3{
    font-size: 24px;
}


.blog-view-content .blog-details .details  a {
    text-decoration: underline;
    color: #ff1313;
}
.blog-view-content .blog-details .details  p {
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #404040;
}
.blog-view-content .blog-details .details .banner {
  width: 100%;
  margin-top: 70px;
  text-align: center;
}

.blog-view-content .blog-details .details  h6 {
  color: #404040;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding: 30px 0;
}
.blog-footer-share {
    margin-top: 20px;
}
.blog-view-content .blog-footer-share .share {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
}
.blog-view-content .blog-footer-share .share p {
  font-weight: 600;
  font-size: 17px;
  color: #2B2C34;
  margin: 0;
  padding-right: 15px;
}
div.comment-form {
  margin-bottom: 10px;
  margin-top: 40px;
  padding: 0px 30px;
}
.comment-form #reply-title, .comment-form .comment-notes{
    display: none;
}
.comment-form-comment{
    display: flex;
    flex-direction: column;
}

.comment-form-comment textarea{
    margin-top: 10px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
}

#commentform input[type='text']{
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
}
#commentform input[type='submit']{
    background: linear-gradient(59.09deg, #EF894F 11.27%, #FF1212 78.48%);
      border-radius: 50px;
      color: #ffffff !important;
      box-shadow: none;
      border: none;
      font-size: 22px;
      padding: 16px 60px;
      font-weight: 700;
      float: right;
}

.comment-form .form-container {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1);
}
.comment-form .form-container h4 {
  color: #2B2C34;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
}
.comment-form .form-container h4.leave-comment {
  padding: 40px 0;
}
.comment-form .form-container p {
  color: #2B2C34;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}

.comment-form .related-posts {
  padding-bottom: 100px;
}
.comment-form .related-posts .related-title h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  color: #313A4E;
  padding: 40px 0;
}

.related-post-body {
    background: linear-gradient(359.83deg, rgba(255, 19, 19, 0.05) 0.14%, rgba(255, 46, 46, 0.05) 99.85%);
}

.no-post{
    margin-bottom: 80px;   
}
.navigation .navbar-toggler img.close {
  display: block;
}
.navigation .navbar-toggler img.open {
  display: none;
}
.navigation .navbar-toggler.collapsed img.open {
  display: block;
}
.navigation .navbar-toggler.collapsed img.close {
  display: none;
}

.navigation {
  border-bottom: 1px solid #f3f3f3;
}
.navigation .navbar .logo-container {
  width: 100%;
}
.navigation .navbar-toggler img.close {
  display: block;
}
.navigation .navbar-toggler img.open {
  display: none;
}
.navigation .navbar-toggler.collapsed img.open {
  display: block;
}
.navigation .navbar-toggler.collapsed img.close {
  display: none;
}
.navigation .navbar-collapse {
  z-index: 8;
  background-color: #fff;
}
.navigation .navbar-nav .nav-item {
  font-weight: 400;
  font-size: 18px;
  color: #313131;
  padding: 8px 20px;
}
.navigation .navbar-nav .nav-item.active {
  color: #fff5f5;
  font-weight: 700;
  background-color: #fff5f5;
}
.navigation .navbar-nav .nav-item.sign-in {
  padding: 12px 15px;
}
.navigation .navbar-nav .nav-item.sign-in a {
  text-align: center;
  background: #ffcac1;
  border-radius: 70px;
  font-weight: 500 !important;
  color: #ff2a29;
  background: linear-gradient(59.09deg, #EF894F 11.27%, #FF1212 78.48%);
  border-radius: 50px;
  color: #ffffff !important;
  box-shadow: none;
  border: none;
  font-size: 14px;
  padding: 15px 15px;
  font-weight: 700;
}
.navigation .navbar-nav .nav-item.sign-in a:hover {
  color: #fff;
  box-shadow: none;
}
.navigation .navbar-nav .nav-item.sign-in a:active {
  color: #fff;
}
.navigation .navbar-nav .nav-item.register {
  padding: 12px 15px !important;
}
.navigation .navbar-nav .nav-item.register a {
  text-align: center;
  background: #fff;
  border-radius: 70px;
  border: 1px solid #ff2a29;
  font-weight: 500;
  font-size: 14px;
  color: #ff2a29;
  padding: 15px;
}

@media (min-width: 768px) {
    .blog-landing .search-container button {
      margin-top: 0px;
      width: 100%;
    }
}

@media (min-width: 992px) {
 .main-container {
    position: relative;
    width: 100%;
    scroll-snap-type: y mandatory;
    overflow: hidden;
  }
  .main-container .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 35px 65px;
  }
  .main-container .container.full-width {
    max-width: 1920px;
  }
  .main-container section {
    position: relative;
    height: 100%;
    scroll-snap-align: start;
  }
  .main-container section .container {
    position: unset !important;
  }
  .main-container section.page-2 {
    background: rgba(255, 19, 19, 0.05);
  }
  .main-container section.page-3 {
    background: rgba(255, 19, 19, 0.05);
  }
  .navigation .navbar .container {
    padding: 0 20px !important;
  }
  .navigation .navbar .logo-container {
    width: unset;
  }
  .navigation .navbar-brand {
    padding: 0;
  }
  .navigation .navbar-brand img {
    height: 32px;
  }
  .navigation .navbar-nav {
    align-items: center;
    justify-content: space-between !important;
  }
  .navigation .navbar-nav .nav-item {
    font-weight: bolder !important;
    padding: 0 !important;
    padding-right: 10px !important;
    white-space: nowrap;
  }
  .navigation .navbar-nav .nav-item a {
    padding: 20px 0 !important;
    border-bottom: 3px solid transparent;
    font-size: 14px !important;
  }
  .navigation .navbar-nav .nav-item a:hover {
    color: #ff3e3e;
  }
  .navigation .navbar-nav .nav-item.active {
    background-color: #fff;
  }
  .navigation .navbar-nav .nav-item.active a {
    color: #ff3e3e;
    border-bottom: 3px solid #ff3e3e;
  }
  .navigation .navbar-nav .nav-item.sign-in a {
    padding: 10px 18px !important;
  }
  .navigation .navbar-nav .nav-item.register {
    padding: 9px 10px !important;
  }
  .navigation .navbar-nav .nav-item.register a {
    padding: 9px 18px !important;
  }
 
 .navigation {
  border-bottom: 1px solid #f3f3f3;
}
.navigation .navbar .logo-container {
  width: 100%;
}

.navigation .navbar-collapse {
  z-index: 8;
  background-color: #fff;
}
.navigation .navbar-nav .nav-item {
  font-weight: 400;
  font-size: 18px;
  color: #313131;
  padding: 8px 20px;
}
.navigation .navbar-nav .nav-item.active {
  color: #fff5f5;
  font-weight: 700;
  /*background-color: #fff5f5;*/
}
.navigation .navbar-nav .nav-item.sign-in {
  padding: 12px 15px;
}
.navigation .navbar-nav .nav-item.sign-in a {
  text-align: center;
  background: #ffcac1;
  border-radius: 70px;
  font-weight: 500 !important;
  color: #ff2a29;
  background: linear-gradient(59.09deg, #EF894F 11.27%, #FF1212 78.48%);
  border-radius: 50px;
  color: #ffffff !important;
  box-shadow: none;
  border: none;
  font-size: 14px;
  padding: 15px 15px;
  font-weight: 700;
}
.navigation .navbar-nav .nav-item.sign-in a:hover {
  color: #fff;
  box-shadow: none;
}
.navigation .navbar-nav .nav-item.sign-in a:active {
  color: #fff;
}
.navigation .navbar-nav .nav-item.register {
  padding: 12px 15px !important;
}
.navigation .navbar-nav .nav-item.register a {
  text-align: center;
  background: #fff;
  border-radius: 70px;
  border: 1px solid #ff2a29;
  font-weight: 500;
  font-size: 14px;
  color: #ff2a29;
  padding: 15px;
}

  
  /**
  .navigation .navbar-nav {
    align-items: center;
  }
  .navigation .navbar-nav .nav-item {
    font-weight: 500 ;
    padding: 0 ;
    padding-right: 20px ;
  }
  .navigation .navbar-nav .nav-item.active {
    background-color: #fff ;
  }
  .navigation .navbar-nav .nav-item.sign-in {
    padding: 9px 18px ;
  }
  .navigation .navbar-nav .nav-item.sign-in a {
    padding: 9px 18px ;
  }
  .navigation .navbar-collapse {
    flex-basis: 60% ;
  }
  **/
  
    .blog-landing {
      text-align: center;
      padding-top: 130px;
      padding-bottom: 85px;
    }
    .blog-landing h1 {
      font-weight: 700;
      font-size: 50px;
      line-height: 62px;
      color: #000000;
    }
    .blog-landing p {
      font-weight: 400;
      font-size: 18px;
      line-height: 30px;
      color: #222222;
      padding: 0 150px;
      padding-top: 20px;
    }
    .blog-landing .search-container {
      margin-top: 60px;
    }
    .blog-landing .search-container input {
      width: 520px;
      border: 2px solid #D7D7D7;
      border-radius: 38px;
      padding: 20px 25px;
      color: #C0C0C0;
      font-weight: 400;
      font-size: 20px;
    }
    .blog-landing .search-container input:focus {
      box-shadow: none;
    }
    .blog-landing .search-container button {
      background: linear-gradient(59.09deg, #EF894F 11.27%, #FF1212 78.48%);
      border-radius: 50px;
      color: #ffffff !important;
      box-shadow: none;
      border: none;
      font-size: 22px;
      padding: 20px 50px;
      font-weight: 700;
      margin-top: 0px ;
      width: auto;
    }
    .blog-landing .search-container button:hover {
      color: #fff;
      box-shadow: none;
    }
    .blog-landing .search-container button:active {
      color: #fff;
    }
    .blog-landing .categories {
      margin-top: 150px;
    }
    .blog-landing .categories .category {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-between;
      padding: 20px 30px;
      cursor: pointer;
    }
    .blog-landing .categories .category:hover{
        background: #FFF4F4;
        border-radius: 20px;
    }
    .blog-landing .categories .category span {
      font-weight: 600;
      font-size: 24px;
      line-height: 29px;
      color: #000000;
    }
    
    .signup {
    margin-top: auto !important;
    padding: auto !important;
  }
  .blog-footer-share {
    margin-top: 80px;
  }
  div.comment-form {  
    padding: 0px 65px;
  }
    .signup .container {
      padding-bottom: 0px;
    }
  .signup .container .row .order-sm-1 {
    position: relative;
  }
  .signup .container .row .footer-model {
    position: relative;
    bottom: 0;
    margin-top: auto !important;
  }
  .signup .container .row .footer-model img.model {
    width: 88% !important;
  }
  .signup .container .row .footer-model img.heart {
    margin: 0 !important;
    right: 190px;
    top: 240px;
    height: auto !important;
  }
  .signup .container .row .footer-model img.msg {
    margin: 0 !important;
    top: 300px;
    left: -5px;
    height: 155px;
  }
  .signup .container .row .footer-model img.msg2 {
    margin-top: unset !important;
    bottom: 215px;
    margin-left: -315px !important;
    height: auto !important;
  }
  .signup .container .row .footer-model img.like {
    margin: 0 !important;
    bottom: 100px;
    left: 100px;
    height: 85px;
  }
  .signup .order-sm-2 {
    padding-left: 75px;
  }
  .signup .signupform h2 {
    padding-right: auto !important;
  }
  .signup .signupform p {
    font-size: 20px !important;
  }
  .signup .signupform a {
    display: auto !important;
    width: auto !important;
  }
  .footer {
    /*height: 40vh;*/
    /*padding: auto !important;*/
    /*padding-top: 80px !important;*/
    padding: 0px 0;
  }
  .footer .footer-logo p {
    margin-top: 38px !important;
  }
  .footer .newsletter {
    padding-bottom: auto !important;
  }
  .footer .newsletter .form button {
    display: auto !important;
    width: auto !important;
    margin-top: 20px !important;
  }
  .copyright {
    height: 5vh;
  }
  .copyright .container{
  padding: 0;
}
  .blog-view-content {
      padding-top: 45px;
    }
    .blog-view-content .blog-navigation p {
      font-weight: 600;
      font-size: 17px;
      color: #2B2C34;
      margin: 0;
      padding-right: 15px;
    }
    .blog-view-content .blog-navigation p i {
      color: #FB3725;
      font-size: 20px;
    }
    .blog-view-content .blog-navigation .share {
      float: right;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
    }
    .blog-view-content .blog-details .details .blog-header-img {
      width: 100%;
      padding: 30px 0;
    }
    .blog-view-content .blog-details .details .title {
      color: #313A4E;
      font-weight: 700;
      font-size: 38px;
      line-height: 46px;
    }
    .blog-view-content .blog-details .details .author {
      padding: 25px 0;
      color: #404040;
      font-weight: 400;
      font-size: 14px;
    }
    .blog-view-content .blog-details .details .content p {
      font-weight: 400;
      font-size: 16px;
      line-height: 32px;
      color: #404040;
    }
    .blog-view-content .blog-details .details .banner {
      width: 100%;
      margin-top: 70px;
      text-align: center;
    }
    .blog-view-content .blog-details .details .banner h6 {
      color: #404040;
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      padding: 30px 0;
    }
    .blog-view-content .blog-footer-share .share {
        float: left;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: start;
    }
    .blog-view-content .blog-footer-share .share p {
      font-weight: 600;
      font-size: 17px;
      color: #2B2C34;
      margin: 0;
      padding-right: 15px;
    }
}
@media (min-width: 1400px) {
  .navigation .navbar-nav {
    justify-content: end !important;
  }
  .navigation .navbar-nav .nav-item {
    padding-right: 40px !important;
  }
}