*, *:before, *:after {
    box-sizing: inherit;
}
* {
    box-sizing: border-box;
}
html {
    font-family: 'lora', sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
@font-face {
  font-family: 'lora';
  src: url(../font/Lora-Regular.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}
html {
    box-sizing: border-box;
}
html {
    line-height: 1.5;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.87);
}
@media only screen and (min-width: 0) {
    html {
        font-size: 14px;
    }
}
@media only screen and (min-width: 992px) {
    html {
        font-size: 14.5px;
    }
}
@media only screen and (min-width: 1200px) {
    html {
        font-size: 15px;
    }
}
body {
    margin: 0;
    padding: 0;
    color: #5e5e5e;
    font-size: 14px;
    line-height: 24px;
    overflow-x: hidden;
    background-color: #f1f1f1;
}
.backToTop {
    width: 35px;
    right: 60px;
    bottom: 60px;
    height: auto;
    display: none;
    z-index: 999;
    position: fixed;
    padding-top: 5px;
    overflow: hidden;
    text-align: center;
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #2962ff;
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.14);
}
a {
    background-color: transparent;
}
a {
    color: #039be5;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}
a {
    display: inline-block;
}
button, a {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.backToTop a.scroll {
    color: #2962ff;
    font-size: 18px;
}
.backToTop a.scroll > span {
    width: 100%;
    display: block;
    padding: 5px 8px;
}
.backToTop a.scroll > span.go-up {
    color: #fff;
    font-size: 24px;
    padding: 13px 5px;
    background-color: #2962ff;
}
i {
    display: inline-block !important;
    line-height: unset !important;
    height: unset !important;
    width: unset !important;
}
.icofont {
    font-family: 'IcoFont' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
.navbar-fixed {
    position: relative;
    height: 80px;
    z-index: 1000;
}
.breadcrumb-section {
    margin-top: 130px;
}
.header-section {
    z-index: 1000;
    /* position: fixed; */
    top: 0;
    box-shadow: 0 1px 6px 0px rgba(0, 0, 0, 0.14);
}
.w100dt {
    width: 100%;
    display: table;
}
nav {
    color: #fff;
    background-color: #ee6e73;
    width: 100%;
    height: auto;
}
nav.nav-extended {
    height: auto;
}
.navbar-fixed nav {
    /* position: fixed; */
}
.header-section .main-nav {
    height: 80px;
    background-color: #fff;
}
.contact-section {
    width: 100%;
    display: table;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 991px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.row:before, .row:after {
    display: table;
    content: " ";
}
.row:after{
    clear: both;
}
nav .nav-wrapper {
    position: relative;
    height: 100%;
}
nav.nav-extended .nav-wrapper {
    min-height: 56px;
    height: 80px;
}
.left {
    float: left;
}
.header-section .logo {
    width: 20%;
    padding-left: 15px;
}
a {
    background-color: transparent;
}
a {
    color: #039be5;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
}
nav a {
    color: #fff;
}
nav .brand-logo {
    position: absolute;
    color: #fff;
    display: inline-block;
    font-size: 2.1rem;
    padding: 0;
    white-space: nowrap;
}
.form-control:focus, button:visited, button.active, button:hover, button:focus, input:visited, input.active, input:hover, input:focus, a:hover, a:focus, a:visited, a.active {
    outline: none;
    box-shadow: none;
    text-decoration: none;
}
.header-section a.brand-logo {
    padding: 0;
    margin: 0;
    margin-top: 23px;
    line-height: unset !important;
    font-size: unset !important;
}
nav .button-collapse {
    float: left;
    position: relative;
    z-index: 1;
    height: 56px;
    margin: 0 18px;
}
nav .button-collapse {
    margin: 0;
    left: 15px;
    z-index: 1;
    float: left;
    color: #000;
    width: 50px;
    height: 50px;
    font-size: 24px;
    margin-top: 16px;
    padding: 13px 0px;
    position: absolute;
    text-align: center;
    border-radius: 100%;
    background-color: #fff;
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.14);
}
nav .button-collapse i{
    font-size: inherit;
}
@media only screen and (min-width: 993px) {
    nav a.button-collapse {
        display: none;
    }
}
nav i, nav [class^="mdi-"], nav [class*="mdi-"], nav i.material-icons {
    display: block;
}
nav .button-collapse i {
    height: 56px;
    line-height: 56px;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
nav ul {
    margin: 0;
}
.center, .center-align {
    text-align: center;
}
ul:not(.browser-default) {
    padding-left: 0;
    list-style-type: none;
}
.header-section ul.main-menu {
    width: 70%;
    margin: 0 auto;
}
li {
    margin: 0;
    padding: 0;
    float: left;
}
nav ul li {
    transition: background-color .3s;
    float: left;
    padding: 0;
}
nav ul li.active {
    background-color: rgba(0, 0, 0, 0.1);
}
.header-section ul.main-menu>li {
    float: none;
    display: inline-block;
}
.header-section ul.main-menu>li.active {
    background-color: transparent;
}
nav ul a {
    transition: background-color .3s;
    font-size: 1rem;
    color: #fff;
    display: block;
    padding: 0 15px;
    cursor: pointer;
}
.header-section ul.main-menu>li>a {
    color: #525252;
    display: block;
    cursor: pointer;
    font-size: 14px;
    overflow: hidden;
    padding: 28px 30px;
    position: relative;
}
.header-section ul.main-menu>li>a:hover, .header-section ul.main-menu>li.active>a {
    color: #000;
    font-weight: 700;
}
.header-section ul.main-menu>li>a:before, .header-section ul.main-menu>li>a:after {
    content: '';
    height: 1px;
    width: 40%;
    position: absolute;
    background-color: #000;
    transition: all .4s ease-in-out;
}
.header-section ul.main-menu>li>a:before {
    left: -100%;
    top: 25%;
}
.header-section ul.main-menu>li.active>a:before {
    left: 0;
}
.header-section ul.main-menu>li>a:after {
    right: -100%;
    bottom: 25%;
}
.header-section ul.main-menu>li.active>a:after {
    right: 0;
}
.header-section ul.main-menu>li>a:hover, .header-section ul.main-menu>li.active>a {
    color: #000;
    font-weight: 700;
}
.header-section ul.main-menu>li>a:hover:before {
    left: 0;
}
.header-section ul.main-menu>li>a:hover:after {
    right: 0;
}
.header-section a.brand-logo{
    font-size: 30px !important;
    color: #000;
}
.logo-font{
    font-size: 30px !important;
    color: #000;
}
.z-depth-1, .card-panel, .toast, .btn, .btn-large, .btn-floating, .dropdown-content, .collapsible, .side-nav {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
.side-nav {
    position: fixed;
    width: 300px;
    left: 0;
    top: 0;
    margin: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    height: 100%;
    height: calc(100% + 60px);
    height: -moz-calc(100%);
    padding-bottom: 60px;
    overflow-y: auto;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
}
.side-nav {
    z-index: 1001;
    background-color: #2962ff;
}
.snavlogo {
    padding: 13px 20px;
    background-color: #fff;
}
.side-nav li {
    float: none;
}
ul:not(.browser-default) li {
    list-style-type: none;
}
img {
    border: 0;
}
img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
.snavlogo img {
    width: 50%;
    height: auto;
}
.side-nav li.active {
    background-color: rgba(0, 0, 0, 0.09);
}
.side-nav a {
    color: rgba(0, 0, 0, 0.87);
    display: block;
    font-size: 14px;
    font-weight: 500;
    height: 48px;
    line-height: 48px;
    padding: 0 32px;
}
.side-nav > li a {
    color: #fff;
}
.right {
    float: right;
}
.header-section a.search-trigger {
    top: 0;
    right: 15px;
    color: #000;
    width: 50px;
    height: 50px;
    margin-top: 16px;
    padding: 13px 0px;
    position: absolute;
    text-align: center;
    border-radius: 100%;
    background-color: #fff;
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.14);
}
.icofont-search:before {
    content: "\edef";
}
.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    overflow-y: hidden;
    transition: 0.5s;
    background-color: rgba(0,0,0, 0.9);
}
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}
input {
    font-style: ;
    font-variant-ligatures: ;
    font-variant-caps: ;
    font-variant-numeric: ;
    font-variant-east-asian: ;
    font-variant-alternates: ;
    font-variant-position: ;
    font-weight: ;
    font-stretch: ;
    font-size: ;
    font-family: ;
    font-optical-sizing: ;
    font-size-adjust: ;
    font-kerning: ;
    font-feature-settings: ;
    font-variation-settings: ;
    text-rendering: auto;
    color: fieldtext;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: auto;
    -webkit-rtl-ordering: logical;
    cursor: text;
    background-color: field;
    margin: 0em;
    padding: 1px 0px;
    border-width: 2px;
    border-style: inset;
    border-color: light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: initial;
    padding-block: 1px;
    padding-inline: 2px;
}
input:not([type="file" i], [type="image" i], [type="checkbox" i], [type="radio" i]) {

}
input[type="text" i] {
    padding-block: 1px;
    padding-inline: 2px;
}
input:not([type="image" i], [type="range" i], [type="checkbox" i], [type="radio" i]) {
    overflow-clip-margin: 0px !important;
    overflow: clip !important;
}
.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
form {
    display: block;
    margin-top: 0em;
    unicode-bidi: isolate;
}
input:not([type]), input[type=text], input[type=password], input[type=email], input[type=url], input[type=time], input[type=date], input[type=datetime], input[type=datetime-local], input[type=tel], input[type=number], input[type=search], textarea.materialize-textarea {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    outline: none;
    height: 3rem;
    width: 100%;
    font-size: 1rem;
    padding: 0;
    box-shadow: none;
    transition: all 0.3s;
}
.overlay-content input[type=text] {
    width: 60%;
    color: #000;
    padding: 15px;
    margin: 0 auto;
    font-size: 16px;
    border-radius: 3px;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.5);
}
.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    transition: .3s ease-out;
}
.overlay-content form>button {
    width: 150px;
    height: 45px;
    color: #fff;
    border: none;
    margin: 0 auto;
    font-size: 16px;
    margin-top: 30px;
    border-radius: 3px;
    background-color: #2962ff;
}
.mb-50 {
    margin-bottom: 50px;
}
.col {
    float: left;
    min-height: 1px;
    padding: 0px 15px;
    box-sizing: border-box;
}
.col.s12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
}
@media only screen and (min-width: 991px) {
    .col.m8 {
        width: 66.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
}
@media only screen and (min-width: 1200px) {
    .col.l8 {
        width: 66.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
}
.mb-30 {
    margin-bottom: 30px;
}
.blogs {
    overflow: hidden;
    border-radius: 3px;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.14);
}
.card {
    position: relative;
    background-color: #fff;
    transition: box-shadow .25s;
    border-radius: 2px;
}
.card .card-image {
    position: relative;
}
.card .card-image img {
    border-radius: 2px 2px 0 0;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /* width: 100%; */
    display: block;
    margin: 0 auto;
}
.btn, .btn-large, .btn-floating, .btn-large, .btn-flat {
    outline: 0;
}
.btn-floating {
    display: inline-block;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    background-color: #26a69a;
    border-radius: 50%;
    transition: .3s;
    cursor: pointer;
    vertical-align: middle;
}
.cmn-bgcolor {
    background-color: #2962ff !important;
}
.btn-floating.halfway-fab {
    position: absolute;
    right: 24px;
    bottom: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}
.btn i, .btn-large i, .btn-floating i, .btn-large i, .btn-flat i {
    font-size: 1.3rem;
    line-height: inherit;
}
.btn-floating i {
    width: inherit;
    display: inline-block;
    text-align: center;
    color: #fff;
    line-height: 40px;
}
.card .card-content {
    padding: 25px;
    border-radius: 3px;
}
p {
    margin: 0;
    padding: 0;
}
.tag, p.hero {
    text-align: left;
    font-weight: 700;
}
.l-blue {
    color: #2962ff !important;
}
.card .card-title {
    font-size: 24px;
}
.card .card-title {
    font-weight: 700;
    color: #000;
}
.card .card-content .card-title {
    text-align: center;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
ul.post-mate-time li {
    margin-right: 15px;
}
.l-blue {
    color: #2962ff !important;
}
ul.post-mate li {
    margin-left: 10px;
}
ul.post-mate li a {
    color: #5e5e5e !important;
}
.icofont-heart-alt:before {
    content: "\ecfd";
}
ul.post-mate li a:hover {
    color: #2962ff !important;
}
#blog-section{
    padding: 0 0;
}
ul.pagination, ul.pagination li {
    float: none;
    text-align: center;
}
.pagination li {
    display: inline-block;
    border-radius: 2px;
    text-align: center;
    vertical-align: top;
    height: 30px;
}
ul.pagination li {
    width: 35px;
    margin: 5px;
    height: 35px;
    overflow: hidden;
    border-radius: 100%;
    background-color: #fff;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.14);
}
.pagination li a {
    color: #444;
    display: inline-block;
    font-size: 1.2rem;
    padding: 0 10px;
    line-height: 30px;
}
ul.pagination li a {
    padding: 0;
    color: #000;
    width: 100%;
    height: 100%;
    display: block;
    line-height: 35px;
}
ul.pagination li a > i {
    font-size: 16px;
}
.pagination li.active {
    background-color: #ee6e73;
}
ul.pagination li.active a, ul.pagination li:hover a {
    color: #fff;
    background-color: #2962ff;
}
@media only screen and (min-width: 991px) {
    .col.m4 {
        width: 33.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
}

/* Modern Pagination Styles */
.basic-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 60px 0 40px;
  padding: 0;
  list-style: none;
  gap: 8px;
}

.blog-page__pagination {
  margin: 50px 0 30px;
}

.basic-pagination li {
  display: inline-block;
  margin-right: 0 !important;
}

.basic-pagination li a,
.basic-pagination li span {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  color: #5e5e5e;
  background-color: #fff;
  border: 2px solid rgba(41, 98, 255, 0.1);
  border-radius: 50%;
  transition: all 0.3s ease-out;
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.14);
}

