body {
     margin: 0;
     padding: 0;
	 font-family: 'Lexend';
     /* background-color:#f4f4f4; */
}
*{
    margin:0;
    padding:0;
}
a{text-decoration:none;}
li{list-style: none;}
html {scroll-behavior: smooth;}

/*-----------css start from here---------*/
.main-header .navbar-light .navbar-brand img {
	width: 140px;
}
.main-header.scrolled {
	position: sticky;
	top: 0;
	z-index: 9;
}
.main_btn i{margin-left:5px;}
.main_btn {
    background-color: #1E3A8A;
    padding: 10px 20px;
    border-radius: 10px;
    color: #fff !important;
    font-weight: normal;
    display: inline-block;
    font-family: 'Inter 28pt';
}
.main-header .nav-item {
	padding: 0 15px;
}
.main-header .nav-item a {
    color: #000 !important;
    font-size: 16px;
    position: relative;
    font-family: 'Inter 28pt';
    font-weight: 500;
}
.main-header .navbar-nav .nav-item a:hover:before{
	content: '';
	background: #1E3A8A;
	width:30px;
	height:2px;
	position:absolute;
	bottom:0;
	left:10px;
}
.main-header .nav-item a:hover {color: #1E3A8A !important;}
.main-header .navbar-nav .nav-item .active:before{
	content: '';
	background: #1E3A8A;
	width:30px;
	height:2px;
	position:absolute;
	bottom:0;
	left:10px;
	display:none;
}
.main-header .nav-item .active {color: #1E3A8A !important;}
.main-header {
	background-color:transparent;
}
.main-header .dropdown-menu.show {
	display: block;
	width: 300px;
	border: none;
	box-shadow: 0px 1px 19px 0px rgba(0, 0, 0, 0.15);
	padding: 10px;
}
.main-header .right_bar a {
	font-size: 16px;
	display: block;
	margin: 0;
	text-align: right;
}
.main-header .mobile_number {
	font-weight: 600;
	font-size: 18px !important;
}
.main-header .right_bar .nav-item {
	padding: 0 50px;
	border-right: 1px solid #ccc;
	margin-right: 30px;
}
.main-header .right_bar .bar {
	display: flex !important;
	align-items: center;
}
.main-header .dropdown-item {
	padding: 10px;
}
ul.authentication {
    display: flex;
    align-items: center;
    justify-content: end;
	margin:0;
}
.main-header .nav-item.login {
    border: 1px solid#B0C4DE;
    padding: 0;
    margin-right: 20px;
    border-radius: 10px;
}
.main_wrapper .container {
    backdrop-filter: blur(280.5px);
    padding: 20px 20px 0;
    margin-top: 10px;
    border-radius: 20px;
    background:radial-gradient(circle, #1e3a8a0f 0%, #1e3a8a14 100%);
}
section.banner {
    padding: 50px 0 0;
}
.banner_content h1 {
    color: #000000;
    font-family: 'Space Grotesk';
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 30px;
}
.banner_content img {
    border-radius: 15px 15px 0 0;
    border: 1px solid #DCDCDC;
}
section.about {
    padding: 4rem 0;
}
section.about h2 {
    font-size: 24px;
    color: #000000;
    font-weight: 700;
    font-family: 'Space Grotesk';
}
section.about p {
    color: #6F6F6F;
    font-size: 16px;
    font-family: 'Inter 28pt';
}


.feature_box .icon {
    display: flex;
    align-items: center;
}
.feature_box .icon {
    display: flex;
    align-items: center;
}
.feature_box .icon img {
    width: 100px;
}
.feature_box .icon h3 {
    color: #212121;
    font-size: 22px;
    font-family: 'Inter 28pt';
    margin-left: 10px;
}
.feature_box p {
    color: #6C7685;
    font-size: 16px;
    font-family: 'Inter 28pt';
    margin-top: 5px !important;
}
.feature_box {
    border: 1px solid #EBEBEB;
    margin-bottom: 15px;
    padding: 15px;
    border-radius: 10px;
    min-height: 255px;
}
section.features h2 {
    font-size: 36px;
    font-weight: 700;
    font-family: 'Space Grotesk';
}
section.blank_cta {
    padding: 40px 0;
}
section.blank_cta h3 {
    background: #1E3A8A;
    padding: 8px;
    font-size: 24px;
    color: #fff;
    width: 60%;
    margin: 0 auto 20px;
    border-radius: 10px;
    font-family: 'Space Grotesk';
}
section.blank_cta p {
    color: #6F6F6F;
    font-size: 16px;
    font-family: 'Space Grotesk';
}
section.faq_accordian .container {
    backdrop-filter: blur(280.5px);
    padding: 20px 20px 0;
    margin-top: 10px;
    border-radius: 20px;
    background: radial-gradient(circle, #1e3a8a0f 0%, #1e3a8a14 100%);
}
section.faq_accordian .container .text-center h2 {
    color: #000000;
    font-size: 30px;
    font-weight: 600;
    font-family: 'Space Grotesk';
    margin-bottom: 20px;
}
section.faq_accordian #accordionExample {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}
section.faq_accordian .accordion-item {
    border: none;
    margin-bottom: 10px;
    padding: 0;
}
section.faq_accordian .accordion-button{
    color: #2E2E2E;
    background-color: #F4F7FF;
    box-shadow: none;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Space Grotesk';
}
section.faq_accordian .accordion-button:not(.collapsed) {
    color: #121252 !important;
    background-color: #F4F7FF;
    box-shadow: none;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Space Grotesk';
}
section.faq_accordian .accordion-body {
    padding: 0 1.25rem;
    background-color: #F4F7FF;
}
section.faq_accordian .accordion-body p{
	color: #121252;
	font-size:15px;
	font-family: 'Inter 28pt';
}
.accordion-button:focus{box-shadow: none !important;border: none !important;}
section.our_team {
    padding: 40px 0;
}
section.our_team h2 {
	font-size: 30px;
	font-weight: 700;
	font-family: 'Space Grotesk';
}

section.our_team .col-md-6 h3 {
    color: #1E3A8A;
    font-size: 20px;
    font-family: 'Space Grotesk';
    font-weight: 600;
    position: relative;
    margin-bottom: 40px;
}
section.our_team .col-md-6 h3:after {
    background: #1E3A8A;
    content: '';
    width: 80px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -5px;
}
section.our_team  .accordion .accordion-item {
    border: none;
}
section.our_team .accordion .accordion-item button.accordion-button {
    background: transparent;
    border: none !important;
    box-shadow: none;
    color: #171717;
    font-size: 18px;
    font-family: 'Inter 28pt';
    font-weight: 600;
	padding:1rem 0;
}
section.our_team .accordion .accordion-body {
    padding:0;
}
section.our_team .accordion .accordion-body p{
    color: #2E2E2E;
    box-shadow: none;
    font-size: 15px;
    font-weight: normal;
    font-family: 'Inter 28pt';
}
section.our_team .col-md-6 img {
    width: 100%;
    max-width: 580px;
}

section.join_us .container {
    background: url(../images/bg_img.png)no-repeat;
    background-size: cover;
    padding: 40px 0px 40px 40px;
    background-position: center;
    border-radius: 20px;
}
section.join_us .container .text-right img {
    border-radius: 20px 0 0 20px;
}
section.join_us .container h2 {
    color: #FFFFFF;
    font-size: 30px;
    font-family: 'Space Grotesk';
    font-weight: 600;
}
section.join_us .container p {
    color: #fff;
    font-size: 16px;
	font-family: 'Space Grotesk';
	margin:3rem 0;
}
section.join_us .container h4{
    color: #FFFFFF;
    font-size: 28px;
    font-family: 'Space Grotesk';
    font-weight: 500;
}

section.join_us .container h5{
    color: #FFFFFF;
    font-size: 26px;
    font-family: 'Space Grotesk';
    font-weight: 400;
	margin-top:20px;
}
section.join_us .container .social_icons {
    padding: 0;
    display: flex;
    align-items: center;
}
section.join_us .container .social_icons li a{
	color: #fff;
	font-size: 16px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius:50%;
	border:1px solid #fff;
	text-align: center;
	display: inline-block;
}
section.join_us .container .social_icons li {
	margin-right:10px;
}
footer {
    padding: 5rem 0 0;
}
footer .news_latter {
    border-radius: 12px;
    background: #1E3A8A;
    padding: 40px;
}
footer .news_latter h3 {
    font-size: 30px;
    color: #fff;
    font-family: 'Space Grotesk';
    margin: 0;
}
footer .news_latter .form-group {
    display: flex;
    align-items: center;
    position: relative;
}
footer .news_latter .form-group .form-control {
    padding: 12px;
    outline: oldlace;
    box-shadow: none !important;
    font-family: 'Inter 28pt';
    border-radius: 10px;
    width: 80%;
    margin: 0 0 0 auto;
}
button.subscribe_btn {
    background: #1E3A8A;
    border: none;
    position: absolute;
    right: 11px;
    padding: 8px 20px;
    border-radius: 6px;
    color: #fff;
    font-family: 'Space Grotesk';
}
.quick_links {
    padding: 0;
    display: flex;
    align-items: center;
}
.quick_links a {
    color: #0A142F;
    font-size: 16px;
    font-family: 'Inter 28pt';
    padding: 0 15px;
}
ul.social_icons {
    padding: 0;
    display: flex;
    justify-content: end;
}
ul.social_icons li {
    margin: 0 15px;
}
ul.social_icons li a {
    color: #0A142F;
    border: 1px solid#ccc;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    line-height: 30px;
}
.footer-item {
    padding-top: 40px;
}
.copyright p {
    color: #0A142F;
    font-size: 14px;
    font-family: 'Inter 28pt';
}
.copyright a {
    color: #0A142F;
    font-size: 14px;
    font-family: 'Inter 28pt';
    padding: 0 20px;
}
.copyright img {
    width: 100px;
}
@media (max-width: 767px) {
	ul.authentication {
		display: flex;
		align-items: center;
		justify-content: start;
		margin: 0;
		padding: 0;
	}
	.banner_content h1{
		font-size:20px;
	}
	section.our_team .col-md-6 h3 {
		margin: 40px 0 20px;
	}
	footer .news_latter {
		border-radius: 0;
		background: #1E3A8A;
		padding: 20px;
	}
	footer .news_latter .form-group .form-control{
		width: 100%;
	}
	footer .news_latter h3{
		margin-bottom:20px;
	}
	ul.social_icons {
		justify-content: center;
	}
	.copyright p {
		text-align: center;
	}
	.copyright .text-end {
		text-align: center !important;
		margin: 20px 0;
	}
}