/*
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
------------------------------------------------------- */
.povertybox{
	transition: all 1s ease-out;
}
.pevertymain:hover .povertybox{
	background-color:#EA1D2D !important;
}
.pevertymain:hover h3,.pevertymain:hover p{
	color:#ffffff !important;
}
.pevertymain:hover .morebtn a{
	background-color:#ffffff !important;
	color:#EA1D2D;
}
/*for education */
.educationbox{
	transition: all 1s ease-out;
}
.educationmain:hover .educationbox{
	background-color:#C31F33 !important;
}
.educationmain:hover h3,.educationmain:hover p{
	color:#ffffff !important;
}
.educationmain:hover .morebtn a{
	background-color:#ffffff !important;
	color:#C31F33;
}
/*for education end*/
/*for economic*/
.economicbox{
	transition: all 1s ease-out;
}
.economicmain:hover .economicbox{
	background-color:#8F1838 !important;
}
.economicmain:hover h3,.economicmain:hover p{
	color:#ffffff !important;
}
.economicmain:hover .morebtn a{
	background-color:#ffffff !important;
	color:#8F1838;
}
/*for economic end*/
/*for industry end*/
.industrybox{
	transition: all 1s ease-out;
}
.industrymain:hover .industrybox{
	background-color:#F36D25 !important;
}
.industrymain:hover h3,.industrymain:hover p{
	color:#ffffff !important;
}
.industrymain:hover .morebtn a{
	background-color:#ffffff !important;
	color:#F36D25;
}
/*for industry end*/

.greyimg .img{
	transition: all .1s ease-out;
	filter: grayscale(80%) !important;
}
.greyimg:hover .img{
	filter: grayscale(0%) !important;
}
.greyimg:hover h2{
	color:#000000 !important;
}
