body{
    margin: 0px;
    padding: 0px;
    /* font-family: 'Montserrat', sans-serif; */
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #353535;
}   

a{
    text-decoration: none;
    color: #353535;
}

.text-blue{
    color: #3845e1;
}
.text-light{
    color: #d4d4d4 !important;
}
.text-light-hd{
    color: #efefef;
}
.text-light-blue{
    color: #949cb0 !important;
}
.text-light-blue-hd{
    color: #c1c6ff;
}
.font-weight-300{
    font-weight: 300;
}
.font-weight-400{
    font-weight: 400;
}
.font-weight-600{
    font-weight: 600;
}
.font-12{font-size: 12px;}
.font-13{font-size: 13px;}
.font-14{font-size: 14px;}
.font-15{font-size: 15px;}
.font-17{font-size: 17px;}
.font-18{font-size: 18px;}
.font-19{font-size: 19px;}
.font-20{font-size: 20px;}
.font-21{font-size: 21px;}
.font-22{font-size: 22px;}

.line-height-14{
    line-height: 1.4;;
}
.line-height-18{
    line-height: 1.8;;
}
.flex-center{
    display: flex;
    align-items: center;
}
.bg-grey-1{
    background: #fbf8ff;
}
.btn{
    font-weight: 600;
    border-radius: 100px;
    padding: 12px 25px;
}
.btn-white{
    background-color: #fff;
    border: transparent !important;
    color: #424242;
}
.btn-white:hover{
    background-color: #C6C6C6;
    color: #424242;
}
.btn-black{
    background-color: #353535;
    border: transparent !important;
    color: #fff;
}
.btn-black:hover{
    background-color: #202020;
    color: #fff;
}
.btn-red{
    background-color: #e31d2a;
    border: transparent !important;
    color: #fff;
}
.btn-red:hover{
    background-color: #c90512;
    color: #fff;
}
.btn-outline-primary{
    border:2px solid #424242;
    color: #353535;
}
.btn-outline-primary:hover{
    border:2px solid #000;
    background: #000;
    color: #fff;
}
.clearfix{
    clear: both;
    overflow: hidden;
}
.text-justify{
    text-align: justify;
}
header .nav-link{
	color:#000;
	padding: 5px 18px !important;
}
header .nav-link:hover{
	color:#283095;
}
.dropdown-item{
	padding: 6px 16px;
}
.dropdown-item.active, .dropdown-item:active{
	background-color: #ea1f25;
	outline:none;
	box-shadow:none;
}


.correct-list li{
    display: flex;
    align-items: center;
    padding-bottom: 1.3rem;
    position: relative;
    padding-left: 40px;
}
.correct-list li:last-child{
    padding-bottom: 0px;
}
.correct-list li::before{
    content: "\f14a";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: -5px;
    left: 0px;
    color: #56bf3e;
    font-size: 28px;
}
footer{
    padding: 30px 0px 30px;
}
  
.banner h1{
	background: -webkit-linear-gradient(45deg, #f24047, #2132ff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 700;
	/* -webkit-text-stroke: 0.5px #fff; */
	font-family: 'Roboto', sans-serif;

}  
.bg-image {
    position: relative;
    background-color: black;
    height: 85vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}  
.bg-image .bg-img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}  
.bg-image .container {
    position: relative;
    z-index: 2;
}  
.bg-image .bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.6;
    z-index: 1;
}  
.bg-image .bg-overlay-5 {
    opacity: 0.5;    
}  

.contact-form .form-control{
	min-height: 52px !important;
    margin-bottom: 20px;
    padding-left: 20px;
    font-size: 16px;
}

.member-profile img {
    height: 160px;
    object-fit: cover;
    width: 160px !important;
    margin: auto;
    display: block;
    border-radius: 100%;
    margin-top: 30px;
}
.banner-list{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: grid;
    gap: 10px;
    grid: 60px 60px / auto auto auto;
}
.banner-list li{
    font-size: 22px;
    font-weight: 700;
    padding-left: 40px;
    position: relative;
    text-align: left;
    color: #c1c6ff;
}
.banner-list li::before{
    content: "\f14a";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: -5px;
    left: 0px;
    color: #56bf3e;
    font-size: 28px;
}
.bg-image-bottom{
    z-index: 9;
    bottom: 0px;
    position: absolute;
    background: -webkit-linear-gradient(90deg, #151515, #151515, #2132ff05);
    width: 100%;
}