.basic-pagination li a::before,
.basic-pagination li span::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(41, 98, 255, 0.1), transparent);
  transition: left 0.5s ease;
}

.basic-pagination li a:hover::before {
  left: 100%;
}

.basic-pagination li a i {
  font-size: 16px;
  vertical-align: middle;
}

.basic-pagination li a:hover {
  border: 2px solid #2962ff;
  background-color: #2962ff;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 0 6px 2px rgba(41, 98, 255, 0.3);
}

.basic-pagination li a.current {
  background-color: #2962ff;
  border: 2px solid #2962ff;
  color: #fff;
  font-weight: 400;
  /* box-shadow: 0 0 6px 2px rgba(41, 98, 255, 0.4); */
}

.basic-pagination li a.disabled,
.basic-pagination li span.disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}

.basic-pagination li span.ellipsis {
  background-color: transparent;
  border: none;
  color: #999999;
  font-weight: 600;
  cursor: default;
  box-shadow: none;
}

.basic-pagination li span.ellipsis:hover {
  background-color: transparent;
  border: none;
  transform: none;
  box-shadow: none;
}

/* Enhanced hover effects for better UX */
.basic-pagination li a:not(.disabled):not(.current):hover {
  animation: paginationPulse 0.6s ease-in-out;
}

@keyframes paginationPulse {
  0% { transform: translateY(-2px) scale(1); }
  50% { transform: translateY(-2px) scale(1.05); }
  100% { transform: translateY(-2px) scale(1); }
}

