* {
	box-sizing:border-box;
	cursor:default;
}

:root {
    --color-default: #222222;
    --color-primary: #005776;
    --color-secondary: #f85a40;
}
:root {
scroll-behavior: smooth;
}

body {
	color:black;
    background:white;
    letter-spacing:normal;
    white-space:normal;
    word-spacing:normal;
    word-wrap:normal;
    word-break:normal;
    cursor:default;
    user-select: none;
    tab-size: 4;
    scroll-behavior: smooth;
	display:flex;
	flex-direction:column;
	min-height:100vh;
	max-width:100vw;
	overflow-x:hidden;
	overflow-y:hidden;
    margin:0px;
    padding:0px;
}

.header, footer{
    background-color: var(--color-primary);
}

.header {
    transition: all 0.5s;
    z-index: 997;
    height: 90px;
  }
  .header .header_content{
    margin: 0px;
    min-width: -webkit-fill-available;
  }
  .header.sticked {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 70px;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
  }
  .header .logo img {
    max-height: 40px;
    margin-right: 6px;
  }
  .header .logo h1 {
    font-size: 30px;
    margin: 0;
    font-weight: 600;
    letter-spacing: 0.8px;
    color: #fff;
    font-family: var(--font-primary);
  }
  .header .logo h1 span {
    color: #f96f59;
  }
  .header_login_btn{
    background-color: #fff!important;
    color: var(--color-primary)!important;
    padding: 3px 10px!important;
    border-radius: 18px!important;
    font-weight: 700!important;
    margin-left:18px;
  }
  .header_login_btn:hover{
    background-color: #ee6c6c!important;
    color: #000!important;
  }
  .menu_login_btn{
    display: block;
    position: absolute;
    right: 70px;
  }
  .navbar_login_btn{
    display: none;
  }
  .sticked-header-offset {
    margin-top: 70px;
  }

    main{
      align-self: center;
        background-color: white;
        color:black;
        flex-grow: 1;
        display:block;
        flex-direction: column;
        /* padding: 5px; */
        padding-top: 0px;
        align-items: center;
        justify-content: center;
    }

    footer {
    font-size: 14px;
    padding: 20px 0px 10px 0px;
    color: white;
  }
  footer .footer-info .logo {
    line-height: 0;
    margin-bottom: 25px;
  }
  footer .footer-info .logo img {
    max-height: 40px;
    margin-right: 6px;
  }
  footer .footer-info .logo span {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    font-family: var(--font-primary);
  }
  footer .footer-info p {
    font-size: 14px;
    font-family: var(--font-primary);
  }
  footer .social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    margin-right: 10px;
    transition: 0.3s;
  }
  footer .social-links a:hover {
    color: #fff;
    border-color: #fff;
  }
  footer h4 {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
  }
  footer .footer-links {
    margin-bottom: 13px;
  }
  footer .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  footer .footer-links ul i {
    padding-right: 2px;
    color: rgba(0, 131, 116, 0.8);
    font-size: 12px;
    line-height: 0;
  }
  footer .footer-links ul li {
    padding: 5px 0;
    display: flex;
    align-items: center;
  }
  footer .footer-links ul li:first-child {
    padding-top: 0;
  }
  footer .footer-links ul a {
    color: rgba(255, 255, 255, 0.7);
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
  }
  footer .footer-links ul a:hover {
    color: #fff;
  }
  footer .footer-contact p {
    line-height: 18px;
  }
  footer .copyright {
    text-align: center;
  }
  footer .credits {
    padding-top: 4px;
    text-align: center;
    font-size: 13px;
  }
  footer .credits a {
      color: #fff;
  }
  footer .company_info h4{
      margin-bottom: 0px;
  }


