/*!
Theme Name: Provident creations
Theme URI: http://aumecomeNetworks/
Author: aumecomeNetworks
Author URI: http://aumecomeNetworks/
Description: Description
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: provident-creations
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.

Provident creations is based on aumecomeNetworkstps://aumecomeNetworks/, (C) 2012-2020 Automattic, Inc.
aumecomeNetworks 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/
*/

.grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(300px, 1fr));
    gap: 10px;
}
.grid a {
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
}
.grid img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.play-button {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: red;
    font-size: 50px;
    background: #ffffffbd;
    padding: 0px 8px;
    border-radius: 10px;
}
.resume-submit {
    margin-top: 40px;
}
.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    display: block;
    position: absolute;
    right: 0px;
    bottom: 0px;
    font-style: italic;
    font-size: 12px;
}
.single-project-style2 .title-box h2,
.single-project-style2 .title-box span {color:#fff !important;}
.footer-contact-info-area {background: #27282c;}
.whatsapp {
	position: fixed;
    width: 60px;
    height: 60px;
    right: 20px;
    bottom: 120px;
    z-index: 9999;
}
.whatsapp img {
	max-width:100%;
}
.single-service-style1 .text-holder .bottom .title h3 {
	font-size:15px;
}


@media (max-width: 600px) {
    .grid {
        grid-template-columns: repeat(2, minmax(120px, 1fr));
        height: 200px;
    }
    
}