@font-face {
  font-family: Poppins-R;
  src: url(../../font/Poppins-Regular.ttf);
  font-display: fallback;
}
@font-face {
  font-family: Poppins-M;
  src: url(../../font/Poppins-Medium.ttf);
  font-display: fallback;
}
@font-face {
  font-family: Raleway-M;
  src: url(../../font/Raleway-Medium.ttf);
  font-display: fallback;
}
@font-face {
  font-family: Roboto-R;
  src: url(../../font/Roboto/Roboto-Regular.ttf);
  font-display: fallback;
}
@font-face {
  font-family: Roboto-M;
  src: url(../../font/Roboto/Roboto-Medium.ttf);
  font-display: fallback;
}
@font-face {
  font-family: Roboto-B;
  src: url(../../font/Roboto/Roboto-Bold.ttf);
  font-display: fallback;
}
@font-face {
  font-family: "bebas_neueregular";
  src: url("../../font/bebasneue-regular-webfont.woff2") format("woff2"), url("../../font/bebasneue-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Montserrat;
  src: url(../../font/Montserrat-Regular.ttf);
  font-display: fallback;
}
body {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
}
body a {
  text-decoration: none;
}
body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body .padding-tb {
  padding: 40px 0;
}
@media (max-width: 575px) {
  body .padding-tb {
    padding: 30px 0;
  }
}

.inx-hdr.micro-hdr .nav-lnk {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  min-width: 100px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.inx-hdr.micro-hdr .nav-lnk:after {
  content: "";
  position: absolute;
  top: 70%;
  left: 0;
  width: 100%;
  height: 2px;
  transform: scaleX(0);
  transform-origin: bottom left;
  transition: transform 0.3s;
}
.inx-hdr.micro-hdr .nav-lnk:hover:after {
  transform: scaleX(1);
}
.inx-hdr.micro-hdr .nav-lnk.active:after {
  transform: scaleX(1);
}
.inx-hdr#header-sroll {
  position: fixed;
  height: 100px;
  background: transparent;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.3s ease-out;
}
@media (max-width: 991px) {
  .inx-hdr#header-sroll {
    position: relative;
    transition: none;
    height: 80px;
  }
}
@media (max-width: 991px) {
  .inx-hdr#header-sroll .logo-img {
    height: 80px;
  }
}
.inx-hdr#header-sroll.small {
  height: 80px;
  line-height: 35px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.inx-hdr#header-sroll.small .logo-img {
  height: 80px;
}
.inx-hdr#header-sroll.small .nav-lnk {
  height: 80px;
}
.inx-hdr#header-sroll.small .nav-lnk:hover {
  transition: all 0.3s ease-out;
}
.inx-hdr .navbar-menu {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 991px) {
  .inx-hdr .navbar-menu {
    display: none;
  }
}
.inx-hdr .navbar-menu .navbar-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.inx-hdr .navbar-menu .navbar-list .nav-item .nav-lnk {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  min-width: 100px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
}
.inx-hdr .navbar-menu .navbar-list .nav-item .nav-lnk:hover {
  transition: all 0.3s ease-out;
}
.inx-hdr .navbar-menu .navbar-list .nav-item.dropdown {
  display: inline-block;
  margin-right: 10px;
  position: relative;
}
.inx-hdr .navbar-menu .navbar-list .nav-item.dropdown ul {
  list-style-type: none;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  width: 200px;
  box-shadow: 0 6px 5px -5px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  z-index: 999;
}
.inx-hdr .navbar-menu .navbar-list .nav-item.dropdown ul li {
  height: 0;
  transition: all 500ms;
}
.inx-hdr .navbar-menu .navbar-list .nav-item.dropdown ul li a {
  line-height: 24px;
  padding: 15px 15px;
  text-decoration: none;
  font-size: 13px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  display: block;
  background-color: transparent;
  transition: all 0.3s ease-out;
}
.inx-hdr .navbar-menu .navbar-list .nav-item.dropdown ul li a:hover {
  padding-left: 20px;
}
.inx-hdr .navbar-menu .navbar-list .nav-item.dropdown.hover:hover li {
  height: auto;
}
.inx-hdr .sidepanel {
  display: none;
  width: 0;
  height: 100vh;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  overflow-x: hidden;
  transition: 0.5s;
  padding-bottom: 15px;
}
.inx-hdr .sidepanel a {
  text-decoration: none;
  font-size: 15px;
  display: block;
  text-align: left;
  transition: 0.3s;
}
.inx-hdr .sidepanel .closebtn {
  width: 100%;
  height: 59px;
  line-height: 1;
  font-size: 36px;
  padding: 5px 20px;
  display: flex;
  align-items: center;
}
.inx-hdr .sidepanel ul li.dropdown {
  position: relative;
}
.inx-hdr .sidepanel ul li.dropdown ul {
  list-style-type: none;
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.inx-hdr .sidepanel ul li.dropdown ul li {
  height: 0;
  overflow: hidden;
  transition: all 500ms;
}
.inx-hdr .sidepanel ul li.dropdown ul li a {
  font-size: 13px;
}
.inx-hdr .sidepanel ul li.dropdown.toggle > input {
  display: none;
}
.inx-hdr .sidepanel ul li.dropdown.toggle > input:checked ~ ul li {
  height: auto;
}
.inx-hdr .sidepanel ul li .mob-menu-links {
  padding: 8px 8px 8px 20px;
  padding-right: 20px;
  padding-top: 12px;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  padding-bottom: 12px;
  text-transform: uppercase;
  line-height: normal;
  display: block;
}
.inx-hdr .sidepanel ul li label.mob-menu-links {
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
}
.inx-hdr .sidepanel ul li label.mob-menu-links::after {
  position: absolute;
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  top: 50%;
  transform: translate(0, -50%);
  right: 20px;
}
.inx-hdr .openbtn {
  display: none;
  font-size: 30px;
  cursor: pointer;
  background-color: transparent;
  padding: 0;
  line-height: 1;
  border: none;
  top: 50%;
  right: 0;
  position: absolute;
  transform: translate(0, -50%);
}
@media (max-width: 991px) {
  .inx-hdr .openbtn {
    display: block;
  }
  .inx-hdr .sidepanel {
    display: block;
    z-index: 9999;
  }
}
@media (max-width: 575px) {
  .inx-hdr .openbtn {
    margin-right: 15px;
  }
}

.banner-sec-2 {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.banner-sec-2 .absolute-container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.banner-sec-2 .container {
  z-index: 1;
}
.banner-sec-2:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}
.banner-sec-2 img {
  max-width: 100%;
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 575px) {
  .banner-sec-2 img {
    max-height: 180px;
  }
}
.banner-sec-2 .text-overlay h1 {
  position: relative;
  padding: 0;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 40px;
  line-height: 2;
  text-transform: capitalize;
  transition: all 0.4s ease 0s;
}
@media (max-width: 991px) {
  .banner-sec-2 .text-overlay h1 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .banner-sec-2 .text-overlay h1 {
    font-size: 18px;
  }
}
.banner-sec-2 .text-overlay h1:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  content: "";
}
.banner-sec-2 .text-overlay h1 span {
  display: block;
  font-size: 0.5em;
  line-height: 1.3;
}
.banner-sec-2 .text-overlay h1 span {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 4px;
  line-height: 2em;
  padding-left: 0.25em;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .banner-sec-2 .text-overlay h1 span {
    letter-spacing: 1px;
  }
}
.banner-sec-2 .text-overlay h1 em {
  font-style: normal;
  font-weight: 600;
}
.banner-sec-2 .text-overlay .breadcrumb.br-custom {
  background: transparent;
  margin-top: 20px;
  margin-bottom: 0;
  justify-content: center;
}
.banner-sec-2 .text-overlay .breadcrumb.br-custom .breadcrumb-item a {
  text-decoration: none;
}

