@charset "utf-8";
/* CSS Document */
/* Popup messages */

.contact-us-hold{
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	height: auto;
	margin-top: 0px;
	padding-top: 50px;
	box-sizing:content-box;
	position: relative
}

.condetall{
	width: 100%;
	margin-top: 25px;
		box-sizing:content-box;

}
.condet2{
	width: 31%;
	height: 250px;
	border:1px solid rgba(58, 120, 201, 0.16);
	border-radius: 15px;
	margin-right: 1%;
	margin-left: 1%;
	margin-bottom: 10px;
	float: left;
	text-align: center;
	position: relative;
	align-content: center;
	overflow:hidden
}
.cond{
	position: absolute;
	width: 95%;
	height: 230px;
	z-index: -1;
		border:1px solid rgba(58, 120, 201, 0.16);
	border-radius: 15px;
    align-content: center;
	left: 2.5%;
	top: 10px
}
  .hover-background {
            position: absolute;
            top: 0;
            right: -100%;
            width: 100%;
            height: 100%;
            background: var(--secondary-color);
            transition: right 0.5s ease;
            z-index: -2;
        }
        
        .condet2:hover .hover-background {
            right: 0;
        }
.condet2:hover .cond {
            border:1px solid rgba(255,255,255,1.00);
        }
.condet2 i{
	font-size: 30px;
	margin-top: 25px;
	background-color: var(--primary-color);
	width: 50px;
	height: 50px;
	border-radius: 50%;
	line-height: 50px;
	color: #ffffff;
	display: inline-block;
	text-align: center;
}
.condet2 h4{
	font-family: 'Manrope ', sans-serif;;
	font-size: 19px;
	font-weight: bold;line-height: 24px
}
.condet2 h4 span{
	font-family: 'Manrope ', sans-serif;;
	font-size: 18px;
	font-weight: 500
}
.contactleft{
	width: 50%;
	float: left;
	height: auto;
	margin-right: 5%;
		box-sizing:content-box;

}
.contactleft iframe{
	width: 100%;
    height: 300px;
    margin-bottom: 50px;
    float: left;
    border-radius: 10px;
    margin-top: 25px;
}
.contactright{
	width: 44%;
	float: left;
	height: auto;
	border-radius: 25px;
		box-sizing:content-box;
background-color: var(--white);
}
.contactleft h2 {
	font-family: 'Manrope', 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;
	text-align: center
}
.contactright .allcon{
	height: auto;
	
    padding: 15px 5%;;
	margin-top: 0px
}
.contactright .inpcon{
	margin-right: 5%;
	width: 92%;
	float: left;
	border-radius: 10px;
	height: 40px;
	line-height: 40px;
	outline: none;
	margin-bottom: 15px;
	padding-left: 2%;
	border: 1px solid rgba(104,104,104,0.80);
}
.contactright .inpcon2{
	margin-right: 5%;
	width: 92%;
	float: left;
	border-radius: 10px;
	height: 140px;
	line-height: 40px;
	outline: none;
	border: 1px solid rgba(104,104,104,0.80);
	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%;
	background-color: var(--primary-color);
	border-radius: 25px;
	border: 1px solid #ffffff
}
@media screen and (max-width: 500px) {
		.contactleft iframe{
	width: 100%;
	height: 300px;
	margin-bottom: 0px;
	float: left
}
	.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) {
	
}