/* =========================================================
Copyright © 2024 Tharun Enterprises. All Rights Reserved.

Design and Developed by Memstech
=========================================================  */
/**
* Bootstrap v4.5.3
*/
/**
* Bootstrap Icons v1.11.3
*/

/*=================================================================
  Contact Section Starts
==================================================================*/
.contact-us .contact-details {
	width: 250px;
	height: 200px;
	border: 1px solid #eee;
	margin-bottom: 30px;
	padding: 20px;
	transition: all 0.3s ease 0s;
}

.contact-us .contact-details:hover {
	box-shadow: 0 5px 65px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 5px 65px 0 rgba(0, 0, 0, 0.15);
}

.contact-us .contact-details p {
	font-size: 14px;
}

.contact-us .contact-details i {
	font-size: 30px;
	display: inline-block;
	background: var(--color-bright-blue) none repeat scroll 0 0;
	border-radius: 30px;
	box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.1);
	color: #fff;
	height: 55px;
	line-height: 55px;
	margin-bottom: 20px;
	width: 55px;
	transition: all 0.3s ease 0s;
}

.contact-us .contact-details:hover i {
	background: #fff;
	color: var(--color-bright-blue);
}

.contact-form {
	margin-bottom: 40px;
}

.contact-form .form-control {
	background-color: transparent;
	border: 1px solid #dedede;
	box-shadow: none;
	height: 45px !important;
	color: #0c0c0c;
	height: 38px;
	/* font-family: 'Source Sans Pro', sans-serif; */
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	border-radius: 0;
}

.contact-form input:hover,
.contact-form textarea:hover,
.contact-form #contact-submit:hover {
	border-color: var(--color-green);
}

.contact-form #contact-submit {
	border: none;
	padding: 15px 0;
	width: 100%;
	margin: 0;
	background: var(--color-green);
	color: #fff;
	border-radius: 0;
}

.contact-form textarea.form-control {
	padding: 10px;
	height: 120px !important;
	outline: none;
}

/*=================================================================
  Contact Section Ends
==================================================================*/
