/*

Saffron : ff6f61
logo color primary : 203CC7
logo color secondary : 00DB91
203CC7

*/

/*media start --------------------------------------*/

@media (max-width: 768px){

div.contact1{
	padding: 16px 0;
}

div.contact1 .contact-card{
	background-color: #fff;
	margin-bottom: 24px;
}
div.contact1 .contact-card h2{
	font-size: 32px;
	font-weight: 600;
	line-height: 40px;
	color: #141414;
	text-align: left;
	margin-top: 0px;
	font-family: "Poppins", serif;
} 
div.contact1 h6{
	font-size: 16px;
	font-weight: 400;
	color: #141414;
	line-height: 24px;
}
div.contact1 p{
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #141414;
}
div.contact1 p strong{
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	color: #141414;
}
div.contact1 h4{
	font-size:16px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 28px;
	color: #203CC7;
	padding-top: 8px;
}

div.contact1 p.social a{
	padding-right: 8px;
	font-size: 32px;
	color: #141414;
}
div.contact1 .btn-cont .fa-whatsapp{
	padding-right: 4px;
}
div.contact1 h5{
	margin: 32px 0 56px 0;
}
div.contact1 .contact-form{
	padding: 16px;
}
div.contact1 .contact-form h3{	
	font-size: 32px;
	font-weight: 600;
	line-height: 40px;
	color: #141414;
	text-align: left;
	margin-top: 0px;
	padding: 16px 0 8px 0;
	font-family: "Poppins", serif;
}
div.contact1 .contact-form .iptext:focus,
div.contact1 .contact-form .iptextarea:focus{
	border:2px solid #203CC7;
	box-shadow: 0 0 0 transparent;
	color: #141414;
}

div.contact1 .contact-form .iptext{
	border-radius:16px;
	height: 56px;
	background-color:#E0EAFF;
	border:1px solid #ccc;
	-moz-box-shadow:    inset 0 0 0px transparent;
   -webkit-box-shadow: inset 0 0 0px transparent;
   box-shadow:         inset 0 0 0px transparent;
   color:#777;
   transition: border-radius 1s;
}

div.contact1 .contact-form .iptext:hover{
	border-radius:16px;
	height: 56px;
	background-color:#fff;
	border:1px solid #203CC7;
	-moz-box-shadow:    inset 0 0 0px transparent;
   -webkit-box-shadow: inset 0 0 0px transparent;
   box-shadow:         inset 0 0 0px transparent;
   color:#141414;
}

div.contact1 .contact-form .iptextarea{
	border-radius:16px;
	background-color:#E0EAFF;
	border:px solid #ccc;
	-moz-box-shadow:    inset 0 0 0px transparent;
   -webkit-box-shadow: inset 0 0 0px transparent;
   box-shadow:         inset 0 0 0px transparent;
   color:#777;
   transition: border-radius 1s;
}

div.contact1 .contact-form .iptextarea:hover{
	border-radius:16px;
	background-color:#fff;
	border:1px solid #203CC7;
	-moz-box-shadow:    inset 0 0 0px transparent;
   -webkit-box-shadow: inset 0 0 0px transparent;
   box-shadow:         inset 0 0 0px transparent;
   color:#141414;
}

div.contact1 .btn-default1{
	background-color: #203CC7;
	color: #fff;
	font-size: 16px;
	padding: 8px 12px 8px 16px;
	border-radius: 800px;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	border: none;
}
div.contact1 .btn-default1:hover{
	background-color: #203CC7;
	color: #fff;
	font-size: 16px;
	padding: 8px 12px 8px 16px;
	border-radius: 800px;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
}

div.contact1 .btn-default1:hover i {
  transform: rotate(-45deg);
  color: #203CC7;
  background-color: #fff;
}
div.contact1 .btn-default1 i{
	font-style: normal;
	color: #203CC7;
	padding: 6px 10px;
	background-color: #fff;
	margin-left: 12px;
	border-radius: 1000px;
	display: inline-block; /* Required for transform to work */
  	transition: transform 0.3s ease;
}


/*--------------------------------------------------------*/

div.map2{
	width: 100%;
}
div.map2 iframe{ 
	border-radius: 16px;
	min-width: 100%;
	margin-bottom: 16px;
}

}

