
*{
	margin: 0px;
	padding: 0px;
}
html
{
	scroll-behavior: smooth;

}
:root
{
	--black: #121212;
	
} 
body
{
	box-sizing: border-box;
	position: relative;
	height: auto;
	overflow-x: hidden;
	
}
/* ----Designer Scrollbar--------- */
body::-webkit-scrollbar
{
  width: 12px;
}
body::-webkit-scrollbar-track
{
  background-color: var(--black);
}
body::-webkit-scrollbar-thumb
{
  background-color: #ff9d10;
  cursor: pointer;
 }

 /* -----------navbar---------------- */
.add_header
 {
 	background-color: rgba(0, 0, 0, 0.85);
}
.header_menu
{
	width: 100%;
}
.font30
{
	font-size: 30px;
}
.font40
{
	font-size: 40px;
}
.font20
{
	font-size: 20px;
}
.font24
{
	font-size: 24px;
}
.yellow_clr
 {
 	color: #ff9d10 !important;
 }
 .red_text
{
	color: #ff303f;
}
.para_text
{
	color: #d3d3d3;
}
.text_dark
{
	color: #868686;
}
/* ---navbar -----*/
.navbar
 {
 	z-index: 1;
 }
.header_menu .navbar-brand 
{
 	height:auto;
 	width:250px;
 	padding-top: 20px;
}
.navbar-brand img
{
 	height:100%;
 	width: 100%;
 	object-fit: contain;
 	transition: 0.8s all;
}
.navbar-brand p
{
	font-size: 15px;
}
.navbar-brand:hover
{
 	color:#95e1d3 ;
}
.nav-link
{
	color: white;
	font-size: 16px;
}
.menu .nav-item:hover
{
	color: white;
	border-bottom: 2px solid #c6303e;
}
.menu .nav-item:hover .nav-link
{
	color: white;
}
.active
{
	color: white;
	border-bottom: 2px solid #c6303e;
}


/* --------banner ------------ */
 .my-banner
 {
 	background: url('../img/banner.jpg') no-repeat;
 	background-size: cover;
	 height: 100vh;
	 min-height: 300px;
 	width: 100%;
 	background-position: center top;
	 display: flex;
	 align-items: center;
	 justify-content: center;
 }

 .banner_form .contact-form {
	box-shadow: 1px 1px 20px 0px #0000005c;
	border-radius: 10px;
	background: #403f2d;
	padding: 30px;
	border: 1px solid #564a3d;
}

.banner_form h5 {
    font-size: 22px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    color: #ff9d10 !important;
    margin-bottom: 40px;
}

.banner_form .contact_footer .btn-contact
{
	background-color: #ff9d10; 
}
.banner_form .contact_footer .btn-contact:hover
{
	border: 1px solid #ff9d10;
	color:  #ff9d10 ;
	background-color: transparent;
}

 
.main_banner_cont .main_text
{ 
 	font-size: 65px;
 	font-family: initial;
 	width: 100%;
 	line-height: 80px;
 	font-weight: bold;
 	font-family: 'Open Sans', sans-serif;
}
/* ----about section----*/
#about_section
{
 	background-color: var(--black);
}
.about_side_img
{
 	height: 230px;
 	width: 100%;
 	position: absolute;
}
.about_side_img img
{
 	height: 100%;
 	width: 100%;
 	object-fit: contain;
 	position: relative;
 	position: absolute;
    right: -122px;
}
.second_para
{
 	margin-top: 15px;
}
.main_heading
{
 	position: relative;
}
.main_heading::after
{
 	content: "";
    position: absolute;
    background-color: #ff303f;
    width: 39px;
    height: 3px;
	bottom: -10px;
    left: 4px;
}
.about_second_row .quoted_text
{
 	position: relative;
    top: 9px;
}
.about_li
{
	position: relative;
	color: #868686;
	font-size: 24px;
	margin: 15px 45px;
	display: table;
}
.about_li::before
{
	content: "";
	position: absolute;
	top: 0;
	left: -45px;
	background: url('../img/quotes2.png') no-repeat;
	background-size: contain;
	height: 30px;
	width: 30px;
}
.about_li::after
{
	content: "";
	position: absolute;
	top: 0;
	right: -50px;
	background: url('../img/quotes1.png') no-repeat;
	background-size: contain;
	height: 30px;
	width: 30px;
}
.how_early_span
{
	position: relative;
	margin-left: 65px;
}
.how_early_span::before
{
	content: "";
	position: absolute;
	top: 0;
	left: -45px;
	background: url('../img/quotes2.png') no-repeat;
	filter: contrast(20);
	background-size: contain;
	height: 30px;
	width: 30px;
}
.how_early_span::after
{
	content: "";
	position: absolute;
	top: 35px;
    right: -35px;
	background: url('../img/quotes1.png') no-repeat;
	filter: contrast(20);
	background-size: contain;
	height: 30px;
	width: 30px;
}
.bank_img
{
 	width: 320px;
 	height: 90px;
 	margin: 20px 0px 20px -7px;
}
 .bank_img img
 {
 	object-fit: contain;
 }
 /*---benifits-----*/
