@import url('https://fonts.googleapis.com/css2?family=Spectral:wght@300&display=swap');
body {
 background: #ffffff;
 /*font-family: 'Spectral', serif;*/
 font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
 overflow-x: hidden;
}
/*mobile nav*/
.mobilenav
{
  display: none;
}
nav .m-menu__checkbox {
  display: none;
}
nav label.m-menu__toggle {
  cursor: pointer;
}
nav .m-menu {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 450px;
  width: calc(100vw - 30px);
  height:100vh;
  -moz-transform: translate3d(-450px, 0, 0);
  -o-transform: translate3d(-450px, 0, 0);
  -ms-transform: translate3d(-450px, 0, 0);
  -webkit-transform: translate3d(-450px, 0, 0);
  transform: translate3d(-450px, 0, 0);
  -moz-transition: transform 0.35s;
  -o-transition: transform 0.35s;
  -webkit-transition: transform 0.35s;
  transition: transform 0.35s;
  z-index: 1;
  overflow: hidden;
  background-color: #fff;
}
nav .m-menu__overlay {
  background-color: rgba(103, 103, 103, 0.5);
  position: absolute;
  top: 0;
  width: 100%;
  bottom: 0;
  z-index: 1;
  display: none;
}
nav .m-menu__header {
  padding: 40px 16px;
  height: 50px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid #e8e8e8;
}
nav .m-menu__header span {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  width: 100%;
}
nav .m-menu .m-menu {
  -moz-transform: translate3d(480px, 0, 0);
  -o-transform: translate3d(480px, 0, 0);
  -ms-transform: translate3d(480px, 0, 0);
  -webkit-transform: translate3d(480px, 0, 0);
  transform: translate3d(480px, 0, 0);
}
nav .m-menu ul {
  height: 100%;
  overflow-y: auto;
}
nav .m-menu ul li a, nav .m-menu ul li label {
  display: block;
  text-align: left;
  padding: 0 15px;
  line-height: 47px;
  text-decoration: none;
  color: #333;
  cursor: pointer;
  font-size: 1rem;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
}
nav .m-menu ul li label.a-label__chevron::after {
  content: "";
  position: absolute;
  display: inline-block;
  height: 10px;
  width: 10px;
  border-color: #333;
  border-style: solid;
  border-width: 1px 1px 0 0;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  margin-top: -5px;
  right: 16px;
}
nav .m-menu ul li .-invisible {
  border-bottom: 0;
}
nav .m-menu .m-menu label.m-menu__toggle {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  border-bottom: 0;
  padding: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
nav .m-menu__checkbox:checked ~ .m-menu__overlay {
  display: block;
}
nav .m-menu__checkbox:checked ~ .m-menu {
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/*end mobile nav*/
.navbar-brand
{
  left: 50px;
  position: relative;
  width: 300px;
}
.ham {
  position: fixed;
  /* keep the hamburger button above everything */
  z-index: 100;
  top: 1.5rem;
  /*right: rem;*/
  width: 45px;
  height: 35px;
  border:none;
  background: white;
  cursor: pointer;

}
.xIcon {
  display: none;
}
.menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  color: #000;
  transform: translateY(-100%);
  transition: transform 1.2s;
  list-style: none;
  padding-top: 40px;
  z-index: -9888;
  padding: 0px 280px;
}
.showMenu {
  transform: translateY(0);
  top:80px;
  z-index: -999;
  padding: 0px 280px;
}
.menuLink {
  display: inline;
  font-size: 2rem;
  color: white;
  text-decoration: none;
}
.menuLink:hover {
  text-decoration: underline;
}
.display-black
{
  display: block;
  line-height: 30px;
  font-weight: 400;
}
.tab-content
{
  width: 100%;
}
i.bi
{
  float: right;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link
{
  background-color:#0d6efd00;
  color: #005793;
}
.menu-center
{
  width: 100%;
  margin: 0 auto;
}
a
{
  color: #000;
  text-decoration: none;
}
.main-bg
{
  background-color: #005793;
  color: #fff;
  margin-bottom: 100px;
  padding-top: 30px;
}
.main-bg a
{
  color: #fff;
}
.m-c
{
  max-width: 1350px;
}
.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) #dee2e638!important;
}
.border-top{
  border-top: var(--bs-border-width) var(--bs-border-style) #e3eef326!important;
}
.b-editors-recs-title, .dt-primis--related, .h-sticky, .m-carousel--wrap, .b-media__collapse-wrapper, .b-media__more, .b-media__poster, .b-media__lightbox, .b-media__rating-score, .b-buy__inner, .b-review 
{
  display: none;
}
.table-wrap table
{
  width: 100% !important;
}
.table-wrap tbody, .table-wrap td, .table-wrap tfoot, .table-wrap th, .table-wrap thead, .table-wrap tr
{
  border: 1px solid;
  padding: 20px;
}
.innerpage_table table tr td
{
  border: 1px solid;
  padding: 20px;
}
table.border-none tr td{ 
  border: none !important;
}
.b-media__content
{
  margin: 20px 0px;
}
.page-link {
  font-size: 18px;
  border: none;
  padding: 3px 12px;
}
.color_blue{
color: #005793;
font-weight: 500;
}
.page-item .active
{
  background-color:#005793;
  border-radius: 100%;
}
.page-item
{
  margin: 0 10px;
}
.author_img
{
  object-fit: cover;
    border-radius: 100%;
    padding: 38px;
    width: 69%;
}
p, ol li
{
  font-size: 15px;
  line-height: 30px;
}
.hader_logo
{
  left: 100px;
  position: absolute;
  width: 200px;
  padding: 0px;
}
.bg-header
{
  background-color:#044b7c;
  padding: 20px;
}
.bi-text-indent-left
{
  font-size: 40px;
}
header
{
  border-bottom: 1px solid #005793;
  margin-bottom: 0px;
  position: fixed;
  width: 100%;
  z-index: 99;
  background: #fff;
  top:0px;
}
header .navbar 
{
  padding: 20px 0px;
}
header .nav-item {
  color: #020202;
  padding: 0 10px;
  font-size: 20px;
}
.nav-link
{
  color: #000;
  text-align: left;
}
.nav-link:focus, .nav-link:hover {
  color: #005793;
}
.text-blue
{
  color: #005793;
  font-weight: 500;
}
#collapsibleNavbar li a
{
  font-size: 20px;
}
header a {
  color: #020202!important;
  font-size: 15px;
  font-weight: 600;
}
header a:hover {
  color: #005793!important;
}
header svg {
 color:#005793 !important;
}
header p
{
  line-height: 20px;
  font-size: 13.5px;
  padding: 0px 0;
  margin: 0;
  color: #020202;
}
ul li
{
  list-style: none;
}
/*.bi 
{
  color: #ffffff;
}*/
footer {
  background-color: #3E4041;
  font-weight: normal;
  padding: 48px 0px 0 0;
  color: #fff;
  margin-top: 100px;
}
footer a
{
  color: #f7f4f4;
  font-size: 18px;
  line-height: 40px;
}
.border-end-1
{
  border-left: 1px solid #e3eef326;
  padding-left: 30px;
}
.btn_submit{
  background: #005793;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  padding: 10px 30px;
  border: none;
}