/*media end --------------------------------------*/

/*--------------------------------------------------------*/

.contact1{
	padding: 128px 0;
	background-color: #fff;
}
.contact1 .contact-card h2{
	font-size: 32px;
	font-weight: 500;
	line-height: 48px;
	color: #141414;
	text-align: left;
	margin-top: 0px;
} 
.contact1 h6{
	font-size: 16px;
	font-weight: 400;
	color: #141414;
	line-height: 24px;
}
.contact1 p{
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	color: #141414;
}
.contact1 p strong{
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	color: #141414;
}
.contact1 h4{
	font-size:16px;
	font-weight: 400;
	line-height: 28px;
	color: #203CC7;
	padding-top: 8px;
}
.contact1 p.social a{
	padding-right: 8px;
	font-size: 32px;
	color: #141414;
}
.contact1 .btn-cont .fa-whatsapp{
	padding-right: 4px;
}
.contact1 h5{
	margin: 32px 0 56px 0;
}
.contact1 .contact-form{
	border: 1px solid #E0EAFF;
	padding: 32px;
	border-radius: 24px;
	background-color: #F9FBFF;
}
.contact1 .contact-form h3{	
	font-size: 32px;
	font-weight: 600;
	line-height: 48px;
	color: #141414;
	text-align: left;
	margin-top: 0px;
	padding-bottom: 16px;
}
.contact1 .contact-form .iptext:focus,
.contact1 .contact-form .iptextarea:focus{
	border:2px solid #203CC7;
	box-shadow: 0 0 0 transparent;
	color: #141414;
}

.contact1 .contact-form .iptext{
	border-radius:16px;
	height: 56px;
	background-color:#fff;
	border:1px solid #E0EAFF;
	-moz-box-shadow:    inset 0 0 0px transparent;
   -webkit-box-shadow: inset 0 0 0px transparent;
   box-shadow:         inset 0 0 0px transparent;
   color:#777;
   transition: border-radius 1s;
}

.contact1 .contact-form .iptext:hover{
	border-radius:16px;
	height: 56px;
	background-color:#fff;
	border:1px solid #203CC7;
	-moz-box-shadow:    inset 0 0 0px transparent;
   -webkit-box-shadow: inset 0 0 0px transparent;
   box-shadow:         inset 0 0 0px transparent;
   color:#141414;
}

.contact1 .contact-form .iptextarea{
	border-radius:16px;
	background-color:#fff;
	border:px solid #E0EAFF;
	-moz-box-shadow:    inset 0 0 0px transparent;
   -webkit-box-shadow: inset 0 0 0px transparent;
   box-shadow:         inset 0 0 0px transparent;
   color:#777;
   transition: border-radius 1s;
}

.contact1 .contact-form .iptextarea:hover{
	border-radius:16px;
	background-color:#fff;
	border:1px solid #203CC7;
	-moz-box-shadow:    inset 0 0 0px transparent;
   -webkit-box-shadow: inset 0 0 0px transparent;
   box-shadow:         inset 0 0 0px transparent;
   color:#141414;
}

.contact1 .btn-default1{
	background-color: #203CC7;
	color: #fff;
	font-size: 16px;
	padding: 8px 12px 8px 16px;
	border-radius: 800px;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	border: none;
}
.contact1 .btn-default1:hover{
	background-color: #203CC7;
	color: #fff;
	font-size: 16px;
	padding: 8px 12px 8px 16px;
	border-radius: 800px;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
}

.contact1 .btn-default1:hover i {
  transform: rotate(-45deg);
  color: #203CC7;
  background-color: #fff;
}
.contact1 .btn-default1 i{
	font-style: normal;
	color: #203CC7;
	padding: 6px 10px;
	background-color: #fff;
	margin-left: 12px;
	border-radius: 1000px;
	display: inline-block; /* Required for transform to work */
  	transition: transform 0.3s ease;
}

/*--------------------------------------------------------*/

.map2 iframe{ 
	border-radius: 24px;
	margin-bottom: 128px;
}

/*--------------------------------------------------------*/