/* Responsive design */
@media only screen and (max-width: 768px) {
  .basic-pagination {
    margin: 40px 0 30px;
    gap: 6px;
  }

  .blog-page__pagination {
    margin: 30px 0 20px;
  }

  .basic-pagination li a,
  .basic-pagination li span {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
  }

  .basic-pagination li a i {
    font-size: 14px;
  }
}

@media only screen and (max-width: 480px) {
  .basic-pagination {
    gap: 4px;
  }

  .basic-pagination li a,
  .basic-pagination li span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
  }

  .basic-pagination li a i {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1200px) {
    .col.l4 {
        width: 33.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
}
.top-post, .featured-posts, .sidebar-followme, .sidebar-subscribe, .sidebar-testimonial {
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.14);
}
.sidebar-title {
    width: 100%;
    padding: 15px;
    display: table;
    border-bottom: 1px solid #e5e5e5;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    color: #000;
}
.sidebar-title h2 {
    font-size: 18px;
    font-weight: 700;
}
.sidebar-followme ul.followme-links, .sidebar-posts, .sidebar-subscribe .subscribe {
    padding: 25px;
}
.sidebar-followme ul.followme-links li {
    height: 105px;
    width: 33.333%;
    overflow: hidden;
    text-align: center;
    position: relative;
    background-color: #fff;
}
.sidebar-followme ul.followme-links li a {
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    transition: .4s all ease-in-out;
}
.sidebar-followme ul.followme-links li a.facebook {
    color: #fff;
    background-color: #3668b1;
}
.sidebar-followme ul.followme-links li a i {
    font-size: 30px;
    margin-top: 25px;
}
.icofont-social-facebook:before {
    content: "\ee08";
}
.white-text {
    color: #FFFFFF;
}
.sidebar-followme ul.followme-links li a small.Followers {
    left: 0;
    right: 0;
    bottom: 0;
    padding: 5px 0px;
    position: absolute;
    background-color: rgba(0,0,0,0.3);
}
.sidebar-followme ul.followme-links li a.twitter {
    color: #fff;
    background-color: #2196f3;
}
.sidebar-followme ul.followme-links li a.google-plus {
    color: #fff;
    background-color: #f44336;
}
.sidebar-followme ul.followme-links li a.linkedin {
    color: #fff;
    background-color: #0288d1;
}
.sidebar-followme ul.followme-links li a.pinterest {
    color: #fff;
    background-color: #cd1d1f;
}
.sidebar-followme ul.followme-links li a.instagram {
    color: #fff;
    background-color: #607d8b;
}
.sidebar-posts .card {
    /* margin-bottom: 50px; */
}
.mb-10 {
    margin-bottom: 10px;
}
.sidebar-posts .card-image {
    border-radius: 5px;
    overflow: hidden;
}
.sidebar-posts .card-content {
    padding: 0px;
}
.sidebar-posts .card .card-title {
    font-size: 16px;
    font-weight: 700;
}
.sidebar-subscribe {
    text-align: center;
}
.input-field {
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
}
.sidebar-subscribe .validate {
    padding: 5px 10px;
    background-color: #e5e5e5;
    border-radius: 3px;
}
label {
    font-size: 0.8rem;
    color: #9e9e9e;
}
.left-align {
    text-align: left;
}
.input-field label {
    color: #9e9e9e;
    position: absolute;
    top: 0.8rem;
    left: 0;
    font-size: 1rem;
    cursor: text;
    transition: .2s ease-out;
}
.sidebar-subscribe .input-field label {
    left: 10px;
    top: 0.8rem;
    color: #9e9e9e;
    position: absolute;
}
input:not([type]).validate + label, input[type=text].validate + label, input[type=password].validate + label, input[type=email].validate + label, input[type=url].validate + label, input[type=time].validate + label, input[type=date].validate + label, input[type=datetime].validate + label, input[type=datetime-local].validate + label, input[type=tel].validate + label, input[type=number].validate + label, input[type=search].validate + label, textarea.materialize-textarea.validate + label {
    width: 100%;
    pointer-events: none;
}
input:not([type]) + label:after, input[type=text] + label:after, input[type=password] + label:after, input[type=email] + label:after, input[type=url] + label:after, input[type=time] + label:after, input[type=date] + label:after, input[type=datetime] + label:after, input[type=datetime-local] + label:after, input[type=tel] + label:after, input[type=number] + label:after, input[type=search] + label:after, textarea.materialize-textarea + label:after {
    display: block;
    content: "";
    position: absolute;
    top: 60px;
    opacity: 0;
    transition: .2s opacity ease-out, .2s color ease-out;
}
.sidebar-subscribe form>a {
    color: #fff;
    padding: 10px 30px;
    border-radius: 3px;
    background-color: #2962ff;
}
ul.footer-social-links li {
    float: none;
    margin: 5px;
    display: inline-block;
}
ul.footer-social-links li a {
    z-index: 1;
    font-weight: 700;
    padding: 5px 10px;
    position: relative;
}
ul.footer-social-links li a.facebook {
    color: #3b599a;
}
ul.footer-social-links li a.facebook:before, ul.footer-social-links li a.twitter:before, ul.footer-social-links li a.google-plus:before, ul.footer-social-links li a.linkedin:before, ul.footer-social-links li a.pinterest:before, ul.footer-social-links li a.instagram:before {
    z-index: -1;
    content: '';
    width: 100%;
    height: 2px;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-color: red;
    transition: .2s all ease-in-out;
}
ul.footer-social-links li a.facebook:before {
    background-color: #3b599a;
}
ul.footer-social-links li a:hover:before {
    height: 100%;
}
ul.footer-social-links li a.twitter {
    color: #50abf1;
}
ul.footer-social-links li a.twitter:before {
    background-color: #50abf1;
}
ul.footer-social-links li a.google-plus {
    color: #df4a32;
}
ul.footer-social-links li a.google-plus:before {
    background-color: #df4a32;
}
ul.footer-social-links li a.linkedin:before {
    background-color: #007bb6;
}

