/*
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
------------------------------------------------------- */
.borderbox{
	border:solid 1px #e4e4e4 !important;
	border-radius:5px !important;
	text-align:center;
	transition: all 0.3s ease;
	padding: 5px 15px 30px;
	min-height: 365px !important;
	background-color:#f8f8f8;
	margin:5px !important;
}
.borderbox{
	transition: all 0.3s ease;
	transform: translateX(0px) translateY(20px);
}
.borderbox:hover{
	transform: translateX(0px) translateY(0px);
	background-color:#9cd9ff;
}
.borderbox:hover h2{
	color:#333333 !important;
}
.choosebox{
	border: solid 1px #333333 !important;
    border-radius: 0px 0px 20px 20px !important;
    text-align: center;
    transition: all 0.5s ease;
    padding: 0px 0px 5px;
    background-color: #f1f1f1;
    margin: 5px !important;
	transform: translateX(0px) translateY(20px);
}
.choosebox:hover{
	transform: translateX(0px) translateY(0px);
	background-color:#000000;
}
.choosebox:hover h2,.choosebox:hover p{
color:#ffffff !important;	
}
.btntalk{
	background-image: linear-gradient(#0b71af, #033655);
	padding: 8px 90px;
    font-size: 22px;
    color: #fff !important;
    font-weight: 600;
    border-radius: 50px;
    text-align: center;
    margin-top: 50px;
	transition: all 0.3s ease;
	transform: scale(1);
}
.btntalk:hover{
	background-image: linear-gradient(#033655, #0b71af);
	transform: scale(1.1);
}
.floatbox ul li{
    border-radius: 10px;
    border: solid #999 1px;
    padding: 10px 20px 10px 20px !important;
    margin-bottom: 15px !important;
}
.floatbox ul li:hover{
	background-color:#0E72B0 !important;
}
.newform .wpcf7-form-control{
	   width: 100% !important;
    border: solid 1px #d1d1d1 !important;
    border-radius: 8px !important;
    background-color: #fff;
}
.newform .submit{
	background-image: linear-gradient(#0b71af, #033655);
	padding: 2px 50px;
    font-size: 20px;
    color: #fff !important;
    font-weight: 600;
    border-radius: 50px !important;
    text-align: center;
    margin-top: 10px;
}