@import "https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap";

@import "https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&amp;display=swap";

:root{

  --main-font-family: 'Open Sans', sans-serif;
  --heading-font-family: 'Poppins', sans-serif;

  --brand-primary:#093456;
  --primary2-color:#0066cc;
  --text-color:#777777;


}
h1,h2,h3,h4,h5,h6{
	font-family: var(--heading-font-family);
}
.bg-primary{
	background-color: var(--brand-primary) !important;
}
.bg-primary-2{
	background-color: var(--primary2-color);
}
.text-primary{
	color: var(--brand-primary) !important;
}
body{
	font-family: var(--main-font-family);
	font-size: 18px;
}

ul.right_menu {
	list-style: none;
}
ul.right_menu li a{
	text-decoration: none;
}
.navbar.phr_menu ul.navbar-nav li a.nav-link, ul.right_menu li a.right_menu_list{
	font-size: 16px;
	font-weight: 600;
	font-family: var(--heading-font-family);
	color: #A0A0A0;
	; above is menu text color
	;orig d3d3d3
	padding: 0.5rem 0rem;
    border-bottom: 2px solid transparent;
}
.navbar.phr_menu ul.navbar-nav li:hover a.nav-link,.navbar.phr_menu ul.navbar-nav li a.nav-link.active{
	color: var(--brand-primary);
	border-bottom: 2px solid var(--brand-primary);
}
.navbar.phr_menu ul.navbar-nav{
	flex-shrink: 1;
	flex-grow: 1;
	justify-content: space-around;
	margin-left: 10% !important;
	margin-right: 10% !important;
}
/*.logo-img img{
	width: 150px;
}*/
.section_title .heading_title{
	color: var(--brand-primary);
	font-size: 40px;
	font-family: var(--heading-font-family);
}
.section_title .heading_title::before{
	content: "";
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: var(--brand-primary);
    bottom: -1px;
    left: 0;
}
.section_title .heading_title::after{
	content: "";
    position: absolute;
    width: 100px;
    height: 1px;
    background-color: var(--brand-primary);
    bottom: 0;
    left: 0;
}
.section_title .heading_title.white_text_col::before,.section_title .heading_title.white_text_col::after{
	background-color: #ffffff;
}
.main_box.shadow_box{
	background-color: #ffffff;
	box-shadow: 7px 5px 30px rgb(72 73 121 / 15%);
}
.standby_sec,.data_entry_section,.purchase_sec{
	background-color: #f9f9ff;
}
/*.map_bg_img{
	background-image: url(../img/world-map.svg);
}*/
.img_shadow{
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
}
.highlight_text{
	border-left: 4px solid var(--brand-primary);
	width: fit-content;
}
a {
    font-weight: 600;
}
.phr_menu .right_menu {
    margin: 0;
}
.phr_menu .right_menu .right_menu_list svg {
    width: 20px;
    fill: #1072b5;
}
.main_site_text h4{
	font-style: italic;
}
/*.navbar-fixed-top{
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    background: #ffffff;
    z-index: 99;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%); 
}*/

/*responsive css*/
@media only screen and (max-width: 575px){
.section_title .heading_title{
      font-size: 24px;
}
}