h3.footer-col-title {
    color: #000 !important;
    font-size: 16px !important;
    font-weight: 500!important;
}
footer.footer-area.section-padding-2 {
    background-color: #efefef;
    padding-top: 60px;
}
ul.footer-col-links > li::before {
    font-family: 'FontAwesome';
    content: '\f104';
    padding-left: 7px;
    color: #515151;
}

ul.footer-col-links > li > a {
    color: #515151;
}
ul.namad-logo-footer {
    display: inline-flex;
}

.breadcrumb-section .date {
    color: #ffffff;
    height: 170px;
    width: 100%;
    text-align: center;
    font-size: 33px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 46px;
}

.banner-title h1 {
    font-size: 33px;
}

a.edit-element {
    font-size: 20px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #0043ff;
    padding: 11px 12px;
    border-radius: 50%;
    color: #fff !important;
}

.error-section {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 80px;
}
.mt20{
  margin-top: 20px;
}

.row.paginate-row {
    margin: 20px auto;
    display: table;
}
.navbar{
  padding: 0;
}
.header-area {
    padding: 0;
}
.navbar-brand img {
    height: 69px;
}

.registerBox {
    margin-top: 50px;
    margin-bottom: 50px;
}
.mb20{
  margin-bottom: 20px;
}

.login-links {
    margin-top: 20px;
}
a.register-link {
    color: #310000 !important;
}

a.forgot-link {
  color: #310000 !important;
  float: left;
}

#snackbar{
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #e51818d6;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  padding: 16px;
  position: fixed;
  z-index: 11111;
  left: 50%;
  bottom: 80px;
}
#snackbar.success{
  background-color: #059b05d4;
}
#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 80px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 80px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 80px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 80px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}


.gradient-bg-1 {
    background: #02395e !important;
    background: -webkit-linear-gradient(to left, #02395e, #2b8bd4) !important;
    background: linear-gradient(to left, #02395e, #2b8bd4) !important;
}


.search-full {
    background-color: #2b8bd4;
}

.main-search-form input {
    border: 2px solid #ffffff;
}
.search-full .search-close {
    color: #ffffff;
}

.copyright {
    background: #2b8bd4;
}
section.blog-breadcrumb{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.blog-background-overlay {
    background-color: #000;
    opacity: .6;
    transition: background 0.3s,border-radius 0.3s,opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.breadcrumb-section .meta a {
    color: #ffffff;
    font-weight: normal;
}

.banner-title h1 {
    color: #fff;
}

.mint-bg {
    background: #2580c4;
}
.breadcrumb-section .category-tag a {
    margin-bottom: 3px;
}
.single-post-2 .post-inside-content .category-tag a {
    margin-bottom: 3px;
}

.breadcrumb-section ul li a {
    color: #ffffff;
    font-weight: normal;
}
.breadcrumb-section ul li {
    color: #fff;
}
.single-post-3 {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.single-post-3 .list-post-content h4 a:hover {
    color: #115789;
}
.single-post-2 .post-inside-content h2 a:hover {
    color: #115789;
}
.single-post-2 .post-inside-content .post-meta a:hover {
    color: #115789;
}
.single-post-3 .list-post-content .post-date{
  color: #115789;
}

.main-menu ul li a {
    margin-left: 10px;
    font-size: 14px;
    font-weight: normal !important;
}

.main-menu ul li {
    margin-left: 10px;

}


  a.whatsapp-chatm {
      width: 56px;
      height: 56px;
      background: #2db742;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      box-shadow: 0px 6px 8px 2px rgb(0 0 0 / 14%);
      -webkit-box-shadow: 0px 6px 8px 2px rgb(0 0 0 / 14%);
      -moz-box-shadow: 0px 6px 8px 2px rgba(0,0,0,0.14);
      position: fixed;
      left: 30px;
      bottom: 20px;
      cursor: pointer;
      z-index: 999;
      color: #fff;
      padding: 9px 13px;
      font-size: 35px;
      animation: pulse-animation 2s infinite;
  }
@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgb(45 183 66 / 42%);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}  
  a.whatsapp-chatm i {
      color: #fff !important;
      font-weight: normal;
  }


a#scrollUp {
    right: 50px;
    left:inherit;
}