/*
Theme Name: SiATEX Bootstrap
Author: SiATEX
Author URI: https://siatex.com
Description: Based on the popular Bootstrap 4 library, this theme shows how mobile friendly CSS framework can be used to create sleek, simple, fast and functional websites, with ease and intuitive way in modern front-end web developmen days.
Version: 100.4.9
Requires at least: 5.5
Tested up to: 5.8
Requires PHP: 7.0
Tags: two-columns, custom-menu, custom-background, right-sidebar, custom-header, featured-images, sticky-post, theme-options, threaded-comments, translation-ready, blog
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: siatex-bootstrap
Domain Path: /languages

**/


.site-title a {
  font-size: 35px;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  position: relative;
  line-height: 1.1;
  color: inherit;
}

.site-tagline {
  display: block;
  font-size: 0.9em;
  margin-top: 0.2em;
}

span.site-title a::after {
  content: "TM";
  font-size: 10px;
  position: absolute;
  top: -10px;
  right: -14px;
}

/*SLider*/
.slider-wrap {
  display: flex;
  background: #f7f7f7;
}

.slidshow {
  width: 58%;
  padding: 45px;
}

.slider-text {
  width: 42%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 45px;
}

.carousel-item {
  height: 420px;
  position: relative;
  background: #fff;
}

.slider-text h1,.slider-text h2 {
  font-size: 48px;
}

.carousel-item img {
  /* position: absolute; */
  /* left: 50%; */
  /* top: 50%; */
  /* transform: translate(-50%,-50%); */
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: none;
}

.carousel-indicators {
  bottom: -55px;
}

.carousel-indicators li {
  margin-left: 3px !important;
  margin-right: 3px !important;
  background-color: #888;
  width: 12px;
}

/*Full-width*/

.slider-wrap.full-width {
  flex-direction: column;
  position: relative;
}

.slider-wrap.full-width .slidshow {
  width: 100%;
  padding: 0;
}

.slider-wrap.full-width .carousel-item img {
  object-fit: cover;
}

.slider-wrap.full-width .slider-text {
  padding: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.slider-wrap.full-width::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .4);
  z-index: 9;
}

.slider-text h1,.slider-text h2 {
  color: #666;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0;
  text-align: left;
  max-width: 370px;
  margin-bottom: 15px;
  font-family: 'Ropa Sans',sans-serif;
}

.slider-wrap.full-width .slider-text * {
  color: #fff;
}

.slider-wrap.full-width .slider-text h1,
.slider-wrap.full-width .slider-text h2,
.slider-wrap.full-width .slider-text h3 {
  margin: 0;
  text-transform: uppercase;
}

.slider-wrap.full-width .slider-text p::before {
  content: "";
  position: absolute;
  width: 140%;
  height: 1px;
  background: #fff;
  left: -20%;
  top: 10px;
}

.slider-wrap.full-width .slider-text p {
  padding-top: 25px;
  font-size: 20px;
  position: relative;
  margin-bottom: 0;
}

@media only screen and (max-width:980px) {
  #carouselExampleCaptions {
    width: calc(100% - 10px);
  }
}

@media screen and (max-width:768px) {
  .slider-wrap {
    flex-direction: column-reverse;
  }
  
  .slider-text,
  .slidshow {
    width: 100%;
    text-align: center;
    padding: 15px;
  }
  
  .slider-wrap.full-width .slider-text h1,
  .slider-wrap.full-width .slider-text h2,
  .slider-wrap.full-width .slider-text h3 {
    font-size: 22px;
    padding: 0 25px;
  }
  
  .slider-wrap.full-width .slider-text p {
    font-size: 15px;
  }
  
  .slider-wrap.full-width .slider-text p::before {
    width: 180px;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .slider-text h1,.slider-text h2 {
    width: 100%;
    font-size: 36px;
    text-align: center;
    max-width: initial;
  }
}

.slider-bg-full {
  margin-bottom: 30px;
}

/*Slider Style Modifyed*/

html,
body {
  overflow-x: hidden;
}

body {
  color: #555;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@media (min-width:48em) {
  html {
    font-size: 18px;
  }
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 700;
}

.blog-banner-image p {
  position: relative;
  padding-bottom: 100%;
}

.blog-banner-image img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

/*
* Override Bootstrap's default container.
*/
.container {
  max-width: 60rem;
}

.has-custom-header h1,
.has-custom-header p {
  background-color: #343a40d4;
  display: inline-block;
  padding: .5rem;
  color: #fff !important;
}

/*
* Override Bootstrap's default collapse behavior if JS is not supported.
*/
.no-js .collapse:not(.show) {
  display: inherit;
}

/*
* Masthead for nav
*/
.blog-masthead {
  /* margin-bottom: 3rem; */
  background-color: #3c78ac;
  -webkit-box-shadow: inset 0 -.1rem .25rem rgba(0, 0, 0, .1);
  box-shadow: inset 0 -.1rem .25rem rgba(0, 0, 0, .1);
}

h1.site-title a {
  font-weight: bold;
  line-height: 1;
  display: block;
  font-size: 30px;
  color: #333;
  text-decoration: none;
}

.site-title {
  margin: 0;
  line-height: 1;
  padding: 12px 0;
}

.header-contact {
  right: 55px;
}

.cart-on-top {
  right: 15px;
}

/* Navigation
--------------------------------------------- */
#primary-menu {
  display: flex;
}

