@charset "utf-8";
/* CSS Document */
.condetall{
	width: 100%;
	margin-top: 25px;
	
}
.condet2{
	width: 31%;
	height: 200px;
	border:1px solid rgba(58, 120, 201, 0.16);
	border-radius: 25px;
	margin-right: 1%;
	margin-left: 1%;
	margin-bottom: 10px;
	float: left
}
.condet2 i{
	font-size: 30px;
	margin-top: 25px;
	
	width: 50px;
	height: 50px;
	border-radius: 50%;
	line-height: 50px;
	color: #ffffff
}
.condet2 h4{
	font-family: 'Poppins ', sans-serif;;
	font-size: 19px;
	font-weight: bold;line-height: 24px
}
.condet2 h4 span{
	font-family: 'Poppins ', sans-serif;;
	font-size: 18px;
	font-weight: 500
}
.contactleft{
	width: 50%;
	float: left;
	height: auto;
	margin-right: 5%;
}
.contactright{
	width: 44%;
	float: left;
	height: auto;
	border-radius: 25px
}
.contactleft h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 27px;
	font-weight: 700;
	text-align: left
}
.contactleft p {
	font-family: 'Barlow', sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	line-height: 28px;
	color: #676977
}
.contactleft .condet {
	width: 100%;
	font-family: 'Barlow', sans-serif;
	text-align: left;
	margin-bottom: -25px;

	
}
.contactleft .condet i {
	float: left;
	font-size: 35px;
	margin-right: 25px;
	line-height: 50px;
	
}
.contactleft .condet h4 {
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	line-height: 28px;
	color: #676977
}
.contactleft .condet h4 span {
	
	font-size: 20px;
	
}

.contactright h1{
	width: 100%;
	height: 100px;
	font-size: 38px;
	line-height: 100px;
color: #000000;
	margin-bottom: 0px
}
.contactright .allcon{
	height: auto;
	
    padding: 15px 5%;;
	margin-top: 0px
}
.contactright .inpcon{
	margin-right: 5%;
	width: 92%;
	float: left;
	border-radius: 25px;
	height: 40px;
	line-height: 40px;
	outline: none;
	border: none;
	margin-bottom: 15px;
	padding-left: 2%
}
.contactright .inpcon2{
	margin-right: 5%;
	width: 92%;
	float: left;
	border-radius: 25px;
	height: 140px;
	line-height: 40px;
	outline: none;
	border: none;
	margin-bottom: 15px;
	padding-left: 2%
}
.contactright .inpcon3{
	margin-right: 4%;
	width: 93%;
	float: left;
	color: #ffffff;
	height: 40px;
	line-height: 40px;
	outline: none;

	margin-bottom: 15px;
	padding-left: 3%;
	
	border-radius: 25px;
	border: 1px solid #ffffff
}
@media screen and (max-width: 500px) {
	.contactleft{
	width: 100%;
	float: left;
	height: auto;
	margin-right: 0%;
}
.contactright{
	margin-top: 25px;
	width: 100%;
	float: left;
	height: auto
}
	.condet2{
	width: 98%;
	height: 240px;
	border:1px solid rgba(58, 120, 201, 0.16);
	border-radius: 25px;
	margin-right: 1%;
	margin-left: 1%;
	margin-bottom: 10px;
	float: left
}
}
@media screen and (min-width: 510px) and (max-width: 1100px) {
	
}