.background_search_loader.active{
    display: block;
    /* margin-left: -23px; */
    position: absolute;
    top: 8px;
    right: 35px;
    padding: 2px;
    border: 2px solid #005804;
    border-radius: 50%;
    border-top: 2px solid #ffffff;
    width: 18px;
    height: 18px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

a{
    color: var(--color-primary);
    text-decoration: none!important;
    cursor: pointer;
}
a:hover {
    color: #00b6a1;
    text-decoration: none!important;
}

button{
    padding: 3px 7px!important;
    font-size: 0.87em!important; 
}
.theme_btn{
    background-color: #8b0404!important;
    border: none!important;
    padding: 3px 7px!important;
    font-size: 0.87em!important;
}
.strong_txt{
    font-weight: 800;
}


/* Login Styles */
main .login-box{
  /* margin-top: 60px; */
  margin: 90px 7px;
    width: 350px;
    border: 1px solid #e0e0e0;
    font-size: 0.8rem;
    padding: 5px;
    color: #000!important;
    background-color: #f1f1f1!important;
}
main .login-box h2,main .login-box h3{
    text-decoration: underline;
    text-decoration-thickness: from-font;
    color: #000;
    font-family: ui-serif!important;
}
main .login-box p{
    color: black;
    font-weight: 600;
    margin-bottom: 2px;
}
main .login-box form input{
    width:200px;
    margin: 10px auto;
}
main .login-box form{
    /* padding-top: 20px; */
}
main .login-box form button{
    background: #287e2c;
    color: white;
    font-size: 1.2em!important;
}
main .login-box form button:hover{
    background: #287e2c;
    color: #fff;
}
main .login-box form .input-group-btn{
    font-size: 1.6em;
}
main .login-box form .input-group-btn button{
    padding: 4px!important;
}
.change_password_box .input-group-btn{
    font-size: 1em;
}
.change_password_box .input-group-btn button{
    padding: 5px!important;
    font-size: 1.2em!important;
}
main .recovery_form input{
    width: auto!important;
}
main .recovery_form .form-check{
    text-align: left;
    padding-left: 25px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 11px;
}
main .recovery_form .form-check input{
    margin: 0px;
}
main .recovery_form .form-check label{
    position: absolute;
    margin-top: 2px;
    margin-bottom: 0px;
    padding-left: 20px;
}
main .username_password_form .form-group{
    display: flex;
    flex-direction: row;
    align-items: end;
}
main .login-box .exit_form{
    padding-top: 3px;
}
/* Login Styles End */

.section-header h3{
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    padding: 0;
    font-size: 32px;
    font-size: calc(18px + (32 - 18) * ((100vw - 320px) / (1600 - 320)));
    color: var(--color-primary);
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
}
.section-header h3::before {
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}
.section-header h3::after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #0574bf;
    bottom: 0;
    left: calc(50% - 20px);
}



.info_parag{
  text-align: justify;
  text-indent: 30px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif!important;
}
.center {
	margin:0 auto !important;
    display:block !important;
}
.bold{
	font-weight: bold !important;
}
.line {
	margin-top:0px !important;
	margin-bottom:0px !important;
	border-top: 1px solid black !important;
}
.under-line{
	text-decoration: underline !important;
}
.left-text {
	text-align:left !important;
}
.center-text {
	text-align:center !important;
}
.right-text {
	text-align:right !important;
}
.no-gap {
	padding: 0px !important;
	margin: 0px !important;
}
.no-link {
	text-decoration: none !important;
	cursor:default !important;
}
.center-element{
	position: relative;
	top:50%;
	-ms-transform: translate(0%,-50%);
	transform: translate(0%,-50%);
}
.error_msg{
    color: red !important;
    font-weight: 600 !important;
    font-size: 1.3em;
}
.success_msg{
    color: green !important;
    font-weight: 600 !important;
}
.clickable_icon{
    cursor: pointer;
}
.clickable_table_cell{
    cursor: pointer;
}
.form-group{
    margin-bottom:3px;
    display:flex;
    text-align: center;
    justify-content: center;
    align-items:center;
    padding-right:4px;
    /* flex-wrap:wrap; */
}
.form-group label{
    font-size: calc(0.8em + (1.5 - 0.8) * ((100vw - 320px) / (1200 - 320)));
    margin-bottom: 1px;
}
.form-group .control-label{
    text-align: center;
}
.capitalized_text{
    text-transform: capitalize;
}
.small_number_input{
    width: calc(70px + (100 - 70) * ((100vw - 320px) / (1200 - 320)));
}
.extra_small_number_input{
    width: calc(50px + (80 - 50) * ((100vw - 320px) / (1200 - 320)));
}


@media(min-width:767px){
    footer .footer_logo_col{
        text-align: -webkit-right;
    }
    .header .navbar, .header .logo{
        position: absolute;
    }
    .header .navbar{
        right: 40px;
        margin-bottom: 0px;
    }
}