.main-navigation ul.sub-menu > li > a:not(.main-navigation .mega-menu a) {
  text-align: left;
  padding: 5px 18px;
  border-bottom: 1px solid #f4f4f4;
}

.main-navigation {
  display: block;
  width: 100%;
}

#site-navigation.main-navigation {
  display: flex;
  justify-content: flex-end;
}

#site-navigation {
  margin-left: -10px;
}

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  justify-content: flex-end;
}

#primary-menu > li > a {
  padding-top: .50rem;
  padding-bottom: .50rem;
  padding-right: .5rem;
  padding-left: .5rem;
  color: rgb(255, 255, 255);
}

#primary-menu li > a {
  font-size: .875rem;
}

#primary-menu > li:hover>a {
  background: rgba(0, 0, 0, .2);
}

body .main-navigation ul > li.current_page_item > a {
  font-weight: 600 !important;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  right: -999em;
  z-index: 99999;
  min-width: 210px;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover>ul,
  .main-navigation ul ul li.focus>ul {
  display: block;
  left: auto;
}

.main-navigation ul li:hover>ul,
  .main-navigation ul li.focus>ul {
  right: auto;
}

.main-navigation li {
  position: relative;
  margin: 0;
}

.main-navigation a {
  display: block;
  text-decoration: none;
  color: #333;
}

.main-navigation ul.sub-menu {
  flex-direction: column;
  background: #fff;
}

/* Small menu. */
.main-navigation.toggled ul {
  display: flex;
  flex-direction: column;
}

.menu-toggle {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 40px;
  width: 60px;
  padding: 10px;
  align-items: center;
  position: absolute;
  right: 0;
  top: 15px;
  background: #0a4b7f;
  border: none;
  border-radius: 0;
}

.menu-toggle .bar {
  width: 28px;
  height: 2px;
  background: #fff;
  display: block;
}

@media (min-width:768px) {
  
  body .main-navigation ul>li.current_page_item>a::after,
    body .main-navigation ul>li.current-menu-ancestor>a::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -.3rem;
    vertical-align: middle;
    content: "";
    border-right: .3rem solid transparent;
    border-bottom: .3rem solid #fff;
    border-left: .3rem solid transparent;
    background: transparent;
  }
  
  ul.has-mega-menu li.mega-menu:hover>ul {
    border-top: 0px;
    background: #f9f9f9;
  }
  
  ul.has-mega-menu li.mega-menu:hover>ul {
    left: 0px;
    border: none;
    border-top: 0 !important;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    right: 0;
    box-shadow: none;
    z-index: 99991;
  }
  
  .has-mega-menu .menu-item.menu-item-has-children.mega-menu > ul.sub-menu > li ul {
    border-left: 0;
    padding-left: 0;
  }
  
  ul.has-mega-menu li.mega-menu > ul li {
    width: 100%;
  }
  
  .menu-item-has-children.mega-menu {
    padding: 0 !important;
  }
  
  ul.has-mega-menu li.mega-menu > ul li {
    width: 100%;
  }
  
  .menu-item-has-children.mega-menu > ul li.current-menu-item a {
    color: #404040 !important;
    font-weight: 600;
  }
  
  .menu-item-has-children.mega-menu:hover>a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border: 8px solid transparent;
    border-bottom-color: #fff;
  }
  
  .menu-item-has-children.mega-menu > a {
    position: relative;
  }
  
  .menu-toggle {
    display: none;
  }
  
  .main-navigation ul {
    display: flex;
  }
  
  .main-navigation ul > li:last-child>a {
    padding-right: 0;
  }
  
  .main-navigation li.mega-menu {
    position: static;
  }
}

