body
{
	margin: 0;
	padding: 0;
}
.headlnk
{
    padding: 5em 0;
}
.headlnk .ht .title
{
	font-size: 80px;
	font-weight: bold;
	text-align: center;
	color: #002949;
}
.headlnk .hlink
{
	color: #69A1BB;
	font-size: 24px;
	font-weight: 700;
}

.headlnk .hlink a
{
	color: #69A1BB;
	font-size: 24px;
	font-weight: 700;
	text-decoration: none;
}
.contact-details
{
	margin-bottom: 80px;
}
.contactbx .info
{
    border: 1px solid #ededed;
}
.contactbx .img
{
	height: 80px;
    width: 80px;
    border-radius: 50%;
    background: #0c59db;
    text-align: center;
    line-height: 80px;
    color: #fff;
    font-size: 24px;
    display: inline-block;
    margin-top: 50px;
}
.contactbx h5
{
	font-size: 24px;
	padding: 25px 0px 0px;
	font-weight: 700;
	color: #002249
}
.contactbx p
{
	font-size: 18px;
	color: #69A1BB;
	padding: 5px 0px 0px;
	font-weight: 400;
	margin-bottom: 30px;
}
.contact-details .map
{
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.contact-details .map iframe
{
	height: 510px;
}
.contact-form
{
    padding: 3em 5em;
    background: #f7fcff;
}
.contact-form .contact-title p
{
    font-size: 14px;
    font-weight: 600;
    color: #0984e3;
    margin-bottom: 10px;
}
.contact-form .contact-title .title
{
    font-size: 3em;
    font-weight: 700;
    margin-bottom: 30px;
    color: #002249;
}
.contact-form .form-area form
{
	display: block;
}
.contact-form .form-area .input-box
{
	position: relative;
	margin-top: 20px;
}
.contact-form .form-area .input-box input,
.contact-form .form-area .input-box textarea
{
    background: #fff;
    border-radius: 0px;
    border: none;
    margin-bottom: 10px;
    padding: 30px;
    font-size: 14px;
    font-weight: 500;
    outline: none !important;
    color: #6b93aa !important;
}
.contact-form .form-area .input-box input::placeholder,
.contact-form .form-area .input-box textarea::placeholder
{
    color: #6b93aa !important;
}
.contact-form .form-area .input-box textarea
{
    padding: 15px 30px;
    margin-bottom: 50px;
}
.contact-form .form-area .input-box button
{
    width: 150px;
    padding: 18px 0;
    text-align: center;
    color: #fff;
    background: #0c59db;
    border: none;
    outline: none !important;
    font-size: 14px;
    font-weight: 500;
    border-radius: 0px;
}
.contact-form .form-area .main-btn
{
    display: inline-block;
    font-weight: 700;
    text-align: center;
    user-select: none;
    border: 2px solid #0c59db;
    padding: 0 55px;
    font-size: 16px;
    line-height: 60px;
}
.contact-form .img img
{
	width: 90%;
    margin: auto;
    object-fit: cover;
}
@media only screen and (max-width: 558px)
{
    .headlnk .ht .title 
    {
        font-size: 35px;
        font-weight: bold;
        text-align: center;
        color: #002949;
    }   
    .headlnk .hlink 
    {
        color: #69A1BB;
        font-size: 14px;
        font-weight: 700;
    }
    .contactbx .info 
    {
        width: 90%;
        border: 1px solid #ededed;
        margin: auto;
    }
    .contactbx .img 
    {
        height: 50px;
        width: 50px;
        border-radius: 50%;
        background: #0c59db;
        text-align: center;
        line-height: 50px;
        color: #fff;
        font-size: 20px;
        display: inline-block;
        margin-top: 50px;
    }
    .contactbx h5 
    {
        font-size: 18px;
        padding: 25px 0px 0px;
        font-weight: 700;
        color: #002249;
    }
    .contactbx p 
    {
        font-size: 14px;
        color: #69A1BB;
        padding: 5px 0px 0px;
        font-weight: 400;
        margin-bottom: 30px;
    }   
    .contact-form 
    {
        padding: 3em 0em;
        background: #f7fcff;
    }
    .contact-form .contact-title .title
    {
        font-size: 2em;
        font-weight: 700;
        margin-bottom: 30px;
        color: #002249;
    }
    .contact-form .img img
    {
        width: 100%;
        object-fit: cover;
    }
}