/*
Theme Name: engenco
Theme URI: https://www.engenco.com.au
Description: engenco
Tags: 
Author: noop
Author URI: 
Text Domain: 
Version: 2.0
License: 
License URI: 

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/

.main-bg {
    position: relative;
}

.main-bg .main {
    position: relative;
    z-index: 1;
}

.main-bg .main-bg-hover {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 99;
    cursor: pointer;
}

.main-bg .main-hover {
    flex: 0 0 25%;
    width: 100%;
    height: 348px;
    /*border: 1px solid #ad2a2a;*/
}

.main-bg .mainhover {
    position: absolute;
    left: 0;
    width: 100%;
}

.main-bg img.mainhover.pankaj {
    z-index: 1;
}

.heading-wrap h1 {
    color: #94969a;
    padding: 15px 0 10px 0;
}

.paragraph-margin p {
    margin-bottom: 10px;
}

/* ******************* Media Query ******************* */

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    .main-bg .main-hover {
        height: 148px;
    }
}