@media only screen and (max-width:768px) {
  .container {
    padding: 0px 30px;
  }
  
  .navbar-light .navbar-toggler-icon {
    background-image: none !important;
  }
  
  body .main-navigation .sub-menu {
    display: none;
    position: static;
    padding-left: 15px;
    box-shadow: none;
    float: none;
    background: transparent;
    border-left: 2px solid #353535;
  }
  
  body .main-navigation .sub-menu.open {
    display: block;
  }
  
  #primary-menu {
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    width: 100%;
    overflow-y: auto;
  }
  
  .navbar-toggler-icon {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
  
  .main-navigation ul li a {
    color: #fff;
    padding: 8px 10px;
    border-bottom: 1px solid #000;
    width: 100%;
  }
  
  .menu-toggle.taggOpen {
    position: fixed;
    right: 5px;
    top: 0;
    left: inherit;
  }
  
  .body-openNav .topBar {
    margin-left: 0;
  }
  
  .menu-toggle {
    z-index: 999999999;
    background: #356793;
  }
  
  .menu-toggle.taggOpen .navbar-toggler-icon .bar:first-child {
    display: block;
    transform: rotate(45deg);
    margin-top: 16px;
    transition: .3s;
  }
  
  .menu-toggle.taggOpen .navbar-toggler-icon .bar:last-child {
    display: block;
    transform: rotate(-45deg);
    margin-top: -2px;
    transition: .3s;
  }
  
  .menu-toggle.taggOpen .navbar-toggler-icon .bar {
    display: none;
  }
  
  .menu-toggle.taggOpen {
    background: transparent;
    height: 38px;
    margin-top: 18px;
  }
  
  #navbarSupportedContent {
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .97);
    z-index: 999999;
    height: 100%;
    transform: translate(-1500px);
    transition: .2s cubic-bezier(.65, .05, .36, 1);
    border-right: 1px solid #ddd;
    width: 100%;
    padding: 70px 15px;
  }
  
  .body-openNav {
    overflow: hidden;
  }
  
  #navbarSupportedContent.openNav {
    transform: translate(0px);
    overflow-y: auto;
  }
  
  .menu-item-has-children > a {
    position: relative;
  }
  
  .menu-item-has-children > a::after {
    content: "";
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    display: block;
    position: absolute;
    right: 15px;
    top: 14px;
    transform: rotate(45deg);
    border-top: none;
    border-left: 0;
  }
  
  .menu-item-has-children.mobile-nav-open > a::after {
    transform: rotate(-135deg);
    top: 18px;
  }
}

/*
* Blog name and description
*/
.blog-header {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  padding-top: 3rem;
  line-height: 1;
  border-bottom: 1px solid #e5e5e5;
}

/* Pagination */
.blog-pagination {
  margin-bottom: 4rem;
}

.blog-pagination > .btn,
.round {
  border-radius: 2rem;
}

/*
* Blog posts
*/
.blog-post {
  margin-bottom: 4rem;
}

.blog-post-meta {
  color: #999;
}

/*
* Footer
*/
.blog-footer {
  padding: 0;
  color: #999;
  text-align: center;
  background-color: #f9f9f9;
  border-top: .05rem solid #e5e5e5;
}

.blog-footer p:last-child {
  margin-bottom: 0;
}

.comment-reply-link {
  color: #868e96;
}

ul.sub-menu {
  padding-left: 0;
  border-left: 1px solid #dee2e6;
}

ul li,
ol li {
  line-height: 1.9;
  text-align: justify;
  margin-bottom: 14px;
}

.related-post-link li {
  margin-bottom: 5px !important;
  line-height: 1.5;
}

ul li strong,
ol li strong {
  font-weight: bold;
}

/* =WordPress Core
-------------------------------------------------------------- */

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  clip: auto !important;
  font-weight: bold;
  height: auto;
  left: 5px;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.sticky h2 {
  padding: 0.5rem 1rem;
  background-color: #343a40;
  color: #f8f9fa;
}

.sticky a.read-more {
  padding-right: .7rem;
}

.gallery-caption {
}