ul.footer-social-links li a.instagram:before {
    background-color: #bc2a8d;
}
ul.footer-social-links li a:hover {
    color: #fff;
}
.breadcrumb-nav {
    padding: 20px;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.14);
}
h4 {
    font-size: 18px;
}
.breadcrumb {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
}
.breadcrumb-nav a.breadcrumb {
    color: #5e5e5e;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}
.breadcrumb:last-child {
    color: #fff;
}
.breadcrumb-nav a.active {
    color: #000;
    font-weight: 700;
}
.breadcrumb:before {
    color: rgba(255, 255, 255, 0.7);
    vertical-align: top;
    display: inline-block;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 25px;
    margin: 0 10px 0 8px;
    -webkit-font-smoothing: antialiased;
}
.breadcrumb:before {
    color: #5e5e5e;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    vertical-align: top;
    display: inline-block;
    margin: 0 10px 0 10px;
    -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    line-height: 1.1;
}
.contact-section .contact-me {
    padding: 30px;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 0 2px 2px rgba(222, 222, 222, 0.5);
}
.contact-section .contact-things {
    width: 240px;
    height: auto;
    display: table;
    margin-bottom: 20px;
}
.contact-section .contact-things .c-icon {
    width: 50px;
    height: 50px;
    float: left;
    text-align: center;
    margin-right: 15px;
    border-radius: 100%;
    background-color: #fff;
    box-shadow: 0 0 2px 2px rgba(222, 222, 222, 0.5);
}
.contact-section .contact-things .c-icon > i {
    color: #2962ff;
    font-size: 24px;
    line-height: 50px !important;
}
.icofont-location-pin:before {
    content: "\f051";
}
.contact-section .contact-form {
    width: 100%;
    display: table;
}
.contact-form .contact-input {
    position: relative;
}
@media only screen and (min-width: 991px) {
    .col.m6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
}
.contact-form .validate, .contact-form .materialize-textarea {
    border: none;
    padding: 10px;
    box-shadow: none;
    border-radius: 3px;
    margin-bottom: 25px;
    background-color: #e5e5e5;
}
.contact-form .contact-input label {
    top: 10px;
    left: 15px;
    position: absolute;
    transition: all 0.3s;
}
textarea.materialize-textarea {
    overflow-y: hidden;
    padding: .8rem 0 1.6rem 0;
    resize: none;
    min-height: 3rem;
}
.contact-form .validate, .contact-form .materialize-textarea {
    border: none;
    padding: 10px;
    box-shadow: none;
    border-radius: 3px;
    margin-bottom: 25px;
    background-color: #e5e5e5;
}
.contact-form .materialize-textarea {
    min-height: 140px;
}
.contact-section .contact-form button {
    color: #fff;
    border: none;
    padding: 10px 15px;
    border-radius: 3px;
    background-color: #2962ff;
}
@media only screen and (min-width: 991px) {
    .col.m3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
}
.contact-section ul.social-link {
    width: 100%;
    display: table;
}
.contact-section ul.social-link li {
    margin-bottom: 20px;
}
.contact-section ul.social-link li, .contact-section ul.social-link li a {
    width: 100%;
    display: table;
    border-radius: 3px;
}
@media only screen and (min-width: 991px) {
    .col.m9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
}
.contact-section ul.social-link li a span {
    display: inline-block;
}
.contact-section ul.social-link li a>.s-icon {
    margin-right: 40px;
}
.contact-section ul.social-link li a>.s-name {
    color: #5e5e5e;
}
.contact-section ul.social-link li a>.s-likes {
    color: #d5d5d5;
}
.contact-section ul.social-link li a {
    padding: 28px;
    font-size: 18px;
    background-color: #fff;
    box-shadow: 0 0 2px 2px rgba(222, 222, 222, 0.5);
}
.contact-section ul.social-link li a.facebook:hover {
    background-color: #3b5998;
}
.contact-section ul.social-link li a.twitter:hover {
    background-color: #55acee;
}
.contact-section ul.social-link li a.google-plus:hover {
    background-color: #dd4b39;
}
.contact-section ul.social-link li a.instagram:hover {
    background-color: #363b5b;
}
.contact-section ul.social-link li a.dribbble:hover {
    background-color: #ff0084;
}
.contact-section .contact-things .c-text {
    display: table;
    padding: 10px 0px;
}
.mb-10 {
    margin-bottom: 10px;
}
ul.tag-list li a,  ul.share-links li a {
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.14);
}
 ul.share-links li {
    width: 30px;
    height: 30px;
    margin-left: 8px;
    text-align: center;
}
ul.share-links li a {
    color: #000;
    width: 100%;
    height: 100%;
    display: block;
    line-height: 30px;
}
 ul.tag-list li a:hover, ul.share-links li a:hover {
    color: #fff;
    background-color: #2962ff;
}
.icofont-social-facebook:before {
    content: "\ee08";
}
.leave-comment {
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.14);
}
.sidebar-title h2 {
    font-size: 18px;
    font-weight: 700;
}
.comment-area {
    padding: 25px;
}
button.custom-btn, a.custom-btn {
    color: #fff;
    border: none;
    font-weight: 700;
    border-radius: 3px;
    padding: 10px 15px;
    background-color: #2962ff;
}
.leave-comment .validate, .leave-comment .materialize-textarea {
    border: none;
    padding: 10px;
    box-shadow: none;
    border-radius: 3px;
    background-color: #e5e5e5;
}
label {
    font-size: 0.8rem;
    color: #9e9e9e;
}
.leave-comment .form-item {
    position: relative;
    margin-bottom: 25px;
}
.leave-comment .form-item label {
    top: 10px;
    left: 15px;
    position: absolute;
    transition: all 0.3s;
}
.leave-comment .materialize-textarea {
    min-height: 150px;
}
input:not([type]).validate + label, input[type=text].validate + label, input[type=password].validate + label, input[type=email].validate + label, input[type=url].validate + label, input[type=time].validate + label, input[type=date].validate + label, input[type=datetime].validate + label, input[type=datetime-local].validate + label, input[type=tel].validate + label, input[type=number].validate + label, input[type=search].validate + label, textarea.materialize-textarea.validate + label {
    width: calc(100% - 20px);
    pointer-events: none;
}
input:not([type]) + label:after, input[type=text] + label:after, input[type=password] + label:after, input[type=email] + label:after, input[type=url] + label:after, input[type=time] + label:after, input[type=date] + label:after, input[type=datetime] + label:after, input[type=datetime-local] + label:after, input[type=tel] + label:after, input[type=number] + label:after, input[type=search] + label:after, textarea.materialize-textarea + label:after {
    display: block;
    content: "";
    position: absolute;
    top: 60px;
    opacity: 0;
    transition: .2s opacity ease-out, .2s color ease-out;
}
nav .nav-wrapper {
    position: relative;
    height: 100%;
}
@media only screen and (max-width: 992px) {
    nav .brand-logo {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
.icofont-navigation-menu:before {
    content: "\f080";
}
.form-control:focus, button:visited, button.active, button:hover, button:focus, input:visited, input.active, input:hover, input:focus, a:hover, a:focus, a:visited, a.active {
    outline: none;
    box-shadow: none;
    text-decoration: none;
}
@media screen and (max-width: 1199px) {
    .header-section ul.main-menu>li>a {
        padding: 30px 20px;
    }
}
ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
}
@media only screen and (max-width: 992px) {
    .hide-on-med-and-down {
        display: none;
        background-color: #fff;
        position: fixed;
        width: 100% !important;
        top: 80px;
        left: 0;
    }
    .header-section ul.main-menu>li{
        width: 100%;

    }
    .breadcrumb-section{
        display: none;
    }
    .header-section a.search-trigger{
        display: none;
    }
}

.img-before {
    padding: 5px 0;
    font-size: 14px;
    line-height: 26px;
}

.img-before .data-num {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    color: #333333;
}

.img-before .data-num .like {
    display: flex;
    align-items: center;
    gap: 5px;
}

.img-before .data-num svg {
    display: block;
}

.img-before .data-num .comments_share {
    display: flex;
    gap: 8px;
}

.img-before .some-operation {
    display: flex;
    justify-content: space-around;
    color: #111;
}

.img-before+img {
    border-top: 2px solid #C8CBD0;
    padding: 0;
}

br:has(+.img-before),
.img-before+img+br {
    display: none;
}

.card-content p:not(:has(> img)){
    padding: 0 15px;
}

@media only screen and (max-width: 767px) {
  .tag {
    display: none !important;
  }

  .meta-post {
    display: none !important;
  }

  .thumb-wrap {
    display: none !important;
  }

  .post-mate-time.left {
    display: none !important;
  }

  .post-mate.right {
    display: none !important;
  }
}