@media (min-width: 1280px) {
  .menu_login_btn{
    display: none!important;
  }
  .navbar_login_btn{
    display: block!important;
  }
    .navbar {
      padding: 0;
    }
    .navbar ul {
      margin: 0;
      padding: 0;
      display: flex;
      list-style: none;
      align-items: center;
    }
    .navbar li {
      position: relative;
    }
    .navbar>ul>li {
      white-space: nowrap;
      padding: 10px 0 10px 28px;
    }
  
    .navbar a,.navbar a:focus {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 3px;
      font-family: var(--font-secondary);
      font-size: 16px;
      font-weight: 600;
      color: #ffffffd4;
      white-space: nowrap;
      transition: 0.3s;
      position: relative;
    }
    .navbar a i,
    .navbar a:focus i {
      font-size: 12px;
      line-height: 0;
      margin-left: 5px;
    }
    .navbar>ul>li>a:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 2px;
      bottom: -6px;
      left: 0;
      background-color: var(--color-secondary);
      visibility: hidden;
      width: 0px;
      transition: all 0.3s ease-in-out 0s;
    }
    .navbar a:hover:before,
    .navbar li:hover>a:before,
    .navbar .active:before {
      visibility: visible;
      width: 100%;
    }
    .navbar a:hover,
    .navbar .active,
    .navbar .active:focus,
    .navbar li:hover>a {
      color: #fff;
    }
    .navbar .dropdown ul {
      display: block;
      position: absolute;
      left: 28px;
      top: calc(100% + 30px);
      margin: 0;
      padding: 10px 0;
      z-index: 99;
      opacity: 0;
      visibility: hidden;
      background: #fff;
      box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
      transition: 0.3s;
      border-radius: 4px;
    }
    .navbar .dropdown ul li {
      min-width: 200px;
    }
    .navbar .dropdown ul a {
      padding: 10px 20px;
      font-size: 15px;
      text-transform: none;
      font-weight: 600;
      color: #006a5d;
    }
    .navbar .dropdown ul a i {
      font-size: 12px;
    }
    .navbar .dropdown ul a:hover,
    .navbar .dropdown ul .active:hover,
    .navbar .dropdown ul li:hover>a {
      color: var(--color-secondary);
    }
    .navbar .dropdown:hover>ul {
      opacity: 1;
      top: 100%;
      visibility: visible;
    }
    .navbar .dropdown .dropdown ul {
      top: 0;
      left: calc(100% - 30px);
      visibility: hidden;
    }
    .navbar .dropdown .dropdown:hover>ul {
      opacity: 1;
      top: 0;
      left: 100%;
      visibility: visible;
    }
}

@media (min-width: 1280px) and (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
      left: -90%;
  }
  .navbar .dropdown .dropdown:hover>ul {
      left: -100%;
  }
}

@media (min-width: 1280px) {
  .mobile-nav-show,
  .mobile-nav-hide {
      display: none;
  }
}

@media (max-width: 1279px) {
  .navbar {
      position: fixed;
      top: 0;
      right: -100%;
      width: 100%;
      max-width: 400px;
      bottom: 0;
      transition: 0.3s;
      z-index: 9997;
  }
  .navbar ul {
      position: absolute;
      height: fit-content;
      inset: 0;
      padding: 50px 0 10px 0;
      margin: 0;
      background: var(--color-primary);
      overflow-y: auto;
      transition: 0.3s;
      z-index: 9998;
  }
  .navbar a,
  .navbar a:focus {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 10px 20px;
      font-family: var(--font-primary);
      font-size: 15px;
      font-weight: 600;
      color: rgba(255, 255, 255, 0.7);
      white-space: nowrap;
      transition: 0.3s;
  }
  .navbar a i,
  .navbar a:focus i {
      font-size: 12px;
      line-height: 0;
      margin-left: 5px;
  }
  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
      color: #fff;
  }
  .navbar .getstarted,
  .navbar .getstarted:focus {
      background: var(--color-primary);
      padding: 8px 20px;
      border-radius: 4px;
      margin: 15px;
      color: #fff;
  }
  .navbar .getstarted:hover,
  .navbar .getstarted:focus:hover {
      color: #fff;
      background: rgba(0, 131, 116, 0.8);
  }
  .navbar .dropdown ul,
  .navbar .dropdown .dropdown ul {
      position: static;
      display: none;
      padding: 10px 0;
      margin: 10px 20px;
      transition: all 0.5s ease-in-out;
      background-color: #007466;
      border: 1px solid #006459;
  }
  .navbar .dropdown>.dropdown-active,
  .navbar .dropdown .dropdown>.dropdown-active {
      display: block;
  }
  .mobile-nav-show {
      color: rgba(255, 255, 255, 0.6);
      font-size: 28px;
      cursor: pointer;
      line-height: 0;
      transition: 0.5s;
      z-index: 9999;
      margin-right: 10px;
  }
  .mobile-nav-hide {
      color: #fff;
      font-size: 32px;
      cursor: pointer;
      line-height: 0;
      transition: 0.5s;
      position: fixed;
      right: 20px;
      top: 20px;
      z-index: 9999;
  }
  .mobile-nav-active {
      overflow: hidden;
  }
  .mobile-nav-active .navbar {
      right: 0;
  }
  .mobile-nav-active .navbar:before {
      content: "";
      position: fixed;
      inset: 0;
      background: rgba(0, 106, 93, 0.8);
      z-index: 9996;
  }
}