body{
	height: 100%;
	min-height: 100vh;
	--primary-color: #044FC0;
	--primary-color-light: #f8f5ff;
	--bs-border-color : #c6c7c9;
	font-family: "Roboto Condensed", sans-serif !important;
 	font-optical-sizing: auto;
 	background-color: #eef5ff !important;
}

.menu_container{
	position: fixed;
	width: 100%;
	z-index: 1000;
}

.menu_brand{
	padding: 10px 14px;
	background: #fff;
	border-radius: 0px 0px 12px 12px ;
	position: absolute;
	left: 10px;
	text-align: center;
	box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.1);
}

.menu_brand_img{
	width: 8rem;
}

.menu_first_row{
	height: 62px;
	background: #044FC0;
}

.menu_first_row_btn_wrapper{
	height: 62px;
}

.menu_first_row_btn{
	color:#fff;
	display: inline-block;
	padding: 16px;
	font-weight: 600;
	text-decoration: none;
	font-size: 1rem;
}

.menu_first_row_link{
	color: #fff;
    font-weight: 300;
    display: inline-block;
    padding: 16px;
    text-decoration: none;
    font-size: 1rem;
    text-align: center;
}

.menu_second_row{
	background-color: #001028;
}

.menu_second_row_link{
	color:#fff;
	font-weight: 300 ;
	display: inline-block;
	padding: 16px;
	text-decoration: none;
	font-size: 1rem;
	text-align: center;
}

.main_container{
	min-height: 200vh;
	padding-top: 118px;
}

.menu_second_row_link:hover{
	background-color: rgba(0,0,0,0.5);
}

.front_screen{
	background-image: url('/static/website/images/world-map-min.webp');
	background-repeat: repeat-x;
	background-size: auto;
	background-position: center;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 60px;
	color: #fff;
}

.front_screen_heading{
	font-weight: 700;
	font-size: 2.1rem;
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.front_screen_paragraph{
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.website_box{
	border: 1px solid #044FC0;
	padding: 20px;
	background-color: #021532;
}

.glow{
	box-shadow: 0px 8px 100px 20px rgba(4, 79, 192, 0.44);
}

.tall_ul{
	padding-left: 15px;
	list-style-position: outside;
	margin-bottom: 0px;
}

.tall_ul li{
	margin-bottom: 1rem;
}

.tall_ul li:last-child{
	margin-bottom: 0px;
}

.home_section{
	padding-top: 4rem;
	padding-bottom: 4rem;
	color: #fff;
}

.home_section.type_1{
	background-color: #00173A;
}

.home_section_header{
	text-align: center;
	color:#fff;
	font-size: 2.5rem;
	margin-bottom: 2rem;
}

.home_section_subheader{
	font-weight: 300;
}

.huge_text{
	font-size: 5rem;
}

.icon_img_26{
	width: 18px;
}

.rectangle_list_bullet{
	width: 6px;
    height: 20px;
    background: #fff;
    margin-top: 5px;
}

.feature_box{
	padding: 1.3rem;
	background-color: #01204F;
	margin-bottom: 1rem;
}

.feature_box.type_2{
	border: 1px solid #044FC0;
}

.feature_box_header{
	border-bottom: 1px solid #000;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}

.feature_box_title{
	font-size: 1.5rem;
	padding-left: 1rem;
	font-weight: normal;
}

.feature_box_icon{
	font-size: 1.5rem;
}

.glow_bubble{
	width: 100px;
	height: 100px;
	box-shadow: 0px 8px 100px 60px rgba(4, 79, 192, 0.9);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index:1;
}

.team_box{
	padding: 1rem;
	background-color: #021D47;
	margin-bottom: 1rem;
}

.team_img_wrapper{
	border: 1px solid #3570C9;
	padding: 5px;
	width: 200px;
	position: relative;
	background-color: #021D47;
	margin-bottom: 1rem;
	z-index:2;
}

.team_img_wrapper img{
	position: relative;
	z-index: 10;
}

.team_img_wrapper::before{
	content:"";
	width: 100%;
	height: 100%;
	top: 5px;
	left: 5px;
	position: absolute;
	border: 1px solid #3570C9;
	z-index: 1;
}

.team_name{
	font-size: 1.5rem;
	font-weight: 700;
}

.team_subtitle{
	font-size: 1.1rem;
	font-weight: 700;
}

.team_details{
	margin-top: 1rem;
	font-size: 1rem;
	font-weight: 300;
}

.custom_button{
	text-decoration: none;
	color:#fff;
}

.custom_button.primary{
	background-color: #175FCC;
}

.custom_button.primary:hover{
	background-color: #0d6efd;
}

.icon_button{
	border-radius: 0px;
	position: relative;
}

.icon_container{
	background-color: rgba(0,0,0,0.2);
}

a.anchor_text{
	color:#fff;
	text-decoration: none;
	display: block;
	padding-top: 0.3rem;
	padding-bottom: 0.3rem;
}

a.anchor_text:hover{
	color: rgb(24 95 204);
}

@media (min-width:1024px){
	.front_screen{
		background-image: url('/static/website/images/world-map.webp');
		background-repeat: repeat-x;
		background-size: contain;
	}
	.front_screen_heading{
		font-size: 3rem;
	}
	.menu_first_row{
		background-color: transparent;
	}
	.menu_first_row.opaque{
		background-color: rgba(0,0,0,0.2);
		backdrop-filter: blur(4px);
	}
	.menu_second_row{
		display: none;
	}
}