@font-face {
    font-family: '3ds_regular';
    src: url('../font/3dsRegular.ttf');
}
@font-face {
    font-family: 'square721';
    src: url('../font/square_721_bt.ttf');
}
@font-face {
    font-family: 'magetta';
    src: url('../font/MagettasRegularDEMO.otf');
}
@font-face {
    font-family: 'helvetica';
    src: url('../font/helvetica.ttf');
}
#loader {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 100;
  height: 120px;
  margin: -50px 0px 0px -50px;
  width: 120px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  display: none;
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
body{
    font-family:  '3ds_regular', sans-serif !important;
    font-size: 14px;
    color:#333;
    background-color: #F3F5F7;
}
.secondary-nav{
  background-color: #025ec1;
  padding-left: 110px;
  color:#fff;
}
.secondary-nav ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.secondary-nav li {
  float: left;
}
.secondary-nav li a {
  display: block;
  color: white;
  text-align: center;
  padding-right: 16px;
  text-decoration: none;
}
#logo{
    height: 140px!important;
    max-height: 140px!important;
    box-shadow: 0px 2px 18px 0px #0c71c3;
    border-radius: 80px;
    position: absolute;
    z-index: 9999;
}
h1,h2,h3,h4,h5{
    font-family: '3ds_regular', sans-serif !important;
    color:#344563 !important;
}
.navbar{
    background-color: #F3F5F7 !important;
    border-bottom: 3px solid #FCF6F5FF;
    padding: 5px 15px !important;
}
.navbar a{
    color: #344563 !important;
}
.navbar a:hover{
  color: #025ec1 !important;
  background-color: rgba(222, 235, 255, 0.9);
  box-shadow: transparent 0px 0px 0px 2px;
}
a.dropdown-item:hover{
  color: #025ec1 !important;
  background-color: rgba(222, 235, 255, 0.9);
  box-shadow: transparent 0px 0px 0px 2px;
}
.dropdown-menu.show {
  background-color: #fff;
  border-bottom: 3px solid #fff;
  box-shadow: 2px 3px 4px #222;
}
.content-card{
  box-shadow: 2px 4px 6px #222;
  border-bottom: 5px solid #025ec1;
}
.content-card .card-title{
  font-size: 16px;
  text-align: center;
}
.content-card.active{
  background-color: #222;
  color:#fff;
  box-shadow: 2px 4px 6px #025ec1;
  border-bottom: 5px solid #f99d1b;
}
.title-primary{
  color: #025ec1 !important;
  font-size: 22px;
}
#header-title{
  background-color: #025ec1 !important;
  padding: 30px 30px;
  margin-bottom: 30px;
}
#header-title h2{
  color:#FCF6F5FF !important;
}
@media only screen and (max-width: 600px) {
#header-title{
  padding: 90px 30px 20px 30px;
}
.title-primary{
  font-size: 18px;
}
h2{
  font-size: 30px;
}
h4{
  font-size: 22px;
}
}
.form-detail{
  background-color: #fff;
  border-radius: 5px;
  min-height: 260px;
  padding: 20px;
  font-size: 16px;
  border-bottom: 3px solid #025ec1;
}
.form-check-input {
  margin-top: .6rem !important;
}

.footer{
bottom: 10px;
width: 99%;
padding: 20px 20px;
}
a.btn-active{
  background-color: #025ec1 ;
  color: #fff ;
  border-radius: 0;
  width: 100px;
}
a.btn-active:hover{
  background-color: #044181 ;
  color: #fff ;
}
a.btn-deactive{
  background-color: #333 ;
  color: #fff ;
  border-radius: 0;
  width: 100px;
}
a.btn-deactive:hover{
  background-color: #666 ;
  color: #fff ;
}
.footer .previous{
  float: left;
}
.footer .next{
  float: right;
}
.clearSpace{
  padding: 20px 0px;
}
.my-auto{
  margin-top: 5% !important;
}
.lanBox{
  background-color: #025ec1;
  color:#fff;
}