/*
Theme Name:   Engitech Child
Theme URI:    http://wpdemo.archiwp.com/engitech/
Description:  Make your modifications to [Parent Theme] in this Engitech child theme.
Author:       OceanThemes
Author URI:   http://oceanthemes.net/
Template:     engitech
Version:      1.1
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  engitech-child
*/

/* =Theme customization starts here
------------------------------------------------------- */
.industries-marquee-content li {
    display: flex
;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    flex-basis: content;
    padding: 24px 40px 22px;
    margin: 0 6px;
    max-height: 100%;
    white-space: nowrap;
    background: #fff;
    box-shadow: 0 13px 12px rgba(181, 184, 200, .03);
    border-radius: 10px;
}
.packages_price .ot-pricing-table .inner-table h2 {
	padding-left:0px;
}

.post-box .entry-meta a ,.post-box .entry-meta{
    color: #35BB04;
}

.post-box .post-cat a:hover {
    background: #faa214;
}
.footer-menu ul li{
	display: inline-block;
    margin: 0px 15px;
}
.ot-testimonials .t-head img{
	border-radius: 0%;
}