.formbg {
  background-color: #ffffff;
  padding: 15px;
}
.formbg form {
  background-color: #ECECEC;
  padding: 50px 50px 50px 20px;
  height: 320px;
}
.formbg form .form-control {
  font-size: 15px;
  padding: 12px 10px;
}
form .form-control {
  font-size: 16px;
  margin: 10px 0;
}
form select {
  font-size: 16px;
  margin: 10px 0;
}

form #captcha {
  width: 150px;
  margin-top: 5px;
  text-align: center;
  margin-bottom: -60px;
}
form .error {
  color: red;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .showMenu
  {
    padding: 0px
  } 
  .menu
  {
    padding: 0px;
  }
  .desk-menu
  {
    display: none;
  }
  .mobilenav
  {
    display: block;
    padding: 30px 20px;
  }
  .mobilenav .navbar-brand {
      left:10px;
      position: relative;
      width: 300px;
      display: inline-block;
      top: 0;
  }
  .page-link
  {
    padding: 0px;
  }
  .padding-0
  {
    padding: 0px;
  }
  .fs-6 {
    font-size: 13px!important;
  }
  .main-bg
  {
    margin-bottom: 20px;
  }
  footer
  {
    margin-top: 0px;
  }
  .latestpost .fs-6
  {
    font-size: 16px !important;
    line-height: 20px;
    font-weight: normal;
  }
  .innerpage_table table tr td
  {
    padding: 0px;
  }
}
@media only screen and (max-width: 1050px) {
  .showMenu
  {
    padding: 0px
  } 
  .menu
  {
    padding: 0px;
  }
  .desk-menu
  {
    display: none;
  }
  .mobilenav
  {
    display: block;
    padding: 30px 20px;
  }
  .mobilenav .navbar-brand {
      left:10px;
      position: relative;
      width: 300px;
      display: inline-block;
      top: 0;
  }
}
@media only screen and (max-width: 1350px) {
  .showMenu
  {
    padding: 0px;
  }
}
@media only screen and (min-width: 1351px) and (max-width:1800px){
  .showMenu
  {
    padding: 0 150px;
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
/* Medium devices (landscape tablets, 768px and up) */
/* Large devices (laptops/desktops, 992px and up) */
/* Extra large devices (large laptops and desktops, 1200px and up) */