.bypostauthor {
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

.blog-footer {
  background: none;
  border: none;
  color: inherit;
}

.footer-bottom {
  margin-top: 15px;
  border-top: 1px solid #f0f0f0;
  padding-top: 15px;
  padding-bottom: 10px;
}

.footer-bg {
  background: none;
}

.widget ul {
  list-style-type: none;
  padding-left: 0;
}

.widget ul.children {
  padding-left: 1.5rem;
}

footer ul li {
  list-style: none;
  text-align: left;
}

/*Widget*/
.widget-title {
  text-align: left;
  font-size: 22px;
}

.widget.widget_nav_menu ul li {
  margin-bottom: 2px;
  display: flex;
  align-items: center;
}

.footer-bg * {
  box-sizing: border-box;
}

/*Customize Custom CSS*/
.container {
  max-width: 1170px;
}

.excerpt-more button {
  border-left: 0;
  border-top: 0;
  border-right: 0;
}

p {
  text-align: justify;
}

.tab-item h3 {
  font-size: 20px;
  margin: 30px 0 18px 0px;
  color: #6a6a6a;
}

.slider-text {
  padding-right: 30px;
}

.slider-text h2 {
  line-height: 1.2;
}

.posts-wrap.row.small-title .post-title a {
  font-size: 18px;
}

h1,
h2,
h3 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.thump-get-price-area .getPrice {
  margin: auto !important;
  padding: 0 !important;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}

.tab-item .section_title {
  font-size: 40px;
  color: #333;
  margin: 0 0 35px;
}

.tab-item ol,
.tab-item ul {
  margin-left: 0;
  padding-left: 20px;
}

.tab-item ol li,
.tab-item ul li {
  margin-bottom: 15px;
}

.blog-header {
  border-bottom: 0;
  margin-bottom: 15px;
}

.breadcrumb-custom-template {
  margin: 15px 0 30px;
}

.custom-logo-link {
  width: 200px;
  display: block;
}

.blog-header {
  padding-top: 3rem;
}

.blog-header .container {
  position: relative;
}

.cart-on-top {
  top: 21px;
}

.header-contact {
  position: absolute;
  right: 44px;
  top: 50%;
  transform: translate(0, -50%);
  display: flex;
}

.header-contact svg {
  width: 35px;
  height: 18px;
}

.header-contact > span {
  display: flex;
  margin-left: 12px;
  color: #666;
}

.header-contact > span .inf {
  display: flex;
  width: 100%;
  color: #333;
}

.navbar.navbar-expand-md.navbar-light {
  padding: 0;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: rgb(255, 255, 255);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.8);
}

.post-wrap {
  margin-bottom: 60px;
}

.header-bottom-section {
  padding: 20px;
}

.entry-title.single-product-title.attachment {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.row {
  margin-right: -25px;
  margin-left: -25px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding-right: 25px;
  padding-left: 25px;
}

.header-contact .mobile,
.header-contact .email {
  align-items: center;
}

.blog-footer {
  background: #f9f9f9;
}

body footer * {
  font-size: 16px;
}

.footer-bottom * {
  font-size: 12px;
  line-height: 1.5;
}

.single-post-banner {
  position: relative;
  margin-bottom: 25px;
  max-height: 500px;
  overflow: hidden;
}

.single-post-banner .blog-post-title {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translate(0, -50%);
  font-size: clamp(1rem, -0.875rem + 8.333vw, 2.5rem);
  font-weight: 300;
  max-width: 40%;
  line-height: 1.4;
  color: #444;
  text-transform: uppercase;
}

.single-post-banner::before {
  content: "";
  width: 80%;
  height: 188%;
  background: #ffffffd1;
  position: absolute;
  left: 0;
  top: 50%;
  backdrop-filter: blur(30px);
  transform: rotate(-25deg) translate(0%, -50%);
}

.single-post-banner img {
  object-fit: contain;
  height: 100%;
}

@media screen and (max-width:480px) {
  .single-post-banner .blog-post-title {
    left: 20px;
    max-width: 53%;
    font-size: 22px;
  }
  
  .single-post-banner::before {
    left: 40px;
  }
}

@media screen and (max-width:768px) {
  .header-contact .mobile {
    display: none;
  }
  
  .main-navigation ul.sub-menu > li > a {
    border-color: #000 !important;
    padding-left: 0 !important;
  }
  
  .blog-header {
    padding-top: 4rem;
  }
  
  .slider-wrap {
    display: flex !important;
  }
  
  .carousel-item {
    height: 250px;
  }
  
  body .slider-wrap,
  body .slider-wrap.slick-slider,
  body .slider-wrap .slick-slide {
    height: auto !important;
  }
  
  .navbar-collapse.show {
    display: block !important;
  }
  
  .header-contact {
    position: absolute;
    right: 10px;
    top: -52px;
    transform: translate(0, -50%);
    display: flex;
    z-index: 9;
  }
  
  .header-contact > span {
    color: #fff;
    align-items: center;
  }
  
  .header-contact > span .inf {
    color: #fff;
  }
  
  .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg + xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
  
  .container.nav-scroller {
    padding: 0;
  }
  
  .navbar-nav {
    padding: 20px 0;
    padding-bottom: 45px;
  }
  
  body .navbar-light .navbar-nav .nav-link {
    padding: 10px 20px;
    color: #fff;
  }
  
  .navbar-light .navbar-nav .nav-link:focus,
    .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
  }
  
  .navbar-light .navbar-nav .active > .nav-link,
  .navbar-light .navbar-nav .nav-link.active,
  .navbar-light .navbar-nav .nav-link.show,
  .navbar-light .navbar-nav .show > .nav-link {
    color: #eaeaea;
    background: rgba(0, 0, 0, .1);
  }
  
  .nav-link.active::after {
    display: none;
  }
  
  .card-trig-wrap.card-trigger {
    right: 10px;
    top: 15px;
  }
}

