/*!
Theme Name: Technology
Theme URI: http://mechvactech.com
Author: DB System Technology
Author URI: https://www.dbsystemtechnology.in
Description: With a combined experience of 15+ years, Mechvac Technologies is a leading manufacturer of Vacuum Pumps and Systems and a prominent supplier of top-quality imported spares and overhaul kits for a variety of process industries.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: technology
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

technology is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


.box-item {
  background: #f7f7f7;
  position: relative;
  margin-bottom: 30px;
  height:100%;
}
.box-item .box-figure img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}
.box-item .box-figure .entry-title {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 15px;
  height: 45px;
}
.mb-3 {
  margin-bottom: 1.3rem;
}
.navigation.post-navigation .nav-links {
  display: flex;
  justify-content: space-between;
}
.navigation.post-navigation .nav-links > * {
  margin-top: 30px;
}
.custom-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.bg-gray {
    background-color: #f1f2f7;
}
article.templateInner figure.template_thubnail {
    margin-bottom: 20px;
}
article.templateInner figure.template_thubnail img {
    border-radius: 8px;
}
article.templateInner .template_description .entry-title {
    font-size: 30px;
    margin-bottom: 20px;
    color: #051829;
}
.template-navigation .menu-products-menu-container ul {
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
}
.template-navigation .menu-products-menu-container ul li {
    list-style: none;
}
.template-navigation .menu-products-menu-container ul li a {
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
    line-height: 45px;
    display: block;
    padding: 0 20px;
    border-bottom: 1px solid #ccc;
    color: #555;
    font-size: 16px;
    background-color: #ffff;
}
.template-navigation .menu-products-menu-container ul li.current-menu-item a {
    color: #000;
}
.template-navigation .menu-products-menu-container ul li:last-child a {
    border-bottom: medium none;
}
.template-navigation .menu-products-menu-container ul li a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background-color: #FDC900;
	transition: all 0.5s ease;
}
.template-navigation .menu-products-menu-container ul li a:hover::before, 
.template-navigation .menu-products-menu-container ul li.current-menu-item a::before {
    width: 100%;
}
.template-navigation .menu-products-menu-container ul li a span.link-text {
    position: relative;
}
.d-none {display:none;}
.justify-content-center {
    justify-content: center;
}
.footer-link ul {
    display: flex;
    flex-wrap: wrap;
}
.footer-link ul li {
    max-width: 50%;
    flex: 0 0 50%;
}