.blogs-sec .single-item {
  margin-bottom: 30px;
}
.blogs-sec .single-item .item {
  box-shadow: 0 0 10px #e7e7e7;
  height: 100%;
}
.blogs-sec .single-item .item .thumb {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.blogs-sec .single-item .item .thumb .post-date {
  position: absolute;
  left: 30px;
  bottom: 30px;
  height: 70px;
  width: 80px;
  text-align: center;
  font-size: 14px;
  padding: 0 20px;
  line-height: 1.3;
  padding-top: 15px;
  border-radius: 5px 5px 0 5px;
  text-transform: uppercase;
}
.blogs-sec .single-item .item .thumb .post-date::after {
  position: absolute;
  right: 0;
  bottom: -10px;
  content: "";
  border-right: 15px solid;
  border-top: 0;
  border-bottom: 15px solid;
}
.blogs-sec .single-item .item .thumb a, .blogs-sec .single-item .item .thumb a:active, .blogs-sec .single-item .item .thumb a:focus, .blogs-sec .single-item .item .thumb a:hover {
  outline: none;
  text-decoration: none;
}
.blogs-sec .single-item .item .thumb a img, .blogs-sec .single-item .item .thumb a:active img, .blogs-sec .single-item .item .thumb a:focus img, .blogs-sec .single-item .item .thumb a:hover img {
  border: none;
  outline: none;
  max-width: 100%;
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.blogs-sec .single-item .item .info {
  padding: 30px;
}
@media (max-width: 767px) {
  .blogs-sec .single-item .item .info {
    padding: 20px;
  }
}
.blogs-sec .single-item .item .info .tags {
  position: relative;
  z-index: 1;
  padding-left: 30px;
  margin-bottom: 10px;
}
.blogs-sec .single-item .item .info .tags::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f02c";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
}
.blogs-sec .single-item .item .info .tags ul {
  margin: 0;
  list-style-type: none;
}
.blogs-sec .single-item .item .info .tags ul li {
  display: inline-block;
  margin-bottom: 5px;
  position: relative;
  z-index: 1;
  padding-right: 5px;
}
.blogs-sec .single-item .item .info .tags ul li a {
  font-weight: 500;
  font-size: 15px;
}
.blogs-sec .single-item .item .info .tags ul li a:hover {
  text-decoration: none;
}
.blogs-sec .single-item .item .info h4 {
  line-height: 1.3;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 15px;
}
.blogs-sec .single-item .item .info h4 a {
  font-weight: 600;
}
.blogs-sec .single-item .item .info h4 a:hover {
  text-decoration: none;
}
.blogs-sec .single-item .item .info p {
  margin: 0 0 15px;
  text-transform: none;
  font-weight: 400;
  line-height: 1.8;
  text-align: justify;
}
.blogs-sec .single-item .item .info .read-btn {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 200px;
  height: 50px;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  border: 3px solid;
  border-radius: 50px;
  transition: all 0.15s ease-in-out;
  margin: 30px 0 0;
}
.blogs-sec .single-item .item .info .read-btn:hover {
  border: 3px solid;
}
.blogs-sec .pagination {
  margin-top: 25px;
  justify-content: center;
}
.blogs-sec .pagination .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  border: 1px solid;
}
@media (min-width: 360px) {
  .blogs-sec .pagination .page-link {
    padding: 1rem 1.25rem;
  }
}
.blogs-sec .pagination .page-item.active .page-link {
  z-index: 3;
}