#benefits_section
{
 	background-color: var(--black);
 	
}
#benefits_section .benefit_section1 
{
 	border-bottom: 1px solid #494949;
}

.benefits_img
{
 	height: 700px;
 	width: 100%
}
.benefits_img img
{
 	height: 100%;
 	width: 100%;
 	object-fit: contain;
}
.progress_bar_div
{
	 z-index: 0;
	  border: none;
	  position: relative;
	  float: left;
}
#progressbar 
{
    overflow: hidden;
    color: lightgrey;
    counter-reset: item;
  
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    position: relative;
    height: 150px;
    
}
.progress_bar_div
{
	padding-left: 40px;
}
#benifits_content li
{
	height: auto;
	list-style-type: none;
	padding: 0px 0px 65px 0px;

}
#benifits_content li p
{
	
	color: #d3d3d3;
	font-size: 14px;
	margin-top: 15px;

}

#progressbar li:last-child
{
	position: relative;
}
#progressbar li:last-child::after
{
	content: "";
	position: absolute;
    height: 20px;
    width: 20px;
    top: 86%;
    background-color: #515151;
    border-radius: 50%;
    left: 21px;
}
.last_stop_span
{
	position: absolute;
	width: 2px;
    height: 86px;
    position: absolute;
    left:29px;
    top: 58px;
    z-index: 0;
    background-color:#515151;
    border:none;
}

#progressbar li::before {
    width: 60px;
    height: 60px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: #212121;
    border-radius: 50%;
    /* margin: 0 auto 10px auto; */
 	display: grid;
 	place-items: center;
 	border: 1px solid #515151;
 	content: counter(item);
  	counter-increment: item;
  	float: left;
 	
}
#progressbar li::after  
{
    content: '';
    width: 2px;
    height: 90px;
    position: absolute;
    left: 29px;
    top: 60px;
    z-index: 0;
    background-color:#515151;
    border:none;
}
.progress_content
{
	float: left;
	
	margin: -50px 80px;
}
/* ---Buying Section--- */
#buying_section .card
{
	border-radius: 10px;
	min-height: 300px;
	margin-bottom: 70px;
	cursor: pointer;
	transition: 0.5s all; 
}
#buying_section .card:hover
{
	transform: translateY(-10px);
	box-shadow:	1px 1px 10px 4px #e5e5e5;

}
.buying_section_row
{
 	margin-top: 50px;
}
.card_img
{
	height: 90px;
	width: 100%;
	margin: -50px 0px 30px 0px;
	text-align: center;

}
.card_img img
{
	height: 100%;
	width: 92px;
	object-fit: contain;
}
#buying_section
{
	 
	background: url('../img/triangle_bg.png') no-repeat;
	background-position: top left;
}
/*--contact section----*/
.contactus_form
{
	box-shadow:	1px 1px 10px 4px #e5e5e5;
	border-radius: 10px;
}
#contact_section
{
	padding: 80px 0px 100px 0px;
}
.form-groupinput:focus
{
	box-shadow: none;
	outline: none;
}
.form-group input
{ 
	height: 48px;
}

.contact_footer .btn-contact
{
	background-color: #ff303f;
	color: white;
	transition: 0.5s all;
	text-transform: uppercase;
    font-weight: 600;
}
.contact_footer .btn-contact:hover
{
	border: 1px solid #ff303f;
	color:  #ff303f ;
	background-color: transparent;
}
.footer
{
	background-color: var(--black);
}
 
 

