@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

body{
    font-family: 'Inter', sans-serif;
}
h1{
   font-family: 'Inter', sans-serif;
   font-size:50px;
   font-weight:700;
   line-height:normal;
}


h2,h3,h4,h5,h6{
    font-family: 'Inter', sans-serif;
}
p{
    font-family: 'Inter', sans-serif;
    font-size:16px;
    font-weight:400;
    line-height:normal;
}
a{
    font-family: 'Inter', sans-serif;
}

.is-btn-ghost2 {
	padding: 15px 20px !important;
	font-style: normal;
	font-weight: 700 !important;
	font-size: 16px !important;
	line-height: 22px !important;
	letter-spacing: 0 !important;
}

.form-control {
	border-bottom: 1px solid #000 !important;
	border-radius: 0 !important;
	border-top: 0 !important;
	border-left: 0 !important;
	border-right: 0 !important;
}

.rendered-form .form-group>label {

	font-style: normal !important;
	font-weight: 400 !important;
	font-size: 15px !important;
	line-height: 20px !important;
	color: #000000 !important;
}

.rendered-form .form-control:focus {
	outline: 0;
	box-shadow: none !important;
	border-bottom: 1px solid #DB7043 !important;
	border-radius: 0 !important;
	border-top: 0 !important;
	border-left: 0 !important;
	border-right: 0 !important;
}

.btn-rengine {
	padding: 15px 20px !important;
	border: 2px solid #4B5777 !important;
	background:#4B5777 !important;
	font-style: normal !important;
	font-weight: 700 !important;
	font-size: 16px !important;
	line-height: 22px !important;
	letter-spacing: 0 !important;
	color: #fff !important;
	border-radius:0 !important;
}

.btn-rengine:hover {
	background:transparent !important;
	border: 2px solid #4B5777 !important;
	color:#4B5777!important;
}
.navbar-nav>li>a{
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-transform:uppercase;
    color: #000;
}

.footer-text, .footer-text>a{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000;
}