footer {
  padding: 30px 0 0;
}
footer .f-col {
  margin-bottom: 1rem;
}
@media (max-width: 500px) {
  footer .f-col img {
    width: 100px;
    height: auto;
    will-change: opacity;
  }
}
footer .f-col p {
  font-size: 13px;
  margin-bottom: 30px;
}
footer .f-col h4 {
  margin: 10px 0 20px;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}
footer .f-col .fm-link li a {
  display: block;
  position: relative;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-decoration: none;
  padding-left: 15px;
  margin: 15px 0;
  transition: all 0.3s ease-out;
}
footer .f-col .fm-link li a:hover {
  padding-left: 20px;
}
footer .f-col .fm-link li a:before {
  position: absolute;
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  z-index: 9;
  left: 0;
  line-height: 1.8;
  font-size: 10px;
}
footer .copy-right-row {
  padding: 30px 0 25px;
}
footer .copy-right-row .f-bootom-col {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  footer .copy-right-row .f-bootom-col {
    flex-direction: column;
    height: 70px;
  }
}
footer .copy-right-row .f-bootom-col p {
  font-size: 13px;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  footer .copy-right-row .f-bootom-col p {
    font-size: 11px;
  }
}
footer .copy-right-row .f-bootom-col .social-links {
  display: flex;
  align-items: center;
}
footer .copy-right-row .f-bootom-col .social-links li a {
  display: block;
  text-align: center;
  width: 32px;
  height: 32px;
  font-size: 14px;
  border-radius: 50%;
  margin: 0 10px 0 0;
  text-decoration: none;
  overflow: hidden;
}
footer .copy-right-row .f-bootom-col .social-links li a:hover i:first-child {
  margin-top: -31px;
}
footer .copy-right-row .f-bootom-col .social-links li a i {
  display: block;
  position: relative;
  transition: all 0.3s ease-out;
  line-height: 32px;
}

.logo-blk {
  display: flex;
  align-items: center;
}/*# sourceMappingURL=blogs.css.map */