/*
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
------------------------------------------------------- */
.our-resources-block .row{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.our-resources-block .resources-button-block a,
.services-block .btn-block{
	background:#31bbed;
	color:#fff;
	font-size: 14px;
    padding: 12px 30px;
	text-transform:uppercase;
	font-weight: bold;
	display:inline-block;
}
.our-resources-block .our-resources-box{
	padding-bottom:35px;
	margin-bottom:35px;
	border-bottom:solid 1px #e0e0e0;
}
.our-resources-block .our-resources-box:last-child{
	padding-bottom:0;
	margin-bottom:0;
	border-bottom:none;
}
.our-resources-block .our-team-thumb{
	min-height:100%;
}
.our-resources-block .our-resources-content{
	padding:35px 0;
}
.ot-heading > span {
    color: #000;
}
.partnerships-logo-block .partner-grid .partner-item{
	width:auto!important;
	border:none!important;
}

@media(max-width:767px){
.our-resources-block .our-team-thumb{
	min-height:1px;
	padding-bottom:56%;
	margin-bottom:35px;
}
.our-resources-block .our-resources-content{
	padding:0;
}
.our-resources-block .col-md-6{
	width: 100%;
}
}