.form-control::-webkit-input-placeholder {
color: #a99e9e;
}
.form-control:-moz-placeholder {
color: #a99e9e;
}
.form-control::-moz-placeholder {
color: #a99e9e;
}
.form-control:-ms-input-placeholder {
color: #a99e9e;
}
@media screen and (max-width:1024px ) 
{
	.last_stop_span
	{
		left: 30px;
	}
}
@media screen and (max-width:768px ) 
{
	 
	
 
	.how_early_span
	{
		margin-left: 255px;
	}
	.navbar-brand p
	{
		margin-bottom: 0px;
	}
	#dropdown
	{
		background-color: rgba(0, 0, 0, 0.8);
		margin-top: 20px;
	}
	.about_side_img img
	{
		right: -8px;
	}
	.about_side_img
	{
		display: none;
	}
	.benefits_img
	{
		margin: 50px 0px;
		height: 300px;
	}
	.last_stop_span
	{
		top: 58px;
	}
}

@media screen and (max-width:576px) 
{
	.header_menu .navbar-brand 
	{
	 	
	 	padding: 20px 10px;
	}
	.navbar-brand img
	{
		height: 30px;
		width: 170px !important;
	}
	
	 
 
	.main_banner_cont .main_text
	{
		font-size: 50px;
	}
	.main_banner_cont p
	{
		font-size: 17px;
	}
	#dropdown
	{
		background-color: rgba(0, 0, 0, 0.8);
		margin-top: 20px;
	}
	
	.benifits_img
	{
		height: 450px;
	}
	.benefits_img_div
	{
		padding-top: 0px;
	}
	
	.progress_bar_div
	{
		padding-left: 0px;
	}
	
	.progress_content
	{
		width: 78%;
	}
	
	.heading_titile
	{
		line-height: 35px;
	}

	.table_heading
	{
		line-height: 40px;
	}

	 
	.font30
	{
		font-size: 25px;
	}
	.font40
	{	
		font-size: 30px;
	}
	.font24
	{	
		font-size: 20px;
	}
	.font20
	{
		font-size: 17px;
	}
	.about_li
	{
		font-size: 20px;
	}
	.about_li::after
	{
		right: -45px;
	}
	.how_early_span 
	{
    	margin-left: 90px;
	}
	#buying_section .card
	{
		width: 100%;
		margin-bottom: 80px;
	}
	#progressbar li::before
	{
		width: 50px;
    	height: 50px;
	}
	#progressbar li::after
	{
		height: 100px;
		left: 24px;
    	top: 50px;
	}
	#progressbar li:last-child::after
	{
		left: 16px;
	}
	.last_stop_span
	{
		left: 24px;
		top: 50px;
	}

}




/* New Css for data table */


#company {
  font-family: 'Open Sans', sans-serif;
  border-collapse: collapse;
  width: 100%;
  /* min-width: 900px; */
}

#company td, #company th {
  border: 1px solid #e4e4e4;
  padding: .75rem;
}


#company th {
  background-color: #343a40;
  color: white;
  font-size: 16px;
  font-weight: bold;
}

.conviction img {
	margin-right: 5px;
}

.conviction a {
	margin-right: 5px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 500;
}

.table_heading {
	position: relative;
}

.table_heading::after
{
 	content: "";
    position: absolute;
    background-color: #ff303f;
    width: 39px;
    height: 3px;
    top: 38px;
    left: 4px;
}


@media only screen and (max-width: 800px) {
	
	/* Force table to not be like tables anymore */
	#company table, 
	#company thead, 
	#company tbody, 
	#company th, 
	#company td, 
	#company tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#company thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#company tr { border: 1px solid #ccc; }
 
	#company td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 20px; 
		white-space: normal;
		text-align:left;
	}
 
	#company td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 10px;
		left: 20px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	#company td:before { content: attr(data-title); }
}




.chart_legend span {
    display: inline-block;
    width: 20px;
    height: 16px;
    background: #ccc;
    position: relative;
    top: 3px;
    margin-right: 5px;
}

.chart_legend>div{
	display: flex;
}
.chart_legend {
    font-size: 14px;
}
.pus_card {
	padding: 15px 15px;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    display: flex;
    align-items: center;
    min-height: 100%;
}
.pus_card .pus_img {
    margin-right: 20px;
	width: 100%;
}

.usn_section_row .card>a {
    position: relative;
    height: 150px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.usn_section_row .card>a img {
    width: 100%;
    height: 100%;
}
.usn_section_row .card-title {
    font-size: 16px;
    line-height: normal;
}
.usn_section_row .card-title a {
    color: #000; 
}
.usn_section_row .card-text {
    font-size: 14px;
}
.usn_section_row .posted_on {
    margin-top: -10px;
    margin-bottom: 4px;
    font-size: 14px;
    color: #8d8d8d;
}
.usn_section_row .card {
    min-height: 100%;
}