@media only screen and (max-width:768px) {
  .blog-post-body-title {
    text-align: center;
  }
  
  .custom-logo {
    object-fit: contain;
  }
  
  .header-contact > span .inf {
    font-size: 15px;
  }
  
  .banner-top {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  
  .wrap-2col {
    flex-direction: column-reverse;
  }
  
  .wrap-2col > div {
    width: 100%;
  }
  
  .right-image {
    margin-bottom: 20px;
  }
  
  .header-contact {
    position: fixed;
    width: 100%;
    background: #3c78ac;
    left: 0;
    top: 0;
    display: flex;
    justify-content: flex-end;
    padding-right: 15px;
    transform: none;
    height: 32px;
    align-items: center;
  }
  
  /*Widget*/
  .widget {
    margin-bottom: 30px;
  }
  
  .footer-bg .row {
    flex-direction: column;
  }
  
  .footer-bg .row .col {
    max-width: 100%;
  }
  
  .custom-logo {
    max-width: 150px;
  }
}


/* Blog Slider */
.blog-slider {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 30px;
}

.slider-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.slider-grid-2 {
  grid-template-columns: repeat(2, 1fr);
}

.slider-grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

.grid-item {
  line-height: 0;
  position: relative;
  padding-bottom: 100%;
  width: 100%;
  background: #f8f8f8;
}

.grid-item img {
  position: absolute;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  object-fit: contain;
  filter: opacity(.97) drop-shadow(0 0 .01px #000);
  -webkit-filter: opacity(.97) drop-shadow(0 0 .01px #000);
  clip-path: inset(2px);
  padding: 0px;
}

.slider-navigation {
  display: none;
  /* Hide by default, show on small screens */
}

.slider-navigation button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  padding: 10px;
  cursor: pointer;
}

.prev-slide {
  left: 10px;
}

.next-slide {
  right: 10px;
}

/* Small screen adjustments */
@media (max-width:768px) {
  .slider-grid {
    display: flex;
    overflow: hidden;
  }
  
  .grid-item {
    flex: 1 0 100%;
    display: none;
  }
  
  .grid-item:first-child {
    display: block;
  }
  
  .slider-navigation {
    display: block;
  }
}

/* search template */
.search-results article {
  margin-bottom: 30px;
}

.text-gray.post-url {
  display: block;
}

.search-results article .post-title {
  margin-bottom: 5px;
}

.search-results article .post-title a {
  color: inherit;
  font-size: inherit;
}

.btn {
  padding: 4px 15px;
  border-radius: 0px;
}

.text-gray {
  color: #6f6f6f;
}

/* Search Widget  */
.widget_search {
  margin-top: 20px;
}

.widget_search p {
  margin: 0;
}

.widget_search form {
  display: flex;
  align-items: center;
}

.widget_search form input,
.widget_search form button {
  border-radius: 0;
  padding: 4px 10px;
  height: auto;
}

.widget_search form button {
  background: var(--primary-color);
  color: #fff;
  border: 1px solid rgba(0, 0, 0, .5);
  padding: 4px 20px;
  margin: 0 !important;
}

@media (max-width:768px) {
  .search-results article .post-url {
    display: none;
  }
}